@hmcts/ccd-case-ui-toolkit 7.2.35 → 7.2.36-3044-2761

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 (89) hide show
  1. package/esm2022/lib/components/banners/notification-banner/notification-banner.component.mjs +4 -4
  2. package/esm2022/lib/components/header/header-bar/header-bar.component.mjs +5 -5
  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-page/case-edit-page.component.mjs +5 -5
  5. package/esm2022/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.mjs +5 -5
  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-timeline/case-timeline.component.mjs +4 -4
  9. package/esm2022/lib/shared/components/case-viewer/case-basic-access-view/case-basic-access-view.component.mjs +4 -4
  10. package/esm2022/lib/shared/components/case-viewer/case-challenged-access-request/case-challenged-access-request.component.mjs +4 -4
  11. package/esm2022/lib/shared/components/case-viewer/case-challenged-access-success/case-challenged-access-success.component.mjs +9 -4
  12. package/esm2022/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.mjs +16 -3
  13. package/esm2022/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.mjs +15 -8
  14. package/esm2022/lib/shared/components/case-viewer/case-review-specific-access-reject/case-review-specific-access-reject.component.mjs +13 -9
  15. package/esm2022/lib/shared/components/case-viewer/case-review-specific-access-request/case-review-specific-access-request.component.mjs +4 -4
  16. package/esm2022/lib/shared/components/case-viewer/case-specific-access-request/case-specific-access-request.component.mjs +4 -4
  17. package/esm2022/lib/shared/components/case-viewer/services/event-trigger.resolver.mjs +4 -2
  18. package/esm2022/lib/shared/components/event-start/components/multiple-tasks-exist/multiple-tasks-exist.component.mjs +9 -5
  19. package/esm2022/lib/shared/components/event-start/components/no-tasks-available/no-tasks-available.component.mjs +9 -5
  20. package/esm2022/lib/shared/components/event-start/components/task-assigned/task-assigned.component.mjs +10 -6
  21. package/esm2022/lib/shared/components/event-start/components/task-conflict/task-conflict.component.mjs +3 -3
  22. package/esm2022/lib/shared/components/event-start/components/task-unassigned/task-unassigned.component.mjs +9 -5
  23. package/esm2022/lib/shared/components/event-start/event-guard/event-start.guard.mjs +3 -3
  24. package/esm2022/lib/shared/components/event-start/services/event-start-state-machine.service.mjs +6 -6
  25. package/esm2022/lib/shared/components/palette/address/write-address-field.component.mjs +4 -4
  26. package/esm2022/lib/shared/components/palette/case-file-view/case-file-view-field.component.mjs +4 -4
  27. package/esm2022/lib/shared/components/palette/case-file-view/components/case-file-view-folder-selector/case-file-view-folder-selector.component.mjs +4 -4
  28. package/esm2022/lib/shared/components/palette/case-flag/components/case-flag-summary-list/case-flag-summary-list.component.mjs +9 -9
  29. package/esm2022/lib/shared/components/palette/complex/read-complex-field-collection-table.component.mjs +5 -4
  30. package/esm2022/lib/shared/components/palette/document/read-document-field.component.mjs +7 -7
  31. package/esm2022/lib/shared/components/palette/linked-cases/components/before-you-start/before-you-start.component.mjs +6 -6
  32. package/esm2022/lib/shared/components/palette/linked-cases/components/check-your-answers/check-your-answers.component.mjs +5 -5
  33. package/esm2022/lib/shared/components/palette/linked-cases/components/linked-cases-table/linked-cases-from-table.component.mjs +12 -12
  34. package/esm2022/lib/shared/components/palette/linked-cases/components/linked-cases-table/linked-cases-to-table.component.mjs +7 -7
  35. package/esm2022/lib/shared/components/palette/linked-cases/components/no-linked-cases/no-linked-cases.component.mjs +6 -6
  36. package/esm2022/lib/shared/components/palette/linked-cases/read-linked-cases-field.component.mjs +7 -7
  37. package/esm2022/lib/shared/components/palette/organisation/write-organisation-field.component.mjs +5 -5
  38. package/esm2022/lib/shared/components/palette/palette.module.mjs +6 -2
  39. package/esm2022/lib/shared/components/palette/query-management/components/qualifying-questions/qualifying-question-detail/qualifying-question-detail.component.mjs +26 -15
  40. package/esm2022/lib/shared/components/palette/query-management/components/qualifying-questions/qualifying-question-options/qualifying-question-options.component.mjs +6 -2
  41. package/esm2022/lib/shared/components/palette/query-management/components/query-check-your-answers/query-check-your-answers.component.mjs +71 -69
  42. package/esm2022/lib/shared/components/palette/query-management/components/query-confirmation/query-confirmation.component.mjs +23 -19
  43. package/esm2022/lib/shared/components/palette/query-management/components/query-details/query-details.component.mjs +5 -5
  44. package/esm2022/lib/shared/components/palette/query-management/components/query-list/query-list.component.mjs +5 -5
  45. package/esm2022/lib/shared/components/search-result/search-result.component.mjs +5 -5
  46. package/esm2022/lib/shared/directives/index.mjs +2 -1
  47. package/esm2022/lib/shared/directives/welsh-translated-markdown/index.mjs +3 -0
  48. package/esm2022/lib/shared/directives/welsh-translated-markdown/welsh-translated-markdown.directive.mjs +104 -0
  49. package/esm2022/lib/shared/directives/welsh-translated-markdown/welsh-translated-markdown.module.mjs +21 -0
  50. package/fesm2022/hmcts-ccd-case-ui-toolkit.mjs +601 -404
  51. package/fesm2022/hmcts-ccd-case-ui-toolkit.mjs.map +1 -1
  52. 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
  53. 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
  54. 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
  55. 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
  56. package/lib/shared/components/case-viewer/case-challenged-access-success/case-challenged-access-success.component.d.ts +2 -0
  57. package/lib/shared/components/case-viewer/case-challenged-access-success/case-challenged-access-success.component.d.ts.map +1 -1
  58. package/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.d.ts +1 -0
  59. package/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.d.ts.map +1 -1
  60. package/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.d.ts.map +1 -1
  61. package/lib/shared/components/case-viewer/case-review-specific-access-reject/case-review-specific-access-reject.component.d.ts +2 -0
  62. package/lib/shared/components/case-viewer/case-review-specific-access-reject/case-review-specific-access-reject.component.d.ts.map +1 -1
  63. package/lib/shared/components/case-viewer/services/event-trigger.resolver.d.ts.map +1 -1
  64. package/lib/shared/components/event-start/components/multiple-tasks-exist/multiple-tasks-exist.component.d.ts +2 -0
  65. package/lib/shared/components/event-start/components/multiple-tasks-exist/multiple-tasks-exist.component.d.ts.map +1 -1
  66. package/lib/shared/components/event-start/components/no-tasks-available/no-tasks-available.component.d.ts +2 -0
  67. package/lib/shared/components/event-start/components/no-tasks-available/no-tasks-available.component.d.ts.map +1 -1
  68. package/lib/shared/components/event-start/components/task-assigned/task-assigned.component.d.ts +2 -0
  69. package/lib/shared/components/event-start/components/task-assigned/task-assigned.component.d.ts.map +1 -1
  70. package/lib/shared/components/event-start/components/task-unassigned/task-unassigned.component.d.ts +2 -0
  71. package/lib/shared/components/event-start/components/task-unassigned/task-unassigned.component.d.ts.map +1 -1
  72. package/lib/shared/components/event-start/event-guard/event-start.guard.d.ts +2 -2
  73. package/lib/shared/components/event-start/event-guard/event-start.guard.d.ts.map +1 -1
  74. package/lib/shared/components/event-start/services/event-start-state-machine.service.d.ts.map +1 -1
  75. package/lib/shared/components/palette/palette.module.d.ts +18 -17
  76. package/lib/shared/components/palette/palette.module.d.ts.map +1 -1
  77. package/lib/shared/components/palette/query-management/components/qualifying-questions/qualifying-question-options/qualifying-question-options.component.d.ts +2 -0
  78. package/lib/shared/components/palette/query-management/components/qualifying-questions/qualifying-question-options/qualifying-question-options.component.d.ts.map +1 -1
  79. package/lib/shared/components/palette/query-management/components/query-confirmation/query-confirmation.component.d.ts +2 -0
  80. package/lib/shared/components/palette/query-management/components/query-confirmation/query-confirmation.component.d.ts.map +1 -1
  81. package/lib/shared/directives/index.d.ts +1 -0
  82. package/lib/shared/directives/index.d.ts.map +1 -1
  83. package/lib/shared/directives/welsh-translated-markdown/index.d.ts +3 -0
  84. package/lib/shared/directives/welsh-translated-markdown/index.d.ts.map +1 -0
  85. package/lib/shared/directives/welsh-translated-markdown/welsh-translated-markdown.directive.d.ts +76 -0
  86. package/lib/shared/directives/welsh-translated-markdown/welsh-translated-markdown.directive.d.ts.map +1 -0
  87. package/lib/shared/directives/welsh-translated-markdown/welsh-translated-markdown.module.d.ts +8 -0
  88. package/lib/shared/directives/welsh-translated-markdown/welsh-translated-markdown.module.d.ts.map +1 -0
  89. package/package.json +1 -1
@@ -5,6 +5,8 @@ export declare class CaseEventCompletionTaskCancelledComponent implements OnInit
5
5
  context: EventCompletionStateMachineContext;
6
6
  notifyEventCompletionCancelled: EventEmitter<boolean>;
7
7
  caseId: string;
8
+ jurisdiction: string;
9
+ caseType: string;
8
10
  ngOnInit(): void;
9
11
  onContinue(): void;
10
12
  static ɵfac: i0.ɵɵFactoryDeclaration<CaseEventCompletionTaskCancelledComponent, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"case-event-completion-task-cancelled.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-cancelled/case-event-completion-task-cancelled.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAiB,MAAM,EAAU,MAAM,eAAe,CAAC;AACvF,OAAO,EAAE,kCAAkC,EAAE,MAAM,iBAAiB,CAAC;;AAGrE,qBAIa,yCAA0C,YAAW,MAAM;IAEtE,OAAO,EAAE,kCAAkC,CAAC;IAErC,8BAA8B,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAEpF,MAAM,EAAE,MAAM,CAAC;IAEf,QAAQ,IAAI,IAAI;IAIhB,UAAU,IAAI,IAAI;yCAZd,yCAAyC;2CAAzC,yCAAyC;CAkBrD"}
1
+ {"version":3,"file":"case-event-completion-task-cancelled.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-cancelled/case-event-completion-task-cancelled.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAiB,MAAM,EAAU,MAAM,eAAe,CAAC;AACvF,OAAO,EAAE,kCAAkC,EAAE,MAAM,iBAAiB,CAAC;;AAGrE,qBAIa,yCAA0C,YAAW,MAAM;IAEtE,OAAO,EAAE,kCAAkC,CAAC;IAErC,8BAA8B,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAEpF,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IAEjB,QAAQ,IAAI,IAAI;IAMhB,UAAU,IAAI,IAAI;yCAhBd,yCAAyC;2CAAzC,yCAAyC;CAsBrD"}
@@ -17,6 +17,8 @@ export declare class CaseEventCompletionTaskReassignedComponent implements OnIni
17
17
  subscription: Subscription;
18
18
  caseworkerSubscription: Subscription;
19
19
  judicialworkerSubscription: Subscription;
20
+ jurisdiction: string;
21
+ caseType: string;
20
22
  constructor(sessionStorageService: SessionStorageService, judicialworkerService: JudicialworkerService, caseworkerService: CaseworkerService);
21
23
  ngOnInit(): void;
