@hmcts/ccd-case-ui-toolkit 6.16.0-query-details-navigation → 6.16.1

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 (473) hide show
  1. package/bundles/hmcts-ccd-case-ui-toolkit.umd.js +5184 -9659
  2. package/bundles/hmcts-ccd-case-ui-toolkit.umd.js.map +1 -1
  3. package/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js +1 -1
  4. package/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js.map +1 -1
  5. package/esm2015/lib/app.config.js +1 -1
  6. package/esm2015/lib/components/banners/alert/alert.component.js +5 -7
  7. package/esm2015/lib/components/banners/alert/alert.module.js +4 -12
  8. package/esm2015/lib/components/footer/footer.component.js +30 -55
  9. package/esm2015/lib/components/footer/footers.module.js +4 -12
  10. package/esm2015/lib/components/form/date-input/date-input.component.js +37 -56
  11. package/esm2015/lib/components/form/form.module.js +4 -8
  12. package/esm2015/lib/components/header/header-bar/header-bar.component.js +19 -32
  13. package/esm2015/lib/components/header/headers.module.js +4 -6
  14. package/esm2015/lib/components/header/navigation/navigation-item.component.js +7 -9
  15. package/esm2015/lib/components/header/phase/phase.component.js +9 -20
  16. package/esm2015/lib/components/tabs/tabs.component.js +5 -8
  17. package/esm2015/lib/components/tabs/tabs.module.js +2 -6
  18. package/esm2015/lib/shared/components/activity/activity-banner/activity-banner.component.js +9 -12
  19. package/esm2015/lib/shared/components/activity/activity-icon/activity-icon.component.js +8 -11
  20. package/esm2015/lib/shared/components/activity/activity.component.js +10 -15
  21. package/esm2015/lib/shared/components/activity/activity.module.js +2 -6
  22. package/esm2015/lib/shared/components/case-editor/case-create/case-create.component.js +2 -2
  23. package/esm2015/lib/shared/components/case-editor/case-edit/case-edit.component.js +272 -13
  24. package/esm2015/lib/shared/components/case-editor/case-edit-confirm/case-edit-confirm.component.js +28 -32
  25. package/esm2015/lib/shared/components/case-editor/case-edit-generic-errors/case-edit-generic-errors.component.js +80 -0
  26. package/esm2015/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.js +208 -228
  27. package/esm2015/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.js +194 -511
  28. package/esm2015/lib/shared/components/case-editor/case-editor.module.js +33 -37
  29. package/esm2015/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-cancelled/case-event-completion-task-cancelled.component.js +26 -51
  30. package/esm2015/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component.js +28 -51
  31. package/esm2015/lib/shared/components/case-editor/case-progress/case-progress.component.js +2 -2
  32. package/esm2015/lib/shared/components/case-editor/services/case-edit-wizard.guard.js +2 -3
  33. package/esm2015/lib/shared/components/case-editor/services/work-allocation.service.js +2 -2
  34. package/esm2015/lib/shared/components/case-history/case-history.component.js +63 -89
  35. package/esm2015/lib/shared/components/case-history/case-history.module.js +14 -18
  36. package/esm2015/lib/shared/components/case-list/case-list.component.js +49 -56
  37. package/esm2015/lib/shared/components/case-list/case-list.module.js +4 -8
  38. package/esm2015/lib/shared/components/case-list-filters/case-list-filters.module.js +7 -11
  39. package/esm2015/lib/shared/components/case-timeline/case-timeline.component.js +6 -9
  40. package/esm2015/lib/shared/components/case-timeline/case-timeline.module.js +8 -12
  41. package/esm2015/lib/shared/components/case-viewer/case-basic-access-view/case-basic-access-view.component.js +61 -106
  42. package/esm2015/lib/shared/components/case-viewer/case-challenged-access-request/case-challenged-access-request.component.js +69 -89
  43. package/esm2015/lib/shared/components/case-viewer/case-challenged-access-success/case-challenged-access-success.component.js +23 -45
  44. package/esm2015/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.js +14 -19
  45. package/esm2015/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.js +145 -172
  46. package/esm2015/lib/shared/components/case-viewer/case-review-specific-access-reject/case-review-specific-access-reject.component.js +20 -32
  47. package/esm2015/lib/shared/components/case-viewer/case-review-specific-access-request/case-review-specific-access-request.component.js +79 -107
  48. package/esm2015/lib/shared/components/case-viewer/case-specific-access-request/case-specific-access-request.component.js +49 -79
  49. package/esm2015/lib/shared/components/case-viewer/case-view/case-view.component.js +1 -1
  50. package/esm2015/lib/shared/components/case-viewer/case-viewer.component.js +33 -15
  51. package/esm2015/lib/shared/components/case-viewer/case-viewer.module.js +27 -37
  52. package/esm2015/lib/shared/components/case-viewer/printer/case-printer.component.js +22 -36
  53. package/esm2015/lib/shared/components/create-case-filters/create-case-filters.component.js +40 -63
  54. package/esm2015/lib/shared/components/create-case-filters/create-case-filters.module.js +2 -6
  55. package/esm2015/lib/shared/components/dialogs/delete-or-cancel-dialog/delete-or-cancel-dialog.component.js +14 -28
  56. package/esm2015/lib/shared/components/dialogs/dialogs.module.js +2 -6
  57. package/esm2015/lib/shared/components/dialogs/document-dialog/document-dialog.component.js +14 -28
  58. package/esm2015/lib/shared/components/dialogs/remove-dialog/remove-dialog.component.js +14 -28
  59. package/esm2015/lib/shared/components/dialogs/save-or-discard-dialog/save-or-discard-dialog.component.js +14 -28
  60. package/esm2015/lib/shared/components/error/callback-errors.component.js +23 -39
  61. package/esm2015/lib/shared/components/error/errors.module.js +2 -6
  62. package/esm2015/lib/shared/components/error-message/error-message.component.js +11 -14
  63. package/esm2015/lib/shared/components/error-message/error-message.module.js +4 -8
  64. package/esm2015/lib/shared/components/event-start/components/multiple-tasks-exist/multiple-tasks-exist.component.js +20 -39
  65. package/esm2015/lib/shared/components/event-start/components/no-tasks-available/no-tasks-available.component.js +18 -34
  66. package/esm2015/lib/shared/components/event-start/components/task-assigned/task-assigned.component.js +19 -34
  67. package/esm2015/lib/shared/components/event-start/components/task-cancelled/task-cancelled.component.js +25 -50
  68. package/esm2015/lib/shared/components/event-start/components/task-conflict/task-conflict.component.js +20 -39
  69. package/esm2015/lib/shared/components/event-start/components/task-unassigned/task-unassigned.component.js +18 -34
  70. package/esm2015/lib/shared/components/event-start/event-start.module.js +4 -8
  71. package/esm2015/lib/shared/components/event-trigger/event-trigger.component.js +17 -27
  72. package/esm2015/lib/shared/components/event-trigger/event-trigger.module.js +2 -6
  73. package/esm2015/lib/shared/components/loading-spinner/loading-spinner.component.js +5 -7
  74. package/esm2015/lib/shared/components/loading-spinner/loading-spinner.module.js +2 -6
  75. package/esm2015/lib/shared/components/pagination/pagination.component.js +67 -84
  76. package/esm2015/lib/shared/components/pagination/pagination.module.js +4 -8
  77. package/esm2015/lib/shared/components/palette/address/write-address-field.component.js +31 -50
  78. package/esm2015/lib/shared/components/palette/base-field/abstract-field-read.component.js +1 -1
  79. package/esm2015/lib/shared/components/palette/base-field/field-read-label.component.js +8 -10
  80. package/esm2015/lib/shared/components/palette/base-field/field-read.component.js +1 -5
  81. package/esm2015/lib/shared/components/palette/base-field/field-write.component.js +2 -2
  82. package/esm2015/lib/shared/components/palette/case-file-view/case-file-view-field.component.js +79 -29
  83. package/esm2015/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder.component.js +1 -1
  84. package/esm2015/lib/shared/components/palette/case-file-view/components/shared/case-file-view-overlay-menu/case-file-view-overlay-menu.component.js +1 -1
  85. package/esm2015/lib/shared/components/palette/case-flag/components/add-comments/add-comments.component.js +37 -62
  86. package/esm2015/lib/shared/components/palette/case-flag/components/case-flag-summary-list/case-flag-summary-list.component.js +42 -244
  87. package/esm2015/lib/shared/components/palette/case-flag/components/case-flag-table/case-flag-table.component.js +73 -144
  88. package/esm2015/lib/shared/components/palette/case-flag/components/index.js +1 -3
  89. package/esm2015/lib/shared/components/palette/case-flag/components/manage-case-flags/manage-case-flags.component.js +87 -62
  90. package/esm2015/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter.component.js +101 -133
  91. package/esm2015/lib/shared/components/palette/case-flag/components/select-flag-location/select-flag-location.component.js +35 -55
  92. package/esm2015/lib/shared/components/palette/case-flag/components/select-flag-type/select-flag-type.component.js +113 -186
  93. package/esm2015/lib/shared/components/palette/case-flag/components/update-flag/update-flag.component.js +99 -286
  94. package/esm2015/lib/shared/components/palette/case-flag/domain/case-flag-state.model.js +1 -1
  95. package/esm2015/lib/shared/components/palette/case-flag/domain/case-flag.model.js +1 -1
  96. package/esm2015/lib/shared/components/palette/case-flag/domain/language.model.js +1 -1
  97. package/esm2015/lib/shared/components/palette/case-flag/enums/case-flag-status.enum.js +2 -3
  98. package/esm2015/lib/shared/components/palette/case-flag/enums/case-flag-wizard-step-title.enum.js +3 -8
  99. package/esm2015/lib/shared/components/palette/case-flag/enums/index.js +2 -8
  100. package/esm2015/lib/shared/components/palette/case-flag/enums/select-flag-error-message.enum.js +2 -3
  101. package/esm2015/lib/shared/components/palette/case-flag/enums/select-flag-type-error-message.enum.js +1 -2
  102. package/esm2015/lib/shared/components/palette/case-flag/enums/update-flag-error-message.enum.js +1 -3
  103. package/esm2015/lib/shared/components/palette/case-flag/enums/update-flag-step.enum.js +2 -3
  104. package/esm2015/lib/shared/components/palette/case-flag/enums/write-case-flag-field.enum.js +4 -8
  105. package/esm2015/lib/shared/components/palette/case-flag/index.js +1 -2
  106. package/esm2015/lib/shared/components/palette/case-flag/read-case-flag-field.component.js +50 -121
  107. package/esm2015/lib/shared/components/palette/case-flag/write-case-flag-field.component.js +141 -250
  108. package/esm2015/lib/shared/components/palette/case-link/write-case-link-field.component.js +12 -16
  109. package/esm2015/lib/shared/components/palette/collection/write-collection-field.component.js +57 -68
  110. package/esm2015/lib/shared/components/palette/complex/read-complex-field-collection-table.component.js +46 -50
  111. package/esm2015/lib/shared/components/palette/complex/read-complex-field-raw.component.js +6 -7
  112. package/esm2015/lib/shared/components/palette/complex/read-complex-field-table.component.js +20 -22
  113. package/esm2015/lib/shared/components/palette/complex/write-complex-field.component.js +4 -5
  114. package/esm2015/lib/shared/components/palette/date/write-date-field.component.js +12 -16
  115. package/esm2015/lib/shared/components/palette/datetime-picker/datetime-picker.component.js +17 -29
  116. package/esm2015/lib/shared/components/palette/document/write-document-field.component.js +25 -31
  117. package/esm2015/lib/shared/components/palette/dynamic-list/read-dynamic-list-field.component.js +7 -9
  118. package/esm2015/lib/shared/components/palette/dynamic-list/write-dynamic-list-field.component.js +20 -32
  119. package/esm2015/lib/shared/components/palette/dynamic-radio-list/read-dynamic-radio-list-field.component.js +7 -9
  120. package/esm2015/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.js +15 -24
  121. package/esm2015/lib/shared/components/palette/email/write-email-field.component.js +12 -16
  122. package/esm2015/lib/shared/components/palette/fixed-list/read-fixed-list-field.component.js +7 -9
  123. package/esm2015/lib/shared/components/palette/fixed-list/write-fixed-list-field.component.js +14 -19
  124. package/esm2015/lib/shared/components/palette/fixed-radio-list/read-fixed-radio-list-field.component.js +7 -9
  125. package/esm2015/lib/shared/components/palette/fixed-radio-list/write-fixed-radio-list-field.component.js +15 -20
  126. package/esm2015/lib/shared/components/palette/history/event-log/event-log-details.component.js +65 -87
  127. package/esm2015/lib/shared/components/palette/history/event-log/event-log-table.component.js +46 -60
  128. package/esm2015/lib/shared/components/palette/index.js +2 -3
  129. package/esm2015/lib/shared/components/palette/judicial-user/write-judicial-user-field.component.js +45 -22
  130. package/esm2015/lib/shared/components/palette/label/label-field.component.js +5 -24
  131. package/esm2015/lib/shared/components/palette/linked-cases/components/before-you-start/before-you-start.component.js +2 -4
  132. package/esm2015/lib/shared/components/palette/linked-cases/components/linked-cases-table/linked-cases-to-table.component.js +1 -1
  133. package/esm2015/lib/shared/components/palette/linked-cases/components/no-linked-cases/no-linked-cases.component.js +2 -4
  134. package/esm2015/lib/shared/components/palette/linked-cases/domain/linked-cases-state.model.js +1 -1
  135. package/esm2015/lib/shared/components/palette/linked-cases/read-linked-cases-field.component.js +2 -4
  136. package/esm2015/lib/shared/components/palette/markdown/index.js +1 -2
  137. package/esm2015/lib/shared/components/palette/money-gbp/write-money-gbp-field.component.js +12 -16
  138. package/esm2015/lib/shared/components/palette/multi-select-list/read-multi-select-list-field.component.js +11 -15
  139. package/esm2015/lib/shared/components/palette/multi-select-list/write-multi-select-list-field.component.js +14 -19
  140. package/esm2015/lib/shared/components/palette/number/write-number-field.component.js +12 -16
  141. package/esm2015/lib/shared/components/palette/order-summary/read-order-summary-field.component.js +25 -43
  142. package/esm2015/lib/shared/components/palette/order-summary/read-order-summary-row.component.js +6 -7
  143. package/esm2015/lib/shared/components/palette/organisation/read-organisation-field-raw.component.js +29 -41
  144. package/esm2015/lib/shared/components/palette/organisation/read-organisation-field-table.component.js +35 -48
  145. package/esm2015/lib/shared/components/palette/organisation/write-organisation-field.component.js +50 -88
  146. package/esm2015/lib/shared/components/palette/palette.module.js +82 -178
  147. package/esm2015/lib/shared/components/palette/palette.service.js +2 -5
  148. package/esm2015/lib/shared/components/palette/phone-uk/write-phone-uk-field.component.js +12 -16
  149. package/esm2015/lib/shared/components/palette/text/read-text-field.component.js +5 -7
  150. package/esm2015/lib/shared/components/palette/text/write-text-field.component.js +12 -16
  151. package/esm2015/lib/shared/components/palette/text-area/read-text-area-field.component.js +5 -7
  152. package/esm2015/lib/shared/components/palette/text-area/write-text-area-field.component.js +12 -16
  153. package/esm2015/lib/shared/components/palette/yes-no/read-yes-no-field.component.js +5 -7
  154. package/esm2015/lib/shared/components/palette/yes-no/write-yes-no-field.component.js +15 -20
  155. package/esm2015/lib/shared/components/search-filters/search-filters.component.js +35 -60
  156. package/esm2015/lib/shared/components/search-filters/search-filters.module.js +10 -14
  157. package/esm2015/lib/shared/components/search-result/search-result.component.js +80 -102
  158. package/esm2015/lib/shared/components/search-result/search-result.module.js +13 -16
  159. package/esm2015/lib/shared/components/workbasket-filters/workbasket-filters.component.js +52 -90
  160. package/esm2015/lib/shared/components/workbasket-filters/workbasket-filters.module.js +9 -13
  161. package/esm2015/lib/shared/directives/conditional-show/conditional-show-form.directive.js +2 -2
  162. package/esm2015/lib/shared/domain/case-edit/case-edit.model.js +2 -0
  163. package/esm2015/lib/shared/domain/case-edit/index.js +2 -0
  164. package/esm2015/lib/shared/domain/case-file-view/case-file-view-document.model.js +1 -1
  165. package/esm2015/lib/shared/domain/case-flag/flag-type.model.js +2 -17
  166. package/esm2015/lib/shared/domain/case-view/case-view-trigger.model.js +2 -1
  167. package/esm2015/lib/shared/domain/definition/display-context-enum.model.js +1 -3
  168. package/esm2015/lib/shared/domain/index.js +2 -1
  169. package/esm2015/lib/shared/fixture/shared.test.fixture.js +1 -2
  170. package/esm2015/lib/shared/pipes/index.js +2 -3
  171. package/esm2015/lib/shared/pipes/pipes.module.js +5 -9
  172. package/esm2015/lib/shared/services/alert/alert.service.js +8 -28
  173. package/esm2015/lib/shared/services/case-flag/case-flag-refdata.service.js +4 -10
  174. package/esm2015/lib/shared/services/request/request.options.builder.js +1 -7
  175. package/fesm2015/hmcts-ccd-case-ui-toolkit.js +6431 -10499
  176. package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
  177. package/lib/app.config.d.ts.map +1 -1
  178. package/lib/components/banners/alert/alert.module.d.ts +1 -2
  179. package/lib/components/banners/alert/alert.module.d.ts.map +1 -1
  180. package/lib/components/footer/footers.module.d.ts +1 -2
  181. package/lib/components/footer/footers.module.d.ts.map +1 -1
  182. package/lib/components/form/form.module.d.ts +1 -2
  183. package/lib/components/form/form.module.d.ts.map +1 -1
  184. package/lib/components/header/headers.module.d.ts +1 -2
  185. package/lib/components/header/headers.module.d.ts.map +1 -1
  186. package/lib/components/tabs/tabs.component.d.ts.map +1 -1
  187. package/lib/components/tabs/tabs.module.d.ts +1 -2
  188. package/lib/components/tabs/tabs.module.d.ts.map +1 -1
  189. package/lib/shared/components/activity/activity.module.d.ts +1 -2
  190. package/lib/shared/components/activity/activity.module.d.ts.map +1 -1
  191. package/lib/shared/components/case-editor/case-edit/case-edit.component.d.ts +65 -10
  192. package/lib/shared/components/case-editor/case-edit/case-edit.component.d.ts.map +1 -1
  193. package/lib/shared/components/case-editor/case-edit-confirm/case-edit-confirm.component.d.ts +0 -1
  194. package/lib/shared/components/case-editor/case-edit-confirm/case-edit-confirm.component.d.ts.map +1 -1
  195. package/lib/shared/components/case-editor/case-edit-generic-errors/case-edit-generic-errors.component.d.ts +8 -0
  196. package/lib/shared/components/case-editor/case-edit-generic-errors/case-edit-generic-errors.component.d.ts.map +1 -0
  197. package/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.d.ts +10 -9
  198. package/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.d.ts.map +1 -1
  199. package/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.d.ts +7 -56
  200. package/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.d.ts.map +1 -1
  201. package/lib/shared/components/case-editor/case-editor.module.d.ts +13 -13
  202. package/lib/shared/components/case-editor/case-editor.module.d.ts.map +1 -1
  203. package/lib/shared/components/case-editor/services/case-edit-wizard.guard.d.ts.map +1 -1
  204. package/lib/shared/components/case-history/case-history.module.d.ts +1 -2
  205. package/lib/shared/components/case-history/case-history.module.d.ts.map +1 -1
  206. package/lib/shared/components/case-list/case-list.module.d.ts +1 -2
  207. package/lib/shared/components/case-list/case-list.module.d.ts.map +1 -1
  208. package/lib/shared/components/case-list-filters/case-list-filters.module.d.ts +1 -2
  209. package/lib/shared/components/case-list-filters/case-list-filters.module.d.ts.map +1 -1
  210. package/lib/shared/components/case-timeline/case-timeline.module.d.ts +1 -2
  211. package/lib/shared/components/case-timeline/case-timeline.module.d.ts.map +1 -1
  212. package/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.d.ts.map +1 -1
  213. package/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.d.ts +7 -5
  214. package/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.d.ts.map +1 -1
  215. package/lib/shared/components/case-viewer/case-viewer.component.d.ts +6 -3
  216. package/lib/shared/components/case-viewer/case-viewer.component.d.ts.map +1 -1
  217. package/lib/shared/components/case-viewer/case-viewer.module.d.ts +4 -6
  218. package/lib/shared/components/case-viewer/case-viewer.module.d.ts.map +1 -1
  219. package/lib/shared/components/create-case-filters/create-case-filters.module.d.ts +1 -2
  220. package/lib/shared/components/create-case-filters/create-case-filters.module.d.ts.map +1 -1
  221. package/lib/shared/components/dialogs/dialogs.module.d.ts +1 -2
  222. package/lib/shared/components/dialogs/dialogs.module.d.ts.map +1 -1
  223. package/lib/shared/components/error/callback-errors.component.d.ts +2 -3
  224. package/lib/shared/components/error/callback-errors.component.d.ts.map +1 -1
  225. package/lib/shared/components/error/errors.module.d.ts +1 -2
  226. package/lib/shared/components/error/errors.module.d.ts.map +1 -1
  227. package/lib/shared/components/error-message/error-message.module.d.ts +1 -2
  228. package/lib/shared/components/error-message/error-message.module.d.ts.map +1 -1
  229. package/lib/shared/components/event-start/event-start.module.d.ts +1 -2
  230. package/lib/shared/components/event-start/event-start.module.d.ts.map +1 -1
  231. package/lib/shared/components/event-trigger/event-trigger.module.d.ts +1 -2
  232. package/lib/shared/components/event-trigger/event-trigger.module.d.ts.map +1 -1
  233. package/lib/shared/components/loading-spinner/loading-spinner.module.d.ts +1 -2
  234. package/lib/shared/components/loading-spinner/loading-spinner.module.d.ts.map +1 -1
  235. package/lib/shared/components/pagination/pagination.module.d.ts +1 -2
  236. package/lib/shared/components/pagination/pagination.module.d.ts.map +1 -1
  237. package/lib/shared/components/palette/base-field/abstract-field-read.component.d.ts.map +1 -1
  238. package/lib/shared/components/palette/base-field/field-read.component.d.ts +0 -1
  239. package/lib/shared/components/palette/base-field/field-read.component.d.ts.map +1 -1
  240. package/lib/shared/components/palette/base-field/field-write.component.d.ts.map +1 -1
  241. package/lib/shared/components/palette/case-file-view/case-file-view-field.component.d.ts +9 -7
  242. package/lib/shared/components/palette/case-file-view/case-file-view-field.component.d.ts.map +1 -1
  243. package/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder.component.d.ts +4 -1
  244. package/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder.component.d.ts.map +1 -1
  245. package/lib/shared/components/palette/case-flag/components/add-comments/add-comments.component.d.ts +1 -2
  246. package/lib/shared/components/palette/case-flag/components/add-comments/add-comments.component.d.ts.map +1 -1
  247. package/lib/shared/components/palette/case-flag/components/case-flag-summary-list/case-flag-summary-list.component.d.ts +5 -20
  248. package/lib/shared/components/palette/case-flag/components/case-flag-summary-list/case-flag-summary-list.component.d.ts.map +1 -1
  249. package/lib/shared/components/palette/case-flag/components/case-flag-table/case-flag-table.component.d.ts +1 -2
  250. package/lib/shared/components/palette/case-flag/components/case-flag-table/case-flag-table.component.d.ts.map +1 -1
  251. package/lib/shared/components/palette/case-flag/components/index.d.ts +0 -2
  252. package/lib/shared/components/palette/case-flag/components/index.d.ts.map +1 -1
  253. package/lib/shared/components/palette/case-flag/components/manage-case-flags/manage-case-flags.component.d.ts +8 -4
  254. package/lib/shared/components/palette/case-flag/components/manage-case-flags/manage-case-flags.component.d.ts.map +1 -1
  255. package/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter.component.d.ts +8 -10
  256. package/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter.component.d.ts.map +1 -1
  257. package/lib/shared/components/palette/case-flag/components/select-flag-location/select-flag-location.component.d.ts +1 -2
  258. package/lib/shared/components/palette/case-flag/components/select-flag-location/select-flag-location.component.d.ts.map +1 -1
  259. package/lib/shared/components/palette/case-flag/components/select-flag-type/select-flag-type.component.d.ts +8 -12
  260. package/lib/shared/components/palette/case-flag/components/select-flag-type/select-flag-type.component.d.ts.map +1 -1
  261. package/lib/shared/components/palette/case-flag/components/update-flag/update-flag.component.d.ts +9 -19
  262. package/lib/shared/components/palette/case-flag/components/update-flag/update-flag.component.d.ts.map +1 -1
  263. package/lib/shared/components/palette/case-flag/domain/case-flag-state.model.d.ts +10 -1
  264. package/lib/shared/components/palette/case-flag/domain/case-flag-state.model.d.ts.map +1 -1
  265. package/lib/shared/components/palette/case-flag/domain/case-flag.model.d.ts +0 -6
  266. package/lib/shared/components/palette/case-flag/domain/case-flag.model.d.ts.map +1 -1
  267. package/lib/shared/components/palette/case-flag/domain/language.model.d.ts +0 -1
  268. package/lib/shared/components/palette/case-flag/domain/language.model.d.ts.map +1 -1
  269. package/lib/shared/components/palette/case-flag/enums/case-flag-status.enum.d.ts +1 -2
  270. package/lib/shared/components/palette/case-flag/enums/case-flag-status.enum.d.ts.map +1 -1
  271. package/lib/shared/components/palette/case-flag/enums/case-flag-wizard-step-title.enum.d.ts +3 -8
  272. package/lib/shared/components/palette/case-flag/enums/case-flag-wizard-step-title.enum.d.ts.map +1 -1
  273. package/lib/shared/components/palette/case-flag/enums/index.d.ts +1 -7
  274. package/lib/shared/components/palette/case-flag/enums/index.d.ts.map +1 -1
  275. package/lib/shared/components/palette/case-flag/enums/select-flag-error-message.enum.d.ts +1 -2
  276. package/lib/shared/components/palette/case-flag/enums/select-flag-error-message.enum.d.ts.map +1 -1
  277. package/lib/shared/components/palette/case-flag/enums/select-flag-type-error-message.enum.d.ts +0 -1
  278. package/lib/shared/components/palette/case-flag/enums/select-flag-type-error-message.enum.d.ts.map +1 -1
  279. package/lib/shared/components/palette/case-flag/enums/update-flag-error-message.enum.d.ts +1 -3
  280. package/lib/shared/components/palette/case-flag/enums/update-flag-error-message.enum.d.ts.map +1 -1
  281. package/lib/shared/components/palette/case-flag/enums/update-flag-step.enum.d.ts +2 -3
  282. package/lib/shared/components/palette/case-flag/enums/update-flag-step.enum.d.ts.map +1 -1
  283. package/lib/shared/components/palette/case-flag/enums/write-case-flag-field.enum.d.ts +3 -7
  284. package/lib/shared/components/palette/case-flag/enums/write-case-flag-field.enum.d.ts.map +1 -1
  285. package/lib/shared/components/palette/case-flag/index.d.ts +0 -1
  286. package/lib/shared/components/palette/case-flag/index.d.ts.map +1 -1
  287. package/lib/shared/components/palette/case-flag/read-case-flag-field.component.d.ts +8 -11
  288. package/lib/shared/components/palette/case-flag/read-case-flag-field.component.d.ts.map +1 -1
  289. package/lib/shared/components/palette/case-flag/write-case-flag-field.component.d.ts +24 -23
  290. package/lib/shared/components/palette/case-flag/write-case-flag-field.component.d.ts.map +1 -1
  291. package/lib/shared/components/palette/collection/write-collection-field.component.d.ts +2 -3
  292. package/lib/shared/components/palette/collection/write-collection-field.component.d.ts.map +1 -1
  293. package/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.d.ts.map +1 -1
  294. package/lib/shared/components/palette/index.d.ts +1 -2
  295. package/lib/shared/components/palette/index.d.ts.map +1 -1
  296. package/lib/shared/components/palette/judicial-user/write-judicial-user-field.component.d.ts +10 -9
  297. package/lib/shared/components/palette/judicial-user/write-judicial-user-field.component.d.ts.map +1 -1
  298. package/lib/shared/components/palette/label/label-field.component.d.ts +1 -2
  299. package/lib/shared/components/palette/label/label-field.component.d.ts.map +1 -1
  300. package/lib/shared/components/palette/linked-cases/components/before-you-start/before-you-start.component.d.ts.map +1 -1
  301. package/lib/shared/components/palette/linked-cases/components/no-linked-cases/no-linked-cases.component.d.ts.map +1 -1
  302. package/lib/shared/components/palette/linked-cases/domain/linked-cases-state.model.d.ts +0 -4
  303. package/lib/shared/components/palette/linked-cases/domain/linked-cases-state.model.d.ts.map +1 -1
  304. package/lib/shared/components/palette/linked-cases/read-linked-cases-field.component.d.ts.map +1 -1
  305. package/lib/shared/components/palette/markdown/index.d.ts +0 -1
  306. package/lib/shared/components/palette/markdown/index.d.ts.map +1 -1
  307. package/lib/shared/components/palette/palette.module.d.ts +117 -135
  308. package/lib/shared/components/palette/palette.module.d.ts.map +1 -1
  309. package/lib/shared/components/palette/palette.service.d.ts.map +1 -1
  310. package/lib/shared/components/search-filters/search-filters.module.d.ts +1 -2
  311. package/lib/shared/components/search-filters/search-filters.module.d.ts.map +1 -1
  312. package/lib/shared/components/search-result/search-result.component.d.ts +1 -1
  313. package/lib/shared/components/search-result/search-result.module.d.ts +2 -3
  314. package/lib/shared/components/search-result/search-result.module.d.ts.map +1 -1
  315. package/lib/shared/components/workbasket-filters/workbasket-filters.module.d.ts +1 -2
  316. package/lib/shared/components/workbasket-filters/workbasket-filters.module.d.ts.map +1 -1
  317. package/lib/shared/domain/case-edit/case-edit.model.d.ts +26 -0
  318. package/lib/shared/domain/case-edit/case-edit.model.d.ts.map +1 -0
  319. package/lib/shared/domain/case-edit/index.d.ts +2 -0
  320. package/lib/shared/domain/case-edit/index.d.ts.map +1 -0
  321. package/lib/shared/domain/case-file-view/case-file-view-document.model.d.ts +1 -0
  322. package/lib/shared/domain/case-file-view/case-file-view-document.model.d.ts.map +1 -1
  323. package/lib/shared/domain/case-flag/flag-type.model.d.ts +1 -6
  324. package/lib/shared/domain/case-flag/flag-type.model.d.ts.map +1 -1
  325. package/lib/shared/domain/case-view/case-view-trigger.model.d.ts +1 -0
  326. package/lib/shared/domain/case-view/case-view-trigger.model.d.ts.map +1 -1
  327. package/lib/shared/domain/definition/display-context-enum.model.d.ts +1 -3
  328. package/lib/shared/domain/definition/display-context-enum.model.d.ts.map +1 -1
  329. package/lib/shared/domain/index.d.ts +1 -0
  330. package/lib/shared/domain/index.d.ts.map +1 -1
  331. package/lib/shared/fixture/shared.test.fixture.d.ts.map +1 -1
  332. package/lib/shared/pipes/index.d.ts +1 -2
  333. package/lib/shared/pipes/index.d.ts.map +1 -1
  334. package/lib/shared/pipes/pipes.module.d.ts +2 -3
  335. package/lib/shared/pipes/pipes.module.d.ts.map +1 -1
  336. package/lib/shared/services/alert/alert.service.d.ts +4 -8
  337. package/lib/shared/services/alert/alert.service.d.ts.map +1 -1
  338. package/lib/shared/services/case-flag/case-flag-refdata.service.d.ts +2 -3
  339. package/lib/shared/services/case-flag/case-flag-refdata.service.d.ts.map +1 -1
  340. package/lib/shared/services/request/request.options.builder.d.ts.map +1 -1
  341. package/package.json +1 -1
  342. package/esm2015/lib/shared/components/case-editor/case-edit-submit/case-edit-submit-titles.enum.js +0 -7
  343. package/esm2015/lib/shared/components/case-editor/services/case-flag-state.service.js +0 -19
  344. package/esm2015/lib/shared/components/palette/case-flag/components/confirm-flag-status/confirm-flag-status.component.js +0 -181
  345. package/esm2015/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter-control-names.enum.js +0 -6
  346. package/esm2015/lib/shared/components/palette/case-flag/components/update-flag/update-flag-add-translation-form/update-flag-add-translation-form.component.js +0 -292
  347. package/esm2015/lib/shared/components/palette/case-flag/enums/case-flag-display-context-parameter.enum.js +0 -9
  348. package/esm2015/lib/shared/components/palette/case-flag/enums/case-flag-form-fields.enum.js +0 -12
  349. package/esm2015/lib/shared/components/palette/case-flag/enums/confirm-status-error-message.enum.js +0 -6
  350. package/esm2015/lib/shared/components/palette/case-flag/enums/confirm-status-step.enum.js +0 -6
  351. package/esm2015/lib/shared/components/palette/case-flag/enums/update-flag-add-translation-error-message.enum.js +0 -6
  352. package/esm2015/lib/shared/components/palette/case-flag/enums/update-flag-add-translation-step.enum.js +0 -6
  353. package/esm2015/lib/shared/components/palette/case-flag/pipes/flag-field-display.pipe.js +0 -41
  354. package/esm2015/lib/shared/components/palette/case-flag/pipes/index.js +0 -5
  355. package/esm2015/lib/shared/components/palette/case-flag/pipes/language-interpreter-display.pipe.js +0 -41
  356. package/esm2015/lib/shared/components/palette/case-flag/pipes/manage-case-flags-label-display.pipe.js +0 -109
  357. package/esm2015/lib/shared/components/palette/case-flag/pipes/update-flag-title-display.pipe.js +0 -77
  358. package/esm2015/lib/shared/components/palette/markdown/markdown-component.module.js +0 -42
  359. package/esm2015/lib/shared/components/palette/query-management/__mocks__/index.js +0 -164
  360. package/esm2015/lib/shared/components/palette/query-management/components/index.js +0 -10
  361. package/esm2015/lib/shared/components/palette/query-management/components/query-case-details-header/query-case-details-header.component.js +0 -64
  362. package/esm2015/lib/shared/components/palette/query-management/components/query-check-your-answers/query-check-your-answers.component.js +0 -171
  363. package/esm2015/lib/shared/components/palette/query-management/components/query-create/query-create.component.js +0 -18
  364. package/esm2015/lib/shared/components/palette/query-management/components/query-details/query-details.component.js +0 -56
  365. package/esm2015/lib/shared/components/palette/query-management/components/query-details-table/query-details-table.component.js +0 -147
  366. package/esm2015/lib/shared/components/palette/query-management/components/query-list/query-list.component.js +0 -175
  367. package/esm2015/lib/shared/components/palette/query-management/components/query-management-error-messages/query-management-error-message.model.js +0 -2
  368. package/esm2015/lib/shared/components/palette/query-management/components/query-write/query-write-add-documents/query-write-add-documents.component.js +0 -66
  369. package/esm2015/lib/shared/components/palette/query-management/components/query-write/query-write-raise-query/query-write-raise-query.component.js +0 -214
  370. package/esm2015/lib/shared/components/palette/query-management/components/query-write/query-write-respond-to-query/query-write-respond-to-query.component.js +0 -167
  371. package/esm2015/lib/shared/components/palette/query-management/index.js +0 -6
  372. package/esm2015/lib/shared/components/palette/query-management/models/index.js +0 -7
  373. package/esm2015/lib/shared/components/palette/query-management/models/party-messages/party-message.model.js +0 -2
  374. package/esm2015/lib/shared/components/palette/query-management/models/party-messages/party-messages-group.model.js +0 -2
  375. package/esm2015/lib/shared/components/palette/query-management/models/query-list/query-list-column/query-list-column.model.js +0 -2
  376. package/esm2015/lib/shared/components/palette/query-management/models/query-list/query-list-data/query-list-data.model.js +0 -18
  377. package/esm2015/lib/shared/components/palette/query-management/models/query-list/query-list-item/query-list-item.model.js +0 -35
  378. package/esm2015/lib/shared/components/palette/query-management/models/query-list/query-list-response-status.enum.js +0 -7
  379. package/esm2015/lib/shared/components/palette/query-management/read-query-management-field.component.js +0 -83
  380. package/esm2015/lib/shared/components/palette/query-management/utils/query-management.utils.js +0 -12
  381. package/esm2015/lib/shared/components/palette/query-management/write-query-management-field.component.js +0 -60
  382. package/esm2015/lib/shared/domain/alert/alert-status-params.model.js +0 -2
  383. package/esm2015/lib/shared/domain/case-view/case-view-event-ids.enum.js +0 -6
  384. package/esm2015/lib/shared/pipes/generic/enum-display-description/enum-display-description.pipe.js +0 -16
  385. package/esm2015/lib/shared/pipes/generic/index.js +0 -2
  386. package/lib/shared/components/case-editor/case-edit-submit/case-edit-submit-titles.enum.d.ts +0 -6
  387. package/lib/shared/components/case-editor/case-edit-submit/case-edit-submit-titles.enum.d.ts.map +0 -1
  388. package/lib/shared/components/case-editor/services/case-flag-state.service.d.ts +0 -11
  389. package/lib/shared/components/case-editor/services/case-flag-state.service.d.ts.map +0 -1
  390. package/lib/shared/components/palette/case-flag/components/confirm-flag-status/confirm-flag-status.component.d.ts +0 -28
  391. package/lib/shared/components/palette/case-flag/components/confirm-flag-status/confirm-flag-status.component.d.ts.map +0 -1
  392. package/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter-control-names.enum.d.ts +0 -5
  393. package/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter-control-names.enum.d.ts.map +0 -1
  394. package/lib/shared/components/palette/case-flag/components/update-flag/update-flag-add-translation-form/update-flag-add-translation-form.component.d.ts +0 -27
  395. package/lib/shared/components/palette/case-flag/components/update-flag/update-flag-add-translation-form/update-flag-add-translation-form.component.d.ts.map +0 -1
  396. package/lib/shared/components/palette/case-flag/enums/case-flag-display-context-parameter.enum.d.ts +0 -8
  397. package/lib/shared/components/palette/case-flag/enums/case-flag-display-context-parameter.enum.d.ts.map +0 -1
  398. package/lib/shared/components/palette/case-flag/enums/case-flag-form-fields.enum.d.ts +0 -11
  399. package/lib/shared/components/palette/case-flag/enums/case-flag-form-fields.enum.d.ts.map +0 -1
  400. package/lib/shared/components/palette/case-flag/enums/confirm-status-error-message.enum.d.ts +0 -5
  401. package/lib/shared/components/palette/case-flag/enums/confirm-status-error-message.enum.d.ts.map +0 -1
  402. package/lib/shared/components/palette/case-flag/enums/confirm-status-step.enum.d.ts +0 -5
  403. package/lib/shared/components/palette/case-flag/enums/confirm-status-step.enum.d.ts.map +0 -1
  404. package/lib/shared/components/palette/case-flag/enums/update-flag-add-translation-error-message.enum.d.ts +0 -5
  405. package/lib/shared/components/palette/case-flag/enums/update-flag-add-translation-error-message.enum.d.ts.map +0 -1
  406. package/lib/shared/components/palette/case-flag/enums/update-flag-add-translation-step.enum.d.ts +0 -5
  407. package/lib/shared/components/palette/case-flag/enums/update-flag-add-translation-step.enum.d.ts.map +0 -1
  408. package/lib/shared/components/palette/case-flag/pipes/flag-field-display.pipe.d.ts +0 -19
  409. package/lib/shared/components/palette/case-flag/pipes/flag-field-display.pipe.d.ts.map +0 -1
  410. package/lib/shared/components/palette/case-flag/pipes/index.d.ts +0 -5
  411. package/lib/shared/components/palette/case-flag/pipes/index.d.ts.map +0 -1
  412. package/lib/shared/components/palette/case-flag/pipes/language-interpreter-display.pipe.d.ts +0 -18
  413. package/lib/shared/components/palette/case-flag/pipes/language-interpreter-display.pipe.d.ts.map +0 -1
  414. package/lib/shared/components/palette/case-flag/pipes/manage-case-flags-label-display.pipe.d.ts +0 -25
  415. package/lib/shared/components/palette/case-flag/pipes/manage-case-flags-label-display.pipe.d.ts.map +0 -1
  416. package/lib/shared/components/palette/case-flag/pipes/update-flag-title-display.pipe.d.ts +0 -21
  417. package/lib/shared/components/palette/case-flag/pipes/update-flag-title-display.pipe.d.ts.map +0 -1
  418. package/lib/shared/components/palette/markdown/markdown-component.module.d.ts +0 -13
  419. package/lib/shared/components/palette/markdown/markdown-component.module.d.ts.map +0 -1
  420. package/lib/shared/components/palette/query-management/__mocks__/index.d.ts +0 -5
  421. package/lib/shared/components/palette/query-management/__mocks__/index.d.ts.map +0 -1
  422. package/lib/shared/components/palette/query-management/components/index.d.ts +0 -10
  423. package/lib/shared/components/palette/query-management/components/index.d.ts.map +0 -1
  424. package/lib/shared/components/palette/query-management/components/query-case-details-header/query-case-details-header.component.d.ts +0 -10
  425. package/lib/shared/components/palette/query-management/components/query-case-details-header/query-case-details-header.component.d.ts.map +0 -1
  426. package/lib/shared/components/palette/query-management/components/query-check-your-answers/query-check-your-answers.component.d.ts +0 -18
  427. package/lib/shared/components/palette/query-management/components/query-check-your-answers/query-check-your-answers.component.d.ts.map +0 -1
  428. package/lib/shared/components/palette/query-management/components/query-create/query-create.component.d.ts +0 -9
  429. package/lib/shared/components/palette/query-management/components/query-create/query-create.component.d.ts.map +0 -1
  430. package/lib/shared/components/palette/query-management/components/query-details/query-details.component.d.ts +0 -11
  431. package/lib/shared/components/palette/query-management/components/query-details/query-details.component.d.ts.map +0 -1
  432. package/lib/shared/components/palette/query-management/components/query-details-table/query-details-table.component.d.ts +0 -12
  433. package/lib/shared/components/palette/query-management/components/query-details-table/query-details-table.component.d.ts.map +0 -1
  434. package/lib/shared/components/palette/query-management/components/query-list/query-list.component.d.ts +0 -18
  435. package/lib/shared/components/palette/query-management/components/query-list/query-list.component.d.ts.map +0 -1
  436. package/lib/shared/components/palette/query-management/components/query-management-error-messages/query-management-error-message.model.d.ts +0 -5
  437. package/lib/shared/components/palette/query-management/components/query-management-error-messages/query-management-error-message.model.d.ts.map +0 -1
  438. package/lib/shared/components/palette/query-management/components/query-write/query-write-add-documents/query-write-add-documents.component.d.ts +0 -17
  439. package/lib/shared/components/palette/query-management/components/query-write/query-write-add-documents/query-write-add-documents.component.d.ts.map +0 -1
  440. package/lib/shared/components/palette/query-management/components/query-write/query-write-raise-query/query-write-raise-query.component.d.ts +0 -8
  441. package/lib/shared/components/palette/query-management/components/query-write/query-write-raise-query/query-write-raise-query.component.d.ts.map +0 -1
  442. package/lib/shared/components/palette/query-management/components/query-write/query-write-respond-to-query/query-write-respond-to-query.component.d.ts +0 -18
  443. package/lib/shared/components/palette/query-management/components/query-write/query-write-respond-to-query/query-write-respond-to-query.component.d.ts.map +0 -1
  444. package/lib/shared/components/palette/query-management/index.d.ts +0 -6
  445. package/lib/shared/components/palette/query-management/index.d.ts.map +0 -1
  446. package/lib/shared/components/palette/query-management/models/index.d.ts +0 -7
  447. package/lib/shared/components/palette/query-management/models/index.d.ts.map +0 -1
  448. package/lib/shared/components/palette/query-management/models/party-messages/party-message.model.d.ts +0 -14
  449. package/lib/shared/components/palette/query-management/models/party-messages/party-message.model.d.ts.map +0 -1
  450. package/lib/shared/components/palette/query-management/models/party-messages/party-messages-group.model.d.ts +0 -7
  451. package/lib/shared/components/palette/query-management/models/party-messages/party-messages-group.model.d.ts.map +0 -1
  452. package/lib/shared/components/palette/query-management/models/query-list/query-list-column/query-list-column.model.d.ts +0 -7
  453. package/lib/shared/components/palette/query-management/models/query-list/query-list-column/query-list-column.model.d.ts.map +0 -1
  454. package/lib/shared/components/palette/query-management/models/query-list/query-list-data/query-list-data.model.d.ts +0 -10
  455. package/lib/shared/components/palette/query-management/models/query-list/query-list-data/query-list-data.model.d.ts.map +0 -1
  456. package/lib/shared/components/palette/query-management/models/query-list/query-list-item/query-list-item.model.d.ts +0 -21
  457. package/lib/shared/components/palette/query-management/models/query-list/query-list-item/query-list-item.model.d.ts.map +0 -1
  458. package/lib/shared/components/palette/query-management/models/query-list/query-list-response-status.enum.d.ts +0 -6
  459. package/lib/shared/components/palette/query-management/models/query-list/query-list-response-status.enum.d.ts.map +0 -1
  460. package/lib/shared/components/palette/query-management/read-query-management-field.component.d.ts +0 -17
  461. package/lib/shared/components/palette/query-management/read-query-management-field.component.d.ts.map +0 -1
  462. package/lib/shared/components/palette/query-management/utils/query-management.utils.d.ts +0 -7
  463. package/lib/shared/components/palette/query-management/utils/query-management.utils.d.ts.map +0 -1
  464. package/lib/shared/components/palette/query-management/write-query-management-field.component.d.ts +0 -16
  465. package/lib/shared/components/palette/query-management/write-query-management-field.component.d.ts.map +0 -1
  466. package/lib/shared/domain/alert/alert-status-params.model.d.ts +0 -6
  467. package/lib/shared/domain/alert/alert-status-params.model.d.ts.map +0 -1
  468. package/lib/shared/domain/case-view/case-view-event-ids.enum.d.ts +0 -5
  469. package/lib/shared/domain/case-view/case-view-event-ids.enum.d.ts.map +0 -1
  470. package/lib/shared/pipes/generic/enum-display-description/enum-display-description.pipe.d.ts +0 -8
  471. package/lib/shared/pipes/generic/enum-display-description/enum-display-description.pipe.d.ts.map +0 -1
  472. package/lib/shared/pipes/generic/index.d.ts +0 -2
  473. package/lib/shared/pipes/generic/index.d.ts.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"case-history.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-history/case-history.module.ts"],"names":[],"mappings":";;;;;;;;;AAUA,qBAqBa,iBAAiB;iCAAjB,iBAAiB;0CAAjB,iBAAiB;kCAAjB,iBAAiB;CAAG"}
