@hmcts/rpx-xui-common-lib 2.1.2-angular-upgrade-11 → 2.1.3-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 (273) hide show
  1. package/bundles/hmcts-rpx-xui-common-lib.umd.js +2527 -7345
  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 -15
  4. package/bundles/hmcts-rpx-xui-common-lib.umd.min.js.map +1 -1
  5. package/esm2015/hmcts-rpx-xui-common-lib.js +3 -7
  6. package/esm2015/lib/components/accessibility/accessibility.component.js +3 -9
  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 +4 -65
  10. package/esm2015/lib/components/due-date/due-date.component.js +2 -97
  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 +11 -131
  13. package/esm2015/lib/components/find-person/find-person.component.js +9 -150
  14. package/esm2015/lib/components/generic-filter/generic-filter-utils.js +11 -55
  15. package/esm2015/lib/components/generic-filter/generic-filter.component.js +33 -288
  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 +3 -12
  21. package/esm2015/lib/components/pagination/pagination.component.js +2 -24
  22. package/esm2015/lib/components/public_api.js +33 -33
  23. package/esm2015/lib/components/search-judicials/search-judicials.component.js +10 -133
  24. package/esm2015/lib/components/search-location/search-location.component.js +9 -189
  25. package/esm2015/lib/components/search-venue/search-venue.component.js +12 -135
  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 +3 -41
  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 +7 -65
  31. package/esm2015/lib/components/share-case/share-case.component.js +6 -87
  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 +2 -32
  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 +19 -9
  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 +4 -54
  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 +2 -22
  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 +2 -23
  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 +3 -30
  67. package/esm2015/lib/gov-ui/components/index.js +2 -7
  68. package/esm2015/lib/gov-ui/components/public_api.js +22 -7
  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 -24
  78. package/esm2015/lib/gov-ui/models/public_api.js +5 -10
  79. package/esm2015/lib/gov-ui/public_api.js +5 -9
  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 +12 -48
  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 +1 -118
  92. package/esm2015/lib/models/idle-config.model.js +2 -20
  93. package/esm2015/lib/models/index.js +14 -20
  94. package/esm2015/lib/models/location.model.js +2 -129
  95. package/esm2015/lib/models/pagination.model.js +2 -18
  96. package/esm2015/lib/models/person.model.js +17 -92
  97. package/esm2015/lib/models/public_api.js +6 -11
  98. package/esm2015/lib/models/search-options.model.js +2 -22
  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 +8 -71
  105. package/esm2015/lib/services/feature-toggle/feature-toggle.guard.js +4 -43
  106. package/esm2015/lib/services/feature-toggle/feature-toggle.service.js +2 -28
  107. package/esm2015/lib/services/feature-toggle/launch-darkly.service.js +12 -94
  108. package/esm2015/lib/services/filter/filter.service.js +2 -56
  109. package/esm2015/lib/services/find-person/find-person.service.js +15 -123
  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 +2 -41
  114. package/esm2015/lib/services/locations/location.service.js +14 -32
  115. package/esm2015/lib/services/manage-session/manage-session.services.js +10 -63
  116. package/esm2015/lib/services/public-api.js +17 -22
  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 +3 -17
  120. package/esm2015/lib/services/timeout-notifications/timeout-notifications.service.js +9 -75
  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 +943 -4959
  124. package/fesm2015/hmcts-rpx-xui-common-lib.js.map +1 -1
  125. package/hmcts-rpx-xui-common-lib.d.ts +1 -0
  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/due-date/due-date.component.d.ts +4 -4
  129. package/lib/components/find-location/find-location.component.d.ts +6 -5
  130. package/lib/components/generic-filter/generic-filter.component.d.ts +4 -2
  131. package/lib/components/invite-user-form/invite-user-form.component.d.ts +1 -1
  132. package/lib/components/public_api.d.ts +5 -0
  133. package/lib/components/search-judicials/search-judicials.component.d.ts +1 -1
  134. package/lib/components/search-location/search-location.component.d.ts +6 -7
  135. package/lib/components/search-venue/search-venue.component.d.ts +1 -1
  136. package/lib/directives/feature-toggle/feature-toggle.directive.d.ts +1 -1
  137. package/lib/directives/let/let.directive.d.ts +1 -1
  138. package/lib/exui-common-lib.module.d.ts +3 -1
  139. package/lib/gov-ui/components/hmcts-error-summary/hmcts-error-summary.component.d.ts +1 -1
  140. package/lib/gov-ui/components/hmcts-identity-bar/hmcts-identity-bar.component.d.ts +1 -1
  141. package/lib/gov-ui/components/hmcts-main-wrapper/hmcts-main-wrapper.component.d.ts +1 -1
  142. package/lib/gov-ui/components/hmcts-primary-navigation/hmcts-primary-navigation.component.d.ts +1 -1
  143. package/lib/gov-ui/components/public_api.d.ts +20 -0
  144. package/lib/gov-ui/public_api.d.ts +1 -0
  145. package/lib/models/filter.model.d.ts +0 -2
  146. package/lib/models/index.d.ts +0 -1
  147. package/lib/models/location.model.d.ts +0 -11
  148. package/lib/services/case-sharing-state/case-sharing-state.service.d.ts +1 -1
  149. package/lib/services/loading/loading.service.d.ts +2 -2
  150. package/lib/services/locations/location.service.d.ts +2 -2
  151. package/lib/services/role-guard/role.service.d.ts +2 -1
  152. package/lib/window.d.ts +1 -1
  153. package/package.json +6 -19
  154. package/esm5/hmcts-rpx-xui-common-lib.js +0 -73
  155. package/esm5/lib/components/accessibility/accessibility.component.js +0 -22
  156. package/esm5/lib/components/checkbox-list/checkbox-list.component.js +0 -391
  157. package/esm5/lib/components/contact-details/contact-details.component.js +0 -29
  158. package/esm5/lib/components/cookie-banner/cookie-banner.component.js +0 -154
  159. package/esm5/lib/components/due-date/due-date.component.js +0 -254
  160. package/esm5/lib/components/exui-main-wrapper/exui-page-wrapper.component.js +0 -45
  161. package/esm5/lib/components/find-location/find-location.component.js +0 -293
  162. package/esm5/lib/components/find-person/find-person.component.js +0 -286
  163. package/esm5/lib/components/generic-filter/generic-filter-utils.js +0 -66
  164. package/esm5/lib/components/generic-filter/generic-filter.component.js +0 -839
  165. package/esm5/lib/components/hmcts-session-dialog/hmcts-session-dialog.component.js +0 -47
  166. package/esm5/lib/components/index.js +0 -7
  167. package/esm5/lib/components/invite-user-form/invite-user-form.component.js +0 -54
  168. package/esm5/lib/components/invite-user-permissions/invite-user-permission.component.js +0 -46
  169. package/esm5/lib/components/loading-spinner/loading-spinner.component.js +0 -29
  170. package/esm5/lib/components/pagination/pagination.component.js +0 -58
  171. package/esm5/lib/components/public_api.js +0 -33
  172. package/esm5/lib/components/search-judicials/search-judicials.component.js +0 -291
  173. package/esm5/lib/components/search-location/search-location.component.js +0 -330
  174. package/esm5/lib/components/search-venue/search-venue.component.js +0 -290
  175. package/esm5/lib/components/selected-case/selected-case.component.js +0 -430
  176. package/esm5/lib/components/selected-case-confirm/selected-case-confirm.component.js +0 -84
  177. package/esm5/lib/components/selected-case-list/selected-case-list.component.js +0 -109
  178. package/esm5/lib/components/service-message/service-message.component.js +0 -46
  179. package/esm5/lib/components/service-messages/service-messages.component.js +0 -122
  180. package/esm5/lib/components/share-case/share-case.component.js +0 -223
  181. package/esm5/lib/components/share-case-confirm/share-case-confirm.component.js +0 -70
  182. package/esm5/lib/components/tab/tab.component.js +0 -51
  183. package/esm5/lib/components/tc-confirm/tc-confirm.component.js +0 -42
  184. package/esm5/lib/components/terms-and-conditions/tc-display/tc-display-html/tc-display-html.component.js +0 -22
  185. package/esm5/lib/components/terms-and-conditions/tc-display/tc-display-plain/tc-display-plain.component.js +0 -22
  186. package/esm5/lib/components/terms-and-conditions/terms-and-conditions.component.js +0 -29
  187. package/esm5/lib/components/user-details/user-details.component.js +0 -92
  188. package/esm5/lib/components/user-list/user-list.component.js +0 -76
  189. package/esm5/lib/components/user-select/user-select.component.js +0 -131
  190. package/esm5/lib/directives/feature-toggle/feature-toggle.directive.js +0 -104
  191. package/esm5/lib/directives/index.js +0 -7
  192. package/esm5/lib/directives/let/let.directive.js +0 -78
  193. package/esm5/lib/directives/public-api.js +0 -8
  194. package/esm5/lib/exui-common-lib.module.js +0 -162
  195. package/esm5/lib/gov-ui/components/gov-uk-checkbox/gov-uk-checkbox.component.js +0 -56
  196. package/esm5/lib/gov-ui/components/gov-uk-checkboxes/gov-uk-checkboxes.component.js +0 -36
  197. package/esm5/lib/gov-ui/components/gov-uk-date/gov-uk-date.component.js +0 -135
  198. package/esm5/lib/gov-ui/components/gov-uk-error-message/gov-uk-error-message.component.js +0 -37
  199. package/esm5/lib/gov-ui/components/gov-uk-fieldset/gov-uk-fieldset.component.js +0 -49
  200. package/esm5/lib/gov-ui/components/gov-uk-file-upload/gov-uk-file-upload.component.js +0 -65
  201. package/esm5/lib/gov-ui/components/gov-uk-form-group-wrapper/gov-uk-form-group-wrapper.component.js +0 -40
  202. package/esm5/lib/gov-ui/components/gov-uk-input/gov-uk-input.component.js +0 -66
  203. package/esm5/lib/gov-ui/components/gov-uk-label/gov-uk-label.component.js +0 -34
  204. package/esm5/lib/gov-ui/components/gov-uk-radio/gov-uk-radio.component.js +0 -67
  205. package/esm5/lib/gov-ui/components/gov-uk-radios/gov-uk-radios.component.js +0 -36
  206. package/esm5/lib/gov-ui/components/gov-uk-select/gov-uk-select.component.js +0 -52
  207. package/esm5/lib/gov-ui/components/gov-uk-table/gov-uk-table.component.js +0 -77
  208. package/esm5/lib/gov-ui/components/gov-uk-textarea/gov-uk-textarea.component.js +0 -50
  209. package/esm5/lib/gov-ui/components/hmcts-banner/hmcts-banner.component.js +0 -38
  210. package/esm5/lib/gov-ui/components/hmcts-error-summary/hmcts-error-summary.component.js +0 -108
  211. package/esm5/lib/gov-ui/components/hmcts-identity-bar/hmcts-identity-bar.component.js +0 -40
  212. package/esm5/lib/gov-ui/components/hmcts-main-wrapper/hmcts-main-wrapper.component.js +0 -87
  213. package/esm5/lib/gov-ui/components/hmcts-pagination/hmcts-pagination.component.js +0 -51
  214. package/esm5/lib/gov-ui/components/hmcts-primary-navigation/hmcts-primary-navigation.component.js +0 -49
  215. package/esm5/lib/gov-ui/components/hmcts-sub-navigation/hmcts-sub-navigation.component.js +0 -46
  216. package/esm5/lib/gov-ui/components/index.js +0 -7
  217. package/esm5/lib/gov-ui/components/public_api.js +0 -7
  218. package/esm5/lib/gov-ui/directives/remove-host.directive.js +0 -52
  219. package/esm5/lib/gov-ui/gov-ui.service.js +0 -22
  220. package/esm5/lib/gov-ui/index.js +0 -7
  221. package/esm5/lib/gov-ui/models/banner-data-model.js +0 -16
  222. package/esm5/lib/gov-ui/models/checkboxes-model.js +0 -22
  223. package/esm5/lib/gov-ui/models/error-messages-model.js +0 -16
  224. package/esm5/lib/gov-ui/models/gov-ui-config-model.js +0 -36
  225. package/esm5/lib/gov-ui/models/index.js +0 -7
  226. package/esm5/lib/gov-ui/models/isession-storage.interface.js +0 -24
  227. package/esm5/lib/gov-ui/models/public_api.js +0 -13
  228. package/esm5/lib/gov-ui/public_api.js +0 -12
  229. package/esm5/lib/gov-ui/util/helpers/html-templates.helper.js +0 -57
  230. package/esm5/lib/gov-ui/util/session-storage/session-storage-utils.js +0 -58
  231. package/esm5/lib/gov-ui/validators/checkboxes-be-checked.validator.js +0 -38
  232. package/esm5/lib/gov-ui/validators/date.validator.js +0 -32
  233. package/esm5/lib/gov-ui/validators/index.js +0 -7
  234. package/esm5/lib/gov-ui/validators/public_api.js +0 -12
  235. package/esm5/lib/gov-ui/validators/radio-group.validator.js +0 -27
  236. package/esm5/lib/models/case-share.model.js +0 -26
  237. package/esm5/lib/models/contact-details.model.js +0 -31
  238. package/esm5/lib/models/due-date.model.js +0 -15
  239. package/esm5/lib/models/feature-user.js +0 -28
  240. package/esm5/lib/models/filter.model.js +0 -124
  241. package/esm5/lib/models/idle-config.model.js +0 -20
  242. package/esm5/lib/models/index.js +0 -20
  243. package/esm5/lib/models/location.model.js +0 -129
  244. package/esm5/lib/models/pagination.model.js +0 -18
  245. package/esm5/lib/models/person.model.js +0 -92
  246. package/esm5/lib/models/public_api.js +0 -11
  247. package/esm5/lib/models/search-options.model.js +0 -22
  248. package/esm5/lib/models/tcDocument.model.js +0 -18
  249. package/esm5/lib/models/timeout-notification.model.js +0 -18
  250. package/esm5/lib/models/user-details.model.js +0 -22
  251. package/esm5/lib/models/user.model.js +0 -25
  252. package/esm5/lib/services/case-sharing-state/case-sharing-state.service.js +0 -289
  253. package/esm5/lib/services/cookie/cookie.service.js +0 -136
  254. package/esm5/lib/services/feature-toggle/feature-toggle.guard.js +0 -89
  255. package/esm5/lib/services/feature-toggle/feature-toggle.service.js +0 -90
  256. package/esm5/lib/services/feature-toggle/launch-darkly.service.js +0 -187
  257. package/esm5/lib/services/filter/filter.service.js +0 -153
  258. package/esm5/lib/services/find-person/find-person.service.js +0 -238
  259. package/esm5/lib/services/google-analytics/google-analytics.service.js +0 -128
  260. package/esm5/lib/services/google-tag-manager/google-tag-manager.service.js +0 -135
  261. package/esm5/lib/services/index.js +0 -7
  262. package/esm5/lib/services/loading/loading.service.js +0 -109
  263. package/esm5/lib/services/locations/location.service.js +0 -86
  264. package/esm5/lib/services/manage-session/manage-session.services.js +0 -111
  265. package/esm5/lib/services/public-api.js +0 -25
  266. package/esm5/lib/services/role-guard/role.guard.js +0 -81
  267. package/esm5/lib/services/role-guard/role.service.js +0 -45
  268. package/esm5/lib/services/session-storage/session-storage.service.js +0 -96
  269. package/esm5/lib/services/timeout-notifications/timeout-notifications.service.js +0 -190
  270. package/esm5/lib/window.js +0 -13
  271. package/esm5/public-api.js +0 -16
  272. package/fesm5/hmcts-rpx-xui-common-lib.js +0 -9423
  273. package/fesm5/hmcts-rpx-xui-common-lib.js.map +0 -1
