@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":"app.config.d.ts","sourceRoot":"","sources":["../../../projects/ccd-case-ui-toolkit/src/lib/app.config.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"app.config.d.ts","sourceRoot":"","sources":["../../../projects/ccd-case-ui-toolkit/src/lib/app.config.ts"],"names":[],"mappings":"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"}
@@ -2,10 +2,9 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "./alert.component";
3
3
  import * as i2 from "./alert-icon-class.pipe";
4
4
  import * as i3 from "@angular/common";
5
- import * as i4 from "rpx-xui-translation";
6
5
  export declare class AlertModule {
7
6
  static ɵfac: i0.ɵɵFactoryDef<AlertModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDefWithMeta<AlertModule, [typeof i1.AlertComponent, typeof i2.AlertIconClassPipe], [typeof i3.CommonModule, typeof i4.RpxTranslationModule], [typeof i1.AlertComponent]>;
7
+ static ɵmod: i0.ɵɵNgModuleDefWithMeta<AlertModule, [typeof i1.AlertComponent, typeof i2.AlertIconClassPipe], [typeof i3.CommonModule], [typeof i1.AlertComponent]>;
9
8
  static ɵinj: i0.ɵɵInjectorDef<AlertModule>;
10
9
  }
11
10
  //# sourceMappingURL=alert.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"alert.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/components/banners/alert/alert.module.ts"],"names":[],"mappings":";;;;;AAMA,qBAaa,WAAW;iCAAX,WAAW;0CAAX,WAAW;kCAAX,WAAW;CAAG"}
1
+ {"version":3,"file":"alert.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/components/banners/alert/alert.module.ts"],"names":[],"mappings":";;;;AAKA,qBAUa,WAAW;iCAAX,WAAW;0CAAX,WAAW;kCAAX,WAAW;CAAG"}
@@ -1,10 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./footer.component";
3
3
  import * as i2 from "@angular/common";
4
- import * as i3 from "rpx-xui-translation";
5
4
  export declare class FootersModule {
6
5
  static ɵfac: i0.ɵɵFactoryDef<FootersModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDefWithMeta<FootersModule, [typeof i1.FooterComponent], [typeof i2.CommonModule, typeof i3.RpxTranslationModule], [typeof i1.FooterComponent]>;
6
+ static ɵmod: i0.ɵɵNgModuleDefWithMeta<FootersModule, [typeof i1.FooterComponent], [typeof i2.CommonModule], [typeof i1.FooterComponent]>;
8
7
  static ɵinj: i0.ɵɵInjectorDef<FootersModule>;
9
8
  }
10
9
  //# sourceMappingURL=footers.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"footers.module.d.ts","sourceRoot":"","sources":["../../../../../projects/ccd-case-ui-toolkit/src/lib/components/footer/footers.module.ts"],"names":[],"mappings":";;;;AAMA,qBAQa,aAAa;iCAAb,aAAa;0CAAb,aAAa;kCAAb,aAAa;CAAG"}
1
+ {"version":3,"file":"footers.module.d.ts","sourceRoot":"","sources":["../../../../../projects/ccd-case-ui-toolkit/src/lib/components/footer/footers.module.ts"],"names":[],"mappings":";;;AAKA,qBAKa,aAAa;iCAAb,aAAa;0CAAb,aAAa;kCAAb,aAAa;CAAG"}
@@ -1,10 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./date-input/date-input.component";
3
3
  import * as i2 from "@angular/common";
4
- import * as i3 from "rpx-xui-translation";
5
4
  export declare class FormModule {
6
5
  static ɵfac: i0.ɵɵFactoryDef<FormModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDefWithMeta<FormModule, [typeof i1.DateInputComponent], [typeof i2.CommonModule, typeof i3.RpxTranslationModule], [typeof i1.DateInputComponent]>;
6
+ static ɵmod: i0.ɵɵNgModuleDefWithMeta<FormModule, [typeof i1.DateInputComponent], [typeof i2.CommonModule], [typeof i1.DateInputComponent]>;
8
7
  static ɵinj: i0.ɵɵInjectorDef<FormModule>;
9
8
  }
10
9
  //# sourceMappingURL=form.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"form.module.d.ts","sourceRoot":"","sources":["../../../../../projects/ccd-case-ui-toolkit/src/lib/components/form/form.module.ts"],"names":[],"mappings":";;;;AAKA,qBAYa,UAAU;iCAAV,UAAU;0CAAV,UAAU;kCAAV,UAAU;CAAG"}
1
+ {"version":3,"file":"form.module.d.ts","sourceRoot":"","sources":["../../../../../projects/ccd-case-ui-toolkit/src/lib/components/form/form.module.ts"],"names":[],"mappings":";;;AAIA,qBAWa,UAAU;iCAAV,UAAU;0CAAV,UAAU;kCAAV,UAAU;CAAG"}
@@ -5,10 +5,9 @@ import * as i3 from "./navigation/navigation.component";
5
5
  import * as i4 from "./navigation/navigation-item.component";
6
6
  import * as i5 from "@angular/common";
7
7
  import * as i6 from "@angular/router";
8
- import * as i7 from "rpx-xui-translation";
9
8
  export declare class HeadersModule {
10
9
  static ɵfac: i0.ɵɵFactoryDef<HeadersModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDefWithMeta<HeadersModule, [typeof i1.PhaseComponent, typeof i2.HeaderBarComponent, typeof i3.NavigationComponent, typeof i4.NavigationItemComponent], [typeof i5.CommonModule, typeof i6.RouterModule, typeof i7.RpxTranslationModule], [typeof i1.PhaseComponent, typeof i2.HeaderBarComponent, typeof i3.NavigationComponent, typeof i4.NavigationItemComponent]>;
10
+ static ɵmod: i0.ɵɵNgModuleDefWithMeta<HeadersModule, [typeof i1.PhaseComponent, typeof i2.HeaderBarComponent, typeof i3.NavigationComponent, typeof i4.NavigationItemComponent], [typeof i5.CommonModule, typeof i6.RouterModule], [typeof i1.PhaseComponent, typeof i2.HeaderBarComponent, typeof i3.NavigationComponent, typeof i4.NavigationItemComponent]>;
12
11
  static ɵinj: i0.ɵɵInjectorDef<HeadersModule>;
13
12
  }
