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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (473) hide show
  1. package/bundles/hmcts-ccd-case-ui-toolkit.umd.js +5184 -9659
  2. package/bundles/hmcts-ccd-case-ui-toolkit.umd.js.map +1 -1
  3. package/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js +1 -1
  4. package/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js.map +1 -1
  5. package/esm2015/lib/app.config.js +1 -1
  6. package/esm2015/lib/components/banners/alert/alert.component.js +5 -7
  7. package/esm2015/lib/components/banners/alert/alert.module.js +4 -12
  8. package/esm2015/lib/components/footer/footer.component.js +30 -55
  9. package/esm2015/lib/components/footer/footers.module.js +4 -12
  10. package/esm2015/lib/components/form/date-input/date-input.component.js +37 -56
  11. package/esm2015/lib/components/form/form.module.js +4 -8
  12. package/esm2015/lib/components/header/header-bar/header-bar.component.js +19 -32
  13. package/esm2015/lib/components/header/headers.module.js +4 -6
  14. package/esm2015/lib/components/header/navigation/navigation-item.component.js +7 -9
  15. package/esm2015/lib/components/header/phase/phase.component.js +9 -20
  16. package/esm2015/lib/components/tabs/tabs.component.js +5 -8
  17. package/esm2015/lib/components/tabs/tabs.module.js +2 -6
  18. package/esm2015/lib/shared/components/activity/activity-banner/activity-banner.component.js +9 -12
  19. package/esm2015/lib/shared/components/activity/activity-icon/activity-icon.component.js +8 -11
  20. package/esm2015/lib/shared/components/activity/activity.component.js +10 -15
  21. package/esm2015/lib/shared/components/activity/activity.module.js +2 -6
  22. package/esm2015/lib/shared/components/case-editor/case-create/case-create.component.js +2 -2
  23. package/esm2015/lib/shared/components/case-editor/case-edit/case-edit.component.js +272 -13
  24. package/esm2015/lib/shared/components/case-editor/case-edit-confirm/case-edit-confirm.component.js +28 -32
  25. package/esm2015/lib/shared/components/case-editor/case-edit-generic-errors/case-edit-generic-errors.component.js +80 -0
  26. package/esm2015/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.js +208 -228
  27. package/esm2015/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.js +194 -511
  28. package/esm2015/lib/shared/components/case-editor/case-editor.module.js +33 -37
  29. package/esm2015/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-cancelled/case-event-completion-task-cancelled.component.js +26 -51
  30. package/esm2015/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component.js +28 -51
  31. package/esm2015/lib/shared/components/case-editor/case-progress/case-progress.component.js +2 -2
  32. package/esm2015/lib/shared/components/case-editor/services/case-edit-wizard.guard.js +2 -3
  33. package/esm2015/lib/shared/components/case-editor/services/work-allocation.service.js +2 -2
  34. package/esm2015/lib/shared/components/case-history/case-history.component.js +63 -89
  35. package/esm2015/lib/shared/components/case-history/case-history.module.js +14 -18
  36. package/esm2015/lib/shared/components/case-list/case-list.component.js +49 -56
  37. package/esm2015/lib/shared/components/case-list/case-list.module.js +4 -8
  38. package/esm2015/lib/shared/components/case-list-filters/case-list-filters.module.js +7 -11
  39. package/esm2015/lib/shared/components/case-timeline/case-timeline.component.js +6 -9
  40. package/esm2015/lib/shared/components/case-timeline/case-timeline.module.js +8 -12
  41. package/esm2015/lib/shared/components/case-viewer/case-basic-access-view/case-basic-access-view.component.js +61 -106
  42. package/esm2015/lib/shared/components/case-viewer/case-challenged-access-request/case-challenged-access-request.component.js +69 -89
  43. package/esm2015/lib/shared/components/case-viewer/case-challenged-access-success/case-challenged-access-success.component.js +23 -45
  44. package/esm2015/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.js +14 -19
  45. package/esm2015/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.js +145 -172
  46. package/esm2015/lib/shared/components/case-viewer/case-review-specific-access-reject/case-review-specific-access-reject.component.js +20 -32
  47. package/esm2015/lib/shared/components/case-viewer/case-review-specific-access-request/case-review-specific-access-request.component.js +79 -107
  48. package/esm2015/lib/shared/components/case-viewer/case-specific-access-request/case-specific-access-request.component.js +49 -79
  49. package/esm2015/lib/shared/components/case-viewer/case-view/case-view.component.js +1 -1
  50. package/esm2015/lib/shared/components/case-viewer/case-viewer.component.js +33 -15
  51. package/esm2015/lib/shared/components/case-viewer/case-viewer.module.js +27 -37
  52. package/esm2015/lib/shared/components/case-viewer/printer/case-printer.component.js +22 -36
  53. package/esm2015/lib/shared/components/create-case-filters/create-case-filters.component.js +40 -63
  54. package/esm2015/lib/shared/components/create-case-filters/create-case-filters.module.js +2 -6
  55. package/esm2015/lib/shared/components/dialogs/delete-or-cancel-dialog/delete-or-cancel-dialog.component.js +14 -28
  56. package/esm2015/lib/shared/components/dialogs/dialogs.module.js +2 -6
  57. package/esm2015/lib/shared/components/dialogs/document-dialog/document-dialog.component.js +14 -28
  58. package/esm2015/lib/shared/components/dialogs/remove-dialog/remove-dialog.component.js +14 -28
  59. package/esm2015/lib/shared/components/dialogs/save-or-discard-dialog/save-or-discard-dialog.component.js +14 -28
  60. package/esm2015/lib/shared/components/error/callback-errors.component.js +23 -39
  61. package/esm2015/lib/shared/components/error/errors.module.js +2 -6
  62. package/esm2015/lib/shared/components/error-message/error-message.component.js +11 -14
  63. package/esm2015/lib/shared/components/error-message/error-message.module.js +4 -8
  64. package/esm2015/lib/shared/components/event-start/components/multiple-tasks-exist/multiple-tasks-exist.component.js +20 -39
  65. package/esm2015/lib/shared/components/event-start/components/no-tasks-available/no-tasks-available.component.js +18 -34
  66. package/esm2015/lib/shared/components/event-start/components/task-assigned/task-assigned.component.js +19 -34
  67. package/esm2015/lib/shared/components/event-start/components/task-cancelled/task-cancelled.component.js +25 -50
  68. package/esm2015/lib/shared/components/event-start/components/task-conflict/task-conflict.component.js +20 -39
  69. package/esm2015/lib/shared/components/event-start/components/task-unassigned/task-unassigned.component.js +18 -34
  70. package/esm2015/lib/shared/components/event-start/event-start.module.js +4 -8
  71. package/esm2015/lib/shared/components/event-trigger/event-trigger.component.js +17 -27
  72. package/esm2015/lib/shared/components/event-trigger/event-trigger.module.js +2 -6
  73. package/esm2015/lib/shared/components/loading-spinner/loading-spinner.component.js +5 -7
  74. package/esm2015/lib/shared/components/loading-spinner/loading-spinner.module.js +2 -6
  75. package/esm2015/lib/shared/components/pagination/pagination.component.js +67 -84
  76. package/esm2015/lib/shared/components/pagination/pagination.module.js +4 -8
  77. package/esm2015/lib/shared/components/palette/address/write-address-field.component.js +31 -50
  78. package/esm2015/lib/shared/components/palette/base-field/abstract-field-read.component.js +1 -1
  79. package/esm2015/lib/shared/components/palette/base-field/field-read-label.component.js +8 -10
  80. package/esm2015/lib/shared/components/palette/base-field/field-read.component.js +1 -5
  81. package/esm2015/lib/shared/components/palette/base-field/field-write.component.js +2 -2
  82. package/esm2015/lib/shared/components/palette/case-file-view/case-file-view-field.component.js +79 -29
  83. package/esm2015/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder.component.js +1 -1
  84. package/esm2015/lib/shared/components/palette/case-file-view/components/shared/case-file-view-overlay-menu/case-file-view-overlay-menu.component.js +1 -1
  85. package/esm2015/lib/shared/components/palette/case-flag/components/add-comments/add-comments.component.js +37 -62
  86. package/esm2015/lib/shared/components/palette/case-flag/components/case-flag-summary-list/case-flag-summary-list.component.js +42 -244
  87. package/esm2015/lib/shared/components/palette/case-flag/components/case-flag-table/case-flag-table.component.js +73 -144
  88. package/esm2015/lib/shared/components/palette/case-flag/components/index.js +1 -3
  89. package/esm2015/lib/shared/components/palette/case-flag/components/manage-case-flags/manage-case-flags.component.js +87 -62
  90. package/esm2015/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter.component.js +101 -133
  91. package/esm2015/lib/shared/components/palette/case-flag/components/select-flag-location/select-flag-location.component.js +35 -55
  92. package/esm2015/lib/shared/components/palette/case-flag/components/select-flag-type/select-flag-type.component.js +113 -186
  93. package/esm2015/lib/shared/components/palette/case-flag/components/update-flag/update-flag.component.js +99 -286
  94. package/esm2015/lib/shared/components/palette/case-flag/domain/case-flag-state.model.js +1 -1
  95. package/esm2015/lib/shared/components/palette/case-flag/domain/case-flag.model.js +1 -1
  96. package/esm2015/lib/shared/components/palette/case-flag/domain/language.model.js +1 -1
  97. package/esm2015/lib/shared/components/palette/case-flag/enums/case-flag-status.enum.js +2 -3
  98. package/esm2015/lib/shared/components/palette/case-flag/enums/case-flag-wizard-step-title.enum.js +3 -8
  99. package/esm2015/lib/shared/components/palette/case-flag/enums/index.js +2 -8
  100. package/esm2015/lib/shared/components/palette/case-flag/enums/select-flag-error-message.enum.js +2 -3
  101. package/esm2015/lib/shared/components/palette/case-flag/enums/select-flag-type-error-message.enum.js +1 -2
  102. package/esm2015/lib/shared/components/palette/case-flag/enums/update-flag-error-message.enum.js +1 -3
  103. package/esm2015/lib/shared/components/palette/case-flag/enums/update-flag-step.enum.js +2 -3
  104. package/esm2015/lib/shared/components/palette/case-flag/enums/write-case-flag-field.enum.js +4 -8
  105. package/esm2015/lib/shared/components/palette/case-flag/index.js +1 -2
  106. package/esm2015/lib/shared/components/palette/case-flag/read-case-flag-field.component.js +50 -121
  107. package/esm2015/lib/shared/components/palette/case-flag/write-case-flag-field.component.js +141 -250
  108. package/esm2015/lib/shared/components/palette/case-link/write-case-link-field.component.js +12 -16
  109. package/esm2015/lib/shared/components/palette/collection/write-collection-field.component.js +57 -68
  110. package/esm2015/lib/shared/components/palette/complex/read-complex-field-collection-table.component.js +46 -50
  111. package/esm2015/lib/shared/components/palette/complex/read-complex-field-raw.component.js +6 -7
  112. package/esm2015/lib/shared/components/palette/complex/read-complex-field-table.component.js +20 -22
  113. package/esm2015/lib/shared/components/palette/complex/write-complex-field.component.js +4 -5
  114. package/esm2015/lib/shared/components/palette/date/write-date-field.component.js +12 -16
  115. package/esm2015/lib/shared/components/palette/datetime-picker/datetime-picker.component.js +17 -29
  116. package/esm2015/lib/shared/components/palette/document/write-document-field.component.js +25 -31
  117. package/esm2015/lib/shared/components/palette/dynamic-list/read-dynamic-list-field.component.js +7 -9
  118. package/esm2015/lib/shared/components/palette/dynamic-list/write-dynamic-list-field.component.js +20 -32
  119. package/esm2015/lib/shared/components/palette/dynamic-radio-list/read-dynamic-radio-list-field.component.js +7 -9
  120. package/esm2015/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.js +15 -24
  121. package/esm2015/lib/shared/components/palette/email/write-email-field.component.js +12 -16
  122. package/esm2015/lib/shared/components/palette/fixed-list/read-fixed-list-field.component.js +7 -9
  123. package/esm2015/lib/shared/components/palette/fixed-list/write-fixed-list-field.component.js +14 -19
  124. package/esm2015/lib/shared/components/palette/fixed-radio-list/read-fixed-radio-list-field.component.js +7 -9
  125. package/esm2015/lib/shared/components/palette/fixed-radio-list/write-fixed-radio-list-field.component.js +15 -20
  126. package/esm2015/lib/shared/components/palette/history/event-log/event-log-details.component.js +65 -87
  127. package/esm2015/lib/shared/components/palette/history/event-log/event-log-table.component.js +46 -60
  128. package/esm2015/lib/shared/components/palette/index.js +2 -3
  129. package/esm2015/lib/shared/components/palette/judicial-user/write-judicial-user-field.component.js +45 -22
  130. package/esm2015/lib/shared/components/palette/label/label-field.component.js +5 -24
  131. package/esm2015/lib/shared/components/palette/linked-cases/components/before-you-start/before-you-start.component.js +2 -4
  132. package/esm2015/lib/shared/components/palette/linked-cases/components/linked-cases-table/linked-cases-to-table.component.js +1 -1
  133. package/esm2015/lib/shared/components/palette/linked-cases/components/no-linked-cases/no-linked-cases.component.js +2 -4
  134. package/esm2015/lib/shared/components/palette/linked-cases/domain/linked-cases-state.model.js +1 -1
  135. package/esm2015/lib/shared/components/palette/linked-cases/read-linked-cases-field.component.js +2 -4
  136. package/esm2015/lib/shared/components/palette/markdown/index.js +1 -2
  137. package/esm2015/lib/shared/components/palette/money-gbp/write-money-gbp-field.component.js +12 -16
  138. package/esm2015/lib/shared/components/palette/multi-select-list/read-multi-select-list-field.component.js +11 -15
  139. package/esm2015/lib/shared/components/palette/multi-select-list/write-multi-select-list-field.component.js +14 -19
  140. package/esm2015/lib/shared/components/palette/number/write-number-field.component.js +12 -16
  141. package/esm2015/lib/shared/components/palette/order-summary/read-order-summary-field.component.js +25 -43
  142. package/esm2015/lib/shared/components/palette/order-summary/read-order-summary-row.component.js +6 -7
  143. package/esm2015/lib/shared/components/palette/organisation/read-organisation-field-raw.component.js +29 -41
  144. package/esm2015/lib/shared/components/palette/organisation/read-organisation-field-table.component.js +35 -48
  145. package/esm2015/lib/shared/components/palette/organisation/write-organisation-field.component.js +50 -88
  146. package/esm2015/lib/shared/components/palette/palette.module.js +82 -178
  147. package/esm2015/lib/shared/components/palette/palette.service.js +2 -5
  148. package/esm2015/lib/shared/components/palette/phone-uk/write-phone-uk-field.component.js +12 -16
  149. package/esm2015/lib/shared/components/palette/text/read-text-field.component.js +5 -7
  150. package/esm2015/lib/shared/components/palette/text/write-text-field.component.js +12 -16
  151. package/esm2015/lib/shared/components/palette/text-area/read-text-area-field.component.js +5 -7
  152. package/esm2015/lib/shared/components/palette/text-area/write-text-area-field.component.js +12 -16
  153. package/esm2015/lib/shared/components/palette/yes-no/read-yes-no-field.component.js +5 -7
  154. package/esm2015/lib/shared/components/palette/yes-no/write-yes-no-field.component.js +15 -20
  155. package/esm2015/lib/shared/components/search-filters/search-filters.component.js +35 -60
  156. package/esm2015/lib/shared/components/search-filters/search-filters.module.js +10 -14
  157. package/esm2015/lib/shared/components/search-result/search-result.component.js +80 -102
  158. package/esm2015/lib/shared/components/search-result/search-result.module.js +13 -16
  159. package/esm2015/lib/shared/components/workbasket-filters/workbasket-filters.component.js +52 -90
  160. package/esm2015/lib/shared/components/workbasket-filters/workbasket-filters.module.js +9 -13
  161. package/esm2015/lib/shared/directives/conditional-show/conditional-show-form.directive.js +2 -2
  162. package/esm2015/lib/shared/domain/case-edit/case-edit.model.js +2 -0
  163. package/esm2015/lib/shared/domain/case-edit/index.js +2 -0
  164. package/esm2015/lib/shared/domain/case-file-view/case-file-view-document.model.js +1 -1
  165. package/esm2015/lib/shared/domain/case-flag/flag-type.model.js +2 -17
  166. package/esm2015/lib/shared/domain/case-view/case-view-trigger.model.js +2 -1
  167. package/esm2015/lib/shared/domain/definition/display-context-enum.model.js +1 -3
  168. package/esm2015/lib/shared/domain/index.js +2 -1
  169. package/esm2015/lib/shared/fixture/shared.test.fixture.js +1 -2
  170. package/esm2015/lib/shared/pipes/index.js +2 -3
  171. package/esm2015/lib/shared/pipes/pipes.module.js +5 -9
  172. package/esm2015/lib/shared/services/alert/alert.service.js +8 -28
  173. package/esm2015/lib/shared/services/case-flag/case-flag-refdata.service.js +4 -10
  174. package/esm2015/lib/shared/services/request/request.options.builder.js +1 -7
  175. package/fesm2015/hmcts-ccd-case-ui-toolkit.js +6431 -10499
  176. package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
  177. package/lib/app.config.d.ts.map +1 -1
  178. package/lib/components/banners/alert/alert.module.d.ts +1 -2
  179. package/lib/components/banners/alert/alert.module.d.ts.map +1 -1
  180. package/lib/components/footer/footers.module.d.ts +1 -2
  181. package/lib/components/footer/footers.module.d.ts.map +1 -1
  182. package/lib/components/form/form.module.d.ts +1 -2
  183. package/lib/components/form/form.module.d.ts.map +1 -1
  184. package/lib/components/header/headers.module.d.ts +1 -2
  185. package/lib/components/header/headers.module.d.ts.map +1 -1
  186. package/lib/components/tabs/tabs.component.d.ts.map +1 -1
  187. package/lib/components/tabs/tabs.module.d.ts +1 -2
  188. package/lib/components/tabs/tabs.module.d.ts.map +1 -1
  189. package/lib/shared/components/activity/activity.module.d.ts +1 -2
  190. package/lib/shared/components/activity/activity.module.d.ts.map +1 -1
  191. package/lib/shared/components/case-editor/case-edit/case-edit.component.d.ts +65 -10
  192. package/lib/shared/components/case-editor/case-edit/case-edit.component.d.ts.map +1 -1
  193. package/lib/shared/components/case-editor/case-edit-confirm/case-edit-confirm.component.d.ts +0 -1
  194. package/lib/shared/components/case-editor/case-edit-confirm/case-edit-confirm.component.d.ts.map +1 -1
  195. package/lib/shared/components/case-editor/case-edit-generic-errors/case-edit-generic-errors.component.d.ts +8 -0
  196. package/lib/shared/components/case-editor/case-edit-generic-errors/case-edit-generic-errors.component.d.ts.map +1 -0
  197. package/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.d.ts +10 -9
  198. package/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.d.ts.map +1 -1
  199. package/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.d.ts +7 -56
  200. package/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.d.ts.map +1 -1
  201. package/lib/shared/components/case-editor/case-editor.module.d.ts +13 -13
  202. package/lib/shared/components/case-editor/case-editor.module.d.ts.map +1 -1
  203. package/lib/shared/components/case-editor/services/case-edit-wizard.guard.d.ts.map +1 -1
  204. package/lib/shared/components/case-history/case-history.module.d.ts +1 -2
  205. package/lib/shared/components/case-history/case-history.module.d.ts.map +1 -1
  206. package/lib/shared/components/case-list/case-list.module.d.ts +1 -2
  207. package/lib/shared/components/case-list/case-list.module.d.ts.map +1 -1
  208. package/lib/shared/components/case-list-filters/case-list-filters.module.d.ts +1 -2
  209. package/lib/shared/components/case-list-filters/case-list-filters.module.d.ts.map +1 -1
  210. package/lib/shared/components/case-timeline/case-timeline.module.d.ts +1 -2
  211. package/lib/shared/components/case-timeline/case-timeline.module.d.ts.map +1 -1
  212. package/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.d.ts.map +1 -1
  213. package/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.d.ts +7 -5
  214. package/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.d.ts.map +1 -1
  215. package/lib/shared/components/case-viewer/case-viewer.component.d.ts +6 -3
  216. package/lib/shared/components/case-viewer/case-viewer.component.d.ts.map +1 -1
  217. package/lib/shared/components/case-viewer/case-viewer.module.d.ts +4 -6
  218. package/lib/shared/components/case-viewer/case-viewer.module.d.ts.map +1 -1
  219. package/lib/shared/components/create-case-filters/create-case-filters.module.d.ts +1 -2
  220. package/lib/shared/components/create-case-filters/create-case-filters.module.d.ts.map +1 -1
  221. package/lib/shared/components/dialogs/dialogs.module.d.ts +1 -2
  222. package/lib/shared/components/dialogs/dialogs.module.d.ts.map +1 -1
  223. package/lib/shared/components/error/callback-errors.component.d.ts +2 -3
  224. package/lib/shared/components/error/callback-errors.component.d.ts.map +1 -1
  225. package/lib/shared/components/error/errors.module.d.ts +1 -2
  226. package/lib/shared/components/error/errors.module.d.ts.map +1 -1
  227. package/lib/shared/components/error-message/error-message.module.d.ts +1 -2
  228. package/lib/shared/components/error-message/error-message.module.d.ts.map +1 -1
  229. package/lib/shared/components/event-start/event-start.module.d.ts +1 -2
  230. package/lib/shared/components/event-start/event-start.module.d.ts.map +1 -1
  231. package/lib/shared/components/event-trigger/event-trigger.module.d.ts +1 -2
  232. package/lib/shared/components/event-trigger/event-trigger.module.d.ts.map +1 -1
  233. package/lib/shared/components/loading-spinner/loading-spinner.module.d.ts +1 -2
  234. package/lib/shared/components/loading-spinner/loading-spinner.module.d.ts.map +1 -1
  235. package/lib/shared/components/pagination/pagination.module.d.ts +1 -2
  236. package/lib/shared/components/pagination/pagination.module.d.ts.map +1 -1
  237. package/lib/shared/components/palette/base-field/abstract-field-read.component.d.ts.map +1 -1
  238. package/lib/shared/components/palette/base-field/field-read.component.d.ts +0 -1
  239. package/lib/shared/components/palette/base-field/field-read.component.d.ts.map +1 -1
  240. package/lib/shared/components/palette/base-field/field-write.component.d.ts.map +1 -1
  241. package/lib/shared/components/palette/case-file-view/case-file-view-field.component.d.ts +9 -7
  242. package/lib/shared/components/palette/case-file-view/case-file-view-field.component.d.ts.map +1 -1
  243. package/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder.component.d.ts +4 -1
  244. package/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder.component.d.ts.map +1 -1
  245. package/lib/shared/components/palette/case-flag/components/add-comments/add-comments.component.d.ts +1 -2
  246. package/lib/shared/components/palette/case-flag/components/add-comments/add-comments.component.d.ts.map +1 -1
  247. package/lib/shared/components/palette/case-flag/components/case-flag-summary-list/case-flag-summary-list.component.d.ts +5 -20
  248. package/lib/shared/components/palette/case-flag/components/case-flag-summary-list/case-flag-summary-list.component.d.ts.map +1 -1
  249. package/lib/shared/components/palette/case-flag/components/case-flag-table/case-flag-table.component.d.ts +1 -2
  250. package/lib/shared/components/palette/case-flag/components/case-flag-table/case-flag-table.component.d.ts.map +1 -1
  251. package/lib/shared/components/palette/case-flag/components/index.d.ts +0 -2
  252. package/lib/shared/components/palette/case-flag/components/index.d.ts.map +1 -1
  253. package/lib/shared/components/palette/case-flag/components/manage-case-flags/manage-case-flags.component.d.ts +8 -4
  254. package/lib/shared/components/palette/case-flag/components/manage-case-flags/manage-case-flags.component.d.ts.map +1 -1
  255. package/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter.component.d.ts +8 -10
  256. package/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter.component.d.ts.map +1 -1
  257. package/lib/shared/components/palette/case-flag/components/select-flag-location/select-flag-location.component.d.ts +1 -2
  258. package/lib/shared/components/palette/case-flag/components/select-flag-location/select-flag-location.component.d.ts.map +1 -1
  259. package/lib/shared/components/palette/case-flag/components/select-flag-type/select-flag-type.component.d.ts +8 -12
  260. package/lib/shared/components/palette/case-flag/components/select-flag-type/select-flag-type.component.d.ts.map +1 -1
  261. package/lib/shared/components/palette/case-flag/components/update-flag/update-flag.component.d.ts +9 -19
  262. package/lib/shared/components/palette/case-flag/components/update-flag/update-flag.component.d.ts.map +1 -1
  263. package/lib/shared/components/palette/case-flag/domain/case-flag-state.model.d.ts +10 -1
  264. package/lib/shared/components/palette/case-flag/domain/case-flag-state.model.d.ts.map +1 -1
  265. package/lib/shared/components/palette/case-flag/domain/case-flag.model.d.ts +0 -6
  266. package/lib/shared/components/palette/case-flag/domain/case-flag.model.d.ts.map +1 -1
  267. package/lib/shared/components/palette/case-flag/domain/language.model.d.ts +0 -1
  268. package/lib/shared/components/palette/case-flag/domain/language.model.d.ts.map +1 -1
  269. package/lib/shared/components/palette/case-flag/enums/case-flag-status.enum.d.ts +1 -2
  270. package/lib/shared/components/palette/case-flag/enums/case-flag-status.enum.d.ts.map +1 -1
  271. package/lib/shared/components/palette/case-flag/enums/case-flag-wizard-step-title.enum.d.ts +3 -8
  272. package/lib/shared/components/palette/case-flag/enums/case-flag-wizard-step-title.enum.d.ts.map +1 -1
  273. package/lib/shared/components/palette/case-flag/enums/index.d.ts +1 -7
  274. package/lib/shared/components/palette/case-flag/enums/index.d.ts.map +1 -1
  275. package/lib/shared/components/palette/case-flag/enums/select-flag-error-message.enum.d.ts +1 -2
  276. package/lib/shared/components/palette/case-flag/enums/select-flag-error-message.enum.d.ts.map +1 -1
  277. package/lib/shared/components/palette/case-flag/enums/select-flag-type-error-message.enum.d.ts +0 -1
  278. package/lib/shared/components/palette/case-flag/enums/select-flag-type-error-message.enum.d.ts.map +1 -1
  279. package/lib/shared/components/palette/case-flag/enums/update-flag-error-message.enum.d.ts +1 -3
  280. package/lib/shared/components/palette/case-flag/enums/update-flag-error-message.enum.d.ts.map +1 -1
  281. package/lib/shared/components/palette/case-flag/enums/update-flag-step.enum.d.ts +2 -3
  282. package/lib/shared/components/palette/case-flag/enums/update-flag-step.enum.d.ts.map +1 -1
  283. package/lib/shared/components/palette/case-flag/enums/write-case-flag-field.enum.d.ts +3 -7
  284. package/lib/shared/components/palette/case-flag/enums/write-case-flag-field.enum.d.ts.map +1 -1
  285. package/lib/shared/components/palette/case-flag/index.d.ts +0 -1
  286. package/lib/shared/components/palette/case-flag/index.d.ts.map +1 -1
  287. package/lib/shared/components/palette/case-flag/read-case-flag-field.component.d.ts +8 -11
  288. package/lib/shared/components/palette/case-flag/read-case-flag-field.component.d.ts.map +1 -1
  289. package/lib/shared/components/palette/case-flag/write-case-flag-field.component.d.ts +24 -23
  290. package/lib/shared/components/palette/case-flag/write-case-flag-field.component.d.ts.map +1 -1
  291. package/lib/shared/components/palette/collection/write-collection-field.component.d.ts +2 -3
  292. package/lib/shared/components/palette/collection/write-collection-field.component.d.ts.map +1 -1
  293. package/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.d.ts.map +1 -1
  294. package/lib/shared/components/palette/index.d.ts +1 -2
  295. package/lib/shared/components/palette/index.d.ts.map +1 -1
  296. package/lib/shared/components/palette/judicial-user/write-judicial-user-field.component.d.ts +10 -9
  297. package/lib/shared/components/palette/judicial-user/write-judicial-user-field.component.d.ts.map +1 -1
  298. package/lib/shared/components/palette/label/label-field.component.d.ts +1 -2
  299. package/lib/shared/components/palette/label/label-field.component.d.ts.map +1 -1
  300. package/lib/shared/components/palette/linked-cases/components/before-you-start/before-you-start.component.d.ts.map +1 -1
  301. package/lib/shared/components/palette/linked-cases/components/no-linked-cases/no-linked-cases.component.d.ts.map +1 -1
  302. package/lib/shared/components/palette/linked-cases/domain/linked-cases-state.model.d.ts +0 -4
  303. package/lib/shared/components/palette/linked-cases/domain/linked-cases-state.model.d.ts.map +1 -1
  304. package/lib/shared/components/palette/linked-cases/read-linked-cases-field.component.d.ts.map +1 -1
  305. package/lib/shared/components/palette/markdown/index.d.ts +0 -1
  306. package/lib/shared/components/palette/markdown/index.d.ts.map +1 -1
  307. package/lib/shared/components/palette/palette.module.d.ts +117 -135
  308. package/lib/shared/components/palette/palette.module.d.ts.map +1 -1
  309. package/lib/shared/components/palette/palette.service.d.ts.map +1 -1
  310. package/lib/shared/components/search-filters/search-filters.module.d.ts +1 -2
  311. package/lib/shared/components/search-filters/search-filters.module.d.ts.map +1 -1
  312. package/lib/shared/components/search-result/search-result.component.d.ts +1 -1
  313. package/lib/shared/components/search-result/search-result.module.d.ts +2 -3
  314. package/lib/shared/components/search-result/search-result.module.d.ts.map +1 -1
  315. package/lib/shared/components/workbasket-filters/workbasket-filters.module.d.ts +1 -2
  316. package/lib/shared/components/workbasket-filters/workbasket-filters.module.d.ts.map +1 -1
  317. package/lib/shared/domain/case-edit/case-edit.model.d.ts +26 -0
  318. package/lib/shared/domain/case-edit/case-edit.model.d.ts.map +1 -0
  319. package/lib/shared/domain/case-edit/index.d.ts +2 -0
  320. package/lib/shared/domain/case-edit/index.d.ts.map +1 -0
  321. package/lib/shared/domain/case-file-view/case-file-view-document.model.d.ts +1 -0
  322. package/lib/shared/domain/case-file-view/case-file-view-document.model.d.ts.map +1 -1
  323. package/lib/shared/domain/case-flag/flag-type.model.d.ts +1 -6
  324. package/lib/shared/domain/case-flag/flag-type.model.d.ts.map +1 -1
  325. package/lib/shared/domain/case-view/case-view-trigger.model.d.ts +1 -0
  326. package/lib/shared/domain/case-view/case-view-trigger.model.d.ts.map +1 -1
  327. package/lib/shared/domain/definition/display-context-enum.model.d.ts +1 -3
  328. package/lib/shared/domain/definition/display-context-enum.model.d.ts.map +1 -1
  329. package/lib/shared/domain/index.d.ts +1 -0
  330. package/lib/shared/domain/index.d.ts.map +1 -1
  331. package/lib/shared/fixture/shared.test.fixture.d.ts.map +1 -1
  332. package/lib/shared/pipes/index.d.ts +1 -2
  333. package/lib/shared/pipes/index.d.ts.map +1 -1
  334. package/lib/shared/pipes/pipes.module.d.ts +2 -3
  335. package/lib/shared/pipes/pipes.module.d.ts.map +1 -1
  336. package/lib/shared/services/alert/alert.service.d.ts +4 -8
  337. package/lib/shared/services/alert/alert.service.d.ts.map +1 -1
  338. package/lib/shared/services/case-flag/case-flag-refdata.service.d.ts +2 -3
  339. package/lib/shared/services/case-flag/case-flag-refdata.service.d.ts.map +1 -1
  340. package/lib/shared/services/request/request.options.builder.d.ts.map +1 -1
  341. package/package.json +1 -1
  342. package/esm2015/lib/shared/components/case-editor/case-edit-submit/case-edit-submit-titles.enum.js +0 -7
  343. package/esm2015/lib/shared/components/case-editor/services/case-flag-state.service.js +0 -19
  344. package/esm2015/lib/shared/components/palette/case-flag/components/confirm-flag-status/confirm-flag-status.component.js +0 -181
  345. package/esm2015/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter-control-names.enum.js +0 -6
  346. package/esm2015/lib/shared/components/palette/case-flag/components/update-flag/update-flag-add-translation-form/update-flag-add-translation-form.component.js +0 -292
  347. package/esm2015/lib/shared/components/palette/case-flag/enums/case-flag-display-context-parameter.enum.js +0 -9
  348. package/esm2015/lib/shared/components/palette/case-flag/enums/case-flag-form-fields.enum.js +0 -12
  349. package/esm2015/lib/shared/components/palette/case-flag/enums/confirm-status-error-message.enum.js +0 -6
  350. package/esm2015/lib/shared/components/palette/case-flag/enums/confirm-status-step.enum.js +0 -6
  351. package/esm2015/lib/shared/components/palette/case-flag/enums/update-flag-add-translation-error-message.enum.js +0 -6
  352. package/esm2015/lib/shared/components/palette/case-flag/enums/update-flag-add-translation-step.enum.js +0 -6
  353. package/esm2015/lib/shared/components/palette/case-flag/pipes/flag-field-display.pipe.js +0 -41
  354. package/esm2015/lib/shared/components/palette/case-flag/pipes/index.js +0 -5
  355. package/esm2015/lib/shared/components/palette/case-flag/pipes/language-interpreter-display.pipe.js +0 -41
  356. package/esm2015/lib/shared/components/palette/case-flag/pipes/manage-case-flags-label-display.pipe.js +0 -109
  357. package/esm2015/lib/shared/components/palette/case-flag/pipes/update-flag-title-display.pipe.js +0 -77
  358. package/esm2015/lib/shared/components/palette/markdown/markdown-component.module.js +0 -42
  359. package/esm2015/lib/shared/components/palette/query-management/__mocks__/index.js +0 -164
  360. package/esm2015/lib/shared/components/palette/query-management/components/index.js +0 -10
  361. package/esm2015/lib/shared/components/palette/query-management/components/query-case-details-header/query-case-details-header.component.js +0 -64
  362. package/esm2015/lib/shared/components/palette/query-management/components/query-check-your-answers/query-check-your-answers.component.js +0 -171
  363. package/esm2015/lib/shared/components/palette/query-management/components/query-create/query-create.component.js +0 -18
  364. package/esm2015/lib/shared/components/palette/query-management/components/query-details/query-details.component.js +0 -56
  365. package/esm2015/lib/shared/components/palette/query-management/components/query-details-table/query-details-table.component.js +0 -147
  366. package/esm2015/lib/shared/components/palette/query-management/components/query-list/query-list.component.js +0 -175
  367. package/esm2015/lib/shared/components/palette/query-management/components/query-management-error-messages/query-management-error-message.model.js +0 -2
  368. package/esm2015/lib/shared/components/palette/query-management/components/query-write/query-write-add-documents/query-write-add-documents.component.js +0 -66
  369. package/esm2015/lib/shared/components/palette/query-management/components/query-write/query-write-raise-query/query-write-raise-query.component.js +0 -214
  370. package/esm2015/lib/shared/components/palette/query-management/components/query-write/query-write-respond-to-query/query-write-respond-to-query.component.js +0 -167
  371. package/esm2015/lib/shared/components/palette/query-management/index.js +0 -6
  372. package/esm2015/lib/shared/components/palette/query-management/models/index.js +0 -7
  373. package/esm2015/lib/shared/components/palette/query-management/models/party-messages/party-message.model.js +0 -2
  374. package/esm2015/lib/shared/components/palette/query-management/models/party-messages/party-messages-group.model.js +0 -2
  375. package/esm2015/lib/shared/components/palette/query-management/models/query-list/query-list-column/query-list-column.model.js +0 -2
  376. package/esm2015/lib/shared/components/palette/query-management/models/query-list/query-list-data/query-list-data.model.js +0 -18
  377. package/esm2015/lib/shared/components/palette/query-management/models/query-list/query-list-item/query-list-item.model.js +0 -35
  378. package/esm2015/lib/shared/components/palette/query-management/models/query-list/query-list-response-status.enum.js +0 -7
  379. package/esm2015/lib/shared/components/palette/query-management/read-query-management-field.component.js +0 -83
  380. package/esm2015/lib/shared/components/palette/query-management/utils/query-management.utils.js +0 -12
  381. package/esm2015/lib/shared/components/palette/query-management/write-query-management-field.component.js +0 -60
  382. package/esm2015/lib/shared/domain/alert/alert-status-params.model.js +0 -2
  383. package/esm2015/lib/shared/domain/case-view/case-view-event-ids.enum.js +0 -6
  384. package/esm2015/lib/shared/pipes/generic/enum-display-description/enum-display-description.pipe.js +0 -16
  385. package/esm2015/lib/shared/pipes/generic/index.js +0 -2
  386. package/lib/shared/components/case-editor/case-edit-submit/case-edit-submit-titles.enum.d.ts +0 -6
  387. package/lib/shared/components/case-editor/case-edit-submit/case-edit-submit-titles.enum.d.ts.map +0 -1
  388. package/lib/shared/components/case-editor/services/case-flag-state.service.d.ts +0 -11
  389. package/lib/shared/components/case-editor/services/case-flag-state.service.d.ts.map +0 -1
  390. package/lib/shared/components/palette/case-flag/components/confirm-flag-status/confirm-flag-status.component.d.ts +0 -28
  391. package/lib/shared/components/palette/case-flag/components/confirm-flag-status/confirm-flag-status.component.d.ts.map +0 -1
  392. package/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter-control-names.enum.d.ts +0 -5
  393. package/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter-control-names.enum.d.ts.map +0 -1
  394. package/lib/shared/components/palette/case-flag/components/update-flag/update-flag-add-translation-form/update-flag-add-translation-form.component.d.ts +0 -27
  395. package/lib/shared/components/palette/case-flag/components/update-flag/update-flag-add-translation-form/update-flag-add-translation-form.component.d.ts.map +0 -1
  396. package/lib/shared/components/palette/case-flag/enums/case-flag-display-context-parameter.enum.d.ts +0 -8
  397. package/lib/shared/components/palette/case-flag/enums/case-flag-display-context-parameter.enum.d.ts.map +0 -1
  398. package/lib/shared/components/palette/case-flag/enums/case-flag-form-fields.enum.d.ts +0 -11
  399. package/lib/shared/components/palette/case-flag/enums/case-flag-form-fields.enum.d.ts.map +0 -1
  400. package/lib/shared/components/palette/case-flag/enums/confirm-status-error-message.enum.d.ts +0 -5
  401. package/lib/shared/components/palette/case-flag/enums/confirm-status-error-message.enum.d.ts.map +0 -1
  402. package/lib/shared/components/palette/case-flag/enums/confirm-status-step.enum.d.ts +0 -5
  403. package/lib/shared/components/palette/case-flag/enums/confirm-status-step.enum.d.ts.map +0 -1
  404. package/lib/shared/components/palette/case-flag/enums/update-flag-add-translation-error-message.enum.d.ts +0 -5
  405. package/lib/shared/components/palette/case-flag/enums/update-flag-add-translation-error-message.enum.d.ts.map +0 -1
  406. package/lib/shared/components/palette/case-flag/enums/update-flag-add-translation-step.enum.d.ts +0 -5
  407. package/lib/shared/components/palette/case-flag/enums/update-flag-add-translation-step.enum.d.ts.map +0 -1
  408. package/lib/shared/components/palette/case-flag/pipes/flag-field-display.pipe.d.ts +0 -19
  409. package/lib/shared/components/palette/case-flag/pipes/flag-field-display.pipe.d.ts.map +0 -1
  410. package/lib/shared/components/palette/case-flag/pipes/index.d.ts +0 -5
  411. package/lib/shared/components/palette/case-flag/pipes/index.d.ts.map +0 -1
  412. package/lib/shared/components/palette/case-flag/pipes/language-interpreter-display.pipe.d.ts +0 -18
  413. package/lib/shared/components/palette/case-flag/pipes/language-interpreter-display.pipe.d.ts.map +0 -1
  414. package/lib/shared/components/palette/case-flag/pipes/manage-case-flags-label-display.pipe.d.ts +0 -25
  415. package/lib/shared/components/palette/case-flag/pipes/manage-case-flags-label-display.pipe.d.ts.map +0 -1
  416. package/lib/shared/components/palette/case-flag/pipes/update-flag-title-display.pipe.d.ts +0 -21
  417. package/lib/shared/components/palette/case-flag/pipes/update-flag-title-display.pipe.d.ts.map +0 -1
  418. package/lib/shared/components/palette/markdown/markdown-component.module.d.ts +0 -13
  419. package/lib/shared/components/palette/markdown/markdown-component.module.d.ts.map +0 -1
  420. package/lib/shared/components/palette/query-management/__mocks__/index.d.ts +0 -5
  421. package/lib/shared/components/palette/query-management/__mocks__/index.d.ts.map +0 -1
  422. package/lib/shared/components/palette/query-management/components/index.d.ts +0 -10
  423. package/lib/shared/components/palette/query-management/components/index.d.ts.map +0 -1
  424. package/lib/shared/components/palette/query-management/components/query-case-details-header/query-case-details-header.component.d.ts +0 -10
  425. package/lib/shared/components/palette/query-management/components/query-case-details-header/query-case-details-header.component.d.ts.map +0 -1
  426. package/lib/shared/components/palette/query-management/components/query-check-your-answers/query-check-your-answers.component.d.ts +0 -18
  427. package/lib/shared/components/palette/query-management/components/query-check-your-answers/query-check-your-answers.component.d.ts.map +0 -1
  428. package/lib/shared/components/palette/query-management/components/query-create/query-create.component.d.ts +0 -9
  429. package/lib/shared/components/palette/query-management/components/query-create/query-create.component.d.ts.map +0 -1
  430. package/lib/shared/components/palette/query-management/components/query-details/query-details.component.d.ts +0 -11
  431. package/lib/shared/components/palette/query-management/components/query-details/query-details.component.d.ts.map +0 -1
  432. package/lib/shared/components/palette/query-management/components/query-details-table/query-details-table.component.d.ts +0 -12
  433. package/lib/shared/components/palette/query-management/components/query-details-table/query-details-table.component.d.ts.map +0 -1
  434. package/lib/shared/components/palette/query-management/components/query-list/query-list.component.d.ts +0 -18
  435. package/lib/shared/components/palette/query-management/components/query-list/query-list.component.d.ts.map +0 -1
  436. package/lib/shared/components/palette/query-management/components/query-management-error-messages/query-management-error-message.model.d.ts +0 -5
  437. package/lib/shared/components/palette/query-management/components/query-management-error-messages/query-management-error-message.model.d.ts.map +0 -1
  438. package/lib/shared/components/palette/query-management/components/query-write/query-write-add-documents/query-write-add-documents.component.d.ts +0 -17
  439. package/lib/shared/components/palette/query-management/components/query-write/query-write-add-documents/query-write-add-documents.component.d.ts.map +0 -1
  440. package/lib/shared/components/palette/query-management/components/query-write/query-write-raise-query/query-write-raise-query.component.d.ts +0 -8
  441. package/lib/shared/components/palette/query-management/components/query-write/query-write-raise-query/query-write-raise-query.component.d.ts.map +0 -1
  442. package/lib/shared/components/palette/query-management/components/query-write/query-write-respond-to-query/query-write-respond-to-query.component.d.ts +0 -18
  443. package/lib/shared/components/palette/query-management/components/query-write/query-write-respond-to-query/query-write-respond-to-query.component.d.ts.map +0 -1
  444. package/lib/shared/components/palette/query-management/index.d.ts +0 -6
  445. package/lib/shared/components/palette/query-management/index.d.ts.map +0 -1
  446. package/lib/shared/components/palette/query-management/models/index.d.ts +0 -7
  447. package/lib/shared/components/palette/query-management/models/index.d.ts.map +0 -1
  448. package/lib/shared/components/palette/query-management/models/party-messages/party-message.model.d.ts +0 -14
  449. package/lib/shared/components/palette/query-management/models/party-messages/party-message.model.d.ts.map +0 -1
  450. package/lib/shared/components/palette/query-management/models/party-messages/party-messages-group.model.d.ts +0 -7
  451. package/lib/shared/components/palette/query-management/models/party-messages/party-messages-group.model.d.ts.map +0 -1
  452. package/lib/shared/components/palette/query-management/models/query-list/query-list-column/query-list-column.model.d.ts +0 -7
  453. package/lib/shared/components/palette/query-management/models/query-list/query-list-column/query-list-column.model.d.ts.map +0 -1
  454. package/lib/shared/components/palette/query-management/models/query-list/query-list-data/query-list-data.model.d.ts +0 -10
  455. package/lib/shared/components/palette/query-management/models/query-list/query-list-data/query-list-data.model.d.ts.map +0 -1
  456. package/lib/shared/components/palette/query-management/models/query-list/query-list-item/query-list-item.model.d.ts +0 -21
  457. package/lib/shared/components/palette/query-management/models/query-list/query-list-item/query-list-item.model.d.ts.map +0 -1
  458. package/lib/shared/components/palette/query-management/models/query-list/query-list-response-status.enum.d.ts +0 -6
  459. package/lib/shared/components/palette/query-management/models/query-list/query-list-response-status.enum.d.ts.map +0 -1
  460. package/lib/shared/components/palette/query-management/read-query-management-field.component.d.ts +0 -17
  461. package/lib/shared/components/palette/query-management/read-query-management-field.component.d.ts.map +0 -1
  462. package/lib/shared/components/palette/query-management/utils/query-management.utils.d.ts +0 -7
  463. package/lib/shared/components/palette/query-management/utils/query-management.utils.d.ts.map +0 -1
  464. package/lib/shared/components/palette/query-management/write-query-management-field.component.d.ts +0 -16
  465. package/lib/shared/components/palette/query-management/write-query-management-field.component.d.ts.map +0 -1
  466. package/lib/shared/domain/alert/alert-status-params.model.d.ts +0 -6
  467. package/lib/shared/domain/alert/alert-status-params.model.d.ts.map +0 -1
  468. package/lib/shared/domain/case-view/case-view-event-ids.enum.d.ts +0 -5
  469. package/lib/shared/domain/case-view/case-view-event-ids.enum.d.ts.map +0 -1
  470. package/lib/shared/pipes/generic/enum-display-description/enum-display-description.pipe.d.ts +0 -8
  471. package/lib/shared/pipes/generic/enum-display-description/enum-display-description.pipe.d.ts.map +0 -1
  472. package/lib/shared/pipes/generic/index.d.ts +0 -2
  473. package/lib/shared/pipes/generic/index.d.ts.map +0 -1
