@hmcts/ccd-case-ui-toolkit 6.16.0-ccpay-upgrade → 6.16.0-create-qualifying-questions-component

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 (489) hide show
  1. package/bundles/hmcts-ccd-case-ui-toolkit.umd.js +9973 -5168
  2. package/bundles/hmcts-ccd-case-ui-toolkit.umd.js.map +1 -1
  3. package/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js +1 -1
  4. package/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js.map +1 -1
  5. package/esm2015/lib/app.config.js +1 -1
  6. package/esm2015/lib/components/banners/alert/alert.component.js +7 -5
  7. package/esm2015/lib/components/banners/alert/alert.module.js +12 -4
  8. package/esm2015/lib/components/footer/footer.component.js +55 -30
  9. package/esm2015/lib/components/footer/footers.module.js +12 -4
  10. package/esm2015/lib/components/form/date-input/date-input.component.js +56 -37
  11. package/esm2015/lib/components/form/form.module.js +8 -4
  12. package/esm2015/lib/components/header/header-bar/header-bar.component.js +32 -19
  13. package/esm2015/lib/components/header/headers.module.js +6 -4
  14. package/esm2015/lib/components/header/navigation/navigation-item.component.js +9 -7
  15. package/esm2015/lib/components/header/phase/phase.component.js +20 -9
  16. package/esm2015/lib/components/tabs/tabs.component.js +8 -5
  17. package/esm2015/lib/components/tabs/tabs.module.js +6 -2
  18. package/esm2015/lib/shared/components/activity/activity-banner/activity-banner.component.js +12 -9
  19. package/esm2015/lib/shared/components/activity/activity-icon/activity-icon.component.js +11 -8
  20. package/esm2015/lib/shared/components/activity/activity.component.js +15 -10
  21. package/esm2015/lib/shared/components/activity/activity.module.js +6 -2
  22. package/esm2015/lib/shared/components/case-editor/case-create/case-create.component.js +2 -2
  23. package/esm2015/lib/shared/components/case-editor/case-edit/case-edit.component.js +13 -272
  24. package/esm2015/lib/shared/components/case-editor/case-edit-confirm/case-edit-confirm.component.js +32 -28
  25. package/esm2015/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.js +228 -207
  26. package/esm2015/lib/shared/components/case-editor/case-edit-submit/case-edit-submit-titles.enum.js +7 -0
  27. package/esm2015/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.js +511 -194
  28. package/esm2015/lib/shared/components/case-editor/case-editor.module.js +37 -33
  29. package/esm2015/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-cancelled/case-event-completion-task-cancelled.component.js +51 -26
  30. package/esm2015/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component.js +51 -28
  31. package/esm2015/lib/shared/components/case-editor/case-progress/case-progress.component.js +2 -2
  32. package/esm2015/lib/shared/components/case-editor/services/case-edit-wizard.guard.js +3 -2
  33. package/esm2015/lib/shared/components/case-editor/services/case-flag-state.service.js +19 -0
  34. package/esm2015/lib/shared/components/case-editor/services/work-allocation.service.js +2 -2
  35. package/esm2015/lib/shared/components/case-history/case-history.component.js +89 -63
  36. package/esm2015/lib/shared/components/case-history/case-history.module.js +18 -14
  37. package/esm2015/lib/shared/components/case-list/case-list.component.js +56 -49
  38. package/esm2015/lib/shared/components/case-list/case-list.module.js +8 -4
  39. package/esm2015/lib/shared/components/case-list-filters/case-list-filters.module.js +11 -7
  40. package/esm2015/lib/shared/components/case-timeline/case-timeline.component.js +9 -6
  41. package/esm2015/lib/shared/components/case-timeline/case-timeline.module.js +12 -8
  42. package/esm2015/lib/shared/components/case-viewer/case-basic-access-view/case-basic-access-view.component.js +106 -61
  43. package/esm2015/lib/shared/components/case-viewer/case-challenged-access-request/case-challenged-access-request.component.js +89 -69
  44. package/esm2015/lib/shared/components/case-viewer/case-challenged-access-success/case-challenged-access-success.component.js +45 -23
  45. package/esm2015/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.js +19 -14
  46. package/esm2015/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.js +172 -145
  47. package/esm2015/lib/shared/components/case-viewer/case-review-specific-access-reject/case-review-specific-access-reject.component.js +32 -20
  48. package/esm2015/lib/shared/components/case-viewer/case-review-specific-access-request/case-review-specific-access-request.component.js +107 -79
  49. package/esm2015/lib/shared/components/case-viewer/case-specific-access-request/case-specific-access-request.component.js +79 -49
  50. package/esm2015/lib/shared/components/case-viewer/case-view/case-view.component.js +1 -1
  51. package/esm2015/lib/shared/components/case-viewer/case-viewer.component.js +15 -33
  52. package/esm2015/lib/shared/components/case-viewer/case-viewer.module.js +37 -27
  53. package/esm2015/lib/shared/components/case-viewer/printer/case-printer.component.js +36 -22
  54. package/esm2015/lib/shared/components/create-case-filters/create-case-filters.component.js +63 -40
  55. package/esm2015/lib/shared/components/create-case-filters/create-case-filters.module.js +6 -2
  56. package/esm2015/lib/shared/components/dialogs/delete-or-cancel-dialog/delete-or-cancel-dialog.component.js +28 -14
  57. package/esm2015/lib/shared/components/dialogs/dialogs.module.js +6 -2
  58. package/esm2015/lib/shared/components/dialogs/document-dialog/document-dialog.component.js +28 -14
  59. package/esm2015/lib/shared/components/dialogs/remove-dialog/remove-dialog.component.js +28 -14
  60. package/esm2015/lib/shared/components/dialogs/save-or-discard-dialog/save-or-discard-dialog.component.js +28 -14
  61. package/esm2015/lib/shared/components/error/callback-errors.component.js +39 -23
  62. package/esm2015/lib/shared/components/error/errors.module.js +6 -2
  63. package/esm2015/lib/shared/components/error-message/error-message.component.js +14 -11
  64. package/esm2015/lib/shared/components/error-message/error-message.module.js +8 -4
  65. package/esm2015/lib/shared/components/event-start/components/multiple-tasks-exist/multiple-tasks-exist.component.js +39 -20
  66. package/esm2015/lib/shared/components/event-start/components/no-tasks-available/no-tasks-available.component.js +34 -18
  67. package/esm2015/lib/shared/components/event-start/components/task-assigned/task-assigned.component.js +34 -19
  68. package/esm2015/lib/shared/components/event-start/components/task-cancelled/task-cancelled.component.js +50 -25
  69. package/esm2015/lib/shared/components/event-start/components/task-conflict/task-conflict.component.js +39 -20
  70. package/esm2015/lib/shared/components/event-start/components/task-unassigned/task-unassigned.component.js +34 -18
  71. package/esm2015/lib/shared/components/event-start/event-start.module.js +8 -4
  72. package/esm2015/lib/shared/components/event-trigger/event-trigger.component.js +27 -17
  73. package/esm2015/lib/shared/components/event-trigger/event-trigger.module.js +6 -2
  74. package/esm2015/lib/shared/components/loading-spinner/loading-spinner.component.js +7 -5
  75. package/esm2015/lib/shared/components/loading-spinner/loading-spinner.module.js +6 -2
  76. package/esm2015/lib/shared/components/pagination/pagination.component.js +84 -67
  77. package/esm2015/lib/shared/components/pagination/pagination.module.js +8 -4
  78. package/esm2015/lib/shared/components/palette/address/write-address-field.component.js +50 -31
  79. package/esm2015/lib/shared/components/palette/base-field/abstract-field-read.component.js +1 -1
  80. package/esm2015/lib/shared/components/palette/base-field/field-read-label.component.js +10 -8
  81. package/esm2015/lib/shared/components/palette/base-field/field-read.component.js +5 -1
  82. package/esm2015/lib/shared/components/palette/base-field/field-write.component.js +1 -1
  83. package/esm2015/lib/shared/components/palette/case-file-view/case-file-view-field.component.js +29 -79
  84. package/esm2015/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder.component.js +1 -1
  85. package/esm2015/lib/shared/components/palette/case-file-view/components/shared/case-file-view-overlay-menu/case-file-view-overlay-menu.component.js +1 -1
  86. package/esm2015/lib/shared/components/palette/case-flag/components/add-comments/add-comments.component.js +62 -37
  87. package/esm2015/lib/shared/components/palette/case-flag/components/case-flag-summary-list/case-flag-summary-list.component.js +244 -42
  88. package/esm2015/lib/shared/components/palette/case-flag/components/case-flag-table/case-flag-table.component.js +144 -73
  89. package/esm2015/lib/shared/components/palette/case-flag/components/confirm-flag-status/confirm-flag-status.component.js +181 -0
  90. package/esm2015/lib/shared/components/palette/case-flag/components/index.js +3 -1
  91. package/esm2015/lib/shared/components/palette/case-flag/components/manage-case-flags/manage-case-flags.component.js +62 -87
  92. package/esm2015/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter-control-names.enum.js +6 -0
  93. package/esm2015/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter.component.js +133 -101
  94. package/esm2015/lib/shared/components/palette/case-flag/components/select-flag-location/select-flag-location.component.js +55 -35
  95. package/esm2015/lib/shared/components/palette/case-flag/components/select-flag-type/select-flag-type.component.js +186 -113
  96. package/esm2015/lib/shared/components/palette/case-flag/components/update-flag/update-flag-add-translation-form/update-flag-add-translation-form.component.js +292 -0
  97. package/esm2015/lib/shared/components/palette/case-flag/components/update-flag/update-flag.component.js +286 -99
  98. package/esm2015/lib/shared/components/palette/case-flag/domain/case-flag-state.model.js +1 -1
  99. package/esm2015/lib/shared/components/palette/case-flag/domain/case-flag.model.js +1 -1
  100. package/esm2015/lib/shared/components/palette/case-flag/domain/language.model.js +1 -1
  101. package/esm2015/lib/shared/components/palette/case-flag/enums/case-flag-display-context-parameter.enum.js +9 -0
  102. package/esm2015/lib/shared/components/palette/case-flag/enums/case-flag-form-fields.enum.js +12 -0
  103. package/esm2015/lib/shared/components/palette/case-flag/enums/case-flag-status.enum.js +3 -2
  104. package/esm2015/lib/shared/components/palette/case-flag/enums/case-flag-wizard-step-title.enum.js +8 -3
  105. package/esm2015/lib/shared/components/palette/case-flag/enums/confirm-status-error-message.enum.js +6 -0
  106. package/esm2015/lib/shared/components/palette/case-flag/enums/confirm-status-step.enum.js +6 -0
  107. package/esm2015/lib/shared/components/palette/case-flag/enums/index.js +8 -2
  108. package/esm2015/lib/shared/components/palette/case-flag/enums/select-flag-error-message.enum.js +3 -2
  109. package/esm2015/lib/shared/components/palette/case-flag/enums/select-flag-type-error-message.enum.js +2 -1
  110. package/esm2015/lib/shared/components/palette/case-flag/enums/update-flag-add-translation-error-message.enum.js +6 -0
  111. package/esm2015/lib/shared/components/palette/case-flag/enums/update-flag-add-translation-step.enum.js +6 -0
  112. package/esm2015/lib/shared/components/palette/case-flag/enums/update-flag-error-message.enum.js +3 -1
  113. package/esm2015/lib/shared/components/palette/case-flag/enums/update-flag-step.enum.js +3 -2
  114. package/esm2015/lib/shared/components/palette/case-flag/enums/write-case-flag-field.enum.js +8 -4
  115. package/esm2015/lib/shared/components/palette/case-flag/index.js +2 -1
  116. package/esm2015/lib/shared/components/palette/case-flag/pipes/flag-field-display.pipe.js +41 -0
  117. package/esm2015/lib/shared/components/palette/case-flag/pipes/index.js +5 -0
  118. package/esm2015/lib/shared/components/palette/case-flag/pipes/language-interpreter-display.pipe.js +41 -0
  119. package/esm2015/lib/shared/components/palette/case-flag/pipes/manage-case-flags-label-display.pipe.js +109 -0
  120. package/esm2015/lib/shared/components/palette/case-flag/pipes/update-flag-title-display.pipe.js +77 -0
  121. package/esm2015/lib/shared/components/palette/case-flag/read-case-flag-field.component.js +121 -50
  122. package/esm2015/lib/shared/components/palette/case-flag/write-case-flag-field.component.js +250 -141
  123. package/esm2015/lib/shared/components/palette/case-link/write-case-link-field.component.js +16 -12
  124. package/esm2015/lib/shared/components/palette/collection/write-collection-field.component.js +68 -57
  125. package/esm2015/lib/shared/components/palette/complex/read-complex-field-collection-table.component.js +50 -46
  126. package/esm2015/lib/shared/components/palette/complex/read-complex-field-raw.component.js +7 -6
  127. package/esm2015/lib/shared/components/palette/complex/read-complex-field-table.component.js +22 -20
  128. package/esm2015/lib/shared/components/palette/complex/write-complex-field.component.js +5 -4
  129. package/esm2015/lib/shared/components/palette/date/write-date-field.component.js +16 -12
  130. package/esm2015/lib/shared/components/palette/datetime-picker/datetime-picker.component.js +29 -17
  131. package/esm2015/lib/shared/components/palette/document/write-document-field.component.js +31 -25
  132. package/esm2015/lib/shared/components/palette/dynamic-list/read-dynamic-list-field.component.js +9 -7
  133. package/esm2015/lib/shared/components/palette/dynamic-list/write-dynamic-list-field.component.js +32 -20
  134. package/esm2015/lib/shared/components/palette/dynamic-radio-list/read-dynamic-radio-list-field.component.js +9 -7
  135. package/esm2015/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.js +22 -14
  136. package/esm2015/lib/shared/components/palette/email/write-email-field.component.js +16 -12
  137. package/esm2015/lib/shared/components/palette/fixed-list/read-fixed-list-field.component.js +9 -7
  138. package/esm2015/lib/shared/components/palette/fixed-list/write-fixed-list-field.component.js +19 -14
  139. package/esm2015/lib/shared/components/palette/fixed-radio-list/read-fixed-radio-list-field.component.js +9 -7
  140. package/esm2015/lib/shared/components/palette/fixed-radio-list/write-fixed-radio-list-field.component.js +20 -15
  141. package/esm2015/lib/shared/components/palette/history/event-log/event-log-details.component.js +87 -65
  142. package/esm2015/lib/shared/components/palette/history/event-log/event-log-table.component.js +60 -46
  143. package/esm2015/lib/shared/components/palette/index.js +3 -2
  144. package/esm2015/lib/shared/components/palette/judicial-user/write-judicial-user-field.component.js +22 -45
  145. package/esm2015/lib/shared/components/palette/label/label-field.component.js +24 -5
  146. package/esm2015/lib/shared/components/palette/linked-cases/components/before-you-start/before-you-start.component.js +4 -2
  147. package/esm2015/lib/shared/components/palette/linked-cases/components/linked-cases-table/linked-cases-to-table.component.js +1 -1
  148. package/esm2015/lib/shared/components/palette/linked-cases/components/no-linked-cases/no-linked-cases.component.js +4 -2
  149. package/esm2015/lib/shared/components/palette/linked-cases/domain/linked-cases-state.model.js +1 -1
  150. package/esm2015/lib/shared/components/palette/linked-cases/read-linked-cases-field.component.js +4 -2
  151. package/esm2015/lib/shared/components/palette/markdown/index.js +2 -1
  152. package/esm2015/lib/shared/components/palette/markdown/markdown-component.module.js +42 -0
  153. package/esm2015/lib/shared/components/palette/money-gbp/write-money-gbp-field.component.js +16 -12
  154. package/esm2015/lib/shared/components/palette/multi-select-list/read-multi-select-list-field.component.js +15 -11
  155. package/esm2015/lib/shared/components/palette/multi-select-list/write-multi-select-list-field.component.js +19 -14
  156. package/esm2015/lib/shared/components/palette/number/write-number-field.component.js +16 -12
  157. package/esm2015/lib/shared/components/palette/order-summary/read-order-summary-field.component.js +43 -25
  158. package/esm2015/lib/shared/components/palette/order-summary/read-order-summary-row.component.js +7 -6
  159. package/esm2015/lib/shared/components/palette/organisation/read-organisation-field-raw.component.js +41 -29
  160. package/esm2015/lib/shared/components/palette/organisation/read-organisation-field-table.component.js +48 -35
  161. package/esm2015/lib/shared/components/palette/organisation/write-organisation-field.component.js +88 -50
  162. package/esm2015/lib/shared/components/palette/palette.module.js +183 -82
  163. package/esm2015/lib/shared/components/palette/palette.service.js +5 -2
  164. package/esm2015/lib/shared/components/palette/phone-uk/write-phone-uk-field.component.js +16 -12
  165. package/esm2015/lib/shared/components/palette/query-management/__mocks__/index.js +146 -0
  166. package/esm2015/lib/shared/components/palette/query-management/components/index.js +12 -0
  167. package/esm2015/lib/shared/components/palette/query-management/components/qualifying-questions/qualifying-questions.component.js +93 -0
  168. package/esm2015/lib/shared/components/palette/query-management/components/query-case-details-header/query-case-details-header.component.js +64 -0
  169. package/esm2015/lib/shared/components/palette/query-management/components/query-check-your-answers/query-check-your-answers.component.js +187 -0
  170. package/esm2015/lib/shared/components/palette/query-management/components/query-create/query-create.component.js +18 -0
  171. package/esm2015/lib/shared/components/palette/query-management/components/query-details/query-details.component.js +56 -0
  172. package/esm2015/lib/shared/components/palette/query-management/components/query-details-table/query-details-table.component.js +150 -0
  173. package/esm2015/lib/shared/components/palette/query-management/components/query-list/query-list.component.js +175 -0
  174. package/esm2015/lib/shared/components/palette/query-management/components/query-management-error-messages/query-management-error-message.model.js +2 -0
  175. package/esm2015/lib/shared/components/palette/query-management/components/query-write/query-write-add-documents/query-write-add-documents.component.js +74 -0
  176. package/esm2015/lib/shared/components/palette/query-management/components/query-write/query-write-date-input/query-write-date-input.component.js +125 -0
  177. package/esm2015/lib/shared/components/palette/query-management/components/query-write/query-write-raise-query/query-write-raise-query.component.js +276 -0
  178. package/esm2015/lib/shared/components/palette/query-management/components/query-write/query-write-respond-to-query/query-write-respond-to-query.component.js +161 -0
  179. package/esm2015/lib/shared/components/palette/query-management/enums/index.js +2 -0
  180. package/esm2015/lib/shared/components/palette/query-management/enums/raise-query-error-message.enum.js +9 -0
  181. package/esm2015/lib/shared/components/palette/query-management/index.js +6 -0
  182. package/esm2015/lib/shared/components/palette/query-management/models/index.js +9 -0
  183. package/esm2015/lib/shared/components/palette/query-management/models/party-messages/party-message.model.js +2 -0
  184. package/esm2015/lib/shared/components/palette/query-management/models/party-messages/party-messages-group.model.js +2 -0
  185. package/esm2015/lib/shared/components/palette/query-management/models/qualifying-questions/casetype-qualifying-questions.model.js +2 -0
  186. package/esm2015/lib/shared/components/palette/query-management/models/qualifying-questions/qualifying-question.model.js +2 -0
  187. package/esm2015/lib/shared/components/palette/query-management/models/query-list/query-list-column/query-list-column.model.js +2 -0
  188. package/esm2015/lib/shared/components/palette/query-management/models/query-list/query-list-data/query-list-data.model.js +18 -0
  189. package/esm2015/lib/shared/components/palette/query-management/models/query-list/query-list-item/query-list-item.model.js +35 -0
  190. package/esm2015/lib/shared/components/palette/query-management/models/query-list/query-list-response-status.enum.js +8 -0
  191. package/esm2015/lib/shared/components/palette/query-management/read-query-management-field.component.js +83 -0
  192. package/esm2015/lib/shared/components/palette/query-management/utils/query-management.utils.js +22 -0
  193. package/esm2015/lib/shared/components/palette/query-management/write-query-management-field.component.js +60 -0
  194. package/esm2015/lib/shared/components/palette/text/read-text-field.component.js +7 -5
  195. package/esm2015/lib/shared/components/palette/text/write-text-field.component.js +16 -12
  196. package/esm2015/lib/shared/components/palette/text-area/read-text-area-field.component.js +7 -5
  197. package/esm2015/lib/shared/components/palette/text-area/write-text-area-field.component.js +16 -12
  198. package/esm2015/lib/shared/components/palette/yes-no/read-yes-no-field.component.js +7 -5
  199. package/esm2015/lib/shared/components/palette/yes-no/write-yes-no-field.component.js +20 -15
  200. package/esm2015/lib/shared/components/search-filters/search-filters.component.js +60 -35
  201. package/esm2015/lib/shared/components/search-filters/search-filters.module.js +14 -10
  202. package/esm2015/lib/shared/components/search-result/search-result.component.js +102 -80
  203. package/esm2015/lib/shared/components/search-result/search-result.module.js +16 -13
  204. package/esm2015/lib/shared/components/workbasket-filters/workbasket-filters.component.js +90 -52
  205. package/esm2015/lib/shared/components/workbasket-filters/workbasket-filters.module.js +13 -9
  206. package/esm2015/lib/shared/domain/alert/alert-status-params.model.js +2 -0
  207. package/esm2015/lib/shared/domain/case-file-view/case-file-view-document.model.js +1 -1
  208. package/esm2015/lib/shared/domain/case-flag/flag-type.model.js +17 -2
  209. package/esm2015/lib/shared/domain/case-view/case-view-event-ids.enum.js +6 -0
  210. package/esm2015/lib/shared/domain/case-view/case-view-trigger.model.js +1 -2
  211. package/esm2015/lib/shared/domain/definition/display-context-enum.model.js +3 -1
  212. package/esm2015/lib/shared/domain/index.js +1 -2
  213. package/esm2015/lib/shared/fixture/shared.test.fixture.js +2 -1
  214. package/esm2015/lib/shared/pipes/generic/enum-display-description/enum-display-description.pipe.js +16 -0
  215. package/esm2015/lib/shared/pipes/generic/index.js +2 -0
  216. package/esm2015/lib/shared/pipes/index.js +3 -2
  217. package/esm2015/lib/shared/pipes/pipes.module.js +9 -5
  218. package/esm2015/lib/shared/services/alert/alert.service.js +28 -8
  219. package/esm2015/lib/shared/services/case-flag/case-flag-refdata.service.js +10 -4
  220. package/esm2015/lib/shared/services/request/request.options.builder.js +7 -1
  221. package/fesm2015/hmcts-ccd-case-ui-toolkit.js +9767 -5404
  222. package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
  223. package/lib/app.config.d.ts.map +1 -1
  224. package/lib/components/banners/alert/alert.module.d.ts +2 -1
  225. package/lib/components/banners/alert/alert.module.d.ts.map +1 -1
  226. package/lib/components/footer/footers.module.d.ts +2 -1
  227. package/lib/components/footer/footers.module.d.ts.map +1 -1
  228. package/lib/components/form/form.module.d.ts +2 -1
  229. package/lib/components/form/form.module.d.ts.map +1 -1
  230. package/lib/components/header/headers.module.d.ts +2 -1
  231. package/lib/components/header/headers.module.d.ts.map +1 -1
  232. package/lib/components/tabs/tabs.component.d.ts.map +1 -1
  233. package/lib/components/tabs/tabs.module.d.ts +2 -1
  234. package/lib/components/tabs/tabs.module.d.ts.map +1 -1
  235. package/lib/shared/components/activity/activity.module.d.ts +2 -1
  236. package/lib/shared/components/activity/activity.module.d.ts.map +1 -1
  237. package/lib/shared/components/case-editor/case-edit/case-edit.component.d.ts +10 -65
  238. package/lib/shared/components/case-editor/case-edit/case-edit.component.d.ts.map +1 -1
  239. package/lib/shared/components/case-editor/case-edit-confirm/case-edit-confirm.component.d.ts +1 -0
  240. package/lib/shared/components/case-editor/case-edit-confirm/case-edit-confirm.component.d.ts.map +1 -1
  241. package/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.d.ts +9 -10
  242. package/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.d.ts.map +1 -1
  243. package/lib/shared/components/case-editor/case-edit-submit/case-edit-submit-titles.enum.d.ts +6 -0
  244. package/lib/shared/components/case-editor/case-edit-submit/case-edit-submit-titles.enum.d.ts.map +1 -0
  245. package/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.d.ts +56 -7
  246. package/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.d.ts.map +1 -1
  247. package/lib/shared/components/case-editor/case-editor.module.d.ts +13 -13
  248. package/lib/shared/components/case-editor/case-editor.module.d.ts.map +1 -1
  249. package/lib/shared/components/case-editor/services/case-edit-wizard.guard.d.ts.map +1 -1
  250. package/lib/shared/components/case-editor/services/case-flag-state.service.d.ts +11 -0
  251. package/lib/shared/components/case-editor/services/case-flag-state.service.d.ts.map +1 -0
  252. package/lib/shared/components/case-history/case-history.module.d.ts +2 -1
  253. package/lib/shared/components/case-history/case-history.module.d.ts.map +1 -1
  254. package/lib/shared/components/case-list/case-list.module.d.ts +2 -1
  255. package/lib/shared/components/case-list/case-list.module.d.ts.map +1 -1
  256. package/lib/shared/components/case-list-filters/case-list-filters.module.d.ts +2 -1
  257. package/lib/shared/components/case-list-filters/case-list-filters.module.d.ts.map +1 -1
  258. package/lib/shared/components/case-timeline/case-timeline.module.d.ts +2 -1
  259. package/lib/shared/components/case-timeline/case-timeline.module.d.ts.map +1 -1
  260. package/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.d.ts.map +1 -1
  261. package/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.d.ts +5 -7
  262. package/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.d.ts.map +1 -1
  263. package/lib/shared/components/case-viewer/case-viewer.component.d.ts +3 -6
  264. package/lib/shared/components/case-viewer/case-viewer.component.d.ts.map +1 -1
  265. package/lib/shared/components/case-viewer/case-viewer.module.d.ts +6 -4
  266. package/lib/shared/components/case-viewer/case-viewer.module.d.ts.map +1 -1
  267. package/lib/shared/components/create-case-filters/create-case-filters.module.d.ts +2 -1
  268. package/lib/shared/components/create-case-filters/create-case-filters.module.d.ts.map +1 -1
  269. package/lib/shared/components/dialogs/dialogs.module.d.ts +2 -1
  270. package/lib/shared/components/dialogs/dialogs.module.d.ts.map +1 -1
  271. package/lib/shared/components/error/callback-errors.component.d.ts +3 -2
  272. package/lib/shared/components/error/callback-errors.component.d.ts.map +1 -1
  273. package/lib/shared/components/error/errors.module.d.ts +2 -1
  274. package/lib/shared/components/error/errors.module.d.ts.map +1 -1
  275. package/lib/shared/components/error-message/error-message.module.d.ts +2 -1
  276. package/lib/shared/components/error-message/error-message.module.d.ts.map +1 -1
  277. package/lib/shared/components/event-start/event-start.module.d.ts +2 -1
  278. package/lib/shared/components/event-start/event-start.module.d.ts.map +1 -1
  279. package/lib/shared/components/event-trigger/event-trigger.module.d.ts +2 -1
  280. package/lib/shared/components/event-trigger/event-trigger.module.d.ts.map +1 -1
  281. package/lib/shared/components/loading-spinner/loading-spinner.module.d.ts +2 -1
  282. package/lib/shared/components/loading-spinner/loading-spinner.module.d.ts.map +1 -1
  283. package/lib/shared/components/pagination/pagination.module.d.ts +2 -1
  284. package/lib/shared/components/pagination/pagination.module.d.ts.map +1 -1
  285. package/lib/shared/components/palette/base-field/abstract-field-read.component.d.ts.map +1 -1
  286. package/lib/shared/components/palette/base-field/field-read.component.d.ts +1 -0
  287. package/lib/shared/components/palette/base-field/field-read.component.d.ts.map +1 -1
  288. package/lib/shared/components/palette/base-field/field-write.component.d.ts.map +1 -1
  289. package/lib/shared/components/palette/case-file-view/case-file-view-field.component.d.ts +7 -9
  290. package/lib/shared/components/palette/case-file-view/case-file-view-field.component.d.ts.map +1 -1
  291. package/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder.component.d.ts +1 -4
  292. package/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder.component.d.ts.map +1 -1
  293. package/lib/shared/components/palette/case-flag/components/add-comments/add-comments.component.d.ts +2 -1
  294. package/lib/shared/components/palette/case-flag/components/add-comments/add-comments.component.d.ts.map +1 -1
  295. package/lib/shared/components/palette/case-flag/components/case-flag-summary-list/case-flag-summary-list.component.d.ts +20 -5
  296. package/lib/shared/components/palette/case-flag/components/case-flag-summary-list/case-flag-summary-list.component.d.ts.map +1 -1
  297. package/lib/shared/components/palette/case-flag/components/case-flag-table/case-flag-table.component.d.ts +2 -1
  298. package/lib/shared/components/palette/case-flag/components/case-flag-table/case-flag-table.component.d.ts.map +1 -1
  299. package/lib/shared/components/palette/case-flag/components/confirm-flag-status/confirm-flag-status.component.d.ts +28 -0
  300. package/lib/shared/components/palette/case-flag/components/confirm-flag-status/confirm-flag-status.component.d.ts.map +1 -0
  301. package/lib/shared/components/palette/case-flag/components/index.d.ts +2 -0
  302. package/lib/shared/components/palette/case-flag/components/index.d.ts.map +1 -1
  303. package/lib/shared/components/palette/case-flag/components/manage-case-flags/manage-case-flags.component.d.ts +4 -8
  304. package/lib/shared/components/palette/case-flag/components/manage-case-flags/manage-case-flags.component.d.ts.map +1 -1
  305. package/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter-control-names.enum.d.ts +5 -0
  306. package/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter-control-names.enum.d.ts.map +1 -0
  307. package/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter.component.d.ts +10 -8
  308. package/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter.component.d.ts.map +1 -1
  309. package/lib/shared/components/palette/case-flag/components/select-flag-location/select-flag-location.component.d.ts +2 -1
  310. package/lib/shared/components/palette/case-flag/components/select-flag-location/select-flag-location.component.d.ts.map +1 -1
  311. package/lib/shared/components/palette/case-flag/components/select-flag-type/select-flag-type.component.d.ts +12 -8
  312. package/lib/shared/components/palette/case-flag/components/select-flag-type/select-flag-type.component.d.ts.map +1 -1
  313. package/lib/shared/components/palette/case-flag/components/update-flag/update-flag-add-translation-form/update-flag-add-translation-form.component.d.ts +27 -0
  314. package/lib/shared/components/palette/case-flag/components/update-flag/update-flag-add-translation-form/update-flag-add-translation-form.component.d.ts.map +1 -0
  315. package/lib/shared/components/palette/case-flag/components/update-flag/update-flag.component.d.ts +19 -9
  316. package/lib/shared/components/palette/case-flag/components/update-flag/update-flag.component.d.ts.map +1 -1
  317. package/lib/shared/components/palette/case-flag/domain/case-flag-state.model.d.ts +1 -10
  318. package/lib/shared/components/palette/case-flag/domain/case-flag-state.model.d.ts.map +1 -1
  319. package/lib/shared/components/palette/case-flag/domain/case-flag.model.d.ts +6 -0
  320. package/lib/shared/components/palette/case-flag/domain/case-flag.model.d.ts.map +1 -1
  321. package/lib/shared/components/palette/case-flag/domain/language.model.d.ts +1 -0
  322. package/lib/shared/components/palette/case-flag/domain/language.model.d.ts.map +1 -1
  323. package/lib/shared/components/palette/case-flag/enums/case-flag-display-context-parameter.enum.d.ts +8 -0
  324. package/lib/shared/components/palette/case-flag/enums/case-flag-display-context-parameter.enum.d.ts.map +1 -0
  325. package/lib/shared/components/palette/case-flag/enums/case-flag-form-fields.enum.d.ts +11 -0
  326. package/lib/shared/components/palette/case-flag/enums/case-flag-form-fields.enum.d.ts.map +1 -0
  327. package/lib/shared/components/palette/case-flag/enums/case-flag-status.enum.d.ts +2 -1
  328. package/lib/shared/components/palette/case-flag/enums/case-flag-status.enum.d.ts.map +1 -1
  329. package/lib/shared/components/palette/case-flag/enums/case-flag-wizard-step-title.enum.d.ts +8 -3
  330. package/lib/shared/components/palette/case-flag/enums/case-flag-wizard-step-title.enum.d.ts.map +1 -1
  331. package/lib/shared/components/palette/case-flag/enums/confirm-status-error-message.enum.d.ts +5 -0
  332. package/lib/shared/components/palette/case-flag/enums/confirm-status-error-message.enum.d.ts.map +1 -0
  333. package/lib/shared/components/palette/case-flag/enums/confirm-status-step.enum.d.ts +5 -0
  334. package/lib/shared/components/palette/case-flag/enums/confirm-status-step.enum.d.ts.map +1 -0
  335. package/lib/shared/components/palette/case-flag/enums/index.d.ts +7 -1
  336. package/lib/shared/components/palette/case-flag/enums/index.d.ts.map +1 -1
  337. package/lib/shared/components/palette/case-flag/enums/select-flag-error-message.enum.d.ts +2 -1
  338. package/lib/shared/components/palette/case-flag/enums/select-flag-error-message.enum.d.ts.map +1 -1
  339. package/lib/shared/components/palette/case-flag/enums/select-flag-type-error-message.enum.d.ts +1 -0
  340. package/lib/shared/components/palette/case-flag/enums/select-flag-type-error-message.enum.d.ts.map +1 -1
  341. package/lib/shared/components/palette/case-flag/enums/update-flag-add-translation-error-message.enum.d.ts +5 -0
  342. package/lib/shared/components/palette/case-flag/enums/update-flag-add-translation-error-message.enum.d.ts.map +1 -0
  343. package/lib/shared/components/palette/case-flag/enums/update-flag-add-translation-step.enum.d.ts +5 -0
  344. package/lib/shared/components/palette/case-flag/enums/update-flag-add-translation-step.enum.d.ts.map +1 -0
  345. package/lib/shared/components/palette/case-flag/enums/update-flag-error-message.enum.d.ts +3 -1
  346. package/lib/shared/components/palette/case-flag/enums/update-flag-error-message.enum.d.ts.map +1 -1
  347. package/lib/shared/components/palette/case-flag/enums/update-flag-step.enum.d.ts +3 -2
  348. package/lib/shared/components/palette/case-flag/enums/update-flag-step.enum.d.ts.map +1 -1
  349. package/lib/shared/components/palette/case-flag/enums/write-case-flag-field.enum.d.ts +7 -3
  350. package/lib/shared/components/palette/case-flag/enums/write-case-flag-field.enum.d.ts.map +1 -1
  351. package/lib/shared/components/palette/case-flag/index.d.ts +1 -0
  352. package/lib/shared/components/palette/case-flag/index.d.ts.map +1 -1
  353. package/lib/shared/components/palette/case-flag/pipes/flag-field-display.pipe.d.ts +19 -0
  354. package/lib/shared/components/palette/case-flag/pipes/flag-field-display.pipe.d.ts.map +1 -0
  355. package/lib/shared/components/palette/case-flag/pipes/index.d.ts +5 -0
  356. package/lib/shared/components/palette/case-flag/pipes/index.d.ts.map +1 -0
  357. package/lib/shared/components/palette/case-flag/pipes/language-interpreter-display.pipe.d.ts +18 -0
  358. package/lib/shared/components/palette/case-flag/pipes/language-interpreter-display.pipe.d.ts.map +1 -0
  359. package/lib/shared/components/palette/case-flag/pipes/manage-case-flags-label-display.pipe.d.ts +25 -0
  360. package/lib/shared/components/palette/case-flag/pipes/manage-case-flags-label-display.pipe.d.ts.map +1 -0
  361. package/lib/shared/components/palette/case-flag/pipes/update-flag-title-display.pipe.d.ts +21 -0
  362. package/lib/shared/components/palette/case-flag/pipes/update-flag-title-display.pipe.d.ts.map +1 -0
  363. package/lib/shared/components/palette/case-flag/read-case-flag-field.component.d.ts +11 -8
  364. package/lib/shared/components/palette/case-flag/read-case-flag-field.component.d.ts.map +1 -1
  365. package/lib/shared/components/palette/case-flag/write-case-flag-field.component.d.ts +23 -24
  366. package/lib/shared/components/palette/case-flag/write-case-flag-field.component.d.ts.map +1 -1
  367. package/lib/shared/components/palette/collection/write-collection-field.component.d.ts +3 -2
  368. package/lib/shared/components/palette/collection/write-collection-field.component.d.ts.map +1 -1
  369. package/lib/shared/components/palette/index.d.ts +2 -1
  370. package/lib/shared/components/palette/index.d.ts.map +1 -1
  371. package/lib/shared/components/palette/judicial-user/write-judicial-user-field.component.d.ts +9 -10
  372. package/lib/shared/components/palette/judicial-user/write-judicial-user-field.component.d.ts.map +1 -1
  373. package/lib/shared/components/palette/label/label-field.component.d.ts +2 -1
  374. package/lib/shared/components/palette/label/label-field.component.d.ts.map +1 -1
  375. package/lib/shared/components/palette/linked-cases/components/before-you-start/before-you-start.component.d.ts.map +1 -1
  376. package/lib/shared/components/palette/linked-cases/components/no-linked-cases/no-linked-cases.component.d.ts.map +1 -1
  377. package/lib/shared/components/palette/linked-cases/domain/linked-cases-state.model.d.ts +4 -0
  378. package/lib/shared/components/palette/linked-cases/domain/linked-cases-state.model.d.ts.map +1 -1
  379. package/lib/shared/components/palette/linked-cases/read-linked-cases-field.component.d.ts.map +1 -1
  380. package/lib/shared/components/palette/markdown/index.d.ts +1 -0
  381. package/lib/shared/components/palette/markdown/index.d.ts.map +1 -1
  382. package/lib/shared/components/palette/markdown/markdown-component.module.d.ts +13 -0
  383. package/lib/shared/components/palette/markdown/markdown-component.module.d.ts.map +1 -0
  384. package/lib/shared/components/palette/palette.module.d.ts +137 -117
  385. package/lib/shared/components/palette/palette.module.d.ts.map +1 -1
  386. package/lib/shared/components/palette/palette.service.d.ts.map +1 -1
  387. package/lib/shared/components/palette/query-management/__mocks__/index.d.ts +5 -0
  388. package/lib/shared/components/palette/query-management/__mocks__/index.d.ts.map +1 -0
  389. package/lib/shared/components/palette/query-management/components/index.d.ts +12 -0
  390. package/lib/shared/components/palette/query-management/components/index.d.ts.map +1 -0
  391. package/lib/shared/components/palette/query-management/components/qualifying-questions/qualifying-questions.component.d.ts +12 -0
  392. package/lib/shared/components/palette/query-management/components/qualifying-questions/qualifying-questions.component.d.ts.map +1 -0
  393. package/lib/shared/components/palette/query-management/components/query-case-details-header/query-case-details-header.component.d.ts +10 -0
  394. package/lib/shared/components/palette/query-management/components/query-case-details-header/query-case-details-header.component.d.ts.map +1 -0
  395. package/lib/shared/components/palette/query-management/components/query-check-your-answers/query-check-your-answers.component.d.ts +18 -0
  396. package/lib/shared/components/palette/query-management/components/query-check-your-answers/query-check-your-answers.component.d.ts.map +1 -0
  397. package/lib/shared/components/palette/query-management/components/query-create/query-create.component.d.ts +9 -0
  398. package/lib/shared/components/palette/query-management/components/query-create/query-create.component.d.ts.map +1 -0
  399. package/lib/shared/components/palette/query-management/components/query-details/query-details.component.d.ts +11 -0
  400. package/lib/shared/components/palette/query-management/components/query-details/query-details.component.d.ts.map +1 -0
  401. package/lib/shared/components/palette/query-management/components/query-details-table/query-details-table.component.d.ts +8 -0
  402. package/lib/shared/components/palette/query-management/components/query-details-table/query-details-table.component.d.ts.map +1 -0
  403. package/lib/shared/components/palette/query-management/components/query-list/query-list.component.d.ts +18 -0
  404. package/lib/shared/components/palette/query-management/components/query-list/query-list.component.d.ts.map +1 -0
  405. package/lib/shared/components/palette/query-management/components/query-management-error-messages/query-management-error-message.model.d.ts +5 -0
  406. package/lib/shared/components/palette/query-management/components/query-management-error-messages/query-management-error-message.model.d.ts.map +1 -0
  407. package/lib/shared/components/palette/query-management/components/query-write/query-write-add-documents/query-write-add-documents.component.d.ts +18 -0
  408. package/lib/shared/components/palette/query-management/components/query-write/query-write-add-documents/query-write-add-documents.component.d.ts.map +1 -0
  409. package/lib/shared/components/palette/query-management/components/query-write/query-write-date-input/query-write-date-input.component.d.ts +20 -0
  410. package/lib/shared/components/palette/query-management/components/query-write/query-write-date-input/query-write-date-input.component.d.ts.map +1 -0
  411. package/lib/shared/components/palette/query-management/components/query-write/query-write-raise-query/query-write-raise-query.component.d.ts +11 -0
  412. package/lib/shared/components/palette/query-management/components/query-write/query-write-raise-query/query-write-raise-query.component.d.ts.map +1 -0
  413. package/lib/shared/components/palette/query-management/components/query-write/query-write-respond-to-query/query-write-respond-to-query.component.d.ts +13 -0
  414. package/lib/shared/components/palette/query-management/components/query-write/query-write-respond-to-query/query-write-respond-to-query.component.d.ts.map +1 -0
  415. package/lib/shared/components/palette/query-management/enums/index.d.ts +2 -0
  416. package/lib/shared/components/palette/query-management/enums/index.d.ts.map +1 -0
  417. package/lib/shared/components/palette/query-management/enums/raise-query-error-message.enum.d.ts +8 -0
  418. package/lib/shared/components/palette/query-management/enums/raise-query-error-message.enum.d.ts.map +1 -0
  419. package/lib/shared/components/palette/query-management/index.d.ts +6 -0
  420. package/lib/shared/components/palette/query-management/index.d.ts.map +1 -0
  421. package/lib/shared/components/palette/query-management/models/index.d.ts +9 -0
  422. package/lib/shared/components/palette/query-management/models/index.d.ts.map +1 -0
  423. package/lib/shared/components/palette/query-management/models/party-messages/party-message.model.d.ts +14 -0
  424. package/lib/shared/components/palette/query-management/models/party-messages/party-message.model.d.ts.map +1 -0
  425. package/lib/shared/components/palette/query-management/models/party-messages/party-messages-group.model.d.ts +7 -0
  426. package/lib/shared/components/palette/query-management/models/party-messages/party-messages-group.model.d.ts.map +1 -0
  427. package/lib/shared/components/palette/query-management/models/qualifying-questions/casetype-qualifying-questions.model.d.ts +5 -0
  428. package/lib/shared/components/palette/query-management/models/qualifying-questions/casetype-qualifying-questions.model.d.ts.map +1 -0
  429. package/lib/shared/components/palette/query-management/models/qualifying-questions/qualifying-question.model.d.ts +6 -0
  430. package/lib/shared/components/palette/query-management/models/qualifying-questions/qualifying-question.model.d.ts.map +1 -0
  431. package/lib/shared/components/palette/query-management/models/query-list/query-list-column/query-list-column.model.d.ts +7 -0
  432. package/lib/shared/components/palette/query-management/models/query-list/query-list-column/query-list-column.model.d.ts.map +1 -0
  433. package/lib/shared/components/palette/query-management/models/query-list/query-list-data/query-list-data.model.d.ts +10 -0
  434. package/lib/shared/components/palette/query-management/models/query-list/query-list-data/query-list-data.model.d.ts.map +1 -0
  435. package/lib/shared/components/palette/query-management/models/query-list/query-list-item/query-list-item.model.d.ts +21 -0
  436. package/lib/shared/components/palette/query-management/models/query-list/query-list-item/query-list-item.model.d.ts.map +1 -0
  437. package/lib/shared/components/palette/query-management/models/query-list/query-list-response-status.enum.d.ts +7 -0
  438. package/lib/shared/components/palette/query-management/models/query-list/query-list-response-status.enum.d.ts.map +1 -0
  439. package/lib/shared/components/palette/query-management/read-query-management-field.component.d.ts +17 -0
  440. package/lib/shared/components/palette/query-management/read-query-management-field.component.d.ts.map +1 -0
  441. package/lib/shared/components/palette/query-management/utils/query-management.utils.d.ts +12 -0
  442. package/lib/shared/components/palette/query-management/utils/query-management.utils.d.ts.map +1 -0
  443. package/lib/shared/components/palette/query-management/write-query-management-field.component.d.ts +16 -0
  444. package/lib/shared/components/palette/query-management/write-query-management-field.component.d.ts.map +1 -0
  445. package/lib/shared/components/search-filters/search-filters.module.d.ts +2 -1
  446. package/lib/shared/components/search-filters/search-filters.module.d.ts.map +1 -1
  447. package/lib/shared/components/search-result/search-result.component.d.ts +1 -1
  448. package/lib/shared/components/search-result/search-result.module.d.ts +3 -2
  449. package/lib/shared/components/search-result/search-result.module.d.ts.map +1 -1
  450. package/lib/shared/components/workbasket-filters/workbasket-filters.module.d.ts +2 -1
  451. package/lib/shared/components/workbasket-filters/workbasket-filters.module.d.ts.map +1 -1
  452. package/lib/shared/domain/alert/alert-status-params.model.d.ts +6 -0
  453. package/lib/shared/domain/alert/alert-status-params.model.d.ts.map +1 -0
  454. package/lib/shared/domain/case-file-view/case-file-view-document.model.d.ts +0 -1
  455. package/lib/shared/domain/case-file-view/case-file-view-document.model.d.ts.map +1 -1
  456. package/lib/shared/domain/case-flag/flag-type.model.d.ts +6 -1
  457. package/lib/shared/domain/case-flag/flag-type.model.d.ts.map +1 -1
  458. package/lib/shared/domain/case-view/case-view-event-ids.enum.d.ts +5 -0
  459. package/lib/shared/domain/case-view/case-view-event-ids.enum.d.ts.map +1 -0
  460. package/lib/shared/domain/case-view/case-view-trigger.model.d.ts +0 -1
  461. package/lib/shared/domain/case-view/case-view-trigger.model.d.ts.map +1 -1
  462. package/lib/shared/domain/definition/display-context-enum.model.d.ts +3 -1
  463. package/lib/shared/domain/definition/display-context-enum.model.d.ts.map +1 -1
  464. package/lib/shared/domain/index.d.ts +0 -1
  465. package/lib/shared/domain/index.d.ts.map +1 -1
  466. package/lib/shared/fixture/shared.test.fixture.d.ts.map +1 -1
  467. package/lib/shared/pipes/generic/enum-display-description/enum-display-description.pipe.d.ts +8 -0
  468. package/lib/shared/pipes/generic/enum-display-description/enum-display-description.pipe.d.ts.map +1 -0
  469. package/lib/shared/pipes/generic/index.d.ts +2 -0
  470. package/lib/shared/pipes/generic/index.d.ts.map +1 -0
  471. package/lib/shared/pipes/index.d.ts +2 -1
  472. package/lib/shared/pipes/index.d.ts.map +1 -1
  473. package/lib/shared/pipes/pipes.module.d.ts +3 -2
  474. package/lib/shared/pipes/pipes.module.d.ts.map +1 -1
  475. package/lib/shared/services/alert/alert.service.d.ts +8 -4
  476. package/lib/shared/services/alert/alert.service.d.ts.map +1 -1
  477. package/lib/shared/services/case-flag/case-flag-refdata.service.d.ts +3 -2
  478. package/lib/shared/services/case-flag/case-flag-refdata.service.d.ts.map +1 -1
  479. package/lib/shared/services/request/request.options.builder.d.ts.map +1 -1
  480. package/package.json +1 -1
  481. package/esm2015/lib/shared/components/case-editor/case-edit-generic-errors/case-edit-generic-errors.component.js +0 -80
  482. package/esm2015/lib/shared/domain/case-edit/case-edit.model.js +0 -2
  483. package/esm2015/lib/shared/domain/case-edit/index.js +0 -2
  484. package/lib/shared/components/case-editor/case-edit-generic-errors/case-edit-generic-errors.component.d.ts +0 -8
  485. package/lib/shared/components/case-editor/case-edit-generic-errors/case-edit-generic-errors.component.d.ts.map +0 -1
  486. package/lib/shared/domain/case-edit/case-edit.model.d.ts +0 -26
  487. package/lib/shared/domain/case-edit/case-edit.model.d.ts.map +0 -1
  488. package/lib/shared/domain/case-edit/index.d.ts +0 -2
  489. package/lib/shared/domain/case-edit/index.d.ts.map +0 -1
