@hmcts/ccd-case-ui-toolkit 6.11.0-case-file-view-move-document → 6.11.0-rc1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (350) hide show
  1. package/bundles/hmcts-ccd-case-ui-toolkit.umd.js +2751 -2037
  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/form/date-input/date-input.component.js +8 -8
  7. package/esm2015/lib/components/header/header-bar/header-bar.component.js +2 -3
  8. package/esm2015/lib/shared/commons/case-edit-data/case-edit-data.module.js +1 -1
  9. package/esm2015/lib/shared/commons/case-edit-data/case-edit-data.service.js +5 -8
  10. package/esm2015/lib/shared/commons/case-edit-data/case-edit-validation.model.js +1 -1
  11. package/esm2015/lib/shared/components/activity/activity.component.js +5 -5
  12. package/esm2015/lib/shared/components/case-editor/case-edit/case-edit.component.js +272 -13
  13. package/esm2015/lib/shared/components/case-editor/case-edit-confirm/case-edit-confirm.component.js +3 -3
  14. package/esm2015/lib/shared/components/case-editor/case-edit-generic-errors/case-edit-generic-errors.component.js +80 -0
  15. package/esm2015/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.js +220 -196
  16. package/esm2015/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.js +162 -411
  17. package/esm2015/lib/shared/components/case-editor/case-editor.module.js +20 -17
  18. package/esm2015/lib/shared/components/case-editor/case-event-completion/case-event-completion.component.js +2 -1
  19. package/esm2015/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component.js +3 -3
  20. package/esm2015/lib/shared/components/case-editor/domain/wizard-page-field-complex-override.model.js +2 -1
  21. package/esm2015/lib/shared/components/case-editor/domain/wizard-page-field.model.js +1 -1
  22. package/esm2015/lib/shared/components/case-editor/domain/wizard-page.model.js +2 -1
  23. package/esm2015/lib/shared/components/case-editor/services/cases.service.js +11 -22
  24. package/esm2015/lib/shared/components/case-editor/services/page-validation.service.js +2 -2
  25. package/esm2015/lib/shared/components/case-editor/services/wizard-page-field-to-case-field.mapper.js +12 -12
  26. package/esm2015/lib/shared/components/case-editor/services/work-allocation.service.js +1 -1
  27. package/esm2015/lib/shared/components/case-history/domain/case-history.model.js +2 -1
  28. package/esm2015/lib/shared/components/case-viewer/case-challenged-access-request/case-challenged-access-request.component.js +5 -5
  29. package/esm2015/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.js +3 -5
  30. package/esm2015/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.js +71 -41
  31. package/esm2015/lib/shared/components/case-viewer/case-specific-access-request/case-specific-access-request.component.js +4 -4
  32. package/esm2015/lib/shared/components/case-viewer/case-viewer.component.js +36 -18
  33. package/esm2015/lib/shared/components/case-viewer/printer/pipes/print-url.pipe.js +3 -3
  34. package/esm2015/lib/shared/components/case-viewer/services/case.resolver.js +2 -2
  35. package/esm2015/lib/shared/components/error/callback-errors.component.js +5 -10
  36. package/esm2015/lib/shared/components/error/domain/error-context.js +1 -1
  37. package/esm2015/lib/shared/components/event-start/event-guard/event-start.guard.js +2 -2
  38. package/esm2015/lib/shared/components/pagination/pagination.component.js +10 -10
  39. package/esm2015/lib/shared/components/palette/address/address-option.model.js +4 -7
  40. package/esm2015/lib/shared/components/palette/address/write-address-field.component.js +4 -4
  41. package/esm2015/lib/shared/components/palette/base-field/field-read-label.component.js +1 -1
  42. package/esm2015/lib/shared/components/palette/base-field/field-read.component.js +2 -2
  43. package/esm2015/lib/shared/components/palette/base-field/field-write.component.js +3 -3
  44. package/esm2015/lib/shared/components/palette/base-field/payment-field.component.js +4 -1
  45. package/esm2015/lib/shared/components/palette/case-file-view/case-file-view-field.component.js +88 -52
  46. package/esm2015/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder.component.js +1 -1
  47. package/esm2015/lib/shared/components/palette/case-file-view/components/case-file-view-folder-selector/case-file-view-folder-selector.component.js +1 -1
  48. 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
  49. package/esm2015/lib/shared/components/palette/case-file-view/index.js +1 -2
  50. package/esm2015/lib/shared/components/palette/case-flag/components/case-flag-table/case-flag-table.component.js +22 -17
  51. package/esm2015/lib/shared/components/palette/case-flag/components/select-flag-location/select-flag-location.component.js +2 -2
  52. package/esm2015/lib/shared/components/palette/case-flag/components/select-flag-type/select-flag-type.component.js +30 -19
  53. package/esm2015/lib/shared/components/palette/case-flag/enums/index.js +1 -1
  54. package/esm2015/lib/shared/components/palette/case-flag/write-case-flag-field.component.js +35 -24
  55. package/esm2015/lib/shared/components/palette/collection/collection-create-checker.service.js +5 -5
  56. package/esm2015/lib/shared/components/palette/collection/write-collection-field.component.js +19 -8
  57. package/esm2015/lib/shared/components/palette/complex/read-complex-field-collection-table.component.js +4 -3
  58. package/esm2015/lib/shared/components/palette/complex/read-complex-field-table.component.js +2 -2
  59. package/esm2015/lib/shared/components/palette/datetime-picker/datetime-picker.component.js +10 -3
  60. package/esm2015/lib/shared/components/palette/dynamic-list/write-dynamic-list-field.component.js +1 -1
  61. package/esm2015/lib/shared/components/palette/dynamic-multi-select-list/index.js +3 -0
  62. package/esm2015/lib/shared/components/palette/dynamic-multi-select-list/read-dynamic-multi-select-list-field.component.js +47 -0
  63. package/esm2015/lib/shared/components/palette/dynamic-multi-select-list/write-dynamic-multi-select-list-field.component.js +153 -0
  64. package/esm2015/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.js +5 -7
  65. package/esm2015/lib/shared/components/palette/index.js +2 -1
  66. package/esm2015/lib/shared/components/palette/judicial-user/write-judicial-user-field.component.js +45 -22
  67. package/esm2015/lib/shared/components/palette/linked-cases/components/before-you-start/before-you-start.component.js +2 -4
  68. package/esm2015/lib/shared/components/palette/linked-cases/components/check-your-answers/check-your-answers.component.js +31 -9
  69. package/esm2015/lib/shared/components/palette/linked-cases/components/link-cases/link-cases.component.js +152 -77
  70. package/esm2015/lib/shared/components/palette/linked-cases/components/linked-cases-table/linked-cases-from-table.component.js +21 -19
  71. package/esm2015/lib/shared/components/palette/linked-cases/components/linked-cases-table/linked-cases-to-table.component.js +32 -8
  72. package/esm2015/lib/shared/components/palette/linked-cases/components/no-linked-cases/no-linked-cases.component.js +2 -4
  73. package/esm2015/lib/shared/components/palette/linked-cases/domain/linked-cases-state.model.js +1 -1
  74. package/esm2015/lib/shared/components/palette/linked-cases/domain/linked-cases.model.js +4 -1
  75. package/esm2015/lib/shared/components/palette/linked-cases/enums/write-linked-cases-field.enum.js +3 -1
  76. package/esm2015/lib/shared/components/palette/linked-cases/read-linked-cases-field.component.js +3 -5
  77. package/esm2015/lib/shared/components/palette/linked-cases/services/linked-cases.service.js +5 -6
  78. package/esm2015/lib/shared/components/palette/linked-cases/write-linked-cases-field.component.js +43 -90
  79. package/esm2015/lib/shared/components/palette/order-summary/fee.model.js +2 -1
  80. package/esm2015/lib/shared/components/palette/order-summary/order-summary.model.js +1 -1
  81. package/esm2015/lib/shared/components/palette/palette.module.js +35 -11
  82. package/esm2015/lib/shared/components/palette/palette.service.js +5 -3
  83. package/esm2015/lib/shared/components/palette/payment/case-payment-history-viewer-field.component.js +3 -3
  84. package/esm2015/lib/shared/components/palette/text-area/write-text-area-field.component.js +2 -2
  85. package/esm2015/lib/shared/components/palette/utils/date.pipe.js +4 -4
  86. package/esm2015/lib/shared/components/palette/waystopay/waystopay-field.component.js +4 -4
  87. package/esm2015/lib/shared/components/palette/yes-no/yes-no.service.js +3 -1
  88. package/esm2015/lib/shared/components/search-filters/domain/search-input.model.js +1 -1
  89. package/esm2015/lib/shared/components/search-filters/search-filters.component.js +2 -2
  90. package/esm2015/lib/shared/components/search-result/search-result.component.js +14 -18
  91. package/esm2015/lib/shared/components/workbasket-filters/workbasket-filters.component.js +3 -3
  92. package/esm2015/lib/shared/directives/conditional-show/conditional-show-form.directive.js +2 -2
  93. package/esm2015/lib/shared/directives/conditional-show/domain/conditional-show.model.js +104 -200
  94. package/esm2015/lib/shared/directives/conditional-show/services/condition-parser.service.js +197 -0
  95. package/esm2015/lib/shared/directives/conditional-show/services/condition.peg.js +103 -0
  96. package/esm2015/lib/shared/domain/addresses/address.model.js +2 -1
  97. package/esm2015/lib/shared/domain/case-details.model.js +2 -1
  98. package/esm2015/lib/shared/domain/case-edit/case-edit.model.js +2 -0
  99. package/esm2015/lib/shared/domain/case-edit/index.js +2 -0
  100. package/esm2015/lib/shared/domain/case-event-data.model.js +2 -1
  101. package/esm2015/lib/shared/domain/case-file-view/case-file-view-category.model.js +1 -1
  102. package/esm2015/lib/shared/domain/case-file-view/case-file-view-document.model.js +2 -1
  103. package/esm2015/lib/shared/domain/case-file-view/categories-and-documents.model.js +1 -1
  104. package/esm2015/lib/shared/domain/case-file-view/document-tree-node/document-tree-node.model.js +2 -1
  105. package/esm2015/lib/shared/domain/case-flag/flag-type.model.js +2 -1
  106. package/esm2015/lib/shared/domain/case-flag/hmcts-service-detail.model.js +2 -1
  107. package/esm2015/lib/shared/domain/case-view/case-event-trigger.model.js +2 -1
  108. package/esm2015/lib/shared/domain/case-view/case-tab.model.js +2 -1
  109. package/esm2015/lib/shared/domain/case-view/case-view-event.model.js +2 -1
  110. package/esm2015/lib/shared/domain/case-view/case-view.model.js +2 -1
  111. package/esm2015/lib/shared/domain/case-view/role-assignment-response.model.js +1 -1
  112. package/esm2015/lib/shared/domain/case-view/role-request.model.js +1 -1
  113. package/esm2015/lib/shared/domain/definition/case-event.model.js +1 -1
  114. package/esm2015/lib/shared/domain/definition/case-field.model.js +7 -3
  115. package/esm2015/lib/shared/domain/definition/case-type.model.js +2 -1
  116. package/esm2015/lib/shared/domain/definition/event-case-field.model.js +2 -1
  117. package/esm2015/lib/shared/domain/definition/field-type-enum.model.js +1 -1
  118. package/esm2015/lib/shared/domain/definition/field-type.model.js +2 -1
  119. package/esm2015/lib/shared/domain/document/document-data.model.js +2 -1
  120. package/esm2015/lib/shared/domain/index.js +2 -1
  121. package/esm2015/lib/shared/domain/organisation/organisation-converter.js +8 -8
  122. package/esm2015/lib/shared/domain/pagination-metadata.model.js +1 -1
  123. package/esm2015/lib/shared/domain/search/field.model.js +1 -1
  124. package/esm2015/lib/shared/domain/search/search-result-view-column.model.js +1 -1
  125. package/esm2015/lib/shared/domain/search/search-result-view-item.model.js +2 -1
  126. package/esm2015/lib/shared/domain/search/search-result-view.model.js +2 -1
  127. package/esm2015/lib/shared/domain/user/user-info.model.js +1 -1
  128. package/esm2015/lib/shared/domain/workbasket/workbasket-input.model.js +1 -8
  129. package/esm2015/lib/shared/fixture/case-field-builder.js +13 -13
  130. package/esm2015/lib/shared/fixture/shared.test.fixture.js +27 -27
  131. package/esm2015/lib/shared/pipes/complex/{cdd-page-fields.pipe.js → ccd-page-fields.pipe.js} +3 -3
  132. package/esm2015/lib/shared/pipes/complex/ccd-read-fields-filter.pipe.js +14 -11
  133. package/esm2015/lib/shared/pipes/complex/index.js +2 -2
  134. package/esm2015/lib/shared/pipes/index.js +2 -1
  135. package/esm2015/lib/shared/pipes/link-cases-from-reason-code/ccd-link-cases-from-reason-code.pipe.js +28 -0
  136. package/esm2015/lib/shared/pipes/link-cases-from-reason-code/index.js +2 -0
  137. package/esm2015/lib/shared/pipes/link-cases-reason-code/ccd-link-cases-reason-code.pipe.js +10 -5
  138. package/esm2015/lib/shared/pipes/pipes.module.js +8 -4
  139. package/esm2015/lib/shared/services/activity/activity.polling.service.js +2 -2
  140. package/esm2015/lib/shared/services/activity/activity.service.js +9 -18
  141. package/esm2015/lib/shared/services/addresses/address-parser.js +5 -5
  142. package/esm2015/lib/shared/services/case-fields/format-translator.service.js +2 -2
  143. package/esm2015/lib/shared/services/case-flag/case-flag-refdata.service.js +26 -5
  144. package/esm2015/lib/shared/services/common-data-service/common-data-service.js +2 -2
  145. package/esm2015/lib/shared/services/definitions/definitions.service.js +3 -8
  146. package/esm2015/lib/shared/services/fields/fields.purger.js +15 -15
  147. package/esm2015/lib/shared/services/fields/fields.utils.js +12 -4
  148. package/esm2015/lib/shared/services/form/field-type-sanitiser.js +17 -1
  149. package/esm2015/lib/shared/services/form/form-value.service.js +1 -2
  150. package/esm2015/lib/shared/services/loading/loading.service.js +2 -7
  151. package/esm2015/lib/shared/services/search/search.service.js +5 -10
  152. package/esm2015/lib/shared/services/search-result/sorting/search-result-view-item-comparator-factory.js +5 -5
  153. package/esm2015/lib/shared/services/window/window.service.js +1 -1
  154. package/fesm2015/hmcts-ccd-case-ui-toolkit.js +2807 -2100
  155. package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
  156. package/lib/app.config.d.ts +2 -0
  157. package/lib/app.config.d.ts.map +1 -1
  158. package/lib/components/header/header-bar/header-bar.component.d.ts.map +1 -1
  159. package/lib/shared/commons/case-edit-data/case-edit-data.module.d.ts.map +1 -1
  160. package/lib/shared/commons/case-edit-data/case-edit-data.service.d.ts +3 -5
  161. package/lib/shared/commons/case-edit-data/case-edit-data.service.d.ts.map +1 -1
  162. package/lib/shared/commons/case-edit-data/case-edit-validation.model.d.ts.map +1 -1
  163. package/lib/shared/components/case-editor/case-edit/case-edit.component.d.ts +65 -10
  164. package/lib/shared/components/case-editor/case-edit/case-edit.component.d.ts.map +1 -1
  165. package/lib/shared/components/case-editor/case-edit-confirm/case-edit-confirm.component.d.ts +0 -1
  166. package/lib/shared/components/case-editor/case-edit-confirm/case-edit-confirm.component.d.ts.map +1 -1
  167. package/lib/shared/components/case-editor/case-edit-generic-errors/case-edit-generic-errors.component.d.ts +8 -0
  168. package/lib/shared/components/case-editor/case-edit-generic-errors/case-edit-generic-errors.component.d.ts.map +1 -0
  169. package/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.d.ts +12 -9
  170. package/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.d.ts.map +1 -1
  171. package/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.d.ts +6 -56
  172. package/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.d.ts.map +1 -1
  173. package/lib/shared/components/case-editor/case-editor.module.d.ts +14 -13
  174. package/lib/shared/components/case-editor/case-editor.module.d.ts.map +1 -1
  175. package/lib/shared/components/case-editor/case-event-completion/case-event-completion.component.d.ts.map +1 -1
  176. package/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component.d.ts +2 -2
  177. package/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component.d.ts.map +1 -1
  178. package/lib/shared/components/case-editor/domain/wizard-page-field-complex-override.model.d.ts.map +1 -1
  179. package/lib/shared/components/case-editor/domain/wizard-page-field.model.d.ts.map +1 -1
  180. package/lib/shared/components/case-editor/domain/wizard-page.model.d.ts.map +1 -1
  181. package/lib/shared/components/case-editor/services/cases.service.d.ts +1 -3
  182. package/lib/shared/components/case-editor/services/cases.service.d.ts.map +1 -1
  183. package/lib/shared/components/case-editor/services/wizard-page-field-to-case-field.mapper.d.ts.map +1 -1
  184. package/lib/shared/components/case-editor/services/work-allocation.service.d.ts.map +1 -1
  185. package/lib/shared/components/case-history/domain/case-history.model.d.ts.map +1 -1
  186. package/lib/shared/components/case-viewer/case-challenged-access-request/case-challenged-access-request.component.d.ts.map +1 -1
  187. package/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.d.ts.map +1 -1
  188. package/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.d.ts +7 -2
  189. package/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.d.ts.map +1 -1
  190. package/lib/shared/components/case-viewer/case-viewer.component.d.ts +6 -3
  191. package/lib/shared/components/case-viewer/case-viewer.component.d.ts.map +1 -1
  192. package/lib/shared/components/case-viewer/printer/pipes/print-url.pipe.d.ts.map +1 -1
  193. package/lib/shared/components/case-viewer/services/case.resolver.d.ts.map +1 -1
  194. package/lib/shared/components/error/callback-errors.component.d.ts +2 -3
  195. package/lib/shared/components/error/callback-errors.component.d.ts.map +1 -1
  196. package/lib/shared/components/error/domain/error-context.d.ts +2 -2
  197. package/lib/shared/components/error/domain/error-context.d.ts.map +1 -1
  198. package/lib/shared/components/event-start/event-guard/event-start.guard.d.ts +1 -1
  199. package/lib/shared/components/event-start/event-guard/event-start.guard.d.ts.map +1 -1
  200. package/lib/shared/components/pagination/pagination.component.d.ts +3 -3
  201. package/lib/shared/components/palette/address/address-option.model.d.ts.map +1 -1
  202. package/lib/shared/components/palette/address/write-address-field.component.d.ts.map +1 -1
  203. package/lib/shared/components/palette/base-field/payment-field.component.d.ts +1 -0
  204. package/lib/shared/components/palette/base-field/payment-field.component.d.ts.map +1 -1
  205. package/lib/shared/components/palette/case-file-view/case-file-view-field.component.d.ts +14 -10
  206. package/lib/shared/components/palette/case-file-view/case-file-view-field.component.d.ts.map +1 -1
  207. package/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder.component.d.ts +4 -1
  208. package/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder.component.d.ts.map +1 -1
  209. package/lib/shared/components/palette/case-file-view/index.d.ts +0 -1
  210. package/lib/shared/components/palette/case-file-view/index.d.ts.map +1 -1
  211. package/lib/shared/components/palette/case-flag/components/select-flag-location/select-flag-location.component.d.ts.map +1 -1
  212. package/lib/shared/components/palette/case-flag/components/select-flag-type/select-flag-type.component.d.ts +3 -1
  213. package/lib/shared/components/palette/case-flag/components/select-flag-type/select-flag-type.component.d.ts.map +1 -1
  214. package/lib/shared/components/palette/case-flag/enums/index.d.ts.map +1 -1
  215. package/lib/shared/components/palette/case-flag/write-case-flag-field.component.d.ts +2 -0
  216. package/lib/shared/components/palette/case-flag/write-case-flag-field.component.d.ts.map +1 -1
  217. package/lib/shared/components/palette/collection/collection-create-checker.service.d.ts.map +1 -1
  218. package/lib/shared/components/palette/collection/write-collection-field.component.d.ts +1 -0
  219. package/lib/shared/components/palette/collection/write-collection-field.component.d.ts.map +1 -1
  220. package/lib/shared/components/palette/complex/read-complex-field-collection-table.component.d.ts +1 -1
  221. package/lib/shared/components/palette/complex/read-complex-field-collection-table.component.d.ts.map +1 -1
  222. package/lib/shared/components/palette/datetime-picker/datetime-picker.component.d.ts.map +1 -1
  223. package/lib/shared/components/palette/dynamic-multi-select-list/index.d.ts +3 -0
  224. package/lib/shared/components/palette/dynamic-multi-select-list/index.d.ts.map +1 -0
  225. package/lib/shared/components/palette/dynamic-multi-select-list/read-dynamic-multi-select-list-field.component.d.ts +9 -0
  226. package/lib/shared/components/palette/dynamic-multi-select-list/read-dynamic-multi-select-list-field.component.d.ts.map +1 -0
  227. package/lib/shared/components/palette/dynamic-multi-select-list/write-dynamic-multi-select-list-field.component.d.ts +17 -0
  228. package/lib/shared/components/palette/dynamic-multi-select-list/write-dynamic-multi-select-list-field.component.d.ts.map +1 -0
  229. package/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.d.ts +1 -1
  230. package/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.d.ts.map +1 -1
  231. package/lib/shared/components/palette/index.d.ts +1 -0
  232. package/lib/shared/components/palette/index.d.ts.map +1 -1
  233. package/lib/shared/components/palette/judicial-user/write-judicial-user-field.component.d.ts +10 -9
  234. package/lib/shared/components/palette/judicial-user/write-judicial-user-field.component.d.ts.map +1 -1
  235. package/lib/shared/components/palette/linked-cases/components/before-you-start/before-you-start.component.d.ts.map +1 -1
  236. package/lib/shared/components/palette/linked-cases/components/link-cases/link-cases.component.d.ts +4 -0
  237. package/lib/shared/components/palette/linked-cases/components/link-cases/link-cases.component.d.ts.map +1 -1
  238. package/lib/shared/components/palette/linked-cases/components/linked-cases-table/linked-cases-from-table.component.d.ts +4 -4
  239. package/lib/shared/components/palette/linked-cases/components/linked-cases-table/linked-cases-from-table.component.d.ts.map +1 -1
  240. package/lib/shared/components/palette/linked-cases/components/linked-cases-table/linked-cases-to-table.component.d.ts +2 -0
  241. package/lib/shared/components/palette/linked-cases/components/linked-cases-table/linked-cases-to-table.component.d.ts.map +1 -1
  242. package/lib/shared/components/palette/linked-cases/components/no-linked-cases/no-linked-cases.component.d.ts.map +1 -1
  243. package/lib/shared/components/palette/linked-cases/domain/linked-cases-state.model.d.ts +0 -4
  244. package/lib/shared/components/palette/linked-cases/domain/linked-cases-state.model.d.ts.map +1 -1
  245. package/lib/shared/components/palette/linked-cases/domain/linked-cases.model.d.ts +6 -3
  246. package/lib/shared/components/palette/linked-cases/domain/linked-cases.model.d.ts.map +1 -1
  247. package/lib/shared/components/palette/linked-cases/enums/write-linked-cases-field.enum.d.ts +3 -1
  248. package/lib/shared/components/palette/linked-cases/enums/write-linked-cases-field.enum.d.ts.map +1 -1
  249. package/lib/shared/components/palette/linked-cases/read-linked-cases-field.component.d.ts.map +1 -1
  250. package/lib/shared/components/palette/linked-cases/services/linked-cases.service.d.ts.map +1 -1
  251. package/lib/shared/components/palette/linked-cases/write-linked-cases-field.component.d.ts +0 -4
  252. package/lib/shared/components/palette/linked-cases/write-linked-cases-field.component.d.ts.map +1 -1
  253. package/lib/shared/components/palette/order-summary/fee.model.d.ts.map +1 -1
  254. package/lib/shared/components/palette/order-summary/order-summary.model.d.ts.map +1 -1
  255. package/lib/shared/components/palette/palette.module.d.ts +60 -59
  256. package/lib/shared/components/palette/palette.module.d.ts.map +1 -1
  257. package/lib/shared/components/palette/palette.service.d.ts.map +1 -1
  258. package/lib/shared/components/palette/text-area/write-text-area-field.component.d.ts.map +1 -1
  259. package/lib/shared/components/palette/utils/date.pipe.d.ts.map +1 -1
  260. package/lib/shared/components/palette/yes-no/yes-no.service.d.ts.map +1 -1
  261. package/lib/shared/components/search-filters/domain/search-input.model.d.ts.map +1 -1
  262. package/lib/shared/components/workbasket-filters/workbasket-filters.component.d.ts.map +1 -1
  263. package/lib/shared/directives/conditional-show/domain/conditional-show.model.d.ts +13 -30
  264. package/lib/shared/directives/conditional-show/domain/conditional-show.model.d.ts.map +1 -1
  265. package/lib/shared/directives/conditional-show/services/condition-parser.service.d.ts +30 -0
  266. package/lib/shared/directives/conditional-show/services/condition-parser.service.d.ts.map +1 -0
  267. package/lib/shared/directives/conditional-show/services/condition.peg.d.ts +3 -0
  268. package/lib/shared/directives/conditional-show/services/condition.peg.d.ts.map +1 -0
  269. package/lib/shared/domain/addresses/address.model.d.ts.map +1 -1
  270. package/lib/shared/domain/case-details.model.d.ts.map +1 -1
  271. package/lib/shared/domain/case-edit/case-edit.model.d.ts +26 -0
  272. package/lib/shared/domain/case-edit/case-edit.model.d.ts.map +1 -0
  273. package/lib/shared/domain/case-edit/index.d.ts +2 -0
  274. package/lib/shared/domain/case-edit/index.d.ts.map +1 -0
  275. package/lib/shared/domain/case-event-data.model.d.ts.map +1 -1
  276. package/lib/shared/domain/case-file-view/case-file-view-category.model.d.ts.map +1 -1
  277. package/lib/shared/domain/case-file-view/case-file-view-document.model.d.ts +1 -0
  278. package/lib/shared/domain/case-file-view/case-file-view-document.model.d.ts.map +1 -1
  279. package/lib/shared/domain/case-file-view/categories-and-documents.model.d.ts.map +1 -1
  280. package/lib/shared/domain/case-file-view/document-tree-node/document-tree-node.model.d.ts.map +1 -1
  281. package/lib/shared/domain/case-flag/flag-type.model.d.ts.map +1 -1
  282. package/lib/shared/domain/case-flag/hmcts-service-detail.model.d.ts.map +1 -1
  283. package/lib/shared/domain/case-view/case-event-trigger.model.d.ts.map +1 -1
  284. package/lib/shared/domain/case-view/case-tab.model.d.ts.map +1 -1
  285. package/lib/shared/domain/case-view/case-view-event.model.d.ts.map +1 -1
  286. package/lib/shared/domain/case-view/case-view.model.d.ts.map +1 -1
  287. package/lib/shared/domain/case-view/role-assignment-response.model.d.ts +1 -2
  288. package/lib/shared/domain/case-view/role-assignment-response.model.d.ts.map +1 -1
  289. package/lib/shared/domain/case-view/role-request.model.d.ts.map +1 -1
  290. package/lib/shared/domain/definition/case-event.model.d.ts.map +1 -1
  291. package/lib/shared/domain/definition/case-field.model.d.ts.map +1 -1
  292. package/lib/shared/domain/definition/case-type.model.d.ts.map +1 -1
  293. package/lib/shared/domain/definition/event-case-field.model.d.ts.map +1 -1
  294. package/lib/shared/domain/definition/field-type-enum.model.d.ts +1 -1
  295. package/lib/shared/domain/definition/field-type-enum.model.d.ts.map +1 -1
  296. package/lib/shared/domain/definition/field-type.model.d.ts.map +1 -1
  297. package/lib/shared/domain/document/document-data.model.d.ts.map +1 -1
  298. package/lib/shared/domain/index.d.ts +1 -0
  299. package/lib/shared/domain/index.d.ts.map +1 -1
  300. package/lib/shared/domain/organisation/organisation-converter.d.ts.map +1 -1
  301. package/lib/shared/domain/pagination-metadata.model.d.ts +2 -2
  302. package/lib/shared/domain/pagination-metadata.model.d.ts.map +1 -1
  303. package/lib/shared/domain/search/field.model.d.ts.map +1 -1
  304. package/lib/shared/domain/search/search-result-view-column.model.d.ts.map +1 -1
  305. package/lib/shared/domain/search/search-result-view-item.model.d.ts.map +1 -1
  306. package/lib/shared/domain/search/search-result-view.model.d.ts.map +1 -1
  307. package/lib/shared/domain/user/user-info.model.d.ts.map +1 -1
  308. package/lib/shared/domain/workbasket/workbasket-input.model.d.ts +0 -1
  309. package/lib/shared/domain/workbasket/workbasket-input.model.d.ts.map +1 -1
  310. package/lib/shared/fixture/case-field-builder.d.ts +6 -6
  311. package/lib/shared/fixture/case-field-builder.d.ts.map +1 -1
  312. package/lib/shared/fixture/shared.test.fixture.d.ts +6 -6
  313. package/lib/shared/fixture/shared.test.fixture.d.ts.map +1 -1
  314. package/lib/shared/pipes/complex/{cdd-page-fields.pipe.d.ts → ccd-page-fields.pipe.d.ts} +1 -1
  315. package/lib/shared/pipes/complex/ccd-page-fields.pipe.d.ts.map +1 -0
  316. package/lib/shared/pipes/complex/ccd-read-fields-filter.pipe.d.ts.map +1 -1
  317. package/lib/shared/pipes/complex/index.d.ts +1 -1
  318. package/lib/shared/pipes/index.d.ts +1 -0
  319. package/lib/shared/pipes/index.d.ts.map +1 -1
  320. package/lib/shared/pipes/link-cases-from-reason-code/ccd-link-cases-from-reason-code.pipe.d.ts +12 -0
  321. package/lib/shared/pipes/link-cases-from-reason-code/ccd-link-cases-from-reason-code.pipe.d.ts.map +1 -0
  322. package/lib/shared/pipes/link-cases-from-reason-code/index.d.ts +2 -0
  323. package/lib/shared/pipes/link-cases-from-reason-code/index.d.ts.map +1 -0
  324. package/lib/shared/pipes/link-cases-reason-code/ccd-link-cases-reason-code.pipe.d.ts +2 -1
  325. package/lib/shared/pipes/link-cases-reason-code/ccd-link-cases-reason-code.pipe.d.ts.map +1 -1
  326. package/lib/shared/pipes/pipes.module.d.ts +4 -3
  327. package/lib/shared/pipes/pipes.module.d.ts.map +1 -1
  328. package/lib/shared/services/activity/activity.polling.service.d.ts.map +1 -1
  329. package/lib/shared/services/activity/activity.service.d.ts.map +1 -1
  330. package/lib/shared/services/addresses/address-parser.d.ts.map +1 -1
  331. package/lib/shared/services/case-flag/case-flag-refdata.service.d.ts +14 -3
  332. package/lib/shared/services/case-flag/case-flag-refdata.service.d.ts.map +1 -1
  333. package/lib/shared/services/common-data-service/common-data-service.d.ts.map +1 -1
  334. package/lib/shared/services/definitions/definitions.service.d.ts.map +1 -1
  335. package/lib/shared/services/fields/fields.purger.d.ts.map +1 -1
  336. package/lib/shared/services/fields/fields.utils.d.ts +2 -1
  337. package/lib/shared/services/fields/fields.utils.d.ts.map +1 -1
  338. package/lib/shared/services/form/field-type-sanitiser.d.ts +2 -0
  339. package/lib/shared/services/form/field-type-sanitiser.d.ts.map +1 -1
  340. package/lib/shared/services/loading/loading.service.d.ts +1 -4
  341. package/lib/shared/services/loading/loading.service.d.ts.map +1 -1
  342. package/lib/shared/services/search/search.service.d.ts +0 -2
  343. package/lib/shared/services/search/search.service.d.ts.map +1 -1
  344. package/lib/shared/services/search-result/sorting/search-result-view-item-comparator-factory.d.ts.map +1 -1
  345. package/lib/shared/services/window/window.service.d.ts.map +1 -1
  346. package/package.json +2 -2
  347. package/esm2015/lib/shared/components/palette/case-file-view/case-file-view-field-read.component.js +0 -85
  348. package/lib/shared/components/palette/case-file-view/case-file-view-field-read.component.d.ts +0 -8
  349. package/lib/shared/components/palette/case-file-view/case-file-view-field-read.component.d.ts.map +0 -1
  350. package/lib/shared/pipes/complex/cdd-page-fields.pipe.d.ts.map +0 -1
