@hitsoft/e-donusum 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1231) hide show
  1. package/config/e-donusum-config.module.d.ts +8 -0
  2. package/config/enums/eDonusum-route-names.d.ts +8 -0
  3. package/config/enums/route-names.d.ts +3 -0
  4. package/config/index.d.ts +5 -0
  5. package/config/providers/branch-route.provider.d.ts +9 -0
  6. package/config/providers/business-partner-group-route.provider.d.ts +9 -0
  7. package/config/providers/business-partner-route.provider.d.ts +9 -0
  8. package/config/providers/despatch-document-reference-route.provider.d.ts +9 -0
  9. package/config/providers/despatch-line-order-line-reference-route.provider.d.ts +9 -0
  10. package/config/providers/despatch-line-route.provider.d.ts +9 -0
  11. package/config/providers/despatch-note-route.provider.d.ts +9 -0
  12. package/config/providers/despatch-route.provider.d.ts +9 -0
  13. package/config/providers/gib-partner-pk-all-route.provider.d.ts +9 -0
  14. package/config/providers/gib-partner-pk-route.provider.d.ts +9 -0
  15. package/config/providers/hit-providers/branch-route.provider.d.ts +9 -0
  16. package/config/providers/hit-providers/business-partner-group-route.provider.d.ts +9 -0
  17. package/config/providers/hit-providers/business-partner-route.provider.d.ts +9 -0
  18. package/config/providers/hit-providers/despatch-route.provider.d.ts +9 -0
  19. package/config/providers/hit-providers/gib-partner-pk-all-route.provider.d.ts +9 -0
  20. package/config/providers/hit-providers/gib-partner-pk-route.provider.d.ts +9 -0
  21. package/config/providers/hit-providers/inbound-invoice-route.provider.d.ts +9 -0
  22. package/config/providers/hit-providers/invoice-route.provider.d.ts +9 -0
  23. package/config/providers/hit-providers/note-rule-route.provider.d.ts +9 -0
  24. package/config/providers/hit-providers/route.provider.d.ts +8 -0
  25. package/config/providers/hit-providers/wizard-route.provider.d.ts +9 -0
  26. package/config/providers/hit-providers/xslt-format-route.provider.d.ts +9 -0
  27. package/config/providers/hit-providers/xslt-rule-route.provider.d.ts +9 -0
  28. package/config/providers/invoice-document-reference-route.provider.d.ts +9 -0
  29. package/config/providers/invoice-line-despatch-line-reference-route.provider.d.ts +9 -0
  30. package/config/providers/invoice-line-order-line-reference-route.provider.d.ts +9 -0
  31. package/config/providers/invoice-line-receipt-line-reference-route.provider.d.ts +9 -0
  32. package/config/providers/invoice-line-route.provider.d.ts +9 -0
  33. package/config/providers/invoice-note-route.provider.d.ts +9 -0
  34. package/config/providers/invoice-route.provider.d.ts +9 -0
  35. package/config/providers/note-rule-doc-type-route.provider.d.ts +9 -0
  36. package/config/providers/note-rule-route.provider.d.ts +9 -0
  37. package/config/providers/note-rule-scenario-route.provider.d.ts +9 -0
  38. package/config/providers/params-company-route.provider.d.ts +9 -0
  39. package/config/providers/params-general-route.provider.d.ts +9 -0
  40. package/config/providers/params-integrator-route.provider.d.ts +9 -0
  41. package/config/providers/paramse-dispatch-route.provider.d.ts +9 -0
  42. package/config/providers/paramse-invoice-route.provider.d.ts +9 -0
  43. package/config/providers/route.provider.d.ts +8 -0
  44. package/config/providers/xslt-format-route.provider.d.ts +9 -0
  45. package/config/providers/xslt-rule-doc-type-route.provider.d.ts +9 -0
  46. package/config/providers/xslt-rule-route.provider.d.ts +9 -0
  47. package/config/providers/xslt-rule-scenario-route.provider.d.ts +9 -0
  48. package/esm2020/config/e-donusum-config.module.mjs +104 -0
  49. package/esm2020/config/enums/eDonusum-route-names.mjs +2 -0
  50. package/esm2020/config/enums/index.mjs +2 -0
  51. package/esm2020/config/enums/route-names.mjs +2 -0
  52. package/esm2020/config/hitsoft-e-donusum-config.mjs +5 -0
  53. package/esm2020/config/providers/branch-route.provider.mjs +19 -0
  54. package/esm2020/config/providers/business-partner-group-route.provider.mjs +19 -0
  55. package/esm2020/config/providers/business-partner-route.provider.mjs +19 -0
  56. package/esm2020/config/providers/despatch-document-reference-route.provider.mjs +19 -0
  57. package/esm2020/config/providers/despatch-line-order-line-reference-route.provider.mjs +17 -0
  58. package/esm2020/config/providers/despatch-line-route.provider.mjs +19 -0
  59. package/esm2020/config/providers/despatch-note-route.provider.mjs +19 -0
  60. package/esm2020/config/providers/despatch-route.provider.mjs +19 -0
  61. package/esm2020/config/providers/gib-partner-pk-all-route.provider.mjs +19 -0
  62. package/esm2020/config/providers/gib-partner-pk-route.provider.mjs +19 -0
  63. package/esm2020/config/providers/hit-providers/branch-route.provider.mjs +20 -0
  64. package/esm2020/config/providers/hit-providers/business-partner-group-route.provider.mjs +20 -0
  65. package/esm2020/config/providers/hit-providers/business-partner-route.provider.mjs +20 -0
  66. package/esm2020/config/providers/hit-providers/despatch-route.provider.mjs +20 -0
  67. package/esm2020/config/providers/hit-providers/gib-partner-pk-all-route.provider.mjs +20 -0
  68. package/esm2020/config/providers/hit-providers/gib-partner-pk-route.provider.mjs +20 -0
  69. package/esm2020/config/providers/hit-providers/inbound-invoice-route.provider.mjs +20 -0
  70. package/esm2020/config/providers/hit-providers/invoice-route.provider.mjs +20 -0
  71. package/esm2020/config/providers/hit-providers/note-rule-route.provider.mjs +20 -0
  72. package/esm2020/config/providers/hit-providers/route.provider.mjs +59 -0
  73. package/esm2020/config/providers/hit-providers/wizard-route.provider.mjs +19 -0
  74. package/esm2020/config/providers/hit-providers/xslt-format-route.provider.mjs +20 -0
  75. package/esm2020/config/providers/hit-providers/xslt-rule-route.provider.mjs +20 -0
  76. package/esm2020/config/providers/index.mjs +2 -0
  77. package/esm2020/config/providers/invoice-document-reference-route.provider.mjs +19 -0
  78. package/esm2020/config/providers/invoice-line-despatch-line-reference-route.provider.mjs +17 -0
  79. package/esm2020/config/providers/invoice-line-order-line-reference-route.provider.mjs +19 -0
  80. package/esm2020/config/providers/invoice-line-receipt-line-reference-route.provider.mjs +17 -0
  81. package/esm2020/config/providers/invoice-line-route.provider.mjs +19 -0
  82. package/esm2020/config/providers/invoice-note-route.provider.mjs +19 -0
  83. package/esm2020/config/providers/invoice-route.provider.mjs +19 -0
  84. package/esm2020/config/providers/note-rule-doc-type-route.provider.mjs +19 -0
  85. package/esm2020/config/providers/note-rule-route.provider.mjs +19 -0
  86. package/esm2020/config/providers/note-rule-scenario-route.provider.mjs +19 -0
  87. package/esm2020/config/providers/params-company-route.provider.mjs +19 -0
  88. package/esm2020/config/providers/params-general-route.provider.mjs +19 -0
  89. package/esm2020/config/providers/params-integrator-route.provider.mjs +19 -0
  90. package/esm2020/config/providers/paramse-dispatch-route.provider.mjs +19 -0
  91. package/esm2020/config/providers/paramse-invoice-route.provider.mjs +19 -0
  92. package/esm2020/config/providers/route.provider.mjs +24 -0
  93. package/esm2020/config/providers/xslt-format-route.provider.mjs +19 -0
  94. package/esm2020/config/providers/xslt-rule-doc-type-route.provider.mjs +19 -0
  95. package/esm2020/config/providers/xslt-rule-route.provider.mjs +19 -0
  96. package/esm2020/config/providers/xslt-rule-scenario-route.provider.mjs +19 -0
  97. package/esm2020/config/public-api.mjs +4 -0
  98. package/esm2020/hitsoft-e-donusum.mjs +5 -0
  99. package/esm2020/lib/branches/branch/branch-routing.module.mjs +38 -0
  100. package/esm2020/lib/branches/branch/branch.module.mjs +52 -0
  101. package/esm2020/lib/branches/branch/components/branch.component.mjs +113 -0
  102. package/esm2020/lib/business-partner-groups/business-partner-group/business-partner-group-routing.module.mjs +38 -0
  103. package/esm2020/lib/business-partner-groups/business-partner-group/business-partner-group.module.mjs +52 -0
  104. package/esm2020/lib/business-partner-groups/business-partner-group/components/business-partner-group.component.mjs +104 -0
  105. package/esm2020/lib/business-partners/business-partner/business-partner-routing.module.mjs +38 -0
  106. package/esm2020/lib/business-partners/business-partner/business-partner.module.mjs +52 -0
  107. package/esm2020/lib/business-partners/business-partner/components/business-partner.component.mjs +112 -0
  108. package/esm2020/lib/components/e-donusum.component.mjs +18 -0
  109. package/esm2020/lib/components/hit-inbound-invoices/hit-inbound-invoice-routing.module.mjs +38 -0
  110. package/esm2020/lib/components/hit-inbound-invoices/hit-inbound-invoice.component.mjs +119 -0
  111. package/esm2020/lib/components/hit-inbound-invoices/hit-inbound-invoice.module.mjs +77 -0
  112. package/esm2020/lib/components/hit-invoices/hit-invoice.component.mjs +99 -0
  113. package/esm2020/lib/components/hit-invoices/hit-invoice.module.mjs +71 -0
  114. package/esm2020/lib/components/hit-invoices/sanitize-html.pipe.mjs +19 -0
  115. package/esm2020/lib/components/hit-note-rules/hit-note-rule.component.mjs +319 -0
  116. package/esm2020/lib/components/hit-note-rules/hit-note-rule.module.mjs +70 -0
  117. package/esm2020/lib/components/hit-paramas-invoices/hit-params-invoice.component.mjs +108 -0
  118. package/esm2020/lib/components/hit-paramas-invoices/hit-params-invoice.module.mjs +36 -0
  119. package/esm2020/lib/components/hit-params-companies/hit-params-company.component.mjs +110 -0
  120. package/esm2020/lib/components/hit-params-companies/hit-params-company.module.mjs +32 -0
  121. package/esm2020/lib/components/hit-params-dispatches/hit-params-dispatch.component.mjs +120 -0
  122. package/esm2020/lib/components/hit-params-dispatches/hit-params-dispatch.module.mjs +36 -0
  123. package/esm2020/lib/components/hit-params-generals/hit-params-generals-part1/hit-params-general-part1.component.mjs +153 -0
  124. package/esm2020/lib/components/hit-params-generals/hit-params-generals-part1/hit-params-general-part1.module.mjs +39 -0
  125. package/esm2020/lib/components/hit-params-generals/hit-params-generals-part2/hit-params-general-part2.component.mjs +76 -0
  126. package/esm2020/lib/components/hit-params-generals/hit-params-generals-part2/hit-params-general-part2.module.mjs +36 -0
  127. package/esm2020/lib/components/hit-params-integrators/hit-params-integrator.component.mjs +152 -0
  128. package/esm2020/lib/components/hit-params-integrators/hit-params-integrator.module.mjs +36 -0
  129. package/esm2020/lib/components/hit-setup-wizard/hit-setup-wizard-routing.module.mjs +38 -0
  130. package/esm2020/lib/components/hit-setup-wizard/hit-setup-wizard.component.mjs +134 -0
  131. package/esm2020/lib/components/hit-setup-wizard/hit-setup-wizard.module.mjs +66 -0
  132. package/esm2020/lib/components/hit-xslt-formats/hit-xslt-format.component.mjs +139 -0
  133. package/esm2020/lib/components/hit-xslt-formats/hit-xslt-format.module.mjs +67 -0
  134. package/esm2020/lib/components/hit-xslt-rules/hit-xslt-rule.component.mjs +299 -0
  135. package/esm2020/lib/components/hit-xslt-rules/hit-xslt-rule.module.mjs +73 -0
  136. package/esm2020/lib/despatch-document-references/despatch-document-reference/components/despatch-document-reference.component.mjs +117 -0
  137. package/esm2020/lib/despatch-document-references/despatch-document-reference/despatch-document-reference-routing.module.mjs +38 -0
  138. package/esm2020/lib/despatch-document-references/despatch-document-reference/despatch-document-reference.module.mjs +52 -0
  139. package/esm2020/lib/despatch-line-order-line-references/despatch-line-order-line-reference/components/despatch-line-order-line-reference.component.mjs +121 -0
  140. package/esm2020/lib/despatch-line-order-line-references/despatch-line-order-line-reference/despatch-line-order-line-reference-routing.module.mjs +38 -0
  141. package/esm2020/lib/despatch-line-order-line-references/despatch-line-order-line-reference/despatch-line-order-line-reference.module.mjs +52 -0
  142. package/esm2020/lib/despatch-lines/despatch-line/components/despatch-line.component.mjs +137 -0
  143. package/esm2020/lib/despatch-lines/despatch-line/despatch-line-routing.module.mjs +38 -0
  144. package/esm2020/lib/despatch-lines/despatch-line/despatch-line.module.mjs +52 -0
  145. package/esm2020/lib/despatch-notes/despatch-note/components/despatch-note.component.mjs +108 -0
  146. package/esm2020/lib/despatch-notes/despatch-note/despatch-note-routing.module.mjs +38 -0
  147. package/esm2020/lib/despatch-notes/despatch-note/despatch-note.module.mjs +52 -0
  148. package/esm2020/lib/despatches/despatch/components/despatch.component.mjs +285 -0
  149. package/esm2020/lib/despatches/despatch/despatch-routing.module.mjs +38 -0
  150. package/esm2020/lib/despatches/despatch/despatch.module.mjs +52 -0
  151. package/esm2020/lib/e-donusum-routing.module.mjs +110 -0
  152. package/esm2020/lib/e-donusum.module.mjs +61 -0
  153. package/esm2020/lib/gib-partner-pk-alls/gib-partner-pk-all/components/gib-partner-pk-all.component.mjs +116 -0
  154. package/esm2020/lib/gib-partner-pk-alls/gib-partner-pk-all/gib-partner-pk-all-routing.module.mjs +38 -0
  155. package/esm2020/lib/gib-partner-pk-alls/gib-partner-pk-all/gib-partner-pk-all.module.mjs +52 -0
  156. package/esm2020/lib/gib-partner-pks/gib-partner-pk/components/gib-partner-pk.component.mjs +116 -0
  157. package/esm2020/lib/gib-partner-pks/gib-partner-pk/gib-partner-pk-routing.module.mjs +38 -0
  158. package/esm2020/lib/gib-partner-pks/gib-partner-pk/gib-partner-pk.module.mjs +52 -0
  159. package/esm2020/lib/hit-proxy/devexpress-query-builder/devexpress-load-options.model.mjs +2 -0
  160. package/esm2020/lib/hit-proxy/devexpress-query-builder/devexpress-query-builder.mjs +54 -0
  161. package/esm2020/lib/hit-proxy/hit-branches/hit-branch.service.mjs +26 -0
  162. package/esm2020/lib/hit-proxy/hit-connectors/hit-connector.service.mjs +37 -0
  163. package/esm2020/lib/hit-proxy/hit-content-master/models.mjs +2 -0
  164. package/esm2020/lib/hit-proxy/hit-document-types/hit-document-type.service.mjs +28 -0
  165. package/esm2020/lib/hit-proxy/hit-entegrators/hit-entegrator.service.mjs +39 -0
  166. package/esm2020/lib/hit-proxy/hit-inbound-invoices/hit-inbound-invoice.service.mjs +34 -0
  167. package/esm2020/lib/hit-proxy/hit-inventory-transfer-addresses/hit-inventory-transfer-address.service.mjs +22 -0
  168. package/esm2020/lib/hit-proxy/hit-invoices/hit-invoice.service.mjs +62 -0
  169. package/esm2020/lib/hit-proxy/hit-note-rule-doc-types/hit-note-rule-doc-type.service.mjs +23 -0
  170. package/esm2020/lib/hit-proxy/hit-note-rule-scenarios/hit-note-rule-scenario.service.mjs +23 -0
  171. package/esm2020/lib/hit-proxy/hit-note-rules/hit-note-rule.service.mjs +63 -0
  172. package/esm2020/lib/hit-proxy/hit-note-rules/models.mjs +2 -0
  173. package/esm2020/lib/hit-proxy/hit-params-companies/hit-params-company.service.mjs +30 -0
  174. package/esm2020/lib/hit-proxy/hit-params-dispatches/hit-params-dispatch.service.mjs +22 -0
  175. package/esm2020/lib/hit-proxy/hit-params-generals/hit-params-general.service.mjs +22 -0
  176. package/esm2020/lib/hit-proxy/hit-params-integrators/hit-params-integrator.service.mjs +22 -0
  177. package/esm2020/lib/hit-proxy/hit-params-invoices/hit-params-invoice.service.mjs +22 -0
  178. package/esm2020/lib/hit-proxy/hit-scenario-types/hit-scenario-type.service.mjs +28 -0
  179. package/esm2020/lib/hit-proxy/hit-xslt-formats/hit-xslt-format.service.mjs +46 -0
  180. package/esm2020/lib/hit-proxy/hit-xslt-formats/models.mjs +2 -0
  181. package/esm2020/lib/hit-proxy/hit-xslt-rule-doc-types/hit-xslt-rule-doc-type.service.mjs +23 -0
  182. package/esm2020/lib/hit-proxy/hit-xslt-rule-scenarios/hit-xslt-rule-scenario.service.mjs +23 -0
  183. package/esm2020/lib/hit-proxy/hit-xslt-rules/hit-xslt-rule.service.mjs +55 -0
  184. package/esm2020/lib/hit-proxy/hit-xslt-rules/models.mjs +2 -0
  185. package/esm2020/lib/invoice-document-references/invoice-document-reference/components/invoice-document-reference.component.mjs +117 -0
  186. package/esm2020/lib/invoice-document-references/invoice-document-reference/invoice-document-reference-routing.module.mjs +38 -0
  187. package/esm2020/lib/invoice-document-references/invoice-document-reference/invoice-document-reference.module.mjs +52 -0
  188. package/esm2020/lib/invoice-line-despatch-line-references/invoice-line-despatch-line-reference/components/invoice-line-despatch-line-reference.component.mjs +115 -0
  189. package/esm2020/lib/invoice-line-despatch-line-references/invoice-line-despatch-line-reference/invoice-line-despatch-line-reference-routing.module.mjs +38 -0
  190. package/esm2020/lib/invoice-line-despatch-line-references/invoice-line-despatch-line-reference/invoice-line-despatch-line-reference.module.mjs +52 -0
  191. package/esm2020/lib/invoice-line-order-line-references/invoice-line-order-line-reference/components/invoice-line-order-line-reference.component.mjs +121 -0
  192. package/esm2020/lib/invoice-line-order-line-references/invoice-line-order-line-reference/invoice-line-order-line-reference-routing.module.mjs +38 -0
  193. package/esm2020/lib/invoice-line-order-line-references/invoice-line-order-line-reference/invoice-line-order-line-reference.module.mjs +52 -0
  194. package/esm2020/lib/invoice-line-receipt-line-references/invoice-line-receipt-line-reference/components/invoice-line-receipt-line-reference.component.mjs +115 -0
  195. package/esm2020/lib/invoice-line-receipt-line-references/invoice-line-receipt-line-reference/invoice-line-receipt-line-reference-routing.module.mjs +38 -0
  196. package/esm2020/lib/invoice-line-receipt-line-references/invoice-line-receipt-line-reference/invoice-line-receipt-line-reference.module.mjs +52 -0
  197. package/esm2020/lib/invoice-lines/invoice-line/components/invoice-line.component.mjs +137 -0
  198. package/esm2020/lib/invoice-lines/invoice-line/invoice-line-routing.module.mjs +38 -0
  199. package/esm2020/lib/invoice-lines/invoice-line/invoice-line.module.mjs +52 -0
  200. package/esm2020/lib/invoice-notes/invoice-note/components/invoice-note.component.mjs +108 -0
  201. package/esm2020/lib/invoice-notes/invoice-note/invoice-note-routing.module.mjs +38 -0
  202. package/esm2020/lib/invoice-notes/invoice-note/invoice-note.module.mjs +52 -0
  203. package/esm2020/lib/invoices/invoice/components/invoice.component.mjs +271 -0
  204. package/esm2020/lib/invoices/invoice/invoice-routing.module.mjs +38 -0
  205. package/esm2020/lib/invoices/invoice/invoice.module.mjs +52 -0
  206. package/esm2020/lib/note-rule-doc-types/note-rule-doc-type/components/note-rule-doc-type.component.mjs +98 -0
  207. package/esm2020/lib/note-rule-doc-types/note-rule-doc-type/note-rule-doc-type-routing.module.mjs +38 -0
  208. package/esm2020/lib/note-rule-doc-types/note-rule-doc-type/note-rule-doc-type.module.mjs +52 -0
  209. package/esm2020/lib/note-rule-scenarios/note-rule-scenario/components/note-rule-scenario.component.mjs +98 -0
  210. package/esm2020/lib/note-rule-scenarios/note-rule-scenario/note-rule-scenario-routing.module.mjs +38 -0
  211. package/esm2020/lib/note-rule-scenarios/note-rule-scenario/note-rule-scenario.module.mjs +52 -0
  212. package/esm2020/lib/note-rules/note-rule/components/note-rule.component.mjs +120 -0
  213. package/esm2020/lib/note-rules/note-rule/note-rule-routing.module.mjs +38 -0
  214. package/esm2020/lib/note-rules/note-rule/note-rule.module.mjs +52 -0
  215. package/esm2020/lib/params-companies/params-company/components/params-company.component.mjs +124 -0
  216. package/esm2020/lib/params-companies/params-company/params-company-routing.module.mjs +38 -0
  217. package/esm2020/lib/params-companies/params-company/params-company.module.mjs +52 -0
  218. package/esm2020/lib/params-generals/params-general/components/params-general.component.mjs +108 -0
  219. package/esm2020/lib/params-generals/params-general/params-general-routing.module.mjs +38 -0
  220. package/esm2020/lib/params-generals/params-general/params-general.module.mjs +52 -0
  221. package/esm2020/lib/params-integrators/params-integrator/components/params-integrator.component.mjs +117 -0
  222. package/esm2020/lib/params-integrators/params-integrator/params-integrator-routing.module.mjs +38 -0
  223. package/esm2020/lib/params-integrators/params-integrator/params-integrator.module.mjs +52 -0
  224. package/esm2020/lib/paramse-dispatches/paramse-dispatch/components/paramse-dispatch.component.mjs +119 -0
  225. package/esm2020/lib/paramse-dispatches/paramse-dispatch/paramse-dispatch-routing.module.mjs +38 -0
  226. package/esm2020/lib/paramse-dispatches/paramse-dispatch/paramse-dispatch.module.mjs +52 -0
  227. package/esm2020/lib/paramse-invoices/paramse-invoice/components/paramse-invoice.component.mjs +113 -0
  228. package/esm2020/lib/paramse-invoices/paramse-invoice/paramse-invoice-routing.module.mjs +38 -0
  229. package/esm2020/lib/paramse-invoices/paramse-invoice/paramse-invoice.module.mjs +52 -0
  230. package/esm2020/lib/proxy/branches/branch.service.mjs +51 -0
  231. package/esm2020/lib/proxy/branches/models.mjs +2 -0
  232. package/esm2020/lib/proxy/business-partner-groups/business-partner-group.service.mjs +41 -0
  233. package/esm2020/lib/proxy/business-partner-groups/models.mjs +2 -0
  234. package/esm2020/lib/proxy/business-partners/business-partner.service.mjs +50 -0
  235. package/esm2020/lib/proxy/business-partners/models.mjs +2 -0
  236. package/esm2020/lib/proxy/despatch-document-references/despatch-document-reference.service.mjs +60 -0
  237. package/esm2020/lib/proxy/despatch-document-references/models.mjs +2 -0
  238. package/esm2020/lib/proxy/despatch-line-order-line-references/despatch-line-order-line-reference.service.mjs +60 -0
  239. package/esm2020/lib/proxy/despatch-line-order-line-references/models.mjs +2 -0
  240. package/esm2020/lib/proxy/despatch-lines/despatch-line.service.mjs +60 -0
  241. package/esm2020/lib/proxy/despatch-lines/models.mjs +2 -0
  242. package/esm2020/lib/proxy/despatch-notes/despatch-note.service.mjs +60 -0
  243. package/esm2020/lib/proxy/despatch-notes/models.mjs +2 -0
  244. package/esm2020/lib/proxy/despatches/despatch.service.mjs +51 -0
  245. package/esm2020/lib/proxy/despatches/models.mjs +2 -0
  246. package/esm2020/lib/proxy/gib-partner-pk-alls/gib-partner-pk-all.service.mjs +51 -0
  247. package/esm2020/lib/proxy/gib-partner-pk-alls/models.mjs +2 -0
  248. package/esm2020/lib/proxy/gib-partner-pks/gib-partner-pk.service.mjs +51 -0
  249. package/esm2020/lib/proxy/gib-partner-pks/models.mjs +2 -0
  250. package/esm2020/lib/proxy/invoice-document-references/invoice-document-reference.service.mjs +60 -0
  251. package/esm2020/lib/proxy/invoice-document-references/models.mjs +2 -0
  252. package/esm2020/lib/proxy/invoice-line-despatch-line-references/invoice-line-despatch-line-reference.service.mjs +60 -0
  253. package/esm2020/lib/proxy/invoice-line-despatch-line-references/models.mjs +2 -0
  254. package/esm2020/lib/proxy/invoice-line-order-line-references/invoice-line-order-line-reference.service.mjs +60 -0
  255. package/esm2020/lib/proxy/invoice-line-order-line-references/models.mjs +2 -0
  256. package/esm2020/lib/proxy/invoice-line-receipt-line-references/invoice-line-receipt-line-reference.service.mjs +60 -0
  257. package/esm2020/lib/proxy/invoice-line-receipt-line-references/models.mjs +2 -0
  258. package/esm2020/lib/proxy/invoice-lines/invoice-line.service.mjs +60 -0
  259. package/esm2020/lib/proxy/invoice-lines/models.mjs +2 -0
  260. package/esm2020/lib/proxy/invoice-notes/invoice-note.service.mjs +60 -0
  261. package/esm2020/lib/proxy/invoice-notes/models.mjs +2 -0
  262. package/esm2020/lib/proxy/invoices/invoice.service.mjs +51 -0
  263. package/esm2020/lib/proxy/invoices/models.mjs +2 -0
  264. package/esm2020/lib/proxy/note-rule-doc-types/index.mjs +3 -0
  265. package/esm2020/lib/proxy/note-rule-doc-types/models.mjs +2 -0
  266. package/esm2020/lib/proxy/note-rule-doc-types/note-rule-doc-type.service.mjs +50 -0
  267. package/esm2020/lib/proxy/note-rule-scenarios/index.mjs +3 -0
  268. package/esm2020/lib/proxy/note-rule-scenarios/models.mjs +2 -0
  269. package/esm2020/lib/proxy/note-rule-scenarios/note-rule-scenario.service.mjs +50 -0
  270. package/esm2020/lib/proxy/note-rules/index.mjs +3 -0
  271. package/esm2020/lib/proxy/note-rules/models.mjs +2 -0
  272. package/esm2020/lib/proxy/note-rules/note-rule.service.mjs +51 -0
  273. package/esm2020/lib/proxy/params-companies/index.mjs +3 -0
  274. package/esm2020/lib/proxy/params-companies/models.mjs +2 -0
  275. package/esm2020/lib/proxy/params-companies/params-company.service.mjs +51 -0
  276. package/esm2020/lib/proxy/params-generals/index.mjs +3 -0
  277. package/esm2020/lib/proxy/params-generals/models.mjs +2 -0
  278. package/esm2020/lib/proxy/params-generals/params-general.service.mjs +51 -0
  279. package/esm2020/lib/proxy/params-integrators/index.mjs +3 -0
  280. package/esm2020/lib/proxy/params-integrators/models.mjs +2 -0
  281. package/esm2020/lib/proxy/params-integrators/params-integrator.service.mjs +60 -0
  282. package/esm2020/lib/proxy/paramse-dispatches/index.mjs +3 -0
  283. package/esm2020/lib/proxy/paramse-dispatches/models.mjs +2 -0
  284. package/esm2020/lib/proxy/paramse-dispatches/paramse-dispatch.service.mjs +51 -0
  285. package/esm2020/lib/proxy/paramse-invoices/index.mjs +3 -0
  286. package/esm2020/lib/proxy/paramse-invoices/models.mjs +2 -0
  287. package/esm2020/lib/proxy/paramse-invoices/paramse-invoice.service.mjs +51 -0
  288. package/esm2020/lib/proxy/shared/models.mjs +2 -0
  289. package/esm2020/lib/proxy/xslt-formats/index.mjs +3 -0
  290. package/esm2020/lib/proxy/xslt-formats/models.mjs +2 -0
  291. package/esm2020/lib/proxy/xslt-formats/xslt-format.service.mjs +41 -0
  292. package/esm2020/lib/proxy/xslt-rule-doc-types/index.mjs +3 -0
  293. package/esm2020/lib/proxy/xslt-rule-doc-types/models.mjs +2 -0
  294. package/esm2020/lib/proxy/xslt-rule-doc-types/xslt-rule-doc-type.service.mjs +50 -0
  295. package/esm2020/lib/proxy/xslt-rule-scenarios/index.mjs +3 -0
  296. package/esm2020/lib/proxy/xslt-rule-scenarios/models.mjs +2 -0
  297. package/esm2020/lib/proxy/xslt-rule-scenarios/xslt-rule-scenario.service.mjs +50 -0
  298. package/esm2020/lib/proxy/xslt-rules/index.mjs +3 -0
  299. package/esm2020/lib/proxy/xslt-rules/models.mjs +2 -0
  300. package/esm2020/lib/proxy/xslt-rules/xslt-rule.service.mjs +50 -0
  301. package/esm2020/lib/services/e-donusum.service.mjs +21 -0
  302. package/esm2020/lib/xslt-formats/xslt-format/components/xslt-format.component.mjs +101 -0
  303. package/esm2020/lib/xslt-formats/xslt-format/xslt-format-routing.module.mjs +38 -0
  304. package/esm2020/lib/xslt-formats/xslt-format/xslt-format.module.mjs +52 -0
  305. package/esm2020/lib/xslt-rule-doc-types/xslt-rule-doc-type/components/xslt-rule-doc-type.component.mjs +98 -0
  306. package/esm2020/lib/xslt-rule-doc-types/xslt-rule-doc-type/xslt-rule-doc-type-routing.module.mjs +26 -0
  307. package/esm2020/lib/xslt-rule-doc-types/xslt-rule-doc-type/xslt-rule-doc-type.module.mjs +52 -0
  308. package/esm2020/lib/xslt-rule-scenarios/xslt-rule-scenario/components/xslt-rule-scenario.component.mjs +98 -0
  309. package/esm2020/lib/xslt-rule-scenarios/xslt-rule-scenario/xslt-rule-scenario-routing.module.mjs +26 -0
  310. package/esm2020/lib/xslt-rule-scenarios/xslt-rule-scenario/xslt-rule-scenario.module.mjs +52 -0
  311. package/esm2020/lib/xslt-rules/xslt-rule/components/xslt-rule.component.mjs +106 -0
  312. package/esm2020/lib/xslt-rules/xslt-rule/xslt-rule-routing.module.mjs +38 -0
  313. package/esm2020/lib/xslt-rules/xslt-rule/xslt-rule.module.mjs +52 -0
  314. package/esm2020/public-api.mjs +7 -0
  315. package/fesm2015/hitsoft-e-donusum-config.mjs +850 -0
  316. package/fesm2015/hitsoft-e-donusum-config.mjs.map +1 -0
  317. package/fesm2015/hitsoft-e-donusum.mjs +9581 -0
  318. package/fesm2015/hitsoft-e-donusum.mjs.map +1 -0
  319. package/fesm2020/hitsoft-e-donusum-config.mjs +850 -0
  320. package/fesm2020/hitsoft-e-donusum-config.mjs.map +1 -0
  321. package/fesm2020/hitsoft-e-donusum.mjs +9734 -0
  322. package/fesm2020/hitsoft-e-donusum.mjs.map +1 -0
  323. package/index.d.ts +5 -0
  324. package/lib/branches/branch/branch-routing.module.d.ts +7 -0
  325. package/lib/branches/branch/branch.module.d.ts +15 -0
  326. package/lib/branches/branch/components/branch.component.d.ts +35 -0
  327. package/lib/business-partner-groups/business-partner-group/business-partner-group-routing.module.d.ts +7 -0
  328. package/lib/business-partner-groups/business-partner-group/business-partner-group.module.d.ts +15 -0
  329. package/lib/business-partner-groups/business-partner-group/components/business-partner-group.component.d.ts +33 -0
  330. package/lib/business-partners/business-partner/business-partner-routing.module.d.ts +7 -0
  331. package/lib/business-partners/business-partner/business-partner.module.d.ts +15 -0
  332. package/lib/business-partners/business-partner/components/business-partner.component.d.ts +33 -0
  333. package/lib/components/e-donusum.component.d.ts +10 -0
  334. package/lib/components/hit-inbound-invoices/hit-inbound-invoice-routing.module.d.ts +7 -0
  335. package/lib/components/hit-inbound-invoices/hit-inbound-invoice.component.d.ts +36 -0
  336. package/lib/components/hit-inbound-invoices/hit-inbound-invoice.module.d.ts +16 -0
  337. package/lib/components/hit-invoices/hit-invoice.component.d.ts +30 -0
  338. package/lib/components/hit-invoices/hit-invoice.module.d.ts +16 -0
  339. package/lib/components/hit-invoices/sanitize-html.pipe.d.ts +10 -0
  340. package/lib/components/hit-note-rules/hit-note-rule.component.d.ts +67 -0
  341. package/lib/components/hit-note-rules/hit-note-rule.module.d.ts +15 -0
  342. package/lib/components/hit-paramas-invoices/hit-params-invoice.component.d.ts +34 -0
  343. package/lib/components/hit-paramas-invoices/hit-params-invoice.module.d.ts +12 -0
  344. package/lib/components/hit-params-companies/hit-params-company.component.d.ts +30 -0
  345. package/lib/components/hit-params-companies/hit-params-company.module.d.ts +11 -0
  346. package/lib/components/hit-params-dispatches/hit-params-dispatch.component.d.ts +37 -0
  347. package/lib/components/hit-params-dispatches/hit-params-dispatch.module.d.ts +12 -0
  348. package/lib/components/hit-params-generals/hit-params-generals-part1/hit-params-general-part1.component.d.ts +39 -0
  349. package/lib/components/hit-params-generals/hit-params-generals-part1/hit-params-general-part1.module.d.ts +12 -0
  350. package/lib/components/hit-params-generals/hit-params-generals-part2/hit-params-general-part2.component.d.ts +27 -0
  351. package/lib/components/hit-params-generals/hit-params-generals-part2/hit-params-general-part2.module.d.ts +12 -0
  352. package/lib/components/hit-params-integrators/hit-params-integrator.component.d.ts +38 -0
  353. package/lib/components/hit-params-integrators/hit-params-integrator.module.d.ts +12 -0
  354. package/lib/components/hit-setup-wizard/hit-setup-wizard-routing.module.d.ts +7 -0
  355. package/lib/components/hit-setup-wizard/hit-setup-wizard.component.d.ts +37 -0
  356. package/lib/components/hit-setup-wizard/hit-setup-wizard.module.d.ts +20 -0
  357. package/lib/components/hit-xslt-formats/hit-xslt-format.component.d.ts +39 -0
  358. package/lib/components/hit-xslt-formats/hit-xslt-format.module.d.ts +15 -0
  359. package/lib/components/hit-xslt-rules/hit-xslt-rule.component.d.ts +73 -0
  360. package/lib/components/hit-xslt-rules/hit-xslt-rule.module.d.ts +15 -0
  361. package/lib/despatch-document-references/despatch-document-reference/components/despatch-document-reference.component.d.ts +35 -0
  362. package/lib/despatch-document-references/despatch-document-reference/despatch-document-reference-routing.module.d.ts +7 -0
  363. package/lib/despatch-document-references/despatch-document-reference/despatch-document-reference.module.d.ts +15 -0
  364. package/lib/despatch-line-order-line-references/despatch-line-order-line-reference/components/despatch-line-order-line-reference.component.d.ts +35 -0
  365. package/lib/despatch-line-order-line-references/despatch-line-order-line-reference/despatch-line-order-line-reference-routing.module.d.ts +7 -0
  366. package/lib/despatch-line-order-line-references/despatch-line-order-line-reference/despatch-line-order-line-reference.module.d.ts +15 -0
  367. package/lib/despatch-lines/despatch-line/components/despatch-line.component.d.ts +35 -0
  368. package/lib/despatch-lines/despatch-line/despatch-line-routing.module.d.ts +7 -0
  369. package/lib/despatch-lines/despatch-line/despatch-line.module.d.ts +15 -0
  370. package/lib/despatch-notes/despatch-note/components/despatch-note.component.d.ts +35 -0
  371. package/lib/despatch-notes/despatch-note/despatch-note-routing.module.d.ts +7 -0
  372. package/lib/despatch-notes/despatch-note/despatch-note.module.d.ts +15 -0
  373. package/lib/despatches/despatch/components/despatch.component.d.ts +35 -0
  374. package/lib/despatches/despatch/despatch-routing.module.d.ts +7 -0
  375. package/lib/despatches/despatch/despatch.module.d.ts +15 -0
  376. package/lib/e-donusum-routing.module.d.ts +7 -0
  377. package/lib/e-donusum.module.d.ts +17 -0
  378. package/lib/gib-partner-pk-alls/gib-partner-pk-all/components/gib-partner-pk-all.component.d.ts +35 -0
  379. package/lib/gib-partner-pk-alls/gib-partner-pk-all/gib-partner-pk-all-routing.module.d.ts +7 -0
  380. package/lib/gib-partner-pk-alls/gib-partner-pk-all/gib-partner-pk-all.module.d.ts +15 -0
  381. package/lib/gib-partner-pks/gib-partner-pk/components/gib-partner-pk.component.d.ts +35 -0
  382. package/lib/gib-partner-pks/gib-partner-pk/gib-partner-pk-routing.module.d.ts +7 -0
  383. package/lib/gib-partner-pks/gib-partner-pk/gib-partner-pk.module.d.ts +15 -0
  384. package/lib/hit-proxy/devexpress-query-builder/devexpress-load-options.model.d.ts +17 -0
  385. package/lib/hit-proxy/devexpress-query-builder/devexpress-query-builder.d.ts +18 -0
  386. package/lib/hit-proxy/hit-branches/hit-branch.service.d.ts +11 -0
  387. package/lib/hit-proxy/hit-connectors/hit-connector.service.d.ts +12 -0
  388. package/lib/hit-proxy/hit-content-master/models.d.ts +12 -0
  389. package/lib/hit-proxy/hit-document-types/hit-document-type.service.d.ts +14 -0
  390. package/lib/hit-proxy/hit-entegrators/hit-entegrator.service.d.ts +12 -0
  391. package/lib/hit-proxy/hit-inbound-invoices/hit-inbound-invoice.service.d.ts +14 -0
  392. package/lib/hit-proxy/hit-inventory-transfer-addresses/hit-inventory-transfer-address.service.d.ts +10 -0
  393. package/lib/hit-proxy/hit-invoices/hit-invoice.service.d.ts +21 -0
  394. package/lib/hit-proxy/hit-note-rule-doc-types/hit-note-rule-doc-type.service.d.ts +11 -0
  395. package/lib/hit-proxy/hit-note-rule-scenarios/hit-note-rule-scenario.service.d.ts +11 -0
  396. package/lib/hit-proxy/hit-note-rules/hit-note-rule.service.d.ts +23 -0
  397. package/lib/hit-proxy/hit-note-rules/models.d.ts +34 -0
  398. package/lib/hit-proxy/hit-params-companies/hit-params-company.service.d.ts +12 -0
  399. package/lib/hit-proxy/hit-params-dispatches/hit-params-dispatch.service.d.ts +10 -0
  400. package/lib/hit-proxy/hit-params-generals/hit-params-general.service.d.ts +10 -0
  401. package/lib/hit-proxy/hit-params-integrators/hit-params-integrator.service.d.ts +10 -0
  402. package/lib/hit-proxy/hit-params-invoices/hit-params-invoice.service.d.ts +10 -0
  403. package/lib/hit-proxy/hit-scenario-types/hit-scenario-type.service.d.ts +14 -0
  404. package/lib/hit-proxy/hit-xslt-formats/hit-xslt-format.service.d.ts +19 -0
  405. package/lib/hit-proxy/hit-xslt-formats/models.d.ts +10 -0
  406. package/lib/hit-proxy/hit-xslt-rule-doc-types/hit-xslt-rule-doc-type.service.d.ts +11 -0
  407. package/lib/hit-proxy/hit-xslt-rule-scenarios/hit-xslt-rule-scenario.service.d.ts +11 -0
  408. package/lib/hit-proxy/hit-xslt-rules/hit-xslt-rule.service.d.ts +22 -0
  409. package/lib/hit-proxy/hit-xslt-rules/models.d.ts +34 -0
  410. package/lib/invoice-document-references/invoice-document-reference/components/invoice-document-reference.component.d.ts +35 -0
  411. package/lib/invoice-document-references/invoice-document-reference/invoice-document-reference-routing.module.d.ts +7 -0
  412. package/lib/invoice-document-references/invoice-document-reference/invoice-document-reference.module.d.ts +15 -0
  413. package/lib/invoice-line-despatch-line-references/invoice-line-despatch-line-reference/components/invoice-line-despatch-line-reference.component.d.ts +35 -0
  414. package/lib/invoice-line-despatch-line-references/invoice-line-despatch-line-reference/invoice-line-despatch-line-reference-routing.module.d.ts +7 -0
  415. package/lib/invoice-line-despatch-line-references/invoice-line-despatch-line-reference/invoice-line-despatch-line-reference.module.d.ts +15 -0
  416. package/lib/invoice-line-order-line-references/invoice-line-order-line-reference/components/invoice-line-order-line-reference.component.d.ts +35 -0
  417. package/lib/invoice-line-order-line-references/invoice-line-order-line-reference/invoice-line-order-line-reference-routing.module.d.ts +7 -0
  418. package/lib/invoice-line-order-line-references/invoice-line-order-line-reference/invoice-line-order-line-reference.module.d.ts +15 -0
  419. package/lib/invoice-line-receipt-line-references/invoice-line-receipt-line-reference/components/invoice-line-receipt-line-reference.component.d.ts +35 -0
  420. package/lib/invoice-line-receipt-line-references/invoice-line-receipt-line-reference/invoice-line-receipt-line-reference-routing.module.d.ts +7 -0
  421. package/lib/invoice-line-receipt-line-references/invoice-line-receipt-line-reference/invoice-line-receipt-line-reference.module.d.ts +15 -0
  422. package/lib/invoice-lines/invoice-line/components/invoice-line.component.d.ts +35 -0
  423. package/lib/invoice-lines/invoice-line/invoice-line-routing.module.d.ts +7 -0
  424. package/lib/invoice-lines/invoice-line/invoice-line.module.d.ts +15 -0
  425. package/lib/invoice-notes/invoice-note/components/invoice-note.component.d.ts +35 -0
  426. package/lib/invoice-notes/invoice-note/invoice-note-routing.module.d.ts +7 -0
  427. package/lib/invoice-notes/invoice-note/invoice-note.module.d.ts +15 -0
  428. package/lib/invoices/invoice/components/invoice.component.d.ts +35 -0
  429. package/lib/invoices/invoice/invoice-routing.module.d.ts +7 -0
  430. package/lib/invoices/invoice/invoice.module.d.ts +15 -0
  431. package/lib/note-rule-doc-types/note-rule-doc-type/components/note-rule-doc-type.component.d.ts +33 -0
  432. package/lib/note-rule-doc-types/note-rule-doc-type/note-rule-doc-type-routing.module.d.ts +7 -0
  433. package/lib/note-rule-doc-types/note-rule-doc-type/note-rule-doc-type.module.d.ts +15 -0
  434. package/lib/note-rule-scenarios/note-rule-scenario/components/note-rule-scenario.component.d.ts +33 -0
  435. package/lib/note-rule-scenarios/note-rule-scenario/note-rule-scenario-routing.module.d.ts +7 -0
  436. package/lib/note-rule-scenarios/note-rule-scenario/note-rule-scenario.module.d.ts +15 -0
  437. package/lib/note-rules/note-rule/components/note-rule.component.d.ts +35 -0
  438. package/lib/note-rules/note-rule/note-rule-routing.module.d.ts +7 -0
  439. package/lib/note-rules/note-rule/note-rule.module.d.ts +15 -0
  440. package/lib/params-companies/params-company/components/params-company.component.d.ts +35 -0
  441. package/lib/params-companies/params-company/params-company-routing.module.d.ts +7 -0
  442. package/lib/params-companies/params-company/params-company.module.d.ts +15 -0
  443. package/lib/params-generals/params-general/components/params-general.component.d.ts +35 -0
  444. package/lib/params-generals/params-general/params-general-routing.module.d.ts +7 -0
  445. package/lib/params-generals/params-general/params-general.module.d.ts +15 -0
  446. package/lib/params-integrators/params-integrator/components/params-integrator.component.d.ts +35 -0
  447. package/lib/params-integrators/params-integrator/params-integrator-routing.module.d.ts +7 -0
  448. package/lib/params-integrators/params-integrator/params-integrator.module.d.ts +15 -0
  449. package/lib/paramse-dispatches/paramse-dispatch/components/paramse-dispatch.component.d.ts +35 -0
  450. package/lib/paramse-dispatches/paramse-dispatch/paramse-dispatch-routing.module.d.ts +7 -0
  451. package/lib/paramse-dispatches/paramse-dispatch/paramse-dispatch.module.d.ts +15 -0
  452. package/lib/paramse-invoices/paramse-invoice/components/paramse-invoice.component.d.ts +35 -0
  453. package/lib/paramse-invoices/paramse-invoice/paramse-invoice-routing.module.d.ts +7 -0
  454. package/lib/paramse-invoices/paramse-invoice/paramse-invoice.module.d.ts +15 -0
  455. package/lib/proxy/branches/branch.service.d.ts +19 -0
  456. package/lib/proxy/branches/models.d.ts +41 -0
  457. package/lib/proxy/business-partner-groups/business-partner-group.service.d.ts +16 -0
  458. package/lib/proxy/business-partner-groups/models.d.ts +32 -0
  459. package/lib/proxy/business-partners/business-partner.service.d.ts +19 -0
  460. package/lib/proxy/business-partners/models.d.ts +65 -0
  461. package/lib/proxy/despatch-document-references/despatch-document-reference.service.d.ts +21 -0
  462. package/lib/proxy/despatch-document-references/models.d.ts +51 -0
  463. package/lib/proxy/despatch-line-order-line-references/despatch-line-order-line-reference.service.d.ts +21 -0
  464. package/lib/proxy/despatch-line-order-line-references/models.d.ts +80 -0
  465. package/lib/proxy/despatch-lines/despatch-line.service.d.ts +21 -0
  466. package/lib/proxy/despatch-lines/models.d.ts +102 -0
  467. package/lib/proxy/despatch-notes/despatch-note.service.d.ts +21 -0
  468. package/lib/proxy/despatch-notes/models.d.ts +30 -0
  469. package/lib/proxy/despatches/despatch.service.d.ts +19 -0
  470. package/lib/proxy/despatches/models.d.ts +333 -0
  471. package/lib/proxy/gib-partner-pk-alls/gib-partner-pk-all.service.d.ts +19 -0
  472. package/lib/proxy/gib-partner-pk-alls/models.d.ts +57 -0
  473. package/lib/proxy/gib-partner-pks/gib-partner-pk.service.d.ts +19 -0
  474. package/lib/proxy/gib-partner-pks/models.d.ts +57 -0
  475. package/lib/proxy/invoice-document-references/invoice-document-reference.service.d.ts +21 -0
  476. package/lib/proxy/invoice-document-references/models.d.ts +51 -0
  477. package/lib/proxy/invoice-line-despatch-line-references/invoice-line-despatch-line-reference.service.d.ts +21 -0
  478. package/lib/proxy/invoice-line-despatch-line-references/models.d.ts +55 -0
  479. package/lib/proxy/invoice-line-order-line-references/invoice-line-order-line-reference.service.d.ts +21 -0
  480. package/lib/proxy/invoice-line-order-line-references/models.d.ts +80 -0
  481. package/lib/proxy/invoice-line-receipt-line-references/invoice-line-receipt-line-reference.service.d.ts +21 -0
  482. package/lib/proxy/invoice-line-receipt-line-references/models.d.ts +55 -0
  483. package/lib/proxy/invoice-lines/invoice-line.service.d.ts +21 -0
  484. package/lib/proxy/invoice-lines/models.d.ts +102 -0
  485. package/lib/proxy/invoice-notes/invoice-note.service.d.ts +21 -0
  486. package/lib/proxy/invoice-notes/models.d.ts +30 -0
  487. package/lib/proxy/invoices/invoice.service.d.ts +19 -0
  488. package/lib/proxy/invoices/models.d.ts +354 -0
  489. package/lib/proxy/note-rule-doc-types/index.d.ts +2 -0
  490. package/lib/proxy/note-rule-doc-types/models.d.ts +26 -0
  491. package/lib/proxy/note-rule-doc-types/note-rule-doc-type.service.d.ts +19 -0
  492. package/lib/proxy/note-rule-scenarios/index.d.ts +2 -0
  493. package/lib/proxy/note-rule-scenarios/models.d.ts +26 -0
  494. package/lib/proxy/note-rule-scenarios/note-rule-scenario.service.d.ts +19 -0
  495. package/lib/proxy/note-rules/index.d.ts +2 -0
  496. package/lib/proxy/note-rules/models.d.ts +73 -0
  497. package/lib/proxy/note-rules/note-rule.service.d.ts +19 -0
  498. package/lib/proxy/params-companies/index.d.ts +2 -0
  499. package/lib/proxy/params-companies/models.d.ts +96 -0
  500. package/lib/proxy/params-companies/params-company.service.d.ts +19 -0
  501. package/lib/proxy/params-generals/index.d.ts +2 -0
  502. package/lib/proxy/params-generals/models.d.ts +39 -0
  503. package/lib/proxy/params-generals/params-general.service.d.ts +19 -0
  504. package/lib/proxy/params-integrators/index.d.ts +2 -0
  505. package/lib/proxy/params-integrators/models.d.ts +66 -0
  506. package/lib/proxy/params-integrators/params-integrator.service.d.ts +21 -0
  507. package/lib/proxy/paramse-dispatches/index.d.ts +2 -0
  508. package/lib/proxy/paramse-dispatches/models.d.ts +68 -0
  509. package/lib/proxy/paramse-dispatches/paramse-dispatch.service.d.ts +19 -0
  510. package/lib/proxy/paramse-invoices/index.d.ts +2 -0
  511. package/lib/proxy/paramse-invoices/models.d.ts +43 -0
  512. package/lib/proxy/paramse-invoices/paramse-invoice.service.d.ts +19 -0
  513. package/lib/proxy/shared/models.d.ts +11 -0
  514. package/lib/proxy/xslt-formats/index.d.ts +2 -0
  515. package/lib/proxy/xslt-formats/models.d.ts +29 -0
  516. package/lib/proxy/xslt-formats/xslt-format.service.d.ts +16 -0
  517. package/lib/proxy/xslt-rule-doc-types/index.d.ts +2 -0
  518. package/lib/proxy/xslt-rule-doc-types/models.d.ts +26 -0
  519. package/lib/proxy/xslt-rule-doc-types/xslt-rule-doc-type.service.d.ts +19 -0
  520. package/lib/proxy/xslt-rule-scenarios/index.d.ts +2 -0
  521. package/lib/proxy/xslt-rule-scenarios/models.d.ts +26 -0
  522. package/lib/proxy/xslt-rule-scenarios/xslt-rule-scenario.service.d.ts +19 -0
  523. package/lib/proxy/xslt-rules/index.d.ts +2 -0
  524. package/lib/proxy/xslt-rules/models.d.ts +56 -0
  525. package/lib/proxy/xslt-rules/xslt-rule.service.d.ts +19 -0
  526. package/lib/services/e-donusum.service.d.ts +10 -0
  527. package/lib/xslt-formats/xslt-format/components/xslt-format.component.d.ts +33 -0
  528. package/lib/xslt-formats/xslt-format/xslt-format-routing.module.d.ts +7 -0
  529. package/lib/xslt-formats/xslt-format/xslt-format.module.d.ts +15 -0
  530. package/lib/xslt-rule-doc-types/xslt-rule-doc-type/components/xslt-rule-doc-type.component.d.ts +33 -0
  531. package/lib/xslt-rule-doc-types/xslt-rule-doc-type/xslt-rule-doc-type-routing.module.d.ts +7 -0
  532. package/lib/xslt-rule-doc-types/xslt-rule-doc-type/xslt-rule-doc-type.module.d.ts +15 -0
  533. package/lib/xslt-rule-scenarios/xslt-rule-scenario/components/xslt-rule-scenario.component.d.ts +33 -0
  534. package/lib/xslt-rule-scenarios/xslt-rule-scenario/xslt-rule-scenario-routing.module.d.ts +7 -0
  535. package/lib/xslt-rule-scenarios/xslt-rule-scenario/xslt-rule-scenario.module.d.ts +15 -0
  536. package/lib/xslt-rules/xslt-rule/components/xslt-rule.component.d.ts +33 -0
  537. package/lib/xslt-rules/xslt-rule/xslt-rule-routing.module.d.ts +7 -0
  538. package/lib/xslt-rules/xslt-rule/xslt-rule.module.d.ts +15 -0
  539. package/package.json +31 -6
  540. package/public-api.d.ts +3 -0
  541. package/.eslintrc.json +0 -44
  542. package/_metronic/kt/_utils/DomHelpers.ts +0 -478
  543. package/_metronic/kt/_utils/ElementAnimateUtil.ts +0 -111
  544. package/_metronic/kt/_utils/EventHandlerUtil.ts +0 -144
  545. package/_metronic/kt/_utils/_DOMEventHandlerUtil.ts +0 -60
  546. package/_metronic/kt/_utils/_DataUtil.ts +0 -72
  547. package/_metronic/kt/_utils/_ElementStyleUtil.ts +0 -17
  548. package/_metronic/kt/_utils/_TypesHelpers.ts +0 -54
  549. package/_metronic/kt/_utils/index.ts +0 -12
  550. package/_metronic/kt/_utils/models/OffsetModel.ts +0 -4
  551. package/_metronic/kt/_utils/models/ViewPortModel.ts +0 -4
  552. package/_metronic/kt/components/MenuComponent.ts +0 -1093
  553. package/_metronic/kt/components/_CookieComponent.ts +0 -60
  554. package/_metronic/kt/components/_DrawerComponent.ts +0 -385
  555. package/_metronic/kt/components/_FeedbackComponent.ts +0 -152
  556. package/_metronic/kt/components/_PasswordMeterComponent.ts +0 -273
  557. package/_metronic/kt/components/_ScrollComponent.ts +0 -312
  558. package/_metronic/kt/components/_ScrollTopComponent.ts +0 -148
  559. package/_metronic/kt/components/_StepperComponent.ts +0 -354
  560. package/_metronic/kt/components/_StickyComponent.ts +0 -293
  561. package/_metronic/kt/components/_SwapperComponent.ts +0 -208
  562. package/_metronic/kt/components/_ToggleComponent.ts +0 -218
  563. package/_metronic/kt/components/index.ts +0 -11
  564. package/_metronic/kt/index.ts +0 -3
  565. package/_metronic/kt/kt-helpers.ts +0 -12
  566. package/_metronic/kt/layout/ThemeMode.ts +0 -211
  567. package/_metronic/kt/layout/index.ts +0 -1
  568. package/_metronic/layout/components/content/content.component.html +0 -12
  569. package/_metronic/layout/components/content/content.component.scss +0 -0
  570. package/_metronic/layout/components/content/content.component.ts +0 -35
  571. package/_metronic/layout/components/footer/footer.component.html +0 -32
  572. package/_metronic/layout/components/footer/footer.component.scss +0 -0
  573. package/_metronic/layout/components/footer/footer.component.spec.ts +0 -25
  574. package/_metronic/layout/components/footer/footer.component.ts +0 -13
  575. package/_metronic/layout/components/header/header-menu/header-menu.component.html +0 -546
  576. package/_metronic/layout/components/header/header-menu/header-menu.component.scss +0 -4
  577. package/_metronic/layout/components/header/header-menu/header-menu.component.spec.ts +0 -25
  578. package/_metronic/layout/components/header/header-menu/header-menu.component.ts +0 -53
  579. package/_metronic/layout/components/header/header.component.html +0 -87
  580. package/_metronic/layout/components/header/header.component.scss +0 -0
  581. package/_metronic/layout/components/header/header.component.spec.ts +0 -25
  582. package/_metronic/layout/components/header/header.component.ts +0 -139
  583. package/_metronic/layout/components/header/navbar/navbar.component.html +0 -92
  584. package/_metronic/layout/components/header/navbar/navbar.component.scss +0 -0
  585. package/_metronic/layout/components/header/navbar/navbar.component.spec.ts +0 -23
  586. package/_metronic/layout/components/header/navbar/navbar.component.ts +0 -26
  587. package/_metronic/layout/components/header/page-title/page-title.component.html +0 -57
  588. package/_metronic/layout/components/header/page-title/page-title.component.ts +0 -31
  589. package/_metronic/layout/components/scripts-init/scripts-init.component.html +0 -0
  590. package/_metronic/layout/components/scripts-init/scripts-init.component.ts +0 -82
  591. package/_metronic/layout/components/sidebar/sidebar-footer/sidebar-footer.component.html +0 -9
  592. package/_metronic/layout/components/sidebar/sidebar-footer/sidebar-footer.component.scss +0 -0
  593. package/_metronic/layout/components/sidebar/sidebar-footer/sidebar-footer.component.spec.ts +0 -23
  594. package/_metronic/layout/components/sidebar/sidebar-footer/sidebar-footer.component.ts +0 -15
  595. package/_metronic/layout/components/sidebar/sidebar-logo/sidebar-logo.component.html +0 -26
  596. package/_metronic/layout/components/sidebar/sidebar-logo/sidebar-logo.component.scss +0 -0
  597. package/_metronic/layout/components/sidebar/sidebar-logo/sidebar-logo.component.spec.ts +0 -23
  598. package/_metronic/layout/components/sidebar/sidebar-logo/sidebar-logo.component.ts +0 -36
  599. package/_metronic/layout/components/sidebar/sidebar-menu/sidebar-menu.component.html +0 -397
  600. package/_metronic/layout/components/sidebar/sidebar-menu/sidebar-menu.component.scss +0 -0
  601. package/_metronic/layout/components/sidebar/sidebar-menu/sidebar-menu.component.spec.ts +0 -23
  602. package/_metronic/layout/components/sidebar/sidebar-menu/sidebar-menu.component.ts +0 -15
  603. package/_metronic/layout/components/sidebar/sidebar.component.html +0 -16
  604. package/_metronic/layout/components/sidebar/sidebar.component.scss +0 -0
  605. package/_metronic/layout/components/sidebar/sidebar.component.spec.ts +0 -23
  606. package/_metronic/layout/components/sidebar/sidebar.component.ts +0 -203
  607. package/_metronic/layout/components/toolbar/accounting/accounting.component.html +0 -84
  608. package/_metronic/layout/components/toolbar/accounting/accounting.component.scss +0 -0
  609. package/_metronic/layout/components/toolbar/accounting/accounting.component.spec.ts +0 -23
  610. package/_metronic/layout/components/toolbar/accounting/accounting.component.ts +0 -14
  611. package/_metronic/layout/components/toolbar/classic/classic.component.html +0 -37
  612. package/_metronic/layout/components/toolbar/classic/classic.component.scss +0 -0
  613. package/_metronic/layout/components/toolbar/classic/classic.component.spec.ts +0 -23
  614. package/_metronic/layout/components/toolbar/classic/classic.component.ts +0 -88
  615. package/_metronic/layout/components/toolbar/extended/extended.component.html +0 -100
  616. package/_metronic/layout/components/toolbar/extended/extended.component.scss +0 -0
  617. package/_metronic/layout/components/toolbar/extended/extended.component.spec.ts +0 -23
  618. package/_metronic/layout/components/toolbar/extended/extended.component.ts +0 -12
  619. package/_metronic/layout/components/toolbar/reports/reports.component.html +0 -62
  620. package/_metronic/layout/components/toolbar/reports/reports.component.scss +0 -0
  621. package/_metronic/layout/components/toolbar/reports/reports.component.spec.ts +0 -23
  622. package/_metronic/layout/components/toolbar/reports/reports.component.ts +0 -14
  623. package/_metronic/layout/components/toolbar/saas/saas.component.html +0 -77
  624. package/_metronic/layout/components/toolbar/saas/saas.component.scss +0 -0
  625. package/_metronic/layout/components/toolbar/saas/saas.component.spec.ts +0 -23
  626. package/_metronic/layout/components/toolbar/saas/saas.component.ts +0 -14
  627. package/_metronic/layout/components/toolbar/toolbar.component.html +0 -27
  628. package/_metronic/layout/components/toolbar/toolbar.component.scss +0 -0
  629. package/_metronic/layout/components/toolbar/toolbar.component.spec.ts +0 -25
  630. package/_metronic/layout/components/toolbar/toolbar.component.ts +0 -126
  631. package/_metronic/layout/components/topbar/topbar.component.html +0 -90
  632. package/_metronic/layout/components/topbar/topbar.component.scss +0 -0
  633. package/_metronic/layout/components/topbar/topbar.component.spec.ts +0 -25
  634. package/_metronic/layout/components/topbar/topbar.component.ts +0 -21
  635. package/_metronic/layout/core/configs/config.ts +0 -215
  636. package/_metronic/layout/core/configs/dark-header.config.ts +0 -138
  637. package/_metronic/layout/core/configs/dark-sidebar.config.ts +0 -138
  638. package/_metronic/layout/core/configs/light-header.config.ts +0 -138
  639. package/_metronic/layout/core/configs/light-sidebar.config.ts +0 -138
  640. package/_metronic/layout/core/layout-init.service.ts +0 -133
  641. package/_metronic/layout/core/layout.service.ts +0 -227
  642. package/_metronic/layout/core/page-info.service.ts +0 -151
  643. package/_metronic/layout/index.ts +0 -3
  644. package/_metronic/layout/layout.component.html +0 -70
  645. package/_metronic/layout/layout.component.scss +0 -15
  646. package/_metronic/layout/layout.component.ts +0 -400
  647. package/_metronic/layout/layout.module.ts +0 -93
  648. package/_metronic/partials/content/cards/card1/card1.component.html +0 -80
  649. package/_metronic/partials/content/cards/card1/card1.component.ts +0 -19
  650. package/_metronic/partials/content/cards/card2/card2.component.html +0 -69
  651. package/_metronic/partials/content/cards/card2/card2.component.ts +0 -21
  652. package/_metronic/partials/content/cards/card3/card3.component.html +0 -78
  653. package/_metronic/partials/content/cards/card3/card3.component.ts +0 -18
  654. package/_metronic/partials/content/cards/card4/card4.component.html +0 -9
  655. package/_metronic/partials/content/cards/card4/card4.component.ts +0 -14
  656. package/_metronic/partials/content/cards/card5/card5.component.html +0 -58
  657. package/_metronic/partials/content/cards/card5/card5.component.ts +0 -19
  658. package/_metronic/partials/content/cards/cards.module.ts +0 -39
  659. package/_metronic/partials/content/cards/icon-user.model.ts +0 -6
  660. package/_metronic/partials/content/cards/user-list/user-list.component.html +0 -15
  661. package/_metronic/partials/content/cards/user-list/user-list.component.scss +0 -0
  662. package/_metronic/partials/content/cards/user-list/user-list.component.spec.ts +0 -25
  663. package/_metronic/partials/content/cards/user-list/user-list.component.ts +0 -15
  664. package/_metronic/partials/content/chat-inner/chat-inner.component.html +0 -122
  665. package/_metronic/partials/content/chat-inner/chat-inner.component.ts +0 -74
  666. package/_metronic/partials/content/chat-inner/chat-inner.module.ts +0 -11
  667. package/_metronic/partials/content/chat-inner/dataExample.ts +0 -209
  668. package/_metronic/partials/content/dropdown-menus/dropdown-menu1/dropdown-menu1.component.html +0 -88
  669. package/_metronic/partials/content/dropdown-menus/dropdown-menu1/dropdown-menu1.component.ts +0 -15
  670. package/_metronic/partials/content/dropdown-menus/dropdown-menu2/dropdown-menu2.component.html +0 -53
  671. package/_metronic/partials/content/dropdown-menus/dropdown-menu2/dropdown-menu2.component.ts +0 -15
  672. package/_metronic/partials/content/dropdown-menus/dropdown-menu3/dropdown-menu3.component.html +0 -74
  673. package/_metronic/partials/content/dropdown-menus/dropdown-menu3/dropdown-menu3.component.ts +0 -15
  674. package/_metronic/partials/content/dropdown-menus/dropdown-menus.module.ts +0 -20
  675. package/_metronic/partials/content/widgets/_new/cards/cards-widget17/cards-widget17.component.html +0 -100
  676. package/_metronic/partials/content/widgets/_new/cards/cards-widget17/cards-widget17.component.scss +0 -0
  677. package/_metronic/partials/content/widgets/_new/cards/cards-widget17/cards-widget17.component.spec.ts +0 -23
  678. package/_metronic/partials/content/widgets/_new/cards/cards-widget17/cards-widget17.component.ts +0 -89
  679. package/_metronic/partials/content/widgets/_new/cards/cards-widget18/cards-widget18.component.html +0 -154
  680. package/_metronic/partials/content/widgets/_new/cards/cards-widget18/cards-widget18.component.scss +0 -0
  681. package/_metronic/partials/content/widgets/_new/cards/cards-widget18/cards-widget18.component.spec.ts +0 -23
  682. package/_metronic/partials/content/widgets/_new/cards/cards-widget18/cards-widget18.component.ts +0 -28
  683. package/_metronic/partials/content/widgets/_new/cards/cards-widget20/cards-widget20.component.html +0 -40
  684. package/_metronic/partials/content/widgets/_new/cards/cards-widget20/cards-widget20.component.scss +0 -3
  685. package/_metronic/partials/content/widgets/_new/cards/cards-widget20/cards-widget20.component.spec.ts +0 -23
  686. package/_metronic/partials/content/widgets/_new/cards/cards-widget20/cards-widget20.component.ts +0 -16
  687. package/_metronic/partials/content/widgets/_new/cards/cards-widget7/cards-widget7.component.html +0 -47
  688. package/_metronic/partials/content/widgets/_new/cards/cards-widget7/cards-widget7.component.scss +0 -0
  689. package/_metronic/partials/content/widgets/_new/cards/cards-widget7/cards-widget7.component.spec.ts +0 -23
  690. package/_metronic/partials/content/widgets/_new/cards/cards-widget7/cards-widget7.component.ts +0 -29
  691. package/_metronic/partials/content/widgets/_new/charts/new-charts-widget8/new-charts-widget8.component.html +0 -298
  692. package/_metronic/partials/content/widgets/_new/charts/new-charts-widget8/new-charts-widget8.component.scss +0 -0
  693. package/_metronic/partials/content/widgets/_new/charts/new-charts-widget8/new-charts-widget8.component.spec.ts +0 -23
  694. package/_metronic/partials/content/widgets/_new/charts/new-charts-widget8/new-charts-widget8.component.ts +0 -358
  695. package/_metronic/partials/content/widgets/_new/engage/engage-widget10/engage-widget10.component.html +0 -47
  696. package/_metronic/partials/content/widgets/_new/engage/engage-widget10/engage-widget10.component.scss +0 -0
  697. package/_metronic/partials/content/widgets/_new/engage/engage-widget10/engage-widget10.component.spec.ts +0 -23
  698. package/_metronic/partials/content/widgets/_new/engage/engage-widget10/engage-widget10.component.ts +0 -15
  699. package/_metronic/partials/content/widgets/_new/lists/lists-widget26/lists-widget26.component.html +0 -46
  700. package/_metronic/partials/content/widgets/_new/lists/lists-widget26/lists-widget26.component.scss +0 -0
  701. package/_metronic/partials/content/widgets/_new/lists/lists-widget26/lists-widget26.component.spec.ts +0 -23
  702. package/_metronic/partials/content/widgets/_new/lists/lists-widget26/lists-widget26.component.ts +0 -20
  703. package/_metronic/partials/content/widgets/_new/tables/tables-widget16/tables-widget16.component.html +0 -1
  704. package/_metronic/partials/content/widgets/_new/tables/tables-widget16/tables-widget16.component.scss +0 -0
  705. package/_metronic/partials/content/widgets/_new/tables/tables-widget16/tables-widget16.component.spec.ts +0 -23
  706. package/_metronic/partials/content/widgets/_new/tables/tables-widget16/tables-widget16.component.ts +0 -15
  707. package/_metronic/partials/content/widgets/advance-tables/advance-tables-widget1/advance-tables-widget1.component.html +0 -400
  708. package/_metronic/partials/content/widgets/advance-tables/advance-tables-widget1/advance-tables-widget1.component.ts +0 -10
  709. package/_metronic/partials/content/widgets/advance-tables/advance-tables-widget2/advance-tables-widget2.component.html +0 -357
  710. package/_metronic/partials/content/widgets/advance-tables/advance-tables-widget2/advance-tables-widget2.component.ts +0 -17
  711. package/_metronic/partials/content/widgets/advance-tables/advance-tables-widget7/advance-tables-widget7.component.html +0 -1267
  712. package/_metronic/partials/content/widgets/advance-tables/advance-tables-widget7/advance-tables-widget7.component.ts +0 -16
  713. package/_metronic/partials/content/widgets/base-tables/base-tables-widget1/base-tables-widget1.component.html +0 -1108
  714. package/_metronic/partials/content/widgets/base-tables/base-tables-widget1/base-tables-widget1.component.ts +0 -25
  715. package/_metronic/partials/content/widgets/base-tables/base-tables-widget2/base-tables-widget2.component.html +0 -675
  716. package/_metronic/partials/content/widgets/base-tables/base-tables-widget2/base-tables-widget2.component.ts +0 -21
  717. package/_metronic/partials/content/widgets/base-tables/base-tables-widget6/base-tables-widget6.component.html +0 -985
  718. package/_metronic/partials/content/widgets/base-tables/base-tables-widget6/base-tables-widget6.component.ts +0 -21
  719. package/_metronic/partials/content/widgets/charts/charts-widget1/charts-widget1.component.html +0 -51
  720. package/_metronic/partials/content/widgets/charts/charts-widget1/charts-widget1.component.ts +0 -128
  721. package/_metronic/partials/content/widgets/charts/charts-widget2/charts-widget2.component.html +0 -62
  722. package/_metronic/partials/content/widgets/charts/charts-widget2/charts-widget2.component.ts +0 -129
  723. package/_metronic/partials/content/widgets/charts/charts-widget3/charts-widget3.component.html +0 -63
  724. package/_metronic/partials/content/widgets/charts/charts-widget3/charts-widget3.component.ts +0 -141
  725. package/_metronic/partials/content/widgets/charts/charts-widget4/charts-widget4.component.html +0 -55
  726. package/_metronic/partials/content/widgets/charts/charts-widget4/charts-widget4.component.ts +0 -146
  727. package/_metronic/partials/content/widgets/charts/charts-widget5/charts-widget5.component.html +0 -36
  728. package/_metronic/partials/content/widgets/charts/charts-widget5/charts-widget5.component.ts +0 -132
  729. package/_metronic/partials/content/widgets/charts/charts-widget6/charts-widget6.component.html +0 -54
  730. package/_metronic/partials/content/widgets/charts/charts-widget6/charts-widget6.component.ts +0 -146
  731. package/_metronic/partials/content/widgets/charts/charts-widget7/charts-widget7.component.html +0 -66
  732. package/_metronic/partials/content/widgets/charts/charts-widget7/charts-widget7.component.ts +0 -167
  733. package/_metronic/partials/content/widgets/charts/charts-widget8/charts-widget8.component.html +0 -66
  734. package/_metronic/partials/content/widgets/charts/charts-widget8/charts-widget8.component.ts +0 -170
  735. package/_metronic/partials/content/widgets/feeds/feeds-widget2/feeds-widget2.component.html +0 -107
  736. package/_metronic/partials/content/widgets/feeds/feeds-widget2/feeds-widget2.component.ts +0 -11
  737. package/_metronic/partials/content/widgets/feeds/feeds-widget3/feeds-widget3.component.html +0 -186
  738. package/_metronic/partials/content/widgets/feeds/feeds-widget3/feeds-widget3.component.ts +0 -11
  739. package/_metronic/partials/content/widgets/feeds/feeds-widget4/feeds-widget4.component.html +0 -106
  740. package/_metronic/partials/content/widgets/feeds/feeds-widget4/feeds-widget4.component.ts +0 -11
  741. package/_metronic/partials/content/widgets/feeds/feeds-widget5/feeds-widget5.component.html +0 -114
  742. package/_metronic/partials/content/widgets/feeds/feeds-widget5/feeds-widget5.component.ts +0 -11
  743. package/_metronic/partials/content/widgets/feeds/feeds-widget6/feeds-widget6.component.html +0 -117
  744. package/_metronic/partials/content/widgets/feeds/feeds-widget6/feeds-widget6.component.ts +0 -11
  745. package/_metronic/partials/content/widgets/lists/lists-widget1/lists-widget1.component.html +0 -123
  746. package/_metronic/partials/content/widgets/lists/lists-widget1/lists-widget1.component.ts +0 -9
  747. package/_metronic/partials/content/widgets/lists/lists-widget2/lists-widget2.component.html +0 -108
  748. package/_metronic/partials/content/widgets/lists/lists-widget2/lists-widget2.component.ts +0 -9
  749. package/_metronic/partials/content/widgets/lists/lists-widget3/lists-widget3.component.html +0 -149
  750. package/_metronic/partials/content/widgets/lists/lists-widget3/lists-widget3.component.ts +0 -9
  751. package/_metronic/partials/content/widgets/lists/lists-widget4/lists-widget4.component.html +0 -192
  752. package/_metronic/partials/content/widgets/lists/lists-widget4/lists-widget4.component.ts +0 -10
  753. package/_metronic/partials/content/widgets/lists/lists-widget5/lists-widget5.component.html +0 -169
  754. package/_metronic/partials/content/widgets/lists/lists-widget5/lists-widget5.component.ts +0 -9
  755. package/_metronic/partials/content/widgets/lists/lists-widget6/lists-widget6.component.html +0 -103
  756. package/_metronic/partials/content/widgets/lists/lists-widget6/lists-widget6.component.ts +0 -9
  757. package/_metronic/partials/content/widgets/lists/lists-widget7/lists-widget7.component.html +0 -130
  758. package/_metronic/partials/content/widgets/lists/lists-widget7/lists-widget7.component.ts +0 -9
  759. package/_metronic/partials/content/widgets/lists/lists-widget8/lists-widget8.component.html +0 -182
  760. package/_metronic/partials/content/widgets/lists/lists-widget8/lists-widget8.component.ts +0 -10
  761. package/_metronic/partials/content/widgets/mixed/mixed-widget1/mixed-widget1.component.html +0 -169
  762. package/_metronic/partials/content/widgets/mixed/mixed-widget1/mixed-widget1.component.ts +0 -10
  763. package/_metronic/partials/content/widgets/mixed/mixed-widget10/mixed-widget10.component.html +0 -39
  764. package/_metronic/partials/content/widgets/mixed/mixed-widget10/mixed-widget10.component.ts +0 -140
  765. package/_metronic/partials/content/widgets/mixed/mixed-widget11/mixed-widget11.component.html +0 -40
  766. package/_metronic/partials/content/widgets/mixed/mixed-widget11/mixed-widget11.component.ts +0 -133
  767. package/_metronic/partials/content/widgets/mixed/mixed-widget2/mixed-widget2.component.html +0 -84
  768. package/_metronic/partials/content/widgets/mixed/mixed-widget2/mixed-widget2.component.ts +0 -157
  769. package/_metronic/partials/content/widgets/mixed/mixed-widget3/mixed-widget3.component.html +0 -92
  770. package/_metronic/partials/content/widgets/mixed/mixed-widget3/mixed-widget3.component.ts +0 -141
  771. package/_metronic/partials/content/widgets/mixed/mixed-widget4/mixed-widget4.component.html +0 -101
  772. package/_metronic/partials/content/widgets/mixed/mixed-widget4/mixed-widget4.component.ts +0 -14
  773. package/_metronic/partials/content/widgets/mixed/mixed-widget5/mixed-widget5.component.html +0 -57
  774. package/_metronic/partials/content/widgets/mixed/mixed-widget5/mixed-widget5.component.ts +0 -14
  775. package/_metronic/partials/content/widgets/mixed/mixed-widget6/mixed-widget6.component.html +0 -118
  776. package/_metronic/partials/content/widgets/mixed/mixed-widget6/mixed-widget6.component.ts +0 -140
  777. package/_metronic/partials/content/widgets/mixed/mixed-widget7/mixed-widget7.component.html +0 -60
  778. package/_metronic/partials/content/widgets/mixed/mixed-widget7/mixed-widget7.component.ts +0 -65
  779. package/_metronic/partials/content/widgets/mixed/mixed-widget8/mixed-widget8.component.html +0 -158
  780. package/_metronic/partials/content/widgets/mixed/mixed-widget8/mixed-widget8.component.ts +0 -164
  781. package/_metronic/partials/content/widgets/mixed/mixed-widget9/mixed-widget9.component.html +0 -147
  782. package/_metronic/partials/content/widgets/mixed/mixed-widget9/mixed-widget9.component.scss +0 -0
  783. package/_metronic/partials/content/widgets/mixed/mixed-widget9/mixed-widget9.component.spec.ts +0 -25
  784. package/_metronic/partials/content/widgets/mixed/mixed-widget9/mixed-widget9.component.ts +0 -140
  785. package/_metronic/partials/content/widgets/stats/stats-widget1/stats-widget1.component.html +0 -12
  786. package/_metronic/partials/content/widgets/stats/stats-widget1/stats-widget1.component.ts +0 -13
  787. package/_metronic/partials/content/widgets/stats/stats-widget2/stats-widget2.component.html +0 -13
  788. package/_metronic/partials/content/widgets/stats/stats-widget2/stats-widget2.component.ts +0 -14
  789. package/_metronic/partials/content/widgets/stats/stats-widget3/stats-widget3.component.html +0 -46
  790. package/_metronic/partials/content/widgets/stats/stats-widget3/stats-widget3.component.ts +0 -160
  791. package/_metronic/partials/content/widgets/stats/stats-widget4/stats-widget4.component.html +0 -44
  792. package/_metronic/partials/content/widgets/stats/stats-widget4/stats-widget4.component.ts +0 -159
  793. package/_metronic/partials/content/widgets/stats/stats-widget5/stats-widget5.component.html +0 -14
  794. package/_metronic/partials/content/widgets/stats/stats-widget5/stats-widget5.component.ts +0 -15
  795. package/_metronic/partials/content/widgets/stats/stats-widget6/stats-widget6.component.html +0 -24
  796. package/_metronic/partials/content/widgets/stats/stats-widget6/stats-widget6.component.ts +0 -14
  797. package/_metronic/partials/content/widgets/tables/tables-widget1/tables-widget1.component.html +0 -273
  798. package/_metronic/partials/content/widgets/tables/tables-widget1/tables-widget1.component.ts +0 -9
  799. package/_metronic/partials/content/widgets/tables/tables-widget10/tables-widget10.component.html +0 -489
  800. package/_metronic/partials/content/widgets/tables/tables-widget10/tables-widget10.component.ts +0 -11
  801. package/_metronic/partials/content/widgets/tables/tables-widget11/tables-widget11.component.html +0 -464
  802. package/_metronic/partials/content/widgets/tables/tables-widget11/tables-widget11.component.ts +0 -11
  803. package/_metronic/partials/content/widgets/tables/tables-widget12/tables-widget12.component.html +0 -550
  804. package/_metronic/partials/content/widgets/tables/tables-widget12/tables-widget12.component.ts +0 -11
  805. package/_metronic/partials/content/widgets/tables/tables-widget13/tables-widget13.component.html +0 -485
  806. package/_metronic/partials/content/widgets/tables/tables-widget13/tables-widget13.component.ts +0 -11
  807. package/_metronic/partials/content/widgets/tables/tables-widget14/tables-widget14.component.html +0 -1
  808. package/_metronic/partials/content/widgets/tables/tables-widget14/tables-widget14.component.scss +0 -0
  809. package/_metronic/partials/content/widgets/tables/tables-widget14/tables-widget14.component.spec.ts +0 -25
  810. package/_metronic/partials/content/widgets/tables/tables-widget14/tables-widget14.component.ts +0 -15
  811. package/_metronic/partials/content/widgets/tables/tables-widget2/tables-widget2.component.html +0 -238
  812. package/_metronic/partials/content/widgets/tables/tables-widget2/tables-widget2.component.ts +0 -9
  813. package/_metronic/partials/content/widgets/tables/tables-widget3/tables-widget3.component.html +0 -150
  814. package/_metronic/partials/content/widgets/tables/tables-widget3/tables-widget3.component.ts +0 -11
  815. package/_metronic/partials/content/widgets/tables/tables-widget4/tables-widget4.component.html +0 -707
  816. package/_metronic/partials/content/widgets/tables/tables-widget4/tables-widget4.component.ts +0 -24
  817. package/_metronic/partials/content/widgets/tables/tables-widget5/tables-widget5.component.html +0 -608
  818. package/_metronic/partials/content/widgets/tables/tables-widget5/tables-widget5.component.ts +0 -26
  819. package/_metronic/partials/content/widgets/tables/tables-widget6/tables-widget6.component.html +0 -632
  820. package/_metronic/partials/content/widgets/tables/tables-widget6/tables-widget6.component.ts +0 -26
  821. package/_metronic/partials/content/widgets/tables/tables-widget7/tables-widget7.component.html +0 -616
  822. package/_metronic/partials/content/widgets/tables/tables-widget7/tables-widget7.component.ts +0 -26
  823. package/_metronic/partials/content/widgets/tables/tables-widget8/tables-widget8.component.html +0 -575
  824. package/_metronic/partials/content/widgets/tables/tables-widget8/tables-widget8.component.ts +0 -26
  825. package/_metronic/partials/content/widgets/tables/tables-widget9/tables-widget9.component.html +0 -489
  826. package/_metronic/partials/content/widgets/tables/tables-widget9/tables-widget9.component.ts +0 -9
  827. package/_metronic/partials/content/widgets/tiles/tiles-widget1/tiles-widget1.component.html +0 -175
  828. package/_metronic/partials/content/widgets/tiles/tiles-widget1/tiles-widget1.component.ts +0 -202
  829. package/_metronic/partials/content/widgets/tiles/tiles-widget10/tiles-widget10.component.html +0 -27
  830. package/_metronic/partials/content/widgets/tiles/tiles-widget10/tiles-widget10.component.ts +0 -12
  831. package/_metronic/partials/content/widgets/tiles/tiles-widget11/tiles-widget11.component.html +0 -28
  832. package/_metronic/partials/content/widgets/tiles/tiles-widget11/tiles-widget11.component.ts +0 -19
  833. package/_metronic/partials/content/widgets/tiles/tiles-widget12/tiles-widget12.component.html +0 -21
  834. package/_metronic/partials/content/widgets/tiles/tiles-widget12/tiles-widget12.component.ts +0 -18
  835. package/_metronic/partials/content/widgets/tiles/tiles-widget13/tiles-widget13.component.html +0 -26
  836. package/_metronic/partials/content/widgets/tiles/tiles-widget13/tiles-widget13.component.ts +0 -12
  837. package/_metronic/partials/content/widgets/tiles/tiles-widget14/tiles-widget14.component.html +0 -24
  838. package/_metronic/partials/content/widgets/tiles/tiles-widget14/tiles-widget14.component.ts +0 -10
  839. package/_metronic/partials/content/widgets/tiles/tiles-widget3/tiles-widget3.component.html +0 -23
  840. package/_metronic/partials/content/widgets/tiles/tiles-widget3/tiles-widget3.component.ts +0 -12
  841. package/_metronic/partials/content/widgets/widgets.module.ts +0 -262
  842. package/_metronic/partials/index.ts +0 -16
  843. package/_metronic/partials/layout/drawers/activity-drawer/activity-drawer.component.html +0 -649
  844. package/_metronic/partials/layout/drawers/activity-drawer/activity-drawer.component.ts +0 -11
  845. package/_metronic/partials/layout/drawers/drawers.module.ts +0 -21
  846. package/_metronic/partials/layout/drawers/messenger-drawer/messenger-drawer.component.html +0 -59
  847. package/_metronic/partials/layout/drawers/messenger-drawer/messenger-drawer.component.ts +0 -11
  848. package/_metronic/partials/layout/engages/engages.component.html +0 -29
  849. package/_metronic/partials/layout/engages/engages.component.scss +0 -0
  850. package/_metronic/partials/layout/engages/engages.component.ts +0 -15
  851. package/_metronic/partials/layout/engages/engages.module.ts +0 -29
  852. package/_metronic/partials/layout/engages/explore-main-drawer/explore-main-drawer.component.html +0 -177
  853. package/_metronic/partials/layout/engages/explore-main-drawer/explore-main-drawer.component.ts +0 -19
  854. package/_metronic/partials/layout/engages/help-drawer/help-drawer.component.html +0 -156
  855. package/_metronic/partials/layout/engages/help-drawer/help-drawer.component.ts +0 -17
  856. package/_metronic/partials/layout/engages/purchase-toolbar/purchase-toolbar.component.html +0 -8
  857. package/_metronic/partials/layout/engages/purchase-toolbar/purchase-toolbar.component.ts +0 -16
  858. package/_metronic/partials/layout/extras/dropdown-inner/notifications-inner/notifications-inner.component.html +0 -176
  859. package/_metronic/partials/layout/extras/dropdown-inner/notifications-inner/notifications-inner.component.ts +0 -155
  860. package/_metronic/partials/layout/extras/dropdown-inner/quick-links-inner/quick-links-inner.component.html +0 -77
  861. package/_metronic/partials/layout/extras/dropdown-inner/quick-links-inner/quick-links-inner.component.ts +0 -13
  862. package/_metronic/partials/layout/extras/dropdown-inner/search-result-inner/search-result-inner.component.html +0 -120
  863. package/_metronic/partials/layout/extras/dropdown-inner/search-result-inner/search-result-inner.component.ts +0 -104
  864. package/_metronic/partials/layout/extras/dropdown-inner/user-inner/user-inner.component.html +0 -161
  865. package/_metronic/partials/layout/extras/dropdown-inner/user-inner/user-inner.component.ts +0 -95
  866. package/_metronic/partials/layout/extras/extras.module.ts +0 -41
  867. package/_metronic/partials/layout/extras/scroll-top/scroll-top.component.html +0 -1
  868. package/_metronic/partials/layout/extras/scroll-top/scroll-top.component.ts +0 -75
  869. package/_metronic/partials/layout/modals/invite-users-modal/invite-users-modal.component.html +0 -0
  870. package/_metronic/partials/layout/modals/invite-users-modal/invite-users-modal.component.ts +0 -9
  871. package/_metronic/partials/layout/modals/main-modal/main-modal.component.html +0 -0
  872. package/_metronic/partials/layout/modals/main-modal/main-modal.component.ts +0 -9
  873. package/_metronic/partials/layout/modals/modal/modal.component.html +0 -31
  874. package/_metronic/partials/layout/modals/modal/modal.component.ts +0 -50
  875. package/_metronic/partials/layout/modals/modal.config.ts +0 -13
  876. package/_metronic/partials/layout/modals/modals.module.ts +0 -34
  877. package/_metronic/partials/layout/modals/upgrade-plan-modal/upgrade-plan-modal.component.html +0 -0
  878. package/_metronic/partials/layout/modals/upgrade-plan-modal/upgrade-plan-modal.component.ts +0 -9
  879. package/_metronic/partials/layout/splash-screen/splash-screen.component.html +0 -14
  880. package/_metronic/partials/layout/splash-screen/splash-screen.component.scss +0 -57
  881. package/_metronic/partials/layout/splash-screen/splash-screen.component.ts +0 -17
  882. package/_metronic/partials/layout/splash-screen/splash-screen.module.ts +0 -10
  883. package/_metronic/partials/layout/splash-screen/splash-screen.service.ts +0 -51
  884. package/_metronic/partials/layout/theme-mode-switcher/theme-mode-switcher.component.html +0 -56
  885. package/_metronic/partials/layout/theme-mode-switcher/theme-mode-switcher.component.ts +0 -27
  886. package/_metronic/partials/layout/theme-mode-switcher/theme-mode.module.ts +0 -16
  887. package/_metronic/partials/layout/theme-mode-switcher/theme-mode.service.ts +0 -87
  888. package/_metronic/shared/keenicon/icons.json +0 -1
  889. package/_metronic/shared/keenicon/keenicon.component.html +0 -4
  890. package/_metronic/shared/keenicon/keenicon.component.scss +0 -0
  891. package/_metronic/shared/keenicon/keenicon.component.spec.ts +0 -23
  892. package/_metronic/shared/keenicon/keenicon.component.ts +0 -30
  893. package/_metronic/shared/shared.module.ts +0 -17
  894. package/config/ng-package.json +0 -7
  895. package/config/src/e-donusum-config.module.ts +0 -98
  896. package/config/src/enums/eDonusum-route-names.ts +0 -9
  897. package/config/src/enums/route-names.ts +0 -3
  898. package/config/src/providers/branch-route.provider.ts +0 -21
  899. package/config/src/providers/business-partner-group-route.provider.ts +0 -21
  900. package/config/src/providers/business-partner-route.provider.ts +0 -21
  901. package/config/src/providers/despatch-document-reference-route.provider.ts +0 -21
  902. package/config/src/providers/despatch-line-order-line-reference-route.provider.ts +0 -20
  903. package/config/src/providers/despatch-line-route.provider.ts +0 -21
  904. package/config/src/providers/despatch-note-route.provider.ts +0 -21
  905. package/config/src/providers/despatch-route.provider.ts +0 -21
  906. package/config/src/providers/gib-partner-pk-all-route.provider.ts +0 -21
  907. package/config/src/providers/gib-partner-pk-route.provider.ts +0 -21
  908. package/config/src/providers/hit-providers/branch-route.provider.ts +0 -23
  909. package/config/src/providers/hit-providers/business-partner-group-route.provider.ts +0 -23
  910. package/config/src/providers/hit-providers/business-partner-route.provider.ts +0 -23
  911. package/config/src/providers/hit-providers/despatch-route.provider.ts +0 -22
  912. package/config/src/providers/hit-providers/gib-partner-pk-all-route.provider.ts +0 -22
  913. package/config/src/providers/hit-providers/gib-partner-pk-route.provider.ts +0 -22
  914. package/config/src/providers/hit-providers/inbound-invoice-route.provider.ts +0 -22
  915. package/config/src/providers/hit-providers/invoice-route.provider.ts +0 -22
  916. package/config/src/providers/hit-providers/note-rule-route.provider.ts +0 -23
  917. package/config/src/providers/hit-providers/route.provider.ts +0 -62
  918. package/config/src/providers/hit-providers/wizard-route.provider.ts +0 -21
  919. package/config/src/providers/hit-providers/xslt-format-route.provider.ts +0 -22
  920. package/config/src/providers/hit-providers/xslt-rule-route.provider.ts +0 -22
  921. package/config/src/providers/invoice-document-reference-route.provider.ts +0 -21
  922. package/config/src/providers/invoice-line-despatch-line-reference-route.provider.ts +0 -20
  923. package/config/src/providers/invoice-line-order-line-reference-route.provider.ts +0 -21
  924. package/config/src/providers/invoice-line-receipt-line-reference-route.provider.ts +0 -20
  925. package/config/src/providers/invoice-line-route.provider.ts +0 -21
  926. package/config/src/providers/invoice-note-route.provider.ts +0 -21
  927. package/config/src/providers/invoice-route.provider.ts +0 -21
  928. package/config/src/providers/note-rule-doc-type-route.provider.ts +0 -21
  929. package/config/src/providers/note-rule-route.provider.ts +0 -21
  930. package/config/src/providers/note-rule-scenario-route.provider.ts +0 -21
  931. package/config/src/providers/params-company-route.provider.ts +0 -21
  932. package/config/src/providers/params-general-route.provider.ts +0 -21
  933. package/config/src/providers/params-integrator-route.provider.ts +0 -21
  934. package/config/src/providers/paramse-dispatch-route.provider.ts +0 -21
  935. package/config/src/providers/paramse-invoice-route.provider.ts +0 -21
  936. package/config/src/providers/route.provider.ts +0 -26
  937. package/config/src/providers/xslt-format-route.provider.ts +0 -21
  938. package/config/src/providers/xslt-rule-doc-type-route.provider.ts +0 -21
  939. package/config/src/providers/xslt-rule-route.provider.ts +0 -21
  940. package/config/src/providers/xslt-rule-scenario-route.provider.ts +0 -21
  941. package/karma.conf.js +0 -44
  942. package/ng-package.json +0 -7
  943. package/src/lib/branches/branch/branch-routing.module.ts +0 -36
  944. package/src/lib/branches/branch/branch.module.ts +0 -34
  945. package/src/lib/branches/branch/components/branch.component.html +0 -375
  946. package/src/lib/branches/branch/components/branch.component.ts +0 -141
  947. package/src/lib/business-partner-groups/business-partner-group/business-partner-group-routing.module.ts +0 -36
  948. package/src/lib/business-partner-groups/business-partner-group/business-partner-group.module.ts +0 -34
  949. package/src/lib/business-partner-groups/business-partner-group/components/business-partner-group.component.html +0 -273
  950. package/src/lib/business-partner-groups/business-partner-group/components/business-partner-group.component.ts +0 -129
  951. package/src/lib/business-partners/business-partner/business-partner-routing.module.ts +0 -36
  952. package/src/lib/business-partners/business-partner/business-partner.module.ts +0 -34
  953. package/src/lib/business-partners/business-partner/components/business-partner.component.html +0 -584
  954. package/src/lib/business-partners/business-partner/components/business-partner.component.ts +0 -150
  955. package/src/lib/components/e-donusum.component.ts +0 -15
  956. package/src/lib/components/hit-inbound-invoices/hit-inbound-invoice-routing.module.ts +0 -37
  957. package/src/lib/components/hit-inbound-invoices/hit-inbound-invoice.component.html +0 -165
  958. package/src/lib/components/hit-inbound-invoices/hit-inbound-invoice.component.ts +0 -131
  959. package/src/lib/components/hit-inbound-invoices/hit-inbound-invoice.module.ts +0 -44
  960. package/src/lib/components/hit-invoices/hit-invoice.component.html +0 -1309
  961. package/src/lib/components/hit-invoices/hit-invoice.component.ts +0 -114
  962. package/src/lib/components/hit-invoices/hit-invoice.module.ts +0 -43
  963. package/src/lib/components/hit-invoices/sanitize-html.pipe.ts +0 -15
  964. package/src/lib/components/hit-note-rules/hit-note-rule.component.html +0 -384
  965. package/src/lib/components/hit-note-rules/hit-note-rule.component.ts +0 -388
  966. package/src/lib/components/hit-note-rules/hit-note-rule.module.ts +0 -40
  967. package/src/lib/components/hit-paramas-invoices/hit-params-invoice.component.html +0 -90
  968. package/src/lib/components/hit-paramas-invoices/hit-params-invoice.component.ts +0 -147
  969. package/src/lib/components/hit-paramas-invoices/hit-params-invoice.module.ts +0 -20
  970. package/src/lib/components/hit-params-companies/hit-params-company.component.html +0 -209
  971. package/src/lib/components/hit-params-companies/hit-params-company.component.ts +0 -153
  972. package/src/lib/components/hit-params-companies/hit-params-company.module.ts +0 -18
  973. package/src/lib/components/hit-params-dispatches/hit-params-dispatch.component.html +0 -178
  974. package/src/lib/components/hit-params-dispatches/hit-params-dispatch.component.ts +0 -167
  975. package/src/lib/components/hit-params-dispatches/hit-params-dispatch.module.ts +0 -20
  976. package/src/lib/components/hit-params-generals/hit-params-general.component.html +0 -0
  977. package/src/lib/components/hit-params-generals/hit-params-general.component.ts +0 -67
  978. package/src/lib/components/hit-params-generals/hit-params-general.module.ts +0 -22
  979. package/src/lib/components/hit-params-generals/hit-params-generals-part1/hit-params-general-part1.component.html +0 -91
  980. package/src/lib/components/hit-params-generals/hit-params-generals-part1/hit-params-general-part1.component.ts +0 -203
  981. package/src/lib/components/hit-params-generals/hit-params-generals-part1/hit-params-general-part1.module.ts +0 -21
  982. package/src/lib/components/hit-params-generals/hit-params-generals-part2/hit-params-general-part2.component.html +0 -27
  983. package/src/lib/components/hit-params-generals/hit-params-generals-part2/hit-params-general-part2.component.ts +0 -94
  984. package/src/lib/components/hit-params-generals/hit-params-generals-part2/hit-params-general-part2.module.ts +0 -20
  985. package/src/lib/components/hit-params-integrators/hit-params-integrator.component.html +0 -116
  986. package/src/lib/components/hit-params-integrators/hit-params-integrator.component.ts +0 -216
  987. package/src/lib/components/hit-params-integrators/hit-params-integrator.module.ts +0 -20
  988. package/src/lib/components/hit-setup-wizard/hit-setup-wizard-routing.module.ts +0 -37
  989. package/src/lib/components/hit-setup-wizard/hit-setup-wizard.component.html +0 -277
  990. package/src/lib/components/hit-setup-wizard/hit-setup-wizard.component.ts +0 -147
  991. package/src/lib/components/hit-setup-wizard/hit-setup-wizard.module.ts +0 -37
  992. package/src/lib/components/hit-xslt-formats/hit-xslt-format.component.html +0 -142
  993. package/src/lib/components/hit-xslt-formats/hit-xslt-format.component.ts +0 -179
  994. package/src/lib/components/hit-xslt-formats/hit-xslt-format.module.ts +0 -38
  995. package/src/lib/components/hit-xslt-rules/hit-xslt-rule.component.html +0 -341
  996. package/src/lib/components/hit-xslt-rules/hit-xslt-rule.component.ts +0 -363
  997. package/src/lib/components/hit-xslt-rules/hit-xslt-rule.module.ts +0 -40
  998. package/src/lib/despatch-document-references/despatch-document-reference/components/despatch-document-reference.component.html +0 -446
  999. package/src/lib/despatch-document-references/despatch-document-reference/components/despatch-document-reference.component.ts +0 -157
  1000. package/src/lib/despatch-document-references/despatch-document-reference/despatch-document-reference-routing.module.ts +0 -36
  1001. package/src/lib/despatch-document-references/despatch-document-reference/despatch-document-reference.module.ts +0 -34
  1002. package/src/lib/despatch-line-order-line-references/despatch-line-order-line-reference/components/despatch-line-order-line-reference.component.html +0 -786
  1003. package/src/lib/despatch-line-order-line-references/despatch-line-order-line-reference/components/despatch-line-order-line-reference.component.ts +0 -169
  1004. package/src/lib/despatch-line-order-line-references/despatch-line-order-line-reference/despatch-line-order-line-reference-routing.module.ts +0 -36
  1005. package/src/lib/despatch-line-order-line-references/despatch-line-order-line-reference/despatch-line-order-line-reference.module.ts +0 -34
  1006. package/src/lib/despatch-lines/despatch-line/components/despatch-line.component.html +0 -843
  1007. package/src/lib/despatch-lines/despatch-line/components/despatch-line.component.ts +0 -190
  1008. package/src/lib/despatch-lines/despatch-line/despatch-line-routing.module.ts +0 -36
  1009. package/src/lib/despatch-lines/despatch-line/despatch-line.module.ts +0 -34
  1010. package/src/lib/despatch-notes/despatch-note/components/despatch-note.component.html +0 -181
  1011. package/src/lib/despatch-notes/despatch-note/components/despatch-note.component.ts +0 -141
  1012. package/src/lib/despatch-notes/despatch-note/despatch-note-routing.module.ts +0 -36
  1013. package/src/lib/despatch-notes/despatch-note/despatch-note.module.ts +0 -34
  1014. package/src/lib/despatches/despatch/components/despatch.component.html +0 -3798
  1015. package/src/lib/despatches/despatch/components/despatch.component.ts +0 -387
  1016. package/src/lib/despatches/despatch/despatch-routing.module.ts +0 -36
  1017. package/src/lib/despatches/despatch/despatch.module.ts +0 -34
  1018. package/src/lib/e-donusum-routing.module.ts +0 -102
  1019. package/src/lib/e-donusum.component.spec.ts +0 -25
  1020. package/src/lib/e-donusum.module.ts +0 -54
  1021. package/src/lib/e-donusum.service.spec.ts +0 -16
  1022. package/src/lib/gib-partner-pk-alls/gib-partner-pk-all/components/gib-partner-pk-all.component.html +0 -671
  1023. package/src/lib/gib-partner-pk-alls/gib-partner-pk-all/components/gib-partner-pk-all.component.ts +0 -157
  1024. package/src/lib/gib-partner-pk-alls/gib-partner-pk-all/gib-partner-pk-all-routing.module.ts +0 -36
  1025. package/src/lib/gib-partner-pk-alls/gib-partner-pk-all/gib-partner-pk-all.module.ts +0 -34
  1026. package/src/lib/gib-partner-pks/gib-partner-pk/components/gib-partner-pk.component.html +0 -671
  1027. package/src/lib/gib-partner-pks/gib-partner-pk/components/gib-partner-pk.component.ts +0 -154
  1028. package/src/lib/gib-partner-pks/gib-partner-pk/gib-partner-pk-routing.module.ts +0 -36
  1029. package/src/lib/gib-partner-pks/gib-partner-pk/gib-partner-pk.module.ts +0 -34
  1030. package/src/lib/hit-proxy/devexpress-query-builder/devexpress-load-options.model.ts +0 -20
  1031. package/src/lib/hit-proxy/devexpress-query-builder/devexpress-query-builder.ts +0 -51
  1032. package/src/lib/hit-proxy/hit-branches/hit-branch.service.ts +0 -29
  1033. package/src/lib/hit-proxy/hit-connectors/hit-connector.service.ts +0 -43
  1034. package/src/lib/hit-proxy/hit-content-master/models.ts +0 -14
  1035. package/src/lib/hit-proxy/hit-document-types/hit-document-type.service.ts +0 -27
  1036. package/src/lib/hit-proxy/hit-entegrators/hit-entegrator.service.ts +0 -45
  1037. package/src/lib/hit-proxy/hit-inbound-invoices/hit-inbound-invoice.service.ts +0 -34
  1038. package/src/lib/hit-proxy/hit-inventory-transfer-addresses/hit-inventory-transfer-address.service.ts +0 -20
  1039. package/src/lib/hit-proxy/hit-invoices/hit-invoice.service.ts +0 -96
  1040. package/src/lib/hit-proxy/hit-note-rule-doc-types/hit-note-rule-doc-type.service.ts +0 -20
  1041. package/src/lib/hit-proxy/hit-note-rule-scenarios/hit-note-rule-scenario.service.ts +0 -20
  1042. package/src/lib/hit-proxy/hit-note-rules/hit-note-rule.service.ts +0 -83
  1043. package/src/lib/hit-proxy/hit-note-rules/models.ts +0 -42
  1044. package/src/lib/hit-proxy/hit-params-companies/hit-params-company.service.ts +0 -37
  1045. package/src/lib/hit-proxy/hit-params-dispatches/hit-params-dispatch.service.ts +0 -20
  1046. package/src/lib/hit-proxy/hit-params-generals/hit-params-general.service.ts +0 -20
  1047. package/src/lib/hit-proxy/hit-params-integrators/hit-params-integrator.service.ts +0 -20
  1048. package/src/lib/hit-proxy/hit-params-invoices/hit-params-invoice.service.ts +0 -20
  1049. package/src/lib/hit-proxy/hit-scenario-types/hit-scenario-type.service.ts +0 -27
  1050. package/src/lib/hit-proxy/hit-xslt-formats/hit-xslt-format.service.ts +0 -57
  1051. package/src/lib/hit-proxy/hit-xslt-formats/models.ts +0 -12
  1052. package/src/lib/hit-proxy/hit-xslt-rule-doc-types/hit-xslt-rule-doc-type.service.ts +0 -20
  1053. package/src/lib/hit-proxy/hit-xslt-rule-scenarios/hit-xslt-rule-scenario.service.ts +0 -20
  1054. package/src/lib/hit-proxy/hit-xslt-rules/hit-xslt-rule.service.ts +0 -71
  1055. package/src/lib/hit-proxy/hit-xslt-rules/models.ts +0 -42
  1056. package/src/lib/invoice-document-references/invoice-document-reference/components/invoice-document-reference.component.html +0 -446
  1057. package/src/lib/invoice-document-references/invoice-document-reference/components/invoice-document-reference.component.ts +0 -157
  1058. package/src/lib/invoice-document-references/invoice-document-reference/invoice-document-reference-routing.module.ts +0 -36
  1059. package/src/lib/invoice-document-references/invoice-document-reference/invoice-document-reference.module.ts +0 -34
  1060. package/src/lib/invoice-line-despatch-line-references/invoice-line-despatch-line-reference/components/invoice-line-despatch-line-reference.component.html +0 -497
  1061. package/src/lib/invoice-line-despatch-line-references/invoice-line-despatch-line-reference/components/invoice-line-despatch-line-reference.component.ts +0 -157
  1062. package/src/lib/invoice-line-despatch-line-references/invoice-line-despatch-line-reference/invoice-line-despatch-line-reference-routing.module.ts +0 -36
  1063. package/src/lib/invoice-line-despatch-line-references/invoice-line-despatch-line-reference/invoice-line-despatch-line-reference.module.ts +0 -34
  1064. package/src/lib/invoice-line-order-line-references/invoice-line-order-line-reference/components/invoice-line-order-line-reference.component.html +0 -783
  1065. package/src/lib/invoice-line-order-line-references/invoice-line-order-line-reference/components/invoice-line-order-line-reference.component.ts +0 -169
  1066. package/src/lib/invoice-line-order-line-references/invoice-line-order-line-reference/invoice-line-order-line-reference-routing.module.ts +0 -36
  1067. package/src/lib/invoice-line-order-line-references/invoice-line-order-line-reference/invoice-line-order-line-reference.module.ts +0 -34
  1068. package/src/lib/invoice-line-receipt-line-references/invoice-line-receipt-line-reference/components/invoice-line-receipt-line-reference.component.html +0 -494
  1069. package/src/lib/invoice-line-receipt-line-references/invoice-line-receipt-line-reference/components/invoice-line-receipt-line-reference.component.ts +0 -157
  1070. package/src/lib/invoice-line-receipt-line-references/invoice-line-receipt-line-reference/invoice-line-receipt-line-reference-routing.module.ts +0 -36
  1071. package/src/lib/invoice-line-receipt-line-references/invoice-line-receipt-line-reference/invoice-line-receipt-line-reference.module.ts +0 -34
  1072. package/src/lib/invoice-lines/invoice-line/components/invoice-line.component.html +0 -843
  1073. package/src/lib/invoice-lines/invoice-line/components/invoice-line.component.ts +0 -190
  1074. package/src/lib/invoice-lines/invoice-line/invoice-line-routing.module.ts +0 -36
  1075. package/src/lib/invoice-lines/invoice-line/invoice-line.module.ts +0 -34
  1076. package/src/lib/invoice-notes/invoice-note/components/invoice-note.component.html +0 -181
  1077. package/src/lib/invoice-notes/invoice-note/components/invoice-note.component.ts +0 -141
  1078. package/src/lib/invoice-notes/invoice-note/invoice-note-routing.module.ts +0 -36
  1079. package/src/lib/invoice-notes/invoice-note/invoice-note.module.ts +0 -34
  1080. package/src/lib/invoices/invoice/components/invoice.component.html +0 -4182
  1081. package/src/lib/invoices/invoice/components/invoice.component.ts +0 -377
  1082. package/src/lib/invoices/invoice/invoice-routing.module.ts +0 -30
  1083. package/src/lib/invoices/invoice/invoice.module.ts +0 -34
  1084. package/src/lib/note-rule-doc-types/note-rule-doc-type/components/note-rule-doc-type.component.html +0 -199
  1085. package/src/lib/note-rule-doc-types/note-rule-doc-type/components/note-rule-doc-type.component.ts +0 -124
  1086. package/src/lib/note-rule-doc-types/note-rule-doc-type/note-rule-doc-type-routing.module.ts +0 -36
  1087. package/src/lib/note-rule-doc-types/note-rule-doc-type/note-rule-doc-type.module.ts +0 -34
  1088. package/src/lib/note-rule-scenarios/note-rule-scenario/components/note-rule-scenario.component.html +0 -199
  1089. package/src/lib/note-rule-scenarios/note-rule-scenario/components/note-rule-scenario.component.ts +0 -124
  1090. package/src/lib/note-rule-scenarios/note-rule-scenario/note-rule-scenario-routing.module.ts +0 -36
  1091. package/src/lib/note-rule-scenarios/note-rule-scenario/note-rule-scenario.module.ts +0 -34
  1092. package/src/lib/note-rules/note-rule/components/note-rule.component.html +0 -624
  1093. package/src/lib/note-rules/note-rule/components/note-rule.component.ts +0 -162
  1094. package/src/lib/note-rules/note-rule/note-rule-routing.module.ts +0 -31
  1095. package/src/lib/note-rules/note-rule/note-rule.module.ts +0 -34
  1096. package/src/lib/params-companies/params-company/components/params-company.component.html +0 -847
  1097. package/src/lib/params-companies/params-company/components/params-company.component.ts +0 -176
  1098. package/src/lib/params-companies/params-company/params-company-routing.module.ts +0 -34
  1099. package/src/lib/params-companies/params-company/params-company.module.ts +0 -34
  1100. package/src/lib/params-generals/params-general/components/params-general.component.html +0 -504
  1101. package/src/lib/params-generals/params-general/components/params-general.component.ts +0 -141
  1102. package/src/lib/params-generals/params-general/params-general-routing.module.ts +0 -34
  1103. package/src/lib/params-generals/params-general/params-general.module.ts +0 -34
  1104. package/src/lib/params-integrators/params-integrator/components/params-integrator.component.html +0 -499
  1105. package/src/lib/params-integrators/params-integrator/components/params-integrator.component.ts +0 -162
  1106. package/src/lib/params-integrators/params-integrator/params-integrator-routing.module.ts +0 -34
  1107. package/src/lib/params-integrators/params-integrator/params-integrator.module.ts +0 -34
  1108. package/src/lib/paramse-dispatches/paramse-dispatch/components/paramse-dispatch.component.html +0 -771
  1109. package/src/lib/paramse-dispatches/paramse-dispatch/components/paramse-dispatch.component.ts +0 -163
  1110. package/src/lib/paramse-dispatches/paramse-dispatch/paramse-dispatch-routing.module.ts +0 -34
  1111. package/src/lib/paramse-dispatches/paramse-dispatch/paramse-dispatch.module.ts +0 -34
  1112. package/src/lib/paramse-invoices/paramse-invoice/components/paramse-invoice.component.html +0 -433
  1113. package/src/lib/paramse-invoices/paramse-invoice/components/paramse-invoice.component.ts +0 -151
  1114. package/src/lib/paramse-invoices/paramse-invoice/paramse-invoice-routing.module.ts +0 -34
  1115. package/src/lib/paramse-invoices/paramse-invoice/paramse-invoice.module.ts +0 -34
  1116. package/src/lib/proxy/branches/branch.service.ts +0 -75
  1117. package/src/lib/proxy/branches/index.ts +0 -2
  1118. package/src/lib/proxy/branches/models.ts +0 -46
  1119. package/src/lib/proxy/business-partner-groups/business-partner-group.service.ts +0 -56
  1120. package/src/lib/proxy/business-partner-groups/index.ts +0 -2
  1121. package/src/lib/proxy/business-partner-groups/models.ts +0 -36
  1122. package/src/lib/proxy/business-partners/business-partner.service.ts +0 -74
  1123. package/src/lib/proxy/business-partners/index.ts +0 -2
  1124. package/src/lib/proxy/business-partners/models.ts +0 -70
  1125. package/src/lib/proxy/despatch-document-references/despatch-document-reference.service.ts +0 -92
  1126. package/src/lib/proxy/despatch-document-references/index.ts +0 -2
  1127. package/src/lib/proxy/despatch-document-references/models.ts +0 -57
  1128. package/src/lib/proxy/despatch-line-order-line-references/despatch-line-order-line-reference.service.ts +0 -92
  1129. package/src/lib/proxy/despatch-line-order-line-references/index.ts +0 -2
  1130. package/src/lib/proxy/despatch-line-order-line-references/models.ts +0 -86
  1131. package/src/lib/proxy/despatch-lines/despatch-line.service.ts +0 -92
  1132. package/src/lib/proxy/despatch-lines/index.ts +0 -2
  1133. package/src/lib/proxy/despatch-lines/models.ts +0 -108
  1134. package/src/lib/proxy/despatch-notes/despatch-note.service.ts +0 -92
  1135. package/src/lib/proxy/despatch-notes/index.ts +0 -2
  1136. package/src/lib/proxy/despatch-notes/models.ts +0 -36
  1137. package/src/lib/proxy/despatches/despatch.service.ts +0 -75
  1138. package/src/lib/proxy/despatches/index.ts +0 -2
  1139. package/src/lib/proxy/despatches/models.ts +0 -338
  1140. package/src/lib/proxy/generate-proxy.json +0 -31780
  1141. package/src/lib/proxy/gib-partner-pk-alls/gib-partner-pk-all.service.ts +0 -75
  1142. package/src/lib/proxy/gib-partner-pk-alls/index.ts +0 -2
  1143. package/src/lib/proxy/gib-partner-pk-alls/models.ts +0 -62
  1144. package/src/lib/proxy/gib-partner-pks/gib-partner-pk.service.ts +0 -75
  1145. package/src/lib/proxy/gib-partner-pks/index.ts +0 -2
  1146. package/src/lib/proxy/gib-partner-pks/models.ts +0 -62
  1147. package/src/lib/proxy/index.ts +0 -31
  1148. package/src/lib/proxy/invoice-document-references/index.ts +0 -2
  1149. package/src/lib/proxy/invoice-document-references/invoice-document-reference.service.ts +0 -92
  1150. package/src/lib/proxy/invoice-document-references/models.ts +0 -57
  1151. package/src/lib/proxy/invoice-line-despatch-line-references/index.ts +0 -2
  1152. package/src/lib/proxy/invoice-line-despatch-line-references/invoice-line-despatch-line-reference.service.ts +0 -92
  1153. package/src/lib/proxy/invoice-line-despatch-line-references/models.ts +0 -61
  1154. package/src/lib/proxy/invoice-line-order-line-references/index.ts +0 -2
  1155. package/src/lib/proxy/invoice-line-order-line-references/invoice-line-order-line-reference.service.ts +0 -92
  1156. package/src/lib/proxy/invoice-line-order-line-references/models.ts +0 -86
  1157. package/src/lib/proxy/invoice-line-receipt-line-references/index.ts +0 -2
  1158. package/src/lib/proxy/invoice-line-receipt-line-references/invoice-line-receipt-line-reference.service.ts +0 -92
  1159. package/src/lib/proxy/invoice-line-receipt-line-references/models.ts +0 -61
  1160. package/src/lib/proxy/invoice-lines/index.ts +0 -2
  1161. package/src/lib/proxy/invoice-lines/invoice-line.service.ts +0 -92
  1162. package/src/lib/proxy/invoice-lines/models.ts +0 -108
  1163. package/src/lib/proxy/invoice-notes/index.ts +0 -2
  1164. package/src/lib/proxy/invoice-notes/invoice-note.service.ts +0 -92
  1165. package/src/lib/proxy/invoice-notes/models.ts +0 -36
  1166. package/src/lib/proxy/invoices/index.ts +0 -2
  1167. package/src/lib/proxy/invoices/invoice.service.ts +0 -75
  1168. package/src/lib/proxy/invoices/models.ts +0 -359
  1169. package/src/lib/proxy/note-rule-doc-types/index.ts +0 -2
  1170. package/src/lib/proxy/note-rule-doc-types/models.ts +0 -31
  1171. package/src/lib/proxy/note-rule-doc-types/note-rule-doc-type.service.ts +0 -74
  1172. package/src/lib/proxy/note-rule-scenarios/index.ts +0 -2
  1173. package/src/lib/proxy/note-rule-scenarios/models.ts +0 -31
  1174. package/src/lib/proxy/note-rule-scenarios/note-rule-scenario.service.ts +0 -74
  1175. package/src/lib/proxy/note-rules/index.ts +0 -2
  1176. package/src/lib/proxy/note-rules/models.ts +0 -78
  1177. package/src/lib/proxy/note-rules/note-rule.service.ts +0 -75
  1178. package/src/lib/proxy/params-companies/index.ts +0 -2
  1179. package/src/lib/proxy/params-companies/models.ts +0 -101
  1180. package/src/lib/proxy/params-companies/params-company.service.ts +0 -75
  1181. package/src/lib/proxy/params-generals/index.ts +0 -2
  1182. package/src/lib/proxy/params-generals/models.ts +0 -44
  1183. package/src/lib/proxy/params-generals/params-general.service.ts +0 -75
  1184. package/src/lib/proxy/params-integrators/index.ts +0 -2
  1185. package/src/lib/proxy/params-integrators/models.ts +0 -72
  1186. package/src/lib/proxy/params-integrators/params-integrator.service.ts +0 -92
  1187. package/src/lib/proxy/paramse-dispatches/index.ts +0 -2
  1188. package/src/lib/proxy/paramse-dispatches/models.ts +0 -73
  1189. package/src/lib/proxy/paramse-dispatches/paramse-dispatch.service.ts +0 -75
  1190. package/src/lib/proxy/paramse-invoices/index.ts +0 -2
  1191. package/src/lib/proxy/paramse-invoices/models.ts +0 -48
  1192. package/src/lib/proxy/paramse-invoices/paramse-invoice.service.ts +0 -75
  1193. package/src/lib/proxy/shared/index.ts +0 -1
  1194. package/src/lib/proxy/shared/models.ts +0 -14
  1195. package/src/lib/proxy/xslt-formats/index.ts +0 -2
  1196. package/src/lib/proxy/xslt-formats/models.ts +0 -33
  1197. package/src/lib/proxy/xslt-formats/xslt-format.service.ts +0 -56
  1198. package/src/lib/proxy/xslt-rule-doc-types/index.ts +0 -2
  1199. package/src/lib/proxy/xslt-rule-doc-types/models.ts +0 -31
  1200. package/src/lib/proxy/xslt-rule-doc-types/xslt-rule-doc-type.service.ts +0 -74
  1201. package/src/lib/proxy/xslt-rule-scenarios/index.ts +0 -2
  1202. package/src/lib/proxy/xslt-rule-scenarios/models.ts +0 -31
  1203. package/src/lib/proxy/xslt-rule-scenarios/xslt-rule-scenario.service.ts +0 -74
  1204. package/src/lib/proxy/xslt-rules/index.ts +0 -2
  1205. package/src/lib/proxy/xslt-rules/models.ts +0 -61
  1206. package/src/lib/proxy/xslt-rules/xslt-rule.service.ts +0 -74
  1207. package/src/lib/services/e-donusum.service.ts +0 -18
  1208. package/src/lib/xslt-formats/xslt-format/components/xslt-format.component.html +0 -272
  1209. package/src/lib/xslt-formats/xslt-format/components/xslt-format.component.ts +0 -122
  1210. package/src/lib/xslt-formats/xslt-format/xslt-format-routing.module.ts +0 -36
  1211. package/src/lib/xslt-formats/xslt-format/xslt-format.module.ts +0 -34
  1212. package/src/lib/xslt-rule-doc-types/xslt-rule-doc-type/components/xslt-rule-doc-type.component.html +0 -199
  1213. package/src/lib/xslt-rule-doc-types/xslt-rule-doc-type/components/xslt-rule-doc-type.component.ts +0 -124
  1214. package/src/lib/xslt-rule-doc-types/xslt-rule-doc-type/xslt-rule-doc-type-routing.module.ts +0 -18
  1215. package/src/lib/xslt-rule-doc-types/xslt-rule-doc-type/xslt-rule-doc-type.module.ts +0 -34
  1216. package/src/lib/xslt-rule-scenarios/xslt-rule-scenario/components/xslt-rule-scenario.component.html +0 -199
  1217. package/src/lib/xslt-rule-scenarios/xslt-rule-scenario/components/xslt-rule-scenario.component.ts +0 -124
  1218. package/src/lib/xslt-rule-scenarios/xslt-rule-scenario/xslt-rule-scenario-routing.module.ts +0 -18
  1219. package/src/lib/xslt-rule-scenarios/xslt-rule-scenario/xslt-rule-scenario.module.ts +0 -34
  1220. package/src/lib/xslt-rules/xslt-rule/components/xslt-rule.component.html +0 -496
  1221. package/src/lib/xslt-rules/xslt-rule/components/xslt-rule.component.ts +0 -141
  1222. package/src/lib/xslt-rules/xslt-rule/xslt-rule-routing.module.ts +0 -30
  1223. package/src/lib/xslt-rules/xslt-rule/xslt-rule.module.ts +0 -34
  1224. package/src/public-api.ts +0 -7
  1225. package/src/test.ts +0 -29
  1226. package/tsconfig.lib.json +0 -20
  1227. package/tsconfig.lib.prod.json +0 -10
  1228. package/tsconfig.spec.json +0 -17
  1229. /package/config/{src/enums/index.ts → enums/index.d.ts} +0 -0
  1230. /package/config/{src/providers/index.ts → providers/index.d.ts} +0 -0
  1231. /package/config/{src/public-api.ts → public-api.d.ts} +0 -0