@@ -6,9 +6,10 @@ import * as i4 from "../case-header/case-header.module";
6
6
  import * as i5 from "../../directives/conditional-show/conditional-show.module";
7
7
  import * as i6 from "../palette/palette.module";
8
8
  import * as i7 from "../../directives/substitutor/label-substitutor.module";
9
+ import * as i8 from "rpx-xui-translation";
9
10
  export declare class CaseHistoryModule {
10
11
  static ɵfac: i0.ɵɵFactoryDef<CaseHistoryModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDefWithMeta<CaseHistoryModule, [typeof i1.CaseHistoryComponent], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i4.CaseHeaderModule, typeof i5.ConditionalShowModule, typeof i6.PaletteModule, typeof i7.LabelSubstitutorModule], [typeof i1.CaseHistoryComponent]>;
12
+ static ɵmod: i0.ɵɵNgModuleDefWithMeta<CaseHistoryModule, [typeof i1.CaseHistoryComponent], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i4.CaseHeaderModule, typeof i5.ConditionalShowModule, typeof i6.PaletteModule, typeof i7.LabelSubstitutorModule, typeof i8.RpxTranslationModule], [typeof i1.CaseHistoryComponent]>;
12
13
  static ɵinj: i0.ɵɵInjectorDef<CaseHistoryModule>;
