@hmcts/rpx-xui-common-lib 2.0.42-google-analytics → 2.0.43-angular-upgrade-rc1

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 (92) hide show
  1. package/esm2022/lib/components/accessibility/accessibility.component.mjs +638 -530
  2. package/esm2022/lib/components/checkbox-list/checkbox-list.component.mjs +2 -2
  3. package/esm2022/lib/components/contact-details/contact-details.component.mjs +2 -2
  4. package/esm2022/lib/components/cookie-banner/cookie-banner.component.mjs +2 -2
  5. package/esm2022/lib/components/due-date/due-date.component.mjs +2 -2
  6. package/esm2022/lib/components/exui-main-wrapper/exui-page-wrapper.component.mjs +2 -2
  7. package/esm2022/lib/components/find-location/find-location.component.mjs +2 -2
  8. package/esm2022/lib/components/find-person/find-person.component.mjs +2 -2
  9. package/esm2022/lib/components/find-service/find-service.component.mjs +2 -2
  10. package/esm2022/lib/components/find-task-name/find-task-name.component.mjs +2 -2
  11. package/esm2022/lib/components/generic-filter/generic-filter.component.mjs +15 -5
  12. package/esm2022/lib/components/hmcts-session-dialog/hmcts-session-dialog.component.mjs +2 -2
  13. package/esm2022/lib/components/invite-user-form/invite-user-form.component.mjs +2 -2
  14. package/esm2022/lib/components/invite-user-permissions/invite-user-permission.component.mjs +2 -2
  15. package/esm2022/lib/components/loading-spinner/loading-spinner.component.mjs +2 -2
  16. package/esm2022/lib/components/pagination/pagination.component.mjs +2 -2
  17. package/esm2022/lib/components/search-judicials/search-judicials.component.mjs +2 -2
  18. package/esm2022/lib/components/search-location/search-location.component.mjs +2 -2
  19. package/esm2022/lib/components/search-service/search-service.component.mjs +23 -12
  20. package/esm2022/lib/components/search-venue/search-venue.component.mjs +2 -2
  21. package/esm2022/lib/components/selected-case/selected-case.component.mjs +2 -2
  22. package/esm2022/lib/components/selected-case-confirm/selected-case-confirm.component.mjs +2 -2
  23. package/esm2022/lib/components/selected-case-list/selected-case-list.component.mjs +2 -2
  24. package/esm2022/lib/components/service-message/service-message.component.mjs +2 -2
  25. package/esm2022/lib/components/service-messages/service-messages.component.mjs +2 -2
  26. package/esm2022/lib/components/share-case/share-case.component.mjs +14 -7
  27. package/esm2022/lib/components/share-case-confirm/share-case-confirm.component.mjs +2 -2
  28. package/esm2022/lib/components/tab/tab.component.mjs +2 -2
  29. package/esm2022/lib/components/tc-confirm/tc-confirm.component.mjs +2 -2
  30. package/esm2022/lib/components/terms-and-conditions/tc-display/tc-display-html/tc-display-html.component.mjs +2 -2
  31. package/esm2022/lib/components/terms-and-conditions/tc-display/tc-display-plain/tc-display-plain.component.mjs +2 -2
  32. package/esm2022/lib/components/terms-and-conditions/terms-and-conditions.component.mjs +2 -2
  33. package/esm2022/lib/components/user-details/user-details.component.mjs +2 -2
  34. package/esm2022/lib/components/user-list/user-list.component.mjs +2 -2
  35. package/esm2022/lib/components/user-select/user-select.component.mjs +13 -13
  36. package/esm2022/lib/components/write-address/write-address.component.mjs +2 -2
  37. package/esm2022/lib/components/write-address-inputs/write-address-inputs.component.mjs +2 -2
  38. package/esm2022/lib/directives/feature-toggle/feature-toggle.directive.mjs +2 -2
  39. package/esm2022/lib/directives/let/let.directive.mjs +2 -2
  40. package/esm2022/lib/exui-common-lib.module.mjs +2 -2
  41. package/esm2022/lib/gov-ui/components/gov-uk-checkbox/gov-uk-checkbox.component.mjs +2 -2
  42. package/esm2022/lib/gov-ui/components/gov-uk-checkboxes/gov-uk-checkboxes.component.mjs +2 -2
  43. package/esm2022/lib/gov-ui/components/gov-uk-date/gov-uk-date.component.mjs +2 -2
  44. package/esm2022/lib/gov-ui/components/gov-uk-error-message/gov-uk-error-message.component.mjs +2 -2
  45. package/esm2022/lib/gov-ui/components/gov-uk-fieldset/gov-uk-fieldset.component.mjs +2 -2
  46. package/esm2022/lib/gov-ui/components/gov-uk-file-upload/gov-uk-file-upload.component.mjs +2 -2
  47. package/esm2022/lib/gov-ui/components/gov-uk-form-group-wrapper/gov-uk-form-group-wrapper.component.mjs +2 -2
  48. package/esm2022/lib/gov-ui/components/gov-uk-input/gov-uk-input.component.mjs +2 -2
  49. package/esm2022/lib/gov-ui/components/gov-uk-label/gov-uk-label.component.mjs +2 -2
  50. package/esm2022/lib/gov-ui/components/gov-uk-radio/gov-uk-radio.component.mjs +2 -2
  51. package/esm2022/lib/gov-ui/components/gov-uk-radios/gov-uk-radios.component.mjs +2 -2
  52. package/esm2022/lib/gov-ui/components/gov-uk-select/gov-uk-select.component.mjs +2 -2
  53. package/esm2022/lib/gov-ui/components/gov-uk-table/gov-uk-table.component.mjs +2 -2
  54. package/esm2022/lib/gov-ui/components/gov-uk-textarea/gov-uk-textarea.component.mjs +2 -2
  55. package/esm2022/lib/gov-ui/components/hmcts-banner/hmcts-banner.component.mjs +2 -2
  56. package/esm2022/lib/gov-ui/components/hmcts-error-summary/hmcts-error-summary.component.mjs +2 -2
  57. package/esm2022/lib/gov-ui/components/hmcts-identity-bar/hmcts-identity-bar.component.mjs +2 -2
  58. package/esm2022/lib/gov-ui/components/hmcts-main-wrapper/hmcts-main-wrapper.component.mjs +2 -2
  59. package/esm2022/lib/gov-ui/components/hmcts-pagination/hmcts-pagination.component.mjs +2 -2
  60. package/esm2022/lib/gov-ui/components/hmcts-primary-navigation/hmcts-primary-navigation.component.mjs +2 -2
  61. package/esm2022/lib/gov-ui/components/hmcts-sub-navigation/hmcts-sub-navigation.component.mjs +2 -2
  62. package/esm2022/lib/gov-ui/directives/remove-host.directive.mjs +2 -2
  63. package/esm2022/lib/gov-ui/gov-ui.service.mjs +2 -2
  64. package/esm2022/lib/pipes/capitalize/capitalize.pipe.mjs +2 -2
  65. package/esm2022/lib/services/address/address.service.mjs +2 -2
  66. package/esm2022/lib/services/case-sharing-state/case-sharing-state.service.mjs +2 -2
  67. package/esm2022/lib/services/cookie/cookie.service.mjs +2 -2
  68. package/esm2022/lib/services/feature-toggle/feature-toggle.guard.mjs +5 -2
  69. package/esm2022/lib/services/feature-toggle/feature-toggle.service.mjs +2 -2
  70. package/esm2022/lib/services/feature-toggle/launch-darkly.service.mjs +2 -2
  71. package/esm2022/lib/services/filter/filter.service.mjs +2 -2
  72. package/esm2022/lib/services/find-person/find-person.service.mjs +2 -2
  73. package/esm2022/lib/services/google-analytics/google-analytics.service.mjs +2 -2
  74. package/esm2022/lib/services/google-tag-manager/google-tag-manager.service.mjs +2 -2
  75. package/esm2022/lib/services/loading/loading.service.mjs +2 -2
  76. package/esm2022/lib/services/locations/location.service.mjs +2 -2
  77. package/esm2022/lib/services/manage-session/manage-session.services.mjs +2 -2
  78. package/esm2022/lib/services/ref-data/ref-data-data-access/ref-data-data-access.service.mjs +2 -2
  79. package/esm2022/lib/services/ref-data/ref-data.service.mjs +2 -2
  80. package/esm2022/lib/services/role-guard/role.guard.mjs +7 -2
  81. package/esm2022/lib/services/role-guard/role.service.mjs +2 -2
  82. package/esm2022/lib/services/storage/session-storage/session-storage.service.mjs +2 -2
  83. package/esm2022/lib/services/task-name/task-name.service.mjs +2 -2
  84. package/esm2022/lib/services/timeout-notifications/timeout-notifications.service.mjs +2 -2
  85. package/fesm2022/hmcts-rpx-xui-common-lib.mjs +782 -637
  86. package/fesm2022/hmcts-rpx-xui-common-lib.mjs.map +1 -1
  87. package/lib/components/generic-filter/generic-filter.component.d.ts +3 -2
  88. package/lib/components/search-service/search-service.component.d.ts +4 -2
  89. package/lib/components/share-case/share-case.component.d.ts +1 -0
  90. package/lib/components/user-select/user-select.component.d.ts +0 -1
  91. package/lib/services/feature-toggle/feature-toggle.guard.d.ts +2 -0
  92. package/package.json +1 -1
@@ -27,185 +27,14 @@ import * as i3 from 'ngx-pagination';
27
27
  import { NgxPaginationModule, PaginatePipe } from 'ngx-pagination';
28
28
  import { MatLegacyInputModule } from '@angular/material/legacy-input';
29
29
 
30
- function AccessibilityComponent_li_25_Template(rf, ctx) { if (rf & 1) {
31
- i0.ɵɵelementStart(0, "li");
32
- i0.ɵɵtext(1);
33
- i0.ɵɵpipe(2, "rpxTranslate");
34
- i0.ɵɵelementEnd();
35
- } if (rf & 2) {
36
- i0.ɵɵadvance();
37
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "zoom in up to 300% without the text spilling off the screen"));
38
- } }
39
- function AccessibilityComponent_li_57_Template(rf, ctx) { if (rf & 1) {
40
- i0.ɵɵelementStart(0, "li");
41
- i0.ɵɵtext(1);
42
- i0.ɵɵpipe(2, "rpxTranslate");
43
- i0.ɵɵelementEnd();
44
- } if (rf & 2) {
45
- i0.ɵɵadvance();
46
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "some pages do not follow a logical tabbing order"));
47
- } }
48
- function AccessibilityComponent_li_58_Template(rf, ctx) { if (rf & 1) {
49
- i0.ɵɵelementStart(0, "li");
50
- i0.ɵɵtext(1);
51
- i0.ɵɵpipe(2, "rpxTranslate");
52
- i0.ɵɵelementEnd();
53
- } if (rf & 2) {
54
- i0.ɵɵadvance();
55
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "some headings levels are skipped"));
56
- } }
57
- function AccessibilityComponent_li_59_Template(rf, ctx) { if (rf & 1) {
58
- i0.ɵɵelementStart(0, "li");
59
- i0.ɵɵtext(1);
60
- i0.ɵɵpipe(2, "rpxTranslate");
61
- i0.ɵɵelementEnd();
62
- } if (rf & 2) {
63
- i0.ɵɵadvance();
64
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "some links do not work"));
65
- } }
66
- function AccessibilityComponent_li_60_Template(rf, ctx) { if (rf & 1) {
67
- i0.ɵɵelementStart(0, "li");
68
- i0.ɵɵtext(1);
69
- i0.ɵɵpipe(2, "rpxTranslate");
70
- i0.ɵɵelementEnd();
71
- } if (rf & 2) {
72
- i0.ɵɵadvance();
73
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "it may be difficult to navigate between pages"));
74
- } }
75
- function AccessibilityComponent_li_61_Template(rf, ctx) { if (rf & 1) {
76
- i0.ɵɵelementStart(0, "li");
77
- i0.ɵɵtext(1);
78
- i0.ɵɵpipe(2, "rpxTranslate");
79
- i0.ɵɵelementEnd();
80
- } if (rf & 2) {
81
- i0.ɵɵadvance();
82
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "some headings and labels aren't specific enough"));
83
- } }
84
- function AccessibilityComponent_li_65_Template(rf, ctx) { if (rf & 1) {
85
- i0.ɵɵelementStart(0, "li");
86
- i0.ɵɵtext(1);
87
- i0.ɵɵpipe(2, "rpxTranslate");
88
- i0.ɵɵelementEnd();
89
- } if (rf & 2) {
90
- i0.ɵɵadvance();
91
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "some buttons may not communicate collapsed status on mobile"));
92
- } }
93
- function AccessibilityComponent_li_162_Template(rf, ctx) { if (rf & 1) {
94
- i0.ɵɵelementStart(0, "li")(1, "a", 38);
95
- i0.ɵɵtext(2, "customer.service@justice.gov.uk");
96
- i0.ɵɵelementEnd()();
97
- } }
98
- function AccessibilityComponent_p_228_Template(rf, ctx) { if (rf & 1) {
99
- i0.ɵɵelementStart(0, "p", 1);
100
- i0.ɵɵtext(1);
101
- i0.ɵɵpipe(2, "rpxTranslate");
102
- i0.ɵɵelementEnd();
103
- } if (rf & 2) {
104
- i0.ɵɵadvance();
105
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "It is difficult to understand how some pages are related to one another, and where they are in the context of the whole site. This fails WCAG 2.1 success criterion 2.4.5: Multiple Ways (Level AA)"));
106
- } }
107
- function AccessibilityComponent_p_229_Template(rf, ctx) { if (rf & 1) {
108
- i0.ɵɵelementStart(0, "p", 1);
109
- i0.ɵɵtext(1);
110
- i0.ɵɵpipe(2, "rpxTranslate");
111
- i0.ɵɵelementEnd();
112
- } if (rf & 2) {
113
- i0.ɵɵadvance();
114
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "Some users may struggle with keyboard order when tabbing after an error is presented. This fails WCAG 2.1 success criterion 2.4.3: Focus Order (Level A)."));
115
- } }
116
- function AccessibilityComponent_p_230_Template(rf, ctx) { if (rf & 1) {
30
+ function AccessibilityComponent_p_171_Template(rf, ctx) { if (rf & 1) {
117
31
  i0.ɵɵelementStart(0, "p", 1);
118
32
  i0.ɵɵtext(1);
119
33
  i0.ɵɵpipe(2, "rpxTranslate");
120
34
  i0.ɵɵelementEnd();
121
35
  } if (rf & 2) {
122
36
  i0.ɵɵadvance();
123
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "Some headings are skipped, so some users may struggle to navigate with screen reader via headings. This fails WCAG 2.1 success criterion 2.4.6: Headings and labels (Level AA)."));
124
- } }
125
- function AccessibilityComponent_p_231_Template(rf, ctx) { if (rf & 1) {
126
- i0.ɵɵelementStart(0, "p", 1);
127
- i0.ɵɵtext(1);
128
- i0.ɵɵpipe(2, "rpxTranslate");
129
- i0.ɵɵelementEnd();
130
- } if (rf & 2) {
131
- i0.ɵɵadvance();
132
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "Some error links do not take the user to the specific error field, so some people may struggle with interacting with the links. This fails WCAG 2.1 success criterion 3.2.1: On Focus (Level A)."));
133
- } }
134
- function AccessibilityComponent_p_232_Template(rf, ctx) { if (rf & 1) {
135
- i0.ɵɵelementStart(0, "p", 1);
136
- i0.ɵɵtext(1);
137
- i0.ɵɵpipe(2, "rpxTranslate");
138
- i0.ɵɵelementEnd();
139
- } if (rf & 2) {
140
- i0.ɵɵadvance();
141
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "The heading 'Filter' together with the non-unique 'Case List' headings heavily imply that a user is filtering one 'Case List' table, to which they have access, according to the filters they select. However, this is not the case. Some users may struggle with heading filters as it is not clear which ones correspond to the table data. This fails WCAG 2.1 success criterion 2.4.6: Headings and labels (Level AA)"));
142
- } }
143
- function AccessibilityComponent_p_233_Template(rf, ctx) { if (rf & 1) {
144
- i0.ɵɵelementStart(0, "p", 1);
145
- i0.ɵɵtext(1);
146
- i0.ɵɵpipe(2, "rpxTranslate");
147
- i0.ɵɵelementEnd();
148
- } if (rf & 2) {
149
- i0.ɵɵadvance();
150
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "Some users may struggle on mobile where a screen reader doesn't indicate that buttons are collapsible. This fails WCAG 2.1 success criterion 4.1.2: Name, Role, Value (Level A)"));
151
- } }
152
- function AccessibilityComponent_h2_234_Template(rf, ctx) { if (rf & 1) {
153
- i0.ɵɵelementStart(0, "h2", 39);
154
- i0.ɵɵtext(1);
155
- i0.ɵɵpipe(2, "rpxTranslate");
156
- i0.ɵɵelementEnd();
157
- } if (rf & 2) {
158
- i0.ɵɵadvance();
159
- i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(2, 1, "Disproportionate burden"), " ");
160
- } }
161
- function AccessibilityComponent_p_235_Template(rf, ctx) { if (rf & 1) {
162
- i0.ɵɵelementStart(0, "p", 1);
163
- i0.ɵɵtext(1);
164
- i0.ɵɵpipe(2, "rpxTranslate");
165
- i0.ɵɵelementStart(3, "a", 40);
166
- i0.ɵɵtext(4);
167
- i0.ɵɵpipe(5, "rpxTranslate");
168
- i0.ɵɵelementEnd();
169
- i0.ɵɵtext(6);
170
- i0.ɵɵpipe(7, "rpxTranslate");
171
- i0.ɵɵelementEnd();
172
- } if (rf & 2) {
173
- i0.ɵɵadvance();
174
- i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(2, 3, "We're considering if fixing some issues would be a"), " ");
175
- i0.ɵɵadvance(3);
176
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(5, 5, "disproportionate burden"));
177
- i0.ɵɵadvance(2);
178
- i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(7, 7, "within the meaning of the accessibility regulations. These issues are:"), "");
179
- } }
180
- function AccessibilityComponent_ul_236_Template(rf, ctx) { if (rf & 1) {
181
- i0.ɵɵelementStart(0, "ul", 5)(1, "li");
182
- i0.ɵɵtext(2);
183
- i0.ɵɵpipe(3, "rpxTranslate");
184
- i0.ɵɵelementEnd();
185
- i0.ɵɵelementStart(4, "li");
186
- i0.ɵɵtext(5);
187
- i0.ɵɵpipe(6, "rpxTranslate");
188
- i0.ɵɵelementEnd();
189
- i0.ɵɵelementStart(7, "li");
190
- i0.ɵɵtext(8);
191
- i0.ɵɵpipe(9, "rpxTranslate");
192
- i0.ɵɵelementEnd()();
193
- } if (rf & 2) {
194
- i0.ɵɵadvance(2);
195
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 3, "Screen readers not picking up how pages are related to one another, and where they are in the context of the whole site"));
196
- i0.ɵɵadvance(3);
197
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(6, 5, "Screen readers not picking up on non-unique table headings on the same page"));
198
- i0.ɵɵadvance(3);
199
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(9, 7, "Some labels, fields, error messages and other content not being clearly identified by screen readers and voice activation software on mobile devices."));
200
- } }
201
- function AccessibilityComponent_p_237_Template(rf, ctx) { if (rf & 1) {
202
- i0.ɵɵelementStart(0, "p", 1);
203
- i0.ɵɵtext(1);
204
- i0.ɵɵpipe(2, "rpxTranslate");
205
- i0.ɵɵelementEnd();
206
- } if (rf & 2) {
207
- i0.ɵɵadvance();
208
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "When this assessment is complete, we will update this accessibility statement, to cover whether or not disproportionate burden is being claimed."));
37
+ 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."), "");
209
38
  } }
