@hmcts/ccd-case-ui-toolkit 7.2.23-multiple-followup → 7.2.23-srt-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.
Files changed (131) hide show
  1. package/esm2022/lib/app.config.mjs +1 -2
  2. package/esm2022/lib/components/form/date-input/date-input.component.mjs +56 -19
  3. package/esm2022/lib/shared/components/case-editor/case-edit/case-edit.component.mjs +3 -3
  4. package/esm2022/lib/shared/components/case-editor/case-edit-form/case-edit-form.component.mjs +1 -1
  5. package/esm2022/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.mjs +6 -2
  6. package/esm2022/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-cancelled/case-event-completion-task-cancelled.component.mjs +9 -5
  7. package/esm2022/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component.mjs +9 -5
  8. package/esm2022/lib/shared/components/case-header/case-header.component.mjs +5 -5
  9. package/esm2022/lib/shared/components/case-viewer/case-challenged-access-success/case-challenged-access-success.component.mjs +9 -4
  10. package/esm2022/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.mjs +16 -3
  11. package/esm2022/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.mjs +20 -13
  12. package/esm2022/lib/shared/components/case-viewer/case-review-specific-access-reject/case-review-specific-access-reject.component.mjs +13 -9
  13. package/esm2022/lib/shared/components/case-viewer/services/event-trigger.resolver.mjs +4 -2
  14. package/esm2022/lib/shared/components/event-start/components/multiple-tasks-exist/multiple-tasks-exist.component.mjs +9 -5
  15. package/esm2022/lib/shared/components/event-start/components/no-tasks-available/no-tasks-available.component.mjs +9 -5
  16. package/esm2022/lib/shared/components/event-start/components/task-assigned/task-assigned.component.mjs +9 -5
  17. package/esm2022/lib/shared/components/event-start/components/task-unassigned/task-unassigned.component.mjs +9 -5
  18. package/esm2022/lib/shared/components/event-start/event-guard/event-start.guard.mjs +3 -3
  19. package/esm2022/lib/shared/components/event-start/services/event-start-state-machine.service.mjs +6 -6
  20. package/esm2022/lib/shared/components/palette/collection/read-collection-field.component.mjs +13 -10
  21. package/esm2022/lib/shared/components/palette/complex/read-complex-field-table.component.mjs +8 -8
  22. package/esm2022/lib/shared/components/palette/date/read-date-field.component.mjs +4 -4
  23. package/esm2022/lib/shared/components/palette/datetime-picker/datetime-picker.component.mjs +41 -10
  24. package/esm2022/lib/shared/components/palette/linked-cases/components/before-you-start/before-you-start.component.mjs +2 -2
  25. package/esm2022/lib/shared/components/palette/linked-cases/components/linked-cases-table/linked-cases-from-table.component.mjs +7 -7
  26. package/esm2022/lib/shared/components/palette/linked-cases/components/linked-cases-table/linked-cases-to-table.component.mjs +7 -7
  27. package/esm2022/lib/shared/components/palette/linked-cases/components/no-linked-cases/no-linked-cases.component.mjs +2 -2
  28. package/esm2022/lib/shared/components/palette/linked-cases/read-linked-cases-field.component.mjs +3 -3
  29. package/esm2022/lib/shared/components/palette/number/write-number-field.component.mjs +3 -3
  30. package/esm2022/lib/shared/components/palette/organisation/read-organisation-field-raw.component.mjs +21 -25
  31. package/esm2022/lib/shared/components/palette/organisation/read-organisation-field-table.component.mjs +21 -25
  32. package/esm2022/lib/shared/components/palette/palette.module.mjs +12 -3
  33. package/esm2022/lib/shared/components/palette/query-management/components/close-query/close-query.component.mjs +3 -3
  34. package/esm2022/lib/shared/components/palette/query-management/components/qualifying-questions/qualifying-question-detail/qualifying-question-detail.component.mjs +26 -15
  35. package/esm2022/lib/shared/components/palette/query-management/components/qualifying-questions/qualifying-question-options/qualifying-question-options.component.mjs +6 -2
  36. package/esm2022/lib/shared/components/palette/query-management/components/query-check-your-answers/query-check-your-answers.component.mjs +50 -180
  37. package/esm2022/lib/shared/components/palette/query-management/components/query-confirmation/query-confirmation.component.mjs +22 -18
  38. package/esm2022/lib/shared/components/palette/query-management/components/query-details/query-details.component.mjs +2 -2
  39. package/esm2022/lib/shared/components/palette/query-management/components/query-list/query-list.component.mjs +2 -2
  40. package/esm2022/lib/shared/components/palette/query-management/components/query-write/query-write-raise-query/query-write-raise-query.component.mjs +59 -6
  41. package/esm2022/lib/shared/components/palette/query-management/components/query-write/query-write-respond-to-query/query-write-respond-to-query.component.mjs +44 -11
  42. package/esm2022/lib/shared/components/palette/query-management/constants/query-management.constants.mjs +7 -0
  43. package/esm2022/lib/shared/components/palette/query-management/models/query-list/query-list-item/query-list-item.model.mjs +32 -14
  44. package/esm2022/lib/shared/components/palette/query-management/read-query-management-field.component.mjs +4 -4
  45. package/esm2022/lib/shared/components/palette/query-management/services/index.mjs +2 -1
  46. package/esm2022/lib/shared/components/palette/query-management/services/query-management.service.mjs +179 -0
  47. package/esm2022/lib/shared/components/palette/query-management/utils/query-management.utils.mjs +5 -5
  48. package/esm2022/lib/shared/components/palette/utils/field-label.pipe.mjs +11 -3
  49. package/esm2022/lib/shared/components/search-result/search-result.component.mjs +1 -1
  50. package/esm2022/lib/shared/directives/index.mjs +2 -1
  51. package/esm2022/lib/shared/directives/welsh-translated-markdown/index.mjs +3 -0
  52. package/esm2022/lib/shared/directives/welsh-translated-markdown/welsh-translated-markdown.directive.mjs +104 -0
  53. package/esm2022/lib/shared/directives/welsh-translated-markdown/welsh-translated-markdown.module.mjs +21 -0
  54. package/esm2022/lib/shared/pipes/search-result/sorting/sort-search-result.pipe.mjs +2 -3
  55. package/esm2022/lib/shared/services/draft/draft.service.mjs +2 -2
  56. package/esm2022/lib/shared/services/form/field-type-sanitiser.mjs +38 -3
  57. package/esm2022/lib/shared/services/form/form-value.service.mjs +24 -1
  58. package/esm2022/lib/shared/services/search-result/sorting/search-result-view-item-comparator-factory.mjs +7 -8
  59. package/fesm2022/hmcts-ccd-case-ui-toolkit.mjs +1287 -818
  60. package/fesm2022/hmcts-ccd-case-ui-toolkit.mjs.map +1 -1
  61. package/lib/app.config.d.ts +0 -1
  62. package/lib/app.config.d.ts.map +1 -1
  63. package/lib/components/form/date-input/date-input.component.d.ts +4 -0
  64. package/lib/components/form/date-input/date-input.component.d.ts.map +1 -1
  65. package/lib/shared/components/case-editor/case-edit-form/case-edit-form.component.d.ts.map +1 -1
  66. package/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.d.ts.map +1 -1
  67. package/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-cancelled/case-event-completion-task-cancelled.component.d.ts +2 -0
  68. package/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-cancelled/case-event-completion-task-cancelled.component.d.ts.map +1 -1
  69. package/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component.d.ts +2 -0
  70. package/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component.d.ts.map +1 -1
  71. package/lib/shared/components/case-viewer/case-challenged-access-success/case-challenged-access-success.component.d.ts +2 -0
  72. package/lib/shared/components/case-viewer/case-challenged-access-success/case-challenged-access-success.component.d.ts.map +1 -1
  73. package/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.d.ts +1 -0
  74. package/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.d.ts.map +1 -1
  75. package/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.d.ts.map +1 -1
  76. package/lib/shared/components/case-viewer/case-review-specific-access-reject/case-review-specific-access-reject.component.d.ts +2 -0
  77. package/lib/shared/components/case-viewer/case-review-specific-access-reject/case-review-specific-access-reject.component.d.ts.map +1 -1
  78. package/lib/shared/components/case-viewer/services/event-trigger.resolver.d.ts.map +1 -1
  79. package/lib/shared/components/event-start/components/multiple-tasks-exist/multiple-tasks-exist.component.d.ts +2 -0
  80. package/lib/shared/components/event-start/components/multiple-tasks-exist/multiple-tasks-exist.component.d.ts.map +1 -1
  81. package/lib/shared/components/event-start/components/no-tasks-available/no-tasks-available.component.d.ts +2 -0
  82. package/lib/shared/components/event-start/components/no-tasks-available/no-tasks-available.component.d.ts.map +1 -1
  83. package/lib/shared/components/event-start/components/task-assigned/task-assigned.component.d.ts +2 -0
  84. package/lib/shared/components/event-start/components/task-assigned/task-assigned.component.d.ts.map +1 -1
  85. package/lib/shared/components/event-start/components/task-unassigned/task-unassigned.component.d.ts +2 -0
  86. package/lib/shared/components/event-start/components/task-unassigned/task-unassigned.component.d.ts.map +1 -1
  87. package/lib/shared/components/event-start/event-guard/event-start.guard.d.ts +2 -2
  88. package/lib/shared/components/event-start/event-guard/event-start.guard.d.ts.map +1 -1
  89. package/lib/shared/components/event-start/services/event-start-state-machine.service.d.ts.map +1 -1
  90. package/lib/shared/components/palette/collection/read-collection-field.component.d.ts +3 -1
  91. package/lib/shared/components/palette/collection/read-collection-field.component.d.ts.map +1 -1
  92. package/lib/shared/components/palette/date/read-date-field.component.d.ts.map +1 -1
  93. package/lib/shared/components/palette/datetime-picker/datetime-picker.component.d.ts +2 -0
  94. package/lib/shared/components/palette/datetime-picker/datetime-picker.component.d.ts.map +1 -1
  95. package/lib/shared/components/palette/palette.module.d.ts +18 -17
  96. package/lib/shared/components/palette/palette.module.d.ts.map +1 -1
  97. package/lib/shared/components/palette/query-management/components/qualifying-questions/qualifying-question-options/qualifying-question-options.component.d.ts +2 -0
  98. package/lib/shared/components/palette/query-management/components/qualifying-questions/qualifying-question-options/qualifying-question-options.component.d.ts.map +1 -1
  99. package/lib/shared/components/palette/query-management/components/query-check-your-answers/query-check-your-answers.component.d.ts +15 -13
  100. package/lib/shared/components/palette/query-management/components/query-check-your-answers/query-check-your-answers.component.d.ts.map +1 -1
  101. package/lib/shared/components/palette/query-management/components/query-confirmation/query-confirmation.component.d.ts +2 -0
  102. package/lib/shared/components/palette/query-management/components/query-confirmation/query-confirmation.component.d.ts.map +1 -1
  103. package/lib/shared/components/palette/query-management/components/query-write/query-write-raise-query/query-write-raise-query.component.d.ts +24 -3
  104. package/lib/shared/components/palette/query-management/components/query-write/query-write-raise-query/query-write-raise-query.component.d.ts.map +1 -1
  105. package/lib/shared/components/palette/query-management/components/query-write/query-write-respond-to-query/query-write-respond-to-query.component.d.ts +12 -3
  106. package/lib/shared/components/palette/query-management/components/query-write/query-write-respond-to-query/query-write-respond-to-query.component.d.ts.map +1 -1
  107. package/lib/shared/components/palette/query-management/constants/query-management.constants.d.ts +7 -0
  108. package/lib/shared/components/palette/query-management/constants/query-management.constants.d.ts.map +1 -0
  109. package/lib/shared/components/palette/query-management/models/query-list/query-list-item/query-list-item.model.d.ts.map +1 -1
  110. package/lib/shared/components/palette/query-management/services/index.d.ts +1 -0
  111. package/lib/shared/components/palette/query-management/services/index.d.ts.map +1 -1
  112. package/lib/shared/components/palette/query-management/services/query-management.service.d.ts +21 -0
  113. package/lib/shared/components/palette/query-management/services/query-management.service.d.ts.map +1 -0
  114. package/lib/shared/components/palette/utils/field-label.pipe.d.ts +1 -0
  115. package/lib/shared/components/palette/utils/field-label.pipe.d.ts.map +1 -1
  116. package/lib/shared/components/search-result/search-result.component.d.ts.map +1 -1
  117. package/lib/shared/directives/index.d.ts +1 -0
  118. package/lib/shared/directives/index.d.ts.map +1 -1
  119. package/lib/shared/directives/welsh-translated-markdown/index.d.ts +3 -0
  120. package/lib/shared/directives/welsh-translated-markdown/index.d.ts.map +1 -0
  121. package/lib/shared/directives/welsh-translated-markdown/welsh-translated-markdown.directive.d.ts +76 -0
  122. package/lib/shared/directives/welsh-translated-markdown/welsh-translated-markdown.directive.d.ts.map +1 -0
  123. package/lib/shared/directives/welsh-translated-markdown/welsh-translated-markdown.module.d.ts +8 -0
  124. package/lib/shared/directives/welsh-translated-markdown/welsh-translated-markdown.module.d.ts.map +1 -0
  125. package/lib/shared/pipes/search-result/sorting/sort-search-result.pipe.d.ts.map +1 -1
  126. package/lib/shared/services/form/field-type-sanitiser.d.ts +5 -0
  127. package/lib/shared/services/form/field-type-sanitiser.d.ts.map +1 -1
  128. package/lib/shared/services/form/form-value.service.d.ts +1 -0
  129. package/lib/shared/services/form/form-value.service.d.ts.map +1 -1
  130. package/lib/shared/services/search-result/sorting/search-result-view-item-comparator-factory.d.ts.map +1 -1
  131. package/package.json +1 -1