1
+ {"version":3,"file":"case-history.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-history/case-history.module.ts"],"names":[],"mappings":";;;;;;;;AASA,qBAmBa,iBAAiB;iCAAjB,iBAAiB;0CAAjB,iBAAiB;kCAAjB,iBAAiB;CAAG"}
@@ -5,10 +5,9 @@ import * as i3 from "@angular/forms";
5
5
  import * as i4 from "@angular/router";
6
6
  import * as i5 from "ngx-pagination";
7
7
  import * as i6 from "../pagination/pagination.module";
8
- import * as i7 from "rpx-xui-translation";
9
8
  export declare class CaseListModule {
10
9
  static ɵfac: i0.ɵɵFactoryDef<CaseListModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDefWithMeta<CaseListModule, [typeof i1.CaseListComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.RouterModule, typeof i5.NgxPaginationModule, typeof i6.PaginationModule, typeof i7.RpxTranslationModule], [typeof i1.CaseListComponent]>;
10
+ static ɵmod: i0.ɵɵNgModuleDefWithMeta<CaseListModule, [typeof i1.CaseListComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.RouterModule, typeof i5.NgxPaginationModule, typeof i6.PaginationModule], [typeof i1.CaseListComponent]>;
12
11
  static ɵinj: i0.ɵɵInjectorDef<CaseListModule>;
13
12
  }