22
24
  ngOnDestroy(): void;
@@ -1 +1 @@
1
- {"version":3,"file":"case-event-completion-task-reassigned.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,SAAS,EAAE,MAAM,EAAU,MAAM,eAAe,CAAC;AAC1F,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,EAEL,qBAAqB,EACtB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,kCAAkC,EAAE,MAAM,iBAAiB,CAAC;AACrE,OAAO,EAAE,iBAAiB,EAAE,MAAM,uCAAuC,CAAC;AAC1E,OAAO,EAAE,qBAAqB,EAAE,MAAM,2CAA2C,CAAC;;AAGlF,qBAIa,0CAA2C,YAAW,MAAM,EAAE,SAAS;IAatE,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IAChD,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IACtC,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAbpC,OAAO,EAAE,kCAAkC,CAAC;IAErC,+BAA+B,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAErF,MAAM,EAAE,MAAM,CAAC;IACf,cAAc,EAAE,MAAM,CAAC;IACvB,gBAAgB,EAAE,MAAM,CAAC;IACzB,YAAY,EAAE,YAAY,CAAC;IAC3B,sBAAsB,EAAE,YAAY,CAAC;IACrC,0BAA0B,EAAE,YAAY,CAAC;gBAEnB,qBAAqB,EAAE,qBAAqB,EACtD,qBAAqB,EAAE,qBAAqB,EAC5C,iBAAiB,EAAE,iBAAiB;IAGhD,QAAQ,IAAI,IAAI;IAiChB,WAAW,IAAI,IAAI;IAYnB,UAAU,IAAI,IAAI;yCA/Dd,0CAA0C;2CAA1C,0CAA0C;CA+EtD"}
1
+ {"version":3,"file":"case-event-completion-task-reassigned.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,SAAS,EAAE,MAAM,EAAU,MAAM,eAAe,CAAC;AAC1F,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,EAEL,qBAAqB,EACtB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,kCAAkC,EAAE,MAAM,iBAAiB,CAAC;AACrE,OAAO,EAAE,iBAAiB,EAAE,MAAM,uCAAuC,CAAC;AAC1E,OAAO,EAAE,qBAAqB,EAAE,MAAM,2CAA2C,CAAC;;AAGlF,qBAIa,0CAA2C,YAAW,MAAM,EAAE,SAAS;IAetE,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IAChD,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IACtC,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAfpC,OAAO,EAAE,kCAAkC,CAAC;IAErC,+BAA+B,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAErF,MAAM,EAAE,MAAM,CAAC;IACf,cAAc,EAAE,MAAM,CAAC;IACvB,gBAAgB,EAAE,MAAM,CAAC;IACzB,YAAY,EAAE,YAAY,CAAC;IAC3B,sBAAsB,EAAE,YAAY,CAAC;IACrC,0BAA0B,EAAE,YAAY,CAAC;IACzC,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;gBAEK,qBAAqB,EAAE,qBAAqB,EACtD,qBAAqB,EAAE,qBAAqB,EAC5C,iBAAiB,EAAE,iBAAiB;IAGhD,QAAQ,IAAI,IAAI;IAmChB,WAAW,IAAI,IAAI;IAYnB,UAAU,IAAI,IAAI;yCAnEd,0CAA0C;2CAA1C,0CAA0C;CAmFtD"}
@@ -4,6 +4,8 @@ import * as i0 from "@angular/core";
4
4
  export declare class CaseChallengedAccessSuccessComponent implements OnInit {
5
5
  private readonly route;
6
6
  caseId: string;
7
+ jurisdiction: string;
8
+ caseType: string;
7
9
  constructor(route: ActivatedRoute);
8
10
  ngOnInit(): void;
9
11
  static ɵfac: i0.ɵɵFactoryDeclaration<CaseChallengedAccessSuccessComponent, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"case-challenged-access-success.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-challenged-access-success/case-challenged-access-success.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;;AAEjD,qBAIa,oCAAqC,YAAW,MAAM;IAGrD,OAAO,CAAC,QAAQ,CAAC,KAAK;IAF3B,MAAM,EAAE,MAAM,CAAC;gBAEO,KAAK,EAAE,cAAc;IAE3C,QAAQ,IAAI,IAAI;yCALZ,oCAAoC;2CAApC,oCAAoC;CAQhD"}
1
+ {"version":3,"file":"case-challenged-access-success.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-challenged-access-success/case-challenged-access-success.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;;AAEjD,qBAIa,oCAAqC,YAAW,MAAM;IAKrD,OAAO,CAAC,QAAQ,CAAC,KAAK;IAJ3B,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;gBAEK,KAAK,EAAE,cAAc;IAE3C,QAAQ,IAAI,IAAI;yCAPZ,oCAAoC;2CAApC,oCAAoC;CAYhD"}
@@ -35,6 +35,7 @@ export declare class CaseEventTriggerComponent implements OnInit, OnDestroy {
35
35
  submit(): (sanitizedEditForm: CaseEventData) => Observable<object>;
36
36
  validate(): (sanitizedEditForm: CaseEventData, pageId: string) => Observable<object>;
37
37
  submitted(event: any): void;
38
+ private getNavigationUrl;
38
39
  cancel(): Promise<boolean>;
39
40
  isDataLoaded(): boolean;
40
41
  static ɵfac: i0.ɵɵFactoryDeclaration<CaseEventTriggerComponent, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"case-event-trigger.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACrE,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACrE,OAAO,EAAE,UAAU,EAAE,YAAY,EAAM,MAAM,MAAM,CAAC;AAEpD,OAAO,EAAE,QAAQ,EAAE,aAAa,EAAE,gBAAgB,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AACnG,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAE,sBAAsB,EAAE,YAAY,EAAmC,cAAc,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AACjJ,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAC/D,OAAO,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;;AAEnD,qBAIa,yBAA0B,YAAW,MAAM,EAAE,SAAS;IAa/D,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAClC,OAAO,CAAC,QAAQ,CAAC,sBAAsB;IACvC,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IACtC,OAAO,CAAC,QAAQ,CAAC,cAAc;IAC/B,OAAO,CAAC,oBAAoB;IAtB9B,gBAAuB,wBAAwB,+DAA+D;IAC9G,gBAAuB,uBAAuB,mDAAmD;IAE1F,MAAM,cAAsB;IAC5B,YAAY,EAAE,gBAAgB,CAAC;IAC/B,WAAW,EAAE,QAAQ,CAAC;IACtB,oBAAoB,EAAE,YAAY,CAAC;IACnC,gBAAgB,EAAE,YAAY,CAAC;IAC/B,SAAS,EAAE,MAAM,CAAC;IAClB,uBAAuB,EAAE,UAAU,CAAC;gBAGxB,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,YAAY,EAC1B,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,KAAK,EAAE,cAAc,EACrB,iBAAiB,EAAE,iBAAiB,EACpC,sBAAsB,EAAE,sBAAsB,EAC9C,qBAAqB,EAAE,qBAAqB,EAC5C,cAAc,EAAE,cAAc,EACvC,oBAAoB,EAAE,oBAAoB;IAK7C,QAAQ,IAAI,IAAI;IAwBhB,WAAW,IAAI,IAAI;IAUnB,gBAAgB,IAAI,UAAU,CAAC,QAAQ,EAAE,CAAC;IAI1C,MAAM,IAAI,CAAC,iBAAiB,EAAE,aAAa,KAAK,UAAU,CAAC,MAAM,CAAC;IAKlE,QAAQ,IAAI,CAAC,iBAAiB,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,KAAK,UAAU,CAAC,MAAM,CAAC;IAUpF,SAAS,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IA8B3B,MAAM,IAAI,OAAO,CAAC,OAAO,CAAC;IAe1B,YAAY,IAAI,OAAO;yCA9HnB,yBAAyB;2CAAzB,yBAAyB;CAiIrC"}