13
14
  }
14
15
  //# sourceMappingURL=case-history.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"case-history.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-history/case-history.module.ts"],"names":[],"mappings":";;;;;;;;AASA,qBAmBa,iBAAiB;iCAAjB,iBAAiB;0CAAjB,iBAAiB;kCAAjB,iBAAiB;CAAG"}
1
+ {"version":3,"file":"case-history.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-history/case-history.module.ts"],"names":[],"mappings":";;;;;;;;;AAUA,qBAqBa,iBAAiB;iCAAjB,iBAAiB;0CAAjB,iBAAiB;kCAAjB,iBAAiB;CAAG"}
@@ -5,9 +5,10 @@ import * as i3 from "@angular/forms";
5
5
  import * as i4 from "@angular/router";
6
6
  import * as i5 from "ngx-pagination";
7
7
  import * as i6 from "../pagination/pagination.module";
8
+ import * as i7 from "rpx-xui-translation";
8
9
  export declare class CaseListModule {
9
10
  static ɵfac: i0.ɵɵFactoryDef<CaseListModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDefWithMeta<CaseListModule, [typeof i1.CaseListComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.RouterModule, typeof i5.NgxPaginationModule, typeof i6.PaginationModule], [typeof i1.CaseListComponent]>;
11
+ static ɵmod: i0.ɵɵNgModuleDefWithMeta<CaseListModule, [typeof i1.CaseListComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.RouterModule, typeof i5.NgxPaginationModule, typeof i6.PaginationModule, typeof i7.RpxTranslationModule], [typeof i1.CaseListComponent]>;
11
12
  static ɵinj: i0.ɵɵInjectorDef<CaseListModule>;
12
13
  }