14
13
  //# sourceMappingURL=headers.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"headers.module.d.ts","sourceRoot":"","sources":["../../../../../projects/ccd-case-ui-toolkit/src/lib/components/header/headers.module.ts"],"names":[],"mappings":";;;;;;;;AAUA,qBAKa,aAAa;iCAAb,aAAa;0CAAb,aAAa;kCAAb,aAAa;CAAG"}
1
+ {"version":3,"file":"headers.module.d.ts","sourceRoot":"","sources":["../../../../../projects/ccd-case-ui-toolkit/src/lib/components/header/headers.module.ts"],"names":[],"mappings":";;;;;;;AASA,qBAKa,aAAa;iCAAb,aAAa;0CAAb,aAAa;kCAAb,aAAa;CAAG"}
@@ -1 +1 @@
1
- {"version":3,"file":"tabs.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ccd-case-ui-toolkit/src/lib/components/tabs/tabs.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAA8B,UAAU,EAAE,SAAS,EAAgB,MAAM,eAAe,CAAC;AAClH,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;;AAE/C,qBAOa,aAAc,YAAW,gBAAgB;IASxC,OAAO,CAAC,QAAQ,CAAC,KAAK;IAPN,IAAI,EAAG,SAAS,CAAC,UAAU,CAAC,CAAC;IAGlD,MAAM,EAAE,SAAS,CAAC,YAAY,CAAC,CAAC;IAEvC,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAgB;gBAEZ,KAAK,EAAE,cAAc;IAE3C,kBAAkB,IAAI,IAAI;IAM1B,IAAI,CAAC,EAAE,EAAE,MAAM;iCAjBX,aAAa;2CAAb,aAAa;CA6BzB"}
1
+ {"version":3,"file":"tabs.component.d.ts","sourceRoot":"","sources":["../../../../../projects/ccd-case-ui-toolkit/src/lib/components/tabs/tabs.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAA8B,UAAU,EAAE,SAAS,EAAgB,MAAM,eAAe,CAAC;AAClH,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;;AAE/C,qBAOa,aAAc,YAAW,gBAAgB;IASxC,OAAO,CAAC,QAAQ,CAAC,KAAK;IAPN,IAAI,EAAG,SAAS,CAAC,UAAU,CAAC,CAAC;IAGlD,MAAM,EAAE,SAAS,CAAC,YAAY,CAAC,CAAC;IAEvC,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAgB;gBAEZ,KAAK,EAAE,cAAc;IAE3C,kBAAkB,IAAI,IAAI;IAM1B,IAAI,CAAC,EAAE,EAAE,MAAM;iCAjBX,aAAa;2CAAb,aAAa;CA4BzB"}
@@ -3,10 +3,9 @@ import * as i1 from "./tabs.component";
3
3
  import * as i2 from "./tab.component";
4
4
  import * as i3 from "@angular/common";
5
5
  import * as i4 from "@angular/router";
6
- import * as i5 from "rpx-xui-translation";
7
6
  export declare class TabsModule {
8
7
  static ɵfac: i0.ɵɵFactoryDef<TabsModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDefWithMeta<TabsModule, [typeof i1.TabsComponent, typeof i2.TabComponent], [typeof i3.CommonModule, typeof i4.RouterModule, typeof i5.RpxTranslationModule], [typeof i1.TabsComponent, typeof i2.TabComponent]>;
8
+ static ɵmod: i0.ɵɵNgModuleDefWithMeta<TabsModule, [typeof i1.TabsComponent, typeof i2.TabComponent], [typeof i3.CommonModule, typeof i4.RouterModule], [typeof i1.TabsComponent, typeof i2.TabComponent]>;
10
9
  static ɵinj: i0.ɵɵInjectorDef<TabsModule>;
11
10
  }
12
11
  //# sourceMappingURL=tabs.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"tabs.module.d.ts","sourceRoot":"","sources":["../../../../../projects/ccd-case-ui-toolkit/src/lib/components/tabs/tabs.module.ts"],"names":[],"mappings":";;;;;;AAOA,qBAea,UAAU;iCAAV,UAAU;0CAAV,UAAU;kCAAV,UAAU;CAAG"}
1
+ {"version":3,"file":"tabs.module.d.ts","sourceRoot":"","sources":["../../../../../projects/ccd-case-ui-toolkit/src/lib/components/tabs/tabs.module.ts"],"names":[],"mappings":";;;;;AAMA,qBAca,UAAU;iCAAV,UAAU;0CAAV,UAAU;kCAAV,UAAU;CAAG"}
@@ -4,10 +4,9 @@ import * as i2 from "./activity-banner/activity-banner.component";
4
4
  import * as i3 from "./activity-icon/activity-icon.component";
5
5
  import * as i4 from "@angular/common";
6
6
  import * as i5 from "@angular/router";
7
- import * as i6 from "rpx-xui-translation";
8
7
  export declare class ActivityModule {
9
8
  static ɵfac: i0.ɵɵFactoryDef<ActivityModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDefWithMeta<ActivityModule, [typeof i1.ActivityComponent, typeof i2.ActivityBannerComponent, typeof i3.ActivityIconComponent], [typeof i4.CommonModule, typeof i5.RouterModule, typeof i6.RpxTranslationModule], [typeof i1.ActivityComponent, typeof i2.ActivityBannerComponent, typeof i3.ActivityIconComponent]>;
9
+ static ɵmod: i0.ɵɵNgModuleDefWithMeta<ActivityModule, [typeof i1.ActivityComponent, typeof i2.ActivityBannerComponent, typeof i3.ActivityIconComponent], [typeof i4.CommonModule, typeof i5.RouterModule], [typeof i1.ActivityComponent, typeof i2.ActivityBannerComponent, typeof i3.ActivityIconComponent]>;
11
10
  static ɵinj: i0.ɵɵInjectorDef<ActivityModule>;
12
11
  }
13
12
  //# sourceMappingURL=activity.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"activity.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/activity/activity.module.ts"],"names":[],"mappings":";;;;;;;AAWA,qBAsBa,cAAc;iCAAd,cAAc;0CAAd,cAAc;kCAAd,cAAc;CAAG"}
1
+ {"version":3,"file":"activity.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/activity/activity.module.ts"],"names":[],"mappings":";;;;;;AAUA,qBAqBa,cAAc;iCAAd,cAAc;0CAAd,cAAc;kCAAd,cAAc;CAAG"}
@@ -1,15 +1,17 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
1
+ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
2
  import { FormBuilder, FormGroup } from '@angular/forms';