210
39
  class AccessibilityComponent {
211
40
  constructor() {
@@ -223,8 +52,8 @@ class AccessibilityComponent {
223
52
  this.isEndpointMC = false;
224
53
  }
225
54
  }
226
- static { this.ɵfac = function AccessibilityComponent_Factory(t) { return new (t || AccessibilityComponent)(); }; }
227
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AccessibilityComponent, selectors: [["xuilib-accessibility"]], decls: 276, vars: 261, consts: [["id", "Accessibility-statement-for-Expert-UI", 1, "govuk-heading-xl"], [1, "govuk-body"], [1, "govuk-list"], ["href", "accessibility#Immigration-and-asylum-chamber"], ["href", "accessibility#Family-public-law"], [1, "govuk-list", "govuk-list--bullet"], [4, "ngIf"], ["rel", "noopener noreferrer", "target", "_blank", "href", "https://mcmw.abilitynet.org.uk/"], ["id", "How-accessible-this-website-is", 1, "govuk-heading-l"], ["id", "What-to-do-if-you-cannot-access-parts-of-this-website", 1, "govuk-heading-l"], ["href", "mailto:HMCTSforms@justice.gov.uk"], ["id", "Adoption", 1, "govuk-heading-l"], ["id", "Divorce-and-financial-remedy", 1, "govuk-heading-l"], ["id", "Civil-damages-service", 1, "govuk-heading-l"], ["id", "Family-public-law", 1, "govuk-heading-l"], ["id", "Immigration-and-asylum-chamber", 1, "govuk-heading-l"], ["id", "Online-civil-money-claims", 1, "govuk-heading-l"], ["id", "Private-law", 1, "govuk-heading-l"], ["id", "Probate", 1, "govuk-heading-l"], ["id", "Social-security-and-child-support", 1, "govuk-heading-l"], ["id", "Reporting-accessibility-problems-with-this-website", 1, "govuk-heading-l"], ["href", "mailto:MCTSforms@justice.gov.uk"], ["id", "Enforcement-procedure ", 1, "govuk-heading-l"], ["rel", "noopener noreferrer", "target", "_blank", "href", "https://www.equalityadvisoryservice.com/"], ["id", "Contacting-us-by-phone-or-visiting-us-in-person", 1, "govuk-heading-l"], ["target", "_blank", "href", "https://courttribunalfinder.service.gov.uk/search/"], ["id", "Technical-information-about-this-website-accessibility", 1, "govuk-heading-l"], ["id", "Compliance-status", 1, "govuk-heading-l"], ["target", "_blank", "href", "https://www.w3.org/TR/WCAG21/"], ["id", "Non-accessible-content", 1, "govuk-heading-l"], ["id", "Non-compliance-with-the-accessibility-regulations", 1, "govuk-heading-l"], ["class", "govuk-body", 4, "ngIf"], ["class", "govuk-heading-m", "id", "Disproportionate-burden", 4, "ngIf"], ["class", "govuk-list govuk-list--bullet", 4, "ngIf"], ["id", "Content-that\u2019s-not-within-the-scope-of-the-accessibility-regulations", 1, "govuk-heading-m"], ["id", "what-to-improve-accessibility", 1, "govuk-heading-l"], ["target", "_blank", "href", "https://digitalaccessibilitycentre.org/"], ["id", "preparation-of-this-accessibility-statement", 1, "govuk-heading-l"], ["href", "mailto:customer.service@justice.gov.uk"], ["id", "Disproportionate-burden", 1, "govuk-heading-m"], ["target", "_blank", "href", "https://www.legislation.gov.uk/uksi/2018/952/regulation/7/made/"]], template: function AccessibilityComponent_Template(rf, ctx) { if (rf & 1) {
55
+ static { this.ɵfac = function AccessibilityComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AccessibilityComponent)(); }; }
56
+ 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) {
228
57
  i0.ɵɵelementStart(0, "h1", 0);
229
58
  i0.ɵɵtext(1);
230
59
  i0.ɵɵpipe(2, "rpxTranslate");
@@ -243,508 +72,787 @@ class AccessibilityComponent {
243
72
  i0.ɵɵelementStart(14, "li")(15, "a", 4);
244
73
  i0.ɵɵtext(16);
245
74
  i0.ɵɵpipe(17, "rpxTranslate");
246
- i0.ɵɵelementEnd()()();
247
- i0.ɵɵelementStart(18, "p", 1);
248
- i0.ɵɵtext(19);
249
- i0.ɵɵpipe(20, "rpxTranslate");
250
- i0.ɵɵelementEnd();
251
- i0.ɵɵelementStart(21, "ul", 5)(22, "li");
252
- i0.ɵɵtext(23);
253
- i0.ɵɵpipe(24, "rpxTranslate");
254
- i0.ɵɵelementEnd();
255
- i0.ɵɵtemplate(25, AccessibilityComponent_li_25_Template, 3, 3, "li", 6);
256
- i0.ɵɵelementStart(26, "li");
257
- i0.ɵɵtext(27);
258
- i0.ɵɵpipe(28, "rpxTranslate");
259
- i0.ɵɵelementEnd();
260
- i0.ɵɵelementStart(29, "li");
261
- i0.ɵɵtext(30);
262
- i0.ɵɵpipe(31, "rpxTranslate");
263
- i0.ɵɵelementEnd();
264
- i0.ɵɵelementStart(32, "li");
265
- i0.ɵɵtext(33);
266
- i0.ɵɵpipe(34, "rpxTranslate");
267
75
  i0.ɵɵelementEnd()();
268
- i0.ɵɵelementStart(35, "p", 1);
76
+ i0.ɵɵelementStart(18, "li")(19, "a", 5);
77
+ i0.ɵɵtext(20);
78
+ i0.ɵɵpipe(21, "rpxTranslate");
79
+ i0.ɵɵelementEnd()();
80
+ i0.ɵɵelementStart(22, "li")(23, "a", 6);
81
+ i0.ɵɵtext(24);
82
+ i0.ɵɵpipe(25, "rpxTranslate");
83
+ i0.ɵɵelementEnd()();
84
+ i0.ɵɵelementStart(26, "li")(27, "a", 7);
85
+ i0.ɵɵtext(28);
86
+ i0.ɵɵpipe(29, "rpxTranslate");
87
+ i0.ɵɵelementEnd()();
88
+ i0.ɵɵelementStart(30, "li")(31, "a", 8);
89
+ i0.ɵɵtext(32);
90
+ i0.ɵɵpipe(33, "rpxTranslate");
91
+ i0.ɵɵelementEnd()();
92
+ i0.ɵɵelementStart(34, "li")(35, "a", 9);
269
93
  i0.ɵɵtext(36);
270
94
  i0.ɵɵpipe(37, "rpxTranslate");
271
- i0.ɵɵelementEnd();
272
- i0.ɵɵelementStart(38, "p", 1)(39, "a", 7);
95
+ i0.ɵɵelementEnd()();
96
+ i0.ɵɵelementStart(38, "li")(39, "a", 10);
273
97
  i0.ɵɵtext(40);
274
98
  i0.ɵɵpipe(41, "rpxTranslate");
99
+ i0.ɵɵelementEnd()();
100
+ i0.ɵɵelementStart(42, "li")(43, "a", 11);
101
+ i0.ɵɵtext(44);
102
+ i0.ɵɵpipe(45, "rpxTranslate");
103
+ i0.ɵɵelementEnd()()();
104
+ i0.ɵɵelementStart(46, "p", 1);
105
+ i0.ɵɵtext(47);
106
+ i0.ɵɵpipe(48, "rpxTranslate");
275
107
  i0.ɵɵelementEnd();
276
- i0.ɵɵtext(42);
277
- i0.ɵɵpipe(43, "rpxTranslate");
278
- i0.ɵɵelementEnd();
279
- i0.ɵɵelementStart(44, "h2", 8);
280
- i0.ɵɵtext(45);
281
- i0.ɵɵpipe(46, "rpxTranslate");
108
+ i0.ɵɵelementStart(49, "ul", 2)(50, "li");
109
+ i0.ɵɵtext(51);
110
+ i0.ɵɵpipe(52, "rpxTranslate");
282
111
  i0.ɵɵelementEnd();
283
- i0.ɵɵelementStart(47, "p", 1);
284
- i0.ɵɵtext(48);
285
- i0.ɵɵpipe(49, "rpxTranslate");
112
+ i0.ɵɵelementStart(53, "li");
113
+ i0.ɵɵtext(54);
114
+ i0.ɵɵpipe(55, "rpxTranslate");
286
115
  i0.ɵɵelementEnd();
287
- i0.ɵɵelementStart(50, "ul", 5)(51, "li");
288
- i0.ɵɵtext(52);
289
- i0.ɵɵpipe(53, "rpxTranslate");
116
+ i0.ɵɵelementStart(56, "li");
117
+ i0.ɵɵtext(57);
118
+ i0.ɵɵpipe(58, "rpxTranslate");
119
+ i0.ɵɵelementEnd()();
120
+ i0.ɵɵelementStart(59, "p", 1);
121
+ i0.ɵɵtext(60);
122
+ i0.ɵɵpipe(61, "rpxTranslate");
290
123
  i0.ɵɵelementEnd();
291
- i0.ɵɵelementStart(54, "li");
292
- i0.ɵɵtext(55);
293
- i0.ɵɵpipe(56, "rpxTranslate");
124
+ i0.ɵɵelementStart(62, "p", 1)(63, "a", 12);
125
+ i0.ɵɵtext(64);
126
+ i0.ɵɵpipe(65, "rpxTranslate");
294
127
  i0.ɵɵelementEnd();
295
- i0.ɵɵtemplate(57, AccessibilityComponent_li_57_Template, 3, 3, "li", 6)(58, AccessibilityComponent_li_58_Template, 3, 3, "li", 6)(59, AccessibilityComponent_li_59_Template, 3, 3, "li", 6)(60, AccessibilityComponent_li_60_Template, 3, 3, "li", 6)(61, AccessibilityComponent_li_61_Template, 3, 3, "li", 6);
296
- i0.ɵɵelementStart(62, "li");
297
- i0.ɵɵtext(63);
298
- i0.ɵɵpipe(64, "rpxTranslate");
128
+ i0.ɵɵtext(66);
129
+ i0.ɵɵpipe(67, "rpxTranslate");
299
130
  i0.ɵɵelementEnd();
300
- i0.ɵɵtemplate(65, AccessibilityComponent_li_65_Template, 3, 3, "li", 6);
131
+ i0.ɵɵelementStart(68, "h2", 13);
132
+ i0.ɵɵtext(69);
133
+ i0.ɵɵpipe(70, "rpxTranslate");
301
134
  i0.ɵɵelementEnd();
302
- i0.ɵɵelementStart(66, "h2", 9);
303
- i0.ɵɵtext(67);
304
- i0.ɵɵpipe(68, "rpxTranslate");
135
+ i0.ɵɵelementStart(71, "p", 1);
136
+ i0.ɵɵtext(72);
137
+ i0.ɵɵpipe(73, "rpxTranslate");
305
138
  i0.ɵɵelementEnd();
306
- i0.ɵɵelementStart(69, "p", 1);
307
- i0.ɵɵtext(70);
308
- i0.ɵɵpipe(71, "rpxTranslate");
139
+ i0.ɵɵelementStart(74, "ul", 2)(75, "li");
140
+ i0.ɵɵtext(76);
141
+ i0.ɵɵpipe(77, "rpxTranslate");
309
142
  i0.ɵɵelementEnd();
310
- i0.ɵɵelementStart(72, "ul", 5)(73, "li");
311
- i0.ɵɵtext(74);
312
- i0.ɵɵpipe(75, "rpxTranslate");
313
- i0.ɵɵelementStart(76, "a", 10);
314
- i0.ɵɵtext(77, " HMCTSforms@justice.gov.uk");
315
- i0.ɵɵelementEnd()();
316
143
  i0.ɵɵelementStart(78, "li");
317
144
  i0.ɵɵtext(79);
318
145
  i0.ɵɵpipe(80, "rpxTranslate");
319
- i0.ɵɵelementEnd()();
320
- i0.ɵɵelementStart(81, "h2", 11);
146
+ i0.ɵɵelementEnd();
147
+ i0.ɵɵelementStart(81, "li");
321
148
  i0.ɵɵtext(82);
322
149
  i0.ɵɵpipe(83, "rpxTranslate");
323
150
  i0.ɵɵelementEnd();
324
- i0.ɵɵelementStart(84, "ul", 5)(85, "li");
325
- i0.ɵɵtext(86);
326
- i0.ɵɵpipe(87, "rpxTranslate");
327
- i0.ɵɵelementEnd()();
328
- i0.ɵɵelementStart(88, "h2", 12);
329
- i0.ɵɵtext(89);
330
- i0.ɵɵpipe(90, "rpxTranslate");
151
+ i0.ɵɵelementStart(84, "li");
152
+ i0.ɵɵtext(85);
153
+ i0.ɵɵpipe(86, "rpxTranslate");
331
154
  i0.ɵɵelementEnd();
332
- i0.ɵɵelementStart(91, "ul", 5)(92, "li");
333
- i0.ɵɵtext(93);
334
- i0.ɵɵpipe(94, "rpxTranslate");
335
- i0.ɵɵelementEnd()();
336
- i0.ɵɵelementStart(95, "h2", 13);
337
- i0.ɵɵtext(96);
338
- i0.ɵɵpipe(97, "rpxTranslate");
155
+ i0.ɵɵelementStart(87, "li");
156
+ i0.ɵɵtext(88);
157
+ i0.ɵɵpipe(89, "rpxTranslate");
339
158
  i0.ɵɵelementEnd();
340
- i0.ɵɵelementStart(98, "ul", 5)(99, "li");
341
- i0.ɵɵtext(100);
342
- i0.ɵɵpipe(101, "rpxTranslate");
159
+ i0.ɵɵelementStart(90, "li");
160
+ i0.ɵɵtext(91);
161
+ i0.ɵɵpipe(92, "rpxTranslate");
343
162
  i0.ɵɵelementEnd()();
344
- i0.ɵɵelementStart(102, "h2", 14);
345
- i0.ɵɵtext(103);
346
- i0.ɵɵpipe(104, "rpxTranslate");
163
+ i0.ɵɵelementStart(93, "h2", 13);
164
+ i0.ɵɵtext(94);
165
+ i0.ɵɵpipe(95, "rpxTranslate");
166
+ i0.ɵɵelementEnd();
167
+ i0.ɵɵelementStart(96, "p", 1);
168
+ 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:");
347
169
  i0.ɵɵelementEnd();
348
- i0.ɵɵelementStart(105, "ul", 5)(106, "li");
349
- i0.ɵɵtext(107);
350
- i0.ɵɵpipe(108, "rpxTranslate");
170
+ i0.ɵɵelementStart(98, "ul", 2)(99, "li");
171
+ i0.ɵɵtext(100, "email: ");
172
+ i0.ɵɵelementStart(101, "a", 14);
173
+ i0.ɵɵtext(102, "HMCTSforms@justice.gov.uk");
174
+ i0.ɵɵelementEnd()();
175
+ i0.ɵɵelementStart(103, "li");
176
+ i0.ɵɵtext(104, "call the service you require, as listed below.");
351
177
  i0.ɵɵelementEnd()();
352
- i0.ɵɵelementStart(109, "h2", 15);
178
+ i0.ɵɵelementStart(105, "h3", 15);
179
+ i0.ɵɵtext(106);
180
+ i0.ɵɵpipe(107, "rpxTranslate");
181
+ i0.ɵɵelementEnd();
182
+ i0.ɵɵelementStart(108, "ul", 2)(109, "li");
353
183
  i0.ɵɵtext(110);
354
184
  i0.ɵɵpipe(111, "rpxTranslate");
355
- i0.ɵɵelementEnd();
356
- i0.ɵɵelementStart(112, "ul", 5)(113, "li");
357
- i0.ɵɵtext(114);
358
- i0.ɵɵpipe(115, "rpxTranslate");
359
185
  i0.ɵɵelementEnd()();
360
- i0.ɵɵelementStart(116, "h2", 16);
186
+ i0.ɵɵelementStart(112, "h3", 16);
187
+ i0.ɵɵtext(113);
188
+ i0.ɵɵpipe(114, "rpxTranslate");
189
+ i0.ɵɵelementEnd();
190
+ i0.ɵɵelementStart(115, "ul", 2)(116, "li");
361
191
  i0.ɵɵtext(117);
362
192
  i0.ɵɵpipe(118, "rpxTranslate");
363
- i0.ɵɵelementEnd();
364
- i0.ɵɵelementStart(119, "ul", 5)(120, "li");
365
- i0.ɵɵtext(121);
366
- i0.ɵɵpipe(122, "rpxTranslate");
367
193
  i0.ɵɵelementEnd()();
368
- i0.ɵɵelementStart(123, "h2", 17);
194
+ i0.ɵɵelementStart(119, "h3", 17);
195
+ i0.ɵɵtext(120);
196
+ i0.ɵɵpipe(121, "rpxTranslate");
197
+ i0.ɵɵelementEnd();
198
+ i0.ɵɵelementStart(122, "ul", 2)(123, "li");
369
199
  i0.ɵɵtext(124);
370
200
  i0.ɵɵpipe(125, "rpxTranslate");
371
- i0.ɵɵelementEnd();
372
- i0.ɵɵelementStart(126, "ul", 5)(127, "li");
373
- i0.ɵɵtext(128);
374
- i0.ɵɵpipe(129, "rpxTranslate");
375
201
  i0.ɵɵelementEnd()();
376
- i0.ɵɵelementStart(130, "h2", 18);
202
+ i0.ɵɵelementStart(126, "h3", 18);
203
+ i0.ɵɵtext(127);
204
+ i0.ɵɵpipe(128, "rpxTranslate");
205
+ i0.ɵɵelementEnd();
206
+ i0.ɵɵelementStart(129, "ul", 2)(130, "li");
377
207
  i0.ɵɵtext(131);
378
208
  i0.ɵɵpipe(132, "rpxTranslate");
379
- i0.ɵɵelementEnd();
380
- i0.ɵɵelementStart(133, "ul", 5)(134, "li");
381
- i0.ɵɵtext(135);
382
- i0.ɵɵpipe(136, "rpxTranslate");
383
209
  i0.ɵɵelementEnd()();
384
- i0.ɵɵelementStart(137, "h2", 19);
210
+ i0.ɵɵelementStart(133, "h3", 19);
211
+ i0.ɵɵtext(134);
212
+ i0.ɵɵpipe(135, "rpxTranslate");
213
+ i0.ɵɵelementEnd();
214
+ i0.ɵɵelementStart(136, "ul", 2)(137, "li");
385
215
  i0.ɵɵtext(138);
386
216
  i0.ɵɵpipe(139, "rpxTranslate");
387
- i0.ɵɵelementEnd();
388
- i0.ɵɵelementStart(140, "ul", 5)(141, "li");
389
- i0.ɵɵtext(142);
390
- i0.ɵɵpipe(143, "rpxTranslate");
391
217
  i0.ɵɵelementEnd()();
392
- i0.ɵɵelementStart(144, "p", 1);
218
+ i0.ɵɵelementStart(140, "h3", 20);
219
+ i0.ɵɵtext(141);
220
+ i0.ɵɵpipe(142, "rpxTranslate");
221
+ i0.ɵɵelementEnd();
222
+ i0.ɵɵelementStart(143, "ul", 2)(144, "li");
393
223
  i0.ɵɵtext(145);
394
224
  i0.ɵɵpipe(146, "rpxTranslate");
395
- i0.ɵɵelementEnd();
396
- i0.ɵɵelementStart(147, "p", 1);
225
+ i0.ɵɵelementEnd()();
226
+ i0.ɵɵelementStart(147, "h3", 21);
397
227
  i0.ɵɵtext(148);
398
228
  i0.ɵɵpipe(149, "rpxTranslate");
399
229
  i0.ɵɵelementEnd();
400
- i0.ɵɵelementStart(150, "h2", 20);
401
- i0.ɵɵtext(151);
402
- i0.ɵɵpipe(152, "rpxTranslate");
403
- i0.ɵɵelementEnd();
404
- i0.ɵɵelementStart(153, "p", 1);
405
- i0.ɵɵtext(154);
406
- i0.ɵɵpipe(155, "rpxTranslate");
407
- i0.ɵɵelementEnd();
408
- i0.ɵɵelementStart(156, "ul", 5)(157, "li");
409
- i0.ɵɵtext(158);
410
- i0.ɵɵpipe(159, "rpxTranslate");
411
- i0.ɵɵelementStart(160, "a", 21);
412
- i0.ɵɵtext(161, " HMCTSforms@justice.gov.uk");
230
+ i0.ɵɵelementStart(150, "ul", 2)(151, "li");
231
+ i0.ɵɵtext(152);
232
+ i0.ɵɵpipe(153, "rpxTranslate");
413
233
  i0.ɵɵelementEnd()();
414
- i0.ɵɵtemplate(162, AccessibilityComponent_li_162_Template, 3, 0, "li", 6);
415
- i0.ɵɵelementStart(163, "li");
416
- i0.ɵɵtext(164, "call the service you require as listed above.");
234
+ i0.ɵɵelementStart(154, "h3", 22);
235
+ i0.ɵɵtext(155);
236
+ i0.ɵɵpipe(156, "rpxTranslate");
237
+ i0.ɵɵelementEnd();
238
+ i0.ɵɵelementStart(157, "ul", 2)(158, "li");
239
+ i0.ɵɵtext(159);
240
+ i0.ɵɵpipe(160, "rpxTranslate");
417
241
  i0.ɵɵelementEnd()();
418
- i0.ɵɵelementStart(165, "p", 1);
242
+ i0.ɵɵelementStart(161, "h3", 23);
243
+ i0.ɵɵtext(162);
244
+ i0.ɵɵpipe(163, "rpxTranslate");
245
+ i0.ɵɵelementEnd();
246
+ i0.ɵɵelementStart(164, "ul", 2)(165, "li");
419
247
  i0.ɵɵtext(166);
420
248
  i0.ɵɵpipe(167, "rpxTranslate");
421
- i0.ɵɵelementEnd();
422
- i0.ɵɵelementStart(168, "h2", 22);
249
+ i0.ɵɵelementEnd()();
250
+ i0.ɵɵelementStart(168, "p", 1);
423
251
  i0.ɵɵtext(169);
424
252
  i0.ɵɵpipe(170, "rpxTranslate");
425
253
  i0.ɵɵelementEnd();
426
- i0.ɵɵelementStart(171, "p", 1);
427
- i0.ɵɵtext(172);
428
- i0.ɵɵpipe(173, "rpxTranslate");
254
+ i0.ɵɵtemplate(171, AccessibilityComponent_p_171_Template, 3, 3, "p", 24);
255
+ i0.ɵɵelementStart(172, "h2", 13);
256
+ i0.ɵɵtext(173);
257
+ i0.ɵɵpipe(174, "rpxTranslate");
258
+ i0.ɵɵelementEnd();
259
+ i0.ɵɵelementStart(175, "p", 1);
260
+ i0.ɵɵtext(176);
261
+ i0.ɵɵpipe(177, "rpxTranslate");
429
262
  i0.ɵɵelementEnd();
430
- i0.ɵɵelementStart(174, "p", 1);
431
- i0.ɵɵtext(175);
432
- i0.ɵɵpipe(176, "rpxTranslate");
433
- i0.ɵɵelementStart(177, "a", 23);
434
- i0.ɵɵtext(178);
435
- i0.ɵɵpipe(179, "rpxTranslate");
263
+ i0.ɵɵelementStart(178, "ul", 2)(179, "li");
264
+ i0.ɵɵtext(180, " email: ");
265
+ i0.ɵɵelementStart(181, "a", 25);
266
+ i0.ɵɵtext(182, "customer.service@justice.gov.uk");
436
267
  i0.ɵɵelementEnd()();
437
- i0.ɵɵelementStart(180, "h1", 24);
438
- i0.ɵɵtext(181);
439
- i0.ɵɵpipe(182, "rpxTranslate");
440
- i0.ɵɵelementEnd();
441
- i0.ɵɵelementStart(183, "p", 1);
442
- i0.ɵɵtext(184);
443
- i0.ɵɵpipe(185, "rpxTranslate");
444
- i0.ɵɵelementEnd();
445
- i0.ɵɵelementStart(186, "p", 1);
446
- i0.ɵɵtext(187);
447
- i0.ɵɵpipe(188, "rpxTranslate");
448
- i0.ɵɵelementEnd();
449
- i0.ɵɵelementStart(189, "p", 1);
450
- i0.ɵɵtext(190);
451
- i0.ɵɵpipe(191, "rpxTranslate");
452
- i0.ɵɵelementStart(192, "a", 25);
453
- i0.ɵɵtext(193);
454
- i0.ɵɵpipe(194, "rpxTranslate");
455
- i0.ɵɵelementEnd();
456
- i0.ɵɵtext(195, ". ");
457
- i0.ɵɵelementEnd();
458
- i0.ɵɵelementStart(196, "h2", 26);
459
- i0.ɵɵtext(197);
460
- i0.ɵɵpipe(198, "rpxTranslate");
461
- i0.ɵɵelementEnd();
462
- i0.ɵɵelementStart(199, "p", 1);
463
- i0.ɵɵtext(200);
464
- i0.ɵɵpipe(201, "rpxTranslate");
465
- i0.ɵɵelementEnd();
466
- i0.ɵɵelementStart(202, "h2", 27);
467
- i0.ɵɵtext(203);
468
- i0.ɵɵpipe(204, "rpxTranslate");
469
- i0.ɵɵelementEnd();
470
- i0.ɵɵelementStart(205, "p", 1);
471
- i0.ɵɵtext(206);
472
- i0.ɵɵpipe(207, "rpxTranslate");
473
- i0.ɵɵelementStart(208, "a", 28);
474
- i0.ɵɵtext(209);
475
- i0.ɵɵpipe(210, "rpxTranslate");
476
- i0.ɵɵelementEnd();
477
- i0.ɵɵtext(211);
478
- i0.ɵɵpipe(212, "rpxTranslate");
479
- i0.ɵɵelementEnd();
480
- i0.ɵɵelementStart(213, "h2", 29);
481
- i0.ɵɵtext(214);
482
- i0.ɵɵpipe(215, "rpxTranslate");
483
- i0.ɵɵelementEnd();
484
- i0.ɵɵelementStart(216, "p", 1);
485
- i0.ɵɵtext(217);
486
- i0.ɵɵpipe(218, "rpxTranslate");
487
- i0.ɵɵelementEnd();
488
- i0.ɵɵelementStart(219, "h2", 30);
489
- i0.ɵɵtext(220);
490
- i0.ɵɵpipe(221, "rpxTranslate");
491
- i0.ɵɵelementEnd();
492
- i0.ɵɵelementStart(222, "p", 1);
493
- i0.ɵɵtext(223);
494
- i0.ɵɵpipe(224, "rpxTranslate");
495
- i0.ɵɵelementEnd();
496
- i0.ɵɵelementStart(225, "p", 1);
497
- i0.ɵɵtext(226);
498
- i0.ɵɵpipe(227, "rpxTranslate");
499
- i0.ɵɵelementEnd();
500
- i0.ɵɵtemplate(228, AccessibilityComponent_p_228_Template, 3, 3, "p", 31)(229, AccessibilityComponent_p_229_Template, 3, 3, "p", 31)(230, AccessibilityComponent_p_230_Template, 3, 3, "p", 31)(231, AccessibilityComponent_p_231_Template, 3, 3, "p", 31)(232, AccessibilityComponent_p_232_Template, 3, 3, "p", 31)(233, AccessibilityComponent_p_233_Template, 3, 3, "p", 31)(234, AccessibilityComponent_h2_234_Template, 3, 3, "h2", 32)(235, AccessibilityComponent_p_235_Template, 8, 9, "p", 31)(236, AccessibilityComponent_ul_236_Template, 10, 9, "ul", 33)(237, AccessibilityComponent_p_237_Template, 3, 3, "p", 31);
501
- i0.ɵɵelementStart(238, "h2", 34);
268
+ i0.ɵɵelementStart(183, "li");
269
+ i0.ɵɵtext(184, "call the service you require as listed above.");
270
+ i0.ɵɵelementEnd()();
271
+ i0.ɵɵelementStart(185, "p", 1);
272
+ i0.ɵɵtext(186);
273
+ i0.ɵɵpipe(187, "rpxTranslate");
274
+ i0.ɵɵelementEnd();
275
+ i0.ɵɵelementStart(188, "p", 1);
276
+ i0.ɵɵtext(189);
277
+ i0.ɵɵpipe(190, "rpxTranslate");
278
+ i0.ɵɵelementEnd();
279
+ i0.ɵɵelementStart(191, "h2", 13);
280
+ i0.ɵɵtext(192);
281
+ i0.ɵɵpipe(193, "rpxTranslate");
282
+ i0.ɵɵelementEnd();
283
+ i0.ɵɵelementStart(194, "p", 1);
284
+ i0.ɵɵtext(195);
285
+ i0.ɵɵpipe(196, "rpxTranslate");
286
+ i0.ɵɵelementEnd();
287
+ i0.ɵɵelementStart(197, "p", 1);
288
+ i0.ɵɵtext(198);
289
+ i0.ɵɵpipe(199, "rpxTranslate");
290
+ i0.ɵɵelementStart(200, "a", 26);
291
+ i0.ɵɵtext(201);
292
+ i0.ɵɵpipe(202, "rpxTranslate");
293
+ i0.ɵɵelementEnd()();
294
+ i0.ɵɵelementStart(203, "h2", 13);
295
+ i0.ɵɵtext(204);
296
+ i0.ɵɵpipe(205, "rpxTranslate");
297
+ i0.ɵɵelementEnd();
298
+ i0.ɵɵelementStart(206, "p", 1);
299
+ i0.ɵɵtext(207);
300
+ i0.ɵɵpipe(208, "rpxTranslate");
301
+ i0.ɵɵelementEnd();
302
+ i0.ɵɵelementStart(209, "h2", 13);
303
+ i0.ɵɵtext(210);
304
+ i0.ɵɵpipe(211, "rpxTranslate");
305
+ i0.ɵɵelementEnd();
306
+ i0.ɵɵelementStart(212, "p", 1);
307
+ i0.ɵɵtext(213);
308
+ i0.ɵɵpipe(214, "rpxTranslate");
309
+ i0.ɵɵelementStart(215, "a", 27);
310
+ i0.ɵɵtext(216);
311
+ i0.ɵɵpipe(217, "rpxTranslate");
312
+ i0.ɵɵelementEnd();
313
+ i0.ɵɵtext(218);
314
+ i0.ɵɵpipe(219, "rpxTranslate");
315
+ i0.ɵɵelementEnd();
316
+ i0.ɵɵelementStart(220, "h2", 13);
317
+ i0.ɵɵtext(221);
318
+ i0.ɵɵpipe(222, "rpxTranslate");
319
+ i0.ɵɵelementEnd();
320
+ i0.ɵɵelementStart(223, "p", 1);
321
+ i0.ɵɵtext(224);
322
+ i0.ɵɵpipe(225, "rpxTranslate");
323
+ i0.ɵɵelementEnd();
324
+ i0.ɵɵelementStart(226, "h2", 13);
325
+ i0.ɵɵtext(227);
326
+ i0.ɵɵpipe(228, "rpxTranslate");
327
+ i0.ɵɵelementEnd();
328
+ i0.ɵɵelementStart(229, "h3", 13);
329
+ i0.ɵɵtext(230);
330
+ i0.ɵɵpipe(231, "rpxTranslate");
331
+ i0.ɵɵelementEnd();
332
+ i0.ɵɵelementStart(232, "p", 1);
333
+ i0.ɵɵtext(233);
334
+ i0.ɵɵpipe(234, "rpxTranslate");
335
+ i0.ɵɵelementEnd();
336
+ i0.ɵɵelementStart(235, "p", 1)(236, "span", 28);
337
+ i0.ɵɵtext(237);
338
+ i0.ɵɵpipe(238, "rpxTranslate");
339
+ i0.ɵɵelementEnd();
502
340
  i0.ɵɵtext(239);
503
341
  i0.ɵɵpipe(240, "rpxTranslate");
504
342
  i0.ɵɵelementEnd();
505
- i0.ɵɵelementStart(241, "p", 1);
506
- i0.ɵɵtext(242);
507
- i0.ɵɵpipe(243, "rpxTranslate");
343
+ i0.ɵɵelementStart(241, "p", 1)(242, "span", 28);
344
+ i0.ɵɵtext(243);
345
+ i0.ɵɵpipe(244, "rpxTranslate");
508
346
  i0.ɵɵelementEnd();
509
- i0.ɵɵelementStart(244, "p", 1);
510
347
  i0.ɵɵtext(245);
511
348
  i0.ɵɵpipe(246, "rpxTranslate");
512
349
  i0.ɵɵelementEnd();
513
- i0.ɵɵelementStart(247, "h2", 35);
514
- i0.ɵɵtext(248);
515
- i0.ɵɵpipe(249, "rpxTranslate");
350
+ i0.ɵɵelementStart(247, "p", 1)(248, "span", 28);
351
+ i0.ɵɵtext(249);
352
+ i0.ɵɵpipe(250, "rpxTranslate");
516
353
  i0.ɵɵelementEnd();
517
- i0.ɵɵelementStart(250, "p", 1);
518
354
  i0.ɵɵtext(251);
519
355
  i0.ɵɵpipe(252, "rpxTranslate");
520
356
  i0.ɵɵelementEnd();
521
- i0.ɵɵelementStart(253, "p", 1);
522
- i0.ɵɵtext(254);
523
- i0.ɵɵpipe(255, "rpxTranslate");
357
+ i0.ɵɵelementStart(253, "p", 1)(254, "span", 28);
358
+ i0.ɵɵtext(255);
359
+ i0.ɵɵpipe(256, "rpxTranslate");
524
360
  i0.ɵɵelementEnd();
525
- i0.ɵɵelementStart(256, "p", 1);
526
361
  i0.ɵɵtext(257);
527
362
  i0.ɵɵpipe(258, "rpxTranslate");
528
- i0.ɵɵelementStart(259, "a", 36);
529
- i0.ɵɵtext(260);
530
- i0.ɵɵpipe(261, "rpxTranslate");
531
- i0.ɵɵelementEnd()();
532
- i0.ɵɵelementStart(262, "h2", 37);
363
+ i0.ɵɵelementEnd();
364
+ i0.ɵɵelementStart(259, "p", 1)(260, "span", 28);
365
+ i0.ɵɵtext(261);
366
+ i0.ɵɵpipe(262, "rpxTranslate");
367
+ i0.ɵɵelementEnd();
533
368
  i0.ɵɵtext(263);
534
369
  i0.ɵɵpipe(264, "rpxTranslate");
535
370
  i0.ɵɵelementEnd();
536
- i0.ɵɵelementStart(265, "p", 1);
537
- i0.ɵɵtext(266);
538
- i0.ɵɵpipe(267, "rpxTranslate");
371
+ i0.ɵɵelementStart(265, "p", 1)(266, "span", 28);
372
+ i0.ɵɵtext(267);
373
+ i0.ɵɵpipe(268, "rpxTranslate");
539
374
  i0.ɵɵelementEnd();
540
- i0.ɵɵelementStart(268, "p", 1);
541
375
  i0.ɵɵtext(269);
542
376
  i0.ɵɵpipe(270, "rpxTranslate");
543
- i0.ɵɵelementStart(271, "a", 36);
544
- i0.ɵɵtext(272);
545
- i0.ɵɵpipe(273, "rpxTranslate");
546
377
  i0.ɵɵelementEnd();
547
- i0.ɵɵtext(274);
548
- i0.ɵɵpipe(275, "rpxTranslate");
378
+ i0.ɵɵelementStart(271, "p", 1)(272, "span", 28);
379
+ i0.ɵɵtext(273);
380
+ i0.ɵɵpipe(274, "rpxTranslate");
381
+ i0.ɵɵelementEnd();
382
+ i0.ɵɵtext(275);
383
+ i0.ɵɵpipe(276, "rpxTranslate");
384
+ i0.ɵɵelementEnd();
385
+ i0.ɵɵelementStart(277, "p", 1)(278, "span", 28);
386
+ i0.ɵɵtext(279);
387
+ i0.ɵɵpipe(280, "rpxTranslate");
388
+ i0.ɵɵelementEnd();
389
+ i0.ɵɵtext(281);
390
+ i0.ɵɵpipe(282, "rpxTranslate");
391
+ i0.ɵɵelementEnd();
392
+ i0.ɵɵelementStart(283, "p", 1)(284, "span", 28);
393
+ i0.ɵɵtext(285);
394
+ i0.ɵɵpipe(286, "rpxTranslate");
395
+ i0.ɵɵelementEnd();
396
+ i0.ɵɵtext(287);
397
+ i0.ɵɵpipe(288, "rpxTranslate");
398
+ i0.ɵɵelementEnd();
399
+ i0.ɵɵelementStart(289, "p", 1)(290, "span", 28);
400
+ i0.ɵɵtext(291);
401
+ i0.ɵɵpipe(292, "rpxTranslate");
402
+ i0.ɵɵelementEnd();
403
+ i0.ɵɵtext(293);
404
+ i0.ɵɵpipe(294, "rpxTranslate");
405
+ i0.ɵɵelementEnd();
406
+ i0.ɵɵelementStart(295, "p", 1)(296, "span", 28);
407
+ i0.ɵɵtext(297);
408
+ i0.ɵɵpipe(298, "rpxTranslate");
409
+ i0.ɵɵelementEnd();
410
+ i0.ɵɵtext(299);
411
+ i0.ɵɵpipe(300, "rpxTranslate");
412
+ i0.ɵɵelementEnd();
413
+ i0.ɵɵelementStart(301, "p", 1)(302, "span", 28);
414
+ i0.ɵɵtext(303);
415
+ i0.ɵɵpipe(304, "rpxTranslate");
416
+ i0.ɵɵelementEnd();
417
+ i0.ɵɵtext(305);
418
+ i0.ɵɵpipe(306, "rpxTranslate");
419
+ i0.ɵɵelementEnd();
420
+ i0.ɵɵelementStart(307, "p", 1)(308, "span", 28);
421
+ i0.ɵɵtext(309);
422
+ i0.ɵɵpipe(310, "rpxTranslate");
423
+ i0.ɵɵelementEnd();
424
+ i0.ɵɵtext(311);
425
+ i0.ɵɵpipe(312, "rpxTranslate");
426
+ i0.ɵɵelementEnd();
427
+ i0.ɵɵelementStart(313, "p", 1)(314, "span", 28);
428
+ i0.ɵɵtext(315);
429
+ i0.ɵɵpipe(316, "rpxTranslate");
430
+ i0.ɵɵelementEnd();
431
+ i0.ɵɵtext(317);
432
+ i0.ɵɵpipe(318, "rpxTranslate");
433
+ i0.ɵɵelementEnd();
434
+ i0.ɵɵelementStart(319, "p", 1)(320, "span", 28);
435
+ i0.ɵɵtext(321);
436
+ i0.ɵɵpipe(322, "rpxTranslate");
437
+ i0.ɵɵelementEnd();
438
+ i0.ɵɵtext(323);
439
+ i0.ɵɵpipe(324, "rpxTranslate");
440
+ i0.ɵɵelementEnd();
441
+ i0.ɵɵelementStart(325, "p", 1)(326, "span", 28);
442
+ i0.ɵɵtext(327);
443
+ i0.ɵɵpipe(328, "rpxTranslate");
444
+ i0.ɵɵelementEnd();
445
+ i0.ɵɵtext(329);
446
+ i0.ɵɵpipe(330, "rpxTranslate");
447
+ i0.ɵɵelementEnd();
448
+ i0.ɵɵelementStart(331, "p", 1)(332, "span", 28);
449
+ i0.ɵɵtext(333);
450
+ i0.ɵɵpipe(334, "rpxTranslate");
451
+ i0.ɵɵelementEnd();
452
+ i0.ɵɵtext(335);
453
+ i0.ɵɵpipe(336, "rpxTranslate");
454
+ i0.ɵɵelementEnd();
455
+ i0.ɵɵelementStart(337, "p", 1)(338, "span", 28);
456
+ i0.ɵɵtext(339);
457
+ i0.ɵɵpipe(340, "rpxTranslate");
458
+ i0.ɵɵelementEnd();
459
+ i0.ɵɵtext(341);
460
+ i0.ɵɵpipe(342, "rpxTranslate");
461
+ i0.ɵɵelementEnd();
462
+ i0.ɵɵelementStart(343, "p", 1)(344, "span", 28);
463
+ i0.ɵɵtext(345);
464
+ i0.ɵɵpipe(346, "rpxTranslate");
465
+ i0.ɵɵelementEnd();
466
+ i0.ɵɵtext(347);
467
+ i0.ɵɵpipe(348, "rpxTranslate");
468
+ i0.ɵɵelementEnd();
469
+ i0.ɵɵelementStart(349, "p", 1)(350, "span", 28);
470
+ i0.ɵɵtext(351);
471
+ i0.ɵɵpipe(352, "rpxTranslate");
472
+ i0.ɵɵelementEnd();
473
+ i0.ɵɵtext(353);
474
+ i0.ɵɵpipe(354, "rpxTranslate");
475
+ i0.ɵɵelementEnd();
476
+ i0.ɵɵelementStart(355, "p", 1)(356, "span", 28);
477
+ i0.ɵɵtext(357);
478
+ i0.ɵɵpipe(358, "rpxTranslate");
479
+ i0.ɵɵelementEnd();
480
+ i0.ɵɵtext(359);
481
+ i0.ɵɵpipe(360, "rpxTranslate");
482
+ i0.ɵɵelementEnd();
483
+ i0.ɵɵelementStart(361, "p", 1)(362, "span", 28);
484
+ i0.ɵɵtext(363);
485
+ i0.ɵɵpipe(364, "rpxTranslate");
486
+ i0.ɵɵelementEnd();
487
+ i0.ɵɵtext(365);
488
+ i0.ɵɵpipe(366, "rpxTranslate");
489
+ i0.ɵɵelementEnd();
490
+ i0.ɵɵelementStart(367, "p", 1)(368, "span", 28);
491
+ i0.ɵɵtext(369);
492
+ i0.ɵɵpipe(370, "rpxTranslate");
493
+ i0.ɵɵelementEnd();
494
+ i0.ɵɵtext(371);
495
+ i0.ɵɵpipe(372, "rpxTranslate");
496
+ i0.ɵɵelementEnd();
497
+ i0.ɵɵelementStart(373, "p", 1)(374, "span", 28);
498
+ i0.ɵɵtext(375);
499
+ i0.ɵɵpipe(376, "rpxTranslate");
500
+ i0.ɵɵelementEnd();
501
+ i0.ɵɵtext(377);
502
+ i0.ɵɵpipe(378, "rpxTranslate");
503
+ i0.ɵɵelementEnd();
504
+ i0.ɵɵelementStart(379, "p", 1)(380, "span", 28);
505
+ i0.ɵɵtext(381);
506
+ i0.ɵɵpipe(382, "rpxTranslate");
507
+ i0.ɵɵelementEnd();
508
+ i0.ɵɵtext(383);
509
+ i0.ɵɵpipe(384, "rpxTranslate");
510
+ i0.ɵɵelementEnd();
511
+ i0.ɵɵelementStart(385, "p", 1)(386, "span", 28);
512
+ i0.ɵɵtext(387);
513
+ i0.ɵɵpipe(388, "rpxTranslate");
514
+ i0.ɵɵelementEnd();
515
+ i0.ɵɵtext(389);
516
+ i0.ɵɵpipe(390, "rpxTranslate");
517
+ i0.ɵɵelementEnd();
518
+ i0.ɵɵelementContainerStart(391);
519
+ i0.ɵɵelementStart(392, "h3", 29);
520
+ i0.ɵɵtext(393);
521
+ i0.ɵɵpipe(394, "rpxTranslate");
522
+ i0.ɵɵelementEnd();
523
+ i0.ɵɵelementStart(395, "p", 1);
524
+ i0.ɵɵtext(396);
525
+ i0.ɵɵpipe(397, "rpxTranslate");
526
+ i0.ɵɵelementEnd();
527
+ i0.ɵɵelementStart(398, "ul", 2)(399, "li");
528
+ i0.ɵɵtext(400);
529
+ i0.ɵɵpipe(401, "rpxTranslate");
530
+ i0.ɵɵelementEnd()();
531
+ i0.ɵɵelementStart(402, "p", 1);
532
+ i0.ɵɵtext(403);
533
+ i0.ɵɵpipe(404, "rpxTranslate");
534
+ i0.ɵɵelementEnd();
535
+ i0.ɵɵelementContainerEnd();
536
+ i0.ɵɵelementStart(405, "h3", 29);
537
+ i0.ɵɵtext(406);
538
+ i0.ɵɵpipe(407, "rpxTranslate");
539
+ i0.ɵɵelementEnd();
540
+ i0.ɵɵelementStart(408, "p", 1);
541
+ i0.ɵɵtext(409);
542
+ i0.ɵɵpipe(410, "rpxTranslate");
543
+ i0.ɵɵelementEnd();
544
+ i0.ɵɵelementStart(411, "p", 1);
545
+ i0.ɵɵtext(412);
546
+ i0.ɵɵpipe(413, "rpxTranslate");
547
+ i0.ɵɵelementEnd();
548
+ i0.ɵɵelementStart(414, "p", 1);
549
+ i0.ɵɵtext(415);
550
+ i0.ɵɵpipe(416, "rpxTranslate");
551
+ i0.ɵɵelementEnd();
552
+ i0.ɵɵelementStart(417, "h2", 13);
553
+ i0.ɵɵtext(418);
554
+ i0.ɵɵpipe(419, "rpxTranslate");
555
+ i0.ɵɵelementEnd();
556
+ i0.ɵɵelementStart(420, "p", 1);
557
+ i0.ɵɵtext(421);
558
+ i0.ɵɵpipe(422, "rpxTranslate");
559
+ i0.ɵɵelementEnd();
560
+ i0.ɵɵelementStart(423, "p", 1);
561
+ i0.ɵɵtext(424);
562
+ i0.ɵɵpipe(425, "rpxTranslate");
563
+ i0.ɵɵelementEnd();
564
+ i0.ɵɵelementStart(426, "h2", 13);
565
+ i0.ɵɵtext(427);
566
+ i0.ɵɵpipe(428, "rpxTranslate");
567
+ i0.ɵɵelementEnd();
568
+ i0.ɵɵelementStart(429, "p", 1);
569
+ i0.ɵɵtext(430);
570
+ i0.ɵɵpipe(431, "rpxTranslate");
571
+ i0.ɵɵelementEnd();
572
+ i0.ɵɵelementStart(432, "p", 1);
573
+ i0.ɵɵtext(433);
574
+ i0.ɵɵpipe(434, "rpxTranslate");
575
+ i0.ɵɵelementStart(435, "a", 30);
576
+ i0.ɵɵtext(436);
577
+ i0.ɵɵpipe(437, "rpxTranslate");
578
+ i0.ɵɵelementEnd();
579
+ i0.ɵɵtext(438);
580
+ i0.ɵɵpipe(439, "rpxTranslate");
549
581
  i0.ɵɵelementEnd();
550
582
  } if (rf & 2) {
551
583
  i0.ɵɵadvance();
552
- i0.ɵɵtextInterpolate2("", i0.ɵɵpipeBind1(2, 99, "Accessibility statement for MyHMCTS"), " ", ctx.isEndpointMC ? "Manage Cases" : i0.ɵɵpipeBind1(3, 101, "Manage Organisation"), "");
584
+ i0.ɵɵtextInterpolate2(" ", i0.ɵɵpipeBind1(2, 137, "Accessibility statement for MyHMCTS"), " ", ctx.isEndpointMC ? "Manage Cases" : i0.ɵɵpipeBind1(3, 139, "Manage Organisation"), "");
553
585
  i0.ɵɵadvance(4);
554
- i0.ɵɵtextInterpolate3("", i0.ɵɵpipeBind1(6, 103, "MyHMCTS"), " ", ctx.isEndpointMC ? "Manage Cases" : i0.ɵɵpipeBind1(7, 105, "Manage Organisation"), " ", i0.ɵɵpipeBind1(8, 107, "is used across several services. Please use links to find contact information for each service."), "");
586
+ 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."), "");
555
587
  i0.ɵɵadvance(7);
556
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(13, 109, "Immigration and Asylum"));
588
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(13, 147, "Immigration and Asylum"));
557
589
  i0.ɵɵadvance(4);
558
- i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(17, 111, "Family Public Law"), " ");
590
+ i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(17, 149, "Family Public Law"), " ");
591
+ i0.ɵɵadvance(4);
592
+ i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(21, 151, "adoption"), " ");
593
+ i0.ɵɵadvance(4);
594
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(25, 153, "Civil Damages"));
595
+ i0.ɵɵadvance(4);
596
+ i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(29, 155, "Divorce and financial remeduies"), " ");
597
+ i0.ɵɵadvance(4);
598
+ i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(33, 157, "Civil Money Claims"), " ");
599
+ i0.ɵɵadvance(4);
600
+ i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(37, 159, "Private Law"), " ");
601
+ i0.ɵɵadvance(4);
602
+ i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(41, 161, "Probate"), " ");
603
+ i0.ɵɵadvance(4);
604
+ i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(45, 163, "Social Security and Child Support"), " ");
559
605
  i0.ɵɵadvance(3);
560
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(20, 113, "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:"));
606
+ 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:"));
561
607
  i0.ɵɵadvance(4);
562
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(24, 115, "change colours, contrast levels and fonts"));
563
- i0.ɵɵadvance(2);
564
- i0.ɵɵproperty("ngIf", ctx.isEndpointMC);
565
- i0.ɵɵadvance(2);
566
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(28, 117, "navigate most of the website using just a keyboard"));
608
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(52, 167, "change colours, contrast levels and fonts using browser or device settings"));
567
609
  i0.ɵɵadvance(3);
568
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(31, 119, "navigate most of the website using speech recognition software"));
610
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(55, 169, "navigate most of the website using a keyboard or speech recognition software"));
569
611
  i0.ɵɵadvance(3);
570
- i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(34, 121, "listen to most of the website using a screen reader (including the most recent versions of JAWS, NVDA and VoiceOver)"), " ");
612
+ 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)"), " ");
571
613
  i0.ɵɵadvance(3);
572
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(37, 123, "We\u2019ve also made the website text as simple as possible to understand."));
614
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(61, 173, "We\u2019ve also made the website text as simple as possible to understand."));
573
615
  i0.ɵɵadvance(4);
574
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(41, 125, "AbilityNet"));
616
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(65, 175, "AbilityNet"));
575
617
  i0.ɵɵadvance(2);
576
- i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(43, 127, "has advice on making your device easier to use if you have a disability."), "");
618
+ i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(67, 177, "has advice on making your device easier to use if you have a disability."), "\n");
577
619
  i0.ɵɵadvance(3);
578
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(46, 129, "How accessible this website is"));
620
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(70, 179, "How accessible this website is"));
579
621
  i0.ɵɵadvance(3);
580
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(49, 131, "We know some parts of the website are not fully accessible:"));
622
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(73, 181, "We know some parts of the website are not fully accessible:"));
581
623
  i0.ɵɵadvance(4);
582
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(53, 133, "some pages can't be zoomed in to 400% without content overlapping"));
624
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(77, 183, "some pages can't be zoomed in to 400% without content overlapping"));
583
625
  i0.ɵɵadvance(3);
584
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(56, 135, "some page titles aren't page specific"));
585
- i0.ɵɵadvance(2);
586
- i0.ɵɵproperty("ngIf", !ctx.isEndpointMC);
587
- i0.ɵɵadvance();
588
- i0.ɵɵproperty("ngIf", !ctx.isEndpointMC);
589
- i0.ɵɵadvance();
590
- i0.ɵɵproperty("ngIf", !ctx.isEndpointMC);
591
- i0.ɵɵadvance();
592
- i0.ɵɵproperty("ngIf", ctx.isEndpointMC);
593
- i0.ɵɵadvance();
594
- i0.ɵɵproperty("ngIf", ctx.isEndpointMC);
595
- i0.ɵɵadvance(2);
596
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(64, 137, "some PDFs may not be fully accessible to a screen reader"));
597
- i0.ɵɵadvance(2);
598
- i0.ɵɵproperty("ngIf", ctx.isEndpointMC);
599
- i0.ɵɵadvance(2);
600
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(68, 139, "Feedback and contact information"));
626
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(80, 185, "some page titles aren't page specific"));
601
627
  i0.ɵɵadvance(3);