13
14
  //# sourceMappingURL=case-list.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"case-list.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-list/case-list.module.ts"],"names":[],"mappings":";;;;;;;AASA,qBAca,cAAc;iCAAd,cAAc;0CAAd,cAAc;kCAAd,cAAc;CAAI"}
1
+ {"version":3,"file":"case-list.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-list/case-list.module.ts"],"names":[],"mappings":";;;;;;;;AAUA,qBAea,cAAc;iCAAd,cAAc;0CAAd,cAAc;kCAAd,cAAc;CAAI"}
@@ -5,9 +5,10 @@ import * as i3 from "@angular/forms";
5
5
  import * as i4 from "../palette/palette.module";
6
6
  import * as i5 from "../../services/definitions/definitions.module";
7
7
  import * as i6 from "../workbasket-filters/workbasket-filters.module";
8
+ import * as i7 from "rpx-xui-translation";
8
9
  export declare class CaseListFiltersModule {
9
10
  static ɵfac: i0.ɵɵFactoryDef<CaseListFiltersModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDefWithMeta<CaseListFiltersModule, [typeof i1.CaseListFiltersComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.PaletteModule, typeof i5.DefinitionsModule, typeof i6.WorkbasketFiltersModule], [typeof i1.CaseListFiltersComponent]>;
11
+ static ɵmod: i0.ɵɵNgModuleDefWithMeta<CaseListFiltersModule, [typeof i1.CaseListFiltersComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.PaletteModule, typeof i5.DefinitionsModule, typeof i6.WorkbasketFiltersModule, typeof i7.RpxTranslationModule], [typeof i1.CaseListFiltersComponent]>;
11
12
  static ɵinj: i0.ɵɵInjectorDef<CaseListFiltersModule>;
12
13
  }
13
14
  //# sourceMappingURL=case-list-filters.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"case-list-filters.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-list-filters/case-list-filters.module.ts"],"names":[],"mappings":";;;;;;;AASA,qBAuBa,qBAAqB;iCAArB,qBAAqB;0CAArB,qBAAqB;kCAArB,qBAAqB;CAAG"}
1
+ {"version":3,"file":"case-list-filters.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-list-filters/case-list-filters.module.ts"],"names":[],"mappings":";;;;;;;;AAUA,qBAwBa,qBAAqB;iCAArB,qBAAqB;0CAArB,qBAAqB;kCAArB,qBAAqB;CAAG"}
@@ -5,9 +5,10 @@ import * as i3 from "../error/errors.module";
5
5
  import * as i4 from "@angular/forms";
6
6
  import * as i5 from "../case-history/case-history.module";
7
7
  import * as i6 from "../palette/palette.module";
