@dxs-ts/eveli-ide 0.0.113 → 0.0.115

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 (498) hide show
  1. package/build/demo-app/frontdesk-app.d.ts +2 -0
  2. package/build/demo-app/index.d.ts +1 -0
  3. package/build/demo-app/stencil-app.d.ts +2 -0
  4. package/build/demo-app/ui-dev-app.d.ts +2 -0
  5. package/build/demo-app/wrench-app.d.ts +2 -0
  6. package/build/index.js +134341 -133148
  7. package/build/src/burger/api-config/ConfigContext.d.ts +17 -0
  8. package/build/src/burger/api-config/index.d.ts +1 -0
  9. package/build/src/burger/api-iam/IamBackendProvider.d.ts +12 -0
  10. package/build/src/burger/api-iam/IamForcedLogin.d.ts +5 -0
  11. package/build/src/burger/api-iam/IamLiveness.d.ts +7 -0
  12. package/build/src/burger/api-iam/iam-types.d.ts +35 -0
  13. package/build/src/burger/api-iam/index.d.ts +7 -0
  14. package/build/src/burger/api-iconbar/IconbarProvider.d.ts +7 -0
  15. package/build/src/burger/api-iconbar/iconbar-api.d.ts +4 -0
  16. package/build/src/burger/api-iconbar/index.d.ts +2 -0
  17. package/build/src/burger/api-locale/LocaleProvider.d.ts +10 -0
  18. package/build/src/burger/api-locale/index.d.ts +2 -0
  19. package/build/src/burger/api-locale/locale-types.d.ts +13 -0
  20. package/build/src/burger/api-variants/index.d.ts +1 -0
  21. package/build/src/burger/api-variants/useVariantOverride.d.ts +8 -0
  22. package/build/src/burger/eveli-activities/EveliActivities.d.ts +5 -0
  23. package/build/src/burger/eveli-activities/index.d.ts +1 -0
  24. package/build/src/burger/eveli-activities/useUtilityClasses.d.ts +7 -0
  25. package/build/src/burger/eveli-alert/EveliAlert.d.ts +5 -0
  26. package/build/src/burger/eveli-alert/index.d.ts +1 -0
  27. package/build/src/burger/eveli-alert/useUtilityClasses.d.ts +7 -0
  28. package/build/src/burger/eveli-app/EveliApp.d.ts +13 -0
  29. package/build/src/burger/eveli-app/index.d.ts +1 -0
  30. package/build/src/burger/eveli-flex/EveliFlex.d.ts +17 -0
  31. package/build/src/burger/eveli-flex/EveliFlexBody.d.ts +6 -0
  32. package/build/src/burger/eveli-flex/EveliFlexHeader.d.ts +5 -0
  33. package/build/src/burger/eveli-flex/EveliFlexHidden.d.ts +7 -0
  34. package/build/src/burger/eveli-flex/index.d.ts +1 -0
  35. package/build/src/burger/eveli-footer/EveliFooter.d.ts +7 -0
  36. package/build/src/burger/eveli-footer/index.d.ts +2 -0
  37. package/build/src/burger/eveli-footer/useUtilityClasses.d.ts +10 -0
  38. package/build/src/burger/eveli-layout/EveliLayout.d.ts +20 -0
  39. package/build/src/burger/eveli-layout/index.d.ts +1 -0
  40. package/build/src/burger/eveli-layout/useUtilityClasses.d.ts +16 -0
  41. package/build/src/burger/eveli-locales/EveliLocales.d.ts +10 -0
  42. package/build/src/burger/eveli-locales/index.d.ts +2 -0
  43. package/build/src/burger/eveli-locales/useAnchor.d.ts +14 -0
  44. package/build/src/burger/eveli-locales/useUtilityClasses.d.ts +8 -0
  45. package/build/src/burger/eveli-login/EveliLogin.d.ts +11 -0
  46. package/build/src/burger/eveli-login/index.d.ts +2 -0
  47. package/build/src/burger/eveli-login/useUtilityClasses.d.ts +11 -0
  48. package/build/src/burger/eveli-logo/GLogo.d.ts +9 -0
  49. package/build/src/burger/eveli-logo/index.d.ts +2 -0
  50. package/build/src/burger/eveli-logo/useUtilityClasses.d.ts +17 -0
  51. package/build/src/burger/eveli-search/EveliSearch.d.ts +5 -0
  52. package/build/src/burger/eveli-search/index.d.ts +1 -0
  53. package/build/src/burger/eveli-search/useUtilityClasses.d.ts +14 -0
  54. package/build/src/burger/eveli-shell/EveliShell.d.ts +3 -0
  55. package/build/src/burger/eveli-shell/EveliShellContext.d.ts +22 -0
  56. package/build/src/burger/eveli-shell/EveliShellProps.d.ts +22 -0
  57. package/build/src/burger/eveli-shell/index.d.ts +4 -0
  58. package/build/src/burger/eveli-shell/useUtilityClasses.d.ts +20 -0
  59. package/build/src/burger/eveli-shell-compose/EveliShellCompose.d.ts +8 -0
  60. package/build/src/burger/eveli-shell-compose/index.d.ts +1 -0
  61. package/build/src/burger/eveli-shell-compose/useUtilityClasses.d.ts +3 -0
  62. package/build/src/burger/eveli-shell-explorer/EveliShellExplorer.d.ts +7 -0
  63. package/build/src/burger/eveli-shell-explorer/index.d.ts +1 -0
  64. package/build/src/burger/eveli-shell-explorer/useUtilityClasses.d.ts +9 -0
  65. package/build/src/burger/index.d.ts +19 -0
  66. package/build/src/burger/styles/StyledInputField.d.ts +23 -0
  67. package/build/src/burger/styles/StyledSelect.d.ts +31 -0
  68. package/build/src/burger/styles/StyledSwitch.d.ts +10 -0
  69. package/build/src/burger/styles/StyledTransferList.d.ts +25 -0
  70. package/build/src/burger/styles/StyledTreeItem.d.ts +23 -0
  71. package/build/src/burger/theme/siteTheme.d.ts +16 -0
  72. package/build/src/burger/utils/DateTimeFormatter.d.ts +8 -0
  73. package/build/src/dialob-review/DialobReview.d.ts +6 -0
  74. package/build/src/dialob-review/index.d.ts +1 -0
  75. package/build/src/eveli-fetch/FetchProvider.d.ts +26 -0
  76. package/build/src/eveli-fetch/createFileFetch.d.ts +902 -0
  77. package/build/src/eveli-fetch/fetch-api.d.ts +6 -0
  78. package/build/src/eveli-fetch/index.d.ts +3 -0
  79. package/build/src/feedback/approval-count/ApprovalCount.d.ts +6 -0
  80. package/build/src/feedback/approval-count/index.d.ts +1 -0
  81. package/build/src/feedback/feedback-api/FeedbackProvider.d.ts +18 -0
  82. package/build/src/feedback/feedback-api/feedback-types.d.ts +82 -0
  83. package/build/src/feedback/feedback-api/index.d.ts +2 -0
  84. package/build/src/feedback/feedbackAllTasks/FeedbackAllTasks.d.ts +4 -0
  85. package/build/src/feedback/feedbackAllTasks/FeedbackReducer.d.ts +26 -0
  86. package/build/src/feedback/feedbackAllTasks/index.d.ts +1 -0
  87. package/build/src/feedback/index.d.ts +4 -0
  88. package/build/src/feedback/status-indicator/StatusIndicator.d.ts +6 -0
  89. package/build/src/feedback/status-indicator/index.d.ts +1 -0
  90. package/build/src/feedback/upsert-one-feedback/CreateOneFeedback.d.ts +7 -0
  91. package/build/src/feedback/upsert-one-feedback/UpdateOneFeedback.d.ts +7 -0
  92. package/build/src/feedback/upsert-one-feedback/UpsertOneFeedback.d.ts +8 -0
  93. package/build/src/feedback/upsert-one-feedback/index.d.ts +1 -0
  94. package/build/src/fetch/$org.groupList.get.d.ts +8 -0
  95. package/build/src/fetch/$org.groupMembership.get.d.ts +8 -0
  96. package/build/src/fetch/$org.userInfo.get.d.ts +10 -0
  97. package/build/src/fetch/__root.d.ts +1 -0
  98. package/build/src/fetch/config.get.d.ts +8 -0
  99. package/build/src/fetch/dialob.get.d.ts +5 -0
  100. package/build/src/fetch/statistics.priority.d.ts +21 -0
  101. package/build/src/fetch/statistics.status-timeline.d.ts +6 -0
  102. package/build/src/fetch/statistics.status.d.ts +21 -0
  103. package/build/src/fetch/statistics.task-overdue.d.ts +11 -0
  104. package/build/src/fetch/worker.rest.api.assets.any-tags.stencil-tags.get.d.ts +6 -0
  105. package/build/src/fetch/worker.rest.api.assets.any-tags.wrench-tags.get.d.ts +6 -0
  106. package/build/src/fetch/worker.rest.api.assets.deployments.$deploymentId.get.d.ts +8 -0
  107. package/build/src/fetch/worker.rest.api.assets.deployments.$deploymentId.put.d.ts +13 -0
  108. package/build/src/fetch/worker.rest.api.assets.deployments.post.d.ts +6 -0
  109. package/build/src/fetch/worker.rest.api.assets.dialob.get.d.ts +8 -0
  110. package/build/src/fetch/worker.rest.api.assets.dialob.proxy.forms.$formId.delete.d.ts +7 -0
  111. package/build/src/fetch/worker.rest.api.assets.dialob.proxy.forms.$formId.get.d.ts +7 -0
  112. package/build/src/fetch/worker.rest.api.assets.dialob.proxy.forms.post.d.ts +6 -0
  113. package/build/src/fetch/worker.rest.api.assets.dialob.tags.get.d.ts +6 -0
  114. package/build/src/fetch/worker.rest.api.assets.publications.get.d.ts +10 -0
  115. package/build/src/fetch/worker.rest.api.assets.publications.post.d.ts +6 -0
  116. package/build/src/fetch/worker.rest.api.assets.stencil.$assetType.delete.d.ts +8 -0
  117. package/build/src/fetch/worker.rest.api.assets.stencil.$assetType.post.d.ts +8 -0
  118. package/build/src/fetch/worker.rest.api.assets.stencil.$assetType.put.d.ts +8 -0
  119. package/build/src/fetch/worker.rest.api.assets.stencil.get.d.ts +6 -0
  120. package/build/src/fetch/worker.rest.api.assets.stencil.releases.$releaseId.get.d.ts +8 -0
  121. package/build/src/fetch/worker.rest.api.assets.stencil.version.get.d.ts +11 -0
  122. package/build/src/fetch/worker.rest.api.assets.workflows.$workflowId.put.d.ts +8 -0
  123. package/build/src/fetch/worker.rest.api.assets.workflows.get.d.ts +8 -0
  124. package/build/src/fetch/worker.rest.api.assets.wrench.commands.post.d.ts +6 -0
  125. package/build/src/fetch/worker.rest.api.assets.wrench.copyas.post.d.ts +6 -0
  126. package/build/src/fetch/worker.rest.api.assets.wrench.dataModels.get.d.ts +6 -0
  127. package/build/src/fetch/worker.rest.api.assets.wrench.debugs.post.d.ts +6 -0
  128. package/build/src/fetch/worker.rest.api.assets.wrench.diff.get.d.ts +6 -0
  129. package/build/src/fetch/worker.rest.api.assets.wrench.flow-names.get.d.ts +5 -0
  130. package/build/src/fetch/worker.rest.api.assets.wrench.importTag.post.d.ts +6 -0
  131. package/build/src/fetch/worker.rest.api.assets.wrench.resources.$id.delete.d.ts +8 -0
  132. package/build/src/fetch/worker.rest.api.assets.wrench.resources.post.d.ts +6 -0
  133. package/build/src/fetch/worker.rest.api.assets.wrench.resources.put.d.ts +6 -0
  134. package/build/src/fetch/worker.rest.api.assets.wrench.summary.$tagId.get.d.ts +8 -0
  135. package/build/src/fetch/worker.rest.api.assets.wrench.version.get.d.ts +6 -0
  136. package/build/src/fetch/worker.rest.api.feedback.$feedbackId.delete.d.ts +8 -0
  137. package/build/src/fetch/worker.rest.api.feedback.$feedbackId.enabled.get.d.ts +7 -0
  138. package/build/src/fetch/worker.rest.api.feedback.$feedbackId.get.d.ts +8 -0
  139. package/build/src/fetch/worker.rest.api.feedback.$feedbackId.post.d.ts +8 -0
  140. package/build/src/fetch/worker.rest.api.feedback.$feedbackId.put.d.ts +10 -0
  141. package/build/src/fetch/worker.rest.api.feedback.$feedbackId.templates.get.d.ts +8 -0
  142. package/build/src/fetch/worker.rest.api.feedback.get.d.ts +6 -0
  143. package/build/src/fetch/worker.rest.api.iam.liveness.d.ts +11 -0
  144. package/build/src/fetch/worker.rest.api.pdf.get.d.ts +6 -0
  145. package/build/src/fetch/worker.rest.api.processes.get.d.ts +7 -0
  146. package/build/src/fetch/worker.rest.api.queues.configs.get.d.ts +6 -0
  147. package/build/src/fetch/worker.rest.api.queues.deliveries.get.d.ts +6 -0
  148. package/build/src/fetch/worker.rest.api.queues.messages.get.d.ts +6 -0
  149. package/build/src/fetch/worker.rest.api.tasks.$taskId.comments.get.d.ts +9 -0
  150. package/build/src/fetch/worker.rest.api.tasks.$taskId.comments.post.d.ts +9 -0
  151. package/build/src/fetch/worker.rest.api.tasks.$taskId.delete.d.ts +7 -0
  152. package/build/src/fetch/worker.rest.api.tasks.$taskId.files.$filename.get.d.ts +8 -0
  153. package/build/src/fetch/worker.rest.api.tasks.$taskId.files.get.d.ts +8 -0
  154. package/build/src/fetch/worker.rest.api.tasks.$taskId.files.post.d.ts +7 -0
  155. package/build/src/fetch/worker.rest.api.tasks.$taskId.get.d.ts +8 -0
  156. package/build/src/fetch/worker.rest.api.tasks.$taskId.put.d.ts +8 -0
  157. package/build/src/fetch/worker.rest.api.tasks.$taskId.reviews.d.ts +7 -0
  158. package/build/src/fetch/worker.rest.api.tasks.get.d.ts +17 -0
  159. package/build/src/fetch/worker.rest.api.tasks.post.d.ts +6 -0
  160. package/build/src/fetch/worker.rest.api.tasks.unread.get.d.ts +5 -0
  161. package/build/src/fetchTree.gen.d.ts +998 -0
  162. package/build/src/frontdesk/Secondary.d.ts +2 -0
  163. package/build/src/frontdesk/Toolbar.d.ts +2 -0
  164. package/build/src/frontdesk/components/ConfirmationDialog.d.ts +16 -0
  165. package/build/src/frontdesk/components/DateTimeFormatter.d.ts +4 -0
  166. package/build/src/frontdesk/components/Datepicker.d.ts +13 -0
  167. package/build/src/frontdesk/components/ExternalLink.d.ts +11 -0
  168. package/build/src/frontdesk/components/Impersonation.d.ts +2 -0
  169. package/build/src/frontdesk/components/PageLeaveConfirmation.d.ts +5 -0
  170. package/build/src/frontdesk/components/TableDateFilter.d.ts +1 -0
  171. package/build/src/frontdesk/components/TableHeader.d.ts +5 -0
  172. package/build/src/frontdesk/components/tableFormatter.d.ts +1 -0
  173. package/build/src/frontdesk/components/task/ColorMap.d.ts +10 -0
  174. package/build/src/frontdesk/components/task/Indicator.d.ts +11 -0
  175. package/build/src/frontdesk/components/task/Priority.d.ts +28 -0
  176. package/build/src/frontdesk/components/task/RadioGroupPopover.d.ts +14 -0
  177. package/build/src/frontdesk/components/task/Status.d.ts +33 -0
  178. package/build/src/frontdesk/components/task/TaskLinkComponent.d.ts +18 -0
  179. package/build/src/frontdesk/components/task/TaskLinkKey.d.ts +1 -0
  180. package/build/src/frontdesk/context/AttachmentContext.d.ts +12 -0
  181. package/build/src/frontdesk/context/ComponentResolver.d.ts +7 -0
  182. package/build/src/frontdesk/context/TaskSessionContext.d.ts +13 -0
  183. package/build/src/frontdesk/context/TaskViewContext.d.ts +11 -0
  184. package/build/src/frontdesk/context/index.d.ts +1 -0
  185. package/build/src/frontdesk/dialob/_DialobReviewDialog.d.ts +0 -0
  186. package/build/src/frontdesk/explorer/MenuItem.d.ts +8 -0
  187. package/build/src/frontdesk/explorer/index.d.ts +1 -0
  188. package/build/src/frontdesk/index.d.ts +1 -0
  189. package/build/src/frontdesk/types/AssetTag.d.ts +6 -0
  190. package/build/src/frontdesk/types/Attachment.d.ts +10 -0
  191. package/build/src/frontdesk/types/Dialob.d.ts +44 -0
  192. package/build/src/frontdesk/types/Process.d.ts +10 -0
  193. package/build/src/frontdesk/types/Publication.d.ts +36 -0
  194. package/build/src/frontdesk/types/TaskStatistics.d.ts +20 -0
  195. package/build/src/frontdesk/types/Workflow.d.ts +11 -0
  196. package/build/src/frontdesk/types/WorkflowRelease.d.ts +19 -0
  197. package/build/src/frontdesk/types/index.d.ts +2 -0
  198. package/build/src/frontdesk/types/task/Comment.d.ts +15 -0
  199. package/build/src/frontdesk/types/task/Task.d.ts +35 -0
  200. package/build/src/frontdesk/types/task/TaskLink.d.ts +5 -0
  201. package/build/src/frontdesk/util/localizeTable.d.ts +35 -0
  202. package/build/src/frontdesk/util/mapNestedEntities.d.ts +1 -0
  203. package/build/src/frontdesk/util/tableQuery.d.ts +2 -0
  204. package/build/src/frontdesk/views/dashboard/DashboardView.d.ts +2 -0
  205. package/build/src/frontdesk/views/forms/CreateDialog.d.ts +9 -0
  206. package/build/src/frontdesk/views/forms/DeleteDialog.d.ts +9 -0
  207. package/build/src/frontdesk/views/forms/DialobAdminView.d.ts +2 -0
  208. package/build/src/frontdesk/views/forms/DialobFormsView.d.ts +2 -0
  209. package/build/src/frontdesk/views/help/HelpView.d.ts +2 -0
  210. package/build/src/frontdesk/views/process/ProcessTable.d.ts +2 -0
  211. package/build/src/frontdesk/views/process/ProcessView.d.ts +2 -0
  212. package/build/src/frontdesk/views/publications/NewPublicationDialog.d.ts +7 -0
  213. package/build/src/frontdesk/views/publications/PublicationsTable.d.ts +2 -0
  214. package/build/src/frontdesk/views/publications/PublicationsView.d.ts +2 -0
  215. package/build/src/frontdesk/views/publications/UploadPublicationDialog.d.ts +7 -0
  216. package/build/src/frontdesk/views/task/AttachmentTable.d.ts +10 -0
  217. package/build/src/frontdesk/views/task/CommentAdd.d.ts +12 -0
  218. package/build/src/frontdesk/views/task/CommentLocal.d.ts +14 -0
  219. package/build/src/frontdesk/views/task/CommentThread.d.ts +12 -0
  220. package/build/src/frontdesk/views/task/LinkResolver.d.ts +10 -0
  221. package/build/src/frontdesk/views/task/TaskContainer.d.ts +4 -0
  222. package/build/src/frontdesk/views/task/TaskCreate.d.ts +26 -0
  223. package/build/src/frontdesk/views/task/TaskFeedback.d.ts +4 -0
  224. package/build/src/frontdesk/views/task/TaskRoleDialog.d.ts +9 -0
  225. package/build/src/frontdesk/views/task/TaskView.d.ts +14 -0
  226. package/build/src/frontdesk/views/task/TasksTable.d.ts +13 -0
  227. package/build/src/frontdesk/views/task/TasksView.d.ts +2 -0
  228. package/build/src/frontdesk/views/task/Thread.d.ts +13 -0
  229. package/build/src/frontdesk/views/task/index.d.ts +1 -0
  230. package/build/src/frontdesk/views/workflow/CreateOrEditWorkflowDialog.d.ts +11 -0
  231. package/build/src/frontdesk/views/workflow/WorkflowTable.d.ts +9 -0
  232. package/build/src/frontdesk/views/workflow/WorkflowView.d.ts +2 -0
  233. package/build/src/index.d.ts +13 -0
  234. package/build/src/intl/en.d.ts +870 -0
  235. package/build/src/intl/exporter.d.ts +1 -0
  236. package/build/src/intl/fi.d.ts +457 -0
  237. package/build/src/intl/index.d.ts +1615 -0
  238. package/build/src/intl/sv.d.ts +285 -0
  239. package/build/src/queue/find-all-deliveries/FindAllDeliveries.d.ts +2 -0
  240. package/build/src/queue/find-all-deliveries/index.d.ts +1 -0
  241. package/build/src/queue/find-all-messages/FindAllMessages.d.ts +2 -0
  242. package/build/src/queue/find-all-messages/index.d.ts +1 -0
  243. package/build/src/queue/find-all-queues/FindAllQueues.d.ts +4 -0
  244. package/build/src/queue/find-all-queues/index.d.ts +1 -0
  245. package/build/src/queue/index.d.ts +4 -0
  246. package/build/src/queue/queue-api/QueueProvider.d.ts +13 -0
  247. package/build/src/queue/queue-api/index.d.ts +2 -0
  248. package/build/src/queue/queue-api/queue-types.d.ts +73 -0
  249. package/build/src/routeTree.gen.d.ts +333 -0
  250. package/build/src/router.d.ts +6 -0
  251. package/build/src/routes/__root.d.ts +1 -0
  252. package/build/src/routes/index.d.ts +1 -0
  253. package/build/src/routes/public.$locale.auth.d.ts +1 -0
  254. package/build/src/routes/secured.$locale.assets.d.ts +1 -0
  255. package/build/src/routes/secured.$locale.assets.forms.index.d.ts +1 -0
  256. package/build/src/routes/secured.$locale.assets.services.index.d.ts +1 -0
  257. package/build/src/routes/secured.$locale.assets.stencil.index.d.ts +2 -0
  258. package/build/src/routes/secured.$locale.assets.wrench.index.d.ts +2 -0
  259. package/build/src/routes/secured.$locale.d.ts +1 -0
  260. package/build/src/routes/secured.$locale.index.d.ts +1 -0
  261. package/build/src/routes/secured.$locale.worker.d.ts +1 -0
  262. package/build/src/routes/secured.$locale.worker.dashboard.index.d.ts +1 -0
  263. package/build/src/routes/secured.$locale.worker.feedback.$feedbackId.index.d.ts +1 -0
  264. package/build/src/routes/secured.$locale.worker.feedback.index.d.ts +1 -0
  265. package/build/src/routes/secured.$locale.worker.help.index.d.ts +1 -0
  266. package/build/src/routes/secured.$locale.worker.monitoring.index.d.ts +1 -0
  267. package/build/src/routes/secured.$locale.worker.publications.index.d.ts +1 -0
  268. package/build/src/routes/secured.$locale.worker.queues.deliveries.index.d.ts +1 -0
  269. package/build/src/routes/secured.$locale.worker.queues.index.d.ts +1 -0
  270. package/build/src/routes/secured.$locale.worker.queues.messages.index.d.ts +1 -0
  271. package/build/src/routes/secured.$locale.worker.tasks.$taskId.index.d.ts +1 -0
  272. package/build/src/routes/secured.$locale.worker.tasks.create.index.d.ts +1 -0
  273. package/build/src/routes/secured.$locale.worker.tasks.d.ts +1 -0
  274. package/build/src/routes/secured.$locale.worker.tasks.index.d.ts +1 -0
  275. package/build/src/stencil/Activities.d.ts +50 -0
  276. package/build/src/stencil/Main.d.ts +3 -0
  277. package/build/src/stencil/Secondary.d.ts +3 -0
  278. package/build/src/stencil/Tabs.d.ts +2 -0
  279. package/build/src/stencil/Toolbar.d.ts +2 -0
  280. package/build/src/stencil/article/ArticleComposer.d.ts +5 -0
  281. package/build/src/stencil/article/ArticleDelete.d.ts +8 -0
  282. package/build/src/stencil/article/ArticleEdit.d.ts +7 -0
  283. package/build/src/stencil/article/ArticleLinksComposer.d.ts +6 -0
  284. package/build/src/stencil/article/ArticleOrderNumberViewer.d.ts +2 -0
  285. package/build/src/stencil/article/ArticlePageComposer.d.ts +9 -0
  286. package/build/src/stencil/article/ArticleWorkflowsComposer.d.ts +6 -0
  287. package/build/src/stencil/article/ArticlesView.d.ts +2 -0
  288. package/build/src/stencil/article/index.d.ts +7 -0
  289. package/build/src/stencil/client/StencilApi.d.ts +284 -0
  290. package/build/src/stencil/client/error.d.ts +2 -0
  291. package/build/src/stencil/client/index.d.ts +19 -0
  292. package/build/src/stencil/context/Reducer.d.ts +35 -0
  293. package/build/src/stencil/context/SessionData.d.ts +71 -0
  294. package/build/src/stencil/context/ide.d.ts +124 -0
  295. package/build/src/stencil/context/index.d.ts +5 -0
  296. package/build/src/stencil/explorer/article/ArticleItem.d.ts +13 -0
  297. package/build/src/stencil/explorer/article/ArticleList.d.ts +4 -0
  298. package/build/src/stencil/explorer/article/ArticleOptions.d.ts +7 -0
  299. package/build/src/stencil/explorer/article/ArticlePageItem.d.ts +7 -0
  300. package/build/src/stencil/explorer/article/index.d.ts +4 -0
  301. package/build/src/stencil/explorer/article/useUtilityClasses.d.ts +13 -0
  302. package/build/src/stencil/explorer/filter/LocaleFilter.d.ts +3 -0
  303. package/build/src/stencil/explorer/filter/index.d.ts +1 -0
  304. package/build/src/stencil/explorer/index.d.ts +4 -0
  305. package/build/src/stencil/explorer/link/LinkItem.d.ts +6 -0
  306. package/build/src/stencil/explorer/link/LinkOptions.d.ts +6 -0
  307. package/build/src/stencil/explorer/link/LinksList.d.ts +4 -0
  308. package/build/src/stencil/explorer/link/useUtilityClasses.d.ts +13 -0
  309. package/build/src/stencil/explorer/search/SearchExplorer.d.ts +3 -0
  310. package/build/src/stencil/explorer/workflow/WorkflowItem.d.ts +6 -0
  311. package/build/src/stencil/explorer/workflow/WorkflowList.d.ts +4 -0
  312. package/build/src/stencil/explorer/workflow/WorkflowOptions.d.ts +6 -0
  313. package/build/src/stencil/explorer/workflow/useUtilityClasses.d.ts +13 -0
  314. package/build/src/stencil/index.d.ts +18 -0
  315. package/build/src/stencil/link/LinkComposer.d.ts +5 -0
  316. package/build/src/stencil/link/LinkDelete.d.ts +8 -0
  317. package/build/src/stencil/link/LinkEdit.d.ts +8 -0
  318. package/build/src/stencil/link/LinksView.d.ts +2 -0
  319. package/build/src/stencil/link/index.d.ts +4 -0
  320. package/build/src/stencil/locale/LocaleComposer.d.ts +5 -0
  321. package/build/src/stencil/locale/LocaleLabels.d.ts +16 -0
  322. package/build/src/stencil/locale/LocalesOverview.d.ts +6 -0
  323. package/build/src/stencil/locale/LocalesView.d.ts +3 -0
  324. package/build/src/stencil/locale/index.d.ts +3 -0
  325. package/build/src/stencil/migration/MigrationComposer.d.ts +5 -0
  326. package/build/src/stencil/migration/index.d.ts +1 -0
  327. package/build/src/stencil/nav/index.d.ts +4 -0
  328. package/build/src/stencil/nav/stencil-nav-types.d.ts +40 -0
  329. package/build/src/stencil/nav/useStencilNav.d.ts +11 -0
  330. package/build/src/stencil/nav/useStencilTabChange.d.ts +4 -0
  331. package/build/src/stencil/nav/useStencilTabClose.d.ts +4 -0
  332. package/build/src/stencil/page/NewArticlePage.d.ts +10 -0
  333. package/build/src/stencil/page/NewPage.d.ts +7 -0
  334. package/build/src/stencil/page/PageDelete.d.ts +7 -0
  335. package/build/src/stencil/page/PageEdit.d.ts +7 -0
  336. package/build/src/stencil/page/PageEditDevMode.d.ts +7 -0
  337. package/build/src/stencil/page/index.d.ts +5 -0
  338. package/build/src/stencil/release/ReleaseComposer.d.ts +5 -0
  339. package/build/src/stencil/release/ReleaseDelete.d.ts +8 -0
  340. package/build/src/stencil/release/ReleaseTable.d.ts +8 -0
  341. package/build/src/stencil/release/ReleasesView.d.ts +3 -0
  342. package/build/src/stencil/release/index.d.ts +3 -0
  343. package/build/src/stencil/search/SearchView.d.ts +2 -0
  344. package/build/src/stencil/search/index.d.ts +1 -0
  345. package/build/src/stencil/template/TemplateComposer.d.ts +6 -0
  346. package/build/src/stencil/template/TemplateDelete.d.ts +8 -0
  347. package/build/src/stencil/template/TemplateEdit.d.ts +8 -0
  348. package/build/src/stencil/template/TemplatesView.d.ts +3 -0
  349. package/build/src/stencil/template/index.d.ts +4 -0
  350. package/build/src/stencil/version.d.ts +2 -0
  351. package/build/src/stencil/workflow/WorkflowComposer.d.ts +5 -0
  352. package/build/src/stencil/workflow/WorkflowDelete.d.ts +8 -0
  353. package/build/src/stencil/workflow/WorkflowEdit.d.ts +8 -0
  354. package/build/src/stencil/workflow/WorkflowsView.d.ts +2 -0
  355. package/build/src/stencil/workflow/index.d.ts +3 -0
  356. package/build/src/uiDev/ComposeSelect.d.ts +8 -0
  357. package/build/src/uiDev/LocaleSelect.d.ts +7 -0
  358. package/build/src/uiDev/UiDev.d.ts +3 -0
  359. package/build/src/uiDev/UiDevExplorer.d.ts +2 -0
  360. package/build/src/uiDev/UiDevExplorerToolbar.d.ts +2 -0
  361. package/build/src/uiDev/UiDevSearchAsset.d.ts +4 -0
  362. package/build/src/uiDev/UiDevSearchGeneral.d.ts +4 -0
  363. package/build/src/uiDev/index.d.ts +4 -0
  364. package/build/src/uiDev/types.d.ts +1 -0
  365. package/build/src/uiDev/useUtilityClasses.d.ts +33 -0
  366. package/build/src/version.d.ts +5 -0
  367. package/build/src/wrench/code-editor/CodeEditor.d.ts +4 -0
  368. package/build/src/wrench/code-editor/ViewImpl.d.ts +43 -0
  369. package/build/src/wrench/code-editor/index.d.ts +4 -0
  370. package/build/src/wrench/core/Activities.d.ts +13 -0
  371. package/build/src/wrench/core/Main.d.ts +3 -0
  372. package/build/src/wrench/core/Secondary.d.ts +2 -0
  373. package/build/src/wrench/core/Tabs.d.ts +2 -0
  374. package/build/src/wrench/core/Toolbar.d.ts +3 -0
  375. package/build/src/wrench/core/client/api.d.ts +339 -0
  376. package/build/src/wrench/core/client/error.d.ts +2 -0
  377. package/build/src/wrench/core/client/index.d.ts +35 -0
  378. package/build/src/wrench/core/compare/CompareView.d.ts +7 -0
  379. package/build/src/wrench/core/compare/index.d.ts +2 -0
  380. package/build/src/wrench/core/context/Reducer.d.ts +38 -0
  381. package/build/src/wrench/core/context/SessionData.d.ts +45 -0
  382. package/build/src/wrench/core/context/ide.d.ts +75 -0
  383. package/build/src/wrench/core/context/index.d.ts +2 -0
  384. package/build/src/wrench/core/debug/DebugError.d.ts +6 -0
  385. package/build/src/wrench/core/debug/DebugHeader.d.ts +6 -0
  386. package/build/src/wrench/core/debug/DebugInput.d.ts +9 -0
  387. package/build/src/wrench/core/debug/DebugView.d.ts +3 -0
  388. package/build/src/wrench/core/debug/api.d.ts +1 -0
  389. package/build/src/wrench/core/debug/drawer/DebugDrawer.d.ts +9 -0
  390. package/build/src/wrench/core/debug/drawer/InputCSV.d.ts +11 -0
  391. package/build/src/wrench/core/debug/drawer/InputFORM.d.ts +11 -0
  392. package/build/src/wrench/core/debug/drawer/InputFORMField.d.ts +9 -0
  393. package/build/src/wrench/core/debug/drawer/InputJSON.d.ts +9 -0
  394. package/build/src/wrench/core/debug/drawer/SelectAsset.d.ts +9 -0
  395. package/build/src/wrench/core/debug/index.d.ts +2 -0
  396. package/build/src/wrench/core/debug/outputs/DebugOutput.d.ts +8 -0
  397. package/build/src/wrench/core/debug/outputs/DebugOutputCsv.d.ts +5 -0
  398. package/build/src/wrench/core/debug/outputs/DebugOutputCsvRow.d.ts +7 -0
  399. package/build/src/wrench/core/debug/outputs/DebugOutputsDt.d.ts +6 -0
  400. package/build/src/wrench/core/debug/outputs/DebugOutputsFl.d.ts +6 -0
  401. package/build/src/wrench/core/debug/outputs/DebugOutputsFt.d.ts +6 -0
  402. package/build/src/wrench/core/debug/outputs/utils.d.ts +2 -0
  403. package/build/src/wrench/core/decision/DecisionComposer.d.ts +5 -0
  404. package/build/src/wrench/core/decision/DecisionEdit.d.ts +7 -0
  405. package/build/src/wrench/core/decision/DecisionsView.d.ts +2 -0
  406. package/build/src/wrench/core/decision/editors/CellEdit.d.ts +11 -0
  407. package/build/src/wrench/core/decision/editors/HeaderEdit.d.ts +11 -0
  408. package/build/src/wrench/core/decision/editors/NameDescHitPolicyEdit.d.ts +8 -0
  409. package/build/src/wrench/core/decision/editors/OrderEdit.d.ts +10 -0
  410. package/build/src/wrench/core/decision/editors/UploadCSV.d.ts +9 -0
  411. package/build/src/wrench/core/decision/editors/builders/EditBoolean.d.ts +6 -0
  412. package/build/src/wrench/core/decision/editors/builders/EditDate.d.ts +6 -0
  413. package/build/src/wrench/core/decision/editors/builders/EditDateSimple.d.ts +6 -0
  414. package/build/src/wrench/core/decision/editors/builders/EditDateTime.d.ts +6 -0
  415. package/build/src/wrench/core/decision/editors/builders/EditDateTimeSimple.d.ts +6 -0
  416. package/build/src/wrench/core/decision/editors/builders/EditNumber.d.ts +6 -0
  417. package/build/src/wrench/core/decision/editors/builders/EditNumberSimple.d.ts +6 -0
  418. package/build/src/wrench/core/decision/editors/builders/EditString.d.ts +6 -0
  419. package/build/src/wrench/core/decision/editors/builders/EditStringSimple.d.ts +6 -0
  420. package/build/src/wrench/core/decision/editors/builders/EditValueSet.d.ts +11 -0
  421. package/build/src/wrench/core/decision/editors/builders/TypeBooleanBuilder.d.ts +18 -0
  422. package/build/src/wrench/core/decision/editors/builders/TypeDateBuilder.d.ts +32 -0
  423. package/build/src/wrench/core/decision/editors/builders/TypeNumberBuilder.d.ts +35 -0
  424. package/build/src/wrench/core/decision/editors/builders/TypeStringBuilder.d.ts +26 -0
  425. package/build/src/wrench/core/decision/editors/builders/TypeValueSetBuilder.d.ts +14 -0
  426. package/build/src/wrench/core/decision/editors/builders/ValueSetChooser.d.ts +7 -0
  427. package/build/src/wrench/core/decision/editors/builders/index.d.ts +21 -0
  428. package/build/src/wrench/core/decision/editors/index.d.ts +5 -0
  429. package/build/src/wrench/core/decision/index.d.ts +3 -0
  430. package/build/src/wrench/core/decision/table/DecisionTable.d.ts +24 -0
  431. package/build/src/wrench/core/decision/table/DecisionTableCell.d.ts +9 -0
  432. package/build/src/wrench/core/decision/table/DecisionTableHeader.d.ts +10 -0
  433. package/build/src/wrench/core/decision/table/DecisionTableRow.d.ts +12 -0
  434. package/build/src/wrench/core/decision/table/index.d.ts +30 -0
  435. package/build/src/wrench/core/explorer/MsgTreeItem.d.ts +9 -0
  436. package/build/src/wrench/core/explorer/TreeViewToggle.d.ts +9 -0
  437. package/build/src/wrench/core/explorer/decision/DecisionItem.d.ts +6 -0
  438. package/build/src/wrench/core/explorer/decision/DecisionOptions.d.ts +6 -0
  439. package/build/src/wrench/core/explorer/decision/DecisionsList.d.ts +2 -0
  440. package/build/src/wrench/core/explorer/decision/useUtilityClasses.d.ts +13 -0
  441. package/build/src/wrench/core/explorer/flow/FlowItem.d.ts +6 -0
  442. package/build/src/wrench/core/explorer/flow/FlowOptions.d.ts +6 -0
  443. package/build/src/wrench/core/explorer/flow/FlowsList.d.ts +2 -0
  444. package/build/src/wrench/core/explorer/flow/useUtilityClasses.d.ts +13 -0
  445. package/build/src/wrench/core/explorer/index.d.ts +4 -0
  446. package/build/src/wrench/core/explorer/service/ServiceItem.d.ts +6 -0
  447. package/build/src/wrench/core/explorer/service/ServiceOptions.d.ts +6 -0
  448. package/build/src/wrench/core/explorer/service/ServicesList.d.ts +3 -0
  449. package/build/src/wrench/core/explorer/service/useUtilityClasses.d.ts +13 -0
  450. package/build/src/wrench/core/flow/FlowComposer.d.ts +5 -0
  451. package/build/src/wrench/core/flow/FlowEdit.d.ts +6 -0
  452. package/build/src/wrench/core/flow/FlowsView.d.ts +2 -0
  453. package/build/src/wrench/core/flow/autocomplete/AutocompleteTask.d.ts +13 -0
  454. package/build/src/wrench/core/flow/autocomplete/api.d.ts +51 -0
  455. package/build/src/wrench/core/flow/autocomplete/index.d.ts +2 -0
  456. package/build/src/wrench/core/flow/graph/Container.d.ts +11 -0
  457. package/build/src/wrench/core/flow/graph/GraphAPI.d.ts +9 -0
  458. package/build/src/wrench/core/flow/graph/index.d.ts +3 -0
  459. package/build/src/wrench/core/flow/index.d.ts +4 -0
  460. package/build/src/wrench/core/index.d.ts +21 -0
  461. package/build/src/wrench/core/migration/MigrationComposer.d.ts +5 -0
  462. package/build/src/wrench/core/migration/index.d.ts +2 -0
  463. package/build/src/wrench/core/nav/index.d.ts +4 -0
  464. package/build/src/wrench/core/nav/useWrenchNav.d.ts +13 -0
  465. package/build/src/wrench/core/nav/useWrenchTabChange.d.ts +4 -0
  466. package/build/src/wrench/core/nav/useWrenchTabClose.d.ts +4 -0
  467. package/build/src/wrench/core/nav/wrench-nav-types.d.ts +36 -0
  468. package/build/src/wrench/core/release/ReleaseComposer.d.ts +5 -0
  469. package/build/src/wrench/core/release/ReleasesTable.d.ts +7 -0
  470. package/build/src/wrench/core/release/ReleasesView.d.ts +3 -0
  471. package/build/src/wrench/core/release/index.d.ts +4 -0
  472. package/build/src/wrench/core/release/release-types.d.ts +15 -0
  473. package/build/src/wrench/core/search/SearchView.d.ts +2 -0
  474. package/build/src/wrench/core/search/index.d.ts +1 -0
  475. package/build/src/wrench/core/service/ServiceComposer.d.ts +5 -0
  476. package/build/src/wrench/core/service/ServiceEdit.d.ts +6 -0
  477. package/build/src/wrench/core/service/ServicesView.d.ts +2 -0
  478. package/build/src/wrench/core/service/index.d.ts +3 -0
  479. package/build/src/wrench/core/styles/ErrorView.d.ts +6 -0
  480. package/build/src/wrench/core/styles/index.d.ts +2 -0
  481. package/build/src/wrench/core/template/TemplateComposer.d.ts +5 -0
  482. package/build/src/wrench/core/template/index.d.ts +2 -0
  483. package/build/src/wrench/core/version.d.ts +2 -0
  484. package/build/src/wrench/index.d.ts +11 -0
  485. package/build/src/wrench/vis/DecisionNode.d.ts +4 -0
  486. package/build/src/wrench/vis/EndNode.d.ts +4 -0
  487. package/build/src/wrench/vis/Internal.d.ts +3 -0
  488. package/build/src/wrench/vis/ServiceNode.d.ts +4 -0
  489. package/build/src/wrench/vis/StartNode.d.ts +4 -0
  490. package/build/src/wrench/vis/Styles.d.ts +1 -0
  491. package/build/src/wrench/vis/SwitchNode.d.ts +4 -0
  492. package/build/src/wrench/vis/elk-layout.d.ts +6 -0
  493. package/build/src/wrench/vis/index.d.ts +4 -0
  494. package/build/src/wrench/vis/vis-context.d.ts +1 -0
  495. package/build/src/wrench/vis/vis-types.d.ts +25 -0
  496. package/build/style.css +1 -1
  497. package/package.json +5 -7
  498. package/build/index.d.ts +0 -910