@@ -0,0 +1,9 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { AbstractFieldReadComponent } from '../base-field/abstract-field-read.component';
3
+ import * as i0 from "@angular/core";
4
+ export declare class ReadDynamicMultiSelectListFieldComponent extends AbstractFieldReadComponent implements OnInit {
5
+ ngOnInit(): void;
6
+ static ɵfac: i0.ɵɵFactoryDef<ReadDynamicMultiSelectListFieldComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDefWithMeta<ReadDynamicMultiSelectListFieldComponent, "ccd-read-dynamic-multi-select-list-field", never, {}, {}, never, never>;
8
+ }
9
+ //# sourceMappingURL=read-dynamic-multi-select-list-field.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"read-dynamic-multi-select-list-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/dynamic-multi-select-list/read-dynamic-multi-select-list-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,0BAA0B,EAAE,MAAM,6CAA6C,CAAC;;AAEzF,qBAKa,wCAAyC,SAAQ,0BAA2B,YAAW,MAAM;IACjG,QAAQ;iCADJ,wCAAwC;2CAAxC,wCAAwC;CAgBpD"}
@@ -0,0 +1,17 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { AbstractControl, FormArray, FormControl } from '@angular/forms';
3
+ import { AbstractFieldWriteComponent } from '../base-field/abstract-field-write.component';
4
+ import * as i0 from "@angular/core";
5
+ export declare class WriteDynamicMultiSelectListFieldComponent extends AbstractFieldWriteComponent implements OnInit {
6
+ checkboxes: FormArray;
7
+ dynamicListFormControl: FormControl;
8
+ ngOnInit(): void;
9
+ onCheckChange(event: Event): void;
10
+ isSelected(code: string): AbstractControl;
11
+ private getValueListItem;
12
+ private setInitialCaseList;
13
+ private setInitialCaseFieldValue;
14
+ static ɵfac: i0.ɵɵFactoryDef<WriteDynamicMultiSelectListFieldComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDefWithMeta<WriteDynamicMultiSelectListFieldComponent, "ccd-write-dynamic-multi-select-list-field", never, {}, {}, never, never>;
16
+ }
17
+ //# sourceMappingURL=write-dynamic-multi-select-list-field.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"write-dynamic-multi-select-list-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/dynamic-multi-select-list/write-dynamic-multi-select-list-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,eAAe,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AACzE,OAAO,EAAE,2BAA2B,EAAE,MAAM,8CAA8C,CAAC;;AAE3F,qBAIa,yCAA0C,SAAQ,2BAA4B,YAAW,MAAM;IACnG,UAAU,EAAE,SAAS,CAAC;IACtB,sBAAsB,EAAE,WAAW,CAAC;IAEpC,QAAQ,IAAI,IAAI;IAmBhB,aAAa,CAAC,KAAK,EAAE,KAAK;IAwB1B,UAAU,CAAC,IAAI,EAAE,MAAM,GAAG,eAAe;IAMhD,OAAO,CAAC,gBAAgB;IAIxB,OAAO,CAAC,kBAAkB;IAS1B,OAAO,CAAC,wBAAwB;iCAlErB,yCAAyC;2CAAzC,yCAAyC;CA6ErD"}
@@ -5,7 +5,7 @@ import * as i0 from "@angular/core";
5
5
  export declare class WriteDynamicRadioListFieldComponent extends AbstractFieldWriteComponent implements OnInit {
6
6
  dynamicRadioListControl: FormControl;
7
7
  ngOnInit(): void;
8
- buildElementId(name: string): string;
8
+ createElementId(name: string): string;
9
9
  static ɵfac: i0.ɵɵFactoryDef<WriteDynamicRadioListFieldComponent, never>;
10
10
  static ɵcmp: i0.ɵɵComponentDefWithMeta<WriteDynamicRadioListFieldComponent, "ccd-write-dynamic-radio-list-field", never, {}, {}, never, never>;
11
11
  }
