@hmcts/ccd-case-ui-toolkit 7.0.39-exui-2007-rc1 → 7.0.39-task-event-completion-fix

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 (1170) hide show
  1. package/esm2020/lib/app.config.mjs +45 -0
  2. package/esm2020/lib/components/banners/alert/alert-icon-class.pipe.mjs +25 -0
  3. package/esm2020/lib/components/banners/alert/alert.component.mjs +95 -0
  4. package/esm2020/lib/components/banners/alert/alert.module.mjs +32 -0
  5. package/esm2020/lib/components/banners/banners.module.mjs +32 -0
  6. package/esm2020/lib/components/banners/notification-banner/notification-banner.component.mjs +120 -0
  7. package/esm2020/lib/components/banners/notification-banner/notification-banner.module.mjs +19 -0
  8. package/esm2020/lib/components/body/body.component.mjs +20 -0
  9. package/esm2020/lib/components/body/body.module.mjs +20 -0
  10. package/esm2020/lib/components/footer/footer.component.mjs +105 -0
  11. package/esm2020/lib/components/footer/footers.module.mjs +25 -0
  12. package/esm2020/lib/components/form/date-input/date-input.component.mjs +331 -0
  13. package/esm2020/lib/components/form/form.module.mjs +29 -0
  14. package/esm2020/lib/components/header/header-bar/header-bar.component.mjs +97 -0
  15. package/esm2020/lib/components/header/headers.module.mjs +25 -0
  16. package/esm2020/lib/components/header/navigation/navigation-item.component.mjs +41 -0
  17. package/esm2020/lib/components/header/navigation/navigation.component.mjs +24 -0
  18. package/esm2020/lib/components/header/phase/phase.component.mjs +45 -0
  19. package/esm2020/lib/components/tabs/tab.component.mjs +28 -0
  20. package/esm2020/lib/components/tabs/tabs.component.mjs +79 -0
  21. package/esm2020/lib/components/tabs/tabs.module.mjs +38 -0
  22. package/esm2020/lib/shared/commons/address-validation-constants.mjs +13 -0
  23. package/esm2020/lib/shared/commons/case-edit-data/case-edit-data.module.mjs +19 -0
  24. package/esm2020/lib/shared/commons/case-edit-data/case-edit-data.service.mjs +47 -0
  25. package/esm2020/lib/shared/commons/constants.mjs +13 -0
  26. package/esm2020/lib/shared/components/activity/activity-banner/activity-banner.component.mjs +39 -0
  27. package/esm2020/lib/shared/components/activity/activity-icon/activity-icon.component.mjs +33 -0
  28. package/esm2020/lib/shared/components/activity/activity.component.mjs +151 -0
  29. package/esm2020/lib/shared/components/activity/activity.module.mjs +55 -0
  30. package/esm2020/lib/shared/components/case-editor/case-access-utils/index.mjs +105 -0
  31. package/esm2020/lib/shared/components/case-editor/case-create/case-create.component.mjs +87 -0
  32. package/esm2020/lib/shared/components/case-editor/case-edit/case-edit.component.mjs +463 -0
  33. package/esm2020/lib/shared/components/case-editor/case-edit-confirm/case-edit-confirm.component.mjs +125 -0
  34. package/esm2020/lib/shared/components/case-editor/case-edit-form/case-edit-form.component.mjs +135 -0
  35. package/esm2020/lib/shared/components/case-editor/case-edit-generic-errors/case-edit-generic-errors.component.mjs +69 -0
  36. package/esm2020/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.mjs +779 -0
  37. package/esm2020/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.mjs +587 -0
  38. package/esm2020/lib/shared/components/case-editor/case-editor.module.mjs +214 -0
  39. package/esm2020/lib/shared/components/case-editor/case-event-completion/case-event-completion.component.mjs +86 -0
  40. package/esm2020/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-cancelled/case-event-completion-task-cancelled.component.mjs +80 -0
  41. package/esm2020/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component.mjs +153 -0
  42. package/esm2020/lib/shared/components/case-editor/case-progress/case-progress.component.mjs +77 -0
  43. package/esm2020/lib/shared/components/case-editor/domain/confirmation.model.mjs +21 -0
  44. package/esm2020/lib/shared/components/case-editor/domain/wizard-page-field-complex-override.model.mjs +4 -0
  45. package/esm2020/lib/shared/components/case-editor/domain/wizard-page-field.model.mjs +3 -0
  46. package/esm2020/lib/shared/components/case-editor/domain/wizard-page.model.mjs +26 -0
  47. package/esm2020/lib/shared/components/case-editor/domain/wizard.model.mjs +54 -0
  48. package/esm2020/lib/shared/components/case-editor/services/case-edit-wizard.guard.mjs +93 -0
  49. package/esm2020/lib/shared/components/case-editor/services/case-flag-state.service.mjs +19 -0
  50. package/esm2020/lib/shared/components/case-editor/services/case-worker.service.mjs +32 -0
  51. package/esm2020/lib/shared/components/case-editor/services/case.notifier.mjs +51 -0
  52. package/esm2020/lib/shared/components/case-editor/services/cases.service.mjs +292 -0
  53. package/esm2020/lib/shared/components/case-editor/services/convert-href-to-router.service.mjs +41 -0
  54. package/esm2020/lib/shared/components/case-editor/services/event-completion-state-machine.service.mjs +143 -0
  55. package/esm2020/lib/shared/components/case-editor/services/event-trigger.service.mjs +20 -0
  56. package/esm2020/lib/shared/components/case-editor/services/judicial-worker.service.mjs +32 -0
  57. package/esm2020/lib/shared/components/case-editor/services/page-validation.service.mjs +58 -0
  58. package/esm2020/lib/shared/components/case-editor/services/valid-page-list-caseFields.service.mjs +39 -0
  59. package/esm2020/lib/shared/components/case-editor/services/wizard-page-field-to-case-field.mapper.mjs +117 -0
  60. package/esm2020/lib/shared/components/case-editor/services/work-allocation.service.mjs +214 -0
  61. package/esm2020/lib/shared/components/case-header/case-header.component.mjs +61 -0
  62. package/esm2020/lib/shared/components/case-header/case-header.module.mjs +33 -0
  63. package/esm2020/lib/shared/components/case-history/case-history.component.mjs +242 -0
  64. package/esm2020/lib/shared/components/case-history/case-history.module.mjs +64 -0
  65. package/esm2020/lib/shared/components/case-history/domain/case-history.model.mjs +29 -0
  66. package/esm2020/lib/shared/components/case-history/services/case-history.service.mjs +40 -0
  67. package/esm2020/lib/shared/components/case-list/case-list.component.mjs +362 -0
  68. package/esm2020/lib/shared/components/case-list/case-list.module.mjs +47 -0
  69. package/esm2020/lib/shared/components/case-list-filters/case-list-filters.component.mjs +52 -0
  70. package/esm2020/lib/shared/components/case-list-filters/case-list-filters.module.mjs +64 -0
  71. package/esm2020/lib/shared/components/case-timeline/case-timeline.component.mjs +109 -0
  72. package/esm2020/lib/shared/components/case-timeline/case-timeline.module.mjs +52 -0
  73. package/esm2020/lib/shared/components/case-viewer/case-basic-access-view/case-basic-access-view.component.mjs +247 -0
  74. package/esm2020/lib/shared/components/case-viewer/case-challenged-access-request/case-challenged-access-request.component.mjs +298 -0
  75. package/esm2020/lib/shared/components/case-viewer/case-challenged-access-success/case-challenged-access-success.component.mjs +72 -0
  76. package/esm2020/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.mjs +141 -0
  77. package/esm2020/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.mjs +670 -0
  78. package/esm2020/lib/shared/components/case-viewer/case-review-specific-access-reject/case-review-specific-access-reject.component.mjs +58 -0
  79. package/esm2020/lib/shared/components/case-viewer/case-review-specific-access-request/case-review-specific-access-request.component.mjs +241 -0
  80. package/esm2020/lib/shared/components/case-viewer/case-specific-access-request/case-specific-access-request.component.mjs +199 -0
  81. package/esm2020/lib/shared/components/case-viewer/case-specific-access-success/case-specific-access-success.component.mjs +47 -0
  82. package/esm2020/lib/shared/components/case-viewer/case-view/case-view.component.mjs +98 -0
  83. package/esm2020/lib/shared/components/case-viewer/case-viewer.component.mjs +125 -0
  84. package/esm2020/lib/shared/components/case-viewer/case-viewer.module.mjs +191 -0
  85. package/esm2020/lib/shared/components/case-viewer/printer/case-printer.component.mjs +110 -0
  86. package/esm2020/lib/shared/components/case-viewer/printer/pipes/print-url.pipe.mjs +60 -0
  87. package/esm2020/lib/shared/components/case-viewer/services/case.resolver.mjs +128 -0
  88. package/esm2020/lib/shared/components/case-viewer/services/event-trigger.resolver.mjs +77 -0
  89. package/esm2020/lib/shared/components/create-case-filters/create-case-filters-selection.model.mjs +8 -0
  90. package/esm2020/lib/shared/components/create-case-filters/create-case-filters.component.mjs +275 -0
  91. package/esm2020/lib/shared/components/create-case-filters/create-case-filters.module.mjs +44 -0
  92. package/esm2020/lib/shared/components/dialogs/delete-or-cancel-dialog/delete-or-cancel-dialog.component.mjs +57 -0
  93. package/esm2020/lib/shared/components/dialogs/dialogs.module.mjs +51 -0
  94. package/esm2020/lib/shared/components/dialogs/document-dialog/document-dialog.component.mjs +59 -0
  95. package/esm2020/lib/shared/components/dialogs/remove-dialog/remove-dialog.component.mjs +57 -0
  96. package/esm2020/lib/shared/components/dialogs/save-or-discard-dialog/save-or-discard-dialog.component.mjs +61 -0
  97. package/esm2020/lib/shared/components/error/callback-errors.component.mjs +149 -0
  98. package/esm2020/lib/shared/components/error/domain/error-context.mjs +3 -0
  99. package/esm2020/lib/shared/components/error/errors.module.mjs +33 -0
  100. package/esm2020/lib/shared/components/error-message/error-message.component.mjs +43 -0
  101. package/esm2020/lib/shared/components/error-message/error-message.module.mjs +41 -0
  102. package/esm2020/lib/shared/components/event-start/components/multiple-tasks-exist/multiple-tasks-exist.component.mjs +59 -0
  103. package/esm2020/lib/shared/components/event-start/components/no-tasks-available/no-tasks-available.component.mjs +53 -0
  104. package/esm2020/lib/shared/components/event-start/components/task-assigned/task-assigned.component.mjs +104 -0
  105. package/esm2020/lib/shared/components/event-start/components/task-cancelled/task-cancelled.component.mjs +68 -0
  106. package/esm2020/lib/shared/components/event-start/components/task-conflict/task-conflict.component.mjs +58 -0
  107. package/esm2020/lib/shared/components/event-start/components/task-unassigned/task-unassigned.component.mjs +53 -0
  108. package/esm2020/lib/shared/components/event-start/event-guard/event-start.guard.mjs +101 -0
  109. package/esm2020/lib/shared/components/event-start/event-start.component.mjs +49 -0
  110. package/esm2020/lib/shared/components/event-start/event-start.module.mjs +71 -0
  111. package/esm2020/lib/shared/components/event-start/resolvers/event-tasks-resolver.service.mjs +29 -0
  112. package/esm2020/lib/shared/components/event-start/services/event-start-state-machine.service.mjs +170 -0
  113. package/esm2020/lib/shared/components/event-trigger/event-trigger.component.mjs +123 -0
  114. package/esm2020/lib/shared/components/event-trigger/event-trigger.module.mjs +37 -0
  115. package/esm2020/lib/shared/components/loading-spinner/loading-spinner.component.mjs +27 -0
  116. package/esm2020/lib/shared/components/loading-spinner/loading-spinner.module.mjs +29 -0
  117. package/esm2020/lib/shared/components/pagination/pagination.component.mjs +262 -0
  118. package/esm2020/lib/shared/components/pagination/pagination.module.mjs +35 -0
  119. package/esm2020/lib/shared/components/palette/address/address-option.model.mjs +21 -0
  120. package/esm2020/lib/shared/components/palette/address/write-address-field.component.mjs +280 -0
  121. package/esm2020/lib/shared/components/palette/base-field/abstract-field-read.component.mjs +31 -0
  122. package/esm2020/lib/shared/components/palette/base-field/abstract-field-write.component.mjs +44 -0
  123. package/esm2020/lib/shared/components/palette/base-field/abstract-form-field.component.mjs +83 -0
  124. package/esm2020/lib/shared/components/palette/base-field/field-read-label.component.mjs +86 -0
  125. package/esm2020/lib/shared/components/palette/base-field/field-read.component.mjs +85 -0
  126. package/esm2020/lib/shared/components/palette/base-field/field-write.component.mjs +74 -0
  127. package/esm2020/lib/shared/components/palette/base-field/payment-field.component.mjs +35 -0
  128. package/esm2020/lib/shared/components/palette/case-file-view/case-file-view-field.component.mjs +171 -0
  129. package/esm2020/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder-document-actions/case-file-view-folder-document-actions.component.mjs +48 -0
  130. package/esm2020/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder-sort/case-file-view-folder-sort.component.mjs +48 -0
  131. package/esm2020/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder.component.mjs +342 -0
  132. package/esm2020/lib/shared/components/palette/case-file-view/components/case-file-view-folder-selector/case-file-view-folder-selector.component.mjs +154 -0
  133. package/esm2020/lib/shared/components/palette/case-file-view/components/shared/case-file-view-overlay-menu/case-file-view-overlay-menu.component.mjs +94 -0
  134. package/esm2020/lib/shared/components/palette/case-flag/components/add-comments/add-comments.component.mjs +190 -0
  135. package/esm2020/lib/shared/components/palette/case-flag/components/case-flag-summary-list/case-flag-summary-list.component.mjs +288 -0
  136. package/esm2020/lib/shared/components/palette/case-flag/components/case-flag-table/case-flag-table.component.mjs +207 -0
  137. package/esm2020/lib/shared/components/palette/case-flag/components/confirm-flag-status/confirm-flag-status.component.mjs +165 -0
  138. package/esm2020/lib/shared/components/palette/case-flag/components/manage-case-flags/manage-case-flags.component.mjs +219 -0
  139. package/esm2020/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter.component.mjs +306 -0
  140. package/esm2020/lib/shared/components/palette/case-flag/components/select-flag-location/select-flag-location.component.mjs +200 -0
  141. package/esm2020/lib/shared/components/palette/case-flag/components/select-flag-type/select-flag-type.component.mjs +343 -0
  142. package/esm2020/lib/shared/components/palette/case-flag/components/update-flag/update-flag-add-translation-form/update-flag-add-translation-form.component.mjs +267 -0
  143. package/esm2020/lib/shared/components/palette/case-flag/components/update-flag/update-flag.component.mjs +510 -0
  144. package/esm2020/lib/shared/components/palette/case-flag/pipes/flag-field-display.pipe.mjs +41 -0
  145. package/esm2020/lib/shared/components/palette/case-flag/pipes/language-interpreter-display.pipe.mjs +41 -0
  146. package/esm2020/lib/shared/components/palette/case-flag/pipes/manage-case-flags-label-display.pipe.mjs +109 -0
  147. package/esm2020/lib/shared/components/palette/case-flag/pipes/update-flag-title-display.pipe.mjs +77 -0
  148. package/esm2020/lib/shared/components/palette/case-flag/read-case-flag-field.component.mjs +246 -0
  149. package/esm2020/lib/shared/components/palette/case-flag/write-case-flag-field.component.mjs +686 -0
  150. package/esm2020/lib/shared/components/palette/case-link/read-case-link-field.component.mjs +32 -0
  151. package/esm2020/lib/shared/components/palette/case-link/write-case-link-field.component.mjs +122 -0
  152. package/esm2020/lib/shared/components/palette/collection/collection-create-checker.service.mjs +42 -0
  153. package/esm2020/lib/shared/components/palette/collection/read-collection-field.component.mjs +81 -0
  154. package/esm2020/lib/shared/components/palette/collection/write-collection-field.component.mjs +441 -0
  155. package/esm2020/lib/shared/components/palette/complex/read-complex-field-collection-table.component.mjs +379 -0
  156. package/esm2020/lib/shared/components/palette/complex/read-complex-field-raw.component.mjs +53 -0
  157. package/esm2020/lib/shared/components/palette/complex/read-complex-field-table.component.mjs +78 -0
  158. package/esm2020/lib/shared/components/palette/complex/read-complex-field.component.mjs +75 -0
  159. package/esm2020/lib/shared/components/palette/complex/write-complex-field.component.mjs +169 -0
  160. package/esm2020/lib/shared/components/palette/date/read-date-field.component.mjs +28 -0
  161. package/esm2020/lib/shared/components/palette/date/write-date-container-field.component.mjs +33 -0
  162. package/esm2020/lib/shared/components/palette/date/write-date-field.component.mjs +76 -0
  163. package/esm2020/lib/shared/components/palette/datetime-picker/datetime-picker.component.mjs +309 -0
  164. package/esm2020/lib/shared/components/palette/document/document-url.pipe.mjs +24 -0
  165. package/esm2020/lib/shared/components/palette/document/file-upload-progress.guard.mjs +29 -0
  166. package/esm2020/lib/shared/components/palette/document/file-upload-state.service.mjs +16 -0
  167. package/esm2020/lib/shared/components/palette/document/read-document-field.component.mjs +81 -0
  168. package/esm2020/lib/shared/components/palette/document/write-document-field.component.mjs +408 -0
  169. package/esm2020/lib/shared/components/palette/dynamic-list/dynamic-list.pipe.mjs +18 -0
  170. package/esm2020/lib/shared/components/palette/dynamic-list/read-dynamic-list-field.component.mjs +36 -0
  171. package/esm2020/lib/shared/components/palette/dynamic-list/write-dynamic-list-field.component.mjs +124 -0
  172. package/esm2020/lib/shared/components/palette/dynamic-multi-select-list/read-dynamic-multi-select-list-field.component.mjs +43 -0
  173. package/esm2020/lib/shared/components/palette/dynamic-multi-select-list/write-dynamic-multi-select-list-field.component.mjs +145 -0
  174. package/esm2020/lib/shared/components/palette/dynamic-radio-list/dynamic-radio-list.pipe.mjs +25 -0
  175. package/esm2020/lib/shared/components/palette/dynamic-radio-list/read-dynamic-radio-list-field.component.mjs +42 -0
  176. package/esm2020/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.mjs +124 -0
  177. package/esm2020/lib/shared/components/palette/email/read-email-field.component.mjs +35 -0
  178. package/esm2020/lib/shared/components/palette/email/write-email-field.component.mjs +73 -0
  179. package/esm2020/lib/shared/components/palette/fixed-list/fixed-list.pipe.mjs +23 -0
  180. package/esm2020/lib/shared/components/palette/fixed-list/read-fixed-list-field.component.mjs +26 -0
  181. package/esm2020/lib/shared/components/palette/fixed-list/write-fixed-list-field.component.mjs +106 -0
  182. package/esm2020/lib/shared/components/palette/fixed-radio-list/fixed-radio-list.pipe.mjs +18 -0
  183. package/esm2020/lib/shared/components/palette/fixed-radio-list/read-fixed-radio-list-field.component.mjs +26 -0
  184. package/esm2020/lib/shared/components/palette/fixed-radio-list/write-fixed-radio-list-field.component.mjs +95 -0
  185. package/esm2020/lib/shared/components/palette/history/case-history-viewer-field.component.mjs +16 -0
  186. package/esm2020/lib/shared/components/palette/history/event-log/event-log-details.component.mjs +97 -0
  187. package/esm2020/lib/shared/components/palette/history/event-log/event-log-table.component.mjs +225 -0
  188. package/esm2020/lib/shared/components/palette/history/event-log/event-log.component.mjs +72 -0
  189. package/esm2020/lib/shared/components/palette/judicial-user/read-judicial-user-field.component.mjs +45 -0
  190. package/esm2020/lib/shared/components/palette/judicial-user/write-judicial-user-field.component.mjs +242 -0
  191. package/esm2020/lib/shared/components/palette/label/label-field.component.mjs +50 -0
  192. package/esm2020/lib/shared/components/palette/linked-cases/components/before-you-start/before-you-start.component.mjs +108 -0
  193. package/esm2020/lib/shared/components/palette/linked-cases/components/check-your-answers/check-your-answers.component.mjs +189 -0
  194. package/esm2020/lib/shared/components/palette/linked-cases/components/link-cases/link-cases.component.mjs +530 -0
  195. package/esm2020/lib/shared/components/palette/linked-cases/components/linked-cases-table/linked-cases-from-table.component.mjs +204 -0
  196. package/esm2020/lib/shared/components/palette/linked-cases/components/linked-cases-table/linked-cases-to-table.component.mjs +280 -0
  197. package/esm2020/lib/shared/components/palette/linked-cases/components/no-linked-cases/no-linked-cases.component.mjs +66 -0
  198. package/esm2020/lib/shared/components/palette/linked-cases/components/unlink-cases/unlink-cases.component.mjs +201 -0
  199. package/esm2020/lib/shared/components/palette/linked-cases/domain/linked-cases.model.mjs +22 -0
  200. package/esm2020/lib/shared/components/palette/linked-cases/read-linked-cases-field.component.mjs +163 -0
  201. package/esm2020/lib/shared/components/palette/linked-cases/services/linked-cases.service.mjs +132 -0
  202. package/esm2020/lib/shared/components/palette/linked-cases/utils/validators.utils.mjs +27 -0
  203. package/esm2020/lib/shared/components/palette/linked-cases/write-linked-cases-field.component.mjs +229 -0
  204. package/esm2020/lib/shared/components/palette/markdown/markdown-component.module.mjs +49 -0
  205. package/esm2020/lib/shared/components/palette/markdown/markdown.component.mjs +78 -0
  206. package/esm2020/lib/shared/components/palette/markdown/routerlink.component.mjs +23 -0
  207. package/esm2020/lib/shared/components/palette/money-gbp/money-gbp-input.component.mjs +123 -0
  208. package/esm2020/lib/shared/components/palette/money-gbp/read-money-gbp-field.component.mjs +47 -0
  209. package/esm2020/lib/shared/components/palette/money-gbp/write-money-gbp-field.component.mjs +78 -0
  210. package/esm2020/lib/shared/components/palette/multi-select-list/read-multi-select-list-field.component.mjs +45 -0
  211. package/esm2020/lib/shared/components/palette/multi-select-list/write-multi-select-list-field.component.mjs +126 -0
  212. package/esm2020/lib/shared/components/palette/number/read-number-field.component.mjs +24 -0
  213. package/esm2020/lib/shared/components/palette/number/write-number-field.component.mjs +73 -0
  214. package/esm2020/lib/shared/components/palette/order-summary/fee-value.model.mjs +3 -0
  215. package/esm2020/lib/shared/components/palette/order-summary/fee.model.mjs +4 -0
  216. package/esm2020/lib/shared/components/palette/order-summary/order-summary.model.mjs +3 -0
  217. package/esm2020/lib/shared/components/palette/order-summary/read-order-summary-field.component.mjs +73 -0
  218. package/esm2020/lib/shared/components/palette/order-summary/read-order-summary-row.component.mjs +43 -0
  219. package/esm2020/lib/shared/components/palette/order-summary/write-order-summary-field.component.mjs +44 -0
  220. package/esm2020/lib/shared/components/palette/organisation/read-organisation-field-raw.component.mjs +83 -0
  221. package/esm2020/lib/shared/components/palette/organisation/read-organisation-field-table.component.mjs +87 -0
  222. package/esm2020/lib/shared/components/palette/organisation/read-organisation-field.component.mjs +56 -0
  223. package/esm2020/lib/shared/components/palette/organisation/write-organisation-complex-field.component.mjs +33 -0
  224. package/esm2020/lib/shared/components/palette/organisation/write-organisation-field.component.mjs +384 -0
  225. package/esm2020/lib/shared/components/palette/palette.module.mjs +738 -0
  226. package/esm2020/lib/shared/components/palette/palette.service.mjs +155 -0
  227. package/esm2020/lib/shared/components/palette/payment/case-payment-history-viewer-field.component.mjs +24 -0
  228. package/esm2020/lib/shared/components/palette/phone-uk/read-phone-uk-field.component.mjs +22 -0
  229. package/esm2020/lib/shared/components/palette/phone-uk/write-phone-uk-field.component.mjs +73 -0
  230. package/esm2020/lib/shared/components/palette/query-management/components/qualifying-questions/qualifying-question-detail/qualifying-question-detail.component.mjs +42 -0
  231. package/esm2020/lib/shared/components/palette/query-management/components/qualifying-questions/qualifying-question-options/qualifying-question-options.component.mjs +144 -0
  232. package/esm2020/lib/shared/components/palette/query-management/components/query-attachments-read/query-attachments-read.component.mjs +64 -0
  233. package/esm2020/lib/shared/components/palette/query-management/components/query-case-details-header/query-case-details-header.component.mjs +60 -0
  234. package/esm2020/lib/shared/components/palette/query-management/components/query-check-your-answers/query-check-your-answers.component.mjs +281 -0
  235. package/esm2020/lib/shared/components/palette/query-management/components/query-details/query-details.component.mjs +327 -0
  236. package/esm2020/lib/shared/components/palette/query-management/components/query-event-completion/query-event-completion.component.mjs +22 -0
  237. package/esm2020/lib/shared/components/palette/query-management/components/query-list/query-list.component.mjs +164 -0
  238. package/esm2020/lib/shared/components/palette/query-management/components/query-write/query-write-add-documents/query-write-add-documents.component.mjs +74 -0
  239. package/esm2020/lib/shared/components/palette/query-management/components/query-write/query-write-date-input/query-write-date-input.component.mjs +107 -0
  240. package/esm2020/lib/shared/components/palette/query-management/components/query-write/query-write-raise-query/query-write-raise-query.component.mjs +201 -0
  241. package/esm2020/lib/shared/components/palette/query-management/components/query-write/query-write-respond-to-query/query-write-respond-to-query.component.mjs +101 -0
  242. package/esm2020/lib/shared/components/palette/query-management/models/query-list/query-list-data/query-list-data.model.mjs +21 -0
  243. package/esm2020/lib/shared/components/palette/query-management/models/query-list/query-list-item/query-list-item.model.mjs +38 -0
  244. package/esm2020/lib/shared/components/palette/query-management/read-query-management-field.component.mjs +121 -0
  245. package/esm2020/lib/shared/components/palette/query-management/utils/query-management.utils.mjs +22 -0
  246. package/esm2020/lib/shared/components/palette/text/read-text-field.component.mjs +24 -0
  247. package/esm2020/lib/shared/components/palette/text/write-text-field.component.mjs +77 -0
  248. package/esm2020/lib/shared/components/palette/text-area/read-text-area-field.component.mjs +24 -0
  249. package/esm2020/lib/shared/components/palette/text-area/write-text-area-field.component.mjs +87 -0
  250. package/esm2020/lib/shared/components/palette/unsupported-field.component.mjs +17 -0
  251. package/esm2020/lib/shared/components/palette/utils/dash.pipe.mjs +16 -0
  252. package/esm2020/lib/shared/components/palette/utils/date.pipe.mjs +132 -0
  253. package/esm2020/lib/shared/components/palette/utils/field-label.pipe.mjs +29 -0
  254. package/esm2020/lib/shared/components/palette/utils/first-error.pipe.mjs +62 -0
  255. package/esm2020/lib/shared/components/palette/utils/is-compound.pipe.mjs +43 -0
  256. package/esm2020/lib/shared/components/palette/utils/is-mandatory.pipe.mjs +21 -0
  257. package/esm2020/lib/shared/components/palette/utils/is-read-only-and-not-collection.pipe.mjs +31 -0
  258. package/esm2020/lib/shared/components/palette/utils/is-read-only.pipe.mjs +21 -0
  259. package/esm2020/lib/shared/components/palette/utils/utils.module.mjs +71 -0
  260. package/esm2020/lib/shared/components/palette/waystopay/waystopay-field.component.mjs +34 -0
  261. package/esm2020/lib/shared/components/palette/yes-no/read-yes-no-field.component.mjs +34 -0
  262. package/esm2020/lib/shared/components/palette/yes-no/write-yes-no-field.component.mjs +100 -0
  263. package/esm2020/lib/shared/components/palette/yes-no/yes-no.service.mjs +50 -0
  264. package/esm2020/lib/shared/components/search-filters/domain/search-input.model.mjs +10 -0
  265. package/esm2020/lib/shared/components/search-filters/search-filters-wrapper.component.mjs +58 -0
  266. package/esm2020/lib/shared/components/search-filters/search-filters.component.mjs +326 -0
  267. package/esm2020/lib/shared/components/search-filters/search-filters.module.mjs +71 -0
  268. package/esm2020/lib/shared/components/search-result/search-result.component.mjs +815 -0
  269. package/esm2020/lib/shared/components/search-result/search-result.module.mjs +82 -0
  270. package/esm2020/lib/shared/components/workbasket-filters/workbasket-filters.component.mjs +479 -0
  271. package/esm2020/lib/shared/components/workbasket-filters/workbasket-filters.module.mjs +67 -0
  272. package/esm2020/lib/shared/directives/conditional-show/conditional-show-form.directive.mjs +164 -0
  273. package/esm2020/lib/shared/directives/conditional-show/conditional-show.module.mjs +33 -0
  274. package/esm2020/lib/shared/directives/conditional-show/domain/conditional-show.model.mjs +200 -0
  275. package/esm2020/lib/shared/directives/conditional-show/services/condition-parser.service.mjs +200 -0
  276. package/esm2020/lib/shared/directives/conditional-show/services/conditional-show-registrar.service.mjs +19 -0
  277. package/esm2020/lib/shared/directives/conditional-show/services/grey-bar.service.mjs +47 -0
  278. package/esm2020/lib/shared/directives/focus-element/focus-element.directive.mjs +36 -0
  279. package/esm2020/lib/shared/directives/focus-element/focus-element.module.mjs +21 -0
  280. package/esm2020/lib/shared/directives/substitutor/label-substitutor.directive.mjs +82 -0
  281. package/esm2020/lib/shared/directives/substitutor/label-substitutor.module.mjs +30 -0
  282. package/esm2020/lib/shared/directives/substitutor/services/placeholder.service.mjs +200 -0
  283. package/esm2020/lib/shared/domain/activity/activity.model.mjs +10 -0
  284. package/esm2020/lib/shared/domain/addresses/address.model.mjs +13 -0
  285. package/esm2020/lib/shared/domain/alert/alert.model.mjs +3 -0
  286. package/esm2020/lib/shared/domain/case-details.model.mjs +4 -0
  287. package/esm2020/lib/shared/domain/case-event-data.model.mjs +4 -0
  288. package/esm2020/lib/shared/domain/case-file-view/case-file-view-category.model.mjs +3 -0
  289. package/esm2020/lib/shared/domain/case-file-view/case-file-view-document.model.mjs +4 -0
  290. package/esm2020/lib/shared/domain/case-file-view/categories-and-documents.model.mjs +7 -0
  291. package/esm2020/lib/shared/domain/case-file-view/document-tree-node/document-tree-node.model.mjs +117 -0
  292. package/esm2020/lib/shared/domain/case-flag/flag-type.model.mjs +28 -0
  293. package/esm2020/lib/shared/domain/case-flag/hmcts-service-detail.model.mjs +10 -0
  294. package/esm2020/lib/shared/domain/case-view/case-event-trigger.model.mjs +23 -0
  295. package/esm2020/lib/shared/domain/case-view/case-print-document.model.mjs +3 -0
  296. package/esm2020/lib/shared/domain/case-view/case-tab.model.mjs +12 -0
  297. package/esm2020/lib/shared/domain/case-view/case-view-event.model.mjs +4 -0
  298. package/esm2020/lib/shared/domain/case-view/case-view-trigger.model.mjs +3 -0
  299. package/esm2020/lib/shared/domain/case-view/case-view.model.mjs +17 -0
  300. package/esm2020/lib/shared/domain/definition/access-control-list.model.mjs +3 -0
  301. package/esm2020/lib/shared/domain/definition/banner.model.mjs +3 -0
  302. package/esm2020/lib/shared/domain/definition/case-event.model.mjs +3 -0
  303. package/esm2020/lib/shared/domain/definition/case-field.model.mjs +200 -0
  304. package/esm2020/lib/shared/domain/definition/case-state.model.mjs +3 -0
  305. package/esm2020/lib/shared/domain/definition/case-type-lite.model.mjs +5 -0
  306. package/esm2020/lib/shared/domain/definition/case-type.model.mjs +12 -0
  307. package/esm2020/lib/shared/domain/definition/event-case-field.model.mjs +4 -0
  308. package/esm2020/lib/shared/domain/definition/field-type.model.mjs +22 -0
  309. package/esm2020/lib/shared/domain/definition/fixed-list-item.model.mjs +3 -0
  310. package/esm2020/lib/shared/domain/definition/jurisdiction.model.mjs +3 -0
  311. package/esm2020/lib/shared/domain/document/document-data.model.mjs +14 -0
  312. package/esm2020/lib/shared/domain/draft.model.mjs +11 -0
  313. package/esm2020/lib/shared/domain/http/http-error.model.mjs +40 -0
  314. package/esm2020/lib/shared/domain/organisation/organisation-converter.mjs +42 -0
  315. package/esm2020/lib/shared/domain/pagination-metadata.model.mjs +3 -0
  316. package/esm2020/lib/shared/domain/profile/profile.model.mjs +29 -0
  317. package/esm2020/lib/shared/domain/search/field.model.mjs +11 -0
  318. package/esm2020/lib/shared/domain/search/search-result-view-column.model.mjs +3 -0
  319. package/esm2020/lib/shared/domain/search/search-result-view-item.model.mjs +12 -0
  320. package/esm2020/lib/shared/domain/search/search-result-view.model.mjs +23 -0
  321. package/esm2020/lib/shared/domain/search/sorting/sort-parameters.mjs +7 -0
  322. package/esm2020/lib/shared/domain/workbasket/workbasket-input.model.mjs +5 -0
  323. package/esm2020/lib/shared/fixture/case-field-builder.mjs +69 -0
  324. package/esm2020/lib/shared/pipes/case-reference/case-reference.pipe.mjs +33 -0
  325. package/esm2020/lib/shared/pipes/case-title/ccd-case-title.pipe.mjs +29 -0
  326. package/esm2020/lib/shared/pipes/complex/ccd-collection-table-value-case-fields.pipe.mjs +32 -0
  327. package/esm2020/lib/shared/pipes/complex/ccd-cyapage-label-filter.pipe.mjs +29 -0
  328. package/esm2020/lib/shared/pipes/complex/ccd-page-fields.pipe.mjs +39 -0
  329. package/esm2020/lib/shared/pipes/complex/ccd-read-fields-filter.pipe.mjs +173 -0
  330. package/esm2020/lib/shared/pipes/complex/ccd-tab-fields.pipe.mjs +31 -0
  331. package/esm2020/lib/shared/pipes/complex/fields-filter.pipe.mjs +105 -0
  332. package/esm2020/lib/shared/pipes/generic/enum-display-description/enum-display-description.pipe.mjs +16 -0
  333. package/esm2020/lib/shared/pipes/link-cases-from-reason-code/ccd-link-cases-from-reason-code.pipe.mjs +27 -0
  334. package/esm2020/lib/shared/pipes/link-cases-reason-code/ccd-link-cases-reason-code.pipe.mjs +27 -0
  335. package/esm2020/lib/shared/pipes/pipes.module.mjs +64 -0
  336. package/esm2020/lib/shared/pipes/search-result/sorting/sort-search-result.pipe.mjs +24 -0
  337. package/esm2020/lib/shared/services/activity/activity.polling.service.mjs +114 -0
  338. package/esm2020/lib/shared/services/activity/activity.service.mjs +82 -0
  339. package/esm2020/lib/shared/services/addresses/address-parser.mjs +76 -0
  340. package/esm2020/lib/shared/services/addresses/addresses.service.mjs +63 -0
  341. package/esm2020/lib/shared/services/alert/alert.service.mjs +142 -0
  342. package/esm2020/lib/shared/services/auth/auth.service.mjs +33 -0
  343. package/esm2020/lib/shared/services/banners/banners.service.mjs +33 -0
  344. package/esm2020/lib/shared/services/browser/browser.service.mjs +24 -0
  345. package/esm2020/lib/shared/services/case-fields/case-field.service.mjs +34 -0
  346. package/esm2020/lib/shared/services/case-fields/format-translator.service.mjs +242 -0
  347. package/esm2020/lib/shared/services/case-file-view/case-file-view.service.mjs +46 -0
  348. package/esm2020/lib/shared/services/case-flag/case-flag-refdata.service.mjs +102 -0
  349. package/esm2020/lib/shared/services/common-data-service/common-data-service.mjs +28 -0
  350. package/esm2020/lib/shared/services/definitions/definitions.module.mjs +19 -0
  351. package/esm2020/lib/shared/services/definitions/definitions.service.mjs +30 -0
  352. package/esm2020/lib/shared/services/document-management/document-management.service.mjs +112 -0
  353. package/esm2020/lib/shared/services/draft/draft.service.mjs +86 -0
  354. package/esm2020/lib/shared/services/error/error-notifier.service.mjs +18 -0
  355. package/esm2020/lib/shared/services/eventStatusService/event-status.service.mjs +21 -0
  356. package/esm2020/lib/shared/services/fields/fields.purger.mjs +304 -0
  357. package/esm2020/lib/shared/services/fields/fields.utils.mjs +615 -0
  358. package/esm2020/lib/shared/services/form/field-type-sanitiser.mjs +102 -0
  359. package/esm2020/lib/shared/services/form/form-error.service.mjs +46 -0
  360. package/esm2020/lib/shared/services/form/form-validators.service.mjs +82 -0
  361. package/esm2020/lib/shared/services/form/form-value.service.mjs +551 -0
  362. package/esm2020/lib/shared/services/http/http-error.service.mjs +65 -0
  363. package/esm2020/lib/shared/services/http/http.service.mjs +93 -0
  364. package/esm2020/lib/shared/services/jurisdiction/jurisdiction.service.mjs +33 -0
  365. package/esm2020/lib/shared/services/loading/loading.module.mjs +22 -0
  366. package/esm2020/lib/shared/services/loading/loading.service.mjs +33 -0
  367. package/esm2020/lib/shared/services/navigation/navigation-notifier.service.mjs +18 -0
  368. package/esm2020/lib/shared/services/order/order.service.mjs +39 -0
  369. package/esm2020/lib/shared/services/organisation/organisation.service.mjs +54 -0
  370. package/esm2020/lib/shared/services/profile/profile.notifier.mjs +19 -0
  371. package/esm2020/lib/shared/services/profile/profile.service.mjs +34 -0
  372. package/esm2020/lib/shared/services/request/request.options.builder.mjs +61 -0
  373. package/esm2020/lib/shared/services/router/router-helper.service.mjs +20 -0
  374. package/esm2020/lib/shared/services/search/search.service.mjs +89 -0
  375. package/esm2020/lib/shared/services/search-result/sorting/search-result-view-item-comparator-factory.mjs +71 -0
  376. package/esm2020/lib/shared/services/session/session-storage.service.mjs +34 -0
  377. package/esm2020/lib/shared/services/utils/retry/retry.service.mjs +86 -0
  378. package/esm2020/lib/shared/services/window/window.service.mjs +40 -0
  379. package/esm2020/lib/shared/services/workbasket/workbasket-input-filter.service.mjs +53 -0
  380. package/esm2020/lib/shared/test/test-route-snapshot-builder.mjs +40 -0
  381. package/fesm2015/hmcts-ccd-case-ui-toolkit.mjs +38812 -0
  382. package/fesm2015/hmcts-ccd-case-ui-toolkit.mjs.map +1 -0
  383. package/fesm2020/hmcts-ccd-case-ui-toolkit.mjs +35830 -0
  384. package/fesm2020/hmcts-ccd-case-ui-toolkit.mjs.map +1 -0
  385. package/lib/components/banners/alert/alert.component.d.ts +1 -1
  386. package/lib/components/banners/notification-banner/notification-banner.component.d.ts +1 -1
  387. package/lib/components/footer/footer.component.d.ts +1 -1
  388. package/lib/components/form/date-input/date-input.component.d.ts +1 -1
  389. package/lib/components/header/header-bar/header-bar.component.d.ts +1 -1
  390. package/lib/components/header/navigation/navigation-item.component.d.ts +1 -1
  391. package/lib/components/header/navigation/navigation.component.d.ts +1 -1
  392. package/lib/components/header/phase/phase.component.d.ts +1 -1
  393. package/lib/components/tabs/tab.component.d.ts +1 -1
  394. package/lib/shared/commons/case-edit-data/case-edit-validation.model.d.ts +1 -1
  395. package/lib/shared/commons/case-edit-data/case-edit-validation.model.d.ts.map +1 -1
  396. package/lib/shared/components/activity/activity-banner/activity-banner.component.d.ts +1 -1
  397. package/lib/shared/components/activity/activity-icon/activity-icon.component.d.ts +1 -1
  398. package/lib/shared/components/activity/activity.component.d.ts +1 -1
  399. package/lib/shared/components/case-editor/case-create/case-create.component.d.ts +1 -1
  400. package/lib/shared/components/case-editor/case-edit/case-edit.component.d.ts +2 -1
  401. package/lib/shared/components/case-editor/case-edit/case-edit.component.d.ts.map +1 -1
  402. package/lib/shared/components/case-editor/case-edit-form/case-edit-form.component.d.ts +1 -1
  403. package/lib/shared/components/case-editor/case-edit-generic-errors/case-edit-generic-errors.component.d.ts +1 -1
  404. package/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.d.ts.map +1 -1
  405. package/lib/shared/components/case-editor/case-event-completion/case-event-completion.component.d.ts +1 -1
  406. package/lib/shared/components/case-editor/case-progress/case-progress.component.d.ts +1 -1
  407. package/lib/shared/components/case-header/case-header.component.d.ts +1 -1
  408. package/lib/shared/components/case-history/case-history.component.d.ts +1 -1
  409. package/lib/shared/components/case-list/case-list.component.d.ts +1 -1
  410. package/lib/shared/components/case-list-filters/case-list-filters.component.d.ts +1 -1
  411. package/lib/shared/components/case-timeline/case-timeline.component.d.ts +1 -1
  412. package/lib/shared/components/case-viewer/case-basic-access-view/case-basic-access-view.component.d.ts +1 -1
  413. package/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.d.ts +1 -1
  414. package/lib/shared/components/case-viewer/case-view/case-view.component.d.ts +1 -1
  415. package/lib/shared/components/case-viewer/case-viewer.component.d.ts +1 -1
  416. package/lib/shared/components/create-case-filters/create-case-filters.component.d.ts +1 -1
  417. package/lib/shared/components/error/callback-errors.component.d.ts +1 -1
  418. package/lib/shared/components/error-message/error-message.component.d.ts +1 -1
  419. package/lib/shared/components/event-start/components/task-cancelled/task-cancelled.component.d.ts +1 -1
  420. package/lib/shared/components/event-start/components/task-conflict/task-conflict.component.d.ts +1 -1
  421. package/lib/shared/components/event-trigger/event-trigger.component.d.ts +1 -1
  422. package/lib/shared/components/loading-spinner/loading-spinner.component.d.ts +1 -1
  423. package/lib/shared/components/pagination/pagination.component.d.ts +1 -1
  424. package/lib/shared/components/palette/address/write-address-field.component.d.ts.map +1 -1
  425. package/lib/shared/components/palette/base-field/abstract-field-read.component.d.ts +1 -1
  426. package/lib/shared/components/palette/base-field/abstract-field-write.component.d.ts +1 -1
  427. package/lib/shared/components/palette/base-field/abstract-form-field.component.d.ts +2 -2
  428. package/lib/shared/components/palette/base-field/abstract-form-field.component.d.ts.map +1 -1
  429. package/lib/shared/components/palette/base-field/field-read-label.component.d.ts +1 -1
  430. package/lib/shared/components/palette/base-field/field-read.component.d.ts +1 -1
  431. package/lib/shared/components/palette/base-field/field-write.component.d.ts +1 -1
  432. package/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder-document-actions/case-file-view-folder-document-actions.component.d.ts +1 -1
  433. package/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder.component.d.ts +1 -1
  434. package/lib/shared/components/palette/case-file-view/components/shared/case-file-view-overlay-menu/case-file-view-overlay-menu.component.d.ts +1 -1
  435. package/lib/shared/components/palette/case-flag/components/add-comments/add-comments.component.d.ts +1 -1
  436. package/lib/shared/components/palette/case-flag/components/case-flag-summary-list/case-flag-summary-list.component.d.ts +1 -1
  437. package/lib/shared/components/palette/case-flag/components/case-flag-table/case-flag-table.component.d.ts +1 -1
  438. package/lib/shared/components/palette/case-flag/components/confirm-flag-status/confirm-flag-status.component.d.ts +1 -1
  439. package/lib/shared/components/palette/case-flag/components/manage-case-flags/manage-case-flags.component.d.ts +1 -1
  440. package/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter.component.d.ts +1 -1
  441. package/lib/shared/components/palette/case-flag/components/select-flag-location/select-flag-location.component.d.ts +1 -1
  442. package/lib/shared/components/palette/case-flag/components/select-flag-type/select-flag-type.component.d.ts +1 -1
  443. package/lib/shared/components/palette/case-flag/components/update-flag/update-flag-add-translation-form/update-flag-add-translation-form.component.d.ts +1 -1
  444. package/lib/shared/components/palette/case-flag/components/update-flag/update-flag.component.d.ts +1 -1
  445. package/lib/shared/components/palette/collection/write-collection-field.component.d.ts +2 -2
  446. package/lib/shared/components/palette/collection/write-collection-field.component.d.ts.map +1 -1
  447. package/lib/shared/components/palette/complex/read-complex-field-raw.component.d.ts +1 -1
  448. package/lib/shared/components/palette/complex/read-complex-field-table.component.d.ts +1 -1
  449. package/lib/shared/components/palette/complex/read-complex-field.component.d.ts +1 -1
  450. package/lib/shared/components/palette/complex/write-complex-field.component.d.ts +1 -1
  451. package/lib/shared/components/palette/datetime-picker/datetime-picker.component.d.ts +1 -1
  452. package/lib/shared/components/palette/history/event-log/event-log-details.component.d.ts +1 -1
  453. package/lib/shared/components/palette/history/event-log/event-log-table.component.d.ts +1 -1
  454. package/lib/shared/components/palette/history/event-log/event-log.component.d.ts +1 -1
  455. package/lib/shared/components/palette/label/label-field.component.d.ts +1 -1
  456. package/lib/shared/components/palette/linked-cases/components/linked-cases-table/linked-cases-from-table.component.d.ts +1 -1
  457. package/lib/shared/components/palette/linked-cases/components/linked-cases-table/linked-cases-to-table.component.d.ts +1 -1
  458. package/lib/shared/components/palette/markdown/markdown-component.module.d.ts +2 -2
  459. package/lib/shared/components/palette/markdown/markdown.component.d.ts +4 -2
  460. package/lib/shared/components/palette/markdown/markdown.component.d.ts.map +1 -1
  461. package/lib/shared/components/palette/money-gbp/money-gbp-input.component.d.ts +1 -1
  462. package/lib/shared/components/palette/money-gbp/read-money-gbp-field.component.d.ts +1 -1
  463. package/lib/shared/components/palette/order-summary/read-order-summary-row.component.d.ts +1 -1
  464. package/lib/shared/components/palette/organisation/read-organisation-field-raw.component.d.ts +1 -1
  465. package/lib/shared/components/palette/organisation/read-organisation-field-table.component.d.ts +1 -1
  466. package/lib/shared/components/palette/organisation/read-organisation-field.component.d.ts +1 -1
  467. package/lib/shared/components/palette/organisation/write-organisation-complex-field.component.d.ts +1 -1
  468. package/lib/shared/components/palette/palette.module.d.ts +2 -2
  469. package/lib/shared/components/palette/palette.module.d.ts.map +1 -1
  470. package/lib/shared/components/palette/query-management/components/qualifying-questions/qualifying-question-detail/qualifying-question-detail.component.d.ts +1 -1
  471. package/lib/shared/components/palette/query-management/components/qualifying-questions/qualifying-question-options/qualifying-question-options.component.d.ts +1 -1
  472. package/lib/shared/components/palette/query-management/components/query-attachments-read/query-attachments-read.component.d.ts +1 -1
  473. package/lib/shared/components/palette/query-management/components/query-check-your-answers/query-check-your-answers.component.d.ts +1 -1
  474. package/lib/shared/components/palette/query-management/components/query-details/query-details.component.d.ts +1 -1
  475. package/lib/shared/components/palette/query-management/components/query-event-completion/query-event-completion.component.d.ts +1 -1
  476. package/lib/shared/components/palette/query-management/components/query-list/query-list.component.d.ts +1 -1
  477. package/lib/shared/components/palette/query-management/components/query-write/query-write-add-documents/query-write-add-documents.component.d.ts +1 -1
  478. package/lib/shared/components/palette/query-management/components/query-write/query-write-date-input/query-write-date-input.component.d.ts +1 -1
  479. package/lib/shared/components/palette/query-management/components/query-write/query-write-raise-query/query-write-raise-query.component.d.ts +1 -1
  480. package/lib/shared/components/palette/query-management/components/query-write/query-write-respond-to-query/query-write-respond-to-query.component.d.ts +1 -1
  481. package/lib/shared/components/palette/query-management/models/qualifying-questions/casetype-qualifying-questions.model.d.ts +1 -1
  482. package/lib/shared/components/palette/query-management/models/qualifying-questions/casetype-qualifying-questions.model.d.ts.map +1 -1
  483. package/lib/shared/components/search-filters/search-filters-wrapper.component.d.ts +1 -1
  484. package/lib/shared/components/search-filters/search-filters.component.d.ts +1 -1
  485. package/lib/shared/components/search-result/search-result.component.d.ts +1 -1
  486. package/lib/shared/components/workbasket-filters/workbasket-filters.component.d.ts +1 -1
  487. package/lib/shared/directives/conditional-show/conditional-show-form.directive.d.ts +1 -1
  488. package/lib/shared/directives/substitutor/label-substitutor.directive.d.ts +1 -1
  489. package/lib/shared/domain/alert/alert-level.model.d.ts +1 -1
  490. package/lib/shared/domain/alert/alert-level.model.d.ts.map +1 -1
  491. package/lib/shared/domain/case-view/access-types.model.d.ts +1 -1
  492. package/lib/shared/domain/case-view/access-types.model.d.ts.map +1 -1
  493. package/lib/shared/domain/case-view/role-request.model.d.ts +4 -4
  494. package/lib/shared/domain/case-view/role-request.model.d.ts.map +1 -1
  495. package/lib/shared/domain/definition/field-type-enum.model.d.ts +1 -1
  496. package/lib/shared/domain/definition/field-type-enum.model.d.ts.map +1 -1
  497. package/lib/shared/domain/predicate.model.d.ts +1 -1
  498. package/lib/shared/domain/predicate.model.d.ts.map +1 -1
  499. package/lib/shared/pipes/complex/fields-filter.pipe.d.ts.map +1 -1
  500. package/lib/shared/services/order/order.service.d.ts +2 -2
  501. package/lib/shared/services/order/order.service.d.ts.map +1 -1
  502. package/lib/shared/services/request/request.options.builder.d.ts +1 -1
  503. package/lib/shared/services/request/request.options.builder.d.ts.map +1 -1
  504. package/package.json +12 -6
  505. package/esm2022/lib/app.config.mjs +0 -93
  506. package/esm2022/lib/components/banners/alert/alert-icon-class.pipe.mjs +0 -25
  507. package/esm2022/lib/components/banners/alert/alert.component.mjs +0 -92
  508. package/esm2022/lib/components/banners/alert/alert.module.mjs +0 -32
  509. package/esm2022/lib/components/banners/banners.module.mjs +0 -32
  510. package/esm2022/lib/components/banners/notification-banner/notification-banner.component.mjs +0 -116
  511. package/esm2022/lib/components/banners/notification-banner/notification-banner.module.mjs +0 -19
  512. package/esm2022/lib/components/body/body.component.mjs +0 -21
  513. package/esm2022/lib/components/body/body.module.mjs +0 -20
  514. package/esm2022/lib/components/footer/footer.component.mjs +0 -109
  515. package/esm2022/lib/components/footer/footers.module.mjs +0 -25
  516. package/esm2022/lib/components/form/date-input/date-input.component.mjs +0 -341
  517. package/esm2022/lib/components/form/form.module.mjs +0 -29
  518. package/esm2022/lib/components/header/header-bar/header-bar.component.mjs +0 -98
  519. package/esm2022/lib/components/header/headers.module.mjs +0 -25
  520. package/esm2022/lib/components/header/navigation/navigation-item.component.mjs +0 -45
  521. package/esm2022/lib/components/header/navigation/navigation.component.mjs +0 -26
  522. package/esm2022/lib/components/header/phase/phase.component.mjs +0 -49
  523. package/esm2022/lib/components/tabs/tab.component.mjs +0 -32
  524. package/esm2022/lib/components/tabs/tabs.component.mjs +0 -83
  525. package/esm2022/lib/components/tabs/tabs.module.mjs +0 -38
  526. package/esm2022/lib/shared/commons/address-validation-constants.mjs +0 -13
  527. package/esm2022/lib/shared/commons/case-edit-data/case-edit-data.module.mjs +0 -19
  528. package/esm2022/lib/shared/commons/case-edit-data/case-edit-data.service.mjs +0 -46
  529. package/esm2022/lib/shared/commons/constants.mjs +0 -13
  530. package/esm2022/lib/shared/components/activity/activity-banner/activity-banner.component.mjs +0 -43
  531. package/esm2022/lib/shared/components/activity/activity-icon/activity-icon.component.mjs +0 -36
  532. package/esm2022/lib/shared/components/activity/activity.component.mjs +0 -156
  533. package/esm2022/lib/shared/components/activity/activity.module.mjs +0 -55
  534. package/esm2022/lib/shared/components/case-editor/case-access-utils/index.mjs +0 -105
  535. package/esm2022/lib/shared/components/case-editor/case-create/case-create.component.mjs +0 -96
  536. package/esm2022/lib/shared/components/case-editor/case-edit/case-edit.component.mjs +0 -464
  537. package/esm2022/lib/shared/components/case-editor/case-edit-confirm/case-edit-confirm.component.mjs +0 -130
  538. package/esm2022/lib/shared/components/case-editor/case-edit-form/case-edit-form.component.mjs +0 -140
  539. package/esm2022/lib/shared/components/case-editor/case-edit-generic-errors/case-edit-generic-errors.component.mjs +0 -70
  540. package/esm2022/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.mjs +0 -806
  541. package/esm2022/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.mjs +0 -606
  542. package/esm2022/lib/shared/components/case-editor/case-editor.module.mjs +0 -214
  543. package/esm2022/lib/shared/components/case-editor/case-event-completion/case-event-completion.component.mjs +0 -97
  544. package/esm2022/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-cancelled/case-event-completion-task-cancelled.component.mjs +0 -83
  545. package/esm2022/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component.mjs +0 -167
  546. package/esm2022/lib/shared/components/case-editor/case-progress/case-progress.component.mjs +0 -85
  547. package/esm2022/lib/shared/components/case-editor/domain/confirmation.model.mjs +0 -25
  548. package/esm2022/lib/shared/components/case-editor/domain/wizard-page-field-complex-override.model.mjs +0 -9
  549. package/esm2022/lib/shared/components/case-editor/domain/wizard-page-field.model.mjs +0 -7
  550. package/esm2022/lib/shared/components/case-editor/domain/wizard-page.model.mjs +0 -33
  551. package/esm2022/lib/shared/components/case-editor/domain/wizard.model.mjs +0 -55
  552. package/esm2022/lib/shared/components/case-editor/services/case-edit-wizard.guard.mjs +0 -98
  553. package/esm2022/lib/shared/components/case-editor/services/case-flag-state.service.mjs +0 -19
  554. package/esm2022/lib/shared/components/case-editor/services/case-worker.service.mjs +0 -35
  555. package/esm2022/lib/shared/components/case-editor/services/case.notifier.mjs +0 -53
  556. package/esm2022/lib/shared/components/case-editor/services/cases.service.mjs +0 -300
  557. package/esm2022/lib/shared/components/case-editor/services/convert-href-to-router.service.mjs +0 -42
  558. package/esm2022/lib/shared/components/case-editor/services/event-completion-state-machine.service.mjs +0 -153
  559. package/esm2022/lib/shared/components/case-editor/services/event-trigger.service.mjs +0 -18
  560. package/esm2022/lib/shared/components/case-editor/services/judicial-worker.service.mjs +0 -35
  561. package/esm2022/lib/shared/components/case-editor/services/page-validation.service.mjs +0 -59
  562. package/esm2022/lib/shared/components/case-editor/services/valid-page-list-caseFields.service.mjs +0 -40
  563. package/esm2022/lib/shared/components/case-editor/services/wizard-page-field-to-case-field.mapper.mjs +0 -117
  564. package/esm2022/lib/shared/components/case-editor/services/work-allocation.service.mjs +0 -220
  565. package/esm2022/lib/shared/components/case-header/case-header.component.mjs +0 -64
  566. package/esm2022/lib/shared/components/case-header/case-header.module.mjs +0 -33
  567. package/esm2022/lib/shared/components/case-history/case-history.component.mjs +0 -252
  568. package/esm2022/lib/shared/components/case-history/case-history.module.mjs +0 -64
  569. package/esm2022/lib/shared/components/case-history/domain/case-history.model.mjs +0 -37
  570. package/esm2022/lib/shared/components/case-history/services/case-history.service.mjs +0 -43
  571. package/esm2022/lib/shared/components/case-list/case-list.component.mjs +0 -368
  572. package/esm2022/lib/shared/components/case-list/case-list.module.mjs +0 -47
  573. package/esm2022/lib/shared/components/case-list-filters/case-list-filters.component.mjs +0 -57
  574. package/esm2022/lib/shared/components/case-list-filters/case-list-filters.module.mjs +0 -64
  575. package/esm2022/lib/shared/components/case-timeline/case-timeline.component.mjs +0 -115
  576. package/esm2022/lib/shared/components/case-timeline/case-timeline.module.mjs +0 -52
  577. package/esm2022/lib/shared/components/case-viewer/case-basic-access-view/case-basic-access-view.component.mjs +0 -246
  578. package/esm2022/lib/shared/components/case-viewer/case-challenged-access-request/case-challenged-access-request.component.mjs +0 -311
  579. package/esm2022/lib/shared/components/case-viewer/case-challenged-access-success/case-challenged-access-success.component.mjs +0 -75
  580. package/esm2022/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.mjs +0 -156
  581. package/esm2022/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.mjs +0 -698
  582. package/esm2022/lib/shared/components/case-viewer/case-review-specific-access-reject/case-review-specific-access-reject.component.mjs +0 -61
  583. package/esm2022/lib/shared/components/case-viewer/case-review-specific-access-request/case-review-specific-access-request.component.mjs +0 -256
  584. package/esm2022/lib/shared/components/case-viewer/case-specific-access-request/case-specific-access-request.component.mjs +0 -211
  585. package/esm2022/lib/shared/components/case-viewer/case-specific-access-success/case-specific-access-success.component.mjs +0 -50
  586. package/esm2022/lib/shared/components/case-viewer/case-view/case-view.component.mjs +0 -107
  587. package/esm2022/lib/shared/components/case-viewer/case-viewer.component.mjs +0 -133
  588. package/esm2022/lib/shared/components/case-viewer/case-viewer.module.mjs +0 -191
  589. package/esm2022/lib/shared/components/case-viewer/printer/case-printer.component.mjs +0 -117
  590. package/esm2022/lib/shared/components/case-viewer/printer/pipes/print-url.pipe.mjs +0 -61
  591. package/esm2022/lib/shared/components/case-viewer/services/case.resolver.mjs +0 -138
  592. package/esm2022/lib/shared/components/case-viewer/services/event-trigger.resolver.mjs +0 -86
  593. package/esm2022/lib/shared/components/create-case-filters/create-case-filters-selection.model.mjs +0 -11
  594. package/esm2022/lib/shared/components/create-case-filters/create-case-filters.component.mjs +0 -289
  595. package/esm2022/lib/shared/components/create-case-filters/create-case-filters.module.mjs +0 -44
  596. package/esm2022/lib/shared/components/dialogs/delete-or-cancel-dialog/delete-or-cancel-dialog.component.mjs +0 -60
  597. package/esm2022/lib/shared/components/dialogs/dialogs.module.mjs +0 -51
  598. package/esm2022/lib/shared/components/dialogs/document-dialog/document-dialog.component.mjs +0 -62
  599. package/esm2022/lib/shared/components/dialogs/remove-dialog/remove-dialog.component.mjs +0 -60
  600. package/esm2022/lib/shared/components/dialogs/save-or-discard-dialog/save-or-discard-dialog.component.mjs +0 -64
  601. package/esm2022/lib/shared/components/error/callback-errors.component.mjs +0 -147
  602. package/esm2022/lib/shared/components/error/domain/error-context.mjs +0 -6
  603. package/esm2022/lib/shared/components/error/errors.module.mjs +0 -33
  604. package/esm2022/lib/shared/components/error-message/error-message.component.mjs +0 -45
  605. package/esm2022/lib/shared/components/error-message/error-message.module.mjs +0 -41
  606. package/esm2022/lib/shared/components/event-start/components/multiple-tasks-exist/multiple-tasks-exist.component.mjs +0 -62
  607. package/esm2022/lib/shared/components/event-start/components/no-tasks-available/no-tasks-available.component.mjs +0 -56
  608. package/esm2022/lib/shared/components/event-start/components/task-assigned/task-assigned.component.mjs +0 -112
  609. package/esm2022/lib/shared/components/event-start/components/task-cancelled/task-cancelled.component.mjs +0 -70
  610. package/esm2022/lib/shared/components/event-start/components/task-conflict/task-conflict.component.mjs +0 -61
  611. package/esm2022/lib/shared/components/event-start/components/task-unassigned/task-unassigned.component.mjs +0 -56
  612. package/esm2022/lib/shared/components/event-start/event-guard/event-start.guard.mjs +0 -104
  613. package/esm2022/lib/shared/components/event-start/event-start.component.mjs +0 -56
  614. package/esm2022/lib/shared/components/event-start/event-start.module.mjs +0 -71
  615. package/esm2022/lib/shared/components/event-start/resolvers/event-tasks-resolver.service.mjs +0 -31
  616. package/esm2022/lib/shared/components/event-start/services/event-start-state-machine.service.mjs +0 -179
  617. package/esm2022/lib/shared/components/event-trigger/event-trigger.component.mjs +0 -129
  618. package/esm2022/lib/shared/components/event-trigger/event-trigger.module.mjs +0 -37
  619. package/esm2022/lib/shared/components/loading-spinner/loading-spinner.component.mjs +0 -26
  620. package/esm2022/lib/shared/components/loading-spinner/loading-spinner.module.mjs +0 -29
  621. package/esm2022/lib/shared/components/pagination/pagination.component.mjs +0 -260
  622. package/esm2022/lib/shared/components/pagination/pagination.module.mjs +0 -35
  623. package/esm2022/lib/shared/components/palette/address/address-option.model.mjs +0 -23
  624. package/esm2022/lib/shared/components/palette/address/write-address-field.component.mjs +0 -286
  625. package/esm2022/lib/shared/components/palette/base-field/abstract-field-read.component.mjs +0 -30
  626. package/esm2022/lib/shared/components/palette/base-field/abstract-field-write.component.mjs +0 -44
  627. package/esm2022/lib/shared/components/palette/base-field/abstract-form-field.component.mjs +0 -84
  628. package/esm2022/lib/shared/components/palette/base-field/field-read-label.component.mjs +0 -85
  629. package/esm2022/lib/shared/components/palette/base-field/field-read.component.mjs +0 -90
  630. package/esm2022/lib/shared/components/palette/base-field/field-write.component.mjs +0 -78
  631. package/esm2022/lib/shared/components/palette/base-field/payment-field.component.mjs +0 -37
  632. package/esm2022/lib/shared/components/palette/case-file-view/case-file-view-field.component.mjs +0 -181
  633. package/esm2022/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder-document-actions/case-file-view-folder-document-actions.component.mjs +0 -50
  634. package/esm2022/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder-sort/case-file-view-folder-sort.component.mjs +0 -51
  635. package/esm2022/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder.component.mjs +0 -358
  636. package/esm2022/lib/shared/components/palette/case-file-view/components/case-file-view-folder-selector/case-file-view-folder-selector.component.mjs +0 -158
  637. package/esm2022/lib/shared/components/palette/case-file-view/components/shared/case-file-view-overlay-menu/case-file-view-overlay-menu.component.mjs +0 -94
  638. package/esm2022/lib/shared/components/palette/case-flag/components/add-comments/add-comments.component.mjs +0 -190
  639. package/esm2022/lib/shared/components/palette/case-flag/components/case-flag-summary-list/case-flag-summary-list.component.mjs +0 -301
  640. package/esm2022/lib/shared/components/palette/case-flag/components/case-flag-table/case-flag-table.component.mjs +0 -206
  641. package/esm2022/lib/shared/components/palette/case-flag/components/confirm-flag-status/confirm-flag-status.component.mjs +0 -169
  642. package/esm2022/lib/shared/components/palette/case-flag/components/manage-case-flags/manage-case-flags.component.mjs +0 -225
  643. package/esm2022/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter.component.mjs +0 -311
  644. package/esm2022/lib/shared/components/palette/case-flag/components/select-flag-location/select-flag-location.component.mjs +0 -202
  645. package/esm2022/lib/shared/components/palette/case-flag/components/select-flag-type/select-flag-type.component.mjs +0 -353
  646. package/esm2022/lib/shared/components/palette/case-flag/components/update-flag/update-flag-add-translation-form/update-flag-add-translation-form.component.mjs +0 -269
  647. package/esm2022/lib/shared/components/palette/case-flag/components/update-flag/update-flag.component.mjs +0 -510
  648. package/esm2022/lib/shared/components/palette/case-flag/pipes/flag-field-display.pipe.mjs +0 -43
  649. package/esm2022/lib/shared/components/palette/case-flag/pipes/language-interpreter-display.pipe.mjs +0 -43
  650. package/esm2022/lib/shared/components/palette/case-flag/pipes/manage-case-flags-label-display.pipe.mjs +0 -111
  651. package/esm2022/lib/shared/components/palette/case-flag/pipes/update-flag-title-display.pipe.mjs +0 -79
  652. package/esm2022/lib/shared/components/palette/case-flag/read-case-flag-field.component.mjs +0 -253
  653. package/esm2022/lib/shared/components/palette/case-flag/write-case-flag-field.component.mjs +0 -697
  654. package/esm2022/lib/shared/components/palette/case-link/read-case-link-field.component.mjs +0 -33
  655. package/esm2022/lib/shared/components/palette/case-link/write-case-link-field.component.mjs +0 -125
  656. package/esm2022/lib/shared/components/palette/collection/collection-create-checker.service.mjs +0 -42
  657. package/esm2022/lib/shared/components/palette/collection/read-collection-field.component.mjs +0 -78
  658. package/esm2022/lib/shared/components/palette/collection/write-collection-field.component.mjs +0 -447
  659. package/esm2022/lib/shared/components/palette/complex/read-complex-field-collection-table.component.mjs +0 -378
  660. package/esm2022/lib/shared/components/palette/complex/read-complex-field-raw.component.mjs +0 -51
  661. package/esm2022/lib/shared/components/palette/complex/read-complex-field-table.component.mjs +0 -76
  662. package/esm2022/lib/shared/components/palette/complex/read-complex-field.component.mjs +0 -71
  663. package/esm2022/lib/shared/components/palette/complex/write-complex-field.component.mjs +0 -173
  664. package/esm2022/lib/shared/components/palette/date/read-date-field.component.mjs +0 -26
  665. package/esm2022/lib/shared/components/palette/date/write-date-container-field.component.mjs +0 -33
  666. package/esm2022/lib/shared/components/palette/date/write-date-field.component.mjs +0 -77
  667. package/esm2022/lib/shared/components/palette/datetime-picker/datetime-picker.component.mjs +0 -312
  668. package/esm2022/lib/shared/components/palette/document/document-url.pipe.mjs +0 -25
  669. package/esm2022/lib/shared/components/palette/document/file-upload-progress.guard.mjs +0 -31
  670. package/esm2022/lib/shared/components/palette/document/file-upload-state.service.mjs +0 -17
  671. package/esm2022/lib/shared/components/palette/document/read-document-field.component.mjs +0 -88
  672. package/esm2022/lib/shared/components/palette/document/write-document-field.component.mjs +0 -430
  673. package/esm2022/lib/shared/components/palette/dynamic-list/dynamic-list.pipe.mjs +0 -18
  674. package/esm2022/lib/shared/components/palette/dynamic-list/read-dynamic-list-field.component.mjs +0 -37
  675. package/esm2022/lib/shared/components/palette/dynamic-list/write-dynamic-list-field.component.mjs +0 -124
  676. package/esm2022/lib/shared/components/palette/dynamic-multi-select-list/read-dynamic-multi-select-list-field.component.mjs +0 -44
  677. package/esm2022/lib/shared/components/palette/dynamic-multi-select-list/write-dynamic-multi-select-list-field.component.mjs +0 -146
  678. package/esm2022/lib/shared/components/palette/dynamic-radio-list/dynamic-radio-list.pipe.mjs +0 -25
  679. package/esm2022/lib/shared/components/palette/dynamic-radio-list/read-dynamic-radio-list-field.component.mjs +0 -43
  680. package/esm2022/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.mjs +0 -123
  681. package/esm2022/lib/shared/components/palette/email/read-email-field.component.mjs +0 -36
  682. package/esm2022/lib/shared/components/palette/email/write-email-field.component.mjs +0 -74
  683. package/esm2022/lib/shared/components/palette/fixed-list/fixed-list.pipe.mjs +0 -23
  684. package/esm2022/lib/shared/components/palette/fixed-list/read-fixed-list-field.component.mjs +0 -27
  685. package/esm2022/lib/shared/components/palette/fixed-list/write-fixed-list-field.component.mjs +0 -107
  686. package/esm2022/lib/shared/components/palette/fixed-radio-list/fixed-radio-list.pipe.mjs +0 -18
  687. package/esm2022/lib/shared/components/palette/fixed-radio-list/read-fixed-radio-list-field.component.mjs +0 -27
  688. package/esm2022/lib/shared/components/palette/fixed-radio-list/write-fixed-radio-list-field.component.mjs +0 -96
  689. package/esm2022/lib/shared/components/palette/history/case-history-viewer-field.component.mjs +0 -17
  690. package/esm2022/lib/shared/components/palette/history/event-log/event-log-details.component.mjs +0 -99
  691. package/esm2022/lib/shared/components/palette/history/event-log/event-log-table.component.mjs +0 -224
  692. package/esm2022/lib/shared/components/palette/history/event-log/event-log.component.mjs +0 -72
  693. package/esm2022/lib/shared/components/palette/judicial-user/read-judicial-user-field.component.mjs +0 -49
  694. package/esm2022/lib/shared/components/palette/judicial-user/write-judicial-user-field.component.mjs +0 -253
  695. package/esm2022/lib/shared/components/palette/label/label-field.component.mjs +0 -50
  696. package/esm2022/lib/shared/components/palette/linked-cases/components/before-you-start/before-you-start.component.mjs +0 -111
  697. package/esm2022/lib/shared/components/palette/linked-cases/components/check-your-answers/check-your-answers.component.mjs +0 -191
  698. package/esm2022/lib/shared/components/palette/linked-cases/components/link-cases/link-cases.component.mjs +0 -543
  699. package/esm2022/lib/shared/components/palette/linked-cases/components/linked-cases-table/linked-cases-from-table.component.mjs +0 -213
  700. package/esm2022/lib/shared/components/palette/linked-cases/components/linked-cases-table/linked-cases-to-table.component.mjs +0 -287
  701. package/esm2022/lib/shared/components/palette/linked-cases/components/no-linked-cases/no-linked-cases.component.mjs +0 -69
  702. package/esm2022/lib/shared/components/palette/linked-cases/components/unlink-cases/unlink-cases.component.mjs +0 -209
  703. package/esm2022/lib/shared/components/palette/linked-cases/domain/linked-cases.model.mjs +0 -67
  704. package/esm2022/lib/shared/components/palette/linked-cases/read-linked-cases-field.component.mjs +0 -168
  705. package/esm2022/lib/shared/components/palette/linked-cases/services/linked-cases.service.mjs +0 -138
  706. package/esm2022/lib/shared/components/palette/linked-cases/utils/validators.utils.mjs +0 -27
  707. package/esm2022/lib/shared/components/palette/linked-cases/write-linked-cases-field.component.mjs +0 -234
  708. package/esm2022/lib/shared/components/palette/markdown/markdown-component.module.mjs +0 -48
  709. package/esm2022/lib/shared/components/palette/markdown/markdown.component.mjs +0 -81
  710. package/esm2022/lib/shared/components/palette/markdown/routerlink.component.mjs +0 -25
  711. package/esm2022/lib/shared/components/palette/money-gbp/money-gbp-input.component.mjs +0 -128
  712. package/esm2022/lib/shared/components/palette/money-gbp/read-money-gbp-field.component.mjs +0 -50
  713. package/esm2022/lib/shared/components/palette/money-gbp/write-money-gbp-field.component.mjs +0 -79
  714. package/esm2022/lib/shared/components/palette/multi-select-list/read-multi-select-list-field.component.mjs +0 -46
  715. package/esm2022/lib/shared/components/palette/multi-select-list/write-multi-select-list-field.component.mjs +0 -126
  716. package/esm2022/lib/shared/components/palette/number/read-number-field.component.mjs +0 -25
  717. package/esm2022/lib/shared/components/palette/number/write-number-field.component.mjs +0 -74
  718. package/esm2022/lib/shared/components/palette/order-summary/fee-value.model.mjs +0 -4
  719. package/esm2022/lib/shared/components/palette/order-summary/fee.model.mjs +0 -8
  720. package/esm2022/lib/shared/components/palette/order-summary/order-summary.model.mjs +0 -6
  721. package/esm2022/lib/shared/components/palette/order-summary/read-order-summary-field.component.mjs +0 -74
  722. package/esm2022/lib/shared/components/palette/order-summary/read-order-summary-row.component.mjs +0 -45
  723. package/esm2022/lib/shared/components/palette/order-summary/write-order-summary-field.component.mjs +0 -45
  724. package/esm2022/lib/shared/components/palette/organisation/read-organisation-field-raw.component.mjs +0 -88
  725. package/esm2022/lib/shared/components/palette/organisation/read-organisation-field-table.component.mjs +0 -92
  726. package/esm2022/lib/shared/components/palette/organisation/read-organisation-field.component.mjs +0 -52
  727. package/esm2022/lib/shared/components/palette/organisation/write-organisation-complex-field.component.mjs +0 -35
  728. package/esm2022/lib/shared/components/palette/organisation/write-organisation-field.component.mjs +0 -397
  729. package/esm2022/lib/shared/components/palette/palette.module.mjs +0 -736
  730. package/esm2022/lib/shared/components/palette/palette.service.mjs +0 -153
  731. package/esm2022/lib/shared/components/palette/payment/case-payment-history-viewer-field.component.mjs +0 -25
  732. package/esm2022/lib/shared/components/palette/phone-uk/read-phone-uk-field.component.mjs +0 -23
  733. package/esm2022/lib/shared/components/palette/phone-uk/write-phone-uk-field.component.mjs +0 -74
  734. package/esm2022/lib/shared/components/palette/query-management/components/qualifying-questions/qualifying-question-detail/qualifying-question-detail.component.mjs +0 -44
  735. package/esm2022/lib/shared/components/palette/query-management/components/qualifying-questions/qualifying-question-options/qualifying-question-options.component.mjs +0 -150
  736. package/esm2022/lib/shared/components/palette/query-management/components/query-attachments-read/query-attachments-read.component.mjs +0 -67
  737. package/esm2022/lib/shared/components/palette/query-management/components/query-case-details-header/query-case-details-header.component.mjs +0 -61
  738. package/esm2022/lib/shared/components/palette/query-management/components/query-check-your-answers/query-check-your-answers.component.mjs +0 -292
  739. package/esm2022/lib/shared/components/palette/query-management/components/query-details/query-details.component.mjs +0 -330
  740. package/esm2022/lib/shared/components/palette/query-management/components/query-event-completion/query-event-completion.component.mjs +0 -24
  741. package/esm2022/lib/shared/components/palette/query-management/components/query-list/query-list.component.mjs +0 -165
  742. package/esm2022/lib/shared/components/palette/query-management/components/query-write/query-write-add-documents/query-write-add-documents.component.mjs +0 -78
  743. package/esm2022/lib/shared/components/palette/query-management/components/query-write/query-write-date-input/query-write-date-input.component.mjs +0 -121
  744. package/esm2022/lib/shared/components/palette/query-management/components/query-write/query-write-raise-query/query-write-raise-query.component.mjs +0 -202
  745. package/esm2022/lib/shared/components/palette/query-management/components/query-write/query-write-respond-to-query/query-write-respond-to-query.component.mjs +0 -107
  746. package/esm2022/lib/shared/components/palette/query-management/models/query-list/query-list-data/query-list-data.model.mjs +0 -24
  747. package/esm2022/lib/shared/components/palette/query-management/models/query-list/query-list-item/query-list-item.model.mjs +0 -45
  748. package/esm2022/lib/shared/components/palette/query-management/read-query-management-field.component.mjs +0 -124
  749. package/esm2022/lib/shared/components/palette/query-management/utils/query-management.utils.mjs +0 -22
  750. package/esm2022/lib/shared/components/palette/text/read-text-field.component.mjs +0 -25
  751. package/esm2022/lib/shared/components/palette/text/write-text-field.component.mjs +0 -78
  752. package/esm2022/lib/shared/components/palette/text-area/read-text-area-field.component.mjs +0 -25
  753. package/esm2022/lib/shared/components/palette/text-area/write-text-area-field.component.mjs +0 -89
  754. package/esm2022/lib/shared/components/palette/unsupported-field.component.mjs +0 -18
  755. package/esm2022/lib/shared/components/palette/utils/dash.pipe.mjs +0 -16
  756. package/esm2022/lib/shared/components/palette/utils/date.pipe.mjs +0 -133
  757. package/esm2022/lib/shared/components/palette/utils/field-label.pipe.mjs +0 -30
  758. package/esm2022/lib/shared/components/palette/utils/first-error.pipe.mjs +0 -65
  759. package/esm2022/lib/shared/components/palette/utils/is-compound.pipe.mjs +0 -43
  760. package/esm2022/lib/shared/components/palette/utils/is-mandatory.pipe.mjs +0 -22
  761. package/esm2022/lib/shared/components/palette/utils/is-read-only-and-not-collection.pipe.mjs +0 -32
  762. package/esm2022/lib/shared/components/palette/utils/is-read-only.pipe.mjs +0 -22
  763. package/esm2022/lib/shared/components/palette/utils/utils.module.mjs +0 -71
  764. package/esm2022/lib/shared/components/palette/waystopay/waystopay-field.component.mjs +0 -35
  765. package/esm2022/lib/shared/components/palette/yes-no/read-yes-no-field.component.mjs +0 -37
  766. package/esm2022/lib/shared/components/palette/yes-no/write-yes-no-field.component.mjs +0 -102
  767. package/esm2022/lib/shared/components/palette/yes-no/yes-no.service.mjs +0 -50
  768. package/esm2022/lib/shared/components/search-filters/domain/search-input.model.mjs +0 -15
  769. package/esm2022/lib/shared/components/search-filters/search-filters-wrapper.component.mjs +0 -63
  770. package/esm2022/lib/shared/components/search-filters/search-filters.component.mjs +0 -341
  771. package/esm2022/lib/shared/components/search-filters/search-filters.module.mjs +0 -71
  772. package/esm2022/lib/shared/components/search-result/search-result.component.mjs +0 -822
  773. package/esm2022/lib/shared/components/search-result/search-result.module.mjs +0 -82
  774. package/esm2022/lib/shared/components/workbasket-filters/workbasket-filters.component.mjs +0 -497
  775. package/esm2022/lib/shared/components/workbasket-filters/workbasket-filters.module.mjs +0 -67
  776. package/esm2022/lib/shared/directives/conditional-show/conditional-show-form.directive.mjs +0 -169
  777. package/esm2022/lib/shared/directives/conditional-show/conditional-show.module.mjs +0 -33
  778. package/esm2022/lib/shared/directives/conditional-show/domain/conditional-show.model.mjs +0 -201
  779. package/esm2022/lib/shared/directives/conditional-show/services/condition-parser.service.mjs +0 -200
  780. package/esm2022/lib/shared/directives/conditional-show/services/conditional-show-registrar.service.mjs +0 -17
  781. package/esm2022/lib/shared/directives/conditional-show/services/grey-bar.service.mjs +0 -48
  782. package/esm2022/lib/shared/directives/focus-element/focus-element.directive.mjs +0 -38
  783. package/esm2022/lib/shared/directives/focus-element/focus-element.module.mjs +0 -21
  784. package/esm2022/lib/shared/directives/substitutor/label-substitutor.directive.mjs +0 -88
  785. package/esm2022/lib/shared/directives/substitutor/label-substitutor.module.mjs +0 -30
  786. package/esm2022/lib/shared/directives/substitutor/services/placeholder.service.mjs +0 -209
  787. package/esm2022/lib/shared/domain/activity/activity.model.mjs +0 -17
  788. package/esm2022/lib/shared/domain/addresses/address.model.mjs +0 -11
  789. package/esm2022/lib/shared/domain/alert/alert.model.mjs +0 -5
  790. package/esm2022/lib/shared/domain/case-details.model.mjs +0 -13
  791. package/esm2022/lib/shared/domain/case-event-data.model.mjs +0 -11
  792. package/esm2022/lib/shared/domain/case-file-view/case-file-view-category.model.mjs +0 -8
  793. package/esm2022/lib/shared/domain/case-file-view/case-file-view-document.model.mjs +0 -10
  794. package/esm2022/lib/shared/domain/case-file-view/categories-and-documents.model.mjs +0 -10
  795. package/esm2022/lib/shared/domain/case-file-view/document-tree-node/document-tree-node.model.mjs +0 -125
  796. package/esm2022/lib/shared/domain/case-flag/flag-type.model.mjs +0 -37
  797. package/esm2022/lib/shared/domain/case-flag/hmcts-service-detail.model.mjs +0 -18
  798. package/esm2022/lib/shared/domain/case-view/case-event-trigger.model.mjs +0 -34
  799. package/esm2022/lib/shared/domain/case-view/case-print-document.model.mjs +0 -6
  800. package/esm2022/lib/shared/domain/case-view/case-tab.model.mjs +0 -17
  801. package/esm2022/lib/shared/domain/case-view/case-view-event.model.mjs +0 -16
  802. package/esm2022/lib/shared/domain/case-view/case-view-trigger.model.mjs +0 -7
  803. package/esm2022/lib/shared/domain/case-view/case-view.model.mjs +0 -27
  804. package/esm2022/lib/shared/domain/definition/access-control-list.model.mjs +0 -8
  805. package/esm2022/lib/shared/domain/definition/banner.model.mjs +0 -8
  806. package/esm2022/lib/shared/domain/definition/case-event.model.mjs +0 -11
  807. package/esm2022/lib/shared/domain/definition/case-field.model.mjs +0 -218
  808. package/esm2022/lib/shared/domain/definition/case-state.model.mjs +0 -7
  809. package/esm2022/lib/shared/domain/definition/case-type-lite.model.mjs +0 -10
  810. package/esm2022/lib/shared/domain/definition/case-type.model.mjs +0 -20
  811. package/esm2022/lib/shared/domain/definition/event-case-field.model.mjs +0 -6
  812. package/esm2022/lib/shared/domain/definition/field-type.model.mjs +0 -30
  813. package/esm2022/lib/shared/domain/definition/fixed-list-item.model.mjs +0 -6
  814. package/esm2022/lib/shared/domain/definition/jurisdiction.model.mjs +0 -8
  815. package/esm2022/lib/shared/domain/document/document-data.model.mjs +0 -28
  816. package/esm2022/lib/shared/domain/draft.model.mjs +0 -16
  817. package/esm2022/lib/shared/domain/http/http-error.model.mjs +0 -49
  818. package/esm2022/lib/shared/domain/organisation/organisation-converter.mjs +0 -42
  819. package/esm2022/lib/shared/domain/pagination-metadata.model.mjs +0 -5
  820. package/esm2022/lib/shared/domain/profile/profile.model.mjs +0 -33
  821. package/esm2022/lib/shared/domain/search/field.model.mjs +0 -17
  822. package/esm2022/lib/shared/domain/search/search-result-view-column.model.mjs +0 -9
  823. package/esm2022/lib/shared/domain/search/search-result-view-item.model.mjs +0 -18
  824. package/esm2022/lib/shared/domain/search/search-result-view.model.mjs +0 -26
  825. package/esm2022/lib/shared/domain/search/sorting/sort-parameters.mjs +0 -9
  826. package/esm2022/lib/shared/domain/workbasket/workbasket-input.model.mjs +0 -11
  827. package/esm2022/lib/shared/fixture/case-field-builder.mjs +0 -67
  828. package/esm2022/lib/shared/pipes/case-reference/case-reference.pipe.mjs +0 -33
  829. package/esm2022/lib/shared/pipes/case-title/ccd-case-title.pipe.mjs +0 -31
  830. package/esm2022/lib/shared/pipes/complex/ccd-collection-table-value-case-fields.pipe.mjs +0 -32
  831. package/esm2022/lib/shared/pipes/complex/ccd-cyapage-label-filter.pipe.mjs +0 -27
  832. package/esm2022/lib/shared/pipes/complex/ccd-page-fields.pipe.mjs +0 -39
  833. package/esm2022/lib/shared/pipes/complex/ccd-read-fields-filter.pipe.mjs +0 -173
  834. package/esm2022/lib/shared/pipes/complex/ccd-tab-fields.pipe.mjs +0 -31
  835. package/esm2022/lib/shared/pipes/complex/fields-filter.pipe.mjs +0 -105
  836. package/esm2022/lib/shared/pipes/generic/enum-display-description/enum-display-description.pipe.mjs +0 -16
  837. package/esm2022/lib/shared/pipes/link-cases-from-reason-code/ccd-link-cases-from-reason-code.pipe.mjs +0 -28
  838. package/esm2022/lib/shared/pipes/link-cases-reason-code/ccd-link-cases-reason-code.pipe.mjs +0 -28
  839. package/esm2022/lib/shared/pipes/pipes.module.mjs +0 -64
  840. package/esm2022/lib/shared/pipes/search-result/sorting/sort-search-result.pipe.mjs +0 -24
  841. package/esm2022/lib/shared/services/activity/activity.polling.service.mjs +0 -122
  842. package/esm2022/lib/shared/services/activity/activity.service.mjs +0 -85
  843. package/esm2022/lib/shared/services/addresses/address-parser.mjs +0 -76
  844. package/esm2022/lib/shared/services/addresses/addresses.service.mjs +0 -65
  845. package/esm2022/lib/shared/services/alert/alert.service.mjs +0 -157
  846. package/esm2022/lib/shared/services/auth/auth.service.mjs +0 -35
  847. package/esm2022/lib/shared/services/banners/banners.service.mjs +0 -35
  848. package/esm2022/lib/shared/services/browser/browser.service.mjs +0 -24
  849. package/esm2022/lib/shared/services/case-fields/case-field.service.mjs +0 -34
  850. package/esm2022/lib/shared/services/case-fields/format-translator.service.mjs +0 -242
  851. package/esm2022/lib/shared/services/case-file-view/case-file-view.service.mjs +0 -48
  852. package/esm2022/lib/shared/services/case-flag/case-flag-refdata.service.mjs +0 -104
  853. package/esm2022/lib/shared/services/common-data-service/common-data-service.mjs +0 -29
  854. package/esm2022/lib/shared/services/definitions/definitions.module.mjs +0 -19
  855. package/esm2022/lib/shared/services/definitions/definitions.service.mjs +0 -32
  856. package/esm2022/lib/shared/services/document-management/document-management.service.mjs +0 -114
  857. package/esm2022/lib/shared/services/draft/draft.service.mjs +0 -89
  858. package/esm2022/lib/shared/services/error/error-notifier.service.mjs +0 -16
  859. package/esm2022/lib/shared/services/eventStatusService/event-status.service.mjs +0 -21
  860. package/esm2022/lib/shared/services/fields/fields.purger.mjs +0 -305
  861. package/esm2022/lib/shared/services/fields/fields.utils.mjs +0 -615
  862. package/esm2022/lib/shared/services/form/field-type-sanitiser.mjs +0 -102
  863. package/esm2022/lib/shared/services/form/form-error.service.mjs +0 -46
  864. package/esm2022/lib/shared/services/form/form-validators.service.mjs +0 -82
  865. package/esm2022/lib/shared/services/form/form-value.service.mjs +0 -552
  866. package/esm2022/lib/shared/services/http/http-error.service.mjs +0 -67
  867. package/esm2022/lib/shared/services/http/http.service.mjs +0 -95
  868. package/esm2022/lib/shared/services/jurisdiction/jurisdiction.service.mjs +0 -35
  869. package/esm2022/lib/shared/services/loading/loading.module.mjs +0 -22
  870. package/esm2022/lib/shared/services/loading/loading.service.mjs +0 -31
  871. package/esm2022/lib/shared/services/navigation/navigation-notifier.service.mjs +0 -16
  872. package/esm2022/lib/shared/services/order/order.service.mjs +0 -37
  873. package/esm2022/lib/shared/services/organisation/organisation.service.mjs +0 -57
  874. package/esm2022/lib/shared/services/profile/profile.notifier.mjs +0 -17
  875. package/esm2022/lib/shared/services/profile/profile.service.mjs +0 -36
  876. package/esm2022/lib/shared/services/request/request.options.builder.mjs +0 -61
  877. package/esm2022/lib/shared/services/router/router-helper.service.mjs +0 -20
  878. package/esm2022/lib/shared/services/search/search.service.mjs +0 -96
  879. package/esm2022/lib/shared/services/search-result/sorting/search-result-view-item-comparator-factory.mjs +0 -71
  880. package/esm2022/lib/shared/services/session/session-storage.service.mjs +0 -34
  881. package/esm2022/lib/shared/services/utils/retry/retry.service.mjs +0 -87
  882. package/esm2022/lib/shared/services/window/window.service.mjs +0 -40
  883. package/esm2022/lib/shared/services/workbasket/workbasket-input-filter.service.mjs +0 -57
  884. package/esm2022/lib/shared/test/test-route-snapshot-builder.mjs +0 -38
  885. package/fesm2022/hmcts-ccd-case-ui-toolkit.mjs +0 -37120
  886. package/fesm2022/hmcts-ccd-case-ui-toolkit.mjs.map +0 -1
  887. /package/{esm2022 → esm2020}/hmcts-ccd-case-ui-toolkit.mjs +0 -0
  888. /package/{esm2022 → esm2020}/lib/components/banners/alert/index.mjs +0 -0
  889. /package/{esm2022 → esm2020}/lib/components/banners/index.mjs +0 -0
  890. /package/{esm2022 → esm2020}/lib/components/banners/notification-banner/domain/index.mjs +0 -0
  891. /package/{esm2022 → esm2020}/lib/components/banners/notification-banner/domain/notification-banner-config.model.mjs +0 -0
  892. /package/{esm2022 → esm2020}/lib/components/banners/notification-banner/enums/index.mjs +0 -0
  893. /package/{esm2022 → esm2020}/lib/components/banners/notification-banner/enums/notification-banner-style.enum.mjs +0 -0
  894. /package/{esm2022 → esm2020}/lib/components/banners/notification-banner/enums/notification-banner-type.enum.mjs +0 -0
  895. /package/{esm2022 → esm2020}/lib/components/banners/notification-banner/index.mjs +0 -0
  896. /package/{esm2022 → esm2020}/lib/components/body/index.mjs +0 -0
  897. /package/{esm2022 → esm2020}/lib/components/footer/index.mjs +0 -0
  898. /package/{esm2022 → esm2020}/lib/components/form/date-input/index.mjs +0 -0
  899. /package/{esm2022 → esm2020}/lib/components/form/index.mjs +0 -0
  900. /package/{esm2022 → esm2020}/lib/components/header/header-bar/index.mjs +0 -0
  901. /package/{esm2022 → esm2020}/lib/components/header/index.mjs +0 -0
  902. /package/{esm2022 → esm2020}/lib/components/header/navigation/index.mjs +0 -0
  903. /package/{esm2022 → esm2020}/lib/components/header/phase/index.mjs +0 -0
  904. /package/{esm2022 → esm2020}/lib/components/index.mjs +0 -0
  905. /package/{esm2022 → esm2020}/lib/components/tabs/index.mjs +0 -0
  906. /package/{esm2022 → esm2020}/lib/shared/commons/case-edit-data/case-edit-validation.model.mjs +0 -0
  907. /package/{esm2022 → esm2020}/lib/shared/commons/case-edit-data/index.mjs +0 -0
  908. /package/{esm2022 → esm2020}/lib/shared/components/activity/activity-banner/index.mjs +0 -0
  909. /package/{esm2022 → esm2020}/lib/shared/components/activity/activity-icon/index.mjs +0 -0
  910. /package/{esm2022 → esm2020}/lib/shared/components/activity/index.mjs +0 -0
  911. /package/{esm2022 → esm2020}/lib/shared/components/case-editor/case-create/index.mjs +0 -0
  912. /package/{esm2022 → esm2020}/lib/shared/components/case-editor/case-edit/index.mjs +0 -0
  913. /package/{esm2022 → esm2020}/lib/shared/components/case-editor/case-edit-confirm/index.mjs +0 -0
  914. /package/{esm2022 → esm2020}/lib/shared/components/case-editor/case-edit-form/index.mjs +0 -0
  915. /package/{esm2022 → esm2020}/lib/shared/components/case-editor/case-edit-page/index.mjs +0 -0
  916. /package/{esm2022 → esm2020}/lib/shared/components/case-editor/case-edit-submit/case-edit-submit-titles.enum.mjs +0 -0
  917. /package/{esm2022 → esm2020}/lib/shared/components/case-editor/case-edit-submit/index.mjs +0 -0
  918. /package/{esm2022 → esm2020}/lib/shared/components/case-editor/case-event-completion/index.mjs +0 -0
  919. /package/{esm2022 → esm2020}/lib/shared/components/case-editor/case-progress/index.mjs +0 -0
  920. /package/{esm2022 → esm2020}/lib/shared/components/case-editor/domain/event-completion-params.model.mjs +0 -0
  921. /package/{esm2022 → esm2020}/lib/shared/components/case-editor/domain/event-completion-portal-types.model.mjs +0 -0
  922. /package/{esm2022 → esm2020}/lib/shared/components/case-editor/domain/event-completion-return-states.enum.model.mjs +0 -0
  923. /package/{esm2022 → esm2020}/lib/shared/components/case-editor/domain/event-completion-state-machine-context.model.mjs +0 -0
  924. /package/{esm2022 → esm2020}/lib/shared/components/case-editor/domain/event-completion-states.enum.model.mjs +0 -0
  925. /package/{esm2022 → esm2020}/lib/shared/components/case-editor/domain/index.mjs +0 -0
  926. /package/{esm2022 → esm2020}/lib/shared/components/case-editor/editor.routing.mjs +0 -0
  927. /package/{esm2022 → esm2020}/lib/shared/components/case-editor/index.mjs +0 -0
  928. /package/{esm2022 → esm2020}/lib/shared/components/case-editor/services/index.mjs +0 -0
  929. /package/{esm2022 → esm2020}/lib/shared/components/case-editor/services/wizard-factory.service.mjs +0 -0
  930. /package/{esm2022 → esm2020}/lib/shared/components/case-header/index.mjs +0 -0
  931. /package/{esm2022 → esm2020}/lib/shared/components/case-history/index.mjs +0 -0
  932. /package/{esm2022 → esm2020}/lib/shared/components/case-list/index.mjs +0 -0
  933. /package/{esm2022 → esm2020}/lib/shared/components/case-list-filters/index.mjs +0 -0
  934. /package/{esm2022 → esm2020}/lib/shared/components/case-timeline/index.mjs +0 -0
  935. /package/{esm2022 → esm2020}/lib/shared/components/case-viewer/case-basic-access-view/index.mjs +0 -0
  936. /package/{esm2022 → esm2020}/lib/shared/components/case-viewer/case-challenged-access-request/index.mjs +0 -0
  937. /package/{esm2022 → esm2020}/lib/shared/components/case-viewer/case-challenged-access-request/models/case-challenged-access-request.enum.mjs +0 -0
  938. /package/{esm2022 → esm2020}/lib/shared/components/case-viewer/case-challenged-access-request/models/index.mjs +0 -0
  939. /package/{esm2022 → esm2020}/lib/shared/components/case-viewer/case-challenged-access-success/index.mjs +0 -0
  940. /package/{esm2022 → esm2020}/lib/shared/components/case-viewer/case-event-trigger/index.mjs +0 -0
  941. /package/{esm2022 → esm2020}/lib/shared/components/case-viewer/case-full-access-view/index.mjs +0 -0
  942. /package/{esm2022 → esm2020}/lib/shared/components/case-viewer/case-review-specific-access-reject/index.mjs +0 -0
  943. /package/{esm2022 → esm2020}/lib/shared/components/case-viewer/case-review-specific-access-request/index.mjs +0 -0
  944. /package/{esm2022 → esm2020}/lib/shared/components/case-viewer/case-review-specific-access-request/models/case-review-specific-access-request.enum.mjs +0 -0
  945. /package/{esm2022 → esm2020}/lib/shared/components/case-viewer/case-review-specific-access-request/models/index.mjs +0 -0
  946. /package/{esm2022 → esm2020}/lib/shared/components/case-viewer/case-specific-access-request/index.mjs +0 -0
  947. /package/{esm2022 → esm2020}/lib/shared/components/case-viewer/case-specific-access-request/models/case-specific-access-request.enum.mjs +0 -0
  948. /package/{esm2022 → esm2020}/lib/shared/components/case-viewer/case-specific-access-request/models/index.mjs +0 -0
  949. /package/{esm2022 → esm2020}/lib/shared/components/case-viewer/case-specific-access-success/index.mjs +0 -0
  950. /package/{esm2022 → esm2020}/lib/shared/components/case-viewer/case-view/index.mjs +0 -0
  951. /package/{esm2022 → esm2020}/lib/shared/components/case-viewer/index.mjs +0 -0
  952. /package/{esm2022 → esm2020}/lib/shared/components/case-viewer/printer/index.mjs +0 -0
  953. /package/{esm2022 → esm2020}/lib/shared/components/case-viewer/printer/pipes/index.mjs +0 -0
  954. /package/{esm2022 → esm2020}/lib/shared/components/case-viewer/services/index.mjs +0 -0
  955. /package/{esm2022 → esm2020}/lib/shared/components/case-viewer/viewer.routing.mjs +0 -0
  956. /package/{esm2022 → esm2020}/lib/shared/components/create-case-filters/index.mjs +0 -0
  957. /package/{esm2022 → esm2020}/lib/shared/components/dialogs/delete-or-cancel-dialog/index.mjs +0 -0
  958. /package/{esm2022 → esm2020}/lib/shared/components/dialogs/document-dialog/index.mjs +0 -0
  959. /package/{esm2022 → esm2020}/lib/shared/components/dialogs/index.mjs +0 -0
  960. /package/{esm2022 → esm2020}/lib/shared/components/dialogs/remove-dialog/index.mjs +0 -0
  961. /package/{esm2022 → esm2020}/lib/shared/components/dialogs/save-or-discard-dialog/index.mjs +0 -0
  962. /package/{esm2022 → esm2020}/lib/shared/components/error/domain/index.mjs +0 -0
  963. /package/{esm2022 → esm2020}/lib/shared/components/error/index.mjs +0 -0
  964. /package/{esm2022 → esm2020}/lib/shared/components/error-message/index.mjs +0 -0
  965. /package/{esm2022 → esm2020}/lib/shared/components/event-start/index.mjs +0 -0
  966. /package/{esm2022 → esm2020}/lib/shared/components/event-start/models/event-start-state-machine-context.model.mjs +0 -0
  967. /package/{esm2022 → esm2020}/lib/shared/components/event-start/models/event-start-states-enum.model.mjs +0 -0
  968. /package/{esm2022 → esm2020}/lib/shared/components/event-start/models/index.mjs +0 -0
  969. /package/{esm2022 → esm2020}/lib/shared/components/event-start/services/index.mjs +0 -0
  970. /package/{esm2022 → esm2020}/lib/shared/components/event-trigger/index.mjs +0 -0
  971. /package/{esm2022 → esm2020}/lib/shared/components/helpers/index.mjs +0 -0
  972. /package/{esm2022 → esm2020}/lib/shared/components/helpers/init-dialog-helper.mjs +0 -0
  973. /package/{esm2022 → esm2020}/lib/shared/components/index.mjs +0 -0
  974. /package/{esm2022 → esm2020}/lib/shared/components/loading-spinner/index.mjs +0 -0
  975. /package/{esm2022 → esm2020}/lib/shared/components/pagination/index.mjs +0 -0
  976. /package/{esm2022 → esm2020}/lib/shared/components/palette/address/index.mjs +0 -0
  977. /package/{esm2022 → esm2020}/lib/shared/components/palette/base-field/index.mjs +0 -0
  978. /package/{esm2022 → esm2020}/lib/shared/components/palette/base-field/palette-context.enum.mjs +0 -0
  979. /package/{esm2022 → esm2020}/lib/shared/components/palette/case-file-view/components/index.mjs +0 -0
  980. /package/{esm2022 → esm2020}/lib/shared/components/palette/case-file-view/components/shared/case-file-view-overlay-menu/case-file-view-overlay-menu-item.model.mjs +0 -0
  981. /package/{esm2022 → esm2020}/lib/shared/components/palette/case-file-view/components/shared/index.mjs +0 -0
  982. /package/{esm2022 → esm2020}/lib/shared/components/palette/case-file-view/index.mjs +0 -0
  983. /package/{esm2022 → esm2020}/lib/shared/components/palette/case-file-view/test-data/categories-and-documents-test-data.mjs +0 -0
  984. /package/{esm2022 → esm2020}/lib/shared/components/palette/case-flag/components/index.mjs +0 -0
  985. /package/{esm2022 → esm2020}/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter-control-names.enum.mjs +0 -0
  986. /package/{esm2022 → esm2020}/lib/shared/components/palette/case-flag/domain/case-flag-state.model.mjs +0 -0
  987. /package/{esm2022 → esm2020}/lib/shared/components/palette/case-flag/domain/case-flag.model.mjs +0 -0
  988. /package/{esm2022 → esm2020}/lib/shared/components/palette/case-flag/domain/index.mjs +0 -0
  989. /package/{esm2022 → esm2020}/lib/shared/components/palette/case-flag/domain/language.model.mjs +0 -0
  990. /package/{esm2022 → esm2020}/lib/shared/components/palette/case-flag/enums/add-comments-error-message.enum.mjs +0 -0
  991. /package/{esm2022 → esm2020}/lib/shared/components/palette/case-flag/enums/add-comments-step.enum.mjs +0 -0
  992. /package/{esm2022 → esm2020}/lib/shared/components/palette/case-flag/enums/case-flag-check-your-answers-step.enum.mjs +0 -0
  993. /package/{esm2022 → esm2020}/lib/shared/components/palette/case-flag/enums/case-flag-display-context-parameter.enum.mjs +0 -0
  994. /package/{esm2022 → esm2020}/lib/shared/components/palette/case-flag/enums/case-flag-form-fields.enum.mjs +0 -0
  995. /package/{esm2022 → esm2020}/lib/shared/components/palette/case-flag/enums/case-flag-status.enum.mjs +0 -0
  996. /package/{esm2022 → esm2020}/lib/shared/components/palette/case-flag/enums/case-flag-summary-list-display-mode.enum.mjs +0 -0
  997. /package/{esm2022 → esm2020}/lib/shared/components/palette/case-flag/enums/case-flag-wizard-step-title.enum.mjs +0 -0
  998. /package/{esm2022 → esm2020}/lib/shared/components/palette/case-flag/enums/confirm-status-error-message.enum.mjs +0 -0
  999. /package/{esm2022 → esm2020}/lib/shared/components/palette/case-flag/enums/confirm-status-step.enum.mjs +0 -0
  1000. /package/{esm2022 → esm2020}/lib/shared/components/palette/case-flag/enums/index.mjs +0 -0
  1001. /package/{esm2022 → esm2020}/lib/shared/components/palette/case-flag/enums/search-language-interpreter-error-message.enum.mjs +0 -0
  1002. /package/{esm2022 → esm2020}/lib/shared/components/palette/case-flag/enums/search-language-interpreter-step.enum.mjs +0 -0
  1003. /package/{esm2022 → esm2020}/lib/shared/components/palette/case-flag/enums/select-flag-error-message.enum.mjs +0 -0
  1004. /package/{esm2022 → esm2020}/lib/shared/components/palette/case-flag/enums/select-flag-location-error-message.enum.mjs +0 -0
  1005. /package/{esm2022 → esm2020}/lib/shared/components/palette/case-flag/enums/select-flag-type-error-message.enum.mjs +0 -0
  1006. /package/{esm2022 → esm2020}/lib/shared/components/palette/case-flag/enums/update-flag-add-translation-error-message.enum.mjs +0 -0
  1007. /package/{esm2022 → esm2020}/lib/shared/components/palette/case-flag/enums/update-flag-add-translation-step.enum.mjs +0 -0
  1008. /package/{esm2022 → esm2020}/lib/shared/components/palette/case-flag/enums/update-flag-error-message.enum.mjs +0 -0
  1009. /package/{esm2022 → esm2020}/lib/shared/components/palette/case-flag/enums/update-flag-step.enum.mjs +0 -0
  1010. /package/{esm2022 → esm2020}/lib/shared/components/palette/case-flag/enums/write-case-flag-field.enum.mjs +0 -0
  1011. /package/{esm2022 → esm2020}/lib/shared/components/palette/case-flag/index.mjs +0 -0
  1012. /package/{esm2022 → esm2020}/lib/shared/components/palette/case-flag/pipes/index.mjs +0 -0
  1013. /package/{esm2022 → esm2020}/lib/shared/components/palette/case-link/index.mjs +0 -0
  1014. /package/{esm2022 → esm2020}/lib/shared/components/palette/collection/index.mjs +0 -0
  1015. /package/{esm2022 → esm2020}/lib/shared/components/palette/complex/index.mjs +0 -0
  1016. /package/{esm2022 → esm2020}/lib/shared/components/palette/complex/sort-order.mjs +0 -0
  1017. /package/{esm2022 → esm2020}/lib/shared/components/palette/date/index.mjs +0 -0
  1018. /package/{esm2022 → esm2020}/lib/shared/components/palette/datetime-picker/datetime-picker-utils.mjs +0 -0
  1019. /package/{esm2022 → esm2020}/lib/shared/components/palette/datetime-picker/index.mjs +0 -0
  1020. /package/{esm2022 → esm2020}/lib/shared/components/palette/document/index.mjs +0 -0
  1021. /package/{esm2022 → esm2020}/lib/shared/components/palette/dynamic-list/index.mjs +0 -0
  1022. /package/{esm2022 → esm2020}/lib/shared/components/palette/dynamic-multi-select-list/index.mjs +0 -0
  1023. /package/{esm2022 → esm2020}/lib/shared/components/palette/dynamic-radio-list/index.mjs +0 -0
  1024. /package/{esm2022 → esm2020}/lib/shared/components/palette/email/index.mjs +0 -0
  1025. /package/{esm2022 → esm2020}/lib/shared/components/palette/fixed-list/index.mjs +0 -0
  1026. /package/{esm2022 → esm2020}/lib/shared/components/palette/fixed-radio-list/index.mjs +0 -0
  1027. /package/{esm2022 → esm2020}/lib/shared/components/palette/history/event-log/index.mjs +0 -0
  1028. /package/{esm2022 → esm2020}/lib/shared/components/palette/history/index.mjs +0 -0
  1029. /package/{esm2022 → esm2020}/lib/shared/components/palette/index.mjs +0 -0
  1030. /package/{esm2022 → esm2020}/lib/shared/components/palette/judicial-user/index.mjs +0 -0
  1031. /package/{esm2022 → esm2020}/lib/shared/components/palette/label/index.mjs +0 -0
  1032. /package/{esm2022 → esm2020}/lib/shared/components/palette/linked-cases/components/index.mjs +0 -0
  1033. /package/{esm2022 → esm2020}/lib/shared/components/palette/linked-cases/domain/index.mjs +0 -0
  1034. /package/{esm2022 → esm2020}/lib/shared/components/palette/linked-cases/domain/linked-cases-state.model.mjs +0 -0
  1035. /package/{esm2022 → esm2020}/lib/shared/components/palette/linked-cases/enums/index.mjs +0 -0
  1036. /package/{esm2022 → esm2020}/lib/shared/components/palette/linked-cases/enums/write-linked-cases-field.enum.mjs +0 -0
  1037. /package/{esm2022 → esm2020}/lib/shared/components/palette/linked-cases/index.mjs +0 -0
  1038. /package/{esm2022 → esm2020}/lib/shared/components/palette/linked-cases/services/index.mjs +0 -0
  1039. /package/{esm2022 → esm2020}/lib/shared/components/palette/markdown/index.mjs +0 -0
  1040. /package/{esm2022 → esm2020}/lib/shared/components/palette/money-gbp/index.mjs +0 -0
  1041. /package/{esm2022 → esm2020}/lib/shared/components/palette/multi-select-list/index.mjs +0 -0
  1042. /package/{esm2022 → esm2020}/lib/shared/components/palette/number/index.mjs +0 -0
  1043. /package/{esm2022 → esm2020}/lib/shared/components/palette/order-summary/index.mjs +0 -0
  1044. /package/{esm2022 → esm2020}/lib/shared/components/palette/organisation/index.mjs +0 -0
  1045. /package/{esm2022 → esm2020}/lib/shared/components/palette/payment/index.mjs +0 -0
  1046. /package/{esm2022 → esm2020}/lib/shared/components/palette/phone-uk/index.mjs +0 -0
  1047. /package/{esm2022 → esm2020}/lib/shared/components/palette/query-management/__mocks__/index.mjs +0 -0
  1048. /package/{esm2022 → esm2020}/lib/shared/components/palette/query-management/components/index.mjs +0 -0
  1049. /package/{esm2022 → esm2020}/lib/shared/components/palette/query-management/enums/index.mjs +0 -0
  1050. /package/{esm2022 → esm2020}/lib/shared/components/palette/query-management/enums/qualifying-questions-error-message.enum.mjs +0 -0
  1051. /package/{esm2022 → esm2020}/lib/shared/components/palette/query-management/enums/query-item-response-status.enum.mjs +0 -0
  1052. /package/{esm2022 → esm2020}/lib/shared/components/palette/query-management/enums/raise-query-error-message.enum.mjs +0 -0
  1053. /package/{esm2022 → esm2020}/lib/shared/components/palette/query-management/enums/respond-to-query-error-messages.enum.mjs +0 -0
  1054. /package/{esm2022 → esm2020}/lib/shared/components/palette/query-management/index.mjs +0 -0
  1055. /package/{esm2022 → esm2020}/lib/shared/components/palette/query-management/models/case-queries-collection.model.mjs +0 -0
  1056. /package/{esm2022 → esm2020}/lib/shared/components/palette/query-management/models/index.mjs +0 -0
  1057. /package/{esm2022 → esm2020}/lib/shared/components/palette/query-management/models/qualifying-questions/casetype-qualifying-questions.model.mjs +0 -0
  1058. /package/{esm2022 → esm2020}/lib/shared/components/palette/query-management/models/qualifying-questions/qualifying-question.model.mjs +0 -0
  1059. /package/{esm2022 → esm2020}/lib/shared/components/palette/query-management/models/query-create-context.enum.mjs +0 -0
  1060. /package/{esm2022 → esm2020}/lib/shared/components/palette/query-management/models/query-list/query-list-column/query-list-column.model.mjs +0 -0
  1061. /package/{esm2022 → esm2020}/lib/shared/components/palette/text/index.mjs +0 -0
  1062. /package/{esm2022 → esm2020}/lib/shared/components/palette/text-area/index.mjs +0 -0
  1063. /package/{esm2022 → esm2020}/lib/shared/components/palette/utils/index.mjs +0 -0
  1064. /package/{esm2022 → esm2020}/lib/shared/components/palette/waystopay/index.mjs +0 -0
  1065. /package/{esm2022 → esm2020}/lib/shared/components/palette/yes-no/index.mjs +0 -0
  1066. /package/{esm2022 → esm2020}/lib/shared/components/search-filters/domain/index.mjs +0 -0
  1067. /package/{esm2022 → esm2020}/lib/shared/components/search-filters/index.mjs +0 -0
  1068. /package/{esm2022 → esm2020}/lib/shared/components/search-result/index.mjs +0 -0
  1069. /package/{esm2022 → esm2020}/lib/shared/components/workbasket-filters/index.mjs +0 -0
  1070. /package/{esm2022 → esm2020}/lib/shared/directives/conditional-show/domain/index.mjs +0 -0
  1071. /package/{esm2022 → esm2020}/lib/shared/directives/conditional-show/index.mjs +0 -0
  1072. /package/{esm2022 → esm2020}/lib/shared/directives/conditional-show/services/condition.peg.mjs +0 -0
  1073. /package/{esm2022 → esm2020}/lib/shared/directives/conditional-show/services/index.mjs +0 -0
  1074. /package/{esm2022 → esm2020}/lib/shared/directives/focus-element/index.mjs +0 -0
  1075. /package/{esm2022 → esm2020}/lib/shared/directives/index.mjs +0 -0
  1076. /package/{esm2022 → esm2020}/lib/shared/directives/substitutor/index.mjs +0 -0
  1077. /package/{esm2022 → esm2020}/lib/shared/directives/substitutor/services/index.mjs +0 -0
  1078. /package/{esm2022 → esm2020}/lib/shared/domain/activity/index.mjs +0 -0
  1079. /package/{esm2022 → esm2020}/lib/shared/domain/addresses/index.mjs +0 -0
  1080. /package/{esm2022 → esm2020}/lib/shared/domain/alert/alert-level.model.mjs +0 -0
  1081. /package/{esm2022 → esm2020}/lib/shared/domain/alert/alert-status-params.model.mjs +0 -0
  1082. /package/{esm2022 → esm2020}/lib/shared/domain/alert/index.mjs +0 -0
  1083. /package/{esm2022 → esm2020}/lib/shared/domain/case-edit/case-edit.model.mjs +0 -0
  1084. /package/{esm2022 → esm2020}/lib/shared/domain/case-edit/index.mjs +0 -0
  1085. /package/{esm2022 → esm2020}/lib/shared/domain/case-file-view/case-file-view-sort-columns.enum.mjs +0 -0
  1086. /package/{esm2022 → esm2020}/lib/shared/domain/case-file-view/document-tree-node/document-tree-node-type.model.mjs +0 -0
  1087. /package/{esm2022 → esm2020}/lib/shared/domain/case-file-view/index.mjs +0 -0
  1088. /package/{esm2022 → esm2020}/lib/shared/domain/case-flag/index.mjs +0 -0
  1089. /package/{esm2022 → esm2020}/lib/shared/domain/case-view/access-types.model.mjs +0 -0
  1090. /package/{esm2022 → esm2020}/lib/shared/domain/case-view/case-view-event-ids.enum.mjs +0 -0
  1091. /package/{esm2022 → esm2020}/lib/shared/domain/case-view/challenged-access-request.model.mjs +0 -0
  1092. /package/{esm2022 → esm2020}/lib/shared/domain/case-view/index.mjs +0 -0
  1093. /package/{esm2022 → esm2020}/lib/shared/domain/case-view/review-specific-access-request.model.mjs +0 -0
  1094. /package/{esm2022 → esm2020}/lib/shared/domain/case-view/role-assignment-response.model.mjs +0 -0
  1095. /package/{esm2022 → esm2020}/lib/shared/domain/case-view/role-request.model.mjs +0 -0
  1096. /package/{esm2022 → esm2020}/lib/shared/domain/case-view/service-org-response.model.mjs +0 -0
  1097. /package/{esm2022 → esm2020}/lib/shared/domain/case-view/specific-access-request.model.mjs +0 -0
  1098. /package/{esm2022 → esm2020}/lib/shared/domain/definition/display-context-enum.model.mjs +0 -0
  1099. /package/{esm2022 → esm2020}/lib/shared/domain/definition/field-type-enum.model.mjs +0 -0
  1100. /package/{esm2022 → esm2020}/lib/shared/domain/definition/index.mjs +0 -0
  1101. /package/{esm2022 → esm2020}/lib/shared/domain/document/index.mjs +0 -0
  1102. /package/{esm2022 → esm2020}/lib/shared/domain/error-message.model.mjs +0 -0
  1103. /package/{esm2022 → esm2020}/lib/shared/domain/http/index.mjs +0 -0
  1104. /package/{esm2022 → esm2020}/lib/shared/domain/index.mjs +0 -0
  1105. /package/{esm2022 → esm2020}/lib/shared/domain/jurisdiction/index.mjs +0 -0
  1106. /package/{esm2022 → esm2020}/lib/shared/domain/jurisdiction/judicial-user.model.mjs +0 -0
  1107. /package/{esm2022 → esm2020}/lib/shared/domain/order/index.mjs +0 -0
  1108. /package/{esm2022 → esm2020}/lib/shared/domain/order/orderable.model.mjs +0 -0
  1109. /package/{esm2022 → esm2020}/lib/shared/domain/organisation/index.mjs +0 -0
  1110. /package/{esm2022 → esm2020}/lib/shared/domain/organisation/simple-organisation.model.mjs +0 -0
  1111. /package/{esm2022 → esm2020}/lib/shared/domain/predicate.model.mjs +0 -0
  1112. /package/{esm2022 → esm2020}/lib/shared/domain/profile/index.mjs +0 -0
  1113. /package/{esm2022 → esm2020}/lib/shared/domain/search/index.mjs +0 -0
  1114. /package/{esm2022 → esm2020}/lib/shared/domain/search/sorting/search-result-view-item-comparator.mjs +0 -0
  1115. /package/{esm2022 → esm2020}/lib/shared/domain/sort-order.enum.mjs +0 -0
  1116. /package/{esm2022 → esm2020}/lib/shared/domain/user/user-details.model.mjs +0 -0
  1117. /package/{esm2022 → esm2020}/lib/shared/domain/user/user-info.model.mjs +0 -0
  1118. /package/{esm2022 → esm2020}/lib/shared/domain/work-allocation/Task.mjs +0 -0
  1119. /package/{esm2022 → esm2020}/lib/shared/domain/work-allocation/TaskPayload.mjs +0 -0
  1120. /package/{esm2022 → esm2020}/lib/shared/domain/work-allocation/case-worker.model.mjs +0 -0
  1121. /package/{esm2022 → esm2020}/lib/shared/domain/work-allocation/index.mjs +0 -0
  1122. /package/{esm2022 → esm2020}/lib/shared/domain/work-allocation/judicial-worker.model.mjs +0 -0
  1123. /package/{esm2022 → esm2020}/lib/shared/domain/work-allocation/task-response.model.mjs +0 -0
  1124. /package/{esm2022 → esm2020}/lib/shared/domain/work-allocation/task-search-parameter.model.mjs +0 -0
  1125. /package/{esm2022 → esm2020}/lib/shared/domain/work-allocation/wa-service-config.model.mjs +0 -0
  1126. /package/{esm2022 → esm2020}/lib/shared/domain/workbasket/index.mjs +0 -0
  1127. /package/{esm2022 → esm2020}/lib/shared/fixture/shared.test.fixture.mjs +0 -0
  1128. /package/{esm2022 → esm2020}/lib/shared/index.mjs +0 -0
  1129. /package/{esm2022 → esm2020}/lib/shared/pipes/case-reference/index.mjs +0 -0
  1130. /package/{esm2022 → esm2020}/lib/shared/pipes/case-title/index.mjs +0 -0
  1131. /package/{esm2022 → esm2020}/lib/shared/pipes/complex/index.mjs +0 -0
  1132. /package/{esm2022 → esm2020}/lib/shared/pipes/generic/index.mjs +0 -0
  1133. /package/{esm2022 → esm2020}/lib/shared/pipes/index.mjs +0 -0
  1134. /package/{esm2022 → esm2020}/lib/shared/pipes/link-cases-from-reason-code/index.mjs +0 -0
  1135. /package/{esm2022 → esm2020}/lib/shared/pipes/link-cases-reason-code/index.mjs +0 -0
  1136. /package/{esm2022 → esm2020}/lib/shared/services/activity/index.mjs +0 -0
  1137. /package/{esm2022 → esm2020}/lib/shared/services/addresses/address-type.enum.mjs +0 -0
  1138. /package/{esm2022 → esm2020}/lib/shared/services/addresses/index.mjs +0 -0
  1139. /package/{esm2022 → esm2020}/lib/shared/services/alert/index.mjs +0 -0
  1140. /package/{esm2022 → esm2020}/lib/shared/services/auth/index.mjs +0 -0
  1141. /package/{esm2022 → esm2020}/lib/shared/services/banners/index.mjs +0 -0
  1142. /package/{esm2022 → esm2020}/lib/shared/services/browser/index.mjs +0 -0
  1143. /package/{esm2022 → esm2020}/lib/shared/services/case-fields/index.mjs +0 -0
  1144. /package/{esm2022 → esm2020}/lib/shared/services/case-file-view/index.mjs +0 -0
  1145. /package/{esm2022 → esm2020}/lib/shared/services/case-flag/index.mjs +0 -0
  1146. /package/{esm2022 → esm2020}/lib/shared/services/case-flag/refdata-case-flag-type.enum.mjs +0 -0
  1147. /package/{esm2022 → esm2020}/lib/shared/services/definitions/index.mjs +0 -0
  1148. /package/{esm2022 → esm2020}/lib/shared/services/document-management/index.mjs +0 -0
  1149. /package/{esm2022 → esm2020}/lib/shared/services/draft/index.mjs +0 -0
  1150. /package/{esm2022 → esm2020}/lib/shared/services/error/index.mjs +0 -0
  1151. /package/{esm2022 → esm2020}/lib/shared/services/eventStatusService/index.mjs +0 -0
  1152. /package/{esm2022 → esm2020}/lib/shared/services/fields/index.mjs +0 -0
  1153. /package/{esm2022 → esm2020}/lib/shared/services/form/index.mjs +0 -0
  1154. /package/{esm2022 → esm2020}/lib/shared/services/http/index.mjs +0 -0
  1155. /package/{esm2022 → esm2020}/lib/shared/services/index.mjs +0 -0
  1156. /package/{esm2022 → esm2020}/lib/shared/services/jurisdiction/index.mjs +0 -0
  1157. /package/{esm2022 → esm2020}/lib/shared/services/loading/index.mjs +0 -0
  1158. /package/{esm2022 → esm2020}/lib/shared/services/navigation/index.mjs +0 -0
  1159. /package/{esm2022 → esm2020}/lib/shared/services/navigation/navigation-origin.model.mjs +0 -0
  1160. /package/{esm2022 → esm2020}/lib/shared/services/order/index.mjs +0 -0
  1161. /package/{esm2022 → esm2020}/lib/shared/services/organisation/index.mjs +0 -0
  1162. /package/{esm2022 → esm2020}/lib/shared/services/profile/index.mjs +0 -0
  1163. /package/{esm2022 → esm2020}/lib/shared/services/request/index.mjs +0 -0
  1164. /package/{esm2022 → esm2020}/lib/shared/services/router/index.mjs +0 -0
  1165. /package/{esm2022 → esm2020}/lib/shared/services/search/index.mjs +0 -0
  1166. /package/{esm2022 → esm2020}/lib/shared/services/session/index.mjs +0 -0
  1167. /package/{esm2022 → esm2020}/lib/shared/services/utils/retry/index.mjs +0 -0
  1168. /package/{esm2022 → esm2020}/lib/shared/services/window/index.mjs +0 -0
  1169. /package/{esm2022 → esm2020}/lib/shared/services/workbasket/index.mjs +0 -0
  1170. /package/{esm2022 → esm2020}/public-api.mjs +0 -0