8
+ import * as i7 from "rpx-xui-translation";
8
9
  export declare class CaseTimelineModule {
9
10
  static ɵfac: i0.ɵɵFactoryDef<CaseTimelineModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDefWithMeta<CaseTimelineModule, [typeof i1.CaseTimelineComponent], [typeof i2.CommonModule, typeof i3.ErrorsModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof i5.CaseHistoryModule, typeof i6.PaletteModule], [typeof i1.CaseTimelineComponent]>;
11
+ static ɵmod: i0.ɵɵNgModuleDefWithMeta<CaseTimelineModule, [typeof i1.CaseTimelineComponent], [typeof i2.CommonModule, typeof i3.ErrorsModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof i5.CaseHistoryModule, typeof i6.PaletteModule, typeof i7.RpxTranslationModule], [typeof i1.CaseTimelineComponent]>;
11
12
  static ɵinj: i0.ɵɵInjectorDef<CaseTimelineModule>;
12
13
  }
13
14
  //# sourceMappingURL=case-timeline.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"case-timeline.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-timeline/case-timeline.module.ts"],"names":[],"mappings":";;;;;;;AAQA,qBAiBa,kBAAkB;iCAAlB,kBAAkB;0CAAlB,kBAAkB;kCAAlB,kBAAkB;CAAG"}
1
+ {"version":3,"file":"case-timeline.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-timeline/case-timeline.module.ts"],"names":[],"mappings":";;;;;;;;AASA,qBAkBa,kBAAkB;iCAAlB,kBAAkB;0CAAlB,kBAAkB;kCAAlB,kBAAkB;CAAG"}
@@ -1 +1 @@
1
- {"version":3,"file":"case-event-trigger.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACrE,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,UAAU,EAAM,MAAM,MAAM,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAE,QAAQ,EAAE,aAAa,EAAE,gBAAgB,EAAa,QAAQ,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9G,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAE,sBAAsB,EAAE,YAAY,EAAmC,MAAM,mBAAmB,CAAC;AAC1G,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;;AAE/D,qBAIa,yBAA0B,YAAW,MAAM,EAAE,SAAS;IAS/D,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAClC,OAAO,CAAC,QAAQ,CAAC,sBAAsB;IAflC,MAAM,cAAsB;IAC5B,YAAY,EAAE,gBAAgB,CAAC;IAC/B,WAAW,EAAE,QAAQ,CAAC;IACtB,oBAAoB,EAAE,YAAY,CAAC;IACnC,gBAAgB,EAAE,YAAY,CAAC;IAC/B,SAAS,EAAE,MAAM,CAAC;gBAGN,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,YAAY,EAC1B,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,KAAK,EAAE,cAAc,EACrB,iBAAiB,EAAE,iBAAiB,EACpC,sBAAsB,EAAE,sBAAsB;IAI1D,QAAQ,IAAI,IAAI;IAqBhB,WAAW,IAAI,IAAI;IASnB,gBAAgB,IAAI,UAAU,CAAC,QAAQ,EAAE,CAAC;IAI1C,MAAM,IAAI,CAAC,iBAAiB,EAAE,aAAa,KAAK,UAAU,CAAC,MAAM,CAAC;IAKlE,QAAQ,IAAI,CAAC,iBAAiB,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,KAAK,UAAU,CAAC,MAAM,CAAC;IAwBpF,SAAS,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAe3B,MAAM,IAAI,OAAO,CAAC,OAAO,CAAC;IAQ1B,YAAY,IAAI,OAAO;iCA1GnB,yBAAyB;2CAAzB,yBAAyB;CA6GrC"}
1
+ {"version":3,"file":"case-event-trigger.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACrE,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,UAAU,EAAM,MAAM,MAAM,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAE,QAAQ,EAAE,aAAa,EAAE,gBAAgB,EAAa,QAAQ,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9G,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAE,sBAAsB,EAAE,YAAY,EAAmC,MAAM,mBAAmB,CAAC;AAC1G,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;;AAE/D,qBAIa,yBAA0B,YAAW,MAAM,EAAE,SAAS;IAS/D,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAClC,OAAO,CAAC,QAAQ,CAAC,sBAAsB;IAflC,MAAM,cAAsB;IAC5B,YAAY,EAAE,gBAAgB,CAAC;IAC/B,WAAW,EAAE,QAAQ,CAAC;IACtB,oBAAoB,EAAE,YAAY,CAAC;IACnC,gBAAgB,EAAE,YAAY,CAAC;IAC/B,SAAS,EAAE,MAAM,CAAC;gBAGN,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,YAAY,EAC1B,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,KAAK,EAAE,cAAc,EACrB,iBAAiB,EAAE,iBAAiB,EACpC,sBAAsB,EAAE,sBAAsB;IAI1D,QAAQ,IAAI,IAAI;IAqBhB,WAAW,IAAI,IAAI;IASnB,gBAAgB,IAAI,UAAU,CAAC,QAAQ,EAAE,CAAC;IAI1C,MAAM,IAAI,CAAC,iBAAiB,EAAE,aAAa,KAAK,UAAU,CAAC,MAAM,CAAC;IAKlE,QAAQ,IAAI,CAAC,iBAAiB,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,KAAK,UAAU,CAAC,MAAM,CAAC;IAoBpF,SAAS,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAuB3B,MAAM,IAAI,OAAO,CAAC,OAAO,CAAC;IAU1B,YAAY,IAAI,OAAO;iCAhHnB,yBAAyB;2CAAzB,yBAAyB;CAmHrC"}
@@ -2,7 +2,7 @@ import { Location } from '@angular/common';
2
2
  import { ChangeDetectorRef, NgZone, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
3
3
  import { FormGroup } from '@angular/forms';
4
4
  import { MatDialog, MatDialogConfig } from '@angular/material/dialog';
5
- import { MatTabGroup } from '@angular/material/tabs';
5
+ import { MatTabChangeEvent, MatTabGroup } from '@angular/material/tabs';
6
6
  import { ActivatedRoute, Router } from '@angular/router';
7
7
  import { Observable, Subject } from 'rxjs';
8
8
  import { Subscription } from 'rxjs/Subscription';
@@ -32,7 +32,6 @@ export declare class CaseFullAccessViewComponent implements OnInit, OnDestroy, O
32
32
  static readonly TRIGGER_TEXT_CONTINUE = "Ignore Warning and Go";
33
33
  static readonly UNICODE_SPACE = "%20";
34
34
  static readonly EMPTY_SPACE = " ";
35
- private readonly HEARINGS_TAB_LABEL;
36
35
  hasPrint: boolean;
37
36
  hasEventSelector: boolean;
38
37
  caseDetails: CaseView;
@@ -57,7 +56,8 @@ export declare class CaseFullAccessViewComponent implements OnInit, OnDestroy, O
57
56
  notificationBannerConfig: NotificationBannerConfig;
58
57
  selectedTabIndex: number;
59
58
  activeCaseFlags: boolean;
60
- private subs;
59
+ caseFlagsExternalUser: boolean;
60
+ private readonly caseFlagsReadExternalMode;
61
61
  callbackErrorsSubject: Subject<any>;
62
62
  tabGroup: MatTabGroup;
63
63
  constructor(ngZone: NgZone, route: ActivatedRoute, router: Router, navigationNotifierService: NavigationNotifierService, orderService: OrderService, activityPollingService: ActivityPollingService, dialog: MatDialog, alertService: AlertService, draftService: DraftService, errorNotifierService: ErrorNotifierService, convertHrefToRouterService: ConvertHrefToRouterService, location: Location, crf: ChangeDetectorRef, sessionStorageService: SessionStorageService);
@@ -69,13 +69,13 @@ export declare class CaseFullAccessViewComponent implements OnInit, OnDestroy, O
69
69
  private checkRouteAndSetCaseViewTab;
70
70
  postViewActivity(): Observable<Activity[]>;
71
71
  clearErrorsAndWarnings(): void;
72
- applyTrigger(trigger: CaseViewTrigger): void;
72
+ applyTrigger(trigger: CaseViewTrigger): Promise<void>;
73
73
  hasTabsPresent(): boolean;
74
74
  callbackErrorsNotify(callbackErrorsContext: CallbackErrorsContext): void;
75
75
  isDraft(): boolean;
76
76
  isTriggerButtonDisabled(): boolean;
77
77
  organiseTabPosition(): void;
78
- tabChanged(tabIndexChanged: number): void;
78
+ tabChanged(tabChangeEvent: MatTabChangeEvent): void;
79
79
  onLinkClicked(triggerOutputEventText: string): void;
80
80
  hasActiveCaseFlags(): boolean;
81
81
  /**
@@ -96,8 +96,6 @@ export declare class CaseFullAccessViewComponent implements OnInit, OnDestroy, O
96
96
  */
97
97
  private buildFormGroup;
98
98
  private resetErrors;
99
- private getUrlFragment;
100
- private getTabIndexByTabLabel;
101
99
  static ɵfac: i0.ɵɵFactoryDef<CaseFullAccessViewComponent, never>;
102
100
  static ɵcmp: i0.ɵɵComponentDefWithMeta<CaseFullAccessViewComponent, "ccd-case-full-access-view", never, { "hasPrint": "hasPrint"; "hasEventSelector": "hasEventSelector"; "caseDetails": "caseDetails"; "prependedTabs": "prependedTabs"; "appendedTabs": "appendedTabs"; }, {}, never, never>;
103
101
  }
