@valtimo/plugin 0.0.0-test

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 (430) hide show
  1. package/README.md +31 -0
  2. package/fesm2022/valtimo-plugin.mjs +10493 -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 +25 -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 +3 -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/constants/plugin.test-ids.d.ts +99 -0
  18. package/lib/constants/plugin.test-ids.d.ts.map +1 -0
  19. package/lib/models/index.d.ts +2 -0
  20. package/lib/models/index.d.ts.map +1 -0
  21. package/lib/models/plugin.d.ts +74 -0
  22. package/lib/models/plugin.d.ts.map +1 -0
  23. package/lib/pipes/index.d.ts +2 -0
  24. package/lib/pipes/index.d.ts.map +1 -0
  25. package/lib/pipes/plugin-translate/index.d.ts +3 -0
  26. package/lib/pipes/plugin-translate/index.d.ts.map +1 -0
  27. package/lib/pipes/plugin-translate/plugin-translate-pipe.module.d.ts +9 -0
  28. package/lib/pipes/plugin-translate/plugin-translate-pipe.module.d.ts.map +1 -0
  29. package/lib/pipes/plugin-translate/plugin-translate.pipe.d.ts +12 -0
  30. package/lib/pipes/plugin-translate/plugin-translate.pipe.d.ts.map +1 -0
  31. package/lib/plugins/besluiten-api/assets/besluiten-api-plugin-logo.d.ts +3 -0
  32. package/lib/plugins/besluiten-api/assets/besluiten-api-plugin-logo.d.ts.map +1 -0
  33. package/lib/plugins/besluiten-api/assets/index.d.ts +2 -0
  34. package/lib/plugins/besluiten-api/assets/index.d.ts.map +1 -0
  35. package/lib/plugins/besluiten-api/besluiten-api-plugin.module.d.ts +16 -0
  36. package/lib/plugins/besluiten-api/besluiten-api-plugin.module.d.ts.map +1 -0
  37. package/lib/plugins/besluiten-api/besluiten-api-plugin.specification.d.ts +4 -0
  38. package/lib/plugins/besluiten-api/besluiten-api-plugin.specification.d.ts.map +1 -0
  39. package/lib/plugins/besluiten-api/components/besluiten-api-configuration/besluiten-api-configuration.component.d.ts +40 -0
  40. package/lib/plugins/besluiten-api/components/besluiten-api-configuration/besluiten-api-configuration.component.d.ts.map +1 -0
  41. package/lib/plugins/besluiten-api/components/create-zaak-besluit/create-zaak-besluit-configuration.component.d.ts +57 -0
  42. package/lib/plugins/besluiten-api/components/create-zaak-besluit/create-zaak-besluit-configuration.component.d.ts.map +1 -0
  43. package/lib/plugins/besluiten-api/components/get-besluit/get-besluit-configuration.component.d.ts +24 -0
  44. package/lib/plugins/besluiten-api/components/get-besluit/get-besluit-configuration.component.d.ts.map +1 -0
  45. package/lib/plugins/besluiten-api/components/link-document-to-besluit/link-document-to-besluit-configuration.component.d.ts +24 -0
  46. package/lib/plugins/besluiten-api/components/link-document-to-besluit/link-document-to-besluit-configuration.component.d.ts.map +1 -0
  47. package/lib/plugins/besluiten-api/components/patch-zaak-besluit/patch-zaak-besluit-configuration.component.d.ts +39 -0
  48. package/lib/plugins/besluiten-api/components/patch-zaak-besluit/patch-zaak-besluit-configuration.component.d.ts.map +1 -0
  49. package/lib/plugins/besluiten-api/models/config.d.ts +45 -0
  50. package/lib/plugins/besluiten-api/models/config.d.ts.map +1 -0
  51. package/lib/plugins/besluiten-api/models/index.d.ts +3 -0
  52. package/lib/plugins/besluiten-api/models/index.d.ts.map +1 -0
  53. package/lib/plugins/besluiten-api/models/input.d.ts +3 -0
  54. package/lib/plugins/besluiten-api/models/input.d.ts.map +1 -0
  55. package/lib/plugins/besluiten-api/models/patch-besluit-properties.d.ts +3 -0
  56. package/lib/plugins/besluiten-api/models/patch-besluit-properties.d.ts.map +1 -0
  57. package/lib/plugins/besluiten-api/services/besluiten-api.service.d.ts +13 -0
  58. package/lib/plugins/besluiten-api/services/besluiten-api.service.d.ts.map +1 -0
  59. package/lib/plugins/besluiten-api/services/index.d.ts +2 -0
  60. package/lib/plugins/besluiten-api/services/index.d.ts.map +1 -0
  61. package/lib/plugins/catalogi-api/assets/catalogi-api-plugin-logo.d.ts +3 -0
  62. package/lib/plugins/catalogi-api/assets/catalogi-api-plugin-logo.d.ts.map +1 -0
  63. package/lib/plugins/catalogi-api/assets/index.d.ts +2 -0
  64. package/lib/plugins/catalogi-api/assets/index.d.ts.map +1 -0
  65. package/lib/plugins/catalogi-api/catalogi-api-plugin-module.d.ts +17 -0
  66. package/lib/plugins/catalogi-api/catalogi-api-plugin-module.d.ts.map +1 -0
  67. package/lib/plugins/catalogi-api/catalogi-api-plugin.specification.d.ts +4 -0
  68. package/lib/plugins/catalogi-api/catalogi-api-plugin.specification.d.ts.map +1 -0
  69. package/lib/plugins/catalogi-api/components/catalogi-api-configuration/catalogi-api-configuration.component.d.ts +39 -0
  70. package/lib/plugins/catalogi-api/components/catalogi-api-configuration/catalogi-api-configuration.component.d.ts.map +1 -0
  71. package/lib/plugins/catalogi-api/components/get-besluittype/get-besluittype-configuration.component.d.ts +24 -0
  72. package/lib/plugins/catalogi-api/components/get-besluittype/get-besluittype-configuration.component.d.ts.map +1 -0
  73. package/lib/plugins/catalogi-api/components/get-eigenschap/get-eigenschap-configuration.component.d.ts +24 -0
  74. package/lib/plugins/catalogi-api/components/get-eigenschap/get-eigenschap-configuration.component.d.ts.map +1 -0
  75. package/lib/plugins/catalogi-api/components/get-resultaattype/get-resultaattype-configuration.component.d.ts +24 -0
  76. package/lib/plugins/catalogi-api/components/get-resultaattype/get-resultaattype-configuration.component.d.ts.map +1 -0
  77. package/lib/plugins/catalogi-api/components/get-resultaattypen/get-resultaattypen-configuration.component.d.ts +24 -0
  78. package/lib/plugins/catalogi-api/components/get-resultaattypen/get-resultaattypen-configuration.component.d.ts.map +1 -0
  79. package/lib/plugins/catalogi-api/components/get-statustype/get-statustype-configuration.component.d.ts +24 -0
  80. package/lib/plugins/catalogi-api/components/get-statustype/get-statustype-configuration.component.d.ts.map +1 -0
  81. package/lib/plugins/catalogi-api/components/get-statustypen/get-statustypen-configuration.component.d.ts +24 -0
  82. package/lib/plugins/catalogi-api/components/get-statustypen/get-statustypen-configuration.component.d.ts.map +1 -0
  83. package/lib/plugins/catalogi-api/models/config.d.ts +31 -0
  84. package/lib/plugins/catalogi-api/models/config.d.ts.map +1 -0
  85. package/lib/plugins/catalogi-api/models/index.d.ts +2 -0
  86. package/lib/plugins/catalogi-api/models/index.d.ts.map +1 -0
  87. package/lib/plugins/documenten-api/assets/documenten-api-plugin-logo.d.ts +3 -0
  88. package/lib/plugins/documenten-api/assets/documenten-api-plugin-logo.d.ts.map +1 -0
  89. package/lib/plugins/documenten-api/assets/index.d.ts +2 -0
  90. package/lib/plugins/documenten-api/assets/index.d.ts.map +1 -0
  91. package/lib/plugins/documenten-api/components/documenten-api-configuration/documenten-api-configuration.component.d.ts +47 -0
  92. package/lib/plugins/documenten-api/components/documenten-api-configuration/documenten-api-configuration.component.d.ts.map +1 -0
  93. package/lib/plugins/documenten-api/components/download-document/download-document-configuration.component.d.ts +24 -0
  94. package/lib/plugins/documenten-api/components/download-document/download-document-configuration.component.d.ts.map +1 -0
  95. package/lib/plugins/documenten-api/components/store-temp-document/store-temp-document-configuration.component.d.ts +45 -0
  96. package/lib/plugins/documenten-api/components/store-temp-document/store-temp-document-configuration.component.d.ts.map +1 -0
  97. package/lib/plugins/documenten-api/components/store-uploaded-document/store-uploaded-document-configuration.component.d.ts +20 -0
  98. package/lib/plugins/documenten-api/components/store-uploaded-document/store-uploaded-document-configuration.component.d.ts.map +1 -0
  99. package/lib/plugins/documenten-api/components/store-uploaded-document-in-parts/store-uploaded-document-in-parts-configuration.component.d.ts +20 -0
  100. package/lib/plugins/documenten-api/components/store-uploaded-document-in-parts/store-uploaded-document-in-parts-configuration.component.d.ts.map +1 -0
  101. package/lib/plugins/documenten-api/documenten-api-plugin.module.d.ts +15 -0
  102. package/lib/plugins/documenten-api/documenten-api-plugin.module.d.ts.map +1 -0
  103. package/lib/plugins/documenten-api/documenten-api-plugin.specification.d.ts +4 -0
  104. package/lib/plugins/documenten-api/documenten-api-plugin.specification.d.ts.map +1 -0
  105. package/lib/plugins/documenten-api/models/config.d.ts +29 -0
  106. package/lib/plugins/documenten-api/models/config.d.ts.map +1 -0
  107. package/lib/plugins/documenten-api/models/index.d.ts +2 -0
  108. package/lib/plugins/documenten-api/models/index.d.ts.map +1 -0
  109. package/lib/plugins/documenten-api/services/documenten-api.service.d.ts +14 -0
  110. package/lib/plugins/documenten-api/services/documenten-api.service.d.ts.map +1 -0
  111. package/lib/plugins/documenten-api/services/index.d.ts +2 -0
  112. package/lib/plugins/documenten-api/services/index.d.ts.map +1 -0
  113. package/lib/plugins/documenten-api-preview/assets/documenten-api-preview-plugin-logo.d.ts +3 -0
  114. package/lib/plugins/documenten-api-preview/assets/documenten-api-preview-plugin-logo.d.ts.map +1 -0
  115. package/lib/plugins/documenten-api-preview/assets/index.d.ts +2 -0
  116. package/lib/plugins/documenten-api-preview/assets/index.d.ts.map +1 -0
  117. package/lib/plugins/documenten-api-preview/components/documenten-api-preview-configuration/documenten-api-preview-configuration.component.d.ts +34 -0
  118. package/lib/plugins/documenten-api-preview/components/documenten-api-preview-configuration/documenten-api-preview-configuration.component.d.ts.map +1 -0
  119. package/lib/plugins/documenten-api-preview/documenten-api-preview-plugin.module.d.ts +11 -0
  120. package/lib/plugins/documenten-api-preview/documenten-api-preview-plugin.module.d.ts.map +1 -0
  121. package/lib/plugins/documenten-api-preview/documenten-api-preview-plugin.specification.d.ts +4 -0
  122. package/lib/plugins/documenten-api-preview/documenten-api-preview-plugin.specification.d.ts.map +1 -0
  123. package/lib/plugins/documenten-api-preview/models/config.d.ts +7 -0
  124. package/lib/plugins/documenten-api-preview/models/config.d.ts.map +1 -0
  125. package/lib/plugins/documenten-api-preview/models/index.d.ts +2 -0
  126. package/lib/plugins/documenten-api-preview/models/index.d.ts.map +1 -0
  127. package/lib/plugins/exact/components/exact-action-get-request-configuration/exact-get-request-configuration.component.d.ts +25 -0
  128. package/lib/plugins/exact/components/exact-action-get-request-configuration/exact-get-request-configuration.component.d.ts.map +1 -0
  129. package/lib/plugins/exact/components/exact-action-get-request-configuration/exact-get-request-configuration.d.ts +7 -0
  130. package/lib/plugins/exact/components/exact-action-get-request-configuration/exact-get-request-configuration.d.ts.map +1 -0
  131. package/lib/plugins/exact/components/exact-action-post-request-configuration/exact-post-request-configuration.component.d.ts +25 -0
  132. package/lib/plugins/exact/components/exact-action-post-request-configuration/exact-post-request-configuration.component.d.ts.map +1 -0
  133. package/lib/plugins/exact/components/exact-action-post-request-configuration/exact-post-request-configuration.d.ts +8 -0
  134. package/lib/plugins/exact/components/exact-action-post-request-configuration/exact-post-request-configuration.d.ts.map +1 -0
  135. package/lib/plugins/exact/components/exact-action-put-request-configuration/exact-put-request-configuration.component.d.ts +25 -0
  136. package/lib/plugins/exact/components/exact-action-put-request-configuration/exact-put-request-configuration.component.d.ts.map +1 -0
  137. package/lib/plugins/exact/components/exact-action-put-request-configuration/exact-put-request-configuration.d.ts +8 -0
  138. package/lib/plugins/exact/components/exact-action-put-request-configuration/exact-put-request-configuration.d.ts.map +1 -0
  139. package/lib/plugins/exact/components/exact-plugin-configuration/exact-plugin-configuration.component.d.ts +33 -0
  140. package/lib/plugins/exact/components/exact-plugin-configuration/exact-plugin-configuration.component.d.ts.map +1 -0
  141. package/lib/plugins/exact/components/exact-redirect/exact-redirect.component.d.ts +11 -0
  142. package/lib/plugins/exact/components/exact-redirect/exact-redirect.component.d.ts.map +1 -0
  143. package/lib/plugins/exact/exact-plugin-routing.module.d.ts +9 -0
  144. package/lib/plugins/exact/exact-plugin-routing.module.d.ts.map +1 -0
  145. package/lib/plugins/exact/exact-plugin.d.ts +11 -0
  146. package/lib/plugins/exact/exact-plugin.d.ts.map +1 -0
  147. package/lib/plugins/exact/exact-plugin.module.d.ts +17 -0
  148. package/lib/plugins/exact/exact-plugin.module.d.ts.map +1 -0
  149. package/lib/plugins/exact/exact-plugin.service.d.ts +14 -0
  150. package/lib/plugins/exact/exact-plugin.service.d.ts.map +1 -0
  151. package/lib/plugins/exact/exact-refresh-token.d.ts +7 -0
  152. package/lib/plugins/exact/exact-refresh-token.d.ts.map +1 -0
  153. package/lib/plugins/exact/exact.plugin.specification.d.ts +4 -0
  154. package/lib/plugins/exact/exact.plugin.specification.d.ts.map +1 -0
  155. package/lib/plugins/klantinteracties-api/assets/index.d.ts +2 -0
  156. package/lib/plugins/klantinteracties-api/assets/index.d.ts.map +1 -0
  157. package/lib/plugins/klantinteracties-api/assets/klantinteracties-api-plugin-logo.d.ts +3 -0
  158. package/lib/plugins/klantinteracties-api/assets/klantinteracties-api-plugin-logo.d.ts.map +1 -0
  159. package/lib/plugins/klantinteracties-api/components/create-persoon/create-persoon.component.d.ts +24 -0
  160. package/lib/plugins/klantinteracties-api/components/create-persoon/create-persoon.component.d.ts.map +1 -0
  161. package/lib/plugins/klantinteracties-api/components/klantinteracties-api-configuration/klantinteracties-api-configuration.component.d.ts +39 -0
  162. package/lib/plugins/klantinteracties-api/components/klantinteracties-api-configuration/klantinteracties-api-configuration.component.d.ts.map +1 -0
  163. package/lib/plugins/klantinteracties-api/klantinteracties-api-plugin-module.d.ts +12 -0
  164. package/lib/plugins/klantinteracties-api/klantinteracties-api-plugin-module.d.ts.map +1 -0
  165. package/lib/plugins/klantinteracties-api/klantinteracties-api-plugin.specification.d.ts +4 -0
  166. package/lib/plugins/klantinteracties-api/klantinteracties-api-plugin.specification.d.ts.map +1 -0
  167. package/lib/plugins/klantinteracties-api/models/config.d.ts +15 -0
  168. package/lib/plugins/klantinteracties-api/models/config.d.ts.map +1 -0
  169. package/lib/plugins/klantinteracties-api/models/index.d.ts +2 -0
  170. package/lib/plugins/klantinteracties-api/models/index.d.ts.map +1 -0
  171. package/lib/plugins/notificaties-api/assets/notificaties-api-plugin-logo.d.ts +3 -0
  172. package/lib/plugins/notificaties-api/assets/notificaties-api-plugin-logo.d.ts.map +1 -0
  173. package/lib/plugins/notificaties-api/components/notificaties-api-configuration/notificaties-api-configuration.component.d.ts +40 -0
  174. package/lib/plugins/notificaties-api/components/notificaties-api-configuration/notificaties-api-configuration.component.d.ts.map +1 -0
  175. package/lib/plugins/notificaties-api/components/publish-notificatie/publish-notificatie-configuration.component.d.ts +30 -0
  176. package/lib/plugins/notificaties-api/components/publish-notificatie/publish-notificatie-configuration.component.d.ts.map +1 -0
  177. package/lib/plugins/notificaties-api/components/receive-notificatie/receive-notificatie-configuration.component.d.ts +29 -0
  178. package/lib/plugins/notificaties-api/components/receive-notificatie/receive-notificatie-configuration.component.d.ts.map +1 -0
  179. package/lib/plugins/notificaties-api/models/config.d.ts +26 -0
  180. package/lib/plugins/notificaties-api/models/config.d.ts.map +1 -0
  181. package/lib/plugins/notificaties-api/models/index.d.ts +2 -0
  182. package/lib/plugins/notificaties-api/models/index.d.ts.map +1 -0
  183. package/lib/plugins/notificaties-api/notificaties-api-plugin.module.d.ts +14 -0
  184. package/lib/plugins/notificaties-api/notificaties-api-plugin.module.d.ts.map +1 -0
  185. package/lib/plugins/notificaties-api/notificaties-api-plugin.specification.d.ts +4 -0
  186. package/lib/plugins/notificaties-api/notificaties-api-plugin.specification.d.ts.map +1 -0
  187. package/lib/plugins/notificaties-api-authentication/assets/index.d.ts +2 -0
  188. package/lib/plugins/notificaties-api-authentication/assets/index.d.ts.map +1 -0
  189. package/lib/plugins/notificaties-api-authentication/assets/open-notificaties-plugin-logo.d.ts +3 -0
  190. package/lib/plugins/notificaties-api-authentication/assets/open-notificaties-plugin-logo.d.ts.map +1 -0
  191. package/lib/plugins/notificaties-api-authentication/components/open-notificaties-configuration/open-notificaties-configuration.component.d.ts +29 -0
  192. package/lib/plugins/notificaties-api-authentication/components/open-notificaties-configuration/open-notificaties-configuration.component.d.ts.map +1 -0
  193. package/lib/plugins/notificaties-api-authentication/models/config.d.ts +7 -0
  194. package/lib/plugins/notificaties-api-authentication/models/config.d.ts.map +1 -0
  195. package/lib/plugins/notificaties-api-authentication/models/index.d.ts +2 -0
  196. package/lib/plugins/notificaties-api-authentication/models/index.d.ts.map +1 -0
  197. package/lib/plugins/notificaties-api-authentication/open-notificaties-plugin.module.d.ts +11 -0
  198. package/lib/plugins/notificaties-api-authentication/open-notificaties-plugin.module.d.ts.map +1 -0
  199. package/lib/plugins/notificaties-api-authentication/open-notificaties-plugin.specification.d.ts +4 -0
  200. package/lib/plugins/notificaties-api-authentication/open-notificaties-plugin.specification.d.ts.map +1 -0
  201. package/lib/plugins/object-token-authentication/assets/object-token-authentication-plugin-logo.d.ts +3 -0
  202. package/lib/plugins/object-token-authentication/assets/object-token-authentication-plugin-logo.d.ts.map +1 -0
  203. package/lib/plugins/object-token-authentication/components/object-token-authentication-configuration/object-token-authencation-configuration.component.d.ts +28 -0
  204. package/lib/plugins/object-token-authentication/components/object-token-authentication-configuration/object-token-authencation-configuration.component.d.ts.map +1 -0
  205. package/lib/plugins/object-token-authentication/models/config.d.ts +6 -0
  206. package/lib/plugins/object-token-authentication/models/config.d.ts.map +1 -0
  207. package/lib/plugins/object-token-authentication/models/index.d.ts +2 -0
  208. package/lib/plugins/object-token-authentication/models/index.d.ts.map +1 -0
  209. package/lib/plugins/object-token-authentication/object-token-authentication-plugin.module.d.ts +11 -0
  210. package/lib/plugins/object-token-authentication/object-token-authentication-plugin.module.d.ts.map +1 -0
  211. package/lib/plugins/object-token-authentication/object-token-authentication-plugin.specification.d.ts +4 -0
  212. package/lib/plugins/object-token-authentication/object-token-authentication-plugin.specification.d.ts.map +1 -0
  213. package/lib/plugins/objecten-api/assets/index.d.ts +2 -0
  214. package/lib/plugins/objecten-api/assets/index.d.ts.map +1 -0
  215. package/lib/plugins/objecten-api/assets/objecten-api-plugin-logo.d.ts +3 -0
  216. package/lib/plugins/objecten-api/assets/objecten-api-plugin-logo.d.ts.map +1 -0
  217. package/lib/plugins/objecten-api/components/delete-object/delete-object.component.d.ts +24 -0
  218. package/lib/plugins/objecten-api/components/delete-object/delete-object.component.d.ts.map +1 -0
  219. package/lib/plugins/objecten-api/components/objecten-api-configuration/objecten-api-configuration.component.d.ts +39 -0
  220. package/lib/plugins/objecten-api/components/objecten-api-configuration/objecten-api-configuration.component.d.ts.map +1 -0
  221. package/lib/plugins/objecten-api/models/config.d.ts +10 -0
  222. package/lib/plugins/objecten-api/models/config.d.ts.map +1 -0
  223. package/lib/plugins/objecten-api/models/index.d.ts +2 -0
  224. package/lib/plugins/objecten-api/models/index.d.ts.map +1 -0
  225. package/lib/plugins/objecten-api/objecten-api-plugin-module.d.ts +12 -0
  226. package/lib/plugins/objecten-api/objecten-api-plugin-module.d.ts.map +1 -0
  227. package/lib/plugins/objecten-api/objecten-api-plugin.specification.d.ts +4 -0
  228. package/lib/plugins/objecten-api/objecten-api-plugin.specification.d.ts.map +1 -0
  229. package/lib/plugins/objecttypen-api/assets/index.d.ts +2 -0
  230. package/lib/plugins/objecttypen-api/assets/index.d.ts.map +1 -0
  231. package/lib/plugins/objecttypen-api/assets/objecttypen-api-plugin-logo.d.ts +3 -0
  232. package/lib/plugins/objecttypen-api/assets/objecttypen-api-plugin-logo.d.ts.map +1 -0
  233. package/lib/plugins/objecttypen-api/components/objecttypen-api-configuration/objecttypen-api-configuration.component.d.ts +39 -0
  234. package/lib/plugins/objecttypen-api/components/objecttypen-api-configuration/objecttypen-api-configuration.component.d.ts.map +1 -0
  235. package/lib/plugins/objecttypen-api/models/config.d.ts +7 -0
  236. package/lib/plugins/objecttypen-api/models/config.d.ts.map +1 -0
  237. package/lib/plugins/objecttypen-api/models/index.d.ts +2 -0
  238. package/lib/plugins/objecttypen-api/models/index.d.ts.map +1 -0
  239. package/lib/plugins/objecttypen-api/objecttypen-api-plugin-module.d.ts +11 -0
  240. package/lib/plugins/objecttypen-api/objecttypen-api-plugin-module.d.ts.map +1 -0
  241. package/lib/plugins/objecttypen-api/objecttypen-api-plugin.specification.d.ts +4 -0
  242. package/lib/plugins/objecttypen-api/objecttypen-api-plugin.specification.d.ts.map +1 -0
  243. package/lib/plugins/open-klant-token-authentication/assets/open-klant-token-authentication-plugin-logo.d.ts +3 -0
  244. package/lib/plugins/open-klant-token-authentication/assets/open-klant-token-authentication-plugin-logo.d.ts.map +1 -0
  245. package/lib/plugins/open-klant-token-authentication/components/open-klant-token-authentication-configuration/open-klant-token-authentication-configuration.component.d.ts +28 -0
  246. package/lib/plugins/open-klant-token-authentication/components/open-klant-token-authentication-configuration/open-klant-token-authentication-configuration.component.d.ts.map +1 -0
  247. package/lib/plugins/open-klant-token-authentication/models/config.d.ts +6 -0
  248. package/lib/plugins/open-klant-token-authentication/models/config.d.ts.map +1 -0
  249. package/lib/plugins/open-klant-token-authentication/models/index.d.ts +2 -0
  250. package/lib/plugins/open-klant-token-authentication/models/index.d.ts.map +1 -0
  251. package/lib/plugins/open-klant-token-authentication/open-klant-token-authentication-plugin.module.d.ts +11 -0
  252. package/lib/plugins/open-klant-token-authentication/open-klant-token-authentication-plugin.module.d.ts.map +1 -0
  253. package/lib/plugins/open-klant-token-authentication/open-klant-token-authentication-plugin.specification.d.ts +4 -0
  254. package/lib/plugins/open-klant-token-authentication/open-klant-token-authentication-plugin.specification.d.ts.map +1 -0
  255. package/lib/plugins/open-zaak/assets/index.d.ts +2 -0
  256. package/lib/plugins/open-zaak/assets/index.d.ts.map +1 -0
  257. package/lib/plugins/open-zaak/assets/open-zaak-plugin-logo.d.ts +3 -0
  258. package/lib/plugins/open-zaak/assets/open-zaak-plugin-logo.d.ts.map +1 -0
  259. package/lib/plugins/open-zaak/components/open-zaak-configuration/open-zaak-configuration.component.d.ts +29 -0
  260. package/lib/plugins/open-zaak/components/open-zaak-configuration/open-zaak-configuration.component.d.ts.map +1 -0
  261. package/lib/plugins/open-zaak/models/config.d.ts +7 -0
  262. package/lib/plugins/open-zaak/models/config.d.ts.map +1 -0
  263. package/lib/plugins/open-zaak/models/index.d.ts +2 -0
  264. package/lib/plugins/open-zaak/models/index.d.ts.map +1 -0
  265. package/lib/plugins/open-zaak/open-zaak-plugin.module.d.ts +11 -0
  266. package/lib/plugins/open-zaak/open-zaak-plugin.module.d.ts.map +1 -0
  267. package/lib/plugins/open-zaak/open-zaak-plugin.specification.d.ts +4 -0
  268. package/lib/plugins/open-zaak/open-zaak-plugin.specification.d.ts.map +1 -0
  269. package/lib/plugins/portaaltaak/assets/portaaltaak-plugin-logo.d.ts +3 -0
  270. package/lib/plugins/portaaltaak/assets/portaaltaak-plugin-logo.d.ts.map +1 -0
  271. package/lib/plugins/portaaltaak/components/complete-portal-task/complete-portal-task.component.d.ts +19 -0
  272. package/lib/plugins/portaaltaak/components/complete-portal-task/complete-portal-task.component.d.ts.map +1 -0
  273. package/lib/plugins/portaaltaak/components/create-portal-task/create-portal-task.component.d.ts +40 -0
  274. package/lib/plugins/portaaltaak/components/create-portal-task/create-portal-task.component.d.ts.map +1 -0
  275. package/lib/plugins/portaaltaak/components/portaaltaak-configuration/portaaltaak-configuration.component.d.ts +44 -0
  276. package/lib/plugins/portaaltaak/components/portaaltaak-configuration/portaaltaak-configuration.component.d.ts.map +1 -0
  277. package/lib/plugins/portaaltaak/models/config.d.ts +27 -0
  278. package/lib/plugins/portaaltaak/models/config.d.ts.map +1 -0
  279. package/lib/plugins/portaaltaak/models/index.d.ts +3 -0
  280. package/lib/plugins/portaaltaak/models/index.d.ts.map +1 -0
  281. package/lib/plugins/portaaltaak/models/object.d.ts +14 -0
  282. package/lib/plugins/portaaltaak/models/object.d.ts.map +1 -0
  283. package/lib/plugins/portaaltaak/portaaltaak-plugin.module.d.ts +13 -0
  284. package/lib/plugins/portaaltaak/portaaltaak-plugin.module.d.ts.map +1 -0
  285. package/lib/plugins/portaaltaak/portaaltaak-plugin.specification.d.ts +4 -0
  286. package/lib/plugins/portaaltaak/portaaltaak-plugin.specification.d.ts.map +1 -0
  287. package/lib/plugins/portaaltaak/services/index.d.ts +2 -0
  288. package/lib/plugins/portaaltaak/services/index.d.ts.map +1 -0
  289. package/lib/plugins/portaaltaak/services/object.service.d.ts +14 -0
  290. package/lib/plugins/portaaltaak/services/object.service.d.ts.map +1 -0
  291. package/lib/plugins/smart-documents/assets/index.d.ts +2 -0
  292. package/lib/plugins/smart-documents/assets/index.d.ts.map +1 -0
  293. package/lib/plugins/smart-documents/assets/smart-documents-plugin-logo.d.ts +3 -0
  294. package/lib/plugins/smart-documents/assets/smart-documents-plugin-logo.d.ts.map +1 -0
  295. package/lib/plugins/smart-documents/components/generate-document-configuration/generate-document-configuration.component.d.ts +31 -0
  296. package/lib/plugins/smart-documents/components/generate-document-configuration/generate-document-configuration.component.d.ts.map +1 -0
  297. package/lib/plugins/smart-documents/components/get-template-names/get-template-names.component.d.ts +24 -0
  298. package/lib/plugins/smart-documents/components/get-template-names/get-template-names.component.d.ts.map +1 -0
  299. package/lib/plugins/smart-documents/components/smart-documents-configuration/smart-documents-configuration.component.d.ts +30 -0
  300. package/lib/plugins/smart-documents/components/smart-documents-configuration/smart-documents-configuration.component.d.ts.map +1 -0
  301. package/lib/plugins/smart-documents/models/config.d.ts +23 -0
  302. package/lib/plugins/smart-documents/models/config.d.ts.map +1 -0
  303. package/lib/plugins/smart-documents/models/index.d.ts +2 -0
  304. package/lib/plugins/smart-documents/models/index.d.ts.map +1 -0
  305. package/lib/plugins/smart-documents/smart-documents-plugin.module.d.ts +13 -0
  306. package/lib/plugins/smart-documents/smart-documents-plugin.module.d.ts.map +1 -0
  307. package/lib/plugins/smart-documents/smart-documents-plugin.specification.d.ts +4 -0
  308. package/lib/plugins/smart-documents/smart-documents-plugin.specification.d.ts.map +1 -0
  309. package/lib/plugins/verzoek/assets/verzoek-plugin-logo.d.ts +3 -0
  310. package/lib/plugins/verzoek/assets/verzoek-plugin-logo.d.ts.map +1 -0
  311. package/lib/plugins/verzoek/components/verzoek-configuration/verzoek-configuration.component.d.ts +94 -0
  312. package/lib/plugins/verzoek/components/verzoek-configuration/verzoek-configuration.component.d.ts.map +1 -0
  313. package/lib/plugins/verzoek/models/config.d.ts +28 -0
  314. package/lib/plugins/verzoek/models/config.d.ts.map +1 -0
  315. package/lib/plugins/verzoek/models/index.d.ts +3 -0
  316. package/lib/plugins/verzoek/models/index.d.ts.map +1 -0
  317. package/lib/plugins/verzoek/models/verzoek.d.ts +24 -0
  318. package/lib/plugins/verzoek/models/verzoek.d.ts.map +1 -0
  319. package/lib/plugins/verzoek/services/index.d.ts +2 -0
  320. package/lib/plugins/verzoek/services/index.d.ts.map +1 -0
  321. package/lib/plugins/verzoek/services/verzoek-plugin.service.d.ts +18 -0
  322. package/lib/plugins/verzoek/services/verzoek-plugin.service.d.ts.map +1 -0
  323. package/lib/plugins/verzoek/verzoek-plugin.module.d.ts +12 -0
  324. package/lib/plugins/verzoek/verzoek-plugin.module.d.ts.map +1 -0
  325. package/lib/plugins/verzoek/verzoek-plugin.specification.d.ts +4 -0
  326. package/lib/plugins/verzoek/verzoek-plugin.specification.d.ts.map +1 -0
  327. package/lib/plugins/zaken-api/assets/index.d.ts +2 -0
  328. package/lib/plugins/zaken-api/assets/index.d.ts.map +1 -0
  329. package/lib/plugins/zaken-api/assets/zaken-api-plugin-logo.d.ts +3 -0
  330. package/lib/plugins/zaken-api/assets/zaken-api-plugin-logo.d.ts.map +1 -0
  331. package/lib/plugins/zaken-api/components/create-medewerker-zaak-rol/create-medewerker-zaak-rol.component.d.ts +25 -0
  332. package/lib/plugins/zaken-api/components/create-medewerker-zaak-rol/create-medewerker-zaak-rol.component.d.ts.map +1 -0
  333. package/lib/plugins/zaken-api/components/create-natuurlijk-persoon-zaak-rol/create-natuurlijk-persoon-zaak-rol.component.d.ts +24 -0
  334. package/lib/plugins/zaken-api/components/create-natuurlijk-persoon-zaak-rol/create-natuurlijk-persoon-zaak-rol.component.d.ts.map +1 -0
  335. package/lib/plugins/zaken-api/components/create-niet-natuurlijk-persoon-zaak-rol/create-niet-natuurlijk-persoon-zaak-rol.component.d.ts +24 -0
  336. package/lib/plugins/zaken-api/components/create-niet-natuurlijk-persoon-zaak-rol/create-niet-natuurlijk-persoon-zaak-rol.component.d.ts.map +1 -0
  337. package/lib/plugins/zaken-api/components/create-organisatorische-eenheid-zaak-rol/create-organisatorische-eenheid-zaak-rol.component.d.ts +25 -0
  338. package/lib/plugins/zaken-api/components/create-organisatorische-eenheid-zaak-rol/create-organisatorische-eenheid-zaak-rol.component.d.ts.map +1 -0
  339. package/lib/plugins/zaken-api/components/create-vestiging-zaak-rol/create-vestiging-zaak-rol.component.d.ts +24 -0
  340. package/lib/plugins/zaken-api/components/create-vestiging-zaak-rol/create-vestiging-zaak-rol.component.d.ts.map +1 -0
  341. package/lib/plugins/zaken-api/components/create-zaak/create-zaak-configuration.component.d.ts +58 -0
  342. package/lib/plugins/zaken-api/components/create-zaak/create-zaak-configuration.component.d.ts.map +1 -0
  343. package/lib/plugins/zaken-api/components/create-zaak-object/create-zaak-object-configuration.component.d.ts +27 -0
  344. package/lib/plugins/zaken-api/components/create-zaak-object/create-zaak-object-configuration.component.d.ts.map +1 -0
  345. package/lib/plugins/zaken-api/components/create-zaak-resultaat/create-zaak-resultaat-configuration.component.d.ts +40 -0
  346. package/lib/plugins/zaken-api/components/create-zaak-resultaat/create-zaak-resultaat-configuration.component.d.ts.map +1 -0
  347. package/lib/plugins/zaken-api/components/create-zaakeigenschap/create-zaakeigenschap.component.d.ts +41 -0
  348. package/lib/plugins/zaken-api/components/create-zaakeigenschap/create-zaakeigenschap.component.d.ts.map +1 -0
  349. package/lib/plugins/zaken-api/components/create-zaaknotitie/create-zaaknotitie-configuration.component.d.ts +26 -0
  350. package/lib/plugins/zaken-api/components/create-zaaknotitie/create-zaaknotitie-configuration.component.d.ts.map +1 -0
  351. package/lib/plugins/zaken-api/components/delete-zaak-resultaten/delete-zaak-resultaten-configuration.component.d.ts +20 -0
  352. package/lib/plugins/zaken-api/components/delete-zaak-resultaten/delete-zaak-resultaten-configuration.component.d.ts.map +1 -0
  353. package/lib/plugins/zaken-api/components/delete-zaak-rol/delete-zaak-rol.component.d.ts +24 -0
  354. package/lib/plugins/zaken-api/components/delete-zaak-rol/delete-zaak-rol.component.d.ts.map +1 -0
  355. package/lib/plugins/zaken-api/components/delete-zaakeigenschap/delete-zaakeigenschap.component.d.ts +38 -0
  356. package/lib/plugins/zaken-api/components/delete-zaakeigenschap/delete-zaakeigenschap.component.d.ts.map +1 -0
  357. package/lib/plugins/zaken-api/components/end-hersteltermijn/end-hersteltermijn.component.d.ts +20 -0
  358. package/lib/plugins/zaken-api/components/end-hersteltermijn/end-hersteltermijn.component.d.ts.map +1 -0
  359. package/lib/plugins/zaken-api/components/get-zaak-informatieobjecten/get-zaak-informatieobjecten.component.d.ts +34 -0
  360. package/lib/plugins/zaken-api/components/get-zaak-informatieobjecten/get-zaak-informatieobjecten.component.d.ts.map +1 -0
  361. package/lib/plugins/zaken-api/components/get-zaakbesluiten/get-zaakbesluiten-configuration.component.d.ts +24 -0
  362. package/lib/plugins/zaken-api/components/get-zaakbesluiten/get-zaakbesluiten-configuration.component.d.ts.map +1 -0
  363. package/lib/plugins/zaken-api/components/link-document-to-zaak/link-document-to-zaak-configuration.component.d.ts +34 -0
  364. package/lib/plugins/zaken-api/components/link-document-to-zaak/link-document-to-zaak-configuration.component.d.ts.map +1 -0
  365. package/lib/plugins/zaken-api/components/link-uploaded-document-to-zaak/link-uploaded-document-to-zaak-configuration.component.d.ts +20 -0
  366. package/lib/plugins/zaken-api/components/link-uploaded-document-to-zaak/link-uploaded-document-to-zaak-configuration.component.d.ts.map +1 -0
  367. package/lib/plugins/zaken-api/components/patch-zaak/patch-zaak-configuration.component.d.ts +47 -0
  368. package/lib/plugins/zaken-api/components/patch-zaak/patch-zaak-configuration.component.d.ts.map +1 -0
  369. package/lib/plugins/zaken-api/components/patch-zaaknotitie/patch-zaaknotitie-configuration.component.d.ts +45 -0
  370. package/lib/plugins/zaken-api/components/patch-zaaknotitie/patch-zaaknotitie-configuration.component.d.ts.map +1 -0
  371. package/lib/plugins/zaken-api/components/relateer-zaken/relateer-zaken.component.d.ts +30 -0
  372. package/lib/plugins/zaken-api/components/relateer-zaken/relateer-zaken.component.d.ts.map +1 -0
  373. package/lib/plugins/zaken-api/components/set-zaak-status/set-zaak-status-configuration.component.d.ts +55 -0
  374. package/lib/plugins/zaken-api/components/set-zaak-status/set-zaak-status-configuration.component.d.ts.map +1 -0
  375. package/lib/plugins/zaken-api/components/set-zaakopschorting/set-zaakopschorting.component.d.ts +24 -0
  376. package/lib/plugins/zaken-api/components/set-zaakopschorting/set-zaakopschorting.component.d.ts.map +1 -0
  377. package/lib/plugins/zaken-api/components/start-hersteltermijn/start-hersteltermijn-configuration.component.d.ts +24 -0
  378. package/lib/plugins/zaken-api/components/start-hersteltermijn/start-hersteltermijn-configuration.component.d.ts.map +1 -0
  379. package/lib/plugins/zaken-api/components/update-zaakeigenschap/update-zaakeigenschap.component.d.ts +38 -0
  380. package/lib/plugins/zaken-api/components/update-zaakeigenschap/update-zaakeigenschap.component.d.ts.map +1 -0
  381. package/lib/plugins/zaken-api/components/zaken-api-configuration/zaken-api-configuration.component.d.ts +44 -0
  382. package/lib/plugins/zaken-api/components/zaken-api-configuration/zaken-api-configuration.component.d.ts.map +1 -0
  383. package/lib/plugins/zaken-api/models/config.d.ts +164 -0
  384. package/lib/plugins/zaken-api/models/config.d.ts.map +1 -0
  385. package/lib/plugins/zaken-api/models/create-zaak-properties.d.ts +3 -0
  386. package/lib/plugins/zaken-api/models/create-zaak-properties.d.ts.map +1 -0
  387. package/lib/plugins/zaken-api/models/eigenschap.d.ts +6 -0
  388. package/lib/plugins/zaken-api/models/eigenschap.d.ts.map +1 -0
  389. package/lib/plugins/zaken-api/models/geometry-types.d.ts +2 -0
  390. package/lib/plugins/zaken-api/models/geometry-types.d.ts.map +1 -0
  391. package/lib/plugins/zaken-api/models/index.d.ts +6 -0
  392. package/lib/plugins/zaken-api/models/index.d.ts.map +1 -0
  393. package/lib/plugins/zaken-api/models/indicatie-machtiging-values.d.ts +3 -0
  394. package/lib/plugins/zaken-api/models/indicatie-machtiging-values.d.ts.map +1 -0
  395. package/lib/plugins/zaken-api/models/input.d.ts +3 -0
  396. package/lib/plugins/zaken-api/models/input.d.ts.map +1 -0
  397. package/lib/plugins/zaken-api/models/patch-zaak-properties.d.ts +3 -0
  398. package/lib/plugins/zaken-api/models/patch-zaak-properties.d.ts.map +1 -0
  399. package/lib/plugins/zaken-api/models/patch-zaaknotitie-properties.d.ts +3 -0
  400. package/lib/plugins/zaken-api/models/patch-zaaknotitie-properties.d.ts.map +1 -0
  401. package/lib/plugins/zaken-api/models/payment-indication-types.d.ts +2 -0
  402. package/lib/plugins/zaken-api/models/payment-indication-types.d.ts.map +1 -0
  403. package/lib/plugins/zaken-api/models/resultaat.d.ts +6 -0
  404. package/lib/plugins/zaken-api/models/resultaat.d.ts.map +1 -0
  405. package/lib/plugins/zaken-api/models/status.d.ts +6 -0
  406. package/lib/plugins/zaken-api/models/status.d.ts.map +1 -0
  407. package/lib/plugins/zaken-api/models/zaaknotificatie-statuses.d.ts +2 -0
  408. package/lib/plugins/zaken-api/models/zaaknotificatie-statuses.d.ts.map +1 -0
  409. package/lib/plugins/zaken-api/models/zaaknotificatie-types.d.ts +2 -0
  410. package/lib/plugins/zaken-api/models/zaaknotificatie-types.d.ts.map +1 -0
  411. package/lib/plugins/zaken-api/services/index.d.ts +2 -0
  412. package/lib/plugins/zaken-api/services/index.d.ts.map +1 -0
  413. package/lib/plugins/zaken-api/services/zaken-api.service.d.ts +17 -0
  414. package/lib/plugins/zaken-api/services/zaken-api.service.d.ts.map +1 -0
  415. package/lib/plugins/zaken-api/zaken-api-plugin.module.d.ts +39 -0
  416. package/lib/plugins/zaken-api/zaken-api-plugin.module.d.ts.map +1 -0
  417. package/lib/plugins/zaken-api/zaken-api-plugin.specification.d.ts +4 -0
  418. package/lib/plugins/zaken-api/zaken-api-plugin.specification.d.ts.map +1 -0
  419. package/lib/services/index.d.ts +4 -0
  420. package/lib/services/index.d.ts.map +1 -0
  421. package/lib/services/plugin-management.service.d.ts +29 -0
  422. package/lib/services/plugin-management.service.d.ts.map +1 -0
  423. package/lib/services/plugin-translation.service.d.ts +19 -0
  424. package/lib/services/plugin-translation.service.d.ts.map +1 -0
  425. package/lib/services/plugin.service.d.ts +15 -0
  426. package/lib/services/plugin.service.d.ts.map +1 -0
  427. package/package.json +24 -0
  428. package/public-api.d.ts +107 -0
  429. package/public-api.d.ts.map +1 -0
  430. package/valtimo-plugin.d.ts.map +1 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"verzoek-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/verzoek/components/verzoek-configuration/verzoek-configuration.component.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,28 @@
