@hmcts/ccd-case-ui-toolkit 5.0.3-angular11-upgrade → 5.0.4-angular11-upgrade

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 (1051) hide show
  1. package/RELEASE-NOTES.md +0 -8
  2. package/dist/ccd-case-ui-toolkit/bundles/hmcts-ccd-case-ui-toolkit.umd.js +7241 -0
  3. package/dist/ccd-case-ui-toolkit/bundles/hmcts-ccd-case-ui-toolkit.umd.js.map +1 -0
  4. package/dist/ccd-case-ui-toolkit/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js +17 -0
  5. package/dist/ccd-case-ui-toolkit/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js.map +1 -0
  6. package/dist/ccd-case-ui-toolkit/esm2015/hmcts-ccd-case-ui-toolkit.js +5 -0
  7. package/dist/ccd-case-ui-toolkit/esm2015/lib/app.config.js +37 -0
  8. package/dist/ccd-case-ui-toolkit/esm2015/lib/components/banners/alert/alert-icon-class.pipe.js +25 -0
  9. package/dist/ccd-case-ui-toolkit/esm2015/lib/components/banners/alert/alert.component.js +101 -0
  10. package/dist/ccd-case-ui-toolkit/esm2015/lib/components/banners/alert/alert.module.js +26 -0
  11. package/dist/ccd-case-ui-toolkit/esm2015/lib/components/banners/alert/index.js +4 -0
  12. package/dist/ccd-case-ui-toolkit/esm2015/lib/components/banners/banners.module.js +27 -0
  13. package/dist/ccd-case-ui-toolkit/esm2015/lib/components/banners/index.js +2 -0
  14. package/dist/ccd-case-ui-toolkit/esm2015/lib/components/body/body.component.js +25 -0
  15. package/dist/ccd-case-ui-toolkit/esm2015/lib/components/body/body.module.js +20 -0
  16. package/dist/ccd-case-ui-toolkit/esm2015/lib/components/body/index.js +2 -0
  17. package/dist/ccd-case-ui-toolkit/esm2015/lib/components/footer/footer.component.js +105 -0
  18. package/dist/ccd-case-ui-toolkit/esm2015/lib/components/footer/footers.module.js +19 -0
  19. package/dist/ccd-case-ui-toolkit/esm2015/lib/components/footer/index.js +2 -0
  20. package/dist/ccd-case-ui-toolkit/esm2015/lib/components/form/date-input/date-input.component.js +329 -0
  21. package/dist/ccd-case-ui-toolkit/esm2015/lib/components/form/date-input/index.js +2 -0
  22. package/dist/ccd-case-ui-toolkit/esm2015/lib/components/form/form.module.js +27 -0
  23. package/dist/ccd-case-ui-toolkit/esm2015/lib/components/form/index.js +2 -0
  24. package/dist/ccd-case-ui-toolkit/esm2015/lib/components/header/header-bar/header-bar.component.js +108 -0
  25. package/dist/ccd-case-ui-toolkit/esm2015/lib/components/header/header-bar/index.js +2 -0
  26. package/dist/ccd-case-ui-toolkit/esm2015/lib/components/header/headers.module.js +23 -0
  27. package/dist/ccd-case-ui-toolkit/esm2015/lib/components/header/index.js +5 -0
  28. package/dist/ccd-case-ui-toolkit/esm2015/lib/components/header/navigation/index.js +3 -0
  29. package/dist/ccd-case-ui-toolkit/esm2015/lib/components/header/navigation/navigation-item.component.js +44 -0
  30. package/dist/ccd-case-ui-toolkit/esm2015/lib/components/header/navigation/navigation.component.js +30 -0
  31. package/dist/ccd-case-ui-toolkit/esm2015/lib/components/header/phase/index.js +2 -0
  32. package/dist/ccd-case-ui-toolkit/esm2015/lib/components/header/phase/phase.component.js +42 -0
  33. package/dist/ccd-case-ui-toolkit/esm2015/lib/components/index.js +7 -0
  34. package/dist/ccd-case-ui-toolkit/esm2015/lib/components/tabs/index.js +4 -0
  35. package/dist/ccd-case-ui-toolkit/esm2015/lib/components/tabs/tab.component.js +34 -0
  36. package/dist/ccd-case-ui-toolkit/esm2015/lib/components/tabs/tabs.component.js +86 -0
  37. package/dist/ccd-case-ui-toolkit/esm2015/lib/components/tabs/tabs.module.js +36 -0
  38. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/commons/constants.js +12 -0
  39. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/case-editor/case-access-utils/index.js +94 -0
  40. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/case-editor/domain/confirmation.model.js +21 -0
  41. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/case-editor/domain/event-completion-return-states.enum.model.js +7 -0
  42. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/case-editor/domain/event-completion-state-machine-context.model.js +2 -0
  43. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/case-editor/domain/event-completion-states.enum.model.js +14 -0
  44. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/case-editor/domain/index.js +8 -0
  45. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/case-editor/domain/wizard-page-field-complex-override.model.js +3 -0
  46. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/case-editor/domain/wizard-page-field.model.js +3 -0
  47. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/case-editor/domain/wizard-page.model.js +28 -0
  48. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/case-editor/domain/wizard.model.js +57 -0
  49. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/case-editor/services/case.notifier.js +19 -0
  50. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/case-editor/services/cases.service.js +270 -0
  51. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/case-editor/services/wizard-page-field-to-case-field.mapper.js +115 -0
  52. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/case-editor/services/work-allocation.service.js +170 -0
  53. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/dialogs/document-dialog/document-dialog.component.js +59 -0
  54. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/dialogs/remove-dialog/remove-dialog.component.js +57 -0
  55. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/helpers/index.js +2 -0
  56. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/helpers/init-dialog-helper.js +16 -0
  57. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/address/address-option.model.js +24 -0
  58. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/address/write-address-field.component.js +244 -0
  59. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/base-field/abstract-field-read.component.js +32 -0
  60. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/base-field/abstract-field-write.component.js +44 -0
  61. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/base-field/abstract-form-field.component.js +79 -0
  62. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/base-field/field-read-label.component.js +93 -0
  63. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/base-field/field-read.component.js +85 -0
  64. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/base-field/field-write.component.js +84 -0
  65. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/base-field/index.js +8 -0
  66. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/base-field/palette-context.enum.js +7 -0
  67. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/base-field/payment-field.component.js +32 -0
  68. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/case-link/read-case-link-field.component.js +38 -0
  69. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/case-link/write-case-link-field.component.js +125 -0
  70. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/collection/collection-create-checker.service.js +42 -0
  71. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/collection/index.js +3 -0
  72. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/collection/read-collection-field.component.js +91 -0
  73. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/collection/write-collection-field.component.js +414 -0
  74. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/complex/ccd-collection-table-value-case-fields.pipe.js +29 -0
  75. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/complex/ccd-cyapage-label-filter.pipe.js +29 -0
  76. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/complex/ccd-read-fields-filter.pipe.js +154 -0
  77. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/complex/ccd-tab-fields.pipe.js +31 -0
  78. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/complex/cdd-page-fields.pipe.js +39 -0
  79. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/complex/fields-filter.pipe.js +103 -0
  80. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/complex/index.js +12 -0
  81. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/complex/read-complex-field-collection-table.component.js +414 -0
  82. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/complex/read-complex-field-raw.component.js +61 -0
  83. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/complex/read-complex-field-table.component.js +97 -0
  84. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/complex/read-complex-field.component.js +81 -0
  85. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/complex/sort-order.js +7 -0
  86. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/complex/write-complex-field.component.js +178 -0
  87. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/date/index.js +4 -0
  88. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/date/read-date-field.component.js +29 -0
  89. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/date/write-date-container-field.component.js +41 -0
  90. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/date/write-date-field.component.js +81 -0
  91. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/datetime-picker/datetime-picker-utils.js +12 -0
  92. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/datetime-picker/datetime-picker.component.js +300 -0
  93. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/datetime-picker/index.js +2 -0
  94. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/document/document-url.pipe.js +24 -0
  95. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/document/file-upload-progress.guard.js +29 -0
  96. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/document/file-upload-state.service.js +16 -0
  97. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/document/index.js +4 -0
  98. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/document/read-document-field.component.js +80 -0
  99. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/document/write-document-field.component.js +369 -0
  100. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/dynamic-list/dynamic-list.pipe.js +18 -0
  101. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/dynamic-list/index.js +4 -0
  102. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/dynamic-list/read-dynamic-list-field.component.js +35 -0
  103. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/dynamic-list/write-dynamic-list-field.component.js +121 -0
  104. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/dynamic-radio-list/dynamic-radio-list.pipe.js +25 -0
  105. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/dynamic-radio-list/index.js +4 -0
  106. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/dynamic-radio-list/read-dynamic-radio-list-field.component.js +41 -0
  107. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.js +126 -0
  108. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/email/index.js +3 -0
  109. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/email/read-email-field.component.js +36 -0
  110. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/email/write-email-field.component.js +76 -0
  111. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/fixed-list/fixed-list.pipe.js +23 -0
  112. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/fixed-list/index.js +4 -0
  113. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/fixed-list/read-fixed-list-field.component.js +25 -0
  114. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/fixed-list/write-fixed-list-field.component.js +110 -0
  115. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/fixed-radio-list/fixed-radio-list.pipe.js +18 -0
  116. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/fixed-radio-list/index.js +4 -0
  117. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/fixed-radio-list/read-fixed-radio-list-field.component.js +25 -0
  118. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/fixed-radio-list/write-fixed-radio-list-field.component.js +101 -0
  119. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/history/case-history-viewer-field.component.js +21 -0
  120. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/history/event-log/event-log-details.component.js +127 -0
  121. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/history/event-log/event-log-table.component.js +234 -0
  122. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/history/event-log/event-log.component.js +83 -0
  123. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/history/event-log/index.js +4 -0
  124. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/history/index.js +3 -0
  125. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/label/index.js +2 -0
  126. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/label/label-field.component.js +37 -0
  127. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/markdown/index.js +2 -0
  128. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/markdown/markdown.component.js +44 -0
  129. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/money-gbp/index.js +4 -0
  130. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/money-gbp/money-gbp-input.component.js +123 -0
  131. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/money-gbp/read-money-gbp-field.component.js +48 -0
  132. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/money-gbp/write-money-gbp-field.component.js +83 -0
  133. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/multi-select-list/index.js +3 -0
  134. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/multi-select-list/read-multi-select-list-field.component.js +50 -0
  135. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/multi-select-list/write-multi-select-list-field.component.js +132 -0
  136. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/number/index.js +3 -0
  137. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/number/read-number-field.component.js +25 -0
  138. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/number/write-number-field.component.js +76 -0
  139. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/order-summary/fee-value.model.js +3 -0
  140. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/order-summary/fee.model.js +3 -0
  141. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/order-summary/index.js +7 -0
  142. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/order-summary/order-summary.model.js +3 -0
  143. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/order-summary/read-order-summary-field.component.js +71 -0
  144. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/order-summary/read-order-summary-row.component.js +51 -0
  145. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/order-summary/write-order-summary-field.component.js +49 -0
  146. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/organisation/index.js +6 -0
  147. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/organisation/read-organisation-field-raw.component.js +90 -0
  148. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/organisation/read-organisation-field-table.component.js +100 -0
  149. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/organisation/read-organisation-field.component.js +63 -0
  150. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/organisation/write-organisation-complex-field.component.js +37 -0
  151. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/organisation/write-organisation-field.component.js +394 -0
  152. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/palette.module.js +413 -0
  153. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/palette.service.js +114 -0
  154. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/payment/case-payment-history-viewer-field.component.js +27 -0
  155. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/payment/index.js +2 -0
  156. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/phone-uk/index.js +3 -0
  157. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/phone-uk/read-phone-uk-field.component.js +23 -0
  158. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/phone-uk/write-phone-uk-field.component.js +76 -0
  159. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/text/index.js +3 -0
  160. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/text/read-text-field.component.js +23 -0
  161. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/text/write-text-field.component.js +81 -0
  162. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/text-area/index.js +3 -0
  163. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/text-area/read-text-area-field.component.js +23 -0
  164. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/text-area/write-text-area-field.component.js +91 -0
  165. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/unsupported-field.component.js +17 -0
  166. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/utils/dash.pipe.js +16 -0
  167. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/utils/date.pipe.js +132 -0
  168. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/utils/field-label.pipe.js +22 -0
  169. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/utils/first-error.pipe.js +41 -0
  170. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/utils/index.js +10 -0
  171. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/utils/is-compound.pipe.js +31 -0
  172. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/utils/is-mandatory.pipe.js +21 -0
  173. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/utils/is-read-only-and-not-collection.pipe.js +31 -0
  174. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/utils/is-read-only.pipe.js +21 -0
  175. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/utils/utils.module.js +62 -0
  176. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/waystopay/index.js +2 -0
  177. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/waystopay/waystopay-field.component.js +37 -0
  178. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/yes-no/index.js +4 -0
  179. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/yes-no/read-yes-no-field.component.js +32 -0
  180. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/yes-no/write-yes-no-field.component.js +105 -0
  181. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/palette/yes-no/yes-no.service.js +48 -0
  182. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/search-filters/domain/index.js +2 -0
  183. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/search-filters/domain/search-input.model.js +10 -0
  184. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/search-filters/index.js +5 -0
  185. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/search-filters/search-filters-wrapper.component.js +61 -0
  186. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/search-filters/search-filters.component.js +296 -0
  187. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/components/search-filters/search-filters.module.js +65 -0
  188. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/directives/conditional-show/conditional-show-form.directive.js +164 -0
  189. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/directives/conditional-show/conditional-show.module.js +33 -0
  190. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/directives/conditional-show/domain/conditional-show.model.js +296 -0
  191. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/directives/conditional-show/domain/index.js +2 -0
  192. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/directives/conditional-show/index.js +5 -0
  193. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/directives/conditional-show/services/conditional-show-registrar.service.js +19 -0
  194. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/directives/conditional-show/services/grey-bar.service.js +47 -0
  195. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/directives/conditional-show/services/index.js +3 -0
  196. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/directives/focus-element/focus-element.directive.js +36 -0
  197. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/directives/focus-element/focus-element.module.js +21 -0
  198. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/directives/focus-element/index.js +3 -0
  199. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/directives/index.js +4 -0
  200. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/directives/substitutor/index.js +4 -0
  201. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/directives/substitutor/label-substitutor.directive.js +78 -0
  202. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/directives/substitutor/label-substitutor.module.js +30 -0
  203. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/directives/substitutor/services/index.js +2 -0
  204. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/directives/substitutor/services/placeholder.service.js +200 -0
  205. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/activity/activity.model.js +10 -0
  206. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/activity/index.js +2 -0
  207. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/addresses/address.model.js +12 -0
  208. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/addresses/index.js +2 -0
  209. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/alert/alert-level.model.js +2 -0
  210. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/alert/alert.model.js +3 -0
  211. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/alert/index.js +3 -0
  212. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/case-details.model.js +3 -0
  213. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/case-event-data.model.js +3 -0
  214. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/case-view/access-types.model.js +4 -0
  215. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/case-view/case-event-trigger.model.js +22 -0
  216. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/case-view/case-print-document.model.js +3 -0
  217. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/case-view/case-tab.model.js +11 -0
  218. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/case-view/case-view-event.model.js +3 -0
  219. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/case-view/case-view-trigger.model.js +4 -0
  220. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/case-view/case-view.model.js +16 -0
  221. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/case-view/challenged-access-request.model.js +2 -0
  222. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/case-view/index.js +12 -0
  223. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/case-view/review-specific-access-request.model.js +2 -0
  224. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/case-view/role-assignment-response.model.js +2 -0
  225. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/case-view/role-request.model.js +2 -0
  226. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/case-view/specific-access-request.model.js +2 -0
  227. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/definition/access-control-list.model.js +3 -0
  228. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/definition/banner.model.js +3 -0
  229. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/definition/case-event.model.js +3 -0
  230. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/definition/case-field.model.js +194 -0
  231. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/definition/case-state.model.js +3 -0
  232. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/definition/case-type-lite.model.js +5 -0
  233. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/definition/case-type.model.js +11 -0
  234. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/definition/event-case-field.model.js +3 -0
  235. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/definition/field-type-enum.model.js +2 -0
  236. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/definition/field-type.model.js +20 -0
  237. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/definition/fixed-list-item.model.js +3 -0
  238. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/definition/index.js +12 -0
  239. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/definition/jurisdiction.model.js +3 -0
  240. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/document/document-data.model.js +13 -0
  241. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/document/index.js +2 -0
  242. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/draft.model.js +11 -0
  243. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/error-message.model.js +2 -0
  244. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/http/http-error.model.js +27 -0
  245. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/http/index.js +2 -0
  246. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/index.js +23 -0
  247. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/order/index.js +2 -0
  248. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/order/orderable.model.js +2 -0
  249. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/organisation/index.js +3 -0
  250. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/organisation/organisation-converter.js +42 -0
  251. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/organisation/simple-organisation.model.js +2 -0
  252. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/pagination-metadata.model.js +3 -0
  253. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/predicate.model.js +2 -0
  254. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/profile/index.js +2 -0
  255. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/profile/profile.model.js +29 -0
  256. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/search/field.model.js +11 -0
  257. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/search/index.js +5 -0
  258. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/search/search-result-view-column.model.js +3 -0
  259. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/search/search-result-view-item.model.js +11 -0
  260. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/search/search-result-view.model.js +22 -0
  261. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/search/sorting/search-result-view-item-comparator.js +2 -0
  262. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/search/sorting/sort-order.js +7 -0
  263. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/search/sorting/sort-parameters.js +7 -0
  264. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/user/user-details.model.js +2 -0
  265. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/user/user-info.model.js +2 -0
  266. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/work-allocation/Task.js +21 -0
  267. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/work-allocation/TaskPayload.js +2 -0
  268. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/work-allocation/index.js +2 -0
  269. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/work-allocation/task-response.model.js +2 -0
  270. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/work-allocation/task-search-parameter.model.js +2 -0
  271. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/workbasket/index.js +2 -0
  272. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/domain/workbasket/workbasket-input.model.js +12 -0
  273. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/fixture/case-field-builder.js +69 -0
  274. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/fixture/shared.test.fixture.js +129 -0
  275. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/index.js +9 -0
  276. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/pipes/case-reference/case-reference.pipe.js +33 -0
  277. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/pipes/case-reference/index.js +2 -0
  278. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/pipes/case-title/ccd-case-title.pipe.js +29 -0
  279. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/pipes/case-title/index.js +2 -0
  280. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/pipes/index.js +5 -0
  281. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/pipes/pipes.module.js +37 -0
  282. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/pipes/search-result/sorting/sort-search-result.pipe.js +24 -0
  283. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/activity/activity.polling.service.js +112 -0
  284. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/activity/activity.service.js +91 -0
  285. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/activity/index.js +3 -0
  286. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/addresses/address-parser.js +76 -0
  287. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/addresses/addresses.service.js +57 -0
  288. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/addresses/index.js +2 -0
  289. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/alert/alert.service.js +122 -0
  290. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/alert/index.js +2 -0
  291. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/auth/auth.service.js +33 -0
  292. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/auth/index.js +2 -0
  293. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/banners/banners.service.js +33 -0
  294. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/banners/index.js +2 -0
  295. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/browser/browser.service.js +24 -0
  296. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/browser/index.js +2 -0
  297. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/case-fields/case-field.service.js +34 -0
  298. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/case-fields/format-translator.service.js +242 -0
  299. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/case-fields/index.js +2 -0
  300. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/definitions/definitions.module.js +19 -0
  301. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/definitions/definitions.service.js +35 -0
  302. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/definitions/index.js +3 -0
  303. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/document-management/document-management.service.js +112 -0
  304. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/document-management/index.js +2 -0
  305. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/draft/draft.service.js +86 -0
  306. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/draft/index.js +2 -0
  307. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/error/error-notifier.service.js +18 -0
  308. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/error/index.js +2 -0
  309. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/eventStatusService/event-status.service.js +21 -0
  310. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/eventStatusService/index.js +2 -0
  311. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/fields/fields.purger.js +277 -0
  312. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/fields/fields.utils.js +334 -0
  313. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/fields/index.js +3 -0
  314. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/form/field-type-sanitiser.js +75 -0
  315. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/form/form-error.service.js +46 -0
  316. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/form/form-validators.service.js +56 -0
  317. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/form/form-value.service.js +490 -0
  318. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/form/index.js +5 -0
  319. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/http/http-error.service.js +65 -0
  320. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/http/http.service.js +93 -0
  321. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/http/index.js +3 -0
  322. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/index.js +29 -0
  323. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/jurisdiction/index.js +2 -0
  324. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/jurisdiction/jurisdiction.service.js +18 -0
  325. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/loading/index.js +3 -0
  326. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/loading/loading.module.js +22 -0
  327. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/loading/loading.service.js +38 -0
  328. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/navigation/index.js +3 -0
  329. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/navigation/navigation-notifier.service.js +18 -0
  330. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/navigation/navigation-origin.model.js +9 -0
  331. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/order/index.js +2 -0
  332. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/order/order.service.js +39 -0
  333. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/organisation/index.js +2 -0
  334. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/organisation/organisation.service.js +57 -0
  335. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/profile/index.js +3 -0
  336. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/profile/profile.notifier.js +19 -0
  337. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/profile/profile.service.js +34 -0
  338. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/request/index.js +2 -0
  339. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/request/request.options.builder.js +55 -0
  340. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/router/index.js +2 -0
  341. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/router/router-helper.service.js +20 -0
  342. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/search/index.js +2 -0
  343. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/search/search.service.js +83 -0
  344. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/search-result/sorting/search-result-view-item-comparator-factory.js +71 -0
  345. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/session/index.js +2 -0
  346. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/session/session-storage.service.js +34 -0
  347. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/window/index.js +2 -0
  348. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/window/window.service.js +37 -0
  349. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/workbasket/index.js +2 -0
  350. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/services/workbasket/workbasket-input-filter.service.js +53 -0
  351. package/dist/ccd-case-ui-toolkit/esm2015/lib/shared/test/test-route-snapshot-builder.js +39 -0
  352. package/dist/ccd-case-ui-toolkit/esm2015/public-api.js +3 -0
  353. package/dist/ccd-case-ui-toolkit/fesm2015/hmcts-ccd-case-ui-toolkit.js +5987 -0
  354. package/dist/ccd-case-ui-toolkit/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -0
  355. package/dist/ccd-case-ui-toolkit/hmcts-ccd-case-ui-toolkit.d.ts +6 -0
  356. package/dist/ccd-case-ui-toolkit/hmcts-ccd-case-ui-toolkit.d.ts.map +1 -0
  357. package/dist/ccd-case-ui-toolkit/lib/app.config.d.ts +125 -0
  358. package/dist/ccd-case-ui-toolkit/lib/app.config.d.ts.map +1 -0
  359. package/dist/ccd-case-ui-toolkit/lib/components/banners/alert/alert-icon-class.pipe.d.ts +10 -0
  360. package/dist/ccd-case-ui-toolkit/lib/components/banners/alert/alert-icon-class.pipe.d.ts.map +1 -0
  361. package/dist/ccd-case-ui-toolkit/lib/components/banners/alert/alert.component.d.ts +19 -0
  362. package/dist/ccd-case-ui-toolkit/lib/components/banners/alert/alert.component.d.ts.map +1 -0
  363. package/dist/ccd-case-ui-toolkit/lib/components/banners/alert/alert.module.d.ts +10 -0
  364. package/dist/ccd-case-ui-toolkit/lib/components/banners/alert/alert.module.d.ts.map +1 -0
  365. package/dist/ccd-case-ui-toolkit/lib/components/banners/alert/index.d.ts +4 -0
  366. package/dist/ccd-case-ui-toolkit/lib/components/banners/alert/index.d.ts.map +1 -0
  367. package/dist/ccd-case-ui-toolkit/lib/components/banners/banners.module.d.ts +9 -0
  368. package/dist/ccd-case-ui-toolkit/lib/components/banners/banners.module.d.ts.map +1 -0
  369. package/dist/ccd-case-ui-toolkit/lib/components/banners/index.d.ts +2 -0
  370. package/dist/ccd-case-ui-toolkit/lib/components/banners/index.d.ts.map +1 -0
  371. package/dist/ccd-case-ui-toolkit/lib/components/body/body.component.d.ts +6 -0
  372. package/dist/ccd-case-ui-toolkit/lib/components/body/body.component.d.ts.map +1 -0
  373. package/dist/ccd-case-ui-toolkit/lib/components/body/body.module.d.ts +10 -0
  374. package/dist/ccd-case-ui-toolkit/lib/components/body/body.module.d.ts.map +1 -0
  375. package/dist/ccd-case-ui-toolkit/lib/components/body/index.d.ts +2 -0
  376. package/dist/ccd-case-ui-toolkit/lib/components/body/index.d.ts.map +1 -0
  377. package/dist/ccd-case-ui-toolkit/lib/components/footer/footer.component.d.ts +10 -0
  378. package/dist/ccd-case-ui-toolkit/lib/components/footer/footer.component.d.ts.map +1 -0
  379. package/dist/ccd-case-ui-toolkit/lib/components/footer/footers.module.d.ts +9 -0
  380. package/dist/ccd-case-ui-toolkit/lib/components/footer/footers.module.d.ts.map +1 -0
  381. package/dist/ccd-case-ui-toolkit/lib/components/footer/index.d.ts +2 -0
  382. package/dist/ccd-case-ui-toolkit/lib/components/footer/index.d.ts.map +1 -0
  383. package/dist/ccd-case-ui-toolkit/lib/components/form/date-input/date-input.component.d.ts +54 -0
  384. package/dist/ccd-case-ui-toolkit/lib/components/form/date-input/date-input.component.d.ts.map +1 -0
  385. package/dist/ccd-case-ui-toolkit/lib/components/form/date-input/index.d.ts +2 -0
  386. package/dist/ccd-case-ui-toolkit/lib/components/form/date-input/index.d.ts.map +1 -0
  387. package/dist/ccd-case-ui-toolkit/lib/components/form/form.module.d.ts +9 -0
  388. package/dist/ccd-case-ui-toolkit/lib/components/form/form.module.d.ts.map +1 -0
  389. package/dist/ccd-case-ui-toolkit/lib/components/form/index.d.ts +2 -0
  390. package/dist/ccd-case-ui-toolkit/lib/components/form/index.d.ts.map +1 -0
  391. package/dist/ccd-case-ui-toolkit/lib/components/header/header-bar/header-bar.component.d.ts +11 -0
  392. package/dist/ccd-case-ui-toolkit/lib/components/header/header-bar/header-bar.component.d.ts.map +1 -0
  393. package/dist/ccd-case-ui-toolkit/lib/components/header/header-bar/index.d.ts +2 -0
  394. package/dist/ccd-case-ui-toolkit/lib/components/header/header-bar/index.d.ts.map +1 -0
  395. package/dist/ccd-case-ui-toolkit/lib/components/header/headers.module.d.ts +13 -0
  396. package/dist/ccd-case-ui-toolkit/lib/components/header/headers.module.d.ts.map +1 -0
  397. package/dist/ccd-case-ui-toolkit/lib/components/header/index.d.ts +5 -0
  398. package/dist/ccd-case-ui-toolkit/lib/components/header/index.d.ts.map +1 -0
  399. package/dist/ccd-case-ui-toolkit/lib/components/header/navigation/index.d.ts +3 -0
  400. package/dist/ccd-case-ui-toolkit/lib/components/header/navigation/index.d.ts.map +1 -0
  401. package/dist/ccd-case-ui-toolkit/lib/components/header/navigation/navigation-item.component.d.ts +9 -0
  402. package/dist/ccd-case-ui-toolkit/lib/components/header/navigation/navigation-item.component.d.ts.map +1 -0
  403. package/dist/ccd-case-ui-toolkit/lib/components/header/navigation/navigation.component.d.ts +7 -0
  404. package/dist/ccd-case-ui-toolkit/lib/components/header/navigation/navigation.component.d.ts.map +1 -0
  405. package/dist/ccd-case-ui-toolkit/lib/components/header/phase/index.d.ts +2 -0
  406. package/dist/ccd-case-ui-toolkit/lib/components/header/phase/index.d.ts.map +1 -0
  407. package/dist/ccd-case-ui-toolkit/lib/components/header/phase/phase.component.d.ts +9 -0
  408. package/dist/ccd-case-ui-toolkit/lib/components/header/phase/phase.component.d.ts.map +1 -0
  409. package/dist/ccd-case-ui-toolkit/lib/components/index.d.ts +7 -0
  410. package/dist/ccd-case-ui-toolkit/lib/components/index.d.ts.map +1 -0
  411. package/dist/ccd-case-ui-toolkit/lib/components/tabs/index.d.ts +4 -0
  412. package/dist/ccd-case-ui-toolkit/lib/components/tabs/index.d.ts.map +1 -0
  413. package/dist/ccd-case-ui-toolkit/lib/components/tabs/tab.component.d.ts +9 -0
  414. package/dist/ccd-case-ui-toolkit/lib/components/tabs/tab.component.d.ts.map +1 -0
  415. package/dist/ccd-case-ui-toolkit/lib/components/tabs/tabs.component.d.ts +16 -0
  416. package/dist/ccd-case-ui-toolkit/lib/components/tabs/tabs.component.d.ts.map +1 -0
  417. package/dist/ccd-case-ui-toolkit/lib/components/tabs/tabs.module.d.ts +11 -0
  418. package/dist/ccd-case-ui-toolkit/lib/components/tabs/tabs.module.d.ts.map +1 -0
  419. package/dist/ccd-case-ui-toolkit/lib/shared/commons/constants.d.ts +8 -0
  420. package/dist/ccd-case-ui-toolkit/lib/shared/commons/constants.d.ts.map +1 -0
  421. package/dist/ccd-case-ui-toolkit/lib/shared/components/case-editor/case-access-utils/index.d.ts +25 -0
  422. package/dist/ccd-case-ui-toolkit/lib/shared/components/case-editor/case-access-utils/index.d.ts.map +1 -0
  423. package/dist/ccd-case-ui-toolkit/lib/shared/components/case-editor/domain/confirmation.model.d.ts +12 -0
  424. package/dist/ccd-case-ui-toolkit/lib/shared/components/case-editor/domain/confirmation.model.d.ts.map +1 -0
  425. package/dist/ccd-case-ui-toolkit/lib/shared/components/case-editor/domain/event-completion-return-states.enum.model.d.ts +6 -0
  426. package/dist/ccd-case-ui-toolkit/lib/shared/components/case-editor/domain/event-completion-return-states.enum.model.d.ts.map +1 -0
  427. package/dist/ccd-case-ui-toolkit/lib/shared/components/case-editor/domain/event-completion-state-machine-context.model.d.ts +24 -0
  428. package/dist/ccd-case-ui-toolkit/lib/shared/components/case-editor/domain/event-completion-state-machine-context.model.d.ts.map +1 -0
  429. package/dist/ccd-case-ui-toolkit/lib/shared/components/case-editor/domain/event-completion-states.enum.model.d.ts +13 -0
  430. package/dist/ccd-case-ui-toolkit/lib/shared/components/case-editor/domain/event-completion-states.enum.model.d.ts.map +1 -0
  431. package/dist/ccd-case-ui-toolkit/lib/shared/components/case-editor/domain/index.d.ts +8 -0
  432. package/dist/ccd-case-ui-toolkit/lib/shared/components/case-editor/domain/index.d.ts.map +1 -0
  433. package/dist/ccd-case-ui-toolkit/lib/shared/components/case-editor/domain/wizard-page-field-complex-override.model.d.ts +8 -0
  434. package/dist/ccd-case-ui-toolkit/lib/shared/components/case-editor/domain/wizard-page-field-complex-override.model.d.ts.map +1 -0
  435. package/dist/ccd-case-ui-toolkit/lib/shared/components/case-editor/domain/wizard-page-field.model.d.ts +9 -0
  436. package/dist/ccd-case-ui-toolkit/lib/shared/components/case-editor/domain/wizard-page-field.model.d.ts.map +1 -0
  437. package/dist/ccd-case-ui-toolkit/lib/shared/components/case-editor/domain/wizard-page.model.d.ts +17 -0
  438. package/dist/ccd-case-ui-toolkit/lib/shared/components/case-editor/domain/wizard-page.model.d.ts.map +1 -0
  439. package/dist/ccd-case-ui-toolkit/lib/shared/components/case-editor/domain/wizard.model.d.ts +18 -0
  440. package/dist/ccd-case-ui-toolkit/lib/shared/components/case-editor/domain/wizard.model.d.ts.map +1 -0
  441. package/dist/ccd-case-ui-toolkit/lib/shared/components/case-editor/services/case.notifier.d.ts +12 -0
  442. package/dist/ccd-case-ui-toolkit/lib/shared/components/case-editor/services/case.notifier.d.ts.map +1 -0
  443. package/dist/ccd-case-ui-toolkit/lib/shared/components/case-editor/services/cases.service.d.ts +59 -0
  444. package/dist/ccd-case-ui-toolkit/lib/shared/components/case-editor/services/cases.service.d.ts.map +1 -0
  445. package/dist/ccd-case-ui-toolkit/lib/shared/components/case-editor/services/wizard-page-field-to-case-field.mapper.d.ts +17 -0
  446. package/dist/ccd-case-ui-toolkit/lib/shared/components/case-editor/services/wizard-page-field-to-case-field.mapper.d.ts.map +1 -0
  447. package/dist/ccd-case-ui-toolkit/lib/shared/components/case-editor/services/work-allocation.service.d.ts +72 -0
  448. package/dist/ccd-case-ui-toolkit/lib/shared/components/case-editor/services/work-allocation.service.d.ts.map +1 -0
  449. package/dist/ccd-case-ui-toolkit/lib/shared/components/dialogs/document-dialog/document-dialog.component.d.ts +14 -0
  450. package/dist/ccd-case-ui-toolkit/lib/shared/components/dialogs/document-dialog/document-dialog.component.d.ts.map +1 -0
  451. package/dist/ccd-case-ui-toolkit/lib/shared/components/dialogs/remove-dialog/remove-dialog.component.d.ts +12 -0
  452. package/dist/ccd-case-ui-toolkit/lib/shared/components/dialogs/remove-dialog/remove-dialog.component.d.ts.map +1 -0
  453. package/dist/ccd-case-ui-toolkit/lib/shared/components/helpers/index.d.ts +2 -0
  454. package/dist/ccd-case-ui-toolkit/lib/shared/components/helpers/index.d.ts.map +1 -0
  455. package/dist/ccd-case-ui-toolkit/lib/shared/components/helpers/init-dialog-helper.d.ts +3 -0
  456. package/dist/ccd-case-ui-toolkit/lib/shared/components/helpers/init-dialog-helper.d.ts.map +1 -0
  457. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/address/address-option.model.d.ts +10 -0
  458. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/address/address-option.model.d.ts.map +1 -0
  459. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/address/write-address-field.component.d.ts +36 -0
  460. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/address/write-address-field.component.d.ts.map +1 -0
  461. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/base-field/abstract-field-read.component.d.ts +17 -0
  462. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/base-field/abstract-field-read.component.d.ts.map +1 -0
  463. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/base-field/abstract-field-write.component.d.ts +17 -0
  464. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/base-field/abstract-field-write.component.d.ts.map +1 -0
  465. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/base-field/abstract-form-field.component.d.ts +20 -0
  466. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/base-field/abstract-form-field.component.d.ts.map +1 -0
  467. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/base-field/field-read-label.component.d.ts +16 -0
  468. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/base-field/field-read-label.component.d.ts.map +1 -0
  469. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/base-field/field-read.component.d.ts +20 -0
  470. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/base-field/field-read.component.d.ts.map +1 -0
  471. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/base-field/field-write.component.d.ts +19 -0
  472. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/base-field/field-write.component.d.ts.map +1 -0
  473. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/base-field/index.d.ts +8 -0
  474. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/base-field/index.d.ts.map +1 -0
  475. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/base-field/palette-context.enum.d.ts +6 -0
  476. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/base-field/palette-context.enum.d.ts.map +1 -0
  477. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/base-field/payment-field.component.d.ts +14 -0
  478. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/base-field/payment-field.component.d.ts.map +1 -0
  479. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/case-link/read-case-link-field.component.d.ts +8 -0
  480. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/case-link/read-case-link-field.component.d.ts.map +1 -0
  481. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/case-link/write-case-link-field.component.d.ts +16 -0
  482. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/case-link/write-case-link-field.component.d.ts.map +1 -0
  483. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/collection/collection-create-checker.service.d.ts +13 -0
  484. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/collection/collection-create-checker.service.d.ts.map +1 -0
  485. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/collection/index.d.ts +3 -0
  486. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/collection/index.d.ts.map +1 -0
  487. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/collection/read-collection-field.component.d.ts +11 -0
  488. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/collection/read-collection-field.component.d.ts.map +1 -0
  489. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/collection/write-collection-field.component.d.ts +56 -0
  490. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/collection/write-collection-field.component.d.ts.map +1 -0
  491. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/complex/ccd-collection-table-value-case-fields.pipe.d.ts +11 -0
  492. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/complex/ccd-collection-table-value-case-fields.pipe.d.ts.map +1 -0
  493. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/complex/ccd-cyapage-label-filter.pipe.d.ts +10 -0
  494. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/complex/ccd-cyapage-label-filter.pipe.d.ts.map +1 -0
  495. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/complex/ccd-read-fields-filter.pipe.d.ts +27 -0
  496. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/complex/ccd-read-fields-filter.pipe.d.ts.map +1 -0
  497. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/complex/ccd-tab-fields.pipe.d.ts +10 -0
  498. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/complex/ccd-tab-fields.pipe.d.ts.map +1 -0
  499. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/complex/cdd-page-fields.pipe.d.ts +11 -0
  500. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/complex/cdd-page-fields.pipe.d.ts.map +1 -0
  501. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/complex/fields-filter.pipe.d.ts +23 -0
  502. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/complex/fields-filter.pipe.d.ts.map +1 -0
  503. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/complex/index.d.ts +12 -0
  504. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/complex/index.d.ts.map +1 -0
  505. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/complex/read-complex-field-collection-table.component.d.ts +32 -0
  506. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/complex/read-complex-field-collection-table.component.d.ts.map +1 -0
  507. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/complex/read-complex-field-raw.component.d.ts +13 -0
  508. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/complex/read-complex-field-raw.component.d.ts.map +1 -0
  509. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/complex/read-complex-field-table.component.d.ts +9 -0
  510. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/complex/read-complex-field-table.component.d.ts.map +1 -0
  511. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/complex/read-complex-field.component.d.ts +13 -0
  512. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/complex/read-complex-field.component.d.ts.map +1 -0
  513. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/complex/sort-order.d.ts +6 -0
  514. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/complex/sort-order.d.ts.map +1 -0
  515. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/complex/write-complex-field.component.d.ts +30 -0
  516. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/complex/write-complex-field.component.d.ts.map +1 -0
  517. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/date/index.d.ts +4 -0
  518. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/date/index.d.ts.map +1 -0
  519. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/date/read-date-field.component.d.ts +8 -0
  520. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/date/read-date-field.component.d.ts.map +1 -0
  521. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/date/write-date-container-field.component.d.ts +7 -0
  522. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/date/write-date-container-field.component.d.ts.map +1 -0
  523. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/date/write-date-field.component.d.ts +12 -0
  524. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/date/write-date-field.component.d.ts.map +1 -0
  525. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/datetime-picker/datetime-picker-utils.d.ts +3 -0
  526. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/datetime-picker/datetime-picker-utils.d.ts.map +1 -0
  527. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/datetime-picker/datetime-picker.component.d.ts +53 -0
  528. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/datetime-picker/datetime-picker.component.d.ts.map +1 -0
  529. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/datetime-picker/index.d.ts +2 -0
  530. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/datetime-picker/index.d.ts.map +1 -0
  531. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/document/document-url.pipe.d.ts +11 -0
  532. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/document/document-url.pipe.d.ts.map +1 -0
  533. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/document/file-upload-progress.guard.d.ts +14 -0
  534. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/document/file-upload-progress.guard.d.ts.map +1 -0
  535. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/document/file-upload-state.service.d.ts +9 -0
  536. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/document/file-upload-state.service.d.ts.map +1 -0
  537. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/document/index.d.ts +4 -0
  538. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/document/index.d.ts.map +1 -0
  539. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/document/read-document-field.component.d.ts +24 -0
  540. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/document/read-document-field.component.d.ts.map +1 -0
  541. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/document/write-document-field.component.d.ts +66 -0
  542. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/document/write-document-field.component.d.ts.map +1 -0
  543. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/dynamic-list/dynamic-list.pipe.d.ts +10 -0
  544. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/dynamic-list/dynamic-list.pipe.d.ts.map +1 -0
  545. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/dynamic-list/index.d.ts +4 -0
  546. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/dynamic-list/index.d.ts.map +1 -0
  547. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/dynamic-list/read-dynamic-list-field.component.d.ts +9 -0
  548. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/dynamic-list/read-dynamic-list-field.component.d.ts.map +1 -0
  549. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/dynamic-list/write-dynamic-list-field.component.d.ts +11 -0
  550. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/dynamic-list/write-dynamic-list-field.component.d.ts.map +1 -0
  551. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/dynamic-radio-list/dynamic-radio-list.pipe.d.ts +10 -0
  552. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/dynamic-radio-list/dynamic-radio-list.pipe.d.ts.map +1 -0
  553. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/dynamic-radio-list/index.d.ts +4 -0
  554. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/dynamic-radio-list/index.d.ts.map +1 -0
  555. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/dynamic-radio-list/read-dynamic-radio-list-field.component.d.ts +9 -0
  556. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/dynamic-radio-list/read-dynamic-radio-list-field.component.d.ts.map +1 -0
  557. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.d.ts +12 -0
  558. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.d.ts.map +1 -0
  559. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/email/index.d.ts +3 -0
  560. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/email/index.d.ts.map +1 -0
  561. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/email/read-email-field.component.d.ts +8 -0
  562. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/email/read-email-field.component.d.ts.map +1 -0
  563. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/email/write-email-field.component.d.ts +11 -0
  564. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/email/write-email-field.component.d.ts.map +1 -0
  565. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/fixed-list/fixed-list.pipe.d.ts +10 -0
  566. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/fixed-list/fixed-list.pipe.d.ts.map +1 -0
  567. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/fixed-list/index.d.ts +4 -0
  568. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/fixed-list/index.d.ts.map +1 -0
  569. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/fixed-list/read-fixed-list-field.component.d.ts +7 -0
  570. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/fixed-list/read-fixed-list-field.component.d.ts.map +1 -0
  571. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/fixed-list/write-fixed-list-field.component.d.ts +12 -0
  572. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/fixed-list/write-fixed-list-field.component.d.ts.map +1 -0
  573. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/fixed-radio-list/fixed-radio-list.pipe.d.ts +10 -0
  574. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/fixed-radio-list/fixed-radio-list.pipe.d.ts.map +1 -0
  575. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/fixed-radio-list/index.d.ts +4 -0
  576. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/fixed-radio-list/index.d.ts.map +1 -0
  577. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/fixed-radio-list/read-fixed-radio-list-field.component.d.ts +7 -0
  578. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/fixed-radio-list/read-fixed-radio-list-field.component.d.ts.map +1 -0
  579. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/fixed-radio-list/write-fixed-radio-list-field.component.d.ts +11 -0
  580. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/fixed-radio-list/write-fixed-radio-list-field.component.d.ts.map +1 -0
  581. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/history/case-history-viewer-field.component.d.ts +7 -0
  582. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/history/case-history-viewer-field.component.d.ts.map +1 -0
  583. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/history/event-log/event-log-details.component.d.ts +8 -0
  584. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/history/event-log/event-log-details.component.d.ts.map +1 -0
  585. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/history/event-log/event-log-table.component.d.ts +22 -0
  586. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/history/event-log/event-log-table.component.d.ts.map +1 -0
  587. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/history/event-log/event-log.component.d.ts +15 -0
  588. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/history/event-log/event-log.component.d.ts.map +1 -0
  589. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/history/event-log/index.d.ts +4 -0
  590. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/history/event-log/index.d.ts.map +1 -0
  591. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/history/index.d.ts +3 -0
  592. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/history/index.d.ts.map +1 -0
  593. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/label/index.d.ts +2 -0
  594. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/label/index.d.ts.map +1 -0
  595. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/label/label-field.component.d.ts +10 -0
  596. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/label/label-field.component.d.ts.map +1 -0
  597. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/markdown/index.d.ts +2 -0
  598. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/markdown/index.d.ts.map +1 -0
  599. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/markdown/markdown.component.d.ts +12 -0
  600. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/markdown/markdown.component.d.ts.map +1 -0
  601. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/money-gbp/index.d.ts +4 -0
  602. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/money-gbp/index.d.ts.map +1 -0
  603. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/money-gbp/money-gbp-input.component.d.ts +23 -0
  604. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/money-gbp/money-gbp-input.component.d.ts.map +1 -0
  605. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/money-gbp/read-money-gbp-field.component.d.ts +12 -0
  606. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/money-gbp/read-money-gbp-field.component.d.ts.map +1 -0
  607. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/money-gbp/write-money-gbp-field.component.d.ts +11 -0
  608. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/money-gbp/write-money-gbp-field.component.d.ts.map +1 -0
  609. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/multi-select-list/index.d.ts +3 -0
  610. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/multi-select-list/index.d.ts.map +1 -0
  611. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/multi-select-list/read-multi-select-list-field.component.d.ts +7 -0
  612. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/multi-select-list/read-multi-select-list-field.component.d.ts.map +1 -0
  613. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/multi-select-list/write-multi-select-list-field.component.d.ts +13 -0
  614. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/multi-select-list/write-multi-select-list-field.component.d.ts.map +1 -0
  615. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/number/index.d.ts +3 -0
  616. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/number/index.d.ts.map +1 -0
  617. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/number/read-number-field.component.d.ts +7 -0
  618. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/number/read-number-field.component.d.ts.map +1 -0
  619. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/number/write-number-field.component.d.ts +11 -0
  620. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/number/write-number-field.component.d.ts.map +1 -0
  621. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/order-summary/fee-value.model.d.ts +5 -0
  622. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/order-summary/fee-value.model.d.ts.map +1 -0
  623. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/order-summary/fee.model.d.ts +7 -0
  624. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/order-summary/fee.model.d.ts.map +1 -0
  625. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/order-summary/index.d.ts +7 -0
  626. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/order-summary/index.d.ts.map +1 -0
  627. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/order-summary/order-summary.model.d.ts +7 -0
  628. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/order-summary/order-summary.model.d.ts.map +1 -0
  629. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/order-summary/read-order-summary-field.component.d.ts +10 -0
  630. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/order-summary/read-order-summary-field.component.d.ts.map +1 -0
  631. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/order-summary/read-order-summary-row.component.d.ts +12 -0
  632. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/order-summary/read-order-summary-row.component.d.ts.map +1 -0
  633. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/order-summary/write-order-summary-field.component.d.ts +10 -0
  634. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/order-summary/write-order-summary-field.component.d.ts.map +1 -0
  635. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/organisation/index.d.ts +6 -0
  636. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/organisation/index.d.ts.map +1 -0
  637. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/organisation/read-organisation-field-raw.component.d.ts +20 -0
  638. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/organisation/read-organisation-field-raw.component.d.ts.map +1 -0
  639. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/organisation/read-organisation-field-table.component.d.ts +20 -0
  640. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/organisation/read-organisation-field-table.component.d.ts.map +1 -0
  641. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/organisation/read-organisation-field.component.d.ts +13 -0
  642. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/organisation/read-organisation-field.component.d.ts.map +1 -0
  643. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/organisation/write-organisation-complex-field.component.d.ts +11 -0
  644. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/organisation/write-organisation-complex-field.component.d.ts.map +1 -0
  645. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/organisation/write-organisation-field.component.d.ts +47 -0
  646. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/organisation/write-organisation-field.component.d.ts.map +1 -0
  647. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/palette.module.d.ts +99 -0
  648. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/palette.module.d.ts.map +1 -0
  649. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/palette.service.d.ts +9 -0
  650. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/palette.service.d.ts.map +1 -0
  651. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/payment/case-payment-history-viewer-field.component.d.ts +10 -0
  652. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/payment/case-payment-history-viewer-field.component.d.ts.map +1 -0
  653. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/payment/index.d.ts +2 -0
  654. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/payment/index.d.ts.map +1 -0
  655. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/phone-uk/index.d.ts +3 -0
  656. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/phone-uk/index.d.ts.map +1 -0
  657. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/phone-uk/read-phone-uk-field.component.d.ts +7 -0
  658. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/phone-uk/read-phone-uk-field.component.d.ts.map +1 -0
  659. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/phone-uk/write-phone-uk-field.component.d.ts +11 -0
  660. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/phone-uk/write-phone-uk-field.component.d.ts.map +1 -0
  661. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/text/index.d.ts +3 -0
  662. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/text/index.d.ts.map +1 -0
  663. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/text/read-text-field.component.d.ts +7 -0
  664. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/text/read-text-field.component.d.ts.map +1 -0
  665. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/text/write-text-field.component.d.ts +12 -0
  666. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/text/write-text-field.component.d.ts.map +1 -0
  667. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/text-area/index.d.ts +3 -0
  668. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/text-area/index.d.ts.map +1 -0
  669. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/text-area/read-text-area-field.component.d.ts +7 -0
  670. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/text-area/read-text-area-field.component.d.ts.map +1 -0
  671. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/text-area/write-text-area-field.component.d.ts +15 -0
  672. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/text-area/write-text-area-field.component.d.ts.map +1 -0
  673. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/unsupported-field.component.d.ts +6 -0
  674. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/unsupported-field.component.d.ts.map +1 -0
  675. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/utils/dash.pipe.d.ts +8 -0
  676. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/utils/dash.pipe.d.ts.map +1 -0
  677. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/utils/date.pipe.d.ts +23 -0
  678. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/utils/date.pipe.d.ts.map +1 -0
  679. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/utils/field-label.pipe.d.ts +9 -0
  680. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/utils/field-label.pipe.d.ts.map +1 -0
  681. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/utils/first-error.pipe.d.ts +9 -0
  682. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/utils/first-error.pipe.d.ts.map +1 -0
  683. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/utils/index.d.ts +10 -0
  684. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/utils/index.d.ts.map +1 -0
  685. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/utils/is-compound.pipe.d.ts +11 -0
  686. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/utils/is-compound.pipe.d.ts.map +1 -0
  687. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/utils/is-mandatory.pipe.d.ts +12 -0
  688. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/utils/is-mandatory.pipe.d.ts.map +1 -0
  689. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/utils/is-read-only-and-not-collection.pipe.d.ts +13 -0
  690. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/utils/is-read-only-and-not-collection.pipe.d.ts.map +1 -0
  691. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/utils/is-read-only.pipe.d.ts +12 -0
  692. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/utils/is-read-only.pipe.d.ts.map +1 -0
  693. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/utils/utils.module.d.ts +16 -0
  694. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/utils/utils.module.d.ts.map +1 -0
  695. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/waystopay/index.d.ts +2 -0
  696. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/waystopay/index.d.ts.map +1 -0
  697. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/waystopay/waystopay-field.component.d.ts +11 -0
  698. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/waystopay/waystopay-field.component.d.ts.map +1 -0
  699. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/yes-no/index.d.ts +4 -0
  700. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/yes-no/index.d.ts.map +1 -0
  701. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/yes-no/read-yes-no-field.component.d.ts +13 -0
  702. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/yes-no/read-yes-no-field.component.d.ts.map +1 -0
  703. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/yes-no/write-yes-no-field.component.d.ts +15 -0
  704. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/yes-no/write-yes-no-field.component.d.ts.map +1 -0
  705. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/yes-no/yes-no.service.d.ts +14 -0
  706. package/dist/ccd-case-ui-toolkit/lib/shared/components/palette/yes-no/yes-no.service.d.ts.map +1 -0
  707. package/dist/ccd-case-ui-toolkit/lib/shared/components/search-filters/domain/index.d.ts +2 -0
  708. package/dist/ccd-case-ui-toolkit/lib/shared/components/search-filters/domain/index.d.ts.map +1 -0
  709. package/dist/ccd-case-ui-toolkit/lib/shared/components/search-filters/domain/search-input.model.d.ts +11 -0
  710. package/dist/ccd-case-ui-toolkit/lib/shared/components/search-filters/domain/search-input.model.d.ts.map +1 -0
  711. package/dist/ccd-case-ui-toolkit/lib/shared/components/search-filters/index.d.ts +5 -0
  712. package/dist/ccd-case-ui-toolkit/lib/shared/components/search-filters/index.d.ts.map +1 -0
  713. package/dist/ccd-case-ui-toolkit/lib/shared/components/search-filters/search-filters-wrapper.component.d.ts +21 -0
  714. package/dist/ccd-case-ui-toolkit/lib/shared/components/search-filters/search-filters-wrapper.component.d.ts.map +1 -0
  715. package/dist/ccd-case-ui-toolkit/lib/shared/components/search-filters/search-filters.component.d.ts +57 -0
  716. package/dist/ccd-case-ui-toolkit/lib/shared/components/search-filters/search-filters.component.d.ts.map +1 -0
  717. package/dist/ccd-case-ui-toolkit/lib/shared/components/search-filters/search-filters.module.d.ts +13 -0
  718. package/dist/ccd-case-ui-toolkit/lib/shared/components/search-filters/search-filters.module.d.ts.map +1 -0
  719. package/dist/ccd-case-ui-toolkit/lib/shared/directives/conditional-show/conditional-show-form.directive.d.ts +40 -0
  720. package/dist/ccd-case-ui-toolkit/lib/shared/directives/conditional-show/conditional-show-form.directive.d.ts.map +1 -0
  721. package/dist/ccd-case-ui-toolkit/lib/shared/directives/conditional-show/conditional-show.module.d.ts +8 -0
  722. package/dist/ccd-case-ui-toolkit/lib/shared/directives/conditional-show/conditional-show.module.d.ts.map +1 -0
  723. package/dist/ccd-case-ui-toolkit/lib/shared/directives/conditional-show/domain/conditional-show.model.d.ts +56 -0
  724. package/dist/ccd-case-ui-toolkit/lib/shared/directives/conditional-show/domain/conditional-show.model.d.ts.map +1 -0
  725. package/dist/ccd-case-ui-toolkit/lib/shared/directives/conditional-show/domain/index.d.ts +2 -0
  726. package/dist/ccd-case-ui-toolkit/lib/shared/directives/conditional-show/domain/index.d.ts.map +1 -0
  727. package/dist/ccd-case-ui-toolkit/lib/shared/directives/conditional-show/index.d.ts +5 -0
  728. package/dist/ccd-case-ui-toolkit/lib/shared/directives/conditional-show/index.d.ts.map +1 -0
  729. package/dist/ccd-case-ui-toolkit/lib/shared/directives/conditional-show/services/conditional-show-registrar.service.d.ts +10 -0
  730. package/dist/ccd-case-ui-toolkit/lib/shared/directives/conditional-show/services/conditional-show-registrar.service.d.ts.map +1 -0
  731. package/dist/ccd-case-ui-toolkit/lib/shared/directives/conditional-show/services/grey-bar.service.d.ts +22 -0
  732. package/dist/ccd-case-ui-toolkit/lib/shared/directives/conditional-show/services/grey-bar.service.d.ts.map +1 -0
  733. package/dist/ccd-case-ui-toolkit/lib/shared/directives/conditional-show/services/index.d.ts +3 -0
  734. package/dist/ccd-case-ui-toolkit/lib/shared/directives/conditional-show/services/index.d.ts.map +1 -0
  735. package/dist/ccd-case-ui-toolkit/lib/shared/directives/focus-element/focus-element.directive.d.ts +12 -0
  736. package/dist/ccd-case-ui-toolkit/lib/shared/directives/focus-element/focus-element.directive.d.ts.map +1 -0
  737. package/dist/ccd-case-ui-toolkit/lib/shared/directives/focus-element/focus-element.module.d.ts +8 -0
  738. package/dist/ccd-case-ui-toolkit/lib/shared/directives/focus-element/focus-element.module.d.ts.map +1 -0
  739. package/dist/ccd-case-ui-toolkit/lib/shared/directives/focus-element/index.d.ts +3 -0
  740. package/dist/ccd-case-ui-toolkit/lib/shared/directives/focus-element/index.d.ts.map +1 -0
  741. package/dist/ccd-case-ui-toolkit/lib/shared/directives/index.d.ts +4 -0
  742. package/dist/ccd-case-ui-toolkit/lib/shared/directives/index.d.ts.map +1 -0
  743. package/dist/ccd-case-ui-toolkit/lib/shared/directives/substitutor/index.d.ts +4 -0
  744. package/dist/ccd-case-ui-toolkit/lib/shared/directives/substitutor/index.d.ts.map +1 -0
  745. package/dist/ccd-case-ui-toolkit/lib/shared/directives/substitutor/label-substitutor.directive.d.ts +27 -0
  746. package/dist/ccd-case-ui-toolkit/lib/shared/directives/substitutor/label-substitutor.directive.d.ts.map +1 -0
  747. package/dist/ccd-case-ui-toolkit/lib/shared/directives/substitutor/label-substitutor.module.d.ts +8 -0
  748. package/dist/ccd-case-ui-toolkit/lib/shared/directives/substitutor/label-substitutor.module.d.ts.map +1 -0
  749. package/dist/ccd-case-ui-toolkit/lib/shared/directives/substitutor/services/index.d.ts +2 -0
  750. package/dist/ccd-case-ui-toolkit/lib/shared/directives/substitutor/services/index.d.ts.map +1 -0
  751. package/dist/ccd-case-ui-toolkit/lib/shared/directives/substitutor/services/placeholder.service.d.ts +64 -0
  752. package/dist/ccd-case-ui-toolkit/lib/shared/directives/substitutor/services/placeholder.service.d.ts.map +1 -0
  753. package/dist/ccd-case-ui-toolkit/lib/shared/domain/activity/activity.model.d.ts +16 -0
  754. package/dist/ccd-case-ui-toolkit/lib/shared/domain/activity/activity.model.d.ts.map +1 -0
  755. package/dist/ccd-case-ui-toolkit/lib/shared/domain/activity/index.d.ts +2 -0
  756. package/dist/ccd-case-ui-toolkit/lib/shared/domain/activity/index.d.ts.map +1 -0
  757. package/dist/ccd-case-ui-toolkit/lib/shared/domain/addresses/address.model.d.ts +10 -0
  758. package/dist/ccd-case-ui-toolkit/lib/shared/domain/addresses/address.model.d.ts.map +1 -0
  759. package/dist/ccd-case-ui-toolkit/lib/shared/domain/addresses/index.d.ts +2 -0
  760. package/dist/ccd-case-ui-toolkit/lib/shared/domain/addresses/index.d.ts.map +1 -0
  761. package/dist/ccd-case-ui-toolkit/lib/shared/domain/alert/alert-level.model.d.ts +2 -0
  762. package/dist/ccd-case-ui-toolkit/lib/shared/domain/alert/alert-level.model.d.ts.map +1 -0
  763. package/dist/ccd-case-ui-toolkit/lib/shared/domain/alert/alert.model.d.ts +6 -0
  764. package/dist/ccd-case-ui-toolkit/lib/shared/domain/alert/alert.model.d.ts.map +1 -0
  765. package/dist/ccd-case-ui-toolkit/lib/shared/domain/alert/index.d.ts +3 -0
  766. package/dist/ccd-case-ui-toolkit/lib/shared/domain/alert/index.d.ts.map +1 -0
  767. package/dist/ccd-case-ui-toolkit/lib/shared/domain/case-details.model.d.ts +12 -0
  768. package/dist/ccd-case-ui-toolkit/lib/shared/domain/case-details.model.d.ts.map +1 -0
  769. package/dist/ccd-case-ui-toolkit/lib/shared/domain/case-event-data.model.d.ts +14 -0
  770. package/dist/ccd-case-ui-toolkit/lib/shared/domain/case-event-data.model.d.ts.map +1 -0
  771. package/dist/ccd-case-ui-toolkit/lib/shared/domain/case-view/access-types.model.d.ts +5 -0
  772. package/dist/ccd-case-ui-toolkit/lib/shared/domain/case-view/access-types.model.d.ts.map +1 -0
  773. package/dist/ccd-case-ui-toolkit/lib/shared/domain/case-view/case-event-trigger.model.d.ts +18 -0
  774. package/dist/ccd-case-ui-toolkit/lib/shared/domain/case-view/case-event-trigger.model.d.ts.map +1 -0
  775. package/dist/ccd-case-ui-toolkit/lib/shared/domain/case-view/case-print-document.model.d.ts +6 -0
  776. package/dist/ccd-case-ui-toolkit/lib/shared/domain/case-view/case-print-document.model.d.ts.map +1 -0
  777. package/dist/ccd-case-ui-toolkit/lib/shared/domain/case-view/case-tab.model.d.ts +10 -0
  778. package/dist/ccd-case-ui-toolkit/lib/shared/domain/case-view/case-tab.model.d.ts.map +1 -0
  779. package/dist/ccd-case-ui-toolkit/lib/shared/domain/case-view/case-view-event.model.d.ts +19 -0
  780. package/dist/ccd-case-ui-toolkit/lib/shared/domain/case-view/case-view-event.model.d.ts.map +1 -0
  781. package/dist/ccd-case-ui-toolkit/lib/shared/domain/case-view/case-view-trigger.model.d.ts +9 -0
  782. package/dist/ccd-case-ui-toolkit/lib/shared/domain/case-view/case-view-trigger.model.d.ts.map +1 -0
  783. package/dist/ccd-case-ui-toolkit/lib/shared/domain/case-view/case-view.model.d.ts +36 -0
  784. package/dist/ccd-case-ui-toolkit/lib/shared/domain/case-view/case-view.model.d.ts.map +1 -0
  785. package/dist/ccd-case-ui-toolkit/lib/shared/domain/case-view/challenged-access-request.model.d.ts +6 -0
  786. package/dist/ccd-case-ui-toolkit/lib/shared/domain/case-view/challenged-access-request.model.d.ts.map +1 -0
  787. package/dist/ccd-case-ui-toolkit/lib/shared/domain/case-view/index.d.ts +12 -0
  788. package/dist/ccd-case-ui-toolkit/lib/shared/domain/case-view/index.d.ts.map +1 -0
  789. package/dist/ccd-case-ui-toolkit/lib/shared/domain/case-view/review-specific-access-request.model.d.ts +5 -0
  790. package/dist/ccd-case-ui-toolkit/lib/shared/domain/case-view/review-specific-access-request.model.d.ts.map +1 -0
  791. package/dist/ccd-case-ui-toolkit/lib/shared/domain/case-view/role-assignment-response.model.d.ts +7 -0
  792. package/dist/ccd-case-ui-toolkit/lib/shared/domain/case-view/role-assignment-response.model.d.ts.map +1 -0
  793. package/dist/ccd-case-ui-toolkit/lib/shared/domain/case-view/role-request.model.d.ts +35 -0
  794. package/dist/ccd-case-ui-toolkit/lib/shared/domain/case-view/role-request.model.d.ts.map +1 -0
  795. package/dist/ccd-case-ui-toolkit/lib/shared/domain/case-view/specific-access-request.model.d.ts +4 -0
  796. package/dist/ccd-case-ui-toolkit/lib/shared/domain/case-view/specific-access-request.model.d.ts.map +1 -0
  797. package/dist/ccd-case-ui-toolkit/lib/shared/domain/definition/access-control-list.model.d.ts +8 -0
  798. package/dist/ccd-case-ui-toolkit/lib/shared/domain/definition/access-control-list.model.d.ts.map +1 -0
  799. package/dist/ccd-case-ui-toolkit/lib/shared/domain/definition/banner.model.d.ts +8 -0
  800. package/dist/ccd-case-ui-toolkit/lib/shared/domain/definition/banner.model.d.ts.map +1 -0
  801. package/dist/ccd-case-ui-toolkit/lib/shared/domain/definition/case-event.model.d.ts +14 -0
  802. package/dist/ccd-case-ui-toolkit/lib/shared/domain/definition/case-event.model.d.ts.map +1 -0
  803. package/dist/ccd-case-ui-toolkit/lib/shared/domain/definition/case-field.model.d.ts +44 -0
  804. package/dist/ccd-case-ui-toolkit/lib/shared/domain/definition/case-field.model.d.ts.map +1 -0
  805. package/dist/ccd-case-ui-toolkit/lib/shared/domain/definition/case-state.model.d.ts +8 -0
  806. package/dist/ccd-case-ui-toolkit/lib/shared/domain/definition/case-state.model.d.ts.map +1 -0
  807. package/dist/ccd-case-ui-toolkit/lib/shared/domain/definition/case-type-lite.model.d.ts +10 -0
  808. package/dist/ccd-case-ui-toolkit/lib/shared/domain/definition/case-type-lite.model.d.ts.map +1 -0
  809. package/dist/ccd-case-ui-toolkit/lib/shared/domain/definition/case-type.model.d.ts +15 -0
  810. package/dist/ccd-case-ui-toolkit/lib/shared/domain/definition/case-type.model.d.ts.map +1 -0
  811. package/dist/ccd-case-ui-toolkit/lib/shared/domain/definition/event-case-field.model.d.ts +5 -0
  812. package/dist/ccd-case-ui-toolkit/lib/shared/domain/definition/event-case-field.model.d.ts.map +1 -0
  813. package/dist/ccd-case-ui-toolkit/lib/shared/domain/definition/field-type-enum.model.d.ts +2 -0
  814. package/dist/ccd-case-ui-toolkit/lib/shared/domain/definition/field-type-enum.model.d.ts.map +1 -0
  815. package/dist/ccd-case-ui-toolkit/lib/shared/domain/definition/field-type.model.d.ts +14 -0
  816. package/dist/ccd-case-ui-toolkit/lib/shared/domain/definition/field-type.model.d.ts.map +1 -0
  817. package/dist/ccd-case-ui-toolkit/lib/shared/domain/definition/fixed-list-item.model.d.ts +7 -0
  818. package/dist/ccd-case-ui-toolkit/lib/shared/domain/definition/fixed-list-item.model.d.ts.map +1 -0
  819. package/dist/ccd-case-ui-toolkit/lib/shared/domain/definition/index.d.ts +12 -0
  820. package/dist/ccd-case-ui-toolkit/lib/shared/domain/definition/index.d.ts.map +1 -0
  821. package/dist/ccd-case-ui-toolkit/lib/shared/domain/definition/jurisdiction.model.d.ts +8 -0
  822. package/dist/ccd-case-ui-toolkit/lib/shared/domain/definition/jurisdiction.model.d.ts.map +1 -0
  823. package/dist/ccd-case-ui-toolkit/lib/shared/domain/document/document-data.model.d.ts +26 -0
  824. package/dist/ccd-case-ui-toolkit/lib/shared/domain/document/document-data.model.d.ts.map +1 -0
  825. package/dist/ccd-case-ui-toolkit/lib/shared/domain/document/index.d.ts +2 -0
  826. package/dist/ccd-case-ui-toolkit/lib/shared/domain/document/index.d.ts.map +1 -0
  827. package/dist/ccd-case-ui-toolkit/lib/shared/domain/draft.model.d.ts +13 -0
  828. package/dist/ccd-case-ui-toolkit/lib/shared/domain/draft.model.d.ts.map +1 -0
  829. package/dist/ccd-case-ui-toolkit/lib/shared/domain/error-message.model.d.ts +9 -0
  830. package/dist/ccd-case-ui-toolkit/lib/shared/domain/error-message.model.d.ts.map +1 -0
  831. package/dist/ccd-case-ui-toolkit/lib/shared/domain/http/http-error.model.d.ts +18 -0
  832. package/dist/ccd-case-ui-toolkit/lib/shared/domain/http/http-error.model.d.ts.map +1 -0
  833. package/dist/ccd-case-ui-toolkit/lib/shared/domain/http/index.d.ts +2 -0
  834. package/dist/ccd-case-ui-toolkit/lib/shared/domain/http/index.d.ts.map +1 -0
  835. package/dist/ccd-case-ui-toolkit/lib/shared/domain/index.d.ts +23 -0
  836. package/dist/ccd-case-ui-toolkit/lib/shared/domain/index.d.ts.map +1 -0
  837. package/dist/ccd-case-ui-toolkit/lib/shared/domain/order/index.d.ts +2 -0
  838. package/dist/ccd-case-ui-toolkit/lib/shared/domain/order/index.d.ts.map +1 -0
  839. package/dist/ccd-case-ui-toolkit/lib/shared/domain/order/orderable.model.d.ts +4 -0
  840. package/dist/ccd-case-ui-toolkit/lib/shared/domain/order/orderable.model.d.ts.map +1 -0
  841. package/dist/ccd-case-ui-toolkit/lib/shared/domain/organisation/index.d.ts +3 -0
  842. package/dist/ccd-case-ui-toolkit/lib/shared/domain/organisation/index.d.ts.map +1 -0
  843. package/dist/ccd-case-ui-toolkit/lib/shared/domain/organisation/organisation-converter.d.ts +10 -0
  844. package/dist/ccd-case-ui-toolkit/lib/shared/domain/organisation/organisation-converter.d.ts.map +1 -0
  845. package/dist/ccd-case-ui-toolkit/lib/shared/domain/organisation/simple-organisation.model.d.ts +6 -0
  846. package/dist/ccd-case-ui-toolkit/lib/shared/domain/organisation/simple-organisation.model.d.ts.map +1 -0
  847. package/dist/ccd-case-ui-toolkit/lib/shared/domain/pagination-metadata.model.d.ts +5 -0
  848. package/dist/ccd-case-ui-toolkit/lib/shared/domain/pagination-metadata.model.d.ts.map +1 -0
  849. package/dist/ccd-case-ui-toolkit/lib/shared/domain/predicate.model.d.ts +2 -0
  850. package/dist/ccd-case-ui-toolkit/lib/shared/domain/predicate.model.d.ts.map +1 -0
  851. package/dist/ccd-case-ui-toolkit/lib/shared/domain/profile/index.d.ts +2 -0
  852. package/dist/ccd-case-ui-toolkit/lib/shared/domain/profile/index.d.ts.map +1 -0
  853. package/dist/ccd-case-ui-toolkit/lib/shared/domain/profile/profile.model.d.ts +24 -0
  854. package/dist/ccd-case-ui-toolkit/lib/shared/domain/profile/profile.model.d.ts.map +1 -0
  855. package/dist/ccd-case-ui-toolkit/lib/shared/domain/search/field.model.d.ts +11 -0
  856. package/dist/ccd-case-ui-toolkit/lib/shared/domain/search/field.model.d.ts.map +1 -0
  857. package/dist/ccd-case-ui-toolkit/lib/shared/domain/search/index.d.ts +5 -0
  858. package/dist/ccd-case-ui-toolkit/lib/shared/domain/search/index.d.ts.map +1 -0
  859. package/dist/ccd-case-ui-toolkit/lib/shared/domain/search/search-result-view-column.model.d.ts +10 -0
  860. package/dist/ccd-case-ui-toolkit/lib/shared/domain/search/search-result-view-column.model.d.ts.map +1 -0
  861. package/dist/ccd-case-ui-toolkit/lib/shared/domain/search/search-result-view-item.model.d.ts +10 -0
  862. package/dist/ccd-case-ui-toolkit/lib/shared/domain/search/search-result-view-item.model.d.ts.map +1 -0
  863. package/dist/ccd-case-ui-toolkit/lib/shared/domain/search/search-result-view.model.d.ts +9 -0
  864. package/dist/ccd-case-ui-toolkit/lib/shared/domain/search/search-result-view.model.d.ts.map +1 -0
  865. package/dist/ccd-case-ui-toolkit/lib/shared/domain/search/sorting/search-result-view-item-comparator.d.ts +5 -0
  866. package/dist/ccd-case-ui-toolkit/lib/shared/domain/search/sorting/search-result-view-item-comparator.d.ts.map +1 -0
  867. package/dist/ccd-case-ui-toolkit/lib/shared/domain/search/sorting/sort-order.d.ts +6 -0
  868. package/dist/ccd-case-ui-toolkit/lib/shared/domain/search/sorting/sort-order.d.ts.map +1 -0
  869. package/dist/ccd-case-ui-toolkit/lib/shared/domain/search/sorting/sort-parameters.d.ts +8 -0
  870. package/dist/ccd-case-ui-toolkit/lib/shared/domain/search/sorting/sort-parameters.d.ts.map +1 -0
  871. package/dist/ccd-case-ui-toolkit/lib/shared/domain/user/user-details.model.d.ts +10 -0
  872. package/dist/ccd-case-ui-toolkit/lib/shared/domain/user/user-details.model.d.ts.map +1 -0
  873. package/dist/ccd-case-ui-toolkit/lib/shared/domain/user/user-info.model.d.ts +11 -0
  874. package/dist/ccd-case-ui-toolkit/lib/shared/domain/user/user-info.model.d.ts.map +1 -0
  875. package/dist/ccd-case-ui-toolkit/lib/shared/domain/work-allocation/Task.d.ts +50 -0
  876. package/dist/ccd-case-ui-toolkit/lib/shared/domain/work-allocation/Task.d.ts.map +1 -0
  877. package/dist/ccd-case-ui-toolkit/lib/shared/domain/work-allocation/TaskPayload.d.ts +6 -0
  878. package/dist/ccd-case-ui-toolkit/lib/shared/domain/work-allocation/TaskPayload.d.ts.map +1 -0
  879. package/dist/ccd-case-ui-toolkit/lib/shared/domain/work-allocation/index.d.ts +2 -0
  880. package/dist/ccd-case-ui-toolkit/lib/shared/domain/work-allocation/index.d.ts.map +1 -0
  881. package/dist/ccd-case-ui-toolkit/lib/shared/domain/work-allocation/task-response.model.d.ts +5 -0
  882. package/dist/ccd-case-ui-toolkit/lib/shared/domain/work-allocation/task-response.model.d.ts.map +1 -0
  883. package/dist/ccd-case-ui-toolkit/lib/shared/domain/work-allocation/task-search-parameter.model.d.ts +15 -0
  884. package/dist/ccd-case-ui-toolkit/lib/shared/domain/work-allocation/task-search-parameter.model.d.ts.map +1 -0
  885. package/dist/ccd-case-ui-toolkit/lib/shared/domain/workbasket/index.d.ts +2 -0
  886. package/dist/ccd-case-ui-toolkit/lib/shared/domain/workbasket/index.d.ts.map +1 -0
  887. package/dist/ccd-case-ui-toolkit/lib/shared/domain/workbasket/workbasket-input.model.d.ts +14 -0
  888. package/dist/ccd-case-ui-toolkit/lib/shared/domain/workbasket/workbasket-input.model.d.ts.map +1 -0
  889. package/dist/ccd-case-ui-toolkit/lib/shared/fixture/case-field-builder.d.ts +22 -0
  890. package/dist/ccd-case-ui-toolkit/lib/shared/fixture/case-field-builder.d.ts.map +1 -0
  891. package/dist/ccd-case-ui-toolkit/lib/shared/fixture/shared.test.fixture.d.ts +25 -0
  892. package/dist/ccd-case-ui-toolkit/lib/shared/fixture/shared.test.fixture.d.ts.map +1 -0
  893. package/dist/ccd-case-ui-toolkit/lib/shared/index.d.ts +8 -0
  894. package/dist/ccd-case-ui-toolkit/lib/shared/index.d.ts.map +1 -0
  895. package/dist/ccd-case-ui-toolkit/lib/shared/pipes/case-reference/case-reference.pipe.d.ts +8 -0
  896. package/dist/ccd-case-ui-toolkit/lib/shared/pipes/case-reference/case-reference.pipe.d.ts.map +1 -0
  897. package/dist/ccd-case-ui-toolkit/lib/shared/pipes/case-reference/index.d.ts +2 -0
  898. package/dist/ccd-case-ui-toolkit/lib/shared/pipes/case-reference/index.d.ts.map +1 -0
  899. package/dist/ccd-case-ui-toolkit/lib/shared/pipes/case-title/ccd-case-title.pipe.d.ts +15 -0
  900. package/dist/ccd-case-ui-toolkit/lib/shared/pipes/case-title/ccd-case-title.pipe.d.ts.map +1 -0
  901. package/dist/ccd-case-ui-toolkit/lib/shared/pipes/case-title/index.d.ts +2 -0
  902. package/dist/ccd-case-ui-toolkit/lib/shared/pipes/case-title/index.d.ts.map +1 -0
  903. package/dist/ccd-case-ui-toolkit/lib/shared/pipes/index.d.ts +5 -0
  904. package/dist/ccd-case-ui-toolkit/lib/shared/pipes/index.d.ts.map +1 -0
  905. package/dist/ccd-case-ui-toolkit/lib/shared/pipes/pipes.module.d.ts +11 -0
  906. package/dist/ccd-case-ui-toolkit/lib/shared/pipes/pipes.module.d.ts.map +1 -0
  907. package/dist/ccd-case-ui-toolkit/lib/shared/pipes/search-result/sorting/sort-search-result.pipe.d.ts +10 -0
  908. package/dist/ccd-case-ui-toolkit/lib/shared/pipes/search-result/sorting/sort-search-result.pipe.d.ts.map +1 -0
  909. package/dist/ccd-case-ui-toolkit/lib/shared/services/activity/activity.polling.service.d.ts +30 -0
  910. package/dist/ccd-case-ui-toolkit/lib/shared/services/activity/activity.polling.service.d.ts.map +1 -0
  911. package/dist/ccd-case-ui-toolkit/lib/shared/services/activity/activity.service.d.ts +26 -0
  912. package/dist/ccd-case-ui-toolkit/lib/shared/services/activity/activity.service.d.ts.map +1 -0
  913. package/dist/ccd-case-ui-toolkit/lib/shared/services/activity/index.d.ts +3 -0
  914. package/dist/ccd-case-ui-toolkit/lib/shared/services/activity/index.d.ts.map +1 -0
  915. package/dist/ccd-case-ui-toolkit/lib/shared/services/addresses/address-parser.d.ts +18 -0
  916. package/dist/ccd-case-ui-toolkit/lib/shared/services/addresses/address-parser.d.ts.map +1 -0
  917. package/dist/ccd-case-ui-toolkit/lib/shared/services/addresses/addresses.service.d.ts +21 -0
  918. package/dist/ccd-case-ui-toolkit/lib/shared/services/addresses/addresses.service.d.ts.map +1 -0
  919. package/dist/ccd-case-ui-toolkit/lib/shared/services/addresses/index.d.ts +2 -0
  920. package/dist/ccd-case-ui-toolkit/lib/shared/services/addresses/index.d.ts.map +1 -0
  921. package/dist/ccd-case-ui-toolkit/lib/shared/services/alert/alert.service.d.ts +35 -0
  922. package/dist/ccd-case-ui-toolkit/lib/shared/services/alert/alert.service.d.ts.map +1 -0
  923. package/dist/ccd-case-ui-toolkit/lib/shared/services/alert/index.d.ts +2 -0
  924. package/dist/ccd-case-ui-toolkit/lib/shared/services/alert/index.d.ts.map +1 -0
  925. package/dist/ccd-case-ui-toolkit/lib/shared/services/auth/auth.service.d.ts +16 -0
  926. package/dist/ccd-case-ui-toolkit/lib/shared/services/auth/auth.service.d.ts.map +1 -0
  927. package/dist/ccd-case-ui-toolkit/lib/shared/services/auth/index.d.ts +2 -0
  928. package/dist/ccd-case-ui-toolkit/lib/shared/services/auth/index.d.ts.map +1 -0
  929. package/dist/ccd-case-ui-toolkit/lib/shared/services/banners/banners.service.d.ts +15 -0
  930. package/dist/ccd-case-ui-toolkit/lib/shared/services/banners/banners.service.d.ts.map +1 -0
  931. package/dist/ccd-case-ui-toolkit/lib/shared/services/banners/index.d.ts +2 -0
  932. package/dist/ccd-case-ui-toolkit/lib/shared/services/banners/index.d.ts.map +1 -0
  933. package/dist/ccd-case-ui-toolkit/lib/shared/services/browser/browser.service.d.ts +9 -0
  934. package/dist/ccd-case-ui-toolkit/lib/shared/services/browser/browser.service.d.ts.map +1 -0
  935. package/dist/ccd-case-ui-toolkit/lib/shared/services/browser/index.d.ts +2 -0
  936. package/dist/ccd-case-ui-toolkit/lib/shared/services/browser/index.d.ts.map +1 -0
  937. package/dist/ccd-case-ui-toolkit/lib/shared/services/case-fields/case-field.service.d.ts +11 -0
  938. package/dist/ccd-case-ui-toolkit/lib/shared/services/case-fields/case-field.service.d.ts.map +1 -0
  939. package/dist/ccd-case-ui-toolkit/lib/shared/services/case-fields/format-translator.service.d.ts +16 -0
  940. package/dist/ccd-case-ui-toolkit/lib/shared/services/case-fields/format-translator.service.d.ts.map +1 -0
  941. package/dist/ccd-case-ui-toolkit/lib/shared/services/case-fields/index.d.ts +2 -0
  942. package/dist/ccd-case-ui-toolkit/lib/shared/services/case-fields/index.d.ts.map +1 -0
  943. package/dist/ccd-case-ui-toolkit/lib/shared/services/definitions/definitions.module.d.ts +7 -0
  944. package/dist/ccd-case-ui-toolkit/lib/shared/services/definitions/definitions.module.d.ts.map +1 -0
  945. package/dist/ccd-case-ui-toolkit/lib/shared/services/definitions/definitions.service.d.ts +16 -0
  946. package/dist/ccd-case-ui-toolkit/lib/shared/services/definitions/definitions.service.d.ts.map +1 -0
  947. package/dist/ccd-case-ui-toolkit/lib/shared/services/definitions/index.d.ts +3 -0
  948. package/dist/ccd-case-ui-toolkit/lib/shared/services/definitions/index.d.ts.map +1 -0
  949. package/dist/ccd-case-ui-toolkit/lib/shared/services/document-management/document-management.service.d.ts +34 -0
  950. package/dist/ccd-case-ui-toolkit/lib/shared/services/document-management/document-management.service.d.ts.map +1 -0
  951. package/dist/ccd-case-ui-toolkit/lib/shared/services/document-management/index.d.ts +2 -0
  952. package/dist/ccd-case-ui-toolkit/lib/shared/services/document-management/index.d.ts.map +1 -0
  953. package/dist/ccd-case-ui-toolkit/lib/shared/services/draft/draft.service.d.ts +25 -0
  954. package/dist/ccd-case-ui-toolkit/lib/shared/services/draft/draft.service.d.ts.map +1 -0
  955. package/dist/ccd-case-ui-toolkit/lib/shared/services/draft/index.d.ts +2 -0
  956. package/dist/ccd-case-ui-toolkit/lib/shared/services/draft/index.d.ts.map +1 -0
  957. package/dist/ccd-case-ui-toolkit/lib/shared/services/error/error-notifier.service.d.ts +10 -0
  958. package/dist/ccd-case-ui-toolkit/lib/shared/services/error/error-notifier.service.d.ts.map +1 -0
  959. package/dist/ccd-case-ui-toolkit/lib/shared/services/error/index.d.ts +2 -0
  960. package/dist/ccd-case-ui-toolkit/lib/shared/services/error/index.d.ts.map +1 -0
  961. package/dist/ccd-case-ui-toolkit/lib/shared/services/eventStatusService/event-status.service.d.ts +11 -0
  962. package/dist/ccd-case-ui-toolkit/lib/shared/services/eventStatusService/event-status.service.d.ts.map +1 -0
  963. package/dist/ccd-case-ui-toolkit/lib/shared/services/eventStatusService/index.d.ts +2 -0
  964. package/dist/ccd-case-ui-toolkit/lib/shared/services/eventStatusService/index.d.ts.map +1 -0
  965. package/dist/ccd-case-ui-toolkit/lib/shared/services/fields/fields.purger.d.ts +39 -0
  966. package/dist/ccd-case-ui-toolkit/lib/shared/services/fields/fields.purger.d.ts.map +1 -0
  967. package/dist/ccd-case-ui-toolkit/lib/shared/services/fields/fields.utils.d.ts +81 -0
  968. package/dist/ccd-case-ui-toolkit/lib/shared/services/fields/fields.utils.d.ts.map +1 -0
  969. package/dist/ccd-case-ui-toolkit/lib/shared/services/fields/index.d.ts +3 -0
  970. package/dist/ccd-case-ui-toolkit/lib/shared/services/fields/index.d.ts.map +1 -0
  971. package/dist/ccd-case-ui-toolkit/lib/shared/services/form/field-type-sanitiser.d.ts +29 -0
  972. package/dist/ccd-case-ui-toolkit/lib/shared/services/form/field-type-sanitiser.d.ts.map +1 -0
  973. package/dist/ccd-case-ui-toolkit/lib/shared/services/form/form-error.service.d.ts +12 -0
  974. package/dist/ccd-case-ui-toolkit/lib/shared/services/form/form-error.service.d.ts.map +1 -0
  975. package/dist/ccd-case-ui-toolkit/lib/shared/services/form/form-validators.service.d.ts +12 -0
  976. package/dist/ccd-case-ui-toolkit/lib/shared/services/form/form-validators.service.d.ts.map +1 -0
  977. package/dist/ccd-case-ui-toolkit/lib/shared/services/form/form-value.service.d.ts +172 -0
  978. package/dist/ccd-case-ui-toolkit/lib/shared/services/form/form-value.service.d.ts.map +1 -0
  979. package/dist/ccd-case-ui-toolkit/lib/shared/services/form/index.d.ts +5 -0
  980. package/dist/ccd-case-ui-toolkit/lib/shared/services/form/index.d.ts.map +1 -0
  981. package/dist/ccd-case-ui-toolkit/lib/shared/services/http/http-error.service.d.ts +19 -0
  982. package/dist/ccd-case-ui-toolkit/lib/shared/services/http/http-error.service.d.ts.map +1 -0
  983. package/dist/ccd-case-ui-toolkit/lib/shared/services/http/http.service.d.ts +60 -0
  984. package/dist/ccd-case-ui-toolkit/lib/shared/services/http/http.service.d.ts.map +1 -0
  985. package/dist/ccd-case-ui-toolkit/lib/shared/services/http/index.d.ts +3 -0
  986. package/dist/ccd-case-ui-toolkit/lib/shared/services/http/index.d.ts.map +1 -0
  987. package/dist/ccd-case-ui-toolkit/lib/shared/services/index.d.ts +29 -0
  988. package/dist/ccd-case-ui-toolkit/lib/shared/services/index.d.ts.map +1 -0
  989. package/dist/ccd-case-ui-toolkit/lib/shared/services/jurisdiction/index.d.ts +2 -0
  990. package/dist/ccd-case-ui-toolkit/lib/shared/services/jurisdiction/index.d.ts.map +1 -0
  991. package/dist/ccd-case-ui-toolkit/lib/shared/services/jurisdiction/jurisdiction.service.d.ts +11 -0
  992. package/dist/ccd-case-ui-toolkit/lib/shared/services/jurisdiction/jurisdiction.service.d.ts.map +1 -0
  993. package/dist/ccd-case-ui-toolkit/lib/shared/services/loading/index.d.ts +3 -0
  994. package/dist/ccd-case-ui-toolkit/lib/shared/services/loading/index.d.ts.map +1 -0
  995. package/dist/ccd-case-ui-toolkit/lib/shared/services/loading/loading.module.d.ts +7 -0
  996. package/dist/ccd-case-ui-toolkit/lib/shared/services/loading/loading.module.d.ts.map +1 -0
  997. package/dist/ccd-case-ui-toolkit/lib/shared/services/loading/loading.service.d.ts +16 -0
  998. package/dist/ccd-case-ui-toolkit/lib/shared/services/loading/loading.service.d.ts.map +1 -0
  999. package/dist/ccd-case-ui-toolkit/lib/shared/services/navigation/index.d.ts +3 -0
  1000. package/dist/ccd-case-ui-toolkit/lib/shared/services/navigation/index.d.ts.map +1 -0
  1001. package/dist/ccd-case-ui-toolkit/lib/shared/services/navigation/navigation-notifier.service.d.ts +10 -0
  1002. package/dist/ccd-case-ui-toolkit/lib/shared/services/navigation/navigation-notifier.service.d.ts.map +1 -0
  1003. package/dist/ccd-case-ui-toolkit/lib/shared/services/navigation/navigation-origin.model.d.ts +8 -0
  1004. package/dist/ccd-case-ui-toolkit/lib/shared/services/navigation/navigation-origin.model.d.ts.map +1 -0
  1005. package/dist/ccd-case-ui-toolkit/lib/shared/services/order/index.d.ts +2 -0
  1006. package/dist/ccd-case-ui-toolkit/lib/shared/services/order/index.d.ts.map +1 -0
  1007. package/dist/ccd-case-ui-toolkit/lib/shared/services/order/order.service.d.ts +19 -0
  1008. package/dist/ccd-case-ui-toolkit/lib/shared/services/order/order.service.d.ts.map +1 -0
  1009. package/dist/ccd-case-ui-toolkit/lib/shared/services/organisation/index.d.ts +2 -0
  1010. package/dist/ccd-case-ui-toolkit/lib/shared/services/organisation/index.d.ts.map +1 -0
  1011. package/dist/ccd-case-ui-toolkit/lib/shared/services/organisation/organisation.service.d.ts +53 -0
  1012. package/dist/ccd-case-ui-toolkit/lib/shared/services/organisation/organisation.service.d.ts.map +1 -0
  1013. package/dist/ccd-case-ui-toolkit/lib/shared/services/profile/index.d.ts +3 -0
  1014. package/dist/ccd-case-ui-toolkit/lib/shared/services/profile/index.d.ts.map +1 -0
  1015. package/dist/ccd-case-ui-toolkit/lib/shared/services/profile/profile.notifier.d.ts +11 -0
  1016. package/dist/ccd-case-ui-toolkit/lib/shared/services/profile/profile.notifier.d.ts.map +1 -0
  1017. package/dist/ccd-case-ui-toolkit/lib/shared/services/profile/profile.service.d.ts +16 -0
  1018. package/dist/ccd-case-ui-toolkit/lib/shared/services/profile/profile.service.d.ts.map +1 -0
  1019. package/dist/ccd-case-ui-toolkit/lib/shared/services/request/index.d.ts +2 -0
  1020. package/dist/ccd-case-ui-toolkit/lib/shared/services/request/index.d.ts.map +1 -0
  1021. package/dist/ccd-case-ui-toolkit/lib/shared/services/request/request.options.builder.d.ts +17 -0
  1022. package/dist/ccd-case-ui-toolkit/lib/shared/services/request/request.options.builder.d.ts.map +1 -0
  1023. package/dist/ccd-case-ui-toolkit/lib/shared/services/router/index.d.ts +2 -0
  1024. package/dist/ccd-case-ui-toolkit/lib/shared/services/router/index.d.ts.map +1 -0
  1025. package/dist/ccd-case-ui-toolkit/lib/shared/services/router/router-helper.service.d.ts +8 -0
  1026. package/dist/ccd-case-ui-toolkit/lib/shared/services/router/router-helper.service.d.ts.map +1 -0
  1027. package/dist/ccd-case-ui-toolkit/lib/shared/services/search/index.d.ts +2 -0
  1028. package/dist/ccd-case-ui-toolkit/lib/shared/services/search/index.d.ts.map +1 -0
  1029. package/dist/ccd-case-ui-toolkit/lib/shared/services/search/search.service.d.ts +32 -0
  1030. package/dist/ccd-case-ui-toolkit/lib/shared/services/search/search.service.d.ts.map +1 -0
  1031. package/dist/ccd-case-ui-toolkit/lib/shared/services/search-result/sorting/search-result-view-item-comparator-factory.d.ts +12 -0
  1032. package/dist/ccd-case-ui-toolkit/lib/shared/services/search-result/sorting/search-result-view-item-comparator-factory.d.ts.map +1 -0
  1033. package/dist/ccd-case-ui-toolkit/lib/shared/services/session/index.d.ts +2 -0
  1034. package/dist/ccd-case-ui-toolkit/lib/shared/services/session/index.d.ts.map +1 -0
  1035. package/dist/ccd-case-ui-toolkit/lib/shared/services/session/session-storage.service.d.ts +22 -0
  1036. package/dist/ccd-case-ui-toolkit/lib/shared/services/session/session-storage.service.d.ts.map +1 -0
  1037. package/dist/ccd-case-ui-toolkit/lib/shared/services/window/index.d.ts +2 -0
  1038. package/dist/ccd-case-ui-toolkit/lib/shared/services/window/index.d.ts.map +1 -0
  1039. package/dist/ccd-case-ui-toolkit/lib/shared/services/window/window.service.d.ts +15 -0
  1040. package/dist/ccd-case-ui-toolkit/lib/shared/services/window/window.service.d.ts.map +1 -0
  1041. package/dist/ccd-case-ui-toolkit/lib/shared/services/workbasket/index.d.ts +2 -0
  1042. package/dist/ccd-case-ui-toolkit/lib/shared/services/workbasket/index.d.ts.map +1 -0
  1043. package/dist/ccd-case-ui-toolkit/lib/shared/services/workbasket/workbasket-input-filter.service.d.ts +19 -0
  1044. package/dist/ccd-case-ui-toolkit/lib/shared/services/workbasket/workbasket-input-filter.service.d.ts.map +1 -0
  1045. package/dist/ccd-case-ui-toolkit/lib/shared/test/test-route-snapshot-builder.d.ts +11 -0
  1046. package/dist/ccd-case-ui-toolkit/lib/shared/test/test-route-snapshot-builder.d.ts.map +1 -0
  1047. package/dist/ccd-case-ui-toolkit/package.json +30 -0
  1048. package/dist/ccd-case-ui-toolkit/public-api.d.ts +3 -0
  1049. package/dist/ccd-case-ui-toolkit/public-api.d.ts.map +1 -0
  1050. package/package.json +1 -1
  1051. package/projects/ccd-case-ui-toolkit/ng-package.json +1 -1