@@ -4,143 +4,125 @@ import * as i2 from "./fixed-radio-list/fixed-radio-list.pipe";
4
4
  import * as i3 from "./dynamic-list/dynamic-list.pipe";
5
5
  import * as i4 from "./dynamic-radio-list/dynamic-radio-list.pipe";
6
6
  import * as i5 from "./document/document-url.pipe";
7
- import * as i6 from "./case-flag/pipes/flag-field-display.pipe";
8
- import * as i7 from "./case-flag/pipes/language-interpreter-display.pipe";
9
- import * as i8 from "./case-flag/pipes/manage-case-flags-label-display.pipe";
10
- import * as i9 from "./case-flag/pipes/update-flag-title-display.pipe";
11
- import * as i10 from "./unsupported-field.component";
12
- import * as i11 from "./datetime-picker/datetime-picker.component";
13
- import * as i12 from "./waystopay/waystopay-field.component";
14
- import * as i13 from "./base-field/field-read.component";
15
- import * as i14 from "./base-field/field-write.component";
16
- import * as i15 from "./base-field/field-read-label.component";
17
- import * as i16 from "./label/label-field.component";
18
- import * as i17 from "./payment/case-payment-history-viewer-field.component";
19
- import * as i18 from "./money-gbp/money-gbp-input.component";
20
- import * as i19 from "./history/case-history-viewer-field.component";
21
- import * as i20 from "./history/event-log/event-log.component";
22
- import * as i21 from "./history/event-log/event-log-details.component";
23
- import * as i22 from "./history/event-log/event-log-table.component";
24
- import * as i23 from "./text/read-text-field.component";
25
- import * as i24 from "./text-area/read-text-area-field.component";
26
- import * as i25 from "./number/read-number-field.component";
27
- import * as i26 from "./email/read-email-field.component";
28
- import * as i27 from "./phone-uk/read-phone-uk-field.component";
29
- import * as i28 from "./date/read-date-field.component";
30
- import * as i29 from "./collection/read-collection-field.component";
31
- import * as i30 from "./document/read-document-field.component";
32
- import * as i31 from "./judicial-user/read-judicial-user-field.component";
33
- import * as i32 from "./yes-no/read-yes-no-field.component";
34
- import * as i33 from "./organisation/read-organisation-field.component";
35
- import * as i34 from "./organisation/read-organisation-field-table.component";
36
- import * as i35 from "./organisation/read-organisation-field-raw.component";
37
- import * as i36 from "./order-summary/read-order-summary-field.component";
38
- import * as i37 from "./order-summary/read-order-summary-row.component";
39
- import * as i38 from "./money-gbp/read-money-gbp-field.component";
40
- import * as i39 from "./multi-select-list/read-multi-select-list-field.component";
41
- import * as i40 from "./dynamic-list/read-dynamic-list-field.component";
42
- import * as i41 from "./fixed-list/read-fixed-list-field.component";
43
- import * as i42 from "./fixed-radio-list/read-fixed-radio-list-field.component";
44
- import * as i43 from "./dynamic-radio-list/read-dynamic-radio-list-field.component";
45
- import * as i44 from "./case-link/read-case-link-field.component";
46
- import * as i45 from "./complex/read-complex-field.component";
47
- import * as i46 from "./complex/read-complex-field-raw.component";
48
- import * as i47 from "./complex/read-complex-field-table.component";
49
- import * as i48 from "./complex/read-complex-field-collection-table.component";
50
- import * as i49 from "./case-flag/read-case-flag-field.component";
51
- import * as i50 from "./linked-cases/read-linked-cases-field.component";
52
- import * as i51 from "./judicial-user/write-judicial-user-field.component";
53
- import * as i52 from "./address/write-address-field.component";
54
- import * as i53 from "./complex/write-complex-field.component";
55
- import * as i54 from "./organisation/write-organisation-complex-field.component";
56
- import * as i55 from "./document/write-document-field.component";
57
- import * as i56 from "./dynamic-list/write-dynamic-list-field.component";
58
- import * as i57 from "./dynamic-radio-list/write-dynamic-radio-list-field.component";
59
- import * as i58 from "./text/write-text-field.component";
60
- import * as i59 from "./date/write-date-container-field.component";
61
- import * as i60 from "./text-area/write-text-area-field.component";
62
- import * as i61 from "./phone-uk/write-phone-uk-field.component";
63
- import * as i62 from "./number/write-number-field.component";
64
- import * as i63 from "./email/write-email-field.component";
65
- import * as i64 from "./date/write-date-field.component";
66
- import * as i65 from "./case-flag/write-case-flag-field.component";
67
- import * as i66 from "./linked-cases/write-linked-cases-field.component";
68
- import * as i67 from "./yes-no/write-yes-no-field.component";
69
- import * as i68 from "./organisation/write-organisation-field.component";
70
- import * as i69 from "./order-summary/write-order-summary-field.component";
71
- import * as i70 from "./money-gbp/write-money-gbp-field.component";
72
- import * as i71 from "./multi-select-list/write-multi-select-list-field.component";
73
- import * as i72 from "./fixed-list/write-fixed-list-field.component";
74
- import * as i73 from "./fixed-radio-list/write-fixed-radio-list-field.component";
75
- import * as i74 from "./case-link/write-case-link-field.component";
76
- import * as i75 from "./collection/write-collection-field.component";
77
- import * as i76 from "./case-file-view/case-file-view-field.component";
78
- import * as i77 from "./case-file-view/components/case-file-view-folder/case-file-view-folder.component";
79
- import * as i78 from "./case-file-view/components/case-file-view-folder/case-file-view-folder-sort/case-file-view-folder-sort.component";
80
- import * as i79 from "./case-file-view/components/shared/case-file-view-overlay-menu/case-file-view-overlay-menu.component";
81
- import * as i80 from "./case-file-view/components/case-file-view-folder/case-file-view-folder-document-actions/case-file-view-folder-document-actions.component";
82
- import * as i81 from "./case-file-view/components/case-file-view-folder-selector/case-file-view-folder-selector.component";
83
- import * as i82 from "./dynamic-multi-select-list/write-dynamic-multi-select-list-field.component";
84
- import * as i83 from "./dynamic-multi-select-list/read-dynamic-multi-select-list-field.component";
85
- import * as i84 from "./case-flag/components/case-flag-table/case-flag-table.component";
86
- import * as i85 from "./case-flag/components/select-flag-type/select-flag-type.component";
87
- import * as i86 from "./case-flag/components/search-language-interpreter/search-language-interpreter.component";
88
- import * as i87 from "./case-flag/components/select-flag-location/select-flag-location.component";
89
- import * as i88 from "./case-flag/components/manage-case-flags/manage-case-flags.component";
90
- import * as i89 from "./case-flag/components/add-comments/add-comments.component";
91
- import * as i90 from "./case-flag/components/update-flag/update-flag.component";
92
- import * as i91 from "./case-flag/components/case-flag-summary-list/case-flag-summary-list.component";
93
- import * as i92 from "./case-flag/components/confirm-flag-status/confirm-flag-status.component";
94
- import * as i93 from "./case-flag/components/update-flag/update-flag-add-translation-form/update-flag-add-translation-form.component";
95
- import * as i94 from "./linked-cases/components/linked-cases-table/linked-cases-to-table.component";
96
- import * as i95 from "./linked-cases/components/linked-cases-table/linked-cases-from-table.component";
97
- import * as i96 from "./linked-cases/components/before-you-start/before-you-start.component";
98
- import * as i97 from "./linked-cases/components/link-cases/link-cases.component";
99
- import * as i98 from "./linked-cases/components/check-your-answers/check-your-answers.component";
100
- import * as i99 from "./linked-cases/components/unlink-cases/unlink-cases.component";
101
- import * as i100 from "./linked-cases/components/no-linked-cases/no-linked-cases.component";
102
- import * as i101 from "./query-management/read-query-management-field.component";
103
- import * as i102 from "./query-management/write-query-management-field.component";
104
- import * as i103 from "./query-management/components/query-details/query-details.component";
105
- import * as i104 from "./query-management/components/query-create/query-create.component";
106
- import * as i105 from "./query-management/components/query-list/query-list.component";
107
- import * as i106 from "./query-management/components/query-details-table/query-details-table.component";
108
- import * as i107 from "./query-management/components/query-write/query-write-respond-to-query/query-write-respond-to-query.component";
109
- import * as i108 from "./query-management/components/query-write/query-write-raise-query/query-write-raise-query.component";
110
- import * as i109 from "./query-management/components/query-case-details-header/query-case-details-header.component";
111
- import * as i110 from "./query-management/components/query-check-your-answers/query-check-your-answers.component";
112
- import * as i111 from "./query-management/components/query-write/query-write-add-documents/query-write-add-documents.component";
113
- import * as i112 from "@angular/common";
114
- import * as i113 from "@angular/router";
115
- import * as i114 from "@angular/forms";
116
- import * as i115 from "../../commons/case-edit-data/case-edit-data.module";
117
- import * as i116 from "./utils/utils.module";
118
- import * as i117 from "../../pipes/pipes.module";
119
- import * as i118 from "../../../components/banners/banners.module";
120
- import * as i119 from "../../../components/header/headers.module";
121
- import * as i120 from "../../../components/footer/footers.module";
122
- import * as i121 from "../../../components/body/body.module";
123
- import * as i122 from "../../../components/form/form.module";
124
- import * as i123 from "../../../components/tabs/tabs.module";
125
- import * as i124 from "../../directives/substitutor/label-substitutor.module";
126
- import * as i125 from "ngx-md";
127
- import * as i126 from "@angular-material-components/datetime-picker";
128
- import * as i127 from "@angular/material/form-field";
129
- import * as i128 from "@angular/material/input";
130
- import * as i129 from "@angular/material/datepicker";
131
- import * as i130 from "@angular/material/autocomplete";
132
- import * as i131 from "@angular/cdk/tree";
133
- import * as i132 from "@angular/cdk/overlay";
134
- import * as i133 from "@hmcts/ccpay-web-component";
135
- import * as i134 from "@nicky-lenaers/ngx-scroll-to";
136
- import * as i135 from "@angular/material/dialog";
137
- import * as i136 from "@hmcts/media-viewer";
138
- import * as i137 from "../../services/loading/loading.module";
139
- import * as i138 from "rpx-xui-translation";
140
- import * as i139 from "./markdown/markdown-component.module";
7
+ import * as i6 from "./case-flag/components/case-flag-table/case-flag-table.component";
8
+ import * as i7 from "./case-flag/components/select-flag-type/select-flag-type.component";
9
+ import * as i8 from "./case-flag/components/search-language-interpreter/search-language-interpreter.component";
10
+ import * as i9 from "./case-flag/components/select-flag-location/select-flag-location.component";
11
+ import * as i10 from "./case-flag/components/manage-case-flags/manage-case-flags.component";
12
+ import * as i11 from "./case-flag/components/add-comments/add-comments.component";
13
+ import * as i12 from "./case-flag/components/update-flag/update-flag.component";
14
+ import * as i13 from "./case-flag/components/case-flag-summary-list/case-flag-summary-list.component";
15
+ import * as i14 from "./unsupported-field.component";
16
+ import * as i15 from "./datetime-picker/datetime-picker.component";
17
+ import * as i16 from "./waystopay/waystopay-field.component";
18
+ import * as i17 from "./markdown/markdown.component";
19
+ import * as i18 from "./base-field/field-read.component";
20
+ import * as i19 from "./base-field/field-write.component";
21
+ import * as i20 from "./base-field/field-read-label.component";
22
+ import * as i21 from "./label/label-field.component";
23
+ import * as i22 from "./payment/case-payment-history-viewer-field.component";
24
+ import * as i23 from "./money-gbp/money-gbp-input.component";
25
+ import * as i24 from "./history/case-history-viewer-field.component";
26
+ import * as i25 from "./history/event-log/event-log.component";
27
+ import * as i26 from "./history/event-log/event-log-details.component";
28
+ import * as i27 from "./history/event-log/event-log-table.component";
29
+ import * as i28 from "./text/read-text-field.component";
30
+ import * as i29 from "./text-area/read-text-area-field.component";
31
+ import * as i30 from "./number/read-number-field.component";
32
+ import * as i31 from "./email/read-email-field.component";
33
+ import * as i32 from "./phone-uk/read-phone-uk-field.component";
34
+ import * as i33 from "./date/read-date-field.component";
35
+ import * as i34 from "./collection/read-collection-field.component";
36
+ import * as i35 from "./document/read-document-field.component";
37
+ import * as i36 from "./judicial-user/read-judicial-user-field.component";
38
+ import * as i37 from "./yes-no/read-yes-no-field.component";
39
+ import * as i38 from "./organisation/read-organisation-field.component";
40
+ import * as i39 from "./organisation/read-organisation-field-table.component";
41
+ import * as i40 from "./organisation/read-organisation-field-raw.component";
42
+ import * as i41 from "./order-summary/read-order-summary-field.component";
43
+ import * as i42 from "./order-summary/read-order-summary-row.component";
44
+ import * as i43 from "./money-gbp/read-money-gbp-field.component";
45
+ import * as i44 from "./multi-select-list/read-multi-select-list-field.component";
46
+ import * as i45 from "./dynamic-list/read-dynamic-list-field.component";
47
+ import * as i46 from "./fixed-list/read-fixed-list-field.component";
48
+ import * as i47 from "./fixed-radio-list/read-fixed-radio-list-field.component";
49
+ import * as i48 from "./dynamic-radio-list/read-dynamic-radio-list-field.component";
50
+ import * as i49 from "./case-link/read-case-link-field.component";
51
+ import * as i50 from "./complex/read-complex-field.component";
52
+ import * as i51 from "./complex/read-complex-field-raw.component";
53
+ import * as i52 from "./complex/read-complex-field-table.component";
54
+ import * as i53 from "./complex/read-complex-field-collection-table.component";
55
+ import * as i54 from "./case-flag/read-case-flag-field.component";
56
+ import * as i55 from "./linked-cases/read-linked-cases-field.component";
57
+ import * as i56 from "./judicial-user/write-judicial-user-field.component";
58
+ import * as i57 from "./address/write-address-field.component";
59
+ import * as i58 from "./complex/write-complex-field.component";
60
+ import * as i59 from "./organisation/write-organisation-complex-field.component";
61
+ import * as i60 from "./document/write-document-field.component";
62
+ import * as i61 from "./dynamic-list/write-dynamic-list-field.component";
63
+ import * as i62 from "./dynamic-radio-list/write-dynamic-radio-list-field.component";
64
+ import * as i63 from "./dynamic-multi-select-list/write-dynamic-multi-select-list-field.component";
65
+ import * as i64 from "./dynamic-multi-select-list/read-dynamic-multi-select-list-field.component";
66
+ import * as i65 from "./text/write-text-field.component";
67
+ import * as i66 from "./date/write-date-container-field.component";
68
+ import * as i67 from "./text-area/write-text-area-field.component";
69
+ import * as i68 from "./phone-uk/write-phone-uk-field.component";
70
+ import * as i69 from "./number/write-number-field.component";
71
+ import * as i70 from "./email/write-email-field.component";
72
+ import * as i71 from "./date/write-date-field.component";
73
+ import * as i72 from "./case-flag/write-case-flag-field.component";
74
+ import * as i73 from "./linked-cases/write-linked-cases-field.component";
75
+ import * as i74 from "./yes-no/write-yes-no-field.component";
76
+ import * as i75 from "./organisation/write-organisation-field.component";
77
+ import * as i76 from "./order-summary/write-order-summary-field.component";
78
+ import * as i77 from "./money-gbp/write-money-gbp-field.component";
79
+ import * as i78 from "./multi-select-list/write-multi-select-list-field.component";
80
+ import * as i79 from "./fixed-list/write-fixed-list-field.component";
81
+ import * as i80 from "./fixed-radio-list/write-fixed-radio-list-field.component";
82
+ import * as i81 from "./case-link/write-case-link-field.component";
83
+ import * as i82 from "./collection/write-collection-field.component";
84
+ import * as i83 from "./case-file-view/case-file-view-field.component";
85
+ import * as i84 from "./case-file-view/components/case-file-view-folder/case-file-view-folder.component";
86
+ import * as i85 from "./case-file-view/components/case-file-view-folder/case-file-view-folder-sort/case-file-view-folder-sort.component";
87
+ import * as i86 from "./case-file-view/components/shared/case-file-view-overlay-menu/case-file-view-overlay-menu.component";
88
+ import * as i87 from "./case-file-view/components/case-file-view-folder/case-file-view-folder-document-actions/case-file-view-folder-document-actions.component";
89
+ import * as i88 from "./case-file-view/components/case-file-view-folder-selector/case-file-view-folder-selector.component";
90
+ import * as i89 from "./linked-cases/components/linked-cases-table/linked-cases-to-table.component";
91
+ import * as i90 from "./linked-cases/components/linked-cases-table/linked-cases-from-table.component";
92
+ import * as i91 from "./linked-cases/components/before-you-start/before-you-start.component";
93
+ import * as i92 from "./linked-cases/components/link-cases/link-cases.component";
94
+ import * as i93 from "./linked-cases/components/check-your-answers/check-your-answers.component";
95
+ import * as i94 from "./linked-cases/components/unlink-cases/unlink-cases.component";
96
+ import * as i95 from "./linked-cases/components/no-linked-cases/no-linked-cases.component";
97
+ import * as i96 from "@angular/common";
98
+ import * as i97 from "@angular/router";
99
+ import * as i98 from "@angular/forms";
100
+ import * as i99 from "../../commons/case-edit-data/case-edit-data.module";
101
+ import * as i100 from "./utils/utils.module";
102
+ import * as i101 from "../../pipes/pipes.module";
103
+ import * as i102 from "../../../components/banners/banners.module";
104
+ import * as i103 from "../../../components/header/headers.module";
105
+ import * as i104 from "../../../components/footer/footers.module";
106
+ import * as i105 from "../../../components/body/body.module";
107
+ import * as i106 from "../../../components/form/form.module";
108
+ import * as i107 from "../../../components/tabs/tabs.module";
109
+ import * as i108 from "../../directives/substitutor/label-substitutor.module";
110
+ import * as i109 from "ngx-md";
111
+ import * as i110 from "@angular-material-components/datetime-picker";
112
+ import * as i111 from "@angular/material/form-field";
113
+ import * as i112 from "@angular/material/input";
114
+ import * as i113 from "@angular/material/datepicker";
115
+ import * as i114 from "@angular/material/autocomplete";
116
+ import * as i115 from "@angular/cdk/tree";
117
+ import * as i116 from "@angular/cdk/overlay";
118
+ import * as i117 from "@hmcts/ccpay-web-component";
119
+ import * as i118 from "@nicky-lenaers/ngx-scroll-to";
120
+ import * as i119 from "@angular/material/dialog";
121
+ import * as i120 from "@hmcts/media-viewer";
122
+ import * as i121 from "../../services/loading/loading.module";
141
123
  export declare class PaletteModule {
142
124
  static ɵfac: i0.ɵɵFactoryDef<PaletteModule, never>;
143
- static ɵmod: i0.ɵɵNgModuleDefWithMeta<PaletteModule, [typeof i1.FixedListPipe, typeof i2.FixedRadioListPipe, typeof i3.DynamicListPipe, typeof i4.DynamicRadioListPipe, typeof i5.DocumentUrlPipe, typeof i6.FlagFieldDisplayPipe, typeof i7.LanguageInterpreterDisplayPipe, typeof i8.ManageCaseFlagsLabelDisplayPipe, typeof i9.UpdateFlagTitleDisplayPipe, typeof i10.UnsupportedFieldComponent, typeof i11.DatetimePickerComponent, typeof i12.WaysToPayFieldComponent, typeof i13.FieldReadComponent, typeof i14.FieldWriteComponent, typeof i15.FieldReadLabelComponent, typeof i16.LabelFieldComponent, typeof i17.CasePaymentHistoryViewerFieldComponent, typeof i18.MoneyGbpInputComponent, typeof i19.CaseHistoryViewerFieldComponent, typeof i20.EventLogComponent, typeof i21.EventLogDetailsComponent, typeof i22.EventLogTableComponent, typeof i23.ReadTextFieldComponent, typeof i24.ReadTextAreaFieldComponent, typeof i25.ReadNumberFieldComponent, typeof i26.ReadEmailFieldComponent, typeof i27.ReadPhoneUKFieldComponent, typeof i28.ReadDateFieldComponent, typeof i29.ReadCollectionFieldComponent, typeof i30.ReadDocumentFieldComponent, typeof i31.ReadJudicialUserFieldComponent, typeof i32.ReadYesNoFieldComponent, typeof i33.ReadOrganisationFieldComponent, typeof i34.ReadOrganisationFieldTableComponent, typeof i35.ReadOrganisationFieldRawComponent, typeof i36.ReadOrderSummaryFieldComponent, typeof i37.ReadOrderSummaryRowComponent, typeof i38.ReadMoneyGbpFieldComponent, typeof i39.ReadMultiSelectListFieldComponent, typeof i40.ReadDynamicListFieldComponent, typeof i41.ReadFixedListFieldComponent, typeof i42.ReadFixedRadioListFieldComponent, typeof i43.ReadDynamicRadioListFieldComponent, typeof i44.ReadCaseLinkFieldComponent, typeof i45.ReadComplexFieldComponent, typeof i46.ReadComplexFieldRawComponent, typeof i47.ReadComplexFieldTableComponent, typeof i48.ReadComplexFieldCollectionTableComponent, typeof i49.ReadCaseFlagFieldComponent, typeof i50.ReadLinkedCasesFieldComponent, typeof i51.WriteJudicialUserFieldComponent, typeof i52.WriteAddressFieldComponent, typeof i53.WriteComplexFieldComponent, typeof i54.WriteOrganisationComplexFieldComponent, typeof i55.WriteDocumentFieldComponent, typeof i56.WriteDynamicListFieldComponent, typeof i57.WriteDynamicRadioListFieldComponent, typeof i58.WriteTextFieldComponent, typeof i59.WriteDateContainerFieldComponent, typeof i60.WriteTextAreaFieldComponent, typeof i61.WritePhoneUKFieldComponent, typeof i62.WriteNumberFieldComponent, typeof i63.WriteEmailFieldComponent, typeof i64.WriteDateFieldComponent, typeof i65.WriteCaseFlagFieldComponent, typeof i66.WriteLinkedCasesFieldComponent, typeof i67.WriteYesNoFieldComponent, typeof i68.WriteOrganisationFieldComponent, typeof i54.WriteOrganisationComplexFieldComponent, typeof i69.WriteOrderSummaryFieldComponent, typeof i70.WriteMoneyGbpFieldComponent, typeof i59.WriteDateContainerFieldComponent, typeof i71.WriteMultiSelectListFieldComponent, typeof i72.WriteFixedListFieldComponent, typeof i73.WriteFixedRadioListFieldComponent, typeof i74.WriteCaseLinkFieldComponent, typeof i75.WriteCollectionFieldComponent, typeof i76.CaseFileViewFieldComponent, typeof i77.CaseFileViewFolderComponent, typeof i78.CaseFileViewFolderSortComponent, typeof i79.CaseFileViewOverlayMenuComponent, typeof i80.CaseFileViewFolderDocumentActionsComponent, typeof i81.CaseFileViewFolderSelectorComponent, typeof i82.WriteDynamicMultiSelectListFieldComponent, typeof i57.WriteDynamicRadioListFieldComponent, typeof i56.WriteDynamicListFieldComponent, typeof i83.ReadDynamicMultiSelectListFieldComponent, typeof i40.ReadDynamicListFieldComponent, typeof i43.ReadDynamicRadioListFieldComponent, typeof i84.CaseFlagTableComponent, typeof i85.SelectFlagTypeComponent, typeof i86.SearchLanguageInterpreterComponent, typeof i87.SelectFlagLocationComponent, typeof i88.ManageCaseFlagsComponent, typeof i89.AddCommentsComponent, typeof i90.UpdateFlagComponent, typeof i91.CaseFlagSummaryListComponent, typeof i92.ConfirmFlagStatusComponent, typeof i93.UpdateFlagAddTranslationFormComponent, typeof i94.LinkedCasesToTableComponent, typeof i95.LinkedCasesFromTableComponent, typeof i96.BeforeYouStartComponent, typeof i97.LinkCasesComponent, typeof i98.CheckYourAnswersComponent, typeof i99.UnLinkCasesComponent, typeof i100.NoLinkedCasesComponent, typeof i101.ReadQueryManagementFieldComponent, typeof i102.WriteQueryManagementFieldComponent, typeof i103.QueryDetailsComponent, typeof i104.QueryCreateComponent, typeof i105.QueryListComponent, typeof i106.QueryDetailsTableComponent, typeof i107.QueryWriteRespondToQueryComponent, typeof i108.QueryWriteRaiseQueryComponent, typeof i109.QueryCaseDetailsHeaderComponent, typeof i110.QueryCheckYourAnswersComponent, typeof i111.QueryWriteAddDocumentsComponent], [typeof i112.CommonModule, typeof i113.RouterModule, typeof i114.FormsModule, typeof i114.ReactiveFormsModule, typeof i115.CaseEditDataModule, typeof i116.PaletteUtilsModule, typeof i117.PipesModule, typeof i118.BannersModule, typeof i119.HeadersModule, typeof i120.FootersModule, typeof i121.BodyModule, typeof i122.FormModule, typeof i123.TabsModule, typeof i124.LabelSubstitutorModule, typeof i125.NgxMdModule, typeof i126.NgxMatDatetimePickerModule, typeof i126.NgxMatTimepickerModule, typeof i126.NgxMatNativeDateModule, typeof i127.MatFormFieldModule, typeof i128.MatInputModule, typeof i129.MatDatepickerModule, typeof i130.MatAutocompleteModule, typeof i131.CdkTreeModule, typeof i132.OverlayModule, typeof i133.PaymentLibModule, typeof i134.ScrollToModule, typeof i135.MatDialogModule, typeof i136.MediaViewerModule, typeof i137.LoadingModule, typeof i138.RpxTranslationModule, typeof i139.MarkdownComponentModule], [typeof i126.NgxMatDatetimePickerModule, typeof i126.NgxMatNativeDateModule, typeof i126.NgxMatTimepickerModule, typeof i123.TabsModule, typeof i116.PaletteUtilsModule, typeof i117.PipesModule, typeof i139.MarkdownComponentModule, typeof i10.UnsupportedFieldComponent, typeof i11.DatetimePickerComponent, typeof i12.WaysToPayFieldComponent, typeof i13.FieldReadComponent, typeof i14.FieldWriteComponent, typeof i15.FieldReadLabelComponent, typeof i16.LabelFieldComponent, typeof i17.CasePaymentHistoryViewerFieldComponent, typeof i18.MoneyGbpInputComponent, typeof i19.CaseHistoryViewerFieldComponent, typeof i20.EventLogComponent, typeof i21.EventLogDetailsComponent, typeof i22.EventLogTableComponent, typeof i23.ReadTextFieldComponent, typeof i24.ReadTextAreaFieldComponent, typeof i25.ReadNumberFieldComponent, typeof i26.ReadEmailFieldComponent, typeof i27.ReadPhoneUKFieldComponent, typeof i28.ReadDateFieldComponent, typeof i29.ReadCollectionFieldComponent, typeof i30.ReadDocumentFieldComponent, typeof i31.ReadJudicialUserFieldComponent, typeof i32.ReadYesNoFieldComponent, typeof i33.ReadOrganisationFieldComponent, typeof i34.ReadOrganisationFieldTableComponent, typeof i35.ReadOrganisationFieldRawComponent, typeof i36.ReadOrderSummaryFieldComponent, typeof i37.ReadOrderSummaryRowComponent, typeof i38.ReadMoneyGbpFieldComponent, typeof i39.ReadMultiSelectListFieldComponent, typeof i40.ReadDynamicListFieldComponent, typeof i41.ReadFixedListFieldComponent, typeof i42.ReadFixedRadioListFieldComponent, typeof i43.ReadDynamicRadioListFieldComponent, typeof i44.ReadCaseLinkFieldComponent, typeof i45.ReadComplexFieldComponent, typeof i46.ReadComplexFieldRawComponent, typeof i47.ReadComplexFieldTableComponent, typeof i48.ReadComplexFieldCollectionTableComponent, typeof i49.ReadCaseFlagFieldComponent, typeof i50.ReadLinkedCasesFieldComponent, typeof i51.WriteJudicialUserFieldComponent, typeof i52.WriteAddressFieldComponent, typeof i53.WriteComplexFieldComponent, typeof i54.WriteOrganisationComplexFieldComponent, typeof i55.WriteDocumentFieldComponent, typeof i56.WriteDynamicListFieldComponent, typeof i57.WriteDynamicRadioListFieldComponent, typeof i58.WriteTextFieldComponent, typeof i59.WriteDateContainerFieldComponent, typeof i60.WriteTextAreaFieldComponent, typeof i61.WritePhoneUKFieldComponent, typeof i62.WriteNumberFieldComponent, typeof i63.WriteEmailFieldComponent, typeof i64.WriteDateFieldComponent, typeof i65.WriteCaseFlagFieldComponent, typeof i66.WriteLinkedCasesFieldComponent, typeof i67.WriteYesNoFieldComponent, typeof i68.WriteOrganisationFieldComponent, typeof i54.WriteOrganisationComplexFieldComponent, typeof i69.WriteOrderSummaryFieldComponent, typeof i70.WriteMoneyGbpFieldComponent, typeof i59.WriteDateContainerFieldComponent, typeof i71.WriteMultiSelectListFieldComponent, typeof i72.WriteFixedListFieldComponent, typeof i73.WriteFixedRadioListFieldComponent, typeof i74.WriteCaseLinkFieldComponent, typeof i75.WriteCollectionFieldComponent, typeof i76.CaseFileViewFieldComponent, typeof i77.CaseFileViewFolderComponent, typeof i78.CaseFileViewFolderSortComponent, typeof i79.CaseFileViewOverlayMenuComponent, typeof i80.CaseFileViewFolderDocumentActionsComponent, typeof i81.CaseFileViewFolderSelectorComponent, typeof i82.WriteDynamicMultiSelectListFieldComponent, typeof i57.WriteDynamicRadioListFieldComponent, typeof i56.WriteDynamicListFieldComponent, typeof i83.ReadDynamicMultiSelectListFieldComponent, typeof i40.ReadDynamicListFieldComponent, typeof i43.ReadDynamicRadioListFieldComponent, typeof i84.CaseFlagTableComponent, typeof i85.SelectFlagTypeComponent, typeof i86.SearchLanguageInterpreterComponent, typeof i87.SelectFlagLocationComponent, typeof i88.ManageCaseFlagsComponent, typeof i89.AddCommentsComponent, typeof i90.UpdateFlagComponent, typeof i91.CaseFlagSummaryListComponent, typeof i92.ConfirmFlagStatusComponent, typeof i93.UpdateFlagAddTranslationFormComponent, typeof i94.LinkedCasesToTableComponent, typeof i95.LinkedCasesFromTableComponent, typeof i96.BeforeYouStartComponent, typeof i97.LinkCasesComponent, typeof i98.CheckYourAnswersComponent, typeof i99.UnLinkCasesComponent, typeof i100.NoLinkedCasesComponent, typeof i101.ReadQueryManagementFieldComponent, typeof i102.WriteQueryManagementFieldComponent, typeof i103.QueryDetailsComponent, typeof i104.QueryCreateComponent, typeof i105.QueryListComponent, typeof i106.QueryDetailsTableComponent, typeof i107.QueryWriteRespondToQueryComponent, typeof i108.QueryWriteRaiseQueryComponent, typeof i109.QueryCaseDetailsHeaderComponent, typeof i110.QueryCheckYourAnswersComponent, typeof i111.QueryWriteAddDocumentsComponent]>;
125
+ static ɵmod: i0.ɵɵNgModuleDefWithMeta<PaletteModule, [typeof i1.FixedListPipe, typeof i2.FixedRadioListPipe, typeof i3.DynamicListPipe, typeof i4.DynamicRadioListPipe, typeof i5.DocumentUrlPipe, typeof i6.CaseFlagTableComponent, typeof i7.SelectFlagTypeComponent, typeof i8.SearchLanguageInterpreterComponent, typeof i9.SelectFlagLocationComponent, typeof i10.ManageCaseFlagsComponent, typeof i11.AddCommentsComponent, typeof i12.UpdateFlagComponent, typeof i13.CaseFlagSummaryListComponent, typeof i14.UnsupportedFieldComponent, typeof i15.DatetimePickerComponent, typeof i16.WaysToPayFieldComponent, typeof i17.MarkdownComponent, typeof i18.FieldReadComponent, typeof i19.FieldWriteComponent, typeof i20.FieldReadLabelComponent, typeof i21.LabelFieldComponent, typeof i22.CasePaymentHistoryViewerFieldComponent, typeof i23.MoneyGbpInputComponent, typeof i24.CaseHistoryViewerFieldComponent, typeof i25.EventLogComponent, typeof i26.EventLogDetailsComponent, typeof i27.EventLogTableComponent, typeof i28.ReadTextFieldComponent, typeof i29.ReadTextAreaFieldComponent, typeof i30.ReadNumberFieldComponent, typeof i31.ReadEmailFieldComponent, typeof i32.ReadPhoneUKFieldComponent, typeof i33.ReadDateFieldComponent, typeof i34.ReadCollectionFieldComponent, typeof i35.ReadDocumentFieldComponent, typeof i36.ReadJudicialUserFieldComponent, typeof i37.ReadYesNoFieldComponent, typeof i38.ReadOrganisationFieldComponent, typeof i39.ReadOrganisationFieldTableComponent, typeof i40.ReadOrganisationFieldRawComponent, typeof i41.ReadOrderSummaryFieldComponent, typeof i42.ReadOrderSummaryRowComponent, typeof i43.ReadMoneyGbpFieldComponent, typeof i44.ReadMultiSelectListFieldComponent, typeof i45.ReadDynamicListFieldComponent, typeof i46.ReadFixedListFieldComponent, typeof i47.ReadFixedRadioListFieldComponent, typeof i48.ReadDynamicRadioListFieldComponent, typeof i49.ReadCaseLinkFieldComponent, typeof i50.ReadComplexFieldComponent, typeof i51.ReadComplexFieldRawComponent, typeof i52.ReadComplexFieldTableComponent, typeof i53.ReadComplexFieldCollectionTableComponent, typeof i54.ReadCaseFlagFieldComponent, typeof i55.ReadLinkedCasesFieldComponent, typeof i56.WriteJudicialUserFieldComponent, typeof i57.WriteAddressFieldComponent, typeof i58.WriteComplexFieldComponent, typeof i59.WriteOrganisationComplexFieldComponent, typeof i60.WriteDocumentFieldComponent, typeof i61.WriteDynamicListFieldComponent, typeof i62.WriteDynamicRadioListFieldComponent, typeof i63.WriteDynamicMultiSelectListFieldComponent, typeof i64.ReadDynamicMultiSelectListFieldComponent, typeof i65.WriteTextFieldComponent, typeof i66.WriteDateContainerFieldComponent, typeof i67.WriteTextAreaFieldComponent, typeof i68.WritePhoneUKFieldComponent, typeof i69.WriteNumberFieldComponent, typeof i70.WriteEmailFieldComponent, typeof i71.WriteDateFieldComponent, typeof i72.WriteCaseFlagFieldComponent, typeof i73.WriteLinkedCasesFieldComponent, typeof i74.WriteYesNoFieldComponent, typeof i75.WriteOrganisationFieldComponent, typeof i59.WriteOrganisationComplexFieldComponent, typeof i76.WriteOrderSummaryFieldComponent, typeof i77.WriteMoneyGbpFieldComponent, typeof i66.WriteDateContainerFieldComponent, typeof i78.WriteMultiSelectListFieldComponent, typeof i79.WriteFixedListFieldComponent, typeof i80.WriteFixedRadioListFieldComponent, typeof i81.WriteCaseLinkFieldComponent, typeof i82.WriteCollectionFieldComponent, typeof i83.CaseFileViewFieldComponent, typeof i84.CaseFileViewFolderComponent, typeof i85.CaseFileViewFolderSortComponent, typeof i86.CaseFileViewOverlayMenuComponent, typeof i87.CaseFileViewFolderDocumentActionsComponent, typeof i88.CaseFileViewFolderSelectorComponent, typeof i63.WriteDynamicMultiSelectListFieldComponent, typeof i62.WriteDynamicRadioListFieldComponent, typeof i61.WriteDynamicListFieldComponent, typeof i64.ReadDynamicMultiSelectListFieldComponent, typeof i45.ReadDynamicListFieldComponent, typeof i48.ReadDynamicRadioListFieldComponent, typeof i89.LinkedCasesToTableComponent, typeof i90.LinkedCasesFromTableComponent, typeof i91.BeforeYouStartComponent, typeof i92.LinkCasesComponent, typeof i93.CheckYourAnswersComponent, typeof i94.UnLinkCasesComponent, typeof i95.NoLinkedCasesComponent], [typeof i96.CommonModule, typeof i97.RouterModule, typeof i98.FormsModule, typeof i98.ReactiveFormsModule, typeof i99.CaseEditDataModule, typeof i100.PaletteUtilsModule, typeof i101.PipesModule, typeof i102.BannersModule, typeof i103.HeadersModule, typeof i104.FootersModule, typeof i105.BodyModule, typeof i106.FormModule, typeof i107.TabsModule, typeof i108.LabelSubstitutorModule, typeof i109.NgxMdModule, typeof i110.NgxMatDatetimePickerModule, typeof i110.NgxMatTimepickerModule, typeof i110.NgxMatNativeDateModule, typeof i111.MatFormFieldModule, typeof i112.MatInputModule, typeof i113.MatDatepickerModule, typeof i114.MatAutocompleteModule, typeof i115.CdkTreeModule, typeof i116.OverlayModule, typeof i117.PaymentLibModule, typeof i118.ScrollToModule, typeof i119.MatDialogModule, typeof i120.MediaViewerModule, typeof i121.LoadingModule], [typeof i110.NgxMatDatetimePickerModule, typeof i110.NgxMatNativeDateModule, typeof i110.NgxMatTimepickerModule, typeof i107.TabsModule, typeof i100.PaletteUtilsModule, typeof i101.PipesModule, typeof i14.UnsupportedFieldComponent, typeof i15.DatetimePickerComponent, typeof i16.WaysToPayFieldComponent, typeof i17.MarkdownComponent, typeof i18.FieldReadComponent, typeof i19.FieldWriteComponent, typeof i20.FieldReadLabelComponent, typeof i21.LabelFieldComponent, typeof i22.CasePaymentHistoryViewerFieldComponent, typeof i23.MoneyGbpInputComponent, typeof i24.CaseHistoryViewerFieldComponent, typeof i25.EventLogComponent, typeof i26.EventLogDetailsComponent, typeof i27.EventLogTableComponent, typeof i28.ReadTextFieldComponent, typeof i29.ReadTextAreaFieldComponent, typeof i30.ReadNumberFieldComponent, typeof i31.ReadEmailFieldComponent, typeof i32.ReadPhoneUKFieldComponent, typeof i33.ReadDateFieldComponent, typeof i34.ReadCollectionFieldComponent, typeof i35.ReadDocumentFieldComponent, typeof i36.ReadJudicialUserFieldComponent, typeof i37.ReadYesNoFieldComponent, typeof i38.ReadOrganisationFieldComponent, typeof i39.ReadOrganisationFieldTableComponent, typeof i40.ReadOrganisationFieldRawComponent, typeof i41.ReadOrderSummaryFieldComponent, typeof i42.ReadOrderSummaryRowComponent, typeof i43.ReadMoneyGbpFieldComponent, typeof i44.ReadMultiSelectListFieldComponent, typeof i45.ReadDynamicListFieldComponent, typeof i46.ReadFixedListFieldComponent, typeof i47.ReadFixedRadioListFieldComponent, typeof i48.ReadDynamicRadioListFieldComponent, typeof i49.ReadCaseLinkFieldComponent, typeof i50.ReadComplexFieldComponent, typeof i51.ReadComplexFieldRawComponent, typeof i52.ReadComplexFieldTableComponent, typeof i53.ReadComplexFieldCollectionTableComponent, typeof i54.ReadCaseFlagFieldComponent, typeof i55.ReadLinkedCasesFieldComponent, typeof i56.WriteJudicialUserFieldComponent, typeof i57.WriteAddressFieldComponent, typeof i58.WriteComplexFieldComponent, typeof i59.WriteOrganisationComplexFieldComponent, typeof i60.WriteDocumentFieldComponent, typeof i61.WriteDynamicListFieldComponent, typeof i62.WriteDynamicRadioListFieldComponent, typeof i63.WriteDynamicMultiSelectListFieldComponent, typeof i64.ReadDynamicMultiSelectListFieldComponent, typeof i65.WriteTextFieldComponent, typeof i66.WriteDateContainerFieldComponent, typeof i67.WriteTextAreaFieldComponent, typeof i68.WritePhoneUKFieldComponent, typeof i69.WriteNumberFieldComponent, typeof i70.WriteEmailFieldComponent, typeof i71.WriteDateFieldComponent, typeof i72.WriteCaseFlagFieldComponent, typeof i73.WriteLinkedCasesFieldComponent, typeof i74.WriteYesNoFieldComponent, typeof i75.WriteOrganisationFieldComponent, typeof i59.WriteOrganisationComplexFieldComponent, typeof i76.WriteOrderSummaryFieldComponent, typeof i77.WriteMoneyGbpFieldComponent, typeof i66.WriteDateContainerFieldComponent, typeof i78.WriteMultiSelectListFieldComponent, typeof i79.WriteFixedListFieldComponent, typeof i80.WriteFixedRadioListFieldComponent, typeof i81.WriteCaseLinkFieldComponent, typeof i82.WriteCollectionFieldComponent, typeof i83.CaseFileViewFieldComponent, typeof i84.CaseFileViewFolderComponent, typeof i85.CaseFileViewFolderSortComponent, typeof i86.CaseFileViewOverlayMenuComponent, typeof i87.CaseFileViewFolderDocumentActionsComponent, typeof i88.CaseFileViewFolderSelectorComponent, typeof i63.WriteDynamicMultiSelectListFieldComponent, typeof i62.WriteDynamicRadioListFieldComponent, typeof i61.WriteDynamicListFieldComponent, typeof i64.ReadDynamicMultiSelectListFieldComponent, typeof i45.ReadDynamicListFieldComponent, typeof i48.ReadDynamicRadioListFieldComponent, typeof i89.LinkedCasesToTableComponent, typeof i90.LinkedCasesFromTableComponent, typeof i91.BeforeYouStartComponent, typeof i92.LinkCasesComponent, typeof i93.CheckYourAnswersComponent, typeof i94.UnLinkCasesComponent, typeof i95.NoLinkedCasesComponent]>;
144
126
  static ɵinj: i0.ɵɵInjectorDef<PaletteModule>;
145
127
  }
