@hmcts/ccd-case-ui-toolkit 6.0.2-migration-dynamic-list → 6.0.2-migration-dynamic-list-rc2
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/bundles/hmcts-ccd-case-ui-toolkit.umd.js +919 -3342
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.js.map +1 -1
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js +1 -1
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js.map +1 -1
- package/esm2015/lib/shared/commons/case-edit-data/case-edit-data.service.js +1 -9
- package/esm2015/lib/shared/components/case-editor/case-access-utils/index.js +10 -1
- package/esm2015/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.js +7 -17
- package/esm2015/lib/shared/components/case-editor/services/cases.service.js +5 -52
- package/esm2015/lib/shared/components/case-editor/services/page-validation.service.js +2 -10
- package/esm2015/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.js +20 -3
- package/esm2015/lib/shared/components/palette/base-field/abstract-form-field.component.js +2 -4
- package/esm2015/lib/shared/components/palette/case-flag/components/select-flag-type/select-flag-type.component.js +30 -19
- package/esm2015/lib/shared/components/palette/case-flag/write-case-flag-field.component.js +35 -24
- package/esm2015/lib/shared/components/palette/case-link/index.js +1 -4
- package/esm2015/lib/shared/components/palette/case-link/read-case-link-field.component.js +8 -28
- package/esm2015/lib/shared/components/palette/case-link/write-case-link-field.component.js +66 -77
- package/esm2015/lib/shared/components/palette/datetime-picker/datetime-picker.component.js +10 -3
- package/esm2015/lib/shared/components/palette/palette.module.js +19 -65
- package/esm2015/lib/shared/components/palette/palette.service.js +4 -12
- package/esm2015/lib/shared/components/palette/utils/is-compound.pipe.js +1 -10
- package/esm2015/lib/shared/components/search-result/search-result.component.js +10 -14
- package/esm2015/lib/shared/directives/conditional-show/domain/conditional-show.model.js +103 -200
- package/esm2015/lib/shared/directives/conditional-show/services/condition-parser.service.js +201 -0
- package/esm2015/lib/shared/directives/conditional-show/services/condition.peg.js +103 -0
- package/esm2015/lib/shared/domain/case-flag/hmcts-service-detail.model.js +1 -1
- package/esm2015/lib/shared/domain/case-view/role-request.model.js +1 -1
- package/esm2015/lib/shared/domain/definition/field-type-enum.model.js +1 -1
- package/esm2015/lib/shared/domain/user/user-info.model.js +1 -1
- package/esm2015/lib/shared/pipes/complex/ccd-read-fields-filter.pipe.js +1 -5
- package/esm2015/lib/shared/pipes/index.js +1 -2
- package/esm2015/lib/shared/pipes/pipes.module.js +4 -8
- package/esm2015/lib/shared/services/case-flag/case-flag-refdata.service.js +25 -4
- package/esm2015/lib/shared/services/fields/fields.utils.js +2 -8
- package/esm2015/lib/shared/services/form/form-value.service.js +10 -9
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js +918 -3016
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
- package/lib/shared/commons/case-edit-data/case-edit-data.service.d.ts +0 -5
- package/lib/shared/commons/case-edit-data/case-edit-data.service.d.ts.map +1 -1
- package/lib/shared/components/case-editor/case-access-utils/index.d.ts +3 -0
- package/lib/shared/components/case-editor/case-access-utils/index.d.ts.map +1 -1
- package/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.d.ts +0 -2
- package/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.d.ts.map +1 -1
- package/lib/shared/components/case-editor/services/cases.service.d.ts +0 -9
- package/lib/shared/components/case-editor/services/cases.service.d.ts.map +1 -1
- package/lib/shared/components/case-editor/services/page-validation.service.d.ts +0 -1
- package/lib/shared/components/case-editor/services/page-validation.service.d.ts.map +1 -1
- package/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.d.ts +1 -0
- package/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.d.ts.map +1 -1
- package/lib/shared/components/palette/base-field/abstract-form-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/components/select-flag-type/select-flag-type.component.d.ts +3 -1
- package/lib/shared/components/palette/case-flag/components/select-flag-type/select-flag-type.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-flag/write-case-flag-field.component.d.ts +2 -0
- package/lib/shared/components/palette/case-flag/write-case-flag-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-link/index.d.ts +0 -3
- package/lib/shared/components/palette/case-link/index.d.ts.map +1 -1
- package/lib/shared/components/palette/case-link/read-case-link-field.component.d.ts +0 -3
- package/lib/shared/components/palette/case-link/read-case-link-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-link/write-case-link-field.component.d.ts +4 -13
- package/lib/shared/components/palette/case-link/write-case-link-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/datetime-picker/datetime-picker.component.d.ts.map +1 -1
- package/lib/shared/components/palette/palette.module.d.ts +60 -69
- package/lib/shared/components/palette/palette.module.d.ts.map +1 -1
- package/lib/shared/components/palette/palette.service.d.ts.map +1 -1
- package/lib/shared/components/palette/utils/is-compound.pipe.d.ts +0 -1
- package/lib/shared/components/palette/utils/is-compound.pipe.d.ts.map +1 -1
- package/lib/shared/directives/conditional-show/domain/conditional-show.model.d.ts +13 -30
- package/lib/shared/directives/conditional-show/domain/conditional-show.model.d.ts.map +1 -1
- package/lib/shared/directives/conditional-show/services/condition-parser.service.d.ts +30 -0
- package/lib/shared/directives/conditional-show/services/condition-parser.service.d.ts.map +1 -0
- package/lib/shared/directives/conditional-show/services/condition.peg.d.ts +3 -0
- package/lib/shared/directives/conditional-show/services/condition.peg.d.ts.map +1 -0
- package/lib/shared/domain/case-flag/hmcts-service-detail.model.d.ts.map +1 -1
- package/lib/shared/domain/case-view/role-request.model.d.ts +1 -1
- package/lib/shared/domain/case-view/role-request.model.d.ts.map +1 -1
- package/lib/shared/domain/definition/field-type-enum.model.d.ts +1 -1
- package/lib/shared/domain/definition/field-type-enum.model.d.ts.map +1 -1
- package/lib/shared/domain/user/user-info.model.d.ts +2 -0
- package/lib/shared/domain/user/user-info.model.d.ts.map +1 -1
- package/lib/shared/pipes/complex/ccd-read-fields-filter.pipe.d.ts.map +1 -1
- package/lib/shared/pipes/index.d.ts +0 -1
- package/lib/shared/pipes/index.d.ts.map +1 -1
- package/lib/shared/pipes/pipes.module.d.ts +2 -3
- package/lib/shared/pipes/pipes.module.d.ts.map +1 -1
- package/lib/shared/services/case-flag/case-flag-refdata.service.d.ts +14 -3
- package/lib/shared/services/case-flag/case-flag-refdata.service.d.ts.map +1 -1
- package/lib/shared/services/fields/fields.utils.d.ts +0 -1
- package/lib/shared/services/fields/fields.utils.d.ts.map +1 -1
- package/lib/shared/services/form/form-value.service.d.ts +0 -3
- package/lib/shared/services/form/form-value.service.d.ts.map +1 -1
- package/package.json +1 -1
- package/esm2015/lib/shared/components/palette/case-link/components/before-you-start/before-you-start.component.js +0 -125
- package/esm2015/lib/shared/components/palette/case-link/components/check-your-answers/check-your-answers.component.js +0 -198
- package/esm2015/lib/shared/components/palette/case-link/components/index.js +0 -10
- package/esm2015/lib/shared/components/palette/case-link/components/link-cases/link-cases.component.js +0 -497
- package/esm2015/lib/shared/components/palette/case-link/components/linked-cases-table/linked-cases-from-table.component.js +0 -221
- package/esm2015/lib/shared/components/palette/case-link/components/linked-cases-table/linked-cases-to-table.component.js +0 -286
- package/esm2015/lib/shared/components/palette/case-link/components/no-linked-cases/no-linked-cases.component.js +0 -76
- package/esm2015/lib/shared/components/palette/case-link/components/read-linked-cases.component.js +0 -178
- package/esm2015/lib/shared/components/palette/case-link/components/unlink-cases/unlink-cases.component.js +0 -216
- package/esm2015/lib/shared/components/palette/case-link/components/write-linked-cases.component.js +0 -265
- package/esm2015/lib/shared/components/palette/case-link/domain/index.js +0 -3
- package/esm2015/lib/shared/components/palette/case-link/domain/linked-cases-state.model.js +0 -2
- package/esm2015/lib/shared/components/palette/case-link/domain/linked-cases.model.js +0 -19
- package/esm2015/lib/shared/components/palette/case-link/enums/index.js +0 -2
- package/esm2015/lib/shared/components/palette/case-link/enums/write-linked-cases-field.enum.js +0 -33
- package/esm2015/lib/shared/components/palette/case-link/services/index.js +0 -2
- package/esm2015/lib/shared/components/palette/case-link/services/linked-cases.service.js +0 -134
- package/esm2015/lib/shared/components/palette/case-link/utils/validators.utils.js +0 -27
- package/esm2015/lib/shared/pipes/link-cases-reason-code/ccd-link-cases-reason-code.pipe.js +0 -23
- package/esm2015/lib/shared/pipes/link-cases-reason-code/index.js +0 -2
- package/lib/shared/components/palette/case-link/components/before-you-start/before-you-start.component.d.ts +0 -19
- package/lib/shared/components/palette/case-link/components/before-you-start/before-you-start.component.d.ts.map +0 -1
- package/lib/shared/components/palette/case-link/components/check-your-answers/check-your-answers.component.d.ts +0 -18
- package/lib/shared/components/palette/case-link/components/check-your-answers/check-your-answers.component.d.ts.map +0 -1
- package/lib/shared/components/palette/case-link/components/index.d.ts +0 -10
- package/lib/shared/components/palette/case-link/components/index.d.ts.map +0 -1
- package/lib/shared/components/palette/case-link/components/link-cases/link-cases.component.d.ts +0 -45
- package/lib/shared/components/palette/case-link/components/link-cases/link-cases.component.d.ts.map +0 -1
- package/lib/shared/components/palette/case-link/components/linked-cases-table/linked-cases-from-table.component.d.ts +0 -42
- package/lib/shared/components/palette/case-link/components/linked-cases-table/linked-cases-from-table.component.d.ts.map +0 -1
- package/lib/shared/components/palette/case-link/components/linked-cases-table/linked-cases-to-table.component.d.ts +0 -45
- package/lib/shared/components/palette/case-link/components/linked-cases-table/linked-cases-to-table.component.d.ts.map +0 -1
- package/lib/shared/components/palette/case-link/components/no-linked-cases/no-linked-cases.component.d.ts +0 -12
- package/lib/shared/components/palette/case-link/components/no-linked-cases/no-linked-cases.component.d.ts.map +0 -1
- package/lib/shared/components/palette/case-link/components/read-linked-cases.component.d.ts +0 -37
- package/lib/shared/components/palette/case-link/components/read-linked-cases.component.d.ts.map +0 -1
- package/lib/shared/components/palette/case-link/components/unlink-cases/unlink-cases.component.d.ts +0 -38
- package/lib/shared/components/palette/case-link/components/unlink-cases/unlink-cases.component.d.ts.map +0 -1
- package/lib/shared/components/palette/case-link/components/write-linked-cases.component.d.ts +0 -45
- package/lib/shared/components/palette/case-link/components/write-linked-cases.component.d.ts.map +0 -1
- package/lib/shared/components/palette/case-link/domain/index.d.ts +0 -3
- package/lib/shared/components/palette/case-link/domain/index.d.ts.map +0 -1
- package/lib/shared/components/palette/case-link/domain/linked-cases-state.model.d.ts +0 -12
- package/lib/shared/components/palette/case-link/domain/linked-cases-state.model.d.ts.map +0 -1
- package/lib/shared/components/palette/case-link/domain/linked-cases.model.d.ts +0 -65
- package/lib/shared/components/palette/case-link/domain/linked-cases.model.d.ts.map +0 -1
- package/lib/shared/components/palette/case-link/enums/index.d.ts +0 -2
- package/lib/shared/components/palette/case-link/enums/index.d.ts.map +0 -1
- package/lib/shared/components/palette/case-link/enums/write-linked-cases-field.enum.d.ts +0 -29
- package/lib/shared/components/palette/case-link/enums/write-linked-cases-field.enum.d.ts.map +0 -1
- package/lib/shared/components/palette/case-link/services/index.d.ts +0 -2
- package/lib/shared/components/palette/case-link/services/index.d.ts.map +0 -1
- package/lib/shared/components/palette/case-link/services/linked-cases.service.d.ts +0 -50
- package/lib/shared/components/palette/case-link/services/linked-cases.service.d.ts.map +0 -1
- package/lib/shared/components/palette/case-link/utils/validators.utils.d.ts +0 -10
- package/lib/shared/components/palette/case-link/utils/validators.utils.d.ts.map +0 -1
- package/lib/shared/pipes/link-cases-reason-code/ccd-link-cases-reason-code.pipe.d.ts +0 -11
- package/lib/shared/pipes/link-cases-reason-code/ccd-link-cases-reason-code.pipe.d.ts.map +0 -1
- package/lib/shared/pipes/link-cases-reason-code/index.d.ts +0 -2
- package/lib/shared/pipes/link-cases-reason-code/index.d.ts.map +0 -1
|
@@ -1,198 +0,0 @@
|
|
|
1
|
-
import { Component, EventEmitter, Output } from '@angular/core';
|
|
2
|
-
import { LinkedCasesPages } from '../../enums';
|
|
3
|
-
import { LinkedCasesService } from '../../services/linked-cases.service';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "../../services/linked-cases.service";
|
|
6
|
-
function CheckYourAnswersComponent_table_4_tr_9_Template(rf, ctx) { if (rf & 1) {
|
|
7
|
-
const _r8 = i0.ɵɵgetCurrentView();
|
|
8
|
-
i0.ɵɵelementStart(0, "tr", 7);
|
|
9
|
-
i0.ɵɵelementStart(1, "td", 14);
|
|
10
|
-
i0.ɵɵtext(2);
|
|
11
|
-
i0.ɵɵelement(3, "br");
|
|
12
|
-
i0.ɵɵtext(4);
|
|
13
|
-
i0.ɵɵpipe(5, "ccdCaseReference");
|
|
14
|
-
i0.ɵɵelementEnd();
|
|
15
|
-
i0.ɵɵelementStart(6, "td", 14);
|
|
16
|
-
i0.ɵɵelementStart(7, "a", 15);
|
|
17
|
-
i0.ɵɵlistener("click", function CheckYourAnswersComponent_table_4_tr_9_Template_a_click_7_listener() { i0.ɵɵrestoreView(_r8); const ctx_r7 = i0.ɵɵnextContext(2); return ctx_r7.onChange(); });
|
|
18
|
-
i0.ɵɵtext(8, "Change");
|
|
19
|
-
i0.ɵɵelementEnd();
|
|
20
|
-
i0.ɵɵelementEnd();
|
|
21
|
-
i0.ɵɵelementEnd();
|
|
22
|
-
} if (rf & 2) {
|
|
23
|
-
const case_r6 = ctx.$implicit;
|
|
24
|
-
i0.ɵɵadvance(2);
|
|
25
|
-
i0.ɵɵtextInterpolate1(" ", case_r6.caseName, " ");
|
|
26
|
-
i0.ɵɵadvance(2);
|
|
27
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(5, 2, case_r6.caseReference), " ");
|
|
28
|
-
} }
|
|
29
|
-
function CheckYourAnswersComponent_table_4_tr_10_Template(rf, ctx) { if (rf & 1) {
|
|
30
|
-
i0.ɵɵelementStart(0, "tr", 7);
|
|
31
|
-
i0.ɵɵelementStart(1, "td", 16);
|
|
32
|
-
i0.ɵɵtext(2, " None ");
|
|
33
|
-
i0.ɵɵelementEnd();
|
|
34
|
-
i0.ɵɵelementEnd();
|
|
35
|
-
} }
|
|
36
|
-
function CheckYourAnswersComponent_table_4_Template(rf, ctx) { if (rf & 1) {
|
|
37
|
-
i0.ɵɵelementStart(0, "table", 13);
|
|
38
|
-
i0.ɵɵelementStart(1, "caption", 5);
|
|
39
|
-
i0.ɵɵtext(2, "Cases to unlink");
|
|
40
|
-
i0.ɵɵelementEnd();
|
|
41
|
-
i0.ɵɵelementStart(3, "thead", 6);
|
|
42
|
-
i0.ɵɵelementStart(4, "tr", 7);
|
|
43
|
-
i0.ɵɵelementStart(5, "th", 8);
|
|
44
|
-
i0.ɵɵtext(6, "Case name and number");
|
|
45
|
-
i0.ɵɵelementEnd();
|
|
46
|
-
i0.ɵɵelement(7, "th", 8);
|
|
47
|
-
i0.ɵɵelementEnd();
|
|
48
|
-
i0.ɵɵelementEnd();
|
|
49
|
-
i0.ɵɵelementStart(8, "tbody", 10);
|
|
50
|
-
i0.ɵɵtemplate(9, CheckYourAnswersComponent_table_4_tr_9_Template, 9, 4, "tr", 11);
|
|
51
|
-
i0.ɵɵtemplate(10, CheckYourAnswersComponent_table_4_tr_10_Template, 3, 0, "tr", 12);
|
|
52
|
-
i0.ɵɵelementEnd();
|
|
53
|
-
i0.ɵɵelementEnd();
|
|
54
|
-
} if (rf & 2) {
|
|
55
|
-
const ctx_r0 = i0.ɵɵnextContext();
|
|
56
|
-
i0.ɵɵadvance(9);
|
|
57
|
-
i0.ɵɵproperty("ngForOf", ctx_r0.casesToUnlink);
|
|
58
|
-
i0.ɵɵadvance(1);
|
|
59
|
-
i0.ɵɵproperty("ngIf", !ctx_r0.casesToUnlink.length);
|
|
60
|
-
} }
|
|
61
|
-
function CheckYourAnswersComponent_th_15_Template(rf, ctx) { if (rf & 1) {
|
|
62
|
-
i0.ɵɵelement(0, "th", 8);
|
|
63
|
-
} }
|
|
64
|
-
function CheckYourAnswersComponent_tr_17_span_8_br_3_Template(rf, ctx) { if (rf & 1) {
|
|
65
|
-
i0.ɵɵelement(0, "br");
|
|
66
|
-
} }
|
|
67
|
-
function CheckYourAnswersComponent_tr_17_span_8_Template(rf, ctx) { if (rf & 1) {
|
|
68
|
-
i0.ɵɵelementStart(0, "span");
|
|
69
|
-
i0.ɵɵtext(1);
|
|
70
|
-
i0.ɵɵpipe(2, "ccdLinkCasesReasonValue");
|
|
71
|
-
i0.ɵɵtemplate(3, CheckYourAnswersComponent_tr_17_span_8_br_3_Template, 1, 0, "br", 19);
|
|
72
|
-
i0.ɵɵelementEnd();
|
|
73
|
-
} if (rf & 2) {
|
|
74
|
-
const reason_r12 = ctx.$implicit;
|
|
75
|
-
const isLast_r13 = ctx.last;
|
|
76
|
-
i0.ɵɵadvance(1);
|
|
77
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 2, reason_r12.reasonCode), "");
|
|
78
|
-
i0.ɵɵadvance(2);
|
|
79
|
-
i0.ɵɵproperty("ngIf", !isLast_r13);
|
|
80
|
-
} }
|
|
81
|
-
function CheckYourAnswersComponent_tr_17_td_10_Template(rf, ctx) { if (rf & 1) {
|
|
82
|
-
const _r16 = i0.ɵɵgetCurrentView();
|
|
83
|
-
i0.ɵɵelementStart(0, "td", 14);
|
|
84
|
-
i0.ɵɵelementStart(1, "a", 15);
|
|
85
|
-
i0.ɵɵlistener("click", function CheckYourAnswersComponent_tr_17_td_10_Template_a_click_1_listener() { i0.ɵɵrestoreView(_r16); const ctx_r15 = i0.ɵɵnextContext(2); return ctx_r15.onChange(); });
|
|
86
|
-
i0.ɵɵtext(2, "Change");
|
|
87
|
-
i0.ɵɵelementEnd();
|
|
88
|
-
i0.ɵɵelementEnd();
|
|
89
|
-
} }
|
|
90
|
-
function CheckYourAnswersComponent_tr_17_Template(rf, ctx) { if (rf & 1) {
|
|
91
|
-
i0.ɵɵelementStart(0, "tr", 7);
|
|
92
|
-
i0.ɵɵelementStart(1, "td", 14);
|
|
93
|
-
i0.ɵɵelementStart(2, "span");
|
|
94
|
-
i0.ɵɵtext(3);
|
|
95
|
-
i0.ɵɵelement(4, "br");
|
|
96
|
-
i0.ɵɵtext(5);
|
|
97
|
-
i0.ɵɵpipe(6, "ccdCaseReference");
|
|
98
|
-
i0.ɵɵelementEnd();
|
|
99
|
-
i0.ɵɵelementEnd();
|
|
100
|
-
i0.ɵɵelementStart(7, "td", 14);
|
|
101
|
-
i0.ɵɵtemplate(8, CheckYourAnswersComponent_tr_17_span_8_Template, 4, 4, "span", 17);
|
|
102
|
-
i0.ɵɵelementEnd();
|
|
103
|
-
i0.ɵɵelement(9, "td", 14);
|
|
104
|
-
i0.ɵɵtemplate(10, CheckYourAnswersComponent_tr_17_td_10_Template, 3, 0, "td", 18);
|
|
105
|
-
i0.ɵɵelementEnd();
|
|
106
|
-
} if (rf & 2) {
|
|
107
|
-
const case_r9 = ctx.$implicit;
|
|
108
|
-
const ctx_r2 = i0.ɵɵnextContext();
|
|
109
|
-
i0.ɵɵadvance(3);
|
|
110
|
-
i0.ɵɵtextInterpolate1("", case_r9.caseName, " ");
|
|
111
|
-
i0.ɵɵadvance(2);
|
|
112
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(6, 4, case_r9.caseReference), " ");
|
|
113
|
-
i0.ɵɵadvance(3);
|
|
114
|
-
i0.ɵɵproperty("ngForOf", case_r9.reasons);
|
|
115
|
-
i0.ɵɵadvance(2);
|
|
116
|
-
i0.ɵɵproperty("ngIf", ctx_r2.isLinkCasesJourney);
|
|
117
|
-
} }
|
|
118
|
-
function CheckYourAnswersComponent_tr_18_Template(rf, ctx) { if (rf & 1) {
|
|
119
|
-
i0.ɵɵelementStart(0, "tr", 7);
|
|
120
|
-
i0.ɵɵelementStart(1, "td", 20);
|
|
121
|
-
i0.ɵɵtext(2, " None ");
|
|
122
|
-
i0.ɵɵelementEnd();
|
|
123
|
-
i0.ɵɵelementEnd();
|
|
124
|
-
} }
|
|
125
|
-
export class CheckYourAnswersComponent {
|
|
126
|
-
constructor(linkedCasesService) {
|
|
127
|
-
this.linkedCasesService = linkedCasesService;
|
|
128
|
-
this.linkedCasesStateEmitter = new EventEmitter();
|
|
129
|
-
}
|
|
130
|
-
ngOnInit() {
|
|
131
|
-
this.isLinkCasesJourney = this.linkedCasesService.isLinkedCasesEventTrigger;
|
|
132
|
-
this.linkedCasesTableCaption = this.linkedCasesService.isLinkedCasesEventTrigger ? 'Proposed case links' : 'Linked cases';
|
|
133
|
-
this.linkedCases = this.linkedCasesService.linkedCases.filter(linkedCase => !linkedCase.unlink);
|
|
134
|
-
this.casesToUnlink = this.linkedCasesService.linkedCases.filter(linkedCase => linkedCase.unlink && linkedCase.unlink === true);
|
|
135
|
-
}
|
|
136
|
-
onChange() {
|
|
137
|
-
this.linkedCasesService.editMode = true;
|
|
138
|
-
this.linkedCasesStateEmitter.emit({
|
|
139
|
-
currentLinkedCasesPage: LinkedCasesPages.CHECK_YOUR_ANSWERS,
|
|
140
|
-
navigateToPreviousPage: true,
|
|
141
|
-
navigateToNextPage: true
|
|
142
|
-
});
|
|
143
|
-
}
|
|
144
|
-
}
|
|
145
|
-
CheckYourAnswersComponent.ɵfac = function CheckYourAnswersComponent_Factory(t) { return new (t || CheckYourAnswersComponent)(i0.ɵɵdirectiveInject(i1.LinkedCasesService)); };
|
|
146
|
-
CheckYourAnswersComponent.ɵcmp = i0.ɵɵdefineComponent({ type: CheckYourAnswersComponent, selectors: [["ccd-linked-cases-check-your-answers"]], outputs: { linkedCasesStateEmitter: "linkedCasesStateEmitter" }, decls: 19, vars: 5, consts: [[1, "govuk-grid-row"], [1, "govuk-grid-column-full"], [1, "govuk-heading-xl"], ["id", "cases-to-unlink-table", "class", "govuk-table", 4, "ngIf"], ["id", "linked-cases-table", 1, "govuk-table"], [1, "govuk-table__caption", "govuk-table__caption--m"], [1, "govuk-table__head"], [1, "govuk-table__row"], ["scope", "col", 1, "govuk-table__header"], ["scope", "col", "class", "govuk-table__header", 4, "ngIf"], [1, "govuk-table__body"], ["class", "govuk-table__row", 4, "ngFor", "ngForOf"], ["class", "govuk-table__row", 4, "ngIf"], ["id", "cases-to-unlink-table", 1, "govuk-table"], [1, "govuk-table__cell"], ["href", "javascript:void(0)", 1, "govuk-link", "govuk-link--no-visited-state", "float-right", 3, "click"], ["colspan", "2", 1, "govuk-table__cell"], [4, "ngFor", "ngForOf"], ["class", "govuk-table__cell", 4, "ngIf"], [4, "ngIf"], ["colspan", "4", 1, "govuk-table__cell"]], template: function CheckYourAnswersComponent_Template(rf, ctx) { if (rf & 1) {
|
|
147
|
-
i0.ɵɵelementStart(0, "div", 0);
|
|
148
|
-
i0.ɵɵelementStart(1, "div", 1);
|
|
149
|
-
i0.ɵɵelementStart(2, "h1", 2);
|
|
150
|
-
i0.ɵɵtext(3, "Check your answers");
|
|
151
|
-
i0.ɵɵelementEnd();
|
|
152
|
-
i0.ɵɵtemplate(4, CheckYourAnswersComponent_table_4_Template, 11, 2, "table", 3);
|
|
153
|
-
i0.ɵɵelementStart(5, "table", 4);
|
|
154
|
-
i0.ɵɵelementStart(6, "caption", 5);
|
|
155
|
-
i0.ɵɵtext(7);
|
|
156
|
-
i0.ɵɵelementEnd();
|
|
157
|
-
i0.ɵɵelementStart(8, "thead", 6);
|
|
158
|
-
i0.ɵɵelementStart(9, "tr", 7);
|
|
159
|
-
i0.ɵɵelementStart(10, "th", 8);
|
|
160
|
-
i0.ɵɵtext(11, "Case name and number");
|
|
161
|
-
i0.ɵɵelementEnd();
|
|
162
|
-
i0.ɵɵelementStart(12, "th", 8);
|
|
163
|
-
i0.ɵɵtext(13, "Reasons for case link");
|
|
164
|
-
i0.ɵɵelementEnd();
|
|
165
|
-
i0.ɵɵelement(14, "th", 8);
|
|
166
|
-
i0.ɵɵtemplate(15, CheckYourAnswersComponent_th_15_Template, 1, 0, "th", 9);
|
|
167
|
-
i0.ɵɵelementEnd();
|
|
168
|
-
i0.ɵɵelementEnd();
|
|
169
|
-
i0.ɵɵelementStart(16, "tbody", 10);
|
|
170
|
-
i0.ɵɵtemplate(17, CheckYourAnswersComponent_tr_17_Template, 11, 6, "tr", 11);
|
|
171
|
-
i0.ɵɵtemplate(18, CheckYourAnswersComponent_tr_18_Template, 3, 0, "tr", 12);
|
|
172
|
-
i0.ɵɵelementEnd();
|
|
173
|
-
i0.ɵɵelementEnd();
|
|
174
|
-
i0.ɵɵelementEnd();
|
|
175
|
-
i0.ɵɵelementEnd();
|
|
176
|
-
} if (rf & 2) {
|
|
177
|
-
i0.ɵɵadvance(4);
|
|
178
|
-
i0.ɵɵproperty("ngIf", !ctx.isLinkCasesJourney);
|
|
179
|
-
i0.ɵɵadvance(3);
|
|
180
|
-
i0.ɵɵtextInterpolate(ctx.linkedCasesTableCaption);
|
|
181
|
-
i0.ɵɵadvance(8);
|
|
182
|
-
i0.ɵɵproperty("ngIf", ctx.isLinkCasesJourney);
|
|
183
|
-
i0.ɵɵadvance(2);
|
|
184
|
-
i0.ɵɵproperty("ngForOf", ctx.linkedCases);
|
|
185
|
-
i0.ɵɵadvance(1);
|
|
186
|
-
i0.ɵɵproperty("ngIf", !ctx.linkedCases.length);
|
|
187
|
-
} }, styles: [".float-right[_ngcontent-%COMP%]{float:right}"] });
|
|
188
|
-
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CheckYourAnswersComponent, [{
|
|
189
|
-
type: Component,
|
|
190
|
-
args: [{
|
|
191
|
-
selector: 'ccd-linked-cases-check-your-answers',
|
|
192
|
-
templateUrl: './check-your-answers.component.html',
|
|
193
|
-
styleUrls: ['./check-your-answers.component.scss']
|
|
194
|
-
}]
|
|
195
|
-
}], function () { return [{ type: i1.LinkedCasesService }]; }, { linkedCasesStateEmitter: [{
|
|
196
|
-
type: Output
|
|
197
|
-
}] }); })();
|
|
198
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hlY2steW91ci1hbnN3ZXJzLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NjZC1jYXNlLXVpLXRvb2xraXQvc3JjL2xpYi9zaGFyZWQvY29tcG9uZW50cy9wYWxldHRlL2Nhc2UtbGluay9jb21wb25lbnRzL2NoZWNrLXlvdXItYW5zd2Vycy9jaGVjay15b3VyLWFuc3dlcnMuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2NkLWNhc2UtdWktdG9vbGtpdC9zcmMvbGliL3NoYXJlZC9jb21wb25lbnRzL3BhbGV0dGUvY2FzZS1saW5rL2NvbXBvbmVudHMvY2hlY2steW91ci1hbnN3ZXJzL2NoZWNrLXlvdXItYW5zd2Vycy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBVSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFeEUsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sYUFBYSxDQUFDO0FBQy9DLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLHFDQUFxQyxDQUFDOzs7OztJQ1VqRSw2QkFBZ0U7SUFDOUQsOEJBQThCO0lBQzVCLFlBQW1CO0lBQUEscUJBQUk7SUFBQyxZQUMxQjs7SUFBQSxpQkFBSztJQUNMLDhCQUE4QjtJQUM1Qiw2QkFBOEc7SUFBckIsOExBQW9CO0lBQUMsc0JBQU07SUFBQSxpQkFBSTtJQUMxSCxpQkFBSztJQUNQLGlCQUFLOzs7SUFMRCxlQUFtQjtJQUFuQixpREFBbUI7SUFBSyxlQUMxQjtJQUQwQiw0RUFDMUI7OztJQUtGLDZCQUEyRDtJQUN6RCw4QkFBMEM7SUFDeEMsc0JBQ0Y7SUFBQSxpQkFBSztJQUNQLGlCQUFLOzs7SUFyQlQsaUNBQWtGO0lBQ2hGLGtDQUE4RDtJQUFBLCtCQUFlO0lB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RTtRQUM5RSxpQkFBSztRQUNQLGlCQUFRO1FBQ1Isa0NBQWlDO1FBQy9CLDRFQWFLO1FBQ0wsMkVBSUs7UUFDUCxpQkFBUTtRQUNWLGlCQUFRO1FBQ1YsaUJBQU07UUFDUixpQkFBTTs7UUExRHFELGVBQXlCO1FBQXpCLDhDQUF5QjtRQTBCaEIsZUFBMkI7UUFBM0IsaURBQTJCO1FBTXhDLGVBQXdCO1FBQXhCLDZDQUF3QjtRQUl6QixlQUFjO1FBQWQseUNBQWM7UUFjOUIsZUFBeUI7UUFBekIsOENBQXlCOzt1RkQ1Q2xELHlCQUF5QjtjQUxyQyxTQUFTO2VBQUM7Z0JBQ1QsUUFBUSxFQUFFLHFDQUFxQztnQkFDL0MsV0FBVyxFQUFFLHFDQUFxQztnQkFDbEQsU0FBUyxFQUFFLENBQUMscUNBQXFDLENBQUM7YUFDbkQ7cUVBSVEsdUJBQXVCO2tCQUQ3QixNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIE9uSW5pdCwgT3V0cHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDYXNlTGluaywgTGlua2VkQ2FzZXNTdGF0ZSB9IGZyb20gJy4uLy4uL2RvbWFpbic7XG5pbXBvcnQgeyBMaW5rZWRDYXNlc1BhZ2VzIH0gZnJvbSAnLi4vLi4vZW51bXMnO1xuaW1wb3J0IHsgTGlua2VkQ2FzZXNTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljZXMvbGlua2VkLWNhc2VzLnNlcnZpY2UnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdjY2QtbGlua2VkLWNhc2VzLWNoZWNrLXlvdXItYW5zd2VycycsXG4gIHRlbXBsYXRlVXJsOiAnLi9jaGVjay15b3VyLWFuc3dlcnMuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9jaGVjay15b3VyLWFuc3dlcnMuY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBDaGVja1lvdXJBbnN3ZXJzQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcblxuICBAT3V0cHV0KClcbiAgcHVibGljIGxpbmtlZENhc2VzU3RhdGVFbWl0dGVyOiBFdmVudEVtaXR0ZXI8TGlua2VkQ2FzZXNTdGF0ZT4gPSBuZXcgRXZlbnRFbWl0dGVyPExpbmtlZENhc2VzU3RhdGU+KCk7XG5cbiAgcHVibGljIGxpbmtlZENhc2VzOiBDYXNlTGlua1tdO1xuICBwdWJsaWMgY2FzZXNUb1VubGluazogQ2FzZUxpbmtbXTtcbiAgcHVibGljIGlzTGlua0Nhc2VzSm91cm5leTogYm9vbGVhbjtcbiAgcHVibGljIGxpbmtlZENhc2VzVGFibGVDYXB0aW9uOiBzdHJpbmc7XG5cbiAgY29uc3RydWN0b3IocHJpdmF0ZSBsaW5rZWRDYXNlc1NlcnZpY2U6IExpbmtlZENhc2VzU2VydmljZSkge1xuICB9XG5cbiAgcHVibGljIG5nT25Jbml0KCk6IHZvaWQge1xuICAgIHRoaXMuaXNMaW5rQ2FzZXNKb3VybmV5ID0gdGhpcy5saW5rZWRDYXNlc1NlcnZpY2UuaXNMaW5rZWRDYXNlc0V2ZW50VHJpZ2dlclxuICAgIHRoaXMubGlua2VkQ2FzZXNUYWJsZUNhcHRpb24gPSB0aGlzLmxpbmtlZENhc2VzU2VydmljZS5pc0xpbmtlZENhc2VzRXZlbnRUcmlnZ2VyID8gJ1Byb3Bvc2VkIGNhc2UgbGlua3MnIDogJ0xpbmtlZCBjYXNlcyc7XG4gICAgdGhpcy5saW5rZWRDYXNlcyA9IHRoaXMubGlua2VkQ2FzZXNTZXJ2aWNlLmxpbmtlZENhc2VzLmZpbHRlcihsaW5rZWRDYXNlID0+ICFsaW5rZWRDYXNlLnVubGluayk7XG4gICAgdGhpcy5jYXNlc1RvVW5saW5rID0gdGhpcy5saW5rZWRDYXNlc1NlcnZpY2UubGlua2VkQ2FzZXMuZmlsdGVyKGxpbmtlZENhc2UgPT4gbGlua2VkQ2FzZS51bmxpbmsgJiYgbGlua2VkQ2FzZS51bmxpbmsgPT09IHRydWUpO1xuICB9XG5cbiAgcHVibGljIG9uQ2hhbmdlKCk6IHZvaWQge1xuICAgIHRoaXMubGlua2VkQ2FzZXNTZXJ2aWNlLmVkaXRNb2RlID0gdHJ1ZTtcbiAgICB0aGlzLmxpbmtlZENhc2VzU3RhdGVFbWl0dGVyLmVtaXQoe1xuICAgICAgY3VycmVudExpbmtlZENhc2VzUGFnZTogTGlua2VkQ2FzZXNQYWdlcy5DSEVDS19ZT1VSX0FOU1dFUlMsXG4gICAgICBuYXZpZ2F0ZVRvUHJldmlvdXNQYWdlOiB0cnVlLFxuICAgICAgbmF2aWdhdGVUb05leHRQYWdlOiB0cnVlXG4gICAgfSk7XG4gIH1cbn1cbiIsIjxkaXYgY2xhc3M9XCJnb3Z1ay1ncmlkLXJvd1wiPlxuICA8ZGl2IGNsYXNzPVwiZ292dWstZ3JpZC1jb2x1bW4tZnVsbFwiPlxuICAgIDxoMSBjbGFzcz1cImdvdnVrLWhlYWRpbmcteGxcIj5DaGVjayB5b3VyIGFuc3dlcnM8L2gxPlxuICAgIDwhLS0gVG9wIHRhYmxlIGZvciBtYW5hZ2UgbGluayBjYXNlcyBqb3VybmV5IC0tPlxuICAgIDx0YWJsZSBpZD1cImNhc2VzLXRvLXVubGluay10YWJsZVwiIGNsYXNzPVwiZ292dWstdGFibGVcIiAqbmdJZj1cIiFpc0xpbmtDYXNlc0pvdXJuZXlcIj5cbiAgICAgIDxjYXB0aW9uIGNsYXNzPVwiZ292dWstdGFibGVfX2NhcHRpb24gZ292dWstdGFibGVfX2NhcHRpb24tLW1cIj5DYXNlcyB0byB1bmxpbms8L2NhcHRpb24+XG4gICAgICA8dGhlYWQgY2xhc3M9XCJnb3Z1ay10YWJsZV9faGVhZFwiPlxuICAgICAgICA8dHIgY2xhc3M9XCJnb3Z1ay10YWJsZV9fcm93XCI+XG4gICAgICAgICAgPHRoIHNjb3BlPVwiY29sXCIgY2xhc3M9XCJnb3Z1ay10YWJsZV9faGVhZGVyXCI+Q2FzZSBuYW1lIGFuZCBudW1iZXI8L3RoPlxuICAgICAgICAgIDx0aCBzY29wZT1cImNvbFwiIGNsYXNzPVwiZ292dWstdGFibGVfX2hlYWRlclwiPjwvdGg+XG4gICAgICAgIDwvdHI+XG4gICAgICA8L3RoZWFkPlxuICAgICAgPHRib2R5IGNsYXNzPVwiZ292dWstdGFibGVfX2JvZHlcIj5cbiAgICAgICAgPHRyIGNsYXNzPVwiZ292dWstdGFibGVfX3Jvd1wiICpuZ0Zvcj1cImxldCBjYXNlIG9mIGNhc2VzVG9VbmxpbmtcIj5cbiAgICAgICAgICA8dGQgY2xhc3M9XCJnb3Z1ay10YWJsZV9fY2VsbFwiPlxuICAgICAgICAgICAge3tjYXNlLmNhc2VOYW1lfX0gIDxicj4ge3tjYXNlLmNhc2VSZWZlcmVuY2UgfCBjY2RDYXNlUmVmZXJlbmNlfX1cbiAgICAgICAgICA8L3RkPlxuICAgICAgICAgIDx0ZCBjbGFzcz1cImdvdnVrLXRhYmxlX19jZWxsXCI+XG4gICAgICAgICAgICA8YSBocmVmPVwiamF2YXNjcmlwdDp2b2lkKDApXCIgY2xhc3M9XCJnb3Z1ay1saW5rIGdvdnVrLWxpbmstLW5vLXZpc2l0ZWQtc3RhdGUgZmxvYXQtcmlnaHRcIiAoY2xpY2spPVwib25DaGFuZ2UoKVwiPkNoYW5nZTwvYT5cbiAgICAgICAgICA8L3RkPlxuICAgICAgICA8L3RyPlxuICAgICAgICA8dHIgY2xhc3M9XCJnb3Z1ay10YWJsZV9fcm93XCIgKm5nSWY9XCIhY2FzZXNUb1VubGluay5sZW5ndGhcIj5cbiAgICAgICAgICA8dGQgY2xhc3M9XCJnb3Z1ay10YWJsZV9fY2VsbFwiIGNvbHNwYW49XCIyXCI+XG4gICAgICAgICAgICBOb25lXG4gICAgICAgICAgPC90ZD5cbiAgICAgICAgPC90cj5cbiAgICAgIDwvdGJvZHk+XG4gICAgPC90YWJsZT5cbiAgICA8IS0tIFRhYmxlIGZvciBib3RoIGxpbmsgY2FzZSBhbmQgbWFuYWdlIGxpbmsgY2FzZSBqb3VybmV5cyAtLT5cbiAgICA8dGFibGUgaWQ9XCJsaW5rZWQtY2FzZXMtdGFibGVcIiBjbGFzcz1cImdvdnVrLXRhYmxlXCI+XG4gICAgICA8Y2FwdGlvbiBjbGFzcz1cImdvdnVrLXRhYmxlX19jYXB0aW9uIGdvdnVrLXRhYmxlX19jYXB0aW9uLS1tXCI+e3tsaW5rZWRDYXNlc1RhYmxlQ2FwdGlvbn19PC9jYXB0aW9uPlxuICAgICAgPHRoZWFkIGNsYXNzPVwiZ292dWstdGFibGVfX2hlYWRcIj5cbiAgICAgICAgPHRyIGNsYXNzPVwiZ292dWstdGFibGVfX3Jvd1wiPlxuICAgICAgICAgIDx0aCBzY29wZT1cImNvbFwiIGNsYXNzPVwiZ292dWstdGFibGVfX2hlYWRlclwiPkNhc2UgbmFtZSBhbmQgbnVtYmVyPC90aD5cbiAgICAgICAgICA8dGggc2NvcGU9XCJjb2xcIiBjbGFzcz1cImdvdnVrLXRhYmxlX19oZWFkZXJcIj5SZWFzb25zIGZvciBjYXNlIGxpbms8L3RoPlxuICAgICAgICAgIDx0aCBzY29wZT1cImNvbFwiIGNsYXNzPVwiZ292dWstdGFibGVfX2hlYWRlclwiPjwvdGg+XG4gICAgICAgICAgPHRoIHNjb3BlPVwiY29sXCIgY2xhc3M9XCJnb3Z1ay10YWJsZV9faGVhZGVyXCIgKm5nSWY9XCJpc0xpbmtDYXNlc0pvdXJuZXlcIj48L3RoPlxuICAgICAgICA8L3RyPlxuICAgICAgPC90aGVhZD5cbiAgICAgIDx0Ym9keSBjbGFzcz1cImdvdnVrLXRhYmxlX19ib2R5XCI+XG4gICAgICAgIDx0ciBjbGFzcz1cImdvdnVrLXRhYmxlX19yb3dcIiAqbmdGb3I9XCJsZXQgY2FzZSBvZiBsaW5rZWRDYXNlc1wiPlxuICAgICAgICAgIDx0ZCBjbGFzcz1cImdvdnVrLXRhYmxlX19jZWxsXCI+XG4gICAgICAgICAgICA8c3Bhbj57e2Nhc2UuY2FzZU5hbWV9fSAgPGJyPiB7e2Nhc2UuY2FzZVJlZmVyZW5jZSB8IGNjZENhc2VSZWZlcmVuY2V9fSA8L3NwYW4+XG4gICAgICAgICAgPC90ZD5cbiAgICAgICAgICA8dGQgY2xhc3M9XCJnb3Z1ay10YWJsZV9fY2VsbFwiPlxuICAgICAgICAgICAgPHNwYW4gKm5nRm9yPVwibGV0IHJlYXNvbiBvZiBjYXNlLnJlYXNvbnM7IGxhc3QgYXMgaXNMYXN0XCI+XG4gICAgICAgICAgICAgIHt7cmVhc29uLnJlYXNvbkNvZGUgfCBjY2RMaW5rQ2FzZXNSZWFzb25WYWx1ZX19PGJyICpuZ0lmPVwiIWlzTGFzdFwiPlxuICAgICAgICAgICAgPC9zcGFuPlxuICAgICAgICAgIDwvdGQ+XG4gICAgICAgICAgPHRkIGNsYXNzPVwiZ292dWstdGFibGVfX2NlbGxcIj48L3RkPlxuICAgICAgICAgIDx0ZCBjbGFzcz1cImdvdnVrLXRhYmxlX19jZWxsXCIgKm5nSWY9XCJpc0xpbmtDYXNlc0pvdXJuZXlcIj5cbiAgICAgICAgICAgIDxhIGhyZWY9XCJqYXZhc2NyaXB0OnZvaWQoMClcIiBjbGFzcz1cImdvdnVrLWxpbmsgZ292dWstbGluay0tbm8tdmlzaXRlZC1zdGF0ZSBmbG9hdC1yaWdodFwiIChjbGljayk9XCJvbkNoYW5nZSgpXCI+Q2hhbmdlPC9hPlxuICAgICAgICAgIDwvdGQ+XG4gICAgICAgIDwvdHI+XG4gICAgICAgIDx0ciBjbGFzcz1cImdvdnVrLXRhYmxlX19yb3dcIiAqbmdJZj1cIiFsaW5rZWRDYXNlcy5sZW5ndGhcIj5cbiAgICAgICAgICA8dGQgY2xhc3M9XCJnb3Z1ay10YWJsZV9fY2VsbFwiIGNvbHNwYW49XCI0XCI+XG4gICAgICAgICAgICBOb25lXG4gICAgICAgICAgPC90ZD5cbiAgICAgICAgPC90cj5cbiAgICAgIDwvdGJvZHk+XG4gICAgPC90YWJsZT5cbiAgPC9kaXY+XG48L2Rpdj5cbiJdfQ==
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export * from './before-you-start/before-you-start.component';
|
|
2
|
-
export * from './check-your-answers/check-your-answers.component';
|
|
3
|
-
export * from './link-cases/link-cases.component';
|
|
4
|
-
export * from './linked-cases-table/linked-cases-from-table.component';
|
|
5
|
-
export * from './linked-cases-table/linked-cases-to-table.component';
|
|
6
|
-
export * from './no-linked-cases/no-linked-cases.component';
|
|
7
|
-
export * from './unlink-cases/unlink-cases.component';
|
|
8
|
-
export * from './write-linked-cases.component';
|
|
9
|
-
export * from './read-linked-cases.component';
|
|
10
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jY2QtY2FzZS11aS10b29sa2l0L3NyYy9saWIvc2hhcmVkL2NvbXBvbmVudHMvcGFsZXR0ZS9jYXNlLWxpbmsvY29tcG9uZW50cy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLCtDQUErQyxDQUFDO0FBQzlELGNBQWMsbURBQW1ELENBQUM7QUFDbEUsY0FBYyxtQ0FBbUMsQ0FBQztBQUNsRCxjQUFjLHdEQUF3RCxDQUFDO0FBQ3ZFLGNBQWMsc0RBQXNELENBQUM7QUFDckUsY0FBYyw2Q0FBNkMsQ0FBQztBQUM1RCxjQUFjLHVDQUF1QyxDQUFDO0FBQ3RELGNBQWMsZ0NBQWdDLENBQUM7QUFDL0MsY0FBYywrQkFBK0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vYmVmb3JlLXlvdS1zdGFydC9iZWZvcmUteW91LXN0YXJ0LmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2NoZWNrLXlvdXItYW5zd2Vycy9jaGVjay15b3VyLWFuc3dlcnMuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbGluay1jYXNlcy9saW5rLWNhc2VzLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2xpbmtlZC1jYXNlcy10YWJsZS9saW5rZWQtY2FzZXMtZnJvbS10YWJsZS5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9saW5rZWQtY2FzZXMtdGFibGUvbGlua2VkLWNhc2VzLXRvLXRhYmxlLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL25vLWxpbmtlZC1jYXNlcy9uby1saW5rZWQtY2FzZXMuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vdW5saW5rLWNhc2VzL3VubGluay1jYXNlcy5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi93cml0ZS1saW5rZWQtY2FzZXMuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vcmVhZC1saW5rZWQtY2FzZXMuY29tcG9uZW50JztcbiJdfQ==
|