@@ -1 +1 @@
1
- {"version":3,"file":"case-full-access-view.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"case-full-access-view.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.ts"],"names":[],"mappings":"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"}
@@ -4,14 +4,12 @@ import { Subscription } from 'rxjs';
4
4
  import { AbstractAppConfig } from '../../../app.config';
5
5
  import { CaseTab, CaseView } from '../../domain';
6
6
  import { CaseNotifier } from '../case-editor';
7
- import { OrderService } from '../../services';
8
7
  import * as i0 from "@angular/core";
9
8
  export declare class CaseViewerComponent implements OnInit, OnDestroy {
10
9
  private readonly route;
11
10
  private readonly caseNotifier;
12
11
  private readonly appConfig;
13
- private readonly orderService;
14
- static readonly METADATA_FIELD_ACCESS_PROCESS_ID = "[ACCESS_PROCESS]";
12
+ static readonly METADATA_FIELD_ACCESS_PROCEES_ID = "[ACCESS_PROCESS]";
15
13
  static readonly METADATA_FIELD_ACCESS_GRANTED_ID = "[ACCESS_GRANTED]";
16
14
  static readonly NON_STANDARD_USER_ACCESS_TYPES: string[];
17
15
  static readonly BASIC_USER_ACCESS_TYPES = "BASIC";
@@ -23,15 +21,14 @@ export declare class CaseViewerComponent implements OnInit, OnDestroy {
23
21
  caseSubscription: Subscription;
24
22
  userAccessType: string;
25
23
  accessGranted: boolean;
26
- constructor(route: ActivatedRoute, caseNotifier: CaseNotifier, appConfig: AbstractAppConfig, orderService: OrderService);
24
+ constructor(route: ActivatedRoute, caseNotifier: CaseNotifier, appConfig: AbstractAppConfig);
27
25
  ngOnInit(): void;
28
26
  ngOnDestroy(): void;
29
27
  loadCaseDetails(): void;
30
28
  setUserAccessType(caseDetails: CaseView): void;
31
29
  isDataLoaded(): boolean;
32
30
  hasStandardAccess(): boolean;
33
- private suffixDuplicateTabs;
34
31
  static ɵfac: i0.ɵɵFactoryDef<CaseViewerComponent, never>;
35
- static ɵcmp: i0.ɵɵComponentDefWithMeta<CaseViewerComponent, "ccd-case-viewer", never, { "hasPrint": "hasPrint"; "hasEventSelector": "hasEventSelector"; "prependedTabs": "prependedTabs"; "appendedTabs": "appendedTabs"; }, {}, never, never>;
32
+ static ɵcmp: i0.ɵɵComponentDefWithMeta<CaseViewerComponent, "ccd-case-viewer", never, { "hasPrint": "hasPrint"; "hasEventSelector": "hasEventSelector"; "prependedTabs": "prependedTabs"; "appendedTabs": "appendedTabs"; "caseDetails": "caseDetails"; }, {}, never, never>;
36
33
  }
37
34
  //# sourceMappingURL=case-viewer.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"case-viewer.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-viewer.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACpE,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;;AAE9C,qBAIa,mBAAoB,YAAW,MAAM,EAAE,SAAS;IAiBzD,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAnB/B,gBAAuB,gCAAgC,sBAAsB;IAC7E,gBAAuB,gCAAgC,sBAAsB;IAC7E,gBAAuB,8BAA8B,WAA8B;IACnF,gBAAuB,uBAAuB,WAAW;IAEzC,QAAQ,UAAQ;IAChB,gBAAgB,UAAQ;IACxB,aAAa,EAAE,OAAO,EAAE,CAAM;IAC9B,YAAY,EAAE,OAAO,EAAE,CAAM;IAEtC,WAAW,EAAE,QAAQ,CAAC;IACtB,gBAAgB,EAAE,YAAY,CAAC;IAC/B,cAAc,EAAE,MAAM,CAAC;IACvB,aAAa,EAAE,OAAO,CAAC;gBAGX,KAAK,EAAE,cAAc,EACrB,YAAY,EAAE,YAAY,EAC1B,SAAS,EAAE,iBAAiB,EAC5B,YAAY,EAAE,YAAY;IAGtC,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAMnB,eAAe,IAAI,IAAI;IAcvB,iBAAiB,CAAC,WAAW,EAAE,QAAQ,GAAG,IAAI;IAW9C,YAAY,IAAI,OAAO;IAIvB,iBAAiB,IAAI,OAAO;IAOnC,OAAO,CAAC,mBAAmB;iCArEhB,mBAAmB;2CAAnB,mBAAmB;CAyF/B"}
1
+ {"version":3,"file":"case-viewer.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-viewer.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACpE,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;;AAE9C,qBAIa,mBAAoB,YAAW,MAAM,EAAE,SAAS;IAiBzD,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,SAAS;IAlB5B,gBAAuB,gCAAgC,sBAAsB;IAC7E,gBAAuB,gCAAgC,sBAAsB;IAC7E,gBAAuB,8BAA8B,WAA8B;IACnF,gBAAuB,uBAAuB,WAAW;IAEzC,QAAQ,UAAQ;IAChB,gBAAgB,UAAQ;IAExB,aAAa,EAAE,OAAO,EAAE,CAAM;IAC9B,YAAY,EAAE,OAAO,EAAE,CAAM;IAC7B,WAAW,EAAE,QAAQ,CAAC;IAC/B,gBAAgB,EAAE,YAAY,CAAC;IAC/B,cAAc,EAAE,MAAM,CAAC;IACvB,aAAa,EAAE,OAAO,CAAC;gBAGX,KAAK,EAAE,cAAc,EACrB,YAAY,EAAE,YAAY,EAC1B,SAAS,EAAE,iBAAiB;IAIxC,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAMnB,eAAe,IAAI,IAAI;IAYvB,iBAAiB,CAAC,WAAW,EAAE,QAAQ,GAAG,IAAI;IAW9C,YAAY,IAAI,OAAO;IAIvB,iBAAiB,IAAI,OAAO;iCA5DxB,mBAAmB;2CAAnB,mBAAmB;CAkE/B"}
@@ -25,13 +25,15 @@ import * as i23 from "../../directives/conditional-show/conditional-show.module"
25
25
  import * as i24 from "../case-history/case-history.module";
26
26
  import * as i25 from "@angular/material/tabs";
27
27
  import * as i26 from "@angular/forms";
28
- import * as i27 from "../../../components/banners/banners.module";
28
+ import * as i27 from "../../../components/banners/alert/alert.module";
29
29
  import * as i28 from "../../directives/substitutor/label-substitutor.module";
30
- import * as i29 from "../loading-spinner/loading-spinner.module";
31
- import * as i30 from "../error-message/error-message.module";
30
+ import * as i29 from "rpx-xui-translation";
31
+ import * as i30 from "../../../components/banners/banners.module";
32
+ import * as i31 from "../loading-spinner/loading-spinner.module";
33
+ import * as i32 from "../error-message/error-message.module";
32
34
  export declare class CaseViewerModule {
33
35
  static ɵfac: i0.ɵɵFactoryDef<CaseViewerModule, never>;
34
- static ɵmod: i0.ɵɵNgModuleDefWithMeta<CaseViewerModule, [typeof i1.CaseEventTriggerComponent, typeof i2.CasePrinterComponent, typeof i3.CaseViewerComponent, typeof i4.CaseFullAccessViewComponent, typeof i5.CaseViewComponent, typeof i6.CaseBasicAccessViewComponent, typeof i7.PrintUrlPipe, typeof i8.CaseChallengedAccessRequestComponent, typeof i9.CaseSpecificAccessRequestComponent, typeof i10.CaseReviewSpecificAccessRequestComponent, typeof i11.CaseChallengedAccessSuccessComponent, typeof i12.CaseSpecificAccessSuccessComponent, typeof i13.CaseReviewSpecificAccessRejectComponent], [typeof i14.CommonModule, typeof i15.RouterModule, typeof i16.ErrorsModule, typeof i17.ActivityModule, typeof i18.CaseHeaderModule, typeof i19.EventStartModule, typeof i20.EventTriggerModule, typeof i21.PaletteModule, typeof i22.CaseEditorModule, typeof i23.ConditionalShowModule, typeof i24.CaseHistoryModule, typeof i25.MatTabsModule, typeof i26.ReactiveFormsModule, typeof i27.BannersModule, typeof i28.LabelSubstitutorModule, typeof i29.LoadingSpinnerModule, typeof i30.EventMessageModule], [typeof i3.CaseViewerComponent, typeof i5.CaseViewComponent]>;
36
+ static ɵmod: i0.ɵɵNgModuleDefWithMeta<CaseViewerModule, [typeof i1.CaseEventTriggerComponent, typeof i2.CasePrinterComponent, typeof i3.CaseViewerComponent, typeof i4.CaseFullAccessViewComponent, typeof i5.CaseViewComponent, typeof i6.CaseBasicAccessViewComponent, typeof i7.PrintUrlPipe, typeof i8.CaseChallengedAccessRequestComponent, typeof i9.CaseSpecificAccessRequestComponent, typeof i10.CaseReviewSpecificAccessRequestComponent, typeof i11.CaseChallengedAccessSuccessComponent, typeof i12.CaseSpecificAccessSuccessComponent, typeof i13.CaseReviewSpecificAccessRejectComponent], [typeof i14.CommonModule, typeof i15.RouterModule, typeof i16.ErrorsModule, typeof i17.ActivityModule, typeof i18.CaseHeaderModule, typeof i19.EventStartModule, typeof i20.EventTriggerModule, typeof i21.PaletteModule, typeof i22.CaseEditorModule, typeof i23.ConditionalShowModule, typeof i24.CaseHistoryModule, typeof i25.MatTabsModule, typeof i26.ReactiveFormsModule, typeof i27.AlertModule, typeof i28.LabelSubstitutorModule, typeof i29.RpxTranslationModule, typeof i30.BannersModule, typeof i28.LabelSubstitutorModule, typeof i31.LoadingSpinnerModule, typeof i32.EventMessageModule], [typeof i3.CaseViewerComponent, typeof i5.CaseViewComponent]>;
35
37
  static ɵinj: i0.ɵɵInjectorDef<CaseViewerModule>;
36
38
  }
37
39
  //# sourceMappingURL=case-viewer.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"case-viewer.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-viewer.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2CA,qBAsDa,gBAAgB;iCAAhB,gBAAgB;0CAAhB,gBAAgB;kCAAhB,gBAAgB;CAC5B"}
1
+ {"version":3,"file":"case-viewer.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-viewer.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4CA,qBAyDa,gBAAgB;iCAAhB,gBAAgB;0CAAhB,gBAAgB;kCAAhB,gBAAgB;CAC5B"}
@@ -4,9 +4,10 @@ import * as i2 from "@angular/common";
4
4
  import * as i3 from "@angular/forms";
5
5
  import * as i4 from "../../services/definitions/definitions.module";
6
6
  import * as i5 from "../error/errors.module";
7
+ import * as i6 from "rpx-xui-translation";
7
8
  export declare class CreateCaseFiltersModule {
8
9
  static ɵfac: i0.ɵɵFactoryDef<CreateCaseFiltersModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDefWithMeta<CreateCaseFiltersModule, [typeof i1.CreateCaseFiltersComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.DefinitionsModule, typeof i5.ErrorsModule], [typeof i1.CreateCaseFiltersComponent]>;
10
+ static ɵmod: i0.ɵɵNgModuleDefWithMeta<CreateCaseFiltersModule, [typeof i1.CreateCaseFiltersComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.DefinitionsModule, typeof i5.ErrorsModule, typeof i6.RpxTranslationModule], [typeof i1.CreateCaseFiltersComponent]>;
10
11
  static ɵinj: i0.ɵɵInjectorDef<CreateCaseFiltersModule>;
11
12
  }
12
13
  //# sourceMappingURL=create-case-filters.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"create-case-filters.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/create-case-filters/create-case-filters.module.ts"],"names":[],"mappings":";;;;;;AAOA,qBAgBa,uBAAuB;iCAAvB,uBAAuB;0CAAvB,uBAAuB;kCAAvB,uBAAuB;CAAG"}
1
+ {"version":3,"file":"create-case-filters.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/create-case-filters/create-case-filters.module.ts"],"names":[],"mappings":";;;;;;;AAQA,qBAiBa,uBAAuB;iCAAvB,uBAAuB;0CAAvB,uBAAuB;kCAAvB,uBAAuB;CAAG"}
@@ -5,9 +5,10 @@ import * as i3 from "./save-or-discard-dialog/save-or-discard-dialog.component";
5
5
  import * as i4 from "./remove-dialog/remove-dialog.component";
6
6
  import * as i5 from "@angular/common";
7
7
  import * as i6 from "@angular/forms";
8
+ import * as i7 from "rpx-xui-translation";
8
9
  export declare class DialogsModule {
9
10
  static ɵfac: i0.ɵɵFactoryDef<DialogsModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDefWithMeta<DialogsModule, [typeof i1.DocumentDialogComponent, typeof i2.DeleteOrCancelDialogComponent, typeof i3.SaveOrDiscardDialogComponent, typeof i4.RemoveDialogComponent], [typeof i5.CommonModule, typeof i6.FormsModule, typeof i6.ReactiveFormsModule], [typeof i1.DocumentDialogComponent, typeof i2.DeleteOrCancelDialogComponent, typeof i3.SaveOrDiscardDialogComponent, typeof i4.RemoveDialogComponent]>;
11
+ static ɵmod: i0.ɵɵNgModuleDefWithMeta<DialogsModule, [typeof i1.DocumentDialogComponent, typeof i2.DeleteOrCancelDialogComponent, typeof i3.SaveOrDiscardDialogComponent, typeof i4.RemoveDialogComponent], [typeof i5.CommonModule, typeof i6.FormsModule, typeof i6.ReactiveFormsModule, typeof i7.RpxTranslationModule], [typeof i1.DocumentDialogComponent, typeof i2.DeleteOrCancelDialogComponent, typeof i3.SaveOrDiscardDialogComponent, typeof i4.RemoveDialogComponent]>;
11
12
  static ɵinj: i0.ɵɵInjectorDef<DialogsModule>;
12
13
  }
13
14
  //# sourceMappingURL=dialogs.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"dialogs.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/dialogs/dialogs.module.ts"],"names":[],"mappings":";;;;;;;AAQA,qBAmBa,aAAa;iCAAb,aAAa;0CAAb,aAAa;kCAAb,aAAa;CAAG"}
1
+ {"version":3,"file":"dialogs.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/dialogs/dialogs.module.ts"],"names":[],"mappings":";;;;;;;;AASA,qBAoBa,aAAa;iCAAb,aAAa;0CAAb,aAAa;kCAAb,aAAa;CAAG"}
@@ -1,9 +1,9 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
1
+ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
2
  import { Subject } from 'rxjs';
3
3
  import { HttpError } from '../../domain/http';
4
4
  import { CallbackErrorsContext } from './domain/error-context';
5
5
  import * as i0 from "@angular/core";
6
- export declare class CallbackErrorsComponent implements OnInit {
6
+ export declare class CallbackErrorsComponent implements OnInit, OnDestroy {
7
7
  static readonly TRIGGER_TEXT_SUBMIT = "Submit";
8
8
  static readonly TRIGGER_TEXT_START = "Start";
9
9
  static readonly TRIGGER_TEXT_GO = "Go";
@@ -14,6 +14,7 @@ export declare class CallbackErrorsComponent implements OnInit {
14
14
  callbackErrorsContext: EventEmitter<CallbackErrorsContext>;
15
15
  error: HttpError;
16
16
  ngOnInit(): void;
17
+ ngOnDestroy(): void;
17
18
  hasErrors(): boolean;
18
19
  hasWarnings(): boolean;
19
20
  private buildCallbackErrorsContext;
@@ -1 +1 @@
1
- {"version":3,"file":"callback-errors.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/error/callback-errors.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAC9C,OAAO,EAAE,qBAAqB,EAAE,MAAM,wBAAwB,CAAC;;AAE/D,qBAIa,uBAAwB,YAAW,MAAM;IAEpD,gBAAuB,mBAAmB,YAAY;IACtD,gBAAuB,kBAAkB,WAAW;IACpD,gBAAuB,eAAe,QAAQ;IAC9C,gBAAuB,mBAAmB,2BAA2B;IAG9D,iBAAiB,EAAE,MAAM,CAA+C;IAExE,mBAAmB,EAAE,MAAM,CAA+C;IAE1E,qBAAqB,EAAE,OAAO,CAAC,GAAG,CAAC,CAAiB;IAGpD,qBAAqB,EAAE,YAAY,CAAC,qBAAqB,CAAC,CAAsB;IAEhF,KAAK,EAAE,SAAS,CAAC;IAEjB,QAAQ,IAAI,IAAI;IAUhB,SAAS,IAAI,OAAO;IAMpB,WAAW,IAAI,OAAO;IAM7B,OAAO,CAAC,0BAA0B;IAYlC,OAAO,CAAC,cAAc;iCArDX,uBAAuB;2CAAvB,uBAAuB;CA2DnC"}
1
+ {"version":3,"file":"callback-errors.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/error/callback-errors.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,SAAS,EAAE,MAAM,EAAU,MAAM,eAAe,CAAC;AAC1F,OAAO,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAC9C,OAAO,EAAE,qBAAqB,EAAE,MAAM,wBAAwB,CAAC;;AAE/D,qBAIa,uBAAwB,YAAW,MAAM,EAAE,SAAS;IAE/D,gBAAuB,mBAAmB,YAAY;IACtD,gBAAuB,kBAAkB,WAAW;IACpD,gBAAuB,eAAe,QAAQ;IAC9C,gBAAuB,mBAAmB,2BAA2B;IAG9D,iBAAiB,EAAE,MAAM,CAA+C;IAExE,mBAAmB,EAAE,MAAM,CAA+C;IAE1E,qBAAqB,EAAE,OAAO,CAAC,GAAG,CAAC,CAAiB;IAGpD,qBAAqB,EAAE,YAAY,CAAC,qBAAqB,CAAC,CAAsB;IAEhF,KAAK,EAAE,SAAS,CAAC;IAEjB,QAAQ,IAAI,IAAI;IAUhB,WAAW,IAAI,IAAI;IAMnB,SAAS,IAAI,OAAO;IAMpB,WAAW,IAAI,OAAO;IAM7B,OAAO,CAAC,0BAA0B;IAYlC,OAAO,CAAC,cAAc;iCA3DX,uBAAuB;2CAAvB,uBAAuB;CAiEnC"}
@@ -2,9 +2,10 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "./callback-errors.component";
3
3
  import * as i2 from "@angular/common";
4
4
  import * as i3 from "@angular/router";
5
+ import * as i4 from "rpx-xui-translation";
5
6
  export declare class ErrorsModule {
6
7
  static ɵfac: i0.ɵɵFactoryDef<ErrorsModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDefWithMeta<ErrorsModule, [typeof i1.CallbackErrorsComponent], [typeof i2.CommonModule, typeof i3.RouterModule], [typeof i1.CallbackErrorsComponent]>;
8
+ static ɵmod: i0.ɵɵNgModuleDefWithMeta<ErrorsModule, [typeof i1.CallbackErrorsComponent], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i4.RpxTranslationModule], [typeof i1.CallbackErrorsComponent]>;
8
9
  static ɵinj: i0.ɵɵInjectorDef<ErrorsModule>;
9
10
  }
10
11
  //# sourceMappingURL=errors.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"errors.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/error/errors.module.ts"],"names":[],"mappings":";;;;AAKA,qBAYa,YAAY;iCAAZ,YAAY;0CAAZ,YAAY;kCAAZ,YAAY;CAAG"}
1
+ {"version":3,"file":"errors.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/error/errors.module.ts"],"names":[],"mappings":";;;;;AAMA,qBAaa,YAAY;iCAAZ,YAAY;0CAAZ,YAAY;kCAAZ,YAAY;CAAG"}
@@ -4,9 +4,10 @@ import * as i2 from "@angular/common";
4
4
  import * as i3 from "@angular/forms";
5
5
  import * as i4 from "@angular/router";
6
6
  import * as i5 from "../activity/activity.module";
7
+ import * as i6 from "rpx-xui-translation";
7
8
  export declare class EventMessageModule {
8
9
  static ɵfac: i0.ɵɵFactoryDef<EventMessageModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDefWithMeta<EventMessageModule, [typeof i1.ErrorMessageComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.RouterModule, typeof i5.ActivityModule], [typeof i1.ErrorMessageComponent]>;
10
+ static ɵmod: i0.ɵɵNgModuleDefWithMeta<EventMessageModule, [typeof i1.ErrorMessageComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.RouterModule, typeof i5.ActivityModule, typeof i6.RpxTranslationModule], [typeof i1.ErrorMessageComponent]>;
10
11
  static ɵinj: i0.ɵɵInjectorDef<EventMessageModule>;
11
12
  }
12
13
  //# sourceMappingURL=error-message.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"error-message.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/error-message/error-message.module.ts"],"names":[],"mappings":";;;;;;AAOA,qBAca,kBAAkB;iCAAlB,kBAAkB;0CAAlB,kBAAkB;kCAAlB,kBAAkB;CAAG"}
1
+ {"version":3,"file":"error-message.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/error-message/error-message.module.ts"],"names":[],"mappings":";;;;;;;AAQA,qBAea,kBAAkB;iCAAlB,kBAAkB;0CAAlB,kBAAkB;kCAAlB,kBAAkB;CAAG"}
@@ -9,9 +9,10 @@ import * as i7 from "./components/task-unassigned/task-unassigned.component";
9
9
  import * as i8 from "@angular/common";
