@hmcts/rpx-xui-common-lib 2.0.16 → 2.0.17-node-store-caseworkers
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 +382 -370
- package/esm2020/lib/components/cookie-banner/cookie-banner.component.mjs +3 -3
- package/esm2020/lib/components/find-service/find-service.component.mjs +14 -9
- package/esm2020/lib/components/selected-case-confirm/selected-case-confirm.component.mjs +30 -25
- package/esm2020/lib/components/share-case/share-case.component.mjs +71 -61
- package/esm2020/lib/gov-ui/components/hmcts-identity-bar/hmcts-identity-bar.component.mjs +2 -2
- package/esm2020/lib/services/find-person/find-person.service.mjs +6 -37
- package/fesm2015/hmcts-rpx-xui-common-lib.mjs +464 -480
- package/fesm2015/hmcts-rpx-xui-common-lib.mjs.map +1 -1
- package/fesm2020/hmcts-rpx-xui-common-lib.mjs +461 -480
- package/fesm2020/hmcts-rpx-xui-common-lib.mjs.map +1 -1
- package/package.json +1 -1
- package/esm2020/lib/gov-ui/models/isession-storage.interface.mjs +0 -2
- package/esm2020/lib/gov-ui/util/session-storage/session-storage-utils.mjs +0 -22
- package/lib/gov-ui/models/isession-storage.interface.d.ts +0 -4
- package/lib/gov-ui/util/session-storage/session-storage-utils.d.ts +0 -6
|
@@ -27,7 +27,7 @@ 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
|
|
30
|
+
function AccessibilityComponent_li_25_Template(rf, ctx) {
|
|
31
31
|
if (rf & 1) {
|
|
32
32
|
i0.ɵɵelementStart(0, "li");
|
|
33
33
|
i0.ɵɵtext(1);
|
|
@@ -36,7 +36,7 @@ function AccessibilityComponent_li_56_Template(rf, ctx) {
|
|
|
36
36
|
}
|
|
37
37
|
if (rf & 2) {
|
|
38
38
|
i0.ɵɵadvance(1);
|
|
39
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "
|
|
39
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "zoom in up to 300% without the text spilling off the screen"));
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
function AccessibilityComponent_li_57_Template(rf, ctx) {
|
|
@@ -48,7 +48,7 @@ function AccessibilityComponent_li_57_Template(rf, ctx) {
|
|
|
48
48
|
}
|
|
49
49
|
if (rf & 2) {
|
|
50
50
|
i0.ɵɵadvance(1);
|
|
51
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "some
|
|
51
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "some pages do not follow a logical tabbing order"));
|
|
52
52
|
}
|
|
53
53
|
}
|
|
54
54
|
function AccessibilityComponent_li_58_Template(rf, ctx) {
|
|
@@ -60,7 +60,7 @@ function AccessibilityComponent_li_58_Template(rf, ctx) {
|
|
|
60
60
|
}
|
|
61
61
|
if (rf & 2) {
|
|
62
62
|
i0.ɵɵadvance(1);
|
|
63
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "some
|
|
63
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "some headings levels are skipped"));
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
function AccessibilityComponent_li_59_Template(rf, ctx) {
|
|
@@ -72,10 +72,22 @@ function AccessibilityComponent_li_59_Template(rf, ctx) {
|
|
|
72
72
|
}
|
|
73
73
|
if (rf & 2) {
|
|
74
74
|
i0.ɵɵadvance(1);
|
|
75
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "
|
|
75
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "some links do not work"));
|
|
76
76
|
}
|
|
77
77
|
}
|
|
78
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, "it may be difficult to navigate between pages"));
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
function AccessibilityComponent_li_61_Template(rf, ctx) {
|
|
79
91
|
if (rf & 1) {
|
|
80
92
|
i0.ɵɵelementStart(0, "li");
|
|
81
93
|
i0.ɵɵtext(1);
|
|
@@ -87,7 +99,7 @@ function AccessibilityComponent_li_60_Template(rf, ctx) {
|
|
|
87
99
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "some headings and labels aren't specific enough"));
|
|
88
100
|
}
|
|
89
101
|
}
|
|
90
|
-
function
|
|
102
|
+
function AccessibilityComponent_li_65_Template(rf, ctx) {
|
|
91
103
|
if (rf & 1) {
|
|
92
104
|
i0.ɵɵelementStart(0, "li");
|
|
93
105
|
i0.ɵɵtext(1);
|
|
@@ -99,14 +111,14 @@ function AccessibilityComponent_li_64_Template(rf, ctx) {
|
|
|
99
111
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "some buttons may not communicate collapsed status on mobile"));
|
|
100
112
|
}
|
|
101
113
|
}
|
|
102
|
-
function
|
|
114
|
+
function AccessibilityComponent_li_162_Template(rf, ctx) {
|
|
103
115
|
if (rf & 1) {
|
|
104
116
|
i0.ɵɵelementStart(0, "li")(1, "a", 38);
|
|
105
117
|
i0.ɵɵtext(2, "customer.service@justice.gov.uk");
|
|
106
118
|
i0.ɵɵelementEnd()();
|
|
107
119
|
}
|
|
108
120
|
}
|
|
109
|
-
function
|
|
121
|
+
function AccessibilityComponent_p_228_Template(rf, ctx) {
|
|
110
122
|
if (rf & 1) {
|
|
111
123
|
i0.ɵɵelementStart(0, "p", 1);
|
|
112
124
|
i0.ɵɵtext(1);
|
|
@@ -118,7 +130,7 @@ function AccessibilityComponent_p_227_Template(rf, ctx) {
|
|
|
118
130
|
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
131
|
}
|
|
120
132
|
}
|
|
121
|
-
function
|
|
133
|
+
function AccessibilityComponent_p_229_Template(rf, ctx) {
|
|
122
134
|
if (rf & 1) {
|
|
123
135
|
i0.ɵɵelementStart(0, "p", 1);
|
|
124
136
|
i0.ɵɵtext(1);
|
|
@@ -130,7 +142,7 @@ function AccessibilityComponent_p_228_Template(rf, ctx) {
|
|
|
130
142
|
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
143
|
}
|
|
132
144
|
}
|
|
133
|
-
function
|
|
145
|
+
function AccessibilityComponent_p_230_Template(rf, ctx) {
|
|
134
146
|
if (rf & 1) {
|
|
135
147
|
i0.ɵɵelementStart(0, "p", 1);
|
|
136
148
|
i0.ɵɵtext(1);
|
|
@@ -142,7 +154,7 @@ function AccessibilityComponent_p_229_Template(rf, ctx) {
|
|
|
142
154
|
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
155
|
}
|
|
144
156
|
}
|
|
145
|
-
function
|
|
157
|
+
function AccessibilityComponent_p_231_Template(rf, ctx) {
|
|
146
158
|
if (rf & 1) {
|
|
147
159
|
i0.ɵɵelementStart(0, "p", 1);
|
|
148
160
|
i0.ɵɵtext(1);
|
|
@@ -154,7 +166,7 @@ function AccessibilityComponent_p_230_Template(rf, ctx) {
|
|
|
154
166
|
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
167
|
}
|
|
156
168
|
}
|
|
157
|
-
function
|
|
169
|
+
function AccessibilityComponent_p_232_Template(rf, ctx) {
|
|
158
170
|
if (rf & 1) {
|
|
159
171
|
i0.ɵɵelementStart(0, "p", 1);
|
|
160
172
|
i0.ɵɵtext(1);
|
|
@@ -166,7 +178,7 @@ function AccessibilityComponent_p_231_Template(rf, ctx) {
|
|
|
166
178
|
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
179
|
}
|
|
168
180
|
}
|
|
169
|
-
function
|
|
181
|
+
function AccessibilityComponent_p_233_Template(rf, ctx) {
|
|
170
182
|
if (rf & 1) {
|
|
171
183
|
i0.ɵɵelementStart(0, "p", 1);
|
|
172
184
|
i0.ɵɵtext(1);
|
|
@@ -178,7 +190,7 @@ function AccessibilityComponent_p_232_Template(rf, ctx) {
|
|
|
178
190
|
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
191
|
}
|
|
180
192
|
}
|
|
181
|
-
function
|
|
193
|
+
function AccessibilityComponent_h2_234_Template(rf, ctx) {
|
|
182
194
|
if (rf & 1) {
|
|
183
195
|
i0.ɵɵelementStart(0, "h2", 39);
|
|
184
196
|
i0.ɵɵtext(1);
|
|
@@ -190,7 +202,7 @@ function AccessibilityComponent_h2_233_Template(rf, ctx) {
|
|
|
190
202
|
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(2, 1, "Disproportionate burden"), " ");
|
|
191
203
|
}
|
|
192
204
|
}
|
|
193
|
-
function
|
|
205
|
+
function AccessibilityComponent_p_235_Template(rf, ctx) {
|
|
194
206
|
if (rf & 1) {
|
|
195
207
|
i0.ɵɵelementStart(0, "p", 1);
|
|
196
208
|
i0.ɵɵtext(1);
|
|
@@ -212,7 +224,7 @@ function AccessibilityComponent_p_234_Template(rf, ctx) {
|
|
|
212
224
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(7, 7, "within the meaning of the accessibility regulations. These issues are:"), "");
|
|
213
225
|
}
|
|
214
226
|
}
|
|
215
|
-
function
|
|
227
|
+
function AccessibilityComponent_ul_236_Template(rf, ctx) {
|
|
216
228
|
if (rf & 1) {
|
|
217
229
|
i0.ɵɵelementStart(0, "ul", 5)(1, "li");
|
|
218
230
|
i0.ɵɵtext(2);
|
|
@@ -236,7 +248,7 @@ function AccessibilityComponent_ul_235_Template(rf, ctx) {
|
|
|
236
248
|
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
249
|
}
|
|
238
250
|
}
|
|
239
|
-
function
|
|
251
|
+
function AccessibilityComponent_p_237_Template(rf, ctx) {
|
|
240
252
|
if (rf & 1) {
|
|
241
253
|
i0.ɵɵelementStart(0, "p", 1);
|
|
242
254
|
i0.ɵɵtext(1);
|
|
@@ -266,7 +278,7 @@ class AccessibilityComponent {
|
|
|
266
278
|
}
|
|
267
279
|
}
|
|
268
280
|
AccessibilityComponent.ɵfac = function AccessibilityComponent_Factory(t) { return new (t || AccessibilityComponent)(); };
|
|
269
|
-
AccessibilityComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AccessibilityComponent, selectors: [["xuilib-accessibility"]], decls:
|
|
281
|
+
AccessibilityComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AccessibilityComponent, selectors: [["xuilib-accessibility"]], decls: 276, vars: 261, consts: [["id", "Accessibility-statement-for-Expert-UI", 1, "govuk-heading-xl"], [1, "govuk-body"], [1, "govuk-list"], ["href", "accessibility#Immigration-and-asylum-chamber"], ["href", "accessibility#Family-public-law"], [1, "govuk-list", "govuk-list--bullet"], [4, "ngIf"], ["rel", "noopener noreferrer", "target", "_blank", "href", "https://mcmw.abilitynet.org.uk/"], ["id", "How-accessible-this-website-is", 1, "govuk-heading-l"], ["id", "What-to-do-if-you-cannot-access-parts-of-this-website", 1, "govuk-heading-l"], ["href", "mailto:HMCTSforms@justice.gov.uk"], ["id", "Adoption", 1, "govuk-heading-l"], ["id", "Divorce-and-financial-remedy", 1, "govuk-heading-l"], ["id", "Civil-damages-service", 1, "govuk-heading-l"], ["id", "Family-public-law", 1, "govuk-heading-l"], ["id", "Immigration-and-asylum-chamber", 1, "govuk-heading-l"], ["id", "Online-civil-money-claims", 1, "govuk-heading-l"], ["id", "Private-law", 1, "govuk-heading-l"], ["id", "Probate", 1, "govuk-heading-l"], ["id", "Social-security-and-child-support", 1, "govuk-heading-l"], ["id", "Reporting-accessibility-problems-with-this-website", 1, "govuk-heading-l"], ["href", "mailto:MCTSforms@justice.gov.uk"], ["id", "Enforcement-procedure ", 1, "govuk-heading-l"], ["rel", "noopener noreferrer", "target", "_blank", "href", "https://www.equalityadvisoryservice.com/"], ["id", "Contacting-us-by-phone-or-visiting-us-in-person", 1, "govuk-heading-l"], ["target", "_blank", "href", "https://courttribunalfinder.service.gov.uk/search/"], ["id", "Technical-information-about-this-website-accessibility", 1, "govuk-heading-l"], ["id", "Compliance-status", 1, "govuk-heading-l"], ["target", "_blank", "href", "https://www.w3.org/TR/WCAG21/"], ["id", "Non-accessible-content", 1, "govuk-heading-l"], ["id", "Non-compliance-with-the-accessibility-regulations", 1, "govuk-heading-l"], ["class", "govuk-body", 4, "ngIf"], ["class", "govuk-heading-m", "id", "Disproportionate-burden", 4, "ngIf"], ["class", "govuk-list govuk-list--bullet", 4, "ngIf"], ["id", "Content-that\u2019s-not-within-the-scope-of-the-accessibility-regulations", 1, "govuk-heading-m"], ["id", "what-to-improve-accessibility", 1, "govuk-heading-l"], ["target", "_blank", "href", "https://digitalaccessibilitycentre.org/"], ["id", "preparation-of-this-accessibility-statement", 1, "govuk-heading-l"], ["href", "mailto:customer.service@justice.gov.uk"], ["id", "Disproportionate-burden", 1, "govuk-heading-m"], ["target", "_blank", "href", "https://www.legislation.gov.uk/uksi/2018/952/regulation/7/made/"]], template: function AccessibilityComponent_Template(rf, ctx) {
|
|
270
282
|
if (rf & 1) {
|
|
271
283
|
i0.ɵɵelementStart(0, "h1", 0);
|
|
272
284
|
i0.ɵɵtext(1);
|
|
@@ -295,347 +307,350 @@ AccessibilityComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: Acce
|
|
|
295
307
|
i0.ɵɵtext(23);
|
|
296
308
|
i0.ɵɵpipe(24, "rpxTranslate");
|
|
297
309
|
i0.ɵɵelementEnd();
|
|
298
|
-
i0.ɵɵ
|
|
299
|
-
i0.ɵɵ
|
|
300
|
-
i0.ɵɵ
|
|
310
|
+
i0.ɵɵtemplate(25, AccessibilityComponent_li_25_Template, 3, 3, "li", 6);
|
|
311
|
+
i0.ɵɵelementStart(26, "li");
|
|
312
|
+
i0.ɵɵtext(27);
|
|
313
|
+
i0.ɵɵpipe(28, "rpxTranslate");
|
|
301
314
|
i0.ɵɵelementEnd();
|
|
302
|
-
i0.ɵɵelementStart(
|
|
303
|
-
i0.ɵɵtext(
|
|
304
|
-
i0.ɵɵpipe(
|
|
315
|
+
i0.ɵɵelementStart(29, "li");
|
|
316
|
+
i0.ɵɵtext(30);
|
|
317
|
+
i0.ɵɵpipe(31, "rpxTranslate");
|
|
305
318
|
i0.ɵɵelementEnd();
|
|
306
|
-
i0.ɵɵelementStart(
|
|
307
|
-
i0.ɵɵtext(
|
|
308
|
-
i0.ɵɵpipe(
|
|
319
|
+
i0.ɵɵelementStart(32, "li");
|
|
320
|
+
i0.ɵɵtext(33);
|
|
321
|
+
i0.ɵɵpipe(34, "rpxTranslate");
|
|
309
322
|
i0.ɵɵelementEnd()();
|
|
310
|
-
i0.ɵɵelementStart(
|
|
311
|
-
i0.ɵɵtext(
|
|
312
|
-
i0.ɵɵpipe(
|
|
323
|
+
i0.ɵɵelementStart(35, "p", 1);
|
|
324
|
+
i0.ɵɵtext(36);
|
|
325
|
+
i0.ɵɵpipe(37, "rpxTranslate");
|
|
313
326
|
i0.ɵɵelementEnd();
|
|
314
|
-
i0.ɵɵelementStart(
|
|
315
|
-
i0.ɵɵtext(
|
|
316
|
-
i0.ɵɵpipe(
|
|
327
|
+
i0.ɵɵelementStart(38, "p", 1)(39, "a", 7);
|
|
328
|
+
i0.ɵɵtext(40);
|
|
329
|
+
i0.ɵɵpipe(41, "rpxTranslate");
|
|
317
330
|
i0.ɵɵelementEnd();
|
|
318
|
-
i0.ɵɵtext(
|
|
319
|
-
i0.ɵɵpipe(
|
|
331
|
+
i0.ɵɵtext(42);
|
|
332
|
+
i0.ɵɵpipe(43, "rpxTranslate");
|
|
320
333
|
i0.ɵɵelementEnd();
|
|
321
|
-
i0.ɵɵelementStart(
|
|
322
|
-
i0.ɵɵtext(
|
|
323
|
-
i0.ɵɵpipe(
|
|
334
|
+
i0.ɵɵelementStart(44, "h2", 8);
|
|
335
|
+
i0.ɵɵtext(45);
|
|
336
|
+
i0.ɵɵpipe(46, "rpxTranslate");
|
|
324
337
|
i0.ɵɵelementEnd();
|
|
325
|
-
i0.ɵɵelementStart(
|
|
326
|
-
i0.ɵɵtext(
|
|
327
|
-
i0.ɵɵpipe(
|
|
338
|
+
i0.ɵɵelementStart(47, "p", 1);
|
|
339
|
+
i0.ɵɵtext(48);
|
|
340
|
+
i0.ɵɵpipe(49, "rpxTranslate");
|
|
328
341
|
i0.ɵɵelementEnd();
|
|
329
|
-
i0.ɵɵelementStart(
|
|
330
|
-
i0.ɵɵtext(
|
|
331
|
-
i0.ɵɵpipe(
|
|
342
|
+
i0.ɵɵelementStart(50, "ul", 5)(51, "li");
|
|
343
|
+
i0.ɵɵtext(52);
|
|
344
|
+
i0.ɵɵpipe(53, "rpxTranslate");
|
|
332
345
|
i0.ɵɵelementEnd();
|
|
333
|
-
i0.ɵɵelementStart(
|
|
334
|
-
i0.ɵɵtext(
|
|
335
|
-
i0.ɵɵpipe(
|
|
346
|
+
i0.ɵɵelementStart(54, "li");
|
|
347
|
+
i0.ɵɵtext(55);
|
|
348
|
+
i0.ɵɵpipe(56, "rpxTranslate");
|
|
336
349
|
i0.ɵɵelementEnd();
|
|
337
|
-
i0.ɵɵtemplate(
|
|
338
|
-
i0.ɵɵtemplate(
|
|
339
|
-
i0.ɵɵtemplate(
|
|
340
|
-
i0.ɵɵtemplate(
|
|
341
|
-
i0.ɵɵtemplate(
|
|
342
|
-
i0.ɵɵelementStart(
|
|
343
|
-
i0.ɵɵtext(
|
|
344
|
-
i0.ɵɵpipe(
|
|
350
|
+
i0.ɵɵtemplate(57, AccessibilityComponent_li_57_Template, 3, 3, "li", 6);
|
|
351
|
+
i0.ɵɵtemplate(58, AccessibilityComponent_li_58_Template, 3, 3, "li", 6);
|
|
352
|
+
i0.ɵɵtemplate(59, AccessibilityComponent_li_59_Template, 3, 3, "li", 6);
|
|
353
|
+
i0.ɵɵtemplate(60, AccessibilityComponent_li_60_Template, 3, 3, "li", 6);
|
|
354
|
+
i0.ɵɵtemplate(61, AccessibilityComponent_li_61_Template, 3, 3, "li", 6);
|
|
355
|
+
i0.ɵɵelementStart(62, "li");
|
|
356
|
+
i0.ɵɵtext(63);
|
|
357
|
+
i0.ɵɵpipe(64, "rpxTranslate");
|
|
345
358
|
i0.ɵɵelementEnd();
|
|
346
|
-
i0.ɵɵtemplate(
|
|
359
|
+
i0.ɵɵtemplate(65, AccessibilityComponent_li_65_Template, 3, 3, "li", 6);
|
|
347
360
|
i0.ɵɵelementEnd();
|
|
348
|
-
i0.ɵɵelementStart(
|
|
349
|
-
i0.ɵɵtext(
|
|
350
|
-
i0.ɵɵpipe(
|
|
361
|
+
i0.ɵɵelementStart(66, "h2", 9);
|
|
362
|
+
i0.ɵɵtext(67);
|
|
363
|
+
i0.ɵɵpipe(68, "rpxTranslate");
|
|
351
364
|
i0.ɵɵelementEnd();
|
|
352
|
-
i0.ɵɵelementStart(
|
|
353
|
-
i0.ɵɵtext(
|
|
354
|
-
i0.ɵɵpipe(
|
|
365
|
+
i0.ɵɵelementStart(69, "p", 1);
|
|
366
|
+
i0.ɵɵtext(70);
|
|
367
|
+
i0.ɵɵpipe(71, "rpxTranslate");
|
|
355
368
|
i0.ɵɵelementEnd();
|
|
356
|
-
i0.ɵɵelementStart(
|
|
357
|
-
i0.ɵɵtext(
|
|
358
|
-
i0.ɵɵpipe(
|
|
359
|
-
i0.ɵɵelementStart(
|
|
360
|
-
i0.ɵɵtext(
|
|
369
|
+
i0.ɵɵelementStart(72, "ul", 5)(73, "li");
|
|
370
|
+
i0.ɵɵtext(74);
|
|
371
|
+
i0.ɵɵpipe(75, "rpxTranslate");
|
|
372
|
+
i0.ɵɵelementStart(76, "a", 10);
|
|
373
|
+
i0.ɵɵtext(77, " HMCTSforms@justice.gov.uk");
|
|
361
374
|
i0.ɵɵelementEnd()();
|
|
362
|
-
i0.ɵɵelementStart(
|
|
363
|
-
i0.ɵɵtext(
|
|
364
|
-
i0.ɵɵpipe(
|
|
375
|
+
i0.ɵɵelementStart(78, "li");
|
|
376
|
+
i0.ɵɵtext(79);
|
|
377
|
+
i0.ɵɵpipe(80, "rpxTranslate");
|
|
365
378
|
i0.ɵɵelementEnd()();
|
|
366
|
-
i0.ɵɵelementStart(
|
|
367
|
-
i0.ɵɵtext(
|
|
368
|
-
i0.ɵɵpipe(
|
|
379
|
+
i0.ɵɵelementStart(81, "h2", 11);
|
|
380
|
+
i0.ɵɵtext(82);
|
|
381
|
+
i0.ɵɵpipe(83, "rpxTranslate");
|
|
369
382
|
i0.ɵɵelementEnd();
|
|
370
|
-
i0.ɵɵelementStart(
|
|
371
|
-
i0.ɵɵtext(
|
|
372
|
-
i0.ɵɵpipe(
|
|
383
|
+
i0.ɵɵelementStart(84, "ul", 5)(85, "li");
|
|
384
|
+
i0.ɵɵtext(86);
|
|
385
|
+
i0.ɵɵpipe(87, "rpxTranslate");
|
|
373
386
|
i0.ɵɵelementEnd()();
|
|
374
|
-
i0.ɵɵelementStart(
|
|
375
|
-
i0.ɵɵtext(
|
|
376
|
-
i0.ɵɵpipe(
|
|
387
|
+
i0.ɵɵelementStart(88, "h2", 12);
|
|
388
|
+
i0.ɵɵtext(89);
|
|
389
|
+
i0.ɵɵpipe(90, "rpxTranslate");
|
|
377
390
|
i0.ɵɵelementEnd();
|
|
378
|
-
i0.ɵɵelementStart(
|
|
379
|
-
i0.ɵɵtext(
|
|
380
|
-
i0.ɵɵpipe(
|
|
391
|
+
i0.ɵɵelementStart(91, "ul", 5)(92, "li");
|
|
392
|
+
i0.ɵɵtext(93);
|
|
393
|
+
i0.ɵɵpipe(94, "rpxTranslate");
|
|
381
394
|
i0.ɵɵelementEnd()();
|
|
382
|
-
i0.ɵɵelementStart(
|
|
383
|
-
i0.ɵɵtext(
|
|
384
|
-
i0.ɵɵpipe(
|
|
395
|
+
i0.ɵɵelementStart(95, "h2", 13);
|
|
396
|
+
i0.ɵɵtext(96);
|
|
397
|
+
i0.ɵɵpipe(97, "rpxTranslate");
|
|
385
398
|
i0.ɵɵelementEnd();
|
|
386
|
-
i0.ɵɵelementStart(
|
|
387
|
-
i0.ɵɵtext(
|
|
388
|
-
i0.ɵɵpipe(
|
|
399
|
+
i0.ɵɵelementStart(98, "ul", 5)(99, "li");
|
|
400
|
+
i0.ɵɵtext(100);
|
|
401
|
+
i0.ɵɵpipe(101, "rpxTranslate");
|
|
389
402
|
i0.ɵɵelementEnd()();
|
|
390
|
-
i0.ɵɵelementStart(
|
|
391
|
-
i0.ɵɵtext(
|
|
392
|
-
i0.ɵɵpipe(
|
|
403
|
+
i0.ɵɵelementStart(102, "h2", 14);
|
|
404
|
+
i0.ɵɵtext(103);
|
|
405
|
+
i0.ɵɵpipe(104, "rpxTranslate");
|
|
393
406
|
i0.ɵɵelementEnd();
|
|
394
|
-
i0.ɵɵelementStart(
|
|
395
|
-
i0.ɵɵtext(
|
|
396
|
-
i0.ɵɵpipe(
|
|
407
|
+
i0.ɵɵelementStart(105, "ul", 5)(106, "li");
|
|
408
|
+
i0.ɵɵtext(107);
|
|
409
|
+
i0.ɵɵpipe(108, "rpxTranslate");
|
|
397
410
|
i0.ɵɵelementEnd()();
|
|
398
|
-
i0.ɵɵelementStart(
|
|
399
|
-
i0.ɵɵtext(
|
|
400
|
-
i0.ɵɵpipe(
|
|
411
|
+
i0.ɵɵelementStart(109, "h2", 15);
|
|
412
|
+
i0.ɵɵtext(110);
|
|
413
|
+
i0.ɵɵpipe(111, "rpxTranslate");
|
|
401
414
|
i0.ɵɵelementEnd();
|
|
402
|
-
i0.ɵɵelementStart(
|
|
403
|
-
i0.ɵɵtext(
|
|
404
|
-
i0.ɵɵpipe(
|
|
415
|
+
i0.ɵɵelementStart(112, "ul", 5)(113, "li");
|
|
416
|
+
i0.ɵɵtext(114);
|
|
417
|
+
i0.ɵɵpipe(115, "rpxTranslate");
|
|
405
418
|
i0.ɵɵelementEnd()();
|
|
406
|
-
i0.ɵɵelementStart(
|
|
407
|
-
i0.ɵɵtext(
|
|
408
|
-
i0.ɵɵpipe(
|
|
419
|
+
i0.ɵɵelementStart(116, "h2", 16);
|
|
420
|
+
i0.ɵɵtext(117);
|
|
421
|
+
i0.ɵɵpipe(118, "rpxTranslate");
|
|
409
422
|
i0.ɵɵelementEnd();
|
|
410
|
-
i0.ɵɵelementStart(
|
|
411
|
-
i0.ɵɵtext(
|
|
412
|
-
i0.ɵɵpipe(
|
|
423
|
+
i0.ɵɵelementStart(119, "ul", 5)(120, "li");
|
|
424
|
+
i0.ɵɵtext(121);
|
|
425
|
+
i0.ɵɵpipe(122, "rpxTranslate");
|
|
413
426
|
i0.ɵɵelementEnd()();
|
|
414
|
-
i0.ɵɵelementStart(
|
|
415
|
-
i0.ɵɵtext(
|
|
416
|
-
i0.ɵɵpipe(
|
|
427
|
+
i0.ɵɵelementStart(123, "h2", 17);
|
|
428
|
+
i0.ɵɵtext(124);
|
|
429
|
+
i0.ɵɵpipe(125, "rpxTranslate");
|
|
417
430
|
i0.ɵɵelementEnd();
|
|
418
|
-
i0.ɵɵelementStart(
|
|
419
|
-
i0.ɵɵtext(
|
|
420
|
-
i0.ɵɵpipe(
|
|
431
|
+
i0.ɵɵelementStart(126, "ul", 5)(127, "li");
|
|
432
|
+
i0.ɵɵtext(128);
|
|
433
|
+
i0.ɵɵpipe(129, "rpxTranslate");
|
|
421
434
|
i0.ɵɵelementEnd()();
|
|
422
|
-
i0.ɵɵelementStart(
|
|
423
|
-
i0.ɵɵtext(
|
|
424
|
-
i0.ɵɵpipe(
|
|
435
|
+
i0.ɵɵelementStart(130, "h2", 18);
|
|
436
|
+
i0.ɵɵtext(131);
|
|
437
|
+
i0.ɵɵpipe(132, "rpxTranslate");
|
|
425
438
|
i0.ɵɵelementEnd();
|
|
426
|
-
i0.ɵɵelementStart(
|
|
427
|
-
i0.ɵɵtext(
|
|
428
|
-
i0.ɵɵpipe(
|
|
439
|
+
i0.ɵɵelementStart(133, "ul", 5)(134, "li");
|
|
440
|
+
i0.ɵɵtext(135);
|
|
441
|
+
i0.ɵɵpipe(136, "rpxTranslate");
|
|
429
442
|
i0.ɵɵelementEnd()();
|
|
430
|
-
i0.ɵɵelementStart(
|
|
431
|
-
i0.ɵɵtext(
|
|
432
|
-
i0.ɵɵpipe(
|
|
443
|
+
i0.ɵɵelementStart(137, "h2", 19);
|
|
444
|
+
i0.ɵɵtext(138);
|
|
445
|
+
i0.ɵɵpipe(139, "rpxTranslate");
|
|
433
446
|
i0.ɵɵelementEnd();
|
|
434
|
-
i0.ɵɵelementStart(
|
|
435
|
-
i0.ɵɵtext(
|
|
436
|
-
i0.ɵɵpipe(
|
|
447
|
+
i0.ɵɵelementStart(140, "ul", 5)(141, "li");
|
|
448
|
+
i0.ɵɵtext(142);
|
|
449
|
+
i0.ɵɵpipe(143, "rpxTranslate");
|
|
437
450
|
i0.ɵɵelementEnd()();
|
|
438
|
-
i0.ɵɵelementStart(
|
|
439
|
-
i0.ɵɵtext(
|
|
440
|
-
i0.ɵɵpipe(
|
|
451
|
+
i0.ɵɵelementStart(144, "p", 1);
|
|
452
|
+
i0.ɵɵtext(145);
|
|
453
|
+
i0.ɵɵpipe(146, "rpxTranslate");
|
|
441
454
|
i0.ɵɵelementEnd();
|
|
442
|
-
i0.ɵɵelementStart(
|
|
443
|
-
i0.ɵɵtext(
|
|
444
|
-
i0.ɵɵpipe(
|
|
455
|
+
i0.ɵɵelementStart(147, "p", 1);
|
|
456
|
+
i0.ɵɵtext(148);
|
|
457
|
+
i0.ɵɵpipe(149, "rpxTranslate");
|
|
445
458
|
i0.ɵɵelementEnd();
|
|
446
|
-
i0.ɵɵelementStart(
|
|
447
|
-
i0.ɵɵtext(
|
|
448
|
-
i0.ɵɵpipe(
|
|
459
|
+
i0.ɵɵelementStart(150, "h2", 20);
|
|
460
|
+
i0.ɵɵtext(151);
|
|
461
|
+
i0.ɵɵpipe(152, "rpxTranslate");
|
|
449
462
|
i0.ɵɵelementEnd();
|
|
450
|
-
i0.ɵɵelementStart(
|
|
451
|
-
i0.ɵɵtext(
|
|
452
|
-
i0.ɵɵpipe(
|
|
463
|
+
i0.ɵɵelementStart(153, "p", 1);
|
|
464
|
+
i0.ɵɵtext(154);
|
|
465
|
+
i0.ɵɵpipe(155, "rpxTranslate");
|
|
453
466
|
i0.ɵɵelementEnd();
|
|
454
|
-
i0.ɵɵelementStart(
|
|
455
|
-
i0.ɵɵtext(
|
|
456
|
-
i0.ɵɵpipe(
|
|
457
|
-
i0.ɵɵelementStart(
|
|
458
|
-
i0.ɵɵtext(
|
|
467
|
+
i0.ɵɵelementStart(156, "ul", 5)(157, "li");
|
|
468
|
+
i0.ɵɵtext(158);
|
|
469
|
+
i0.ɵɵpipe(159, "rpxTranslate");
|
|
470
|
+
i0.ɵɵelementStart(160, "a", 21);
|
|
471
|
+
i0.ɵɵtext(161, " HMCTSforms@justice.gov.uk");
|
|
459
472
|
i0.ɵɵelementEnd()();
|
|
460
|
-
i0.ɵɵtemplate(
|
|
461
|
-
i0.ɵɵelementStart(
|
|
462
|
-
i0.ɵɵtext(
|
|
473
|
+
i0.ɵɵtemplate(162, AccessibilityComponent_li_162_Template, 3, 0, "li", 6);
|
|
474
|
+
i0.ɵɵelementStart(163, "li");
|
|
475
|
+
i0.ɵɵtext(164, "call the service you require as listed above.");
|
|
463
476
|
i0.ɵɵelementEnd()();
|
|
464
|
-
i0.ɵɵelementStart(
|
|
465
|
-
i0.ɵɵtext(
|
|
466
|
-
i0.ɵɵpipe(
|
|
477
|
+
i0.ɵɵelementStart(165, "p", 1);
|
|
478
|
+
i0.ɵɵtext(166);
|
|
479
|
+
i0.ɵɵpipe(167, "rpxTranslate");
|
|
467
480
|
i0.ɵɵelementEnd();
|
|
468
|
-
i0.ɵɵelementStart(
|
|
469
|
-
i0.ɵɵtext(
|
|
470
|
-
i0.ɵɵpipe(
|
|
481
|
+
i0.ɵɵelementStart(168, "h2", 22);
|
|
482
|
+
i0.ɵɵtext(169);
|
|
483
|
+
i0.ɵɵpipe(170, "rpxTranslate");
|
|
471
484
|
i0.ɵɵelementEnd();
|
|
472
|
-
i0.ɵɵelementStart(
|
|
473
|
-
i0.ɵɵtext(
|
|
474
|
-
i0.ɵɵpipe(
|
|
485
|
+
i0.ɵɵelementStart(171, "p", 1);
|
|
486
|
+
i0.ɵɵtext(172);
|
|
487
|
+
i0.ɵɵpipe(173, "rpxTranslate");
|
|
475
488
|
i0.ɵɵelementEnd();
|
|
476
|
-
i0.ɵɵelementStart(
|
|
477
|
-
i0.ɵɵtext(
|
|
478
|
-
i0.ɵɵpipe(
|
|
479
|
-
i0.ɵɵelementStart(
|
|
480
|
-
i0.ɵɵtext(
|
|
481
|
-
i0.ɵɵpipe(
|
|
489
|
+
i0.ɵɵelementStart(174, "p", 1);
|
|
490
|
+
i0.ɵɵtext(175);
|
|
491
|
+
i0.ɵɵpipe(176, "rpxTranslate");
|
|
492
|
+
i0.ɵɵelementStart(177, "a", 23);
|
|
493
|
+
i0.ɵɵtext(178);
|
|
494
|
+
i0.ɵɵpipe(179, "rpxTranslate");
|
|
482
495
|
i0.ɵɵelementEnd()();
|
|
483
|
-
i0.ɵɵelementStart(
|
|
484
|
-
i0.ɵɵtext(
|
|
485
|
-
i0.ɵɵpipe(
|
|
496
|
+
i0.ɵɵelementStart(180, "h1", 24);
|
|
497
|
+
i0.ɵɵtext(181);
|
|
498
|
+
i0.ɵɵpipe(182, "rpxTranslate");
|
|
486
499
|
i0.ɵɵelementEnd();
|
|
487
|
-
i0.ɵɵelementStart(
|
|
488
|
-
i0.ɵɵtext(
|
|
489
|
-
i0.ɵɵpipe(
|
|
500
|
+
i0.ɵɵelementStart(183, "p", 1);
|
|
501
|
+
i0.ɵɵtext(184);
|
|
502
|
+
i0.ɵɵpipe(185, "rpxTranslate");
|
|
490
503
|
i0.ɵɵelementEnd();
|
|
491
|
-
i0.ɵɵelementStart(
|
|
492
|
-
i0.ɵɵtext(
|
|
493
|
-
i0.ɵɵpipe(
|
|
504
|
+
i0.ɵɵelementStart(186, "p", 1);
|
|
505
|
+
i0.ɵɵtext(187);
|
|
506
|
+
i0.ɵɵpipe(188, "rpxTranslate");
|
|
494
507
|
i0.ɵɵelementEnd();
|
|
495
|
-
i0.ɵɵelementStart(
|
|
496
|
-
i0.ɵɵtext(
|
|
497
|
-
i0.ɵɵpipe(
|
|
498
|
-
i0.ɵɵelementStart(
|
|
499
|
-
i0.ɵɵtext(
|
|
500
|
-
i0.ɵɵpipe(
|
|
508
|
+
i0.ɵɵelementStart(189, "p", 1);
|
|
509
|
+
i0.ɵɵtext(190);
|
|
510
|
+
i0.ɵɵpipe(191, "rpxTranslate");
|
|
511
|
+
i0.ɵɵelementStart(192, "a", 25);
|
|
512
|
+
i0.ɵɵtext(193);
|
|
513
|
+
i0.ɵɵpipe(194, "rpxTranslate");
|
|
501
514
|
i0.ɵɵelementEnd();
|
|
502
|
-
i0.ɵɵtext(
|
|
515
|
+
i0.ɵɵtext(195, ". ");
|
|
503
516
|
i0.ɵɵelementEnd();
|
|
504
|
-
i0.ɵɵelementStart(
|
|
505
|
-
i0.ɵɵtext(
|
|
506
|
-
i0.ɵɵpipe(
|
|
517
|
+
i0.ɵɵelementStart(196, "h2", 26);
|
|
518
|
+
i0.ɵɵtext(197);
|
|
519
|
+
i0.ɵɵpipe(198, "rpxTranslate");
|
|
507
520
|
i0.ɵɵelementEnd();
|
|
508
|
-
i0.ɵɵelementStart(
|
|
509
|
-
i0.ɵɵtext(
|
|
510
|
-
i0.ɵɵpipe(
|
|
521
|
+
i0.ɵɵelementStart(199, "p", 1);
|
|
522
|
+
i0.ɵɵtext(200);
|
|
523
|
+
i0.ɵɵpipe(201, "rpxTranslate");
|
|
511
524
|
i0.ɵɵelementEnd();
|
|
512
|
-
i0.ɵɵelementStart(
|
|
513
|
-
i0.ɵɵtext(
|
|
514
|
-
i0.ɵɵpipe(
|
|
525
|
+
i0.ɵɵelementStart(202, "h2", 27);
|
|
526
|
+
i0.ɵɵtext(203);
|
|
527
|
+
i0.ɵɵpipe(204, "rpxTranslate");
|
|
515
528
|
i0.ɵɵelementEnd();
|
|
516
|
-
i0.ɵɵelementStart(
|
|
517
|
-
i0.ɵɵtext(
|
|
518
|
-
i0.ɵɵpipe(
|
|
519
|
-
i0.ɵɵelementStart(
|
|
520
|
-
i0.ɵɵtext(
|
|
521
|
-
i0.ɵɵpipe(
|
|
529
|
+
i0.ɵɵelementStart(205, "p", 1);
|
|
530
|
+
i0.ɵɵtext(206);
|
|
531
|
+
i0.ɵɵpipe(207, "rpxTranslate");
|
|
532
|
+
i0.ɵɵelementStart(208, "a", 28);
|
|
533
|
+
i0.ɵɵtext(209);
|
|
534
|
+
i0.ɵɵpipe(210, "rpxTranslate");
|
|
522
535
|
i0.ɵɵelementEnd();
|
|
523
|
-
i0.ɵɵtext(
|
|
524
|
-
i0.ɵɵpipe(
|
|
536
|
+
i0.ɵɵtext(211);
|
|
537
|
+
i0.ɵɵpipe(212, "rpxTranslate");
|
|
525
538
|
i0.ɵɵelementEnd();
|
|
526
|
-
i0.ɵɵelementStart(
|
|
527
|
-
i0.ɵɵtext(
|
|
528
|
-
i0.ɵɵpipe(
|
|
539
|
+
i0.ɵɵelementStart(213, "h2", 29);
|
|
540
|
+
i0.ɵɵtext(214);
|
|
541
|
+
i0.ɵɵpipe(215, "rpxTranslate");
|
|
529
542
|
i0.ɵɵelementEnd();
|
|
530
|
-
i0.ɵɵelementStart(
|
|
531
|
-
i0.ɵɵtext(
|
|
532
|
-
i0.ɵɵpipe(
|
|
543
|
+
i0.ɵɵelementStart(216, "p", 1);
|
|
544
|
+
i0.ɵɵtext(217);
|
|
545
|
+
i0.ɵɵpipe(218, "rpxTranslate");
|
|
533
546
|
i0.ɵɵelementEnd();
|
|
534
|
-
i0.ɵɵelementStart(
|
|
535
|
-
i0.ɵɵtext(
|
|
536
|
-
i0.ɵɵpipe(
|
|
547
|
+
i0.ɵɵelementStart(219, "h2", 30);
|
|
548
|
+
i0.ɵɵtext(220);
|
|
549
|
+
i0.ɵɵpipe(221, "rpxTranslate");
|
|
537
550
|
i0.ɵɵelementEnd();
|
|
538
|
-
i0.ɵɵelementStart(
|
|
539
|
-
i0.ɵɵtext(
|
|
540
|
-
i0.ɵɵpipe(
|
|
551
|
+
i0.ɵɵelementStart(222, "p", 1);
|
|
552
|
+
i0.ɵɵtext(223);
|
|
553
|
+
i0.ɵɵpipe(224, "rpxTranslate");
|
|
541
554
|
i0.ɵɵelementEnd();
|
|
542
|
-
i0.ɵɵelementStart(
|
|
543
|
-
i0.ɵɵtext(
|
|
544
|
-
i0.ɵɵpipe(
|
|
555
|
+
i0.ɵɵelementStart(225, "p", 1);
|
|
556
|
+
i0.ɵɵtext(226);
|
|
557
|
+
i0.ɵɵpipe(227, "rpxTranslate");
|
|
545
558
|
i0.ɵɵelementEnd();
|
|
546
|
-
i0.ɵɵtemplate(227, AccessibilityComponent_p_227_Template, 3, 3, "p", 31);
|
|
547
559
|
i0.ɵɵtemplate(228, AccessibilityComponent_p_228_Template, 3, 3, "p", 31);
|
|
548
560
|
i0.ɵɵtemplate(229, AccessibilityComponent_p_229_Template, 3, 3, "p", 31);
|
|
549
561
|
i0.ɵɵtemplate(230, AccessibilityComponent_p_230_Template, 3, 3, "p", 31);
|
|
550
562
|
i0.ɵɵtemplate(231, AccessibilityComponent_p_231_Template, 3, 3, "p", 31);
|
|
551
563
|
i0.ɵɵtemplate(232, AccessibilityComponent_p_232_Template, 3, 3, "p", 31);
|
|
552
|
-
i0.ɵɵtemplate(233,
|
|
553
|
-
i0.ɵɵtemplate(234,
|
|
554
|
-
i0.ɵɵtemplate(235,
|
|
555
|
-
i0.ɵɵtemplate(236,
|
|
556
|
-
i0.ɵɵ
|
|
557
|
-
i0.ɵɵ
|
|
558
|
-
i0.ɵɵ
|
|
564
|
+
i0.ɵɵtemplate(233, AccessibilityComponent_p_233_Template, 3, 3, "p", 31);
|
|
565
|
+
i0.ɵɵtemplate(234, AccessibilityComponent_h2_234_Template, 3, 3, "h2", 32);
|
|
566
|
+
i0.ɵɵtemplate(235, AccessibilityComponent_p_235_Template, 8, 9, "p", 31);
|
|
567
|
+
i0.ɵɵtemplate(236, AccessibilityComponent_ul_236_Template, 10, 9, "ul", 33);
|
|
568
|
+
i0.ɵɵtemplate(237, AccessibilityComponent_p_237_Template, 3, 3, "p", 31);
|
|
569
|
+
i0.ɵɵelementStart(238, "h2", 34);
|
|
570
|
+
i0.ɵɵtext(239);
|
|
571
|
+
i0.ɵɵpipe(240, "rpxTranslate");
|
|
559
572
|
i0.ɵɵelementEnd();
|
|
560
|
-
i0.ɵɵelementStart(
|
|
561
|
-
i0.ɵɵtext(
|
|
562
|
-
i0.ɵɵpipe(
|
|
573
|
+
i0.ɵɵelementStart(241, "p", 1);
|
|
574
|
+
i0.ɵɵtext(242);
|
|
575
|
+
i0.ɵɵpipe(243, "rpxTranslate");
|
|
563
576
|
i0.ɵɵelementEnd();
|
|
564
|
-
i0.ɵɵelementStart(
|
|
565
|
-
i0.ɵɵtext(
|
|
566
|
-
i0.ɵɵpipe(
|
|
577
|
+
i0.ɵɵelementStart(244, "p", 1);
|
|
578
|
+
i0.ɵɵtext(245);
|
|
579
|
+
i0.ɵɵpipe(246, "rpxTranslate");
|
|
567
580
|
i0.ɵɵelementEnd();
|
|
568
|
-
i0.ɵɵelementStart(
|
|
569
|
-
i0.ɵɵtext(
|
|
570
|
-
i0.ɵɵpipe(
|
|
581
|
+
i0.ɵɵelementStart(247, "h2", 35);
|
|
582
|
+
i0.ɵɵtext(248);
|
|
583
|
+
i0.ɵɵpipe(249, "rpxTranslate");
|
|
571
584
|
i0.ɵɵelementEnd();
|
|
572
|
-
i0.ɵɵelementStart(
|
|
573
|
-
i0.ɵɵtext(
|
|
574
|
-
i0.ɵɵpipe(
|
|
585
|
+
i0.ɵɵelementStart(250, "p", 1);
|
|
586
|
+
i0.ɵɵtext(251);
|
|
587
|
+
i0.ɵɵpipe(252, "rpxTranslate");
|
|
575
588
|
i0.ɵɵelementEnd();
|
|
576
|
-
i0.ɵɵelementStart(
|
|
577
|
-
i0.ɵɵtext(
|
|
578
|
-
i0.ɵɵpipe(
|
|
589
|
+
i0.ɵɵelementStart(253, "p", 1);
|
|
590
|
+
i0.ɵɵtext(254);
|
|
591
|
+
i0.ɵɵpipe(255, "rpxTranslate");
|
|
579
592
|
i0.ɵɵelementEnd();
|
|
580
|
-
i0.ɵɵelementStart(
|
|
581
|
-
i0.ɵɵtext(
|
|
582
|
-
i0.ɵɵpipe(
|
|
583
|
-
i0.ɵɵelementStart(
|
|
584
|
-
i0.ɵɵtext(
|
|
585
|
-
i0.ɵɵpipe(
|
|
593
|
+
i0.ɵɵelementStart(256, "p", 1);
|
|
594
|
+
i0.ɵɵtext(257);
|
|
595
|
+
i0.ɵɵpipe(258, "rpxTranslate");
|
|
596
|
+
i0.ɵɵelementStart(259, "a", 36);
|
|
597
|
+
i0.ɵɵtext(260);
|
|
598
|
+
i0.ɵɵpipe(261, "rpxTranslate");
|
|
586
599
|
i0.ɵɵelementEnd()();
|
|
587
|
-
i0.ɵɵelementStart(
|
|
588
|
-
i0.ɵɵtext(
|
|
589
|
-
i0.ɵɵpipe(
|
|
600
|
+
i0.ɵɵelementStart(262, "h2", 37);
|
|
601
|
+
i0.ɵɵtext(263);
|
|
602
|
+
i0.ɵɵpipe(264, "rpxTranslate");
|
|
590
603
|
i0.ɵɵelementEnd();
|
|
591
|
-
i0.ɵɵelementStart(
|
|
592
|
-
i0.ɵɵtext(
|
|
593
|
-
i0.ɵɵpipe(
|
|
604
|
+
i0.ɵɵelementStart(265, "p", 1);
|
|
605
|
+
i0.ɵɵtext(266);
|
|
606
|
+
i0.ɵɵpipe(267, "rpxTranslate");
|
|
594
607
|
i0.ɵɵelementEnd();
|
|
595
|
-
i0.ɵɵelementStart(
|
|
596
|
-
i0.ɵɵtext(
|
|
597
|
-
i0.ɵɵpipe(
|
|
598
|
-
i0.ɵɵelementStart(
|
|
599
|
-
i0.ɵɵtext(
|
|
600
|
-
i0.ɵɵpipe(
|
|
608
|
+
i0.ɵɵelementStart(268, "p", 1);
|
|
609
|
+
i0.ɵɵtext(269);
|
|
610
|
+
i0.ɵɵpipe(270, "rpxTranslate");
|
|
611
|
+
i0.ɵɵelementStart(271, "a", 36);
|
|
612
|
+
i0.ɵɵtext(272);
|
|
613
|
+
i0.ɵɵpipe(273, "rpxTranslate");
|
|
601
614
|
i0.ɵɵelementEnd();
|
|
602
|
-
i0.ɵɵtext(
|
|
603
|
-
i0.ɵɵpipe(
|
|
615
|
+
i0.ɵɵtext(274);
|
|
616
|
+
i0.ɵɵpipe(275, "rpxTranslate");
|
|
604
617
|
i0.ɵɵelementEnd();
|
|
605
618
|
}
|
|
606
619
|
if (rf & 2) {
|
|
607
620
|
i0.ɵɵadvance(1);
|
|
608
|
-
i0.ɵɵtextInterpolate2("", i0.ɵɵpipeBind1(2,
|
|
621
|
+
i0.ɵɵtextInterpolate2("", i0.ɵɵpipeBind1(2, 99, "Accessibility statement for MyHMCTS"), " ", ctx.isEndpointMC ? "Manage Cases" : i0.ɵɵpipeBind1(3, 101, "Manage Organisation"), "");
|
|
609
622
|
i0.ɵɵadvance(4);
|
|
610
|
-
i0.ɵɵtextInterpolate3("", i0.ɵɵpipeBind1(6,
|
|
623
|
+
i0.ɵɵtextInterpolate3("", i0.ɵɵpipeBind1(6, 103, "MyHMCTS"), " ", ctx.isEndpointMC ? "Manage Cases" : i0.ɵɵpipeBind1(7, 105, "Manage Organisation"), " ", i0.ɵɵpipeBind1(8, 107, "is used across several services. Please use links to find contact information for each service."), "");
|
|
611
624
|
i0.ɵɵadvance(7);
|
|
612
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(13,
|
|
625
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(13, 109, "Immigration and Asylum"));
|
|
613
626
|
i0.ɵɵadvance(4);
|
|
614
|
-
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(17,
|
|
627
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(17, 111, "Family Public Law"), " ");
|
|
615
628
|
i0.ɵɵadvance(3);
|
|
616
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(20,
|
|
629
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(20, 113, "This website is run by HM Courts & Tribunals Service. We want as many people as possible to be able to use this website. For example, you should be able to:"));
|
|
617
630
|
i0.ɵɵadvance(4);
|
|
618
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(24,
|
|
619
|
-
i0.ɵɵadvance(
|
|
620
|
-
i0.ɵɵ
|
|
631
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(24, 115, "change colours, contrast levels and fonts"));
|
|
632
|
+
i0.ɵɵadvance(2);
|
|
633
|
+
i0.ɵɵproperty("ngIf", ctx.isEndpointMC);
|
|
634
|
+
i0.ɵɵadvance(2);
|
|
635
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(28, 117, "navigate most of the website using just a keyboard"));
|
|
621
636
|
i0.ɵɵadvance(3);
|
|
622
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
637
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(31, 119, "navigate most of the website using speech recognition software"));
|
|
623
638
|
i0.ɵɵadvance(3);
|
|
624
|
-
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(
|
|
639
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(34, 121, "listen to most of the website using a screen reader (including the most recent versions of JAWS, NVDA and VoiceOver)"), " ");
|
|
625
640
|
i0.ɵɵadvance(3);
|
|
626
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
641
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(37, 123, "We\u2019ve also made the website text as simple as possible to understand."));
|
|
627
642
|
i0.ɵɵadvance(4);
|
|
628
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
643
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(41, 125, "AbilityNet"));
|
|
629
644
|
i0.ɵɵadvance(2);
|
|
630
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(
|
|
645
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(43, 127, "has advice on making your device easier to use if you have a disability."), "");
|
|
631
646
|
i0.ɵɵadvance(3);
|
|
632
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
647
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(46, 129, "How accessible this website is"));
|
|
633
648
|
i0.ɵɵadvance(3);
|
|
634
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
649
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(49, 131, "We know some parts of the website are not fully accessible:"));
|
|
635
650
|
i0.ɵɵadvance(4);
|
|
636
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
651
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(53, 133, "some pages can't be zoomed in to 400% without content overlapping"));
|
|
637
652
|
i0.ɵɵadvance(3);
|
|
638
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
653
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(56, 135, "some page titles aren't page specific"));
|
|
639
654
|
i0.ɵɵadvance(2);
|
|
640
655
|
i0.ɵɵproperty("ngIf", !ctx.isEndpointMC);
|
|
641
656
|
i0.ɵɵadvance(1);
|
|
@@ -647,107 +662,107 @@ AccessibilityComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: Acce
|
|
|
647
662
|
i0.ɵɵadvance(1);
|
|
648
663
|
i0.ɵɵproperty("ngIf", ctx.isEndpointMC);
|
|
649
664
|
i0.ɵɵadvance(2);
|
|
650
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
665
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(64, 137, "some PDFs may not be fully accessible to a screen reader"));
|
|
651
666
|
i0.ɵɵadvance(2);
|
|
652
667
|
i0.ɵɵproperty("ngIf", ctx.isEndpointMC);
|
|
653
668
|
i0.ɵɵadvance(2);
|
|
654
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
669
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(68, 139, "Feedback and contact information"));
|
|
655
670
|
i0.ɵɵadvance(3);
|
|
656
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
671
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(71, 141, "If you're a legal professional and need information on this website in a different format like accessible PDF, large print, easy read, audio recording or braille, you can:"));
|
|
657
672
|
i0.ɵɵadvance(4);
|
|
658
|
-
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(
|
|
673
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(75, 143, "email:"), " ");
|
|
659
674
|
i0.ɵɵadvance(5);
|
|
660
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
675
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(80, 145, "call the service you require, as listed below."));
|
|
661
676
|
i0.ɵɵadvance(3);
|
|
662
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
677
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(83, 147, "Adoption"));
|
|
663
678
|
i0.ɵɵadvance(4);
|
|
664
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
679
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(87, 149, "call: 01634 887900"));
|
|
665
680
|
i0.ɵɵadvance(3);
|
|
666
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
681
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(90, 151, "Divorce and Financial Remedy"));
|
|
667
682
|
i0.ɵɵadvance(4);
|
|
668
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
683
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(94, 153, "call: 0300 123 1372"));
|
|
669
684
|
i0.ɵɵadvance(3);
|
|
670
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
685
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(97, 155, "Civil Damages Service"));
|
|
671
686
|
i0.ɵɵadvance(4);
|
|
672
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
687
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(101, 157, "call: 0300 123 1372"));
|
|
673
688
|
i0.ɵɵadvance(3);
|
|
674
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
689
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(104, 159, "Family Public Law"));
|
|
675
690
|
i0.ɵɵadvance(4);
|
|
676
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
691
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(108, 161, "call: 0330 808 4424"));
|
|
677
692
|
i0.ɵɵadvance(3);
|
|
678
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
693
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(111, 163, "Immigration and Asylum Chamber"));
|
|
679
694
|
i0.ɵɵadvance(4);
|
|
680
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
695
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(115, 165, "call: 0300 123 1711"));
|
|
681
696
|
i0.ɵɵadvance(3);
|
|
682
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
697
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(118, 167, "Online Civil Money Claims"));
|
|
683
698
|
i0.ɵɵadvance(4);
|
|
684
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
699
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(122, 169, "call: 0300 123 7050"));
|
|
685
700
|
i0.ɵɵadvance(3);
|
|
686
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
701
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(125, 171, "Private Law"));
|
|
687
702
|
i0.ɵɵadvance(4);
|
|
688
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
703
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(129, 173, "call: 0300 323 0185"));
|
|
689
704
|
i0.ɵɵadvance(3);
|
|
690
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
705
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(132, 175, "Probate"));
|
|
691
706
|
i0.ɵɵadvance(4);
|
|
692
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
707
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(136, 177, "call: 0300 303 0648"));
|
|
693
708
|
i0.ɵɵadvance(3);
|
|
694
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
709
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(139, 179, "Social Security and Child Support"));
|
|
695
710
|
i0.ɵɵadvance(4);
|
|
696
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
711
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(143, 181, "call: 0300 123 1142"));
|
|
697
712
|
i0.ɵɵadvance(3);
|
|
698
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
713
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(146, 183, "We'll consider your request and get back to you in 10 working days."));
|
|
699
714
|
i0.ɵɵadvance(3);
|
|
700
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
715
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(149, 185, "If you a member of HMCTS staff or the Judiciary speak to your line manager or equivalent in the first instance."));
|
|
701
716
|
i0.ɵɵadvance(3);
|
|
702
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
717
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(152, 187, "Reporting accessibility problems with this website"));
|
|
703
718
|
i0.ɵɵadvance(3);
|
|
704
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
719
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(155, 189, "We're always looking to improve the accessibility of this website. If you're a legal professional and find any problems not listed on this page or think we're not meeting accessibility requirements, contact:"));
|
|
705
720
|
i0.ɵɵadvance(4);
|
|
706
|
-
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(
|
|
721
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(159, 191, "email:"), " ");
|
|
707
722
|
i0.ɵɵadvance(4);
|
|
708
723
|
i0.ɵɵproperty("ngIf", ctx.isEndpointMC);
|
|
709
724
|
i0.ɵɵadvance(4);
|
|
710
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
725
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(167, 193, "If you a member of HMCTS staff or the Judiciary speak to your line manager or equivalent in the first instance."));
|
|
711
726
|
i0.ɵɵadvance(3);
|
|
712
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
727
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(170, 195, "Enforcement procedure"));
|
|
713
728
|
i0.ɵɵadvance(3);
|
|
714
|
-
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(
|
|
729
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(173, 197, "The Equality and Human Rights Commission (EHRC) is responsible for enforcing the Public Sector Bodies (Websites and Mobile Applications) (No. 2) Accessibility Regulations 2018 (the \u2018accessibility regulations\u2019)."), " ");
|
|
715
730
|
i0.ɵɵadvance(3);
|
|
716
|
-
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(
|
|
731
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(176, 199, "If you\u2019re not happy with how we respond to your complaint,"), " ");
|
|
717
732
|
i0.ɵɵadvance(3);
|
|
718
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
733
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(179, 201, "contact the Equality Advisory and Support Service (EASS)."));
|
|
719
734
|
i0.ɵɵadvance(3);
|
|
720
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
735
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(182, 203, "Contacting us by phone or visiting us in person"));
|
|
721
736
|
i0.ɵɵadvance(3);
|
|
722
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
737
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(185, 205, "We provide a text relay service for people who are D/deaf, hearing impaired or have a speech impediment."));
|
|
723
738
|
i0.ɵɵadvance(3);
|
|
724
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
739
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(188, 207, "Our offices and tribunal venues have audio induction loops, or if you contact us before your visit we can arrange a British Sign Language (BSL) interpreter. You can also request step-free access or a foreign language interpreter."));
|
|
725
740
|
i0.ɵɵadvance(3);
|
|
726
|
-
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(
|
|
741
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(191, 209, "Find out how to contact us using the contact details above or "), " ");
|
|
727
742
|
i0.ɵɵadvance(3);
|
|
728
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
743
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(194, 211, "find the contact details for court and tribunal venues"));
|
|
729
744
|
i0.ɵɵadvance(4);
|
|
730
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
745
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(198, 213, "Technical information about this website\u2019s accessibility"));
|
|
731
746
|
i0.ɵɵadvance(3);
|
|
732
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
747
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(201, 215, "HMCTS is committed to making its website accessible, in accordance with the Public Sector Bodies (Websites and Mobile Applications) (No.2) Accessibility Regulations 2018."));
|
|
733
748
|
i0.ɵɵadvance(3);
|
|
734
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
749
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(204, 217, "Compliance Status"));
|
|
735
750
|
i0.ɵɵadvance(3);
|
|
736
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
751
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(207, 219, "This website is partially compliant with the "));
|
|
737
752
|
i0.ɵɵadvance(3);
|
|
738
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(
|
|
753
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(210, 221, "Web Content Accessibility Guidelines version 2.1 "), "");
|
|
739
754
|
i0.ɵɵadvance(2);
|
|
740
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(
|
|
755
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(212, 223, "due to the non-compliances listed below."), "\n");
|
|
741
756
|
i0.ɵɵadvance(3);
|
|
742
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
757
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(215, 225, "Non-accessible content"));
|
|
743
758
|
i0.ɵɵadvance(3);
|
|
744
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
759
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(218, 227, "The content listed below is non-compliant for the following reasons."));
|
|
745
760
|
i0.ɵɵadvance(3);
|
|
746
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
761
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(221, 229, "Non-compliance with the accessibility regulations"));
|
|
747
762
|
i0.ɵɵadvance(3);
|
|
748
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
763
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(224, 231, "When zoomed in 200%, content overlaps and does not reflow, so some people will have difficulty viewing pages. This fails WCAG 2.1 success criterion 1.4.10: Reflow (Level AA)."));
|
|
749
764
|
i0.ɵɵadvance(3);
|
|
750
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
765
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(227, 233, "Some page titles are not unique to the screens, so screenreader users may struggle to know which page they are on. This fails WCAG 2.1 success criterion 2.4.2: Page Titled (Level A)"));
|
|
751
766
|
i0.ɵɵadvance(2);
|
|
752
767
|
i0.ɵɵproperty("ngIf", ctx.isEndpointMC);
|
|
753
768
|
i0.ɵɵadvance(1);
|
|
@@ -769,37 +784,37 @@ AccessibilityComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: Acce
|
|
|
769
784
|
i0.ɵɵadvance(1);
|
|
770
785
|
i0.ɵɵproperty("ngIf", !ctx.isEndpointMC);
|
|
771
786
|
i0.ɵɵadvance(2);
|
|
772
|
-
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(
|
|
787
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(240, 235, "Content that\u2019s not within the scope of the accessibility regulations"), " ");
|
|
773
788
|
i0.ɵɵadvance(3);
|
|
774
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
789
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(243, 237, "PDFs, documents and attachments to email notifications published before 23 September 2018 may not meet accessibility standards. For example, they may not be structured so they\u2019re accessible to a screen reader."));
|
|
775
790
|
i0.ɵɵadvance(3);
|
|
776
|
-
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(
|
|
791
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(246, 239, "Any new PDFs or Word documents we publish will meet accessibility standards."), "\n");
|
|
777
792
|
i0.ɵɵadvance(3);
|
|
778
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
793
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(249, 241, "What we\u2019re doing to improve accessibility"));
|
|
779
794
|
i0.ɵɵadvance(3);
|
|
780
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
795
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(252, 243, "We\u2019re committed to ensuring our services are accessible to all our users and that they comply with level AA of the Web Content Accessibility Guidelines \u2013 WCAG 2.1."));
|
|
781
796
|
i0.ɵɵadvance(3);
|
|
782
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
797
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(255, 245, "We\u2019re actively working to improve the identified issues and aiming to make them AA-compliant by December 2024."));
|
|
783
798
|
i0.ɵɵadvance(3);
|
|
784
|
-
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(
|
|
799
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(258, 247, "We\u2019re currently preparing for an external audit carried out by the "), " ");
|
|
785
800
|
i0.ɵɵadvance(3);
|
|
786
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(
|
|
801
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(261, 249, "Digital Accessibility Centre (DAC)."), " ");
|
|
787
802
|
i0.ɵɵadvance(3);
|
|
788
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
803
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(264, 251, "Preparation of this accessibility statement"));
|
|
789
804
|
i0.ɵɵadvance(3);
|
|
790
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
805
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(267, 253, "This statement was prepared on 16 September 2019. It was last reviewed in Spring/Summer 2023."));
|
|
791
806
|
i0.ɵɵadvance(3);
|
|
792
|
-
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(
|
|
807
|
+
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind1(270, 255, "This website was last tested on 19 May 2020. The service will be tested by"), " ");
|
|
793
808
|
i0.ɵɵadvance(3);
|
|
794
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
809
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(273, 257, "Digital Accessibility Centre (DAC)"));
|
|
795
810
|
i0.ɵɵadvance(2);
|
|
796
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(
|
|
811
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(275, 259, "on 20 November 2023."), "");
|
|
797
812
|
}
|
|
798
813
|
}, dependencies: [i1.NgIf, i2.RpxTranslatePipe], styles: [".govuk-list--alpha[_ngcontent-%COMP%]{padding-left:20px;list-style-type:lower-alpha}"] });
|
|
799
814
|
(function () {
|
|
800
815
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AccessibilityComponent, [{
|
|
801
816
|
type: Component,
|
|
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"] }]
|
|
817
|
+
args: [{ selector: 'xuilib-accessibility', template: "<h1 class=\"govuk-heading-xl\" id=\"Accessibility-statement-for-Expert-UI\">{{'Accessibility statement for MyHMCTS' |\n rpxTranslate }}\n {{isEndpointMC ? 'Manage Cases' : 'Manage Organisation' | rpxTranslate}}</h1>\n\n<p class=\"govuk-body\">{{'MyHMCTS' |rpxTranslate}} {{isEndpointMC ? 'Manage Cases' : 'Manage Organisation' |\n rpxTranslate}} {{'is used across several services. Please use links to find contact information for each service.' |\n rpxTranslate}}</p>\n\n<ul class=\"govuk-list\">\n <li><a href=\"accessibility#Immigration-and-asylum-chamber\">{{'Immigration and Asylum' | rpxTranslate}}</a></li>\n <li><a href=\"accessibility#Family-public-law\">{{'Family Public Law' | rpxTranslate}} </a></li>\n</ul>\n\n<p class=\"govuk-body\">{{'This website is run by HM Courts & Tribunals Service. We want as many people as possible to be\n able to use this website. For example, you should be able to:' | rpxTranslate}}</p>\n\n<ul class=\"govuk-list govuk-list--bullet\">\n <li>{{'change colours, contrast levels and fonts' | rpxTranslate}}</li>\n <li *ngIf=\"isEndpointMC\">{{'zoom in up to 300% without the text spilling off the screen' | rpxTranslate}}</li>\n <li>{{'navigate most of the website using just a keyboard' | rpxTranslate}}</li>\n <li>{{'navigate most of the website using speech recognition software' | rpxTranslate}}</li>\n <li>{{'listen to most of the website using a screen reader (including the most recent versions of JAWS, NVDA and\n VoiceOver)' | rpxTranslate}}\n </li>\n</ul>\n\n<p class=\"govuk-body\">{{'We\\\u2019ve also made the website text as simple as possible to understand.' | rpxTranslate}}</p>\n\n<p class=\"govuk-body\"><a rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://mcmw.abilitynet.org.uk/\">{{'AbilityNet'\n | rpxTranslate}}</a>\n {{'has advice on making your device easier to use if you have a disability.' | rpxTranslate}}</p>\n\n<h2 class=\"govuk-heading-l\" id=\"How-accessible-this-website-is\">{{'How accessible this website is' | rpxTranslate}}</h2>\n\n<p class=\"govuk-body\">{{'We know some parts of the website are not fully accessible:' | rpxTranslate}}</p>\n\n<ul class=\"govuk-list govuk-list--bullet\">\n <li>{{'some pages can\\'t be zoomed in to 400% without content overlapping' | rpxTranslate}}</li>\n <li>{{'some page titles aren\\'t page specific' | rpxTranslate}}</li>\n <li *ngIf=\"!isEndpointMC\">{{'some pages do not follow a logical tabbing order' | rpxTranslate}}</li>\n <li *ngIf=\"!isEndpointMC\">{{'some headings levels are skipped' | rpxTranslate}}</li>\n <li *ngIf=\"!isEndpointMC\">{{'some links do not work' | rpxTranslate}}</li>\n <li *ngIf=\"isEndpointMC\">{{'it may be difficult to navigate between pages' | rpxTranslate}}</li>\n <li *ngIf=\"isEndpointMC\">{{'some headings and labels aren\\'t specific enough' | rpxTranslate}}</li>\n <li>{{'some PDFs may not be fully accessible to a screen reader' | rpxTranslate}}</li>\n <li *ngIf=\"isEndpointMC\">{{'some buttons may not communicate collapsed status on mobile' | rpxTranslate}}</li>\n</ul>\n\n<h2 class=\"govuk-heading-l\" id=\"What-to-do-if-you-cannot-access-parts-of-this-website\">{{'Feedback and contact\n information' | rpxTranslate}}</h2>\n\n<p class=\"govuk-body\">{{'If you\\'re a legal professional and need information on this website in a different format like\n accessible PDF, large print, easy read, audio recording or braille, you can:' | rpxTranslate}}</p>\n\n<ul class=\"govuk-list govuk-list--bullet\">\n <li>{{'email:' | rpxTranslate}} <a href=\"mailto:HMCTSforms@justice.gov.uk\"> HMCTSforms@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"] }]
|
|
803
818
|
}], function () { return []; }, null);
|
|
804
819
|
})();
|
|
805
820
|
|
|
@@ -2250,28 +2265,6 @@ RefDataService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: RefDataSe
|
|
|
2250
2265
|
* Public API Surface of exui-common-lib
|
|
2251
2266
|
*/
|
|
2252
2267
|
|
|
2253
|
-
const getAllCaseworkersFromServices = (caseworkersByService) => {
|
|
2254
|
-
let allCaseworkers = [];
|
|
2255
|
-
caseworkersByService.forEach(caseworkerListByService => {
|
|
2256
|
-
allCaseworkers = allCaseworkers.concat(caseworkerListByService.caseworkers);
|
|
2257
|
-
});
|
|
2258
|
-
return allCaseworkers;
|
|
2259
|
-
};
|
|
2260
|
-
const getSessionStorageKeyForServiceId = (serviceId) => {
|
|
2261
|
-
return `${serviceId}-caseworkers`;
|
|
2262
|
-
};
|
|
2263
|
-
const getCaseworkers = (serviceId, sessionStorageService) => {
|
|
2264
|
-
const sessionKey = getSessionStorageKeyForServiceId(serviceId);
|
|
2265
|
-
const value = sessionStorageService.getItem(sessionKey);
|
|
2266
|
-
if (value) {
|
|
2267
|
-
return JSON.parse(value);
|
|
2268
|
-
}
|
|
2269
|
-
};
|
|
2270
|
-
const setCaseworkers = (serviceId, caseworkers, sessionStorageService) => {
|
|
2271
|
-
const sessionKey = getSessionStorageKeyForServiceId(serviceId);
|
|
2272
|
-
sessionStorageService.setItem(sessionKey, JSON.stringify(caseworkers));
|
|
2273
|
-
};
|
|
2274
|
-
|
|
2275
2268
|
class SessionStorageService {
|
|
2276
2269
|
/**
|
|
2277
2270
|
* Get an item from the session storage.
|
|
@@ -2339,35 +2332,8 @@ class FindAPersonService {
|
|
|
2339
2332
|
}
|
|
2340
2333
|
this.assignedUser = searchOptions.assignedUser ? searchOptions.assignedUser : null;
|
|
2341
2334
|
const fullServices = searchOptions.services;
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
const storedCaseworkersByService = [];
|
|
2345
|
-
fullServices.forEach(serviceId => {
|
|
2346
|
-
const serviceKey = getSessionStorageKeyForServiceId(serviceId);
|
|
2347
|
-
if (this.sessionStorageService.getItem(serviceKey)) {
|
|
2348
|
-
storedServices.push(serviceId);
|
|
2349
|
-
storedCaseworkersByService.push({ service: serviceId, caseworkers: JSON.parse(this.sessionStorageService.getItem(serviceKey)) });
|
|
2350
|
-
}
|
|
2351
|
-
else {
|
|
2352
|
-
newServices.push(serviceId);
|
|
2353
|
-
}
|
|
2354
|
-
});
|
|
2355
|
-
// if all services are stored then return the stored caseworkers by service
|
|
2356
|
-
if (storedServices.length === fullServices.length) {
|
|
2357
|
-
const storedCaseworkers = getAllCaseworkersFromServices(storedCaseworkersByService);
|
|
2358
|
-
return of$1(this.searchInCaseworkers(storedCaseworkers, searchOptions));
|
|
2359
|
-
}
|
|
2360
|
-
// all serviceIds passed in as node layer getting used anyway and caseworkers also stored there
|
|
2361
|
-
return this.http.post('/workallocation/retrieveCaseWorkersForServices', { fullServices }).pipe(tap(caseworkersByService => {
|
|
2362
|
-
caseworkersByService.forEach(caseworkerListByService => {
|
|
2363
|
-
// for any new service, ensure that they are then stored in the session
|
|
2364
|
-
if (newServices.includes(caseworkerListByService.service)) {
|
|
2365
|
-
setCaseworkers(caseworkerListByService.service, caseworkerListByService.caseworkers, this.sessionStorageService);
|
|
2366
|
-
}
|
|
2367
|
-
});
|
|
2368
|
-
}), map(caseworkersByService => {
|
|
2369
|
-
const givenCaseworkers = getAllCaseworkersFromServices(caseworkersByService);
|
|
2370
|
-
return this.searchInCaseworkers(givenCaseworkers, searchOptions);
|
|
2335
|
+
return this.http.post('/workallocation/caseworker/getUsersByServiceName', { services: fullServices, term: searchOptions.searchTerm }).pipe(map(caseworkers => {
|
|
2336
|
+
return this.searchInCaseworkers(caseworkers, searchOptions);
|
|
2371
2337
|
}));
|
|
2372
2338
|
}
|
|
2373
2339
|
mapCaseworkers(caseworkers, roleCategory) {
|
|
@@ -2399,11 +2365,9 @@ class FindAPersonService {
|
|
|
2399
2365
|
roleCategory = RoleCategory.CTSC;
|
|
2400
2366
|
}
|
|
2401
2367
|
}
|
|
2402
|
-
const searchTerm = searchOptions && searchOptions.searchTerm ? searchOptions.searchTerm.toLowerCase() : '';
|
|
2403
2368
|
const people = caseworkers ? this.mapCaseworkers(caseworkers, roleCategory) : [];
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
: finalPeopleList.filter(person => person && person.id !== this.userId && person.id !== this.assignedUser);
|
|
2369
|
+
return searchOptions.userIncluded ? people.filter(person => person && person.id !== this.assignedUser)
|
|
2370
|
+
: people.filter(person => person && person.id !== this.userId && person.id !== this.assignedUser);
|
|
2407
2371
|
}
|
|
2408
2372
|
searchJudicial(value, serviceId) {
|
|
2409
2373
|
return this.http.post('api/prd/judicial/getJudicialUsersSearch', { searchString: value, serviceCode: serviceId });
|
|
@@ -3514,17 +3478,22 @@ function FindServiceComponent_a_6_Template(rf, ctx) {
|
|
|
3514
3478
|
i0.ɵɵlistener("click", function FindServiceComponent_a_6_Template_a_click_0_listener() { i0.ɵɵrestoreView(_r4); const ctx_r3 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r3.addOption(ctx_r3.tempSelectedService)); });
|
|
3515
3479
|
i0.ɵɵtext(1);
|
|
3516
3480
|
i0.ɵɵpipe(2, "rpxTranslate");
|
|
3517
|
-
i0.ɵɵ
|
|
3481
|
+
i0.ɵɵelementStart(3, "span", 10);
|
|
3482
|
+
i0.ɵɵtext(4);
|
|
3483
|
+
i0.ɵɵpipe(5, "rpxTranslate");
|
|
3484
|
+
i0.ɵɵelementEnd()();
|
|
3518
3485
|
}
|
|
3519
3486
|
if (rf & 2) {
|
|
3520
3487
|
i0.ɵɵadvance(1);
|
|
3521
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2,
|
|
3488
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 2, "Add"), " ");
|
|
3489
|
+
i0.ɵɵadvance(3);
|
|
3490
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(5, 4, "service"));
|
|
3522
3491
|
}
|
|
3523
3492
|
}
|
|
3524
3493
|
function FindServiceComponent_ul_7_li_1_Template(rf, ctx) {
|
|
3525
3494
|
if (rf & 1) {
|
|
3526
3495
|
const _r8 = i0.ɵɵgetCurrentView();
|
|
3527
|
-
i0.ɵɵelementStart(0, "li",
|
|
3496
|
+
i0.ɵɵelementStart(0, "li", 13)(1, "a", 14);
|
|
3528
3497
|
i0.ɵɵlistener("click", function FindServiceComponent_ul_7_li_1_Template_a_click_1_listener() { const restoredCtx = i0.ɵɵrestoreView(_r8); const selection_r6 = restoredCtx.$implicit; const ctx_r7 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r7.removeOption(selection_r6)); });
|
|
3529
3498
|
i0.ɵɵtext(2);
|
|
3530
3499
|
i0.ɵɵpipe(3, "rpxTranslate");
|
|
@@ -3538,8 +3507,8 @@ function FindServiceComponent_ul_7_li_1_Template(rf, ctx) {
|
|
|
3538
3507
|
}
|
|
3539
3508
|
function FindServiceComponent_ul_7_Template(rf, ctx) {
|
|
3540
3509
|
if (rf & 1) {
|
|
3541
|
-
i0.ɵɵelementStart(0, "ul",
|
|
3542
|
-
i0.ɵɵtemplate(1, FindServiceComponent_ul_7_li_1_Template, 4, 3, "li",
|
|
3510
|
+
i0.ɵɵelementStart(0, "ul", 11);
|
|
3511
|
+
i0.ɵɵtemplate(1, FindServiceComponent_ul_7_li_1_Template, 4, 3, "li", 12);
|
|
3543
3512
|
i0.ɵɵelementEnd();
|
|
3544
3513
|
}
|
|
3545
3514
|
if (rf & 2) {
|
|
@@ -3649,7 +3618,7 @@ FindServiceComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: FindSe
|
|
|
3649
3618
|
let _t;
|
|
3650
3619
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.searchServiceComponent = _t.first);
|
|
3651
3620
|
}
|
|
3652
|
-
}, inputs: { field: "field", serviceTitle: "serviceTitle", form: "form", disabled: "disabled", formSubmissionEvent$: "formSubmissionEvent$" }, outputs: { serviceFieldChanged: "serviceFieldChanged" }, decls: 8, vars: 6, consts: [[1, "service-picker-custom"], [1, "search-service"], [1, "govuk-body"], ["id", "selectServiceSearch-label", "for", "serviceSearch__select", 4, "ngIf"], [1, "search-service__input-container"], [1, "search-service__input", 3, "options", "selectedOptions", "disabled", "optionChanged"], ["href", "javascript:void(0)", "class", "govuk-button govuk-button--secondary govuk-!-margin-bottom-0", "data-module", "govuk-button", "id", "add-service", 3, "click", 4, "ngIf"], ["class", "hmcts-filter-tags selection-container", 4, "ngIf"], ["id", "selectServiceSearch-label", "for", "serviceSearch__select"], ["href", "javascript:void(0)", "data-module", "govuk-button", "id", "add-service", 1, "govuk-button", "govuk-button--secondary", "govuk-!-margin-bottom-0", 3, "click"], [1, "hmcts-filter-tags", "selection-container"], ["class", "location-selection", 4, "ngFor", "ngForOf"], [1, "location-selection"], ["href", "javascript:void(0)", 1, "hmcts-filter__tag", 3, "click"]], template: function FindServiceComponent_Template(rf, ctx) {
|
|
3621
|
+
}, inputs: { field: "field", serviceTitle: "serviceTitle", form: "form", disabled: "disabled", formSubmissionEvent$: "formSubmissionEvent$" }, outputs: { serviceFieldChanged: "serviceFieldChanged" }, decls: 8, vars: 6, consts: [[1, "service-picker-custom"], [1, "search-service"], [1, "govuk-body"], ["id", "selectServiceSearch-label", "for", "serviceSearch__select", 4, "ngIf"], [1, "search-service__input-container"], [1, "search-service__input", 3, "options", "selectedOptions", "disabled", "optionChanged"], ["href", "javascript:void(0)", "class", "govuk-button govuk-button--secondary govuk-!-margin-bottom-0", "data-module", "govuk-button", "id", "add-service", 3, "click", 4, "ngIf"], ["class", "hmcts-filter-tags selection-container", 4, "ngIf"], ["id", "selectServiceSearch-label", "for", "serviceSearch__select"], ["href", "javascript:void(0)", "data-module", "govuk-button", "id", "add-service", 1, "govuk-button", "govuk-button--secondary", "govuk-!-margin-bottom-0", 3, "click"], [1, "govuk-visually-hidden"], [1, "hmcts-filter-tags", "selection-container"], ["class", "location-selection", 4, "ngFor", "ngForOf"], [1, "location-selection"], ["href", "javascript:void(0)", 1, "hmcts-filter__tag", 3, "click"]], template: function FindServiceComponent_Template(rf, ctx) {
|
|
3653
3622
|
if (rf & 1) {
|
|
3654
3623
|
i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "div", 2);
|
|
3655
3624
|
i0.ɵɵtemplate(3, FindServiceComponent_label_3_Template, 3, 3, "label", 3);
|
|
@@ -3657,7 +3626,7 @@ FindServiceComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: FindSe
|
|
|
3657
3626
|
i0.ɵɵelementStart(4, "div", 4)(5, "exui-search-service", 5);
|
|
3658
3627
|
i0.ɵɵlistener("optionChanged", function FindServiceComponent_Template_exui_search_service_optionChanged_5_listener($event) { return ctx.onOptionSelected($event); });
|
|
3659
3628
|
i0.ɵɵelementEnd();
|
|
3660
|
-
i0.ɵɵtemplate(6, FindServiceComponent_a_6_Template,
|
|
3629
|
+
i0.ɵɵtemplate(6, FindServiceComponent_a_6_Template, 6, 6, "a", 6);
|
|
3661
3630
|
i0.ɵɵelementEnd()();
|
|
3662
3631
|
i0.ɵɵtemplate(7, FindServiceComponent_ul_7_Template, 2, 1, "ul", 7);
|
|
3663
3632
|
i0.ɵɵelementEnd();
|
|
@@ -3676,7 +3645,7 @@ FindServiceComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: FindSe
|
|
|
3676
3645
|
(function () {
|
|
3677
3646
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FindServiceComponent, [{
|
|
3678
3647
|
type: Component,
|
|
3679
|
-
args: [{ selector: 'xuilib-find-service', template: "<div class=\"service-picker-custom\">\n <div class=\"search-service\">\n <div class=\"govuk-body\">\n <label id=\"selectServiceSearch-label\" for=\"serviceSearch__select\" *ngIf=\"serviceTitle\">\n {{ serviceTitle | rpxTranslate}}\n </label>\n </div>\n <div class=\"search-service__input-container\">\n <exui-search-service class=\"search-service__input\"\n [options]=\"field.options\"\n [selectedOptions]=\"selectedServices\"\n [disabled]=\"disabled\"\n (optionChanged)=\"onOptionSelected($event)\">\n </exui-search-service>\n <a href=\"javascript:void(0)\" (click)=\"addOption(tempSelectedService)\"\n class=\"govuk-button govuk-button--secondary govuk-!-margin-bottom-0\" data-module=\"govuk-button\"\n *ngIf=\"field?.enableAddButton\" id=\"add-service\">\n {{ 'Add' | rpxTranslate}}\n </a>\n </div>\n </div>\n <ul class=\"hmcts-filter-tags selection-container\" *ngIf=\"field.maxSelected != 1\">\n <li class=\"location-selection\" *ngFor=\"let selection of selectedServices\">\n <a class=\"hmcts-filter__tag\" (click)=\"removeOption(selection)\" href=\"javascript:void(0)\">\n {{ selection.label | rpxTranslate }}\n </a>\n </li>\n </ul>\n</div>\n", styles: ["#add-service{background-color:#ddd}\n"] }]
|
|
3648
|
+
args: [{ selector: 'xuilib-find-service', template: "<div class=\"service-picker-custom\">\n <div class=\"search-service\">\n <div class=\"govuk-body\">\n <label id=\"selectServiceSearch-label\" for=\"serviceSearch__select\" *ngIf=\"serviceTitle\">\n {{ serviceTitle | rpxTranslate}}\n </label>\n </div>\n <div class=\"search-service__input-container\">\n <exui-search-service class=\"search-service__input\"\n [options]=\"field.options\"\n [selectedOptions]=\"selectedServices\"\n [disabled]=\"disabled\"\n (optionChanged)=\"onOptionSelected($event)\">\n </exui-search-service>\n <a href=\"javascript:void(0)\" (click)=\"addOption(tempSelectedService)\"\n class=\"govuk-button govuk-button--secondary govuk-!-margin-bottom-0\" data-module=\"govuk-button\"\n *ngIf=\"field?.enableAddButton\" id=\"add-service\">\n {{ 'Add' | rpxTranslate}}\n <span class=\"govuk-visually-hidden\">{{'service' | rpxTranslate}}</span>\n </a>\n </div>\n </div>\n <ul class=\"hmcts-filter-tags selection-container\" *ngIf=\"field.maxSelected != 1\">\n <li class=\"location-selection\" *ngFor=\"let selection of selectedServices\">\n <a class=\"hmcts-filter__tag\" (click)=\"removeOption(selection)\" href=\"javascript:void(0)\">\n {{ selection.label | rpxTranslate }}\n </a>\n </li>\n </ul>\n</div>\n", styles: ["#add-service{background-color:#ddd}\n"] }]
|
|
3680
3649
|
}], null, { field: [{
|
|
3681
3650
|
type: Input
|
|
3682
3651
|
}], serviceTitle: [{
|
|
@@ -5794,15 +5763,15 @@ CaseSharingStateService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token:
|
|
|
5794
5763
|
}], function () { return []; }, null);
|
|
5795
5764
|
})();
|
|
5796
5765
|
|
|
5797
|
-
function
|
|
5766
|
+
function SelectedCaseConfirmComponent_div_0_tr_25_Template(rf, ctx) {
|
|
5798
5767
|
if (rf & 1) {
|
|
5799
|
-
i0.ɵɵelementStart(0, "tr",
|
|
5768
|
+
i0.ɵɵelementStart(0, "tr", 9)(1, "td", 14);
|
|
5800
5769
|
i0.ɵɵtext(2);
|
|
5801
5770
|
i0.ɵɵelementEnd();
|
|
5802
|
-
i0.ɵɵelementStart(3, "td",
|
|
5771
|
+
i0.ɵɵelementStart(3, "td", 14);
|
|
5803
5772
|
i0.ɵɵtext(4);
|
|
5804
5773
|
i0.ɵɵelementEnd();
|
|
5805
|
-
i0.ɵɵelementStart(5, "td",
|
|
5774
|
+
i0.ɵɵelementStart(5, "td", 14)(6, "span", 15);
|
|
5806
5775
|
i0.ɵɵtext(7);
|
|
5807
5776
|
i0.ɵɵpipe(8, "rpxTranslate");
|
|
5808
5777
|
i0.ɵɵelementEnd()()();
|
|
@@ -5817,15 +5786,15 @@ function SelectedCaseConfirmComponent_div_0_tr_22_Template(rf, ctx) {
|
|
|
5817
5786
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(8, 3, "To be added"));
|
|
5818
5787
|
}
|
|
5819
5788
|
}
|
|
5820
|
-
function
|
|
5789
|
+
function SelectedCaseConfirmComponent_div_0_tr_26_Template(rf, ctx) {
|
|
5821
5790
|
if (rf & 1) {
|
|
5822
|
-
i0.ɵɵelementStart(0, "tr",
|
|
5791
|
+
i0.ɵɵelementStart(0, "tr", 9)(1, "td", 14);
|
|
5823
5792
|
i0.ɵɵtext(2);
|
|
5824
5793
|
i0.ɵɵelementEnd();
|
|
5825
|
-
i0.ɵɵelementStart(3, "td",
|
|
5794
|
+
i0.ɵɵelementStart(3, "td", 14);
|
|
5826
5795
|
i0.ɵɵtext(4);
|
|
5827
5796
|
i0.ɵɵelementEnd();
|
|
5828
|
-
i0.ɵɵelementStart(5, "td",
|
|
5797
|
+
i0.ɵɵelementStart(5, "td", 14)(6, "span", 16);
|
|
5829
5798
|
i0.ɵɵtext(7);
|
|
5830
5799
|
i0.ɵɵpipe(8, "rpxTranslate");
|
|
5831
5800
|
i0.ɵɵelementEnd()()();
|
|
@@ -5851,22 +5820,25 @@ function SelectedCaseConfirmComponent_div_0_Template(rf, ctx) {
|
|
|
5851
5820
|
i0.ɵɵelementStart(6, "a", 5);
|
|
5852
5821
|
i0.ɵɵtext(7);
|
|
5853
5822
|
i0.ɵɵpipe(8, "rpxTranslate");
|
|
5854
|
-
i0.ɵɵ
|
|
5855
|
-
i0.ɵɵ
|
|
5856
|
-
i0.ɵɵ
|
|
5857
|
-
i0.ɵɵ
|
|
5858
|
-
i0.ɵɵ
|
|
5859
|
-
i0.ɵɵelementStart(15, "th", 9);
|
|
5823
|
+
i0.ɵɵelementStart(9, "span", 6);
|
|
5824
|
+
i0.ɵɵtext(10);
|
|
5825
|
+
i0.ɵɵpipe(11, "rpxTranslate");
|
|
5826
|
+
i0.ɵɵelementEnd()()();
|
|
5827
|
+
i0.ɵɵelementStart(12, "table", 7)(13, "thead", 8)(14, "tr", 9)(15, "th", 10);
|
|
5860
5828
|
i0.ɵɵtext(16);
|
|
5861
5829
|
i0.ɵɵpipe(17, "rpxTranslate");
|
|
5862
5830
|
i0.ɵɵelementEnd();
|
|
5863
5831
|
i0.ɵɵelementStart(18, "th", 10);
|
|
5864
5832
|
i0.ɵɵtext(19);
|
|
5865
5833
|
i0.ɵɵpipe(20, "rpxTranslate");
|
|
5834
|
+
i0.ɵɵelementEnd();
|
|
5835
|
+
i0.ɵɵelementStart(21, "th", 11);
|
|
5836
|
+
i0.ɵɵtext(22);
|
|
5837
|
+
i0.ɵɵpipe(23, "rpxTranslate");
|
|
5866
5838
|
i0.ɵɵelementEnd()()();
|
|
5867
|
-
i0.ɵɵelementStart(
|
|
5868
|
-
i0.ɵɵtemplate(
|
|
5869
|
-
i0.ɵɵtemplate(
|
|
5839
|
+
i0.ɵɵelementStart(24, "tbody", 12);
|
|
5840
|
+
i0.ɵɵtemplate(25, SelectedCaseConfirmComponent_div_0_tr_25_Template, 9, 5, "tr", 13);
|
|
5841
|
+
i0.ɵɵtemplate(26, SelectedCaseConfirmComponent_div_0_tr_26_Template, 9, 5, "tr", 13);
|
|
5870
5842
|
i0.ɵɵelementEnd()()();
|
|
5871
5843
|
}
|
|
5872
5844
|
if (rf & 2) {
|
|
@@ -5879,13 +5851,15 @@ function SelectedCaseConfirmComponent_div_0_Template(rf, ctx) {
|
|
|
5879
5851
|
i0.ɵɵadvance(1);
|
|
5880
5852
|
i0.ɵɵproperty("routerLink", ctx_r0.changeLink);
|
|
5881
5853
|
i0.ɵɵadvance(1);
|
|
5882
|
-
i0.ɵɵ
|
|
5854
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(8, 13, "Change"), " ");
|
|
5855
|
+
i0.ɵɵadvance(3);
|
|
5856
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(11, 15, "selected case"));
|
|
5883
5857
|
i0.ɵɵadvance(6);
|
|
5884
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
5858
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(17, 17, "Name"));
|
|
5885
5859
|
i0.ɵɵadvance(3);
|
|
5886
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
5860
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(20, 19, "Email address"));
|
|
5887
5861
|
i0.ɵɵadvance(3);
|
|
5888
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(
|
|
5862
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(23, 21, "Actions"));
|
|
5889
5863
|
i0.ɵɵadvance(3);
|
|
5890
5864
|
i0.ɵɵproperty("ngForOf", ctx_r0.sharedCase.pendingShares)("ngForTrackBy", ctx_r0.trackByUserId);
|
|
5891
5865
|
i0.ɵɵadvance(1);
|
|
@@ -5912,9 +5886,9 @@ class SelectedCaseConfirmComponent {
|
|
|
5912
5886
|
}
|
|
5913
5887
|
}
|
|
5914
5888
|
SelectedCaseConfirmComponent.ɵfac = function SelectedCaseConfirmComponent_Factory(t) { return new (t || SelectedCaseConfirmComponent)(i0.ɵɵdirectiveInject(CaseSharingStateService)); };
|
|
5915
|
-
SelectedCaseConfirmComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SelectedCaseConfirmComponent, selectors: [["xuilib-selected-case-confirm"]], inputs: { sharedCase: "sharedCase", changeLink: "changeLink" }, decls: 1, vars: 1, consts: [[3, "id", 4, "ngIf"], [3, "id"], [1, "govuk-heading-m", "case-share-confirm__title"], [1, "case-share-confirm__caption-area"], [1, "govuk-caption-m", "case-share-confirm__caption"], [1, "case-share-confirm__change-link", "govuk-link", "govuk-!-font-size-19", 3, "routerLink"], [1, "govuk-table"], [1, "govuk-table__head"], [1, "govuk-table__row"], ["scope", "col", 1, "govuk-table__header", "govuk-table-column-header"], ["scope", "col", 1, "govuk-table__header", "govuk-table-column-actions"], [1, "govuk-table__body"], ["class", "govuk-table__row", 4, "ngFor", "ngForOf", "ngForTrackBy"], [1, "govuk-table__cell"], [1, "hmcts-badge"], [1, "hmcts-badge", "hmcts-badge--red"]], template: function SelectedCaseConfirmComponent_Template(rf, ctx) {
|
|
5889
|
+
SelectedCaseConfirmComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SelectedCaseConfirmComponent, selectors: [["xuilib-selected-case-confirm"]], inputs: { sharedCase: "sharedCase", changeLink: "changeLink" }, decls: 1, vars: 1, consts: [[3, "id", 4, "ngIf"], [3, "id"], [1, "govuk-heading-m", "case-share-confirm__title"], [1, "case-share-confirm__caption-area"], [1, "govuk-caption-m", "case-share-confirm__caption"], [1, "case-share-confirm__change-link", "govuk-link", "govuk-!-font-size-19", 3, "routerLink"], [1, "govuk-visually-hidden"], [1, "govuk-table"], [1, "govuk-table__head"], [1, "govuk-table__row"], ["scope", "col", 1, "govuk-table__header", "govuk-table-column-header"], ["scope", "col", 1, "govuk-table__header", "govuk-table-column-actions"], [1, "govuk-table__body"], ["class", "govuk-table__row", 4, "ngFor", "ngForOf", "ngForTrackBy"], [1, "govuk-table__cell"], [1, "hmcts-badge"], [1, "hmcts-badge", "hmcts-badge--red"]], template: function SelectedCaseConfirmComponent_Template(rf, ctx) {
|
|
5916
5890
|
if (rf & 1) {
|
|
5917
|
-
i0.ɵɵtemplate(0, SelectedCaseConfirmComponent_div_0_Template,
|
|
5891
|
+
i0.ɵɵtemplate(0, SelectedCaseConfirmComponent_div_0_Template, 27, 23, "div", 0);
|
|
5918
5892
|
}
|
|
5919
5893
|
if (rf & 2) {
|
|
5920
5894
|
i0.ɵɵproperty("ngIf", ctx.showUserAccessBlock());
|
|
@@ -5923,7 +5897,7 @@ SelectedCaseConfirmComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type
|
|
|
5923
5897
|
(function () {
|
|
5924
5898
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SelectedCaseConfirmComponent, [{
|
|
5925
5899
|
type: Component,
|
|
5926
|
-
args: [{ selector: 'xuilib-selected-case-confirm', template: "<div id=\"user-access-block-{{ sharedCase.caseId }}\" *ngIf=\"showUserAccessBlock()\">\n <h2 class=\"govuk-heading-m case-share-confirm__title\">{{ sharedCase.caseTitle }}</h2>\n <div class=\"case-share-confirm__caption-area\">\n <div class=\"govuk-caption-m case-share-confirm__caption\">\n {{ sharedCase.caseId }}\n </div>\n <a [routerLink]=\"changeLink\" class=\"case-share-confirm__change-link govuk-link govuk-!-font-size-19\"
|
|
5900
|
+
args: [{ selector: 'xuilib-selected-case-confirm', template: "<div id=\"user-access-block-{{ sharedCase.caseId }}\" *ngIf=\"showUserAccessBlock()\">\n <h2 class=\"govuk-heading-m case-share-confirm__title\">{{ sharedCase.caseTitle }}</h2>\n <div class=\"case-share-confirm__caption-area\">\n <div class=\"govuk-caption-m case-share-confirm__caption\">\n {{ sharedCase.caseId }}\n </div>\n <a [routerLink]=\"changeLink\" class=\"case-share-confirm__change-link govuk-link govuk-!-font-size-19\">\n {{'Change' | rpxTranslate}}\n <span class=\"govuk-visually-hidden\">{{'selected case' | rpxTranslate}}</span>\n </a>\n </div>\n <table class=\"govuk-table\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <th class=\"govuk-table__header govuk-table-column-header\" scope=\"col\">{{'Name' | rpxTranslate}}</th>\n <th class=\"govuk-table__header govuk-table-column-header\" scope=\"col\">{{'Email address' | rpxTranslate}}</th>\n <th class=\"govuk-table__header govuk-table-column-actions\" scope=\"col\">{{'Actions' | rpxTranslate}}</th>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\">\n <tr class=\"govuk-table__row\" *ngFor=\"let user of sharedCase.pendingShares; trackBy: trackByUserId\">\n <td class=\"govuk-table__cell\">{{ user.firstName + ' ' + user.lastName }}</td>\n <td class=\"govuk-table__cell\">{{ user.email }}</td>\n <td class=\"govuk-table__cell\">\n <span class=\"hmcts-badge\">{{'To be added' | rpxTranslate}}</span>\n </td>\n </tr>\n <tr class=\"govuk-table__row\" *ngFor=\"let user of sharedCase.pendingUnshares; trackBy: trackByUserId\">\n <td class=\"govuk-table__cell\">{{ user.firstName + ' ' + user.lastName }}</td>\n <td class=\"govuk-table__cell\">{{ user.email }}</td>\n <td class=\"govuk-table__cell\">\n <span class=\"hmcts-badge hmcts-badge--red\">\n {{'To be removed' | rpxTranslate}}\n </span>\n </td>\n </tr>\n </tbody>\n </table>\n</div>\n", styles: [".case-share-confirm__title{margin-bottom:0}.case-share-confirm__caption-area{border-bottom:1px solid #b1b4b6;padding-bottom:10px;display:inline-block;width:100%;clear:both}.case-share-confirm__caption{float:left}.case-share-confirm__change-link{float:right}.govuk-table-column-header{width:45%}.govuk-table-column-actions{width:10%}\n"] }]
|
|
5927
5901
|
}], function () { return [{ type: CaseSharingStateService }]; }, { sharedCase: [{
|
|
5928
5902
|
type: Input
|
|
5929
5903
|
}], changeLink: [{
|
|
@@ -6916,7 +6890,7 @@ HmctsErrorSummaryComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type:
|
|
|
6916
6890
|
|
|
6917
6891
|
function ShareCaseComponent_h1_1_span_1_Template(rf, ctx) {
|
|
6918
6892
|
if (rf & 1) {
|
|
6919
|
-
i0.ɵɵelementStart(0, "span",
|
|
6893
|
+
i0.ɵɵelementStart(0, "span", 27);
|
|
6920
6894
|
i0.ɵɵtext(1);
|
|
6921
6895
|
i0.ɵɵpipe(2, "rpxTranslate");
|
|
6922
6896
|
i0.ɵɵelementEnd();
|
|
@@ -6929,8 +6903,8 @@ function ShareCaseComponent_h1_1_span_1_Template(rf, ctx) {
|
|
|
6929
6903
|
}
|
|
6930
6904
|
function ShareCaseComponent_h1_1_Template(rf, ctx) {
|
|
6931
6905
|
if (rf & 1) {
|
|
6932
|
-
i0.ɵɵelementStart(0, "h1",
|
|
6933
|
-
i0.ɵɵtemplate(1, ShareCaseComponent_h1_1_span_1_Template, 3, 3, "span",
|
|
6906
|
+
i0.ɵɵelementStart(0, "h1", 25);
|
|
6907
|
+
i0.ɵɵtemplate(1, ShareCaseComponent_h1_1_span_1_Template, 3, 3, "span", 26);
|
|
6934
6908
|
i0.ɵɵtext(2);
|
|
6935
6909
|
i0.ɵɵpipe(3, "rpxTranslate");
|
|
6936
6910
|
i0.ɵɵelementEnd();
|
|
@@ -6943,9 +6917,9 @@ function ShareCaseComponent_h1_1_Template(rf, ctx) {
|
|
|
6943
6917
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(3, 2, ctx_r0.title), "\n");
|
|
6944
6918
|
}
|
|
6945
6919
|
}
|
|
6946
|
-
function
|
|
6920
|
+
function ShareCaseComponent_div_29_option_12_Template(rf, ctx) {
|
|
6947
6921
|
if (rf & 1) {
|
|
6948
|
-
i0.ɵɵelementStart(0, "option",
|
|
6922
|
+
i0.ɵɵelementStart(0, "option", 34);
|
|
6949
6923
|
i0.ɵɵtext(1);
|
|
6950
6924
|
i0.ɵɵelementEnd();
|
|
6951
6925
|
}
|
|
@@ -6956,37 +6930,40 @@ function ShareCaseComponent_div_26_option_12_Template(rf, ctx) {
|
|
|
6956
6930
|
i0.ɵɵtextInterpolate3("", user_r6.firstName, " ", user_r6.lastName, " - ", user_r6.email, "");
|
|
6957
6931
|
}
|
|
6958
6932
|
}
|
|
6959
|
-
function
|
|
6933
|
+
function ShareCaseComponent_div_29_Template(rf, ctx) {
|
|
6960
6934
|
if (rf & 1) {
|
|
6961
6935
|
const _r8 = i0.ɵɵgetCurrentView();
|
|
6962
|
-
i0.ɵɵelementStart(0, "div", 3)(1, "label",
|
|
6936
|
+
i0.ɵɵelementStart(0, "div", 3)(1, "label", 28);
|
|
6963
6937
|
i0.ɵɵtext(2);
|
|
6964
6938
|
i0.ɵɵpipe(3, "rpxTranslate");
|
|
6965
6939
|
i0.ɵɵelementEnd();
|
|
6966
|
-
i0.ɵɵelementStart(4, "span",
|
|
6940
|
+
i0.ɵɵelementStart(4, "span", 29);
|
|
6967
6941
|
i0.ɵɵtext(5);
|
|
6968
6942
|
i0.ɵɵpipe(6, "rpxTranslate");
|
|
6969
6943
|
i0.ɵɵelementEnd();
|
|
6970
|
-
i0.ɵɵelementStart(7, "div", 6)(8, "div", 7)(9, "select",
|
|
6971
|
-
i0.ɵɵlistener("ngModelChange", function
|
|
6972
|
-
i0.ɵɵelementStart(10, "option",
|
|
6944
|
+
i0.ɵɵelementStart(7, "div", 6)(8, "div", 7)(9, "select", 30);
|
|
6945
|
+
i0.ɵɵlistener("ngModelChange", function ShareCaseComponent_div_29_Template_select_ngModelChange_9_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r7 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r7.selectedUserToRemove = $event); });
|
|
6946
|
+
i0.ɵɵelementStart(10, "option", 31);
|
|
6973
6947
|
i0.ɵɵtext(11, "Select a person");
|
|
6974
6948
|
i0.ɵɵelementEnd();
|
|
6975
|
-
i0.ɵɵtemplate(12,
|
|
6949
|
+
i0.ɵɵtemplate(12, ShareCaseComponent_div_29_option_12_Template, 2, 4, "option", 32);
|
|
6976
6950
|
i0.ɵɵelementEnd()();
|
|
6977
|
-
i0.ɵɵelementStart(13, "div", 9)(14, "button",
|
|
6978
|
-
i0.ɵɵlistener("click", function
|
|
6951
|
+
i0.ɵɵelementStart(13, "div", 9)(14, "button", 33);
|
|
6952
|
+
i0.ɵɵlistener("click", function ShareCaseComponent_div_29_Template_button_click_14_listener() { i0.ɵɵrestoreView(_r8); const ctx_r9 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r9.removeUser()); });
|
|
6979
6953
|
i0.ɵɵpipe(15, "rpxTranslate");
|
|
6980
6954
|
i0.ɵɵtext(16);
|
|
6981
6955
|
i0.ɵɵpipe(17, "rpxTranslate");
|
|
6982
|
-
i0.ɵɵ
|
|
6956
|
+
i0.ɵɵelementStart(18, "span", 11);
|
|
6957
|
+
i0.ɵɵtext(19);
|
|
6958
|
+
i0.ɵɵpipe(20, "rpxTranslate");
|
|
6959
|
+
i0.ɵɵelementEnd()()()()();
|
|
6983
6960
|
}
|
|
6984
6961
|
if (rf & 2) {
|
|
6985
6962
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
6986
6963
|
i0.ɵɵadvance(2);
|
|
6987
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(3,
|
|
6964
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(3, 8, "Remove a person from all cases"), " ");
|
|
6988
6965
|
i0.ɵɵadvance(3);
|
|
6989
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(6,
|
|
6966
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(6, 10, "Select a person to remove them from all selected cases."), " ");
|
|
6990
6967
|
i0.ɵɵadvance(4);
|
|
6991
6968
|
i0.ɵɵproperty("ngModel", ctx_r1.selectedUserToRemove);
|
|
6992
6969
|
i0.ɵɵadvance(1);
|
|
@@ -6994,16 +6971,18 @@ function ShareCaseComponent_div_26_Template(rf, ctx) {
|
|
|
6994
6971
|
i0.ɵɵadvance(2);
|
|
6995
6972
|
i0.ɵɵproperty("ngForOf", ctx_r1.assignedUsers);
|
|
6996
6973
|
i0.ɵɵadvance(2);
|
|
6997
|
-
i0.ɵɵpropertyInterpolate("title", i0.ɵɵpipeBind1(15,
|
|
6974
|
+
i0.ɵɵpropertyInterpolate("title", i0.ɵɵpipeBind1(15, 12, "Remove user from selected cases"));
|
|
6998
6975
|
i0.ɵɵadvance(2);
|
|
6999
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(17,
|
|
6976
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(17, 14, "Remove"), " ");
|
|
6977
|
+
i0.ɵɵadvance(3);
|
|
6978
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(20, 16, "user"), "");
|
|
7000
6979
|
}
|
|
7001
6980
|
}
|
|
7002
|
-
function
|
|
6981
|
+
function ShareCaseComponent_div_35_Template(rf, ctx) {
|
|
7003
6982
|
if (rf & 1) {
|
|
7004
6983
|
const _r11 = i0.ɵɵgetCurrentView();
|
|
7005
|
-
i0.ɵɵelementStart(0, "div",
|
|
7006
|
-
i0.ɵɵlistener("unselect", function
|
|
6984
|
+
i0.ɵɵelementStart(0, "div", 35)(1, "xuilib-selected-case-list", 36);
|
|
6985
|
+
i0.ɵɵlistener("unselect", function ShareCaseComponent_div_35_Template_xuilib_selected_case_list_unselect_1_listener($event) { i0.ɵɵrestoreView(_r11); const ctx_r10 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r10.onUnselect($event)); })("synchronizeStore", function ShareCaseComponent_div_35_Template_xuilib_selected_case_list_synchronizeStore_1_listener($event) { i0.ɵɵrestoreView(_r11); const ctx_r12 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r12.onSynchronizeStore($event)); });
|
|
7007
6986
|
i0.ɵɵelementEnd()();
|
|
7008
6987
|
}
|
|
7009
6988
|
if (rf & 2) {
|
|
@@ -7013,9 +6992,9 @@ function ShareCaseComponent_div_32_Template(rf, ctx) {
|
|
|
7013
6992
|
}
|
|
7014
6993
|
}
|
|
7015
6994
|
const _c0$e = function (a0) { return { "govuk-form-group--error": a0 }; };
|
|
7016
|
-
function
|
|
6995
|
+
function ShareCaseComponent_div_36_Template(rf, ctx) {
|
|
7017
6996
|
if (rf & 1) {
|
|
7018
|
-
i0.ɵɵelementStart(0, "div",
|
|
6997
|
+
i0.ɵɵelementStart(0, "div", 37);
|
|
7019
6998
|
i0.ɵɵtext(1);
|
|
7020
6999
|
i0.ɵɵpipe(2, "rpxTranslate");
|
|
7021
7000
|
i0.ɵɵelementEnd();
|
|
@@ -7208,7 +7187,7 @@ ShareCaseComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ShareCas
|
|
|
7208
7187
|
let _t;
|
|
7209
7188
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.userSelect = _t.first);
|
|
7210
7189
|
}
|
|
7211
|
-
}, inputs: { removeUserFromCaseToggleOn: "removeUserFromCaseToggleOn", shareCases$: "shareCases$", users: "users", confirmLink: "confirmLink", cancelLink: "cancelLink", addUserLabel: "addUserLabel", showRemoveUsers: "showRemoveUsers", fnTitle: "fnTitle", title: "title" }, outputs: { unselect: "unselect", synchronizeStore: "synchronizeStore" }, decls:
|
|
7190
|
+
}, inputs: { removeUserFromCaseToggleOn: "removeUserFromCaseToggleOn", shareCases$: "shareCases$", users: "users", confirmLink: "confirmLink", cancelLink: "cancelLink", addUserLabel: "addUserLabel", showRemoveUsers: "showRemoveUsers", fnTitle: "fnTitle", title: "title" }, outputs: { unselect: "unselect", synchronizeStore: "synchronizeStore" }, decls: 46, vars: 50, consts: [[3, "errorMessages", "header"], ["class", "govuk-heading-xl govuk-!-margin-top-2", 4, "ngIf"], ["id", "add-user"], [1, "govuk-form-group"], ["for", "add-user-input", 1, "govuk-label", "govuk-!-font-weight-bold"], ["id", "add-user-hint", 1, "govuk-hint"], [1, "govuk-grid-row"], [1, "govuk-grid-column-two-thirds"], ["id", "add-user-input", "aria-describedby", "add-user-hint", 3, "users", "selected"], [1, "govuk-grid-column-one-thirds"], ["id", "btn-add-user", 1, "govuk-button", "govuk-button--secondary", 3, "disabled", "title", "click"], [1, "govuk-visually-hidden"], ["id", "add-user-help", "data-module", "govuk-details", 1, "govuk-details"], [1, "govuk-details__summary"], ["id", "content-why-can-not-find-email", 1, "govuk-details__summary-text"], ["id", "content-reason-can-not-find-email", 1, "govuk-details__text"], ["class", "govuk-form-group", 4, "ngIf"], ["id", "cases", 3, "ngClass"], ["id", "title-selected-cases", 1, "govuk-heading-m"], [3, "config", "errorMessage"], ["class", "govuk-accordion", "data-module", "govuk-accordion", "id", "accordion-with-summary-sections", 4, "ngIf"], ["id", "noCaseDisplay", "class", "govuk-hint", 3, "ngClass", 4, "ngIf"], ["id", "share-case-nav", 1, "govuk-button-group"], ["id", "btn-continue", "data-module", "govuk-button", 1, "govuk-button", 3, "title", "click"], ["id", "btn-cancel", "data-module", "govuk-button", 1, "govuk-button", "govuk-button--secondary", 3, "title", "routerLink"], [1, "govuk-heading-xl", "govuk-!-margin-top-2"], ["class", "govuk-caption-xl", 4, "ngIf"], [1, "govuk-caption-xl"], ["for", "remove-user-input", 1, "govuk-label", "govuk-!-font-weight-bold"], ["id", "remove-user-hint", 1, "govuk-hint"], ["id", "remove-user-input", "aria-describedby", "remove-user-hint", 1, "govuk-select", 3, "ngModel", "ngModelChange"], ["selected", "", 3, "ngValue"], [3, "ngValue", 4, "ngFor", "ngForOf"], ["id", "btn-remove-user", 1, "govuk-button", "govuk-button--secondary", 3, "title", "click"], [3, "ngValue"], ["data-module", "govuk-accordion", "id", "accordion-with-summary-sections", 1, "govuk-accordion"], [3, "shareCases$", "removeUserFromCaseToggleOn", "unselect", "synchronizeStore"], ["id", "noCaseDisplay", 1, "govuk-hint", 3, "ngClass"]], template: function ShareCaseComponent_Template(rf, ctx) {
|
|
7212
7191
|
if (rf & 1) {
|
|
7213
7192
|
i0.ɵɵelement(0, "xuilib-hmcts-error-summary", 0);
|
|
7214
7193
|
i0.ɵɵtemplate(1, ShareCaseComponent_h1_1_Template, 4, 4, "h1", 1);
|
|
@@ -7228,35 +7207,38 @@ ShareCaseComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ShareCas
|
|
|
7228
7207
|
i0.ɵɵpipe(15, "rpxTranslate");
|
|
7229
7208
|
i0.ɵɵtext(16);
|
|
7230
7209
|
i0.ɵɵpipe(17, "rpxTranslate");
|
|
7231
|
-
i0.ɵɵ
|
|
7232
|
-
i0.ɵɵ
|
|
7233
|
-
i0.ɵɵ
|
|
7234
|
-
i0.ɵɵ
|
|
7235
|
-
i0.ɵɵ
|
|
7236
|
-
i0.ɵɵelementStart(23, "div", 14);
|
|
7210
|
+
i0.ɵɵelementStart(18, "span", 11);
|
|
7211
|
+
i0.ɵɵtext(19);
|
|
7212
|
+
i0.ɵɵpipe(20, "rpxTranslate");
|
|
7213
|
+
i0.ɵɵelementEnd()()()();
|
|
7214
|
+
i0.ɵɵelementStart(21, "details", 12)(22, "summary", 13)(23, "span", 14);
|
|
7237
7215
|
i0.ɵɵtext(24);
|
|
7238
7216
|
i0.ɵɵpipe(25, "rpxTranslate");
|
|
7217
|
+
i0.ɵɵelementEnd()();
|
|
7218
|
+
i0.ɵɵelementStart(26, "div", 15);
|
|
7219
|
+
i0.ɵɵtext(27);
|
|
7220
|
+
i0.ɵɵpipe(28, "rpxTranslate");
|
|
7239
7221
|
i0.ɵɵelementEnd()()();
|
|
7240
|
-
i0.ɵɵtemplate(
|
|
7222
|
+
i0.ɵɵtemplate(29, ShareCaseComponent_div_29_Template, 21, 18, "div", 16);
|
|
7241
7223
|
i0.ɵɵelementEnd();
|
|
7242
|
-
i0.ɵɵelementStart(
|
|
7243
|
-
i0.ɵɵtext(
|
|
7244
|
-
i0.ɵɵpipe(
|
|
7224
|
+
i0.ɵɵelementStart(30, "div", 17)(31, "h3", 18);
|
|
7225
|
+
i0.ɵɵtext(32);
|
|
7226
|
+
i0.ɵɵpipe(33, "rpxTranslate");
|
|
7245
7227
|
i0.ɵɵelementEnd();
|
|
7246
|
-
i0.ɵɵelement(
|
|
7247
|
-
i0.ɵɵtemplate(
|
|
7248
|
-
i0.ɵɵtemplate(
|
|
7228
|
+
i0.ɵɵelement(34, "xuilib-gov-uk-error-message", 19);
|
|
7229
|
+
i0.ɵɵtemplate(35, ShareCaseComponent_div_35_Template, 2, 2, "div", 20);
|
|
7230
|
+
i0.ɵɵtemplate(36, ShareCaseComponent_div_36_Template, 3, 6, "div", 21);
|
|
7249
7231
|
i0.ɵɵelementEnd();
|
|
7250
|
-
i0.ɵɵelementStart(
|
|
7251
|
-
i0.ɵɵlistener("click", function
|
|
7252
|
-
i0.ɵɵpipe(
|
|
7253
|
-
i0.ɵɵtext(
|
|
7254
|
-
i0.ɵɵpipe(
|
|
7232
|
+
i0.ɵɵelementStart(37, "div", 22)(38, "button", 23);
|
|
7233
|
+
i0.ɵɵlistener("click", function ShareCaseComponent_Template_button_click_38_listener() { return ctx.onContinue(); });
|
|
7234
|
+
i0.ɵɵpipe(39, "rpxTranslate");
|
|
7235
|
+
i0.ɵɵtext(40);
|
|
7236
|
+
i0.ɵɵpipe(41, "rpxTranslate");
|
|
7255
7237
|
i0.ɵɵelementEnd();
|
|
7256
|
-
i0.ɵɵelementStart(
|
|
7257
|
-
i0.ɵɵpipe(
|
|
7258
|
-
i0.ɵɵtext(
|
|
7259
|
-
i0.ɵɵpipe(
|
|
7238
|
+
i0.ɵɵelementStart(42, "button", 24);
|
|
7239
|
+
i0.ɵɵpipe(43, "rpxTranslate");
|
|
7240
|
+
i0.ɵɵtext(44);
|
|
7241
|
+
i0.ɵɵpipe(45, "rpxTranslate");
|
|
7260
7242
|
i0.ɵɵelementEnd()();
|
|
7261
7243
|
}
|
|
7262
7244
|
if (rf & 2) {
|
|
@@ -7264,26 +7246,28 @@ ShareCaseComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ShareCas
|
|
|
7264
7246
|
i0.ɵɵadvance(1);
|
|
7265
7247
|
i0.ɵɵproperty("ngIf", ctx.title);
|
|
7266
7248
|
i0.ɵɵadvance(4);
|
|
7267
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(6,
|
|
7249
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(6, 24, ctx.addUserLabel));
|
|
7268
7250
|
i0.ɵɵadvance(3);
|
|
7269
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(9,
|
|
7251
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(9, 26, "Search by name or email address. You can share access with as many people as you need."), " ");
|
|
7270
7252
|
i0.ɵɵadvance(4);
|
|
7271
7253
|
i0.ɵɵproperty("users", ctx.users);
|
|
7272
7254
|
i0.ɵɵadvance(2);
|
|
7273
|
-
i0.ɵɵpropertyInterpolate("title", i0.ɵɵpipeBind1(15,
|
|
7255
|
+
i0.ɵɵpropertyInterpolate("title", i0.ɵɵpipeBind1(15, 28, "Add user to selected cases"));
|
|
7274
7256
|
i0.ɵɵproperty("disabled", ctx.isDisabledAdd());
|
|
7275
7257
|
i0.ɵɵadvance(2);
|
|
7276
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(17,
|
|
7258
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(17, 30, "Add"), " ");
|
|
7259
|
+
i0.ɵɵadvance(3);
|
|
7260
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(20, 32, "user"));
|
|
7277
7261
|
i0.ɵɵadvance(5);
|
|
7278
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(
|
|
7262
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(25, 34, "Can't find an email address?"), " ");
|
|
7279
7263
|
i0.ɵɵadvance(3);
|
|
7280
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(
|
|
7264
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(28, 36, "If you can't find your colleague's email address, they will need to complete their registration. Contact your administrator for help."), " ");
|
|
7281
7265
|
i0.ɵɵadvance(2);
|
|
7282
7266
|
i0.ɵɵproperty("ngIf", ctx.showRemoveUsers);
|
|
7283
7267
|
i0.ɵɵadvance(1);
|
|
7284
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(
|
|
7268
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(48, _c0$e, ctx.shareCaseErrorMessage.messages && ctx.shareCaseErrorMessage.messages.length > 0));
|
|
7285
7269
|
i0.ɵɵadvance(2);
|
|
7286
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(
|
|
7270
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(33, 38, "Selected cases"), " ");
|
|
7287
7271
|
i0.ɵɵadvance(2);
|
|
7288
7272
|
i0.ɵɵproperty("config", ctx.selectedCasesErrorMessageConfig)("errorMessage", ctx.shareCaseErrorMessage);
|
|
7289
7273
|
i0.ɵɵadvance(1);
|
|
@@ -7291,20 +7275,20 @@ ShareCaseComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ShareCas
|
|
|
7291
7275
|
i0.ɵɵadvance(1);
|
|
7292
7276
|
i0.ɵɵproperty("ngIf", ctx.shareCases && ctx.shareCases.length === 0);
|
|
7293
7277
|
i0.ɵɵadvance(2);
|
|
7294
|
-
i0.ɵɵpropertyInterpolate("title", i0.ɵɵpipeBind1(
|
|
7278
|
+
i0.ɵɵpropertyInterpolate("title", i0.ɵɵpipeBind1(39, 40, "Continue"));
|
|
7295
7279
|
i0.ɵɵadvance(2);
|
|
7296
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(
|
|
7280
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(41, 42, "Continue"), " ");
|
|
7297
7281
|
i0.ɵɵadvance(2);
|
|
7298
|
-
i0.ɵɵpropertyInterpolate("title", i0.ɵɵpipeBind1(
|
|
7282
|
+
i0.ɵɵpropertyInterpolate("title", i0.ɵɵpipeBind1(43, 44, "Cancel"));
|
|
7299
7283
|
i0.ɵɵproperty("routerLink", ctx.cancelLink);
|
|
7300
7284
|
i0.ɵɵadvance(2);
|
|
7301
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(
|
|
7285
|
+
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(45, 46, "Cancel"), " ");
|
|
7302
7286
|
}
|
|
7303
7287
|
}, dependencies: [i1.NgClass, i1.NgForOf, i1.NgIf, i2$4.NgSelectOption, i2$4.ɵNgSelectMultipleOption, i2$4.SelectControlValueAccessor, i2$4.NgControlStatus, i2$4.NgModel, i2$1.RouterLink, SelectedCaseListComponent, UserSelectComponent, HmctsErrorSummaryComponent, GovUkErrorMessageComponent, i2.RpxTranslatePipe], styles: ["select[_ngcontent-%COMP%]{width:100%}"] });
|
|
7304
7288
|
(function () {
|
|
7305
7289
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ShareCaseComponent, [{
|
|
7306
7290
|
type: Component,
|
|
7307
|
-
args: [{ selector: 'xuilib-share-case', template: "<xuilib-hmcts-error-summary\n [errorMessages]=\"validationErrors\"\n [header]=\"'There is a problem'\"\n></xuilib-hmcts-error-summary>\n<h1 *ngIf=\"title\" class=\"govuk-heading-xl govuk-!-margin-top-2\">\n <span *ngIf=\"fnTitle\" class=\"govuk-caption-xl\">{{fnTitle | rpxTranslate}}</span>\n {{title | rpxTranslate}}\n</h1>\n<div id=\"add-user\">\n <div class=\"govuk-form-group\">\n <label class=\"govuk-label govuk-!-font-weight-bold\" for=\"add-user-input\">{{addUserLabel | rpxTranslate}}</label>\n <span id=\"add-user-hint\" class=\"govuk-hint\">\n {{'Search by name or email address. You can share access with as many people as you need.' | rpxTranslate}}\n </span>\n <div class=\"govuk-grid-row\">\n <div class=\"govuk-grid-column-two-thirds\">\n <xuilib-user-select\n id=\"add-user-input\"\n aria-describedby=\"add-user-hint\"\n [users]=\"users\"\n (selected)=\"onSelectedUser($event)\">\n </xuilib-user-select>\n </div>\n <div class=\"govuk-grid-column-one-thirds\">\n <button id=\"btn-add-user\" (click)=\"addUser()\"\n class=\"govuk-button govuk-button--secondary\" [disabled]=\"isDisabledAdd()\"\n title=\"{{'Add user to selected cases' | rpxTranslate}}\">\n {{'Add' | rpxTranslate}}\n </button>\n </div>\n </div>\n <details id=\"add-user-help\" class=\"govuk-details\" data-module=\"govuk-details\">\n <summary class=\"govuk-details__summary\">\n <span id=\"content-why-can-not-find-email\" class=\"govuk-details__summary-text\">\n {{\"Can't find an email address?\" | rpxTranslate}}\n </span>\n </summary>\n <div id=\"content-reason-can-not-find-email\" class=\"govuk-details__text\">\n {{\"If you can't find your colleague's email address, they will need to complete their registration. Contact your administrator for help.\" | rpxTranslate}}\n </div>\n </details>\n </div>\n <div class=\"govuk-form-group\" *ngIf=\"showRemoveUsers\">\n <label class=\"govuk-label govuk-!-font-weight-bold\" for=\"remove-user-input\">\n {{'Remove a person from all cases' | rpxTranslate}}\n </label>\n <span id=\"remove-user-hint\" class=\"govuk-hint\">\n {{'Select a person to remove them from all selected cases.' | rpxTranslate}}\n </span>\n <div class=\"govuk-grid-row\">\n <div class=\"govuk-grid-column-two-thirds\">\n <select [(ngModel)]=\"selectedUserToRemove\" class=\"govuk-select\" id=\"remove-user-input\" aria-describedby=\"remove-user-hint\">\n <option [ngValue]=\"null\" selected>Select a person</option>\n <option *ngFor=\"let user of assignedUsers\" [ngValue]=\"user\">{{user.firstName}} {{user.lastName}} - {{user.email}}</option>\n </select>\n </div>\n <div class=\"govuk-grid-column-one-thirds\">\n <button id=\"btn-remove-user\" (click)=\"removeUser()\" class=\"govuk-button govuk-button--secondary\" title=\"{{'Remove user from selected cases' | rpxTranslate}}\">\n {{'Remove' | rpxTranslate}}\n </button>\n </div>\n </div>\n </div>\n</div>\n\n<div id=\"cases\" [ngClass]=\"{'govuk-form-group--error': shareCaseErrorMessage.messages && shareCaseErrorMessage.messages.length > 0}\">\n <h3 id=\"title-selected-cases\" class=\"govuk-heading-m\">\n {{'Selected cases' | rpxTranslate}}\n </h3>\n <xuilib-gov-uk-error-message [config]=\"selectedCasesErrorMessageConfig\" [errorMessage]=\"shareCaseErrorMessage\"></xuilib-gov-uk-error-message>\n <div *ngIf=\"shareCases && shareCases.length > 0\" class=\"govuk-accordion\" data-module=\"govuk-accordion\" id=\"accordion-with-summary-sections\">\n <xuilib-selected-case-list\n [shareCases$]=\"shareCases$\"\n [removeUserFromCaseToggleOn]=\"removeUserFromCaseToggleOn\"\n (unselect)=\"onUnselect($event)\"\n (synchronizeStore)=\"onSynchronizeStore($event)\"\n >\n </xuilib-selected-case-list>\n </div>\n\n <div id=\"noCaseDisplay\" *ngIf=\"shareCases && shareCases.length === 0\" class=\"govuk-hint\"\n [ngClass]=\"{'govuk-form-group--error': shareCaseErrorMessage.messages && shareCaseErrorMessage.messages.length > 0}\">\n {{'No cases to display.' | rpxTranslate}}\n </div>\n\n</div>\n\n<div id=\"share-case-nav\" class=\"govuk-button-group\">\n <button id=\"btn-continue\" class=\"govuk-button\" data-module=\"govuk-button\" (click)=\"onContinue()\" title=\"{{'Continue' | rpxTranslate}}\">\n {{'Continue' | rpxTranslate}}\n </button>\n <button id=\"btn-cancel\" class=\"govuk-button govuk-button--secondary\" data-module=\"govuk-button\" title=\"{{'Cancel' | rpxTranslate}}\" [routerLink]=\"cancelLink\">\n {{'Cancel' | rpxTranslate}}\n </button>\n</div>\n", styles: ["select{width:100%}\n"] }]
|
|
7291
|
+
args: [{ selector: 'xuilib-share-case', template: "<xuilib-hmcts-error-summary\n [errorMessages]=\"validationErrors\"\n [header]=\"'There is a problem'\"\n></xuilib-hmcts-error-summary>\n<h1 *ngIf=\"title\" class=\"govuk-heading-xl govuk-!-margin-top-2\">\n <span *ngIf=\"fnTitle\" class=\"govuk-caption-xl\">{{fnTitle | rpxTranslate}}</span>\n {{title | rpxTranslate}}\n</h1>\n<div id=\"add-user\">\n <div class=\"govuk-form-group\">\n <label class=\"govuk-label govuk-!-font-weight-bold\" for=\"add-user-input\">{{addUserLabel | rpxTranslate}}</label>\n <span id=\"add-user-hint\" class=\"govuk-hint\">\n {{'Search by name or email address. You can share access with as many people as you need.' | rpxTranslate}}\n </span>\n <div class=\"govuk-grid-row\">\n <div class=\"govuk-grid-column-two-thirds\">\n <xuilib-user-select\n id=\"add-user-input\"\n aria-describedby=\"add-user-hint\"\n [users]=\"users\"\n (selected)=\"onSelectedUser($event)\">\n </xuilib-user-select>\n </div>\n <div class=\"govuk-grid-column-one-thirds\">\n <button id=\"btn-add-user\" (click)=\"addUser()\"\n class=\"govuk-button govuk-button--secondary\" [disabled]=\"isDisabledAdd()\"\n title=\"{{'Add user to selected cases' | rpxTranslate}}\">\n {{'Add' | rpxTranslate}}\n <span class=\"govuk-visually-hidden\">{{'user' | rpxTranslate}}</span>\n </button>\n </div>\n </div>\n <details id=\"add-user-help\" class=\"govuk-details\" data-module=\"govuk-details\">\n <summary class=\"govuk-details__summary\">\n <span id=\"content-why-can-not-find-email\" class=\"govuk-details__summary-text\">\n {{\"Can't find an email address?\" | rpxTranslate}}\n </span>\n </summary>\n <div id=\"content-reason-can-not-find-email\" class=\"govuk-details__text\">\n {{\"If you can't find your colleague's email address, they will need to complete their registration. Contact your administrator for help.\" | rpxTranslate}}\n </div>\n </details>\n </div>\n <div class=\"govuk-form-group\" *ngIf=\"showRemoveUsers\">\n <label class=\"govuk-label govuk-!-font-weight-bold\" for=\"remove-user-input\">\n {{'Remove a person from all cases' | rpxTranslate}}\n </label>\n <span id=\"remove-user-hint\" class=\"govuk-hint\">\n {{'Select a person to remove them from all selected cases.' | rpxTranslate}}\n </span>\n <div class=\"govuk-grid-row\">\n <div class=\"govuk-grid-column-two-thirds\">\n <select [(ngModel)]=\"selectedUserToRemove\" class=\"govuk-select\" id=\"remove-user-input\" aria-describedby=\"remove-user-hint\">\n <option [ngValue]=\"null\" selected>Select a person</option>\n <option *ngFor=\"let user of assignedUsers\" [ngValue]=\"user\">{{user.firstName}} {{user.lastName}} - {{user.email}}</option>\n </select>\n </div>\n <div class=\"govuk-grid-column-one-thirds\">\n <button id=\"btn-remove-user\" (click)=\"removeUser()\" class=\"govuk-button govuk-button--secondary\" title=\"{{'Remove user from selected cases' | rpxTranslate}}\">\n {{'Remove' | rpxTranslate}}\n <span class=\"govuk-visually-hidden\"> {{'user' | rpxTranslate}}</span>\n </button>\n </div>\n </div>\n </div>\n</div>\n\n<div id=\"cases\" [ngClass]=\"{'govuk-form-group--error': shareCaseErrorMessage.messages && shareCaseErrorMessage.messages.length > 0}\">\n <h3 id=\"title-selected-cases\" class=\"govuk-heading-m\">\n {{'Selected cases' | rpxTranslate}}\n </h3>\n <xuilib-gov-uk-error-message [config]=\"selectedCasesErrorMessageConfig\" [errorMessage]=\"shareCaseErrorMessage\"></xuilib-gov-uk-error-message>\n <div *ngIf=\"shareCases && shareCases.length > 0\" class=\"govuk-accordion\" data-module=\"govuk-accordion\" id=\"accordion-with-summary-sections\">\n <xuilib-selected-case-list\n [shareCases$]=\"shareCases$\"\n [removeUserFromCaseToggleOn]=\"removeUserFromCaseToggleOn\"\n (unselect)=\"onUnselect($event)\"\n (synchronizeStore)=\"onSynchronizeStore($event)\"\n >\n </xuilib-selected-case-list>\n </div>\n\n <div id=\"noCaseDisplay\" *ngIf=\"shareCases && shareCases.length === 0\" class=\"govuk-hint\"\n [ngClass]=\"{'govuk-form-group--error': shareCaseErrorMessage.messages && shareCaseErrorMessage.messages.length > 0}\">\n {{'No cases to display.' | rpxTranslate}}\n </div>\n\n</div>\n\n<div id=\"share-case-nav\" class=\"govuk-button-group\">\n <button id=\"btn-continue\" class=\"govuk-button\" data-module=\"govuk-button\" (click)=\"onContinue()\" title=\"{{'Continue' | rpxTranslate}}\">\n {{'Continue' | rpxTranslate}}\n </button>\n <button id=\"btn-cancel\" class=\"govuk-button govuk-button--secondary\" data-module=\"govuk-button\" title=\"{{'Cancel' | rpxTranslate}}\" [routerLink]=\"cancelLink\">\n {{'Cancel' | rpxTranslate}}\n </button>\n</div>\n", styles: ["select{width:100%}\n"] }]
|
|
7308
7292
|
}], function () { return [{ type: CaseSharingStateService }, { type: i2$1.Router }]; }, { removeUserFromCaseToggleOn: [{
|
|
7309
7293
|
type: Input
|
|
7310
7294
|
}], shareCases$: [{
|
|
@@ -8230,7 +8214,7 @@ function CookieBannerComponent_div_0_Template(rf, ctx) {
|
|
|
8230
8214
|
i0.ɵɵadvance(5);
|
|
8231
8215
|
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(11, 12, "We use some essential cookies to make this service work."));
|
|
8232
8216
|
i0.ɵɵadvance(3);
|
|
8233
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(14, 14, "We
|
|
8217
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(14, 14, "We'd also like to use analytics cookies so we can understand how you use the service and make improvements."));
|
|
8234
8218
|
i0.ɵɵadvance(4);
|
|
8235
8219
|
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(18, 16, "Accept analytics cookies"), " ");
|
|
8236
8220
|
i0.ɵɵadvance(3);
|
|
@@ -8324,7 +8308,7 @@ CookieBannerComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: Cooki
|
|
|
8324
8308
|
(function () {
|
|
8325
8309
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CookieBannerComponent, [{
|
|
8326
8310
|
type: Component,
|
|
8327
|
-
args: [{ selector: 'xuilib-cookie-banner', template: "<div class=\"govuk-cookie-banner \" role=\"region\" attr.aria-label=\"'Cookies on {{appName}}'\" *ngIf=\"isCookieBannerVisible\">\n <div class=\"govuk-cookie-banner__message govuk-width-container\">\n\n <div class=\"govuk-grid-row\">\n <div class=\"govuk-grid-column-two-thirds\">\n <h2 class=\"govuk-cookie-banner__heading govuk-heading-m\">{{'Cookies on' | rpxTranslate}} {{appName | rpxTranslate}}</h2>\n\n <div class=\"govuk-cookie-banner__content\">\n <p>{{'We use some essential cookies to make this service work.' | rpxTranslate}}</p>\n <p>{{'We
|
|
8311
|
+
args: [{ selector: 'xuilib-cookie-banner', template: "<div class=\"govuk-cookie-banner \" role=\"region\" attr.aria-label=\"'Cookies on {{appName}}'\" *ngIf=\"isCookieBannerVisible\">\n <div class=\"govuk-cookie-banner__message govuk-width-container\">\n\n <div class=\"govuk-grid-row\">\n <div class=\"govuk-grid-column-two-thirds\">\n <h2 class=\"govuk-cookie-banner__heading govuk-heading-m\">{{'Cookies on' | rpxTranslate}} {{appName | rpxTranslate}}</h2>\n\n <div class=\"govuk-cookie-banner__content\">\n <p>{{'We use some essential cookies to make this service work.' | rpxTranslate}}</p>\n <p>{{'We\\'d also like to use analytics cookies so we can understand how you use the service and make improvements.' | rpxTranslate}}</p>\n </div>\n </div>\n </div>\n\n <div class=\"govuk-button-group\">\n <button value=\"accept\" type=\"button\" name=\"cookies\" class=\"govuk-button\" data-module=\"govuk-button\" (click)=\"acceptCookie()\">\n {{'Accept analytics cookies' | rpxTranslate}}\n </button>\n <button value=\"reject\" type=\"button\" name=\"cookies\" class=\"govuk-button\" data-module=\"govuk-button\" (click)=\"rejectCookie()\">\n {{'Reject analytics cookies' | rpxTranslate}}\n </button>\n <a class=\"govuk-link\" routerLink=\"/cookies\">{{'View cookies' | rpxTranslate}}</a>\n </div>\n </div>\n</div>\n" }]
|
|
8328
8312
|
}], function () {
|
|
8329
8313
|
return [{ type: CookieService }, { type: undefined, decorators: [{
|
|
8330
8314
|
type: Inject,
|
|
@@ -10480,7 +10464,7 @@ HmctsIdentityBarComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: H
|
|
|
10480
10464
|
(function () {
|
|
10481
10465
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(HmctsIdentityBarComponent, [{
|
|
10482
10466
|
type: Component,
|
|
10483
|
-
args: [{ selector: 'xuilib-hmcts-identity-bar', template: "<div class=\"hmcts-identity-bar\" *ngIf=\"value\">\n
|
|
10467
|
+
args: [{ selector: 'xuilib-hmcts-identity-bar', template: "<div class=\"hmcts-identity-bar\" *ngIf=\"value\">\n <div class=\"hmcts-identity-bar__container\">\n <div class=\"hmcts-identity-bar__details\">\n <span class=\"hmcts-identity-bar__title\">{{value | rpxTranslate}}</span>\n </div>\n </div>\n</div>\n" }]
|
|
10484
10468
|
}], function () { return []; }, { content: [{
|
|
10485
10469
|
type: Input
|
|
10486
10470
|
}] });
|