602
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(71, 141, "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:"));
603
- i0.ɵɵadvance(4);
604
- i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(75, 143, "email:"), " ");
605
- i0.ɵɵadvance(5);
606
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(80, 145, "call the service you require, as listed below."));
628
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(83, 187, "it may be difficult to navigate between pages"));
607
629
  i0.ɵɵadvance(3);
608
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(83, 147, "Adoption"));
609
- i0.ɵɵadvance(4);
610
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(87, 149, "call: 01634 887900"));
630
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(86, 189, "some headings and labels aren't specific enough"));
611
631
  i0.ɵɵadvance(3);
612
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(90, 151, "Divorce and Financial Remedy"));
613
- i0.ɵɵadvance(4);
614
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(94, 153, "call: 0300 123 1372"));
632
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(89, 191, "some PDFs may not be fully accessible to a screen reader"));
615
633
  i0.ɵɵadvance(3);
616
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(97, 155, "Civil Damages Service"));
617
- i0.ɵɵadvance(4);
618
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(101, 157, "call: 0300 123 1372"));
634
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(92, 193, "some buttons may not communicate collapsed status on mobile"));
619
635
  i0.ɵɵadvance(3);
620
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(104, 159, "Family Public Law"));
636
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(95, 195, "Feedback and contact information"));
637
+ i0.ɵɵadvance(12);
638
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(107, 197, "Adoption"));
621
639
  i0.ɵɵadvance(4);
622
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(108, 161, "call: 0330 808 4424"));
640
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(111, 199, "call: 01634 887900"));
623
641
  i0.ɵɵadvance(3);
624
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(111, 163, "Immigration and Asylum Chamber"));
642
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(114, 201, "Civil Damages Service"));
625
643
  i0.ɵɵadvance(4);
626
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(115, 165, "call: 0300 123 1711"));
644
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(118, 203, "call: 0300 123 1372"));
627
645
  i0.ɵɵadvance(3);
628
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(118, 167, "Online Civil Money Claims"));
646
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(121, 205, "Divorce and Financial Remedy"));
629
647
  i0.ɵɵadvance(4);
630
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(122, 169, "call: 0300 123 7050"));
648
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(125, 207, "call: 0300 303 0642"));
631
649
  i0.ɵɵadvance(3);
632
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(125, 171, "Private Law"));
650
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(128, 209, "Family Public Law"));
633
651
  i0.ɵɵadvance(4);
634
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(129, 173, "call: 0300 323 0185"));
652
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(132, 211, "call: 0330 808 4424"));
635
653
  i0.ɵɵadvance(3);
636
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(132, 175, "Probate"));
654
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(135, 213, "Immigration and Asylum Chamber"));
637
655
  i0.ɵɵadvance(4);
638
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(136, 177, "call: 0300 303 0648"));
656
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(139, 215, "call: 0300 123 1711"));
639
657
  i0.ɵɵadvance(3);
640
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(139, 179, "Social Security and Child Support"));
658
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(142, 217, "Online Civil Money Claims"));
641
659
  i0.ɵɵadvance(4);
642
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(143, 181, "call: 0300 123 1142"));
643
- i0.ɵɵadvance(3);
644
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(146, 183, "We'll consider your request and get back to you in 10 working days."));
645
- i0.ɵɵadvance(3);
646
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(149, 185, "If you a member of HMCTS staff or the Judiciary speak to your line manager or equivalent in the first instance."));
647
- i0.ɵɵadvance(3);
648
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(152, 187, "Reporting accessibility problems with this website"));
660
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(146, 219, "call: 0300 123 7050"));
649
661
  i0.ɵɵadvance(3);
650
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(155, 189, "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're not meeting accessibility requirements, contact:"));
662
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(149, 221, "Private Law"));
651
663
  i0.ɵɵadvance(4);
652
- i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(159, 191, "email:"), " ");
653
- i0.ɵɵadvance(4);
654
- i0.ɵɵproperty("ngIf", ctx.isEndpointMC);
664
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(153, 223, "call: 0300 323 0185"));
665
+ i0.ɵɵadvance(3);
666
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(156, 225, "Probate"));
655
667
  i0.ɵɵadvance(4);
656
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(167, 193, "If you a member of HMCTS staff or the Judiciary speak to your line manager or equivalent in the first instance."));
668
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(160, 227, "call: 0300 303 0648"));
657
669
  i0.ɵɵadvance(3);
658
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(170, 195, "Enforcement procedure"));
670
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(163, 229, "Social Security and Child Support"));
671
+ i0.ɵɵadvance(4);
672
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(167, 231, "call: 0300 123 1142"));
659
673
  i0.ɵɵadvance(3);
660
- i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(173, 197, "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)."), " ");
674
+ i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(170, 233, "We'll consider your request and get back to you in 10 working days."), "\n");
675
+ i0.ɵɵadvance(2);
676
+ i0.ɵɵproperty("ngIf", ctx.isEndpointMC);
677
+ i0.ɵɵadvance(2);
678
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(174, 235, "Reporting accessibility problems with this website"));
661
679
  i0.ɵɵadvance(3);
662
- i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(176, 199, "If you\u2019re not happy with how we respond to your complaint,"), " ");
680
+ 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:"));
681
+ i0.ɵɵadvance(10);
682
+ i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(187, 239, "We'll consider your request and get back to you in 10 working days."), "\n");
663
683
  i0.ɵɵadvance(3);
664
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(179, 201, "contact the Equality Advisory and Support Service (EASS)."));
684
+ 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."));
665
685
  i0.ɵɵadvance(3);
666
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(182, 203, "Contacting us by phone or visiting us in person"));
686
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(193, 243, "Enforcement procedure"));
667
687
  i0.ɵɵadvance(3);
668
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(185, 205, "We provide a text relay service for people who are D/deaf, hearing impaired or have a speech impediment."));
688
+ 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)."), " ");
669
689
  i0.ɵɵadvance(3);
670
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(188, 207, "Our offices and tribunal venues have audio induction loops, or if you contact us before your visit we can arrange a British Sign Language (BSL) interpreter. You can also request step-free access or a foreign language interpreter."));
690
+ i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(199, 247, "If you\u2019re not happy with how we respond to your complaint,"), " ");
671
691
  i0.ɵɵadvance(3);
672
- i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(191, 209, "Find out how to contact us using the contact details above or "), " ");
692
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(202, 249, "contact the Equality Advisory and Support Service (EASS)."));
673
693
  i0.ɵɵadvance(3);
674
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(194, 211, "find the contact details for court and tribunal venues"));
675
- i0.ɵɵadvance(4);
676
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(198, 213, "Technical information about this website\u2019s accessibility"));
694
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(205, 251, "Technical information about this website\u2019s accessibility"));
677
695
  i0.ɵɵadvance(3);
678
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(201, 215, "HMCTS is committed to making its website accessible, in accordance with the Public Sector Bodies (Websites and Mobile Applications) (No.2) Accessibility Regulations 2018."));
696
+ 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."));
679
697
  i0.ɵɵadvance(3);
680
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(204, 217, "Compliance Status"));
698
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(211, 255, "Compliance Status"));
681
699
  i0.ɵɵadvance(3);
682
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(207, 219, "This website is partially compliant with the "));
700
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(214, 257, "This website is partially compliant with the "));
683
701
  i0.ɵɵadvance(3);
684
- i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(210, 221, "Web Content Accessibility Guidelines version 2.1 "), "");
702
+ i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(217, 259, "Web Content Accessibility Guidelines version 2.2 "), "");
685
703
  i0.ɵɵadvance(2);
686
- i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(212, 223, "due to the non-compliances listed below."), "\n");
704
+ i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(219, 261, "to AA standard, due to the non-compliances listed below."), "\n");
687
705
  i0.ɵɵadvance(3);
688
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(215, 225, "Non-accessible content"));
706
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(222, 263, "Non-accessible content"));
689
707
  i0.ɵɵadvance(3);
690
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(218, 227, "The content listed below is non-compliant for the following reasons."));
708
+ i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(225, 265, "The content listed below is non-compliant for the following reasons."), "\n");
691
709
  i0.ɵɵadvance(3);
692
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(221, 229, "Non-compliance with the accessibility regulations"));
710
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(228, 267, "Non-accessible content"));
693
711
  i0.ɵɵadvance(3);
694
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(224, 231, "When zoomed in 200%, content overlaps and does not reflow, so some people will have difficulty viewing pages. This fails WCAG 2.1 success criterion 1.4.10: Reflow (Level AA)."));
712
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(231, 269, "Non-compliance with the accessibility regulations"));
695
713
  i0.ɵɵadvance(3);
696
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(227, 233, "Some page titles are not unique to the screens, so screenreader users may struggle to know which page they are on. This fails WCAG 2.1 success criterion 2.4.2: Page Titled (Level A)"));
714
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(234, 271, "The content listed below is non-compliant for the following reasons."));
715
+ i0.ɵɵadvance(4);
716
+ 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."));
697
717
  i0.ɵɵadvance(2);
698
- i0.ɵɵproperty("ngIf", ctx.isEndpointMC);
699
- i0.ɵɵadvance();
700
- i0.ɵɵproperty("ngIf", !ctx.isEndpointMC);
701
- i0.ɵɵadvance();
702
- i0.ɵɵproperty("ngIf", !ctx.isEndpointMC);
703
- i0.ɵɵadvance();
704
- i0.ɵɵproperty("ngIf", !ctx.isEndpointMC);
705
- i0.ɵɵadvance();
706
- i0.ɵɵproperty("ngIf", ctx.isEndpointMC);
707
- i0.ɵɵadvance();
708
- i0.ɵɵproperty("ngIf", ctx.isEndpointMC);
709
- i0.ɵɵadvance();
710
- i0.ɵɵproperty("ngIf", !ctx.isEndpointMC);
711
- i0.ɵɵadvance();
712
- i0.ɵɵproperty("ngIf", !ctx.isEndpointMC);
713
- i0.ɵɵadvance();
714
- i0.ɵɵproperty("ngIf", !ctx.isEndpointMC);
715
- i0.ɵɵadvance();
716
- i0.ɵɵproperty("ngIf", !ctx.isEndpointMC);
718
+ 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");
719
+ i0.ɵɵadvance(4);
720
+ 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."));
721
+ i0.ɵɵadvance(2);
722
+ 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");
723
+ i0.ɵɵadvance(4);
724
+ 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."));
725
+ i0.ɵɵadvance(2);
726
+ 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)."));
727
+ i0.ɵɵadvance(4);
728
+ 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."));
729
+ i0.ɵɵadvance(2);
730
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(258, 287, " This fails WCAG v2.2, 2.5.3 Label in Name (Level A). "));
731
+ i0.ɵɵadvance(4);
732
+ 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."));
733
+ i0.ɵɵadvance(2);
734
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(264, 291, " This fails WCAG v2.2, 3.2.2 On Input (Level A). "));
735
+ i0.ɵɵadvance(4);
736
+ 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."));
737
+ i0.ɵɵadvance(2);
738
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(270, 295, " This fails WCAG v2.2, 1.3.1 Info and Relationships (Level A)."));
739
+ i0.ɵɵadvance(4);
740
+ 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. "));
741
+ i0.ɵɵadvance(2);
742
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(276, 299, " This fails WCAG v2.2, 4.1.2 Name, Role, Value (Level A)."));
743
+ i0.ɵɵadvance(4);
744
+ 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."));
745
+ i0.ɵɵadvance(2);
746
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(282, 303, " This fails WCAG v2.2, 4.1.2 Name, Role, Value (Level A)."));
747
+ i0.ɵɵadvance(4);
748
+ 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."));
749
+ i0.ɵɵadvance(2);
750
+ 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)."));
751
+ i0.ɵɵadvance(4);
752
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(292, 309, "Some headings are contained within a description list which may cause some confusion to a screen reader user. "));
753
+ i0.ɵɵadvance(2);
754
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(294, 311, " This fails WCAG v2.2, 1.3.1 Info and Relationships (Level A)."));
755
+ i0.ɵɵadvance(4);
756
+ 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."));
717
757
  i0.ɵɵadvance(2);
718
- i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(240, 235, "Content that\u2019s not within the scope of the accessibility regulations"), " ");
758
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(300, 315, " This fails WCAG v2.2 1.3.1 Info and Relationships (Level A)."));
759
+ i0.ɵɵadvance(4);
760
+ 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."));
761
+ i0.ɵɵadvance(2);
762
+ 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)."));
763
+ i0.ɵɵadvance(4);
764
+ 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."));
765
+ i0.ɵɵadvance(2);
766
+ 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)."));
767
+ i0.ɵɵadvance(4);
768
+ 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."));
769
+ i0.ɵɵadvance(2);
770
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(318, 327, " This fails WCAG v2.2, 1.3.1 Info and Relationships (Level A)."));
771
+ i0.ɵɵadvance(4);
772
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(322, 329, "Some images were decorative but the descriptions were not accurate for assistive technology users. "));
773
+ i0.ɵɵadvance(2);
774
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(324, 331, " This fails WCAG v2.2 1.1.1 Non-text Content (Level A)."));
775
+ i0.ɵɵadvance(4);
776
+ 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."));
777
+ i0.ɵɵadvance(2);
778
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(330, 335, " This fails WCAG v2.2, 2.4.6 Headings and Labels (Level AA)."));
779
+ i0.ɵɵadvance(4);
780
+ 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."));
781
+ i0.ɵɵadvance(2);
782
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(336, 339, " This fails WCAG v2.2, 4.1.3 Status Messages (Level AA)."));
783
+ i0.ɵɵadvance(4);
784
+ 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."));
785
+ i0.ɵɵadvance(2);
786
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(342, 343, " This fails WCAG v2.2, 1.4.11 Non-text Contrast (Level AA)."));
787
+ i0.ɵɵadvance(4);
788
+ 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."));
789
+ i0.ɵɵadvance(2);
790
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(348, 347, " This fails WCAG v2.2, 1.4.10 Reflow (Level AA)."));
791
+ i0.ɵɵadvance(4);
792
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(352, 349, "Text on the website cannot be resized to 200% without loss of content/ functionality. "));
793
+ i0.ɵɵadvance(2);
794
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(354, 351, " This fails WCAG v2.2, 1.4.4 Resize text (Level AA)."));
795
+ i0.ɵɵadvance(4);
796
+ 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."));
797
+ i0.ɵɵadvance(2);
798
+ 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). "));
799
+ i0.ɵɵadvance(4);
800
+ 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."));
801
+ i0.ɵɵadvance(2);
802
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(366, 359, " This fails WCAG v2.2, 1.4.12 Text Spacing (Level AA)."));
803
+ i0.ɵɵadvance(4);
804
+ 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."));
805
+ i0.ɵɵadvance(2);
806
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(372, 363, " This fails WCAG v2.2 3.1.4 Abbreviations (Level AAA). "));
807
+ i0.ɵɵadvance(4);
808
+ 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."));
809
+ i0.ɵɵadvance(2);
810
+ i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(378, 367, " This fails WCAG v2.2 3.2.5 Change on Request (Level AAA)."), "\n");
811
+ i0.ɵɵadvance(4);
812
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(382, 369, "Some links were not descriptive enough for Assistive technology to convey the context to the user."));
813
+ i0.ɵɵadvance(2);
814
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(384, 371, " This fails WCAG v2.2 2.4.9 Link Purpose (Link Only) (Level AAA)."));
815
+ i0.ɵɵadvance(4);
816
+ 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."));
817
+ i0.ɵɵadvance(2);
818
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(390, 375, " This fails WCAG v2.2, 1.4.6 Contrast (Enhanced) (Level AAA)."));
819
+ i0.ɵɵadvance(4);
820
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(394, 377, "Disproportionate burden on accessibility regulations"));
821
+ i0.ɵɵadvance(3);
822
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(397, 379, "There are areas which have been classified as disproportionate burden."));
823
+ i0.ɵɵadvance(4);
824
+ 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. "));
825
+ i0.ɵɵadvance(3);
826
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(404, 383, "A further review will take place in 12 months to review the current position"));
719
827
  i0.ɵɵadvance(3);
720
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(243, 237, "PDFs, documents and attachments to email notifications published before 23 September 2018 may not meet accessibility standards. For example, they may not be structured so they\u2019re accessible to a screen reader."));
828
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(407, 385, "Content that\u2019s not within the scope of the accessibility regulations"));
721
829
  i0.ɵɵadvance(3);
722
- i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(246, 239, "Any new PDFs or Word documents we publish will meet accessibility standards."), "\n");
830
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(410, 387, "PDFs and other documents"));
723
831
  i0.ɵɵadvance(3);
724
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(249, 241, "What we\u2019re doing to improve accessibility"));
832
+ 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."));
725
833
  i0.ɵɵadvance(3);
726
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(252, 243, "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.1."));
834
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(416, 391, "Any new PDFs or Word documents we publish will meet accessibility standards."));
727
835
  i0.ɵɵadvance(3);
728
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(255, 245, "We\u2019re actively working to improve the identified issues and aiming to make them AA-compliant by December 2024."));
836
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(419, 393, "What we\u2019re doing to improve accessibility"));
729
837
  i0.ɵɵadvance(3);
730
- i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(258, 247, "We\u2019re currently preparing for an external audit carried out by the "), " ");
838
+ 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."));
731
839
  i0.ɵɵadvance(3);
732
- i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(261, 249, "Digital Accessibility Centre (DAC)."), " ");
840
+ 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");
733
841
  i0.ɵɵadvance(3);
734
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(264, 251, "Preparation of this accessibility statement"));
842
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(428, 399, "Preparation of this accessibility statement"));
735
843
  i0.ɵɵadvance(3);
736
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(267, 253, "This statement was prepared on 16 September 2019. It was last reviewed in Spring/Summer 2023."));
844
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(431, 401, "This statement was prepared on 16 September 2019. It was last reviewed on 26 March 2025."));
737
845
  i0.ɵɵadvance(3);
738
- i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(270, 255, "This website was last tested on 19 May 2020. The service will be tested by"), " ");
846
+ i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(434, 403, "This website was tested by"), " ");
739
847
  i0.ɵɵadvance(3);
740
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(273, 257, "Digital Accessibility Centre (DAC)"));
848
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(437, 405, "Digital Accessibility Centre (DAC)"));
741
849
  i0.ɵɵadvance(2);
742
- i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(275, 259, "on 20 November 2023."), "");
850
+ i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(439, 407, " in 19 February 2024"), "\n");
743
851
  } }, dependencies: [i1.NgIf, i2.RpxTranslatePipe], styles: [".govuk-list--alpha[_ngcontent-%COMP%]{padding-left:20px;list-style-type:lower-alpha}"] }); }
744
852
  }
745
853
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AccessibilityComponent, [{
746
854
  type: Component,
747
- args: [{ selector: 'xuilib-accessibility', template: "<h1 class=\"govuk-heading-xl\" id=\"Accessibility-statement-for-Expert-UI\">{{'Accessibility statement for MyHMCTS' |\n rpxTranslate }}\n {{isEndpointMC ? 'Manage Cases' : 'Manage Organisation' | rpxTranslate}}</h1>\n\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 service.' |\n rpxTranslate}}</p>\n\n<ul class=\"govuk-list\">\n <li><a href=\"accessibility#Immigration-and-asylum-chamber\">{{'Immigration and Asylum' | rpxTranslate}}</a></li>\n <li><a href=\"accessibility#Family-public-law\">{{'Family Public Law' | rpxTranslate}} </a></li>\n</ul>\n\n<p class=\"govuk-body\">{{'This website is run by HM Courts & Tribunals Service. We want as many people as possible to be\n able to use this website. For example, you should be able to:' | rpxTranslate}}</p>\n\n<ul class=\"govuk-list govuk-list--bullet\">\n <li>{{'change colours, contrast levels and fonts' | rpxTranslate}}</li>\n <li *ngIf=\"isEndpointMC\">{{'zoom in up to 300% without the text spilling off the screen' | rpxTranslate}}</li>\n <li>{{'navigate most of the website using just a keyboard' | rpxTranslate}}</li>\n <li>{{'navigate most of the website using speech recognition software' | rpxTranslate}}</li>\n <li>{{'listen to most of the website using a screen reader (including the most recent versions of JAWS, NVDA and\n VoiceOver)' | rpxTranslate}}\n </li>\n</ul>\n\n<p class=\"govuk-body\">{{'We\\\u2019ve also made the website text as simple as possible to understand.' | rpxTranslate}}</p>\n\n<p class=\"govuk-body\"><a rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://mcmw.abilitynet.org.uk/\">{{'AbilityNet'\n | rpxTranslate}}</a>\n {{'has advice on making your device easier to use if you have a disability.' | rpxTranslate}}</p>\n\n<h2 class=\"govuk-heading-l\" id=\"How-accessible-this-website-is\">{{'How accessible this website is' | rpxTranslate}}</h2>\n\n<p class=\"govuk-body\">{{'We know some parts of the website are not fully accessible:' | rpxTranslate}}</p>\n\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 *ngIf=\"!isEndpointMC\">{{'some pages do not follow a logical tabbing order' | rpxTranslate}}</li>\n <li *ngIf=\"!isEndpointMC\">{{'some headings levels are skipped' | rpxTranslate}}</li>\n <li *ngIf=\"!isEndpointMC\">{{'some links do not work' | rpxTranslate}}</li>\n <li *ngIf=\"isEndpointMC\">{{'it may be difficult to navigate between pages' | rpxTranslate}}</li>\n <li *ngIf=\"isEndpointMC\">{{'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 *ngIf=\"isEndpointMC\">{{'some buttons may not communicate collapsed status on mobile' | rpxTranslate}}</li>\n</ul>\n\n<h2 class=\"govuk-heading-l\" id=\"What-to-do-if-you-cannot-access-parts-of-this-website\">{{'Feedback and contact\n information' | rpxTranslate}}</h2>\n\n<p class=\"govuk-body\">{{'If you\\'re a legal professional and need information on this website in a different format like\n accessible PDF, large print, easy read, audio recording or braille, you can:' | rpxTranslate}}</p>\n\n<ul class=\"govuk-list govuk-list--bullet\">\n <li>{{'email:' | rpxTranslate}} <a href=\"mailto:HMCTSforms@justice.gov.uk\"> HMCTSforms&#64;justice.gov.uk</a></li>\n <li>{{'call the service you require, as listed below.' | rpxTranslate}}</li>\n</ul>\n\n\n<h2 class=\"govuk-heading-l\" id=\"Adoption\">{{'Adoption' | rpxTranslate}}</h2>\n<ul class=\"govuk-list govuk-list--bullet\">\n <li>{{'call: 01634 887900' | rpxTranslate}}</li>\n</ul>\n\n<h2 class=\"govuk-heading-l\" id=\"Divorce-and-financial-remedy\">{{'Divorce and Financial Remedy' | rpxTranslate}}</h2>\n<ul class=\"govuk-list govuk-list--bullet\">\n <li>{{'call: 0300 123 1372' | rpxTranslate}}</li>\n</ul>\n\n<h2 class=\"govuk-heading-l\" id=\"Civil-damages-service\">{{'Civil Damages Service' | rpxTranslate}}</h2>\n<ul class=\"govuk-list govuk-list--bullet\">\n <li>{{'call: 0300 123 1372' | rpxTranslate}}</li>\n</ul>\n\n<h2 class=\"govuk-heading-l\" id=\"Family-public-law\">{{'Family Public Law' | rpxTranslate}}</h2>\n<ul class=\"govuk-list govuk-list--bullet\">\n <li>{{'call: 0330 808 4424' | rpxTranslate}}</li>\n</ul>\n\n<h2 class=\"govuk-heading-l\" id=\"Immigration-and-asylum-chamber\">{{'Immigration and Asylum Chamber' | rpxTranslate}}</h2>\n<ul class=\"govuk-list govuk-list--bullet\">\n <li>{{'call: 0300 123 1711' | rpxTranslate}}</li>\n</ul>\n\n<h2 class=\"govuk-heading-l\" id=\"Online-civil-money-claims\">{{'Online Civil Money Claims' | rpxTranslate}}</h2>\n<ul class=\"govuk-list govuk-list--bullet\">\n <li>{{'call: 0300 123 7050' | rpxTranslate}}</li>\n</ul>\n\n<h2 class=\"govuk-heading-l\" id=\"Private-law\">{{'Private Law' | rpxTranslate}}</h2>\n<ul class=\"govuk-list govuk-list--bullet\">\n <li>{{'call: 0300 323 0185' | rpxTranslate}}</li>\n</ul>\n\n<h2 class=\"govuk-heading-l\" id=\"Probate\">{{'Probate' | rpxTranslate}}</h2>\n<ul class=\"govuk-list govuk-list--bullet\">\n <li>{{'call: 0300 303 0648' | rpxTranslate}}</li>\n</ul>\n\n<h2 class=\"govuk-heading-l\" id=\"Social-security-and-child-support\">{{'Social Security and Child Support' |\n rpxTranslate}}</h2>\n<ul class=\"govuk-list govuk-list--bullet\">\n <li>{{'call: 0300 123 1142' | rpxTranslate}}</li>\n</ul>\n\n<p class=\"govuk-body\">{{'We\\'ll consider your request and get back to you in 10 working days.' | rpxTranslate}}</p>\n<p class=\"govuk-body\">{{'If you a member of HMCTS staff or the Judiciary speak to your line manager or equivalent in the\n first instance.' | rpxTranslate}}</p>\n\n<h2 class=\"govuk-heading-l\" id=\"Reporting-accessibility-problems-with-this-website\">{{'Reporting accessibility problems\n with this website' | rpxTranslate}}</h2>\n\n<p class=\"govuk-body\">{{'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\\'re not meeting accessibility requirements, contact:' | rpxTranslate}}</p>\n\n<ul class=\"govuk-list govuk-list--bullet\">\n <li>{{'email:' | rpxTranslate}} <a href=\"mailto:MCTSforms@justice.gov.uk\"> HMCTSforms&#64;justice.gov.uk</a></li>\n <li *ngIf=\"isEndpointMC\"><a href=\"mailto:customer.service@justice.gov.uk\">customer.service&#64;justice.gov.uk</a></li>\n <li>call the service you require as listed above.</li>\n</ul>\n\n<p class=\"govuk-body\">{{'If you a member of HMCTS staff or the Judiciary speak to your line manager or equivalent in the\n first instance.' | rpxTranslate}}</p>\n\n\n<h2 class=\"govuk-heading-l\" id=\"Enforcement-procedure \">{{'Enforcement procedure' | rpxTranslate}}</h2>\n\n<p class=\"govuk-body\">{{'The Equality and Human Rights Commission (EHRC) is responsible for enforcing the Public Sector\n Bodies (Websites and Mobile Applications) (No. 2) Accessibility Regulations 2018 (the \\\u2018accessibility\n regulations\\\u2019).' | rpxTranslate}} </p>\n\n<p class=\"govuk-body\">{{'If you\\\u2019re not happy with how we respond to your complaint,' | rpxTranslate}} <a\n rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://www.equalityadvisoryservice.com/\">{{'contact\n the Equality Advisory and Support Service (EASS).' | rpxTranslate}}</a></p>\n\n<h1 class=\"govuk-heading-l\" id=\"Contacting-us-by-phone-or-visiting-us-in-person\">{{'Contacting us by phone or visiting\n us\n in person' | rpxTranslate}}</h1>\n\n<p class=\"govuk-body\">{{'We provide a text relay service for people who are D/deaf, hearing impaired or have a speech\n impediment.' | rpxTranslate}}</p>\n\n<p class=\"govuk-body\">{{'Our offices and tribunal venues have audio induction loops, or if you contact us before your\n visit\n we can arrange a British Sign Language (BSL) interpreter. You can also request step-free access or a foreign language\n interpreter.' | rpxTranslate}}</p>\n\n<p class=\"govuk-body\">{{'Find out how to contact us using the contact details above or ' | rpxTranslate}} <a\n target=\"_blank\" href=\"https://courttribunalfinder.service.gov.uk/search/\">{{'find\n the contact details for court and tribunal venues' | rpxTranslate}}</a>. </p>\n\n\n<h2 class=\"govuk-heading-l\" id=\"Technical-information-about-this-website-accessibility\">{{'Technical information about\n this website\\\u2019s accessibility' | rpxTranslate}}</h2>\n\n<p class=\"govuk-body\">{{'HMCTS is committed to making its website accessible, in accordance with the Public Sector\n Bodies (Websites and Mobile Applications) (No.2)\n Accessibility Regulations 2018.' | rpxTranslate}}</p>\n\n\n<h2 class=\"govuk-heading-l\" id=\"Compliance-status\">{{'Compliance Status' | rpxTranslate}}</h2>\n\n<p class=\"govuk-body\">{{'This website is partially compliant with the ' | rpxTranslate}}<a target=\"_blank\"\n href=\"https://www.w3.org/TR/WCAG21/\">\n {{'Web Content Accessibility Guidelines version 2.1 ' | rpxTranslate}}</a>\n {{'due to the non-compliances listed below.' | rpxTranslate}}\n</p>\n<h2 class=\"govuk-heading-l\" id=\"Non-accessible-content\">{{'Non-accessible content' | rpxTranslate}}</h2>\n\n<p class=\"govuk-body\">{{'The content listed below is non-compliant for the following reasons.' | rpxTranslate}}</p>\n\n\n<h2 class=\"govuk-heading-l\" id=\"Non-compliance-with-the-accessibility-regulations\">{{'Non-compliance with the\n accessibility\n regulations' | rpxTranslate}}</h2>\n\n<p class=\"govuk-body\">{{'When zoomed in 200%, content overlaps and does not reflow, so some people will have difficulty\n viewing pages.\n This fails WCAG 2.1 success criterion 1.4.10: Reflow (Level AA).' | rpxTranslate}}</p>\n\n<p class=\"govuk-body\">{{'Some page titles are not unique to the screens, so screenreader users may struggle to know\n which page they are on.\n This fails WCAG 2.1 success criterion 2.4.2: Page Titled (Level A)' | rpxTranslate}}</p>\n\n<p *ngIf=\"isEndpointMC\" class=\"govuk-body\">{{'It is difficult to understand how some pages are related to one another,\n and where they are in\n the context of the whole site.\n This fails WCAG 2.1 success criterion 2.4.5: Multiple Ways (Level AA)' | rpxTranslate}}</p>\n\n<p *ngIf=\"!isEndpointMC\" class=\"govuk-body\">{{'Some users may struggle with keyboard order when tabbing after an error\n is presented. This fails WCAG 2.1 success criterion 2.4.3: Focus Order (Level A).' | rpxTranslate}}</p>\n<p *ngIf=\"!isEndpointMC\" class=\"govuk-body\">{{'Some headings are skipped, so some users may struggle to navigate with\n screen reader via headings. This fails WCAG 2.1 success criterion 2.4.6: Headings and labels (Level AA).' |\n rpxTranslate}}</p>\n<p *ngIf=\"!isEndpointMC\" class=\"govuk-body\">{{'Some error links do not take the user to the specific error field, so\n some people may struggle with interacting with the links. This fails WCAG 2.1 success criterion 3.2.1: On Focus (Level\n A).' | rpxTranslate}}</p>\n<p *ngIf=\"isEndpointMC\" class=\"govuk-body\">{{'The heading \\'Filter\\' together with the non-unique \\'Case List\\' headings\n heavily imply that a user is filtering one \\'Case List\\' table, to which they have access, according to the filters they select. However, this is\n not the case. Some users may struggle with heading filters as it is not clear which ones correspond to the table data.\n This fails WCAG 2.1 success criterion 2.4.6: Headings and labels (Level AA)' | rpxTranslate}}</p>\n\n<p *ngIf=\"isEndpointMC\" class=\"govuk-body\">{{'Some users may struggle on mobile where a screen reader doesn\\'t indicate\n that buttons are collapsible. This fails WCAG 2.1 success criterion 4.1.2: Name, Role, Value (Level A)' | rpxTranslate}}</p>\n\n<h2 *ngIf=\"!isEndpointMC\" class=\"govuk-heading-m\" id=\"Disproportionate-burden\">{{'Disproportionate burden' | rpxTranslate}} </h2>\n\n<p *ngIf=\"!isEndpointMC\" class=\"govuk-body\">{{'We\\'re considering if fixing some issues would be a' | rpxTranslate}} <a\n target=\"_blank\" href=\"https://www.legislation.gov.uk/uksi/2018/952/regulation/7/made/\">{{'disproportionate burden' |\n rpxTranslate}}</a> {{'within the meaning of\n the accessibility regulations. These issues are:' | rpxTranslate}}</p>\n\n<ul *ngIf=\"!isEndpointMC\" class=\"govuk-list govuk-list--bullet\">\n <li>{{'Screen readers not picking up how pages are related to one another, and where they are in the context of the\n whole site' | rpxTranslate}}</li>\n <li>{{'Screen readers not picking up on non-unique table headings on the same page' | rpxTranslate}}</li>\n <li>{{'Some labels, fields, error messages and other content not being clearly identified by screen readers and voice\n activation software on mobile devices.' | rpxTranslate}}</li>\n</ul>\n\n<p *ngIf=\"!isEndpointMC\" class=\"govuk-body\">{{'When this assessment is complete, we will update this accessibility\n statement, to cover whether or not disproportionate burden is being claimed.' | rpxTranslate}}</p>\n\n<h2 class=\"govuk-heading-m\" id=\"Content-that\u2019s-not-within-the-scope-of-the-accessibility-regulations\">{{'Content that\\\u2019s\n not\n within the scope of the accessibility regulations' | rpxTranslate}} </h2>\n\n<p class=\"govuk-body\">{{'PDFs, documents and attachments to email notifications published before 23 September 2018 may\n not\n meet accessibility standards. For example, they may not be structured so they\\\u2019re accessible to a screen reader.' |\n rpxTranslate}}</p>\n\n<p class=\"govuk-body\">{{'Any new PDFs or Word documents we publish will meet accessibility standards.' | rpxTranslate}}\n</p>\n\n<h2 class=\"govuk-heading-l\" id=\"what-to-improve-accessibility\">{{'What we\\\u2019re doing to improve accessibility' |\n rpxTranslate}}</h2>\n\n<p class=\"govuk-body\">{{'We\\\u2019re committed to ensuring our services are accessible to all our users and that they comply\n with\n level AA of the Web Content Accessibility Guidelines \u2013 WCAG 2.1.' | rpxTranslate}}</p>\n\n<p class=\"govuk-body\">{{'We\\\u2019re actively working to improve the identified issues and aiming to make them AA-compliant\n by December 2024.' | rpxTranslate}}</p>\n<p class=\"govuk-body\">{{'We\\\u2019re currently preparing for an external audit carried out by the ' | rpxTranslate}}\n <a target=\"_blank\" href=\"https://digitalaccessibilitycentre.org/\"> {{'Digital Accessibility Centre (DAC).' |\n rpxTranslate}} </a>\n</p>\n\n<h2 class=\"govuk-heading-l\" id=\"preparation-of-this-accessibility-statement\">{{'Preparation of this accessibility\n statement' | rpxTranslate}}</h2>\n\n<p class=\"govuk-body\">{{'This statement was prepared on 16 September 2019. It was last reviewed in Spring/Summer 2023.'\n | rpxTranslate}}</p>\n\n<p class=\"govuk-body\">{{'This website was last tested on 19 May 2020. The service will be tested by' | rpxTranslate}} <a\n target=\"_blank\" href=\"https://digitalaccessibilitycentre.org/\">{{'Digital\n Accessibility Centre (DAC)' | rpxTranslate}}</a> {{'on 20 November 2023.' | rpxTranslate}}</p>", styles: [".govuk-list--alpha{padding-left:20px;list-style-type:lower-alpha}\n"] }]
855
+ 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"] }]
748
856
  }], () => [], null); })();