@@ -37,21 +37,21 @@ function QueryConfirmationComponent_main_0_ng_container_3_Template(rf, ctx) { if
37
37
  } if (rf & 2) {
38
38
  const ctx_r0 = i0.ɵɵnextContext(2);
39
39
  i0.ɵɵadvance(3);
40
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(4, 9, "Query submitted"));
40
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(4, 11, "Query submitted"));
41
41
  i0.ɵɵadvance(3);
42
- i0.ɵɵproperty("content", i0.ɵɵpipeBind1(7, 11, ctx_r0.callbackConfirmationMessageText == null ? null : ctx_r0.callbackConfirmationMessageText.header));
42
+ i0.ɵɵproperty("content", i0.ɵɵpipeBind1(7, 13, ctx_r0.callbackConfirmationMessageText == null ? null : ctx_r0.callbackConfirmationMessageText.header));
43
43
  i0.ɵɵadvance(4);
44
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(11, 13, "What happens next"));
44
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(11, 15, "What happens next"));
45
45
  i0.ɵɵadvance(2);
46
- i0.ɵɵproperty("content", i0.ɵɵpipeBind1(13, 15, ctx_r0.callbackConfirmationMessageText == null ? null : ctx_r0.callbackConfirmationMessageText.body));
46
+ i0.ɵɵproperty("content", i0.ɵɵpipeBind1(13, 17, ctx_r0.callbackConfirmationMessageText == null ? null : ctx_r0.callbackConfirmationMessageText.body));
47
47
  i0.ɵɵadvance(3);