10
10
  import * as i9 from "@angular/forms";
11
11
  import * as i10 from "@angular/router";
12
+ import * as i11 from "rpx-xui-translation";
12
13
  export declare class EventStartModule {
13
14
  static ɵfac: i0.ɵɵFactoryDef<EventStartModule, never>;
14
- static ɵmod: i0.ɵɵNgModuleDefWithMeta<EventStartModule, [typeof i1.EventStartComponent, typeof i2.MultipleTasksExistComponent, typeof i3.NoTasksAvailableComponent, typeof i4.TaskAssignedComponent, typeof i5.TaskCancelledComponent, typeof i6.TaskConflictComponent, typeof i7.TaskUnassignedComponent], [typeof i8.CommonModule, typeof i9.ReactiveFormsModule, typeof i10.RouterModule], [typeof i1.EventStartComponent, typeof i4.TaskAssignedComponent, typeof i7.TaskUnassignedComponent]>;
15
+ static ɵmod: i0.ɵɵNgModuleDefWithMeta<EventStartModule, [typeof i1.EventStartComponent, typeof i2.MultipleTasksExistComponent, typeof i3.NoTasksAvailableComponent, typeof i4.TaskAssignedComponent, typeof i5.TaskCancelledComponent, typeof i6.TaskConflictComponent, typeof i7.TaskUnassignedComponent], [typeof i8.CommonModule, typeof i9.ReactiveFormsModule, typeof i10.RouterModule, typeof i11.RpxTranslationModule], [typeof i1.EventStartComponent, typeof i4.TaskAssignedComponent, typeof i7.TaskUnassignedComponent]>;
15
16
  static ɵinj: i0.ɵɵInjectorDef<EventStartModule>;
16
17
  }
17
18
  //# sourceMappingURL=event-start.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"event-start.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/event-start/event-start.module.ts"],"names":[],"mappings":";;;;;;;;;;;AAeA,qBA0Ba,gBAAgB;iCAAhB,gBAAgB;0CAAhB,gBAAgB;kCAAhB,gBAAgB;CAAG"}
1
+ {"version":3,"file":"event-start.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/event-start/event-start.module.ts"],"names":[],"mappings":";;;;;;;;;;;;AAgBA,qBA2Ba,gBAAgB;iCAAhB,gBAAgB;0CAAhB,gBAAgB;kCAAhB,gBAAgB;CAAG"}
@@ -3,9 +3,10 @@ import * as i1 from "./event-trigger.component";
3
3
  import * as i2 from "@angular/common";
4
4
  import * as i3 from "@angular/forms";
5
5
  import * as i4 from "../activity/activity.module";
6
+ import * as i5 from "rpx-xui-translation";
6
7
  export declare class EventTriggerModule {
7
8
  static ɵfac: i0.ɵɵFactoryDef<EventTriggerModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDefWithMeta<EventTriggerModule, [typeof i1.EventTriggerComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.ActivityModule], [typeof i1.EventTriggerComponent]>;
9
+ static ɵmod: i0.ɵɵNgModuleDefWithMeta<EventTriggerModule, [typeof i1.EventTriggerComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.ActivityModule, typeof i5.RpxTranslationModule], [typeof i1.EventTriggerComponent]>;
9
10
  static ɵinj: i0.ɵɵInjectorDef<EventTriggerModule>;
10
11
  }
11
12
  //# sourceMappingURL=event-trigger.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"event-trigger.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/event-trigger/event-trigger.module.ts"],"names":[],"mappings":";;;;;AAMA,qBAaa,kBAAkB;iCAAlB,kBAAkB;0CAAlB,kBAAkB;kCAAlB,kBAAkB;CAAG"}
1
+ {"version":3,"file":"event-trigger.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/event-trigger/event-trigger.module.ts"],"names":[],"mappings":";;;;;;AAOA,qBAca,kBAAkB;iCAAlB,kBAAkB;0CAAlB,kBAAkB;kCAAlB,kBAAkB;CAAG"}
@@ -1,9 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./loading-spinner.component";
3
3
  import * as i2 from "@angular/common";
4
+ import * as i3 from "rpx-xui-translation";
4
5
  export declare class LoadingSpinnerModule {
5
6
  static ɵfac: i0.ɵɵFactoryDef<LoadingSpinnerModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDefWithMeta<LoadingSpinnerModule, [typeof i1.LoadingSpinnerComponent], [typeof i2.CommonModule], [typeof i1.LoadingSpinnerComponent]>;
7
+ static ɵmod: i0.ɵɵNgModuleDefWithMeta<LoadingSpinnerModule, [typeof i1.LoadingSpinnerComponent], [typeof i2.CommonModule, typeof i3.RpxTranslationModule], [typeof i1.LoadingSpinnerComponent]>;
7
8
  static ɵinj: i0.ɵɵInjectorDef<LoadingSpinnerModule>;
8
9
  }
9
10
  //# sourceMappingURL=loading-spinner.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"loading-spinner.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/loading-spinner/loading-spinner.module.ts"],"names":[],"mappings":";;;AAIA,qBAWa,oBAAoB;iCAApB,oBAAoB;0CAApB,oBAAoB;kCAApB,oBAAoB;CAAI"}
1
+ {"version":3,"file":"loading-spinner.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/loading-spinner/loading-spinner.module.ts"],"names":[],"mappings":";;;;AAKA,qBAYa,oBAAoB;iCAApB,oBAAoB;0CAApB,oBAAoB;kCAApB,oBAAoB;CAAI"}
@@ -2,9 +2,10 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "./pagination.component";
3
3
  import * as i2 from "@angular/common";
4
4
  import * as i3 from "ngx-pagination";
5
+ import * as i4 from "rpx-xui-translation";
5
6
  export declare class PaginationModule {
6
7
  static ɵfac: i0.ɵɵFactoryDef<PaginationModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDefWithMeta<PaginationModule, [typeof i1.PaginationComponent], [typeof i2.CommonModule, typeof i3.NgxPaginationModule], [typeof i1.PaginationComponent, typeof i3.PaginatePipe]>;
8
+ static ɵmod: i0.ɵɵNgModuleDefWithMeta<PaginationModule, [typeof i1.PaginationComponent], [typeof i2.CommonModule, typeof i3.NgxPaginationModule, typeof i4.RpxTranslationModule], [typeof i1.PaginationComponent, typeof i3.PaginatePipe]>;
8
9
  static ɵinj: i0.ɵɵInjectorDef<PaginationModule>;
9
10
  }
10
11
  //# sourceMappingURL=pagination.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"pagination.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/pagination/pagination.module.ts"],"names":[],"mappings":";;;;AAKA,qBAaa,gBAAgB;iCAAhB,gBAAgB;0CAAhB,gBAAgB;kCAAhB,gBAAgB;CAAG"}
1
+ {"version":3,"file":"pagination.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/pagination/pagination.module.ts"],"names":[],"mappings":";;;;;AAMA,qBAca,gBAAgB;iCAAhB,gBAAgB;0CAAhB,gBAAgB;kCAAhB,gBAAgB;CAAG"}
@@ -1 +1 @@
1
- {"version":3,"file":"abstract-field-read.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/base-field/abstract-field-read.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,eAAe,EAAe,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAEzE,OAAO,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAC7E,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;;AAExD,8BACsB,0BAA2B,SAAQ,0BAA2B,YAAW,MAAM;IAG5F,aAAa,EAAE,MAAM,CAAC;IAGtB,iBAAiB,EAAE,SAAS,GAAG,eAAe,CAAC;IAEtD;;OAEG;IAEI,OAAO,EAAE,cAAc,CAA0B;IAEjD,QAAQ,IAAI,IAAI;iCAdH,0BAA0B;2CAA1B,0BAA0B;CAoB/C"}
1
+ {"version":3,"file":"abstract-field-read.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/base-field/abstract-field-read.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,eAAe,EAAe,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAEzE,OAAO,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAC7E,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;;AAExD,8BACsB,0BAA2B,SAAQ,0BAA2B,YAAW,MAAM;IAG5F,aAAa,EAAE,MAAM,CAAC;IAGtB,iBAAiB,EAAE,SAAS,GAAG,eAAe,CAAC;IAEtD;;OAEG;IAEI,OAAO,EAAE,cAAc,CAA0B;IAEjD,QAAQ,IAAI,IAAI;iCAdH,0BAA0B;2CAA1B,0BAA0B;CAmB/C"}
@@ -14,6 +14,7 @@ export declare class FieldReadComponent extends AbstractFieldReadComponent imple
14
14
  fieldContainer: ViewContainerRef;
15
15
  constructor(resolver: ComponentFactoryResolver, paletteService: PaletteService);
16
16
  ngOnInit(): void;
17
+ private labelCanBeTranslated;
17
18
  static ɵfac: i0.ɵɵFactoryDef<FieldReadComponent, never>;
18
19
  static ɵcmp: i0.ɵɵComponentDefWithMeta<FieldReadComponent, "ccd-field-read", never, { "withLabel": "withLabel"; "formGroup": "formGroup"; "caseFields": "caseFields"; "markdownUseHrefAsRouterLink": "markdownUseHrefAsRouterLink"; }, {}, never, never>;
19
20
  }