146
128
  //# sourceMappingURL=palette.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"palette.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/palette.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0QA,qBAyEa,aAAa;iCAAb,aAAa;0CAAb,aAAa;kCAAb,aAAa;CACzB"}
1
+ {"version":3,"file":"palette.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/palette.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAyLA,qBA2Ea,aAAa;iCAAb,aAAa;0CAAb,aAAa;kCAAb,aAAa;CACzB"}
@@ -1 +1 @@
1
- {"version":3,"file":"palette.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/palette.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,IAAI,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAC;;AAuDrE,qBACa,cAAc;IACzB,OAAO,CAAC,QAAQ,CAAC,yBAAyB,CAKxC;IAEK,sBAAsB,CAAC,SAAS,EAAE,SAAS,EAAE,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC,EAAE,CAAC;IAqE7E,OAAO,CAAC,6BAA6B;iCA7E1B,cAAc;qCAAd,cAAc;CA8F1B"}
1
+ {"version":3,"file":"palette.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/palette.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,IAAI,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAC;;AAsDrE,qBACa,cAAc;IACzB,OAAO,CAAC,QAAQ,CAAC,yBAAyB,CAGxC;IAEK,sBAAsB,CAAC,SAAS,EAAE,SAAS,EAAE,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC,EAAE,CAAC;IAqE7E,OAAO,CAAC,6BAA6B;iCA3E1B,cAAc;qCAAd,cAAc;CA4F1B"}
@@ -5,10 +5,9 @@ import * as i3 from "@angular/common";
5
5
  import * as i4 from "@angular/forms";