749
857
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AccessibilityComponent, { className: "AccessibilityComponent", filePath: "lib/components/accessibility/accessibility.component.ts", lineNumber: 9 }); })();
750
858
 
@@ -953,7 +1061,7 @@ class CheckboxListComponent {
953
1061
  }
954
1062
  }
955
1063
  }
956
- static { this.ɵfac = function CheckboxListComponent_Factory(t) { return new (t || CheckboxListComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); }; }
1064
+ static { this.ɵfac = function CheckboxListComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CheckboxListComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); }; }
957
1065
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CheckboxListComponent, selectors: [["xuilib-checkbox-list"]], inputs: { options: "options", preselection: "preselection", labelFunction: "labelFunction", selection: "selection" }, outputs: { selectionChange: "selectionChange" }, features: [i0.ɵɵNgOnChangesFeature], decls: 1, vars: 1, consts: [["class", "xui-checkbox-list govuk-checkboxes govuk-checkboxes--small", 4, "ngIf"], [1, "xui-checkbox-list", "govuk-checkboxes", "govuk-checkboxes--small"], [1, "select-all", "govuk-checkboxes__item"], ["type", "checkbox", "id", "select_all", 1, "govuk-checkboxes__input", 3, "change", "checked"], ["for", "select_all", 1, "govuk-label", "govuk-checkboxes__label"], [1, "checkbox-items"], ["class", "govuk-checkboxes__item", 4, "ngFor", "ngForOf"], [1, "govuk-checkboxes__item"], ["type", "checkbox", 1, "govuk-checkboxes__input", 3, "change", "id", "checked"], [1, "govuk-label", "govuk-checkboxes__label", 3, "for"]], template: function CheckboxListComponent_Template(rf, ctx) { if (rf & 1) {
958
1066
  i0.ɵɵtemplate(0, CheckboxListComponent_div_0_Template, 8, 5, "div", 0);
959
1067
  } if (rf & 2) {
@@ -1080,7 +1188,7 @@ function ContactDetailsComponent_div_0_Template(rf, ctx) { if (rf & 1) {
1080
1188
  class ContactDetailsComponent {
1081
1189
  constructor() {
1082
1190
  }
1083
- static { this.ɵfac = function ContactDetailsComponent_Factory(t) { return new (t || ContactDetailsComponent)(); }; }
1191
+ static { this.ɵfac = function ContactDetailsComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ContactDetailsComponent)(); }; }
1084
1192
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ContactDetailsComponent, selectors: [["xuilib-contact-details"]], inputs: { data: "data" }, decls: 1, vars: 1, consts: [["class", "contact-details", 4, "ngIf"], [1, "contact-details"], ["class", "govuk-heading-m", 4, "ngIf"], [4, "ngIf"], ["class", "email", 4, "ngIf"], ["class", "contactDetails", 4, "ngIf"], ["class", "phone", 4, "ngIf"], ["class", "opening-times", 4, "ngIf"], [1, "govuk-heading-m"], [3, "className"], [1, "email"], [1, "govuk-!-font-weight-bold"], [3, "href"], [1, "contactDetails"], ["rel", "external", 3, "href"], [1, "phone"], [1, "opening-times"]], template: function ContactDetailsComponent_Template(rf, ctx) { if (rf & 1) {
1085
1193
  i0.ɵɵtemplate(0, ContactDetailsComponent_div_0_Template, 7, 6, "div", 0);
1086
1194
  } if (rf & 2) {
@@ -1219,7 +1327,7 @@ class DueDateComponent {
1219
1327
  const diffSecs = Math.floor((toEpoch - fromEpoch) / 1000);
1220
1328
  return Math.floor(diffSecs / SECONDS_IN_A_DAY);
1221
1329
  }
1222
- static { this.ɵfac = function DueDateComponent_Factory(t) { return new (t || DueDateComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); }; }
1330
+ static { this.ɵfac = function DueDateComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || DueDateComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); }; }
1223
1331
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: DueDateComponent, selectors: [["xuilib-due-date"]], inputs: { dueDate: "dueDate", highUrgencyCutoff: "highUrgencyCutoff", mediumUrgencyCutoff: "mediumUrgencyCutoff" }, features: [i0.ɵɵNgOnChangesFeature], decls: 1, vars: 1, consts: [["class", "due-date hmcts-badge", 3, "ngClass", "title", 4, "ngIf"], [1, "due-date", "hmcts-badge", 3, "ngClass", "title"]], template: function DueDateComponent_Template(rf, ctx) { if (rf & 1) {
1224
1332
  i0.ɵɵtemplate(0, DueDateComponent_span_0_Template, 5, 10, "span", 0);
1225
1333
  } if (rf & 2) {
@@ -1259,7 +1367,7 @@ class FeatureToggleService {
1259
1367
  getValueSync(feature, defaultValue) {
1260
1368
  throw new Error(`Not implemented ${feature}:${defaultValue}`);
1261
1369
  }
1262
- static { this.ɵfac = function FeatureToggleService_Factory(t) { return new (t || FeatureToggleService)(); }; }
1370
+ static { this.ɵfac = function FeatureToggleService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FeatureToggleService)(); }; }
1263
1371
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: FeatureToggleService, factory: FeatureToggleService.ɵfac, providedIn: 'root' }); }
1264
1372
  }
1265
1373
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FeatureToggleService, [{
@@ -1274,6 +1382,7 @@ class FeatureToggleGuard {
1274
1382
  this.featureToggleService = featureToggleService;
1275
1383
  this.router = router;
1276
1384
  }
1385
+ // TEST-TODO
1277
1386
  /**
1278
1387
  * Usage: Add the FeatureToggleGuard as the Guard for a route, and provide the following
1279
1388
  * in the data array for the route:
@@ -1281,11 +1390,13 @@ class FeatureToggleGuard {
1281
1390
  * - featureDisabledRedirect: the URL to redirect to when the this route is not accessible due to disabled features
1282
1391
  * - expectFeatureEnabled: Sets whether a route should be enabled/disabled based on whether feature is present
1283
1392
  * @param route Automatically provided by Angular
1393
+ * Note: Per Angular 18, when a guard returns a UrlTree as a redirect,
1394
+ * the redirecting navigation will now use replaceUrl if the initial navigation was also using the replaceUrl option.
1284
1395
  */
1285
1396
  canActivate(route) {
1286
1397
  return combineLatest([...route.data.needsFeaturesEnabled.map(feature => this.featureToggleService.getValueOnce(feature, false))]).pipe(map(featureStatuses => featureStatuses.every(status => status)), map(status => (route.data.expectFeatureEnabled !== false && status) || (route.data.expectFeatureEnabled === false && !status) || this.router.parseUrl(route.data.featureDisabledRedirect)));
1287
1398
  }
1288
- static { this.ɵfac = function FeatureToggleGuard_Factory(t) { return new (t || FeatureToggleGuard)(i0.ɵɵinject(FeatureToggleService), i0.ɵɵinject(i2$1.Router)); }; }
1399
+ static { this.ɵfac = function FeatureToggleGuard_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FeatureToggleGuard)(i0.ɵɵinject(FeatureToggleService), i0.ɵɵinject(i2$1.Router)); }; }
1289
1400
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: FeatureToggleGuard, factory: FeatureToggleGuard.ɵfac, providedIn: 'root' }); }
1290
1401
  }
1291
1402
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FeatureToggleGuard, [{
@@ -1345,7 +1456,7 @@ class LaunchDarklyService {
1345
1456
  getValueSync(feature, defaultValue) {
1346
1457
  return this.client.variation(feature, defaultValue);
1347
1458
  }
1348
- static { this.ɵfac = function LaunchDarklyService_Factory(t) { return new (t || LaunchDarklyService)(); }; }
1459
+ static { this.ɵfac = function LaunchDarklyService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || LaunchDarklyService)(); }; }
1349
1460
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: LaunchDarklyService, factory: LaunchDarklyService.ɵfac, providedIn: 'root' }); }
1350
1461
  }
1351
1462
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LaunchDarklyService, [{
@@ -1560,7 +1671,7 @@ class AddressService {
1560
1671
  });
1561
1672
  return sentence;
1562
1673
  }
1563
- static { this.ɵfac = function AddressService_Factory(t) { return new (t || AddressService)(i0.ɵɵinject(i1$1.HttpClient)); }; }
1674
+ static { this.ɵfac = function AddressService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AddressService)(i0.ɵɵinject(i1$1.HttpClient)); }; }
1564
1675
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: AddressService, factory: AddressService.ɵfac }); }
1565
1676
  }
1566
1677
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AddressService, [{
@@ -1619,7 +1730,7 @@ class GoogleAnalyticsService {
1619
1730
  console.warn('Google Analytics is not available.');
1620
1731
  }
1621
1732
  }
1622
- static { this.ɵfac = function GoogleAnalyticsService_Factory(t) { return new (t || GoogleAnalyticsService)(i0.ɵɵinject(i2$1.Router), i0.ɵɵinject(i2$2.Title), i0.ɵɵinject(windowToken), i0.ɵɵinject(DOCUMENT)); }; }
1733
+ static { this.ɵfac = function GoogleAnalyticsService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GoogleAnalyticsService)(i0.ɵɵinject(i2$1.Router), i0.ɵɵinject(i2$2.Title), i0.ɵɵinject(windowToken), i0.ɵɵinject(DOCUMENT)); }; }
1623
1734
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: GoogleAnalyticsService, factory: GoogleAnalyticsService.ɵfac, providedIn: 'root' }); }
1624
1735
  }
1625
1736
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GoogleAnalyticsService, [{
@@ -1697,7 +1808,7 @@ class GoogleTagManagerService {
1697
1808
  });
1698
1809
  }
1699
1810
  }
1700
- static { this.ɵfac = function GoogleTagManagerService_Factory(t) { return new (t || GoogleTagManagerService)(i0.ɵɵinject(i2$1.Router), i0.ɵɵinject(i2$2.Title), i0.ɵɵinject(windowToken), i0.ɵɵinject(DOCUMENT)); }; }
1811
+ static { this.ɵfac = function GoogleTagManagerService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GoogleTagManagerService)(i0.ɵɵinject(i2$1.Router), i0.ɵɵinject(i2$2.Title), i0.ɵɵinject(windowToken), i0.ɵɵinject(DOCUMENT)); }; }
1701
1812
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: GoogleTagManagerService, factory: GoogleTagManagerService.ɵfac, providedIn: 'root' }); }
1702
1813
  }
1703
1814
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GoogleTagManagerService, [{
@@ -1745,7 +1856,7 @@ class ManageSessionServices {
1745
1856
  appStateChanges() {
1746
1857
  return this.appStateEmitter.asObservable();
1747
1858
  }
1748
- static { this.ɵfac = function ManageSessionServices_Factory(t) { return new (t || ManageSessionServices)(i0.ɵɵinject(i1$2.Idle), i0.ɵɵinject(i2$3.Keepalive)); }; }
1859
+ static { this.ɵfac = function ManageSessionServices_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ManageSessionServices)(i0.ɵɵinject(i1$2.Idle), i0.ɵɵinject(i2$3.Keepalive)); }; }
1749
1860
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: ManageSessionServices, factory: ManageSessionServices.ɵfac, providedIn: 'root' }); }
1750
1861
  }
1751
1862
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ManageSessionServices, [{
@@ -1840,7 +1951,7 @@ class TimeoutNotificationsService {
1840
1951
  notificationOnChange() {
1841
1952
  return this.eventEmitter.asObservable();
1842
1953
  }
1843
- static { this.ɵfac = function TimeoutNotificationsService_Factory(t) { return new (t || TimeoutNotificationsService)(i0.ɵɵinject(i1$2.Idle), i0.ɵɵinject(i2$3.Keepalive)); }; }
1954
+ static { this.ɵfac = function TimeoutNotificationsService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TimeoutNotificationsService)(i0.ɵɵinject(i1$2.Idle), i0.ɵɵinject(i2$3.Keepalive)); }; }
1844
1955
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: TimeoutNotificationsService, factory: TimeoutNotificationsService.ɵfac, providedIn: 'root' }); }
1845
1956
  }
1846
1957
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TimeoutNotificationsService, [{
@@ -1858,7 +1969,7 @@ class RoleService {
1858
1969
  set roles(roles) {
1859
1970
  this.pRoles.next(roles);
1860
1971
  }
1861
- static { this.ɵfac = function RoleService_Factory(t) { return new (t || RoleService)(); }; }
1972
+ static { this.ɵfac = function RoleService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || RoleService)(); }; }
1862
1973
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: RoleService, factory: RoleService.ɵfac, providedIn: 'root' }); }
1863
1974
  }
1864
1975
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(RoleService, [{
@@ -1878,6 +1989,11 @@ class RoleGuard {
1878
1989
  this.roleService = roleService;
1879
1990
  this.router = router;
1880
1991
  }
1992
+ // TEST-TODO
1993
+ /*
1994
+ * Note: Per Angular 18, when a guard returns a UrlTree as a redirect,
1995
+ * the redirecting navigation will now use replaceUrl if the initial navigation was also using the replaceUrl option.
1996
+ * */
1881
1997
  canActivate(route) {
1882
1998
  return this.roleService.roles$.pipe(map(roles => {
1883
1999
  const canActivateRoles = route.data.needsRole;
@@ -1889,7 +2005,7 @@ class RoleGuard {
1889
2005
  return match || this.router.parseUrl(route.data.noRoleMatchRedirect);
1890
2006
  }));
1891
2007
  }
1892
- static { this.ɵfac = function RoleGuard_Factory(t) { return new (t || RoleGuard)(i0.ɵɵinject(RoleService), i0.ɵɵinject(i2$1.Router)); }; }
2008
+ static { this.ɵfac = function RoleGuard_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || RoleGuard)(i0.ɵɵinject(RoleService), i0.ɵɵinject(i2$1.Router)); }; }
1893
2009
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: RoleGuard, factory: RoleGuard.ɵfac, providedIn: 'root' }); }
1894
2010
  }
1895
2011
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(RoleGuard, [{
@@ -1931,7 +2047,7 @@ class CookieService {
1931
2047
  checkCookie(key) {
1932
2048
  return this.document.cookie.split('; ').some(item => item.trim().startsWith(`${key}=`));
1933
2049
  }
1934
- static { this.ɵfac = function CookieService_Factory(t) { return new (t || CookieService)(i0.ɵɵinject(DOCUMENT)); }; }
2050
+ static { this.ɵfac = function CookieService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CookieService)(i0.ɵɵinject(DOCUMENT)); }; }
1935
2051
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: CookieService, factory: CookieService.ɵfac, providedIn: 'root' }); }
1936
2052
  }
1937
2053
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CookieService, [{
@@ -1971,7 +2087,7 @@ class LoadingService {
1971
2087
  const timestamp = window.performance.now();
1972
2088
  return `common-lib-loading-${timestamp}`; // format: [source-library]-[unique incrementing number]
1973
2089
  }
1974
- static { this.ɵfac = function LoadingService_Factory(t) { return new (t || LoadingService)(); }; }
2090
+ static { this.ɵfac = function LoadingService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || LoadingService)(); }; }
1975
2091
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: LoadingService, factory: LoadingService.ɵfac, providedIn: 'root' }); }
1976
2092
  }
1977
2093
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LoadingService, [{
@@ -2063,7 +2179,7 @@ class FilterService {
2063
2179
  }
2064
2180
  return userId;
2065
2181
  }
2066
- static { this.ɵfac = function FilterService_Factory(t) { return new (t || FilterService)(); }; }
2182
+ static { this.ɵfac = function FilterService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FilterService)(); }; }
2067
2183
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: FilterService, factory: FilterService.ɵfac, providedIn: 'root' }); }
2068
2184
  }
2069
2185
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FilterService, [{
@@ -2092,7 +2208,7 @@ class RefDataDataAccessService {
2092
2208
  getLocations() {
2093
2209
  return this.http.get(`${RefDataDataAccessService.refDataUrl}/locations`);
2094
2210
  }
2095
- static { this.ɵfac = function RefDataDataAccessService_Factory(t) { return new (t || RefDataDataAccessService)(i0.ɵɵinject(i1$1.HttpClient)); }; }
2211
+ static { this.ɵfac = function RefDataDataAccessService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || RefDataDataAccessService)(i0.ɵɵinject(i1$1.HttpClient)); }; }
2096
2212
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: RefDataDataAccessService, factory: RefDataDataAccessService.ɵfac, providedIn: 'root' }); }
2097
2213
  }
2098
2214
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(RefDataDataAccessService, [{
@@ -2120,7 +2236,7 @@ class RefDataService {
2120
2236
  });
2121
2237
  return forkJoin(observables).pipe(map((values) => values.reduce((acc, val) => acc.concat(val)), []), take(1));
2122
2238
  }
2123
- static { this.ɵfac = function RefDataService_Factory(t) { return new (t || RefDataService)(i0.ɵɵinject(RefDataDataAccessService)); }; }
2239
+ static { this.ɵfac = function RefDataService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || RefDataService)(i0.ɵɵinject(RefDataDataAccessService)); }; }
2124
2240
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: RefDataService, factory: RefDataService.ɵfac, providedIn: 'root' }); }
2125
2241
  }
2126
2242
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(RefDataService, [{
@@ -2186,7 +2302,7 @@ class SessionStorageService {
2186
2302
  clear() {
2187
2303
  sessionStorage.clear();
2188
2304
  }
2189
- static { this.ɵfac = function SessionStorageService_Factory(t) { return new (t || SessionStorageService)(); }; }
2305
+ static { this.ɵfac = function SessionStorageService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SessionStorageService)(); }; }
2190
2306
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: SessionStorageService, factory: SessionStorageService.ɵfac, providedIn: 'root' }); }
2191
2307
  }
2192
2308
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SessionStorageService, [{
@@ -2270,7 +2386,7 @@ class FindAPersonService {
2270
2386
  searchJudicial(value, serviceId) {
2271
2387
  return this.http.post('api/prd/judicial/getJudicialUsersSearch', { searchString: value, serviceCode: serviceId });
2272
2388
  }
2273
- static { this.ɵfac = function FindAPersonService_Factory(t) { return new (t || FindAPersonService)(i0.ɵɵinject(i1$1.HttpClient), i0.ɵɵinject(SessionStorageService)); }; }
2389
+ static { this.ɵfac = function FindAPersonService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FindAPersonService)(i0.ɵɵinject(i1$1.HttpClient), i0.ɵɵinject(SessionStorageService)); }; }
2274
2390
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: FindAPersonService, factory: FindAPersonService.ɵfac, providedIn: 'root' }); }
2275
2391
  }
2276
2392
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FindAPersonService, [{
@@ -2424,7 +2540,7 @@ class FindPersonComponent {
2424
2540
  onInput() {
2425
2541
  this.personFieldChanged.emit();
2426
2542
  }
2427
- static { this.ɵfac = function FindPersonComponent_Factory(t) { return new (t || FindPersonComponent)(i0.ɵɵdirectiveInject(FindAPersonService), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); }; }
2543
+ static { this.ɵfac = function FindPersonComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FindPersonComponent)(i0.ɵɵdirectiveInject(FindAPersonService), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); }; }
2428
2544
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: FindPersonComponent, selectors: [["xuilib-find-person"]], inputs: { title: "title", boldTitle: "boldTitle", subTitle: "subTitle", domain: "domain", findPersonGroup: "findPersonGroup", selectedPerson: "selectedPerson", submitted: "submitted", userIncluded: "userIncluded", assignedUser: "assignedUser", placeholderContent: "placeholderContent", isNoResultsShown: "isNoResultsShown", showUpdatedColor: "showUpdatedColor", selectedPersons: "selectedPersons", errorMessage: "errorMessage", idValue: "idValue", services: "services", disabled: "disabled" }, outputs: { personSelected: "personSelected", personFieldChanged: "personFieldChanged" }, decls: 10, vars: 14, consts: [["auto", "matAutocomplete"], ["class", "govuk-heading-l", 4, "ngIf"], [1, "govuk-form-group", 3, "formGroup", "ngClass"], ["aria-describedby", "sub-title-hint", 1, "govuk-fieldset"], ["id", "sub-title-hint", "class", "govuk-hint", 4, "ngIf"], ["id", "validation-error", "class", "govuk-error-message", 4, "ngIf"], ["type", "text", "aria-label", "select a person", "formControlName", "findPersonControl", 1, "govuk-input", "govuk-!-width-one-third", 3, "input", "id", "matAutocomplete", "placeholder"], ["autoActiveFirstOption", "", 3, "optionSelected"], [3, "value", "ngClass", 4, "ngFor", "ngForOf"], [3, "ngClass", 4, "ngIf"], [1, "govuk-heading-l"], [1, "govuk-caption-l"], ["id", "sub-title-hint", 1, "govuk-hint"], ["id", "validation-error", 1, "govuk-error-message"], [1, "govuk-visually-hidden"], [3, "value", "ngClass"], [3, "ngClass"]], template: function FindPersonComponent_Template(rf, ctx) { if (rf & 1) {
2429
2545
  const _r1 = i0.ɵɵgetCurrentView();
2430
2546
  i0.ɵɵtemplate(0, FindPersonComponent_h1_0_Template, 6, 6, "h1", 1);
@@ -2524,7 +2640,7 @@ class LocationService {
2524
2640
  searchLocations(serviceIds, locationType, searchTerm) {
2525
2641
  return this.http.get(`api/prd/location/getLocations?serviceIds=${serviceIds}&locationType=${locationType}&searchTerm=${searchTerm}`);
2526
2642
  }
2527
- static { this.ɵfac = function LocationService_Factory(t) { return new (t || LocationService)(i0.ɵɵinject(i1$1.HttpClient)); }; }
2643
+ static { this.ɵfac = function LocationService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || LocationService)(i0.ɵɵinject(i1$1.HttpClient)); }; }
2528
2644
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: LocationService, factory: LocationService.ɵfac, providedIn: 'root' }); }
2529
2645
  }
2530
2646
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LocationService, [{
@@ -2702,7 +2818,7 @@ class SearchLocationComponent {
2702
2818
  }
2703
2819
  return pressed && (/[a-zA-Z \s'-]/).test(pressed);
2704
2820
  }
2705
- static { this.ɵfac = function SearchLocationComponent_Factory(t) { return new (t || SearchLocationComponent)(i0.ɵɵdirectiveInject(LocationService), i0.ɵɵdirectiveInject(SessionStorageService), i0.ɵɵdirectiveInject(RefDataService)); }; }
2821
+ static { this.ɵfac = function SearchLocationComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SearchLocationComponent)(i0.ɵɵdirectiveInject(LocationService), i0.ɵɵdirectiveInject(SessionStorageService), i0.ɵɵdirectiveInject(RefDataService)); }; }
2706
2822
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SearchLocationComponent, selectors: [["exui-search-location"]], inputs: { form: "form", field: "field", disabled: "disabled", singleMode: "singleMode", locationType: "locationType", serviceIds: "serviceIds", submitted: "submitted", bookingCheck: "bookingCheck", selectedLocations: "selectedLocations", propertyNameFilter: "propertyNameFilter", delay: "delay", reset: "reset" }, outputs: { locationSelected: "locationSelected", locationTermSearchInputChanged: "locationTermSearchInputChanged", searchLocationChanged: "searchLocationChanged" }, decls: 7, vars: 6, consts: [["char", ""], ["autoSearchLocation", "matAutocomplete"], [1, "auto-complete-container"], ["id", "inputLocationSearch", 1, "govuk-input", 3, "keydown", "input", "formControl", "matAutocomplete"], ["autoActiveFirstOption", "", 1, "mat-autocomplete-panel-extend"], [4, "ngIf"], [3, "onSelectionChange", 4, "ngFor", "ngForOf"], [3, "onSelectionChange"]], template: function SearchLocationComponent_Template(rf, ctx) { if (rf & 1) {
2707
2823
  const _r1 = i0.ɵɵgetCurrentView();
2708
2824
  i0.ɵɵelementStart(0, "div", 2)(1, "input", 3, 0);
@@ -2909,7 +3025,7 @@ class FindLocationComponent {
2909
3025
  ngOnDestroy() {
2910
3026
  this.formSubmissionEventSubscription?.unsubscribe();
2911
3027
  }
2912
- static { this.ɵfac = function FindLocationComponent_Factory(t) { return new (t || FindLocationComponent)(); }; }
3028
+ static { this.ɵfac = function FindLocationComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FindLocationComponent)(); }; }
2913
3029
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: FindLocationComponent, selectors: [["xuilib-find-location"]], viewQuery: function FindLocationComponent_Query(rf, ctx) { if (rf & 1) {
2914
3030
  i0.ɵɵviewQuery(SearchLocationComponent, 7);
2915
3031
  } if (rf & 2) {
@@ -2986,7 +3102,7 @@ class TaskNameService {
2986
3102
  }
2987
3103
  return this.http.post(`/workallocation/taskNames`, { service }).pipe(tap(taskNames => this.sessionStorageService.setItem(serviceTaskTypeKey, JSON.stringify(taskNames))));
2988
3104
  }
2989
- static { this.ɵfac = function TaskNameService_Factory(t) { return new (t || TaskNameService)(i0.ɵɵinject(i1$1.HttpClient), i0.ɵɵinject(SessionStorageService)); }; }
3105
+ static { this.ɵfac = function TaskNameService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TaskNameService)(i0.ɵɵinject(i1$1.HttpClient), i0.ɵɵinject(SessionStorageService)); }; }
2990
3106
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: TaskNameService, factory: TaskNameService.ɵfac, providedIn: 'root' }); }
2991
3107
  }
2992
3108
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TaskNameService, [{
@@ -3110,7 +3226,7 @@ class FindTaskNameComponent {
3110
3226
  onInput() {
3111
3227
  this.taskNameFieldChanged.emit();
3112
3228
  }
3113
- static { this.ɵfac = function FindTaskNameComponent_Factory(t) { return new (t || FindTaskNameComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(TaskNameService)); }; }
3229
+ static { this.ɵfac = function FindTaskNameComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FindTaskNameComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(TaskNameService)); }; }
3114
3230
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: FindTaskNameComponent, selectors: [["xuilib-find-task-name"]], inputs: { title: "title", boldTitle: "boldTitle", subTitle: "subTitle", domain: "domain", findTaskNameGroup: "findTaskNameGroup", selectedTaskName: "selectedTaskName", submitted: "submitted", assignedUser: "assignedUser", placeholderContent: "placeholderContent", isNoResultsShown: "isNoResultsShown", showUpdatedColor: "showUpdatedColor", selectedTaskNames: "selectedTaskNames", errorMessage: "errorMessage", idValue: "idValue", services: "services", disabled: "disabled" }, outputs: { taskNameSelected: "taskNameSelected", taskNameFieldChanged: "taskNameFieldChanged" }, decls: 10, vars: 14, consts: [["auto", "matAutocomplete"], ["class", "govuk-heading-l", 4, "ngIf"], [1, "govuk-form-group", 3, "formGroup", "ngClass"], ["aria-describedby", "sub-title-hint", 1, "govuk-fieldset"], ["id", "sub-title-hint", "class", "govuk-hint", 4, "ngIf"], ["id", "validation-error", "class", "govuk-error-message", 4, "ngIf"], ["type", "text", "aria-label", "select a task name", "formControlName", "findTaskNameControl", 1, "govuk-input", "govuk-!-width-one-third", 3, "input", "id", "matAutocomplete", "placeholder"], ["autoActiveFirstOption", "", 3, "optionSelected"], [3, "value", "ngClass", 4, "ngFor", "ngForOf"], [3, "ngClass", 4, "ngIf"], [1, "govuk-heading-l"], [1, "govuk-caption-l"], ["id", "sub-title-hint", 1, "govuk-hint"], ["id", "validation-error", 1, "govuk-error-message"], [1, "govuk-visually-hidden"], [3, "value", "ngClass"], [3, "ngClass"]], template: function FindTaskNameComponent_Template(rf, ctx) { if (rf & 1) {
3115
3231
  const _r1 = i0.ɵɵgetCurrentView();
3116
3232
  i0.ɵɵtemplate(0, FindTaskNameComponent_h1_0_Template, 4, 2, "h1", 1);
@@ -3205,8 +3321,9 @@ function SearchServiceComponent_mat_option_5_Template(rf, ctx) { if (rf & 1) {
3205
3321
  class SearchServiceComponent {
3206
3322
  constructor() {
3207
3323
  this.showAutocomplete = false;
3324
+ this.searchTerm = ''; // Removed ngModel use here for Angular best practice
3325
+ this.searchTermChange = new EventEmitter(); // Emit changes to searchTerm
3208
3326
  this.optionChanged = new EventEmitter();
3209
- this.searchTerm = '';
3210
3327
  this.MIN_SEARCH_CHARACTERS = 3;
3211
3328
  }
3212
3329
  get filteredOptions() {
@@ -3215,8 +3332,16 @@ class SearchServiceComponent {
3215
3332
  remainingServices.filter((s) => s.label.toLowerCase().includes(this.searchTerm.toLowerCase()))
3216
3333
  : remainingServices;
3217
3334
  }
3335
+ // TEST-TODO
3218
3336
  resetSearchTerm() {
3219
3337
  this.searchTerm = '';
3338
+ this.searchTermChange.emit(this.searchTerm); // Emit the reset value
3339
+ }
3340
+ // TEST-TODO
3341
+ // TODO: Confirm this works correctly post Angular 18 upgrade as has been changed
3342
+ onSearchTermChanged(value) {
3343
+ this.searchTerm = value;
3344
+ this.searchTermChange.emit(this.searchTerm); // Emit the updated value
3220
3345
  }
3221
3346
  onSelectionChanged($event) {
3222
3347
  const label = $event.source?.value;
@@ -3225,11 +3350,11 @@ class SearchServiceComponent {
3225
3350
  this.optionChanged.emit(selectedService);
3226
3351
  }
3227
3352
  }
3228
- static { this.ɵfac = function SearchServiceComponent_Factory(t) { return new (t || SearchServiceComponent)(); }; }
3229
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SearchServiceComponent, selectors: [["exui-search-service"]], inputs: { options: "options", selectedOptions: "selectedOptions", disabled: "disabled", showAutocomplete: "showAutocomplete" }, outputs: { optionChanged: "optionChanged" }, decls: 6, vars: 5, consts: [["autoSearchService", "matAutocomplete"], [1, "auto-complete-container"], ["id", "inputServiceSearch", 1, "govuk-input", 3, "ngModelChange", "ngModel", "matAutocomplete"], ["autoActiveFirstOption", "", 1, "mat-autocomplete-panel-extend"], [3, "value", "onSelectionChange", 4, "ngFor", "ngForOf"], [4, "ngIf"], [3, "onSelectionChange", "value"]], template: function SearchServiceComponent_Template(rf, ctx) { if (rf & 1) {
3353
+ static { this.ɵfac = function SearchServiceComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SearchServiceComponent)(); }; }
3354
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SearchServiceComponent, selectors: [["exui-search-service"]], inputs: { options: "options", selectedOptions: "selectedOptions", disabled: "disabled", showAutocomplete: "showAutocomplete", searchTerm: "searchTerm" }, outputs: { searchTermChange: "searchTermChange", optionChanged: "optionChanged" }, decls: 6, vars: 5, consts: [["autoSearchService", "matAutocomplete"], [1, "auto-complete-container"], ["id", "inputServiceSearch", 1, "govuk-input", 3, "input", "value", "matAutocomplete"], ["autoActiveFirstOption", "", 1, "mat-autocomplete-panel-extend"], [3, "value", "onSelectionChange", 4, "ngFor", "ngForOf"], [4, "ngIf"], [3, "onSelectionChange", "value"]], template: function SearchServiceComponent_Template(rf, ctx) { if (rf & 1) {
3230
3355
  const _r1 = i0.ɵɵgetCurrentView();
3231
3356
  i0.ɵɵelementStart(0, "div", 1)(1, "input", 2);
3232
- i0.ɵɵtwoWayListener("ngModelChange", function SearchServiceComponent_Template_input_ngModelChange_1_listener($event) { i0.ɵɵrestoreView(_r1); i0.ɵɵtwoWayBindingSet(ctx.searchTerm, $event) || (ctx.searchTerm = $event); return i0.ɵɵresetView($event); });
3357
+ i0.ɵɵlistener("input", function SearchServiceComponent_Template_input_input_1_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onSearchTermChanged($event.target.value)); });
3233
3358
  i0.ɵɵelementEnd();
3234
3359
  i0.ɵɵelementStart(2, "mat-autocomplete", 3, 0);
3235
3360
  i0.ɵɵtemplate(4, SearchServiceComponent_mat_option_4_Template, 2, 2, "mat-option", 4)(5, SearchServiceComponent_mat_option_5_Template, 2, 0, "mat-option", 5);
@@ -3237,18 +3362,17 @@ class SearchServiceComponent {
3237
3362
  } if (rf & 2) {
3238
3363
  const autoSearchService_r5 = i0.ɵɵreference(3);
3239
3364
  i0.ɵɵadvance();
3240
- i0.ɵɵtwoWayProperty("ngModel", ctx.searchTerm);
3241
- i0.ɵɵproperty("matAutocomplete", autoSearchService_r5);
3365
+ i0.ɵɵproperty("value", ctx.searchTerm)("matAutocomplete", autoSearchService_r5);
3242
3366
  i0.ɵɵattribute("disabled", ctx.disabled);
3243
3367
  i0.ɵɵadvance(3);
3244
3368
  i0.ɵɵproperty("ngForOf", ctx.filteredOptions);
3245
3369
  i0.ɵɵadvance();
3246
3370
  i0.ɵɵproperty("ngIf", !(ctx.filteredOptions == null ? null : ctx.filteredOptions.length) && ctx.showAutocomplete);
3247
- } }, dependencies: [i1.NgForOf, i1.NgIf, i2$4.DefaultValueAccessor, i2$4.NgControlStatus, i2$4.NgModel, i4.MatLegacyAutocomplete, i4.MatLegacyAutocompleteTrigger, i5.MatLegacyOption], styles: [".autocomplete__input--show-all-values[_ngcontent-%COMP%]{padding:5px 34px 5px 5px;cursor:pointer}.autocomplete__dropdown-arrow-down[_ngcontent-%COMP%]{z-index:-1;display:inline-block;position:absolute;right:8px;width:24px;height:24px;top:10px}.autocomplete__menu[_ngcontent-%COMP%]{background-color:#fff;border:2px solid #0b0c0c;border-top:0;color:#0b0c0c;margin:0;max-height:342px;overflow-x:hidden;padding:0;width:100%;width:calc(100% - 4px)}.autocomplete__menu--visible[_ngcontent-%COMP%]{display:block}.autocomplete__menu--hidden[_ngcontent-%COMP%]{display:none}.autocomplete__menu--overlay[_ngcontent-%COMP%]{box-shadow:#00000042 0 2px 6px;left:0;position:absolute;top:100%;z-index:100}.autocomplete__menu--inline[_ngcontent-%COMP%]{position:relative}.autocomplete__option[_ngcontent-%COMP%]{border-bottom:solid #b1b4b6;border-width:1px 0;cursor:pointer;display:block;position:relative}.autocomplete__option[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{pointer-events:none}.autocomplete__option[_ngcontent-%COMP%]:first-of-type{border-top-width:0}.autocomplete__option[_ngcontent-%COMP%]:last-of-type{border-bottom-width:0}.autocomplete__option--odd[_ngcontent-%COMP%]{background-color:#fafafa}.autocomplete__option--focused[_ngcontent-%COMP%], .autocomplete__option[_ngcontent-%COMP%]:hover{background-color:#1d70b8;border-color:#1d70b8;color:#fff;outline:0}.autocomplete__option--no-results[_ngcontent-%COMP%]{background-color:#fafafa;color:#646b6f;cursor:not-allowed}.autocomplete__hint[_ngcontent-%COMP%], .autocomplete__input[_ngcontent-%COMP%], .autocomplete__option[_ngcontent-%COMP%]{font-size:13px;line-height:1.25}.autocomplete__hint[_ngcontent-%COMP%], .autocomplete__option[_ngcontent-%COMP%]{padding:5px}@media (min-width: 641px){.autocomplete__hint[_ngcontent-%COMP%], .autocomplete__input[_ngcontent-%COMP%], .autocomplete__option[_ngcontent-%COMP%]{font-size:13px;line-height:1.31579}}.div-action[_ngcontent-%COMP%]{display:inline-block}.add-location[_ngcontent-%COMP%]{display:inline}.remove-location-button[_ngcontent-%COMP%]{margin:5px}.hide-autocomplete[_ngcontent-%COMP%]{display:none}.auto-complete-container[_ngcontent-%COMP%]{min-width:250px;display:inline-block;margin-right:4px}.autocomplete__input[_ngcontent-%COMP%]{line-height:24px;font-size:19px}"] }); }
3371
+ } }, dependencies: [i1.NgForOf, i1.NgIf, i4.MatLegacyAutocomplete, i4.MatLegacyAutocompleteTrigger, i5.MatLegacyOption], styles: [".autocomplete__input--show-all-values[_ngcontent-%COMP%]{padding:5px 34px 5px 5px;cursor:pointer}.autocomplete__dropdown-arrow-down[_ngcontent-%COMP%]{z-index:-1;display:inline-block;position:absolute;right:8px;width:24px;height:24px;top:10px}.autocomplete__menu[_ngcontent-%COMP%]{background-color:#fff;border:2px solid #0b0c0c;border-top:0;color:#0b0c0c;margin:0;max-height:342px;overflow-x:hidden;padding:0;width:100%;width:calc(100% - 4px)}.autocomplete__menu--visible[_ngcontent-%COMP%]{display:block}.autocomplete__menu--hidden[_ngcontent-%COMP%]{display:none}.autocomplete__menu--overlay[_ngcontent-%COMP%]{box-shadow:#00000042 0 2px 6px;left:0;position:absolute;top:100%;z-index:100}.autocomplete__menu--inline[_ngcontent-%COMP%]{position:relative}.autocomplete__option[_ngcontent-%COMP%]{border-bottom:solid #b1b4b6;border-width:1px 0;cursor:pointer;display:block;position:relative}.autocomplete__option[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]{pointer-events:none}.autocomplete__option[_ngcontent-%COMP%]:first-of-type{border-top-width:0}.autocomplete__option[_ngcontent-%COMP%]:last-of-type{border-bottom-width:0}.autocomplete__option--odd[_ngcontent-%COMP%]{background-color:#fafafa}.autocomplete__option--focused[_ngcontent-%COMP%], .autocomplete__option[_ngcontent-%COMP%]:hover{background-color:#1d70b8;border-color:#1d70b8;color:#fff;outline:0}.autocomplete__option--no-results[_ngcontent-%COMP%]{background-color:#fafafa;color:#646b6f;cursor:not-allowed}.autocomplete__hint[_ngcontent-%COMP%], .autocomplete__input[_ngcontent-%COMP%], .autocomplete__option[_ngcontent-%COMP%]{font-size:13px;line-height:1.25}.autocomplete__hint[_ngcontent-%COMP%], .autocomplete__option[_ngcontent-%COMP%]{padding:5px}@media (min-width: 641px){.autocomplete__hint[_ngcontent-%COMP%], .autocomplete__input[_ngcontent-%COMP%], .autocomplete__option[_ngcontent-%COMP%]{font-size:13px;line-height:1.31579}}.div-action[_ngcontent-%COMP%]{display:inline-block}.add-location[_ngcontent-%COMP%]{display:inline}.remove-location-button[_ngcontent-%COMP%]{margin:5px}.hide-autocomplete[_ngcontent-%COMP%]{display:none}.auto-complete-container[_ngcontent-%COMP%]{min-width:250px;display:inline-block;margin-right:4px}.autocomplete__input[_ngcontent-%COMP%]{line-height:24px;font-size:19px}"] }); }
3248
3372
  }
