@hmcts/rpx-xui-common-lib 2.1.6-angular-upgrade-11-welsh → 2.1.6-javascript-void

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 (361) hide show
  1. package/README.md +1 -1
  2. package/esm2022/hmcts-rpx-xui-common-lib.mjs +5 -0
  3. package/esm2022/lib/components/accessibility/accessibility.component.mjs +833 -0
  4. package/esm2022/lib/components/checkbox-list/checkbox-list.component.mjs +232 -0
  5. package/esm2022/lib/components/contact-details/contact-details.component.mjs +123 -0
  6. package/esm2022/lib/components/cookie-banner/cookie-banner.component.mjs +151 -0
  7. package/esm2022/lib/components/due-date/due-date.component.mjs +141 -0
  8. package/esm2022/lib/components/exui-main-wrapper/exui-page-wrapper.component.mjs +80 -0
  9. package/esm2022/lib/components/find-location/find-location.component.mjs +220 -0
  10. package/esm2022/lib/components/find-person/find-person.component.mjs +234 -0
  11. package/esm2022/lib/components/find-service/find-service.component.mjs +193 -0
  12. package/esm2022/lib/components/find-task-name/find-task-name.component.mjs +200 -0
  13. package/esm2022/lib/components/generic-filter/generic-filter-utils.mjs +21 -0
  14. package/esm2022/lib/components/generic-filter/generic-filter.component.mjs +1224 -0
  15. package/esm2022/lib/components/hmcts-session-dialog/hmcts-session-dialog.component.mjs +56 -0
  16. package/esm2022/lib/components/invite-user-form/invite-user-form.component.mjs +51 -0
  17. package/esm2022/lib/components/invite-user-permissions/invite-user-permission.component.mjs +54 -0
  18. package/esm2022/lib/components/loading-spinner/loading-spinner.component.mjs +33 -0
  19. package/esm2022/lib/components/pagination/pagination.component.mjs +92 -0
  20. package/esm2022/lib/components/public_api.mjs +39 -0
  21. package/esm2022/lib/components/search-judicials/search-judicials.component.mjs +185 -0
  22. package/esm2022/lib/components/search-location/search-location.component.mjs +240 -0
  23. package/esm2022/lib/components/search-service/search-service.component.mjs +94 -0
  24. package/esm2022/lib/components/search-venue/search-venue.component.mjs +188 -0
  25. package/esm2022/lib/components/selected-case/selected-case.component.mjs +381 -0
  26. package/esm2022/lib/components/selected-case-confirm/selected-case-confirm.component.mjs +135 -0
  27. package/esm2022/lib/components/selected-case-list/selected-case-list.component.mjs +98 -0
  28. package/esm2022/lib/components/service-message/service-message.component.mjs +62 -0
  29. package/esm2022/lib/components/service-messages/service-messages.component.mjs +163 -0
  30. package/esm2022/lib/components/share-case/share-case.component.mjs +427 -0
  31. package/esm2022/lib/components/share-case-confirm/share-case-confirm.component.mjs +85 -0
  32. package/esm2022/lib/components/tab/tab.component.mjs +40 -0
  33. package/esm2022/lib/components/tc-confirm/tc-confirm.component.mjs +66 -0
  34. package/esm2022/lib/components/terms-and-conditions/tc-display/tc-display-html/tc-display-html.component.mjs +17 -0
  35. package/esm2022/lib/components/terms-and-conditions/tc-display/tc-display-plain/tc-display-plain.component.mjs +17 -0
  36. package/esm2022/lib/components/terms-and-conditions/terms-and-conditions.component.mjs +58 -0
  37. package/esm2022/lib/components/user-details/user-details.component.mjs +276 -0
  38. package/esm2022/lib/components/user-list/user-list.component.mjs +100 -0
  39. package/esm2022/lib/components/user-select/user-select.component.mjs +94 -0
  40. package/esm2022/lib/components/write-address/write-address.component.mjs +342 -0
  41. package/esm2022/lib/components/write-address-inputs/write-address-inputs.component.mjs +165 -0
  42. package/esm2022/lib/directives/feature-toggle/feature-toggle.directive.mjs +41 -0
  43. package/esm2022/lib/directives/let/let.directive.mjs +29 -0
  44. package/esm2022/lib/exui-common-lib.module.mjs +313 -0
  45. package/esm2022/lib/gov-ui/components/gov-uk-checkbox/gov-uk-checkbox.component.mjs +55 -0
  46. package/esm2022/lib/gov-ui/components/gov-uk-checkboxes/gov-uk-checkboxes.component.mjs +137 -0
  47. package/esm2022/lib/gov-ui/components/gov-uk-date/gov-uk-date.component.mjs +127 -0
  48. package/esm2022/lib/gov-ui/components/gov-uk-error-message/gov-uk-error-message.component.mjs +46 -0
  49. package/esm2022/lib/gov-ui/components/gov-uk-fieldset/gov-uk-fieldset.component.mjs +79 -0
  50. package/esm2022/lib/gov-ui/components/gov-uk-file-upload/gov-uk-file-upload.component.mjs +79 -0
  51. package/esm2022/lib/gov-ui/components/gov-uk-form-group-wrapper/gov-uk-form-group-wrapper.component.mjs +45 -0
  52. package/esm2022/lib/gov-ui/components/gov-uk-input/gov-uk-input.component.mjs +71 -0
  53. package/esm2022/lib/gov-ui/components/gov-uk-label/gov-uk-label.component.mjs +84 -0
  54. package/esm2022/lib/gov-ui/components/gov-uk-radio/gov-uk-radio.component.mjs +48 -0
  55. package/esm2022/lib/gov-ui/components/gov-uk-radios/gov-uk-radios.component.mjs +42 -0
  56. package/esm2022/lib/gov-ui/components/gov-uk-select/gov-uk-select.component.mjs +80 -0
  57. package/esm2022/lib/gov-ui/components/gov-uk-table/gov-uk-table.component.mjs +185 -0
  58. package/esm2022/lib/gov-ui/components/gov-uk-textarea/gov-uk-textarea.component.mjs +57 -0
  59. package/esm2022/lib/gov-ui/components/hmcts-banner/hmcts-banner-info.interface.mjs +2 -0
  60. package/esm2022/lib/gov-ui/components/hmcts-banner/hmcts-banner.component.mjs +111 -0
  61. package/esm2022/lib/gov-ui/components/hmcts-error-summary/hmcts-error-summary.component.mjs +140 -0
  62. package/esm2022/lib/gov-ui/components/hmcts-identity-bar/hmcts-identity-bar.component.mjs +34 -0
  63. package/esm2022/lib/gov-ui/components/hmcts-main-wrapper/hmcts-main-wrapper.component.mjs +129 -0
  64. package/esm2022/lib/gov-ui/components/hmcts-pagination/hmcts-pagination.component.mjs +204 -0
  65. package/esm2022/lib/gov-ui/components/hmcts-primary-navigation/hmcts-primary-navigation.component.mjs +60 -0
  66. package/esm2022/lib/gov-ui/components/hmcts-sub-navigation/hmcts-sub-navigation.component.mjs +58 -0
  67. package/esm2022/lib/gov-ui/directives/remove-host.directive.mjs +30 -0
  68. package/esm2022/lib/gov-ui/gov-ui.service.mjs +14 -0
  69. package/esm2022/lib/gov-ui/models/checkboxes-model.mjs +2 -0
  70. package/{esm2015/lib/gov-ui/models/gov-ui-config-model.js → esm2022/lib/gov-ui/models/gov-ui-config-model.mjs} +1 -1
  71. package/{esm2015/lib/gov-ui/models/public_api.js → esm2022/lib/gov-ui/models/public_api.mjs} +1 -2
  72. package/esm2022/lib/gov-ui/models/radio-buttons.model.mjs +2 -0
  73. package/esm2022/lib/gov-ui/util/helpers/html-templates.helper.mjs +22 -0
  74. package/{esm2015/lib/gov-ui/validators/checkboxes-be-checked.validator.js → esm2022/lib/gov-ui/validators/checkboxes-be-checked.validator.mjs} +1 -1
  75. package/{esm2015/lib/gov-ui/validators/date.validator.js → esm2022/lib/gov-ui/validators/date.validator.mjs} +1 -1
  76. package/esm2022/lib/gov-ui/validators/radio-group.validator.mjs +15 -0
  77. package/esm2022/lib/models/address-message.enum.mjs +11 -0
  78. package/esm2022/lib/models/address-option.model.mjs +21 -0
  79. package/esm2022/lib/models/address.model.mjs +4 -0
  80. package/{esm2015/lib/models/contact-details.model.js → esm2022/lib/models/contact-details.model.mjs} +1 -1
  81. package/esm2022/lib/models/feature-user.mjs +5 -0
  82. package/esm2022/lib/models/filter.model.mjs +3 -0
  83. package/esm2022/lib/models/index.mjs +19 -0
  84. package/esm2022/lib/models/location.model.mjs +7 -0
  85. package/esm2022/lib/models/person.model.mjs +21 -0
  86. package/{esm2015/lib/models/public_api.js → esm2022/lib/models/public_api.mjs} +2 -1
  87. package/{esm2015/lib/models/search-options.model.js → esm2022/lib/models/search-options.model.mjs} +1 -1
  88. package/esm2022/lib/models/service-message.model.mjs +2 -0
  89. package/esm2022/lib/models/task-name.model.mjs +2 -0
  90. package/esm2022/lib/models/user-access-type.model.mjs +2 -0
  91. package/esm2022/lib/models/user-details.model.mjs +2 -0
  92. package/esm2022/lib/pipes/capitalize/capitalize.pipe.mjs +15 -0
  93. package/esm2022/lib/pipes/index.mjs +2 -0
  94. package/esm2022/lib/services/address/address-parser.mjs +76 -0
  95. package/esm2022/lib/services/address/address-type.enum.mjs +7 -0
  96. package/esm2022/lib/services/address/address.service.mjs +55 -0
  97. package/esm2022/lib/services/case-sharing-state/case-sharing-state.service.mjs +170 -0
  98. package/esm2022/lib/services/cookie/cookie.service.mjs +48 -0
  99. package/esm2022/lib/services/feature-toggle/feature-toggle.guard.mjs +37 -0
  100. package/esm2022/lib/services/feature-toggle/feature-toggle.service.mjs +33 -0
  101. package/esm2022/lib/services/feature-toggle/launch-darkly.service.mjs +65 -0
  102. package/esm2022/lib/services/filter/filter.service.mjs +95 -0
  103. package/esm2022/lib/services/find-person/find-person.service.mjs +92 -0
  104. package/esm2022/lib/services/google-analytics/google-analytics.service.mjs +73 -0
  105. package/esm2022/lib/services/google-tag-manager/google-tag-manager.service.mjs +85 -0
  106. package/{esm2015/lib/services/loading/loading.service.js → esm2022/lib/services/loading/loading.service.mjs} +8 -6
  107. package/esm2022/lib/services/locations/location.service.mjs +38 -0
  108. package/{esm2015/lib/services/manage-session/manage-session.services.js → esm2022/lib/services/manage-session/manage-session.services.mjs} +8 -10
  109. package/esm2022/lib/services/public-api.mjs +18 -0
  110. package/esm2022/lib/services/ref-data/index.mjs +4 -0
  111. package/esm2022/lib/services/ref-data/models/ref-data-htmcs-service.model.mjs +2 -0
  112. package/esm2022/lib/services/ref-data/models/ref-data-region.model.mjs +2 -0
  113. package/esm2022/lib/services/ref-data/ref-data-data-access/models/ref-data-locations-by-service-code-response.model.mjs +2 -0
  114. package/esm2022/lib/services/ref-data/ref-data-data-access/ref-data-data-access.service.mjs +33 -0
  115. package/esm2022/lib/services/ref-data/ref-data.service.mjs +34 -0
  116. package/esm2022/lib/services/role-guard/role.guard.mjs +43 -0
  117. package/esm2022/lib/services/role-guard/role.service.mjs +22 -0
  118. package/esm2022/lib/services/storage/session-storage/session-storage.service.mjs +43 -0
  119. package/esm2022/lib/services/task-name/task-name.service.mjs +35 -0
  120. package/esm2022/lib/services/timeout-notifications/timeout-notifications.service.mjs +103 -0
  121. package/{esm2015/public-api.js → esm2022/public-api.mjs} +2 -1
  122. package/fesm2022/hmcts-rpx-xui-common-lib.mjs +10377 -0
  123. package/fesm2022/hmcts-rpx-xui-common-lib.mjs.map +1 -0
  124. package/index.d.ts +5 -0
  125. package/lib/components/accessibility/accessibility.component.d.ts +7 -1
  126. package/lib/components/checkbox-list/checkbox-list.component.d.ts +8 -2
  127. package/lib/components/contact-details/contact-details.component.d.ts +3 -0
  128. package/lib/components/cookie-banner/cookie-banner.component.d.ts +5 -1
  129. package/lib/components/due-date/due-date.component.d.ts +8 -2
  130. package/lib/components/exui-main-wrapper/exui-page-wrapper.component.d.ts +3 -0
  131. package/lib/components/find-location/find-location.component.d.ts +12 -6
  132. package/lib/components/find-person/find-person.component.d.ts +5 -2
  133. package/lib/components/find-service/find-service.component.d.ts +24 -9
  134. package/lib/components/find-task-name/find-task-name.component.d.ts +44 -0
  135. package/lib/components/generic-filter/generic-filter-utils.d.ts +2 -5
  136. package/lib/components/generic-filter/generic-filter.component.d.ts +25 -6
  137. package/lib/components/hmcts-session-dialog/hmcts-session-dialog.component.d.ts +3 -0
  138. package/lib/components/invite-user-form/invite-user-form.component.d.ts +3 -0
  139. package/lib/components/invite-user-permissions/invite-user-permission.component.d.ts +3 -0
  140. package/lib/components/loading-spinner/loading-spinner.component.d.ts +8 -1
  141. package/lib/components/pagination/pagination.component.d.ts +3 -0
  142. package/lib/components/public_api.d.ts +6 -0
  143. package/lib/components/search-judicials/search-judicials.component.d.ts +3 -0
  144. package/lib/components/search-location/search-location.component.d.ts +25 -20
  145. package/lib/components/search-service/search-service.component.d.ts +16 -9
  146. package/lib/components/search-venue/search-venue.component.d.ts +3 -1
  147. package/lib/components/selected-case/selected-case.component.d.ts +3 -0
  148. package/lib/components/selected-case-confirm/selected-case-confirm.component.d.ts +3 -0
  149. package/lib/components/selected-case-list/selected-case-list.component.d.ts +3 -0
  150. package/lib/components/service-message/service-message.component.d.ts +9 -4
  151. package/lib/components/service-messages/service-messages.component.d.ts +15 -5
  152. package/lib/components/share-case/share-case.component.d.ts +4 -0
  153. package/lib/components/share-case-confirm/share-case-confirm.component.d.ts +3 -0
  154. package/lib/components/tab/tab.component.d.ts +3 -0
  155. package/lib/components/tc-confirm/tc-confirm.component.d.ts +3 -0
  156. package/lib/components/terms-and-conditions/tc-display/tc-display-html/tc-display-html.component.d.ts +3 -0
  157. package/lib/components/terms-and-conditions/tc-display/tc-display-plain/tc-display-plain.component.d.ts +3 -0
  158. package/lib/components/terms-and-conditions/terms-and-conditions.component.d.ts +3 -0
  159. package/lib/components/user-details/user-details.component.d.ts +4 -0
  160. package/lib/components/user-list/user-list.component.d.ts +3 -0
  161. package/lib/components/user-select/user-select.component.d.ts +5 -3
  162. package/lib/components/write-address/write-address.component.d.ts +45 -0
  163. package/lib/components/write-address-inputs/write-address-inputs.component.d.ts +16 -0
  164. package/lib/directives/feature-toggle/feature-toggle.directive.d.ts +3 -0
  165. package/lib/directives/let/let.directive.d.ts +3 -0
  166. package/lib/exui-common-lib.module.d.ts +83 -4
  167. package/lib/gov-ui/components/gov-uk-checkbox/gov-uk-checkbox.component.d.ts +3 -0
  168. package/lib/gov-ui/components/gov-uk-checkboxes/gov-uk-checkboxes.component.d.ts +17 -5
  169. package/lib/gov-ui/components/gov-uk-date/gov-uk-date.component.d.ts +3 -0
  170. package/lib/gov-ui/components/gov-uk-error-message/gov-uk-error-message.component.d.ts +3 -0
  171. package/lib/gov-ui/components/gov-uk-fieldset/gov-uk-fieldset.component.d.ts +3 -0
  172. package/lib/gov-ui/components/gov-uk-file-upload/gov-uk-file-upload.component.d.ts +3 -0
  173. package/lib/gov-ui/components/gov-uk-form-group-wrapper/gov-uk-form-group-wrapper.component.d.ts +3 -0
  174. package/lib/gov-ui/components/gov-uk-input/gov-uk-input.component.d.ts +4 -2
  175. package/lib/gov-ui/components/gov-uk-label/gov-uk-label.component.d.ts +4 -0
  176. package/lib/gov-ui/components/gov-uk-radio/gov-uk-radio.component.d.ts +3 -0
  177. package/lib/gov-ui/components/gov-uk-radios/gov-uk-radios.component.d.ts +5 -2
  178. package/lib/gov-ui/components/gov-uk-select/gov-uk-select.component.d.ts +3 -0
  179. package/lib/gov-ui/components/gov-uk-table/gov-uk-table.component.d.ts +3 -0
  180. package/lib/gov-ui/components/gov-uk-textarea/gov-uk-textarea.component.d.ts +3 -0
  181. package/lib/gov-ui/components/hmcts-banner/hmcts-banner-info.interface.d.ts +7 -0
  182. package/lib/gov-ui/components/hmcts-banner/hmcts-banner.component.d.ts +7 -2
  183. package/lib/gov-ui/components/hmcts-error-summary/hmcts-error-summary.component.d.ts +3 -0
  184. package/lib/gov-ui/components/hmcts-identity-bar/hmcts-identity-bar.component.d.ts +3 -0
  185. package/lib/gov-ui/components/hmcts-main-wrapper/hmcts-main-wrapper.component.d.ts +6 -3
  186. package/lib/gov-ui/components/hmcts-pagination/hmcts-pagination.component.d.ts +3 -0
  187. package/lib/gov-ui/components/hmcts-primary-navigation/hmcts-primary-navigation.component.d.ts +3 -0
  188. package/lib/gov-ui/components/hmcts-sub-navigation/hmcts-sub-navigation.component.d.ts +3 -0
  189. package/lib/gov-ui/directives/remove-host.directive.d.ts +3 -0
  190. package/lib/gov-ui/gov-ui.service.d.ts +3 -0
  191. package/lib/gov-ui/models/checkboxes-model.d.ts +4 -7
  192. package/lib/gov-ui/models/gov-ui-config-model.d.ts +2 -0
  193. package/lib/gov-ui/models/public_api.d.ts +0 -1
  194. package/lib/gov-ui/models/radio-buttons.model.d.ts +9 -0
  195. package/lib/models/address-message.enum.d.ts +9 -0
  196. package/lib/models/address-option.model.d.ts +9 -0
  197. package/lib/models/address.model.d.ts +9 -0
  198. package/lib/models/contact-details.model.d.ts +4 -0
  199. package/lib/models/feature-user.d.ts +4 -6
  200. package/lib/models/filter.model.d.ts +42 -9
  201. package/lib/models/index.d.ts +4 -0
  202. package/lib/models/location.model.d.ts +12 -12
  203. package/lib/models/person.model.d.ts +5 -3
  204. package/lib/models/public_api.d.ts +1 -0
  205. package/lib/models/search-options.model.d.ts +1 -1
  206. package/lib/models/service-message.model.d.ts +8 -0
  207. package/lib/models/task-name.model.d.ts +4 -0
  208. package/lib/models/user-access-type.model.d.ts +6 -0
  209. package/lib/models/user-details.model.d.ts +2 -0
  210. package/lib/pipes/capitalize/capitalize.pipe.d.ts +7 -0
  211. package/lib/pipes/index.d.ts +1 -0
  212. package/lib/services/address/address-parser.d.ts +17 -0
  213. package/lib/services/address/address-type.enum.d.ts +5 -0
  214. package/lib/services/address/address.service.d.ts +15 -0
  215. package/lib/services/case-sharing-state/case-sharing-state.service.d.ts +3 -0
  216. package/lib/services/cookie/cookie.service.d.ts +3 -0
  217. package/lib/services/feature-toggle/feature-toggle.guard.d.ts +8 -2
  218. package/lib/services/feature-toggle/feature-toggle.service.d.ts +4 -0
  219. package/lib/services/feature-toggle/launch-darkly.service.d.ts +14 -10
  220. package/lib/services/filter/filter.service.d.ts +6 -0
  221. package/lib/services/find-person/find-person.service.d.ts +5 -2
  222. package/lib/services/google-analytics/google-analytics.service.d.ts +4 -1
  223. package/lib/services/google-tag-manager/google-tag-manager.service.d.ts +5 -1
  224. package/lib/services/loading/loading.service.d.ts +3 -0
  225. package/lib/services/locations/location.service.d.ts +4 -1
  226. package/lib/services/manage-session/manage-session.services.d.ts +3 -0
  227. package/lib/services/public-api.d.ts +2 -0
  228. package/lib/services/ref-data/index.d.ts +3 -0
  229. package/lib/services/ref-data/models/ref-data-htmcs-service.model.d.ts +13 -0
  230. package/lib/services/ref-data/models/ref-data-region.model.d.ts +4 -0
  231. package/lib/services/ref-data/ref-data-data-access/models/ref-data-locations-by-service-code-response.model.d.ts +8 -0
  232. package/lib/services/ref-data/ref-data-data-access/ref-data-data-access.service.d.ts +18 -0
  233. package/lib/services/ref-data/ref-data.service.d.ts +17 -0
  234. package/lib/services/role-guard/role.guard.d.ts +7 -3
  235. package/lib/services/role-guard/role.service.d.ts +8 -4
  236. package/lib/services/{session-storage → storage/session-storage}/session-storage.service.d.ts +3 -0
  237. package/lib/services/task-name/task-name.service.d.ts +17 -0
  238. package/lib/services/timeout-notifications/timeout-notifications.service.d.ts +8 -2
  239. package/package.json +21 -11
  240. package/public-api.d.ts +1 -0
  241. package/bundles/hmcts-rpx-xui-common-lib.umd.js +0 -5139
  242. package/bundles/hmcts-rpx-xui-common-lib.umd.js.map +0 -1
  243. package/bundles/hmcts-rpx-xui-common-lib.umd.min.js +0 -2
  244. package/bundles/hmcts-rpx-xui-common-lib.umd.min.js.map +0 -1
  245. package/esm2015/hmcts-rpx-xui-common-lib.js +0 -70
  246. package/esm2015/lib/components/accessibility/accessibility.component.js +0 -14
  247. package/esm2015/lib/components/checkbox-list/checkbox-list.component.js +0 -177
  248. package/esm2015/lib/components/contact-details/contact-details.component.js +0 -17
  249. package/esm2015/lib/components/cookie-banner/cookie-banner.component.js +0 -68
  250. package/esm2015/lib/components/due-date/due-date.component.js +0 -115
  251. package/esm2015/lib/components/exui-main-wrapper/exui-page-wrapper.component.js +0 -28
  252. package/esm2015/lib/components/find-location/find-location.component.js +0 -124
  253. package/esm2015/lib/components/find-person/find-person.component.js +0 -118
  254. package/esm2015/lib/components/find-service/find-service.component.js +0 -31
  255. package/esm2015/lib/components/generic-filter/generic-filter-utils.js +0 -21
  256. package/esm2015/lib/components/generic-filter/generic-filter.component.js +0 -387
  257. package/esm2015/lib/components/hmcts-session-dialog/hmcts-session-dialog.component.js +0 -27
  258. package/esm2015/lib/components/invite-user-form/invite-user-form.component.js +0 -25
  259. package/esm2015/lib/components/invite-user-permissions/invite-user-permission.component.js +0 -25
  260. package/esm2015/lib/components/loading-spinner/loading-spinner.component.js +0 -18
  261. package/esm2015/lib/components/pagination/pagination.component.js +0 -28
  262. package/esm2015/lib/components/public_api.js +0 -33
  263. package/esm2015/lib/components/search-judicials/search-judicials.component.js +0 -126
  264. package/esm2015/lib/components/search-location/search-location.component.js +0 -133
  265. package/esm2015/lib/components/search-service/search-service.component.js +0 -31
  266. package/esm2015/lib/components/search-venue/search-venue.component.js +0 -123
  267. package/esm2015/lib/components/selected-case/selected-case.component.js +0 -158
  268. package/esm2015/lib/components/selected-case-confirm/selected-case-confirm.component.js +0 -36
  269. package/esm2015/lib/components/selected-case-list/selected-case-list.component.js +0 -49
  270. package/esm2015/lib/components/service-message/service-message.component.js +0 -22
  271. package/esm2015/lib/components/service-messages/service-messages.component.js +0 -48
  272. package/esm2015/lib/components/share-case/share-case.component.js +0 -205
  273. package/esm2015/lib/components/share-case-confirm/share-case-confirm.component.js +0 -34
  274. package/esm2015/lib/components/tab/tab.component.js +0 -21
  275. package/esm2015/lib/components/tc-confirm/tc-confirm.component.js +0 -22
  276. package/esm2015/lib/components/terms-and-conditions/tc-display/tc-display-html/tc-display-html.component.js +0 -13
  277. package/esm2015/lib/components/terms-and-conditions/tc-display/tc-display-plain/tc-display-plain.component.js +0 -13
  278. package/esm2015/lib/components/terms-and-conditions/terms-and-conditions.component.js +0 -16
  279. package/esm2015/lib/components/user-details/user-details.component.js +0 -41
  280. package/esm2015/lib/components/user-list/user-list.component.js +0 -33
  281. package/esm2015/lib/components/user-select/user-select.component.js +0 -58
  282. package/esm2015/lib/directives/feature-toggle/feature-toggle.directive.js +0 -42
  283. package/esm2015/lib/directives/let/let.directive.js +0 -30
  284. package/esm2015/lib/exui-common-lib.module.js +0 -160
  285. package/esm2015/lib/gov-ui/components/gov-uk-checkbox/gov-uk-checkbox.component.js +0 -31
  286. package/esm2015/lib/gov-ui/components/gov-uk-checkboxes/gov-uk-checkboxes.component.js +0 -21
  287. package/esm2015/lib/gov-ui/components/gov-uk-date/gov-uk-date.component.js +0 -64
  288. package/esm2015/lib/gov-ui/components/gov-uk-error-message/gov-uk-error-message.component.js +0 -22
  289. package/esm2015/lib/gov-ui/components/gov-uk-fieldset/gov-uk-fieldset.component.js +0 -28
  290. package/esm2015/lib/gov-ui/components/gov-uk-file-upload/gov-uk-file-upload.component.js +0 -35
  291. package/esm2015/lib/gov-ui/components/gov-uk-form-group-wrapper/gov-uk-form-group-wrapper.component.js +0 -23
  292. package/esm2015/lib/gov-ui/components/gov-uk-input/gov-uk-input.component.js +0 -34
  293. package/esm2015/lib/gov-ui/components/gov-uk-label/gov-uk-label.component.js +0 -21
  294. package/esm2015/lib/gov-ui/components/gov-uk-radio/gov-uk-radio.component.js +0 -33
  295. package/esm2015/lib/gov-ui/components/gov-uk-radios/gov-uk-radios.component.js +0 -21
  296. package/esm2015/lib/gov-ui/components/gov-uk-select/gov-uk-select.component.js +0 -27
  297. package/esm2015/lib/gov-ui/components/gov-uk-table/gov-uk-table.component.js +0 -39
  298. package/esm2015/lib/gov-ui/components/gov-uk-textarea/gov-uk-textarea.component.js +0 -27
  299. package/esm2015/lib/gov-ui/components/hmcts-banner/hmcts-banner.component.js +0 -23
  300. package/esm2015/lib/gov-ui/components/hmcts-error-summary/hmcts-error-summary.component.js +0 -48
  301. package/esm2015/lib/gov-ui/components/hmcts-identity-bar/hmcts-identity-bar.component.js +0 -19
  302. package/esm2015/lib/gov-ui/components/hmcts-main-wrapper/hmcts-main-wrapper.component.js +0 -41
  303. package/esm2015/lib/gov-ui/components/hmcts-pagination/hmcts-pagination.component.js +0 -28
  304. package/esm2015/lib/gov-ui/components/hmcts-primary-navigation/hmcts-primary-navigation.component.js +0 -23
  305. package/esm2015/lib/gov-ui/components/hmcts-sub-navigation/hmcts-sub-navigation.component.js +0 -15
  306. package/esm2015/lib/gov-ui/directives/remove-host.directive.js +0 -29
  307. package/esm2015/lib/gov-ui/gov-ui.service.js +0 -13
  308. package/esm2015/lib/gov-ui/models/banner-data-model.js +0 -2
  309. package/esm2015/lib/gov-ui/models/checkboxes-model.js +0 -2
  310. package/esm2015/lib/gov-ui/models/isession-storage.interface.js +0 -2
  311. package/esm2015/lib/gov-ui/util/helpers/html-templates.helper.js +0 -22
  312. package/esm2015/lib/gov-ui/util/session-storage/session-storage-utils.js +0 -22
  313. package/esm2015/lib/gov-ui/validators/radio-group.validator.js +0 -15
  314. package/esm2015/lib/models/feature-user.js +0 -5
  315. package/esm2015/lib/models/filter.model.js +0 -3
  316. package/esm2015/lib/models/index.js +0 -15
  317. package/esm2015/lib/models/location.model.js +0 -7
  318. package/esm2015/lib/models/person.model.js +0 -19
  319. package/esm2015/lib/models/user-details.model.js +0 -2
  320. package/esm2015/lib/services/case-sharing-state/case-sharing-state.service.js +0 -157
  321. package/esm2015/lib/services/cookie/cookie.service.js +0 -47
  322. package/esm2015/lib/services/feature-toggle/feature-toggle.guard.js +0 -35
  323. package/esm2015/lib/services/feature-toggle/feature-toggle.service.js +0 -27
  324. package/esm2015/lib/services/feature-toggle/launch-darkly.service.js +0 -59
  325. package/esm2015/lib/services/filter/filter.service.js +0 -64
  326. package/esm2015/lib/services/find-person/find-person.service.js +0 -106
  327. package/esm2015/lib/services/google-analytics/google-analytics.service.js +0 -68
  328. package/esm2015/lib/services/google-tag-manager/google-tag-manager.service.js +0 -71
  329. package/esm2015/lib/services/locations/location.service.js +0 -39
  330. package/esm2015/lib/services/public-api.js +0 -16
  331. package/esm2015/lib/services/role-guard/role.guard.js +0 -37
  332. package/esm2015/lib/services/role-guard/role.service.js +0 -20
  333. package/esm2015/lib/services/session-storage/session-storage.service.js +0 -41
  334. package/esm2015/lib/services/timeout-notifications/timeout-notifications.service.js +0 -92
  335. package/fesm2015/hmcts-rpx-xui-common-lib.js +0 -4172
  336. package/fesm2015/hmcts-rpx-xui-common-lib.js.map +0 -1
  337. package/hmcts-rpx-xui-common-lib.d.ts +0 -69
  338. package/hmcts-rpx-xui-common-lib.metadata.json +0 -1
  339. package/lib/gov-ui/models/banner-data-model.d.ts +0 -4
  340. package/lib/gov-ui/models/isession-storage.interface.d.ts +0 -4
  341. package/lib/gov-ui/util/session-storage/session-storage-utils.d.ts +0 -6
  342. /package/{esm2015/lib/components/index.js → esm2022/lib/components/index.mjs} +0 -0
  343. /package/{esm2015/lib/directives/index.js → esm2022/lib/directives/index.mjs} +0 -0
  344. /package/{esm2015/lib/directives/public-api.js → esm2022/lib/directives/public-api.mjs} +0 -0
  345. /package/{esm2015/lib/gov-ui/components/index.js → esm2022/lib/gov-ui/components/index.mjs} +0 -0
  346. /package/{esm2015/lib/gov-ui/components/public_api.js → esm2022/lib/gov-ui/components/public_api.mjs} +0 -0
  347. /package/{esm2015/lib/gov-ui/index.js → esm2022/lib/gov-ui/index.mjs} +0 -0
  348. /package/{esm2015/lib/gov-ui/models/error-messages-model.js → esm2022/lib/gov-ui/models/error-messages-model.mjs} +0 -0
  349. /package/{esm2015/lib/gov-ui/models/index.js → esm2022/lib/gov-ui/models/index.mjs} +0 -0
  350. /package/{esm2015/lib/gov-ui/public_api.js → esm2022/lib/gov-ui/public_api.mjs} +0 -0
  351. /package/{esm2015/lib/gov-ui/validators/index.js → esm2022/lib/gov-ui/validators/index.mjs} +0 -0
  352. /package/{esm2015/lib/gov-ui/validators/public_api.js → esm2022/lib/gov-ui/validators/public_api.mjs} +0 -0
  353. /package/{esm2015/lib/models/case-share.model.js → esm2022/lib/models/case-share.model.mjs} +0 -0
  354. /package/{esm2015/lib/models/due-date.model.js → esm2022/lib/models/due-date.model.mjs} +0 -0
  355. /package/{esm2015/lib/models/idle-config.model.js → esm2022/lib/models/idle-config.model.mjs} +0 -0
  356. /package/{esm2015/lib/models/pagination.model.js → esm2022/lib/models/pagination.model.mjs} +0 -0
  357. /package/{esm2015/lib/models/tcDocument.model.js → esm2022/lib/models/tcDocument.model.mjs} +0 -0
  358. /package/{esm2015/lib/models/timeout-notification.model.js → esm2022/lib/models/timeout-notification.model.mjs} +0 -0
  359. /package/{esm2015/lib/models/user.model.js → esm2022/lib/models/user.model.mjs} +0 -0
  360. /package/{esm2015/lib/services/index.js → esm2022/lib/services/index.mjs} +0 -0
  361. /package/{esm2015/lib/window.js → esm2022/lib/window.mjs} +0 -0