14
13
  //# sourceMappingURL=case-list.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"case-list.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-list/case-list.module.ts"],"names":[],"mappings":";;;;;;;;AAUA,qBAea,cAAc;iCAAd,cAAc;0CAAd,cAAc;kCAAd,cAAc;CAAI"}
1
+ {"version":3,"file":"case-list.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-list/case-list.module.ts"],"names":[],"mappings":";;;;;;;AASA,qBAca,cAAc;iCAAd,cAAc;0CAAd,cAAc;kCAAd,cAAc;CAAI"}
@@ -5,10 +5,9 @@ import * as i3 from "@angular/forms";
5
5
  import * as i4 from "../palette/palette.module";
6
6
  import * as i5 from "../../services/definitions/definitions.module";
7
7
  import * as i6 from "../workbasket-filters/workbasket-filters.module";
8
- import * as i7 from "rpx-xui-translation";
9
8
  export declare class CaseListFiltersModule {
10
9
  static ɵfac: i0.ɵɵFactoryDef<CaseListFiltersModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDefWithMeta<CaseListFiltersModule, [typeof i1.CaseListFiltersComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.PaletteModule, typeof i5.DefinitionsModule, typeof i6.WorkbasketFiltersModule, typeof i7.RpxTranslationModule], [typeof i1.CaseListFiltersComponent]>;
10
+ static ɵmod: i0.ɵɵNgModuleDefWithMeta<CaseListFiltersModule, [typeof i1.CaseListFiltersComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.PaletteModule, typeof i5.DefinitionsModule, typeof i6.WorkbasketFiltersModule], [typeof i1.CaseListFiltersComponent]>;
12
11
  static ɵinj: i0.ɵɵInjectorDef<CaseListFiltersModule>;
13
12
  }