3249
3373
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SearchServiceComponent, [{
3250
3374
  type: Component,
3251
- args: [{ selector: 'exui-search-service', template: "<div class=\"auto-complete-container\">\n <input id=\"inputServiceSearch\"\n class=\"govuk-input\"\n [(ngModel)]=\"searchTerm\"\n [matAutocomplete]=\"autoSearchService\"\n [attr.disabled]=\"disabled\">\n <mat-autocomplete class=\"mat-autocomplete-panel-extend\" autoActiveFirstOption #autoSearchService=\"matAutocomplete\">\n <mat-option *ngFor=\"let service of filteredOptions\" (onSelectionChange)=\"onSelectionChanged($event)\" [value]=\"service.label\">\n {{ service.label }}\n </mat-option>\n <mat-option *ngIf=\"!filteredOptions?.length && showAutocomplete\">\n No results found\n </mat-option>\n </mat-autocomplete>\n</div>\n", styles: [".autocomplete__input--show-all-values{padding:5px 34px 5px 5px;cursor:pointer}.autocomplete__dropdown-arrow-down{z-index:-1;display:inline-block;position:absolute;right:8px;width:24px;height:24px;top:10px}.autocomplete__menu{background-color:#fff;border:2px solid #0b0c0c;border-top:0;color:#0b0c0c;margin:0;max-height:342px;overflow-x:hidden;padding:0;width:100%;width:calc(100% - 4px)}.autocomplete__menu--visible{display:block}.autocomplete__menu--hidden{display:none}.autocomplete__menu--overlay{box-shadow:#00000042 0 2px 6px;left:0;position:absolute;top:100%;z-index:100}.autocomplete__menu--inline{position:relative}.autocomplete__option{border-bottom:solid #b1b4b6;border-width:1px 0;cursor:pointer;display:block;position:relative}.autocomplete__option>*{pointer-events:none}.autocomplete__option:first-of-type{border-top-width:0}.autocomplete__option:last-of-type{border-bottom-width:0}.autocomplete__option--odd{background-color:#fafafa}.autocomplete__option--focused,.autocomplete__option:hover{background-color:#1d70b8;border-color:#1d70b8;color:#fff;outline:0}.autocomplete__option--no-results{background-color:#fafafa;color:#646b6f;cursor:not-allowed}.autocomplete__hint,.autocomplete__input,.autocomplete__option{font-size:13px;line-height:1.25}.autocomplete__hint,.autocomplete__option{padding:5px}@media (min-width: 641px){.autocomplete__hint,.autocomplete__input,.autocomplete__option{font-size:13px;line-height:1.31579}}.div-action{display:inline-block}.add-location{display:inline}.remove-location-button{margin:5px}.hide-autocomplete{display:none}.auto-complete-container{min-width:250px;display:inline-block;margin-right:4px}.autocomplete__input{line-height:24px;font-size:19px}\n"] }]
3375
+ args: [{ selector: 'exui-search-service', template: "<div class=\"auto-complete-container\">\n <input id=\"inputServiceSearch\"\n class=\"govuk-input\"\n [value]=\"searchTerm\"\n (input)=\"onSearchTermChanged($event.target.value)\"\n [matAutocomplete]=\"autoSearchService\"\n [attr.disabled]=\"disabled\">\n <mat-autocomplete class=\"mat-autocomplete-panel-extend\" autoActiveFirstOption #autoSearchService=\"matAutocomplete\">\n <mat-option *ngFor=\"let service of filteredOptions\" (onSelectionChange)=\"onSelectionChanged($event)\" [value]=\"service.label\">\n {{ service.label }}\n </mat-option>\n <mat-option *ngIf=\"!filteredOptions?.length && showAutocomplete\">\n No results found\n </mat-option>\n </mat-autocomplete>\n</div>\n", styles: [".autocomplete__input--show-all-values{padding:5px 34px 5px 5px;cursor:pointer}.autocomplete__dropdown-arrow-down{z-index:-1;display:inline-block;position:absolute;right:8px;width:24px;height:24px;top:10px}.autocomplete__menu{background-color:#fff;border:2px solid #0b0c0c;border-top:0;color:#0b0c0c;margin:0;max-height:342px;overflow-x:hidden;padding:0;width:100%;width:calc(100% - 4px)}.autocomplete__menu--visible{display:block}.autocomplete__menu--hidden{display:none}.autocomplete__menu--overlay{box-shadow:#00000042 0 2px 6px;left:0;position:absolute;top:100%;z-index:100}.autocomplete__menu--inline{position:relative}.autocomplete__option{border-bottom:solid #b1b4b6;border-width:1px 0;cursor:pointer;display:block;position:relative}.autocomplete__option>*{pointer-events:none}.autocomplete__option:first-of-type{border-top-width:0}.autocomplete__option:last-of-type{border-bottom-width:0}.autocomplete__option--odd{background-color:#fafafa}.autocomplete__option--focused,.autocomplete__option:hover{background-color:#1d70b8;border-color:#1d70b8;color:#fff;outline:0}.autocomplete__option--no-results{background-color:#fafafa;color:#646b6f;cursor:not-allowed}.autocomplete__hint,.autocomplete__input,.autocomplete__option{font-size:13px;line-height:1.25}.autocomplete__hint,.autocomplete__option{padding:5px}@media (min-width: 641px){.autocomplete__hint,.autocomplete__input,.autocomplete__option{font-size:13px;line-height:1.31579}}.div-action{display:inline-block}.add-location{display:inline}.remove-location-button{margin:5px}.hide-autocomplete{display:none}.auto-complete-container{min-width:250px;display:inline-block;margin-right:4px}.autocomplete__input{line-height:24px;font-size:19px}\n"] }]
3252
3376
  }], null, { options: [{
3253
3377
  type: Input
3254
3378
  }], selectedOptions: [{
@@ -3257,6 +3381,10 @@ class SearchServiceComponent {
3257
3381
  type: Input
3258
3382
  }], showAutocomplete: [{
3259
3383
  type: Input
3384
+ }], searchTerm: [{
3385
+ type: Input
3386
+ }], searchTermChange: [{
3387
+ type: Output
3260
3388
  }], optionChanged: [{
3261
3389
  type: Output
3262
3390
  }] }); })();
@@ -3398,7 +3526,7 @@ class FindServiceComponent {
3398
3526
  ngOnDestroy() {
3399
3527
  this.formSubmissionEventSubscription?.unsubscribe();
3400
3528
  }
3401
- static { this.ɵfac = function FindServiceComponent_Factory(t) { return new (t || FindServiceComponent)(); }; }
3529
+ static { this.ɵfac = function FindServiceComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FindServiceComponent)(); }; }
3402
3530
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: FindServiceComponent, selectors: [["xuilib-find-service"]], viewQuery: function FindServiceComponent_Query(rf, ctx) { if (rf & 1) {
3403
3531
  i0.ɵɵviewQuery(SearchServiceComponent, 7);
3404
3532
  } if (rf & 2) {
@@ -3452,7 +3580,7 @@ class CapitalizePipe {
3452
3580
  const lowerCaseString = value.toLowerCase();
3453
3581
  return lowerCaseString.charAt(0).toUpperCase() + lowerCaseString.slice(1);
3454
3582
  }
3455
- static { this.ɵfac = function CapitalizePipe_Factory(t) { return new (t || CapitalizePipe)(); }; }
3583
+ static { this.ɵfac = function CapitalizePipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CapitalizePipe)(); }; }
3456
3584
  static { this.ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "capitalize", type: CapitalizePipe, pure: true }); }
3457
3585
  }
3458
3586
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CapitalizePipe, [{
@@ -3998,9 +4126,10 @@ function GenericFilterComponent_button_8_Template(rf, ctx) { if (rf & 1) {
3998
4126
  i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, ctx_r2.config.cancelButtonText || "Cancel"));
3999
4127
  } }
4000
4128
  class GenericFilterComponent {
4001
- constructor(filterService, fb) {
4129
+ constructor(filterService, fb, cdr) {
4002
4130
  this.filterService = filterService;
4003
4131
  this.fb = fb;
4132
+ this.cdr = cdr;
4004
4133
  this.submitted = false;
4005
4134
  this.previousSelectedNestedCheckbox = [];
4006
4135
  this.formSubmissionEvent$ = new Subject();
@@ -4062,6 +4191,8 @@ class GenericFilterComponent {
4062
4191
  this.initValuesFromCacheForSkillsByServices();
4063
4192
  }
4064
4193
  }
4194
+ // Note: the usage of this is ensure host binding updates (for Angular 18 usage of OnPush)
4195
+ this.cdr.markForCheck();
4065
4196
  }
4066
4197
  ngOnDestroy() {
4067
4198
  this.filterService.givenErrors.next(null);
@@ -4147,6 +4278,7 @@ class GenericFilterComponent {
4147
4278
  idamId: this.filterService.getUserId(),
4148
4279
  fields: this.getSelectedValues(form.value, this.config)
4149
4280
  };
4281
+ this.cdr.markForCheck();
4150
4282
  this.filterService.givenErrors.next(null);
4151
4283
  const settings = { ...this.settings, reset: false };
4152
4284
  this.filterService.persist(settings, this.config.persistence);
@@ -4166,6 +4298,7 @@ class GenericFilterComponent {
4166
4298
  this.resetField(resetField, form);
4167
4299
  }
4168
4300
  }
4301
+ this.cdr.markForCheck();
4169
4302
  }
4170
4303
  // when user enters input change radio button
4171
4304
  inputChanged(field) {
@@ -4192,6 +4325,7 @@ class GenericFilterComponent {
4192
4325
  else {
4193
4326
  this.isServiceSelected = true;
4194
4327
  }
4328
+ this.cdr.markForCheck();
4195
4329
  }
4196
4330
  }
4197
4331
  cancelFilter() {
@@ -4203,6 +4337,7 @@ class GenericFilterComponent {
4203
4337
  this.filterService.persist(settings, this.config.persistence);
4204
4338
  this.filterService.givenErrors.next(null);
4205
4339
  this.submitted = false;
4340
+ this.cdr.markForCheck();
4206
4341
  if (this.config.cancelButtonCallback) {
4207
4342
  this.config.cancelButtonCallback();
4208
4343
  }
@@ -4301,6 +4436,7 @@ class GenericFilterComponent {
4301
4436
  }
4302
4437
  }
4303
4438
  }
4439
+ this.cdr.markForCheck();
4304
4440
  }
4305
4441
  startFilterSkillsByServices(form, field) {
4306
4442
  const servicesArray = [];
@@ -4501,6 +4637,7 @@ class GenericFilterComponent {
4501
4637
  this.form.get('user-skills').setValue(cachedValues);
4502
4638
  }
4503
4639
  }
4640
+ this.cdr.markForCheck();
4504
4641
  }
4505
4642
  filterSkillsByServices(services, config) {
4506
4643
  this.filteredSkillsByServices = [];
@@ -4593,6 +4730,7 @@ class GenericFilterComponent {
4593
4730
  }
4594
4731
  return this.filteredSkillsByServicesCheckbox;
4595
4732
  }
4733
+ this.cdr.markForCheck();
4596
4734
  }
4597
4735
  this.filteredSkillsByServices = this.sortGroupOptions(this.filteredSkillsByServices);
4598
4736
  return this.filteredSkillsByServices;
@@ -4625,7 +4763,7 @@ class GenericFilterComponent {
4625
4763
  });
4626
4764
  return sortedResults;
4627
4765
  }