6
6
  import * as i5 from "../palette/palette.module";
7
7
  import * as i6 from "../../directives/conditional-show/conditional-show.module";
8
- import * as i7 from "rpx-xui-translation";
9
8
  export declare class SearchFiltersModule {
10
9
  static ɵfac: i0.ɵɵFactoryDef<SearchFiltersModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDefWithMeta<SearchFiltersModule, [typeof i1.SearchFiltersComponent, typeof i2.SearchFiltersWrapperComponent], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof i5.PaletteModule, typeof i6.ConditionalShowModule, typeof i7.RpxTranslationModule], [typeof i2.SearchFiltersWrapperComponent]>;
10
+ static ɵmod: i0.ɵɵNgModuleDefWithMeta<SearchFiltersModule, [typeof i1.SearchFiltersComponent, typeof i2.SearchFiltersWrapperComponent], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof i5.PaletteModule, typeof i6.ConditionalShowModule], [typeof i2.SearchFiltersWrapperComponent]>;
12
11
  static ɵinj: i0.ɵɵInjectorDef<SearchFiltersModule>;
13
12
  }
14
13
  //# sourceMappingURL=search-filters.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"search-filters.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/search-filters/search-filters.module.ts"],"names":[],"mappings":";;;;;;;;AAeA,qBAwBa,mBAAmB;iCAAnB,mBAAmB;0CAAnB,mBAAmB;kCAAnB,mBAAmB;CAAG"}