@@ -1 +1 @@
1
- {"version":3,"file":"write-dynamic-radio-list-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,2BAA2B,EAAE,MAAM,8CAA8C,CAAC;;AAE3F,qBAIa,mCAAoC,SAAQ,2BAA4B,YAAW,MAAM;IAE7F,uBAAuB,EAAE,WAAW,CAAC;IAErC,QAAQ,IAAI,IAAI;IAuBhB,cAAc,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM;iCA3BhC,mCAAmC;2CAAnC,mCAAmC;CA8B/C"}
1
+ {"version":3,"file":"write-dynamic-radio-list-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,MAAM,EAAC,MAAM,eAAe,CAAC;AAChD,OAAO,EAAC,WAAW,EAAC,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAC,2BAA2B,EAAC,MAAM,8CAA8C,CAAC;;AAEzF,qBAIa,mCAAoC,SAAQ,2BAA4B,YAAW,MAAM;IAE7F,uBAAuB,EAAE,WAAW,CAAC;IAErC,QAAQ,IAAI,IAAI;IAsBhB,eAAe,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM;iCA1BjC,mCAAmC;2CAAnC,mCAAmC;CA6B/C"}
@@ -10,6 +10,7 @@ export * from './datetime-picker';
10
10
  export * from './document';
11
11
  export * from './dynamic-list';