3
3
  import { ActivatedRoute, Router } from '@angular/router';
4
- import { Observable } from 'rxjs';
4
+ import { Observable, Subject } from 'rxjs';
5
5
  import { ConditionalShowRegistrarService } from '../../../directives';
6
- import { CaseEventTrigger, CaseView, Draft, Profile } from '../../../domain';
7
- import { FieldsPurger, FieldsUtils, SessionStorageService, WindowService } from '../../../services';
6
+ import { CaseEditGetNextPage, CaseEditSubmitForm, CaseEditonEventCanBeCompleted, CaseEventData, CaseEventTrigger, CaseView, Draft, HttpError, Profile } from '../../../domain';
7
+ import { FieldsPurger, FieldsUtils, FormErrorService, FormValueService, LoadingService, SessionStorageService, WindowService } from '../../../services';
8
8
  import { Confirmation, Wizard, WizardPage } from '../domain';
9
- import { WizardFactoryService } from '../services';
9
+ import { EventCompletionParams } from '../domain/event-completion-params.model';
10
+ import { CaseNotifier, WizardFactoryService } from '../services';
10
11
  import * as i0 from "@angular/core";
11
- export declare class CaseEditComponent implements OnInit {
12
+ export declare class CaseEditComponent implements OnInit, OnDestroy {
12
13
  private readonly fb;
14
+ private readonly caseNotifier;
13
15
  private readonly router;
14
16
  private readonly route;
15
17
  private readonly fieldsUtils;
@@ -18,12 +20,15 @@ export declare class CaseEditComponent implements OnInit {
18
20
  private readonly wizardFactory;
19
21
  private readonly sessionStorageService;
20
22
  private readonly windowsService;
23
+ private readonly formValueService;
24
+ private readonly formErrorService;
25
+ private readonly loadingService;
21
26
  static readonly ORIGIN_QUERY_PARAM = "origin";
22
27
  static readonly ALERT_MESSAGE = "Page is being refreshed so you will be redirected to the first page of this event.";
23
28
  eventTrigger: CaseEventTrigger;
24
- submit: (caseEventData: any, profile?: Profile) => Observable<object>;
25
- validate: (caseEventData: any, pageId: string) => Observable<object>;
26
- saveDraft: (caseEventData: any) => Observable<Draft>;
29
+ submit: (caseEventData: CaseEventData, profile?: Profile) => Observable<object>;
30
+ validate: (caseEventData: CaseEventData, pageId: string) => Observable<object>;
31
+ saveDraft: (caseEventData: CaseEventData) => Observable<Draft>;
27
32
  caseDetails: CaseView;
28
33
  cancelled: EventEmitter<any>;
29
34
  submitted: EventEmitter<any>;
@@ -33,8 +38,18 @@ export declare class CaseEditComponent implements OnInit {
33
38
  navigationOrigin: any;
34
39
  initialUrl: string;
35
40
  isPageRefreshed: boolean;
36
- constructor(fb: FormBuilder, router: Router, route: ActivatedRoute, fieldsUtils: FieldsUtils, fieldsPurger: FieldsPurger, registrarService: ConditionalShowRegistrarService, wizardFactory: WizardFactoryService, sessionStorageService: SessionStorageService, windowsService: WindowService);
41
+ isSubmitting: boolean;
42
+ eventCompletionParams: EventCompletionParams;
43
+ submitResponse: Record<string, any>;
44
+ isEventCompletionChecksRequired: boolean;
45
+ isCaseFlagSubmission: boolean;
46
+ ignoreWarning: boolean;
47
+ isLinkedCasesSubmission: boolean;
48
+ error: HttpError;
49
+ callbackErrorsSubject: Subject<any>;
50
+ constructor(fb: FormBuilder, caseNotifier: CaseNotifier, router: Router, route: ActivatedRoute, fieldsUtils: FieldsUtils, fieldsPurger: FieldsPurger, registrarService: ConditionalShowRegistrarService, wizardFactory: WizardFactoryService, sessionStorageService: SessionStorageService, windowsService: WindowService, formValueService: FormValueService, formErrorService: FormErrorService, loadingService: LoadingService);
37
51
  ngOnInit(): void;
52
+ ngOnDestroy(): void;
38
53
  checkPageRefresh(): boolean;
39
54
  getPage(pageId: string): WizardPage;
40
55
  first(): Promise<boolean>;
@@ -43,7 +58,47 @@ export declare class CaseEditComponent implements OnInit {
43
58
  previous(currentPageId: string): Promise<boolean>;
44
59
  hasPrevious(currentPageId: string): boolean;
45
60
  cancel(): void;
61
+ emitSubmitted(response: Record<string, any>): void;
62
+ getNextPage({ wizard, currentPageId, eventTrigger, form }: CaseEditGetNextPage): WizardPage;
46
63
  confirm(confirmation: Confirmation): Promise<boolean>;
64
+ submitForm({ eventTrigger, form, caseDetails, submit }: CaseEditSubmitForm): void;
65
+ getCaseId(caseDetails: CaseView): string;
66
+ private getEventId;
67
+ private generateCaseEventData;
68
+ /**
69
+ * Replaces non-array value objects with `null` for any Complex-type fields whose value is effectively empty, i.e.
70
+ * all its sub-fields and descendants are `null` or `undefined`.
71
+ *
72
+ * @param data The object tree representing all the form field data
73
+ * @returns The form field data modified accordingly
74
+ */
75
+ private replaceEmptyComplexFieldValues;
76
+ /**
77
+ * Traverse *all* values of a {@link FormGroup}, including those for disabled fields (i.e. hidden ones), replacing the
78
+ * value of any that are hidden AND have `retain_hidden_value` set to `true` in the corresponding `CaseField`, with
79
+ * the *original* value held in the `CaseField` object.
80
+ *
81
+ * This is as per design in EUI-3622, where any user-driven updates to hidden fields with `retain_hidden_value` =
82
+ * `true` are ignored (thus retaining the value displayed originally).
83
+ *
84
+ * * For Complex field types, the replacement above is performed recursively for all hidden sub-fields with
85
+ * `retain_hidden_value` = `true`.
86
+ *
87
+ * * For Collection field types, including collections of Complex and Document field types, the replacement is
88
+ * performed for all fields in the collection.
89
+ *
90
+ * @param formGroup The `FormGroup` instance whose raw values are to be traversed
91
+ * @param caseFields The array of {@link CaseField} domain model objects corresponding to fields in `formGroup`
92
+ * @param parentField Reference to the parent `CaseField`. Used for retrieving the sub-field values of a Complex field
93
+ * to perform recursive replacement - the sub-field `CaseField`s themselves do *not* contain any values
94
+ * @returns An object with the *raw* form value data (as key-value pairs), with any value replacements as necessary
95
+ */
96
+ private replaceHiddenFormValuesWithOriginalCaseData;
97
+ private caseSubmit;
98
+ private buildConfirmation;
99
+ onEventCanBeCompleted({ eventTrigger, eventCanBeCompleted, caseDetails, form, submit }: CaseEditonEventCanBeCompleted): void;
100
+ getStatus(response: object): any;
101
+ private hasCallbackFailed;
47
102
  static ɵfac: i0.ɵɵFactoryDef<CaseEditComponent, never>;
48
103
  static ɵcmp: i0.ɵɵComponentDefWithMeta<CaseEditComponent, "ccd-case-edit", never, { "eventTrigger": "eventTrigger"; "submit": "submit"; "validate": "validate"; "saveDraft": "saveDraft"; "caseDetails": "caseDetails"; }, { "cancelled": "cancelled"; "submitted": "submitted"; }, never, never>;
49
104
  }
@@ -1 +1 @@
1
- {"version":3,"file":"case-edit.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-edit/case-edit.component.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"case-edit.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-edit/case-edit.component.ts"],"names":[],"mappings":"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"}
@@ -14,7 +14,6 @@ export declare class CaseEditConfirmComponent {
14
14
  confirmation: Confirmation;
15
15
  caseFields: CaseField[];
16
16
  editForm: FormGroup;
17
- private readonly caseId;
18
17
  constructor(caseEdit: CaseEditComponent, router: Router);
19
18
  submit(): void;
20
19
  getCaseId(): string;
@@ -1 +1 @@
1
- {"version":3,"file":"case-edit-confirm.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-edit-confirm/case-edit-confirm.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAEzC,OAAO,EAAE,gBAAgB,EAAE,MAAM,oDAAoD,CAAC;AACtF,OAAO,EAAE,SAAS,EAAE,MAAM,6CAA6C,CAAC;AAExE,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACrE,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;;AAE5D,qBAIa,wBAAwB;IAUvB,OAAO,CAAC,QAAQ,CAAC,QAAQ;IAAqB,OAAO,CAAC,QAAQ,CAAC,MAAM;IAT1E,YAAY,EAAE,gBAAgB,CAAC;IAC/B,WAAW,SAAsC;IACjD,SAAS,cAAqB;IAC9B,YAAY,EAAE,YAAY,CAAC;IAC3B,UAAU,EAAE,SAAS,EAAE,CAAC;IACxB,QAAQ,EAAE,SAAS,CAAC;IAE3B,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAS;gBAEH,QAAQ,EAAE,iBAAiB,EAAmB,MAAM,EAAE,MAAM;IAYlF,MAAM,IAAI,IAAI;IAId,SAAS,IAAI,MAAM;IAInB,YAAY,IAAI,MAAM;IAK7B,OAAO,CAAC,aAAa;iCAnCV,wBAAwB;2CAAxB,wBAAwB;CA0CpC"}
1
+ {"version":3,"file":"case-edit-confirm.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-edit-confirm/case-edit-confirm.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAEzC,OAAO,EAAE,gBAAgB,EAAE,MAAM,oDAAoD,CAAC;AACtF,OAAO,EAAE,SAAS,EAAE,MAAM,6CAA6C,CAAC;AAExE,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACrE,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;;AAE5D,qBAIa,wBAAwB;IAQvB,OAAO,CAAC,QAAQ,CAAC,QAAQ;IAAqB,OAAO,CAAC,QAAQ,CAAC,MAAM;IAP1E,YAAY,EAAE,gBAAgB,CAAC;IAC/B,WAAW,SAAsC;IACjD,SAAS,cAAqB;IAC9B,YAAY,EAAE,YAAY,CAAC;IAC3B,UAAU,EAAE,SAAS,EAAE,CAAC;IACxB,QAAQ,EAAE,SAAS,CAAC;gBAEE,QAAQ,EAAE,iBAAiB,EAAmB,MAAM,EAAE,MAAM;IAWlF,MAAM,IAAI,IAAI;IAId,SAAS,IAAI,MAAM;IAInB,YAAY,IAAI,MAAM;IAK7B,OAAO,CAAC,aAAa;iCAhCV,wBAAwB;2CAAxB,wBAAwB;CAuCpC"}
@@ -0,0 +1,8 @@
1
+ import { HttpError } from '../../../domain';
2
+ import * as i0 from "@angular/core";
3
+ export declare class CaseEditGenericErrorsComponent {
4
+ error: HttpError;
5
+ static ɵfac: i0.ɵɵFactoryDef<CaseEditGenericErrorsComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDefWithMeta<CaseEditGenericErrorsComponent, "ccd-case-edit-generic-errors", never, { "error": "error"; }, {}, never, never>;
7
+ }
8
+ //# sourceMappingURL=case-edit-generic-errors.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"case-edit-generic-errors.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-edit-generic-errors/case-edit-generic-errors.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;;AAE5C,qBAMa,8BAA8B;IACzB,KAAK,EAAE,SAAS,CAAC;iCADtB,8BAA8B;2CAA9B,8BAA8B;CAE1C"}
@@ -7,7 +7,7 @@ import { CaseEditDataService } from '../../../commons/case-edit-data';
7
7
  import { CaseEventData } from '../../../domain/case-event-data.model';
8
8
  import { CaseEventTrigger } from '../../../domain/case-view/case-event-trigger.model';
9
9
  import { CaseField } from '../../../domain/definition';
10
- import { HttpError } from '../../../domain/http/http-error.model';
10
+ import { LoadingService } from '../../../services';
11
11
  import { CaseFieldService } from '../../../services/case-fields/case-field.service';
12
12
  import { FormErrorService } from '../../../services/form/form-error.service';
13
13
  import { FormValueService } from '../../../services/form/form-value.service';
@@ -18,7 +18,7 @@ import { Wizard } from '../domain/wizard.model';
18
18
  import { PageValidationService } from '../services/page-validation.service';
19
19
  import * as i0 from "@angular/core";
20
20
  export declare class CaseEditPageComponent implements OnInit, AfterViewChecked {
21
- private readonly caseEdit;
21
+ readonly caseEdit: CaseEditComponent;
22
22
  private readonly route;
23
23
  private readonly formValueService;
24
24
  private readonly formErrorService;
@@ -27,6 +27,7 @@ export declare class CaseEditPageComponent implements OnInit, AfterViewChecked {
27
27
  private readonly dialog;
28
28
  private readonly caseFieldService;
29
29
  private readonly caseEditDataService;
30
+ private readonly loadingService;
30
31
  static readonly RESUMED_FORM_DISCARD = "RESUMED_FORM_DISCARD";
31
32
  static readonly NEW_FORM_DISCARD = "NEW_FORM_DISCARD";
32
33
  static readonly NEW_FORM_SAVE = "NEW_FORM_CHANGED_SAVE";
@@ -39,13 +40,9 @@ export declare class CaseEditPageComponent implements OnInit, AfterViewChecked {
39
40
  wizard: Wizard;
40
41
  currentPage: WizardPage;
41
42
  dialogConfig: MatDialogConfig;
42
- error: HttpError;
43
- callbackErrorsSubject: Subject<any>;
44
- ignoreWarning: boolean;
45
43
  triggerTextStart: string;
46
44
  triggerTextIgnoreWarnings: string;
47
45
  triggerText: string;
48
- isSubmitting: boolean;
49
46
  formValuesChanged: boolean;
50
47
  pageChangeSubject: Subject<boolean>;
51
48
  caseFields: CaseField[];
@@ -53,12 +50,12 @@ export declare class CaseEditPageComponent implements OnInit, AfterViewChecked {
53
50
  id: string;
54
51
  message: string;
55
52
  }[];
56
- showSpinner: boolean;
57
53
  hasPreviousPage$: BehaviorSubject<boolean>;
54
+ callbackErrorsSubject: Subject<any>;
58
55
  isLinkedCasesJourneyAtFinalStep: boolean;
59
56
  private static scrollToTop;
60
57
  private static setFocusToTop;
61
- constructor(caseEdit: CaseEditComponent, route: ActivatedRoute, formValueService: FormValueService, formErrorService: FormErrorService, cdRef: ChangeDetectorRef, pageValidationService: PageValidationService, dialog: MatDialog, caseFieldService: CaseFieldService, caseEditDataService: CaseEditDataService);
58
+ constructor(caseEdit: CaseEditComponent, route: ActivatedRoute, formValueService: FormValueService, formErrorService: FormErrorService, cdRef: ChangeDetectorRef, pageValidationService: PageValidationService, dialog: MatDialog, caseFieldService: CaseFieldService, caseEditDataService: CaseEditDataService, loadingService: LoadingService);
62
59
  ngOnInit(): void;
63
60
  ngAfterViewChecked(): void;
64
61
  applyValuesChanged(valuesChanged: boolean): void;
@@ -77,6 +74,8 @@ export declare class CaseEditPageComponent implements OnInit, AfterViewChecked {
77
74
  updateFormData(jsonData: CaseEventData): void;
78
75
  pageWithFieldExists(caseFieldId: string): WizardPage;
79
76
  updateEventTriggerCaseFields(caseFieldId: string, jsonData: CaseEventData, eventTrigger: CaseEventTrigger): void;
77
+ private updateJsonDataObject;
78
+ private isAnObject;
80
79
  updateFormControlsValue(formGroup: FormGroup, caseFieldId: string, value: any): void;
81
80
  callbackErrorsNotify(errorContext: CallbackErrorsContext): void;
82
81
  next(): Promise<boolean>;
@@ -87,6 +86,7 @@ export declare class CaseEditPageComponent implements OnInit, AfterViewChecked {
87
86
  getCaseId(): string;
88
87
  getCaseTitle(): string;
89
88
  getCancelText(): string;
89
+ private canNavigateToSummaryPage;
90
90
  private getTriggerText;
91
91
  private discard;
92
92
  private handleError;
@@ -94,7 +94,7 @@ export declare class CaseEditPageComponent implements OnInit, AfterViewChecked {
94
94
  private saveDraft;
95
95
  private getCaseFields;
96
96
  private getCaseFieldsFromCurrentAndPreviousPages;
97
- private buildCaseEventData;
97
+ buildCaseEventData(fromPreviousPage?: boolean): CaseEventData;
98
98
  /**
99
99
  * Abstracted this method from buildCaseEventData to remove duplication.
100
100
  * @param caseFields The fields to filter the data by.
@@ -105,6 +105,7 @@ export declare class CaseEditPageComponent implements OnInit, AfterViewChecked {
105
105
  */
106
106
  private getFilteredCaseEventData;
107
107
  private syncCaseEditDataService;
108
+ onEventCanBeCompleted(eventCanBeCompleted: boolean): void;
108
109
  static ɵfac: i0.ɵɵFactoryDef<CaseEditPageComponent, never>;
109
110
  static ɵcmp: i0.ɵɵComponentDefWithMeta<CaseEditPageComponent, "ccd-case-edit-page", never, {}, {}, never, never>;
110
111
  }
@@ -1 +1 @@
1
- {"version":3,"file":"case-edit-page.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"case-edit-page.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.ts"],"names":[],"mappings":"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"}
@@ -1,88 +1,40 @@
1
1
  import { OnDestroy, OnInit } from '@angular/core';
2
2
  import { FormGroup } from '@angular/forms';
3
- import { ActivatedRoute, Router } from '@angular/router';
4
- import { Subject, Subscription } from 'rxjs';
5
- import { CaseEventTrigger, CaseField, HttpError, Profile } from '../../../domain';
3
+ import { ActivatedRoute } from '@angular/router';
4
+ import { Subscription } from 'rxjs';
5
+ import { CaseEventTrigger, CaseField, Profile } from '../../../domain';
6
6
  import { Task } from '../../../domain/work-allocation/Task';
7
- import { CaseFieldService, FieldsUtils, FormErrorService, FormValueService, OrderService, ProfileNotifier, SessionStorageService } from '../../../services';
7
+ import { CaseFieldService, FieldsUtils, OrderService, ProfileNotifier } from '../../../services';
8
8
  import { CallbackErrorsContext } from '../../error';
9
9
  import { PaletteContext } from '../../palette';
10
10
  import { CaseEditComponent } from '../case-edit/case-edit.component';
11
11
  import { Wizard, WizardPage } from '../domain';
12
- import { EventCompletionParams } from '../domain/event-completion-params.model';
13
- import { CaseNotifier } from '../services';
14
12
  import * as i0 from "@angular/core";
15
13
  export declare class CaseEditSubmitComponent implements OnInit, OnDestroy {
16
- private readonly caseEdit;
17
- private readonly formValueService;
18
- private readonly formErrorService;
14
+ readonly caseEdit: CaseEditComponent;
19
15
  private readonly fieldsUtils;
20
16
  private readonly caseFieldService;
21
17
  private readonly route;
22
- private readonly router;
23
18
  private readonly orderService;
24
19
  private readonly profileNotifier;
25
- private readonly sessionStorageService;
26
- private readonly caseNotifier;
27
20
  eventTrigger: CaseEventTrigger;
28
21
  editForm: FormGroup;
29
- error: HttpError;
30
- callbackErrorsSubject: Subject<any>;
31
- ignoreWarning: boolean;
32
22
  triggerText: string;
33
23
  wizard: Wizard;
34
24
  profile: Profile;
35
25
  showSummaryFields: CaseField[];
36
26
  paletteContext: PaletteContext;
37
- isSubmitting: boolean;
38
27
  profileSubscription: Subscription;
39
28
  contextFields: CaseField[];
40
29
  task: Task;
41
- eventCompletionParams: EventCompletionParams;
42
- eventCompletionChecksRequired: boolean;
43
- caseFlagField: CaseField;
44
30
  pageTitle: string;
45
- isLinkedCasesSubmission: boolean;
46
31
  static readonly SHOW_SUMMARY_CONTENT_COMPARE_FUNCTION: (a: CaseField, b: CaseField) => number;
47
32
  get isDisabled(): boolean;
48
- constructor(caseEdit: CaseEditComponent, formValueService: FormValueService, formErrorService: FormErrorService, fieldsUtils: FieldsUtils, caseFieldService: CaseFieldService, route: ActivatedRoute, router: Router, orderService: OrderService, profileNotifier: ProfileNotifier, sessionStorageService: SessionStorageService, caseNotifier: CaseNotifier);
33
+ constructor(caseEdit: CaseEditComponent, fieldsUtils: FieldsUtils, caseFieldService: CaseFieldService, route: ActivatedRoute, orderService: OrderService, profileNotifier: ProfileNotifier);
49
34
  ngOnInit(): void;
50
35
  ngOnDestroy(): void;
51
36
  submit(): void;
52
37
  onEventCanBeCompleted(eventCanBeCompleted: boolean): void;
53
- private generateCaseEventData;
54
- private caseSubmit;
55
- /**
56
- * Traverse *all* values of a {@link FormGroup}, including those for disabled fields (i.e. hidden ones), replacing the
57
- * value of any that are hidden AND have `retain_hidden_value` set to `true` in the corresponding `CaseField`, with
58
- * the *original* value held in the `CaseField` object.
59
- *
60
- * This is as per design in EUI-3622, where any user-driven updates to hidden fields with `retain_hidden_value` =
61
- * `true` are ignored (thus retaining the value displayed originally).
62
- *
63
- * * For Complex field types, the replacement above is performed recursively for all hidden sub-fields with
64
- * `retain_hidden_value` = `true`.
65
- *
66
- * * For Collection field types, including collections of Complex and Document field types, the replacement is
67
- * performed for all fields in the collection.
68
- *
69
- * @param formGroup The `FormGroup` instance whose raw values are to be traversed
70
- * @param caseFields The array of {@link CaseField} domain model objects corresponding to fields in `formGroup`
71
- * @param parentField Reference to the parent `CaseField`. Used for retrieving the sub-field values of a Complex field
72
- * to perform recursive replacement - the sub-field `CaseField`s themselves do *not* contain any values
73
- * @returns An object with the *raw* form value data (as key-value pairs), with any value replacements as necessary
74
- */
75
- private replaceHiddenFormValuesWithOriginalCaseData;
76
- /**
77
- * Replaces non-array value objects with `null` for any Complex-type fields whose value is effectively empty, i.e.
78
- * all its sub-fields and descendants are `null` or `undefined`.
79
- *
80
- * @param data The object tree representing all the form field data
81
- * @returns The form field data modified accordingly
82
- */
83
- private replaceEmptyComplexFieldValues;
84
- private getStatus;
85
- private hasCallbackFailed;
86
38
  private get hasErrors();
87
39
  navigateToPage(pageId: string): void;
88
40
  callbackErrorsNotify(errorContext: CallbackErrorsContext): void;
@@ -98,11 +50,10 @@ export declare class CaseEditSubmitComponent implements OnInit, OnDestroy {
98
50
  hasPrevious(): boolean;
99
51
  isShown(page: WizardPage): boolean;
100
52
  canShowFieldInCYA(field: CaseField): boolean;
101
- private buildConfirmation;
53
+ isSolicitor(): boolean;
102
54
  private sortFieldsByShowSummaryContent;
103
55
  private getCaseFields;
104
56
  getCaseId(): string;
105
- getEventId(): string;
106
57
  getCaseTitle(): string;
107
58
  getCancelText(): string;
108
59
  static ɵfac: i0.ɵɵFactoryDef<CaseEditSubmitComponent, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"case-edit-submit.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"case-edit-submit.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.ts"],"names":[],"mappings":"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"}
@@ -9,22 +9,22 @@ import * as i7 from "./case-event-completion/components/case-event-completion-ta
9
9
  import * as i8 from "./case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component";
10
10
  import * as i9 from "./case-create/case-create.component";
11
11
  import * as i10 from "./case-progress/case-progress.component";
12
- import * as i11 from "@angular/common";
13
- import * as i12 from "@angular/router";
14
- import * as i13 from "@angular/forms";
15
- import * as i14 from "../../commons/case-edit-data/case-edit-data.module";
16
- import * as i15 from "../palette/palette.module";
17
- import * as i16 from "../../directives/substitutor/label-substitutor.module";
18
- import * as i17 from "../../directives/conditional-show/conditional-show.module";
19
- import * as i18 from "../error/errors.module";
20
- import * as i19 from "@angular/cdk/portal";
21
- import * as i20 from "../loading-spinner/loading-spinner.module";
22
- import * as i21 from "../../../components/banners/banners.module";
23
- import * as i22 from "rpx-xui-translation";
12
+ import * as i11 from "./case-edit-generic-errors/case-edit-generic-errors.component";
13
+ import * as i12 from "@angular/common";
14
+ import * as i13 from "@angular/router";
15
+ import * as i14 from "@angular/forms";
16
+ import * as i15 from "../../commons/case-edit-data/case-edit-data.module";
17
+ import * as i16 from "../palette/palette.module";
18
+ import * as i17 from "../../directives/substitutor/label-substitutor.module";
19
+ import * as i18 from "../../directives/conditional-show/conditional-show.module";
20
+ import * as i19 from "../error/errors.module";
21
+ import * as i20 from "@angular/cdk/portal";
22
+ import * as i21 from "../loading-spinner/loading-spinner.module";
23
+ import * as i22 from "../../../components/banners/banners.module";
24
24
  import * as i23 from "../error/callback-errors.component";
25
25
  export declare class CaseEditorModule {
26
26
  static ɵfac: i0.ɵɵFactoryDef<CaseEditorModule, never>;
27
- static ɵmod: i0.ɵɵNgModuleDefWithMeta<CaseEditorModule, [typeof i1.CaseEditConfirmComponent, typeof i2.CaseEditComponent, typeof i3.CaseEditPageComponent, typeof i4.CaseEditFormComponent, typeof i5.CaseEditSubmitComponent, typeof i6.CaseEventCompletionComponent, typeof i7.CaseEventCompletionTaskCancelledComponent, typeof i8.CaseEventCompletionTaskReassignedComponent, typeof i9.CaseCreateComponent, typeof i10.CaseProgressComponent], [typeof i11.CommonModule, typeof i12.RouterModule, typeof i13.FormsModule, typeof i13.ReactiveFormsModule, typeof i14.CaseEditDataModule, typeof i15.PaletteModule, typeof i16.LabelSubstitutorModule, typeof i17.ConditionalShowModule, typeof i18.ErrorsModule, typeof i19.PortalModule, typeof i20.LoadingSpinnerModule, typeof i21.BannersModule, typeof i22.RpxTranslationModule], [typeof i1.CaseEditConfirmComponent, typeof i2.CaseEditComponent, typeof i3.CaseEditPageComponent, typeof i4.CaseEditFormComponent, typeof i5.CaseEditSubmitComponent, typeof i9.CaseCreateComponent, typeof i10.CaseProgressComponent, typeof i23.CallbackErrorsComponent]>;
27
+ static ɵmod: i0.ɵɵNgModuleDefWithMeta<CaseEditorModule, [typeof i1.CaseEditConfirmComponent, typeof i2.CaseEditComponent, typeof i3.CaseEditPageComponent, typeof i4.CaseEditFormComponent, typeof i5.CaseEditSubmitComponent, typeof i6.CaseEventCompletionComponent, typeof i7.CaseEventCompletionTaskCancelledComponent, typeof i8.CaseEventCompletionTaskReassignedComponent, typeof i9.CaseCreateComponent, typeof i10.CaseProgressComponent, typeof i11.CaseEditGenericErrorsComponent], [typeof i12.CommonModule, typeof i13.RouterModule, typeof i14.FormsModule, typeof i14.ReactiveFormsModule, typeof i15.CaseEditDataModule, typeof i16.PaletteModule, typeof i17.LabelSubstitutorModule, typeof i18.ConditionalShowModule, typeof i19.ErrorsModule, typeof i20.PortalModule, typeof i21.LoadingSpinnerModule, typeof i22.BannersModule], [typeof i1.CaseEditConfirmComponent, typeof i2.CaseEditComponent, typeof i3.CaseEditPageComponent, typeof i4.CaseEditFormComponent, typeof i5.CaseEditSubmitComponent, typeof i9.CaseCreateComponent, typeof i10.CaseProgressComponent, typeof i23.CallbackErrorsComponent]>;
28
28
  static ɵinj: i0.ɵɵInjectorDef<CaseEditorModule>;
29
29
  }
30
30
  //# sourceMappingURL=case-editor.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"case-editor.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-editor.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAyDA,qBAqEa,gBAAgB;iCAAhB,gBAAgB;0CAAhB,gBAAgB;kCAAhB,gBAAgB;CAAI"}
1
+ {"version":3,"file":"case-editor.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-editor.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAwDA,qBAoEa,gBAAgB;iCAAhB,gBAAgB;0CAAhB,gBAAgB;kCAAhB,gBAAgB;CAAI"}
@@ -1 +1 @@
1
- {"version":3,"file":"case-edit-wizard.guard.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/services/case-edit-wizard.guard.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAM1E,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AAErE,OAAO,EAAE,mBAAmB,EAAE,MAAM,gDAAgD,CAAC;AAGrF,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;;AAEhE,qBACa,mBAAoB,YAAW,OAAO,CAAC,OAAO,CAAC;IAGxD,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,aAAa;IAC9B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,mBAAmB;gBAJnB,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,mBAAmB,EACjC,aAAa,EAAE,oBAAoB,EACnC,YAAY,EAAE,YAAY,EAC1B,mBAAmB,EAAE,mBAAmB;IAGpD,OAAO,CAAC,KAAK,EAAE,sBAAsB,GAAG,OAAO,CAAC,OAAO,CAAC;IAY/D,OAAO,CAAC,mBAAmB;IA+B3B,OAAO,CAAC,SAAS;IAQjB,OAAO,CAAC,UAAU;IAIlB,OAAO,CAAC,UAAU;IAoBlB,OAAO,CAAC,iBAAiB;iCArFd,mBAAmB;qCAAnB,mBAAmB;CAwF/B"}
1
+ {"version":3,"file":"case-edit-wizard.guard.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/services/case-edit-wizard.guard.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAM1E,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AAErE,OAAO,EAAE,mBAAmB,EAAE,MAAM,gDAAgD,CAAC;AAGrF,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;;AAEhE,qBACa,mBAAoB,YAAW,OAAO,CAAC,OAAO,CAAC;IAGxD,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,aAAa;IAC9B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,mBAAmB;gBAJnB,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,mBAAmB,EACjC,aAAa,EAAE,oBAAoB,EACnC,YAAY,EAAE,YAAY,EAC1B,mBAAmB,EAAE,mBAAmB;IAGpD,OAAO,CAAC,KAAK,EAAE,sBAAsB,GAAG,OAAO,CAAC,OAAO,CAAC;IAY/D,OAAO,CAAC,mBAAmB;IA8B3B,OAAO,CAAC,SAAS;IAQjB,OAAO,CAAC,UAAU;IAIlB,OAAO,CAAC,UAAU;IAoBlB,OAAO,CAAC,iBAAiB;iCApFd,mBAAmB;qCAAnB,mBAAmB;CAuF/B"}
@@ -6,10 +6,9 @@ import * as i4 from "../case-header/case-header.module";
6
6
  import * as i5 from "../../directives/conditional-show/conditional-show.module";
7
7
  import * as i6 from "../palette/palette.module";
8
8
  import * as i7 from "../../directives/substitutor/label-substitutor.module";
9
- import * as i8 from "rpx-xui-translation";
10
9
  export declare class CaseHistoryModule {
11
10
  static ɵfac: i0.ɵɵFactoryDef<CaseHistoryModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDefWithMeta<CaseHistoryModule, [typeof i1.CaseHistoryComponent], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i4.CaseHeaderModule, typeof i5.ConditionalShowModule, typeof i6.PaletteModule, typeof i7.LabelSubstitutorModule, typeof i8.RpxTranslationModule], [typeof i1.CaseHistoryComponent]>;
11
+ static ɵmod: i0.ɵɵNgModuleDefWithMeta<CaseHistoryModule, [typeof i1.CaseHistoryComponent], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i4.CaseHeaderModule, typeof i5.ConditionalShowModule, typeof i6.PaletteModule, typeof i7.LabelSubstitutorModule], [typeof i1.CaseHistoryComponent]>;
13
12
  static ɵinj: i0.ɵɵInjectorDef<CaseHistoryModule>;
14
13
  }
15
14
  //# sourceMappingURL=case-history.module.d.ts.map