@hmcts/rpx-xui-common-lib 2.0.0-rc.3 → 2.1.0-angular-upgrade-11

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 (282) hide show
  1. package/bundles/hmcts-rpx-xui-common-lib.umd.js +3788 -3772
  2. package/bundles/hmcts-rpx-xui-common-lib.umd.js.map +1 -1
  3. package/bundles/hmcts-rpx-xui-common-lib.umd.min.js +1 -1
  4. package/bundles/hmcts-rpx-xui-common-lib.umd.min.js.map +1 -1
  5. package/esm2015/hmcts-rpx-xui-common-lib.js +59 -50
  6. package/esm2015/lib/components/accessibility/accessibility.component.js +2 -8
  7. package/esm2015/lib/components/checkbox-list/checkbox-list.component.js +14 -112
  8. package/esm2015/lib/components/contact-details/contact-details.component.js +2 -12
  9. package/esm2015/lib/components/cookie-banner/cookie-banner.component.js +68 -0
  10. package/esm2015/lib/components/due-date/due-date.component.js +7 -102
  11. package/esm2015/lib/components/exui-main-wrapper/exui-page-wrapper.component.js +7 -21
  12. package/esm2015/lib/components/find-location/find-location.component.js +120 -0
  13. package/esm2015/lib/components/find-person/find-person.component.js +118 -0
  14. package/esm2015/lib/components/generic-filter/generic-filter-utils.js +21 -0
  15. package/esm2015/lib/components/generic-filter/generic-filter.component.js +381 -0
  16. package/esm2015/lib/components/hmcts-session-dialog/hmcts-session-dialog.component.js +3 -18
  17. package/esm2015/lib/components/index.js +2 -7
  18. package/esm2015/lib/components/invite-user-form/invite-user-form.component.js +2 -22
  19. package/esm2015/lib/components/invite-user-permissions/invite-user-permission.component.js +2 -21
  20. package/esm2015/lib/components/loading-spinner/loading-spinner.component.js +7 -45
  21. package/esm2015/lib/components/pagination/pagination.component.js +28 -0
  22. package/esm2015/lib/components/public_api.js +33 -30
  23. package/esm2015/lib/components/search-judicials/search-judicials.component.js +126 -0
  24. package/esm2015/lib/components/search-location/search-location.component.js +114 -0
  25. package/esm2015/lib/components/search-venue/search-venue.component.js +123 -0
  26. package/esm2015/lib/components/selected-case/selected-case.component.js +20 -176
  27. package/esm2015/lib/components/selected-case-confirm/selected-case-confirm.component.js +6 -51
  28. package/esm2015/lib/components/selected-case-list/selected-case-list.component.js +3 -52
  29. package/esm2015/lib/components/service-message/service-message.component.js +2 -20
  30. package/esm2015/lib/components/service-messages/service-messages.component.js +8 -66
  31. package/esm2015/lib/components/share-case/share-case.component.js +7 -88
  32. package/esm2015/lib/components/share-case-confirm/share-case-confirm.component.js +4 -37
  33. package/esm2015/lib/components/tab/tab.component.js +2 -26
  34. package/esm2015/lib/components/tc-confirm/tc-confirm.component.js +2 -17
  35. package/esm2015/lib/components/terms-and-conditions/tc-display/tc-display-html/tc-display-html.component.js +2 -8
  36. package/esm2015/lib/components/terms-and-conditions/tc-display/tc-display-plain/tc-display-plain.component.js +2 -8
  37. package/esm2015/lib/components/terms-and-conditions/terms-and-conditions.component.js +2 -12
  38. package/esm2015/lib/components/user-details/user-details.component.js +2 -39
  39. package/esm2015/lib/components/user-list/user-list.component.js +15 -19
  40. package/esm2015/lib/components/user-select/user-select.component.js +5 -52
  41. package/esm2015/lib/directives/feature-toggle/feature-toggle.directive.js +3 -56
  42. package/esm2015/lib/directives/index.js +2 -7
  43. package/esm2015/lib/directives/let/let.directive.js +1 -39
  44. package/esm2015/lib/directives/public-api.js +3 -8
  45. package/esm2015/lib/exui-common-lib.module.js +33 -34
  46. package/esm2015/lib/gov-ui/components/gov-uk-checkbox/gov-uk-checkbox.component.js +2 -22
  47. package/esm2015/lib/gov-ui/components/gov-uk-checkboxes/gov-uk-checkboxes.component.js +2 -13
  48. package/esm2015/lib/gov-ui/components/gov-uk-date/gov-uk-date.component.js +49 -27
  49. package/esm2015/lib/gov-ui/components/gov-uk-error-message/gov-uk-error-message.component.js +2 -14
  50. package/esm2015/lib/gov-ui/components/gov-uk-fieldset/gov-uk-fieldset.component.js +2 -17
  51. package/esm2015/lib/gov-ui/components/gov-uk-file-upload/gov-uk-file-upload.component.js +2 -24
  52. package/esm2015/lib/gov-ui/components/gov-uk-form-group-wrapper/gov-uk-form-group-wrapper.component.js +2 -16
  53. package/esm2015/lib/gov-ui/components/gov-uk-input/gov-uk-input.component.js +3 -23
  54. package/esm2015/lib/gov-ui/components/gov-uk-label/gov-uk-label.component.js +2 -12
  55. package/esm2015/lib/gov-ui/components/gov-uk-radio/gov-uk-radio.component.js +6 -24
  56. package/esm2015/lib/gov-ui/components/gov-uk-radios/gov-uk-radios.component.js +2 -13
  57. package/esm2015/lib/gov-ui/components/gov-uk-select/gov-uk-select.component.js +2 -21
  58. package/esm2015/lib/gov-ui/components/gov-uk-table/gov-uk-table.component.js +2 -32
  59. package/esm2015/lib/gov-ui/components/gov-uk-textarea/gov-uk-textarea.component.js +2 -18
  60. package/esm2015/lib/gov-ui/components/hmcts-banner/hmcts-banner.component.js +2 -14
  61. package/esm2015/lib/gov-ui/components/hmcts-error-summary/hmcts-error-summary.component.js +2 -44
  62. package/esm2015/lib/gov-ui/components/hmcts-identity-bar/hmcts-identity-bar.component.js +2 -16
  63. package/esm2015/lib/gov-ui/components/hmcts-main-wrapper/hmcts-main-wrapper.component.js +2 -36
  64. package/esm2015/lib/gov-ui/components/hmcts-pagination/hmcts-pagination.component.js +28 -0
  65. package/esm2015/lib/gov-ui/components/hmcts-primary-navigation/hmcts-primary-navigation.component.js +2 -22
  66. package/esm2015/lib/gov-ui/components/hmcts-sub-navigation/hmcts-sub-navigation.component.js +4 -26
  67. package/esm2015/lib/gov-ui/components/index.js +2 -7
  68. package/esm2015/lib/gov-ui/components/public_api.js +22 -26
  69. package/esm2015/lib/gov-ui/directives/remove-host.directive.js +1 -22
  70. package/esm2015/lib/gov-ui/gov-ui.service.js +2 -8
  71. package/esm2015/lib/gov-ui/index.js +2 -7
  72. package/esm2015/lib/gov-ui/models/banner-data-model.js +2 -16
  73. package/esm2015/lib/gov-ui/models/checkboxes-model.js +2 -22
  74. package/esm2015/lib/gov-ui/models/error-messages-model.js +2 -16
  75. package/esm2015/lib/gov-ui/models/gov-ui-config-model.js +2 -36
  76. package/esm2015/lib/gov-ui/models/index.js +2 -7
  77. package/esm2015/lib/gov-ui/models/isession-storage.interface.js +2 -0
  78. package/esm2015/lib/gov-ui/models/public_api.js +5 -10
  79. package/esm2015/lib/gov-ui/public_api.js +5 -11
  80. package/esm2015/lib/gov-ui/util/helpers/html-templates.helper.js +4 -14
  81. package/esm2015/lib/gov-ui/util/session-storage/session-storage-utils.js +22 -0
  82. package/esm2015/lib/gov-ui/validators/checkboxes-be-checked.validator.js +5 -24
  83. package/esm2015/lib/gov-ui/validators/date.validator.js +3 -20
  84. package/esm2015/lib/gov-ui/validators/index.js +2 -7
  85. package/esm2015/lib/gov-ui/validators/public_api.js +4 -9
  86. package/esm2015/lib/gov-ui/validators/radio-group.validator.js +3 -15
  87. package/esm2015/lib/models/case-share.model.js +2 -26
  88. package/esm2015/lib/models/contact-details.model.js +7 -31
  89. package/esm2015/lib/models/due-date.model.js +7 -14
  90. package/esm2015/lib/models/feature-user.js +1 -16
  91. package/esm2015/lib/models/filter.model.js +3 -0
  92. package/esm2015/lib/models/idle-config.model.js +2 -20
  93. package/esm2015/lib/models/index.js +14 -7
  94. package/esm2015/lib/models/location.model.js +2 -0
  95. package/esm2015/lib/models/pagination.model.js +2 -0
  96. package/esm2015/lib/models/person.model.js +17 -0
  97. package/esm2015/lib/models/public_api.js +6 -15
  98. package/esm2015/lib/models/search-options.model.js +2 -0
  99. package/esm2015/lib/models/tcDocument.model.js +2 -18
  100. package/esm2015/lib/models/timeout-notification.model.js +2 -18
  101. package/esm2015/lib/models/user-details.model.js +2 -22
  102. package/esm2015/lib/models/user.model.js +2 -25
  103. package/esm2015/lib/services/case-sharing-state/case-sharing-state.service.js +9 -84
  104. package/esm2015/lib/services/cookie/cookie.service.js +47 -0
  105. package/esm2015/lib/services/feature-toggle/feature-toggle.guard.js +10 -43
  106. package/esm2015/lib/services/feature-toggle/feature-toggle.service.js +3 -28
  107. package/esm2015/lib/services/feature-toggle/launch-darkly.service.js +20 -95
  108. package/esm2015/lib/services/filter/filter.service.js +64 -0
  109. package/esm2015/lib/services/find-person/find-person.service.js +106 -0
  110. package/esm2015/lib/services/google-analytics/google-analytics.service.js +8 -63
  111. package/esm2015/lib/services/google-tag-manager/google-tag-manager.service.js +10 -64
  112. package/esm2015/lib/services/index.js +2 -7
  113. package/esm2015/lib/services/loading/loading.service.js +10 -50
  114. package/esm2015/lib/services/locations/location.service.js +39 -0
  115. package/esm2015/lib/services/manage-session/manage-session.services.js +11 -64
  116. package/esm2015/lib/services/public-api.js +13 -17
  117. package/esm2015/lib/services/role-guard/role.guard.js +12 -53
  118. package/esm2015/lib/services/role-guard/role.service.js +2 -21
  119. package/esm2015/lib/services/session-storage/session-storage.service.js +41 -0
  120. package/esm2015/lib/services/timeout-notifications/timeout-notifications.service.js +10 -76
  121. package/esm2015/lib/window.js +1 -10
  122. package/esm2015/public-api.js +8 -13
  123. package/fesm2015/hmcts-rpx-xui-common-lib.js +1862 -1835
  124. package/fesm2015/hmcts-rpx-xui-common-lib.js.map +1 -1
  125. package/hmcts-rpx-xui-common-lib.d.ts +57 -43
  126. package/hmcts-rpx-xui-common-lib.metadata.json +1 -1
  127. package/lib/components/checkbox-list/checkbox-list.component.d.ts +6 -5
  128. package/lib/components/cookie-banner/cookie-banner.component.d.ts +20 -0
  129. package/lib/components/due-date/due-date.component.d.ts +4 -4
  130. package/lib/components/find-location/find-location.component.d.ts +33 -0
  131. package/lib/components/find-person/find-person.component.d.ts +40 -0
  132. package/lib/components/generic-filter/generic-filter-utils.d.ts +8 -0
  133. package/lib/components/generic-filter/generic-filter.component.d.ts +42 -0
  134. package/lib/components/hmcts-session-dialog/hmcts-session-dialog.component.d.ts +1 -1
  135. package/lib/components/invite-user-form/invite-user-form.component.d.ts +2 -2
  136. package/lib/components/loading-spinner/loading-spinner.component.d.ts +1 -7
  137. package/lib/components/pagination/pagination.component.d.ts +10 -0
  138. package/lib/components/public_api.d.ts +12 -4
  139. package/lib/components/search-judicials/search-judicials.component.d.ts +37 -0
  140. package/lib/components/search-location/search-location.component.d.ts +40 -0
  141. package/lib/components/search-venue/search-venue.component.d.ts +37 -0
  142. package/lib/components/user-list/user-list.component.d.ts +9 -2
  143. package/lib/directives/feature-toggle/feature-toggle.directive.d.ts +1 -1
  144. package/lib/directives/let/let.directive.d.ts +1 -1
  145. package/lib/exui-common-lib.module.d.ts +11 -11
  146. package/lib/gov-ui/components/gov-uk-date/gov-uk-date.component.d.ts +8 -0
  147. package/lib/gov-ui/components/hmcts-error-summary/hmcts-error-summary.component.d.ts +1 -1
  148. package/lib/gov-ui/components/hmcts-identity-bar/hmcts-identity-bar.component.d.ts +1 -1
  149. package/lib/gov-ui/components/hmcts-main-wrapper/hmcts-main-wrapper.component.d.ts +1 -1
  150. package/lib/gov-ui/components/hmcts-pagination/hmcts-pagination.component.d.ts +10 -0
  151. package/lib/gov-ui/components/hmcts-primary-navigation/hmcts-primary-navigation.component.d.ts +1 -1
  152. package/lib/gov-ui/components/hmcts-sub-navigation/hmcts-sub-navigation.component.d.ts +2 -0
  153. package/lib/gov-ui/components/public_api.d.ts +20 -19
  154. package/lib/gov-ui/models/isession-storage.interface.d.ts +4 -0
  155. package/lib/gov-ui/public_api.d.ts +1 -2
  156. package/lib/gov-ui/util/session-storage/session-storage-utils.d.ts +6 -0
  157. package/lib/models/due-date.model.d.ts +1 -1
  158. package/lib/models/filter.model.d.ts +65 -0
  159. package/lib/models/index.d.ts +12 -0
  160. package/lib/models/location.model.d.ts +49 -0
  161. package/lib/models/pagination.model.d.ts +5 -0
  162. package/lib/models/person.model.d.ts +43 -0
  163. package/lib/models/public_api.d.ts +2 -6
  164. package/lib/models/search-options.model.d.ts +8 -0
  165. package/lib/services/case-sharing-state/case-sharing-state.service.d.ts +1 -1
  166. package/lib/services/cookie/cookie.service.d.ts +9 -0
  167. package/lib/services/feature-toggle/feature-toggle.service.d.ts +1 -1
  168. package/lib/services/feature-toggle/launch-darkly.service.d.ts +4 -5
  169. package/lib/services/filter/filter.service.d.ts +15 -0
  170. package/lib/services/find-person/find-person.service.d.ts +17 -0
  171. package/lib/services/loading/loading.service.d.ts +2 -2
  172. package/lib/services/locations/location.service.d.ts +23 -0
  173. package/lib/services/public-api.d.ts +4 -3
  174. package/lib/services/role-guard/role.service.d.ts +2 -1
  175. package/lib/services/session-storage/session-storage.service.d.ts +20 -0
  176. package/lib/window.d.ts +2 -2
  177. package/package.json +8 -16
  178. package/public-api.d.ts +2 -2
  179. package/esm2015/lib/gov-ui/directives/index.js +0 -7
  180. package/esm2015/lib/gov-ui/directives/public_api.js +0 -7
  181. package/esm5/hmcts-rpx-xui-common-lib.js +0 -59
  182. package/esm5/lib/components/accessibility/accessibility.component.js +0 -22
  183. package/esm5/lib/components/checkbox-list/checkbox-list.component.js +0 -391
  184. package/esm5/lib/components/contact-details/contact-details.component.js +0 -29
  185. package/esm5/lib/components/due-date/due-date.component.js +0 -254
  186. package/esm5/lib/components/exui-main-wrapper/exui-page-wrapper.component.js +0 -45
  187. package/esm5/lib/components/hmcts-session-dialog/hmcts-session-dialog.component.js +0 -47
  188. package/esm5/lib/components/index.js +0 -7
  189. package/esm5/lib/components/invite-user-form/invite-user-form.component.js +0 -54
  190. package/esm5/lib/components/invite-user-permissions/invite-user-permission.component.js +0 -46
  191. package/esm5/lib/components/loading-spinner/loading-spinner.component.js +0 -61
  192. package/esm5/lib/components/public_api.js +0 -30
  193. package/esm5/lib/components/selected-case/selected-case.component.js +0 -430
  194. package/esm5/lib/components/selected-case-confirm/selected-case-confirm.component.js +0 -91
  195. package/esm5/lib/components/selected-case-list/selected-case-list.component.js +0 -109
  196. package/esm5/lib/components/service-message/service-message.component.js +0 -46
  197. package/esm5/lib/components/service-messages/service-messages.component.js +0 -122
  198. package/esm5/lib/components/share-case/share-case.component.js +0 -223
  199. package/esm5/lib/components/share-case-confirm/share-case-confirm.component.js +0 -70
  200. package/esm5/lib/components/tab/tab.component.js +0 -51
  201. package/esm5/lib/components/tc-confirm/tc-confirm.component.js +0 -42
  202. package/esm5/lib/components/terms-and-conditions/tc-display/tc-display-html/tc-display-html.component.js +0 -22
  203. package/esm5/lib/components/terms-and-conditions/tc-display/tc-display-plain/tc-display-plain.component.js +0 -22
  204. package/esm5/lib/components/terms-and-conditions/terms-and-conditions.component.js +0 -29
  205. package/esm5/lib/components/user-details/user-details.component.js +0 -92
  206. package/esm5/lib/components/user-list/user-list.component.js +0 -43
  207. package/esm5/lib/components/user-select/user-select.component.js +0 -131
  208. package/esm5/lib/directives/feature-toggle/feature-toggle.directive.js +0 -104
  209. package/esm5/lib/directives/index.js +0 -7
  210. package/esm5/lib/directives/let/let.directive.js +0 -78
  211. package/esm5/lib/directives/public-api.js +0 -8
  212. package/esm5/lib/exui-common-lib.module.js +0 -156
  213. package/esm5/lib/gov-ui/components/gov-uk-checkbox/gov-uk-checkbox.component.js +0 -56
  214. package/esm5/lib/gov-ui/components/gov-uk-checkboxes/gov-uk-checkboxes.component.js +0 -36
  215. package/esm5/lib/gov-ui/components/gov-uk-date/gov-uk-date.component.js +0 -48
  216. package/esm5/lib/gov-ui/components/gov-uk-error-message/gov-uk-error-message.component.js +0 -37
  217. package/esm5/lib/gov-ui/components/gov-uk-fieldset/gov-uk-fieldset.component.js +0 -49
  218. package/esm5/lib/gov-ui/components/gov-uk-file-upload/gov-uk-file-upload.component.js +0 -65
  219. package/esm5/lib/gov-ui/components/gov-uk-form-group-wrapper/gov-uk-form-group-wrapper.component.js +0 -40
  220. package/esm5/lib/gov-ui/components/gov-uk-input/gov-uk-input.component.js +0 -66
  221. package/esm5/lib/gov-ui/components/gov-uk-label/gov-uk-label.component.js +0 -34
  222. package/esm5/lib/gov-ui/components/gov-uk-radio/gov-uk-radio.component.js +0 -67
  223. package/esm5/lib/gov-ui/components/gov-uk-radios/gov-uk-radios.component.js +0 -36
  224. package/esm5/lib/gov-ui/components/gov-uk-select/gov-uk-select.component.js +0 -52
  225. package/esm5/lib/gov-ui/components/gov-uk-table/gov-uk-table.component.js +0 -77
  226. package/esm5/lib/gov-ui/components/gov-uk-textarea/gov-uk-textarea.component.js +0 -50
  227. package/esm5/lib/gov-ui/components/hmcts-banner/hmcts-banner.component.js +0 -38
  228. package/esm5/lib/gov-ui/components/hmcts-error-summary/hmcts-error-summary.component.js +0 -108
  229. package/esm5/lib/gov-ui/components/hmcts-identity-bar/hmcts-identity-bar.component.js +0 -40
  230. package/esm5/lib/gov-ui/components/hmcts-main-wrapper/hmcts-main-wrapper.component.js +0 -87
  231. package/esm5/lib/gov-ui/components/hmcts-primary-navigation/hmcts-primary-navigation.component.js +0 -49
  232. package/esm5/lib/gov-ui/components/hmcts-sub-navigation/hmcts-sub-navigation.component.js +0 -41
  233. package/esm5/lib/gov-ui/components/index.js +0 -7
  234. package/esm5/lib/gov-ui/components/public_api.js +0 -26
  235. package/esm5/lib/gov-ui/directives/index.js +0 -7
  236. package/esm5/lib/gov-ui/directives/public_api.js +0 -7
  237. package/esm5/lib/gov-ui/directives/remove-host.directive.js +0 -52
  238. package/esm5/lib/gov-ui/gov-ui.service.js +0 -22
  239. package/esm5/lib/gov-ui/index.js +0 -7
  240. package/esm5/lib/gov-ui/models/banner-data-model.js +0 -16
  241. package/esm5/lib/gov-ui/models/checkboxes-model.js +0 -22
  242. package/esm5/lib/gov-ui/models/error-messages-model.js +0 -16
  243. package/esm5/lib/gov-ui/models/gov-ui-config-model.js +0 -36
  244. package/esm5/lib/gov-ui/models/index.js +0 -7
  245. package/esm5/lib/gov-ui/models/public_api.js +0 -13
  246. package/esm5/lib/gov-ui/public_api.js +0 -14
  247. package/esm5/lib/gov-ui/util/helpers/html-templates.helper.js +0 -57
  248. package/esm5/lib/gov-ui/validators/checkboxes-be-checked.validator.js +0 -38
  249. package/esm5/lib/gov-ui/validators/date.validator.js +0 -32
  250. package/esm5/lib/gov-ui/validators/index.js +0 -7
  251. package/esm5/lib/gov-ui/validators/public_api.js +0 -12
  252. package/esm5/lib/gov-ui/validators/radio-group.validator.js +0 -27
  253. package/esm5/lib/models/case-share.model.js +0 -26
  254. package/esm5/lib/models/contact-details.model.js +0 -31
  255. package/esm5/lib/models/due-date.model.js +0 -15
  256. package/esm5/lib/models/feature-user.js +0 -28
  257. package/esm5/lib/models/idle-config.model.js +0 -20
  258. package/esm5/lib/models/index.js +0 -7
  259. package/esm5/lib/models/public_api.js +0 -15
  260. package/esm5/lib/models/tcDocument.model.js +0 -18
  261. package/esm5/lib/models/timeout-notification.model.js +0 -18
  262. package/esm5/lib/models/user-details.model.js +0 -22
  263. package/esm5/lib/models/user.model.js +0 -25
  264. package/esm5/lib/services/case-sharing-state/case-sharing-state.service.js +0 -289
  265. package/esm5/lib/services/feature-toggle/feature-toggle.guard.js +0 -83
  266. package/esm5/lib/services/feature-toggle/feature-toggle.service.js +0 -88
  267. package/esm5/lib/services/feature-toggle/launch-darkly.service.js +0 -177
  268. package/esm5/lib/services/google-analytics/google-analytics.service.js +0 -128
  269. package/esm5/lib/services/google-tag-manager/google-tag-manager.service.js +0 -135
  270. package/esm5/lib/services/index.js +0 -7
  271. package/esm5/lib/services/loading/loading.service.js +0 -100
  272. package/esm5/lib/services/manage-session/manage-session.services.js +0 -111
  273. package/esm5/lib/services/public-api.js +0 -20
  274. package/esm5/lib/services/role-guard/role.guard.js +0 -81
  275. package/esm5/lib/services/role-guard/role.service.js +0 -45
  276. package/esm5/lib/services/timeout-notifications/timeout-notifications.service.js +0 -190
  277. package/esm5/lib/window.js +0 -13
  278. package/esm5/public-api.js +0 -16
  279. package/fesm5/hmcts-rpx-xui-common-lib.js +0 -4751
  280. package/fesm5/hmcts-rpx-xui-common-lib.js.map +0 -1
  281. package/lib/gov-ui/directives/index.d.ts +0 -1
  282. package/lib/gov-ui/directives/public_api.d.ts +0 -1