1
+ import { PluginConfigurationData } from '../../../models';
2
+ type CopyStrategy = 'full' | 'specified';
3
+ interface Mapping {
4
+ source?: string;
5
+ target?: string;
6
+ key?: string;
7
+ value?: string;
8
+ }
9
+ interface VerzoekType {
10
+ uuid?: string;
11
+ caseDefinitionKey: string;
12
+ caseDefinitionVersionTag: string;
13
+ objectManagementId: string;
14
+ processDefinitionKey: string;
15
+ initiatorRolDescription: string;
16
+ initiatorRoltypeUrl: string;
17
+ type: string;
18
+ copyStrategy: CopyStrategy;
19
+ mapping?: Array<Mapping>;
20
+ }
21
+ interface VerzoekConfig extends PluginConfigurationData {
22
+ notificatiesApiPluginConfiguration: string;
23
+ processToStart: string;
24
+ rsin: string;
25
+ verzoekProperties: Array<VerzoekType>;
26
+ }
27
+ export { VerzoekConfig, VerzoekType, CopyStrategy };
28
+ //# sourceMappingURL=config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/verzoek/models/config.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,uBAAuB,EAAC,MAAM,iBAAiB,CAAC;AAExD,KAAK,YAAY,GAAG,MAAM,GAAG,WAAW,CAAC;AAEzC,UAAU,OAAO;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,UAAU,WAAW;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,iBAAiB,EAAE,MAAM,CAAC;IAC1B,wBAAwB,EAAE,MAAM,CAAC;IACjC,kBAAkB,EAAE,MAAM,CAAC;IAC3B,oBAAoB,EAAE,MAAM,CAAC;IAC7B,uBAAuB,EAAE,MAAM,CAAC;IAChC,mBAAmB,EAAE,MAAM,CAAC;IAC5B,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,YAAY,CAAC;IAC3B,OAAO,CAAC,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;CAC1B;AAED,UAAU,aAAc,SAAQ,uBAAuB;IACrD,kCAAkC,EAAE,MAAM,CAAC;IAC3C,cAAc,EAAE,MAAM,CAAC;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,iBAAiB,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC;CACvC;AAED,OAAO,EAAC,aAAa,EAAE,WAAW,EAAE,YAAY,EAAC,CAAC"}
@@ -0,0 +1,3 @@
1
+ export * from './config';
2
+ export * from './verzoek';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/verzoek/models/index.ts"],"names":[],"mappings":"AAgBA,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC"}
@@ -0,0 +1,24 @@
1
+ interface Objecttype {
2
+ id: string;
3
+ title: string;
4
+ objecttypenApiPluginConfigurationId: string;
5
+ objecttypeId: string;
6
+ objectenApiPluginConfigurationId: string;
7
+ showInDataMenu: boolean;
8
+ formDefinitionView?: string;
9
+ formDefinitionEdit?: string;
10
+ }
11
+ type ObjecttypeKeys = keyof Objecttype;
12
+ interface Roltype {
13
+ name: string;
14
+ url: string;
15
+ }
16
+ interface CaseListItem {
17
+ autoAssignTasks: boolean;
18
+ canHaveAssignee: boolean;
19
+ caseDefinitionKey: string;
20
+ caseDefinitionVersionTag: string;
21
+ name: string;
22
+ }
23
+ export { Objecttype, ObjecttypeKeys, Roltype, CaseListItem };
24
+ //# sourceMappingURL=verzoek.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"verzoek.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/verzoek/models/verzoek.ts"],"names":[],"mappings":"AAgBA,UAAU,UAAU;IAClB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,mCAAmC,EAAE,MAAM,CAAC;IAC5C,YAAY,EAAE,MAAM,CAAC;IACrB,gCAAgC,EAAE,MAAM,CAAC;IACzC,cAAc,EAAE,OAAO,CAAC;IACxB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,KAAK,cAAc,GAAG,MAAM,UAAU,CAAC;AAEvC,UAAU,OAAO;IACf,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;CACb;AAED,UAAU,YAAY;IACpB,eAAe,EAAE,OAAO,CAAC;IACzB,eAAe,EAAE,OAAO,CAAC;IACzB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,wBAAwB,EAAE,MAAM,CAAC;IACjC,IAAI,EAAE,MAAM,CAAC;CACd;AAED,OAAO,EAAC,UAAU,EAAE,cAAc,EAAE,OAAO,EAAE,YAAY,EAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './verzoek-plugin.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/verzoek/services/index.ts"],"names":[],"mappings":"AAgBA,cAAc,0BAA0B,CAAC"}
@@ -0,0 +1,18 @@
1
+ import { Observable } from 'rxjs';
2
+ import { HttpClient } from '@angular/common/http';
3
+ import { ConfigService, Page } from '@valtimo/shared';
4
+ import { CaseListItem, Objecttype, Roltype } from '../models';
5
+ import * as i0 from "@angular/core";
6
+ export declare class VerzoekPluginService {
7
+ private http;
8
+ private valtimoEndpointUri;
9
+ constructor(http: HttpClient, configService: ConfigService);
10
+ getAllObjects(): Observable<Objecttype[]>;
11
+ getRoltypesByCaseDefinition(caseDefinitionKey: string, params: {
12
+ caseDefinitionVersionTag?: string;
13
+ }): Observable<Array<Roltype>>;
14
+ getCaseDefinitions(params: any): Observable<Page<CaseListItem>>;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<VerzoekPluginService, never>;
16
+ static ɵprov: i0.ɵɵInjectableDeclaration<VerzoekPluginService>;
17
+ }
18
+ //# sourceMappingURL=verzoek-plugin.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"verzoek-plugin.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/verzoek/services/verzoek-plugin.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAa,UAAU,EAAK,MAAM,MAAM,CAAC;AAChD,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAC,aAAa,EAAE,IAAI,EAAC,MAAM,iBAAiB,CAAC;AACpD,OAAO,EAAC,YAAY,EAAE,UAAU,EAAE,OAAO,EAAC,MAAM,WAAW,CAAC;;AAE5D,qBAGa,oBAAoB;IAI7B,OAAO,CAAC,IAAI;IAHd,OAAO,CAAC,kBAAkB,CAAS;gBAGzB,IAAI,EAAE,UAAU,EACxB,aAAa,EAAE,aAAa;IAK9B,aAAa,IAAI,UAAU,CAAC,UAAU,EAAE,CAAC;IAMzC,2BAA2B,CACzB,iBAAiB,EAAE,MAAM,EACzB,MAAM,EAAE;QAAC,wBAAwB,CAAC,EAAE,MAAM,CAAA;KAAC,GAC1C,UAAU,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;IAetB,kBAAkB,CAAC,MAAM,EAAE,GAAG,GAAG,UAAU,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;yCAlC3D,oBAAoB;6CAApB,oBAAoB;CAwChC"}
@@ -0,0 +1,12 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./components/verzoek-configuration/verzoek-configuration.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../pipes/plugin-translate/plugin-translate-pipe.module";
5
+ import * as i4 from "@valtimo/components";
6
+ import * as i5 from "carbon-components-angular";
7
+ export declare class VerzoekPluginModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<VerzoekPluginModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<VerzoekPluginModule, [typeof i1.VerzoekConfigurationComponent], [typeof i2.CommonModule, typeof i3.PluginTranslatePipeModule, typeof i4.FormModule, typeof i4.InputModule, typeof i4.SelectModule, typeof i4.ParagraphModule, typeof i4.MultiInputFormModule, typeof i4.RadioModule, typeof i4.InputLabelModule, typeof i5.ModalModule, typeof i5.InputModule, typeof i4.TooltipIconModule, typeof i4.CarbonMultiInputModule, typeof i5.ButtonModule, typeof i4.ValtimoCdsModalDirective, typeof i4.VModalModule, typeof i5.IconModule], [typeof i1.VerzoekConfigurationComponent]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<VerzoekPluginModule>;
11
+ }
12
+ //# sourceMappingURL=verzoek-plugin.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"verzoek-plugin.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/verzoek/verzoek-plugin.module.ts"],"names":[],"mappings":";;;;;;AAwCA,qBAuBa,mBAAmB;yCAAnB,mBAAmB;0CAAnB,mBAAmB;0CAAnB,mBAAmB;CAAG"}
@@ -0,0 +1,4 @@
1
+ import { PluginSpecification } from '../../models';
2
+ declare const verzoekPluginSpecification: PluginSpecification;
3
+ export { verzoekPluginSpecification };
4
+ //# sourceMappingURL=verzoek-plugin.specification.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"verzoek-plugin.specification.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/verzoek/verzoek-plugin.specification.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AAIjD,QAAA,MAAM,0BAA0B,EAAE,mBA8GjC,CAAC;AAEF,OAAO,EAAC,0BAA0B,EAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './zaken-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/zaken-api/assets/index.ts"],"names":[],"mappings":"AAgBA,cAAc,yBAAyB,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare const ZAKEN_API_PLUGIN_LOGO_BASE64 = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIxNTAgMTUgOTYgNTAiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNTcuMzk2LjIxMUguMjgxdjQ5LjQwNWg1Ny4xMTVWLjIxeiIvPjxwYXRoIGlkPSJjIiBkPSJNNTcuNTY0LjIxMUguNDQ4djQ5LjQwNWg1Ny4xMTZWLjIxeiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE4Ny45MzEgMTUpIj48bWFzayBpZD0iYiIgZmlsbD0iI2ZmZiI+PHVzZSB4bGluazpocmVmPSIjYSIvPjwvbWFzaz48cGF0aCBkPSJNNTcuMzk2IDI0LjkxM2MwLTEzLjU3My0xMS4wMDQtMjQuNjIyLTI0LjU2LTI0LjctLjAyNCAwLS4wNDgtLjAwMy0uMDczLS4wMDNIMjQuNzVhMi41MDQgMi41MDQgMCAxIDAgMCA1LjAxaDcuOTQ1YzEwLjg1OCAwIDE5LjY5NCA4LjgzNCAxOS42OTQgMTkuNjkzIDAgMTAuODYtOC44MzYgMTkuNjk0LTE5LjY5NCAxOS42OTRINS4yODl2LTQuNTc4SC4yODF2OS41ODdoMzIuNDgydi0uMDAxYzEzLjU5LS4wNCAyNC42MzMtMTEuMTA1IDI0LjYzMy0yNC43MDIiIGZpbGw9IiMwMDlGRTQiIG1hc2s9InVybCgjYikiLz48L2c+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUwIDE1KSI+PG1hc2sgaWQ9ImQiIGZpbGw9IiNmZmYiPjx1c2UgeGxpbms6aHJlZj0iI2MiLz48L21hc2s+PHBhdGggZD0iTS40NDggMjQuOTEzYzAgMTMuNTczIDExLjAwNCAyNC42MjIgMjQuNTYgMjQuNy4wMjQgMCAuMDQ4LjAwMy4wNzMuMDAzaDguMDE0YTIuNTA0IDIuNTA0IDAgMSAwIDAtNS4wMDloLTcuOTQ0Yy0xMC44NTkgMC0xOS42OTQtOC44MzQtMTkuNjk0LTE5LjY5NCAwLTEwLjg1OSA4LjgzNS0xOS42OTQgMTkuNjk0LTE5LjY5NGgyNy40MDR2NC41NzhoNS4wMDlWLjIxSDI1LjA4di4wMDFDMTEuNDkuMjUxLjQ0OCAxMS4zMTYuNDQ4IDI0LjkxMyIgZmlsbD0iIzAwOUZFNCIgbWFzaz0idXJsKCNkKSIvPjwvZz48cGF0aCBmaWxsPSIjMDA0Mzg4IiBkPSJNMTc2LjAxNyA0Mi4xMTZsLTQuNjc4LTEyLjQwMWgtNS42NjRsOC4xNCAyMC4zNjZoMy45MjFsOC40MDEtMjAuMzY2aC01LjM2M3ptMjYuNTQyLjU1OGwtNy45MjgtMTIuOTU5aC02LjQxM3YyMC4zNjdoNC45OTdWMzYuNzg3bDguMTUgMTMuMjk1aDYuMTlWMjkuNzE1aC00Ljk5NnptMTkuMzIzLTQuOTR2NC42NjNoMy41Mzd2Mi42NzdhOS43NzMgOS43NzMgMCAwIDEtMS40MTQuNTRjLS42NTIuMjAzLTEuNDQzLjMwNi0yLjM1NC4zMDYtLjg4IDAtMS42ODYtLjE1LTIuMzk0LS40NDhhNS4zMzggNS4zMzggMCAwIDEtMS44MjQtMS4yNDcgNS41MjIgNS41MjIgMCAwIDEtMS4xNy0xLjg5NGMtLjI3Mi0uNzI5LS40MS0xLjU0OS0uNDEtMi40MzMgMC0uODY3LjEzOC0xLjY4MS40MS0yLjQyYTUuNTAyIDUuNTAyIDAgMCAxIDEuMTctMS45MDggNS4zNzQgNS4zNzQgMCAwIDEgMS44MjQtMS4yNDZjLjcwOS0uMjk4IDEuNTE0LS40NDkgMi4zOTQtLjQ0OSAxLjA2NCAwIDEuOTU5LjE1MSAyLjY1Ny40NDkuNy4yOTcgMS4zMzguNzQgMS44OTggMS4zMThsLjI0Mi4yNDggMy41MTUtMy44MzUtLjIzNy0uMjIxYTguOTIzIDguOTIzIDAgMCAwLTMuNjI3LTIuMDM4Yy0xLjM1LS4zODYtMi44NDctLjU4My00LjQ0OC0uNTgzLTEuNTcyIDAtMy4wNDQuMjUtNC4zNzMuNzQ1YTEwLjEzOSAxMC4xMzkgMCAwIDAtMy40ODEgMi4xNDNjLS45NzUuOTI4LTEuNzQ2IDIuMDY2LTIuMjkgMy4zODQtLjU0MyAxLjMxNS0uODE5IDIuOC0uODE5IDQuNDEzIDAgMS42MTMuMjc2IDMuMDk4LjgyIDQuNDEzLjU0NSAxLjMxOSAxLjMxNCAyLjQ1NyAyLjI4OSAzLjM4NC45NzQuOTI2IDIuMTQ2IDEuNjQ3IDMuNDggMi4xNDMgMS4zMy40OTQgMi44MDIuNzQ0IDQuMzc0Ljc0NCAxLjQ2NCAwIDIuOTItLjE1MiA0LjMzLS40NTJhMTYuMDU0IDE2LjA1NCAwIDAgMCA0LjA5LTEuNDc4bC4xNzctLjA5VjM3LjczM2gtOC4zNjZ6Ii8+PC9nPjwvc3ZnPg==";
2
+ export { ZAKEN_API_PLUGIN_LOGO_BASE64 };
3
+ //# sourceMappingURL=zaken-api-plugin-logo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"zaken-api-plugin-logo.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/assets/zaken-api-plugin-logo.ts"],"names":[],"mappings":"AAgBA,QAAA,MAAM,4BAA4B,mrFACgpF,CAAC;AAEnrF,OAAO,EAAC,4BAA4B,EAAC,CAAC"}
@@ -0,0 +1,25 @@
1
+ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
+ import { FunctionConfigurationComponent } from '../../../../models';
3
+ import { Observable } from 'rxjs';
4
+ import { CreateMedewerkerZaakRolConfig } from '../../models';
5
+ import * as i0 from "@angular/core";
6
+ export declare class CreateMedewerkerZaakRolComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
7
+ save$: Observable<void>;
8
+ disabled$: Observable<boolean>;
9
+ pluginId: string;
10
+ prefillConfiguration$: Observable<CreateMedewerkerZaakRolConfig>;
11
+ valid: EventEmitter<boolean>;
12
+ configuration: EventEmitter<CreateMedewerkerZaakRolConfig>;
13
+ readonly INDICATIE_MACHTIGING_VALUES: import("@valtimo/components").RadioValue[];
14
+ private _saveSubscription;
15
+ private readonly _formValue$;
16
+ private readonly _valid$;
17
+ ngOnInit(): void;
18
+ ngOnDestroy(): void;
19
+ formValueChange(formValue: CreateMedewerkerZaakRolConfig): void;
20
+ private handleValid;
21
+ private openSaveSubscription;
22
+ static ɵfac: i0.ɵɵFactoryDeclaration<CreateMedewerkerZaakRolComponent, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<CreateMedewerkerZaakRolComponent, "valtimo-create-medewerker-zaak-rol-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>;
24
+ }
25
+ //# sourceMappingURL=create-medewerker-zaak-rol.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-medewerker-zaak-rol.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/create-medewerker-zaak-rol/create-medewerker-zaak-rol.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,6BAA6B,EAAC,MAAM,cAAc,CAAC;;AAG3D,qBAMa,gCACX,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,6BAA6B,CAAC,CAAC;IAChE,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,6BAA6B,CAAC,CAChB;IAEpD,SAAgB,2BAA2B,6CAA+B;IAE1E,OAAO,CAAC,iBAAiB,CAAgB;IACzC,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAmE;IAC/F,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAuC;IAExD,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAInB,eAAe,CAAC,SAAS,EAAE,6BAA6B,GAAG,IAAI;IAKtE,OAAO,CAAC,WAAW;IAanB,OAAO,CAAC,oBAAoB;yCA3CjB,gCAAgC;2CAAhC,gCAAgC;CAsD5C"}
@@ -0,0 +1,24 @@
1
+ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
+ import { FunctionConfigurationComponent } from '../../../../models';
3
+ import { Observable } from 'rxjs';
4
+ import { CreateNatuurlijkePersoonZaakRolConfig } from '../../models';
5
+ import * as i0 from "@angular/core";
6
+ export declare class CreateNatuurlijkPersoonZaakRolComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
7
+ save$: Observable<void>;
8
+ disabled$: Observable<boolean>;
9
+ pluginId: string;
10
+ prefillConfiguration$: Observable<CreateNatuurlijkePersoonZaakRolConfig>;
11
+ valid: EventEmitter<boolean>;
12
+ configuration: EventEmitter<CreateNatuurlijkePersoonZaakRolConfig>;
13
+ private _saveSubscription;
14
+ private readonly _formValue$;
15
+ private readonly _valid$;
16
+ ngOnInit(): void;
17
+ ngOnDestroy(): void;
18
+ formValueChange(formValue: CreateNatuurlijkePersoonZaakRolConfig): void;
19
+ private handleValid;
20
+ private openSaveSubscription;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<CreateNatuurlijkPersoonZaakRolComponent, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<CreateNatuurlijkPersoonZaakRolComponent, "valtimo-create-natuurlijk-persoon-zaak-rol-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=create-natuurlijk-persoon-zaak-rol.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-natuurlijk-persoon-zaak-rol.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/create-natuurlijk-persoon-zaak-rol/create-natuurlijk-persoon-zaak-rol.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,qCAAqC,EAAC,MAAM,cAAc,CAAC;;AAEnE,qBAKa,uCACX,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,qCAAqC,CAAC,CAAC;IACxE,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,qCAAqC,CAAC,CAChB;IAE5D,OAAO,CAAC,iBAAiB,CAAgB;IAEzC,OAAO,CAAC,QAAQ,CAAC,WAAW,CAE1B;IACF,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAuC;IAExD,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAInB,eAAe,CAAC,SAAS,EAAE,qCAAqC,GAAG,IAAI;IAK9E,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,oBAAoB;yCAtCjB,uCAAuC;2CAAvC,uCAAuC;CAiDnD"}
@@ -0,0 +1,24 @@
1
+ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
+ import { FunctionConfigurationComponent } from '../../../../models';
3
+ import { Observable } from 'rxjs';
4
+ import { CreateNietNatuurlijkePersoonZaakRolConfig } from '../../models';
5
+ import * as i0 from "@angular/core";
6
+ export declare class CreateNietNatuurlijkPersoonZaakRolComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
7
+ save$: Observable<void>;
8
+ disabled$: Observable<boolean>;
9
+ pluginId: string;
10
+ prefillConfiguration$: Observable<CreateNietNatuurlijkePersoonZaakRolConfig>;
11
+ valid: EventEmitter<boolean>;
12
+ configuration: EventEmitter<CreateNietNatuurlijkePersoonZaakRolConfig>;
13
+ private _saveSubscription;
14
+ private readonly _formValue$;
15
+ private readonly _valid$;
16
+ ngOnInit(): void;
17
+ ngOnDestroy(): void;
18
+ formValueChange(formValue: CreateNietNatuurlijkePersoonZaakRolConfig): void;
19
+ private handleValid;
20
+ private openSaveSubscription;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<CreateNietNatuurlijkPersoonZaakRolComponent, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<CreateNietNatuurlijkPersoonZaakRolComponent, "valtimo-create-niet-natuurlijk-persoon-zaak-rol-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=create-niet-natuurlijk-persoon-zaak-rol.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-niet-natuurlijk-persoon-zaak-rol.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/create-niet-natuurlijk-persoon-zaak-rol/create-niet-natuurlijk-persoon-zaak-rol.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,yCAAyC,EAAC,MAAM,cAAc,CAAC;;AAEvE,qBAMa,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,yCAAyC,CAAC,CAAC;IAC5E,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,yCAAyC,CAAC,CAChB;IAEhE,OAAO,CAAC,iBAAiB,CAAgB;IAEzC,OAAO,CAAC,QAAQ,CAAC,WAAW,CACkD;IAC9E,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAuC;IAExD,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAInB,eAAe,CAAC,SAAS,EAAE,yCAAyC,GAAG,IAAI;IAKlF,OAAO,CAAC,WAAW;IAenB,OAAO,CAAC,oBAAoB;yCA7CjB,2CAA2C;2CAA3C,2CAA2C;CAwDvD"}
@@ -0,0 +1,25 @@
1
+ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
+ import { FunctionConfigurationComponent } from '../../../../models';
3
+ import { Observable } from 'rxjs';
4
+ import { CreateOrganisatorischeEenheidZaakRolConfig } from '../../models';
5
+ import * as i0 from "@angular/core";
6
+ export declare class CreateOrganisatorischeEenheidZaakRolComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
7
+ save$: Observable<void>;
8
+ disabled$: Observable<boolean>;
9
+ pluginId: string;
10
+ prefillConfiguration$: Observable<CreateOrganisatorischeEenheidZaakRolConfig>;
11
+ valid: EventEmitter<boolean>;
12
+ configuration: EventEmitter<CreateOrganisatorischeEenheidZaakRolConfig>;
13
+ readonly INDICATIE_MACHTIGING_VALUES: import("@valtimo/components").RadioValue[];
14
+ private _saveSubscription;
15
+ private readonly _formValue$;
16
+ private readonly _valid$;
17
+ ngOnInit(): void;
18
+ ngOnDestroy(): void;
19
+ formValueChange(formValue: CreateOrganisatorischeEenheidZaakRolConfig): void;
20
+ private handleValid;
21
+ private openSaveSubscription;
22
+ static ɵfac: i0.ɵɵFactoryDeclaration<CreateOrganisatorischeEenheidZaakRolComponent, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<CreateOrganisatorischeEenheidZaakRolComponent, "valtimo-create-organisatorische-eenheid-zaak-rol-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>;
24
+ }
25
+ //# sourceMappingURL=create-organisatorische-eenheid-zaak-rol.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-organisatorische-eenheid-zaak-rol.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/create-organisatorische-eenheid-zaak-rol/create-organisatorische-eenheid-zaak-rol.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,0CAA0C,EAAC,MAAM,cAAc,CAAC;;AAGxE,qBAMa,6CACX,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,0CAA0C,CAAC,CAAC;IAC7E,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,0CAA0C,CAAC,CAChB;IAEjE,SAAgB,2BAA2B,6CAA+B;IAE1E,OAAO,CAAC,iBAAiB,CAAgB;IACzC,OAAO,CAAC,QAAQ,CAAC,WAAW,CACmD;IAC/E,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAuC;IAExD,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAInB,eAAe,CAAC,SAAS,EAAE,0CAA0C,GAAG,IAAI;IAKnF,OAAO,CAAC,WAAW;IAcnB,OAAO,CAAC,oBAAoB;yCA7CjB,6CAA6C;2CAA7C,6CAA6C;CAwDzD"}
@@ -0,0 +1,24 @@
1
+ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
+ import { FunctionConfigurationComponent } from '../../../../models';
3
+ import { Observable } from 'rxjs';
4
+ import { CreateVestigingZaakRolConfig } from '../../models';
5
+ import * as i0 from "@angular/core";
6
+ export declare class CreateVestigingZaakRolComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
7
+ save$: Observable<void>;
8
+ disabled$: Observable<boolean>;
9
+ pluginId: string;
10
+ prefillConfiguration$: Observable<CreateVestigingZaakRolConfig>;
11
+ valid: EventEmitter<boolean>;
12
+ configuration: EventEmitter<CreateVestigingZaakRolConfig>;
13
+ private _saveSubscription;
14
+ private readonly _formValue$;
15
+ private readonly _valid$;
16
+ ngOnInit(): void;
17
+ ngOnDestroy(): void;
18
+ formValueChange(formValue: CreateVestigingZaakRolConfig): void;
19
+ private handleValid;
20
+ private openSaveSubscription;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<CreateVestigingZaakRolComponent, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<CreateVestigingZaakRolComponent, "valtimo-create-vestiging-zaak-rol-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=create-vestiging-zaak-rol.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-vestiging-zaak-rol.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/create-vestiging-zaak-rol/create-vestiging-zaak-rol.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,4BAA4B,EAAC,MAAM,cAAc,CAAC;;AAE1D,qBAMa,+BACX,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,4BAA4B,CAAC,CAAC;IAC/D,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,4BAA4B,CAAC,CAChB;IAEnD,OAAO,CAAC,iBAAiB,CAAgB;IAEzC,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAkE;IAC9F,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAuC;IAExD,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAInB,eAAe,CAAC,SAAS,EAAE,4BAA4B,GAAG,IAAI;IAKrE,OAAO,CAAC,WAAW;IAenB,OAAO,CAAC,oBAAoB;yCA5CjB,+BAA+B;2CAA/B,+BAA+B;CAuD3C"}
@@ -0,0 +1,58 @@
1
+ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
+ import { FunctionConfigurationComponent } from '../../../../models';
3
+ import { BehaviorSubject, Observable } from 'rxjs';
4
+ import { CreateZaakConfig, InputOption } from '../../models';
5
+ import { OpenZaakService } from '@valtimo/resource';
6
+ import { ModalService, RadioValue, SelectItem } from '@valtimo/components';
7
+ import { CaseManagementParams, ManagementContext } from '@valtimo/shared';
8
+ import { PluginTranslatePipe } from '../../../../pipes';
9
+ import { IconService } from 'carbon-components-angular';
10
+ import { CreateZaakExtraProperties } from '../../models/create-zaak-properties';
11
+ import * as i0 from "@angular/core";
12
+ export declare class CreateZaakConfigurationComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
13
+ private readonly openZaakService;
14
+ private readonly modalService;
15
+ private readonly pluginTranslatePipe;
16
+ private readonly iconService;
17
+ context$: Observable<[ManagementContext, CaseManagementParams]>;
18
+ disabled$: Observable<boolean>;
19
+ pluginId: string;
20
+ save$: Observable<void>;
21
+ prefillConfiguration$: Observable<CreateZaakConfig>;
22
+ valid: EventEmitter<boolean>;
23
+ configuration: EventEmitter<CreateZaakConfig>;
24
+ readonly propertyOptions: string[];
25
+ readonly propertyList: Array<CreateZaakExtraProperties>;
26
+ readonly geometryTypes: string[];
27
+ readonly paymentIndicationTypes: string[];
28
+ readonly pluginId$: BehaviorSubject<string>;
29
+ readonly selectedInputOption$: BehaviorSubject<InputOption>;
30
+ readonly loading$: BehaviorSubject<boolean>;
31
+ readonly inputTypeOptions$: Observable<Array<RadioValue>>;
32
+ readonly zaakTypeItems$: Observable<Array<SelectItem>>;
33
+ protected readonly CASE_GEOMETRY_TYPE: string;
34
+ protected readonly CASE_GEOMETRY_COORDINATES: string;
35
+ protected readonly PAYMENT_INDICATION_TYPE: string;
36
+ private readonly _formValue$;
37
+ private readonly _properties;
38
+ private saveSubscription;
39
+ private readonly _valid$;
40
+ constructor(openZaakService: OpenZaakService, modalService: ModalService, pluginTranslatePipe: PluginTranslatePipe, iconService: IconService);
41
+ ngOnInit(): void;
42
+ ngOnDestroy(): void;
43
+ onFormValueChanged(formValue: CreateZaakConfig): void;
44
+ oneSelectItem(selectItems: Array<SelectItem>): boolean;
45
+ selectItemsIncludeId(selectItems: Array<SelectItem>, id: string): boolean;
46
+ prefillValueFor(property: string, prefill: CreateZaakConfig): string | null;
47
+ translationKeyFor(property: string): string;
48
+ translationKeyForPropertyList(property: string): string;
49
+ addProperty(property: CreateZaakExtraProperties): void;
50
+ removeProperty(property: CreateZaakExtraProperties): void;
51
+ hasPropertyBeenAdded(property: CreateZaakExtraProperties): boolean;
52
+ onPropertyChanged(property: CreateZaakExtraProperties, value: any): void;
53
+ private handleValid;
54
+ private openSaveSubscription;
55
+ static ɵfac: i0.ɵɵFactoryDeclaration<CreateZaakConfigurationComponent, never>;
56
+ static ɵcmp: i0.ɵɵComponentDeclaration<CreateZaakConfigurationComponent, "valtimo-create-zaak-configuration", never, { "context$": { "alias": "context$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "save$": { "alias": "save$"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
57
+ }
58
+ //# sourceMappingURL=create-zaak-configuration.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-zaak-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/create-zaak/create-zaak-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,EACL,eAAe,EAIf,UAAU,EAKX,MAAM,MAAM,CAAC;AACd,OAAO,EAAC,gBAAgB,EAAE,WAAW,EAAC,MAAM,cAAc,CAAC;AAC3D,OAAO,EAAC,eAAe,EAAyB,MAAM,mBAAmB,CAAC;AAC1E,OAAO,EAAC,YAAY,EAAE,UAAU,EAAE,UAAU,EAAC,MAAM,qBAAqB,CAAC;AACzE,OAAO,EAAC,oBAAoB,EAAE,iBAAiB,EAAC,MAAM,iBAAiB,CAAC;AACxE,OAAO,EAAC,mBAAmB,EAAC,MAAM,mBAAmB,CAAC;AAEtD,OAAO,EAAC,WAAW,EAAC,MAAM,2BAA2B,CAAC;AACtD,OAAO,EACL,yBAAyB,EAE1B,MAAM,qCAAqC,CAAC;;AAI7C,qBAOa,gCACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IA2F1D,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IACpC,OAAO,CAAC,QAAQ,CAAC,WAAW;IA5FrB,QAAQ,EAAE,UAAU,CAAC,CAAC,iBAAiB,EAAE,oBAAoB,CAAC,CAAC,CAAC;IAChE,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,qBAAqB,EAAE,UAAU,CAAC,gBAAgB,CAAC,CAAC;IACnD,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,gBAAgB,CAAC,CAAwC;IAE/F,SAAgB,eAAe,EAAE,MAAM,EAAE,CAAiD;IAC1F,SAAgB,YAAY,EAAE,KAAK,CAAC,yBAAyB,CAAC,CAAM;IACpE,SAAgB,aAAa,EAAE,MAAM,EAAE,CAAkB;IACzD,SAAgB,sBAAsB,EAAE,MAAM,EAAE,CAA4B;IAE5E,SAAgB,SAAS,0BAAmC;IAC5D,SAAgB,oBAAoB,+BAAiD;IACrF,SAAgB,QAAQ,2BAAsC;IAC9D,SAAgB,iBAAiB,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAY9D;IACF,SAAgB,cAAc,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAgD3D;IAEF,SAAS,CAAC,QAAQ,CAAC,kBAAkB,EAAE,MAAM,CAAsB;IACnE,SAAS,CAAC,QAAQ,CAAC,yBAAyB,EAAE,MAAM,CAA6B;IACjF,SAAS,CAAC,QAAQ,CAAC,uBAAuB,EAAE,MAAM,CAAuB;IAEzE,OAAO,CAAC,QAAQ,CAAC,WAAW,CAA+C;IAC3E,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAgD;IAC5E,OAAO,CAAC,gBAAgB,CAAgB;IACxC,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAuC;gBAG5C,eAAe,EAAE,eAAe,EAChC,YAAY,EAAE,YAAY,EAC1B,mBAAmB,EAAE,mBAAmB,EACxC,WAAW,EAAE,WAAW;IAKpC,QAAQ,IAAI,IAAI;IAUhB,WAAW,IAAI,IAAI;IAInB,kBAAkB,CAAC,SAAS,EAAE,gBAAgB,GAAG,IAAI;IAWrD,aAAa,CAAC,WAAW,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,OAAO;IAOtD,oBAAoB,CAAC,WAAW,EAAE,KAAK,CAAC,UAAU,CAAC,EAAE,EAAE,EAAE,MAAM,GAAG,OAAO;IAOzE,eAAe,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,gBAAgB,GAAG,MAAM,GAAG,IAAI;IAI3E,iBAAiB,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM;IAI3C,6BAA6B,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM;IAIvD,WAAW,CAAC,QAAQ,EAAE,yBAAyB,GAAG,IAAI;IAUtD,cAAc,CAAC,QAAQ,EAAE,yBAAyB,GAAG,IAAI;IAWzD,oBAAoB,CAAC,QAAQ,EAAE,yBAAyB,GAAG,OAAO;IAIlE,iBAAiB,CAAC,QAAQ,EAAE,yBAAyB,EAAE,KAAK,EAAE,GAAG,GAAG,IAAI;IAY/E,OAAO,CAAC,WAAW;IAQnB,OAAO,CAAC,oBAAoB;yCApMjB,gCAAgC;2CAAhC,gCAAgC;CAqN5C"}
@@ -0,0 +1,27 @@
1
+ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
+ import { FunctionConfigurationComponent } from '../../../../models';
3
+ import { BehaviorSubject, Observable } from 'rxjs';
4
+ import { SelectItem } from '@valtimo/components';
5
+ import * as i0 from "@angular/core";
6
+ export declare class CreateZaakObjectConfigurationComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
7
+ save$: Observable<void>;
8
+ disabled$: Observable<boolean>;
9
+ set pluginId(value: string);
10
+ prefillConfiguration$: Observable<any>;
11
+ valid: EventEmitter<boolean>;
12
+ configuration: EventEmitter<any>;
13
+ readonly pluginId$: BehaviorSubject<string>;
14
+ readonly objectTypeOptions: Array<SelectItem>;
15
+ private saveSubscription;
16
+ readonly formValue$: BehaviorSubject<any>;
17
+ private readonly valid$;
18
+ constructor();
19
+ ngOnInit(): void;
20
+ ngOnDestroy(): void;
21
+ formValueChange(input: any): void;
22
+ private handleValid;
23
+ private openSaveSubscription;
24
+ static ɵfac: i0.ɵɵFactoryDeclaration<CreateZaakObjectConfigurationComponent, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<CreateZaakObjectConfigurationComponent, "valtimo-create-zaak-object-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>;
26
+ }
27
+ //# sourceMappingURL=create-zaak-object-configuration.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-zaak-object-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/create-zaak-object/create-zaak-object-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,eAAe,EAAiB,UAAU,EAAqB,MAAM,MAAM,CAAC;AAEpF,OAAO,EAAC,UAAU,EAAC,MAAM,qBAAqB,CAAC;;AAE/C,qBAMa,sCACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAEnD,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IACxC,IAAa,QAAQ,CAAC,KAAK,EAAE,MAAM,EAElC;IACQ,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,QAAQ,CAAC,SAAS,0BAAmC;IACrD,SAAgB,iBAAiB,EAAE,KAAK,CAAC,UAAU,CAAC,CAgClD;IAEF,OAAO,CAAC,gBAAgB,CAAgB;IAExC,SAAgB,UAAU,uBAAyC;IACnE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;;IAI9D,QAAQ,IAAI,IAAI;IAIhB,WAAW;IAIX,eAAe,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAyCjC,OAAO,CAAC,WAAW;IA8BnB,OAAO,CAAC,oBAAoB;yCArIjB,sCAAsC;2CAAtC,sCAAsC;CAgJlD"}
@@ -0,0 +1,40 @@
1
+ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
+ import { FunctionConfigurationComponent } from '../../../../models';
3
+ import { BehaviorSubject, Observable, Subject } from 'rxjs';
4
+ import { CreateZaakResultaatConfig, InputOption } from '../../models';
5
+ import { RadioValue, SelectItem } from '@valtimo/components';
6
+ import { ZakenApiService } from '../../services';
7
+ import { PluginTranslatePipe } from '../../../../pipes';
8
+ import { CaseManagementParams, ManagementContext } from '@valtimo/shared';
9
+ import * as i0 from "@angular/core";
10
+ export declare class CreateZaakResultaatConfigurationComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
11
+ private readonly zakenApiService;
12
+ private readonly pluginTranslatePipe;
13
+ save$: Observable<void>;
14
+ disabled$: Observable<boolean>;
15
+ set pluginId(value: string);
16
+ prefillConfiguration$: Observable<CreateZaakResultaatConfig>;
17
+ context$: Observable<[ManagementContext, CaseManagementParams]>;
18
+ valid: EventEmitter<boolean>;
19
+ configuration: EventEmitter<CreateZaakResultaatConfig>;
20
+ readonly clearStatusSelection$: Subject<void>;
21
+ readonly loading$: BehaviorSubject<boolean>;
22
+ readonly resultaatTypeSelectItems$: BehaviorSubject<SelectItem[]>;
23
+ readonly selectedInputOption$: BehaviorSubject<InputOption>;
24
+ readonly pluginId$: BehaviorSubject<string>;
25
+ readonly inputTypeOptions$: Observable<Array<RadioValue>>;
26
+ private readonly formValue$;
27
+ private readonly valid$;
28
+ private readonly _subscriptions;
29
+ constructor(zakenApiService: ZakenApiService, pluginTranslatePipe: PluginTranslatePipe);
30
+ ngOnInit(): void;
31
+ ngOnDestroy(): void;
32
+ formValueChange(formValue: CreateZaakResultaatConfig): void;
33
+ oneSelectItem(selectItems: Array<SelectItem>): boolean;
34
+ private handleValid;
35
+ private initContextHandling;
36
+ private openSaveSubscription;
37
+ static ɵfac: i0.ɵɵFactoryDeclaration<CreateZaakResultaatConfigurationComponent, never>;
38
+ static ɵcmp: i0.ɵɵComponentDeclaration<CreateZaakResultaatConfigurationComponent, "valtimo-create-zaak-resultaat-configuration", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; "context$": { "alias": "context$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
39
+ }
40
+ //# sourceMappingURL=create-zaak-resultaat-configuration.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-zaak-resultaat-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/create-zaak-resultaat/create-zaak-resultaat-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,EACL,eAAe,EAGf,UAAU,EACV,OAAO,EAKR,MAAM,MAAM,CAAC;AACd,OAAO,EAAC,yBAAyB,EAAE,WAAW,EAAC,MAAM,cAAc,CAAC;AACpE,OAAO,EAAC,UAAU,EAAE,UAAU,EAAC,MAAM,qBAAqB,CAAC;AAE3D,OAAO,EAAC,eAAe,EAAC,MAAM,gBAAgB,CAAC;AAC/C,OAAO,EAAC,mBAAmB,EAAC,MAAM,mBAAmB,CAAC;AACtD,OAAO,EAAC,oBAAoB,EAAE,iBAAiB,EAAC,MAAM,iBAAiB,CAAC;;AAExE,qBAOa,yCACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IA4C1D,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IA3CtB,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/C,IAAoB,QAAQ,CAAC,KAAK,EAAE,MAAM,EAEzC;IACe,qBAAqB,EAAE,UAAU,CAAC,yBAAyB,CAAC,CAAC;IAC7D,QAAQ,EAAE,UAAU,CAAC,CAAC,iBAAiB,EAAE,oBAAoB,CAAC,CAAC,CAAC;IAE/D,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,yBAAyB,CAAC,CACvB;IAEhD,SAAgB,qBAAqB,gBAAuB;IAE5D,SAAgB,QAAQ,2BAAsC;IAE9D,SAAgB,yBAAyB,gCAAyC;IAElF,SAAgB,oBAAoB,+BAAiD;IAErF,SAAgB,SAAS,0BAAmC;IAE5D,SAAgB,iBAAiB,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAY9D;IAEF,OAAO,CAAC,QAAQ,CAAC,UAAU,CAA+D;IAC1F,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;IAE9D,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAsB;gBAGlC,eAAe,EAAE,eAAe,EAChC,mBAAmB,EAAE,mBAAmB;IAGpD,QAAQ,IAAI,IAAI;IAKhB,WAAW;IAIX,eAAe,CAAC,SAAS,EAAE,yBAAyB,GAAG,IAAI;IAS3D,aAAa,CAAC,WAAW,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,OAAO;IAQ7D,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,mBAAmB;IAoC3B,OAAO,CAAC,oBAAoB;yCAtHjB,yCAAyC;2CAAzC,yCAAyC;CAsIrD"}
@@ -0,0 +1,41 @@
1
+ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
+ import { FunctionConfigurationComponent } from '../../../../models';
3
+ import { BehaviorSubject, Observable } from 'rxjs';
4
+ import { CreateZaakeigenschapConfig, InputOption } from '../../models';
5
+ import { RadioValue, SelectItem } from '@valtimo/components';
6
+ import { DocumentService } from '@valtimo/document';
7
+ import { ZakenApiService } from '../../services';
8
+ import { PluginTranslatePipe } from '../../../../pipes';
9
+ import { CaseManagementParams, ManagementContext } from '@valtimo/shared';
10
+ import * as i0 from "@angular/core";
11
+ export declare class CreateZaakeigenschapComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
12
+ private readonly documentService;
13
+ private readonly zakenApiService;
14
+ private readonly pluginTranslatePipe;
15
+ save$: Observable<void>;
16
+ disabled$: Observable<boolean>;
17
+ set pluginId(value: string);
18
+ prefillConfiguration$: Observable<CreateZaakeigenschapConfig>;
19
+ context$: Observable<[ManagementContext, CaseManagementParams]>;
20
+ valid: EventEmitter<boolean>;
21
+ configuration: EventEmitter<CreateZaakeigenschapConfig>;
22
+ readonly loading$: BehaviorSubject<boolean>;
23
+ readonly selectedInputOption$: BehaviorSubject<InputOption>;
24
+ readonly pluginId$: BehaviorSubject<string>;
25
+ readonly formValue$: BehaviorSubject<CreateZaakeigenschapConfig>;
26
+ readonly valid$: BehaviorSubject<boolean>;
27
+ readonly eigenschapSelectItems$: BehaviorSubject<SelectItem[]>;
28
+ readonly inputTypeOptions$: Observable<Array<RadioValue>>;
29
+ private readonly _subscriptions;
30
+ constructor(documentService: DocumentService, zakenApiService: ZakenApiService, pluginTranslatePipe: PluginTranslatePipe);
31
+ ngOnInit(): void;
32
+ ngOnDestroy(): void;
33
+ formValueChange(formValue: CreateZaakeigenschapConfig): void;
34
+ oneSelectItem(selectItems: Array<SelectItem>): boolean;
35
+ private initEigenschapHandling;
36
+ private initSaveHandling;
37
+ private handleValid;
38
+ static ɵfac: i0.ɵɵFactoryDeclaration<CreateZaakeigenschapComponent, never>;
39
+ static ɵcmp: i0.ɵɵComponentDeclaration<CreateZaakeigenschapComponent, "valtimo-create-zaakeigenschap", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; "context$": { "alias": "context$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
40
+ }
41
+ //# sourceMappingURL=create-zaakeigenschap.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-zaakeigenschap.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/create-zaakeigenschap/create-zaakeigenschap.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,EACL,eAAe,EAGf,UAAU,EAKX,MAAM,MAAM,CAAC;AACd,OAAO,EAAC,0BAA0B,EAAE,WAAW,EAAC,MAAM,cAAc,CAAC;AACrE,OAAO,EAAC,UAAU,EAAE,UAAU,EAAC,MAAM,qBAAqB,CAAC;AAC3D,OAAO,EAAC,eAAe,EAAC,MAAM,mBAAmB,CAAC;AAElD,OAAO,EAAC,eAAe,EAAC,MAAM,gBAAgB,CAAC;AAC/C,OAAO,EAAC,mBAAmB,EAAC,MAAM,mBAAmB,CAAC;AACtD,OAAO,EAAC,oBAAoB,EAAE,iBAAiB,EAAC,MAAM,iBAAiB,CAAC;;AAExE,qBAMa,6BACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAqC1D,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IArC7B,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IACxC,IAAa,QAAQ,CAAC,KAAK,EAAE,MAAM,EAElC;IACQ,qBAAqB,EAAE,UAAU,CAAC,0BAA0B,CAAC,CAAC;IAC9D,QAAQ,EAAE,UAAU,CAAC,CAAC,iBAAiB,EAAE,oBAAoB,CAAC,CAAC,CAAC;IAE/D,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,0BAA0B,CAAC,CAChB;IAEjD,QAAQ,CAAC,QAAQ,2BAAsC;IACvD,QAAQ,CAAC,oBAAoB,+BAAiD;IAC9E,QAAQ,CAAC,SAAS,0BAAmC;IACrD,QAAQ,CAAC,UAAU,8CAAgE;IACnF,QAAQ,CAAC,MAAM,2BAAuC;IACtD,QAAQ,CAAC,sBAAsB,gCAAyC;IACxE,QAAQ,CAAC,iBAAiB,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAYvD;IAEF,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAsB;gBAGlC,eAAe,EAAE,eAAe,EAChC,eAAe,EAAE,eAAe,EAChC,mBAAmB,EAAE,mBAAmB;IAGpD,QAAQ,IAAI,IAAI;IAKhB,WAAW,IAAI,IAAI;IAInB,eAAe,CAAC,SAAS,EAAE,0BAA0B,GAAG,IAAI;IAS5D,aAAa,CAAC,WAAW,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,OAAO;IAI7D,OAAO,CAAC,sBAAsB;IAiC9B,OAAO,CAAC,gBAAgB;IAmBxB,OAAO,CAAC,WAAW;yCArHR,6BAA6B;2CAA7B,6BAA6B;CA0HzC"}
@@ -0,0 +1,26 @@
1
+ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
+ import { FunctionConfigurationComponent } from '../../../../models';
3
+ import { Observable } from 'rxjs';
4
+ import { CreateZaakNotitieConfig } from '../../models';
5
+ import * as i0 from "@angular/core";
6
+ export declare class CreateZaakNotitieConfigurationComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
7
+ save$: Observable<void>;
8
+ disabled$: Observable<boolean>;
9
+ prefillConfiguration$: Observable<CreateZaakNotitieConfig>;
10
+ pluginId: string;
11
+ valid: EventEmitter<boolean>;
12
+ configuration: EventEmitter<CreateZaakNotitieConfig>;
13
+ readonly statusOptions: string[];
14
+ readonly notitieTypeOptions: string[];
15
+ private readonly _formValue$;
16
+ private readonly _valid$;
17
+ private _saveSubscription;
18
+ ngOnInit(): void;
19
+ ngOnDestroy(): void;
20
+ onFormValueChanged(value: CreateZaakNotitieConfig): void;
21
+ private handleValid;
22
+ private openSaveSubscription;
23
+ static ɵfac: i0.ɵɵFactoryDeclaration<CreateZaakNotitieConfigurationComponent, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<CreateZaakNotitieConfigurationComponent, "valtimo-create-zaaknotitie-configuration", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
25
+ }
26
+ //# sourceMappingURL=create-zaaknotitie-configuration.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-zaaknotitie-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/create-zaaknotitie/create-zaaknotitie-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,uBAAuB,EAAC,MAAM,cAAc,CAAC;;AAIrD,qBAKa,uCACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAEnD,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,qBAAqB,EAAE,UAAU,CAAC,uBAAuB,CAAC,CAAC;IAC3D,QAAQ,EAAE,MAAM,CAAC;IAEhB,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,uBAAuB,CAAC,CAChB;IAE9C,SAAgB,aAAa,EAAE,MAAM,EAAE,CAA2B;IAClE,SAAgB,kBAAkB,EAAE,MAAM,EAAE,CAAwB;IAEpE,OAAO,CAAC,QAAQ,CAAC,WAAW,CAA6D;IACzF,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAuC;IAC/D,OAAO,CAAC,iBAAiB,CAAgB;IAElC,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAInB,kBAAkB,CAAC,KAAK,EAAE,uBAAuB,GAAG,IAAI;IAK/D,OAAO,CAAC,WAAW;IAMnB,OAAO,CAAC,oBAAoB;yCAtCjB,uCAAuC;2CAAvC,uCAAuC;CAuDnD"}
@@ -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 DeleteZaakResultatenConfigurationComponent 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<DeleteZaakResultatenConfigurationComponent, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<DeleteZaakResultatenConfigurationComponent, "valtimo-delete-zaak-resultaten-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=delete-zaak-resultaten-configuration.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-zaak-resultaten-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/delete-zaak-resultaten/delete-zaak-resultaten-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,EACL,UAAU,EAEX,MAAM,MAAM,CAAC;;AAGd,qBAOa,0CACX,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,0CAA0C;2CAA1C,0CAA0C;CA8BtD"}