1
+ {"version":3,"file":"search-filters.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/search-filters/search-filters.module.ts"],"names":[],"mappings":";;;;;;;AAcA,qBAuBa,mBAAmB;iCAAnB,mBAAmB;0CAAnB,mBAAmB;kCAAnB,mBAAmB;CAAG"}
@@ -77,7 +77,7 @@ export declare class SearchResultComponent implements OnChanges, OnInit {
77
77
  hasDrafts(): boolean;
78
78
  comparator(column: SearchResultViewColumn): SearchResultViewItemComparator;
79
79
  sort(column: SearchResultViewColumn): void;
80
- sortWidget(column: SearchResultViewColumn): "&#9650;" | "&#9660;";
80
+ sortWidget(column: SearchResultViewColumn): "&#9660;" | "&#9650;";
81
81
  activityEnabled(): boolean;
82
82
  hyphenateIfCaseReferenceOrGet(col: any, result: any): any;
83
83
  draftPrefixOrGet(col: any, result: any): any;
@@ -8,11 +8,10 @@ import * as i6 from "../../directives/substitutor/label-substitutor.module";
8
8
  import * as i7 from "../../pipes/pipes.module";
9
9
  import * as i8 from "../activity/activity.module";
10
10
  import * as i9 from "../pagination/pagination.module";
11
- import * as i10 from "rpx-xui-translation";
12
- import * as i11 from "../palette/palette.module";
11
+ import * as i10 from "../palette/palette.module";
13
12
  export declare class SearchResultModule {
14
13
  static ɵfac: i0.ɵɵFactoryDef<SearchResultModule, never>;
15
- static ɵmod: i0.ɵɵNgModuleDefWithMeta<SearchResultModule, [typeof i1.SearchResultComponent], [typeof i2.CommonModule, typeof i3.NgxPaginationModule, typeof i4.RouterModule, typeof i5.FormsModule, typeof i5.ReactiveFormsModule, typeof i6.LabelSubstitutorModule, typeof i7.PipesModule, typeof i8.ActivityModule, typeof i9.PaginationModule, typeof i10.RpxTranslationModule, typeof i11.PaletteModule], [typeof i1.SearchResultComponent]>;
14
+ static ɵmod: i0.ɵɵNgModuleDefWithMeta<SearchResultModule, [typeof i1.SearchResultComponent], [typeof i2.CommonModule, typeof i3.NgxPaginationModule, typeof i4.RouterModule, typeof i5.FormsModule, typeof i5.ReactiveFormsModule, typeof i6.LabelSubstitutorModule, typeof i7.PipesModule, typeof i8.ActivityModule, typeof i9.PaginationModule, typeof i10.PaletteModule], [typeof i1.SearchResultComponent]>;
16
15
  static ɵinj: i0.ɵɵInjectorDef<SearchResultModule>;
17
16
  }
18
17
  //# sourceMappingURL=search-result.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"search-result.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/search-result/search-result.module.ts"],"names":[],"mappings":";;;;;;;;;;;;AAeA,qBAyBa,kBAAkB;iCAAlB,kBAAkB;0CAAlB,kBAAkB;kCAAlB,kBAAkB;CAAG"}
1
+ {"version":3,"file":"search-result.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/search-result/search-result.module.ts"],"names":[],"mappings":";;;;;;;;;;;AAgBA,qBAwBa,kBAAkB;iCAAlB,kBAAkB;0CAAlB,kBAAkB;kCAAlB,kBAAkB;CAAG"}
@@ -4,10 +4,9 @@ import * as i2 from "@angular/common";
4
4
  import * as i3 from "@angular/forms";