@@ -0,0 +1,46 @@
1
+ import { Injectable } from "@angular/core";
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "@abp/ng.core";
4
+ import * as i2 from "../devexpress-query-builder/devexpress-query-builder";
5
+ export class HitXsltFormatService {
6
+ constructor(restService, devexService) {
7
+ this.restService = restService;
8
+ this.devexService = devexService;
9
+ this.apiName = 'eDonusum';
10
+ this.LoadXsltFormats = this.devexService.createStore({
11
+ key: "id",
12
+ loadUrl: 'api/e-donusum/xslt-formats/load-xslt-formats'
13
+ });
14
+ this.LoadXsltFormatsWithParam = (docType) => this.devexService.createStore({
15
+ key: "id",
16
+ loadUrl: `api/e-donusum/xslt-formats/load-xslt-formats-with-param/${docType}`
17
+ });
18
+ this.getTypes = () => this.restService.request({
19
+ method: 'GET',
20
+ url: '/api/e-donusum/xslt-formats/get-types',
21
+ }, { apiName: this.apiName });
22
+ this.create = (input) => this.restService.request({
23
+ method: 'POST',
24
+ url: '/api/e-donusum/xslt-formats/hit-xslt-format-create',
25
+ body: input,
26
+ }, { apiName: this.apiName });
27
+ this.update = (id, input) => this.restService.request({
28
+ method: 'POST',
29
+ url: `/api/e-donusum/xslt-formats/hit-xslt-format-update/${id}`,
30
+ body: input,
31
+ }, { apiName: this.apiName });
32
+ this.downloadXsltFile = (id) => this.restService.request({
33
+ method: 'GET',
34
+ url: `/api/e-donusum/xslt-formats/hit-download-xslt-file/${id}`,
35
+ }, { apiName: this.apiName });
36
+ }
37
+ }
38
+ HitXsltFormatService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitXsltFormatService, deps: [{ token: i1.RestService }, { token: i2.DevexpressRestService }], target: i0.ɵɵFactoryTarget.Injectable });
39
+ HitXsltFormatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitXsltFormatService, providedIn: 'root' });
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitXsltFormatService, decorators: [{
41
+ type: Injectable,
42
+ args: [{
43
+ providedIn: 'root',
44
+ }]
45
+ }], ctorParameters: function () { return [{ type: i1.RestService }, { type: i2.DevexpressRestService }]; } });
46
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGl0LXhzbHQtZm9ybWF0LnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9lLWRvbnVzdW0vc3JjL2xpYi9oaXQtcHJveHkvaGl0LXhzbHQtZm9ybWF0cy9oaXQteHNsdC1mb3JtYXQuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7O0FBUzNDLE1BQU0sT0FBTyxvQkFBb0I7SUE0QzdCLFlBQW9CLFdBQXdCLEVBQVUsWUFBbUM7UUFBckUsZ0JBQVcsR0FBWCxXQUFXLENBQWE7UUFBVSxpQkFBWSxHQUFaLFlBQVksQ0FBdUI7UUEzQ3pGLFlBQU8sR0FBRyxVQUFVLENBQUM7UUFFckIsb0JBQWUsR0FBRyxJQUFJLENBQUMsWUFBWSxDQUFDLFdBQVcsQ0FBQztZQUM1QyxHQUFHLEVBQUUsSUFBSTtZQUNULE9BQU8sRUFBRSw4Q0FBOEM7U0FDMUQsQ0FBQyxDQUFBO1FBRUYsNkJBQXdCLEdBQUcsQ0FBQyxPQUFlLEVBQUUsRUFBRSxDQUFDLElBQUksQ0FBQyxZQUFZLENBQUMsV0FBVyxDQUFDO1lBQzFFLEdBQUcsRUFBRSxJQUFJO1lBQ1QsT0FBTyxFQUFFLDJEQUEyRCxPQUFPLEVBQUU7U0FDaEYsQ0FBQyxDQUFBO1FBRUYsYUFBUSxHQUFHLEdBQUcsRUFBRSxDQUNaLElBQUksQ0FBQyxXQUFXLENBQUMsT0FBTyxDQUFpQjtZQUNyQyxNQUFNLEVBQUUsS0FBSztZQUNiLEdBQUcsRUFBRSx1Q0FBdUM7U0FDL0MsRUFDRyxFQUFFLE9BQU8sRUFBRSxJQUFJLENBQUMsT0FBTyxFQUFFLENBQUMsQ0FBQztRQUVuQyxXQUFNLEdBQUcsQ0FBQyxLQUE2QixFQUFFLEVBQUUsQ0FDdkMsSUFBSSxDQUFDLFdBQVcsQ0FBQyxPQUFPLENBQXFCO1lBQ3pDLE1BQU0sRUFBRSxNQUFNO1lBQ2QsR0FBRyxFQUFFLG9EQUFvRDtZQUN6RCxJQUFJLEVBQUUsS0FBSztTQUNkLEVBQ0csRUFBRSxPQUFPLEVBQUUsSUFBSSxDQUFDLE9BQU8sRUFBRSxDQUFDLENBQUM7UUFFbkMsV0FBTSxHQUFHLENBQUMsRUFBVSxFQUFFLEtBQTBCLEVBQUUsRUFBRSxDQUNoRCxJQUFJLENBQUMsV0FBVyxDQUFDLE9BQU8sQ0FBcUI7WUFDekMsTUFBTSxFQUFFLE1BQU07WUFDZCxHQUFHLEVBQUUsc0RBQXNELEVBQUUsRUFBRTtZQUMvRCxJQUFJLEVBQUUsS0FBSztTQUNkLEVBQ0csRUFBRSxPQUFPLEVBQUUsSUFBSSxDQUFDLE9BQU8sRUFBRSxDQUFDLENBQUM7UUFFbkMscUJBQWdCLEdBQUcsQ0FBQyxFQUFVLEVBQUUsRUFBRSxDQUM5QixJQUFJLENBQUMsV0FBVyxDQUFDLE9BQU8sQ0FDcEI7WUFDSSxNQUFNLEVBQUUsS0FBSztZQUNiLEdBQUcsRUFBRSxzREFBc0QsRUFBRSxFQUFFO1NBQ2xFLEVBQ0QsRUFBRSxPQUFPLEVBQUUsSUFBSSxDQUFDLE9BQU8sRUFBRSxDQUFDLENBQUM7SUFFMEQsQ0FBQzs7aUhBNUNyRixvQkFBb0I7cUhBQXBCLG9CQUFvQixjQUZqQixNQUFNOzJGQUVULG9CQUFvQjtrQkFIaEMsVUFBVTttQkFBQztvQkFDUixVQUFVLEVBQUUsTUFBTTtpQkFDckIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBSZXN0U2VydmljZSB9IGZyb20gXCJAYWJwL25nLmNvcmVcIjtcclxuaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcbmltcG9ydCB7IERldmV4cHJlc3NSZXN0U2VydmljZSB9IGZyb20gXCIuLi9kZXZleHByZXNzLXF1ZXJ5LWJ1aWxkZXIvZGV2ZXhwcmVzcy1xdWVyeS1idWlsZGVyXCI7XHJcbmltcG9ydCB7IE5vdGVSdWxlQ3JlYXRlRHRvLCBOb3RlUnVsZUR0byB9IGZyb20gXCIuLi8uLi9wcm94eS9ub3RlLXJ1bGVzXCI7XHJcbmltcG9ydCB7IEVudW1EdG8sIEhpdFhzbHRGb3JtYXRDcmVhdGVEdG8gfSBmcm9tIFwiLi9tb2RlbHNcIjtcclxuaW1wb3J0IHsgWHNsdEZvcm1hdENyZWF0ZUR0bywgWHNsdEZvcm1hdER0bywgWHNsdEZvcm1hdFVwZGF0ZUR0byB9IGZyb20gXCIuLi8uLi9wcm94eS94c2x0LWZvcm1hdHNcIjtcclxuXHJcbkBJbmplY3RhYmxlKHtcclxuICAgIHByb3ZpZGVkSW46ICdyb290JyxcclxufSlcclxuZXhwb3J0IGNsYXNzIEhpdFhzbHRGb3JtYXRTZXJ2aWNlIHtcclxuICAgIGFwaU5hbWUgPSAnZURvbnVzdW0nO1xyXG5cclxuICAgIExvYWRYc2x0Rm9ybWF0cyA9IHRoaXMuZGV2ZXhTZXJ2aWNlLmNyZWF0ZVN0b3JlKHtcclxuICAgICAgICBrZXk6IFwiaWRcIixcclxuICAgICAgICBsb2FkVXJsOiAnYXBpL2UtZG9udXN1bS94c2x0LWZvcm1hdHMvbG9hZC14c2x0LWZvcm1hdHMnXHJcbiAgICB9KVxyXG5cclxuICAgIExvYWRYc2x0Rm9ybWF0c1dpdGhQYXJhbSA9IChkb2NUeXBlOiBudW1iZXIpID0+IHRoaXMuZGV2ZXhTZXJ2aWNlLmNyZWF0ZVN0b3JlKHtcclxuICAgICAgICBrZXk6IFwiaWRcIixcclxuICAgICAgICBsb2FkVXJsOiBgYXBpL2UtZG9udXN1bS94c2x0LWZvcm1hdHMvbG9hZC14c2x0LWZvcm1hdHMtd2l0aC1wYXJhbS8ke2RvY1R5cGV9YFxyXG4gICAgfSlcclxuXHJcbiAgICBnZXRUeXBlcyA9ICgpID0+XHJcbiAgICAgICAgdGhpcy5yZXN0U2VydmljZS5yZXF1ZXN0PGFueSwgRW51bUR0b1tdPih7XHJcbiAgICAgICAgICAgIG1ldGhvZDogJ0dFVCcsXHJcbiAgICAgICAgICAgIHVybDogJy9hcGkvZS1kb251c3VtL3hzbHQtZm9ybWF0cy9nZXQtdHlwZXMnLFxyXG4gICAgICAgIH0sXHJcbiAgICAgICAgICAgIHsgYXBpTmFtZTogdGhpcy5hcGlOYW1lIH0pO1xyXG5cclxuICAgIGNyZWF0ZSA9IChpbnB1dDogSGl0WHNsdEZvcm1hdENyZWF0ZUR0bykgPT5cclxuICAgICAgICB0aGlzLnJlc3RTZXJ2aWNlLnJlcXVlc3Q8YW55LCBYc2x0Rm9ybWF0RHRvPih7XHJcbiAgICAgICAgICAgIG1ldGhvZDogJ1BPU1QnLFxyXG4gICAgICAgICAgICB1cmw6ICcvYXBpL2UtZG9udXN1bS94c2x0LWZvcm1hdHMvaGl0LXhzbHQtZm9ybWF0LWNyZWF0ZScsXHJcbiAgICAgICAgICAgIGJvZHk6IGlucHV0LFxyXG4gICAgICAgIH0sXHJcbiAgICAgICAgICAgIHsgYXBpTmFtZTogdGhpcy5hcGlOYW1lIH0pO1xyXG5cclxuICAgIHVwZGF0ZSA9IChpZDogc3RyaW5nLCBpbnB1dDogWHNsdEZvcm1hdFVwZGF0ZUR0bykgPT5cclxuICAgICAgICB0aGlzLnJlc3RTZXJ2aWNlLnJlcXVlc3Q8YW55LCBYc2x0Rm9ybWF0RHRvPih7XHJcbiAgICAgICAgICAgIG1ldGhvZDogJ1BPU1QnLFxyXG4gICAgICAgICAgICB1cmw6IGAvYXBpL2UtZG9udXN1bS94c2x0LWZvcm1hdHMvaGl0LXhzbHQtZm9ybWF0LXVwZGF0ZS8ke2lkfWAsXHJcbiAgICAgICAgICAgIGJvZHk6IGlucHV0LFxyXG4gICAgICAgIH0sXHJcbiAgICAgICAgICAgIHsgYXBpTmFtZTogdGhpcy5hcGlOYW1lIH0pO1xyXG5cclxuICAgIGRvd25sb2FkWHNsdEZpbGUgPSAoaWQ6IHN0cmluZykgPT5cclxuICAgICAgICB0aGlzLnJlc3RTZXJ2aWNlLnJlcXVlc3Q8YW55LCBhbnk+KFxyXG4gICAgICAgICAgICB7XHJcbiAgICAgICAgICAgICAgICBtZXRob2Q6ICdHRVQnLFxyXG4gICAgICAgICAgICAgICAgdXJsOiBgL2FwaS9lLWRvbnVzdW0veHNsdC1mb3JtYXRzL2hpdC1kb3dubG9hZC14c2x0LWZpbGUvJHtpZH1gLFxyXG4gICAgICAgICAgICB9LFxyXG4gICAgICAgICAgICB7IGFwaU5hbWU6IHRoaXMuYXBpTmFtZSB9KTtcclxuXHJcbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIHJlc3RTZXJ2aWNlOiBSZXN0U2VydmljZSwgcHJpdmF0ZSBkZXZleFNlcnZpY2U6IERldmV4cHJlc3NSZXN0U2VydmljZSkgeyB9XHJcblxyXG59Il19
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kZWxzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZS1kb251c3VtL3NyYy9saWIvaGl0LXByb3h5L2hpdC14c2x0LWZvcm1hdHMvbW9kZWxzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBYc2x0Rm9ybWF0Q3JlYXRlRHRvIH0gZnJvbSBcIi4uLy4uL3Byb3h5L3hzbHQtZm9ybWF0c1wiO1xyXG5pbXBvcnQgeyBDb250ZW50TWFzdGVySW5wdXREdG8gfSBmcm9tIFwiLi4vaGl0LWNvbnRlbnQtbWFzdGVyL21vZGVsc1wiO1xyXG5cclxuZXhwb3J0IGludGVyZmFjZSBFbnVtRHRvIHtcclxuICAgIGlkOiBudW1iZXI7XHJcbiAgICBkaXNwbGF5TmFtZTogc3RyaW5nO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIEhpdFhzbHRGb3JtYXRDcmVhdGVEdG97XHJcbiAgICB4c2x0Rm9ybWF0OiBYc2x0Rm9ybWF0Q3JlYXRlRHRvO1xyXG4gICAgc2VsZWN0ZWRGaWxlOiBDb250ZW50TWFzdGVySW5wdXREdG87XHJcbn0iXX0=
@@ -0,0 +1,23 @@
1
+ import { Injectable } from "@angular/core";
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "@abp/ng.core";
4
+ export class HitXsltRuleDocTypesService {
5
+ constructor(restService) {
6
+ this.restService = restService;
7
+ this.apiName = 'eDonusum';
8
+ this.getSelectedDocTypes = (xsltRuleId) => this.restService.request({
9
+ method: 'GET',
10
+ url: '/api/e-donusum/xslt-rule-doc-types/get-selected-doc-types',
11
+ params: { xsltRuleId: xsltRuleId }
12
+ }, { apiName: this.apiName });
13
+ }
14
+ }
15
+ HitXsltRuleDocTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitXsltRuleDocTypesService, deps: [{ token: i1.RestService }], target: i0.ɵɵFactoryTarget.Injectable });
16
+ HitXsltRuleDocTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitXsltRuleDocTypesService, providedIn: 'root' });
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitXsltRuleDocTypesService, decorators: [{
18
+ type: Injectable,
19
+ args: [{
20
+ providedIn: 'root',
21
+ }]
22
+ }], ctorParameters: function () { return [{ type: i1.RestService }]; } });
23
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGl0LXhzbHQtcnVsZS1kb2MtdHlwZS5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZS1kb251c3VtL3NyYy9saWIvaGl0LXByb3h5L2hpdC14c2x0LXJ1bGUtZG9jLXR5cGVzL2hpdC14c2x0LXJ1bGUtZG9jLXR5cGUuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7QUFNM0MsTUFBTSxPQUFPLDBCQUEwQjtJQVduQyxZQUFvQixXQUF3QjtRQUF4QixnQkFBVyxHQUFYLFdBQVcsQ0FBYTtRQVY1QyxZQUFPLEdBQUcsVUFBVSxDQUFDO1FBRXJCLHdCQUFtQixHQUFHLENBQUMsVUFBa0IsRUFBRSxFQUFFLENBQ3pDLElBQUksQ0FBQyxXQUFXLENBQUMsT0FBTyxDQUE0QjtZQUNoRCxNQUFNLEVBQUUsS0FBSztZQUNiLEdBQUcsRUFBRSwyREFBMkQ7WUFDaEUsTUFBTSxFQUFFLEVBQUMsVUFBVSxFQUFFLFVBQVUsRUFBQztTQUNuQyxFQUNHLEVBQUUsT0FBTyxFQUFFLElBQUksQ0FBQyxPQUFPLEVBQUUsQ0FBQyxDQUFDO0lBRWEsQ0FBQzs7dUhBWHhDLDBCQUEwQjsySEFBMUIsMEJBQTBCLGNBRnZCLE1BQU07MkZBRVQsMEJBQTBCO2tCQUh0QyxVQUFVO21CQUFDO29CQUNSLFVBQVUsRUFBRSxNQUFNO2lCQUNyQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFJlc3RTZXJ2aWNlIH0gZnJvbSBcIkBhYnAvbmcuY29yZVwiO1xyXG5pbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHsgWHNsdFJ1bGVEb2NUeXBlRHRvIH0gZnJvbSBcIi4uLy4uL3Byb3h5L3hzbHQtcnVsZS1kb2MtdHlwZXNcIjtcclxuXHJcbkBJbmplY3RhYmxlKHtcclxuICAgIHByb3ZpZGVkSW46ICdyb290JyxcclxufSlcclxuZXhwb3J0IGNsYXNzIEhpdFhzbHRSdWxlRG9jVHlwZXNTZXJ2aWNlIHtcclxuICAgIGFwaU5hbWUgPSAnZURvbnVzdW0nO1xyXG5cclxuICAgIGdldFNlbGVjdGVkRG9jVHlwZXMgPSAoeHNsdFJ1bGVJZDogc3RyaW5nKSA9PlxyXG4gICAgICAgIHRoaXMucmVzdFNlcnZpY2UucmVxdWVzdDxhbnksIFhzbHRSdWxlRG9jVHlwZUR0b1tdPih7XHJcbiAgICAgICAgICAgIG1ldGhvZDogJ0dFVCcsXHJcbiAgICAgICAgICAgIHVybDogJy9hcGkvZS1kb251c3VtL3hzbHQtcnVsZS1kb2MtdHlwZXMvZ2V0LXNlbGVjdGVkLWRvYy10eXBlcycsXHJcbiAgICAgICAgICAgIHBhcmFtczoge3hzbHRSdWxlSWQ6IHhzbHRSdWxlSWR9XHJcbiAgICAgICAgfSxcclxuICAgICAgICAgICAgeyBhcGlOYW1lOiB0aGlzLmFwaU5hbWUgfSk7XHJcblxyXG4gICAgY29uc3RydWN0b3IocHJpdmF0ZSByZXN0U2VydmljZTogUmVzdFNlcnZpY2UpIHsgfVxyXG59XHJcbiJdfQ==
@@ -0,0 +1,23 @@
1
+ import { Injectable } from "@angular/core";
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "@abp/ng.core";
4
+ export class HitXsltRuleScenariosService {
5
+ constructor(restService) {
6
+ this.restService = restService;
7
+ this.apiName = 'eDonusum';
8
+ this.getSelectedScenarios = (xsltRuleId) => this.restService.request({
9
+ method: 'GET',
10
+ url: '/api/e-donusum/xslt-rule-scenarios/get-selected-scenarios',
11
+ params: { xsltRuleId: xsltRuleId }
12
+ }, { apiName: this.apiName });
13
+ }
14
+ }
15
+ HitXsltRuleScenariosService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitXsltRuleScenariosService, deps: [{ token: i1.RestService }], target: i0.ɵɵFactoryTarget.Injectable });
16
+ HitXsltRuleScenariosService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitXsltRuleScenariosService, providedIn: 'root' });
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitXsltRuleScenariosService, decorators: [{
18
+ type: Injectable,
19
+ args: [{
20
+ providedIn: 'root',
21
+ }]
22
+ }], ctorParameters: function () { return [{ type: i1.RestService }]; } });
23
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGl0LXhzbHQtcnVsZS1zY2VuYXJpby5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZS1kb251c3VtL3NyYy9saWIvaGl0LXByb3h5L2hpdC14c2x0LXJ1bGUtc2NlbmFyaW9zL2hpdC14c2x0LXJ1bGUtc2NlbmFyaW8uc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7QUFNM0MsTUFBTSxPQUFPLDJCQUEyQjtJQVdwQyxZQUFvQixXQUF3QjtRQUF4QixnQkFBVyxHQUFYLFdBQVcsQ0FBYTtRQVY1QyxZQUFPLEdBQUcsVUFBVSxDQUFDO1FBRXJCLHlCQUFvQixHQUFHLENBQUMsVUFBa0IsRUFBRSxFQUFFLENBQzFDLElBQUksQ0FBQyxXQUFXLENBQUMsT0FBTyxDQUE2QjtZQUNqRCxNQUFNLEVBQUUsS0FBSztZQUNiLEdBQUcsRUFBRSwyREFBMkQ7WUFDaEUsTUFBTSxFQUFFLEVBQUMsVUFBVSxFQUFFLFVBQVUsRUFBQztTQUNuQyxFQUNHLEVBQUUsT0FBTyxFQUFFLElBQUksQ0FBQyxPQUFPLEVBQUUsQ0FBQyxDQUFDO0lBRWEsQ0FBQzs7d0hBWHhDLDJCQUEyQjs0SEFBM0IsMkJBQTJCLGNBRnhCLE1BQU07MkZBRVQsMkJBQTJCO2tCQUh2QyxVQUFVO21CQUFDO29CQUNSLFVBQVUsRUFBRSxNQUFNO2lCQUNyQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFJlc3RTZXJ2aWNlIH0gZnJvbSBcIkBhYnAvbmcuY29yZVwiO1xyXG5pbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHsgWHNsdFJ1bGVTY2VuYXJpb0R0byB9IGZyb20gXCIuLi8uLi9wcm94eS94c2x0LXJ1bGUtc2NlbmFyaW9zXCI7XHJcblxyXG5ASW5qZWN0YWJsZSh7XHJcbiAgICBwcm92aWRlZEluOiAncm9vdCcsXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBIaXRYc2x0UnVsZVNjZW5hcmlvc1NlcnZpY2Uge1xyXG4gICAgYXBpTmFtZSA9ICdlRG9udXN1bSc7XHJcblxyXG4gICAgZ2V0U2VsZWN0ZWRTY2VuYXJpb3MgPSAoeHNsdFJ1bGVJZDogc3RyaW5nKSA9PlxyXG4gICAgICAgIHRoaXMucmVzdFNlcnZpY2UucmVxdWVzdDxhbnksIFhzbHRSdWxlU2NlbmFyaW9EdG9bXT4oe1xyXG4gICAgICAgICAgICBtZXRob2Q6ICdHRVQnLFxyXG4gICAgICAgICAgICB1cmw6ICcvYXBpL2UtZG9udXN1bS94c2x0LXJ1bGUtc2NlbmFyaW9zL2dldC1zZWxlY3RlZC1zY2VuYXJpb3MnLFxyXG4gICAgICAgICAgICBwYXJhbXM6IHt4c2x0UnVsZUlkOiB4c2x0UnVsZUlkfVxyXG4gICAgICAgIH0sXHJcbiAgICAgICAgICAgIHsgYXBpTmFtZTogdGhpcy5hcGlOYW1lIH0pO1xyXG5cclxuICAgIGNvbnN0cnVjdG9yKHByaXZhdGUgcmVzdFNlcnZpY2U6IFJlc3RTZXJ2aWNlKSB7IH1cclxufVxyXG4iXX0=
@@ -0,0 +1,55 @@
1
+ import { Injectable } from "@angular/core";
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "@abp/ng.core";
4
+ import * as i2 from "../devexpress-query-builder/devexpress-query-builder";
5
+ export class HitXsltRulesService {
6
+ constructor(restService, devexService) {
7
+ this.restService = restService;
8
+ this.devexService = devexService;
9
+ this.apiName = 'eDonusum';
10
+ this.LoadXsltRules = this.devexService.createStore({
11
+ key: "xsltRule.id",
12
+ loadUrl: 'api/e-donusum/xslt-rules/load-xslt-rules'
13
+ });
14
+ this.create = (input) => this.restService.request({
15
+ method: 'POST',
16
+ url: '/api/e-donusum/xslt-rules/hit-create-xslt-rule',
17
+ body: input,
18
+ }, { apiName: this.apiName });
19
+ this.update = (id, input) => this.restService.request({
20
+ method: 'POST',
21
+ url: `/api/e-donusum/xslt-rules/hit-update-xslt-rule/${id}`,
22
+ body: input,
23
+ }, { apiName: this.apiName });
24
+ this.delete = (id) => this.restService.request({
25
+ method: 'DELETE',
26
+ url: `/api/e-donusum/xslt-rules/${id}`,
27
+ }, { apiName: this.apiName });
28
+ this.LoadDocTypes = this.devexService.createStore({
29
+ key: "id",
30
+ loadUrl: 'api/e-donusum/xslt-rules/load-doc-types'
31
+ });
32
+ this.LoadScenarios = this.devexService.createStore({
33
+ key: "id",
34
+ loadUrl: 'api/e-donusum/xslt-rules/load-scenarios'
35
+ });
36
+ this.getParamNames = () => this.restService.request({
37
+ method: 'GET',
38
+ url: '/api/e-donusum/xslt-rules/get-param-names',
39
+ }, { apiName: this.apiName });
40
+ this.previewRuleResult = (requestDto) => this.restService.request({
41
+ method: 'POST',
42
+ url: '/api/e-donusum/xslt-rules/preview-rule-result',
43
+ body: requestDto
44
+ }, { apiName: this.apiName });
45
+ }
46
+ }
47
+ HitXsltRulesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitXsltRulesService, deps: [{ token: i1.RestService }, { token: i2.DevexpressRestService }], target: i0.ɵɵFactoryTarget.Injectable });
48
+ HitXsltRulesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitXsltRulesService, providedIn: 'root' });
49
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: HitXsltRulesService, decorators: [{
50
+ type: Injectable,
51
+ args: [{
52
+ providedIn: 'root',
53
+ }]
54
+ }], ctorParameters: function () { return [{ type: i1.RestService }, { type: i2.DevexpressRestService }]; } });
55
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGl0LXhzbHQtcnVsZS5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZS1kb251c3VtL3NyYy9saWIvaGl0LXByb3h5L2hpdC14c2x0LXJ1bGVzL2hpdC14c2x0LXJ1bGUuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7O0FBVTNDLE1BQU0sT0FBTyxtQkFBbUI7SUF5RDVCLFlBQW9CLFdBQXdCLEVBQVUsWUFBbUM7UUFBckUsZ0JBQVcsR0FBWCxXQUFXLENBQWE7UUFBVSxpQkFBWSxHQUFaLFlBQVksQ0FBdUI7UUF4RHpGLFlBQU8sR0FBRyxVQUFVLENBQUM7UUFFckIsa0JBQWEsR0FBRyxJQUFJLENBQUMsWUFBWSxDQUFDLFdBQVcsQ0FBQztZQUMxQyxHQUFHLEVBQUUsYUFBYTtZQUNsQixPQUFPLEVBQUUsMENBQTBDO1NBQ3RELENBQUMsQ0FBQTtRQUVGLFdBQU0sR0FBRyxDQUFDLEtBQTJCLEVBQUUsRUFBRSxDQUNyQyxJQUFJLENBQUMsV0FBVyxDQUFDLE9BQU8sQ0FBbUI7WUFDdkMsTUFBTSxFQUFFLE1BQU07WUFDZCxHQUFHLEVBQUUsZ0RBQWdEO1lBQ3JELElBQUksRUFBRSxLQUFLO1NBQ2QsRUFDRyxFQUFFLE9BQU8sRUFBRSxJQUFJLENBQUMsT0FBTyxFQUFFLENBQUMsQ0FBQztRQUVuQyxXQUFNLEdBQUcsQ0FBQyxFQUFVLEVBQUUsS0FBMkIsRUFBRSxFQUFFLENBQ2pELElBQUksQ0FBQyxXQUFXLENBQUMsT0FBTyxDQUFtQjtZQUN2QyxNQUFNLEVBQUUsTUFBTTtZQUNkLEdBQUcsRUFBRSxrREFBa0QsRUFBRSxFQUFFO1lBQzNELElBQUksRUFBRSxLQUFLO1NBQ2QsRUFDRyxFQUFFLE9BQU8sRUFBRSxJQUFJLENBQUMsT0FBTyxFQUFFLENBQUMsQ0FBQztRQUVuQyxXQUFNLEdBQUcsQ0FBQyxFQUFVLEVBQUUsRUFBRSxDQUNwQixJQUFJLENBQUMsV0FBVyxDQUFDLE9BQU8sQ0FBWTtZQUNoQyxNQUFNLEVBQUUsUUFBUTtZQUNoQixHQUFHLEVBQUUsNkJBQTZCLEVBQUUsRUFBRTtTQUN6QyxFQUNHLEVBQUUsT0FBTyxFQUFFLElBQUksQ0FBQyxPQUFPLEVBQUUsQ0FBQyxDQUFDO1FBRW5DLGlCQUFZLEdBQUcsSUFBSSxDQUFDLFlBQVksQ0FBQyxXQUFXLENBQUM7WUFDekMsR0FBRyxFQUFFLElBQUk7WUFDVCxPQUFPLEVBQUUseUNBQXlDO1NBQ3JELENBQUMsQ0FBQTtRQUVGLGtCQUFhLEdBQUcsSUFBSSxDQUFDLFlBQVksQ0FBQyxXQUFXLENBQUM7WUFDMUMsR0FBRyxFQUFFLElBQUk7WUFDVCxPQUFPLEVBQUUseUNBQXlDO1NBQ3JELENBQUMsQ0FBQTtRQUVGLGtCQUFhLEdBQUcsR0FBRyxFQUFFLENBQ2pCLElBQUksQ0FBQyxXQUFXLENBQUMsT0FBTyxDQUFpQjtZQUNyQyxNQUFNLEVBQUUsS0FBSztZQUNiLEdBQUcsRUFBRSwyQ0FBMkM7U0FDbkQsRUFDRyxFQUFFLE9BQU8sRUFBRSxJQUFJLENBQUMsT0FBTyxFQUFFLENBQUMsQ0FBQztRQUduQyxzQkFBaUIsR0FBRyxDQUFDLFVBQWlDLEVBQUUsRUFBRSxDQUN0RCxJQUFJLENBQUMsV0FBVyxDQUFDLE9BQU8sQ0FBVztZQUMvQixNQUFNLEVBQUUsTUFBTTtZQUNkLEdBQUcsRUFBRSwrQ0FBK0M7WUFDcEQsSUFBSSxFQUFFLFVBQVU7U0FDbkIsRUFDRyxFQUFFLE9BQU8sRUFBRSxJQUFJLENBQUMsT0FBTyxFQUFFLENBQUMsQ0FBQztJQUUwRCxDQUFDOztnSEF6RHJGLG1CQUFtQjtvSEFBbkIsbUJBQW1CLGNBRmhCLE1BQU07MkZBRVQsbUJBQW1CO2tCQUgvQixVQUFVO21CQUFDO29CQUNSLFVBQVUsRUFBRSxNQUFNO2lCQUNyQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFJlc3RTZXJ2aWNlIH0gZnJvbSBcIkBhYnAvbmcuY29yZVwiO1xyXG5pbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHsgRGV2ZXhwcmVzc1Jlc3RTZXJ2aWNlIH0gZnJvbSBcIi4uL2RldmV4cHJlc3MtcXVlcnktYnVpbGRlci9kZXZleHByZXNzLXF1ZXJ5LWJ1aWxkZXJcIjtcclxuaW1wb3J0IHsgTm90ZVJ1bGVDcmVhdGVEdG8sIE5vdGVSdWxlRHRvIH0gZnJvbSBcIi4uLy4uL3Byb3h5L25vdGUtcnVsZXNcIjtcclxuaW1wb3J0IHsgSGl0WHNsdFJ1bGVDcmVhdGVEdG8sIEhpdFhzbHRSdWxlVXBkYXRlRHRvLCBQcmV2aWV3UnVsZVJlcXVlc3REdG8gfSBmcm9tIFwiLi9tb2RlbHNcIjtcclxuaW1wb3J0IHsgWHNsdFJ1bGVEdG8gfSBmcm9tIFwiLi4vLi4vcHJveHkveHNsdC1ydWxlc1wiO1xyXG5pbXBvcnQgeyBFbnVtRHRvIH0gZnJvbSBcIi4uL2hpdC14c2x0LWZvcm1hdHMvbW9kZWxzXCI7XHJcblxyXG5ASW5qZWN0YWJsZSh7XHJcbiAgICBwcm92aWRlZEluOiAncm9vdCcsXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBIaXRYc2x0UnVsZXNTZXJ2aWNlIHtcclxuICAgIGFwaU5hbWUgPSAnZURvbnVzdW0nO1xyXG5cclxuICAgIExvYWRYc2x0UnVsZXMgPSB0aGlzLmRldmV4U2VydmljZS5jcmVhdGVTdG9yZSh7XHJcbiAgICAgICAga2V5OiBcInhzbHRSdWxlLmlkXCIsXHJcbiAgICAgICAgbG9hZFVybDogJ2FwaS9lLWRvbnVzdW0veHNsdC1ydWxlcy9sb2FkLXhzbHQtcnVsZXMnXHJcbiAgICB9KVxyXG5cclxuICAgIGNyZWF0ZSA9IChpbnB1dDogSGl0WHNsdFJ1bGVDcmVhdGVEdG8pID0+XHJcbiAgICAgICAgdGhpcy5yZXN0U2VydmljZS5yZXF1ZXN0PGFueSwgWHNsdFJ1bGVEdG8+KHtcclxuICAgICAgICAgICAgbWV0aG9kOiAnUE9TVCcsXHJcbiAgICAgICAgICAgIHVybDogJy9hcGkvZS1kb251c3VtL3hzbHQtcnVsZXMvaGl0LWNyZWF0ZS14c2x0LXJ1bGUnLFxyXG4gICAgICAgICAgICBib2R5OiBpbnB1dCxcclxuICAgICAgICB9LFxyXG4gICAgICAgICAgICB7IGFwaU5hbWU6IHRoaXMuYXBpTmFtZSB9KTtcclxuXHJcbiAgICB1cGRhdGUgPSAoaWQ6IHN0cmluZywgaW5wdXQ6IEhpdFhzbHRSdWxlVXBkYXRlRHRvKSA9PlxyXG4gICAgICAgIHRoaXMucmVzdFNlcnZpY2UucmVxdWVzdDxhbnksIFhzbHRSdWxlRHRvPih7XHJcbiAgICAgICAgICAgIG1ldGhvZDogJ1BPU1QnLFxyXG4gICAgICAgICAgICB1cmw6IGAvYXBpL2UtZG9udXN1bS94c2x0LXJ1bGVzL2hpdC11cGRhdGUteHNsdC1ydWxlLyR7aWR9YCxcclxuICAgICAgICAgICAgYm9keTogaW5wdXQsXHJcbiAgICAgICAgfSxcclxuICAgICAgICAgICAgeyBhcGlOYW1lOiB0aGlzLmFwaU5hbWUgfSk7XHJcblxyXG4gICAgZGVsZXRlID0gKGlkOiBzdHJpbmcpID0+XHJcbiAgICAgICAgdGhpcy5yZXN0U2VydmljZS5yZXF1ZXN0PGFueSwgdm9pZD4oe1xyXG4gICAgICAgICAgICBtZXRob2Q6ICdERUxFVEUnLFxyXG4gICAgICAgICAgICB1cmw6IGAvYXBpL2UtZG9udXN1bS94c2x0LXJ1bGVzLyR7aWR9YCxcclxuICAgICAgICB9LFxyXG4gICAgICAgICAgICB7IGFwaU5hbWU6IHRoaXMuYXBpTmFtZSB9KTtcclxuXHJcbiAgICBMb2FkRG9jVHlwZXMgPSB0aGlzLmRldmV4U2VydmljZS5jcmVhdGVTdG9yZSh7XHJcbiAgICAgICAga2V5OiBcImlkXCIsXHJcbiAgICAgICAgbG9hZFVybDogJ2FwaS9lLWRvbnVzdW0veHNsdC1ydWxlcy9sb2FkLWRvYy10eXBlcydcclxuICAgIH0pXHJcblxyXG4gICAgTG9hZFNjZW5hcmlvcyA9IHRoaXMuZGV2ZXhTZXJ2aWNlLmNyZWF0ZVN0b3JlKHtcclxuICAgICAgICBrZXk6IFwiaWRcIixcclxuICAgICAgICBsb2FkVXJsOiAnYXBpL2UtZG9udXN1bS94c2x0LXJ1bGVzL2xvYWQtc2NlbmFyaW9zJ1xyXG4gICAgfSlcclxuXHJcbiAgICBnZXRQYXJhbU5hbWVzID0gKCkgPT5cclxuICAgICAgICB0aGlzLnJlc3RTZXJ2aWNlLnJlcXVlc3Q8YW55LCBFbnVtRHRvW10+KHtcclxuICAgICAgICAgICAgbWV0aG9kOiAnR0VUJyxcclxuICAgICAgICAgICAgdXJsOiAnL2FwaS9lLWRvbnVzdW0veHNsdC1ydWxlcy9nZXQtcGFyYW0tbmFtZXMnLFxyXG4gICAgICAgIH0sXHJcbiAgICAgICAgICAgIHsgYXBpTmFtZTogdGhpcy5hcGlOYW1lIH0pO1xyXG5cclxuXHJcbiAgICBwcmV2aWV3UnVsZVJlc3VsdCA9IChyZXF1ZXN0RHRvOiBQcmV2aWV3UnVsZVJlcXVlc3REdG8pID0+XHJcbiAgICAgICAgdGhpcy5yZXN0U2VydmljZS5yZXF1ZXN0PGFueSwgYW55Pih7XHJcbiAgICAgICAgICAgIG1ldGhvZDogJ1BPU1QnLFxyXG4gICAgICAgICAgICB1cmw6ICcvYXBpL2UtZG9udXN1bS94c2x0LXJ1bGVzL3ByZXZpZXctcnVsZS1yZXN1bHQnLFxyXG4gICAgICAgICAgICBib2R5OiByZXF1ZXN0RHRvXHJcbiAgICAgICAgfSxcclxuICAgICAgICAgICAgeyBhcGlOYW1lOiB0aGlzLmFwaU5hbWUgfSk7XHJcblxyXG4gICAgY29uc3RydWN0b3IocHJpdmF0ZSByZXN0U2VydmljZTogUmVzdFNlcnZpY2UsIHByaXZhdGUgZGV2ZXhTZXJ2aWNlOiBEZXZleHByZXNzUmVzdFNlcnZpY2UpIHsgfVxyXG5cclxufSJdfQ==
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kZWxzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZS1kb251c3VtL3NyYy9saWIvaGl0LXByb3h5L2hpdC14c2x0LXJ1bGVzL21vZGVscy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgWHNsdFJ1bGVEb2NUeXBlQ3JlYXRlRHRvLCBYc2x0UnVsZURvY1R5cGVVcGRhdGVEdG8gfSBmcm9tIFwiLi4vLi4vcHJveHkveHNsdC1ydWxlLWRvYy10eXBlc1wiO1xyXG5pbXBvcnQgeyBYc2x0UnVsZVNjZW5hcmlvQ3JlYXRlRHRvLCBYc2x0UnVsZVNjZW5hcmlvVXBkYXRlRHRvIH0gZnJvbSBcIi4uLy4uL3Byb3h5L3hzbHQtcnVsZS1zY2VuYXJpb3NcIjtcclxuaW1wb3J0IHsgWHNsdFJ1bGVDcmVhdGVEdG8sIFhzbHRSdWxlVXBkYXRlRHRvIH0gZnJvbSBcIi4uLy4uL3Byb3h5L3hzbHQtcnVsZXNcIjtcclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgWHNsdFJ1bGVDcmVhdGVPclVwZGF0ZUR0byBleHRlbmRzIFhzbHRSdWxlVXBkYXRlRHRvIHtcclxuICAgIGlkOiBzdHJpbmc7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgSGl0WHNsdFJ1bGVDcmVhdGVEdG8ge1xyXG4gICAgeHNsdFJ1bGU6IFhzbHRSdWxlQ3JlYXRlT3JVcGRhdGVEdG8sXHJcbiAgICB4c2x0UnVsZVNjZW5hcmlvczogWHNsdFJ1bGVTY2VuYXJpb0NyZWF0ZUR0b1tdLFxyXG4gICAgeHNsdFJ1bGVEb2NUeXBlczogWHNsdFJ1bGVEb2NUeXBlQ3JlYXRlRHRvW11cclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBIaXRYc2x0UnVsZVVwZGF0ZUR0b3tcclxuICAgIHhzbHRSdWxlOiBYc2x0UnVsZUNyZWF0ZU9yVXBkYXRlRHRvLFxyXG4gICAgeHNsdFJ1bGVTY2VuYXJpb3M6IEhpdFhzbHRSdWxlU2NlbmFyaW9VcGRhdGVEdG9bXTtcclxuICAgIHhzbHRSdWxlRG9jVHlwZXM6IEhpdFhzbHRSdWxlRG9jVHlwZVVwZGF0ZUR0b1tdO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIEhpdFhzbHRSdWxlRG9jVHlwZVVwZGF0ZUR0byBleHRlbmRzIFhzbHRSdWxlRG9jVHlwZVVwZGF0ZUR0b3tcclxuICAgIGlkOiBzdHJpbmc7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgSGl0WHNsdFJ1bGVTY2VuYXJpb1VwZGF0ZUR0byBleHRlbmRzIFhzbHRSdWxlU2NlbmFyaW9VcGRhdGVEdG97XHJcbiAgICBpZDogc3RyaW5nO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIEVudW1EdG8ge1xyXG4gICAgaWQ6IG51bWJlcjtcclxuICAgIGRpc3BsYXlOYW1lOiBzdHJpbmc7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgUHJldmlld1J1bGVSZXF1ZXN0RHRvIHtcclxuICAgIHhzbHRSdWxlOiBYc2x0UnVsZUNyZWF0ZUR0bztcclxuICAgIHJ1bGVQYXJhbWV0ZXJzOiBSdWxlUGFyYW1ldGVyc1tdO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFJ1bGVQYXJhbWV0ZXJzIHtcclxuICAgIHBhcmFtTmFtZTogc3RyaW5nO1xyXG4gICAgcGFyYW1WYWx1ZTogc3RyaW5nO1xyXG59Il19
@@ -0,0 +1,117 @@
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/invoice-document-references/invoice-document-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 InvoiceDocumentReferenceComponent {
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 { documentReferenceId, issueDate, documentTypeCode, documentRefType, documentDescription, documentType, invoiceId, } = this.selected?.invoiceDocumentReference || {};
50
+ this.form = this.fb.group({
51
+ documentReferenceId: [
52
+ documentReferenceId ?? null,
53
+ [Validators.required, Validators.maxLength(64)],
54
+ ],
55
+ issueDate: [issueDate ? new Date(issueDate) : null, []],
56
+ documentTypeCode: [documentTypeCode ?? null, [Validators.maxLength(32)]],
57
+ documentRefType: [documentRefType ?? null, [Validators.maxLength(64)]],
58
+ documentDescription: [documentDescription ?? null, []],
59
+ documentType: [documentType ?? null, [Validators.maxLength(32)]],
60
+ invoiceId: [invoiceId ?? null, [Validators.required]],
61
+ });
62
+ }
63
+ hideForm() {
64
+ this.isModalOpen = false;
65
+ this.form.reset();
66
+ }
67
+ showForm() {
68
+ this.buildForm();
69
+ this.isModalOpen = true;
70
+ }
71
+ submitForm() {
72
+ if (this.form.invalid)
73
+ return;
74
+ const request = this.selected
75
+ ? this.service.update(this.selected.invoiceDocumentReference.id, {
76
+ ...this.form.value,
77
+ concurrencyStamp: this.selected.invoiceDocumentReference.concurrencyStamp,
78
+ })
79
+ : this.service.create(this.form.value);
80
+ this.isModalBusy = true;
81
+ request
82
+ .pipe(finalize(() => (this.isModalBusy = false)), tap(() => this.hideForm()))
83
+ .subscribe(this.list.get);
84
+ }
85
+ create() {
86
+ this.selected = undefined;
87
+ this.showForm();
88
+ }
89
+ update(record) {
90
+ this.selected = record;
91
+ this.showForm();
92
+ }
93
+ delete(record) {
94
+ this.confirmation
95
+ .warn('eDonusum::DeleteConfirmationMessage', 'eDonusum::AreYouSure', {
96
+ messageLocalizationParams: [],
97
+ })
98
+ .pipe(filter(status => status === Confirmation.Status.confirm), switchMap(() => this.service.delete(record.invoiceDocumentReference.id)))
99
+ .subscribe(this.list.get);
100
+ }
101
+ exportToExcel() {
102
+ this.isExportToExcelBusy = true;
103
+ this.service
104
+ .getDownloadToken()
105
+ .pipe(switchMap(({ token }) => this.service.getListAsExcelFile({ downloadToken: token, filterText: this.list.filter })), finalize(() => (this.isExportToExcelBusy = false)))
106
+ .subscribe(result => {
107
+ downloadBlob(result, 'InvoiceDocumentReference.xlsx');
108
+ });
109
+ }
110
+ }
111
+ InvoiceDocumentReferenceComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: InvoiceDocumentReferenceComponent, deps: [{ token: i1.ListService }, { token: i1.TrackByService }, { token: i2.InvoiceDocumentReferenceService }, { token: i3.ConfirmationService }, { token: i4.FormBuilder }], target: i0.ɵɵFactoryTarget.Component });
112
+ InvoiceDocumentReferenceComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.3.0", type: InvoiceDocumentReferenceComponent, selector: "lib-invoice-document-reference", providers: [ListService, { provide: NgbDateAdapter, useClass: DateAdapter }], ngImport: i0, template: "<abp-page [title]=\"'eDonusum::InvoiceDocumentReferences' | 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.InvoiceDocumentReferences.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::NewInvoiceDocumentReference' | 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=\"documentReferenceIdFilter\">\r\n {{ 'eDonusum::DocumentReferenceId' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"documentReferenceIdFilter\"\r\n class=\"form-control\"\r\n [(ngModel)]=\"filters.documentReferenceId\"\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=\"minIssueDate\">\r\n {{ 'eDonusum::MinIssueDate' | abpLocalization }}\r\n </label>\r\n\r\n <div class=\"input-group\" validationTarget>\r\n <input\r\n id=\"minIssueDate\"\r\n class=\"form-control\"\r\n #minIssueDateInput\r\n #minIssueDateDatepicker=\"ngbDatepicker\"\r\n name=\"minIssueDate\"\r\n ngbDatepicker\r\n container=\"body\"\r\n readonly\r\n (click)=\"minIssueDateDatepicker.toggle()\"\r\n (keyup.space)=\"minIssueDateDatepicker.toggle()\"\r\n [(ngModel)]=\"filters.issueDateMin\"\r\n [ngModelOptions]=\"{ standalone: true }\"\r\n />\r\n <div *ngIf=\"minIssueDateInput.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 minIssueDateDatepicker.writeValue(null);\r\n minIssueDateDatepicker.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=\"maxIssueDate\">\r\n {{ 'eDonusum::MaxIssueDate' | abpLocalization }}\r\n </label>\r\n\r\n <div class=\"input-group\" validationTarget>\r\n <input\r\n id=\"maxIssueDate\"\r\n class=\"form-control\"\r\n #maxIssueDateInput\r\n #maxIssueDateDatepicker=\"ngbDatepicker\"\r\n name=\"maxIssueDate\"\r\n ngbDatepicker\r\n readonly\r\n (click)=\"maxIssueDateDatepicker.toggle()\"\r\n (keyup.space)=\"maxIssueDateDatepicker.toggle()\"\r\n [(ngModel)]=\"filters.issueDateMax\"\r\n [ngModelOptions]=\"{ standalone: true }\"\r\n />\r\n <div *ngIf=\"maxIssueDateInput.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 maxIssueDateDatepicker.writeValue(null);\r\n maxIssueDateDatepicker.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=\"documentTypeCodeFilter\">\r\n {{ 'eDonusum::DocumentTypeCode' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"documentTypeCodeFilter\"\r\n class=\"form-control\"\r\n [(ngModel)]=\"filters.documentTypeCode\"\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=\"documentRefTypeFilter\">\r\n {{ 'eDonusum::DocumentRefType' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"documentRefTypeFilter\"\r\n class=\"form-control\"\r\n [(ngModel)]=\"filters.documentRefType\"\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=\"documentDescriptionFilter\">\r\n {{ 'eDonusum::DocumentDescription' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"documentDescriptionFilter\"\r\n class=\"form-control\"\r\n [(ngModel)]=\"filters.documentDescription\"\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=\"documentTypeFilter\">\r\n {{ 'eDonusum::DocumentType' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"documentTypeFilter\"\r\n class=\"form-control\"\r\n [(ngModel)]=\"filters.documentType\"\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=\"invoiceIdFilter\">\r\n {{ 'eDonusum::Invoice' | abpLocalization }}\r\n </label>\r\n <abp-lookup-select\r\n cid=\"invoiceIdFilter\"\r\n [getFn]=\"service.getInvoiceLookup\"\r\n [(ngModel)]=\"filters.invoiceId\"\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.InvoiceDocumentReferences.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.InvoiceDocumentReferences.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::DocumentReferenceId' | abpLocalization }}\"\r\n prop=\"invoiceDocumentReference.documentReferenceId\"\r\n >\r\n <ng-template let-row=\"row\" ngx-datatable-cell-template>\r\n {{ row.invoiceDocumentReference.documentReferenceId }}\r\n </ng-template>\r\n </ngx-datatable-column>\r\n\r\n <ngx-datatable-column\r\n name=\"{{ 'eDonusum::IssueDate' | abpLocalization }}\"\r\n prop=\"invoiceDocumentReference.issueDate\"\r\n >\r\n <ng-template let-row=\"row\" ngx-datatable-cell-template>\r\n {{ row.invoiceDocumentReference.issueDate | date }}\r\n </ng-template>\r\n </ngx-datatable-column>\r\n\r\n <ngx-datatable-column\r\n name=\"{{ 'eDonusum::DocumentTypeCode' | abpLocalization }}\"\r\n prop=\"invoiceDocumentReference.documentTypeCode\"\r\n >\r\n <ng-template let-row=\"row\" ngx-datatable-cell-template>\r\n {{ row.invoiceDocumentReference.documentTypeCode }}\r\n </ng-template>\r\n </ngx-datatable-column>\r\n\r\n <ngx-datatable-column\r\n name=\"{{ 'eDonusum::DocumentRefType' | abpLocalization }}\"\r\n prop=\"invoiceDocumentReference.documentRefType\"\r\n >\r\n <ng-template let-row=\"row\" ngx-datatable-cell-template>\r\n {{ row.invoiceDocumentReference.documentRefType }}\r\n </ng-template>\r\n </ngx-datatable-column>\r\n\r\n <ngx-datatable-column\r\n name=\"{{ 'eDonusum::DocumentDescription' | abpLocalization }}\"\r\n prop=\"invoiceDocumentReference.documentDescription\"\r\n >\r\n <ng-template let-row=\"row\" ngx-datatable-cell-template>\r\n {{ row.invoiceDocumentReference.documentDescription }}\r\n </ng-template>\r\n </ngx-datatable-column>\r\n\r\n <ngx-datatable-column\r\n name=\"{{ 'eDonusum::DocumentType' | abpLocalization }}\"\r\n prop=\"invoiceDocumentReference.documentType\"\r\n >\r\n <ng-template let-row=\"row\" ngx-datatable-cell-template>\r\n {{ row.invoiceDocumentReference.documentType }}\r\n </ng-template>\r\n </ngx-datatable-column>\r\n\r\n <ngx-datatable-column\r\n name=\"{{ 'eDonusum::Invoice' | abpLocalization }}\"\r\n prop=\"invoice.invoiceId\"\r\n >\r\n <ng-template let-row=\"row\" ngx-datatable-cell-template>\r\n {{ row.invoice?.invoiceId }}\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 {{ (selected ? 'AbpUi::Edit' : 'eDonusum::NewInvoiceDocumentReference') | abpLocalization }}\r\n </h3>\r\n </ng-template>\r\n\r\n <ng-template #abpBody>\r\n <form\r\n [formGroup]=\"form\"\r\n id=\"invoice-document-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=\"invoice-document-reference-document-reference-id\">\r\n {{ 'eDonusum::DocumentReferenceId' | abpLocalization }} *\r\n </label>\r\n\r\n <input\r\n id=\"invoice-document-reference-document-reference-id\"\r\n formControlName=\"documentReferenceId\"\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=\"invoice-document-reference-issue-date\">\r\n {{ 'eDonusum::IssueDate' | abpLocalization }}\r\n </label>\r\n\r\n <div class=\"input-group\" validationTarget>\r\n <input\r\n readonly\r\n id=\"invoice-document-reference-issue-date\"\r\n formControlName=\"issueDate\"\r\n class=\"form-control\"\r\n ngbDatepicker\r\n #issueDateInput\r\n #issueDateDatepicker=\"ngbDatepicker\"\r\n (click)=\"issueDateDatepicker.open()\"\r\n (keyup.space)=\"issueDateDatepicker.open()\"\r\n />\r\n <div *ngIf=\"issueDateInput.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 issueDateDatepicker.writeValue(null);\r\n issueDateDatepicker.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 class=\"form-label\" for=\"invoice-document-reference-document-type-code\">\r\n {{ 'eDonusum::DocumentTypeCode' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"invoice-document-reference-document-type-code\"\r\n formControlName=\"documentTypeCode\"\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=\"invoice-document-reference-document-ref-type\">\r\n {{ 'eDonusum::DocumentRefType' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"invoice-document-reference-document-ref-type\"\r\n formControlName=\"documentRefType\"\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=\"invoice-document-reference-document-description\">\r\n {{ 'eDonusum::DocumentDescription' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"invoice-document-reference-document-description\"\r\n formControlName=\"documentDescription\"\r\n class=\"form-control\"\r\n />\r\n </div>\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"invoice-document-reference-document-type\">\r\n {{ 'eDonusum::DocumentType' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"invoice-document-reference-document-type\"\r\n formControlName=\"documentType\"\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=\"invoice-document-reference-invoice-id\">\r\n {{ 'eDonusum::Invoice' | abpLocalization }} *\r\n </label>\r\n\r\n <abp-lookup-select\r\n cid=\"invoice-document-reference-invoice-id\"\r\n formControlName=\"invoiceId\"\r\n [getFn]=\"service.getInvoiceLookup\"\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 iconClass=\"fa fa-check\" buttonType=\"submit\" formName=\"invoice-document-reference\">\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 });
113
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: InvoiceDocumentReferenceComponent, decorators: [{
114
+ type: Component,
115
+ args: [{ selector: 'lib-invoice-document-reference', changeDetection: ChangeDetectionStrategy.Default, providers: [ListService, { provide: NgbDateAdapter, useClass: DateAdapter }], template: "<abp-page [title]=\"'eDonusum::InvoiceDocumentReferences' | 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.InvoiceDocumentReferences.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::NewInvoiceDocumentReference' | 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=\"documentReferenceIdFilter\">\r\n {{ 'eDonusum::DocumentReferenceId' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"documentReferenceIdFilter\"\r\n class=\"form-control\"\r\n [(ngModel)]=\"filters.documentReferenceId\"\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=\"minIssueDate\">\r\n {{ 'eDonusum::MinIssueDate' | abpLocalization }}\r\n </label>\r\n\r\n <div class=\"input-group\" validationTarget>\r\n <input\r\n id=\"minIssueDate\"\r\n class=\"form-control\"\r\n #minIssueDateInput\r\n #minIssueDateDatepicker=\"ngbDatepicker\"\r\n name=\"minIssueDate\"\r\n ngbDatepicker\r\n container=\"body\"\r\n readonly\r\n (click)=\"minIssueDateDatepicker.toggle()\"\r\n (keyup.space)=\"minIssueDateDatepicker.toggle()\"\r\n [(ngModel)]=\"filters.issueDateMin\"\r\n [ngModelOptions]=\"{ standalone: true }\"\r\n />\r\n <div *ngIf=\"minIssueDateInput.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 minIssueDateDatepicker.writeValue(null);\r\n minIssueDateDatepicker.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=\"maxIssueDate\">\r\n {{ 'eDonusum::MaxIssueDate' | abpLocalization }}\r\n </label>\r\n\r\n <div class=\"input-group\" validationTarget>\r\n <input\r\n id=\"maxIssueDate\"\r\n class=\"form-control\"\r\n #maxIssueDateInput\r\n #maxIssueDateDatepicker=\"ngbDatepicker\"\r\n name=\"maxIssueDate\"\r\n ngbDatepicker\r\n readonly\r\n (click)=\"maxIssueDateDatepicker.toggle()\"\r\n (keyup.space)=\"maxIssueDateDatepicker.toggle()\"\r\n [(ngModel)]=\"filters.issueDateMax\"\r\n [ngModelOptions]=\"{ standalone: true }\"\r\n />\r\n <div *ngIf=\"maxIssueDateInput.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 maxIssueDateDatepicker.writeValue(null);\r\n maxIssueDateDatepicker.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=\"documentTypeCodeFilter\">\r\n {{ 'eDonusum::DocumentTypeCode' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"documentTypeCodeFilter\"\r\n class=\"form-control\"\r\n [(ngModel)]=\"filters.documentTypeCode\"\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=\"documentRefTypeFilter\">\r\n {{ 'eDonusum::DocumentRefType' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"documentRefTypeFilter\"\r\n class=\"form-control\"\r\n [(ngModel)]=\"filters.documentRefType\"\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=\"documentDescriptionFilter\">\r\n {{ 'eDonusum::DocumentDescription' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"documentDescriptionFilter\"\r\n class=\"form-control\"\r\n [(ngModel)]=\"filters.documentDescription\"\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=\"documentTypeFilter\">\r\n {{ 'eDonusum::DocumentType' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"documentTypeFilter\"\r\n class=\"form-control\"\r\n [(ngModel)]=\"filters.documentType\"\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=\"invoiceIdFilter\">\r\n {{ 'eDonusum::Invoice' | abpLocalization }}\r\n </label>\r\n <abp-lookup-select\r\n cid=\"invoiceIdFilter\"\r\n [getFn]=\"service.getInvoiceLookup\"\r\n [(ngModel)]=\"filters.invoiceId\"\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.InvoiceDocumentReferences.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.InvoiceDocumentReferences.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::DocumentReferenceId' | abpLocalization }}\"\r\n prop=\"invoiceDocumentReference.documentReferenceId\"\r\n >\r\n <ng-template let-row=\"row\" ngx-datatable-cell-template>\r\n {{ row.invoiceDocumentReference.documentReferenceId }}\r\n </ng-template>\r\n </ngx-datatable-column>\r\n\r\n <ngx-datatable-column\r\n name=\"{{ 'eDonusum::IssueDate' | abpLocalization }}\"\r\n prop=\"invoiceDocumentReference.issueDate\"\r\n >\r\n <ng-template let-row=\"row\" ngx-datatable-cell-template>\r\n {{ row.invoiceDocumentReference.issueDate | date }}\r\n </ng-template>\r\n </ngx-datatable-column>\r\n\r\n <ngx-datatable-column\r\n name=\"{{ 'eDonusum::DocumentTypeCode' | abpLocalization }}\"\r\n prop=\"invoiceDocumentReference.documentTypeCode\"\r\n >\r\n <ng-template let-row=\"row\" ngx-datatable-cell-template>\r\n {{ row.invoiceDocumentReference.documentTypeCode }}\r\n </ng-template>\r\n </ngx-datatable-column>\r\n\r\n <ngx-datatable-column\r\n name=\"{{ 'eDonusum::DocumentRefType' | abpLocalization }}\"\r\n prop=\"invoiceDocumentReference.documentRefType\"\r\n >\r\n <ng-template let-row=\"row\" ngx-datatable-cell-template>\r\n {{ row.invoiceDocumentReference.documentRefType }}\r\n </ng-template>\r\n </ngx-datatable-column>\r\n\r\n <ngx-datatable-column\r\n name=\"{{ 'eDonusum::DocumentDescription' | abpLocalization }}\"\r\n prop=\"invoiceDocumentReference.documentDescription\"\r\n >\r\n <ng-template let-row=\"row\" ngx-datatable-cell-template>\r\n {{ row.invoiceDocumentReference.documentDescription }}\r\n </ng-template>\r\n </ngx-datatable-column>\r\n\r\n <ngx-datatable-column\r\n name=\"{{ 'eDonusum::DocumentType' | abpLocalization }}\"\r\n prop=\"invoiceDocumentReference.documentType\"\r\n >\r\n <ng-template let-row=\"row\" ngx-datatable-cell-template>\r\n {{ row.invoiceDocumentReference.documentType }}\r\n </ng-template>\r\n </ngx-datatable-column>\r\n\r\n <ngx-datatable-column\r\n name=\"{{ 'eDonusum::Invoice' | abpLocalization }}\"\r\n prop=\"invoice.invoiceId\"\r\n >\r\n <ng-template let-row=\"row\" ngx-datatable-cell-template>\r\n {{ row.invoice?.invoiceId }}\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 {{ (selected ? 'AbpUi::Edit' : 'eDonusum::NewInvoiceDocumentReference') | abpLocalization }}\r\n </h3>\r\n </ng-template>\r\n\r\n <ng-template #abpBody>\r\n <form\r\n [formGroup]=\"form\"\r\n id=\"invoice-document-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=\"invoice-document-reference-document-reference-id\">\r\n {{ 'eDonusum::DocumentReferenceId' | abpLocalization }} *\r\n </label>\r\n\r\n <input\r\n id=\"invoice-document-reference-document-reference-id\"\r\n formControlName=\"documentReferenceId\"\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=\"invoice-document-reference-issue-date\">\r\n {{ 'eDonusum::IssueDate' | abpLocalization }}\r\n </label>\r\n\r\n <div class=\"input-group\" validationTarget>\r\n <input\r\n readonly\r\n id=\"invoice-document-reference-issue-date\"\r\n formControlName=\"issueDate\"\r\n class=\"form-control\"\r\n ngbDatepicker\r\n #issueDateInput\r\n #issueDateDatepicker=\"ngbDatepicker\"\r\n (click)=\"issueDateDatepicker.open()\"\r\n (keyup.space)=\"issueDateDatepicker.open()\"\r\n />\r\n <div *ngIf=\"issueDateInput.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 issueDateDatepicker.writeValue(null);\r\n issueDateDatepicker.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 class=\"form-label\" for=\"invoice-document-reference-document-type-code\">\r\n {{ 'eDonusum::DocumentTypeCode' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"invoice-document-reference-document-type-code\"\r\n formControlName=\"documentTypeCode\"\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=\"invoice-document-reference-document-ref-type\">\r\n {{ 'eDonusum::DocumentRefType' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"invoice-document-reference-document-ref-type\"\r\n formControlName=\"documentRefType\"\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=\"invoice-document-reference-document-description\">\r\n {{ 'eDonusum::DocumentDescription' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"invoice-document-reference-document-description\"\r\n formControlName=\"documentDescription\"\r\n class=\"form-control\"\r\n />\r\n </div>\r\n <div class=\"mb-3\">\r\n <label class=\"form-label\" for=\"invoice-document-reference-document-type\">\r\n {{ 'eDonusum::DocumentType' | abpLocalization }}\r\n </label>\r\n\r\n <input\r\n id=\"invoice-document-reference-document-type\"\r\n formControlName=\"documentType\"\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=\"invoice-document-reference-invoice-id\">\r\n {{ 'eDonusum::Invoice' | abpLocalization }} *\r\n </label>\r\n\r\n <abp-lookup-select\r\n cid=\"invoice-document-reference-invoice-id\"\r\n formControlName=\"invoiceId\"\r\n [getFn]=\"service.getInvoiceLookup\"\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 iconClass=\"fa fa-check\" buttonType=\"submit\" formName=\"invoice-document-reference\">\r\n {{ 'AbpUi::Save' | abpLocalization }}\r\n </abp-button>\r\n </ng-template>\r\n</abp-modal>\r\n" }]
116
+ }], ctorParameters: function () { return [{ type: i1.ListService }, { type: i1.TrackByService }, { type: i2.InvoiceDocumentReferenceService }, { type: i3.ConfirmationService }, { type: i4.FormBuilder }]; } });
117
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW52b2ljZS1kb2N1bWVudC1yZWZlcmVuY2UuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZS1kb251c3VtL3NyYy9saWIvaW52b2ljZS1kb2N1bWVudC1yZWZlcmVuY2VzL2ludm9pY2UtZG9jdW1lbnQtcmVmZXJlbmNlL2NvbXBvbmVudHMvaW52b2ljZS1kb2N1bWVudC1yZWZlcmVuY2UuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZS1kb251c3VtL3NyYy9saWIvaW52b2ljZS1kb2N1bWVudC1yZWZlcmVuY2VzL2ludm9pY2UtZG9jdW1lbnQtcmVmZXJlbmNlL2NvbXBvbmVudHMvaW52b2ljZS1kb2N1bWVudC1yZWZlcmVuY2UuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFPLFlBQVksRUFBRSxXQUFXLEVBQWtDLE1BQU0sY0FBYyxDQUFDO0FBQzlGLE9BQU8sRUFBRSxZQUFZLEVBQXVCLE1BQU0sc0JBQXNCLENBQUM7QUFDekUsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLGlDQUFpQyxDQUFDO0FBQzlELE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQVUsTUFBTSxlQUFlLENBQUM7QUFDM0UsT0FBTyxFQUEwQixVQUFVLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUNwRSxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sNEJBQTRCLENBQUM7QUFDNUQsT0FBTyxFQUFFLE1BQU0sRUFBRSxRQUFRLEVBQUUsU0FBUyxFQUFFLEdBQUcsRUFBRSxNQUFNLGdCQUFnQixDQUFDOzs7Ozs7Ozs7Ozs7QUFhbEUsTUFBTSxPQUFPLGlDQUFpQztJQW9CNUMsWUFDa0IsSUFBaUIsRUFDakIsS0FBcUIsRUFDckIsT0FBd0MsRUFDaEQsWUFBaUMsRUFDakMsRUFBZTtRQUpQLFNBQUksR0FBSixJQUFJLENBQWE7UUFDakIsVUFBSyxHQUFMLEtBQUssQ0FBZ0I7UUFDckIsWUFBTyxHQUFQLE9BQU8sQ0FBaUM7UUFDaEQsaUJBQVksR0FBWixZQUFZLENBQXFCO1FBQ2pDLE9BQUUsR0FBRixFQUFFLENBQWE7UUF4QnpCLFNBQUksR0FBd0U7WUFDMUUsS0FBSyxFQUFFLEVBQUU7WUFDVCxVQUFVLEVBQUUsQ0FBQztTQUNkLENBQUM7UUFFRixZQUFPLEdBQUcsRUFBdUMsQ0FBQztRQUlsRCxvQkFBZSxHQUFHLElBQUksQ0FBQztRQUV2QixnQkFBVyxHQUFHLEtBQUssQ0FBQztRQUVwQixnQkFBVyxHQUFHLEtBQUssQ0FBQztRQUVwQix3QkFBbUIsR0FBRyxLQUFLLENBQUM7SUFVekIsQ0FBQztJQUVKLFFBQVE7UUFDTixNQUFNLE9BQU8sR0FBRyxDQUFDLEtBQTBCLEVBQUUsRUFBRSxDQUM3QyxJQUFJLENBQUMsT0FBTyxDQUFDLE9BQU8sQ0FBQztZQUNuQixHQUFHLEtBQUs7WUFDUixHQUFHLElBQUksQ0FBQyxPQUFPO1lBQ2YsVUFBVSxFQUFFLEtBQUssQ0FBQyxNQUFNO1NBQ3pCLENBQUMsQ0FBQztRQUVMLE1BQU0sT0FBTyxHQUFHLENBQUMsSUFBeUUsRUFBRSxFQUFFLENBQzVGLENBQUMsSUFBSSxDQUFDLElBQUksR0FBRyxJQUFJLENBQUMsQ0FBQztRQUVyQixJQUFJLENBQUMsSUFBSSxDQUFDLFdBQVcsQ0FBQyxPQUFPLENBQUMsQ0FBQyxTQUFTLENBQUMsT0FBTyxDQUFDLENBQUM7SUFDcEQsQ0FBQztJQUVELFlBQVk7UUFDVixJQUFJLENBQUMsT0FBTyxHQUFHLEVBQXVDLENBQUM7SUFDekQsQ0FBQztJQUVELFNBQVM7UUFDUCxNQUFNLEVBQ0osbUJBQW1CLEVBQ25CLFNBQVMsRUFDVCxnQkFBZ0IsRUFDaEIsZUFBZSxFQUNmLG1CQUFtQixFQUNuQixZQUFZLEVBQ1osU0FBUyxHQUNWLEdBQUcsSUFBSSxDQUFDLFFBQVEsRUFBRSx3QkFBd0IsSUFBSSxFQUFFLENBQUM7UUFFbEQsSUFBSSxDQUFDLElBQUksR0FBRyxJQUFJLENBQUMsRUFBRSxDQUFDLEtBQUssQ0FBQztZQUN4QixtQkFBbUIsRUFBRTtnQkFDbkIsbUJBQW1CLElBQUksSUFBSTtnQkFDM0IsQ0FBQyxVQUFVLENBQUMsUUFBUSxFQUFFLFVBQVUsQ0FBQyxTQUFTLENBQUMsRUFBRSxDQUFDLENBQUM7YUFDaEQ7WUFDRCxTQUFTLEVBQUUsQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLElBQUksSUFBSSxDQUFDLFNBQVMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxJQUFJLEVBQUUsRUFBRSxDQUFDO1lBQ3ZELGdCQUFnQixFQUFFLENBQUMsZ0JBQWdCLElBQUksSUFBSSxFQUFFLENBQUMsVUFBVSxDQUFDLFNBQVMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDO1lBQ3hFLGVBQWUsRUFBRSxDQUFDLGVBQWUsSUFBSSxJQUFJLEVBQUUsQ0FBQyxVQUFVLENBQUMsU0FBUyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUM7WUFDdEUsbUJBQW1CLEVBQUUsQ0FBQyxtQkFBbUIsSUFBSSxJQUFJLEVBQUUsRUFBRSxDQUFDO1lBQ3RELFlBQVksRUFBRSxDQUFDLFlBQVksSUFBSSxJQUFJLEVBQUUsQ0FBQyxVQUFVLENBQUMsU0FBUyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUM7WUFDaEUsU0FBUyxFQUFFLENBQUMsU0FBUyxJQUFJLElBQUksRUFBRSxDQUFDLFVBQVUsQ0FBQyxRQUFRLENBQUMsQ0FBQztTQUN0RCxDQUFDLENBQUM7SUFDTCxDQUFDO0lBRUQsUUFBUTtRQUNOLElBQUksQ0FBQyxXQUFXLEdBQUcsS0FBSyxDQUFDO1FBQ3pCLElBQUksQ0FBQyxJQUFJLENBQUMsS0FBSyxFQUFFLENBQUM7SUFDcEIsQ0FBQztJQUVELFFBQVE7UUFDTixJQUFJLENBQUMsU0FBUyxFQUFFLENBQUM7UUFDakIsSUFBSSxDQUFDLFdBQVcsR0FBRyxJQUFJLENBQUM7SUFDMUIsQ0FBQztJQUVELFVBQVU7UUFDUixJQUFJLElBQUksQ0FBQyxJQUFJLENBQUMsT0FBTztZQUFFLE9BQU87UUFFOUIsTUFBTSxPQUFPLEdBQUcsSUFBSSxDQUFDLFFBQVE7WUFDM0IsQ0FBQyxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsd0JBQXdCLENBQUMsRUFBRSxFQUFFO2dCQUM3RCxHQUFHLElBQUksQ0FBQyxJQUFJLENBQUMsS0FBSztnQkFDbEIsZ0JBQWdCLEVBQUUsSUFBSSxDQUFDLFFBQVEsQ0FBQyx3QkFBd0IsQ0FBQyxnQkFBZ0I7YUFDMUUsQ0FBQztZQUNKLENBQUMsQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO1FBRXpDLElBQUksQ0FBQyxXQUFXLEdBQUcsSUFBSSxDQUFDO1FBRXhCLE9BQU87YUFDSixJQUFJLENBQ0gsUUFBUSxDQUFDLEdBQUcsRUFBRSxDQUFDLENBQUMsSUFBSSxDQUFDLFdBQVcsR0FBRyxLQUFLLENBQUMsQ0FBQyxFQUMxQyxHQUFHLENBQUMsR0FBRyxFQUFFLENBQUMsSUFBSSxDQUFDLFFBQVEsRUFBRSxDQUFDLENBQzNCO2FBQ0EsU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUM7SUFDOUIsQ0FBQztJQUVELE1BQU07UUFDSixJQUFJLENBQUMsUUFBUSxHQUFHLFNBQVMsQ0FBQztRQUMxQixJQUFJLENBQUMsUUFBUSxFQUFFLENBQUM7SUFDbEIsQ0FBQztJQUVELE1BQU0sQ0FBQyxNQUEyRDtRQUNoRSxJQUFJLENBQUMsUUFBUSxHQUFHLE1BQU0sQ0FBQztRQUN2QixJQUFJLENBQUMsUUFBUSxFQUFFLENBQUM7SUFDbEIsQ0FBQztJQUVELE1BQU0sQ0FBQyxNQUEyRDtRQUNoRSxJQUFJLENBQUMsWUFBWTthQUNkLElBQUksQ0FBQyxxQ0FBcUMsRUFBRSxzQkFBc0IsRUFBRTtZQUNuRSx5QkFBeUIsRUFBRSxFQUFFO1NBQzlCLENBQUM7YUFDRCxJQUFJLENBQ0gsTUFBTSxDQUFDLE1BQU0sQ0FBQyxFQUFFLENBQUMsTUFBTSxLQUFLLFlBQVksQ0FBQyxNQUFNLENBQUMsT0FBTyxDQUFDLEVBQ3hELFNBQVMsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQyxNQUFNLENBQUMsd0JBQXdCLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FDekU7YUFDQSxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsQ0FBQztJQUM5QixDQUFDO0lBRUQsYUFBYTtRQUNYLElBQUksQ0FBQyxtQkFBbUIsR0FBRyxJQUFJLENBQUM7UUFDaEMsSUFBSSxDQUFDLE9BQU87YUFDVCxnQkFBZ0IsRUFBRTthQUNsQixJQUFJLENBQ0gsU0FBUyxDQUFDLENBQUMsRUFBRSxLQUFLLEVBQUUsRUFBRSxFQUFFLENBQ3RCLElBQUksQ0FBQyxPQUFPLENBQUMsa0JBQWtCLENBQUMsRUFBRSxhQUFhLEVBQUUsS0FBSyxFQUFFLFVBQVUsRUFBRSxJQUFJLENBQUMsSUFBSSxDQUFDLE1BQU0sRUFBRSxDQUFDLENBQ3hGLEVBQ0QsUUFBUSxDQUFDLEdBQUcsRUFBRSxDQUFDLENBQUMsSUFBSSxDQUFDLG1CQUFtQixHQUFHLEtBQUssQ0FBQyxDQUFDLENBQ25EO2FBQ0EsU0FBUyxDQUFDLE1BQU0sQ0FBQyxFQUFFO1lBQ2xCLFlBQVksQ0FBQyxNQUFNLEVBQUUsK0JBQStCLENBQUMsQ0FBQztRQUN4RCxDQUFDLENBQUMsQ0FBQztJQUNQLENBQUM7OzhIQXhJVSxpQ0FBaUM7a0hBQWpDLGlDQUFpQyx5REFKakMsQ0FBQyxXQUFXLEVBQUUsRUFBRSxPQUFPLEVBQUUsY0FBYyxFQUFFLFFBQVEsRUFBRSxXQUFXLEVBQUUsQ0FBQywwQkNmOUUsb2tqQkE4YkE7MkZEM2FhLGlDQUFpQztrQkFQN0MsU0FBUzsrQkFDRSxnQ0FBZ0MsbUJBQ3pCLHVCQUF1QixDQUFDLE9BQU8sYUFDckMsQ0FBQyxXQUFXLEVBQUUsRUFBRSxPQUFPLEVBQUUsY0FBYyxFQUFFLFFBQVEsRUFBRSxXQUFXLEVBQUUsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEFCUCwgZG93bmxvYWRCbG9iLCBMaXN0U2VydmljZSwgUGFnZWRSZXN1bHREdG8sIFRyYWNrQnlTZXJ2aWNlIH0gZnJvbSAnQGFicC9uZy5jb3JlJztcclxuaW1wb3J0IHsgQ29uZmlybWF0aW9uLCBDb25maXJtYXRpb25TZXJ2aWNlIH0gZnJvbSAnQGFicC9uZy50aGVtZS5zaGFyZWQnO1xyXG5pbXBvcnQgeyBEYXRlQWRhcHRlciB9IGZyb20gJ0BhYnAvbmcudGhlbWUuc2hhcmVkL2V4dGVuc2lvbnMnO1xyXG5pbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgRm9ybUJ1aWxkZXIsIEZvcm1Hcm91cCwgVmFsaWRhdG9ycyB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcclxuaW1wb3J0IHsgTmdiRGF0ZUFkYXB0ZXIgfSBmcm9tICdAbmctYm9vdHN0cmFwL25nLWJvb3RzdHJhcCc7XHJcbmltcG9ydCB7IGZpbHRlciwgZmluYWxpemUsIHN3aXRjaE1hcCwgdGFwIH0gZnJvbSAncnhqcy9vcGVyYXRvcnMnO1xyXG5pbXBvcnQgdHlwZSB7XHJcbiAgR2V0SW52b2ljZURvY3VtZW50UmVmZXJlbmNlc0lucHV0LFxyXG4gIEludm9pY2VEb2N1bWVudFJlZmVyZW5jZVdpdGhOYXZpZ2F0aW9uUHJvcGVydGllc0R0byxcclxufSBmcm9tICcuLi8uLi8uLi9wcm94eS9pbnZvaWNlLWRvY3VtZW50LXJlZmVyZW5jZXMvbW9kZWxzJztcclxuaW1wb3J0IHsgSW52b2ljZURvY3VtZW50UmVmZXJlbmNlU2VydmljZSB9IGZyb20gJy4uLy4uLy4uL3Byb3h5L2ludm9pY2UtZG9jdW1lbnQtcmVmZXJlbmNlcy9pbnZvaWNlLWRvY3VtZW50LXJlZmVyZW5jZS5zZXJ2aWNlJztcclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdsaWItaW52b2ljZS1kb2N1bWVudC1yZWZlcmVuY2UnLFxyXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuRGVmYXVsdCxcclxuICBwcm92aWRlcnM6IFtMaXN0U2VydmljZSwgeyBwcm92aWRlOiBOZ2JEYXRlQWRhcHRlciwgdXNlQ2xhc3M6IERhdGVBZGFwdGVyIH1dLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9pbnZvaWNlLWRvY3VtZW50LXJlZmVyZW5jZS5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVzOiBbXSxcclxufSlcclxuZXhwb3J0IGNsYXNzIEludm9pY2VEb2N1bWVudFJlZmVyZW5jZUNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XHJcbiAgZGF0YTogUGFnZWRSZXN1bHREdG88SW52b2ljZURvY3VtZW50UmVmZXJlbmNlV2l0aE5hdmlnYXRpb25Qcm9wZXJ0aWVzRHRvPiA9IHtcclxuICAgIGl0ZW1zOiBbXSxcclxuICAgIHRvdGFsQ291bnQ6IDAsXHJcbiAgfTtcclxuXHJcbiAgZmlsdGVycyA9IHt9IGFzIEdldEludm9pY2VEb2N1bWVudFJlZmVyZW5jZXNJbnB1dDtcclxuXHJcbiAgZm9ybTogRm9ybUdyb3VwO1xyXG5cclxuICBpc0ZpbHRlcnNIaWRkZW4gPSB0cnVlO1xyXG5cclxuICBpc01vZGFsQnVzeSA9IGZhbHNlO1xyXG5cclxuICBpc01vZGFsT3BlbiA9IGZhbHNlO1xyXG5cclxuICBpc0V4cG9ydFRvRXhjZWxCdXN5ID0gZmFsc2U7XHJcblxyXG4gIHNlbGVjdGVkPzogSW52b2ljZURvY3VtZW50UmVmZXJlbmNlV2l0aE5hdmlnYXRpb25Qcm9wZXJ0aWVzRHRvO1xyXG5cclxuICBjb25zdHJ1Y3RvcihcclxuICAgIHB1YmxpYyByZWFkb25seSBsaXN0OiBMaXN0U2VydmljZSxcclxuICAgIHB1YmxpYyByZWFkb25seSB0cmFjazogVHJhY2tCeVNlcnZpY2UsXHJcbiAgICBwdWJsaWMgcmVhZG9ubHkgc2VydmljZTogSW52b2ljZURvY3VtZW50UmVmZXJlbmNlU2VydmljZSxcclxuICAgIHByaXZhdGUgY29uZmlybWF0aW9uOiBDb25maXJtYXRpb25TZXJ2aWNlLFxyXG4gICAgcHJpdmF0ZSBmYjogRm9ybUJ1aWxkZXJcclxuICApIHt9XHJcblxyXG4gIG5nT25Jbml0KCkge1xyXG4gICAgY29uc3QgZ2V0RGF0YSA9IChxdWVyeTogQUJQLlBhZ2VRdWVyeVBhcmFtcykgPT5cclxuICAgICAgdGhpcy5zZXJ2aWNlLmdldExpc3Qoe1xyXG4gICAgICAgIC4uLnF1ZXJ5LFxyXG4gICAgICAgIC4uLnRoaXMuZmlsdGVycyxcclxuICAgICAgICBmaWx0ZXJUZXh0OiBxdWVyeS5maWx0ZXIsXHJcbiAgICAgIH0pO1xyXG5cclxuICAgIGNvbnN0IHNldERhdGEgPSAobGlzdDogUGFnZWRSZXN1bHREdG88SW52b2ljZURvY3VtZW50UmVmZXJlbmNlV2l0aE5hdmlnYXRpb25Qcm9wZXJ0aWVzRHRvPikgPT5cclxuICAgICAgKHRoaXMuZGF0YSA9IGxpc3QpO1xyXG5cclxuICAgIHRoaXMubGlzdC5ob29rVG9RdWVyeShnZXREYXRhKS5zdWJzY3JpYmUoc2V0RGF0YSk7XHJcbiAgfVxyXG5cclxuICBjbGVhckZpbHRlcnMoKSB7XHJcbiAgICB0aGlzLmZpbHRlcnMgPSB7fSBhcyBHZXRJbnZvaWNlRG9jdW1lbnRSZWZlcmVuY2VzSW5wdXQ7XHJcbiAgfVxyXG5cclxuICBidWlsZEZvcm0oKSB7XHJcbiAgICBjb25zdCB7XHJcbiAgICAgIGRvY3VtZW50UmVmZXJlbmNlSWQsXHJcbiAgICAgIGlzc3VlRGF0ZSxcclxuICAgICAgZG9jdW1lbnRUeXBlQ29kZSxcclxuICAgICAgZG9jdW1lbnRSZWZUeXBlLFxyXG4gICAgICBkb2N1bWVudERlc2NyaXB0aW9uLFxyXG4gICAgICBkb2N1bWVudFR5cGUsXHJcbiAgICAgIGludm9pY2VJZCxcclxuICAgIH0gPSB0aGlzLnNlbGVjdGVkPy5pbnZvaWNlRG9jdW1lbnRSZWZlcmVuY2UgfHwge307XHJcblxyXG4gICAgdGhpcy5mb3JtID0gdGhpcy5mYi5ncm91cCh7XHJcbiAgICAgIGRvY3VtZW50UmVmZXJlbmNlSWQ6IFtcclxuICAgICAgICBkb2N1bWVudFJlZmVyZW5jZUlkID8/IG51bGwsXHJcbiAgICAgICAgW1ZhbGlkYXRvcnMucmVxdWlyZWQsIFZhbGlkYXRvcnMubWF4TGVuZ3RoKDY0KV0sXHJcbiAgICAgIF0sXHJcbiAgICAgIGlzc3VlRGF0ZTogW2lzc3VlRGF0ZSA/IG5ldyBEYXRlKGlzc3VlRGF0ZSkgOiBudWxsLCBbXV0sXHJcbiAgICAgIGRvY3VtZW50VHlwZUNvZGU6IFtkb2N1bWVudFR5cGVDb2RlID8/IG51bGwsIFtWYWxpZGF0b3JzLm1heExlbmd0aCgzMildXSxcclxuICAgICAgZG9jdW1lbnRSZWZUeXBlOiBbZG9jdW1lbnRSZWZUeXBlID8/IG51bGwsIFtWYWxpZGF0b3JzLm1heExlbmd0aCg2NCldXSxcclxuICAgICAgZG9jdW1lbnREZXNjcmlwdGlvbjogW2RvY3VtZW50RGVzY3JpcHRpb24gPz8gbnVsbCwgW11dLFxyXG4gICAgICBkb2N1bWVudFR5cGU6IFtkb2N1bWVudFR5cGUgPz8gbnVsbCwgW1ZhbGlkYXRvcnMubWF4TGVuZ3RoKDMyKV1dLFxyXG4gICAgICBpbnZvaWNlSWQ6IFtpbnZvaWNlSWQgPz8gbnVsbCwgW1ZhbGlkYXRvcnMucmVxdWlyZWRdXSxcclxuICAgIH0pO1xyXG4gIH1cclxuXHJcbiAgaGlkZUZvcm0oKSB7XHJcbiAgICB0aGlzLmlzTW9kYWxPcGVuID0gZmFsc2U7XHJcbiAgICB0aGlzLmZvcm0ucmVzZXQoKTtcclxuICB9XHJcblxyXG4gIHNob3dGb3JtKCkge1xyXG4gICAgdGhpcy5idWlsZEZvcm0oKTtcclxuICAgIHRoaXMuaXNNb2RhbE9wZW4gPSB0cnVlO1xyXG4gIH1cclxuXHJcbiAgc3VibWl0Rm9ybSgpIHtcclxuICAgIGlmICh0aGlzLmZvcm0uaW52YWxpZCkgcmV0dXJuO1xyXG5cclxuICAgIGNvbnN0IHJlcXVlc3QgPSB0aGlzLnNlbGVjdGVkXHJcbiAgICAgID8gdGhpcy5zZXJ2aWNlLnVwZGF0ZSh0aGlzLnNlbGVjdGVkLmludm9pY2VEb2N1bWVudFJlZmVyZW5jZS5pZCwge1xyXG4gICAgICAgICAgLi4udGhpcy5mb3JtLnZhbHVlLFxyXG4gICAgICAgICAgY29uY3VycmVuY3lTdGFtcDogdGhpcy5zZWxlY3RlZC5pbnZvaWNlRG9jdW1lbnRSZWZlcmVuY2UuY29uY3VycmVuY3lTdGFtcCxcclxuICAgICAgICB9KVxyXG4gICAgICA6IHRoaXMuc2VydmljZS5jcmVhdGUodGhpcy5mb3JtLnZhbHVlKTtcclxuXHJcbiAgICB0aGlzLmlzTW9kYWxCdXN5ID0gdHJ1ZTtcclxuXHJcbiAgICByZXF1ZXN0XHJcbiAgICAgIC5waXBlKFxyXG4gICAgICAgIGZpbmFsaXplKCgpID0+ICh0aGlzLmlzTW9kYWxCdXN5ID0gZmFsc2UpKSxcclxuICAgICAgICB0YXAoKCkgPT4gdGhpcy5oaWRlRm9ybSgpKVxyXG4gICAgICApXHJcbiAgICAgIC5zdWJzY3JpYmUodGhpcy5saXN0LmdldCk7XHJcbiAgfVxyXG5cclxuICBjcmVhdGUoKSB7XHJcbiAgICB0aGlzLnNlbGVjdGVkID0gdW5kZWZpbmVkO1xyXG4gICAgdGhpcy5zaG93Rm9ybSgpO1xyXG4gIH1cclxuXHJcbiAgdXBkYXRlKHJlY29yZDogSW52b2ljZURvY3VtZW50UmVmZXJlbmNlV2l0aE5hdmlnYXRpb25Qcm9wZXJ0aWVzRHRvKSB7XHJcbiAgICB0aGlzLnNlbGVjdGVkID0gcmVjb3JkO1xyXG4gICAgdGhpcy5zaG93Rm9ybSgpO1xyXG4gIH1cclxuXHJcbiAgZGVsZXRlKHJlY29yZDogSW52b2ljZURvY3VtZW50UmVmZXJlbmNlV2l0aE5hdmlnYXRpb25Qcm9wZXJ0aWVzRHRvKSB7XHJcbiAgICB0aGlzLmNvbmZpcm1hdGlvblxyXG4gICAgICAud2FybignZURvbnVzdW06OkRlbGV0ZUNvbmZpcm1hdGlvbk1lc3NhZ2UnLCAnZURvbnVzdW06OkFyZVlvdVN1cmUnLCB7XHJcbiAgICAgICAgbWVzc2FnZUxvY2FsaXphdGlvblBhcmFtczogW10sXHJcbiAgICAgIH0pXHJcbiAgICAgIC5waXBlKFxyXG4gICAgICAgIGZpbHRlcihzdGF0dXMgPT4gc3RhdHVzID09PSBDb25maXJtYXRpb24uU3RhdHVzLmNvbmZpcm0pLFxyXG4gICAgICAgIHN3aXRjaE1hcCgoKSA9PiB0aGlzLnNlcnZpY2UuZGVsZXRlKHJlY29yZC5pbnZvaWNlRG9jdW1lbnRSZWZlcmVuY2UuaWQpKVxyXG4gICAgICApXHJcbiAgICAgIC5zdWJzY3JpYmUodGhpcy5saXN0LmdldCk7XHJcbiAgfVxyXG5cclxuICBleHBvcnRUb0V4Y2VsKCkge1xyXG4gICAgdGhpcy5pc0V4cG9ydFRvRXhjZWxCdXN5ID0gdHJ1ZTtcclxuICAgIHRoaXMuc2VydmljZVxyXG4gICAgICAuZ2V0RG93bmxvYWRUb2tlbigpXHJcbiAgICAgIC5waXBlKFxyXG4gICAgICAgIHN3aXRjaE1hcCgoeyB0b2tlbiB9KSA9PlxyXG4gICAgICAgICAgdGhpcy5zZXJ2aWNlLmdldExpc3RBc0V4Y2VsRmlsZSh7IGRvd25sb2FkVG9rZW46IHRva2VuLCBmaWx0ZXJUZXh0OiB0aGlzLmxpc3QuZmlsdGVyIH0pXHJcbiAgICAgICAgKSxcclxuICAgICAgICBmaW5hbGl6ZSgoKSA9PiAodGhpcy5pc0V4cG9ydFRvRXhjZWxCdXN5ID0gZmFsc2UpKVxyXG4gICAgICApXHJcbiAgICAgIC5zdWJzY3JpYmUocmVzdWx0ID0+IHtcclxuICAgICAgICBkb3dubG9hZEJsb2IocmVzdWx0LCAnSW52b2ljZURvY3VtZW50UmVmZXJlbmNlLnhsc3gnKTtcclxuICAgICAgfSk7XHJcbiAgfVxyXG59XHJcbiIsIjxhYnAtcGFnZSBbdGl0bGVdPVwiJ2VEb251c3VtOjpJbnZvaWNlRG9jdW1lbnRSZWZlcmVuY2VzJyB8IGFicExvY2FsaXphdGlvblwiPlxyXG4gIDxhYnAtcGFnZS10b29sYmFyLWNvbnRhaW5lciBjbGFzcz1cImNvbFwiPlxyXG4gICAgPGRpdiBjbGFzcz1cInRleHQtbGctZW5kIHB0LTJcIj5cclxuICAgICAgPGJ1dHRvblxyXG4gICAgICAgIGNsYXNzPVwiYnRuIGJ0bi1wcmltYXJ5IGJ0bi1zbSBteC0yXCJcclxuICAgICAgICB0eXBlPVwiYnV0dG9uXCJcclxuICAgICAgICBbZGlzYWJsZWRdPVwiaXNFeHBvcnRUb0V4Y2VsQnVzeVwiXHJcbiAgICAgICAgKGNsaWNrKT1cImV4cG9ydFRvRXhjZWwoKVwiXHJcbiAgICAgID5cclxuICAgICAgICB7eyAnZURvbnVzdW06OkV4cG9ydFRvRXhjZWwnIHwgYWJwTG9jYWxpemF0aW9uIH19XHJcbiAgICAgIDwvYnV0dG9uPlxyXG5cclxuICAgICAgPGJ1dHRvblxyXG4gICAgICAgICphYnBQZXJtaXNzaW9uPVwiJ2VEb251c3VtLkludm9pY2VEb2N1bWVudFJlZmVyZW5jZXMuQ3JlYXRlJ1wiXHJcbiAgICAgICAgY2xhc3M9XCJidG4gYnRuLXByaW1hcnkgYnRuLXNtXCJcclxuICAgICAgICB0eXBlPVwiYnV0dG9uXCJcclxuICAgICAgICAoY2xpY2spPVwiY3JlYXRlKClcIlxyXG4gICAgICA+XHJcbiAgICAgICAgPGkgY2xhc3M9XCJmYSBmYS1wbHVzIG1lLTFcIiBhcmlhLWhpZGRlbj1cInRydWVcIj48L2k+XHJcbiAgICAgICAge3sgJ2VEb251c3VtOjpOZXdJbnZvaWNlRG9jdW1lbnRSZWZlcmVuY2UnIHwgYWJwTG9jYWxpemF0aW9uIH19XHJcbiAgICAgIDwvYnV0dG9uPlxyXG4gICAgPC9kaXY+XHJcbiAgPC9hYnAtcGFnZS10b29sYmFyLWNvbnRhaW5lcj5cclxuXHJcbiAgPGFicC1hZHZhbmNlZC1lbnRpdHktZmlsdGVycyBsb2NhbGl6YXRpb25Tb3VyY2VOYW1lPVwiZURvbnVzdW1cIiBbbGlzdF09XCJsaXN0XCI+XHJcbiAgICA8YWJwLWFkdmFuY2VkLWVudGl0eS1maWx0ZXJzLWZvcm0+XHJcbiAgICAgIDxmb3JtICNmaWx0ZXJGb3JtIChrZXl1cC5lbnRlcik9XCJsaXN0LmdldCgpXCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cInJvd1wiPlxyXG4gICAgICAgICAgPGRpdiBjbGFzcz1cImNvbC0xMiBjb2wtc20tYXV0b1wiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwibWItM1wiPlxyXG4gICAgICAgICAgICAgIDxsYWJlbCBjbGFzcz1cImZvcm0tbGFiZWxcIiBmb3I9XCJkb2N1bWVudFJlZmVyZW5jZUlkRmlsdGVyXCI+XHJcbiAgICAgICAgICAgICAgICB7eyAnZURvbnVzdW06OkRvY3VtZW50UmVmZXJlbmNlSWQnIHwgYWJwTG9jYWxpemF0aW9uIH19XHJcbiAgICAgICAgICAgICAgPC9sYWJlbD5cclxuXHJcbiAgICAgICAgICAgICAgPGlucHV0XHJcbiAgICAgICAgICAgICAgICBpZD1cImRvY3VtZW50UmVmZXJlbmNlSWRGaWx0ZXJcIlxyXG4gICAgICAgICAgICAgICAgY2xhc3M9XCJmb3JtLWNvbnRyb2xcIlxyXG4gICAgICAgICAgICAgICAgWyhuZ01vZGVsKV09XCJmaWx0ZXJzLmRvY3VtZW50UmVmZXJlbmNlSWRcIlxyXG4gICAgICAgICAgICAgICAgW25nTW9kZWxPcHRpb25zXT1cInsgc3RhbmRhbG9uZTogdHJ1ZSB9XCJcclxuICAgICAgICAgICAgICAvPlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgPGRpdiBjbGFzcz1cImNvbC0xMiBjb2wtc20tYXV0b1wiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwibWItM1wiPlxyXG4gICAgICAgICAgICAgIDxsYWJlbCBjbGFzcz1cImZvcm0tbGFiZWxcIiBmb3I9XCJtaW5Jc3N1ZURhdGVcIj5cclxuICAgICAgICAgICAgICAgIHt7ICdlRG9udXN1bTo6TWluSXNzdWVEYXRlJyB8IGFicExvY2FsaXphdGlvbiB9fVxyXG4gICAgICAgICAgICAgIDwvbGFiZWw+XHJcblxyXG4gICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpbnB1dC1ncm91cFwiIHZhbGlkYXRpb25UYXJnZXQ+XHJcbiAgICAgICAgICAgICAgICA8aW5wdXRcclxuICAgICAgICAgICAgICAgICAgaWQ9XCJtaW5Jc3N1ZURhdGVcIlxyXG4gICAgICAgICAgICAgICAgICBjbGFzcz1cImZvcm0tY29udHJvbFwiXHJcbiAgICAgICAgICAgICAgICAgICNtaW5Jc3N1ZURhdGVJbnB1dFxyXG4gICAgICAgICAgICAgICAgICAjbWluSXNzdWVEYXRlRGF0ZXBpY2tlcj1cIm5nYkRhdGVwaWNrZXJcIlxyXG4gICAgICAgICAgICAgICAgICBuYW1lPVwibWluSXNzdWVEYXRlXCJcclxuICAgICAgICAgICAgICAgICAgbmdiRGF0ZXBpY2tlclxyXG4gICAgICAgICAgICAgICAgICBjb250YWluZXI9XCJib2R5XCJcclxuICAgICAgICAgICAgICAgICAgcmVhZG9ubHlcclxuICAgICAgICAgICAgICAgICAgKGNsaWNrKT1cIm1pbklzc3VlRGF0ZURhdGVwaWNrZXIudG9nZ2xlKClcIlxyXG4gICAgICAgICAgICAgICAgICAoa2V5dXAuc3BhY2UpPVwibWluSXNzdWVEYXRlRGF0ZXBpY2tlci50b2dnbGUoKVwiXHJcbiAgICAgICAgICAgICAgICAgIFsobmdNb2RlbCldPVwiZmlsdGVycy5pc3N1ZURhdGVNaW5cIlxyXG4gICAgICAgICAgICAgICAgICBbbmdNb2RlbE9wdGlvbnNdPVwieyBzdGFuZGFsb25lOiB0cnVlIH1cIlxyXG4gICAgICAgICAgICAgICAgLz5cclxuICAgICAgICAgICAgICAgIDxkaXYgKm5nSWY9XCJtaW5Jc3N1ZURhdGVJbnB1dC52YWx1ZVwiIGNsYXNzPVwiaW5wdXQtZ3JvdXAtYXBwZW5kXCI+XHJcbiAgICAgICAgICAgICAgICAgIDxidXR0b25cclxuICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImJ0biBidG4tbGluayBweC0yXCJcclxuICAgICAgICAgICAgICAgICAgICB0eXBlPVwiYnV0dG9uXCJcclxuICAgICAgICAgICAgICAgICAgICBbdGl0bGVdPVwiJ0FicFVpOjpDbGVhcicgfCBhYnBMb2NhbGl6YXRpb25cIlxyXG4gICAgICAgICAgICAgICAgICAgIChjbGljayk9XCJcclxuICAgICAgICAgICAgICAgICAgICAgIG1pbklzc3VlRGF0ZURhdGVwaWNrZXIud3JpdGVWYWx1ZShudWxsKTtcclxuICAgICAgICAgICAgICAgICAgICAgIG1pbklzc3VlRGF0ZURhdGVwaWNrZXIubWFudWFsRGF0ZUNoYW5nZShudWxsLCB0cnVlKVxyXG4gICAgICAgICAgICAgICAgICAgIFwiXHJcbiAgICAgICAgICAgICAgICAgID5cclxuICAgICAgICAgICAgICAgICAgICA8aSBjbGFzcz1cImZhIGZhLXRpbWVzXCIgYXJpYS1oaWRkZW49XCJ0cnVlXCI+PC9pPlxyXG4gICAgICAgICAgICAgICAgICA8L2J1dHRvbj5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIDwvZGl2PlxyXG5cclxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtMTIgY29sLXNtLWF1dG9cIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm1iLTNcIj5cclxuICAgICAgICAgICAgICA8bGFiZWwgY2xhc3M9XCJmb3JtLWxhYmVsXCIgZm9yPVwibWF4SXNzdWVEYXRlXCI+XHJcbiAgICAgICAgICAgICAgICB7eyAnZURvbnVzdW06Ok1heElzc3VlRGF0ZScgfCBhYnBMb2NhbGl6YXRpb24gfX1cclxuICAgICAgICAgICAgICA8L2xhYmVsPlxyXG5cclxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW5wdXQtZ3JvdXBcIiB2YWxpZGF0aW9uVGFyZ2V0PlxyXG4gICAgICAgICAgICAgICAgPGlucHV0XHJcbiAgICAgICAgICAgICAgICAgIGlkPVwibWF4SXNzdWVEYXRlXCJcclxuICAgICAgICAgICAgICAgICAgY2xhc3M9XCJmb3JtLWNvbnRyb2xcIlxyXG4gICAgICAgICAgICAgICAgICAjbWF4SXNzdWVEYXRlSW5wdXRcclxuICAgICAgICAgICAgICAgICAgI21heElzc3VlRGF0ZURhdGVwaWNrZXI9XCJuZ2JEYXRlcGlja2VyXCJcclxuICAgICAgICAgICAgICAgICAgbmFtZT1cIm1heElzc3VlRGF0ZVwiXHJcbiAgICAgICAgICAgICAgICAgIG5nYkRhdGVwaWNrZXJcclxuICAgICAgICAgICAgICAgICAgcmVhZG9ubHlcclxuICAgICAgICAgICAgICAgICAgKGNsaWNrKT1cIm1heElzc3VlRGF0ZURhdGVwaWNrZXIudG9nZ2xlKClcIlxyXG4gICAgICAgICAgICAgICAgICAoa2V5dXAuc3BhY2UpPVwibWF4SXNzdWVEYXRlRGF0ZXBpY2tlci50b2dnbGUoKVwiXHJcbiAgICAgICAgICAgICAgICAgIFsobmdNb2RlbCldPVwiZmlsdGVycy5pc3N1ZURhdGVNYXhcIlxyXG4gICAgICAgICAgICAgICAgICBbbmdNb2RlbE9wdGlvbnNdPVwieyBzdGFuZGFsb25lOiB0cnVlIH1cIlxyXG4gICAgICAgICAgICAgICAgLz5cclxuICAgICAgICAgICAgICAgIDxkaXYgKm5nSWY9XCJtYXhJc3N1ZURhdGVJbnB1dC52YWx1ZVwiIGNsYXNzPVwiaW5wdXQtZ3JvdXAtYXBwZW5kXCI+XHJcbiAgICAgICAgICAgICAgICAgIDxidXR0b25cclxuICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImJ0biBidG4tbGluayBweC0yXCJcclxuICAgICAgICAgICAgICAgICAgICB0eXBlPVwiYnV0dG9uXCJcclxuICAgICAgICAgICAgICAgICAgICBbdGl0bGVdPVwiJ0FicFVpOjpDbGVhcicgfCBhYnBMb2NhbGl6YXRpb25cIlxyXG4gICAgICAgICAgICAgICAgICAgIChjbGljayk9XCJcclxuICAgICAgICAgICAgICAgICAgICAgIG1heElzc3VlRGF0ZURhdGVwaWNrZXIud3JpdGVWYWx1ZShudWxsKTtcclxuICAgICAgICAgICAgICAgICAgICAgIG1heElzc3VlRGF0ZURhdGVwaWNrZXIubWFudWFsRGF0ZUNoYW5nZShudWxsLCB0cnVlKVxyXG4gICAgICAgICAgICAgICAgICAgIFwiXHJcbiAgICAgICAgICAgICAgICAgID5cclxuICAgICAgICAgICAgICAgICAgICA8aSBjbGFzcz1cImZhIGZhLXRpbWVzXCIgYXJpYS1oaWRkZW49XCJ0cnVlXCI+PC9pPlxyXG4gICAgICAgICAgICAgICAgICA8L2J1dHRvbj5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgPGRpdiBjbGFzcz1cImNvbC0xMiBjb2wtc20tYXV0b1wiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwibWItM1wiPlxyXG4gICAgICAgICAgICAgIDxsYWJlbCBjbGFzcz1cImZvcm0tbGFiZWxcIiBmb3I9XCJkb2N1bWVudFR5cGVDb2RlRmlsdGVyXCI+XHJcbiAgICAgICAgICAgICAgICB7eyAnZURvbnVzdW06OkRvY3VtZW50VHlwZUNvZGUnIHwgYWJwTG9jYWxpemF0aW9uIH19XHJcbiAgICAgICAgICAgICAgPC9sYWJlbD5cclxuXHJcbiAgICAgICAgICAgICAgPGlucHV0XHJcbiAgICAgICAgICAgICAgICBpZD1cImRvY3VtZW50VHlwZUNvZGVGaWx0ZXJcIlxyXG4gICAgICAgICAgICAgICAgY2xhc3M9XCJmb3JtLWNvbnRyb2xcIlxyXG4gICAgICAgICAgICAgICAgWyhuZ01vZGVsKV09XCJmaWx0ZXJzLmRvY3VtZW50VHlwZUNvZGVcIlxyXG4gICAgICAgICAgICAgICAgW25nTW9kZWxPcHRpb25zXT1cInsgc3RhbmRhbG9uZTogdHJ1ZSB9XCJcclxuICAgICAgICAgICAgICAvPlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgPGRpdiBjbGFzcz1cImNvbC0xMiBjb2wtc20tYXV0b1wiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwibWItM1wiPlxyXG4gICAgICAgICAgICAgIDxsYWJlbCBjbGFzcz1cImZvcm0tbGFiZWxcIiBmb3I9XCJkb2N1bWVudFJlZlR5cGVGaWx0ZXJcIj5cclxuICAgICAgICAgICAgICAgIHt7ICdlRG9udXN1bTo6RG9jdW1lbnRSZWZUeXBlJyB8IGFicExvY2FsaXphdGlvbiB9fVxyXG4gICAgICAgICAgICAgIDwvbGFiZWw+XHJcblxyXG4gICAgICAgICAgICAgIDxpbnB1dFxyXG4gICAgICAgICAgICAgICAgaWQ9XCJkb2N1bWVudFJlZlR5cGVGaWx0ZXJcIlxyXG4gICAgICAgICAgICAgICAgY2xhc3M9XCJmb3JtLWNvbnRyb2xcIlxyXG4gICAgICAgICAgICAgICAgWyhuZ01vZGVsKV09XCJmaWx0ZXJzLmRvY3VtZW50UmVmVHlwZVwiXHJcbiAgICAgICAgICAgICAgICBbbmdNb2RlbE9wdGlvbnNdPVwieyBzdGFuZGFsb25lOiB0cnVlIH1cIlxyXG4gICAgICAgICAgICAgIC8+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLTEyIGNvbC1zbS1hdXRvXCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJtYi0zXCI+XHJcbiAgICAgICAgICAgICAgPGxhYmVsIGNsYXNzPVwiZm9ybS1sYWJlbFwiIGZvcj1cImRvY3VtZW50RGVzY3JpcHRpb25GaWx0ZXJcIj5cclxuICAgICAgICAgICAgICAgIHt7ICdlRG9udXN1bTo6RG9jdW1lbnREZXNjcmlwdGlvbicgfCBhYnBMb2NhbGl6YXRpb24gfX1cclxuICAgICAgICAgICAgICA8L2xhYmVsPlxyXG5cclxuICAgICAgICAgICAgICA8aW5wdXRcclxuICAgICAgICAgICAgICAgIGlkPVwiZG9jdW1lbnREZXNjcmlwdGlvbkZpbHRlclwiXHJcbiAgICAgICAgICAgICAgICBjbGFzcz1cImZvcm0tY29udHJvbFwiXHJcbiAgICAgICAgICAgICAgICBbKG5nTW9kZWwpXT1cImZpbHRlcnMuZG9jdW1lbnREZXNjcmlwdGlvblwiXHJcbiAgICAgICAgICAgICAgICBbbmdNb2RlbE9wdGlvbnNdPVwieyBzdGFuZGFsb25lOiB0cnVlIH1cIlxyXG4gICAgICAgICAgICAgIC8+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLTEyIGNvbC1zbS1hdXRvXCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJtYi0zXCI+XHJcbiAgICAgICAgICAgICAgPGxhYmVsIGNsYXNzPVwiZm9ybS1sYWJlbFwiIGZvcj1cImRvY3VtZW50VHlwZUZpbHRlclwiPlxyXG4gICAgICAgICAgICAgICAge3sgJ2VEb251c3VtOjpEb2N1bWVudFR5cGUnIHwgYWJwTG9jYWxpemF0aW9uIH19XHJcbiAgICAgICAgICAgICAgPC9sYWJlbD5cclxuXHJcbiAgICAgICAgICAgICAgPGlucHV0XHJcbiAgICAgICAgICAgICAgICBpZD1cImRvY3VtZW50VHlwZUZpbHRlclwiXHJcbiAgICAgICAgICAgICAgICBjbGFzcz1cImZvcm0tY29udHJvbFwiXHJcbiAgICAgICAgICAgICAgICBbKG5nTW9kZWwpXT1cImZpbHRlcnMuZG9jdW1lbnRUeXBlXCJcclxuICAgICAgICAgICAgICAgIFtuZ01vZGVsT3B0aW9uc109XCJ7IHN0YW5kYWxvbmU6IHRydWUgfVwiXHJcbiAgICAgICAgICAgICAgLz5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtMTIgY29sLXNtLWF1dG9cIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm1iLTNcIj5cclxuICAgICAgICAgICAgICA8bGFiZWwgY2xhc3M9XCJmb3JtLWxhYmVsXCIgZm9yPVwiaW52b2ljZUlkRmlsdGVyXCI+XHJcbiAgICAgICAgICAgICAgICB7eyAnZURvbnVzdW06Okludm9pY2UnIHwgYWJwTG9jYWxpemF0aW9uIH19XHJcbiAgICAgICAgICAgICAgPC9sYWJlbD5cclxuICAgICAgICAgICAgICA8YWJwLWxvb2t1cC1zZWxlY3RcclxuICAgICAgICAgICAgICAgIGNpZD1cImludm9pY2VJZEZpbHRlclwiXHJcbiAgICAgICAgICAgICAgICBbZ2V0Rm5dPVwic2VydmljZS5nZXRJbnZvaWNlTG9va3VwXCJcclxuICAgICAgICAgICAgICAgIFsobmdNb2RlbCldPVwiZmlsdGVycy5pbnZvaWNlSWRcIlxyXG4gICAgICAgICAgICAgICAgW25nTW9kZWxPcHRpb25zXT1cInsgc3RhbmRhbG9uZTogdHJ1ZSB9XCJcclxuICAgICAgICAgICAgICA+PC9hYnAtbG9va3VwLXNlbGVjdD5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICA8L2Rpdj5cclxuXHJcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLTEyIGNvbC1zbS1hdXRvIGFsaWduLXNlbGYtZW5kIG1iLTNcIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cInJvd1wiPlxyXG4gICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtNiBjb2wtc20tYXV0byBkLWdyaWRcIj5cclxuICAgICAgICAgICAgICAgIDxidXR0b24gdHlwZT1cImJ1dHRvblwiIGNsYXNzPVwiYnRuIGJ0bi1vdXRsaW5lLXByaW1hcnlcIiAoY2xpY2spPVwiY2xlYXJGaWx0ZXJzKClcIj5cclxuICAgICAgICAgICAgICAgICAgPHNwYW4+e3sgJ0FicFVpOjpDbGVhcicgfCBhYnBMb2NhbGl6YXRpb24gfX08L3NwYW4+XHJcbiAgICAgICAgICAgICAgICA8L2J1dHRvbj5cclxuICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLTYgY29sLXNtLWF1dG8gZC1ncmlkXCI+XHJcbiAgICAgICAgICAgICAgICA8YnV0dG9uIHR5cGU9XCJidXR0b25cIiBjbGFzcz1cImJ0biBidG4tcHJpbWFyeVwiIChjbGljayk9XCJsaXN0LmdldCgpXCI+XHJcbiAgICAgICAgICAgICAgICAgIDxzcGFuPnt7ICdBYnBVaTo6UmVmcmVzaCcgfCBhYnBMb2NhbGl6YXRpb24gfX08L3NwYW4+XHJcbiAgICAgICAgICAgICAgICA8L2J1dHRvbj5cclxuICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgPC9mb3JtPlxyXG4gICAgPC9hYnAtYWR2YW5jZWQtZW50aXR5LWZpbHRlcnMtZm9ybT5cclxuICA8L2FicC1hZHZhbmNlZC1lbnRpdHktZmlsdGVycz5cclxuXHJcbiAgPGRpdiBjbGFzcz1cImNhcmRcIj5cclxuICAgIDxkaXYgY2xhc3M9XCJjYXJkLWJvZHlcIj5cclxuICAgICAgPG5neC1kYXRhdGFibGUgW3Jvd3NdPVwiZGF0YS5pdGVtc1wiIFtjb3VudF09XCJkYXRhLnRvdGFsQ291bnRcIiBbbGlzdF09XCJsaXN0XCIgZGVmYXVsdD5cclxuICAgICAgICA8bmd4LWRhdGF0YWJsZS1jb2x1bW5cclxuICAgICAgICAgIFtuYW1lXT1cIidBYnBVaTo6QWN0aW9ucycgfCBhYnBMb2NhbGl6YXRpb25cIlxyXG4gICAgICAgICAgW21heFdpZHRoXT1cIjE1MFwiXHJcbiAgICAgICAgICBbd2lkdGhdPVwiMTUwXCJcclxuICAgICAgICAgIFtzb3J0YWJsZV09XCJmYWxzZVwiXHJcbiAgICAgICAgPlxyXG4gICAgICAgICAgPG5nLXRlbXBsYXRlIGxldC1yb3c9XCJyb3dcIiBsZXQtaT1cInJvd0luZGV4XCIgbmd4LWRhdGF0YWJsZS1jZWxsLXRlbXBsYXRlPlxyXG4gICAgICAgICAgICA8ZGl2IG5nYkRyb3Bkb3duIGNvbnRhaW5lcj1cImJvZHlcIiBjbGFzcz1cImQtaW5saW5lLWJsb2NrXCI+XHJcbiAgICAgICAgICAgICAgPGJ1dHRvblxyXG4gICAgICAgICAgICAgICAgY2xhc3M9XCJidG4gYnRuLXByaW1hcnkgYnRuLXNtIGRyb3Bkb3duLXRvZ2dsZVwiXHJcbiAgICAgICAgICAgICAgICBkYXRhLXRvZ2dsZT1cImRyb3Bkb3duXCJcclxuICAgICAgICAgICAgICAgIGFyaWEtaGFzcG9wdXA9XCJ0cnVlXCJcclxuICAgICAgICAgICAgICAgIG5nYkRyb3Bkb3duVG9nZ2xlXHJcbiAgICAgICAgICAgICAgPlxyXG4gICAgICAgICAgICAgICAgPGkgY2xhc3M9XCJmYSBmYS1jb2cgbWUtMVwiIGFyaWEtaGlkZGVuPVwidHJ1ZVwiPjwvaT5cclxuICAgICAgICAgICAgICAgIHt7ICdBYnBVaTo6QWN0aW9ucycgfCBhYnBMb2NhbGl6YXRpb24gfX1cclxuICAgICAgICAgICAgICA8L2J1dHRvbj5cclxuXHJcbiAgICAgICAgICAgICAgPGRpdiBuZ2JEcm9wZG93bk1lbnU+XHJcbiAgICAgICAgICAgICAgICA8YnV0dG9uXHJcbiAgICAgICAgICAgICAgICAgIG5nYkRyb3Bkb3duSXRlbVxyXG4gICAgICAgICAgICAgICAgICAqYWJwUGVybWlzc2lvbj1cIidlRG9udXN1bS5JbnZvaWNlRG9jdW1lbnRSZWZlcmVuY2VzLkVkaXQnXCJcclxuICAgICAgICAgICAgICAgICAgKGNsaWNrKT1cInVwZGF0ZShyb3cpXCJcclxuICAgICAgICAgICAgICAgID5cclxuICAgICAgICAgICAgICAgICAge3sgJ0FicFVpOjpFZGl0JyB8IGFicExvY2FsaXphdGlvbiB9fVxyXG4gICAgICAgICAgICAgICAgPC9idXR0b24+XHJcblxyXG4gICAgICAgICAgICAgICAgPGJ1dHRvblxyXG4gICAgICAgICAgICAgICAgICBuZ2JEcm9wZG93bkl0ZW1cclxuICAgICAgICAgICAgICAgICAgKmFicFBlcm1pc3Npb249XCInZURvbnVzdW0uSW52b2ljZURvY3VtZW50UmVmZXJlbmNlcy5EZWxldGUnXCJcclxuICAgICAgICAgICAgICAgICAgKGNsaWNrKT1cImRlbGV0ZShyb3cpXCJcclxuICAgICAgICAgICAgICAgID5cclxuICAgICAgICAgICAgICAgICAge3sgJ0FicFVpOjpEZWxldGUnIHwgYWJwTG9jYWxpemF0aW9uIH19XHJcbiAgICAgICAgICAgICAgICA8L2J1dHRvbj5cclxuICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICA8L25nLXRlbXBsYXRlPlxyXG4gICAgICAgIDwvbmd4LWRhdGF0YWJsZS1jb2x1bW4+XHJcblxyXG4gICAgICAgIDxuZ3gtZGF0YXRhYmxlLWNvbHVtblxyXG4gICAgICAgICAgbmFtZT1cInt7ICdlRG9udXN1bTo6RG9jdW1lbnRSZWZlcmVuY2VJZCcgfCBhYnBMb2NhbGl6YXRpb24gfX1cIlxyXG4gICAgICAgICAgcHJvcD1cImludm9pY2VEb2N1bWVudFJlZmVyZW5jZS5kb2N1bWVudFJlZmVyZW5jZUlkXCJcclxuICAgICAgICA+XHJcbiAgICAgICAgICA8bmctdGVtcGxhdGUgbGV0LXJvdz1cInJvd1wiIG5neC1kYXRhdGFibGUtY2VsbC10ZW1wbGF0ZT5cclxuICAgICAgICAgICAge3sgcm93Lmludm9pY2VEb2N1bWVudFJlZmVyZW5jZS5kb2N1bWVudFJlZmVyZW5jZUlkIH19XHJcbiAgICAgICAgICA8L25nLXRlbXBsYXRlPlxyXG4gICAgICAgIDwvbmd4LWRhdGF0YWJsZS1jb2x1bW4+XHJcblxyXG4gICAgICAgIDxuZ3gtZGF0YXRhYmxlLWNvbHVtblxyXG4gICAgICAgICAgbmFtZT1cInt7ICdlRG9udXN1bTo6SXNzdWVEYXRlJyB8IGFicExvY2FsaXphdGlvbiB9fVwiXHJcbiAgICAgICAgICBwcm9wPVwiaW52b2ljZURvY3VtZW50UmVmZXJlbmNlLmlzc3VlRGF0ZVwiXHJcbiAgICAgICAgPlxyXG4gICAgICAgICAgPG5nLXRlbXBsYXRlIGxldC1yb3c9XCJyb3dcIiBuZ3gtZGF0YXRhYmxlLWNlbGwtdGVtcGxhdGU+XHJcbiAgICAgICAgICAgIHt7IHJvdy5pbnZvaWNlRG9jdW1lbnRSZWZlcmVuY2UuaXNzdWVEYXRlIHwgZGF0ZSB9fVxyXG4gICAgICAgICAgPC9uZy10ZW1wbGF0ZT5cclxuICAgICAgICA8L25neC1kYXRhdGFibGUtY29sdW1uPlxyXG5cclxuICAgICAgICA8bmd4LWRhdGF0YWJsZS1jb2x1bW5cclxuICAgICAgICAgIG5hbWU9XCJ7eyAnZURvbnVzdW06OkRvY3VtZW50VHlwZUNvZGUnIHwgYWJwTG9jYWxpemF0aW9uIH19XCJcclxuICAgICAgICAgIHByb3A9XCJpbnZvaWNlRG9jdW1lbnRSZWZlcmVuY2UuZG9jdW1lbnRUeXBlQ29kZVwiXHJcbiAgICAgICAgPlxyXG4gICAgICAgICAgPG5nLXRlbXBsYXRlIGxldC1yb3c9XCJyb3dcIiBuZ3gtZGF0YXRhYmxlLWNlbGwtdGVtcGxhdGU+XHJcbiAgICAgICAgICAgIHt7IHJvdy5pbnZvaWNlRG9jdW1lbnRSZWZlcmVuY2UuZG9jdW1lbnRUeXBlQ29kZSB9fVxyXG4gICAgICAgICAgPC9uZy10ZW1wbGF0ZT5cclxuICAgICAgICA8L25neC1kYXRhdGFibGUtY29sdW1uPlxyXG5cclxuICAgICAgICA8bmd4LWRhdGF0YWJsZS1jb2x1bW5cclxuICAgICAgICAgIG5hbWU9XCJ7eyAnZURvbnVzdW06OkRvY3VtZW50UmVmVHlwZScgfCBhYnBMb2NhbGl6YXRpb24gfX1cIlxyXG4gICAgICAgICAgcHJvcD1cImludm9pY2VEb2N1bWVudFJlZmVyZW5jZS5kb2N1bWVudFJlZlR5cGVcIlxyXG4gICAgICAgID5cclxuICAgICAgICAgIDxuZy10ZW1wbGF0ZSBsZXQtcm93PVwicm93XCIgbmd4LWRhdGF0YWJsZS1jZWxsLXRlbXBsYXRlPlxyXG4gICAgICAgICAgICB7eyByb3cuaW52b2ljZURvY3VtZW50UmVmZXJlbmNlLmRvY3VtZW50UmVmVHlwZSB9fVxyXG4gICAgICAgICAgPC9uZy10ZW1wbGF0ZT5cclxuICAgICAgICA8L25neC1kYXRhdGFibGUtY29sdW1uPlxyXG5cclxuICAgICAgICA8bmd4LWRhdGF0YWJsZS1jb2x1bW5cclxuICAgICAgICAgIG5hbWU9XCJ7eyAnZURvbnVzdW06OkRvY3VtZW50RGVzY3JpcHRpb24nIHwgYWJwTG9jYWxpemF0aW9uIH19XCJcclxuICAgICAgICAgIHByb3A9XCJpbnZvaWNlRG9jdW1lbnRSZWZlcmVuY2UuZG9jdW1lbnREZXNjcmlwdGlvblwiXHJcbiAgICAgICAgPlxyXG4gICAgICAgICAgPG5nLXRlbXBsYXRlIGxldC1yb3c9XCJyb3dcIiBuZ3gtZGF0YXRhYmxlLWNlbGwtdGVtcGxhdGU+XHJcbiAgICAgICAgICAgIHt7IHJvdy5pbnZvaWNlRG9jdW1lbnRSZWZlcmVuY2UuZG9jdW1lbnREZXNjcmlwdGlvbiB9fVxyXG4gICAgICAgICAgPC9uZy10ZW1wbGF0ZT5cclxuICAgICAgICA8L25neC1kYXRhdGFibGUtY29sdW1uPlxyXG5cclxuICAgICAgICA8bmd4LWRhdGF0YWJsZS1jb2x1bW5cclxuICAgICAgICAgIG5hbWU9XCJ7eyAnZURvbnVzdW06OkRvY3VtZW50VHlwZScgfCBhYnBMb2NhbGl6YXRpb24gfX1cIlxyXG4gICAgICAgICAgcHJvcD1cImludm9pY2VEb2N1bWVudFJlZmVyZW5jZS5kb2N1bWVudFR5cGVcIlxyXG4gICAgICAgID5cclxuICAgICAgICAgIDxuZy10ZW1wbGF0ZSBsZXQtcm93PVwicm93XCIgbmd4LWRhdGF0YWJsZS1jZWxsLXRlbXBsYXRlPlxyXG4gICAgICAgICAgICB7eyByb3cuaW52b2ljZURvY3VtZW50UmVmZXJlbmNlLmRvY3VtZW50VHlwZSB9fVxyXG4gICAgICAgICAgPC9uZy10ZW1wbGF0ZT5cclxuICAgICAgICA8L25neC1kYXRhdGFibGUtY29sdW1uPlxyXG5cclxuICAgICAgICA8bmd4LWRhdGF0YWJsZS1jb2x1bW5cclxuICAgICAgICAgIG5hbWU9XCJ7eyAnZURvbnVzdW06Okludm9pY2UnIHwgYWJwTG9jYWxpemF0aW9uIH19XCJcclxuICAgICAgICAgIHByb3A9XCJpbnZvaWNlLmludm9pY2VJZFwiXHJcbiAgICAgICAgPlxyXG4gICAgICAgICAgPG5nLXRlbXBsYXRlIGxldC1yb3c9XCJyb3dcIiBuZ3gtZGF0YXRhYmxlLWNlbGwtdGVtcGxhdGU+XHJcbiAgICAgICAgICAgIHt7IHJvdy5pbnZvaWNlPy5pbnZvaWNlSWQgfX1cclxuICAgICAgICAgIDwvbmctdGVtcGxhdGU+XHJcbiAgICAgICAgPC9uZ3gtZGF0YXRhYmxlLWNvbHVtbj5cclxuICAgICAgPC9uZ3gtZGF0YXRhYmxlPlxyXG4gICAgPC9kaXY+XHJcbiAgPC9kaXY+XHJcbjwvYWJwLXBhZ2U+XHJcblxyXG48YWJwLW1vZGFsIFtidXN5XT1cImlzTW9kYWxCdXN5XCIgWyh2aXNpYmxlKV09XCJpc01vZGFsT3BlblwiPlxyXG4gIDxuZy10ZW1wbGF0ZSAjYWJwSGVhZGVyPlxyXG4gICAgPGgzPlxyXG4gICAgICB7eyAoc2VsZWN0ZWQgPyAnQWJwVWk6OkVkaXQnIDogJ2VEb251c3VtOjpOZXdJbnZvaWNlRG9jdW1lbnRSZWZlcmVuY2UnKSB8IGFicExvY2FsaXphdGlvbiB9fVxyXG4gICAgPC9oMz5cclxuICA8L25nLXRlbXBsYXRlPlxyXG5cclxuICA8bmctdGVtcGxhdGUgI2FicEJvZHk+XHJcbiAgICA8Zm9ybVxyXG4gICAgICBbZm9ybUdyb3VwXT1cImZvcm1cIlxyXG4gICAgICBpZD1cImludm9pY2UtZG9jdW1lbnQtcmVmZXJlbmNlXCJcclxuICAgICAgKG5nU3VibWl0KT1cInN1Ym1pdEZvcm0oKVwiXHJcbiAgICAgIHZhbGlkYXRlT25TdWJtaXRcclxuICAgID5cclxuICAgICAgPGRpdiBjbGFzcz1cIm10LTIgZmFkZS1pbi10b3BcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwibWItM1wiPlxyXG4gICAgICAgICAgPGxhYmVsIGNsYXNzPVwiZm9ybS1sYWJlbFwiIGZvcj1cImludm9pY2UtZG9jdW1lbnQtcmVmZXJlbmNlLWRvY3VtZW50LXJlZmVyZW5jZS1pZFwiPlxyXG4gICAgICAgICAgICB7eyAnZURvbnVzdW06OkRvY3VtZW50UmVmZXJlbmNlSWQnIHwgYWJwTG9jYWxpemF0aW9uIH19ICpcclxuICAgICAgICAgIDwvbGFiZWw+XHJcblxyXG4gICAgICAgICAgPGlucHV0XHJcbiAgICAgICAgICAgIGlkPVwiaW52b2ljZS1kb2N1bWVudC1yZWZlcmVuY2UtZG9jdW1lbnQtcmVmZXJlbmNlLWlkXCJcclxuICAgICAgICAgICAgZm9ybUNvbnRyb2xOYW1lPVwiZG9jdW1lbnRSZWZlcmVuY2VJZFwiXHJcbiAgICAgICAgICAgIGNsYXNzPVwiZm9ybS1jb250cm9sXCJcclxuICAgICAgICAgICAgbWF4bGVuZ3RoPVwiNjRcIlxyXG4gICAgICAgICAgICBhdXRvZm9jdXNcclxuICAgICAgICAgIC8+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cIm1iLTNcIj5cclxuICAgICAgICAgIDxsYWJlbCBjbGFzcz1cImZvcm0tbGFiZWxcIiBmb3I9XCJpbnZvaWNlLWRvY3VtZW50LXJlZmVyZW5jZS1pc3N1ZS1kYXRlXCI+XHJcbiAgICAgICAgICAgIHt7ICdlRG9udXN1bTo6SXNzdWVEYXRlJyB8IGFicExvY2FsaXphdGlvbiB9fVxyXG4gICAgICAgICAgPC9sYWJlbD5cclxuXHJcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW5wdXQtZ3JvdXBcIiB2YWxpZGF0aW9uVGFyZ2V0PlxyXG4gICAgICAgICAgICA8aW5wdXRcclxuICAgICAgICAgICAgICByZWFkb25seVxyXG4gICAgICAgICAgICAgIGlkPVwiaW52b2ljZS1kb2N1bWVudC1yZWZlcmVuY2UtaXNzdWUtZGF0ZVwiXHJcbiAgICAgICAgICAgICAgZm9ybUNvbnRyb2xOYW1lPVwiaXNzdWVEYXRlXCJcclxuICAgICAgICAgICAgICBjbGFzcz1cImZvcm0tY29udHJvbFwiXHJcbiAgICAgICAgICAgICAgbmdiRGF0ZXBpY2tlclxyXG4gICAgICAgICAgICAgICNpc3N1ZURhdGVJbnB1dFxyXG4gICAgICAgICAgICAgICNpc3N1ZURhdGVEYXRlcGlja2VyPVwibmdiRGF0ZXBpY2tlclwiXHJcbiAgICAgICAgICAgICAgKGNsaWNrKT1cImlzc3VlRGF0ZURhdGVwaWNrZXIub3BlbigpXCJcclxuICAgICAgICAgICAgICAoa2V5dXAuc3BhY2UpPVwiaXNzdWVEYXRlRGF0ZXBpY2tlci5vcGVuKClcIlxyXG4gICAgICAgICAgICAvPlxyXG4gICAgICAgICAgICA8ZGl2ICpuZ0lmPVwiaXNzdWVEYXRlSW5wdXQudmFsdWVcIiBjbGFzcz1cImlucHV0LWdyb3VwLWFwcGVuZFwiPlxyXG4gICAgICAgICAgICAgIDxidXR0b25cclxuICAgICAgICAgICAgICAgIGNsYXNzPVwiYnRuIGJ0bi1saW5rIHB4LTJcIlxyXG4gICAgICAgICAgICAgICAgdHlwZT1cImJ1dHRvblwiXHJcbiAgICAgICAgICAgICAgICBbdGl0bGVdPVwiJ0FicFVpOjpDbGVhcicgfCBhYnBMb2NhbGl6YXRpb25cIlxyXG4gICAgICAgICAgICAgICAgKGNsaWNrKT1cIlxyXG4gICAgICAgICAgICAgICAgICBpc3N1ZURhdGVEYXRlcGlja2VyLndyaXRlVmFsdWUobnVsbCk7XHJcbiAgICAgICAgICAgICAgICAgIGlzc3VlRGF0ZURhdGVwaWNrZXIubWFudWFsRGF0ZUNoYW5nZShudWxsLCB0cnVlKVxyXG4gICAgICAgICAgICAgICAgXCJcclxuICAgICAgICAgICAgICA+XHJcbiAgICAgICAgICAgICAgICA8aSBjbGFzcz1cImZhIGZhLXRpbWVzXCIgYXJpYS1oaWRkZW49XCJ0cnVlXCI+PC9pPlxyXG4gICAgICAgICAgICAgIDwvYnV0dG9uPlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJtYi0zXCI+XHJcbiAgICAgICAgICA8bGFiZWwgY2xhc3M9XCJmb3JtLWxhYmVsXCIgZm9yPVwiaW52b2ljZS1kb2N1bWVudC1yZWZlcmVuY2UtZG9jdW1lbnQtdHlwZS1jb2RlXCI+XHJcbiAgICAgICAgICAgIHt7ICdlRG9udXN1bTo6RG9jdW1lbnRUeXBlQ29kZScgfCBhYnBMb2NhbGl6YXRpb24gfX1cclxuICAgICAgICAgIDwvbGFiZWw+XHJcblxyXG4gICAgICAgICAgPGlucHV0XHJcbiAgICAgICAgICAgIGlkPVwiaW52b2ljZS1kb2N1bWVudC1yZWZlcmVuY2UtZG9jdW1lbnQtdHlwZS1jb2RlXCJcclxuICAgICAgICAgICAgZm9ybUNvbnRyb2xOYW1lPVwiZG9jdW1lbnRUeXBlQ29kZVwiXHJcbiAgICAgICAgICAgIGNsYXNzPVwiZm9ybS1jb250cm9sXCJcclxuICAgICAgICAgICAgbWF4bGVuZ3RoPVwiMzJcIlxyXG4gICAgICAgICAgLz5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwibWItM1wiPlxyXG4gICAgICAgICAgPGxhYmVsIGNsYXNzPVwiZm9ybS1sYWJlbFwiIGZvcj1cImludm9pY2UtZG9jdW1lbnQtcmVmZXJlbmNlLWRvY3VtZW50LXJlZi10eXBlXCI+XHJcbiAgICAgICAgICAgIHt7ICdlRG9udXN1bTo6RG9jdW1lbnRSZWZUeXBlJyB8IGFicExvY2FsaXphdGlvbiB9fVxyXG4gICAgICAgICAgPC9sYWJlbD5cclxuXHJcbiAgICAgICAgICA8aW5wdXRcclxuICAgICAgICAgICAgaWQ9XCJpbnZvaWNlLWRvY3VtZW50LXJlZmVyZW5jZS1kb2N1bWVudC1yZWYtdHlwZVwiXHJcbiAgICAgICAgICAgIGZvcm1Db250cm9sTmFtZT1cImRvY3VtZW50UmVmVHlwZVwiXHJcbiAgICAgICAgICAgIGNsYXNzPVwiZm9ybS1jb250cm9sXCJcclxuICAgICAgICAgICAgbWF4bGVuZ3RoPVwiNjRcIlxyXG4gICAgICAgICAgLz5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwibWItM1wiPlxyXG4gICAgICAgICAgPGxhYmVsIGNsYXNzPVwiZm9ybS1sYWJlbFwiIGZvcj1cImludm9pY2UtZG9jdW1lbnQtcmVmZXJlbmNlLWRvY3VtZW50LWRlc2NyaXB0aW9uXCI+XHJcbiAgICAgICAgICAgIHt7ICdlRG9udXN1bTo6RG9jdW1lbnREZXNjcmlwdGlvbicgfCBhYnBMb2NhbGl6YXRpb24gfX1cclxuICAgICAgICAgIDwvbGFiZWw+XHJcblxyXG4gICAgICAgICAgPGlucHV0XHJcbiAgICAgICAgICAgIGlkPVwiaW52b2ljZS1kb2N1bWVudC1yZWZlcmVuY2UtZG9jdW1lbnQtZGVzY3JpcHRpb25cIlxyXG4gICAgICAgICAgICBmb3JtQ29udHJvbE5hbWU9XCJkb2N1bWVudERlc2NyaXB0aW9uXCJcclxuICAgICAgICAgICAgY2xhc3M9XCJmb3JtLWNvbnRyb2xcIlxyXG4gICAgICAgICAgLz5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwibWItM1wiPlxyXG4gICAgICAgICAgPGxhYmVsIGNsYXNzPVwiZm9ybS1sYWJlbFwiIGZvcj1cImludm9pY2UtZG9jdW1lbnQtcmVmZXJlbmNlLWRvY3VtZW50LXR5cGVcIj5cclxuICAgICAgICAgICAge3sgJ2VEb251c3VtOjpEb2N1bWVudFR5cGUnIHwgYWJwTG9jYWxpemF0aW9uIH19XHJcbiAgICAgICAgICA8L2xhYmVsPlxyXG5cclxuICAgICAgICAgIDxpbnB1dFxyXG4gICAgICAgICAgICBpZD1cImludm9pY2UtZG9jdW1lbnQtcmVmZXJlbmNlLWRvY3VtZW50LXR5cGVcIlxyXG4gICAgICAgICAgICBmb3JtQ29udHJvbE5hbWU9XCJkb2N1bWVudFR5cGVcIlxyXG4gICAgICAgICAgICBjbGFzcz1cImZvcm0tY29udHJvbFwiXHJcbiAgICAgICAgICAgIG1heGxlbmd0aD1cIjMyXCJcclxuICAgICAgICAgIC8+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cIm1iLTNcIj5cclxuICAgICAgICAgIDxsYWJlbCBjbGFzcz1cImZvcm0tbGFiZWxcIiBmb3I9XCJpbnZvaWNlLWRvY3VtZW50LXJlZmVyZW5jZS1pbnZvaWNlLWlkXCI+XHJcbiAgICAgICAgICAgIHt7ICdlRG9udXN1bTo6SW52b2ljZScgfCBhYnBMb2NhbGl6YXRpb24gfX0gKlxyXG4gICAgICAgICAgPC9sYWJlbD5cclxuXHJcbiAgICAgICAgICA8YWJwLWxvb2t1cC1zZWxlY3RcclxuICAgICAgICAgICAgY2lkPVwiaW52b2ljZS1kb2N1bWVudC1yZWZlcmVuY2UtaW52b2ljZS1pZFwiXHJcbiAgICAgICAgICAgIGZvcm1Db250cm9sTmFtZT1cImludm9pY2VJZFwiXHJcbiAgICAgICAgICAgIFtnZXRGbl09XCJzZXJ2aWNlLmdldEludm9pY2VMb29rdXBcIlxyXG4gICAgICAgICAgPjwvYWJwLWxvb2t1cC1zZWxlY3Q+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgIDwvZGl2PlxyXG4gICAgPC9mb3JtPlxyXG4gIDwvbmctdGVtcGxhdGU+XHJcblxyXG4gIDxuZy10ZW1wbGF0ZSAjYWJwRm9vdGVyPlxyXG4gICAgPGJ1dHRvbiB0eXBlPVwiYnV0dG9uXCIgY2xhc3M9XCJidG4gYnRuLXNlY29uZGFyeVwiIGFicENsb3NlPlxyXG4gICAgICB7eyAnQWJwVWk6OkNhbmNlbCcgfCBhYnBMb2NhbGl6YXRpb24gfX1cclxuICAgIDwvYnV0dG9uPlxyXG5cclxuICAgIDxhYnAtYnV0dG9uIGljb25DbGFzcz1cImZhIGZhLWNoZWNrXCIgYnV0dG9uVHlwZT1cInN1Ym1pdFwiIGZvcm1OYW1lPVwiaW52b2ljZS1kb2N1bWVudC1yZWZlcmVuY2VcIj5cclxuICAgICAge3sgJ0FicFVpOjpTYXZlJyB8IGFicExvY2FsaXphdGlvbiB9fVxyXG4gICAgPC9hYnAtYnV0dG9uPlxyXG4gIDwvbmctdGVtcGxhdGU+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 { InvoiceDocumentReferenceComponent } from './components/invoice-document-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: 'InvoiceDocumentReferenceComponentKey',
19
+ defaultComponent: InvoiceDocumentReferenceComponent,
20
+ },
21
+ },
22
+ },
23
+ ],
24
+ },
25
+ ];
26
+ export class InvoiceDocumentReferenceRoutingModule {
27
+ }
28
+ InvoiceDocumentReferenceRoutingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: InvoiceDocumentReferenceRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
29
+ InvoiceDocumentReferenceRoutingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.3.0", ngImport: i0, type: InvoiceDocumentReferenceRoutingModule, imports: [i1.RouterModule], exports: [RouterModule] });
30
+ InvoiceDocumentReferenceRoutingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: InvoiceDocumentReferenceRoutingModule, imports: [RouterModule.forChild(routes), RouterModule] });
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: InvoiceDocumentReferenceRoutingModule, decorators: [{
32
+ type: NgModule,
33
+ args: [{
34
+ imports: [RouterModule.forChild(routes)],
35
+ exports: [RouterModule],
36
+ }]
37
+ }] });
38
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW52b2ljZS1kb2N1bWVudC1yZWZlcmVuY2Utcm91dGluZy5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9lLWRvbnVzdW0vc3JjL2xpYi9pbnZvaWNlLWRvY3VtZW50LXJlZmVyZW5jZXMvaW52b2ljZS1kb2N1bWVudC1yZWZlcmVuY2UvaW52b2ljZS1kb2N1bWVudC1yZWZlcmVuY2Utcm91dGluZy5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLFNBQVMsRUFDVCxlQUFlLEVBQ2YscUJBQXFCLEVBRXJCLGtDQUFrQyxHQUNuQyxNQUFNLGNBQWMsQ0FBQztBQUN0QixPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQVUsTUFBTSxpQkFBaUIsQ0FBQztBQUN2RCxPQUFPLEVBQUUsaUNBQWlDLEVBQUUsTUFBTSxtREFBbUQsQ0FBQzs7O0FBRXRHLE1BQU0sTUFBTSxHQUFXO0lBQ3JCO1FBQ0UsSUFBSSxFQUFFLEVBQUU7UUFDUixTQUFTLEVBQUUscUJBQXFCO1FBQ2hDLFdBQVcsRUFBRSxDQUFDLFNBQVMsRUFBRSxlQUFlLENBQUM7UUFDekMsUUFBUSxFQUFFO1lBQ1I7Z0JBQ0UsSUFBSSxFQUFFLEVBQUU7Z0JBQ1IsU0FBUyxFQUFFLGtDQUFrQztnQkFDN0MsSUFBSSxFQUFFO29CQUNKLG9CQUFvQixFQUFFO3dCQUNwQixHQUFHLEVBQUUsc0NBQXNDO3dCQUMzQyxnQkFBZ0IsRUFBRSxpQ0FBaUM7cUJBQ2pCO2lCQUNyQzthQUNGO1NBQ0Y7S0FDRjtDQUNGLENBQUM7QUFNRixNQUFNLE9BQU8scUNBQXFDOztrSUFBckMscUNBQXFDO21JQUFyQyxxQ0FBcUMsd0NBRnRDLFlBQVk7bUlBRVgscUNBQXFDLFlBSHRDLFlBQVksQ0FBQyxRQUFRLENBQUMsTUFBTSxDQUFDLEVBQzdCLFlBQVk7MkZBRVgscUNBQXFDO2tCQUpqRCxRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRSxDQUFDLFlBQVksQ0FBQyxRQUFRLENBQUMsTUFBTSxDQUFDLENBQUM7b0JBQ3hDLE9BQU8sRUFBRSxDQUFDLFlBQVksQ0FBQztpQkFDeEIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xyXG4gIEF1dGhHdWFyZCxcclxuICBQZXJtaXNzaW9uR3VhcmQsXHJcbiAgUm91dGVyT3V0bGV0Q29tcG9uZW50LFxyXG4gIFJlcGxhY2VhYmxlQ29tcG9uZW50cyxcclxuICBSZXBsYWNlYWJsZVJvdXRlQ29udGFpbmVyQ29tcG9uZW50LFxyXG59IGZyb20gJ0BhYnAvbmcuY29yZSc7XHJcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IFJvdXRlck1vZHVsZSwgUm91dGVzIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcclxuaW1wb3J0IHsgSW52b2ljZURvY3VtZW50UmVmZXJlbmNlQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2ludm9pY2UtZG9jdW1lbnQtcmVmZXJlbmNlLmNvbXBvbmVudCc7XHJcblxyXG5jb25zdCByb3V0ZXM6IFJvdXRlcyA9IFtcclxuICB7XHJcbiAgICBwYXRoOiAnJyxcclxuICAgIGNvbXBvbmVudDogUm91dGVyT3V0bGV0Q29tcG9uZW50LFxyXG4gICAgY2FuQWN0aXZhdGU6IFtBdXRoR3VhcmQsIFBlcm1pc3Npb25HdWFyZF0sXHJcbiAgICBjaGlsZHJlbjogW1xyXG4gICAgICB7XHJcbiAgICAgICAgcGF0aDogJycsXHJcbiAgICAgICAgY29tcG9uZW50OiBSZXBsYWNlYWJsZVJvdXRlQ29udGFpbmVyQ29tcG9uZW50LFxyXG4gICAgICAgIGRhdGE6IHtcclxuICAgICAgICAgIHJlcGxhY2VhYmxlQ29tcG9uZW50OiB7XHJcbiAgICAgICAgICAgIGtleTogJ0ludm9pY2VEb2N1bWVudFJlZmVyZW5jZUNvbXBvbmVudEtleScsXHJcbiAgICAgICAgICAgIGRlZmF1bHRDb21wb25lbnQ6IEludm9pY2VEb2N1bWVudFJlZmVyZW5jZUNvbXBvbmVudCxcclxuICAgICAgICAgIH0gYXMgUmVwbGFjZWFibGVDb21wb25lbnRzLlJvdXRlRGF0YSxcclxuICAgICAgICB9LFxyXG4gICAgICB9LFxyXG4gICAgXSxcclxuICB9LFxyXG5dO1xyXG5cclxuQE5nTW9kdWxlKHtcclxuICBpbXBvcnRzOiBbUm91dGVyTW9kdWxlLmZvckNoaWxkKHJvdXRlcyldLFxyXG4gIGV4cG9ydHM6IFtSb3V0ZXJNb2R1bGVdLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgSW52b2ljZURvY3VtZW50UmVmZXJlbmNlUm91dGluZ01vZHVsZSB7fVxyXG4iXX0=