@@ -0,0 +1,2 @@
1
+ import { default as React } from 'react';
2
+ export declare const Secondary: React.FC;
@@ -0,0 +1,2 @@
1
+ import { default as React } from 'react';
2
+ export declare const Toolbar: React.FC<{}>;
@@ -0,0 +1,16 @@
1
+ import { ButtonProps, DialogProps } from '@mui/material';
2
+ import { default as React } from 'react';
3
+ export interface ConfirmationDialogProps {
4
+ title?: string;
5
+ accept?: string;
6
+ cancel?: string;
7
+ dialogOptions?: Partial<DialogProps>;
8
+ cancelOptions?: Partial<ButtonProps>;
9
+ acceptOptions?: Partial<ButtonProps>;
10
+ open: boolean;
11
+ text: string;
12
+ onClose: () => void;
13
+ onAccept: () => void;
14
+ onCancel: () => void;
15
+ }
16
+ export declare const ConfirmationDialog: React.FC<ConfirmationDialogProps>;
@@ -0,0 +1,4 @@
1
+ import { default as React } from 'react';
2
+ export declare const DateTimeFormatter: React.FC<{
3
+ value: any;
4
+ }>;
@@ -0,0 +1,13 @@
1
+ import { default as React } from 'react';
2
+ type Props = {
3
+ field: any;
4
+ form: any;
5
+ meta: any;
6
+ id: String;
7
+ label: String;
8
+ readonly?: boolean;
9
+ fullWidth?: boolean;
10
+ [x: string]: any;
11
+ };
12
+ export declare const Datepicker: React.FC<Props>;
13
+ export {};
@@ -0,0 +1,11 @@
1
+ import { default as React } from 'react';
2
+ interface Props {
3
+ children: React.ReactNode;
4
+ to: string;
5
+ icon?: React.ReactNode;
6
+ button?: true;
7
+ className?: string;
8
+ showEndIcon?: boolean;
9
+ }
10
+ export declare const ExternalLink: React.FC<Props>;
11
+ export {};
@@ -0,0 +1,2 @@
1
+ import { default as React } from 'react';
2
+ export declare const Impersonation: React.FC;
@@ -0,0 +1,5 @@
1
+ interface Props {
2
+ navigationConfirmationRequired: () => boolean;
3
+ }
4
+ export declare const PageLeavingConfirmation: ({ navigationConfirmationRequired }: Props) => import("react/jsx-runtime").JSX.Element;
5
+ export {};
@@ -0,0 +1 @@
1
+ export declare const TableDateFilter: (props: any) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+ export declare const TableHeader: React.FC<{
3
+ id: string;
4
+ children?: React.ReactNode;
5
+ }>;
@@ -0,0 +1 @@
1
+ export declare const formatTime: (time: any) => "-" | import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,10 @@
1
+ export declare enum COLORS {
2
+ RED = 1,
3
+ BLUE = 2,
4
+ GREEN = 3,
5
+ YELLOW = 4,
6
+ GREY = 5
7
+ }
8
+ export type ColorMap = {
9
+ [status: string]: COLORS;
10
+ };
@@ -0,0 +1,11 @@
1
+ import { default as React } from 'react';
2
+ import { COLORS } from './ColorMap';
3
+ type Props = {
4
+ inactive?: boolean;
5
+ withLabel?: boolean;
6
+ color?: COLORS;
7
+ children: any;
8
+ [x: string]: any;
9
+ };
10
+ declare const Indicator: React.FC<Props>;
11
+ export default Indicator;
@@ -0,0 +1,28 @@
1
+ import { default as React } from 'react';
2
+ import { FieldInputProps } from 'formik';
3
+ declare const messages: {
4
+ LOW: {
5
+ id: string;
6
+ defaultMessage: string;
7
+ };
8
+ NORMAL: {
9
+ id: string;
10
+ defaultMessage: string;
11
+ };
12
+ HIGH: {
13
+ id: string;
14
+ defaultMessage: string;
15
+ };
16
+ };
17
+ type PriorityType = keyof typeof messages;
18
+ interface Props extends FieldInputProps<""> {
19
+ label: string;
20
+ readonly?: boolean;
21
+ }
22
+ export declare const Priority: ({ label, readonly, ...props }: Props) => import("react/jsx-runtime").JSX.Element;
23
+ type ViewProps = {
24
+ value: PriorityType | undefined;
25
+ [x: string]: any;
26
+ };
27
+ export declare const PriorityView: React.FC<ViewProps>;
28
+ export {};
@@ -0,0 +1,14 @@
1
+ import { FieldInputProps } from 'formik';
2
+ import { ColorMap } from './ColorMap';
3
+ interface CommonProps extends FieldInputProps<""> {
4
+ label: string;
5
+ readonly?: boolean;
6
+ messages: Record<string, {
7
+ id: string;
8
+ defaultMessage: string;
9
+ }>;
10
+ colorMap: ColorMap;
11
+ handleCallback?: (newValue: string) => void;
12
+ }
13
+ declare const RadioGroupPopover: ({ label, readonly, messages, colorMap, handleCallback, ...props }: CommonProps) => import("react/jsx-runtime").JSX.Element;
14
+ export default RadioGroupPopover;
@@ -0,0 +1,33 @@
1
+ import { default as React } from 'react';
2
+ import { FieldInputProps } from 'formik';
3
+ declare const messages: {
4
+ NEW: {
5
+ id: string;
6
+ defaultMessage: string;
7
+ };
8
+ OPEN: {
9
+ id: string;
10
+ defaultMessage: string;
11
+ };
12
+ COMPLETED: {
13
+ id: string;
14
+ defaultMessage: string;
15
+ };
16
+ REJECTED: {
17
+ id: string;
18
+ defaultMessage: string;
19
+ };
20
+ };
21
+ type MessageKeyType = keyof typeof messages;
22
+ interface Props extends FieldInputProps<""> {
23
+ label: string;
24
+ readonly?: boolean;
25
+ handleCallback?: (newValue: string) => void;
26
+ }
27
+ export declare const StatusComponent: ({ label, readonly, handleCallback, ...props }: Props) => import("react/jsx-runtime").JSX.Element;
28
+ type ViewProps = {
29
+ value: MessageKeyType | undefined;
30
+ [x: string]: any;
31
+ };
32
+ export declare const StatusViewComponent: React.FC<ViewProps>;
33
+ export {};
@@ -0,0 +1,18 @@
1
+ import { default as React } from 'react';
2
+ import { TaskLink } from '../../types/task/TaskLink';
3
+ export type TaskLinkProps = {
4
+ link: TaskLink;
5
+ taskId?: string;
6
+ };
7
+ export interface TaskLinkOpenCallback {
8
+ (link: TaskLink): void;
9
+ }
10
+ export interface TaskLinkPdfCallback {
11
+ (link: TaskLink, taskId: string): void;
12
+ }
13
+ type Props = {
14
+ openCallback: TaskLinkOpenCallback;
15
+ pdfCallback: TaskLinkPdfCallback;
16
+ };
17
+ export declare const TaskLinkComponent: React.FC<Props & TaskLinkProps>;
18
+ export {};
@@ -0,0 +1 @@
1
+ export declare const QUESTIONNAIRE_REVIEW = "questionnaireId";
@@ -0,0 +1,12 @@
1
+ import { default as React } from 'react';
2
+ import { Attachment } from '../types';
3
+ export interface AttachmentContextType {
4
+ loadAttachments: (taskId: string) => Promise<Attachment[]>;
5
+ addAttachment: (taskId: string, file: File) => Promise<Response | void>;
6
+ downloadAttachmentLink: (taskId: string, filename: string) => string;
7
+ }
8
+ export declare const AttachmentContext: React.Context<AttachmentContextType>;
9
+ export declare const AttachmentContextProvider: React.FC<{
10
+ children: React.ReactNode;
11
+ }>;
12
+ export declare const useAttachmentConfig: () => AttachmentContextType;
@@ -0,0 +1,7 @@
1
+ import { TaskLinkProps } from '../components/task/TaskLinkComponent';
2
+ import { IamApi } from '../../burger';
3
+ export interface ComponentResolver {
4
+ taskLinkResolver?: (props: TaskLinkProps) => JSX.Element | null;
5
+ groupListItemResolver?: (groups: IamApi.UserGroup[]) => JSX.Element[];
6
+ userListItemResolver?: (users?: IamApi.User[]) => JSX.Element[];
7
+ }
@@ -0,0 +1,13 @@
1
+ import { default as React } from 'react';
2
+ export interface TableState {
3
+ sort: any;
4
+ setSort: (sort: any) => void;
5
+ filters: any;
6
+ setFilters: (filter: any) => void;
7
+ paging: any;
8
+ setPaging: (paging: any) => void;
9
+ }
10
+ export declare const TableStateContext: React.Context<TableState>;
11
+ export declare const TaskSessionContext: React.FC<{
12
+ children: React.ReactNode;
13
+ }>;
@@ -0,0 +1,11 @@
1
+ import { IamApi } from '../../burger';
2
+ import { default as React } from 'react';
3
+ type TaskViewConfig = {
4
+ taskUpdateCallback: () => void;
5
+ users: IamApi.User[];
6
+ groups: IamApi.UserGroup[];
7
+ externalThreads?: boolean;
8
+ userSelectionFree: boolean;
9
+ };
10
+ export declare const TaskViewContext: React.Context<TaskViewConfig>;
11
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,8 @@
1
+ import { default as React } from 'react';
2
+ export interface MenuItemProps {
3
+ id: string;
4
+ to?: string | undefined;
5
+ icon: React.ReactNode;
6
+ onClick?: () => void;
7
+ }
8
+ export declare const MenuItem: React.FC<MenuItemProps>;
@@ -0,0 +1 @@
1
+ export * from './MenuItem';
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,6 @@
1
+ export interface AssetTag {
2
+ name: string;
3
+ description: string;
4
+ user: string;
5
+ created: Date;
6
+ }
@@ -0,0 +1,10 @@
1
+ export interface Attachment {
2
+ name: string;
3
+ status: 'OK' | 'QUARANTINED' | 'UPLOADED';
4
+ created: Date;
5
+ updated: Date;
6
+ size: number;
7
+ }
8
+ export interface AttachmentUploadResponse {
9
+ putRequestUrl: string;
10
+ }
@@ -0,0 +1,44 @@
1
+ export interface DialobFormMetadata {
2
+ label?: string;
3
+ creator?: string;
4
+ tenantId?: string;
5
+ savedBy?: string;
6
+ languages?: string[];
7
+ valid?: boolean;
8
+ created?: string;
9
+ lastSaved?: string;
10
+ purpose?: string;
11
+ [prop: string]: any;
12
+ }
13
+ export interface DialobForm {
14
+ _id: string;
15
+ name: string;
16
+ metadata: DialobFormMetadata;
17
+ data?: any;
18
+ }
19
+ export interface DialobFormEntry {
20
+ id: string;
21
+ metadata: DialobFormMetadata;
22
+ }
23
+ export declare const DEFAULT_FORM: Partial<DialobForm>;
24
+ export interface DialobCreateFormCommand {
25
+ purpose: string;
26
+ title: string;
27
+ }
28
+ export interface DialobFormTag {
29
+ formLabel: string;
30
+ formName: string;
31
+ tagFormId: string;
32
+ tagName: string;
33
+ }
34
+ export interface DialobQuestionnaireMetadata {
35
+ status: 'NEW' | 'OPEN' | 'COMPLETED';
36
+ formId: string;
37
+ formName?: string;
38
+ opened?: string;
39
+ completed?: string;
40
+ }
41
+ export interface DialobQuestionnaire {
42
+ _id: string;
43
+ metadata: DialobQuestionnaireMetadata;
44
+ }
@@ -0,0 +1,10 @@
1
+ import { Workflow } from './Workflow';
2
+ export interface Process {
3
+ id: number;
4
+ status: string;
5
+ questionnaire: string;
6
+ task?: string;
7
+ userId?: string;
8
+ created: Date;
9
+ workflow: Workflow;
10
+ }
@@ -0,0 +1,36 @@
1
+ export interface Publication {
2
+ id: string;
3
+ name: string;
4
+ externalId: string | undefined;
5
+ external: boolean | undefined;
6
+ description: string;
7
+ createdBy: string;
8
+ createdAt: string;
9
+ startsAt: string;
10
+ status: 'BUILDING' | 'READY' | 'ERROR' | 'DEPLOYED';
11
+ errors: Object;
12
+ sources: {
13
+ stencil: Object;
14
+ wrench: Object;
15
+ dialob: Object[];
16
+ } | undefined;
17
+ }
18
+ export interface PublicationInit {
19
+ name: string;
20
+ liveDate: string | null;
21
+ description: string | null;
22
+ stencilTag: string | null;
23
+ wrenchTag: string | null;
24
+ }
25
+ export interface PublicationUpload {
26
+ name: string;
27
+ externalId: string | undefined;
28
+ description: string;
29
+ createdBy: string;
30
+ startsAt: string;
31
+ sources: {
32
+ stencil: Object;
33
+ wrench: Object;
34
+ dialob: Object[];
35
+ } | undefined;
36
+ }
@@ -0,0 +1,20 @@
1
+ import { TaskPriority, TaskStatus } from './task/Task';
2
+ export type TaskPriorityStatistics = {
3
+ count: number;
4
+ priority: TaskPriority;
5
+ };
6
+ export type TaskStatusStatistics = {
7
+ count: number;
8
+ status: TaskStatus;
9
+ };
10
+ export type OverdueByGroupStatistics = {
11
+ count: number;
12
+ assignedId: string;
13
+ };
14
+ export type TaskStatusTimelineStatistics = {
15
+ statusDate: Date;
16
+ new: number;
17
+ open: number;
18
+ completed: number;
19
+ rejected: number;
20
+ };
@@ -0,0 +1,11 @@
1
+ export interface Workflow {
2
+ id: string;
3
+ type: string;
4
+ body: {
5
+ name: string;
6
+ formName: string;
7
+ formTag: string;
8
+ flowName: string;
9
+ updated?: Date;
10
+ };
11
+ }
@@ -0,0 +1,19 @@
1
+ export interface WorkflowReleaseEntry {
2
+ name: string;
3
+ formName: string;
4
+ formTag: string;
5
+ flowName: string;
6
+ updated?: Date;
7
+ }
8
+ export interface WorkflowRelease {
9
+ id: number;
10
+ body: {
11
+ description: string;
12
+ name: string;
13
+ flowName: string;
14
+ created?: Date;
15
+ createdBy?: string;
16
+ updated?: Date;
17
+ entries: WorkflowReleaseEntry[];
18
+ };
19
+ }
@@ -0,0 +1,2 @@
1
+ export * from './Dialob';
2
+ export * from './Attachment';
@@ -0,0 +1,15 @@
1
+ export declare enum CommentSource {
2
+ FRONTDESK = "FRONTDESK",
3
+ PORTAL = "PORTAL"
4
+ }
5
+ export interface Comment {
6
+ id: number;
7
+ userName: string;
8
+ created: string;
9
+ commentText: string;
10
+ replyToId?: number | null;
11
+ __parent?: Comment;
12
+ __children?: Comment[];
13
+ external?: boolean;
14
+ source?: CommentSource;
15
+ }
@@ -0,0 +1,35 @@
1
+ import { TaskLink } from './TaskLink';
2
+ export declare enum TaskPriority {
3
+ LOW = "LOW",
4
+ NORMAL = "NORMAL",
5
+ HIGH = "HIGH"
6
+ }
7
+ export declare enum TaskStatus {
8
+ NEW = "NEW",
9
+ OPEN = "OPEN",
10
+ COMPLETED = "COMPLETED",
11
+ REJECTED = "REJECTED"
12
+ }
13
+ export interface Task {
14
+ id?: string;
15
+ taskRef?: string;
16
+ version?: number;
17
+ created?: Date;
18
+ updated?: Date;
19
+ completed?: Date;
20
+ assignedUser?: string;
21
+ assignedUserEmail?: string;
22
+ updaterId?: string;
23
+ dueDate?: Date;
24
+ status?: TaskStatus;
25
+ subject?: string;
26
+ description?: string;
27
+ priority?: TaskPriority;
28
+ keyWords?: string[];
29
+ taskLinks?: TaskLink[];
30
+ statusCode?: number;
31
+ priorityCode?: number;
32
+ clientIdentificator?: string | null;
33
+ assignedRoles?: string[] | null;
34
+ questionnaireId?: string | undefined;
35
+ }
@@ -0,0 +1,5 @@
1
+ export type TaskLink = {
2
+ id?: number;
3
+ linkKey: string;
4
+ linkAddress: string;
5
+ };
@@ -0,0 +1,35 @@
1
+ export declare const localizeTable: (t: (id: string) => string) => {
2
+ body: {
3
+ emptyDataSourceMessage: string;
4
+ deleteTooltip: string;
5
+ filterRow: {
6
+ filterTooltip: string;
7
+ };
8
+ editRow: {
9
+ deleteText: string;
10
+ cancelTooltip: string;
11
+ saveTooltip: string;
12
+ };
13
+ };
14
+ header: {
15
+ actions: string;
16
+ };
17
+ pagination: {
18
+ labelDisplayedRows: string;
19
+ labelRowsPerPage: string;
20
+ firstAriaLabel: string;
21
+ firstTooltip: string;
22
+ previousAriaLabel: string;
23
+ previousTooltip: string;
24
+ nextAriaLabel: string;
25
+ nextTooltip: string;
26
+ lastAriaLabel: string;
27
+ lastTooltip: string;
28
+ };
29
+ toolbar: {
30
+ searchTooltip: string;
31
+ searchPlaceholder: string;
32
+ showColumnsTitle: string;
33
+ addRemoveColumns: string;
34
+ };
35
+ };
@@ -0,0 +1 @@
1
+ export default function mapNestedEntities(src: any[], mainKey: string | string[], parentKey: string | string[]): any[];
@@ -0,0 +1,2 @@
1
+ import { Column, Query } from '@material-table/core';
2
+ export declare const createQueryString: <T extends {}>(query: Query<T>, columns: Column<any>[], dateFields?: string[]) => string;
@@ -0,0 +1,2 @@
1
+ import { default as React } from 'react';
2
+ export declare const DashboardView: React.FC;
@@ -0,0 +1,9 @@
1
+ import { DialobFormEntry } from '../../types';
2
+ interface CreateDialogProps {
3
+ createModalOpen: boolean;
4
+ handleCreateModalClose: () => void;
5
+ formConfiguration?: DialobFormEntry;
6
+ refresh: () => void;
7
+ }
8
+ export declare const CreateDialog: React.FC<CreateDialogProps>;
9
+ export {};
@@ -0,0 +1,9 @@
1
+ import { DialobFormEntry } from '../../types';
2
+ interface DeleteDialogProps {
3
+ deleteModalOpen: boolean;
4
+ handleDeleteModalClose: () => void;
5
+ formConfiguration: DialobFormEntry | undefined;
6
+ refresh: () => void;
7
+ }
8
+ export declare const DeleteDialog: React.FC<DeleteDialogProps>;
9
+ export {};
@@ -0,0 +1,2 @@
1
+ import { default as React } from 'react';
2
+ export declare const DialobAdminView: React.FC;
@@ -0,0 +1,2 @@
1
+ import { default as React } from 'react';
2
+ export declare const DialobFormsView: React.FC;
@@ -0,0 +1,2 @@
1
+ import { default as React } from 'react';
2
+ export declare const HelpView: React.FC;
@@ -0,0 +1,2 @@
1
+ import { default as React } from 'react';
2
+ export declare const ProcessTable: React.FC;
@@ -0,0 +1,2 @@
1
+ import { default as React } from 'react';
2
+ export declare const ProcessView: React.FC;
@@ -0,0 +1,7 @@
1
+ import { default as React } from 'react';
2
+ export interface NewReleaseProps {
3
+ onSubmit: () => void;
4
+ open: boolean;
5
+ setOpen: (open: boolean) => void;
6
+ }
7
+ export declare const NewPublicationDialog: React.FC<NewReleaseProps>;
@@ -0,0 +1,2 @@
1
+ import { default as React } from 'react';
2
+ export declare const PublicationsTable: React.FC;
@@ -0,0 +1,2 @@
1
+ import { default as React } from 'react';
2
+ export declare const PublicationsView: React.FC;
@@ -0,0 +1,7 @@
1
+ import { default as React } from 'react';
2
+ export interface UploadReleaseProps {
3
+ onSubmit: () => void;
4
+ open: boolean;
5
+ setOpen: (open: boolean) => void;
6
+ }
7
+ export declare const UploadPublicationDialog: React.FC<UploadReleaseProps>;
@@ -0,0 +1,10 @@
1
+ import { default as React } from 'react';
2
+ import { Attachment } from '../../types';
3
+ interface Props {
4
+ taskId: string;
5
+ readonly: boolean;
6
+ attachments: Attachment[];
7
+ setAttachments: React.Dispatch<React.SetStateAction<Attachment[]>>;
8
+ }
9
+ export declare const AttachmentTable: React.FC<Props>;
10
+ export {};