14
13
  //# sourceMappingURL=case-list-filters.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"case-list-filters.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-list-filters/case-list-filters.module.ts"],"names":[],"mappings":";;;;;;;;AAUA,qBAwBa,qBAAqB;iCAArB,qBAAqB;0CAArB,qBAAqB;kCAArB,qBAAqB;CAAG"}
1
+ {"version":3,"file":"case-list-filters.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-list-filters/case-list-filters.module.ts"],"names":[],"mappings":";;;;;;;AASA,qBAuBa,qBAAqB;iCAArB,qBAAqB;0CAArB,qBAAqB;kCAArB,qBAAqB;CAAG"}
@@ -5,10 +5,9 @@ import * as i3 from "../error/errors.module";
5
5
  import * as i4 from "@angular/forms";
6
6
  import * as i5 from "../case-history/case-history.module";
7
7
  import * as i6 from "../palette/palette.module";
8
- import * as i7 from "rpx-xui-translation";
9
8
  export declare class CaseTimelineModule {
10
9
  static ɵfac: i0.ɵɵFactoryDef<CaseTimelineModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDefWithMeta<CaseTimelineModule, [typeof i1.CaseTimelineComponent], [typeof i2.CommonModule, typeof i3.ErrorsModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof i5.CaseHistoryModule, typeof i6.PaletteModule, typeof i7.RpxTranslationModule], [typeof i1.CaseTimelineComponent]>;
10
+ static ɵmod: i0.ɵɵNgModuleDefWithMeta<CaseTimelineModule, [typeof i1.CaseTimelineComponent], [typeof i2.CommonModule, typeof i3.ErrorsModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof i5.CaseHistoryModule, typeof i6.PaletteModule], [typeof i1.CaseTimelineComponent]>;
12
11
  static ɵinj: i0.ɵɵInjectorDef<CaseTimelineModule>;
13
12
  }
14
13
  //# sourceMappingURL=case-timeline.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"case-timeline.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-timeline/case-timeline.module.ts"],"names":[],"mappings":";;;;;;;;AASA,qBAkBa,kBAAkB;iCAAlB,kBAAkB;0CAAlB,kBAAkB;kCAAlB,kBAAkB;CAAG"}