@@ -1 +1 @@
1
- {"version":3,"file":"field-read.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/base-field/field-read.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,wBAAwB,EAAmB,MAAM,EAAa,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAC1H,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAE3C,OAAO,EAAE,SAAS,EAAE,MAAM,6CAA6C,CAAC;AACxE,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;;AAI7E,qBAIa,kBAAmB,SAAQ,0BAA2B,YAAW,MAAM;IAiBtE,OAAO,CAAC,QAAQ,CAAC,QAAQ;IAA4B,OAAO,CAAC,QAAQ,CAAC,cAAc;IAdzF,SAAS,UAAS;IAGlB,SAAS,EAAE,SAAS,CAAqB;IAGzC,UAAU,EAAE,SAAS,EAAE,CAAM;IAG7B,2BAA2B,CAAC,EAAE,OAAO,CAAC;IAGtC,cAAc,EAAE,gBAAgB,CAAC;gBAEX,QAAQ,EAAE,wBAAwB,EAAmB,cAAc,EAAE,cAAc;IAIzG,QAAQ,IAAI,IAAI;iCArBZ,kBAAkB;2CAAlB,kBAAkB;CAsD9B"}
1
+ {"version":3,"file":"field-read.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/base-field/field-read.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,wBAAwB,EAAmB,MAAM,EAAa,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAC1H,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAG3C,OAAO,EAAE,SAAS,EAAE,MAAM,6CAA6C,CAAC;AACxE,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;;AAI7E,qBAIa,kBAAmB,SAAQ,0BAA2B,YAAW,MAAM;IAiBtE,OAAO,CAAC,QAAQ,CAAC,QAAQ;IAA4B,OAAO,CAAC,QAAQ,CAAC,cAAc;IAdzF,SAAS,UAAS;IAGlB,SAAS,EAAE,SAAS,CAAqB;IAGzC,UAAU,EAAE,SAAS,EAAE,CAAM;IAG7B,2BAA2B,CAAC,EAAE,OAAO,CAAC;IAGtC,cAAc,EAAE,gBAAgB,CAAC;gBAEX,QAAQ,EAAE,wBAAwB,EAAmB,cAAc,EAAE,cAAc;IAIzG,QAAQ,IAAI,IAAI;IAmCvB,OAAO,CAAC,oBAAoB;iCAxDjB,kBAAkB;2CAAlB,kBAAkB;CA2D9B"}
@@ -1 +1 @@
1
- {"version":3,"file":"field-write.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/base-field/field-write.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,wBAAwB,EAAmB,MAAM,EAAa,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAC1H,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEjD,OAAO,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAEvD,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAC;;AAI/E,qBAKa,mBAAoB,SAAQ,2BAA4B,YAAW,MAAM;IAWxE,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,cAAc;IATpC,cAAc,UAAS;IAGvB,UAAU,EAAE,SAAS,EAAE,CAAM;IAG7B,cAAc,EAAE,gBAAgB,CAAC;gBAEX,QAAQ,EAAE,wBAAwB,EAClC,cAAc,EAAE,cAAc;IAI3D,SAAS,CAAC,aAAa,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE,eAAe,GAAG,IAAI;IAItE,QAAQ,IAAI,IAAI;iCApBZ,mBAAmB;2CAAnB,mBAAmB;CAmD/B"}
1
+ {"version":3,"file":"field-write.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/base-field/field-write.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,wBAAwB,EAAmB,MAAM,EAAa,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAC1H,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEjD,OAAO,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAEvD,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAC;;AAI/E,qBAKa,mBAAoB,SAAQ,2BAA4B,YAAW,MAAM;IAWxE,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,cAAc;IATpC,cAAc,UAAS;IAGvB,UAAU,EAAE,SAAS,EAAE,CAAM;IAG7B,cAAc,EAAE,gBAAgB,CAAC;gBAEX,QAAQ,EAAE,wBAAwB,EAClC,cAAc,EAAE,cAAc;IAI3D,SAAS,CAAC,aAAa,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE,eAAe,GAAG,IAAI;IAItE,QAAQ,IAAI,IAAI;iCApBZ,mBAAmB;2CAAnB,mBAAmB;CAoD/B"}
@@ -2,7 +2,7 @@ import { AfterViewInit, ElementRef, OnDestroy, OnInit } from '@angular/core';
2
2
  import { ActivatedRoute } from '@angular/router';
3
3
  import { Observable, Subscription } from 'rxjs';
4
4
  import { CaseField } from '../../../domain';
5
- import { CaseFileViewDocument, CategoriesAndDocuments, DocumentTreeNode } from '../../../domain/case-file-view';
5
+ import { CategoriesAndDocuments, DocumentTreeNode } from '../../../domain/case-file-view';
6
6
  import { CaseFileViewService, DocumentManagementService, LoadingService, SessionStorageService } from '../../../services';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class CaseFileViewFieldComponent implements OnInit, AfterViewInit, OnDestroy {
@@ -17,20 +17,18 @@ export declare class CaseFileViewFieldComponent implements OnInit, AfterViewInit
17
17
  categoriesAndDocuments$: Observable<CategoriesAndDocuments>;
18
18
  categoriesAndDocumentsSubscription: Subscription;
19
19
  getCategoriesAndDocumentsError: boolean;
20
- currentDocument: CaseFileViewDocument | undefined;
21
- errorMessages: string[];
20
+ currentDocument: {
21
+ document_binary_url: string;
22
+ document_filename: string;
23
+ content_type: string;
24
+ } | undefined;
22
25
  private caseVersion;
23
26
  caseField: CaseField;
24
27
  constructor(elementRef: ElementRef, route: ActivatedRoute, caseFileViewService: CaseFileViewService, documentManagementService: DocumentManagementService, loadingService: LoadingService, sessionStorageService: SessionStorageService);
25
28
  ngOnInit(): void;
26
29
  ngAfterViewInit(): void;
27
30
  setMediaViewerFile(document: DocumentTreeNode): void;
28
- moveDocument(data: {
29
- document: DocumentTreeNode;
30
- newCategory: string;
31
- }): void;
32
- reloadPage(): void;
33
- resetErrorMessages(): void;
31
+ moveDocument(data: any): void;
34
32
  ngOnDestroy(): void;
35
33
  static ɵfac: i0.ɵɵFactoryDef<CaseFileViewFieldComponent, never>;
36
34
  static ɵcmp: i0.ɵɵComponentDefWithMeta<CaseFileViewFieldComponent, "ccd-case-file-view-field", never, {}, {}, never, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"case-file-view-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-file-view/case-file-view-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,UAAU,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACxF,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAa,UAAU,EAAM,YAAY,EAAE,MAAM,MAAM,CAAC;AAE/D,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,oBAAoB,EAAE,sBAAsB,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAEhH,OAAO,EAAE,mBAAmB,EAAE,yBAAyB,EAAE,cAAc,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;;AAE1H,qBAKa,0BAA2B,YAAW,MAAM,EAAE,aAAa,EAAE,SAAS;IAWrE,OAAO,CAAC,QAAQ,CAAC,UAAU;IACrC,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,mBAAmB;IAC3B,OAAO,CAAC,yBAAyB;IACjC,OAAO,CAAC,QAAQ,CAAC,cAAc;IAC/B,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IAfxC,gBAAuB,aAAa,SAAS;IACtC,WAAW,UAAQ;IACnB,uBAAuB,EAAE,UAAU,CAAC,sBAAsB,CAAC,CAAC;IAC5D,kCAAkC,EAAE,YAAY,CAAC;IACjD,8BAA8B,UAAS;IACvC,eAAe,EAAE,oBAAoB,GAAG,SAAS,CAAC;IAClD,aAAa,WAAkB;IACtC,OAAO,CAAC,WAAW,CAAS;IACrB,SAAS,EAAE,SAAS,CAAC;gBAEC,UAAU,EAAE,UAAU,EAChC,KAAK,EAAE,cAAc,EAC9B,mBAAmB,EAAE,mBAAmB,EACxC,yBAAyB,EAAE,yBAAyB,EAC3C,cAAc,EAAE,cAAc,EAC9B,qBAAqB,EAAE,qBAAqB;IAGxD,QAAQ,IAAI,IAAI;IAkBhB,eAAe,IAAI,IAAI;IA8BvB,kBAAkB,CAAC,QAAQ,EAAE,gBAAgB,GAAG,IAAI;IAQpD,YAAY,CAAC,IAAI,EAAE;QAAE,QAAQ,EAAE,gBAAgB,CAAC;QAAC,WAAW,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI;IAqB7E,UAAU,IAAI,IAAI;IAIlB,kBAAkB,IAAI,IAAI;IAI1B,WAAW,IAAI,IAAI;iCAxGf,0BAA0B;2CAA1B,0BAA0B;CA6GtC"}
1
+ {"version":3,"file":"case-file-view-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-file-view/case-file-view-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,UAAU,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACxF,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAa,UAAU,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AAE3D,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,sBAAsB,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAE1F,OAAO,EAAE,mBAAmB,EAAE,yBAAyB,EAAE,cAAc,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;;AAE1H,qBAKa,0BAA2B,YAAW,MAAM,EAAE,aAAa,EAAE,SAAS;IAUrE,OAAO,CAAC,QAAQ,CAAC,UAAU;IACrC,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,mBAAmB;IAC3B,OAAO,CAAC,yBAAyB;IACjC,OAAO,CAAC,QAAQ,CAAC,cAAc;IAC/B,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IAdxC,gBAAuB,aAAa,SAAS;IACtC,WAAW,UAAQ;IACnB,uBAAuB,EAAE,UAAU,CAAC,sBAAsB,CAAC,CAAC;IAC5D,kCAAkC,EAAE,YAAY,CAAC;IACjD,8BAA8B,UAAS;IACvC,eAAe,EAAE;QAAE,mBAAmB,EAAE,MAAM,CAAC;QAAC,iBAAiB,EAAE,MAAM,CAAC;QAAC,YAAY,EAAE,MAAM,CAAA;KAAE,GAAG,SAAS,CAAC;IACrH,OAAO,CAAC,WAAW,CAAS;IACrB,SAAS,EAAE,SAAS,CAAC;gBAEC,UAAU,EAAE,UAAU,EAChC,KAAK,EAAE,cAAc,EAC9B,mBAAmB,EAAE,mBAAmB,EACxC,yBAAyB,EAAE,yBAAyB,EAC3C,cAAc,EAAE,cAAc,EAC9B,qBAAqB,EAAE,qBAAqB;IAGxD,QAAQ,IAAI,IAAI;IAkBhB,eAAe,IAAI,IAAI;IA8BvB,kBAAkB,CAAC,QAAQ,EAAE,gBAAgB,GAAG,IAAI;IAQpD,YAAY,CAAC,IAAI,EAAC,GAAG;IASrB,WAAW,IAAI,IAAI;iCAnFf,0BAA0B;2CAA1B,0BAA0B;CAwFtC"}
@@ -19,10 +19,7 @@ export declare class CaseFileViewFolderComponent implements OnInit, OnDestroy {
19
19
  categoriesAndDocuments: Observable<CategoriesAndDocuments>;
20
20
  allowMoving: boolean;
21
21
  clickedDocument: EventEmitter<DocumentTreeNode>;
22
- moveDocument: EventEmitter<{
23
- newCategory: string;
24
- document: DocumentTreeNode;
25
- }>;
22
+ moveDocument: EventEmitter<any>;
26
23
  nestedTreeControl: NestedTreeControl<DocumentTreeNode>;
27
24
  nestedDataSource: DocumentTreeNode[];
28
25
  categories: CaseFileViewCategory[];
@@ -1 +1 @@
1
- {"version":3,"file":"case-file-view-folder.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder.component.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"case-file-view-folder.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder.component.ts"],"names":[],"mappings":"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"}
@@ -7,6 +7,7 @@ import * as i0 from "@angular/core";
7
7
  export declare class AddCommentsComponent implements OnInit {
8
8
  formGroup: FormGroup;
9
9
  optional: boolean;
10
+ isDisplayContextParameterExternal: boolean;
10
11
  caseFlagStateEmitter: EventEmitter<CaseFlagState>;
11
12
  addCommentsTitle: CaseFlagWizardStepTitle;
12
13
  errorMessages: ErrorMessage[];
@@ -20,6 +21,6 @@ export declare class AddCommentsComponent implements OnInit {
20
21
  onNext(): void;
21
22
  private validateTextEntry;
22
23
  static ɵfac: i0.ɵɵFactoryDef<AddCommentsComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDefWithMeta<AddCommentsComponent, "ccd-add-comments", never, { "formGroup": "formGroup"; "optional": "optional"; }, { "caseFlagStateEmitter": "caseFlagStateEmitter"; }, never, never>;
24
+ static ɵcmp: i0.ɵɵComponentDefWithMeta<AddCommentsComponent, "ccd-add-comments", never, { "formGroup": "formGroup"; "optional": "optional"; "isDisplayContextParameterExternal": "isDisplayContextParameterExternal"; }, { "caseFlagStateEmitter": "caseFlagStateEmitter"; }, never, never>;
24
25
  }
25
26
  //# sourceMappingURL=add-comments.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"add-comments.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-flag/components/add-comments/add-comments.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAe,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAC7C,OAAO,EAAE,uBAAuB,EAAE,eAAe,EAAsB,uBAAuB,EAAE,MAAM,aAAa,CAAC;;AAEpH,qBAIa,oBAAqB,YAAW,MAAM;IAEjC,SAAS,EAAE,SAAS,CAAC;IACrB,QAAQ,UAAS;IAEhB,oBAAoB,EAAE,YAAY,CAAC,aAAa,CAAC,CAAqC;IAEhG,gBAAgB,EAAE,uBAAuB,CAAC;IAC1C,aAAa,EAAE,YAAY,EAAE,CAAM;IACnC,kCAAkC,EAAE,uBAAuB,CAAQ;IACnE,iCAAiC,EAAE,uBAAuB,CAAQ;IAClE,eAAe,EAAE,eAAe,CAAC;IACjC,wBAAwB,EAAE,eAAe,CAAC;IACjD,SAAgB,uBAAuB,kBAAkB;IACzD,OAAO,CAAC,QAAQ,CAAC,oBAAoB,CAAO;IAErC,QAAQ,IAAI,IAAI;IAOhB,MAAM,IAAI,IAAI;IAOrB,OAAO,CAAC,iBAAiB;iCA9Bd,oBAAoB;2CAApB,oBAAoB;CAoDhC"}
1
+ {"version":3,"file":"add-comments.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-flag/components/add-comments/add-comments.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAe,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAC7C,OAAO,EAAE,uBAAuB,EAAE,eAAe,EAAsB,uBAAuB,EAAE,MAAM,aAAa,CAAC;;AAEpH,qBAIa,oBAAqB,YAAW,MAAM;IACjC,SAAS,EAAE,SAAS,CAAC;IACrB,QAAQ,UAAS;IACjB,iCAAiC,UAAS;IAEzC,oBAAoB,EAAE,YAAY,CAAC,aAAa,CAAC,CAAqC;IAEhG,gBAAgB,EAAE,uBAAuB,CAAC;IAC1C,aAAa,EAAE,YAAY,EAAE,CAAM;IACnC,kCAAkC,EAAE,uBAAuB,CAAQ;IACnE,iCAAiC,EAAE,uBAAuB,CAAQ;IAClE,eAAe,EAAE,eAAe,CAAC;IACjC,wBAAwB,EAAE,eAAe,CAAC;IACjD,SAAgB,uBAAuB,kBAAkB;IACzD,OAAO,CAAC,QAAQ,CAAC,oBAAoB,CAAO;IAErC,QAAQ,IAAI,IAAI;IAWhB,MAAM,IAAI,IAAI;IAOrB,OAAO,CAAC,iBAAiB;iCAlCd,oBAAoB;2CAApB,oBAAoB;CAwDhC"}