48
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(16, 17, "When the response is available it will be added to the 'Queries' section."));
48
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(16, 19, "When the response is available it will be added to the 'Queries' section."));
49
49
  i0.ɵɵadvance(3);
50
- i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(19, 19, "You can"), " ");
50
+ i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(19, 21, "You can"), " ");
51
51
  i0.ɵɵadvance(2);
52
- i0.ɵɵpropertyInterpolate1("routerLink", "/cases/case-details/", ctx_r0.caseId, "");
52
+ i0.ɵɵpropertyInterpolate3("routerLink", "/cases/case-details/", ctx_r0.jurisdiction, "/", ctx_r0.caseType, "/", ctx_r0.caseId, "");
53
53
  i0.ɵɵadvance();
54
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(22, 21, "Go back to the case"));
54
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(22, 23, "Go back to the case"));
55
55
  } }
56
56
  function QueryConfirmationComponent_main_0_ng_container_4_Template(rf, ctx) { if (rf & 1) {
57
57
  i0.ɵɵelementContainerStart(0);
@@ -79,23 +79,23 @@ function QueryConfirmationComponent_main_0_ng_container_4_Template(rf, ctx) { if
79
79
  } if (rf & 2) {
80
80
  const ctx_r0 = i0.ɵɵnextContext(2);
81
81
  i0.ɵɵadvance(3);
82
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(4, 9, "Query response submitted"));
82
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(4, 13, "Query response submitted"));
83
83
  i0.ɵɵadvance(3);
84
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(7, 11, "This query response has been added to the case"));
84
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(7, 15, "This query response has been added to the case"));
85
85
  i0.ɵɵadvance(3);
86
- i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(10, 13, "You can"), " ");
86
+ i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(10, 17, "You can"), " ");
87
87
  i0.ɵɵadvance(2);
88
- i0.ɵɵpropertyInterpolate1("routerLink", "/cases/case-details/", ctx_r0.caseId, "/tasks");
88
+ i0.ɵɵpropertyInterpolate3("routerLink", "/cases/case-details/", ctx_r0.jurisdiction, "/", ctx_r0.caseType, "/", ctx_r0.caseId, "/tasks");
89
89
  i0.ɵɵadvance();
90
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(13, 15, "return to tasks"));
90
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(13, 19, "return to tasks"));
91
91
  i0.ɵɵadvance(3);
92
- i0.ɵɵpropertyInterpolate1("routerLink", "/cases/case-details/", ctx_r0.caseId, "");
92
+ i0.ɵɵpropertyInterpolate3("routerLink", "/cases/case-details/", ctx_r0.jurisdiction, "/", ctx_r0.caseType, "/", ctx_r0.caseId, "");
93
93
  i0.ɵɵadvance();
94
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(17, 17, "Go back to the case"));
94
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(17, 21, "Go back to the case"));
95
95
  } }
