@hmcts/ccd-case-ui-toolkit 6.14.0 → 6.14.1-wa-4-case-flags

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 (268) hide show
  1. package/bundles/hmcts-ccd-case-ui-toolkit.umd.js +890 -741
  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 +1 -1
  13. package/esm2015/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.js +22 -6
  14. package/esm2015/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.js +4 -4
  15. package/esm2015/lib/shared/components/case-editor/case-editor.module.js +1 -1
  16. package/esm2015/lib/shared/components/case-editor/case-event-completion/case-event-completion.component.js +2 -1
  17. 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
  18. package/esm2015/lib/shared/components/case-editor/domain/wizard-page-field-complex-override.model.js +2 -1
  19. package/esm2015/lib/shared/components/case-editor/domain/wizard-page-field.model.js +1 -1
  20. package/esm2015/lib/shared/components/case-editor/domain/wizard-page.model.js +2 -1
  21. package/esm2015/lib/shared/components/case-editor/services/cases.service.js +11 -22
  22. package/esm2015/lib/shared/components/case-editor/services/page-validation.service.js +2 -2
  23. package/esm2015/lib/shared/components/case-editor/services/wizard-page-field-to-case-field.mapper.js +12 -12
  24. package/esm2015/lib/shared/components/case-editor/services/work-allocation.service.js +1 -1
  25. package/esm2015/lib/shared/components/case-history/domain/case-history.model.js +2 -1
  26. package/esm2015/lib/shared/components/case-viewer/case-challenged-access-request/case-challenged-access-request.component.js +5 -5
  27. package/esm2015/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.js +2 -2
  28. package/esm2015/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.js +3 -3
  29. package/esm2015/lib/shared/components/case-viewer/case-specific-access-request/case-specific-access-request.component.js +4 -4
  30. package/esm2015/lib/shared/components/case-viewer/case-viewer.component.js +5 -5
  31. package/esm2015/lib/shared/components/case-viewer/printer/pipes/print-url.pipe.js +3 -3
  32. package/esm2015/lib/shared/components/case-viewer/services/case.resolver.js +2 -2
  33. package/esm2015/lib/shared/components/error/callback-errors.component.js +5 -5
  34. package/esm2015/lib/shared/components/error/domain/error-context.js +1 -1
  35. package/esm2015/lib/shared/components/event-start/event-guard/event-start.guard.js +2 -2
  36. package/esm2015/lib/shared/components/pagination/pagination.component.js +10 -10
  37. package/esm2015/lib/shared/components/palette/address/address-option.model.js +4 -7
  38. package/esm2015/lib/shared/components/palette/address/write-address-field.component.js +4 -4
  39. package/esm2015/lib/shared/components/palette/base-field/field-read.component.js +2 -2
  40. package/esm2015/lib/shared/components/palette/base-field/field-write.component.js +2 -2
  41. package/esm2015/lib/shared/components/palette/case-file-view/case-file-view-field.component.js +12 -5
  42. package/esm2015/lib/shared/components/palette/case-file-view/components/case-file-view-folder-selector/case-file-view-folder-selector.component.js +1 -1
  43. package/esm2015/lib/shared/components/palette/case-file-view/index.js +1 -2
  44. package/esm2015/lib/shared/components/palette/case-flag/components/case-flag-table/case-flag-table.component.js +1 -1
  45. package/esm2015/lib/shared/components/palette/case-flag/components/select-flag-location/select-flag-location.component.js +2 -2
  46. package/esm2015/lib/shared/components/palette/case-flag/enums/index.js +1 -1
  47. package/esm2015/lib/shared/components/palette/collection/collection-create-checker.service.js +5 -5
  48. package/esm2015/lib/shared/components/palette/collection/write-collection-field.component.js +19 -8
  49. package/esm2015/lib/shared/components/palette/complex/read-complex-field-collection-table.component.js +4 -3
  50. package/esm2015/lib/shared/components/palette/dynamic-multi-select-list/index.js +3 -0
  51. package/esm2015/lib/shared/components/palette/dynamic-multi-select-list/read-dynamic-multi-select-list-field.component.js +47 -0
  52. package/esm2015/lib/shared/components/palette/dynamic-multi-select-list/write-dynamic-multi-select-list-field.component.js +153 -0
  53. package/esm2015/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.js +5 -6
  54. package/esm2015/lib/shared/components/palette/index.js +2 -1
  55. package/esm2015/lib/shared/components/palette/linked-cases/components/link-cases/link-cases.component.js +1 -1
  56. package/esm2015/lib/shared/components/palette/linked-cases/components/linked-cases-table/linked-cases-from-table.component.js +2 -2
  57. package/esm2015/lib/shared/components/palette/linked-cases/components/linked-cases-table/linked-cases-to-table.component.js +26 -2
  58. package/esm2015/lib/shared/components/palette/linked-cases/domain/linked-cases-state.model.js +1 -1
  59. package/esm2015/lib/shared/components/palette/linked-cases/domain/linked-cases.model.js +2 -1
  60. package/esm2015/lib/shared/components/palette/linked-cases/read-linked-cases-field.component.js +2 -2
  61. package/esm2015/lib/shared/components/palette/linked-cases/services/linked-cases.service.js +2 -3
  62. package/esm2015/lib/shared/components/palette/linked-cases/write-linked-cases-field.component.js +38 -89
  63. package/esm2015/lib/shared/components/palette/order-summary/fee.model.js +2 -1
  64. package/esm2015/lib/shared/components/palette/order-summary/order-summary.model.js +1 -1
  65. package/esm2015/lib/shared/components/palette/palette.module.js +31 -11
  66. package/esm2015/lib/shared/components/palette/palette.service.js +5 -3
  67. package/esm2015/lib/shared/components/palette/text-area/write-text-area-field.component.js +2 -2
  68. package/esm2015/lib/shared/components/palette/utils/date.pipe.js +4 -4
  69. package/esm2015/lib/shared/components/palette/yes-no/yes-no.service.js +3 -1
  70. package/esm2015/lib/shared/components/search-filters/domain/search-input.model.js +1 -1
  71. package/esm2015/lib/shared/components/search-filters/search-filters.component.js +2 -2
  72. package/esm2015/lib/shared/components/search-result/search-result.component.js +5 -5
  73. package/esm2015/lib/shared/components/workbasket-filters/workbasket-filters.component.js +3 -3
  74. package/esm2015/lib/shared/directives/conditional-show/domain/conditional-show.model.js +4 -3
  75. package/esm2015/lib/shared/directives/conditional-show/services/condition-parser.service.js +5 -9
  76. package/esm2015/lib/shared/domain/addresses/address.model.js +2 -1
  77. package/esm2015/lib/shared/domain/case-details.model.js +2 -1
  78. package/esm2015/lib/shared/domain/case-event-data.model.js +2 -1
  79. package/esm2015/lib/shared/domain/case-file-view/case-file-view-category.model.js +1 -1
  80. package/esm2015/lib/shared/domain/case-file-view/case-file-view-document.model.js +2 -1
  81. package/esm2015/lib/shared/domain/case-file-view/categories-and-documents.model.js +1 -1
  82. package/esm2015/lib/shared/domain/case-file-view/document-tree-node/document-tree-node.model.js +2 -1
  83. package/esm2015/lib/shared/domain/case-flag/flag-type.model.js +2 -1
  84. package/esm2015/lib/shared/domain/case-flag/hmcts-service-detail.model.js +2 -1
  85. package/esm2015/lib/shared/domain/case-view/case-event-trigger.model.js +2 -1
  86. package/esm2015/lib/shared/domain/case-view/case-tab.model.js +2 -1
  87. package/esm2015/lib/shared/domain/case-view/case-view-event.model.js +2 -1
  88. package/esm2015/lib/shared/domain/case-view/case-view.model.js +2 -1
  89. package/esm2015/lib/shared/domain/case-view/role-assignment-response.model.js +1 -1
  90. package/esm2015/lib/shared/domain/case-view/role-request.model.js +1 -1
  91. package/esm2015/lib/shared/domain/definition/case-event.model.js +1 -1
  92. package/esm2015/lib/shared/domain/definition/case-field.model.js +7 -3
  93. package/esm2015/lib/shared/domain/definition/case-type.model.js +2 -1
  94. package/esm2015/lib/shared/domain/definition/event-case-field.model.js +2 -1
  95. package/esm2015/lib/shared/domain/definition/field-type-enum.model.js +1 -1
  96. package/esm2015/lib/shared/domain/definition/field-type.model.js +2 -1
  97. package/esm2015/lib/shared/domain/document/document-data.model.js +2 -1
  98. package/esm2015/lib/shared/domain/organisation/organisation-converter.js +8 -8
  99. package/esm2015/lib/shared/domain/pagination-metadata.model.js +1 -1
  100. package/esm2015/lib/shared/domain/search/field.model.js +1 -1
  101. package/esm2015/lib/shared/domain/search/search-result-view-column.model.js +1 -1
  102. package/esm2015/lib/shared/domain/search/search-result-view-item.model.js +2 -1
  103. package/esm2015/lib/shared/domain/search/search-result-view.model.js +2 -1
  104. package/esm2015/lib/shared/domain/user/user-info.model.js +1 -1
  105. package/esm2015/lib/shared/domain/workbasket/workbasket-input.model.js +1 -8
  106. package/esm2015/lib/shared/fixture/case-field-builder.js +13 -13
  107. package/esm2015/lib/shared/fixture/shared.test.fixture.js +27 -27
  108. package/esm2015/lib/shared/pipes/complex/{cdd-page-fields.pipe.js → ccd-page-fields.pipe.js} +3 -3
  109. package/esm2015/lib/shared/pipes/complex/index.js +2 -2
  110. package/esm2015/lib/shared/pipes/index.js +2 -1
  111. package/esm2015/lib/shared/services/activity/activity.polling.service.js +2 -2
  112. package/esm2015/lib/shared/services/activity/activity.service.js +9 -18
  113. package/esm2015/lib/shared/services/addresses/address-parser.js +5 -5
  114. package/esm2015/lib/shared/services/case-fields/format-translator.service.js +2 -2
  115. package/esm2015/lib/shared/services/case-flag/case-flag-refdata.service.js +2 -2
  116. package/esm2015/lib/shared/services/common-data-service/common-data-service.js +2 -2
  117. package/esm2015/lib/shared/services/definitions/definitions.service.js +3 -8
  118. package/esm2015/lib/shared/services/fields/fields.purger.js +15 -15
  119. package/esm2015/lib/shared/services/fields/fields.utils.js +12 -4
  120. package/esm2015/lib/shared/services/form/field-type-sanitiser.js +17 -1
  121. package/esm2015/lib/shared/services/form/form-value.service.js +1 -2
  122. package/esm2015/lib/shared/services/loading/loading.service.js +2 -7
  123. package/esm2015/lib/shared/services/search/search.service.js +5 -10
  124. package/esm2015/lib/shared/services/search-result/sorting/search-result-view-item-comparator-factory.js +5 -5
  125. package/esm2015/lib/shared/services/window/window.service.js +1 -1
  126. package/fesm2015/hmcts-ccd-case-ui-toolkit.js +833 -695
  127. package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
  128. package/lib/app.config.d.ts.map +1 -1
  129. package/lib/components/header/header-bar/header-bar.component.d.ts.map +1 -1
  130. package/lib/shared/commons/case-edit-data/case-edit-data.module.d.ts.map +1 -1
  131. package/lib/shared/commons/case-edit-data/case-edit-data.service.d.ts +3 -5
  132. package/lib/shared/commons/case-edit-data/case-edit-data.service.d.ts.map +1 -1
  133. package/lib/shared/commons/case-edit-data/case-edit-validation.model.d.ts.map +1 -1
  134. package/lib/shared/components/case-editor/case-edit/case-edit.component.d.ts +3 -3
  135. package/lib/shared/components/case-editor/case-edit/case-edit.component.d.ts.map +1 -1
  136. package/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.d.ts +2 -0
  137. package/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.d.ts.map +1 -1
  138. package/lib/shared/components/case-editor/case-event-completion/case-event-completion.component.d.ts.map +1 -1
  139. 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
  140. 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
  141. package/lib/shared/components/case-editor/domain/wizard-page-field-complex-override.model.d.ts.map +1 -1
  142. package/lib/shared/components/case-editor/domain/wizard-page-field.model.d.ts.map +1 -1
  143. package/lib/shared/components/case-editor/domain/wizard-page.model.d.ts.map +1 -1
  144. package/lib/shared/components/case-editor/services/cases.service.d.ts +1 -3
  145. package/lib/shared/components/case-editor/services/cases.service.d.ts.map +1 -1
  146. package/lib/shared/components/case-editor/services/wizard-page-field-to-case-field.mapper.d.ts.map +1 -1
  147. package/lib/shared/components/case-editor/services/work-allocation.service.d.ts.map +1 -1
  148. package/lib/shared/components/case-history/domain/case-history.model.d.ts.map +1 -1
  149. package/lib/shared/components/case-viewer/case-challenged-access-request/case-challenged-access-request.component.d.ts.map +1 -1
  150. package/lib/shared/components/case-viewer/case-viewer.component.d.ts.map +1 -1
  151. package/lib/shared/components/case-viewer/printer/pipes/print-url.pipe.d.ts.map +1 -1
  152. package/lib/shared/components/case-viewer/services/case.resolver.d.ts.map +1 -1
  153. package/lib/shared/components/error/domain/error-context.d.ts +2 -2
  154. package/lib/shared/components/error/domain/error-context.d.ts.map +1 -1
  155. package/lib/shared/components/event-start/event-guard/event-start.guard.d.ts +1 -1
  156. package/lib/shared/components/event-start/event-guard/event-start.guard.d.ts.map +1 -1
  157. package/lib/shared/components/pagination/pagination.component.d.ts +3 -3
  158. package/lib/shared/components/palette/address/address-option.model.d.ts.map +1 -1
  159. package/lib/shared/components/palette/address/write-address-field.component.d.ts.map +1 -1
  160. package/lib/shared/components/palette/case-file-view/case-file-view-field.component.d.ts +5 -2
  161. package/lib/shared/components/palette/case-file-view/case-file-view-field.component.d.ts.map +1 -1
  162. package/lib/shared/components/palette/case-file-view/index.d.ts +0 -1
  163. package/lib/shared/components/palette/case-file-view/index.d.ts.map +1 -1
  164. package/lib/shared/components/palette/case-flag/components/select-flag-location/select-flag-location.component.d.ts.map +1 -1
  165. package/lib/shared/components/palette/case-flag/enums/index.d.ts.map +1 -1
  166. package/lib/shared/components/palette/collection/collection-create-checker.service.d.ts.map +1 -1
  167. package/lib/shared/components/palette/collection/write-collection-field.component.d.ts +1 -0
  168. package/lib/shared/components/palette/collection/write-collection-field.component.d.ts.map +1 -1
  169. package/lib/shared/components/palette/complex/read-complex-field-collection-table.component.d.ts +1 -1
  170. package/lib/shared/components/palette/complex/read-complex-field-collection-table.component.d.ts.map +1 -1
  171. package/lib/shared/components/palette/dynamic-multi-select-list/index.d.ts +3 -0
  172. package/lib/shared/components/palette/dynamic-multi-select-list/index.d.ts.map +1 -0
  173. package/lib/shared/components/palette/dynamic-multi-select-list/read-dynamic-multi-select-list-field.component.d.ts +9 -0
  174. package/lib/shared/components/palette/dynamic-multi-select-list/read-dynamic-multi-select-list-field.component.d.ts.map +1 -0
  175. package/lib/shared/components/palette/dynamic-multi-select-list/write-dynamic-multi-select-list-field.component.d.ts +17 -0
  176. package/lib/shared/components/palette/dynamic-multi-select-list/write-dynamic-multi-select-list-field.component.d.ts.map +1 -0
  177. package/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.d.ts +1 -1
  178. package/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.d.ts.map +1 -1
  179. package/lib/shared/components/palette/index.d.ts +1 -0
  180. package/lib/shared/components/palette/index.d.ts.map +1 -1
  181. package/lib/shared/components/palette/linked-cases/components/linked-cases-table/linked-cases-from-table.component.d.ts +4 -4
  182. package/lib/shared/components/palette/linked-cases/components/linked-cases-table/linked-cases-from-table.component.d.ts.map +1 -1
  183. package/lib/shared/components/palette/linked-cases/components/linked-cases-table/linked-cases-to-table.component.d.ts +2 -0
  184. package/lib/shared/components/palette/linked-cases/components/linked-cases-table/linked-cases-to-table.component.d.ts.map +1 -1
  185. package/lib/shared/components/palette/linked-cases/domain/linked-cases-state.model.d.ts +0 -4
  186. package/lib/shared/components/palette/linked-cases/domain/linked-cases-state.model.d.ts.map +1 -1
  187. package/lib/shared/components/palette/linked-cases/domain/linked-cases.model.d.ts.map +1 -1
  188. package/lib/shared/components/palette/linked-cases/read-linked-cases-field.component.d.ts.map +1 -1
  189. package/lib/shared/components/palette/linked-cases/services/linked-cases.service.d.ts.map +1 -1
  190. package/lib/shared/components/palette/linked-cases/write-linked-cases-field.component.d.ts +0 -4
  191. package/lib/shared/components/palette/linked-cases/write-linked-cases-field.component.d.ts.map +1 -1
  192. package/lib/shared/components/palette/order-summary/fee.model.d.ts.map +1 -1
  193. package/lib/shared/components/palette/order-summary/order-summary.model.d.ts.map +1 -1
  194. package/lib/shared/components/palette/palette.module.d.ts +60 -59
  195. package/lib/shared/components/palette/palette.module.d.ts.map +1 -1
  196. package/lib/shared/components/palette/palette.service.d.ts.map +1 -1
  197. package/lib/shared/components/palette/text-area/write-text-area-field.component.d.ts.map +1 -1
  198. package/lib/shared/components/palette/utils/date.pipe.d.ts.map +1 -1
  199. package/lib/shared/components/palette/yes-no/yes-no.service.d.ts.map +1 -1
  200. package/lib/shared/components/search-filters/domain/search-input.model.d.ts.map +1 -1
  201. package/lib/shared/components/workbasket-filters/workbasket-filters.component.d.ts.map +1 -1
  202. package/lib/shared/directives/conditional-show/domain/conditional-show.model.d.ts.map +1 -1
  203. package/lib/shared/directives/conditional-show/services/condition-parser.service.d.ts.map +1 -1
  204. package/lib/shared/domain/addresses/address.model.d.ts.map +1 -1
  205. package/lib/shared/domain/case-details.model.d.ts.map +1 -1
  206. package/lib/shared/domain/case-event-data.model.d.ts.map +1 -1
  207. package/lib/shared/domain/case-file-view/case-file-view-category.model.d.ts.map +1 -1
  208. package/lib/shared/domain/case-file-view/case-file-view-document.model.d.ts.map +1 -1
  209. package/lib/shared/domain/case-file-view/categories-and-documents.model.d.ts.map +1 -1
  210. package/lib/shared/domain/case-file-view/document-tree-node/document-tree-node.model.d.ts.map +1 -1
  211. package/lib/shared/domain/case-flag/flag-type.model.d.ts.map +1 -1
  212. package/lib/shared/domain/case-flag/hmcts-service-detail.model.d.ts.map +1 -1
  213. package/lib/shared/domain/case-view/case-event-trigger.model.d.ts.map +1 -1
  214. package/lib/shared/domain/case-view/case-tab.model.d.ts.map +1 -1
  215. package/lib/shared/domain/case-view/case-view-event.model.d.ts.map +1 -1
  216. package/lib/shared/domain/case-view/case-view.model.d.ts.map +1 -1
  217. package/lib/shared/domain/case-view/role-assignment-response.model.d.ts +1 -2
  218. package/lib/shared/domain/case-view/role-assignment-response.model.d.ts.map +1 -1
  219. package/lib/shared/domain/case-view/role-request.model.d.ts.map +1 -1
  220. package/lib/shared/domain/definition/case-event.model.d.ts.map +1 -1
  221. package/lib/shared/domain/definition/case-field.model.d.ts.map +1 -1
  222. package/lib/shared/domain/definition/case-type.model.d.ts.map +1 -1
  223. package/lib/shared/domain/definition/event-case-field.model.d.ts.map +1 -1
  224. package/lib/shared/domain/definition/field-type-enum.model.d.ts +1 -1
  225. package/lib/shared/domain/definition/field-type-enum.model.d.ts.map +1 -1
  226. package/lib/shared/domain/definition/field-type.model.d.ts.map +1 -1
  227. package/lib/shared/domain/document/document-data.model.d.ts.map +1 -1
  228. package/lib/shared/domain/organisation/organisation-converter.d.ts.map +1 -1
  229. package/lib/shared/domain/pagination-metadata.model.d.ts +2 -2
  230. package/lib/shared/domain/pagination-metadata.model.d.ts.map +1 -1
  231. package/lib/shared/domain/search/field.model.d.ts.map +1 -1
  232. package/lib/shared/domain/search/search-result-view-column.model.d.ts.map +1 -1
  233. package/lib/shared/domain/search/search-result-view-item.model.d.ts.map +1 -1
  234. package/lib/shared/domain/search/search-result-view.model.d.ts.map +1 -1
  235. package/lib/shared/domain/user/user-info.model.d.ts.map +1 -1
  236. package/lib/shared/domain/workbasket/workbasket-input.model.d.ts +0 -1
  237. package/lib/shared/domain/workbasket/workbasket-input.model.d.ts.map +1 -1
  238. package/lib/shared/fixture/case-field-builder.d.ts +6 -6
  239. package/lib/shared/fixture/case-field-builder.d.ts.map +1 -1
  240. package/lib/shared/fixture/shared.test.fixture.d.ts +6 -6
  241. package/lib/shared/fixture/shared.test.fixture.d.ts.map +1 -1
  242. package/lib/shared/pipes/complex/{cdd-page-fields.pipe.d.ts → ccd-page-fields.pipe.d.ts} +1 -1
  243. package/lib/shared/pipes/complex/ccd-page-fields.pipe.d.ts.map +1 -0
  244. package/lib/shared/pipes/complex/index.d.ts +1 -1
  245. package/lib/shared/pipes/index.d.ts +1 -0
  246. package/lib/shared/pipes/index.d.ts.map +1 -1
  247. package/lib/shared/pipes/pipes.module.d.ts +1 -1
  248. package/lib/shared/services/activity/activity.polling.service.d.ts.map +1 -1
  249. package/lib/shared/services/activity/activity.service.d.ts.map +1 -1
  250. package/lib/shared/services/addresses/address-parser.d.ts.map +1 -1
  251. package/lib/shared/services/common-data-service/common-data-service.d.ts.map +1 -1
  252. package/lib/shared/services/definitions/definitions.service.d.ts.map +1 -1
  253. package/lib/shared/services/fields/fields.purger.d.ts.map +1 -1
  254. package/lib/shared/services/fields/fields.utils.d.ts +2 -1
  255. package/lib/shared/services/fields/fields.utils.d.ts.map +1 -1
  256. package/lib/shared/services/form/field-type-sanitiser.d.ts +2 -0
  257. package/lib/shared/services/form/field-type-sanitiser.d.ts.map +1 -1
  258. package/lib/shared/services/loading/loading.service.d.ts +1 -4
  259. package/lib/shared/services/loading/loading.service.d.ts.map +1 -1
  260. package/lib/shared/services/search/search.service.d.ts +0 -2
  261. package/lib/shared/services/search/search.service.d.ts.map +1 -1
  262. package/lib/shared/services/search-result/sorting/search-result-view-item-comparator-factory.d.ts.map +1 -1
  263. package/lib/shared/services/window/window.service.d.ts.map +1 -1
  264. package/package.json +2 -2
  265. package/esm2015/lib/shared/components/palette/case-file-view/case-file-view-field-read.component.js +0 -72
  266. package/lib/shared/components/palette/case-file-view/case-file-view-field-read.component.d.ts +0 -8
  267. package/lib/shared/components/palette/case-file-view/case-file-view-field-read.component.d.ts.map +0 -1
  268. package/lib/shared/pipes/complex/cdd-page-fields.pipe.d.ts.map +0 -1
