@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 @@
1
+ export declare function parseTs(): void;
@@ -0,0 +1,457 @@
1
+ export declare const fi: {
2
+ 'tasksView.title': string;
3
+ 'tasksTableHeader.taskName': string;
4
+ 'tasksTableHeader.category': string;
5
+ 'tasksTableHeader.status': string;
6
+ 'tasksTableHeader.dueDate': string;
7
+ 'tasksTableHeader.priority': string;
8
+ 'tasksTableHeader.assigned': string;
9
+ 'tasksTableAction.editTask': string;
10
+ 'tasksTableAction.deleteTask': string;
11
+ 'taskPriority.low': string;
12
+ 'taskPriority.normal': string;
13
+ 'taskPriority.high': string;
14
+ 'taskDialog.priority': string;
15
+ 'taskDialog.subject': string;
16
+ 'taskDialog.description': string;
17
+ 'taskDialog.dueDate': string;
18
+ 'taskDialog.assignedTo': string;
19
+ 'taskDialog.assignedUser': string;
20
+ 'taskDialog.status': string;
21
+ 'taskDialog.task': string;
22
+ 'taskDialog.category': string;
23
+ 'taskDialog.source': string;
24
+ 'task.priority.low': string;
25
+ 'task.priority.normal': string;
26
+ 'task.priority.high': string;
27
+ 'task.status.new': string;
28
+ 'task.status.open': string;
29
+ 'task.status.completed': string;
30
+ 'task.status.rejected': string;
31
+ 'task.form.review': string;
32
+ 'task.form.feedback.manage': string;
33
+ 'task.created': string;
34
+ 'task.updated': string;
35
+ comments: string;
36
+ 'task.comments.external.createTask': string;
37
+ 'task.comments.internal.createTask': string;
38
+ 'task.attachments.createTask': string;
39
+ internalComments: string;
40
+ externalComments: string;
41
+ 'comment.store': string;
42
+ 'comment.add': string;
43
+ 'comment.addInternal': string;
44
+ 'comment.addExternal': string;
45
+ 'comment.reply': string;
46
+ 'taskButton.addTask': string;
47
+ 'taskButton.refresh': string;
48
+ 'taskButton.accept': string;
49
+ 'taskButton.cancel': string;
50
+ 'table.body.emptyDataSourceMessage': string;
51
+ 'table.body.filterRow.filterTooltip': string;
52
+ 'table.body.deleteTooltip': string;
53
+ 'table.body.editRow.deleteText': string;
54
+ 'table.body.editRow.cancelTask': string;
55
+ 'table.body.editRow.saveTask': string;
56
+ 'table.pagination.labelDisplayedRows': string;
57
+ 'table.pagination.labelRowsPerPage': string;
58
+ 'table.pagination.firstPage': string;
59
+ 'table.pagination.previousPage': string;
60
+ 'table.pagination.nextPage': string;
61
+ 'table.pagination.lastPage': string;
62
+ 'table.toolbar.search': string;
63
+ 'table.toolbar.showColumnsTitle': string;
64
+ 'table.toolbar.addRemoveColumns': string;
65
+ 'taskLink.title': string;
66
+ 'taskLink.button.open': string;
67
+ 'taskLink.pdf.open': string;
68
+ 'explorer.title': string;
69
+ 'explorer.login': string;
70
+ 'locale.fi': string;
71
+ 'locale.sv': string;
72
+ 'locale.en': string;
73
+ 'app.logout': string;
74
+ 'app.login': string;
75
+ 'app.feedback': string;
76
+ 'menu.dashboard': string;
77
+ 'menu.profile': string;
78
+ 'menu.tasks': string;
79
+ 'menu.evaluations': string;
80
+ 'menu.forms': string;
81
+ 'menu.queues': string;
82
+ 'menu.users': string;
83
+ 'menu.help': string;
84
+ 'menu.flow': string;
85
+ 'menu.processes': string;
86
+ 'menu.reports': string;
87
+ 'menu.workflows': string;
88
+ 'menu.logout': string;
89
+ 'menu.workflowTags': string;
90
+ 'menu.publications': string;
91
+ 'menu.services': string;
92
+ 'menu.content': string;
93
+ 'menu.calendar': string;
94
+ 'menu.feedback': string;
95
+ 'front.intro.title': string;
96
+ 'profile.title': string;
97
+ 'profile.user.name': string;
98
+ 'profile.user.email': string;
99
+ 'profile.user.role': string;
100
+ 'profile.user.phone': string;
101
+ 'profile.app.version': string;
102
+ 'button.cancel': string;
103
+ 'button.delete': string;
104
+ 'button.update': string;
105
+ 'button.publish': string;
106
+ 'button.accept': string;
107
+ 'button.edit': string;
108
+ 'button.close': string;
109
+ 'button.reject': string;
110
+ 'button.send': string;
111
+ 'button.dismiss': string;
112
+ 'button.editRoles': string;
113
+ 'button.select': string;
114
+ 'error.minTextLength': string;
115
+ 'error.maxTextLength': string;
116
+ 'error.valueRequired': string;
117
+ 'error.title': string;
118
+ 'error.dialob.session': string;
119
+ 'error.errorLoadingData': string;
120
+ 'error.unauthorized.title': string;
121
+ 'error.unauthorized.text': string;
122
+ 'error.unauthorizedAccess': string;
123
+ 'error.dataAccess': string;
124
+ 'error.statusOpenError': string;
125
+ 'error.workflowCreation': string;
126
+ 'table.body.addTooltip': string;
127
+ 'table.body.editTooltip': string;
128
+ 'table.body.editRow.deleteMessage': string;
129
+ 'workflowTable.title': string;
130
+ 'workflowTableHeader.name': string;
131
+ 'workflowTableHeader.formName': string;
132
+ 'workflowTableHeader.flowName': string;
133
+ 'workflowTableHeader.updated': string;
134
+ 'workflowTable.addButton': string;
135
+ 'workflowTable.editButton': string;
136
+ 'workflow.dialogTitle': string;
137
+ 'workflow.name': string;
138
+ 'workflow.form.formName': string;
139
+ 'workflow.form.formTag': string;
140
+ 'workflow.flowName': string;
141
+ 'processTable.title': string;
142
+ 'processTableHeader.workflow': string;
143
+ 'processTableHeader.user': string;
144
+ 'processTableHeader.status': string;
145
+ 'processTableHeader.created': string;
146
+ 'processTableHeader.questionnaireId': string;
147
+ 'process.status.ANSWERED': string;
148
+ 'process.status.CREATED': string;
149
+ 'process.status.ANSWERING': string;
150
+ 'process.status.IN_PROGRESS': string;
151
+ 'process.status.WAITING': string;
152
+ 'process.status.COMPLETED': string;
153
+ 'process.status.REJECTED': string;
154
+ 'comment.button': string;
155
+ 'comment.title': string;
156
+ 'comment.form.email': string;
157
+ 'comment.form.feedbackType': string;
158
+ 'comment.form.body': string;
159
+ 'comment.type.general': string;
160
+ 'comment.type.propose': string;
161
+ 'comment.type.contact': string;
162
+ 'comment.submitted.success': string;
163
+ 'comment.submitted.failure': string;
164
+ 'spoTasksTableHeader.taskName': string;
165
+ 'spoTasksTableHeader.category': string;
166
+ 'spoTasksTableHeader.status': string;
167
+ 'spoTasksTableHeader.priority': string;
168
+ 'spoTasksTableHeader.dueDate': string;
169
+ 'spoTasksTableHeader.assigned': string;
170
+ 'spoTasksTableHeader.assignedUser': string;
171
+ 'spoTasksTableHeader.created': string;
172
+ 'spoTasksTableHeader.clientName': string;
173
+ 'taskDialog.clientIdentificator': string;
174
+ 'taskDialog.assignedUserEmail': string;
175
+ 'task.editRoles': string;
176
+ Questionnaire: string;
177
+ Manual: string;
178
+ Protected: string;
179
+ Normal: string;
180
+ Represented: string;
181
+ CustomerCreated: string;
182
+ Internal: string;
183
+ 'task.role.assignedAllUsers': string;
184
+ 'task.feedback.published': string;
185
+ 'confirm.close.title': string;
186
+ 'confirm.unsavedChanges': string;
187
+ 'task.statistics.statusCount': string;
188
+ 'task.statistics.priorityCount': string;
189
+ 'task.statistics.daily': string;
190
+ 'task.statistics.overdue': string;
191
+ 'feedback.button': string;
192
+ 'feedback.thanks': string;
193
+ 'feedback.create.title': string;
194
+ 'feedback.title': string;
195
+ 'feedback.update.title': string;
196
+ 'feedback.description': string;
197
+ 'feedback.name': string;
198
+ 'feedback.sendScreenshot': string;
199
+ 'feedback.close': string;
200
+ 'feedback.send': string;
201
+ 'feedback.category': string;
202
+ 'feedback.subCategory': string;
203
+ 'feedback.myReply': string;
204
+ 'feedback.noFeedback.info1': string;
205
+ 'feedback.noFeedback.info2': string;
206
+ 'feedback.customerFeedback': string;
207
+ 'feedback.customerApprovals': string;
208
+ 'feedback.sourceTaskId': string;
209
+ 'feedback.formName': string;
210
+ 'feedback.dateReceived': string;
211
+ 'feedback.createdBy': string;
212
+ 'feedback.updatedBy': string;
213
+ 'feedback.updated': string;
214
+ 'feedback.notPublished': string;
215
+ 'feedback.isPublished': string;
216
+ 'help.title': string;
217
+ 'attachmentView.title': string;
218
+ 'attachmentTableHeader.size': string;
219
+ 'attachmentTableHeader.updated': string;
220
+ 'attachmentTableHeader.created': string;
221
+ 'attachmentTableHeader.name': string;
222
+ 'attachmentButton.addAttachment': string;
223
+ 'attachmentButton.downloadAttachment': string;
224
+ 'attachment.uploadOk': string;
225
+ 'attachment.uploadFailed': string;
226
+ 'workflowReleaseTable.title': string;
227
+ 'workflowReleaseTableHeader.name': string;
228
+ 'workflowReleaseTableHeader.description': string;
229
+ 'workflowReleaseTableHeader.updatedBy': string;
230
+ 'workflowReleaseTableHeader.updated': string;
231
+ 'workflowReleaseTable.addButton': string;
232
+ 'workflowReleaseTable.viewButton': string;
233
+ 'workflowReleaseTable.exportButton': string;
234
+ 'workflowRelease.dialogTitle': string;
235
+ 'workflowRelease.name': string;
236
+ 'workflowRelease.description': string;
237
+ 'workflowRelease.releaseCreationFailed': string;
238
+ 'publicationsTable.title': string;
239
+ 'publicationsTableHeader.name': string;
240
+ 'publicationsTableHeader.description': string;
241
+ 'publicationsTableHeader.createdBy': string;
242
+ 'publicationsTableHeader.created': string;
243
+ 'publicationsTableHeader.contentTag': string;
244
+ 'publicationsTableHeader.workflowTag': string;
245
+ 'publicationsTableHeader.wrenchTag': string;
246
+ 'publicationsTable.addButton': string;
247
+ 'publicationsTable.viewButton': string;
248
+ 'publicationsTable.exportButton': string;
249
+ 'publications.dialogTitle': string;
250
+ 'publications.name': string;
251
+ 'publications.description': string;
252
+ 'publications.workflowTag': string;
253
+ 'publications.wrenchTag': string;
254
+ 'publications.contentTag': string;
255
+ 'publications.createNewTag': string;
256
+ 'publications.downloadFailed': string;
257
+ 'publications.tagCreationFailed': string;
258
+ 'dialobForms.dialog.heading': string;
259
+ 'dialobForms.table.tooltip.add': string;
260
+ 'dialobForms.table.label': string;
261
+ 'dialobForms.table.created': string;
262
+ 'dialobForms.table.lastSaved': string;
263
+ 'dialobForms.table.tooltip.edit': string;
264
+ 'dialobForms.dialog.emptyTitle': string;
265
+ 'dialobForms.table.tooltip.copy': string;
266
+ 'dialobForms.table.tooltip.delete': string;
267
+ 'dialobForm.saveFailed': string;
268
+ 'dialobForm.downloadFailed': string;
269
+ 'dialobForm.deleteFailed': string;
270
+ 'dialobForm.heading.copyDialog': string;
271
+ 'dialobForm.heading.addDialog': string;
272
+ 'dialobForm.dialog.formName': string;
273
+ 'dialobForm.dialog.formLabel': string;
274
+ 'dialobForm.error.invalidFormName': string;
275
+ 'dialobForm.dialog.deleteQuestion': string;
276
+ 'dialobForm.heading.deleteDialog': string;
277
+ 'dialobForm.review.title': string;
278
+ 'feedback.notenabled': string;
279
+ pages: string;
280
+ articles: string;
281
+ locale: string;
282
+ locales: string;
283
+ tag: string;
284
+ links: string;
285
+ releases: string;
286
+ options: string;
287
+ value: string;
288
+ date: string;
289
+ order: string;
290
+ description: string;
291
+ name: string;
292
+ delete: string;
293
+ download: string;
294
+ disable: string;
295
+ status: string;
296
+ created: string;
297
+ modified: string;
298
+ rename: string;
299
+ reorder: string;
300
+ remove: string;
301
+ 'composer.select.article': string;
302
+ 'toolbar.help': string;
303
+ 'toolbar.import': string;
304
+ 'link.type.internal': string;
305
+ 'link.type.external': string;
306
+ 'link.type.phone': string;
307
+ imports: string;
308
+ 'imports.select': string;
309
+ 'imports.import.action': string;
310
+ 'article.composer.title': string;
311
+ 'article.composer.parent': string;
312
+ 'article.composer.parent.unselected': string;
313
+ 'article.create': string;
314
+ 'article.name': string;
315
+ 'article.delete.title': string;
316
+ 'article.delete.description': string;
317
+ 'article.edit.title': string;
318
+ 'article.edit.parent': string;
319
+ 'article.edit.orderhelper': string;
320
+ 'article.composer.orderhelper': string;
321
+ 'button.create': string;
322
+ 'button.add': string;
323
+ 'button.disable': string;
324
+ 'button.enable': string;
325
+ 'button.remove': string;
326
+ 'button.apply': string;
327
+ 'button.view.all.locales': string;
328
+ 'button.view.all.releases': string;
329
+ 'links.message': string;
330
+ 'link.article.add.title': string;
331
+ 'link.article.select': string;
332
+ 'link.type': string;
333
+ 'link.url': string;
334
+ 'link.locale.all': string;
335
+ 'link.content': string;
336
+ 'link.composer.title': string;
337
+ 'link.composer.descriptionlabel': string;
338
+ 'link.composer.descriptionhelper': string;
339
+ 'link.composer.valuehelper': string;
340
+ 'link.edit.title': string;
341
+ 'link.delete.title': string;
342
+ 'link.delete': string;
343
+ 'link.removepage.title': string;
344
+ 'link.removepage': string;
345
+ 'link.options': string;
346
+ 'link.options.add': string;
347
+ 'resource.edit.links': string;
348
+ 'link.create': string;
349
+ 'locale.create': string;
350
+ 'locale.disable.title': string;
351
+ 'locale.enable.title': string;
352
+ 'locale.disable': string;
353
+ 'locale.enable': string;
354
+ 'locale.composer.title': string;
355
+ 'locale.composer.helper': string;
356
+ 'locale.overview': string;
357
+ 'locales.content': string;
358
+ 'locales.nocontent': string;
359
+ 'locales.nopage': string;
360
+ 'newpage.title': string;
361
+ 'newpage.info': string;
362
+ 'newpage.article.info': string;
363
+ 'page.create': string;
364
+ 'pages.save': string;
365
+ 'pages.add': string;
366
+ 'pages.change': string;
367
+ 'pages.change.info': string;
368
+ 'pages.delete': string;
369
+ 'pages.delete.message': string;
370
+ 'pages.options': string;
371
+ 'pages.edit.selectpage': string;
372
+ 'pages.edit.selectTargetLocale': string;
373
+ 'release.create': string;
374
+ 'release.composer.title': string;
375
+ 'release.composer.label': string;
376
+ 'release.composer.note': string;
377
+ 'release.composer.helper': string;
378
+ 'menu.feedbackAllTasks': string;
379
+ 'feedback.all': string;
380
+ 'feedback.none': string;
381
+ 'feedback.search': string;
382
+ 'feedback.search.placeholder': string;
383
+ 'feedback.search.filter.category': string;
384
+ 'feedback.search.filter.subCategory': string;
385
+ 'feedback.filter.selectNone': string;
386
+ 'toolbar.preview': string;
387
+ 'workflow.edit.title': string;
388
+ 'workflow.create': string;
389
+ 'button.view.all.articles': string;
390
+ 'button.view.all.pages': string;
391
+ 'button.view.all.links': string;
392
+ 'button.view.all.workflows': string;
393
+ workflows: string;
394
+ 'associations.add': string;
395
+ 'explorer.pages': string;
396
+ 'explorer.pages.create': string;
397
+ 'explorer.pages.dualview': string;
398
+ 'explorer.locale.empty': string;
399
+ 'articles.message': string;
400
+ 'article.deletepage.title': string;
401
+ 'article.deletepage': string;
402
+ 'article.options': string;
403
+ 'article.addlink': string;
404
+ 'article.links.addremove': string;
405
+ 'article.links': string;
406
+ 'article.links.sitelinks': string;
407
+ 'article.links.remove': string;
408
+ 'article.workflows.addremove': string;
409
+ 'article.workflows': string;
410
+ 'article.workflows.add': string;
411
+ 'article.workflows.remove': string;
412
+ 'article.workflows.siteworkflows': string;
413
+ 'button.view': string;
414
+ 'button.addremove': string;
415
+ 'composer.article.title': string;
416
+ 'composer.article.desc': string;
417
+ 'composer.locale.title': string;
418
+ 'composer.locale.desc': string;
419
+ 'composer.page.title': string;
420
+ 'composer.page.desc': string;
421
+ 'composer.link.title': string;
422
+ 'composer.link.desc': string;
423
+ 'composer.workflow.title': string;
424
+ 'composer.workflow.desc': string;
425
+ 'composer.release.title': string;
426
+ 'composer.release.desc': string;
427
+ 'toolbar.dashboard': string;
428
+ 'dashboard.view.helper': string;
429
+ 'link.associate.title': string;
430
+ 'link.options.edit': string;
431
+ 'link.options.remove': string;
432
+ 'resource.options': string;
433
+ 'resource.edit.workflows': string;
434
+ 'workflow.associate.title': string;
435
+ 'workflow.composer.title': string;
436
+ 'workflow.composer.name': string;
437
+ 'workflow.technicalname': string;
438
+ 'workflow.composer.select': string;
439
+ 'workflow.composer.helper': string;
440
+ 'workflow.composer.placeholder': string;
441
+ 'workflow.delete.title': string;
442
+ 'workflow.delete': string;
443
+ 'workflow.removepage.title': string;
444
+ 'workflow.removepage': string;
445
+ 'workflow.options': string;
446
+ 'workflow.add': string;
447
+ 'workflow.edit': string;
448
+ 'workflow.remove': string;
449
+ 'toolbar.articles': string;
450
+ 'toolbar.newarticle': string;
451
+ 'toolbar.newlocale': string;
452
+ 'toolbar.explorer': string;
453
+ 'toolbar.links': string;
454
+ 'toolbar.workflows': string;
455
+ 'toolbar.releases': string;
456
+ 'toolbar.locales': string;
457
+ };