1
+ {"version":3,"file":"case-timeline.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-timeline/case-timeline.module.ts"],"names":[],"mappings":";;;;;;;AAQA,qBAiBa,kBAAkB;iCAAlB,kBAAkB;0CAAlB,kBAAkB;kCAAlB,kBAAkB;CAAG"}
@@ -1 +1 @@
1
- {"version":3,"file":"case-event-trigger.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACrE,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,UAAU,EAAM,MAAM,MAAM,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAE,QAAQ,EAAE,aAAa,EAAE,gBAAgB,EAAa,QAAQ,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9G,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAE,sBAAsB,EAAE,YAAY,EAAmC,MAAM,mBAAmB,CAAC;AAC1G,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;;AAE/D,qBAIa,yBAA0B,YAAW,MAAM,EAAE,SAAS;IAS/D,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAClC,OAAO,CAAC,QAAQ,CAAC,sBAAsB;IAflC,MAAM,cAAsB;IAC5B,YAAY,EAAE,gBAAgB,CAAC;IAC/B,WAAW,EAAE,QAAQ,CAAC;IACtB,oBAAoB,EAAE,YAAY,CAAC;IACnC,gBAAgB,EAAE,YAAY,CAAC;IAC/B,SAAS,EAAE,MAAM,CAAC;gBAGN,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,YAAY,EAC1B,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,KAAK,EAAE,cAAc,EACrB,iBAAiB,EAAE,iBAAiB,EACpC,sBAAsB,EAAE,sBAAsB;IAI1D,QAAQ,IAAI,IAAI;IAqBhB,WAAW,IAAI,IAAI;IASnB,gBAAgB,IAAI,UAAU,CAAC,QAAQ,EAAE,CAAC;IAI1C,MAAM,IAAI,CAAC,iBAAiB,EAAE,aAAa,KAAK,UAAU,CAAC,MAAM,CAAC;IAKlE,QAAQ,IAAI,CAAC,iBAAiB,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,KAAK,UAAU,CAAC,MAAM,CAAC;IAoBpF,SAAS,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAuB3B,MAAM,IAAI,OAAO,CAAC,OAAO,CAAC;IAU1B,YAAY,IAAI,OAAO;iCAhHnB,yBAAyB;2CAAzB,yBAAyB;CAmHrC"}
1
+ {"version":3,"file":"case-event-trigger.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACrE,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,UAAU,EAAM,MAAM,MAAM,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAE,QAAQ,EAAE,aAAa,EAAE,gBAAgB,EAAa,QAAQ,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9G,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAE,sBAAsB,EAAE,YAAY,EAAmC,MAAM,mBAAmB,CAAC;AAC1G,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;;AAE/D,qBAIa,yBAA0B,YAAW,MAAM,EAAE,SAAS;IAS/D,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAClC,OAAO,CAAC,QAAQ,CAAC,sBAAsB;IAflC,MAAM,cAAsB;IAC5B,YAAY,EAAE,gBAAgB,CAAC;IAC/B,WAAW,EAAE,QAAQ,CAAC;IACtB,oBAAoB,EAAE,YAAY,CAAC;IACnC,gBAAgB,EAAE,YAAY,CAAC;IAC/B,SAAS,EAAE,MAAM,CAAC;gBAGN,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,YAAY,EAC1B,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,KAAK,EAAE,cAAc,EACrB,iBAAiB,EAAE,iBAAiB,EACpC,sBAAsB,EAAE,sBAAsB;IAI1D,QAAQ,IAAI,IAAI;IAqBhB,WAAW,IAAI,IAAI;IASnB,gBAAgB,IAAI,UAAU,CAAC,QAAQ,EAAE,CAAC;IAI1C,MAAM,IAAI,CAAC,iBAAiB,EAAE,aAAa,KAAK,UAAU,CAAC,MAAM,CAAC;IAKlE,QAAQ,IAAI,CAAC,iBAAiB,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,KAAK,UAAU,CAAC,MAAM,CAAC;IAwBpF,SAAS,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAe3B,MAAM,IAAI,OAAO,CAAC,OAAO,CAAC;IAQ1B,YAAY,IAAI,OAAO;iCA1GnB,yBAAyB;2CAAzB,yBAAyB;CA6GrC"}
@@ -2,7 +2,7 @@ import { Location } from '@angular/common';
2
2
  import { ChangeDetectorRef, NgZone, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
3
3
  import { FormGroup } from '@angular/forms';
4
4
  import { MatDialog, MatDialogConfig } from '@angular/material/dialog';
5
- import { MatTabChangeEvent, MatTabGroup } from '@angular/material/tabs';
5
+ import { MatTabGroup } from '@angular/material/tabs';
6
6
  import { ActivatedRoute, Router } from '@angular/router';
7
7
  import { Observable, Subject } from 'rxjs';
8
8
  import { Subscription } from 'rxjs/Subscription';
@@ -32,6 +32,7 @@ export declare class CaseFullAccessViewComponent implements OnInit, OnDestroy, O
32
32
  static readonly TRIGGER_TEXT_CONTINUE = "Ignore Warning and Go";
33
33
  static readonly UNICODE_SPACE = "%20";
34
34
  static readonly EMPTY_SPACE = " ";
35
+ private readonly HEARINGS_TAB_LABEL;
35
36
  hasPrint: boolean;
36
37
  hasEventSelector: boolean;
37
38
  caseDetails: CaseView;
@@ -56,8 +57,7 @@ export declare class CaseFullAccessViewComponent implements OnInit, OnDestroy, O
56
57
  notificationBannerConfig: NotificationBannerConfig;
57
58
  selectedTabIndex: number;
58
59
  activeCaseFlags: boolean;
59
- caseFlagsExternalUser: boolean;
60
- private readonly caseFlagsReadExternalMode;
60
+ private subs;
61
61
  callbackErrorsSubject: Subject<any>;
62
62
  tabGroup: MatTabGroup;
63
63
  constructor(ngZone: NgZone, route: ActivatedRoute, router: Router, navigationNotifierService: NavigationNotifierService, orderService: OrderService, activityPollingService: ActivityPollingService, dialog: MatDialog, alertService: AlertService, draftService: DraftService, errorNotifierService: ErrorNotifierService, convertHrefToRouterService: ConvertHrefToRouterService, location: Location, crf: ChangeDetectorRef, sessionStorageService: SessionStorageService);
@@ -69,13 +69,13 @@ export declare class CaseFullAccessViewComponent implements OnInit, OnDestroy, O
69
69
  private checkRouteAndSetCaseViewTab;
70
70
  postViewActivity(): Observable<Activity[]>;
71
71
  clearErrorsAndWarnings(): void;
72
- applyTrigger(trigger: CaseViewTrigger): Promise<void>;
72
+ applyTrigger(trigger: CaseViewTrigger): void;
73
73
  hasTabsPresent(): boolean;
74
74
  callbackErrorsNotify(callbackErrorsContext: CallbackErrorsContext): void;
75
75
  isDraft(): boolean;
76
76
  isTriggerButtonDisabled(): boolean;
77
77
  organiseTabPosition(): void;
78
- tabChanged(tabChangeEvent: MatTabChangeEvent): void;
78
+ tabChanged(tabIndexChanged: number): void;
79
79
  onLinkClicked(triggerOutputEventText: string): void;
80
80
  hasActiveCaseFlags(): boolean;
81
81
  /**
@@ -96,6 +96,8 @@ export declare class CaseFullAccessViewComponent implements OnInit, OnDestroy, O
96
96
  */
97
97
  private buildFormGroup;
98
98
  private resetErrors;
99
+ private getUrlFragment;
100
+ private getTabIndexByTabLabel;
99
101
  static ɵfac: i0.ɵɵFactoryDef<CaseFullAccessViewComponent, never>;
100
102
  static ɵcmp: i0.ɵɵComponentDefWithMeta<CaseFullAccessViewComponent, "ccd-case-full-access-view", never, { "hasPrint": "hasPrint"; "hasEventSelector": "hasEventSelector"; "caseDetails": "caseDetails"; "prependedTabs": "prependedTabs"; "appendedTabs": "appendedTabs"; }, {}, never, never>;
101
103
  }
@@ -1 +1 @@
1
- {"version":3,"file":"case-full-access-view.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"case-full-access-view.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.ts"],"names":[],"mappings":"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"}
@@ -4,12 +4,14 @@ import { Subscription } from 'rxjs';
4
4
  import { AbstractAppConfig } from '../../../app.config';
5
5
  import { CaseTab, CaseView } from '../../domain';
6
6
  import { CaseNotifier } from '../case-editor';
7
+ import { OrderService } from '../../services';
7
8
  import * as i0 from "@angular/core";
8
9
  export declare class CaseViewerComponent implements OnInit, OnDestroy {
9
10
  private readonly route;
10
11
  private readonly caseNotifier;
11
12
  private readonly appConfig;
12
- static readonly METADATA_FIELD_ACCESS_PROCEES_ID = "[ACCESS_PROCESS]";
13
+ private readonly orderService;
14
+ static readonly METADATA_FIELD_ACCESS_PROCESS_ID = "[ACCESS_PROCESS]";
13
15
  static readonly METADATA_FIELD_ACCESS_GRANTED_ID = "[ACCESS_GRANTED]";
14
16
  static readonly NON_STANDARD_USER_ACCESS_TYPES: string[];
15
17
  static readonly BASIC_USER_ACCESS_TYPES = "BASIC";
@@ -21,14 +23,15 @@ export declare class CaseViewerComponent implements OnInit, OnDestroy {
21
23
  caseSubscription: Subscription;
22
24
  userAccessType: string;
23
25
  accessGranted: boolean;
24
- constructor(route: ActivatedRoute, caseNotifier: CaseNotifier, appConfig: AbstractAppConfig);
26
+ constructor(route: ActivatedRoute, caseNotifier: CaseNotifier, appConfig: AbstractAppConfig, orderService: OrderService);
25
27
  ngOnInit(): void;
26
28
  ngOnDestroy(): void;
27
29
  loadCaseDetails(): void;
28
30
  setUserAccessType(caseDetails: CaseView): void;
29
31
  isDataLoaded(): boolean;
30
32
  hasStandardAccess(): boolean;
33
+ private suffixDuplicateTabs;
31
34
  static ɵfac: i0.ɵɵFactoryDef<CaseViewerComponent, never>;
32
- static ɵcmp: i0.ɵɵComponentDefWithMeta<CaseViewerComponent, "ccd-case-viewer", never, { "hasPrint": "hasPrint"; "hasEventSelector": "hasEventSelector"; "prependedTabs": "prependedTabs"; "appendedTabs": "appendedTabs"; "caseDetails": "caseDetails"; }, {}, never, never>;
35
+ static ɵcmp: i0.ɵɵComponentDefWithMeta<CaseViewerComponent, "ccd-case-viewer", never, { "hasPrint": "hasPrint"; "hasEventSelector": "hasEventSelector"; "prependedTabs": "prependedTabs"; "appendedTabs": "appendedTabs"; }, {}, never, never>;
33
36
  }
34
37
  //# sourceMappingURL=case-viewer.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"case-viewer.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-viewer.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACpE,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;;AAE9C,qBAIa,mBAAoB,YAAW,MAAM,EAAE,SAAS;IAiBzD,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,SAAS;IAlB5B,gBAAuB,gCAAgC,sBAAsB;IAC7E,gBAAuB,gCAAgC,sBAAsB;IAC7E,gBAAuB,8BAA8B,WAA8B;IACnF,gBAAuB,uBAAuB,WAAW;IAEzC,QAAQ,UAAQ;IAChB,gBAAgB,UAAQ;IAExB,aAAa,EAAE,OAAO,EAAE,CAAM;IAC9B,YAAY,EAAE,OAAO,EAAE,CAAM;IAC7B,WAAW,EAAE,QAAQ,CAAC;IAC/B,gBAAgB,EAAE,YAAY,CAAC;IAC/B,cAAc,EAAE,MAAM,CAAC;IACvB,aAAa,EAAE,OAAO,CAAC;gBAGX,KAAK,EAAE,cAAc,EACrB,YAAY,EAAE,YAAY,EAC1B,SAAS,EAAE,iBAAiB;IAIxC,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAMnB,eAAe,IAAI,IAAI;IAYvB,iBAAiB,CAAC,WAAW,EAAE,QAAQ,GAAG,IAAI;IAW9C,YAAY,IAAI,OAAO;IAIvB,iBAAiB,IAAI,OAAO;iCA5DxB,mBAAmB;2CAAnB,mBAAmB;CAkE/B"}
1
+ {"version":3,"file":"case-viewer.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-viewer.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACpE,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;;AAE9C,qBAIa,mBAAoB,YAAW,MAAM,EAAE,SAAS;IAiBzD,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAnB/B,gBAAuB,gCAAgC,sBAAsB;IAC7E,gBAAuB,gCAAgC,sBAAsB;IAC7E,gBAAuB,8BAA8B,WAA8B;IACnF,gBAAuB,uBAAuB,WAAW;IAEzC,QAAQ,UAAQ;IAChB,gBAAgB,UAAQ;IACxB,aAAa,EAAE,OAAO,EAAE,CAAM;IAC9B,YAAY,EAAE,OAAO,EAAE,CAAM;IAEtC,WAAW,EAAE,QAAQ,CAAC;IACtB,gBAAgB,EAAE,YAAY,CAAC;IAC/B,cAAc,EAAE,MAAM,CAAC;IACvB,aAAa,EAAE,OAAO,CAAC;gBAGX,KAAK,EAAE,cAAc,EACrB,YAAY,EAAE,YAAY,EAC1B,SAAS,EAAE,iBAAiB,EAC5B,YAAY,EAAE,YAAY;IAGtC,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAMnB,eAAe,IAAI,IAAI;IAcvB,iBAAiB,CAAC,WAAW,EAAE,QAAQ,GAAG,IAAI;IAW9C,YAAY,IAAI,OAAO;IAIvB,iBAAiB,IAAI,OAAO;IAOnC,OAAO,CAAC,mBAAmB;iCArEhB,mBAAmB;2CAAnB,mBAAmB;CAyF/B"}
@@ -25,15 +25,13 @@ import * as i23 from "../../directives/conditional-show/conditional-show.module"
25
25
  import * as i24 from "../case-history/case-history.module";
26
26
  import * as i25 from "@angular/material/tabs";
27
27
  import * as i26 from "@angular/forms";
28
- import * as i27 from "../../../components/banners/alert/alert.module";
28
+ import * as i27 from "../../../components/banners/banners.module";
29
29
  import * as i28 from "../../directives/substitutor/label-substitutor.module";
30
- import * as i29 from "rpx-xui-translation";
31
- import * as i30 from "../../../components/banners/banners.module";
32
- import * as i31 from "../loading-spinner/loading-spinner.module";
33
- import * as i32 from "../error-message/error-message.module";
30
+ import * as i29 from "../loading-spinner/loading-spinner.module";
31
+ import * as i30 from "../error-message/error-message.module";
34
32
  export declare class CaseViewerModule {
35
33
  static ɵfac: i0.ɵɵFactoryDef<CaseViewerModule, never>;
36
- static ɵmod: i0.ɵɵNgModuleDefWithMeta<CaseViewerModule, [typeof i1.CaseEventTriggerComponent, typeof i2.CasePrinterComponent, typeof i3.CaseViewerComponent, typeof i4.CaseFullAccessViewComponent, typeof i5.CaseViewComponent, typeof i6.CaseBasicAccessViewComponent, typeof i7.PrintUrlPipe, typeof i8.CaseChallengedAccessRequestComponent, typeof i9.CaseSpecificAccessRequestComponent, typeof i10.CaseReviewSpecificAccessRequestComponent, typeof i11.CaseChallengedAccessSuccessComponent, typeof i12.CaseSpecificAccessSuccessComponent, typeof i13.CaseReviewSpecificAccessRejectComponent], [typeof i14.CommonModule, typeof i15.RouterModule, typeof i16.ErrorsModule, typeof i17.ActivityModule, typeof i18.CaseHeaderModule, typeof i19.EventStartModule, typeof i20.EventTriggerModule, typeof i21.PaletteModule, typeof i22.CaseEditorModule, typeof i23.ConditionalShowModule, typeof i24.CaseHistoryModule, typeof i25.MatTabsModule, typeof i26.ReactiveFormsModule, typeof i27.AlertModule, typeof i28.LabelSubstitutorModule, typeof i29.RpxTranslationModule, typeof i30.BannersModule, typeof i28.LabelSubstitutorModule, typeof i31.LoadingSpinnerModule, typeof i32.EventMessageModule], [typeof i3.CaseViewerComponent, typeof i5.CaseViewComponent]>;
34
+ static ɵmod: i0.ɵɵNgModuleDefWithMeta<CaseViewerModule, [typeof i1.CaseEventTriggerComponent, typeof i2.CasePrinterComponent, typeof i3.CaseViewerComponent, typeof i4.CaseFullAccessViewComponent, typeof i5.CaseViewComponent, typeof i6.CaseBasicAccessViewComponent, typeof i7.PrintUrlPipe, typeof i8.CaseChallengedAccessRequestComponent, typeof i9.CaseSpecificAccessRequestComponent, typeof i10.CaseReviewSpecificAccessRequestComponent, typeof i11.CaseChallengedAccessSuccessComponent, typeof i12.CaseSpecificAccessSuccessComponent, typeof i13.CaseReviewSpecificAccessRejectComponent], [typeof i14.CommonModule, typeof i15.RouterModule, typeof i16.ErrorsModule, typeof i17.ActivityModule, typeof i18.CaseHeaderModule, typeof i19.EventStartModule, typeof i20.EventTriggerModule, typeof i21.PaletteModule, typeof i22.CaseEditorModule, typeof i23.ConditionalShowModule, typeof i24.CaseHistoryModule, typeof i25.MatTabsModule, typeof i26.ReactiveFormsModule, typeof i27.BannersModule, typeof i28.LabelSubstitutorModule, typeof i29.LoadingSpinnerModule, typeof i30.EventMessageModule], [typeof i3.CaseViewerComponent, typeof i5.CaseViewComponent]>;
37
35
  static ɵinj: i0.ɵɵInjectorDef<CaseViewerModule>;
38
36
  }
39
37
  //# sourceMappingURL=case-viewer.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"case-viewer.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-viewer.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4CA,qBAyDa,gBAAgB;iCAAhB,gBAAgB;0CAAhB,gBAAgB;kCAAhB,gBAAgB;CAC5B"}
1
+ {"version":3,"file":"case-viewer.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-viewer.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2CA,qBAsDa,gBAAgB;iCAAhB,gBAAgB;0CAAhB,gBAAgB;kCAAhB,gBAAgB;CAC5B"}
@@ -4,10 +4,9 @@ import * as i2 from "@angular/common";
4
4
  import * as i3 from "@angular/forms";
5
5
  import * as i4 from "../../services/definitions/definitions.module";
6
6
  import * as i5 from "../error/errors.module";
7
- import * as i6 from "rpx-xui-translation";
8
7
  export declare class CreateCaseFiltersModule {
9
8
  static ɵfac: i0.ɵɵFactoryDef<CreateCaseFiltersModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDefWithMeta<CreateCaseFiltersModule, [typeof i1.CreateCaseFiltersComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.DefinitionsModule, typeof i5.ErrorsModule, typeof i6.RpxTranslationModule], [typeof i1.CreateCaseFiltersComponent]>;
9
+ static ɵmod: i0.ɵɵNgModuleDefWithMeta<CreateCaseFiltersModule, [typeof i1.CreateCaseFiltersComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.DefinitionsModule, typeof i5.ErrorsModule], [typeof i1.CreateCaseFiltersComponent]>;
11
10
  static ɵinj: i0.ɵɵInjectorDef<CreateCaseFiltersModule>;
12
11
  }
13
12
  //# sourceMappingURL=create-case-filters.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"create-case-filters.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/create-case-filters/create-case-filters.module.ts"],"names":[],"mappings":";;;;;;;AAQA,qBAiBa,uBAAuB;iCAAvB,uBAAuB;0CAAvB,uBAAuB;kCAAvB,uBAAuB;CAAG"}
1
+ {"version":3,"file":"create-case-filters.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/create-case-filters/create-case-filters.module.ts"],"names":[],"mappings":";;;;;;AAOA,qBAgBa,uBAAuB;iCAAvB,uBAAuB;0CAAvB,uBAAuB;kCAAvB,uBAAuB;CAAG"}
@@ -5,10 +5,9 @@ import * as i3 from "./save-or-discard-dialog/save-or-discard-dialog.component";
5
5
  import * as i4 from "./remove-dialog/remove-dialog.component";
6
6
  import * as i5 from "@angular/common";
7
7
  import * as i6 from "@angular/forms";
8
- import * as i7 from "rpx-xui-translation";
9
8
  export declare class DialogsModule {
10
9
  static ɵfac: i0.ɵɵFactoryDef<DialogsModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDefWithMeta<DialogsModule, [typeof i1.DocumentDialogComponent, typeof i2.DeleteOrCancelDialogComponent, typeof i3.SaveOrDiscardDialogComponent, typeof i4.RemoveDialogComponent], [typeof i5.CommonModule, typeof i6.FormsModule, typeof i6.ReactiveFormsModule, typeof i7.RpxTranslationModule], [typeof i1.DocumentDialogComponent, typeof i2.DeleteOrCancelDialogComponent, typeof i3.SaveOrDiscardDialogComponent, typeof i4.RemoveDialogComponent]>;
10
+ static ɵmod: i0.ɵɵNgModuleDefWithMeta<DialogsModule, [typeof i1.DocumentDialogComponent, typeof i2.DeleteOrCancelDialogComponent, typeof i3.SaveOrDiscardDialogComponent, typeof i4.RemoveDialogComponent], [typeof i5.CommonModule, typeof i6.FormsModule, typeof i6.ReactiveFormsModule], [typeof i1.DocumentDialogComponent, typeof i2.DeleteOrCancelDialogComponent, typeof i3.SaveOrDiscardDialogComponent, typeof i4.RemoveDialogComponent]>;
12
11
  static ɵinj: i0.ɵɵInjectorDef<DialogsModule>;
13
12
  }
14
13
  //# sourceMappingURL=dialogs.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"dialogs.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/dialogs/dialogs.module.ts"],"names":[],"mappings":";;;;;;;;AASA,qBAoBa,aAAa;iCAAb,aAAa;0CAAb,aAAa;kCAAb,aAAa;CAAG"}
1
+ {"version":3,"file":"dialogs.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/dialogs/dialogs.module.ts"],"names":[],"mappings":";;;;;;;AAQA,qBAmBa,aAAa;iCAAb,aAAa;0CAAb,aAAa;kCAAb,aAAa;CAAG"}
@@ -1,9 +1,9 @@
1
- import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
2
  import { Subject } from 'rxjs';