1
+ {"version":3,"file":"case-event-trigger.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACrE,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACrE,OAAO,EAAE,UAAU,EAAE,YAAY,EAAM,MAAM,MAAM,CAAC;AAEpD,OAAO,EAAE,QAAQ,EAAE,aAAa,EAAE,gBAAgB,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AACnG,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAE,sBAAsB,EAAE,YAAY,EAAmC,cAAc,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AACjJ,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAC/D,OAAO,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;;AAEnD,qBAIa,yBAA0B,YAAW,MAAM,EAAE,SAAS;IAa/D,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAClC,OAAO,CAAC,QAAQ,CAAC,sBAAsB;IACvC,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IACtC,OAAO,CAAC,QAAQ,CAAC,cAAc;IAC/B,OAAO,CAAC,oBAAoB;IAtB9B,gBAAuB,wBAAwB,+DAA+D;IAC9G,gBAAuB,uBAAuB,mDAAmD;IAE1F,MAAM,cAAsB;IAC5B,YAAY,EAAE,gBAAgB,CAAC;IAC/B,WAAW,EAAE,QAAQ,CAAC;IACtB,oBAAoB,EAAE,YAAY,CAAC;IACnC,gBAAgB,EAAE,YAAY,CAAC;IAC/B,SAAS,EAAE,MAAM,CAAC;IAClB,uBAAuB,EAAE,UAAU,CAAC;gBAGxB,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,YAAY,EAC1B,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,KAAK,EAAE,cAAc,EACrB,iBAAiB,EAAE,iBAAiB,EACpC,sBAAsB,EAAE,sBAAsB,EAC9C,qBAAqB,EAAE,qBAAqB,EAC5C,cAAc,EAAE,cAAc,EACvC,oBAAoB,EAAE,oBAAoB;IAK7C,QAAQ,IAAI,IAAI;IAwBhB,WAAW,IAAI,IAAI;IAUnB,gBAAgB,IAAI,UAAU,CAAC,QAAQ,EAAE,CAAC;IAI1C,MAAM,IAAI,CAAC,iBAAiB,EAAE,aAAa,KAAK,UAAU,CAAC,MAAM,CAAC;IAKlE,QAAQ,IAAI,CAAC,iBAAiB,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,KAAK,UAAU,CAAC,MAAM,CAAC;IAUpF,SAAS,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IA+BlC,OAAO,CAAC,gBAAgB;IAcjB,MAAM,IAAI,OAAO,CAAC,OAAO,CAAC;IAiB1B,YAAY,IAAI,OAAO;yCA/InB,yBAAyB;2CAAzB,yBAAyB;CAkJrC"}
@@ -1 +1 @@
1
- {"version":3,"file":"case-full-access-view.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"case-full-access-view.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EACL,iBAAiB,EAAoB,MAAM,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,EACzE,aAAa,EACd,MAAM,eAAe,CAAC;AACvB,OAAO,EAAe,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,EAAE,eAAe,IAAI,SAAS,EAAE,qBAAqB,IAAI,eAAe,EAAE,MAAM,iCAAiC,CAAC;AACzH,OAAO,EAA0B,iBAAiB,IAAI,WAAW,EAAE,MAAM,+BAA+B,CAAC;AACzG,OAAO,EAAE,cAAc,EAAyB,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAEhF,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AAEhD,OAAO,EACL,wBAAwB,EAGzB,MAAM,oDAAoD,CAAC;AAE5D,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,OAAO,EAAE,QAAQ,EAAE,eAAe,EAAqB,WAAW,EAAS,MAAM,iBAAiB,CAAC;AAEjI,OAAO,EACL,sBAAsB,EACtB,YAAY,EACZ,YAAY,EACZ,oBAAoB,EAEpB,cAAc,EACd,yBAAyB,EAEzB,YAAY,EACZ,qBAAqB,EACtB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,0BAA0B,EAAE,MAAM,2DAA2D,CAAC;AAEvG,OAAO,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAC;AAEpD,OAAO,EAAE,kBAAkB,EAAE,MAAM,qCAAqC,CAAC;AACzE,OAAO,EAAE,oBAAoB,EAAE,MAAM,oDAAoD,CAAC;;AAE1F,qBAKa,2BAA4B,YAAW,MAAM,EAAE,SAAS,EAAE,SAAS;IA0C5E,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,yBAAyB;IAC1C,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,sBAAsB;IACvC,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,oBAAoB;IACrC,OAAO,CAAC,QAAQ,CAAC,0BAA0B;IAC3C,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,GAAG;IACpB,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IACtC,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IACnC,OAAO,CAAC,QAAQ,CAAC,cAAc;IAC/B,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IACnC,OAAO,CAAC,QAAQ,CAAC,oBAAoB;IA1DvC,gBAAuB,kBAAkB,YAAY;IACrD,gBAAuB,kBAAkB,QAAQ;IACjD,gBAAuB,qBAAqB,2BAA2B;IACvE,gBAAuB,aAAa,SAAS;IAC7C,gBAAuB,WAAW,OAAO;IACzC,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAAc;IAEjC,QAAQ,UAAQ;IAChB,gBAAgB,UAAQ;IACxB,WAAW,EAAE,QAAQ,CAAC;IACtB,aAAa,EAAE,OAAO,EAAE,CAAM;IAC9B,YAAY,EAAE,OAAO,EAAE,CAAM;IAEtC,MAAM,cAAsB;IAC5B,UAAU,EAAE,OAAO,EAAE,CAAC;IACtB,UAAU,EAAE,SAAS,EAAE,CAAC;IACxB,SAAS,EAAE,SAAS,CAAC;IACrB,KAAK,EAAE,GAAG,CAAC;IACX,gBAAgB,SAAkD;IAClE,yBAAyB,SAAqD;IAC9E,WAAW,EAAE,MAAM,CAAkD;IACrE,aAAa,UAAS;IACtB,oBAAoB,EAAE,YAAY,CAAC;IACnC,gBAAgB,EAAE,YAAY,CAAC;IAC/B,iBAAiB,EAAE,YAAY,CAAC;IAChC,YAAY,EAAE,eAAe,CAAC;IAC9B,OAAO,EAAE,MAAM,CAAC;IAChB,YAAY,EAAE,YAAY,CAAC;IAC3B,wBAAwB,EAAE,wBAAwB,CAAC;IACnD,gBAAgB,SAAK;IACrB,eAAe,UAAS;IACxB,qBAAqB,UAAS;IACrC,OAAO,CAAC,QAAQ,CAAC,yBAAyB,CAA8B;IACxE,OAAO,CAAC,IAAI,CAAsB;IAC3B,OAAO,EAAE,MAAM,CAAC;IAChB,oBAAoB,EAAE,OAAO,CAAS;IAEtC,qBAAqB,EAAI,UAAU,CAAC,GAAG,CAAC,CAAC;IACC,QAAQ,EAAE,WAAW,CAAC;gBAGpD,MAAM,EAAE,MAAM,EACd,KAAK,EAAE,cAAc,EACrB,MAAM,EAAE,MAAM,EACd,yBAAyB,EAAE,yBAAyB,EACpD,YAAY,EAAE,YAAY,EAC1B,sBAAsB,EAAE,sBAAsB,EAC9C,MAAM,EAAE,SAAS,EACjB,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,YAAY,EAC1B,oBAAoB,EAAE,oBAAoB,EAC1C,0BAA0B,EAAE,0BAA0B,EACtD,QAAQ,EAAE,QAAQ,EAClB,GAAG,EAAE,iBAAiB,EACtB,qBAAqB,EAAE,qBAAqB,EAC5C,kBAAkB,EAAE,gBAAgB,EACpC,cAAc,EAAE,cAAc,EAC9B,kBAAkB,EAAE,kBAAkB,EACtC,oBAAoB,EAAE,oBAAoB;IAItD,QAAQ,IAAI,IAAI;IAoChB,WAAW,CAAC,OAAO,EAAE,aAAa;IAQlC,cAAc,IAAI,OAAO;IAIzB,WAAW,IAAI,IAAI;IAanB,WAAW,CAAC,YAAY,EAAE,GAAG;IAMpC,OAAO,CAAC,2BAA2B;IAkB5B,gBAAgB,IAAI,UAAU,CAAC,QAAQ,EAAE,CAAC;IAI1C,sBAAsB,IAAI,IAAI;IAOxB,YAAY,CAAC,OAAO,EAAE,eAAe,GAAG,OAAO,CAAC,IAAI,CAAC;IAoD3D,cAAc,IAAI,OAAO;IAIzB,oBAAoB,CAAC,qBAAqB,EAAE,qBAAqB,GAAG,IAAI;IAMxE,OAAO,IAAI,OAAO;IAIlB,uBAAuB,IAAI,OAAO;IAUlC,mBAAmB,IAAI,IAAI;IA8D3B,wBAAwB,IAAI,OAAO;IAOnC,UAAU,CAAC,eAAe,EAAE,MAAM,GAAG,IAAI;IA4BzC,aAAa,CAAC,sBAAsB,EAAE,MAAM,GAAG,IAAI;IAUnD,kBAAkB,IAAI,OAAO;IA6CpC;;;;;OAKG;IACI,oBAAoB,CAAC,SAAS,EAAE,SAAS,GAAG,OAAO;IAK1D,OAAO,CAAC,IAAI;IAWZ,OAAO,CAAC,0BAA0B;IAKlC,OAAO,CAAC,YAAY;IAQpB;;;;;OAKG;IACH,OAAO,CAAC,cAAc;IAatB,OAAO,CAAC,WAAW;yCAzbR,2BAA2B;2CAA3B,2BAA2B;CA6bvC"}
@@ -4,6 +4,8 @@ import * as i0 from "@angular/core";
4
4
  export declare class CaseReviewSpecificAccessRejectComponent implements OnInit {
5
5
  private readonly route;
6
6
  caseId: string;
7
+ jurisdiction: string;
8
+ caseType: string;
7
9
  readonly retunToTask = "Return to the Tasks tab for this case";
8
10
  readonly returnToMyTask = "Return to My tasks";
9
11
  constructor(route: ActivatedRoute);
@@ -1 +1 @@
1
- {"version":3,"file":"case-review-specific-access-reject.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-review-specific-access-reject/case-review-specific-access-reject.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;;AAEjD,qBAIa,uCAAwC,YAAW,MAAM;IAMxD,OAAO,CAAC,QAAQ,CAAC,KAAK;IAJ3B,MAAM,EAAE,MAAM,CAAC;IACtB,SAAgB,WAAW,2CAA2C;IACtE,SAAgB,cAAc,wBAAwB;gBAEzB,KAAK,EAAE,cAAc;IAE3C,QAAQ,IAAI,IAAI;yCARZ,uCAAuC;2CAAvC,uCAAuC;CAWnD"}
1
+ {"version":3,"file":"case-review-specific-access-reject.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-review-specific-access-reject/case-review-specific-access-reject.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;;AAEjD,qBAIa,uCAAwC,YAAW,MAAM;IAQxD,OAAO,CAAC,QAAQ,CAAC,KAAK;IAN3B,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACxB,SAAgB,WAAW,2CAA2C;IACtE,SAAgB,cAAc,wBAAwB;gBAEzB,KAAK,EAAE,cAAc;IAE3C,QAAQ,IAAI,IAAI;yCAVZ,uCAAuC;2CAAvC,uCAAuC;CAenD"}
@@ -1 +1 @@
1
- {"version":3,"file":"event-trigger.resolver.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/services/event-trigger.resolver.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAG1E,OAAO,EAAE,gBAAgB,EAAE,MAAM,oDAAoD,CAAC;AAEtF,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AACrE,OAAO,EAAE,eAAe,EAAE,MAAM,4CAA4C,CAAC;AAC7E,OAAO,EAAE,cAAc,EAAE,MAAM,2CAA2C,CAAC;AAC3E,OAAO,EAAE,YAAY,EAAE,MAAM,0CAA0C,CAAC;AACxE,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,oBAAoB,EAAE,MAAM,gDAAgD,CAAC;AACtF,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;;AAEnD,qBACa,oBAAqB,YAAW,OAAO,CAAC,gBAAgB,CAAC;IAQlE,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,cAAc;IAC/B,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,QAAQ,CAAC,cAAc;IAdjC,gBAAuB,aAAa,SAAS;IAC7C,gBAAuB,cAAc,SAAS;IAC9C,gBAAuB,cAAc,mBAAmB;IACxD,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,qBAAqB,CAAuB;IACpE,OAAO,CAAC,kBAAkB,CAAmB;IAC7C,OAAO,CAAC,aAAa,CAAU;gBAEZ,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,YAAY,EAC1B,cAAc,EAAE,cAAc,EAC9B,eAAe,EAAE,eAAe,EACzC,MAAM,EAAE,MAAM,EACd,SAAS,EAAE,iBAAiB,EAC5B,aAAa,EAAE,oBAAoB,EAC1B,cAAc,EAAE,cAAc;IAG1C,OAAO,CAAC,KAAK,EAAE,sBAAsB,GAAG,OAAO,CAAC,gBAAgB,CAAC;IAUxE,OAAO,CAAC,uBAAuB;IAKxB,uBAAuB,IAAI,IAAI;IAItC,OAAO,CAAC,uBAAuB;yCArCpB,oBAAoB;6CAApB,oBAAoB;CAsEhC"}
1
+ {"version":3,"file":"event-trigger.resolver.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/services/event-trigger.resolver.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAG1E,OAAO,EAAE,gBAAgB,EAAE,MAAM,oDAAoD,CAAC;AAEtF,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AACrE,OAAO,EAAE,eAAe,EAAE,MAAM,4CAA4C,CAAC;AAC7E,OAAO,EAAE,cAAc,EAAE,MAAM,2CAA2C,CAAC;AAC3E,OAAO,EAAE,YAAY,EAAE,MAAM,0CAA0C,CAAC;AACxE,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,oBAAoB,EAAE,MAAM,gDAAgD,CAAC;AACtF,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;;AAEnD,qBACa,oBAAqB,YAAW,OAAO,CAAC,gBAAgB,CAAC;IAQlE,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,cAAc;IAC/B,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,QAAQ,CAAC,cAAc;IAdjC,gBAAuB,aAAa,SAAS;IAC7C,gBAAuB,cAAc,SAAS;IAC9C,gBAAuB,cAAc,mBAAmB;IACxD,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,qBAAqB,CAAuB;IACpE,OAAO,CAAC,kBAAkB,CAAmB;IAC7C,OAAO,CAAC,aAAa,CAAU;gBAEZ,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,YAAY,EAC1B,cAAc,EAAE,cAAc,EAC9B,eAAe,EAAE,eAAe,EACzC,MAAM,EAAE,MAAM,EACd,SAAS,EAAE,iBAAiB,EAC5B,aAAa,EAAE,oBAAoB,EAC1B,cAAc,EAAE,cAAc;IAG1C,OAAO,CAAC,KAAK,EAAE,sBAAsB,GAAG,OAAO,CAAC,gBAAgB,CAAC;IAUxE,OAAO,CAAC,uBAAuB;IAKxB,uBAAuB,IAAI,IAAI;IAItC,OAAO,CAAC,uBAAuB;yCArCpB,oBAAoB;6CAApB,oBAAoB;CAwEhC"}
@@ -6,6 +6,8 @@ export declare class MultipleTasksExistComponent implements OnInit {
6
6
  private readonly route;
7
7
  private readonly loadingService;
8
8
  caseId: string;
9
+ jurisdiction: string;
10
+ caseType: string;
9
11
  constructor(route: ActivatedRoute, loadingService: LoadingService);
10
12
  ngOnInit(): void;
11
13
  static ɵfac: i0.ɵɵFactoryDeclaration<MultipleTasksExistComponent, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"multiple-tasks-exist.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/event-start/components/multiple-tasks-exist/multiple-tasks-exist.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,cAAc,EAAE,MAAM,8CAA8C,CAAC;;AAE9E,qBAIa,2BAA4B,YAAW,MAAM;IAI5C,OAAO,CAAC,QAAQ,CAAC,KAAK;IAAkB,OAAO,CAAC,QAAQ,CAAC,cAAc;IAF5E,MAAM,EAAE,MAAM,CAAC;gBAEO,KAAK,EAAE,cAAc,EAAmB,cAAc,EAAE,cAAc;IAI5F,QAAQ;yCARJ,2BAA2B;2CAA3B,2BAA2B;CAcvC"}
1
+ {"version":3,"file":"multiple-tasks-exist.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/event-start/components/multiple-tasks-exist/multiple-tasks-exist.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,cAAc,EAAE,MAAM,8CAA8C,CAAC;;AAE9E,qBAIa,2BAA4B,YAAW,MAAM;IAM5C,OAAO,CAAC,QAAQ,CAAC,KAAK;IAAkB,OAAO,CAAC,QAAQ,CAAC,cAAc;IAJ5E,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;gBAEK,KAAK,EAAE,cAAc,EAAmB,cAAc,EAAE,cAAc;IAM5F,QAAQ;yCAZJ,2BAA2B;2CAA3B,2BAA2B;CAkBvC"}
@@ -3,6 +3,8 @@ import * as i0 from "@angular/core";
3
3
  export declare class NoTasksAvailableComponent {
4
4
  private readonly route;
5
5
  caseId: string;
6
+ jurisdiction: string;
7
+ caseType: string;
6
8
  constructor(route: ActivatedRoute);
7
9
  static ɵfac: i0.ɵɵFactoryDeclaration<NoTasksAvailableComponent, never>;
8
10
  static ɵcmp: i0.ɵɵComponentDeclaration<NoTasksAvailableComponent, "app-no-tasks-available", never, {}, {}, never, never, false, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"no-tasks-available.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/event-start/components/no-tasks-available/no-tasks-available.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAA4B,MAAM,iBAAiB,CAAC;;AAE3E,qBAIa,yBAAyB;IAIxB,OAAO,CAAC,QAAQ,CAAC,KAAK;IAF3B,MAAM,EAAE,MAAM,CAAC;gBAEO,KAAK,EAAE,cAAc;yCAJvC,yBAAyB;2CAAzB,yBAAyB;CAOrC"}
1
+ {"version":3,"file":"no-tasks-available.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/event-start/components/no-tasks-available/no-tasks-available.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAA4B,MAAM,iBAAiB,CAAC;;AAE3E,qBAIa,yBAAyB;IAMxB,OAAO,CAAC,QAAQ,CAAC,KAAK;IAJ3B,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;gBAEK,KAAK,EAAE,cAAc;yCANvC,yBAAyB;2CAAzB,yBAAyB;CAWrC"}
@@ -11,6 +11,8 @@ export declare class TaskAssignedComponent implements OnInit, OnDestroy {
11
11
  private readonly caseworkerService;
12
12
  task: Task;
13
13
  caseId: string;
14
+ jurisdiction: string;
15
+ caseType: string;
14
16
  assignedUserName: string;
15
17
  caseworkerSubscription: Subscription;
16
18
  judicialworkerSubscription: Subscription;
@@ -1 +1 @@
1
- {"version":3,"file":"task-assigned.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/event-start/components/task-assigned/task-assigned.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAC7D,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,EAAE,IAAI,EAAE,MAAM,yCAAyC,CAAC;AAC/D,OAAO,EAAE,iBAAiB,EAAE,MAAM,mDAAmD,CAAC;AACtF,OAAO,EAAE,qBAAqB,EAAE,MAAM,uDAAuD,CAAC;;AAE9F,qBAIa,qBAAsB,YAAW,MAAM,EAAE,SAAS;IAQjD,OAAO,CAAC,QAAQ,CAAC,KAAK;IAChC,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IACtC,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAR7B,IAAI,EAAE,IAAI,CAAQ;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,gBAAgB,EAAE,MAAM,CAAC;IACzB,sBAAsB,EAAE,YAAY,CAAC;IACrC,0BAA0B,EAAE,YAAY,CAAC;gBAEnB,KAAK,EAAE,cAAc,EAC/B,qBAAqB,EAAE,qBAAqB,EAC5C,iBAAiB,EAAE,iBAAiB;IAKhD,QAAQ,IAAI,IAAI;IA8BhB,WAAW,IAAI,IAAI;yCA7Cf,qBAAqB;2CAArB,qBAAqB;CAqDjC"}
1
+ {"version":3,"file":"task-assigned.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/event-start/components/task-assigned/task-assigned.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAC7D,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,EAAE,IAAI,EAAE,MAAM,yCAAyC,CAAC;AAC/D,OAAO,EAAE,iBAAiB,EAAE,MAAM,mDAAmD,CAAC;AACtF,OAAO,EAAE,qBAAqB,EAAE,MAAM,uDAAuD,CAAC;;AAE9F,qBAIa,qBAAsB,YAAW,MAAM,EAAE,SAAS;IAUjD,OAAO,CAAC,QAAQ,CAAC,KAAK;IAChC,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IACtC,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAV7B,IAAI,EAAE,IAAI,CAAQ;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,gBAAgB,EAAE,MAAM,CAAC;IACzB,sBAAsB,EAAE,YAAY,CAAC;IACrC,0BAA0B,EAAE,YAAY,CAAC;gBAEnB,KAAK,EAAE,cAAc,EAC/B,qBAAqB,EAAE,qBAAqB,EAC5C,iBAAiB,EAAE,iBAAiB;IAKhD,QAAQ,IAAI,IAAI;IAgChB,WAAW,IAAI,IAAI;yCAjDf,qBAAqB;2CAArB,qBAAqB;CAyDjC"}
@@ -3,6 +3,8 @@ import * as i0 from "@angular/core";
3
3
  export declare class TaskUnassignedComponent {
4
4
  private readonly route;
5
5
  caseId: string;
6
+ jurisdiction: string;
7
+ caseType: string;
6
8
  constructor(route: ActivatedRoute);
7
9
  static ɵfac: i0.ɵɵFactoryDeclaration<TaskUnassignedComponent, never>;
8
10
  static ɵcmp: i0.ɵɵComponentDeclaration<TaskUnassignedComponent, "app-task-unassigned", never, {}, {}, never, never, false, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"task-unassigned.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/event-start/components/task-unassigned/task-unassigned.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;;AAEjD,qBAIa,uBAAuB;IAItB,OAAO,CAAC,QAAQ,CAAC,KAAK;IAF3B,MAAM,EAAE,MAAM,CAAC;gBAEO,KAAK,EAAE,cAAc;yCAJvC,uBAAuB;2CAAvB,uBAAuB;CAOnC"}
1
+ {"version":3,"file":"task-unassigned.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/event-start/components/task-unassigned/task-unassigned.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;;AAEjD,qBAIa,uBAAuB;IAMtB,OAAO,CAAC,QAAQ,CAAC,KAAK;IAJ3B,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;gBAEK,KAAK,EAAE,cAAc;yCANvC,uBAAuB;2CAAvB,uBAAuB;CAWnC"}
@@ -12,8 +12,8 @@ export declare class EventStartGuard implements CanActivate {
12
12
  private readonly abstractConfig;
13
13
  private readonly cookieService;
14
14
  private readonly caseNotifier;
15
- private jurisdiction;
16
- private caseType;
15
+ jurisdiction: string;
16
+ caseType: string;
17
17
  private caseId;
18
18
  constructor(workAllocationService: WorkAllocationService, router: Router, sessionStorageService: SessionStorageService, abstractConfig: AbstractAppConfig, cookieService: ReadCookieService, caseNotifier: CaseNotifier);
19
19
  canActivate(route: ActivatedRouteSnapshot): Observable<boolean>;
@@ -1 +1 @@
1
- {"version":3,"file":"event-start.guard.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/event-start/event-guard/event-start.guard.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,WAAW,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAC9E,OAAO,EAAE,UAAU,EAAM,MAAM,MAAM,CAAC;AAGtC,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE3D,OAAO,EAAE,WAAW,EAAE,MAAM,6CAA6C,CAAC;AAC1E,OAAO,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAC7E,OAAO,EAAqB,YAAY,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;;AAG3F,qBACa,eAAgB,YAAW,WAAW;IAKrC,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IAChD,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IACtC,OAAO,CAAC,QAAQ,CAAC,cAAc;IAC/B,OAAO,CAAC,QAAQ,CAAC,aAAa;IAC9B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAT/B,OAAO,CAAC,YAAY,CAAS;IAC7B,OAAO,CAAC,QAAQ,CAAS;IACzB,OAAO,CAAC,MAAM,CAAS;gBAEM,qBAAqB,EAAE,qBAAqB,EACtD,MAAM,EAAE,MAAM,EACd,qBAAqB,EAAE,qBAAqB,EAC5C,cAAc,EAAE,iBAAiB,EACjC,aAAa,EAAE,iBAAiB,EAChC,YAAY,EAAE,YAAY;IAUtC,WAAW,CAAC,KAAK,EAAE,sBAAsB,GAAG,UAAU,CAAC,OAAO,CAAC;IAoE/D,2BAA2B,CAAC,OAAO,EAAE,WAAW,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,OAAO;IAkClI,OAAO,CAAC,aAAa;IAyBrB,OAAO,CAAC,uBAAuB;yCAnJpB,eAAe;6CAAf,eAAe;CA2K3B"}
1
+ {"version":3,"file":"event-start.guard.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/event-start/event-guard/event-start.guard.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,WAAW,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAC9E,OAAO,EAAE,UAAU,EAAM,MAAM,MAAM,CAAC;AAGtC,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE3D,OAAO,EAAE,WAAW,EAAE,MAAM,6CAA6C,CAAC;AAC1E,OAAO,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAC7E,OAAO,EAAqB,YAAY,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;;AAG3F,qBACa,eAAgB,YAAW,WAAW;IAKrC,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IAChD,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IACtC,OAAO,CAAC,QAAQ,CAAC,cAAc;IAC/B,OAAO,CAAC,QAAQ,CAAC,aAAa;IAC9B,OAAO,CAAC,QAAQ,CAAC,YAAY;IATxB,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACxB,OAAO,CAAC,MAAM,CAAS;gBAEM,qBAAqB,EAAE,qBAAqB,EACtD,MAAM,EAAE,MAAM,EACd,qBAAqB,EAAE,qBAAqB,EAC5C,cAAc,EAAE,iBAAiB,EACjC,aAAa,EAAE,iBAAiB,EAChC,YAAY,EAAE,YAAY;IAUtC,WAAW,CAAC,KAAK,EAAE,sBAAsB,GAAG,UAAU,CAAC,OAAO,CAAC;IAoE/D,2BAA2B,CAAC,OAAO,EAAE,WAAW,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,OAAO;IAkClI,OAAO,CAAC,aAAa;IAyBrB,OAAO,CAAC,uBAAuB;yCAnJpB,eAAe;6CAAf,eAAe;CA2K3B"}
@@ -1 +1 @@
1
- {"version":3,"file":"event-start-state-machine.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/event-start/services/event-start-state-machine.service.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AACjD,OAAO,EAAE,6BAA6B,EAAoB,MAAM,WAAW,CAAC;;AAO5E,qBACa,6BAA6B;IACjC,0BAA0B,EAAE,KAAK,CAAC;IAClC,WAAW,EAAE,KAAK,CAAC;IACnB,YAAY,EAAE,KAAK,CAAC;IACpB,mBAAmB,EAAE,KAAK,CAAC;IAC3B,uBAAuB,EAAE,KAAK,CAAC;IAC/B,0BAA0B,EAAE,KAAK,CAAC;IAClC,gCAAgC,EAAE,KAAK,CAAC;IACxC,mBAAmB,EAAE,KAAK,CAAC;IAC3B,UAAU,EAAE,KAAK,CAAC;IAElB,sBAAsB,CAAC,OAAO,EAAE,6BAA6B,GAAG,YAAY;IAI5E,YAAY,CAAC,YAAY,EAAE,YAAY,GAAG,IAAI;IAkD9C,cAAc,IAAI,IAAI;IAetB,iBAAiB,CAAC,YAAY,EAAE,YAAY,GAAG,IAAI;IAI1D;;OAEG;IACI,wCAAwC,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,6BAA6B,GAAG,IAAI;IAYpG,yBAAyB,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,6BAA6B,GAAG,IAAI;IAOrF,iCAAiC,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,6BAA6B,GAAG,IAAI;IAI7F,gCAAgC,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,6BAA6B,GAAG,IAAI;IAI5F,qCAAqC,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,6BAA6B,GAAG,IAAI;IAiCjG,iCAAiC,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,6BAA6B,GAAG,IAAI;IAmB7F,wCAAwC,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,6BAA6B,GAAG,IAAI;IA6CpG,8CAA8C,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,6BAA6B,GAAG,IAAI;IAO1G,WAAW,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAM/B,2CAA2C,IAAI,IAAI;IAanD,4BAA4B,IAAI,IAAI;IAOpC,oCAAoC,IAAI,IAAI;IAO5C,oCAAoC,IAAI,IAAI;IAO5C,wCAAwC,IAAI,IAAI;IAmBhD,2CAA2C,IAAI,IAAI;IAOnD,iDAAiD,IAAI,IAAI;yCA5RrD,6BAA6B;6CAA7B,6BAA6B;CAkSzC"}
1
+ {"version":3,"file":"event-start-state-machine.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/event-start/services/event-start-state-machine.service.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AACjD,OAAO,EAAE,6BAA6B,EAAoB,MAAM,WAAW,CAAC;;AAO5E,qBACa,6BAA6B;IACjC,0BAA0B,EAAE,KAAK,CAAC;IAClC,WAAW,EAAE,KAAK,CAAC;IACnB,YAAY,EAAE,KAAK,CAAC;IACpB,mBAAmB,EAAE,KAAK,CAAC;IAC3B,uBAAuB,EAAE,KAAK,CAAC;IAC/B,0BAA0B,EAAE,KAAK,CAAC;IAClC,gCAAgC,EAAE,KAAK,CAAC;IACxC,mBAAmB,EAAE,KAAK,CAAC;IAC3B,UAAU,EAAE,KAAK,CAAC;IAElB,sBAAsB,CAAC,OAAO,EAAE,6BAA6B,GAAG,YAAY;IAI5E,YAAY,CAAC,YAAY,EAAE,YAAY,GAAG,IAAI;IAkD9C,cAAc,IAAI,IAAI;IAetB,iBAAiB,CAAC,YAAY,EAAE,YAAY,GAAG,IAAI;IAI1D;;OAEG;IACI,wCAAwC,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,6BAA6B,GAAG,IAAI;IAYpG,yBAAyB,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,6BAA6B,GAAG,IAAI;IAOrF,iCAAiC,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,6BAA6B,GAAG,IAAI;IAI7F,gCAAgC,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,6BAA6B,GAAG,IAAI;IAI5F,qCAAqC,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,6BAA6B,GAAG,IAAI;IAiCjG,iCAAiC,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,6BAA6B,GAAG,IAAI;IAkB7F,wCAAwC,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,6BAA6B,GAAG,IAAI;IA6CpG,8CAA8C,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,6BAA6B,GAAG,IAAI;IAO1G,WAAW,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAM/B,2CAA2C,IAAI,IAAI;IAanD,4BAA4B,IAAI,IAAI;IAOpC,oCAAoC,IAAI,IAAI;IAO5C,oCAAoC,IAAI,IAAI;IAO5C,wCAAwC,IAAI,IAAI;IAmBhD,2CAA2C,IAAI,IAAI;IAOnD,iDAAiD,IAAI,IAAI;yCA3RrD,6BAA6B;6CAA7B,6BAA6B;CAiSzC"}
@@ -131,25 +131,26 @@ import * as i129 from "../../../components/body/body.module";
131
131
  import * as i130 from "../../../components/form/form.module";
132
132
  import * as i131 from "../../../components/tabs/tabs.module";
133
133
  import * as i132 from "../../directives/substitutor/label-substitutor.module";
134
- import * as i133 from "ngx-markdown";
135
- import * as i134 from "@angular-material-components/datetime-picker";
136
- import * as i135 from "@angular/material/legacy-form-field";
137
- import * as i136 from "@angular/material/legacy-input";
138
- import * as i137 from "@angular/material/datepicker";
139
- import * as i138 from "@angular/material/legacy-autocomplete";
140
- import * as i139 from "@angular/cdk/tree";
141
- import * as i140 from "@angular/cdk/overlay";
142
- import * as i141 from "@hmcts/ccpay-web-component";
143
- import * as i142 from "@nicky-lenaers/ngx-scroll-to";
144
- import * as i143 from "rpx-xui-translation";
145
- import * as i144 from "@angular/material/legacy-dialog";
146
- import * as i145 from "@hmcts/media-viewer";
147
- import * as i146 from "../../services/loading/loading.module";
148
- import * as i147 from "./markdown/markdown-component.module";
149
- import * as i148 from "../error/errors.module";
134
+ import * as i133 from "../../directives/welsh-translated-markdown/welsh-translated-markdown.module";
135
+ import * as i134 from "ngx-markdown";
136
+ import * as i135 from "@angular-material-components/datetime-picker";
137
+ import * as i136 from "@angular/material/legacy-form-field";
138
+ import * as i137 from "@angular/material/legacy-input";
139
+ import * as i138 from "@angular/material/datepicker";
140
+ import * as i139 from "@angular/material/legacy-autocomplete";
141
+ import * as i140 from "@angular/cdk/tree";
142
+ import * as i141 from "@angular/cdk/overlay";
143
+ import * as i142 from "@hmcts/ccpay-web-component";
144
+ import * as i143 from "@nicky-lenaers/ngx-scroll-to";
145
+ import * as i144 from "rpx-xui-translation";
146
+ import * as i145 from "@angular/material/legacy-dialog";
147
+ import * as i146 from "@hmcts/media-viewer";
148
+ import * as i147 from "../../services/loading/loading.module";
149
+ import * as i148 from "./markdown/markdown-component.module";
150
+ import * as i149 from "../error/errors.module";
150
151
  export declare class PaletteModule {
151
152
  static ɵfac: i0.ɵɵFactoryDeclaration<PaletteModule, never>;
152
- static ɵmod: i0.ɵɵNgModuleDeclaration<PaletteModule, [typeof i1.FixedListPipe, typeof i2.FixedRadioListPipe, typeof i3.DynamicListPipe, typeof i4.DynamicRadioListPipe, typeof i5.DocumentUrlPipe, typeof i6.FlagFieldDisplayPipe, typeof i7.LanguageInterpreterDisplayPipe, typeof i8.ManageCaseFlagsLabelDisplayPipe, typeof i9.UpdateFlagTitleDisplayPipe, typeof i10.UnsupportedFieldComponent, typeof i11.DatetimePickerComponent, typeof i12.WaysToPayFieldComponent, typeof i13.FieldReadComponent, typeof i14.FieldWriteComponent, typeof i15.FieldReadLabelComponent, typeof i16.LabelFieldComponent, typeof i17.CasePaymentHistoryViewerFieldComponent, typeof i18.MoneyGbpInputComponent, typeof i19.CaseHistoryViewerFieldComponent, typeof i20.EventLogComponent, typeof i21.EventLogDetailsComponent, typeof i22.EventLogTableComponent, typeof i23.ReadTextFieldComponent, typeof i24.ReadTextAreaFieldComponent, typeof i25.ReadNumberFieldComponent, typeof i26.ReadEmailFieldComponent, typeof i27.ReadPhoneUKFieldComponent, typeof i28.ReadDateFieldComponent, typeof i29.ReadCollectionFieldComponent, typeof i30.ReadDocumentFieldComponent, typeof i31.ReadJudicialUserFieldComponent, typeof i32.ReadYesNoFieldComponent, typeof i33.ReadOrganisationFieldComponent, typeof i34.ReadOrganisationFieldTableComponent, typeof i35.ReadOrganisationFieldRawComponent, typeof i36.ReadOrderSummaryFieldComponent, typeof i37.ReadOrderSummaryRowComponent, typeof i38.ReadMoneyGbpFieldComponent, typeof i39.ReadMultiSelectListFieldComponent, typeof i40.ReadDynamicListFieldComponent, typeof i41.ReadFixedListFieldComponent, typeof i42.ReadFixedRadioListFieldComponent, typeof i43.ReadDynamicRadioListFieldComponent, typeof i44.ReadCaseLinkFieldComponent, typeof i45.ReadComplexFieldComponent, typeof i46.ReadComplexFieldRawComponent, typeof i47.ReadComplexFieldTableComponent, typeof i48.ReadComplexFieldCollectionTableComponent, typeof i49.ReadCaseFlagFieldComponent, typeof i50.ReadLinkedCasesFieldComponent, typeof i51.WriteJudicialUserFieldComponent, typeof i52.WriteAddressFieldComponent, typeof i53.WriteComplexFieldComponent, typeof i54.WriteOrganisationComplexFieldComponent, typeof i55.WriteDocumentFieldComponent, typeof i56.WriteDynamicListFieldComponent, typeof i57.WriteDynamicRadioListFieldComponent, typeof i58.WriteTextFieldComponent, typeof i59.WriteDateContainerFieldComponent, typeof i60.WriteTextAreaFieldComponent, typeof i61.WritePhoneUKFieldComponent, typeof i62.WriteNumberFieldComponent, typeof i63.WriteEmailFieldComponent, typeof i64.WriteDateFieldComponent, typeof i65.WriteCaseFlagFieldComponent, typeof i66.WriteLinkedCasesFieldComponent, typeof i67.WriteYesNoFieldComponent, typeof i68.WriteOrganisationFieldComponent, typeof i54.WriteOrganisationComplexFieldComponent, typeof i69.WriteOrderSummaryFieldComponent, typeof i70.WriteMoneyGbpFieldComponent, typeof i59.WriteDateContainerFieldComponent, typeof i71.WriteMultiSelectListFieldComponent, typeof i72.WriteFixedListFieldComponent, typeof i73.WriteFixedRadioListFieldComponent, typeof i74.WriteCaseLinkFieldComponent, typeof i75.WriteCollectionFieldComponent, typeof i76.CaseFileViewFieldComponent, typeof i77.CaseFileViewFolderComponent, typeof i78.CaseFileViewFolderSortComponent, typeof i79.CaseFileViewFolderToggleComponent, typeof i80.CaseFileViewOverlayMenuComponent, typeof i81.CaseFileViewFolderDocumentActionsComponent, typeof i82.CaseFileViewFolderSelectorComponent, typeof i83.WriteDynamicMultiSelectListFieldComponent, typeof i57.WriteDynamicRadioListFieldComponent, typeof i56.WriteDynamicListFieldComponent, typeof i84.ReadDynamicMultiSelectListFieldComponent, typeof i40.ReadDynamicListFieldComponent, typeof i43.ReadDynamicRadioListFieldComponent, typeof i85.CaseFlagTableComponent, typeof i86.SelectFlagTypeComponent, typeof i87.SearchLanguageInterpreterComponent, typeof i88.SelectFlagLocationComponent, typeof i89.ManageCaseFlagsComponent, typeof i90.AddCommentsComponent, typeof i91.UpdateFlagComponent, typeof i92.CaseFlagSummaryListComponent, typeof i93.ConfirmFlagStatusComponent, typeof i94.UpdateFlagAddTranslationFormComponent, typeof i95.LinkedCasesToTableComponent, typeof i96.LinkedCasesFromTableComponent, typeof i97.BeforeYouStartComponent, typeof i98.LinkCasesComponent, typeof i99.CheckYourAnswersComponent, typeof i100.UnLinkCasesComponent, typeof i101.NoLinkedCasesComponent, typeof i102.ReadQueryManagementFieldComponent, typeof i103.QueryDetailsComponent, typeof i104.QueryListComponent, typeof i105.QueryWriteRespondToQueryComponent, typeof i106.QueryWriteRaiseQueryComponent, typeof i107.QueryCaseDetailsHeaderComponent, typeof i108.QueryCheckYourAnswersComponent, typeof i109.QueryWriteAddDocumentsComponent, typeof i110.QueryWriteDateInputComponent, typeof i111.QualifyingQuestionOptionsComponent, typeof i112.QualifyingQuestionDetailComponent, typeof i113.QueryAttachmentsReadComponent, typeof i114.QueryEventCompletionComponent, typeof i115.QueryConfirmationComponent, typeof i116.CloseQueryComponent, typeof i117.CaseEventCompletionComponent, typeof i118.CaseEventCompletionTaskCancelledComponent, typeof i119.CaseEventCompletionTaskReassignedComponent], [typeof i120.CommonModule, typeof i121.RouterModule, typeof i122.FormsModule, typeof i122.ReactiveFormsModule, typeof i123.CaseEditDataModule, typeof i124.PaletteUtilsModule, typeof i125.PipesModule, typeof i126.BannersModule, typeof i127.HeadersModule, typeof i128.FootersModule, typeof i129.BodyModule, typeof i130.FormModule, typeof i131.TabsModule, typeof i132.LabelSubstitutorModule, typeof i133.MarkdownModule, typeof i134.NgxMatDatetimePickerModule, typeof i134.NgxMatTimepickerModule, typeof i134.NgxMatNativeDateModule, typeof i135.MatLegacyFormFieldModule, typeof i136.MatLegacyInputModule, typeof i137.MatDatepickerModule, typeof i138.MatLegacyAutocompleteModule, typeof i139.CdkTreeModule, typeof i140.OverlayModule, typeof i141.PaymentLibModule, typeof i142.ScrollToModule, typeof i143.RpxTranslationModule, typeof i139.CdkTreeModule, typeof i140.OverlayModule, typeof i144.MatLegacyDialogModule, typeof i145.MediaViewerModule, typeof i146.LoadingModule, typeof i147.MarkdownComponentModule, typeof i148.ErrorsModule], [typeof i134.NgxMatDatetimePickerModule, typeof i134.NgxMatNativeDateModule, typeof i134.NgxMatTimepickerModule, typeof i131.TabsModule, typeof i124.PaletteUtilsModule, typeof i125.PipesModule, typeof i147.MarkdownComponentModule, typeof i10.UnsupportedFieldComponent, typeof i11.DatetimePickerComponent, typeof i12.WaysToPayFieldComponent, typeof i13.FieldReadComponent, typeof i14.FieldWriteComponent, typeof i15.FieldReadLabelComponent, typeof i16.LabelFieldComponent, typeof i17.CasePaymentHistoryViewerFieldComponent, typeof i18.MoneyGbpInputComponent, typeof i19.CaseHistoryViewerFieldComponent, typeof i20.EventLogComponent, typeof i21.EventLogDetailsComponent, typeof i22.EventLogTableComponent, typeof i23.ReadTextFieldComponent, typeof i24.ReadTextAreaFieldComponent, typeof i25.ReadNumberFieldComponent, typeof i26.ReadEmailFieldComponent, typeof i27.ReadPhoneUKFieldComponent, typeof i28.ReadDateFieldComponent, typeof i29.ReadCollectionFieldComponent, typeof i30.ReadDocumentFieldComponent, typeof i31.ReadJudicialUserFieldComponent, typeof i32.ReadYesNoFieldComponent, typeof i33.ReadOrganisationFieldComponent, typeof i34.ReadOrganisationFieldTableComponent, typeof i35.ReadOrganisationFieldRawComponent, typeof i36.ReadOrderSummaryFieldComponent, typeof i37.ReadOrderSummaryRowComponent, typeof i38.ReadMoneyGbpFieldComponent, typeof i39.ReadMultiSelectListFieldComponent, typeof i40.ReadDynamicListFieldComponent, typeof i41.ReadFixedListFieldComponent, typeof i42.ReadFixedRadioListFieldComponent, typeof i43.ReadDynamicRadioListFieldComponent, typeof i44.ReadCaseLinkFieldComponent, typeof i45.ReadComplexFieldComponent, typeof i46.ReadComplexFieldRawComponent, typeof i47.ReadComplexFieldTableComponent, typeof i48.ReadComplexFieldCollectionTableComponent, typeof i49.ReadCaseFlagFieldComponent, typeof i50.ReadLinkedCasesFieldComponent, typeof i51.WriteJudicialUserFieldComponent, typeof i52.WriteAddressFieldComponent, typeof i53.WriteComplexFieldComponent, typeof i54.WriteOrganisationComplexFieldComponent, typeof i55.WriteDocumentFieldComponent, typeof i56.WriteDynamicListFieldComponent, typeof i57.WriteDynamicRadioListFieldComponent, typeof i58.WriteTextFieldComponent, typeof i59.WriteDateContainerFieldComponent, typeof i60.WriteTextAreaFieldComponent, typeof i61.WritePhoneUKFieldComponent, typeof i62.WriteNumberFieldComponent, typeof i63.WriteEmailFieldComponent, typeof i64.WriteDateFieldComponent, typeof i65.WriteCaseFlagFieldComponent, typeof i66.WriteLinkedCasesFieldComponent, typeof i67.WriteYesNoFieldComponent, typeof i68.WriteOrganisationFieldComponent, typeof i54.WriteOrganisationComplexFieldComponent, typeof i69.WriteOrderSummaryFieldComponent, typeof i70.WriteMoneyGbpFieldComponent, typeof i59.WriteDateContainerFieldComponent, typeof i71.WriteMultiSelectListFieldComponent, typeof i72.WriteFixedListFieldComponent, typeof i73.WriteFixedRadioListFieldComponent, typeof i74.WriteCaseLinkFieldComponent, typeof i75.WriteCollectionFieldComponent, typeof i76.CaseFileViewFieldComponent, typeof i77.CaseFileViewFolderComponent, typeof i78.CaseFileViewFolderSortComponent, typeof i79.CaseFileViewFolderToggleComponent, typeof i80.CaseFileViewOverlayMenuComponent, typeof i81.CaseFileViewFolderDocumentActionsComponent, typeof i82.CaseFileViewFolderSelectorComponent, typeof i83.WriteDynamicMultiSelectListFieldComponent, typeof i57.WriteDynamicRadioListFieldComponent, typeof i56.WriteDynamicListFieldComponent, typeof i84.ReadDynamicMultiSelectListFieldComponent, typeof i40.ReadDynamicListFieldComponent, typeof i43.ReadDynamicRadioListFieldComponent, typeof i85.CaseFlagTableComponent, typeof i86.SelectFlagTypeComponent, typeof i87.SearchLanguageInterpreterComponent, typeof i88.SelectFlagLocationComponent, typeof i89.ManageCaseFlagsComponent, typeof i90.AddCommentsComponent, typeof i91.UpdateFlagComponent, typeof i92.CaseFlagSummaryListComponent, typeof i93.ConfirmFlagStatusComponent, typeof i94.UpdateFlagAddTranslationFormComponent, typeof i95.LinkedCasesToTableComponent, typeof i96.LinkedCasesFromTableComponent, typeof i97.BeforeYouStartComponent, typeof i98.LinkCasesComponent, typeof i99.CheckYourAnswersComponent, typeof i100.UnLinkCasesComponent, typeof i101.NoLinkedCasesComponent, typeof i102.ReadQueryManagementFieldComponent, typeof i103.QueryDetailsComponent, typeof i104.QueryListComponent, typeof i105.QueryWriteRespondToQueryComponent, typeof i106.QueryWriteRaiseQueryComponent, typeof i107.QueryCaseDetailsHeaderComponent, typeof i108.QueryCheckYourAnswersComponent, typeof i109.QueryWriteAddDocumentsComponent, typeof i110.QueryWriteDateInputComponent, typeof i111.QualifyingQuestionOptionsComponent, typeof i112.QualifyingQuestionDetailComponent, typeof i113.QueryAttachmentsReadComponent, typeof i114.QueryEventCompletionComponent, typeof i115.QueryConfirmationComponent, typeof i116.CloseQueryComponent, typeof i117.CaseEventCompletionComponent, typeof i118.CaseEventCompletionTaskCancelledComponent, typeof i119.CaseEventCompletionTaskReassignedComponent]>;
153
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PaletteModule, [typeof i1.FixedListPipe, typeof i2.FixedRadioListPipe, typeof i3.DynamicListPipe, typeof i4.DynamicRadioListPipe, typeof i5.DocumentUrlPipe, typeof i6.FlagFieldDisplayPipe, typeof i7.LanguageInterpreterDisplayPipe, typeof i8.ManageCaseFlagsLabelDisplayPipe, typeof i9.UpdateFlagTitleDisplayPipe, typeof i10.UnsupportedFieldComponent, typeof i11.DatetimePickerComponent, typeof i12.WaysToPayFieldComponent, typeof i13.FieldReadComponent, typeof i14.FieldWriteComponent, typeof i15.FieldReadLabelComponent, typeof i16.LabelFieldComponent, typeof i17.CasePaymentHistoryViewerFieldComponent, typeof i18.MoneyGbpInputComponent, typeof i19.CaseHistoryViewerFieldComponent, typeof i20.EventLogComponent, typeof i21.EventLogDetailsComponent, typeof i22.EventLogTableComponent, typeof i23.ReadTextFieldComponent, typeof i24.ReadTextAreaFieldComponent, typeof i25.ReadNumberFieldComponent, typeof i26.ReadEmailFieldComponent, typeof i27.ReadPhoneUKFieldComponent, typeof i28.ReadDateFieldComponent, typeof i29.ReadCollectionFieldComponent, typeof i30.ReadDocumentFieldComponent, typeof i31.ReadJudicialUserFieldComponent, typeof i32.ReadYesNoFieldComponent, typeof i33.ReadOrganisationFieldComponent, typeof i34.ReadOrganisationFieldTableComponent, typeof i35.ReadOrganisationFieldRawComponent, typeof i36.ReadOrderSummaryFieldComponent, typeof i37.ReadOrderSummaryRowComponent, typeof i38.ReadMoneyGbpFieldComponent, typeof i39.ReadMultiSelectListFieldComponent, typeof i40.ReadDynamicListFieldComponent, typeof i41.ReadFixedListFieldComponent, typeof i42.ReadFixedRadioListFieldComponent, typeof i43.ReadDynamicRadioListFieldComponent, typeof i44.ReadCaseLinkFieldComponent, typeof i45.ReadComplexFieldComponent, typeof i46.ReadComplexFieldRawComponent, typeof i47.ReadComplexFieldTableComponent, typeof i48.ReadComplexFieldCollectionTableComponent, typeof i49.ReadCaseFlagFieldComponent, typeof i50.ReadLinkedCasesFieldComponent, typeof i51.WriteJudicialUserFieldComponent, typeof i52.WriteAddressFieldComponent, typeof i53.WriteComplexFieldComponent, typeof i54.WriteOrganisationComplexFieldComponent, typeof i55.WriteDocumentFieldComponent, typeof i56.WriteDynamicListFieldComponent, typeof i57.WriteDynamicRadioListFieldComponent, typeof i58.WriteTextFieldComponent, typeof i59.WriteDateContainerFieldComponent, typeof i60.WriteTextAreaFieldComponent, typeof i61.WritePhoneUKFieldComponent, typeof i62.WriteNumberFieldComponent, typeof i63.WriteEmailFieldComponent, typeof i64.WriteDateFieldComponent, typeof i65.WriteCaseFlagFieldComponent, typeof i66.WriteLinkedCasesFieldComponent, typeof i67.WriteYesNoFieldComponent, typeof i68.WriteOrganisationFieldComponent, typeof i54.WriteOrganisationComplexFieldComponent, typeof i69.WriteOrderSummaryFieldComponent, typeof i70.WriteMoneyGbpFieldComponent, typeof i59.WriteDateContainerFieldComponent, typeof i71.WriteMultiSelectListFieldComponent, typeof i72.WriteFixedListFieldComponent, typeof i73.WriteFixedRadioListFieldComponent, typeof i74.WriteCaseLinkFieldComponent, typeof i75.WriteCollectionFieldComponent, typeof i76.CaseFileViewFieldComponent, typeof i77.CaseFileViewFolderComponent, typeof i78.CaseFileViewFolderSortComponent, typeof i79.CaseFileViewFolderToggleComponent, typeof i80.CaseFileViewOverlayMenuComponent, typeof i81.CaseFileViewFolderDocumentActionsComponent, typeof i82.CaseFileViewFolderSelectorComponent, typeof i83.WriteDynamicMultiSelectListFieldComponent, typeof i57.WriteDynamicRadioListFieldComponent, typeof i56.WriteDynamicListFieldComponent, typeof i84.ReadDynamicMultiSelectListFieldComponent, typeof i40.ReadDynamicListFieldComponent, typeof i43.ReadDynamicRadioListFieldComponent, typeof i85.CaseFlagTableComponent, typeof i86.SelectFlagTypeComponent, typeof i87.SearchLanguageInterpreterComponent, typeof i88.SelectFlagLocationComponent, typeof i89.ManageCaseFlagsComponent, typeof i90.AddCommentsComponent, typeof i91.UpdateFlagComponent, typeof i92.CaseFlagSummaryListComponent, typeof i93.ConfirmFlagStatusComponent, typeof i94.UpdateFlagAddTranslationFormComponent, typeof i95.LinkedCasesToTableComponent, typeof i96.LinkedCasesFromTableComponent, typeof i97.BeforeYouStartComponent, typeof i98.LinkCasesComponent, typeof i99.CheckYourAnswersComponent, typeof i100.UnLinkCasesComponent, typeof i101.NoLinkedCasesComponent, typeof i102.ReadQueryManagementFieldComponent, typeof i103.QueryDetailsComponent, typeof i104.QueryListComponent, typeof i105.QueryWriteRespondToQueryComponent, typeof i106.QueryWriteRaiseQueryComponent, typeof i107.QueryCaseDetailsHeaderComponent, typeof i108.QueryCheckYourAnswersComponent, typeof i109.QueryWriteAddDocumentsComponent, typeof i110.QueryWriteDateInputComponent, typeof i111.QualifyingQuestionOptionsComponent, typeof i112.QualifyingQuestionDetailComponent, typeof i113.QueryAttachmentsReadComponent, typeof i114.QueryEventCompletionComponent, typeof i115.QueryConfirmationComponent, typeof i116.CloseQueryComponent, typeof i117.CaseEventCompletionComponent, typeof i118.CaseEventCompletionTaskCancelledComponent, typeof i119.CaseEventCompletionTaskReassignedComponent], [typeof i120.CommonModule, typeof i121.RouterModule, typeof i122.FormsModule, typeof i122.ReactiveFormsModule, typeof i123.CaseEditDataModule, typeof i124.PaletteUtilsModule, typeof i125.PipesModule, typeof i126.BannersModule, typeof i127.HeadersModule, typeof i128.FootersModule, typeof i129.BodyModule, typeof i130.FormModule, typeof i131.TabsModule, typeof i132.LabelSubstitutorModule, typeof i133.TranslatedMarkdownModule, typeof i134.MarkdownModule, typeof i135.NgxMatDatetimePickerModule, typeof i135.NgxMatTimepickerModule, typeof i135.NgxMatNativeDateModule, typeof i136.MatLegacyFormFieldModule, typeof i137.MatLegacyInputModule, typeof i138.MatDatepickerModule, typeof i139.MatLegacyAutocompleteModule, typeof i140.CdkTreeModule, typeof i141.OverlayModule, typeof i142.PaymentLibModule, typeof i143.ScrollToModule, typeof i144.RpxTranslationModule, typeof i140.CdkTreeModule, typeof i141.OverlayModule, typeof i145.MatLegacyDialogModule, typeof i146.MediaViewerModule, typeof i147.LoadingModule, typeof i148.MarkdownComponentModule, typeof i149.ErrorsModule], [typeof i135.NgxMatDatetimePickerModule, typeof i135.NgxMatNativeDateModule, typeof i135.NgxMatTimepickerModule, typeof i131.TabsModule, typeof i124.PaletteUtilsModule, typeof i125.PipesModule, typeof i148.MarkdownComponentModule, typeof i10.UnsupportedFieldComponent, typeof i11.DatetimePickerComponent, typeof i12.WaysToPayFieldComponent, typeof i13.FieldReadComponent, typeof i14.FieldWriteComponent, typeof i15.FieldReadLabelComponent, typeof i16.LabelFieldComponent, typeof i17.CasePaymentHistoryViewerFieldComponent, typeof i18.MoneyGbpInputComponent, typeof i19.CaseHistoryViewerFieldComponent, typeof i20.EventLogComponent, typeof i21.EventLogDetailsComponent, typeof i22.EventLogTableComponent, typeof i23.ReadTextFieldComponent, typeof i24.ReadTextAreaFieldComponent, typeof i25.ReadNumberFieldComponent, typeof i26.ReadEmailFieldComponent, typeof i27.ReadPhoneUKFieldComponent, typeof i28.ReadDateFieldComponent, typeof i29.ReadCollectionFieldComponent, typeof i30.ReadDocumentFieldComponent, typeof i31.ReadJudicialUserFieldComponent, typeof i32.ReadYesNoFieldComponent, typeof i33.ReadOrganisationFieldComponent, typeof i34.ReadOrganisationFieldTableComponent, typeof i35.ReadOrganisationFieldRawComponent, typeof i36.ReadOrderSummaryFieldComponent, typeof i37.ReadOrderSummaryRowComponent, typeof i38.ReadMoneyGbpFieldComponent, typeof i39.ReadMultiSelectListFieldComponent, typeof i40.ReadDynamicListFieldComponent, typeof i41.ReadFixedListFieldComponent, typeof i42.ReadFixedRadioListFieldComponent, typeof i43.ReadDynamicRadioListFieldComponent, typeof i44.ReadCaseLinkFieldComponent, typeof i45.ReadComplexFieldComponent, typeof i46.ReadComplexFieldRawComponent, typeof i47.ReadComplexFieldTableComponent, typeof i48.ReadComplexFieldCollectionTableComponent, typeof i49.ReadCaseFlagFieldComponent, typeof i50.ReadLinkedCasesFieldComponent, typeof i51.WriteJudicialUserFieldComponent, typeof i52.WriteAddressFieldComponent, typeof i53.WriteComplexFieldComponent, typeof i54.WriteOrganisationComplexFieldComponent, typeof i55.WriteDocumentFieldComponent, typeof i56.WriteDynamicListFieldComponent, typeof i57.WriteDynamicRadioListFieldComponent, typeof i58.WriteTextFieldComponent, typeof i59.WriteDateContainerFieldComponent, typeof i60.WriteTextAreaFieldComponent, typeof i61.WritePhoneUKFieldComponent, typeof i62.WriteNumberFieldComponent, typeof i63.WriteEmailFieldComponent, typeof i64.WriteDateFieldComponent, typeof i65.WriteCaseFlagFieldComponent, typeof i66.WriteLinkedCasesFieldComponent, typeof i67.WriteYesNoFieldComponent, typeof i68.WriteOrganisationFieldComponent, typeof i54.WriteOrganisationComplexFieldComponent, typeof i69.WriteOrderSummaryFieldComponent, typeof i70.WriteMoneyGbpFieldComponent, typeof i59.WriteDateContainerFieldComponent, typeof i71.WriteMultiSelectListFieldComponent, typeof i72.WriteFixedListFieldComponent, typeof i73.WriteFixedRadioListFieldComponent, typeof i74.WriteCaseLinkFieldComponent, typeof i75.WriteCollectionFieldComponent, typeof i76.CaseFileViewFieldComponent, typeof i77.CaseFileViewFolderComponent, typeof i78.CaseFileViewFolderSortComponent, typeof i79.CaseFileViewFolderToggleComponent, typeof i80.CaseFileViewOverlayMenuComponent, typeof i81.CaseFileViewFolderDocumentActionsComponent, typeof i82.CaseFileViewFolderSelectorComponent, typeof i83.WriteDynamicMultiSelectListFieldComponent, typeof i57.WriteDynamicRadioListFieldComponent, typeof i56.WriteDynamicListFieldComponent, typeof i84.ReadDynamicMultiSelectListFieldComponent, typeof i40.ReadDynamicListFieldComponent, typeof i43.ReadDynamicRadioListFieldComponent, typeof i85.CaseFlagTableComponent, typeof i86.SelectFlagTypeComponent, typeof i87.SearchLanguageInterpreterComponent, typeof i88.SelectFlagLocationComponent, typeof i89.ManageCaseFlagsComponent, typeof i90.AddCommentsComponent, typeof i91.UpdateFlagComponent, typeof i92.CaseFlagSummaryListComponent, typeof i93.ConfirmFlagStatusComponent, typeof i94.UpdateFlagAddTranslationFormComponent, typeof i95.LinkedCasesToTableComponent, typeof i96.LinkedCasesFromTableComponent, typeof i97.BeforeYouStartComponent, typeof i98.LinkCasesComponent, typeof i99.CheckYourAnswersComponent, typeof i100.UnLinkCasesComponent, typeof i101.NoLinkedCasesComponent, typeof i102.ReadQueryManagementFieldComponent, typeof i103.QueryDetailsComponent, typeof i104.QueryListComponent, typeof i105.QueryWriteRespondToQueryComponent, typeof i106.QueryWriteRaiseQueryComponent, typeof i107.QueryCaseDetailsHeaderComponent, typeof i108.QueryCheckYourAnswersComponent, typeof i109.QueryWriteAddDocumentsComponent, typeof i110.QueryWriteDateInputComponent, typeof i111.QualifyingQuestionOptionsComponent, typeof i112.QualifyingQuestionDetailComponent, typeof i113.QueryAttachmentsReadComponent, typeof i114.QueryEventCompletionComponent, typeof i115.QueryConfirmationComponent, typeof i116.CloseQueryComponent, typeof i117.CaseEventCompletionComponent, typeof i118.CaseEventCompletionTaskCancelledComponent, typeof i119.CaseEventCompletionTaskReassignedComponent]>;
153
154
  static ɵinj: i0.ɵɵInjectorDeclaration<PaletteModule>;
154
155
  }
155
156
  //# sourceMappingURL=palette.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"palette.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/palette.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8RA,qBA+Ea,aAAa;yCAAb,aAAa;0CAAb,aAAa;0CAAb,aAAa;CACzB"}
1
+ {"version":3,"file":"palette.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/palette.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+RA,qBAgFa,aAAa;yCAAb,aAAa;0CAAb,aAAa;0CAAb,aAAa;CACzB"}
@@ -15,6 +15,8 @@ export declare class QualifyingQuestionOptionsComponent implements OnInit {
15
15
  questionSelected: EventEmitter<QualifyingQuestion>;
16
16
  qualifyingQuestionsErrorMessage: typeof QualifyingQuestionsErrorMessage;
17
17
  caseId: string;
18
+ jurisdiction: string;
19
+ caseType: string;
18
20
  constructor(route: ActivatedRoute, router: Router, qualifyingQuestionService: QualifyingQuestionService);
19
21
  ngOnInit(): void;
20
22
  click(): void;
@@ -1 +1 @@
1
- {"version":3,"file":"qualifying-question-options.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/components/qualifying-questions/qualifying-question-options/qualifying-question-options.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAClC,OAAO,EAAE,+BAA+B,EAAE,MAAM,gBAAgB,CAAC;AACjE,OAAO,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,yBAAyB,EAAE,MAAM,mBAAmB,CAAC;;AAE9D,qBAIa,kCAAmC,YAAW,MAAM;IAS7D,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,yBAAyB;IAV5B,0BAA0B,EAAE,WAAW,CAAC;IACxC,oBAAoB,EAAE,UAAU,CAAC,kBAAkB,EAAE,CAAC,CAAC;IAC7D,gBAAgB,mCAA0C;IAE7D,+BAA+B,yCAAmC;IAClE,MAAM,EAAE,MAAM,CAAC;gBAGH,KAAK,EAAE,cAAc,EACrB,MAAM,EAAE,MAAM,EACd,yBAAyB,EAAE,yBAAyB;IAGhE,QAAQ,IAAI,IAAI;IAUhB,KAAK,IAAI,IAAI;IAIpB,IAAW,YAAY,IAAI,OAAO,CAEjC;IAEM,iBAAiB,CAAC,kBAAkB,EAAE,kBAAkB;yCAhCpD,kCAAkC;2CAAlC,kCAAkC;CAmC9C"}
1
+ {"version":3,"file":"qualifying-question-options.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/components/qualifying-questions/qualifying-question-options/qualifying-question-options.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAClC,OAAO,EAAE,+BAA+B,EAAE,MAAM,gBAAgB,CAAC;AACjE,OAAO,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,yBAAyB,EAAE,MAAM,mBAAmB,CAAC;;AAE9D,qBAIa,kCAAmC,YAAW,MAAM;IAW7D,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,yBAAyB;IAZ5B,0BAA0B,EAAE,WAAW,CAAC;IACxC,oBAAoB,EAAE,UAAU,CAAC,kBAAkB,EAAE,CAAC,CAAC;IAC7D,gBAAgB,mCAA0C;IAE7D,+BAA+B,yCAAmC;IAClE,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;gBAGL,KAAK,EAAE,cAAc,EACrB,MAAM,EAAE,MAAM,EACd,yBAAyB,EAAE,yBAAyB;IAGhE,QAAQ,IAAI,IAAI;IAYhB,KAAK,IAAI,IAAI;IAIpB,IAAW,YAAY,IAAI,OAAO,CAEjC;IAEM,iBAAiB,CAAC,kBAAkB,EAAE,kBAAkB;yCApCpD,kCAAkC;2CAAlC,kCAAkC;CAuC9C"}
@@ -9,6 +9,8 @@ export declare class QueryConfirmationComponent implements OnInit {
9
9
  [key: string]: string;
10
10
  };
11
11
  caseId: string;
12
+ jurisdiction: string;
13
+ caseType: string;
12
14
  queryCreateContextEnum: typeof QueryCreateContext;
13
15
  constructor(route: ActivatedRoute);
14
16
  ngOnInit(): void;
@@ -1 +1 @@
1
- {"version":3,"file":"query-confirmation.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/components/query-confirmation/query-confirmation.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;;AAE5E,qBAIa,0BAA2B,YAAW,MAAM;IAO3C,OAAO,CAAC,QAAQ,CAAC,KAAK;IANlB,kBAAkB,EAAE,kBAAkB,CAAC;IACvC,+BAA+B,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAM;IAEzE,MAAM,SAAM;IACZ,sBAAsB,4BAAsB;gBAEtB,KAAK,EAAE,cAAc;IAG3C,QAAQ,IAAI,IAAI;yCAVZ,0BAA0B;2CAA1B,0BAA0B;CAatC"}
1
+ {"version":3,"file":"query-confirmation.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/components/query-confirmation/query-confirmation.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;;AAE5E,qBAIa,0BAA2B,YAAW,MAAM;IAS3C,OAAO,CAAC,QAAQ,CAAC,KAAK;IARlB,kBAAkB,EAAE,kBAAkB,CAAC;IACvC,+BAA+B,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAM;IAEzE,MAAM,SAAM;IACZ,YAAY,SAAM;IAClB,QAAQ,SAAM;IACd,sBAAsB,4BAAsB;gBAEtB,KAAK,EAAE,cAAc;IAG3C,QAAQ,IAAI,IAAI;yCAZZ,0BAA0B;2CAA1B,0BAA0B;CAiBtC"}
@@ -1,4 +1,5 @@
1
1
  export * from './conditional-show';
2
2
  export * from './substitutor';
3
3
  export * from './focus-element';
4
+ export * from './welsh-translated-markdown';
4
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/directives/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/directives/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,6BAA6B,CAAC"}
@@ -0,0 +1,3 @@
1
+ export * from './welsh-translated-markdown.directive';
2
+ export * from './welsh-translated-markdown.module';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/directives/welsh-translated-markdown/index.ts"],"names":[],"mappings":"AAAA,cAAc,uCAAuC,CAAC;AACtD,cAAc,oCAAoC,CAAC"}
@@ -0,0 +1,76 @@
1
+ import { OnDestroy, OnInit, TemplateRef, ViewContainerRef } from '@angular/core';
2
+ import { RpxTranslationService } from 'rpx-xui-translation';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * @directive TranslatedMarkdownDirective
6
+ *
7
+ * @description
8
+ * Structural directive that emits language-appropriate markdown content based on the user's UI language.
9
+ * It is designed for service-supplied content that optionally includes a Welsh (`markdown_cy`) version.
10
+ *
11
+ * The directive:
12
+ * - Emits `markdown_cy` if the UI language is Welsh and the field exists
13
+ * - Emits `markdown` otherwise (no translation is applied within the directive)
14
+ * - Leaves it up to the consuming template to apply fallback translation (e.g. via `rpxTranslate`)
15
+ *
16
+ * This allows cleaner templates and better separation of content choice vs. translation logic.
17
+ *
18
+ * @usage
19
+ * ```html
20
+ * <div *ngFor="let qq of qualifyingQuestions">
21
+ * <ng-container *translatedMarkdown="qq; let content">
22
+ * <markdown [data]="qq ? content : (qq.markdown | rpxTranslate)"></markdown>
23
+ * </ng-container>
24
+ * </div>
25
+ * ```
26
+ *
27
+ * @input dataItem - An object expected to contain:
28
+ * - `markdown` (string): the default English content
29
+ * - `markdown_cy` (string | optional): the Welsh version of the content
30
+ * - Any additional metadata used in context
31
+ *
32
+ * @example
33
+ * // --- LaunchDarkly JSON format ---
34
+ * {
35
+ * "UNSPEC_CLAIM": [
36
+ * {
37
+ * "name": "Raise a query",
38
+ * "url": "http://...",
39
+ * "markdown": "### Raise a query\nUse this to raise a new query.",
40
+ * "markdown_cy": "### Codwch ymholiad\nDefnyddiwch hwn i godi ymholiad newydd."
41
+ * }
42
+ * ]
43
+ * }
44
+ *
45
+ * // --- Input object in component after processing ---
46
+ * const dataItem = {
47
+ * name: 'Raise a query',
48
+ * url: 'http://...',
49
+ * markdown: '### Raise a query\nUse this to raise a new query.',
50
+ * markdown_cy: '### Codwch ymholiad\nDefnyddiwch hwn i godi ymholiad newydd.'
51
+ * };
52
+ *
53
+ * // --- Template usage ---
54
+ * <ng-container *translatedMarkdown="dataItem; let content">
55
+ * <markdown [data]="dataItem ? content : (dataItem.markdown | rpxTranslate)"></markdown>
56
+ * </ng-container>
57
+ */
58
+ /**
59
+ * @directive TranslatedMarkdownDirective
60
+ *
61
+ * Renders Welsh markdown (`markdown_cy`) if the UI language is Welsh,
62
+ * otherwise uses English (`markdown`). Reactively updates when the language changes.
63
+ */
64
+ export declare class TranslatedMarkdownDirective implements OnInit, OnDestroy {
65
+ private viewContainer;
66
+ private templateRef;
67
+ private translationService;
68
+ dataItem: any;
69
+ private subscription;
70
+ constructor(viewContainer: ViewContainerRef, templateRef: TemplateRef<any>, translationService: RpxTranslationService);
71
+ ngOnInit(): void;
72
+ ngOnDestroy(): void;
73
+ static ɵfac: i0.ɵɵFactoryDeclaration<TranslatedMarkdownDirective, never>;
74
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TranslatedMarkdownDirective, "[translatedMarkdown]", never, { "dataItem": { "alias": "translatedMarkdown"; "required": false; }; }, {}, never, never, false, never>;
75
+ }
76
+ //# sourceMappingURL=welsh-translated-markdown.directive.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"welsh-translated-markdown.directive.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/directives/welsh-translated-markdown/welsh-translated-markdown.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,SAAS,EACT,MAAM,EACN,WAAW,EACX,gBAAgB,EACjB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAC;;AAG5D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqDG;AAEH;;;;;GAKG;AACH,qBAGa,2BAA4B,YAAW,MAAM,EAAE,SAAS;IAMjE,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,kBAAkB;IAPC,QAAQ,EAAE,GAAG,CAAC;IAE3C,OAAO,CAAC,YAAY,CAAe;gBAGzB,aAAa,EAAE,gBAAgB,EAC/B,WAAW,EAAE,WAAW,CAAC,GAAG,CAAC,EAC7B,kBAAkB,EAAE,qBAAqB;IAGnD,QAAQ,IAAI,IAAI;IAgBhB,WAAW,IAAI,IAAI;yCA3BR,2BAA2B;2CAA3B,2BAA2B;CA8BvC"}
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./welsh-translated-markdown.directive";
3
+ export declare class TranslatedMarkdownModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<TranslatedMarkdownModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TranslatedMarkdownModule, [typeof i1.TranslatedMarkdownDirective], never, [typeof i1.TranslatedMarkdownDirective]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<TranslatedMarkdownModule>;
7
+ }
8
+ //# sourceMappingURL=welsh-translated-markdown.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"welsh-translated-markdown.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/directives/welsh-translated-markdown/welsh-translated-markdown.module.ts"],"names":[],"mappings":";;AAGA,qBAQa,wBAAwB;yCAAxB,wBAAwB;0CAAxB,wBAAwB;0CAAxB,wBAAwB;CAAG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hmcts/ccd-case-ui-toolkit",
3
- "version": "7.2.35",
3
+ "version": "7.2.36-3044-2761",
4
4
  "engines": {
5
5
  "node": ">=18.19.0"
6
6
  },