5
5
  import * as i4 from "../palette/palette.module";
6
6
  import * as i5 from "../../directives/conditional-show/conditional-show.module";
7
- import * as i6 from "rpx-xui-translation";
8
7
  export declare class WorkbasketFiltersModule {
9
8
  static ɵfac: i0.ɵɵFactoryDef<WorkbasketFiltersModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDefWithMeta<WorkbasketFiltersModule, [typeof i1.WorkbasketFiltersComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.PaletteModule, typeof i5.ConditionalShowModule, typeof i6.RpxTranslationModule], [typeof i1.WorkbasketFiltersComponent]>;
9
+ static ɵmod: i0.ɵɵNgModuleDefWithMeta<WorkbasketFiltersModule, [typeof i1.WorkbasketFiltersComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.PaletteModule, typeof i5.ConditionalShowModule], [typeof i1.WorkbasketFiltersComponent]>;
11
10
  static ɵinj: i0.ɵɵInjectorDef<WorkbasketFiltersModule>;
12
11
  }
13
12
  //# sourceMappingURL=workbasket-filters.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"workbasket-filters.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/workbasket-filters/workbasket-filters.module.ts"],"names":[],"mappings":";;;;;;;AAYA,qBAuBa,uBAAuB;iCAAvB,uBAAuB;0CAAvB,uBAAuB;kCAAvB,uBAAuB;CAAG"}