@@ -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,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,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;iCAlFX,6BAA6B;2CAA7B,6BAA6B;CAuFzC"}
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;CAuIvC"}
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"}
@@ -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"}
@@ -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,MAAM,EAAE,MAAM,CAAC;IACf,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,qBAAa,cAAc;IACzB,UAAU,EAAE,MAAM,CAAC;IACnB,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,WAAW,EAAE,CAAC;CAC5B;AAED,qBAAa,WAAW;IACtB,eAAe,EAAE,IAAI,CAAC;IACtB,OAAO,EAAE,cAAc,EAAE,CAAC;CAC3B;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"}
@@ -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;IAM1B,8BAA8B,CAAC,GAAG,KAAA,GAAG,IAAI;IAIzC,gCAAgC,CAAC,GAAG,KAAA,GAAG,IAAI;iCAvEvC,6BAA6B;2CAA7B,6BAA6B;CA0EzC"}
@@ -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;IAYvC,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;iCA9H9C,kBAAkB;qCAAlB,kBAAkB;CAwI9B"}
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;IAa5B,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;iCApK3C,8BAA8B;2CAA9B,8BAA8B;CA6K1C"}
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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiLA,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,qBA0Ea,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"}
@@ -1 +1 @@
1
- {"version":3,"file":"date.pipe.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/utils/date.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;AAGpD,OAAO,EAAE,uBAAuB,EAAE,MAAM,yDAAyD,CAAC;;AAElG,qBAGa,QAAS,YAAW,aAAa;IAahC,OAAO,CAAC,QAAQ,CAAC,WAAW;IAXxC,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,kBAAkB,CAC8F;IAExI,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,MAAM,CAE5B;IAEF;;;OAGG;gBAC0B,WAAW,EAAE,uBAAuB;IAG1D,SAAS,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM;IAyDvE,OAAO,CAAC,mBAAmB;IAQ3B,OAAO,CAAC,aAAa;IAKrB,OAAO,CAAC,OAAO;IAgBf,OAAO,CAAC,OAAO;IAUf,OAAO,CAAC,KAAK;IAIb,OAAO,CAAC,GAAG;iCApHA,QAAQ;uCAAR,QAAQ;CAwHpB"}
1
+ {"version":3,"file":"date.pipe.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/utils/date.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;AAGpD,OAAO,EAAE,uBAAuB,EAAE,MAAM,yDAAyD,CAAC;;AAElG,qBAGa,QAAS,YAAW,aAAa;IAYhC,OAAO,CAAC,QAAQ,CAAC,WAAW;IAXxC,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,kBAAkB,CAC8F;IAExI,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,MAAM,CAE5B;IAEF;;;OAGG;gBAC0B,WAAW,EAAE,uBAAuB;IAG1D,SAAS,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM;IAyDvE,OAAO,CAAC,mBAAmB;IAQ3B,OAAO,CAAC,aAAa;IAKrB,OAAO,CAAC,OAAO;IAgBf,OAAO,CAAC,OAAO;IAUf,OAAO,CAAC,KAAK;IAIb,OAAO,CAAC,GAAG;iCAnHA,QAAQ;uCAAR,QAAQ;CAuHpB"}
@@ -1 +1 @@
1
- {"version":3,"file":"yes-no.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/yes-no/yes-no.service.ts"],"names":[],"mappings":";AAEA,qBACa,YAAY;IACvB,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,UAAU,CAGhC;IACF,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,SAAS,CAG/B;IACF,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,GAAG,CAAS;IACpC,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,EAAE,CAAQ;IAClC,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,KAAK,CAAQ;IAE9B,MAAM,CAAC,KAAK,EAAE,GAAG,GAAG,MAAM;IAWjC,OAAO,CAAC,KAAK;IAWb,OAAO,CAAC,IAAI;iCAnCD,YAAY;qCAAZ,YAAY;CA6CxB"}
1
+ {"version":3,"file":"yes-no.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/yes-no/yes-no.service.ts"],"names":[],"mappings":";AAEA,qBACa,YAAY;IACvB,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,UAAU,CAGhC;IACF,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,SAAS,CAG/B;IACF,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,GAAG,CAAS;IACpC,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,EAAE,CAAQ;IAClC,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,KAAK,CAAQ;IAE9B,MAAM,CAAC,KAAK,EAAE,GAAG,GAAG,MAAM;IAWjC,OAAO,CAAC,KAAK;IAYb,OAAO,CAAC,IAAI;iCApCD,YAAY;qCAAZ,YAAY;CA+CxB"}
@@ -1 +1 @@
1
- {"version":3,"file":"search-input.model.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/search-filters/domain/search-input.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,uCAAuC,CAAC;AAClE,OAAO,EAAE,KAAK,EAAE,MAAM,oCAAoC,CAAC;AAE3D,qBAAa,WAAY,YAAW,SAAS;IAEhC,KAAK,EAAE,MAAM;IACb,KAAK,EAAE,MAAM;IACb,KAAK,EAAE,KAAK;IACZ,QAAQ,CAAC,EAAE,OAAO;IAClB,yBAAyB,CAAC,EAAE,MAAM;gBAJlC,KAAK,EAAE,MAAM,EACb,KAAK,EAAE,MAAM,EACb,KAAK,EAAE,KAAK,EACZ,QAAQ,CAAC,EAAE,OAAO,EAClB,yBAAyB,CAAC,EAAE,MAAM;CAE9C"}
1
+ {"version":3,"file":"search-input.model.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/search-filters/domain/search-input.model.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,uCAAuC,CAAC;AAClE,OAAO,EAAE,KAAK,EAAE,MAAM,oCAAoC,CAAC;AAE3D,qBAAa,WAAY,YAAW,SAAS;IAElC,KAAK,EAAE,MAAM;IACb,KAAK,EAAE,MAAM;IACb,KAAK,EAAE,KAAK;IACZ,QAAQ,CAAC,EAAE,OAAO;IAClB,yBAAyB,CAAC,EAAE,MAAM;gBAJlC,KAAK,EAAE,MAAM,EACb,KAAK,EAAE,MAAM,EACb,KAAK,EAAE,KAAK,EACZ,QAAQ,CAAC,EAAE,OAAO,EAClB,yBAAyB,CAAC,EAAE,MAAM;CAC5C"}
@@ -1 +1 @@
1
- {"version":3,"file":"workbasket-filters.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/workbasket-filters/workbasket-filters.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,cAAc,EAA0B,MAAM,iBAAiB,CAAC;AAEzE,OAAO,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAC;AACrE,OAAO,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAC;AACrE,OAAO,EAAE,YAAY,EAAE,MAAM,8CAA8C,CAAC;AAC5E,OAAO,EAAE,YAAY,EAAE,MAAM,4CAA4C,CAAC;AAC1E,OAAO,EAAE,oBAAoB,EAAE,MAAM,gDAAgD,CAAC;AACtF,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAElE,OAAO,EAAE,mBAAmB,EAAE,MAAM,kDAAkD,CAAC;AACvF,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAAE,4BAA4B,EAAE,MAAM,2DAA2D,CAAC;;AAMzG,qBAKa,0BAA2B,YAAW,MAAM;IA0CrD,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,4BAA4B;IAC7C,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IACpC,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,aAAa;IA7ChC,gBAAuB,kBAAkB,kBAAkB;IAC3D,gBAAuB,eAAe,eAAe;IACrD,gBAAuB,gBAAgB,gBAAgB;IAChD,UAAU,EAAE,SAAS,EAAE,CAAC;IAGxB,aAAa,EAAE,YAAY,EAAE,CAAC;IAG9B,QAAQ,MAAC;IAGT,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAGhD,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEhD,gBAAgB,EAAE,oBAAoB,EAAE,CAAC;IACzC,qBAAqB,EAAE,OAAO,CAAC;IAE/B,kBAAkB,EAAE,OAAO,CAAC;IAE5B,QAAQ,EAAE;QACf,IAAI,CAAC,EAAE,OAAO,CAAC;QACf,YAAY,CAAC,EAAE,YAAY,CAAC;QAC5B,QAAQ,CAAC,EAAE,YAAY,CAAC;QACxB,SAAS,CAAC,EAAE,SAAS,CAAC;QACtB,SAAS,CAAC,EAAE,SAAS,CAAC;QACtB,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,cAAc,CAAC,EAAE,MAAM,EAAE,CAAA;KAC1B,CAAC;IAEK,SAAS,EAAE,SAAS,CAAqB;IAEzC,6BAA6B,CAAC,EAAE,YAAY,EAAE,CAAC;IAC/C,sBAAsB,CAAC,EAAE,SAAS,EAAE,CAAC;IAErC,WAAW,UAAS;gBAGR,KAAK,EAAE,cAAc,EACrB,4BAA4B,EAAE,4BAA4B,EAC1D,YAAY,EAAE,YAAY,EAC1B,mBAAmB,EAAE,mBAAmB,EACxC,YAAY,EAAE,YAAY,EAC1B,aAAa,EAAE,aAAa;IAGxC,QAAQ,IAAI,IAAI;IAUhB,KAAK,CAAC,IAAI,KAAA,GAAG,IAAI;IAwCjB,KAAK,IAAI,IAAI;IASb,iBAAiB,IAAI,MAAM,EAAE;IAQ7B,sBAAsB;IAuBtB,kBAAkB,IAAI,IAAI;IAmC1B,2BAA2B,IAAI,OAAO;IAItC,4BAA4B,IAAI,OAAO;IAIvC,qBAAqB,IAAI,OAAO;IAIhC,oCAAoC,IAAI,OAAO;IAItD;;;;;;;OAOG;IACK,sBAAsB,IAAI,IAAI;IAyBtC,OAAO,CAAC,UAAU;IAIlB;;;OAGG;IACH,OAAO,CAAC,WAAW;IAyBnB,OAAO,CAAC,eAAe;IASvB,OAAO,CAAC,oCAAoC;IAI5C,OAAO,CAAC,cAAc;IAStB,OAAO,CAAC,mCAAmC;IAI3C,OAAO,CAAC,yBAAyB;IAUjC,OAAO,CAAC,qBAAqB;IAK7B,OAAO,CAAC,cAAc;IAMtB,OAAO,CAAC,aAAa;IAKrB,OAAO,CAAC,aAAa;IASrB,OAAO,CAAC,aAAa;iCA9TV,0BAA0B;2CAA1B,0BAA0B;CAmUtC"}
1
+ {"version":3,"file":"workbasket-filters.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/workbasket-filters/workbasket-filters.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,cAAc,EAA0B,MAAM,iBAAiB,CAAC;AAEzE,OAAO,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAC;AACrE,OAAO,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAC;AACrE,OAAO,EAAE,YAAY,EAAE,MAAM,8CAA8C,CAAC;AAC5E,OAAO,EAAE,YAAY,EAAE,MAAM,4CAA4C,CAAC;AAC1E,OAAO,EAAE,oBAAoB,EAAE,MAAM,gDAAgD,CAAC;AACtF,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAElE,OAAO,EAAE,mBAAmB,EAAE,MAAM,kDAAkD,CAAC;AACvF,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAAE,4BAA4B,EAAE,MAAM,2DAA2D,CAAC;;AAMzG,qBAKa,0BAA2B,YAAW,MAAM;IAyCrD,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,4BAA4B;IAC7C,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IACpC,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,aAAa;IA7ChC,gBAAuB,kBAAkB,kBAAkB;IAC3D,gBAAuB,eAAe,eAAe;IACrD,gBAAuB,gBAAgB,gBAAgB;IAChD,UAAU,EAAE,SAAS,EAAE,CAAC;IAGxB,aAAa,EAAE,YAAY,EAAE,CAAC;IAG9B,QAAQ,MAAC;IAGT,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAGhD,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEhD,gBAAgB,EAAE,oBAAoB,EAAE,CAAC;IACzC,qBAAqB,EAAE,OAAO,CAAC;IAE/B,kBAAkB,EAAE,OAAO,CAAC;IAE5B,QAAQ,EAAE;QACf,IAAI,CAAC,EAAE,OAAO,CAAC;QACf,YAAY,CAAC,EAAE,YAAY,CAAC;QAC5B,QAAQ,CAAC,EAAE,YAAY,CAAC;QACxB,SAAS,CAAC,EAAE,SAAS,CAAC;QACtB,SAAS,CAAC,EAAE,SAAS,CAAC;QACtB,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,cAAc,CAAC,EAAE,MAAM,EAAE,CAAA;KAC1B,CAAC;IAEK,SAAS,EAAE,SAAS,CAAqB;IAEzC,6BAA6B,CAAC,EAAE,YAAY,EAAE,CAAC;IAC/C,sBAAsB,CAAC,EAAE,SAAS,EAAE,CAAC;IAErC,WAAW,UAAS;gBAGR,KAAK,EAAE,cAAc,EACrB,4BAA4B,EAAE,4BAA4B,EAC1D,YAAY,EAAE,YAAY,EAC1B,mBAAmB,EAAE,mBAAmB,EACxC,YAAY,EAAE,YAAY,EAC1B,aAAa,EAAE,aAAa;IAGxC,QAAQ,IAAI,IAAI;IAUhB,KAAK,CAAC,IAAI,KAAA,GAAG,IAAI;IAwCjB,KAAK,IAAI,IAAI;IASb,iBAAiB,IAAI,MAAM,EAAE;IAQ7B,sBAAsB;IAuBtB,kBAAkB,IAAI,IAAI;IAmC1B,2BAA2B,IAAI,OAAO;IAItC,4BAA4B,IAAI,OAAO;IAIvC,qBAAqB,IAAI,OAAO;IAIhC,oCAAoC,IAAI,OAAO;IAItD;;;;;;;OAOG;IACK,sBAAsB,IAAI,IAAI;IAyBtC,OAAO,CAAC,UAAU;IAIlB;;;OAGG;IACH,OAAO,CAAC,WAAW;IAyBnB,OAAO,CAAC,eAAe;IASvB,OAAO,CAAC,oCAAoC;IAI5C,OAAO,CAAC,cAAc;IAStB,OAAO,CAAC,mCAAmC;IAI3C,OAAO,CAAC,yBAAyB;IAUjC,OAAO,CAAC,qBAAqB;IAK7B,OAAO,CAAC,cAAc;IAMtB,OAAO,CAAC,aAAa;IAKrB,OAAO,CAAC,aAAa;IASrB,OAAO,CAAC,aAAa;iCA7TV,0BAA0B;2CAA1B,0BAA0B;CAkUtC"}
@@ -1 +1 @@
1
- {"version":3,"file":"conditional-show.model.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/directives/conditional-show/domain/conditional-show.model.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,6CAA6C,CAAC;AAIxE,qBAAa,aAAa;IAgKL,SAAS,EAAE,MAAM;IA9JpC,gBAAuB,oBAAoB,QAAQ;IACnD,gBAAuB,gBAAgB,OAAO;IAC9C,gBAAuB,QAAQ,cAAc;IAC7C,OAAO,CAAC,MAAM,CAAC,aAAa,CAAoC;IAChE,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,oBAAoB,CAAiB;IAC7D,OAAO,CAAC,MAAM,CAAC,aAAa,CAAgB;IAC5C,OAAO,CAAC,UAAU,CAAM;WAEV,wBAAwB,CAAC,aAAa,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,MAAM;IAkBzF,OAAO,CAAC,MAAM,CAAC,+BAA+B;IAoB9C,OAAO,CAAC,MAAM,CAAC,iBAAiB;WAiBlB,WAAW,CAAC,SAAS,EAAE,MAAM,GAAG,aAAa;IAS3D,OAAO,CAAC,MAAM,CAAC,QAAQ;IAWvB,OAAO,CAAC,MAAM,CAAC,aAAa;IAqB5B;;;;;;;OAOG;WACW,kBAAkB,CAAC,aAAa,EAAE,aAAa,EAAE,UAAU,EAAE,SAAS,EAAE,GAAG,OAAO;gBA8C7E,SAAS,EAAE,MAAM;IAM7B,KAAK,CAAC,MAAM,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO;IAIpD,OAAO,CAAC,cAAc;IAmBf,oBAAoB,CAAC,aAAa,EAAE,SAAS,EAAE,GAAG,OAAO;IAIhE;;;;;;OAMG;IACI,kBAAkB,CAAC,UAAU,EAAE,SAAS,EAAE,GAAG,OAAO;CAG5D"}
1
+ {"version":3,"file":"conditional-show.model.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/directives/conditional-show/domain/conditional-show.model.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,6CAA6C,CAAC;AAIxE,qBAAa,aAAa;IAgKL,SAAS,EAAE,MAAM;IA/JpC,gBAAuB,oBAAoB,QAAQ;IACnD,gBAAuB,gBAAgB,OAAO;IAC9C,gBAAuB,QAAQ,cAAc;IAC7C,OAAO,CAAC,MAAM,CAAC,aAAa,CAAoC;IAChE,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,oBAAoB,CAAiB;IAC7D,OAAO,CAAC,MAAM,CAAC,aAAa,CAAgB;IAC5C,OAAO,CAAC,UAAU,CAAM;WAEV,wBAAwB,CAAC,aAAa,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,MAAM;IAkBzF,OAAO,CAAC,MAAM,CAAC,+BAA+B;IAoB9C,OAAO,CAAC,MAAM,CAAC,iBAAiB;WAiBlB,WAAW,CAAC,SAAS,EAAE,MAAM,GAAG,aAAa;IAS3D,OAAO,CAAC,MAAM,CAAC,QAAQ;IAWvB,OAAO,CAAC,MAAM,CAAC,aAAa;IAqB5B;;;;;;;OAOG;WACW,kBAAkB,CAAC,aAAa,EAAE,aAAa,EAAE,UAAU,EAAE,SAAS,EAAE,GAAG,OAAO;gBA+C7E,SAAS,EAAE,MAAM;IAM7B,KAAK,CAAC,MAAM,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO;IAIpD,OAAO,CAAC,cAAc;IAmBf,oBAAoB,CAAC,aAAa,EAAE,SAAS,EAAE,GAAG,OAAO;IAIhE;;;;;;OAMG;IACI,kBAAkB,CAAC,UAAU,EAAE,SAAS,EAAE,GAAG,OAAO;CAG5D"}
@@ -1 +1 @@
1
- {"version":3,"file":"condition-parser.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/directives/conditional-show/services/condition-parser.service.ts"],"names":[],"mappings":"AAKA,qBAAa,eAAe;IAE1B;;;;OAIG;WACW,KAAK,CAAC,SAAS,EAAE,MAAM,GAAG,GAAG;IAM3C;;;;OAIG;WACW,QAAQ,CAAC,MAAM,EAAE,GAAG,EAAE,UAAU,EAAE,GAAG,EAAE,EAAE,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO;IAmC9E,OAAO,CAAC,MAAM,CAAC,YAAY;IAO3B,OAAO,CAAC,MAAM,CAAC,sBAAsB;IAYrC,OAAO,CAAC,MAAM,CAAC,QAAQ;IAQvB,OAAO,CAAC,MAAM,CAAC,aAAa;IAK5B,OAAO,CAAC,MAAM,CAAC,QAAQ;IAWvB,OAAO,CAAC,MAAM,CAAC,gBAAgB;IAkB/B,OAAO,CAAC,MAAM,CAAC,mBAAmB;IASlC,OAAO,CAAC,MAAM,CAAC,0BAA0B;IAUzC,OAAO,CAAC,MAAM,CAAC,kBAAkB;IAWjC,OAAO,CAAC,MAAM,CAAC,QAAQ;IAKvB,OAAO,CAAC,MAAM,CAAC,4BAA4B;IAe3C,OAAO,CAAC,MAAM,CAAC,wCAAwC;IASvD,OAAO,CAAC,MAAM,CAAC,mCAAmC;IAmBlD,OAAO,CAAC,MAAM,CAAC,cAAc;IAO7B,OAAO,CAAC,MAAM,CAAC,aAAa;CAG7B"}
1
+ {"version":3,"file":"condition-parser.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/directives/conditional-show/services/condition-parser.service.ts"],"names":[],"mappings":"AAKA,qBAAa,eAAe;IAC1B;;;;OAIG;WACW,KAAK,CAAC,SAAS,EAAE,MAAM,GAAG,GAAG;IAM3C;;;;OAIG;WACW,QAAQ,CAAC,MAAM,EAAE,GAAG,EAAE,UAAU,EAAE,GAAG,EAAE,EAAE,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO;IAiC9E,OAAO,CAAC,MAAM,CAAC,YAAY;IAQ3B,OAAO,CAAC,MAAM,CAAC,sBAAsB;IAYrC,OAAO,CAAC,MAAM,CAAC,QAAQ;IAQvB,OAAO,CAAC,MAAM,CAAC,aAAa;IAK5B,OAAO,CAAC,MAAM,CAAC,QAAQ;IAWvB,OAAO,CAAC,MAAM,CAAC,gBAAgB;IAkB/B,OAAO,CAAC,MAAM,CAAC,mBAAmB;IASlC,OAAO,CAAC,MAAM,CAAC,0BAA0B;IAUzC,OAAO,CAAC,MAAM,CAAC,kBAAkB;IAWjC,OAAO,CAAC,MAAM,CAAC,QAAQ;IAIvB,OAAO,CAAC,MAAM,CAAC,4BAA4B;IAe3C,OAAO,CAAC,MAAM,CAAC,wCAAwC;IASvD,OAAO,CAAC,MAAM,CAAC,mCAAmC;IAmBlD,OAAO,CAAC,MAAM,CAAC,cAAc;IAO7B,OAAO,CAAC,MAAM,CAAC,aAAa;CAG7B"}
@@ -1 +1 @@
1
- {"version":3,"file":"address.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/addresses/address.model.ts"],"names":[],"mappings":"AAAA,qBAAa,YAAY;IAChB,YAAY,SAAM;IAClB,YAAY,SAAM;IAClB,YAAY,SAAM;IAClB,QAAQ,SAAM;IACd,MAAM,SAAM;IACZ,QAAQ,SAAM;IACd,OAAO,SAAM;CACrB"}
1
+ {"version":3,"file":"address.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/addresses/address.model.ts"],"names":[],"mappings":"AACA,qBAAa,YAAY;IAChB,YAAY,SAAM;IAClB,YAAY,SAAM;IAClB,YAAY,SAAM;IAClB,QAAQ,SAAM;IACd,MAAM,SAAM;IACZ,QAAQ,SAAM;IACd,OAAO,SAAM;CACrB"}
@@ -1 +1 @@
1
- {"version":3,"file":"case-details.model.d.ts","sourceRoot":"","sources":["../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/case-details.model.ts"],"names":[],"mappings":"AAAA,qBAAa,WAAW;IACf,EAAE,EAAE,MAAM,CAAC;IACX,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;CAC3B"}
1
+ {"version":3,"file":"case-details.model.d.ts","sourceRoot":"","sources":["../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/case-details.model.ts"],"names":[],"mappings":"AACA,qBAAa,WAAW;IACf,EAAE,EAAE,MAAM,CAAC;IACX,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;CAC3B"}
@@ -1 +1 @@
1
- {"version":3,"file":"case-event-data.model.d.ts","sourceRoot":"","sources":["../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/case-event-data.model.ts"],"names":[],"mappings":"AAAA,qBAAa,aAAa;IACjB,KAAK,EAAE;QACZ,EAAE,EAAE,MAAM,CAAC;QACX,OAAO,EAAE,MAAM,CAAC;QAChB,WAAW,EAAE,MAAM,CAAC;KACrB,CAAC;IACK,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,cAAc,CAAC,EAAE,MAAM,CAAC;CAChC"}
1
+ {"version":3,"file":"case-event-data.model.d.ts","sourceRoot":"","sources":["../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/case-event-data.model.ts"],"names":[],"mappings":"AACA,qBAAa,aAAa;IACjB,KAAK,EAAE;QACZ,EAAE,EAAE,MAAM,CAAC;QACX,OAAO,EAAE,MAAM,CAAC;QAChB,WAAW,EAAE,MAAM,CAAC;KACrB,CAAC;IACK,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,cAAc,CAAC,EAAE,MAAM,CAAC;CAChC"}
@@ -1 +1 @@
1
- {"version":3,"file":"case-file-view-category.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/case-file-view/case-file-view-category.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AAEvE,qBAAa,oBAAoB;IACxB,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;IACtB,cAAc,EAAE,MAAM,CAAC;IACvB,SAAS,EAAE,oBAAoB,EAAE,CAAC;IAClC,cAAc,EAAE,oBAAoB,EAAE,CAAC;CAC/C"}
1
+ {"version":3,"file":"case-file-view-category.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/case-file-view/case-file-view-category.model.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AAEvE,qBAAa,oBAAoB;IACxB,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;IACtB,cAAc,EAAE,MAAM,CAAC;IACvB,SAAS,EAAE,oBAAoB,EAAE,CAAC;IAClC,cAAc,EAAE,oBAAoB,EAAE,CAAC;CAC/C"}
@@ -1 +1 @@
1
- {"version":3,"file":"case-file-view-document.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/case-file-view/case-file-view-document.model.ts"],"names":[],"mappings":"AAAA,qBAAa,oBAAoB;IACxB,YAAY,EAAE,MAAM,CAAC;IACrB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,cAAc,EAAE,MAAM,CAAC;IACvB,gBAAgB,EAAE,MAAM,CAAC;CACjC"}
1
+ {"version":3,"file":"case-file-view-document.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/case-file-view/case-file-view-document.model.ts"],"names":[],"mappings":"AACA,qBAAa,oBAAoB;IACxB,YAAY,EAAE,MAAM,CAAC;IACrB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,cAAc,EAAE,MAAM,CAAC;IACvB,gBAAgB,EAAE,MAAM,CAAC;CACjC"}
@@ -1 +1 @@
1
- {"version":3,"file":"categories-and-documents.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/case-file-view/categories-and-documents.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AACvE,OAAO,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AAEvE;;;GAGG;AACH,qBAAa,sBAAsB;IAC1B,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,oBAAoB,EAAE,CAAC;IACnC,uBAAuB,EAAE,oBAAoB,EAAE,CAAC;CACxD"}
1
+ {"version":3,"file":"categories-and-documents.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/case-file-view/categories-and-documents.model.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AACvE,OAAO,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AAEvE;;;GAGG;AACH,qBAAa,sBAAsB;IAC1B,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,oBAAoB,EAAE,CAAC;IACnC,uBAAuB,EAAE,oBAAoB,EAAE,CAAC;CACxD"}
@@ -1 +1 @@
1
- {"version":3,"file":"document-tree-node.model.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/case-file-view/document-tree-node/document-tree-node.model.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AAEvE,qBAAa,gBAAgB;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,oBAAoB,CAAC;IAE3B,QAAQ,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAC9B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,cAAc,CAAC,EAAE,MAAM,CAAC;IAE/B,IACW,kBAAkB,WAe5B;IAEM,qBAAqB;IA0BrB,sBAAsB;IA0B7B,IAAW,YAAY,IAAI,gBAAgB,EAAE,CAoB5C;CACF"}
1
+ {"version":3,"file":"document-tree-node.model.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/case-file-view/document-tree-node/document-tree-node.model.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AAEvE,qBAAa,gBAAgB;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,oBAAoB,CAAC;IAE3B,QAAQ,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAC9B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,cAAc,CAAC,EAAE,MAAM,CAAC;IAE/B,IACW,kBAAkB,WAe5B;IAEM,qBAAqB;IA0BrB,sBAAsB;IA0B7B,IAAW,YAAY,IAAI,gBAAgB,EAAE,CAoB5C;CACF"}
@@ -1 +1 @@
1
- {"version":3,"file":"flag-type.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/case-flag/flag-type.model.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,qBAAa,QAAQ;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,eAAe,EAAE,OAAO,CAAC;IACzB,WAAW,EAAE,OAAO,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,OAAO,CAAC;IAElB,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,UAAU,EAAE,QAAQ,EAAE,CAAC;IACvB,kBAAkB,SAAK;IACvB,YAAY,EAAE;QAAC,GAAG,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAC,EAAE,CAAM;CAC1D"}
1
+ {"version":3,"file":"flag-type.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/case-flag/flag-type.model.ts"],"names":[],"mappings":"AACA;;;;;GAKG;AACH,qBAAa,QAAQ;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,eAAe,EAAE,OAAO,CAAC;IACzB,WAAW,EAAE,OAAO,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,OAAO,CAAC;IAElB,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,UAAU,EAAE,QAAQ,EAAE,CAAC;IACvB,kBAAkB,SAAK;IACvB,YAAY,EAAE;QAAC,GAAG,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAC,EAAE,CAAM;CAC1D"}
@@ -1 +1 @@
1
- {"version":3,"file":"hmcts-service-detail.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/case-flag/hmcts-service-detail.model.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,qBAAa,kBAAkB;IACtB,aAAa,EAAE,MAAM,CAAC;IACtB,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,UAAU,SAAK;IACf,yBAAyB,CAAC,EAAE,MAAM,CAAC;IACnC,iBAAiB,EAAE,MAAM,CAAC;CAClC"}
1
+ {"version":3,"file":"hmcts-service-detail.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/case-flag/hmcts-service-detail.model.ts"],"names":[],"mappings":"AACA;;GAEG;AACH,qBAAa,kBAAkB;IACtB,aAAa,EAAE,MAAM,CAAC;IACtB,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,UAAU,SAAK;IACf,yBAAyB,CAAC,EAAE,MAAM,CAAC;IACnC,iBAAiB,EAAE,MAAM,CAAC;CAClC"}
@@ -1 +1 @@
1
- {"version":3,"file":"case-event-trigger.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/case-view/case-event-trigger.model.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,uDAAuD,CAAC;AACnF,OAAO,EAAE,SAAS,EAAE,MAAM,gCAAgC,CAAC;AAG3D,qBAAa,gBAAgB;IAEpB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,WAAW,EAAE,SAAS,EAAE,CAAC;IAEzB,WAAW,EAAE,MAAM,CAAC;IAGpB,YAAY,EAAE,UAAU,EAAE,CAAC;IAE3B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB,SAAS,IAAI,OAAO;IAIpB,QAAQ,IAAI,OAAO;CAG3B"}
1
+ {"version":3,"file":"case-event-trigger.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/case-view/case-event-trigger.model.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,uDAAuD,CAAC;AACnF,OAAO,EAAE,SAAS,EAAE,MAAM,gCAAgC,CAAC;AAG3D,qBAAa,gBAAgB;IACpB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,WAAW,EAAE,SAAS,EAAE,CAAC;IAEzB,WAAW,EAAE,MAAM,CAAC;IAGpB,YAAY,EAAE,UAAU,EAAE,CAAC;IAE3B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB,SAAS,IAAI,OAAO;IAIpB,QAAQ,IAAI,OAAO;CAG3B"}
@@ -1 +1 @@
1
- {"version":3,"file":"case-tab.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/case-view/case-tab.model.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAGrC,qBAAa,OAAQ,YAAW,SAAS;IAChC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,MAAM,EAAE,SAAS,EAAE,CAAC;IACpB,cAAc,CAAC,EAAE,MAAM,CAAC;CAChC"}
1
+ {"version":3,"file":"case-tab.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/case-view/case-tab.model.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAGrC,qBAAa,OAAQ,YAAW,SAAS;IAChC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,MAAM,EAAE,SAAS,EAAE,CAAC;IACpB,cAAc,CAAC,EAAE,MAAM,CAAC;CAChC"}
@@ -1 +1 @@
1
- {"version":3,"file":"case-view-event.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/case-view/case-view-event.model.ts"],"names":[],"mappings":"AAAA,qBAAa,aAAa;IACjB,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,cAAc,EAAE,MAAM,CAAC;IACvB,eAAe,EAAE,MAAM,CAAC;IACxB,gBAAgB,EAAE;QACvB,IAAI,EAAE,MAAM,CAAC;QACb,WAAW,EAAE,MAAM,CAAC;QACpB,GAAG,EAAE,MAAM,CAAA;KACZ,CAAC;CACH"}
1
+ {"version":3,"file":"case-view-event.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/case-view/case-view-event.model.ts"],"names":[],"mappings":"AACA,qBAAa,aAAa;IACjB,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,cAAc,EAAE,MAAM,CAAC;IACvB,eAAe,EAAE,MAAM,CAAC;IACxB,gBAAgB,EAAE;QACvB,IAAI,EAAE,MAAM,CAAC;QACb,WAAW,EAAE,MAAM,CAAC;QACpB,GAAG,EAAE,MAAM,CAAA;KACZ,CAAC;CACH"}
@@ -1 +1 @@
1
- {"version":3,"file":"case-view.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/case-view/case-view.model.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAE,MAAM,oCAAoC,CAAC;AAC3D,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAC1C,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAC3C,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AACxD,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAG5D,qBAAa,QAAQ;IACZ,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE;QAChB,EAAE,EAAE,MAAM,CAAC;QACX,IAAI,EAAE,MAAM,CAAC;QACb,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,YAAY,EAAE;YACZ,EAAE,EAAE,MAAM,CAAC;YACX,IAAI,EAAE,MAAM,CAAC;YACb,WAAW,CAAC,EAAE,MAAM,CAAA;SACrB,CAAC;QACF,YAAY,CAAC,EAAE,OAAO,CAAA;KACvB,CAAC;IACK,KAAK,EAAE;QACZ,EAAE,EAAE,MAAM,CAAC;QACX,IAAI,EAAE,MAAM,CAAC;QACb,WAAW,CAAC,EAAE,MAAM,CAAA;QACpB,aAAa,CAAC,EAAE,MAAM,CAAA;KACvB,CAAC;IACK,QAAQ,EAAE,MAAM,EAAE,CAAC;IAEnB,IAAI,EAAE,OAAO,EAAE,CAAC;IAChB,QAAQ,EAAE,eAAe,EAAE,CAAC;IAC5B,MAAM,EAAE,aAAa,EAAE,CAAC;IAExB,cAAc,CAAC,EAAE,SAAS,EAAE,CAAC;IAC7B,WAAW,CAAC,EAAE;QACnB,qBAAqB,CAAC,EAAE,MAAM,CAAC;QAC/B,sBAAsB,CAAC,EAAE;YACvB,YAAY,CAAC,EAAE,MAAM,CAAA;SACtB,CAAA;KACF,CAAC;IACF,SAAS,CAAC,EAAE,KAAK,CAAC;CACnB"}
1
+ {"version":3,"file":"case-view.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/case-view/case-view.model.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,MAAM,oCAAoC,CAAC;AAC3D,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAC1C,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAC3C,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AACxD,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAG5D,qBAAa,QAAQ;IACZ,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE;QAChB,EAAE,EAAE,MAAM,CAAC;QACX,IAAI,EAAE,MAAM,CAAC;QACb,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,YAAY,EAAE;YACZ,EAAE,EAAE,MAAM,CAAC;YACX,IAAI,EAAE,MAAM,CAAC;YACb,WAAW,CAAC,EAAE,MAAM,CAAA;SACrB,CAAC;QACF,YAAY,CAAC,EAAE,OAAO,CAAA;KACvB,CAAC;IACK,KAAK,EAAE;QACZ,EAAE,EAAE,MAAM,CAAC;QACX,IAAI,EAAE,MAAM,CAAC;QACb,WAAW,CAAC,EAAE,MAAM,CAAA;QACpB,aAAa,CAAC,EAAE,MAAM,CAAA;KACvB,CAAC;IACK,QAAQ,EAAE,MAAM,EAAE,CAAC;IAEnB,IAAI,EAAE,OAAO,EAAE,CAAC;IAChB,QAAQ,EAAE,eAAe,EAAE,CAAC;IAC5B,MAAM,EAAE,aAAa,EAAE,CAAC;IAExB,cAAc,CAAC,EAAE,SAAS,EAAE,CAAC;IAC7B,WAAW,CAAC,EAAE;QACnB,qBAAqB,CAAC,EAAE,MAAM,CAAC;QAC/B,sBAAsB,CAAC,EAAE;YACvB,YAAY,CAAC,EAAE,MAAM,CAAA;SACtB,CAAA;KACF,CAAC;IACK,SAAS,CAAC,EAAE,KAAK,CAAC;CAC1B"}
@@ -1,5 +1,4 @@
1
- import { RequestedRole } from './role-request.model';
2
- import { RoleRequest } from './role-request.model';
1
+ import { RequestedRole, RoleRequest } from './role-request.model';
3
2
  export interface RoleAssignmentResponse {
4
3
  roleRequest: RoleRequest;
5
4
  requestedRoles: RequestedRole[];
@@ -1 +1 @@
1
- {"version":3,"file":"role-assignment-response.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/case-view/role-assignment-response.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAEnD,MAAM,WAAW,sBAAsB;IACrC,WAAW,EAAE,WAAW,CAAC;IACzB,cAAc,EAAE,aAAa,EAAE,CAAC;CACjC"}
1
+ {"version":3,"file":"role-assignment-response.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/case-view/role-assignment-response.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAElE,MAAM,WAAW,sBAAsB;IACrC,WAAW,EAAE,WAAW,CAAC;IACzB,cAAc,EAAE,aAAa,EAAE,CAAC;CACjC"}
@@ -1 +1 @@
1
- {"version":3,"file":"role-request.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/case-view/role-request.model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,kBAAkB;IACjC,WAAW,EAAE,WAAW,CAAC;IACzB,cAAc,EAAE,aAAa,EAAE,CAAA;CAChC;AAED,MAAM,WAAW,aAAa;IAC5B,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,QAAQ,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,cAAc,EAAE,kBAAkB,CAAC;IACnC,SAAS,EAAE,qBAAqB,CAAC;IACjC,YAAY,EAAE,YAAY,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,EAAE,IAAI,CAAC;IAChB,OAAO,EAAE,IAAI,CAAC;IACd,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,iBAAiB,EAAE,CAAA;CAC3B;AAED,MAAM,WAAW,WAAW;IAC1B,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,eAAe,EAAE,OAAO,CAAC;IACzB,SAAS,EAAE,MAAM,CAAA;CAClB;AAED,MAAM,WAAW,iBAAiB;IAChC,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,IAAI,CAAC;IACX,OAAO,EAAE,MAAM,CAAA;CAChB;AAED,oBAAY,YAAY,GAAG,UAAU,GAAG,kBAAkB,GAAG,OAAO,GAAG,cAAc,GAAG,SAAS,GAAG,MAAM,CAAC;AAE3G,oBAAY,qBAAqB,GAAG,OAAO,GAAG,UAAU,GAAG,UAAU,GAAG,YAAY,GAAG,UAAU,CAAC;AAElG,oBAAY,kBAAkB,GAAG,QAAQ,GAAG,SAAS,GAAG,YAAY,CAAC;AAErE,oBAAY,QAAQ,GAAG,cAAc,GAAG,MAAM,CAAC"}
1
+ {"version":3,"file":"role-request.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/case-view/role-request.model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,kBAAkB;IACjC,WAAW,EAAE,WAAW,CAAC;IACzB,cAAc,EAAE,aAAa,EAAE,CAAC;CACjC;AAED,MAAM,WAAW,aAAa;IAC5B,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,QAAQ,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,cAAc,EAAE,kBAAkB,CAAC;IACnC,SAAS,EAAE,qBAAqB,CAAC;IACjC,YAAY,EAAE,YAAY,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,EAAE,IAAI,CAAC;IAChB,OAAO,EAAE,IAAI,CAAC;IACd,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,iBAAiB,EAAE,CAAC;CAC5B;AAED,MAAM,WAAW,WAAW;IAC1B,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,eAAe,EAAE,OAAO,CAAC;IACzB,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,iBAAiB;IAChC,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,IAAI,CAAC;IACX,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,oBAAY,YAAY,GAAG,UAAU,GAAG,kBAAkB,GAAG,OAAO,GAAG,cAAc,GAAG,SAAS,GAAG,MAAM,CAAC;AAE3G,oBAAY,qBAAqB,GAAG,OAAO,GAAG,UAAU,GAAG,UAAU,GAAG,YAAY,GAAG,UAAU,CAAC;AAElG,oBAAY,kBAAkB,GAAG,QAAQ,GAAG,SAAS,GAAG,YAAY,CAAC;AAErE,oBAAY,QAAQ,GAAG,cAAc,GAAG,MAAM,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"case-event.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/definition/case-event.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACrC,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AAChE,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAE1D,qBAAa,SAAU,YAAW,SAAS;IAClC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,WAAW,EAAE,cAAc,EAAE,CAAC;IAC9B,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,iBAAiB,EAAE,CAAC;CACnC"}
1
+ {"version":3,"file":"case-event.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/definition/case-event.model.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACrC,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AAChE,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAE1D,qBAAa,SAAU,YAAW,SAAS;IAClC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,WAAW,EAAE,cAAc,EAAE,CAAC;IAC9B,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,iBAAiB,EAAE,CAAC;CACnC"}
@@ -1 +1 @@
1
- {"version":3,"file":"case-field.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/definition/case-field.model.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,6DAA6D,CAAC;AAC9F,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACrC,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AAEhE,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAG/C,qBAAa,SAAU,YAAW,SAAS;IAClC,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,OAAO,CAAC;IAChB,kBAAkB,EAAE,OAAO,CAAC;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IAGf,UAAU,EAAE,SAAS,CAAC;IAEtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,eAAe,EAAE,MAAM,CAAC;IACxB,yBAAyB,CAAC,EAAE,MAAM,CAAC;IACnC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,0BAA0B,CAAC,EAAE,OAAO,CAAC;IACrC,2BAA2B,CAAC,EAAE,MAAM,CAAC;IACrC,IAAI,CAAC,EAAE,iBAAiB,EAAE,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,eAAe,CAAC,EAAE,GAAG,CAAC;IACtB,mBAAmB,EAAE,OAAO,CAAC;IAG7B,WAAW,CAAC,EAAE,eAAe,CAAC;IAE9B,MAAM,EAAE,GAAG,CAAC;IACZ,WAAW,EAAE,GAAG,CAAM;IAE7B,IACW,KAAK,IAAI,GAAG,CAMtB;IAED,IAAW,KAAK,CAAC,KAAK,EAAE,GAAG,EAa1B;IAED,IACW,UAAU,IAAI,GAAG,CAM3B;IAED,IAAW,UAAU,CAAC,KAAK,EAAE,GAAG,EAE/B;IAED,IACW,mBAAmB,IAAI,MAAM,CAQvC;IAED,IACW,qBAAqB,IAAI,MAAM,CAQzC;IAGM,gBAAgB;IAKhB,cAAc;IAKd,UAAU;IAMV,UAAU;IAMV,WAAW;IAMX,YAAY,IAAI,OAAO;IAKvB,SAAS,IAAI,OAAO;IAKpB,SAAS,IAAI,OAAO;IAWpB,UAAU,IAAI,OAAO;IAKrB,mBAAmB,CAAC,GAAG,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,WAAW,SAAK,EAAE,YAAY,SAAK,GAAI,MAAM;CAYzG"}
1
+ {"version":3,"file":"case-field.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/definition/case-field.model.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,6DAA6D,CAAC;AAC9F,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACrC,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AAEhE,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAG/C,qBAAa,SAAU,YAAW,SAAS;IAClC,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,OAAO,CAAC;IAChB,kBAAkB,EAAE,OAAO,CAAC;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IAGf,UAAU,EAAE,SAAS,CAAC;IAEtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,eAAe,EAAE,MAAM,CAAC;IACxB,yBAAyB,CAAC,EAAE,MAAM,CAAC;IACnC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,0BAA0B,CAAC,EAAE,OAAO,CAAC;IACrC,2BAA2B,CAAC,EAAE,MAAM,CAAC;IACrC,IAAI,CAAC,EAAE,iBAAiB,EAAE,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,eAAe,CAAC,EAAE,GAAG,CAAC;IACtB,mBAAmB,EAAE,OAAO,CAAC;IAG7B,WAAW,CAAC,EAAE,eAAe,CAAC;IAE9B,MAAM,EAAE,GAAG,CAAC;IACZ,WAAW,EAAE,GAAG,CAAM;IAE7B,IACW,KAAK,IAAI,GAAG,CAQtB;IAED,IAAW,KAAK,CAAC,KAAK,EAAE,GAAG,EAa1B;IAED,IACW,UAAU,IAAI,GAAG,CAM3B;IAED,IAAW,UAAU,CAAC,KAAK,EAAE,GAAG,EAE/B;IAED,IACW,mBAAmB,IAAI,MAAM,CAQvC;IAED,IACW,qBAAqB,IAAI,MAAM,CAQzC;IAGM,gBAAgB;IAKhB,cAAc;IAKd,UAAU;IAMV,UAAU;IAMV,WAAW;IAMX,YAAY,IAAI,OAAO;IAKvB,SAAS,IAAI,OAAO;IAKpB,SAAS,IAAI,OAAO;IAWpB,UAAU,IAAI,OAAO;IAKrB,mBAAmB,CAAC,GAAG,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,WAAW,SAAK,EAAE,YAAY,SAAK,GAAI,MAAM;CAYzG"}