3
3
  import { HttpError } from '../../domain/http';
4
4
  import { CallbackErrorsContext } from './domain/error-context';
5
5
  import * as i0 from "@angular/core";
6
- export declare class CallbackErrorsComponent implements OnInit, OnDestroy {
6
+ export declare class CallbackErrorsComponent implements OnInit {
7
7
  static readonly TRIGGER_TEXT_SUBMIT = "Submit";
8
8
  static readonly TRIGGER_TEXT_START = "Start";
9
9
  static readonly TRIGGER_TEXT_GO = "Go";
@@ -14,7 +14,6 @@ export declare class CallbackErrorsComponent implements OnInit, OnDestroy {
14
14
  callbackErrorsContext: EventEmitter<CallbackErrorsContext>;
15
15
  error: HttpError;
16
16
  ngOnInit(): void;
17
- ngOnDestroy(): void;
18
17
  hasErrors(): boolean;
19
18
  hasWarnings(): boolean;
20
19
  private buildCallbackErrorsContext;
@@ -1 +1 @@
1
- {"version":3,"file":"callback-errors.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/error/callback-errors.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,SAAS,EAAE,MAAM,EAAU,MAAM,eAAe,CAAC;AAC1F,OAAO,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAC9C,OAAO,EAAE,qBAAqB,EAAE,MAAM,wBAAwB,CAAC;;AAE/D,qBAIa,uBAAwB,YAAW,MAAM,EAAE,SAAS;IAE/D,gBAAuB,mBAAmB,YAAY;IACtD,gBAAuB,kBAAkB,WAAW;IACpD,gBAAuB,eAAe,QAAQ;IAC9C,gBAAuB,mBAAmB,2BAA2B;IAG9D,iBAAiB,EAAE,MAAM,CAA+C;IAExE,mBAAmB,EAAE,MAAM,CAA+C;IAE1E,qBAAqB,EAAE,OAAO,CAAC,GAAG,CAAC,CAAiB;IAGpD,qBAAqB,EAAE,YAAY,CAAC,qBAAqB,CAAC,CAAsB;IAEhF,KAAK,EAAE,SAAS,CAAC;IAEjB,QAAQ,IAAI,IAAI;IAUhB,WAAW,IAAI,IAAI;IAMnB,SAAS,IAAI,OAAO;IAMpB,WAAW,IAAI,OAAO;IAM7B,OAAO,CAAC,0BAA0B;IAYlC,OAAO,CAAC,cAAc;iCA3DX,uBAAuB;2CAAvB,uBAAuB;CAiEnC"}
1
+ {"version":3,"file":"callback-errors.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/error/callback-errors.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAC9C,OAAO,EAAE,qBAAqB,EAAE,MAAM,wBAAwB,CAAC;;AAE/D,qBAIa,uBAAwB,YAAW,MAAM;IAEpD,gBAAuB,mBAAmB,YAAY;IACtD,gBAAuB,kBAAkB,WAAW;IACpD,gBAAuB,eAAe,QAAQ;IAC9C,gBAAuB,mBAAmB,2BAA2B;IAG9D,iBAAiB,EAAE,MAAM,CAA+C;IAExE,mBAAmB,EAAE,MAAM,CAA+C;IAE1E,qBAAqB,EAAE,OAAO,CAAC,GAAG,CAAC,CAAiB;IAGpD,qBAAqB,EAAE,YAAY,CAAC,qBAAqB,CAAC,CAAsB;IAEhF,KAAK,EAAE,SAAS,CAAC;IAEjB,QAAQ,IAAI,IAAI;IAUhB,SAAS,IAAI,OAAO;IAMpB,WAAW,IAAI,OAAO;IAM7B,OAAO,CAAC,0BAA0B;IAYlC,OAAO,CAAC,cAAc;iCArDX,uBAAuB;2CAAvB,uBAAuB;CA2DnC"}
@@ -2,10 +2,9 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "./callback-errors.component";
3
3
  import * as i2 from "@angular/common";
4
4
  import * as i3 from "@angular/router";
5
- import * as i4 from "rpx-xui-translation";
6
5
  export declare class ErrorsModule {
7
6
  static ɵfac: i0.ɵɵFactoryDef<ErrorsModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDefWithMeta<ErrorsModule, [typeof i1.CallbackErrorsComponent], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i4.RpxTranslationModule], [typeof i1.CallbackErrorsComponent]>;
7
+ static ɵmod: i0.ɵɵNgModuleDefWithMeta<ErrorsModule, [typeof i1.CallbackErrorsComponent], [typeof i2.CommonModule, typeof i3.RouterModule], [typeof i1.CallbackErrorsComponent]>;
9
8
  static ɵinj: i0.ɵɵInjectorDef<ErrorsModule>;
10
9
  }
11
10
  //# sourceMappingURL=errors.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"errors.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/error/errors.module.ts"],"names":[],"mappings":";;;;;AAMA,qBAaa,YAAY;iCAAZ,YAAY;0CAAZ,YAAY;kCAAZ,YAAY;CAAG"}
1
+ {"version":3,"file":"errors.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/error/errors.module.ts"],"names":[],"mappings":";;;;AAKA,qBAYa,YAAY;iCAAZ,YAAY;0CAAZ,YAAY;kCAAZ,YAAY;CAAG"}
@@ -4,10 +4,9 @@ import * as i2 from "@angular/common";
4
4
  import * as i3 from "@angular/forms";
5
5
  import * as i4 from "@angular/router";
6
6
  import * as i5 from "../activity/activity.module";
7
- import * as i6 from "rpx-xui-translation";
8
7
  export declare class EventMessageModule {
9
8
  static ɵfac: i0.ɵɵFactoryDef<EventMessageModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDefWithMeta<EventMessageModule, [typeof i1.ErrorMessageComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.RouterModule, typeof i5.ActivityModule, typeof i6.RpxTranslationModule], [typeof i1.ErrorMessageComponent]>;
9
+ static ɵmod: i0.ɵɵNgModuleDefWithMeta<EventMessageModule, [typeof i1.ErrorMessageComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.RouterModule, typeof i5.ActivityModule], [typeof i1.ErrorMessageComponent]>;
11
10
  static ɵinj: i0.ɵɵInjectorDef<EventMessageModule>;
12
11
  }
13
12
  //# sourceMappingURL=error-message.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"error-message.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/error-message/error-message.module.ts"],"names":[],"mappings":";;;;;;;AAQA,qBAea,kBAAkB;iCAAlB,kBAAkB;0CAAlB,kBAAkB;kCAAlB,kBAAkB;CAAG"}
1
+ {"version":3,"file":"error-message.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/error-message/error-message.module.ts"],"names":[],"mappings":";;;;;;AAOA,qBAca,kBAAkB;iCAAlB,kBAAkB;0CAAlB,kBAAkB;kCAAlB,kBAAkB;CAAG"}
@@ -9,10 +9,9 @@ import * as i7 from "./components/task-unassigned/task-unassigned.component";
9
9
  import * as i8 from "@angular/common";
10
10
  import * as i9 from "@angular/forms";
