@hmcts/ccd-case-ui-toolkit 7.1.56-srt-rc6 → 7.1.57-angular-upgrade-rc1

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 (332) hide show
  1. package/esm2022/lib/components/banners/alert/alert-icon-class.pipe.mjs +2 -2
  2. package/esm2022/lib/components/banners/alert/alert.component.mjs +2 -2
  3. package/esm2022/lib/components/banners/alert/alert.module.mjs +2 -2
  4. package/esm2022/lib/components/banners/banners.module.mjs +2 -2
  5. package/esm2022/lib/components/banners/notification-banner/notification-banner.component.mjs +2 -2
  6. package/esm2022/lib/components/banners/notification-banner/notification-banner.module.mjs +2 -2
  7. package/esm2022/lib/components/body/body.component.mjs +2 -2
  8. package/esm2022/lib/components/body/body.module.mjs +2 -2
  9. package/esm2022/lib/components/footer/footer.component.mjs +2 -2
  10. package/esm2022/lib/components/footer/footers.module.mjs +2 -2
  11. package/esm2022/lib/components/form/date-input/date-input.component.mjs +2 -2
  12. package/esm2022/lib/components/form/form.module.mjs +2 -2
  13. package/esm2022/lib/components/header/header-bar/header-bar.component.mjs +2 -2
  14. package/esm2022/lib/components/header/headers.module.mjs +2 -2
  15. package/esm2022/lib/components/header/navigation/navigation-item.component.mjs +2 -2
  16. package/esm2022/lib/components/header/navigation/navigation.component.mjs +2 -2
  17. package/esm2022/lib/components/header/phase/phase.component.mjs +2 -2
  18. package/esm2022/lib/components/tabs/tab.component.mjs +2 -2
  19. package/esm2022/lib/components/tabs/tabs.component.mjs +2 -2
  20. package/esm2022/lib/components/tabs/tabs.module.mjs +2 -2
  21. package/esm2022/lib/shared/commons/address-validation-constants.mjs +2 -2
  22. package/esm2022/lib/shared/commons/case-edit-data/case-edit-data.module.mjs +2 -2
  23. package/esm2022/lib/shared/commons/constants.mjs +2 -2
  24. package/esm2022/lib/shared/components/activity/activity-banner/activity-banner.component.mjs +2 -2
  25. package/esm2022/lib/shared/components/activity/activity-icon/activity-icon.component.mjs +2 -2
  26. package/esm2022/lib/shared/components/activity/activity.component.mjs +2 -2
  27. package/esm2022/lib/shared/components/activity/activity.module.mjs +2 -2
  28. package/esm2022/lib/shared/components/case-editor/case-create/case-create.component.mjs +2 -2
  29. package/esm2022/lib/shared/components/case-editor/case-edit/case-edit.component.mjs +2 -2
  30. package/esm2022/lib/shared/components/case-editor/case-edit-confirm/case-edit-confirm.component.mjs +2 -2
  31. package/esm2022/lib/shared/components/case-editor/case-edit-form/case-edit-form.component.mjs +2 -2
  32. package/esm2022/lib/shared/components/case-editor/case-edit-generic-errors/case-edit-generic-errors.component.mjs +2 -2
  33. package/esm2022/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.mjs +2 -2
  34. package/esm2022/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.mjs +2 -2
  35. package/esm2022/lib/shared/components/case-editor/case-editor.module.mjs +2 -2
  36. package/esm2022/lib/shared/components/case-editor/case-event-completion/case-event-completion.component.mjs +2 -2
  37. package/esm2022/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-cancelled/case-event-completion-task-cancelled.component.mjs +2 -2
  38. package/esm2022/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component.mjs +2 -2
  39. package/esm2022/lib/shared/components/case-editor/case-progress/case-progress.component.mjs +2 -2
  40. package/esm2022/lib/shared/components/case-editor/services/case-edit-wizard.guard.mjs +2 -2
  41. package/esm2022/lib/shared/components/case-editor/services/case-flag-state.service.mjs +2 -2
  42. package/esm2022/lib/shared/components/case-editor/services/case-worker.service.mjs +2 -2
  43. package/esm2022/lib/shared/components/case-editor/services/case.notifier.mjs +2 -2
  44. package/esm2022/lib/shared/components/case-editor/services/cases.service.mjs +2 -2
  45. package/esm2022/lib/shared/components/case-editor/services/convert-href-to-router.service.mjs +2 -2
  46. package/esm2022/lib/shared/components/case-editor/services/event-completion-state-machine.service.mjs +2 -2
  47. package/esm2022/lib/shared/components/case-editor/services/event-trigger.service.mjs +2 -2
  48. package/esm2022/lib/shared/components/case-editor/services/judicial-worker.service.mjs +2 -2
  49. package/esm2022/lib/shared/components/case-editor/services/page-validation.service.mjs +2 -2
  50. package/esm2022/lib/shared/components/case-editor/services/valid-page-list-caseFields.service.mjs +2 -2
  51. package/esm2022/lib/shared/components/case-editor/services/wizard-page-field-to-case-field.mapper.mjs +2 -2
  52. package/esm2022/lib/shared/components/case-editor/services/work-allocation.service.mjs +2 -2
  53. package/esm2022/lib/shared/components/case-header/case-header.component.mjs +2 -2
  54. package/esm2022/lib/shared/components/case-header/case-header.module.mjs +2 -2
  55. package/esm2022/lib/shared/components/case-history/case-history.component.mjs +2 -2
  56. package/esm2022/lib/shared/components/case-history/case-history.module.mjs +2 -2
  57. package/esm2022/lib/shared/components/case-history/services/case-history.service.mjs +2 -2
  58. package/esm2022/lib/shared/components/case-list/case-list.component.mjs +2 -2
  59. package/esm2022/lib/shared/components/case-list/case-list.module.mjs +2 -2
  60. package/esm2022/lib/shared/components/case-list-filters/case-list-filters.component.mjs +2 -2
  61. package/esm2022/lib/shared/components/case-list-filters/case-list-filters.module.mjs +2 -2
  62. package/esm2022/lib/shared/components/case-timeline/case-timeline.component.mjs +2 -2
  63. package/esm2022/lib/shared/components/case-timeline/case-timeline.module.mjs +2 -2
  64. package/esm2022/lib/shared/components/case-viewer/case-basic-access-view/case-basic-access-view.component.mjs +2 -2
  65. package/esm2022/lib/shared/components/case-viewer/case-challenged-access-request/case-challenged-access-request.component.mjs +2 -2
  66. package/esm2022/lib/shared/components/case-viewer/case-challenged-access-success/case-challenged-access-success.component.mjs +2 -2
  67. package/esm2022/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.mjs +2 -2
  68. package/esm2022/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.mjs +2 -2
  69. package/esm2022/lib/shared/components/case-viewer/case-review-specific-access-reject/case-review-specific-access-reject.component.mjs +2 -2
  70. package/esm2022/lib/shared/components/case-viewer/case-review-specific-access-request/case-review-specific-access-request.component.mjs +2 -2
  71. package/esm2022/lib/shared/components/case-viewer/case-specific-access-request/case-specific-access-request.component.mjs +2 -2
  72. package/esm2022/lib/shared/components/case-viewer/case-specific-access-success/case-specific-access-success.component.mjs +2 -2
  73. package/esm2022/lib/shared/components/case-viewer/case-view/case-view.component.mjs +2 -2
  74. package/esm2022/lib/shared/components/case-viewer/case-viewer.component.mjs +2 -2
  75. package/esm2022/lib/shared/components/case-viewer/case-viewer.module.mjs +2 -2
  76. package/esm2022/lib/shared/components/case-viewer/printer/case-printer.component.mjs +2 -2
  77. package/esm2022/lib/shared/components/case-viewer/printer/pipes/print-url.pipe.mjs +2 -2
  78. package/esm2022/lib/shared/components/case-viewer/services/case.resolver.mjs +2 -2
  79. package/esm2022/lib/shared/components/case-viewer/services/event-trigger.resolver.mjs +9 -5
  80. package/esm2022/lib/shared/components/create-case-filters/create-case-filters.component.mjs +2 -2
  81. package/esm2022/lib/shared/components/create-case-filters/create-case-filters.module.mjs +2 -2
  82. package/esm2022/lib/shared/components/dialogs/delete-or-cancel-dialog/delete-or-cancel-dialog.component.mjs +2 -2
  83. package/esm2022/lib/shared/components/dialogs/dialogs.module.mjs +2 -2
  84. package/esm2022/lib/shared/components/dialogs/document-dialog/document-dialog.component.mjs +2 -2
  85. package/esm2022/lib/shared/components/dialogs/remove-dialog/remove-dialog.component.mjs +2 -2
  86. package/esm2022/lib/shared/components/dialogs/save-or-discard-dialog/save-or-discard-dialog.component.mjs +2 -2
  87. package/esm2022/lib/shared/components/error/callback-errors.component.mjs +4 -4
  88. package/esm2022/lib/shared/components/error/errors.module.mjs +2 -2
  89. package/esm2022/lib/shared/components/error-message/error-message.component.mjs +2 -2
  90. package/esm2022/lib/shared/components/error-message/error-message.module.mjs +2 -2
  91. package/esm2022/lib/shared/components/event-start/components/multiple-tasks-exist/multiple-tasks-exist.component.mjs +2 -2
  92. package/esm2022/lib/shared/components/event-start/components/no-tasks-available/no-tasks-available.component.mjs +2 -2
  93. package/esm2022/lib/shared/components/event-start/components/task-assigned/task-assigned.component.mjs +2 -2
  94. package/esm2022/lib/shared/components/event-start/components/task-cancelled/task-cancelled.component.mjs +2 -2
  95. package/esm2022/lib/shared/components/event-start/components/task-conflict/task-conflict.component.mjs +2 -2
  96. package/esm2022/lib/shared/components/event-start/components/task-unassigned/task-unassigned.component.mjs +2 -2
  97. package/esm2022/lib/shared/components/event-start/event-guard/event-start.guard.mjs +2 -2
  98. package/esm2022/lib/shared/components/event-start/event-start.component.mjs +2 -2
  99. package/esm2022/lib/shared/components/event-start/event-start.module.mjs +2 -2
  100. package/esm2022/lib/shared/components/event-start/resolvers/event-tasks-resolver.service.mjs +2 -2
  101. package/esm2022/lib/shared/components/event-start/services/event-start-state-machine.service.mjs +2 -2
  102. package/esm2022/lib/shared/components/event-trigger/event-trigger.component.mjs +2 -2
  103. package/esm2022/lib/shared/components/event-trigger/event-trigger.module.mjs +2 -2
  104. package/esm2022/lib/shared/components/loading-spinner/loading-spinner.component.mjs +2 -2
  105. package/esm2022/lib/shared/components/loading-spinner/loading-spinner.module.mjs +2 -2
  106. package/esm2022/lib/shared/components/pagination/pagination.component.mjs +2 -2
  107. package/esm2022/lib/shared/components/pagination/pagination.module.mjs +2 -2
  108. package/esm2022/lib/shared/components/palette/address/write-address-field.component.mjs +2 -2
  109. package/esm2022/lib/shared/components/palette/base-field/abstract-field-read.component.mjs +2 -2
  110. package/esm2022/lib/shared/components/palette/base-field/abstract-field-write-journey.component.mjs +2 -2
  111. package/esm2022/lib/shared/components/palette/base-field/abstract-field-write.component.mjs +2 -2
  112. package/esm2022/lib/shared/components/palette/base-field/abstract-form-field.component.mjs +2 -2
  113. package/esm2022/lib/shared/components/palette/base-field/abstract-journey.component.mjs +2 -2
  114. package/esm2022/lib/shared/components/palette/base-field/field-read-label.component.mjs +2 -2
  115. package/esm2022/lib/shared/components/palette/base-field/field-read.component.mjs +2 -2
  116. package/esm2022/lib/shared/components/palette/base-field/field-write.component.mjs +2 -2
  117. package/esm2022/lib/shared/components/palette/case-file-view/case-file-view-field.component.mjs +2 -2
  118. package/esm2022/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder-document-actions/case-file-view-folder-document-actions.component.mjs +2 -2
  119. package/esm2022/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder-sort/case-file-view-folder-sort.component.mjs +2 -2
  120. package/esm2022/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder.component.mjs +2 -2
  121. package/esm2022/lib/shared/components/palette/case-file-view/components/case-file-view-folder-selector/case-file-view-folder-selector.component.mjs +2 -2
  122. package/esm2022/lib/shared/components/palette/case-file-view/components/shared/case-file-view-overlay-menu/case-file-view-overlay-menu.component.mjs +2 -2
  123. package/esm2022/lib/shared/components/palette/case-flag/components/add-comments/add-comments.component.mjs +2 -2
  124. package/esm2022/lib/shared/components/palette/case-flag/components/case-flag-summary-list/case-flag-summary-list.component.mjs +2 -2
  125. package/esm2022/lib/shared/components/palette/case-flag/components/case-flag-table/case-flag-table.component.mjs +2 -2
  126. package/esm2022/lib/shared/components/palette/case-flag/components/confirm-flag-status/confirm-flag-status.component.mjs +2 -2
  127. package/esm2022/lib/shared/components/palette/case-flag/components/manage-case-flags/manage-case-flags.component.mjs +2 -2
  128. package/esm2022/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter.component.mjs +2 -2
  129. package/esm2022/lib/shared/components/palette/case-flag/components/select-flag-location/select-flag-location.component.mjs +2 -2
  130. package/esm2022/lib/shared/components/palette/case-flag/components/select-flag-type/select-flag-type.component.mjs +2 -2
  131. package/esm2022/lib/shared/components/palette/case-flag/components/update-flag/update-flag-add-translation-form/update-flag-add-translation-form.component.mjs +2 -2
  132. package/esm2022/lib/shared/components/palette/case-flag/components/update-flag/update-flag.component.mjs +2 -2
  133. package/esm2022/lib/shared/components/palette/case-flag/pipes/flag-field-display.pipe.mjs +2 -2
  134. package/esm2022/lib/shared/components/palette/case-flag/pipes/language-interpreter-display.pipe.mjs +2 -2
  135. package/esm2022/lib/shared/components/palette/case-flag/pipes/manage-case-flags-label-display.pipe.mjs +2 -2
  136. package/esm2022/lib/shared/components/palette/case-flag/pipes/update-flag-title-display.pipe.mjs +2 -2
  137. package/esm2022/lib/shared/components/palette/case-flag/read-case-flag-field.component.mjs +2 -2
  138. package/esm2022/lib/shared/components/palette/case-flag/write-case-flag-field.component.mjs +2 -2
  139. package/esm2022/lib/shared/components/palette/case-link/read-case-link-field.component.mjs +2 -2
  140. package/esm2022/lib/shared/components/palette/case-link/write-case-link-field.component.mjs +2 -2
  141. package/esm2022/lib/shared/components/palette/collection/collection-create-checker.service.mjs +2 -2
  142. package/esm2022/lib/shared/components/palette/collection/read-collection-field.component.mjs +2 -2
  143. package/esm2022/lib/shared/components/palette/collection/write-collection-field.component.mjs +2 -2
  144. package/esm2022/lib/shared/components/palette/complex/read-complex-field-collection-table.component.mjs +4 -4
  145. package/esm2022/lib/shared/components/palette/complex/read-complex-field-raw.component.mjs +2 -2
  146. package/esm2022/lib/shared/components/palette/complex/read-complex-field-table.component.mjs +2 -2
  147. package/esm2022/lib/shared/components/palette/complex/read-complex-field.component.mjs +2 -2
  148. package/esm2022/lib/shared/components/palette/complex/write-complex-field.component.mjs +2 -2
  149. package/esm2022/lib/shared/components/palette/date/read-date-field.component.mjs +2 -2
  150. package/esm2022/lib/shared/components/palette/date/write-date-container-field.component.mjs +2 -2
  151. package/esm2022/lib/shared/components/palette/date/write-date-field.component.mjs +2 -2
  152. package/esm2022/lib/shared/components/palette/datetime-picker/datetime-picker.component.mjs +2 -2
  153. package/esm2022/lib/shared/components/palette/document/document-url.pipe.mjs +2 -2
  154. package/esm2022/lib/shared/components/palette/document/file-upload-progress.guard.mjs +2 -2
  155. package/esm2022/lib/shared/components/palette/document/file-upload-state.service.mjs +2 -2
  156. package/esm2022/lib/shared/components/palette/document/read-document-field.component.mjs +2 -2
  157. package/esm2022/lib/shared/components/palette/document/write-document-field.component.mjs +2 -2
  158. package/esm2022/lib/shared/components/palette/dynamic-list/dynamic-list.pipe.mjs +2 -2
  159. package/esm2022/lib/shared/components/palette/dynamic-list/read-dynamic-list-field.component.mjs +2 -2
  160. package/esm2022/lib/shared/components/palette/dynamic-list/write-dynamic-list-field.component.mjs +2 -2
  161. package/esm2022/lib/shared/components/palette/dynamic-multi-select-list/read-dynamic-multi-select-list-field.component.mjs +2 -2
  162. package/esm2022/lib/shared/components/palette/dynamic-multi-select-list/write-dynamic-multi-select-list-field.component.mjs +2 -2
  163. package/esm2022/lib/shared/components/palette/dynamic-radio-list/dynamic-radio-list.pipe.mjs +2 -2
  164. package/esm2022/lib/shared/components/palette/dynamic-radio-list/read-dynamic-radio-list-field.component.mjs +2 -2
  165. package/esm2022/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.mjs +2 -2
  166. package/esm2022/lib/shared/components/palette/email/read-email-field.component.mjs +2 -2
  167. package/esm2022/lib/shared/components/palette/email/write-email-field.component.mjs +2 -2
  168. package/esm2022/lib/shared/components/palette/fixed-list/fixed-list.pipe.mjs +2 -2
  169. package/esm2022/lib/shared/components/palette/fixed-list/read-fixed-list-field.component.mjs +2 -2
  170. package/esm2022/lib/shared/components/palette/fixed-list/write-fixed-list-field.component.mjs +2 -2
  171. package/esm2022/lib/shared/components/palette/fixed-radio-list/fixed-radio-list.pipe.mjs +2 -2
  172. package/esm2022/lib/shared/components/palette/fixed-radio-list/read-fixed-radio-list-field.component.mjs +2 -2
  173. package/esm2022/lib/shared/components/palette/fixed-radio-list/write-fixed-radio-list-field.component.mjs +2 -2
  174. package/esm2022/lib/shared/components/palette/history/case-history-viewer-field.component.mjs +2 -2
  175. package/esm2022/lib/shared/components/palette/history/event-log/event-log-details.component.mjs +2 -2
  176. package/esm2022/lib/shared/components/palette/history/event-log/event-log-table.component.mjs +2 -2
  177. package/esm2022/lib/shared/components/palette/history/event-log/event-log.component.mjs +2 -2
  178. package/esm2022/lib/shared/components/palette/judicial-user/read-judicial-user-field.component.mjs +2 -2
  179. package/esm2022/lib/shared/components/palette/judicial-user/write-judicial-user-field.component.mjs +2 -2
  180. package/esm2022/lib/shared/components/palette/label/label-field.component.mjs +2 -2
  181. package/esm2022/lib/shared/components/palette/linked-cases/components/before-you-start/before-you-start.component.mjs +2 -2
  182. package/esm2022/lib/shared/components/palette/linked-cases/components/check-your-answers/check-your-answers.component.mjs +2 -2
  183. package/esm2022/lib/shared/components/palette/linked-cases/components/link-cases/link-cases.component.mjs +2 -2
  184. package/esm2022/lib/shared/components/palette/linked-cases/components/linked-cases-table/linked-cases-from-table.component.mjs +2 -2
  185. package/esm2022/lib/shared/components/palette/linked-cases/components/linked-cases-table/linked-cases-to-table.component.mjs +2 -2
  186. package/esm2022/lib/shared/components/palette/linked-cases/components/no-linked-cases/no-linked-cases.component.mjs +2 -2
  187. package/esm2022/lib/shared/components/palette/linked-cases/components/unlink-cases/unlink-cases.component.mjs +2 -2
  188. package/esm2022/lib/shared/components/palette/linked-cases/read-linked-cases-field.component.mjs +2 -2
  189. package/esm2022/lib/shared/components/palette/linked-cases/services/linked-cases.service.mjs +2 -2
  190. package/esm2022/lib/shared/components/palette/linked-cases/utils/validators.utils.mjs +2 -2
  191. package/esm2022/lib/shared/components/palette/linked-cases/write-linked-cases-field.component.mjs +2 -2
  192. package/esm2022/lib/shared/components/palette/markdown/markdown-component.module.mjs +2 -2
  193. package/esm2022/lib/shared/components/palette/markdown/markdown.component.mjs +9 -5
  194. package/esm2022/lib/shared/components/palette/markdown/routerlink.component.mjs +2 -2
  195. package/esm2022/lib/shared/components/palette/money-gbp/money-gbp-input.component.mjs +2 -2
  196. package/esm2022/lib/shared/components/palette/money-gbp/read-money-gbp-field.component.mjs +2 -2
  197. package/esm2022/lib/shared/components/palette/money-gbp/write-money-gbp-field.component.mjs +2 -2
  198. package/esm2022/lib/shared/components/palette/multi-select-list/read-multi-select-list-field.component.mjs +2 -2
  199. package/esm2022/lib/shared/components/palette/multi-select-list/write-multi-select-list-field.component.mjs +2 -2
  200. package/esm2022/lib/shared/components/palette/number/read-number-field.component.mjs +2 -2
  201. package/esm2022/lib/shared/components/palette/number/write-number-field.component.mjs +2 -2
  202. package/esm2022/lib/shared/components/palette/order-summary/read-order-summary-field.component.mjs +2 -2
  203. package/esm2022/lib/shared/components/palette/order-summary/read-order-summary-row.component.mjs +2 -2
  204. package/esm2022/lib/shared/components/palette/order-summary/write-order-summary-field.component.mjs +2 -2
  205. package/esm2022/lib/shared/components/palette/organisation/read-organisation-field-raw.component.mjs +2 -2
  206. package/esm2022/lib/shared/components/palette/organisation/read-organisation-field-table.component.mjs +2 -2
  207. package/esm2022/lib/shared/components/palette/organisation/read-organisation-field.component.mjs +2 -2
  208. package/esm2022/lib/shared/components/palette/organisation/write-organisation-complex-field.component.mjs +2 -2
  209. package/esm2022/lib/shared/components/palette/organisation/write-organisation-field.component.mjs +2 -2
  210. package/esm2022/lib/shared/components/palette/palette.module.mjs +2 -2
  211. package/esm2022/lib/shared/components/palette/palette.service.mjs +2 -2
  212. package/esm2022/lib/shared/components/palette/payment/case-payment-history-viewer-field.component.mjs +2 -2
  213. package/esm2022/lib/shared/components/palette/phone-uk/read-phone-uk-field.component.mjs +2 -2
  214. package/esm2022/lib/shared/components/palette/phone-uk/write-phone-uk-field.component.mjs +2 -2
  215. package/esm2022/lib/shared/components/palette/query-management/components/qualifying-questions/qualifying-question-detail/qualifying-question-detail.component.mjs +2 -2
  216. package/esm2022/lib/shared/components/palette/query-management/components/qualifying-questions/qualifying-question-options/qualifying-question-options.component.mjs +2 -2
  217. package/esm2022/lib/shared/components/palette/query-management/components/query-attachments-read/query-attachments-read.component.mjs +2 -2
  218. package/esm2022/lib/shared/components/palette/query-management/components/query-case-details-header/query-case-details-header.component.mjs +2 -2
  219. package/esm2022/lib/shared/components/palette/query-management/components/query-check-your-answers/query-check-your-answers.component.mjs +2 -2
  220. package/esm2022/lib/shared/components/palette/query-management/components/query-confirmation/query-confirmation.component.mjs +2 -2
  221. package/esm2022/lib/shared/components/palette/query-management/components/query-details/query-details.component.mjs +2 -2
  222. package/esm2022/lib/shared/components/palette/query-management/components/query-event-completion/query-event-completion.component.mjs +2 -2
  223. package/esm2022/lib/shared/components/palette/query-management/components/query-list/query-list.component.mjs +2 -2
  224. package/esm2022/lib/shared/components/palette/query-management/components/query-write/query-write-add-documents/query-write-add-documents.component.mjs +2 -2
  225. package/esm2022/lib/shared/components/palette/query-management/components/query-write/query-write-date-input/query-write-date-input.component.mjs +4 -2
  226. package/esm2022/lib/shared/components/palette/query-management/components/query-write/query-write-raise-query/query-write-raise-query.component.mjs +2 -2
  227. package/esm2022/lib/shared/components/palette/query-management/components/query-write/query-write-respond-to-query/query-write-respond-to-query.component.mjs +2 -2
  228. package/esm2022/lib/shared/components/palette/query-management/read-query-management-field.component.mjs +2 -2
  229. package/esm2022/lib/shared/components/palette/query-management/services/qualifying-question.service.mjs +2 -2
  230. package/esm2022/lib/shared/components/palette/query-management/utils/query-management.utils.mjs +2 -2
  231. package/esm2022/lib/shared/components/palette/text/read-text-field.component.mjs +2 -2
  232. package/esm2022/lib/shared/components/palette/text/write-text-field.component.mjs +2 -2
  233. package/esm2022/lib/shared/components/palette/text-area/read-text-area-field.component.mjs +2 -2
  234. package/esm2022/lib/shared/components/palette/text-area/write-text-area-field.component.mjs +2 -2
  235. package/esm2022/lib/shared/components/palette/unsupported-field.component.mjs +2 -2
  236. package/esm2022/lib/shared/components/palette/utils/dash.pipe.mjs +2 -2
  237. package/esm2022/lib/shared/components/palette/utils/date.pipe.mjs +2 -2
  238. package/esm2022/lib/shared/components/palette/utils/field-label.pipe.mjs +2 -2
  239. package/esm2022/lib/shared/components/palette/utils/first-error.pipe.mjs +2 -2
  240. package/esm2022/lib/shared/components/palette/utils/is-compound.pipe.mjs +2 -2
  241. package/esm2022/lib/shared/components/palette/utils/is-mandatory.pipe.mjs +2 -2
  242. package/esm2022/lib/shared/components/palette/utils/is-read-only-and-not-collection.pipe.mjs +2 -2
  243. package/esm2022/lib/shared/components/palette/utils/is-read-only.pipe.mjs +2 -2
  244. package/esm2022/lib/shared/components/palette/utils/utils.module.mjs +2 -2
  245. package/esm2022/lib/shared/components/palette/waystopay/waystopay-field.component.mjs +2 -2
  246. package/esm2022/lib/shared/components/palette/yes-no/read-yes-no-field.component.mjs +2 -2
  247. package/esm2022/lib/shared/components/palette/yes-no/write-yes-no-field.component.mjs +2 -2
  248. package/esm2022/lib/shared/components/palette/yes-no/yes-no.service.mjs +2 -2
  249. package/esm2022/lib/shared/components/search-filters/search-filters-wrapper.component.mjs +2 -2
  250. package/esm2022/lib/shared/components/search-filters/search-filters.component.mjs +4 -2
  251. package/esm2022/lib/shared/components/search-filters/search-filters.module.mjs +2 -2
  252. package/esm2022/lib/shared/components/search-result/search-result.component.mjs +4 -5
  253. package/esm2022/lib/shared/components/search-result/search-result.module.mjs +2 -2
  254. package/esm2022/lib/shared/components/workbasket-filters/workbasket-filters.component.mjs +4 -2
  255. package/esm2022/lib/shared/components/workbasket-filters/workbasket-filters.module.mjs +2 -2
  256. package/esm2022/lib/shared/directives/conditional-show/conditional-show-form.directive.mjs +2 -2
  257. package/esm2022/lib/shared/directives/conditional-show/conditional-show.module.mjs +2 -2
  258. package/esm2022/lib/shared/directives/conditional-show/services/conditional-show-registrar.service.mjs +2 -2
  259. package/esm2022/lib/shared/directives/conditional-show/services/grey-bar.service.mjs +2 -2
  260. package/esm2022/lib/shared/directives/focus-element/focus-element.directive.mjs +2 -2
  261. package/esm2022/lib/shared/directives/focus-element/focus-element.module.mjs +2 -2
  262. package/esm2022/lib/shared/directives/substitutor/label-substitutor.directive.mjs +2 -2
  263. package/esm2022/lib/shared/directives/substitutor/label-substitutor.module.mjs +2 -2
  264. package/esm2022/lib/shared/directives/substitutor/services/placeholder.service.mjs +2 -2
  265. package/esm2022/lib/shared/domain/organisation/organisation-converter.mjs +2 -2
  266. package/esm2022/lib/shared/pipes/case-reference/case-reference.pipe.mjs +2 -2
  267. package/esm2022/lib/shared/pipes/case-title/ccd-case-title.pipe.mjs +2 -2
  268. package/esm2022/lib/shared/pipes/complex/ccd-collection-table-value-case-fields.pipe.mjs +2 -2
  269. package/esm2022/lib/shared/pipes/complex/ccd-cyapage-label-filter.pipe.mjs +2 -2
  270. package/esm2022/lib/shared/pipes/complex/ccd-page-fields.pipe.mjs +2 -2
  271. package/esm2022/lib/shared/pipes/complex/ccd-read-fields-filter.pipe.mjs +2 -2
  272. package/esm2022/lib/shared/pipes/complex/ccd-tab-fields.pipe.mjs +2 -2
  273. package/esm2022/lib/shared/pipes/complex/fields-filter.pipe.mjs +2 -2
  274. package/esm2022/lib/shared/pipes/generic/enum-display-description/enum-display-description.pipe.mjs +2 -2
  275. package/esm2022/lib/shared/pipes/link-cases-from-reason-code/ccd-link-cases-from-reason-code.pipe.mjs +2 -2
  276. package/esm2022/lib/shared/pipes/link-cases-reason-code/ccd-link-cases-reason-code.pipe.mjs +2 -2
  277. package/esm2022/lib/shared/pipes/pipes.module.mjs +2 -2
  278. package/esm2022/lib/shared/pipes/search-result/sorting/sort-search-result.pipe.mjs +2 -2
  279. package/esm2022/lib/shared/services/activity/activity.polling.service.mjs +2 -2
  280. package/esm2022/lib/shared/services/activity/activity.service.mjs +2 -2
  281. package/esm2022/lib/shared/services/addresses/addresses.service.mjs +2 -2
  282. package/esm2022/lib/shared/services/alert/alert.service.mjs +2 -2
  283. package/esm2022/lib/shared/services/auth/auth.service.mjs +2 -2
  284. package/esm2022/lib/shared/services/banners/banners.service.mjs +2 -2
  285. package/esm2022/lib/shared/services/browser/browser.service.mjs +2 -2
  286. package/esm2022/lib/shared/services/case-fields/case-field.service.mjs +2 -2
  287. package/esm2022/lib/shared/services/case-fields/format-translator.service.mjs +2 -2
  288. package/esm2022/lib/shared/services/case-file-view/case-file-view.service.mjs +2 -2
  289. package/esm2022/lib/shared/services/case-flag/case-flag-refdata.service.mjs +2 -2
  290. package/esm2022/lib/shared/services/common-data-service/common-data-service.mjs +2 -2
  291. package/esm2022/lib/shared/services/cookie/read-cookie-service.mjs +2 -2
  292. package/esm2022/lib/shared/services/definitions/definitions.module.mjs +2 -2
  293. package/esm2022/lib/shared/services/definitions/definitions.service.mjs +2 -2
  294. package/esm2022/lib/shared/services/document-management/document-management.service.mjs +2 -2
  295. package/esm2022/lib/shared/services/draft/draft.service.mjs +2 -2
  296. package/esm2022/lib/shared/services/error/error-notifier.service.mjs +2 -2
  297. package/esm2022/lib/shared/services/eventStatusService/event-status.service.mjs +2 -2
  298. package/esm2022/lib/shared/services/fields/fields.purger.mjs +2 -2
  299. package/esm2022/lib/shared/services/fields/fields.utils.mjs +2 -2
  300. package/esm2022/lib/shared/services/form/field-type-sanitiser.mjs +2 -2
  301. package/esm2022/lib/shared/services/form/form-error.service.mjs +2 -2
  302. package/esm2022/lib/shared/services/form/form-validators.service.mjs +2 -2
  303. package/esm2022/lib/shared/services/form/form-value.service.mjs +2 -2
  304. package/esm2022/lib/shared/services/http/http-error.service.mjs +2 -2
  305. package/esm2022/lib/shared/services/http/http.service.mjs +2 -2
  306. package/esm2022/lib/shared/services/journey/multipage-component-state.service.mjs +2 -2
  307. package/esm2022/lib/shared/services/jurisdiction/jurisdiction.service.mjs +2 -2
  308. package/esm2022/lib/shared/services/loading/loading.module.mjs +2 -2
  309. package/esm2022/lib/shared/services/loading/loading.service.mjs +2 -2
  310. package/esm2022/lib/shared/services/navigation/navigation-notifier.service.mjs +2 -2
  311. package/esm2022/lib/shared/services/order/order.service.mjs +2 -2
  312. package/esm2022/lib/shared/services/organisation/organisation.service.mjs +2 -2
  313. package/esm2022/lib/shared/services/profile/profile.notifier.mjs +2 -2
  314. package/esm2022/lib/shared/services/profile/profile.service.mjs +2 -2
  315. package/esm2022/lib/shared/services/request/request.options.builder.mjs +2 -2
  316. package/esm2022/lib/shared/services/router/router-helper.service.mjs +2 -2
  317. package/esm2022/lib/shared/services/search/search.service.mjs +2 -2
  318. package/esm2022/lib/shared/services/search-result/sorting/search-result-view-item-comparator-factory.mjs +2 -2
  319. package/esm2022/lib/shared/services/session/session-storage.service.mjs +2 -2
  320. package/esm2022/lib/shared/services/utils/retry/retry.service.mjs +2 -2
  321. package/esm2022/lib/shared/services/window/window.service.mjs +2 -2
  322. package/esm2022/lib/shared/services/workbasket/workbasket-input-filter.service.mjs +2 -2
  323. package/fesm2022/hmcts-ccd-case-ui-toolkit.mjs +348 -334
  324. package/fesm2022/hmcts-ccd-case-ui-toolkit.mjs.map +1 -1
  325. package/lib/shared/components/case-viewer/services/event-trigger.resolver.d.ts.map +1 -1
  326. package/lib/shared/components/palette/markdown/markdown.component.d.ts +3 -2
  327. package/lib/shared/components/palette/markdown/markdown.component.d.ts.map +1 -1
  328. package/lib/shared/components/palette/query-management/components/query-write/query-write-date-input/query-write-date-input.component.d.ts.map +1 -1
  329. package/lib/shared/components/search-filters/search-filters.component.d.ts.map +1 -1
  330. package/lib/shared/components/search-result/search-result.component.d.ts.map +1 -1
  331. package/lib/shared/components/workbasket-filters/workbasket-filters.component.d.ts.map +1 -1
  332. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Component, Input, EventEmitter, Output, NgModule, ViewEncapsulation, forwardRef, Pipe, ViewChildren, ContentChildren, Injectable, Inject, ChangeDetectorRef, Directive, InjectionToken, ViewChild, ChangeDetectionStrategy, Injector, ViewContainerRef, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
2
+ import { Component, Input, EventEmitter, Output, NgModule, ViewEncapsulation, forwardRef, Pipe, ContentChildren, ViewChildren, Injectable, Inject, ChangeDetectorRef, Directive, InjectionToken, ViewChild, ChangeDetectionStrategy, Injector, ViewContainerRef, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
3
3
  import * as i5 from '@angular/common';
4
4
  import { CommonModule, DOCUMENT, AsyncPipe, CurrencyPipe, formatDate } from '@angular/common';
5
5
  import * as i1 from 'rpx-xui-translation';
@@ -43,7 +43,7 @@ import { NestedTreeControl, CdkTreeModule } from '@angular/cdk/tree';
43
43
  import { cloneDeep } from 'lodash';
44
44
  import * as i4$1 from '@angular-material-components/datetime-picker';
45
45
  import { NGX_MAT_DATE_FORMATS, NgxMatDateAdapter, NgxMatDatetimePickerModule, NgxMatTimepickerModule, NgxMatNativeDateModule } from '@angular-material-components/datetime-picker';
46
- import { NgxMatMomentAdapter, NGX_MAT_MOMENT_DATE_ADAPTER_OPTIONS } from '@angular-material-components/moment-adapter';
46
+ import { NGX_MAT_MOMENT_DATE_ADAPTER_OPTIONS, NgxMatMomentAdapter } from '@angular-material-components/moment-adapter';
47
47
  import * as i5$2 from '@angular/material/legacy-form-field';
48
48
  import { MatLegacyFormFieldModule } from '@angular/material/legacy-form-field';
49
49
  import * as i6$1 from '@angular/material/datepicker';
@@ -135,7 +135,7 @@ class FooterComponent {
135
135
  isSolicitor;
136
136
  phone;
137
137
  workhours;
138
- static ɵfac = function FooterComponent_Factory(t) { return new (t || FooterComponent)(); };
138
+ static ɵfac = function FooterComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FooterComponent)(); };
139
139
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: FooterComponent, selectors: [["cut-footer-bar"]], inputs: { email: "email", isSolicitor: "isSolicitor", phone: "phone", workhours: "workhours" }, ngContentSelectors: _c1$u, decls: 4, vars: 4, consts: [["id", "footer", "role", "footer", 1, "group", "js-footer"], [1, "footer-wrapper"], ["class", "footer-meta", 4, "ngIf"], [1, "footer-meta"], [1, "footer-meta-inner"], [1, "open-government-licence"], [1, "logo"], ["href", "https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/", "rel", "license"], [1, "copyright"], ["href", "https://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/"], [1, "title"], [1, "footer-text"], [1, "email"], [3, "href"], [1, "phone"], [1, "work-hours"]], template: function FooterComponent_Template(rf, ctx) { if (rf & 1) {
140
140
  i0.ɵɵprojectionDef(_c0$16);
141
141
  i0.ɵɵelementStart(0, "footer", 0)(1, "div", 1);
@@ -205,7 +205,7 @@ class HeaderBarComponent {
205
205
  signOut() {
206
206
  this.signOutRequest.emit();
207
207
  }
208
- static ɵfac = function HeaderBarComponent_Factory(t) { return new (t || HeaderBarComponent)(); };
208
+ static ɵfac = function HeaderBarComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || HeaderBarComponent)(); };
209
209
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: HeaderBarComponent, selectors: [["cut-header-bar"]], inputs: { title: "title", isSolicitor: "isSolicitor", username: "username" }, outputs: { signOutRequest: "signOutRequest" }, ngContentSelectors: _c1$t, decls: 17, vars: 14, consts: [["role", "banner", "id", "global-header", 1, "with-proposition"], [1, "header-wrapper"], [1, "header-global"], [4, "ngIf"], ["class", "global-header", 4, "ngIf"], [1, "header-proposition"], [1, "content"], ["href", "#proposition-links", 1, "js-header-toggle", "menu"], ["id", "proposition-menu", 4, "ngIf"], [1, "proposition-right"], ["id", "user-name"], ["id", "sign-out", "href", "javascript:void(0)", 3, "click"], ["href", "https://www.gov.uk", "title", "Go to the GOV.UK homepage", "id", "logo", 1, "content", 2, "margin-left", "0px"], ["src", "/img/gov.uk_logotype_crown_invert_trans.png?0.23.0", "width", "36", "height", "32", "alt", ""], [1, "global-header"], [1, "title"], ["id", "proposition-menu"], [1, "title-solicitor"], ["id", "proposition-name"]], template: function HeaderBarComponent_Template(rf, ctx) { if (rf & 1) {
210
210
  i0.ɵɵprojectionDef(_c0$15);
211
211
  i0.ɵɵelementStart(0, "header", 0)(1, "div", 1)(2, "div", 2);
@@ -261,7 +261,7 @@ const _c0$14 = [[["", "leftNavLinks", ""]], [["", "rightNavLinks", ""]]];
261
261
  const _c1$s = ["[leftNavLinks]", "[rightNavLinks]"];
262
262
  class NavigationComponent {
263
263
  isSolicitor;
264
- static ɵfac = function NavigationComponent_Factory(t) { return new (t || NavigationComponent)(); };
264
+ static ɵfac = function NavigationComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || NavigationComponent)(); };
265
265
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: NavigationComponent, selectors: [["cut-nav-bar"]], inputs: { isSolicitor: "isSolicitor" }, ngContentSelectors: _c1$s, decls: 4, vars: 2, consts: [[1, "cut-nav-bar"]], template: function NavigationComponent_Template(rf, ctx) { if (rf & 1) {
266
266
  i0.ɵɵprojectionDef(_c0$14);
267
267
  i0.ɵɵelementStart(0, "div")(1, "nav", 0);
@@ -292,7 +292,7 @@ class NavigationItemComponent {
292
292
  label;
293
293
  link;
294
294
  imageLink;
295
- static ɵfac = function NavigationItemComponent_Factory(t) { return new (t || NavigationItemComponent)(); };
295
+ static ɵfac = function NavigationItemComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || NavigationItemComponent)(); };
296
296
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: NavigationItemComponent, selectors: [["cut-nav-item"]], inputs: { label: "label", link: "link", imageLink: "imageLink" }, decls: 5, vars: 6, consts: [[3, "routerLinkActive", "routerLink"], ["type", "image", 3, "alt", "src", 4, "ngIf"], ["type", "image", 3, "alt", "src"]], template: function NavigationItemComponent_Template(rf, ctx) { if (rf & 1) {
297
297
  i0.ɵɵelementStart(0, "div")(1, "a", 0);
298
298
  i0.ɵɵtext(2);
@@ -325,7 +325,7 @@ class PhaseComponent {
325
325
  phaseLabel;
326
326
  phaseLink;
327
327
  isSolicitor;
328
- static ɵfac = function PhaseComponent_Factory(t) { return new (t || PhaseComponent)(); };
328
+ static ɵfac = function PhaseComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PhaseComponent)(); };
329
329
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PhaseComponent, selectors: [["cut-phase-bar"]], inputs: { phaseLabel: "phaseLabel", phaseLink: "phaseLink", isSolicitor: "isSolicitor" }, decls: 13, vars: 15, consts: [[1, "phase-banner"], [1, "phase-tag"], [1, "text-16"], ["target", "_blank", "rel", "noopener", 3, "href"]], template: function PhaseComponent_Template(rf, ctx) { if (rf & 1) {
330
330
  i0.ɵɵelementStart(0, "div", 0)(1, "p")(2, "strong", 1);
331
331
  i0.ɵɵtext(3);
@@ -368,7 +368,7 @@ class PhaseComponent {
368
368
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PhaseComponent, { className: "PhaseComponent", filePath: "lib/components/header/phase/phase.component.ts", lineNumber: 8 }); })();
369
369
 
370
370
  class HeadersModule {
371
- static ɵfac = function HeadersModule_Factory(t) { return new (t || HeadersModule)(); };
371
+ static ɵfac = function HeadersModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || HeadersModule)(); };
372
372
  static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: HeadersModule });
373
373
  static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule, RouterModule, RpxTranslationModule.forChild()] });
374
374
  }
@@ -385,7 +385,7 @@ class HeadersModule {
385
385
  const _c0$13 = [[["", "topBody", ""]], [["", "leftBody", ""]], [["", "rightBody", ""]]];
386
386
  const _c1$r = ["[topBody]", "[leftBody]", "[rightBody]"];
387
387
  class BodyComponent {
388
- static ɵfac = function BodyComponent_Factory(t) { return new (t || BodyComponent)(); };
388
+ static ɵfac = function BodyComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || BodyComponent)(); };
389
389
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BodyComponent, selectors: [["cut-body"]], ngContentSelectors: _c1$r, decls: 4, vars: 0, consts: [[1, "global-display"]], template: function BodyComponent_Template(rf, ctx) { if (rf & 1) {
390
390
  i0.ɵɵprojectionDef(_c0$13);
391
391
  i0.ɵɵelementStart(0, "div", 0);
@@ -646,7 +646,7 @@ class DateInputComponent {
646
646
  removeMilliseconds(dateTime) {
647
647
  return dateTime.replace(/\..*/, '');
648
648
  }
649
- static ɵfac = function DateInputComponent_Factory(t) { return new (t || DateInputComponent)(); };
649
+ static ɵfac = function DateInputComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || DateInputComponent)(); };
650
650
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: DateInputComponent, selectors: [["cut-date-input"]], inputs: { id: "id", mandatory: "mandatory", isDateTime: "isDateTime", formControl: "formControl", isInvalid: "isInvalid" }, features: [i0.ɵɵProvidersFeature([
651
651
  {
652
652
  provide: NG_VALUE_ACCESSOR,
@@ -786,7 +786,7 @@ class AlertComponent {
786
786
  type;
787
787
  showIcon = true;
788
788
  alertMessageType = AlertMessageType;
789
- static ɵfac = function AlertComponent_Factory(t) { return new (t || AlertComponent)(); };
789
+ static ɵfac = function AlertComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AlertComponent)(); };
790
790
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AlertComponent, selectors: [["cut-alert"]], inputs: { type: "type", showIcon: "showIcon" }, ngContentSelectors: _c0$11, decls: 11, vars: 12, consts: [[1, "hmcts-banner"], [3, "ngSwitch"], [4, "ngSwitchCase"], [1, "hmcts-banner__message"], [1, "hmcts-banner__assistive"], ["fill", "currentColor", "role", "presentation", "focusable", "false", "xmlns", "http://www.w3.org/2000/svg", "viewBox", "0 0 25 25", "height", "25", "width", "25", 1, "hmcts-banner__icon"], ["d", "M13.6,15.4h-2.3v-4.5h2.3V15.4z M13.6,19.8h-2.3v-2.2h2.3V19.8z M0,23.2h25L12.5,2L0,23.2z"], ["d", "M25,6.2L8.7,23.2L0,14.1l4-4.2l4.7,4.9L21,2L25,6.2z"], ["d", "M13.7,18.5h-2.4v-2.4h2.4V18.5z M12.5,13.7c-0.7,0-1.2-0.5-1.2-1.2V7.7c0-0.7,0.5-1.2,1.2-1.2s1.2,0.5,1.2,1.2v4.8\n C13.7,13.2,13.2,13.7,12.5,13.7z M12.5,0.5c-6.6,0-12,5.4-12,12s5.4,12,12,12s12-5.4,12-12S19.1,0.5,12.5,0.5z"]], template: function AlertComponent_Template(rf, ctx) { if (rf & 1) {
791
791
  i0.ɵɵprojectionDef();
792
792
  i0.ɵɵelementStart(0, "div", 0);
@@ -837,7 +837,7 @@ class AlertIconClassPipe {
837
837
  return AlertIconClassPipe.CLASS_WARNING;
838
838
  }
839
839
  }
840
- static ɵfac = function AlertIconClassPipe_Factory(t) { return new (t || AlertIconClassPipe)(); };
840
+ static ɵfac = function AlertIconClassPipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AlertIconClassPipe)(); };
841
841
  static ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "cutAlertIconClass", type: AlertIconClassPipe, pure: true });
842
842
  }
843
843
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AlertIconClassPipe, [{
@@ -848,7 +848,7 @@ class AlertIconClassPipe {
848
848
  }], null, null); })();
849
849
 
850
850
  class AlertModule {
851
- static ɵfac = function AlertModule_Factory(t) { return new (t || AlertModule)(); };
851
+ static ɵfac = function AlertModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AlertModule)(); };
852
852
  static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AlertModule });
853
853
  static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
854
854
  RpxTranslationModule.forChild()] });
@@ -983,7 +983,7 @@ class NotificationBannerComponent {
983
983
  onLinkClick(triggerOutputEventText) {
984
984
  this.linkClicked.emit(triggerOutputEventText);
985
985
  }
986
- static ɵfac = function NotificationBannerComponent_Factory(t) { return new (t || NotificationBannerComponent)(); };
986
+ static ɵfac = function NotificationBannerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || NotificationBannerComponent)(); };
987
987
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: NotificationBannerComponent, selectors: [["ccd-notification-banner"]], inputs: { notificationBannerConfig: "notificationBannerConfig" }, outputs: { linkClicked: "linkClicked" }, decls: 1, vars: 1, consts: [["class", "govuk-notification-banner", "role", "region", "aria-labelledby", "govuk-notification-banner-title", "data-module", "govuk-notification-banner", 3, "ngClass", 4, "ngIf"], ["role", "region", "aria-labelledby", "govuk-notification-banner-title", "data-module", "govuk-notification-banner", 1, "govuk-notification-banner", 3, "ngClass"], [1, "govuk-notification-banner__header"], ["id", "govuk-notification-banner-title", 1, "govuk-notification-banner__title"], [1, "govuk-notification-banner__content"], [1, "govuk-notification-banner__heading"], [3, "ngSwitch"], [4, "ngSwitchCase"], ["class", "govuk-notification-banner__link", 3, "href", 4, "ngIf"], ["class", "govuk-notification-banner__link", "href", "javascript:void(0)", 3, "click", 4, "ngIf"], ["fill", "currentColor", "role", "presentation", "focusable", "false", "xmlns", "http://www.w3.org/2000/svg", "viewBox", "0 0 25 25", "height", "36", "width", "36", 1, "hmcts-banner__icon"], ["d", "M13.6,15.4h-2.3v-4.5h2.3V15.4z M13.6,19.8h-2.3v-2.2h2.3V19.8z M0,23.2h25L12.5,2L0,23.2z"], ["d", "M25,6.2L8.7,23.2L0,14.1l4-4.2l4.7,4.9L21,2L25,6.2z"], ["d", "M13.7,18.5h-2.4v-2.4h2.4V18.5z M12.5,13.7c-0.7,0-1.2-0.5-1.2-1.2V7.7c0-0.7,0.5-1.2,1.2-1.2s1.2,0.5,1.2,1.2v4.8\n C13.7,13.2,13.2,13.7,12.5,13.7z M12.5,0.5c-6.6,0-12,5.4-12,12s5.4,12,12,12s12-5.4,12-12S19.1,0.5,12.5,0.5z"], [1, "govuk-notification-banner__link", 3, "href"], ["href", "javascript:void(0)", 1, "govuk-notification-banner__link", 3, "click"]], template: function NotificationBannerComponent_Template(rf, ctx) { if (rf & 1) {
988
988
  i0.ɵɵtemplate(0, NotificationBannerComponent_div_0_Template, 14, 10, "div", 0);
989
989
  } if (rf & 2) {
@@ -1006,7 +1006,7 @@ class TabComponent {
1006
1006
  id;
1007
1007
  title;
1008
1008
  selected;
1009
- static ɵfac = function TabComponent_Factory(t) { return new (t || TabComponent)(); };
1009
+ static ɵfac = function TabComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TabComponent)(); };
1010
1010
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TabComponent, selectors: [["cut-tab"]], inputs: { id: "id", title: "title", selected: "selected" }, ngContentSelectors: _c0$10, decls: 2, vars: 5, consts: [["role", "tabpanel", 1, "tabs-panel", 3, "id", "ngClass"]], template: function TabComponent_Template(rf, ctx) { if (rf & 1) {
1011
1011
  i0.ɵɵprojectionDef();
1012
1012
  i0.ɵɵelementStart(0, "div", 0);
@@ -1069,7 +1069,7 @@ class TabsComponent {
1069
1069
  }
1070
1070
  panels.forEach((panel) => panel.selected = id === panel.id);
1071
1071
  }
1072
- static ɵfac = function TabsComponent_Factory(t) { return new (t || TabsComponent)(i0.ɵɵdirectiveInject(i1$1.ActivatedRoute)); };
1072
+ static ɵfac = function TabsComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TabsComponent)(i0.ɵɵdirectiveInject(i1$1.ActivatedRoute)); };
1073
1073
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TabsComponent, selectors: [["cut-tabs"]], contentQueries: function TabsComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
1074
1074
  i0.ɵɵcontentQuery(dirIndex, TabComponent, 4);
1075
1075
  } if (rf & 2) {
@@ -1106,7 +1106,7 @@ class TabsComponent {
1106
1106
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TabsComponent, { className: "TabsComponent", filePath: "lib/components/tabs/tabs.component.ts", lineNumber: 12 }); })();
1107
1107
 
1108
1108
  class TabsModule {
1109
- static ɵfac = function TabsModule_Factory(t) { return new (t || TabsModule)(); };
1109
+ static ɵfac = function TabsModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TabsModule)(); };
1110
1110
  static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: TabsModule });
1111
1111
  static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
1112
1112
  RouterModule,
@@ -1143,7 +1143,7 @@ class ActivityBannerComponent {
1143
1143
  constructor() { }
1144
1144
  ngOnInit() {
1145
1145
  }
1146
- static ɵfac = function ActivityBannerComponent_Factory(t) { return new (t || ActivityBannerComponent)(); };
1146
+ static ɵfac = function ActivityBannerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ActivityBannerComponent)(); };
1147
1147
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ActivityBannerComponent, selectors: [["ccd-activity-banner"]], inputs: { bannerType: "bannerType", description: "description", imageLink: "imageLink" }, decls: 7, vars: 11, consts: [[3, "ngClass"], [1, "bannerIcon"], [1, "img-responsive", 3, "alt", "src"], [1, "bannerText"]], template: function ActivityBannerComponent_Template(rf, ctx) { if (rf & 1) {
1148
1148
  i0.ɵɵelementStart(0, "div", 0)(1, "div", 1);
1149
1149
  i0.ɵɵelement(2, "img", 2);
@@ -1180,7 +1180,7 @@ class ActivityIconComponent {
1180
1180
  constructor() { }
1181
1181
  ngOnInit() {
1182
1182
  }
1183
- static ɵfac = function ActivityIconComponent_Factory(t) { return new (t || ActivityIconComponent)(); };
1183
+ static ɵfac = function ActivityIconComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ActivityIconComponent)(); };
1184
1184
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ActivityIconComponent, selectors: [["ccd-activity-icon"]], inputs: { description: "description", imageLink: "imageLink" }, decls: 6, vars: 7, consts: [[1, "tooltip"], [1, "img-responsive", 3, "alt", "src"], [1, "tooltiptext"]], template: function ActivityIconComponent_Template(rf, ctx) { if (rf & 1) {
1185
1185
  i0.ɵɵelementStart(0, "div", 0);
1186
1186
  i0.ɵɵelement(1, "img", 1);
@@ -1391,7 +1391,7 @@ class AuthService {
1391
1391
  redirectUri() {
1392
1392
  return this.document.location.origin + AuthService.PATH_OAUTH2_REDIRECT;
1393
1393
  }
1394
- static ɵfac = function AuthService_Factory(t) { return new (t || AuthService)(i0.ɵɵinject(AbstractAppConfig), i0.ɵɵinject(DOCUMENT)); };
1394
+ static ɵfac = function AuthService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AuthService)(i0.ɵɵinject(AbstractAppConfig), i0.ɵɵinject(DOCUMENT)); };
1395
1395
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: AuthService, factory: AuthService.ɵfac });
1396
1396
  }
1397
1397
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AuthService, [{
@@ -1433,7 +1433,7 @@ class LoadingService {
1433
1433
  const timestamp = window.performance.now();
1434
1434
  return `toolkit-loading-${timestamp}`; // format: [source-library]-[unique incrementing number]
1435
1435
  }
1436
- static ɵfac = function LoadingService_Factory(t) { return new (t || LoadingService)(); };
1436
+ static ɵfac = function LoadingService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || LoadingService)(); };
1437
1437
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: LoadingService, factory: LoadingService.ɵfac });
1438
1438
  }
1439
1439
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LoadingService, [{
@@ -1441,7 +1441,7 @@ class LoadingService {
1441
1441
  }], null, null); })();
1442
1442
 
1443
1443
  class LoadingModule {
1444
- static ɵfac = function LoadingModule_Factory(t) { return new (t || LoadingModule)(); };
1444
+ static ɵfac = function LoadingModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || LoadingModule)(); };
1445
1445
  static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: LoadingModule });
1446
1446
  static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
1447
1447
  LoadingService
@@ -1517,7 +1517,7 @@ class HttpErrorService {
1517
1517
  }
1518
1518
  return throwError(httpError);
1519
1519
  }
1520
- static ɵfac = function HttpErrorService_Factory(t) { return new (t || HttpErrorService)(i0.ɵɵinject(AuthService), i0.ɵɵinject(LoadingService)); };
1520
+ static ɵfac = function HttpErrorService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || HttpErrorService)(i0.ɵɵinject(AuthService), i0.ɵɵinject(LoadingService)); };
1521
1521
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: HttpErrorService, factory: HttpErrorService.ɵfac });
1522
1522
  }
1523
1523
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(HttpErrorService, [{
@@ -1605,7 +1605,7 @@ class HttpService {
1605
1605
  }
1606
1606
  return options;
1607
1607
  }
1608
- static ɵfac = function HttpService_Factory(t) { return new (t || HttpService)(i0.ɵɵinject(i1$2.HttpClient), i0.ɵɵinject(HttpErrorService)); };
1608
+ static ɵfac = function HttpService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || HttpService)(i0.ɵɵinject(i1$2.HttpClient), i0.ɵɵinject(HttpErrorService)); };
1609
1609
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: HttpService, factory: HttpService.ɵfac });
1610
1610
  }
1611
1611
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(HttpService, [{
@@ -1637,7 +1637,7 @@ class SessionStorageService {
1637
1637
  clear() {
1638
1638
  sessionStorage.clear();
1639
1639
  }
1640
- static ɵfac = function SessionStorageService_Factory(t) { return new (t || SessionStorageService)(); };
1640
+ static ɵfac = function SessionStorageService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SessionStorageService)(); };
1641
1641
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: SessionStorageService, factory: SessionStorageService.ɵfac });
1642
1642
  }
1643
1643
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SessionStorageService, [{
@@ -1712,7 +1712,7 @@ class ActivityService {
1712
1712
  activityUrl() {
1713
1713
  return this.appConfig.getActivityUrl();
1714
1714
  }
1715
- static ɵfac = function ActivityService_Factory(t) { return new (t || ActivityService)(i0.ɵɵinject(HttpService), i0.ɵɵinject(AbstractAppConfig), i0.ɵɵinject(SessionStorageService)); };
1715
+ static ɵfac = function ActivityService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ActivityService)(i0.ɵɵinject(HttpService), i0.ɵɵinject(AbstractAppConfig), i0.ɵɵinject(SessionStorageService)); };
1716
1716
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: ActivityService, factory: ActivityService.ɵfac });
1717
1717
  }
1718
1718
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ActivityService, [{
@@ -1826,7 +1826,7 @@ class ActivityPollingService {
1826
1826
  };
1827
1827
  return polling(this.activityService.postActivity(caseId, activityType), pollingConfig);
1828
1828
  }
1829
- static ɵfac = function ActivityPollingService_Factory(t) { return new (t || ActivityPollingService)(i0.ɵɵinject(ActivityService), i0.ɵɵinject(i0.NgZone), i0.ɵɵinject(AbstractAppConfig)); };
1829
+ static ɵfac = function ActivityPollingService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ActivityPollingService)(i0.ɵɵinject(ActivityService), i0.ɵɵinject(i0.NgZone), i0.ɵɵinject(AbstractAppConfig)); };
1830
1830
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: ActivityPollingService, factory: ActivityPollingService.ɵfac });
1831
1831
  }
1832
1832
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ActivityPollingService, [{
@@ -1962,7 +1962,7 @@ class ActivityComponent {
1962
1962
  replaceLastCommaWithAnd(str) {
1963
1963
  return str.trim().replace(/,([^,]*)$/, ' and $1').split(' ').join(' ');
1964
1964
  }
1965
- static ɵfac = function ActivityComponent_Factory(t) { return new (t || ActivityComponent)(i0.ɵɵdirectiveInject(ActivityPollingService)); };
1965
+ static ɵfac = function ActivityComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ActivityComponent)(i0.ɵɵdirectiveInject(ActivityPollingService)); };
1966
1966
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ActivityComponent, selectors: [["ccd-activity"]], inputs: { caseId: "caseId", displayMode: "displayMode" }, decls: 1, vars: 1, consts: [["class", "activityComponent", 4, "ngIf"], [1, "activityComponent"], [3, "activityEditorsAndViewersIcons", "activityEditorsIcon", 4, "ngIf"], ["class", "activityViewersIcon", 4, "ngIf"], [4, "ngIf"], ["imageLink", "/img/editor.png", 3, "description"], [1, "activityViewersIcon"], ["imageLink", "/img/viewer.png", 3, "description"], ["imageLink", "/img/editorBanner.png", "bannerType", "editor", 3, "description"], ["imageLink", "/img/viewerBanner.png", "bannerType", "viewer", 3, "description"]], template: function ActivityComponent_Template(rf, ctx) { if (rf & 1) {
1967
1967
  i0.ɵɵtemplate(0, ActivityComponent_div_0_Template, 5, 4, "div", 0);
1968
1968
  } if (rf & 2) {
@@ -1980,7 +1980,7 @@ class ActivityComponent {
1980
1980
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ActivityComponent, { className: "ActivityComponent", filePath: "lib/shared/components/activity/activity.component.ts", lineNumber: 11 }); })();
1981
1981
 
1982
1982
  class ActivityModule {
1983
- static ɵfac = function ActivityModule_Factory(t) { return new (t || ActivityModule)(); };
1983
+ static ɵfac = function ActivityModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ActivityModule)(); };
1984
1984
  static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: ActivityModule });
1985
1985
  static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
1986
1986
  ActivityService,
@@ -2164,7 +2164,7 @@ class AlertService {
2164
2164
  message: this.message
2165
2165
  });
2166
2166
  }
2167
- static ɵfac = function AlertService_Factory(t) { return new (t || AlertService)(i0.ɵɵinject(i1$1.Router), i0.ɵɵinject(i1.RpxTranslationService)); };
2167
+ static ɵfac = function AlertService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AlertService)(i0.ɵɵinject(i1$1.Router), i0.ɵɵinject(i1.RpxTranslationService)); };
2168
2168
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: AlertService, factory: AlertService.ɵfac });
2169
2169
  }
2170
2170
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AlertService, [{
@@ -2259,7 +2259,7 @@ class DraftService {
2259
2259
  return this.updateDraft(caseTypeId, Draft.stripDraftId(draftId), caseEventData);
2260
2260
  }
2261
2261
  }
2262
- static ɵfac = function DraftService_Factory(t) { return new (t || DraftService)(i0.ɵɵinject(HttpService), i0.ɵɵinject(AbstractAppConfig), i0.ɵɵinject(HttpErrorService)); };
2262
+ static ɵfac = function DraftService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || DraftService)(i0.ɵɵinject(HttpService), i0.ɵɵinject(AbstractAppConfig), i0.ɵɵinject(HttpErrorService)); };
2263
2263
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: DraftService, factory: DraftService.ɵfac });
2264
2264
  }
2265
2265
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DraftService, [{
@@ -2274,7 +2274,7 @@ class ConditionalShowRegistrarService {
2274
2274
  reset() {
2275
2275
  this.registeredDirectives = [];
2276
2276
  }
2277
- static ɵfac = function ConditionalShowRegistrarService_Factory(t) { return new (t || ConditionalShowRegistrarService)(); };
2277
+ static ɵfac = function ConditionalShowRegistrarService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ConditionalShowRegistrarService)(); };
2278
2278
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: ConditionalShowRegistrarService, factory: ConditionalShowRegistrarService.ɵfac });
2279
2279
  }
2280
2280
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ConditionalShowRegistrarService, [{
@@ -2320,7 +2320,7 @@ class GreyBarService {
2320
2320
  this.renderer.addClass(divSelector, 'show-condition-grey-bar');
2321
2321
  }
2322
2322
  }
2323
- static ɵfac = function GreyBarService_Factory(t) { return new (t || GreyBarService)(i0.ɵɵinject(i0.RendererFactory2)); };
2323
+ static ɵfac = function GreyBarService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GreyBarService)(i0.ɵɵinject(i0.RendererFactory2)); };
2324
2324
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: GreyBarService, factory: GreyBarService.ɵfac });
2325
2325
  }
2326
2326
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GreyBarService, [{
@@ -2520,7 +2520,7 @@ class DashPipe {
2520
2520
  transform(value) {
2521
2521
  return value ? value : '-';
2522
2522
  }
2523
- static ɵfac = function DashPipe_Factory(t) { return new (t || DashPipe)(); };
2523
+ static ɵfac = function DashPipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || DashPipe)(); };
2524
2524
  static ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "ccdDash", type: DashPipe, pure: true });
2525
2525
  }
2526
2526
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DashPipe, [{
@@ -2763,7 +2763,7 @@ class FormatTranslatorService {
2763
2763
  hasSeconds(value) {
2764
2764
  return this.translate(value).length && value.toLowerCase().indexOf('s') >= 0;
2765
2765
  }
2766
- static ɵfac = function FormatTranslatorService_Factory(t) { return new (t || FormatTranslatorService)(); };
2766
+ static ɵfac = function FormatTranslatorService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FormatTranslatorService)(); };
2767
2767
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: FormatTranslatorService, factory: FormatTranslatorService.ɵfac });
2768
2768
  }
2769
2769
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FormatTranslatorService, [{
@@ -2888,7 +2888,7 @@ class DatePipe {
2888
2888
  const val = num !== undefined ? num.toString() : '';
2889
2889
  return val.length >= padNum ? val : new Array(padNum - val.length + 1).join('0') + val;
2890
2890
  }
2891
- static ɵfac = function DatePipe_Factory(t) { return new (t || DatePipe)(i0.ɵɵdirectiveInject(FormatTranslatorService, 16)); };
2891
+ static ɵfac = function DatePipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || DatePipe)(i0.ɵɵdirectiveInject(FormatTranslatorService, 16)); };
2892
2892
  static ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "ccdDate", type: DatePipe, pure: true });
2893
2893
  }
2894
2894
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DatePipe, [{
@@ -2913,7 +2913,7 @@ class FieldLabelPipe {
2913
2913
  return this.rpxTranslationPipe.transform(field.label) + (field.display_context.toUpperCase() === 'OPTIONAL' ?
2914
2914
  ' (' + this.rpxTranslationPipe.transform('Optional') + ')' : '');
2915
2915
  }
2916
- static ɵfac = function FieldLabelPipe_Factory(t) { return new (t || FieldLabelPipe)(i0.ɵɵdirectiveInject(i1.RpxTranslatePipe, 16)); };
2916
+ static ɵfac = function FieldLabelPipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FieldLabelPipe)(i0.ɵɵdirectiveInject(i1.RpxTranslatePipe, 16)); };
2917
2917
  static ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "ccdFieldLabel", type: FieldLabelPipe, pure: false });
2918
2918
  }
2919
2919
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FieldLabelPipe, [{
@@ -2972,7 +2972,7 @@ class FirstErrorPipe {
2972
2972
  ngOnDestroy() {
2973
2973
  this.asyncPipe.ngOnDestroy();
2974
2974
  }
2975
- static ɵfac = function FirstErrorPipe_Factory(t) { return new (t || FirstErrorPipe)(i0.ɵɵdirectiveInject(i1.RpxTranslationService, 16), i0.ɵɵdirectiveInject(i0.Injector, 16)); };
2975
+ static ɵfac = function FirstErrorPipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FirstErrorPipe)(i0.ɵɵdirectiveInject(i1.RpxTranslationService, 16), i0.ɵɵdirectiveInject(i0.Injector, 16)); };
2976
2976
  static ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "ccdFirstError", type: FirstErrorPipe, pure: false });
2977
2977
  }
2978
2978
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FirstErrorPipe, [{
@@ -3014,7 +3014,7 @@ class IsCompoundPipe {
3014
3014
  }
3015
3015
  return false;
3016
3016
  }
3017
- static ɵfac = function IsCompoundPipe_Factory(t) { return new (t || IsCompoundPipe)(); };
3017
+ static ɵfac = function IsCompoundPipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || IsCompoundPipe)(); };
3018
3018
  static ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "ccdIsCompound", type: IsCompoundPipe, pure: true });
3019
3019
  }
3020
3020
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(IsCompoundPipe, [{
@@ -3049,7 +3049,7 @@ class CaseFieldService {
3049
3049
  }
3050
3050
  return field.field_type.type === 'Label';
3051
3051
  }
3052
- static ɵfac = function CaseFieldService_Factory(t) { return new (t || CaseFieldService)(); };
3052
+ static ɵfac = function CaseFieldService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseFieldService)(); };
3053
3053
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: CaseFieldService, factory: CaseFieldService.ɵfac });
3054
3054
  }
3055
3055
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseFieldService, [{
@@ -3064,7 +3064,7 @@ class IsMandatoryPipe {
3064
3064
  transform(field) {
3065
3065
  return this.caseFieldService.isMandatory(field);
3066
3066
  }
3067
- static ɵfac = function IsMandatoryPipe_Factory(t) { return new (t || IsMandatoryPipe)(i0.ɵɵdirectiveInject(CaseFieldService, 16)); };
3067
+ static ɵfac = function IsMandatoryPipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || IsMandatoryPipe)(i0.ɵɵdirectiveInject(CaseFieldService, 16)); };
3068
3068
  static ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "ccdIsMandatory", type: IsMandatoryPipe, pure: true });
3069
3069
  }
3070
3070
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(IsMandatoryPipe, [{
@@ -3082,7 +3082,7 @@ class IsReadOnlyPipe {
3082
3082
  transform(field) {
3083
3083
  return this.caseFieldService.isReadOnly(field);
3084
3084
  }
3085
- static ɵfac = function IsReadOnlyPipe_Factory(t) { return new (t || IsReadOnlyPipe)(i0.ɵɵdirectiveInject(CaseFieldService, 16)); };
3085
+ static ɵfac = function IsReadOnlyPipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || IsReadOnlyPipe)(i0.ɵɵdirectiveInject(CaseFieldService, 16)); };
3086
3086
  static ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "ccdIsReadOnly", type: IsReadOnlyPipe, pure: true });
3087
3087
  }
3088
3088
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(IsReadOnlyPipe, [{
@@ -3110,7 +3110,7 @@ class IsReadOnlyAndNotCollectionPipe {
3110
3110
  isCollection(field) {
3111
3111
  return field.field_type && field.field_type.type === 'Collection';
3112
3112
  }
3113
- static ɵfac = function IsReadOnlyAndNotCollectionPipe_Factory(t) { return new (t || IsReadOnlyAndNotCollectionPipe)(i0.ɵɵdirectiveInject(CaseFieldService, 16)); };
3113
+ static ɵfac = function IsReadOnlyAndNotCollectionPipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || IsReadOnlyAndNotCollectionPipe)(i0.ɵɵdirectiveInject(CaseFieldService, 16)); };
3114
3114
  static ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "ccdIsReadOnlyAndNotCollection", type: IsReadOnlyAndNotCollectionPipe, pure: true });
3115
3115
  }
3116
3116
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(IsReadOnlyAndNotCollectionPipe, [{
@@ -3121,7 +3121,7 @@ class IsReadOnlyAndNotCollectionPipe {
3121
3121
  }], () => [{ type: CaseFieldService }], null); })();
3122
3122
 
3123
3123
  class PaletteUtilsModule {
3124
- static ɵfac = function PaletteUtilsModule_Factory(t) { return new (t || PaletteUtilsModule)(); };
3124
+ static ɵfac = function PaletteUtilsModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PaletteUtilsModule)(); };
3125
3125
  static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: PaletteUtilsModule });
3126
3126
  static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
3127
3127
  IsCompoundPipe,
@@ -3722,7 +3722,7 @@ class OrganisationConverter {
3722
3722
  address: OrganisationConverter.toSimpleAddress(organisationModel)
3723
3723
  };
3724
3724
  }
3725
- static ɵfac = function OrganisationConverter_Factory(t) { return new (t || OrganisationConverter)(); };
3725
+ static ɵfac = function OrganisationConverter_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || OrganisationConverter)(); };
3726
3726
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: OrganisationConverter, factory: OrganisationConverter.ɵfac });
3727
3727
  }
3728
3728
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(OrganisationConverter, [{
@@ -4462,7 +4462,7 @@ class FieldsUtils {
4462
4462
  });
4463
4463
  return result;
4464
4464
  }
4465
- static ɵfac = function FieldsUtils_Factory(t) { return new (t || FieldsUtils)(); };
4465
+ static ɵfac = function FieldsUtils_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FieldsUtils)(); };
4466
4466
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: FieldsUtils, factory: FieldsUtils.ɵfac });
4467
4467
  }
4468
4468
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FieldsUtils, [{
@@ -4972,7 +4972,7 @@ class Constants {
4972
4972
  static MANDATORY = 'MANDATORY';
4973
4973
  static REGEX_WHITESPACES = '^[^ ]+(?:\\s+[^ ]+)*$';
4974
4974
  static TASK_COMPLETION_ERROR = 'The associated task for this event failed to complete automatically. Please complete the task manually in the Tasks tab on the case';
4975
- static ɵfac = function Constants_Factory(t) { return new (t || Constants)(); };
4975
+ static ɵfac = function Constants_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || Constants)(); };
4976
4976
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: Constants, factory: Constants.ɵfac });
4977
4977
  }
4978
4978
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(Constants, [{
@@ -5050,7 +5050,7 @@ class FormValidatorsService {
5050
5050
  }
5051
5051
  return control;
5052
5052
  }
5053
- static ɵfac = function FormValidatorsService_Factory(t) { return new (t || FormValidatorsService)(); };
5053
+ static ɵfac = function FormValidatorsService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FormValidatorsService)(); };
5054
5054
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: FormValidatorsService, factory: FormValidatorsService.ɵfac });
5055
5055
  }
5056
5056
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FormValidatorsService, [{
@@ -5124,7 +5124,7 @@ class AbstractFormFieldComponent {
5124
5124
  }
5125
5125
  return control;
5126
5126
  }
5127
- static ɵfac = function AbstractFormFieldComponent_Factory(t) { return new (t || AbstractFormFieldComponent)(); };
5127
+ static ɵfac = function AbstractFormFieldComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AbstractFormFieldComponent)(); };
5128
5128
  static ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: AbstractFormFieldComponent, inputs: { caseField: "caseField", formGroup: "formGroup", parent: "parent", idPrefix: "idPrefix" } });
5129
5129
  }
5130
5130
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AbstractFormFieldComponent, [{
@@ -5166,7 +5166,7 @@ class AbstractFieldWriteComponent extends AbstractFormFieldComponent {
5166
5166
  this.caseField = plainToClassFromExist(new CaseField(), this.caseField);
5167
5167
  }
5168
5168
  }
5169
- static ɵfac = function AbstractFieldWriteComponent_Factory(t) { return new (t || AbstractFieldWriteComponent)(); };
5169
+ static ɵfac = function AbstractFieldWriteComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AbstractFieldWriteComponent)(); };
5170
5170
  static ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: AbstractFieldWriteComponent, inputs: { isExpanded: "isExpanded", isInSearchBlock: "isInSearchBlock" }, features: [i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature] });
5171
5171
  }
5172
5172
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AbstractFieldWriteComponent, [{
@@ -5324,7 +5324,7 @@ class ConditionalShowFormDirective {
5324
5324
  this.formChangesSubscription.unsubscribe();
5325
5325
  }
5326
5326
  }
5327
- static ɵfac = function ConditionalShowFormDirective_Factory(t) { return new (t || ConditionalShowFormDirective)(i0.ɵɵdirectiveInject(FieldsUtils)); };
5327
+ static ɵfac = function ConditionalShowFormDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ConditionalShowFormDirective)(i0.ɵɵdirectiveInject(FieldsUtils)); };
5328
5328
  static ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: ConditionalShowFormDirective, selectors: [["", "ccdConditionalShowForm", ""]], inputs: { caseFields: "caseFields", contextFields: "contextFields", formGroup: "formGroup" } });
5329
5329
  }
5330
5330
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ConditionalShowFormDirective, [{
@@ -5339,7 +5339,7 @@ class ConditionalShowFormDirective {
5339
5339
  }] }); })();
5340
5340
 
5341
5341
  class ConditionalShowModule {
5342
- static ɵfac = function ConditionalShowModule_Factory(t) { return new (t || ConditionalShowModule)(); };
5342
+ static ɵfac = function ConditionalShowModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ConditionalShowModule)(); };
5343
5343
  static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: ConditionalShowModule });
5344
5344
  static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
5345
5345
  FieldsUtils,
@@ -5658,7 +5658,7 @@ class FieldsPurger {
5658
5658
  return array;
5659
5659
  }
5660
5660
  }
5661
- static ɵfac = function FieldsPurger_Factory(t) { return new (t || FieldsPurger)(i0.ɵɵinject(FieldsUtils)); };
5661
+ static ɵfac = function FieldsPurger_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FieldsPurger)(i0.ɵɵinject(FieldsUtils)); };
5662
5662
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: FieldsPurger, factory: FieldsPurger.ɵfac });
5663
5663
  }
5664
5664
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FieldsPurger, [{
@@ -5785,7 +5785,7 @@ class FieldTypeSanitiser {
5785
5785
  }
5786
5786
  return [];
5787
5787
  }
5788
- static ɵfac = function FieldTypeSanitiser_Factory(t) { return new (t || FieldTypeSanitiser)(); };
5788
+ static ɵfac = function FieldTypeSanitiser_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FieldTypeSanitiser)(); };
5789
5789
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: FieldTypeSanitiser, factory: FieldTypeSanitiser.ɵfac });
5790
5790
  }
5791
5791
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FieldTypeSanitiser, [{
@@ -6332,7 +6332,7 @@ class FormValueService {
6332
6332
  });
6333
6333
  }
6334
6334
  }
6335
- static ɵfac = function FormValueService_Factory(t) { return new (t || FormValueService)(i0.ɵɵinject(FieldTypeSanitiser)); };
6335
+ static ɵfac = function FormValueService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FormValueService)(i0.ɵɵinject(FieldTypeSanitiser)); };
6336
6336
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: FormValueService, factory: FormValueService.ɵfac });
6337
6337
  }
6338
6338
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FormValueService, [{
@@ -6346,7 +6346,7 @@ class PlaceholderService {
6346
6346
  const ps = new PlaceholderService.PlaceholderSubstitutor({ pageFormFields, stringToResolve });
6347
6347
  return ps.resolvePlaceholders();
6348
6348
  }
6349
- static ɵfac = function PlaceholderService_Factory(t) { return new (t || PlaceholderService)(); };
6349
+ static ɵfac = function PlaceholderService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PlaceholderService)(); };
6350
6350
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: PlaceholderService, factory: PlaceholderService.ɵfac });
6351
6351
  }
6352
6352
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PlaceholderService, [{
@@ -6627,7 +6627,7 @@ class LabelSubstitutorDirective {
6627
6627
  resolvePlaceholders(fields, stringToResolve) {
6628
6628
  return this.placeholderService.resolvePlaceholders(fields, stringToResolve);
6629
6629
  }
6630
- static ɵfac = function LabelSubstitutorDirective_Factory(t) { return new (t || LabelSubstitutorDirective)(i0.ɵɵdirectiveInject(FieldsUtils), i0.ɵɵdirectiveInject(PlaceholderService), i0.ɵɵdirectiveInject(i1.RpxTranslatePipe)); };
6630
+ static ɵfac = function LabelSubstitutorDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || LabelSubstitutorDirective)(i0.ɵɵdirectiveInject(FieldsUtils), i0.ɵɵdirectiveInject(PlaceholderService), i0.ɵɵdirectiveInject(i1.RpxTranslatePipe)); };
6631
6631
  static ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: LabelSubstitutorDirective, selectors: [["", "ccdLabelSubstitutor", ""]], inputs: { caseField: "caseField", contextFields: "contextFields", formGroup: "formGroup", elementsToSubstitute: "elementsToSubstitute" } });
6632
6632
  }
6633
6633
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LabelSubstitutorDirective, [{
@@ -6644,7 +6644,7 @@ class LabelSubstitutorDirective {
6644
6644
  }] }); })();
6645
6645
 
6646
6646
  class LabelSubstitutorModule {
6647
- static ɵfac = function LabelSubstitutorModule_Factory(t) { return new (t || LabelSubstitutorModule)(); };
6647
+ static ɵfac = function LabelSubstitutorModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || LabelSubstitutorModule)(); };
6648
6648
  static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: LabelSubstitutorModule });
6649
6649
  static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
6650
6650
  FieldsUtils,
@@ -6694,7 +6694,7 @@ class FocusElementDirective {
6694
6694
  }
6695
6695
  }
6696
6696
  }
6697
- static ɵfac = function FocusElementDirective_Factory(t) { return new (t || FocusElementDirective)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.Renderer2)); };
6697
+ static ɵfac = function FocusElementDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FocusElementDirective)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.Renderer2)); };
6698
6698
  static ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: FocusElementDirective, selectors: [["", "focusElement", ""]] });
6699
6699
  }
6700
6700
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FocusElementDirective, [{
@@ -6705,7 +6705,7 @@ class FocusElementDirective {
6705
6705
  }], () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }], null); })();
6706
6706
 
6707
6707
  class FocusElementModule {
6708
- static ɵfac = function FocusElementModule_Factory(t) { return new (t || FocusElementModule)(); };
6708
+ static ɵfac = function FocusElementModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FocusElementModule)(); };
6709
6709
  static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: FocusElementModule });
6710
6710
  static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({});
6711
6711
  }
@@ -6851,7 +6851,7 @@ class AddressesService {
6851
6851
  });
6852
6852
  return sentence;
6853
6853
  }
6854
- static ɵfac = function AddressesService_Factory(t) { return new (t || AddressesService)(i0.ɵɵinject(HttpService), i0.ɵɵinject(AbstractAppConfig)); };
6854
+ static ɵfac = function AddressesService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AddressesService)(i0.ɵɵinject(HttpService), i0.ɵɵinject(AbstractAppConfig)); };
6855
6855
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: AddressesService, factory: AddressesService.ɵfac });
6856
6856
  }
6857
6857
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AddressesService, [{
@@ -6892,7 +6892,7 @@ class CaseFileViewService {
6892
6892
  }
6893
6893
  return of(null);
6894
6894
  }
6895
- static ɵfac = function CaseFileViewService_Factory(t) { return new (t || CaseFileViewService)(i0.ɵɵinject(HttpService), i0.ɵɵinject(AbstractAppConfig)); };
6895
+ static ɵfac = function CaseFileViewService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseFileViewService)(i0.ɵɵinject(HttpService), i0.ɵɵinject(AbstractAppConfig)); };
6896
6896
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: CaseFileViewService, factory: CaseFileViewService.ɵfac });
6897
6897
  }
6898
6898
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseFileViewService, [{
@@ -6986,7 +6986,7 @@ class CaseFlagRefdataService {
6986
6986
  }
6987
6987
  return of(null);
6988
6988
  }
6989
- static ɵfac = function CaseFlagRefdataService_Factory(t) { return new (t || CaseFlagRefdataService)(i0.ɵɵinject(HttpService), i0.ɵɵinject(AbstractAppConfig)); };
6989
+ static ɵfac = function CaseFlagRefdataService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseFlagRefdataService)(i0.ɵɵinject(HttpService), i0.ɵɵinject(AbstractAppConfig)); };
6990
6990
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: CaseFlagRefdataService, factory: CaseFlagRefdataService.ɵfac });
6991
6991
  }
6992
6992
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseFlagRefdataService, [{
@@ -7011,7 +7011,7 @@ class ReadCookieService {
7011
7011
  .split('=')[1];
7012
7012
  return cookieValue;
7013
7013
  }
7014
- static ɵfac = function ReadCookieService_Factory(t) { return new (t || ReadCookieService)(i0.ɵɵinject(DOCUMENT)); };
7014
+ static ɵfac = function ReadCookieService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ReadCookieService)(i0.ɵɵinject(DOCUMENT)); };
7015
7015
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: ReadCookieService, factory: ReadCookieService.ɵfac, providedIn: 'root' });
7016
7016
  }
7017
7017
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReadCookieService, [{
@@ -7062,7 +7062,7 @@ class CaseNotifier {
7062
7062
  }
7063
7063
  });
7064
7064
  }
7065
- static ɵfac = function CaseNotifier_Factory(t) { return new (t || CaseNotifier)(i0.ɵɵinject(CasesService)); };
7065
+ static ɵfac = function CaseNotifier_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseNotifier)(i0.ɵɵinject(CasesService)); };
7066
7066
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: CaseNotifier, factory: CaseNotifier.ɵfac });
7067
7067
  }
7068
7068
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseNotifier, [{
@@ -7178,7 +7178,7 @@ class DocumentManagementService {
7178
7178
  }).unsubscribe();
7179
7179
  return docStoreUrl;
7180
7180
  }
7181
- static ɵfac = function DocumentManagementService_Factory(t) { return new (t || DocumentManagementService)(i0.ɵɵinject(HttpService), i0.ɵɵinject(AbstractAppConfig), i0.ɵɵinject(CaseNotifier)); };
7181
+ static ɵfac = function DocumentManagementService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || DocumentManagementService)(i0.ɵɵinject(HttpService), i0.ɵɵinject(AbstractAppConfig), i0.ɵɵinject(CaseNotifier)); };
7182
7182
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: DocumentManagementService, factory: DocumentManagementService.ɵfac });
7183
7183
  }
7184
7184
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DocumentManagementService, [{
@@ -7191,7 +7191,7 @@ class ErrorNotifierService {
7191
7191
  announceError(error) {
7192
7192
  this.errorSource.next(error);
7193
7193
  }
7194
- static ɵfac = function ErrorNotifierService_Factory(t) { return new (t || ErrorNotifierService)(); };
7194
+ static ɵfac = function ErrorNotifierService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ErrorNotifierService)(); };
7195
7195
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: ErrorNotifierService, factory: ErrorNotifierService.ɵfac });
7196
7196
  }
7197
7197
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ErrorNotifierService, [{
@@ -7210,7 +7210,7 @@ class EventStatusService {
7210
7210
  return EventStatusService.CALLBACK_STATUS_INCOMPLETE === eventStatus
7211
7211
  || EventStatusService.DELETE_DRAFT_STATUS_INCOMPLETE === eventStatus;
7212
7212
  }
7213
- static ɵfac = function EventStatusService_Factory(t) { return new (t || EventStatusService)(); };
7213
+ static ɵfac = function EventStatusService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || EventStatusService)(); };
7214
7214
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: EventStatusService, factory: EventStatusService.ɵfac });
7215
7215
  }
7216
7216
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EventStatusService, [{
@@ -7253,7 +7253,7 @@ class FormErrorService {
7253
7253
  });
7254
7254
  return control;
7255
7255
  }
7256
- static ɵfac = function FormErrorService_Factory(t) { return new (t || FormErrorService)(); };
7256
+ static ɵfac = function FormErrorService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FormErrorService)(); };
7257
7257
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: FormErrorService, factory: FormErrorService.ɵfac });
7258
7258
  }
7259
7259
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FormErrorService, [{
@@ -7365,7 +7365,7 @@ class MultipageComponentStateService {
7365
7365
  set isAtStart(isAtStart) {
7366
7366
  this.isJourneyAtStart = isAtStart;
7367
7367
  }
7368
- static ɵfac = function MultipageComponentStateService_Factory(t) { return new (t || MultipageComponentStateService)(); };
7368
+ static ɵfac = function MultipageComponentStateService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || MultipageComponentStateService)(); };
7369
7369
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: MultipageComponentStateService, factory: MultipageComponentStateService.ɵfac, providedIn: 'root' });
7370
7370
  }
7371
7371
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MultipageComponentStateService, [{
@@ -7398,7 +7398,7 @@ class JurisdictionService {
7398
7398
  searchJudicialUsersByPersonalCodes(personalCodes) {
7399
7399
  return this.httpService.post('api/prd/judicial/searchJudicialUserByPersonalCodes', { personal_code: personalCodes });
7400
7400
  }
7401
- static ɵfac = function JurisdictionService_Factory(t) { return new (t || JurisdictionService)(i0.ɵɵinject(HttpService)); };
7401
+ static ɵfac = function JurisdictionService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || JurisdictionService)(i0.ɵɵinject(HttpService)); };
7402
7402
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: JurisdictionService, factory: JurisdictionService.ɵfac });
7403
7403
  }
7404
7404
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(JurisdictionService, [{
@@ -7425,7 +7425,7 @@ class BannersService {
7425
7425
  .get(url, { params, headers, observe: 'body' })
7426
7426
  .pipe(map(body => body.banners));
7427
7427
  }
7428
- static ɵfac = function BannersService_Factory(t) { return new (t || BannersService)(i0.ɵɵinject(HttpService), i0.ɵɵinject(AbstractAppConfig)); };
7428
+ static ɵfac = function BannersService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || BannersService)(i0.ɵɵinject(HttpService), i0.ɵɵinject(AbstractAppConfig)); };
7429
7429
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: BannersService, factory: BannersService.ɵfac });
7430
7430
  }
7431
7431
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BannersService, [{
@@ -7447,7 +7447,7 @@ class NavigationNotifierService {
7447
7447
  announceNavigation(origin) {
7448
7448
  this.navigationSource.next(origin);
7449
7449
  }
7450
- static ɵfac = function NavigationNotifierService_Factory(t) { return new (t || NavigationNotifierService)(); };
7450
+ static ɵfac = function NavigationNotifierService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || NavigationNotifierService)(); };
7451
7451
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: NavigationNotifierService, factory: NavigationNotifierService.ɵfac });
7452
7452
  }
7453
7453
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NavigationNotifierService, [{
@@ -7482,7 +7482,7 @@ class OrderService {
7482
7482
  .slice()
7483
7483
  .sort(sortingFunction);
7484
7484
  }
7485
- static ɵfac = function OrderService_Factory(t) { return new (t || OrderService)(); };
7485
+ static ɵfac = function OrderService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || OrderService)(); };
7486
7486
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: OrderService, factory: OrderService.ɵfac });
7487
7487
  }
7488
7488
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(OrderService, [{
@@ -7509,7 +7509,7 @@ class ProfileService {
7509
7509
  .get(url, { headers, observe: 'body' })
7510
7510
  .pipe(map((p) => plainToClass(Profile, p)));
7511
7511
  }
7512
- static ɵfac = function ProfileService_Factory(t) { return new (t || ProfileService)(i0.ɵɵinject(HttpService), i0.ɵɵinject(AbstractAppConfig)); };
7512
+ static ɵfac = function ProfileService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ProfileService)(i0.ɵɵinject(HttpService), i0.ɵɵinject(AbstractAppConfig)); };
7513
7513
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: ProfileService, factory: ProfileService.ɵfac });
7514
7514
  }
7515
7515
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ProfileService, [{
@@ -7522,7 +7522,7 @@ class ProfileNotifier {
7522
7522
  announceProfile(profile) {
7523
7523
  this.profileSource.next(profile);
7524
7524
  }
7525
- static ɵfac = function ProfileNotifier_Factory(t) { return new (t || ProfileNotifier)(); };
7525
+ static ɵfac = function ProfileNotifier_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ProfileNotifier)(); };
7526
7526
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: ProfileNotifier, factory: ProfileNotifier.ɵfac });
7527
7527
  }
7528
7528
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ProfileNotifier, [{
@@ -7580,7 +7580,7 @@ class RequestOptionsBuilder {
7580
7580
  const options = { params, observe: 'body' };
7581
7581
  return options;
7582
7582
  }
7583
- static ɵfac = function RequestOptionsBuilder_Factory(t) { return new (t || RequestOptionsBuilder)(); };
7583
+ static ɵfac = function RequestOptionsBuilder_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || RequestOptionsBuilder)(); };
7584
7584
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: RequestOptionsBuilder, factory: RequestOptionsBuilder.ɵfac });
7585
7585
  }
7586
7586
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(RequestOptionsBuilder, [{
@@ -7664,7 +7664,7 @@ class SearchService {
7664
7664
  isDataValid(jurisdictionId, caseTypeId) {
7665
7665
  return this.currentJurisdiction === jurisdictionId && this.currentCaseType === caseTypeId;
7666
7666
  }
7667
- static ɵfac = function SearchService_Factory(t) { return new (t || SearchService)(i0.ɵɵinject(AbstractAppConfig), i0.ɵɵinject(HttpService), i0.ɵɵinject(RequestOptionsBuilder), i0.ɵɵinject(LoadingService)); };
7667
+ static ɵfac = function SearchService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SearchService)(i0.ɵɵinject(AbstractAppConfig), i0.ɵɵinject(HttpService), i0.ɵɵinject(RequestOptionsBuilder), i0.ɵɵinject(LoadingService)); };
7668
7668
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: SearchService, factory: SearchService.ɵfac });
7669
7669
  }
7670
7670
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SearchService, [{
@@ -7682,7 +7682,7 @@ class RouterHelperService {
7682
7682
  return acc;
7683
7683
  }, []);
7684
7684
  }
7685
- static ɵfac = function RouterHelperService_Factory(t) { return new (t || RouterHelperService)(); };
7685
+ static ɵfac = function RouterHelperService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || RouterHelperService)(); };
7686
7686
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: RouterHelperService, factory: RouterHelperService.ɵfac });
7687
7687
  }
7688
7688
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(RouterHelperService, [{
@@ -7765,7 +7765,7 @@ class RetryUtil {
7765
7765
  }));
7766
7766
  return out$;
7767
7767
  }
7768
- static ɵfac = function RetryUtil_Factory(t) { return new (t || RetryUtil)(); };
7768
+ static ɵfac = function RetryUtil_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || RetryUtil)(); };
7769
7769
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: RetryUtil, factory: RetryUtil.ɵfac });
7770
7770
  }
7771
7771
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(RetryUtil, [{
@@ -7803,7 +7803,7 @@ class WindowService {
7803
7803
  alert(message) {
7804
7804
  return window.alert(message);
7805
7805
  }
7806
- static ɵfac = function WindowService_Factory(t) { return new (t || WindowService)(); };
7806
+ static ɵfac = function WindowService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || WindowService)(); };
7807
7807
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: WindowService, factory: WindowService.ɵfac });
7808
7808
  }
7809
7809
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WindowService, [{
@@ -7852,7 +7852,7 @@ class WorkbasketInputFilterService {
7852
7852
  isDataValid(jurisdictionId, caseTypeId) {
7853
7853
  return this.currentJurisdiction === jurisdictionId && this.currentCaseType === caseTypeId;
7854
7854
  }
7855
- static ɵfac = function WorkbasketInputFilterService_Factory(t) { return new (t || WorkbasketInputFilterService)(i0.ɵɵinject(HttpService), i0.ɵɵinject(AbstractAppConfig)); };
7855
+ static ɵfac = function WorkbasketInputFilterService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || WorkbasketInputFilterService)(i0.ɵɵinject(HttpService), i0.ɵɵinject(AbstractAppConfig)); };
7856
7856
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: WorkbasketInputFilterService, factory: WorkbasketInputFilterService.ɵfac });
7857
7857
  }
7858
7858
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WorkbasketInputFilterService, [{
@@ -7877,7 +7877,7 @@ class DefinitionsService {
7877
7877
  .get(url)
7878
7878
  .pipe(map(response => response));
7879
7879
  }
7880
- static ɵfac = function DefinitionsService_Factory(t) { return new (t || DefinitionsService)(i0.ɵɵinject(HttpService), i0.ɵɵinject(AbstractAppConfig)); };
7880
+ static ɵfac = function DefinitionsService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || DefinitionsService)(i0.ɵɵinject(HttpService), i0.ɵɵinject(AbstractAppConfig)); };
7881
7881
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: DefinitionsService, factory: DefinitionsService.ɵfac });
7882
7882
  }
7883
7883
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DefinitionsService, [{
@@ -7885,7 +7885,7 @@ class DefinitionsService {
7885
7885
  }], () => [{ type: HttpService }, { type: AbstractAppConfig }], null); })();
7886
7886
 
7887
7887
  class DefinitionsModule {
7888
- static ɵfac = function DefinitionsModule_Factory(t) { return new (t || DefinitionsModule)(); };
7888
+ static ɵfac = function DefinitionsModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || DefinitionsModule)(); };
7889
7889
  static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: DefinitionsModule });
7890
7890
  static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
7891
7891
  DefinitionsService
@@ -7961,7 +7961,7 @@ class SearchResultViewItemComparatorFactory {
7961
7961
  }
7962
7962
  };
7963
7963
  }
7964
- static ɵfac = function SearchResultViewItemComparatorFactory_Factory(t) { return new (t || SearchResultViewItemComparatorFactory)(); };
7964
+ static ɵfac = function SearchResultViewItemComparatorFactory_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SearchResultViewItemComparatorFactory)(); };
7965
7965
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: SearchResultViewItemComparatorFactory, factory: SearchResultViewItemComparatorFactory.ɵfac });
7966
7966
  }
7967
7967
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SearchResultViewItemComparatorFactory, [{
@@ -8010,7 +8010,7 @@ class OrganisationService {
8010
8010
  }
8011
8011
  return this.organisations$;
8012
8012
  }
8013
- static ɵfac = function OrganisationService_Factory(t) { return new (t || OrganisationService)(i0.ɵɵinject(i1$2.HttpClient), i0.ɵɵinject(AbstractAppConfig)); };
8013
+ static ɵfac = function OrganisationService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || OrganisationService)(i0.ɵɵinject(i1$2.HttpClient), i0.ɵɵinject(AbstractAppConfig)); };
8014
8014
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: OrganisationService, factory: OrganisationService.ɵfac });
8015
8015
  }
8016
8016
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(OrganisationService, [{
@@ -8032,7 +8032,7 @@ class BrowserService {
8032
8032
  isIEOrEdge() {
8033
8033
  return /msie\s|trident\/|edge\//i.test(window.navigator.userAgent);
8034
8034
  }
8035
- static ɵfac = function BrowserService_Factory(t) { return new (t || BrowserService)(); };
8035
+ static ɵfac = function BrowserService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || BrowserService)(); };
8036
8036
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: BrowserService, factory: BrowserService.ɵfac });
8037
8037
  }
8038
8038
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BrowserService, [{
@@ -8248,7 +8248,7 @@ class WizardPageFieldToCaseFieldMapper {
8248
8248
  allCaseFieldsHidden(children) {
8249
8249
  return children.every(e => e.display_context === 'HIDDEN' || e.display_context === 'HIDDEN_TEMP');
8250
8250
  }
8251
- static ɵfac = function WizardPageFieldToCaseFieldMapper_Factory(t) { return new (t || WizardPageFieldToCaseFieldMapper)(); };
8251
+ static ɵfac = function WizardPageFieldToCaseFieldMapper_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || WizardPageFieldToCaseFieldMapper)(); };
8252
8252
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: WizardPageFieldToCaseFieldMapper, factory: WizardPageFieldToCaseFieldMapper.ɵfac, providedIn: 'root' });
8253
8253
  }
8254
8254
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WizardPageFieldToCaseFieldMapper, [{
@@ -8388,7 +8388,7 @@ class ConvertHrefToRouterService {
8388
8388
  queryParams: queryParamObj && (Object.keys(queryParamObj).length) ? queryParamObj : ''
8389
8389
  });
8390
8390
  }
8391
- static ɵfac = function ConvertHrefToRouterService_Factory(t) { return new (t || ConvertHrefToRouterService)(i0.ɵɵinject(i1$1.Router)); };
8391
+ static ɵfac = function ConvertHrefToRouterService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ConvertHrefToRouterService)(i0.ɵɵinject(i1$1.Router)); };
8392
8392
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: ConvertHrefToRouterService, factory: ConvertHrefToRouterService.ɵfac });
8393
8393
  }
8394
8394
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ConvertHrefToRouterService, [{
@@ -8400,7 +8400,7 @@ class EventTriggerService {
8400
8400
  announceEventTrigger(eventTrigger) {
8401
8401
  this.eventTriggerSource.next(eventTrigger);
8402
8402
  }
8403
- static ɵfac = function EventTriggerService_Factory(t) { return new (t || EventTriggerService)(); };
8403
+ static ɵfac = function EventTriggerService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || EventTriggerService)(); };
8404
8404
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: EventTriggerService, factory: EventTriggerService.ɵfac, providedIn: 'root' });
8405
8405
  }
8406
8406
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EventTriggerService, [{
@@ -8492,7 +8492,7 @@ class CaseEditWizardGuard {
8492
8492
  parentUrlSegments(route) {
8493
8493
  return this.routerHelper.getUrlSegmentsFromRoot(route.parent);
8494
8494
  }
8495
- static ɵfac = function CaseEditWizardGuard_Factory(t) { return new (t || CaseEditWizardGuard)(i0.ɵɵinject(i1$1.Router), i0.ɵɵinject(RouterHelperService), i0.ɵɵinject(WizardFactoryService), i0.ɵɵinject(AlertService), i0.ɵɵinject(EventTriggerService)); };
8495
+ static ɵfac = function CaseEditWizardGuard_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseEditWizardGuard)(i0.ɵɵinject(i1$1.Router), i0.ɵɵinject(RouterHelperService), i0.ɵɵinject(WizardFactoryService), i0.ɵɵinject(AlertService), i0.ɵɵinject(EventTriggerService)); };
8496
8496
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: CaseEditWizardGuard, factory: CaseEditWizardGuard.ɵfac });
8497
8497
  }
8498
8498
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseEditWizardGuard, [{
@@ -8517,7 +8517,7 @@ class CaseworkerService {
8517
8517
  return throwError(error);
8518
8518
  }));
8519
8519
  }
8520
- static ɵfac = function CaseworkerService_Factory(t) { return new (t || CaseworkerService)(i0.ɵɵinject(HttpService), i0.ɵɵinject(AbstractAppConfig), i0.ɵɵinject(HttpErrorService)); };
8520
+ static ɵfac = function CaseworkerService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseworkerService)(i0.ɵɵinject(HttpService), i0.ɵɵinject(AbstractAppConfig), i0.ɵɵinject(HttpErrorService)); };
8521
8521
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: CaseworkerService, factory: CaseworkerService.ɵfac });
8522
8522
  }
8523
8523
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseworkerService, [{
@@ -8714,7 +8714,7 @@ class EventCompletionStateMachineService {
8714
8714
  const userTask = FieldsUtils.getUserTaskFromClientContext(clientContextStr);
8715
8715
  return !!userTask.task_data;
8716
8716
  }
8717
- static ɵfac = function EventCompletionStateMachineService_Factory(t) { return new (t || EventCompletionStateMachineService)(); };
8717
+ static ɵfac = function EventCompletionStateMachineService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || EventCompletionStateMachineService)(); };
8718
8718
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: EventCompletionStateMachineService, factory: EventCompletionStateMachineService.ɵfac });
8719
8719
  }
8720
8720
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EventCompletionStateMachineService, [{
@@ -8739,7 +8739,7 @@ class JudicialworkerService {
8739
8739
  return throwError(error);
8740
8740
  }));
8741
8741
  }
8742
- static ɵfac = function JudicialworkerService_Factory(t) { return new (t || JudicialworkerService)(i0.ɵɵinject(HttpService), i0.ɵɵinject(AbstractAppConfig), i0.ɵɵinject(HttpErrorService)); };
8742
+ static ɵfac = function JudicialworkerService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || JudicialworkerService)(i0.ɵɵinject(HttpService), i0.ɵɵinject(AbstractAppConfig), i0.ɵɵinject(HttpErrorService)); };
8743
8743
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: JudicialworkerService, factory: JudicialworkerService.ɵfac });
8744
8744
  }
8745
8745
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(JudicialworkerService, [{
@@ -8789,7 +8789,7 @@ class PageValidationService {
8789
8789
  checkMandatoryField(caseField, theControl) {
8790
8790
  return this.caseFieldService.isMandatory(caseField) && theControl === null;
8791
8791
  }
8792
- static ɵfac = function PageValidationService_Factory(t) { return new (t || PageValidationService)(i0.ɵɵinject(CaseFieldService)); };
8792
+ static ɵfac = function PageValidationService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PageValidationService)(i0.ɵɵinject(CaseFieldService)); };
8793
8793
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: PageValidationService, factory: PageValidationService.ɵfac });
8794
8794
  }
8795
8795
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PageValidationService, [{
@@ -9016,7 +9016,7 @@ class WorkAllocationService {
9016
9016
  this.appConfig.logMessage(`getTask: ${taskId}`);
9017
9017
  return this.http.get(`${this.appConfig.getWorkAllocationApiUrl()}/task/${taskId}`);
9018
9018
  }
9019
- static ɵfac = function WorkAllocationService_Factory(t) { return new (t || WorkAllocationService)(i0.ɵɵinject(HttpService), i0.ɵɵinject(AbstractAppConfig), i0.ɵɵinject(HttpErrorService), i0.ɵɵinject(AlertService), i0.ɵɵinject(SessionStorageService)); };
9019
+ static ɵfac = function WorkAllocationService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || WorkAllocationService)(i0.ɵɵinject(HttpService), i0.ɵɵinject(AbstractAppConfig), i0.ɵɵinject(HttpErrorService), i0.ɵɵinject(AlertService), i0.ɵɵinject(SessionStorageService)); };
9020
9020
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: WorkAllocationService, factory: WorkAllocationService.ɵfac });
9021
9021
  }
9022
9022
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WorkAllocationService, [{
@@ -9052,7 +9052,7 @@ class ValidPageListCaseFieldsService {
9052
9052
  });
9053
9053
  return validPageListCaseFields;
9054
9054
  }
9055
- static ɵfac = function ValidPageListCaseFieldsService_Factory(t) { return new (t || ValidPageListCaseFieldsService)(i0.ɵɵinject(FieldsUtils)); };
9055
+ static ɵfac = function ValidPageListCaseFieldsService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ValidPageListCaseFieldsService)(i0.ɵɵinject(FieldsUtils)); };
9056
9056
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: ValidPageListCaseFieldsService, factory: ValidPageListCaseFieldsService.ɵfac });
9057
9057
  }
9058
9058
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ValidPageListCaseFieldsService, [{
@@ -9576,7 +9576,7 @@ class CaseEditComponent {
9576
9576
  this.abstractConfig.logMessage(`checking taskIsForEvent: task ID ${task.id}, task description ${task.description}, event name ${eventDetails.eventId}`);
9577
9577
  return task.case_id === eventDetails.caseId && (task.description?.includes(eventDetails.eventId));
9578
9578
  }
9579
- static ɵfac = function CaseEditComponent_Factory(t) { return new (t || CaseEditComponent)(i0.ɵɵdirectiveInject(i4.FormBuilder), i0.ɵɵdirectiveInject(CaseNotifier), i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(FieldsUtils), i0.ɵɵdirectiveInject(FieldsPurger), i0.ɵɵdirectiveInject(ConditionalShowRegistrarService), i0.ɵɵdirectiveInject(WizardFactoryService), i0.ɵɵdirectiveInject(SessionStorageService), i0.ɵɵdirectiveInject(WindowService), i0.ɵɵdirectiveInject(FormValueService), i0.ɵɵdirectiveInject(FormErrorService), i0.ɵɵdirectiveInject(LoadingService), i0.ɵɵdirectiveInject(ValidPageListCaseFieldsService), i0.ɵɵdirectiveInject(WorkAllocationService), i0.ɵɵdirectiveInject(AlertService), i0.ɵɵdirectiveInject(AbstractAppConfig), i0.ɵɵdirectiveInject(ReadCookieService)); };
9579
+ static ɵfac = function CaseEditComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseEditComponent)(i0.ɵɵdirectiveInject(i4.FormBuilder), i0.ɵɵdirectiveInject(CaseNotifier), i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(FieldsUtils), i0.ɵɵdirectiveInject(FieldsPurger), i0.ɵɵdirectiveInject(ConditionalShowRegistrarService), i0.ɵɵdirectiveInject(WizardFactoryService), i0.ɵɵdirectiveInject(SessionStorageService), i0.ɵɵdirectiveInject(WindowService), i0.ɵɵdirectiveInject(FormValueService), i0.ɵɵdirectiveInject(FormErrorService), i0.ɵɵdirectiveInject(LoadingService), i0.ɵɵdirectiveInject(ValidPageListCaseFieldsService), i0.ɵɵdirectiveInject(WorkAllocationService), i0.ɵɵdirectiveInject(AlertService), i0.ɵɵdirectiveInject(AbstractAppConfig), i0.ɵɵdirectiveInject(ReadCookieService)); };
9580
9580
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseEditComponent, selectors: [["ccd-case-edit"]], inputs: { eventTrigger: "eventTrigger", submit: "submit", validate: "validate", saveDraft: "saveDraft", caseDetails: "caseDetails" }, outputs: { cancelled: "cancelled", submitted: "submitted" }, features: [i0.ɵɵProvidersFeature([GreyBarService])], decls: 1, vars: 0, template: function CaseEditComponent_Template(rf, ctx) { if (rf & 1) {
9581
9581
  i0.ɵɵelement(0, "router-outlet");
9582
9582
  } }, dependencies: [i1$1.RouterOutlet], styles: ["#fieldset-case-data[_ngcontent-%COMP%]{margin-bottom:30px}#fieldset-case-data[_ngcontent-%COMP%] th[_ngcontent-%COMP%]{width:1%;white-space:nowrap;vertical-align:top}.compound-field[_ngcontent-%COMP%] td[_ngcontent-%COMP%]{padding:0}#confirmation-header[_ngcontent-%COMP%]{width:630px;background-color:#17958b;border:solid 1px #979797;color:#fff;text-align:center}#confirmation-body[_ngcontent-%COMP%]{width:630px;background-color:#fff}.valign-top[_ngcontent-%COMP%]{vertical-align:top}.summary-fields[_ngcontent-%COMP%]{margin-bottom:30px}.summary-fields[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] th[_ngcontent-%COMP%], .summary-fields[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] td[_ngcontent-%COMP%]{border-bottom:0px}a.disabled[_ngcontent-%COMP%]{pointer-events:none;cursor:default}.case-field-label[_ngcontent-%COMP%]{width:45%}.case-field-content[_ngcontent-%COMP%]{width:50%}.no-bottom-border[_ngcontent-%COMP%]{border-bottom:none}.case-field-change[_ngcontent-%COMP%]{width:5%}"] });
@@ -9954,7 +9954,7 @@ class CasesService {
9954
9954
  this.sessionStorageService.setItem(CaseEditComponent.CLIENT_CONTEXT, editedClientContextString);
9955
9955
  }
9956
9956
  }
9957
- static ɵfac = function CasesService_Factory(t) { return new (t || CasesService)(i0.ɵɵinject(HttpService), i0.ɵɵinject(AbstractAppConfig), i0.ɵɵinject(OrderService), i0.ɵɵinject(HttpErrorService), i0.ɵɵinject(WizardPageFieldToCaseFieldMapper), i0.ɵɵinject(LoadingService), i0.ɵɵinject(SessionStorageService), i0.ɵɵinject(RetryUtil)); };
9957
+ static ɵfac = function CasesService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CasesService)(i0.ɵɵinject(HttpService), i0.ɵɵinject(AbstractAppConfig), i0.ɵɵinject(OrderService), i0.ɵɵinject(HttpErrorService), i0.ɵɵinject(WizardPageFieldToCaseFieldMapper), i0.ɵɵinject(LoadingService), i0.ɵɵinject(SessionStorageService), i0.ɵɵinject(RetryUtil)); };
9958
9958
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: CasesService, factory: CasesService.ɵfac });
9959
9959
  }
9960
9960
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CasesService, [{
@@ -10023,7 +10023,7 @@ class CaseCreateComponent {
10023
10023
  isDataLoaded() {
10024
10024
  return this.eventTrigger ? true : false;
10025
10025
  }
10026
- static ɵfac = function CaseCreateComponent_Factory(t) { return new (t || CaseCreateComponent)(i0.ɵɵdirectiveInject(CasesService), i0.ɵɵdirectiveInject(AlertService), i0.ɵɵdirectiveInject(DraftService), i0.ɵɵdirectiveInject(EventTriggerService)); };
10026
+ static ɵfac = function CaseCreateComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseCreateComponent)(i0.ɵɵdirectiveInject(CasesService), i0.ɵɵdirectiveInject(AlertService), i0.ɵɵdirectiveInject(DraftService), i0.ɵɵdirectiveInject(EventTriggerService)); };
10027
10027
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseCreateComponent, selectors: [["ccd-case-create"]], inputs: { jurisdiction: "jurisdiction", caseType: "caseType", event: "event" }, outputs: { cancelled: "cancelled", submitted: "submitted" }, decls: 1, vars: 1, consts: [[4, "ngIf"], [3, "cancelled", "submitted", "submit", "validate", "saveDraft", "eventTrigger"]], template: function CaseCreateComponent_Template(rf, ctx) { if (rf & 1) {
10028
10028
  i0.ɵɵtemplate(0, CaseCreateComponent_div_0_Template, 2, 4, "div", 0);
10029
10029
  } if (rf & 2) {
@@ -10130,7 +10130,7 @@ class CaseEditConfirmComponent {
10130
10130
  }
10131
10131
  return this.eventTrigger.case_fields;
10132
10132
  }
10133
- static ɵfac = function CaseEditConfirmComponent_Factory(t) { return new (t || CaseEditConfirmComponent)(i0.ɵɵdirectiveInject(CaseEditComponent), i0.ɵɵdirectiveInject(i1$1.Router)); };
10133
+ static ɵfac = function CaseEditConfirmComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseEditConfirmComponent)(i0.ɵɵdirectiveInject(CaseEditComponent), i0.ɵɵdirectiveInject(i1$1.Router)); };
10134
10134
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseEditConfirmComponent, selectors: [["ng-component"]], decls: 14, vars: 12, consts: [["titleBlock", ""], ["idBlock", ""], [1, "heading-h1"], [4, "ngIf", "ngIfThen", "ngIfElse"], [3, "submit", "formGroup"], ["id", "confirmation-header", 4, "ngIf"], ["id", "confirmation-body", 4, "ngIf"], ["type", "submit", "data-ng-click", "submit()", 1, "button"], [3, "content"], ["class", "heading-h2", 4, "ngIf"], [1, "heading-h2"], ["id", "confirmation-header"], ["id", "confirmation-body"]], template: function CaseEditConfirmComponent_Template(rf, ctx) { if (rf & 1) {
10135
10135
  const _r1 = i0.ɵɵgetCurrentView();
10136
10136
  i0.ɵɵelementStart(0, "h1", 2);
@@ -10278,7 +10278,7 @@ class CaseEditFormComponent {
10278
10278
  const current = JSON.stringify(this.formValueService.sanitise(changes));
10279
10279
  this.initial !== current ? this.valuesChanged.emit(true) : this.valuesChanged.emit(false);
10280
10280
  }
10281
- static ɵfac = function CaseEditFormComponent_Factory(t) { return new (t || CaseEditFormComponent)(i0.ɵɵdirectiveInject(FormValueService)); };
10281
+ static ɵfac = function CaseEditFormComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseEditFormComponent)(i0.ɵɵdirectiveInject(FormValueService)); };
10282
10282
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseEditFormComponent, selectors: [["ccd-case-edit-form"]], inputs: { fields: "fields", formGroup: "formGroup", caseFields: "caseFields", pageChangeSubject: "pageChangeSubject" }, outputs: { valuesChanged: "valuesChanged" }, decls: 1, vars: 1, consts: [["CompoundRow", ""], ["ccdConditionalShowForm", "", 3, "formGroup", "caseFields", "contextFields", 4, "ngFor", "ngForOf"], ["ccdConditionalShowForm", "", 3, "formGroup", "caseFields", "contextFields"], ["ccdLabelSubstitutor", "", 3, "caseField", "formGroup", "contextFields"], [3, "ngSwitch"], [3, "caseField", "caseFields", "withLabel", "formGroup", 4, "ngSwitchCase"], [4, "ngSwitchCase"], [3, "caseField", "caseFields", "withLabel", "formGroup"], [4, "ngIf", "ngIfElse"], [3, "caseField", "caseFields", "formGroup", "idPrefix", "hidden"]], template: function CaseEditFormComponent_Template(rf, ctx) { if (rf & 1) {
10283
10283
  i0.ɵɵtemplate(0, CaseEditFormComponent_ng_container_0_Template, 6, 11, "ng-container", 1);
10284
10284
  } if (rf & 2) {
@@ -10353,7 +10353,7 @@ class CaseEditDataModule {
10353
10353
  providers: [CaseEditDataService],
10354
10354
  };
10355
10355
  }
10356
- static ɵfac = function CaseEditDataModule_Factory(t) { return new (t || CaseEditDataModule)(); };
10356
+ static ɵfac = function CaseEditDataModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseEditDataModule)(); };
10357
10357
  static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: CaseEditDataModule });
10358
10358
  static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({});
10359
10359
  }
@@ -10380,7 +10380,7 @@ class SaveOrDiscardDialogComponent {
10380
10380
  this.result = 'Discard';
10381
10381
  this.matDialogRef.close(this.result);
10382
10382
  }
10383
- static ɵfac = function SaveOrDiscardDialogComponent_Factory(t) { return new (t || SaveOrDiscardDialogComponent)(i0.ɵɵdirectiveInject(i1$3.MatLegacyDialogRef)); };
10383
+ static ɵfac = function SaveOrDiscardDialogComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SaveOrDiscardDialogComponent)(i0.ɵɵdirectiveInject(i1$3.MatLegacyDialogRef)); };
10384
10384
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SaveOrDiscardDialogComponent, selectors: [["ccd-save-or-discard-dialog"]], decls: 19, vars: 12, consts: [[1, "dialog-header"], [1, "heading-h2", "x", 3, "click"], [1, "heading-h2", "dialog-title"], [1, "dialog-info"], [1, "text-info"], ["type", "button", "title", "Save", 1, "button", "action-button", 3, "click"], ["type", "button", "title", "Discard", 1, "button", "button-secondary", 3, "click"]], template: function SaveOrDiscardDialogComponent_Template(rf, ctx) { if (rf & 1) {
10385
10385
  i0.ɵɵelementStart(0, "div")(1, "div", 0)(2, "h2", 1);
10386
10386
  i0.ɵɵlistener("click", function SaveOrDiscardDialogComponent_Template_h2_click_2_listener() { return ctx.cancel(); });
@@ -10585,7 +10585,7 @@ class LinkedCasesService {
10585
10585
  });
10586
10586
  return caseName;
10587
10587
  }
10588
- static ɵfac = function LinkedCasesService_Factory(t) { return new (t || LinkedCasesService)(i0.ɵɵinject(JurisdictionService), i0.ɵɵinject(SearchService)); };
10588
+ static ɵfac = function LinkedCasesService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || LinkedCasesService)(i0.ɵɵinject(JurisdictionService), i0.ɵɵinject(SearchService)); };
10589
10589
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: LinkedCasesService, factory: LinkedCasesService.ɵfac });
10590
10590
  }
10591
10591
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LinkedCasesService, [{
@@ -10607,7 +10607,7 @@ class CaseFlagStateService {
10607
10607
  resetInitialCaseFlags() {
10608
10608
  this.initialCaseFlags = undefined;
10609
10609
  }
10610
- static ɵfac = function CaseFlagStateService_Factory(t) { return new (t || CaseFlagStateService)(); };
10610
+ static ɵfac = function CaseFlagStateService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseFlagStateService)(); };
10611
10611
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: CaseFlagStateService, factory: CaseFlagStateService.ɵfac });
10612
10612
  }
10613
10613
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseFlagStateService, [{
@@ -11475,7 +11475,7 @@ class CaseEditPageComponent {
11475
11475
  }
11476
11476
  });
11477
11477
  }
11478
- static ɵfac = function CaseEditPageComponent_Factory(t) { return new (t || CaseEditPageComponent)(i0.ɵɵdirectiveInject(CaseEditComponent), i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(FormValueService), i0.ɵɵdirectiveInject(FormErrorService), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(PageValidationService), i0.ɵɵdirectiveInject(i1$3.MatLegacyDialog), i0.ɵɵdirectiveInject(CaseFieldService), i0.ɵɵdirectiveInject(CaseEditDataService), i0.ɵɵdirectiveInject(LoadingService), i0.ɵɵdirectiveInject(ValidPageListCaseFieldsService), i0.ɵɵdirectiveInject(MultipageComponentStateService), i0.ɵɵdirectiveInject(AddressesService), i0.ɵɵdirectiveInject(LinkedCasesService), i0.ɵɵdirectiveInject(CaseFlagStateService)); };
11478
+ static ɵfac = function CaseEditPageComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseEditPageComponent)(i0.ɵɵdirectiveInject(CaseEditComponent), i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(FormValueService), i0.ɵɵdirectiveInject(FormErrorService), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(PageValidationService), i0.ɵɵdirectiveInject(i1$3.MatLegacyDialog), i0.ɵɵdirectiveInject(CaseFieldService), i0.ɵɵdirectiveInject(CaseEditDataService), i0.ɵɵdirectiveInject(LoadingService), i0.ɵɵdirectiveInject(ValidPageListCaseFieldsService), i0.ɵɵdirectiveInject(MultipageComponentStateService), i0.ɵɵdirectiveInject(AddressesService), i0.ɵɵdirectiveInject(LinkedCasesService), i0.ɵɵdirectiveInject(CaseFlagStateService)); };
11479
11479
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseEditPageComponent, selectors: [["ccd-case-edit-page"]], decls: 12, vars: 11, consts: [["titleBlock", ""], ["idBlock", ""], [4, "ngIf"], [4, "ngIf", "ngIfThen", "ngIfElse"], ["class", "govuk-error-summary", "aria-labelledby", "error-summary-title", "role", "alert", "tabindex", "-1", "data-module", "govuk-error-summary", 4, "ngIf"], [3, "error"], [3, "callbackErrorsContext", "triggerTextContinue", "triggerTextIgnore", "callbackErrorsSubject"], [1, "width-50"], ["class", "form", 3, "formGroup", "submit", 4, "ngIf"], [3, "eventCompletionParams", "eventCanBeCompleted", 4, "ngIf"], ["class", "govuk-heading-l", 4, "ngIf"], [1, "govuk-heading-l"], [1, "govuk-caption-l"], [3, "content"], ["class", "heading-h2", 4, "ngIf"], [1, "heading-h2"], ["aria-labelledby", "error-summary-title", "role", "alert", "tabindex", "-1", "data-module", "govuk-error-summary", 1, "govuk-error-summary"], ["id", "error-summary-title", 1, "govuk-error-summary__title"], ["class", "govuk-error-summary__body", 4, "ngFor", "ngForOf"], [1, "govuk-error-summary__body"], [1, "govuk-list", "govuk-error-summary__list"], ["tabindex", "0", 1, "validation-error", 3, "click", "keyup.enter"], [1, "form", 3, "submit", "formGroup"], ["id", "fieldset-case-data"], [2, "display", "none"], ["id", "caseEditForm", 3, "fields", "formGroup", "caseFields", "pageChangeSubject", "valuesChanged", 4, "ngIf"], ["class", "grid-row", 4, "ngIf"], [1, "form-group", "form-group-related"], ["class", "button button-secondary", "type", "button", 3, "disabled", "click", 4, "ngIf"], ["type", "submit", 1, "button", 3, "disabled"], [1, "cancel"], ["href", "javascript:void(0)", 3, "click"], ["id", "caseEditForm", 3, "valuesChanged", "fields", "formGroup", "caseFields", "pageChangeSubject"], [1, "grid-row"], [1, "column-two-thirds", "rightBorderSeparator"], ["id", "caseEditForm1", 3, "fields", "formGroup", "caseFields"], [1, "column-one-third"], ["id", "caseEditForm2", 3, "fields", "formGroup", "caseFields"], ["type", "button", 1, "button", "button-secondary", 3, "click", "disabled"], [3, "eventCanBeCompleted", "eventCompletionParams"]], template: function CaseEditPageComponent_Template(rf, ctx) { if (rf & 1) {
11480
11480
  const _r1 = i0.ɵɵgetCurrentView();
11481
11481
  i0.ɵɵtemplate(0, CaseEditPageComponent_ng_container_0_Template, 3, 2, "ng-container", 2)(1, CaseEditPageComponent_div_1_Template, 1, 0, "div", 3)(2, CaseEditPageComponent_ng_template_2_Template, 2, 5, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(4, CaseEditPageComponent_ng_template_4_Template, 1, 1, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor)(6, CaseEditPageComponent_div_6_Template, 5, 4, "div", 4);
@@ -11635,8 +11635,8 @@ class CallbackErrorsComponent {
11635
11635
  && this.error.details.field_errors
11636
11636
  && this.error.details.field_errors.length;
11637
11637
  }
11638
- static ɵfac = function CallbackErrorsComponent_Factory(t) { return new (t || CallbackErrorsComponent)(); };
11639
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CallbackErrorsComponent, selectors: [["ccd-callback-errors"]], inputs: { triggerTextIgnore: "triggerTextIgnore", triggerTextContinue: "triggerTextContinue", callbackErrorsSubject: "callbackErrorsSubject" }, outputs: { callbackErrorsContext: "callbackErrorsContext" }, decls: 1, vars: 1, consts: [["class", "error-summary", "role", "group", "tabindex", "-1", 4, "ngIf"], ["role", "group", "tabindex", "-1", 1, "error-summary"], [4, "ngIf"], [1, "heading-h3", "error-summary-heading"], ["id", "errors", 1, "error-summary-list"], [4, "ngFor", "ngForOf"], ["id", "warnings", 1, "error-summary-list"]], template: function CallbackErrorsComponent_Template(rf, ctx) { if (rf & 1) {
11638
+ static ɵfac = function CallbackErrorsComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CallbackErrorsComponent)(); };
11639
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CallbackErrorsComponent, selectors: [["ccd-callback-errors"]], inputs: { triggerTextIgnore: "triggerTextIgnore", triggerTextContinue: "triggerTextContinue", callbackErrorsSubject: "callbackErrorsSubject" }, outputs: { callbackErrorsContext: "callbackErrorsContext" }, decls: 1, vars: 1, consts: [["class", "error-summary", "tabindex", "-1", 4, "ngIf"], ["tabindex", "-1", 1, "error-summary"], [4, "ngIf"], [1, "heading-h3", "error-summary-heading"], ["id", "errors", 1, "error-summary-list"], [4, "ngFor", "ngForOf"], ["id", "warnings", 1, "error-summary-list"]], template: function CallbackErrorsComponent_Template(rf, ctx) { if (rf & 1) {
11640
11640
  i0.ɵɵtemplate(0, CallbackErrorsComponent_div_0_Template, 5, 6, "div", 0);
11641
11641
  } if (rf & 2) {
11642
11642
  i0.ɵɵproperty("ngIf", ctx.hasErrors() || ctx.hasWarnings());
@@ -11644,7 +11644,7 @@ class CallbackErrorsComponent {
11644
11644
  }
11645
11645
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CallbackErrorsComponent, [{
11646
11646
  type: Component,
11647
- args: [{ selector: 'ccd-callback-errors', template: "<div *ngIf=\"hasErrors() || hasWarnings()\" class=\"error-summary\" role=\"group\"\n [attr.aria-label]=\"'Cannot continue because the service reported one or more errors or warnings' | rpxTranslate\"\n tabindex=\"-1\">\n <ng-container *ngIf=\"hasErrors()\">\n <h3 class=\"heading-h3 error-summary-heading\">\n {{'Errors' | rpxTranslate}}\n </h3>\n <ul id=\"errors\" class=\"error-summary-list\">\n <li *ngFor=\"let errorMsg of error.callbackErrors\">\n {{errorMsg}}\n </li>\n </ul>\n </ng-container>\n <!-- Add a break for spacing if there are both errors and warnings -->\n <br *ngIf=\"hasErrors() && hasWarnings()\">\n <ng-container *ngIf=\"hasWarnings()\">\n <h3 class=\"heading-h3 error-summary-heading\">\n {{'Warnings' | rpxTranslate}}\n </h3>\n <ul id=\"warnings\" class=\"error-summary-list\">\n <li *ngFor=\"let warningMsg of error.callbackWarnings\">\n {{warningMsg}}\n </li>\n </ul>\n </ng-container>\n</div>\n" }]
11647
+ args: [{ selector: 'ccd-callback-errors', template: "<div *ngIf=\"hasErrors() || hasWarnings()\" class=\"error-summary\"\n [attr.aria-label]=\"'Cannot continue because the service reported one or more errors or warnings' | rpxTranslate\"\n tabindex=\"-1\">\n <ng-container *ngIf=\"hasErrors()\">\n <h3 class=\"heading-h3 error-summary-heading\">\n {{'Errors' | rpxTranslate}}\n </h3>\n <ul id=\"errors\" class=\"error-summary-list\">\n <li *ngFor=\"let errorMsg of error.callbackErrors\">\n {{errorMsg}}\n </li>\n </ul>\n </ng-container>\n <!-- Add a break for spacing if there are both errors and warnings -->\n <br *ngIf=\"hasErrors() && hasWarnings()\">\n <ng-container *ngIf=\"hasWarnings()\">\n <h3 class=\"heading-h3 error-summary-heading\">\n {{'Warnings' | rpxTranslate}}\n </h3>\n <ul id=\"warnings\" class=\"error-summary-list\">\n <li *ngFor=\"let warningMsg of error.callbackWarnings\">\n {{warningMsg}}\n </li>\n </ul>\n </ng-container>\n</div>\n" }]
11648
11648
  }], null, { triggerTextIgnore: [{
11649
11649
  type: Input
11650
11650
  }], triggerTextContinue: [{
@@ -11733,7 +11733,7 @@ class CaseEventCompletionComponent {
11733
11733
  this.eventCanBeCompleted.emit(completable);
11734
11734
  }
11735
11735
  }
11736
- static ɵfac = function CaseEventCompletionComponent_Factory(t) { return new (t || CaseEventCompletionComponent)(i0.ɵɵdirectiveInject(EventCompletionStateMachineService), i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(SessionStorageService), i0.ɵɵdirectiveInject(WorkAllocationService), i0.ɵɵdirectiveInject(AlertService)); };
11736
+ static ɵfac = function CaseEventCompletionComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseEventCompletionComponent)(i0.ɵɵdirectiveInject(EventCompletionStateMachineService), i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(SessionStorageService), i0.ɵɵdirectiveInject(WorkAllocationService), i0.ɵɵdirectiveInject(AlertService)); };
11737
11737
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseEventCompletionComponent, selectors: [["ccd-case-event-completion"]], inputs: { eventCompletionParams: "eventCompletionParams" }, outputs: { eventCanBeCompleted: "eventCanBeCompleted" }, features: [i0.ɵɵNgOnChangesFeature], decls: 2, vars: 2, consts: [[3, "context", "notifyEventCompletionCancelled", 4, "ngIf"], [3, "context", "notifyEventCompletionReassigned", 4, "ngIf"], [3, "notifyEventCompletionCancelled", "context"], [3, "notifyEventCompletionReassigned", "context"]], template: function CaseEventCompletionComponent_Template(rf, ctx) { if (rf & 1) {
11738
11738
  i0.ɵɵtemplate(0, CaseEventCompletionComponent_app_case_event_completion_task_cancelled_0_Template, 1, 1, "app-case-event-completion-task-cancelled", 0)(1, CaseEventCompletionComponent_app_case_event_completion_task_reassigned_1_Template, 1, 1, "app-case-event-completion-task-reassigned", 1);
11739
11739
  } if (rf & 2) {
@@ -11766,7 +11766,7 @@ class CaseEventCompletionTaskCancelledComponent {
11766
11766
  // may be able to remove this call below since it is now unneccesary
11767
11767
  this.notifyEventCompletionCancelled.emit(true);
11768
11768
  }
11769
- static ɵfac = function CaseEventCompletionTaskCancelledComponent_Factory(t) { return new (t || CaseEventCompletionTaskCancelledComponent)(); };
11769
+ static ɵfac = function CaseEventCompletionTaskCancelledComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseEventCompletionTaskCancelledComponent)(); };
11770
11770
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseEventCompletionTaskCancelledComponent, selectors: [["app-case-event-completion-task-cancelled"]], inputs: { context: "context" }, outputs: { notifyEventCompletionCancelled: "notifyEventCompletionCancelled" }, decls: 31, vars: 27, consts: [[1, "govuk-!-margin-9"], ["aria-labelledby", "error-summary-title", "role", "alert", "tabindex", "-1", "data-module", "error-summary", 1, "govuk-error-summary"], ["id", "error-summary-title", 1, "govuk-error-summary__title"], [1, "govuk-error-summary__body"], [1, "govuk-list", "govuk-error-summary__list"], ["href", "#"], [1, "govuk-form-group", "govuk-form-group--error"], [1, "govuk-heading-m"], [1, "form-group", "form-group-related"], ["data-module", "govuk-button", 1, "govuk-button", "govuk-!-margin-right-2", 3, "click"], ["data-module", "govuk-button", 1, "govuk-button", "govuk-button--secondary", 3, "routerLink"]], template: function CaseEventCompletionTaskCancelledComponent_Template(rf, ctx) { if (rf & 1) {
11771
11771
  i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "h2", 2);
11772
11772
  i0.ɵɵtext(3);
@@ -11963,7 +11963,7 @@ class CaseEventCompletionTaskReassignedComponent {
11963
11963
  this.notifyEventCompletionReassigned.emit(false);
11964
11964
  }
11965
11965
  }
11966
- static ɵfac = function CaseEventCompletionTaskReassignedComponent_Factory(t) { return new (t || CaseEventCompletionTaskReassignedComponent)(i0.ɵɵdirectiveInject(SessionStorageService), i0.ɵɵdirectiveInject(JudicialworkerService), i0.ɵɵdirectiveInject(CaseworkerService)); };
11966
+ static ɵfac = function CaseEventCompletionTaskReassignedComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseEventCompletionTaskReassignedComponent)(i0.ɵɵdirectiveInject(SessionStorageService), i0.ɵɵdirectiveInject(JudicialworkerService), i0.ɵɵdirectiveInject(CaseworkerService)); };
11967
11967
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseEventCompletionTaskReassignedComponent, selectors: [["app-case-event-completion-task-reassigned"]], inputs: { context: "context" }, outputs: { notifyEventCompletionReassigned: "notifyEventCompletionReassigned" }, decls: 1, vars: 1, consts: [["class", "govuk-!-margin-9", 4, "ngIf"], [1, "govuk-!-margin-9"], ["aria-labelledby", "error-summary-title", "role", "alert", "tabindex", "-1", "data-module", "error-summary", 1, "govuk-error-summary"], ["id", "error-summary-title", 1, "govuk-error-summary__title"], [1, "govuk-error-summary__body"], [1, "govuk-list", "govuk-error-summary__list"], ["href", "#"], [1, "govuk-form-group", "govuk-form-group--error"], [1, "govuk-heading-m"], [1, "form-group", "form-group-related"], ["data-module", "govuk-button", 1, "govuk-button", "govuk-!-margin-right-2", 3, "click"], ["data-module", "govuk-button", 1, "govuk-button", "govuk-button--secondary", 3, "routerLink"]], template: function CaseEventCompletionTaskReassignedComponent_Template(rf, ctx) { if (rf & 1) {
11968
11968
  i0.ɵɵtemplate(0, CaseEventCompletionTaskReassignedComponent_div_0_Template, 31, 28, "div", 0);
11969
11969
  } if (rf & 2) {
@@ -12007,7 +12007,7 @@ class AddressValidationConstants {
12007
12007
  // allow alpha-numeric characters and spaces possibly between a connecting - character
12008
12008
  // this applies validation while allowing partial postcodes
12009
12009
  static REGEX_POSTCODE = /^([A-Za-z0-9])+( )?([A-Za-z0-9])*$/;
12010
- static ɵfac = function AddressValidationConstants_Factory(t) { return new (t || AddressValidationConstants)(); };
12010
+ static ɵfac = function AddressValidationConstants_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AddressValidationConstants)(); };
12011
12011
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: AddressValidationConstants, factory: AddressValidationConstants.ɵfac });
12012
12012
  }
12013
12013
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AddressValidationConstants, [{
@@ -12105,7 +12105,7 @@ class FieldsFilterPipe {
12105
12105
  return f;
12106
12106
  });
12107
12107
  }
12108
- static ɵfac = function FieldsFilterPipe_Factory(t) { return new (t || FieldsFilterPipe)(); };
12108
+ static ɵfac = function FieldsFilterPipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FieldsFilterPipe)(); };
12109
12109
  static ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "ccdFieldsFilter", type: FieldsFilterPipe, pure: true });
12110
12110
  }
12111
12111
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FieldsFilterPipe, [{
@@ -12248,7 +12248,7 @@ class WriteComplexFieldComponent extends AbstractFieldWriteComponent {
12248
12248
  return this.buildField(field);
12249
12249
  });
12250
12250
  }
12251
- static ɵfac = function WriteComplexFieldComponent_Factory(t) { return new (t || WriteComplexFieldComponent)(i0.ɵɵdirectiveInject(IsCompoundPipe), i0.ɵɵdirectiveInject(FormValidatorsService)); };
12251
+ static ɵfac = function WriteComplexFieldComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || WriteComplexFieldComponent)(i0.ɵɵdirectiveInject(IsCompoundPipe), i0.ɵɵdirectiveInject(FormValidatorsService)); };
12252
12252
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: WriteComplexFieldComponent, selectors: [["ccd-write-complex-type-field"]], inputs: { caseFields: "caseFields", renderLabel: "renderLabel", ignoreMandatory: "ignoreMandatory" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 5, vars: 3, consts: [[1, "form-group", 3, "id"], ["class", "heading-h2", 4, "ngIf"], [3, "ngSwitch", 4, "ngFor", "ngForOf"], [1, "heading-h2"], [3, "ngSwitch"], ["ccdLabelSubstitutor", "", 3, "caseField", "caseFields", "formGroup", "withLabel", 4, "ngSwitchCase"], ["ccdLabelSubstitutor", "", 3, "caseField", "caseFields", "formGroup", "parent", "idPrefix", "hidden", "isExpanded", "isInSearchBlock", 4, "ngSwitchCase"], ["ccdLabelSubstitutor", "", 3, "caseField", "caseFields", "formGroup", "withLabel"], ["ccdLabelSubstitutor", "", 3, "caseField", "caseFields", "formGroup", "parent", "idPrefix", "hidden", "isExpanded", "isInSearchBlock"]], template: function WriteComplexFieldComponent_Template(rf, ctx) { if (rf & 1) {
12253
12253
  i0.ɵɵelementStart(0, "div", 0)(1, "fieldset")(2, "legend");
12254
12254
  i0.ɵɵtemplate(3, WriteComplexFieldComponent_h2_3_Template, 3, 3, "h2", 1);
@@ -12515,7 +12515,7 @@ class WriteAddressFieldComponent extends AbstractFieldWriteComponent {
12515
12515
  this.noAddressSelected = value && !this.shouldShowDetailFields() && !!this.addressOptions;
12516
12516
  this.errorMessage = this.noAddressSelected ? 'Select an address' : this.errorMessage;
12517
12517
  }
12518
- static ɵfac = function WriteAddressFieldComponent_Factory(t) { return new (t || WriteAddressFieldComponent)(i0.ɵɵdirectiveInject(AddressesService), i0.ɵɵdirectiveInject(IsCompoundPipe)); };
12518
+ static ɵfac = function WriteAddressFieldComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || WriteAddressFieldComponent)(i0.ɵɵdirectiveInject(AddressesService), i0.ɵɵdirectiveInject(IsCompoundPipe)); };
12519
12519
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: WriteAddressFieldComponent, selectors: [["ccd-write-address-field"]], viewQuery: function WriteAddressFieldComponent_Query(rf, ctx) { if (rf & 1) {
12520
12520
  i0.ɵɵviewQuery(_c0$X, 5);
12521
12521
  i0.ɵɵviewQuery(FocusElementDirective, 5);
@@ -12567,7 +12567,7 @@ class AbstractFieldReadComponent extends AbstractFormFieldComponent {
12567
12567
  this.registerControl(new FormControl(this.caseField.value));
12568
12568
  }
12569
12569
  }
12570
- static ɵfac = /*@__PURE__*/ (() => { let ɵAbstractFieldReadComponent_BaseFactory; return function AbstractFieldReadComponent_Factory(t) { return (ɵAbstractFieldReadComponent_BaseFactory || (ɵAbstractFieldReadComponent_BaseFactory = i0.ɵɵgetInheritedFactory(AbstractFieldReadComponent)))(t || AbstractFieldReadComponent); }; })();
12570
+ static ɵfac = /*@__PURE__*/ (() => { let ɵAbstractFieldReadComponent_BaseFactory; return function AbstractFieldReadComponent_Factory(__ngFactoryType__) { return (ɵAbstractFieldReadComponent_BaseFactory || (ɵAbstractFieldReadComponent_BaseFactory = i0.ɵɵgetInheritedFactory(AbstractFieldReadComponent)))(__ngFactoryType__ || AbstractFieldReadComponent); }; })();
12571
12571
  static ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: AbstractFieldReadComponent, inputs: { caseReference: "caseReference", topLevelFormGroup: "topLevelFormGroup", context: "context" }, features: [i0.ɵɵInheritDefinitionFeature] });
12572
12572
  }
12573
12573
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AbstractFieldReadComponent, [{
@@ -12653,7 +12653,7 @@ class AbstractFieldWriteJourneyComponent extends AbstractFieldWriteComponent {
12653
12653
  ;
12654
12654
  onPageChange() { }
12655
12655
  ;
12656
- static ɵfac = function AbstractFieldWriteJourneyComponent_Factory(t) { return new (t || AbstractFieldWriteJourneyComponent)(i0.ɵɵdirectiveInject(MultipageComponentStateService)); };
12656
+ static ɵfac = function AbstractFieldWriteJourneyComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AbstractFieldWriteJourneyComponent)(i0.ɵɵdirectiveInject(MultipageComponentStateService)); };
12657
12657
  static ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: AbstractFieldWriteJourneyComponent, viewQuery: function AbstractFieldWriteJourneyComponent_Query(rf, ctx) { if (rf & 1) {
12658
12658
  i0.ɵɵviewQuery(_c0$W, 5);
12659
12659
  } if (rf & 2) {
@@ -12730,7 +12730,7 @@ class AbstractJourneyComponent {
12730
12730
  return this.journeyId;
12731
12731
  }
12732
12732
  onPageChange() { }
12733
- static ɵfac = function AbstractJourneyComponent_Factory(t) { return new (t || AbstractJourneyComponent)(i0.ɵɵdirectiveInject(MultipageComponentStateService)); };
12733
+ static ɵfac = function AbstractJourneyComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AbstractJourneyComponent)(i0.ɵɵdirectiveInject(MultipageComponentStateService)); };
12734
12734
  static ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: AbstractJourneyComponent, viewQuery: function AbstractJourneyComponent_Query(rf, ctx) { if (rf & 1) {
12735
12735
  i0.ɵɵviewQuery(_c0$V, 5);
12736
12736
  } if (rf & 2) {
@@ -12929,7 +12929,7 @@ class CaseFileViewFieldComponent {
12929
12929
  isIcpEnabled() {
12930
12930
  return this.icpEnabled && ((this.icp_jurisdictions?.length < 1) || this.icp_jurisdictions.includes(this.caseNotifier?.cachedCaseView?.case_type?.jurisdiction.id));
12931
12931
  }
12932
- static ɵfac = function CaseFileViewFieldComponent_Factory(t) { return new (t || CaseFileViewFieldComponent)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(CaseFileViewService), i0.ɵɵdirectiveInject(DocumentManagementService), i0.ɵɵdirectiveInject(LoadingService), i0.ɵɵdirectiveInject(SessionStorageService), i0.ɵɵdirectiveInject(CaseNotifier), i0.ɵɵdirectiveInject(AbstractAppConfig)); };
12932
+ static ɵfac = function CaseFileViewFieldComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseFileViewFieldComponent)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(CaseFileViewService), i0.ɵɵdirectiveInject(DocumentManagementService), i0.ɵɵdirectiveInject(LoadingService), i0.ɵɵdirectiveInject(SessionStorageService), i0.ɵɵdirectiveInject(CaseNotifier), i0.ɵɵdirectiveInject(AbstractAppConfig)); };
12933
12933
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseFileViewFieldComponent, selectors: [["ccd-case-file-view-field"]], decls: 3, vars: 3, consts: [[4, "ngIf"], ["class", "govuk-grid-column-two-thirds", 4, "ngIf"], ["id", "case-file-view-field-errors", "data-module", "govuk-error-summary", 1, "govuk-error-summary", "govuk-!-margin-bottom-4"], ["role", "alert"], [1, "govuk-error-summary__title"], [1, "govuk-error-summary__body"], [1, "govuk-list", "govuk-error-summary__list"], [4, "ngFor", "ngForOf"], ["href", "javascript:void(0);"], [1, "govuk-grid-column-two-thirds"], [1, "govuk-heading-xl"], [1, "govuk-body"], [1, "govuk-heading-l"], ["id", "case-file-view", 1, "govuk-form-group"], [1, "document-tree-container"], [1, "document-tree-container__tree", 3, "clickedDocument", "moveDocument", "categoriesAndDocuments", "allowMoving"], [1, "slider"], [1, "media-viewer-container"], [3, "url", "downloadFileName", "showToolbar", "contentType", "enableAnnotations", "enableRedactions", "height", "caseId", "multimediaPlayerEnabled", "enableICP"]], template: function CaseFileViewFieldComponent_Template(rf, ctx) { if (rf & 1) {
12934
12934
  i0.ɵɵtemplate(0, CaseFileViewFieldComponent_ng_container_0_Template, 8, 1, "ng-container", 0)(1, CaseFileViewFieldComponent_div_1_Template, 5, 0, "div", 1)(2, CaseFileViewFieldComponent_div_2_Template, 9, 3, "div", 0);
12935
12935
  } if (rf & 2) {
@@ -13201,7 +13201,7 @@ class ReadCaseFlagFieldComponent extends AbstractFieldReadComponent {
13201
13201
  this.caseFlagStateService.fieldStateToNavigate = fieldState;
13202
13202
  this.router.navigate([`../${this.caseFlagStateService.pageLocation}`], { relativeTo: this.route });
13203
13203
  }
13204
- static ɵfac = function ReadCaseFlagFieldComponent_Factory(t) { return new (t || ReadCaseFlagFieldComponent)(i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(CaseFlagStateService)); };
13204
+ static ɵfac = function ReadCaseFlagFieldComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ReadCaseFlagFieldComponent)(i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(CaseFlagStateService)); };
13205
13205
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ReadCaseFlagFieldComponent, selectors: [["ccd-read-case-flag-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 2, consts: [[4, "ngIf"], [3, "changeButtonEmitter", "flagForSummaryDisplay", "displayContextParameter"], [3, "ngSwitch"], [4, "ngSwitchCase"], [4, "ngSwitchDefault"], ["id", "read-case-flag-title", 1, "govuk-heading-l"], [4, "ngFor", "ngForOf"], [3, "tableCaption", "flagData", "firstColumnHeader", "caseFlagsExternalUser", 4, "ngIf"], [3, "tableCaption", "flagData", "firstColumnHeader", "caseFlagsExternalUser"], [3, "tableCaption", "flagData", "firstColumnHeader", 4, "ngIf"], [3, "tableCaption", "flagData", "firstColumnHeader"]], template: function ReadCaseFlagFieldComponent_Template(rf, ctx) { if (rf & 1) {
13206
13206
  i0.ɵɵtemplate(0, ReadCaseFlagFieldComponent_ng_container_0_Template, 2, 2, "ng-container", 0)(1, ReadCaseFlagFieldComponent_ng_container_1_Template, 4, 2, "ng-container", 0);
13207
13207
  } if (rf & 2) {
@@ -13994,7 +13994,7 @@ class WriteCaseFlagFieldComponent extends AbstractFieldWriteJourneyComponent {
13994
13994
  setDisplayContextParameter(caseFields) {
13995
13995
  return caseFields.find(caseField => FieldsUtils.isCaseFieldOfType(caseField, ['FlagLauncher']))?.display_context_parameter;
13996
13996
  }
13997
- static ɵfac = function WriteCaseFlagFieldComponent_Factory(t) { return new (t || WriteCaseFlagFieldComponent)(i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(CaseEditDataService), i0.ɵɵdirectiveInject(CaseFlagStateService), i0.ɵɵdirectiveInject(i1.RpxTranslationService), i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(LinkedCasesService), i0.ɵɵdirectiveInject(MultipageComponentStateService)); };
13997
+ static ɵfac = function WriteCaseFlagFieldComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || WriteCaseFlagFieldComponent)(i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(CaseEditDataService), i0.ɵɵdirectiveInject(CaseFlagStateService), i0.ɵɵdirectiveInject(i1.RpxTranslationService), i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(LinkedCasesService), i0.ɵɵdirectiveInject(MultipageComponentStateService)); };
13998
13998
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: WriteCaseFlagFieldComponent, selectors: [["ccd-write-case-flag-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 3, vars: 3, consts: [["journeyChild", ""], ["class", "govuk-error-summary", "aria-labelledby", "error-summary-title", "role", "alert", "tabindex", "-1", "data-module", "govuk-error-summary", 4, "ngIf"], ["class", "form-group", 3, "formGroup", 4, "ngIf"], ["aria-labelledby", "error-summary-title", "role", "alert", "tabindex", "-1", "data-module", "govuk-error-summary", 1, "govuk-error-summary"], ["id", "error-summary-title", 1, "govuk-error-summary__title"], ["class", "govuk-error-summary__body", 4, "ngFor", "ngForOf"], [1, "govuk-error-summary__body"], [1, "govuk-list", "govuk-error-summary__list"], [1, "validation-error", 3, "click"], [1, "form-group", 3, "formGroup"], [1, "govuk-form-group", 3, "ngSwitch"], [4, "ngSwitchCase"], [3, "caseFlagStateEmitter", "formGroup", "flagsData", "isDisplayContextParameterExternal"], [3, "caseFlagStateEmitter", "flagCommentsOptionalEmitter", "flagTypeSubJourneyEmitter", "formGroup", "jurisdiction", "caseTypeId", "hmctsServiceId", "isDisplayContextParameterExternal", "isDisplayContextParameter2Point1Enabled", "selectedFlagsLocation"], [3, "caseFlagStateEmitter", "formGroup", "flagType"], [3, "caseFlagStateEmitter", "formGroup", "optional", "isDisplayContextParameterExternal", "isDisplayContextParameter2Point1Enabled"], [3, "caseFlagStateEmitter", "formGroup", "defaultStatus"], [3, "caseFlagStateEmitter", "formGroup", "flagsData", "caseTitle", "displayContextParameter"], [3, "caseFlagStateEmitter", "formGroup", "displayContextParameter"], [3, "caseFlagStateEmitter", "formGroup"]], template: function WriteCaseFlagFieldComponent_Template(rf, ctx) { if (rf & 1) {
13999
13999
  i0.ɵɵtemplate(0, WriteCaseFlagFieldComponent_div_0_Template, 5, 4, "div", 1)(1, WriteCaseFlagFieldComponent_div_1_Template, 7, 7, "div", 2)(2, WriteCaseFlagFieldComponent_div_2_Template, 5, 5, "div", 2);
14000
14000
  } if (rf & 2) {
@@ -14031,7 +14031,7 @@ class CaseReferencePipe {
14031
14031
  return result;
14032
14032
  }
14033
14033
  }
14034
- static ɵfac = function CaseReferencePipe_Factory(t) { return new (t || CaseReferencePipe)(); };
14034
+ static ɵfac = function CaseReferencePipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseReferencePipe)(); };
14035
14035
  static ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "ccdCaseReference", type: CaseReferencePipe, pure: true });
14036
14036
  }
14037
14037
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseReferencePipe, [{
@@ -14056,7 +14056,7 @@ class ReadCaseLinkFieldComponent extends AbstractFieldReadComponent {
14056
14056
  hasReference() {
14057
14057
  return this.caseField.value && this.caseField.value.CaseReference;
14058
14058
  }
14059
- static ɵfac = /*@__PURE__*/ (() => { let ɵReadCaseLinkFieldComponent_BaseFactory; return function ReadCaseLinkFieldComponent_Factory(t) { return (ɵReadCaseLinkFieldComponent_BaseFactory || (ɵReadCaseLinkFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadCaseLinkFieldComponent)))(t || ReadCaseLinkFieldComponent); }; })();
14059
+ static ɵfac = /*@__PURE__*/ (() => { let ɵReadCaseLinkFieldComponent_BaseFactory; return function ReadCaseLinkFieldComponent_Factory(__ngFactoryType__) { return (ɵReadCaseLinkFieldComponent_BaseFactory || (ɵReadCaseLinkFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadCaseLinkFieldComponent)))(__ngFactoryType__ || ReadCaseLinkFieldComponent); }; })();
14060
14060
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ReadCaseLinkFieldComponent, selectors: [["ccd-read-case-link-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [["target", "_blank", 3, "href", 4, "ngIf"], ["target", "_blank", 3, "href"], [1, "text-16"]], template: function ReadCaseLinkFieldComponent_Template(rf, ctx) { if (rf & 1) {
14061
14061
  i0.ɵɵtemplate(0, ReadCaseLinkFieldComponent_a_0_Template, 4, 5, "a", 0);
14062
14062
  } if (rf & 2) {
@@ -14148,7 +14148,7 @@ class WriteCaseLinkFieldComponent extends AbstractFieldWriteComponent {
14148
14148
  }
14149
14149
  return new RegExp('^\\b\\d{4}[ -]?\\d{4}[ -]?\\d{4}[ -]?\\d{4}\\b$').test(valueString.trim());
14150
14150
  }
14151
- static ɵfac = /*@__PURE__*/ (() => { let ɵWriteCaseLinkFieldComponent_BaseFactory; return function WriteCaseLinkFieldComponent_Factory(t) { return (ɵWriteCaseLinkFieldComponent_BaseFactory || (ɵWriteCaseLinkFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(WriteCaseLinkFieldComponent)))(t || WriteCaseLinkFieldComponent); }; })();
14151
+ static ɵfac = /*@__PURE__*/ (() => { let ɵWriteCaseLinkFieldComponent_BaseFactory; return function WriteCaseLinkFieldComponent_Factory(__ngFactoryType__) { return (ɵWriteCaseLinkFieldComponent_BaseFactory || (ɵWriteCaseLinkFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(WriteCaseLinkFieldComponent)))(__ngFactoryType__ || WriteCaseLinkFieldComponent); }; })();
14152
14152
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: WriteCaseLinkFieldComponent, selectors: [["ccd-write-case-link-field"]], viewQuery: function WriteCaseLinkFieldComponent_Query(rf, ctx) { if (rf & 1) {
14153
14153
  i0.ɵɵviewQuery(_c0$U, 5);
14154
14154
  } if (rf & 2) {
@@ -14246,7 +14246,7 @@ class ReadCollectionFieldComponent extends AbstractFieldReadComponent {
14246
14246
  }
14247
14247
  return prefix;
14248
14248
  }
14249
- static ɵfac = /*@__PURE__*/ (() => { let ɵReadCollectionFieldComponent_BaseFactory; return function ReadCollectionFieldComponent_Factory(t) { return (ɵReadCollectionFieldComponent_BaseFactory || (ɵReadCollectionFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadCollectionFieldComponent)))(t || ReadCollectionFieldComponent); }; })();
14249
+ static ɵfac = /*@__PURE__*/ (() => { let ɵReadCollectionFieldComponent_BaseFactory; return function ReadCollectionFieldComponent_Factory(__ngFactoryType__) { return (ɵReadCollectionFieldComponent_BaseFactory || (ɵReadCollectionFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadCollectionFieldComponent)))(__ngFactoryType__ || ReadCollectionFieldComponent); }; })();
14250
14250
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ReadCollectionFieldComponent, selectors: [["ccd-read-collection-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [["class", "collection-field-table", "aria-describedby", "collection table", 4, "ngIf"], ["aria-describedby", "collection table", 1, "collection-field-table"], [3, "ngSwitch"], [4, "ngSwitchCase"], ["id", "hiddenHeader", 2, "display", "none"], [3, "caseField", "context", "topLevelFormGroup"], [4, "ngFor", "ngForOf"], [3, "caseField", "context", "topLevelFormGroup", "idPrefix"]], template: function ReadCollectionFieldComponent_Template(rf, ctx) { if (rf & 1) {
14251
14251
  i0.ɵɵtemplate(0, ReadCollectionFieldComponent_table_0_Template, 4, 3, "table", 0);
14252
14252
  } if (rf & 2) {
@@ -14273,7 +14273,7 @@ class RemoveDialogComponent {
14273
14273
  this.result = 'Cancel';
14274
14274
  this.matDialogRef.close(this.result);
14275
14275
  }
14276
- static ɵfac = function RemoveDialogComponent_Factory(t) { return new (t || RemoveDialogComponent)(i0.ɵɵdirectiveInject(i1$3.MatLegacyDialogRef)); };
14276
+ static ɵfac = function RemoveDialogComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || RemoveDialogComponent)(i0.ɵɵdirectiveInject(i1$3.MatLegacyDialogRef)); };
14277
14277
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: RemoveDialogComponent, selectors: [["ccd-remove-dialog"]], decls: 19, vars: 12, consts: [[1, "dialog-header"], [1, "heading-h2", "x", 3, "click"], [1, "heading-h2", "dialog-title"], [1, "dialog-info"], [1, "text-info"], ["type", "button", "title", "Remove", 1, "button", "action-button", 3, "click"], ["type", "button", "title", "Cancel", 1, "button", "button-secondary", 3, "click"]], template: function RemoveDialogComponent_Template(rf, ctx) { if (rf & 1) {
14278
14278
  i0.ɵɵelementStart(0, "div")(1, "div", 0)(2, "h2", 1);
14279
14279
  i0.ɵɵlistener("click", function RemoveDialogComponent_Template_h2_click_2_listener() { return ctx.cancel(); });
@@ -14699,7 +14699,7 @@ class WriteCollectionFieldComponent extends AbstractFieldWriteComponent {
14699
14699
  const notSimple = ['Collection', 'Complex'];
14700
14700
  return notSimple.indexOf(caseField.field_type.collection_field_type.type) < 0;
14701
14701
  }
14702
- static ɵfac = function WriteCollectionFieldComponent_Factory(t) { return new (t || WriteCollectionFieldComponent)(i0.ɵɵdirectiveInject(i1$3.MatLegacyDialog), i0.ɵɵdirectiveInject(i2.ScrollToService), i0.ɵɵdirectiveInject(ProfileNotifier), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); };
14702
+ static ɵfac = function WriteCollectionFieldComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || WriteCollectionFieldComponent)(i0.ɵɵdirectiveInject(i1$3.MatLegacyDialog), i0.ɵɵdirectiveInject(i2.ScrollToService), i0.ɵɵdirectiveInject(ProfileNotifier), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); };
14703
14703
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: WriteCollectionFieldComponent, selectors: [["ccd-write-collection-field"]], viewQuery: function WriteCollectionFieldComponent_Query(rf, ctx) { if (rf & 1) {
14704
14704
  i0.ɵɵviewQuery(_c0$S, 5);
14705
14705
  } if (rf & 2) {
@@ -14790,7 +14790,7 @@ class ReadComplexFieldComponent extends AbstractFieldReadComponent {
14790
14790
  });
14791
14791
  }
14792
14792
  }
14793
- static ɵfac = /*@__PURE__*/ (() => { let ɵReadComplexFieldComponent_BaseFactory; return function ReadComplexFieldComponent_Factory(t) { return (ɵReadComplexFieldComponent_BaseFactory || (ɵReadComplexFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadComplexFieldComponent)))(t || ReadComplexFieldComponent); }; })();
14793
+ static ɵfac = /*@__PURE__*/ (() => { let ɵReadComplexFieldComponent_BaseFactory; return function ReadComplexFieldComponent_Factory(__ngFactoryType__) { return (ɵReadComplexFieldComponent_BaseFactory || (ɵReadComplexFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadComplexFieldComponent)))(__ngFactoryType__ || ReadComplexFieldComponent); }; })();
14794
14794
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ReadComplexFieldComponent, selectors: [["ccd-read-complex-field"]], inputs: { caseFields: "caseFields" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 4, vars: 3, consts: [[3, "ngSwitch"], [3, "caseField", "caseFields", "context", "topLevelFormGroup", "idPrefix", 4, "ngSwitchCase"], [3, "caseField", "context", "topLevelFormGroup", "idPrefix", 4, "ngSwitchCase"], [3, "caseField", "caseFields", "context", "topLevelFormGroup", "idPrefix", 4, "ngSwitchDefault"], [3, "caseField", "caseFields", "context", "topLevelFormGroup", "idPrefix"], [3, "caseField", "context", "topLevelFormGroup", "idPrefix"]], template: function ReadComplexFieldComponent_Template(rf, ctx) { if (rf & 1) {
14795
14795
  i0.ɵɵelementContainerStart(0, 0);
14796
14796
  i0.ɵɵtemplate(1, ReadComplexFieldComponent_ccd_read_complex_field_raw_1_Template, 1, 5, "ccd-read-complex-field-raw", 1)(2, ReadComplexFieldComponent_ccd_read_complex_field_collection_table_2_Template, 1, 4, "ccd-read-complex-field-collection-table", 2)(3, ReadComplexFieldComponent_ccd_read_complex_field_table_3_Template, 1, 5, "ccd-read-complex-field-table", 3);
@@ -14813,7 +14813,7 @@ class ReadComplexFieldComponent extends AbstractFieldReadComponent {
14813
14813
 
14814
14814
  class ReadDateFieldComponent extends AbstractFieldReadComponent {
14815
14815
  timeZone = 'utc';
14816
- static ɵfac = /*@__PURE__*/ (() => { let ɵReadDateFieldComponent_BaseFactory; return function ReadDateFieldComponent_Factory(t) { return (ɵReadDateFieldComponent_BaseFactory || (ɵReadDateFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadDateFieldComponent)))(t || ReadDateFieldComponent); }; })();
14816
+ static ɵfac = /*@__PURE__*/ (() => { let ɵReadDateFieldComponent_BaseFactory; return function ReadDateFieldComponent_Factory(__ngFactoryType__) { return (ɵReadDateFieldComponent_BaseFactory || (ɵReadDateFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadDateFieldComponent)))(__ngFactoryType__ || ReadDateFieldComponent); }; })();
14817
14817
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ReadDateFieldComponent, selectors: [["ccd-read-date-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 3, vars: 5, consts: [[1, "text-16"]], template: function ReadDateFieldComponent_Template(rf, ctx) { if (rf & 1) {
14818
14818
  i0.ɵɵelementStart(0, "span", 0);
14819
14819
  i0.ɵɵtext(1);
@@ -14849,7 +14849,7 @@ function WriteDateContainerFieldComponent_ng_template_1_Template(rf, ctx) { if (
14849
14849
  i0.ɵɵproperty("caseField", ctx_r0.caseField)("formGroup", ctx_r0.formGroup)("parent", ctx_r0.parent);
14850
14850
  } }
14851
14851
  class WriteDateContainerFieldComponent extends AbstractFormFieldComponent {
14852
- static ɵfac = /*@__PURE__*/ (() => { let ɵWriteDateContainerFieldComponent_BaseFactory; return function WriteDateContainerFieldComponent_Factory(t) { return (ɵWriteDateContainerFieldComponent_BaseFactory || (ɵWriteDateContainerFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(WriteDateContainerFieldComponent)))(t || WriteDateContainerFieldComponent); }; })();
14852
+ static ɵfac = /*@__PURE__*/ (() => { let ɵWriteDateContainerFieldComponent_BaseFactory; return function WriteDateContainerFieldComponent_Factory(__ngFactoryType__) { return (ɵWriteDateContainerFieldComponent_BaseFactory || (ɵWriteDateContainerFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(WriteDateContainerFieldComponent)))(__ngFactoryType__ || WriteDateContainerFieldComponent); }; })();
14853
14853
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: WriteDateContainerFieldComponent, selectors: [["ccd-write-date-container-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 3, vars: 2, consts: [["nativeDatepicker", ""], [4, "ngIf", "ngIfElse"], [3, "caseField", "formGroup", "parent"]], template: function WriteDateContainerFieldComponent_Template(rf, ctx) { if (rf & 1) {
14854
14854
  i0.ɵɵtemplate(0, WriteDateContainerFieldComponent_ng_container_0_Template, 2, 3, "ng-container", 1)(1, WriteDateContainerFieldComponent_ng_template_1_Template, 1, 3, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor);
14855
14855
  } if (rf & 2) {
@@ -14926,7 +14926,7 @@ class ReadDocumentFieldComponent extends AbstractFieldReadComponent {
14926
14926
  this.caseViewSubscription.unsubscribe();
14927
14927
  }
14928
14928
  }
14929
- static ɵfac = function ReadDocumentFieldComponent_Factory(t) { return new (t || ReadDocumentFieldComponent)(i0.ɵɵdirectiveInject(WindowService), i0.ɵɵdirectiveInject(DocumentManagementService), i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(CasesService)); };
14929
+ static ɵfac = function ReadDocumentFieldComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ReadDocumentFieldComponent)(i0.ɵɵdirectiveInject(WindowService), i0.ɵɵdirectiveInject(DocumentManagementService), i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(CasesService)); };
14930
14930
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ReadDocumentFieldComponent, selectors: [["ccd-read-document-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [["href", "javascript:void(0)", 3, "click", 4, "ngIf"], ["href", "javascript:void(0)", 3, "click"]], template: function ReadDocumentFieldComponent_Template(rf, ctx) { if (rf & 1) {
14931
14931
  i0.ɵɵtemplate(0, ReadDocumentFieldComponent_a_0_Template, 2, 1, "a", 0);
14932
14932
  } if (rf & 2) {
@@ -14955,7 +14955,7 @@ class DocumentDialogComponent {
14955
14955
  this.result = 'Cancel';
14956
14956
  this.matDialogRef.close(this.result);
14957
14957
  }
14958
- static ɵfac = function DocumentDialogComponent_Factory(t) { return new (t || DocumentDialogComponent)(i0.ɵɵdirectiveInject(i1$3.MatLegacyDialogRef)); };
14958
+ static ɵfac = function DocumentDialogComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || DocumentDialogComponent)(i0.ɵɵdirectiveInject(i1$3.MatLegacyDialogRef)); };
14959
14959
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: DocumentDialogComponent, selectors: [["ccd-document-dialog"]], decls: 19, vars: 12, consts: [[1, "dialog-header"], [1, "heading-h2", "x", 3, "click"], [1, "heading-h2", "dialog-title"], [1, "dialog-info"], [1, "text-info"], ["type", "button", "title", "Replace", 1, "button", "action-button", 3, "click"], ["type", "button", "title", "Cancel", 1, "button", "button-secondary", 3, "click"]], template: function DocumentDialogComponent_Template(rf, ctx) { if (rf & 1) {
14960
14960
  i0.ɵɵelementStart(0, "div")(1, "div", 0)(2, "h2", 1);
14961
14961
  i0.ɵɵlistener("click", function DocumentDialogComponent_Template_h2_click_2_listener() { return ctx.cancel(); });
@@ -15004,7 +15004,7 @@ class FileUploadStateService {
15004
15004
  isUploadInProgress() {
15005
15005
  return this.uploadInProgress;
15006
15006
  }
15007
- static ɵfac = function FileUploadStateService_Factory(t) { return new (t || FileUploadStateService)(); };
15007
+ static ɵfac = function FileUploadStateService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FileUploadStateService)(); };
15008
15008
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: FileUploadStateService, factory: FileUploadStateService.ɵfac });
15009
15009
  }
15010
15010
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FileUploadStateService, [{
@@ -15363,7 +15363,7 @@ class WriteDocumentFieldComponent extends AbstractFieldWriteComponent {
15363
15363
  this.valid = false;
15364
15364
  this.fileUploadStateService.setUploadInProgress(false);
15365
15365
  }
15366
- static ɵfac = function WriteDocumentFieldComponent_Factory(t) { return new (t || WriteDocumentFieldComponent)(i0.ɵɵdirectiveInject(AbstractAppConfig), i0.ɵɵdirectiveInject(CaseNotifier), i0.ɵɵdirectiveInject(DocumentManagementService), i0.ɵɵdirectiveInject(i1$3.MatLegacyDialog), i0.ɵɵdirectiveInject(FileUploadStateService), i0.ɵɵdirectiveInject(JurisdictionService)); };
15366
+ static ɵfac = function WriteDocumentFieldComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || WriteDocumentFieldComponent)(i0.ɵɵdirectiveInject(AbstractAppConfig), i0.ɵɵdirectiveInject(CaseNotifier), i0.ɵɵdirectiveInject(DocumentManagementService), i0.ɵɵdirectiveInject(i1$3.MatLegacyDialog), i0.ɵɵdirectiveInject(FileUploadStateService), i0.ɵɵdirectiveInject(JurisdictionService)); };
15367
15367
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: WriteDocumentFieldComponent, selectors: [["ccd-write-document-field"]], viewQuery: function WriteDocumentFieldComponent_Query(rf, ctx) { if (rf & 1) {
15368
15368
  i0.ɵɵviewQuery(_c0$R, 5);
15369
15369
  } if (rf & 2) {
@@ -15437,7 +15437,7 @@ class DynamicListPipe {
15437
15437
  const item = items?.find(i => i.code === value);
15438
15438
  return item ? item.label : DynamicListPipe.EMPTY;
15439
15439
  }
15440
- static ɵfac = function DynamicListPipe_Factory(t) { return new (t || DynamicListPipe)(); };
15440
+ static ɵfac = function DynamicListPipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || DynamicListPipe)(); };
15441
15441
  static ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "ccdDynamicList", type: DynamicListPipe, pure: true });
15442
15442
  }
15443
15443
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DynamicListPipe, [{
@@ -15458,7 +15458,7 @@ class ReadDynamicListFieldComponent extends AbstractFieldReadComponent {
15458
15458
  }
15459
15459
  super.ngOnInit();
15460
15460
  }
15461
- static ɵfac = /*@__PURE__*/ (() => { let ɵReadDynamicListFieldComponent_BaseFactory; return function ReadDynamicListFieldComponent_Factory(t) { return (ɵReadDynamicListFieldComponent_BaseFactory || (ɵReadDynamicListFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadDynamicListFieldComponent)))(t || ReadDynamicListFieldComponent); }; })();
15461
+ static ɵfac = /*@__PURE__*/ (() => { let ɵReadDynamicListFieldComponent_BaseFactory; return function ReadDynamicListFieldComponent_Factory(__ngFactoryType__) { return (ɵReadDynamicListFieldComponent_BaseFactory || (ɵReadDynamicListFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadDynamicListFieldComponent)))(__ngFactoryType__ || ReadDynamicListFieldComponent); }; })();
15462
15462
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ReadDynamicListFieldComponent, selectors: [["ccd-read-dynamic-list-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 4, vars: 6, consts: [[1, "text-16"]], template: function ReadDynamicListFieldComponent_Template(rf, ctx) { if (rf & 1) {
15463
15463
  i0.ɵɵelementStart(0, "span", 0);
15464
15464
  i0.ɵɵtext(1);
@@ -15554,7 +15554,7 @@ class WriteDynamicListFieldComponent extends AbstractFieldWriteComponent {
15554
15554
  this.dynamicListFormControl = this.registerControl(new FormControl(this.caseField.value));
15555
15555
  this.dynamicListFormControl.setValue(this.caseField.value);
15556
15556
  }
15557
- static ɵfac = /*@__PURE__*/ (() => { let ɵWriteDynamicListFieldComponent_BaseFactory; return function WriteDynamicListFieldComponent_Factory(t) { return (ɵWriteDynamicListFieldComponent_BaseFactory || (ɵWriteDynamicListFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(WriteDynamicListFieldComponent)))(t || WriteDynamicListFieldComponent); }; })();
15557
+ static ɵfac = /*@__PURE__*/ (() => { let ɵWriteDynamicListFieldComponent_BaseFactory; return function WriteDynamicListFieldComponent_Factory(__ngFactoryType__) { return (ɵWriteDynamicListFieldComponent_BaseFactory || (ɵWriteDynamicListFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(WriteDynamicListFieldComponent)))(__ngFactoryType__ || WriteDynamicListFieldComponent); }; })();
15558
15558
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: WriteDynamicListFieldComponent, selectors: [["ccd-write-dynamic-list-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 11, vars: 15, consts: [[1, "form-group", 3, "ngClass"], [3, "for"], ["class", "form-label", 4, "ngIf"], ["class", "form-hint", 4, "ngIf"], ["class", "error-message", 4, "ngIf"], [1, "form-control", "ccd-dropdown", "bottom-30", 3, "id", "formControl"], [3, "ngValue"], ["role", "option", 3, "ngValue", 4, "ngFor", "ngForOf"], [1, "form-label"], [1, "form-hint"], [1, "error-message"], ["role", "option", 3, "ngValue"]], template: function WriteDynamicListFieldComponent_Template(rf, ctx) { if (rf & 1) {
15559
15559
  i0.ɵɵelementStart(0, "div", 0)(1, "label", 1);
15560
15560
  i0.ɵɵtemplate(2, WriteDynamicListFieldComponent_span_2_Template, 3, 3, "span", 2);
@@ -15598,18 +15598,21 @@ class MarkdownComponent {
15598
15598
  router;
15599
15599
  renderer;
15600
15600
  ngZone;
15601
+ cdr;
15601
15602
  content;
15602
15603
  renderUrlToTextFeature = true;
15603
- constructor(router, renderer, ngZone) {
15604
+ constructor(router, renderer, ngZone, cdr) {
15604
15605
  this.router = router;
15605
15606
  this.renderer = renderer;
15606
15607
  this.ngZone = ngZone;
15608
+ this.cdr = cdr;
15607
15609
  }
15608
15610
  ngOnInit() {
15609
15611
  this.content = this.content.replace(/ \n/g, '<br>');
15610
15612
  if (this.renderUrlToTextFeature) {
15611
15613
  this.renderUrlToText();
15612
15614
  }
15615
+ this.cdr.markForCheck(); // Mark the component for change detection
15613
15616
  }
15614
15617
  interceptClick(event) {
15615
15618
  this.ngZone.runOutsideAngular(() => {
@@ -15645,6 +15648,7 @@ class MarkdownComponent {
15645
15648
  marked.setOptions({
15646
15649
  renderer: renderer
15647
15650
  });
15651
+ this.cdr.markForCheck();
15648
15652
  }
15649
15653
  isAllowedUrl(url) {
15650
15654
  const currentOrigin = window.location.origin;
@@ -15655,7 +15659,7 @@ class MarkdownComponent {
15655
15659
  const markdownLinkRegex = /\[([^\]]+)\]\(?([^ )]+)\)/g;
15656
15660
  return markdownLinkRegex.test(inputString);
15657
15661
  }
15658
- static ɵfac = function MarkdownComponent_Factory(t) { return new (t || MarkdownComponent)(i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(i0.Renderer2), i0.ɵɵdirectiveInject(i0.NgZone)); };
15662
+ static ɵfac = function MarkdownComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || MarkdownComponent)(i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(i0.Renderer2), i0.ɵɵdirectiveInject(i0.NgZone), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); };
15659
15663
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MarkdownComponent, selectors: [["ccd-markdown"]], inputs: { content: "content", renderUrlToTextFeature: "renderUrlToTextFeature" }, decls: 4, vars: 5, consts: [[1, "markdown", 3, "click", "data"]], template: function MarkdownComponent_Template(rf, ctx) { if (rf & 1) {
15660
15664
  i0.ɵɵelementStart(0, "div")(1, "markdown", 0);
15661
15665
  i0.ɵɵpipe(2, "ccdCaseReference");
@@ -15670,7 +15674,7 @@ class MarkdownComponent {
15670
15674
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MarkdownComponent, [{
15671
15675
  type: Component,
15672
15676
  args: [{ selector: 'ccd-markdown', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div><markdown class=\"markdown\" (click)=\"interceptClick($event)\" [data]=\"content | ccdCaseReference | rpxTranslate\"></markdown></div>\n" }]
15673
- }], () => [{ type: i1$1.Router }, { type: i0.Renderer2 }, { type: i0.NgZone }], { content: [{
15677
+ }], () => [{ type: i1$1.Router }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }], { content: [{
15674
15678
  type: Input
15675
15679
  }], renderUrlToTextFeature: [{
15676
15680
  type: Input
@@ -15688,7 +15692,7 @@ class FixedListPipe {
15688
15692
  return FixedListPipe.EMPTY;
15689
15693
  }
15690
15694
  }
15691
- static ɵfac = function FixedListPipe_Factory(t) { return new (t || FixedListPipe)(); };
15695
+ static ɵfac = function FixedListPipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FixedListPipe)(); };
15692
15696
  static ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "ccdFixedList", type: FixedListPipe, pure: true });
15693
15697
  }
15694
15698
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FixedListPipe, [{
@@ -15723,7 +15727,7 @@ class ReadDynamicMultiSelectListFieldComponent extends AbstractFieldReadComponen
15723
15727
  }
15724
15728
  super.ngOnInit();
15725
15729
  }
15726
- static ɵfac = /*@__PURE__*/ (() => { let ɵReadDynamicMultiSelectListFieldComponent_BaseFactory; return function ReadDynamicMultiSelectListFieldComponent_Factory(t) { return (ɵReadDynamicMultiSelectListFieldComponent_BaseFactory || (ɵReadDynamicMultiSelectListFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadDynamicMultiSelectListFieldComponent)))(t || ReadDynamicMultiSelectListFieldComponent); }; })();
15730
+ static ɵfac = /*@__PURE__*/ (() => { let ɵReadDynamicMultiSelectListFieldComponent_BaseFactory; return function ReadDynamicMultiSelectListFieldComponent_Factory(__ngFactoryType__) { return (ɵReadDynamicMultiSelectListFieldComponent_BaseFactory || (ɵReadDynamicMultiSelectListFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadDynamicMultiSelectListFieldComponent)))(__ngFactoryType__ || ReadDynamicMultiSelectListFieldComponent); }; })();
15727
15731
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ReadDynamicMultiSelectListFieldComponent, selectors: [["ccd-read-dynamic-multi-select-list-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngFor", "ngForOf"], [3, "content"]], template: function ReadDynamicMultiSelectListFieldComponent_Template(rf, ctx) { if (rf & 1) {
15728
15732
  i0.ɵɵtemplate(0, ReadDynamicMultiSelectListFieldComponent_div_0_Template, 3, 4, "div", 0);
15729
15733
  } if (rf & 2) {
@@ -15849,7 +15853,7 @@ class WriteDynamicMultiSelectListFieldComponent extends AbstractFieldWriteCompon
15849
15853
  this.caseField.value = [];
15850
15854
  }
15851
15855
  }
15852
- static ɵfac = /*@__PURE__*/ (() => { let ɵWriteDynamicMultiSelectListFieldComponent_BaseFactory; return function WriteDynamicMultiSelectListFieldComponent_Factory(t) { return (ɵWriteDynamicMultiSelectListFieldComponent_BaseFactory || (ɵWriteDynamicMultiSelectListFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(WriteDynamicMultiSelectListFieldComponent)))(t || WriteDynamicMultiSelectListFieldComponent); }; })();
15856
+ static ɵfac = /*@__PURE__*/ (() => { let ɵWriteDynamicMultiSelectListFieldComponent_BaseFactory; return function WriteDynamicMultiSelectListFieldComponent_Factory(__ngFactoryType__) { return (ɵWriteDynamicMultiSelectListFieldComponent_BaseFactory || (ɵWriteDynamicMultiSelectListFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(WriteDynamicMultiSelectListFieldComponent)))(__ngFactoryType__ || WriteDynamicMultiSelectListFieldComponent); }; })();
15853
15857
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: WriteDynamicMultiSelectListFieldComponent, selectors: [["ccd-write-dynamic-multi-select-list-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 7, vars: 8, consts: [[1, "form-group", "bottom-30", 3, "ngClass", "id"], ["class", "form-label", 4, "ngIf"], ["class", "form-hint", 4, "ngIf"], ["class", "error-message", 4, "ngIf"], [4, "ngFor", "ngForOf"], [1, "form-label"], [1, "form-hint"], [1, "error-message"], [1, "multiple-choice"], ["type", "checkbox", 1, "form-control", 3, "change", "id", "name", "value", "checked"], [1, "form-label", 3, "for"], [3, "content", "renderUrlToTextFeature"]], template: function WriteDynamicMultiSelectListFieldComponent_Template(rf, ctx) { if (rf & 1) {
15854
15858
  i0.ɵɵelementStart(0, "div", 0)(1, "fieldset")(2, "legend");
15855
15859
  i0.ɵɵtemplate(3, WriteDynamicMultiSelectListFieldComponent_span_3_Template, 3, 3, "span", 1)(4, WriteDynamicMultiSelectListFieldComponent_span_4_Template, 2, 1, "span", 2)(5, WriteDynamicMultiSelectListFieldComponent_span_5_Template, 3, 3, "span", 3);
@@ -15887,7 +15891,7 @@ class DynamicRadioListPipe {
15887
15891
  const item = items.find(i => i.code === value);
15888
15892
  return item ? item.label : DynamicRadioListPipe.EMPTY;
15889
15893
  }
15890
- static ɵfac = function DynamicRadioListPipe_Factory(t) { return new (t || DynamicRadioListPipe)(); };
15894
+ static ɵfac = function DynamicRadioListPipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || DynamicRadioListPipe)(); };
15891
15895
  static ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "ccdDynamicRadioList", type: DynamicRadioListPipe, pure: true });
15892
15896
  }
15893
15897
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DynamicRadioListPipe, [{
@@ -15914,7 +15918,7 @@ class ReadDynamicRadioListFieldComponent extends AbstractFieldReadComponent {
15914
15918
  this.caseField.list_items = this.caseField.value.list_items;
15915
15919
  }
15916
15920
  }
15917
- static ɵfac = /*@__PURE__*/ (() => { let ɵReadDynamicRadioListFieldComponent_BaseFactory; return function ReadDynamicRadioListFieldComponent_Factory(t) { return (ɵReadDynamicRadioListFieldComponent_BaseFactory || (ɵReadDynamicRadioListFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadDynamicRadioListFieldComponent)))(t || ReadDynamicRadioListFieldComponent); }; })();
15921
+ static ɵfac = /*@__PURE__*/ (() => { let ɵReadDynamicRadioListFieldComponent_BaseFactory; return function ReadDynamicRadioListFieldComponent_Factory(__ngFactoryType__) { return (ɵReadDynamicRadioListFieldComponent_BaseFactory || (ɵReadDynamicRadioListFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadDynamicRadioListFieldComponent)))(__ngFactoryType__ || ReadDynamicRadioListFieldComponent); }; })();
15918
15922
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ReadDynamicRadioListFieldComponent, selectors: [["ccd-read-dynamic-radio-list-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 4, vars: 6, consts: [[1, "text-16"]], template: function ReadDynamicRadioListFieldComponent_Template(rf, ctx) { if (rf & 1) {
15919
15923
  i0.ɵɵelementStart(0, "span", 0);
15920
15924
  i0.ɵɵtext(1);
@@ -16018,7 +16022,7 @@ class WriteDynamicRadioListFieldComponent extends AbstractFieldWriteComponent {
16018
16022
  // this is independent from the caseField.list_items so is irrelevant to event journey
16019
16023
  return this.parent?.value?.id ? this.parent.value.id + this.parent.value.value : super.createElementId(name);
16020
16024
  }
16021
- static ɵfac = /*@__PURE__*/ (() => { let ɵWriteDynamicRadioListFieldComponent_BaseFactory; return function WriteDynamicRadioListFieldComponent_Factory(t) { return (ɵWriteDynamicRadioListFieldComponent_BaseFactory || (ɵWriteDynamicRadioListFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(WriteDynamicRadioListFieldComponent)))(t || WriteDynamicRadioListFieldComponent); }; })();
16025
+ static ɵfac = /*@__PURE__*/ (() => { let ɵWriteDynamicRadioListFieldComponent_BaseFactory; return function WriteDynamicRadioListFieldComponent_Factory(__ngFactoryType__) { return (ɵWriteDynamicRadioListFieldComponent_BaseFactory || (ɵWriteDynamicRadioListFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(WriteDynamicRadioListFieldComponent)))(__ngFactoryType__ || WriteDynamicRadioListFieldComponent); }; })();
16022
16026
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: WriteDynamicRadioListFieldComponent, selectors: [["ccd-write-dynamic-radio-list-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 10, vars: 10, consts: [[1, "form-group", "bottom-30", 3, "ngClass", "id"], [2, "display", "none"], [3, "for"], ["class", "form-label", 4, "ngIf"], ["class", "form-hint", 4, "ngIf"], ["class", "error-message", 4, "ngIf"], ["class", "multiple-choice", 3, "ngClass", 4, "ngFor", "ngForOf"], [1, "form-label"], [1, "form-hint"], [1, "error-message"], [1, "multiple-choice", 3, "ngClass"], ["type", "radio", 1, "form-control", 3, "id", "name", "formControl", "value"], [1, "form-label", 3, "for"]], template: function WriteDynamicRadioListFieldComponent_Template(rf, ctx) { if (rf & 1) {
16023
16027
  i0.ɵɵelementStart(0, "div", 0)(1, "fieldset");
16024
16028
  i0.ɵɵelement(2, "legend", 1);
@@ -16065,7 +16069,7 @@ class ReadEmailFieldComponent extends AbstractFieldReadComponent {
16065
16069
  isFieldValueEmpty() {
16066
16070
  return (!this.caseField.value);
16067
16071
  }
16068
- static ɵfac = /*@__PURE__*/ (() => { let ɵReadEmailFieldComponent_BaseFactory; return function ReadEmailFieldComponent_Factory(t) { return (ɵReadEmailFieldComponent_BaseFactory || (ɵReadEmailFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadEmailFieldComponent)))(t || ReadEmailFieldComponent); }; })();
16072
+ static ɵfac = /*@__PURE__*/ (() => { let ɵReadEmailFieldComponent_BaseFactory; return function ReadEmailFieldComponent_Factory(__ngFactoryType__) { return (ɵReadEmailFieldComponent_BaseFactory || (ɵReadEmailFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadEmailFieldComponent)))(__ngFactoryType__ || ReadEmailFieldComponent); }; })();
16069
16073
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ReadEmailFieldComponent, selectors: [["ccd-read-email-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[3, "href", 4, "ngIf"], [3, "href"]], template: function ReadEmailFieldComponent_Template(rf, ctx) { if (rf & 1) {
16070
16074
  i0.ɵɵtemplate(0, ReadEmailFieldComponent_a_0_Template, 2, 3, "a", 0);
16071
16075
  } if (rf & 2) {
@@ -16120,7 +16124,7 @@ class WriteEmailFieldComponent extends AbstractFieldWriteComponent {
16120
16124
  ngOnInit() {
16121
16125
  this.emailControl = this.registerControl(new FormControl(this.caseField.value));
16122
16126
  }
16123
- static ɵfac = /*@__PURE__*/ (() => { let ɵWriteEmailFieldComponent_BaseFactory; return function WriteEmailFieldComponent_Factory(t) { return (ɵWriteEmailFieldComponent_BaseFactory || (ɵWriteEmailFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(WriteEmailFieldComponent)))(t || WriteEmailFieldComponent); }; })();
16127
+ static ɵfac = /*@__PURE__*/ (() => { let ɵWriteEmailFieldComponent_BaseFactory; return function WriteEmailFieldComponent_Factory(__ngFactoryType__) { return (ɵWriteEmailFieldComponent_BaseFactory || (ɵWriteEmailFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(WriteEmailFieldComponent)))(__ngFactoryType__ || WriteEmailFieldComponent); }; })();
16124
16128
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: WriteEmailFieldComponent, selectors: [["ccd-write-email-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 6, vars: 12, consts: [[1, "form-group", "bottom-30", 3, "ngClass"], [3, "for"], ["class", "form-label", 4, "ngIf"], ["class", "form-hint", 4, "ngIf"], ["class", "error-message", 4, "ngIf"], ["type", "email", 1, "form-control", 3, "ngClass", "id", "formControl"], [1, "form-label"], [1, "form-hint"], [1, "error-message"]], template: function WriteEmailFieldComponent_Template(rf, ctx) { if (rf & 1) {
16125
16129
  i0.ɵɵelementStart(0, "div", 0)(1, "label", 1);
16126
16130
  i0.ɵɵtemplate(2, WriteEmailFieldComponent_span_2_Template, 3, 3, "span", 2);
@@ -16149,7 +16153,7 @@ class WriteEmailFieldComponent extends AbstractFieldWriteComponent {
16149
16153
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(WriteEmailFieldComponent, { className: "WriteEmailFieldComponent", filePath: "lib/shared/components/palette/email/write-email-field.component.ts", lineNumber: 9 }); })();
16150
16154
 
16151
16155
  class ReadFixedListFieldComponent extends AbstractFieldReadComponent {
16152
- static ɵfac = /*@__PURE__*/ (() => { let ɵReadFixedListFieldComponent_BaseFactory; return function ReadFixedListFieldComponent_Factory(t) { return (ɵReadFixedListFieldComponent_BaseFactory || (ɵReadFixedListFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadFixedListFieldComponent)))(t || ReadFixedListFieldComponent); }; })();
16156
+ static ɵfac = /*@__PURE__*/ (() => { let ɵReadFixedListFieldComponent_BaseFactory; return function ReadFixedListFieldComponent_Factory(__ngFactoryType__) { return (ɵReadFixedListFieldComponent_BaseFactory || (ɵReadFixedListFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadFixedListFieldComponent)))(__ngFactoryType__ || ReadFixedListFieldComponent); }; })();
16153
16157
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ReadFixedListFieldComponent, selectors: [["ccd-read-fixed-list-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 4, vars: 6, consts: [[1, "text-16"]], template: function ReadFixedListFieldComponent_Template(rf, ctx) { if (rf & 1) {
16154
16158
  i0.ɵɵelementStart(0, "span", 0);
16155
16159
  i0.ɵɵtext(1);
@@ -16233,7 +16237,7 @@ class WriteFixedListFieldComponent extends AbstractFieldWriteComponent {
16233
16237
  this.fixedListFormControl = this.registerControl(new FormControl(this.caseField.value));
16234
16238
  this.fixedListFormControl.setValue(this.caseField.value);
16235
16239
  }
16236
- static ɵfac = /*@__PURE__*/ (() => { let ɵWriteFixedListFieldComponent_BaseFactory; return function WriteFixedListFieldComponent_Factory(t) { return (ɵWriteFixedListFieldComponent_BaseFactory || (ɵWriteFixedListFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(WriteFixedListFieldComponent)))(t || WriteFixedListFieldComponent); }; })();
16240
+ static ɵfac = /*@__PURE__*/ (() => { let ɵWriteFixedListFieldComponent_BaseFactory; return function WriteFixedListFieldComponent_Factory(__ngFactoryType__) { return (ɵWriteFixedListFieldComponent_BaseFactory || (ɵWriteFixedListFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(WriteFixedListFieldComponent)))(__ngFactoryType__ || WriteFixedListFieldComponent); }; })();
16237
16241
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: WriteFixedListFieldComponent, selectors: [["ccd-write-fixed-list-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 9, vars: 11, consts: [[1, "form-group", 3, "ngClass"], [3, "for"], ["class", "form-label", 4, "ngIf"], ["class", "form-hint", 4, "ngIf"], ["class", "error-message", 4, "ngIf"], [1, "form-control", "ccd-dropdown", "bottom-30", 3, "id", "formControl"], [3, "ngValue"], [3, "ngValue", 4, "ngFor", "ngForOf"], [1, "form-label"], [1, "form-hint"], [1, "error-message"]], template: function WriteFixedListFieldComponent_Template(rf, ctx) { if (rf & 1) {
16238
16242
  i0.ɵɵelementStart(0, "div", 0)(1, "label", 1);
16239
16243
  i0.ɵɵtemplate(2, WriteFixedListFieldComponent_span_2_Template, 3, 3, "span", 2);
@@ -16274,7 +16278,7 @@ class FixedRadioListPipe {
16274
16278
  const item = items.find(i => i.code === value);
16275
16279
  return item ? item.label : FixedRadioListPipe.EMPTY;
16276
16280
  }
16277
- static ɵfac = function FixedRadioListPipe_Factory(t) { return new (t || FixedRadioListPipe)(); };
16281
+ static ɵfac = function FixedRadioListPipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FixedRadioListPipe)(); };
16278
16282
  static ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "ccdFixedRadioList", type: FixedRadioListPipe, pure: true });
16279
16283
  }
16280
16284
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FixedRadioListPipe, [{
@@ -16285,7 +16289,7 @@ class FixedRadioListPipe {
16285
16289
  }], null, null); })();
16286
16290
 
16287
16291
  class ReadFixedRadioListFieldComponent extends AbstractFieldReadComponent {
16288
- static ɵfac = /*@__PURE__*/ (() => { let ɵReadFixedRadioListFieldComponent_BaseFactory; return function ReadFixedRadioListFieldComponent_Factory(t) { return (ɵReadFixedRadioListFieldComponent_BaseFactory || (ɵReadFixedRadioListFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadFixedRadioListFieldComponent)))(t || ReadFixedRadioListFieldComponent); }; })();
16292
+ static ɵfac = /*@__PURE__*/ (() => { let ɵReadFixedRadioListFieldComponent_BaseFactory; return function ReadFixedRadioListFieldComponent_Factory(__ngFactoryType__) { return (ɵReadFixedRadioListFieldComponent_BaseFactory || (ɵReadFixedRadioListFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadFixedRadioListFieldComponent)))(__ngFactoryType__ || ReadFixedRadioListFieldComponent); }; })();
16289
16293
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ReadFixedRadioListFieldComponent, selectors: [["ccd-read-fixed-radio-list-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 4, vars: 6, consts: [[1, "text-16"]], template: function ReadFixedRadioListFieldComponent_Template(rf, ctx) { if (rf & 1) {
16290
16294
  i0.ɵɵelementStart(0, "span", 0);
16291
16295
  i0.ɵɵtext(1);
@@ -16362,7 +16366,7 @@ class WriteFixedRadioListFieldComponent extends AbstractFieldWriteComponent {
16362
16366
  const notEmpty = this.caseField.value !== null && this.caseField.value !== undefined;
16363
16367
  this.fixedRadioListControl = this.registerControl(new FormControl(notEmpty ? this.caseField.value : null));
16364
16368
  }
16365
- static ɵfac = /*@__PURE__*/ (() => { let ɵWriteFixedRadioListFieldComponent_BaseFactory; return function WriteFixedRadioListFieldComponent_Factory(t) { return (ɵWriteFixedRadioListFieldComponent_BaseFactory || (ɵWriteFixedRadioListFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(WriteFixedRadioListFieldComponent)))(t || WriteFixedRadioListFieldComponent); }; })();
16369
+ static ɵfac = /*@__PURE__*/ (() => { let ɵWriteFixedRadioListFieldComponent_BaseFactory; return function WriteFixedRadioListFieldComponent_Factory(__ngFactoryType__) { return (ɵWriteFixedRadioListFieldComponent_BaseFactory || (ɵWriteFixedRadioListFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(WriteFixedRadioListFieldComponent)))(__ngFactoryType__ || WriteFixedRadioListFieldComponent); }; })();
16366
16370
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: WriteFixedRadioListFieldComponent, selectors: [["ccd-write-fixed-radio-list-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 9, vars: 9, consts: [[1, "form-group", "bottom-30", 3, "ngClass", "id"], [3, "for"], ["class", "form-label", 4, "ngIf"], ["class", "form-hint", 4, "ngIf"], ["class", "error-message", 4, "ngIf"], ["class", "multiple-choice", 3, "ngClass", 4, "ngFor", "ngForOf"], [1, "form-label"], [1, "form-hint"], [1, "error-message"], [1, "multiple-choice", 3, "ngClass"], ["type", "radio", 1, "form-control", 3, "id", "name", "formControl", "value"], [1, "form-label", 3, "for"]], template: function WriteFixedRadioListFieldComponent_Template(rf, ctx) { if (rf & 1) {
16367
16371
  i0.ɵɵelementStart(0, "div", 0)(1, "fieldset")(2, "legend")(3, "label", 1);
16368
16372
  i0.ɵɵtemplate(4, WriteFixedRadioListFieldComponent_span_4_Template, 3, 3, "span", 2);
@@ -16394,7 +16398,7 @@ class WriteFixedRadioListFieldComponent extends AbstractFieldWriteComponent {
16394
16398
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(WriteFixedRadioListFieldComponent, { className: "WriteFixedRadioListFieldComponent", filePath: "lib/shared/components/palette/fixed-radio-list/write-fixed-radio-list-field.component.ts", lineNumber: 9 }); })();
16395
16399
 
16396
16400
  class CaseHistoryViewerFieldComponent extends AbstractFieldReadComponent {
16397
- static ɵfac = /*@__PURE__*/ (() => { let ɵCaseHistoryViewerFieldComponent_BaseFactory; return function CaseHistoryViewerFieldComponent_Factory(t) { return (ɵCaseHistoryViewerFieldComponent_BaseFactory || (ɵCaseHistoryViewerFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(CaseHistoryViewerFieldComponent)))(t || CaseHistoryViewerFieldComponent); }; })();
16401
+ static ɵfac = /*@__PURE__*/ (() => { let ɵCaseHistoryViewerFieldComponent_BaseFactory; return function CaseHistoryViewerFieldComponent_Factory(__ngFactoryType__) { return (ɵCaseHistoryViewerFieldComponent_BaseFactory || (ɵCaseHistoryViewerFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(CaseHistoryViewerFieldComponent)))(__ngFactoryType__ || CaseHistoryViewerFieldComponent); }; })();
16398
16402
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseHistoryViewerFieldComponent, selectors: [["ccd-case-history-viewer-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[3, "events"]], template: function CaseHistoryViewerFieldComponent_Template(rf, ctx) { if (rf & 1) {
16399
16403
  i0.ɵɵelement(0, "ccd-event-log", 0);
16400
16404
  } if (rf & 2) {
@@ -16437,7 +16441,7 @@ class ReadJudicialUserFieldComponent extends AbstractFieldReadComponent {
16437
16441
  this.sub.unsubscribe();
16438
16442
  }
16439
16443
  }
16440
- static ɵfac = function ReadJudicialUserFieldComponent_Factory(t) { return new (t || ReadJudicialUserFieldComponent)(i0.ɵɵdirectiveInject(JurisdictionService)); };
16444
+ static ɵfac = function ReadJudicialUserFieldComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ReadJudicialUserFieldComponent)(i0.ɵɵdirectiveInject(JurisdictionService)); };
16441
16445
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ReadJudicialUserFieldComponent, selectors: [["ccd-read-judicial-user-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [["class", "text-16", 4, "ngIf"], [1, "text-16"]], template: function ReadJudicialUserFieldComponent_Template(rf, ctx) { if (rf & 1) {
16442
16446
  i0.ɵɵtemplate(0, ReadJudicialUserFieldComponent_span_0_Template, 2, 2, "span", 0);
16443
16447
  } if (rf & 2) {
@@ -16642,7 +16646,7 @@ class WriteJudicialUserFieldComponent extends WriteComplexFieldComponent {
16642
16646
  ngOnDestroy() {
16643
16647
  this.jurisdictionSubscription?.unsubscribe();
16644
16648
  }
16645
- static ɵfac = function WriteJudicialUserFieldComponent_Factory(t) { return new (t || WriteJudicialUserFieldComponent)(i0.ɵɵdirectiveInject(JurisdictionService), i0.ɵɵdirectiveInject(SessionStorageService), i0.ɵɵdirectiveInject(CaseFlagRefdataService), i0.ɵɵdirectiveInject(IsCompoundPipe), i0.ɵɵdirectiveInject(FormValidatorsService)); };
16649
+ static ɵfac = function WriteJudicialUserFieldComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || WriteJudicialUserFieldComponent)(i0.ɵɵdirectiveInject(JurisdictionService), i0.ɵɵdirectiveInject(SessionStorageService), i0.ɵɵdirectiveInject(CaseFlagRefdataService), i0.ɵɵdirectiveInject(IsCompoundPipe), i0.ɵɵdirectiveInject(FormValidatorsService)); };
16646
16650
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: WriteJudicialUserFieldComponent, selectors: [["ccd-write-judicial-user-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 12, vars: 17, consts: [["autoComplete", "matAutocomplete"], [1, "form-group", 3, "formGroup", "ngClass"], [3, "for"], ["class", "form-label", 4, "ngIf"], ["class", "form-hint", 4, "ngIf"], ["class", "error-message", 4, "ngIf"], [1, "form-control", "bottom-30", 3, "blur", "id", "formControl", "matAutocomplete"], ["autoActiveFirstOption", "", 3, "displayWith"], ["class", "select-option", 3, "ngClass", "value", "onSelectionChange", 4, "ngFor", "ngForOf"], ["class", "select-option", "disabled", "", 4, "ngIf"], [1, "form-label"], [1, "form-hint"], [1, "error-message"], [1, "select-option", 3, "onSelectionChange", "ngClass", "value"], ["disabled", "", 1, "select-option"]], template: function WriteJudicialUserFieldComponent_Template(rf, ctx) { if (rf & 1) {
16647
16651
  const _r1 = i0.ɵɵgetCurrentView();
16648
16652
  i0.ɵɵelementStart(0, "div", 1)(1, "label", 2);
@@ -16709,7 +16713,7 @@ class LabelFieldComponent {
16709
16713
  caseField;
16710
16714
  caseFields = [];
16711
16715
  labelCanBeTranslated = false;
16712
- static ɵfac = function LabelFieldComponent_Factory(t) { return new (t || LabelFieldComponent)(); };
16716
+ static ɵfac = function LabelFieldComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || LabelFieldComponent)(); };
16713
16717
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: LabelFieldComponent, selectors: [["ccd-label-field"]], inputs: { caseField: "caseField", caseFields: "caseFields", labelCanBeTranslated: "labelCanBeTranslated" }, decls: 6, vars: 7, consts: [["ccdLabelSubstitutor", "", 1, "case-field", 3, "hidden", "caseField", "contextFields", "id"], [3, "content", 4, "ngIf"], [3, "content"]], template: function LabelFieldComponent_Template(rf, ctx) { if (rf & 1) {
16714
16718
  i0.ɵɵelementStart(0, "dl", 0)(1, "dt");
16715
16719
  i0.ɵɵtemplate(2, LabelFieldComponent_ccd_markdown_2_Template, 2, 3, "ccd-markdown", 1)(3, LabelFieldComponent_ccd_markdown_3_Template, 1, 1, "ccd-markdown", 1)(4, LabelFieldComponent_ccd_markdown_4_Template, 1, 1, "ccd-markdown", 1);
@@ -16874,7 +16878,7 @@ class BeforeYouStartComponent extends AbstractJourneyComponent {
16874
16878
  onBack() {
16875
16879
  this.router.navigate(['cases', 'case-details', this.linkedCasesService.caseId], { fragment: 'Linked cases' });
16876
16880
  }
16877
- static ɵfac = function BeforeYouStartComponent_Factory(t) { return new (t || BeforeYouStartComponent)(i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(LinkedCasesService), i0.ɵɵdirectiveInject(MultipageComponentStateService)); };
16881
+ static ɵfac = function BeforeYouStartComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || BeforeYouStartComponent)(i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(LinkedCasesService), i0.ɵɵdirectiveInject(MultipageComponentStateService)); };
16878
16882
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BeforeYouStartComponent, selectors: [["ccd-linked-cases-before-you-start"]], outputs: { linkedCasesStateEmitter: "linkedCasesStateEmitter" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 3, vars: 2, consts: [[4, "ngIf"], [1, "govuk-heading-xl"], ["id", "unlink-cases-error", "class", "govuk-error-message", 4, "ngIf"], [1, "govuk-body"], ["href", "javascript:void(0)", 1, "govuk-link", 3, "click"], ["id", "unlink-cases-error", 1, "govuk-error-message"], [1, "govuk-visually-hidden"], ["id", "link-cases-journey", 4, "ngIf"], ["id", "manage-link-cases-journey", 4, "ngIf"], ["id", "link-cases-journey"], ["id", "manage-link-cases-journey"]], template: function BeforeYouStartComponent_Template(rf, ctx) { if (rf & 1) {
16879
16883
  i0.ɵɵelementStart(0, "div");
16880
16884
  i0.ɵɵtemplate(1, BeforeYouStartComponent_div_1_Template, 7, 1, "div", 0)(2, BeforeYouStartComponent_div_2_Template, 5, 2, "div", 0);
@@ -17057,7 +17061,7 @@ class CheckYourAnswersComponent extends AbstractJourneyComponent {
17057
17061
  });
17058
17062
  super.next();
17059
17063
  }
17060
- static ɵfac = function CheckYourAnswersComponent_Factory(t) { return new (t || CheckYourAnswersComponent)(i0.ɵɵdirectiveInject(LinkedCasesService), i0.ɵɵdirectiveInject(MultipageComponentStateService)); };
17064
+ static ɵfac = function CheckYourAnswersComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CheckYourAnswersComponent)(i0.ɵɵdirectiveInject(LinkedCasesService), i0.ɵɵdirectiveInject(MultipageComponentStateService)); };
17061
17065
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CheckYourAnswersComponent, selectors: [["ccd-linked-cases-check-your-answers"]], outputs: { linkedCasesStateEmitter: "linkedCasesStateEmitter" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 19, vars: 5, consts: [[1, "govuk-grid-row"], [1, "govuk-grid-column-full"], [1, "govuk-heading-xl"], ["id", "cases-to-unlink-table", "class", "govuk-table", 4, "ngIf"], ["id", "linked-cases-table", 1, "govuk-table"], [1, "govuk-table__caption", "govuk-table__caption--m"], [1, "govuk-table__head"], [1, "govuk-table__row"], ["scope", "col", 1, "govuk-table__header"], ["scope", "col", "class", "govuk-table__header", 4, "ngIf"], [1, "govuk-table__body"], ["class", "govuk-table__row", 4, "ngFor", "ngForOf"], ["class", "govuk-table__row", 4, "ngIf"], ["id", "cases-to-unlink-table", 1, "govuk-table"], [1, "govuk-table__cell"], ["href", "javascript:void(0)", 1, "govuk-link", "govuk-link--no-visited-state", "float-right", 3, "click"], ["colspan", "2", 1, "govuk-table__cell"], [4, "ngFor", "ngForOf"], ["class", "govuk-table__cell", 4, "ngIf"], [4, "ngIf"], ["colspan", "4", 1, "govuk-table__cell"]], template: function CheckYourAnswersComponent_Template(rf, ctx) { if (rf & 1) {
17062
17066
  i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "h1", 2);
17063
17067
  i0.ɵɵtext(3, "Check your answers");
@@ -17116,7 +17120,7 @@ class ValidatorsUtils {
17116
17120
  return regex.test(control.value) ? null : { isValid: false };
17117
17121
  };
17118
17122
  }
17119
- static ɵfac = function ValidatorsUtils_Factory(t) { return new (t || ValidatorsUtils)(); };
17123
+ static ɵfac = function ValidatorsUtils_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ValidatorsUtils)(); };
17120
17124
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: ValidatorsUtils, factory: ValidatorsUtils.ɵfac, providedIn: 'root' });
17121
17125
  }
17122
17126
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ValidatorsUtils, [{
@@ -17626,7 +17630,7 @@ class LinkCasesComponent extends AbstractJourneyComponent {
17626
17630
  super.next();
17627
17631
  }
17628
17632
  }
17629
- static ɵfac = function LinkCasesComponent_Factory(t) { return new (t || LinkCasesComponent)(i0.ɵɵdirectiveInject(CasesService), i0.ɵɵdirectiveInject(i4.FormBuilder), i0.ɵɵdirectiveInject(ValidatorsUtils), i0.ɵɵdirectiveInject(LinkedCasesService), i0.ɵɵdirectiveInject(MultipageComponentStateService)); };
17633
+ static ɵfac = function LinkCasesComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || LinkCasesComponent)(i0.ɵɵdirectiveInject(CasesService), i0.ɵɵdirectiveInject(i4.FormBuilder), i0.ɵɵdirectiveInject(ValidatorsUtils), i0.ɵɵdirectiveInject(LinkedCasesService), i0.ɵɵdirectiveInject(MultipageComponentStateService)); };
17630
17634
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: LinkCasesComponent, selectors: [["ccd-link-cases"]], outputs: { linkedCasesStateEmitter: "linkedCasesStateEmitter" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 33, vars: 11, consts: [[1, "govuk-grid-row"], [1, "govuk-grid-column-full"], [1, "govuk-caption-l"], [1, "govuk-heading-xl"], ["class", "form-group", 3, "formGroup", 4, "ngIf"], ["id", "caseNumber", 1, "govuk-form-group", 3, "ngClass"], ["class", "govuk-error-message", 4, "ngIf"], [1, "govuk-table"], [1, "govuk-table__caption", "govuk-table__caption--m"], [1, "govuk-table__head"], [1, "govuk-table__row"], ["scope", "col", "width", "300", 1, "govuk-table__header"], ["scope", "col", "width", "150", 1, "govuk-table__header"], ["scope", "col", "width", "200", 1, "govuk-table__header"], ["scope", "col", "width", "400", 1, "govuk-table__header"], ["scope", "col", "width", "50", 1, "govuk-table__header"], [1, "govuk-table__body"], ["class", "govuk-table__row", 4, "ngFor", "ngForOf"], ["class", "govuk-table__row", 4, "ngIf"], [1, "form-group", 3, "formGroup"], [1, "govuk-heading-s"], ["formControlName", "caseNumber", "id", "width-20", "name", "width-20", "type", "text", 1, "govuk-input", "govuk-input--width-20"], [1, "govuk-!-margin-top-3", 3, "ngClass"], ["id", "waste-hint", 1, "govuk-hint"], ["data-module", "govuk-checkboxes", "formArrayName", "reasonType", "id", "caseReason", 1, "govuk-checkboxes"], ["class", "govuk-checkboxes__item", 3, "formGroupName", 4, "ngFor", "ngForOf"], ["id", "other-description-char-limit-error", "class", "govuk-!-margin-top-3", 3, "ngClass", 4, "ngIf"], ["id", "propose", "type", "button", "data-module", "govuk-button", 1, "govuk-button", "govuk-button--secondary", 3, "click"], [1, "govuk-error-message"], [1, "govuk-visually-hidden"], [1, "govuk-checkboxes__item", 3, "formGroupName"], ["formControlName", "selected", "name", "pos", "type", "checkbox", 1, "govuk-checkboxes__input", 3, "change", "id", "value"], [1, "govuk-label", "govuk-checkboxes__label", 3, "for"], ["id", "other-description-char-limit-error", 1, "govuk-!-margin-top-3", 3, "ngClass"], ["id", "otherDescription", "name", "otherDescription", "formControlName", "otherDescription", "rows", "5", "aria-describedby", "other-description-hint other-description-char-limit-info other-description-char-limit-error", 1, "govuk-textarea", "govuk-input--width-30"], ["id", "other-description-char-limit-info", "aria-live", "polite", 1, "govuk-hint", "govuk-character-count__message"], [1, "govuk-table__cell"], [1, "govuk-form-group--error", 3, "ngClass"], [1, "govuk-table__cell", 3, "title"], [4, "ngFor", "ngForOf"], [1, "govuk-link", "no-visited-state", 3, "click"], ["colspan", "6", 1, "govuk-table__cell"]], template: function LinkCasesComponent_Template(rf, ctx) { if (rf & 1) {
17631
17635
  i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "div")(3, "span", 2);
17632
17636
  i0.ɵɵtext(4);
@@ -17902,7 +17906,7 @@ class LinkedCasesFromTableComponent {
17902
17906
  ? 'Hide'
17903
17907
  : 'Show';
17904
17908
  }
17905
- static ɵfac = function LinkedCasesFromTableComponent_Factory(t) { return new (t || LinkedCasesFromTableComponent)(i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(CasesService), i0.ɵɵdirectiveInject(LinkedCasesService)); };
17909
+ static ɵfac = function LinkedCasesFromTableComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || LinkedCasesFromTableComponent)(i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(CasesService), i0.ɵɵdirectiveInject(LinkedCasesService)); };
17906
17910
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: LinkedCasesFromTableComponent, selectors: [["ccd-linked-cases-from-table"]], inputs: { caseField: "caseField" }, outputs: { notifyAPIFailure: "notifyAPIFailure" }, decls: 2, vars: 2, consts: [["id", "show-hide-link", "class", "govuk-link", "href", "javascript:void(0)", 3, "click", 4, "ngIf"], ["aria-describedby", "table to display cases linked from", 4, "ngIf"], ["id", "show-hide-link", "href", "javascript:void(0)", 1, "govuk-link", 3, "click"], ["aria-describedby", "table to display cases linked from"], [1, "govuk-table__head"], [1, "govuk-table__row"], ["scope", "col", "width", "20%", 1, "govuk-table__header", "case-table-column"], ["class", "govuk-table__body", 4, "ngIf"], [1, "govuk-table__body"], ["class", "govuk-table__row", 4, "ngFor", "ngForOf"], ["class", "govuk-table__row", 4, "ngIf"], [1, "govuk-table__header", "case-table-column", "width-20"], [1, "govuk-body"], ["target", "_blank", "rel", "noopener", 1, "govuk-link", 3, "href"], [1, "case-table-column"], [3, "title"], ["class", "case-table-column", 4, "ngFor", "ngForOf"], [4, "ngFor", "ngForOf"], ["class", "govuk-!-padding-left-1", 3, "href", 4, "ngIf"], [4, "ngIf"], [1, "govuk-!-padding-left-1", 3, "href"], ["colspan", "5", 1, "govuk-table__cell"]], template: function LinkedCasesFromTableComponent_Template(rf, ctx) { if (rf & 1) {
17907
17911
  i0.ɵɵtemplate(0, LinkedCasesFromTableComponent_a_0_Template, 2, 1, "a", 0)(1, LinkedCasesFromTableComponent_table_1_Template, 14, 1, "table", 1);
17908
17912
  } if (rf & 2) {
@@ -18178,7 +18182,7 @@ class LinkedCasesToTableComponent {
18178
18182
  reasons: caseInfo?.value?.ReasonForLink
18179
18183
  };
18180
18184
  }
18181
- static ɵfac = function LinkedCasesToTableComponent_Factory(t) { return new (t || LinkedCasesToTableComponent)(i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(LinkedCasesService), i0.ɵɵdirectiveInject(CasesService)); };
18185
+ static ɵfac = function LinkedCasesToTableComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || LinkedCasesToTableComponent)(i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(LinkedCasesService), i0.ɵɵdirectiveInject(CasesService)); };
18182
18186
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: LinkedCasesToTableComponent, selectors: [["ccd-linked-cases-to-table"]], inputs: { caseField: "caseField" }, outputs: { notifyAPIFailure: "notifyAPIFailure" }, decls: 3, vars: 1, consts: [[1, "govuk-grid-row", "govuk-!-margin-bottom-2"], [1, "govuk-grid-column-full"], ["aria-describedby", "table to display cases linked TO", 4, "ngIf"], ["aria-describedby", "table to display cases linked TO"], [1, "govuk-table__row"], ["scope", "col", "width", "20%", 1, "govuk-table__header", "case-table-column"], [1, "govuk-table__body"], ["class", "govuk-table__row", 4, "ngFor", "ngForOf"], ["class", "govuk-table__row", 4, "ngIf"], [1, "govuk-body"], ["target", "_blank", "rel", "noopener", 3, "href"], [1, "govuk-link"], [3, "title"], [4, "ngIf"], [4, "ngFor", "ngForOf"], ["class", "govuk-!-padding-left-1", 3, "href", 4, "ngIf"], [1, "govuk-!-padding-left-1", 3, "href"], ["colspan", "5", 1, "govuk-table__cell"]], template: function LinkedCasesToTableComponent_Template(rf, ctx) { if (rf & 1) {
18183
18187
  i0.ɵɵelementStart(0, "div", 0)(1, "div", 1);
18184
18188
  i0.ɵɵtemplate(2, LinkedCasesToTableComponent_table_2_Template, 16, 2, "table", 2);
@@ -18234,7 +18238,7 @@ class NoLinkedCasesComponent extends AbstractJourneyComponent {
18234
18238
  onBack() {
18235
18239
  this.router.navigate(['cases', 'case-details', this.linkedCasesService.caseId], { fragment: 'Linked cases' });
18236
18240
  }
18237
- static ɵfac = function NoLinkedCasesComponent_Factory(t) { return new (t || NoLinkedCasesComponent)(i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(LinkedCasesService), i0.ɵɵdirectiveInject(MultipageComponentStateService)); };
18241
+ static ɵfac = function NoLinkedCasesComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || NoLinkedCasesComponent)(i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(LinkedCasesService), i0.ɵɵdirectiveInject(MultipageComponentStateService)); };
18238
18242
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: NoLinkedCasesComponent, selectors: [["ccd-no-linked-cases"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 12, vars: 3, consts: [["noLinkedCases", ""], [1, "govuk-grid-row"], [1, "govuk-grid-column-full"], ["class", "govuk-heading-xl", 4, "ngIf"], ["id", "unlink-cases-error", "class", "govuk-error-message", 4, "ngIf", "ngIfElse"], [1, "govuk-body"], ["href", "javascript:void(0)", 1, "govuk-link", 3, "click"], [1, "govuk-button-group"], ["type", "button", "id", "back-button", 1, "button", "button-primary", 3, "click"], [1, "govuk-heading-xl"], ["id", "unlink-cases-error", 1, "govuk-error-message"], [1, "govuk-visually-hidden"]], template: function NoLinkedCasesComponent_Template(rf, ctx) { if (rf & 1) {
18239
18243
  const _r1 = i0.ɵɵgetCurrentView();
18240
18244
  i0.ɵɵelementStart(0, "div", 1)(1, "div", 2);
@@ -18478,7 +18482,7 @@ class UnLinkCasesComponent extends AbstractFieldWriteJourneyComponent {
18478
18482
  this.errorMessages = [];
18479
18483
  this.unlinkErrorMessage = null;
18480
18484
  }
18481
- static ɵfac = function UnLinkCasesComponent_Factory(t) { return new (t || UnLinkCasesComponent)(i0.ɵɵdirectiveInject(i4.FormBuilder), i0.ɵɵdirectiveInject(CasesService), i0.ɵɵdirectiveInject(LinkedCasesService), i0.ɵɵdirectiveInject(MultipageComponentStateService)); };
18485
+ static ɵfac = function UnLinkCasesComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || UnLinkCasesComponent)(i0.ɵɵdirectiveInject(i4.FormBuilder), i0.ɵɵdirectiveInject(CasesService), i0.ɵɵdirectiveInject(LinkedCasesService), i0.ɵɵdirectiveInject(MultipageComponentStateService)); };
18482
18486
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: UnLinkCasesComponent, selectors: [["ccd-unlink-cases"]], outputs: { linkedCasesStateEmitter: "linkedCasesStateEmitter", notifyAPIFailure: "notifyAPIFailure" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [["class", "govuk-grid-row", 4, "ngIf"], [1, "govuk-grid-row"], [1, "govuk-grid-column-full"], [1, "govuk-heading-xl"], ["class", "govuk-form-group form-group", 3, "ngClass", "formGroup", 4, "ngIf"], [1, "govuk-form-group", "form-group", 3, "ngClass", "formGroup"], ["id", "unlink-cases-error", "class", "govuk-error-message", 4, "ngIf"], ["data-module", "govuk-checkboxes", 1, "govuk-checkboxes"], ["class", "govuk-checkboxes__item", 4, "ngFor", "ngForOf"], ["id", "unlink-cases-error", 1, "govuk-error-message"], [1, "govuk-visually-hidden"], [1, "govuk-checkboxes__item"], ["formArrayName", "linkedCases", "name", "linkedCases", "type", "checkbox", 1, "govuk-checkboxes__input", 3, "change", "id", "value", "checked"], [1, "govuk-label", "govuk-checkboxes__label", 3, "for"]], template: function UnLinkCasesComponent_Template(rf, ctx) { if (rf & 1) {
18483
18487
  i0.ɵɵtemplate(0, UnLinkCasesComponent_div_0_Template, 5, 1, "div", 0);
18484
18488
  } if (rf & 2) {
@@ -18579,7 +18583,7 @@ class CommonDataService {
18579
18583
  }
18580
18584
  return of(null);
18581
18585
  }
18582
- static ɵfac = function CommonDataService_Factory(t) { return new (t || CommonDataService)(i0.ɵɵinject(i1$2.HttpClient)); };
18586
+ static ɵfac = function CommonDataService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CommonDataService)(i0.ɵɵinject(i1$2.HttpClient)); };
18583
18587
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: CommonDataService, factory: CommonDataService.ɵfac });
18584
18588
  }
18585
18589
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CommonDataService, [{
@@ -18697,7 +18701,7 @@ class ReadLinkedCasesFieldComponent {
18697
18701
  getFailureLinkedFromNotification(evt) {
18698
18702
  this.isServerLinkedFromError = true;
18699
18703
  }
18700
- static ɵfac = function ReadLinkedCasesFieldComponent_Factory(t) { return new (t || ReadLinkedCasesFieldComponent)(i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(LinkedCasesService), i0.ɵɵdirectiveInject(AbstractAppConfig), i0.ɵɵdirectiveInject(CommonDataService)); };
18704
+ static ɵfac = function ReadLinkedCasesFieldComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ReadLinkedCasesFieldComponent)(i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(LinkedCasesService), i0.ɵɵdirectiveInject(AbstractAppConfig), i0.ɵɵdirectiveInject(CommonDataService)); };
18701
18705
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ReadLinkedCasesFieldComponent, selectors: [["ccd-read-linked-cases-field"]], decls: 20, vars: 10, consts: [["singleApiError", ""], ["multiApisError", ""], [1, "govuk-!-margin-bottom-2"], [1, "heading-h1"], [1, "table-sub-heading"], ["reloadPage", "reload", 3, "notifyAPIFailure", "caseField"], [4, "ngIf", "ngIfThen"], [1, "govuk-!-margin-top-8"], [1, "govuk-main-wrapper"], [1, "govuk-body"], [1, "govuk-body", "align-left"], ["href", "javascript:void(0)", "id", "reload-linked-cases-tab", 1, "govuk-link", 3, "click"]], template: function ReadLinkedCasesFieldComponent_Template(rf, ctx) { if (rf & 1) {
18702
18706
  const _r1 = i0.ɵɵgetCurrentView();
18703
18707
  i0.ɵɵelementStart(0, "div")(1, "div", 2)(2, "h1", 3);
@@ -19032,7 +19036,7 @@ class WriteLinkedCasesFieldComponent extends AbstractFieldWriteJourneyComponent
19032
19036
  }
19033
19037
  super.previousPage();
19034
19038
  }
19035
- static ɵfac = function WriteLinkedCasesFieldComponent_Factory(t) { return new (t || WriteLinkedCasesFieldComponent)(i0.ɵɵdirectiveInject(AbstractAppConfig), i0.ɵɵdirectiveInject(CommonDataService), i0.ɵɵdirectiveInject(CasesService), i0.ɵɵdirectiveInject(LinkedCasesService), i0.ɵɵdirectiveInject(CaseEditDataService), i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(MultipageComponentStateService)); };
19039
+ static ɵfac = function WriteLinkedCasesFieldComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || WriteLinkedCasesFieldComponent)(i0.ɵɵdirectiveInject(AbstractAppConfig), i0.ɵɵdirectiveInject(CommonDataService), i0.ɵɵdirectiveInject(CasesService), i0.ɵɵdirectiveInject(LinkedCasesService), i0.ɵɵdirectiveInject(CaseEditDataService), i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(MultipageComponentStateService)); };
19036
19040
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: WriteLinkedCasesFieldComponent, selectors: [["ccd-write-linked-cases-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 7, vars: 7, consts: [["journeyChild", ""], [1, "form-group", "govuk-!-margin-bottom-2", 3, "formGroup"], [1, "govuk-form-group", 3, "ngSwitch"], [4, "ngSwitchCase"], [3, "linkedCasesStateEmitter"]], template: function WriteLinkedCasesFieldComponent_Template(rf, ctx) { if (rf & 1) {
19037
19041
  i0.ɵɵelementStart(0, "div", 1)(1, "div", 2);
19038
19042
  i0.ɵɵtemplate(2, WriteLinkedCasesFieldComponent_ng_container_2_Template, 3, 0, "ng-container", 3)(3, WriteLinkedCasesFieldComponent_ng_container_3_Template, 3, 0, "ng-container", 3)(4, WriteLinkedCasesFieldComponent_ng_container_4_Template, 3, 0, "ng-container", 3)(5, WriteLinkedCasesFieldComponent_ng_container_5_Template, 3, 0, "ng-container", 3)(6, WriteLinkedCasesFieldComponent_ng_container_6_Template, 3, 0, "ng-container", 3);
@@ -19086,7 +19090,7 @@ class ReadMoneyGbpFieldComponent extends AbstractFieldReadComponent {
19086
19090
  isNumber() {
19087
19091
  return null !== this.value && !isNaN(this.value);
19088
19092
  }
19089
- static ɵfac = /*@__PURE__*/ (() => { let ɵReadMoneyGbpFieldComponent_BaseFactory; return function ReadMoneyGbpFieldComponent_Factory(t) { return (ɵReadMoneyGbpFieldComponent_BaseFactory || (ɵReadMoneyGbpFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadMoneyGbpFieldComponent)))(t || ReadMoneyGbpFieldComponent); }; })();
19093
+ static ɵfac = /*@__PURE__*/ (() => { let ɵReadMoneyGbpFieldComponent_BaseFactory; return function ReadMoneyGbpFieldComponent_Factory(__ngFactoryType__) { return (ɵReadMoneyGbpFieldComponent_BaseFactory || (ɵReadMoneyGbpFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadMoneyGbpFieldComponent)))(__ngFactoryType__ || ReadMoneyGbpFieldComponent); }; })();
19090
19094
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ReadMoneyGbpFieldComponent, selectors: [["ccd-read-money-gbp-field"]], inputs: { amount: "amount" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "text-16"]], template: function ReadMoneyGbpFieldComponent_Template(rf, ctx) { if (rf & 1) {
19091
19095
  i0.ɵɵtemplate(0, ReadMoneyGbpFieldComponent_ng_container_0_Template, 4, 5, "ng-container", 0);
19092
19096
  } if (rf & 2) {
@@ -19173,7 +19177,7 @@ class MoneyGbpInputComponent {
19173
19177
  // Not used.
19174
19178
  }
19175
19179
  propagateChange = (_) => { };
19176
- static ɵfac = function MoneyGbpInputComponent_Factory(t) { return new (t || MoneyGbpInputComponent)(); };
19180
+ static ɵfac = function MoneyGbpInputComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || MoneyGbpInputComponent)(); };
19177
19181
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MoneyGbpInputComponent, selectors: [["ccd-money-gbp-input"]], inputs: { id: "id", name: "name", mandatory: "mandatory", formControl: "formControl" }, features: [i0.ɵɵProvidersFeature([
19178
19182
  {
19179
19183
  provide: NG_VALUE_ACCESSOR,
@@ -19265,7 +19269,7 @@ class WriteMoneyGbpFieldComponent extends AbstractFieldWriteComponent {
19265
19269
  ngOnInit() {
19266
19270
  this.moneyGbpControl = this.registerControl(new FormControl(this.caseField.value));
19267
19271
  }
19268
- static ɵfac = /*@__PURE__*/ (() => { let ɵWriteMoneyGbpFieldComponent_BaseFactory; return function WriteMoneyGbpFieldComponent_Factory(t) { return (ɵWriteMoneyGbpFieldComponent_BaseFactory || (ɵWriteMoneyGbpFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(WriteMoneyGbpFieldComponent)))(t || WriteMoneyGbpFieldComponent); }; })();
19272
+ static ɵfac = /*@__PURE__*/ (() => { let ɵWriteMoneyGbpFieldComponent_BaseFactory; return function WriteMoneyGbpFieldComponent_Factory(__ngFactoryType__) { return (ɵWriteMoneyGbpFieldComponent_BaseFactory || (ɵWriteMoneyGbpFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(WriteMoneyGbpFieldComponent)))(__ngFactoryType__ || WriteMoneyGbpFieldComponent); }; })();
19269
19273
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: WriteMoneyGbpFieldComponent, selectors: [["ccd-write-money-gbp-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 10, vars: 13, consts: [[1, "form-group", "bottom-30", 3, "ngClass"], [3, "for"], ["class", "form-label", 4, "ngIf"], ["class", "form-hint", 4, "ngIf"], ["class", "error-message", 4, "ngIf"], [1, "form-money"], [1, "form-currency"], [3, "id", "name", "mandatory", "formControl"], [1, "form-label"], [1, "form-hint"], [1, "error-message"]], template: function WriteMoneyGbpFieldComponent_Template(rf, ctx) { if (rf & 1) {
19270
19274
  i0.ɵɵelementStart(0, "div", 0)(1, "label", 1);
19271
19275
  i0.ɵɵtemplate(2, WriteMoneyGbpFieldComponent_span_2_Template, 3, 3, "span", 2);
@@ -19324,7 +19328,7 @@ function ReadMultiSelectListFieldComponent_table_0_Template(rf, ctx) { if (rf &
19324
19328
  i0.ɵɵproperty("ngForOf", ctx_r1.caseField.value);
19325
19329
  } }
19326
19330
  class ReadMultiSelectListFieldComponent extends AbstractFieldReadComponent {
19327
- static ɵfac = /*@__PURE__*/ (() => { let ɵReadMultiSelectListFieldComponent_BaseFactory; return function ReadMultiSelectListFieldComponent_Factory(t) { return (ɵReadMultiSelectListFieldComponent_BaseFactory || (ɵReadMultiSelectListFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadMultiSelectListFieldComponent)))(t || ReadMultiSelectListFieldComponent); }; })();
19331
+ static ɵfac = /*@__PURE__*/ (() => { let ɵReadMultiSelectListFieldComponent_BaseFactory; return function ReadMultiSelectListFieldComponent_Factory(__ngFactoryType__) { return (ɵReadMultiSelectListFieldComponent_BaseFactory || (ɵReadMultiSelectListFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadMultiSelectListFieldComponent)))(__ngFactoryType__ || ReadMultiSelectListFieldComponent); }; })();
19328
19332
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ReadMultiSelectListFieldComponent, selectors: [["ccd-read-multi-select-list-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [["class", "multi-select-list-field-table", 4, "ngIf"], [1, "multi-select-list-field-table"], [4, "ngFor", "ngForOf"], [2, "display", "none"], [1, "text-16"]], template: function ReadMultiSelectListFieldComponent_Template(rf, ctx) { if (rf & 1) {
19329
19333
  i0.ɵɵtemplate(0, ReadMultiSelectListFieldComponent_table_0_Template, 4, 4, "table", 0);
19330
19334
  } if (rf & 2) {
@@ -19430,7 +19434,7 @@ class WriteMultiSelectListFieldComponent extends AbstractFieldWriteComponent {
19430
19434
  return this.checkboxes.controls.find(control => control.value === code);
19431
19435
  }
19432
19436
  }
19433
- static ɵfac = /*@__PURE__*/ (() => { let ɵWriteMultiSelectListFieldComponent_BaseFactory; return function WriteMultiSelectListFieldComponent_Factory(t) { return (ɵWriteMultiSelectListFieldComponent_BaseFactory || (ɵWriteMultiSelectListFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(WriteMultiSelectListFieldComponent)))(t || WriteMultiSelectListFieldComponent); }; })();
19437
+ static ɵfac = /*@__PURE__*/ (() => { let ɵWriteMultiSelectListFieldComponent_BaseFactory; return function WriteMultiSelectListFieldComponent_Factory(__ngFactoryType__) { return (ɵWriteMultiSelectListFieldComponent_BaseFactory || (ɵWriteMultiSelectListFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(WriteMultiSelectListFieldComponent)))(__ngFactoryType__ || WriteMultiSelectListFieldComponent); }; })();
19434
19438
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: WriteMultiSelectListFieldComponent, selectors: [["ccd-write-multi-select-list-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 7, vars: 8, consts: [[1, "form-group", "bottom-30", 3, "ngClass", "id"], ["class", "form-label", 4, "ngIf"], ["class", "form-hint", 4, "ngIf"], ["class", "error-message", 4, "ngIf"], [4, "ngFor", "ngForOf"], [1, "form-label"], [1, "form-hint"], [1, "error-message"], [1, "multiple-choice"], ["type", "checkbox", 1, "form-control", 3, "change", "id", "name", "value", "checked"], [1, "form-label", 3, "for"]], template: function WriteMultiSelectListFieldComponent_Template(rf, ctx) { if (rf & 1) {
19435
19439
  i0.ɵɵelementStart(0, "div", 0)(1, "fieldset")(2, "legend");
19436
19440
  i0.ɵɵtemplate(3, WriteMultiSelectListFieldComponent_span_3_Template, 3, 3, "span", 1);
@@ -19456,7 +19460,7 @@ class WriteMultiSelectListFieldComponent extends AbstractFieldWriteComponent {
19456
19460
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(WriteMultiSelectListFieldComponent, { className: "WriteMultiSelectListFieldComponent", filePath: "lib/shared/components/palette/multi-select-list/write-multi-select-list-field.component.ts", lineNumber: 10 }); })();
19457
19461
 
19458
19462
  class ReadNumberFieldComponent extends AbstractFieldReadComponent {
19459
- static ɵfac = /*@__PURE__*/ (() => { let ɵReadNumberFieldComponent_BaseFactory; return function ReadNumberFieldComponent_Factory(t) { return (ɵReadNumberFieldComponent_BaseFactory || (ɵReadNumberFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadNumberFieldComponent)))(t || ReadNumberFieldComponent); }; })();
19463
+ static ɵfac = /*@__PURE__*/ (() => { let ɵReadNumberFieldComponent_BaseFactory; return function ReadNumberFieldComponent_Factory(__ngFactoryType__) { return (ɵReadNumberFieldComponent_BaseFactory || (ɵReadNumberFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadNumberFieldComponent)))(__ngFactoryType__ || ReadNumberFieldComponent); }; })();
19460
19464
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ReadNumberFieldComponent, selectors: [["ccd-read-number-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 3, vars: 3, consts: [[1, "text-16"]], template: function ReadNumberFieldComponent_Template(rf, ctx) { if (rf & 1) {
19461
19465
  i0.ɵɵelementStart(0, "span", 0);
19462
19466
  i0.ɵɵtext(1);
@@ -19513,7 +19517,7 @@ class WriteNumberFieldComponent extends AbstractFieldWriteComponent {
19513
19517
  ngOnInit() {
19514
19518
  this.numberControl = this.registerControl(new FormControl(this.caseField.value));
19515
19519
  }
19516
- static ɵfac = /*@__PURE__*/ (() => { let ɵWriteNumberFieldComponent_BaseFactory; return function WriteNumberFieldComponent_Factory(t) { return (ɵWriteNumberFieldComponent_BaseFactory || (ɵWriteNumberFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(WriteNumberFieldComponent)))(t || WriteNumberFieldComponent); }; })();
19520
+ static ɵfac = /*@__PURE__*/ (() => { let ɵWriteNumberFieldComponent_BaseFactory; return function WriteNumberFieldComponent_Factory(__ngFactoryType__) { return (ɵWriteNumberFieldComponent_BaseFactory || (ɵWriteNumberFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(WriteNumberFieldComponent)))(__ngFactoryType__ || WriteNumberFieldComponent); }; })();
19517
19521
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: WriteNumberFieldComponent, selectors: [["ccd-write-number-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 6, vars: 12, consts: [[1, "form-group", 3, "ngClass"], [3, "for"], ["class", "form-label", 4, "ngIf"], ["class", "form-hint", 4, "ngIf"], ["class", "error-message", 4, "ngIf"], ["type", "number", 1, "form-control", "bottom-30", 3, "ngClass", "id", "formControl"], [1, "form-label"], [1, "form-hint"], [1, "error-message"]], template: function WriteNumberFieldComponent_Template(rf, ctx) { if (rf & 1) {
19518
19522
  i0.ɵɵelementStart(0, "div", 0)(1, "label", 1);
19519
19523
  i0.ɵɵtemplate(2, WriteNumberFieldComponent_span_2_Template, 3, 3, "span", 2);
@@ -19554,7 +19558,7 @@ class ReadOrderSummaryFieldComponent extends AbstractFieldReadComponent {
19554
19558
  getPaymentTotal() {
19555
19559
  return this.caseField.value ? this.caseField.value.PaymentTotal : '';
19556
19560
  }
19557
- static ɵfac = /*@__PURE__*/ (() => { let ɵReadOrderSummaryFieldComponent_BaseFactory; return function ReadOrderSummaryFieldComponent_Factory(t) { return (ɵReadOrderSummaryFieldComponent_BaseFactory || (ɵReadOrderSummaryFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadOrderSummaryFieldComponent)))(t || ReadOrderSummaryFieldComponent); }; })();
19561
+ static ɵfac = /*@__PURE__*/ (() => { let ɵReadOrderSummaryFieldComponent_BaseFactory; return function ReadOrderSummaryFieldComponent_Factory(__ngFactoryType__) { return (ɵReadOrderSummaryFieldComponent_BaseFactory || (ɵReadOrderSummaryFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadOrderSummaryFieldComponent)))(__ngFactoryType__ || ReadOrderSummaryFieldComponent); }; })();
19558
19562
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ReadOrderSummaryFieldComponent, selectors: [["ccd-read-order-summary-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 26, vars: 20, consts: [[1, "order-summary-title"], ["id", "hiddenHeader", 2, "display", "none"], ["ccdReadOrderSummaryRow", "", 3, "feeValue", 4, "ngFor", "ngForOf"], [1, "payment-total"], [3, "amount"], ["ccdReadOrderSummaryRow", "", 3, "feeValue"]], template: function ReadOrderSummaryFieldComponent_Template(rf, ctx) { if (rf & 1) {
19559
19563
  i0.ɵɵelementStart(0, "div", 0);
19560
19564
  i0.ɵɵtext(1);
@@ -19640,7 +19644,7 @@ class WriteOrderSummaryFieldComponent extends AbstractFieldWriteComponent {
19640
19644
  feeValueGroup.addControl('value', feeGroup);
19641
19645
  return feeValueGroup;
19642
19646
  }
19643
- static ɵfac = /*@__PURE__*/ (() => { let ɵWriteOrderSummaryFieldComponent_BaseFactory; return function WriteOrderSummaryFieldComponent_Factory(t) { return (ɵWriteOrderSummaryFieldComponent_BaseFactory || (ɵWriteOrderSummaryFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(WriteOrderSummaryFieldComponent)))(t || WriteOrderSummaryFieldComponent); }; })();
19647
+ static ɵfac = /*@__PURE__*/ (() => { let ɵWriteOrderSummaryFieldComponent_BaseFactory; return function WriteOrderSummaryFieldComponent_Factory(__ngFactoryType__) { return (ɵWriteOrderSummaryFieldComponent_BaseFactory || (ɵWriteOrderSummaryFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(WriteOrderSummaryFieldComponent)))(__ngFactoryType__ || WriteOrderSummaryFieldComponent); }; })();
19644
19648
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: WriteOrderSummaryFieldComponent, selectors: [["ccd-write-order-summary-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[3, "caseField"]], template: function WriteOrderSummaryFieldComponent_Template(rf, ctx) { if (rf & 1) {
19645
19649
  i0.ɵɵelement(0, "ccd-read-order-summary-field", 0);
19646
19650
  } if (rf & 2) {
@@ -19680,7 +19684,7 @@ class ReadOrganisationFieldComponent extends AbstractFieldReadComponent {
19680
19684
  this.context = PaletteContext.TABLE_VIEW;
19681
19685
  }
19682
19686
  }
19683
- static ɵfac = /*@__PURE__*/ (() => { let ɵReadOrganisationFieldComponent_BaseFactory; return function ReadOrganisationFieldComponent_Factory(t) { return (ɵReadOrganisationFieldComponent_BaseFactory || (ɵReadOrganisationFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadOrganisationFieldComponent)))(t || ReadOrganisationFieldComponent); }; })();
19687
+ static ɵfac = /*@__PURE__*/ (() => { let ɵReadOrganisationFieldComponent_BaseFactory; return function ReadOrganisationFieldComponent_Factory(__ngFactoryType__) { return (ɵReadOrganisationFieldComponent_BaseFactory || (ɵReadOrganisationFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadOrganisationFieldComponent)))(__ngFactoryType__ || ReadOrganisationFieldComponent); }; })();
19684
19688
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ReadOrganisationFieldComponent, selectors: [["ccd-read-organisation-field"]], inputs: { caseFields: "caseFields" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 4, vars: 3, consts: [[3, "ngSwitch"], [3, "caseField", "context", 4, "ngSwitchCase"], [3, "caseField", "caseFields", "context", 4, "ngSwitchCase"], [3, "caseField", "caseFields", "context", 4, "ngSwitchDefault"], [3, "caseField", "context"], [3, "caseField", "caseFields", "context"]], template: function ReadOrganisationFieldComponent_Template(rf, ctx) { if (rf & 1) {
19685
19689
  i0.ɵɵelementContainerStart(0, 0);
19686
19690
  i0.ɵɵtemplate(1, ReadOrganisationFieldComponent_ccd_read_organisation_field_raw_1_Template, 1, 2, "ccd-read-organisation-field-raw", 1)(2, ReadOrganisationFieldComponent_ccd_read_organisation_field_table_2_Template, 1, 3, "ccd-read-organisation-field-table", 2)(3, ReadOrganisationFieldComponent_ccd_read_organisation_field_table_3_Template, 1, 3, "ccd-read-organisation-field-table", 3);
@@ -20062,7 +20066,7 @@ class WriteOrganisationFieldComponent extends AbstractFieldWriteComponent {
20062
20066
  }
20063
20067
  }
20064
20068
  }
20065
- static ɵfac = function WriteOrganisationFieldComponent_Factory(t) { return new (t || WriteOrganisationFieldComponent)(i0.ɵɵdirectiveInject(OrganisationService), i0.ɵɵdirectiveInject(OrganisationConverter), i0.ɵɵdirectiveInject(WindowService)); };
20069
+ static ɵfac = function WriteOrganisationFieldComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || WriteOrganisationFieldComponent)(i0.ɵɵdirectiveInject(OrganisationService), i0.ɵɵdirectiveInject(OrganisationConverter), i0.ɵɵdirectiveInject(WindowService)); };
20066
20070
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: WriteOrganisationFieldComponent, selectors: [["ccd-write-organisation-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 5, vars: 7, consts: [["selectedOrganisation", ""], [1, "form-group", 3, "formGroup"], ["class", "govuk-fieldset", 4, "ngIf"], [1, "govuk-fieldset"], [2, "display", "none"], [1, "hmcts-banner"], ["fill", "currentColor", "role", "presentation", "focusable", "false", "xmlns", "http://www.w3.org/2000/svg", "viewBox", "0 0 25 25", "height", "25", "width", "25", 1, "hmcts-banner__icon"], ["d", "M13.7,18.5h-2.4v-2.4h2.4V18.5z M12.5,13.7c-0.7,0-1.2-0.5-1.2-1.2V7.7c0-0.7,0.5-1.2,1.2-1.2s1.2,0.5,1.2,1.2v4.8\n C13.7,13.2,13.2,13.7,12.5,13.7z M12.5,0.5c-6.6,0-12,5.4-12,12s5.4,12,12,12s12-5.4,12-12S19.1,0.5,12.5,0.5z"], [1, "hmcts-banner__message"], [1, "hmcts-banner__assistive"], [1, "warning-message"], [1, "warning-panel"], [1, "govuk-fieldset__legend", "govuk-fieldset__legend--l"], [1, "heading-h2"], [1, "govuk-form-group"], ["for", "search-org-text", 1, "govuk-label"], ["id", "search-org-hint", 1, "govuk-hint"], ["id", "search-org-text", "type", "text", 1, "form-control", 3, "formControl"], ["for", "organisation-table", 1, "govuk-label"], [1, "govuk-section-break", "govuk-section-break--visible"], [3, "ngClass", 4, "ngIf", "ngIfElse"], [3, "caseField", "formGroup", "selectedOrg$"], ["id", "find-organisation-help", "data-module", "govuk-details", 1, "govuk-details"], [1, "govuk-details__summary"], ["id", "content-why-can-not-find-organisation", 1, "govuk-details__summary-text"], ["id", "content-reason-can-not-find-organisation", 1, "govuk-details__text"], [3, "ngClass"], ["id", "organisation-table", 4, "ngFor", "ngForOf"], [4, "ngIf"], ["id", "organisation-table"], [1, "name-header"], [1, "td-address"], [3, "content"], [1, "td-select"], ["href", "javascript:void(0);", 3, "click", "title"], [1, "no-result-message"], ["id", "organisation-selected-table", 4, "ngIf"], ["id", "organisation-selected-table"]], template: function WriteOrganisationFieldComponent_Template(rf, ctx) { if (rf & 1) {
20067
20071
  i0.ɵɵelementStart(0, "div", 1);
20068
20072
  i0.ɵɵtemplate(1, WriteOrganisationFieldComponent_fieldset_1_Template, 16, 9, "fieldset", 2);
@@ -20126,7 +20130,7 @@ class CasePaymentHistoryViewerFieldComponent extends PaymentField {
20126
20130
  constructor(appConfig, sessionStorage) {
20127
20131
  super(appConfig, sessionStorage);
20128
20132
  }
20129
- static ɵfac = function CasePaymentHistoryViewerFieldComponent_Factory(t) { return new (t || CasePaymentHistoryViewerFieldComponent)(i0.ɵɵdirectiveInject(AbstractAppConfig), i0.ɵɵdirectiveInject(SessionStorageService)); };
20133
+ static ɵfac = function CasePaymentHistoryViewerFieldComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CasePaymentHistoryViewerFieldComponent)(i0.ɵɵdirectiveInject(AbstractAppConfig), i0.ɵɵdirectiveInject(SessionStorageService)); };
20130
20134
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CasePaymentHistoryViewerFieldComponent, selectors: [["ccd-case-payment-history-viewer-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 16, consts: [[3, "API_ROOT", "CCD_CASE_NUMBER", "BULKSCAN_API_ROOT", "SELECTED_OPTION", "ISBSENABLE", "LOGGEDINUSEREMAIL", "LOGGEDINUSERROLES", "REFUNDS_API_ROOT", "NOTIFICATION_API_ROOT", "VIEW", "TAKEPAYMENT", "SERVICEREQUEST", "PAYMENT_GROUP_REF", "EXC_REFERENCE", "DCN_NUMBER", "ISPAYMENTSTATUSENABLED"]], template: function CasePaymentHistoryViewerFieldComponent_Template(rf, ctx) { if (rf & 1) {
20131
20135
  i0.ɵɵelement(0, "ccpay-payment-lib", 0);
20132
20136
  } if (rf & 2) {
@@ -20140,7 +20144,7 @@ class CasePaymentHistoryViewerFieldComponent extends PaymentField {
20140
20144
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CasePaymentHistoryViewerFieldComponent, { className: "CasePaymentHistoryViewerFieldComponent", filePath: "lib/shared/components/palette/payment/case-payment-history-viewer-field.component.ts", lineNumber: 10 }); })();
20141
20145
 
20142
20146
  class ReadPhoneUKFieldComponent extends AbstractFieldReadComponent {
20143
- static ɵfac = /*@__PURE__*/ (() => { let ɵReadPhoneUKFieldComponent_BaseFactory; return function ReadPhoneUKFieldComponent_Factory(t) { return (ɵReadPhoneUKFieldComponent_BaseFactory || (ɵReadPhoneUKFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadPhoneUKFieldComponent)))(t || ReadPhoneUKFieldComponent); }; })();
20147
+ static ɵfac = /*@__PURE__*/ (() => { let ɵReadPhoneUKFieldComponent_BaseFactory; return function ReadPhoneUKFieldComponent_Factory(__ngFactoryType__) { return (ɵReadPhoneUKFieldComponent_BaseFactory || (ɵReadPhoneUKFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadPhoneUKFieldComponent)))(__ngFactoryType__ || ReadPhoneUKFieldComponent); }; })();
20144
20148
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ReadPhoneUKFieldComponent, selectors: [["ccd-read-phone-uk-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 1, consts: [[1, "text-16"]], template: function ReadPhoneUKFieldComponent_Template(rf, ctx) { if (rf & 1) {
20145
20149
  i0.ɵɵelementStart(0, "span", 0);
20146
20150
  i0.ɵɵtext(1);
@@ -20196,7 +20200,7 @@ class WritePhoneUKFieldComponent extends AbstractFieldWriteComponent {
20196
20200
  ngOnInit() {
20197
20201
  this.phoneUkControl = this.registerControl(new FormControl(this.caseField.value));
20198
20202
  }
20199
- static ɵfac = /*@__PURE__*/ (() => { let ɵWritePhoneUKFieldComponent_BaseFactory; return function WritePhoneUKFieldComponent_Factory(t) { return (ɵWritePhoneUKFieldComponent_BaseFactory || (ɵWritePhoneUKFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(WritePhoneUKFieldComponent)))(t || WritePhoneUKFieldComponent); }; })();
20203
+ static ɵfac = /*@__PURE__*/ (() => { let ɵWritePhoneUKFieldComponent_BaseFactory; return function WritePhoneUKFieldComponent_Factory(__ngFactoryType__) { return (ɵWritePhoneUKFieldComponent_BaseFactory || (ɵWritePhoneUKFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(WritePhoneUKFieldComponent)))(__ngFactoryType__ || WritePhoneUKFieldComponent); }; })();
20200
20204
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: WritePhoneUKFieldComponent, selectors: [["ccd-write-phone-uk-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 6, vars: 12, consts: [[1, "form-group", 3, "ngClass"], [3, "for"], ["class", "form-label", 4, "ngIf"], ["class", "form-hint", 4, "ngIf"], ["class", "error-message", 4, "ngIf"], ["type", "tel", 1, "form-control", "bottom-30", 3, "ngClass", "id", "formControl"], [1, "form-label"], [1, "form-hint"], [1, "error-message"]], template: function WritePhoneUKFieldComponent_Template(rf, ctx) { if (rf & 1) {
20201
20205
  i0.ɵɵelementStart(0, "div", 0)(1, "label", 1);
20202
20206
  i0.ɵɵtemplate(2, WritePhoneUKFieldComponent_span_2_Template, 3, 3, "span", 2);
@@ -20460,7 +20464,7 @@ function QualifyingQuestionDetailComponent_ng_container_0_Template(rf, ctx) { if
20460
20464
  } }
20461
20465
  class QualifyingQuestionDetailComponent {
20462
20466
  qualifyingQuestion;
20463
- static ɵfac = function QualifyingQuestionDetailComponent_Factory(t) { return new (t || QualifyingQuestionDetailComponent)(); };
20467
+ static ɵfac = function QualifyingQuestionDetailComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || QualifyingQuestionDetailComponent)(); };
20464
20468
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: QualifyingQuestionDetailComponent, selectors: [["ccd-qualifying-question-detail"]], inputs: { qualifyingQuestion: "qualifyingQuestion" }, decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "govuk-caption-l"], [1, "govuk-heading-l"], [1, "qm-qualifying-question"], [3, "content"]], template: function QualifyingQuestionDetailComponent_Template(rf, ctx) { if (rf & 1) {
20465
20469
  i0.ɵɵtemplate(0, QualifyingQuestionDetailComponent_ng_container_0_Template, 10, 9, "ng-container", 0);
20466
20470
  } if (rf & 2) {
@@ -20517,7 +20521,7 @@ class QualifyingQuestionService {
20517
20521
  clearQualifyingQuestionSelection() {
20518
20522
  this.qualifyingQuestionSelection = null;
20519
20523
  }
20520
- static ɵfac = function QualifyingQuestionService_Factory(t) { return new (t || QualifyingQuestionService)(); };
20524
+ static ɵfac = function QualifyingQuestionService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || QualifyingQuestionService)(); };
20521
20525
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: QualifyingQuestionService, factory: QualifyingQuestionService.ɵfac });
20522
20526
  }
20523
20527
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(QualifyingQuestionService, [{
@@ -20632,7 +20636,7 @@ class QualifyingQuestionOptionsComponent {
20632
20636
  get displayError() {
20633
20637
  return this.qualifyingQuestionsControl.touched && this.qualifyingQuestionsControl.hasError('required');
20634
20638
  }
20635
- static ɵfac = function QualifyingQuestionOptionsComponent_Factory(t) { return new (t || QualifyingQuestionOptionsComponent)(i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(QualifyingQuestionService)); };
20639
+ static ɵfac = function QualifyingQuestionOptionsComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || QualifyingQuestionOptionsComponent)(i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(QualifyingQuestionService)); };
20636
20640
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: QualifyingQuestionOptionsComponent, selectors: [["ccd-qualifying-question-options"]], inputs: { qualifyingQuestionsControl: "qualifyingQuestionsControl", qualifyingQuestions$: "qualifyingQuestions$" }, decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "govuk-form-group"], [1, "govuk-fieldset"], [1, "govuk-fieldset__legend", "govuk-fieldset__legend--l"], [1, "govuk-fieldset__heading"], [1, "govuk-heading-m", "govuk-!-margin-top-10"], ["data-module", "govuk-radios", 1, "govuk-radios"], [4, "ngFor", "ngForOf"], [1, "govuk-error-message"], [1, "govuk-visually-hidden"], [1, "govuk-radios__item"], ["name", "qualifyingQuestionOption", "type", "radio", 1, "govuk-radios__input", 3, "id", "formControl", "value"], [1, "govuk-label", "govuk-radios__label", 3, "for"], [1, "govuk-radios__divider"]], template: function QualifyingQuestionOptionsComponent_Template(rf, ctx) { if (rf & 1) {
20637
20641
  i0.ɵɵtemplate(0, QualifyingQuestionOptionsComponent_ng_container_0_Template, 14, 12, "ng-container", 0);
20638
20642
  } if (rf & 2) {
@@ -20696,7 +20700,7 @@ class QueryAttachmentsReadComponent {
20696
20700
  });
20697
20701
  this.caseFieldWithAttachments.value = this.attachments;
20698
20702
  }
20699
- static ɵfac = function QueryAttachmentsReadComponent_Factory(t) { return new (t || QueryAttachmentsReadComponent)(); };
20703
+ static ɵfac = function QueryAttachmentsReadComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || QueryAttachmentsReadComponent)(); };
20700
20704
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: QueryAttachmentsReadComponent, selectors: [["ccd-query-attachments-read"]], inputs: { attachments: "attachments" }, features: [i0.ɵɵNgOnChangesFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [3, "caseField", 4, "ngIf"], [3, "caseField"]], template: function QueryAttachmentsReadComponent_Template(rf, ctx) { if (rf & 1) {
20701
20705
  i0.ɵɵtemplate(0, QueryAttachmentsReadComponent_ng_container_0_Template, 2, 1, "ng-container", 0);
20702
20706
  } if (rf & 2) {
@@ -20745,7 +20749,7 @@ class QueryCaseDetailsHeaderComponent {
20745
20749
  }, []);
20746
20750
  return caseDataFields.concat(this.caseDetails.metadataFields);
20747
20751
  }
20748
- static ɵfac = function QueryCaseDetailsHeaderComponent_Factory(t) { return new (t || QueryCaseDetailsHeaderComponent)(); };
20752
+ static ɵfac = function QueryCaseDetailsHeaderComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || QueryCaseDetailsHeaderComponent)(); };
20749
20753
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: QueryCaseDetailsHeaderComponent, selectors: [["ccd-query-case-details-header"]], inputs: { caseDetails: "caseDetails" }, decls: 2, vars: 2, consts: [["class", "heading-h1", 4, "ngIf"], ["class", "case-title", 4, "ngIf"], [1, "heading-h1"], [1, "case-title"], [3, "caseField", "caseFields"]], template: function QueryCaseDetailsHeaderComponent_Template(rf, ctx) { if (rf & 1) {
20750
20754
  i0.ɵɵtemplate(0, QueryCaseDetailsHeaderComponent_h1_0_Template, 3, 3, "h1", 0)(1, QueryCaseDetailsHeaderComponent_div_1_Template, 2, 2, "div", 1);
20751
20755
  } if (rf & 2) {
@@ -20919,7 +20923,7 @@ class QueryManagementUtils {
20919
20923
  const formattedDate = moment(date).format('YYYY-MM-DD');
20920
20924
  return formattedDate;
20921
20925
  }
20922
- static ɵfac = function QueryManagementUtils_Factory(t) { return new (t || QueryManagementUtils)(); };
20926
+ static ɵfac = function QueryManagementUtils_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || QueryManagementUtils)(); };
20923
20927
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: QueryManagementUtils, factory: QueryManagementUtils.ɵfac });
20924
20928
  }
20925
20929
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(QueryManagementUtils, [{
@@ -21354,7 +21358,7 @@ class QueryCheckYourAnswersComponent {
21354
21358
  this.attachments = documents.map(QueryManagementUtils.documentToCollectionFormDocument);
21355
21359
  }
21356
21360
  }
21357
- static ɵfac = function QueryCheckYourAnswersComponent_Factory(t) { return new (t || QueryCheckYourAnswersComponent)(i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(CasesService), i0.ɵɵdirectiveInject(CaseNotifier), i0.ɵɵdirectiveInject(WorkAllocationService), i0.ɵɵdirectiveInject(SessionStorageService), i0.ɵɵdirectiveInject(QualifyingQuestionService)); };
21361
+ static ɵfac = function QueryCheckYourAnswersComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || QueryCheckYourAnswersComponent)(i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(CasesService), i0.ɵɵdirectiveInject(CaseNotifier), i0.ɵɵdirectiveInject(WorkAllocationService), i0.ɵɵdirectiveInject(SessionStorageService), i0.ɵɵdirectiveInject(QualifyingQuestionService)); };
21358
21362
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: QueryCheckYourAnswersComponent, selectors: [["ccd-query-check-your-answers"]], inputs: { formGroup: "formGroup", queryItem: "queryItem", queryCreateContext: "queryCreateContext", eventData: "eventData" }, outputs: { backClicked: "backClicked", querySubmitted: "querySubmitted" }, decls: 33, vars: 22, consts: [["defaultCheckYourAnswersTitle", ""], ["isHearingRelatedFalse", ""], [1, "govuk-grid-row"], [1, "govuk-grid-column-two-thirds-from-desktop"], ["class", "govuk-error-summary", "aria-labelledby", "error-summary-title", "role", "alert", "tabindex", "-1", "data-module", "govuk-error-summary", 4, "ngIf"], [4, "ngIf"], [1, "govuk-heading-l"], [4, "ngIf", "ngIfElse"], [1, "govuk-!-margin-bottom-4"], [3, "caseDetails"], ["class", "govuk-summary-list govuk-!-margin-bottom-0", 4, "ngIf"], [1, "govuk-summary-list", "govuk-!-margin-bottom-0"], [1, "govuk-summary-list__row"], [1, "govuk-summary-list__key"], [1, "govuk-summary-list__value"], [1, "govuk-summary-list__actions"], ["href", "javascript:void(0)", 1, "govuk-link", 3, "click"], ["data-module", "govuk-button", 1, "govuk-button", "govuk-button--secondary", "govuk-!-margin-right-3", 3, "click"], ["data-module", "govuk-button", "type", "submit", 1, "govuk-button", 3, "click"], [3, "eventCompletionParams"], ["aria-labelledby", "error-summary-title", "role", "alert", "tabindex", "-1", "data-module", "govuk-error-summary", 1, "govuk-error-summary"], ["id", "error-summary-title", 1, "govuk-error-summary__title"], [1, "govuk-error-summary__body"], [1, "govuk-list", "govuk-error-summary__list"], [4, "ngFor", "ngForOf"], ["href", "javascript:void(0)", 1, "validation-error", 3, "id"], [1, "govuk-caption-l"], ["href", "javascript:void(0)", "class", "govuk-link", 3, "click", 4, "ngIf"], ["class", "govuk-summary-list__row", 4, "ngIf"], [1, "govuk-summary-list__value", "govuk-summary-list__value--documentAttached"], [3, "attachments", 4, "ngIf"], [3, "attachments"]], template: function QueryCheckYourAnswersComponent_Template(rf, ctx) { if (rf & 1) {
21359
21363
  const _r1 = i0.ɵɵgetCurrentView();
21360
21364
  i0.ɵɵelementStart(0, "div", 2)(1, "div", 3);
@@ -21815,7 +21819,7 @@ class QueryDetailsComponent {
21815
21819
  this.hasResponded.emit(false);
21816
21820
  return false;
21817
21821
  }
21818
- static ɵfac = function QueryDetailsComponent_Factory(t) { return new (t || QueryDetailsComponent)(i0.ɵɵdirectiveInject(SessionStorageService), i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(i1$1.Router)); };
21822
+ static ɵfac = function QueryDetailsComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || QueryDetailsComponent)(i0.ɵɵdirectiveInject(SessionStorageService), i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(i1$1.Router)); };
21819
21823
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: QueryDetailsComponent, selectors: [["ccd-query-details"]], inputs: { query: "query", caseId: "caseId", queryResponseStatus: "queryResponseStatus" }, outputs: { backClicked: "backClicked", hasResponded: "hasResponded" }, features: [i0.ɵɵNgOnChangesFeature], decls: 1, vars: 1, consts: [["followUpMessage", ""], [4, "ngIf"], ["type", "error", 4, "ngIf"], [1, "govuk-table", "query-details-table"], [1, "govuk-table__caption", "govuk-table__caption--l"], [1, "govuk-table__body"], [1, "govuk-table__row"], ["scope", "row", 1, "govuk-table__header"], [1, "govuk-table__cell"], ["class", "govuk-table__row govuk-table__row--isHearingRelated", 4, "ngIf"], ["class", "govuk-table__row", 4, "ngIf"], ["type", "error"], ["href", "javascript:void(0)", 1, "govuk-link", 3, "click"], [1, "govuk-table__row", "govuk-table__row--isHearingRelated"], [3, "attachments", 4, "ngIf"], [3, "attachments"], [4, "ngFor", "ngForOf"], [4, "ngIf", "ngIfElse"]], template: function QueryDetailsComponent_Template(rf, ctx) { if (rf & 1) {
21820
21824
  i0.ɵɵtemplate(0, QueryDetailsComponent_ng_container_0_Template, 47, 42, "ng-container", 1);
21821
21825
  } if (rf & 2) {
@@ -21843,7 +21847,7 @@ class QueryEventCompletionComponent {
21843
21847
  onEventCanBeCompleted(value) {
21844
21848
  // Submit the query response
21845
21849
  }
21846
- static ɵfac = function QueryEventCompletionComponent_Factory(t) { return new (t || QueryEventCompletionComponent)(); };
21850
+ static ɵfac = function QueryEventCompletionComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || QueryEventCompletionComponent)(); };
21847
21851
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: QueryEventCompletionComponent, selectors: [["ccd-query-event-completion"]], inputs: { eventCompletionParams: "eventCompletionParams" }, decls: 1, vars: 1, consts: [[3, "eventCanBeCompleted", "eventCompletionParams"]], template: function QueryEventCompletionComponent_Template(rf, ctx) { if (rf & 1) {
21848
21852
  i0.ɵɵelementStart(0, "ccd-case-event-completion", 0);
21849
21853
  i0.ɵɵlistener("eventCanBeCompleted", function QueryEventCompletionComponent_Template_ccd_case_event_completion_eventCanBeCompleted_0_listener($event) { return ctx.onEventCanBeCompleted($event); });
@@ -22009,7 +22013,7 @@ class QueryListComponent {
22009
22013
  col.sortOrder = SortOrder.ASCENDING;
22010
22014
  }
22011
22015
  }
22012
- static ɵfac = function QueryListComponent_Factory(t) { return new (t || QueryListComponent)(); };
22016
+ static ɵfac = function QueryListComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || QueryListComponent)(); };
22013
22017
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: QueryListComponent, selectors: [["ccd-query-list"]], inputs: { caseQueriesCollection: "caseQueriesCollection" }, outputs: { selectedQuery: "selectedQuery" }, features: [i0.ɵɵNgOnChangesFeature], decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "govuk-table", "query-list__table"], [1, "govuk-table__caption", "govuk-table__caption--l", "query-list__caption"], [1, "query-list__caption-text"], [1, "govuk-table__head"], [1, "govuk-table__row", "query-list__row"], ["scope", "col", "class", "govuk-table__header", 4, "ngFor", "ngForOf"], [1, "govuk-table__body"], ["class", "govuk-table__row query-list__row", 4, "ngFor", "ngForOf"], ["scope", "col", 1, "govuk-table__header"], ["type", "button", "aria-sort", "none", "href", "javascript:void(0)", 3, "click"], [1, "govuk-table__cell", "query-list__cell", "query-list__cell--first"], ["href", "javascript:void(0)", 3, "click"], [1, "govuk-table__cell", "query-list__cell"]], template: function QueryListComponent_Template(rf, ctx) { if (rf & 1) {
22014
22018
  i0.ɵɵtemplate(0, QueryListComponent_ng_container_0_Template, 10, 3, "ng-container", 0);
22015
22019
  } if (rf & 2) {
@@ -22077,7 +22081,7 @@ class QueryWriteAddDocumentsComponent {
22077
22081
  ngOnDestroy() {
22078
22082
  this.documentFormControlSubscription?.unsubscribe();
22079
22083
  }
22080
- static ɵfac = function QueryWriteAddDocumentsComponent_Factory(t) { return new (t || QueryWriteAddDocumentsComponent)(); };
22084
+ static ɵfac = function QueryWriteAddDocumentsComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || QueryWriteAddDocumentsComponent)(); };
22081
22085
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: QueryWriteAddDocumentsComponent, selectors: [["ccd-query-write-add-documents"]], inputs: { formGroup: "formGroup", label: "label", hintText: "hintText" }, outputs: { documentCollectionUpdate: "documentCollectionUpdate" }, decls: 1, vars: 2, consts: [[3, "formGroup", "caseField"]], template: function QueryWriteAddDocumentsComponent_Template(rf, ctx) { if (rf & 1) {
22082
22086
  i0.ɵɵelement(0, "ccd-write-collection-field", 0);
22083
22087
  } if (rf & 2) {
@@ -22100,6 +22104,8 @@ class QueryWriteAddDocumentsComponent {
22100
22104
 
22101
22105
  class QueryWriteDateInputComponent {
22102
22106
  formControlName;
22107
+ // TEST TODO
22108
+ // Note: ngModel used here - Angular may affect this
22103
22109
  day;
22104
22110
  month;
22105
22111
  year;
@@ -22140,7 +22146,7 @@ class QueryWriteDateInputComponent {
22140
22146
  const isValidYear = this.year !== null && this.year >= 1970;
22141
22147
  return isValidDay && isValidMonth && isValidYear;
22142
22148
  }
22143
- static ɵfac = function QueryWriteDateInputComponent_Factory(t) { return new (t || QueryWriteDateInputComponent)(); };
22149
+ static ɵfac = function QueryWriteDateInputComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || QueryWriteDateInputComponent)(); };
22144
22150
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: QueryWriteDateInputComponent, selectors: [["ccd-query-write-date-input"]], inputs: { formControlName: "formControlName" }, features: [i0.ɵɵProvidersFeature([
22145
22151
  {
22146
22152
  provide: NG_VALUE_ACCESSOR,
@@ -22387,7 +22393,7 @@ class QueryWriteRaiseQueryComponent {
22387
22393
  caseDetails;
22388
22394
  showForm;
22389
22395
  raiseQueryErrorMessage = RaiseQueryErrorMessage;
22390
- static ɵfac = function QueryWriteRaiseQueryComponent_Factory(t) { return new (t || QueryWriteRaiseQueryComponent)(); };
22396
+ static ɵfac = function QueryWriteRaiseQueryComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || QueryWriteRaiseQueryComponent)(); };
22391
22397
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: QueryWriteRaiseQueryComponent, selectors: [["ccd-query-write-raise-query"]], inputs: { formGroup: "formGroup", submitted: "submitted", caseDetails: "caseDetails", showForm: "showForm" }, decls: 12, vars: 8, consts: [[1, "govuk-!-margin-bottom-6"], [1, "govuk-caption-l"], [1, "govuk-heading-l", "govuk-!-margin-bottom-4"], [3, "caseDetails"], ["class", "govuk-!-margin-bottom-4", 4, "ngIf"], [1, "govuk-!-margin-bottom-4"], [3, "formGroup"], [1, "govuk-form-group", 3, "ngClass"], [1, "govuk-label-wrapper"], ["for", "subject", 1, "govuk-label", "govuk-label--m", "govuk-!-font-weight-bold"], ["id", "subject-hint", 1, "govuk-hint"], ["id", "subject-error", "class", "govuk-error-message", 4, "ngIf"], ["type", "text", "name", "subject", "id", "subject", 1, "govuk-input", 3, "formControlName"], ["for", "body", 1, "govuk-label", "govuk-label--m", "govuk-!-font-weight-bold"], ["id", "body-hint", 1, "govuk-hint"], ["id", "body-error", "class", "govuk-error-message", 4, "ngIf"], ["id", "body", "name", "body", "rows", "5", "aria-describedby", "body-hint body-error", 1, "govuk-textarea", 3, "formControlName"], [1, "govuk-fieldset"], [1, "govuk-label", "govuk-label--m", "govuk-!-font-weight-bold"], ["id", "isHearingRelated-error", "class", "govuk-error-message", 4, "ngIf"], ["data-module", "govuk-radios", 1, "govuk-radios", "govuk-radios--inline"], [1, "govuk-radios__item"], ["id", "isHearingRelated-yes", "name", "isHearingRelated", "type", "radio", "formControlName", "isHearingRelated", 1, "govuk-radios__input", 3, "checked", "value"], ["for", "isHearingRelated-yes", 1, "govuk-label", "govuk-radios__label"], ["id", "isHearingRelated-no", "name", "isHearingRelated", "type", "radio", "formControlName", "isHearingRelated", 1, "govuk-radios__input", 3, "checked", "value"], ["for", "isHearingRelated-no", 1, "govuk-label", "govuk-radios__label"], [4, "ngIf"], ["id", "subject-error", 1, "govuk-error-message"], [1, "govuk-visually-hidden"], ["id", "body-error", 1, "govuk-error-message"], ["id", "isHearingRelated-error", 1, "govuk-error-message"], [1, "govuk-radios__conditional", "govuk-!-margin-top-1", 3, "ngClass"], ["role", "group", 1, "govuk-fieldset"], [1, "govuk-label", "govuk-label--s"], ["id", "hearingDate-error", "class", "govuk-error-message", 4, "ngIf"], ["formControlName", "hearingDate"], ["id", "hearingDate-error", 1, "govuk-error-message"]], template: function QueryWriteRaiseQueryComponent_Template(rf, ctx) { if (rf & 1) {
22392
22398
  i0.ɵɵelementStart(0, "div")(1, "div", 0)(2, "div", 1);
22393
22399
  i0.ɵɵtext(3);
@@ -22553,7 +22559,7 @@ class QueryWriteRespondToQueryComponent {
22553
22559
  this.hasRespondedToQuery = value;
22554
22560
  this.hasRespondedToQueryTask.emit(value);
22555
22561
  }
22556
- static ɵfac = function QueryWriteRespondToQueryComponent_Factory(t) { return new (t || QueryWriteRespondToQueryComponent)(i0.ɵɵdirectiveInject(CaseNotifier), i0.ɵɵdirectiveInject(i1$1.ActivatedRoute)); };
22562
+ static ɵfac = function QueryWriteRespondToQueryComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || QueryWriteRespondToQueryComponent)(i0.ɵɵdirectiveInject(CaseNotifier), i0.ɵɵdirectiveInject(i1$1.ActivatedRoute)); };
22557
22563
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: QueryWriteRespondToQueryComponent, selectors: [["ccd-query-write-respond-to-query"]], inputs: { queryItem: "queryItem", formGroup: "formGroup", queryCreateContext: "queryCreateContext", submitted: "submitted", caseQueriesCollections: "caseQueriesCollections", showForm: "showForm" }, outputs: { hasRespondedToQueryTask: "hasRespondedToQueryTask" }, features: [i0.ɵɵNgOnChangesFeature], decls: 13, vars: 10, consts: [[1, "govuk-!-margin-bottom-6"], [1, "govuk-caption-l"], [1, "govuk-heading-l", "govuk-!-margin-bottom-0"], [1, "govuk-!-margin-bottom-4"], [3, "caseDetails"], [3, "hasResponded", "query", "queryResponseStatus"], ["class", "query-respond", 4, "ngIf"], [1, "query-respond"], [4, "ngIf"], [1, "govuk-heading-m"], [3, "formGroup"], [1, "govuk-form-group", "body-textarea"], [1, "govuk-label-wrapper"], ["for", "body", 1, "govuk-label", "govuk-label--m", "govuk-!-font-weight-bold"], ["id", "body-error", "class", "govuk-error-message", 4, "ngIf"], ["id", "body", "name", "body", "rows", "5", "aria-describedby", "body-hint body-error", 1, "govuk-textarea", 3, "formControlName"], ["id", "body-error", 1, "govuk-error-message"], [1, "govuk-visually-hidden"]], template: function QueryWriteRespondToQueryComponent_Template(rf, ctx) { if (rf & 1) {
22558
22564
  i0.ɵɵelementStart(0, "div", 0)(1, "div", 0)(2, "div", 1);
22559
22565
  i0.ɵɵtext(3);
@@ -22714,7 +22720,7 @@ class QueryConfirmationComponent {
22714
22720
  ngOnInit() {
22715
22721
  this.caseId = this.route.snapshot.params.cid;
22716
22722
  }
22717
- static ɵfac = function QueryConfirmationComponent_Factory(t) { return new (t || QueryConfirmationComponent)(i0.ɵɵdirectiveInject(i1$1.ActivatedRoute)); };
22723
+ static ɵfac = function QueryConfirmationComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || QueryConfirmationComponent)(i0.ɵɵdirectiveInject(i1$1.ActivatedRoute)); };
22718
22724
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: QueryConfirmationComponent, selectors: [["ccd-query-confirmation"]], inputs: { queryCreateContext: "queryCreateContext" }, decls: 1, vars: 1, consts: [["class", "govuk-main-wrapper", 4, "ngIf"], [1, "govuk-main-wrapper"], [1, "govuk-grid-row"], [1, "govuk-grid-column-two-thirds"], [4, "ngIf"], [1, "govuk-panel", "govuk-panel--confirmation"], [1, "govuk-panel__title"], [1, "govuk-panel__body"], [1, "govuk-body"], [1, "govuk-heading-s"], ["href", "javascript:void(0)", 1, "govuk-link", 3, "routerLink"], ["id", "tasks-link", "href", "javascript:void(0)", 1, "govuk-link", 3, "routerLink"], ["id", "case-link", "href", "javascript:void(0)", 1, "govuk-link", 3, "routerLink"]], template: function QueryConfirmationComponent_Template(rf, ctx) { if (rf & 1) {
22719
22725
  i0.ɵɵtemplate(0, QueryConfirmationComponent_main_0_Template, 5, 2, "main", 0);
22720
22726
  } if (rf & 2) {
@@ -22864,7 +22870,7 @@ class ReadQueryManagementFieldComponent extends AbstractFieldReadComponent {
22864
22870
  && !(userDetails.roles.includes('pui-case-manager')
22865
22871
  || userDetails.roles.some((role) => role.toLowerCase().includes('judge')));
22866
22872
  }
22867
- static ɵfac = function ReadQueryManagementFieldComponent_Factory(t) { return new (t || ReadQueryManagementFieldComponent)(i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(SessionStorageService), i0.ɵɵdirectiveInject(CaseNotifier)); };
22873
+ static ɵfac = function ReadQueryManagementFieldComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ReadQueryManagementFieldComponent)(i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(SessionStorageService), i0.ɵɵdirectiveInject(CaseNotifier)); };
22868
22874
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ReadQueryManagementFieldComponent, selectors: [["ccd-read-query-management-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 3, vars: 2, consts: [["singleQueryDetails", ""], ["queryIsInReview", ""], [4, "ngIf", "ngIfElse"], [4, "ngFor", "ngForOf"], ["class", "govuk-!-margin-top-8 govuk-!-margin-bottom-8", 4, "ngIf"], [1, "govuk-!-margin-top-8", "govuk-!-margin-bottom-8"], [3, "selectedQuery", "caseQueriesCollection"], [3, "backClicked", "query", "caseId"], [4, "ngIf"], ["id", "ask-follow-up-question", "data-module", "govuk-button", 1, "govuk-button", 3, "routerLink"], [1, "govuk-!-font-weight-bold"]], template: function ReadQueryManagementFieldComponent_Template(rf, ctx) { if (rf & 1) {
22869
22875
  i0.ɵɵtemplate(0, ReadQueryManagementFieldComponent_ng_container_0_Template, 2, 1, "ng-container", 2)(1, ReadQueryManagementFieldComponent_ng_template_1_Template, 2, 3, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor);
22870
22876
  } if (rf & 2) {
@@ -22879,7 +22885,7 @@ class ReadQueryManagementFieldComponent extends AbstractFieldReadComponent {
22879
22885
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ReadQueryManagementFieldComponent, { className: "ReadQueryManagementFieldComponent", filePath: "lib/shared/components/palette/query-management/read-query-management-field.component.ts", lineNumber: 14 }); })();
22880
22886
 
22881
22887
  class ReadTextAreaFieldComponent extends AbstractFieldReadComponent {
22882
- static ɵfac = /*@__PURE__*/ (() => { let ɵReadTextAreaFieldComponent_BaseFactory; return function ReadTextAreaFieldComponent_Factory(t) { return (ɵReadTextAreaFieldComponent_BaseFactory || (ɵReadTextAreaFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadTextAreaFieldComponent)))(t || ReadTextAreaFieldComponent); }; })();
22888
+ static ɵfac = /*@__PURE__*/ (() => { let ɵReadTextAreaFieldComponent_BaseFactory; return function ReadTextAreaFieldComponent_Factory(__ngFactoryType__) { return (ɵReadTextAreaFieldComponent_BaseFactory || (ɵReadTextAreaFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadTextAreaFieldComponent)))(__ngFactoryType__ || ReadTextAreaFieldComponent); }; })();
22883
22889
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ReadTextAreaFieldComponent, selectors: [["ccd-read-text-area-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 1, consts: [[2, "white-space", "pre-wrap"]], template: function ReadTextAreaFieldComponent_Template(rf, ctx) { if (rf & 1) {
22884
22890
  i0.ɵɵelementStart(0, "span", 0);
22885
22891
  i0.ɵɵtext(1);
@@ -22947,7 +22953,7 @@ class WriteTextAreaFieldComponent extends AbstractFieldWriteComponent {
22947
22953
  event.target.scrollTop = event.target.scrollHeight;
22948
22954
  }
22949
22955
  }
22950
- static ɵfac = function WriteTextAreaFieldComponent_Factory(t) { return new (t || WriteTextAreaFieldComponent)(i0.ɵɵdirectiveInject(BrowserService)); };
22956
+ static ɵfac = function WriteTextAreaFieldComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || WriteTextAreaFieldComponent)(i0.ɵɵdirectiveInject(BrowserService)); };
22951
22957
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: WriteTextAreaFieldComponent, selectors: [["ccd-write-text-area-field"]], features: [i0.ɵɵProvidersFeature([BrowserService]), i0.ɵɵInheritDefinitionFeature], decls: 6, vars: 12, consts: [[1, "form-group", 3, "ngClass"], [3, "for"], ["class", "form-label", 4, "ngIf"], ["class", "form-hint", 4, "ngIf"], ["class", "error-message", 4, "ngIf"], ["rows", "3", 1, "form-control", "bottom-30", 3, "input", "ngClass", "id", "formControl"], [1, "form-label"], [1, "form-hint"], [1, "error-message"]], template: function WriteTextAreaFieldComponent_Template(rf, ctx) { if (rf & 1) {
22952
22958
  i0.ɵɵelementStart(0, "div", 0)(1, "label", 1);
22953
22959
  i0.ɵɵtemplate(2, WriteTextAreaFieldComponent_span_2_Template, 3, 3, "span", 2);
@@ -22977,7 +22983,7 @@ class WriteTextAreaFieldComponent extends AbstractFieldWriteComponent {
22977
22983
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(WriteTextAreaFieldComponent, { className: "WriteTextAreaFieldComponent", filePath: "lib/shared/components/palette/text-area/write-text-area-field.component.ts", lineNumber: 11 }); })();
22978
22984
 
22979
22985
  class ReadTextFieldComponent extends AbstractFieldReadComponent {
22980
- static ɵfac = /*@__PURE__*/ (() => { let ɵReadTextFieldComponent_BaseFactory; return function ReadTextFieldComponent_Factory(t) { return (ɵReadTextFieldComponent_BaseFactory || (ɵReadTextFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadTextFieldComponent)))(t || ReadTextFieldComponent); }; })();
22986
+ static ɵfac = /*@__PURE__*/ (() => { let ɵReadTextFieldComponent_BaseFactory; return function ReadTextFieldComponent_Factory(__ngFactoryType__) { return (ɵReadTextFieldComponent_BaseFactory || (ɵReadTextFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadTextFieldComponent)))(__ngFactoryType__ || ReadTextFieldComponent); }; })();
22981
22987
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ReadTextFieldComponent, selectors: [["ccd-read-text-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 1, consts: [[1, "text-16"]], template: function ReadTextFieldComponent_Template(rf, ctx) { if (rf & 1) {
22982
22988
  i0.ɵɵelementStart(0, "span", 0);
22983
22989
  i0.ɵɵtext(1);
@@ -23036,7 +23042,7 @@ class WriteTextFieldComponent extends AbstractFieldWriteComponent {
23036
23042
  onBlur($event) {
23037
23043
  $event.target.value = $event.target.value.trim();
23038
23044
  }
23039
- static ɵfac = /*@__PURE__*/ (() => { let ɵWriteTextFieldComponent_BaseFactory; return function WriteTextFieldComponent_Factory(t) { return (ɵWriteTextFieldComponent_BaseFactory || (ɵWriteTextFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(WriteTextFieldComponent)))(t || WriteTextFieldComponent); }; })();
23045
+ static ɵfac = /*@__PURE__*/ (() => { let ɵWriteTextFieldComponent_BaseFactory; return function WriteTextFieldComponent_Factory(__ngFactoryType__) { return (ɵWriteTextFieldComponent_BaseFactory || (ɵWriteTextFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(WriteTextFieldComponent)))(__ngFactoryType__ || WriteTextFieldComponent); }; })();
23040
23046
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: WriteTextFieldComponent, selectors: [["ccd-write-text-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 6, vars: 12, consts: [[1, "form-group", 3, "ngClass"], [3, "for"], ["class", "form-label", 4, "ngIf"], ["class", "form-hint", 4, "ngIf"], ["class", "error-message", 4, "ngIf"], ["type", "text", 1, "form-control", "bottom-30", 3, "blur", "ngClass", "id", "formControl"], [1, "form-label"], [1, "form-hint"], [1, "error-message"]], template: function WriteTextFieldComponent_Template(rf, ctx) { if (rf & 1) {
23041
23047
  i0.ɵɵelementStart(0, "div", 0)(1, "label", 1);
23042
23048
  i0.ɵɵtemplate(2, WriteTextFieldComponent_span_2_Template, 3, 3, "span", 2);
@@ -23066,7 +23072,7 @@ class WriteTextFieldComponent extends AbstractFieldWriteComponent {
23066
23072
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(WriteTextFieldComponent, { className: "WriteTextFieldComponent", filePath: "lib/shared/components/palette/text/write-text-field.component.ts", lineNumber: 9 }); })();
23067
23073
 
23068
23074
  class UnsupportedFieldComponent {
23069
- static ɵfac = function UnsupportedFieldComponent_Factory(t) { return new (t || UnsupportedFieldComponent)(); };
23075
+ static ɵfac = function UnsupportedFieldComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || UnsupportedFieldComponent)(); };
23070
23076
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: UnsupportedFieldComponent, selectors: [["ccd-unsupported-field"]], decls: 2, vars: 0, template: function UnsupportedFieldComponent_Template(rf, ctx) { if (rf & 1) {
23071
23077
  i0.ɵɵelementStart(0, "em");
23072
23078
  i0.ɵɵtext(1, "Field type not supported");
@@ -23095,7 +23101,7 @@ class WaysToPayFieldComponent extends PaymentField {
23095
23101
  getCardPaymentReturnUrl() {
23096
23102
  return this.appConfig.getPaymentReturnUrl();
23097
23103
  }
23098
- static ɵfac = function WaysToPayFieldComponent_Factory(t) { return new (t || WaysToPayFieldComponent)(i0.ɵɵdirectiveInject(AbstractAppConfig), i0.ɵɵdirectiveInject(SessionStorageService)); };
23104
+ static ɵfac = function WaysToPayFieldComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || WaysToPayFieldComponent)(i0.ɵɵdirectiveInject(AbstractAppConfig), i0.ɵɵdirectiveInject(SessionStorageService)); };
23099
23105
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: WaysToPayFieldComponent, selectors: [["ccd-ways-to-pay-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[3, "API_ROOT", "BULKSCAN_API_ROOT", "REFUNDS_API_ROOT", "NOTIFICATION_API_ROOT", "CCD_CASE_NUMBER", "VIEW", "TAKEPAYMENT", "SERVICEREQUEST", "PAYMENT_GROUP_REF", "EXC_REFERENCE", "DCN_NUMBER", "SELECTED_OPTION", "LOGGEDINUSERROLES", "CARDPAYMENTRETURNURL", "ISPAYMENTSTATUSENABLED", 4, "ngIf"], [3, "API_ROOT", "BULKSCAN_API_ROOT", "REFUNDS_API_ROOT", "NOTIFICATION_API_ROOT", "CCD_CASE_NUMBER", "VIEW", "TAKEPAYMENT", "SERVICEREQUEST", "PAYMENT_GROUP_REF", "EXC_REFERENCE", "DCN_NUMBER", "SELECTED_OPTION", "LOGGEDINUSERROLES", "CARDPAYMENTRETURNURL", "ISPAYMENTSTATUSENABLED"]], template: function WaysToPayFieldComponent_Template(rf, ctx) { if (rf & 1) {
23100
23106
  i0.ɵɵtemplate(0, WaysToPayFieldComponent_ccpay_payment_lib_0_Template, 1, 15, "ccpay-payment-lib", 0);
23101
23107
  } if (rf & 2) {
@@ -23149,7 +23155,7 @@ class YesNoService {
23149
23155
  }
23150
23156
  return false;
23151
23157
  }
23152
- static ɵfac = function YesNoService_Factory(t) { return new (t || YesNoService)(); };
23158
+ static ɵfac = function YesNoService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || YesNoService)(); };
23153
23159
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: YesNoService, factory: YesNoService.ɵfac });
23154
23160
  }
23155
23161
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(YesNoService, [{
@@ -23167,7 +23173,7 @@ class ReadYesNoFieldComponent extends AbstractFieldReadComponent {
23167
23173
  super.ngOnInit();
23168
23174
  this.formattedValue = this.yesNoService.format(this.caseField.value);
23169
23175
  }
23170
- static ɵfac = function ReadYesNoFieldComponent_Factory(t) { return new (t || ReadYesNoFieldComponent)(i0.ɵɵdirectiveInject(YesNoService)); };
23176
+ static ɵfac = function ReadYesNoFieldComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ReadYesNoFieldComponent)(i0.ɵɵdirectiveInject(YesNoService)); };
23171
23177
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ReadYesNoFieldComponent, selectors: [["ccd-read-yes-no-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 3, vars: 5, consts: [[1, "text-16"]], template: function ReadYesNoFieldComponent_Template(rf, ctx) { if (rf & 1) {
23172
23178
  i0.ɵɵelementStart(0, "span", 0);
23173
23179
  i0.ɵɵtext(1);
@@ -23249,7 +23255,7 @@ class WriteYesNoFieldComponent extends AbstractFieldWriteComponent {
23249
23255
  ngOnInit() {
23250
23256
  this.yesNoControl = this.registerControl(new FormControl(this.yesNoService.format(this.caseField.value)));
23251
23257
  }
23252
- static ɵfac = function WriteYesNoFieldComponent_Factory(t) { return new (t || WriteYesNoFieldComponent)(i0.ɵɵdirectiveInject(YesNoService)); };
23258
+ static ɵfac = function WriteYesNoFieldComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || WriteYesNoFieldComponent)(i0.ɵɵdirectiveInject(YesNoService)); };
23253
23259
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: WriteYesNoFieldComponent, selectors: [["ccd-write-yes-no-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 8, vars: 9, consts: [[1, "form-group", "bottom-30", 3, "id", "ngClass"], [1, "inline"], ["class", "form-label", 4, "ngIf"], ["class", "form-hint", 4, "ngIf"], ["class", "error-message", 4, "ngIf"], [3, "id"], ["class", "multiple-choice", 3, "ngClass", 4, "ngFor", "ngForOf"], [1, "form-label"], [1, "form-hint"], [1, "error-message"], [1, "multiple-choice", 3, "ngClass"], ["type", "radio", 1, "form-control", 3, "id", "name", "formControl", "value"], [1, "form-label", 3, "for"]], template: function WriteYesNoFieldComponent_Template(rf, ctx) { if (rf & 1) {
23254
23260
  i0.ɵɵelementStart(0, "div", 0)(1, "fieldset", 1)(2, "legend");
23255
23261
  i0.ɵɵtemplate(3, WriteYesNoFieldComponent_span_3_Template, 3, 3, "span", 2);
@@ -23369,7 +23375,7 @@ class PaletteService {
23369
23375
  }
23370
23376
  return UnsupportedFieldComponent;
23371
23377
  }
23372
- static ɵfac = function PaletteService_Factory(t) { return new (t || PaletteService)(); };
23378
+ static ɵfac = function PaletteService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PaletteService)(); };
23373
23379
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: PaletteService, factory: PaletteService.ɵfac });
23374
23380
  }
23375
23381
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PaletteService, [{
@@ -23423,7 +23429,7 @@ class FieldReadComponent extends AbstractFieldReadComponent {
23423
23429
  labelCanBeTranslated(caseField) {
23424
23430
  return !!(caseField.field_type.type === 'Label' && caseField.label);
23425
23431
  }
23426
- static ɵfac = function FieldReadComponent_Factory(t) { return new (t || FieldReadComponent)(i0.ɵɵdirectiveInject(i0.ComponentFactoryResolver), i0.ɵɵdirectiveInject(PaletteService)); };
23432
+ static ɵfac = function FieldReadComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FieldReadComponent)(i0.ɵɵdirectiveInject(i0.ComponentFactoryResolver), i0.ɵɵdirectiveInject(PaletteService)); };
23427
23433
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: FieldReadComponent, selectors: [["ccd-field-read"]], viewQuery: function FieldReadComponent_Query(rf, ctx) { if (rf & 1) {
23428
23434
  i0.ɵɵviewQuery(_c0$x, 5, ViewContainerRef);
23429
23435
  } if (rf & 2) {
@@ -23498,7 +23504,7 @@ class FieldWriteComponent extends AbstractFieldWriteComponent {
23498
23504
  // Set up the flag for whether this can have a grey bar.
23499
23505
  this.canHaveGreyBar = this.caseField.show_condition && this.caseField.field_type.type !== 'Collection';
23500
23506
  }
23501
- static ɵfac = function FieldWriteComponent_Factory(t) { return new (t || FieldWriteComponent)(i0.ɵɵdirectiveInject(i0.ComponentFactoryResolver), i0.ɵɵdirectiveInject(PaletteService)); };
23507
+ static ɵfac = function FieldWriteComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FieldWriteComponent)(i0.ɵɵdirectiveInject(i0.ComponentFactoryResolver), i0.ɵɵdirectiveInject(PaletteService)); };
23502
23508
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: FieldWriteComponent, selectors: [["ccd-field-write"]], viewQuery: function FieldWriteComponent_Query(rf, ctx) { if (rf & 1) {
23503
23509
  i0.ɵɵviewQuery(_c0$w, 7, ViewContainerRef);
23504
23510
  } if (rf & 2) {
@@ -23577,7 +23583,7 @@ class FieldReadLabelComponent extends AbstractFieldReadComponent {
23577
23583
  this.caseField = plainToClassFromExist(new CaseField(), this.caseField);
23578
23584
  }
23579
23585
  }
23580
- static ɵfac = /*@__PURE__*/ (() => { let ɵFieldReadLabelComponent_BaseFactory; return function FieldReadLabelComponent_Factory(t) { return (ɵFieldReadLabelComponent_BaseFactory || (ɵFieldReadLabelComponent_BaseFactory = i0.ɵɵgetInheritedFactory(FieldReadLabelComponent)))(t || FieldReadLabelComponent); }; })();
23586
+ static ɵfac = /*@__PURE__*/ (() => { let ɵFieldReadLabelComponent_BaseFactory; return function FieldReadLabelComponent_Factory(__ngFactoryType__) { return (ɵFieldReadLabelComponent_BaseFactory || (ɵFieldReadLabelComponent_BaseFactory = i0.ɵɵgetInheritedFactory(FieldReadLabelComponent)))(__ngFactoryType__ || FieldReadLabelComponent); }; })();
23581
23587
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: FieldReadLabelComponent, selectors: [["ccd-field-read-label"]], inputs: { withLabel: "withLabel" }, features: [i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0$v, decls: 4, vars: 5, consts: [["caseFieldValue", ""], [3, "hidden"], ["class", "case-field", 4, "ngIf", "ngIfElse"], [1, "case-field"], [1, "case-field__label"], [1, "case-field__value"], [4, "ngTemplateOutlet"]], template: function FieldReadLabelComponent_Template(rf, ctx) { if (rf & 1) {
23582
23588
  i0.ɵɵprojectionDef();
23583
23589
  i0.ɵɵelementStart(0, "div", 1);
@@ -23712,7 +23718,7 @@ class CaseFileViewFolderSelectorComponent {
23712
23718
  }
23713
23719
  return null;
23714
23720
  }
23715
- static ɵfac = function CaseFileViewFolderSelectorComponent_Factory(t) { return new (t || CaseFileViewFolderSelectorComponent)(i0.ɵɵdirectiveInject(i1$3.MatLegacyDialogRef), i0.ɵɵdirectiveInject(MAT_LEGACY_DIALOG_DATA)); };
23721
+ static ɵfac = function CaseFileViewFolderSelectorComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseFileViewFolderSelectorComponent)(i0.ɵɵdirectiveInject(i1$3.MatLegacyDialogRef), i0.ɵɵdirectiveInject(MAT_LEGACY_DIALOG_DATA)); };
23716
23722
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseFileViewFolderSelectorComponent, selectors: [["xui-case-file-view-folder-selector"]], decls: 14, vars: 2, consts: [["folder", ""], [1, "close", 3, "click"], [1, "govuk-heading-l"], [1, "folders", "govuk-radios", "govuk-radios--conditional"], [4, "ngFor", "ngForOf"], [1, "govuk-button-group"], ["type", "button", 1, "button", "button-primary", 3, "click"], [1, "cancel", 3, "click"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], [1, "folder", "govuk-radios__item"], ["type", "radio", 1, "govuk-radios__input", 3, "click", "name", "id"], [1, "govuk-label", "govuk-radios__label", 3, "for"], ["src", "/assets/images/folder.png", "alt", "Folder icon", 1, "iconImg"]], template: function CaseFileViewFolderSelectorComponent_Template(rf, ctx) { if (rf & 1) {
23717
23723
  const _r1 = i0.ɵɵgetCurrentView();
23718
23724
  i0.ɵɵelementStart(0, "div", 1);
@@ -23811,7 +23817,7 @@ class CaseFileViewOverlayMenuComponent {
23811
23817
  this.isOpen = isOpen;
23812
23818
  this.isOpenChange.emit(isOpen);
23813
23819
  }
23814
- static ɵfac = function CaseFileViewOverlayMenuComponent_Factory(t) { return new (t || CaseFileViewOverlayMenuComponent)(); };
23820
+ static ɵfac = function CaseFileViewOverlayMenuComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseFileViewOverlayMenuComponent)(); };
23815
23821
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseFileViewOverlayMenuComponent, selectors: [["ccd-case-file-view-overlay-menu"]], inputs: { title: "title", menuItems: "menuItems", isOpen: "isOpen" }, outputs: { isOpenChange: "isOpenChange" }, ngContentSelectors: _c1$9, decls: 5, vars: 4, consts: [["trigger", "cdkOverlayOrigin"], ["type", "button", "cdkOverlayOrigin", "", 1, "overlay-toggle", 3, "click"], ["cdkConnectedOverlay", "", 3, "backdropClick", "cdkConnectedOverlayOrigin", "cdkConnectedOverlayOpen", "cdkConnectedOverlayHasBackdrop", "cdkConnectedOverlayBackdropClass"], [1, "overlay-menu"], [4, "ngIf"], [4, "ngFor", "ngForOf"], [1, "overlay-menu__title"], [1, "overlay-menu__item", 3, "click"], ["class", "overlay-menu__itemIcon", 3, "src", "alt", 4, "ngIf"], [1, "overlay-menu__actionText"], [1, "overlay-menu__itemIcon", 3, "src", "alt"]], template: function CaseFileViewOverlayMenuComponent_Template(rf, ctx) { if (rf & 1) {
23816
23822
  const _r1 = i0.ɵɵgetCurrentView();
23817
23823
  i0.ɵɵprojectionDef(_c0$t);
@@ -23860,7 +23866,7 @@ class CaseFileViewFolderDocumentActionsComponent {
23860
23866
  this.overlayMenuItems.unshift({ actionText: 'Change folder', iconSrc: '/assets/img/case-file-view/document-menu/open_with.svg', actionFn: () => this.changeFolderAction.emit() });
23861
23867
  }
23862
23868
  }
23863
- static ɵfac = function CaseFileViewFolderDocumentActionsComponent_Factory(t) { return new (t || CaseFileViewFolderDocumentActionsComponent)(); };
23869
+ static ɵfac = function CaseFileViewFolderDocumentActionsComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseFileViewFolderDocumentActionsComponent)(); };
23864
23870
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseFileViewFolderDocumentActionsComponent, selectors: [["ccd-case-file-view-folder-document-actions"]], inputs: { allowMoving: "allowMoving" }, outputs: { changeFolderAction: "changeFolderAction", openInANewTabAction: "openInANewTabAction", downloadAction: "downloadAction", printAction: "printAction" }, decls: 3, vars: 2, consts: [[3, "isOpenChange", "menuItems", "isOpen"], ["trigger", ""], ["src", "/assets/img/case-file-view/document-menu/more_vert.svg", "alt", "More document options", 1, "actions-trigger-icon"]], template: function CaseFileViewFolderDocumentActionsComponent_Template(rf, ctx) { if (rf & 1) {
23865
23871
  i0.ɵɵelementStart(0, "ccd-case-file-view-overlay-menu", 0);
23866
23872
  i0.ɵɵtwoWayListener("isOpenChange", function CaseFileViewFolderDocumentActionsComponent_Template_ccd_case_file_view_overlay_menu_isOpenChange_0_listener($event) { i0.ɵɵtwoWayBindingSet(ctx.isOpen, $event) || (ctx.isOpen = $event); return $event; });
@@ -23917,7 +23923,7 @@ class CaseFileViewFolderSortComponent {
23917
23923
  ];
23918
23924
  }
23919
23925
  }
23920
- static ɵfac = function CaseFileViewFolderSortComponent_Factory(t) { return new (t || CaseFileViewFolderSortComponent)(i0.ɵɵdirectiveInject(AbstractAppConfig)); };
23926
+ static ɵfac = function CaseFileViewFolderSortComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseFileViewFolderSortComponent)(i0.ɵɵdirectiveInject(AbstractAppConfig)); };
23921
23927
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseFileViewFolderSortComponent, selectors: [["ccd-case-file-view-folder-sort"]], outputs: { sortAscending: "sortAscending", sortDescending: "sortDescending" }, decls: 3, vars: 3, consts: [[3, "isOpenChange", "title", "menuItems", "isOpen"], ["trigger", ""], ["src", "/assets/img/sort/sort-arrows.svg", "alt", "Sort Arrows", 1, "sort-button-icon"]], template: function CaseFileViewFolderSortComponent_Template(rf, ctx) { if (rf & 1) {
23922
23928
  i0.ɵɵelementStart(0, "ccd-case-file-view-overlay-menu", 0);
23923
23929
  i0.ɵɵtwoWayListener("isOpenChange", function CaseFileViewFolderSortComponent_Template_ccd_case_file_view_overlay_menu_isOpenChange_0_listener($event) { i0.ɵɵtwoWayBindingSet(ctx.isOpen, $event) || (ctx.isOpen = $event); return $event; });
@@ -24394,7 +24400,7 @@ class CaseFileViewFolderComponent {
24394
24400
  a.click();
24395
24401
  a.remove();
24396
24402
  }
24397
- static ɵfac = function CaseFileViewFolderComponent_Factory(t) { return new (t || CaseFileViewFolderComponent)(i0.ɵɵdirectiveInject(WindowService), i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(DocumentManagementService), i0.ɵɵdirectiveInject(i1$3.MatLegacyDialog), i0.ɵɵdirectiveInject(AbstractAppConfig)); };
24403
+ static ɵfac = function CaseFileViewFolderComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseFileViewFolderComponent)(i0.ɵɵdirectiveInject(WindowService), i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(DocumentManagementService), i0.ɵɵdirectiveInject(i1$3.MatLegacyDialog), i0.ɵɵdirectiveInject(AbstractAppConfig)); };
24398
24404
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseFileViewFolderComponent, selectors: [["ccd-case-file-view-folder"]], inputs: { categoriesAndDocuments: "categoriesAndDocuments", allowMoving: "allowMoving" }, outputs: { clickedDocument: "clickedDocument", moveDocument: "moveDocument" }, decls: 9, vars: 3, consts: [[1, "document-filter-container"], [1, "form-group", "document-filter", 3, "formGroup"], ["type", "search", "id", "document-search", "name", "documentSearchFormControl", "formControlName", "documentSearchFormControl", "placeholder", "Search by document name", "aria-label", "Search by document name", 1, "form-control", "document-search"], [1, "document-folders-header"], [1, "document-folders-header__title"], [3, "sortAscending", "sortDescending"], ["class", "document-tree-container", 4, "ngIf"], [1, "document-tree-container"], [4, "ngIf"], [3, "dataSource", "treeControl"], ["class", "document-tree-container__node document-tree-container__node--document", 4, "cdkTreeNodeDef"], ["class", "document-tree-container__node document-tree-container__folder", 4, "cdkTreeNodeDef", "cdkTreeNodeDefWhen"], [1, "document-tree-container__node", "document-tree-container__node--document"], [1, "node", 3, "click"], ["disabled", "", 1, "node__icon"], ["src", "/assets/img/case-file-view/case-file-view-document.svg", "alt", "Document icon", 1, "node__iconImg"], [1, "node__name", "node-name-document"], [1, "node__document-upload-timestamp"], [1, "node__document-options"], [3, "changeFolderAction", "openInANewTabAction", "downloadAction", "printAction", "allowMoving"], [1, "document-tree-container__node", "document-tree-container__folder"], ["cdkTreeNodeToggle", "", 1, "node"], [1, "node__icon"], ["alt", "Folder icon", 1, "node__iconImg", 3, "src"], [1, "node__count"], [1, "node__name", "node__name--folder"], ["cdkTreeNodeOutlet", ""]], template: function CaseFileViewFolderComponent_Template(rf, ctx) { if (rf & 1) {
24399
24405
  i0.ɵɵelementStart(0, "div", 0)(1, "div", 1);
24400
24406
  i0.ɵɵelement(2, "input", 2);
@@ -24561,7 +24567,7 @@ class AddCommentsComponent extends AbstractJourneyComponent {
24561
24567
  super.next();
24562
24568
  }
24563
24569
  }
24564
- static ɵfac = /*@__PURE__*/ (() => { let ɵAddCommentsComponent_BaseFactory; return function AddCommentsComponent_Factory(t) { return (ɵAddCommentsComponent_BaseFactory || (ɵAddCommentsComponent_BaseFactory = i0.ɵɵgetInheritedFactory(AddCommentsComponent)))(t || AddCommentsComponent); }; })();
24570
+ static ɵfac = /*@__PURE__*/ (() => { let ɵAddCommentsComponent_BaseFactory; return function AddCommentsComponent_Factory(__ngFactoryType__) { return (ɵAddCommentsComponent_BaseFactory || (ɵAddCommentsComponent_BaseFactory = i0.ɵɵgetInheritedFactory(AddCommentsComponent)))(__ngFactoryType__ || AddCommentsComponent); }; })();
24565
24571
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AddCommentsComponent, selectors: [["ccd-add-comments"]], inputs: { formGroup: "formGroup", optional: "optional", isDisplayContextParameterExternal: "isDisplayContextParameterExternal", isDisplayContextParameter2Point1Enabled: "isDisplayContextParameter2Point1Enabled" }, outputs: { caseFlagStateEmitter: "caseFlagStateEmitter" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 18, vars: 21, consts: [[3, "formGroup"], ["data-module", "govuk-character-count", "data-maxlength", "200", 1, "govuk-character-count"], [1, "govuk-form-group", 3, "ngClass"], [1, "govuk-label-wrapper"], [1, "govuk-label", "govuk-label--m", 3, "for"], [4, "ngIf"], ["id", "add-comments-hint", 1, "govuk-hint"], ["class", "govuk-warning-text", 4, "ngIf"], ["id", "flag-comments-not-entered-error-message", "class", "govuk-error-message", 4, "ngIf"], ["id", "add-comments-char-limit-error", "class", "govuk-error-message", 4, "ngIf"], ["rows", "5", "aria-describedby", "add-comments-hint add-comments-char-limit-info add-comments-char-limit-error", 1, "govuk-textarea", 3, "id", "name", "formControlName"], ["id", "add-comments-char-limit-info", "aria-live", "polite", 1, "govuk-hint", "govuk-character-count__message"], [1, "govuk-warning-text"], ["aria-hidden", "true", 1, "govuk-warning-text__icon"], [1, "govuk-warning-text__text"], [1, "govuk-warning-text__assistive"], ["id", "flag-comments-not-entered-error-message", 1, "govuk-error-message"], [1, "govuk-visually-hidden"], ["id", "add-comments-char-limit-error", 1, "govuk-error-message"]], template: function AddCommentsComponent_Template(rf, ctx) { if (rf & 1) {
24566
24572
  i0.ɵɵelementContainerStart(0, 0);
24567
24573
  i0.ɵɵelementStart(1, "div", 1)(2, "div", 2)(3, "h1", 3)(4, "label", 4);
@@ -24895,7 +24901,7 @@ class CaseFlagSummaryListComponent {
24895
24901
  return this.displayContextParameter === CaseFlagDisplayContextParameter.CREATE_2_POINT_1 ||
24896
24902
  this.displayContextParameter === CaseFlagDisplayContextParameter.UPDATE_2_POINT_1;
24897
24903
  }
24898
- static ɵfac = function CaseFlagSummaryListComponent_Factory(t) { return new (t || CaseFlagSummaryListComponent)(i0.ɵɵdirectiveInject(i1.RpxTranslationService)); };
24904
+ static ɵfac = function CaseFlagSummaryListComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseFlagSummaryListComponent)(i0.ɵɵdirectiveInject(i1.RpxTranslationService)); };
24899
24905
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseFlagSummaryListComponent, selectors: [["ccd-case-flag-summary-list"]], inputs: { flagForSummaryDisplay: "flagForSummaryDisplay", displayContextParameter: "displayContextParameter" }, outputs: { changeButtonEmitter: "changeButtonEmitter" }, decls: 1, vars: 1, consts: [["class", "govuk-summary-list", 4, "ngIf"], [1, "govuk-summary-list"], [1, "govuk-summary-list__row"], [1, "govuk-summary-list__key"], [1, "govuk-summary-list__value"], [1, "govuk-summary-list__actions"], ["href", "javascript:void(0)", 1, "govuk-link", 3, "click"], [1, "govuk-visually-hidden"], ["class", "govuk-summary-list__row", 4, "ngIf"], ["class", "govuk-link", "href", "javascript:void(0)", 3, "click", 4, "ngIf"]], template: function CaseFlagSummaryListComponent_Template(rf, ctx) { if (rf & 1) {
24900
24906
  i0.ɵɵtemplate(0, CaseFlagSummaryListComponent_dl_0_Template, 39, 30, "dl", 0);
24901
24907
  } if (rf & 2) {
@@ -25096,7 +25102,7 @@ class CaseFlagTableComponent {
25096
25102
  get caseFlagStatus() {
25097
25103
  return CaseFlagStatus;
25098
25104
  }
25099
- static ɵfac = function CaseFlagTableComponent_Factory(t) { return new (t || CaseFlagTableComponent)(); };
25105
+ static ɵfac = function CaseFlagTableComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseFlagTableComponent)(); };
25100
25106
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseFlagTableComponent, selectors: [["ccd-case-flag-table"]], inputs: { tableCaption: "tableCaption", flagData: "flagData", firstColumnHeader: "firstColumnHeader", caseFlagsExternalUser: "caseFlagsExternalUser" }, decls: 1, vars: 1, consts: [["class", "govuk-table", 4, "ngIf"], [1, "govuk-table"], ["class", "govuk-table__caption govuk-table__caption--l", 4, "ngIf"], [1, "govuk-table__head"], [1, "govuk-table__row"], ["scope", "col", 1, "govuk-table__header", "col-party-name"], ["scope", "col", 1, "govuk-table__header", "col-comments"], ["scope", "col", 1, "govuk-table__header", "col-creation-date"], ["scope", "col", 1, "govuk-table__header", "col-last-modified"], ["scope", "col", 1, "govuk-table__header", "col-flag-status"], [1, "govuk-table__body"], [4, "ngIf"], ["class", "govuk-table__body", 4, "ngIf"], [1, "govuk-table__caption", "govuk-table__caption--l"], ["colspan", "5"], ["scope", "row", "class", "govuk-table__row", 4, "ngFor", "ngForOf"], ["scope", "row", 1, "govuk-table__row"], [1, "govuk-table__cell"], [1, "govuk-table__cell", "cell-flag-status"], ["class", "govuk-tag govuk-tag--turquoise", 4, "ngIf"], ["class", "govuk-tag govuk-tag--grey", 4, "ngIf"], ["class", "govuk-tag govuk-tag--yellow", 4, "ngIf"], ["class", "govuk-tag govuk-tag--red", 4, "ngIf"], [1, "govuk-!-font-weight-bold"], [1, "govuk-tag", "govuk-tag--turquoise"], [1, "govuk-tag", "govuk-tag--grey"], [1, "govuk-tag", "govuk-tag--yellow"], [1, "govuk-tag", "govuk-tag--red"]], template: function CaseFlagTableComponent_Template(rf, ctx) { if (rf & 1) {
25101
25107
  i0.ɵɵtemplate(0, CaseFlagTableComponent_table_0_Template, 21, 16, "table", 0);
25102
25108
  } if (rf & 2) {
@@ -25413,7 +25419,7 @@ class ManageCaseFlagsComponent extends AbstractJourneyComponent {
25413
25419
  });
25414
25420
  }
25415
25421
  }
25416
- static ɵfac = /*@__PURE__*/ (() => { let ɵManageCaseFlagsComponent_BaseFactory; return function ManageCaseFlagsComponent_Factory(t) { return (ɵManageCaseFlagsComponent_BaseFactory || (ɵManageCaseFlagsComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ManageCaseFlagsComponent)))(t || ManageCaseFlagsComponent); }; })();
25422
+ static ɵfac = /*@__PURE__*/ (() => { let ɵManageCaseFlagsComponent_BaseFactory; return function ManageCaseFlagsComponent_Factory(__ngFactoryType__) { return (ɵManageCaseFlagsComponent_BaseFactory || (ɵManageCaseFlagsComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ManageCaseFlagsComponent)))(__ngFactoryType__ || ManageCaseFlagsComponent); }; })();
25417
25423
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ManageCaseFlagsComponent, selectors: [["ccd-manage-case-flags"]], inputs: { formGroup: "formGroup", flagsData: "flagsData", caseTitle: "caseTitle", displayContextParameter: "displayContextParameter" }, outputs: { caseFlagStateEmitter: "caseFlagStateEmitter" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 10, vars: 9, consts: [[3, "formGroup"], [1, "govuk-form-group", 3, "ngClass"], ["aria-describedby", "manage-case-flag-heading", 1, "govuk-fieldset"], [1, "govuk-fieldset__legend", "govuk-fieldset__legend--m"], ["id", "manage-case-flag-heading", 1, "govuk-fieldset__heading"], ["id", "manage-case-flag-not-selected-error-message", "class", "govuk-error-message", 4, "ngIf"], ["data-module", "govuk-radios", "id", "conditional-radios-list", 1, "govuk-radios", "govuk-radios--conditional"], ["class", "govuk-radios__item", 4, "ngFor", "ngForOf"], ["id", "manage-case-flag-not-selected-error-message", 1, "govuk-error-message"], [1, "govuk-visually-hidden"], [1, "govuk-radios__item"], ["type", "radio", 1, "govuk-radios__input", 3, "change", "id", "checked"], [1, "govuk-label", "govuk-radios__label", 3, "for", "innerHtml"]], template: function ManageCaseFlagsComponent_Template(rf, ctx) { if (rf & 1) {
25418
25424
  i0.ɵɵelementContainerStart(0, 0);
25419
25425
  i0.ɵɵelementStart(1, "div", 1)(2, "fieldset", 2)(3, "legend", 3)(4, "h1", 4);
@@ -25746,7 +25752,7 @@ class SearchLanguageInterpreterComponent extends AbstractJourneyComponent {
25746
25752
  super.next();
25747
25753
  }
25748
25754
  }
25749
- static ɵfac = function SearchLanguageInterpreterComponent_Factory(t) { return new (t || SearchLanguageInterpreterComponent)(i0.ɵɵdirectiveInject(i1.RpxTranslationService), i0.ɵɵdirectiveInject(MultipageComponentStateService)); };
25755
+ static ɵfac = function SearchLanguageInterpreterComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SearchLanguageInterpreterComponent)(i0.ɵɵdirectiveInject(i1.RpxTranslationService), i0.ɵɵdirectiveInject(MultipageComponentStateService)); };
25750
25756
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SearchLanguageInterpreterComponent, selectors: [["ccd-search-language-interpreter"]], inputs: { formGroup: "formGroup", flagType: "flagType" }, outputs: { caseFlagStateEmitter: "caseFlagStateEmitter" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 25, vars: 25, consts: [["autoSearchLanguage", "matAutocomplete"], [3, "formGroup"], [1, "govuk-form-group", 3, "ngClass"], [1, "govuk-label-wrapper"], [1, "govuk-label", "govuk-label--m", 3, "for"], ["id", "language-search-box-hint", 1, "govuk-hint"], [1, "auto-complete-container"], ["id", "language-not-selected-error-message", "class", "govuk-error-message", 4, "ngIf"], ["id", "language-entered-in-both-fields-error-message", "class", "govuk-error-message", 4, "ngIf"], ["aria-label", "Language search box", "matInput", "", "type", "text", 1, "govuk-input", "search-language__input", 3, "formControlName", "matAutocomplete"], ["autoActiveFirstOption", "", 1, "mat-autocomplete-panel-extend", 3, "displayWith"], [3, "value", 4, "ngFor", "ngForOf"], ["disabled", "", 4, "ngIf"], ["data-module", "govuk-checkboxes", 1, "govuk-checkboxes", "govuk-checkboxes--small", "govuk-checkboxes--conditional"], [1, "govuk-radios__item"], ["id", "enter-language-manually", "name", "enter-language-manually", "type", "checkbox", 1, "govuk-checkboxes__input", 3, "change"], ["for", "enter-language-manually", 1, "govuk-label", "govuk-checkboxes__label"], ["class", "govuk-radios__conditional", 4, "ngIf"], ["id", "language-not-selected-error-message", 1, "govuk-error-message"], [1, "govuk-visually-hidden"], ["id", "language-entered-in-both-fields-error-message", 1, "govuk-error-message"], [3, "value"], ["disabled", ""], [1, "govuk-radios__conditional"], ["for", "manual-language-entry", 1, "govuk-label"], ["id", "language-not-entered-error-message", "class", "govuk-error-message", 4, "ngIf"], ["id", "language-char-limit-error-message", "class", "govuk-error-message", 4, "ngIf"], ["id", "manual-language-entry", "type", "text", 1, "govuk-input", "govuk-input--width-20", 3, "name", "formControlName"], ["id", "language-not-entered-error-message", 1, "govuk-error-message"], ["id", "language-char-limit-error-message", 1, "govuk-error-message"]], template: function SearchLanguageInterpreterComponent_Template(rf, ctx) { if (rf & 1) {
25751
25757
  const _r1 = i0.ɵɵgetCurrentView();
25752
25758
  i0.ɵɵelementContainerStart(0, 1);
@@ -25978,7 +25984,7 @@ class SelectFlagLocationComponent extends AbstractJourneyComponent {
25978
25984
  super.next();
25979
25985
  }
25980
25986
  }
25981
- static ɵfac = /*@__PURE__*/ (() => { let ɵSelectFlagLocationComponent_BaseFactory; return function SelectFlagLocationComponent_Factory(t) { return (ɵSelectFlagLocationComponent_BaseFactory || (ɵSelectFlagLocationComponent_BaseFactory = i0.ɵɵgetInheritedFactory(SelectFlagLocationComponent)))(t || SelectFlagLocationComponent); }; })();
25987
+ static ɵfac = /*@__PURE__*/ (() => { let ɵSelectFlagLocationComponent_BaseFactory; return function SelectFlagLocationComponent_Factory(__ngFactoryType__) { return (ɵSelectFlagLocationComponent_BaseFactory || (ɵSelectFlagLocationComponent_BaseFactory = i0.ɵɵgetInheritedFactory(SelectFlagLocationComponent)))(__ngFactoryType__ || SelectFlagLocationComponent); }; })();
25982
25988
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SelectFlagLocationComponent, selectors: [["ccd-select-flag-location"]], inputs: { formGroup: "formGroup", flagsData: "flagsData", isDisplayContextParameterExternal: "isDisplayContextParameterExternal" }, outputs: { caseFlagStateEmitter: "caseFlagStateEmitter" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 10, vars: 9, consts: [[3, "formGroup"], [1, "govuk-form-group", 3, "ngClass"], ["aria-describedby", "flag-location-heading", 1, "govuk-fieldset"], [1, "govuk-fieldset__legend", "govuk-fieldset__legend--m"], ["id", "flag-location-heading", 1, "govuk-fieldset__heading"], ["id", "flag-location-not-selected-error-message", "class", "govuk-error-message", 4, "ngIf"], ["data-module", "govuk-radios", "id", "conditional-radios-list", 1, "govuk-radios", "govuk-radios--conditional"], ["class", "govuk-radios__item", 4, "ngFor", "ngForOf"], ["id", "flag-location-not-selected-error-message", 1, "govuk-error-message"], [1, "govuk-visually-hidden"], [1, "govuk-radios__item"], ["type", "radio", 1, "govuk-radios__input", 3, "id", "name", "value", "formControlName"], [1, "govuk-label", "govuk-radios__label", 3, "for"], [4, "ngIf"]], template: function SelectFlagLocationComponent_Template(rf, ctx) { if (rf & 1) {
25983
25989
  i0.ɵɵelementContainerStart(0, 0);
25984
25990
  i0.ɵɵelementStart(1, "div", 1)(2, "fieldset", 2)(3, "legend", 3)(4, "h1", 4);
@@ -26431,7 +26437,7 @@ class SelectFlagTypeComponent extends AbstractJourneyComponent {
26431
26437
  super.previous();
26432
26438
  }
26433
26439
  }
26434
- static ɵfac = function SelectFlagTypeComponent_Factory(t) { return new (t || SelectFlagTypeComponent)(i0.ɵɵdirectiveInject(CaseFlagRefdataService), i0.ɵɵdirectiveInject(MultipageComponentStateService)); };
26440
+ static ɵfac = function SelectFlagTypeComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SelectFlagTypeComponent)(i0.ɵɵdirectiveInject(CaseFlagRefdataService), i0.ɵɵdirectiveInject(MultipageComponentStateService)); };
26435
26441
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SelectFlagTypeComponent, selectors: [["ccd-select-flag-type"]], inputs: { formGroup: "formGroup", jurisdiction: "jurisdiction", caseTypeId: "caseTypeId", hmctsServiceId: "hmctsServiceId", isDisplayContextParameterExternal: "isDisplayContextParameterExternal", isDisplayContextParameter2Point1Enabled: "isDisplayContextParameter2Point1Enabled", selectedFlagsLocation: "selectedFlagsLocation" }, outputs: { caseFlagStateEmitter: "caseFlagStateEmitter", flagCommentsOptionalEmitter: "flagCommentsOptionalEmitter", flagTypeSubJourneyEmitter: "flagTypeSubJourneyEmitter" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [["priorFlagTypeSelected", ""], [3, "formGroup", 4, "ngIf"], [3, "formGroup"], [1, "govuk-form-group", 3, "ngClass"], ["aria-describedby", "flag-type-heading", 1, "govuk-fieldset"], [1, "govuk-fieldset__legend", "govuk-fieldset__legend--m"], ["id", "flag-type-heading", 1, "govuk-fieldset__heading", "govuk-!-margin-bottom-1"], [4, "ngIf", "ngIfElse"], ["id", "flag-type-not-selected-error-message", "class", "govuk-error-message", 4, "ngIf"], ["data-module", "govuk-radios", "id", "conditional-radios-list", 1, "govuk-radios", "govuk-radios--conditional"], ["class", "govuk-radios__item", 4, "ngFor", "ngForOf", "ngForTrackBy"], ["class", "govuk-radios__conditional", "id", "conditional-flagType", 4, "ngIf"], ["id", "flag-type-not-selected-error-message", 1, "govuk-error-message"], [1, "govuk-visually-hidden"], [1, "govuk-radios__item"], ["type", "radio", 1, "govuk-radios__input", 3, "id", "name", "value", "formControlName"], [1, "govuk-label", "govuk-radios__label", 3, "for"], ["id", "conditional-flagType", 1, "govuk-radios__conditional"], ["for", "other-flag-type-description", 1, "govuk-label"], ["id", "flag-type-error-message", "class", "govuk-error-message", 4, "ngIf"], ["id", "other-flag-type-description", "type", "text", 1, "govuk-input", "govuk-!-width-one-half", 3, "ngClass", "name", "formControlName"], ["class", "govuk-checkboxes__item govuk-!-margin-top-4", 4, "ngIf"], ["id", "flag-type-error-message", 1, "govuk-error-message"], [1, "govuk-checkboxes__item", "govuk-!-margin-top-4"], ["id", "is-visible-externally", "type", "checkbox", 1, "govuk-checkboxes__input", 3, "name", "formControlName"], ["for", "is-visible-externally", 1, "govuk-label", "govuk-checkboxes__label"]], template: function SelectFlagTypeComponent_Template(rf, ctx) { if (rf & 1) {
26436
26442
  i0.ɵɵtemplate(0, SelectFlagTypeComponent_ng_container_0_Template, 12, 10, "ng-container", 1);
26437
26443
  } if (rf & 2) {
@@ -26927,7 +26933,7 @@ class UpdateFlagComponent extends AbstractJourneyComponent {
26927
26933
  super.next();
26928
26934
  }
26929
26935
  }
26930
- static ɵfac = function UpdateFlagComponent_Factory(t) { return new (t || UpdateFlagComponent)(i0.ɵɵdirectiveInject(i1.RpxTranslationService), i0.ɵɵdirectiveInject(MultipageComponentStateService)); };
26936
+ static ɵfac = function UpdateFlagComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || UpdateFlagComponent)(i0.ɵɵdirectiveInject(i1.RpxTranslationService), i0.ɵɵdirectiveInject(MultipageComponentStateService)); };
26931
26937
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: UpdateFlagComponent, selectors: [["ccd-update-flag"]], inputs: { formGroup: "formGroup", displayContextParameter: "displayContextParameter" }, outputs: { caseFlagStateEmitter: "caseFlagStateEmitter" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 23, vars: 22, consts: [["externalUser", ""], ["updateFlagStatusReason", ""], [3, "formGroup"], ["data-module", "govuk-character-count", "data-maxlength", "200", 1, "govuk-character-count"], [1, "govuk-form-group", 3, "ngClass"], [1, "govuk-label-wrapper", "govuk-!-margin-bottom-4"], [1, "govuk-label", "govuk-label--m"], ["id", "update-flag-hint-external", "class", "govuk-hint", 4, "ngIf"], [1, "govuk-!-margin-bottom-4"], [1, "govuk-label", "govuk-label--s", 3, "for"], ["id", "update-flag-comments-hint-external", "class", "govuk-hint", 4, "ngIf"], [4, "ngIf", "ngIfElse"], ["id", "flag-status-container-v2_1", "class", "govuk-!-margin-bottom-4", 4, "ngIf"], ["id", "translation-checkbox-container", "class", "govuk-!-margin-bottom-6", 4, "ngIf"], ["id", "flag-status-container-v1", "class", "govuk-grid-row", 4, "ngIf"], ["id", "update-flag-hint-external", 1, "govuk-hint"], ["id", "update-flag-comments-hint-external", 1, "govuk-hint"], ["id", "update-flag-comments-hint", 1, "govuk-hint"], ["class", "govuk-warning-text", 4, "ngIf"], ["id", "update-flag-comments-not-entered-error-message", "class", "govuk-error-message", 4, "ngIf"], ["id", "update-flag-comments-char-limit-error", "class", "govuk-error-message", 4, "ngIf"], ["rows", "5", "aria-describedby", "update-flag-comments-hint update-flag-comments-char-limit-info update-flag-comments-char-limit-error", 1, "govuk-textarea", 3, "id", "name", "formControlName"], ["id", "update-flag-comments-char-limit-info", "aria-live", "polite", 1, "govuk-hint", "govuk-character-count__message"], [1, "govuk-warning-text"], ["aria-hidden", "true", 1, "govuk-warning-text__icon"], [1, "govuk-warning-text__text"], [1, "govuk-warning-text__assistive"], ["id", "update-flag-comments-not-entered-error-message", 1, "govuk-error-message"], [1, "govuk-visually-hidden"], ["id", "update-flag-comments-char-limit-error", 1, "govuk-error-message"], [4, "ngIf"], [4, "ngTemplateOutlet"], ["id", "update-flag-status-reason-not-entered-error-message", "class", "govuk-error-message", 4, "ngIf"], ["id", "update-flag-status-reason-char-limit-error", "class", "govuk-error-message", 4, "ngIf"], ["rows", "5", "aria-describedby", "update-flag-comments-hint-external update-flag-status-hint update-flag-status-reason-char-limit-info\n update-flag-status-reason-char-limit-error", 1, "govuk-textarea", 3, "id", "name", "formControlName"], ["id", "update-flag-status-reason-char-limit-info", "aria-live", "polite", 1, "govuk-hint", "govuk-character-count__message"], ["id", "update-flag-status-reason-not-entered-error-message", 1, "govuk-error-message"], ["id", "update-flag-status-reason-char-limit-error", 1, "govuk-error-message"], ["id", "flag-status-container-v2_1", 1, "govuk-!-margin-bottom-4"], ["aria-describedby", "update-flag-status-heading", 1, "govuk-fieldset"], [1, "govuk-fieldset__legend", "govuk-fieldset__legend--s"], ["id", "update-flag-status-heading", 1, "govuk-fieldset__heading"], ["data-module", "govuk-radios", 1, "govuk-radios", "govuk-radios--conditional", "govuk-!-margin-bottom-4", 3, "id"], ["class", "govuk-radios__item", 4, "ngFor", "ngForOf"], ["id", "update-flag-status-hint", 1, "govuk-hint"], [1, "govuk-radios__item"], ["type", "radio", 1, "govuk-radios__input", 3, "id", "name", "formControlName", "value"], [1, "govuk-label", "govuk-radios__label", 3, "for"], ["id", "translation-checkbox-container", 1, "govuk-!-margin-bottom-6"], ["data-module", "govuk-checkboxes", 1, "govuk-checkboxes"], [1, "govuk-checkboxes__item"], ["type", "checkbox", 1, "govuk-checkboxes__input", 3, "formControlName", "id", "name"], [1, "govuk-label", "govuk-checkboxes__label", 3, "for"], ["id", "flag-status-container-v1", 1, "govuk-grid-row"], [1, "govuk-grid-column-one-half"], [1, "govuk-tag", 3, "ngClass"], ["class", "button button-secondary", "type", "button", 3, "click", 4, "ngIf"], ["type", "button", 1, "button", "button-secondary", 3, "click"]], template: function UpdateFlagComponent_Template(rf, ctx) { if (rf & 1) {
26932
26938
  i0.ɵɵelementContainerStart(0, 2);
26933
26939
  i0.ɵɵelementStart(1, "div", 3)(2, "div", 4)(3, "h1", 5)(4, "label", 6);
@@ -27128,7 +27134,7 @@ class UpdateFlagAddTranslationFormComponent extends AbstractJourneyComponent {
27128
27134
  super.next();
27129
27135
  }
27130
27136
  }
27131
- static ɵfac = /*@__PURE__*/ (() => { let ɵUpdateFlagAddTranslationFormComponent_BaseFactory; return function UpdateFlagAddTranslationFormComponent_Factory(t) { return (ɵUpdateFlagAddTranslationFormComponent_BaseFactory || (ɵUpdateFlagAddTranslationFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(UpdateFlagAddTranslationFormComponent)))(t || UpdateFlagAddTranslationFormComponent); }; })();
27137
+ static ɵfac = /*@__PURE__*/ (() => { let ɵUpdateFlagAddTranslationFormComponent_BaseFactory; return function UpdateFlagAddTranslationFormComponent_Factory(__ngFactoryType__) { return (ɵUpdateFlagAddTranslationFormComponent_BaseFactory || (ɵUpdateFlagAddTranslationFormComponent_BaseFactory = i0.ɵɵgetInheritedFactory(UpdateFlagAddTranslationFormComponent)))(__ngFactoryType__ || UpdateFlagAddTranslationFormComponent); }; })();
27132
27138
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: UpdateFlagAddTranslationFormComponent, selectors: [["ccd-update-flag-add-translation-form"]], inputs: { formGroup: "formGroup" }, outputs: { caseFlagStateEmitter: "caseFlagStateEmitter" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 50, vars: 54, consts: [[3, "formGroup"], ["data-module", "govuk-character-count", "data-maxlength", "200", 1, "govuk-character-count"], [1, "govuk-form-group", 3, "ngClass"], [1, "govuk-label-wrapper", "govuk-!-margin-bottom-6"], [1, "govuk-label", "govuk-label--m"], ["id", "add-translation-form-hint", 1, "govuk-hint"], [1, "govuk-!-margin-bottom-4"], [1, "govuk-label", "govuk-label--s", 3, "for"], ["id", "add-translation-other-flag-description-char-limit-error", "class", "govuk-error-message", 4, "ngIf"], ["rows", "5", 1, "govuk-textarea", 3, "id", "name", "formControlName"], ["id", "add-translation-other-flag-description-char-limit-info", "aria-live", "polite", 1, "govuk-hint", "govuk-character-count__message"], ["id", "add-translation-other-flag-description-welsh-char-limit-error", "class", "govuk-error-message", 4, "ngIf"], ["id", "add-translation-other-flag-description-welsh-char-limit-info", "aria-live", "polite", 1, "govuk-hint", "govuk-character-count__message"], ["id", "add-translation-flag-comments-char-limit-error", "class", "govuk-error-message", 4, "ngIf"], ["id", "add-translation-flag-comments-char-limit-info", "aria-live", "polite", 1, "govuk-hint", "govuk-character-count__message"], ["id", "add-translation-flag-comments-welsh-char-limit-error", "class", "govuk-error-message", 4, "ngIf"], ["id", "add-translation-flag-comments-welsh-char-limit-info", "aria-live", "polite", 1, "govuk-hint", "govuk-character-count__message"], ["id", "add-translation-other-flag-description-char-limit-error", 1, "govuk-error-message"], [1, "govuk-visually-hidden"], ["id", "add-translation-other-flag-description-welsh-char-limit-error", 1, "govuk-error-message"], ["id", "add-translation-flag-comments-char-limit-error", 1, "govuk-error-message"], ["id", "add-translation-flag-comments-welsh-char-limit-error", 1, "govuk-error-message"]], template: function UpdateFlagAddTranslationFormComponent_Template(rf, ctx) { if (rf & 1) {
27133
27139
  i0.ɵɵelementContainerStart(0, 0);
27134
27140
  i0.ɵɵelementStart(1, "div", 1)(2, "div", 2)(3, "h1", 3)(4, "label", 4);
@@ -27359,7 +27365,7 @@ class ConfirmFlagStatusComponent extends AbstractJourneyComponent {
27359
27365
  });
27360
27366
  }
27361
27367
  }
27362
- static ɵfac = /*@__PURE__*/ (() => { let ɵConfirmFlagStatusComponent_BaseFactory; return function ConfirmFlagStatusComponent_Factory(t) { return (ɵConfirmFlagStatusComponent_BaseFactory || (ɵConfirmFlagStatusComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ConfirmFlagStatusComponent)))(t || ConfirmFlagStatusComponent); }; })();
27368
+ static ɵfac = /*@__PURE__*/ (() => { let ɵConfirmFlagStatusComponent_BaseFactory; return function ConfirmFlagStatusComponent_Factory(__ngFactoryType__) { return (ɵConfirmFlagStatusComponent_BaseFactory || (ɵConfirmFlagStatusComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ConfirmFlagStatusComponent)))(__ngFactoryType__ || ConfirmFlagStatusComponent); }; })();
27363
27369
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ConfirmFlagStatusComponent, selectors: [["ccd-confirm-flag-status"]], inputs: { formGroup: "formGroup", defaultStatus: "defaultStatus" }, outputs: { caseFlagStateEmitter: "caseFlagStateEmitter" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 19, vars: 19, consts: [[3, "formGroup"], ["data-module", "govuk-character-count", "data-maxlength", "200", 1, "govuk-character-count"], [1, "govuk-form-group", 3, "ngClass"], ["aria-describedby", "confirm-flag-status-heading", 1, "govuk-fieldset"], [1, "govuk-fieldset__legend", "govuk-fieldset__legend--m"], ["id", "confirm-flag-status-heading", 1, "govuk-fieldset__heading"], ["data-module", "govuk-radios", "id", "conditional-radios-list", 1, "govuk-radios", "govuk-radios--conditional", "govuk-!-margin-bottom-4"], ["class", "govuk-radios__item", 4, "ngFor", "ngForOf"], ["id", "status-reason-hint", 1, "govuk-hint"], ["id", "status-reason-not-entered-error-message", "class", "govuk-error-message", 4, "ngIf"], ["id", "status-reason-char-limit-error", "class", "govuk-error-message", 4, "ngIf"], ["rows", "5", "aria-describedby", "status-reason-hint status-reason-char-limit-info", 1, "govuk-textarea", 3, "id", "name", "formControlName"], ["id", "status-reason-char-limit-info", "aria-live", "polite", 1, "govuk-hint", "govuk-character-count__message"], [1, "govuk-radios__item"], ["type", "radio", 1, "govuk-radios__input", 3, "id", "name", "value", "formControlName"], [1, "govuk-label", "govuk-radios__label", 3, "for"], ["id", "status-reason-not-entered-error-message", 1, "govuk-error-message"], [1, "govuk-visually-hidden"], ["id", "status-reason-char-limit-error", 1, "govuk-error-message"]], template: function ConfirmFlagStatusComponent_Template(rf, ctx) { if (rf & 1) {
27364
27370
  i0.ɵɵelementContainerStart(0, 0);
27365
27371
  i0.ɵɵelementStart(1, "div", 1)(2, "div", 2)(3, "fieldset", 3)(4, "legend", 4)(5, "h1", 5);
@@ -27438,7 +27444,7 @@ class FlagFieldDisplayPipe extends AsyncPipe {
27438
27444
  }
27439
27445
  return null;
27440
27446
  }
27441
- static ɵfac = function FlagFieldDisplayPipe_Factory(t) { return new (t || FlagFieldDisplayPipe)(i0.ɵɵdirectiveInject(i1.RpxTranslationService, 16), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef, 16)); };
27447
+ static ɵfac = function FlagFieldDisplayPipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FlagFieldDisplayPipe)(i0.ɵɵdirectiveInject(i1.RpxTranslationService, 16), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef, 16)); };
27442
27448
  static ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "flagFieldDisplay", type: FlagFieldDisplayPipe, pure: false });
27443
27449
  }
27444
27450
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FlagFieldDisplayPipe, [{
@@ -27475,7 +27481,7 @@ class LanguageInterpreterDisplayPipe extends AsyncPipe {
27475
27481
  }
27476
27482
  return null;
27477
27483
  }
27478
- static ɵfac = function LanguageInterpreterDisplayPipe_Factory(t) { return new (t || LanguageInterpreterDisplayPipe)(i0.ɵɵdirectiveInject(i1.RpxTranslationService, 16), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef, 16)); };
27484
+ static ɵfac = function LanguageInterpreterDisplayPipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || LanguageInterpreterDisplayPipe)(i0.ɵɵdirectiveInject(i1.RpxTranslationService, 16), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef, 16)); };
27479
27485
  static ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "languageInterpreterDisplay", type: LanguageInterpreterDisplayPipe, pure: false });
27480
27486
  }
27481
27487
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LanguageInterpreterDisplayPipe, [{
@@ -27579,7 +27585,7 @@ class ManageCaseFlagsLabelDisplayPipe extends AsyncPipe {
27579
27585
  ? flagDetail.name_cy || flagDetail.name
27580
27586
  : flagDetail.name || flagDetail.name_cy;
27581
27587
  }
27582
- static ɵfac = function ManageCaseFlagsLabelDisplayPipe_Factory(t) { return new (t || ManageCaseFlagsLabelDisplayPipe)(i0.ɵɵdirectiveInject(i1.RpxTranslationService, 16), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef, 16)); };
27588
+ static ɵfac = function ManageCaseFlagsLabelDisplayPipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ManageCaseFlagsLabelDisplayPipe)(i0.ɵɵdirectiveInject(i1.RpxTranslationService, 16), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef, 16)); };
27583
27589
  static ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "manageCaseFlagsLabelDisplay", type: ManageCaseFlagsLabelDisplayPipe, pure: false });
27584
27590
  }
27585
27591
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ManageCaseFlagsLabelDisplayPipe, [{
@@ -27652,7 +27658,7 @@ class UpdateFlagTitleDisplayPipe extends AsyncPipe {
27652
27658
  }
27653
27659
  return '';
27654
27660
  }
27655
- static ɵfac = function UpdateFlagTitleDisplayPipe_Factory(t) { return new (t || UpdateFlagTitleDisplayPipe)(i0.ɵɵdirectiveInject(i1.RpxTranslationService, 16), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef, 16)); };
27661
+ static ɵfac = function UpdateFlagTitleDisplayPipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || UpdateFlagTitleDisplayPipe)(i0.ɵɵdirectiveInject(i1.RpxTranslationService, 16), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef, 16)); };
27656
27662
  static ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "updateFlagTitleDisplay", type: UpdateFlagTitleDisplayPipe, pure: false });
27657
27663
  }
27658
27664
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(UpdateFlagTitleDisplayPipe, [{
@@ -27692,7 +27698,7 @@ function ReadComplexFieldRawComponent_ng_container_1_Template(rf, ctx) { if (rf
27692
27698
  */
27693
27699
  class ReadComplexFieldRawComponent extends AbstractFieldReadComponent {
27694
27700
  caseFields = [];
27695
- static ɵfac = /*@__PURE__*/ (() => { let ɵReadComplexFieldRawComponent_BaseFactory; return function ReadComplexFieldRawComponent_Factory(t) { return (ɵReadComplexFieldRawComponent_BaseFactory || (ɵReadComplexFieldRawComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadComplexFieldRawComponent)))(t || ReadComplexFieldRawComponent); }; })();
27701
+ static ɵfac = /*@__PURE__*/ (() => { let ɵReadComplexFieldRawComponent_BaseFactory; return function ReadComplexFieldRawComponent_Factory(__ngFactoryType__) { return (ɵReadComplexFieldRawComponent_BaseFactory || (ɵReadComplexFieldRawComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadComplexFieldRawComponent)))(__ngFactoryType__ || ReadComplexFieldRawComponent); }; })();
27696
27702
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ReadComplexFieldRawComponent, selectors: [["ccd-read-complex-field-raw"]], inputs: { caseFields: "caseFields" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 3, vars: 12, consts: [[1, "complex-raw"], [4, "ngFor", "ngForOf"], [3, "hidden"], [1, "text-16"], [3, "caseField", "context", "caseFields", "topLevelFormGroup", "idPrefix"]], template: function ReadComplexFieldRawComponent_Template(rf, ctx) { if (rf & 1) {
27697
27703
  i0.ɵɵelementStart(0, "dl", 0);
27698
27704
  i0.ɵɵtemplate(1, ReadComplexFieldRawComponent_ng_container_1_Template, 7, 10, "ng-container", 1);
@@ -27773,7 +27779,7 @@ class ReadComplexFieldTableComponent extends AbstractFieldReadComponent {
27773
27779
  setDummyPathForChildArrays() {
27774
27780
  this.path = ReadComplexFieldTableComponent.DUMMY_STRING_PRE + this.idPrefix + ReadComplexFieldTableComponent.DUMMY_STRING_POST;
27775
27781
  }
27776
- static ɵfac = /*@__PURE__*/ (() => { let ɵReadComplexFieldTableComponent_BaseFactory; return function ReadComplexFieldTableComponent_Factory(t) { return (ɵReadComplexFieldTableComponent_BaseFactory || (ɵReadComplexFieldTableComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadComplexFieldTableComponent)))(t || ReadComplexFieldTableComponent); }; })();
27782
+ static ɵfac = /*@__PURE__*/ (() => { let ɵReadComplexFieldTableComponent_BaseFactory; return function ReadComplexFieldTableComponent_Factory(__ngFactoryType__) { return (ɵReadComplexFieldTableComponent_BaseFactory || (ɵReadComplexFieldTableComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadComplexFieldTableComponent)))(__ngFactoryType__ || ReadComplexFieldTableComponent); }; })();
27777
27783
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ReadComplexFieldTableComponent, selectors: [["ccd-read-complex-field-table"]], inputs: { caseFields: "caseFields" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 11, vars: 17, consts: [["SimpleRow", ""], [1, "complex-panel"], [1, "complex-panel-title"], [1, "text-16"], ["aria-describedby", "complex field table", 1, "complex-panel-table"], [4, "ngFor", "ngForOf"], [4, "ngIf", "ngIfElse"], [1, "complex-panel-compound-field", 3, "hidden"], ["colspan", "2"], [3, "topLevelFormGroup", "caseField", "context"], [1, "complex-panel-simple-field", 3, "hidden"], ["id", "complex-panel-simple-field-label"]], template: function ReadComplexFieldTableComponent_Template(rf, ctx) { if (rf & 1) {
27778
27784
  i0.ɵɵelementStart(0, "div", 1)(1, "dl", 2)(2, "dt")(3, "span", 3);
27779
27785
  i0.ɵɵtext(4);
@@ -28142,8 +28148,8 @@ class ReadComplexFieldCollectionTableComponent extends AbstractFieldReadComponen
28142
28148
  }
28143
28149
  return result;
28144
28150
  }
28145
- static ɵfac = /*@__PURE__*/ (() => { let ɵReadComplexFieldCollectionTableComponent_BaseFactory; return function ReadComplexFieldCollectionTableComponent_Factory(t) { return (ɵReadComplexFieldCollectionTableComponent_BaseFactory || (ɵReadComplexFieldCollectionTableComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadComplexFieldCollectionTableComponent)))(t || ReadComplexFieldCollectionTableComponent); }; })();
28146
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ReadComplexFieldCollectionTableComponent, selectors: [["ccd-read-complex-field-collection-table"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 13, vars: 6, consts: [["showEmptyTd", ""], ["SimpleRow", ""], [1, "complex-panel", 3, "hidden"], [1, "complex-panel-title"], [1, "text-16"], ["aria-describedby", "complex panel table", 1, "complex-panel-table"], ["scope", "col", 4, "ngFor", "ngForOf"], [4, "ngFor", "ngForOf"], ["scope", "col"], ["href", "javascript:void(0)", 1, "sort-widget", 3, "click", "innerHTML"], [1, "new-table-row", "accordion-heading", 3, "click"], [2, "float", "right"], ["href", "javascript:void(0)"], ["alt", "image", 1, "accordion-image", 3, "src"], [3, "hidden"], [3, "colSpan"], ["aria-describedby", "complex panel table expanded", 1, "complex-panel-table"], [4, "ngIf", "ngIfElse"], [3, "caseField", "context"], ["class", "complex-panel-simple-field accordion-body", 3, "hidden", 4, "ngIf"], [3, "hidden", 4, "ngIf"], [1, "complex-panel-simple-field", "accordion-body", 3, "hidden"], ["class", "text-16", 4, "ngIf"], ["colspan", "2"], ["class", "complex-panel-compound-field", 3, "hidden", 4, "ngIf", "ngIfElse"], [1, "complex-panel-compound-field", 3, "hidden"], [1, "complex-panel-nested-field", 3, "hidden"], [4, "ngIf"]], template: function ReadComplexFieldCollectionTableComponent_Template(rf, ctx) { if (rf & 1) {
28151
+ static ɵfac = /*@__PURE__*/ (() => { let ɵReadComplexFieldCollectionTableComponent_BaseFactory; return function ReadComplexFieldCollectionTableComponent_Factory(__ngFactoryType__) { return (ɵReadComplexFieldCollectionTableComponent_BaseFactory || (ɵReadComplexFieldCollectionTableComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadComplexFieldCollectionTableComponent)))(__ngFactoryType__ || ReadComplexFieldCollectionTableComponent); }; })();
28152
+ static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ReadComplexFieldCollectionTableComponent, selectors: [["ccd-read-complex-field-collection-table"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 13, vars: 6, consts: [["showEmptyTd", ""], ["SimpleRow", ""], [1, "complex-panel", 3, "hidden"], [1, "complex-panel-title"], [1, "text-16"], ["aria-describedby", "complex panel table", 1, "complex-panel-table"], ["scope", "col", 4, "ngFor", "ngForOf"], [4, "ngFor", "ngForOf"], ["scope", "col"], ["href", "javascript:void(0)", 1, "sort-widget", 3, "click", "innerHTML"], [1, "new-table-row", "accordion-heading", 3, "click"], [2, "float", "right"], ["href", "javascript:void(0)"], ["alt", "accordion-img", 1, "accordion-image", 3, "src"], [3, "hidden"], [3, "colSpan"], ["aria-describedby", "complex panel table expanded", 1, "complex-panel-table"], [4, "ngIf", "ngIfElse"], [3, "caseField", "context"], ["class", "complex-panel-simple-field accordion-body", 3, "hidden", 4, "ngIf"], [3, "hidden", 4, "ngIf"], [1, "complex-panel-simple-field", "accordion-body", 3, "hidden"], ["class", "text-16", 4, "ngIf"], ["colspan", "2"], ["class", "complex-panel-compound-field", 3, "hidden", 4, "ngIf", "ngIfElse"], [1, "complex-panel-compound-field", 3, "hidden"], [1, "complex-panel-nested-field", 3, "hidden"], [4, "ngIf"]], template: function ReadComplexFieldCollectionTableComponent_Template(rf, ctx) { if (rf & 1) {
28147
28153
  i0.ɵɵelementStart(0, "div", 2)(1, "dl", 3)(2, "dt")(3, "span", 4);
28148
28154
  i0.ɵɵtext(4);
28149
28155
  i0.ɵɵpipe(5, "rpxTranslate");
@@ -28168,7 +28174,7 @@ class ReadComplexFieldCollectionTableComponent extends AbstractFieldReadComponen
28168
28174
  }
28169
28175
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReadComplexFieldCollectionTableComponent, [{
28170
28176
  type: Component,
28171
- args: [{ selector: 'ccd-read-complex-field-collection-table', template: "<div class=\"complex-panel\" [hidden]=\"caseField.hidden\">\n <dl class=\"complex-panel-title\">\n <dt><span class=\"text-16\">{{caseField.label | rpxTranslate}}</span></dt>\n <dd></dd>\n </dl>\n <table class=\"complex-panel-table\" aria-describedby=\"complex panel table\">\n <tbody>\n <!-- <COMPLEX table field header>-->\n <tr>\n <th *ngFor=\"let heading of columns\" scope=\"col\">\n <span class=\"text-16\">{{columnsAllLabels[heading].label | rpxTranslate}}</span>\n <a href=\"javascript:void(0)\"\n (click)=\"sortRowsByColumns(heading)\"\n class=\"sort-widget\"\n [innerHTML]=\"sortWidget(columnsAllLabels[heading])\"></a>\n </th>\n <th></th>\n </tr>\n <!-- </COMPLEX table field header>-->\n <ng-container *ngFor=\"let item of rows; let i = index;\">\n <!-- <COMPLEX table collapsed view>-->\n <tr class=\"new-table-row accordion-heading\" (click)=\"isHidden[i] = !isHidden[i]\"\n [class.last-accordion]=\"isHidden[i]\">\n <ng-container *ngFor=\"let heading of columns\">\n <td class=\"text-16\">\n <div *ngIf=\"item[heading]; else showEmptyTd\">\n <ccd-field-read\n [caseField]=\"toCaseField(heading, item[heading].label, columnsHorizontalLabel[heading].type, item[heading])\"\n [context]=\"context\"></ccd-field-read>\n </div>\n <ng-template #showEmptyTd>\n <div>&nbsp;</div>\n </ng-template>\n </td>\n </ng-container>\n <td>\n <div style=\"float: right;\">\n <a href=\"javascript:void(0)\"> <img src=\"{{ getImage(i) }}\" alt=\"image\" class=\"accordion-image\"/></a>\n </div>\n </td>\n </tr>\n <!-- </COMPLEX table collapsed view>-->\n <!-- <COMPLEX table expanded view>-->\n <tr [hidden]=\"isHidden[i]\">\n <td [colSpan]=\"columns.length + 1\">\n <table class=\"complex-panel-table\" aria-describedby=\"complex panel table expanded\">\n <tbody>\n <ng-container\n *ngFor=\"let vLabel of columnsVerticalLabel | keyvalue: keepOriginalOrder | ccdCollectionTableCaseFieldsFilter: caseField: rows[i] | ccdReadFieldsFilter:true :undefined :true\">\n <!-- <COMPLEX table expandable body simple field>-->\n <tr class=\"complex-panel-simple-field accordion-body\" *ngIf=\"item[vLabel.id]\" [hidden]=\"vLabel.hidden\">\n <th scope=\"col\"><span class=\"text-16\">{{ vLabel.label | rpxTranslate }}</span></th>\n <td *ngIf=\"vLabel['type'] !== 'Complex'\" class=\"text-16\">\n <ccd-field-read [caseField]=\"toCaseField('', vLabel.label, vLabel.field_type, item[vLabel.id])\"\n [context]=\"context\"></ccd-field-read>\n </td>\n </tr>\n <!-- </COMPLEX table expandable body simple field>-->\n\n <!-- <COMPLEX table expandable body complex field>-->\n <tr *ngIf=\"vLabel['type'] === 'Complex' && addCaseFieldValue(vLabel, item[vLabel.id])\" [hidden]=\"vLabel.hidden\">\n <td colspan=\"2\">\n <ng-container *ngFor=\"let caseField of vLabel | ccdReadFieldsFilter:true :undefined :true\">\n <tr class=\"complex-panel-compound-field\" *ngIf=\"(caseField | ccdIsCompound); else SimpleRow\" [hidden]=\"caseField\">\n <td colspan=\"2\">\n <span class=\"text-16\"><ccd-field-read [caseField]=\"caseField\" [context]=\"context\"></ccd-field-read></span>\n </td>\n </tr>\n <ng-template #SimpleRow>\n <tr class=\"complex-panel-nested-field\" [hidden]=\"caseField.hidden\">\n <th scope=\"col\"><span class=\"text-16\">{{caseField.label | rpxTranslate}}</span></th>\n <td *ngIf=\"!item[vLabel.id]?.hasOwnProperty('CaseReference')\">\n <span class=\"text-16\"><ccd-field-read [caseField]=\"caseField\" [context]=\"context\"></ccd-field-read></span>\n </td>\n <td *ngIf=\"item[vLabel.id]?.hasOwnProperty('CaseReference')\">\n <ccd-read-case-link-field [caseField]=\"addCaseReferenceValue(caseField, item[vLabel.id].CaseReference)\" [context]=\"context\"></ccd-read-case-link-field>\n </td>\n </tr>\n </ng-template>\n </ng-container>\n </td>\n </tr>\n <!-- <COMPLEX table expandable body complex field>-->\n </ng-container>\n </tbody>\n </table>\n </td>\n </tr>\n <!-- </COMPLEX table expanded view>-->\n </ng-container>\n </tbody>\n </table>\n</div>\n", styles: [".complex-panel{margin:13px 0;border:1px solid #bfc1c3}.complex-panel .complex-panel-title{background-color:#dee0e2;padding:5px 5px 2px;border-bottom:1px solid #bfc1c3;display:block;color:#0b0c0c;font-family:nta,Arial,sans-serif;font-weight:700;text-transform:none;font-size:16px;line-height:1.25}@media (min-width: 641px){.complex-panel .complex-panel-title{font-size:19px;line-height:1.3157894737}}.complex-panel .complex-panel-table>tbody>tr>th{vertical-align:top}.complex-panel .complex-panel-table>tbody>tr:last-child>th{border-bottom:none}.complex-panel .complex-panel-table th{padding-left:5px;font-weight:700;border-bottom:none}.complex-panel .complex-panel-table td{padding-left:5px;padding-top:0;padding-bottom:0;border-bottom:none}.complex-panel .new-table-row{border-top:1px solid #bfc1c3}.complex-panel .complex-panel-simple-field th{padding-left:5px;padding-top:0;padding-bottom:0;width:295px}.complex-panel .complex-panel-nested-field th{padding-left:33px;padding-top:0;padding-bottom:0;width:200px}.complex-panel .complex-panel-compound-field td{padding:5px;border-bottom:none}.sort-widget{cursor:pointer;text-decoration:none;color:#0b0c0c}.accordion-wrapper{margin-bottom:20px}.accordion-wrapper .heading-medium{margin:0}.accordion-wrapper .accordion-heading{border-top:1px solid #bfc1c3;padding-top:20px;padding-bottom:10px;height:20px;cursor:pointer}.accordion-wrapper .accordion-heading .accordion-image{width:25px;margin-right:20px}.accordion-wrapper .accordion-body{margin-top:20px;margin-right:20px}.accordion-wrapper .last-accordion{border-bottom:1px solid #bfc1c3;padding-bottom:30px}\n"] }]
28177
+ args: [{ selector: 'ccd-read-complex-field-collection-table', template: "<div class=\"complex-panel\" [hidden]=\"caseField.hidden\">\n <dl class=\"complex-panel-title\">\n <dt><span class=\"text-16\">{{caseField.label | rpxTranslate}}</span></dt>\n <dd></dd>\n </dl>\n <table class=\"complex-panel-table\" aria-describedby=\"complex panel table\">\n <tbody>\n <!-- <COMPLEX table field header>-->\n <tr>\n <th *ngFor=\"let heading of columns\" scope=\"col\">\n <span class=\"text-16\">{{columnsAllLabels[heading].label | rpxTranslate}}</span>\n <a href=\"javascript:void(0)\"\n (click)=\"sortRowsByColumns(heading)\"\n class=\"sort-widget\"\n [innerHTML]=\"sortWidget(columnsAllLabels[heading])\"></a>\n </th>\n <th></th>\n </tr>\n <!-- </COMPLEX table field header>-->\n <ng-container *ngFor=\"let item of rows; let i = index;\">\n <!-- <COMPLEX table collapsed view>-->\n <tr class=\"new-table-row accordion-heading\" (click)=\"isHidden[i] = !isHidden[i]\"\n [class.last-accordion]=\"isHidden[i]\">\n <ng-container *ngFor=\"let heading of columns\">\n <td class=\"text-16\">\n <div *ngIf=\"item[heading]; else showEmptyTd\">\n <ccd-field-read\n [caseField]=\"toCaseField(heading, item[heading].label, columnsHorizontalLabel[heading].type, item[heading])\"\n [context]=\"context\"></ccd-field-read>\n </div>\n <ng-template #showEmptyTd>\n <div>&nbsp;</div>\n </ng-template>\n </td>\n </ng-container>\n <td>\n <div style=\"float: right;\">\n <a href=\"javascript:void(0)\"> <img src=\"{{ getImage(i) }}\" alt=\"accordion-img\" class=\"accordion-image\"/></a>\n </div>\n </td>\n </tr>\n <!-- </COMPLEX table collapsed view>-->\n <!-- <COMPLEX table expanded view>-->\n <tr [hidden]=\"isHidden[i]\">\n <td [colSpan]=\"columns.length + 1\">\n <table class=\"complex-panel-table\" aria-describedby=\"complex panel table expanded\">\n <tbody>\n <ng-container\n *ngFor=\"let vLabel of columnsVerticalLabel | keyvalue: keepOriginalOrder | ccdCollectionTableCaseFieldsFilter: caseField: rows[i] | ccdReadFieldsFilter:true :undefined :true\">\n <!-- <COMPLEX table expandable body simple field>-->\n <tr class=\"complex-panel-simple-field accordion-body\" *ngIf=\"item[vLabel.id]\" [hidden]=\"vLabel.hidden\">\n <th scope=\"col\"><span class=\"text-16\">{{ vLabel.label | rpxTranslate }}</span></th>\n <td *ngIf=\"vLabel['type'] !== 'Complex'\" class=\"text-16\">\n <ccd-field-read [caseField]=\"toCaseField('', vLabel.label, vLabel.field_type, item[vLabel.id])\"\n [context]=\"context\"></ccd-field-read>\n </td>\n </tr>\n <!-- </COMPLEX table expandable body simple field>-->\n\n <!-- <COMPLEX table expandable body complex field>-->\n <tr *ngIf=\"vLabel['type'] === 'Complex' && addCaseFieldValue(vLabel, item[vLabel.id])\" [hidden]=\"vLabel.hidden\">\n <td colspan=\"2\">\n <ng-container *ngFor=\"let caseField of vLabel | ccdReadFieldsFilter:true :undefined :true\">\n <tr class=\"complex-panel-compound-field\" *ngIf=\"(caseField | ccdIsCompound); else SimpleRow\" [hidden]=\"caseField\">\n <td colspan=\"2\">\n <span class=\"text-16\"><ccd-field-read [caseField]=\"caseField\" [context]=\"context\"></ccd-field-read></span>\n </td>\n </tr>\n <ng-template #SimpleRow>\n <tr class=\"complex-panel-nested-field\" [hidden]=\"caseField.hidden\">\n <th scope=\"col\"><span class=\"text-16\">{{caseField.label | rpxTranslate}}</span></th>\n <td *ngIf=\"!item[vLabel.id]?.hasOwnProperty('CaseReference')\">\n <span class=\"text-16\"><ccd-field-read [caseField]=\"caseField\" [context]=\"context\"></ccd-field-read></span>\n </td>\n <td *ngIf=\"item[vLabel.id]?.hasOwnProperty('CaseReference')\">\n <ccd-read-case-link-field [caseField]=\"addCaseReferenceValue(caseField, item[vLabel.id].CaseReference)\" [context]=\"context\"></ccd-read-case-link-field>\n </td>\n </tr>\n </ng-template>\n </ng-container>\n </td>\n </tr>\n <!-- <COMPLEX table expandable body complex field>-->\n </ng-container>\n </tbody>\n </table>\n </td>\n </tr>\n <!-- </COMPLEX table expanded view>-->\n </ng-container>\n </tbody>\n </table>\n</div>\n", styles: [".complex-panel{margin:13px 0;border:1px solid #bfc1c3}.complex-panel .complex-panel-title{background-color:#dee0e2;padding:5px 5px 2px;border-bottom:1px solid #bfc1c3;display:block;color:#0b0c0c;font-family:nta,Arial,sans-serif;font-weight:700;text-transform:none;font-size:16px;line-height:1.25}@media (min-width: 641px){.complex-panel .complex-panel-title{font-size:19px;line-height:1.3157894737}}.complex-panel .complex-panel-table>tbody>tr>th{vertical-align:top}.complex-panel .complex-panel-table>tbody>tr:last-child>th{border-bottom:none}.complex-panel .complex-panel-table th{padding-left:5px;font-weight:700;border-bottom:none}.complex-panel .complex-panel-table td{padding-left:5px;padding-top:0;padding-bottom:0;border-bottom:none}.complex-panel .new-table-row{border-top:1px solid #bfc1c3}.complex-panel .complex-panel-simple-field th{padding-left:5px;padding-top:0;padding-bottom:0;width:295px}.complex-panel .complex-panel-nested-field th{padding-left:33px;padding-top:0;padding-bottom:0;width:200px}.complex-panel .complex-panel-compound-field td{padding:5px;border-bottom:none}.sort-widget{cursor:pointer;text-decoration:none;color:#0b0c0c}.accordion-wrapper{margin-bottom:20px}.accordion-wrapper .heading-medium{margin:0}.accordion-wrapper .accordion-heading{border-top:1px solid #bfc1c3;padding-top:20px;padding-bottom:10px;height:20px;cursor:pointer}.accordion-wrapper .accordion-heading .accordion-image{width:25px;margin-right:20px}.accordion-wrapper .accordion-body{margin-top:20px;margin-right:20px}.accordion-wrapper .last-accordion{border-bottom:1px solid #bfc1c3;padding-bottom:30px}\n"] }]
28172
28178
  }], null, null); })();
28173
28179
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ReadComplexFieldCollectionTableComponent, { className: "ReadComplexFieldCollectionTableComponent", filePath: "lib/shared/components/palette/complex/read-complex-field-collection-table.component.ts", lineNumber: 12 }); })();
28174
28180
 
@@ -28211,7 +28217,7 @@ class WriteDateFieldComponent extends AbstractFieldWriteComponent {
28211
28217
  isDateTime() {
28212
28218
  return this.caseField.field_type.id === 'DateTime';
28213
28219
  }
28214
- static ɵfac = /*@__PURE__*/ (() => { let ɵWriteDateFieldComponent_BaseFactory; return function WriteDateFieldComponent_Factory(t) { return (ɵWriteDateFieldComponent_BaseFactory || (ɵWriteDateFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(WriteDateFieldComponent)))(t || WriteDateFieldComponent); }; })();
28220
+ static ɵfac = /*@__PURE__*/ (() => { let ɵWriteDateFieldComponent_BaseFactory; return function WriteDateFieldComponent_Factory(__ngFactoryType__) { return (ɵWriteDateFieldComponent_BaseFactory || (ɵWriteDateFieldComponent_BaseFactory = i0.ɵɵgetInheritedFactory(WriteDateFieldComponent)))(__ngFactoryType__ || WriteDateFieldComponent); }; })();
28215
28221
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: WriteDateFieldComponent, selectors: [["ccd-write-date-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 8, vars: 14, consts: [[1, "form-group", "bottom-30", 3, "id", "ngClass"], ["class", "form-label", 4, "ngIf"], ["class", "form-hint", 4, "ngIf"], ["class", "error-message", 4, "ngIf"], [3, "id", "isDateTime", "mandatory", "isInvalid", "formControl"], [1, "form-label"], [1, "form-hint"], [1, "error-message"]], template: function WriteDateFieldComponent_Template(rf, ctx) { if (rf & 1) {
28216
28222
  i0.ɵɵelementStart(0, "div", 0)(1, "fieldset")(2, "legend");
28217
28223
  i0.ɵɵtemplate(3, WriteDateFieldComponent_span_3_Template, 3, 3, "span", 1);
@@ -28466,7 +28472,7 @@ class DatetimePickerComponent extends AbstractFormFieldComponent {
28466
28472
  this.dateControl.setValue('');
28467
28473
  }
28468
28474
  }
28469
- static ɵfac = function DatetimePickerComponent_Factory(t) { return new (t || DatetimePickerComponent)(i0.ɵɵdirectiveInject(FormatTranslatorService), i0.ɵɵdirectiveInject(NGX_MAT_DATE_FORMATS)); };
28475
+ static ɵfac = function DatetimePickerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || DatetimePickerComponent)(i0.ɵɵdirectiveInject(FormatTranslatorService), i0.ɵɵdirectiveInject(NGX_MAT_DATE_FORMATS)); };
28470
28476
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: DatetimePickerComponent, selectors: [["ccd-datetime-picker"]], viewQuery: function DatetimePickerComponent_Query(rf, ctx) { if (rf & 1) {
28471
28477
  i0.ɵɵviewQuery(_c0$h, 5);
28472
28478
  i0.ɵɵviewQuery(_c1$6, 5);
@@ -28554,7 +28560,7 @@ class DocumentUrlPipe {
28554
28560
  const remoteDocumentManagementPattern = new RegExp(this.appConfig.getRemoteDocumentManagementUrl());
28555
28561
  return value.replace(remoteDocumentManagementPattern, this.appConfig.getDocumentManagementUrl());
28556
28562
  }
28557
- static ɵfac = function DocumentUrlPipe_Factory(t) { return new (t || DocumentUrlPipe)(i0.ɵɵdirectiveInject(AbstractAppConfig, 16)); };
28563
+ static ɵfac = function DocumentUrlPipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || DocumentUrlPipe)(i0.ɵɵdirectiveInject(AbstractAppConfig, 16)); };
28558
28564
  static ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "ccdDocumentUrl", type: DocumentUrlPipe, pure: true });
28559
28565
  }
28560
28566
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DocumentUrlPipe, [{
@@ -28566,7 +28572,7 @@ class DocumentUrlPipe {
28566
28572
 
28567
28573
  class EventLogDetailsComponent {
28568
28574
  event;
28569
- static ɵfac = function EventLogDetailsComponent_Factory(t) { return new (t || EventLogDetailsComponent)(); };
28575
+ static ɵfac = function EventLogDetailsComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || EventLogDetailsComponent)(); };
28570
28576
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EventLogDetailsComponent, selectors: [["ccd-event-log-details"]], inputs: { event: "event" }, decls: 59, vars: 39, consts: [["tabindex", "0", 1, "EventLogDetails"], [1, "heading-h2"], ["tabindex", "0", "aria-live", "polite"], [1, "text-16"], [1, "tooltip", "text-16"]], template: function EventLogDetailsComponent_Template(rf, ctx) { if (rf & 1) {
28571
28577
  i0.ɵɵelementStart(0, "table", 0)(1, "caption")(2, "h2", 1);
28572
28578
  i0.ɵɵtext(3);
@@ -28863,7 +28869,7 @@ class EventLogTableComponent {
28863
28869
  }
28864
28870
  return `press enter key to open event ${event.event_name} link in separate window`;
28865
28871
  }
28866
- static ɵfac = function EventLogTableComponent_Factory(t) { return new (t || EventLogTableComponent)(i0.ɵɵdirectiveInject(SessionStorageService)); };
28872
+ static ɵfac = function EventLogTableComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || EventLogTableComponent)(i0.ɵɵdirectiveInject(SessionStorageService)); };
28867
28873
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EventLogTableComponent, selectors: [["ccd-event-log-table"]], inputs: { events: "events", selected: "selected" }, outputs: { onSelect: "onSelect", onCaseHistory: "onCaseHistory" }, decls: 21, vars: 13, consts: [[1, "EventLogTable"], [1, "heading-h2"], [1, "text-16"], ["tabindex", "0", 3, "ngClass", "click", "keyup", 4, "ngFor", "ngForOf"], ["tabindex", "0", 3, "click", "keyup", "ngClass"], [3, "ngSwitch"], ["id", "case-timeline", 4, "ngSwitchCase"], [4, "ngSwitchCase"], [4, "ngIf"], ["class", "tooltip", 4, "ngIf"], ["tabindex", "0", 3, "keydown.enter"], [1, "tooltip", "text-16"], [1, "tooltiptext"], ["tabindex", "0"], ["id", "case-timeline"], ["class", "text-16 event-link", 3, "click", 4, "ngIf"], ["class", "text-16 event-link", 4, "ngIf"], [1, "text-16", "event-link", 3, "click"], [1, "text-16", "event-link"], ["class", "text-16 event-link", 3, "routerLink", "target", 4, "ngIf"], [1, "text-16", "event-link", 3, "routerLink", "target"], [1, "tooltip"], ["target", "_blank", "rel", "noopener", 3, "href"], ["alt", "document image", "src", "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABoCAYAAABmOHdtAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwwAADsMBx2+oZAAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4yMfEgaZUAAAkoSURBVHhe7d33c5RFHAZw/wCKiF0s2LAwiigq9l5G/UV/UUeFkEAoQqiWoKKI1Dg6YxQQbGmkXQoJIQQiaSShhiQMkgIphCSXkN4buPtcnnDG9fXCa+FN9mY+M5Lce7f3ZPb2u/vu+3rRsKn+Z4ey4e7BIB4XnQ8doA7QHB2gSTpAk3SAJlk+wOG9VL/7L+gATbrgAxzlHgAM6skVcTDhw2i4daENXvbZCXd9EAU8fqRbADi/5j9JB2jSBRvg2Hmh8MAnMbAl/Ths+jUPqhvboLapHXJKTkPU/mKI2FcEdyyJhOvmhoLqvczQAZp0wQU4YVEAuPnGw5GTtdDd0wOdXd3Q1uGQXVID/HlXdw+0tHVCWU0zvLMhFSZ5R4Dqvc+HDtCkCybAW8RAIHn6xkJpuR3aOrqgqqEVPDanwZu+u8HLLwPY1aduTAF7fSvwuLqmNliweRfc6x0JqrYMxN8FONwj9Cz0Pq8/HWBvEP2Do389wFHugTDROxqOldcDu2hmfiXcucQGN8wLgxHiWOnc6zjKncs9t8DVs4Ih+kAxFFY2QK0IUXr1q11wvRhYJOc2DQSD6B8cDXMLPAuKYyUd4P8d4Eg3B7+UfOgRA4V0XHxYafx7kcCCePT0IHhudTyEZZ6Al9YlAAO+bEbQH8RlnYT6lg4oqW6CG+eHw7Apfg6KNhrRAVo9wAeXxcKu3DJgOTLn53S4cmYwMLiA1AI4VdsCja0dwC5feroZOKXjcWO9woDHtbSLMkfYmHgMVG1zhQ7Q6gHyg/IDnbA3AssRLiLM/SUDyutagc8vrmoEDj4suAsqGuCa2SFwuWcQLAzIhJ6eMxCYVgi3LY4AVRuN6ACtHuALaxKgobUT8kUI0uRlMcAy5+fkfOjsktO5nr4pHrvmG75JUFzdDE1iGie9/s1uuHiaP7y4NgH4B8gtrYFJH8eAqo1GdIBWD5BTs6KqJmCZMW5RBLAgfmd9MvDxeeRhYNe7QhTPUqWYvkFdC2xK/A34fl9EHYZ80b2lmqZ2GPNuKDi3zRU6QKsHyC7F4PjB7vsoBi6eFgCBaQXQ0dkN2cWn4VJRJEvsgtuzSqFdPEd6ZlU8cKr31BfxwN/zDzdZlFKSqo1GdIBWD3D8+1HAQvhQUTWc+/J3BLj1QDHwyz+zwA4MhoH/euQUsJzhFO8SjwC4X4QscZks6Wg5vOKzE1RtNKIDtHqAb36bBOVieiXVN7cDB4crZ24Bt+9TgQXwmpgc4GDDQrm6oRUqxAAi+cTmwAg3f+Agwikfnz9mdjCo2mhEB2j1AN/6Lgn4gVhWjFtkg9EegbA8MgvYNW37ioFTNRbUHIRYmE8XJZLE5TD+u0EMWNLpxjbg8ao2GtEBWj3AmxeEAx9ZYgCR5vllAAeR2EMl0NDSDnweBxGWKzyxztObj6/YDix3uHzGQcS2twg42KjaaEQHaPUAH/9cfEChTgwcUm1zBzz82TZgF14hvvglLiYE7SkEdmEuzXM5jIW55w9pwFMHM8R/S/0Ld8t2YR2g4ocD4bYxBfYXVgG/3Lm5iEv67ptSgY8vt+UCt7dd+24osBzilo5l4QeBC7OrtmYDyxwue42ZEwKqNhrRAVo9QBbMreILXWIXfHtDCnAQCU4/DpzK7cmrgNHTRRcXuBiwJ68S+HrPrNoBl4ivAenplduBiwmJuWXAKZ6qjUZ0gIMlwOa2DiiqaoS31ydDX4BiwJAYYNqxCmB5wkEnI98OXJx4emU8jHKX2z/8UepIDHBXThnoAIdqgAyKm4h4ovxGr1DoG0S+TwE+1okBRLpFFOHSdXPDgEv6nBouDT0AfL/V0Yfhz4NIKDi3zRU6QKsH+NCnscBFBBbULLA5SKyMzgYu6funFsBVs4Lh5gU2KBGhSXy9KRuSgYsJM3/cAyyX8srrYaxXOKjaaEQHaPUAOYXqFhN/iSfMFwdmAhcLth8uBXbxgyeqgL/nhTbx4jkSNylxcOAmo4dEqSNxEAkRpZH0wtoEULXRiA7Q6gG+9nUiFFY2Aif549+LAJYpq7bmABdUt4iSRrp6dghwaZ8bJ9mFueWDS/qzf0qHxtZOsNe3ADdmqtpoRAdo9QB5OrFYfGiJZcWED6OAWzs8f0wHnlRaHpEFXJBlucM/AKeEH4UdAC4mrI3NBS46cAsIl8VUbTSiA7R6gFyOYnBHy+pgmiiaJW5L25F9ErhIkHy0HPj7J1bEAZfFuPD66PI44GDz8Kdiyie0d3ZBgpjGSc+K6Z2kaqMRHaDVA3xMfDiJW3W5NfeRz7YBP3h45nHoEKWJtK/QDiy0n1udAPx5S3sX3Lt0KzDo59fsAAbIQnri0mhQtdGIDtDqAbJ8mLIhBbi5nFs6eKE0p2B8LAnaCzfNDwdukOQF2OzK3MrB91sXmwMn7A3ARQXLDiI6QMUPzwfLDE76+XMW0ryEn4PDT0l5wNOeDJqDREh6IfAPwdOaz68WXVjglJCD1kTRzSXnNrlCBzhYAvwrnIIliBJG4pI+bzLBJX8+n4MO/yA8ngFy0OKUMPVYBXDp3/m9XaEDHOwBcirHDZWcyn0spmcSp3CqY50xUF4yxsHjVE0z8JYDqmON6AAHe4C8gIYX1jBAn225wPJFdawzBsibVHARgUFyEFIda0QHONgDpK/jcoHlB28e4WoBfKmY7kncUtzVLW/S091XHvHiRtWxRnSAgz7A3ptBcNmLS/a8+VjU/iLg7U5YtvB4bioatzAceHkrb27Bk0osf/7w3i7QAQ76AHtxAyVPlPNWTly6z8ivhDd8d8NLPjvBY1Mq8CZlvClZQXkd8OJDHaAO0DWTvG3gtTkRePqSgwJPmPMSLm5zO3PmDBRW1IPHehGucNuicFC9lyt0gEMtQLr7gyjg1g0uCrCrcoq2t8AOyb9VABcTbl9sA9VrD4QOUPHaA2HZAIk3Fxsx1Q/u8Y4GBsugeVKJ2+FUr3U+dIAmWT7A/5sO0CQdoEk6QJN0gCbpAE0yHSBfYKgaMcMG/YMjHeDfMB2g6iDtHB2gSTpAk3SAJukATdIBmvSvBcj/UUnfGwxWitCcKcNxhQ7QQRmOK1iIql50KFGG4wodoIMyHFfoAB2U4bhCB+igDMcVOkAHZTiu0AFK/md/Bw8XevIIyEqZAAAAAElFTkSuQmCC", 1, "doc-img"], [1, "tooltiptext", "doc-tooltip"]], template: function EventLogTableComponent_Template(rf, ctx) { if (rf & 1) {
28868
28874
  i0.ɵɵelementStart(0, "table", 0)(1, "caption")(2, "h2", 1);
28869
28875
  i0.ɵɵtext(3);
@@ -28950,7 +28956,7 @@ class EventLogComponent {
28950
28956
  caseHistoryClicked(eventId) {
28951
28957
  this.onCaseHistory.emit(eventId);
28952
28958
  }
28953
- static ɵfac = function EventLogComponent_Factory(t) { return new (t || EventLogComponent)(); };
28959
+ static ɵfac = function EventLogComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || EventLogComponent)(); };
28954
28960
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EventLogComponent, selectors: [["ccd-event-log"]], inputs: { events: "events" }, outputs: { onCaseHistory: "onCaseHistory" }, decls: 8, vars: 4, consts: [[1, "grid-row"], [1, "column-one-half", "scrollbar"], [3, "ngSwitch"], [3, "events", "selected", "onSelect", "onCaseHistory", 4, "ngSwitchCase"], [3, "events", "selected", "onSelect", 4, "ngSwitchCase"], [1, "column-one-half"], [1, "EventLog-DetailsPanel"], [3, "event", 4, "ngIf"], [3, "onSelect", "onCaseHistory", "events", "selected"], [3, "onSelect", "events", "selected"], [3, "event"]], template: function EventLogComponent_Template(rf, ctx) { if (rf & 1) {
28955
28961
  i0.ɵɵelementStart(0, "div", 0)(1, "div", 1);
28956
28962
  i0.ɵɵelementContainerStart(2, 2);
@@ -28984,7 +28990,7 @@ class EventLogComponent {
28984
28990
  const _c0$f = ["*"];
28985
28991
  class RouterLinkComponent {
28986
28992
  link;
28987
- static ɵfac = function RouterLinkComponent_Factory(t) { return new (t || RouterLinkComponent)(); };
28993
+ static ɵfac = function RouterLinkComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || RouterLinkComponent)(); };
28988
28994
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: RouterLinkComponent, selectors: [["exui-routerlink"]], ngContentSelectors: _c0$f, decls: 2, vars: 1, consts: [[3, "routerLink"]], template: function RouterLinkComponent_Template(rf, ctx) { if (rf & 1) {
28989
28995
  i0.ɵɵprojectionDef();
28990
28996
  i0.ɵɵelementStart(0, "a", 0);
@@ -29018,7 +29024,7 @@ class CcdCaseTitlePipe {
29018
29024
  getReadOnlyAndFormFields(formGroup, caseFields) {
29019
29025
  return this.fieldsUtils.mergeLabelCaseFieldsAndFormFields(caseFields, formGroup.getRawValue());
29020
29026
  }
29021
- static ɵfac = function CcdCaseTitlePipe_Factory(t) { return new (t || CcdCaseTitlePipe)(i0.ɵɵdirectiveInject(PlaceholderService, 16), i0.ɵɵdirectiveInject(FieldsUtils, 16)); };
29027
+ static ɵfac = function CcdCaseTitlePipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CcdCaseTitlePipe)(i0.ɵɵdirectiveInject(PlaceholderService, 16), i0.ɵɵdirectiveInject(FieldsUtils, 16)); };
29022
29028
  static ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "ccdCaseTitle", type: CcdCaseTitlePipe, pure: true });
29023
29029
  }
29024
29030
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CcdCaseTitlePipe, [{
@@ -29046,7 +29052,7 @@ class CcdCollectionTableCaseFieldsFilterPipe {
29046
29052
  }
29047
29053
  });
29048
29054
  }
29049
- static ɵfac = function CcdCollectionTableCaseFieldsFilterPipe_Factory(t) { return new (t || CcdCollectionTableCaseFieldsFilterPipe)(); };
29055
+ static ɵfac = function CcdCollectionTableCaseFieldsFilterPipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CcdCollectionTableCaseFieldsFilterPipe)(); };
29050
29056
  static ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "ccdCollectionTableCaseFieldsFilter", type: CcdCollectionTableCaseFieldsFilterPipe, pure: true });
29051
29057
  }
29052
29058
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CcdCollectionTableCaseFieldsFilterPipe, [{
@@ -29071,7 +29077,7 @@ class CcdCYAPageLabelFilterPipe {
29071
29077
  });
29072
29078
  }
29073
29079
  getNonLabelComplexFieldType = (complexFields) => complexFields.filter((caseField) => caseField.field_type.type !== 'Label');
29074
- static ɵfac = function CcdCYAPageLabelFilterPipe_Factory(t) { return new (t || CcdCYAPageLabelFilterPipe)(); };
29080
+ static ɵfac = function CcdCYAPageLabelFilterPipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CcdCYAPageLabelFilterPipe)(); };
29075
29081
  static ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "ccdCYAPageLabelFilter", type: CcdCYAPageLabelFilterPipe, pure: true });
29076
29082
  }
29077
29083
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CcdCYAPageLabelFilterPipe, [{
@@ -29245,7 +29251,7 @@ class ReadFieldsFilterPipe {
29245
29251
  })
29246
29252
  .filter(f => keepEmpty || ReadFieldsFilterPipe.keepField(f, undefined, false, checkConditionalShowAgainst));
29247
29253
  }
29248
- static ɵfac = function ReadFieldsFilterPipe_Factory(t) { return new (t || ReadFieldsFilterPipe)(); };
29254
+ static ɵfac = function ReadFieldsFilterPipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ReadFieldsFilterPipe)(); };
29249
29255
  static ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "ccdReadFieldsFilter", type: ReadFieldsFilterPipe, pure: true });
29250
29256
  }
29251
29257
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReadFieldsFilterPipe, [{
@@ -29272,7 +29278,7 @@ class CcdTabFieldsPipe {
29272
29278
  }
29273
29279
  });
29274
29280
  }
29275
- static ɵfac = function CcdTabFieldsPipe_Factory(t) { return new (t || CcdTabFieldsPipe)(); };
29281
+ static ɵfac = function CcdTabFieldsPipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CcdTabFieldsPipe)(); };
29276
29282
  static ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "ccdTabFields", type: CcdTabFieldsPipe, pure: true });
29277
29283
  }
29278
29284
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CcdTabFieldsPipe, [{
@@ -29307,7 +29313,7 @@ class CcdPageFieldsPipe {
29307
29313
  }
29308
29314
  });
29309
29315
  }
29310
- static ɵfac = function CcdPageFieldsPipe_Factory(t) { return new (t || CcdPageFieldsPipe)(); };
29316
+ static ɵfac = function CcdPageFieldsPipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CcdPageFieldsPipe)(); };
29311
29317
  static ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "ccdPageFields", type: CcdPageFieldsPipe, pure: true });
29312
29318
  }
29313
29319
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CcdPageFieldsPipe, [{
@@ -29321,7 +29327,7 @@ class EnumDisplayDescriptionPipe {
29321
29327
  transform(value) {
29322
29328
  return Object.values(value);
29323
29329
  }
29324
- static ɵfac = function EnumDisplayDescriptionPipe_Factory(t) { return new (t || EnumDisplayDescriptionPipe)(); };
29330
+ static ɵfac = function EnumDisplayDescriptionPipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || EnumDisplayDescriptionPipe)(); };
29325
29331
  static ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "enumDisplayDescription", type: EnumDisplayDescriptionPipe, pure: true });
29326
29332
  }
29327
29333
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EnumDisplayDescriptionPipe, [{
@@ -29345,7 +29351,7 @@ class LinkCasesFromReasonValuePipe {
29345
29351
  }
29346
29352
  return this.linkedCasesService.linkCaseReasons?.find(reason => reason.key === linkFromReason.reasonCode)?.value_en;
29347
29353
  }
29348
- static ɵfac = function LinkCasesFromReasonValuePipe_Factory(t) { return new (t || LinkCasesFromReasonValuePipe)(i0.ɵɵdirectiveInject(LinkedCasesService, 16)); };
29354
+ static ɵfac = function LinkCasesFromReasonValuePipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || LinkCasesFromReasonValuePipe)(i0.ɵɵdirectiveInject(LinkedCasesService, 16)); };
29349
29355
  static ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "ccdLinkCasesFromReasonValue", type: LinkCasesFromReasonValuePipe, pure: true });
29350
29356
  }
29351
29357
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LinkCasesFromReasonValuePipe, [{
@@ -29369,7 +29375,7 @@ class LinkCasesReasonValuePipe {
29369
29375
  }
29370
29376
  return this.linkedCasesService.linkCaseReasons?.find(reason => reason.key === linkReason.Reason)?.value_en;
29371
29377
  }
29372
- static ɵfac = function LinkCasesReasonValuePipe_Factory(t) { return new (t || LinkCasesReasonValuePipe)(i0.ɵɵdirectiveInject(LinkedCasesService, 16)); };
29378
+ static ɵfac = function LinkCasesReasonValuePipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || LinkCasesReasonValuePipe)(i0.ɵɵdirectiveInject(LinkedCasesService, 16)); };
29373
29379
  static ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "ccdLinkCasesReasonValue", type: LinkCasesReasonValuePipe, pure: true });
29374
29380
  }
29375
29381
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LinkCasesReasonValuePipe, [{
@@ -29389,7 +29395,7 @@ class SortSearchResultPipe {
29389
29395
  * (sortParameters.sortOrder === SortOrder$1.DESCENDING ? 1 : -1);
29390
29396
  });
29391
29397
  }
29392
- static ɵfac = function SortSearchResultPipe_Factory(t) { return new (t || SortSearchResultPipe)(); };
29398
+ static ɵfac = function SortSearchResultPipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SortSearchResultPipe)(); };
29393
29399
  static ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "ccdSortSearchResult", type: SortSearchResultPipe, pure: true });
29394
29400
  }
29395
29401
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SortSearchResultPipe, [{
@@ -29413,7 +29419,7 @@ const pipeDeclarations = [
29413
29419
  EnumDisplayDescriptionPipe
29414
29420
  ];
29415
29421
  class PipesModule {
29416
- static ɵfac = function PipesModule_Factory(t) { return new (t || PipesModule)(); };
29422
+ static ɵfac = function PipesModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PipesModule)(); };
29417
29423
  static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: PipesModule });
29418
29424
  static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule] });
29419
29425
  }
@@ -29454,7 +29460,7 @@ class PipesModule {
29454
29460
  EnumDisplayDescriptionPipe] }); })();
29455
29461
 
29456
29462
  class MarkdownComponentModule {
29457
- static ɵfac = function MarkdownComponentModule_Factory(t) { return new (t || MarkdownComponentModule)(); };
29463
+ static ɵfac = function MarkdownComponentModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || MarkdownComponentModule)(); };
29458
29464
  static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: MarkdownComponentModule });
29459
29465
  static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
29460
29466
  ReactiveFormsModule,
@@ -29519,7 +29525,7 @@ class ReadOrderSummaryRowComponent extends AbstractFieldReadComponent {
29519
29525
  getFeeAmount() {
29520
29526
  return this.feeValue.value ? this.feeValue.value.FeeAmount : '';
29521
29527
  }
29522
- static ɵfac = /*@__PURE__*/ (() => { let ɵReadOrderSummaryRowComponent_BaseFactory; return function ReadOrderSummaryRowComponent_Factory(t) { return (ɵReadOrderSummaryRowComponent_BaseFactory || (ɵReadOrderSummaryRowComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadOrderSummaryRowComponent)))(t || ReadOrderSummaryRowComponent); }; })();
29528
+ static ɵfac = /*@__PURE__*/ (() => { let ɵReadOrderSummaryRowComponent_BaseFactory; return function ReadOrderSummaryRowComponent_Factory(__ngFactoryType__) { return (ɵReadOrderSummaryRowComponent_BaseFactory || (ɵReadOrderSummaryRowComponent_BaseFactory = i0.ɵɵgetInheritedFactory(ReadOrderSummaryRowComponent)))(__ngFactoryType__ || ReadOrderSummaryRowComponent); }; })();
29523
29529
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ReadOrderSummaryRowComponent, selectors: [["", "ccdReadOrderSummaryRow", ""]], inputs: { feeValue: "feeValue" }, features: [i0.ɵɵInheritDefinitionFeature], attrs: _c0$e, decls: 7, vars: 5, consts: [[3, "amount"]], template: function ReadOrderSummaryRowComponent_Template(rf, ctx) { if (rf & 1) {
29524
29530
  i0.ɵɵelementStart(0, "td");
29525
29531
  i0.ɵɵtext(1);
@@ -29599,7 +29605,7 @@ class ReadOrganisationFieldRawComponent extends AbstractFieldReadComponent {
29599
29605
  this.selectedOrg$ = this.organisations$.pipe(switchMap((organisations) => of(this.organisationConverter.toSimpleOrganisationModel(organisations.find(findOrg => findOrg.organisationIdentifier === this.caseField.value.OrganisationID)))));
29600
29606
  }
29601
29607
  }
29602
- static ɵfac = function ReadOrganisationFieldRawComponent_Factory(t) { return new (t || ReadOrganisationFieldRawComponent)(i0.ɵɵdirectiveInject(OrganisationService), i0.ɵɵdirectiveInject(OrganisationConverter)); };
29608
+ static ɵfac = function ReadOrganisationFieldRawComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ReadOrganisationFieldRawComponent)(i0.ɵɵdirectiveInject(OrganisationService), i0.ɵɵdirectiveInject(OrganisationConverter)); };
29603
29609
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ReadOrganisationFieldRawComponent, selectors: [["ccd-read-organisation-field-raw"]], inputs: { caseFields: "caseFields" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 9, vars: 6, consts: [[1, "complex-panel"], [1, "complex-field-table"], [2, "display", "none"], ["class", "complex-field-table", 4, "ngIf"], [1, "complex-panel-compound-field"], [1, "label-width-small"], [1, "text-16"], [3, "content"]], template: function ReadOrganisationFieldRawComponent_Template(rf, ctx) { if (rf & 1) {
29604
29610
  i0.ɵɵelementStart(0, "div", 0)(1, "table", 1);
29605
29611
  i0.ɵɵpipe(2, "rpxTranslate");
@@ -29675,7 +29681,7 @@ class ReadOrganisationFieldTableComponent extends AbstractFieldReadComponent {
29675
29681
  this.selectedOrg$ = this.organisations$.pipe(switchMap((organisations) => of(this.organisationConverter.toSimpleOrganisationModel(organisations.find(findOrg => findOrg.organisationIdentifier === this.caseField.value.OrganisationID)))));
29676
29682
  }
29677
29683
  }
29678
- static ɵfac = function ReadOrganisationFieldTableComponent_Factory(t) { return new (t || ReadOrganisationFieldTableComponent)(i0.ɵɵdirectiveInject(OrganisationService), i0.ɵɵdirectiveInject(OrganisationConverter)); };
29684
+ static ɵfac = function ReadOrganisationFieldTableComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ReadOrganisationFieldTableComponent)(i0.ɵɵdirectiveInject(OrganisationService), i0.ɵɵdirectiveInject(OrganisationConverter)); };
29679
29685
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ReadOrganisationFieldTableComponent, selectors: [["ccd-read-organisation-field-table"]], inputs: { caseFields: "caseFields" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 14, vars: 9, consts: [[1, "complex-panel"], [1, "complex-field-table"], [1, "complex-field-title"], [1, "complex-panel-title"], [1, "text-16"], ["class", "complex-field-table", 4, "ngIf"], [1, "complex-panel-compound-field"], [2, "display", "none"], [1, "label-width-medium"], [3, "content"]], template: function ReadOrganisationFieldTableComponent_Template(rf, ctx) { if (rf & 1) {
29680
29686
  i0.ɵɵelementStart(0, "div", 0)(1, "table", 1);
29681
29687
  i0.ɵɵpipe(2, "rpxTranslate");
@@ -29709,7 +29715,7 @@ class WriteOrganisationComplexFieldComponent extends AbstractFormFieldComponent
29709
29715
  constructor() {
29710
29716
  super();
29711
29717
  }
29712
- static ɵfac = function WriteOrganisationComplexFieldComponent_Factory(t) { return new (t || WriteOrganisationComplexFieldComponent)(); };
29718
+ static ɵfac = function WriteOrganisationComplexFieldComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || WriteOrganisationComplexFieldComponent)(); };
29713
29719
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: WriteOrganisationComplexFieldComponent, selectors: [["ccd-write-organisation-complex-field"]], inputs: { selectedOrg$: "selectedOrg$" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 5, vars: 6, consts: [["type", "hidden", "name", "organisationID", 3, "value"], ["type", "hidden", "name", "organisationName", 3, "value"]], template: function WriteOrganisationComplexFieldComponent_Template(rf, ctx) { if (rf & 1) {
29714
29720
  i0.ɵɵelementStart(0, "div");
29715
29721
  i0.ɵɵelement(1, "input", 0);
@@ -29735,7 +29741,7 @@ class WriteOrganisationComplexFieldComponent extends AbstractFormFieldComponent
29735
29741
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(WriteOrganisationComplexFieldComponent, { className: "WriteOrganisationComplexFieldComponent", filePath: "lib/shared/components/palette/organisation/write-organisation-complex-field.component.ts", lineNumber: 11 }); })();
29736
29742
 
29737
29743
  class NotificationBannerModule {
29738
- static ɵfac = function NotificationBannerModule_Factory(t) { return new (t || NotificationBannerModule)(); };
29744
+ static ɵfac = function NotificationBannerModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || NotificationBannerModule)(); };
29739
29745
  static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: NotificationBannerModule });
29740
29746
  static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule] });
29741
29747
  }
@@ -29750,7 +29756,7 @@ class NotificationBannerModule {
29750
29756
  (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(NotificationBannerModule, { declarations: [NotificationBannerComponent], imports: [CommonModule], exports: [NotificationBannerComponent] }); })();
29751
29757
 
29752
29758
  class BannersModule {
29753
- static ɵfac = function BannersModule_Factory(t) { return new (t || BannersModule)(); };
29759
+ static ɵfac = function BannersModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || BannersModule)(); };
29754
29760
  static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: BannersModule });
29755
29761
  static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
29756
29762
  AlertModule,
@@ -29777,7 +29783,7 @@ class BannersModule {
29777
29783
  NotificationBannerModule] }); })();
29778
29784
 
29779
29785
  class BodyModule {
29780
- static ɵfac = function BodyModule_Factory(t) { return new (t || BodyModule)(); };
29786
+ static ɵfac = function BodyModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || BodyModule)(); };
29781
29787
  static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: BodyModule });
29782
29788
  static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule, RouterModule] });
29783
29789
  }
@@ -29792,7 +29798,7 @@ class BodyModule {
29792
29798
  (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(BodyModule, { declarations: [BodyComponent], imports: [CommonModule, RouterModule], exports: [BodyComponent] }); })();
29793
29799
 
29794
29800
  class FootersModule {
29795
- static ɵfac = function FootersModule_Factory(t) { return new (t || FootersModule)(); };
29801
+ static ɵfac = function FootersModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FootersModule)(); };
29796
29802
  static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: FootersModule });
29797
29803
  static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
29798
29804
  RpxTranslationModule.forChild()] });
@@ -29811,7 +29817,7 @@ class FootersModule {
29811
29817
  (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(FootersModule, { declarations: [FooterComponent], imports: [CommonModule, i1.RpxTranslationModule], exports: [FooterComponent] }); })();
29812
29818
 
29813
29819
  class FormModule {
29814
- static ɵfac = function FormModule_Factory(t) { return new (t || FormModule)(); };
29820
+ static ɵfac = function FormModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FormModule)(); };
29815
29821
  static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: FormModule });
29816
29822
  static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
29817
29823
  RpxTranslationModule.forChild()] });
@@ -29866,7 +29872,7 @@ class CollectionCreateCheckerService {
29866
29872
  hasCreateAccess(caseField, role) {
29867
29873
  return !!caseField.acls.find(acl => acl.role === role && acl.create === true);
29868
29874
  }
29869
- static ɵfac = function CollectionCreateCheckerService_Factory(t) { return new (t || CollectionCreateCheckerService)(); };
29875
+ static ɵfac = function CollectionCreateCheckerService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CollectionCreateCheckerService)(); };
29870
29876
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: CollectionCreateCheckerService, factory: CollectionCreateCheckerService.ɵfac });
29871
29877
  }
29872
29878
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CollectionCreateCheckerService, [{
@@ -29891,7 +29897,7 @@ class FileUploadProgressGuard {
29891
29897
  }
29892
29898
  return true;
29893
29899
  }
29894
- static ɵfac = function FileUploadProgressGuard_Factory(t) { return new (t || FileUploadProgressGuard)(i0.ɵɵinject(FileUploadStateService), i0.ɵɵinject(WindowService)); };
29900
+ static ɵfac = function FileUploadProgressGuard_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FileUploadProgressGuard)(i0.ɵɵinject(FileUploadStateService), i0.ɵɵinject(WindowService)); };
29895
29901
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: FileUploadProgressGuard, factory: FileUploadProgressGuard.ɵfac });
29896
29902
  }
29897
29903
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FileUploadProgressGuard, [{
@@ -30025,7 +30031,7 @@ const PALETTE_COMPONENTS = [
30025
30031
  CaseEventCompletionTaskReassignedComponent
30026
30032
  ];
30027
30033
  class PaletteModule {
30028
- static ɵfac = function PaletteModule_Factory(t) { return new (t || PaletteModule)(); };
30034
+ static ɵfac = function PaletteModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PaletteModule)(); };
30029
30035
  static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: PaletteModule });
30030
30036
  static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
30031
30037
  ChangeDetectorRef,
@@ -31129,7 +31135,7 @@ class CaseEditSubmitComponent {
31129
31135
  }
31130
31136
  return 'Cancel';
31131
31137
  }
31132
- static ɵfac = function CaseEditSubmitComponent_Factory(t) { return new (t || CaseEditSubmitComponent)(i0.ɵɵdirectiveInject(CaseEditComponent), i0.ɵɵdirectiveInject(FieldsUtils), i0.ɵɵdirectiveInject(CaseFieldService), i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(OrderService), i0.ɵɵdirectiveInject(ProfileNotifier), i0.ɵɵdirectiveInject(MultipageComponentStateService), i0.ɵɵdirectiveInject(FormValidatorsService), i0.ɵɵdirectiveInject(CaseFlagStateService), i0.ɵɵdirectiveInject(LinkedCasesService)); };
31138
+ static ɵfac = function CaseEditSubmitComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseEditSubmitComponent)(i0.ɵɵdirectiveInject(CaseEditComponent), i0.ɵɵdirectiveInject(FieldsUtils), i0.ɵɵdirectiveInject(CaseFieldService), i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(OrderService), i0.ɵɵdirectiveInject(ProfileNotifier), i0.ɵɵdirectiveInject(MultipageComponentStateService), i0.ɵɵdirectiveInject(FormValidatorsService), i0.ɵɵdirectiveInject(CaseFlagStateService), i0.ɵɵdirectiveInject(LinkedCasesService)); };
31133
31139
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseEditSubmitComponent, selectors: [["ccd-case-edit-submit"]], decls: 25, vars: 24, consts: [["titleBlock", ""], ["idBlock", ""], [1, "govuk-heading-l"], [4, "ngIf", "ngIfThen", "ngIfElse"], [3, "error"], [3, "callbackErrorsContext", "callbackErrorsSubject"], [1, "check-your-answers", 3, "submit", "formGroup"], [4, "ngIf"], [3, "eventCompletionParams", "eventCanBeCompleted", 4, "ngIf"], [1, "form-group", "form-group-related"], ["type", "button", 1, "button", "button-secondary", 3, "click", "disabled"], ["type", "submit", 1, "button", 3, "disabled"], [1, "cancel"], ["href", "javascript:void(0)", 3, "click"], [3, "content"], ["class", "heading-h2", 4, "ngIf"], [1, "heading-h2"], ["class", "text-16", 4, "ngIf"], ["aria-describedby", "check your answers table", 1, "form-table"], [4, "ngFor", "ngForOf"], [1, "text-16"], ["ccdLabelSubstitutor", "", 3, "caseField", "hidden", "formGroup", "contextFields"], ["class", "valign-top case-field-label", 4, "ngIf"], [1, "form-cell", "case-field-content", "text-16"], [3, "formGroup", "topLevelFormGroup", "caseField", "context", "caseFields"], [1, "valign-top", "case-field-label"], [1, "valign-top", "check-your-answers__change", "case-field-change"], ["href", "javascript:void(0)", 3, "click", 4, "ngIf"], ["aria-describedby", "summary fields table", 1, "summary-fields"], [3, "ngSwitch"], ["ccdLabelSubstitutor", "", 3, "caseField", "formGroup", "contextFields", 4, "ngSwitchCase"], ["class", "compound-field", "ccdLabelSubstitutor", "", 3, "caseField", "formGroup", "contextFields", 4, "ngSwitchCase"], ["ccdLabelSubstitutor", "", 3, "caseField", "formGroup", "contextFields"], ["id", "summary-field-label"], [1, "form-cell"], [3, "formGroup", "caseField"], ["ccdLabelSubstitutor", "", 1, "compound-field", 3, "caseField", "formGroup", "contextFields"], ["colspan", "2"], [3, "formGroup", "caseField", "caseFields"], ["id", "fieldset-event", "formGroupName", "event"], [2, "display", "none"], [1, "form-group", 3, "ngClass"], ["for", "field-trigger-summary", 1, "form-label"], [1, "form-hint"], ["class", "error-message", 4, "ngIf"], ["type", "text", "id", "field-trigger-summary", "formControlName", "summary", "maxlength", "1024", 1, "form-control", "bottom-30", "width-50", 3, "ngClass"], ["for", "field-trigger-description", 1, "form-label"], ["id", "field-trigger-description", "formControlName", "description", "maxlength", "65536", 1, "form-control", "bottom-30", "width-50", 3, "ngClass"], [1, "error-message"], [3, "eventCanBeCompleted", "eventCompletionParams"]], template: function CaseEditSubmitComponent_Template(rf, ctx) { if (rf & 1) {
31134
31140
  const _r1 = i0.ɵɵgetCurrentView();
31135
31141
  i0.ɵɵelementStart(0, "div")(1, "h1", 2);
@@ -31250,7 +31256,7 @@ class CaseProgressComponent {
31250
31256
  isDataLoaded() {
31251
31257
  return this.eventTrigger && this.caseDetails ? true : false;
31252
31258
  }
31253
- static ɵfac = function CaseProgressComponent_Factory(t) { return new (t || CaseProgressComponent)(i0.ɵɵdirectiveInject(CasesService), i0.ɵɵdirectiveInject(AlertService), i0.ɵɵdirectiveInject(EventTriggerService)); };
31259
+ static ɵfac = function CaseProgressComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseProgressComponent)(i0.ɵɵdirectiveInject(CasesService), i0.ɵɵdirectiveInject(AlertService), i0.ɵɵdirectiveInject(EventTriggerService)); };
31254
31260
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseProgressComponent, selectors: [["ccd-case-progress"]], inputs: { case: "case", event: "event" }, outputs: { cancelled: "cancelled", submitted: "submitted" }, decls: 1, vars: 1, consts: [[4, "ngIf"], [3, "cancelled", "submitted", "submit", "validate", "caseDetails", "eventTrigger"]], template: function CaseProgressComponent_Template(rf, ctx) { if (rf & 1) {
31255
31261
  i0.ɵɵtemplate(0, CaseProgressComponent_div_0_Template, 2, 4, "div", 0);
31256
31262
  } if (rf & 2) {
@@ -31272,7 +31278,7 @@ class CaseProgressComponent {
31272
31278
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CaseProgressComponent, { className: "CaseProgressComponent", filePath: "lib/shared/components/case-editor/case-progress/case-progress.component.ts", lineNumber: 17 }); })();
31273
31279
 
31274
31280
  class ErrorsModule {
31275
- static ɵfac = function ErrorsModule_Factory(t) { return new (t || ErrorsModule)(); };
31281
+ static ɵfac = function ErrorsModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ErrorsModule)(); };
31276
31282
  static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: ErrorsModule });
31277
31283
  static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
31278
31284
  RouterModule,
@@ -31299,7 +31305,7 @@ class ErrorsModule {
31299
31305
 
31300
31306
  class LoadingSpinnerComponent {
31301
31307
  loadingText = 'Loading';
31302
- static ɵfac = function LoadingSpinnerComponent_Factory(t) { return new (t || LoadingSpinnerComponent)(); };
31308
+ static ɵfac = function LoadingSpinnerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || LoadingSpinnerComponent)(); };
31303
31309
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: LoadingSpinnerComponent, selectors: [["ccd-loading-spinner"]], inputs: { loadingText: "loadingText" }, decls: 6, vars: 3, consts: [[1, "spinner-container"], [1, "spinner-inner-container"], [1, "spinner", 2, "margin", "auto"]], template: function LoadingSpinnerComponent_Template(rf, ctx) { if (rf & 1) {
31304
31310
  i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "p");
31305
31311
  i0.ɵɵtext(3);
@@ -31321,7 +31327,7 @@ class LoadingSpinnerComponent {
31321
31327
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(LoadingSpinnerComponent, { className: "LoadingSpinnerComponent", filePath: "lib/shared/components/loading-spinner/loading-spinner.component.ts", lineNumber: 10 }); })();
31322
31328
 
31323
31329
  class LoadingSpinnerModule {
31324
- static ɵfac = function LoadingSpinnerModule_Factory(t) { return new (t || LoadingSpinnerModule)(); };
31330
+ static ɵfac = function LoadingSpinnerModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || LoadingSpinnerModule)(); };
31325
31331
  static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: LoadingSpinnerModule });
31326
31332
  static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
31327
31333
  RpxTranslationModule.forChild()] });
@@ -31392,7 +31398,7 @@ function CaseEditGenericErrorsComponent_div_1_Template(rf, ctx) { if (rf & 1) {
31392
31398
  } }
31393
31399
  class CaseEditGenericErrorsComponent {
31394
31400
  error;
31395
- static ɵfac = function CaseEditGenericErrorsComponent_Factory(t) { return new (t || CaseEditGenericErrorsComponent)(); };
31401
+ static ɵfac = function CaseEditGenericErrorsComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseEditGenericErrorsComponent)(); };
31396
31402
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseEditGenericErrorsComponent, selectors: [["ccd-case-edit-generic-errors"]], inputs: { error: "error" }, features: [i0.ɵɵProvidersFeature([])], decls: 2, vars: 2, consts: [["class", "error-summary", "role", "group", "aria-labelledby", "edit-case-event_error-summary-heading", "tabindex", "-1", 4, "ngIf"], ["role", "group", "aria-labelledby", "edit-case-event_error-summary-heading", "tabindex", "-1", 1, "error-summary"], ["id", "edit-case-event_error-summary-heading", 1, "heading-h1", "error-summary-heading"], ["id", "edit-case-event_error-summary-body", 1, "govuk-error-summary__body"], ["href", "get-help", "target", "_blank"], ["id", "edit-case-event_error-summary-heading", 1, "heading-h3", "error-summary-heading"], ["class", "error-summary-list", 4, "ngIf"], [1, "error-summary-list"], ["class", "ccd-error-summary-li", 4, "ngFor", "ngForOf"], [1, "ccd-error-summary-li"]], template: function CaseEditGenericErrorsComponent_Template(rf, ctx) { if (rf & 1) {
31397
31403
  i0.ɵɵtemplate(0, CaseEditGenericErrorsComponent_div_0_Template, 10, 0, "div", 0)(1, CaseEditGenericErrorsComponent_div_1_Template, 6, 2, "div", 0);
31398
31404
  } if (rf & 2) {
@@ -31410,7 +31416,7 @@ class CaseEditGenericErrorsComponent {
31410
31416
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CaseEditGenericErrorsComponent, { className: "CaseEditGenericErrorsComponent", filePath: "lib/shared/components/case-editor/case-edit-generic-errors/case-edit-generic-errors.component.ts", lineNumber: 11 }); })();
31411
31417
 
31412
31418
  class CaseEditorModule {
31413
- static ɵfac = function CaseEditorModule_Factory(t) { return new (t || CaseEditorModule)(); };
31419
+ static ɵfac = function CaseEditorModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseEditorModule)(); };
31414
31420
  static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: CaseEditorModule });
31415
31421
  static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
31416
31422
  CaseEditDataService,
@@ -31628,7 +31634,7 @@ class CaseHeaderComponent {
31628
31634
  }, []);
31629
31635
  return caseDataFields.concat(this.caseDetails.metadataFields);
31630
31636
  }
31631
- static ɵfac = function CaseHeaderComponent_Factory(t) { return new (t || CaseHeaderComponent)(); };
31637
+ static ɵfac = function CaseHeaderComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseHeaderComponent)(); };
31632
31638
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseHeaderComponent, selectors: [["ccd-case-header"]], inputs: { caseDetails: "caseDetails" }, decls: 2, vars: 2, consts: [["class", "heading-h1", 4, "ngIf"], ["class", "case-title", 4, "ngIf"], [1, "heading-h1"], [1, "case-title"], [3, "caseField", "caseFields"]], template: function CaseHeaderComponent_Template(rf, ctx) { if (rf & 1) {
31633
31639
  i0.ɵɵtemplate(0, CaseHeaderComponent_h1_0_Template, 3, 3, "h1", 0)(1, CaseHeaderComponent_div_1_Template, 2, 2, "div", 1);
31634
31640
  } if (rf & 2) {
@@ -31646,7 +31652,7 @@ class CaseHeaderComponent {
31646
31652
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CaseHeaderComponent, { className: "CaseHeaderComponent", filePath: "lib/shared/components/case-header/case-header.component.ts", lineNumber: 12 }); })();
31647
31653
 
31648
31654
  class CaseHeaderModule {
31649
- static ɵfac = function CaseHeaderModule_Factory(t) { return new (t || CaseHeaderModule)(); };
31655
+ static ɵfac = function CaseHeaderModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseHeaderModule)(); };
31650
31656
  static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: CaseHeaderModule });
31651
31657
  static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
31652
31658
  RouterModule,
@@ -31883,7 +31889,7 @@ class PaginationComponent {
31883
31889
  set responsive(value) {
31884
31890
  this.pResponsive = coerceToBoolean(value);
31885
31891
  }
31886
- static ɵfac = function PaginationComponent_Factory(t) { return new (t || PaginationComponent)(); };
31892
+ static ɵfac = function PaginationComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PaginationComponent)(); };
31887
31893
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PaginationComponent, selectors: [["ccd-pagination"]], inputs: { visibilityLabel: "visibilityLabel", id: "id", maxSize: "maxSize", previousLabel: "previousLabel", nextLabel: "nextLabel", screenReaderPaginationLabel: "screenReaderPaginationLabel", screenReaderPageLabel: "screenReaderPageLabel", screenReaderCurrentLabel: "screenReaderCurrentLabel", directionLinks: "directionLinks", autoHide: "autoHide", responsive: "responsive" }, outputs: { pageChange: "pageChange", pageBoundsCorrection: "pageBoundsCorrection" }, decls: 5, vars: 6, consts: [["p", "paginationApi"], [3, "pageChange", "pageBoundsCorrection", "id", "maxSize"], ["role", "navigation"], ["class", "ngx-pagination", 3, "responsive", 4, "ngIf"], [1, "ngx-pagination"], ["class", "pagination-previous", 3, "disabled", 4, "ngIf"], [1, "small-screen"], [3, "current", "ellipsis", 4, "ngFor", "ngForOf"], ["class", "pagination-next", 3, "disabled", 4, "ngIf"], [1, "pagination-previous"], ["tabindex", "0", 3, "keyup.enter", "click", 4, "ngIf"], [4, "ngIf"], ["tabindex", "0", 3, "keyup.enter", "click"], [1, "show-for-sr"], [1, "pagination-next"]], template: function PaginationComponent_Template(rf, ctx) { if (rf & 1) {
31888
31894
  const _r1 = i0.ɵɵgetCurrentView();
31889
31895
  i0.ɵɵelementStart(0, "pagination-template", 1, 0);
@@ -32214,7 +32220,7 @@ class CaseListComponent {
32214
32220
  this.currentPageNo = pageNumber;
32215
32221
  this.pageChange.emit(pageNumber);
32216
32222
  }
32217
- static ɵfac = function CaseListComponent_Factory(t) { return new (t || CaseListComponent)(i0.ɵɵdirectiveInject(BrowserService)); };
32223
+ static ɵfac = function CaseListComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseListComponent)(i0.ɵɵdirectiveInject(BrowserService)); };
32218
32224
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseListComponent, selectors: [["ccd-case-list"]], inputs: { classes: "classes", caption: "caption", firstCellIsHeader: "firstCellIsHeader", cases: "cases", tableConfig: "tableConfig", selectionEnabled: "selectionEnabled", selectedCases: "selectedCases", currentPageNo: "currentPageNo", totalResultsCount: "totalResultsCount", pageSize: "pageSize" }, outputs: { selection: "selection", pageChange: "pageChange" }, decls: 12, vars: 17, consts: [[1, "govuk-table__caption"], [1, "govuk-table__head"], [1, "govuk-table__row"], ["class", "govuk-table__header", "scope", "col", 4, "ngIf"], ["class", "govuk-table__header", "scope", "col", 4, "ngFor", "ngForOf"], [1, "govuk-table__body"], [4, "ngFor", "ngForOf"], [3, "pageChange", 4, "ngIf"], ["scope", "col", 1, "govuk-table__header"], [1, "govuk-checkboxes__item"], ["id", "select-all", "name", "select-all", "type", "checkbox", 1, "govuk-checkboxes__input", 3, "change", "checked", "disabled"], ["for", "select-all", 1, "govuk-label", "govuk-checkboxes__label"], ["data-selector", "table-row", 1, "govuk-table__row"], ["data-selector", "table-header", "class", "govuk-table__header", "scope", "row", 4, "ngIf"], ["data-selector", "table-header", "scope", "row", 1, "govuk-table__header"], ["type", "checkbox", 1, "govuk-checkboxes__input", 3, "change", "keyup", "id", "name", "checked", "disabled"], [1, "govuk-label", "govuk-checkboxes__label", 3, "for"], ["data-selector", "table-cell", "class", "govuk-table__cell", 3, "ngSwitch", 4, "ngIf"], [4, "ngIf"], [1, "govuk-link", 3, "routerLink"], ["data-selector", "table-cell", 1, "govuk-table__cell", 3, "ngSwitch"], [4, "ngSwitchCase"], [4, "ngSwitchDefault"], [3, "pageChange"]], template: function CaseListComponent_Template(rf, ctx) { if (rf & 1) {
32219
32225
  i0.ɵɵelementStart(0, "table")(1, "caption", 0);
32220
32226
  i0.ɵɵtext(2);
@@ -32292,7 +32298,7 @@ class TableConfig {
32292
32298
  }
32293
32299
 
32294
32300
  class PaginationModule {
32295
- static ɵfac = function PaginationModule_Factory(t) { return new (t || PaginationModule)(); };
32301
+ static ɵfac = function PaginationModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PaginationModule)(); };
32296
32302
  static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: PaginationModule });
32297
32303
  static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
32298
32304
  NgxPaginationModule,
@@ -32320,7 +32326,7 @@ class PaginationModule {
32320
32326
  PaginatePipe] }); })();
32321
32327
 
32322
32328
  class CaseListModule {
32323
- static ɵfac = function CaseListModule_Factory(t) { return new (t || CaseListModule)(); };
32329
+ static ɵfac = function CaseListModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseListModule)(); };
32324
32330
  static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: CaseListModule });
32325
32331
  static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
32326
32332
  BrowserService
@@ -32452,6 +32458,8 @@ class WorkbasketFiltersComponent {
32452
32458
  workbasketInputs;
32453
32459
  workbasketInputsReady;
32454
32460
  workbasketDefaults;
32461
+ // TEST-TODO
32462
+ // ngModel may cause Angular 18 issues
32455
32463
  selected;
32456
32464
  formGroup = new FormGroup({});
32457
32465
  selectedJurisdictionCaseTypes;
@@ -32724,7 +32732,7 @@ class WorkbasketFiltersComponent {
32724
32732
  this.caseFields = this.workbasketInputs.map(item => FieldsUtils.convertToCaseField(item.field));
32725
32733
  }
32726
32734
  }
32727
- static ɵfac = function WorkbasketFiltersComponent_Factory(t) { return new (t || WorkbasketFiltersComponent)(i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(WorkbasketInputFilterService), i0.ɵɵdirectiveInject(OrderService), i0.ɵɵdirectiveInject(JurisdictionService), i0.ɵɵdirectiveInject(AlertService), i0.ɵɵdirectiveInject(WindowService)); };
32735
+ static ɵfac = function WorkbasketFiltersComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || WorkbasketFiltersComponent)(i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(WorkbasketInputFilterService), i0.ɵɵdirectiveInject(OrderService), i0.ɵɵdirectiveInject(JurisdictionService), i0.ɵɵdirectiveInject(AlertService), i0.ɵɵdirectiveInject(WindowService)); };
32728
32736
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: WorkbasketFiltersComponent, selectors: [["ccd-workbasket-filters"]], inputs: { jurisdictions: "jurisdictions", defaults: "defaults" }, outputs: { onApply: "onApply", onReset: "onReset" }, decls: 39, vars: 46, consts: [["aria-label", "Filters", 1, "heading-h2"], [1, "global-display"], [1, "form-group"], ["for", "wb-jurisdiction", 1, "form-label"], ["id", "wb-jurisdiction", "name", "jurisdiction", "aria-controls", "search-result", 1, "form-control", "form-control-3-4", "ccd-dropdown", 3, "ngModelChange", "change", "ngModel"], [3, "ngValue", 4, "ngIf"], [3, "ngValue", 4, "ngFor", "ngForOf"], ["for", "wb-case-type", 1, "form-label"], ["id", "wb-case-type", "name", "case-type", "aria-controls", "search-result", 1, "form-control", "form-control-3-4", "ccd-dropdown", 3, "ngModelChange", "change", "ngModel", "disabled"], ["for", "wb-case-state", 1, "form-label"], ["id", "wb-case-state", "name", "state", "aria-controls", "search-result", 1, "form-control", "form-control-3-4", "ccd-dropdown", 3, "ngModelChange", "ngModel", "disabled"], [3, "ngValue"], ["ccdConditionalShowForm", "", 3, "formGroup", "contextFields", 4, "ngIf"], ["type", "button", 1, "button", "workbasket-filters-apply", 3, "click", "disabled", "title"], ["type", "button", 1, "button", "button-secondary", 3, "click", "title"], ["ccdConditionalShowForm", "", 3, "formGroup", "contextFields"], ["id", "dynamicFilters"], ["class", "form-group", 4, "ngFor", "ngForOf"], [3, "keyup.enter", "caseField", "formGroup", "isExpanded", "isInSearchBlock"]], template: function WorkbasketFiltersComponent_Template(rf, ctx) { if (rf & 1) {
32729
32737
  i0.ɵɵelementStart(0, "h2", 0);
32730
32738
  i0.ɵɵtext(1);
@@ -32836,7 +32844,7 @@ class WorkbasketFiltersComponent {
32836
32844
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(WorkbasketFiltersComponent, { className: "WorkbasketFiltersComponent", filePath: "lib/shared/components/workbasket-filters/workbasket-filters.component.ts", lineNumber: 26 }); })();
32837
32845
 
32838
32846
  class WorkbasketFiltersModule {
32839
- static ɵfac = function WorkbasketFiltersModule_Factory(t) { return new (t || WorkbasketFiltersModule)(); };
32847
+ static ɵfac = function WorkbasketFiltersModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || WorkbasketFiltersModule)(); };
32840
32848
  static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: WorkbasketFiltersModule });
32841
32849
  static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
32842
32850
  WorkbasketInputFilterService,
@@ -32921,7 +32929,7 @@ class CaseListFiltersComponent {
32921
32929
  onWrapperReset(value) {
32922
32930
  this.onReset.emit(value);
32923
32931
  }
32924
- static ɵfac = function CaseListFiltersComponent_Factory(t) { return new (t || CaseListFiltersComponent)(i0.ɵɵdirectiveInject(DefinitionsService)); };
32932
+ static ɵfac = function CaseListFiltersComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseListFiltersComponent)(i0.ɵɵdirectiveInject(DefinitionsService)); };
32925
32933
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseListFiltersComponent, selectors: [["ccd-case-list-filters"]], inputs: { defaults: "defaults" }, outputs: { onApply: "onApply", onReset: "onReset" }, decls: 1, vars: 1, consts: [[3, "jurisdictions", "defaults", "onApply", "onReset", 4, "ngIf"], [3, "onApply", "onReset", "jurisdictions", "defaults"]], template: function CaseListFiltersComponent_Template(rf, ctx) { if (rf & 1) {
32926
32934
  i0.ɵɵtemplate(0, CaseListFiltersComponent_ccd_workbasket_filters_0_Template, 1, 2, "ccd-workbasket-filters", 0);
32927
32935
  } if (rf & 2) {
@@ -32941,7 +32949,7 @@ class CaseListFiltersComponent {
32941
32949
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CaseListFiltersComponent, { className: "CaseListFiltersComponent", filePath: "lib/shared/components/case-list-filters/case-list-filters.component.ts", lineNumber: 10 }); })();
32942
32950
 
32943
32951
  class CaseListFiltersModule {
32944
- static ɵfac = function CaseListFiltersModule_Factory(t) { return new (t || CaseListFiltersModule)(); };
32952
+ static ɵfac = function CaseListFiltersModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseListFiltersModule)(); };
32945
32953
  static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: CaseListFiltersModule });
32946
32954
  static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
32947
32955
  WorkbasketInputFilterService,
@@ -33046,7 +33054,7 @@ class CaseHistoryService {
33046
33054
  return throwError(error);
33047
33055
  }));
33048
33056
  }
33049
- static ɵfac = function CaseHistoryService_Factory(t) { return new (t || CaseHistoryService)(i0.ɵɵinject(HttpService), i0.ɵɵinject(HttpErrorService), i0.ɵɵinject(AbstractAppConfig)); };
33057
+ static ɵfac = function CaseHistoryService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseHistoryService)(i0.ɵɵinject(HttpService), i0.ɵɵinject(HttpErrorService), i0.ɵɵinject(AbstractAppConfig)); };
33050
33058
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: CaseHistoryService, factory: CaseHistoryService.ɵfac });
33051
33059
  }
33052
33060
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseHistoryService, [{
@@ -33274,7 +33282,7 @@ class CaseHistoryComponent {
33274
33282
  .map(tab => Object.assign({}, tab, { fields: this.orderService.sort(tab.fields) }))
33275
33283
  .filter(tab => ShowCondition.getInstance(tab.show_condition).matchByContextFields(tab.fields));
33276
33284
  }
33277
- static ɵfac = function CaseHistoryComponent_Factory(t) { return new (t || CaseHistoryComponent)(i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(AlertService), i0.ɵɵdirectiveInject(OrderService), i0.ɵɵdirectiveInject(CaseNotifier), i0.ɵɵdirectiveInject(CaseHistoryService)); };
33285
+ static ɵfac = function CaseHistoryComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseHistoryComponent)(i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(AlertService), i0.ɵɵdirectiveInject(OrderService), i0.ɵɵdirectiveInject(CaseNotifier), i0.ɵɵdirectiveInject(CaseHistoryService)); };
33278
33286
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseHistoryComponent, selectors: [["ccd-case-history"]], inputs: { event: "event" }, decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "grid-row"], [1, "column-full"], [3, "caseDetails"], [1, "heading-h2"], ["aria-describedby", "event details table", 1, "EventDetails"], [4, "ngFor", "ngForOf"], [1, "caseHistorySection"], [1, "heading-h3"], [1, "CaseHistory", 3, "id"], ["ccdLabelSubstitutor", "", 3, "caseField", "contextFields", "hidden"], [3, "ngSwitch"], [4, "ngSwitchCase"], ["class", "compound-field", 4, "ngSwitchCase"], ["id", "case-viewer-label-header"], [1, "case-viewer-label"], [3, "caseField", "caseReference"], [1, "compound-field"], ["colspan", "2"]], template: function CaseHistoryComponent_Template(rf, ctx) { if (rf & 1) {
33279
33287
  i0.ɵɵtemplate(0, CaseHistoryComponent_div_0_Template, 58, 44, "div", 0);
33280
33288
  } if (rf & 2) {
@@ -33290,7 +33298,7 @@ class CaseHistoryComponent {
33290
33298
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CaseHistoryComponent, { className: "CaseHistoryComponent", filePath: "lib/shared/components/case-history/case-history.component.ts", lineNumber: 20 }); })();
33291
33299
 
33292
33300
  class CaseHistoryModule {
33293
- static ɵfac = function CaseHistoryModule_Factory(t) { return new (t || CaseHistoryModule)(); };
33301
+ static ɵfac = function CaseHistoryModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseHistoryModule)(); };
33294
33302
  static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: CaseHistoryModule });
33295
33303
  static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
33296
33304
  CaseHistoryService,
@@ -33425,7 +33433,7 @@ class CaseTimelineComponent {
33425
33433
  goToCaseTimeline() {
33426
33434
  this.displayMode = CaseTimelineDisplayMode.TIMELINE;
33427
33435
  }
33428
- static ɵfac = function CaseTimelineComponent_Factory(t) { return new (t || CaseTimelineComponent)(i0.ɵɵdirectiveInject(CaseNotifier), i0.ɵɵdirectiveInject(CasesService), i0.ɵɵdirectiveInject(AlertService)); };
33436
+ static ɵfac = function CaseTimelineComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseTimelineComponent)(i0.ɵɵdirectiveInject(CaseNotifier), i0.ɵɵdirectiveInject(CasesService), i0.ɵɵdirectiveInject(AlertService)); };
33429
33437
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseTimelineComponent, selectors: [["ccd-case-timeline"]], inputs: { case: "case" }, decls: 1, vars: 1, consts: [[4, "ngIf"], [3, "ngSwitch"], [4, "ngSwitchCase"], [3, "events", "onCaseHistory", 4, "ngIf"], [3, "onCaseHistory", "events"], [1, "govuk-breadcrumbs"], [1, "govuk-breadcrumbs__list"], [1, "govuk-breadcrumbs__list-item"], ["href", "javascript:void(0)", 1, "govuk-back-link", 3, "click"], [3, "event"]], template: function CaseTimelineComponent_Template(rf, ctx) { if (rf & 1) {
33430
33438
  i0.ɵɵtemplate(0, CaseTimelineComponent_div_0_Template, 4, 3, "div", 0);
33431
33439
  } if (rf & 2) {
@@ -33441,7 +33449,7 @@ class CaseTimelineComponent {
33441
33449
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CaseTimelineComponent, { className: "CaseTimelineComponent", filePath: "lib/shared/components/case-timeline/case-timeline.component.ts", lineNumber: 17 }); })();
33442
33450
 
33443
33451
  class CaseTimelineModule {
33444
- static ɵfac = function CaseTimelineModule_Factory(t) { return new (t || CaseTimelineModule)(); };
33452
+ static ɵfac = function CaseTimelineModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseTimelineModule)(); };
33445
33453
  static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: CaseTimelineModule });
33446
33454
  static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
33447
33455
  ErrorsModule,
@@ -33594,7 +33602,7 @@ class CaseResolver {
33594
33602
  || userDetails.roles.includes('caseworker-privatelaw'))
33595
33603
  ? this.router.navigate([CaseResolver.defaultWAPage]) : this.router.navigate([CaseResolver.defaultPage]);
33596
33604
  }
33597
- static ɵfac = function CaseResolver_Factory(t) { return new (t || CaseResolver)(i0.ɵɵinject(CaseNotifier), i0.ɵɵinject(DraftService), i0.ɵɵinject(NavigationNotifierService), i0.ɵɵinject(i1$1.Router), i0.ɵɵinject(SessionStorageService), i0.ɵɵinject(AbstractAppConfig)); };
33605
+ static ɵfac = function CaseResolver_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseResolver)(i0.ɵɵinject(CaseNotifier), i0.ɵɵinject(DraftService), i0.ɵɵinject(NavigationNotifierService), i0.ɵɵinject(i1$1.Router), i0.ɵɵinject(SessionStorageService), i0.ɵɵinject(AbstractAppConfig)); };
33598
33606
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: CaseResolver, factory: CaseResolver.ɵfac });
33599
33607
  }
33600
33608
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseResolver, [{
@@ -33627,9 +33635,13 @@ class EventTriggerResolver {
33627
33635
  this.loadingService = loadingService;
33628
33636
  }
33629
33637
  resolve(route) {
33630
- return this.isRootTriggerEventRoute(route) ? this.getAndCacheEventTrigger(route)
33631
- : (this.cachedEventTrigger && (route.params?.eid === this.cachedEventTrigger?.id)) ? Promise.resolve(this.cachedEventTrigger)
33632
- : this.getAndCacheEventTrigger(route);
33638
+ if (this.isRootTriggerEventRoute(route)) {
33639
+ return this.getAndCacheEventTrigger(route);
33640
+ }
33641
+ if (this.cachedEventTrigger && (route.params?.eid === this.cachedEventTrigger?.id)) {
33642
+ return Promise.resolve(this.cachedEventTrigger);
33643
+ }
33644
+ return this.getAndCacheEventTrigger(route);
33633
33645
  }
33634
33646
  isRootTriggerEventRoute(route) {
33635
33647
  // if route is 'trigger/:eid'
@@ -33664,7 +33676,7 @@ class EventTriggerResolver {
33664
33676
  return throwError(error);
33665
33677
  })).toPromise();
33666
33678
  }
33667
- static ɵfac = function EventTriggerResolver_Factory(t) { return new (t || EventTriggerResolver)(i0.ɵɵinject(CasesService), i0.ɵɵinject(AlertService), i0.ɵɵinject(ProfileService), i0.ɵɵinject(ProfileNotifier), i0.ɵɵinject(i1$1.Router), i0.ɵɵinject(AbstractAppConfig), i0.ɵɵinject(ErrorNotifierService), i0.ɵɵinject(LoadingService)); };
33679
+ static ɵfac = function EventTriggerResolver_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || EventTriggerResolver)(i0.ɵɵinject(CasesService), i0.ɵɵinject(AlertService), i0.ɵɵinject(ProfileService), i0.ɵɵinject(ProfileNotifier), i0.ɵɵinject(i1$1.Router), i0.ɵɵinject(AbstractAppConfig), i0.ɵɵinject(ErrorNotifierService), i0.ɵɵinject(LoadingService)); };
33668
33680
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: EventTriggerResolver, factory: EventTriggerResolver.ɵfac });
33669
33681
  }
33670
33682
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EventTriggerResolver, [{
@@ -33816,7 +33828,7 @@ class CaseEventTriggerComponent {
33816
33828
  isDataLoaded() {
33817
33829
  return !!(this.eventTrigger && this.caseDetails);
33818
33830
  }
33819
- static ɵfac = function CaseEventTriggerComponent_Factory(t) { return new (t || CaseEventTriggerComponent)(i0.ɵɵdirectiveInject(i0.NgZone), i0.ɵɵdirectiveInject(CasesService), i0.ɵɵdirectiveInject(CaseNotifier), i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(AlertService), i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(CaseReferencePipe), i0.ɵɵdirectiveInject(ActivityPollingService), i0.ɵɵdirectiveInject(SessionStorageService), i0.ɵɵdirectiveInject(LoadingService)); };
33831
+ static ɵfac = function CaseEventTriggerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseEventTriggerComponent)(i0.ɵɵdirectiveInject(i0.NgZone), i0.ɵɵdirectiveInject(CasesService), i0.ɵɵdirectiveInject(CaseNotifier), i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(AlertService), i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(CaseReferencePipe), i0.ɵɵdirectiveInject(ActivityPollingService), i0.ɵɵdirectiveInject(SessionStorageService), i0.ɵɵdirectiveInject(LoadingService)); };
33820
33832
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseEventTriggerComponent, selectors: [["ccd-case-event-trigger"]], decls: 1, vars: 1, consts: [["class", "screen-990", 4, "ngIf"], [1, "screen-990"], [3, "caseId", "displayMode"], [3, "cancelled", "submitted", "caseDetails", "submit", "validate", "eventTrigger"]], template: function CaseEventTriggerComponent_Template(rf, ctx) { if (rf & 1) {
33821
33833
  i0.ɵɵtemplate(0, CaseEventTriggerComponent_div_0_Template, 3, 6, "div", 0);
33822
33834
  } if (rf & 2) {
@@ -33898,7 +33910,7 @@ class CaseViewComponent {
33898
33910
  }
33899
33911
  return throwError(error);
33900
33912
  }
33901
- static ɵfac = function CaseViewComponent_Factory(t) { return new (t || CaseViewComponent)(i0.ɵɵdirectiveInject(NavigationNotifierService), i0.ɵɵdirectiveInject(CaseNotifier), i0.ɵɵdirectiveInject(CasesService), i0.ɵɵdirectiveInject(DraftService), i0.ɵɵdirectiveInject(AlertService)); };
33913
+ static ɵfac = function CaseViewComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseViewComponent)(i0.ɵɵdirectiveInject(NavigationNotifierService), i0.ɵɵdirectiveInject(CaseNotifier), i0.ɵɵdirectiveInject(CasesService), i0.ɵɵdirectiveInject(DraftService), i0.ɵɵdirectiveInject(AlertService)); };
33902
33914
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseViewComponent, selectors: [["ccd-case-view"]], inputs: { case: "case", hasPrint: "hasPrint", hasEventSelector: "hasEventSelector" }, outputs: { navigationTriggered: "navigationTriggered" }, decls: 1, vars: 1, consts: [[4, "ngIf"], [3, "hasPrint", "hasEventSelector"]], template: function CaseViewComponent_Template(rf, ctx) { if (rf & 1) {
33903
33915
  i0.ɵɵtemplate(0, CaseViewComponent_div_0_Template, 2, 2, "div", 0);
33904
33916
  } if (rf & 2) {
@@ -34082,7 +34094,7 @@ class CaseBasicAccessViewComponent {
34082
34094
  getRequestUrl(accessType) {
34083
34095
  return accessType === 'CHALLENGED' ? 'challenged-access-request' : 'specific-access-request';
34084
34096
  }
34085
- static ɵfac = function CaseBasicAccessViewComponent_Factory(t) { return new (t || CaseBasicAccessViewComponent)(i0.ɵɵdirectiveInject(CasesService), i0.ɵɵdirectiveInject(i1$1.Router)); };
34097
+ static ɵfac = function CaseBasicAccessViewComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseBasicAccessViewComponent)(i0.ɵɵdirectiveInject(CasesService), i0.ɵɵdirectiveInject(i1$1.Router)); };
34086
34098
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseBasicAccessViewComponent, selectors: [["ccd-case-basic-access-view"]], inputs: { caseDetails: "caseDetails", accessType: "accessType" }, decls: 29, vars: 23, consts: [[4, "ngIf"], ["type", "information"], [1, "heading-h1"], [1, "govuk-heading-m"], [1, "govuk-summary-list"], ["class", "govuk-summary-list__row", 4, "ngIf"], [1, "govuk-button-group"], [1, "govuk-button", "govuk-!-margin-right-3", 3, "routerLink"], [1, "govuk-grid-column-full", "govuk-!-padding-left-0"], ["href", "javascript:void(0)", 1, "govuk-body", 3, "click"], [1, "govuk-summary-list__row"], [1, "govuk-summary-list__key", "summary-key"], [1, "govuk-summary-list__value"]], template: function CaseBasicAccessViewComponent_Template(rf, ctx) { if (rf & 1) {
34087
34099
  i0.ɵɵtemplate(0, CaseBasicAccessViewComponent_ccd_loading_spinner_0_Template, 1, 0, "ccd-loading-spinner", 0);
34088
34100
  i0.ɵɵelementStart(1, "div")(2, "cut-alert", 1);
@@ -34172,7 +34184,7 @@ class DeleteOrCancelDialogComponent {
34172
34184
  this.result = 'Cancel';
34173
34185
  this.matDialogRef.close(this.result);
34174
34186
  }
34175
- static ɵfac = function DeleteOrCancelDialogComponent_Factory(t) { return new (t || DeleteOrCancelDialogComponent)(i0.ɵɵdirectiveInject(i1$3.MatLegacyDialogRef)); };
34187
+ static ɵfac = function DeleteOrCancelDialogComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || DeleteOrCancelDialogComponent)(i0.ɵɵdirectiveInject(i1$3.MatLegacyDialogRef)); };
34176
34188
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: DeleteOrCancelDialogComponent, selectors: [["ccd-delete-or-cancel-dialog"]], decls: 19, vars: 12, consts: [[1, "dialog-header"], [1, "heading-h2", "x", 3, "click"], [1, "heading-h2", "dialog-title"], [1, "dialog-info"], [1, "text-info"], ["type", "button", "title", "Delete", 1, "button", "action-button", 3, "click"], ["type", "button", "title", "Cancel", 1, "button", "button-secondary", 3, "click"]], template: function DeleteOrCancelDialogComponent_Template(rf, ctx) { if (rf & 1) {
34177
34189
  i0.ɵɵelementStart(0, "div")(1, "div", 0)(2, "h2", 1);
34178
34190
  i0.ɵɵlistener("click", function DeleteOrCancelDialogComponent_Template_h2_click_2_listener() { return ctx.cancel(); });
@@ -34214,7 +34226,7 @@ class DeleteOrCancelDialogComponent {
34214
34226
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DeleteOrCancelDialogComponent, { className: "DeleteOrCancelDialogComponent", filePath: "lib/shared/components/dialogs/delete-or-cancel-dialog/delete-or-cancel-dialog.component.ts", lineNumber: 9 }); })();
34215
34227
 
34216
34228
  class DialogsModule {
34217
- static ɵfac = function DialogsModule_Factory(t) { return new (t || DialogsModule)(); };
34229
+ static ɵfac = function DialogsModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || DialogsModule)(); };
34218
34230
  static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: DialogsModule });
34219
34231
  static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
34220
34232
  FormsModule,
@@ -34889,7 +34901,7 @@ class CaseFullAccessViewComponent {
34889
34901
  this.errorNotifierService.announceError(null);
34890
34902
  this.alertService.clear();
34891
34903
  }
34892
- static ɵfac = function CaseFullAccessViewComponent_Factory(t) { return new (t || CaseFullAccessViewComponent)(i0.ɵɵdirectiveInject(i0.NgZone), i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(NavigationNotifierService), i0.ɵɵdirectiveInject(OrderService), i0.ɵɵdirectiveInject(ActivityPollingService), i0.ɵɵdirectiveInject(i1$3.MatLegacyDialog), i0.ɵɵdirectiveInject(AlertService), i0.ɵɵdirectiveInject(DraftService), i0.ɵɵdirectiveInject(ErrorNotifierService), i0.ɵɵdirectiveInject(ConvertHrefToRouterService), i0.ɵɵdirectiveInject(i5.Location), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(SessionStorageService), i0.ɵɵdirectiveInject(i1.RpxTranslatePipe), i0.ɵɵdirectiveInject(LoadingService), i0.ɵɵdirectiveInject(LinkedCasesService), i0.ɵɵdirectiveInject(CaseFlagStateService)); };
34904
+ static ɵfac = function CaseFullAccessViewComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseFullAccessViewComponent)(i0.ɵɵdirectiveInject(i0.NgZone), i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(NavigationNotifierService), i0.ɵɵdirectiveInject(OrderService), i0.ɵɵdirectiveInject(ActivityPollingService), i0.ɵɵdirectiveInject(i1$3.MatLegacyDialog), i0.ɵɵdirectiveInject(AlertService), i0.ɵɵdirectiveInject(DraftService), i0.ɵɵdirectiveInject(ErrorNotifierService), i0.ɵɵdirectiveInject(ConvertHrefToRouterService), i0.ɵɵdirectiveInject(i5.Location), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(SessionStorageService), i0.ɵɵdirectiveInject(i1.RpxTranslatePipe), i0.ɵɵdirectiveInject(LoadingService), i0.ɵɵdirectiveInject(LinkedCasesService), i0.ɵɵdirectiveInject(CaseFlagStateService)); };
34893
34905
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseFullAccessViewComponent, selectors: [["ccd-case-full-access-view"]], viewQuery: function CaseFullAccessViewComponent_Query(rf, ctx) { if (rf & 1) {
34894
34906
  i0.ɵɵviewQuery(_c0$b, 5);
34895
34907
  } if (rf & 2) {
@@ -34997,7 +35009,7 @@ class PrintUrlPipe {
34997
35009
  }
34998
35010
  return remoteUrl;
34999
35011
  }
35000
- static ɵfac = function PrintUrlPipe_Factory(t) { return new (t || PrintUrlPipe)(i0.ɵɵdirectiveInject(AbstractAppConfig, 16)); };
35012
+ static ɵfac = function PrintUrlPipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PrintUrlPipe)(i0.ɵɵdirectiveInject(AbstractAppConfig, 16)); };
35001
35013
  static ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "ccdPrintUrl", type: PrintUrlPipe, pure: true });
35002
35014
  }
35003
35015
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PrintUrlPipe, [{
@@ -35099,7 +35111,7 @@ class CasePrinterComponent {
35099
35111
  isDataLoaded() {
35100
35112
  return this.caseDetails && this.documents ? true : false;
35101
35113
  }
35102
- static ɵfac = function CasePrinterComponent_Factory(t) { return new (t || CasePrinterComponent)(i0.ɵɵdirectiveInject(CaseNotifier), i0.ɵɵdirectiveInject(CasesService), i0.ɵɵdirectiveInject(AlertService)); };
35114
+ static ɵfac = function CasePrinterComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CasePrinterComponent)(i0.ɵɵdirectiveInject(CaseNotifier), i0.ɵɵdirectiveInject(CasesService), i0.ɵɵdirectiveInject(AlertService)); };
35103
35115
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CasePrinterComponent, selectors: [["ng-component"]], decls: 1, vars: 1, consts: [[4, "ngIf"], [3, "caseDetails"], [1, "heading-h2"], [4, "ngFor", "ngForOf"], [1, "document-name"], ["target", "_blank", "rel", "external", 3, "href"], [1, "document-type"]], template: function CasePrinterComponent_Template(rf, ctx) { if (rf & 1) {
35104
35116
  i0.ɵɵtemplate(0, CasePrinterComponent_div_0_Template, 17, 14, "div", 0);
35105
35117
  } if (rf & 2) {
@@ -35214,7 +35226,7 @@ class CaseViewerComponent {
35214
35226
  }
35215
35227
  return tabs;
35216
35228
  }
35217
- static ɵfac = function CaseViewerComponent_Factory(t) { return new (t || CaseViewerComponent)(i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(CaseNotifier), i0.ɵɵdirectiveInject(AbstractAppConfig), i0.ɵɵdirectiveInject(OrderService)); };
35229
+ static ɵfac = function CaseViewerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseViewerComponent)(i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(CaseNotifier), i0.ɵɵdirectiveInject(AbstractAppConfig), i0.ɵɵdirectiveInject(OrderService)); };
35218
35230
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseViewerComponent, selectors: [["ccd-case-viewer"]], inputs: { hasPrint: "hasPrint", hasEventSelector: "hasEventSelector", prependedTabs: "prependedTabs", appendedTabs: "appendedTabs" }, decls: 1, vars: 1, consts: [[4, "ngIf"], ["id", "content", 3, "accessType", "caseDetails", 4, "ngIf"], ["id", "content", 3, "caseDetails", "hasPrint", "hasEventSelector", "prependedTabs", "appendedTabs", 4, "ngIf"], ["id", "content", 3, "accessType", "caseDetails"], ["id", "content", 3, "caseDetails", "hasPrint", "hasEventSelector", "prependedTabs", "appendedTabs"]], template: function CaseViewerComponent_Template(rf, ctx) { if (rf & 1) {
35219
35231
  i0.ɵɵtemplate(0, CaseViewerComponent_div_0_Template, 3, 2, "div", 0);
35220
35232
  } if (rf & 2) {
@@ -35260,7 +35272,7 @@ function ErrorMessageComponent_ng_container_0_Template(rf, ctx) { if (rf & 1) {
35260
35272
  } }
35261
35273
  class ErrorMessageComponent {
35262
35274
  error;
35263
- static ɵfac = function ErrorMessageComponent_Factory(t) { return new (t || ErrorMessageComponent)(); };
35275
+ static ɵfac = function ErrorMessageComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ErrorMessageComponent)(); };
35264
35276
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ErrorMessageComponent, selectors: [["exui-error-message"]], inputs: { error: "error" }, decls: 1, vars: 1, consts: [[4, "ngIf"], ["aria-labelledby", "error-summary-title", "role", "alert", "tabindex", "-1", "data-module", "govuk-error-summary", 1, "govuk-error-summary"], ["id", "error-summary-title", 1, "govuk-error-summary__title"], [1, "govuk-error-summary__body"], [1, "govuk-list", "govuk-error-summary__list"], ["routerLink", ".", "tabindex", "0", 3, "fragment"]], template: function ErrorMessageComponent_Template(rf, ctx) { if (rf & 1) {
35265
35277
  i0.ɵɵtemplate(0, ErrorMessageComponent_ng_container_0_Template, 11, 7, "ng-container", 0);
35266
35278
  } if (rf & 2) {
@@ -35276,7 +35288,7 @@ class ErrorMessageComponent {
35276
35288
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ErrorMessageComponent, { className: "ErrorMessageComponent", filePath: "lib/shared/components/error-message/error-message.component.ts", lineNumber: 12 }); })();
35277
35289
 
35278
35290
  class EventMessageModule {
35279
- static ɵfac = function EventMessageModule_Factory(t) { return new (t || EventMessageModule)(); };
35291
+ static ɵfac = function EventMessageModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || EventMessageModule)(); };
35280
35292
  static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: EventMessageModule });
35281
35293
  static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
35282
35294
  ReactiveFormsModule,
@@ -35315,7 +35327,7 @@ class MultipleTasksExistComponent {
35315
35327
  this.route = route;
35316
35328
  this.caseId = this.route.snapshot.data.case.case_id;
35317
35329
  }
35318
- static ɵfac = function MultipleTasksExistComponent_Factory(t) { return new (t || MultipleTasksExistComponent)(i0.ɵɵdirectiveInject(i1$1.ActivatedRoute)); };
35330
+ static ɵfac = function MultipleTasksExistComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || MultipleTasksExistComponent)(i0.ɵɵdirectiveInject(i1$1.ActivatedRoute)); };
35319
35331
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MultipleTasksExistComponent, selectors: [["app-multiple-tasks-exist"]], decls: 24, vars: 21, consts: [[1, "govuk-!-margin-9"], ["aria-labelledby", "error-summary-title", "role", "alert", "tabindex", "-1", "data-module", "error-summary", 1, "govuk-error-summary"], ["id", "error-summary-title", 1, "govuk-error-summary__title"], [1, "govuk-error-summary__body"], [1, "govuk-list", "govuk-error-summary__list"], ["href", "#"], [1, "govuk-form-group", "govuk-form-group--error"], [1, "govuk-heading-m"], ["href", "javascript:void(0)", 3, "routerLink"]], template: function MultipleTasksExistComponent_Template(rf, ctx) { if (rf & 1) {
35320
35332
  i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "h2", 2);
35321
35333
  i0.ɵɵtext(3);
@@ -35372,7 +35384,7 @@ class NoTasksAvailableComponent {
35372
35384
  this.route = route;
35373
35385
  this.caseId = this.route.snapshot.data.case.case_id;
35374
35386
  }
35375
- static ɵfac = function NoTasksAvailableComponent_Factory(t) { return new (t || NoTasksAvailableComponent)(i0.ɵɵdirectiveInject(i1$1.ActivatedRoute)); };
35387
+ static ɵfac = function NoTasksAvailableComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || NoTasksAvailableComponent)(i0.ɵɵdirectiveInject(i1$1.ActivatedRoute)); };
35376
35388
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: NoTasksAvailableComponent, selectors: [["app-no-tasks-available"]], decls: 21, vars: 18, consts: [[1, "govuk-!-margin-9"], ["aria-labelledby", "error-summary-title", "role", "alert", "tabindex", "-1", "data-module", "error-summary", 1, "govuk-error-summary"], ["id", "error-summary-title", 1, "govuk-error-summary__title"], [1, "govuk-error-summary__body"], [1, "govuk-list", "govuk-error-summary__list"], ["href", "#"], [1, "govuk-form-group", "govuk-form-group--error"], [1, "govuk-heading-m"], ["href", "javascript:void(0)", 3, "routerLink"]], template: function NoTasksAvailableComponent_Template(rf, ctx) { if (rf & 1) {
35377
35389
  i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "h2", 2);
35378
35390
  i0.ɵɵtext(3);
@@ -35504,7 +35516,7 @@ class TaskAssignedComponent {
35504
35516
  this.judicialworkerSubscription.unsubscribe();
35505
35517
  }
35506
35518
  }
35507
- static ɵfac = function TaskAssignedComponent_Factory(t) { return new (t || TaskAssignedComponent)(i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(JudicialworkerService), i0.ɵɵdirectiveInject(CaseworkerService)); };
35519
+ static ɵfac = function TaskAssignedComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TaskAssignedComponent)(i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(JudicialworkerService), i0.ɵɵdirectiveInject(CaseworkerService)); };
35508
35520
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TaskAssignedComponent, selectors: [["app-task-assigned"]], decls: 1, vars: 1, consts: [["class", "govuk-!-margin-9", 4, "ngIf"], [1, "govuk-!-margin-9"], ["aria-labelledby", "error-summary-title", "role", "alert", "tabindex", "-1", "data-module", "error-summary", 1, "govuk-error-summary"], ["id", "error-summary-title", 1, "govuk-error-summary__title"], [1, "govuk-error-summary__body"], [1, "govuk-list", "govuk-error-summary__list"], ["href", "#"], [1, "govuk-form-group", "govuk-form-group--error"], [1, "govuk-heading-m"], ["href", "javascript:void(0)", 3, "routerLink"]], template: function TaskAssignedComponent_Template(rf, ctx) { if (rf & 1) {
35509
35521
  i0.ɵɵtemplate(0, TaskAssignedComponent_div_0_Template, 22, 22, "div", 0);
35510
35522
  } if (rf & 2) {
@@ -35520,7 +35532,7 @@ class TaskAssignedComponent {
35520
35532
  const _c0$7 = a0 => ["/", "cases", "case-details", a0, "tasks"];
35521
35533
  class TaskCancelledComponent {
35522
35534
  caseId;
35523
- static ɵfac = function TaskCancelledComponent_Factory(t) { return new (t || TaskCancelledComponent)(); };
35535
+ static ɵfac = function TaskCancelledComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TaskCancelledComponent)(); };
35524
35536
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TaskCancelledComponent, selectors: [["app-task-cancelled"]], inputs: { caseId: "caseId" }, decls: 31, vars: 27, consts: [[1, "govuk-!-margin-9"], ["aria-labelledby", "error-summary-title", "role", "alert", "tabindex", "-1", "data-module", "error-summary", 1, "govuk-error-summary"], ["id", "error-summary-title", 1, "govuk-error-summary__title"], [1, "govuk-error-summary__body"], [1, "govuk-list", "govuk-error-summary__list"], ["href", "#"], [1, "govuk-form-group", "govuk-form-group--error"], [1, "govuk-heading-m"], [1, "form-group", "form-group-related"], ["type", "submit", "data-module", "govuk-button", 1, "govuk-button", "govuk-!-margin-right-2"], ["data-module", "govuk-button", 1, "govuk-button", "govuk-button--secondary", 3, "routerLink"]], template: function TaskCancelledComponent_Template(rf, ctx) { if (rf & 1) {
35525
35537
  i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "h2", 2);
35526
35538
  i0.ɵɵtext(3);
@@ -35587,7 +35599,7 @@ const _c0$6 = a0 => ["/", "cases", "case-details", a0, "tasks"];
35587
35599
  class TaskConflictComponent {
35588
35600
  task;
35589
35601
  caseId;
35590
- static ɵfac = function TaskConflictComponent_Factory(t) { return new (t || TaskConflictComponent)(); };
35602
+ static ɵfac = function TaskConflictComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TaskConflictComponent)(); };
35591
35603
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TaskConflictComponent, selectors: [["app-task-conflict"]], inputs: { task: "task", caseId: "caseId" }, decls: 24, vars: 21, consts: [[1, "govuk-!-margin-9"], ["aria-labelledby", "error-summary-title", "role", "alert", "tabindex", "-1", "data-module", "error-summary", 1, "govuk-error-summary"], ["id", "error-summary-title", 1, "govuk-error-summary__title"], [1, "govuk-error-summary__body"], [1, "govuk-list", "govuk-error-summary__list"], ["href", "#"], [1, "govuk-form-group", "govuk-form-group--error"], [1, "govuk-heading-m"], ["href", "javascript:void(0)", 3, "routerLink"]], template: function TaskConflictComponent_Template(rf, ctx) { if (rf & 1) {
35592
35604
  i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "h2", 2);
35593
35605
  i0.ɵɵtext(3);
@@ -35648,7 +35660,7 @@ class TaskUnassignedComponent {
35648
35660
  this.route = route;
35649
35661
  this.caseId = this.route.snapshot.data.case.case_id;
35650
35662
  }
35651
- static ɵfac = function TaskUnassignedComponent_Factory(t) { return new (t || TaskUnassignedComponent)(i0.ɵɵdirectiveInject(i1$1.ActivatedRoute)); };
35663
+ static ɵfac = function TaskUnassignedComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TaskUnassignedComponent)(i0.ɵɵdirectiveInject(i1$1.ActivatedRoute)); };
35652
35664
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TaskUnassignedComponent, selectors: [["app-task-unassigned"]], decls: 21, vars: 18, consts: [[1, "govuk-!-margin-9"], ["aria-labelledby", "error-summary-title", "role", "alert", "tabindex", "-1", "data-module", "error-summary", 1, "govuk-error-summary"], ["id", "error-summary-title", 1, "govuk-error-summary__title"], [1, "govuk-error-summary__body"], [1, "govuk-list", "govuk-error-summary__list"], ["href", "#"], [1, "govuk-form-group", "govuk-form-group--error"], [1, "govuk-heading-m"], ["href", "javascript:void(0)", 3, "routerLink"]], template: function TaskUnassignedComponent_Template(rf, ctx) { if (rf & 1) {
35653
35665
  i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "h2", 2);
35654
35666
  i0.ɵɵtext(3);
@@ -35843,7 +35855,7 @@ class EventStartGuard {
35843
35855
  this.sessionStorageService.setItem(CaseEditComponent.TASK_EVENT_COMPLETION_INFO, JSON.stringify(taskEventCompletionInfo));
35844
35856
  this.sessionStorageService.setItem(CaseEditComponent.CLIENT_CONTEXT, JSON.stringify(storeClientContext));
35845
35857
  }
35846
- static ɵfac = function EventStartGuard_Factory(t) { return new (t || EventStartGuard)(i0.ɵɵinject(WorkAllocationService), i0.ɵɵinject(i1$1.Router), i0.ɵɵinject(SessionStorageService), i0.ɵɵinject(AbstractAppConfig), i0.ɵɵinject(ReadCookieService)); };
35858
+ static ɵfac = function EventStartGuard_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || EventStartGuard)(i0.ɵɵinject(WorkAllocationService), i0.ɵɵinject(i1$1.Router), i0.ɵɵinject(SessionStorageService), i0.ɵɵinject(AbstractAppConfig), i0.ɵɵinject(ReadCookieService)); };
35847
35859
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: EventStartGuard, factory: EventStartGuard.ɵfac });
35848
35860
  }
35849
35861
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EventStartGuard, [{
@@ -36061,7 +36073,7 @@ class EventStartStateMachineService {
36061
36073
  addTransitionsForStateMultipleTasksAssignedToUser() {
36062
36074
  this.stateMultipleTasksAssignedToUser.addTransition(EventStartStates.FINAL, this.stateFinal);
36063
36075
  }
36064
- static ɵfac = function EventStartStateMachineService_Factory(t) { return new (t || EventStartStateMachineService)(); };
36076
+ static ɵfac = function EventStartStateMachineService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || EventStartStateMachineService)(); };
36065
36077
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: EventStartStateMachineService, factory: EventStartStateMachineService.ɵfac });
36066
36078
  }
36067
36079
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EventStartStateMachineService, [{
@@ -36110,7 +36122,7 @@ class EventStartComponent {
36110
36122
  // Start state machine
36111
36123
  this.service.startStateMachine(this.stateMachine);
36112
36124
  }
36113
- static ɵfac = function EventStartComponent_Factory(t) { return new (t || EventStartComponent)(i0.ɵɵdirectiveInject(EventStartStateMachineService), i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(SessionStorageService), i0.ɵɵdirectiveInject(ReadCookieService)); };
36125
+ static ɵfac = function EventStartComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || EventStartComponent)(i0.ɵɵdirectiveInject(EventStartStateMachineService), i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(SessionStorageService), i0.ɵɵdirectiveInject(ReadCookieService)); };
36114
36126
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EventStartComponent, selectors: [["ccd-event-start"]], decls: 0, vars: 0, template: function EventStartComponent_Template(rf, ctx) { }, encapsulation: 2 });
36115
36127
  }
36116
36128
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EventStartComponent, [{
@@ -36141,7 +36153,7 @@ class EventTasksResolverService {
36141
36153
  this.abstractConfig.logMessage(`EventTasksResolverService: caseInfo details not available in session storage for ${caseId}`);
36142
36154
  }
36143
36155
  }
36144
- static ɵfac = function EventTasksResolverService_Factory(t) { return new (t || EventTasksResolverService)(i0.ɵɵinject(WorkAllocationService), i0.ɵɵinject(SessionStorageService), i0.ɵɵinject(AbstractAppConfig)); };
36156
+ static ɵfac = function EventTasksResolverService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || EventTasksResolverService)(i0.ɵɵinject(WorkAllocationService), i0.ɵɵinject(SessionStorageService), i0.ɵɵinject(AbstractAppConfig)); };
36145
36157
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: EventTasksResolverService, factory: EventTasksResolverService.ɵfac });
36146
36158
  }
36147
36159
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EventTasksResolverService, [{
@@ -36149,7 +36161,7 @@ class EventTasksResolverService {
36149
36161
  }], () => [{ type: WorkAllocationService }, { type: SessionStorageService }, { type: AbstractAppConfig }], null); })();
36150
36162
 
36151
36163
  class EventStartModule {
36152
- static ɵfac = function EventStartModule_Factory(t) { return new (t || EventStartModule)(); };
36164
+ static ɵfac = function EventStartModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || EventStartModule)(); };
36153
36165
  static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: EventStartModule });
36154
36166
  static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
36155
36167
  EventStartGuard,
@@ -36305,7 +36317,7 @@ class EventTriggerComponent {
36305
36317
  getDefault() {
36306
36318
  return this.triggers?.length === 1 ? this.triggers[0] : '';
36307
36319
  }
36308
- static ɵfac = function EventTriggerComponent_Factory(t) { return new (t || EventTriggerComponent)(i0.ɵɵdirectiveInject(AbstractAppConfig), i0.ɵɵdirectiveInject(i4.FormBuilder), i0.ɵɵdirectiveInject(OrderService)); };
36320
+ static ɵfac = function EventTriggerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || EventTriggerComponent)(i0.ɵɵdirectiveInject(AbstractAppConfig), i0.ɵɵdirectiveInject(i4.FormBuilder), i0.ɵɵdirectiveInject(OrderService)); };
36309
36321
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EventTriggerComponent, selectors: [["ccd-event-trigger"]], inputs: { triggers: "triggers", triggerText: "triggerText", isDisabled: "isDisabled", eventId: "eventId" }, outputs: { onTriggerSubmit: "onTriggerSubmit", onTriggerChange: "onTriggerChange" }, features: [i0.ɵɵNgOnChangesFeature], decls: 1, vars: 1, consts: [["class", "event-trigger", 3, "formGroup", "ngSubmit", 4, "ngIf"], [1, "event-trigger", 3, "ngSubmit", "formGroup"], [1, "form-group", 2, "width", "350px !important"], ["for", "next-step", 1, "form-label"], ["id", "next-step", "formControlName", "trigger", 1, "form-control", "ccd-dropdown", 3, "change", "ngClass", "compareWith"], ["value", "", "data-default", "", 4, "ngIf"], [3, "ngValue", "title", 4, "ngFor", "ngForOf"], ["type", "submit", 1, "button", 3, "disabled"], ["value", "", "data-default", ""], [3, "ngValue", "title"]], template: function EventTriggerComponent_Template(rf, ctx) { if (rf & 1) {
36310
36322
  i0.ɵɵtemplate(0, EventTriggerComponent_form_0_Template, 11, 14, "form", 0);
36311
36323
  } if (rf & 2) {
@@ -36331,7 +36343,7 @@ class EventTriggerComponent {
36331
36343
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EventTriggerComponent, { className: "EventTriggerComponent", filePath: "lib/shared/components/event-trigger/event-trigger.component.ts", lineNumber: 12 }); })();
36332
36344
 
36333
36345
  class EventTriggerModule {
36334
- static ɵfac = function EventTriggerModule_Factory(t) { return new (t || EventTriggerModule)(); };
36346
+ static ɵfac = function EventTriggerModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || EventTriggerModule)(); };
36335
36347
  static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: EventTriggerModule });
36336
36348
  static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
36337
36349
  ReactiveFormsModule,
@@ -36571,7 +36583,7 @@ class CaseChallengedAccessRequestComponent {
36571
36583
  inputEmpty(input) {
36572
36584
  return input.value === null || input.value.trim().length === 0;
36573
36585
  }
36574
- static ɵfac = function CaseChallengedAccessRequestComponent_Factory(t) { return new (t || CaseChallengedAccessRequestComponent)(i0.ɵɵdirectiveInject(i4.FormBuilder), i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(CasesService), i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(CaseNotifier)); };
36586
+ static ɵfac = function CaseChallengedAccessRequestComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseChallengedAccessRequestComponent)(i0.ɵɵdirectiveInject(i4.FormBuilder), i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(CasesService), i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(CaseNotifier)); };
36575
36587
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseChallengedAccessRequestComponent, selectors: [["ccd-case-challenged-access-request"]], decls: 50, vars: 46, consts: [[3, "error", 4, "ngIf"], ["type", "information"], [3, "submit", "formGroup"], [1, "govuk-form-group", 3, "ngClass"], ["aria-describedby", "reason-hint", 1, "govuk-fieldset"], [1, "govuk-fieldset__legend", "govuk-fieldset__legend--l"], [1, "govuk-fieldset__heading"], ["id", "reason-hint", 1, "govuk-hint"], ["id", "error-message", "class", "govuk-error-message", 4, "ngIf"], ["data-module", "govuk-radios", 1, "govuk-radios", "govuk-radios--conditional"], [1, "govuk-radios__item"], ["id", "reason-0", "name", "radioSelected", "type", "radio", "data-aria-controls", "conditional-reason-0", "formControlName", "radioSelected", 1, "govuk-radios__input", 3, "change", "value", "checked"], ["for", "reason-0", 1, "govuk-label", "govuk-radios__label"], ["id", "conditional-reason-0", "class", "govuk-radios__conditional", 4, "ngIf"], ["id", "reason-1", "name", "radioSelected", "type", "radio", "formControlName", "radioSelected", 1, "govuk-radios__input", 3, "change", "value", "checked"], ["for", "reason-1", 1, "govuk-label", "govuk-radios__label"], ["id", "reason-2", "name", "radioSelected", "type", "radio", "formControlName", "radioSelected", 1, "govuk-radios__input", 3, "change", "value", "checked"], ["for", "reason-2", 1, "govuk-label", "govuk-radios__label"], ["id", "reason-3", "name", "radioSelected", "type", "radio", "data-aria-controls", "conditional-reason-3", "formControlName", "radioSelected", 1, "govuk-radios__input", 3, "change", "value", "checked"], ["for", "reason-3", "id", "reason-3-label", 1, "govuk-label", "govuk-radios__label"], ["id", "conditional-reason-3", "class", "govuk-radios__conditional", 4, "ngIf"], [1, "govuk-button-group"], ["type", "submit", 1, "govuk-button", "govuk-!-margin-right-3"], [1, "govuk-grid-column-full", "govuk-!-padding-left-0"], ["href", "javascript:void(0)", 1, "govuk-body", 3, "click"], [3, "error"], ["id", "error-message", 1, "govuk-error-message"], ["id", "conditional-reason-0", 1, "govuk-radios__conditional"], [1, "govuk-form-group"], ["for", "case-reference", 1, "govuk-label"], ["id", "case-reference-error-message", "class", "govuk-error-message", 4, "ngIf"], ["id", "case-reference", "name", "case-reference", "type", "text", "formControlName", "caseReference", 1, "govuk-input", "govuk-!-width-one-third", 3, "ngClass"], ["id", "case-reference-error-message", 1, "govuk-error-message"], ["id", "conditional-reason-3", 1, "govuk-radios__conditional"], ["id", "other-reason-error-message", "class", "govuk-error-message", 4, "ngIf"], ["id", "other-reason", "name", "other-reason", "rows", "5", "aria-describedby", "reason-3-label", "formControlName", "otherReason", 1, "govuk-textarea", 3, "ngClass"], ["id", "other-reason-error-message", 1, "govuk-error-message"]], template: function CaseChallengedAccessRequestComponent_Template(rf, ctx) { if (rf & 1) {
36576
36588
  i0.ɵɵtemplate(0, CaseChallengedAccessRequestComponent_exui_error_message_0_Template, 1, 1, "exui-error-message", 0);
36577
36589
  i0.ɵɵelementStart(1, "cut-alert", 1);
@@ -36689,7 +36701,7 @@ class CaseChallengedAccessSuccessComponent {
36689
36701
  ngOnInit() {
36690
36702
  this.caseId = this.route.snapshot.params.cid;
36691
36703
  }
36692
- static ɵfac = function CaseChallengedAccessSuccessComponent_Factory(t) { return new (t || CaseChallengedAccessSuccessComponent)(i0.ɵɵdirectiveInject(i1$1.ActivatedRoute)); };
36704
+ static ɵfac = function CaseChallengedAccessSuccessComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseChallengedAccessSuccessComponent)(i0.ɵɵdirectiveInject(i1$1.ActivatedRoute)); };
36693
36705
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseChallengedAccessSuccessComponent, selectors: [["ccd-case-challenged-access-success"]], decls: 31, vars: 23, consts: [[1, "govuk-width-container"], [1, "govuk-grid-row"], [1, "govuk-grid-column-two-thirds"], [1, "govuk-panel", "govuk-panel--confirmation"], [1, "govuk-panel__title"], [1, "govuk-panel__body"], [1, "govuk-heading-m"], [1, "govuk-body"], [3, "routerLink"]], template: function CaseChallengedAccessSuccessComponent_Template(rf, ctx) { if (rf & 1) {
36694
36706
  i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "div", 2)(3, "div", 3)(4, "h1", 4);
36695
36707
  i0.ɵɵtext(5);
@@ -36761,7 +36773,7 @@ class CaseReviewSpecificAccessRejectComponent {
36761
36773
  ngOnInit() {
36762
36774
  this.caseId = this.route.snapshot.data.case.case_id;
36763
36775
  }
36764
- static ɵfac = function CaseReviewSpecificAccessRejectComponent_Factory(t) { return new (t || CaseReviewSpecificAccessRejectComponent)(i0.ɵɵdirectiveInject(i1$1.ActivatedRoute)); };
36776
+ static ɵfac = function CaseReviewSpecificAccessRejectComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseReviewSpecificAccessRejectComponent)(i0.ɵɵdirectiveInject(i1$1.ActivatedRoute)); };
36765
36777
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseReviewSpecificAccessRejectComponent, selectors: [["case-review-specific-access-reject"]], decls: 24, vars: 17, consts: [[1, "govuk-width-container"], [1, "govuk-grid-row"], [1, "govuk-grid-column-two-thirds"], [1, "govuk-panel", "govuk-panel--confirmation"], [1, "govuk-panel__title"], [1, "govuk-heading-m"], [1, "govuk-body"], [1, "form-group", "form-group-related"], ["button", "", "href", "tasks/list", 1, "govuk-button", "govuk-!-margin-right-3"], [1, "cancel"], [3, "href"]], template: function CaseReviewSpecificAccessRejectComponent_Template(rf, ctx) { if (rf & 1) {
36766
36778
  i0.ɵɵelement(0, "p");
36767
36779
  i0.ɵɵelementStart(1, "div", 0)(2, "div", 1)(3, "div", 2)(4, "div", 3)(5, "h1", 4);
@@ -36929,7 +36941,7 @@ class CaseReviewSpecificAccessRequestComponent {
36929
36941
  this.requestAccessDetails = requestAccessDetailsMock.details;
36930
36942
  }
36931
36943
  }
36932
- static ɵfac = function CaseReviewSpecificAccessRequestComponent_Factory(t) { return new (t || CaseReviewSpecificAccessRequestComponent)(i0.ɵɵdirectiveInject(i4.FormBuilder), i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(AbstractAppConfig)); };
36944
+ static ɵfac = function CaseReviewSpecificAccessRequestComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseReviewSpecificAccessRequestComponent)(i0.ɵɵdirectiveInject(i4.FormBuilder), i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(AbstractAppConfig)); };
36933
36945
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseReviewSpecificAccessRequestComponent, selectors: [["ccd-case-review-specific-access-request"]], decls: 77, vars: 55, consts: [[3, "error", 4, "ngIf"], [3, "submit", "formGroup"], [1, "govuk-form-group"], ["aria-describedby", "reason-hint", 1, "govuk-fieldset"], [1, "govuk-grid-column-two-thirds"], [1, "govuk-fieldset__legend", "govuk-fieldset__legend--l"], [1, "govuk-fieldset__heading"], [1, "govuk-table"], [1, "govuk-table__body"], [1, "govuk-table__row"], ["scope", "row", 1, "govuk-table__header", "leftLabel"], [1, "govuk-table__cell"], [1, "govuk-form-group", 3, "ngClass"], [1, "govuk-fieldset"], [1, "govuk-fieldset__legend", "govuk-fieldset__legend--m"], ["id", "error-message", "class", "govuk-error-message", 4, "ngIf"], [1, "govuk-radios__item"], ["id", "reason-0", "name", "radioSelected", "type", "radio", "formControlName", "radioSelected", 1, "govuk-radios__input", 3, "change", "value", "checked"], ["for", "reason-0", 1, "govuk-label", "govuk-radios__label"], ["id", "reason-1", "name", "radioSelected", "type", "radio", "formControlName", "radioSelected", 1, "govuk-radios__input", 3, "change", "value", "checked"], ["for", "reason-1", 1, "govuk-label", "govuk-radios__label"], ["id", "reason-2", "name", "radioSelected", "type", "radio", "formControlName", "radioSelected", 1, "govuk-radios__input", 3, "change", "value", "checked"], ["for", "reason-2", 1, "govuk-label", "govuk-radios__label"], [1, "govuk-button-group"], ["type", "submit", 1, "govuk-button", "govuk-!-margin-right-3"], [1, "govuk-grid-column-full", "govuk-!-padding-left-0"], ["href", "javascript:void(0)", 1, "govuk-body", 3, "click"], [3, "error"], ["id", "error-message", 1, "govuk-error-message"]], template: function CaseReviewSpecificAccessRequestComponent_Template(rf, ctx) { if (rf & 1) {
36934
36946
  i0.ɵɵtemplate(0, CaseReviewSpecificAccessRequestComponent_exui_error_message_0_Template, 1, 1, "exui-error-message", 0);
36935
36947
  i0.ɵɵelementStart(1, "form", 1);
@@ -37196,7 +37208,7 @@ class CaseSpecificAccessRequestComponent {
37196
37208
  inputEmpty(input) {
37197
37209
  return input.value === null || input.value.trim().length === 0;
37198
37210
  }
37199
- static ɵfac = function CaseSpecificAccessRequestComponent_Factory(t) { return new (t || CaseSpecificAccessRequestComponent)(i0.ɵɵdirectiveInject(i4.FormBuilder), i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(CasesService), i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(CaseNotifier)); };
37211
+ static ɵfac = function CaseSpecificAccessRequestComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseSpecificAccessRequestComponent)(i0.ɵɵdirectiveInject(i4.FormBuilder), i0.ɵɵdirectiveInject(i1$1.Router), i0.ɵɵdirectiveInject(CasesService), i0.ɵɵdirectiveInject(i1$1.ActivatedRoute), i0.ɵɵdirectiveInject(CaseNotifier)); };
37200
37212
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseSpecificAccessRequestComponent, selectors: [["ccd-case-specific-access-request"]], decls: 50, vars: 42, consts: [[3, "error", 4, "ngIf"], ["type", "information"], [3, "submit", "formGroup"], [1, "govuk-form-group", 3, "ngClass"], ["aria-describedby", "reason-hint", 1, "govuk-fieldset"], [1, "govuk-fieldset__legend", "govuk-fieldset__legend--l"], [1, "govuk-fieldset__heading"], ["data-module", "govuk-details", "role", "group", 1, "govuk-details"], ["aria-expanded", "false", 1, "govuk-details__summary"], [1, "govuk-details__summary-text"], ["aria-hidden", "true", 1, "govuk-details__text"], [1, "govuk-body"], [1, "govuk-list", "govuk-list--bullet"], ["id", "reason-hint", 1, "govuk-hint"], ["id", "conditional-reason-3"], [1, "govuk-form-group"], ["id", "specific-reason-error-message", "class", "govuk-error-message", 4, "ngIf"], ["id", "specific-reason", "name", "specific-reason", "rows", "8", "formControlName", "specificReason", 1, "govuk-textarea", 3, "ngClass"], [1, "govuk-button-group"], ["type", "submit", 1, "govuk-button", "govuk-!-margin-right-3"], [1, "govuk-grid-column-full", "govuk-!-padding-left-0"], ["href", "javascript:void(0)", 1, "govuk-body", 3, "click"], [3, "error"], ["id", "specific-reason-error-message", 1, "govuk-error-message"]], template: function CaseSpecificAccessRequestComponent_Template(rf, ctx) { if (rf & 1) {
37201
37213
  i0.ɵɵtemplate(0, CaseSpecificAccessRequestComponent_exui_error_message_0_Template, 1, 1, "exui-error-message", 0);
37202
37214
  i0.ɵɵelementStart(1, "cut-alert", 1);
@@ -37299,7 +37311,7 @@ class CaseSpecificAccessSuccessComponent {
37299
37311
  ngOnInit() {
37300
37312
  this.caseId = this.route.snapshot.params.cid;
37301
37313
  }
37302
- static ɵfac = function CaseSpecificAccessSuccessComponent_Factory(t) { return new (t || CaseSpecificAccessSuccessComponent)(i0.ɵɵdirectiveInject(i1$1.ActivatedRoute)); };
37314
+ static ɵfac = function CaseSpecificAccessSuccessComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseSpecificAccessSuccessComponent)(i0.ɵɵdirectiveInject(i1$1.ActivatedRoute)); };
37303
37315
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CaseSpecificAccessSuccessComponent, selectors: [["ccd-case-specific-access-success"]], decls: 23, vars: 1, consts: [[1, "govuk-width-container"], [1, "govuk-grid-row"], [1, "govuk-grid-column-two-thirds"], [1, "govuk-panel", "govuk-panel--confirmation"], [1, "govuk-panel__title"], [1, "govuk-panel__body"], [1, "govuk-heading-m"], [1, "govuk-body"], ["href", "work/my-work/my-access"]], template: function CaseSpecificAccessSuccessComponent_Template(rf, ctx) { if (rf & 1) {
37304
37316
  i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "div", 2)(3, "div", 3)(4, "h1", 4);
37305
37317
  i0.ɵɵtext(5, " Request sent");
@@ -37337,7 +37349,7 @@ class CaseSpecificAccessSuccessComponent {
37337
37349
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CaseSpecificAccessSuccessComponent, { className: "CaseSpecificAccessSuccessComponent", filePath: "lib/shared/components/case-viewer/case-specific-access-success/case-specific-access-success.component.ts", lineNumber: 8 }); })();
37338
37350
 
37339
37351
  class CaseViewerModule {
37340
- static ɵfac = function CaseViewerModule_Factory(t) { return new (t || CaseViewerModule)(); };
37352
+ static ɵfac = function CaseViewerModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseViewerModule)(); };
37341
37353
  static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: CaseViewerModule });
37342
37354
  static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
37343
37355
  CaseNotifier,
@@ -37771,7 +37783,7 @@ class CreateCaseFiltersComponent {
37771
37783
  isEmpty(value) {
37772
37784
  return value === null || value === undefined;
37773
37785
  }
37774
- static ɵfac = function CreateCaseFiltersComponent_Factory(t) { return new (t || CreateCaseFiltersComponent)(i0.ɵɵdirectiveInject(OrderService), i0.ɵɵdirectiveInject(DefinitionsService), i0.ɵɵdirectiveInject(SessionStorageService), i0.ɵɵdirectiveInject(JurisdictionService)); };
37786
+ static ɵfac = function CreateCaseFiltersComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CreateCaseFiltersComponent)(i0.ɵɵdirectiveInject(OrderService), i0.ɵɵdirectiveInject(DefinitionsService), i0.ɵɵdirectiveInject(SessionStorageService), i0.ɵɵdirectiveInject(JurisdictionService)); };
37775
37787
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CreateCaseFiltersComponent, selectors: [["ccd-create-case-filters"]], inputs: { isDisabled: "isDisabled", startButtonText: "startButtonText" }, outputs: { selectionSubmitted: "selectionSubmitted", selectionChanged: "selectionChanged" }, decls: 31, vars: 28, consts: [[3, "ngSubmit"], [1, "form-group"], ["for", "cc-jurisdiction", 1, "form-label"], ["id", "cc-jurisdiction", "name", "jurisdiction", 1, "form-control", "ccd-dropdown", 3, "change", "formControl"], ["value", ""], [3, "value", 4, "ngFor", "ngForOf"], ["for", "cc-case-type", 1, "form-label"], ["id", "cc-case-type", "name", "case-type", 1, "form-control", "ccd-dropdown", 3, "change", "formControl"], ["for", "cc-event", 1, "form-label"], ["id", "cc-event", "name", "event", 1, "form-control", "ccd-dropdown", 3, "change", "formControl"], ["type", "submit", 1, "button", 3, "disabled"], [3, "value"]], template: function CreateCaseFiltersComponent_Template(rf, ctx) { if (rf & 1) {
37776
37788
  i0.ɵɵelementStart(0, "form", 0);
37777
37789
  i0.ɵɵlistener("ngSubmit", function CreateCaseFiltersComponent_Template_form_ngSubmit_0_listener() { return ctx.apply(); });
@@ -37861,7 +37873,7 @@ class CreateCaseFiltersComponent {
37861
37873
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CreateCaseFiltersComponent, { className: "CreateCaseFiltersComponent", filePath: "lib/shared/components/create-case-filters/create-case-filters.component.ts", lineNumber: 18 }); })();
37862
37874
 
37863
37875
  class CreateCaseFiltersModule {
37864
- static ɵfac = function CreateCaseFiltersModule_Factory(t) { return new (t || CreateCaseFiltersModule)(); };
37876
+ static ɵfac = function CreateCaseFiltersModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CreateCaseFiltersModule)(); };
37865
37877
  static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: CreateCaseFiltersModule });
37866
37878
  static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
37867
37879
  FormsModule,
@@ -37986,6 +37998,8 @@ class SearchFiltersComponent {
37986
37998
  onJurisdiction = new EventEmitter();
37987
37999
  searchInputs;
37988
38000
  searchInputsReady;
38001
+ // TEST-TODO
38002
+ // ngModel may cause Angular 18 issues
37989
38003
  selected;
37990
38004
  selectedJurisdictionCaseTypes;
37991
38005
  formGroup = new FormGroup({});
@@ -38162,7 +38176,7 @@ class SearchFiltersComponent {
38162
38176
  this.caseFields = this.searchInputs.map(item => FieldsUtils.convertToCaseField(item.field));
38163
38177
  }
38164
38178
  }
38165
- static ɵfac = function SearchFiltersComponent_Factory(t) { return new (t || SearchFiltersComponent)(i0.ɵɵdirectiveInject(SearchService), i0.ɵɵdirectiveInject(OrderService), i0.ɵɵdirectiveInject(JurisdictionService), i0.ɵɵdirectiveInject(WindowService)); };
38179
+ static ɵfac = function SearchFiltersComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SearchFiltersComponent)(i0.ɵɵdirectiveInject(SearchService), i0.ɵɵdirectiveInject(OrderService), i0.ɵɵdirectiveInject(JurisdictionService), i0.ɵɵdirectiveInject(WindowService)); };
38166
38180
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SearchFiltersComponent, selectors: [["ccd-search-filters"]], inputs: { jurisdictions: "jurisdictions", autoApply: "autoApply" }, outputs: { onApply: "onApply", onReset: "onReset", onJurisdiction: "onJurisdiction" }, decls: 28, vars: 34, consts: [["aria-label", "Filters", 1, "heading-h2"], [1, "global-display"], [1, "form-group", 2, "margin-top", "13px"], ["for", "s-jurisdiction", 1, "form-label"], ["id", "s-jurisdiction", "name", "jurisdiction", "aria-controls", "search-result", 1, "form-control", "form-control-3-4", "ccd-dropdown", 3, "ngModelChange", "change", "ngModel"], [3, "ngValue", 4, "ngFor", "ngForOf"], [1, "form-group"], ["for", "s-case-type", 1, "form-label"], ["id", "s-case-type", "name", "case-type", "aria-controls", "search-result", 1, "form-control", "form-control-3-4", "ccd-dropdown", 3, "ngModelChange", "change", "disabled", "ngModel"], ["ccdConditionalShowForm", "", 3, "formGroup", "contextFields", 4, "ngIf"], ["type", "button", 1, "button", 3, "click", "keyup.enter", "disabled", "title"], ["id", "reset", "type", "button", 1, "button", "button-secondary", 3, "click", "title"], [3, "ngValue"], ["ccdConditionalShowForm", "", 3, "formGroup", "contextFields"], ["id", "dynamicFilters"], ["class", "form-group", 4, "ngFor", "ngForOf"], [3, "keyup.enter", "caseField", "formGroup", "isExpanded"]], template: function SearchFiltersComponent_Template(rf, ctx) { if (rf & 1) {
38167
38181
  i0.ɵɵelementStart(0, "h2", 0);
38168
38182
  i0.ɵɵtext(1);
@@ -38285,7 +38299,7 @@ class SearchFiltersWrapperComponent {
38285
38299
  onWrapperJurisdiction(value) {
38286
38300
  this.onJurisdiction.emit(value);
38287
38301
  }
38288
- static ɵfac = function SearchFiltersWrapperComponent_Factory(t) { return new (t || SearchFiltersWrapperComponent)(i0.ɵɵdirectiveInject(DefinitionsService)); };
38302
+ static ɵfac = function SearchFiltersWrapperComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SearchFiltersWrapperComponent)(i0.ɵɵdirectiveInject(DefinitionsService)); };
38289
38303
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SearchFiltersWrapperComponent, selectors: [["ccd-search-filters-wrapper"]], inputs: { autoApply: "autoApply" }, outputs: { onApply: "onApply", onReset: "onReset", onJurisdiction: "onJurisdiction" }, decls: 1, vars: 1, consts: [[3, "jurisdictions", "autoApply", "onApply", "onReset", "onJuridiction", 4, "ngIf"], [3, "onApply", "onReset", "onJuridiction", "jurisdictions", "autoApply"]], template: function SearchFiltersWrapperComponent_Template(rf, ctx) { if (rf & 1) {
38290
38304
  i0.ɵɵtemplate(0, SearchFiltersWrapperComponent_ccd_search_filters_0_Template, 1, 2, "ccd-search-filters", 0);
38291
38305
  } if (rf & 2) {
@@ -38307,7 +38321,7 @@ class SearchFiltersWrapperComponent {
38307
38321
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SearchFiltersWrapperComponent, { className: "SearchFiltersWrapperComponent", filePath: "lib/shared/components/search-filters/search-filters-wrapper.component.ts", lineNumber: 11 }); })();
38308
38322
 
38309
38323
  class SearchFiltersModule {
38310
- static ɵfac = function SearchFiltersModule_Factory(t) { return new (t || SearchFiltersModule)(); };
38324
+ static ɵfac = function SearchFiltersModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SearchFiltersModule)(); };
38311
38325
  static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: SearchFiltersModule });
38312
38326
  static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
38313
38327
  SearchService,
@@ -39114,7 +39128,7 @@ class SearchResultComponent {
39114
39128
  }
39115
39129
  // eslint-disable-next-line @typescript-eslint/no-empty-function
39116
39130
  noop() { }
39117
- static ɵfac = function SearchResultComponent_Factory(t) { return new (t || SearchResultComponent)(i0.ɵɵdirectiveInject(SearchResultViewItemComparatorFactory), i0.ɵɵdirectiveInject(AbstractAppConfig), i0.ɵɵdirectiveInject(ActivityService), i0.ɵɵdirectiveInject(CaseReferencePipe), i0.ɵɵdirectiveInject(PlaceholderService), i0.ɵɵdirectiveInject(BrowserService), i0.ɵɵdirectiveInject(SessionStorageService)); };
39131
+ static ɵfac = function SearchResultComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SearchResultComponent)(i0.ɵɵdirectiveInject(SearchResultViewItemComparatorFactory), i0.ɵɵdirectiveInject(AbstractAppConfig), i0.ɵɵdirectiveInject(ActivityService), i0.ɵɵdirectiveInject(CaseReferencePipe), i0.ɵɵdirectiveInject(PlaceholderService), i0.ɵɵdirectiveInject(BrowserService), i0.ɵɵdirectiveInject(SessionStorageService)); };
39118
39132
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SearchResultComponent, selectors: [["ccd-search-result"]], inputs: { caseLinkUrlTemplate: "caseLinkUrlTemplate", jurisdiction: "jurisdiction", caseType: "caseType", caseState: "caseState", caseFilterFG: "caseFilterFG", resultView: "resultView", page: "page", paginationMetadata: "paginationMetadata", metadataFields: "metadataFields", selectionEnabled: "selectionEnabled", showOnlySelected: "showOnlySelected", preSelectedCases: "preSelectedCases", consumerSortingEnabled: "consumerSortingEnabled" }, outputs: { selection: "selection", changePage: "changePage", clickCase: "clickCase", sortHandler: "sortHandler" }, features: [i0.ɵɵNgOnChangesFeature], decls: 3, vars: 3, consts: [["case_reference", ""], [4, "ngIf"], [3, "visibilityLabel", "autoHide", "maxSize", "screenReaderPaginationLabel", "screenReaderPageLabel", "screenReaderCurrentLabel", "pageChange", 4, "ngIf"], ["class", "notification", 4, "ngIf"], ["id", "search-result-heading__text", "tabindex", "-1", 1, "heading-h2"], ["class", "govuk-warning-text pagination-limit-warning", 4, "ngIf"], ["class", "pagination-top", 4, "ngIf"], ["class", "reset-selection", 4, "ngIf"], ["scope", "row"], ["class", "govuk-table__checkbox", 4, "ngIf"], ["class", "search-result-column-header", "scope", "col", 4, "ngFor", "ngForOf"], ["style", "width: 110px;", "scope", "col", 4, "ngIf"], [1, "govuk-warning-text", "pagination-limit-warning"], ["aria-hidden", "true", 1, "govuk-warning-text__icon"], [1, "govuk-warning-text__text"], [1, "govuk-warning-text__assistive"], [1, "pagination-top"], ["id", "search-result-summary__text", 1, "text-16"], [1, "govuk-!-font-weight-bold"], [1, "reset-selection"], ["href", "javascript:void(0)", 1, "search-result-reset-link", 3, "click"], [1, "govuk-table__checkbox"], [1, "govuk-checkboxes__item"], ["id", "select-all", "name", "select-all", "type", "checkbox", 1, "govuk-checkboxes__input", 3, "change", "checked", "disabled"], ["for", "select-all", 1, "govuk-label", "govuk-checkboxes__label"], ["scope", "col", 1, "search-result-column-header"], [1, "search-result-column-label", 3, "click", "keyup"], ["class", "search-result-column-sort", 4, "ngIf"], [1, "search-result-column-sort"], ["href", "javascript:void(0)", 1, "sort-widget", 3, "click", "innerHTML"], ["scope", "col", 2, "width", "110px"], [4, "ngFor", "ngForOf"], ["class", "govuk-table__checkbox", "scope", "col", 4, "ngIf"], ["class", "search-result-column-cell", "scope", "row", 4, "ngFor", "ngForOf"], ["scope", "col", 1, "govuk-table__checkbox"], ["type", "checkbox", 1, "govuk-checkboxes__input", 3, "change", "id", "name", "checked", "disabled"], [1, "govuk-label", "govuk-checkboxes__label", 3, "for"], ["scope", "row", 1, "search-result-column-cell"], ["class", "govuk-link", 3, "routerLink", 4, "ngIf"], ["class", "text-16", 3, "visibility", 4, "ngIf"], [1, "govuk-link", 3, "routerLink"], ["class", "text-16", 4, "ngIf"], [1, "text-16"], ["ccdLabelSubstitutor", "", 3, "caseField", "contextFields", "elementsToSubstitute", 4, "ngIf", "ngIfElse"], ["ccdLabelSubstitutor", "", 3, "caseField", "contextFields", "elementsToSubstitute"], [3, "caseId", "displayMode"], ["type", "checkbox", 1, "govuk-checkboxes__input", 3, "change", "keyup", "id", "name", "checked", "disabled"], [3, "pageChange", "visibilityLabel", "autoHide", "maxSize", "screenReaderPaginationLabel", "screenReaderPageLabel", "screenReaderCurrentLabel"], [1, "notification"]], template: function SearchResultComponent_Template(rf, ctx) { if (rf & 1) {
39119
39133
  i0.ɵɵtemplate(0, SearchResultComponent_table_0_Template, 16, 11, "table", 1)(1, SearchResultComponent_ccd_pagination_1_Template, 1, 6, "ccd-pagination", 2)(2, SearchResultComponent_div_2_Template, 4, 6, "div", 3);
39120
39134
  } if (rf & 2) {
@@ -39163,10 +39177,10 @@ class SearchResultComponent {
39163
39177
  }], sortHandler: [{
39164
39178
  type: Output
39165
39179
  }] }); })();
39166
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SearchResultComponent, { className: "SearchResultComponent", filePath: "lib/shared/components/search-result/search-result.component.ts", lineNumber: 19 }); })();
39180
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SearchResultComponent, { className: "SearchResultComponent", filePath: "lib/shared/components/search-result/search-result.component.ts", lineNumber: 18 }); })();
39167
39181
 
39168
39182
  class SearchResultModule {
39169
- static ɵfac = function SearchResultModule_Factory(t) { return new (t || SearchResultModule)(); };
39183
+ static ɵfac = function SearchResultModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SearchResultModule)(); };
39170
39184
  static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: SearchResultModule });
39171
39185
  static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
39172
39186
  SearchResultViewItemComparatorFactory,