@@ -1,312 +0,0 @@
1
- import { NgxMatDateAdapter, NgxMatDatetimepicker, NGX_MAT_DATE_FORMATS } from '@angular-material-components/datetime-picker';
2
- import { NgxMatMomentAdapter, NGX_MAT_MOMENT_DATE_ADAPTER_OPTIONS } from '@angular-material-components/moment-adapter';
3
- import { Component, ElementRef, Inject, Input, ViewChild, ViewEncapsulation } from '@angular/core';
4
- import { FormControl, Validators } from '@angular/forms';
5
- import { MAT_LEGACY_DATE_LOCALE } from '@angular/material/legacy-core';
6
- import moment from 'moment';
7
- import { FormatTranslatorService } from '../../../services/case-fields/format-translator.service';
8
- import { AbstractFormFieldComponent } from '../base-field/abstract-form-field.component';
9
- import { CUSTOM_MOMENT_FORMATS } from './datetime-picker-utils';
10
- import * as i0 from "@angular/core";
11
- import * as i1 from "../../../services/case-fields/format-translator.service";
12
- import * as i2 from "@angular/common";
13
- import * as i3 from "@angular/forms";
14
- import * as i4 from "@angular-material-components/datetime-picker";
15
- import * as i5 from "@angular/material/legacy-form-field";
16
- import * as i6 from "@angular/material/datepicker";
17
- import * as i7 from "../utils/field-label.pipe";
18
- import * as i8 from "../utils/first-error.pipe";
19
- import * as i9 from "rpx-xui-translation";
20
- const _c0 = ["picker"];
21
- const _c1 = ["input"];
22
- const _c2 = a0 => ({ "form-group-error": a0 });
23
- function DatetimePickerComponent_span_3_Template(rf, ctx) { if (rf & 1) {
24
- i0.ɵɵelementStart(0, "span", 11);
25
- i0.ɵɵtext(1);
26
- i0.ɵɵpipe(2, "ccdFieldLabel");
27
- i0.ɵɵelementEnd();
28
- } if (rf & 2) {
29
- const ctx_r1 = i0.ɵɵnextContext();
30
- i0.ɵɵadvance();
31
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, ctx_r1.caseField));
32
- } }
33
- function DatetimePickerComponent_span_4_Template(rf, ctx) { if (rf & 1) {
34
- i0.ɵɵelementStart(0, "span", 12);
35
- i0.ɵɵtext(1);
36
- i0.ɵɵpipe(2, "rpxTranslate");
37
- i0.ɵɵelementEnd();
38
- } if (rf & 2) {
39
- const ctx_r1 = i0.ɵɵnextContext();
40
- i0.ɵɵadvance();
41
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, ctx_r1.caseField.hint_text));
42
- } }
43
- function DatetimePickerComponent_span_5_Template(rf, ctx) { if (rf & 1) {
44
- i0.ɵɵelementStart(0, "span", 13);
45
- i0.ɵɵtext(1);
46
- i0.ɵɵpipe(2, "ccdFirstError");
47
- i0.ɵɵelementEnd();
48
- } if (rf & 2) {
49
- const ctx_r1 = i0.ɵɵnextContext();
50
- i0.ɵɵadvance();
51
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind2(2, 1, ctx_r1.dateControl.errors, ctx_r1.caseField.label));
52
- } }
53
- function DatetimePickerComponent_span_6_Template(rf, ctx) { if (rf & 1) {
54
- i0.ɵɵelementStart(0, "span", 13);
55
- i0.ɵɵtext(1);
56
- i0.ɵɵpipe(2, "rpxTranslate");
57
- i0.ɵɵelementEnd();
58
- } if (rf & 2) {
59
- i0.ɵɵadvance();
60
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "This date is older than the minimum date allowed"));
61
- } }
62
- function DatetimePickerComponent_span_7_Template(rf, ctx) { if (rf & 1) {
63
- i0.ɵɵelementStart(0, "span", 13);
64
- i0.ɵɵtext(1);
65
- i0.ɵɵpipe(2, "rpxTranslate");
66
- i0.ɵɵelementEnd();
67
- } if (rf & 2) {
68
- i0.ɵɵadvance();
69
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "This date is later than the maximum date allowed"));
70
- } }
71
- export class DatetimePickerComponent extends AbstractFormFieldComponent {
72
- formatTranslationService;
73
- ngxMatDateFormats;
74
- showSpinners = true;
75
- showSeconds = false;
76
- touchUi = false;
77
- enableMeridian = false;
78
- stepHour = 1;
79
- stepMinute = 1;
80
- stepSecond = 1;
81
- color = 'primary';
82
- disableMinute = true;
83
- hideTime = true;
84
- hideMinutes = true;
85
- startView = 'month';
86
- yearSelection = false;
87
- checkTime = true;
88
- stringEdited = false;
89
- minError = false;
90
- maxError = false;
91
- dateTimeEntryFormat;
92
- datetimePicker;
93
- inputElement;
94
- dateControl = new FormControl(new Date());
95
- minimumDate = new Date('01/01/1800');
96
- maximumDate = null;
97
- momentFormat = 'YYYY-MM-DDTHH:mm:ss.SSS';
98
- constructor(formatTranslationService, ngxMatDateFormats) {
99
- super();
100
- this.formatTranslationService = formatTranslationService;
101
- this.ngxMatDateFormats = ngxMatDateFormats;
102
- }
103
- ngOnInit() {
104
- this.dateTimeEntryFormat = this.formatTranslationService.showOnlyDates(this.caseField.dateTimeEntryFormat);
105
- this.configureDatePicker(this.dateTimeEntryFormat);
106
- // set date control based on mandatory field
107
- this.dateControl = (this.caseField.isMandatory ?
108
- this.registerControl(new FormControl(this.caseField.value || '', [Validators.required]))
109
- : this.registerControl(new FormControl(this.caseField.value)));
110
- // in resetting the format just after the page initialises, the input can be reformatted
111
- // otherwise the last format given will be how the text shown will be displayed
112
- setTimeout(() => {
113
- this.setDateTimeFormat();
114
- this.formatValueAndSetErrors();
115
- }, 1000);
116
- // when the status changes check that the maximum/minimum date has not been exceeded
117
- this.dateControl.statusChanges.subscribe(() => {
118
- this.minError = this.dateControl.hasError('matDatetimePickerMin');
119
- this.maxError = this.dateControl.hasError('matDatetimePickerMax');
120
- });
121
- }
122
- setDateTimeFormat() {
123
- this.ngxMatDateFormats.parse.dateInput = this.dateTimeEntryFormat;
124
- this.ngxMatDateFormats.display.dateInput = this.dateTimeEntryFormat;
125
- }
126
- /*
127
- When the value changes, update the form control
128
- */
129
- valueChanged() {
130
- this.formatValueAndSetErrors();
131
- }
132
- focusIn() {
133
- this.setDateTimeFormat();
134
- }
135
- focusOut() {
136
- // focus out needed to obtain errors (relevant to formatting)
137
- this.formatValueAndSetErrors();
138
- }
139
- toggleClick() {
140
- this.setDateTimeFormat();
141
- }
142
- minDate(caseField) {
143
- // set minimum date
144
- if (caseField.field_type.min instanceof Date) {
145
- this.minimumDate = caseField.field_type.min ? new Date(caseField.field_type.min) : this.minimumDate;
146
- }
147
- return this.minimumDate;
148
- }
149
- maxDate(caseField) {
150
- // set maximum date
151
- if (caseField.field_type.max instanceof Date) {
152
- this.maximumDate = caseField.field_type.max ? new Date(caseField.field_type.max) : this.maximumDate;
153
- }
154
- return this.maximumDate;
155
- }
156
- configureDatePicker(dateTimePickerFormat) {
157
- if (this.caseField.field_type.type === 'Date') {
158
- this.hideTime = true;
159
- this.checkTime = false;
160
- this.dateTimeEntryFormat = this.formatTranslationService.removeTime(this.dateTimeEntryFormat);
161
- this.momentFormat = 'YYYY-MM-DD';
162
- }
163
- if (this.checkTime) {
164
- if (this.formatTranslationService.hasSeconds(dateTimePickerFormat)) {
165
- this.showSeconds = true;
166
- this.hideMinutes = false;
167
- this.disableMinute = false;
168
- this.hideTime = false;
169
- if (!this.formatTranslationService.is24Hour(dateTimePickerFormat)) {
170
- this.enableMeridian = true;
171
- }
172
- }
173
- if (this.formatTranslationService.hasHours(dateTimePickerFormat)) {
174
- this.hideTime = false;
175
- if (!this.formatTranslationService.is24Hour(dateTimePickerFormat)) {
176
- this.enableMeridian = true;
177
- }
178
- return;
179
- }
180
- if (this.formatTranslationService.hasMinutes(dateTimePickerFormat)) {
181
- this.hideMinutes = false;
182
- this.disableMinute = false;
183
- this.hideTime = false;
184
- if (!this.formatTranslationService.is24Hour(dateTimePickerFormat)) {
185
- this.enableMeridian = true;
186
- }
187
- return;
188
- }
189
- }
190
- if (this.formatTranslationService.hasDate(dateTimePickerFormat)) {
191
- return;
192
- }
193
- if (this.formatTranslationService.hasNoDay(dateTimePickerFormat)) {
194
- this.startView = 'multi-year';
195
- }
196
- if (this.formatTranslationService.hasNoDayAndMonth(dateTimePickerFormat)) {
197
- this.startView = 'multi-year';
198
- this.yearSelection = true;
199
- }
200
- }
201
- yearSelected(event) {
202
- if (this.startView === 'multi-year' && this.yearSelection) {
203
- this.dateControl.patchValue(event.toISOString());
204
- this.datetimePicker.close();
205
- this.valueChanged();
206
- }
207
- }
208
- monthSelected(event) {
209
- if (this.startView === 'multi-year') {
210
- this.dateControl.patchValue(event.toISOString());
211
- this.dateControl.patchValue(event.toISOString());
212
- this.datetimePicker.close();
213
- this.valueChanged();
214
- }
215
- }
216
- formatValueAndSetErrors() {
217
- if (this.inputElement.nativeElement.value) {
218
- let formValue = this.inputElement.nativeElement.value;
219
- formValue = moment(formValue, this.dateTimeEntryFormat).format(this.momentFormat);
220
- if (formValue !== 'Invalid date') {
221
- // if not invalid set the value as the formatted value
222
- this.dateControl.setValue(formValue);
223
- }
224
- else {
225
- // ensure that the datepicker picks up the invalid error
226
- const keepErrorText = this.inputElement.nativeElement.value;
227
- this.dateControl.setValue(keepErrorText);
228
- this.inputElement.nativeElement.value = keepErrorText;
229
- }
230
- }
231
- else {
232
- // ensure required errors are picked up if relevant
233
- this.dateControl.setValue('');
234
- }
235
- }
236
- static ɵfac = function DatetimePickerComponent_Factory(t) { return new (t || DatetimePickerComponent)(i0.ɵɵdirectiveInject(i1.FormatTranslatorService), i0.ɵɵdirectiveInject(NGX_MAT_DATE_FORMATS)); };
237
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: DatetimePickerComponent, selectors: [["ccd-datetime-picker"]], viewQuery: function DatetimePickerComponent_Query(rf, ctx) { if (rf & 1) {
238
- i0.ɵɵviewQuery(_c0, 5);
239
- i0.ɵɵviewQuery(_c1, 5);
240
- } if (rf & 2) {
241
- let _t;
242
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.datetimePicker = _t.first);
243
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.inputElement = _t.first);
244
- } }, inputs: { dateControl: "dateControl" }, features: [i0.ɵɵProvidersFeature([
245
- { provide: NGX_MAT_DATE_FORMATS, useValue: CUSTOM_MOMENT_FORMATS },
246
- {
247
- provide: NgxMatDateAdapter,
248
- useClass: NgxMatMomentAdapter,
249
- deps: [MAT_LEGACY_DATE_LOCALE, NGX_MAT_MOMENT_DATE_ADAPTER_OPTIONS]
250
- },
251
- { provide: NGX_MAT_MOMENT_DATE_ADAPTER_OPTIONS, useValue: { useUtc: true } }
252
- ]), i0.ɵɵInheritDefinitionFeature], decls: 17, vars: 27, consts: [["input", ""], ["picker", ""], [1, "govuk-form-group", "bottom-30", 3, "id", "ngClass"], ["class", "form-label", 4, "ngIf"], ["class", "form-hint", 4, "ngIf"], ["class", "error-message", 4, "ngIf"], [1, "datepicker-container"], ["ng-model-options", "{timezone:'utc'}", 1, "govuk-input", 3, "focusin", "focusout", "dateChange", "min", "max", "formControl", "ngxMatDatetimePicker"], ["matSuffix", "", "id", "pickerOpener", 3, "for"], [3, "yearSelected", "monthSelected", "opened", "color", "touchUi", "hideTime", "startView", "stepHour", "stepSecond", "stepMinute", "showSeconds", "showSpinners", "disableMinute", "enableMeridian"], ["mat-raised-button", "", "color", "primary", "ngxMatDatepickerApply", ""], [1, "form-label"], [1, "form-hint"], [1, "error-message"]], template: function DatetimePickerComponent_Template(rf, ctx) { if (rf & 1) {
253
- const _r1 = i0.ɵɵgetCurrentView();
254
- i0.ɵɵelementStart(0, "div", 2)(1, "fieldset")(2, "legend");
255
- i0.ɵɵtemplate(3, DatetimePickerComponent_span_3_Template, 3, 3, "span", 3)(4, DatetimePickerComponent_span_4_Template, 3, 3, "span", 4)(5, DatetimePickerComponent_span_5_Template, 3, 4, "span", 5)(6, DatetimePickerComponent_span_6_Template, 3, 3, "span", 5)(7, DatetimePickerComponent_span_7_Template, 3, 3, "span", 5);
256
- i0.ɵɵelementEnd();
257
- i0.ɵɵelementStart(8, "div", 6)(9, "input", 7, 0);
258
- i0.ɵɵlistener("focusin", function DatetimePickerComponent_Template_input_focusin_9_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.focusIn()); })("focusout", function DatetimePickerComponent_Template_input_focusout_9_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.focusOut()); })("dateChange", function DatetimePickerComponent_Template_input_dateChange_9_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.valueChanged()); });
259
- i0.ɵɵelementEnd();
260
- i0.ɵɵelement(11, "mat-datepicker-toggle", 8);
261
- i0.ɵɵelementStart(12, "ngx-mat-datetime-picker", 9, 1);
262
- i0.ɵɵlistener("yearSelected", function DatetimePickerComponent_Template_ngx_mat_datetime_picker_yearSelected_12_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.yearSelected($event)); })("monthSelected", function DatetimePickerComponent_Template_ngx_mat_datetime_picker_monthSelected_12_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.monthSelected($event)); })("opened", function DatetimePickerComponent_Template_ngx_mat_datetime_picker_opened_12_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.toggleClick()); });
263
- i0.ɵɵelementStart(14, "ngx-mat-datepicker-actions")(15, "button", 10);
264
- i0.ɵɵtext(16, "Confirm");
265
- i0.ɵɵelementEnd()()()()()();
266
- } if (rf & 2) {
267
- const picker_r3 = i0.ɵɵreference(13);
268
- i0.ɵɵproperty("id", ctx.caseField.id)("ngClass", i0.ɵɵpureFunction1(25, _c2, ctx.dateControl && !ctx.dateControl.valid && ctx.dateControl.dirty));
269
- i0.ɵɵadvance(3);
270
- i0.ɵɵproperty("ngIf", ctx.caseField.label);
271
- i0.ɵɵadvance();
272
- i0.ɵɵproperty("ngIf", ctx.caseField.hint_text);
273
- i0.ɵɵadvance();
274
- i0.ɵɵproperty("ngIf", ctx.dateControl && ctx.dateControl.errors && ctx.dateControl.dirty && !(ctx.minError || ctx.maxError));
275
- i0.ɵɵadvance();
276
- i0.ɵɵproperty("ngIf", ctx.dateControl && ctx.dateControl.dirty && ctx.minError);
277
- i0.ɵɵadvance();
278
- i0.ɵɵproperty("ngIf", ctx.dateControl && ctx.dateControl.dirty && ctx.maxError);
279
- i0.ɵɵadvance(2);
280
- i0.ɵɵattributeInterpolate1("aria-label", "Please enter a date and time in the format | rpxTranslate ", ctx.dateTimeEntryFormat, "");
281
- i0.ɵɵproperty("min", ctx.minDate(ctx.caseField))("max", ctx.maxDate(ctx.caseField))("formControl", ctx.dateControl)("ngxMatDatetimePicker", picker_r3);
282
- i0.ɵɵadvance(2);
283
- i0.ɵɵproperty("for", picker_r3);
284
- i0.ɵɵadvance();
285
- i0.ɵɵproperty("color", ctx.color)("touchUi", ctx.touchUi)("hideTime", ctx.hideTime)("startView", ctx.startView)("stepHour", ctx.stepHour)("stepSecond", ctx.stepSecond)("stepMinute", ctx.stepMinute)("showSeconds", ctx.showSeconds)("showSpinners", ctx.showSpinners)("disableMinute", ctx.disableMinute)("enableMeridian", ctx.enableMeridian);
286
- } }, dependencies: [i2.NgClass, i2.NgIf, i3.DefaultValueAccessor, i3.NgControlStatus, i3.FormControlDirective, i4.NgxMatDatetimepicker, i4.NgxMatDatepickerInput, i4.NgxMatDatepickerActions, i4.NgxMatDatepickerApply, i5.MatLegacySuffix, i6.MatDatepickerToggle, i7.FieldLabelPipe, i8.FirstErrorPipe, i9.RpxTranslatePipe], styles: ["@charset \"UTF-8\";.datepicker-container{display:inline-block;position:relative;min-width:298px}.datepicker-container .govuk-input{height:35px;min-width:298px;width:auto;padding-right:40px;border:1px solid #000}.datepicker-container .govuk-input:focus{outline:1px solid #ffdd00;border:1px solid black}.datepicker-container .govuk-input::-ms-clear{display:none}.datepicker-container .datepicker-wrapper-input{position:relative;display:inline-block;top:-20%;border:0}.datepicker-container .datepicker-wrapper-input:focus{border:0;outline:none}.datepicker-container .mat-icon-button{height:32px;width:32px}.datepicker-container .mat-icon-button:focus{outline:1px solid #ffdd00}.datepicker-container .mat-icon-button .mat-datepicker-toggle-default-icon{position:relative;top:-5px}.datepicker-container .mat-datepicker-toggle{position:absolute;right:0}.datepicker-container .mat-mdc-icon-button.mat-mdc-button-base{width:32px;height:32px;padding:5px 0 0}.datepicker-container .mat-mdc-icon-button.mat-mdc-button-base:focus{outline:1px solid #fd0}.cdk-overlay-container .mat-datepicker-content{border:1px solid black;border-radius:0;max-width:295px}.cdk-overlay-container .mat-datepicker-content .mat-calendar-table{width:calc(100% - 1px);table-layout:fixed}.cdk-overlay-container .mat-datepicker-content .mat-calendar-header{height:34px;border-bottom:1px ridge #bfc1c3}.cdk-overlay-container .mat-datepicker-content .mat-calendar-period-button{left:14%;min-width:125px;border-right:1px ridge #bfc1c3;border-left:1px ridge #bfc1c3;border-radius:0;top:-20px;width:200%}.cdk-overlay-container .mat-datepicker-content .mat-calendar-period-button .mat-button-wrapper{text-align:center;font-weight:700}.cdk-overlay-container .mat-datepicker-content .mat-calendar-period-button:focus{border:2px solid black}.cdk-overlay-container .mat-datepicker-content .mat-calendar-previous-button{left:-73%;top:-20px;border:2px solid transparent;border-radius:0}.cdk-overlay-container .mat-datepicker-content .mat-calendar-previous-button:focus{border-color:#000}.cdk-overlay-container .mat-datepicker-content .mat-calendar-previous-button:after{border-left-width:5px;border-top-width:5px;color:#000;padding:4px;top:-2px;left:-2px}.cdk-overlay-container .mat-datepicker-content .mat-calendar-next-button{top:-20px;left:1%;border:2px solid transparent;border-radius:0}.cdk-overlay-container .mat-datepicker-content .mat-calendar-next-button:focus{border-color:#000}.cdk-overlay-container .mat-datepicker-content .mat-calendar-next-button:after{border-right-width:5px;border-top-width:5px;color:#000;padding:4px;top:-2px;left:-2px}.cdk-overlay-container .mat-datepicker-content .mat-button-wrapper{text-transform:capitalize!important}.cdk-overlay-container .mat-datepicker-content .mat-calendar{border-bottom:1px solid black}.cdk-overlay-container .mat-datepicker-content .mat-calendar-table-header-divider{padding:0;border-bottom:none}.cdk-overlay-container .mat-datepicker-content .mat-calendar-table-header-divider:after{height:0px}.cdk-overlay-container .mat-datepicker-content .mat-calendar-content{padding:0}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-table-header{color:#000}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-table-header th.ng-star-inserted{font-weight:700;font-size:15px;padding-top:2%;padding-bottom:2%;column-width:20px}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-table-header tr:nth-of-type(1) th{visibility:hidden}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-table-header tr:nth-of-type(1) th:after{visibility:visible;color:#000;position:relative;left:-15px}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-table-header tr:nth-of-type(1) th:nth-of-type(1):after{content:\"MON\"}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-table-header tr:nth-of-type(1) th:nth-of-type(2):after{left:-12px;content:\"TUE\"}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-table-header tr:nth-of-type(1) th:nth-of-type(3):after{left:-18px;content:\"WED\"}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-table-header tr:nth-of-type(1) th:nth-of-type(4):after{left:-14px;content:\"THU\"}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-table-header tr:nth-of-type(1) th:nth-of-type(5):after{left:-10px;content:\"FRI\"}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-table-header tr:nth-of-type(1) th:nth-of-type(6):after{content:\"SAT\"}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-table-header tr:nth-of-type(1) th:nth-of-type(7):after{content:\"SUN\"}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-body-label{font-weight:700;font-size:large;color:#000}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-body-selected{border:none;background-color:transparent;color:#fff}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-body-active{background-color:#5694ca}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-body-active .mat-calendar-body-today{border:none;box-shadow:none}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-body-cell{border:1px ridge #bfc1c3}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-body-cell[aria-selected=true],.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-body-cell[aria-pressed=true]{background-color:#1d70b8;outline:3px solid #ffdd00;border:2px solid black;outline-offset:1px;z-index:1}.cdk-overlay-container .mat-datepicker-content ngx-mat-multi-year-view .mat-calendar-table{border-collapse:separate;border-spacing:10px}.cdk-overlay-container .mat-datepicker-content ngx-mat-multi-year-view .mat-calendar-table .mat-calendar-body-active{background-color:#5694ca}.cdk-overlay-container .mat-datepicker-content ngx-mat-multi-year-view .mat-calendar-table .mat-calendar-body-cell{border:1px solid #bfc1c3}.cdk-overlay-container .mat-datepicker-content ngx-mat-multi-year-view .mat-calendar-table .mat-calendar-body-cell .mat-calendar-body-cell-content{border:none}.cdk-overlay-container .mat-datepicker-content ngx-mat-multi-year-view .mat-calendar-table .mat-calendar-body-cell .mat-calendar-body-selected{border:none;box-shadow:none;background-color:transparent}.cdk-overlay-container .mat-datepicker-content ngx-mat-multi-year-view .mat-calendar-table .mat-calendar-body-cell[aria-selected=true]{background-color:#1d70b8;outline:2px solid #ffdd00}.cdk-overlay-container .mat-datepicker-content ngx-mat-year-view .mat-calendar-table{border-collapse:separate;border-spacing:20px}.cdk-overlay-container .mat-datepicker-content ngx-mat-year-view .mat-calendar-table tr:nth-of-type(1){visibility:collapse}.cdk-overlay-container .mat-datepicker-content ngx-mat-year-view .mat-calendar-table .mat-calendar-body-active{background-color:#5694ca}.cdk-overlay-container .mat-datepicker-content ngx-mat-year-view .mat-calendar-table .mat-calendar-body-cell{border:1px solid #bfc1c3}.cdk-overlay-container .mat-datepicker-content ngx-mat-year-view .mat-calendar-table .mat-calendar-body-cell .mat-calendar-body-cell-content{border:none}.cdk-overlay-container .mat-datepicker-content ngx-mat-year-view .mat-calendar-table .mat-calendar-body-cell .mat-calendar-body-selected{border:none;box-shadow:none;background-color:transparent}.cdk-overlay-container .mat-datepicker-content ngx-mat-year-view .mat-calendar-table .mat-calendar-body-cell[aria-selected=true]{background-color:#1d70b8;outline:3px solid #ffdd00;border:2px solid black;outline-offset:1px}.cdk-overlay-container .mat-datepicker-content .time-container{height:80px;padding-top:0}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker{width:100%}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table{margin-left:0!important}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tbody{position:relative}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr mdc-icon-button mat-mdc-icon-button mat-unthemed mat-mdc-button-base .mat-icon-button .mat-button-wrapper{width:auto;height:auto}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr mdc-icon-button mat-mdc-icon-button mat-unthemed mat-mdc-button-base .mat-icon-button:focus{outline:none}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:first-child{position:absolute;left:49px;top:15px;z-index:2}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:first-child button:disabled{display:none}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:first-child td:first-child [aria-label=\"expand_less icon\"]{position:absolute;left:-2px;top:25px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:first-child td:nth-child(3) [aria-label=\"expand_less icon\"].mat-icon-button{position:absolute;left:82px!important;top:25px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:first-child td:nth-child(5) [aria-label=\"expand_less icon\"].mat-icon-button{position:absolute;left:169px!important;top:25px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:first-child td:nth-last-child(1) [aria-label=\"expand_less icon\"].mat-icon-button{left:153px!important}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:first-child td:nth-last-child(2) [aria-label=\"expand_less icon\"].mat-icon-button{left:65px!important}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(2){display:flex;padding:20px 0 20px 15px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(2) td{margin-right:30px;text-align:right}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(2) td:first-child .mat-form-field{width:50px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(2) td:first-child .mat-form-field:before{color:#000;content:\"Hours\";position:relative;top:-5px;left:-5px;font-size:15px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(2) td:nth-child(3) .mat-form-field:before{color:#000;content:\"Minutes\";position:relative;top:-5px;font-size:15px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(2) td:last-child{text-align:left;left:-15px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(2) .mat-form-field-disabled{display:none}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(2) td:nth-of-type(5) .mat-form-field:before{color:#000;content:\"Seconds\";position:relative;top:-5px;font-size:15px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(2) .meridian{border-bottom:none}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(2) .meridian .mat-button{height:30px;top:21px;border-radius:0;color:#000;border-color:#000;background-color:#dee0e2;display:flex;justify-content:center}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(2) .meridian .mat-button .mat-button-wrapper{position:relative;top:-2px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(4){display:flex;padding:2rem 0 2rem 15px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(4) td{margin-right:30px;text-align:right}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(4) td:last-child{text-align:left}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:last-child{position:absolute;left:49px;top:40px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:last-child button:disabled{display:none}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:last-child td:first-child [aria-label=\"expand_more icon\"]{position:absolute;top:15px;left:-2px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:last-child td:nth-child(3) [aria-label=\"expand_more icon\"].mat-icon-button{position:absolute;left:82px!important;top:15px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:last-child td:nth-child(5) [aria-label=\"expand_more icon\"].mat-icon-button{position:absolute;top:15px;left:169px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:last-child td:nth-last-child(1) [aria-label=\"expand_more icon\"].mat-icon-button{left:65px!important}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:last-child td:nth-last-child(1).ng-star-inserted [aria-label=\"expand_more icon\"].mat-icon-button{left:153px!important}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr td{padding:0;border-bottom:0;position:relative}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr .spacer{display:none}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr .mat-icon{visibility:hidden;display:none}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr .mat-button-wrapper{display:block;width:15px;height:8px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr .mat-form-field-wrapper{padding-bottom:0}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr .mat-form-field{width:auto;max-width:none}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr [aria-label=\"expand_less icon\"].mat-icon-button .mat-button-wrapper:after{content:\" \\25b2\"}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr [aria-label=\"expand_more icon\"].mat-icon-button .mat-button-wrapper:after{content:\"\\25bc\"}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr .mat-form-field-flex{width:100%}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr .mat-form-field-flex .mat-form-field-infix{border:1px solid black;height:20px;width:37px;display:flex;justify-content:center;align-items:center}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr .mat-form-field-underline{visibility:hidden}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr input{height:33px;width:37px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr input:focus{border-color:#000}.cdk-overlay-container .mat-datepicker-content .actions{padding-bottom:20px;margin-top:20px;justify-content:flex-start}.cdk-overlay-container .mat-datepicker-content .actions .mat-button{background-color:#00823b;position:relative;display:-moz-inline-stack;display:inline-block;padding:.526315em .789473em .263157em;border:none;border-radius:0;outline:1px solid transparent;outline-offset:-1px;-webkit-appearance:none;box-shadow:0 2px #003618;font-size:1em;line-height:1.25;text-decoration:none;-webkit-font-smoothing:antialiased;color:#fff;box-sizing:border-box;vertical-align:top;width:80px;cursor:pointer}.cdk-overlay-container .mat-datepicker-content .actions .mat-button:focus{outline:2px solid #ffdd00}.cdk-overlay-container .mat-datepicker-content .actions .mat-button:hover{background-color:#006400}.cdk-overlay-container .mat-datepicker-content .actions .mat-button .mat-icon{visibility:hidden}.cdk-overlay-container .mat-datepicker-content .actions .mat-button .mat-button-wrapper:before{color:#fff;content:\"Confirm\";position:relative;font-size:15px;left:-3px}.cdk-overlay-container .mat-datepicker-content .mat-datepicker-actions{margin-top:120px;padding:8px 8px 28px;justify-content:flex-start}.cdk-overlay-container .mat-datepicker-content .mat-datepicker-actions button{background-color:#00823b;position:relative;display:-moz-inline-stack;display:inline-block;padding:.526315em .789473em .263157em;border:none;border-radius:0;outline:1px solid transparent;outline-offset:-1px;-webkit-appearance:none;box-shadow:0 2px #003618;font-size:1em;line-height:1.25;text-decoration:none;-webkit-font-smoothing:antialiased;color:#fff;box-sizing:border-box;vertical-align:top;width:80px;cursor:pointer}\n"], encapsulation: 2 });
287
- }
288
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DatetimePickerComponent, [{
289
- type: Component,
290
- args: [{ selector: 'ccd-datetime-picker', encapsulation: ViewEncapsulation.None, providers: [
291
- { provide: NGX_MAT_DATE_FORMATS, useValue: CUSTOM_MOMENT_FORMATS },
292
- {
293
- provide: NgxMatDateAdapter,
294
- useClass: NgxMatMomentAdapter,
295
- deps: [MAT_LEGACY_DATE_LOCALE, NGX_MAT_MOMENT_DATE_ADAPTER_OPTIONS]
296
- },
297
- { provide: NGX_MAT_MOMENT_DATE_ADAPTER_OPTIONS, useValue: { useUtc: true } }
298
- ], template: "<div class=\"govuk-form-group bottom-30\" [id]=\"caseField.id\"\n [ngClass]=\"{'form-group-error': dateControl && !dateControl.valid && dateControl.dirty}\">\n <fieldset>\n <legend>\n <span class=\"form-label\" *ngIf=\"caseField.label\">{{(caseField | ccdFieldLabel)}}</span>\n <span class=\"form-hint\" *ngIf=\"caseField.hint_text\">{{caseField.hint_text | rpxTranslate}}</span>\n <span class=\"error-message\"\n *ngIf=\"dateControl && dateControl.errors && dateControl.dirty && !(minError || maxError)\">{{(dateControl.errors | ccdFirstError:caseField.label)}}</span>\n <span class=\"error-message\"\n *ngIf=\"dateControl && dateControl.dirty && minError\">{{'This date is older than the minimum date allowed' | rpxTranslate}}</span>\n <span class=\"error-message\"\n *ngIf=\"dateControl && dateControl.dirty && maxError\">{{'This date is later than the maximum date allowed' | rpxTranslate}}</span>\n </legend>\n <div class=\"datepicker-container\">\n <input class=\"govuk-input\"\n #input\n attr.aria-label=\"Please enter a date and time in the format | rpxTranslate {{dateTimeEntryFormat}}\"\n [min]=\"minDate(caseField)\"\n [max]=\"maxDate(caseField)\"\n [formControl]=\"dateControl\"\n [ngxMatDatetimePicker]=\"picker\"\n (focusin)=\"focusIn()\"\n (focusout)=\"focusOut()\"\n (dateChange)=\"valueChanged()\"\n ng-model-options=\"{timezone:'utc'}\"\n >\n <mat-datepicker-toggle matSuffix [for]=\"picker\" id=\"pickerOpener\"></mat-datepicker-toggle>\n <ngx-mat-datetime-picker #picker\n [color]=\"color\"\n [touchUi]=\"touchUi\"\n [hideTime]=\"hideTime\"\n [startView]=\"startView\"\n [stepHour]=\"stepHour\"\n [stepSecond]=\"stepSecond\"\n [stepMinute]=\"stepMinute\"\n [showSeconds]=\"showSeconds\"\n [showSpinners]=\"showSpinners\"\n [disableMinute]=\"disableMinute\"\n [enableMeridian]=\"enableMeridian\"\n (yearSelected)=\"yearSelected($event)\"\n (monthSelected)=\"monthSelected($event)\"\n (opened)=\"toggleClick()\"\n >\n <ngx-mat-datepicker-actions>\n <button mat-raised-button color=\"primary\" ngxMatDatepickerApply>Confirm</button>\n </ngx-mat-datepicker-actions>\n </ngx-mat-datetime-picker>\n </div>\n </fieldset>\n</div>\n", styles: ["@charset \"UTF-8\";.datepicker-container{display:inline-block;position:relative;min-width:298px}.datepicker-container .govuk-input{height:35px;min-width:298px;width:auto;padding-right:40px;border:1px solid #000}.datepicker-container .govuk-input:focus{outline:1px solid #ffdd00;border:1px solid black}.datepicker-container .govuk-input::-ms-clear{display:none}.datepicker-container .datepicker-wrapper-input{position:relative;display:inline-block;top:-20%;border:0}.datepicker-container .datepicker-wrapper-input:focus{border:0;outline:none}.datepicker-container .mat-icon-button{height:32px;width:32px}.datepicker-container .mat-icon-button:focus{outline:1px solid #ffdd00}.datepicker-container .mat-icon-button .mat-datepicker-toggle-default-icon{position:relative;top:-5px}.datepicker-container .mat-datepicker-toggle{position:absolute;right:0}.datepicker-container .mat-mdc-icon-button.mat-mdc-button-base{width:32px;height:32px;padding:5px 0 0}.datepicker-container .mat-mdc-icon-button.mat-mdc-button-base:focus{outline:1px solid #fd0}.cdk-overlay-container .mat-datepicker-content{border:1px solid black;border-radius:0;max-width:295px}.cdk-overlay-container .mat-datepicker-content .mat-calendar-table{width:calc(100% - 1px);table-layout:fixed}.cdk-overlay-container .mat-datepicker-content .mat-calendar-header{height:34px;border-bottom:1px ridge #bfc1c3}.cdk-overlay-container .mat-datepicker-content .mat-calendar-period-button{left:14%;min-width:125px;border-right:1px ridge #bfc1c3;border-left:1px ridge #bfc1c3;border-radius:0;top:-20px;width:200%}.cdk-overlay-container .mat-datepicker-content .mat-calendar-period-button .mat-button-wrapper{text-align:center;font-weight:700}.cdk-overlay-container .mat-datepicker-content .mat-calendar-period-button:focus{border:2px solid black}.cdk-overlay-container .mat-datepicker-content .mat-calendar-previous-button{left:-73%;top:-20px;border:2px solid transparent;border-radius:0}.cdk-overlay-container .mat-datepicker-content .mat-calendar-previous-button:focus{border-color:#000}.cdk-overlay-container .mat-datepicker-content .mat-calendar-previous-button:after{border-left-width:5px;border-top-width:5px;color:#000;padding:4px;top:-2px;left:-2px}.cdk-overlay-container .mat-datepicker-content .mat-calendar-next-button{top:-20px;left:1%;border:2px solid transparent;border-radius:0}.cdk-overlay-container .mat-datepicker-content .mat-calendar-next-button:focus{border-color:#000}.cdk-overlay-container .mat-datepicker-content .mat-calendar-next-button:after{border-right-width:5px;border-top-width:5px;color:#000;padding:4px;top:-2px;left:-2px}.cdk-overlay-container .mat-datepicker-content .mat-button-wrapper{text-transform:capitalize!important}.cdk-overlay-container .mat-datepicker-content .mat-calendar{border-bottom:1px solid black}.cdk-overlay-container .mat-datepicker-content .mat-calendar-table-header-divider{padding:0;border-bottom:none}.cdk-overlay-container .mat-datepicker-content .mat-calendar-table-header-divider:after{height:0px}.cdk-overlay-container .mat-datepicker-content .mat-calendar-content{padding:0}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-table-header{color:#000}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-table-header th.ng-star-inserted{font-weight:700;font-size:15px;padding-top:2%;padding-bottom:2%;column-width:20px}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-table-header tr:nth-of-type(1) th{visibility:hidden}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-table-header tr:nth-of-type(1) th:after{visibility:visible;color:#000;position:relative;left:-15px}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-table-header tr:nth-of-type(1) th:nth-of-type(1):after{content:\"MON\"}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-table-header tr:nth-of-type(1) th:nth-of-type(2):after{left:-12px;content:\"TUE\"}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-table-header tr:nth-of-type(1) th:nth-of-type(3):after{left:-18px;content:\"WED\"}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-table-header tr:nth-of-type(1) th:nth-of-type(4):after{left:-14px;content:\"THU\"}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-table-header tr:nth-of-type(1) th:nth-of-type(5):after{left:-10px;content:\"FRI\"}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-table-header tr:nth-of-type(1) th:nth-of-type(6):after{content:\"SAT\"}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-table-header tr:nth-of-type(1) th:nth-of-type(7):after{content:\"SUN\"}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-body-label{font-weight:700;font-size:large;color:#000}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-body-selected{border:none;background-color:transparent;color:#fff}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-body-active{background-color:#5694ca}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-body-active .mat-calendar-body-today{border:none;box-shadow:none}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-body-cell{border:1px ridge #bfc1c3}.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-body-cell[aria-selected=true],.cdk-overlay-container .mat-datepicker-content ngx-mat-month-view .mat-calendar-body-cell[aria-pressed=true]{background-color:#1d70b8;outline:3px solid #ffdd00;border:2px solid black;outline-offset:1px;z-index:1}.cdk-overlay-container .mat-datepicker-content ngx-mat-multi-year-view .mat-calendar-table{border-collapse:separate;border-spacing:10px}.cdk-overlay-container .mat-datepicker-content ngx-mat-multi-year-view .mat-calendar-table .mat-calendar-body-active{background-color:#5694ca}.cdk-overlay-container .mat-datepicker-content ngx-mat-multi-year-view .mat-calendar-table .mat-calendar-body-cell{border:1px solid #bfc1c3}.cdk-overlay-container .mat-datepicker-content ngx-mat-multi-year-view .mat-calendar-table .mat-calendar-body-cell .mat-calendar-body-cell-content{border:none}.cdk-overlay-container .mat-datepicker-content ngx-mat-multi-year-view .mat-calendar-table .mat-calendar-body-cell .mat-calendar-body-selected{border:none;box-shadow:none;background-color:transparent}.cdk-overlay-container .mat-datepicker-content ngx-mat-multi-year-view .mat-calendar-table .mat-calendar-body-cell[aria-selected=true]{background-color:#1d70b8;outline:2px solid #ffdd00}.cdk-overlay-container .mat-datepicker-content ngx-mat-year-view .mat-calendar-table{border-collapse:separate;border-spacing:20px}.cdk-overlay-container .mat-datepicker-content ngx-mat-year-view .mat-calendar-table tr:nth-of-type(1){visibility:collapse}.cdk-overlay-container .mat-datepicker-content ngx-mat-year-view .mat-calendar-table .mat-calendar-body-active{background-color:#5694ca}.cdk-overlay-container .mat-datepicker-content ngx-mat-year-view .mat-calendar-table .mat-calendar-body-cell{border:1px solid #bfc1c3}.cdk-overlay-container .mat-datepicker-content ngx-mat-year-view .mat-calendar-table .mat-calendar-body-cell .mat-calendar-body-cell-content{border:none}.cdk-overlay-container .mat-datepicker-content ngx-mat-year-view .mat-calendar-table .mat-calendar-body-cell .mat-calendar-body-selected{border:none;box-shadow:none;background-color:transparent}.cdk-overlay-container .mat-datepicker-content ngx-mat-year-view .mat-calendar-table .mat-calendar-body-cell[aria-selected=true]{background-color:#1d70b8;outline:3px solid #ffdd00;border:2px solid black;outline-offset:1px}.cdk-overlay-container .mat-datepicker-content .time-container{height:80px;padding-top:0}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker{width:100%}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table{margin-left:0!important}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tbody{position:relative}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr mdc-icon-button mat-mdc-icon-button mat-unthemed mat-mdc-button-base .mat-icon-button .mat-button-wrapper{width:auto;height:auto}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr mdc-icon-button mat-mdc-icon-button mat-unthemed mat-mdc-button-base .mat-icon-button:focus{outline:none}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:first-child{position:absolute;left:49px;top:15px;z-index:2}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:first-child button:disabled{display:none}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:first-child td:first-child [aria-label=\"expand_less icon\"]{position:absolute;left:-2px;top:25px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:first-child td:nth-child(3) [aria-label=\"expand_less icon\"].mat-icon-button{position:absolute;left:82px!important;top:25px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:first-child td:nth-child(5) [aria-label=\"expand_less icon\"].mat-icon-button{position:absolute;left:169px!important;top:25px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:first-child td:nth-last-child(1) [aria-label=\"expand_less icon\"].mat-icon-button{left:153px!important}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:first-child td:nth-last-child(2) [aria-label=\"expand_less icon\"].mat-icon-button{left:65px!important}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(2){display:flex;padding:20px 0 20px 15px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(2) td{margin-right:30px;text-align:right}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(2) td:first-child .mat-form-field{width:50px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(2) td:first-child .mat-form-field:before{color:#000;content:\"Hours\";position:relative;top:-5px;left:-5px;font-size:15px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(2) td:nth-child(3) .mat-form-field:before{color:#000;content:\"Minutes\";position:relative;top:-5px;font-size:15px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(2) td:last-child{text-align:left;left:-15px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(2) .mat-form-field-disabled{display:none}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(2) td:nth-of-type(5) .mat-form-field:before{color:#000;content:\"Seconds\";position:relative;top:-5px;font-size:15px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(2) .meridian{border-bottom:none}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(2) .meridian .mat-button{height:30px;top:21px;border-radius:0;color:#000;border-color:#000;background-color:#dee0e2;display:flex;justify-content:center}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(2) .meridian .mat-button .mat-button-wrapper{position:relative;top:-2px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(4){display:flex;padding:2rem 0 2rem 15px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(4) td{margin-right:30px;text-align:right}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:nth-child(4) td:last-child{text-align:left}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:last-child{position:absolute;left:49px;top:40px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:last-child button:disabled{display:none}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:last-child td:first-child [aria-label=\"expand_more icon\"]{position:absolute;top:15px;left:-2px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:last-child td:nth-child(3) [aria-label=\"expand_more icon\"].mat-icon-button{position:absolute;left:82px!important;top:15px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:last-child td:nth-child(5) [aria-label=\"expand_more icon\"].mat-icon-button{position:absolute;top:15px;left:169px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:last-child td:nth-last-child(1) [aria-label=\"expand_more icon\"].mat-icon-button{left:65px!important}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr:last-child td:nth-last-child(1).ng-star-inserted [aria-label=\"expand_more icon\"].mat-icon-button{left:153px!important}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr td{padding:0;border-bottom:0;position:relative}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr .spacer{display:none}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr .mat-icon{visibility:hidden;display:none}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr .mat-button-wrapper{display:block;width:15px;height:8px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr .mat-form-field-wrapper{padding-bottom:0}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr .mat-form-field{width:auto;max-width:none}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr [aria-label=\"expand_less icon\"].mat-icon-button .mat-button-wrapper:after{content:\" \\25b2\"}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr [aria-label=\"expand_more icon\"].mat-icon-button .mat-button-wrapper:after{content:\"\\25bc\"}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr .mat-form-field-flex{width:100%}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr .mat-form-field-flex .mat-form-field-infix{border:1px solid black;height:20px;width:37px;display:flex;justify-content:center;align-items:center}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr .mat-form-field-underline{visibility:hidden}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr input{height:33px;width:37px}.cdk-overlay-container .mat-datepicker-content .time-container .ngx-mat-timepicker .table tr input:focus{border-color:#000}.cdk-overlay-container .mat-datepicker-content .actions{padding-bottom:20px;margin-top:20px;justify-content:flex-start}.cdk-overlay-container .mat-datepicker-content .actions .mat-button{background-color:#00823b;position:relative;display:-moz-inline-stack;display:inline-block;padding:.526315em .789473em .263157em;border:none;border-radius:0;outline:1px solid transparent;outline-offset:-1px;-webkit-appearance:none;box-shadow:0 2px #003618;font-size:1em;line-height:1.25;text-decoration:none;-webkit-font-smoothing:antialiased;color:#fff;box-sizing:border-box;vertical-align:top;width:80px;cursor:pointer}.cdk-overlay-container .mat-datepicker-content .actions .mat-button:focus{outline:2px solid #ffdd00}.cdk-overlay-container .mat-datepicker-content .actions .mat-button:hover{background-color:#006400}.cdk-overlay-container .mat-datepicker-content .actions .mat-button .mat-icon{visibility:hidden}.cdk-overlay-container .mat-datepicker-content .actions .mat-button .mat-button-wrapper:before{color:#fff;content:\"Confirm\";position:relative;font-size:15px;left:-3px}.cdk-overlay-container .mat-datepicker-content .mat-datepicker-actions{margin-top:120px;padding:8px 8px 28px;justify-content:flex-start}.cdk-overlay-container .mat-datepicker-content .mat-datepicker-actions button{background-color:#00823b;position:relative;display:-moz-inline-stack;display:inline-block;padding:.526315em .789473em .263157em;border:none;border-radius:0;outline:1px solid transparent;outline-offset:-1px;-webkit-appearance:none;box-shadow:0 2px #003618;font-size:1em;line-height:1.25;text-decoration:none;-webkit-font-smoothing:antialiased;color:#fff;box-sizing:border-box;vertical-align:top;width:80px;cursor:pointer}\n"] }]
299
- }], () => [{ type: i1.FormatTranslatorService }, { type: undefined, decorators: [{
300
- type: Inject,
301
- args: [NGX_MAT_DATE_FORMATS]
302
- }] }], { datetimePicker: [{
303
- type: ViewChild,
304
- args: ['picker', { static: false }]
305
- }], inputElement: [{
306
- type: ViewChild,
307
- args: ['input', { static: false }]
308
- }], dateControl: [{
309
- type: Input
310
- }] }); })();
311
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DatetimePickerComponent, { className: "DatetimePickerComponent", filePath: "lib/shared/components/palette/datetime-picker/datetime-picker.component.ts", lineNumber: 35 }); })();
312
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0ZXRpbWUtcGlja2VyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NjZC1jYXNlLXVpLXRvb2xraXQvc3JjL2xpYi9zaGFyZWQvY29tcG9uZW50cy9wYWxldHRlL2RhdGV0aW1lLXBpY2tlci9kYXRldGltZS1waWNrZXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2NkLWNhc2UtdWktdG9vbGtpdC9zcmMvbGliL3NoYXJlZC9jb21wb25lbnRzL3BhbGV0dGUvZGF0ZXRpbWUtcGlja2VyL2RhdGV0aW1lLXBpY2tlci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsaUJBQWlCLEVBRWpCLG9CQUFvQixFQUNwQixvQkFBb0IsRUFDckIsTUFBTSw4Q0FBOEMsQ0FBQztBQUN0RCxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsbUNBQW1DLEVBQUUsTUFBTSw2Q0FBNkMsQ0FBQztBQUN2SCxPQUFPLEVBQUUsU0FBUyxFQUFFLFVBQVUsRUFBRSxNQUFNLEVBQUUsS0FBSyxFQUFVLFNBQVMsRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMzRyxPQUFPLEVBQUUsV0FBVyxFQUFFLFVBQVUsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQ3pELE9BQU8sRUFBRSxzQkFBc0IsRUFBc0MsTUFBTSwrQkFBK0IsQ0FBQztBQUczRyxPQUFPLE1BQU0sTUFBTSxRQUFRLENBQUM7QUFFNUIsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0seURBQXlELENBQUM7QUFDbEcsT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0sNkNBQTZDLENBQUM7QUFDekYsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0seUJBQXlCLENBQUM7Ozs7Ozs7Ozs7Ozs7OztJQ1oxRCxnQ0FBaUQ7SUFBQSxZQUErQjs7SUFB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SyxFQUFFO1lBQ1EsWUFBWTtrQkFBekQsU0FBUzttQkFBQyxPQUFPLEVBQUUsRUFBRSxNQUFNLEVBQUUsS0FBSyxFQUFFO1lBRXJCLFdBQVc7a0JBQTFCLEtBQUs7O2tGQXhCSyx1QkFBdUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBOZ3hNYXREYXRlQWRhcHRlcixcbiAgTmd4TWF0RGF0ZUZvcm1hdHMsXG4gIE5neE1hdERhdGV0aW1lcGlja2VyLFxuICBOR1hfTUFUX0RBVEVfRk9STUFUU1xufSBmcm9tICdAYW5ndWxhci1tYXRlcmlhbC1jb21wb25lbnRzL2RhdGV0aW1lLXBpY2tlcic7XG5pbXBvcnQgeyBOZ3hNYXRNb21lbnRBZGFwdGVyLCBOR1hfTUFUX01PTUVOVF9EQVRFX0FEQVBURVJfT1BUSU9OUyB9IGZyb20gJ0Bhbmd1bGFyLW1hdGVyaWFsLWNvbXBvbmVudHMvbW9tZW50LWFkYXB0ZXInO1xuaW1wb3J0IHsgQ29tcG9uZW50LCBFbGVtZW50UmVmLCBJbmplY3QsIElucHV0LCBPbkluaXQsIFZpZXdDaGlsZCwgVmlld0VuY2Fwc3VsYXRpb24gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEZvcm1Db250cm9sLCBWYWxpZGF0b3JzIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgTUFUX0xFR0FDWV9EQVRFX0xPQ0FMRSwgTGVnYWN5VGhlbWVQYWxldHRlIGFzIFRoZW1lUGFsZXR0ZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2xlZ2FjeS1jb3JlJztcbmltcG9ydCB7IE1vbWVudCB9IGZyb20gJ21vbWVudC9tb21lbnQnO1xuXG5pbXBvcnQgbW9tZW50IGZyb20gJ21vbWVudCc7XG5pbXBvcnQgeyBDYXNlRmllbGQgfSBmcm9tICcuLi8uLi8uLi9kb21haW4vZGVmaW5pdGlvbi9jYXNlLWZpZWxkLm1vZGVsJztcbmltcG9ydCB7IEZvcm1hdFRyYW5zbGF0b3JTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vLi4vc2VydmljZXMvY2FzZS1maWVsZHMvZm9ybWF0LXRyYW5zbGF0b3Iuc2VydmljZSc7XG5pbXBvcnQgeyBBYnN0cmFjdEZvcm1GaWVsZENvbXBvbmVudCB9IGZyb20gJy4uL2Jhc2UtZmllbGQvYWJzdHJhY3QtZm9ybS1maWVsZC5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ1VTVE9NX01PTUVOVF9GT1JNQVRTIH0gZnJvbSAnLi9kYXRldGltZS1waWNrZXItdXRpbHMnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdjY2QtZGF0ZXRpbWUtcGlja2VyJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2RhdGV0aW1lLXBpY2tlci5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2RhdGV0aW1lLXBpY2tlci5jb21wb25lbnQuc2NzcyddLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxuICBwcm92aWRlcnM6IFtcbiAgICB7IHByb3ZpZGU6IE5HWF9NQVRfREFURV9GT1JNQVRTLCB1c2VWYWx1ZTogQ1VTVE9NX01PTUVOVF9GT1JNQVRTIH0sXG4gICAge1xuICAgICAgcHJvdmlkZTogTmd4TWF0RGF0ZUFkYXB0ZXIsXG4gICAgICB1c2VDbGFzczogTmd4TWF0TW9tZW50QWRhcHRlcixcbiAgICAgIGRlcHM6IFtNQVRfTEVHQUNZX0RBVEVfTE9DQUxFLCBOR1hfTUFUX01PTUVOVF9EQVRFX0FEQVBURVJfT1BUSU9OU11cbiAgICB9LFxuICAgIHsgcHJvdmlkZTogTkdYX01BVF9NT01FTlRfREFURV9BREFQVEVSX09QVElPTlMsIHVzZVZhbHVlOiB7IHVzZVV0YzogdHJ1ZSB9IH1cbiAgXVxufSlcblxuZXhwb3J0IGNsYXNzIERhdGV0aW1lUGlja2VyQ29tcG9uZW50IGV4dGVuZHMgQWJzdHJhY3RGb3JtRmllbGRDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuXG4gIHB1YmxpYyBzaG93U3Bpbm5lcnMgPSB0cnVlO1xuICBwdWJsaWMgc2hvd1NlY29uZHMgPSBmYWxzZTtcbiAgcHVibGljIHRvdWNoVWkgPSBmYWxzZTtcbiAgcHVibGljIGVuYWJsZU1lcmlkaWFuID0gZmFsc2U7XG4gIHB1YmxpYyBzdGVwSG91ciA9IDE7XG4gIHB1YmxpYyBzdGVwTWludXRlID0gMTtcbiAgcHVibGljIHN0ZXBTZWNvbmQgPSAxO1xuICBwdWJsaWMgY29sb3I6IFRoZW1lUGFsZXR0ZSA9ICdwcmltYXJ5JztcbiAgcHVibGljIGRpc2FibGVNaW51dGUgPSB0cnVlO1xuICBwdWJsaWMgaGlkZVRpbWUgPSB0cnVlO1xuICBwdWJsaWMgaGlkZU1pbnV0ZXMgPSB0cnVlO1xuICBwdWJsaWMgc3RhcnRWaWV3ID0gJ21vbnRoJztcbiAgcHVibGljIHllYXJTZWxlY3Rpb24gPSBmYWxzZTtcbiAgcHVibGljIGNoZWNrVGltZSA9IHRydWU7XG4gIHB1YmxpYyBzdHJpbmdFZGl0ZWQgPSBmYWxzZTtcbiAgcHVibGljIG1pbkVycm9yID0gZmFsc2U7XG4gIHB1YmxpYyBtYXhFcnJvciA9IGZhbHNlO1xuICBwdWJsaWMgZGF0ZVRpbWVFbnRyeUZvcm1hdDogc3RyaW5nO1xuXG4gIEBWaWV3Q2hpbGQoJ3BpY2tlcicsIHsgc3RhdGljOiBmYWxzZSB9KSBwdWJsaWMgZGF0ZXRpbWVQaWNrZXI6IE5neE1hdERhdGV0aW1lcGlja2VyPGFueT47XG4gIEBWaWV3Q2hpbGQoJ2lucHV0JywgeyBzdGF0aWM6IGZhbHNlIH0pIHB1YmxpYyBpbnB1dEVsZW1lbnQ6IEVsZW1lbnRSZWY8SFRNTElucHV0RWxlbWVudD47XG5cbiAgQElucHV0KCkgcHVibGljIGRhdGVDb250cm9sOiBGb3JtQ29udHJvbCA9IG5ldyBGb3JtQ29udHJvbChuZXcgRGF0ZSgpKTtcblxuICBwcml2YXRlIG1pbmltdW1EYXRlID0gbmV3IERhdGUoJzAxLzAxLzE4MDAnKTtcbiAgcHJpdmF0ZSBtYXhpbXVtRGF0ZSA9IG51bGw7XG4gIHByaXZhdGUgbW9tZW50Rm9ybWF0ID0gJ1lZWVktTU0tRERUSEg6bW06c3MuU1NTJztcblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIHJlYWRvbmx5IGZvcm1hdFRyYW5zbGF0aW9uU2VydmljZTogRm9ybWF0VHJhbnNsYXRvclNlcnZpY2UsXG4gICAgQEluamVjdChOR1hfTUFUX0RBVEVfRk9STUFUUykgcHJpdmF0ZSByZWFkb25seSBuZ3hNYXREYXRlRm9ybWF0czogTmd4TWF0RGF0ZUZvcm1hdHMpIHtcbiAgICBzdXBlcigpO1xuICB9XG5cbiAgcHVibGljIG5nT25Jbml0KCk6IHZvaWQge1xuICAgIHRoaXMuZGF0ZVRpbWVFbnRyeUZvcm1hdCA9IHRoaXMuZm9ybWF0VHJhbnNsYXRpb25TZXJ2aWNlLnNob3dPbmx5RGF0ZXModGhpcy5jYXNlRmllbGQuZGF0ZVRpbWVFbnRyeUZvcm1hdCk7XG4gICAgdGhpcy5jb25maWd1cmVEYXRlUGlja2VyKHRoaXMuZGF0ZVRpbWVFbnRyeUZvcm1hdCk7XG4gICAgLy8gc2V0IGRhdGUgY29udHJvbCBiYXNlZCBvbiBtYW5kYXRvcnkgZmllbGRcbiAgICB0aGlzLmRhdGVDb250cm9sID0gKHRoaXMuY2FzZUZpZWxkLmlzTWFuZGF0b3J5ID9cbiAgICAgIHRoaXMucmVnaXN0ZXJDb250cm9sKG5ldyBGb3JtQ29udHJvbCh0aGlzLmNhc2VGaWVsZC52YWx1ZSB8fCAnJywgW1ZhbGlkYXRvcnMucmVxdWlyZWRdKSlcbiAgICAgIDogdGhpcy5yZWdpc3RlckNvbnRyb2wobmV3IEZvcm1Db250cm9sKHRoaXMuY2FzZUZpZWxkLnZhbHVlKSkpIGFzIEZvcm1Db250cm9sO1xuICAgIC8vIGluIHJlc2V0dGluZyB0aGUgZm9ybWF0IGp1c3QgYWZ0ZXIgdGhlIHBhZ2UgaW5pdGlhbGlzZXMsIHRoZSBpbnB1dCBjYW4gYmUgcmVmb3JtYXR0ZWRcbiAgICAvLyBvdGhlcndpc2UgdGhlIGxhc3QgZm9ybWF0IGdpdmVuIHdpbGwgYmUgaG93IHRoZSB0ZXh0IHNob3duIHdpbGwgYmUgZGlzcGxheWVkXG4gICAgc2V0VGltZW91dCgoKSA9PiB7XG4gICAgICB0aGlzLnNldERhdGVUaW1lRm9ybWF0KCk7XG4gICAgICB0aGlzLmZvcm1hdFZhbHVlQW5kU2V0RXJyb3JzKCk7XG4gICAgfSwgMTAwMCk7XG4gICAgLy8gd2hlbiB0aGUgc3RhdHVzIGNoYW5nZXMgY2hlY2sgdGhhdCB0aGUgbWF4aW11bS9taW5pbXVtIGRhdGUgaGFzIG5vdCBiZWVuIGV4Y2VlZGVkXG4gICAgdGhpcy5kYXRlQ29udHJvbC5zdGF0dXNDaGFuZ2VzLnN1YnNjcmliZSgoKSA9PiB7XG4gICAgICB0aGlzLm1pbkVycm9yID0gdGhpcy5kYXRlQ29udHJvbC5oYXNFcnJvcignbWF0RGF0ZXRpbWVQaWNrZXJNaW4nKTtcbiAgICAgIHRoaXMubWF4RXJyb3IgPSB0aGlzLmRhdGVDb250cm9sLmhhc0Vycm9yKCdtYXREYXRldGltZVBpY2tlck1heCcpO1xuICAgIH0pO1xuICB9XG5cbiAgcHVibGljIHNldERhdGVUaW1lRm9ybWF0KCk6IHZvaWQge1xuICAgIHRoaXMubmd4TWF0RGF0ZUZvcm1hdHMucGFyc2UuZGF0ZUlucHV0ID0gdGhpcy5kYXRlVGltZUVudHJ5Rm9ybWF0O1xuICAgIHRoaXMubmd4TWF0RGF0ZUZvcm1hdHMuZGlzcGxheS5kYXRlSW5wdXQgPSB0aGlzLmRhdGVUaW1lRW50cnlGb3JtYXQ7XG4gIH1cblxuICAvKlxuICBXaGVuIHRoZSB2YWx1ZSBjaGFuZ2VzLCB1cGRhdGUgdGhlIGZvcm0gY29udHJvbFxuICAqL1xuICBwdWJsaWMgdmFsdWVDaGFuZ2VkKCk6IHZvaWQge1xuICAgIHRoaXMuZm9ybWF0VmFsdWVBbmRTZXRFcnJvcnMoKTtcbiAgfVxuXG4gIHB1YmxpYyBmb2N1c0luKCk6IHZvaWQge1xuICAgIHRoaXMuc2V0RGF0ZVRpbWVGb3JtYXQoKTtcbiAgfVxuXG4gIHB1YmxpYyBmb2N1c091dCgpOiB2b2lkIHtcbiAgICAvLyBmb2N1cyBvdXQgbmVlZGVkIHRvIG9idGFpbiBlcnJvcnMgKHJlbGV2YW50IHRvIGZvcm1hdHRpbmcpXG4gICAgdGhpcy5mb3JtYXRWYWx1ZUFuZFNldEVycm9ycygpO1xuICB9XG5cbiAgcHVibGljIHRvZ2dsZUNsaWNrKCk6IHZvaWQge1xuICAgIHRoaXMuc2V0RGF0ZVRpbWVGb3JtYXQoKTtcbiAgfVxuXG4gIHB1YmxpYyBtaW5EYXRlKGNhc2VGaWVsZDogQ2FzZUZpZWxkKTogRGF0ZSB7XG4gICAgLy8gc2V0IG1pbmltdW0gZGF0ZVxuICAgIGlmIChjYXNlRmllbGQuZmllbGRfdHlwZS5taW4gaW5zdGFuY2VvZiBEYXRlKSB7XG4gICAgICB0aGlzLm1pbmltdW1EYXRlID0gY2FzZUZpZWxkLmZpZWxkX3R5cGUubWluID8gbmV3IERhdGUoY2FzZUZpZWxkLmZpZWxkX3R5cGUubWluKSA6IHRoaXMubWluaW11bURhdGU7XG4gICAgfVxuICAgIHJldHVybiB0aGlzLm1pbmltdW1EYXRlO1xuICB9XG5cbiAgcHVibGljIG1heERhdGUoY2FzZUZpZWxkOiBDYXNlRmllbGQpOiBEYXRlIHtcbiAgICAvLyBzZXQgbWF4aW11bSBkYXRlXG4gICAgaWYgKGNhc2VGaWVsZC5maWVsZF90eXBlLm1heCBpbnN0YW5jZW9mIERhdGUpIHtcbiAgICAgIHRoaXMubWF4aW11bURhdGUgPSBjYXNlRmllbGQuZmllbGRfdHlwZS5tYXggPyBuZXcgRGF0ZShjYXNlRmllbGQuZmllbGRfdHlwZS5tYXgpIDogdGhpcy5tYXhpbXVtRGF0ZTtcbiAgICB9XG4gICAgcmV0dXJuIHRoaXMubWF4aW11bURhdGU7XG4gIH1cblxuICBwdWJsaWMgY29uZmlndXJlRGF0ZVBpY2tlcihkYXRlVGltZVBpY2tlckZvcm1hdDogc3RyaW5nKTogdm9pZCB7XG4gICAgaWYgKHRoaXMuY2FzZUZpZWxkLmZpZWxkX3R5cGUudHlwZSA9PT0gJ0RhdGUnKSB7XG4gICAgICB0aGlzLmhpZGVUaW1lID0gdHJ1ZTtcbiAgICAgIHRoaXMuY2hlY2tUaW1lID0gZmFsc2U7XG4gICAgICB0aGlzLmRhdGVUaW1lRW50cnlGb3JtYXQgPSB0aGlzLmZvcm1hdFRyYW5zbGF0aW9uU2VydmljZS5yZW1vdmVUaW1lKHRoaXMuZGF0ZVRpbWVFbnRyeUZvcm1hdCk7XG4gICAgICB0aGlzLm1vbWVudEZvcm1hdCA9ICdZWVlZLU1NLUREJztcbiAgICB9XG5cbiAgICBpZiAodGhpcy5jaGVja1RpbWUpIHtcblxuICAgICAgaWYgKHRoaXMuZm9ybWF0VHJhbnNsYXRpb25TZXJ2aWNlLmhhc1NlY29uZHMoZGF0ZVRpbWVQaWNrZXJGb3JtYXQpKSB7XG4gICAgICAgIHRoaXMuc2hvd1NlY29uZHMgPSB0cnVlO1xuICAgICAgICB0aGlzLmhpZGVNaW51dGVzID0gZmFsc2U7XG4gICAgICAgIHRoaXMuZGlzYWJsZU1pbnV0ZSA9IGZhbHNlO1xuICAgICAgICB0aGlzLmhpZGVUaW1lID0gZmFsc2U7XG4gICAgICAgIGlmICghdGhpcy5mb3JtYXRUcmFuc2xhdGlvblNlcnZpY2UuaXMyNEhvdXIoZGF0ZVRpbWVQaWNrZXJGb3JtYXQpKSB7XG4gICAgICAgICAgdGhpcy5lbmFibGVNZXJpZGlhbiA9IHRydWU7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICAgIGlmICh0aGlzLmZvcm1hdFRyYW5zbGF0aW9uU2VydmljZS5oYXNIb3VycyhkYXRlVGltZVBpY2tlckZvcm1hdCkpIHtcbiAgICAgICAgdGhpcy5oaWRlVGltZSA9IGZhbHNlO1xuICAgICAgICBpZiAoIXRoaXMuZm9ybWF0VHJhbnNsYXRpb25TZXJ2aWNlLmlzMjRIb3VyKGRhdGVUaW1lUGlja2VyRm9ybWF0KSkge1xuICAgICAgICAgIHRoaXMuZW5hYmxlTWVyaWRpYW4gPSB0cnVlO1xuICAgICAgICB9XG4gICAgICAgIHJldHVybjtcbiAgICAgIH1cblxuICAgICAgaWYgKHRoaXMuZm9ybWF0VHJhbnNsYXRpb25TZXJ2aWNlLmhhc01pbnV0ZXMoZGF0ZVRpbWVQaWNrZXJGb3JtYXQpKSB7XG4gICAgICAgIHRoaXMuaGlkZU1pbnV0ZXMgPSBmYWxzZTtcbiAgICAgICAgdGhpcy5kaXNhYmxlTWludXRlID0gZmFsc2U7XG4gICAgICAgIHRoaXMuaGlkZVRpbWUgPSBmYWxzZTtcbiAgICAgICAgaWYgKCF0aGlzLmZvcm1hdFRyYW5zbGF0aW9uU2VydmljZS5pczI0SG91cihkYXRlVGltZVBpY2tlckZvcm1hdCkpIHtcbiAgICAgICAgICB0aGlzLmVuYWJsZU1lcmlkaWFuID0gdHJ1ZTtcbiAgICAgICAgfVxuICAgICAgICByZXR1cm47XG4gICAgICB9XG4gICAgfVxuXG4gICAgaWYgKHRoaXMuZm9ybWF0VHJhbnNsYXRpb25TZXJ2aWNlLmhhc0RhdGUoZGF0ZVRpbWVQaWNrZXJGb3JtYXQpKSB7XG4gICAgICByZXR1cm47XG4gICAgfVxuXG4gICAgaWYgKHRoaXMuZm9ybWF0VHJhbnNsYXRpb25TZXJ2aWNlLmhhc05vRGF5KGRhdGVUaW1lUGlja2VyRm9ybWF0KSkge1xuICAgICAgdGhpcy5zdGFydFZpZXcgPSAnbXVsdGkteWVhcic7XG4gICAgfVxuXG4gICAgaWYgKHRoaXMuZm9ybWF0VHJhbnNsYXRpb25TZXJ2aWNlLmhhc05vRGF5QW5kTW9udGgoZGF0ZVRpbWVQaWNrZXJGb3JtYXQpKSB7XG4gICAgICB0aGlzLnN0YXJ0VmlldyA9ICdtdWx0aS15ZWFyJztcbiAgICAgIHRoaXMueWVhclNlbGVjdGlvbiA9IHRydWU7XG4gICAgfVxuICB9XG5cbiAgcHVibGljIHllYXJTZWxlY3RlZChldmVudDogTW9tZW50KTogdm9pZCB7XG4gICAgaWYgKHRoaXMuc3RhcnRWaWV3ID09PSAnbXVsdGkteWVhcicgJiYgdGhpcy55ZWFyU2VsZWN0aW9uKSB7XG4gICAgICB0aGlzLmRhdGVDb250cm9sLnBhdGNoVmFsdWUoZXZlbnQudG9JU09TdHJpbmcoKSk7XG4gICAgICB0aGlzLmRhdGV0aW1lUGlja2VyLmNsb3NlKCk7XG4gICAgICB0aGlzLnZhbHVlQ2hhbmdlZCgpO1xuICAgIH1cbiAgfVxuXG4gIHB1YmxpYyBtb250aFNlbGVjdGVkKGV2ZW50OiBNb21lbnQpOiB2b2lkIHtcbiAgICBpZiAodGhpcy5zdGFydFZpZXcgPT09ICdtdWx0aS15ZWFyJykge1xuICAgICAgdGhpcy5kYXRlQ29udHJvbC5wYXRjaFZhbHVlKGV2ZW50LnRvSVNPU3RyaW5nKCkpO1xuICAgICAgdGhpcy5kYXRlQ29udHJvbC5wYXRjaFZhbHVlKGV2ZW50LnRvSVNPU3RyaW5nKCkpO1xuICAgICAgdGhpcy5kYXRldGltZVBpY2tlci5jbG9zZSgpO1xuICAgICAgdGhpcy52YWx1ZUNoYW5nZWQoKTtcbiAgICB9XG4gIH1cblxuICBwcml2YXRlIGZvcm1hdFZhbHVlQW5kU2V0RXJyb3JzKCk6IHZvaWQge1xuICAgIGlmICh0aGlzLmlucHV0RWxlbWVudC5uYXRpdmVFbGVtZW50LnZhbHVlKSB7XG4gICAgICBsZXQgZm9ybVZhbHVlID0gdGhpcy5pbnB1dEVsZW1lbnQubmF0aXZlRWxlbWVudC52YWx1ZTtcbiAgICAgIGZvcm1WYWx1ZSA9IG1vbWVudChmb3JtVmFsdWUsIHRoaXMuZGF0ZVRpbWVFbnRyeUZvcm1hdCkuZm9ybWF0KHRoaXMubW9tZW50Rm9ybWF0KTtcbiAgICAgIGlmIChmb3JtVmFsdWUgIT09ICdJbnZhbGlkIGRhdGUnKSB7XG4gICAgICAgIC8vIGlmIG5vdCBpbnZhbGlkIHNldCB0aGUgdmFsdWUgYXMgdGhlIGZvcm1hdHRlZCB2YWx1ZVxuICAgICAgICB0aGlzLmRhdGVDb250cm9sLnNldFZhbHVlKGZvcm1WYWx1ZSk7XG4gICAgICB9IGVsc2Uge1xuICAgICAgICAvLyBlbnN1cmUgdGhhdCB0aGUgZGF0ZXBpY2tlciBwaWNrcyB1cCB0aGUgaW52YWxpZCBlcnJvclxuICAgICAgICBjb25zdCBrZWVwRXJyb3JUZXh0ID0gdGhpcy5pbnB1dEVsZW1lbnQubmF0aXZlRWxlbWVudC52YWx1ZTtcbiAgICAgICAgdGhpcy5kYXRlQ29udHJvbC5zZXRWYWx1ZShrZWVwRXJyb3JUZXh0KTtcbiAgICAgICAgdGhpcy5pbnB1dEVsZW1lbnQubmF0aXZlRWxlbWVudC52YWx1ZSA9IGtlZXBFcnJvclRleHQ7XG4gICAgICB9XG4gICAgfSBlbHNlIHtcbiAgICAgIC8vIGVuc3VyZSByZXF1aXJlZCBlcnJvcnMgYXJlIHBpY2tlZCB1cCBpZiByZWxldmFudFxuICAgICAgdGhpcy5kYXRlQ29udHJvbC5zZXRWYWx1ZSgnJyk7XG4gICAgfVxuICB9XG59XG4iLCI8ZGl2IGNsYXNzPVwiZ292dWstZm9ybS1ncm91cCAgYm90dG9tLTMwXCIgW2lkXT1cImNhc2VGaWVsZC5pZFwiXG4gICAgIFtuZ0NsYXNzXT1cInsnZm9ybS1ncm91cC1lcnJvcic6IGRhdGVDb250cm9sICYmICFkYXRlQ29udHJvbC52YWxpZCAmJiBkYXRlQ29udHJvbC5kaXJ0eX1cIj5cbiAgPGZpZWxkc2V0PlxuICAgIDxsZWdlbmQ+XG4gICAgICA8c3BhbiBjbGFzcz1cImZvcm0tbGFiZWxcIiAqbmdJZj1cImNhc2VGaWVsZC5sYWJlbFwiPnt7KGNhc2VGaWVsZCB8IGNjZEZpZWxkTGFiZWwpfX08L3NwYW4+XG4gICAgICA8c3BhbiBjbGFzcz1cImZvcm0taGludFwiICpuZ0lmPVwiY2FzZUZpZWxkLmhpbnRfdGV4dFwiPnt7Y2FzZUZpZWxkLmhpbnRfdGV4dCB8IHJweFRyYW5zbGF0ZX19PC9zcGFuPlxuICAgICAgPHNwYW4gY2xhc3M9XCJlcnJvci1tZXNzYWdlXCJcbiAgICAgICAgICAgICpuZ0lmPVwiZGF0ZUNvbnRyb2wgJiYgZGF0ZUNvbnRyb2wuZXJyb3JzICYmIGRhdGVDb250cm9sLmRpcnR5ICYmICEobWluRXJyb3IgfHwgbWF4RXJyb3IpXCI+e3soZGF0ZUNvbnRyb2wuZXJyb3JzIHwgY2NkRmlyc3RFcnJvcjpjYXNlRmllbGQubGFiZWwpfX08L3NwYW4+XG4gICAgICAgICAgICA8c3BhbiBjbGFzcz1cImVycm9yLW1lc3NhZ2VcIlxuICAgICAgICAgICAgKm5nSWY9XCJkYXRlQ29udHJvbCAmJiBkYXRlQ29udHJvbC5kaXJ0eSAmJiBtaW5FcnJvclwiPnt7J1RoaXMgZGF0ZSBpcyBvbGRlciB0aGFuIHRoZSBtaW5pbXVtIGRhdGUgYWxsb3dlZCcgfCBycHhUcmFuc2xhdGV9fTwvc3Bhbj5cbiAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiZXJyb3ItbWVzc2FnZVwiXG4gICAgICAgICAgICAqbmdJZj1cImRhdGVDb250cm9sICYmIGRhdGVDb250cm9sLmRpcnR5ICYmIG1heEVycm9yXCI+e3snVGhpcyBkYXRlIGlzIGxhdGVyIHRoYW4gdGhlIG1heGltdW0gZGF0ZSBhbGxvd2VkJyB8IHJweFRyYW5zbGF0ZX19PC9zcGFuPlxuICAgIDwvbGVnZW5kPlxuICAgIDxkaXYgY2xhc3M9XCJkYXRlcGlja2VyLWNvbnRhaW5lclwiPlxuICAgICAgPGlucHV0IGNsYXNzPVwiZ292dWstaW5wdXRcIlxuICAgICAgICAgICAgICNpbnB1dFxuICAgICAgICAgICAgIGF0dHIuYXJpYS1sYWJlbD1cIlBsZWFzZSBlbnRlciBhIGRhdGUgYW5kIHRpbWUgaW4gdGhlIGZvcm1hdCB8IHJweFRyYW5zbGF0ZSB7e2RhdGVUaW1lRW50cnlGb3JtYXR9fVwiXG4gICAgICAgICAgICAgW21pbl09XCJtaW5EYXRlKGNhc2VGaWVsZClcIlxuICAgICAgICAgICAgIFttYXhdPVwibWF4RGF0ZShjYXNlRmllbGQpXCJcbiAgICAgICAgICAgICBbZm9ybUNvbnRyb2xdPVwiZGF0ZUNvbnRyb2xcIlxuICAgICAgICAgICAgIFtuZ3hNYXREYXRldGltZVBpY2tlcl09XCJwaWNrZXJcIlxuICAgICAgICAgICAgIChmb2N1c2luKT1cImZvY3VzSW4oKVwiXG4gICAgICAgICAgICAgKGZvY3Vzb3V0KT1cImZvY3VzT3V0KClcIlxuICAgICAgICAgICAgIChkYXRlQ2hhbmdlKT1cInZhbHVlQ2hhbmdlZCgpXCJcbiAgICAgICAgICAgICBuZy1tb2RlbC1vcHRpb25zPVwie3RpbWV6b25lOid1dGMnfVwiXG4gICAgICA+XG4gICAgICA8bWF0LWRhdGVwaWNrZXItdG9nZ2xlIG1hdFN1ZmZpeCBbZm9yXT1cInBpY2tlclwiIGlkPVwicGlja2VyT3BlbmVyXCI+PC9tYXQtZGF0ZXBpY2tlci10b2dnbGU+XG4gICAgICA8bmd4LW1hdC1kYXRldGltZS1waWNrZXIgI3BpY2tlclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtjb2xvcl09XCJjb2xvclwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW3RvdWNoVWldPVwidG91Y2hVaVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2hpZGVUaW1lXT1cImhpZGVUaW1lXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbc3RhcnRWaWV3XT1cInN0YXJ0Vmlld1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW3N0ZXBIb3VyXT1cInN0ZXBIb3VyXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbc3RlcFNlY29uZF09XCJzdGVwU2Vjb25kXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbc3RlcE1pbnV0ZV09XCJzdGVwTWludXRlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbc2hvd1NlY29uZHNdPVwic2hvd1NlY29uZHNcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtzaG93U3Bpbm5lcnNdPVwic2hvd1NwaW5uZXJzXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbZGlzYWJsZU1pbnV0ZV09XCJkaXNhYmxlTWludXRlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbZW5hYmxlTWVyaWRpYW5dPVwiZW5hYmxlTWVyaWRpYW5cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICh5ZWFyU2VsZWN0ZWQpPVwieWVhclNlbGVjdGVkKCRldmVudClcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIChtb250aFNlbGVjdGVkKT1cIm1vbnRoU2VsZWN0ZWQoJGV2ZW50KVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKG9wZW5lZCk9XCJ0b2dnbGVDbGljaygpXCJcbiAgICAgID5cbiAgICAgICAgPG5neC1tYXQtZGF0ZXBpY2tlci1hY3Rpb25zPlxuICAgICAgICAgIDxidXR0b24gbWF0LXJhaXNlZC1idXR0b24gY29sb3I9XCJwcmltYXJ5XCIgbmd4TWF0RGF0ZXBpY2tlckFwcGx5PkNvbmZpcm08L2J1dHRvbj5cbiAgICAgICAgPC9uZ3gtbWF0LWRhdGVwaWNrZXItYWN0aW9ucz5cbiAgICAgIDwvbmd4LW1hdC1kYXRldGltZS1waWNrZXI+XG4gICAgPC9kaXY+XG4gIDwvZmllbGRzZXQ+XG48L2Rpdj5cbiJdfQ==
@@ -1,25 +0,0 @@
1
- import { Pipe } from '@angular/core';
2
- import { AbstractAppConfig } from '../../../../app.config';
3
- import * as i0 from "@angular/core";
4
- import * as i1 from "../../../../app.config";
5
- export class DocumentUrlPipe {
6
- appConfig;
7
- constructor(appConfig) {
8
- this.appConfig = appConfig;
9
- }
10
- transform(value) {
11
- const remoteHrsPattern = new RegExp(this.appConfig.getRemoteHrsUrl());
12
- value = value.replace(remoteHrsPattern, this.appConfig.getHrsUrl());
13
- const remoteDocumentManagementPattern = new RegExp(this.appConfig.getRemoteDocumentManagementUrl());
14
- return value.replace(remoteDocumentManagementPattern, this.appConfig.getDocumentManagementUrl());
15
- }
16
- static ɵfac = function DocumentUrlPipe_Factory(t) { return new (t || DocumentUrlPipe)(i0.ɵɵdirectiveInject(i1.AbstractAppConfig, 16)); };
17
- static ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "ccdDocumentUrl", type: DocumentUrlPipe, pure: true });
18
- }
19
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DocumentUrlPipe, [{
20
- type: Pipe,
21
- args: [{
22
- name: 'ccdDocumentUrl'
23
- }]
24
- }], () => [{ type: i1.AbstractAppConfig }], null); })();
25
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZG9jdW1lbnQtdXJsLnBpcGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jY2QtY2FzZS11aS10b29sa2l0L3NyYy9saWIvc2hhcmVkL2NvbXBvbmVudHMvcGFsZXR0ZS9kb2N1bWVudC9kb2N1bWVudC11cmwucGlwZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsSUFBSSxFQUFpQixNQUFNLGVBQWUsQ0FBQztBQUNwRCxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQzs7O0FBSzNELE1BQU0sT0FBTyxlQUFlO0lBRUc7SUFBN0IsWUFBNkIsU0FBNEI7UUFBNUIsY0FBUyxHQUFULFNBQVMsQ0FBbUI7SUFBRyxDQUFDO0lBRXRELFNBQVMsQ0FBQyxLQUFhO1FBQzVCLE1BQU0sZ0JBQWdCLEdBQUcsSUFBSSxNQUFNLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxlQUFlLEVBQUUsQ0FBQyxDQUFDO1FBQ3RFLEtBQUssR0FBRyxLQUFLLENBQUMsT0FBTyxDQUFDLGdCQUFnQixFQUFFLElBQUksQ0FBQyxTQUFTLENBQUMsU0FBUyxFQUFFLENBQUMsQ0FBQztRQUNwRSxNQUFNLCtCQUErQixHQUFHLElBQUksTUFBTSxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsOEJBQThCLEVBQUUsQ0FBQyxDQUFDO1FBQ3BHLE9BQU8sS0FBSyxDQUFDLE9BQU8sQ0FBQywrQkFBK0IsRUFBRSxJQUFJLENBQUMsU0FBUyxDQUFDLHdCQUF3QixFQUFFLENBQUMsQ0FBQztJQUNuRyxDQUFDO3lFQVRVLGVBQWU7aUZBQWYsZUFBZTs7aUZBQWYsZUFBZTtjQUgzQixJQUFJO2VBQUM7Z0JBQ0osSUFBSSxFQUFFLGdCQUFnQjthQUN2QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFBpcGUsIFBpcGVUcmFuc2Zvcm0gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEFic3RyYWN0QXBwQ29uZmlnIH0gZnJvbSAnLi4vLi4vLi4vLi4vYXBwLmNvbmZpZyc7XG5cbkBQaXBlKHtcbiAgbmFtZTogJ2NjZERvY3VtZW50VXJsJ1xufSlcbmV4cG9ydCBjbGFzcyBEb2N1bWVudFVybFBpcGUgaW1wbGVtZW50cyBQaXBlVHJhbnNmb3JtIHtcblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIHJlYWRvbmx5IGFwcENvbmZpZzogQWJzdHJhY3RBcHBDb25maWcpIHt9XG5cbiAgcHVibGljIHRyYW5zZm9ybSh2YWx1ZTogc3RyaW5nKTogc3RyaW5nIHtcbiAgICBjb25zdCByZW1vdGVIcnNQYXR0ZXJuID0gbmV3IFJlZ0V4cCh0aGlzLmFwcENvbmZpZy5nZXRSZW1vdGVIcnNVcmwoKSk7XG4gICAgdmFsdWUgPSB2YWx1ZS5yZXBsYWNlKHJlbW90ZUhyc1BhdHRlcm4sIHRoaXMuYXBwQ29uZmlnLmdldEhyc1VybCgpKTtcbiAgICBjb25zdCByZW1vdGVEb2N1bWVudE1hbmFnZW1lbnRQYXR0ZXJuID0gbmV3IFJlZ0V4cCh0aGlzLmFwcENvbmZpZy5nZXRSZW1vdGVEb2N1bWVudE1hbmFnZW1lbnRVcmwoKSk7XG4gICAgcmV0dXJuIHZhbHVlLnJlcGxhY2UocmVtb3RlRG9jdW1lbnRNYW5hZ2VtZW50UGF0dGVybiwgdGhpcy5hcHBDb25maWcuZ2V0RG9jdW1lbnRNYW5hZ2VtZW50VXJsKCkpO1xuICB9XG59XG4iXX0=
@@ -1,31 +0,0 @@
1
- import { Injectable } from '@angular/core';
2
- import { WindowService } from '../../../services/window/window.service';
3
- import { FileUploadStateService } from './file-upload-state.service';
4
- import * as i0 from "@angular/core";
5
- import * as i1 from "./file-upload-state.service";
6
- import * as i2 from "../../../services/window/window.service";
7
- export class FileUploadProgressGuard {
8
- fileUploadStateService;
9
- windowService;
10
- static CONFIRM_MESSAGE = 'File upload in progress. Press “Cancel” to cancel the upload. Press “Ok” to continue the document upload.';
11
- constructor(fileUploadStateService, windowService) {
12
- this.fileUploadStateService = fileUploadStateService;
13
- this.windowService = windowService;
14
- }
15
- canDeactivate() {
16
- if (this.fileUploadStateService.isUploadInProgress()) {
17
- const userDecision = !this.windowService.confirm(FileUploadProgressGuard.CONFIRM_MESSAGE);
18
- if (userDecision) {
19
- this.fileUploadStateService.setUploadInProgress(false);
20
- }
21
- return userDecision;
22
- }
23
- return true;
24
- }
25
- static ɵfac = function FileUploadProgressGuard_Factory(t) { return new (t || FileUploadProgressGuard)(i0.ɵɵinject(i1.FileUploadStateService), i0.ɵɵinject(i2.WindowService)); };
26
- static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: FileUploadProgressGuard, factory: FileUploadProgressGuard.ɵfac });
27
- }
28
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FileUploadProgressGuard, [{
29
- type: Injectable
30
- }], () => [{ type: i1.FileUploadStateService }, { type: i2.WindowService }], null); })();
31
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmlsZS11cGxvYWQtcHJvZ3Jlc3MuZ3VhcmQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jY2QtY2FzZS11aS10b29sa2l0L3NyYy9saWIvc2hhcmVkL2NvbXBvbmVudHMvcGFsZXR0ZS9kb2N1bWVudC9maWxlLXVwbG9hZC1wcm9ncmVzcy5ndWFyZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRTNDLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSx5Q0FBeUMsQ0FBQztBQUN4RSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSw2QkFBNkIsQ0FBQzs7OztBQUdyRSxNQUFNLE9BQU8sdUJBQXVCO0lBS1g7SUFDQTtJQUpkLE1BQU0sQ0FBVSxlQUFlLEdBQUcsMkdBQTJHLENBQUM7SUFFckosWUFDcUIsc0JBQThDLEVBQzlDLGFBQTRCO1FBRDVCLDJCQUFzQixHQUF0QixzQkFBc0IsQ0FBd0I7UUFDOUMsa0JBQWEsR0FBYixhQUFhLENBQWU7SUFDOUMsQ0FBQztJQUVHLGFBQWE7UUFDaEIsSUFBSSxJQUFJLENBQUMsc0JBQXNCLENBQUMsa0JBQWtCLEVBQUUsRUFBRSxDQUFDO1lBQ25ELE1BQU0sWUFBWSxHQUFHLENBQUMsSUFBSSxDQUFDLGFBQWEsQ0FBQyxPQUFPLENBQUMsdUJBQXVCLENBQUMsZUFBZSxDQUFDLENBQUM7WUFDMUYsSUFBSSxZQUFZLEVBQUUsQ0FBQztnQkFDZixJQUFJLENBQUMsc0JBQXNCLENBQUMsbUJBQW1CLENBQUMsS0FBSyxDQUFDLENBQUM7WUFDM0QsQ0FBQztZQUNELE9BQU8sWUFBWSxDQUFDO1FBQ3hCLENBQUM7UUFDRCxPQUFPLElBQUksQ0FBQztJQUNoQixDQUFDO2lGQWxCUSx1QkFBdUI7Z0VBQXZCLHVCQUF1QixXQUF2Qix1QkFBdUI7O2lGQUF2Qix1QkFBdUI7Y0FEbkMsVUFBVSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENhbkRlYWN0aXZhdGUgfSBmcm9tICdAYW5ndWxhci9yb3V0ZXInO1xuaW1wb3J0IHsgV2luZG93U2VydmljZSB9IGZyb20gJy4uLy4uLy4uL3NlcnZpY2VzL3dpbmRvdy93aW5kb3cuc2VydmljZSc7XG5pbXBvcnQgeyBGaWxlVXBsb2FkU3RhdGVTZXJ2aWNlIH0gZnJvbSAnLi9maWxlLXVwbG9hZC1zdGF0ZS5zZXJ2aWNlJztcblxuQEluamVjdGFibGUoKVxuZXhwb3J0IGNsYXNzIEZpbGVVcGxvYWRQcm9ncmVzc0d1YXJkIGltcGxlbWVudHMgQ2FuRGVhY3RpdmF0ZTxhbnk+IHtcblxuICAgIHB1YmxpYyBzdGF0aWMgcmVhZG9ubHkgQ09ORklSTV9NRVNTQUdFID0gJ0ZpbGUgdXBsb2FkIGluIHByb2dyZXNzLiBQcmVzcyDigJxDYW5jZWzigJ0gdG8gY2FuY2VsIHRoZSB1cGxvYWQuIFByZXNzIOKAnE9r4oCdIHRvIGNvbnRpbnVlIHRoZSBkb2N1bWVudCB1cGxvYWQuJztcblxuICAgIGNvbnN0cnVjdG9yKFxuICAgICAgICBwcml2YXRlIHJlYWRvbmx5IGZpbGVVcGxvYWRTdGF0ZVNlcnZpY2U6IEZpbGVVcGxvYWRTdGF0ZVNlcnZpY2UsXG4gICAgICAgIHByaXZhdGUgcmVhZG9ubHkgd2luZG93U2VydmljZTogV2luZG93U2VydmljZVxuICAgICkge31cblxuICAgIHB1YmxpYyBjYW5EZWFjdGl2YXRlKCkge1xuICAgICAgICBpZiAodGhpcy5maWxlVXBsb2FkU3RhdGVTZXJ2aWNlLmlzVXBsb2FkSW5Qcm9ncmVzcygpKSB7XG4gICAgICAgICAgICBjb25zdCB1c2VyRGVjaXNpb24gPSAhdGhpcy53aW5kb3dTZXJ2aWNlLmNvbmZpcm0oRmlsZVVwbG9hZFByb2dyZXNzR3VhcmQuQ09ORklSTV9NRVNTQUdFKTtcbiAgICAgICAgICAgIGlmICh1c2VyRGVjaXNpb24pIHtcbiAgICAgICAgICAgICAgICB0aGlzLmZpbGVVcGxvYWRTdGF0ZVNlcnZpY2Uuc2V0VXBsb2FkSW5Qcm9ncmVzcyhmYWxzZSk7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICByZXR1cm4gdXNlckRlY2lzaW9uO1xuICAgICAgICB9XG4gICAgICAgIHJldHVybiB0cnVlO1xuICAgIH1cblxufVxuIl19
@@ -1,17 +0,0 @@
1
- import { Injectable } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class FileUploadStateService {
4
- uploadInProgress;
5
- setUploadInProgress(value) {
6
- this.uploadInProgress = value;
7
- }
8
- isUploadInProgress() {
9
- return this.uploadInProgress;
10
- }
11
- static ɵfac = function FileUploadStateService_Factory(t) { return new (t || FileUploadStateService)(); };
12
- static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: FileUploadStateService, factory: FileUploadStateService.ɵfac });
13
- }
14
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FileUploadStateService, [{
15
- type: Injectable
16
- }], null, null); })();
17
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmlsZS11cGxvYWQtc3RhdGUuc2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NjZC1jYXNlLXVpLXRvb2xraXQvc3JjL2xpYi9zaGFyZWQvY29tcG9uZW50cy9wYWxldHRlL2RvY3VtZW50L2ZpbGUtdXBsb2FkLXN0YXRlLnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFHM0MsTUFBTSxPQUFPLHNCQUFzQjtJQUN4QixnQkFBZ0IsQ0FBVTtJQUUxQixtQkFBbUIsQ0FBQyxLQUFjO1FBQ3JDLElBQUksQ0FBQyxnQkFBZ0IsR0FBRyxLQUFLLENBQUM7SUFDbEMsQ0FBQztJQUVNLGtCQUFrQjtRQUNyQixPQUFPLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQztJQUNqQyxDQUFDO2dGQVRRLHNCQUFzQjtnRUFBdEIsc0JBQXNCLFdBQXRCLHNCQUFzQjs7aUZBQXRCLHNCQUFzQjtjQURsQyxVQUFVIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5ASW5qZWN0YWJsZSgpXG5leHBvcnQgY2xhc3MgRmlsZVVwbG9hZFN0YXRlU2VydmljZSB7XG4gICAgcHVibGljIHVwbG9hZEluUHJvZ3Jlc3M6IGJvb2xlYW47XG5cbiAgICBwdWJsaWMgc2V0VXBsb2FkSW5Qcm9ncmVzcyh2YWx1ZTogYm9vbGVhbik6IHZvaWQge1xuICAgICAgICB0aGlzLnVwbG9hZEluUHJvZ3Jlc3MgPSB2YWx1ZTtcbiAgICB9XG5cbiAgICBwdWJsaWMgaXNVcGxvYWRJblByb2dyZXNzKCk6IGJvb2xlYW4ge1xuICAgICAgICByZXR1cm4gdGhpcy51cGxvYWRJblByb2dyZXNzO1xuICAgIH1cbn1cbiJdfQ==