@valtimo/plugin 0.0.0

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 (422) hide show
  1. package/README.md +31 -0
  2. package/fesm2022/valtimo-plugin.mjs +10195 -0
  3. package/fesm2022/valtimo-plugin.mjs.map +1 -0
  4. package/index.d.ts +6 -0
  5. package/lib/components/default-plugin-configuration/default-plugin-configuration.component.d.ts +22 -0
  6. package/lib/components/default-plugin-configuration/default-plugin-configuration.component.d.ts.map +1 -0
  7. package/lib/components/default-plugin-configuration/default-plugin-configuration.module.d.ts +12 -0
  8. package/lib/components/default-plugin-configuration/default-plugin-configuration.module.d.ts.map +1 -0
  9. package/lib/components/plugin-configuration-container/plugin-configuration-container.component.d.ts +42 -0
  10. package/lib/components/plugin-configuration-container/plugin-configuration-container.component.d.ts.map +1 -0
  11. package/lib/components/plugin-configuration-container/plugin-configuration-container.module.d.ts +12 -0
  12. package/lib/components/plugin-configuration-container/plugin-configuration-container.module.d.ts.map +1 -0
  13. package/lib/constants/index.d.ts +2 -0
  14. package/lib/constants/index.d.ts.map +1 -0
  15. package/lib/constants/injection-tokens.d.ts +5 -0
  16. package/lib/constants/injection-tokens.d.ts.map +1 -0
  17. package/lib/models/index.d.ts +2 -0
  18. package/lib/models/index.d.ts.map +1 -0
  19. package/lib/models/plugin.d.ts +74 -0
  20. package/lib/models/plugin.d.ts.map +1 -0
  21. package/lib/pipes/index.d.ts +2 -0
  22. package/lib/pipes/index.d.ts.map +1 -0
  23. package/lib/pipes/plugin-translate/index.d.ts +3 -0
  24. package/lib/pipes/plugin-translate/index.d.ts.map +1 -0
  25. package/lib/pipes/plugin-translate/plugin-translate-pipe.module.d.ts +9 -0
  26. package/lib/pipes/plugin-translate/plugin-translate-pipe.module.d.ts.map +1 -0
  27. package/lib/pipes/plugin-translate/plugin-translate.pipe.d.ts +12 -0
  28. package/lib/pipes/plugin-translate/plugin-translate.pipe.d.ts.map +1 -0
  29. package/lib/plugins/besluiten-api/assets/besluiten-api-plugin-logo.d.ts +3 -0
  30. package/lib/plugins/besluiten-api/assets/besluiten-api-plugin-logo.d.ts.map +1 -0
  31. package/lib/plugins/besluiten-api/assets/index.d.ts +2 -0
  32. package/lib/plugins/besluiten-api/assets/index.d.ts.map +1 -0
  33. package/lib/plugins/besluiten-api/besluiten-api-plugin.module.d.ts +16 -0
  34. package/lib/plugins/besluiten-api/besluiten-api-plugin.module.d.ts.map +1 -0
  35. package/lib/plugins/besluiten-api/besluiten-api-plugin.specification.d.ts +4 -0
  36. package/lib/plugins/besluiten-api/besluiten-api-plugin.specification.d.ts.map +1 -0
  37. package/lib/plugins/besluiten-api/components/besluiten-api-configuration/besluiten-api-configuration.component.d.ts +34 -0
  38. package/lib/plugins/besluiten-api/components/besluiten-api-configuration/besluiten-api-configuration.component.d.ts.map +1 -0
  39. package/lib/plugins/besluiten-api/components/create-zaak-besluit/create-zaak-besluit-configuration.component.d.ts +57 -0
  40. package/lib/plugins/besluiten-api/components/create-zaak-besluit/create-zaak-besluit-configuration.component.d.ts.map +1 -0
  41. package/lib/plugins/besluiten-api/components/get-besluit/get-besluit-configuration.component.d.ts +24 -0
  42. package/lib/plugins/besluiten-api/components/get-besluit/get-besluit-configuration.component.d.ts.map +1 -0
  43. package/lib/plugins/besluiten-api/components/link-document-to-besluit/link-document-to-besluit-configuration.component.d.ts +24 -0
  44. package/lib/plugins/besluiten-api/components/link-document-to-besluit/link-document-to-besluit-configuration.component.d.ts.map +1 -0
  45. package/lib/plugins/besluiten-api/components/patch-zaak-besluit/patch-zaak-besluit-configuration.component.d.ts +39 -0
  46. package/lib/plugins/besluiten-api/components/patch-zaak-besluit/patch-zaak-besluit-configuration.component.d.ts.map +1 -0
  47. package/lib/plugins/besluiten-api/models/config.d.ts +45 -0
  48. package/lib/plugins/besluiten-api/models/config.d.ts.map +1 -0
  49. package/lib/plugins/besluiten-api/models/index.d.ts +3 -0
  50. package/lib/plugins/besluiten-api/models/index.d.ts.map +1 -0
  51. package/lib/plugins/besluiten-api/models/input.d.ts +3 -0
  52. package/lib/plugins/besluiten-api/models/input.d.ts.map +1 -0
  53. package/lib/plugins/besluiten-api/models/patch-besluit-properties.d.ts +3 -0
  54. package/lib/plugins/besluiten-api/models/patch-besluit-properties.d.ts.map +1 -0
  55. package/lib/plugins/besluiten-api/services/besluiten-api.service.d.ts +13 -0
  56. package/lib/plugins/besluiten-api/services/besluiten-api.service.d.ts.map +1 -0
  57. package/lib/plugins/besluiten-api/services/index.d.ts +2 -0
  58. package/lib/plugins/besluiten-api/services/index.d.ts.map +1 -0
  59. package/lib/plugins/catalogi-api/assets/catalogi-api-plugin-logo.d.ts +3 -0
  60. package/lib/plugins/catalogi-api/assets/catalogi-api-plugin-logo.d.ts.map +1 -0
  61. package/lib/plugins/catalogi-api/assets/index.d.ts +2 -0
  62. package/lib/plugins/catalogi-api/assets/index.d.ts.map +1 -0
  63. package/lib/plugins/catalogi-api/catalogi-api-plugin-module.d.ts +17 -0
  64. package/lib/plugins/catalogi-api/catalogi-api-plugin-module.d.ts.map +1 -0
  65. package/lib/plugins/catalogi-api/catalogi-api-plugin.specification.d.ts +4 -0
  66. package/lib/plugins/catalogi-api/catalogi-api-plugin.specification.d.ts.map +1 -0
  67. package/lib/plugins/catalogi-api/components/catalogi-api-configuration/catalogi-api-configuration.component.d.ts +34 -0
  68. package/lib/plugins/catalogi-api/components/catalogi-api-configuration/catalogi-api-configuration.component.d.ts.map +1 -0
  69. package/lib/plugins/catalogi-api/components/get-besluittype/get-besluittype-configuration.component.d.ts +24 -0
  70. package/lib/plugins/catalogi-api/components/get-besluittype/get-besluittype-configuration.component.d.ts.map +1 -0
  71. package/lib/plugins/catalogi-api/components/get-eigenschap/get-eigenschap-configuration.component.d.ts +24 -0
  72. package/lib/plugins/catalogi-api/components/get-eigenschap/get-eigenschap-configuration.component.d.ts.map +1 -0
  73. package/lib/plugins/catalogi-api/components/get-resultaattype/get-resultaattype-configuration.component.d.ts +24 -0
  74. package/lib/plugins/catalogi-api/components/get-resultaattype/get-resultaattype-configuration.component.d.ts.map +1 -0
  75. package/lib/plugins/catalogi-api/components/get-resultaattypen/get-resultaattypen-configuration.component.d.ts +24 -0
  76. package/lib/plugins/catalogi-api/components/get-resultaattypen/get-resultaattypen-configuration.component.d.ts.map +1 -0
  77. package/lib/plugins/catalogi-api/components/get-statustype/get-statustype-configuration.component.d.ts +24 -0
  78. package/lib/plugins/catalogi-api/components/get-statustype/get-statustype-configuration.component.d.ts.map +1 -0
  79. package/lib/plugins/catalogi-api/components/get-statustypen/get-statustypen-configuration.component.d.ts +24 -0
  80. package/lib/plugins/catalogi-api/components/get-statustypen/get-statustypen-configuration.component.d.ts.map +1 -0
  81. package/lib/plugins/catalogi-api/models/config.d.ts +31 -0
  82. package/lib/plugins/catalogi-api/models/config.d.ts.map +1 -0
  83. package/lib/plugins/catalogi-api/models/index.d.ts +2 -0
  84. package/lib/plugins/catalogi-api/models/index.d.ts.map +1 -0
  85. package/lib/plugins/documenten-api/assets/documenten-api-plugin-logo.d.ts +3 -0
  86. package/lib/plugins/documenten-api/assets/documenten-api-plugin-logo.d.ts.map +1 -0
  87. package/lib/plugins/documenten-api/assets/index.d.ts +2 -0
  88. package/lib/plugins/documenten-api/assets/index.d.ts.map +1 -0
  89. package/lib/plugins/documenten-api/components/documenten-api-configuration/documenten-api-configuration.component.d.ts +40 -0
  90. package/lib/plugins/documenten-api/components/documenten-api-configuration/documenten-api-configuration.component.d.ts.map +1 -0
  91. package/lib/plugins/documenten-api/components/download-document/download-document-configuration.component.d.ts +24 -0
  92. package/lib/plugins/documenten-api/components/download-document/download-document-configuration.component.d.ts.map +1 -0
  93. package/lib/plugins/documenten-api/components/store-temp-document/store-temp-document-configuration.component.d.ts +45 -0
  94. package/lib/plugins/documenten-api/components/store-temp-document/store-temp-document-configuration.component.d.ts.map +1 -0
  95. package/lib/plugins/documenten-api/components/store-uploaded-document/store-uploaded-document-configuration.component.d.ts +20 -0
  96. package/lib/plugins/documenten-api/components/store-uploaded-document/store-uploaded-document-configuration.component.d.ts.map +1 -0
  97. package/lib/plugins/documenten-api/components/store-uploaded-document-in-parts/store-uploaded-document-in-parts-configuration.component.d.ts +20 -0
  98. package/lib/plugins/documenten-api/components/store-uploaded-document-in-parts/store-uploaded-document-in-parts-configuration.component.d.ts.map +1 -0
  99. package/lib/plugins/documenten-api/documenten-api-plugin.module.d.ts +15 -0
  100. package/lib/plugins/documenten-api/documenten-api-plugin.module.d.ts.map +1 -0
  101. package/lib/plugins/documenten-api/documenten-api-plugin.specification.d.ts +4 -0
  102. package/lib/plugins/documenten-api/documenten-api-plugin.specification.d.ts.map +1 -0
  103. package/lib/plugins/documenten-api/models/config.d.ts +29 -0
  104. package/lib/plugins/documenten-api/models/config.d.ts.map +1 -0
  105. package/lib/plugins/documenten-api/models/index.d.ts +2 -0
  106. package/lib/plugins/documenten-api/models/index.d.ts.map +1 -0
  107. package/lib/plugins/documenten-api/services/documenten-api.service.d.ts +14 -0
  108. package/lib/plugins/documenten-api/services/documenten-api.service.d.ts.map +1 -0
  109. package/lib/plugins/documenten-api/services/index.d.ts +2 -0
  110. package/lib/plugins/documenten-api/services/index.d.ts.map +1 -0
  111. package/lib/plugins/exact/components/exact-action-get-request-configuration/exact-get-request-configuration.component.d.ts +25 -0
  112. package/lib/plugins/exact/components/exact-action-get-request-configuration/exact-get-request-configuration.component.d.ts.map +1 -0
  113. package/lib/plugins/exact/components/exact-action-get-request-configuration/exact-get-request-configuration.d.ts +7 -0
  114. package/lib/plugins/exact/components/exact-action-get-request-configuration/exact-get-request-configuration.d.ts.map +1 -0
  115. package/lib/plugins/exact/components/exact-action-post-request-configuration/exact-post-request-configuration.component.d.ts +25 -0
  116. package/lib/plugins/exact/components/exact-action-post-request-configuration/exact-post-request-configuration.component.d.ts.map +1 -0
  117. package/lib/plugins/exact/components/exact-action-post-request-configuration/exact-post-request-configuration.d.ts +8 -0
  118. package/lib/plugins/exact/components/exact-action-post-request-configuration/exact-post-request-configuration.d.ts.map +1 -0
  119. package/lib/plugins/exact/components/exact-action-put-request-configuration/exact-put-request-configuration.component.d.ts +25 -0
  120. package/lib/plugins/exact/components/exact-action-put-request-configuration/exact-put-request-configuration.component.d.ts.map +1 -0
  121. package/lib/plugins/exact/components/exact-action-put-request-configuration/exact-put-request-configuration.d.ts +8 -0
  122. package/lib/plugins/exact/components/exact-action-put-request-configuration/exact-put-request-configuration.d.ts.map +1 -0
  123. package/lib/plugins/exact/components/exact-plugin-configuration/exact-plugin-configuration.component.d.ts +33 -0
  124. package/lib/plugins/exact/components/exact-plugin-configuration/exact-plugin-configuration.component.d.ts.map +1 -0
  125. package/lib/plugins/exact/components/exact-redirect/exact-redirect.component.d.ts +11 -0
  126. package/lib/plugins/exact/components/exact-redirect/exact-redirect.component.d.ts.map +1 -0
  127. package/lib/plugins/exact/exact-plugin-routing.module.d.ts +9 -0
  128. package/lib/plugins/exact/exact-plugin-routing.module.d.ts.map +1 -0
  129. package/lib/plugins/exact/exact-plugin.d.ts +11 -0
  130. package/lib/plugins/exact/exact-plugin.d.ts.map +1 -0
  131. package/lib/plugins/exact/exact-plugin.module.d.ts +17 -0
  132. package/lib/plugins/exact/exact-plugin.module.d.ts.map +1 -0
  133. package/lib/plugins/exact/exact-plugin.service.d.ts +14 -0
  134. package/lib/plugins/exact/exact-plugin.service.d.ts.map +1 -0
  135. package/lib/plugins/exact/exact-refresh-token.d.ts +7 -0
  136. package/lib/plugins/exact/exact-refresh-token.d.ts.map +1 -0
  137. package/lib/plugins/exact/exact.plugin.specification.d.ts +4 -0
  138. package/lib/plugins/exact/exact.plugin.specification.d.ts.map +1 -0
  139. package/lib/plugins/iko/assets/iko-plugin-logo.d.ts +3 -0
  140. package/lib/plugins/iko/assets/iko-plugin-logo.d.ts.map +1 -0
  141. package/lib/plugins/iko/assets/index.d.ts +2 -0
  142. package/lib/plugins/iko/assets/index.d.ts.map +1 -0
  143. package/lib/plugins/iko/components/iko-configuration/iko-configuration.component.d.ts +24 -0
  144. package/lib/plugins/iko/components/iko-configuration/iko-configuration.component.d.ts.map +1 -0
  145. package/lib/plugins/iko/iko-plugin.module.d.ts +11 -0
  146. package/lib/plugins/iko/iko-plugin.module.d.ts.map +1 -0
  147. package/lib/plugins/iko/iko-plugin.specification.d.ts +4 -0
  148. package/lib/plugins/iko/iko-plugin.specification.d.ts.map +1 -0
  149. package/lib/plugins/iko/models/config.d.ts +6 -0
  150. package/lib/plugins/iko/models/config.d.ts.map +1 -0
  151. package/lib/plugins/iko/models/index.d.ts +2 -0
  152. package/lib/plugins/iko/models/index.d.ts.map +1 -0
  153. package/lib/plugins/klantinteracties-api/assets/index.d.ts +2 -0
  154. package/lib/plugins/klantinteracties-api/assets/index.d.ts.map +1 -0
  155. package/lib/plugins/klantinteracties-api/assets/klantinteracties-api-plugin-logo.d.ts +3 -0
  156. package/lib/plugins/klantinteracties-api/assets/klantinteracties-api-plugin-logo.d.ts.map +1 -0
  157. package/lib/plugins/klantinteracties-api/components/create-persoon/create-persoon.component.d.ts +24 -0
  158. package/lib/plugins/klantinteracties-api/components/create-persoon/create-persoon.component.d.ts.map +1 -0
  159. package/lib/plugins/klantinteracties-api/components/klantinteracties-api-configuration/klantinteracties-api-configuration.component.d.ts +34 -0
  160. package/lib/plugins/klantinteracties-api/components/klantinteracties-api-configuration/klantinteracties-api-configuration.component.d.ts.map +1 -0
  161. package/lib/plugins/klantinteracties-api/klantinteracties-api-plugin-module.d.ts +12 -0
  162. package/lib/plugins/klantinteracties-api/klantinteracties-api-plugin-module.d.ts.map +1 -0
  163. package/lib/plugins/klantinteracties-api/klantinteracties-api-plugin.specification.d.ts +4 -0
  164. package/lib/plugins/klantinteracties-api/klantinteracties-api-plugin.specification.d.ts.map +1 -0
  165. package/lib/plugins/klantinteracties-api/models/config.d.ts +15 -0
  166. package/lib/plugins/klantinteracties-api/models/config.d.ts.map +1 -0
  167. package/lib/plugins/klantinteracties-api/models/index.d.ts +2 -0
  168. package/lib/plugins/klantinteracties-api/models/index.d.ts.map +1 -0
  169. package/lib/plugins/notificaties-api/assets/notificaties-api-plugin-logo.d.ts +3 -0
  170. package/lib/plugins/notificaties-api/assets/notificaties-api-plugin-logo.d.ts.map +1 -0
  171. package/lib/plugins/notificaties-api/components/notificaties-api-configuration/notificaties-api-configuration.component.d.ts +34 -0
  172. package/lib/plugins/notificaties-api/components/notificaties-api-configuration/notificaties-api-configuration.component.d.ts.map +1 -0
  173. package/lib/plugins/notificaties-api/models/config.d.ts +7 -0
  174. package/lib/plugins/notificaties-api/models/config.d.ts.map +1 -0
  175. package/lib/plugins/notificaties-api/models/index.d.ts +2 -0
  176. package/lib/plugins/notificaties-api/models/index.d.ts.map +1 -0
  177. package/lib/plugins/notificaties-api/notificaties-api-plugin.module.d.ts +11 -0
  178. package/lib/plugins/notificaties-api/notificaties-api-plugin.module.d.ts.map +1 -0
  179. package/lib/plugins/notificaties-api/notificaties-api-plugin.specification.d.ts +4 -0
  180. package/lib/plugins/notificaties-api/notificaties-api-plugin.specification.d.ts.map +1 -0
  181. package/lib/plugins/notificaties-api-authentication/assets/index.d.ts +2 -0
  182. package/lib/plugins/notificaties-api-authentication/assets/index.d.ts.map +1 -0
  183. package/lib/plugins/notificaties-api-authentication/assets/open-notificaties-plugin-logo.d.ts +3 -0
  184. package/lib/plugins/notificaties-api-authentication/assets/open-notificaties-plugin-logo.d.ts.map +1 -0
  185. package/lib/plugins/notificaties-api-authentication/components/open-notificaties-configuration/open-notificaties-configuration.component.d.ts +24 -0
  186. package/lib/plugins/notificaties-api-authentication/components/open-notificaties-configuration/open-notificaties-configuration.component.d.ts.map +1 -0
  187. package/lib/plugins/notificaties-api-authentication/models/config.d.ts +7 -0
  188. package/lib/plugins/notificaties-api-authentication/models/config.d.ts.map +1 -0
  189. package/lib/plugins/notificaties-api-authentication/models/index.d.ts +2 -0
  190. package/lib/plugins/notificaties-api-authentication/models/index.d.ts.map +1 -0
  191. package/lib/plugins/notificaties-api-authentication/open-notificaties-plugin.module.d.ts +11 -0
  192. package/lib/plugins/notificaties-api-authentication/open-notificaties-plugin.module.d.ts.map +1 -0
  193. package/lib/plugins/notificaties-api-authentication/open-notificaties-plugin.specification.d.ts +4 -0
  194. package/lib/plugins/notificaties-api-authentication/open-notificaties-plugin.specification.d.ts.map +1 -0
  195. package/lib/plugins/object-token-authentication/assets/object-token-authentication-plugin-logo.d.ts +3 -0
  196. package/lib/plugins/object-token-authentication/assets/object-token-authentication-plugin-logo.d.ts.map +1 -0
  197. package/lib/plugins/object-token-authentication/components/object-token-authentication-configuration/object-token-authencation-configuration.component.d.ts +24 -0
  198. package/lib/plugins/object-token-authentication/components/object-token-authentication-configuration/object-token-authencation-configuration.component.d.ts.map +1 -0
  199. package/lib/plugins/object-token-authentication/models/config.d.ts +6 -0
  200. package/lib/plugins/object-token-authentication/models/config.d.ts.map +1 -0
  201. package/lib/plugins/object-token-authentication/models/index.d.ts +2 -0
  202. package/lib/plugins/object-token-authentication/models/index.d.ts.map +1 -0
  203. package/lib/plugins/object-token-authentication/object-token-authentication-plugin.module.d.ts +11 -0
  204. package/lib/plugins/object-token-authentication/object-token-authentication-plugin.module.d.ts.map +1 -0
  205. package/lib/plugins/object-token-authentication/object-token-authentication-plugin.specification.d.ts +4 -0
  206. package/lib/plugins/object-token-authentication/object-token-authentication-plugin.specification.d.ts.map +1 -0
  207. package/lib/plugins/objecten-api/assets/index.d.ts +2 -0
  208. package/lib/plugins/objecten-api/assets/index.d.ts.map +1 -0
  209. package/lib/plugins/objecten-api/assets/objecten-api-plugin-logo.d.ts +3 -0
  210. package/lib/plugins/objecten-api/assets/objecten-api-plugin-logo.d.ts.map +1 -0
  211. package/lib/plugins/objecten-api/components/delete-object/delete-object.component.d.ts +24 -0
  212. package/lib/plugins/objecten-api/components/delete-object/delete-object.component.d.ts.map +1 -0
  213. package/lib/plugins/objecten-api/components/objecten-api-configuration/objecten-api-configuration.component.d.ts +34 -0
  214. package/lib/plugins/objecten-api/components/objecten-api-configuration/objecten-api-configuration.component.d.ts.map +1 -0
  215. package/lib/plugins/objecten-api/models/config.d.ts +10 -0
  216. package/lib/plugins/objecten-api/models/config.d.ts.map +1 -0
  217. package/lib/plugins/objecten-api/models/index.d.ts +2 -0
  218. package/lib/plugins/objecten-api/models/index.d.ts.map +1 -0
  219. package/lib/plugins/objecten-api/objecten-api-plugin-module.d.ts +12 -0
  220. package/lib/plugins/objecten-api/objecten-api-plugin-module.d.ts.map +1 -0
  221. package/lib/plugins/objecten-api/objecten-api-plugin.specification.d.ts +4 -0
  222. package/lib/plugins/objecten-api/objecten-api-plugin.specification.d.ts.map +1 -0
  223. package/lib/plugins/objecttypen-api/assets/index.d.ts +2 -0
  224. package/lib/plugins/objecttypen-api/assets/index.d.ts.map +1 -0
  225. package/lib/plugins/objecttypen-api/assets/objecttypen-api-plugin-logo.d.ts +3 -0
  226. package/lib/plugins/objecttypen-api/assets/objecttypen-api-plugin-logo.d.ts.map +1 -0
  227. package/lib/plugins/objecttypen-api/components/objecttypen-api-configuration/objecttypen-api-configuration.component.d.ts +34 -0
  228. package/lib/plugins/objecttypen-api/components/objecttypen-api-configuration/objecttypen-api-configuration.component.d.ts.map +1 -0
  229. package/lib/plugins/objecttypen-api/models/config.d.ts +7 -0
  230. package/lib/plugins/objecttypen-api/models/config.d.ts.map +1 -0
  231. package/lib/plugins/objecttypen-api/models/index.d.ts +2 -0
  232. package/lib/plugins/objecttypen-api/models/index.d.ts.map +1 -0
  233. package/lib/plugins/objecttypen-api/objecttypen-api-plugin-module.d.ts +11 -0
  234. package/lib/plugins/objecttypen-api/objecttypen-api-plugin-module.d.ts.map +1 -0
  235. package/lib/plugins/objecttypen-api/objecttypen-api-plugin.specification.d.ts +4 -0
  236. package/lib/plugins/objecttypen-api/objecttypen-api-plugin.specification.d.ts.map +1 -0
  237. package/lib/plugins/open-klant-token-authentication/assets/open-klant-token-authentication-plugin-logo.d.ts +3 -0
  238. package/lib/plugins/open-klant-token-authentication/assets/open-klant-token-authentication-plugin-logo.d.ts.map +1 -0
  239. package/lib/plugins/open-klant-token-authentication/components/open-klant-token-authentication-configuration/open-klant-token-authentication-configuration.component.d.ts +24 -0
  240. package/lib/plugins/open-klant-token-authentication/components/open-klant-token-authentication-configuration/open-klant-token-authentication-configuration.component.d.ts.map +1 -0
  241. package/lib/plugins/open-klant-token-authentication/models/config.d.ts +6 -0
  242. package/lib/plugins/open-klant-token-authentication/models/config.d.ts.map +1 -0
  243. package/lib/plugins/open-klant-token-authentication/models/index.d.ts +2 -0
  244. package/lib/plugins/open-klant-token-authentication/models/index.d.ts.map +1 -0
  245. package/lib/plugins/open-klant-token-authentication/open-klant-token-authentication-plugin.module.d.ts +11 -0
  246. package/lib/plugins/open-klant-token-authentication/open-klant-token-authentication-plugin.module.d.ts.map +1 -0
  247. package/lib/plugins/open-klant-token-authentication/open-klant-token-authentication-plugin.specification.d.ts +4 -0
  248. package/lib/plugins/open-klant-token-authentication/open-klant-token-authentication-plugin.specification.d.ts.map +1 -0
  249. package/lib/plugins/open-zaak/assets/index.d.ts +2 -0
  250. package/lib/plugins/open-zaak/assets/index.d.ts.map +1 -0
  251. package/lib/plugins/open-zaak/assets/open-zaak-plugin-logo.d.ts +3 -0
  252. package/lib/plugins/open-zaak/assets/open-zaak-plugin-logo.d.ts.map +1 -0
  253. package/lib/plugins/open-zaak/components/open-zaak-configuration/open-zaak-configuration.component.d.ts +24 -0
  254. package/lib/plugins/open-zaak/components/open-zaak-configuration/open-zaak-configuration.component.d.ts.map +1 -0
  255. package/lib/plugins/open-zaak/models/config.d.ts +7 -0
  256. package/lib/plugins/open-zaak/models/config.d.ts.map +1 -0
  257. package/lib/plugins/open-zaak/models/index.d.ts +2 -0
  258. package/lib/plugins/open-zaak/models/index.d.ts.map +1 -0
  259. package/lib/plugins/open-zaak/open-zaak-plugin.module.d.ts +11 -0
  260. package/lib/plugins/open-zaak/open-zaak-plugin.module.d.ts.map +1 -0
  261. package/lib/plugins/open-zaak/open-zaak-plugin.specification.d.ts +4 -0
  262. package/lib/plugins/open-zaak/open-zaak-plugin.specification.d.ts.map +1 -0
  263. package/lib/plugins/portaaltaak/assets/portaaltaak-plugin-logo.d.ts +3 -0
  264. package/lib/plugins/portaaltaak/assets/portaaltaak-plugin-logo.d.ts.map +1 -0
  265. package/lib/plugins/portaaltaak/components/complete-portal-task/complete-portal-task.component.d.ts +19 -0
  266. package/lib/plugins/portaaltaak/components/complete-portal-task/complete-portal-task.component.d.ts.map +1 -0
  267. package/lib/plugins/portaaltaak/components/create-portal-task/create-portal-task.component.d.ts +40 -0
  268. package/lib/plugins/portaaltaak/components/create-portal-task/create-portal-task.component.d.ts.map +1 -0
  269. package/lib/plugins/portaaltaak/components/portaaltaak-configuration/portaaltaak-configuration.component.d.ts +38 -0
  270. package/lib/plugins/portaaltaak/components/portaaltaak-configuration/portaaltaak-configuration.component.d.ts.map +1 -0
  271. package/lib/plugins/portaaltaak/models/config.d.ts +27 -0
  272. package/lib/plugins/portaaltaak/models/config.d.ts.map +1 -0
  273. package/lib/plugins/portaaltaak/models/index.d.ts +3 -0
  274. package/lib/plugins/portaaltaak/models/index.d.ts.map +1 -0
  275. package/lib/plugins/portaaltaak/models/object.d.ts +14 -0
  276. package/lib/plugins/portaaltaak/models/object.d.ts.map +1 -0
  277. package/lib/plugins/portaaltaak/portaaltaak-plugin.module.d.ts +13 -0
  278. package/lib/plugins/portaaltaak/portaaltaak-plugin.module.d.ts.map +1 -0
  279. package/lib/plugins/portaaltaak/portaaltaak-plugin.specification.d.ts +4 -0
  280. package/lib/plugins/portaaltaak/portaaltaak-plugin.specification.d.ts.map +1 -0
  281. package/lib/plugins/portaaltaak/services/index.d.ts +2 -0
  282. package/lib/plugins/portaaltaak/services/index.d.ts.map +1 -0
  283. package/lib/plugins/portaaltaak/services/object.service.d.ts +14 -0
  284. package/lib/plugins/portaaltaak/services/object.service.d.ts.map +1 -0
  285. package/lib/plugins/smart-documents/assets/index.d.ts +2 -0
  286. package/lib/plugins/smart-documents/assets/index.d.ts.map +1 -0
  287. package/lib/plugins/smart-documents/assets/smart-documents-plugin-logo.d.ts +3 -0
  288. package/lib/plugins/smart-documents/assets/smart-documents-plugin-logo.d.ts.map +1 -0
  289. package/lib/plugins/smart-documents/components/generate-document-configuration/generate-document-configuration.component.d.ts +31 -0
  290. package/lib/plugins/smart-documents/components/generate-document-configuration/generate-document-configuration.component.d.ts.map +1 -0
  291. package/lib/plugins/smart-documents/components/get-template-names/get-template-names.component.d.ts +24 -0
  292. package/lib/plugins/smart-documents/components/get-template-names/get-template-names.component.d.ts.map +1 -0
  293. package/lib/plugins/smart-documents/components/smart-documents-configuration/smart-documents-configuration.component.d.ts +24 -0
  294. package/lib/plugins/smart-documents/components/smart-documents-configuration/smart-documents-configuration.component.d.ts.map +1 -0
  295. package/lib/plugins/smart-documents/models/config.d.ts +23 -0
  296. package/lib/plugins/smart-documents/models/config.d.ts.map +1 -0
  297. package/lib/plugins/smart-documents/models/index.d.ts +2 -0
  298. package/lib/plugins/smart-documents/models/index.d.ts.map +1 -0
  299. package/lib/plugins/smart-documents/smart-documents-plugin.module.d.ts +13 -0
  300. package/lib/plugins/smart-documents/smart-documents-plugin.module.d.ts.map +1 -0
  301. package/lib/plugins/smart-documents/smart-documents-plugin.specification.d.ts +4 -0
  302. package/lib/plugins/smart-documents/smart-documents-plugin.specification.d.ts.map +1 -0
  303. package/lib/plugins/verzoek/assets/verzoek-plugin-logo.d.ts +3 -0
  304. package/lib/plugins/verzoek/assets/verzoek-plugin-logo.d.ts.map +1 -0
  305. package/lib/plugins/verzoek/components/verzoek-configuration/verzoek-configuration.component.d.ts +79 -0
  306. package/lib/plugins/verzoek/components/verzoek-configuration/verzoek-configuration.component.d.ts.map +1 -0
  307. package/lib/plugins/verzoek/models/config.d.ts +28 -0
  308. package/lib/plugins/verzoek/models/config.d.ts.map +1 -0
  309. package/lib/plugins/verzoek/models/index.d.ts +3 -0
  310. package/lib/plugins/verzoek/models/index.d.ts.map +1 -0
  311. package/lib/plugins/verzoek/models/verzoek.d.ts +24 -0
  312. package/lib/plugins/verzoek/models/verzoek.d.ts.map +1 -0
  313. package/lib/plugins/verzoek/services/index.d.ts +2 -0
  314. package/lib/plugins/verzoek/services/index.d.ts.map +1 -0
  315. package/lib/plugins/verzoek/services/verzoek-plugin.service.d.ts +18 -0
  316. package/lib/plugins/verzoek/services/verzoek-plugin.service.d.ts.map +1 -0
  317. package/lib/plugins/verzoek/verzoek-plugin.module.d.ts +12 -0
  318. package/lib/plugins/verzoek/verzoek-plugin.module.d.ts.map +1 -0
  319. package/lib/plugins/verzoek/verzoek-plugin.specification.d.ts +4 -0
  320. package/lib/plugins/verzoek/verzoek-plugin.specification.d.ts.map +1 -0
  321. package/lib/plugins/zaken-api/assets/index.d.ts +2 -0
  322. package/lib/plugins/zaken-api/assets/index.d.ts.map +1 -0
  323. package/lib/plugins/zaken-api/assets/zaken-api-plugin-logo.d.ts +3 -0
  324. package/lib/plugins/zaken-api/assets/zaken-api-plugin-logo.d.ts.map +1 -0
  325. package/lib/plugins/zaken-api/components/create-medewerker-zaak-rol/create-medewerker-zaak-rol.component.d.ts +25 -0
  326. package/lib/plugins/zaken-api/components/create-medewerker-zaak-rol/create-medewerker-zaak-rol.component.d.ts.map +1 -0
  327. package/lib/plugins/zaken-api/components/create-natuurlijk-persoon-zaak-rol/create-natuurlijk-persoon-zaak-rol.component.d.ts +24 -0
  328. package/lib/plugins/zaken-api/components/create-natuurlijk-persoon-zaak-rol/create-natuurlijk-persoon-zaak-rol.component.d.ts.map +1 -0
  329. package/lib/plugins/zaken-api/components/create-niet-natuurlijk-persoon-zaak-rol/create-niet-natuurlijk-persoon-zaak-rol.component.d.ts +24 -0
  330. package/lib/plugins/zaken-api/components/create-niet-natuurlijk-persoon-zaak-rol/create-niet-natuurlijk-persoon-zaak-rol.component.d.ts.map +1 -0
  331. package/lib/plugins/zaken-api/components/create-organisatorische-eenheid-zaak-rol/create-organisatorische-eenheid-zaak-rol.component.d.ts +25 -0
  332. package/lib/plugins/zaken-api/components/create-organisatorische-eenheid-zaak-rol/create-organisatorische-eenheid-zaak-rol.component.d.ts.map +1 -0
  333. package/lib/plugins/zaken-api/components/create-vestiging-zaak-rol/create-vestiging-zaak-rol.component.d.ts +24 -0
  334. package/lib/plugins/zaken-api/components/create-vestiging-zaak-rol/create-vestiging-zaak-rol.component.d.ts.map +1 -0
  335. package/lib/plugins/zaken-api/components/create-zaak/create-zaak-configuration.component.d.ts +58 -0
  336. package/lib/plugins/zaken-api/components/create-zaak/create-zaak-configuration.component.d.ts.map +1 -0
  337. package/lib/plugins/zaken-api/components/create-zaak-object/create-zaak-object-configuration.component.d.ts +27 -0
  338. package/lib/plugins/zaken-api/components/create-zaak-object/create-zaak-object-configuration.component.d.ts.map +1 -0
  339. package/lib/plugins/zaken-api/components/create-zaak-resultaat/create-zaak-resultaat-configuration.component.d.ts +40 -0
  340. package/lib/plugins/zaken-api/components/create-zaak-resultaat/create-zaak-resultaat-configuration.component.d.ts.map +1 -0
  341. package/lib/plugins/zaken-api/components/create-zaakeigenschap/create-zaakeigenschap.component.d.ts +41 -0
  342. package/lib/plugins/zaken-api/components/create-zaakeigenschap/create-zaakeigenschap.component.d.ts.map +1 -0
  343. package/lib/plugins/zaken-api/components/create-zaaknotitie/create-zaaknotitie-configuration.component.d.ts +26 -0
  344. package/lib/plugins/zaken-api/components/create-zaaknotitie/create-zaaknotitie-configuration.component.d.ts.map +1 -0
  345. package/lib/plugins/zaken-api/components/delete-zaak-rol/delete-zaak-rol.component.d.ts +24 -0
  346. package/lib/plugins/zaken-api/components/delete-zaak-rol/delete-zaak-rol.component.d.ts.map +1 -0
  347. package/lib/plugins/zaken-api/components/delete-zaakeigenschap/delete-zaakeigenschap.component.d.ts +38 -0
  348. package/lib/plugins/zaken-api/components/delete-zaakeigenschap/delete-zaakeigenschap.component.d.ts.map +1 -0
  349. package/lib/plugins/zaken-api/components/end-hersteltermijn/end-hersteltermijn.component.d.ts +20 -0
  350. package/lib/plugins/zaken-api/components/end-hersteltermijn/end-hersteltermijn.component.d.ts.map +1 -0
  351. package/lib/plugins/zaken-api/components/get-zaak-informatieobjecten/get-zaak-informatieobjecten.component.d.ts +34 -0
  352. package/lib/plugins/zaken-api/components/get-zaak-informatieobjecten/get-zaak-informatieobjecten.component.d.ts.map +1 -0
  353. package/lib/plugins/zaken-api/components/get-zaakbesluiten/get-zaakbesluiten-configuration.component.d.ts +24 -0
  354. package/lib/plugins/zaken-api/components/get-zaakbesluiten/get-zaakbesluiten-configuration.component.d.ts.map +1 -0
  355. package/lib/plugins/zaken-api/components/link-document-to-zaak/link-document-to-zaak-configuration.component.d.ts +34 -0
  356. package/lib/plugins/zaken-api/components/link-document-to-zaak/link-document-to-zaak-configuration.component.d.ts.map +1 -0
  357. package/lib/plugins/zaken-api/components/link-uploaded-document-to-zaak/link-uploaded-document-to-zaak-configuration.component.d.ts +20 -0
  358. package/lib/plugins/zaken-api/components/link-uploaded-document-to-zaak/link-uploaded-document-to-zaak-configuration.component.d.ts.map +1 -0
  359. package/lib/plugins/zaken-api/components/patch-zaak/patch-zaak-configuration.component.d.ts +47 -0
  360. package/lib/plugins/zaken-api/components/patch-zaak/patch-zaak-configuration.component.d.ts.map +1 -0
  361. package/lib/plugins/zaken-api/components/patch-zaaknotitie/patch-zaaknotitie-configuration.component.d.ts +45 -0
  362. package/lib/plugins/zaken-api/components/patch-zaaknotitie/patch-zaaknotitie-configuration.component.d.ts.map +1 -0
  363. package/lib/plugins/zaken-api/components/relateer-zaken/relateer-zaken.component.d.ts +30 -0
  364. package/lib/plugins/zaken-api/components/relateer-zaken/relateer-zaken.component.d.ts.map +1 -0
  365. package/lib/plugins/zaken-api/components/set-zaak-status/set-zaak-status-configuration.component.d.ts +55 -0
  366. package/lib/plugins/zaken-api/components/set-zaak-status/set-zaak-status-configuration.component.d.ts.map +1 -0
  367. package/lib/plugins/zaken-api/components/set-zaakopschorting/set-zaakopschorting.component.d.ts +24 -0
  368. package/lib/plugins/zaken-api/components/set-zaakopschorting/set-zaakopschorting.component.d.ts.map +1 -0
  369. package/lib/plugins/zaken-api/components/start-hersteltermijn/start-hersteltermijn-configuration.component.d.ts +24 -0
  370. package/lib/plugins/zaken-api/components/start-hersteltermijn/start-hersteltermijn-configuration.component.d.ts.map +1 -0
  371. package/lib/plugins/zaken-api/components/update-zaakeigenschap/update-zaakeigenschap.component.d.ts +38 -0
  372. package/lib/plugins/zaken-api/components/update-zaakeigenschap/update-zaakeigenschap.component.d.ts.map +1 -0
  373. package/lib/plugins/zaken-api/components/zaken-api-configuration/zaken-api-configuration.component.d.ts +39 -0
  374. package/lib/plugins/zaken-api/components/zaken-api-configuration/zaken-api-configuration.component.d.ts.map +1 -0
  375. package/lib/plugins/zaken-api/models/config.d.ts +161 -0
  376. package/lib/plugins/zaken-api/models/config.d.ts.map +1 -0
  377. package/lib/plugins/zaken-api/models/create-zaak-properties.d.ts +3 -0
  378. package/lib/plugins/zaken-api/models/create-zaak-properties.d.ts.map +1 -0
  379. package/lib/plugins/zaken-api/models/eigenschap.d.ts +6 -0
  380. package/lib/plugins/zaken-api/models/eigenschap.d.ts.map +1 -0
  381. package/lib/plugins/zaken-api/models/geometry-types.d.ts +2 -0
  382. package/lib/plugins/zaken-api/models/geometry-types.d.ts.map +1 -0
  383. package/lib/plugins/zaken-api/models/index.d.ts +6 -0
  384. package/lib/plugins/zaken-api/models/index.d.ts.map +1 -0
  385. package/lib/plugins/zaken-api/models/indicatie-machtiging-values.d.ts +3 -0
  386. package/lib/plugins/zaken-api/models/indicatie-machtiging-values.d.ts.map +1 -0
  387. package/lib/plugins/zaken-api/models/input.d.ts +3 -0
  388. package/lib/plugins/zaken-api/models/input.d.ts.map +1 -0
  389. package/lib/plugins/zaken-api/models/patch-zaak-properties.d.ts +3 -0
  390. package/lib/plugins/zaken-api/models/patch-zaak-properties.d.ts.map +1 -0
  391. package/lib/plugins/zaken-api/models/patch-zaaknotitie-properties.d.ts +3 -0
  392. package/lib/plugins/zaken-api/models/patch-zaaknotitie-properties.d.ts.map +1 -0
  393. package/lib/plugins/zaken-api/models/payment-indication-types.d.ts +2 -0
  394. package/lib/plugins/zaken-api/models/payment-indication-types.d.ts.map +1 -0
  395. package/lib/plugins/zaken-api/models/resultaat.d.ts +6 -0
  396. package/lib/plugins/zaken-api/models/resultaat.d.ts.map +1 -0
  397. package/lib/plugins/zaken-api/models/status.d.ts +6 -0
  398. package/lib/plugins/zaken-api/models/status.d.ts.map +1 -0
  399. package/lib/plugins/zaken-api/models/zaaknotificatie-statuses.d.ts +2 -0
  400. package/lib/plugins/zaken-api/models/zaaknotificatie-statuses.d.ts.map +1 -0
  401. package/lib/plugins/zaken-api/models/zaaknotificatie-types.d.ts +2 -0
  402. package/lib/plugins/zaken-api/models/zaaknotificatie-types.d.ts.map +1 -0
  403. package/lib/plugins/zaken-api/services/index.d.ts +2 -0
  404. package/lib/plugins/zaken-api/services/index.d.ts.map +1 -0
  405. package/lib/plugins/zaken-api/services/zaken-api.service.d.ts +17 -0
  406. package/lib/plugins/zaken-api/services/zaken-api.service.d.ts.map +1 -0
  407. package/lib/plugins/zaken-api/zaken-api-plugin.module.d.ts +38 -0
  408. package/lib/plugins/zaken-api/zaken-api-plugin.module.d.ts.map +1 -0
  409. package/lib/plugins/zaken-api/zaken-api-plugin.specification.d.ts +4 -0
  410. package/lib/plugins/zaken-api/zaken-api-plugin.specification.d.ts.map +1 -0
  411. package/lib/services/index.d.ts +4 -0
  412. package/lib/services/index.d.ts.map +1 -0
  413. package/lib/services/plugin-management.service.d.ts +29 -0
  414. package/lib/services/plugin-management.service.d.ts.map +1 -0
  415. package/lib/services/plugin-translation.service.d.ts +19 -0
  416. package/lib/services/plugin-translation.service.d.ts.map +1 -0
  417. package/lib/services/plugin.service.d.ts +15 -0
  418. package/lib/services/plugin.service.d.ts.map +1 -0
  419. package/package.json +24 -0
  420. package/public-api.d.ts +104 -0
  421. package/public-api.d.ts.map +1 -0
  422. package/valtimo-plugin.d.ts.map +1 -0