@@ -25,19 +25,20 @@ export declare class CheckboxListComponent<T> implements OnChanges {
25
25
  * Note: This array is immutable, which means pushing and popping will
26
26
  * have no effect on which checkboxes are selected.
27
27
  */
28
- selection: T[];
28
+ get selection(): T[];
29
+ set selection(value: T[]);
29
30
  private pSelection;
30
31
  private pSelectionMade;
31
32
  /**
32
33
  * Indicates whether or not all of the items are selected.
33
34
  */
34
- readonly allSelected: boolean;
35
+ get allSelected(): boolean;
35
36
  ngOnChanges(): void;
36
37
  /**
37
38
  * Indicates whether or not there are any options to render.
38
39
  */
39
- readonly hasOptions: boolean;
40
- readonly isFunctional: boolean;
40
+ get hasOptions(): boolean;
41
+ get isFunctional(): boolean;
41
42
  /**
42
43
  * Indicates whether or not an item is part of the current selection.
43
44
  * @param item The item in question.
@@ -62,7 +63,7 @@ export declare class CheckboxListComponent<T> implements OnChanges {
62
63
  * @param item The item to check in the options.
63
64
  */
64
65
  containsItem(items: T[], item: T): boolean;
65
- private readonly hasPreselection;
66
+ private get hasPreselection();
66
67
  private setupPreselection;
67
68
  private getSelection;
68
69
  private checkSelection;
@@ -36,13 +36,13 @@ export declare class DueDateComponent implements OnChanges {
36
36
  */
37
37
  mediumUrgencyCutoff: number;
38
38
  private pBadge;
39
- readonly badge: string;
39
+ get badge(): string;
40
40
  private pLabel;
41
- readonly label: string;
41
+ get label(): string;
42
42
  private pAccessibleLabel;
43
- readonly accessibleLabel: string;
43
+ get accessibleLabel(): string;
44
44
  private pDaysDiff;
45
- readonly daysDiff: number;
45
+ get daysDiff(): number;
46
46
  ngOnChanges(): void;
47
47
  private handleInputChanges;
48
48
  private getDaysDifference;
@@ -1,9 +1,9 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
1
+ import { EventEmitter } from '@angular/core';
2
2
  import { FormGroup } from '@angular/forms';
3
3
  import { FilterFieldConfig } from '../../models';
4
4
  import { LocationByEPIMMSModel } from '../../models/location.model';
5
5
  import { SearchLocationComponent } from '../search-location/search-location.component';
6
- export declare class FindLocationComponent implements OnInit {
6
+ export declare class FindLocationComponent {
7
7
  locationFieldChanged: EventEmitter<void>;
8
8
  selectedLocations: LocationByEPIMMSModel[];
9
9
  submitted: boolean;
@@ -19,9 +19,10 @@ export declare class FindLocationComponent implements OnInit {
19
19
  searchLocationComponent: SearchLocationComponent;
20
20
  private pServices;
21
21
  private pDisabled;
22
- disabled: boolean;
23
- services: string[];
24
- ngOnInit(): void;
22
+ get disabled(): boolean;
23
+ set disabled(value: boolean);
24
+ get services(): string[];
25
+ set services(value: string[]);
25
26
  addLocation(): void;
26
27
  removeLocation(location: LocationByEPIMMSModel): void;
27
28
  onInputChanged(term: string): void;
@@ -11,9 +11,11 @@ export declare class GenericFilterComponent implements OnInit, OnDestroy {
11
11
  formSub: Subscription;
12
12
  constructor(filterService: FilterService, fb: FormBuilder);
13
13
  private _config;
14
- config: FilterConfig;
14
+ get config(): FilterConfig;
15
+ set config(value: FilterConfig);
15
16
  private _settings?;
16
- settings: FilterSetting;
17
+ get settings(): FilterSetting;
18
+ set settings(value: FilterSetting);
17
19
  private static addFormValidators;
18
20
  ngOnInit(): void;
19
21
  ngOnDestroy(): void;
@@ -4,6 +4,6 @@ export declare class InviteUserFormComponent {
4
4
  isInvalid: any;
5
5
  submitForm: EventEmitter<any>;
6
6
  inviteUserForm: FormGroup;
7
- errorMessages: any;
7
+ set errorMessages(value: any);
8
8
  onSubmit(): void;
9
9
  }
@@ -25,3 +25,8 @@ export * from './cookie-banner/cookie-banner.component';
25
25
  export * from './find-location/find-location.component';
26
26
  export * from './search-location/search-location.component';
27
27
  export * from './pagination/pagination.component';
28
+ export * from './search-venue/search-venue.component';
29
+ export * from './search-judicials/search-judicials.component';
30
+ export * from './find-person/find-person.component';
31
+ export * from './user-select/user-select.component';
32
+ export * from './exui-main-wrapper/exui-page-wrapper.component';
@@ -27,7 +27,7 @@ export declare class SearchJudicialsComponent implements OnInit {
27
27
  onKeyDown(): void;
28
28
  onKeyUp(event: any): void;
29
29
  onFocus(): void;
30
- readonly displayedJudicialsDuplicationFiltered: JudicialUserModel[];
30
+ get displayedJudicialsDuplicationFiltered(): JudicialUserModel[];
31
31
  filter(term: string): void;
32
32
  onSelectionChange(selection?: JudicialUserModel): void;
33
33
  search(currentValue: string): void;
@@ -1,12 +1,10 @@
1
1
  import { ChangeDetectorRef, EventEmitter, OnInit } from '@angular/core';
2
2
  import { AbstractControl, FormBuilder, FormGroup } from '@angular/forms';
3
3
  import { Observable } from 'rxjs';
4
- import { BookingCheckType, LocationByEPIMMSModel } from '../../models';
4
+ import { LocationByEPIMMSModel } from '../../models/location.model';
5
5
  import { LocationService } from '../../services/locations/location.service';
6
- import { SessionStorageService } from '../../services/session-storage/session-storage.service';
7
6
  export declare class SearchLocationComponent implements OnInit {
8
7
  private readonly locationService;
9
- private readonly sessionStorageService;
10
8
  private readonly fb;
11
9
  private readonly cd;
12
10
  control: AbstractControl;
@@ -19,7 +17,6 @@ export declare class SearchLocationComponent implements OnInit {
19
17
  form: FormGroup;
20
18
  showAutocomplete: boolean;
21
19
  locations: LocationByEPIMMSModel[];
22
- bookingCheck: BookingCheckType;
23
20
  locationSelected: EventEmitter<LocationByEPIMMSModel>;
24
21
  locationInputChanged: EventEmitter<string>;
25
22
  searchLocationChanged: EventEmitter<void>;
@@ -27,9 +24,11 @@ export declare class SearchLocationComponent implements OnInit {
27
24
  term: string;
28
25
  private pSelectedLocations;
29
26
  private pReset;
30
- constructor(locationService: LocationService, sessionStorageService: SessionStorageService, fb: FormBuilder, cd: ChangeDetectorRef);
31
- reset: boolean;
32
- selectedLocations: any[];
27
+ constructor(locationService: LocationService, fb: FormBuilder, cd: ChangeDetectorRef);
28
+ get reset(): boolean;
29
+ set reset(value: boolean);
30
+ get selectedLocations(): any[];
31
+ set selectedLocations(value: any[]);
33
32
  ngOnInit(): void;
34
33
  filter(term: string): void;
35
34
  onSelectionChange(location: LocationByEPIMMSModel): void;
@@ -27,7 +27,7 @@ export declare class SearchVenueComponent implements OnInit, AfterContentInit {
27
27
  onKeyDown(): void;
28
28
  onKeyUp(event: any): void;
29
29
  onFocus(): void;
30
- readonly displayedLocationsDuplicationFiltered: LocationByEPIMMSModel[];
30
+ get displayedLocationsDuplicationFiltered(): LocationByEPIMMSModel[];
31
31
  filter(term: string): void;
32
32
  onSelectionChange(selection?: LocationByEPIMMSModel): void;
33
33
  search(currentValue: string): void;
@@ -6,7 +6,7 @@ export declare class FeatureToggleDirective implements OnDestroy {
6
6
  private readonly templateRef;
7
7
  private feature;
8
8
  private subscription;
9
- xuilibFeatureToggle: string;
9
+ set xuilibFeatureToggle(feature: string);
10
10
  constructor(service: FeatureToggleService, viewContainer: ViewContainerRef, templateRef: TemplateRef<any>);
11
11
  ngOnDestroy(): void;
12
12
  private updateSubscription;
@@ -7,5 +7,5 @@ export declare class LetDirective<T = any> {
7
7
  private readonly viewContainer;
8
8
  private readonly context;
9
9
  constructor(viewContainer: ViewContainerRef, templateRef: TemplateRef<LetContext<T>>);
10
- xuilibLet: T;
10
+ set xuilibLet(condition: T);
11
11
  }
@@ -27,7 +27,9 @@ import { HmctsPaginationComponent } from './gov-ui/components/hmcts-pagination/h
27
27
  import { HmctsPrimaryNavigationComponent } from './gov-ui/components/hmcts-primary-navigation/hmcts-primary-navigation.component';
28
28
  import { HmctsSubNavigationComponent } from './gov-ui/components/hmcts-sub-navigation/hmcts-sub-navigation.component';
29
29
  import { RemoveHostDirective } from './gov-ui/directives/remove-host.directive';
30
- export declare const COMMON_COMPONENTS: (typeof AccessibilityComponent | typeof GenericFilterComponent | typeof SelectedCaseConfirmComponent | typeof SelectedCaseListComponent | typeof SelectedCaseComponent | typeof ServiceMessagesComponent | typeof ShareCaseConfirmComponent | typeof ShareCaseComponent | typeof CookieBannerComponent | typeof SearchLocationComponent | typeof FeatureToggleDirective | typeof LetDirective | typeof FindPersonComponent | typeof SearchJudicialsComponent | typeof SearchVenueComponent)[];
30
+ import { CaseSharingStateService, CookieService, FilterService, FindAPersonService, GoogleAnalyticsService, GoogleTagManagerService, LaunchDarklyService, LoadingService, LocationService, ManageSessionServices, SessionStorageService, TimeoutNotificationsService } from './services';
31
+ export declare const COMMON_COMPONENTS: (typeof AccessibilityComponent | typeof GenericFilterComponent | typeof SelectedCaseConfirmComponent | typeof SelectedCaseListComponent | typeof SelectedCaseComponent | typeof ServiceMessagesComponent | typeof ShareCaseConfirmComponent | typeof ShareCaseComponent | typeof CookieBannerComponent | typeof SearchLocationComponent | typeof SearchVenueComponent | typeof SearchJudicialsComponent | typeof FindPersonComponent | typeof FeatureToggleDirective | typeof LetDirective)[];
31
32
  export declare const GOV_UI_COMPONENTS: (typeof HmctsIdentityBarComponent | typeof HmctsPaginationComponent | typeof HmctsSubNavigationComponent | typeof HmctsPrimaryNavigationComponent | typeof HmctsErrorSummaryComponent | typeof HmctsMainWrapperComponent | typeof HmctsBannerComponent | typeof GovukTableComponent | typeof GovUkFormGroupWrapperComponent | typeof GovUkLabelComponent | typeof GovUkErrorMessageComponent | typeof GovUkCheckboxesComponent | typeof GovUkRadioComponent | typeof RemoveHostDirective)[];
33
+ export declare const COMMON_SERVICES: (typeof FilterService | typeof CaseSharingStateService | typeof CookieService | typeof LocationService | typeof SessionStorageService | typeof FindAPersonService | typeof LaunchDarklyService | typeof GoogleAnalyticsService | typeof GoogleTagManagerService | typeof ManageSessionServices | typeof TimeoutNotificationsService | typeof LoadingService)[];
32
34
  export declare class ExuiCommonLibModule {
33
35
  }
@@ -1,7 +1,7 @@
1
1
  import { AfterViewInit, OnChanges, SimpleChanges } from '@angular/core';
2
2
  export declare class HmctsErrorSummaryComponent implements AfterViewInit, OnChanges {
3
3
  private readonly document;
4
- errorMessages: any;
4
+ set errorMessages(value: any);
5
5
  header: string;
6
6
  showWarningMessage: boolean;
7
7
  messages: object[];
@@ -1,5 +1,5 @@
1
1
  export declare class HmctsIdentityBarComponent {
2
- content: any;
2
+ set content(value: any);
3
3
  value: string;
4
4
  constructor();
5
5
  }
@@ -12,7 +12,7 @@ export declare class HmctsMainWrapperComponent implements OnInit {
12
12
  message: any;
13
13
  }[];
14
14
  };
15
- banner: BannerDataModel;
15
+ set banner(value: BannerDataModel);
16
16
  actionButtons: {
17
17
  name: string;
18
18
  class: string;
@@ -1,5 +1,5 @@
1
1
  export declare class HmctsPrimaryNavigationComponent {
2
- userLoggedIn: any;
2
+ set userLoggedIn(value: any);
3
3
  label: string;
4
4
  items: {
5
5
  active: boolean;
@@ -1 +1,21 @@
1
1
  export * from './hmcts-sub-navigation/hmcts-sub-navigation.component';
2
+ export * from './hmcts-primary-navigation/hmcts-primary-navigation.component';
3
+ export * from './hmcts-pagination/hmcts-pagination.component';
4
+ export * from './hmcts-main-wrapper/hmcts-main-wrapper.component';
5
+ export * from './hmcts-identity-bar/hmcts-identity-bar.component';
6
+ export * from './hmcts-error-summary/hmcts-error-summary.component';
7
+ export * from './hmcts-banner/hmcts-banner.component';
8
+ export * from './gov-uk-textarea/gov-uk-textarea.component';
9
+ export * from './gov-uk-table/gov-uk-table.component';
10
+ export * from './gov-uk-select/gov-uk-select.component';
11
+ export * from './gov-uk-radios/gov-uk-radios.component';
12
+ export * from './gov-uk-radio/gov-uk-radio.component';
13
+ export * from './gov-uk-label/gov-uk-label.component';
14
+ export * from './gov-uk-input/gov-uk-input.component';
15
+ export * from './gov-uk-form-group-wrapper/gov-uk-form-group-wrapper.component';
16
+ export * from './gov-uk-file-upload/gov-uk-file-upload.component';
17
+ export * from './gov-uk-fieldset/gov-uk-fieldset.component';
18
+ export * from './gov-uk-error-message/gov-uk-error-message.component';
19
+ export * from './gov-uk-date/gov-uk-date.component';
20
+ export * from './gov-uk-checkboxes/gov-uk-checkboxes.component';
21
+ export * from './gov-uk-checkbox/gov-uk-checkbox.component';
@@ -1,3 +1,4 @@
1
+ export * from './directives/remove-host.directive';
1
2
  export * from './gov-ui.service';
2
3
  export * from './validators';
3
4
  export * from './components';
@@ -1,4 +1,3 @@
1
- import { BookingCheckType } from './location.model';
2
1
  import { PersonRole } from './person.model';
3
2
  export declare type FilterFieldType = 'checkbox' | 'radio' | 'select' | 'find-person' | 'find-location' | 'checkbox-large';
4
3
  export declare type FilterPersistence = 'local' | 'session' | 'memory';
@@ -41,7 +40,6 @@ export interface FilterFieldConfig {
41
40
  subTitle?: string;
42
41
  locationTitle?: string;
43
42
  radioSelectionChange?: string;
44
- bookingCheckType?: BookingCheckType;
45
43
  }
46
44
  export interface FilterSetting {
47
45
  id: string;
@@ -3,7 +3,6 @@ export * from './contact-details.model';
3
3
  export * from './due-date.model';
4
4
  export * from './feature-user';
5
5
  export * from './idle-config.model';
6
- export * from './location.model';
7
6
  export * from './pagination.model';
8
7
  export * from './person.model';
9
8
  export * from './public_api';
@@ -47,14 +47,3 @@ export interface LocationByEPIMMSModel {
47
47
  is_case_management_location: string;
48
48
  is_hearing_location: string;
49
49
  }
50
- export interface LocationsByService {
51
- service?: string;
52
- serviceCode?: string;
53
- bookable?: boolean;
54
- locations: Location[];
55
- }
56
- export declare enum BookingCheckType {
57
- NO_CHECK = "NO_CHECK",
58
- BOOKINGS_AND_BASE = "BOOKINGS_AND_BASE",
59
- POSSIBLE_BOOKINGS = "POSSIBLE_BOOKINGS"
60
- }
@@ -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[];
@@ -1,11 +1,11 @@
1
1
  import { Observable } from 'rxjs';
2
2
  export declare abstract class HasLoadingState {
3
- 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;
@@ -1,6 +1,6 @@
1
1
  import { HttpClient } from '@angular/common/http';
2
2
  import { Observable } from 'rxjs';
3
- import { LocationByEPIMMSModel, LocationsByService } from '../../models/location.model';
3
+ import { LocationByEPIMMSModel } from '../../models/location.model';
4
4
  export declare class LocationService {
5
5
  private readonly http;
6
6
  constructor(http: HttpClient);
@@ -11,7 +11,7 @@ export declare class LocationService {
11
11
  * @param searchTerm: any search term for postcode | site name | venue name |court name | court address etc.
12
12
  * @return Observable<LocationByEPIMMSModel[]>: Array of locationModel in Observable
13
13
  */
14
- getAllLocations(serviceIds: string, locationType: string, searchTerm: string, userLocations: LocationsByService[], bookingLocations: string[]): Observable<LocationByEPIMMSModel[]>;
14
+ getAllLocations(serviceIds: string, locationType: string, searchTerm: string): Observable<LocationByEPIMMSModel[]>;
15
15
  /**
16
16
  * @description searchLocations from service Ids/location type/search term
17
17
  * @param serviceIds: BBA3 | BBA3,BFA1 split with ','
@@ -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
  }
package/lib/window.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  import { InjectionToken } from '@angular/core';
2
2
  export declare const windowToken: InjectionToken<unknown>;
3
- export declare function windowProvider(): Window;
3
+ export declare function windowProvider(): Window & typeof globalThis;
package/package.json CHANGED
@@ -1,17 +1,10 @@
1
1
  {
2
2
  "name": "@hmcts/rpx-xui-common-lib",
3
- "version": "2.1.2-angular-upgrade-11",
3
+ "version": "2.1.3-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
5
  "launchdarkly-js-client-sdk": "^2.15.2",
10
6
  "ngx-pagination": "^3.2.1"
11
7
  },
12
- "publishConfig": {
13
- "access": "public"
14
- },
15
8
  "license": "MIT",
16
9
  "repository": "https://github.com/hmcts/rpx-xui-common-lib.git",
17
10
  "description": "Angular web component for EXUI common library - xui-common-lib",
@@ -26,21 +19,15 @@
26
19
  "email": "ronald.mansveld@hmcts.net"
27
20
  }
28
21
  ],
29
- "devDependencies": {
30
- "ngx-spec": "^2.1.4",
31
- "node-sass": "^4.0.0"
22
+ "dependencies": {
23
+ "tslib": "^2.0.0"
32
24
  },
33
25
  "main": "bundles/hmcts-rpx-xui-common-lib.umd.js",
34
- "module": "fesm5/hmcts-rpx-xui-common-lib.js",
26
+ "module": "fesm2015/hmcts-rpx-xui-common-lib.js",
35
27
  "es2015": "fesm2015/hmcts-rpx-xui-common-lib.js",
36
- "esm5": "esm5/hmcts-rpx-xui-common-lib.js",
37
28
  "esm2015": "esm2015/hmcts-rpx-xui-common-lib.js",
38
- "fesm5": "fesm5/hmcts-rpx-xui-common-lib.js",
39
29
  "fesm2015": "fesm2015/hmcts-rpx-xui-common-lib.js",
40
30
  "typings": "hmcts-rpx-xui-common-lib.d.ts",
41
31
  "metadata": "hmcts-rpx-xui-common-lib.metadata.json",
42
- "sideEffects": false,
43
- "dependencies": {
44
- "tslib": "^1.9.0"
45
- }
46
- }
32
+ "sideEffects": false
33
+ }
@@ -1,73 +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 { AccessibilityComponent, CheckboxListComponent, ContactDetailsComponent, DueDateComponent, GenericFilterComponent, HmctsSessionDialogComponent, InviteUserFormComponent, InviteUserPermissionComponent, LoadingSpinnerComponent, SelectedCaseConfirmComponent, SelectedCaseListComponent, SelectedCaseComponent, ServiceMessageComponent, ServiceMessagesComponent, ShareCaseConfirmComponent, ShareCaseComponent, TabComponent, TcConfirmComponent, TcDisplayHtmlComponent, TcDisplayPlainComponent, TermsAndConditionsComponent, UserDetailsComponent, UserListComponent, CookieBannerComponent, FindLocationComponent, SearchLocationComponent, PaginationComponent, FeatureToggleDirective, LetContext, LetDirective, COMMON_COMPONENTS, GOV_UI_COMPONENTS, ExuiCommonLibModule, GovUiService, checkboxesBeCheckedValidator, dateValidator, radioGroupValidator, HmctsSubNavigationComponent, BadgeColour, DateBadgeColour, SECONDS_IN_A_DAY, AnonymousFeatureUser, LoggedInFeatureUser, BookingCheckType, PersonRole, RoleCategory, RadioFilterFieldConfig, CaseSharingStateService, FeatureToggleGuard, FeatureToggleService, LaunchDarklyService, GoogleAnalyticsService, GoogleTagManagerService, ManageSessionServices, TimeoutNotificationsService, RoleMatching, RoleGuard, RoleService, CookieService, HasLoadingState, LoadingService, LocationService, FilterService, FindAPersonService, SessionStorageService, windowProvider, windowToken } from './public-api';
10
- export { AccessibilityComponent as ɵx } from './lib/components/accessibility/accessibility.component';
11
- export { CheckboxListComponent as ɵz } from './lib/components/checkbox-list/checkbox-list.component';
12
- export { ContactDetailsComponent as ɵf } from './lib/components/contact-details/contact-details.component';
13
- export { CookieBannerComponent as ɵbf } from './lib/components/cookie-banner/cookie-banner.component';
14
- export { DueDateComponent as ɵy } from './lib/components/due-date/due-date.component';
15
- export { ExuiPageWrapperComponent as ɵa } from './lib/components/exui-main-wrapper/exui-page-wrapper.component';
16
- export { FindLocationComponent as ɵbl } from './lib/components/find-location/find-location.component';
17
- export { FindPersonComponent as ɵbh } from './lib/components/find-person/find-person.component';
18
- export { GenericFilterComponent as ɵbd } from './lib/components/generic-filter/generic-filter.component';
19
- export { HmctsSessionDialogComponent as ɵk } from './lib/components/hmcts-session-dialog/hmcts-session-dialog.component';
20
- export { InviteUserFormComponent as ɵo } from './lib/components/invite-user-form/invite-user-form.component';
21
- export { InviteUserPermissionComponent as ɵn } from './lib/components/invite-user-permissions/invite-user-permission.component';
22
- export { LoadingSpinnerComponent as ɵbc } from './lib/components/loading-spinner/loading-spinner.component';
23
- export { PaginationComponent as ɵbp } from './lib/components/pagination/pagination.component';
24
- export { SearchJudicialsComponent as ɵbk } from './lib/components/search-judicials/search-judicials.component';
25
- export { SearchLocationComponent as ɵbm } from './lib/components/search-location/search-location.component';
26
- export { SearchVenueComponent as ɵbo } from './lib/components/search-venue/search-venue.component';
27
- export { SelectedCaseConfirmComponent as ɵv } from './lib/components/selected-case-confirm/selected-case-confirm.component';
28
- export { SelectedCaseListComponent as ɵt } from './lib/components/selected-case-list/selected-case-list.component';
29
- export { SelectedCaseComponent as ɵu } from './lib/components/selected-case/selected-case.component';
30
- export { ServiceMessageComponent as ɵba } from './lib/components/service-message/service-message.component';
31
- export { ServiceMessagesComponent as ɵbb } from './lib/components/service-messages/service-messages.component';
32
- export { ShareCaseConfirmComponent as ɵs } from './lib/components/share-case-confirm/share-case-confirm.component';
33
- export { ShareCaseComponent as ɵp } from './lib/components/share-case/share-case.component';
34
- export { TabComponent as ɵw } from './lib/components/tab/tab.component';
35
- export { TcConfirmComponent as ɵe } from './lib/components/tc-confirm/tc-confirm.component';
36
- export { TcDisplayHtmlComponent as ɵc } from './lib/components/terms-and-conditions/tc-display/tc-display-html/tc-display-html.component';
37
- export { TcDisplayPlainComponent as ɵd } from './lib/components/terms-and-conditions/tc-display/tc-display-plain/tc-display-plain.component';
38
- export { TermsAndConditionsComponent as ɵb } from './lib/components/terms-and-conditions/terms-and-conditions.component';
39
- export { UserDetailsComponent as ɵm } from './lib/components/user-details/user-details.component';
40
- export { UserListComponent as ɵl } from './lib/components/user-list/user-list.component';
41
- export { UserSelectComponent as ɵq } from './lib/components/user-select/user-select.component';
42
- export { FeatureToggleDirective as ɵg } from './lib/directives/feature-toggle/feature-toggle.directive';
43
- export { LetContext as ɵi, LetDirective as ɵj } from './lib/directives/let/let.directive';
44
- export { GovUkCheckboxComponent as ɵbz } from './lib/gov-ui/components/gov-uk-checkbox/gov-uk-checkbox.component';
45
- export { GovUkCheckboxesComponent as ɵcf } from './lib/gov-ui/components/gov-uk-checkboxes/gov-uk-checkboxes.component';
46
- export { GovUkDateComponent as ɵce } from './lib/gov-ui/components/gov-uk-date/gov-uk-date.component';
47
- export { GovUkErrorMessageComponent as ɵcc } from './lib/gov-ui/components/gov-uk-error-message/gov-uk-error-message.component';
48
- export { GovUkFieldsetComponent as ɵcd } from './lib/gov-ui/components/gov-uk-fieldset/gov-uk-fieldset.component';
49
- export { GovUkFileUploadComponent as ɵck } from './lib/gov-ui/components/gov-uk-file-upload/gov-uk-file-upload.component';
50
- export { GovUkFormGroupWrapperComponent as ɵca } from './lib/gov-ui/components/gov-uk-form-group-wrapper/gov-uk-form-group-wrapper.component';
51
- export { GovUkInputComponent as ɵby } from './lib/gov-ui/components/gov-uk-input/gov-uk-input.component';
52
- export { GovUkLabelComponent as ɵcb } from './lib/gov-ui/components/gov-uk-label/gov-uk-label.component';
53
- export { GovUkRadioComponent as ɵcg } from './lib/gov-ui/components/gov-uk-radio/gov-uk-radio.component';
54
- export { GovUkRadiosComponent as ɵch } from './lib/gov-ui/components/gov-uk-radios/gov-uk-radios.component';
55
- export { GovUkSelectComponent as ɵci } from './lib/gov-ui/components/gov-uk-select/gov-uk-select.component';
56
- export { GovukTableComponent as ɵbx } from './lib/gov-ui/components/gov-uk-table/gov-uk-table.component';
57
- export { GovUkTextareaComponent as ɵcj } from './lib/gov-ui/components/gov-uk-textarea/gov-uk-textarea.component';
58
- export { HmctsBannerComponent as ɵbw } from './lib/gov-ui/components/hmcts-banner/hmcts-banner.component';
59
- export { HmctsErrorSummaryComponent as ɵbu } from './lib/gov-ui/components/hmcts-error-summary/hmcts-error-summary.component';
60
- export { HmctsIdentityBarComponent as ɵbq } from './lib/gov-ui/components/hmcts-identity-bar/hmcts-identity-bar.component';
61
- export { HmctsMainWrapperComponent as ɵbv } from './lib/gov-ui/components/hmcts-main-wrapper/hmcts-main-wrapper.component';
62
- export { HmctsPaginationComponent as ɵbr } from './lib/gov-ui/components/hmcts-pagination/hmcts-pagination.component';
63
- export { HmctsPrimaryNavigationComponent as ɵbt } from './lib/gov-ui/components/hmcts-primary-navigation/hmcts-primary-navigation.component';
64
- export { HmctsSubNavigationComponent as ɵbs } from './lib/gov-ui/components/hmcts-sub-navigation/hmcts-sub-navigation.component';
65
- export { RemoveHostDirective as ɵcl } from './lib/gov-ui/directives/remove-host.directive';
66
- export { CaseSharingStateService as ɵr } from './lib/services/case-sharing-state/case-sharing-state.service';
67
- export { CookieService as ɵbg } from './lib/services/cookie/cookie.service';
68
- export { FeatureToggleService as ɵh } from './lib/services/feature-toggle/feature-toggle.service';
69
- export { FilterService as ɵbe } from './lib/services/filter/filter.service';
70
- export { FindAPersonService as ɵbi } from './lib/services/find-person/find-person.service';
71
- export { LocationService as ɵbn } from './lib/services/locations/location.service';
72
- export { SessionStorageService as ɵbj } from './lib/services/session-storage/session-storage.service';
73
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaG1jdHMtcnB4LXh1aS1jb21tb24tbGliLmpzIiwic291cmNlUm9vdCI6Im5nOi8vQGhtY3RzL3JweC14dWktY29tbW9uLWxpYi8iLCJzb3VyY2VzIjpbImhtY3RzLXJweC14dWktY29tbW9uLWxpYi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7OztBQUlBLDA0Q0FBYyxjQUFjLENBQUM7QUFFN0IsT0FBTyxFQUFDLHNCQUFzQixJQUFJLEVBQUUsRUFBQyxNQUFNLHdEQUF3RCxDQUFDO0FBQ3BHLE9BQU8sRUFBQyxxQkFBcUIsSUFBSSxFQUFFLEVBQUMsTUFBTSx3REFBd0QsQ0FBQztBQUNuRyxPQUFPLEVBQUMsdUJBQXVCLElBQUksRUFBRSxFQUFDLE1BQU0sNERBQTRELENBQUM7QUFDekcsT0FBTyxFQUFDLHFCQUFxQixJQUFJLEdBQUcsRUFBQyxNQUFNLHdEQUF3RCxDQUFDO0FBQ3BHLE9BQU8sRUFBQyxnQkFBZ0IsSUFBSSxFQUFFLEVBQUMsTUFBTSw4Q0FBOEMsQ0FBQztBQUNwRixPQUFPLEVBQUMsd0JBQXdCLElBQUksRUFBRSxFQUFDLE1BQU0sZ0VBQWdFLENBQUM7QUFDOUcsT0FBTyxFQUFDLHFCQUFxQixJQUFJLEdBQUcsRUFBQyxNQUFNLHdEQUF3RCxDQUFDO0FBQ3BHLE9BQU8sRUFBQyxtQkFBbUIsSUFBSSxHQUFHLEVBQUMsTUFBTSxvREFBb0QsQ0FBQztBQUM5RixPQUFPLEVBQUMsc0JBQXNCLElBQUksR0FBRyxFQUFDLE1BQU0sMERBQTBELENBQUM7QUFDdkcsT0FBTyxFQUFDLDJCQUEyQixJQUFJLEVBQUUsRUFBQyxNQUFNLHNFQUFzRSxDQUFDO0FBQ3ZILE9BQU8sRUFBQyx1QkFBdUIsSUFBSSxFQUFFLEVBQUMsTUFBTSw4REFBOEQsQ0FBQztBQUMzRyxPQUFPLEVBQUMsNkJBQTZCLElBQUksRUFBRSxFQUFDLE1BQU0sMkVBQTJFLENBQUM7QUFDOUgsT0FBTyxFQUFDLHVCQUF1QixJQUFJLEdBQUcsRUFBQyxNQUFNLDREQUE0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MkNBQTJDLENBQUM7QUFDakYsT0FBTyxFQUFDLHFCQUFxQixJQUFJLEdBQUcsRUFBQyxNQUFNLHdEQUF3RCxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuXG5leHBvcnQge0FjY2Vzc2liaWxpdHlDb21wb25lbnQgYXMgybV4fSBmcm9tICcuL2xpYi9jb21wb25lbnRzL2FjY2Vzc2liaWxpdHkvYWNjZXNzaWJpbGl0eS5jb21wb25lbnQnO1xuZXhwb3J0IHtDaGVja2JveExpc3RDb21wb25lbnQgYXMgybV6fSBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NoZWNrYm94LWxpc3QvY2hlY2tib3gtbGlzdC5jb21wb25lbnQnO1xuZXhwb3J0IHtDb250YWN0RGV0YWlsc0NvbXBvbmVudCBhcyDJtWZ9IGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29udGFjdC1kZXRhaWxzL2NvbnRhY3QtZGV0YWlscy5jb21wb25lbnQnO1xuZXhwb3J0IHtDb29raWVCYW5uZXJDb21wb25lbnQgYXMgybViZn0gZnJvbSAnLi9saWIvY29tcG9uZW50cy9jb29raWUtYmFubmVyL2Nvb2tpZS1iYW5uZXIuY29tcG9uZW50JztcbmV4cG9ydCB7RHVlRGF0ZUNvbXBvbmVudCBhcyDJtXl9IGZyb20gJy4vbGliL2NvbXBvbmVudHMvZHVlLWRhdGUvZHVlLWRhdGUuY29tcG9uZW50JztcbmV4cG9ydCB7RXh1aVBhZ2VXcmFwcGVyQ29tcG9uZW50IGFzIMm1YX0gZnJvbSAnLi9saWIvY29tcG9uZW50cy9leHVpLW1haW4td3JhcHBlci9leHVpLXBhZ2Utd3JhcHBlci5jb21wb25lbnQnO1xuZXhwb3J0IHtGaW5kTG9jYXRpb25Db21wb25lbnQgYXMgybVibH0gZnJvbSAnLi9saWIvY29tcG9uZW50cy9maW5kLWxvY2F0aW9uL2ZpbmQtbG9jYXRpb24uY29tcG9uZW50JztcbmV4cG9ydCB7RmluZFBlcnNvbkNvbXBvbmVudCBhcyDJtWJofSBmcm9tICcuL2xpYi9jb21wb25lbnRzL2ZpbmQtcGVyc29uL2ZpbmQtcGVyc29uLmNvbXBvbmVudCc7XG5leHBvcnQge0dlbmVyaWNGaWx0ZXJDb21wb25lbnQgYXMgybViZH0gZnJvbSAnLi9saWIvY29tcG9uZW50cy9nZW5lcmljLWZpbHRlci9nZW5lcmljLWZpbHRlci5jb21wb25lbnQnO1xuZXhwb3J0IHtIbWN0c1Nlc3Npb25EaWFsb2dDb21wb25lbnQgYXMgybVrfSBmcm9tICcuL2xpYi9jb21wb25lbnRzL2htY3RzLXNlc3Npb24tZGlhbG9nL2htY3RzLXNlc3Npb24tZGlhbG9nLmNvbXBvbmVudCc7XG5leHBvcnQge0ludml0ZVVzZXJGb3JtQ29tcG9uZW50IGFzIMm1b30gZnJvbSAnLi9saWIvY29tcG9uZW50cy9pbnZpdGUtdXNlci1mb3JtL2ludml0ZS11c2VyLWZvcm0uY29tcG9uZW50JztcbmV4cG9ydCB7SW52aXRlVXNlclBlcm1pc3Npb25Db21wb25lbnQgYXMgybVufSBmcm9tICcuL2xpYi9jb21wb25lbnRzL2ludml0ZS11c2VyLXBlcm1pc3Npb25zL2ludml0ZS11c2VyLXBlcm1pc3Npb24uY29tcG9uZW50JztcbmV4cG9ydCB7TG9hZGluZ1NwaW5uZXJDb21wb25lbnQgYXMgybViY30gZnJvbSAnLi9saWIvY29tcG9uZW50cy9sb2FkaW5nLXNwaW5uZXIvbG9hZGluZy1zcGlubmVyLmNvbXBvbmVudCc7XG5leHBvcnQge1BhZ2luYXRpb25Db21wb25lbnQgYXMgybVicH0gZnJvbSAnLi9saWIvY29tcG9uZW50cy9wYWdpbmF0aW9uL3BhZ2luYXRpb24uY29tcG9uZW50JztcbmV4cG9ydCB7U2VhcmNoSnVkaWNpYWxzQ29tcG9uZW50IGFzIMm1Ymt9IGZyb20gJy4vbGliL2NvbXBvbmVudHMvc2VhcmNoLWp1ZGljaWFscy9zZWFyY2gtanVkaWNpYWxzLmNvbXBvbmVudCc7XG5leHBvcnQge1NlYXJjaExvY2F0aW9uQ29tcG9uZW50IGFzIMm1Ym19IGZyb20gJy4vbGliL2NvbXBvbmVudHMvc2VhcmNoLWxvY2F0aW9uL3NlYXJjaC1sb2NhdGlvbi5jb21wb25lbnQnO1xuZXhwb3J0IHtTZWFyY2hWZW51ZUNvbXBvbmVudCBhcyDJtWJvfSBmcm9tICcuL2xpYi9jb21wb25lbnRzL3NlYXJjaC12ZW51ZS9zZWFyY2gtdmVudWUuY29tcG9uZW50JztcbmV4cG9ydCB7U2VsZWN0ZWRDYXNlQ29uZmlybUNvbXBvbmVudCBhcyDJtXZ9IGZyb20gJy4vbGliL2NvbXBvbmVudHMvc2VsZWN0ZWQtY2FzZS1jb25maXJtL3NlbGVjdGVkLWNhc2UtY29uZmlybS5jb21wb25lbnQnO1xuZXhwb3J0IHtTZWxlY3RlZENhc2VMaXN0Q29tcG9uZW50IGFzIMm1dH0gZnJvbSAnLi9saWIvY29tcG9uZW50cy9zZWxlY3RlZC1jYXNlLWxpc3Qvc2VsZWN0ZWQtY2FzZS1saXN0LmNvbXBvbmVudCc7XG5leHBvcnQge1NlbGVjdGVkQ2FzZUNvbXBvbmVudCBhcyDJtXV9IGZyb20gJy4vbGliL2NvbXBvbmVudHMvc2VsZWN0ZWQtY2FzZS9zZWxlY3RlZC1jYXNlLmNvbXBvbmVudCc7XG5leHBvcnQge1NlcnZpY2VNZXNzYWdlQ29tcG9uZW50IGFzIMm1YmF9IGZyb20gJy4vbGliL2NvbXBvbmVudHMvc2VydmljZS1tZXNzYWdlL3NlcnZpY2UtbWVzc2FnZS5jb21wb25lbnQnO1xuZXhwb3J0IHtTZXJ2aWNlTWVzc2FnZXNDb21wb25lbnQgYXMgybViYn0gZnJvbSAnLi9saWIvY29tcG9uZW50cy9zZXJ2aWNlLW1lc3NhZ2VzL3NlcnZpY2UtbWVzc2FnZXMuY29tcG9uZW50JztcbmV4cG9ydCB7U2hhcmVDYXNlQ29uZmlybUNvbXBvbmVudCBhcyDJtXN9IGZyb20gJy4vbGliL2NvbXBvbmVudHMvc2hhcmUtY2FzZS1jb25maXJtL3NoYXJlLWNhc2UtY29uZmlybS5jb21wb25lbnQnO1xuZXhwb3J0IHtTaGFyZUNhc2VDb21wb25lbnQgYXMgybVwfSBmcm9tICcuL2xpYi9jb21wb25lbnRzL3NoYXJlLWNhc2Uvc2hhcmUtY2FzZS5jb21wb25lbnQnO1xuZXhwb3J0IHtUYWJDb21wb25lbnQgYXMgybV3fSBmcm9tICcuL2xpYi9jb21wb25lbnRzL3RhYi90YWIuY29tcG9uZW50JztcbmV4cG9ydCB7VGNDb25maXJtQ29tcG9uZW50IGFzIMm1ZX0gZnJvbSAnLi9saWIvY29tcG9uZW50cy90Yy1jb25maXJtL3RjLWNvbmZpcm0uY29tcG9uZW50JztcbmV4cG9ydCB7VGNEaXNwbGF5SHRtbENvbXBvbmVudCBhcyDJtWN9IGZyb20gJy4vbGliL2NvbXBvbmVudHMvdGVybXMtYW5kLWNvbmRpdGlvbnMvdGMtZGlzcGxheS90Yy1kaXNwbGF5LWh0bWwvdGMtZGlzcGxheS1odG1sLmNvbXBvbmVudCc7XG5leHBvcnQge1RjRGlzcGxheVBsYWluQ29tcG9uZW50IGFzIMm1ZH0gZnJvbSAnLi9saWIvY29tcG9uZW50cy90ZXJtcy1hbmQtY29uZGl0aW9ucy90Yy1kaXNwbGF5L3RjLWRpc3BsYXktcGxhaW4vdGMtZGlzcGxheS1wbGFpbi5jb21wb25lbnQnO1xuZXhwb3J0IHtUZXJtc0FuZENvbmRpdGlvbnNDb21wb25lbnQgYXMgybVifSBmcm9tICcuL2xpYi9jb21wb25lbnRzL3Rlcm1zLWFuZC1jb25kaXRpb25zL3Rlcm1zLWFuZC1jb25kaXRpb25zLmNvbXBvbmVudCc7XG5leHBvcnQge1VzZXJEZXRhaWxzQ29tcG9uZW50IGFzIMm1bX0gZnJvbSAnLi9saWIvY29tcG9uZW50cy91c2VyLWRldGFpbHMvdXNlci1kZXRhaWxzLmNvbXBvbmVudCc7XG5leHBvcnQge1VzZXJMaXN0Q29tcG9uZW50IGFzIMm1bH0gZnJvbSAnLi9saWIvY29tcG9uZW50cy91c2VyLWxpc3QvdXNlci1saXN0LmNvbXBvbmVudCc7XG5leHBvcnQge1VzZXJTZWxlY3RDb21wb25lbnQgYXMgybVxfSBmcm9tICcuL2xpYi9jb21wb25lbnRzL3VzZXItc2VsZWN0L3VzZXItc2VsZWN0LmNvbXBvbmVudCc7XG5leHBvcnQge0ZlYXR1cmVUb2dnbGVEaXJlY3RpdmUgYXMgybVnfSBmcm9tICcuL2xpYi9kaXJlY3RpdmVzL2ZlYXR1cmUtdG9nZ2xlL2ZlYXR1cmUtdG9nZ2xlLmRpcmVjdGl2ZSc7XG5leHBvcnQge0xldENvbnRleHQgYXMgybVpLExldERpcmVjdGl2ZSBhcyDJtWp9IGZyb20gJy4vbGliL2RpcmVjdGl2ZXMvbGV0L2xldC5kaXJlY3RpdmUnO1xuZXhwb3J0IHtHb3ZVa0NoZWNrYm94Q29tcG9uZW50IGFzIMm1Ynp9IGZyb20gJy4vbGliL2dvdi11aS9jb21wb25lbnRzL2dvdi11ay1jaGVja2JveC9nb3YtdWstY2hlY2tib3guY29tcG9uZW50JztcbmV4cG9ydCB7R292VWtDaGVja2JveGVzQ29tcG9uZW50IGFzIMm1Y2Z9IGZyb20gJy4vbGliL2dvdi11aS9jb21wb25lbnRzL2dvdi11ay1jaGVja2JveGVzL2dvdi11ay1jaGVja2JveGVzLmNvbXBvbmVudCc7XG5leHBvcnQge0dvdlVrRGF0ZUNvbXBvbmVudCBhcyDJtWNlfSBmcm9tICcuL2xpYi9nb3YtdWkvY29tcG9uZW50cy9nb3YtdWstZGF0ZS9nb3YtdWstZGF0ZS5jb21wb25lbnQnO1xuZXhwb3J0IHtHb3ZVa0Vycm9yTWVzc2FnZUNvbXBvbmVudCBhcyDJtWNjfSBmcm9tICcuL2xpYi9nb3YtdWkvY29tcG9uZW50cy9nb3YtdWstZXJyb3ItbWVzc2FnZS9nb3YtdWstZXJyb3ItbWVzc2FnZS5jb21wb25lbnQnO1xuZXhwb3J0IHtHb3ZVa0ZpZWxkc2V0Q29tcG9uZW50IGFzIMm1Y2R9IGZyb20gJy4vbGliL2dvdi11aS9jb21wb25lbnRzL2dvdi11ay1maWVsZHNldC9nb3YtdWstZmllbGRzZXQuY29tcG9uZW50JztcbmV4cG9ydCB7R292VWtGaWxlVXBsb2FkQ29tcG9uZW50IGFzIMm1Y2t9IGZyb20gJy4vbGliL2dvdi11aS9jb21wb25lbnRzL2dvdi11ay1maWxlLXVwbG9hZC9nb3YtdWstZmlsZS11cGxvYWQuY29tcG9uZW50JztcbmV4cG9ydCB7R292VWtGb3JtR3JvdXBXcmFwcGVyQ29tcG9uZW50IGFzIMm1Y2F9IGZyb20gJy4vbGliL2dvdi11aS9jb21wb25lbnRzL2dvdi11ay1mb3JtLWdyb3VwLXdyYXBwZXIvZ292LXVrLWZvcm0tZ3JvdXAtd3JhcHBlci5jb21wb25lbnQnO1xuZXhwb3J0IHtHb3ZVa0lucHV0Q29tcG9uZW50IGFzIMm1Ynl9IGZyb20gJy4vbGliL2dvdi11aS9jb21wb25lbnRzL2dvdi11ay1pbnB1dC9nb3YtdWstaW5wdXQuY29tcG9uZW50JztcbmV4cG9ydCB7R292VWtMYWJlbENvbXBvbmVudCBhcyDJtWNifSBmcm9tICcuL2xpYi9nb3YtdWkvY29tcG9uZW50cy9nb3YtdWstbGFiZWwvZ292LXVrLWxhYmVsLmNvbXBvbmVudCc7XG5leHBvcnQge0dvdlVrUmFkaW9Db21wb25lbnQgYXMgybVjZ30gZnJvbSAnLi9saWIvZ292LXVpL2NvbXBvbmVudHMvZ292LXVrLXJhZGlvL2dvdi11ay1yYWRpby5jb21wb25lbnQnO1xuZXhwb3J0IHtHb3ZVa1JhZGlvc0NvbXBvbmVudCBhcyDJtWNofSBmcm9tICcuL2xpYi9nb3YtdWkvY29tcG9uZW50cy9nb3YtdWstcmFkaW9zL2dvdi11ay1yYWRpb3MuY29tcG9uZW50JztcbmV4cG9ydCB7R292VWtTZWxlY3RDb21wb25lbnQgYXMgybVjaX0gZnJvbSAnLi9saWIvZ292LXVpL2NvbXBvbmVudHMvZ292LXVrLXNlbGVjdC9nb3YtdWstc2VsZWN0LmNvbXBvbmVudCc7XG5leHBvcnQge0dvdnVrVGFibGVDb21wb25lbnQgYXMgybVieH0gZnJvbSAnLi9saWIvZ292LXVpL2NvbXBvbmVudHMvZ292LXVrLXRhYmxlL2dvdi11ay10YWJsZS5jb21wb25lbnQnO1xuZXhwb3J0IHtHb3ZVa1RleHRhcmVhQ29tcG9uZW50IGFzIMm1Y2p9IGZyb20gJy4vbGliL2dvdi11aS9jb21wb25lbnRzL2dvdi11ay10ZXh0YXJlYS9nb3YtdWstdGV4dGFyZWEuY29tcG9uZW50JztcbmV4cG9ydCB7SG1jdHNCYW5uZXJDb21wb25lbnQgYXMgybVid30gZnJvbSAnLi9saWIvZ292LXVpL2NvbXBvbmVudHMvaG1jdHMtYmFubmVyL2htY3RzLWJhbm5lci5jb21wb25lbnQnO1xuZXhwb3J0IHtIbWN0c0Vycm9yU3VtbWFyeUNvbXBvbmVudCBhcyDJtWJ1fSBmcm9tICcuL2xpYi9nb3YtdWkvY29tcG9uZW50cy9obWN0cy1lcnJvci1zdW1tYXJ5L2htY3RzLWVycm9yLXN1bW1hcnkuY29tcG9uZW50JztcbmV4cG9ydCB7SG1jdHNJZGVudGl0eUJhckNvbXBvbmVudCBhcyDJtWJxfSBmcm9tICcuL2xpYi9nb3YtdWkvY29tcG9uZW50cy9obWN0cy1pZGVudGl0eS1iYXIvaG1jdHMtaWRlbnRpdHktYmFyLmNvbXBvbmVudCc7XG5leHBvcnQge0htY3RzTWFpbldyYXBwZXJDb21wb25lbnQgYXMgybVidn0gZnJvbSAnLi9saWIvZ292LXVpL2NvbXBvbmVudHMvaG1jdHMtbWFpbi13cmFwcGVyL2htY3RzLW1haW4td3JhcHBlci5jb21wb25lbnQnO1xuZXhwb3J0IHtIbWN0c1BhZ2luYXRpb25Db21wb25lbnQgYXMgybVicn0gZnJvbSAnLi9saWIvZ292LXVpL2NvbXBvbmVudHMvaG1jdHMtcGFnaW5hdGlvbi9obWN0cy1wYWdpbmF0aW9uLmNvbXBvbmVudCc7XG5leHBvcnQge0htY3RzUHJpbWFyeU5hdmlnYXRpb25Db21wb25lbnQgYXMgybVidH0gZnJvbSAnLi9saWIvZ292LXVpL2NvbXBvbmVudHMvaG1jdHMtcHJpbWFyeS1uYXZpZ2F0aW9uL2htY3RzLXByaW1hcnktbmF2aWdhdGlvbi5jb21wb25lbnQnO1xuZXhwb3J0IHtIbWN0c1N1Yk5hdmlnYXRpb25Db21wb25lbnQgYXMgybVic30gZnJvbSAnLi9saWIvZ292LXVpL2NvbXBvbmVudHMvaG1jdHMtc3ViLW5hdmlnYXRpb24vaG1jdHMtc3ViLW5hdmlnYXRpb24uY29tcG9uZW50JztcbmV4cG9ydCB7UmVtb3ZlSG9zdERpcmVjdGl2ZSBhcyDJtWNsfSBmcm9tICcuL2xpYi9nb3YtdWkvZGlyZWN0aXZlcy9yZW1vdmUtaG9zdC5kaXJlY3RpdmUnO1xuZXhwb3J0IHtDYXNlU2hhcmluZ1N0YXRlU2VydmljZSBhcyDJtXJ9IGZyb20gJy4vbGliL3NlcnZpY2VzL2Nhc2Utc2hhcmluZy1zdGF0ZS9jYXNlLXNoYXJpbmctc3RhdGUuc2VydmljZSc7XG5leHBvcnQge0Nvb2tpZVNlcnZpY2UgYXMgybViZ30gZnJvbSAnLi9saWIvc2VydmljZXMvY29va2llL2Nvb2tpZS5zZXJ2aWNlJztcbmV4cG9ydCB7RmVhdHVyZVRvZ2dsZVNlcnZpY2UgYXMgybVofSBmcm9tICcuL2xpYi9zZXJ2aWNlcy9mZWF0dXJlLXRvZ2dsZS9mZWF0dXJlLXRvZ2dsZS5zZXJ2aWNlJztcbmV4cG9ydCB7RmlsdGVyU2VydmljZSBhcyDJtWJlfSBmcm9tICcuL2xpYi9zZXJ2aWNlcy9maWx0ZXIvZmlsdGVyLnNlcnZpY2UnO1xuZXhwb3J0IHtGaW5kQVBlcnNvblNlcnZpY2UgYXMgybViaX0gZnJvbSAnLi9saWIvc2VydmljZXMvZmluZC1wZXJzb24vZmluZC1wZXJzb24uc2VydmljZSc7XG5leHBvcnQge0xvY2F0aW9uU2VydmljZSBhcyDJtWJufSBmcm9tICcuL2xpYi9zZXJ2aWNlcy9sb2NhdGlvbnMvbG9jYXRpb24uc2VydmljZSc7XG5leHBvcnQge1Nlc3Npb25TdG9yYWdlU2VydmljZSBhcyDJtWJqfSBmcm9tICcuL2xpYi9zZXJ2aWNlcy9zZXNzaW9uLXN0b3JhZ2Uvc2Vzc2lvbi1zdG9yYWdlLnNlcnZpY2UnOyJdfQ==
@@ -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\n<h3 class=\"govuk-heading-m\">Family Private Law:</h3>\n\n<p class=\"govuk-body\">This service has not yet been tested for accessibility issues. In the future, we will conduct an\n accessibility audit in order to find out if there are any accessibility issues. The accessibility statement will be\n updated with any relevant changes that we find.</p>\n\n<p class=\"govuk-body\">If there are any issues with accessing information or using this website please contact:</p>\n\n<ol class=\"govuk-list govuk-list--bullet\">\n <li>Nicola Whitcher - 02380 384324</li>\n <li>Hannah Townley - 02380 384313</li>\n</ol>",
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjZXNzaWJpbGl0eS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9AaG1jdHMvcnB4LXh1aS1jb21tb24tbGliLyIsInNvdXJjZXMiOlsibGliL2NvbXBvbmVudHMvYWNjZXNzaWJpbGl0eS9hY2Nlc3NpYmlsaXR5LmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFMUM7SUFPRTtJQUNBLENBQUM7O2dCQVJGLFNBQVMsU0FBQztvQkFDUCxRQUFRLEVBQUUsc0JBQXNCO29CQUNoQywya1ZBQTZDOztpQkFFaEQ7Ozs7SUFLRCw2QkFBQztDQUFBLEFBVEQsSUFTQztTQUhZLHNCQUFzQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ3h1aWxpYi1hY2Nlc3NpYmlsaXR5JyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vYWNjZXNzaWJpbGl0eS5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vYWNjZXNzaWJpbGl0eS5jb21wb25lbnQuc2NzcyddXG59KVxuXG5leHBvcnQgY2xhc3MgQWNjZXNzaWJpbGl0eUNvbXBvbmVudCB7XG4gIGNvbnN0cnVjdG9yKCkge1xuICB9XG59XG4iXX0=