11
11
  import * as i10 from "@angular/router";
12
- import * as i11 from "rpx-xui-translation";
13
12
  export declare class EventStartModule {
14
13
  static ɵfac: i0.ɵɵFactoryDef<EventStartModule, never>;
15
- static ɵmod: i0.ɵɵNgModuleDefWithMeta<EventStartModule, [typeof i1.EventStartComponent, typeof i2.MultipleTasksExistComponent, typeof i3.NoTasksAvailableComponent, typeof i4.TaskAssignedComponent, typeof i5.TaskCancelledComponent, typeof i6.TaskConflictComponent, typeof i7.TaskUnassignedComponent], [typeof i8.CommonModule, typeof i9.ReactiveFormsModule, typeof i10.RouterModule, typeof i11.RpxTranslationModule], [typeof i1.EventStartComponent, typeof i4.TaskAssignedComponent, typeof i7.TaskUnassignedComponent]>;
14
+ static ɵmod: i0.ɵɵNgModuleDefWithMeta<EventStartModule, [typeof i1.EventStartComponent, typeof i2.MultipleTasksExistComponent, typeof i3.NoTasksAvailableComponent, typeof i4.TaskAssignedComponent, typeof i5.TaskCancelledComponent, typeof i6.TaskConflictComponent, typeof i7.TaskUnassignedComponent], [typeof i8.CommonModule, typeof i9.ReactiveFormsModule, typeof i10.RouterModule], [typeof i1.EventStartComponent, typeof i4.TaskAssignedComponent, typeof i7.TaskUnassignedComponent]>;
16
15
  static ɵinj: i0.ɵɵInjectorDef<EventStartModule>;
17
16
  }
18
17
  //# sourceMappingURL=event-start.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"event-start.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/event-start/event-start.module.ts"],"names":[],"mappings":";;;;;;;;;;;;AAgBA,qBA2Ba,gBAAgB;iCAAhB,gBAAgB;0CAAhB,gBAAgB;kCAAhB,gBAAgB;CAAG"}
1
+ {"version":3,"file":"event-start.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/event-start/event-start.module.ts"],"names":[],"mappings":";;;;;;;;;;;AAeA,qBA0Ba,gBAAgB;iCAAhB,gBAAgB;0CAAhB,gBAAgB;kCAAhB,gBAAgB;CAAG"}
@@ -3,10 +3,9 @@ import * as i1 from "./event-trigger.component";
3
3
  import * as i2 from "@angular/common";
4
4
  import * as i3 from "@angular/forms";
5
5
  import * as i4 from "../activity/activity.module";
6
- import * as i5 from "rpx-xui-translation";
7
6
  export declare class EventTriggerModule {
8
7
  static ɵfac: i0.ɵɵFactoryDef<EventTriggerModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDefWithMeta<EventTriggerModule, [typeof i1.EventTriggerComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.ActivityModule, typeof i5.RpxTranslationModule], [typeof i1.EventTriggerComponent]>;
8
+ static ɵmod: i0.ɵɵNgModuleDefWithMeta<EventTriggerModule, [typeof i1.EventTriggerComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.ActivityModule], [typeof i1.EventTriggerComponent]>;
10
9
  static ɵinj: i0.ɵɵInjectorDef<EventTriggerModule>;
11
10
  }
12
11
  //# sourceMappingURL=event-trigger.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"event-trigger.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/event-trigger/event-trigger.module.ts"],"names":[],"mappings":";;;;;;AAOA,qBAca,kBAAkB;iCAAlB,kBAAkB;0CAAlB,kBAAkB;kCAAlB,kBAAkB;CAAG"}
1
+ {"version":3,"file":"event-trigger.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/event-trigger/event-trigger.module.ts"],"names":[],"mappings":";;;;;AAMA,qBAaa,kBAAkB;iCAAlB,kBAAkB;0CAAlB,kBAAkB;kCAAlB,kBAAkB;CAAG"}
@@ -1,10 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./loading-spinner.component";
3
3
  import * as i2 from "@angular/common";
4
- import * as i3 from "rpx-xui-translation";
5
4
  export declare class LoadingSpinnerModule {
6
5
  static ɵfac: i0.ɵɵFactoryDef<LoadingSpinnerModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDefWithMeta<LoadingSpinnerModule, [typeof i1.LoadingSpinnerComponent], [typeof i2.CommonModule, typeof i3.RpxTranslationModule], [typeof i1.LoadingSpinnerComponent]>;
6
+ static ɵmod: i0.ɵɵNgModuleDefWithMeta<LoadingSpinnerModule, [typeof i1.LoadingSpinnerComponent], [typeof i2.CommonModule], [typeof i1.LoadingSpinnerComponent]>;
8
7
  static ɵinj: i0.ɵɵInjectorDef<LoadingSpinnerModule>;
9
8
  }
10
9
  //# sourceMappingURL=loading-spinner.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"loading-spinner.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/loading-spinner/loading-spinner.module.ts"],"names":[],"mappings":";;;;AAKA,qBAYa,oBAAoB;iCAApB,oBAAoB;0CAApB,oBAAoB;kCAApB,oBAAoB;CAAI"}
1
+ {"version":3,"file":"loading-spinner.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/loading-spinner/loading-spinner.module.ts"],"names":[],"mappings":";;;AAIA,qBAWa,oBAAoB;iCAApB,oBAAoB;0CAApB,oBAAoB;kCAApB,oBAAoB;CAAI"}
@@ -2,10 +2,9 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "./pagination.component";
3
3
  import * as i2 from "@angular/common";
4
4
  import * as i3 from "ngx-pagination";
5
- import * as i4 from "rpx-xui-translation";
6
5
  export declare class PaginationModule {
7
6
  static ɵfac: i0.ɵɵFactoryDef<PaginationModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDefWithMeta<PaginationModule, [typeof i1.PaginationComponent], [typeof i2.CommonModule, typeof i3.NgxPaginationModule, typeof i4.RpxTranslationModule], [typeof i1.PaginationComponent, typeof i3.PaginatePipe]>;
7
+ static ɵmod: i0.ɵɵNgModuleDefWithMeta<PaginationModule, [typeof i1.PaginationComponent], [typeof i2.CommonModule, typeof i3.NgxPaginationModule], [typeof i1.PaginationComponent, typeof i3.PaginatePipe]>;
9
8
  static ɵinj: i0.ɵɵInjectorDef<PaginationModule>;
10
9
  }
11
10
  //# sourceMappingURL=pagination.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"pagination.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/pagination/pagination.module.ts"],"names":[],"mappings":";;;;;AAMA,qBAca,gBAAgB;iCAAhB,gBAAgB;0CAAhB,gBAAgB;kCAAhB,gBAAgB;CAAG"}
1
+ {"version":3,"file":"pagination.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/pagination/pagination.module.ts"],"names":[],"mappings":";;;;AAKA,qBAaa,gBAAgB;iCAAhB,gBAAgB;0CAAhB,gBAAgB;kCAAhB,gBAAgB;CAAG"}
@@ -1 +1 @@
1
- {"version":3,"file":"abstract-field-read.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/base-field/abstract-field-read.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,eAAe,EAAe,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAEzE,OAAO,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAC7E,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;;AAExD,8BACsB,0BAA2B,SAAQ,0BAA2B,YAAW,MAAM;IAG5F,aAAa,EAAE,MAAM,CAAC;IAGtB,iBAAiB,EAAE,SAAS,GAAG,eAAe,CAAC;IAEtD;;OAEG;IAEI,OAAO,EAAE,cAAc,CAA0B;IAEjD,QAAQ,IAAI,IAAI;iCAdH,0BAA0B;2CAA1B,0BAA0B;CAmB/C"}
1
+ {"version":3,"file":"abstract-field-read.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/base-field/abstract-field-read.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,eAAe,EAAe,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAEzE,OAAO,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAC7E,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;;AAExD,8BACsB,0BAA2B,SAAQ,0BAA2B,YAAW,MAAM;IAG5F,aAAa,EAAE,MAAM,CAAC;IAGtB,iBAAiB,EAAE,SAAS,GAAG,eAAe,CAAC;IAEtD;;OAEG;IAEI,OAAO,EAAE,cAAc,CAA0B;IAEjD,QAAQ,IAAI,IAAI;iCAdH,0BAA0B;2CAA1B,0BAA0B;CAoB/C"}
@@ -14,7 +14,6 @@ export declare class FieldReadComponent extends AbstractFieldReadComponent imple
14
14
  fieldContainer: ViewContainerRef;
15
15
  constructor(resolver: ComponentFactoryResolver, paletteService: PaletteService);
16
16
  ngOnInit(): void;
17
- private labelCanBeTranslated;
18
17
  static ɵfac: i0.ɵɵFactoryDef<FieldReadComponent, never>;
19
18
  static ɵcmp: i0.ɵɵComponentDefWithMeta<FieldReadComponent, "ccd-field-read", never, { "withLabel": "withLabel"; "formGroup": "formGroup"; "caseFields": "caseFields"; "markdownUseHrefAsRouterLink": "markdownUseHrefAsRouterLink"; }, {}, never, never>;
20
19
  }
@@ -1 +1 @@
1
- {"version":3,"file":"field-read.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/base-field/field-read.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,wBAAwB,EAAmB,MAAM,EAAa,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAC1H,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAG3C,OAAO,EAAE,SAAS,EAAE,MAAM,6CAA6C,CAAC;AACxE,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;;AAI7E,qBAIa,kBAAmB,SAAQ,0BAA2B,YAAW,MAAM;IAiBtE,OAAO,CAAC,QAAQ,CAAC,QAAQ;IAA4B,OAAO,CAAC,QAAQ,CAAC,cAAc;IAdzF,SAAS,UAAS;IAGlB,SAAS,EAAE,SAAS,CAAqB;IAGzC,UAAU,EAAE,SAAS,EAAE,CAAM;IAG7B,2BAA2B,CAAC,EAAE,OAAO,CAAC;IAGtC,cAAc,EAAE,gBAAgB,CAAC;gBAEX,QAAQ,EAAE,wBAAwB,EAAmB,cAAc,EAAE,cAAc;IAIzG,QAAQ,IAAI,IAAI;IAmCvB,OAAO,CAAC,oBAAoB;iCAxDjB,kBAAkB;2CAAlB,kBAAkB;CA2D9B"}
1
+ {"version":3,"file":"field-read.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/base-field/field-read.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,wBAAwB,EAAmB,MAAM,EAAa,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAC1H,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAE3C,OAAO,EAAE,SAAS,EAAE,MAAM,6CAA6C,CAAC;AACxE,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;;AAI7E,qBAIa,kBAAmB,SAAQ,0BAA2B,YAAW,MAAM;IAiBtE,OAAO,CAAC,QAAQ,CAAC,QAAQ;IAA4B,OAAO,CAAC,QAAQ,CAAC,cAAc;IAdzF,SAAS,UAAS;IAGlB,SAAS,EAAE,SAAS,CAAqB;IAGzC,UAAU,EAAE,SAAS,EAAE,CAAM;IAG7B,2BAA2B,CAAC,EAAE,OAAO,CAAC;IAGtC,cAAc,EAAE,gBAAgB,CAAC;gBAEX,QAAQ,EAAE,wBAAwB,EAAmB,cAAc,EAAE,cAAc;IAIzG,QAAQ,IAAI,IAAI;iCArBZ,kBAAkB;2CAAlB,kBAAkB;CAsD9B"}
@@ -1 +1 @@
1
- {"version":3,"file":"field-write.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/base-field/field-write.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,wBAAwB,EAAmB,MAAM,EAAa,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAC1H,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEjD,OAAO,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAEvD,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAC;;AAI/E,qBAKa,mBAAoB,SAAQ,2BAA4B,YAAW,MAAM;IAWxE,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,cAAc;IATpC,cAAc,UAAS;IAGvB,UAAU,EAAE,SAAS,EAAE,CAAM;IAG7B,cAAc,EAAE,gBAAgB,CAAC;gBAEX,QAAQ,EAAE,wBAAwB,EAClC,cAAc,EAAE,cAAc;IAI3D,SAAS,CAAC,aAAa,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE,eAAe,GAAG,IAAI;IAItE,QAAQ,IAAI,IAAI;iCApBZ,mBAAmB;2CAAnB,mBAAmB;CAoD/B"}
1
+ {"version":3,"file":"field-write.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/base-field/field-write.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,wBAAwB,EAAmB,MAAM,EAAa,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAC1H,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEjD,OAAO,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAEvD,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAC;;AAI/E,qBAKa,mBAAoB,SAAQ,2BAA4B,YAAW,MAAM;IAWxE,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,cAAc;IATpC,cAAc,UAAS;IAGvB,UAAU,EAAE,SAAS,EAAE,CAAM;IAG7B,cAAc,EAAE,gBAAgB,CAAC;gBAEX,QAAQ,EAAE,wBAAwB,EAClC,cAAc,EAAE,cAAc;IAI3D,SAAS,CAAC,aAAa,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE,eAAe,GAAG,IAAI;IAItE,QAAQ,IAAI,IAAI;iCApBZ,mBAAmB;2CAAnB,mBAAmB;CAmD/B"}
@@ -2,7 +2,7 @@ import { AfterViewInit, ElementRef, OnDestroy, OnInit } from '@angular/core';
2
2
  import { ActivatedRoute } from '@angular/router';
3
3
  import { Observable, Subscription } from 'rxjs';
4
4
  import { CaseField } from '../../../domain';