@@ -0,0 +1,833 @@
1
+ import { Component } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "@angular/common";
4
+ import * as i2 from "rpx-xui-translation";
5
+ function AccessibilityComponent_p_171_Template(rf, ctx) { if (rf & 1) {
6
+ i0.ɵɵelementStart(0, "p", 1);
7
+ i0.ɵɵtext(1);
8
+ i0.ɵɵpipe(2, "rpxTranslate");
9
+ i0.ɵɵelementEnd();
10
+ } if (rf & 2) {
11
+ i0.ɵɵadvance();
12
+ i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 1, "If you are member of HMCTS staff or the Judiciary speak to your line manager or equivalent in the first instance."), "");
13
+ } }
14
+ export class AccessibilityComponent {
15
+ constructor() {
16
+ }
17
+ ngOnInit() {
18
+ const urlRef = window.location.href;
19
+ // pointing to MC & preview. May need to refactor this if
20
+ // more applications added than MO & MC
21
+ if (urlRef.includes('manage-case')
22
+ || urlRef.includes('xui-webapp')
23
+ && !urlRef.includes('xui-mo-webapp')) {
24
+ this.isEndpointMC = true;
25
+ }
26
+ else {
27
+ this.isEndpointMC = false;
28
+ }
29
+ }
30
+ static { this.ɵfac = function AccessibilityComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AccessibilityComponent)(); }; }
31
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AccessibilityComponent, selectors: [["xuilib-accessibility"]], decls: 440, vars: 409, consts: [[1, "govuk-heading-xl"], [1, "govuk-body"], [1, "govuk-list", "govuk-list--bullet"], ["href", "accessibility#immigration"], ["href", "accessibility#family-public-law"], ["href", "accessibility#adoption"], ["href", "accessibility#civil-damages"], ["href", "accessibility#divorce"], ["href", "accessibility#civil-money-claims"], ["href", "accessibility#private-law"], ["href", "accessibility#probate"], ["href", "accessibility#social-security#"], ["rel", "noopener noreferrer", "target", "_blank", "href", "https://mcmw.abilitynet.org.uk/"], [1, "govuk-heading-l"], ["href", "mailto:HMCTSforms@justice.gov.uk"], ["id", "adoption", 1, "govuk-heading-l"], ["id", "civil-damages", 1, "govuk-heading-l"], ["id", "divorce", 1, "govuk-heading-l"], ["id", "family-public-law", 1, "govuk-heading-l"], ["id", "immigration", 1, "govuk-heading-l"], ["id", "civil-money-claims", 1, "govuk-heading-l"], ["id", "private-law", 1, "govuk-heading-l"], ["id", "probate", 1, "govuk-heading-l"], ["id", "social-security", 1, "govuk-heading-l"], ["class", "govuk-body", 4, "ngIf"], ["href", "mailto:customer.service@justice.gov.uk"], ["rel", "noopener noreferrer", "target", "_blank", "href", "https://www.equalityadvisoryservice.com/"], ["target", "_blank", "href", "https://www.w3.org/TR/WCAG22/"], [1, "govuk-!-font-weight-bold"], [1, "govuk-heading-m"], ["rel", "noopener noreferrer", "target", "_blank", "href", "https://digitalaccessibilitycentre.org/"]], template: function AccessibilityComponent_Template(rf, ctx) { if (rf & 1) {
32
+ i0.ɵɵelementStart(0, "h1", 0);
33
+ i0.ɵɵtext(1);
34
+ i0.ɵɵpipe(2, "rpxTranslate");
35
+ i0.ɵɵpipe(3, "rpxTranslate");
36
+ i0.ɵɵelementEnd();
37
+ i0.ɵɵelementStart(4, "p", 1);
38
+ i0.ɵɵtext(5);
39
+ i0.ɵɵpipe(6, "rpxTranslate");
40
+ i0.ɵɵpipe(7, "rpxTranslate");
41
+ i0.ɵɵpipe(8, "rpxTranslate");
42
+ i0.ɵɵelementEnd();
43
+ i0.ɵɵelementStart(9, "ul", 2)(10, "li")(11, "a", 3);
44
+ i0.ɵɵtext(12);
45
+ i0.ɵɵpipe(13, "rpxTranslate");
46
+ i0.ɵɵelementEnd()();
47
+ i0.ɵɵelementStart(14, "li")(15, "a", 4);
48
+ i0.ɵɵtext(16);
49
+ i0.ɵɵpipe(17, "rpxTranslate");
50
+ i0.ɵɵelementEnd()();
51
+ i0.ɵɵelementStart(18, "li")(19, "a", 5);
52
+ i0.ɵɵtext(20);
53
+ i0.ɵɵpipe(21, "rpxTranslate");
54
+ i0.ɵɵelementEnd()();
55
+ i0.ɵɵelementStart(22, "li")(23, "a", 6);
56
+ i0.ɵɵtext(24);
57
+ i0.ɵɵpipe(25, "rpxTranslate");
58
+ i0.ɵɵelementEnd()();
59
+ i0.ɵɵelementStart(26, "li")(27, "a", 7);
60
+ i0.ɵɵtext(28);
61
+ i0.ɵɵpipe(29, "rpxTranslate");
62
+ i0.ɵɵelementEnd()();
63
+ i0.ɵɵelementStart(30, "li")(31, "a", 8);
64
+ i0.ɵɵtext(32);
65
+ i0.ɵɵpipe(33, "rpxTranslate");
66
+ i0.ɵɵelementEnd()();
67
+ i0.ɵɵelementStart(34, "li")(35, "a", 9);
68
+ i0.ɵɵtext(36);
69
+ i0.ɵɵpipe(37, "rpxTranslate");
70
+ i0.ɵɵelementEnd()();
71
+ i0.ɵɵelementStart(38, "li")(39, "a", 10);
72
+ i0.ɵɵtext(40);
73
+ i0.ɵɵpipe(41, "rpxTranslate");
74
+ i0.ɵɵelementEnd()();
75
+ i0.ɵɵelementStart(42, "li")(43, "a", 11);
76
+ i0.ɵɵtext(44);
77
+ i0.ɵɵpipe(45, "rpxTranslate");
78
+ i0.ɵɵelementEnd()()();
79
+ i0.ɵɵelementStart(46, "p", 1);
80
+ i0.ɵɵtext(47);
81
+ i0.ɵɵpipe(48, "rpxTranslate");
82
+ i0.ɵɵelementEnd();
83
+ i0.ɵɵelementStart(49, "ul", 2)(50, "li");
84
+ i0.ɵɵtext(51);
85
+ i0.ɵɵpipe(52, "rpxTranslate");
86
+ i0.ɵɵelementEnd();
87
+ i0.ɵɵelementStart(53, "li");
88
+ i0.ɵɵtext(54);
89
+ i0.ɵɵpipe(55, "rpxTranslate");
90
+ i0.ɵɵelementEnd();
91
+ i0.ɵɵelementStart(56, "li");
92
+ i0.ɵɵtext(57);
93
+ i0.ɵɵpipe(58, "rpxTranslate");
94
+ i0.ɵɵelementEnd()();
95
+ i0.ɵɵelementStart(59, "p", 1);
96
+ i0.ɵɵtext(60);
97
+ i0.ɵɵpipe(61, "rpxTranslate");
98
+ i0.ɵɵelementEnd();
99
+ i0.ɵɵelementStart(62, "p", 1)(63, "a", 12);
100
+ i0.ɵɵtext(64);
101
+ i0.ɵɵpipe(65, "rpxTranslate");
102
+ i0.ɵɵelementEnd();
103
+ i0.ɵɵtext(66);
104
+ i0.ɵɵpipe(67, "rpxTranslate");
105
+ i0.ɵɵelementEnd();
106
+ i0.ɵɵelementStart(68, "h2", 13);
107
+ i0.ɵɵtext(69);
108
+ i0.ɵɵpipe(70, "rpxTranslate");
109
+ i0.ɵɵelementEnd();
110
+ i0.ɵɵelementStart(71, "p", 1);
111
+ i0.ɵɵtext(72);
112
+ i0.ɵɵpipe(73, "rpxTranslate");
113
+ i0.ɵɵelementEnd();
114
+ i0.ɵɵelementStart(74, "ul", 2)(75, "li");
115
+ i0.ɵɵtext(76);
116
+ i0.ɵɵpipe(77, "rpxTranslate");
117
+ i0.ɵɵelementEnd();
118
+ i0.ɵɵelementStart(78, "li");
119
+ i0.ɵɵtext(79);
120
+ i0.ɵɵpipe(80, "rpxTranslate");
121
+ i0.ɵɵelementEnd();
122
+ i0.ɵɵelementStart(81, "li");
123
+ i0.ɵɵtext(82);
124
+ i0.ɵɵpipe(83, "rpxTranslate");
125
+ i0.ɵɵelementEnd();
126
+ i0.ɵɵelementStart(84, "li");
127
+ i0.ɵɵtext(85);
128
+ i0.ɵɵpipe(86, "rpxTranslate");
129
+ i0.ɵɵelementEnd();
130
+ i0.ɵɵelementStart(87, "li");
131
+ i0.ɵɵtext(88);
132
+ i0.ɵɵpipe(89, "rpxTranslate");
133
+ i0.ɵɵelementEnd();
134
+ i0.ɵɵelementStart(90, "li");
135
+ i0.ɵɵtext(91);
136
+ i0.ɵɵpipe(92, "rpxTranslate");
137
+ i0.ɵɵelementEnd()();
138
+ i0.ɵɵelementStart(93, "h2", 13);
139
+ i0.ɵɵtext(94);
140
+ i0.ɵɵpipe(95, "rpxTranslate");
141
+ i0.ɵɵelementEnd();
142
+ i0.ɵɵelementStart(96, "p", 1);
143
+ i0.ɵɵtext(97, "If you're a legal professional and need information on this website in a different format like accessible PDF, large print, easy read, audio recording or braille, you can:");
144
+ i0.ɵɵelementEnd();
145
+ i0.ɵɵelementStart(98, "ul", 2)(99, "li");
146
+ i0.ɵɵtext(100, "email: ");
147
+ i0.ɵɵelementStart(101, "a", 14);
148
+ i0.ɵɵtext(102, "HMCTSforms@justice.gov.uk");
149
+ i0.ɵɵelementEnd()();
150
+ i0.ɵɵelementStart(103, "li");
151
+ i0.ɵɵtext(104, "call the service you require, as listed below.");
152
+ i0.ɵɵelementEnd()();
153
+ i0.ɵɵelementStart(105, "h3", 15);
154
+ i0.ɵɵtext(106);
155
+ i0.ɵɵpipe(107, "rpxTranslate");
156
+ i0.ɵɵelementEnd();
157
+ i0.ɵɵelementStart(108, "ul", 2)(109, "li");
158
+ i0.ɵɵtext(110);
159
+ i0.ɵɵpipe(111, "rpxTranslate");
160
+ i0.ɵɵelementEnd()();
161
+ i0.ɵɵelementStart(112, "h3", 16);
162
+ i0.ɵɵtext(113);
163
+ i0.ɵɵpipe(114, "rpxTranslate");
164
+ i0.ɵɵelementEnd();
165
+ i0.ɵɵelementStart(115, "ul", 2)(116, "li");
166
+ i0.ɵɵtext(117);
167
+ i0.ɵɵpipe(118, "rpxTranslate");
168
+ i0.ɵɵelementEnd()();
169
+ i0.ɵɵelementStart(119, "h3", 17);
170
+ i0.ɵɵtext(120);
171
+ i0.ɵɵpipe(121, "rpxTranslate");
172
+ i0.ɵɵelementEnd();
173
+ i0.ɵɵelementStart(122, "ul", 2)(123, "li");
174
+ i0.ɵɵtext(124);
175
+ i0.ɵɵpipe(125, "rpxTranslate");
176
+ i0.ɵɵelementEnd()();
177
+ i0.ɵɵelementStart(126, "h3", 18);
178
+ i0.ɵɵtext(127);
179
+ i0.ɵɵpipe(128, "rpxTranslate");
180
+ i0.ɵɵelementEnd();
181
+ i0.ɵɵelementStart(129, "ul", 2)(130, "li");
182
+ i0.ɵɵtext(131);
183
+ i0.ɵɵpipe(132, "rpxTranslate");
184
+ i0.ɵɵelementEnd()();
185
+ i0.ɵɵelementStart(133, "h3", 19);
186
+ i0.ɵɵtext(134);
187
+ i0.ɵɵpipe(135, "rpxTranslate");
188
+ i0.ɵɵelementEnd();
189
+ i0.ɵɵelementStart(136, "ul", 2)(137, "li");
190
+ i0.ɵɵtext(138);
191
+ i0.ɵɵpipe(139, "rpxTranslate");
192
+ i0.ɵɵelementEnd()();
193
+ i0.ɵɵelementStart(140, "h3", 20);
194
+ i0.ɵɵtext(141);
195
+ i0.ɵɵpipe(142, "rpxTranslate");
196
+ i0.ɵɵelementEnd();
197
+ i0.ɵɵelementStart(143, "ul", 2)(144, "li");
198
+ i0.ɵɵtext(145);
199
+ i0.ɵɵpipe(146, "rpxTranslate");
200
+ i0.ɵɵelementEnd()();
201
+ i0.ɵɵelementStart(147, "h3", 21);
202
+ i0.ɵɵtext(148);
203
+ i0.ɵɵpipe(149, "rpxTranslate");
204
+ i0.ɵɵelementEnd();
205
+ i0.ɵɵelementStart(150, "ul", 2)(151, "li");
206
+ i0.ɵɵtext(152);
207
+ i0.ɵɵpipe(153, "rpxTranslate");
208
+ i0.ɵɵelementEnd()();
209
+ i0.ɵɵelementStart(154, "h3", 22);
210
+ i0.ɵɵtext(155);
211
+ i0.ɵɵpipe(156, "rpxTranslate");
212
+ i0.ɵɵelementEnd();
213
+ i0.ɵɵelementStart(157, "ul", 2)(158, "li");
214
+ i0.ɵɵtext(159);
215
+ i0.ɵɵpipe(160, "rpxTranslate");
216
+ i0.ɵɵelementEnd()();
217
+ i0.ɵɵelementStart(161, "h3", 23);
218
+ i0.ɵɵtext(162);
219
+ i0.ɵɵpipe(163, "rpxTranslate");
220
+ i0.ɵɵelementEnd();
221
+ i0.ɵɵelementStart(164, "ul", 2)(165, "li");
222
+ i0.ɵɵtext(166);
223
+ i0.ɵɵpipe(167, "rpxTranslate");
224
+ i0.ɵɵelementEnd()();
225
+ i0.ɵɵelementStart(168, "p", 1);
226
+ i0.ɵɵtext(169);
227
+ i0.ɵɵpipe(170, "rpxTranslate");
228
+ i0.ɵɵelementEnd();
229
+ i0.ɵɵtemplate(171, AccessibilityComponent_p_171_Template, 3, 3, "p", 24);
230
+ i0.ɵɵelementStart(172, "h2", 13);
231
+ i0.ɵɵtext(173);
232
+ i0.ɵɵpipe(174, "rpxTranslate");
233
+ i0.ɵɵelementEnd();
234
+ i0.ɵɵelementStart(175, "p", 1);
235
+ i0.ɵɵtext(176);
236
+ i0.ɵɵpipe(177, "rpxTranslate");
237
+ i0.ɵɵelementEnd();
238
+ i0.ɵɵelementStart(178, "ul", 2)(179, "li");
239
+ i0.ɵɵtext(180, " email: ");
240
+ i0.ɵɵelementStart(181, "a", 25);
241
+ i0.ɵɵtext(182, "customer.service@justice.gov.uk");
242
+ i0.ɵɵelementEnd()();
243
+ i0.ɵɵelementStart(183, "li");
244
+ i0.ɵɵtext(184, "call the service you require as listed above.");
245
+ i0.ɵɵelementEnd()();
246
+ i0.ɵɵelementStart(185, "p", 1);
247
+ i0.ɵɵtext(186);
248
+ i0.ɵɵpipe(187, "rpxTranslate");
249
+ i0.ɵɵelementEnd();
250
+ i0.ɵɵelementStart(188, "p", 1);
251
+ i0.ɵɵtext(189);
252
+ i0.ɵɵpipe(190, "rpxTranslate");
253
+ i0.ɵɵelementEnd();
254
+ i0.ɵɵelementStart(191, "h2", 13);
255
+ i0.ɵɵtext(192);
256
+ i0.ɵɵpipe(193, "rpxTranslate");
257
+ i0.ɵɵelementEnd();
258
+ i0.ɵɵelementStart(194, "p", 1);
259
+ i0.ɵɵtext(195);
260
+ i0.ɵɵpipe(196, "rpxTranslate");
261
+ i0.ɵɵelementEnd();
262
+ i0.ɵɵelementStart(197, "p", 1);
263
+ i0.ɵɵtext(198);
264
+ i0.ɵɵpipe(199, "rpxTranslate");
265
+ i0.ɵɵelementStart(200, "a", 26);
266
+ i0.ɵɵtext(201);
267
+ i0.ɵɵpipe(202, "rpxTranslate");
268
+ i0.ɵɵelementEnd()();
269
+ i0.ɵɵelementStart(203, "h2", 13);
270
+ i0.ɵɵtext(204);
271
+ i0.ɵɵpipe(205, "rpxTranslate");
272
+ i0.ɵɵelementEnd();
273
+ i0.ɵɵelementStart(206, "p", 1);
274
+ i0.ɵɵtext(207);
275
+ i0.ɵɵpipe(208, "rpxTranslate");
276
+ i0.ɵɵelementEnd();
277
+ i0.ɵɵelementStart(209, "h2", 13);
278
+ i0.ɵɵtext(210);
279
+ i0.ɵɵpipe(211, "rpxTranslate");
280
+ i0.ɵɵelementEnd();
281
+ i0.ɵɵelementStart(212, "p", 1);
282
+ i0.ɵɵtext(213);
283
+ i0.ɵɵpipe(214, "rpxTranslate");
284
+ i0.ɵɵelementStart(215, "a", 27);
285
+ i0.ɵɵtext(216);
286
+ i0.ɵɵpipe(217, "rpxTranslate");
287
+ i0.ɵɵelementEnd();
288
+ i0.ɵɵtext(218);
289
+ i0.ɵɵpipe(219, "rpxTranslate");
290
+ i0.ɵɵelementEnd();
291
+ i0.ɵɵelementStart(220, "h2", 13);
292
+ i0.ɵɵtext(221);
293
+ i0.ɵɵpipe(222, "rpxTranslate");
294
+ i0.ɵɵelementEnd();
295
+ i0.ɵɵelementStart(223, "p", 1);
296
+ i0.ɵɵtext(224);
297
+ i0.ɵɵpipe(225, "rpxTranslate");
298
+ i0.ɵɵelementEnd();
299
+ i0.ɵɵelementStart(226, "h2", 13);
300
+ i0.ɵɵtext(227);
301
+ i0.ɵɵpipe(228, "rpxTranslate");
302
+ i0.ɵɵelementEnd();
303
+ i0.ɵɵelementStart(229, "h3", 13);
304
+ i0.ɵɵtext(230);
305
+ i0.ɵɵpipe(231, "rpxTranslate");
306
+ i0.ɵɵelementEnd();
307
+ i0.ɵɵelementStart(232, "p", 1);
308
+ i0.ɵɵtext(233);
309
+ i0.ɵɵpipe(234, "rpxTranslate");
310
+ i0.ɵɵelementEnd();
311
+ i0.ɵɵelementStart(235, "p", 1)(236, "span", 28);
312
+ i0.ɵɵtext(237);
313
+ i0.ɵɵpipe(238, "rpxTranslate");
314
+ i0.ɵɵelementEnd();
315
+ i0.ɵɵtext(239);
316
+ i0.ɵɵpipe(240, "rpxTranslate");
317
+ i0.ɵɵelementEnd();
318
+ i0.ɵɵelementStart(241, "p", 1)(242, "span", 28);
319
+ i0.ɵɵtext(243);
320
+ i0.ɵɵpipe(244, "rpxTranslate");
321
+ i0.ɵɵelementEnd();
322
+ i0.ɵɵtext(245);
323
+ i0.ɵɵpipe(246, "rpxTranslate");
324
+ i0.ɵɵelementEnd();
325
+ i0.ɵɵelementStart(247, "p", 1)(248, "span", 28);
326
+ i0.ɵɵtext(249);
327
+ i0.ɵɵpipe(250, "rpxTranslate");
328
+ i0.ɵɵelementEnd();
329
+ i0.ɵɵtext(251);
330
+ i0.ɵɵpipe(252, "rpxTranslate");
331
+ i0.ɵɵelementEnd();
332
+ i0.ɵɵelementStart(253, "p", 1)(254, "span", 28);
333
+ i0.ɵɵtext(255);
334
+ i0.ɵɵpipe(256, "rpxTranslate");
335
+ i0.ɵɵelementEnd();
336
+ i0.ɵɵtext(257);
337
+ i0.ɵɵpipe(258, "rpxTranslate");
338
+ i0.ɵɵelementEnd();
339
+ i0.ɵɵelementStart(259, "p", 1)(260, "span", 28);
340
+ i0.ɵɵtext(261);
341
+ i0.ɵɵpipe(262, "rpxTranslate");
342
+ i0.ɵɵelementEnd();
343
+ i0.ɵɵtext(263);
344
+ i0.ɵɵpipe(264, "rpxTranslate");
345
+ i0.ɵɵelementEnd();
346
+ i0.ɵɵelementStart(265, "p", 1)(266, "span", 28);
347
+ i0.ɵɵtext(267);
348
+ i0.ɵɵpipe(268, "rpxTranslate");
349
+ i0.ɵɵelementEnd();
350
+ i0.ɵɵtext(269);
351
+ i0.ɵɵpipe(270, "rpxTranslate");
352
+ i0.ɵɵelementEnd();
353
+ i0.ɵɵelementStart(271, "p", 1)(272, "span", 28);
354
+ i0.ɵɵtext(273);
355
+ i0.ɵɵpipe(274, "rpxTranslate");
356
+ i0.ɵɵelementEnd();
357
+ i0.ɵɵtext(275);
358
+ i0.ɵɵpipe(276, "rpxTranslate");
359
+ i0.ɵɵelementEnd();
360
+ i0.ɵɵelementStart(277, "p", 1)(278, "span", 28);
361
+ i0.ɵɵtext(279);
362
+ i0.ɵɵpipe(280, "rpxTranslate");
363
+ i0.ɵɵelementEnd();
364
+ i0.ɵɵtext(281);
365
+ i0.ɵɵpipe(282, "rpxTranslate");
366
+ i0.ɵɵelementEnd();
367
+ i0.ɵɵelementStart(283, "p", 1)(284, "span", 28);
368
+ i0.ɵɵtext(285);
369
+ i0.ɵɵpipe(286, "rpxTranslate");
370
+ i0.ɵɵelementEnd();
371
+ i0.ɵɵtext(287);
372
+ i0.ɵɵpipe(288, "rpxTranslate");
373
+ i0.ɵɵelementEnd();
374
+ i0.ɵɵelementStart(289, "p", 1)(290, "span", 28);
375
+ i0.ɵɵtext(291);
376
+ i0.ɵɵpipe(292, "rpxTranslate");
377
+ i0.ɵɵelementEnd();
378
+ i0.ɵɵtext(293);
379
+ i0.ɵɵpipe(294, "rpxTranslate");
380
+ i0.ɵɵelementEnd();
381
+ i0.ɵɵelementStart(295, "p", 1)(296, "span", 28);
382
+ i0.ɵɵtext(297);
383
+ i0.ɵɵpipe(298, "rpxTranslate");
384
+ i0.ɵɵelementEnd();
385
+ i0.ɵɵtext(299);
386
+ i0.ɵɵpipe(300, "rpxTranslate");
387
+ i0.ɵɵelementEnd();
388
+ i0.ɵɵelementStart(301, "p", 1)(302, "span", 28);
389
+ i0.ɵɵtext(303);
390
+ i0.ɵɵpipe(304, "rpxTranslate");
391
+ i0.ɵɵelementEnd();
392
+ i0.ɵɵtext(305);
393
+ i0.ɵɵpipe(306, "rpxTranslate");
394
+ i0.ɵɵelementEnd();
395
+ i0.ɵɵelementStart(307, "p", 1)(308, "span", 28);
396
+ i0.ɵɵtext(309);
397
+ i0.ɵɵpipe(310, "rpxTranslate");
398
+ i0.ɵɵelementEnd();
399
+ i0.ɵɵtext(311);
400
+ i0.ɵɵpipe(312, "rpxTranslate");
401
+ i0.ɵɵelementEnd();
402
+ i0.ɵɵelementStart(313, "p", 1)(314, "span", 28);
403
+ i0.ɵɵtext(315);
404
+ i0.ɵɵpipe(316, "rpxTranslate");
405
+ i0.ɵɵelementEnd();
406
+ i0.ɵɵtext(317);
407
+ i0.ɵɵpipe(318, "rpxTranslate");
408
+ i0.ɵɵelementEnd();
409
+ i0.ɵɵelementStart(319, "p", 1)(320, "span", 28);
410
+ i0.ɵɵtext(321);
411
+ i0.ɵɵpipe(322, "rpxTranslate");
412
+ i0.ɵɵelementEnd();
413
+ i0.ɵɵtext(323);
414
+ i0.ɵɵpipe(324, "rpxTranslate");
415
+ i0.ɵɵelementEnd();
416
+ i0.ɵɵelementStart(325, "p", 1)(326, "span", 28);
417
+ i0.ɵɵtext(327);
418
+ i0.ɵɵpipe(328, "rpxTranslate");
419
+ i0.ɵɵelementEnd();
420
+ i0.ɵɵtext(329);
421
+ i0.ɵɵpipe(330, "rpxTranslate");
422
+ i0.ɵɵelementEnd();
423
+ i0.ɵɵelementStart(331, "p", 1)(332, "span", 28);
424
+ i0.ɵɵtext(333);
425
+ i0.ɵɵpipe(334, "rpxTranslate");
426
+ i0.ɵɵelementEnd();
427
+ i0.ɵɵtext(335);
428
+ i0.ɵɵpipe(336, "rpxTranslate");
429
+ i0.ɵɵelementEnd();
430
+ i0.ɵɵelementStart(337, "p", 1)(338, "span", 28);
431
+ i0.ɵɵtext(339);
432
+ i0.ɵɵpipe(340, "rpxTranslate");
433
+ i0.ɵɵelementEnd();
434
+ i0.ɵɵtext(341);
435
+ i0.ɵɵpipe(342, "rpxTranslate");
436
+ i0.ɵɵelementEnd();
437
+ i0.ɵɵelementStart(343, "p", 1)(344, "span", 28);
438
+ i0.ɵɵtext(345);
439
+ i0.ɵɵpipe(346, "rpxTranslate");
440
+ i0.ɵɵelementEnd();
441
+ i0.ɵɵtext(347);
442
+ i0.ɵɵpipe(348, "rpxTranslate");
443
+ i0.ɵɵelementEnd();
444
+ i0.ɵɵelementStart(349, "p", 1)(350, "span", 28);
445
+ i0.ɵɵtext(351);
446
+ i0.ɵɵpipe(352, "rpxTranslate");
447
+ i0.ɵɵelementEnd();
448
+ i0.ɵɵtext(353);
449
+ i0.ɵɵpipe(354, "rpxTranslate");
450
+ i0.ɵɵelementEnd();
451
+ i0.ɵɵelementStart(355, "p", 1)(356, "span", 28);
452
+ i0.ɵɵtext(357);
453
+ i0.ɵɵpipe(358, "rpxTranslate");
454
+ i0.ɵɵelementEnd();
455
+ i0.ɵɵtext(359);
456
+ i0.ɵɵpipe(360, "rpxTranslate");
457
+ i0.ɵɵelementEnd();
458
+ i0.ɵɵelementStart(361, "p", 1)(362, "span", 28);
459
+ i0.ɵɵtext(363);
460
+ i0.ɵɵpipe(364, "rpxTranslate");
461
+ i0.ɵɵelementEnd();
462
+ i0.ɵɵtext(365);
463
+ i0.ɵɵpipe(366, "rpxTranslate");
464
+ i0.ɵɵelementEnd();
465
+ i0.ɵɵelementStart(367, "p", 1)(368, "span", 28);
466
+ i0.ɵɵtext(369);
467
+ i0.ɵɵpipe(370, "rpxTranslate");
468
+ i0.ɵɵelementEnd();
469
+ i0.ɵɵtext(371);
470
+ i0.ɵɵpipe(372, "rpxTranslate");
471
+ i0.ɵɵelementEnd();
472
+ i0.ɵɵelementStart(373, "p", 1)(374, "span", 28);
473
+ i0.ɵɵtext(375);
474
+ i0.ɵɵpipe(376, "rpxTranslate");
475
+ i0.ɵɵelementEnd();
476
+ i0.ɵɵtext(377);
477
+ i0.ɵɵpipe(378, "rpxTranslate");
478
+ i0.ɵɵelementEnd();
479
+ i0.ɵɵelementStart(379, "p", 1)(380, "span", 28);
480
+ i0.ɵɵtext(381);
481
+ i0.ɵɵpipe(382, "rpxTranslate");
482
+ i0.ɵɵelementEnd();
483
+ i0.ɵɵtext(383);
484
+ i0.ɵɵpipe(384, "rpxTranslate");
485
+ i0.ɵɵelementEnd();
486
+ i0.ɵɵelementStart(385, "p", 1)(386, "span", 28);
487
+ i0.ɵɵtext(387);
488
+ i0.ɵɵpipe(388, "rpxTranslate");
489
+ i0.ɵɵelementEnd();
490
+ i0.ɵɵtext(389);
491
+ i0.ɵɵpipe(390, "rpxTranslate");
492
+ i0.ɵɵelementEnd();
493
+ i0.ɵɵelementContainerStart(391);
494
+ i0.ɵɵelementStart(392, "h3", 29);
495
+ i0.ɵɵtext(393);
496
+ i0.ɵɵpipe(394, "rpxTranslate");
497
+ i0.ɵɵelementEnd();
498
+ i0.ɵɵelementStart(395, "p", 1);
499
+ i0.ɵɵtext(396);
500
+ i0.ɵɵpipe(397, "rpxTranslate");
501
+ i0.ɵɵelementEnd();
502
+ i0.ɵɵelementStart(398, "ul", 2)(399, "li");
503
+ i0.ɵɵtext(400);
504
+ i0.ɵɵpipe(401, "rpxTranslate");
505
+ i0.ɵɵelementEnd()();
506
+ i0.ɵɵelementStart(402, "p", 1);
507
+ i0.ɵɵtext(403);
508
+ i0.ɵɵpipe(404, "rpxTranslate");
509
+ i0.ɵɵelementEnd();
510
+ i0.ɵɵelementContainerEnd();
511
+ i0.ɵɵelementStart(405, "h3", 29);
512
+ i0.ɵɵtext(406);
513
+ i0.ɵɵpipe(407, "rpxTranslate");
514
+ i0.ɵɵelementEnd();
515
+ i0.ɵɵelementStart(408, "p", 1);
516
+ i0.ɵɵtext(409);
517
+ i0.ɵɵpipe(410, "rpxTranslate");
518
+ i0.ɵɵelementEnd();
519
+ i0.ɵɵelementStart(411, "p", 1);
520
+ i0.ɵɵtext(412);
521
+ i0.ɵɵpipe(413, "rpxTranslate");
522
+ i0.ɵɵelementEnd();
523
+ i0.ɵɵelementStart(414, "p", 1);
524
+ i0.ɵɵtext(415);
525
+ i0.ɵɵpipe(416, "rpxTranslate");
526
+ i0.ɵɵelementEnd();
527
+ i0.ɵɵelementStart(417, "h2", 13);
528
+ i0.ɵɵtext(418);
529
+ i0.ɵɵpipe(419, "rpxTranslate");
530
+ i0.ɵɵelementEnd();
531
+ i0.ɵɵelementStart(420, "p", 1);
532
+ i0.ɵɵtext(421);
533
+ i0.ɵɵpipe(422, "rpxTranslate");
534
+ i0.ɵɵelementEnd();
535
+ i0.ɵɵelementStart(423, "p", 1);
536
+ i0.ɵɵtext(424);
537
+ i0.ɵɵpipe(425, "rpxTranslate");
538
+ i0.ɵɵelementEnd();
539
+ i0.ɵɵelementStart(426, "h2", 13);
540
+ i0.ɵɵtext(427);
541
+ i0.ɵɵpipe(428, "rpxTranslate");
542
+ i0.ɵɵelementEnd();
543
+ i0.ɵɵelementStart(429, "p", 1);
544
+ i0.ɵɵtext(430);
545
+ i0.ɵɵpipe(431, "rpxTranslate");
546
+ i0.ɵɵelementEnd();
547
+ i0.ɵɵelementStart(432, "p", 1);
548
+ i0.ɵɵtext(433);
549
+ i0.ɵɵpipe(434, "rpxTranslate");
550
+ i0.ɵɵelementStart(435, "a", 30);
551
+ i0.ɵɵtext(436);
552
+ i0.ɵɵpipe(437, "rpxTranslate");
553
+ i0.ɵɵelementEnd();
554
+ i0.ɵɵtext(438);
555
+ i0.ɵɵpipe(439, "rpxTranslate");
556
+ i0.ɵɵelementEnd();
557
+ } if (rf & 2) {
558
+ i0.ɵɵadvance();
559
+ i0.ɵɵtextInterpolate2(" ", i0.ɵɵpipeBind1(2, 137, "Accessibility statement for MyHMCTS"), " ", ctx.isEndpointMC ? "Manage Cases" : i0.ɵɵpipeBind1(3, 139, "Manage Organisation"), "");
560
+ i0.ɵɵadvance(4);
561
+ i0.ɵɵtextInterpolate3("", i0.ɵɵpipeBind1(6, 141, "MyHMCTS"), " ", ctx.isEndpointMC ? "Manage Cases" : i0.ɵɵpipeBind1(7, 143, "Manage Organisation"), " ", i0.ɵɵpipeBind1(8, 145, "is used across several services. Please use links to find contact information for each service."), "");
562
+ i0.ɵɵadvance(7);
563
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(13, 147, "Immigration and Asylum"));
564
+ i0.ɵɵadvance(4);
565
+ i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(17, 149, "Family Public Law"), " ");
566
+ i0.ɵɵadvance(4);
567
+ i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(21, 151, "adoption"), " ");
568
+ i0.ɵɵadvance(4);
569
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(25, 153, "Civil Damages"));
570
+ i0.ɵɵadvance(4);
571
+ i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(29, 155, "Divorce and financial remeduies"), " ");
572
+ i0.ɵɵadvance(4);
573
+ i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(33, 157, "Civil Money Claims"), " ");
574
+ i0.ɵɵadvance(4);
575
+ i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(37, 159, "Private Law"), " ");
576
+ i0.ɵɵadvance(4);
577
+ i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(41, 161, "Probate"), " ");
578
+ i0.ɵɵadvance(4);
579
+ i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(45, 163, "Social Security and Child Support"), " ");
580
+ i0.ɵɵadvance(3);
581
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(48, 165, "This website is run by HM Courts & Tribunals Service. We want as many people as possible to be able to use this website. For example, you should be able to:"));
582
+ i0.ɵɵadvance(4);
583
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(52, 167, "change colours, contrast levels and fonts using browser or device settings"));
584
+ i0.ɵɵadvance(3);
585
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(55, 169, "navigate most of the website using a keyboard or speech recognition software"));
586
+ i0.ɵɵadvance(3);
587
+ i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(58, 171, "listen to most of the website using a screen reader (including the most recent versions of JAWS, NVDA and VoiceOver)"), " ");
588
+ i0.ɵɵadvance(3);
589
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(61, 173, "We\u2019ve also made the website text as simple as possible to understand."));
590
+ i0.ɵɵadvance(4);
591
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(65, 175, "AbilityNet"));
592
+ i0.ɵɵadvance(2);
593
+ i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(67, 177, "has advice on making your device easier to use if you have a disability."), "\n");
594
+ i0.ɵɵadvance(3);
595
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(70, 179, "How accessible this website is"));
596
+ i0.ɵɵadvance(3);
597
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(73, 181, "We know some parts of the website are not fully accessible:"));
598
+ i0.ɵɵadvance(4);
599
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(77, 183, "some pages can't be zoomed in to 400% without content overlapping"));
600
+ i0.ɵɵadvance(3);
601
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(80, 185, "some page titles aren't page specific"));
602
+ i0.ɵɵadvance(3);
603
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(83, 187, "it may be difficult to navigate between pages"));
604
+ i0.ɵɵadvance(3);
605
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(86, 189, "some headings and labels aren't specific enough"));
606
+ i0.ɵɵadvance(3);
607
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(89, 191, "some PDFs may not be fully accessible to a screen reader"));
608
+ i0.ɵɵadvance(3);
609
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(92, 193, "some buttons may not communicate collapsed status on mobile"));
610
+ i0.ɵɵadvance(3);
611
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(95, 195, "Feedback and contact information"));
612
+ i0.ɵɵadvance(12);
613
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(107, 197, "Adoption"));
614
+ i0.ɵɵadvance(4);
615
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(111, 199, "call: 01634 887900"));
616
+ i0.ɵɵadvance(3);
617
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(114, 201, "Civil Damages Service"));
618
+ i0.ɵɵadvance(4);
619
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(118, 203, "call: 0300 123 1372"));
620
+ i0.ɵɵadvance(3);
621
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(121, 205, "Divorce and Financial Remedy"));
622
+ i0.ɵɵadvance(4);
623
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(125, 207, "call: 0300 303 0642"));
624
+ i0.ɵɵadvance(3);
625
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(128, 209, "Family Public Law"));
626
+ i0.ɵɵadvance(4);
627
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(132, 211, "call: 0330 808 4424"));
628
+ i0.ɵɵadvance(3);
629
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(135, 213, "Immigration and Asylum Chamber"));
630
+ i0.ɵɵadvance(4);
631
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(139, 215, "call: 0300 123 1711"));
632
+ i0.ɵɵadvance(3);
633
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(142, 217, "Online Civil Money Claims"));
634
+ i0.ɵɵadvance(4);
635
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(146, 219, "call: 0300 123 7050"));
636
+ i0.ɵɵadvance(3);
637
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(149, 221, "Private Law"));
638
+ i0.ɵɵadvance(4);
639
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(153, 223, "call: 0300 323 0185"));
640
+ i0.ɵɵadvance(3);
641
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(156, 225, "Probate"));
642
+ i0.ɵɵadvance(4);
643
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(160, 227, "call: 0300 303 0648"));
644
+ i0.ɵɵadvance(3);
645
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(163, 229, "Social Security and Child Support"));
646
+ i0.ɵɵadvance(4);
647
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(167, 231, "call: 0300 123 1142"));
648
+ i0.ɵɵadvance(3);
649
+ i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(170, 233, "We'll consider your request and get back to you in 10 working days."), "\n");
650
+ i0.ɵɵadvance(2);
651
+ i0.ɵɵproperty("ngIf", ctx.isEndpointMC);
652
+ i0.ɵɵadvance(2);
653
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(174, 235, "Reporting accessibility problems with this website"));
654
+ i0.ɵɵadvance(3);
655
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(177, 237, "We're always looking to improve the accessibility of this website. If you're a legal professional and find any problems not listed on this page or think we\u2019re not meeting accessibility requirements, contact:"));
656
+ i0.ɵɵadvance(10);
657
+ i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(187, 239, "We'll consider your request and get back to you in 10 working days."), "\n");
658
+ i0.ɵɵadvance(3);
659
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(190, 241, "If you are member of HMCTS staff or the Judiciary speak to your line manager or equivalent in the first instance."));
660
+ i0.ɵɵadvance(3);
661
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(193, 243, "Enforcement procedure"));
662
+ i0.ɵɵadvance(3);
663
+ i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(196, 245, "The Equality and Human Rights Commission (EHRC) is responsible for enforcing the Public Sector Bodies (Websites and Mobile Applications) (No. 2) Accessibility Regulations 2018 (the \u2018accessibility regulations\u2019)."), " ");
664
+ i0.ɵɵadvance(3);
665
+ i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(199, 247, "If you\u2019re not happy with how we respond to your complaint,"), " ");
666
+ i0.ɵɵadvance(3);
667
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(202, 249, "contact the Equality Advisory and Support Service (EASS)."));
668
+ i0.ɵɵadvance(3);
669
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(205, 251, "Technical information about this website\u2019s accessibility"));
670
+ i0.ɵɵadvance(3);
671
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(208, 253, "HM Courts & Tribunals Service is committed to making its website accessible, in accordance with the Public Sector Bodies (Websites and Mobile Applications) (No.2) Accessibility Regulations 2018."));
672
+ i0.ɵɵadvance(3);
673
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(211, 255, "Compliance Status"));
674
+ i0.ɵɵadvance(3);
675
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(214, 257, "This website is partially compliant with the "));
676
+ i0.ɵɵadvance(3);
677
+ i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(217, 259, "Web Content Accessibility Guidelines version 2.2 "), "");
678
+ i0.ɵɵadvance(2);
679
+ i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(219, 261, "to AA standard, due to the non-compliances listed below."), "\n");
680
+ i0.ɵɵadvance(3);
681
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(222, 263, "Non-accessible content"));
682
+ i0.ɵɵadvance(3);
683
+ i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(225, 265, "The content listed below is non-compliant for the following reasons."), "\n");
684
+ i0.ɵɵadvance(3);
685
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(228, 267, "Non-accessible content"));
686
+ i0.ɵɵadvance(3);
687
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(231, 269, "Non-compliance with the accessibility regulations"));
688
+ i0.ɵɵadvance(3);
689
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(234, 271, "The content listed below is non-compliant for the following reasons."));
690
+ i0.ɵɵadvance(4);
691
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(238, 273, "There were navigation lists present that were not marked up correctly and so assistive technology may have difficulty reading the content."));
692
+ i0.ɵɵadvance(2);
693
+ i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(240, 275, " This fails WCAG v2.2, 1.3.1 Info and Relationships (Level A) and 4.1.2 Name, Role, Value (Level A)."), "\n");
694
+ i0.ɵɵadvance(4);
695
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(244, 277, "For screen reader users, it will be difficult for the user to distinguish which form elements are related to each document as they don\u2019t have a shared or common label."));
696
+ i0.ɵɵadvance(2);
697
+ i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(246, 279, " This fails WCAG v2.2,\u00A01.3.1 Info and Relationships (Level A) and 3.3.2 Labels or Instructions (Level A)."), "\n");
698
+ i0.ɵɵadvance(4);
699
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(250, 281, "Links were found that did not have a distinct meaning which could mean that screen reader users may be unable to determine their purpose."));
700
+ i0.ɵɵadvance(2);
701
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(252, 283, " This fails WCAG v2.2, 2.4.4 Link Purpose (In Context) (Level A) and 2.4.9 Link Purpose (Link Only) (Level AAA)."));
702
+ i0.ɵɵadvance(4);
703
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(256, 285, "A string of text that visually named an element was not part of the programmatic accessible name. When using assistive technology, it may be problematic for the user to interact with the element using their voice."));
704
+ i0.ɵɵadvance(2);
705
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(258, 287, " This fails WCAG v2.2, 2.5.3 Label in Name (Level A). "));
706
+ i0.ɵɵadvance(4);
707
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(262, 289, "A submit button is not provided for a text input element so entering text into the input used to search documents causes the documents context to change automatically, which can be disruptive for assistive technology users."));
708
+ i0.ɵɵadvance(2);
709
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(264, 291, " This fails WCAG v2.2, 3.2.2 On Input (Level A). "));
710
+ i0.ɵɵadvance(4);
711
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(268, 293, "Visual headings were found, but they were not marked up with a semantic heading tag. Using Assistive technology, a screen reader user may not be aware that the text is a heading, which means they may struggle to navigate using headings and understand the correct hierarchy of the content."));
712
+ i0.ɵɵadvance(2);
713
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(270, 295, " This fails WCAG v2.2, 1.3.1 Info and Relationships (Level A)."));
714
+ i0.ɵɵadvance(4);
715
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(274, 297, "Active elements are nested which can cause random results from assistive technology. This means users might be unable to accurately interact with the content or they could be missing content. "));
716
+ i0.ɵɵadvance(2);
717
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(276, 299, " This fails WCAG v2.2, 4.1.2 Name, Role, Value (Level A)."));
718
+ i0.ɵɵadvance(4);
719
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(280, 301, "The state of content that can be expanded or collapsed is not announced or not correctly announced to screen reader users, this means screen reading software will only announce a collapsed state."));
720
+ i0.ɵɵadvance(2);
721
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(282, 303, " This fails WCAG v2.2, 4.1.2 Name, Role, Value (Level A)."));
722
+ i0.ɵɵadvance(4);
723
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(286, 305, "Asterisks are used to denote a required field. The asterisk is not clearly communicated to enable a user to understand that it denotes a required field."));
724
+ i0.ɵɵadvance(2);
725
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(288, 307, " This fails WCAG v2.2, 1.3.1 Info and Relationships (Level A) and 3.3.2 Labels or Instructions (Level A)."));
726
+ i0.ɵɵadvance(4);
727
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(292, 309, "Some headings are contained within a description list which may cause some confusion to a screen reader user. "));
728
+ i0.ɵɵadvance(2);
729
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(294, 311, " This fails WCAG v2.2, 1.3.1 Info and Relationships (Level A)."));
730
+ i0.ɵɵadvance(4);
731
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(298, 313, "When a user chooses an option from a search field, the chosen option will be added to the service webpage. Users can remove the options by activating an interactive element. When using assistive technology the user may not know that the new interactive element is used to remove the added option as it does not have a descriptive alternative."));
732
+ i0.ɵɵadvance(2);
733
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(300, 315, " This fails WCAG v2.2 1.3.1 Info and Relationships (Level A)."));
734
+ i0.ɵɵadvance(4);
735
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(304, 317, "Typing into the text input causes a list box to appear and show options that the user can choose from. If the user is using keyboard inputs to navigate the service webpage, the user will have difficulties selecting an option."));
736
+ i0.ɵɵadvance(2);
737
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(306, 319, " This fails WCAG v2.2, 2.1.1 Keyboard (Level A) and 2.1.3 Keyboard (No Exception) (Level AAA)."));
738
+ i0.ɵɵadvance(4);
739
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(310, 321, "Using mouse inputs to activate the tab elements will cause the service webpage contents to change. It is not possible for a keyboard-only user to navigate or activate the tabs."));
740
+ i0.ɵɵadvance(2);
741
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(312, 323, " This fails WCAG v2.2, 1.3.1 Info and Relationships (Level A), 2.1.1 Keyboard (Level A), 4.1.2 Name, Role, Value Level (A) and 2.1.3 Keyboard (No Exception) (Level AAA)."));
742
+ i0.ɵɵadvance(4);
743
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(316, 325, "Headings on the page were found to not follow a hierarchical heading structure which means assistive technology may struggle to communicate a logical heading order to the user."));
744
+ i0.ɵɵadvance(2);
745
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(318, 327, " This fails WCAG v2.2, 1.3.1 Info and Relationships (Level A)."));
746
+ i0.ɵɵadvance(4);
747
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(322, 329, "Some images were decorative but the descriptions were not accurate for assistive technology users. "));
748
+ i0.ɵɵadvance(2);
749
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(324, 331, " This fails WCAG v2.2 1.1.1 Non-text Content (Level A)."));
750
+ i0.ɵɵadvance(4);
751
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(328, 333, "Elements are present that do not contain a descriptive name or label for users. Assistive technology users may not be able to accurately identify their differences."));
752
+ i0.ɵɵadvance(2);
753
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(330, 335, " This fails WCAG v2.2, 2.4.6 Headings and Labels (Level AA)."));
754
+ i0.ɵɵadvance(4);
755
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(334, 337, "Assistive technology does not announce the important messages shown if there are no results and this means that a screen reader user might not know that there are no results available."));
756
+ i0.ɵɵadvance(2);
757
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(336, 339, " This fails WCAG v2.2, 4.1.3 Status Messages (Level AA)."));
758
+ i0.ɵɵadvance(4);
759
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(340, 341, "Some of the colour combinations found on the website are low contrast and are likely to be difficult for people with low vision to distinguish."));
760
+ i0.ɵɵadvance(2);
761
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(342, 343, " This fails WCAG v2.2, 1.4.11 Non-text Contrast (Level AA)."));
762
+ i0.ɵɵadvance(4);
763
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(346, 345, "Content is lost or obscured on the page when the browser dimensions are set to 1280 x 1024 and magnified to 400. The user will need to modify their settings and this could make it difficult to read the service webpage."));
764
+ i0.ɵɵadvance(2);
765
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(348, 347, " This fails WCAG v2.2, 1.4.10 Reflow (Level AA)."));
766
+ i0.ɵɵadvance(4);
767
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(352, 349, "Text on the website cannot be resized to 200% without loss of content/ functionality. "));
768
+ i0.ɵɵadvance(2);
769
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(354, 351, " This fails WCAG v2.2, 1.4.4 Resize text (Level AA)."));
770
+ i0.ɵɵadvance(4);
771
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(358, 353, "Some of the text colour combinations found on the site do not meet contrast guidelines. The change in colour may make it difficult for the user to read the text as the contrast is less than the minimum required."));
772
+ i0.ɵɵadvance(2);
773
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(360, 355, " This fails WCAG v2.2, 1.4.3 Contrast (Minimum) (Level AA) and 1.4.6 Contrast (Enhanced) (Level AAA). "));
774
+ i0.ɵɵadvance(4);
775
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(364, 357, "Modifying the text spacing to make the text easier to read will cause the \u2018Zoom in\u2019 button to be obscured. The user will need to change their settings and this could make the text difficult to read."));
776
+ i0.ɵɵadvance(2);
777
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(366, 359, " This fails WCAG v2.2, 1.4.12 Text Spacing (Level AA)."));
778
+ i0.ɵɵadvance(4);
779
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(370, 361, "Abbreviations are not expanded in the first instance or explained and may be difficult for users with cognitive impairments to understand."));
780
+ i0.ɵɵadvance(2);
781
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(372, 363, " This fails WCAG v2.2 3.1.4 Abbreviations (Level AAA). "));
782
+ i0.ɵɵadvance(4);
783
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(376, 365, "There are elements which open in a new window without informing the users first. If the user is not aware a new window/ tab will open, the user may be disoriented and have difficulties returning to the previous page."));
784
+ i0.ɵɵadvance(2);
785
+ i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(378, 367, " This fails WCAG v2.2 3.2.5 Change on Request (Level AAA)."), "\n");
786
+ i0.ɵɵadvance(4);
787
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(382, 369, "Some links were not descriptive enough for Assistive technology to convey the context to the user."));
788
+ i0.ɵɵadvance(2);
789
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(384, 371, " This fails WCAG v2.2 2.4.9 Link Purpose (Link Only) (Level AAA)."));
790
+ i0.ɵɵadvance(4);
791
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(388, 373, "Text colour combinations found on the service do not meet enhanced contrasts and are likely to be difficult for people with vision colour deficiencies to read."));
792
+ i0.ɵɵadvance(2);
793
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(390, 375, " This fails WCAG v2.2, 1.4.6 Contrast (Enhanced) (Level AAA)."));
794
+ i0.ɵɵadvance(4);
795
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(394, 377, "Disproportionate burden on accessibility regulations"));
796
+ i0.ɵɵadvance(3);
797
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(397, 379, "There are areas which have been classified as disproportionate burden."));
798
+ i0.ɵɵadvance(4);
799
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(401, 381, "We have identified some issues which we believe to constitute a disproportionate burden. One issue is around mobile view support and another is around having multiple ways to navigate the service. Both issues stem from business decisions taken at the very beginning of the development process for Expert UI, a tool for professional users. We know from Google Analytics stats that there are very low numbers of users attempting to use Manage Case from mobile phones. To resolve both issues would take a substantial UI design effort to build a new UI concept, a large technical design effort to create and a vast development effort to implement and test the solution, and for these reasons we think disproportionate burden is relevant. "));
800
+ i0.ɵɵadvance(3);
801
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(404, 383, "A further review will take place in 12 months to review the current position"));
802
+ i0.ɵɵadvance(3);
803
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(407, 385, "Content that\u2019s not within the scope of the accessibility regulations"));
804
+ i0.ɵɵadvance(3);
805
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(410, 387, "PDFs and other documents"));
806
+ i0.ɵɵadvance(3);
807
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(413, 389, "The accessibility regulations do not require us to fix PDFs or other documents published before 23 September 2018 if they\u2019re not essential to providing our services."));
808
+ i0.ɵɵadvance(3);
809
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(416, 391, "Any new PDFs or Word documents we publish will meet accessibility standards."));
810
+ i0.ɵɵadvance(3);
811
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(419, 393, "What we\u2019re doing to improve accessibility"));
812
+ i0.ɵɵadvance(3);
813
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(422, 395, "We\u2019re committed to ensuring our services are accessible to all our users and that they comply with level AA of the Web Content Accessibility Guidelines \u2013 WCAG 2.2."));
814
+ i0.ɵɵadvance(3);
815
+ i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(425, 397, "We\u2019re currently working through the issues from an external audit carried out by the Digital Accessibility Centre (DAC) which we expect to fix by Jan 2026."), "\n");
816
+ i0.ɵɵadvance(3);
817
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(428, 399, "Preparation of this accessibility statement"));
818
+ i0.ɵɵadvance(3);
819
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(431, 401, "This statement was prepared on 16 September 2019. It was last reviewed on 26 March 2025."));
820
+ i0.ɵɵadvance(3);
821
+ i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(434, 403, "This website was tested by"), " ");
822
+ i0.ɵɵadvance(3);
823
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(437, 405, "Digital Accessibility Centre (DAC)"));
824
+ i0.ɵɵadvance(2);
825
+ i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(439, 407, " in 19 February 2024"), "\n");
826
+ } }, dependencies: [i1.NgIf, i2.RpxTranslatePipe], styles: [".govuk-list--alpha[_ngcontent-%COMP%]{padding-left:20px;list-style-type:lower-alpha}"] }); }
827
+ }
828
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AccessibilityComponent, [{
829
+ type: Component,
830
+ args: [{ selector: 'xuilib-accessibility', template: "<h1 class=\"govuk-heading-xl\">\n {{'Accessibility statement for MyHMCTS' | rpxTranslate }} {{isEndpointMC ? 'Manage Cases' : 'Manage\n Organisation' | rpxTranslate}}</h1>\n<p class=\"govuk-body\">{{'MyHMCTS' |rpxTranslate}} {{isEndpointMC ? 'Manage Cases' : 'Manage Organisation' |\n rpxTranslate}} {{'is used across several services. Please use links to find contact information for each\n service.' | rpxTranslate}}</p>\n<ul class=\"govuk-list govuk-list--bullet\">\n <li><a href=\"accessibility#immigration\">{{'Immigration and Asylum' | rpxTranslate}}</a></li>\n <li><a href=\"accessibility#family-public-law\">{{'Family Public Law' | rpxTranslate}} </a></li>\n <li><a href=\"accessibility#adoption\">{{'adoption' | rpxTranslate}} </a></li>\n <li><a href=\"accessibility#civil-damages\">{{'Civil Damages' | rpxTranslate}}</a></li>\n <li><a href=\"accessibility#divorce\">{{'Divorce and financial remeduies' | rpxTranslate}} </a></li>\n <li><a href=\"accessibility#civil-money-claims\">{{'Civil Money Claims' | rpxTranslate}} </a></li>\n <li><a href=\"accessibility#private-law\">{{'Private Law' | rpxTranslate}} </a></li>\n <li><a href=\"accessibility#probate\">{{'Probate' | rpxTranslate}} </a></li>\n <li><a href=\"accessibility#social-security#\">{{'Social Security and Child Support' | rpxTranslate}} </a></li>\n</ul>\n<p class=\"govuk-body\">{{'This website is run by HM Courts & Tribunals Service. We want as many people as possible to be able to use this website. For example, you should be able to:' | rpxTranslate}}</p>\n<ul class=\"govuk-list govuk-list--bullet\">\n <li>{{'change colours, contrast levels and fonts using browser or device settings' | rpxTranslate}}</li>\n <li>{{'navigate most of the website using a keyboard or speech recognition software' | rpxTranslate}}</li>\n <li>{{'listen to most of the website using a screen reader (including the most recent versions of JAWS,\n NVDA and VoiceOver)' | rpxTranslate}}\n </li>\n</ul>\n<p class=\"govuk-body\">{{'We\\\u2019ve also made the website text as simple as possible to understand.' |\n rpxTranslate}}</p>\n<p class=\"govuk-body\">\n <a rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://mcmw.abilitynet.org.uk/\">{{'AbilityNet' |\n rpxTranslate}}</a> {{'has advice on making your device easier to use if you have a disability.' |\n rpxTranslate}}\n</p>\n\n<h2 class=\"govuk-heading-l\">{{'How accessible this website is' | rpxTranslate}}</h2>\n<p class=\"govuk-body\">{{'We know some parts of the website are not fully accessible:' | rpxTranslate}}</p>\n<ul class=\"govuk-list govuk-list--bullet\">\n <li>{{'some pages can\\'t be zoomed in to 400% without content overlapping' | rpxTranslate}}</li>\n <li>{{'some page titles aren\\'t page specific' | rpxTranslate}}</li>\n <li>{{'it may be difficult to navigate between pages' | rpxTranslate}}</li>\n <li>{{'some headings and labels aren\\'t specific enough' | rpxTranslate}}</li>\n <li>{{'some PDFs may not be fully accessible to a screen reader' | rpxTranslate}}</li>\n <li>{{'some buttons may not communicate collapsed status on mobile' | rpxTranslate}}</li>\n</ul>\n\n<h2 class=\"govuk-heading-l\">{{'Feedback and contact information' | rpxTranslate }}</h2>\n<p class=\"govuk-body\">If you're a legal professional and need information on this website\n in a different format like accessible PDF, large print, easy read, audio recording or braille, you can:</p>\n<ul class=\"govuk-list govuk-list--bullet\">\n <li>email: <a href=\"mailto:HMCTSforms@justice.gov.uk\">HMCTSforms&#64;justice.gov.uk</a></li>\n <li>call the service you require, as listed below.</li>\n</ul>\n<h3 class=\"govuk-heading-l\" id=\"adoption\">{{'Adoption' | rpxTranslate}}</h3>\n<ul class=\"govuk-list govuk-list--bullet\"><li>{{'call: 01634 887900' | rpxTranslate}}</li></ul>\n<h3 class=\"govuk-heading-l\" id=\"civil-damages\">{{'Civil Damages Service' | rpxTranslate}}</h3>\n<ul class=\"govuk-list govuk-list--bullet\"><li>{{'call: 0300 123 1372' | rpxTranslate}}</li></ul>\n<h3 class=\"govuk-heading-l\" id=\"divorce\">{{'Divorce and Financial Remedy' | rpxTranslate}}</h3>\n<ul class=\"govuk-list govuk-list--bullet\"><li>{{'call: 0300 303 0642' | rpxTranslate}}</li></ul>\n<h3 class=\"govuk-heading-l\" id=\"family-public-law\">{{'Family Public Law' | rpxTranslate}}</h3>\n<ul class=\"govuk-list govuk-list--bullet\"><li>{{'call: 0330 808 4424' | rpxTranslate}}</li></ul>\n<h3 class=\"govuk-heading-l\" id=\"immigration\">{{'Immigration and Asylum Chamber' | rpxTranslate}}</h3>\n<ul class=\"govuk-list govuk-list--bullet\"><li>{{'call: 0300 123 1711' | rpxTranslate}}</li></ul>\n<h3 class=\"govuk-heading-l\" id=\"civil-money-claims\">{{'Online Civil Money Claims' | rpxTranslate}}</h3>\n<ul class=\"govuk-list govuk-list--bullet\"><li>{{'call: 0300 123 7050' | rpxTranslate}}</li></ul>\n<h3 class=\"govuk-heading-l\" id=\"private-law\">{{'Private Law' | rpxTranslate}}</h3>\n<ul class=\"govuk-list govuk-list--bullet\"><li>{{'call: 0300 323 0185' | rpxTranslate}}</li></ul>\n<h3 class=\"govuk-heading-l\" id=\"probate\">{{'Probate' | rpxTranslate}}</h3>\n<ul class=\"govuk-list govuk-list--bullet\"><li>{{'call: 0300 303 0648' | rpxTranslate}}</li></ul>\n<h3 class=\"govuk-heading-l\" id=\"social-security\">{{'Social Security and Child Support' | rpxTranslate}}</h3>\n<ul class=\"govuk-list govuk-list--bullet\"><li>{{'call: 0300 123 1142' | rpxTranslate}}</li></ul>\n<p class=\"govuk-body\">{{'We\\'ll consider your request and get back to you in 10 working days.' | rpxTranslate}}\n</p>\n<p class=\"govuk-body\" *ngIf=\"isEndpointMC\">\n {{'If you are member of HMCTS staff or the Judiciary speak to your line manager or equivalent in the first instance.' | rpxTranslate}}</p>\n\n<h2 class=\"govuk-heading-l\">{{'Reporting accessibility problems with this website' | rpxTranslate}}</h2>\n<p class=\"govuk-body\">{{'We\\'re always looking to improve the accessibility of this website. If you\\'re a legal\n professional and find any problems not listed on this page or think we\u2019re not meeting accessibility\n requirements, contact:' | rpxTranslate}}</p>\n<ul class=\"govuk-list govuk-list--bullet\">\n <li>\n email: <a href=\"mailto:customer.service@justice.gov.uk\">customer.service&#64;justice.gov.uk</a>\n </li>\n <li>call the service you require as listed above.</li>\n</ul>\n<p class=\"govuk-body\">{{'We\\'ll consider your request and get back to you in 10 working days.' | rpxTranslate}}\n<p class=\"govuk-body\">{{'If you are member of HMCTS staff or the Judiciary speak to your line manager or\n equivalent in the first instance.' | rpxTranslate}}</p>\n\n<h2 class=\"govuk-heading-l\">{{'Enforcement procedure' | rpxTranslate}}</h2>\n<p class=\"govuk-body\">{{'The Equality and Human Rights Commission (EHRC) is responsible for enforcing the Public\n Sector Bodies (Websites and Mobile Applications) (No. 2) Accessibility Regulations 2018 (the \u2018accessibility\n regulations\u2019).' | rpxTranslate}} </p>\n<p class=\"govuk-body\">{{'If you\\\u2019re not happy with how we respond to your complaint,' | rpxTranslate}}\n <a rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://www.equalityadvisoryservice.com/\">{{'contact the\n Equality Advisory and Support Service (EASS).' | rpxTranslate}}</a>\n</p>\n\n<h2 class=\"govuk-heading-l\">{{'Technical information about this website\\\u2019s accessibility' | rpxTranslate}}</h2>\n<p class=\"govuk-body\">{{'HM Courts & Tribunals Service is committed to making its website accessible, in accordance with the Public\n Sector Bodies (Websites and Mobile Applications) (No.2) Accessibility Regulations 2018.' | rpxTranslate}}</p>\n\n<h2 class=\"govuk-heading-l\">{{'Compliance Status' | rpxTranslate}}</h2>\n<p class=\"govuk-body\">{{'This website is partially compliant with the ' | rpxTranslate}}<a target=\"_blank\"\n href=\"https://www.w3.org/TR/WCAG22/\">\n {{'Web Content Accessibility Guidelines version 2.2 ' | rpxTranslate}}</a>\n {{'to AA standard, due to the non-compliances listed below.' | rpxTranslate}}\n</p>\n\n<h2 class=\"govuk-heading-l\">{{'Non-accessible content' | rpxTranslate}}</h2>\n<p class=\"govuk-body\">{{'The content listed below is non-compliant for the following reasons.' | rpxTranslate}}\n</p>\n<h2 class=\"govuk-heading-l\">{{'Non-accessible content' | rpxTranslate}}</h2>\n<h3 class=\"govuk-heading-l\">{{'Non-compliance with the accessibility regulations' | rpxTranslate}}</h3>\n<p class=\"govuk-body\">{{'The content listed below is non-compliant for the following reasons.' | rpxTranslate}}</p>\n<p class=\"govuk-body\"><span class=\"govuk-!-font-weight-bold\">{{'There were navigation lists present that were not marked up correctly and so assistive technology may\n have difficulty reading the content.' | rpxTranslate}}</span>{{' This fails WCAG v2.2, 1.3.1 Info and Relationships (Level A) and 4.1.2 Name, Role, Value (Level A).' | rpxTranslate}}\n</p>\n<p class=\"govuk-body\"><span class=\"govuk-!-font-weight-bold\">{{'For screen reader users, it will be difficult for the user to distinguish which form\n elements are related to each document as they don\u2019t have a shared or common label.' | rpxTranslate}}</span>{{' This fails WCAG\n v2.2,\u00A01.3.1 Info and Relationships (Level A) and 3.3.2 Labels or Instructions (Level A).' | rpxTranslate}}\n</p>\n<p class=\"govuk-body\">\n <span class=\"govuk-!-font-weight-bold\">{{'Links were found that did not have a distinct meaning which could mean that screen reader users may be\n unable to determine their purpose.' | rpxTranslate}}</span>{{' This fails WCAG v2.2, 2.4.4 Link Purpose (In Context) (Level A) and 2.4.9\n Link Purpose (Link Only) (Level AAA).' | rpxTranslate}}</p>\n<p class=\"govuk-body\"><span class=\"govuk-!-font-weight-bold\">{{'A string of text that visually named an element was not part of the programmatic accessible\n name. When using assistive technology, it may be problematic for the user to interact with the element using their\n voice.' | rpxTranslate}}</span>{{' This fails WCAG v2.2, 2.5.3 Label in Name (Level A). ' | rpxTranslate}}</p>\n<p class=\"govuk-body\"><span class=\"govuk-!-font-weight-bold\">{{'A submit button is not provided for a text input element so entering text into the input used\n to search documents causes the documents context to change automatically, which can be disruptive for assistive\n technology users.' | rpxTranslate}}</span>{{' This fails WCAG v2.2, 3.2.2 On Input (Level A). ' | rpxTranslate}}</p>\n<p class=\"govuk-body\"><span class=\"govuk-!-font-weight-bold\">{{'Visual headings were found, but they were not marked up with a semantic heading tag. Using Assistive\n technology, a screen reader user may not be aware that the text is a heading, which means they may struggle to navigate\n using headings and understand the correct hierarchy of the content.' | rpxTranslate}}</span>{{' This fails WCAG v2.2, 1.3.1 Info and Relationships (Level A).' | rpxTranslate}}</p>\n<p class=\"govuk-body\"><span class=\"govuk-!-font-weight-bold\">{{'Active elements are nested which can cause random results from assistive technology.\n This means users might be unable to accurately interact with the content or they could be missing content.\n ' | rpxTranslate}}</span>{{' This fails WCAG v2.2, 4.1.2 Name, Role, Value (Level A).' | rpxTranslate}}</p>\n<p class=\"govuk-body\"><span class=\"govuk-!-font-weight-bold\">{{'The state of content that can be expanded or collapsed is not announced or not correctly announced to screen reader users,\n this means screen reading software will only announce a collapsed state.' | rpxTranslate}}</span>{{' This fails WCAG v2.2, 4.1.2 Name, Role, Value (Level A).' | rpxTranslate}}</p>\n<p class=\"govuk-body\"><span class=\"govuk-!-font-weight-bold\">{{'Asterisks are used to denote a required field. The asterisk is not clearly communicated to enable a user to understand\n that it denotes a required field.' | rpxTranslate}}</span>{{' This fails WCAG v2.2, 1.3.1 Info and Relationships (Level A) and 3.3.2 Labels or Instructions (Level A).' | rpxTranslate}}</p>\n<p class=\"govuk-body\"><span class=\"govuk-!-font-weight-bold\">{{'Some headings are contained within a description list which may cause some confusion to a screen reader user.\n ' | rpxTranslate}}</span>{{' This fails WCAG v2.2, 1.3.1 Info and Relationships (Level A).' | rpxTranslate}}</p>\n<p class=\"govuk-body\"><span class=\"govuk-!-font-weight-bold\">{{'When a user chooses an option from a search field, the chosen option will be added to the service webpage.\n Users can remove the options by activating an interactive element. When using assistive technology the user may not know that the new interactive\n element is used to remove the added option as it does not have a descriptive alternative.' | rpxTranslate}}</span>{{' This fails WCAG v2.2 1.3.1 Info and Relationships (Level A).' | rpxTranslate}}</p>\n<p class=\"govuk-body\"><span class=\"govuk-!-font-weight-bold\">{{'Typing into the text input causes a list box to appear and show options that the user can choose from. If the user is using keyboard inputs to navigate\n the service webpage, the user will have difficulties selecting an option.' | rpxTranslate}}</span>{{' This fails WCAG v2.2, 2.1.1 Keyboard (Level A) and 2.1.3 Keyboard\n (No Exception) (Level AAA).' | rpxTranslate}}</p>\n<p class=\"govuk-body\"><span class=\"govuk-!-font-weight-bold\">{{'Using mouse inputs to activate the tab elements will cause the service webpage contents to change.\n It is not possible for a keyboard-only user to navigate or activate the tabs.' | rpxTranslate}}</span>{{' This fails WCAG v2.2, 1.3.1 Info and Relationships (Level A),\n 2.1.1 Keyboard (Level A), 4.1.2 Name, Role, Value Level (A) and 2.1.3 Keyboard (No Exception) (Level AAA).' | rpxTranslate}}</p>\n<p class=\"govuk-body\"><span class=\"govuk-!-font-weight-bold\">{{'Headings on the page were found to not follow a hierarchical heading structure which means assistive technology may\n struggle to communicate a logical heading order to the user.' | rpxTranslate}}</span>{{' This fails WCAG v2.2, 1.3.1 Info and Relationships (Level A).' | rpxTranslate}}</p>\n<p class=\"govuk-body\"><span class=\"govuk-!-font-weight-bold\">{{'Some images were decorative but the descriptions were not accurate for assistive technology users.\n ' | rpxTranslate}}</span>{{' This fails WCAG v2.2 1.1.1 Non-text Content (Level A).' | rpxTranslate}}</p>\n<p class=\"govuk-body\"><span class=\"govuk-!-font-weight-bold\">{{'Elements are present that do not contain a descriptive name or label for users. Assistive technology users may not be able\n to accurately identify their differences.' | rpxTranslate}}</span>{{' This fails WCAG v2.2, 2.4.6 Headings and Labels (Level AA).' | rpxTranslate}}</p>\n<p class=\"govuk-body\"><span class=\"govuk-!-font-weight-bold\">{{'Assistive technology does not announce the important messages shown if there are no results and this means that a screen\n reader user might not know that there are no results available.' | rpxTranslate}}</span>{{' This fails WCAG v2.2, 4.1.3 Status Messages (Level AA).' | rpxTranslate}}</p>\n<p class=\"govuk-body\"><span class=\"govuk-!-font-weight-bold\">{{'Some of the colour combinations found on the website are low contrast and are likely\n to be difficult for people with low vision to distinguish.' | rpxTranslate}}</span>{{' This fails WCAG v2.2, 1.4.11 Non-text Contrast\n (Level AA).' | rpxTranslate}}</p>\n<p class=\"govuk-body\"><span class=\"govuk-!-font-weight-bold\">{{'Content is lost or obscured on the page when the browser dimensions are set to 1280 x\n 1024 and magnified to 400. The user will need to modify their settings and this could make it difficult to\n read the service webpage.' | rpxTranslate}}</span>{{' This fails WCAG v2.2, 1.4.10 Reflow (Level AA).' | rpxTranslate}}</p>\n<p class=\"govuk-body\"><span class=\"govuk-!-font-weight-bold\">{{'Text on the website cannot be resized to 200% without loss of content/ functionality.\n ' | rpxTranslate}}</span>{{' This fails WCAG v2.2, 1.4.4 Resize text (Level AA).' | rpxTranslate}}</p>\n<p class=\"govuk-body\"><span class=\"govuk-!-font-weight-bold\">{{'Some of the text colour combinations found on the site do not meet contrast guidelines.\n The change in colour may make it difficult for the user to read the text as the contrast is less than the\n minimum required.' | rpxTranslate}}</span>{{' This fails WCAG v2.2, 1.4.3 Contrast (Minimum) (Level AA) and 1.4.6 Contrast (Enhanced)\n (Level AAA). ' | rpxTranslate}}</p>\n<p class=\"govuk-body\"><span class=\"govuk-!-font-weight-bold\">{{'Modifying the text spacing to make the text easier to read will cause the \u2018Zoom in\u2019\n button to be obscured. The user will need to change their settings and this could make the text difficult to\n read.' | rpxTranslate}}</span>{{' This fails WCAG v2.2, 1.4.12 Text Spacing (Level AA).' | rpxTranslate}}</p>\n<p class=\"govuk-body\"><span class=\"govuk-!-font-weight-bold\">{{'Abbreviations are not expanded in the first instance or explained and may be difficult\n for users with cognitive impairments to understand.' | rpxTranslate}}</span>{{' This fails WCAG v2.2 3.1.4 Abbreviations (Level AAA). ' |\n rpxTranslate}}</p>\n<p class=\"govuk-body\"><span class=\"govuk-!-font-weight-bold\">{{'There are elements which open in a new window without informing the users first. If the\n user is not aware a new window/ tab will open, the user may be disoriented and have difficulties returning to\n the previous page.' | rpxTranslate}}</span>{{' This fails WCAG v2.2 3.2.5 Change on Request (Level AAA).' | rpxTranslate}}\n</p>\n<p class=\"govuk-body\"><span class=\"govuk-!-font-weight-bold\">{{'Some links were not descriptive enough for Assistive technology to convey the context\n to the user.' | rpxTranslate}}</span>{{' This fails WCAG v2.2 2.4.9 Link Purpose (Link Only) (Level AAA).' | rpxTranslate}}</p>\n<p class=\"govuk-body\"><span class=\"govuk-!-font-weight-bold\">{{'Text colour combinations found on the service do not meet enhanced contrasts and are\n likely to be difficult for people with vision colour deficiencies to read.' | rpxTranslate}}</span>{{' This fails WCAG v2.2, 1.4.6\n Contrast (Enhanced) (Level AAA).' | rpxTranslate}}</p>\n\n<ng-container>\n <h3 class=\"govuk-heading-m\">{{'Disproportionate burden on accessibility regulations' | rpxTranslate}}</h3>\n <p class=\"govuk-body\">{{'There are areas which have been classified as disproportionate burden.' | rpxTranslate}}</p>\n <ul class=\"govuk-list govuk-list--bullet\">\n <li>{{'We have identified some issues which we believe to constitute a disproportionate burden. One issue is around mobile view support and another is\n around having multiple ways to navigate the service. Both issues stem from business decisions taken at the very beginning of the development process\n for Expert UI, a tool for professional users. We know from Google Analytics stats that there are very low numbers of users attempting to use Manage Case from mobile phones.\n To resolve both issues would take a substantial UI design effort to build a new UI concept, a large technical design effort to create and a vast\n development effort to implement and test the solution, and for these reasons we think disproportionate burden is relevant. ' | rpxTranslate}}</li>\n </ul>\n <p class=\"govuk-body\">{{ 'A further review will take place in 12 months to review the current position' | rpxTranslate}}</p>\n</ng-container>\n\n<h3 class=\"govuk-heading-m\">{{'Content that\u2019s not within the scope of the accessibility regulations' | rpxTranslate }}</h3>\n<p class=\"govuk-body\">{{'PDFs and other documents' | rpxTranslate}}</p>\n<p class=\"govuk-body\">{{'The accessibility regulations do not require us to fix PDFs or other documents\n published before 23 September 2018 if they\u2019re not essential to providing our services.' | rpxTranslate}}</p>\n<p class=\"govuk-body\">{{'Any new PDFs or Word documents we publish will meet accessibility standards.' |\n rpxTranslate}}</p>\n\n<h2 class=\"govuk-heading-l\">{{'What we\\\u2019re doing to improve accessibility' | rpxTranslate}}</h2>\n<p class=\"govuk-body\">{{'We\\\u2019re committed to ensuring our services are accessible to all our users\n and that they comply with level AA of the Web Content Accessibility Guidelines \u2013 WCAG 2.2.' | rpxTranslate}}</p>\n<p class=\"govuk-body\">{{'We\\\u2019re currently working through the issues from an external audit carried out by the Digital\n Accessibility Centre (DAC) which we expect to fix by Jan 2026.' | rpxTranslate}}\n</p>\n\n<h2 class=\"govuk-heading-l\">{{'Preparation of this accessibility statement' | rpxTranslate}}</h2>\n<p class=\"govuk-body\">{{'This statement was prepared on 16 September 2019. It was last reviewed on 26 March 2025.' | rpxTranslate}}</p>\n<p class=\"govuk-body\">{{'This website was tested by' | rpxTranslate}}\n <a rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://digitalaccessibilitycentre.org/\">{{'Digital Accessibility Centre (DAC)' | rpxTranslate}}</a> {{' in 19 February 2024' | rpxTranslate}}\n</p>\n", styles: [".govuk-list--alpha{padding-left:20px;list-style-type:lower-alpha}\n"] }]
831
+ }], () => [], null); })();
832
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AccessibilityComponent, { className: "AccessibilityComponent", filePath: "lib/components/accessibility/accessibility.component.ts", lineNumber: 9 }); })();
833
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjZXNzaWJpbGl0eS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9leHVpLWNvbW1vbi1saWIvc3JjL2xpYi9jb21wb25lbnRzL2FjY2Vzc2liaWxpdHkvYWNjZXNzaWJpbGl0eS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9leHVpLWNvbW1vbi1saWIvc3JjL2xpYi9jb21wb25lbnRzL2FjY2Vzc2liaWxpdHkvYWNjZXNzaWJpbGl0eS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFVLE1BQU0sZUFBZSxDQUFDOzs7OztJQ3VFbEQsNEJBQTJDO0lBQ3pDLFlBQXNJOztJQUFBLGlCQUFJOztJQUExSSxjQUFzSTtJQUF0SSx5S0FBc0k7O0FEaEV4SSxNQUFNLE9BQU8sc0JBQXNCO0lBRWpDO0lBQ0EsQ0FBQztJQUVNLFFBQVE7UUFDYixNQUFNLE1BQU0sR0FBRyxNQUFNLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQztRQUNwQyx5REFBeUQ7UUFDekQsdUNBQXVDO1FBQ3ZDLElBQUksTUFBTSxDQUFDLFFBQVEsQ0FBQyxhQUFhLENBQUM7ZUFDN0IsTUFBTSxDQUFDLFFBQVEsQ0FBQyxZQUFZLENBQUM7bUJBQzdCLENBQUMsTUFBTSxDQUFDLFFBQVEsQ0FBQyxlQUFlLENBQUMsRUFBRSxDQUFDO1lBQ3ZDLElBQUksQ0FBQyxZQUFZLEdBQUcsSUFBSSxDQUFDO1FBQzNCLENBQUM7YUFBTSxDQUFDO1lBQ04sSUFBSSxDQUFDLFlBQVksR0FBRyxLQUFLLENBQUM7UUFDNUIsQ0FBQztJQUNILENBQUM7dUhBaEJVLHNCQUFzQjtvRUFBdEIsc0JBQXNCO1lDUm5DLDZCQUE2QjtZQUMzQixZQUM4Qjs7O1lBQUEsaUJBQUs7WUFDckMsNEJBQXNCO1lBQUEsWUFFTTs7OztZQUFBLGlCQUFJO1lBRTFCLEFB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OUMsZUFDVTtZQURWLDRMQUNVO1lBQU8sZUFDOUQ7WUFEOEQseUdBQzlEO1lBQzZDLGVBRXZCO1lBRnVCLDBRQUV2QjtZQUFPLGVBQzdDO1lBRDZDLHVIQUM3QztZQUM2RCxlQUM3QjtZQUQ2QixvSkFDN0I7WUFBTyxlQUFzRjtZQUF0RixtSEFBc0Y7WUFDaEUsZUFDaUM7WUFEakMsaU5BQ2lDO1lBQU8sZUFDakQ7WUFEaUQsK0dBQ2pEO1lBR3RCLGVBQXlFO1lBQXpFLHNHQUF5RTtZQUMvRSxlQUEyRjtZQUEzRix3SEFBMkY7WUFFM0csZUFJMkk7WUFKM0ksZ3hCQUkySTtZQUUzSCxlQUFrRztZQUFsRyw4SEFBa0c7WUFHOUYsZUFBMEY7WUFBMUYsMkhBQTBGO1lBQ2hHLGVBQTZDO1lBQTdDLDBFQUE2QztZQUM3QyxlQUNvRjtZQURwRiw0TkFDb0Y7WUFDcEYsZUFDTjtZQURNLDhIQUNOO1lBRVksZUFBK0Q7WUFBL0QsZ0dBQStEO1lBQ3JFLGVBQ3dGO1lBRHhGLCtOQUN3RjtZQUN4RixlQUV0QjtZQUZzQiw2TkFFdEI7WUFFNEIsZUFBZ0U7WUFBaEUsNkZBQWdFO1lBQ3RFLGVBQTZHO1lBQTdHLDBJQUE2RztZQUM3RyxlQUNwQjtZQURvQixzRkFDcEI7WUFBNEYsZUFBdUQ7WUFBdkQsb0ZBQXVEO1lBQUssZUFDMUo7WUFEMEosa0ZBQzFKOzs7aUZEbk5hLHNCQUFzQjtjQU5sQyxTQUFTOzJCQUNFLHNCQUFzQjs7a0ZBS3JCLHNCQUFzQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ3h1aWxpYi1hY2Nlc3NpYmlsaXR5JyxcbiAgdGVtcGxhdGVVcmw6ICcuL2FjY2Vzc2liaWxpdHkuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9hY2Nlc3NpYmlsaXR5LmNvbXBvbmVudC5zY3NzJ11cbn0pXG5cbmV4cG9ydCBjbGFzcyBBY2Nlc3NpYmlsaXR5Q29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcbiAgcHVibGljIGlzRW5kcG9pbnRNQzogYm9vbGVhbjtcbiAgY29uc3RydWN0b3IoKSB7XG4gIH1cblxuICBwdWJsaWMgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgY29uc3QgdXJsUmVmID0gd2luZG93LmxvY2F0aW9uLmhyZWY7XG4gICAgLy8gcG9pbnRpbmcgdG8gTUMgJiBwcmV2aWV3LiBNYXkgbmVlZCB0byByZWZhY3RvciB0aGlzIGlmXG4gICAgLy8gbW9yZSBhcHBsaWNhdGlvbnMgYWRkZWQgdGhhbiBNTyAmIE1DXG4gICAgaWYgKHVybFJlZi5pbmNsdWRlcygnbWFuYWdlLWNhc2UnKVxuICAgICAgfHwgdXJsUmVmLmluY2x1ZGVzKCd4dWktd2ViYXBwJylcbiAgICAgICYmICF1cmxSZWYuaW5jbHVkZXMoJ3h1aS1tby13ZWJhcHAnKSkge1xuICAgICAgdGhpcy5pc0VuZHBvaW50TUMgPSB0cnVlO1xuICAgIH0gZWxzZSB7XG4gICAgICB0aGlzLmlzRW5kcG9pbnRNQyA9IGZhbHNlO1xuICAgIH1cbiAgfVxufVxuIiwiPGgxIGNsYXNzPVwiZ292dWstaGVhZGluZy14bFwiPlxuICB7eydBY2Nlc3NpYmlsaXR5IHN0YXRlbWVudCBmb3IgTXlITUNUUycgfCBycHhUcmFuc2xhdGUgfX0ge3tpc0VuZHBvaW50TUMgPyAnTWFuYWdlIENhc2VzJyA6ICdNYW5hZ2VcbiAgT3JnYW5pc2F0aW9uJyB8IHJweFRyYW5zbGF0ZX19PC9oMT5cbjxwIGNsYXNzPVwiZ292dWstYm9keVwiPnt7J015SE1DVFMnIHxycHhUcmFuc2xhdGV9fSB7e2lzRW5kcG9pbnRNQyA/ICdNYW5hZ2UgQ2FzZXMnIDogJ01hbmFnZSBPcmdhbmlzYXRpb24nIHxcbiAgcnB4VHJhbnNsYXRlfX0ge3snaXMgdXNlZCBhY3Jvc3Mgc2V2ZXJhbCBzZXJ2aWNlcy4gUGxlYXNlIHVzZSBsaW5rcyB0byBmaW5kIGNvbnRhY3QgaW5mb3JtYXRpb24gZm9yIGVhY2hcbiAgc2VydmljZS4nIHwgcnB4VHJhbnNsYXRlfX08L3A+XG48dWwgY2xhc3M9XCJnb3Z1ay1saXN0IGdvdnVrLWxpc3QtLWJ1bGxldFwiPlxuICA8bGk+PGEgaHJlZj1cImFjY2Vzc2liaWxpdHkjaW1taWdyYXRpb25cIj57eydJbW1pZ3JhdGlvbiBhbmQgQXN5bHVtJyB8IHJweFRyYW5zbGF0ZX19PC9hPjwvbGk+XG4gIDxsaT48YSBocmVmPVwiYWNjZXNzaWJpbGl0eSNmYW1pbHktcHVibGljLWxhd1wiPnt7J0ZhbWlseSBQdWJsaWMgTGF3JyB8IHJweFRyYW5zbGF0ZX19IDwvYT48L2xpPlxuICA8bGk+PGEgaHJlZj1cImFjY2Vzc2liaWxpdHkjYWRvcHRpb25cIj57eydhZG9wdGlvbicgfCBycHhUcmFuc2xhdGV9fSA8L2E+PC9saT5cbiAgPGxpPjxhIGhyZWY9XCJhY2Nlc3NpYmlsaXR5I2NpdmlsLWRhbWFnZXNcIj57eydDaXZpbCBEYW1hZ2VzJyB8IHJweFRyYW5zbGF0ZX19PC9hPjwvbGk+XG4gIDxsaT48YSBocmVmPVwiYWNjZXNzaWJpbGl0eSNkaXZvcmNlXCI+e3snRGl2b3JjZSBhbmQgZmluYW5jaWFsIHJlbWVkdWllcycgfCBycHhUcmFuc2xhdGV9fSA8L2E+PC9saT5cbiAgPGxpPjxhIGhyZWY9XCJhY2Nlc3NpYmlsaXR5I2NpdmlsLW1vbmV5LWNsYWltc1wiPnt7J0NpdmlsIE1vbmV5IENsYWltcycgfCBycHhUcmFuc2xhdGV9fSA8L2E+PC9saT5cbiAgPGxpPjxhIGhyZWY9XCJhY2Nlc3NpYmlsaXR5I3ByaXZhdGUtbGF3XCI+e3snUHJpdmF0ZSBMYXcnIHwgcnB4VHJhbnNsYXRlfX0gPC9hPjwvbGk+XG4gIDxsaT48YSBocmVmPVwiYWNjZXNzaWJpbGl0eSNwcm9iYXRlXCI+e3snUHJvYmF0ZScgfCBycHhUcmFuc2xhdGV9fSA8L2E+PC9saT5cbiAgPGxpPjxhIGhyZWY9XCJhY2Nlc3NpYmlsaXR5I3NvY2lhbC1zZWN1cml0eSNcIj57eydTb2NpYWwgU2VjdXJpdHkgYW5kIENoaWxkIFN1cHBvcnQnIHwgcnB4VHJhbnNsYXRlfX0gPC9hPjwvbGk+XG48L3VsPlxuPHAgY2xhc3M9XCJnb3Z1ay1ib2R5XCI+e3snVGhpcyB3ZWJzaXRlIGlzIHJ1biBieSBITSBDb3VydHMgJiBUcmlidW5hbHMgU2VydmljZS4gV2Ugd2FudCBhcyBtYW55IHBlb3BsZSBhcyBwb3NzaWJsZSB0byBiZSBhYmxlIHRvIHVzZSB0aGlzIHdlYnNpdGUuIEZvciBleGFtcGxlLCB5b3Ugc2hvdWxkIGJlIGFibGUgdG86JyB8IHJweFRyYW5zbGF0ZX19PC9wPlxuPHVsIGNsYXNzPVwiZ292dWstbGlzdCBnb3Z1ay1saXN0LS1idWxsZXRcIj5cbiAgPGxpPnt7J2NoYW5nZSBjb2xvdXJzLCBjb250cmFzdCBsZXZlbHMgYW5kIGZvbnRzIHVzaW5nIGJyb3dzZXIgb3IgZGV2aWNlIHNldHRpbmdzJyB8IHJweFRyYW5zbGF0ZX19PC9saT5cbiAgPGxpPnt7J25hdmlnYXRlIG1vc3Qgb2YgdGhlIHdlYnNpdGUgdXNpbmcgYSBrZXlib2FyZCBvciBzcGVlY2ggcmVjb2duaXRpb24gc29mdHdhcmUnIHwgcnB4VHJhbnNsYXRlfX08L2xpPlxuICA8bGk+e3snbGlzdGVuIHRvIG1vc3Qgb2YgdGhlIHdlYnNpdGUgdXNpbmcgYSBzY3JlZW4gcmVhZGVyIChpbmNsdWRpbmcgdGhlIG1vc3QgcmVjZW50IHZlcnNpb25zIG9mIEpBV1MsXG4gICAgTlZEQSBhbmQgVm9pY2VPdmVyKScgfCBycHhUcmFuc2xhdGV9fVxuICA8L2xpPlxuPC91bD5cbjxwIGNsYXNzPVwiZ292dWstYm9keVwiPnt7J1dlXFzigJl2ZSBhbHNvIG1hZGUgdGhlIHdlYnNpdGUgdGV4dCBhcyBzaW1wbGUgYXMgcG9zc2libGUgdG8gdW5kZXJzdGFuZC4nIHxcbiAgcnB4VHJhbnNsYXRlfX08L3A+XG48cCBjbGFzcz1cImdvdnVrLWJvZHlcIj5cbiAgPGEgcmVsPVwibm9vcGVuZXIgbm9yZWZlcnJlclwiIHRhcmdldD1cIl9ibGFua1wiIGhyZWY9XCJodHRwczovL21jbXcuYWJpbGl0eW5ldC5vcmcudWsvXCI+e3snQWJpbGl0eU5ldCcgfFxuICAgIHJweFRyYW5zbGF0ZX19PC9hPiB7eydoYXMgYWR2aWNlIG9uIG1ha2luZyB5b3VyIGRldmljZSBlYXNpZXIgdG8gdXNlIGlmIHlvdSBoYXZlIGEgZGlzYWJpbGl0eS4nIHxcbiAgcnB4VHJhbnNsYXRlfX1cbjwvcD5cblxuPGgyIGNsYXNzPVwiZ292dWstaGVhZGluZy1sXCI+e3snSG93IGFjY2Vzc2libGUgdGhpcyB3ZWJzaXRlIGlzJyB8IHJweFRyYW5zbGF0ZX19PC9oMj5cbjxwIGNsYXNzPVwiZ292dWstYm9keVwiPnt7J1dlIGtub3cgc29tZSBwYXJ0cyBvZiB0aGUgd2Vic2l0ZSBhcmUgbm90IGZ1bGx5IGFjY2Vzc2libGU6JyB8IHJweFRyYW5zbGF0ZX19PC9wPlxuPHVsIGNsYXNzPVwiZ292dWstbGlzdCBnb3Z1ay1saXN0LS1idWxsZXRcIj5cbiAgPGxpPnt7J3NvbWUgcGFnZXMgY2FuXFwndCBiZSB6b29tZWQgaW4gdG8gNDAwJSB3aXRob3V0IGNvbnRlbnQgb3ZlcmxhcHBpbmcnIHwgcnB4VHJhbnNsYXRlfX08L2xpPlxuICA8bGk+e3snc29tZSBwYWdlIHRpdGxlcyBhcmVuXFwndCBwYWdlIHNwZWNpZmljJyB8IHJweFRyYW5zbGF0ZX19PC9saT5cbiAgPGxpPnt7J2l0IG1heSBiZSBkaWZmaWN1bHQgdG8gbmF2aWdhdGUgYmV0d2VlbiBwYWdlcycgfCBycHhUcmFuc2xhdGV9fTwvbGk+XG4gIDxsaT57eydzb21lIGhlYWRpbmdzIGFuZCBsYWJlbHMgYXJlblxcJ3Qgc3BlY2lmaWMgZW5vdWdoJyB8IHJweFRyYW5zbGF0ZX19PC9saT5cbiAgPGxpPnt7J3NvbWUgUERGcyBtYXkgbm90IGJlIGZ1bGx5IGFjY2Vzc2libGUgdG8gYSBzY3JlZW4gcmVhZGVyJyB8IHJweFRyYW5zbGF0ZX19PC9saT5cbiAgPGxpPnt7J3NvbWUgYnV0dG9ucyBtYXkgbm90IGNvbW11bmljYXRlIGNvbGxhcHNlZCBzdGF0dXMgb24gbW9iaWxlJyB8IHJweFRyYW5zbGF0ZX19PC9saT5cbjwvdWw+XG5cbjxoMiBjbGFzcz1cImdvdnVrLWhlYWRpbmctbFwiPnt7J0ZlZWRiYWNrIGFuZCBjb250YWN0IGluZm9ybWF0aW9uJyB8IHJweFRyYW5zbGF0ZSB9fTwvaDI+XG48cCBjbGFzcz1cImdvdnVrLWJvZHlcIj5JZiB5b3UncmUgYSBsZWdhbCBwcm9mZXNzaW9uYWwgYW5kIG5lZWQgaW5mb3JtYXRpb24gb24gdGhpcyB3ZWJzaXRlXG4gIGluIGEgZGlmZmVyZW50IGZvcm1hdCBsaWtlIGFjY2Vzc2libGUgUERGLCBsYXJnZSBwcmludCwgZWFzeSByZWFkLCBhdWRpbyByZWNvcmRpbmcgb3IgYnJhaWxsZSwgeW91IGNhbjo8L3A+XG48dWwgY2xhc3M9XCJnb3Z1ay1saXN0IGdvdnVrLWxpc3QtLWJ1bGxldFwiPlxuICA8bGk+ZW1haWw6IDxhIGhyZWY9XCJtYWlsdG86SE1DVFNmb3Jtc0BqdXN0aWNlLmdvdi51a1wiPkhNQ1RTZm9ybXMmIzY0O2p1c3RpY2UuZ292LnVrPC9hPjwvbGk+XG4gIDxsaT5jYWxsIHRoZSBzZXJ2aWNlIHlvdSByZXF1aXJlLCBhcyBsaXN0ZWQgYmVsb3cuPC9saT5cbjwvdWw+XG48aDMgY2xhc3M9XCJnb3Z1ay1oZWFkaW5nLWxcIiBpZD1cImFkb3B0aW9uXCI+e3snQWRvcHRpb24nIHwgcnB4VHJhbnNsYXRlfX08L2gzPlxuPHVsIGNsYXNzPVwiZ292dWstbGlzdCBnb3Z1ay1saXN0LS1idWxsZXRcIj48bGk+e3snY2FsbDogMDE2MzQgODg3OTAwJyB8IHJweFRyYW5zbGF0ZX19PC9saT48L3VsPlxuPGgzIGNsYXNzPVwiZ292dWstaGVhZGluZy1sXCIgaWQ9XCJjaXZpbC1kYW1hZ2VzXCI+e3snQ2l2aWwgRGFtYWdlcyBTZXJ2aWNlJyB8IHJweFRyYW5zbGF0ZX19PC9oMz5cbjx1bCBjbGFzcz1cImdvdnVrLWxpc3QgZ292dWstbGlzdC0tYnVsbGV0XCI+PGxpPnt7J2NhbGw6IDAzMDAgMTIzIDEzNzInIHwgcnB4VHJhbnNsYXRlfX08L2xpPjwvdWw+XG48aDMgY2xhc3M9XCJnb3Z1ay1oZWFkaW5nLWxcIiBpZD1cImRpdm9yY2VcIj57eydEaXZvcmNlIGFuZCBGaW5hbmNpYWwgUmVtZWR5JyB8IHJweFRyYW5zbGF0ZX19PC9oMz5cbjx1bCBjbGFzcz1cImdvdnVrLWxpc3QgZ292dWstbGlzdC0tYnVsbGV0XCI+PGxpPnt7J2NhbGw6IDAzMDAgMzAzIDA2NDInIHwgcnB4VHJhbnNsYXRlfX08L2xpPjwvdWw+XG48aDMgY2xhc3M9XCJnb3Z1ay1oZWFkaW5nLWxcIiBpZD1cImZhbWlseS1wdWJsaWMtbGF3XCI+e3snRmFtaWx5IFB1YmxpYyBMYXcnIHwgcnB4VHJhbnNsYXRlfX08L2gzPlxuPHVsIGNsYXNzPVwiZ292dWstbGlzdCBnb3Z1ay1saXN0LS1idWxsZXRcIj48bGk+e3snY2FsbDogMDMzMCA4MDggNDQyNCcgfCBycHhUcmFuc2xhdGV9fTwvbGk+PC91bD5cbjxoMyBjbGFzcz1cImdvdnVrLWhlYWRpbmctbFwiIGlkPVwiaW1taWdyYXRpb25cIj57eydJbW1pZ3JhdGlvbiBhbmQgQXN5bHVtIENoYW1iZXInIHwgcnB4VHJhbnNsYXRlfX08L2gzPlxuPHVsIGNsYXNzPVwiZ292dWstbGlzdCBnb3Z1ay1saXN0LS1idWxsZXRcIj48bGk+e3snY2FsbDogMDMwMCAxMjMgMTcxMScgfCBycHhUcmFuc2xhdGV9fTwvbGk+PC91bD5cbjxoMyBjbGFzcz1cImdvdnVrLWhlYWRpbmctbFwiIGlkPVwiY2l2aWwtbW9uZXktY2xhaW1zXCI+e3snT25saW5lIENpdmlsIE1vbmV5IENsYWltcycgfCBycHhUcmFuc2xhdGV9fTwvaDM+XG48dWwgY2xhc3M9XCJnb3Z1ay1saXN0IGdvdnVrLWxpc3QtLWJ1bGxldFwiPjxsaT57eydjYWxsOiAwMzAwIDEyMyA3MDUwJyB8IHJweFRyYW5zbGF0ZX19PC9saT48L3VsPlxuPGgzIGNsYXNzPVwiZ292dWstaGVhZGluZy1sXCIgaWQ9XCJwcml2YXRlLWxhd1wiPnt7J1ByaXZhdGUgTGF3JyB8IHJweFRyYW5zbGF0ZX19PC9oMz5cbjx1bCBjbGFzcz1cImdvdnVrLWxpc3QgZ292dWstbGlzdC0tYnVsbGV0XCI+PGxpPnt7J2NhbGw6IDAzMDAgMzIzIDAxODUnIHwgcnB4VHJhbnNsYXRlfX08L2xpPjwvdWw+XG48aDMgY2xhc3M9XCJnb3Z1ay1oZWFkaW5nLWxcIiBpZD1cInByb2JhdGVcIj57eydQcm9iYXRlJyB8IHJweFRyYW5zbGF0ZX19PC9oMz5cbjx1bCBjbGFzcz1cImdvdnVrLWxpc3QgZ292dWstbGlzdC0tYnVsbGV0XCI+PGxpPnt7J2NhbGw6IDAzMDAgMzAzIDA2NDgnIHwgcnB4VHJhbnNsYXRlfX08L2xpPjwvdWw+XG48aDMgY2xhc3M9XCJnb3Z1ay1oZWFkaW5nLWxcIiBpZD1cInNvY2lhbC1zZWN1cml0eVwiPnt7J1NvY2lhbCBTZWN1cml0eSBhbmQgQ2hpbGQgU3VwcG9ydCcgfCBycHhUcmFuc2xhdGV9fTwvaDM+XG48dWwgY2xhc3M9XCJnb3Z1ay1saXN0IGdvdnVrLWxpc3QtLWJ1bGxldFwiPjxsaT57eydjYWxsOiAwMzAwIDEyMyAxMTQyJyB8IHJweFRyYW5zbGF0ZX19PC9saT48L3VsPlxuPHAgY2xhc3M9XCJnb3Z1ay1ib2R5XCI+e3snV2VcXCdsbCBjb25zaWRlciB5b3VyIHJlcXVlc3QgYW5kIGdldCBiYWNrIHRvIHlvdSBpbiAxMCB3b3JraW5nIGRheXMuJyB8IHJweFRyYW5zbGF0ZX19XG48L3A+XG48cCBjbGFzcz1cImdvdnVrLWJvZHlcIiAqbmdJZj1cImlzRW5kcG9pbnRNQ1wiPlxuICB7eydJZiB5b3UgYXJlIG1lbWJlciBvZiBITUNUUyBzdGFmZiBvciB0aGUgSnVkaWNpYXJ5IHNwZWFrIHRvIHlvdXIgbGluZSBtYW5hZ2VyIG9yIGVxdWl2YWxlbnQgaW4gdGhlIGZpcnN0IGluc3RhbmNlLicgfCBycHhUcmFuc2xhdGV9fTwvcD5cblxuPGgyIGNsYXNzPVwiZ292dWstaGVhZGluZy1sXCI+e3snUmVwb3J0aW5nIGFjY2Vzc2liaWxpdHkgcHJvYmxlbXMgd2l0aCB0aGlzIHdlYnNpdGUnIHwgcnB4VHJhbnNsYXRlfX08L2gyPlxuPHAgY2xhc3M9XCJnb3Z1ay1ib2R5XCI+e3snV2VcXCdyZSBhbHdheXMgbG9va2luZyB0byBpbXByb3ZlIHRoZSBhY2Nlc3NpYmlsaXR5IG9mIHRoaXMgd2Vic2l0ZS4gSWYgeW91XFwncmUgYSBsZWdhbFxuICBwcm9mZXNzaW9uYWwgYW5kIGZpbmQgYW55IHByb2JsZW1zIG5vdCBsaXN0ZWQgb24gdGhpcyBwYWdlIG9yIHRoaW5rIHdl4oCZcmUgbm90IG1lZXRpbmcgYWNjZXNzaWJpbGl0eVxuICByZXF1aXJlbWVudHMsIGNvbnRhY3Q6JyB8IHJweFRyYW5zbGF0ZX19PC9wPlxuPHVsIGNsYXNzPVwiZ292dWstbGlzdCBnb3Z1ay1saXN0LS1idWxsZXRcIj5cbiAgPGxpPlxuICAgIGVtYWlsOiA8YSBocmVmPVwibWFpbHRvOmN1c3RvbWVyLnNlcnZpY2VAanVzdGljZS5nb3YudWtcIj5jdXN0b21lci5zZXJ2aWNlJiM2NDtqdXN0aWNlLmdvdi51azwvYT5cbiAgPC9saT5cbiAgPGxpPmNhbGwgdGhlIHNlcnZpY2UgeW91IHJlcXVpcmUgYXMgbGlzdGVkIGFib3ZlLjwvbGk+XG48L3VsPlxuPHAgY2xhc3M9XCJnb3Z1ay1ib2R5XCI+e3snV2VcXCdsbCBjb25zaWRlciB5b3VyIHJlcXVlc3QgYW5kIGdldCBiYWNrIHRvIHlvdSBpbiAxMCB3b3JraW5nIGRheXMuJyB8IHJweFRyYW5zbGF0ZX19XG48cCBjbGFzcz1cImdvdnVrLWJvZHlcIj57eydJZiB5b3UgYXJlIG1lbWJlciBvZiBITUNUUyBzdGFmZiBvciB0aGUgSnVkaWNpYXJ5IHNwZWFrIHRvIHlvdXIgbGluZSBtYW5hZ2VyIG9yXG4gIGVxdWl2YWxlbnQgaW4gdGhlIGZpcnN0IGluc3RhbmNlLicgfCBycHhUcmFuc2xhdGV9fTwvcD5cblxuPGgyIGNsYXNzPVwiZ292dWstaGVhZGluZy1sXCI+e3snRW5mb3JjZW1lbnQgcHJvY2VkdXJlJyB8IHJweFRyYW5zbGF0ZX19PC9oMj5cbjxwIGNsYXNzPVwiZ292dWstYm9keVwiPnt7J1RoZSBFcXVhbGl0eSBhbmQgSHVtYW4gUmlnaHRzIENvbW1pc3Npb24gKEVIUkMpIGlzIHJlc3BvbnNpYmxlIGZvciBlbmZvcmNpbmcgdGhlIFB1YmxpY1xuICBTZWN0b3IgQm9kaWVzIChXZWJzaXRlcyBhbmQgTW9iaWxlIEFwcGxpY2F0aW9ucykgKE5vLiAyKSBBY2Nlc3NpYmlsaXR5IFJlZ3VsYXRpb25zIDIwMTggKHRoZSDigJhhY2Nlc3NpYmlsaXR5XG4gIHJlZ3VsYXRpb25z4oCZKS4nIHwgcnB4VHJhbnNsYXRlfX0gPC9wPlxuPHAgY2xhc3M9XCJnb3Z1ay1ib2R5XCI+e3snSWYgeW91XFzigJlyZSBub3QgaGFwcHkgd2l0aCBob3cgd2UgcmVzcG9uZCB0byB5b3VyIGNvbXBsYWludCwnIHwgcnB4VHJhbnNsYXRlfX1cbiAgPGEgcmVsPVwibm9vcGVuZXIgbm9yZWZlcnJlclwiIHRhcmdldD1cIl9ibGFua1wiIGhyZWY9XCJodHRwczovL3d3dy5lcXVhbGl0eWFkdmlzb3J5c2VydmljZS5jb20vXCI+e3snY29udGFjdCB0aGVcbiAgICBFcXVhbGl0eSBBZHZpc29yeSBhbmQgU3VwcG9ydCBTZXJ2aWNlIChFQVNTKS4nIHwgcnB4VHJhbnNsYXRlfX08L2E+XG48L3A+XG5cbjxoMiBjbGFzcz1cImdvdnVrLWhlYWRpbmctbFwiPnt7J1RlY2huaWNhbCBpbmZvcm1hdGlvbiBhYm91dCB0aGlzIHdlYnNpdGVcXOKAmXMgYWNjZXNzaWJpbGl0eScgfCBycHhUcmFuc2xhdGV9fTwvaDI+XG48cCBjbGFzcz1cImdvdnVrLWJvZHlcIj57eydITSBDb3VydHMgJiBUcmlidW5hbHMgU2VydmljZSBpcyBjb21taXR0ZWQgdG8gbWFraW5nIGl0cyB3ZWJzaXRlIGFjY2Vzc2libGUsIGluIGFjY29yZGFuY2Ugd2l0aCB0aGUgUHVibGljXG4gIFNlY3RvciBCb2RpZXMgKFdlYnNpdGVzIGFuZCBNb2JpbGUgQXBwbGljYXRpb25zKSAoTm8uMikgQWNjZXNzaWJpbGl0eSBSZWd1bGF0aW9ucyAyMDE4LicgfCBycHhUcmFuc2xhdGV9fTwvcD5cblxuPGgyIGNsYXNzPVwiZ292dWstaGVhZGluZy1sXCI+e3snQ29tcGxpYW5jZSBTdGF0dXMnIHwgcnB4VHJhbnNsYXRlfX08L2gyPlxuPHAgY2xhc3M9XCJnb3Z1ay1ib2R5XCI+e3snVGhpcyB3ZWJzaXRlIGlzIHBhcnRpYWxseSBjb21wbGlhbnQgd2l0aCB0aGUgJyB8IHJweFRyYW5zbGF0ZX19PGEgdGFyZ2V0PVwiX2JsYW5rXCJcbiAgICBocmVmPVwiaHR0cHM6Ly93d3cudzMub3JnL1RSL1dDQUcyMi9cIj5cbiAgICB7eydXZWIgQ29udGVudCBBY2Nlc3NpYmlsaXR5IEd1aWRlbGluZXMgdmVyc2lvbiAyLjIgJyB8IHJweFRyYW5zbGF0ZX19PC9hPlxuICB7eyd0byBBQSBzdGFuZGFyZCwgZHVlIHRvIHRoZSBub24tY29tcGxpYW5jZXMgbGlzdGVkIGJlbG93LicgfCBycHhUcmFuc2xhdGV9fVxuPC9wPlxuXG48aDIgY2xhc3M9XCJnb3Z1ay1oZWFkaW5nLWxcIj57eydOb24tYWNjZXNzaWJsZSBjb250ZW50JyB8IHJweFRyYW5zbGF0ZX19PC9oMj5cbjxwIGNsYXNzPVwiZ292dWstYm9keVwiPnt7J1RoZSBjb250ZW50IGxpc3RlZCBiZWxvdyBpcyBub24tY29tcGxpYW50IGZvciB0aGUgZm9sbG93aW5nIHJlYXNvbnMuJyB8IHJweFRyYW5zbGF0ZX19XG48L3A+XG48aDIgY2xhc3M9XCJnb3Z1ay1oZWFkaW5nLWxcIj57eydOb24tYWNjZXNzaWJsZSBjb250ZW50JyB8IHJweFRyYW5zbGF0ZX19PC9oMj5cbjxoMyBjbGFzcz1cImdvdnVrLWhlYWRpbmctbFwiPnt7J05vbi1jb21wbGlhbmNlIHdpdGggdGhlIGFjY2Vzc2liaWxpdHkgcmVndWxhdGlvbnMnIHwgcnB4VHJhbnNsYXRlfX08L2gzPlxuPHAgY2xhc3M9XCJnb3Z1ay1ib2R5XCI+e3snVGhlIGNvbnRlbnQgbGlzdGVkIGJlbG93IGlzIG5vbi1jb21wbGlhbnQgZm9yIHRoZSBmb2xsb3dpbmcgcmVhc29ucy4nIHwgcnB4VHJhbnNsYXRlfX08L3A+XG48cCBjbGFzcz1cImdvdnVrLWJvZHlcIj48c3BhbiBjbGFzcz1cImdvdnVrLSEtZm9udC13ZWlnaHQtYm9sZFwiPnt7J1RoZXJlIHdlcmUgbmF2aWdhdGlvbiBsaXN0cyBwcmVzZW50IHRoYXQgd2VyZSBub3QgbWFya2VkIHVwIGNvcnJlY3RseSBhbmQgc28gYXNzaXN0aXZlIHRlY2hub2xvZ3kgbWF5XG4gIGhhdmUgZGlmZmljdWx0eSByZWFkaW5nIHRoZSBjb250ZW50LicgfCBycHhUcmFuc2xhdGV9fTwvc3Bhbj57eycgVGhpcyBmYWlscyBXQ0FHIHYyLjIsIDEuMy4xIEluZm8gYW5kIFJlbGF0aW9uc2hpcHMgKExldmVsIEEpIGFuZCA0LjEuMiBOYW1lLCBSb2xlLCBWYWx1ZSAoTGV2ZWwgQSkuJyB8IHJweFRyYW5zbGF0ZX19XG48L3A+XG48cCBjbGFzcz1cImdvdnVrLWJvZHlcIj48c3BhbiBjbGFzcz1cImdvdnVrLSEtZm9udC13ZWlnaHQtYm9sZFwiPnt7J0ZvciBzY3JlZW4gcmVhZGVyIHVzZXJzLCBpdCB3aWxsIGJlIGRpZmZpY3VsdCBmb3IgdGhlIHVzZXIgdG8gZGlzdGluZ3Vpc2ggd2hpY2ggZm9ybVxuICBlbGVtZW50cyBhcmUgcmVsYXRlZCB0byBlYWNoIGRvY3VtZW50IGFzIHRoZXkgZG9u4oCZdCBoYXZlIGEgc2hhcmVkIG9yIGNvbW1vbiBsYWJlbC4nIHwgcnB4VHJhbnNsYXRlfX08L3NwYW4+e3snIFRoaXMgZmFpbHMgV0NBR1xuICB2Mi4yLMKgMS4zLjEgSW5mbyBhbmQgUmVsYXRpb25zaGlwcyAoTGV2ZWwgQSkgYW5kIDMuMy4yIExhYmVscyBvciBJbnN0cnVjdGlvbnMgKExldmVsIEEpLicgfCBycHhUcmFuc2xhdGV9fVxuPC9wPlxuPHAgY2xhc3M9XCJnb3Z1ay1ib2R5XCI+XG4gIDxzcGFuIGNsYXNzPVwiZ292dWstIS1mb250LXdlaWdodC1ib2xkXCI+e3snTGlua3Mgd2VyZSBmb3VuZCB0aGF0IGRpZCBub3QgaGF2ZSBhIGRpc3RpbmN0IG1lYW5pbmcgd2hpY2ggY291bGQgbWVhbiB0aGF0IHNjcmVlbiByZWFkZXIgdXNlcnMgbWF5IGJlXG4gIHVuYWJsZSB0byBkZXRlcm1pbmUgdGhlaXIgcHVycG9zZS4nIHwgcnB4VHJhbnNsYXRlfX08L3NwYW4+e3snIFRoaXMgZmFpbHMgV0NBRyB2Mi4yLCAyLjQuNCBMaW5rIFB1cnBvc2UgKEluIENvbnRleHQpIChMZXZlbCBBKSBhbmQgMi40LjlcbiAgTGluayBQdXJwb3NlIChMaW5rIE9ubHkpIChMZXZlbCBBQUEpLicgfCBycHhUcmFuc2xhdGV9fTwvcD5cbjxwIGNsYXNzPVwiZ292dWstYm9keVwiPjxzcGFuIGNsYXNzPVwiZ292dWstIS1mb250LXdlaWdodC1ib2xkXCI+e3snQSBzdHJpbmcgb2YgdGV4dCB0aGF0IHZpc3VhbGx5IG5hbWVkIGFuIGVsZW1lbnQgd2FzIG5vdCBwYXJ0IG9mIHRoZSBwcm9ncmFtbWF0aWMgYWNjZXNzaWJsZVxuICBuYW1lLiBXaGVuIHVzaW5nIGFzc2lzdGl2ZSB0ZWNobm9sb2d5LCBpdCBtYXkgYmUgcHJvYmxlbWF0aWMgZm9yIHRoZSB1c2VyIHRvIGludGVyYWN0IHdpdGggdGhlIGVsZW1lbnQgdXNpbmcgdGhlaXJcbiAgdm9pY2UuJyB8IHJweFRyYW5zbGF0ZX19PC9zcGFuPnt7JyBUaGlzIGZhaWxzIFdDQUcgdjIuMiwgMi41LjMgTGFiZWwgaW4gTmFtZSAoTGV2ZWwgQSkuICcgfCBycHhUcmFuc2xhdGV9fTwvcD5cbjxwIGNsYXNzPVwiZ292dWstYm9keVwiPjxzcGFuIGNsYXNzPVwiZ292dWstIS1mb250LXdlaWdodC1ib2xkXCI+e3snQSBzdWJtaXQgYnV0dG9uIGlzIG5vdCBwcm92aWRlZCBmb3IgYSB0ZXh0IGlucHV0IGVsZW1lbnQgc28gZW50ZXJpbmcgdGV4dCBpbnRvIHRoZSBpbnB1dCB1c2VkXG4gIHRvIHNlYXJjaCBkb2N1bWVudHMgY2F1c2VzIHRoZSBkb2N1bWVudHMgY29udGV4dCB0byBjaGFuZ2UgYXV0b21hdGljYWxseSwgd2hpY2ggY2FuIGJlIGRpc3J1cHRpdmUgZm9yIGFzc2lzdGl2ZVxuICB0ZWNobm9sb2d5IHVzZXJzLicgfCBycHhUcmFuc2xhdGV9fTwvc3Bhbj57eycgVGhpcyBmYWlscyBXQ0FHIHYyLjIsIDMuMi4yIE9uIElucHV0IChMZXZlbCBBKS4gJyB8IHJweFRyYW5zbGF0ZX19PC9wPlxuPHAgY2xhc3M9XCJnb3Z1ay1ib2R5XCI+PHNwYW4gY2xhc3M9XCJnb3Z1ay0hLWZvbnQtd2VpZ2h0LWJvbGRcIj57eydWaXN1YWwgaGVhZGluZ3Mgd2VyZSBmb3VuZCwgYnV0IHRoZXkgd2VyZSBub3QgbWFya2VkIHVwIHdpdGggYSBzZW1hbnRpYyBoZWFkaW5nIHRhZy4gVXNpbmcgQXNzaXN0aXZlXG4gIHRlY2hub2xvZ3ksIGEgc2NyZWVuIHJlYWRlciB1c2VyIG1heSBub3QgYmUgYXdhcmUgdGhhdCB0aGUgdGV4dCBpcyBhIGhlYWRpbmcsIHdoaWNoIG1lYW5zIHRoZXkgbWF5IHN0cnVnZ2xlIHRvIG5hdmlnYXRlXG4gIHVzaW5nIGhlYWRpbmdzIGFuZCB1bmRlcnN0YW5kIHRoZSBjb3JyZWN0IGhpZXJhcmNoeSBvZiB0aGUgY29udGVudC4nIHwgcnB4VHJhbnNsYXRlfX08L3NwYW4+e3snIFRoaXMgZmFpbHMgV0NBRyB2Mi4yLCAxLjMuMSBJbmZvIGFuZCBSZWxhdGlvbnNoaXBzIChMZXZlbCBBKS4nIHwgcnB4VHJhbnNsYXRlfX08L3A+XG48cCBjbGFzcz1cImdvdnVrLWJvZHlcIj48c3BhbiBjbGFzcz1cImdvdnVrLSEtZm9udC13ZWlnaHQtYm9sZFwiPnt7J0FjdGl2ZSBlbGVtZW50cyBhcmUgbmVzdGVkIHdoaWNoIGNhbiBjYXVzZSByYW5kb20gcmVzdWx0cyBmcm9tIGFzc2lzdGl2ZSB0ZWNobm9sb2d5LlxuICBUaGlzIG1lYW5zIHVzZXJzIG1pZ2h0IGJlIHVuYWJsZSB0byBhY2N1cmF0ZWx5IGludGVyYWN0IHdpdGggdGhlIGNvbnRlbnQgb3IgdGhleSBjb3VsZCBiZSBtaXNzaW5nIGNvbnRlbnQuXG4gICcgfCBycHhUcmFuc2xhdGV9fTwvc3Bhbj57eycgVGhpcyBmYWlscyBXQ0FHIHYyLjIsIDQuMS4yIE5hbWUsIFJvbGUsIFZhbHVlIChMZXZlbCBBKS4nIHwgcnB4VHJhbnNsYXRlfX08L3A+XG48cCBjbGFzcz1cImdvdnVrLWJvZHlcIj48c3BhbiBjbGFzcz1cImdvdnVrLSEtZm9udC13ZWlnaHQtYm9sZFwiPnt7J1RoZSBzdGF0ZSBvZiBjb250ZW50IHRoYXQgY2FuIGJlIGV4cGFuZGVkIG9yIGNvbGxhcHNlZCBpcyBub3QgYW5ub3VuY2VkIG9yIG5vdCBjb3JyZWN0bHkgYW5ub3VuY2VkIHRvIHNjcmVlbiByZWFkZXIgdXNlcnMsXG4gIHRoaXMgbWVhbnMgc2NyZWVuIHJlYWRpbmcgc29mdHdhcmUgd2lsbCBvbmx5IGFubm91bmNlIGEgY29sbGFwc2VkIHN0YXRlLicgfCBycHhUcmFuc2xhdGV9fTwvc3Bhbj57eycgVGhpcyBmYWlscyBXQ0FHIHYyLjIsIDQuMS4yIE5hbWUsIFJvbGUsIFZhbHVlIChMZXZlbCBBKS4nIHwgcnB4VHJhbnNsYXRlfX08L3A+XG48cCBjbGFzcz1cImdvdnVrLWJvZHlcIj48c3BhbiBjbGFzcz1cImdvdnVrLSEtZm9udC13ZWlnaHQtYm9sZFwiPnt7J0FzdGVyaXNrcyBhcmUgdXNlZCB0byBkZW5vdGUgYSByZXF1aXJlZCBmaWVsZC4gVGhlIGFzdGVyaXNrIGlzIG5vdCBjbGVhcmx5IGNvbW11bmljYXRlZCB0byBlbmFibGUgYSB1c2VyIHRvIHVuZGVyc3RhbmRcbiAgdGhhdCBpdCBkZW5vdGVzIGEgcmVxdWlyZWQgZmllbGQuJyB8IHJweFRyYW5zbGF0ZX19PC9zcGFuPnt7JyBUaGlzIGZhaWxzIFdDQUcgdjIuMiwgMS4zLjEgSW5mbyBhbmQgUmVsYXRpb25zaGlwcyAoTGV2ZWwgQSkgYW5kIDMuMy4yIExhYmVscyBvciBJbnN0cnVjdGlvbnMgKExldmVsIEEpLicgfCBycHhUcmFuc2xhdGV9fTwvcD5cbjxwIGNsYXNzPVwiZ292dWstYm9keVwiPjxzcGFuIGNsYXNzPVwiZ292dWstIS1mb250LXdlaWdodC1ib2xkXCI+e3snU29tZSBoZWFkaW5ncyBhcmUgY29udGFpbmVkIHdpdGhpbiBhIGRlc2NyaXB0aW9uIGxpc3Qgd2hpY2ggbWF5IGNhdXNlIHNvbWUgY29uZnVzaW9uIHRvIGEgc2NyZWVuIHJlYWRlciB1c2VyLlxuICAnIHwgcnB4VHJhbnNsYXRlfX08L3NwYW4+e3snIFRoaXMgZmFpbHMgV0NBRyB2Mi4yLCAxLjMuMSBJbmZvIGFuZCBSZWxhdGlvbnNoaXBzIChMZXZlbCBBKS4nIHwgcnB4VHJhbnNsYXRlfX08L3A+XG48cCBjbGFzcz1cImdvdnVrLWJvZHlcIj48c3BhbiBjbGFzcz1cImdvdnVrLSEtZm9udC13ZWlnaHQtYm9sZFwiPnt7J1doZW4gYSB1c2VyIGNob29zZXMgYW4gb3B0aW9uIGZyb20gYSBzZWFyY2ggZmllbGQsIHRoZSBjaG9zZW4gb3B0aW9uIHdpbGwgYmUgYWRkZWQgdG8gdGhlIHNlcnZpY2Ugd2VicGFnZS5cbiAgVXNlcnMgY2FuIHJlbW92ZSB0aGUgb3B0aW9ucyBieSBhY3RpdmF0aW5nIGFuIGludGVyYWN0aXZlIGVsZW1lbnQuIFdoZW4gdXNpbmcgYXNzaXN0aXZlIHRlY2hub2xvZ3kgdGhlIHVzZXIgbWF5IG5vdCBrbm93IHRoYXQgdGhlIG5ldyBpbnRlcmFjdGl2ZVxuICBlbGVtZW50IGlzIHVzZWQgdG8gcmVtb3ZlIHRoZSBhZGRlZCBvcHRpb24gYXMgaXQgZG9lcyBub3QgaGF2ZSBhIGRlc2NyaXB0aXZlIGFsdGVybmF0aXZlLicgfCBycHhUcmFuc2xhdGV9fTwvc3Bhbj57eycgVGhpcyBmYWlscyBXQ0FHIHYyLjIgMS4zLjEgSW5mbyBhbmQgUmVsYXRpb25zaGlwcyAoTGV2ZWwgQSkuJyB8IHJweFRyYW5zbGF0ZX19PC9wPlxuPHAgY2xhc3M9XCJnb3Z1ay1ib2R5XCI+PHNwYW4gY2xhc3M9XCJnb3Z1ay0hLWZvbnQtd2VpZ2h0LWJvbGRcIj57eydUeXBpbmcgaW50byB0aGUgdGV4dCBpbnB1dCBjYXVzZXMgYSBsaXN0IGJveCB0byBhcHBlYXIgYW5kIHNob3cgb3B0aW9ucyB0aGF0IHRoZSB1c2VyIGNhbiBjaG9vc2UgZnJvbS4gSWYgdGhlIHVzZXIgaXMgdXNpbmcga2V5Ym9hcmQgaW5wdXRzIHRvIG5hdmlnYXRlXG4gIHRoZSBzZXJ2aWNlIHdlYnBhZ2UsIHRoZSB1c2VyIHdpbGwgaGF2ZSBkaWZmaWN1bHRpZXMgc2VsZWN0aW5nIGFuIG9wdGlvbi4nIHwgcnB4VHJhbnNsYXRlfX08L3NwYW4+e3snIFRoaXMgZmFpbHMgV0NBRyB2Mi4yLCAyLjEuMSBLZXlib2FyZCAoTGV2ZWwgQSkgYW5kIDIuMS4zIEtleWJvYXJkXG4gIChObyBFeGNlcHRpb24pIChMZXZlbCBBQUEpLicgfCBycHhUcmFuc2xhdGV9fTwvcD5cbjxwIGNsYXNzPVwiZ292dWstYm9keVwiPjxzcGFuIGNsYXNzPVwiZ292dWstIS1mb250LXdlaWdodC1ib2xkXCI+e3snVXNpbmcgbW91c2UgaW5wdXRzIHRvIGFjdGl2YXRlIHRoZSB0YWIgZWxlbWVudHMgd2lsbCBjYXVzZSB0aGUgc2VydmljZSB3ZWJwYWdlIGNvbnRlbnRzIHRvIGNoYW5nZS5cbiAgSXQgaXMgbm90IHBvc3NpYmxlIGZvciBhIGtleWJvYXJkLW9ubHkgdXNlciB0byBuYXZpZ2F0ZSBvciBhY3RpdmF0ZSB0aGUgdGFicy4nIHwgcnB4VHJhbnNsYXRlfX08L3NwYW4+e3snIFRoaXMgZmFpbHMgV0NBRyB2Mi4yLCAxLjMuMSBJbmZvIGFuZCBSZWxhdGlvbnNoaXBzIChMZXZlbCBBKSxcbiAgMi4xLjEgS2V5Ym9hcmQgKExldmVsIEEpLCA0LjEuMiBOYW1lLCBSb2xlLCBWYWx1ZSBMZXZlbCAoQSkgYW5kIDIuMS4zIEtleWJvYXJkIChObyBFeGNlcHRpb24pIChMZXZlbCBBQUEpLicgfCBycHhUcmFuc2xhdGV9fTwvcD5cbjxwIGNsYXNzPVwiZ292dWstYm9keVwiPjxzcGFuIGNsYXNzPVwiZ292dWstIS1mb250LXdlaWdodC1ib2xkXCI+e3snSGVhZGluZ3Mgb24gdGhlIHBhZ2Ugd2VyZSBmb3VuZCB0byBub3QgZm9sbG93IGEgaGllcmFyY2hpY2FsIGhlYWRpbmcgc3RydWN0dXJlIHdoaWNoIG1lYW5zIGFzc2lzdGl2ZSB0ZWNobm9sb2d5IG1heVxuICBzdHJ1Z2dsZSB0byBjb21tdW5pY2F0ZSBhIGxvZ2ljYWwgaGVhZGluZyBvcmRlciB0byB0aGUgdXNlci4nIHwgcnB4VHJhbnNsYXRlfX08L3NwYW4+e3snIFRoaXMgZmFpbHMgV0NBRyB2Mi4yLCAxLjMuMSBJbmZvIGFuZCBSZWxhdGlvbnNoaXBzIChMZXZlbCBBKS4nIHwgcnB4VHJhbnNsYXRlfX08L3A+XG48cCBjbGFzcz1cImdvdnVrLWJvZHlcIj48c3BhbiBjbGFzcz1cImdvdnVrLSEtZm9udC13ZWlnaHQtYm9sZFwiPnt7J1NvbWUgaW1hZ2VzIHdlcmUgZGVjb3JhdGl2ZSBidXQgdGhlIGRlc2NyaXB0aW9ucyB3ZXJlIG5vdCBhY2N1cmF0ZSBmb3IgYXNzaXN0aXZlIHRlY2hub2xvZ3kgdXNlcnMuXG4gICcgfCBycHhUcmFuc2xhdGV9fTwvc3Bhbj57eycgVGhpcyBmYWlscyBXQ0FHIHYyLjIgMS4xLjEgTm9uLXRleHQgQ29udGVudCAoTGV2ZWwgQSkuJyB8IHJweFRyYW5zbGF0ZX19PC9wPlxuPHAgY2xhc3M9XCJnb3Z1ay1ib2R5XCI+PHNwYW4gY2xhc3M9XCJnb3Z1ay0hLWZvbnQtd2VpZ2h0LWJvbGRcIj57eydFbGVtZW50cyBhcmUgcHJlc2VudCB0aGF0IGRvIG5vdCBjb250YWluIGEgZGVzY3JpcHRpdmUgbmFtZSBvciBsYWJlbCBmb3IgdXNlcnMuIEFzc2lzdGl2ZSB0ZWNobm9sb2d5IHVzZXJzIG1heSBub3QgYmUgYWJsZVxuICB0byBhY2N1cmF0ZWx5IGlkZW50aWZ5IHRoZWlyIGRpZmZlcmVuY2VzLicgfCBycHhUcmFuc2xhdGV9fTwvc3Bhbj57eycgVGhpcyBmYWlscyBXQ0FHIHYyLjIsIDIuNC42IEhlYWRpbmdzIGFuZCBMYWJlbHMgKExldmVsIEFBKS4nIHwgcnB4VHJhbnNsYXRlfX08L3A+XG48cCBjbGFzcz1cImdvdnVrLWJvZHlcIj48c3BhbiBjbGFzcz1cImdvdnVrLSEtZm9udC13ZWlnaHQtYm9sZFwiPnt7J0Fzc2lzdGl2ZSB0ZWNobm9sb2d5IGRvZXMgbm90IGFubm91bmNlIHRoZSBpbXBvcnRhbnQgbWVzc2FnZXMgc2hvd24gaWYgdGhlcmUgYXJlIG5vIHJlc3VsdHMgYW5kIHRoaXMgbWVhbnMgdGhhdCBhIHNjcmVlblxuICByZWFkZXIgdXNlciBtaWdodCBub3Qga25vdyB0aGF0IHRoZXJlIGFyZSBubyByZXN1bHRzIGF2YWlsYWJsZS4nIHwgcnB4VHJhbnNsYXRlfX08L3NwYW4+e3snIFRoaXMgZmFpbHMgV0NBRyB2Mi4yLCA0LjEuMyBTdGF0dXMgTWVzc2FnZXMgKExldmVsIEFBKS4nIHwgcnB4VHJhbnNsYXRlfX08L3A+XG48cCBjbGFzcz1cImdvdnVrLWJvZHlcIj48c3BhbiBjbGFzcz1cImdvdnVrLSEtZm9udC13ZWlnaHQtYm9sZFwiPnt7J1NvbWUgb2YgdGhlIGNvbG91ciBjb21iaW5hdGlvbnMgZm91bmQgb24gdGhlIHdlYnNpdGUgYXJlIGxvdyBjb250cmFzdCBhbmQgYXJlIGxpa2VseVxuICB0byBiZSBkaWZmaWN1bHQgZm9yIHBlb3BsZSB3aXRoIGxvdyB2aXNpb24gdG8gZGlzdGluZ3Vpc2guJyB8IHJweFRyYW5zbGF0ZX19PC9zcGFuPnt7JyBUaGlzIGZhaWxzIFdDQUcgdjIuMiwgMS40LjExIE5vbi10ZXh0IENvbnRyYXN0XG4gIChMZXZlbCBBQSkuJyB8IHJweFRyYW5zbGF0ZX19PC9wPlxuPHAgY2xhc3M9XCJnb3Z1ay1ib2R5XCI+PHNwYW4gY2xhc3M9XCJnb3Z1ay0hLWZvbnQtd2VpZ2h0LWJvbGRcIj57eydDb250ZW50IGlzIGxvc3Qgb3Igb2JzY3VyZWQgb24gdGhlIHBhZ2Ugd2hlbiB0aGUgYnJvd3NlciBkaW1lbnNpb25zIGFyZSBzZXQgdG8gMTI4MCB4XG4gIDEwMjQgYW5kIG1hZ25pZmllZCB0byA0MDAuIFRoZSB1c2VyIHdpbGwgbmVlZCB0byBtb2RpZnkgdGhlaXIgc2V0dGluZ3MgYW5kIHRoaXMgY291bGQgbWFrZSBpdCBkaWZmaWN1bHQgdG9cbiAgcmVhZCB0aGUgc2VydmljZSB3ZWJwYWdlLicgfCBycHhUcmFuc2xhdGV9fTwvc3Bhbj57eycgVGhpcyBmYWlscyBXQ0FHIHYyLjIsIDEuNC4xMCBSZWZsb3cgKExldmVsIEFBKS4nIHwgcnB4VHJhbnNsYXRlfX08L3A+XG48cCBjbGFzcz1cImdvdnVrLWJvZHlcIj48c3BhbiBjbGFzcz1cImdvdnVrLSEtZm9udC13ZWlnaHQtYm9sZFwiPnt7J1RleHQgb24gdGhlIHdlYnNpdGUgY2Fubm90IGJlIHJlc2l6ZWQgdG8gMjAwJSB3aXRob3V0IGxvc3Mgb2YgY29udGVudC8gZnVuY3Rpb25hbGl0eS5cbiAgJyB8IHJweFRyYW5zbGF0ZX19PC9zcGFuPnt7JyBUaGlzIGZhaWxzIFdDQUcgdjIuMiwgMS40LjQgUmVzaXplIHRleHQgKExldmVsIEFBKS4nIHwgcnB4VHJhbnNsYXRlfX08L3A+XG48cCBjbGFzcz1cImdvdnVrLWJvZHlcIj48c3BhbiBjbGFzcz1cImdvdnVrLSEtZm9udC13ZWlnaHQtYm9sZFwiPnt7J1NvbWUgb2YgdGhlIHRleHQgY29sb3VyIGNvbWJpbmF0aW9ucyBmb3VuZCBvbiB0aGUgc2l0ZSBkbyBub3QgbWVldCBjb250cmFzdCBndWlkZWxpbmVzLlxuICBUaGUgY2hhbmdlIGluIGNvbG91ciBtYXkgbWFrZSBpdCBkaWZmaWN1bHQgZm9yIHRoZSB1c2VyIHRvIHJlYWQgdGhlIHRleHQgYXMgdGhlIGNvbnRyYXN0IGlzIGxlc3MgdGhhbiB0aGVcbiAgbWluaW11bSByZXF1aXJlZC4nIHwgcnB4VHJhbnNsYXRlfX08L3NwYW4+e3snIFRoaXMgZmFpbHMgV0NBRyB2Mi4yLCAxLjQuMyBDb250cmFzdCAoTWluaW11bSkgKExldmVsIEFBKSBhbmQgMS40LjYgQ29udHJhc3QgKEVuaGFuY2VkKVxuICAoTGV2ZWwgQUFBKS4gJyB8IHJweFRyYW5zbGF0ZX19PC9wPlxuPHAgY2xhc3M9XCJnb3Z1ay1ib2R5XCI+PHNwYW4gY2xhc3M9XCJnb3Z1ay0hLWZvbnQtd2VpZ2h0LWJvbGRcIj57eydNb2RpZnlpbmcgdGhlIHRleHQgc3BhY2luZyB0byBtYWtlIHRoZSB0ZXh0IGVhc2llciB0byByZWFkIHdpbGwgY2F1c2UgdGhlIOKAmFpvb20gaW7igJlcbiAgYnV0dG9uIHRvIGJlIG9ic2N1cmVkLiBUaGUgdXNlciB3aWxsIG5lZWQgdG8gY2hhbmdlIHRoZWlyIHNldHRpbmdzIGFuZCB0aGlzIGNvdWxkIG1ha2UgdGhlIHRleHQgZGlmZmljdWx0IHRvXG4gIHJlYWQuJyB8IHJweFRyYW5zbGF0ZX19PC9zcGFuPnt7JyBUaGlzIGZhaWxzIFdDQUcgdjIuMiwgMS40LjEyIFRleHQgU3BhY2luZyAoTGV2ZWwgQUEpLicgfCBycHhUcmFuc2xhdGV9fTwvcD5cbjxwIGNsYXNzPVwiZ292dWstYm9keVwiPjxzcGFuIGNsYXNzPVwiZ292dWstIS1mb250LXdlaWdodC1ib2xkXCI+e3snQWJicmV2aWF0aW9ucyBhcmUgbm90IGV4cGFuZGVkIGluIHRoZSBmaXJzdCBpbnN0YW5jZSBvciBleHBsYWluZWQgYW5kIG1heSBiZSBkaWZmaWN1bHRcbiAgZm9yIHVzZXJzIHdpdGggY29nbml0aXZlIGltcGFpcm1lbnRzIHRvIHVuZGVyc3RhbmQuJyB8IHJweFRyYW5zbGF0ZX19PC9zcGFuPnt7JyBUaGlzIGZhaWxzIFdDQUcgdjIuMiAzLjEuNCBBYmJyZXZpYXRpb25zIChMZXZlbCBBQUEpLiAnIHxcbiAgcnB4VHJhbnNsYXRlfX08L3A+XG48cCBjbGFzcz1cImdvdnVrLWJvZHlcIj48c3BhbiBjbGFzcz1cImdvdnVrLSEtZm9udC13ZWlnaHQtYm9sZFwiPnt7J1RoZXJlIGFyZSBlbGVtZW50cyB3aGljaCBvcGVuIGluIGEgbmV3IHdpbmRvdyB3aXRob3V0IGluZm9ybWluZyB0aGUgdXNlcnMgZmlyc3QuIElmIHRoZVxuICB1c2VyIGlzIG5vdCBhd2FyZSBhIG5ldyB3aW5kb3cvIHRhYiB3aWxsIG9wZW4sIHRoZSB1c2VyIG1heSBiZSBkaXNvcmllbnRlZCBhbmQgaGF2ZSBkaWZmaWN1bHRpZXMgcmV0dXJuaW5nIHRvXG4gIHRoZSBwcmV2aW91cyBwYWdlLicgfCBycHhUcmFuc2xhdGV9fTwvc3Bhbj57eycgVGhpcyBmYWlscyBXQ0FHIHYyLjIgMy4yLjUgQ2hhbmdlIG9uIFJlcXVlc3QgKExldmVsIEFBQSkuJyB8IHJweFRyYW5zbGF0ZX19XG48L3A+XG48cCBjbGFzcz1cImdvdnVrLWJvZHlcIj48c3BhbiBjbGFzcz1cImdvdnVrLSEtZm9udC13ZWlnaHQtYm9sZFwiPnt7J1NvbWUgbGlua3Mgd2VyZSBub3QgZGVzY3JpcHRpdmUgZW5vdWdoIGZvciBBc3Npc3RpdmUgdGVjaG5vbG9neSB0byBjb252ZXkgdGhlIGNvbnRleHRcbiAgdG8gdGhlIHVzZXIuJyB8IHJweFRyYW5zbGF0ZX19PC9zcGFuPnt7JyBUaGlzIGZhaWxzIFdDQUcgdjIuMiAyLjQuOSBMaW5rIFB1cnBvc2UgKExpbmsgT25seSkgKExldmVsIEFBQSkuJyB8IHJweFRyYW5zbGF0ZX19PC9wPlxuPHAgY2xhc3M9XCJnb3Z1ay1ib2R5XCI+PHNwYW4gY2xhc3M9XCJnb3Z1ay0hLWZvbnQtd2VpZ2h0LWJvbGRcIj57eydUZXh0IGNvbG91ciBjb21iaW5hdGlvbnMgZm91bmQgb24gdGhlIHNlcnZpY2UgZG8gbm90IG1lZXQgZW5oYW5jZWQgY29udHJhc3RzIGFuZCBhcmVcbiAgbGlrZWx5IHRvIGJlIGRpZmZpY3VsdCBmb3IgcGVvcGxlIHdpdGggdmlzaW9uIGNvbG91ciBkZWZpY2llbmNpZXMgdG8gcmVhZC4nIHwgcnB4VHJhbnNsYXRlfX08L3NwYW4+e3snIFRoaXMgZmFpbHMgV0NBRyB2Mi4yLCAxLjQuNlxuICBDb250cmFzdCAoRW5oYW5jZWQpIChMZXZlbCBBQUEpLicgfCBycHhUcmFuc2xhdGV9fTwvcD5cblxuPG5nLWNvbnRhaW5lcj5cbiAgPGgzIGNsYXNzPVwiZ292dWstaGVhZGluZy1tXCI+e3snRGlzcHJvcG9ydGlvbmF0ZSBidXJkZW4gb24gYWNjZXNzaWJpbGl0eSByZWd1bGF0aW9ucycgfCBycHhUcmFuc2xhdGV9fTwvaDM+XG4gIDxwIGNsYXNzPVwiZ292dWstYm9keVwiPnt7J1RoZXJlIGFyZSBhcmVhcyB3aGljaCBoYXZlIGJlZW4gY2xhc3NpZmllZCBhcyBkaXNwcm9wb3J0aW9uYXRlIGJ1cmRlbi4nIHwgcnB4VHJhbnNsYXRlfX08L3A+XG4gIDx1bCBjbGFzcz1cImdvdnVrLWxpc3QgZ292dWstbGlzdC0tYnVsbGV0XCI+XG4gICAgPGxpPnt7J1dlIGhhdmUgaWRlbnRpZmllZCBzb21lIGlzc3VlcyB3aGljaCB3ZSBiZWxpZXZlIHRvIGNvbnN0aXR1dGUgYSBkaXNwcm9wb3J0aW9uYXRlIGJ1cmRlbi4gT25lIGlzc3VlIGlzIGFyb3VuZCBtb2JpbGUgdmlldyBzdXBwb3J0IGFuZCBhbm90aGVyIGlzXG4gICAgICBhcm91bmQgaGF2aW5nIG11bHRpcGxlIHdheXMgdG8gbmF2aWdhdGUgdGhlIHNlcnZpY2UuIEJvdGggaXNzdWVzIHN0ZW0gZnJvbSBidXNpbmVzcyBkZWNpc2lvbnMgdGFrZW4gYXQgdGhlIHZlcnkgYmVnaW5uaW5nIG9mIHRoZSBkZXZlbG9wbWVudCBwcm9jZXNzXG4gICAgICBmb3IgRXhwZXJ0IFVJLCBhIHRvb2wgZm9yIHByb2Zlc3Npb25hbCB1c2Vycy4gV2Uga25vdyBmcm9tIEdvb2dsZSBBbmFseXRpY3Mgc3RhdHMgdGhhdCB0aGVyZSBhcmUgdmVyeSBsb3cgbnVtYmVycyBvZiB1c2VycyBhdHRlbXB0aW5nIHRvIHVzZSBNYW5hZ2UgQ2FzZSBmcm9tIG1vYmlsZSBwaG9uZXMuXG4gICAgICBUbyByZXNvbHZlIGJvdGggaXNzdWVzIHdvdWxkIHRha2UgYSBzdWJzdGFudGlhbCBVSSBkZXNpZ24gZWZmb3J0IHRvIGJ1aWxkIGEgbmV3IFVJIGNvbmNlcHQsIGEgbGFyZ2UgdGVjaG5pY2FsIGRlc2lnbiBlZmZvcnQgdG8gY3JlYXRlIGFuZCBhIHZhc3RcbiAgICAgIGRldmVsb3BtZW50IGVmZm9ydCB0byBpbXBsZW1lbnQgYW5kIHRlc3QgdGhlIHNvbHV0aW9uLCBhbmQgZm9yIHRoZXNlIHJlYXNvbnMgd2UgdGhpbmsgZGlzcHJvcG9ydGlvbmF0ZSBidXJkZW4gaXMgcmVsZXZhbnQuICcgfCBycHhUcmFuc2xhdGV9fTwvbGk+XG4gIDwvdWw+XG4gIDxwIGNsYXNzPVwiZ292dWstYm9keVwiPnt7ICdBIGZ1cnRoZXIgcmV2aWV3IHdpbGwgdGFrZSBwbGFjZSBpbiAxMiBtb250aHMgdG8gcmV2aWV3IHRoZSBjdXJyZW50IHBvc2l0aW9uJyB8IHJweFRyYW5zbGF0ZX19PC9wPlxuPC9uZy1jb250YWluZXI+XG5cbjxoMyBjbGFzcz1cImdvdnVrLWhlYWRpbmctbVwiPnt7J0NvbnRlbnQgdGhhdOKAmXMgbm90IHdpdGhpbiB0aGUgc2NvcGUgb2YgdGhlIGFjY2Vzc2liaWxpdHkgcmVndWxhdGlvbnMnIHwgcnB4VHJhbnNsYXRlIH19PC9oMz5cbjxwIGNsYXNzPVwiZ292dWstYm9keVwiPnt7J1BERnMgYW5kIG90aGVyIGRvY3VtZW50cycgfCBycHhUcmFuc2xhdGV9fTwvcD5cbjxwIGNsYXNzPVwiZ292dWstYm9keVwiPnt7J1RoZSBhY2Nlc3NpYmlsaXR5IHJlZ3VsYXRpb25zIGRvIG5vdCByZXF1aXJlIHVzIHRvIGZpeCBQREZzIG9yIG90aGVyIGRvY3VtZW50c1xuICBwdWJsaXNoZWQgYmVmb3JlIDIzIFNlcHRlbWJlciAyMDE4IGlmIHRoZXnigJlyZSBub3QgZXNzZW50aWFsIHRvIHByb3ZpZGluZyBvdXIgc2VydmljZXMuJyB8IHJweFRyYW5zbGF0ZX19PC9wPlxuPHAgY2xhc3M9XCJnb3Z1ay1ib2R5XCI+e3snQW55IG5ldyBQREZzIG9yIFdvcmQgZG9jdW1lbnRzIHdlIHB1Ymxpc2ggd2lsbCBtZWV0IGFjY2Vzc2liaWxpdHkgc3RhbmRhcmRzLicgfFxuICBycHhUcmFuc2xhdGV9fTwvcD5cblxuPGgyIGNsYXNzPVwiZ292dWstaGVhZGluZy1sXCI+e3snV2hhdCB3ZVxc4oCZcmUgZG9pbmcgdG8gaW1wcm92ZSBhY2Nlc3NpYmlsaXR5JyB8IHJweFRyYW5zbGF0ZX19PC9oMj5cbjxwIGNsYXNzPVwiZ292dWstYm9keVwiPnt7J1dlXFzigJlyZSBjb21taXR0ZWQgdG8gZW5zdXJpbmcgb3VyIHNlcnZpY2VzIGFyZSBhY2Nlc3NpYmxlIHRvIGFsbCBvdXIgdXNlcnNcbiAgYW5kIHRoYXQgdGhleSBjb21wbHkgd2l0aCBsZXZlbCBBQSBvZiB0aGUgV2ViIENvbnRlbnQgQWNjZXNzaWJpbGl0eSBHdWlkZWxpbmVzIOKAkyBXQ0FHIDIuMi4nIHwgcnB4VHJhbnNsYXRlfX08L3A+XG48cCBjbGFzcz1cImdvdnVrLWJvZHlcIj57eydXZVxc4oCZcmUgY3VycmVudGx5IHdvcmtpbmcgdGhyb3VnaCB0aGUgaXNzdWVzIGZyb20gYW4gZXh0ZXJuYWwgYXVkaXQgY2FycmllZCBvdXQgYnkgdGhlIERpZ2l0YWxcbiAgQWNjZXNzaWJpbGl0eSBDZW50cmUgKERBQykgd2hpY2ggd2UgZXhwZWN0IHRvIGZpeCBieSBKYW4gMjAyNi4nIHwgcnB4VHJhbnNsYXRlfX1cbjwvcD5cblxuPGgyIGNsYXNzPVwiZ292dWstaGVhZGluZy1sXCI+e3snUHJlcGFyYXRpb24gb2YgdGhpcyBhY2Nlc3NpYmlsaXR5IHN0YXRlbWVudCcgfCBycHhUcmFuc2xhdGV9fTwvaDI+XG48cCBjbGFzcz1cImdvdnVrLWJvZHlcIj57eydUaGlzIHN0YXRlbWVudCB3YXMgcHJlcGFyZWQgb24gMTYgU2VwdGVtYmVyIDIwMTkuIEl0IHdhcyBsYXN0IHJldmlld2VkIG9uIDI2IE1hcmNoIDIwMjUuJyB8IHJweFRyYW5zbGF0ZX19PC9wPlxuPHAgY2xhc3M9XCJnb3Z1ay1ib2R5XCI+e3snVGhpcyB3ZWJzaXRlIHdhcyB0ZXN0ZWQgYnknIHwgcnB4VHJhbnNsYXRlfX1cbiAgPGEgcmVsPVwibm9vcGVuZXIgbm9yZWZlcnJlclwiIHRhcmdldD1cIl9ibGFua1wiIGhyZWY9XCJodHRwczovL2RpZ2l0YWxhY2Nlc3NpYmlsaXR5Y2VudHJlLm9yZy9cIj57eydEaWdpdGFsIEFjY2Vzc2liaWxpdHkgQ2VudHJlIChEQUMpJyB8IHJweFRyYW5zbGF0ZX19PC9hPiB7eycgaW4gMTkgRmVicnVhcnkgMjAyNCcgfCBycHhUcmFuc2xhdGV9fVxuPC9wPlxuIl19