@@ -0,0 +1,65 @@
1
+ import { PersonRole } from './person.model';
2
+ export declare type FilterFieldType = 'checkbox' | 'radio' | 'select' | 'find-person' | 'find-location' | 'checkbox-large';
3
+ export declare type FilterPersistence = 'local' | 'session' | 'memory';
4
+ export interface FilterConfig {
5
+ id: string;
6
+ fields: FilterFieldConfig[];
7
+ persistence: FilterPersistence;
8
+ applyButtonText: string;
9
+ cancelButtonText: string;
10
+ cancelSetting?: FilterSetting;
11
+ enableDisabledButton?: boolean;
12
+ showCancelFilterButton?: boolean;
13
+ }
14
+ export interface FilterFieldConfig {
15
+ name: string;
16
+ options: {
17
+ key: string;
18
+ label: string;
19
+ selectAll?: true;
20
+ }[];
21
+ minSelected: number;
22
+ maxSelected: number;
23
+ minSelectedError?: string;
24
+ maxSelectedError?: string;
25
+ displayMaxSelectedError?: boolean;
26
+ displayMinSelectedError?: boolean;
27
+ lineBreakBefore?: boolean;
28
+ showCondition?: string;
29
+ enableCondition?: string;
30
+ enableAddLocationButton?: boolean;
31
+ changeResetFields?: string[];
32
+ findPersonField?: string;
33
+ findLocationField?: string;
34
+ domainField?: string;
35
+ disable?: boolean;
36
+ disabledText?: string;
37
+ type: FilterFieldType;
38
+ domain?: PersonRole;
39
+ title?: string;
40
+ subTitle?: string;
41
+ locationTitle?: string;
42
+ radioSelectionChange?: string;
43
+ }
44
+ export interface FilterSetting {
45
+ id: string;
46
+ reset?: boolean;
47
+ fields: {
48
+ name: string;
49
+ value: any[];
50
+ }[];
51
+ }
52
+ export declare class RadioFilterFieldConfig implements FilterFieldConfig {
53
+ name: string;
54
+ options: {
55
+ key: string;
56
+ label: string;
57
+ }[];
58
+ minSelected: 1;
59
+ maxSelected: 1;
60
+ type: 'radio';
61
+ }
62
+ export interface FilterError {
63
+ name: string;
64
+ error: string;
65
+ }
@@ -1 +1,13 @@
1
+ export * from './case-share.model';
2
+ export * from './contact-details.model';
3
+ export * from './due-date.model';
4
+ export * from './feature-user';
5
+ export * from './idle-config.model';
6
+ export * from './pagination.model';
7
+ export * from './person.model';
1
8
  export * from './public_api';