5
- import { CategoriesAndDocuments, DocumentTreeNode } from '../../../domain/case-file-view';
5
+ import { CaseFileViewDocument, CategoriesAndDocuments, DocumentTreeNode } from '../../../domain/case-file-view';
6
6
  import { CaseFileViewService, DocumentManagementService, LoadingService, SessionStorageService } from '../../../services';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class CaseFileViewFieldComponent implements OnInit, AfterViewInit, OnDestroy {
@@ -17,18 +17,20 @@ export declare class CaseFileViewFieldComponent implements OnInit, AfterViewInit
17
17
  categoriesAndDocuments$: Observable<CategoriesAndDocuments>;
18
18
  categoriesAndDocumentsSubscription: Subscription;
19
19
  getCategoriesAndDocumentsError: boolean;
20
- currentDocument: {
21
- document_binary_url: string;
22
- document_filename: string;
23
- content_type: string;
24
- } | undefined;
20
+ currentDocument: CaseFileViewDocument | undefined;
21
+ errorMessages: string[];
25
22
  private caseVersion;
26
23
  caseField: CaseField;
27
24
  constructor(elementRef: ElementRef, route: ActivatedRoute, caseFileViewService: CaseFileViewService, documentManagementService: DocumentManagementService, loadingService: LoadingService, sessionStorageService: SessionStorageService);
28
25
  ngOnInit(): void;
29
26
  ngAfterViewInit(): void;
30
27
  setMediaViewerFile(document: DocumentTreeNode): void;
31
- moveDocument(data: any): void;
28
+ moveDocument(data: {
29
+ document: DocumentTreeNode;
30
+ newCategory: string;
31
+ }): void;
32
+ reloadPage(): void;
33
+ resetErrorMessages(): void;
32
34
  ngOnDestroy(): void;
33
35
  static ɵfac: i0.ɵɵFactoryDef<CaseFileViewFieldComponent, never>;
34
36
  static ɵcmp: i0.ɵɵComponentDefWithMeta<CaseFileViewFieldComponent, "ccd-case-file-view-field", never, {}, {}, never, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"case-file-view-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-file-view/case-file-view-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,UAAU,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACxF,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAa,UAAU,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AAE3D,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,sBAAsB,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAE1F,OAAO,EAAE,mBAAmB,EAAE,yBAAyB,EAAE,cAAc,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;;AAE1H,qBAKa,0BAA2B,YAAW,MAAM,EAAE,aAAa,EAAE,SAAS;IAUrE,OAAO,CAAC,QAAQ,CAAC,UAAU;IACrC,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,mBAAmB;IAC3B,OAAO,CAAC,yBAAyB;IACjC,OAAO,CAAC,QAAQ,CAAC,cAAc;IAC/B,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IAdxC,gBAAuB,aAAa,SAAS;IACtC,WAAW,UAAQ;IACnB,uBAAuB,EAAE,UAAU,CAAC,sBAAsB,CAAC,CAAC;IAC5D,kCAAkC,EAAE,YAAY,CAAC;IACjD,8BAA8B,UAAS;IACvC,eAAe,EAAE;QAAE,mBAAmB,EAAE,MAAM,CAAC;QAAC,iBAAiB,EAAE,MAAM,CAAC;QAAC,YAAY,EAAE,MAAM,CAAA;KAAE,GAAG,SAAS,CAAC;IACrH,OAAO,CAAC,WAAW,CAAS;IACrB,SAAS,EAAE,SAAS,CAAC;gBAEC,UAAU,EAAE,UAAU,EAChC,KAAK,EAAE,cAAc,EAC9B,mBAAmB,EAAE,mBAAmB,EACxC,yBAAyB,EAAE,yBAAyB,EAC3C,cAAc,EAAE,cAAc,EAC9B,qBAAqB,EAAE,qBAAqB;IAGxD,QAAQ,IAAI,IAAI;IAkBhB,eAAe,IAAI,IAAI;IA8BvB,kBAAkB,CAAC,QAAQ,EAAE,gBAAgB,GAAG,IAAI;IAQpD,YAAY,CAAC,IAAI,EAAC,GAAG;IASrB,WAAW,IAAI,IAAI;iCAnFf,0BAA0B;2CAA1B,0BAA0B;CAwFtC"}
1
+ {"version":3,"file":"case-file-view-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-file-view/case-file-view-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,UAAU,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACxF,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAa,UAAU,EAAM,YAAY,EAAE,MAAM,MAAM,CAAC;AAE/D,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,oBAAoB,EAAE,sBAAsB,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAEhH,OAAO,EAAE,mBAAmB,EAAE,yBAAyB,EAAE,cAAc,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;;AAE1H,qBAKa,0BAA2B,YAAW,MAAM,EAAE,aAAa,EAAE,SAAS;IAWrE,OAAO,CAAC,QAAQ,CAAC,UAAU;IACrC,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,mBAAmB;IAC3B,OAAO,CAAC,yBAAyB;IACjC,OAAO,CAAC,QAAQ,CAAC,cAAc;IAC/B,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IAfxC,gBAAuB,aAAa,SAAS;IACtC,WAAW,UAAQ;IACnB,uBAAuB,EAAE,UAAU,CAAC,sBAAsB,CAAC,CAAC;IAC5D,kCAAkC,EAAE,YAAY,CAAC;IACjD,8BAA8B,UAAS;IACvC,eAAe,EAAE,oBAAoB,GAAG,SAAS,CAAC;IAClD,aAAa,WAAkB;IACtC,OAAO,CAAC,WAAW,CAAS;IACrB,SAAS,EAAE,SAAS,CAAC;gBAEC,UAAU,EAAE,UAAU,EAChC,KAAK,EAAE,cAAc,EAC9B,mBAAmB,EAAE,mBAAmB,EACxC,yBAAyB,EAAE,yBAAyB,EAC3C,cAAc,EAAE,cAAc,EAC9B,qBAAqB,EAAE,qBAAqB;IAGxD,QAAQ,IAAI,IAAI;IAkBhB,eAAe,IAAI,IAAI;IA8BvB,kBAAkB,CAAC,QAAQ,EAAE,gBAAgB,GAAG,IAAI;IAQpD,YAAY,CAAC,IAAI,EAAE;QAAE,QAAQ,EAAE,gBAAgB,CAAC;QAAC,WAAW,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI;IAqB7E,UAAU,IAAI,IAAI;IAIlB,kBAAkB,IAAI,IAAI;IAI1B,WAAW,IAAI,IAAI;iCAxGf,0BAA0B;2CAA1B,0BAA0B;CA6GtC"}
@@ -19,7 +19,10 @@ export declare class CaseFileViewFolderComponent implements OnInit, OnDestroy {
19
19
  categoriesAndDocuments: Observable<CategoriesAndDocuments>;
20
20
  allowMoving: boolean;
21
21
  clickedDocument: EventEmitter<DocumentTreeNode>;
22
- moveDocument: EventEmitter<any>;
22
+ moveDocument: EventEmitter<{
23
+ newCategory: string;
24
+ document: DocumentTreeNode;
25
+ }>;
23
26
  nestedTreeControl: NestedTreeControl<DocumentTreeNode>;
24
27
  nestedDataSource: DocumentTreeNode[];
25
28
  categories: CaseFileViewCategory[];
@@ -1 +1 @@
1
- {"version":3,"file":"case-file-view-folder.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder.component.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"case-file-view-folder.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder.component.ts"],"names":[],"mappings":"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"}
@@ -7,7 +7,6 @@ import * as i0 from "@angular/core";
7
7
  export declare class AddCommentsComponent implements OnInit {
8
8
  formGroup: FormGroup;
9
9
  optional: boolean;
10
- isDisplayContextParameterExternal: boolean;
11
10
  caseFlagStateEmitter: EventEmitter<CaseFlagState>;
12
11
  addCommentsTitle: CaseFlagWizardStepTitle;
13
12
  errorMessages: ErrorMessage[];
@@ -21,6 +20,6 @@ export declare class AddCommentsComponent implements OnInit {
21
20
  onNext(): void;
22
21
  private validateTextEntry;
23
22
  static ɵfac: i0.ɵɵFactoryDef<AddCommentsComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDefWithMeta<AddCommentsComponent, "ccd-add-comments", never, { "formGroup": "formGroup"; "optional": "optional"; "isDisplayContextParameterExternal": "isDisplayContextParameterExternal"; }, { "caseFlagStateEmitter": "caseFlagStateEmitter"; }, never, never>;
23
+ static ɵcmp: i0.ɵɵComponentDefWithMeta<AddCommentsComponent, "ccd-add-comments", never, { "formGroup": "formGroup"; "optional": "optional"; }, { "caseFlagStateEmitter": "caseFlagStateEmitter"; }, never, never>;
25
24
  }
26
25
  //# sourceMappingURL=add-comments.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"add-comments.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-flag/components/add-comments/add-comments.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAe,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAC7C,OAAO,EAAE,uBAAuB,EAAE,eAAe,EAAsB,uBAAuB,EAAE,MAAM,aAAa,CAAC;;AAEpH,qBAIa,oBAAqB,YAAW,MAAM;IACjC,SAAS,EAAE,SAAS,CAAC;IACrB,QAAQ,UAAS;IACjB,iCAAiC,UAAS;IAEzC,oBAAoB,EAAE,YAAY,CAAC,aAAa,CAAC,CAAqC;IAEhG,gBAAgB,EAAE,uBAAuB,CAAC;IAC1C,aAAa,EAAE,YAAY,EAAE,CAAM;IACnC,kCAAkC,EAAE,uBAAuB,CAAQ;IACnE,iCAAiC,EAAE,uBAAuB,CAAQ;IAClE,eAAe,EAAE,eAAe,CAAC;IACjC,wBAAwB,EAAE,eAAe,CAAC;IACjD,SAAgB,uBAAuB,kBAAkB;IACzD,OAAO,CAAC,QAAQ,CAAC,oBAAoB,CAAO;IAErC,QAAQ,IAAI,IAAI;IAWhB,MAAM,IAAI,IAAI;IAOrB,OAAO,CAAC,iBAAiB;iCAlCd,oBAAoB;2CAApB,oBAAoB;CAwDhC"}
1
+ {"version":3,"file":"add-comments.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-flag/components/add-comments/add-comments.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAe,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAC7C,OAAO,EAAE,uBAAuB,EAAE,eAAe,EAAsB,uBAAuB,EAAE,MAAM,aAAa,CAAC;;AAEpH,qBAIa,oBAAqB,YAAW,MAAM;IAEjC,SAAS,EAAE,SAAS,CAAC;IACrB,QAAQ,UAAS;IAEhB,oBAAoB,EAAE,YAAY,CAAC,aAAa,CAAC,CAAqC;IAEhG,gBAAgB,EAAE,uBAAuB,CAAC;IAC1C,aAAa,EAAE,YAAY,EAAE,CAAM;IACnC,kCAAkC,EAAE,uBAAuB,CAAQ;IACnE,iCAAiC,EAAE,uBAAuB,CAAQ;IAClE,eAAe,EAAE,eAAe,CAAC;IACjC,wBAAwB,EAAE,eAAe,CAAC;IACjD,SAAgB,uBAAuB,kBAAkB;IACzD,OAAO,CAAC,QAAQ,CAAC,oBAAoB,CAAO;IAErC,QAAQ,IAAI,IAAI;IAOhB,MAAM,IAAI,IAAI;IAOrB,OAAO,CAAC,iBAAiB;iCA9Bd,oBAAoB;2CAApB,oBAAoB;CAoDhC"}
@@ -1,35 +1,20 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
2
- import { RpxTranslationService } from 'rpx-xui-translation';
1
+ import { OnInit } from '@angular/core';
3
2
  import { FlagDetailDisplay } from '../../domain';
4
- import { CaseFlagFieldState, CaseFlagSummaryListDisplayMode } from '../../enums';
3
+ import { CaseFlagSummaryListDisplayMode } from '../../enums';
5
4
  import * as i0 from "@angular/core";
6
5
  export declare class CaseFlagSummaryListComponent implements OnInit {
7
- private readonly rpxTranslationService;
8
6
  flagForSummaryDisplay: FlagDetailDisplay;
9
- displayContextParameter: string;
10
- changeButtonEmitter: EventEmitter<number>;
7
+ summaryListDisplayMode: CaseFlagSummaryListDisplayMode;
11
8
  flagDescription: string;
12
9
  flagComments: string;
13
10
  flagStatus: string;
14
- flagDescriptionWelsh: string;
15
- flagCommentsWelsh: string;
16
- otherDescription: string;
17
- otherDescriptionWelsh: string;
18
- summaryListDisplayMode: CaseFlagSummaryListDisplayMode;
11
+ displayMode: typeof CaseFlagSummaryListDisplayMode;
19
12
  addUpdateFlagHeaderText: string;
20
- caseFlagFieldState: typeof CaseFlagFieldState;
21
13
  readonly caseLevelLocation = "Case level";
22
14
  private readonly updateFlagHeaderText;
23
15
  private readonly addFlagHeaderText;
24
- displayMode: typeof CaseFlagSummaryListDisplayMode;
25
- canDisplayStatus: boolean;
26
- constructor(rpxTranslationService: RpxTranslationService);
27
16
  ngOnInit(): void;
28
- private getFlagDescription;
29
- private getHeaderText;
30
- private getSummaryListDisplayMode;
31
- private getCanDisplayStatus;
32
17
  static ɵfac: i0.ɵɵFactoryDef<CaseFlagSummaryListComponent, never>;
33
- static ɵcmp: i0.ɵɵComponentDefWithMeta<CaseFlagSummaryListComponent, "ccd-case-flag-summary-list", never, { "flagForSummaryDisplay": "flagForSummaryDisplay"; "displayContextParameter": "displayContextParameter"; }, { "changeButtonEmitter": "changeButtonEmitter"; }, never, never>;
18
+ static ɵcmp: i0.ɵɵComponentDefWithMeta<CaseFlagSummaryListComponent, "ccd-case-flag-summary-list", never, { "flagForSummaryDisplay": "flagForSummaryDisplay"; "summaryListDisplayMode": "summaryListDisplayMode"; }, {}, never, never>;
34
19
  }
35
20
  //# sourceMappingURL=case-flag-summary-list.component.d.ts.map