96
96
  function QueryConfirmationComponent_main_0_Template(rf, ctx) { if (rf & 1) {
97
97
  i0.ɵɵelementStart(0, "main", 1)(1, "div", 2)(2, "div", 3);
98
- i0.ɵɵtemplate(3, QueryConfirmationComponent_main_0_ng_container_3_Template, 23, 23, "ng-container", 4)(4, QueryConfirmationComponent_main_0_ng_container_4_Template, 18, 19, "ng-container", 4);
98
+ i0.ɵɵtemplate(3, QueryConfirmationComponent_main_0_ng_container_3_Template, 23, 25, "ng-container", 4)(4, QueryConfirmationComponent_main_0_ng_container_4_Template, 18, 23, "ng-container", 4);
99
99
  i0.ɵɵelementEnd()()();
100
100
  } if (rf & 2) {
101
101
  const ctx_r0 = i0.ɵɵnextContext();
@@ -109,12 +109,16 @@ export class QueryConfirmationComponent {
109
109
  queryCreateContext;
110
110
  callbackConfirmationMessageText = {};
111
111
  caseId = '';
112
+ jurisdiction = '';
113
+ caseType = '';
112
114
  queryCreateContextEnum = QueryCreateContext;
113
115
  constructor(route) {
114
116
  this.route = route;
115
117
  }
116
118
  ngOnInit() {
117
119
  this.caseId = this.route.snapshot.params.cid;
120
+ this.jurisdiction = this.route.snapshot.params.jurisdiction;
121
+ this.caseType = this.route.snapshot.params.caseType;
118
122
  }
119
123
  static ɵfac = function QueryConfirmationComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || QueryConfirmationComponent)(i0.ɵɵdirectiveInject(i1.ActivatedRoute)); };
120
124
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: QueryConfirmationComponent, selectors: [["ccd-query-confirmation"]], inputs: { queryCreateContext: "queryCreateContext", callbackConfirmationMessageText: "callbackConfirmationMessageText" }, decls: 1, vars: 1, consts: [["class", "govuk-main-wrapper", 4, "ngIf"], [1, "govuk-main-wrapper"], [1, "govuk-grid-row"], [1, "govuk-grid-column-two-thirds"], [4, "ngIf"], [1, "govuk-panel", "govuk-panel--confirmation"], [1, "govuk-panel__title"], [1, "qm-confirmation", "govuk-panel__body"], [3, "content"], [1, "govuk-body"], [1, "govuk-heading-s"], ["href", "javascript:void(0)", 1, "govuk-link", 3, "routerLink"], [1, "govuk-panel__body"], ["id", "tasks-link", "href", "javascript:void(0)", 1, "govuk-link", 3, "routerLink"], ["id", "case-link", "href", "javascript:void(0)", 1, "govuk-link", 3, "routerLink"]], template: function QueryConfirmationComponent_Template(rf, ctx) { if (rf & 1) {
@@ -125,11 +129,11 @@ export class QueryConfirmationComponent {
125
129
  }
126
130
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(QueryConfirmationComponent, [{
127
131
  type: Component,
128
- args: [{ selector: 'ccd-query-confirmation', template: "<main class=\"govuk-main-wrapper\" *ngIf=\"queryCreateContext\">\n <div class=\"govuk-grid-row\">\n <div class=\"govuk-grid-column-two-thirds\">\n <ng-container *ngIf=\"queryCreateContext === queryCreateContextEnum.NEW_QUERY || queryCreateContext === queryCreateContextEnum.FOLLOWUP\">\n <div class=\"govuk-panel govuk-panel--confirmation\">\n <h1 class=\"govuk-panel__title\">{{'Query submitted' | rpxTranslate}}</h1>\n <div class=\"qm-confirmation govuk-panel__body\">\n <ccd-markdown [content]=\"callbackConfirmationMessageText?.header | rpxTranslate\"></ccd-markdown>\n </div>\n </div>\n <div class=\"govuk-body\">\n <h3 class=\"govuk-heading-s\">{{'What happens next' | rpxTranslate}}</h3>\n <ccd-markdown [content]=\"callbackConfirmationMessageText?.body | rpxTranslate\"></ccd-markdown>\n <p>{{'When the response is available it will be added to the \\'Queries\\' section.' | rpxTranslate}}</p>\n <p>\n {{'You can' | rpxTranslate}}\n <a class=\"govuk-link\" href=\"javascript:void(0)\" routerLink=\"/cases/case-details/{{caseId}}\">{{'Go back to the case' | rpxTranslate}}</a>\n </p>\n </div>\n </ng-container>\n <ng-container *ngIf=\"queryCreateContext === queryCreateContextEnum.RESPOND\">\n <div class=\"govuk-panel govuk-panel--confirmation\">\n <h1 class=\"govuk-panel__title\">{{'Query response submitted' | rpxTranslate}}</h1>\n <div class=\"govuk-panel__body\">{{'This query response has been added to the case' | rpxTranslate}}</div>\n </div>\n <div class=\"govuk-body\">\n {{'You can' | rpxTranslate}}\n <a class=\"govuk-link\" id=\"tasks-link\" href=\"javascript:void(0)\" routerLink=\"/cases/case-details/{{caseId}}/tasks\">{{'return to tasks' | rpxTranslate}}</a> or\n <a class=\"govuk-link\" id=\"case-link\" href=\"javascript:void(0)\" routerLink=\"/cases/case-details/{{caseId}}\">{{'Go back to the case' | rpxTranslate}}</a>\n </div>\n </ng-container>\n </div>\n </div>\n</main>\n" }]
132
+ args: [{ selector: 'ccd-query-confirmation', template: "<main class=\"govuk-main-wrapper\" *ngIf=\"queryCreateContext\">\n <div class=\"govuk-grid-row\">\n <div class=\"govuk-grid-column-two-thirds\">\n <ng-container *ngIf=\"queryCreateContext === queryCreateContextEnum.NEW_QUERY || queryCreateContext === queryCreateContextEnum.FOLLOWUP\">\n <div class=\"govuk-panel govuk-panel--confirmation\">\n <h1 class=\"govuk-panel__title\">{{'Query submitted' | rpxTranslate}}</h1>\n <div class=\"qm-confirmation govuk-panel__body\">\n <ccd-markdown [content]=\"callbackConfirmationMessageText?.header | rpxTranslate\"></ccd-markdown>\n </div>\n </div>\n <div class=\"govuk-body\">\n <h3 class=\"govuk-heading-s\">{{'What happens next' | rpxTranslate}}</h3>\n <ccd-markdown [content]=\"callbackConfirmationMessageText?.body | rpxTranslate\"></ccd-markdown>\n <p>{{'When the response is available it will be added to the \\'Queries\\' section.' | rpxTranslate}}</p>\n <p>\n {{'You can' | rpxTranslate}}\n <a class=\"govuk-link\" href=\"javascript:void(0)\" routerLink=\"/cases/case-details/{{jurisdiction}}/{{caseType}}/{{caseId}}\">{{'Go back to the case' | rpxTranslate}}</a>\n </p>\n </div>\n </ng-container>\n <ng-container *ngIf=\"queryCreateContext === queryCreateContextEnum.RESPOND\">\n <div class=\"govuk-panel govuk-panel--confirmation\">\n <h1 class=\"govuk-panel__title\">{{'Query response submitted' | rpxTranslate}}</h1>\n <div class=\"govuk-panel__body\">{{'This query response has been added to the case' | rpxTranslate}}</div>\n </div>\n <div class=\"govuk-body\">\n {{'You can' | rpxTranslate}}\n <a class=\"govuk-link\" id=\"tasks-link\" href=\"javascript:void(0)\" routerLink=\"/cases/case-details/{{jurisdiction}}/{{caseType}}/{{caseId}}/tasks\">{{'return to tasks' | rpxTranslate}}</a> or\n <a class=\"govuk-link\" id=\"case-link\" href=\"javascript:void(0)\" routerLink=\"/cases/case-details/{{jurisdiction}}/{{caseType}}/{{caseId}}\">{{'Go back to the case' | rpxTranslate}}</a>\n </div>\n </ng-container>\n </div>\n </div>\n</main>\n" }]
129
133
  }], () => [{ type: i1.ActivatedRoute }], { queryCreateContext: [{
130
134
  type: Input
131
135
  }], callbackConfirmationMessageText: [{
132
136
  type: Input
133
137
  }] }); })();
134
138
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(QueryConfirmationComponent, { className: "QueryConfirmationComponent", filePath: "lib/shared/components/palette/query-management/components/query-confirmation/query-confirmation.component.ts", lineNumber: 9 }); })();
135
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicXVlcnktY29uZmlybWF0aW9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NjZC1jYXNlLXVpLXRvb2xraXQvc3JjL2xpYi9zaGFyZWQvY29tcG9uZW50cy9wYWxldHRlL3F1ZXJ5LW1hbmFnZW1lbnQvY29tcG9uZW50cy9xdWVyeS1jb25maXJtYXRpb24vcXVlcnktY29uZmlybWF0aW9uLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NjZC1jYXNlLXVpLXRvb2xraXQvc3JjL2xpYi9zaGFyZWQvY29tcG9uZW50cy9wYWxldHRlL3F1ZXJ5LW1hbmFnZW1lbnQvY29tcG9uZW50cy9xdWVyeS1jb25maXJtYXRpb24vcXVlcnktY29uZmlybWF0aW9uLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFVLE1BQU0sZUFBZSxDQUFDO0FBQ3pELE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUNqRCxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQzs7Ozs7OztJQ0N0RSw2QkFBd0k7SUFFcEksQUFERiw4QkFBbUQsWUFDbEI7SUFBQSxZQUFvQzs7SUFBQSxpQkFBSztJQUN4RSw4QkFBK0M7SUFDN0Msa0NBQWdHOztJQUVwRyxBQURFLGlCQUFNLEVBQ0Y7SUFFSixBQURGLDhCQUF3QixhQUNNO0lBQUEsYUFBc0M7O0lBQUEsaUJBQUs7SUFDdkUsbUNBQThGOztJQUM5RiwwQkFBRztJQUFBLGFBQWdHOztJQUFBLGlCQUFJO0lBQ3ZHLDBCQUFHO0lBQ0QsYUFDQTs7SUFBQSw4QkFBNEY7SUFBQSxhQUF3Qzs7SUFFeEksQUFERSxBQURzSSxpQkFBSSxFQUN0SSxFQUNBOzs7O0lBYjJCLGVBQW9DO0lBQXBDLDZEQUFvQztJQUVuRCxlQUFrRTtJQUFsRSxzSkFBa0U7SUFJdEQsZUFBc0M7SUFBdEMsaUVBQXNDO0lBQ3BELGVBQWdFO0lBQWhFLHFKQUFnRTtJQUMzRSxlQUFnRztJQUFoRyx5SEFBZ0c7SUFFakcsZUFDQTtJQURBLGtFQUNBO0lBQWdELGVBQTJDO0lBQTNDLGtGQUEyQztJQUFDLGNBQXdDO0lBQXhDLG1FQUF3Qzs7O0lBSTFJLDZCQUE0RTtJQUV4RSxBQURGLDhCQUFtRCxZQUNsQjtJQUFBLFlBQTZDOztJQUFBLGlCQUFLO0lBQ2pGLCtCQUErQjtJQUFBLFlBQW1FOztJQUNwRyxBQURvRyxpQkFBTSxFQUNwRztJQUNOLDhCQUF3QjtJQUN0QixZQUNBOztJQUFBLDhCQUFrSDtJQUFBLGFBQW9DOztJQUFBLGlCQUFJO0lBQUMscUJBQzNKO0lBQUEsOEJBQTJHO0lBQUEsYUFBd0M7O0lBQ3JKLEFBRHFKLGlCQUFJLEVBQ25KOzs7O0lBUDJCLGVBQTZDO0lBQTdDLHNFQUE2QztJQUM3QyxlQUFtRTtJQUFuRSw2RkFBbUU7SUFHbEcsZUFDQTtJQURBLGtFQUNBO0lBQWdFLGVBQWlEO0lBQWpELHdGQUFpRDtJQUFDLGNBQW9DO0lBQXBDLCtEQUFvQztJQUN2RixlQUEyQztJQUEzQyxrRkFBMkM7SUFBQyxjQUF3QztJQUF4QyxtRUFBd0M7OztJQTFCekosQUFERixBQURGLCtCQUE0RCxhQUM5QixhQUNnQjtJQWtCeEMsQUFqQkEsc0dBQXdJLHlGQWlCNUQ7SUFhbEYsQUFERSxBQURFLGlCQUFNLEVBQ0YsRUFDRDs7O0lBOUJjLGVBQXVIO0lBQXZILG9LQUF1SDtJQWlCdkgsY0FBMkQ7SUFBM0QsMEZBQTJEOztBRFpoRixNQUFNLE9BQU8sMEJBQTBCO0lBT1I7SUFOYixrQkFBa0IsQ0FBcUI7SUFDdkMsK0JBQStCLEdBQThCLEVBQUUsQ0FBQztJQUV6RSxNQUFNLEdBQUcsRUFBRSxDQUFDO0lBQ1osc0JBQXNCLEdBQUcsa0JBQWtCLENBQUM7SUFFbkQsWUFBNkIsS0FBcUI7UUFBckIsVUFBSyxHQUFMLEtBQUssQ0FBZ0I7SUFDbEQsQ0FBQztJQUVNLFFBQVE7UUFDYixJQUFJLENBQUMsTUFBTSxHQUFHLElBQUksQ0FBQyxLQUFLLENBQUMsUUFBUSxDQUFDLE1BQU0sQ0FBQyxHQUFHLENBQUM7SUFDL0MsQ0FBQztvSEFaVSwwQkFBMEI7NkRBQTFCLDBCQUEwQjtZQ1J2Qyw2RUFBNEQ7O1lBQTFCLDZDQUF3Qjs7O2lGRFE3QywwQkFBMEI7Y0FKdEMsU0FBUzsyQkFDRSx3QkFBd0I7K0NBSWxCLGtCQUFrQjtrQkFBakMsS0FBSztZQUNVLCtCQUErQjtrQkFBOUMsS0FBSzs7a0ZBRkssMEJBQTBCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBBY3RpdmF0ZWRSb3V0ZSB9IGZyb20gJ0Bhbmd1bGFyL3JvdXRlcic7XG5pbXBvcnQgeyBRdWVyeUNyZWF0ZUNvbnRleHQgfSBmcm9tICcuLi8uLi9tb2RlbHMvcXVlcnktY3JlYXRlLWNvbnRleHQuZW51bSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2NjZC1xdWVyeS1jb25maXJtYXRpb24nLFxuICB0ZW1wbGF0ZVVybDogJy4vcXVlcnktY29uZmlybWF0aW9uLmNvbXBvbmVudC5odG1sJ1xufSlcbmV4cG9ydCBjbGFzcyBRdWVyeUNvbmZpcm1hdGlvbkNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG4gIEBJbnB1dCgpIHB1YmxpYyBxdWVyeUNyZWF0ZUNvbnRleHQ6IFF1ZXJ5Q3JlYXRlQ29udGV4dDtcbiAgQElucHV0KCkgcHVibGljIGNhbGxiYWNrQ29uZmlybWF0aW9uTWVzc2FnZVRleHQ6IHsgW2tleTogc3RyaW5nXTogc3RyaW5nIH0gPSB7fTtcblxuICBwdWJsaWMgY2FzZUlkID0gJyc7XG4gIHB1YmxpYyBxdWVyeUNyZWF0ZUNvbnRleHRFbnVtID0gUXVlcnlDcmVhdGVDb250ZXh0O1xuXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgcmVhZG9ubHkgcm91dGU6IEFjdGl2YXRlZFJvdXRlKSB7XG4gIH1cblxuICBwdWJsaWMgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgdGhpcy5jYXNlSWQgPSB0aGlzLnJvdXRlLnNuYXBzaG90LnBhcmFtcy5jaWQ7XG4gIH1cbn1cbiIsIjxtYWluIGNsYXNzPVwiZ292dWstbWFpbi13cmFwcGVyXCIgKm5nSWY9XCJxdWVyeUNyZWF0ZUNvbnRleHRcIj5cbiAgPGRpdiBjbGFzcz1cImdvdnVrLWdyaWQtcm93XCI+XG4gICAgPGRpdiBjbGFzcz1cImdvdnVrLWdyaWQtY29sdW1uLXR3by10aGlyZHNcIj5cbiAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJxdWVyeUNyZWF0ZUNvbnRleHQgPT09IHF1ZXJ5Q3JlYXRlQ29udGV4dEVudW0uTkVXX1FVRVJZIHx8IHF1ZXJ5Q3JlYXRlQ29udGV4dCA9PT0gcXVlcnlDcmVhdGVDb250ZXh0RW51bS5GT0xMT1dVUFwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiZ292dWstcGFuZWwgZ292dWstcGFuZWwtLWNvbmZpcm1hdGlvblwiPlxuICAgICAgICAgIDxoMSBjbGFzcz1cImdvdnVrLXBhbmVsX190aXRsZVwiPnt7J1F1ZXJ5IHN1Ym1pdHRlZCcgfCBycHhUcmFuc2xhdGV9fTwvaDE+XG4gICAgICAgICAgPGRpdiBjbGFzcz1cInFtLWNvbmZpcm1hdGlvbiBnb3Z1ay1wYW5lbF9fYm9keVwiPlxuICAgICAgICAgICAgPGNjZC1tYXJrZG93biBbY29udGVudF09XCJjYWxsYmFja0NvbmZpcm1hdGlvbk1lc3NhZ2VUZXh0Py5oZWFkZXIgfCBycHhUcmFuc2xhdGVcIj48L2NjZC1tYXJrZG93bj5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJnb3Z1ay1ib2R5XCI+XG4gICAgICAgICAgPGgzIGNsYXNzPVwiZ292dWstaGVhZGluZy1zXCI+e3snV2hhdCBoYXBwZW5zIG5leHQnIHwgcnB4VHJhbnNsYXRlfX08L2gzPlxuICAgICAgICAgIDxjY2QtbWFya2Rvd24gW2NvbnRlbnRdPVwiY2FsbGJhY2tDb25maXJtYXRpb25NZXNzYWdlVGV4dD8uYm9keSB8IHJweFRyYW5zbGF0ZVwiPjwvY2NkLW1hcmtkb3duPlxuICAgICAgICAgIDxwPnt7J1doZW4gdGhlIHJlc3BvbnNlIGlzIGF2YWlsYWJsZSBpdCB3aWxsIGJlIGFkZGVkIHRvIHRoZSBcXCdRdWVyaWVzXFwnIHNlY3Rpb24uJyB8IHJweFRyYW5zbGF0ZX19PC9wPlxuICAgICAgICAgIDxwPlxuICAgICAgICAgICAge3snWW91IGNhbicgfCBycHhUcmFuc2xhdGV9fVxuICAgICAgICAgICAgPGEgY2xhc3M9XCJnb3Z1ay1saW5rXCIgaHJlZj1cImphdmFzY3JpcHQ6dm9pZCgwKVwiIHJvdXRlckxpbms9XCIvY2FzZXMvY2FzZS1kZXRhaWxzL3t7Y2FzZUlkfX1cIj57eydHbyBiYWNrIHRvIHRoZSBjYXNlJyB8IHJweFRyYW5zbGF0ZX19PC9hPlxuICAgICAgICAgIDwvcD5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L25nLWNvbnRhaW5lcj5cbiAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJxdWVyeUNyZWF0ZUNvbnRleHQgPT09IHF1ZXJ5Q3JlYXRlQ29udGV4dEVudW0uUkVTUE9ORFwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiZ292dWstcGFuZWwgZ292dWstcGFuZWwtLWNvbmZpcm1hdGlvblwiPlxuICAgICAgICAgIDxoMSBjbGFzcz1cImdvdnVrLXBhbmVsX190aXRsZVwiPnt7J1F1ZXJ5IHJlc3BvbnNlIHN1Ym1pdHRlZCcgfCBycHhUcmFuc2xhdGV9fTwvaDE+XG4gICAgICAgICAgPGRpdiBjbGFzcz1cImdvdnVrLXBhbmVsX19ib2R5XCI+e3snVGhpcyBxdWVyeSByZXNwb25zZSBoYXMgYmVlbiBhZGRlZCB0byB0aGUgY2FzZScgfCBycHhUcmFuc2xhdGV9fTwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImdvdnVrLWJvZHlcIj5cbiAgICAgICAgICB7eydZb3UgY2FuJyB8IHJweFRyYW5zbGF0ZX19XG4gICAgICAgICAgPGEgY2xhc3M9XCJnb3Z1ay1saW5rXCIgaWQ9XCJ0YXNrcy1saW5rXCIgaHJlZj1cImphdmFzY3JpcHQ6dm9pZCgwKVwiIHJvdXRlckxpbms9XCIvY2FzZXMvY2FzZS1kZXRhaWxzL3t7Y2FzZUlkfX0vdGFza3NcIj57eydyZXR1cm4gdG8gdGFza3MnIHwgcnB4VHJhbnNsYXRlfX08L2E+IG9yXG4gICAgICAgICAgPGEgY2xhc3M9XCJnb3Z1ay1saW5rXCIgaWQ9XCJjYXNlLWxpbmtcIiBocmVmPVwiamF2YXNjcmlwdDp2b2lkKDApXCIgcm91dGVyTGluaz1cIi9jYXNlcy9jYXNlLWRldGFpbHMve3tjYXNlSWR9fVwiPnt7J0dvIGJhY2sgdG8gdGhlIGNhc2UnIHwgcnB4VHJhbnNsYXRlfX08L2E+XG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgPC9kaXY+XG4gIDwvZGl2PlxuPC9tYWluPlxuIl19
139
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicXVlcnktY29uZmlybWF0aW9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NjZC1jYXNlLXVpLXRvb2xraXQvc3JjL2xpYi9zaGFyZWQvY29tcG9uZW50cy9wYWxldHRlL3F1ZXJ5LW1hbmFnZW1lbnQvY29tcG9uZW50cy9xdWVyeS1jb25maXJtYXRpb24vcXVlcnktY29uZmlybWF0aW9uLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NjZC1jYXNlLXVpLXRvb2xraXQvc3JjL2xpYi9zaGFyZWQvY29tcG9uZW50cy9wYWxldHRlL3F1ZXJ5LW1hbmFnZW1lbnQvY29tcG9uZW50cy9xdWVyeS1jb25maXJtYXRpb24vcXVlcnktY29uZmlybWF0aW9uLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFVLE1BQU0sZUFBZSxDQUFDO0FBQ3pELE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUNqRCxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQzs7Ozs7OztJQ0N0RSw2QkFBd0k7SUFFcEksQUFERiw4QkFBbUQsWUFDbEI7SUFBQSxZQUFvQzs7SUFBQSxpQkFBSztJQUN4RSw4QkFBK0M7SUFDN0Msa0NBQWdHOztJQUVwRyxBQURFLGlCQUFNLEVBQ0Y7SUFFSixBQURGLDhCQUF3QixhQUNNO0lBQUEsYUFBc0M7O0lBQUEsaUJBQUs7SUFDdkUsbUNBQThGOztJQUM5RiwwQkFBRztJQUFBLGFBQWdHOztJQUFBLGlCQUFJO0lBQ3ZHLDBCQUFHO0lBQ0QsYUFDQTs7SUFBQSw4QkFBMEg7SUFBQSxhQUF3Qzs7SUFFdEssQUFERSxBQURvSyxpQkFBSSxFQUNwSyxFQUNBOzs7O0lBYjJCLGVBQW9DO0lBQXBDLDhEQUFvQztJQUVuRCxlQUFrRTtJQUFsRSxzSkFBa0U7SUFJdEQsZUFBc0M7SUFBdEMsaUVBQXNDO0lBQ3BELGVBQWdFO0lBQWhFLHFKQUFnRTtJQUMzRSxlQUFnRztJQUFoRyx5SEFBZ0c7SUFFakcsZUFDQTtJQURBLGtFQUNBO0lBQWdELGVBQXlFO0lBQXpFLGtJQUF5RTtJQUFDLGNBQXdDO0lBQXhDLG1FQUF3Qzs7O0lBSXhLLDZCQUE0RTtJQUV4RSxBQURGLDhCQUFtRCxZQUNsQjtJQUFBLFlBQTZDOztJQUFBLGlCQUFLO0lBQ2pGLCtCQUErQjtJQUFBLFlBQW1FOztJQUNwRyxBQURvRyxpQkFBTSxFQUNwRztJQUNOLDhCQUF3QjtJQUN0QixZQUNBOztJQUFBLDhCQUFnSjtJQUFBLGFBQW9DOztJQUFBLGlCQUFJO0lBQUMscUJBQ3pMO0lBQUEsOEJBQXlJO0lBQUEsYUFBd0M7O0lBQ25MLEFBRG1MLGlCQUFJLEVBQ2pMOzs7O0lBUDJCLGVBQTZDO0lBQTdDLHVFQUE2QztJQUM3QyxlQUFtRTtJQUFuRSw2RkFBbUU7SUFHbEcsZUFDQTtJQURBLGtFQUNBO0lBQWdFLGVBQStFO0lBQS9FLHdJQUErRTtJQUFDLGNBQW9DO0lBQXBDLCtEQUFvQztJQUNySCxlQUF5RTtJQUF6RSxrSUFBeUU7SUFBQyxjQUF3QztJQUF4QyxtRUFBd0M7OztJQTFCdkwsQUFERixBQURGLCtCQUE0RCxhQUM5QixhQUNnQjtJQWtCeEMsQUFqQkEsc0dBQXdJLHlGQWlCNUQ7SUFhbEYsQUFERSxBQURFLGlCQUFNLEVBQ0YsRUFDRDs7O0lBOUJjLGVBQXVIO0lBQXZILG9LQUF1SDtJQWlCdkgsY0FBMkQ7SUFBM0QsMEZBQTJEOztBRFpoRixNQUFNLE9BQU8sMEJBQTBCO0lBU1I7SUFSYixrQkFBa0IsQ0FBcUI7SUFDdkMsK0JBQStCLEdBQThCLEVBQUUsQ0FBQztJQUV6RSxNQUFNLEdBQUcsRUFBRSxDQUFDO0lBQ1osWUFBWSxHQUFHLEVBQUUsQ0FBQztJQUNsQixRQUFRLEdBQUcsRUFBRSxDQUFDO0lBQ2Qsc0JBQXNCLEdBQUcsa0JBQWtCLENBQUM7SUFFbkQsWUFBNkIsS0FBcUI7UUFBckIsVUFBSyxHQUFMLEtBQUssQ0FBZ0I7SUFDbEQsQ0FBQztJQUVNLFFBQVE7UUFDYixJQUFJLENBQUMsTUFBTSxHQUFHLElBQUksQ0FBQyxLQUFLLENBQUMsUUFBUSxDQUFDLE1BQU0sQ0FBQyxHQUFHLENBQUM7UUFDN0MsSUFBSSxDQUFDLFlBQVksR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLFFBQVEsQ0FBQyxNQUFNLENBQUMsWUFBWSxDQUFDO1FBQzVELElBQUksQ0FBQyxRQUFRLEdBQUcsSUFBSSxDQUFDLEtBQUssQ0FBQyxRQUFRLENBQUMsTUFBTSxDQUFDLFFBQVEsQ0FBQztJQUN0RCxDQUFDO29IQWhCVSwwQkFBMEI7NkRBQTFCLDBCQUEwQjtZQ1J2Qyw2RUFBNEQ7O1lBQTFCLDZDQUF3Qjs7O2lGRFE3QywwQkFBMEI7Y0FKdEMsU0FBUzsyQkFDRSx3QkFBd0I7K0NBSWxCLGtCQUFrQjtrQkFBakMsS0FBSztZQUNVLCtCQUErQjtrQkFBOUMsS0FBSzs7a0ZBRkssMEJBQTBCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBBY3RpdmF0ZWRSb3V0ZSB9IGZyb20gJ0Bhbmd1bGFyL3JvdXRlcic7XG5pbXBvcnQgeyBRdWVyeUNyZWF0ZUNvbnRleHQgfSBmcm9tICcuLi8uLi9tb2RlbHMvcXVlcnktY3JlYXRlLWNvbnRleHQuZW51bSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2NjZC1xdWVyeS1jb25maXJtYXRpb24nLFxuICB0ZW1wbGF0ZVVybDogJy4vcXVlcnktY29uZmlybWF0aW9uLmNvbXBvbmVudC5odG1sJ1xufSlcbmV4cG9ydCBjbGFzcyBRdWVyeUNvbmZpcm1hdGlvbkNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG4gIEBJbnB1dCgpIHB1YmxpYyBxdWVyeUNyZWF0ZUNvbnRleHQ6IFF1ZXJ5Q3JlYXRlQ29udGV4dDtcbiAgQElucHV0KCkgcHVibGljIGNhbGxiYWNrQ29uZmlybWF0aW9uTWVzc2FnZVRleHQ6IHsgW2tleTogc3RyaW5nXTogc3RyaW5nIH0gPSB7fTtcblxuICBwdWJsaWMgY2FzZUlkID0gJyc7XG4gIHB1YmxpYyBqdXJpc2RpY3Rpb24gPSAnJztcbiAgcHVibGljIGNhc2VUeXBlID0gJyc7XG4gIHB1YmxpYyBxdWVyeUNyZWF0ZUNvbnRleHRFbnVtID0gUXVlcnlDcmVhdGVDb250ZXh0O1xuXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgcmVhZG9ubHkgcm91dGU6IEFjdGl2YXRlZFJvdXRlKSB7XG4gIH1cblxuICBwdWJsaWMgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgdGhpcy5jYXNlSWQgPSB0aGlzLnJvdXRlLnNuYXBzaG90LnBhcmFtcy5jaWQ7XG4gICAgdGhpcy5qdXJpc2RpY3Rpb24gPSB0aGlzLnJvdXRlLnNuYXBzaG90LnBhcmFtcy5qdXJpc2RpY3Rpb247XG4gICAgdGhpcy5jYXNlVHlwZSA9IHRoaXMucm91dGUuc25hcHNob3QucGFyYW1zLmNhc2VUeXBlO1xuICB9XG59XG4iLCI8bWFpbiBjbGFzcz1cImdvdnVrLW1haW4td3JhcHBlclwiICpuZ0lmPVwicXVlcnlDcmVhdGVDb250ZXh0XCI+XG4gIDxkaXYgY2xhc3M9XCJnb3Z1ay1ncmlkLXJvd1wiPlxuICAgIDxkaXYgY2xhc3M9XCJnb3Z1ay1ncmlkLWNvbHVtbi10d28tdGhpcmRzXCI+XG4gICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwicXVlcnlDcmVhdGVDb250ZXh0ID09PSBxdWVyeUNyZWF0ZUNvbnRleHRFbnVtLk5FV19RVUVSWSB8fCBxdWVyeUNyZWF0ZUNvbnRleHQgPT09IHF1ZXJ5Q3JlYXRlQ29udGV4dEVudW0uRk9MTE9XVVBcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImdvdnVrLXBhbmVsIGdvdnVrLXBhbmVsLS1jb25maXJtYXRpb25cIj5cbiAgICAgICAgICA8aDEgY2xhc3M9XCJnb3Z1ay1wYW5lbF9fdGl0bGVcIj57eydRdWVyeSBzdWJtaXR0ZWQnIHwgcnB4VHJhbnNsYXRlfX08L2gxPlxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJxbS1jb25maXJtYXRpb24gZ292dWstcGFuZWxfX2JvZHlcIj5cbiAgICAgICAgICAgIDxjY2QtbWFya2Rvd24gW2NvbnRlbnRdPVwiY2FsbGJhY2tDb25maXJtYXRpb25NZXNzYWdlVGV4dD8uaGVhZGVyIHwgcnB4VHJhbnNsYXRlXCI+PC9jY2QtbWFya2Rvd24+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8ZGl2IGNsYXNzPVwiZ292dWstYm9keVwiPlxuICAgICAgICAgIDxoMyBjbGFzcz1cImdvdnVrLWhlYWRpbmctc1wiPnt7J1doYXQgaGFwcGVucyBuZXh0JyB8IHJweFRyYW5zbGF0ZX19PC9oMz5cbiAgICAgICAgICA8Y2NkLW1hcmtkb3duIFtjb250ZW50XT1cImNhbGxiYWNrQ29uZmlybWF0aW9uTWVzc2FnZVRleHQ/LmJvZHkgfCBycHhUcmFuc2xhdGVcIj48L2NjZC1tYXJrZG93bj5cbiAgICAgICAgICA8cD57eydXaGVuIHRoZSByZXNwb25zZSBpcyBhdmFpbGFibGUgaXQgd2lsbCBiZSBhZGRlZCB0byB0aGUgXFwnUXVlcmllc1xcJyBzZWN0aW9uLicgfCBycHhUcmFuc2xhdGV9fTwvcD5cbiAgICAgICAgICA8cD5cbiAgICAgICAgICAgIHt7J1lvdSBjYW4nIHwgcnB4VHJhbnNsYXRlfX1cbiAgICAgICAgICAgIDxhIGNsYXNzPVwiZ292dWstbGlua1wiIGhyZWY9XCJqYXZhc2NyaXB0OnZvaWQoMClcIiByb3V0ZXJMaW5rPVwiL2Nhc2VzL2Nhc2UtZGV0YWlscy97e2p1cmlzZGljdGlvbn19L3t7Y2FzZVR5cGV9fS97e2Nhc2VJZH19XCI+e3snR28gYmFjayB0byB0aGUgY2FzZScgfCBycHhUcmFuc2xhdGV9fTwvYT5cbiAgICAgICAgICA8L3A+XG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwicXVlcnlDcmVhdGVDb250ZXh0ID09PSBxdWVyeUNyZWF0ZUNvbnRleHRFbnVtLlJFU1BPTkRcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImdvdnVrLXBhbmVsIGdvdnVrLXBhbmVsLS1jb25maXJtYXRpb25cIj5cbiAgICAgICAgICA8aDEgY2xhc3M9XCJnb3Z1ay1wYW5lbF9fdGl0bGVcIj57eydRdWVyeSByZXNwb25zZSBzdWJtaXR0ZWQnIHwgcnB4VHJhbnNsYXRlfX08L2gxPlxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJnb3Z1ay1wYW5lbF9fYm9keVwiPnt7J1RoaXMgcXVlcnkgcmVzcG9uc2UgaGFzIGJlZW4gYWRkZWQgdG8gdGhlIGNhc2UnIHwgcnB4VHJhbnNsYXRlfX08L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJnb3Z1ay1ib2R5XCI+XG4gICAgICAgICAge3snWW91IGNhbicgfCBycHhUcmFuc2xhdGV9fVxuICAgICAgICAgIDxhIGNsYXNzPVwiZ292dWstbGlua1wiIGlkPVwidGFza3MtbGlua1wiIGhyZWY9XCJqYXZhc2NyaXB0OnZvaWQoMClcIiByb3V0ZXJMaW5rPVwiL2Nhc2VzL2Nhc2UtZGV0YWlscy97e2p1cmlzZGljdGlvbn19L3t7Y2FzZVR5cGV9fS97e2Nhc2VJZH19L3Rhc2tzXCI+e3sncmV0dXJuIHRvIHRhc2tzJyB8IHJweFRyYW5zbGF0ZX19PC9hPiBvclxuICAgICAgICAgIDxhIGNsYXNzPVwiZ292dWstbGlua1wiIGlkPVwiY2FzZS1saW5rXCIgaHJlZj1cImphdmFzY3JpcHQ6dm9pZCgwKVwiIHJvdXRlckxpbms9XCIvY2FzZXMvY2FzZS1kZXRhaWxzL3t7anVyaXNkaWN0aW9ufX0ve3tjYXNlVHlwZX19L3t7Y2FzZUlkfX1cIj57eydHbyBiYWNrIHRvIHRoZSBjYXNlJyB8IHJweFRyYW5zbGF0ZX19PC9hPlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvbmctY29udGFpbmVyPlxuICAgIDwvZGl2PlxuICA8L2Rpdj5cbjwvbWFpbj5cbiJdfQ==