9
+ export * from './search-options.model';
10
+ export * from './tcDocument.model';
11
+ export * from './timeout-notification.model';
12
+ export * from './user-details.model';
13
+ export * from './user.model';
@@ -0,0 +1,49 @@
1
+ export interface LocationModel {
2
+ court_venue_id: string;
3
+ site_name: string;
4
+ court_name?: string;
5
+ epimms_id: string;
6
+ open_for_public?: string;
7
+ court_type_id: string;
8
+ court_type: string;
9
+ region_id: string;
10
+ region: string;
11
+ cluster_id?: string;
12
+ cluster_name?: string;
13
+ court_status?: string;
14
+ court_open_date?: string;
15
+ closed_date?: string;
16
+ postcode: string;
17
+ court_address: string;
18
+ phone_number?: string;
19
+ court_location_code?: string;
20
+ dx_address?: string;
21
+ welsh_site_name?: string;
22
+ welsh_court_address?: string;
23
+ venue_name?: string;
24
+ is_case_management_location: string;
25
+ is_hearing_location: string;
26
+ }
27
+ export interface LocationByEPIMMSModel {
28
+ epimms_id: string;
29
+ site_name: string;
30
+ court_name?: string;
31
+ open_for_public?: string;
32
+ region_id: string;
33
+ region: string;
34
+ cluster_id?: string;
35
+ cluster_name?: string;
36
+ court_status?: string;
37
+ court_open_date?: string;
38
+ closed_date?: string;
39
+ postcode: string;
40
+ court_address: string;
41
+ phone_number?: string;
42
+ court_location_code?: string;
43
+ dx_address?: string;
44
+ welsh_site_name?: string;
45
+ welsh_court_address?: string;
46
+ venue_name?: string;
47
+ is_case_management_location: string;
48
+ is_hearing_location: string;
49
+ }
@@ -0,0 +1,5 @@
1
+ export interface Pagination {
2
+ itemsPerPage: number;
3
+ currentPage: number;
4
+ totalItems: number;
5
+ }
@@ -0,0 +1,43 @@
1
+ export interface Person {
2
+ id: string;
3
+ name: string;
4
+ email?: string;
5
+ domain: string;
6
+ knownAs?: string;
7
+ }
8
+ export interface JudicialUserModel {
9
+ emailId: string;
10
+ fullName: string;
11
+ idamId: string;
12
+ isJudge: string;
13
+ isMagistrate: string;
14
+ isPanelMember: string;
15
+ knownAs: string;
16
+ personalCode: string;
17
+ surname: string;
18
+ title: string;
19
+ }
20
+ export interface CaseworkersByService {
21
+ service: string;
22
+ caseworkers: Caseworker[];
23
+ }
24
+ export interface Caseworker {
25
+ idamId: string;
26
+ firstName: string;
27
+ lastName: string;
28
+ email: string;
29
+ knownAs?: string;
30
+ roleCategory: string;
31
+ }
32
+ export declare enum PersonRole {
33
+ JUDICIAL = "Judicial",
34
+ CASEWORKER = "Legal Ops",
35
+ ADMIN = "Admin",
36
+ ALL = "All"
37
+ }
38
+ export declare enum RoleCategory {
39
+ JUDICIAL = "JUDICIAL",
40
+ CASEWORKER = "LEGAL_OPERATIONS",
41
+ ADMIN = "ADMIN",
42
+ ALL = "ALL"
43
+ }
@@ -1,9 +1,5 @@
1
- export * from './case-share.model';
1
+ export * from './tcDocument.model';
2
2
  export * from './contact-details.model';
3
- export { BadgeColour, SECONDS_IN_A_DAY } from './due-date.model';
4
3
  export * from './feature-user';
5
- export * from './idle-config.model';
6
- export * from './tcDocument.model';
7
- export * from './timeout-notification.model';
8
- export * from './user-details.model';
9
4
  export * from './user.model';