@@ -0,0 +1,3 @@
1
+ export * from './config';
2
+ export * from './input';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/besluiten-api/models/index.ts"],"names":[],"mappings":"AAgBA,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC"}
@@ -0,0 +1,3 @@
1
+ type InputOption = 'text' | 'selection';
2
+ export { InputOption };
3
+ //# sourceMappingURL=input.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/besluiten-api/models/input.ts"],"names":[],"mappings":"AAgBA,KAAK,WAAW,GAAG,MAAM,GAAG,WAAW,CAAC;AAExC,OAAO,EAAC,WAAW,EAAC,CAAC"}
@@ -0,0 +1,3 @@
1
+ export declare const PatchBesluitPropertyOptions: readonly ["beslisdatum", "toelichting", "bestuursorgaan", "ingangsdatum", "vervaldatum", "vervalreden", "publicatiedatum", "verzenddatum", "uiterlijkeReactieDatum"];
2
+ export type PatchBesluitProperties = (typeof PatchBesluitPropertyOptions)[number];
3
+ //# sourceMappingURL=patch-besluit-properties.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patch-besluit-properties.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/besluiten-api/models/patch-besluit-properties.ts"],"names":[],"mappings":"AAgBA,eAAO,MAAM,2BAA2B,sKAU9B,CAAC;AACX,MAAM,MAAM,sBAAsB,GAAG,CAAC,OAAO,2BAA2B,CAAC,CAAC,MAAM,CAAC,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { Observable } from 'rxjs';
2
+ import { HttpClient } from '@angular/common/http';
3
+ import { ConfigService } from '@valtimo/shared';
4
+ import * as i0 from "@angular/core";
5
+ export declare class BesluitenApiService {
6
+ private http;
7
+ private valtimoEndpointUri;
8
+ constructor(http: HttpClient, configService: ConfigService);
9
+ getBesluitTypesByCaseAndVersion(caseDefinitionKey: string, versionTag: string): Observable<Array<any>>;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<BesluitenApiService, never>;
11
+ static ɵprov: i0.ɵɵInjectableDeclaration<BesluitenApiService>;
12
+ }
13
+ //# sourceMappingURL=besluiten-api.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"besluiten-api.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/besluiten-api/services/besluiten-api.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,UAAU,EAAC,MAAM,MAAM,CAAC;AAChC,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;;AAE9C,qBAGa,mBAAmB;IAI5B,OAAO,CAAC,IAAI;IAHd,OAAO,CAAC,kBAAkB,CAAS;gBAGzB,IAAI,EAAE,UAAU,EACxB,aAAa,EAAE,aAAa;IAKvB,+BAA+B,CACpC,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,GACjB,UAAU,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;yCAbd,mBAAmB;6CAAnB,mBAAmB;CAkB/B"}
@@ -0,0 +1,2 @@
1
+ export * from './besluiten-api.service';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/besluiten-api/services/index.ts"],"names":[],"mappings":"AAgBA,cAAc,yBAAyB,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare const CATALOGI_API_PLUGIN_LOGO_BASE64 = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIxNTAgMTUgOTYgNTAiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNTcuMzk2LjIxMUguMjgxdjQ5LjQwNWg1Ny4xMTVWLjIxeiIvPjxwYXRoIGlkPSJjIiBkPSJNNTcuNTY0LjIxMUguNDQ4djQ5LjQwNWg1Ny4xMTZWLjIxeiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE4Ny45MzEgMTUpIj48bWFzayBpZD0iYiIgZmlsbD0iI2ZmZiI+PHVzZSB4bGluazpocmVmPSIjYSIvPjwvbWFzaz48cGF0aCBkPSJNNTcuMzk2IDI0LjkxM2MwLTEzLjU3My0xMS4wMDQtMjQuNjIyLTI0LjU2LTI0LjctLjAyNCAwLS4wNDgtLjAwMy0uMDczLS4wMDNIMjQuNzVhMi41MDQgMi41MDQgMCAxIDAgMCA1LjAxaDcuOTQ1YzEwLjg1OCAwIDE5LjY5NCA4LjgzNCAxOS42OTQgMTkuNjkzIDAgMTAuODYtOC44MzYgMTkuNjk0LTE5LjY5NCAxOS42OTRINS4yODl2LTQuNTc4SC4yODF2OS41ODdoMzIuNDgydi0uMDAxYzEzLjU5LS4wNCAyNC42MzMtMTEuMTA1IDI0LjYzMy0yNC43MDIiIGZpbGw9IiMwMDlGRTQiIG1hc2s9InVybCgjYikiLz48L2c+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUwIDE1KSI+PG1hc2sgaWQ9ImQiIGZpbGw9IiNmZmYiPjx1c2UgeGxpbms6aHJlZj0iI2MiLz48L21hc2s+PHBhdGggZD0iTS40NDggMjQuOTEzYzAgMTMuNTczIDExLjAwNCAyNC42MjIgMjQuNTYgMjQuNy4wMjQgMCAuMDQ4LjAwMy4wNzMuMDAzaDguMDE0YTIuNTA0IDIuNTA0IDAgMSAwIDAtNS4wMDloLTcuOTQ0Yy0xMC44NTkgMC0xOS42OTQtOC44MzQtMTkuNjk0LTE5LjY5NCAwLTEwLjg1OSA4LjgzNS0xOS42OTQgMTkuNjk0LTE5LjY5NGgyNy40MDR2NC41NzhoNS4wMDlWLjIxSDI1LjA4di4wMDFDMTEuNDkuMjUxLjQ0OCAxMS4zMTYuNDQ4IDI0LjkxMyIgZmlsbD0iIzAwOUZFNCIgbWFzaz0idXJsKCNkKSIvPjwvZz48cGF0aCBmaWxsPSIjMDA0Mzg4IiBkPSJNMTc2LjAxNyA0Mi4xMTZsLTQuNjc4LTEyLjQwMWgtNS42NjRsOC4xNCAyMC4zNjZoMy45MjFsOC40MDEtMjAuMzY2aC01LjM2M3ptMjYuNTQyLjU1OGwtNy45MjgtMTIuOTU5aC02LjQxM3YyMC4zNjdoNC45OTdWMzYuNzg3bDguMTUgMTMuMjk1aDYuMTlWMjkuNzE1aC00Ljk5NnptMTkuMzIzLTQuOTR2NC42NjNoMy41Mzd2Mi42NzdhOS43NzMgOS43NzMgMCAwIDEtMS40MTQuNTRjLS42NTIuMjAzLTEuNDQzLjMwNi0yLjM1NC4zMDYtLjg4IDAtMS42ODYtLjE1LTIuMzk0LS40NDhhNS4zMzggNS4zMzggMCAwIDEtMS44MjQtMS4yNDcgNS41MjIgNS41MjIgMCAwIDEtMS4xNy0xLjg5NGMtLjI3Mi0uNzI5LS40MS0xLjU0OS0uNDEtMi40MzMgMC0uODY3LjEzOC0xLjY4MS40MS0yLjQyYTUuNTAyIDUuNTAyIDAgMCAxIDEuMTctMS45MDggNS4zNzQgNS4zNzQgMCAwIDEgMS44MjQtMS4yNDZjLjcwOS0uMjk4IDEuNTE0LS40NDkgMi4zOTQtLjQ0OSAxLjA2NCAwIDEuOTU5LjE1MSAyLjY1Ny40NDkuNy4yOTcgMS4zMzguNzQgMS44OTggMS4zMThsLjI0Mi4yNDggMy41MTUtMy44MzUtLjIzNy0uMjIxYTguOTIzIDguOTIzIDAgMCAwLTMuNjI3LTIuMDM4Yy0xLjM1LS4zODYtMi44NDctLjU4My00LjQ0OC0uNTgzLTEuNTcyIDAtMy4wNDQuMjUtNC4zNzMuNzQ1YTEwLjEzOSAxMC4xMzkgMCAwIDAtMy40ODEgMi4xNDNjLS45NzUuOTI4LTEuNzQ2IDIuMDY2LTIuMjkgMy4zODQtLjU0MyAxLjMxNS0uODE5IDIuOC0uODE5IDQuNDEzIDAgMS42MTMuMjc2IDMuMDk4LjgyIDQuNDEzLjU0NSAxLjMxOSAxLjMxNCAyLjQ1NyAyLjI4OSAzLjM4NC45NzQuOTI2IDIuMTQ2IDEuNjQ3IDMuNDggMi4xNDMgMS4zMy40OTQgMi44MDIuNzQ0IDQuMzc0Ljc0NCAxLjQ2NCAwIDIuOTItLjE1MiA0LjMzLS40NTJhMTYuMDU0IDE2LjA1NCAwIDAgMCA0LjA5LTEuNDc4bC4xNzctLjA5VjM3LjczM2gtOC4zNjZ6Ii8+PC9nPjwvc3ZnPg==";
2
+ export { CATALOGI_API_PLUGIN_LOGO_BASE64 };
3
+ //# sourceMappingURL=catalogi-api-plugin-logo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalogi-api-plugin-logo.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/catalogi-api/assets/catalogi-api-plugin-logo.ts"],"names":[],"mappings":"AAgBA,QAAA,MAAM,+BAA+B,mrFAC6oF,CAAC;AAEnrF,OAAO,EAAC,+BAA+B,EAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './catalogi-api-plugin-logo';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/catalogi-api/assets/index.ts"],"names":[],"mappings":"AAgBA,cAAc,4BAA4B,CAAC"}
@@ -0,0 +1,17 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./components/catalogi-api-configuration/catalogi-api-configuration.component";
3
+ import * as i2 from "./components/get-besluittype/get-besluittype-configuration.component";
4
+ import * as i3 from "./components/get-resultaattypen/get-resultaattypen-configuration.component";
5
+ import * as i4 from "./components/get-resultaattype/get-resultaattype-configuration.component";
6
+ import * as i5 from "./components/get-statustypen/get-statustypen-configuration.component";
7
+ import * as i6 from "./components/get-statustype/get-statustype-configuration.component";
8
+ import * as i7 from "./components/get-eigenschap/get-eigenschap-configuration.component";
9
+ import * as i8 from "@angular/common";
10
+ import * as i9 from "../../pipes/plugin-translate/plugin-translate-pipe.module";
11
+ import * as i10 from "@valtimo/components";
12
+ export declare class CatalogiApiPluginModule {
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<CatalogiApiPluginModule, never>;
14
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CatalogiApiPluginModule, [typeof i1.CatalogiApiConfigurationComponent, typeof i2.GetBesluittypeConfigurationComponent, typeof i3.GetResultaattypenConfigurationComponent, typeof i4.GetResultaattypeConfigurationComponent, typeof i5.GetStatustypenConfigurationComponent, typeof i6.GetStatustypeConfigurationComponent, typeof i7.GetEigenschapConfigurationComponent], [typeof i8.CommonModule, typeof i9.PluginTranslatePipeModule, typeof i10.FormModule, typeof i10.InputModule, typeof i10.SelectModule, typeof i10.ParagraphModule], [typeof i1.CatalogiApiConfigurationComponent, typeof i2.GetBesluittypeConfigurationComponent, typeof i3.GetResultaattypenConfigurationComponent, typeof i4.GetResultaattypeConfigurationComponent, typeof i6.GetStatustypeConfigurationComponent, typeof i5.GetStatustypenConfigurationComponent, typeof i7.GetEigenschapConfigurationComponent]>;
15
+ static ɵinj: i0.ɵɵInjectorDeclaration<CatalogiApiPluginModule>;
16
+ }
17
+ //# sourceMappingURL=catalogi-api-plugin-module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalogi-api-plugin-module.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/catalogi-api/catalogi-api-plugin-module.ts"],"names":[],"mappings":";;;;;;;;;;;AA4BA,qBA4Ba,uBAAuB;yCAAvB,uBAAuB;0CAAvB,uBAAuB;0CAAvB,uBAAuB;CAAG"}
@@ -0,0 +1,4 @@
1
+ import { PluginSpecification } from '../../models';
2
+ declare const catalogiApiPluginSpecification: PluginSpecification;
3
+ export { catalogiApiPluginSpecification };
4
+ //# sourceMappingURL=catalogi-api-plugin.specification.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalogi-api-plugin.specification.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/catalogi-api/catalogi-api-plugin.specification.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AAUjD,QAAA,MAAM,8BAA8B,EAAE,mBA8GrC,CAAC;AAEF,OAAO,EAAC,8BAA8B,EAAC,CAAC"}
@@ -0,0 +1,34 @@
1
+ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
+ import { PluginConfigurationComponent } from '../../../../models';
3
+ import { Observable } from 'rxjs';
4
+ import { CatalogiApiConfig } from '../../models';
5
+ import { PluginManagementService, PluginTranslationService } from '../../../../services';
6
+ import { TranslateService } from '@ngx-translate/core';
7
+ import * as i0 from "@angular/core";
8
+ export declare class CatalogiApiConfigurationComponent implements PluginConfigurationComponent, OnInit, OnDestroy {
9
+ private readonly pluginManagementService;
10
+ private readonly translateService;
11
+ private readonly pluginTranslationService;
12
+ save$: Observable<void>;
13
+ disabled$: Observable<boolean>;
14
+ pluginId: string;
15
+ prefillConfiguration$: Observable<CatalogiApiConfig>;
16
+ valid: EventEmitter<boolean>;
17
+ configuration: EventEmitter<CatalogiApiConfig>;
18
+ readonly authenticationPluginSelectItems$: Observable<Array<{
19
+ id: string;
20
+ text: string;
21
+ }>>;
22
+ private saveSubscription;
23
+ private readonly formValue$;
24
+ private readonly valid$;
25
+ constructor(pluginManagementService: PluginManagementService, translateService: TranslateService, pluginTranslationService: PluginTranslationService);
26
+ ngOnInit(): void;
27
+ ngOnDestroy(): void;
28
+ formValueChange(formValue: CatalogiApiConfig): void;
29
+ private handleValid;
30
+ private openSaveSubscription;
31
+ static ɵfac: i0.ɵɵFactoryDeclaration<CatalogiApiConfigurationComponent, never>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatalogiApiConfigurationComponent, "valtimo-catalogi-api-configuration", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
33
+ }
34
+ //# sourceMappingURL=catalogi-api-configuration.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalogi-api-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/catalogi-api/components/catalogi-api-configuration/catalogi-api-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,4BAA4B,EAAC,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAsC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACzF,OAAO,EAAC,iBAAiB,EAAC,MAAM,cAAc,CAAC;AAC/C,OAAO,EAAC,uBAAuB,EAAE,wBAAwB,EAAC,MAAM,sBAAsB,CAAC;AACvF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;;AAErD,qBAMa,iCACX,YAAW,4BAA4B,EAAE,MAAM,EAAE,SAAS;IA4BxD,OAAO,CAAC,QAAQ,CAAC,uBAAuB;IACxC,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IACjC,OAAO,CAAC,QAAQ,CAAC,wBAAwB;IA5BlC,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,EAAE,UAAU,CAAC,iBAAiB,CAAC,CAAC;IACpD,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,iBAAiB,CAAC,CAAyC;IACjG,QAAQ,CAAC,gCAAgC,EAAE,UAAU,CAAC,KAAK,CAAC;QAAC,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAC,CAAC,CAAC,CAcpF;IACJ,OAAO,CAAC,gBAAgB,CAAgB;IACxC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAuD;IAClF,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;gBAG3C,uBAAuB,EAAE,uBAAuB,EAChD,gBAAgB,EAAE,gBAAgB,EAClC,wBAAwB,EAAE,wBAAwB;IAGrE,QAAQ,IAAI,IAAI;IAIhB,WAAW;IAIX,eAAe,CAAC,SAAS,EAAE,iBAAiB,GAAG,IAAI;IAKnD,OAAO,CAAC,WAAW;IAWnB,OAAO,CAAC,oBAAoB;yCA1DjB,iCAAiC;2CAAjC,iCAAiC;CAqE7C"}
@@ -0,0 +1,24 @@
1
+ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
+ import { FunctionConfigurationComponent } from '../../../../models';
3
+ import { Observable } from 'rxjs';
4
+ import { GetBesluittypeConfig } from '../../models';
5
+ import * as i0 from "@angular/core";
6
+ export declare class GetBesluittypeConfigurationComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
7
+ save$: Observable<void>;
8
+ disabled$: Observable<boolean>;
9
+ pluginId: string;
10
+ prefillConfiguration$: Observable<GetBesluittypeConfig>;
11
+ valid: EventEmitter<boolean>;
12
+ configuration: EventEmitter<GetBesluittypeConfig>;
13
+ private saveSubscription;
14
+ private readonly formValue$;
15
+ private readonly valid$;
16
+ ngOnInit(): void;
17
+ ngOnDestroy(): void;
18
+ formValueChange(formValue: GetBesluittypeConfig): void;
19
+ private handleValid;
20
+ private openSaveSubscription;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<GetBesluittypeConfigurationComponent, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<GetBesluittypeConfigurationComponent, "valtimo-set-besluittype-configuration", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
23
+ }
24
+ //# sourceMappingURL=get-besluittype-configuration.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-besluittype-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/catalogi-api/components/get-besluittype/get-besluittype-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EAAiC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,oBAAoB,EAAC,MAAM,cAAc,CAAC;;AAElD,qBAMa,oCACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAEnD,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,EAAE,UAAU,CAAC,oBAAoB,CAAC,CAAC;IACvD,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,oBAAoB,CAAC,CAChB;IAE3C,OAAO,CAAC,gBAAgB,CAAgB;IAExC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAA0D;IACrF,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;IAE9D,QAAQ,IAAI,IAAI;IAIhB,WAAW;IAIX,eAAe,CAAC,SAAS,EAAE,oBAAoB,GAAG,IAAI;IAKtD,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,oBAAoB;yCApCjB,oCAAoC;2CAApC,oCAAoC;CA+ChD"}
@@ -0,0 +1,24 @@
1
+ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
+ import { Observable } from 'rxjs';
3
+ import { GetEigenschapConfig } from '../../models';
4
+ import { FunctionConfigurationComponent } from '../../../../models';
5
+ import * as i0 from "@angular/core";
6
+ export declare class GetEigenschapConfigurationComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
7
+ save$: Observable<void>;
8
+ disabled$: Observable<boolean>;
9
+ pluginId: string;
10
+ prefillConfiguration$: Observable<GetEigenschapConfig>;
11
+ valid: EventEmitter<boolean>;
12
+ configuration: EventEmitter<GetEigenschapConfig>;
13
+ private _saveSubscription;
14
+ private readonly formValue$;
15
+ private readonly valid$;
16
+ ngOnInit(): void;
17
+ ngOnDestroy(): void;
18
+ formValueChange(formValue: GetEigenschapConfig): void;
19
+ private handleValid;
20
+ private openSaveSubscription;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<GetEigenschapConfigurationComponent, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<GetEigenschapConfigurationComponent, "valtimo-get-eigenschap-configuration", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
23
+ }
24
+ //# sourceMappingURL=get-eigenschap-configuration.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-eigenschap-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/catalogi-api/components/get-eigenschap/get-eigenschap-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAiC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AACjD,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;;AAElE,qBAMa,mCACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAE5C,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,EAAE,UAAU,CAAC,mBAAmB,CAAC,CAAC;IACtD,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,mBAAmB,CAAC,CACvB;IAE1C,OAAO,CAAC,iBAAiB,CAAgB;IAEzC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAyD;IACpF,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;IAEvD,QAAQ,IAAI,IAAI;IAIhB,WAAW;IAIX,eAAe,CAAC,SAAS,EAAE,mBAAmB,GAAG,IAAI;IAK5D,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,oBAAoB;yCApCjB,mCAAmC;2CAAnC,mCAAmC;CA+C/C"}
@@ -0,0 +1,24 @@
1
+ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
+ import { FunctionConfigurationComponent } from '../../../../models';
3
+ import { Observable } from 'rxjs';
4
+ import { GetResultaattypeConfig } from '../../models';
5
+ import * as i0 from "@angular/core";
6
+ export declare class GetResultaattypeConfigurationComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
7
+ save$: Observable<void>;
8
+ disabled$: Observable<boolean>;
9
+ pluginId: string;
10
+ prefillConfiguration$: Observable<GetResultaattypeConfig>;
11
+ valid: EventEmitter<boolean>;
12
+ configuration: EventEmitter<GetResultaattypeConfig>;
13
+ private saveSubscription;
14
+ private readonly formValue$;
15
+ private readonly valid$;
16
+ ngOnInit(): void;
17
+ ngOnDestroy(): void;
18
+ formValueChange(formValue: GetResultaattypeConfig): void;
19
+ private handleValid;
20
+ private openSaveSubscription;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<GetResultaattypeConfigurationComponent, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<GetResultaattypeConfigurationComponent, "valtimo-set-resultaattype-configuration", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
23
+ }
24
+ //# sourceMappingURL=get-resultaattype-configuration.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-resultaattype-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/catalogi-api/components/get-resultaattype/get-resultaattype-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EAAiC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,sBAAsB,EAAC,MAAM,cAAc,CAAC;;AAEpD,qBAMa,sCACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAEnD,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,EAAE,UAAU,CAAC,sBAAsB,CAAC,CAAC;IACzD,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,sBAAsB,CAAC,CAChB;IAE7C,OAAO,CAAC,gBAAgB,CAAgB;IAExC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAA4D;IACvF,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;IAE9D,QAAQ,IAAI,IAAI;IAIhB,WAAW;IAIX,eAAe,CAAC,SAAS,EAAE,sBAAsB,GAAG,IAAI;IAKxD,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,oBAAoB;yCApCjB,sCAAsC;2CAAtC,sCAAsC;CA+ClD"}
@@ -0,0 +1,24 @@
1
+ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
+ import { Observable } from 'rxjs';
3
+ import { FunctionConfigurationComponent } from '../../../../models';
4
+ import { GetResultaattypenConfig } from '../../models';
5
+ import * as i0 from "@angular/core";
6
+ export declare class GetResultaattypenConfigurationComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
7
+ disabled$: Observable<boolean>;
8
+ pluginId: string;
9
+ prefillConfiguration$: Observable<GetResultaattypenConfig>;
10
+ save$: Observable<void>;
11
+ configuration: EventEmitter<GetResultaattypenConfig>;
12
+ valid: EventEmitter<boolean>;
13
+ private readonly _formValue$;
14
+ private _saveSubscription;
15
+ private readonly _valid$;
16
+ ngOnInit(): void;
17
+ ngOnDestroy(): void;
18
+ formValueChange(formValue: GetResultaattypenConfig): void;
19
+ private handleValid;
20
+ private openSaveSubscription;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<GetResultaattypenConfigurationComponent, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<GetResultaattypenConfigurationComponent, "valtimo-get-resultaattypen-configuration", never, { "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; "save$": { "alias": "save$"; "required": false; }; }, { "configuration": "configuration"; "valid": "valid"; }, never, never, false, never>;
23
+ }
24
+ //# sourceMappingURL=get-resultaattypen-configuration.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-resultaattypen-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/catalogi-api/components/get-resultaattypen/get-resultaattypen-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAiC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EAAC,uBAAuB,EAAC,MAAM,cAAc,CAAC;;AAErD,qBAKa,uCACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAEnD,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,EAAE,UAAU,CAAC,uBAAuB,CAAC,CAAC;IAC3D,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACvB,aAAa,EAAE,YAAY,CAAC,uBAAuB,CAAC,CAChB;IACpC,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAErE,OAAO,CAAC,QAAQ,CAAC,WAAW,CAA6D;IACzF,OAAO,CAAC,iBAAiB,CAAgB;IACzC,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAuC;IAExD,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAInB,eAAe,CAAC,SAAS,EAAE,uBAAuB,GAAG,IAAI;IAKhE,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,oBAAoB;yCAnCjB,uCAAuC;2CAAvC,uCAAuC;CA8CnD"}
@@ -0,0 +1,24 @@
1
+ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
+ import { FunctionConfigurationComponent } from '../../../../models';
3
+ import { Observable } from 'rxjs';
4
+ import { GetStatustypeConfig } from '../../models';
5
+ import * as i0 from "@angular/core";
6
+ export declare class GetStatustypeConfigurationComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
7
+ save$: Observable<void>;
8
+ disabled$: Observable<boolean>;
9
+ pluginId: string;
10
+ prefillConfiguration$: Observable<GetStatustypeConfig>;
11
+ valid: EventEmitter<boolean>;
12
+ configuration: EventEmitter<GetStatustypeConfig>;
13
+ private saveSubscription;
14
+ private readonly formValue$;
15
+ private readonly valid$;
16
+ ngOnInit(): void;
17
+ ngOnDestroy(): void;
18
+ formValueChange(formValue: GetStatustypeConfig): void;
19
+ private handleValid;
20
+ private openSaveSubscription;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<GetStatustypeConfigurationComponent, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<GetStatustypeConfigurationComponent, "valtimo-set-statustype-configuration", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
23
+ }
24
+ //# sourceMappingURL=get-statustype-configuration.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-statustype-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/catalogi-api/components/get-statustype/get-statustype-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EAAiC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;;AAEjD,qBAMa,mCACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAEnD,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,EAAE,UAAU,CAAC,mBAAmB,CAAC,CAAC;IACtD,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,mBAAmB,CAAC,CAChB;IAE1C,OAAO,CAAC,gBAAgB,CAAgB;IAExC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAyD;IACpF,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;IAE9D,QAAQ,IAAI,IAAI;IAIhB,WAAW;IAIX,eAAe,CAAC,SAAS,EAAE,mBAAmB,GAAG,IAAI;IAKrD,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,oBAAoB;yCApCjB,mCAAmC;2CAAnC,mCAAmC;CA+C/C"}
@@ -0,0 +1,24 @@
1
+ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
+ import { Observable } from 'rxjs';
3
+ import { FunctionConfigurationComponent } from '../../../../models';
4
+ import { GetStatustypenConfig } from '../../models';
5
+ import * as i0 from "@angular/core";
6
+ export declare class GetStatustypenConfigurationComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
7
+ disabled$: Observable<boolean>;
8
+ pluginId: string;
9
+ prefillConfiguration$: Observable<GetStatustypenConfig>;
10
+ save$: Observable<void>;
11
+ configuration: EventEmitter<GetStatustypenConfig>;
12
+ valid: EventEmitter<boolean>;
13
+ private readonly _formValue$;
14
+ private _saveSubscription;
15
+ private readonly _valid$;
16
+ ngOnInit(): void;
17
+ ngOnDestroy(): void;
18
+ formValueChange(formValue: GetStatustypenConfig): void;
19
+ private handleValid;
20
+ private openSaveSubscription;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<GetStatustypenConfigurationComponent, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<GetStatustypenConfigurationComponent, "valtimo-get-statustypen-configuration", never, { "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; "save$": { "alias": "save$"; "required": false; }; }, { "configuration": "configuration"; "valid": "valid"; }, never, never, false, never>;
23
+ }
24
+ //# sourceMappingURL=get-statustypen-configuration.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-statustypen-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/catalogi-api/components/get-statustypen/get-statustypen-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAiC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EAAC,oBAAoB,EAAC,MAAM,cAAc,CAAC;;AAElD,qBAKa,oCACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAEnD,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,EAAE,UAAU,CAAC,oBAAoB,CAAC,CAAC;IACxD,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACvB,aAAa,EAAE,YAAY,CAAC,oBAAoB,CAAC,CAChB;IACjC,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAErE,OAAO,CAAC,QAAQ,CAAC,WAAW,CAA0D;IACtF,OAAO,CAAC,iBAAiB,CAAgB;IACzC,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAuC;IAExD,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAInB,eAAe,CAAC,SAAS,EAAE,oBAAoB,GAAG,IAAI;IAK7D,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,oBAAoB;yCAnCjB,oCAAoC;2CAApC,oCAAoC;CA8ChD"}
@@ -0,0 +1,31 @@
1
+ import { PluginConfigurationData } from '../../../models';
2
+ interface CatalogiApiConfig extends PluginConfigurationData {
3
+ url: string;
4
+ authenticationPluginConfiguration: string;
5
+ }
6
+ interface GetBesluittypeConfig {
7
+ besluittype: string;
8
+ processVariable: string;
9
+ }
10
+ interface GetResultaattypenConfig {
11
+ processVariable: string;
12
+ zaakTypeUrl?: string;
13
+ }
14
+ interface GetResultaattypeConfig {
15
+ resultaattype: string;
16
+ processVariable: string;
17
+ }
18
+ interface GetStatustypenConfig {
19
+ processVariable: string;
20
+ zaakTypeUrl?: string;
21
+ }
22
+ interface GetStatustypeConfig {
23
+ statustype: string;
24
+ processVariable: string;
25
+ }
26
+ interface GetEigenschapConfig {
27
+ eigenschap: string;
28
+ processVariable: string;
29
+ }
30
+ export { CatalogiApiConfig, GetBesluittypeConfig, GetResultaattypenConfig, GetResultaattypeConfig, GetStatustypenConfig, GetStatustypeConfig, GetEigenschapConfig, };
31
+ //# sourceMappingURL=config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/catalogi-api/models/config.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,uBAAuB,EAAC,MAAM,iBAAiB,CAAC;AAExD,UAAU,iBAAkB,SAAQ,uBAAuB;IACzD,GAAG,EAAE,MAAM,CAAC;IACZ,iCAAiC,EAAE,MAAM,CAAC;CAC3C;AAED,UAAU,oBAAoB;IAC5B,WAAW,EAAE,MAAM,CAAC;IACpB,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,UAAU,uBAAuB;IAC/B,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,UAAU,sBAAsB;IAC9B,aAAa,EAAE,MAAM,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,UAAU,oBAAoB;IAC5B,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,UAAU,mBAAmB;IAC3B,UAAU,EAAE,MAAM,CAAC;IACnB,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,UAAU,mBAAmB;IAC3B,UAAU,EAAE,MAAM,CAAC;IACnB,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,OAAO,EACL,iBAAiB,EACjB,oBAAoB,EACpB,uBAAuB,EACvB,sBAAsB,EACtB,oBAAoB,EACpB,mBAAmB,EACnB,mBAAmB,GACpB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './config';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/catalogi-api/models/index.ts"],"names":[],"mappings":"AAgBA,cAAc,UAAU,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare const DOCUMENTEN_API_PLUGIN_LOGO_BASE64 = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIxNTAgMTUgOTYgNTAiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNTcuMzk2LjIxMUguMjgxdjQ5LjQwNWg1Ny4xMTVWLjIxeiIvPjxwYXRoIGlkPSJjIiBkPSJNNTcuNTY0LjIxMUguNDQ4djQ5LjQwNWg1Ny4xMTZWLjIxeiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE4Ny45MzEgMTUpIj48bWFzayBpZD0iYiIgZmlsbD0iI2ZmZiI+PHVzZSB4bGluazpocmVmPSIjYSIvPjwvbWFzaz48cGF0aCBkPSJNNTcuMzk2IDI0LjkxM2MwLTEzLjU3My0xMS4wMDQtMjQuNjIyLTI0LjU2LTI0LjctLjAyNCAwLS4wNDgtLjAwMy0uMDczLS4wMDNIMjQuNzVhMi41MDQgMi41MDQgMCAxIDAgMCA1LjAxaDcuOTQ1YzEwLjg1OCAwIDE5LjY5NCA4LjgzNCAxOS42OTQgMTkuNjkzIDAgMTAuODYtOC44MzYgMTkuNjk0LTE5LjY5NCAxOS42OTRINS4yODl2LTQuNTc4SC4yODF2OS41ODdoMzIuNDgydi0uMDAxYzEzLjU5LS4wNCAyNC42MzMtMTEuMTA1IDI0LjYzMy0yNC43MDIiIGZpbGw9IiMwMDlGRTQiIG1hc2s9InVybCgjYikiLz48L2c+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUwIDE1KSI+PG1hc2sgaWQ9ImQiIGZpbGw9IiNmZmYiPjx1c2UgeGxpbms6aHJlZj0iI2MiLz48L21hc2s+PHBhdGggZD0iTS40NDggMjQuOTEzYzAgMTMuNTczIDExLjAwNCAyNC42MjIgMjQuNTYgMjQuNy4wMjQgMCAuMDQ4LjAwMy4wNzMuMDAzaDguMDE0YTIuNTA0IDIuNTA0IDAgMSAwIDAtNS4wMDloLTcuOTQ0Yy0xMC44NTkgMC0xOS42OTQtOC44MzQtMTkuNjk0LTE5LjY5NCAwLTEwLjg1OSA4LjgzNS0xOS42OTQgMTkuNjk0LTE5LjY5NGgyNy40MDR2NC41NzhoNS4wMDlWLjIxSDI1LjA4di4wMDFDMTEuNDkuMjUxLjQ0OCAxMS4zMTYuNDQ4IDI0LjkxMyIgZmlsbD0iIzAwOUZFNCIgbWFzaz0idXJsKCNkKSIvPjwvZz48cGF0aCBmaWxsPSIjMDA0Mzg4IiBkPSJNMTc2LjAxNyA0Mi4xMTZsLTQuNjc4LTEyLjQwMWgtNS42NjRsOC4xNCAyMC4zNjZoMy45MjFsOC40MDEtMjAuMzY2aC01LjM2M3ptMjYuNTQyLjU1OGwtNy45MjgtMTIuOTU5aC02LjQxM3YyMC4zNjdoNC45OTdWMzYuNzg3bDguMTUgMTMuMjk1aDYuMTlWMjkuNzE1aC00Ljk5NnptMTkuMzIzLTQuOTR2NC42NjNoMy41Mzd2Mi42NzdhOS43NzMgOS43NzMgMCAwIDEtMS40MTQuNTRjLS42NTIuMjAzLTEuNDQzLjMwNi0yLjM1NC4zMDYtLjg4IDAtMS42ODYtLjE1LTIuMzk0LS40NDhhNS4zMzggNS4zMzggMCAwIDEtMS44MjQtMS4yNDcgNS41MjIgNS41MjIgMCAwIDEtMS4xNy0xLjg5NGMtLjI3Mi0uNzI5LS40MS0xLjU0OS0uNDEtMi40MzMgMC0uODY3LjEzOC0xLjY4MS40MS0yLjQyYTUuNTAyIDUuNTAyIDAgMCAxIDEuMTctMS45MDggNS4zNzQgNS4zNzQgMCAwIDEgMS44MjQtMS4yNDZjLjcwOS0uMjk4IDEuNTE0LS40NDkgMi4zOTQtLjQ0OSAxLjA2NCAwIDEuOTU5LjE1MSAyLjY1Ny40NDkuNy4yOTcgMS4zMzguNzQgMS44OTggMS4zMThsLjI0Mi4yNDggMy41MTUtMy44MzUtLjIzNy0uMjIxYTguOTIzIDguOTIzIDAgMCAwLTMuNjI3LTIuMDM4Yy0xLjM1LS4zODYtMi44NDctLjU4My00LjQ0OC0uNTgzLTEuNTcyIDAtMy4wNDQuMjUtNC4zNzMuNzQ1YTEwLjEzOSAxMC4xMzkgMCAwIDAtMy40ODEgMi4xNDNjLS45NzUuOTI4LTEuNzQ2IDIuMDY2LTIuMjkgMy4zODQtLjU0MyAxLjMxNS0uODE5IDIuOC0uODE5IDQuNDEzIDAgMS42MTMuMjc2IDMuMDk4LjgyIDQuNDEzLjU0NSAxLjMxOSAxLjMxNCAyLjQ1NyAyLjI4OSAzLjM4NC45NzQuOTI2IDIuMTQ2IDEuNjQ3IDMuNDggMi4xNDMgMS4zMy40OTQgMi44MDIuNzQ0IDQuMzc0Ljc0NCAxLjQ2NCAwIDIuOTItLjE1MiA0LjMzLS40NTJhMTYuMDU0IDE2LjA1NCAwIDAgMCA0LjA5LTEuNDc4bC4xNzctLjA5VjM3LjczM2gtOC4zNjZ6Ii8+PC9nPjwvc3ZnPg==";
2
+ export { DOCUMENTEN_API_PLUGIN_LOGO_BASE64 };
3
+ //# sourceMappingURL=documenten-api-plugin-logo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"documenten-api-plugin-logo.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/documenten-api/assets/documenten-api-plugin-logo.ts"],"names":[],"mappings":"AAgBA,QAAA,MAAM,iCAAiC,mrFAC2oF,CAAC;AAEnrF,OAAO,EAAC,iCAAiC,EAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './documenten-api-plugin-logo';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/documenten-api/assets/index.ts"],"names":[],"mappings":"AAgBA,cAAc,8BAA8B,CAAC"}
@@ -0,0 +1,40 @@
1
+ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
+ import { PluginConfigurationComponent } from '../../../../models';
3
+ import { Observable } from 'rxjs';
4
+ import { DocumentenApiConfig } from '../../models';
5
+ import { PluginManagementService, PluginTranslationService } from '../../../../services';
6
+ import { TranslateService } from '@ngx-translate/core';
7
+ import { DocumentenApiService } from '../../services';
8
+ import * as i0 from "@angular/core";
9
+ export declare class DocumentenApiConfigurationComponent implements PluginConfigurationComponent, OnInit, OnDestroy {
10
+ private readonly pluginManagementService;
11
+ private readonly translateService;
12
+ private readonly pluginTranslationService;
13
+ private readonly documentenApiService;
14
+ save$: Observable<void>;
15
+ disabled$: Observable<boolean>;
16
+ pluginId: string;
17
+ prefillConfiguration$: Observable<DocumentenApiConfig>;
18
+ valid: EventEmitter<boolean>;
19
+ configuration: EventEmitter<DocumentenApiConfig>;
20
+ private saveSubscription;
21
+ private readonly formValue$;
22
+ private readonly valid$;
23
+ readonly authenticationPluginSelectItems$: Observable<Array<{
24
+ id: string;
25
+ text: string;
26
+ }>>;
27
+ readonly apiVersionItems$: Observable<Array<{
28
+ id: string;
29
+ text: string;
30
+ }>>;
31
+ constructor(pluginManagementService: PluginManagementService, translateService: TranslateService, pluginTranslationService: PluginTranslationService, documentenApiService: DocumentenApiService);
32
+ ngOnInit(): void;
33
+ ngOnDestroy(): void;
34
+ formValueChange(formValue: DocumentenApiConfig): void;
35
+ private handleValid;
36
+ private openSaveSubscription;
37
+ static ɵfac: i0.ɵɵFactoryDeclaration<DocumentenApiConfigurationComponent, never>;
38
+ static ɵcmp: i0.ɵɵComponentDeclaration<DocumentenApiConfigurationComponent, "valtimo-documenten-api-configuration", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
39
+ }
40
+ //# sourceMappingURL=documenten-api-configuration.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"documenten-api-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/documenten-api/components/documenten-api-configuration/documenten-api-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,4BAA4B,EAAC,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAsC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACzF,OAAO,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AACjD,OAAO,EAAC,uBAAuB,EAAE,wBAAwB,EAAC,MAAM,sBAAsB,CAAC;AACvF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,oBAAoB,EAAC,MAAM,gBAAgB,CAAC;;AAEpD,qBAKa,mCACX,YAAW,4BAA4B,EAAE,MAAM,EAAE,SAAS;IA2CxD,OAAO,CAAC,QAAQ,CAAC,uBAAuB;IACxC,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IACjC,OAAO,CAAC,QAAQ,CAAC,wBAAwB;IACzC,OAAO,CAAC,QAAQ,CAAC,oBAAoB;IA5C9B,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,EAAE,UAAU,CAAC,mBAAmB,CAAC,CAAC;IACtD,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,mBAAmB,CAAC,CAChB;IAE1C,OAAO,CAAC,gBAAgB,CAAgB;IAExC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAyD;IACpF,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;IAE9D,QAAQ,CAAC,gCAAgC,EAAE,UAAU,CAAC,KAAK,CAAC;QAAC,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAC,CAAC,CAAC,CAgBpF;IACJ,QAAQ,CAAC,gBAAgB,EAAE,UAAU,CAAC,KAAK,CAAC;QAAC,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAC,CAAC,CAAC,CAQpE;gBAGe,uBAAuB,EAAE,uBAAuB,EAChD,gBAAgB,EAAE,gBAAgB,EAClC,wBAAwB,EAAE,wBAAwB,EAClD,oBAAoB,EAAE,oBAAoB;IAG7D,QAAQ,IAAI,IAAI;IAIhB,WAAW;IAIX,eAAe,CAAC,SAAS,EAAE,mBAAmB,GAAG,IAAI;IAQrD,OAAO,CAAC,WAAW;IAYnB,OAAO,CAAC,oBAAoB;yCA9EjB,mCAAmC;2CAAnC,mCAAmC;CAyF/C"}
@@ -0,0 +1,24 @@
1
+ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
+ import { FunctionConfigurationComponent } from '../../../../models';
3
+ import { Observable } from 'rxjs';
4
+ import { DownloadDocumentConfig } from '../../models';
5
+ import * as i0 from "@angular/core";
6
+ export declare class DownloadDocumentConfigurationComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
7
+ save$: Observable<void>;
8
+ disabled$: Observable<boolean>;
9
+ pluginId: string;
10
+ prefillConfiguration$: Observable<DownloadDocumentConfig>;
11
+ valid: EventEmitter<boolean>;
12
+ configuration: EventEmitter<DownloadDocumentConfig>;
13
+ private saveSubscription;
14
+ private readonly formValue$;
15
+ private readonly valid$;
16
+ ngOnInit(): void;
17
+ ngOnDestroy(): void;
18
+ private openSaveSubscription;
19
+ formValueChange(formValue: DownloadDocumentConfig): void;
20
+ private handleValid;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<DownloadDocumentConfigurationComponent, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<DownloadDocumentConfigurationComponent, "valtimo-download-document-configuration", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
23
+ }
24
+ //# sourceMappingURL=download-document-configuration.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"download-document-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/documenten-api/components/download-document/download-document-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EAAiC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,sBAAsB,EAAC,MAAM,cAAc,CAAC;;AAEpD,qBAKa,sCACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAEnD,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,EAAE,UAAU,CAAC,sBAAsB,CAAC,CAAC;IACzD,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,sBAAsB,CAAC,CAChB;IAE7C,OAAO,CAAC,gBAAgB,CAAgB;IACxC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAA4D;IACvF,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;IAE9D,QAAQ,IAAI,IAAI;IAKhB,WAAW,IAAI,IAAI;IAInB,OAAO,CAAC,oBAAoB;IAY5B,eAAe,CAAC,SAAS,EAAE,sBAAsB,GAAG,IAAI;IAKxD,OAAO,CAAC,WAAW;yCAzCR,sCAAsC;2CAAtC,sCAAsC;CA+ClD"}
@@ -0,0 +1,45 @@
1
+ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
+ import { FunctionConfigurationComponent } from '../../../../models';
3
+ import { Observable } from 'rxjs';
4
+ import { DocumentLanguage, DocumentStatus, StoreTempDocumentConfig } from '../../models';
5
+ import { TranslateService } from '@ngx-translate/core';
6
+ import { PluginTranslationService } from '../../../../services';
7
+ import { ConfidentialityLevel } from '../../../documenten-api/models';
8
+ import * as i0 from "@angular/core";
9
+ export declare class StoreTempDocumentConfigurationComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
10
+ private readonly translateService;
11
+ private readonly pluginTranslationService;
12
+ save$: Observable<void>;
13
+ disabled$: Observable<boolean>;
14
+ pluginId: string;
15
+ prefillConfiguration$: Observable<StoreTempDocumentConfig>;
16
+ valid: EventEmitter<boolean>;
17
+ configuration: EventEmitter<StoreTempDocumentConfig>;
18
+ readonly CONFIDENTIALITY_LEVEL_ITEMS: Array<ConfidentialityLevel>;
19
+ readonly confidentialityLevelItems$: Observable<Array<{
20
+ id: string;
21
+ text: string;
22
+ }>>;
23
+ readonly LANGUAGE_ITEMS: Array<DocumentLanguage>;
24
+ readonly languageSelectItems$: Observable<Array<{
25
+ id: DocumentLanguage;
26
+ text: string;
27
+ }>>;
28
+ readonly STATUS_ITEMS: Array<DocumentStatus>;
29
+ readonly statusSelectItems$: Observable<Array<{
30
+ id: DocumentStatus;
31
+ text: string;
32
+ }>>;
33
+ private saveSubscription;
34
+ private readonly formValue$;
35
+ private readonly valid$;
36
+ constructor(translateService: TranslateService, pluginTranslationService: PluginTranslationService);
37
+ ngOnInit(): void;
38
+ ngOnDestroy(): void;
39
+ formValueChange(formValue: StoreTempDocumentConfig): void;
40
+ private handleValid;
41
+ private openSaveSubscription;
42
+ static ɵfac: i0.ɵɵFactoryDeclaration<StoreTempDocumentConfigurationComponent, never>;
43
+ static ɵcmp: i0.ɵɵComponentDeclaration<StoreTempDocumentConfigurationComponent, "valtimo-store-temp-document-configuration", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
44
+ }
45
+ //# sourceMappingURL=store-temp-document-configuration.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"store-temp-document-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/documenten-api/components/store-temp-document/store-temp-document-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EAAsC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACzF,OAAO,EAAC,gBAAgB,EAAE,cAAc,EAAE,uBAAuB,EAAC,MAAM,cAAc,CAAC;AACvF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,wBAAwB,EAAC,MAAM,sBAAsB,CAAC;AAC9D,OAAO,EAAC,oBAAoB,EAAC,MAAM,gCAAgC,CAAC;;AAEpE,qBAKa,uCACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IA6D1D,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IACjC,OAAO,CAAC,QAAQ,CAAC,wBAAwB;IA5DlC,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,EAAE,UAAU,CAAC,uBAAuB,CAAC,CAAC;IAC1D,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,uBAAuB,CAAC,CAChB;IAE9C,QAAQ,CAAC,2BAA2B,EAAE,KAAK,CAAC,oBAAoB,CAAC,CAS/D;IACF,QAAQ,CAAC,0BAA0B,EAAE,UAAU,CAAC,KAAK,CAAC;QAAC,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAC,CAAC,CAAC,CAQ9E;IAEJ,QAAQ,CAAC,cAAc,EAAE,KAAK,CAAC,gBAAgB,CAAC,CAAW;IAC3D,QAAQ,CAAC,oBAAoB,EAAE,UAAU,CAAC,KAAK,CAAC;QAAC,EAAE,EAAE,gBAAgB,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAC,CAAC,CAAC,CAQlF;IACJ,QAAQ,CAAC,YAAY,EAAE,KAAK,CAAC,cAAc,CAAC,CAK1C;IACF,QAAQ,CAAC,kBAAkB,EAAE,UAAU,CAAC,KAAK,CAAC;QAAC,EAAE,EAAE,cAAc,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAC,CAAC,CAAC,CAQ9E;IAEJ,OAAO,CAAC,gBAAgB,CAAgB;IACxC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAA6D;IACxF,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;gBAG3C,gBAAgB,EAAE,gBAAgB,EAClC,wBAAwB,EAAE,wBAAwB;IAGrE,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAInB,eAAe,CAAC,SAAS,EAAE,uBAAuB,GAAG,IAAI;IAKzD,OAAO,CAAC,WAAW;IAYnB,OAAO,CAAC,oBAAoB;yCA3FjB,uCAAuC;2CAAvC,uCAAuC;CAsGnD"}
@@ -0,0 +1,20 @@
1
+ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
+ import { FunctionConfigurationComponent } from '../../../../models';
3
+ import { Observable } from 'rxjs';
4
+ import * as i0 from "@angular/core";
5
+ export declare class StoreUploadedDocumentConfigurationComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
6
+ save$: Observable<void>;
7
+ disabled$: Observable<boolean>;
8
+ pluginId: string;
9
+ prefillConfiguration$: Observable<any>;
10
+ valid: EventEmitter<boolean>;
11
+ configuration: EventEmitter<any>;
12
+ private saveSubscription;
13
+ ngOnInit(): void;
14
+ ngOnDestroy(): void;
15
+ private emitValid;
16
+ private openSaveSubscription;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<StoreUploadedDocumentConfigurationComponent, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<StoreUploadedDocumentConfigurationComponent, "valtimo-store-uploaded-document-configuration", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
19
+ }
20
+ //# sourceMappingURL=store-uploaded-document-configuration.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"store-uploaded-document-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/documenten-api/components/store-uploaded-document/store-uploaded-document-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EAAC,UAAU,EAAe,MAAM,MAAM,CAAC;;AAE9C,qBAKa,2CACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAEnD,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,EAAE,UAAU,CAAC,GAAG,CAAC,CAAC;IACtC,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,GAAG,CAAC,CAA2B;IAErE,OAAO,CAAC,gBAAgB,CAAgB;IAExC,QAAQ,IAAI,IAAI;IAKhB,WAAW,IAAI,IAAI;IAInB,OAAO,CAAC,SAAS;IAIjB,OAAO,CAAC,oBAAoB;yCAzBjB,2CAA2C;2CAA3C,2CAA2C;CA8BvD"}
@@ -0,0 +1,20 @@
1
+ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
+ import { FunctionConfigurationComponent } from '../../../../models';
3
+ import { Observable } from 'rxjs';
4
+ import * as i0 from "@angular/core";
5
+ export declare class StoreUploadedDocumentInPartsConfigurationComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
6
+ save$: Observable<void>;
7
+ disabled$: Observable<boolean>;
8
+ pluginId: string;
9
+ prefillConfiguration$: Observable<any>;
10
+ valid: EventEmitter<boolean>;
11
+ configuration: EventEmitter<any>;
12
+ private saveSubscription;
13
+ ngOnInit(): void;
14
+ ngOnDestroy(): void;
15
+ private emitValid;
16
+ private openSaveSubscription;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<StoreUploadedDocumentInPartsConfigurationComponent, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<StoreUploadedDocumentInPartsConfigurationComponent, "valtimo-store-uploaded-document-in-parts-configuration", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
19
+ }
20
+ //# sourceMappingURL=store-uploaded-document-in-parts-configuration.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"store-uploaded-document-in-parts-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/documenten-api/components/store-uploaded-document-in-parts/store-uploaded-document-in-parts-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EAAC,UAAU,EAAe,MAAM,MAAM,CAAC;;AAE9C,qBAKa,kDACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAEnD,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,EAAE,UAAU,CAAC,GAAG,CAAC,CAAC;IACtC,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,GAAG,CAAC,CAA2B;IAErE,OAAO,CAAC,gBAAgB,CAAgB;IAEjC,QAAQ,IAAI,IAAI;IAKhB,WAAW,IAAI,IAAI;IAI1B,OAAO,CAAC,SAAS;IAIjB,OAAO,CAAC,oBAAoB;yCAzBjB,kDAAkD;2CAAlD,kDAAkD;CA8B9D"}