@@ -0,0 +1,25 @@
1
+ import { Component } from '@angular/core';
2
+ import { AbstractFieldReadComponent } from '../base-field/abstract-field-read.component';
3
+ import * as i0 from "@angular/core";
4
+ import * as i1 from "../../../pipes/case-reference/case-reference.pipe";
5
+ export class ReadNumberFieldComponent extends AbstractFieldReadComponent {
6
+ }
7
+ ReadNumberFieldComponent.ɵfac = function ReadNumberFieldComponent_Factory(t) { return ɵReadNumberFieldComponent_BaseFactory(t || ReadNumberFieldComponent); };
8
+ ReadNumberFieldComponent.ɵcmp = i0.ɵɵdefineComponent({ type: ReadNumberFieldComponent, selectors: [["ccd-read-number-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 3, vars: 3, consts: [[1, "text-16"]], template: function ReadNumberFieldComponent_Template(rf, ctx) { if (rf & 1) {
9
+ i0.ɵɵelementStart(0, "span", 0);
10
+ i0.ɵɵtext(1);
11
+ i0.ɵɵpipe(2, "ccdCaseReference");
12
+ i0.ɵɵelementEnd();
13
+ } if (rf & 2) {
14
+ i0.ɵɵadvance(1);
15
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, ctx.caseField.value));
16
+ } }, pipes: [i1.CaseReferencePipe], encapsulation: 2 });
17
+ const ɵReadNumberFieldComponent_BaseFactory = /*@__PURE__*/ i0.ɵɵgetInheritedFactory(ReadNumberFieldComponent);
18
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReadNumberFieldComponent, [{
19
+ type: Component,
20
+ args: [{
21
+ selector: 'ccd-read-number-field',
22
+ template: `<span class="text-16">{{caseField.value | ccdCaseReference}}</span>`
23
+ }]
24
+ }], null, null); })();
25
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVhZC1udW1iZXItZmllbGQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2NkLWNhc2UtdWktdG9vbGtpdC9zcmMvbGliL3NoYXJlZC9jb21wb25lbnRzL3BhbGV0dGUvbnVtYmVyL3JlYWQtbnVtYmVyLWZpZWxkLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFDLE9BQU8sRUFBRSwwQkFBMEIsRUFBRSxNQUFNLDZDQUE2QyxDQUFDOzs7QUFNekYsTUFBTSxPQUFPLHdCQUF5QixTQUFRLDBCQUEwQjs7aUlBQTNELHdCQUF3Qjs2REFBeEIsd0JBQXdCO1FBRnhCLCtCQUFzQjtRQUFBLFlBQXNDOztRQUFBLGlCQUFPOztRQUE3QyxlQUFzQztRQUF0QywrREFBc0M7O3FGQUU1RCx3QkFBd0I7dUZBQXhCLHdCQUF3QjtjQUpwQyxTQUFTO2VBQUM7Z0JBQ1QsUUFBUSxFQUFFLHVCQUF1QjtnQkFDakMsUUFBUSxFQUFFLHFFQUFxRTthQUNoRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQWJzdHJhY3RGaWVsZFJlYWRDb21wb25lbnQgfSBmcm9tICcuLi9iYXNlLWZpZWxkL2Fic3RyYWN0LWZpZWxkLXJlYWQuY29tcG9uZW50JztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnY2NkLXJlYWQtbnVtYmVyLWZpZWxkJyxcbiAgdGVtcGxhdGU6IGA8c3BhbiBjbGFzcz1cInRleHQtMTZcIj57e2Nhc2VGaWVsZC52YWx1ZSB8IGNjZENhc2VSZWZlcmVuY2V9fTwvc3Bhbj5gXG59KVxuZXhwb3J0IGNsYXNzIFJlYWROdW1iZXJGaWVsZENvbXBvbmVudCBleHRlbmRzIEFic3RyYWN0RmllbGRSZWFkQ29tcG9uZW50IHt9XG4iXX0=
@@ -0,0 +1,76 @@
1
+ import { Component } from '@angular/core';
2
+ import { FormControl } from '@angular/forms';
3
+ import { AbstractFieldWriteComponent } from '../base-field/abstract-field-write.component';
4
+ import * as i0 from "@angular/core";
5
+ import * as i1 from "@angular/common";
6
+ import * as i2 from "@angular/forms";
7
+ import * as i3 from "../utils/field-label.pipe";
8
+ import * as i4 from "../utils/first-error.pipe";
9
+ function WriteNumberFieldComponent_span_2_Template(rf, ctx) { if (rf & 1) {
10
+ i0.ɵɵelementStart(0, "span", 6);
11
+ i0.ɵɵtext(1);
12
+ i0.ɵɵpipe(2, "ccdFieldLabel");
13
+ i0.ɵɵelementEnd();
14
+ } if (rf & 2) {
15
+ const ctx_r0 = i0.ɵɵnextContext();
16
+ i0.ɵɵadvance(1);
17
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, ctx_r0.caseField));
18
+ } }
19
+ function WriteNumberFieldComponent_span_3_Template(rf, ctx) { if (rf & 1) {
20
+ i0.ɵɵelementStart(0, "span", 7);
21
+ i0.ɵɵtext(1);
22
+ i0.ɵɵelementEnd();
23
+ } if (rf & 2) {
24
+ const ctx_r1 = i0.ɵɵnextContext();
25
+ i0.ɵɵadvance(1);
26
+ i0.ɵɵtextInterpolate(ctx_r1.caseField.hint_text);
27
+ } }
28
+ function WriteNumberFieldComponent_span_4_Template(rf, ctx) { if (rf & 1) {
29
+ i0.ɵɵelementStart(0, "span", 8);
30
+ i0.ɵɵtext(1);
31
+ i0.ɵɵpipe(2, "ccdFirstError");
32
+ i0.ɵɵelementEnd();
33
+ } if (rf & 2) {
34
+ const ctx_r2 = i0.ɵɵnextContext();
35
+ i0.ɵɵadvance(1);
36
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind2(2, 1, ctx_r2.numberControl.errors, ctx_r2.caseField.label));
37
+ } }
38
+ const _c0 = function (a0) { return { "form-group-error": a0 }; };
39
+ const _c1 = function (a0) { return { "govuk-input--error": a0 }; };
40
+ export class WriteNumberFieldComponent extends AbstractFieldWriteComponent {
41
+ ngOnInit() {
42
+ this.numberControl = this.registerControl(new FormControl(this.caseField.value));
43
+ }
44
+ }
45
+ WriteNumberFieldComponent.ɵfac = function WriteNumberFieldComponent_Factory(t) { return ɵWriteNumberFieldComponent_BaseFactory(t || WriteNumberFieldComponent); };
46
+ WriteNumberFieldComponent.ɵcmp = i0.ɵɵdefineComponent({ type: WriteNumberFieldComponent, selectors: [["ccd-write-number-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 6, vars: 12, consts: [[1, "form-group", 3, "ngClass"], [3, "for"], ["class", "form-label", 4, "ngIf"], ["class", "form-hint", 4, "ngIf"], ["class", "error-message", 4, "ngIf"], ["type", "number", 1, "form-control", "bottom-30", 3, "ngClass", "id", "formControl"], [1, "form-label"], [1, "form-hint"], [1, "error-message"]], template: function WriteNumberFieldComponent_Template(rf, ctx) { if (rf & 1) {
47
+ i0.ɵɵelementStart(0, "div", 0);
48
+ i0.ɵɵelementStart(1, "label", 1);
49
+ i0.ɵɵtemplate(2, WriteNumberFieldComponent_span_2_Template, 3, 3, "span", 2);
50
+ i0.ɵɵelementEnd();
51
+ i0.ɵɵtemplate(3, WriteNumberFieldComponent_span_3_Template, 2, 1, "span", 3);
52
+ i0.ɵɵtemplate(4, WriteNumberFieldComponent_span_4_Template, 3, 4, "span", 4);
53
+ i0.ɵɵelement(5, "input", 5);
54
+ i0.ɵɵelementEnd();
55
+ } if (rf & 2) {
56
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(8, _c0, !ctx.numberControl.valid && ctx.numberControl.dirty));
57
+ i0.ɵɵadvance(1);
58
+ i0.ɵɵproperty("for", ctx.id());
59
+ i0.ɵɵadvance(1);
60
+ i0.ɵɵproperty("ngIf", ctx.caseField.label);
61
+ i0.ɵɵadvance(1);
62
+ i0.ɵɵproperty("ngIf", ctx.caseField.hint_text);
63
+ i0.ɵɵadvance(1);
64
+ i0.ɵɵproperty("ngIf", ctx.numberControl.errors && ctx.numberControl.dirty);
65
+ i0.ɵɵadvance(1);
66
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(10, _c1, ctx.numberControl.errors && ctx.numberControl.dirty))("id", ctx.id())("formControl", ctx.numberControl);
67
+ } }, directives: [i1.NgClass, i1.NgIf, i2.NumberValueAccessor, i2.DefaultValueAccessor, i2.NgControlStatus, i2.FormControlDirective], pipes: [i3.FieldLabelPipe, i4.FirstErrorPipe], encapsulation: 2 });
68
+ const ɵWriteNumberFieldComponent_BaseFactory = /*@__PURE__*/ i0.ɵɵgetInheritedFactory(WriteNumberFieldComponent);
69
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WriteNumberFieldComponent, [{
70
+ type: Component,
71
+ args: [{
72
+ selector: 'ccd-write-number-field',
73
+ templateUrl: './write-number-field.html'
74
+ }]
75
+ }], null, null); })();
76
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid3JpdGUtbnVtYmVyLWZpZWxkLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NjZC1jYXNlLXVpLXRvb2xraXQvc3JjL2xpYi9zaGFyZWQvY29tcG9uZW50cy9wYWxldHRlL251bWJlci93cml0ZS1udW1iZXItZmllbGQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2NkLWNhc2UtdWktdG9vbGtpdC9zcmMvbGliL3NoYXJlZC9jb21wb25lbnRzL3BhbGV0dGUvbnVtYmVyL3dyaXRlLW51bWJlci1maWVsZC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQVUsTUFBTSxlQUFlLENBQUM7QUFDbEQsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQzdDLE9BQU8sRUFBRSwyQkFBMkIsRUFBRSxNQUFNLDhDQUE4QyxDQUFDOzs7Ozs7O0lDQ3ZGLCtCQUFpRDtJQUFBLFlBQTZCOztJQUFBLGlCQUFPOzs7SUFBcEMsZUFBNkI7SUFBN0IsNERBQTZCOzs7SUFFaEYsK0JBQW9EO0lBQUEsWUFBdUI7SUFBQSxpQkFBTzs7O0lBQTlCLGVBQXVCO0lBQXZCLGdEQUF1Qjs7O0lBQzNFLCtCQUFnRjtJQUFBLFlBQXdEOztJQUFBLGlCQUFPOzs7SUFBL0QsZUFBd0Q7SUFBeEQsK0ZBQXdEOzs7O0FERTFJLE1BQU0sT0FBTyx5QkFBMEIsU0FBUSwyQkFBMkI7SUFJakUsUUFBUTtRQUNiLElBQUksQ0FBQyxhQUFhLEdBQUcsSUFBSSxDQUFDLGVBQWUsQ0FBQyxJQUFJLFdBQVcsQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFDLEtBQUssQ0FBQyxDQUFnQixDQUFDO0lBQ2xHLENBQUM7O29JQU5VLHlCQUF5Qjs4REFBekIseUJBQXlCO1FDUnRDLDhCQUFzRztRQUVwRyxnQ0FBb0I7UUFDbEIsNEVBQXFGO1FBQ3ZGLGlCQUFRO1FBQ1IsNEVBQWtGO1FBQ2xGLDRFQUErSTtRQUUvSSwyQkFDeUQ7UUFFM0QsaUJBQU07O1FBWGtCLHlHQUE2RTtRQUU1RixlQUFZO1FBQVosOEJBQVk7UUFDUyxlQUFxQjtRQUFyQiwwQ0FBcUI7UUFFeEIsZUFBeUI7UUFBekIsOENBQXlCO1FBQ3JCLGVBQWlEO1FBQWpELDBFQUFpRDtRQUV4QyxlQUErRTtRQUEvRSwwR0FBK0UsZ0JBQUEsa0NBQUE7O3NGREExRyx5QkFBeUI7dUZBQXpCLHlCQUF5QjtjQUpyQyxTQUFTO2VBQUM7Z0JBQ1QsUUFBUSxFQUFFLHdCQUF3QjtnQkFDbEMsV0FBVyxFQUFFLDJCQUEyQjthQUN6QyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBGb3JtQ29udHJvbCB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IEFic3RyYWN0RmllbGRXcml0ZUNvbXBvbmVudCB9IGZyb20gJy4uL2Jhc2UtZmllbGQvYWJzdHJhY3QtZmllbGQtd3JpdGUuY29tcG9uZW50JztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnY2NkLXdyaXRlLW51bWJlci1maWVsZCcsXG4gIHRlbXBsYXRlVXJsOiAnLi93cml0ZS1udW1iZXItZmllbGQuaHRtbCdcbn0pXG5leHBvcnQgY2xhc3MgV3JpdGVOdW1iZXJGaWVsZENvbXBvbmVudCBleHRlbmRzIEFic3RyYWN0RmllbGRXcml0ZUNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG5cbiAgcHVibGljIG51bWJlckNvbnRyb2w6IEZvcm1Db250cm9sO1xuXG4gIHB1YmxpYyBuZ09uSW5pdCgpIHtcbiAgICB0aGlzLm51bWJlckNvbnRyb2wgPSB0aGlzLnJlZ2lzdGVyQ29udHJvbChuZXcgRm9ybUNvbnRyb2wodGhpcy5jYXNlRmllbGQudmFsdWUpKSBhcyBGb3JtQ29udHJvbDtcbiAgfVxufVxuIiwiPGRpdiBjbGFzcz1cImZvcm0tZ3JvdXBcIiBbbmdDbGFzc109XCJ7J2Zvcm0tZ3JvdXAtZXJyb3InOiAhbnVtYmVyQ29udHJvbC52YWxpZCAmJiBudW1iZXJDb250cm9sLmRpcnR5fVwiPlxuXG4gIDxsYWJlbCBbZm9yXT1cImlkKClcIj5cbiAgICA8c3BhbiBjbGFzcz1cImZvcm0tbGFiZWxcIiAqbmdJZj1cImNhc2VGaWVsZC5sYWJlbFwiPnt7Y2FzZUZpZWxkIHwgY2NkRmllbGRMYWJlbH19PC9zcGFuPlxuICA8L2xhYmVsPlxuICA8c3BhbiBjbGFzcz1cImZvcm0taGludFwiICpuZ0lmPVwiY2FzZUZpZWxkLmhpbnRfdGV4dFwiPnt7Y2FzZUZpZWxkLmhpbnRfdGV4dH19PC9zcGFuPlxuICA8c3BhbiBjbGFzcz1cImVycm9yLW1lc3NhZ2VcIiAqbmdJZj1cIm51bWJlckNvbnRyb2wuZXJyb3JzICYmIG51bWJlckNvbnRyb2wuZGlydHlcIj57e251bWJlckNvbnRyb2wuZXJyb3JzIHwgY2NkRmlyc3RFcnJvcjpjYXNlRmllbGQubGFiZWx9fTwvc3Bhbj5cblxuICA8aW5wdXQgY2xhc3M9XCJmb3JtLWNvbnRyb2wgYm90dG9tLTMwXCIgW25nQ2xhc3NdPVwieydnb3Z1ay1pbnB1dC0tZXJyb3InOiBudW1iZXJDb250cm9sLmVycm9ycyAmJiBudW1iZXJDb250cm9sLmRpcnR5fVwiXG4gICBbaWRdPVwiaWQoKVwiIHR5cGU9XCJudW1iZXJcIiBbZm9ybUNvbnRyb2xdPVwibnVtYmVyQ29udHJvbFwiPlxuXG48L2Rpdj5cbiJdfQ==
@@ -0,0 +1,3 @@
1
+ export class FeeValue {
2
+ }
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmVlLXZhbHVlLm1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2NkLWNhc2UtdWktdG9vbGtpdC9zcmMvbGliL3NoYXJlZC9jb21wb25lbnRzL3BhbGV0dGUvb3JkZXItc3VtbWFyeS9mZWUtdmFsdWUubW9kZWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUEsTUFBTSxPQUFPLFFBQVE7Q0FFcEIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBGZWUgfSBmcm9tICcuL2ZlZS5tb2RlbCc7XG5cbmV4cG9ydCBjbGFzcyBGZWVWYWx1ZSB7XG4gICAgcHVibGljIHZhbHVlOiBGZWU7XG59XG4iXX0=
@@ -0,0 +1,3 @@
1
+ export class Fee {
2
+ }
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmVlLm1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2NkLWNhc2UtdWktdG9vbGtpdC9zcmMvbGliL3NoYXJlZC9jb21wb25lbnRzL3BhbGV0dGUvb3JkZXItc3VtbWFyeS9mZWUubW9kZWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsTUFBTSxPQUFPLEdBQUc7Q0FLZiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBjbGFzcyBGZWUge1xuICAgIHB1YmxpYyBGZWVDb2RlOiBzdHJpbmc7XG4gICAgcHVibGljIEZlZUFtb3VudDogc3RyaW5nO1xuICAgIHB1YmxpYyBGZWVEZXNjcmlwdGlvbj86IHN0cmluZztcbiAgICBwdWJsaWMgRmVlVmVyc2lvbjogc3RyaW5nO1xufVxuIl19
@@ -0,0 +1,7 @@
1
+ export * from './fee-value.model';
2
+ export * from './fee.model';
3
+ export * from './order-summary.model';
4
+ export * from './read-order-summary-field.component';
5
+ export * from './read-order-summary-row.component';
6
+ export * from './write-order-summary-field.component';
7
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jY2QtY2FzZS11aS10b29sa2l0L3NyYy9saWIvc2hhcmVkL2NvbXBvbmVudHMvcGFsZXR0ZS9vcmRlci1zdW1tYXJ5L2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsbUJBQW1CLENBQUM7QUFDbEMsY0FBYyxhQUFhLENBQUM7QUFDNUIsY0FBYyx1QkFBdUIsQ0FBQztBQUN0QyxjQUFjLHNDQUFzQyxDQUFDO0FBQ3JELGNBQWMsb0NBQW9DLENBQUM7QUFDbkQsY0FBYyx1Q0FBdUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vZmVlLXZhbHVlLm1vZGVsJztcbmV4cG9ydCAqIGZyb20gJy4vZmVlLm1vZGVsJztcbmV4cG9ydCAqIGZyb20gJy4vb3JkZXItc3VtbWFyeS5tb2RlbCc7XG5leHBvcnQgKiBmcm9tICcuL3JlYWQtb3JkZXItc3VtbWFyeS1maWVsZC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9yZWFkLW9yZGVyLXN1bW1hcnktcm93LmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL3dyaXRlLW9yZGVyLXN1bW1hcnktZmllbGQuY29tcG9uZW50JztcbiJdfQ==
@@ -0,0 +1,3 @@
1
+ export class OrderSummary {
2
+ }
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3JkZXItc3VtbWFyeS5tb2RlbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NjZC1jYXNlLXVpLXRvb2xraXQvc3JjL2xpYi9zaGFyZWQvY29tcG9uZW50cy9wYWxldHRlL29yZGVyLXN1bW1hcnkvb3JkZXItc3VtbWFyeS5tb2RlbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQSxNQUFNLE9BQU8sWUFBWTtDQUl4QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEZlZVZhbHVlIH0gZnJvbSAnLi9mZWUtdmFsdWUubW9kZWwnO1xuXG5leHBvcnQgY2xhc3MgT3JkZXJTdW1tYXJ5IHtcbiAgICBwdWJsaWMgUGF5bWVudFJlZmVyZW5jZTogc3RyaW5nO1xuICAgIHB1YmxpYyBGZWVzOiBGZWVWYWx1ZVtdO1xuICAgIHB1YmxpYyBQYXltZW50VG90YWw6IHN0cmluZztcbn1cbiJdfQ==
@@ -0,0 +1,71 @@
1
+ import { Component } from '@angular/core';
2
+ import { AbstractFieldReadComponent } from '../base-field/abstract-field-read.component';
3
+ import * as i0 from "@angular/core";
4
+ import * as i1 from "@angular/common";
5
+ import * as i2 from "../money-gbp/read-money-gbp-field.component";
6
+ import * as i3 from "./read-order-summary-row.component";
7
+ function ReadOrderSummaryFieldComponent_tr_13_Template(rf, ctx) { if (rf & 1) {
8
+ i0.ɵɵelement(0, "tr", 6);
9
+ } if (rf & 2) {
10
+ const feeValue_r1 = ctx.$implicit;
11
+ i0.ɵɵproperty("feeValue", feeValue_r1);
12
+ } }
13
+ export class ReadOrderSummaryFieldComponent extends AbstractFieldReadComponent {
14
+ getFees() {
15
+ return this.caseField.value ? this.caseField.value.Fees : [];
16
+ }
17
+ getPaymentTotal() {
18
+ return this.caseField.value ? this.caseField.value.PaymentTotal : '';
19
+ }
20
+ }
21
+ ReadOrderSummaryFieldComponent.ɵfac = function ReadOrderSummaryFieldComponent_Factory(t) { return ɵReadOrderSummaryFieldComponent_BaseFactory(t || ReadOrderSummaryFieldComponent); };
22
+ ReadOrderSummaryFieldComponent.ɵcmp = i0.ɵɵdefineComponent({ type: ReadOrderSummaryFieldComponent, selectors: [["ccd-read-order-summary-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 20, vars: 2, consts: [[1, "order-summary-title"], ["aria-describedby", "order summary table"], ["id", "hiddenHeader", 2, "display", "none"], ["ccdReadOrderSummaryRow", "", 3, "feeValue", 4, "ngFor", "ngForOf"], [1, "payment-total"], [3, "amount"], ["ccdReadOrderSummaryRow", "", 3, "feeValue"]], template: function ReadOrderSummaryFieldComponent_Template(rf, ctx) { if (rf & 1) {
23
+ i0.ɵɵelementStart(0, "div", 0);
24
+ i0.ɵɵtext(1, "Order Summary");
25
+ i0.ɵɵelementEnd();
26
+ i0.ɵɵelementStart(2, "table", 1);
27
+ i0.ɵɵelementStart(3, "thead");
28
+ i0.ɵɵelementStart(4, "tr");
29
+ i0.ɵɵelement(5, "th", 2);
30
+ i0.ɵɵelementStart(6, "td");
31
+ i0.ɵɵtext(7, "Code");
32
+ i0.ɵɵelementEnd();
33
+ i0.ɵɵelementStart(8, "td");
34
+ i0.ɵɵtext(9, "Description");
35
+ i0.ɵɵelementEnd();
36
+ i0.ɵɵelementStart(10, "td");
37
+ i0.ɵɵtext(11, "Amount");
38
+ i0.ɵɵelementEnd();
39
+ i0.ɵɵelementEnd();
40
+ i0.ɵɵelementEnd();
41
+ i0.ɵɵelementStart(12, "tbody");
42
+ i0.ɵɵtemplate(13, ReadOrderSummaryFieldComponent_tr_13_Template, 1, 1, "tr", 3);
43
+ i0.ɵɵelementStart(14, "tr");
44
+ i0.ɵɵelement(15, "td");
45
+ i0.ɵɵelementStart(16, "td", 4);
46
+ i0.ɵɵtext(17, "Total");
47
+ i0.ɵɵelementEnd();
48
+ i0.ɵɵelementStart(18, "td");
49
+ i0.ɵɵelement(19, "ccd-read-money-gbp-field", 5);
50
+ i0.ɵɵelementEnd();
51
+ i0.ɵɵelementEnd();
52
+ i0.ɵɵelementEnd();
53
+ i0.ɵɵelementEnd();
54
+ } if (rf & 2) {
55
+ i0.ɵɵadvance(13);
56
+ i0.ɵɵproperty("ngForOf", ctx.getFees());
57
+ i0.ɵɵadvance(6);
58
+ i0.ɵɵproperty("amount", ctx.getPaymentTotal());
59
+ } }, directives: [i1.NgForOf, i2.ReadMoneyGbpFieldComponent, i3.ReadOrderSummaryRowComponent], styles: [".order-summary-title[_ngcontent-%COMP%]{border:0;font-family:nta,Arial,sans-serif;font-weight:700;text-transform:none;font-size:18px;line-height:1.2}@media (min-width:641px){.order-summary-title[_ngcontent-%COMP%]{font-size:24px;line-height:1.25}}table[_ngcontent-%COMP%]{margin-bottom:23px}table[_ngcontent-%COMP%] thead[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] td[_ngcontent-%COMP%]{margin:0;border-bottom:1px solid #0b0c0c;padding-top:41px;padding-bottom:36px;font-family:nta,Arial,sans-serif;font-weight:700;text-transform:none;font-size:14px;line-height:1.1428571429}@media (min-width:641px){table[_ngcontent-%COMP%] thead[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] td[_ngcontent-%COMP%]{font-size:16px;line-height:1.25}}table[_ngcontent-%COMP%] thead[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] td[_ngcontent-%COMP%]:nth-child(3){text-align:right}table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] td[_ngcontent-%COMP%]{padding-top:12px;padding-bottom:12px;margin:0;border-bottom:1px solid #0b0c0c;font-family:nta,Arial,sans-serif;font-weight:400;text-transform:none;font-size:14px;line-height:1.1428571429}@media (min-width:641px){table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] td[_ngcontent-%COMP%]{font-size:16px;line-height:1.25}}table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] td[_ngcontent-%COMP%]:first-child{width:20px}table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] td[_ngcontent-%COMP%]:nth-child(2){width:70%}table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%] td[_ngcontent-%COMP%]:nth-child(3){text-align:right;width:10%}table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%]:last-child td[_ngcontent-%COMP%]:first-child{border-bottom:0}table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%]:last-child td[_ngcontent-%COMP%]:nth-child(2){font-family:nta,Arial,sans-serif;font-weight:700;text-transform:none;font-size:14px;line-height:1.1428571429;text-align:right;border-bottom:0}@media (min-width:641px){table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] tr[_ngcontent-%COMP%]:last-child td[_ngcontent-%COMP%]:nth-child(2){font-size:16px;line-height:1.25}}"] });
60
+ const ɵReadOrderSummaryFieldComponent_BaseFactory = /*@__PURE__*/ i0.ɵɵgetInheritedFactory(ReadOrderSummaryFieldComponent);
61
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReadOrderSummaryFieldComponent, [{
62
+ type: Component,
63
+ args: [{
64
+ selector: 'ccd-read-order-summary-field',
65
+ templateUrl: './read-order-summary-field.html',
66
+ styleUrls: [
67
+ './read-order-summary-field.scss'
68
+ ],
69
+ }]
70
+ }], null, null); })();
71
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVhZC1vcmRlci1zdW1tYXJ5LWZpZWxkLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NjZC1jYXNlLXVpLXRvb2xraXQvc3JjL2xpYi9zaGFyZWQvY29tcG9uZW50cy9wYWxldHRlL29yZGVyLXN1bW1hcnkvcmVhZC1vcmRlci1zdW1tYXJ5LWZpZWxkLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NjZC1jYXNlLXVpLXRvb2xraXQvc3JjL2xpYi9zaGFyZWQvY29tcG9uZW50cy9wYWxldHRlL29yZGVyLXN1bW1hcnkvcmVhZC1vcmRlci1zdW1tYXJ5LWZpZWxkLmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxQyxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSw2Q0FBNkMsQ0FBQzs7Ozs7O0lDS2pGLHdCQUF5Rjs7O0lBQTNCLHNDQUFxQjs7QURLM0YsTUFBTSxPQUFPLDhCQUErQixTQUFRLDBCQUEwQjtJQUVyRSxPQUFPO1FBQ1osT0FBTyxJQUFJLENBQUMsU0FBUyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUM7SUFDL0QsQ0FBQztJQUVNLGVBQWU7UUFDcEIsT0FBTyxJQUFJLENBQUMsU0FBUyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxLQUFLLENBQUMsWUFBWSxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUM7SUFDdkUsQ0FBQzs7bUpBUlUsOEJBQThCO21FQUE5Qiw4QkFBOEI7UUNYM0MsOEJBQWlDO1FBQUEsNkJBQWE7UUFBQSxpQkFBTTtRQUNwRCxnQ0FBOEM7UUFDMUMsNkJBQU87UUFDTCwwQkFBSTtRQUFBLHdCQUFrRDtRQUFBLDBCQUFJO1FBQUEsb0JBQUk7UUFBQSxpQkFBSztRQUFBLDBCQUFJO1FBQUEsMkJBQVc7UUFBQSxpQkFBSztRQUFBLDJCQUFJO1FBQUEsdUJBQU07UUFBQSxpQkFBSztRQUFBLGlCQUFLO1FBQzdHLGlCQUFRO1FBQ1IsOEJBQU87UUFDSCwrRUFBeUY7UUFDekYsMkJBQUk7UUFDQSxzQkFBUztRQUNULDhCQUEwQjtRQUFBLHNCQUFLO1FBQUEsaUJBQUs7UUFDcEMsMkJBQUk7UUFBQSwrQ0FBa0Y7UUFBQSxpQkFBSztRQUMvRixpQkFBSztRQUNULGlCQUFRO1FBQ1osaUJBQVE7O1FBUGdELGdCQUFZO1FBQVosdUNBQVk7UUFJMUIsZUFBNEI7UUFBNUIsOENBQTRCOzsyRkRDekQsOEJBQThCO3VGQUE5Qiw4QkFBOEI7Y0FQMUMsU0FBUztlQUFDO2dCQUNULFFBQVEsRUFBRSw4QkFBOEI7Z0JBQ3hDLFdBQVcsRUFBRSxpQ0FBaUM7Z0JBQzlDLFNBQVMsRUFBRTtvQkFDVCxpQ0FBaUM7aUJBQ2xDO2FBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEFic3RyYWN0RmllbGRSZWFkQ29tcG9uZW50IH0gZnJvbSAnLi4vYmFzZS1maWVsZC9hYnN0cmFjdC1maWVsZC1yZWFkLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBGZWVWYWx1ZSB9IGZyb20gJy4vZmVlLXZhbHVlLm1vZGVsJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnY2NkLXJlYWQtb3JkZXItc3VtbWFyeS1maWVsZCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9yZWFkLW9yZGVyLXN1bW1hcnktZmllbGQuaHRtbCcsXG4gIHN0eWxlVXJsczogW1xuICAgICcuL3JlYWQtb3JkZXItc3VtbWFyeS1maWVsZC5zY3NzJ1xuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBSZWFkT3JkZXJTdW1tYXJ5RmllbGRDb21wb25lbnQgZXh0ZW5kcyBBYnN0cmFjdEZpZWxkUmVhZENvbXBvbmVudCB7XG5cbiAgcHVibGljIGdldEZlZXMoKTogRmVlVmFsdWVbXSB7XG4gICAgcmV0dXJuIHRoaXMuY2FzZUZpZWxkLnZhbHVlID8gdGhpcy5jYXNlRmllbGQudmFsdWUuRmVlcyA6IFtdO1xuICB9XG5cbiAgcHVibGljIGdldFBheW1lbnRUb3RhbCgpOiBzdHJpbmcge1xuICAgIHJldHVybiB0aGlzLmNhc2VGaWVsZC52YWx1ZSA/IHRoaXMuY2FzZUZpZWxkLnZhbHVlLlBheW1lbnRUb3RhbCA6ICcnO1xuICB9XG59XG4iLCI8ZGl2IGNsYXNzPVwib3JkZXItc3VtbWFyeS10aXRsZVwiPk9yZGVyIFN1bW1hcnk8L2Rpdj5cbjx0YWJsZSBhcmlhLWRlc2NyaWJlZGJ5PVwib3JkZXIgc3VtbWFyeSB0YWJsZVwiPlxuICAgIDx0aGVhZD5cbiAgICAgIDx0cj48dGggaWQ9XCJoaWRkZW5IZWFkZXJcIiBzdHlsZT1cImRpc3BsYXk6IG5vbmU7XCI+PC90aD48dGQ+Q29kZTwvdGQ+PHRkPkRlc2NyaXB0aW9uPC90ZD48dGQ+QW1vdW50PC90ZD48L3RyPlxuICAgIDwvdGhlYWQ+XG4gICAgPHRib2R5PlxuICAgICAgICA8dHIgY2NkUmVhZE9yZGVyU3VtbWFyeVJvdyAqbmdGb3I9XCJsZXQgZmVlVmFsdWUgb2YgZ2V0RmVlcygpXCIgW2ZlZVZhbHVlXT1cImZlZVZhbHVlXCI+PC90cj5cbiAgICAgICAgPHRyPlxuICAgICAgICAgICAgPHRkPjwvdGQ+XG4gICAgICAgICAgICA8dGQgY2xhc3M9XCJwYXltZW50LXRvdGFsXCI+VG90YWw8L3RkPlxuICAgICAgICAgICAgPHRkPjxjY2QtcmVhZC1tb25leS1nYnAtZmllbGQgW2Ftb3VudF09XCJnZXRQYXltZW50VG90YWwoKVwiPjwvY2NkLXJlYWQtbW9uZXktZ2JwLWZpZWxkPjwvdGQ+XG4gICAgICAgIDwvdHI+XG4gICAgPC90Ym9keT5cbjwvdGFibGU+XG4iXX0=
@@ -0,0 +1,51 @@
1
+ import { Component, Input } from '@angular/core';
2
+ import { AbstractFieldReadComponent } from '../base-field/abstract-field-read.component';
3
+ import { FeeValue } from './fee-value.model';
4
+ import * as i0 from "@angular/core";
5
+ import * as i1 from "../money-gbp/read-money-gbp-field.component";
6
+ const _c0 = ["ccdReadOrderSummaryRow", ""];
7
+ export class ReadOrderSummaryRowComponent extends AbstractFieldReadComponent {
8
+ ngOnInit() {
9
+ // We don't want to register this if we don't have a caseField
10
+ if (this.caseField) {
11
+ super.ngOnInit();
12
+ }
13
+ }
14
+ getFeeAmount() {
15
+ return this.feeValue.value ? this.feeValue.value.FeeAmount : '';
16
+ }
17
+ }
18
+ ReadOrderSummaryRowComponent.ɵfac = function ReadOrderSummaryRowComponent_Factory(t) { return ɵReadOrderSummaryRowComponent_BaseFactory(t || ReadOrderSummaryRowComponent); };
19
+ ReadOrderSummaryRowComponent.ɵcmp = i0.ɵɵdefineComponent({ type: ReadOrderSummaryRowComponent, selectors: [["", "ccdReadOrderSummaryRow", ""]], inputs: { feeValue: "feeValue" }, features: [i0.ɵɵInheritDefinitionFeature], attrs: _c0, decls: 6, vars: 3, consts: [[3, "amount"]], template: function ReadOrderSummaryRowComponent_Template(rf, ctx) { if (rf & 1) {
20
+ i0.ɵɵelementStart(0, "td");
21
+ i0.ɵɵtext(1);
22
+ i0.ɵɵelementEnd();
23
+ i0.ɵɵelementStart(2, "td");
24
+ i0.ɵɵtext(3);
25
+ i0.ɵɵelementEnd();
26
+ i0.ɵɵelementStart(4, "td");
27
+ i0.ɵɵelement(5, "ccd-read-money-gbp-field", 0);
28
+ i0.ɵɵelementEnd();
29
+ } if (rf & 2) {
30
+ i0.ɵɵadvance(1);
31
+ i0.ɵɵtextInterpolate(ctx.feeValue.value.FeeCode);
32
+ i0.ɵɵadvance(2);
33
+ i0.ɵɵtextInterpolate(ctx.feeValue.value.FeeDescription);
34
+ i0.ɵɵadvance(2);
35
+ i0.ɵɵproperty("amount", ctx.getFeeAmount());
36
+ } }, directives: [i1.ReadMoneyGbpFieldComponent], styles: ["td[_ngcontent-%COMP%]{padding-top:12px;padding-bottom:12px;margin:0;border-bottom:1px solid #0b0c0c;font-family:nta,Arial,sans-serif;font-weight:400;text-transform:none;font-size:14px;line-height:1.1428571429}@media (min-width:641px){td[_ngcontent-%COMP%]{font-size:16px;line-height:1.25}}td[_ngcontent-%COMP%]:first-child{width:20px}td[_ngcontent-%COMP%]:nth-child(2){width:70%}td[_ngcontent-%COMP%]:nth-child(3){text-align:right;width:10%}"] });
37
+ const ɵReadOrderSummaryRowComponent_BaseFactory = /*@__PURE__*/ i0.ɵɵgetInheritedFactory(ReadOrderSummaryRowComponent);
38
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReadOrderSummaryRowComponent, [{
39
+ type: Component,
40
+ args: [{
41
+ // tslint:disable-next-line
42
+ selector: '[ccdReadOrderSummaryRow]',
43
+ templateUrl: './read-order-summary-row.html',
44
+ styleUrls: [
45
+ './read-order-summary-row.scss'
46
+ ],
47
+ }]
48
+ }], null, { feeValue: [{
49
+ type: Input
50
+ }] }); })();
51
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVhZC1vcmRlci1zdW1tYXJ5LXJvdy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jY2QtY2FzZS11aS10b29sa2l0L3NyYy9saWIvc2hhcmVkL2NvbXBvbmVudHMvcGFsZXR0ZS9vcmRlci1zdW1tYXJ5L3JlYWQtb3JkZXItc3VtbWFyeS1yb3cuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2NkLWNhc2UtdWktdG9vbGtpdC9zcmMvbGliL3NoYXJlZC9jb21wb25lbnRzL3BhbGV0dGUvb3JkZXItc3VtbWFyeS9yZWFkLW9yZGVyLXN1bW1hcnktcm93Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQVUsTUFBTSxlQUFlLENBQUM7QUFDekQsT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0sNkNBQTZDLENBQUM7QUFDekYsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLG1CQUFtQixDQUFDOzs7O0FBVTdDLE1BQU0sT0FBTyw0QkFBNkIsU0FBUSwwQkFBMEI7SUFLbkUsUUFBUTtRQUNiLDhEQUE4RDtRQUM5RCxJQUFJLElBQUksQ0FBQyxTQUFTLEVBQUU7WUFDbEIsS0FBSyxDQUFDLFFBQVEsRUFBRSxDQUFDO1NBQ2xCO0lBQ0gsQ0FBQztJQUVNLFlBQVk7UUFDakIsT0FBTyxJQUFJLENBQUMsUUFBUSxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxLQUFLLENBQUMsU0FBUyxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUM7SUFDbEUsQ0FBQzs7NklBZFUsNEJBQTRCO2lFQUE1Qiw0QkFBNEI7UUNaekMsMEJBQUk7UUFBQSxZQUEwQjtRQUFBLGlCQUFLO1FBQ25DLDBCQUFJO1FBQUEsWUFBaUM7UUFBQSxpQkFBSztRQUMxQywwQkFBSTtRQUFBLDhDQUErRTtRQUFBLGlCQUFLOztRQUZwRixlQUEwQjtRQUExQixnREFBMEI7UUFDMUIsZUFBaUM7UUFBakMsdURBQWlDO1FBQ1AsZUFBeUI7UUFBekIsMkNBQXlCOzt5RkRVMUMsNEJBQTRCO3VGQUE1Qiw0QkFBNEI7Y0FSeEMsU0FBUztlQUFDO2dCQUNULDJCQUEyQjtnQkFDM0IsUUFBUSxFQUFFLDBCQUEwQjtnQkFDcEMsV0FBVyxFQUFFLCtCQUErQjtnQkFDNUMsU0FBUyxFQUFFO29CQUNULCtCQUErQjtpQkFDaEM7YUFDRjtnQkFJUSxRQUFRO2tCQURkLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0LCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEFic3RyYWN0RmllbGRSZWFkQ29tcG9uZW50IH0gZnJvbSAnLi4vYmFzZS1maWVsZC9hYnN0cmFjdC1maWVsZC1yZWFkLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBGZWVWYWx1ZSB9IGZyb20gJy4vZmVlLXZhbHVlLm1vZGVsJztcblxuQENvbXBvbmVudCh7XG4gIC8vIHRzbGludDpkaXNhYmxlLW5leHQtbGluZVxuICBzZWxlY3RvcjogJ1tjY2RSZWFkT3JkZXJTdW1tYXJ5Um93XScsXG4gIHRlbXBsYXRlVXJsOiAnLi9yZWFkLW9yZGVyLXN1bW1hcnktcm93Lmh0bWwnLFxuICBzdHlsZVVybHM6IFtcbiAgICAnLi9yZWFkLW9yZGVyLXN1bW1hcnktcm93LnNjc3MnXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIFJlYWRPcmRlclN1bW1hcnlSb3dDb21wb25lbnQgZXh0ZW5kcyBBYnN0cmFjdEZpZWxkUmVhZENvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG5cbiAgQElucHV0KClcbiAgcHVibGljIGZlZVZhbHVlOiBGZWVWYWx1ZTtcblxuICBwdWJsaWMgbmdPbkluaXQoKSB7XG4gICAgLy8gV2UgZG9uJ3Qgd2FudCB0byByZWdpc3RlciB0aGlzIGlmIHdlIGRvbid0IGhhdmUgYSBjYXNlRmllbGRcbiAgICBpZiAodGhpcy5jYXNlRmllbGQpIHtcbiAgICAgIHN1cGVyLm5nT25Jbml0KCk7XG4gICAgfVxuICB9XG5cbiAgcHVibGljIGdldEZlZUFtb3VudCgpOiBzdHJpbmcge1xuICAgIHJldHVybiB0aGlzLmZlZVZhbHVlLnZhbHVlID8gdGhpcy5mZWVWYWx1ZS52YWx1ZS5GZWVBbW91bnQgOiAnJztcbiAgfVxufVxuIiwiPHRkPnt7ZmVlVmFsdWUudmFsdWUuRmVlQ29kZX19PC90ZD5cbjx0ZD57e2ZlZVZhbHVlLnZhbHVlLkZlZURlc2NyaXB0aW9ufX08L3RkPlxuPHRkPjxjY2QtcmVhZC1tb25leS1nYnAtZmllbGQgW2Ftb3VudF09XCJnZXRGZWVBbW91bnQoKVwiPjwvY2NkLXJlYWQtbW9uZXktZ2JwLWZpZWxkPjwvdGQ+Il19
@@ -0,0 +1,49 @@
1
+ import { Component } from '@angular/core';
2
+ import { FormArray, FormControl, FormGroup } from '@angular/forms';
3
+ import { AbstractFieldWriteComponent } from '../base-field/abstract-field-write.component';
4
+ import * as i0 from "@angular/core";
5
+ import * as i1 from "./read-order-summary-field.component";
6
+ export class WriteOrderSummaryFieldComponent extends AbstractFieldWriteComponent {
7
+ /*
8
+ These are implemented manually rather than using WriteComplexFieldComponent. The reason
9
+ is because the view is readonly the tree of form controls is not being built automatically
10
+ and has to be built manually.
11
+ */
12
+ ngOnInit() {
13
+ const orderSummaryGroup = this.registerControl(new FormGroup({}), true);
14
+ const paymentReference = new FormControl(this.caseField.value.PaymentReference);
15
+ orderSummaryGroup.addControl('PaymentReference', paymentReference);
16
+ const paymentTotal = new FormControl(this.caseField.value.PaymentTotal);
17
+ orderSummaryGroup.addControl('PaymentTotal', paymentTotal);
18
+ const feesArray = new FormArray([]);
19
+ this.caseField.value.Fees.forEach((fee) => {
20
+ feesArray.push(this.getFeeValue(fee.value));
21
+ });
22
+ orderSummaryGroup.addControl('Fees', feesArray);
23
+ }
24
+ getFeeValue(feeValue) {
25
+ const feeGroup = new FormGroup({});
26
+ feeGroup.addControl('FeeCode', new FormControl(feeValue.FeeCode));
27
+ feeGroup.addControl('FeeAmount', new FormControl(feeValue.FeeAmount));
28
+ feeGroup.addControl('FeeDescription', new FormControl(feeValue.FeeDescription));
29
+ feeGroup.addControl('FeeVersion', new FormControl(feeValue.FeeVersion));
30
+ const feeValueGroup = new FormGroup({});
31
+ feeValueGroup.addControl('value', feeGroup);
32
+ return feeValueGroup;
33
+ }
34
+ }
35
+ WriteOrderSummaryFieldComponent.ɵfac = function WriteOrderSummaryFieldComponent_Factory(t) { return ɵWriteOrderSummaryFieldComponent_BaseFactory(t || WriteOrderSummaryFieldComponent); };
36
+ WriteOrderSummaryFieldComponent.ɵcmp = i0.ɵɵdefineComponent({ type: WriteOrderSummaryFieldComponent, selectors: [["ccd-write-order-summary-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [[3, "caseField"]], template: function WriteOrderSummaryFieldComponent_Template(rf, ctx) { if (rf & 1) {
37
+ i0.ɵɵelement(0, "ccd-read-order-summary-field", 0);
38
+ } if (rf & 2) {
39
+ i0.ɵɵproperty("caseField", ctx.caseField);
40
+ } }, directives: [i1.ReadOrderSummaryFieldComponent], encapsulation: 2 });
41
+ const ɵWriteOrderSummaryFieldComponent_BaseFactory = /*@__PURE__*/ i0.ɵɵgetInheritedFactory(WriteOrderSummaryFieldComponent);
42
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(WriteOrderSummaryFieldComponent, [{
43
+ type: Component,
44
+ args: [{
45
+ selector: 'ccd-write-order-summary-field',
46
+ templateUrl: './write-order-summary-field.html'
47
+ }]
48
+ }], null, null); })();
49
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid3JpdGUtb3JkZXItc3VtbWFyeS1maWVsZC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jY2QtY2FzZS11aS10b29sa2l0L3NyYy9saWIvc2hhcmVkL2NvbXBvbmVudHMvcGFsZXR0ZS9vcmRlci1zdW1tYXJ5L3dyaXRlLW9yZGVyLXN1bW1hcnktZmllbGQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2NkLWNhc2UtdWktdG9vbGtpdC9zcmMvbGliL3NoYXJlZC9jb21wb25lbnRzL3BhbGV0dGUvb3JkZXItc3VtbWFyeS93cml0ZS1vcmRlci1zdW1tYXJ5LWZpZWxkLmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxNQUFNLGVBQWUsQ0FBQztBQUNsRCxPQUFPLEVBQUUsU0FBUyxFQUFFLFdBQVcsRUFBRSxTQUFTLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUNuRSxPQUFPLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSw4Q0FBOEMsQ0FBQzs7O0FBTTNGLE1BQU0sT0FBTywrQkFBZ0MsU0FBUSwyQkFBMkI7SUFFOUU7Ozs7TUFJRTtJQUNLLFFBQVE7UUFDYixNQUFNLGlCQUFpQixHQUFjLElBQUksQ0FBQyxlQUFlLENBQUMsSUFBSSxTQUFTLENBQUMsRUFBRSxDQUFDLEVBQUUsSUFBSSxDQUFjLENBQUM7UUFDaEcsTUFBTSxnQkFBZ0IsR0FBZ0IsSUFBSSxXQUFXLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxLQUFLLENBQUMsZ0JBQWdCLENBQUMsQ0FBQztRQUM3RixpQkFBaUIsQ0FBQyxVQUFVLENBQUMsa0JBQWtCLEVBQUUsZ0JBQWdCLENBQUMsQ0FBQztRQUNuRSxNQUFNLFlBQVksR0FBZ0IsSUFBSSxXQUFXLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxLQUFLLENBQUMsWUFBWSxDQUFDLENBQUM7UUFDckYsaUJBQWlCLENBQUMsVUFBVSxDQUFDLGNBQWMsRUFBRSxZQUFZLENBQUMsQ0FBQztRQUMzRCxNQUFNLFNBQVMsR0FBYyxJQUFJLFNBQVMsQ0FBQyxFQUFFLENBQUMsQ0FBQztRQUMvQyxJQUFJLENBQUMsU0FBUyxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDLENBQUMsR0FBRyxFQUFFLEVBQUU7WUFDeEMsU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsV0FBVyxDQUFDLEdBQUcsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDO1FBQzlDLENBQUMsQ0FBQyxDQUFDO1FBQ0gsaUJBQWlCLENBQUMsVUFBVSxDQUFDLE1BQU0sRUFBRSxTQUFTLENBQUMsQ0FBQztJQUNsRCxDQUFDO0lBRU8sV0FBVyxDQUFDLFFBQVE7UUFDMUIsTUFBTSxRQUFRLEdBQUcsSUFBSSxTQUFTLENBQUMsRUFBRSxDQUFDLENBQUM7UUFDbkMsUUFBUSxDQUFDLFVBQVUsQ0FBQyxTQUFTLEVBQUUsSUFBSSxXQUFXLENBQUMsUUFBUSxDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUM7UUFDbEUsUUFBUSxDQUFDLFVBQVUsQ0FBQyxXQUFXLEVBQUUsSUFBSSxXQUFXLENBQUMsUUFBUSxDQUFDLFNBQVMsQ0FBQyxDQUFDLENBQUM7UUFDdEUsUUFBUSxDQUFDLFVBQVUsQ0FBQyxnQkFBZ0IsRUFBRSxJQUFJLFdBQVcsQ0FBQyxRQUFRLENBQUMsY0FBYyxDQUFDLENBQUMsQ0FBQztRQUNoRixRQUFRLENBQUMsVUFBVSxDQUFDLFlBQVksRUFBRSxJQUFJLFdBQVcsQ0FBQyxRQUFRLENBQUMsVUFBVSxDQUFDLENBQUMsQ0FBQztRQUN4RSxNQUFNLGFBQWEsR0FBRyxJQUFJLFNBQVMsQ0FBQyxFQUFFLENBQUMsQ0FBQztRQUN4QyxhQUFhLENBQUMsVUFBVSxDQUFDLE9BQU8sRUFBRSxRQUFRLENBQUMsQ0FBQztRQUM1QyxPQUFPLGFBQWEsQ0FBQztJQUN2QixDQUFDOztzSkE3QlUsK0JBQStCO29FQUEvQiwrQkFBK0I7UUNSNUMsa0RBQXFGOztRQUF2RCx5Q0FBdUI7OzRGRFF4QywrQkFBK0I7dUZBQS9CLCtCQUErQjtjQUozQyxTQUFTO2VBQUM7Z0JBQ1QsUUFBUSxFQUFFLCtCQUErQjtnQkFDekMsV0FBVyxFQUFFLGtDQUFrQzthQUNoRCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBGb3JtQXJyYXksIEZvcm1Db250cm9sLCBGb3JtR3JvdXAgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5pbXBvcnQgeyBBYnN0cmFjdEZpZWxkV3JpdGVDb21wb25lbnQgfSBmcm9tICcuLi9iYXNlLWZpZWxkL2Fic3RyYWN0LWZpZWxkLXdyaXRlLmNvbXBvbmVudCc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2NjZC13cml0ZS1vcmRlci1zdW1tYXJ5LWZpZWxkJyxcbiAgdGVtcGxhdGVVcmw6ICcuL3dyaXRlLW9yZGVyLXN1bW1hcnktZmllbGQuaHRtbCdcbn0pXG5leHBvcnQgY2xhc3MgV3JpdGVPcmRlclN1bW1hcnlGaWVsZENvbXBvbmVudCBleHRlbmRzIEFic3RyYWN0RmllbGRXcml0ZUNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG5cbiAgLypcbiAgICBUaGVzZSBhcmUgaW1wbGVtZW50ZWQgbWFudWFsbHkgcmF0aGVyIHRoYW4gdXNpbmcgV3JpdGVDb21wbGV4RmllbGRDb21wb25lbnQuIFRoZSByZWFzb25cbiAgICBpcyBiZWNhdXNlIHRoZSB2aWV3IGlzIHJlYWRvbmx5IHRoZSB0cmVlIG9mIGZvcm0gY29udHJvbHMgaXMgbm90IGJlaW5nIGJ1aWx0IGF1dG9tYXRpY2FsbHlcbiAgICBhbmQgaGFzIHRvIGJlIGJ1aWx0IG1hbnVhbGx5LlxuICAqL1xuICBwdWJsaWMgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgY29uc3Qgb3JkZXJTdW1tYXJ5R3JvdXA6IEZvcm1Hcm91cCA9IHRoaXMucmVnaXN0ZXJDb250cm9sKG5ldyBGb3JtR3JvdXAoe30pLCB0cnVlKSBhcyBGb3JtR3JvdXA7XG4gICAgY29uc3QgcGF5bWVudFJlZmVyZW5jZTogRm9ybUNvbnRyb2wgPSBuZXcgRm9ybUNvbnRyb2wodGhpcy5jYXNlRmllbGQudmFsdWUuUGF5bWVudFJlZmVyZW5jZSk7XG4gICAgb3JkZXJTdW1tYXJ5R3JvdXAuYWRkQ29udHJvbCgnUGF5bWVudFJlZmVyZW5jZScsIHBheW1lbnRSZWZlcmVuY2UpO1xuICAgIGNvbnN0IHBheW1lbnRUb3RhbDogRm9ybUNvbnRyb2wgPSBuZXcgRm9ybUNvbnRyb2wodGhpcy5jYXNlRmllbGQudmFsdWUuUGF5bWVudFRvdGFsKTtcbiAgICBvcmRlclN1bW1hcnlHcm91cC5hZGRDb250cm9sKCdQYXltZW50VG90YWwnLCBwYXltZW50VG90YWwpO1xuICAgIGNvbnN0IGZlZXNBcnJheTogRm9ybUFycmF5ID0gbmV3IEZvcm1BcnJheShbXSk7XG4gICAgdGhpcy5jYXNlRmllbGQudmFsdWUuRmVlcy5mb3JFYWNoKChmZWUpID0+IHtcbiAgICAgIGZlZXNBcnJheS5wdXNoKHRoaXMuZ2V0RmVlVmFsdWUoZmVlLnZhbHVlKSk7XG4gICAgfSk7XG4gICAgb3JkZXJTdW1tYXJ5R3JvdXAuYWRkQ29udHJvbCgnRmVlcycsIGZlZXNBcnJheSk7XG4gIH1cblxuICBwcml2YXRlIGdldEZlZVZhbHVlKGZlZVZhbHVlKTogRm9ybUdyb3VwIHtcbiAgICBjb25zdCBmZWVHcm91cCA9IG5ldyBGb3JtR3JvdXAoe30pO1xuICAgIGZlZUdyb3VwLmFkZENvbnRyb2woJ0ZlZUNvZGUnLCBuZXcgRm9ybUNvbnRyb2woZmVlVmFsdWUuRmVlQ29kZSkpO1xuICAgIGZlZUdyb3VwLmFkZENvbnRyb2woJ0ZlZUFtb3VudCcsIG5ldyBGb3JtQ29udHJvbChmZWVWYWx1ZS5GZWVBbW91bnQpKTtcbiAgICBmZWVHcm91cC5hZGRDb250cm9sKCdGZWVEZXNjcmlwdGlvbicsIG5ldyBGb3JtQ29udHJvbChmZWVWYWx1ZS5GZWVEZXNjcmlwdGlvbikpO1xuICAgIGZlZUdyb3VwLmFkZENvbnRyb2woJ0ZlZVZlcnNpb24nLCBuZXcgRm9ybUNvbnRyb2woZmVlVmFsdWUuRmVlVmVyc2lvbikpO1xuICAgIGNvbnN0IGZlZVZhbHVlR3JvdXAgPSBuZXcgRm9ybUdyb3VwKHt9KTtcbiAgICBmZWVWYWx1ZUdyb3VwLmFkZENvbnRyb2woJ3ZhbHVlJywgZmVlR3JvdXApO1xuICAgIHJldHVybiBmZWVWYWx1ZUdyb3VwO1xuICB9XG5cbn1cbiIsIjxjY2QtcmVhZC1vcmRlci1zdW1tYXJ5LWZpZWxkIFtjYXNlRmllbGRdPVwiY2FzZUZpZWxkXCI+PC9jY2QtcmVhZC1vcmRlci1zdW1tYXJ5LWZpZWxkPlxuIl19
@@ -0,0 +1,6 @@
1
+ export * from './read-organisation-field.component';
2
+ export * from './read-organisation-field-raw.component';
3
+ export * from './read-organisation-field-table.component';
4
+ export * from './write-organisation-field.component';
5
+ export * from './write-organisation-complex-field.component';
6
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jY2QtY2FzZS11aS10b29sa2l0L3NyYy9saWIvc2hhcmVkL2NvbXBvbmVudHMvcGFsZXR0ZS9vcmdhbmlzYXRpb24vaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxxQ0FBcUMsQ0FBQztBQUNwRCxjQUFjLHlDQUF5QyxDQUFDO0FBQ3hELGNBQWMsMkNBQTJDLENBQUM7QUFDMUQsY0FBYyxzQ0FBc0MsQ0FBQztBQUNyRCxjQUFjLDhDQUE4QyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9yZWFkLW9yZ2FuaXNhdGlvbi1maWVsZC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9yZWFkLW9yZ2FuaXNhdGlvbi1maWVsZC1yYXcuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vcmVhZC1vcmdhbmlzYXRpb24tZmllbGQtdGFibGUuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vd3JpdGUtb3JnYW5pc2F0aW9uLWZpZWxkLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL3dyaXRlLW9yZ2FuaXNhdGlvbi1jb21wbGV4LWZpZWxkLmNvbXBvbmVudCc7XG4iXX0=
@@ -0,0 +1,90 @@
1
+ import { Component, Input } from '@angular/core';
2
+ import { of } from 'rxjs';
3
+ import { switchMap } from 'rxjs/operators';
4
+ import { OrganisationConverter } from '../../../domain/organisation/organisation-converter';
5
+ import { OrganisationService } from '../../../services/organisation/organisation.service';
6
+ import { AbstractFieldReadComponent } from '../base-field/abstract-field-read.component';
7
+ import * as i0 from "@angular/core";
8
+ import * as i1 from "../../../services/organisation/organisation.service";
9
+ import * as i2 from "../../../domain/organisation/organisation-converter";
10
+ import * as i3 from "@angular/common";
11
+ import * as i4 from "../markdown/markdown.component";
12
+ function ReadOrganisationFieldRawComponent_table_6_Template(rf, ctx) { if (rf & 1) {
13
+ i0.ɵɵelementStart(0, "table", 4);
14
+ i0.ɵɵelementStart(1, "tr", 5);
15
+ i0.ɵɵelement(2, "th", 2);
16
+ i0.ɵɵelementStart(3, "td", 6);
17
+ i0.ɵɵelementStart(4, "span", 7);
18
+ i0.ɵɵtext(5, "Name:");
19
+ i0.ɵɵelementEnd();
20
+ i0.ɵɵelementEnd();
21
+ i0.ɵɵelementStart(6, "td");
22
+ i0.ɵɵelementStart(7, "span", 7);
23
+ i0.ɵɵtext(8);
24
+ i0.ɵɵelementEnd();
25
+ i0.ɵɵelementEnd();
26
+ i0.ɵɵelementEnd();
27
+ i0.ɵɵelementStart(9, "tr", 5);
28
+ i0.ɵɵelement(10, "th", 2);
29
+ i0.ɵɵelementStart(11, "td", 6);
30
+ i0.ɵɵelementStart(12, "span", 7);
31
+ i0.ɵɵtext(13, "Address:");
32
+ i0.ɵɵelementEnd();
33
+ i0.ɵɵelementEnd();
34
+ i0.ɵɵelementStart(14, "td");
35
+ i0.ɵɵelement(15, "ccd-markdown", 8);
36
+ i0.ɵɵelementEnd();
37
+ i0.ɵɵelementEnd();
38
+ i0.ɵɵelementEnd();
39
+ } if (rf & 2) {
40
+ const selectedOrg_r1 = ctx.ngIf;
41
+ i0.ɵɵadvance(8);
42
+ i0.ɵɵtextInterpolate(selectedOrg_r1.name);
43
+ i0.ɵɵadvance(7);
44
+ i0.ɵɵproperty("content", selectedOrg_r1.address);
45
+ } }
46
+ export class ReadOrganisationFieldRawComponent extends AbstractFieldReadComponent {
47
+ constructor(organisationService, organisationConverter) {
48
+ super();
49
+ this.organisationService = organisationService;
50
+ this.organisationConverter = organisationConverter;
51
+ this.caseFields = [];
52
+ }
53
+ ngOnInit() {
54
+ super.ngOnInit();
55
+ if (this.caseField.value && this.caseField.value.OrganisationID) {
56
+ this.organisations$ = this.organisationService.getActiveOrganisations();
57
+ this.selectedOrg$ = this.organisations$.pipe(switchMap((organisations) => of(this.organisationConverter.toSimpleOrganisationModel(organisations.find(findOrg => findOrg.organisationIdentifier === this.caseField.value.OrganisationID)))));
58
+ }
59
+ }
60
+ }
61
+ ReadOrganisationFieldRawComponent.ɵfac = function ReadOrganisationFieldRawComponent_Factory(t) { return new (t || ReadOrganisationFieldRawComponent)(i0.ɵɵdirectiveInject(i1.OrganisationService), i0.ɵɵdirectiveInject(i2.OrganisationConverter)); };
62
+ ReadOrganisationFieldRawComponent.ɵcmp = i0.ɵɵdefineComponent({ type: ReadOrganisationFieldRawComponent, selectors: [["ccd-read-organisation-field-raw"]], inputs: { caseFields: "caseFields" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 8, vars: 3, consts: [[1, "complex-panel"], ["aria-describedby", "complex organisation field table", 1, "complex-field-table"], [2, "display", "none"], ["class", "complex-field-table", "aria-describedby", "complex selected organisation field table", 4, "ngIf"], ["aria-describedby", "complex selected organisation field table", 1, "complex-field-table"], [1, "complex-panel-compound-field"], [1, "label-width-small"], [1, "text-16"], [3, "content"]], template: function ReadOrganisationFieldRawComponent_Template(rf, ctx) { if (rf & 1) {
63
+ i0.ɵɵelementStart(0, "div", 0);
64
+ i0.ɵɵelementStart(1, "table", 1);
65
+ i0.ɵɵelementStart(2, "tbody");
66
+ i0.ɵɵelementStart(3, "tr");
67
+ i0.ɵɵelement(4, "th", 2);
68
+ i0.ɵɵelementStart(5, "td");
69
+ i0.ɵɵtemplate(6, ReadOrganisationFieldRawComponent_table_6_Template, 16, 2, "table", 3);
70
+ i0.ɵɵpipe(7, "async");
71
+ i0.ɵɵelementEnd();
72
+ i0.ɵɵelementEnd();
73
+ i0.ɵɵelementEnd();
74
+ i0.ɵɵelementEnd();
75
+ i0.ɵɵelementEnd();
76
+ } if (rf & 2) {
77
+ i0.ɵɵadvance(6);
78
+ i0.ɵɵproperty("ngIf", i0.ɵɵpipeBind1(7, 1, ctx.selectedOrg$));
79
+ } }, directives: [i3.NgIf, i4.MarkdownComponent], pipes: [i3.AsyncPipe], styles: [".hmcts-banner[_ngcontent-%COMP%]{border:0 solid;margin-bottom:10px;color:#000}.hmcts-banner[_ngcontent-%COMP%] .warning-message[_ngcontent-%COMP%]{font-weight:700}.govuk-hint[_ngcontent-%COMP%]{font-size:1.1rem}.name-header[_ngcontent-%COMP%]{font-weight:700;margin-top:10px;font-size:18px}.td-address[_ngcontent-%COMP%]{width:90%;padding-top:2px}.td-select[_ngcontent-%COMP%]{width:10%}.warning-panel[_ngcontent-%COMP%]{background-color:#e7ebef;height:40px;margin-bottom:0;align-items:center;display:flex}.warning-panel[_ngcontent-%COMP%] .warning-message[_ngcontent-%COMP%]{padding-left:15px}.complex-field-table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{border:none}.complex-field-table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:last-child > td[_ngcontent-%COMP%], .complex-field-table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:last-child > th[_ngcontent-%COMP%]{border-bottom:none}.complex-field-title[_ngcontent-%COMP%]{width:300px}.label-width-small[_ngcontent-%COMP%]{width:100px}.label-width-medium[_ngcontent-%COMP%]{width:150px}.scroll-container[_ngcontent-%COMP%]{height:600px;overflow-y:scroll}.no-result-message[_ngcontent-%COMP%]{margin-top:15px}"] });
80
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReadOrganisationFieldRawComponent, [{
81
+ type: Component,
82
+ args: [{
83
+ selector: 'ccd-read-organisation-field-raw',
84
+ templateUrl: './read-organisation-field-raw.component.html',
85
+ styleUrls: ['./organisation-field.scss']
86
+ }]
87
+ }], function () { return [{ type: i1.OrganisationService }, { type: i2.OrganisationConverter }]; }, { caseFields: [{
88
+ type: Input
89
+ }] }); })();
90
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVhZC1vcmdhbmlzYXRpb24tZmllbGQtcmF3LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NjZC1jYXNlLXVpLXRvb2xraXQvc3JjL2xpYi9zaGFyZWQvY29tcG9uZW50cy9wYWxldHRlL29yZ2FuaXNhdGlvbi9yZWFkLW9yZ2FuaXNhdGlvbi1maWVsZC1yYXcuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2NkLWNhc2UtdWktdG9vbGtpdC9zcmMvbGliL3NoYXJlZC9jb21wb25lbnRzL3BhbGV0dGUvb3JnYW5pc2F0aW9uL3JlYWQtb3JnYW5pc2F0aW9uLWZpZWxkLXJhdy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBVSxNQUFNLGVBQWUsQ0FBQztBQUN6RCxPQUFPLEVBQWMsRUFBRSxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBQ3RDLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUUzQyxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxxREFBcUQsQ0FBQztBQUU1RixPQUFPLEVBQUUsbUJBQW1CLEVBQWtCLE1BQU0scURBQXFELENBQUM7QUFDMUcsT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0sNkNBQTZDLENBQUM7Ozs7Ozs7SUNEL0UsZ0NBQThJO0lBQzVJLDZCQUF5QztJQUN2Qyx3QkFBZ0M7SUFDaEMsNkJBQThCO0lBQUEsK0JBQXNCO0lBQUEscUJBQUs7SUFBQSxpQkFBTztJQUFBLGlCQUFLO0lBQ3JFLDBCQUFJO0lBQUEsK0JBQXNCO0lBQUEsWUFBb0I7SUFBQSxpQkFBTztJQUFBLGlCQUFLO0lBQzVELGlCQUFLO0lBQ0wsNkJBQXlDO0lBQ3ZDLHlCQUFnQztJQUNoQyw4QkFBOEI7SUFBQSxnQ0FBc0I7SUFBQSx5QkFBUTtJQUFBLGlCQUFPO0lBQUEsaUJBQUs7SUFDeEUsMkJBQUk7SUFDRixtQ0FBNkQ7SUFDL0QsaUJBQUs7SUFDUCxpQkFBSztJQUNQLGlCQUFROzs7SUFUc0IsZUFBb0I7SUFBcEIseUNBQW9CO0lBTTlCLGVBQStCO0lBQS9CLGdEQUErQjs7QURGN0QsTUFBTSxPQUFPLGlDQUFrQyxTQUFRLDBCQUEwQjtJQVEvRSxZQUE2QixtQkFBd0MsRUFBbUIscUJBQTRDO1FBQ2xJLEtBQUssRUFBRSxDQUFDO1FBRG1CLHdCQUFtQixHQUFuQixtQkFBbUIsQ0FBcUI7UUFBbUIsMEJBQXFCLEdBQXJCLHFCQUFxQixDQUF1QjtRQUw3SCxlQUFVLEdBQWdCLEVBQUUsQ0FBQztJQU9wQyxDQUFDO0lBRU0sUUFBUTtRQUNiLEtBQUssQ0FBQyxRQUFRLEVBQUUsQ0FBQztRQUNqQixJQUFJLElBQUksQ0FBQyxTQUFTLENBQUMsS0FBSyxJQUFJLElBQUksQ0FBQyxTQUFTLENBQUMsS0FBSyxDQUFDLGNBQWMsRUFBRTtZQUMvRCxJQUFJLENBQUMsY0FBYyxHQUFHLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxzQkFBc0IsRUFBRSxDQUFDO1lBQ3hFLElBQUksQ0FBQyxZQUFZLEdBQUcsSUFBSSxDQUFDLGNBQWMsQ0FBQyxJQUFJLENBQzFDLFNBQVMsQ0FBQyxDQUFDLGFBQStCLEVBQUUsRUFBRSxDQUFDLEVBQUUsQ0FDN0MsSUFBSSxDQUFDLHFCQUFxQixDQUFDLHlCQUF5QixDQUNsRCxhQUFhLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxFQUFFLENBQUMsT0FBTyxDQUFDLHNCQUFzQixLQUFLLElBQUksQ0FBQyxTQUFTLENBQUMsS0FBSyxDQUFDLGNBQWMsQ0FBQyxDQUN0RyxDQUNGLENBQ0YsQ0FDRixDQUFDO1NBQ0g7SUFDSCxDQUFDOztrSEF6QlUsaUNBQWlDO3NFQUFqQyxpQ0FBaUM7UUNkOUMsOEJBQTJCO1FBQ3pCLGdDQUF1RjtRQUNyRiw2QkFBTztRQUNMLDBCQUFJO1FBQ0Ysd0JBQWdDO1FBQ2hDLDBCQUFJO1FBQ0YsdUZBYVE7O1FBQ1YsaUJBQUs7UUFDUCxpQkFBSztRQUNQLGlCQUFRO1FBQ1YsaUJBQVE7UUFDVixpQkFBTTs7UUFsQndDLGVBQTZCO1FBQTdCLDZEQUE2Qjs7dUZEUTlELGlDQUFpQztjQUw3QyxTQUFTO2VBQUM7Z0JBQ1QsUUFBUSxFQUFFLGlDQUFpQztnQkFDM0MsV0FBVyxFQUFFLDhDQUE4QztnQkFDM0QsU0FBUyxFQUFFLENBQUMsMkJBQTJCLENBQUM7YUFDekM7MEdBSVEsVUFBVTtrQkFEaEIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgT2JzZXJ2YWJsZSwgb2YgfSBmcm9tICdyeGpzJztcbmltcG9ydCB7IHN3aXRjaE1hcCB9IGZyb20gJ3J4anMvb3BlcmF0b3JzJztcbmltcG9ydCB7IENhc2VGaWVsZCB9IGZyb20gJy4uLy4uLy4uL2RvbWFpbi9kZWZpbml0aW9uJztcbmltcG9ydCB7IE9yZ2FuaXNhdGlvbkNvbnZlcnRlciB9IGZyb20gJy4uLy4uLy4uL2RvbWFpbi9vcmdhbmlzYXRpb24vb3JnYW5pc2F0aW9uLWNvbnZlcnRlcic7XG5pbXBvcnQgeyBTaW1wbGVPcmdhbmlzYXRpb25Nb2RlbCB9IGZyb20gJy4uLy4uLy4uL2RvbWFpbi9vcmdhbmlzYXRpb24vc2ltcGxlLW9yZ2FuaXNhdGlvbi5tb2RlbCc7XG5pbXBvcnQgeyBPcmdhbmlzYXRpb25TZXJ2aWNlLCBPcmdhbmlzYXRpb25WbSB9IGZyb20gJy4uLy4uLy4uL3NlcnZpY2VzL29yZ2FuaXNhdGlvbi9vcmdhbmlzYXRpb24uc2VydmljZSc7XG5pbXBvcnQgeyBBYnN0cmFjdEZpZWxkUmVhZENvbXBvbmVudCB9IGZyb20gJy4uL2Jhc2UtZmllbGQvYWJzdHJhY3QtZmllbGQtcmVhZC5jb21wb25lbnQnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdjY2QtcmVhZC1vcmdhbmlzYXRpb24tZmllbGQtcmF3JyxcbiAgdGVtcGxhdGVVcmw6ICcuL3JlYWQtb3JnYW5pc2F0aW9uLWZpZWxkLXJhdy5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL29yZ2FuaXNhdGlvbi1maWVsZC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgUmVhZE9yZ2FuaXNhdGlvbkZpZWxkUmF3Q29tcG9uZW50IGV4dGVuZHMgQWJzdHJhY3RGaWVsZFJlYWRDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuXG4gIEBJbnB1dCgpXG4gIHB1YmxpYyBjYXNlRmllbGRzOiBDYXNlRmllbGRbXSA9IFtdO1xuXG4gIHB1YmxpYyBvcmdhbmlzYXRpb25zJDogT2JzZXJ2YWJsZTxPcmdhbmlzYXRpb25WbVtdPjtcbiAgcHVibGljIHNlbGVjdGVkT3JnJDogT2JzZXJ2YWJsZTxTaW1wbGVPcmdhbmlzYXRpb25Nb2RlbD47XG5cbiAgY29uc3RydWN0b3IocHJpdmF0ZSByZWFkb25seSBvcmdhbmlzYXRpb25TZXJ2aWNlOiBPcmdhbmlzYXRpb25TZXJ2aWNlLCBwcml2YXRlIHJlYWRvbmx5IG9yZ2FuaXNhdGlvbkNvbnZlcnRlcjogT3JnYW5pc2F0aW9uQ29udmVydGVyKSB7XG4gICAgc3VwZXIoKTtcbiAgfVxuXG4gIHB1YmxpYyBuZ09uSW5pdCgpOiB2b2lkIHtcbiAgICBzdXBlci5uZ09uSW5pdCgpO1xuICAgIGlmICh0aGlzLmNhc2VGaWVsZC52YWx1ZSAmJiB0aGlzLmNhc2VGaWVsZC52YWx1ZS5PcmdhbmlzYXRpb25JRCkge1xuICAgICAgdGhpcy5vcmdhbmlzYXRpb25zJCA9IHRoaXMub3JnYW5pc2F0aW9uU2VydmljZS5nZXRBY3RpdmVPcmdhbmlzYXRpb25zKCk7XG4gICAgICB0aGlzLnNlbGVjdGVkT3JnJCA9IHRoaXMub3JnYW5pc2F0aW9ucyQucGlwZShcbiAgICAgICAgc3dpdGNoTWFwKChvcmdhbmlzYXRpb25zOiBPcmdhbmlzYXRpb25WbVtdKSA9PiBvZihcbiAgICAgICAgICAgIHRoaXMub3JnYW5pc2F0aW9uQ29udmVydGVyLnRvU2ltcGxlT3JnYW5pc2F0aW9uTW9kZWwoXG4gICAgICAgICAgICAgIG9yZ2FuaXNhdGlvbnMuZmluZChmaW5kT3JnID0+IGZpbmRPcmcub3JnYW5pc2F0aW9uSWRlbnRpZmllciA9PT0gdGhpcy5jYXNlRmllbGQudmFsdWUuT3JnYW5pc2F0aW9uSUQpXG4gICAgICAgICAgICApXG4gICAgICAgICAgKVxuICAgICAgICApXG4gICAgICApO1xuICAgIH1cbiAgfVxufVxuIiwiPGRpdiBjbGFzcz1cImNvbXBsZXgtcGFuZWxcIj5cbiAgPHRhYmxlIGNsYXNzPVwiY29tcGxleC1maWVsZC10YWJsZVwiIGFyaWEtZGVzY3JpYmVkYnk9XCJjb21wbGV4IG9yZ2FuaXNhdGlvbiBmaWVsZCB0YWJsZVwiPlxuICAgIDx0Ym9keT5cbiAgICAgIDx0cj5cbiAgICAgICAgPHRoIHN0eWxlPVwiZGlzcGxheTogbm9uZTtcIj48L3RoPlxuICAgICAgICA8dGQ+XG4gICAgICAgICAgPHRhYmxlIGNsYXNzPVwiY29tcGxleC1maWVsZC10YWJsZVwiICpuZ0lmPVwiKHNlbGVjdGVkT3JnJCB8IGFzeW5jKSBhcyBzZWxlY3RlZE9yZ1wiIGFyaWEtZGVzY3JpYmVkYnk9XCJjb21wbGV4IHNlbGVjdGVkIG9yZ2FuaXNhdGlvbiBmaWVsZCB0YWJsZVwiPlxuICAgICAgICAgICAgPHRyIGNsYXNzPVwiY29tcGxleC1wYW5lbC1jb21wb3VuZC1maWVsZFwiPlxuICAgICAgICAgICAgICA8dGggc3R5bGU9XCJkaXNwbGF5OiBub25lO1wiPjwvdGg+XG4gICAgICAgICAgICAgIDx0ZCBjbGFzcz1cImxhYmVsLXdpZHRoLXNtYWxsXCI+PHNwYW4gY2xhc3M9XCJ0ZXh0LTE2XCI+TmFtZTo8L3NwYW4+PC90ZD5cbiAgICAgICAgICAgICAgPHRkPjxzcGFuIGNsYXNzPVwidGV4dC0xNlwiPnt7c2VsZWN0ZWRPcmcubmFtZX19PC9zcGFuPjwvdGQ+XG4gICAgICAgICAgICA8L3RyPlxuICAgICAgICAgICAgPHRyIGNsYXNzPVwiY29tcGxleC1wYW5lbC1jb21wb3VuZC1maWVsZFwiPlxuICAgICAgICAgICAgICA8dGggc3R5bGU9XCJkaXNwbGF5OiBub25lO1wiPjwvdGg+XG4gICAgICAgICAgICAgIDx0ZCBjbGFzcz1cImxhYmVsLXdpZHRoLXNtYWxsXCI+PHNwYW4gY2xhc3M9XCJ0ZXh0LTE2XCI+QWRkcmVzczo8L3NwYW4+PC90ZD5cbiAgICAgICAgICAgICAgPHRkPlxuICAgICAgICAgICAgICAgIDxjY2QtbWFya2Rvd24gW2NvbnRlbnRdPVwic2VsZWN0ZWRPcmcuYWRkcmVzc1wiPjwvY2NkLW1hcmtkb3duPlxuICAgICAgICAgICAgICA8L3RkPlxuICAgICAgICAgICAgPC90cj5cbiAgICAgICAgICA8L3RhYmxlPlxuICAgICAgICA8L3RkPlxuICAgICAgPC90cj5cbiAgICA8L3Rib2R5PlxuICA8L3RhYmxlPlxuPC9kaXY+XG4iXX0=
@@ -0,0 +1,100 @@
1
+ import { Component, Input } from '@angular/core';
2
+ import { of } from 'rxjs';
3
+ import { switchMap } from 'rxjs/operators';
4
+ import { OrganisationConverter } from '../../../domain/organisation/organisation-converter';
5
+ import { OrganisationService } from '../../../services/organisation/organisation.service';
6
+ import { AbstractFieldReadComponent } from '../base-field/abstract-field-read.component';
7
+ import * as i0 from "@angular/core";
8
+ import * as i1 from "../../../services/organisation/organisation.service";
9
+ import * as i2 from "../../../domain/organisation/organisation-converter";
10
+ import * as i3 from "@angular/common";
11
+ import * as i4 from "../markdown/markdown.component";
12
+ function ReadOrganisationFieldTableComponent_table_10_Template(rf, ctx) { if (rf & 1) {
13
+ i0.ɵɵelementStart(0, "table", 6);
14
+ i0.ɵɵelementStart(1, "tr", 7);
15
+ i0.ɵɵelement(2, "th", 8);
16
+ i0.ɵɵelementStart(3, "td", 9);
17
+ i0.ɵɵelementStart(4, "span", 4);
18
+ i0.ɵɵtext(5, "Name:");
19
+ i0.ɵɵelementEnd();
20
+ i0.ɵɵelementEnd();
21
+ i0.ɵɵelementStart(6, "td");
22
+ i0.ɵɵelementStart(7, "span", 4);
23
+ i0.ɵɵtext(8);
24
+ i0.ɵɵelementEnd();
25
+ i0.ɵɵelementEnd();
26
+ i0.ɵɵelementEnd();
27
+ i0.ɵɵelementStart(9, "tr", 7);
28
+ i0.ɵɵelement(10, "th", 8);
29
+ i0.ɵɵelementStart(11, "td", 9);
30
+ i0.ɵɵelementStart(12, "span", 4);
31
+ i0.ɵɵtext(13, "Address:");
32
+ i0.ɵɵelementEnd();
33
+ i0.ɵɵelementEnd();
34
+ i0.ɵɵelementStart(14, "td");
35
+ i0.ɵɵelement(15, "ccd-markdown", 10);
36
+ i0.ɵɵelementEnd();
37
+ i0.ɵɵelementEnd();
38
+ i0.ɵɵelementEnd();
39
+ } if (rf & 2) {
40
+ const selectedOrg_r1 = ctx.ngIf;
41
+ i0.ɵɵadvance(8);
42
+ i0.ɵɵtextInterpolate(selectedOrg_r1.name);
43
+ i0.ɵɵadvance(7);
44
+ i0.ɵɵproperty("content", selectedOrg_r1.address);
45
+ } }
46
+ export class ReadOrganisationFieldTableComponent extends AbstractFieldReadComponent {
47
+ constructor(organisationService, organisationConverter) {
48
+ super();
49
+ this.organisationService = organisationService;
50
+ this.organisationConverter = organisationConverter;
51
+ this.caseFields = [];
52
+ }
53
+ ngOnInit() {
54
+ super.ngOnInit();
55
+ if (this.caseField.value && this.caseField.value.OrganisationID) {
56
+ this.organisations$ = this.organisationService.getActiveOrganisations();
57
+ this.selectedOrg$ = this.organisations$.pipe(switchMap((organisations) => of(this.organisationConverter.toSimpleOrganisationModel(organisations.find(findOrg => findOrg.organisationIdentifier === this.caseField.value.OrganisationID)))));
58
+ }
59
+ }
60
+ }
61
+ ReadOrganisationFieldTableComponent.ɵfac = function ReadOrganisationFieldTableComponent_Factory(t) { return new (t || ReadOrganisationFieldTableComponent)(i0.ɵɵdirectiveInject(i1.OrganisationService), i0.ɵɵdirectiveInject(i2.OrganisationConverter)); };
62
+ ReadOrganisationFieldTableComponent.ɵcmp = i0.ɵɵdefineComponent({ type: ReadOrganisationFieldTableComponent, selectors: [["ccd-read-organisation-field-table"]], inputs: { caseFields: "caseFields" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 12, vars: 4, consts: [[1, "complex-panel"], ["aria-describedby", "complex organisation field table", 1, "complex-field-table"], [1, "complex-field-title"], [1, "complex-panel-title"], [1, "text-16"], ["class", "complex-field-table", "aria-describedby", "complex selected organisation field table", 4, "ngIf"], ["aria-describedby", "complex selected organisation field table", 1, "complex-field-table"], [1, "complex-panel-compound-field"], [2, "display", "none"], [1, "label-width-medium"], [3, "content"]], template: function ReadOrganisationFieldTableComponent_Template(rf, ctx) { if (rf & 1) {
63
+ i0.ɵɵelementStart(0, "div", 0);
64
+ i0.ɵɵelementStart(1, "table", 1);
65
+ i0.ɵɵelementStart(2, "tbody");
66
+ i0.ɵɵelementStart(3, "tr");
67
+ i0.ɵɵelementStart(4, "th", 2);
68
+ i0.ɵɵelementStart(5, "dl", 3);
69
+ i0.ɵɵelementStart(6, "dt");
70
+ i0.ɵɵelementStart(7, "span", 4);
71
+ i0.ɵɵtext(8);
72
+ i0.ɵɵelementEnd();
73
+ i0.ɵɵelementEnd();
74
+ i0.ɵɵelementEnd();
75
+ i0.ɵɵelementEnd();
76
+ i0.ɵɵelementStart(9, "td");
77
+ i0.ɵɵtemplate(10, ReadOrganisationFieldTableComponent_table_10_Template, 16, 2, "table", 5);
78
+ i0.ɵɵpipe(11, "async");
79
+ i0.ɵɵelementEnd();
80
+ i0.ɵɵelementEnd();
81
+ i0.ɵɵelementEnd();
82
+ i0.ɵɵelementEnd();
83
+ i0.ɵɵelementEnd();
84
+ } if (rf & 2) {
85
+ i0.ɵɵadvance(8);
86
+ i0.ɵɵtextInterpolate(ctx.caseField.label);
87
+ i0.ɵɵadvance(2);
88
+ i0.ɵɵproperty("ngIf", i0.ɵɵpipeBind1(11, 2, ctx.selectedOrg$));
89
+ } }, directives: [i3.NgIf, i4.MarkdownComponent], pipes: [i3.AsyncPipe], styles: [".hmcts-banner[_ngcontent-%COMP%]{border:0 solid;margin-bottom:10px;color:#000}.hmcts-banner[_ngcontent-%COMP%] .warning-message[_ngcontent-%COMP%]{font-weight:700}.govuk-hint[_ngcontent-%COMP%]{font-size:1.1rem}.name-header[_ngcontent-%COMP%]{font-weight:700;margin-top:10px;font-size:18px}.td-address[_ngcontent-%COMP%]{width:90%;padding-top:2px}.td-select[_ngcontent-%COMP%]{width:10%}.warning-panel[_ngcontent-%COMP%]{background-color:#e7ebef;height:40px;margin-bottom:0;align-items:center;display:flex}.warning-panel[_ngcontent-%COMP%] .warning-message[_ngcontent-%COMP%]{padding-left:15px}.complex-field-table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > th[_ngcontent-%COMP%]{border:none}.complex-field-table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:last-child > td[_ngcontent-%COMP%], .complex-field-table[_ngcontent-%COMP%] > tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%]:last-child > th[_ngcontent-%COMP%]{border-bottom:none}.complex-field-title[_ngcontent-%COMP%]{width:300px}.label-width-small[_ngcontent-%COMP%]{width:100px}.label-width-medium[_ngcontent-%COMP%]{width:150px}.scroll-container[_ngcontent-%COMP%]{height:600px;overflow-y:scroll}.no-result-message[_ngcontent-%COMP%]{margin-top:15px}"] });
90
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReadOrganisationFieldTableComponent, [{
91
+ type: Component,
92
+ args: [{
93
+ selector: 'ccd-read-organisation-field-table',
94
+ templateUrl: './read-organisation-field-table.component.html',
95
+ styleUrls: ['./organisation-field.scss']
96
+ }]
97
+ }], function () { return [{ type: i1.OrganisationService }, { type: i2.OrganisationConverter }]; }, { caseFields: [{
98
+ type: Input
99
+ }] }); })();
100
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVhZC1vcmdhbmlzYXRpb24tZmllbGQtdGFibGUuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2NkLWNhc2UtdWktdG9vbGtpdC9zcmMvbGliL3NoYXJlZC9jb21wb25lbnRzL3BhbGV0dGUvb3JnYW5pc2F0aW9uL3JlYWQtb3JnYW5pc2F0aW9uLWZpZWxkLXRhYmxlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NjZC1jYXNlLXVpLXRvb2xraXQvc3JjL2xpYi9zaGFyZWQvY29tcG9uZW50cy9wYWxldHRlL29yZ2FuaXNhdGlvbi9yZWFkLW9yZ2FuaXNhdGlvbi1maWVsZC10YWJsZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBVSxNQUFNLGVBQWUsQ0FBQztBQUN6RCxPQUFPLEVBQWMsRUFBRSxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBQ3RDLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUUzQyxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxxREFBcUQsQ0FBQztBQUU1RixPQUFPLEVBQUUsbUJBQW1CLEVBQWtCLE1BQU0scURBQXFELENBQUM7QUFDMUcsT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0sNkNBQTZDLENBQUM7Ozs7Ozs7SUNHL0UsZ0NBQThJO0lBQzVJLDZCQUF5QztJQUN2Qyx3QkFBZ0M7SUFDaEMsNkJBQStCO0lBQUEsK0JBQXNCO0lBQUEscUJBQUs7SUFBQSxpQkFBTztJQUFBLGlCQUFLO0lBQ3RFLDBCQUFJO0lBQUEsK0JBQXNCO0lBQUEsWUFBb0I7SUFBQSxpQkFBTztJQUFBLGlCQUFLO0lBQzVELGlCQUFLO0lBQ0wsNkJBQXlDO0lBQ3ZDLHlCQUFnQztJQUNoQyw4QkFBK0I7SUFBQSxnQ0FBc0I7SUFBQSx5QkFBUTtJQUFBLGlCQUFPO0lBQUEsaUJBQUs7SUFDekUsMkJBQUk7SUFDRixvQ0FBNkQ7SUFDL0QsaUJBQUs7SUFDUCxpQkFBSztJQUNQLGlCQUFROzs7SUFUc0IsZUFBb0I7SUFBcEIseUNBQW9CO0lBTTlCLGVBQStCO0lBQS9CLGdEQUErQjs7QURMN0QsTUFBTSxPQUFPLG1DQUFvQyxTQUFRLDBCQUEwQjtJQVFqRixZQUE2QixtQkFBd0MsRUFBbUIscUJBQTRDO1FBQ2xJLEtBQUssRUFBRSxDQUFDO1FBRG1CLHdCQUFtQixHQUFuQixtQkFBbUIsQ0FBcUI7UUFBbUIsMEJBQXFCLEdBQXJCLHFCQUFxQixDQUF1QjtRQUw3SCxlQUFVLEdBQWdCLEVBQUUsQ0FBQztJQU9wQyxDQUFDO0lBRU0sUUFBUTtRQUNiLEtBQUssQ0FBQyxRQUFRLEVBQUUsQ0FBQztRQUNqQixJQUFJLElBQUksQ0FBQyxTQUFTLENBQUMsS0FBSyxJQUFJLElBQUksQ0FBQyxTQUFTLENBQUMsS0FBSyxDQUFDLGNBQWMsRUFBRTtZQUMvRCxJQUFJLENBQUMsY0FBYyxHQUFHLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxzQkFBc0IsRUFBRSxDQUFDO1lBQ3hFLElBQUksQ0FBQyxZQUFZLEdBQUcsSUFBSSxDQUFDLGNBQWMsQ0FBQyxJQUFJLENBQzFDLFNBQVMsQ0FBQyxDQUFDLGFBQStCLEVBQUUsRUFBRSxDQUFDLEVBQUUsQ0FDN0MsSUFBSSxDQUFDLHFCQUFxQixDQUFDLHlCQUF5QixDQUNsRCxhQUFhLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxFQUFFLENBQUMsT0FBTyxDQUFDLHNCQUFzQixLQUFLLElBQUksQ0FBQyxTQUFTLENBQUMsS0FBSyxDQUFDLGNBQWMsQ0FBQyxDQUN0RyxDQUNGLENBQ0YsQ0FDRixDQUFDO1NBQ0g7SUFDSCxDQUFDOztzSEF6QlUsbUNBQW1DO3dFQUFuQyxtQ0FBbUM7UUNmaEQsOEJBQTJCO1FBQ3pCLGdDQUF1RjtRQUNyRiw2QkFBTztRQUNMLDBCQUFJO1FBQ0YsNkJBQWdDO1FBQzlCLDZCQUFnQztRQUM5QiwwQkFBSTtRQUFBLCtCQUFzQjtRQUFBLFlBQW1CO1FBQUEsaUJBQU87UUFBQSxpQkFBSztRQUMzRCxpQkFBSztRQUNQLGlCQUFLO1FBQ0wsMEJBQUk7UUFDRiwyRkFhUTs7UUFDVixpQkFBSztRQUNQLGlCQUFLO1FBQ1AsaUJBQVE7UUFDVixpQkFBUTtRQUNWLGlCQUFNOztRQXRCZ0MsZUFBbUI7UUFBbkIseUNBQW1CO1FBSVgsZUFBNkI7UUFBN0IsOERBQTZCOzt1RkRLOUQsbUNBQW1DO2NBTi9DLFNBQVM7ZUFBQztnQkFDVCxRQUFRLEVBQUUsbUNBQW1DO2dCQUM3QyxXQUFXLEVBQUUsZ0RBQWdEO2dCQUM3RCxTQUFTLEVBQUUsQ0FBQywyQkFBMkIsQ0FBQzthQUN6QzswR0FLUSxVQUFVO2tCQURoQixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBPYnNlcnZhYmxlLCBvZiB9IGZyb20gJ3J4anMnO1xuaW1wb3J0IHsgc3dpdGNoTWFwIH0gZnJvbSAncnhqcy9vcGVyYXRvcnMnO1xuaW1wb3J0IHsgQ2FzZUZpZWxkIH0gZnJvbSAnLi4vLi4vLi4vZG9tYWluL2RlZmluaXRpb24vY2FzZS1maWVsZC5tb2RlbCc7XG5pbXBvcnQgeyBPcmdhbmlzYXRpb25Db252ZXJ0ZXIgfSBmcm9tICcuLi8uLi8uLi9kb21haW4vb3JnYW5pc2F0aW9uL29yZ2FuaXNhdGlvbi1jb252ZXJ0ZXInO1xuaW1wb3J0IHsgU2ltcGxlT3JnYW5pc2F0aW9uTW9kZWwgfSBmcm9tICcuLi8uLi8uLi9kb21haW4vb3JnYW5pc2F0aW9uL3NpbXBsZS1vcmdhbmlzYXRpb24ubW9kZWwnO1xuaW1wb3J0IHsgT3JnYW5pc2F0aW9uU2VydmljZSwgT3JnYW5pc2F0aW9uVm0gfSBmcm9tICcuLi8uLi8uLi9zZXJ2aWNlcy9vcmdhbmlzYXRpb24vb3JnYW5pc2F0aW9uLnNlcnZpY2UnO1xuaW1wb3J0IHsgQWJzdHJhY3RGaWVsZFJlYWRDb21wb25lbnQgfSBmcm9tICcuLi9iYXNlLWZpZWxkL2Fic3RyYWN0LWZpZWxkLXJlYWQuY29tcG9uZW50JztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnY2NkLXJlYWQtb3JnYW5pc2F0aW9uLWZpZWxkLXRhYmxlJyxcbiAgdGVtcGxhdGVVcmw6ICcuL3JlYWQtb3JnYW5pc2F0aW9uLWZpZWxkLXRhYmxlLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vb3JnYW5pc2F0aW9uLWZpZWxkLnNjc3MnXVxufSlcblxuZXhwb3J0IGNsYXNzIFJlYWRPcmdhbmlzYXRpb25GaWVsZFRhYmxlQ29tcG9uZW50IGV4dGVuZHMgQWJzdHJhY3RGaWVsZFJlYWRDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuXG4gIEBJbnB1dCgpXG4gIHB1YmxpYyBjYXNlRmllbGRzOiBDYXNlRmllbGRbXSA9IFtdO1xuXG4gIHB1YmxpYyBvcmdhbmlzYXRpb25zJDogT2JzZXJ2YWJsZTxPcmdhbmlzYXRpb25WbVtdPjtcbiAgcHVibGljIHNlbGVjdGVkT3JnJDogT2JzZXJ2YWJsZTxTaW1wbGVPcmdhbmlzYXRpb25Nb2RlbD47XG5cbiAgY29uc3RydWN0b3IocHJpdmF0ZSByZWFkb25seSBvcmdhbmlzYXRpb25TZXJ2aWNlOiBPcmdhbmlzYXRpb25TZXJ2aWNlLCBwcml2YXRlIHJlYWRvbmx5IG9yZ2FuaXNhdGlvbkNvbnZlcnRlcjogT3JnYW5pc2F0aW9uQ29udmVydGVyKSB7XG4gICAgc3VwZXIoKTtcbiAgfVxuXG4gIHB1YmxpYyBuZ09uSW5pdCgpOiB2b2lkIHtcbiAgICBzdXBlci5uZ09uSW5pdCgpO1xuICAgIGlmICh0aGlzLmNhc2VGaWVsZC52YWx1ZSAmJiB0aGlzLmNhc2VGaWVsZC52YWx1ZS5PcmdhbmlzYXRpb25JRCkge1xuICAgICAgdGhpcy5vcmdhbmlzYXRpb25zJCA9IHRoaXMub3JnYW5pc2F0aW9uU2VydmljZS5nZXRBY3RpdmVPcmdhbmlzYXRpb25zKCk7XG4gICAgICB0aGlzLnNlbGVjdGVkT3JnJCA9IHRoaXMub3JnYW5pc2F0aW9ucyQucGlwZShcbiAgICAgICAgc3dpdGNoTWFwKChvcmdhbmlzYXRpb25zOiBPcmdhbmlzYXRpb25WbVtdKSA9PiBvZihcbiAgICAgICAgICAgIHRoaXMub3JnYW5pc2F0aW9uQ29udmVydGVyLnRvU2ltcGxlT3JnYW5pc2F0aW9uTW9kZWwoXG4gICAgICAgICAgICAgIG9yZ2FuaXNhdGlvbnMuZmluZChmaW5kT3JnID0+IGZpbmRPcmcub3JnYW5pc2F0aW9uSWRlbnRpZmllciA9PT0gdGhpcy5jYXNlRmllbGQudmFsdWUuT3JnYW5pc2F0aW9uSUQpXG4gICAgICAgICAgICApXG4gICAgICAgICAgKVxuICAgICAgICApXG4gICAgICApO1xuICAgIH1cbiAgfVxufVxuIiwiPGRpdiBjbGFzcz1cImNvbXBsZXgtcGFuZWxcIj5cbiAgPHRhYmxlIGNsYXNzPVwiY29tcGxleC1maWVsZC10YWJsZVwiIGFyaWEtZGVzY3JpYmVkYnk9XCJjb21wbGV4IG9yZ2FuaXNhdGlvbiBmaWVsZCB0YWJsZVwiPlxuICAgIDx0Ym9keT5cbiAgICAgIDx0cj5cbiAgICAgICAgPHRoIGNsYXNzPVwiY29tcGxleC1maWVsZC10aXRsZVwiPlxuICAgICAgICAgIDxkbCBjbGFzcz1cImNvbXBsZXgtcGFuZWwtdGl0bGVcIj5cbiAgICAgICAgICAgIDxkdD48c3BhbiBjbGFzcz1cInRleHQtMTZcIj57e2Nhc2VGaWVsZC5sYWJlbH19PC9zcGFuPjwvZHQ+XG4gICAgICAgICAgPC9kbD5cbiAgICAgICAgPC90aD5cbiAgICAgICAgPHRkPlxuICAgICAgICAgIDx0YWJsZSBjbGFzcz1cImNvbXBsZXgtZmllbGQtdGFibGVcIiAqbmdJZj1cIihzZWxlY3RlZE9yZyQgfCBhc3luYykgYXMgc2VsZWN0ZWRPcmdcIiBhcmlhLWRlc2NyaWJlZGJ5PVwiY29tcGxleCBzZWxlY3RlZCBvcmdhbmlzYXRpb24gZmllbGQgdGFibGVcIj5cbiAgICAgICAgICAgIDx0ciBjbGFzcz1cImNvbXBsZXgtcGFuZWwtY29tcG91bmQtZmllbGRcIj5cbiAgICAgICAgICAgICAgPHRoIHN0eWxlPVwiZGlzcGxheTogbm9uZTtcIj48L3RoPlxuICAgICAgICAgICAgICA8dGQgY2xhc3M9XCJsYWJlbC13aWR0aC1tZWRpdW1cIj48c3BhbiBjbGFzcz1cInRleHQtMTZcIj5OYW1lOjwvc3Bhbj48L3RkPlxuICAgICAgICAgICAgICA8dGQ+PHNwYW4gY2xhc3M9XCJ0ZXh0LTE2XCI+e3tzZWxlY3RlZE9yZy5uYW1lfX08L3NwYW4+PC90ZD5cbiAgICAgICAgICAgIDwvdHI+XG4gICAgICAgICAgICA8dHIgY2xhc3M9XCJjb21wbGV4LXBhbmVsLWNvbXBvdW5kLWZpZWxkXCI+XG4gICAgICAgICAgICAgIDx0aCBzdHlsZT1cImRpc3BsYXk6IG5vbmU7XCI+PC90aD5cbiAgICAgICAgICAgICAgPHRkIGNsYXNzPVwibGFiZWwtd2lkdGgtbWVkaXVtXCI+PHNwYW4gY2xhc3M9XCJ0ZXh0LTE2XCI+QWRkcmVzczo8L3NwYW4+PC90ZD5cbiAgICAgICAgICAgICAgPHRkPlxuICAgICAgICAgICAgICAgIDxjY2QtbWFya2Rvd24gW2NvbnRlbnRdPVwic2VsZWN0ZWRPcmcuYWRkcmVzc1wiPjwvY2NkLW1hcmtkb3duPlxuICAgICAgICAgICAgICA8L3RkPlxuICAgICAgICAgICAgPC90cj5cbiAgICAgICAgICA8L3RhYmxlPlxuICAgICAgICA8L3RkPlxuICAgICAgPC90cj5cbiAgICA8L3Rib2R5PlxuICA8L3RhYmxlPlxuPC9kaXY+XG4iXX0=