5
+ export * from './filter.model';
@@ -0,0 +1,8 @@
1
+ import { PersonRole } from './person.model';
2
+ export interface SearchOptions {
3
+ searchTerm: string;
4
+ userRole: PersonRole;
5
+ services: string[];
6
+ userIncluded?: boolean;
7
+ assignedUser?: string;
8
+ }
@@ -3,7 +3,7 @@ import { UserDetails } from '../../models/user-details.model';
3
3
  export declare class CaseSharingStateService {
4
4
  private caseState;
5
5
  private readonly subject;
6
- readonly state: import("rxjs").Observable<SharedCase[]>;
6
+ get state(): import("rxjs").Observable<SharedCase[]>;
7
7
  constructor();
8
8
  setCases(cases: SharedCase[]): void;
9
9
  getCases(): SharedCase[];
@@ -0,0 +1,9 @@
1
+ export declare class CookieService {
2
+ private readonly document?;
3
+ constructor(doc?: any);
4
+ setCookie(key: string, value: string, expiryDate?: string): void;
5
+ getCookie(key: string): string;
6
+ deleteCookie(key: string, path?: string, domain?: string): void;
7
+ deleteCookieByPartialMatch(key: string, path?: string, domain?: string): void;
8
+ checkCookie(key: string): boolean;
9
+ }
@@ -1,7 +1,7 @@
1
1
  import { Observable } from 'rxjs';
2
2
  import { FeatureUser } from '../../models/feature-user';
3
3
  export declare class FeatureToggleService {
4
- initialize(_user: FeatureUser): void;
4
+ initialize(_user: FeatureUser, _clientId: string): void;
5
5
  isEnabled(_feature: string): Observable<boolean>;
6
6
  getValue<R>(_key: string, _defaultValue: R): Observable<R>;
7
7
  getValueOnce<R>(_key: string, _defaultValue: R): Observable<R>;
@@ -1,14 +1,13 @@
1
- import { InjectionToken } from '@angular/core';
2
1
  import { Observable } from 'rxjs';
3
2
  import { FeatureUser } from '../../models/feature-user';
4
3
  import { FeatureToggleService } from './feature-toggle.service';
5
- export declare const LAUNCHDARKLYKEY: InjectionToken<string>;
6
4
  export declare class LaunchDarklyService implements FeatureToggleService {
7
- private readonly client;
5
+ private client;
8
6
  private readonly ready;
9
7
  private readonly features;
10
- constructor(key: string);
11
- initialize(user?: FeatureUser): void;
8
+ private user;
9
+ private clientId;
10
+ initialize(user: FeatureUser, clientId: string): void;
12
11
  isEnabled(feature: string): Observable<boolean>;
13
12
  getArray<R = any>(feature: string): Observable<R[]>;
14
13
  getValue<R>(feature: string, defaultValue: R): Observable<R>;
@@ -0,0 +1,15 @@
1
+ import { BehaviorSubject, Observable } from 'rxjs';
2
+ import { FilterError, FilterPersistence, FilterSetting } from '../../models';
3
+ export declare class FilterService {
4
+ givenErrors: BehaviorSubject<FilterError[]>;
5
+ isInitialSetting: boolean;
6
+ private readonly filterSettings;
7
+ private readonly streams;
8
+ persist(setting: FilterSetting, persistence: FilterPersistence): void;
9
+ get(id: string): FilterSetting | null;
10
+ getStream(id: string): Observable<FilterSetting>;
11
+ private persistLocal;
12
+ private persistSession;
13
+ private persistMemory;
14
+ private updateStreams;
15
+ }
@@ -0,0 +1,17 @@
1
+ import { HttpClient } from '@angular/common/http';
2
+ import { Observable } from 'rxjs';
3
+ import { Caseworker, JudicialUserModel, Person, SearchOptions } from '../../models';
4
+ import { SessionStorageService } from '../session-storage/session-storage.service';
5
+ export declare class FindAPersonService {
6
+ private readonly http;
7
+ private readonly sessionStorageService;
8
+ static caseworkersKey: string;
9
+ userId: string;
10
+ assignedUser: string;
11
+ constructor(http: HttpClient, sessionStorageService: SessionStorageService);
12
+ find(searchOptions: SearchOptions): Observable<Person[]>;
13
+ findCaseworkers(searchOptions: SearchOptions): Observable<Person[]>;
14
+ mapCaseworkers(caseworkers: Caseworker[], roleCategory: string): Person[];
15
+ searchInCaseworkers(caseworkers: Caseworker[], searchOptions: SearchOptions): Person[];
16
+ searchJudicial(value: string, serviceId: string): Observable<JudicialUserModel[]>;
17
+ }
@@ -1,11 +1,11 @@
1
1
  import { Observable } from 'rxjs';
2
2
  export declare abstract class HasLoadingState {
3
- abstract readonly isLoading: Observable<boolean>;
3
+ get isLoading(): Observable<boolean>;
4
4
  }
5
5
  export declare class LoadingService implements HasLoadingState {
6
6
  private readonly registered;
7
7
  private readonly loading;
8
- readonly isLoading: Observable<boolean>;
8
+ get isLoading(): Observable<boolean>;
9
9
  register(): string;
10
10
  unregister(token: string): void;
11
11
  private generateToken;
@@ -0,0 +1,23 @@
1
+ import { HttpClient } from '@angular/common/http';
2
+ import { Observable } from 'rxjs';
3
+ import { LocationByEPIMMSModel } from '../../models/location.model';
4
+ export declare class LocationService {
5
+ private readonly http;
6
+ constructor(http: HttpClient);
7
+ /**
8
+ * @description getAllLocations from service Ids/location type/search term
9
+ * @param serviceIds: SSCS | SSCS,IA split with ','
10
+ * @param locationType: optional | hearing | case_management
11
+ * @param searchTerm: any search term for postcode | site name | venue name |court name | court address etc.
12
+ * @return Observable<LocationByEPIMMSModel[]>: Array of locationModel in Observable
13
+ */
14
+ getAllLocations(serviceIds: string, locationType: string, searchTerm: string): Observable<LocationByEPIMMSModel[]>;
15
+ /**
16
+ * @description searchLocations from service Ids/location type/search term
17
+ * @param serviceIds: BBA3 | BBA3,BFA1 split with ','
18
+ * @param locationType: optional | hearing | case_management
19
+ * @param searchTerm: any search term for postcode | site name | venue name |court name | court address etc.
20
+ * @return Observable<LocationByEPIMMSModel[]>: Array of locationModel in Observable
21
+ */
22
+ searchLocations(serviceIds: string, locationType: string, searchTerm: string): Observable<LocationByEPIMMSModel[]>;
23
+ }
@@ -1,11 +1,12 @@
1
- export * from './case-sharing-state/case-sharing-state.service';
2
1
  export * from './feature-toggle/feature-toggle.guard';
3
2
  export * from './feature-toggle/feature-toggle.service';
4
3
  export * from './feature-toggle/launch-darkly.service';
5
4
  export * from './google-analytics/google-analytics.service';
6
5
  export * from './google-tag-manager/google-tag-manager.service';
7
- export * from './loading/loading.service';
8
6
  export * from './manage-session/manage-session.services';
7
+ export * from './timeout-notifications/timeout-notifications.service';
9
8
  export * from './role-guard/role.guard';
10
9
  export * from './role-guard/role.service';
11
- export * from './timeout-notifications/timeout-notifications.service';
10
+ export * from './cookie/cookie.service';
11
+ export * from './loading/loading.service';
12
+ export * from './filter/filter.service';
@@ -2,5 +2,6 @@ export declare type Role = string;
2
2
  export declare type Roles = Role[];
3
3
  export declare class RoleService {
4
4
  private pRoles;
5
- roles: Roles;
5
+ get roles(): Roles;
6
+ set roles(roles: Roles);
6
7
  }
@@ -0,0 +1,20 @@
1
+ export declare class SessionStorageService {
2
+ /**
3
+ * Get an item from the session storage.
4
+ * If remove is true, the item will be removed once read
5
+ * @param removeAfterRead removed the key once it has been read
6
+ */
7
+ getItem(key: string, removeAfterRead?: boolean): string;
8
+ /**
9
+ * Set an item in the session storage.
10
+ */
11
+ setItem(key: string, value: string): void;
12
+ /**
13
+ * Remove an item in the session storage.
14
+ */
15
+ removeItem(key: string): void;
16
+ /**
17
+ * Clear all the items held in session storage.
18
+ */
19
+ clear(): void;
20
+ }
package/lib/window.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  import { InjectionToken } from '@angular/core';
2
- export declare const windowToken: InjectionToken<{}>;
3
- export declare function windowProvider(): Window;
2
+ export declare const windowToken: InjectionToken<unknown>;
3
+ export declare function windowProvider(): Window & typeof globalThis;
package/package.json CHANGED
@@ -1,12 +1,9 @@
1
1
  {
2
2
  "name": "@hmcts/rpx-xui-common-lib",
3
- "version": "2.0.0-rc.3",
3
+ "version": "2.1.0-angular-upgrade-11",
4
4
  "peerDependencies": {
5
- "@angular/common": "^7.2.0",
6
- "@angular/core": "^7.2.0",
7
- "@angular/material": "^7.2.0",
8
- "@angular/cdk": "^7.2.0",
9
- "launchdarkly-js-client-sdk": "^2.15.2"
5
+ "launchdarkly-js-client-sdk": "^2.15.2",
6
+ "ngx-pagination": "^3.2.1"
10
7
  },
11
8
  "publishConfig": {
12
9
  "access": "public"
@@ -25,20 +22,15 @@
25
22
  "email": "ronald.mansveld@hmcts.net"
26
23
  }
27
24
  ],
28
- "devDependencies": {
29
- "ngx-spec": "^2.1.4"
25
+ "dependencies": {
26
+ "tslib": "^2.0.0"
30
27
  },
31
28
  "main": "bundles/hmcts-rpx-xui-common-lib.umd.js",
32
- "module": "fesm5/hmcts-rpx-xui-common-lib.js",
29
+ "module": "fesm2015/hmcts-rpx-xui-common-lib.js",
33
30
  "es2015": "fesm2015/hmcts-rpx-xui-common-lib.js",
34
- "esm5": "esm5/hmcts-rpx-xui-common-lib.js",
35
31
  "esm2015": "esm2015/hmcts-rpx-xui-common-lib.js",
36
- "fesm5": "fesm5/hmcts-rpx-xui-common-lib.js",
37
32
  "fesm2015": "fesm2015/hmcts-rpx-xui-common-lib.js",
38
33
  "typings": "hmcts-rpx-xui-common-lib.d.ts",
39
34
  "metadata": "hmcts-rpx-xui-common-lib.metadata.json",
40
- "sideEffects": false,
41
- "dependencies": {
42
- "tslib": "^1.9.0"
43
- }
44
- }
35
+ "sideEffects": false
36
+ }
package/public-api.d.ts CHANGED
@@ -1,7 +1,7 @@
1
+ export * from './lib/components';
2
+ export * from './lib/directives';
1
3
  export * from './lib/exui-common-lib.module';
2
4
  export * from './lib/gov-ui';
3
5
  export * from './lib/models';
4
- export * from './lib/directives';
5
- export * from './lib/components';
6
6
  export * from './lib/services';
7
7
  export * from './lib/window';
@@ -1,7 +0,0 @@
1
- /**
2
- * @fileoverview added by tsickle
3
- * Generated from: lib/gov-ui/directives/index.ts
4
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5
- */
6
- export { RemoveHostDirective } from './public_api';
7
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290Ijoibmc6Ly9AaG1jdHMvcnB4LXh1aS1jb21tb24tbGliLyIsInNvdXJjZXMiOlsibGliL2dvdi11aS9kaXJlY3RpdmVzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7O0FBQUEsb0NBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9wdWJsaWNfYXBpJztcbiJdfQ==
@@ -1,7 +0,0 @@
1
- /**
2
- * @fileoverview added by tsickle
3
- * Generated from: lib/gov-ui/directives/public_api.ts
4
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5
- */
6
- export { RemoveHostDirective } from './remove-host.directive';
7
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiJuZzovL0BobWN0cy9ycHgteHVpLWNvbW1vbi1saWIvIiwic291cmNlcyI6WyJsaWIvZ292LXVpL2RpcmVjdGl2ZXMvcHVibGljX2FwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLG9DQUFjLHlCQUF5QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9yZW1vdmUtaG9zdC5kaXJlY3RpdmUnO1xuIl19
@@ -1,59 +0,0 @@
1
- /**
2
- * @fileoverview added by tsickle
3
- * Generated from: hmcts-rpx-xui-common-lib.ts
4
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5
- */
6
- /**
7
- * Generated bundle index. Do not edit.
8
- */
9
- export { COMMON_LIB_ROOT_GUARD, ExuiCommonLibModuleOptions, COMMON_COMPONENTS, COMMON_DIRECTIVES, GOV_UI_COMPONENTS, GOV_UI_DIRECTIVES, ExuiCommonLibModule, GovUiService, checkboxesBeCheckedValidator, dateValidator, radioGroupValidator, GovUkCheckboxComponent, GovUkCheckboxesComponent, GovUkDateComponent, GovUkErrorMessageComponent, GovUkFieldsetComponent, GovUkFileUploadComponent, GovUkFormGroupWrapperComponent, GovUkInputComponent, GovUkLabelComponent, GovUkRadioComponent, GovUkRadiosComponent, GovUkSelectComponent, GovukTableComponent, GovukTableColumnConfig, GovUkTextareaComponent, HmctsBannerComponent, HmctsErrorSummaryComponent, HmctsIdentityBarComponent, HmctsMainWrapperComponent, HmctsPrimaryNavigationComponent, HmctsSubNavigationComponent, RemoveHostDirective, BadgeColour, SECONDS_IN_A_DAY, AnonymousFeatureUser, LoggedInFeatureUser, FeatureToggleDirective, LetContext, LetDirective, AccessibilityComponent, CheckboxListComponent, ContactDetailsComponent, DueDateComponent, ExuiPageWrapperComponent, HmctsSessionDialogComponent, InviteUserFormComponent, InviteUserPermissionComponent, LoadingSpinnerComponent, SelectedCaseComponent, SelectedCaseConfirmComponent, SelectedCaseListComponent, ServiceMessageComponent, ServiceMessagesComponent, ShareCaseComponent, ShareCaseConfirmComponent, TabComponent, TcConfirmComponent, TermsAndConditionsComponent, TcDisplayHtmlComponent, TcDisplayPlainComponent, UserDetailsComponent, UserListComponent, UserSelectComponent, CaseSharingStateService, FeatureToggleGuard, FeatureToggleService, LAUNCHDARKLYKEY, LaunchDarklyService, GoogleAnalyticsService, GoogleTagManagerService, HasLoadingState, LoadingService, ManageSessionServices, RoleMatching, RoleGuard, RoleService, TimeoutNotificationsService, windowProvider, windowToken } from './public-api';
10
- export { AccessibilityComponent as ɵt } from './lib/components/accessibility/accessibility.component';
11
- export { CheckboxListComponent as ɵv } from './lib/components/checkbox-list/checkbox-list.component';
12
- export { ContactDetailsComponent as ɵf } from './lib/components/contact-details/contact-details.component';
13
- export { DueDateComponent as ɵu } from './lib/components/due-date/due-date.component';
14
- export { ExuiPageWrapperComponent as ɵa } from './lib/components/exui-main-wrapper/exui-page-wrapper.component';
15
- export { HmctsSessionDialogComponent as ɵg } from './lib/components/hmcts-session-dialog/hmcts-session-dialog.component';
16
- export { InviteUserFormComponent as ɵk } from './lib/components/invite-user-form/invite-user-form.component';
17
- export { InviteUserPermissionComponent as ɵj } from './lib/components/invite-user-permissions/invite-user-permission.component';
18
- export { LoadingSpinnerComponent as ɵz } from './lib/components/loading-spinner/loading-spinner.component';
19
- export { SelectedCaseConfirmComponent as ɵr } from './lib/components/selected-case-confirm/selected-case-confirm.component';
20
- export { SelectedCaseListComponent as ɵp } from './lib/components/selected-case-list/selected-case-list.component';
21
- export { SelectedCaseComponent as ɵq } from './lib/components/selected-case/selected-case.component';
22
- export { ServiceMessageComponent as ɵw } from './lib/components/service-message/service-message.component';
23
- export { ServiceMessagesComponent as ɵx } from './lib/components/service-messages/service-messages.component';
24
- export { ShareCaseConfirmComponent as ɵo } from './lib/components/share-case-confirm/share-case-confirm.component';
25
- export { ShareCaseComponent as ɵl } from './lib/components/share-case/share-case.component';
26
- export { TabComponent as ɵs } from './lib/components/tab/tab.component';
27
- export { TcConfirmComponent as ɵe } from './lib/components/tc-confirm/tc-confirm.component';
28
- export { TcDisplayHtmlComponent as ɵc } from './lib/components/terms-and-conditions/tc-display/tc-display-html/tc-display-html.component';
29
- export { TcDisplayPlainComponent as ɵd } from './lib/components/terms-and-conditions/tc-display/tc-display-plain/tc-display-plain.component';
30
- export { TermsAndConditionsComponent as ɵb } from './lib/components/terms-and-conditions/terms-and-conditions.component';
31
- export { UserDetailsComponent as ɵi } from './lib/components/user-details/user-details.component';
32
- export { UserListComponent as ɵh } from './lib/components/user-list/user-list.component';
33
- export { UserSelectComponent as ɵm } from './lib/components/user-select/user-select.component';
34
- export { FeatureToggleDirective as ɵba } from './lib/directives/feature-toggle/feature-toggle.directive';
35
- export { LetContext as ɵbb, LetDirective as ɵbc } from './lib/directives/let/let.directive';
36
- export { GovUkCheckboxComponent as ɵbl } from './lib/gov-ui/components/gov-uk-checkbox/gov-uk-checkbox.component';
37
- export { GovUkCheckboxesComponent as ɵbr } from './lib/gov-ui/components/gov-uk-checkboxes/gov-uk-checkboxes.component';
38
- export { GovUkDateComponent as ɵbq } from './lib/gov-ui/components/gov-uk-date/gov-uk-date.component';
39
- export { GovUkErrorMessageComponent as ɵbo } from './lib/gov-ui/components/gov-uk-error-message/gov-uk-error-message.component';
40
- export { GovUkFieldsetComponent as ɵbp } from './lib/gov-ui/components/gov-uk-fieldset/gov-uk-fieldset.component';
41
- export { GovUkFileUploadComponent as ɵbw } from './lib/gov-ui/components/gov-uk-file-upload/gov-uk-file-upload.component';
42
- export { GovUkFormGroupWrapperComponent as ɵbm } from './lib/gov-ui/components/gov-uk-form-group-wrapper/gov-uk-form-group-wrapper.component';
43
- export { GovUkInputComponent as ɵbk } from './lib/gov-ui/components/gov-uk-input/gov-uk-input.component';
44
- export { GovUkLabelComponent as ɵbn } from './lib/gov-ui/components/gov-uk-label/gov-uk-label.component';
45
- export { GovUkRadioComponent as ɵbs } from './lib/gov-ui/components/gov-uk-radio/gov-uk-radio.component';
46
- export { GovUkRadiosComponent as ɵbt } from './lib/gov-ui/components/gov-uk-radios/gov-uk-radios.component';
47
- export { GovUkSelectComponent as ɵbu } from './lib/gov-ui/components/gov-uk-select/gov-uk-select.component';
48
- export { GovukTableComponent as ɵbj } from './lib/gov-ui/components/gov-uk-table/gov-uk-table.component';
49
- export { GovUkTextareaComponent as ɵbv } from './lib/gov-ui/components/gov-uk-textarea/gov-uk-textarea.component';
50
- export { HmctsBannerComponent as ɵbi } from './lib/gov-ui/components/hmcts-banner/hmcts-banner.component';
51
- export { HmctsErrorSummaryComponent as ɵbg } from './lib/gov-ui/components/hmcts-error-summary/hmcts-error-summary.component';
52
- export { HmctsIdentityBarComponent as ɵbd } from './lib/gov-ui/components/hmcts-identity-bar/hmcts-identity-bar.component';
53
- export { HmctsMainWrapperComponent as ɵbh } from './lib/gov-ui/components/hmcts-main-wrapper/hmcts-main-wrapper.component';
54
- export { HmctsPrimaryNavigationComponent as ɵbf } from './lib/gov-ui/components/hmcts-primary-navigation/hmcts-primary-navigation.component';
55
- export { HmctsSubNavigationComponent as ɵbe } from './lib/gov-ui/components/hmcts-sub-navigation/hmcts-sub-navigation.component';
56
- export { RemoveHostDirective as ɵbx } from './lib/gov-ui/directives/remove-host.directive';
57
- export { CaseSharingStateService as ɵn } from './lib/services/case-sharing-state/case-sharing-state.service';
58
- export { FeatureToggleService as ɵy } from './lib/services/feature-toggle/feature-toggle.service';
59
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaG1jdHMtcnB4LXh1aS1jb21tb24tbGliLmpzIiwic291cmNlUm9vdCI6Im5nOi8vQGhtY3RzL3JweC14dWktY29tbW9uLWxpYi8iLCJzb3VyY2VzIjpbImhtY3RzLXJweC14dWktY29tbW9uLWxpYi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7OztBQUlBLGt3REFBYyxjQUFjLENBQUM7QUFFN0IsT0FBTyxFQUFDLHNCQUFzQixJQUFJLEVBQUUsRUFBQyxNQUFNLHdEQUF3RCxDQUFDO0FBQ3BHLE9BQU8sRUFBQyxxQkFBcUIsSUFBSSxFQUFFLEVBQUMsTUFBTSx3REFBd0QsQ0FBQztBQUNuRyxPQUFPLEVBQUMsdUJBQXVCLElBQUksRUFBRSxFQUFDLE1BQU0sNERBQTRELENBQUM7QUFDekcsT0FBTyxFQUFDLGdCQUFnQixJQUFJLEVBQUUsRUFBQyxNQUFNLDhDQUE4QyxDQUFDO0FBQ3BGLE9BQU8sRUFBQyx3QkFBd0IsSUFBSSxFQUFFLEVBQUMsTUFBTSxnRUFBZ0UsQ0FBQztBQUM5RyxPQUFPLEVBQUMsMkJBQTJCLElBQUksRUFBRSxFQUFDLE1BQU0sc0VBQXNFLENBQUM7QUFDdkgsT0FBTyxFQUFDLHVCQUF1QixJQUFJLEVBQUUsRUFBQyxNQUFNLDhEQUE4RCxDQUFDO0FBQzNHLE9BQU8sRUFBQyw2QkFBNkIsSUFBSSxFQUFFLEVBQUMsTUFBTSwyRUFBMkUsQ0FBQztBQUM5SCxPQUFPLEVBQUMsdUJBQXVCLElBQUksRUFBRSxFQUFDLE1BQU0sNERBQTRELENBQUM7QUFDekcsT0FBTyxFQUFDLDRCQUE0QixJQUFJLEVBQUUsRUFBQyxNQUFNLHdFQUF3RSxDQUFDO0FBQzFILE9BQU8sRUFBQyx5QkFBeUIsSUFBSSxFQUFFLEVBQUMsTUFBTSxrRUFBa0UsQ0FBQztBQUNqSCxPQUFPLEVBQUMscUJBQXFCLElBQUksRUFBRSxFQUFDLE1BQU0sd0RBQXdELENBQUM7QUFDbkcsT0FBTyxFQUFDLHVCQUF1QixJQUFJLEVBQUUsRUFBQyxNQUFNLDREQUE0RCxDQUFDO0FBQ3pHLE9BQU8sRUFBQyx3QkFBd0IsSUFBSSxFQUFFLEVBQUMsTUFBTSw4REFBOEQsQ0FBQztBQUM1RyxPQUFPLEVBQUMseUJBQXlCLElBQUksRUFBRSxFQUFDLE1BQU0sa0VBQWtFLENBQUM7QUFDakgsT0FBTyxFQUFDLGtCQUFrQixJQUFJLEVBQUUsRUFBQyxNQUFNLGtEQUFrRCxDQUFDO0FBQzFGLE9BQU8sRUFBQyxZQUFZLElBQUksRUFBRSxFQUFDLE1BQU0sb0NBQW9DLENBQUM7QUFDdEUsT0FBTyxFQUFDLGtCQUFrQixJQUFJLEVBQUUsRUFBQyxNQUFNLGtEQUFrRCxDQUFDO0FBQzFGLE9BQU8sRUFBQyxzQkFBc0IsSUFBSSxFQUFFLEVBQUMsTUFBTSw0RkFBNEYsQ0FBQztBQUN4SSxPQUFPLEVBQUMsdUJBQXVCLElBQUksRUFBRSxFQUFDLE1BQU0sOEZBQThGLENBQUM7QUFDM0ksT0FBTyxFQUFDLDJCQUEyQixJQUFJLEVBQUUsRUFBQyxNQUFNLHNFQUFzRSxDQUFDO0FBQ3ZILE9BQU8sRUFBQyxvQkFBb0IsSUFBSSxFQUFFLEVBQUMsTUFBTSxzREFBc0QsQ0FBQztBQUNoRyxPQUFPLEVBQUMsaUJBQWlCLElBQUksRUFBRSxFQUFDLE1BQU0sZ0RBQWdELENBQUM7QUFDdkYsT0FBTyxFQUFDLG1CQUFtQixJQUFJLEVBQUUsRUFBQyxNQUFNLG9EQUFvRCxDQUFDO0FBQzdGLE9BQU8sRUFBQyxzQkFBc0IsSUFBSSxHQUFHLEVBQUMsTUFBTSwwREFBMEQsQ0FBQztBQUN2RyxPQUFPLEVBQUMsVUFBVSxJQUFJLEdBQUcsRUFBQyxZQUFZLElBQUksR0FBRyxFQUFDLE1BQU0sb0NBQW9DLENBQUM7QUFDekYsT0FBTyxFQUFDLHNCQUFzQixJQUFJLEdBQUcsRUFBQyxNQUFNLG1FQUFtRSxDQUFDO0FBQ2hILE9BQU8sRUFBQyx3QkFBd0IsSUFBSSxHQUFHLEVBQUMsTUFBTSx1RUFBdUUsQ0FBQztBQUN0SCxPQUFPLEVBQUMsa0JBQWtCLElBQUksR0FBRyxFQUFDLE1BQU0sMkRBQTJELENBQUM7QUFDcEcsT0FBTyxFQUFDLDBCQUEwQixJQUFJLEdBQUcsRUFBQyxNQUFNLDZFQUE2RSxDQUFDO0FBQzlILE9BQU8sRUFBQyxzQkFBc0IsSUFBSSxHQUFHLEVBQUMsTUFBTSxtRUFBbUUsQ0FBQztBQUNoSCxPQUFPLEVBQUMsd0JBQXdCLElBQUksR0FBRyxFQUFDLE1BQU0seUVBQXlFLENBQUM7QUFDeEgsT0FBTyxFQUFDLDhCQUE4QixJQUFJLEdBQUcsRUFBQyxNQUFNLHVGQUF1RixDQUFDO0FBQzVJLE9BQU8sRUFBQyxtQkFBbUIsSUFBSSxHQUFHLEVBQUMsTUFBTSw2REFBNkQsQ0FBQztBQUN2RyxPQUFPLEVBQUMsbUJBQW1CLElBQUksR0FBRyxFQUFDLE1BQU0sNkRBQTZELENBQUM7QUFDdkcsT0FBTyxFQUFDLG1CQUFtQixJQUFJLEdBQUcsRUFBQyxNQUFNLDZEQUE2RCxDQUFDO0FBQ3ZHLE9BQU8sRUFBQyxvQkFBb0IsSUFBSSxHQUFHLEVBQUMsTUFBTSwrREFBK0QsQ0FBQztBQUMxRyxPQUFPLEVBQUMsb0JBQW9CLElBQUksR0FBRyxFQUFDLE1BQU0sK0RBQStELENBQUM7QUFDMUcsT0FBTyxFQUFDLG1CQUFtQixJQUFJLEdBQUcsRUFBQyxNQUFNLDZEQUE2RCxDQUFDO0FBQ3ZHLE9BQU8sRUFBQyxzQkFBc0IsSUFBSSxHQUFHLEVBQUMsTUFBTSxtRUFBbUUsQ0FBQztBQUNoSCxPQUFPLEVBQUMsb0JBQW9CLElBQUksR0FBRyxFQUFDLE1BQU0sNkRBQTZELENBQUM7QUFDeEcsT0FBTyxFQUFDLDBCQUEwQixJQUFJLEdBQUcsRUFBQyxNQUFNLDJFQUEyRSxDQUFDO0FBQzVILE9BQU8sRUFBQyx5QkFBeUIsSUFBSSxHQUFHLEVBQUMsTUFBTSx5RUFBeUUsQ0FBQztBQUN6SCxPQUFPLEVBQUMseUJBQXlCLElBQUksR0FBRyxFQUFDLE1BQU0seUVBQXlFLENBQUM7QUFDekgsT0FBTyxFQUFDLCtCQUErQixJQUFJLEdBQUcsRUFBQyxNQUFNLHFGQUFxRixDQUFDO0FBQzNJLE9BQU8sRUFBQywyQkFBMkIsSUFBSSxHQUFHLEVBQUMsTUFBTSw2RUFBNkUsQ0FBQztBQUMvSCxPQUFPLEVBQUMsbUJBQW1CLElBQUksR0FBRyxFQUFDLE1BQU0sK0NBQStDLENBQUM7QUFDekYsT0FBTyxFQUFDLHVCQUF1QixJQUFJLEVBQUUsRUFBQyxNQUFNLDhEQUE4RCxDQUFDO0FBQzNHLE9BQU8sRUFBQyxvQkFBb0IsSUFBSSxFQUFFLEVBQUMsTUFBTSxzREFBc0QsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcblxuZXhwb3J0IHtBY2Nlc3NpYmlsaXR5Q29tcG9uZW50IGFzIMm1dH0gZnJvbSAnLi9saWIvY29tcG9uZW50cy9hY2Nlc3NpYmlsaXR5L2FjY2Vzc2liaWxpdHkuY29tcG9uZW50JztcbmV4cG9ydCB7Q2hlY2tib3hMaXN0Q29tcG9uZW50IGFzIMm1dn0gZnJvbSAnLi9saWIvY29tcG9uZW50cy9jaGVja2JveC1saXN0L2NoZWNrYm94LWxpc3QuY29tcG9uZW50JztcbmV4cG9ydCB7Q29udGFjdERldGFpbHNDb21wb25lbnQgYXMgybVmfSBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvbnRhY3QtZGV0YWlscy9jb250YWN0LWRldGFpbHMuY29tcG9uZW50JztcbmV4cG9ydCB7RHVlRGF0ZUNvbXBvbmVudCBhcyDJtXV9IGZyb20gJy4vbGliL2NvbXBvbmVudHMvZHVlLWRhdGUvZHVlLWRhdGUuY29tcG9uZW50JztcbmV4cG9ydCB7RXh1aVBhZ2VXcmFwcGVyQ29tcG9uZW50IGFzIMm1YX0gZnJvbSAnLi9saWIvY29tcG9uZW50cy9leHVpLW1haW4td3JhcHBlci9leHVpLXBhZ2Utd3JhcHBlci5jb21wb25lbnQnO1xuZXhwb3J0IHtIbWN0c1Nlc3Npb25EaWFsb2dDb21wb25lbnQgYXMgybVnfSBmcm9tICcuL2xpYi9jb21wb25lbnRzL2htY3RzLXNlc3Npb24tZGlhbG9nL2htY3RzLXNlc3Npb24tZGlhbG9nLmNvbXBvbmVudCc7XG5leHBvcnQge0ludml0ZVVzZXJGb3JtQ29tcG9uZW50IGFzIMm1a30gZnJvbSAnLi9saWIvY29tcG9uZW50cy9pbnZpdGUtdXNlci1mb3JtL2ludml0ZS11c2VyLWZvcm0uY29tcG9uZW50JztcbmV4cG9ydCB7SW52aXRlVXNlclBlcm1pc3Npb25Db21wb25lbnQgYXMgybVqfSBmcm9tICcuL2xpYi9jb21wb25lbnRzL2ludml0ZS11c2VyLXBlcm1pc3Npb25zL2ludml0ZS11c2VyLXBlcm1pc3Npb24uY29tcG9uZW50JztcbmV4cG9ydCB7TG9hZGluZ1NwaW5uZXJDb21wb25lbnQgYXMgybV6fSBmcm9tICcuL2xpYi9jb21wb25lbnRzL2xvYWRpbmctc3Bpbm5lci9sb2FkaW5nLXNwaW5uZXIuY29tcG9uZW50JztcbmV4cG9ydCB7U2VsZWN0ZWRDYXNlQ29uZmlybUNvbXBvbmVudCBhcyDJtXJ9IGZyb20gJy4vbGliL2NvbXBvbmVudHMvc2VsZWN0ZWQtY2FzZS1jb25maXJtL3NlbGVjdGVkLWNhc2UtY29uZmlybS5jb21wb25lbnQnO1xuZXhwb3J0IHtTZWxlY3RlZENhc2VMaXN0Q29tcG9uZW50IGFzIMm1cH0gZnJvbSAnLi9saWIvY29tcG9uZW50cy9zZWxlY3RlZC1jYXNlLWxpc3Qvc2VsZWN0ZWQtY2FzZS1saXN0LmNvbXBvbmVudCc7XG5leHBvcnQge1NlbGVjdGVkQ2FzZUNvbXBvbmVudCBhcyDJtXF9IGZyb20gJy4vbGliL2NvbXBvbmVudHMvc2VsZWN0ZWQtY2FzZS9zZWxlY3RlZC1jYXNlLmNvbXBvbmVudCc7XG5leHBvcnQge1NlcnZpY2VNZXNzYWdlQ29tcG9uZW50IGFzIMm1d30gZnJvbSAnLi9saWIvY29tcG9uZW50cy9zZXJ2aWNlLW1lc3NhZ2Uvc2VydmljZS1tZXNzYWdlLmNvbXBvbmVudCc7XG5leHBvcnQge1NlcnZpY2VNZXNzYWdlc0NvbXBvbmVudCBhcyDJtXh9IGZyb20gJy4vbGliL2NvbXBvbmVudHMvc2VydmljZS1tZXNzYWdlcy9zZXJ2aWNlLW1lc3NhZ2VzLmNvbXBvbmVudCc7XG5leHBvcnQge1NoYXJlQ2FzZUNvbmZpcm1Db21wb25lbnQgYXMgybVvfSBmcm9tICcuL2xpYi9jb21wb25lbnRzL3NoYXJlLWNhc2UtY29uZmlybS9zaGFyZS1jYXNlLWNvbmZpcm0uY29tcG9uZW50JztcbmV4cG9ydCB7U2hhcmVDYXNlQ29tcG9uZW50IGFzIMm1bH0gZnJvbSAnLi9saWIvY29tcG9uZW50cy9zaGFyZS1jYXNlL3NoYXJlLWNhc2UuY29tcG9uZW50JztcbmV4cG9ydCB7VGFiQ29tcG9uZW50IGFzIMm1c30gZnJvbSAnLi9saWIvY29tcG9uZW50cy90YWIvdGFiLmNvbXBvbmVudCc7XG5leHBvcnQge1RjQ29uZmlybUNvbXBvbmVudCBhcyDJtWV9IGZyb20gJy4vbGliL2NvbXBvbmVudHMvdGMtY29uZmlybS90Yy1jb25maXJtLmNvbXBvbmVudCc7XG5leHBvcnQge1RjRGlzcGxheUh0bWxDb21wb25lbnQgYXMgybVjfSBmcm9tICcuL2xpYi9jb21wb25lbnRzL3Rlcm1zLWFuZC1jb25kaXRpb25zL3RjLWRpc3BsYXkvdGMtZGlzcGxheS1odG1sL3RjLWRpc3BsYXktaHRtbC5jb21wb25lbnQnO1xuZXhwb3J0IHtUY0Rpc3BsYXlQbGFpbkNvbXBvbmVudCBhcyDJtWR9IGZyb20gJy4vbGliL2NvbXBvbmVudHMvdGVybXMtYW5kLWNvbmRpdGlvbnMvdGMtZGlzcGxheS90Yy1kaXNwbGF5LXBsYWluL3RjLWRpc3BsYXktcGxhaW4uY29tcG9uZW50JztcbmV4cG9ydCB7VGVybXNBbmRDb25kaXRpb25zQ29tcG9uZW50IGFzIMm1Yn0gZnJvbSAnLi9saWIvY29tcG9uZW50cy90ZXJtcy1hbmQtY29uZGl0aW9ucy90ZXJtcy1hbmQtY29uZGl0aW9ucy5jb21wb25lbnQnO1xuZXhwb3J0IHtVc2VyRGV0YWlsc0NvbXBvbmVudCBhcyDJtWl9IGZyb20gJy4vbGliL2NvbXBvbmVudHMvdXNlci1kZXRhaWxzL3VzZXItZGV0YWlscy5jb21wb25lbnQnO1xuZXhwb3J0IHtVc2VyTGlzdENvbXBvbmVudCBhcyDJtWh9IGZyb20gJy4vbGliL2NvbXBvbmVudHMvdXNlci1saXN0L3VzZXItbGlzdC5jb21wb25lbnQnO1xuZXhwb3J0IHtVc2VyU2VsZWN0Q29tcG9uZW50IGFzIMm1bX0gZnJvbSAnLi9saWIvY29tcG9uZW50cy91c2VyLXNlbGVjdC91c2VyLXNlbGVjdC5jb21wb25lbnQnO1xuZXhwb3J0IHtGZWF0dXJlVG9nZ2xlRGlyZWN0aXZlIGFzIMm1YmF9IGZyb20gJy4vbGliL2RpcmVjdGl2ZXMvZmVhdHVyZS10b2dnbGUvZmVhdHVyZS10b2dnbGUuZGlyZWN0aXZlJztcbmV4cG9ydCB7TGV0Q29udGV4dCBhcyDJtWJiLExldERpcmVjdGl2ZSBhcyDJtWJjfSBmcm9tICcuL2xpYi9kaXJlY3RpdmVzL2xldC9sZXQuZGlyZWN0aXZlJztcbmV4cG9ydCB7R292VWtDaGVja2JveENvbXBvbmVudCBhcyDJtWJsfSBmcm9tICcuL2xpYi9nb3YtdWkvY29tcG9uZW50cy9nb3YtdWstY2hlY2tib3gvZ292LXVrLWNoZWNrYm94LmNvbXBvbmVudCc7XG5leHBvcnQge0dvdlVrQ2hlY2tib3hlc0NvbXBvbmVudCBhcyDJtWJyfSBmcm9tICcuL2xpYi9nb3YtdWkvY29tcG9uZW50cy9nb3YtdWstY2hlY2tib3hlcy9nb3YtdWstY2hlY2tib3hlcy5jb21wb25lbnQnO1xuZXhwb3J0IHtHb3ZVa0RhdGVDb21wb25lbnQgYXMgybVicX0gZnJvbSAnLi9saWIvZ292LXVpL2NvbXBvbmVudHMvZ292LXVrLWRhdGUvZ292LXVrLWRhdGUuY29tcG9uZW50JztcbmV4cG9ydCB7R292VWtFcnJvck1lc3NhZ2VDb21wb25lbnQgYXMgybVib30gZnJvbSAnLi9saWIvZ292LXVpL2NvbXBvbmVudHMvZ292LXVrLWVycm9yLW1lc3NhZ2UvZ292LXVrLWVycm9yLW1lc3NhZ2UuY29tcG9uZW50JztcbmV4cG9ydCB7R292VWtGaWVsZHNldENvbXBvbmVudCBhcyDJtWJwfSBmcm9tICcuL2xpYi9nb3YtdWkvY29tcG9uZW50cy9nb3YtdWstZmllbGRzZXQvZ292LXVrLWZpZWxkc2V0LmNvbXBvbmVudCc7XG5leHBvcnQge0dvdlVrRmlsZVVwbG9hZENvbXBvbmVudCBhcyDJtWJ3fSBmcm9tICcuL2xpYi9nb3YtdWkvY29tcG9uZW50cy9nb3YtdWstZmlsZS11cGxvYWQvZ292LXVrLWZpbGUtdXBsb2FkLmNvbXBvbmVudCc7XG5leHBvcnQge0dvdlVrRm9ybUdyb3VwV3JhcHBlckNvbXBvbmVudCBhcyDJtWJtfSBmcm9tICcuL2xpYi9nb3YtdWkvY29tcG9uZW50cy9nb3YtdWstZm9ybS1ncm91cC13cmFwcGVyL2dvdi11ay1mb3JtLWdyb3VwLXdyYXBwZXIuY29tcG9uZW50JztcbmV4cG9ydCB7R292VWtJbnB1dENvbXBvbmVudCBhcyDJtWJrfSBmcm9tICcuL2xpYi9nb3YtdWkvY29tcG9uZW50cy9nb3YtdWstaW5wdXQvZ292LXVrLWlucHV0LmNvbXBvbmVudCc7XG5leHBvcnQge0dvdlVrTGFiZWxDb21wb25lbnQgYXMgybVibn0gZnJvbSAnLi9saWIvZ292LXVpL2NvbXBvbmVudHMvZ292LXVrLWxhYmVsL2dvdi11ay1sYWJlbC5jb21wb25lbnQnO1xuZXhwb3J0IHtHb3ZVa1JhZGlvQ29tcG9uZW50IGFzIMm1YnN9IGZyb20gJy4vbGliL2dvdi11aS9jb21wb25lbnRzL2dvdi11ay1yYWRpby9nb3YtdWstcmFkaW8uY29tcG9uZW50JztcbmV4cG9ydCB7R292VWtSYWRpb3NDb21wb25lbnQgYXMgybVidH0gZnJvbSAnLi9saWIvZ292LXVpL2NvbXBvbmVudHMvZ292LXVrLXJhZGlvcy9nb3YtdWstcmFkaW9zLmNvbXBvbmVudCc7XG5leHBvcnQge0dvdlVrU2VsZWN0Q29tcG9uZW50IGFzIMm1YnV9IGZyb20gJy4vbGliL2dvdi11aS9jb21wb25lbnRzL2dvdi11ay1zZWxlY3QvZ292LXVrLXNlbGVjdC5jb21wb25lbnQnO1xuZXhwb3J0IHtHb3Z1a1RhYmxlQ29tcG9uZW50IGFzIMm1Ymp9IGZyb20gJy4vbGliL2dvdi11aS9jb21wb25lbnRzL2dvdi11ay10YWJsZS9nb3YtdWstdGFibGUuY29tcG9uZW50JztcbmV4cG9ydCB7R292VWtUZXh0YXJlYUNvbXBvbmVudCBhcyDJtWJ2fSBmcm9tICcuL2xpYi9nb3YtdWkvY29tcG9uZW50cy9nb3YtdWstdGV4dGFyZWEvZ292LXVrLXRleHRhcmVhLmNvbXBvbmVudCc7XG5leHBvcnQge0htY3RzQmFubmVyQ29tcG9uZW50IGFzIMm1Yml9IGZyb20gJy4vbGliL2dvdi11aS9jb21wb25lbnRzL2htY3RzLWJhbm5lci9obWN0cy1iYW5uZXIuY29tcG9uZW50JztcbmV4cG9ydCB7SG1jdHNFcnJvclN1bW1hcnlDb21wb25lbnQgYXMgybViZ30gZnJvbSAnLi9saWIvZ292LXVpL2NvbXBvbmVudHMvaG1jdHMtZXJyb3Itc3VtbWFyeS9obWN0cy1lcnJvci1zdW1tYXJ5LmNvbXBvbmVudCc7XG5leHBvcnQge0htY3RzSWRlbnRpdHlCYXJDb21wb25lbnQgYXMgybViZH0gZnJvbSAnLi9saWIvZ292LXVpL2NvbXBvbmVudHMvaG1jdHMtaWRlbnRpdHktYmFyL2htY3RzLWlkZW50aXR5LWJhci5jb21wb25lbnQnO1xuZXhwb3J0IHtIbWN0c01haW5XcmFwcGVyQ29tcG9uZW50IGFzIMm1Ymh9IGZyb20gJy4vbGliL2dvdi11aS9jb21wb25lbnRzL2htY3RzLW1haW4td3JhcHBlci9obWN0cy1tYWluLXdyYXBwZXIuY29tcG9uZW50JztcbmV4cG9ydCB7SG1jdHNQcmltYXJ5TmF2aWdhdGlvbkNvbXBvbmVudCBhcyDJtWJmfSBmcm9tICcuL2xpYi9nb3YtdWkvY29tcG9uZW50cy9obWN0cy1wcmltYXJ5LW5hdmlnYXRpb24vaG1jdHMtcHJpbWFyeS1uYXZpZ2F0aW9uLmNvbXBvbmVudCc7XG5leHBvcnQge0htY3RzU3ViTmF2aWdhdGlvbkNvbXBvbmVudCBhcyDJtWJlfSBmcm9tICcuL2xpYi9nb3YtdWkvY29tcG9uZW50cy9obWN0cy1zdWItbmF2aWdhdGlvbi9obWN0cy1zdWItbmF2aWdhdGlvbi5jb21wb25lbnQnO1xuZXhwb3J0IHtSZW1vdmVIb3N0RGlyZWN0aXZlIGFzIMm1Ynh9IGZyb20gJy4vbGliL2dvdi11aS9kaXJlY3RpdmVzL3JlbW92ZS1ob3N0LmRpcmVjdGl2ZSc7XG5leHBvcnQge0Nhc2VTaGFyaW5nU3RhdGVTZXJ2aWNlIGFzIMm1bn0gZnJvbSAnLi9saWIvc2VydmljZXMvY2FzZS1zaGFyaW5nLXN0YXRlL2Nhc2Utc2hhcmluZy1zdGF0ZS5zZXJ2aWNlJztcbmV4cG9ydCB7RmVhdHVyZVRvZ2dsZVNlcnZpY2UgYXMgybV5fSBmcm9tICcuL2xpYi9zZXJ2aWNlcy9mZWF0dXJlLXRvZ2dsZS9mZWF0dXJlLXRvZ2dsZS5zZXJ2aWNlJzsiXX0=
@@ -1,22 +0,0 @@
1
- /**
2
- * @fileoverview added by tsickle
3
- * Generated from: lib/components/accessibility/accessibility.component.ts
4
- * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
5
- */
6
- import { Component } from '@angular/core';
7
- var AccessibilityComponent = /** @class */ (function () {
8
- function AccessibilityComponent() {
9
- }
10
- AccessibilityComponent.decorators = [
11
- { type: Component, args: [{
12
- selector: 'xuilib-accessibility',
13
- template: "<h1 class=\"govuk-heading-xl\" id=\"Accessibility-statement-for-Expert-UI\">Accessibility statement for Expert UI</h1>\n\n<ul class=\"govuk-list\">\n <li><a href=\"accessibility#immigration\">Immigration and Asylum</a></li>\n <li><a href=\"accessibility#family\">Family Public Law </a></li>\n</ul>\n\n<p class=\"govuk-body\">This website is run by HM Courts & Tribunals Service. We want as many people as possible to be\n able to use this website. For example, you should be able to:</p>\n\n<ul class=\"govuk-list govuk-list--bullet\">\n <li>change colours, contrast levels and fonts</li>\n <li>zoom in up to 300% without the text spilling off the screen</li>\n <li>navigate most of the website using just a keyboard</li>\n <li>navigate most of the website using speech recognition software</li>\n <li>listen to most of the website using a screen reader (including the most recent versions of JAWS, NVDA and\n VoiceOver)\n </li>\n</ul>\n\n<p class=\"govuk-body\">We\u2019ve also made the website text as simple as possible to understand.</p>\n\n<p class=\"govuk-body\"><a rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://mcmw.abilitynet.org.uk/\">AbilityNet</a>\n has advice on making your device easier to use if you have a disability.</p>\n\n<h2 class=\"govuk-heading-l\" id=\"How-accessible-this-website-is\">How accessible this website is</h2>\n\n<p class=\"govuk-body\">We know some parts of the website are not fully accessible:</p>\n\n<ul class=\"govuk-list govuk-list--bullet\">\n <li>some pages are difficult to navigate using just a keyboard</li>\n <li>some pages can\u2019t be listened to in full using a screen reader</li>\n <li>some pages have problems with colour contrasts between text and background</li>\n <li>some PDFs may not be fully accessible to a screen reader</li>\n</ul>\n\n<h2 class=\"govuk-heading-l\" id=\"What-to-do-if-you-cannot-access-parts-of-this-website\">Feedback and contact\n information</h2>\n\n<p class=\"govuk-body\">If you need information on this website in a different format like accessible PDF, large print,\n easy read, audio recording or braille, you can:</p>\n\n<ul class=\"govuk-list govuk-list--bullet\">\n <li>email: <a href=\"mailto:HMCTSforms@justice.gov.uk\"> HMCTSforms@justice.gov.uk</a></li>\n <li>call: +44 (0) 300 123 1711</li>\n <li>contact your service representative</li>\n</ul>\n\n<p class=\"govuk-body\">We\u2019ll consider your request and get back to you in 10 working days.</p>\n\n<h2 class=\"govuk-heading-l\" id=\"Reporting-accessibility-problems-with-this-website\">Reporting accessibility problems\n with this website</h2>\n\n<p class=\"govuk-body\">We\u2019re always looking to improve the accessibility of this website. If you find any problems not\n listed on this page or think we\u2019re not meeting accessibility requirements, contact:</p>\n\n<ul class=\"govuk-list govuk-list--bullet\">\n <li>email: <a href=\"mailto:customer.service@justice.gov.uk\"> customer.service@justice.gov.uk</a></li>\n <li>telephone: +44 (0) 300 123 1711</li>\n</ul>\n\n<h2 class=\"govuk-heading-l\" id=\"Enforcement-procedure \">Enforcement procedure</h2>\n\n<p class=\"govuk-body\">The Equality and Human Rights Commission (EHRC) is responsible for enforcing the Public Sector\n Bodies (Websites and Mobile Applications) (No. 2) Accessibility Regulations 2018 (the \u2018accessibility\n regulations\u2019). </p>\n\n<p class=\"govuk-body\">If you\u2019re not happy with how we respond to your complaint, <a rel=\"noopener noreferrer\"\n target=\"_blank\"\n href=\"https://www.equalityadvisoryservice.com/\">contact\n the Equality Advisory and Support Service (EASS).</a></p>\n\n<h1 class=\"govuk-heading-l\" id=\"Contacting-us-by-phone-or-visiting-us-in-person\">Contacting us by phone or visiting us\n in person</h1>\n\n<p class=\"govuk-body\">We provide a text relay service for people who are D/deaf, hearing impaired or have a speech\n impediment.</p>\n\n<p class=\"govuk-body\">Our offices and tribunal venues have audio induction loops, or if you contact us before your visit\n we can arrange a British Sign Language (BSL) interpreter. You can also request step-free access or a foreign language\n interpreter.</p>\n\n<p class=\"govuk-body\">If you have a question about accessibility in our Tribunal venues, you can contact the First-tier\n Tribunal enquiry line: +44 (0) 300 123 1711. You can <a target=\"_blank\"\n href=\"https://courttribunalfinder.service.gov.uk/search/\">find\n the contact details for court and tribunal venues</a>. </p>\n\n<p class=\"govuk-body\">You can also contact your service representative for more information.</p>\n\n<h1 class=\"govuk-heading-l\" id=\"Technical-information-about-this-website\u2019s-accessibility\">Technical information about\n this website\u2019s accessibility</h1>\n\n<p class=\"govuk-body\">HMCTS is committed to making its website accessible, in accordance with the Public Sector Bodies\n (Websites and Mobile Applications) (No.2) Accessibility Regulations 2018.</p>\n\n<p class=\"govuk-body\">This website is partially compliant with the <a rel=\"noopener noreferrer\" target=\"_blank\"\n href=\"https://www.w3.org/TR/WCAG21/\">Web Content\n Accessibility Guidelines version 2.1</a>, due to the non-compliances listed below.</p>\n\n<h1 class=\"govuk-heading-l\" id=\"Non-accessible-content\">Non-accessible content </h1>\n\n<p class=\"govuk-body\">The content listed below is non-compliant for the following reasons.</p>\n\n<h2 class=\"govuk-heading-l\" id=\"Non-compliance-with-the-accessibility-regulations\">Non-compliance with the accessibility\n regulations</h2>\n\n<p class=\"govuk-body\">Some pages cannot be navigated completely using just a keyboard, so some people won\u2019t be able to\n tab through the pages. This fails WCAG 2.1 success criterion 2.1 (keyboard accessible).</p>\n\n<p class=\"govuk-body\">Some pages can\u2019t be listened to in full using a screen reader, so some people won\u2019t be able to\n access the information. This fails WCAG 2.1 success criterion 1.2.5 (audio description \u2013 prerecorded).</p>\n\n<p class=\"govuk-body\">Some of the contrast ratios don\u2019t meet the current accessibility requirements. This fails WCAG 2.1\n success criterion 1.4.3 (contrast \u2013 minimum).</p>\n\n<h3 class=\"govuk-heading-m\" id=\"immigration\">Immigration and Asylum</h3>\n\n<p class=\"govuk-body\">Some of the images on the service include text and are not accessible for some low vision users.\n We have identified a solution for this issue that we will implement as soon as possible.</p>\n\n<h3 class=\"govuk-heading-m\" id=\"family\">Family Public Law </h3>\n\n<ol class=\"govuk-list govuk-list--alpha\">\n <li>The navigation system used in family public law cannot be rendered well by screen readers, so features can\u2019t be\n listened to in full\n </li>\n <li>Some essential functions within the family public law digital service cannot be accessed properly using screen\n readers\n </li>\n <li>Some complex forms within the service will not be rendered correctly or cannot be listened to by screen readers\n </li>\n</ol>\n\n<h2 class=\"govuk-heading-m\" id=\"Disproportionate burden \">Disproportionate burden </h2>\n\n<p class=\"govuk-body\">For Manage organisation, Register organisation, Approve organisations and Manage cases, we found\n the following issues that are currently being triaged to find out if there is a disproportionate burden:</p>\n\n<ol class=\"govuk-list govuk-list--alpha\">\n <li>Screen readers can\u2019t switch between headers, read content in tabs and buttons</li>\n <li>Screen readers can\u2019t tab between radio buttons, read links or content</li>\n <li>Colour contrast ratios uneven between page background and content</li>\n <li>Some labels, fields, error messages and other content can\u2019t be clearly identified by screen readers and voice\n activation software\n </li>\n <li>Some page headings and titles don\u2019t follow a logical structure for screen readers</li>\n <li>The navigation of some pages isn\u2019t clear</li>\n <li>Some headings, links and button labels aren\u2019t clearly descriptive</li>\n</ol>\n\n<h2 class=\"govuk-heading-m\" id=\"Content-that\u2019s-not-within-the-scope-of-the-accessibility-regulations\">Content that\u2019s not\n within the scope of the accessibility regulations </h2>\n\n<p class=\"govuk-body\">PDFs, documents and attachments to email notifications published before 23 September 2018 may not\n meet accessibility standards. For example, they may not be structured so they\u2019re accessible to a screen reader.</p>\n\n<p class=\"govuk-body\">Any new PDFs or Word documents we publish will meet accessibility standards.</p>\n\n<h1 class=\"govuk-heading-l\" id=\"what-to-improve-accessibility\">What we\u2019re doing to improve accessibility</h1>\n\n<p class=\"govuk-body\">We\u2019re committed to ensuring our services are accessible to all our users and that they comply with\n level AA of the Web Content Accessibility Guidelines \u2013 WCAG 2.1.</p>\n\n<p class=\"govuk-body\">We\u2019re actively working to improve the identified issues and make them AA-compliant by 23 September\n 2020. We\u2019re also continuing to improve all other AAA-level accessibility issues as we iterate the service.</p>\n\n<h1 class=\"govuk-heading-l\" id=\"preparation-of-this-accessibility-statement\">Preparation of this accessibility\n statement</h1>\n\n<p class=\"govuk-body\">This statement was prepared on 16 September 2019. It was last reviewed on 16 September 2020.</p>\n\n<p class=\"govuk-body\">This website was last tested on 19 May 2020. The test was carried out by the <a target=\"_blank\"\n href=\"https://digitalaccessibilitycentre.org/\">Digital\n Accessibility Centre (DAC)</a>.</p>\n",
14
- styles: [".govuk-list--alpha{padding-left:20px;list-style-type:lower-alpha}"]
15
- }] }
16
- ];
17
- /** @nocollapse */
18
- AccessibilityComponent.ctorParameters = function () { return []; };
19
- return AccessibilityComponent;
20
- }());
21
- export { AccessibilityComponent };
22
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjZXNzaWJpbGl0eS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9AaG1jdHMvcnB4LXh1aS1jb21tb24tbGliLyIsInNvdXJjZXMiOlsibGliL2NvbXBvbmVudHMvYWNjZXNzaWJpbGl0eS9hY2Nlc3NpYmlsaXR5LmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFMUM7SUFPRTtJQUNBLENBQUM7O2dCQVJGLFNBQVMsU0FBQztvQkFDUCxRQUFRLEVBQUUsc0JBQXNCO29CQUNoQyxxK1RBQTZDOztpQkFFaEQ7Ozs7SUFLRCw2QkFBQztDQUFBLEFBVEQsSUFTQztTQUhZLHNCQUFzQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ3h1aWxpYi1hY2Nlc3NpYmlsaXR5JyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vYWNjZXNzaWJpbGl0eS5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vYWNjZXNzaWJpbGl0eS5jb21wb25lbnQuc2NzcyddXG59KVxuXG5leHBvcnQgY2xhc3MgQWNjZXNzaWJpbGl0eUNvbXBvbmVudCB7XG4gIGNvbnN0cnVjdG9yKCkge1xuICB9XG59XG4iXX0=