12
12
  export * from './dynamic-radio-list';
13
+ export * from './dynamic-multi-select-list';
13
14
  export * from './email';
14
15
  export * from './fixed-list';
15
16
  export * from './fixed-radio-list';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,mBAAmB,CAAC;AAClC,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,qBAAqB,CAAC;AACpC,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,+BAA+B,CAAC;AAC9C,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,mBAAmB,CAAC;AAClC,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAE5C,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,qBAAqB,CAAC;AACpC,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,+BAA+B,CAAC;AAC9C,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC"}
@@ -1,29 +1,30 @@
1
- import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
1
+ import { OnDestroy, OnInit } from '@angular/core';
2
2
  import { FormControl, FormGroup } from '@angular/forms';
3
- import { ActivatedRoute } from '@angular/router';
4
3
  import { Observable, Subscription } from 'rxjs';
5
4
  import { JudicialUserModel } from '../../../domain/jurisdiction';
6
- import { JurisdictionService } from '../../../services';
5
+ import { CaseFlagRefdataService, JurisdictionService, SessionStorageService } from '../../../services';
7
6
  import { AbstractFieldWriteComponent } from '../base-field';
8
7
  import * as i0 from "@angular/core";
9
8
  export declare class WriteJudicialUserFieldComponent extends AbstractFieldWriteComponent implements OnInit, OnDestroy {
10
- private readonly route;
11
- private readonly cd;
12
9
  private readonly jurisdictionService;
13
- private readonly JURISDICTION_ID;
10
+ private readonly sessionStorageService;
11
+ private readonly caseFlagRefDataService;
14
12
  private readonly MINIMUM_SEARCH_CHARACTERS;
15
13
  private readonly IDAM_ID;
16
14
  private readonly PERSONAL_CODE;
17
15
  judicialUserFormGroup: FormGroup;
18
16
  idamIdFormControl: FormControl;
19
17
  personalCodeFormControl: FormControl;
20
- jurisdictionId: string;
18
+ jurisdiction: string;
19
+ caseType: string;
21
20
  filteredJudicialUsers: JudicialUserModel[];
22
21
  showAutocomplete: boolean;
23
22
  sub: Subscription;
24
- constructor(route: ActivatedRoute, cd: ChangeDetectorRef, jurisdictionService: JurisdictionService);
23
+ constructor(jurisdictionService: JurisdictionService, sessionStorageService: SessionStorageService, caseFlagRefDataService: CaseFlagRefdataService);
25
24
  ngOnInit(): void;
26
- filter(searchTerm: string): Observable<JudicialUserModel[]>;
25
+ filterJudicialUsers(searchTerm: string): Observable<JudicialUserModel[]>;
26
+ loadJudicialUser(personalCode: string): void;
27
+ setJurisdictionAndCaseType(): void;
27
28
  onSelectionChange(judicialUser: JudicialUserModel): void;
28
29
  ngOnDestroy(): void;
29
30
  static ɵfac: i0.ɵɵFactoryDef<WriteJudicialUserFieldComponent, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"write-judicial-user-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/judicial-user/write-judicial-user-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAa,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAChF,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AAEhD,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AACjE,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,2BAA2B,EAAE,MAAM,eAAe,CAAC;;AAE5D,qBAKa,+BAAgC,SAAQ,2BAA4B,YAAW,MAAM,EAAE,SAAS;IAe/F,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,EAAE;IACnB,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IAfhD,OAAO,CAAC,QAAQ,CAAC,eAAe,CAAS;IACzC,OAAO,CAAC,QAAQ,CAAC,yBAAyB,CAAK;IAC/C,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAY;IACpC,OAAO,CAAC,QAAQ,CAAC,aAAa,CAAkB;IAEzC,qBAAqB,EAAE,SAAS,CAAC;IACjC,iBAAiB,EAAE,WAAW,CAAC;IAC/B,uBAAuB,EAAE,WAAW,CAAC;IACrC,cAAc,EAAE,MAAM,CAAC;IACvB,qBAAqB,EAAE,iBAAiB,EAAE,CAAM;IAChD,gBAAgB,UAAS;IACzB,GAAG,EAAE,YAAY,CAAC;gBAEI,KAAK,EAAE,cAAc,EACrB,EAAE,EAAE,iBAAiB,EACrB,mBAAmB,EAAE,mBAAmB;IAI9D,QAAQ,IAAI,IAAI;IAsBhB,MAAM,CAAC,UAAU,EAAE,MAAM,GAAG,UAAU,CAAC,iBAAiB,EAAE,CAAC;IAI3D,iBAAiB,CAAC,YAAY,EAAE,iBAAiB,GAAG,IAAI;IAKxD,WAAW,IAAI,IAAI;iCApDf,+BAA+B;2CAA/B,+BAA+B;CAyD3C"}