1
+ {"version":3,"file":"workbasket-filters.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/workbasket-filters/workbasket-filters.module.ts"],"names":[],"mappings":";;;;;;AAWA,qBAsBa,uBAAuB;iCAAvB,uBAAuB;0CAAvB,uBAAuB;kCAAvB,uBAAuB;CAAG"}
@@ -0,0 +1,26 @@
1
+ import { FormGroup } from '@angular/forms';
2
+ import { Observable } from 'rxjs-compat';
3
+ import { Wizard } from '../../components';
4
+ import { CaseEventData, CaseEventTrigger, CaseView, Profile } from '../../domain';
5
+ interface CaseEditModel {
6
+ wizard: Wizard;
7
+ currentPageId: string;
8
+ eventTrigger: CaseEventTrigger;
9
+ form: FormGroup;
10
+ eventCanBeCompleted: boolean;
11
+ caseDetails: CaseView;
12
+ caseEventData: CaseEventData;
13
+ submit(caseEventData: CaseEventData, profile?: Profile): Observable<object>;
14
+ }
15
+ export interface CaseEditGetNextPage extends Pick<CaseEditModel, 'wizard' | 'currentPageId' | 'eventTrigger' | 'form'> {
16
+ }
17
+ export interface CaseEditSubmitForm extends Pick<CaseEditModel, 'eventTrigger' | 'form' | 'caseDetails' | 'submit'> {
18
+ }
19
+ export interface CaseEditGenerateCaseEventData extends Pick<CaseEditModel, 'eventTrigger' | 'form'> {
20
+ }
21
+ export interface CaseEditCaseSubmit extends Pick<CaseEditModel, 'form' | 'caseEventData' | 'submit'> {
22
+ }
23
+ export interface CaseEditonEventCanBeCompleted extends Pick<CaseEditModel, 'eventCanBeCompleted' | 'eventTrigger' | 'caseDetails' | 'form' | 'submit'> {
24
+ }
25
+ export {};
26
+ //# sourceMappingURL=case-edit.model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"case-edit.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/case-edit/case-edit.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AACzC,OAAO,EAAgB,MAAM,EAAE,MAAM,kBAAkB,CAAC;AACxD,OAAO,EAAE,aAAa,EAAE,gBAAgB,EAAE,QAAQ,EAAa,OAAO,EAAE,MAAM,cAAc,CAAC;AAC7F,UAAU,aAAa;IACrB,MAAM,EAAE,MAAM,CAAC;IACf,aAAa,EAAE,MAAM,CAAC;IACtB,YAAY,EAAE,gBAAgB,CAAC;IAC/B,IAAI,EAAE,SAAS,CAAC;IAChB,mBAAmB,EAAE,OAAO,CAAC;IAC7B,WAAW,EAAE,QAAQ,CAAC;IACtB,aAAa,EAAE,aAAa,CAAC;IAC7B,MAAM,CAAC,aAAa,EAAE,aAAa,EAAE,OAAO,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC,MAAM,CAAC,CAAC;CAC7E;AAED,MAAM,WAAW,mBACf,SAAQ,IAAI,CAAC,aAAa,EAAE,QAAQ,GAAG,eAAe,GAAE,cAAc,GAAG,MAAM,CAAC;CAAG;AAErF,MAAM,WAAW,kBACf,SAAQ,IAAI,CAAC,aAAa,EAAE,cAAc,GAAG,MAAM,GAAG,aAAa,GAAG,QAAQ,CAAC;CAAE;AAEnF,MAAM,WAAW,6BACf,SAAQ,IAAI,CAAC,aAAa,EAAE,cAAc,GAAG,MAAM,CAAC;CAAE;AAExD,MAAM,WAAW,kBACf,SAAQ,IAAI,CAAC,aAAa,EAAE,MAAM,GAAG,eAAe,GAAG,QAAQ,CAAC;CAAG;AAErE,MAAM,WAAW,6BACf,SAAQ,IAAI,CAAC,aAAa,EAAE,qBAAqB,GAAG,cAAc,GAAG,aAAa,GAAG,MAAM,GAAG,QAAQ,CAAC;CAAE"}
@@ -0,0 +1,2 @@
1
+ export * from './case-edit.model';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/case-edit/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC"}
@@ -4,5 +4,6 @@ export declare class CaseFileViewDocument {
4
4
  document_binary_url: string;
5
5
  attribute_path: string;
6
6
  upload_timestamp: string;
7
+ content_type: string;
7
8
  }