4628
- static { this.ɵfac = function GenericFilterComponent_Factory(t) { return new (t || GenericFilterComponent)(i0.ɵɵdirectiveInject(FilterService), i0.ɵɵdirectiveInject(i2$4.FormBuilder)); }; }
4766
+ static { this.ɵfac = function GenericFilterComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GenericFilterComponent)(i0.ɵɵdirectiveInject(FilterService), i0.ɵɵdirectiveInject(i2$4.FormBuilder), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); }; }
4629
4767
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: GenericFilterComponent, selectors: [["xuilib-generic-filter"]], inputs: { config: "config", settings: "settings" }, decls: 9, vars: 7, consts: [[3, "ngSubmit", "formGroup"], ["class", "contain-classes", 4, "ngFor", "ngForOf"], [1, "govuk-section-break", "govuk-section-break--m", "govuk-section-break--visible"], [1, "govuk-grid-row"], [1, "govuk-grid-column-full"], ["type", "submit", "id", "applyFilter", 1, "govuk-button", "govuk-!-margin-right-1", "govuk-!-margin-bottom-0", 3, "disabled"], ["class", "govuk-button govuk-button--secondary govuk-!-margin-bottom-0", "type", "button", "id", "cancelFilter", 3, "click", 4, "ngIf"], [1, "contain-classes"], ["class", "govuk-section-break govuk-section-break--visible elevated-break", 4, "ngIf"], [3, "ngSwitch"], [4, "ngSwitchCase"], [4, "ngSwitchDefault"], [1, "govuk-section-break", "govuk-section-break--visible", "elevated-break"], [1, "govuk-form-group", "xui-generic-filter", 3, "hidden", "id", "ngClass"], ["class", "xui-generic-filter__field-title", 4, "ngIf"], ["class", "govuk-body", 4, "ngIf"], ["class", "govuk-hint", 3, "id", 4, "ngIf"], ["class", "govuk-error-message", 3, "id", 4, "ngIf"], [1, "govuk-body", 3, "ngSwitch"], [1, "xui-generic-filter__field-title"], [2, "margin-bottom", "0!important"], ["class", "govuk-!-margin-left-2", 4, "ngIf"], [1, "govuk-!-margin-left-2"], [1, "govuk-body"], [1, "govuk-hint", 3, "id"], [1, "govuk-error-message", 3, "id"], [1, "govuk-visually-hidden"], [1, "govuk-select", 3, "change", "name", "id", "formControlName"], ["disabled", "", "selected", "", "hidden", "", "value", ""], [3, "value", 4, "ngIf"], ["class", "govuk-radios__item", 3, "value", 4, "ngFor", "ngForOf"], [3, "value"], [1, "govuk-radios__item", 3, "value"], ["selected", "", 3, "value", 4, "ngIf"], [3, "label", 4, "ngFor", "ngForOf"], ["selected", "", 3, "value"], [3, "label"], [3, "value", 4, "ngFor", "ngForOf"], [1, "govuk-checkboxes", "govuk-checkboxes--small", 3, "formGroupName", "id"], ["class", "govuk-checkboxes__item", 4, "ngFor", "ngForOf"], [1, "govuk-checkboxes__item"], ["type", "checkbox", 1, "govuk-checkboxes__input", 3, "change", "formControlName", "value", "id", "name"], [1, "govuk-label", "govuk-checkboxes__label", 3, "for", "ngClass"], [1, "govuk-checkboxes", 3, "formGroupName", "id"], [1, "govuk-radios"], ["class", "govuk-radios__item", 4, "ngFor", "ngForOf"], [1, "govuk-radios__item"], ["type", "radio", 1, "govuk-radios__input", 3, "change", "formControlName", "id", "checked", "value"], [1, "govuk-label", "govuk-radios__label", 3, "for"], ["subTitle", "", 3, "personSelected", "personFieldChanged", "submitted", "disabled", "domain", "findPersonGroup", "selectedPerson", "userIncluded", "placeholderContent", "services"], [3, "locationFieldChanged", "form", "fields", "locationTitle", "enableAddLocationButton", "disabled", "disableInputField", "submitted", "field", "services", "formSubmissionEvent$"], ["subTitle", "", 3, "taskNameSelected", "taskNameFieldChanged", "submitted", "disabled", "domain", "findTaskNameGroup", "selectedTaskName", "placeholderContent", "services"], ["class", "govuk-error-message", 4, "ngIf"], [3, "serviceFieldChanged", "field", "form", "formSubmissionEvent$", "disabled"], [1, "govuk-error-message"], ["type", "text", 1, "govuk-input", 3, "change", "formControlName", "id", "readonly"], ["type", "email", 1, "govuk-input", 3, "change", "formControlName", "id", "readonly"], ["type", "button", "id", "cancelFilter", 1, "govuk-button", "govuk-button--secondary", "govuk-!-margin-bottom-0", 3, "click"]], template: function GenericFilterComponent_Template(rf, ctx) { if (rf & 1) {
4630
4768
  i0.ɵɵelementStart(0, "form", 0);
4631
4769
  i0.ɵɵlistener("ngSubmit", function GenericFilterComponent_Template_form_ngSubmit_0_listener() { return ctx.applyFilter(ctx.form); });
@@ -4652,7 +4790,7 @@ class GenericFilterComponent {
4652
4790
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GenericFilterComponent, [{
4653
4791
  type: Component,
4654
4792
  args: [{ selector: 'xuilib-generic-filter', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<form [formGroup]=\"form\" (ngSubmit)=\"applyFilter(form)\">\n <div class=\"contain-classes\" *ngFor=\"let field of config.fields\">\n <hr *ngIf=\"field.lineBreakBefore\" class=\"govuk-section-break govuk-section-break--visible elevated-break\">\n <ng-container [ngSwitch]=\"field.type\">\n <ng-container *ngSwitchCase=\"'group-title'\">\n <div [class]=\"field.titleClasses ? field.titleClasses: 'govuk-label govuk-label--m govuk-!-margin-bottom-4'\">\n {{ field.name | capitalize }}\n </div>\n </ng-container>\n <ng-container *ngSwitchDefault>\n <div class=\"govuk-form-group xui-generic-filter\"\n [hidden]=\"hidden(field, form)\"\n [id]=\"field.name\"\n [ngClass]=\"{'form-group-error': submitted && (form.get(field.name).errors?.required || form.get(field.name).errors?.minlength || form.get(field.name).errors?.maxLength)}\">\n <div *ngIf=\"field.title\" class=\"xui-generic-filter__field-title\">\n <h3 [class]=\"field.titleClasses ? field.titleClasses : 'govuk-heading-s'\" style=\"margin-bottom: 0!important\">\n {{field.title | capitalize}}\n </h3>\n <div *ngIf=\"field?.titleHint\" class=\"govuk-!-margin-left-2\">\n {{ field.titleHint }}\n </div>\n </div>\n <p class=\"govuk-body\" *ngIf=\"field.subTitle\">{{field.subTitle}}</p>\n <div *ngIf=\"field.hintText\"\n [id]=\"field.hintText + '-hint'\" class=\"govuk-hint\">\n {{ field.hintText | rpxTranslate }}\n </div>\n <span [id]=\"field.name + '-error'\" class=\"govuk-error-message\" *ngIf=\"field.displayMinSelectedError && submitted && (form.get(field.name).errors?.required || form.get(field.name).errors?.minlength)\">\n <span class=\"govuk-visually-hidden\">{{ 'Error:' | rpxTranslate}}</span> {{field.minSelectedError | rpxTranslate }}\n </span>\n <span [id]=\"field.name + '-error'\" class=\"govuk-error-message\" *ngIf=\"field.displayMaxSelectedError && submitted && form.get(field.name).errors?.maxLength\">\n <span class=\"govuk-visually-hidden\">{{ 'Error:' | rpxTranslate}}</span> {{field.maxSelectedError | rpxTranslate }}\n </span>\n <span [id]=\"field.name + '-error'\" class=\"govuk-error-message\"\n *ngIf=\"field.emailError && submitted && form.get(field.name).errors?.email\">\n <span class=\"govuk-visually-hidden\">{{ 'Error:' | rpxTranslate }}</span> {{field.emailError | rpxTranslate }}\n </span>\n <div class=\"govuk-body\" [class.govuk-body--maxWidth480px]=\"field.maxWidth480px\" [ngSwitch]=\"field.type\">\n <ng-container *ngSwitchCase=\"'select'\">\n <select class=\"govuk-select\" (change)=\"fieldChanged(field, form)\" [attr.disabled]=\"disabled(field, form)\" [name]=\"'select_' + field.name\" [id]=\"'select_' + field.name\" [formControlName]=\"field.name\">\n <option disabled selected hidden value=\"\">{{field.disabledText}}</option>\n <option *ngIf=\"field.defaultOption\" [attr.selected]=\"true\" [value]=\"field.defaultOption.key\">{{field.defaultOption.label}}</option>\n <option class=\"govuk-radios__item\" *ngFor=\"let item of field.options\" [value]=\"item.key\">{{item.label}}</option>\n </select>\n </ng-container>\n <ng-container *ngSwitchCase=\"'group-select'\">\n <select class=\"govuk-select\" (change)=\"fieldChanged(field, form)\" [attr.disabled]=\"disabled(field, form)\" [name]=\"'select_' + field.name\" [id]=\"'select_' + field.name\" [formControlName]=\"field.name\">\n <option disabled selected hidden value=\"\">{{field.disabledText}}</option>\n <option *ngIf=\"field.defaultOption\" selected [value]=\"field.defaultOption.key\">{{field.defaultOption.label}}</option>\n <optgroup *ngFor = 'let grp of filteredSkillsByServices' label=\"{{grp.group | titlecase}}\">\n <option *ngFor = 'let item of grp.options' [value]=\"item.key\">{{item.label}}</option>\n </optgroup>\n </select>\n </ng-container>\n <ng-container *ngSwitchCase=\"'checkbox'\">\n <div class=\"govuk-checkboxes govuk-checkboxes--small\" [formGroupName]=\"field.name\" [attr.field]=\"field.name\" [id]=\"'checkbox_' + field.name\">\n <div *ngFor=\"let item of field.options; let i = index\" class=\"govuk-checkboxes__item\">\n <input type=\"checkbox\" class=\"govuk-checkboxes__input\"\n [attr.disabled]=\"disabled(field, form)\"\n [formControlName]=\"i\"\n (change)=\"toggleSelectAll($event, form, item, field)\"\n [value]=\"item.key\" [id]=\"'checkbox_' + field.name + item.key\"\n [name]=\"'checkbox_' + field.name + item.key\"\n />\n <label\n [for]=\"'checkbox_' + field.name + item.key\"\n class=\"govuk-label govuk-checkboxes__label\"\n [ngClass]=\"{'govuk-!-font-weight-bold': item.selectAll}\"\n >{{item.label}}</label>\n </div>\n </div>\n </ng-container>\n <ng-container *ngSwitchCase=\"'nested-checkbox'\">\n <div class=\"govuk-checkboxes govuk-checkboxes--small\" [formGroupName]=\"field.name\" [attr.field]=\"field.name\" [id]=\"'checkbox_' + field.name\">\n <div *ngFor=\"let item of filteredSkillsByServicesCheckbox; let i = index\" class=\"govuk-checkboxes__item\">\n <input type=\"checkbox\" class=\"govuk-checkboxes__input\"\n [attr.disabled]=\"disabled(field, form)\"\n [formControlName]=\"i\"\n (change)=\"toggleSelectAll($event, form, item, field)\"\n [value]=\"item.key\" [id]=\"'checkbox_' + field.name + item.key\"\n [name]=\"'checkbox_' + field.name + item.key\"\n />\n <label\n [for]=\"'checkbox_' + field.name + item.key\"\n class=\"govuk-label govuk-checkboxes__label\"\n [ngClass]=\"{'govuk-!-font-weight-bold': item.selectAll}\"\n >{{item.label | rpxTranslate}}</label>\n </div>\n </div>\n </ng-container>\n <ng-container *ngSwitchCase=\"'checkbox-large'\">\n <div class=\"govuk-checkboxes\" [formGroupName]=\"field.name\" [attr.field]=\"field.name\" [id]=\"'checkbox_' + field.name\">\n <div *ngFor=\"let item of field.options; let i = index\" class=\"govuk-checkboxes__item\">\n <input type=\"checkbox\" class=\"govuk-checkboxes__input\"\n [attr.disabled]=\"disabled(field, form)\"\n [formControlName]=\"i\"\n (change)=\"toggleSelectAll($event, form, item, field)\"\n [value]=\"item.key\" [id]=\"'checkbox_' + field.name + item.key\"\n [name]=\"'checkbox_' + field.name + item.key\"\n />\n <label\n [for]=\"'checkbox_' + field.name + item.key\"\n class=\"govuk-label govuk-checkboxes__label\"\n [ngClass]=\"{'govuk-!-font-weight-bold': item.selectAll}\"\n >{{item.label | rpxTranslate}}</label>\n </div>\n </div>\n </ng-container>\n <ng-container *ngSwitchCase=\"'radio'\">\n <div class=\"govuk-radios\">\n <div *ngFor=\"let item of field.options\" class=\"govuk-radios__item\">\n <input type=\"radio\"\n [formControlName]=\"field.name\"\n [id]=\"'radio_' + item.key\"\n [attr.disabled]=\"disabled(field, form)\"\n [checked]=\"item.key === form.get(field.name).value\"\n class=\"govuk-radios__input\"\n [value]=\"item.key\"\n (change)=\"fieldChanged(field, form)\"\n />\n <label [for]=\"'radio_' + item.key\" class=\"govuk-label govuk-radios__label\">{{item.label | rpxTranslate}}</label>\n </div>\n </div>\n </ng-container>\n <ng-container *ngSwitchCase=\"'find-person'\">\n <xuilib-find-person subTitle=\"\" (personSelected)=\"updatePersonControls($event, field)\"\n (personFieldChanged)=\"inputChanged(field)\"\n [submitted]=\"submitted\"\n [disabled]=\"disabled(field, form)\"\n [domain]=\"form.get(field.domainField)?.value\"\n [findPersonGroup]=\"form\"\n [selectedPerson]=\"form.get(field.name)?.value?.email\"\n [userIncluded]=\"false\"\n [placeholderContent]=\"field.placeholderContent ? field.placeholderContent : ''\"\n [services]=\"form.get(field.servicesField)?.value\"\n ></xuilib-find-person>\n </ng-container>\n <ng-container *ngSwitchCase=\"'find-location'\">\n <xuilib-find-location (locationFieldChanged)=\"inputChanged(field)\"\n [form]=\"form\"\n [fields]=\"config.fields\"\n [locationTitle]=\"field.locationTitle\"\n [enableAddLocationButton]=\"field.enableAddButton\"\n [disabled]=\"disabled(field, form)\"\n [disableInputField]=\"field.disable\"\n [submitted]=\"submitted\"\n [field]=\"field\"\n [services]=\"form.get(field.findLocationField)?.value\"\n [formSubmissionEvent$]=\"formSubmissionEvent$\"\n ></xuilib-find-location>\n </ng-container>\n <ng-container *ngSwitchCase=\"'find-task-name'\">\n <xuilib-find-task-name subTitle=\"\" (taskNameSelected)=\"updateTaskNameControls($event, field)\"\n (taskNameFieldChanged)=\"inputChanged(field)\"\n [submitted]=\"submitted\"\n [disabled]=\"disabled(field, form)\"\n [domain]=\"form.get(field.domainField)?.value\"\n [findTaskNameGroup]=\"form\"\n [selectedTaskName]=\"form.get(field.name)?.value?.task_type_name\"\n [placeholderContent]=\"field.placeholderContent ? field.placeholderContent : ''\"\n [services]=\"form.get(field.servicesField)?.value\"\n ></xuilib-find-task-name>\n </ng-container>\n <ng-container *ngSwitchCase=\"'find-service'\">\n <span class=\"govuk-error-message\" *ngIf=\"isServiceSelected\">{{serviceErrorMsg | rpxTranslate}}</span>\n <xuilib-find-service (serviceFieldChanged)=\"inputServiceChanged(field)\"\n [field]=\"field\"\n [form]=\"form\"\n [formSubmissionEvent$]=\"formSubmissionEvent$\"\n [disabled]=\"disabled(field, form)\">\n </xuilib-find-service>\n </ng-container>\n <ng-container *ngSwitchCase=\"'text-input'\">\n <input class=\"govuk-input\" type=\"text\"\n [formControlName]=\"field.name\"\n [id]=\"field.name\"\n [attr.disabled]=\"disabled(field, form)\"\n (change)=\"fieldChanged(field, form)\"\n [attr.maxlength]=\"field.maxlength ? field.maxlength : null\"\n [readonly]=\"field.readonly\"\n />\n </ng-container>\n <ng-container *ngSwitchCase=\"'email-input'\">\n <input class=\"govuk-input\" type=\"email\"\n [formControlName]=\"field.name\"\n [id]=\"field.name\"\n [attr.disabled]=\"disabled(field, form)\"\n (change)=\"fieldChanged(field, form)\"\n [readonly]=\"field.readonly\"\n />\n </ng-container>\n </div>\n </div>\n </ng-container>\n</ng-container>\n </div>\n <hr class=\"govuk-section-break govuk-section-break--m govuk-section-break--visible\"/>\n <div class=\"govuk-grid-row\">\n <div class=\"govuk-grid-column-full\">\n <button\n class=\"govuk-button govuk-!-margin-right-1 govuk-!-margin-bottom-0\"\n type=\"submit\"\n id=\"applyFilter\"\n [disabled]=\"config.enableDisabledButton && form.invalid\"\n >{{(config.applyButtonText || 'Apply') | rpxTranslate}}</button>\n <button *ngIf=\"config.showCancelFilterButton\"\n class=\"govuk-button govuk-button--secondary govuk-!-margin-bottom-0\"\n type=\"button\"\n id=\"cancelFilter\"\n (click)=\"cancelFilter()\">{{ (config.cancelButtonText || 'Cancel') | rpxTranslate}}</button>\n </div>\n </div>\n</form>\n", styles: [".contain-classes .elevated-break{margin-bottom:20px}@media (min-width: 40.0625em){.contain-classes .elevated-break{margin-bottom:30px}}.contain-classes .govuk-body--maxWidth480px{max-width:480px}.contain-classes .xui-generic-filter .select-all{margin-bottom:10px}.contain-classes .xui-generic-filter .govuk-checkboxes{display:flex;flex-direction:column;flex-wrap:wrap}.contain-classes .xui-generic-filter .govuk-checkboxes>div{flex-grow:1;flex-shrink:0}.contain-classes .xui-generic-filter__field-title{display:flex;align-items:center;margin-bottom:10px}.contain-classes .govuk-select{width:100%}\n"] }]
4655
- }], () => [{ type: FilterService }, { type: i2$4.FormBuilder }], { config: [{
4793
+ }], () => [{ type: FilterService }, { type: i2$4.FormBuilder }, { type: i0.ChangeDetectorRef }], { config: [{
4656
4794
  type: Input
4657
4795
  }], settings: [{
4658
4796
  type: Input
@@ -4673,7 +4811,7 @@ class HmctsSessionDialogComponent {
4673
4811
  onClose() {
4674
4812
  this.close.emit();
4675
4813
  }
4676
- static { this.ɵfac = function HmctsSessionDialogComponent_Factory(t) { return new (t || HmctsSessionDialogComponent)(); }; }
4814
+ static { this.ɵfac = function HmctsSessionDialogComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || HmctsSessionDialogComponent)(); }; }
4677
4815
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: HmctsSessionDialogComponent, selectors: [["xuilib-session-dialog"]], inputs: { positionTop: "positionTop" }, outputs: { close: "close" }, ngContentSelectors: _c0$k, decls: 15, vars: 6, consts: [["data-module", "modal-dialogue", "id", "modal-default", 1, "gem-c-modal-dialogue", 2, "display", "block"], [1, "gem-c-modal-dialogue__overlay"], ["aria-modal", "true", "role", "dialog", "tabindex", "0", 1, "gem-c-modal-dialogue__box", 3, "ngStyle"], [1, "gem-c-modal-dialogue__header"], ["role", "presentation", "focusable", "false", "xmlns", "http://www.w3.org/2000/svg", "viewBox", "0 0 38 38", "height", "33", "width", "33"], ["type", "text/css"], ["id", "_4_-_granular_components_warning_icon", "transform", "translate(0.5 0.5)"], ["id", "Warning_icon", "transform", "translate(0)"], ["id", "Exclusion_1", "d", "M18.5,37.5c-5.04,0.01-9.88-1.99-13.44-5.57C1.49,28.38-0.51,23.54-0.5,18.5\n c-0.01-5.04,1.99-9.88,5.56-13.43C8.62,1.49,13.46-0.51,18.5-0.5c5.04-0.01,9.88,1.99,13.44,5.56c3.57,3.56,5.58,8.39,5.56,13.44\n c0.01,5.04-1.99,9.88-5.56,13.44C28.38,35.51,23.54,37.51,18.5,37.5z M18.52,24.29c-0.4,0-0.8,0.08-1.17,0.23\n c-0.36,0.15-0.69,0.37-0.97,0.64c-0.28,0.27-0.5,0.59-0.65,0.95c-0.16,0.36-0.24,0.76-0.23,1.15c0,0.4,0.08,0.8,0.23,1.17\n c0.15,0.36,0.37,0.68,0.65,0.96c0.28,0.27,0.61,0.49,0.97,0.64c0.37,0.16,0.77,0.24,1.17,0.24c0.4,0,0.79-0.08,1.15-0.24\n c0.35-0.15,0.67-0.37,0.95-0.64c0.27-0.27,0.49-0.6,0.64-0.96c0.16-0.37,0.24-0.77,0.23-1.17c0-0.4-0.08-0.79-0.23-1.15\n c-0.15-0.35-0.37-0.67-0.64-0.95c-0.27-0.27-0.6-0.49-0.95-0.64C19.31,24.37,18.92,24.29,18.52,24.29L18.52,24.29z M16.11,7.5\n l0.42,14.87h3.91L20.86,7.5H16.11z", 1, "st0"], [1, "gem-c-modal-dialogue__title"], [1, "gem-c-modal-dialogue__content"]], template: function HmctsSessionDialogComponent_Template(rf, ctx) { if (rf & 1) {
4678
4816
  i0.ɵɵprojectionDef();
4679
4817
  i0.ɵɵelementStart(0, "div", 0);
@@ -4775,7 +4913,7 @@ function GovUkLabelComponent_ng_template_1_Template(rf, ctx) { if (rf & 1) {
4775
4913
  * */
4776
4914
  class GovUkLabelComponent {
4777
4915
  constructor() { }
4778
- static { this.ɵfac = function GovUkLabelComponent_Factory(t) { return new (t || GovUkLabelComponent)(); }; }
4916
+ static { this.ɵfac = function GovUkLabelComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GovUkLabelComponent)(); }; }
4779
4917
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: GovUkLabelComponent, selectors: [["xuilib-gov-label"]], inputs: { config: "config" }, decls: 3, vars: 2, consts: [["noHeading", ""], [4, "ngIf", "ngIfElse"], [3, "for", "class", 4, "ngIf"], [3, "for"], ["class", "govuk-label__optional", 4, "ngIf"], [1, "govuk-label__optional"]], template: function GovUkLabelComponent_Template(rf, ctx) { if (rf & 1) {
4780
4918
  i0.ɵɵtemplate(0, GovUkLabelComponent_h1_0_Template, 2, 1, "h1", 1)(1, GovUkLabelComponent_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor);
4781
4919
  } if (rf & 2) {
@@ -4809,7 +4947,7 @@ class RemoveHostDirective {
4809
4947
  }
4810
4948
  parentElement.removeChild(nativeElement);
4811
4949
  }
4812
- static { this.ɵfac = function RemoveHostDirective_Factory(t) { return new (t || RemoveHostDirective)(i0.ɵɵdirectiveInject(i0.ElementRef)); }; }
4950
+ static { this.ɵfac = function RemoveHostDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || RemoveHostDirective)(i0.ɵɵdirectiveInject(i0.ElementRef)); }; }
4813
4951
  static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: RemoveHostDirective, selectors: [["", "appRemoveHost", ""]] }); }
4814
4952
  }
4815
4953
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(RemoveHostDirective, [{
@@ -4834,7 +4972,7 @@ class GovUkCheckboxComponent {
4834
4972
  this.config.classes = this.config.classes ?
4835
4973
  this.config.classes.concat(' govuk-checkboxes__label') : 'govuk-checkboxes__label';
4836
4974
  }
4837
- static { this.ɵfac = function GovUkCheckboxComponent_Factory(t) { return new (t || GovUkCheckboxComponent)(); }; }
4975
+ static { this.ɵfac = function GovUkCheckboxComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GovUkCheckboxComponent)(); }; }
4838
4976
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: GovUkCheckboxComponent, selectors: [["xuilib-gov-checkbox"]], inputs: { group: "group", config: "config", isChecked: "isChecked" }, decls: 6, vars: 11, consts: [[1, "govuk-checkboxes__item", 3, "formGroup"], ["type", "checkbox", 1, "govuk-checkboxes__input", 3, "id", "name", "formControlName", "checked"], ["appRemoveHost", "", 3, "config"], [1, "govuk-hint", "govuk-checkboxes__hint", 3, "id"]], template: function GovUkCheckboxComponent_Template(rf, ctx) { if (rf & 1) {
4839
4977
  i0.ɵɵelementStart(0, "div", 0);
4840
4978
  i0.ɵɵelement(1, "input", 1)(2, "xuilib-gov-label", 2);
@@ -4892,7 +5030,7 @@ function GovUkErrorMessageComponent_span_0_Template(rf, ctx) { if (rf & 1) {
4892
5030
  * */
4893
5031
  class GovUkErrorMessageComponent {
4894
5032
  constructor() { }
4895
- static { this.ɵfac = function GovUkErrorMessageComponent_Factory(t) { return new (t || GovUkErrorMessageComponent)(); }; }
5033
+ static { this.ɵfac = function GovUkErrorMessageComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GovUkErrorMessageComponent)(); }; }
4896
5034
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: GovUkErrorMessageComponent, selectors: [["xuilib-gov-uk-error-message"]], inputs: { config: "config", errorMessage: "errorMessage" }, decls: 1, vars: 1, consts: [["class", "govuk-error-message", 3, "id", 4, "ngFor", "ngForOf"], [1, "govuk-error-message", 3, "id"], [1, "govuk-visually-hidden"]], template: function GovUkErrorMessageComponent_Template(rf, ctx) { if (rf & 1) {
4897
5035
  i0.ɵɵtemplate(0, GovUkErrorMessageComponent_span_0_Template, 6, 7, "span", 0);
4898
5036
  } if (rf & 2) {
@@ -4978,7 +5116,7 @@ class GovUkFieldsetComponent {
4978
5116
  setDescribedBy() {
4979
5117
  return HtmlTemplatesHelper.setDescribedBy(this.errorMessage, this.config);
4980
5118
  }
4981
- static { this.ɵfac = function GovUkFieldsetComponent_Factory(t) { return new (t || GovUkFieldsetComponent)(); }; }
5119
+ static { this.ɵfac = function GovUkFieldsetComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GovUkFieldsetComponent)(); }; }
4982
5120
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: GovUkFieldsetComponent, selectors: [["xuilib-gov-uk-fieldset"]], inputs: { config: "config", errorMessage: "errorMessage" }, ngContentSelectors: _c0$j, decls: 5, vars: 4, consts: [[1, "govuk-fieldset"], [3, "class", 4, "ngIf"], ["class", "govuk-hint", 3, "id", 4, "ngIf"], [1, "govuk-hint", 3, "id"]], template: function GovUkFieldsetComponent_Template(rf, ctx) { if (rf & 1) {
4983
5121
  i0.ɵɵprojectionDef();
4984
5122
  i0.ɵɵelementStart(0, "fieldset", 0);
@@ -5017,7 +5155,7 @@ const _c3$2 = a0 => ({ id: a0 });
5017
5155
  * */
5018
5156
  class GovUkFormGroupWrapperComponent {
5019
5157
  constructor() { }
5020
- static { this.ɵfac = function GovUkFormGroupWrapperComponent_Factory(t) { return new (t || GovUkFormGroupWrapperComponent)(); }; }
5158
+ static { this.ɵfac = function GovUkFormGroupWrapperComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GovUkFormGroupWrapperComponent)(); }; }
5021
5159
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: GovUkFormGroupWrapperComponent, selectors: [["xuilib-gov-uk-form-group-wrapper"]], inputs: { error: "error", group: "group", config: "config" }, ngContentSelectors: _c0$i, decls: 4, vars: 15, consts: [[1, "govuk-form-group", 3, "ngClass"], [3, "config", "errorMessage"]], template: function GovUkFormGroupWrapperComponent_Template(rf, ctx) { if (rf & 1) {
5022
5160
  i0.ɵɵprojectionDef();
5023
5161
  i0.ɵɵelementStart(0, "div", 0)(1, "xuilib-gov-uk-fieldset", 1);
@@ -5056,7 +5194,7 @@ class InviteUserPermissionComponent {
5056
5194
  this.isPuiOrganisationManager = false;
5057
5195
  this.isPuiFinanceManager = false;
5058
5196
  }
5059
- static { this.ɵfac = function InviteUserPermissionComponent_Factory(t) { return new (t || InviteUserPermissionComponent)(); }; }
5197
+ static { this.ɵfac = function InviteUserPermissionComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || InviteUserPermissionComponent)(); }; }
5060
5198
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: InviteUserPermissionComponent, selectors: [["xuilib-invite-permission-form"]], inputs: { inviteUserForm: "inviteUserForm", isPuiCaseManager: "isPuiCaseManager", isPuiUserManager: "isPuiUserManager", isPuiOrganisationManager: "isPuiOrganisationManager", isPuiFinanceManager: "isPuiFinanceManager", errorMessages: "errorMessages" }, decls: 6, vars: 17, consts: [[3, "formGroup"], [3, "config", "formGroupName", "error"], [1, "govuk-checkboxes"], [3, "group", "isChecked", "config"]], template: function InviteUserPermissionComponent_Template(rf, ctx) { if (rf & 1) {
5061
5199
  i0.ɵɵelementContainerStart(0, 0);
5062
5200
  i0.ɵɵelementStart(1, "xuilib-gov-uk-form-group-wrapper", 1)(2, "div", 2);
@@ -5122,7 +5260,7 @@ class GovUkInputComponent {
5122
5260
  setDescribedBy() {
5123
5261
  return HtmlTemplatesHelper.setDescribedBy(this.errorMessage, this.config);
5124
5262
  }
5125
- static { this.ɵfac = function GovUkInputComponent_Factory(t) { return new (t || GovUkInputComponent)(); }; }
5263
+ static { this.ɵfac = function GovUkInputComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GovUkInputComponent)(); }; }
5126
5264
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: GovUkInputComponent, selectors: [["xuilib-gov-uk-input"]], inputs: { errorMessage: "errorMessage", group: "group", config: "config" }, decls: 5, vars: 19, consts: [[1, "govuk-form-group", "gov-uk-input", 3, "formGroup", "ngClass"], [3, "config"], ["class", "govuk-hint", 3, "id", 4, "ngIf"], [3, "config", "errorMessage"], [1, "govuk-input", 3, "ngClass", "id", "name", "type", "formControlName"], [1, "govuk-hint", 3, "id"]], template: function GovUkInputComponent_Template(rf, ctx) { if (rf & 1) {
5127
5265
  i0.ɵɵelementStart(0, "div", 0);
5128
5266
  i0.ɵɵelement(1, "xuilib-gov-label", 1);
@@ -5168,7 +5306,7 @@ class InviteUserFormComponent {
5168
5306
  onSubmit() {
5169
5307
  this.submitForm.emit();
5170
5308
  }
5171
- static { this.ɵfac = function InviteUserFormComponent_Factory(t) { return new (t || InviteUserFormComponent)(); }; }
5309
+ static { this.ɵfac = function InviteUserFormComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || InviteUserFormComponent)(); }; }
5172
5310
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: InviteUserFormComponent, selectors: [["xuilib-invite-user-form"]], inputs: { inviteUserForm: "inviteUserForm", errorMessages: "errorMessages" }, outputs: { submitForm: "submitForm" }, decls: 7, vars: 15, consts: [[3, "ngSubmit", "formGroup"], [3, "config", "errorMessage", "group"], [3, "inviteUserForm", "errorMessages"], ["type", "submit", 1, "govuk-button"]], template: function InviteUserFormComponent_Template(rf, ctx) { if (rf & 1) {
5173
5311
  i0.ɵɵelementStart(0, "form", 0);
5174
5312
  i0.ɵɵlistener("ngSubmit", function InviteUserFormComponent_Template_form_ngSubmit_0_listener() { return ctx.onSubmit(); });
@@ -5209,7 +5347,7 @@ class LoadingSpinnerComponent {
5209
5347
  ngAfterContentChecked() {
5210
5348
  this.ref.detectChanges();
5211
5349
  }
5212
- static { this.ɵfac = function LoadingSpinnerComponent_Factory(t) { return new (t || LoadingSpinnerComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); }; }
5350
+ static { this.ɵfac = function LoadingSpinnerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || LoadingSpinnerComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); }; }
5213
5351
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: LoadingSpinnerComponent, selectors: [["xuilib-loading-spinner"]], inputs: { loadingText: "loadingText" }, decls: 6, vars: 3, consts: [[1, "spinner-container"], [1, "spinner-inner-container"], [1, "spinner", 2, "margin", "auto"]], template: function LoadingSpinnerComponent_Template(rf, ctx) { if (rf & 1) {
5214
5352
  i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "p");
5215
5353
  i0.ɵɵtext(3);
@@ -5386,7 +5524,7 @@ class CaseSharingStateService {
5386
5524
  }
5387
5525
  return false;
5388
5526
  }
5389
- static { this.ɵfac = function CaseSharingStateService_Factory(t) { return new (t || CaseSharingStateService)(); }; }
5527
+ static { this.ɵfac = function CaseSharingStateService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CaseSharingStateService)(); }; }
5390
5528
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: CaseSharingStateService, factory: CaseSharingStateService.ɵfac, providedIn: 'root' }); }
5391
5529
  }
5392
5530
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseSharingStateService, [{
@@ -5507,7 +5645,7 @@ class SelectedCaseConfirmComponent {
5507
5645
  }
5508
5646
  return this.sharedCase.pendingUnshares && this.sharedCase.pendingUnshares.length > 0;
5509
5647
  }
5510
- static { this.ɵfac = function SelectedCaseConfirmComponent_Factory(t) { return new (t || SelectedCaseConfirmComponent)(i0.ɵɵdirectiveInject(CaseSharingStateService)); }; }
5648
+ static { this.ɵfac = function SelectedCaseConfirmComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SelectedCaseConfirmComponent)(i0.ɵɵdirectiveInject(CaseSharingStateService)); }; }
5511
5649
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SelectedCaseConfirmComponent, selectors: [["xuilib-selected-case-confirm"]], inputs: { sharedCase: "sharedCase", changeLink: "changeLink" }, decls: 1, vars: 1, consts: [[3, "id", 4, "ngIf"], [3, "id"], [1, "govuk-heading-m", "case-share-confirm__title"], [1, "case-share-confirm__caption-area"], [1, "govuk-caption-m", "case-share-confirm__caption"], [1, "case-share-confirm__change-link", "govuk-link", "govuk-!-font-size-19", 3, "routerLink"], [1, "govuk-visually-hidden"], [1, "govuk-table"], [1, "govuk-table__head"], [1, "govuk-table__row"], ["scope", "col", 1, "govuk-table__header", "govuk-table-column-header"], ["scope", "col", 1, "govuk-table__header", "govuk-table-column-actions"], [1, "govuk-table__body"], ["class", "govuk-table__row", 4, "ngFor", "ngForOf", "ngForTrackBy"], [1, "govuk-table__cell"], [1, "hmcts-badge"], [1, "hmcts-badge", "hmcts-badge--red"]], template: function SelectedCaseConfirmComponent_Template(rf, ctx) { if (rf & 1) {
5512
5650
  i0.ɵɵtemplate(0, SelectedCaseConfirmComponent_div_0_Template, 27, 24, "div", 0);
5513
5651
  } if (rf & 2) {
@@ -5831,7 +5969,7 @@ class SelectedCaseComponent {
5831
5969
  buildElementId(elementName) {
5832
5970
  return `${elementName}-${this.sharedCase.caseId}`;
5833
5971
  }
5834
- static { this.ɵfac = function SelectedCaseComponent_Factory(t) { return new (t || SelectedCaseComponent)(i0.ɵɵdirectiveInject(CaseSharingStateService)); }; }
5972
+ static { this.ɵfac = function SelectedCaseComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SelectedCaseComponent)(i0.ɵɵdirectiveInject(CaseSharingStateService)); }; }
5835
5973
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SelectedCaseComponent, selectors: [["xuilib-selected-case"]], inputs: { sharedCase: "sharedCase", selectedUser: "selectedUser", opened: "opened", removeUserFromCaseToggleOn: "removeUserFromCaseToggleOn", caseCount: "caseCount" }, outputs: { unselect: "unselect", synchronizeStore: "synchronizeStore" }, features: [i0.ɵɵNgOnChangesFeature], decls: 20, vars: 20, consts: [[1, "govuk-accordion__section", 3, "id"], [1, "govuk-grid-row", "govuk-case-header"], [1, "govuk-grid-column-three-quarters"], [1, "govuk-case-title", 3, "id"], [1, "govuk-case-sub-title", 3, "id"], [1, "govuk-grid-column-ten-percent"], ["class", "govuk-button hmcts-button--secondary", "title", "Deselect case", 3, "id", "click", 4, "ngIf"], [1, "govuk-accordion__section-header", "govuk-grid-column-ten-percent"], [1, "govuk-accordion__section-heading"], ["type", "button", "aria-expanded", "false", 1, "govuk-accordion__section-button", 3, "id", "title"], ["aria-hidden", "true", 1, "govuk-accordion__icon"], [1, "govuk-accordion__section-content", 3, "id"], ["class", "govuk-grid-row", 4, "ngIf"], ["class", "govuk-table", 4, "ngIf"], ["title", "Deselect case", 1, "govuk-button", "hmcts-button--secondary", 3, "click", "id"], [1, "govuk-grid-row"], [1, "govuk-div-align-left", 3, "id"], [1, "govuk-table"], [1, "govuk-table__head"], [1, "govuk-table__row"], ["scope", "col", 1, "govuk-table__header", "govuk-table-column-header", 3, "id"], ["scope", "col", 1, "govuk-table__header", "govuk-table-column-actions", 3, "id"], ["scope", "col", 1, "govuk-table__header", "govuk-table-column-label", 3, "id"], [1, "govuk-table__body"], ["class", "govuk-table__row", 4, "ngFor", "ngForOf", "ngForTrackBy"], [1, "govuk-table__cell", 3, "id"], [1, "govuk-table__cell"], ["href", "javascript:void(0);", 3, "click", 4, "ngIf"], ["class", "hmcts-badge hmcts-badge--red", 4, "ngIf"], ["class", "hmcts-badge", 4, "ngIf"], ["href", "javascript:void(0);", 3, "click"], [1, "govuk-visually-hidden"], [1, "hmcts-badge", "hmcts-badge--red"], [1, "hmcts-badge"]], template: function SelectedCaseComponent_Template(rf, ctx) { if (rf & 1) {
5836
5974
  i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "div", 2)(3, "h3", 3);
5837
5975
  i0.ɵɵtext(4);
@@ -5961,7 +6099,7 @@ class SelectedCaseListComponent {
5961
6099
  trackByCaseId(sharedCase) {
5962
6100
  return sharedCase.caseId;
5963
6101
  }
5964
- static { this.ɵfac = function SelectedCaseListComponent_Factory(t) { return new (t || SelectedCaseListComponent)(i0.ɵɵdirectiveInject(CaseSharingStateService)); }; }
6102
+ static { this.ɵfac = function SelectedCaseListComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SelectedCaseListComponent)(i0.ɵɵdirectiveInject(CaseSharingStateService)); }; }
5965
6103
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SelectedCaseListComponent, selectors: [["xuilib-selected-case-list"]], inputs: { shareCases$: "shareCases$", removeUserFromCaseToggleOn: "removeUserFromCaseToggleOn", toConfirm: "toConfirm", changeLink: "changeLink" }, outputs: { unselect: "unselect", synchronizeStore: "synchronizeStore" }, decls: 2, vars: 2, consts: [[4, "ngIf"], [3, "sharedCase", "caseCount", "removeUserFromCaseToggleOn", "unselect", "synchronizeStore", 4, "ngFor", "ngForOf", "ngForTrackBy"], [3, "unselect", "synchronizeStore", "sharedCase", "caseCount", "removeUserFromCaseToggleOn"], [3, "sharedCase", "changeLink", 4, "ngFor", "ngForOf", "ngForTrackBy"], [3, "sharedCase", "changeLink"]], template: function SelectedCaseListComponent_Template(rf, ctx) { if (rf & 1) {
5966
6104
  i0.ɵɵtemplate(0, SelectedCaseListComponent_ng_container_0_Template, 3, 4, "ng-container", 0)(1, SelectedCaseListComponent_ng_container_1_Template, 3, 4, "ng-container", 0);
5967
6105
  } if (rf & 2) {
@@ -6001,7 +6139,7 @@ class ServiceMessageComponent {
6001
6139
  onHideMessageEvent(key) {
6002
6140
  this.hideMessage.emit(key);
6003
6141
  }
6004
- static { this.ɵfac = function ServiceMessageComponent_Factory(t) { return new (t || ServiceMessageComponent)(); }; }
6142
+ static { this.ɵfac = function ServiceMessageComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ServiceMessageComponent)(); }; }
6005
6143
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ServiceMessageComponent, selectors: [["xuilib-service-message"]], inputs: { message_en: "message_en", message_cy: "message_cy", key: "key" }, outputs: { hideMessage: "hideMessage" }, decls: 12, vars: 8, consts: [[1, "hmcts-banner", "hmcts-banner--warning"], ["fill", "currentColor", "role", "img", "aria-label", "hmcts-warning-icon", "focusable", "false", "xmlns", "http://www.w3.org/2000/svg", "viewBox", "0 0 25 25", "height", "25", "width", "25", 1, "hmcts-banner__icon"], ["d", "M13.6,15.4h-2.3v-4.5h2.3V15.4z M13.6,19.8h-2.3v-2.2h2.3V19.8z M0,23.2h25L12.5,2L0,23.2z"], [1, "hmcts-banner__message"], [1, "hmcts-banner__assistive"], [1, "govuk-heading-s", 3, "innerHTML"], ["class", "govuk-heading-s", 3, "innerHTML", 4, "ngIf"], ["tabindex", "0", 1, "govuk-link--no-visited-state", 3, "click", "keyup.enter", "routerLink"]], template: function ServiceMessageComponent_Template(rf, ctx) { if (rf & 1) {
6006
6144
  i0.ɵɵelementStart(0, "div", 0);
6007
6145
  i0.ɵɵnamespaceSVG();
@@ -6182,7 +6320,7 @@ class ServiceMessagesComponent {
6182
6320
  const cookie = cookies.find((row) => row.startsWith(name + '='));
6183
6321
  return cookie ? JSON.parse(decodeURIComponent(cookie.split('=')[1])) : [];
6184
6322
  }
6185
- static { this.ɵfac = function ServiceMessagesComponent_Factory(t) { return new (t || ServiceMessagesComponent)(i0.ɵɵdirectiveInject(FeatureToggleService)); }; }
6323
+ static { this.ɵfac = function ServiceMessagesComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ServiceMessagesComponent)(i0.ɵɵdirectiveInject(FeatureToggleService)); }; }
6186
6324
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ServiceMessagesComponent, selectors: [["xuilib-service-messages"]], inputs: { userRoles: "userRoles", featureToggleKey: "featureToggleKey", serviceMessageCookie: "serviceMessageCookie" }, decls: 2, vars: 2, consts: [["class", "govuk-width-container govuk-!-margin-top-6", 4, "ngIf"], [1, "govuk-width-container", "govuk-!-margin-top-6"], ["class", "hmcts-banner hmcts-banner--warning", 4, "ngFor", "ngForOf"], [1, "hmcts-banner", "hmcts-banner--warning"], ["fill", "currentColor", "role", "presentation", "focusable", "false", "xmlns", "http://www.w3.org/2000/svg", "viewBox", "0 0 25 25", "height", "25", "width", "25", 1, "hmcts-banner__icon"], ["d", "M13.6,15.4h-2.3v-4.5h2.3V15.4z M13.6,19.8h-2.3v-2.2h2.3V19.8z M0,23.2h25L12.5,2L0,23.2z"], [1, "hmcts-banner__message"], [1, "hmcts-banner__assistive"], [1, "govuk-heading-s"], [3, "innerHTML"], [3, "key", "message_en", "message_cy", "hideMessage", 4, "ngFor", "ngForOf"], [3, "hideMessage", "key", "message_en", "message_cy"]], template: function ServiceMessagesComponent_Template(rf, ctx) { if (rf & 1) {
6187
6325
  i0.ɵɵtemplate(0, ServiceMessagesComponent_div_0_Template, 2, 1, "div", 0)(1, ServiceMessagesComponent_div_1_Template, 2, 1, "div", 0);
6188
6326
  } if (rf & 2) {
@@ -6247,7 +6385,7 @@ class ShareCaseConfirmComponent {
6247
6385
  });
6248
6386
  this.shareCases$ = this.stateService.state;
6249
6387
  }
6250
- static { this.ɵfac = function ShareCaseConfirmComponent_Factory(t) { return new (t || ShareCaseConfirmComponent)(i0.ɵɵdirectiveInject(CaseSharingStateService)); }; }
6388
+ static { this.ɵfac = function ShareCaseConfirmComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ShareCaseConfirmComponent)(i0.ɵɵdirectiveInject(CaseSharingStateService)); }; }
6251
6389
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ShareCaseConfirmComponent, selectors: [["xuilib-share-case-confirm"]], inputs: { shareCases$: "shareCases$", changeLink: "changeLink", completeLink: "completeLink" }, decls: 7, vars: 6, consts: [["id", "casesToConfirm"], [1, "govuk-heading-l"], ["id", "summarySections", 4, "ngIf"], ["id", "noCaseDisplay", "class", "govuk-hint", 4, "ngIf"], ["id", "share-case-nav", 4, "ngIf"], ["id", "summarySections"], [3, "shareCases$", "toConfirm", "changeLink"], ["id", "noCaseDisplay", 1, "govuk-hint"], ["id", "share-case-nav"], ["title", "Confirm", 1, "govuk-button", 3, "routerLink"]], template: function ShareCaseConfirmComponent_Template(rf, ctx) { if (rf & 1) {
6252
6390
  i0.ɵɵelementStart(0, "div", 0)(1, "h3", 1);
6253
6391
  i0.ɵɵtext(2);
@@ -6298,7 +6436,14 @@ class UserSelectComponent {
6298
6436
  }
6299
6437
  ngOnInit() {
6300
6438
  this.filteredUsers = this.control.valueChanges.pipe(map(value => typeof value === typeof 'string' ? this.filterUsers(value) : this.users));
6301
- this.selected.emit(null);
6439
+ // TEST-TODO
6440
+ // these are changes made per ngModel 18 upgrade and may not be correct
6441
+ // TODO: Confirm changes are correctly picked up post Angular 18 upgrade
6442
+ this.control.valueChanges.subscribe(newUserValue => {
6443
+ if (!newUserValue || !newUserValue.email) {
6444
+ this.selected.emit(null);
6445
+ }
6446
+ });
6302
6447
  }
6303
6448
  displayValue(user) {
6304
6449
  return user ? `${user.firstName} ${user.lastName} - ${user.email}` : '';
@@ -6309,11 +6454,6 @@ class UserSelectComponent {
6309
6454
  clear() {
6310
6455
  this.control.setValue(null);
6311
6456
  }
6312
- onUserChange(newUserValue) {
6313
- if (!newUserValue || !newUserValue.email) {
6314
- this.selected.emit(null);
6315
- }
6316
- }
6317
6457
  filterUsers(value) {
6318
6458
  if (value) {
6319
6459
  value = value.toLowerCase();
@@ -6332,13 +6472,11 @@ class UserSelectComponent {
6332
6472
  }
6333
6473
  return [];
6334
6474
  }
6335
- static { this.ɵfac = function UserSelectComponent_Factory(t) { return new (t || UserSelectComponent)(); }; }
6336
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: UserSelectComponent, selectors: [["xuilib-user-select"]], inputs: { users: "users" }, outputs: { selected: "selected" }, decls: 6, vars: 9, consts: [["dropdown", "matAutocomplete"], ["type", "text", 1, "govuk-input", 3, "ngModelChange", "matAutocomplete", "formControl"], ["autoActiveFirstOption", "", 3, "optionSelected", "displayWith"], [3, "value", 4, "ngFor", "ngForOf"], [3, "value"]], template: function UserSelectComponent_Template(rf, ctx) { if (rf & 1) {
6475
+ static { this.ɵfac = function UserSelectComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || UserSelectComponent)(); }; }
6476
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: UserSelectComponent, selectors: [["xuilib-user-select"]], inputs: { users: "users" }, outputs: { selected: "selected" }, decls: 6, vars: 9, consts: [["dropdown", "matAutocomplete"], ["type", "text", 1, "govuk-input", 3, "matAutocomplete", "formControl"], ["autoActiveFirstOption", "", 3, "optionSelected", "displayWith"], [3, "value", 4, "ngFor", "ngForOf"], [3, "value"]], template: function UserSelectComponent_Template(rf, ctx) { if (rf & 1) {
6337
6477
  const _r1 = i0.ɵɵgetCurrentView();
6338
- i0.ɵɵelementStart(0, "input", 1);
6478
+ i0.ɵɵelement(0, "input", 1);
6339
6479
  i0.ɵɵpipe(1, "rpxTranslate");
6340
- i0.ɵɵlistener("ngModelChange", function UserSelectComponent_Template_input_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onUserChange($event)); });
6341
- i0.ɵɵelementEnd();
6342
6480
  i0.ɵɵelementStart(2, "mat-autocomplete", 2, 0);
6343
6481
  i0.ɵɵlistener("optionSelected", function UserSelectComponent_Template_mat_autocomplete_optionSelected_2_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onSelected($event)); });
6344
6482
  i0.ɵɵtemplate(4, UserSelectComponent_mat_option_4_Template, 4, 8, "mat-option", 3);
@@ -6356,7 +6494,7 @@ class UserSelectComponent {
6356
6494
  }
6357
6495
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(UserSelectComponent, [{
6358
6496
  type: Component,
6359
- args: [{ selector: 'xuilib-user-select', template: "<input class=\"govuk-input\" type=\"text\" [matAutocomplete]=\"dropdown\" [formControl]=\"control\" (ngModelChange)=\"onUserChange($event)\"\n [attr.aria-labelledby]=\"'add-user-hint' | rpxTranslate\">\n\n<mat-autocomplete #dropdown=\"matAutocomplete\" [displayWith]=\"displayValue\" autoActiveFirstOption (optionSelected)=\"onSelected($event)\">\n <mat-option *ngFor=\"let user of filteredUsers | async\" [value]=\"user\">\n {{ user.firstName | rpxTranslate }} {{ user.lastName | rpxTranslate }} - {{ user.email }}\n </mat-option>\n</mat-autocomplete>\n" }]
6497
+ args: [{ selector: 'xuilib-user-select', template: "<input class=\"govuk-input\" type=\"text\" [matAutocomplete]=\"dropdown\" [formControl]=\"control\"\n [attr.aria-labelledby]=\"'add-user-hint' | rpxTranslate\">\n\n<mat-autocomplete #dropdown=\"matAutocomplete\" [displayWith]=\"displayValue\" autoActiveFirstOption (optionSelected)=\"onSelected($event)\">\n <mat-option *ngFor=\"let user of filteredUsers | async\" [value]=\"user\">\n {{ user.firstName | rpxTranslate }} {{ user.lastName | rpxTranslate }} - {{ user.email }}\n </mat-option>\n</mat-autocomplete>\n" }]
6360
6498
  }], () => [], { users: [{
6361
6499
  type: Input
6362
6500
  }], selected: [{
@@ -6474,7 +6612,7 @@ class HmctsErrorSummaryComponent {
6474
6612
  hasElement(selector) {
6475
6613
  return this.document.querySelector(`#${selector}`);
6476
6614
  }
6477
- static { this.ɵfac = function HmctsErrorSummaryComponent_Factory(t) { return new (t || HmctsErrorSummaryComponent)(i0.ɵɵdirectiveInject(DOCUMENT)); }; }
6615
+ static { this.ɵfac = function HmctsErrorSummaryComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || HmctsErrorSummaryComponent)(i0.ɵɵdirectiveInject(DOCUMENT)); }; }
6478
6616
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: HmctsErrorSummaryComponent, selectors: [["xuilib-hmcts-error-summary"]], inputs: { errorMessages: "errorMessages", header: "header", showWarningMessage: "showWarningMessage" }, features: [i0.ɵɵNgOnChangesFeature], decls: 2, vars: 2, consts: [["id", "errorSummary", "class", "govuk-error-summary", "aria-labelledby", "error-summary-title", "role", "alert", "tabindex", "-1", "data-module", "error-summary", 4, "ngIf"], ["class", "hmcts-banner hmcts-banner--warning", 4, "ngIf"], ["id", "errorSummary", "aria-labelledby", "error-summary-title", "role", "alert", "tabindex", "-1", "data-module", "error-summary", 1, "govuk-error-summary"], ["id", "error-summary-title", 1, "govuk-error-summary__title"], [1, "govuk-error-summary__body"], [1, "govuk-list", "govuk-error-summary__list"], [4, "ngFor", "ngForOf"], [3, "routerLink", "fragment", "click", 4, "ngIf"], [4, "ngIf"], [3, "click", "routerLink", "fragment"], [1, "hmcts-banner", "hmcts-banner--warning"], ["fill", "currentColor", "role", "presentation", "focusable", "false", "xmlns", "http://www.w3.org/2000/svg", "viewBox", "0 0 25 25", "height", "25", "width", "25", 1, "hmcts-banner__icon"], ["d", "M13.6,15.4h-2.3v-4.5h2.3V15.4z M13.6,19.8h-2.3v-2.2h2.3V19.8z M0,23.2h25L12.5,2L0,23.2z"], [1, "hmcts-banner__message"], [1, "hmcts-banner__assistive"], ["class", "govuk-body", 4, "ngFor", "ngForOf"], [1, "govuk-body"]], template: function HmctsErrorSummaryComponent_Template(rf, ctx) { if (rf & 1) {
6479
6617
  i0.ɵɵtemplate(0, HmctsErrorSummaryComponent_div_0_Template, 7, 4, "div", 0)(1, HmctsErrorSummaryComponent_div_1_Template, 8, 4, "div", 1);
6480
6618
  } if (rf & 2) {
@@ -6543,7 +6681,7 @@ function ShareCaseComponent_div_29_Template(rf, ctx) { if (rf & 1) {
6543
6681
  i0.ɵɵpipe(6, "rpxTranslate");
6544
6682
  i0.ɵɵelementEnd();
6545
6683
  i0.ɵɵelementStart(7, "div", 6)(8, "div", 7)(9, "select", 30);
6546
- i0.ɵɵtwoWayListener("ngModelChange", function ShareCaseComponent_div_29_Template_select_ngModelChange_9_listener($event) { i0.ɵɵrestoreView(_r2); const ctx_r0 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r0.selectedUserToRemove, $event) || (ctx_r0.selectedUserToRemove = $event); return i0.ɵɵresetView($event); });
6684
+ i0.ɵɵlistener("change", function ShareCaseComponent_div_29_Template_select_change_9_listener($event) { i0.ɵɵrestoreView(_r2); const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.onSelectedUserToRemoveChanged($event.target.value)); });
6547
6685
  i0.ɵɵelementStart(10, "option", 31);
6548
6686
  i0.ɵɵtext(11, "Select a person");
6549
6687
  i0.ɵɵelementEnd();
@@ -6565,7 +6703,7 @@ function ShareCaseComponent_div_29_Template(rf, ctx) { if (rf & 1) {
6565
6703
  i0.ɵɵadvance(3);
6566
6704
  i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(6, 10, "Select a person to remove them from all selected cases."), " ");
6567
6705
  i0.ɵɵadvance(4);
6568
- i0.ɵɵtwoWayProperty("ngModel", ctx_r0.selectedUserToRemove);
6706
+ i0.ɵɵproperty("value", ctx_r0.selectedUserToRemove);
6569
6707
  i0.ɵɵadvance();
6570
6708
  i0.ɵɵproperty("ngValue", null);
6571
6709
  i0.ɵɵadvance(2);
@@ -6769,13 +6907,20 @@ class ShareCaseComponent {
6769
6907
  (!sharedCase.pendingShares || sharedCase.pendingShares.length === 0);
6770
6908
  });
6771
6909
  }
6772
- static { this.ɵfac = function ShareCaseComponent_Factory(t) { return new (t || ShareCaseComponent)(i0.ɵɵdirectiveInject(CaseSharingStateService), i0.ɵɵdirectiveInject(i2$1.Router)); }; }
6910
+ // TEST-TODO
6911
+ // Another place where ngModel use is removed for Angular best practice
6912
+ // May cause issues but based on understanding should work
6913
+ // TODO: Confirm this works correctly after Angular 18 upgrade
6914
+ onSelectedUserToRemoveChanged(value) {
6915
+ this.selectedUserToRemove = this.assignedUsers.find(user => `${user.firstName} ${user.lastName} - ${user.email}` === value) || null;
6916
+ }
6917
+ static { this.ɵfac = function ShareCaseComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ShareCaseComponent)(i0.ɵɵdirectiveInject(CaseSharingStateService), i0.ɵɵdirectiveInject(i2$1.Router)); }; }
6773
6918
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ShareCaseComponent, selectors: [["xuilib-share-case"]], viewQuery: function ShareCaseComponent_Query(rf, ctx) { if (rf & 1) {
6774
6919
  i0.ɵɵviewQuery(UserSelectComponent, 7);
6775
6920
  } if (rf & 2) {
6776
6921
  let _t;
6777
6922
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.userSelect = _t.first);
6778
- } }, inputs: { removeUserFromCaseToggleOn: "removeUserFromCaseToggleOn", shareCases$: "shareCases$", users: "users", confirmLink: "confirmLink", cancelLink: "cancelLink", addUserLabel: "addUserLabel", showRemoveUsers: "showRemoveUsers", fnTitle: "fnTitle", title: "title" }, outputs: { unselect: "unselect", synchronizeStore: "synchronizeStore" }, decls: 46, vars: 50, consts: [[3, "errorMessages", "header"], ["class", "govuk-heading-xl govuk-!-margin-top-2", 4, "ngIf"], ["id", "add-user"], [1, "govuk-form-group"], ["for", "add-user-input", 1, "govuk-label", "govuk-!-font-weight-bold"], ["id", "add-user-hint", 1, "govuk-hint"], [1, "govuk-grid-row"], [1, "govuk-grid-column-two-thirds"], ["id", "add-user-input", "aria-describedby", "add-user-hint", 3, "selected", "users"], [1, "govuk-grid-column-one-thirds"], ["id", "btn-add-user", 1, "govuk-button", "govuk-button--secondary", 3, "click", "disabled", "title"], [1, "govuk-visually-hidden"], ["id", "add-user-help", "data-module", "govuk-details", 1, "govuk-details"], [1, "govuk-details__summary"], ["id", "content-why-can-not-find-email", 1, "govuk-details__summary-text"], ["id", "content-reason-can-not-find-email", 1, "govuk-details__text"], ["class", "govuk-form-group", 4, "ngIf"], ["id", "cases", 3, "ngClass"], ["id", "title-selected-cases", 1, "govuk-heading-m"], [3, "config", "errorMessage"], ["class", "govuk-accordion", "data-module", "govuk-accordion", "id", "accordion-with-summary-sections", 4, "ngIf"], ["id", "noCaseDisplay", "class", "govuk-hint", 3, "ngClass", 4, "ngIf"], ["id", "share-case-nav", 1, "govuk-button-group"], ["id", "btn-continue", "data-module", "govuk-button", 1, "govuk-button", 3, "click", "title"], ["id", "btn-cancel", "data-module", "govuk-button", 1, "govuk-button", "govuk-button--secondary", 3, "title", "routerLink"], [1, "govuk-heading-xl", "govuk-!-margin-top-2"], ["class", "govuk-caption-xl", 4, "ngIf"], [1, "govuk-caption-xl"], ["for", "remove-user-input", 1, "govuk-label", "govuk-!-font-weight-bold"], ["id", "remove-user-hint", 1, "govuk-hint"], ["id", "remove-user-input", "aria-describedby", "remove-user-hint", 1, "govuk-select", 3, "ngModelChange", "ngModel"], ["selected", "", 3, "ngValue"], [3, "ngValue", 4, "ngFor", "ngForOf"], ["id", "btn-remove-user", 1, "govuk-button", "govuk-button--secondary", 3, "click", "title"], [3, "ngValue"], ["data-module", "govuk-accordion", "id", "accordion-with-summary-sections", 1, "govuk-accordion"], [3, "unselect", "synchronizeStore", "shareCases$", "removeUserFromCaseToggleOn"], ["id", "noCaseDisplay", 1, "govuk-hint", 3, "ngClass"]], template: function ShareCaseComponent_Template(rf, ctx) { if (rf & 1) {
6923
+ } }, inputs: { removeUserFromCaseToggleOn: "removeUserFromCaseToggleOn", shareCases$: "shareCases$", users: "users", confirmLink: "confirmLink", cancelLink: "cancelLink", addUserLabel: "addUserLabel", showRemoveUsers: "showRemoveUsers", fnTitle: "fnTitle", title: "title" }, outputs: { unselect: "unselect", synchronizeStore: "synchronizeStore" }, decls: 46, vars: 50, consts: [[3, "errorMessages", "header"], ["class", "govuk-heading-xl govuk-!-margin-top-2", 4, "ngIf"], ["id", "add-user"], [1, "govuk-form-group"], ["for", "add-user-input", 1, "govuk-label", "govuk-!-font-weight-bold"], ["id", "add-user-hint", 1, "govuk-hint"], [1, "govuk-grid-row"], [1, "govuk-grid-column-two-thirds"], ["id", "add-user-input", "aria-describedby", "add-user-hint", 3, "selected", "users"], [1, "govuk-grid-column-one-thirds"], ["id", "btn-add-user", 1, "govuk-button", "govuk-button--secondary", 3, "click", "disabled", "title"], [1, "govuk-visually-hidden"], ["id", "add-user-help", "data-module", "govuk-details", 1, "govuk-details"], [1, "govuk-details__summary"], ["id", "content-why-can-not-find-email", 1, "govuk-details__summary-text"], ["id", "content-reason-can-not-find-email", 1, "govuk-details__text"], ["class", "govuk-form-group", 4, "ngIf"], ["id", "cases", 3, "ngClass"], ["id", "title-selected-cases", 1, "govuk-heading-m"], [3, "config", "errorMessage"], ["class", "govuk-accordion", "data-module", "govuk-accordion", "id", "accordion-with-summary-sections", 4, "ngIf"], ["id", "noCaseDisplay", "class", "govuk-hint", 3, "ngClass", 4, "ngIf"], ["id", "share-case-nav", 1, "govuk-button-group"], ["id", "btn-continue", "data-module", "govuk-button", 1, "govuk-button", 3, "click", "title"], ["id", "btn-cancel", "data-module", "govuk-button", 1, "govuk-button", "govuk-button--secondary", 3, "title", "routerLink"], [1, "govuk-heading-xl", "govuk-!-margin-top-2"], ["class", "govuk-caption-xl", 4, "ngIf"], [1, "govuk-caption-xl"], ["for", "remove-user-input", 1, "govuk-label", "govuk-!-font-weight-bold"], ["id", "remove-user-hint", 1, "govuk-hint"], ["id", "remove-user-input", "aria-describedby", "remove-user-hint", 1, "govuk-select", 3, "change", "value"], ["selected", "", 3, "ngValue"], [3, "ngValue", 4, "ngFor", "ngForOf"], ["id", "btn-remove-user", 1, "govuk-button", "govuk-button--secondary", 3, "click", "title"], [3, "ngValue"], ["data-module", "govuk-accordion", "id", "accordion-with-summary-sections", 1, "govuk-accordion"], [3, "unselect", "synchronizeStore", "shareCases$", "removeUserFromCaseToggleOn"], ["id", "noCaseDisplay", 1, "govuk-hint", 3, "ngClass"]], template: function ShareCaseComponent_Template(rf, ctx) { if (rf & 1) {
6779
6924
  i0.ɵɵelement(0, "xuilib-hmcts-error-summary", 0);
6780
6925
  i0.ɵɵtemplate(1, ShareCaseComponent_h1_1_Template, 4, 4, "h1", 1);
6781
6926
  i0.ɵɵelementStart(2, "div", 2)(3, "div", 3)(4, "label", 4);
@@ -6868,11 +7013,11 @@ class ShareCaseComponent {
6868
7013
  i0.ɵɵproperty("routerLink", ctx.cancelLink);
6869
7014
  i0.ɵɵadvance(2);
6870
7015
  i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(45, 46, "Cancel"), " ");
6871
- } }, dependencies: [i1.NgClass, i1.NgForOf, i1.NgIf, i2$4.NgSelectOption, i2$4.ɵNgSelectMultipleOption, i2$4.SelectControlValueAccessor, i2$4.NgControlStatus, i2$4.NgModel, i2$1.RouterLink, SelectedCaseListComponent, UserSelectComponent, HmctsErrorSummaryComponent, GovUkErrorMessageComponent, i2.RpxTranslatePipe], styles: ["select[_ngcontent-%COMP%]{width:100%}"] }); }
7016
+ } }, dependencies: [i1.NgClass, i1.NgForOf, i1.NgIf, i2$4.NgSelectOption, i2$4.ɵNgSelectMultipleOption, i2$1.RouterLink, SelectedCaseListComponent, UserSelectComponent, HmctsErrorSummaryComponent, GovUkErrorMessageComponent, i2.RpxTranslatePipe], styles: ["select[_ngcontent-%COMP%]{width:100%}"] }); }
6872
7017
  }
6873
7018
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ShareCaseComponent, [{
6874
7019
  type: Component,
6875
- args: [{ selector: 'xuilib-share-case', template: "<xuilib-hmcts-error-summary\n [errorMessages]=\"validationErrors\"\n [header]=\"'There is a problem'\"\n></xuilib-hmcts-error-summary>\n<h1 *ngIf=\"title\" class=\"govuk-heading-xl govuk-!-margin-top-2\">\n <span *ngIf=\"fnTitle\" class=\"govuk-caption-xl\">{{fnTitle | rpxTranslate}}</span>\n {{title | rpxTranslate}}\n</h1>\n<div id=\"add-user\">\n <div class=\"govuk-form-group\">\n <label class=\"govuk-label govuk-!-font-weight-bold\" for=\"add-user-input\">{{addUserLabel | rpxTranslate}}</label>\n <span id=\"add-user-hint\" class=\"govuk-hint\">\n {{'Search by name or email address. You can share access with as many people as you need.' | rpxTranslate}}\n </span>\n <div class=\"govuk-grid-row\">\n <div class=\"govuk-grid-column-two-thirds\">\n <xuilib-user-select\n id=\"add-user-input\"\n aria-describedby=\"add-user-hint\"\n [users]=\"users\"\n (selected)=\"onSelectedUser($event)\">\n </xuilib-user-select>\n </div>\n <div class=\"govuk-grid-column-one-thirds\">\n <button id=\"btn-add-user\" (click)=\"addUser()\"\n class=\"govuk-button govuk-button--secondary\" [disabled]=\"isDisabledAdd()\"\n title=\"{{'Add user to selected cases' | rpxTranslate}}\">\n {{'Add' | rpxTranslate}}\n <span class=\"govuk-visually-hidden\">{{'user' | rpxTranslate}}</span>\n </button>\n </div>\n </div>\n <details id=\"add-user-help\" class=\"govuk-details\" data-module=\"govuk-details\">\n <summary class=\"govuk-details__summary\">\n <span id=\"content-why-can-not-find-email\" class=\"govuk-details__summary-text\">\n {{\"Can't find an email address?\" | rpxTranslate}}\n </span>\n </summary>\n <div id=\"content-reason-can-not-find-email\" class=\"govuk-details__text\">\n {{\"If you can't find your colleague's email address, they will need to complete their registration. Contact your administrator for help.\" | rpxTranslate}}\n </div>\n </details>\n </div>\n <div class=\"govuk-form-group\" *ngIf=\"showRemoveUsers\">\n <label class=\"govuk-label govuk-!-font-weight-bold\" for=\"remove-user-input\">\n {{'Remove a person from all cases' | rpxTranslate}}\n </label>\n <span id=\"remove-user-hint\" class=\"govuk-hint\">\n {{'Select a person to remove them from all selected cases.' | rpxTranslate}}\n </span>\n <div class=\"govuk-grid-row\">\n <div class=\"govuk-grid-column-two-thirds\">\n <select [(ngModel)]=\"selectedUserToRemove\" class=\"govuk-select\" id=\"remove-user-input\" aria-describedby=\"remove-user-hint\">\n <option [ngValue]=\"null\" selected>Select a person</option>\n <option *ngFor=\"let user of assignedUsers\" [ngValue]=\"user\">{{user.firstName}} {{user.lastName}} - {{user.email}}</option>\n </select>\n </div>\n <div class=\"govuk-grid-column-one-thirds\">\n <button id=\"btn-remove-user\" (click)=\"removeUser()\" class=\"govuk-button govuk-button--secondary\" title=\"{{'Remove user from selected cases' | rpxTranslate}}\">\n {{'Remove' | rpxTranslate}}\n <span class=\"govuk-visually-hidden\"> {{'user' | rpxTranslate}}</span>\n </button>\n </div>\n </div>\n </div>\n</div>\n\n<div id=\"cases\" [ngClass]=\"{'govuk-form-group--error': shareCaseErrorMessage.messages && shareCaseErrorMessage.messages.length > 0}\">\n <h3 id=\"title-selected-cases\" class=\"govuk-heading-m\">\n {{'Selected cases' | rpxTranslate}}\n </h3>\n <xuilib-gov-uk-error-message [config]=\"selectedCasesErrorMessageConfig\" [errorMessage]=\"shareCaseErrorMessage\"></xuilib-gov-uk-error-message>\n <div *ngIf=\"shareCases && shareCases.length > 0\" class=\"govuk-accordion\" data-module=\"govuk-accordion\" id=\"accordion-with-summary-sections\">\n <xuilib-selected-case-list\n [shareCases$]=\"shareCases$\"\n [removeUserFromCaseToggleOn]=\"removeUserFromCaseToggleOn\"\n (unselect)=\"onUnselect($event)\"\n (synchronizeStore)=\"onSynchronizeStore($event)\"\n >\n </xuilib-selected-case-list>\n </div>\n\n <div id=\"noCaseDisplay\" *ngIf=\"shareCases && shareCases.length === 0\" class=\"govuk-hint\"\n [ngClass]=\"{'govuk-form-group--error': shareCaseErrorMessage.messages && shareCaseErrorMessage.messages.length > 0}\">\n {{'No cases to display.' | rpxTranslate}}\n </div>\n\n</div>\n\n<div id=\"share-case-nav\" class=\"govuk-button-group\">\n <button id=\"btn-continue\" class=\"govuk-button\" data-module=\"govuk-button\" (click)=\"onContinue()\" title=\"{{'Continue' | rpxTranslate}}\">\n {{'Continue' | rpxTranslate}}\n </button>\n <button id=\"btn-cancel\" class=\"govuk-button govuk-button--secondary\" data-module=\"govuk-button\" title=\"{{'Cancel' | rpxTranslate}}\" [routerLink]=\"cancelLink\">\n {{'Cancel' | rpxTranslate}}\n </button>\n</div>\n", styles: ["select{width:100%}\n"] }]
7020
+ args: [{ selector: 'xuilib-share-case', template: "<xuilib-hmcts-error-summary\n [errorMessages]=\"validationErrors\"\n [header]=\"'There is a problem'\"\n></xuilib-hmcts-error-summary>\n<h1 *ngIf=\"title\" class=\"govuk-heading-xl govuk-!-margin-top-2\">\n <span *ngIf=\"fnTitle\" class=\"govuk-caption-xl\">{{fnTitle | rpxTranslate}}</span>\n {{title | rpxTranslate}}\n</h1>\n<div id=\"add-user\">\n <div class=\"govuk-form-group\">\n <label class=\"govuk-label govuk-!-font-weight-bold\" for=\"add-user-input\">{{addUserLabel | rpxTranslate}}</label>\n <span id=\"add-user-hint\" class=\"govuk-hint\">\n {{'Search by name or email address. You can share access with as many people as you need.' | rpxTranslate}}\n </span>\n <div class=\"govuk-grid-row\">\n <div class=\"govuk-grid-column-two-thirds\">\n <xuilib-user-select\n id=\"add-user-input\"\n aria-describedby=\"add-user-hint\"\n [users]=\"users\"\n (selected)=\"onSelectedUser($event)\">\n </xuilib-user-select>\n </div>\n <div class=\"govuk-grid-column-one-thirds\">\n <button id=\"btn-add-user\" (click)=\"addUser()\"\n class=\"govuk-button govuk-button--secondary\" [disabled]=\"isDisabledAdd()\"\n title=\"{{'Add user to selected cases' | rpxTranslate}}\">\n {{'Add' | rpxTranslate}}\n <span class=\"govuk-visually-hidden\">{{'user' | rpxTranslate}}</span>\n </button>\n </div>\n </div>\n <details id=\"add-user-help\" class=\"govuk-details\" data-module=\"govuk-details\">\n <summary class=\"govuk-details__summary\">\n <span id=\"content-why-can-not-find-email\" class=\"govuk-details__summary-text\">\n {{\"Can't find an email address?\" | rpxTranslate}}\n </span>\n </summary>\n <div id=\"content-reason-can-not-find-email\" class=\"govuk-details__text\">\n {{\"If you can't find your colleague's email address, they will need to complete their registration. Contact your administrator for help.\" | rpxTranslate}}\n </div>\n </details>\n </div>\n <div class=\"govuk-form-group\" *ngIf=\"showRemoveUsers\">\n <label class=\"govuk-label govuk-!-font-weight-bold\" for=\"remove-user-input\">\n {{'Remove a person from all cases' | rpxTranslate}}\n </label>\n <span id=\"remove-user-hint\" class=\"govuk-hint\">\n {{'Select a person to remove them from all selected cases.' | rpxTranslate}}\n </span>\n <div class=\"govuk-grid-row\">\n <div class=\"govuk-grid-column-two-thirds\">\n <select [value]=\"selectedUserToRemove\" (change)=\"onSelectedUserToRemoveChanged($event.target.value)\" class=\"govuk-select\" id=\"remove-user-input\" aria-describedby=\"remove-user-hint\">\n <option [ngValue]=\"null\" selected>Select a person</option>\n <option *ngFor=\"let user of assignedUsers\" [ngValue]=\"user\">{{user.firstName}} {{user.lastName}} - {{user.email}}</option>\n </select>\n </div>\n <div class=\"govuk-grid-column-one-thirds\">\n <button id=\"btn-remove-user\" (click)=\"removeUser()\" class=\"govuk-button govuk-button--secondary\" title=\"{{'Remove user from selected cases' | rpxTranslate}}\">\n {{'Remove' | rpxTranslate}}\n <span class=\"govuk-visually-hidden\"> {{'user' | rpxTranslate}}</span>\n </button>\n </div>\n </div>\n </div>\n</div>\n\n<div id=\"cases\" [ngClass]=\"{'govuk-form-group--error': shareCaseErrorMessage.messages && shareCaseErrorMessage.messages.length > 0}\">\n <h3 id=\"title-selected-cases\" class=\"govuk-heading-m\">\n {{'Selected cases' | rpxTranslate}}\n </h3>\n <xuilib-gov-uk-error-message [config]=\"selectedCasesErrorMessageConfig\" [errorMessage]=\"shareCaseErrorMessage\"></xuilib-gov-uk-error-message>\n <div *ngIf=\"shareCases && shareCases.length > 0\" class=\"govuk-accordion\" data-module=\"govuk-accordion\" id=\"accordion-with-summary-sections\">\n <xuilib-selected-case-list\n [shareCases$]=\"shareCases$\"\n [removeUserFromCaseToggleOn]=\"removeUserFromCaseToggleOn\"\n (unselect)=\"onUnselect($event)\"\n (synchronizeStore)=\"onSynchronizeStore($event)\"\n >\n </xuilib-selected-case-list>\n </div>\n\n <div id=\"noCaseDisplay\" *ngIf=\"shareCases && shareCases.length === 0\" class=\"govuk-hint\"\n [ngClass]=\"{'govuk-form-group--error': shareCaseErrorMessage.messages && shareCaseErrorMessage.messages.length > 0}\">\n {{'No cases to display.' | rpxTranslate}}\n </div>\n\n</div>\n\n<div id=\"share-case-nav\" class=\"govuk-button-group\">\n <button id=\"btn-continue\" class=\"govuk-button\" data-module=\"govuk-button\" (click)=\"onContinue()\" title=\"{{'Continue' | rpxTranslate}}\">\n {{'Continue' | rpxTranslate}}\n </button>\n <button id=\"btn-cancel\" class=\"govuk-button govuk-button--secondary\" data-module=\"govuk-button\" title=\"{{'Cancel' | rpxTranslate}}\" [routerLink]=\"cancelLink\">\n {{'Cancel' | rpxTranslate}}\n </button>\n</div>\n", styles: ["select{width:100%}\n"] }]
6876
7021
  }], () => [{ type: CaseSharingStateService }, { type: i2$1.Router }], { removeUserFromCaseToggleOn: [{
6877
7022
  type: Input
6878
7023
  }], shareCases$: [{
@@ -6915,7 +7060,7 @@ class TabComponent {
6915
7060
  tabChanged(event) {
6916
7061
  this.tabChange.emit(event);
6917
7062
  }
6918
- static { this.ɵfac = function TabComponent_Factory(t) { return new (t || TabComponent)(); }; }
7063
+ static { this.ɵfac = function TabComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TabComponent)(); }; }
6919
7064
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TabComponent, selectors: [["xuilib-tab"]], inputs: { tabItems: "tabItems" }, outputs: { tabChange: "tabChange" }, decls: 2, vars: 1, consts: [["animationDuration", "0ms", 3, "selectedTabChange"], [3, "label", 4, "ngFor", "ngForOf"], [3, "label"]], template: function TabComponent_Template(rf, ctx) { if (rf & 1) {
6920
7065
  i0.ɵɵelementStart(0, "mat-tab-group", 0);
6921
7066
  i0.ɵɵlistener("selectedTabChange", function TabComponent_Template_mat_tab_group_selectedTabChange_0_listener($event) { return ctx.tabChanged($event); });
@@ -6943,7 +7088,7 @@ class TcConfirmComponent {
6943
7088
  onClick() {
6944
7089
  this.confirm.emit();
6945
7090
  }
6946
- static { this.ɵfac = function TcConfirmComponent_Factory(t) { return new (t || TcConfirmComponent)(); }; }
7091
+ static { this.ɵfac = function TcConfirmComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TcConfirmComponent)(); }; }
6947
7092
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TcConfirmComponent, selectors: [["xuilib-tc-confirm"]], inputs: { buttonText: "buttonText" }, outputs: { confirm: "confirm" }, decls: 26, vars: 18, consts: [[1, "govuk-width-container"], ["role", "main", 1, "govuk-main-wrapper"], [1, "govuk-grid-row"], [1, "govuk-grid-column-two-thirds"], [1, "column-two-thirds"], [1, "govuk-heading-xl"], [1, "govuk-heading-m"], ["routerLink", "/terms-and-conditions", "rel", "noopener noreferrer", "target", "_blank"], [1, "govuk-button", 3, "click"], [1, "govuk-grid-column-one-third"]], template: function TcConfirmComponent_Template(rf, ctx) { if (rf & 1) {
6948
7093
  i0.ɵɵelementStart(0, "div", 0)(1, "main", 1)(2, "div", 2)(3, "div", 3)(4, "div", 4)(5, "h1", 5);
6949
7094
  i0.ɵɵtext(6);
@@ -7001,7 +7146,7 @@ class TcConfirmComponent {
7001
7146
  const _c0$d = ["*"];
7002
7147
  class TcDisplayHtmlComponent {
7003
7148
  constructor() { }
7004
- static { this.ɵfac = function TcDisplayHtmlComponent_Factory(t) { return new (t || TcDisplayHtmlComponent)(); }; }
7149
+ static { this.ɵfac = function TcDisplayHtmlComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TcDisplayHtmlComponent)(); }; }
7005
7150
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TcDisplayHtmlComponent, selectors: [["xuilib-tc-display-html"]], ngContentSelectors: _c0$d, decls: 1, vars: 0, template: function TcDisplayHtmlComponent_Template(rf, ctx) { if (rf & 1) {
7006
7151
  i0.ɵɵprojectionDef();
7007
7152
  i0.ɵɵprojection(0);
@@ -7016,7 +7161,7 @@ class TcDisplayHtmlComponent {
7016
7161
  const _c0$c = ["*"];
7017
7162
  class TcDisplayPlainComponent {
7018
7163
  constructor() { }
7019
- static { this.ɵfac = function TcDisplayPlainComponent_Factory(t) { return new (t || TcDisplayPlainComponent)(); }; }
7164
+ static { this.ɵfac = function TcDisplayPlainComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TcDisplayPlainComponent)(); }; }
7020
7165
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TcDisplayPlainComponent, selectors: [["xuilib-tc-display-plain"]], ngContentSelectors: _c0$c, decls: 1, vars: 0, template: function TcDisplayPlainComponent_Template(rf, ctx) { if (rf & 1) {
7021
7166
  i0.ɵɵprojectionDef();
7022
7167
  i0.ɵɵprojection(0);
@@ -7059,7 +7204,7 @@ function TermsAndConditionsComponent_div_3_Template(rf, ctx) { if (rf & 1) {
7059
7204
  } }
7060
7205
  class TermsAndConditionsComponent {
7061
7206
  constructor() { }
7062
- static { this.ɵfac = function TermsAndConditionsComponent_Factory(t) { return new (t || TermsAndConditionsComponent)(); }; }
7207
+ static { this.ɵfac = function TermsAndConditionsComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TermsAndConditionsComponent)(); }; }
7063
7208
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TermsAndConditionsComponent, selectors: [["xuilib-terms-and-conditions"]], inputs: { document: "document" }, decls: 4, vars: 3, consts: [[3, "ngSwitch"], [4, "ngSwitchCase"], [4, "ngSwitchDefault"], [3, "innerHTML"]], template: function TermsAndConditionsComponent_Template(rf, ctx) { if (rf & 1) {
7064
7209
  i0.ɵɵelementContainerStart(0, 0);
7065
7210
  i0.ɵɵtemplate(1, TermsAndConditionsComponent_xuilib_tc_display_html_1_Template, 3, 3, "xuilib-tc-display-html", 1)(2, TermsAndConditionsComponent_xuilib_tc_display_plain_2_Template, 3, 3, "xuilib-tc-display-plain", 1)(3, TermsAndConditionsComponent_div_3_Template, 3, 3, "div", 2);
@@ -7310,7 +7455,7 @@ class UserDetailsComponent {
7310
7455
  }
7311
7456
  return false;
7312
7457
  }
7313
- static { this.ɵfac = function UserDetailsComponent_Factory(t) { return new (t || UserDetailsComponent)(); }; }
7458
+ static { this.ɵfac = function UserDetailsComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || UserDetailsComponent)(); }; }
7314
7459
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: UserDetailsComponent, selectors: [["xuilib-user-details"]], inputs: { user: "user", enabledAccessTypes: "enabledAccessTypes", editPermissionRouterLink: "editPermissionRouterLink", warningTitle: "warningTitle", showEditLink: "showEditLink", showHelpLink: "showHelpLink", suspendHelpLink: "suspendHelpLink", showSuspendUserButton: "showSuspendUserButton" }, outputs: { suspendUserEvent: "suspendUserEvent", reinvite: "reinvite" }, decls: 5, vars: 5, consts: [["class", "govuk-warning-text", 4, "ngIf"], ["class", "govuk-table", "role", "presentation", 4, "ngIf"], ["class", "govuk-button govuk-button--warning", "tabindex", "0", 3, "click", "keyup.enter", 4, "ngIf"], [4, "ngIf"], ["class", "govuk-body", 4, "ngIf"], [1, "govuk-warning-text"], [1, "govuk-warning-text__icon"], [1, "govuk-visually-hidden"], [1, "govuk-warning-text__text"], ["role", "presentation", 1, "govuk-table"], [1, "govuk-table__body"], [1, "govuk-table__row"], ["scope", "row", 1, "govuk-table__header"], [1, "govuk-table__cell"], ["class", "govuk-table__row", 4, "ngIf"], [4, "ngFor", "ngForOf"], ["role", "link", 3, "routerLink", 4, "ngIf"], ["role", "link", 3, "routerLink"], ["tabindex", "0", 1, "govuk-button", "govuk-button--warning", 3, "click", "keyup.enter"], [1, "govuk-inset-text"], ["tabindex", "0", "id", "resend-invite-button", 1, "govuk-button", 3, "click", "keyup.enter"], [1, "govuk-body"], ["target", "_blank", 3, "routerLink"]], template: function UserDetailsComponent_Template(rf, ctx) { if (rf & 1) {
7315
7460
  i0.ɵɵtemplate(0, UserDetailsComponent_div_0_Template, 8, 3, "div", 0)(1, UserDetailsComponent_table_1_Template, 18, 11, "table", 1)(2, UserDetailsComponent_button_2_Template, 3, 3, "button", 2)(3, UserDetailsComponent_div_3_Template, 14, 12, "div", 3)(4, UserDetailsComponent_p_4_Template, 6, 7, "p", 4);
7316
7461
  } if (rf & 2) {
@@ -7507,7 +7652,7 @@ class HmctsPaginationComponent {
7507
7652
  this.pageChange = new EventEmitter();
7508
7653
  this.pageBoundsCorrection = new EventEmitter();
7509
7654
  }
7510
- static { this.ɵfac = function HmctsPaginationComponent_Factory(t) { return new (t || HmctsPaginationComponent)(); }; }
7655
+ static { this.ɵfac = function HmctsPaginationComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || HmctsPaginationComponent)(); }; }
7511
7656
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: HmctsPaginationComponent, selectors: [["xuilib-hmcts-pagination"]], inputs: { id: "id", maxSize: "maxSize", pageSize: "pageSize", showPageNumbers: "showPageNumbers", showResultCount: "showResultCount" }, outputs: { pageChange: "pageChange", pageBoundsCorrection: "pageBoundsCorrection" }, decls: 8, vars: 7, consts: [["p", "paginationApi"], [3, "pageChange", "pageBoundsCorrection", "id", "maxSize"], ["id", "pagination-label", 1, "hmcts-pagination"], ["aria-labelledby", "pagination-label", 1, "govuk-visually-hidden"], ["class", "hmcts-pagination__list", 4, "ngIf"], ["class", "hmcts-pagination__results", 4, "ngIf"], [1, "hmcts-pagination__list"], [1, "hmcts-pagination__item", "hmcts-pagination__item--prev"], ["class", "hmcts-pagination__link", 3, "routerLink", "keyup.enter", "click", 4, "ngIf"], [4, "ngIf"], [1, "hmcts-pagination__item", "hmcts-pagination__item--next"], [1, "hmcts-pagination__link", 3, "keyup.enter", "click", "routerLink"], [1, "govuk-visually-hidden"], ["class", "hmcts-pagination__item", 3, "hmcts-pagination__item--active", "hmcts-pagination__item--dots", 4, "ngFor", "ngForOf"], [1, "hmcts-pagination__item"], [1, "hmcts-pagination__results"]], template: function HmctsPaginationComponent_Template(rf, ctx) { if (rf & 1) {
7512
7657
  const _r1 = i0.ɵɵgetCurrentView();
7513
7658
  i0.ɵɵelementStart(0, "pagination-template", 1, 0);
@@ -7592,7 +7737,7 @@ class UserListComponent {
7592
7737
  this.currentPageNumber = pageNumber;
7593
7738
  this.pageChange.emit(pageNumber);
7594
7739
  }
7595
- static { this.ɵfac = function UserListComponent_Factory(t) { return new (t || UserListComponent)(); }; }
7740
+ static { this.ɵfac = function UserListComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || UserListComponent)(); }; }
7596
7741
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: UserListComponent, selectors: [["xuilib-user-list"]], inputs: { users: "users", currentPageNumber: "currentPageNumber", pageTotalSize: "pageTotalSize" }, outputs: { userClick: "userClick", pageChange: "pageChange" }, decls: 16, vars: 18, consts: [[1, "govuk-table"], ["clas", "govuk-table__head"], [1, "govuk-table__row"], ["scope", "col", 1, "govuk-table__header"], [1, "govuk-table__body"], [4, "ngFor", "ngForOf"], [3, "pageChange", "pageSize"], ["data-selector", "table-row", 1, "govuk-table__row"], ["data-selector", "table-cell", 1, "govuk-table__cell"], [1, "govuk-link", 3, "click", "routerLink"]], template: function UserListComponent_Template(rf, ctx) { if (rf & 1) {
7597
7742
  i0.ɵɵelementStart(0, "table", 0)(1, "thead", 1)(2, "tr", 2)(3, "th", 3);
7598
7743
  i0.ɵɵtext(4);
@@ -7759,7 +7904,7 @@ class CookieBannerComponent {
7759
7904
  now.setTime(expireTime);
7760
7905
  return now.toUTCString();
7761
7906
  }
7762
- static { this.ɵfac = function CookieBannerComponent_Factory(t) { return new (t || CookieBannerComponent)(i0.ɵɵdirectiveInject(CookieService), i0.ɵɵdirectiveInject(windowToken)); }; }
7907
+ static { this.ɵfac = function CookieBannerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CookieBannerComponent)(i0.ɵɵdirectiveInject(CookieService), i0.ɵɵdirectiveInject(windowToken)); }; }
7763
7908
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CookieBannerComponent, selectors: [["xuilib-cookie-banner"]], inputs: { identifier: "identifier", appName: "appName", enableDynatrace: "enableDynatrace" }, outputs: { rejectionNotifier: "rejectionNotifier", acceptanceNotifier: "acceptanceNotifier" }, decls: 1, vars: 1, consts: [["class", "govuk-cookie-banner ", "role", "region", 4, "ngIf"], ["role", "region", 1, "govuk-cookie-banner"], [1, "govuk-cookie-banner__message", "govuk-width-container"], [1, "govuk-grid-row"], [1, "govuk-grid-column-two-thirds"], [1, "govuk-cookie-banner__heading", "govuk-heading-m"], [1, "govuk-cookie-banner__content"], [1, "govuk-button-group"], ["value", "accept", "type", "button", "name", "cookies", "data-module", "govuk-button", 1, "govuk-button", 3, "click"], ["value", "reject", "type", "button", "name", "cookies", "data-module", "govuk-button", 1, "govuk-button", 3, "click"], ["routerLink", "/cookies", 1, "govuk-link"]], template: function CookieBannerComponent_Template(rf, ctx) { if (rf & 1) {
7764
7909
  i0.ɵɵtemplate(0, CookieBannerComponent_div_0_Template, 25, 23, "div", 0);
7765
7910
  } if (rf & 2) {
@@ -7836,7 +7981,7 @@ class PaginationComponent {
7836
7981
  onNext() {
7837
7982
  this.nextPage.emit(null);
7838
7983
  }
7839
- static { this.ɵfac = function PaginationComponent_Factory(t) { return new (t || PaginationComponent)(); }; }
7984
+ static { this.ɵfac = function PaginationComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PaginationComponent)(); }; }
7840
7985
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PaginationComponent, selectors: [["xuilib-pagination"]], inputs: { moreItems: "moreItems", firstRecord: "firstRecord" }, outputs: { previousPage: "previousPage", nextPage: "nextPage" }, decls: 13, vars: 7, consts: [["noPrevious", ""], ["noNext", ""], ["id", "pagination-label", 1, "hmcts-pagination"], ["aria-labelledby", "pagination-label", 1, "govuk-visually-hidden"], [1, "hmcts-pagination__list"], [1, "hmcts-pagination__item", "hmcts-pagination__item--prev"], ["class", "hmcts-pagination__link", "href", "javascript:void(0)", 3, "click", 4, "ngIf", "ngIfElse"], [1, "hmcts-pagination__item", "hmcts-pagination__item--next"], ["href", "javascript:void(0)", 1, "hmcts-pagination__link", 3, "click"], [1, "hmcts-pagination__link"]], template: function PaginationComponent_Template(rf, ctx) { if (rf & 1) {
7841
7986
  i0.ɵɵelementStart(0, "nav", 2)(1, "p", 3);
7842
7987
  i0.ɵɵtext(2);
@@ -8010,7 +8155,7 @@ class SearchVenueComponent {
8010
8155
  return this.findLocationFormGroup && this.findLocationFormGroup.controls && this.findLocationFormGroup.controls.locationSelectedFormControl.value ?
8011
8156
  this.findLocationFormGroup.controls.locationSelectedFormControl.value.court_name : '';
8012
8157
  }
8013
- static { this.ɵfac = function SearchVenueComponent_Factory(t) { return new (t || SearchVenueComponent)(i0.ɵɵdirectiveInject(LocationService), i0.ɵɵdirectiveInject(i2$4.FormBuilder)); }; }
8158
+ static { this.ɵfac = function SearchVenueComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SearchVenueComponent)(i0.ɵɵdirectiveInject(LocationService), i0.ɵɵdirectiveInject(i2$4.FormBuilder)); }; }
8014
8159
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SearchVenueComponent, selectors: [["xuilib-search-venue"]], viewQuery: function SearchVenueComponent_Query(rf, ctx) { if (rf & 1) {
8015
8160
  i0.ɵɵviewQuery(_c0$a, 5, ElementRef);
8016
8161
  } if (rf & 2) {
@@ -8169,7 +8314,7 @@ class SearchJudicialsComponent {
8169
8314
  return this.formGroup && this.formGroup.controls && this.formGroup.controls.selectedFormControl.value ?
8170
8315
  this.getDisplayName(this.formGroup.controls.selectedFormControl.value) : '';
8171
8316
  }
8172
- static { this.ɵfac = function SearchJudicialsComponent_Factory(t) { return new (t || SearchJudicialsComponent)(i0.ɵɵdirectiveInject(FindAPersonService), i0.ɵɵdirectiveInject(i2$4.FormBuilder)); }; }
8317
+ static { this.ɵfac = function SearchJudicialsComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SearchJudicialsComponent)(i0.ɵɵdirectiveInject(FindAPersonService), i0.ɵɵdirectiveInject(i2$4.FormBuilder)); }; }
8173
8318
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SearchJudicialsComponent, selectors: [["xuilib-search-judicials"]], viewQuery: function SearchJudicialsComponent_Query(rf, ctx) { if (rf & 1) {
8174
8319
  i0.ɵɵviewQuery(_c0$9, 7, ElementRef);
8175
8320
  } if (rf & 2) {
@@ -8273,7 +8418,7 @@ function ExuiPageWrapperComponent_h1_5_Template(rf, ctx) { if (rf & 1) {
8273
8418
  */
8274
8419
  class ExuiPageWrapperComponent {
8275
8420
  constructor() { }
8276
- static { this.ɵfac = function ExuiPageWrapperComponent_Factory(t) { return new (t || ExuiPageWrapperComponent)(); }; }
8421
+ static { this.ɵfac = function ExuiPageWrapperComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ExuiPageWrapperComponent)(); }; }
8277
8422
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ExuiPageWrapperComponent, selectors: [["exui-page-wrapper"]], inputs: { backLink: "backLink", title: "title", fnTitle: "fnTitle" }, ngContentSelectors: _c0$8, decls: 7, vars: 2, consts: [[1, "page"], ["class", "govuk-back-link", 3, "routerLink", 4, "ngIf"], [1, "govuk-width-container"], ["id", "content", "role", "main", 1, "govuk-main-wrapper"], [1, "govuk-grid-row"], ["class", "govuk-heading-xl", 4, "ngIf"], [1, "govuk-back-link", 3, "routerLink"], [1, "govuk-heading-xl"], ["class", "govuk-caption-xl", 4, "ngIf"], [1, "govuk-caption-xl"]], template: function ExuiPageWrapperComponent_Template(rf, ctx) { if (rf & 1) {
8278
8423
  i0.ɵɵprojectionDef();
8279
8424
  i0.ɵɵelementStart(0, "div", 0);
@@ -8382,7 +8527,7 @@ class WriteAddressInputsComponent {
8382
8527
  // if there is an issue with the formgroup, ensure error styling is displayed
8383
8528
  this.errorsPresent = !this.formGroup.get('address').valid;
8384
8529
  }
8385
- static { this.ɵfac = function WriteAddressInputsComponent_Factory(t) { return new (t || WriteAddressInputsComponent)(); }; }
8530
+ static { this.ɵfac = function WriteAddressInputsComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || WriteAddressInputsComponent)(); }; }
8386
8531
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: WriteAddressInputsComponent, selectors: [["xuilib-write-address-inputs"]], inputs: { formGroup: "formGroup", isInternational: "isInternational", submissionAttempted: "submissionAttempted" }, features: [i0.ɵɵNgOnChangesFeature], decls: 34, vars: 17, consts: [[3, "formGroup"], ["formGroupName", "address", 1, "govuk-body"], [1, "govuk-label", "govuk-!-font-weight-bold"], [1, "govuk-body", 3, "ngClass"], ["for", "addressLine1", 1, "govuk-label"], ["class", "govuk-error-message", 4, "ngIf"], ["id", "addressLine1", "name", "addressLine1", "type", "text", "formControlName", "addressLine1", 1, "govuk-input", "govuk-!-width-full"], [1, "govuk-body"], ["for", "addressLine2", 1, "govuk-label"], ["id", "addressLine2", "name", "addressLine2", "type", "text", "formControlName", "addressLine2", 1, "govuk-input", "govuk-!-width-full"], ["for", "addressLine3", 1, "govuk-label"], ["id", "addressLine3", "name", "addressLine3", "type", "text", "formControlName", "addressLine3", 1, "govuk-input", "govuk-!-width-full"], ["for", "postTown", 1, "govuk-label"], ["id", "postTown", "name", "postTown", "type", "text", "formControlName", "postTown", 1, "govuk-input", "govuk-!-width-two-thirds"], ["for", "county", 1, "govuk-label"], ["id", "county", "name", "county", "type", "text", "formControlName", "county", 1, "govuk-input", "govuk-!-width-two-thirds"], ["class", "govuk-body", 3, "ngClass", 4, "ngIf"], ["for", "postCode", 1, "govuk-label"], ["id", "postCode", "name", "postCode", "type", "text", "formControlName", "postCode", 1, "govuk-input", "govuk-!-width-one-third"], [1, "govuk-error-message"], [1, "govuk-visually-hidden"], ["for", "country", 1, "govuk-label"], ["id", "country", "name", "country", "type", "text", "formControlName", "country", 1, "govuk-input", "govuk-!-width-two-thirds"]], template: function WriteAddressInputsComponent_Template(rf, ctx) { if (rf & 1) {
8387
8532
  i0.ɵɵelementContainerStart(0);
8388
8533
  i0.ɵɵelementStart(1, "form", 0)(2, "div", 1)(3, "label", 2);
@@ -8747,7 +8892,7 @@ class WriteAddressFieldComponent {
8747
8892
  const postcodeNeeded = this.isInternational === undefined && this.formGroup.get('address') && this.formGroup.get('address').get('postCode');
8748
8893
  this.addressFormGroup.get('postcode').patchValue(postcodeNeeded ? this.formGroup.get('address').get('postCode').value : '');
8749
8894
  }
8750
- static { this.ɵfac = function WriteAddressFieldComponent_Factory(t) { return new (t || WriteAddressFieldComponent)(i0.ɵɵdirectiveInject(AddressService)); }; }
8895
+ static { this.ɵfac = function WriteAddressFieldComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || WriteAddressFieldComponent)(i0.ɵɵdirectiveInject(AddressService)); }; }
8751
8896
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: WriteAddressFieldComponent, selectors: [["xuilib-write-address-field"]], inputs: { formGroup: "formGroup", internationalMode: "internationalMode", isInternational: "isInternational", submissionAttempted: "submissionAttempted", startedInternational: "startedInternational", addressChosen: "addressChosen" }, outputs: { postcodeOptionSelected: "postcodeOptionSelected", internationalModeStart: "internationalModeStart", ukAddressOptionSelected: "ukAddressOptionSelected", canSelectAddress: "canSelectAddress", resetSubmission: "resetSubmission" }, features: [i0.ɵɵNgOnChangesFeature], decls: 5, vars: 8, consts: [[1, "govuk-form-group", 3, "formGroup", "ngClass"], ["class", "govuk-error-message", 4, "ngIf"], [4, "ngIf"], ["id", "govuk-radios", "class", "govuk-radios", "data-module", "govuk-radios", 4, "ngIf"], [3, "formGroup", "isInternational", "submissionAttempted", 4, "ngIf"], [1, "govuk-error-message"], [1, "govuk-visually-hidden"], [1, "govuk-label"], ["id", "addressLookup", 1, "govuk-body", "postcode-lookup", 3, "ngClass"], ["for", "postcodeInput"], [1, "govuk-hint"], [1, "govuk-body"], ["type", "text", "id", "postcodeInput", "name", "postcode", "formControlName", "postcode", 1, "govuk-input", "govuk-!-width-one-third", "postcodeinput", "inline-block", 3, "ngClass"], ["type", "button", 1, "govuk-button", "find-address", 3, "click"], ["class", "govuk-body", "id", "selectAddress", 4, "ngIf"], ["class", "manual-link govuk-link", "href", "javascript:void(0)", 3, "click", 4, "ngIf"], ["id", "selectAddress", 1, "govuk-body"], [1, "govuk-body", 3, "ngClass"], ["for", "addressList", 1, "govuk-label"], [1, "form-label"], ["id", "addressList", "name", "address", "formControlName", "addressList", "focusElement", "", 1, "form-control", "govuk-select", "ccd-dropdown", "addressList", 3, "change"], [3, "ngValue", 4, "ngFor", "ngForOf"], [3, "ngValue"], ["href", "javascript:void(0)", 1, "manual-link", "govuk-link", 3, "click"], ["id", "govuk-radios", "data-module", "govuk-radios", 1, "govuk-radios"], [1, "govuk-radios__item"], ["id", "yes", "value", "yes", "name", "ukAddress", "type", "radio", "data-aria-controls", "address-fields", "formControlName", "ukAddress", 1, "govuk-radios__input", 3, "click"], ["for", "yes", 1, "govuk-label", "govuk-radios__label"], ["id", "no", "value", "no", "name", "ukAddress", "type", "radio", "data-aria-controls", "address-fields", "formControlName", "ukAddress", 1, "govuk-radios__input", 3, "click"], ["for", "no", 1, "govuk-label", "govuk-radios__label"], ["id", "address-fields", 1, "govuk-radios__conditional"], [3, "formGroup", "isInternational", "submissionAttempted"]], template: function WriteAddressFieldComponent_Template(rf, ctx) { if (rf & 1) {
8752
8897
  i0.ɵɵelementStart(0, "div", 0);
8753
8898
  i0.ɵɵtemplate(1, WriteAddressFieldComponent_p_1_Template, 4, 1, "p", 1)(2, WriteAddressFieldComponent_div_2_Template, 15, 9, "div", 2)(3, WriteAddressFieldComponent_div_3_Template, 11, 1, "div", 3)(4, WriteAddressFieldComponent_xuilib_write_address_inputs_4_Template, 1, 3, "xuilib-write-address-inputs", 4);
@@ -8817,7 +8962,7 @@ class FeatureToggleDirective {
8817
8962
  }
8818
8963
  });
8819
8964
  }
8820
- static { this.ɵfac = function FeatureToggleDirective_Factory(t) { return new (t || FeatureToggleDirective)(i0.ɵɵdirectiveInject(FeatureToggleService), i0.ɵɵdirectiveInject(i0.ViewContainerRef), i0.ɵɵdirectiveInject(i0.TemplateRef)); }; }
8965
+ static { this.ɵfac = function FeatureToggleDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FeatureToggleDirective)(i0.ɵɵdirectiveInject(FeatureToggleService), i0.ɵɵdirectiveInject(i0.ViewContainerRef), i0.ɵɵdirectiveInject(i0.TemplateRef)); }; }
8821
8966
  static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: FeatureToggleDirective, selectors: [["", "xuilibFeatureToggle", ""]], inputs: { xuilibFeatureToggle: "xuilibFeatureToggle" } }); }
8822
8967
  }
8823
8968
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FeatureToggleDirective, [{
@@ -8844,7 +8989,7 @@ class LetDirective {
8844
8989
  set xuilibLet(condition) {
8845
8990
  this.context.$implicit = this.context.xuilibLet = condition;
8846
8991
  }
8847
- static { this.ɵfac = function LetDirective_Factory(t) { return new (t || LetDirective)(i0.ɵɵdirectiveInject(i0.ViewContainerRef), i0.ɵɵdirectiveInject(i0.TemplateRef)); }; }
8992
+ static { this.ɵfac = function LetDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || LetDirective)(i0.ɵɵdirectiveInject(i0.ViewContainerRef), i0.ɵɵdirectiveInject(i0.TemplateRef)); }; }
8848
8993
  static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: LetDirective, selectors: [["", "xuilibLet", ""]], inputs: { xuilibLet: "xuilibLet" } }); }
8849
8994
  }
8850
8995
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LetDirective, [{
@@ -8950,7 +9095,7 @@ class GovUkCheckboxesComponent {
8950
9095
  return [this.items];
8951
9096
  }
8952
9097
  }
8953
- static { this.ɵfac = function GovUkCheckboxesComponent_Factory(t) { return new (t || GovUkCheckboxesComponent)(); }; }
9098
+ static { this.ɵfac = function GovUkCheckboxesComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GovUkCheckboxesComponent)(); }; }
8954
9099
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: GovUkCheckboxesComponent, selectors: [["xuilib-gov-uk-checkboxes"]], inputs: { group: "group", config: "config", items: "items", errorMessage: "errorMessage" }, decls: 6, vars: 9, consts: [[1, "govuk-form-group", "gov-uk-input", 3, "formGroup", "ngClass"], [3, "config"], ["class", "govuk-hint", 3, "id", 4, "ngIf"], [3, "config", "errorMessage"], ["data-module", "govuk-checkboxes", 1, "govuk-checkboxes", "govuk-checkboxes--small", "govuk-checkboxes-multi-column"], ["class", "govuk-checkboxes-multi-column__single", 4, "ngFor", "ngForOf"], [1, "govuk-hint", 3, "id"], [1, "govuk-checkboxes-multi-column__single"], ["class", "govuk-checkboxes__item", 4, "ngFor", "ngForOf"], [1, "govuk-checkboxes__item"], ["type", "checkbox", 1, "govuk-checkboxes__input", 3, "change", "id", "name", "checked", "value"], [1, "govuk-label", "govuk-checkboxes__label", 3, "for"], ["class", "govuk-hint govuk-checkboxes__hint", 4, "ngIf"], [1, "govuk-hint", "govuk-checkboxes__hint"]], template: function GovUkCheckboxesComponent_Template(rf, ctx) { if (rf & 1) {
8955
9100
  i0.ɵɵelementStart(0, "div", 0);
8956
9101
  i0.ɵɵelement(1, "xuilib-gov-label", 1);
@@ -9049,7 +9194,7 @@ class GovUkDateComponent {
9049
9194
  return !this.isValidDate(new Date(year, month, day), month, +year) ? { dateComponent: true } : null;
9050
9195
  };
9051
9196
  }
9052
- static { this.ɵfac = function GovUkDateComponent_Factory(t) { return new (t || GovUkDateComponent)(); }; }
9197
+ static { this.ɵfac = function GovUkDateComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GovUkDateComponent)(); }; }
9053
9198
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: GovUkDateComponent, selectors: [["xuilib-gov-uk-date"]], inputs: { config: "config", errorMessage: "errorMessage", formGroup: "formGroup", isOptional: "isOptional" }, decls: 20, vars: 53, consts: [[1, "govuk-form-group", 3, "ngClass", "formGroup"], [1, "date-input-container"], [3, "config", "errorMessage"], [3, "config", "errorMessage", 4, "ngIf"], [1, "govuk-date-input", 3, "id"], [1, "govuk-date-input__item"], [1, "govuk-form-group"], [3, "config"], ["type", "text", "value", "", "pattern", "\\d*", "maxlength", "2", 1, "govuk-input", "govuk-date-input__input", "govuk-input--width-2", 3, "ngClass", "id", "name", "formControlName"], ["type", "text", "value", "", "pattern", "\\d*", "maxlength", "4", 1, "govuk-input", "govuk-date-input__input", "govuk-input--width-4", 3, "ngClass", "id", "name", "formControlName"]], template: function GovUkDateComponent_Template(rf, ctx) { if (rf & 1) {
9054
9199
  i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "xuilib-gov-uk-fieldset", 2);
9055
9200
  i0.ɵɵtemplate(3, GovUkDateComponent_xuilib_gov_uk_error_message_3_Template, 1, 3, "xuilib-gov-uk-error-message", 3);
@@ -9142,7 +9287,7 @@ class GovUkFileUploadComponent {
9142
9287
  setDescribedBy() {
9143
9288
  return HtmlTemplatesHelper.setDescribedBy(this.errorMessage, this.config);
9144
9289
  }
9145
- static { this.ɵfac = function GovUkFileUploadComponent_Factory(t) { return new (t || GovUkFileUploadComponent)(); }; }
9290
+ static { this.ɵfac = function GovUkFileUploadComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GovUkFileUploadComponent)(); }; }
9146
9291
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: GovUkFileUploadComponent, selectors: [["xuilib-gov-uk-file-upload"]], inputs: { errorMessage: "errorMessage", group: "group", config: "config" }, decls: 5, vars: 9, consts: [[1, "govuk-form-group", 3, "formGroup", "ngClass"], [3, "config"], ["class", "govuk-hint", 3, "id", 4, "ngIf"], [3, "config", "errorMessage"], ["class", "govuk-file-upload", "type", "file", 3, "formControlName", "ngClass", "id", "name", 4, "ngIf"], [1, "govuk-hint", 3, "id"], ["type", "file", 1, "govuk-file-upload", 3, "formControlName", "ngClass", "id", "name"]], template: function GovUkFileUploadComponent_Template(rf, ctx) { if (rf & 1) {
9147
9292
  i0.ɵɵelementStart(0, "div", 0);
9148
9293
  i0.ɵɵelement(1, "xuilib-gov-label", 1);
@@ -9192,7 +9337,7 @@ class GovUkRadioComponent {
9192
9337
  this.config.classes = this.config.classes ?
9193
9338
  this.config.classes.concat(' govuk-radios__label') : 'govuk-radios__label';
9194
9339
  }
9195
- static { this.ɵfac = function GovUkRadioComponent_Factory(t) { return new (t || GovUkRadioComponent)(); }; }
9340
+ static { this.ɵfac = function GovUkRadioComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GovUkRadioComponent)(); }; }
9196
9341
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: GovUkRadioComponent, selectors: [["xuilib-gov-radio"]], inputs: { group: "group", config: "config" }, decls: 3, vars: 8, consts: [[1, "govuk-radios__item", 3, "formGroup"], ["type", "radio", 3, "className", "id", "value", "name", "formControl"], ["appRemoveHost", "", 3, "config"]], template: function GovUkRadioComponent_Template(rf, ctx) { if (rf & 1) {
9197
9342
  i0.ɵɵelementStart(0, "div", 0);
9198
9343
  i0.ɵɵelement(1, "input", 1)(2, "xuilib-gov-label", 2);
@@ -9231,7 +9376,7 @@ function GovUkRadiosComponent_xuilib_gov_radio_2_Template(rf, ctx) { if (rf & 1)
9231
9376
  * @param: errors - array of error stings
9232
9377
  * */
9233
9378
  class GovUkRadiosComponent {
9234
- static { this.ɵfac = function GovUkRadiosComponent_Factory(t) { return new (t || GovUkRadiosComponent)(); }; }
9379
+ static { this.ɵfac = function GovUkRadiosComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GovUkRadiosComponent)(); }; }
9235
9380
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: GovUkRadiosComponent, selectors: [["xuilib-gov-uk-radios"]], inputs: { options: "options", errors: "errors" }, decls: 3, vars: 4, consts: [[3, "error", "config", "group"], [1, "govuk-radios"], ["appRemoveHost", "", 3, "group", "config", 4, "ngFor", "ngForOf"], ["appRemoveHost", "", 3, "group", "config"]], template: function GovUkRadiosComponent_Template(rf, ctx) { if (rf & 1) {
9236
9381
  i0.ɵɵelementStart(0, "xuilib-gov-uk-form-group-wrapper", 0)(1, "div", 1);
9237
9382
  i0.ɵɵtemplate(2, GovUkRadiosComponent_xuilib_gov_radio_2_Template, 1, 2, "xuilib-gov-radio", 2);
@@ -9284,7 +9429,7 @@ class GovUkSelectComponent {
9284
9429
  setDescribedBy() {
9285
9430
  return HtmlTemplatesHelper.setDescribedBy(this.errorMessage, this.config);
9286
9431
  }
9287
- static { this.ɵfac = function GovUkSelectComponent_Factory(t) { return new (t || GovUkSelectComponent)(); }; }
9432
+ static { this.ɵfac = function GovUkSelectComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GovUkSelectComponent)(); }; }
9288
9433
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: GovUkSelectComponent, selectors: [["xuilib-gov-select"]], inputs: { errorMessage: "errorMessage", group: "group", config: "config", items: "items" }, decls: 6, vars: 15, consts: [[1, "govuk-form-group", 3, "formGroup", "ngClass"], [3, "config"], ["class", "govuk-hint", 3, "id", 4, "ngIf"], [3, "config", "errorMessage"], [1, "govuk-select", 3, "id", "name", "formControlName"], [3, "value", 4, "ngFor", "ngForOf"], [1, "govuk-hint", 3, "id"], [3, "value"]], template: function GovUkSelectComponent_Template(rf, ctx) { if (rf & 1) {
9289
9434
  i0.ɵɵelementStart(0, "div", 0);
9290
9435
  i0.ɵɵelement(1, "xuilib-gov-label", 1);
@@ -9457,7 +9602,7 @@ class GovukTableComponent {
9457
9602
  formatDate(date) {
9458
9603
  return formatDate(date, 'dd/MM/yyyy', 'en-UK');
9459
9604
  }
9460
- static { this.ɵfac = function GovukTableComponent_Factory(t) { return new (t || GovukTableComponent)(); }; }
9605
+ static { this.ɵfac = function GovukTableComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GovukTableComponent)(); }; }
9461
9606
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: GovukTableComponent, selectors: [["xuilib-gov-uk-table"]], inputs: { classes: "classes", caption: "caption", firstCellIsHeader: "firstCellIsHeader", rows: "rows", columnConfig: "columnConfig" }, decls: 9, vars: 8, consts: [[1, "govuk-table__caption"], [1, "govuk-table__head"], [1, "govuk-table__row"], ["class", "govuk-table__header", "scope", "col", 4, "ngFor", "ngForOf"], [1, "govuk-table__body"], ["data-selector", "table-row", "class", "govuk-table__row", 4, "ngFor", "ngForOf"], ["scope", "col", 1, "govuk-table__header"], ["data-selector", "table-row", 1, "govuk-table__row"], [4, "ngFor", "ngForOf"], ["data-selector", "table-header", "class", "govuk-table__header", "scope", "row", 4, "ngIf"], ["data-selector", "table-cell", "class", "govuk-table__cell", 4, "ngIf"], ["data-selector", "table-header", "scope", "row", 1, "govuk-table__header"], [4, "ngIf"], [1, "govuk-link", 3, "routerLink"], ["data-selector", "table-cell", 1, "govuk-table__cell"]], template: function GovukTableComponent_Template(rf, ctx) { if (rf & 1) {
9462
9607
  i0.ɵɵelementStart(0, "table")(1, "caption", 0);
9463
9608
  i0.ɵɵtext(2);
@@ -9515,7 +9660,7 @@ class GovUkTextareaComponent {
9515
9660
  setDescribedBy() {
9516
9661
  return HtmlTemplatesHelper.setDescribedBy(this.errorMessage, this.config);
9517
9662
  }
9518
- static { this.ɵfac = function GovUkTextareaComponent_Factory(t) { return new (t || GovUkTextareaComponent)(); }; }
9663
+ static { this.ɵfac = function GovUkTextareaComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GovUkTextareaComponent)(); }; }
9519
9664
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: GovUkTextareaComponent, selectors: [["xuilib-gov-uk-textarea"]], inputs: { config: "config", errorMessage: "errorMessage", group: "group" }, decls: 7, vars: 17, consts: [[1, "govuk-form-group", 3, "formGroup", "ngClass"], [3, "config"], ["id", "more-detail-hint", 1, "govuk-hint"], [3, "config", "errorMessage"], ["name", "more-detail", 1, "govuk-textarea", 3, "formControlName", "ngClass", "id", "rows"]], template: function GovUkTextareaComponent_Template(rf, ctx) { if (rf & 1) {
9520
9665
  i0.ɵɵelementStart(0, "div", 0);
9521
9666
  i0.ɵɵelement(1, "xuilib-gov-label", 1);
@@ -9634,7 +9779,7 @@ class HmctsBannerComponent {
9634
9779
  this.showMessageIcon = false;
9635
9780
  this.messageBoldText = false;
9636
9781
  }
9637
- static { this.ɵfac = function HmctsBannerComponent_Factory(t) { return new (t || HmctsBannerComponent)(); }; }
9782
+ static { this.ɵfac = function HmctsBannerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || HmctsBannerComponent)(); }; }
9638
9783
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: HmctsBannerComponent, selectors: [["xuilib-hmcts-banner"]], inputs: { message: "message", type: "type", title: "title", showMessageIcon: "showMessageIcon", messageBoldText: "messageBoldText" }, decls: 1, vars: 1, consts: [[4, "ngIf"], [3, "class", 4, "ngIf"], [1, "hmcts-banner__message"], [1, "hmcts-banner__assistive"], [1, "hmcts-banner__message-text", "govuk-!-font-weight-bold"], [3, "ngSwitch"], [4, "ngSwitchCase"], ["fill", "currentColor", "role", "presentation", "focusable", "false", "xmlns", "http://www.w3.org/2000/svg", "viewBox", "0 0 25 25", "height", "25", "width", "25", 1, "hmcts-banner__icon", "hmcts-banner__icon--warning"], ["d", "M13.6,15.4h-2.3v-4.5h2.3V15.4z M13.6,19.8h-2.3v-2.2h2.3V19.8z M0,23.2h25L12.5,2L0,23.2z"], ["fill", "currentColor", "role", "presentation", "focusable", "false", "xmlns", "http://www.w3.org/2000/svg", "viewBox", "0 0 25 25", "height", "25", "width", "25", 1, "hmcts-banner__icon", "hmcts-banner__icon--success"], ["d", "M25,6.2L8.7,23.2L0,14.1l4-4.2l4.7,4.9L21,2L25,6.2z"], ["fill", "currentColor", "role", "presentation", "focusable", "false", "xmlns", "http://www.w3.org/2000/svg", "viewBox", "0 0 25 25", "height", "25", "width", "25", 1, "hmcts-banner__icon", "hmcts-banner__icon--information"], ["d", "M13.7,18.5h-2.4v-2.4h2.4V18.5z M12.5,13.7c-0.7,0-1.2-0.5-1.2-1.2V7.7c0-0.7,0.5-1.2,1.2-1.2s1.2,0.5,1.2,1.2v4.8\n C13.7,13.2,13.2,13.7,12.5,13.7z M12.5,0.5c-6.6,0-12,5.4-12,12s5.4,12,12,12s12-5.4,12-12S19.1,0.5,12.5,0.5z"]], template: function HmctsBannerComponent_Template(rf, ctx) { if (rf & 1) {
9639
9784
  i0.ɵɵtemplate(0, HmctsBannerComponent_ng_container_0_Template, 11, 13, "ng-container", 0);
9640
9785
  } if (rf & 2) {
@@ -9672,7 +9817,7 @@ class HmctsIdentityBarComponent {
9672
9817
  this.value = value.name;
9673
9818
  }
9674
9819
  constructor() { }
9675
- static { this.ɵfac = function HmctsIdentityBarComponent_Factory(t) { return new (t || HmctsIdentityBarComponent)(); }; }
9820
+ static { this.ɵfac = function HmctsIdentityBarComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || HmctsIdentityBarComponent)(); }; }
9676
9821
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: HmctsIdentityBarComponent, selectors: [["xuilib-hmcts-identity-bar"]], inputs: { content: "content" }, decls: 1, vars: 1, consts: [["class", "hmcts-identity-bar", 4, "ngIf"], [1, "hmcts-identity-bar"], [1, "hmcts-identity-bar__container"], [1, "hmcts-identity-bar__details"], [1, "hmcts-identity-bar__title"]], template: function HmctsIdentityBarComponent_Template(rf, ctx) { if (rf & 1) {
9677
9822
  i0.ɵɵtemplate(0, HmctsIdentityBarComponent_div_0_Template, 6, 3, "div", 0);
9678
9823
  } if (rf & 2) {
@@ -9767,7 +9912,7 @@ class HmctsMainWrapperComponent {
9767
9912
  onGoBack() {
9768
9913
  this.backEvent.emit();
9769
9914
  }
9770
- static { this.ɵfac = function HmctsMainWrapperComponent_Factory(t) { return new (t || HmctsMainWrapperComponent)(); }; }
9915
+ static { this.ɵfac = function HmctsMainWrapperComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || HmctsMainWrapperComponent)(); }; }
9771
9916
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: HmctsMainWrapperComponent, selectors: [["xuilib-hmcts-main-wrapper"]], inputs: { backLink: "backLink", title: "title", summaryErrors: "summaryErrors", banner: "banner", actionButtons: "actionButtons", showWarningMessage: "showWarningMessage" }, outputs: { backEvent: "backEvent" }, ngContentSelectors: _c0, decls: 9, vars: 5, consts: [["class", "govuk-back-link", 3, "routerLink", "click", 4, "ngIf"], ["id", "content", "role", "main", 1, "govuk-main-wrapper"], [1, "govuk-grid-row"], [1, "govuk-grid-column-two-thirds"], [3, "errorMessages", "header", "showWarningMessage", 4, "ngIf"], [3, "type", "message", 4, "ngIf"], ["class", "govuk-heading-xl", 4, "ngIf"], ["class", "govuk-grid-column-one-third", 4, "ngIf"], [1, "govuk-back-link", 3, "click", "routerLink"], [3, "errorMessages", "header", "showWarningMessage"], [3, "type", "message"], [1, "govuk-heading-xl"], [1, "govuk-grid-column-one-third"], [1, "hmcts-page-heading__actions-wrapper"], ["role", "button", "draggable", "false", 3, "class", "click", 4, "ngFor", "ngForOf"], ["role", "button", "draggable", "false", 3, "click"]], template: function HmctsMainWrapperComponent_Template(rf, ctx) { if (rf & 1) {
9772
9917
  i0.ɵɵprojectionDef();
9773
9918
  i0.ɵɵtemplate(0, HmctsMainWrapperComponent_a_0_Template, 3, 4, "a", 0);
@@ -9843,7 +9988,7 @@ class HmctsPrimaryNavigationComponent {
9843
9988
  }
9844
9989
  constructor() {
9845
9990
  }
9846
- static { this.ɵfac = function HmctsPrimaryNavigationComponent_Factory(t) { return new (t || HmctsPrimaryNavigationComponent)(); }; }
9991
+ static { this.ɵfac = function HmctsPrimaryNavigationComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || HmctsPrimaryNavigationComponent)(); }; }
9847
9992
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: HmctsPrimaryNavigationComponent, selectors: [["xuilib-hmcts-primary-navigation"]], inputs: { userLoggedIn: "userLoggedIn", label: "label", items: "items", isBrandedHeader: "isBrandedHeader" }, decls: 1, vars: 1, consts: [["class", "hmcts-primary-navigation", 4, "ngIf"], [1, "hmcts-primary-navigation"], [1, "hmcts-primary-navigation__container"], ["class", "govuk-header__logo", 4, "ngIf"], [1, "hmcts-primary-navigation__list"], ["class", "hmcts-primary-navigation__item", 4, "ngFor", "ngForOf"], [1, "govuk-header__logo"], [1, "hmcts-primary-navigation__item"], [1, "hmcts-primary-navigation__link", 3, "routerLink", "innerHTML"]], template: function HmctsPrimaryNavigationComponent_Template(rf, ctx) { if (rf & 1) {
9848
9993
  i0.ɵɵtemplate(0, HmctsPrimaryNavigationComponent_nav_0_Template, 5, 3, "nav", 0);
9849
9994
  } if (rf & 2) {
@@ -9900,7 +10045,7 @@ function HmctsSubNavigationComponent_nav_0_Template(rf, ctx) { if (rf & 1) {
9900
10045
  i0.ɵɵproperty("ngForOf", ctx_r1.items);
9901
10046
  } }
9902
10047
  class HmctsSubNavigationComponent {
9903
- static { this.ɵfac = function HmctsSubNavigationComponent_Factory(t) { return new (t || HmctsSubNavigationComponent)(); }; }
10048
+ static { this.ɵfac = function HmctsSubNavigationComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || HmctsSubNavigationComponent)(); }; }
9904
10049
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: HmctsSubNavigationComponent, selectors: [["xuilib-hmcts-sub-navigation"]], inputs: { label: "label", items: "items" }, decls: 1, vars: 1, consts: [["class", "hmcts-sub-navigation", "role", "navigation", 4, "ngIf"], ["role", "navigation", 1, "hmcts-sub-navigation"], [1, "hmcts-sub-navigation__list"], ["class", "hmcts-sub-navigation__item", 4, "ngFor", "ngForOf"], [1, "hmcts-sub-navigation__item"], ["data-selector", "sub-nav-link", 1, "hmcts-sub-navigation__link", 3, "routerLink"], ["class", "xui-alert-link__number", 4, "ngIf"], [1, "xui-alert-link__number"]], template: function HmctsSubNavigationComponent_Template(rf, ctx) { if (rf & 1) {
9905
10050
  i0.ɵɵtemplate(0, HmctsSubNavigationComponent_nav_0_Template, 3, 2, "nav", 0);
9906
10051
  } if (rf & 2) {
@@ -9986,7 +10131,7 @@ const pipes = [
9986
10131
  CapitalizePipe
9987
10132
  ];
9988
10133
  class ExuiCommonLibModule {
9989
- static { this.ɵfac = function ExuiCommonLibModule_Factory(t) { return new (t || ExuiCommonLibModule)(); }; }
10134
+ static { this.ɵfac = function ExuiCommonLibModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ExuiCommonLibModule)(); }; }
9990
10135
  static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: ExuiCommonLibModule }); }
9991
10136
  static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
9992
10137
  { provide: windowToken, useFactory: windowProvider }
@@ -10157,7 +10302,7 @@ class ExuiCommonLibModule {
10157
10302
 
10158
10303
  class GovUiService {
10159
10304
  constructor() { }
10160
- static { this.ɵfac = function GovUiService_Factory(t) { return new (t || GovUiService)(); }; }
10305
+ static { this.ɵfac = function GovUiService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GovUiService)(); }; }
10161
10306
  static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: GovUiService, factory: GovUiService.ɵfac, providedIn: 'root' }); }
10162
10307
  }
10163
10308
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GovUiService, [{