1
+ {"version":3,"file":"write-judicial-user-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/judicial-user/write-judicial-user-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAC7D,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AAEhD,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AACjE,OAAO,EAAE,sBAAsB,EAAE,mBAAmB,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AACvG,OAAO,EAAE,2BAA2B,EAAE,MAAM,eAAe,CAAC;;AAE5D,qBAKa,+BAAgC,SAAQ,2BAA4B,YAAW,MAAM,EAAE,SAAS;IAe/F,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IACpC,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IACtC,OAAO,CAAC,QAAQ,CAAC,sBAAsB;IAfnD,OAAO,CAAC,QAAQ,CAAC,yBAAyB,CAAK;IAC/C,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAY;IACpC,OAAO,CAAC,QAAQ,CAAC,aAAa,CAAkB;IAEzC,qBAAqB,EAAE,SAAS,CAAC;IACjC,iBAAiB,EAAE,WAAW,CAAC;IAC/B,uBAAuB,EAAE,WAAW,CAAC;IACrC,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,EAAE,iBAAiB,EAAE,CAAM;IAChD,gBAAgB,UAAS;IACzB,GAAG,EAAE,YAAY,CAAC;gBAEI,mBAAmB,EAAE,mBAAmB,EACxC,qBAAqB,EAAE,qBAAqB,EAC5C,sBAAsB,EAAE,sBAAsB;IAIpE,QAAQ,IAAI,IAAI;IA2BhB,mBAAmB,CAAC,UAAU,EAAE,MAAM,GAAG,UAAU,CAAC,iBAAiB,EAAE,CAAC;IAUxE,gBAAgB,CAAC,YAAY,EAAE,MAAM,GAAG,IAAI;IAU5C,0BAA0B,IAAI,IAAI;IASlC,iBAAiB,CAAC,YAAY,EAAE,iBAAiB,GAAG,IAAI;IAKxD,WAAW,IAAI,IAAI;iCAlFf,+BAA+B;2CAA/B,+BAA+B;CAuF3C"}
@@ -1 +1 @@
1
- {"version":3,"file":"before-you-start.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/linked-cases/components/before-you-start/before-you-start.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAkB,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAEhD,OAAO,EAAE,kBAAkB,EAAE,MAAM,qCAAqC,CAAC;;AAEzE,qBAIa,uBAAuB;IAStB,OAAO,CAAC,QAAQ,CAAC,MAAM;IACjC,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IAP9B,uBAAuB,EAAE,YAAY,CAAC,gBAAgB,CAAC,CAAwC;IAE/F,kBAAkB,UAAS;IAC3B,aAAa,EAAE,YAAY,EAAE,CAAC;IAC9B,oBAAoB,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAC;gBAEhC,MAAM,EAAE,MAAM,EACxB,kBAAkB,EAAE,kBAAkB;IAUlD,MAAM,IAAI,IAAI;IAQd,MAAM,IAAI,IAAI;iCA5BV,uBAAuB;2CAAvB,uBAAuB;CAiCnC"}
1
+ {"version":3,"file":"before-you-start.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/linked-cases/components/before-you-start/before-you-start.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAkB,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAEhD,OAAO,EAAE,kBAAkB,EAAE,MAAM,qCAAqC,CAAC;;AAEzE,qBAIa,uBAAuB;IAStB,OAAO,CAAC,QAAQ,CAAC,MAAM;IACjC,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IAP9B,uBAAuB,EAAE,YAAY,CAAC,gBAAgB,CAAC,CAAwC;IAE/F,kBAAkB,UAAS;IAC3B,aAAa,EAAE,YAAY,EAAE,CAAC;IAC9B,oBAAoB,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAC;gBAEhC,MAAM,EAAE,MAAM,EACxB,kBAAkB,EAAE,kBAAkB;IAUlD,MAAM,IAAI,IAAI;IAQd,MAAM,IAAI,IAAI;iCA5BV,uBAAuB;2CAAvB,uBAAuB;CA+BnC"}
@@ -19,19 +19,23 @@ export declare class LinkCasesComponent implements OnInit {
19
19
  selectedCases: CaseLink[];
20
20
  caseNumberError: string;
21
21
  caseReasonError: string;
22
+ caseReasonCommentsError: string;
22
23
  caseSelectionError: string;
23
24
  noSelectedCaseError: string;
24
25
  caseId: string;
25
26
  caseName: string;
26
27
  linkCaseReasons: LovRefDataModel[];
28
+ showComments: boolean;
27
29
  private readonly ISO_FORMAT;
28
30
  constructor(casesService: CasesService, fb: FormBuilder, validatorsUtils: ValidatorsUtils, linkedCasesService: LinkedCasesService);
29
31
  ngOnInit(): void;
30
32
  initForm(): void;
31
33
  get getReasonTypeFormArray(): FormArray;
34
+ toggleLinkCaseReasonOtherComments(event: any): void;
32
35
  submitCaseInfo(): void;
33
36
  isCaseSelected(linkedCases: CaseLink[]): boolean;
34
37
  private isCaseSelectedSameAsCurrentCase;
38
+ private isOtherOptionSelectedButOtherDescriptionNotEntered;
35
39
  showErrorInfo(): void;
36
40
  getCaseInfo(): void;
37
41
  emitLinkedCasesState(isNavigateToNextPage: boolean): void;
@@ -1 +1 @@
1
- {"version":3,"file":"link-cases.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/linked-cases/components/link-cases/link-cases.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAE,MAAM,EAAU,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,SAAS,EAAc,MAAM,gBAAgB,CAAC;AAG/E,OAAO,EAAY,YAAY,EAAa,MAAM,uBAAuB,CAAC;AAC1E,OAAO,EAAE,eAAe,EAAE,MAAM,iEAAiE,CAAC;AAClG,OAAO,EAAE,YAAY,EAAE,MAAM,gDAAgD,CAAC;AAC9E,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,EACN,QAAQ,EAGR,UAAU,EACV,MAAM,iCAAiC,CAAC;AAEzC,OAAO,EAAE,kBAAkB,EAAE,MAAM,qCAAqC,CAAC;AACzE,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;;AAE/D,qBAKa,kBAAmB,YAAW,MAAM;IAiB7C,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,EAAE;IACnB,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IAlB9B,uBAAuB,EAAE,YAAY,CAAC,gBAAgB,CAAC,CAAwC;IAE/F,aAAa,EAAE,YAAY,EAAE,CAAM;IACnC,YAAY,EAAE,SAAS,CAAC;IACxB,aAAa,EAAE,QAAQ,EAAE,CAAM;IAC/B,eAAe,EAAE,MAAM,CAAC;IACxB,eAAe,EAAE,MAAM,CAAC;IACxB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,eAAe,EAAE,eAAe,EAAE,CAAM;IAC/C,OAAO,CAAC,QAAQ,CAAC,UAAU,CAA6B;gBAGrC,YAAY,EAAE,YAAY,EAC1B,EAAE,EAAE,WAAW,EACf,eAAe,EAAE,eAAe,EAChC,kBAAkB,EAAE,kBAAkB;IAElD,QAAQ,IAAI,IAAI;IAahB,QAAQ,IAAI,IAAI;IAOvB,IAAW,sBAAsB,IAAI,SAAS,CAgB7C;IAEM,cAAc,IAAI,IAAI;IAkBtB,cAAc,CAAC,WAAW,EAAE,QAAQ,EAAE,GAAG,OAAO;IAUvD,OAAO,CAAC,+BAA+B;IAIhC,aAAa,IAAI,IAAI;IA4CrB,WAAW,IAAI,IAAI;IA+CnB,oBAAoB,CAAC,oBAAoB,EAAE,OAAO,GAAG,IAAI;IAQzD,sBAAsB,IAAI,UAAU,EAAE;IActC,4BAA4B,IAAI,UAAU,EAAE;IAgB5C,0BAA0B,CAAC,GAAG,KAAA,EAAE,qBAAqB,KAAA,GAAG,IAAI;IAS5D,MAAM,IAAI,IAAI;iCAtOV,kBAAkB;2CAAlB,kBAAkB;CA0P9B"}
1
+ {"version":3,"file":"link-cases.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/linked-cases/components/link-cases/link-cases.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAE,MAAM,EAAU,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,SAAS,EAAc,MAAM,gBAAgB,CAAC;AAG/E,OAAO,EAAY,YAAY,EAAa,MAAM,uBAAuB,CAAC;AAC1E,OAAO,EAAE,eAAe,EAAE,MAAM,iEAAiE,CAAC;AAClG,OAAO,EAAE,YAAY,EAAE,MAAM,gDAAgD,CAAC;AAC9E,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,EACL,QAAQ,EAGR,UAAU,EACX,MAAM,iCAAiC,CAAC;AAEzC,OAAO,EAAE,kBAAkB,EAAE,MAAM,qCAAqC,CAAC;AACzE,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;;AAE/D,qBAKa,kBAAmB,YAAW,MAAM;IAmB7C,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,EAAE;IACnB,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IApB9B,uBAAuB,EAAE,YAAY,CAAC,gBAAgB,CAAC,CAAwC;IAE/F,aAAa,EAAE,YAAY,EAAE,CAAM;IACnC,YAAY,EAAE,SAAS,CAAC;IACxB,aAAa,EAAE,QAAQ,EAAE,CAAM;IAC/B,eAAe,EAAE,MAAM,CAAC;IACxB,eAAe,EAAE,MAAM,CAAC;IACxB,uBAAuB,EAAE,MAAM,CAAC;IAChC,kBAAkB,EAAE,MAAM,CAAC;IAC3B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,eAAe,EAAE,eAAe,EAAE,CAAC;IACnC,YAAY,UAAS;IAC5B,OAAO,CAAC,QAAQ,CAAC,UAAU,CAA6B;gBAGrC,YAAY,EAAE,YAAY,EAC1B,EAAE,EAAE,WAAW,EACf,eAAe,EAAE,eAAe,EAChC,kBAAkB,EAAE,kBAAkB;IAElD,QAAQ,IAAI,IAAI;IAahB,QAAQ,IAAI,IAAI;IAQvB,IAAW,sBAAsB,IAAI,SAAS,CAgB7C;IAEM,iCAAiC,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAKnD,cAAc,IAAI,IAAI;IAoBtB,cAAc,CAAC,WAAW,EAAE,QAAQ,EAAE,GAAG,OAAO;IAUvD,OAAO,CAAC,+BAA+B;IAIvC,OAAO,CAAC,kDAAkD;IAInD,aAAa,IAAI,IAAI;IA+DrB,WAAW,IAAI,IAAI;IAgDnB,oBAAoB,CAAC,oBAAoB,EAAE,OAAO,GAAG,IAAI;IAQzD,sBAAsB,IAAI,UAAU,EAAE;IAiBtC,4BAA4B,IAAI,UAAU,EAAE;IAmB5C,0BAA0B,CAAC,GAAG,KAAA,EAAE,qBAAqB,KAAA,GAAG,IAAI;IAS5D,MAAM,IAAI,IAAI;iCA9QV,kBAAkB;2CAAlB,kBAAkB;CAkS9B"}
@@ -1,11 +1,11 @@
1
1
  import { AfterViewInit, EventEmitter, OnInit } from '@angular/core';
2
- import { CaseField } from '../../../../../domain/definition';
2
+ import { ActivatedRoute } from '@angular/router';
3
+ import { Observable } from 'rxjs';
3
4
  import { CaseView } from '../../../../../domain';
5
+ import { CaseField } from '../../../../../domain/definition';
6
+ import { LovRefDataModel } from '../../../../../services/common-data-service/common-data-service';
4
7
  import { CasesService } from '../../../../case-editor/services/cases.service';
5
8
  import { CaseLinkResponse, LinkedCasesResponse } from '../../domain/linked-cases.model';
6
- import { ActivatedRoute } from '@angular/router';
7
- import { LovRefDataModel } from '../../../../../services/common-data-service/common-data-service';
8
- import { Observable } from 'rxjs';
9
9
  import { LinkedCasesService } from '../../services';
10
10
  import * as i0 from "@angular/core";
11
11
  export declare class LinkedCasesFromTableComponent implements OnInit, AfterViewInit {
@@ -1 +1 @@
1
- {"version":3,"file":"linked-cases-from-table.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/linked-cases/components/linked-cases-table/linked-cases-from-table.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC9F,OAAO,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;AAC7D,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,gDAAgD,CAAC;AAC9E,OAAO,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AACxF,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,eAAe,EAAE,MAAM,iEAAiE,CAAC;AAClG,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAClC,OAAO,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;;AAEpD,qBAMa,6BAA8B,YAAW,MAAM,EAAE,aAAa;IAsBvE,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IAtBrC,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,sBAAsB,CAAuB;IAG9D,SAAS,EAAE,SAAS,CAAC;IAGrB,gBAAgB,EAAE,YAAY,CAAC,OAAO,CAAC,CAA2B;IAClE,WAAW,EAAE,QAAQ,CAAC;IACtB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,OAAO,CAAC;IAClB,sBAAsB,EAAE,gBAAgB,EAAE,CAAM;IAChD,iBAAiB,EAAE,eAAe,EAAE,CAAC;IAErC,MAAM,EAAE,MAAM,CAAC;IACf,gBAAgB,SAAU;IAC1B,aAAa,UAAQ;IACrB,aAAa,UAAS;IACtB,uBAAuB,UAAS;gBAGpB,KAAK,EAAE,cAAc,EACrB,YAAY,EAAE,YAAY,EAC1B,kBAAkB,EAAE,kBAAkB;IAIlD,eAAe,IAAI,IAAI;IAOvB,QAAQ,IAAI,IAAI;IAQhB,aAAa;IA8Bb,cAAc,IAAI,UAAU,CAAC,mBAAmB,CAAC;IAIjD,mCAAmC,CAAC,SAAS,KAAA,EAAE,UAAU,KAAA,GAAG,MAAM;IAIlE,OAAO,IAAI,IAAI;iCAjFX,6BAA6B;2CAA7B,6BAA6B;CAsFzC"}
1
+ {"version":3,"file":"linked-cases-from-table.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/linked-cases/components/linked-cases-table/linked-cases-from-table.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC9F,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAClC,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;AAC7D,OAAO,EAAE,eAAe,EAAE,MAAM,iEAAiE,CAAC;AAClG,OAAO,EAAE,YAAY,EAAE,MAAM,gDAAgD,CAAC;AAC9E,OAAO,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AACxF,OAAO,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;;AAEpD,qBAMa,6BAA8B,YAAW,MAAM,EAAE,aAAa;IAqBvE,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IAtBrC,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,sBAAsB,CAAuB;IAG9D,SAAS,EAAE,SAAS,CAAC;IAGrB,gBAAgB,EAAE,YAAY,CAAC,OAAO,CAAC,CAA2B;IAClE,WAAW,EAAE,QAAQ,CAAC;IACtB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,OAAO,CAAC;IAClB,sBAAsB,EAAE,gBAAgB,EAAE,CAAC;IAC3C,iBAAiB,EAAE,eAAe,EAAE,CAAC;IAErC,MAAM,EAAE,MAAM,CAAC;IACf,gBAAgB,SAAU;IAC1B,aAAa,UAAQ;IACrB,aAAa,UAAS;IACtB,uBAAuB,UAAS;gBAGpB,KAAK,EAAE,cAAc,EACrB,YAAY,EAAE,YAAY,EAC1B,kBAAkB,EAAE,kBAAkB;IAIlD,eAAe,IAAI,IAAI;IAOvB,QAAQ,IAAI,IAAI;IAQhB,aAAa;IA+Bb,cAAc,IAAI,UAAU,CAAC,mBAAmB,CAAC;IAIjD,mCAAmC,CAAC,SAAS,KAAA,EAAE,UAAU,KAAA,GAAG,MAAM;IAIlE,OAAO,IAAI,IAAI;iCAjFX,6BAA6B;2CAA7B,6BAA6B;CAsFzC"}
@@ -37,6 +37,8 @@ export declare class LinkedCasesToTableComponent implements OnInit, AfterViewIni
37
37
  getCaseRefereneLink(caseRef: string): string;
38
38
  sortLinkedCasesByReasonCode(searchCasesResponse: any): LinkedCasesResponse[];
39
39
  getAllLinkedCaseInformation(): void;
40
+ sortReasonCodes(searchCasesResponse: any): LinkedCasesResponse[];
41
+ getReasonSortOrder(reasonCode: string): number;
40
42
  searchCasesByCaseIds(searchCasesResponse: any[]): Observable<unknown[]>;
41
43
  hasLeadCaseOrConsolidated(reasonCode: string): boolean;
42
44
  mapResponse(esSearchCasesResponse: any): LinkedCasesResponse;
@@ -1 +1 @@
1
- {"version":3,"file":"linked-cases-to-table.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/linked-cases/components/linked-cases-table/linked-cases-to-table.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC9F,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAY,UAAU,EAAE,MAAM,MAAM,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAC3E,OAAO,EAAE,YAAY,EAAE,MAAM,gDAAgD,CAAC;AAE9E,OAAO,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;;AAEpD,UAAU,mBAAmB;IAC3B,aAAa,EAAE,MAAM,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,gBAAgB,EAAE,MAAM,CAAC;IACzB,OAAO,EAAE,MAAM,EAAE,CAAC;CACnB;AAED,qBAKa,2BAA4B,YAAW,MAAM,EAAE,aAAa;IAmBrE,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IACnC,OAAO,CAAC,QAAQ,CAAC,YAAY;IAnB/B,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,6BAA6B,CAAa;IAClE,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,yBAAyB,CAAa;IAGvD,SAAS,EAAE,SAAS,CAAC;IAGrB,gBAAgB,EAAE,YAAY,CAAC,OAAO,CAAC,CAA2B;IAClE,WAAW,EAAE,QAAQ,CAAC;IACtB,QAAQ,EAAE,OAAO,CAAC;IAClB,uBAAuB,EAAE,mBAAmB,EAAE,CAAM;IACpD,MAAM,EAAE,MAAM,CAAC;IACf,aAAa,UAAS;IACtB,uBAAuB,UAAS;IAChC,qBAAqB,EAAE,YAAY,EAAE,CAAM;gBAG/B,KAAK,EAAE,cAAc,EACrB,kBAAkB,EAAE,kBAAkB,EACtC,YAAY,EAAE,YAAY;IAEtC,eAAe,IAAI,IAAI;IAWvB,QAAQ,IAAI,IAAI;IAShB,mBAAmB,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM;IAI5C,2BAA2B,CAAC,mBAAmB,KAAA,GAAG,mBAAmB,EAAE;IAuBvE,2BAA2B,IAAI,IAAI;IA2CnC,oBAAoB,CAAC,mBAAmB,EAAE,GAAG,EAAE,GAAG,UAAU,CAAC,OAAO,EAAE,CAAC;IAIvE,yBAAyB,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO;IAKtD,WAAW,CAAC,qBAAqB,KAAA,GAAG,mBAAmB;iCA1HnD,2BAA2B;2CAA3B,2BAA2B;CAwIvC"}
1
+ {"version":3,"file":"linked-cases-to-table.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/linked-cases/components/linked-cases-table/linked-cases-to-table.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC9F,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAY,UAAU,EAAE,MAAM,MAAM,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAC3E,OAAO,EAAE,YAAY,EAAE,MAAM,gDAAgD,CAAC;AAE9E,OAAO,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;;AAEpD,UAAU,mBAAmB;IAC3B,aAAa,EAAE,MAAM,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,gBAAgB,EAAE,MAAM,CAAC;IACzB,OAAO,EAAE,MAAM,EAAE,CAAC;CACnB;AAED,qBAKa,2BAA4B,YAAW,MAAM,EAAE,aAAa;IAmBrE,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IACnC,OAAO,CAAC,QAAQ,CAAC,YAAY;IAnB/B,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,6BAA6B,CAAa;IAClE,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,yBAAyB,CAAa;IAGvD,SAAS,EAAE,SAAS,CAAC;IAGrB,gBAAgB,EAAE,YAAY,CAAC,OAAO,CAAC,CAA2B;IAClE,WAAW,EAAE,QAAQ,CAAC;IACtB,QAAQ,EAAE,OAAO,CAAC;IAClB,uBAAuB,EAAE,mBAAmB,EAAE,CAAM;IACpD,MAAM,EAAE,MAAM,CAAC;IACf,aAAa,UAAS;IACtB,uBAAuB,UAAS;IAChC,qBAAqB,EAAE,YAAY,EAAE,CAAM;gBAG/B,KAAK,EAAE,cAAc,EACrB,kBAAkB,EAAE,kBAAkB,EACtC,YAAY,EAAE,YAAY;IAEtC,eAAe,IAAI,IAAI;IAWvB,QAAQ,IAAI,IAAI;IAShB,mBAAmB,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM;IAI5C,2BAA2B,CAAC,mBAAmB,KAAA,GAAG,mBAAmB,EAAE;IAuBvE,2BAA2B,IAAI,IAAI;IA4CnC,eAAe,CAAC,mBAAmB,KAAA,GAAG,mBAAmB,EAAE;IAc3D,kBAAkB,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM;IAS9C,oBAAoB,CAAC,mBAAmB,EAAE,GAAG,EAAE,GAAG,UAAU,CAAC,OAAO,EAAE,CAAC;IAIvE,yBAAyB,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO;IAKtD,WAAW,CAAC,qBAAqB,KAAA,GAAG,mBAAmB;iCAlJnD,2BAA2B;2CAA3B,2BAA2B;CA+JvC"}
@@ -1 +1 @@
1
- {"version":3,"file":"no-linked-cases.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/linked-cases/components/no-linked-cases/no-linked-cases.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,kBAAkB,EAAE,MAAM,qCAAqC,CAAC;;AAEzE,qBAIa,sBAAuB,YAAW,MAAM;IAIvC,OAAO,CAAC,QAAQ,CAAC,MAAM;IACjC,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IAH9B,oBAAoB,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAC;gBAEhC,MAAM,EAAE,MAAM,EACxB,kBAAkB,EAAE,kBAAkB;IAGlD,QAAQ,IAAI,IAAI;IAIhB,MAAM,IAAI,IAAI;iCAZV,sBAAsB;2CAAtB,sBAAsB;CAiBlC"}
1
+ {"version":3,"file":"no-linked-cases.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/linked-cases/components/no-linked-cases/no-linked-cases.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,kBAAkB,EAAE,MAAM,qCAAqC,CAAC;;AAEzE,qBAIa,sBAAuB,YAAW,MAAM;IAIvC,OAAO,CAAC,QAAQ,CAAC,MAAM;IACjC,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IAH9B,oBAAoB,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAC;gBAEhC,MAAM,EAAE,MAAM,EACxB,kBAAkB,EAAE,kBAAkB;IAGlD,QAAQ,IAAI,IAAI;IAIhB,MAAM,IAAI,IAAI;iCAZV,sBAAsB;2CAAtB,sBAAsB;CAelC"}
@@ -5,8 +5,4 @@ export interface LinkedCasesState {
5
5
  navigateToNextPage: boolean;
6
6
  navigateToPreviousPage?: boolean;
7
7
  }
8
- export interface LinkedCasesError {
9
- componentId: string;
10
- errorMessage: string;
11
- }
12
8
  //# sourceMappingURL=linked-cases-state.model.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"linked-cases-state.model.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/linked-cases/domain/linked-cases-state.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAElD,MAAM,WAAW,gBAAgB;IAC/B,sBAAsB,EAAE,MAAM,CAAC;IAC/B,aAAa,CAAC,EAAE,YAAY,EAAE,CAAC;IAC/B,kBAAkB,EAAE,OAAO,CAAC;IAC5B,sBAAsB,CAAC,EAAE,OAAO,CAAC;CAClC;AAED,MAAM,WAAW,gBAAgB;IAC/B,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;CACtB"}
1
+ {"version":3,"file":"linked-cases-state.model.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/linked-cases/domain/linked-cases-state.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAElD,MAAM,WAAW,gBAAgB;IAC/B,sBAAsB,EAAE,MAAM,CAAC;IAC/B,aAAa,CAAC,EAAE,YAAY,EAAE,CAAC;IAC/B,kBAAkB,EAAE,OAAO,CAAC;IAC5B,sBAAsB,CAAC,EAAE,OAAO,CAAC;CAClC"}
@@ -32,8 +32,11 @@ export declare class CaseLink {
32
32
  unlink?: boolean;
33
33
  }
34
34
  export declare class LinkReason {
35
+ Reason: string;
36
+ OtherDescription?: string;
37
+ }
38
+ export declare class LinkFromReason {
35
39
  reasonCode: string;
36
- reasonDescription?: string;
37
40
  otherDescription?: string;
38
41
  }
39
42
  export declare class LinkedCasesResponse {
@@ -47,11 +50,11 @@ export declare class CaseLinkResponse {
47
50
  ccdJurisdiction: string;
48
51
  state: string;
49
52
  stateDescription: string;
50
- linkDetails: [LinkDetails];
53
+ linkDetails: LinkDetails[];
51
54
  }
52
55
  export declare class LinkDetails {
53
56
  createdDateTime: Date;
54
- reasons: [LinkReason];
57
+ reasons: LinkFromReason[];
55
58
  }
56
59
  export declare class Terms {
57
60
  terms: {
@@ -1 +1 @@
1
- {"version":3,"file":"linked-cases.model.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/linked-cases/domain/linked-cases.model.ts"],"names":[],"mappings":"AAAA,qBAAa,cAAc;IACzB,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,qBAAa,eAAe;IAC1B,aAAa,EAAE,MAAM,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,eAAe,EAAE,MAAM,CAAA;IACvB,aAAa,EAAE,UAAU,EAAE,CAAC;CAC7B;AAED,qBAAa,QAAQ;IACnB,aAAa,EAAE,MAAM,CAAC;IACtB,OAAO,EAAE,UAAU,EAAE,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;IACxB,QAAQ,EAAE,MAAM,CAAC;IACjB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,SAAS,EAAE,MAAM,CAAC;IAClB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,qBAAa,UAAU;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,qBAAa,mBAAmB;IAC9B,WAAW,EAAE,gBAAgB,EAAE,CAAC;CACjC;AAED,qBAAa,gBAAgB;IAC3B,qBAAqB,EAAE,MAAM,CAAC;IAC9B,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,sBAAsB,EAAE,MAAM,CAAC;IAC/B,eAAe,EAAE,MAAM,CAAC;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,gBAAgB,EAAE,MAAM,CAAC;IACzB,WAAW,EAAE,CAAC,WAAW,CAAC,CAAC;CAC5B;AAED,qBAAa,WAAW;IACtB,eAAe,EAAE,IAAI,CAAC;IACtB,OAAO,EAAE,CAAC,UAAU,CAAC,CAAC;CACvB;AAED,qBAAa,KAAK;IAChB,KAAK,EAAE;QACL,SAAS,EAAE,GAAG,EAAE,CAAC;KAClB,CAAA;CACF;AAED,qBAAa,WAAW;IACtB,KAAK,EAAE,KAAK,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CACd"}
1
+ {"version":3,"file":"linked-cases.model.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/linked-cases/domain/linked-cases.model.ts"],"names":[],"mappings":"AACA,qBAAa,cAAc;IAClB,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,qBAAa,eAAe;IACnB,aAAa,EAAE,MAAM,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,eAAe,EAAE,MAAM,CAAC;IACxB,aAAa,EAAE,UAAU,EAAE,CAAC;CACpC;AAED,qBAAa,QAAQ;IACZ,aAAa,EAAE,MAAM,CAAC;IACtB,OAAO,EAAE,UAAU,EAAE,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;IACxB,QAAQ,EAAE,MAAM,CAAC;IACjB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,SAAS,EAAE,MAAM,CAAC;IAClB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,qBAAa,UAAU;IACd,MAAM,EAAE,MAAM,CAAC;IACf,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAClC;AAED,qBAAa,cAAc;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAClC;AAED,qBAAa,mBAAmB;IACvB,WAAW,EAAE,gBAAgB,EAAE,CAAC;CACxC;AAED,qBAAa,gBAAgB;IACpB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,sBAAsB,EAAE,MAAM,CAAC;IAC/B,eAAe,EAAE,MAAM,CAAC;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,gBAAgB,EAAE,MAAM,CAAC;IACzB,WAAW,EAAE,WAAW,EAAE,CAAC;CACnC;AAED,qBAAa,WAAW;IACf,eAAe,EAAE,IAAI,CAAC;IACtB,OAAO,EAAE,cAAc,EAAE,CAAC;CAClC;AAED,qBAAa,KAAK;IACT,KAAK,EAAE;QACZ,SAAS,EAAE,GAAG,EAAE,CAAC;KAClB,CAAC;CACH;AAED,qBAAa,WAAW;IACf,KAAK,EAAE,KAAK,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CACrB"}
@@ -17,7 +17,9 @@ export declare enum LinkedCasesErrorMessages {
17
17
  UnlinkCaseSelectionError = "Select a case to unlink before continuing",
18
18
  LinkCasesNavigationError = "Please select Next to link case(s)",
19
19
  UnlinkCasesNavigationError = "Please select Next to unlink case(s)",
20
- BackNavigationError = "Please select Back to go to the previous page"
20
+ BackNavigationError = "Please select Back to go to the previous page",
21
+ otherDescriptionError = "Provide a description of the reason",
22
+ otherDescriptionMaxLengthError = "Description provided must be 100 characters or fewer"
21
23
  }
22
24
  export declare enum LinkedCasesEventTriggers {
23
25
  LINK_CASES = "Link cases",
@@ -1 +1 @@
1
- {"version":3,"file":"write-linked-cases-field.enum.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/linked-cases/enums/write-linked-cases-field.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,gBAAgB;IAC1B,gBAAgB,IAAA;IAChB,eAAe,IAAA;IACf,SAAS,IAAA;IACT,WAAW,IAAA;IACX,kBAAkB,IAAA;CACnB;AAED,oBAAY,wBAAwB;IAClC,kBAAkB,4CAA4C;IAC9D,eAAe,qCAAqC;IACpD,oBAAoB,qDAAqD;IACzE,cAAc,iDAAiD;IAC/D,mBAAmB,wCAAwC;IAC3D,kBAAkB,0CAA0C;IAC5D,iBAAiB,wCAAwC;IACzD,gBAAgB,mCAAmC;IACnD,wBAAwB,8CAA8C;IACtE,wBAAwB,uCAAuC;IAC/D,0BAA0B,yCAAyC;IACnE,mBAAmB,kDAAkD;CACtE;AAED,oBAAY,wBAAwB;IAClC,UAAU,eAAe;IACzB,iBAAiB,sBAAsB;CACxC;AAED,oBAAY,QAAQ;IAClB,QAAQ,8BAA8B;CACvC"}
1
+ {"version":3,"file":"write-linked-cases-field.enum.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/linked-cases/enums/write-linked-cases-field.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,gBAAgB;IAC1B,gBAAgB,IAAA;IAChB,eAAe,IAAA;IACf,SAAS,IAAA;IACT,WAAW,IAAA;IACX,kBAAkB,IAAA;CACnB;AAED,oBAAY,wBAAwB;IAClC,kBAAkB,4CAA4C;IAC9D,eAAe,qCAAqC;IACpD,oBAAoB,qDAAqD;IACzE,cAAc,iDAAiD;IAC/D,mBAAmB,wCAAwC;IAC3D,kBAAkB,0CAA0C;IAC5D,iBAAiB,wCAAwC;IACzD,gBAAgB,mCAAmC;IACnD,wBAAwB,8CAA8C;IACtE,wBAAwB,uCAAuC;IAC/D,0BAA0B,yCAAyC;IACnE,mBAAmB,kDAAkD;IACrE,qBAAqB,wCAAwC;IAC7D,8BAA8B,yDAAyD;CACxF;AAED,oBAAY,wBAAwB;IAClC,UAAU,eAAe;IACzB,iBAAiB,sBAAsB;CACxC;AAED,oBAAY,QAAQ;IAClB,QAAQ,8BAA8B;CACvC"}
@@ -1 +1 @@
1
- {"version":3,"file":"read-linked-cases-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/linked-cases/read-linked-cases-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AACjE,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,SAAS,EAAW,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,iBAAiB,EAAE,MAAM,2DAA2D,CAAC;AAC9F,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAC;;AAEhD,qBAKa,6BAA8B,YAAW,MAAM,EAAE,aAAa;IAavE,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IACnC,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAf7B,SAAS,EAAE,SAAS,CAAC;IACrB,gBAAgB,UAAS;IACzB,MAAM,UAAS;IACf,WAAW,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAQ;IACpD,oBAAoB,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAQ;IAC7D,uBAAuB,UAAS;IAChC,yBAAyB,UAAS;IAClC,uBAAuB,UAAS;IAChC,qBAAqB,UAAS;gBAGlB,KAAK,EAAE,cAAc,EACrB,MAAM,EAAE,MAAM,EACd,kBAAkB,EAAE,kBAAkB,EACtC,SAAS,EAAE,iBAAiB,EAC5B,iBAAiB,EAAE,iBAAiB;IAGhD,QAAQ,IAAI,IAAI;IA0BhB,eAAe,IAAI,IAAI;IAgBvB,kBAAkB,IAAI,IAAI;IAM1B,8BAA8B,CAAC,GAAG,KAAA,GAAG,IAAI;IAIzC,gCAAgC,CAAC,GAAG,KAAA,GAAG,IAAI;iCAxEvC,6BAA6B;2CAA7B,6BAA6B;CA2EzC"}
1
+ {"version":3,"file":"read-linked-cases-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/linked-cases/read-linked-cases-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AACjE,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,SAAS,EAAW,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,iBAAiB,EAAE,MAAM,2DAA2D,CAAC;AAC9F,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAC;;AAEhD,qBAKa,6BAA8B,YAAW,MAAM,EAAE,aAAa;IAYvE,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IACnC,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAf7B,SAAS,EAAE,SAAS,CAAC;IACrB,gBAAgB,UAAS;IACzB,MAAM,UAAS;IACf,WAAW,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAQ;IACpD,oBAAoB,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAQ;IAC7D,uBAAuB,UAAS;IAChC,yBAAyB,UAAS;IAClC,uBAAuB,UAAS;IAChC,qBAAqB,UAAS;gBAGlB,KAAK,EAAE,cAAc,EACrB,MAAM,EAAE,MAAM,EACd,kBAAkB,EAAE,kBAAkB,EACtC,SAAS,EAAE,iBAAiB,EAC5B,iBAAiB,EAAE,iBAAiB;IAGhD,QAAQ,IAAI,IAAI;IA0BhB,eAAe,IAAI,IAAI;IAgBvB,kBAAkB,IAAI,IAAI;IAI1B,8BAA8B,CAAC,GAAG,KAAA,GAAG,IAAI;IAIzC,gCAAgC,CAAC,GAAG,KAAA,GAAG,IAAI;iCArEvC,6BAA6B;2CAA7B,6BAA6B;CAwEzC"}
@@ -1 +1 @@
1
- {"version":3,"file":"linked-cases.service.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/linked-cases/services/linked-cases.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAY,UAAU,EAAE,MAAM,MAAM,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,kDAAkD,CAAC;AAChF,OAAO,EAAE,mBAAmB,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAC1E,OAAO,EAAE,eAAe,EAAE,MAAM,8DAA8D,CAAC;AAC/F,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAc,MAAM,WAAW,CAAC;;AAE9D,qBACa,kBAAkB;IAoBjB,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IACpC,OAAO,CAAC,QAAQ,CAAC,aAAa;IAnB1C,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,sBAAsB,CAAuB;IAE9D,cAAc,QAAM;IACpB,yBAAyB,UAAS;IAClC,WAAW,EAAE,QAAQ,CAAC;IACtB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,eAAe,EAAE,eAAe,EAAE,CAAM;IACxC,WAAW,EAAE,QAAQ,EAAE,CAAM;IAC7B,gBAAgB,EAAE,QAAQ,EAAE,CAAM;IAClC,QAAQ,UAAS;IACjB,qBAAqB,EAAE,YAAY,EAAE,CAAM;IAC3C,uBAAuB,EAAE,OAAO,CAAC;IACjC,WAAW,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAQ;IACpD,oBAAoB,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAQ;IAC7D,uBAAuB,UAAS;IAChC,kBAAkB,MAAQ;gBAEJ,mBAAmB,EAAE,mBAAmB,EACxC,aAAa,EAAE,aAAa;IAQlD,0BAA0B,iCAK/B;IAEK,2BAA2B,CAAC,OAAO,EAAE,GAAG,EAAE,EAAE,IAAI,EAAE,MAAM,GAAG,WAAW;IAWtE,WAAW,CAAC,qBAAqB,KAAA,GAAG,GAAG;IAavC,oBAAoB,CAAC,mBAAmB,EAAE,GAAG,EAAE,GAAG,UAAU,CAAC,OAAO,EAAE,CAAC;IAIvE,2BAA2B,IAAI,IAAI;IA0CnC,mCAAmC,CAAC,SAAS,KAAA,EAAE,UAAU,KAAA,GAAG,MAAM;IAqBlE,WAAW,CAAC,mBAAmB,EAAE,QAAQ,GAAG,MAAM;iCA/H9C,kBAAkB;qCAAlB,kBAAkB;CAyI9B"}
1
+ {"version":3,"file":"linked-cases.service.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/linked-cases/services/linked-cases.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAY,UAAU,EAAE,MAAM,MAAM,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,kDAAkD,CAAC;AAChF,OAAO,EAAE,mBAAmB,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAC1E,OAAO,EAAE,eAAe,EAAE,MAAM,8DAA8D,CAAC;AAC/F,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAc,MAAM,WAAW,CAAC;;AAE9D,qBACa,kBAAkB;IAmBjB,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IACpC,OAAO,CAAC,QAAQ,CAAC,aAAa;IAnB1C,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,sBAAsB,CAAuB;IAE9D,cAAc,QAAM;IACpB,yBAAyB,UAAS;IAClC,WAAW,EAAE,QAAQ,CAAC;IACtB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,eAAe,EAAE,eAAe,EAAE,CAAM;IACxC,WAAW,EAAE,QAAQ,EAAE,CAAM;IAC7B,gBAAgB,EAAE,QAAQ,EAAE,CAAM;IAClC,QAAQ,UAAS;IACjB,qBAAqB,EAAE,YAAY,EAAE,CAAM;IAC3C,uBAAuB,EAAE,OAAO,CAAC;IACjC,WAAW,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAQ;IACpD,oBAAoB,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAQ;IAC7D,uBAAuB,UAAS;IAChC,kBAAkB,MAAQ;gBAEJ,mBAAmB,EAAE,mBAAmB,EACxC,aAAa,EAAE,aAAa;IAQlD,0BAA0B,iCAKhC;IAEM,2BAA2B,CAAC,OAAO,EAAE,GAAG,EAAE,EAAE,IAAI,EAAE,MAAM,GAAG,WAAW;IAWtE,WAAW,CAAC,qBAAqB,KAAA,GAAG,GAAG;IAYvC,oBAAoB,CAAC,mBAAmB,EAAE,GAAG,EAAE,GAAG,UAAU,CAAC,OAAO,EAAE,CAAC;IAIvE,2BAA2B,IAAI,IAAI;IAyCnC,mCAAmC,CAAC,SAAS,KAAA,EAAE,UAAU,KAAA,GAAG,MAAM;IAqBlE,WAAW,CAAC,mBAAmB,EAAE,QAAQ,GAAG,MAAM;iCA5H9C,kBAAkB;qCAAlB,kBAAkB;CAsI9B"}
@@ -2,7 +2,6 @@ import { AfterViewInit, OnInit } from '@angular/core';
2
2
  import { FormGroup } from '@angular/forms';
3
3
  import { AbstractAppConfig } from '../../../../app.config';
4
4
  import { CaseEditDataService } from '../../../commons/case-edit-data';
5
- import { ErrorMessage } from '../../../domain';
6
5
  import { CaseView } from '../../../domain/case-view';
7
6
  import { CommonDataService } from '../../../services/common-data-service/common-data-service';
8
7
  import { CasesService } from '../../case-editor/services/cases.service';
@@ -23,20 +22,17 @@ export declare class WriteLinkedCasesFieldComponent extends AbstractFieldWriteCo
23
22
  linkedCasesPages: typeof LinkedCasesPages;
24
23
  linkedCasesEventTriggers: typeof LinkedCasesEventTriggers;
25
24
  linkedCases: CaseLink[];
26
- errorMessages: ErrorMessage[];
27
25
  constructor(appConfig: AbstractAppConfig, commonDataService: CommonDataService, casesService: CasesService, linkedCasesService: LinkedCasesService, caseEditDataService: CaseEditDataService);
28
26
  ngOnInit(): void;
29
27
  initialiseCaseDetails(caseDetails: CaseView): void;
30
28
  ngAfterViewInit(): void;
31
29
  onLinkedCasesStateEmitted(linkedCasesState: LinkedCasesState): void;
32
30
  getLinkedCaseReasons(): void;
33
- setContinueButtonValidationErrorMessage(): void;
34
31
  proceedToNextPage(): void;
35
32
  submitLinkedCases(): void;
36
33
  isAtFinalPage(): boolean;
37
34
  getNextPage(linkedCasesState: LinkedCasesState): number;
38
35
  getLinkedCases(): void;
39
- navigateToErrorElement(elementId: string): void;
40
36
  static ɵfac: i0.ɵɵFactoryDef<WriteLinkedCasesFieldComponent, never>;
41
37
  static ɵcmp: i0.ɵɵComponentDefWithMeta<WriteLinkedCasesFieldComponent, "ccd-write-linked-cases-field", never, {}, {}, never, never>;
42
38
  }
@@ -1 +1 @@
1
- {"version":3,"file":"write-linked-cases-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/linked-cases/write-linked-cases-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AACjE,OAAO,EAAe,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AACtE,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AACrD,OAAO,EAAE,iBAAiB,EAAE,MAAM,2DAA2D,CAAC;AAC9F,OAAO,EAAE,YAAY,EAAE,MAAM,0CAA0C,CAAC;AACxE,OAAO,EAAE,2BAA2B,EAAE,MAAM,eAAe,CAAC;AAC5D,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AACtD,OAAO,EAA4B,wBAAwB,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAC/F,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAC;;AAEhD,qBAIa,8BAA+B,SAAQ,2BAA4B,YAAW,MAAM,EAAE,aAAa;IAW5G,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAClC,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IACnC,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IAb/B,YAAY,EAAE,SAAS,CAAC;IACxB,WAAW,EAAE,QAAQ,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;IACxB,gBAAgB,0BAAoB;IACpC,wBAAwB,kCAA4B;IACpD,WAAW,EAAE,QAAQ,EAAE,CAAM;IAC7B,aAAa,EAAE,YAAY,EAAE,CAAM;gBAGvB,SAAS,EAAE,iBAAiB,EAC5B,iBAAiB,EAAE,iBAAiB,EACpC,YAAY,EAAE,YAAY,EAC1B,kBAAkB,EAAE,kBAAkB,EACtC,mBAAmB,EAAE,mBAAmB;IAIpD,QAAQ,IAAI,IAAI;IAiBhB,qBAAqB,CAAC,WAAW,EAAE,QAAQ,GAAG,IAAI;IAUlD,eAAe,IAAI,IAAI;IAWvB,yBAAyB,CAAC,gBAAgB,EAAE,gBAAgB,GAAG,IAAI;IAiBnE,oBAAoB,IAAI,IAAI;IAS5B,uCAAuC,IAAI,IAAI;IAe/C,iBAAiB,IAAI,IAAI;IAWzB,iBAAiB,IAAI,IAAI;IAWzB,aAAa,IAAI,OAAO;IAIxB,WAAW,CAAC,gBAAgB,EAAE,gBAAgB,GAAG,MAAM;IAUvD,cAAc,IAAI,IAAI;IA0BtB,sBAAsB,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI;iCAhK3C,8BAA8B;2CAA9B,8BAA8B;CAyK1C"}
1
+ {"version":3,"file":"write-linked-cases-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/linked-cases/write-linked-cases-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AACjE,OAAO,EAAe,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AAEtE,OAAO,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AACrD,OAAO,EAAE,iBAAiB,EAAE,MAAM,2DAA2D,CAAC;AAC9F,OAAO,EAAE,YAAY,EAAE,MAAM,0CAA0C,CAAC;AACxE,OAAO,EAAE,2BAA2B,EAAE,MAAM,eAAe,CAAC;AAC5D,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AACtD,OAAO,EAA4B,wBAAwB,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAC/F,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAC;;AAEhD,qBAIa,8BAA+B,SAAQ,2BAA4B,YAAW,MAAM,EAAE,aAAa;IAS5G,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAClC,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IACnC,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IAZ/B,YAAY,EAAE,SAAS,CAAC;IACxB,WAAW,EAAE,QAAQ,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;IACxB,gBAAgB,0BAAoB;IACpC,wBAAwB,kCAA4B;IACpD,WAAW,EAAE,QAAQ,EAAE,CAAM;gBAGjB,SAAS,EAAE,iBAAiB,EAC5B,iBAAiB,EAAE,iBAAiB,EACpC,YAAY,EAAE,YAAY,EAC1B,kBAAkB,EAAE,kBAAkB,EACtC,mBAAmB,EAAE,mBAAmB;IAIpD,QAAQ,IAAI,IAAI;IAoBhB,qBAAqB,CAAC,WAAW,EAAE,QAAQ,GAAG,IAAI;IAUlD,eAAe,IAAI,IAAI;IAWvB,yBAAyB,CAAC,gBAAgB,EAAE,gBAAgB,GAAG,IAAI;IAgBnE,oBAAoB,IAAI,IAAI;IAa5B,iBAAiB,IAAI,IAAI;IAczB,iBAAiB,IAAI,IAAI;IAWzB,aAAa,IAAI,OAAO;IAIxB,WAAW,CAAC,gBAAgB,EAAE,gBAAgB,GAAG,MAAM;IAUvD,cAAc,IAAI,IAAI;iCA9HlB,8BAA8B;2CAA9B,8BAA8B;CAoJ1C"}
@@ -1 +1 @@
1
- {"version":3,"file":"fee.model.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/order-summary/fee.model.ts"],"names":[],"mappings":"AAAA,qBAAa,GAAG;IACL,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,UAAU,EAAE,MAAM,CAAC;CAC7B"}
1
+ {"version":3,"file":"fee.model.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/order-summary/fee.model.ts"],"names":[],"mappings":"AACA,qBAAa,GAAG;IACP,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,UAAU,EAAE,MAAM,CAAC;CAC3B"}
@@ -1 +1 @@
1
- {"version":3,"file":"order-summary.model.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/order-summary/order-summary.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAE7C,qBAAa,YAAY;IACd,gBAAgB,EAAE,MAAM,CAAC;IACzB,IAAI,EAAE,QAAQ,EAAE,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;CAC/B"}
1
+ {"version":3,"file":"order-summary.model.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/order-summary/order-summary.model.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAE7C,qBAAa,YAAY;IAChB,gBAAgB,EAAE,MAAM,CAAC;IACzB,IAAI,EAAE,QAAQ,EAAE,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;CAC7B"}
@@ -61,67 +61,68 @@ import * as i59 from "./organisation/write-organisation-complex-field.component"
61
61
  import * as i60 from "./document/write-document-field.component";
62
62
  import * as i61 from "./dynamic-list/write-dynamic-list-field.component";
63
63
  import * as i62 from "./dynamic-radio-list/write-dynamic-radio-list-field.component";
64
- import * as i63 from "./text/write-text-field.component";
65
- import * as i64 from "./date/write-date-container-field.component";
66
- import * as i65 from "./text-area/write-text-area-field.component";
67
- import * as i66 from "./phone-uk/write-phone-uk-field.component";
68
- import * as i67 from "./number/write-number-field.component";
69
- import * as i68 from "./email/write-email-field.component";
70
- import * as i69 from "./date/write-date-field.component";
71
- import * as i70 from "./case-flag/write-case-flag-field.component";
72
- import * as i71 from "./linked-cases/write-linked-cases-field.component";
73
- import * as i72 from "./yes-no/write-yes-no-field.component";
74
- import * as i73 from "./organisation/write-organisation-field.component";
75
- import * as i74 from "./order-summary/write-order-summary-field.component";
76
- import * as i75 from "./money-gbp/write-money-gbp-field.component";
77
- import * as i76 from "./multi-select-list/write-multi-select-list-field.component";
78
- import * as i77 from "./fixed-list/write-fixed-list-field.component";
79
- import * as i78 from "./fixed-radio-list/write-fixed-radio-list-field.component";
80
- import * as i79 from "./case-link/write-case-link-field.component";
81
- import * as i80 from "./collection/write-collection-field.component";
82
- import * as i81 from "./case-file-view/case-file-view-field.component";
83
- import * as i82 from "./case-file-view/case-file-view-field-read.component";
84
- import * as i83 from "./case-file-view/components/case-file-view-folder/case-file-view-folder.component";
85
- import * as i84 from "./case-file-view/components/case-file-view-folder/case-file-view-folder-sort/case-file-view-folder-sort.component";
86
- import * as i85 from "./case-file-view/components/shared/case-file-view-overlay-menu/case-file-view-overlay-menu.component";
87
- import * as i86 from "./case-file-view/components/case-file-view-folder/case-file-view-folder-document-actions/case-file-view-folder-document-actions.component";
88
- import * as i87 from "./case-file-view/components/case-file-view-folder-selector/case-file-view-folder-selector.component";
89
- import * as i88 from "./linked-cases/components/linked-cases-table/linked-cases-to-table.component";
90
- import * as i89 from "./linked-cases/components/linked-cases-table/linked-cases-from-table.component";
91
- import * as i90 from "./linked-cases/components/before-you-start/before-you-start.component";
92
- import * as i91 from "./linked-cases/components/link-cases/link-cases.component";
93
- import * as i92 from "./linked-cases/components/check-your-answers/check-your-answers.component";
94
- import * as i93 from "./linked-cases/components/unlink-cases/unlink-cases.component";
95
- import * as i94 from "./linked-cases/components/no-linked-cases/no-linked-cases.component";
96
- import * as i95 from "@angular/common";
97
- import * as i96 from "@angular/router";
98
- import * as i97 from "@angular/forms";
99
- import * as i98 from "../../commons/case-edit-data/case-edit-data.module";
100
- import * as i99 from "./utils/utils.module";
101
- import * as i100 from "../../pipes/pipes.module";
102
- import * as i101 from "../../../components/banners/banners.module";
103
- import * as i102 from "../../../components/header/headers.module";
104
- import * as i103 from "../../../components/footer/footers.module";
105
- import * as i104 from "../../../components/body/body.module";
106
- import * as i105 from "../../../components/form/form.module";
107
- import * as i106 from "../../../components/tabs/tabs.module";
108
- import * as i107 from "../../directives/substitutor/label-substitutor.module";
109
- import * as i108 from "ngx-md";
110
- import * as i109 from "@angular-material-components/datetime-picker";
111
- import * as i110 from "@angular/material/form-field";
112
- import * as i111 from "@angular/material/input";
113
- import * as i112 from "@angular/material/datepicker";
114
- import * as i113 from "@angular/material/autocomplete";
115
- import * as i114 from "@angular/cdk/tree";
116
- import * as i115 from "@angular/cdk/overlay";
117
- import * as i116 from "@hmcts/ccpay-web-component";
118
- import * as i117 from "@nicky-lenaers/ngx-scroll-to";
119
- import * as i118 from "@angular/material/dialog";
120
- import * as i119 from "@hmcts/media-viewer";
121
- import * as i120 from "../../services/loading/loading.module";
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";
122
123
  export declare class PaletteModule {
123
124
  static ɵfac: i0.ɵɵFactoryDef<PaletteModule, never>;
124
- 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.WriteTextFieldComponent, typeof i64.WriteDateContainerFieldComponent, typeof i65.WriteTextAreaFieldComponent, typeof i66.WritePhoneUKFieldComponent, typeof i67.WriteNumberFieldComponent, typeof i68.WriteEmailFieldComponent, typeof i69.WriteDateFieldComponent, typeof i70.WriteCaseFlagFieldComponent, typeof i71.WriteLinkedCasesFieldComponent, typeof i72.WriteYesNoFieldComponent, typeof i73.WriteOrganisationFieldComponent, typeof i59.WriteOrganisationComplexFieldComponent, typeof i74.WriteOrderSummaryFieldComponent, typeof i75.WriteMoneyGbpFieldComponent, typeof i64.WriteDateContainerFieldComponent, typeof i76.WriteMultiSelectListFieldComponent, typeof i77.WriteFixedListFieldComponent, typeof i78.WriteFixedRadioListFieldComponent, typeof i79.WriteCaseLinkFieldComponent, typeof i80.WriteCollectionFieldComponent, typeof i81.CaseFileViewFieldComponent, typeof i82.CaseFileViewFieldReadComponent, typeof i83.CaseFileViewFolderComponent, typeof i84.CaseFileViewFolderSortComponent, typeof i85.CaseFileViewOverlayMenuComponent, typeof i86.CaseFileViewFolderDocumentActionsComponent, typeof i87.CaseFileViewFolderSelectorComponent, typeof i88.LinkedCasesToTableComponent, typeof i89.LinkedCasesFromTableComponent, typeof i90.BeforeYouStartComponent, typeof i91.LinkCasesComponent, typeof i92.CheckYourAnswersComponent, typeof i93.UnLinkCasesComponent, typeof i94.NoLinkedCasesComponent], [typeof i95.CommonModule, typeof i96.RouterModule, typeof i97.FormsModule, typeof i97.ReactiveFormsModule, typeof i98.CaseEditDataModule, typeof i99.PaletteUtilsModule, typeof i100.PipesModule, typeof i101.BannersModule, typeof i102.HeadersModule, typeof i103.FootersModule, typeof i104.BodyModule, typeof i105.FormModule, typeof i106.TabsModule, typeof i107.LabelSubstitutorModule, typeof i108.NgxMdModule, typeof i109.NgxMatDatetimePickerModule, typeof i109.NgxMatTimepickerModule, typeof i109.NgxMatNativeDateModule, typeof i110.MatFormFieldModule, typeof i111.MatInputModule, typeof i112.MatDatepickerModule, typeof i113.MatAutocompleteModule, typeof i114.CdkTreeModule, typeof i115.OverlayModule, typeof i116.PaymentLibModule, typeof i117.ScrollToModule, typeof i118.MatDialogModule, typeof i119.MediaViewerModule, typeof i120.LoadingModule], [typeof i109.NgxMatDatetimePickerModule, typeof i109.NgxMatNativeDateModule, typeof i109.NgxMatTimepickerModule, typeof i106.TabsModule, typeof i99.PaletteUtilsModule, typeof i100.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.WriteTextFieldComponent, typeof i64.WriteDateContainerFieldComponent, typeof i65.WriteTextAreaFieldComponent, typeof i66.WritePhoneUKFieldComponent, typeof i67.WriteNumberFieldComponent, typeof i68.WriteEmailFieldComponent, typeof i69.WriteDateFieldComponent, typeof i70.WriteCaseFlagFieldComponent, typeof i71.WriteLinkedCasesFieldComponent, typeof i72.WriteYesNoFieldComponent, typeof i73.WriteOrganisationFieldComponent, typeof i59.WriteOrganisationComplexFieldComponent, typeof i74.WriteOrderSummaryFieldComponent, typeof i75.WriteMoneyGbpFieldComponent, typeof i64.WriteDateContainerFieldComponent, typeof i76.WriteMultiSelectListFieldComponent, typeof i77.WriteFixedListFieldComponent, typeof i78.WriteFixedRadioListFieldComponent, typeof i79.WriteCaseLinkFieldComponent, typeof i80.WriteCollectionFieldComponent, typeof i81.CaseFileViewFieldComponent, typeof i82.CaseFileViewFieldReadComponent, typeof i83.CaseFileViewFolderComponent, typeof i84.CaseFileViewFolderSortComponent, typeof i85.CaseFileViewOverlayMenuComponent, typeof i86.CaseFileViewFolderDocumentActionsComponent, typeof i87.CaseFileViewFolderSelectorComponent, typeof i88.LinkedCasesToTableComponent, typeof i89.LinkedCasesFromTableComponent, typeof i90.BeforeYouStartComponent, typeof i91.LinkCasesComponent, typeof i92.CheckYourAnswersComponent, typeof i93.UnLinkCasesComponent, typeof i94.NoLinkedCasesComponent]>;
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]>;
125
126
  static ɵinj: i0.ɵɵInjectorDef<PaletteModule>;