8
9
  //# sourceMappingURL=case-file-view-document.model.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"case-file-view-document.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/case-file-view/case-file-view-document.model.ts"],"names":[],"mappings":"AACA,qBAAa,oBAAoB;IACxB,YAAY,EAAE,MAAM,CAAC;IACrB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,cAAc,EAAE,MAAM,CAAC;IACvB,gBAAgB,EAAE,MAAM,CAAC;CACjC"}
1
+ {"version":3,"file":"case-file-view-document.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/case-file-view/case-file-view-document.model.ts"],"names":[],"mappings":"AACA,qBAAa,oBAAoB;IACxB,YAAY,EAAE,MAAM,CAAC;IACrB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,cAAc,EAAE,MAAM,CAAC;IACvB,gBAAgB,EAAE,MAAM,CAAC;IACzB,YAAY,EAAE,MAAM,CAAC;CAC7B"}
@@ -1,16 +1,13 @@
1
1
  /**
2
2
  * DTO to provide typing of the response from the Reference Data Common API for Case Flags data.
3
3
  *
4
- * @see {@link https://tools.hmcts.net/confluence/pages/viewpage.action?pageId=1597741121#CaseFlagsHLDVersion2.0-Output}
4
+ * @see {@link https://tools.hmcts.net/confluence/pages/viewpage.action?pageId=1525476616#CaseFlagsHLDVersion1.0-Output}
5
5
  * for full details
6
6
  */
7
7
  export declare class FlagType {
8
8
  name: string;
9
- name_cy: string;
10
9
  hearingRelevant: boolean;
11
10
  flagComment: boolean;
12
- defaultStatus: string;
13
- externallyAvailable: boolean;
14
11
  flagCode: string;
15
12
  isParent: boolean;
16
13
  Path: string[];
@@ -19,8 +16,6 @@ export declare class FlagType {
19
16
  listOfValues: {
20
17
  key: string;
21
18
  value: string;
22
- value_cy: string;
23
19
  }[];
24
- static searchPathByFlagTypeObject(singleFlag: FlagType, flags: FlagType[], path?: FlagType[]): [FlagType | false, FlagType[]];
25
20
  }
26
21
  //# sourceMappingURL=flag-type.model.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"flag-type.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/case-flag/flag-type.model.ts"],"names":[],"mappings":"AACA;;;;;GAKG;AACH,qBAAa,QAAQ;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,eAAe,EAAE,OAAO,CAAC;IACzB,WAAW,EAAE,OAAO,CAAC;IACrB,aAAa,EAAE,MAAM,CAAC;IACtB,mBAAmB,EAAE,OAAO,CAAC;IAC7B,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,OAAO,CAAC;IAElB,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,UAAU,EAAE,QAAQ,EAAE,CAAC;IACvB,kBAAkB,SAAK;IACvB,YAAY,EAAE;QAAC,GAAG,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,MAAM,CAAA;KAAC,EAAE,CAAM;WAE7D,0BAA0B,CAAC,UAAU,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,EAAE,IAAI,GAAE,QAAQ,EAAO,GAAG,CAAC,QAAQ,GAAG,KAAK,EAAE,QAAQ,EAAE,CAAC;CAczI"}
1
+ {"version":3,"file":"flag-type.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/case-flag/flag-type.model.ts"],"names":[],"mappings":"AACA;;;;;GAKG;AACH,qBAAa,QAAQ;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,eAAe,EAAE,OAAO,CAAC;IACzB,WAAW,EAAE,OAAO,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,OAAO,CAAC;IAElB,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,UAAU,EAAE,QAAQ,EAAE,CAAC;IACvB,kBAAkB,SAAK;IACvB,YAAY,EAAE;QAAC,GAAG,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAC,EAAE,CAAM;CAC1D"}
@@ -1,5 +1,6 @@
1
1
  import { Orderable } from '../order';
2
2
  export declare class CaseViewTrigger implements Orderable {
3
+ static readonly DELETE = "DELETE";
3
4
  id: string;
4
5
  name: string;
5
6
  description: string;
@@ -1 +1 @@
1
- {"version":3,"file":"case-view-trigger.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/case-view/case-view-trigger.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAErC,qBAAa,eAAgB,YAAW,SAAS;IACxC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;CACvB"}
1
+ {"version":3,"file":"case-view-trigger.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/case-view/case-view-trigger.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAErC,qBAAa,eAAgB,YAAW,SAAS;IAC/C,gBAAuB,MAAM,YAAY;IAElC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;CACvB"}
@@ -5,8 +5,6 @@ export declare enum DisplayContextParameter {
5
5
  }
6
6
  export declare enum DisplayContextCustomParameter {
7
7
  CaseFileView = "CaseFileView",
8
- LinkedCases = "LinkedCases",
9
- QueryManagement = "QueryManagement",
10
- QueryManagementWriteTest = "QueryManagementWriteTest"
8
+ LinkedCases = "LinkedCases"
11
9
  }
12
10
  //# sourceMappingURL=display-context-enum.model.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"display-context-enum.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/definition/display-context-enum.model.ts"],"names":[],"mappings":"AAAA,oBAAY,uBAAuB;IACjC,IAAI,SAAS;IACb,MAAM,WAAW;IACjB,MAAM,WAAW;CAClB;AAED,oBAAY,6BAA6B;IACvC,YAAY,iBAAiB;IAC7B,WAAW,gBAAgB;IAC3B,eAAe,oBAAoB;IACnC,wBAAwB,6BAA6B;CACtD"}
1
+ {"version":3,"file":"display-context-enum.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/definition/display-context-enum.model.ts"],"names":[],"mappings":"AAAA,oBAAY,uBAAuB;IACjC,IAAI,SAAS;IACb,MAAM,WAAW;IACjB,MAAM,WAAW;CAClB;AAED,oBAAY,6BAA6B;IACvC,YAAY,iBAAiB;IAC7B,WAAW,gBAAgB;CAC5B"}
@@ -1,6 +1,7 @@
1
1
  export * from './activity';
2
2
  export * from './addresses';
3
3
  export * from './alert';
4
+ export * from './case-edit';
4
5
  export * from './case-view';
5
6
  export * from './definition';
6
7
  export * from './document';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,yBAAyB,CAAC;AACxC,cAAc,cAAc,CAAC;AAC7B,cAAc,6BAA6B,CAAC;AAC5C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kCAAkC,CAAC;AACjD,cAAc,qDAAqD,CAAC;AACpE,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,yBAAyB,CAAC;AACxC,cAAc,cAAc,CAAC;AAC7B,cAAc,6BAA6B,CAAC;AAC5C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kCAAkC,CAAC;AACjD,cAAc,qDAAqD,CAAC;AACpE,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"shared.test.fixture.d.ts","sourceRoot":"","sources":["../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/fixture/shared.test.fixture.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,2EAA2E,CAAC;AACjH,OAAO,EAAE,eAAe,EAAE,MAAM,0DAA0D,CAAC;AAC3F,OAAO,EAAE,UAAU,EAAE,MAAM,oDAAoD,CAAC;AAChF,OAAO,EAAE,aAAa,EAAE,MAAM,8DAA8D,CAAC;AAC7F,OAAO,EAAE,gBAAgB,EAAE,MAAM,8CAA8C,CAAC;AAChF,OAAO,EAAE,iBAAiB,EAAE,MAAM,gDAAgD,CAAC;AACnF,OAAO,EAAE,SAAS,EAAE,MAAM,uCAAuC,CAAC;AAClE,OAAO,EAAE,aAAa,EAAE,MAAM,4CAA4C,CAAC;AAC3E,OAAO,EAAE,SAAS,EAAE,MAAM,uCAAuC,CAAC;AAClE,OAAO,EAAE,aAAa,EAAE,MAAM,4CAA4C,CAAC;AAC3E,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAExD,eAAO,MAAM,aAAa,QAAO,SAMhC,CAAC;AAEF,eAAO,MAAM,sBAAsB,OAAQ,MAAM,QACJ,MAAM,UACJ,MAAM,eACD,OAAO,cACR,SAAS,EAAE,kDAEA,gBAY7D,CAAC;AAEF,eAAO,MAAM,UAAU,OAAQ,MAAM,SACH,MAAM,QACP,aAAa,kBACH,MAAM,4BACI,MAAM,sBACb,SAAS,EAAE,sBACV,OAAO,WAClB,OAAO,KAAG,SAe7C,CAAC;AAEF,eAAO,MAAM,gBAAgB,OAAQ,MAAM,SACH,MAAM,SACN,MAAM,oBACK,eAAe,EAAE,cACvB,SAAS,EAAE,iBACR,MAAM,wBACA,aAAa,KAAU,UAU5E,CAAC;AAEF,eAAO,MAAM,qBAAqB,OAAQ,MAAM,SACH,MAAM,oBACK,MAAM,0BACD,oBAAoB,EAAE,KAAQ,eAO1F,CAAC;AAEF,eAAO,MAAM,0BAA0B,OAAQ,MAAM,SACH,MAAM,kBACG,MAAM,SACf,MAAM,QACP,MAAM,iBACG,MAAM,KAAG,oBAQlE,CAAC;AAEF,eAAO,MAAM,gCAAgC,OAAQ,MAAM,KAAG,oBAK7D,CAAC;AAEF,eAAO,MAAM,eAAe,OAAQ,MAAM,SACH,MAAM,QACP,MAAM,aACD,SAAS,kBACJ,MAAM,2CAGhB,iBAAiB,EAAE,WAChB,OAAO,KAAG,SAalD,CAAC;AAEF,eAAO,MAAM,YAAY,OAAQ,MAAM,SACH,MAAM,QACP,MAAM,aACD,SAAS,kBACJ,MAAM,kBACF,gBAShD,CAAC;AAEF,eAAO,MAAM,eAAe,WAAY,MAAM,QACR,aAAa,kBACJ,SAAS,EAAE,wBACL,SAAS,KAAe,SAO5E,CAAC;AAEF,eAAO,MAAM,wBAAwB,WAAY,MAAM,mBACE,aAAa,EAAE,KAAQ,SAM/E,CAAC;AAEF,eAAO,MAAM,8BAA8B,WAAY,MAAM,mBACE,aAAa,EAAE,KAAQ,SAMrF,CAAC;AAEF,eAAO,MAAM,SAAS,SAAU,MAAM,aACD,OAAO,WACT,OAAO,aACL,OAAO,aACP,OAAO,KAAG,iBAQ9C,CAAC"}
1
+ {"version":3,"file":"shared.test.fixture.d.ts","sourceRoot":"","sources":["../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/fixture/shared.test.fixture.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,2EAA2E,CAAC;AACjH,OAAO,EAAE,eAAe,EAAE,MAAM,0DAA0D,CAAC;AAC3F,OAAO,EAAE,UAAU,EAAE,MAAM,oDAAoD,CAAC;AAChF,OAAO,EAAE,aAAa,EAAE,MAAM,8DAA8D,CAAC;AAC7F,OAAO,EAAE,gBAAgB,EAAE,MAAM,8CAA8C,CAAC;AAChF,OAAO,EAAE,iBAAiB,EAAE,MAAM,gDAAgD,CAAC;AACnF,OAAO,EAAE,SAAS,EAAE,MAAM,uCAAuC,CAAC;AAClE,OAAO,EAAE,aAAa,EAAE,MAAM,4CAA4C,CAAC;AAC3E,OAAO,EAAE,SAAS,EAAE,MAAM,uCAAuC,CAAC;AAClE,OAAO,EAAE,aAAa,EAAE,MAAM,4CAA4C,CAAC;AAC3E,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAExD,eAAO,MAAM,aAAa,QAAO,SAMhC,CAAC;AAEF,eAAO,MAAM,sBAAsB,OAAQ,MAAM,QACJ,MAAM,UACJ,MAAM,eACD,OAAO,cACR,SAAS,EAAE,kDAEA,gBAY7D,CAAC;AAEF,eAAO,MAAM,UAAU,OAAQ,MAAM,SACH,MAAM,QACP,aAAa,kBACH,MAAM,4BACI,MAAM,sBACb,SAAS,EAAE,sBACV,OAAO,WAClB,OAAO,KAAG,SAc7C,CAAC;AAEF,eAAO,MAAM,gBAAgB,OAAQ,MAAM,SACH,MAAM,SACN,MAAM,oBACK,eAAe,EAAE,cACvB,SAAS,EAAE,iBACR,MAAM,wBACA,aAAa,KAAU,UAU5E,CAAC;AAEF,eAAO,MAAM,qBAAqB,OAAQ,MAAM,SACH,MAAM,oBACK,MAAM,0BACD,oBAAoB,EAAE,KAAQ,eAO1F,CAAC;AAEF,eAAO,MAAM,0BAA0B,OAAQ,MAAM,SACH,MAAM,kBACG,MAAM,SACf,MAAM,QACP,MAAM,iBACG,MAAM,KAAG,oBAQlE,CAAC;AAEF,eAAO,MAAM,gCAAgC,OAAQ,MAAM,KAAG,oBAK7D,CAAC;AAEF,eAAO,MAAM,eAAe,OAAQ,MAAM,SACH,MAAM,QACP,MAAM,aACD,SAAS,kBACJ,MAAM,2CAGhB,iBAAiB,EAAE,WAChB,OAAO,KAAG,SAalD,CAAC;AAEF,eAAO,MAAM,YAAY,OAAQ,MAAM,SACH,MAAM,QACP,MAAM,aACD,SAAS,kBACJ,MAAM,kBACF,gBAShD,CAAC;AAEF,eAAO,MAAM,eAAe,WAAY,MAAM,QACR,aAAa,kBACJ,SAAS,EAAE,wBACL,SAAS,KAAe,SAO5E,CAAC;AAEF,eAAO,MAAM,wBAAwB,WAAY,MAAM,mBACE,aAAa,EAAE,KAAQ,SAM/E,CAAC;AAEF,eAAO,MAAM,8BAA8B,WAAY,MAAM,mBACE,aAAa,EAAE,KAAQ,SAMrF,CAAC;AAEF,eAAO,MAAM,SAAS,SAAU,MAAM,aACD,OAAO,WACT,OAAO,aACL,OAAO,aACP,OAAO,KAAG,iBAQ9C,CAAC"}
@@ -1,9 +1,8 @@
1
1
  export * from './case-reference';
2
2
  export * from './case-title';
3
3
  export * from './complex';
4
- export * from './generic';
5
- export * from './link-cases-from-reason-code';
6
4
  export * from './link-cases-reason-code';
5
+ export * from './link-cases-from-reason-code';
7
6
  export * from './pipes.module';
8
7
  export * from './search-result/sorting/sort-search-result.pipe';
9
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/pipes/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,+BAA+B,CAAC;AAC9C,cAAc,0BAA0B,CAAC;AACzC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iDAAiD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/pipes/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,0BAA0B,CAAC;AACzC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iDAAiD,CAAC"}