@hmcts/rpx-xui-common-lib 2.0.12 → 2.0.15
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.
- package/esm2020/lib/components/accessibility/accessibility.component.mjs +567 -328
- package/esm2020/lib/components/search-location/search-location.component.mjs +61 -30
- package/fesm2015/hmcts-rpx-xui-common-lib.mjs +654 -335
- package/fesm2015/hmcts-rpx-xui-common-lib.mjs.map +1 -1
- package/fesm2020/hmcts-rpx-xui-common-lib.mjs +604 -335
- package/fesm2020/hmcts-rpx-xui-common-lib.mjs.map +1 -1
- package/lib/components/accessibility/accessibility.component.d.ts +4 -1
- package/lib/components/search-location/search-location.component.d.ts +3 -0
- package/lib/exui-common-lib.module.d.ts +2 -2
- package/package.json +1 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { Component, EventEmitter, ViewEncapsulation, Input, Output, Injectable, InjectionToken, Inject, ViewChild, Pipe, ChangeDetectionStrategy, Directive, ElementRef, NgModule } from '@angular/core';
|
|
3
|
-
import * as i2 from 'rpx-xui-translation';
|
|
4
|
-
import { RpxTranslationModule } from 'rpx-xui-translation';
|
|
5
3
|
import * as i1 from '@angular/common';
|
|
6
4
|
import { formatDate, DOCUMENT, CommonModule } from '@angular/common';
|
|
5
|
+
import * as i2 from 'rpx-xui-translation';
|
|
6
|
+
import { RpxTranslationModule } from 'rpx-xui-translation';
|
|
7
7
|
import * as i2$4 from '@angular/forms';
|
|
8
8
|
import { FormGroup, FormControl, Validators, FormArray, FormsModule, ReactiveFormsModule } from '@angular/forms';
|
|
9
9
|
import { combineLatest, BehaviorSubject, Subject, of as of$1, forkJoin, zip, iif } from 'rxjs';
|
|
@@ -27,38 +27,271 @@ 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_56_Template(rf, ctx) {
|
|
31
|
+
if (rf & 1) {
|
|
32
|
+
i0.ɵɵelementStart(0, "li");
|
|
33
|
+
i0.ɵɵtext(1);
|
|
34
|
+
i0.ɵɵpipe(2, "rpxTranslate");
|
|
35
|
+
i0.ɵɵelementEnd();
|
|
36
|
+
}
|
|
37
|
+
if (rf & 2) {
|
|
38
|
+
i0.ɵɵadvance(1);
|
|
39
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "some pages do not follow a logical tabbing order"));
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
function AccessibilityComponent_li_57_Template(rf, ctx) {
|
|
43
|
+
if (rf & 1) {
|
|
44
|
+
i0.ɵɵelementStart(0, "li");
|
|
45
|
+
i0.ɵɵtext(1);
|
|
46
|
+
i0.ɵɵpipe(2, "rpxTranslate");
|
|
47
|
+
i0.ɵɵelementEnd();
|
|
48
|
+
}
|
|
49
|
+
if (rf & 2) {
|
|
50
|
+
i0.ɵɵadvance(1);
|
|
51
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "some headings levels are skipped"));
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
function AccessibilityComponent_li_58_Template(rf, ctx) {
|
|
55
|
+
if (rf & 1) {
|
|
56
|
+
i0.ɵɵelementStart(0, "li");
|
|
57
|
+
i0.ɵɵtext(1);
|
|
58
|
+
i0.ɵɵpipe(2, "rpxTranslate");
|
|
59
|
+
i0.ɵɵelementEnd();
|
|
60
|
+
}
|
|
61
|
+
if (rf & 2) {
|
|
62
|
+
i0.ɵɵadvance(1);
|
|
63
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "some links do not work"));
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
function AccessibilityComponent_li_59_Template(rf, ctx) {
|
|
67
|
+
if (rf & 1) {
|
|
68
|
+
i0.ɵɵelementStart(0, "li");
|
|
69
|
+
i0.ɵɵtext(1);
|
|
70
|
+
i0.ɵɵpipe(2, "rpxTranslate");
|
|
71
|
+
i0.ɵɵelementEnd();
|
|
72
|
+
}
|
|
73
|
+
if (rf & 2) {
|
|
74
|
+
i0.ɵɵadvance(1);
|
|
75
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "it may be difficult to navigate between pages"));
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
function AccessibilityComponent_li_60_Template(rf, ctx) {
|
|
79
|
+
if (rf & 1) {
|
|
80
|
+
i0.ɵɵelementStart(0, "li");
|
|
81
|
+
i0.ɵɵtext(1);
|
|
82
|
+
i0.ɵɵpipe(2, "rpxTranslate");
|
|
83
|
+
i0.ɵɵelementEnd();
|
|
84
|
+
}
|
|
85
|
+
if (rf & 2) {
|
|
86
|
+
i0.ɵɵadvance(1);
|
|
87
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "some headings and labels aren't specific enough"));
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
function AccessibilityComponent_li_64_Template(rf, ctx) {
|
|
91
|
+
if (rf & 1) {
|
|
92
|
+
i0.ɵɵelementStart(0, "li");
|
|
93
|
+
i0.ɵɵtext(1);
|
|
94
|
+
i0.ɵɵpipe(2, "rpxTranslate");
|
|
95
|
+
i0.ɵɵelementEnd();
|
|
96
|
+
}
|
|
97
|
+
if (rf & 2) {
|
|
98
|
+
i0.ɵɵadvance(1);
|
|
99
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "some buttons may not communicate collapsed status on mobile"));
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
function AccessibilityComponent_li_161_Template(rf, ctx) {
|
|
103
|
+
if (rf & 1) {
|
|
104
|
+
i0.ɵɵelementStart(0, "li")(1, "a", 38);
|
|
105
|
+
i0.ɵɵtext(2, "customer.service@justice.gov.uk");
|
|
106
|
+
i0.ɵɵelementEnd()();
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
function AccessibilityComponent_p_227_Template(rf, ctx) {
|
|
110
|
+
if (rf & 1) {
|
|
111
|
+
i0.ɵɵelementStart(0, "p", 1);
|
|
112
|
+
i0.ɵɵtext(1);
|
|
113
|
+
i0.ɵɵpipe(2, "rpxTranslate");
|
|
114
|
+
i0.ɵɵelementEnd();
|
|
115
|
+
}
|
|
116
|
+
if (rf & 2) {
|
|
117
|
+
i0.ɵɵadvance(1);
|
|
118
|
+
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)"));
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
function AccessibilityComponent_p_228_Template(rf, ctx) {
|
|
122
|
+
if (rf & 1) {
|
|
123
|
+
i0.ɵɵelementStart(0, "p", 1);
|
|
124
|
+
i0.ɵɵtext(1);
|
|
125
|
+
i0.ɵɵpipe(2, "rpxTranslate");
|
|
126
|
+
i0.ɵɵelementEnd();
|
|
127
|
+
}
|
|
128
|
+
if (rf & 2) {
|
|
129
|
+
i0.ɵɵadvance(1);
|
|
130
|
+
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)."));
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
function AccessibilityComponent_p_229_Template(rf, ctx) {
|
|
134
|
+
if (rf & 1) {
|
|
135
|
+
i0.ɵɵelementStart(0, "p", 1);
|
|
136
|
+
i0.ɵɵtext(1);
|
|
137
|
+
i0.ɵɵpipe(2, "rpxTranslate");
|
|
138
|
+
i0.ɵɵelementEnd();
|
|
139
|
+
}
|
|
140
|
+
if (rf & 2) {
|
|
141
|
+
i0.ɵɵadvance(1);
|
|
142
|
+
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)."));
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
function AccessibilityComponent_p_230_Template(rf, ctx) {
|
|
146
|
+
if (rf & 1) {
|
|
147
|
+
i0.ɵɵelementStart(0, "p", 1);
|
|
148
|
+
i0.ɵɵtext(1);
|
|
149
|
+
i0.ɵɵpipe(2, "rpxTranslate");
|
|
150
|
+
i0.ɵɵelementEnd();
|
|
151
|
+
}
|
|
152
|
+
if (rf & 2) {
|
|
153
|
+
i0.ɵɵadvance(1);
|
|
154
|
+
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)."));
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
function AccessibilityComponent_p_231_Template(rf, ctx) {
|
|
158
|
+
if (rf & 1) {
|
|
159
|
+
i0.ɵɵelementStart(0, "p", 1);
|
|
160
|
+
i0.ɵɵtext(1);
|
|
161
|
+
i0.ɵɵpipe(2, "rpxTranslate");
|
|
162
|
+
i0.ɵɵelementEnd();
|
|
163
|
+
}
|
|
164
|
+
if (rf & 2) {
|
|
165
|
+
i0.ɵɵadvance(1);
|
|
166
|
+
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)"));
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
function AccessibilityComponent_p_232_Template(rf, ctx) {
|
|
170
|
+
if (rf & 1) {
|
|
171
|
+
i0.ɵɵelementStart(0, "p", 1);
|
|
172
|
+
i0.ɵɵtext(1);
|
|
173
|
+
i0.ɵɵpipe(2, "rpxTranslate");
|
|
174
|
+
i0.ɵɵelementEnd();
|
|
175
|
+
}
|
|
176
|
+
if (rf & 2) {
|
|
177
|
+
i0.ɵɵadvance(1);
|
|
178
|
+
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)"));
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
function AccessibilityComponent_h2_233_Template(rf, ctx) {
|
|
182
|
+
if (rf & 1) {
|
|
183
|
+
i0.ɵɵelementStart(0, "h2", 39);
|
|
184
|
+
i0.ɵɵtext(1);
|
|
185
|
+
i0.ɵɵpipe(2, "rpxTranslate");
|
|
186
|
+
i0.ɵɵelementEnd();
|
|
187
|
+
}
|
|
188
|
+
if (rf & 2) {
|
|
189
|
+
i0.ɵɵadvance(1);
|
|
190
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(2, 1, "Disproportionate burden"), " ");
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
function AccessibilityComponent_p_234_Template(rf, ctx) {
|
|
194
|
+
if (rf & 1) {
|
|
195
|
+
i0.ɵɵelementStart(0, "p", 1);
|
|
196
|
+
i0.ɵɵtext(1);
|
|
197
|
+
i0.ɵɵpipe(2, "rpxTranslate");
|
|
198
|
+
i0.ɵɵelementStart(3, "a", 40);
|
|
199
|
+
i0.ɵɵtext(4);
|
|
200
|
+
i0.ɵɵpipe(5, "rpxTranslate");
|
|
201
|
+
i0.ɵɵelementEnd();
|
|
202
|
+
i0.ɵɵtext(6);
|
|
203
|
+
i0.ɵɵpipe(7, "rpxTranslate");
|
|
204
|
+
i0.ɵɵelementEnd();
|
|
205
|
+
}
|
|
206
|
+
if (rf & 2) {
|
|
207
|
+
i0.ɵɵadvance(1);
|
|
208
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(2, 3, "We're considering if fixing some issues would be a"), " ");
|
|
209
|
+
i0.ɵɵadvance(3);
|
|
210
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(5, 5, "disproportionate burden"));
|
|
211
|
+
i0.ɵɵadvance(2);
|
|
212
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(7, 7, "within the meaning of the accessibility regulations. These issues are:"), "");
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
function AccessibilityComponent_ul_235_Template(rf, ctx) {
|
|
216
|
+
if (rf & 1) {
|
|
217
|
+
i0.ɵɵelementStart(0, "ul", 5)(1, "li");
|
|
218
|
+
i0.ɵɵtext(2);
|
|
219
|
+
i0.ɵɵpipe(3, "rpxTranslate");
|
|
220
|
+
i0.ɵɵelementEnd();
|
|
221
|
+
i0.ɵɵelementStart(4, "li");
|
|
222
|
+
i0.ɵɵtext(5);
|
|
223
|
+
i0.ɵɵpipe(6, "rpxTranslate");
|
|
224
|
+
i0.ɵɵelementEnd();
|
|
225
|
+
i0.ɵɵelementStart(7, "li");
|
|
226
|
+
i0.ɵɵtext(8);
|
|
227
|
+
i0.ɵɵpipe(9, "rpxTranslate");
|
|
228
|
+
i0.ɵɵelementEnd()();
|
|
229
|
+
}
|
|
230
|
+
if (rf & 2) {
|
|
231
|
+
i0.ɵɵadvance(2);
|
|
232
|
+
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"));
|
|
233
|
+
i0.ɵɵadvance(3);
|
|
234
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(6, 5, "Screen readers not picking up on non-unique table headings on the same page"));
|
|
235
|
+
i0.ɵɵadvance(3);
|
|
236
|
+
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."));
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
function AccessibilityComponent_p_236_Template(rf, ctx) {
|
|
240
|
+
if (rf & 1) {
|
|
241
|
+
i0.ɵɵelementStart(0, "p", 1);
|
|
242
|
+
i0.ɵɵtext(1);
|
|
243
|
+
i0.ɵɵpipe(2, "rpxTranslate");
|
|
244
|
+
i0.ɵɵelementEnd();
|
|
245
|
+
}
|
|
246
|
+
if (rf & 2) {
|
|
247
|
+
i0.ɵɵadvance(1);
|
|
248
|
+
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."));
|
|
249
|
+
}
|
|
250
|
+
}
|
|
30
251
|
class AccessibilityComponent {
|
|
31
252
|
constructor() {
|
|
32
253
|
}
|
|
254
|
+
ngOnInit() {
|
|
255
|
+
const urlRef = window.location.href;
|
|
256
|
+
// pointing to MC & preview. May need to refactor this if
|
|
257
|
+
// more applications added than MO & MC
|
|
258
|
+
if (urlRef.includes('manage-case')
|
|
259
|
+
|| urlRef.includes('xui-webapp')
|
|
260
|
+
&& !urlRef.includes('xui-mo-webapp')) {
|
|
261
|
+
this.isEndpointMC = true;
|
|
262
|
+
}
|
|
263
|
+
else {
|
|
264
|
+
this.isEndpointMC = false;
|
|
265
|
+
}
|
|
266
|
+
}
|
|
33
267
|
}
|
|
34
268
|
AccessibilityComponent.ɵfac = function AccessibilityComponent_Factory(t) { return new (t || AccessibilityComponent)(); };
|
|
35
|
-
AccessibilityComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AccessibilityComponent, selectors: [["xuilib-accessibility"]], decls:
|
|
269
|
+
AccessibilityComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AccessibilityComponent, selectors: [["xuilib-accessibility"]], decls: 275, vars: 260, consts: [["id", "Accessibility-statement-for-Expert-UI", 1, "govuk-heading-xl"], [1, "govuk-body"], [1, "govuk-list"], ["href", "accessibility#immigration"], ["href", "accessibility#family"], [1, "govuk-list", "govuk-list--bullet"], ["rel", "noopener noreferrer", "target", "_blank", "href", "https://mcmw.abilitynet.org.uk/"], ["id", "How-accessible-this-website-is", 1, "govuk-heading-l"], [4, "ngIf"], ["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) {
|
|
36
270
|
if (rf & 1) {
|
|
37
271
|
i0.ɵɵelementStart(0, "h1", 0);
|
|
38
272
|
i0.ɵɵtext(1);
|
|
39
273
|
i0.ɵɵpipe(2, "rpxTranslate");
|
|
274
|
+
i0.ɵɵpipe(3, "rpxTranslate");
|
|
40
275
|
i0.ɵɵelementEnd();
|
|
41
|
-
i0.ɵɵelementStart(
|
|
42
|
-
i0.ɵɵtext(
|
|
276
|
+
i0.ɵɵelementStart(4, "p", 1);
|
|
277
|
+
i0.ɵɵtext(5);
|
|
278
|
+
i0.ɵɵpipe(6, "rpxTranslate");
|
|
43
279
|
i0.ɵɵpipe(7, "rpxTranslate");
|
|
280
|
+
i0.ɵɵpipe(8, "rpxTranslate");
|
|
281
|
+
i0.ɵɵelementEnd();
|
|
282
|
+
i0.ɵɵelementStart(9, "ul", 2)(10, "li")(11, "a", 3);
|
|
283
|
+
i0.ɵɵtext(12);
|
|
284
|
+
i0.ɵɵpipe(13, "rpxTranslate");
|
|
44
285
|
i0.ɵɵelementEnd()();
|
|
45
|
-
i0.ɵɵelementStart(
|
|
46
|
-
i0.ɵɵtext(
|
|
47
|
-
i0.ɵɵpipe(
|
|
286
|
+
i0.ɵɵelementStart(14, "li")(15, "a", 4);
|
|
287
|
+
i0.ɵɵtext(16);
|
|
288
|
+
i0.ɵɵpipe(17, "rpxTranslate");
|
|
48
289
|
i0.ɵɵelementEnd()()();
|
|
49
|
-
i0.ɵɵelementStart(
|
|
50
|
-
i0.ɵɵtext(
|
|
51
|
-
i0.ɵɵpipe(
|
|
52
|
-
i0.ɵɵelementEnd();
|
|
53
|
-
i0.ɵɵelementStart(15, "ul", 5)(16, "li");
|
|
54
|
-
i0.ɵɵtext(17);
|
|
55
|
-
i0.ɵɵpipe(18, "rpxTranslate");
|
|
56
|
-
i0.ɵɵelementEnd();
|
|
57
|
-
i0.ɵɵelementStart(19, "li");
|
|
58
|
-
i0.ɵɵtext(20);
|
|
59
|
-
i0.ɵɵpipe(21, "rpxTranslate");
|
|
290
|
+
i0.ɵɵelementStart(18, "p", 1);
|
|
291
|
+
i0.ɵɵtext(19);
|
|
292
|
+
i0.ɵɵpipe(20, "rpxTranslate");
|
|
60
293
|
i0.ɵɵelementEnd();
|
|
61
|
-
i0.ɵɵelementStart(22, "li");
|
|
294
|
+
i0.ɵɵelementStart(21, "ul", 5)(22, "li");
|
|
62
295
|
i0.ɵɵtext(23);
|
|
63
296
|
i0.ɵɵpipe(24, "rpxTranslate");
|
|
64
297
|
i0.ɵɵelementEnd();
|
|
@@ -69,31 +302,31 @@ AccessibilityComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: Acce
|
|
|
69
302
|
i0.ɵɵelementStart(28, "li");
|
|
70
303
|
i0.ɵɵtext(29);
|
|
71
304
|
i0.ɵɵpipe(30, "rpxTranslate");
|
|
72
|
-
i0.ɵɵelementEnd()
|
|
73
|
-
i0.ɵɵelementStart(31, "
|
|
305
|
+
i0.ɵɵelementEnd();
|
|
306
|
+
i0.ɵɵelementStart(31, "li");
|
|
74
307
|
i0.ɵɵtext(32);
|
|
75
308
|
i0.ɵɵpipe(33, "rpxTranslate");
|
|
309
|
+
i0.ɵɵelementEnd()();
|
|
310
|
+
i0.ɵɵelementStart(34, "p", 1);
|
|
311
|
+
i0.ɵɵtext(35);
|
|
312
|
+
i0.ɵɵpipe(36, "rpxTranslate");
|
|
76
313
|
i0.ɵɵelementEnd();
|
|
77
|
-
i0.ɵɵelementStart(
|
|
78
|
-
i0.ɵɵtext(
|
|
79
|
-
i0.ɵɵpipe(
|
|
80
|
-
i0.ɵɵelementEnd();
|
|
81
|
-
i0.ɵɵtext(38);
|
|
82
|
-
i0.ɵɵpipe(39, "rpxTranslate");
|
|
314
|
+
i0.ɵɵelementStart(37, "p", 1)(38, "a", 6);
|
|
315
|
+
i0.ɵɵtext(39);
|
|
316
|
+
i0.ɵɵpipe(40, "rpxTranslate");
|
|
83
317
|
i0.ɵɵelementEnd();
|
|
84
|
-
i0.ɵɵelementStart(40, "h2", 7);
|
|
85
318
|
i0.ɵɵtext(41);
|
|
86
319
|
i0.ɵɵpipe(42, "rpxTranslate");
|
|
87
320
|
i0.ɵɵelementEnd();
|
|
88
|
-
i0.ɵɵelementStart(43, "
|
|
321
|
+
i0.ɵɵelementStart(43, "h2", 7);
|
|
89
322
|
i0.ɵɵtext(44);
|
|
90
323
|
i0.ɵɵpipe(45, "rpxTranslate");
|
|
91
324
|
i0.ɵɵelementEnd();
|
|
92
|
-
i0.ɵɵelementStart(46, "
|
|
93
|
-
i0.ɵɵtext(
|
|
94
|
-
i0.ɵɵpipe(
|
|
325
|
+
i0.ɵɵelementStart(46, "p", 1);
|
|
326
|
+
i0.ɵɵtext(47);
|
|
327
|
+
i0.ɵɵpipe(48, "rpxTranslate");
|
|
95
328
|
i0.ɵɵelementEnd();
|
|
96
|
-
i0.ɵɵelementStart(50, "li");
|
|
329
|
+
i0.ɵɵelementStart(49, "ul", 5)(50, "li");
|
|
97
330
|
i0.ɵɵtext(51);
|
|
98
331
|
i0.ɵɵpipe(52, "rpxTranslate");
|
|
99
332
|
i0.ɵɵelementEnd();
|
|
@@ -101,417 +334,472 @@ AccessibilityComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: Acce
|
|
|
101
334
|
i0.ɵɵtext(54);
|
|
102
335
|
i0.ɵɵpipe(55, "rpxTranslate");
|
|
103
336
|
i0.ɵɵelementEnd();
|
|
104
|
-
i0.ɵɵ
|
|
105
|
-
i0.ɵɵ
|
|
106
|
-
i0.ɵɵ
|
|
107
|
-
i0.ɵɵ
|
|
108
|
-
i0.ɵɵ
|
|
109
|
-
i0.ɵɵ
|
|
110
|
-
i0.ɵɵ
|
|
337
|
+
i0.ɵɵtemplate(56, AccessibilityComponent_li_56_Template, 3, 3, "li", 8);
|
|
338
|
+
i0.ɵɵtemplate(57, AccessibilityComponent_li_57_Template, 3, 3, "li", 8);
|
|
339
|
+
i0.ɵɵtemplate(58, AccessibilityComponent_li_58_Template, 3, 3, "li", 8);
|
|
340
|
+
i0.ɵɵtemplate(59, AccessibilityComponent_li_59_Template, 3, 3, "li", 8);
|
|
341
|
+
i0.ɵɵtemplate(60, AccessibilityComponent_li_60_Template, 3, 3, "li", 8);
|
|
342
|
+
i0.ɵɵelementStart(61, "li");
|
|
343
|
+
i0.ɵɵtext(62);
|
|
344
|
+
i0.ɵɵpipe(63, "rpxTranslate");
|
|
111
345
|
i0.ɵɵelementEnd();
|
|
112
|
-
i0.ɵɵ
|
|
113
|
-
i0.ɵɵtext(63);
|
|
114
|
-
i0.ɵɵpipe(64, "rpxTranslate");
|
|
346
|
+
i0.ɵɵtemplate(64, AccessibilityComponent_li_64_Template, 3, 3, "li", 8);
|
|
115
347
|
i0.ɵɵelementEnd();
|
|
116
|
-
i0.ɵɵelementStart(65, "
|
|
117
|
-
i0.ɵɵtext(
|
|
118
|
-
i0.ɵɵpipe(
|
|
119
|
-
i0.ɵɵelementStart(69, "a", 9);
|
|
120
|
-
i0.ɵɵtext(70, " HMCTSforms@justice.gov.uk");
|
|
121
|
-
i0.ɵɵelementEnd()();
|
|
122
|
-
i0.ɵɵelementStart(71, "li");
|
|
123
|
-
i0.ɵɵtext(72);
|
|
124
|
-
i0.ɵɵpipe(73, "rpxTranslate");
|
|
348
|
+
i0.ɵɵelementStart(65, "h2", 9);
|
|
349
|
+
i0.ɵɵtext(66);
|
|
350
|
+
i0.ɵɵpipe(67, "rpxTranslate");
|
|
125
351
|
i0.ɵɵelementEnd();
|
|
126
|
-
i0.ɵɵelementStart(
|
|
127
|
-
i0.ɵɵtext(
|
|
128
|
-
i0.ɵɵpipe(
|
|
352
|
+
i0.ɵɵelementStart(68, "p", 1);
|
|
353
|
+
i0.ɵɵtext(69);
|
|
354
|
+
i0.ɵɵpipe(70, "rpxTranslate");
|
|
355
|
+
i0.ɵɵelementEnd();
|
|
356
|
+
i0.ɵɵelementStart(71, "ul", 5)(72, "li");
|
|
357
|
+
i0.ɵɵtext(73);
|
|
358
|
+
i0.ɵɵpipe(74, "rpxTranslate");
|
|
359
|
+
i0.ɵɵelementStart(75, "a", 10);
|
|
360
|
+
i0.ɵɵtext(76, " HMCTSforms@justice.gov.uk");
|
|
129
361
|
i0.ɵɵelementEnd()();
|
|
130
|
-
i0.ɵɵelementStart(77, "
|
|
362
|
+
i0.ɵɵelementStart(77, "li");
|
|
131
363
|
i0.ɵɵtext(78);
|
|
132
364
|
i0.ɵɵpipe(79, "rpxTranslate");
|
|
133
|
-
i0.ɵɵelementEnd();
|
|
134
|
-
i0.ɵɵelementStart(80, "h2",
|
|
365
|
+
i0.ɵɵelementEnd()();
|
|
366
|
+
i0.ɵɵelementStart(80, "h2", 11);
|
|
135
367
|
i0.ɵɵtext(81);
|
|
136
368
|
i0.ɵɵpipe(82, "rpxTranslate");
|
|
137
369
|
i0.ɵɵelementEnd();
|
|
138
|
-
i0.ɵɵelementStart(83, "
|
|
139
|
-
i0.ɵɵtext(
|
|
140
|
-
i0.ɵɵpipe(
|
|
141
|
-
i0.ɵɵelementEnd();
|
|
142
|
-
i0.ɵɵelementStart(
|
|
370
|
+
i0.ɵɵelementStart(83, "ul", 5)(84, "li");
|
|
371
|
+
i0.ɵɵtext(85);
|
|
372
|
+
i0.ɵɵpipe(86, "rpxTranslate");
|
|
373
|
+
i0.ɵɵelementEnd()();
|
|
374
|
+
i0.ɵɵelementStart(87, "h2", 12);
|
|
143
375
|
i0.ɵɵtext(88);
|
|
144
376
|
i0.ɵɵpipe(89, "rpxTranslate");
|
|
145
|
-
i0.ɵɵ
|
|
146
|
-
i0.ɵɵ
|
|
147
|
-
i0.ɵɵ
|
|
148
|
-
i0.ɵɵ
|
|
149
|
-
i0.ɵɵtext(93);
|
|
150
|
-
i0.ɵɵpipe(94, "rpxTranslate");
|
|
377
|
+
i0.ɵɵelementEnd();
|
|
378
|
+
i0.ɵɵelementStart(90, "ul", 5)(91, "li");
|
|
379
|
+
i0.ɵɵtext(92);
|
|
380
|
+
i0.ɵɵpipe(93, "rpxTranslate");
|
|
151
381
|
i0.ɵɵelementEnd()();
|
|
152
|
-
i0.ɵɵelementStart(
|
|
153
|
-
i0.ɵɵtext(
|
|
154
|
-
i0.ɵɵpipe(
|
|
382
|
+
i0.ɵɵelementStart(94, "h2", 13);
|
|
383
|
+
i0.ɵɵtext(95);
|
|
384
|
+
i0.ɵɵpipe(96, "rpxTranslate");
|
|
155
385
|
i0.ɵɵelementEnd();
|
|
156
|
-
i0.ɵɵelementStart(
|
|
386
|
+
i0.ɵɵelementStart(97, "ul", 5)(98, "li");
|
|
157
387
|
i0.ɵɵtext(99);
|
|
158
388
|
i0.ɵɵpipe(100, "rpxTranslate");
|
|
159
|
-
i0.ɵɵelementEnd();
|
|
160
|
-
i0.ɵɵelementStart(101, "
|
|
389
|
+
i0.ɵɵelementEnd()();
|
|
390
|
+
i0.ɵɵelementStart(101, "h2", 14);
|
|
161
391
|
i0.ɵɵtext(102);
|
|
162
392
|
i0.ɵɵpipe(103, "rpxTranslate");
|
|
163
|
-
i0.ɵɵelementStart(104, "a", 13);
|
|
164
|
-
i0.ɵɵtext(105);
|
|
165
|
-
i0.ɵɵpipe(106, "rpxTranslate");
|
|
166
|
-
i0.ɵɵelementEnd()();
|
|
167
|
-
i0.ɵɵelementStart(107, "h1", 14);
|
|
168
|
-
i0.ɵɵtext(108);
|
|
169
|
-
i0.ɵɵpipe(109, "rpxTranslate");
|
|
170
393
|
i0.ɵɵelementEnd();
|
|
171
|
-
i0.ɵɵelementStart(
|
|
172
|
-
i0.ɵɵtext(
|
|
173
|
-
i0.ɵɵpipe(
|
|
394
|
+
i0.ɵɵelementStart(104, "ul", 5)(105, "li");
|
|
395
|
+
i0.ɵɵtext(106);
|
|
396
|
+
i0.ɵɵpipe(107, "rpxTranslate");
|
|
397
|
+
i0.ɵɵelementEnd()();
|
|
398
|
+
i0.ɵɵelementStart(108, "h2", 15);
|
|
399
|
+
i0.ɵɵtext(109);
|
|
400
|
+
i0.ɵɵpipe(110, "rpxTranslate");
|
|
174
401
|
i0.ɵɵelementEnd();
|
|
175
|
-
i0.ɵɵelementStart(
|
|
176
|
-
i0.ɵɵtext(
|
|
177
|
-
i0.ɵɵpipe(
|
|
402
|
+
i0.ɵɵelementStart(111, "ul", 5)(112, "li");
|
|
403
|
+
i0.ɵɵtext(113);
|
|
404
|
+
i0.ɵɵpipe(114, "rpxTranslate");
|
|
405
|
+
i0.ɵɵelementEnd()();
|
|
406
|
+
i0.ɵɵelementStart(115, "h2", 16);
|
|
407
|
+
i0.ɵɵtext(116);
|
|
408
|
+
i0.ɵɵpipe(117, "rpxTranslate");
|
|
178
409
|
i0.ɵɵelementEnd();
|
|
179
|
-
i0.ɵɵelementStart(
|
|
180
|
-
i0.ɵɵtext(117);
|
|
181
|
-
i0.ɵɵpipe(118, "rpxTranslate");
|
|
182
|
-
i0.ɵɵelementStart(119, "a", 15);
|
|
410
|
+
i0.ɵɵelementStart(118, "ul", 5)(119, "li");
|
|
183
411
|
i0.ɵɵtext(120);
|
|
184
412
|
i0.ɵɵpipe(121, "rpxTranslate");
|
|
413
|
+
i0.ɵɵelementEnd()();
|
|
414
|
+
i0.ɵɵelementStart(122, "h2", 17);
|
|
415
|
+
i0.ɵɵtext(123);
|
|
416
|
+
i0.ɵɵpipe(124, "rpxTranslate");
|
|
185
417
|
i0.ɵɵelementEnd();
|
|
186
|
-
i0.ɵɵ
|
|
187
|
-
i0.ɵɵelementEnd();
|
|
188
|
-
i0.ɵɵelementStart(123, "p", 4);
|
|
189
|
-
i0.ɵɵtext(124);
|
|
190
|
-
i0.ɵɵpipe(125, "rpxTranslate");
|
|
191
|
-
i0.ɵɵelementEnd();
|
|
192
|
-
i0.ɵɵelementStart(126, "h1", 16);
|
|
418
|
+
i0.ɵɵelementStart(125, "ul", 5)(126, "li");
|
|
193
419
|
i0.ɵɵtext(127);
|
|
194
420
|
i0.ɵɵpipe(128, "rpxTranslate");
|
|
195
|
-
i0.ɵɵelementEnd();
|
|
196
|
-
i0.ɵɵelementStart(129, "
|
|
421
|
+
i0.ɵɵelementEnd()();
|
|
422
|
+
i0.ɵɵelementStart(129, "h2", 18);
|
|
197
423
|
i0.ɵɵtext(130);
|
|
198
424
|
i0.ɵɵpipe(131, "rpxTranslate");
|
|
199
425
|
i0.ɵɵelementEnd();
|
|
200
|
-
i0.ɵɵelementStart(132, "
|
|
201
|
-
i0.ɵɵtext(
|
|
202
|
-
i0.ɵɵpipe(
|
|
203
|
-
i0.ɵɵ
|
|
204
|
-
i0.ɵɵ
|
|
205
|
-
i0.ɵɵ
|
|
206
|
-
i0.ɵɵ
|
|
207
|
-
i0.ɵɵtext(138);
|
|
208
|
-
i0.ɵɵpipe(139, "rpxTranslate");
|
|
426
|
+
i0.ɵɵelementStart(132, "ul", 5)(133, "li");
|
|
427
|
+
i0.ɵɵtext(134);
|
|
428
|
+
i0.ɵɵpipe(135, "rpxTranslate");
|
|
429
|
+
i0.ɵɵelementEnd()();
|
|
430
|
+
i0.ɵɵelementStart(136, "h2", 19);
|
|
431
|
+
i0.ɵɵtext(137);
|
|
432
|
+
i0.ɵɵpipe(138, "rpxTranslate");
|
|
209
433
|
i0.ɵɵelementEnd();
|
|
210
|
-
i0.ɵɵelementStart(
|
|
434
|
+
i0.ɵɵelementStart(139, "ul", 5)(140, "li");
|
|
211
435
|
i0.ɵɵtext(141);
|
|
212
436
|
i0.ɵɵpipe(142, "rpxTranslate");
|
|
213
|
-
i0.ɵɵelementEnd();
|
|
214
|
-
i0.ɵɵelementStart(143, "p",
|
|
437
|
+
i0.ɵɵelementEnd()();
|
|
438
|
+
i0.ɵɵelementStart(143, "p", 1);
|
|
215
439
|
i0.ɵɵtext(144);
|
|
216
440
|
i0.ɵɵpipe(145, "rpxTranslate");
|
|
217
441
|
i0.ɵɵelementEnd();
|
|
218
|
-
i0.ɵɵelementStart(146, "
|
|
442
|
+
i0.ɵɵelementStart(146, "p", 1);
|
|
219
443
|
i0.ɵɵtext(147);
|
|
220
444
|
i0.ɵɵpipe(148, "rpxTranslate");
|
|
221
445
|
i0.ɵɵelementEnd();
|
|
222
|
-
i0.ɵɵelementStart(149, "
|
|
446
|
+
i0.ɵɵelementStart(149, "h2", 20);
|
|
223
447
|
i0.ɵɵtext(150);
|
|
224
448
|
i0.ɵɵpipe(151, "rpxTranslate");
|
|
225
449
|
i0.ɵɵelementEnd();
|
|
226
|
-
i0.ɵɵelementStart(152, "p",
|
|
450
|
+
i0.ɵɵelementStart(152, "p", 1);
|
|
227
451
|
i0.ɵɵtext(153);
|
|
228
452
|
i0.ɵɵpipe(154, "rpxTranslate");
|
|
229
453
|
i0.ɵɵelementEnd();
|
|
230
|
-
i0.ɵɵelementStart(155, "
|
|
231
|
-
i0.ɵɵtext(
|
|
232
|
-
i0.ɵɵpipe(
|
|
233
|
-
i0.ɵɵ
|
|
234
|
-
i0.ɵɵ
|
|
235
|
-
i0.ɵɵ
|
|
236
|
-
i0.ɵɵ
|
|
237
|
-
i0.ɵɵ
|
|
238
|
-
i0.ɵɵ
|
|
239
|
-
i0.ɵɵ
|
|
240
|
-
i0.ɵɵ
|
|
241
|
-
i0.ɵɵelementEnd();
|
|
242
|
-
i0.ɵɵelementStart(164, "h3", 21);
|
|
454
|
+
i0.ɵɵelementStart(155, "ul", 5)(156, "li");
|
|
455
|
+
i0.ɵɵtext(157);
|
|
456
|
+
i0.ɵɵpipe(158, "rpxTranslate");
|
|
457
|
+
i0.ɵɵelementStart(159, "a", 21);
|
|
458
|
+
i0.ɵɵtext(160, " HMCTSforms@justice.gov.uk");
|
|
459
|
+
i0.ɵɵelementEnd()();
|
|
460
|
+
i0.ɵɵtemplate(161, AccessibilityComponent_li_161_Template, 3, 0, "li", 8);
|
|
461
|
+
i0.ɵɵelementStart(162, "li");
|
|
462
|
+
i0.ɵɵtext(163, "call the service you require as listed above.");
|
|
463
|
+
i0.ɵɵelementEnd()();
|
|
464
|
+
i0.ɵɵelementStart(164, "p", 1);
|
|
243
465
|
i0.ɵɵtext(165);
|
|
244
466
|
i0.ɵɵpipe(166, "rpxTranslate");
|
|
245
467
|
i0.ɵɵelementEnd();
|
|
246
|
-
i0.ɵɵelementStart(167, "
|
|
247
|
-
i0.ɵɵtext(
|
|
248
|
-
i0.ɵɵpipe(
|
|
468
|
+
i0.ɵɵelementStart(167, "h2", 22);
|
|
469
|
+
i0.ɵɵtext(168);
|
|
470
|
+
i0.ɵɵpipe(169, "rpxTranslate");
|
|
249
471
|
i0.ɵɵelementEnd();
|
|
250
|
-
i0.ɵɵelementStart(
|
|
251
|
-
i0.ɵɵtext(
|
|
252
|
-
i0.ɵɵpipe(
|
|
472
|
+
i0.ɵɵelementStart(170, "p", 1);
|
|
473
|
+
i0.ɵɵtext(171);
|
|
474
|
+
i0.ɵɵpipe(172, "rpxTranslate");
|
|
253
475
|
i0.ɵɵelementEnd();
|
|
254
|
-
i0.ɵɵelementStart(
|
|
255
|
-
i0.ɵɵtext(
|
|
256
|
-
i0.ɵɵpipe(
|
|
476
|
+
i0.ɵɵelementStart(173, "p", 1);
|
|
477
|
+
i0.ɵɵtext(174);
|
|
478
|
+
i0.ɵɵpipe(175, "rpxTranslate");
|
|
479
|
+
i0.ɵɵelementStart(176, "a", 23);
|
|
480
|
+
i0.ɵɵtext(177);
|
|
481
|
+
i0.ɵɵpipe(178, "rpxTranslate");
|
|
257
482
|
i0.ɵɵelementEnd()();
|
|
258
|
-
i0.ɵɵelementStart(
|
|
259
|
-
i0.ɵɵtext(
|
|
260
|
-
i0.ɵɵpipe(
|
|
483
|
+
i0.ɵɵelementStart(179, "h1", 24);
|
|
484
|
+
i0.ɵɵtext(180);
|
|
485
|
+
i0.ɵɵpipe(181, "rpxTranslate");
|
|
261
486
|
i0.ɵɵelementEnd();
|
|
262
|
-
i0.ɵɵelementStart(
|
|
263
|
-
i0.ɵɵtext(
|
|
264
|
-
i0.ɵɵpipe(
|
|
487
|
+
i0.ɵɵelementStart(182, "p", 1);
|
|
488
|
+
i0.ɵɵtext(183);
|
|
489
|
+
i0.ɵɵpipe(184, "rpxTranslate");
|
|
265
490
|
i0.ɵɵelementEnd();
|
|
266
|
-
i0.ɵɵelementStart(
|
|
267
|
-
i0.ɵɵtext(
|
|
268
|
-
i0.ɵɵpipe(
|
|
491
|
+
i0.ɵɵelementStart(185, "p", 1);
|
|
492
|
+
i0.ɵɵtext(186);
|
|
493
|
+
i0.ɵɵpipe(187, "rpxTranslate");
|
|
269
494
|
i0.ɵɵelementEnd();
|
|
270
|
-
i0.ɵɵelementStart(
|
|
271
|
-
i0.ɵɵtext(
|
|
272
|
-
i0.ɵɵpipe(
|
|
495
|
+
i0.ɵɵelementStart(188, "p", 1);
|
|
496
|
+
i0.ɵɵtext(189);
|
|
497
|
+
i0.ɵɵpipe(190, "rpxTranslate");
|
|
498
|
+
i0.ɵɵelementStart(191, "a", 25);
|
|
499
|
+
i0.ɵɵtext(192);
|
|
500
|
+
i0.ɵɵpipe(193, "rpxTranslate");
|
|
273
501
|
i0.ɵɵelementEnd();
|
|
274
|
-
i0.ɵɵ
|
|
275
|
-
i0.ɵɵtext(191);
|
|
276
|
-
i0.ɵɵpipe(192, "rpxTranslate");
|
|
502
|
+
i0.ɵɵtext(194, ". ");
|
|
277
503
|
i0.ɵɵelementEnd();
|
|
278
|
-
i0.ɵɵelementStart(
|
|
279
|
-
i0.ɵɵtext(
|
|
280
|
-
i0.ɵɵpipe(
|
|
504
|
+
i0.ɵɵelementStart(195, "h2", 26);
|
|
505
|
+
i0.ɵɵtext(196);
|
|
506
|
+
i0.ɵɵpipe(197, "rpxTranslate");
|
|
281
507
|
i0.ɵɵelementEnd();
|
|
282
|
-
i0.ɵɵelementStart(
|
|
283
|
-
i0.ɵɵtext(
|
|
284
|
-
i0.ɵɵpipe(
|
|
508
|
+
i0.ɵɵelementStart(198, "p", 1);
|
|
509
|
+
i0.ɵɵtext(199);
|
|
510
|
+
i0.ɵɵpipe(200, "rpxTranslate");
|
|
285
511
|
i0.ɵɵelementEnd();
|
|
286
|
-
i0.ɵɵelementStart(
|
|
287
|
-
i0.ɵɵtext(
|
|
288
|
-
i0.ɵɵpipe(
|
|
289
|
-
i0.ɵɵelementEnd();
|
|
290
|
-
i0.ɵɵelementStart(202, "li");
|
|
291
|
-
i0.ɵɵtext(203);
|
|
292
|
-
i0.ɵɵpipe(204, "rpxTranslate");
|
|
293
|
-
i0.ɵɵelementEnd()();
|
|
294
|
-
i0.ɵɵelementStart(205, "h2", 24);
|
|
295
|
-
i0.ɵɵtext(206);
|
|
296
|
-
i0.ɵɵpipe(207, "rpxTranslate");
|
|
512
|
+
i0.ɵɵelementStart(201, "h2", 27);
|
|
513
|
+
i0.ɵɵtext(202);
|
|
514
|
+
i0.ɵɵpipe(203, "rpxTranslate");
|
|
297
515
|
i0.ɵɵelementEnd();
|
|
298
|
-
i0.ɵɵelementStart(
|
|
299
|
-
i0.ɵɵtext(
|
|
300
|
-
i0.ɵɵpipe(
|
|
516
|
+
i0.ɵɵelementStart(204, "p", 1);
|
|
517
|
+
i0.ɵɵtext(205);
|
|
518
|
+
i0.ɵɵpipe(206, "rpxTranslate");
|
|
519
|
+
i0.ɵɵelementStart(207, "a", 28);
|
|
520
|
+
i0.ɵɵtext(208);
|
|
521
|
+
i0.ɵɵpipe(209, "rpxTranslate");
|
|
301
522
|
i0.ɵɵelementEnd();
|
|
302
|
-
i0.ɵɵ
|
|
303
|
-
i0.ɵɵ
|
|
304
|
-
i0.ɵɵpipe(213, "rpxTranslate");
|
|
523
|
+
i0.ɵɵtext(210);
|
|
524
|
+
i0.ɵɵpipe(211, "rpxTranslate");
|
|
305
525
|
i0.ɵɵelementEnd();
|
|
306
|
-
i0.ɵɵelementStart(
|
|
307
|
-
i0.ɵɵtext(
|
|
308
|
-
i0.ɵɵpipe(
|
|
526
|
+
i0.ɵɵelementStart(212, "h2", 29);
|
|
527
|
+
i0.ɵɵtext(213);
|
|
528
|
+
i0.ɵɵpipe(214, "rpxTranslate");
|
|
309
529
|
i0.ɵɵelementEnd();
|
|
310
|
-
i0.ɵɵelementStart(
|
|
311
|
-
i0.ɵɵtext(
|
|
312
|
-
i0.ɵɵpipe(
|
|
530
|
+
i0.ɵɵelementStart(215, "p", 1);
|
|
531
|
+
i0.ɵɵtext(216);
|
|
532
|
+
i0.ɵɵpipe(217, "rpxTranslate");
|
|
313
533
|
i0.ɵɵelementEnd();
|
|
314
|
-
i0.ɵɵelementStart(
|
|
315
|
-
i0.ɵɵtext(
|
|
316
|
-
i0.ɵɵpipe(
|
|
534
|
+
i0.ɵɵelementStart(218, "h2", 30);
|
|
535
|
+
i0.ɵɵtext(219);
|
|
536
|
+
i0.ɵɵpipe(220, "rpxTranslate");
|
|
317
537
|
i0.ɵɵelementEnd();
|
|
318
|
-
i0.ɵɵelementStart(
|
|
319
|
-
i0.ɵɵtext(
|
|
320
|
-
i0.ɵɵpipe(
|
|
538
|
+
i0.ɵɵelementStart(221, "p", 1);
|
|
539
|
+
i0.ɵɵtext(222);
|
|
540
|
+
i0.ɵɵpipe(223, "rpxTranslate");
|
|
321
541
|
i0.ɵɵelementEnd();
|
|
322
|
-
i0.ɵɵelementStart(
|
|
323
|
-
i0.ɵɵtext(
|
|
324
|
-
i0.ɵɵpipe(
|
|
542
|
+
i0.ɵɵelementStart(224, "p", 1);
|
|
543
|
+
i0.ɵɵtext(225);
|
|
544
|
+
i0.ɵɵpipe(226, "rpxTranslate");
|
|
325
545
|
i0.ɵɵelementEnd();
|
|
326
|
-
i0.ɵɵ
|
|
327
|
-
i0.ɵɵ
|
|
328
|
-
i0.ɵɵ
|
|
329
|
-
i0.ɵɵ
|
|
330
|
-
i0.ɵɵ
|
|
331
|
-
i0.ɵɵ
|
|
546
|
+
i0.ɵɵtemplate(227, AccessibilityComponent_p_227_Template, 3, 3, "p", 31);
|
|
547
|
+
i0.ɵɵtemplate(228, AccessibilityComponent_p_228_Template, 3, 3, "p", 31);
|
|
548
|
+
i0.ɵɵtemplate(229, AccessibilityComponent_p_229_Template, 3, 3, "p", 31);
|
|
549
|
+
i0.ɵɵtemplate(230, AccessibilityComponent_p_230_Template, 3, 3, "p", 31);
|
|
550
|
+
i0.ɵɵtemplate(231, AccessibilityComponent_p_231_Template, 3, 3, "p", 31);
|
|
551
|
+
i0.ɵɵtemplate(232, AccessibilityComponent_p_232_Template, 3, 3, "p", 31);
|
|
552
|
+
i0.ɵɵtemplate(233, AccessibilityComponent_h2_233_Template, 3, 3, "h2", 32);
|
|
553
|
+
i0.ɵɵtemplate(234, AccessibilityComponent_p_234_Template, 8, 9, "p", 31);
|
|
554
|
+
i0.ɵɵtemplate(235, AccessibilityComponent_ul_235_Template, 10, 9, "ul", 33);
|
|
555
|
+
i0.ɵɵtemplate(236, AccessibilityComponent_p_236_Template, 3, 3, "p", 31);
|
|
556
|
+
i0.ɵɵelementStart(237, "h2", 34);
|
|
557
|
+
i0.ɵɵtext(238);
|
|
558
|
+
i0.ɵɵpipe(239, "rpxTranslate");
|
|
332
559
|
i0.ɵɵelementEnd();
|
|
333
|
-
i0.ɵɵ
|
|
560
|
+
i0.ɵɵelementStart(240, "p", 1);
|
|
561
|
+
i0.ɵɵtext(241);
|
|
562
|
+
i0.ɵɵpipe(242, "rpxTranslate");
|
|
334
563
|
i0.ɵɵelementEnd();
|
|
335
|
-
i0.ɵɵelementStart(
|
|
336
|
-
i0.ɵɵtext(
|
|
337
|
-
i0.ɵɵpipe(
|
|
564
|
+
i0.ɵɵelementStart(243, "p", 1);
|
|
565
|
+
i0.ɵɵtext(244);
|
|
566
|
+
i0.ɵɵpipe(245, "rpxTranslate");
|
|
338
567
|
i0.ɵɵelementEnd();
|
|
339
|
-
i0.ɵɵelementStart(
|
|
340
|
-
i0.ɵɵtext(
|
|
341
|
-
i0.ɵɵpipe(
|
|
568
|
+
i0.ɵɵelementStart(246, "h2", 35);
|
|
569
|
+
i0.ɵɵtext(247);
|
|
570
|
+
i0.ɵɵpipe(248, "rpxTranslate");
|
|
342
571
|
i0.ɵɵelementEnd();
|
|
343
|
-
i0.ɵɵelementStart(
|
|
344
|
-
i0.ɵɵtext(
|
|
345
|
-
i0.ɵɵpipe(
|
|
572
|
+
i0.ɵɵelementStart(249, "p", 1);
|
|
573
|
+
i0.ɵɵtext(250);
|
|
574
|
+
i0.ɵɵpipe(251, "rpxTranslate");
|
|
346
575
|
i0.ɵɵelementEnd();
|
|
347
|
-
i0.ɵɵelementStart(
|
|
348
|
-
i0.ɵɵtext(
|
|
576
|
+
i0.ɵɵelementStart(252, "p", 1);
|
|
577
|
+
i0.ɵɵtext(253);
|
|
578
|
+
i0.ɵɵpipe(254, "rpxTranslate");
|
|
349
579
|
i0.ɵɵelementEnd();
|
|
350
|
-
i0.ɵɵelementStart(
|
|
351
|
-
i0.ɵɵtext(
|
|
580
|
+
i0.ɵɵelementStart(255, "p", 1);
|
|
581
|
+
i0.ɵɵtext(256);
|
|
582
|
+
i0.ɵɵpipe(257, "rpxTranslate");
|
|
583
|
+
i0.ɵɵelementStart(258, "a", 36);
|
|
584
|
+
i0.ɵɵtext(259);
|
|
585
|
+
i0.ɵɵpipe(260, "rpxTranslate");
|
|
352
586
|
i0.ɵɵelementEnd()();
|
|
587
|
+
i0.ɵɵelementStart(261, "h2", 37);
|
|
588
|
+
i0.ɵɵtext(262);
|
|
589
|
+
i0.ɵɵpipe(263, "rpxTranslate");
|
|
590
|
+
i0.ɵɵelementEnd();
|
|
591
|
+
i0.ɵɵelementStart(264, "p", 1);
|
|
592
|
+
i0.ɵɵtext(265);
|
|
593
|
+
i0.ɵɵpipe(266, "rpxTranslate");
|
|
594
|
+
i0.ɵɵelementEnd();
|
|
595
|
+
i0.ɵɵelementStart(267, "p", 1);
|
|
596
|
+
i0.ɵɵtext(268);
|
|
597
|
+
i0.ɵɵpipe(269, "rpxTranslate");
|
|
598
|
+
i0.ɵɵelementStart(270, "a", 36);
|
|
599
|
+
i0.ɵɵtext(271);
|
|
600
|
+
i0.ɵɵpipe(272, "rpxTranslate");
|
|
601
|
+
i0.ɵɵelementEnd();
|
|
602
|
+
i0.ɵɵtext(273);
|
|
603
|
+
i0.ɵɵpipe(274, "rpxTranslate");
|
|
604
|
+
i0.ɵɵelementEnd();
|
|
353
605
|
}
|
|
354
606
|
if (rf & 2) {
|
|
355
607
|
i0.ɵɵadvance(1);
|
|
356
|
-
i0.ɵɵ
|
|
357
|
-
i0.ɵɵadvance(5);
|
|
358
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(7, 79, "Immigration and Asylum"));
|
|
608
|
+
i0.ɵɵtextInterpolate2("", i0.ɵɵpipeBind1(2, 98, "Accessibility statement for MyHMCTS"), " ", ctx.isEndpointMC ? "Manage Cases" : i0.ɵɵpipeBind1(3, 100, "Manage Organisation"), "");
|
|
359
609
|
i0.ɵɵadvance(4);
|
|
360
|
-
i0.ɵɵ
|
|
361
|
-
i0.ɵɵadvance(
|
|
362
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
610
|
+
i0.ɵɵtextInterpolate3("", i0.ɵɵpipeBind1(6, 102, "MyHMCTS"), " ", ctx.isEndpointMC ? "Manage Cases" : i0.ɵɵpipeBind1(7, 104, "Manage Organisation"), " ", i0.ɵɵpipeBind1(8, 106, "is used across several services. Please use links to find contact information for each service."), "");
|
|
611
|
+
i0.ɵɵadvance(7);
|
|
612
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(13, 108, "Immigration and Asylum"));
|
|
363
613
|
i0.ɵɵadvance(4);
|
|
364
|
-
i0.ɵɵ
|
|
614
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(17, 110, "Family Public Law"), " ");
|
|
365
615
|
i0.ɵɵadvance(3);
|
|
366
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
616
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(20, 112, "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:"));
|
|
617
|
+
i0.ɵɵadvance(4);
|
|
618
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(24, 114, "change colours, contrast levels and fonts"));
|
|
367
619
|
i0.ɵɵadvance(3);
|
|
368
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
620
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(27, 116, "navigate most of the website using just a keyboard"));
|
|
369
621
|
i0.ɵɵadvance(3);
|
|
370
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
622
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(30, 118, "navigate most of the website using speech recognition software"));
|
|
371
623
|
i0.ɵɵadvance(3);
|
|
372
|
-
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(
|
|
624
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(33, 120, "listen to most of the website using a screen reader (including the most recent versions of JAWS, NVDA and VoiceOver)"), " ");
|
|
373
625
|
i0.ɵɵadvance(3);
|
|
374
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
626
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(36, 122, "We\u2019ve also made the website text as simple as possible to understand."));
|
|
375
627
|
i0.ɵɵadvance(4);
|
|
376
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
628
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(40, 124, "AbilityNet"));
|
|
377
629
|
i0.ɵɵadvance(2);
|
|
378
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(
|
|
630
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(42, 126, "has advice on making your device easier to use if you have a disability."), "");
|
|
379
631
|
i0.ɵɵadvance(3);
|
|
380
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
632
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(45, 128, "How accessible this website is"));
|
|
381
633
|
i0.ɵɵadvance(3);
|
|
382
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
634
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(48, 130, "We know some parts of the website are not fully accessible:"));
|
|
383
635
|
i0.ɵɵadvance(4);
|
|
384
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
385
|
-
i0.ɵɵadvance(3);
|
|
386
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(52, 107, "some pages can\u2019t be listened to in full using a screen reader"));
|
|
387
|
-
i0.ɵɵadvance(3);
|
|
388
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(55, 109, "some pages have problems with colour contrasts between text and background"));
|
|
389
|
-
i0.ɵɵadvance(3);
|
|
390
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(58, 111, "some PDFs may not be fully accessible to a screen reader"));
|
|
636
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(52, 132, "some pages can't be zoomed in to 400% without content overlapping"));
|
|
391
637
|
i0.ɵɵadvance(3);
|
|
392
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
638
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(55, 134, "some page titles aren't page specific"));
|
|
639
|
+
i0.ɵɵadvance(2);
|
|
640
|
+
i0.ɵɵproperty("ngIf", !ctx.isEndpointMC);
|
|
641
|
+
i0.ɵɵadvance(1);
|
|
642
|
+
i0.ɵɵproperty("ngIf", !ctx.isEndpointMC);
|
|
643
|
+
i0.ɵɵadvance(1);
|
|
644
|
+
i0.ɵɵproperty("ngIf", !ctx.isEndpointMC);
|
|
645
|
+
i0.ɵɵadvance(1);
|
|
646
|
+
i0.ɵɵproperty("ngIf", ctx.isEndpointMC);
|
|
647
|
+
i0.ɵɵadvance(1);
|
|
648
|
+
i0.ɵɵproperty("ngIf", ctx.isEndpointMC);
|
|
649
|
+
i0.ɵɵadvance(2);
|
|
650
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(63, 136, "some PDFs may not be fully accessible to a screen reader"));
|
|
651
|
+
i0.ɵɵadvance(2);
|
|
652
|
+
i0.ɵɵproperty("ngIf", ctx.isEndpointMC);
|
|
653
|
+
i0.ɵɵadvance(2);
|
|
654
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(67, 138, "Feedback and contact information"));
|
|
393
655
|
i0.ɵɵadvance(3);
|
|
394
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
656
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(70, 140, "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:"));
|
|
395
657
|
i0.ɵɵadvance(4);
|
|
396
|
-
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(
|
|
658
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(74, 142, "email:"), " ");
|
|
397
659
|
i0.ɵɵadvance(5);
|
|
398
|
-
i0.ɵɵ
|
|
399
|
-
i0.ɵɵadvance(3);
|
|
400
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(76, 121, "contact your service representative"));
|
|
660
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(79, 144, "call the service you require, as listed below."));
|
|
401
661
|
i0.ɵɵadvance(3);
|
|
402
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
403
|
-
i0.ɵɵadvance(3);
|
|
404
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(82, 125, "Reporting accessibility problems with this website"));
|
|
405
|
-
i0.ɵɵadvance(3);
|
|
406
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(85, 127, "We\u2019re always looking to improve the accessibility of this website. If you find any problems not listed on this page or think we\u2019re not meeting accessibility requirements, contact:"));
|
|
662
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(82, 146, "Adoption"));
|
|
407
663
|
i0.ɵɵadvance(4);
|
|
408
|
-
i0.ɵɵ
|
|
409
|
-
i0.ɵɵadvance(5);
|
|
410
|
-
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(94, 131, "telephone:"), " +44 (0) 300 123 1711");
|
|
664
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(86, 148, "call: 01634 887900"));
|
|
411
665
|
i0.ɵɵadvance(3);
|
|
412
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
413
|
-
i0.ɵɵadvance(
|
|
414
|
-
i0.ɵɵ
|
|
666
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(89, 150, "Divorce and Financial Remedy"));
|
|
667
|
+
i0.ɵɵadvance(4);
|
|
668
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(93, 152, "call: 0300 123 1372"));
|
|
415
669
|
i0.ɵɵadvance(3);
|
|
416
|
-
i0.ɵɵ
|
|
670
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(96, 154, "Civil Damages Service"));
|
|
671
|
+
i0.ɵɵadvance(4);
|
|
672
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(100, 156, "call: 0300 123 1372"));
|
|
417
673
|
i0.ɵɵadvance(3);
|
|
418
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
674
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(103, 158, "Family Public Law"));
|
|
675
|
+
i0.ɵɵadvance(4);
|
|
676
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(107, 160, "call: 0330 808 4424"));
|
|
419
677
|
i0.ɵɵadvance(3);
|
|
420
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
678
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(110, 162, "Immigration and Asylum Chamber"));
|
|
679
|
+
i0.ɵɵadvance(4);
|
|
680
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(114, 164, "call: 0300 123 1711"));
|
|
421
681
|
i0.ɵɵadvance(3);
|
|
422
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
682
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(117, 166, "Online Civil Money Claims"));
|
|
683
|
+
i0.ɵɵadvance(4);
|
|
684
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(121, 168, "call: 0300 123 7050"));
|
|
423
685
|
i0.ɵɵadvance(3);
|
|
424
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
686
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(124, 170, "Private Law"));
|
|
687
|
+
i0.ɵɵadvance(4);
|
|
688
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(128, 172, "call: 0300 323 0185"));
|
|
425
689
|
i0.ɵɵadvance(3);
|
|
426
|
-
i0.ɵɵ
|
|
690
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(131, 174, "Probate"));
|
|
691
|
+
i0.ɵɵadvance(4);
|
|
692
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(135, 176, "call: 0300 303 0648"));
|
|
427
693
|
i0.ɵɵadvance(3);
|
|
428
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
694
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(138, 178, "Social Security and Child Support"));
|
|
429
695
|
i0.ɵɵadvance(4);
|
|
430
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
696
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(142, 180, "call: 0300 123 1142"));
|
|
431
697
|
i0.ɵɵadvance(3);
|
|
432
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
698
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(145, 182, "We'll consider your request and get back to you in 10 working days."));
|
|
433
699
|
i0.ɵɵadvance(3);
|
|
434
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
700
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(148, 184, "If you a member of HMCTS staff or the Judiciary speak to your line manager or equivalent in the first instance."));
|
|
435
701
|
i0.ɵɵadvance(3);
|
|
436
|
-
i0.ɵɵ
|
|
702
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(151, 186, "Reporting accessibility problems with this website"));
|
|
437
703
|
i0.ɵɵadvance(3);
|
|
438
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
439
|
-
i0.ɵɵadvance(
|
|
440
|
-
i0.ɵɵ
|
|
704
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(154, 188, "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:"));
|
|
705
|
+
i0.ɵɵadvance(4);
|
|
706
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(158, 190, "email:"), " ");
|
|
707
|
+
i0.ɵɵadvance(4);
|
|
708
|
+
i0.ɵɵproperty("ngIf", ctx.isEndpointMC);
|
|
709
|
+
i0.ɵɵadvance(4);
|
|
710
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(166, 192, "If you a member of HMCTS staff or the Judiciary speak to your line manager or equivalent in the first instance."));
|
|
441
711
|
i0.ɵɵadvance(3);
|
|
442
|
-
i0.ɵɵ
|
|
712
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(169, 194, "Enforcement procedure"));
|
|
443
713
|
i0.ɵɵadvance(3);
|
|
444
|
-
i0.ɵɵ
|
|
714
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(172, 196, "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)."), " ");
|
|
445
715
|
i0.ɵɵadvance(3);
|
|
446
|
-
i0.ɵɵ
|
|
716
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(175, 198, "If you\u2019re not happy with how we respond to your complaint,"), " ");
|
|
447
717
|
i0.ɵɵadvance(3);
|
|
448
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
718
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(178, 200, "contact the Equality Advisory and Support Service (EASS)."));
|
|
449
719
|
i0.ɵɵadvance(3);
|
|
450
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
720
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(181, 202, "Contacting us by phone or visiting us in person"));
|
|
451
721
|
i0.ɵɵadvance(3);
|
|
452
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
722
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(184, 204, "We provide a text relay service for people who are D/deaf, hearing impaired or have a speech impediment."));
|
|
453
723
|
i0.ɵɵadvance(3);
|
|
454
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
724
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(187, 206, "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."));
|
|
455
725
|
i0.ɵɵadvance(3);
|
|
456
|
-
i0.ɵɵ
|
|
726
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(190, 208, "Find out how to contact us using the contact details above or "), " ");
|
|
457
727
|
i0.ɵɵadvance(3);
|
|
458
|
-
i0.ɵɵ
|
|
728
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(193, 210, "find the contact details for court and tribunal venues"));
|
|
459
729
|
i0.ɵɵadvance(4);
|
|
460
|
-
i0.ɵɵ
|
|
730
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(197, 212, "Technical information about this website\u2019s accessibility"));
|
|
461
731
|
i0.ɵɵadvance(3);
|
|
462
|
-
i0.ɵɵ
|
|
732
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(200, 214, "HMCTS is committed to making its website accessible, in accordance with the Public Sector Bodies (Websites and Mobile Applications) (No.2) Accessibility Regulations 2018."));
|
|
463
733
|
i0.ɵɵadvance(3);
|
|
464
|
-
i0.ɵɵ
|
|
734
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(203, 216, "Compliance Status"));
|
|
465
735
|
i0.ɵɵadvance(3);
|
|
466
|
-
i0.ɵɵ
|
|
736
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(206, 218, "This website is partially compliant with the "));
|
|
467
737
|
i0.ɵɵadvance(3);
|
|
468
|
-
i0.ɵɵ
|
|
469
|
-
i0.ɵɵadvance(
|
|
470
|
-
i0.ɵɵ
|
|
471
|
-
i0.ɵɵadvance(3);
|
|
472
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(189, 193, "Screen readers can\u2019t tab between radio buttons, read links or content"));
|
|
473
|
-
i0.ɵɵadvance(3);
|
|
474
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(192, 195, "Colour contrast ratios uneven between page background and content"));
|
|
738
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(209, 220, "Web Content Accessibility Guidelines version 2.1 "), "");
|
|
739
|
+
i0.ɵɵadvance(2);
|
|
740
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(211, 222, "due to the non-compliances listed below."), "\n");
|
|
475
741
|
i0.ɵɵadvance(3);
|
|
476
|
-
i0.ɵɵ
|
|
742
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(214, 224, "Non-accessible content"));
|
|
477
743
|
i0.ɵɵadvance(3);
|
|
478
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
744
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(217, 226, "The content listed below is non-compliant for the following reasons."));
|
|
479
745
|
i0.ɵɵadvance(3);
|
|
480
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
746
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(220, 228, "Non-compliance with the accessibility regulations"));
|
|
481
747
|
i0.ɵɵadvance(3);
|
|
482
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
748
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(223, 230, "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)."));
|
|
483
749
|
i0.ɵɵadvance(3);
|
|
484
|
-
i0.ɵɵ
|
|
750
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(226, 232, "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)"));
|
|
751
|
+
i0.ɵɵadvance(2);
|
|
752
|
+
i0.ɵɵproperty("ngIf", ctx.isEndpointMC);
|
|
753
|
+
i0.ɵɵadvance(1);
|
|
754
|
+
i0.ɵɵproperty("ngIf", !ctx.isEndpointMC);
|
|
755
|
+
i0.ɵɵadvance(1);
|
|
756
|
+
i0.ɵɵproperty("ngIf", !ctx.isEndpointMC);
|
|
757
|
+
i0.ɵɵadvance(1);
|
|
758
|
+
i0.ɵɵproperty("ngIf", !ctx.isEndpointMC);
|
|
759
|
+
i0.ɵɵadvance(1);
|
|
760
|
+
i0.ɵɵproperty("ngIf", ctx.isEndpointMC);
|
|
761
|
+
i0.ɵɵadvance(1);
|
|
762
|
+
i0.ɵɵproperty("ngIf", ctx.isEndpointMC);
|
|
763
|
+
i0.ɵɵadvance(1);
|
|
764
|
+
i0.ɵɵproperty("ngIf", !ctx.isEndpointMC);
|
|
765
|
+
i0.ɵɵadvance(1);
|
|
766
|
+
i0.ɵɵproperty("ngIf", !ctx.isEndpointMC);
|
|
767
|
+
i0.ɵɵadvance(1);
|
|
768
|
+
i0.ɵɵproperty("ngIf", !ctx.isEndpointMC);
|
|
769
|
+
i0.ɵɵadvance(1);
|
|
770
|
+
i0.ɵɵproperty("ngIf", !ctx.isEndpointMC);
|
|
771
|
+
i0.ɵɵadvance(2);
|
|
772
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(239, 234, "Content that\u2019s not within the scope of the accessibility regulations"), " ");
|
|
485
773
|
i0.ɵɵadvance(3);
|
|
486
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
774
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(242, 236, "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."));
|
|
487
775
|
i0.ɵɵadvance(3);
|
|
488
|
-
i0.ɵɵ
|
|
776
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(245, 238, "Any new PDFs or Word documents we publish will meet accessibility standards."), "\n");
|
|
489
777
|
i0.ɵɵadvance(3);
|
|
490
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
778
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(248, 240, "What we\u2019re doing to improve accessibility"));
|
|
491
779
|
i0.ɵɵadvance(3);
|
|
492
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
780
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(251, 242, "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."));
|
|
493
781
|
i0.ɵɵadvance(3);
|
|
494
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
782
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(254, 244, "We\u2019re actively working to improve the identified issues and aiming to make them AA-compliant by December 2024."));
|
|
495
783
|
i0.ɵɵadvance(3);
|
|
496
|
-
i0.ɵɵ
|
|
784
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(257, 246, "We\u2019re currently preparing for an external audit carried out by the "), " ");
|
|
497
785
|
i0.ɵɵadvance(3);
|
|
498
|
-
i0.ɵɵ
|
|
786
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(260, 248, "Digital Accessibility Centre (DAC)."), " ");
|
|
499
787
|
i0.ɵɵadvance(3);
|
|
500
|
-
i0.ɵɵ
|
|
788
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(263, 250, "Preparation of this accessibility statement"));
|
|
501
789
|
i0.ɵɵadvance(3);
|
|
502
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
503
|
-
i0.ɵɵadvance(4);
|
|
504
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(238, 225, "Family Private Law:"));
|
|
790
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(266, 252, "This statement was prepared on 16 September 2019. It was last reviewed in Spring/Summer 2023."));
|
|
505
791
|
i0.ɵɵadvance(3);
|
|
506
|
-
i0.ɵɵ
|
|
792
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(269, 254, "This website was last tested on 19 May 2020. The service will be tested by"), " ");
|
|
507
793
|
i0.ɵɵadvance(3);
|
|
508
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
794
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(272, 256, "Digital Accessibility Centre (DAC)"));
|
|
795
|
+
i0.ɵɵadvance(2);
|
|
796
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(274, 258, "on 20 November 2023."), "");
|
|
509
797
|
}
|
|
510
|
-
}, dependencies: [i2.RpxTranslatePipe], styles: [".govuk-list--alpha[_ngcontent-%COMP%]{padding-left:20px;list-style-type:lower-alpha}"] });
|
|
798
|
+
}, dependencies: [i1.NgIf, i2.RpxTranslatePipe], styles: [".govuk-list--alpha[_ngcontent-%COMP%]{padding-left:20px;list-style-type:lower-alpha}"] });
|
|
511
799
|
(function () {
|
|
512
800
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AccessibilityComponent, [{
|
|
513
801
|
type: Component,
|
|
514
|
-
args: [{ selector: 'xuilib-accessibility', template: "<h1 class=\"govuk-heading-xl\" id=\"Accessibility-statement-for-Expert-UI\">{{'Accessibility statement for Expert UI' | rpxTranslate}}</h1>\n\n<ul class=\"govuk-list\">\n <li><a href=\"accessibility#immigration\">{{'Immigration and Asylum' | rpxTranslate}}</a></li>\n <li><a href=\"accessibility#family\">{{'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>{{'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' | 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 are difficult to navigate using just a keyboard' | rpxTranslate}}</li>\n <li>{{'some pages can\\\u2019t be listened to in full using a screen reader' | rpxTranslate}}</li>\n <li>{{'some pages have problems with colour contrasts between text and background' | rpxTranslate}}</li>\n <li>{{'some PDFs may not be fully accessible to a screen reader' | 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 need information on this website in a different format like accessible PDF, large print,\n 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@justice.gov.uk</a></li>\n <li>{{'call:' | rpxTranslate}} +44 (0) 300 123 1711</li>\n <li>{{'contact your service representative' | rpxTranslate}}</li>\n</ul>\n\n<p class=\"govuk-body\">{{'We\\\u2019ll consider your request and get back to you in 10 working days.' | 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\\\u2019re always looking to improve the accessibility of this website. If you find any problems not\n listed on this page or think we\\\u2019re not meeting accessibility requirements, contact:' | rpxTranslate}}</p>\n\n<ul class=\"govuk-list govuk-list--bullet\">\n <li>{{'email:' | rpxTranslate}} <a href=\"mailto:customer.service@justice.gov.uk\"> customer.service@justice.gov.uk</a></li>\n <li>{{'telephone:' | rpxTranslate}} +44 (0) 300 123 1711</li>\n</ul>\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 rel=\"noopener noreferrer\"\n target=\"_blank\"\n 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 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 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\">{{'If you have a question about accessibility in our Tribunal venues, you can contact the First-tier\n Tribunal enquiry line:' | rpxTranslate}} +44 (0) 300 123 1711. You can <a target=\"_blank\"\n href=\"https://courttribunalfinder.service.gov.uk/search/\">{{'find\n the contact details for court and tribunal venues' | rpxTranslate}}</a>. </p>\n\n<p class=\"govuk-body\">{{'You can also contact your service representative for more information.' | rpxTranslate}}</p>\n\n<h1 class=\"govuk-heading-l\" id=\"Technical-information-about-this-website\u2019s-accessibility\">{{'Technical information about\n this website\\\u2019s accessibility' | rpxTranslate}}</h1>\n\n<p class=\"govuk-body\">{{'HMCTS is committed to making its website accessible, in accordance with the Public Sector Bodies\n (Websites and Mobile Applications) (No.2) Accessibility Regulations 2018.' | rpxTranslate}}</p>\n\n<p class=\"govuk-body\">{{'This website is partially compliant with the' | rpxTranslate}} <a rel=\"noopener noreferrer\" target=\"_blank\"\n href=\"https://www.w3.org/TR/WCAG21/\">{{'Web Content\n Accessibility Guidelines version 2.1' | rpxTranslate}}</a>{{', due to the non-compliances listed below.' | rpxTranslate}}</p>\n\n<h1 class=\"govuk-heading-l\" id=\"Non-accessible-content\">{{'Non-accessible content' | rpxTranslate}} </h1>\n\n<p class=\"govuk-body\">{{'The content listed below is non-compliant for the following reasons.' | rpxTranslate}}</p>\n\n<h2 class=\"govuk-heading-l\" id=\"Non-compliance-with-the-accessibility-regulations\">{{'Non-compliance with the accessibility\n regulations' | rpxTranslate}}</h2>\n\n<p class=\"govuk-body\">{{'Some pages cannot be navigated completely using just a keyboard, so some people won\\\u2019t be able to\n tab through the pages. This fails WCAG 2.1 success criterion 2.1 (keyboard accessible).' | rpxTranslate}}</p>\n\n<p class=\"govuk-body\">{{'Some pages can\\\u2019t be listened to in full using a screen reader, so some people won\\\u2019t be able to\n access the information. This fails WCAG 2.1 success criterion 1.2.5 (audio description \u2013 prerecorded).' | rpxTranslate}}</p>\n\n<p class=\"govuk-body\">{{'Some of the contrast ratios don\\\u2019t meet the current accessibility requirements. This fails WCAG 2.1\n success criterion 1.4.3 (contrast \u2013 minimum).' | rpxTranslate}}</p>\n\n<h3 class=\"govuk-heading-m\" id=\"immigration\">{{'Immigration and Asylum' | rpxTranslate}}</h3>\n\n<p class=\"govuk-body\">{{'Some of the images on the service include text and are not accessible for some low vision users.\n We have identified a solution for this issue that we will implement as soon as possible.' | rpxTranslate}}</p>\n\n<h3 class=\"govuk-heading-m\" id=\"family\">{{'Family Public Law' | rpxTranslate}} </h3>\n\n<ol class=\"govuk-list govuk-list--alpha\">\n <li>{{'The navigation system used in family public law cannot be rendered well by screen readers, so features can\\\u2019t be\n listened to in full' | rpxTranslate}}\n </li>\n <li>{{'Some essential functions within the family public law digital service cannot be accessed properly using screen\n readers' | rpxTranslate}}\n </li>\n <li>{{'Some complex forms within the service will not be rendered correctly or cannot be listened to by screen readers' | rpxTranslate}}\n </li>\n</ol>\n\n<h2 class=\"govuk-heading-m\" id=\"Disproportionate burden \">{{'Disproportionate burden' | rpxTranslate}} </h2>\n\n<p class=\"govuk-body\">{{'For Manage organisation, Register organisation, Approve organisations and Manage cases, we found\n the following issues that are currently being triaged to find out if there is a disproportionate burden:' | rpxTranslate}}</p>\n\n<ol class=\"govuk-list govuk-list--alpha\">\n <li>{{'Screen readers can\\\u2019t switch between headers, read content in tabs and buttons' | rpxTranslate}}</li>\n <li>{{'Screen readers can\\\u2019t tab between radio buttons, read links or content' | rpxTranslate}}</li>\n <li>{{'Colour contrast ratios uneven between page background and content' | rpxTranslate}}</li>\n <li>{{'Some labels, fields, error messages and other content can\\\u2019t be clearly identified by screen readers and voice\n activation software' | rpxTranslate}}\n </li>\n <li>{{'Some page headings and titles don\\\u2019t follow a logical structure for screen readers' | rpxTranslate}}</li>\n <li>{{'The navigation of some pages isn\\\u2019t clear' | rpxTranslate}}</li>\n <li>{{'Some headings, links and button labels aren\\\u2019t clearly descriptive' | rpxTranslate}}</li>\n</ol>\n\n<h2 class=\"govuk-heading-m\" id=\"Content-that\u2019s-not-within-the-scope-of-the-accessibility-regulations\">{{'Content that\\\u2019s not\n within the scope of the accessibility regulations' | rpxTranslate}} </h2>\n\n<p class=\"govuk-body\">{{'PDFs, documents and attachments to email notifications published before 23 September 2018 may not\n meet accessibility standards. For example, they may not be structured so they\\\u2019re accessible to a screen reader.' | rpxTranslate}}</p>\n\n<p class=\"govuk-body\">{{'Any new PDFs or Word documents we publish will meet accessibility standards.' | rpxTranslate}}</p>\n\n<h1 class=\"govuk-heading-l\" id=\"what-to-improve-accessibility\">{{'What we\\\u2019re doing to improve accessibility' | rpxTranslate}}</h1>\n\n<p class=\"govuk-body\">{{'We\\\u2019re committed to ensuring our services are accessible to all our users and that they comply with\n level AA of the Web Content Accessibility Guidelines \u2013 WCAG 2.1.' | rpxTranslate}}</p>\n\n<p class=\"govuk-body\">{{'We\\\u2019re actively working to improve the identified issues and make them AA-compliant by 23 September\n 2020. We\\\u2019re also continuing to improve all other AAA-level accessibility issues as we iterate the service.' | rpxTranslate}}</p>\n\n<h1 class=\"govuk-heading-l\" id=\"preparation-of-this-accessibility-statement\">{{'Preparation of this accessibility\n statement' | rpxTranslate}}</h1>\n\n<p class=\"govuk-body\">{{'This statement was prepared on 16 September 2019. It was last reviewed on 16 September 2020.' | rpxTranslate}}</p>\n\n<p class=\"govuk-body\">{{'This website was last tested on 19 May 2020. The test was carried out by the' | rpxTranslate}} <a target=\"_blank\"\n href=\"https://digitalaccessibilitycentre.org/\">{{'Digital\n Accessibility Centre (DAC)' | rpxTranslate}}</a>.</p>\n\n<h3 class=\"govuk-heading-m\">{{'Family Private Law:' | rpxTranslate}}</h3>\n\n<p class=\"govuk-body\">{{'This service has not yet been tested for accessibility issues. In the future, we will conduct an\n accessibility audit in order to find out if there are any accessibility issues. The accessibility statement will be\n updated with any relevant changes that we find.' | rpxTranslate}}</p>\n\n<p class=\"govuk-body\">{{'If there are any issues with accessing information or using this website please contact:' | rpxTranslate}}</p>\n\n<ol class=\"govuk-list govuk-list--bullet\">\n <li>Nicola Whitcher - 02380 384324</li>\n <li>Hannah Townley - 02380 384313</li>\n</ol>", styles: [".govuk-list--alpha{padding-left:20px;list-style-type:lower-alpha}\n"] }]
|
|
802
|
+
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\">{{'Immigration and Asylum' | rpxTranslate}}</a></li>\n <li><a href=\"accessibility#family\">{{'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>{{'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@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@justice.gov.uk</a></li>\n <li *ngIf=\"isEndpointMC\"><a href=\"mailto:customer.service@justice.gov.uk\">customer.service@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"] }]
|
|
515
803
|
}], function () { return []; }, null);
|
|
516
804
|
})();
|
|
517
805
|
|
|
@@ -2409,22 +2697,22 @@ LocationService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: Location
|
|
|
2409
2697
|
}], function () { return [{ type: i1$1.HttpClient }]; }, null);
|
|
2410
2698
|
})();
|
|
2411
2699
|
|
|
2412
|
-
function
|
|
2700
|
+
function SearchLocationComponent_ng_container_5_ng_container_1_mat_option_1_Template(rf, ctx) {
|
|
2413
2701
|
if (rf & 1) {
|
|
2414
|
-
const
|
|
2415
|
-
i0.ɵɵelementStart(0, "mat-option",
|
|
2416
|
-
i0.ɵɵlistener("onSelectionChange", function
|
|
2702
|
+
const _r9 = i0.ɵɵgetCurrentView();
|
|
2703
|
+
i0.ɵɵelementStart(0, "mat-option", 7);
|
|
2704
|
+
i0.ɵɵlistener("onSelectionChange", function SearchLocationComponent_ng_container_5_ng_container_1_mat_option_1_Template_mat_option_onSelectionChange_0_listener() { const restoredCtx = i0.ɵɵrestoreView(_r9); const location_r7 = restoredCtx.$implicit; const ctx_r8 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r8.onSelectedLocation(location_r7)); });
|
|
2417
2705
|
i0.ɵɵtext(1);
|
|
2418
2706
|
i0.ɵɵelementEnd();
|
|
2419
2707
|
}
|
|
2420
2708
|
if (rf & 2) {
|
|
2421
|
-
const
|
|
2422
|
-
const
|
|
2709
|
+
const location_r7 = ctx.$implicit;
|
|
2710
|
+
const ctx_r5 = i0.ɵɵnextContext(3);
|
|
2423
2711
|
i0.ɵɵadvance(1);
|
|
2424
|
-
i0.ɵɵtextInterpolate1(" ",
|
|
2712
|
+
i0.ɵɵtextInterpolate1(" ", location_r7[ctx_r5.propertyNameFilter], " ");
|
|
2425
2713
|
}
|
|
2426
2714
|
}
|
|
2427
|
-
function
|
|
2715
|
+
function SearchLocationComponent_ng_container_5_ng_container_1_mat_option_2_Template(rf, ctx) {
|
|
2428
2716
|
if (rf & 1) {
|
|
2429
2717
|
i0.ɵɵelementStart(0, "mat-option");
|
|
2430
2718
|
i0.ɵɵtext(1);
|
|
@@ -2436,31 +2724,31 @@ function SearchLocationComponent_ng_container_4_ng_container_1_mat_option_2_Temp
|
|
|
2436
2724
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "No results found"));
|
|
2437
2725
|
}
|
|
2438
2726
|
}
|
|
2439
|
-
function
|
|
2727
|
+
function SearchLocationComponent_ng_container_5_ng_container_1_Template(rf, ctx) {
|
|
2440
2728
|
if (rf & 1) {
|
|
2441
2729
|
i0.ɵɵelementContainerStart(0);
|
|
2442
|
-
i0.ɵɵtemplate(1,
|
|
2443
|
-
i0.ɵɵtemplate(2,
|
|
2730
|
+
i0.ɵɵtemplate(1, SearchLocationComponent_ng_container_5_ng_container_1_mat_option_1_Template, 2, 1, "mat-option", 6);
|
|
2731
|
+
i0.ɵɵtemplate(2, SearchLocationComponent_ng_container_5_ng_container_1_mat_option_2_Template, 3, 3, "mat-option", 5);
|
|
2444
2732
|
i0.ɵɵelementContainerEnd();
|
|
2445
2733
|
}
|
|
2446
2734
|
if (rf & 2) {
|
|
2447
|
-
const
|
|
2735
|
+
const filteredList_r3 = i0.ɵɵnextContext().ngIf;
|
|
2448
2736
|
i0.ɵɵadvance(1);
|
|
2449
|
-
i0.ɵɵproperty("ngForOf",
|
|
2737
|
+
i0.ɵɵproperty("ngForOf", filteredList_r3);
|
|
2450
2738
|
i0.ɵɵadvance(1);
|
|
2451
|
-
i0.ɵɵproperty("ngIf",
|
|
2739
|
+
i0.ɵɵproperty("ngIf", filteredList_r3.length === 0);
|
|
2452
2740
|
}
|
|
2453
2741
|
}
|
|
2454
|
-
function
|
|
2742
|
+
function SearchLocationComponent_ng_container_5_Template(rf, ctx) {
|
|
2455
2743
|
if (rf & 1) {
|
|
2456
2744
|
i0.ɵɵelementContainerStart(0);
|
|
2457
|
-
i0.ɵɵtemplate(1,
|
|
2745
|
+
i0.ɵɵtemplate(1, SearchLocationComponent_ng_container_5_ng_container_1_Template, 3, 2, "ng-container", 5);
|
|
2458
2746
|
i0.ɵɵelementContainerEnd();
|
|
2459
2747
|
}
|
|
2460
2748
|
if (rf & 2) {
|
|
2461
|
-
const
|
|
2749
|
+
const filteredList_r3 = ctx.ngIf;
|
|
2462
2750
|
i0.ɵɵadvance(1);
|
|
2463
|
-
i0.ɵɵproperty("ngIf",
|
|
2751
|
+
i0.ɵɵproperty("ngIf", filteredList_r3 && filteredList_r3.length >= 0);
|
|
2464
2752
|
}
|
|
2465
2753
|
}
|
|
2466
2754
|
class SearchLocationComponent {
|
|
@@ -2491,6 +2779,7 @@ class SearchLocationComponent {
|
|
|
2491
2779
|
this.term = '';
|
|
2492
2780
|
this.pReset = true;
|
|
2493
2781
|
this.debounceTimeInput = 300;
|
|
2782
|
+
this.previousValue = '';
|
|
2494
2783
|
}
|
|
2495
2784
|
ngOnInit() {
|
|
2496
2785
|
const searchInputChanges$ = this.searchTermFormControl.valueChanges
|
|
@@ -2558,32 +2847,62 @@ class SearchLocationComponent {
|
|
|
2558
2847
|
}
|
|
2559
2848
|
return locations.filter(location => !selectedLocations.map(selectedLocation => selectedLocation.epimms_id).includes(location.epimms_id) && location[this.propertyNameFilter]);
|
|
2560
2849
|
}
|
|
2850
|
+
removeInvalidString(formInputValue) {
|
|
2851
|
+
if (!this.isCharacterValid(formInputValue)) {
|
|
2852
|
+
formInputValue.preventDefault();
|
|
2853
|
+
}
|
|
2854
|
+
}
|
|
2855
|
+
isCharacterValid(event) {
|
|
2856
|
+
let pressed = undefined;
|
|
2857
|
+
if (event.key !== undefined) {
|
|
2858
|
+
pressed = event.key;
|
|
2859
|
+
if (pressed.length > 1) {
|
|
2860
|
+
switch (pressed) {
|
|
2861
|
+
case 'Tab':
|
|
2862
|
+
return true;
|
|
2863
|
+
case 'ArrowRight':
|
|
2864
|
+
return true;
|
|
2865
|
+
case 'ArrowLeft':
|
|
2866
|
+
return true;
|
|
2867
|
+
case 'Backspace':
|
|
2868
|
+
return true;
|
|
2869
|
+
case 'Enter':
|
|
2870
|
+
return true;
|
|
2871
|
+
default: return false;
|
|
2872
|
+
}
|
|
2873
|
+
}
|
|
2874
|
+
}
|
|
2875
|
+
else if (event.keyCode !== undefined) {
|
|
2876
|
+
pressed = String.fromCharCode(event.keyCode);
|
|
2877
|
+
}
|
|
2878
|
+
return pressed && (/[a-zA-Z \s'-]/).test(pressed);
|
|
2879
|
+
}
|
|
2561
2880
|
}
|
|
2562
2881
|
SearchLocationComponent.allLocationAPI = `api/locations/getLocations`;
|
|
2563
2882
|
SearchLocationComponent.ɵfac = function SearchLocationComponent_Factory(t) { return new (t || SearchLocationComponent)(i0.ɵɵdirectiveInject(LocationService), i0.ɵɵdirectiveInject(SessionStorageService), i0.ɵɵdirectiveInject(RefDataService)); };
|
|
2564
|
-
SearchLocationComponent.ɵ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:
|
|
2883
|
+
SearchLocationComponent.ɵ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: [[1, "auto-complete-container"], ["id", "inputLocationSearch", 1, "govuk-input", 3, "formControl", "matAutocomplete", "keydown", "input"], ["char", ""], ["autoActiveFirstOption", "", 1, "mat-autocomplete-panel-extend"], ["autoSearchLocation", "matAutocomplete"], [4, "ngIf"], [3, "onSelectionChange", 4, "ngFor", "ngForOf"], [3, "onSelectionChange"]], template: function SearchLocationComponent_Template(rf, ctx) {
|
|
2565
2884
|
if (rf & 1) {
|
|
2566
|
-
i0.ɵɵelementStart(0, "div", 0)(1, "input", 1);
|
|
2567
|
-
i0.ɵɵlistener("input", function SearchLocationComponent_Template_input_input_1_listener() { return ctx.onInput(); });
|
|
2885
|
+
i0.ɵɵelementStart(0, "div", 0)(1, "input", 1, 2);
|
|
2886
|
+
i0.ɵɵlistener("keydown", function SearchLocationComponent_Template_input_keydown_1_listener($event) { return ctx.removeInvalidString($event); })("input", function SearchLocationComponent_Template_input_input_1_listener() { return ctx.onInput(); });
|
|
2568
2887
|
i0.ɵɵelementEnd();
|
|
2569
|
-
i0.ɵɵelementStart(
|
|
2570
|
-
i0.ɵɵtemplate(
|
|
2571
|
-
i0.ɵɵpipe(
|
|
2888
|
+
i0.ɵɵelementStart(3, "mat-autocomplete", 3, 4);
|
|
2889
|
+
i0.ɵɵtemplate(5, SearchLocationComponent_ng_container_5_Template, 2, 1, "ng-container", 5);
|
|
2890
|
+
i0.ɵɵpipe(6, "async");
|
|
2572
2891
|
i0.ɵɵelementEnd()();
|
|
2573
2892
|
}
|
|
2574
2893
|
if (rf & 2) {
|
|
2575
|
-
const
|
|
2894
|
+
const _r1 = i0.ɵɵreference(4);
|
|
2576
2895
|
i0.ɵɵadvance(1);
|
|
2577
|
-
i0.ɵɵproperty("formControl", ctx.searchTermFormControl)("matAutocomplete",
|
|
2896
|
+
i0.ɵɵproperty("formControl", ctx.searchTermFormControl)("matAutocomplete", _r1);
|
|
2578
2897
|
i0.ɵɵattribute("disabled", ctx.disabled);
|
|
2579
|
-
i0.ɵɵadvance(
|
|
2580
|
-
i0.ɵɵproperty("ngIf", i0.ɵɵpipeBind1(
|
|
2898
|
+
i0.ɵɵadvance(4);
|
|
2899
|
+
i0.ɵɵproperty("ngIf", i0.ɵɵpipeBind1(6, 4, ctx.filteredList$));
|
|
2581
2900
|
}
|
|
2582
2901
|
}, dependencies: [i1.NgForOf, i1.NgIf, i2$4.DefaultValueAccessor, i2$4.NgControlStatus, i2$4.FormControlDirective, i4.MatLegacyAutocomplete, i4.MatLegacyAutocompleteTrigger, i5.MatLegacyOption, i1.AsyncPipe, i2.RpxTranslatePipe], 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: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%]{display:inline-block;margin-right:4px;width:calc(100% - 4px)}.autocomplete__input[_ngcontent-%COMP%]{line-height:24px;font-size:19px}"] });
|
|
2583
2902
|
(function () {
|
|
2584
2903
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SearchLocationComponent, [{
|
|
2585
2904
|
type: Component,
|
|
2586
|
-
args: [{ selector: 'exui-search-location', template: "<div class=\"auto-complete-container\">\n <input\n id=\"inputLocationSearch\"\n (input)=\"onInput()\"\n [formControl]=\"searchTermFormControl\"\n [matAutocomplete]=\"autoSearchLocation\"\n class=\"govuk-input\"\n [attr.disabled]=\"disabled\">\n <mat-autocomplete class=\"mat-autocomplete-panel-extend\" autoActiveFirstOption #autoSearchLocation=\"matAutocomplete\">\n <ng-container *ngIf=\"filteredList$ | async as filteredList\">\n <ng-container *ngIf=\"filteredList && filteredList.length >= 0\">\n <mat-option *ngFor=\"let location of filteredList\" (onSelectionChange)=\"onSelectedLocation(location)\">\n {{ location[propertyNameFilter] }}\n </mat-option>\n <mat-option *ngIf=\"filteredList.length === 0\">{{'No results found' | rpxTranslate}}</mat-option>\n </ng-container>\n </ng-container>\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: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{display:inline-block;margin-right:4px;width:calc(100% - 4px)}.autocomplete__input{line-height:24px;font-size:19px}\n"] }]
|
|
2905
|
+
args: [{ selector: 'exui-search-location', template: "<div class=\"auto-complete-container\">\n <input\n id=\"inputLocationSearch\"\n #char\n (keydown)=\"removeInvalidString($event)\"\n (input)=\"onInput()\"\n [formControl]=\"searchTermFormControl\"\n [matAutocomplete]=\"autoSearchLocation\"\n class=\"govuk-input\"\n [attr.disabled]=\"disabled\">\n <mat-autocomplete class=\"mat-autocomplete-panel-extend\" autoActiveFirstOption #autoSearchLocation=\"matAutocomplete\">\n <ng-container *ngIf=\"filteredList$ | async as filteredList\">\n <ng-container *ngIf=\"filteredList && filteredList.length >= 0\">\n <mat-option *ngFor=\"let location of filteredList\" (onSelectionChange)=\"onSelectedLocation(location)\">\n {{ location[propertyNameFilter] }}\n </mat-option>\n <mat-option *ngIf=\"filteredList.length === 0\">{{'No results found' | rpxTranslate}}</mat-option>\n </ng-container>\n </ng-container>\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: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{display:inline-block;margin-right:4px;width:calc(100% - 4px)}.autocomplete__input{line-height:24px;font-size:19px}\n"] }]
|
|
2587
2906
|
}], function () { return [{ type: LocationService }, { type: SessionStorageService }, { type: RefDataService }]; }, { form: [{
|
|
2588
2907
|
type: Input
|
|
2589
2908
|
}], field: [{
|