126
127
  }
127
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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkLA,qBA2Ea,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;;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;IAmE7E,OAAO,CAAC,6BAA6B;iCAzE1B,cAAc;qCAAd,cAAc;CA0F1B"}
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"}
@@ -1 +1 @@
1
- {"version":3,"file":"write-text-area-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/text-area/write-text-area-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,2CAA2C,CAAC;AAC3E,OAAO,EAAE,2BAA2B,EAAE,MAAM,8CAA8C,CAAC;;AAE3F,qBAKa,2BAA4B,SAAQ,2BAA4B,YAAW,MAAM;IAGhF,OAAO,CAAC,QAAQ,CAAC,cAAc;IADpC,eAAe,EAAE,WAAW,CAAC;gBACP,cAAc,EAAE,cAAc;IAIpD,QAAQ;IAIR,QAAQ,CAAC,KAAK,KAAA;iCAXV,2BAA2B;2CAA3B,2BAA2B;CAkBvC"}
1
+ {"version":3,"file":"write-text-area-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/text-area/write-text-area-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,2CAA2C,CAAC;AAC3E,OAAO,EAAE,2BAA2B,EAAE,MAAM,8CAA8C,CAAC;;AAE3F,qBAKa,2BAA4B,SAAQ,2BAA4B,YAAW,MAAM;IAGhF,OAAO,CAAC,QAAQ,CAAC,cAAc;IAFpC,eAAe,EAAE,WAAW,CAAC;gBAEP,cAAc,EAAE,cAAc;IAIpD,QAAQ,IAAI,IAAI;IAIhB,QAAQ,CAAC,KAAK,KAAA,GAAG,IAAI;iCAXjB,2BAA2B;2CAA3B,2BAA2B;CAkBvC"}