@hmcts/ccd-case-ui-toolkit 7.0.55-ungrey-back-button → 7.0.56-query-management

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 (132) hide show
  1. package/esm2022/lib/app.config.mjs +2 -1
  2. package/esm2022/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.mjs +33 -70
  3. package/esm2022/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.mjs +37 -50
  4. package/esm2022/lib/shared/components/case-editor/case-editor.module.mjs +4 -7
  5. package/esm2022/lib/shared/components/case-editor/services/case-flag-state.service.mjs +1 -3
  6. package/esm2022/lib/shared/components/case-editor/services/event-completion-state-machine.service.mjs +2 -2
  7. package/esm2022/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.mjs +4 -14
  8. package/esm2022/lib/shared/components/event-trigger/event-trigger.component.mjs +19 -12
  9. package/esm2022/lib/shared/components/palette/base-field/index.mjs +1 -3
  10. package/esm2022/lib/shared/components/palette/case-flag/components/add-comments/add-comments.component.mjs +21 -21
  11. package/esm2022/lib/shared/components/palette/case-flag/components/confirm-flag-status/confirm-flag-status.component.mjs +22 -22
  12. package/esm2022/lib/shared/components/palette/case-flag/components/manage-case-flags/manage-case-flags.component.mjs +25 -18
  13. package/esm2022/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter.component.mjs +29 -32
  14. package/esm2022/lib/shared/components/palette/case-flag/components/select-flag-location/select-flag-location.component.mjs +28 -21
  15. package/esm2022/lib/shared/components/palette/case-flag/components/select-flag-type/select-flag-type.component.mjs +77 -111
  16. package/esm2022/lib/shared/components/palette/case-flag/components/update-flag/update-flag-add-translation-form/update-flag-add-translation-form.component.mjs +28 -28
  17. package/esm2022/lib/shared/components/palette/case-flag/components/update-flag/update-flag.component.mjs +105 -107
  18. package/esm2022/lib/shared/components/palette/case-flag/enums/index.mjs +2 -1
  19. package/esm2022/lib/shared/components/palette/case-flag/write-case-flag-field.component.mjs +33 -89
  20. package/esm2022/lib/shared/components/palette/linked-cases/components/before-you-start/before-you-start.component.mjs +18 -27
  21. package/esm2022/lib/shared/components/palette/linked-cases/components/check-your-answers/check-your-answers.component.mjs +7 -19
  22. package/esm2022/lib/shared/components/palette/linked-cases/components/link-cases/link-cases.component.mjs +45 -57
  23. package/esm2022/lib/shared/components/palette/linked-cases/components/no-linked-cases/no-linked-cases.component.mjs +9 -13
  24. package/esm2022/lib/shared/components/palette/linked-cases/components/unlink-cases/unlink-cases.component.mjs +39 -45
  25. package/esm2022/lib/shared/components/palette/linked-cases/services/linked-cases.service.mjs +1 -11
  26. package/esm2022/lib/shared/components/palette/linked-cases/write-linked-cases-field.component.mjs +23 -69
  27. package/esm2022/lib/shared/components/palette/palette.module.mjs +5 -1
  28. package/esm2022/lib/shared/components/palette/query-management/components/index.mjs +2 -1
  29. package/esm2022/lib/shared/components/palette/query-management/components/qualifying-questions/qualifying-question-options/qualifying-question-options.component.mjs +2 -2
  30. package/esm2022/lib/shared/components/palette/query-management/components/query-check-your-answers/query-check-your-answers.component.mjs +96 -20
  31. package/esm2022/lib/shared/components/palette/query-management/components/query-confirmation/query-confirmation.component.mjs +133 -0
  32. package/esm2022/lib/shared/components/palette/query-management/models/case-queries-collection.model.mjs +1 -1
  33. package/esm2022/lib/shared/components/palette/query-management/read-query-management-field.component.mjs +24 -13
  34. package/esm2022/lib/shared/components/palette/query-management/utils/query-management.utils.mjs +42 -1
  35. package/esm2022/lib/shared/domain/index.mjs +1 -2
  36. package/esm2022/lib/shared/domain/user/user-info.model.mjs +1 -1
  37. package/esm2022/lib/shared/pipes/complex/ccd-page-fields.pipe.mjs +2 -2
  38. package/esm2022/lib/shared/services/index.mjs +1 -2
  39. package/esm2022/lib/shared/services/jurisdiction/jurisdiction.service.mjs +2 -1
  40. package/fesm2022/hmcts-ccd-case-ui-toolkit.mjs +1017 -1240
  41. package/fesm2022/hmcts-ccd-case-ui-toolkit.mjs.map +1 -1
  42. package/lib/app.config.d.ts +2 -0
  43. package/lib/app.config.d.ts.map +1 -1
  44. package/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.d.ts +3 -12
  45. package/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.d.ts.map +1 -1
  46. package/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.d.ts +2 -7
  47. package/lib/shared/components/case-editor/case-edit-submit/case-edit-submit.component.d.ts.map +1 -1
  48. package/lib/shared/components/case-editor/case-editor.module.d.ts.map +1 -1
  49. package/lib/shared/components/case-editor/services/case-flag-state.service.d.ts +0 -1
  50. package/lib/shared/components/case-editor/services/case-flag-state.service.d.ts.map +1 -1
  51. package/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.d.ts +1 -2
  52. package/lib/shared/components/case-viewer/case-event-trigger/case-event-trigger.component.d.ts.map +1 -1
  53. package/lib/shared/components/event-trigger/event-trigger.component.d.ts +3 -1
  54. package/lib/shared/components/event-trigger/event-trigger.component.d.ts.map +1 -1
  55. package/lib/shared/components/palette/base-field/index.d.ts +0 -2
  56. package/lib/shared/components/palette/base-field/index.d.ts.map +1 -1
  57. package/lib/shared/components/palette/case-flag/components/add-comments/add-comments.component.d.ts +2 -4
  58. package/lib/shared/components/palette/case-flag/components/add-comments/add-comments.component.d.ts.map +1 -1
  59. package/lib/shared/components/palette/case-flag/components/confirm-flag-status/confirm-flag-status.component.d.ts +2 -4
  60. package/lib/shared/components/palette/case-flag/components/confirm-flag-status/confirm-flag-status.component.d.ts.map +1 -1
  61. package/lib/shared/components/palette/case-flag/components/manage-case-flags/manage-case-flags.component.d.ts +2 -4
  62. package/lib/shared/components/palette/case-flag/components/manage-case-flags/manage-case-flags.component.d.ts.map +1 -1
  63. package/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter.component.d.ts +3 -6
  64. package/lib/shared/components/palette/case-flag/components/search-language-interpreter/search-language-interpreter.component.d.ts.map +1 -1
  65. package/lib/shared/components/palette/case-flag/components/select-flag-location/select-flag-location.component.d.ts +2 -4
  66. package/lib/shared/components/palette/case-flag/components/select-flag-location/select-flag-location.component.d.ts.map +1 -1
  67. package/lib/shared/components/palette/case-flag/components/select-flag-type/select-flag-type.component.d.ts +5 -11
  68. package/lib/shared/components/palette/case-flag/components/select-flag-type/select-flag-type.component.d.ts.map +1 -1
  69. package/lib/shared/components/palette/case-flag/components/update-flag/update-flag-add-translation-form/update-flag-add-translation-form.component.d.ts +2 -4
  70. package/lib/shared/components/palette/case-flag/components/update-flag/update-flag-add-translation-form/update-flag-add-translation-form.component.d.ts.map +1 -1
  71. package/lib/shared/components/palette/case-flag/components/update-flag/update-flag.component.d.ts +3 -6
  72. package/lib/shared/components/palette/case-flag/components/update-flag/update-flag.component.d.ts.map +1 -1
  73. package/lib/shared/components/palette/case-flag/enums/index.d.ts +1 -0
  74. package/lib/shared/components/palette/case-flag/enums/index.d.ts.map +1 -1
  75. package/lib/shared/components/palette/case-flag/write-case-flag-field.component.d.ts +5 -8
  76. package/lib/shared/components/palette/case-flag/write-case-flag-field.component.d.ts.map +1 -1
  77. package/lib/shared/components/palette/linked-cases/components/before-you-start/before-you-start.component.d.ts +3 -6
  78. package/lib/shared/components/palette/linked-cases/components/before-you-start/before-you-start.component.d.ts.map +1 -1
  79. package/lib/shared/components/palette/linked-cases/components/check-your-answers/check-your-answers.component.d.ts +2 -6
  80. package/lib/shared/components/palette/linked-cases/components/check-your-answers/check-your-answers.component.d.ts.map +1 -1
  81. package/lib/shared/components/palette/linked-cases/components/link-cases/link-cases.component.d.ts +3 -6
  82. package/lib/shared/components/palette/linked-cases/components/link-cases/link-cases.component.d.ts.map +1 -1
  83. package/lib/shared/components/palette/linked-cases/components/no-linked-cases/no-linked-cases.component.d.ts +2 -5
  84. package/lib/shared/components/palette/linked-cases/components/no-linked-cases/no-linked-cases.component.d.ts.map +1 -1
  85. package/lib/shared/components/palette/linked-cases/components/unlink-cases/unlink-cases.component.d.ts +3 -6
  86. package/lib/shared/components/palette/linked-cases/components/unlink-cases/unlink-cases.component.d.ts.map +1 -1
  87. package/lib/shared/components/palette/linked-cases/services/linked-cases.service.d.ts +0 -4
  88. package/lib/shared/components/palette/linked-cases/services/linked-cases.service.d.ts.map +1 -1
  89. package/lib/shared/components/palette/linked-cases/write-linked-cases-field.component.d.ts +3 -6
  90. package/lib/shared/components/palette/linked-cases/write-linked-cases-field.component.d.ts.map +1 -1
  91. package/lib/shared/components/palette/palette.module.d.ts +33 -32
  92. package/lib/shared/components/palette/palette.module.d.ts.map +1 -1
  93. package/lib/shared/components/palette/query-management/components/index.d.ts +1 -0
  94. package/lib/shared/components/palette/query-management/components/index.d.ts.map +1 -1
  95. package/lib/shared/components/palette/query-management/components/query-check-your-answers/query-check-your-answers.component.d.ts +20 -8
  96. package/lib/shared/components/palette/query-management/components/query-check-your-answers/query-check-your-answers.component.d.ts.map +1 -1
  97. package/lib/shared/components/palette/query-management/components/query-confirmation/query-confirmation.component.d.ts +15 -0
  98. package/lib/shared/components/palette/query-management/components/query-confirmation/query-confirmation.component.d.ts.map +1 -0
  99. package/lib/shared/components/palette/query-management/models/case-queries-collection.model.d.ts +3 -0
  100. package/lib/shared/components/palette/query-management/models/case-queries-collection.model.d.ts.map +1 -1
  101. package/lib/shared/components/palette/query-management/read-query-management-field.component.d.ts +1 -0
  102. package/lib/shared/components/palette/query-management/read-query-management-field.component.d.ts.map +1 -1
  103. package/lib/shared/components/palette/query-management/utils/query-management.utils.d.ts +4 -0
  104. package/lib/shared/components/palette/query-management/utils/query-management.utils.d.ts.map +1 -1
  105. package/lib/shared/domain/index.d.ts +0 -1
  106. package/lib/shared/domain/index.d.ts.map +1 -1
  107. package/lib/shared/domain/user/user-info.model.d.ts.map +1 -1
  108. package/lib/shared/services/index.d.ts +0 -1
  109. package/lib/shared/services/index.d.ts.map +1 -1
  110. package/lib/shared/services/jurisdiction/jurisdiction.service.d.ts.map +1 -1
  111. package/package.json +1 -1
  112. package/esm2022/lib/shared/components/palette/base-field/abstract-field-write-journey.component.mjs +0 -92
  113. package/esm2022/lib/shared/components/palette/base-field/abstract-journey.component.mjs +0 -82
  114. package/esm2022/lib/shared/domain/journey/index.mjs +0 -3
  115. package/esm2022/lib/shared/domain/journey/journey-instigator.model.mjs +0 -2
  116. package/esm2022/lib/shared/domain/journey/journey.model.mjs +0 -2
  117. package/esm2022/lib/shared/services/journey/index.mjs +0 -2
  118. package/esm2022/lib/shared/services/journey/multipage-component-state.service.mjs +0 -114
  119. package/lib/shared/components/palette/base-field/abstract-field-write-journey.component.d.ts +0 -30
  120. package/lib/shared/components/palette/base-field/abstract-field-write-journey.component.d.ts.map +0 -1
  121. package/lib/shared/components/palette/base-field/abstract-journey.component.d.ts +0 -27
  122. package/lib/shared/components/palette/base-field/abstract-journey.component.d.ts.map +0 -1
  123. package/lib/shared/domain/journey/index.d.ts +0 -3
  124. package/lib/shared/domain/journey/index.d.ts.map +0 -1
  125. package/lib/shared/domain/journey/journey-instigator.model.d.ts +0 -5
  126. package/lib/shared/domain/journey/journey-instigator.model.d.ts.map +0 -1
  127. package/lib/shared/domain/journey/journey.model.d.ts +0 -16
  128. package/lib/shared/domain/journey/journey.model.d.ts.map +0 -1
  129. package/lib/shared/services/journey/index.d.ts +0 -2
  130. package/lib/shared/services/journey/index.d.ts.map +0 -1
  131. package/lib/shared/services/journey/multipage-component-state.service.d.ts +0 -25
  132. package/lib/shared/services/journey/multipage-component-state.service.d.ts.map +0 -1
@@ -4,15 +4,14 @@ import { ActivatedRoute } from '@angular/router';
4
4
  import { RpxTranslationService } from 'rpx-xui-translation';
5
5
  import { Subscription } from 'rxjs';
6
6
  import { CaseEditDataService } from '../../../commons/case-edit-data/case-edit-data.service';
7
- import { CaseField, ErrorMessage, Journey } from '../../../domain';
7
+ import { CaseField, ErrorMessage } from '../../../domain';
8
8
  import { FlagType } from '../../../domain/case-flag';
9
- import { CaseFlagState, FlagDetail, FlagDetailDisplayWithFormGroupPath, FlagsWithFormGroupPath } from './domain';
10
- import { MultipageComponentStateService } from '../../../services';
11
- import { AbstractFieldWriteJourneyComponent } from '../base-field/abstract-field-write-journey.component';
12
9
  import { CaseFlagStateService } from '../../case-editor/services/case-flag-state.service';
10
+ import { AbstractFieldWriteComponent } from '../base-field/abstract-field-write.component';
11
+ import { CaseFlagState, FlagDetail, FlagDetailDisplayWithFormGroupPath, FlagsWithFormGroupPath } from './domain';
13
12
  import { CaseFlagFieldState } from './enums';
14
13
  import * as i0 from "@angular/core";
15
- export declare class WriteCaseFlagFieldComponent extends AbstractFieldWriteJourneyComponent implements OnInit, OnDestroy, Journey {
14
+ export declare class WriteCaseFlagFieldComponent extends AbstractFieldWriteComponent implements OnInit, OnDestroy {
16
15
  private readonly route;
17
16
  private readonly caseEditDataService;
18
17
  private readonly caseFlagStateService;
@@ -41,9 +40,8 @@ export declare class WriteCaseFlagFieldComponent extends AbstractFieldWriteJourn
41
40
  get flagType(): FlagType | null;
42
41
  get selectedFlagsLocation(): FlagsWithFormGroupPath | null;
43
42
  set selectedFlagsLocation(selectedLocation: FlagsWithFormGroupPath | null);
44
- constructor(route: ActivatedRoute, caseEditDataService: CaseEditDataService, caseFlagStateService: CaseFlagStateService, rpxTranslationService: RpxTranslationService, multipageComponentStateService: MultipageComponentStateService);
43
+ constructor(route: ActivatedRoute, caseEditDataService: CaseEditDataService, caseFlagStateService: CaseFlagStateService, rpxTranslationService: RpxTranslationService);
45
44
  ngOnInit(): void;
46
- onPageChange(): void;
47
45
  setDisplayContextParameterUpdate(displayContextParameter: string): boolean;
48
46
  setDisplayContextParameterExternal(displayContextParameter: string): boolean;
49
47
  setDisplayContextParameter2Point1Enabled(displayContextParameter: string): boolean;
@@ -51,7 +49,6 @@ export declare class WriteCaseFlagFieldComponent extends AbstractFieldWriteJourn
51
49
  canMoveToFinalReviewStage(caseFlagState: CaseFlagState): boolean;
52
50
  proceedToNextState(): void;
53
51
  setFlagsCaseFieldValue(): void;
54
- previousPage(): void;
55
52
  addFlagToCollection(): void;
56
53
  /**
57
54
  * Determines the correct location (i.e. either the internal or external instance of a `Flags` object) for a new flag,
@@ -1 +1 @@
1
- {"version":3,"file":"write-case-flag-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-flag/write-case-flag-field.component.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"write-case-flag-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-flag/write-case-flag-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAC7D,OAAO,EAAmB,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC5D,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAC;AAC5D,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,EAAE,mBAAmB,EAAE,MAAM,wDAAwD,CAAC;AAC7F,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC1D,OAAO,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AAErD,OAAO,EAAE,oBAAoB,EAAE,MAAM,oDAAoD,CAAC;AAC1F,OAAO,EAAE,2BAA2B,EAAE,MAAM,8CAA8C,CAAC;AAC3F,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,kCAAkC,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AACjH,OAAO,EAAyD,kBAAkB,EAAsC,MAAM,SAAS,CAAC;;AAExI,qBAKa,2BAA4B,SAAQ,2BAA4B,YAAW,MAAM,EAAE,SAAS;IAuCrG,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IACpC,OAAO,CAAC,QAAQ,CAAC,oBAAoB;IACrC,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IAzCjC,UAAU,EAAE,MAAM,CAAC;IACnB,kBAAkB,4BAAsB;IACxC,aAAa,EAAE,YAAY,EAAE,CAAM;IACnC,SAAS,EAAE,sBAAsB,EAAE,CAAC;IACpC,YAAY,EAAE,kCAAkC,CAAC;IACjD,uBAAuB,EAAE,SAAS,CAAC;IACnC,oBAAoB,UAAS;IAC7B,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,+BAA+B,EAAE,OAAO,CAAC;IACzC,iCAAiC,EAAE,OAAO,CAAC;IAC3C,uCAAuC,EAAE,OAAO,CAAC;IACjD,SAAS,EAAE,MAAM,CAAC;IAClB,qBAAqB,EAAE,YAAY,CAAC;IACpC,uBAAuB,EAAE,MAAM,CAAC;IAChC,kBAAkB,EAAE,sBAAsB,CAAC;IAClD,OAAO,CAAC,0BAA0B,CAAS;IAE3C,OAAO,CAAC,QAAQ,CAAC,iBAAiB,CAAY;IAC9C,OAAO,CAAC,QAAQ,CAAC,0BAA0B,CAAgC;IAC3E,SAAgB,eAAe,uBAAuB;IAEtD,IAAW,QAAQ,IAAI,QAAQ,GAAG,IAAI,CAErC;IAED,IAAW,qBAAqB,IAAI,sBAAsB,GAAG,IAAI,CAEhE;IAED,IAAW,qBAAqB,CAAC,gBAAgB,EAAE,sBAAsB,GAAG,IAAI,EAI/E;gBAGkB,KAAK,EAAE,cAAc,EACrB,mBAAmB,EAAE,mBAAmB,EACxC,oBAAoB,EAAE,oBAAoB,EAC1C,qBAAqB,EAAE,qBAAqB;IAKxD,QAAQ,IAAI,IAAI;IAoFhB,gCAAgC,CAAC,uBAAuB,EAAE,MAAM,GAAG,OAAO;IAM1E,kCAAkC,CAAC,uBAAuB,EAAE,MAAM,GAAG,OAAO;IAK5E,wCAAwC,CAAC,uBAAuB,EAAE,MAAM,GAAG,OAAO;IAKlF,sBAAsB,CAAC,aAAa,EAAE,aAAa,GAAG,IAAI;IAmB1D,yBAAyB,CAAC,aAAa,EAAE,aAAa,GAAG,OAAO;IAuBhE,kBAAkB,IAAI,IAAI;IAa1B,sBAAsB,IAAI,IAAI;IAiB9B,mBAAmB,IAAI,IAAI;IAyDlC;;;;;;;;;;;;;;;;;;;;;;OAsBG;IACI,wBAAwB,CAAC,cAAc,EAAE,OAAO,EAAE,qBAAqB,EAAE,sBAAsB,EACpG,UAAU,EAAE,GAAG,GAAG,sBAAsB;IAgDnC,sBAAsB,IAAI,IAAI;IA2F9B,cAAc,IAAI,OAAO;IAQzB,sBAAsB,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI;IAU/C,6BAA6B,CAAC,CAAC,EAAE,GAAG,GAAG,IAAI;IAI3C,6BAA6B,IAAI,UAAU;IAuD3C,sBAAsB,IAAI,IAAI;IAe9B,WAAW,IAAI,IAAI;IAM1B,IAAW,oBAAoB,sFAG9B;IAEM,0BAA0B,CAAC,UAAU,EAAE,SAAS,EAAE,GAAG,MAAM;yCA9hBvD,2BAA2B;2CAA3B,2BAA2B;CAiiBvC"}
@@ -1,12 +1,10 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import { Router } from '@angular/router';
3
- import { ErrorMessage, Journey } from '../../../../../domain';
3
+ import { ErrorMessage } from '../../../../../domain';
4
4
  import { LinkedCasesState } from '../../domain';
5
5
  import { LinkedCasesService } from '../../services/linked-cases.service';
6
- import { AbstractJourneyComponent } from '../../../base-field';
7
- import { MultipageComponentStateService } from '../../../../../services';
8
6
  import * as i0 from "@angular/core";
9
- export declare class BeforeYouStartComponent extends AbstractJourneyComponent implements Journey {
7
+ export declare class BeforeYouStartComponent {
10
8
  private readonly router;
11
9
  private readonly linkedCasesService;
12
10
  linkedCasesStateEmitter: EventEmitter<LinkedCasesState>;
@@ -16,9 +14,8 @@ export declare class BeforeYouStartComponent extends AbstractJourneyComponent im
16
14
  id: string;
17
15
  message: string;
18
16
  };
19
- constructor(router: Router, linkedCasesService: LinkedCasesService, multipageComponentStateService: MultipageComponentStateService);
17
+ constructor(router: Router, linkedCasesService: LinkedCasesService);
20
18
  onNext(): void;
21
- next(): void;
22
19
  onBack(): void;
23
20
  static ɵfac: i0.ɵɵFactoryDeclaration<BeforeYouStartComponent, never>;
24
21
  static ɵcmp: i0.ɵɵComponentDeclaration<BeforeYouStartComponent, "ccd-linked-cases-before-you-start", never, {}, { "linkedCasesStateEmitter": "linkedCasesStateEmitter"; }, never, never, false, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"before-you-start.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/linked-cases/components/before-you-start/before-you-start.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAU,MAAM,eAAe,CAAC;AAChE,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,YAAY,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAC9D,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAEhD,OAAO,EAAE,kBAAkB,EAAE,MAAM,qCAAqC,CAAC;AACzE,OAAO,EAAE,wBAAwB,EAAE,MAAM,qBAAqB,CAAC;AAC/D,OAAO,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;;AAEzE,qBAIa,uBAAwB,SAAQ,wBAAyB,YAAW,OAAO;IAS1E,OAAO,CAAC,QAAQ,CAAC,MAAM;IACjC,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IAP9B,uBAAuB,EAAE,YAAY,CAAC,gBAAgB,CAAC,CAAwC;IAE/F,kBAAkB,UAAS;IAC3B,aAAa,EAAE,YAAY,EAAE,CAAC;IAC9B,oBAAoB,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAC;gBAEhC,MAAM,EAAE,MAAM,EACxB,kBAAkB,EAAE,kBAAkB,EACvD,8BAA8B,EAAE,8BAA8B;IAWzD,MAAM,IAAI,IAAI;IAQd,IAAI;IAYJ,MAAM,IAAI,IAAI;yCA1CV,uBAAuB;2CAAvB,uBAAuB;CA6CnC"}
1
+ {"version":3,"file":"before-you-start.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/linked-cases/components/before-you-start/before-you-start.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAkB,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAEhD,OAAO,EAAE,kBAAkB,EAAE,MAAM,qCAAqC,CAAC;;AAEzE,qBAIa,uBAAuB;IAStB,OAAO,CAAC,QAAQ,CAAC,MAAM;IACjC,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IAP9B,uBAAuB,EAAE,YAAY,CAAC,gBAAgB,CAAC,CAAwC;IAE/F,kBAAkB,UAAS;IAC3B,aAAa,EAAE,YAAY,EAAE,CAAC;IAC9B,oBAAoB,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAC;gBAEhC,MAAM,EAAE,MAAM,EACxB,kBAAkB,EAAE,kBAAkB;IAUlD,MAAM,IAAI,IAAI;IAQd,MAAM,IAAI,IAAI;yCA5BV,uBAAuB;2CAAvB,uBAAuB;CA+BnC"}
@@ -1,21 +1,17 @@
1
1
  import { EventEmitter, OnInit } from '@angular/core';
2
2
  import { CaseLink, LinkedCasesState } from '../../domain';
3
3
  import { LinkedCasesService } from '../../services/linked-cases.service';
4
- import { AbstractJourneyComponent } from '../../../base-field';
5
- import { MultipageComponentStateService } from '../../../../../services';
6
- import { Journey } from '../../../../../domain';
7
4
  import * as i0 from "@angular/core";
8
- export declare class CheckYourAnswersComponent extends AbstractJourneyComponent implements OnInit, Journey {
5
+ export declare class CheckYourAnswersComponent implements OnInit {
9
6
  private linkedCasesService;
10
7
  linkedCasesStateEmitter: EventEmitter<LinkedCasesState>;
11
8
  linkedCases: CaseLink[];
12
9
  casesToUnlink: CaseLink[];
13
10
  isLinkCasesJourney: boolean;
14
11
  linkedCasesTableCaption: string;
15
- constructor(linkedCasesService: LinkedCasesService, multipageComponentStateService: MultipageComponentStateService);
12
+ constructor(linkedCasesService: LinkedCasesService);
16
13
  ngOnInit(): void;
17
14
  onChange(): void;
18
- next(): void;
19
15
  static ɵfac: i0.ɵɵFactoryDeclaration<CheckYourAnswersComponent, never>;
20
16
  static ɵcmp: i0.ɵɵComponentDeclaration<CheckYourAnswersComponent, "ccd-linked-cases-check-your-answers", never, {}, { "linkedCasesStateEmitter": "linkedCasesStateEmitter"; }, never, never, false, never>;
21
17
  }
@@ -1 +1 @@
1
- {"version":3,"file":"check-your-answers.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/linked-cases/components/check-your-answers/check-your-answers.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAE,MAAM,EAAU,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAE1D,OAAO,EAAE,kBAAkB,EAAE,MAAM,qCAAqC,CAAC;AACzE,OAAO,EAAE,wBAAwB,EAAE,MAAM,qBAAqB,CAAC;AAC/D,OAAO,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AACzE,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;;AAEhD,qBAKa,yBAA0B,SAAQ,wBAAyB,YAAW,MAAM,EAAE,OAAO;IAUpF,OAAO,CAAC,kBAAkB;IAP/B,uBAAuB,EAAE,YAAY,CAAC,gBAAgB,CAAC,CAAwC;IAE/F,WAAW,EAAE,QAAQ,EAAE,CAAC;IACxB,aAAa,EAAE,QAAQ,EAAE,CAAC;IAC1B,kBAAkB,EAAE,OAAO,CAAC;IAC5B,uBAAuB,EAAE,MAAM,CAAC;gBAEnB,kBAAkB,EAAE,kBAAkB,EAAE,8BAA8B,EAAE,8BAA8B;IAInH,QAAQ,IAAI,IAAI;IAOhB,QAAQ,IAAI,IAAI;IAShB,IAAI;yCA9BA,yBAAyB;2CAAzB,yBAAyB;CAuCrC"}
1
+ {"version":3,"file":"check-your-answers.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/linked-cases/components/check-your-answers/check-your-answers.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAE,MAAM,EAAU,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAE1D,OAAO,EAAE,kBAAkB,EAAE,MAAM,qCAAqC,CAAC;;AAEzE,qBAKa,yBAA0B,YAAW,MAAM;IAU1C,OAAO,CAAC,kBAAkB;IAP/B,uBAAuB,EAAE,YAAY,CAAC,gBAAgB,CAAC,CAAwC;IAE/F,WAAW,EAAE,QAAQ,EAAE,CAAC;IACxB,aAAa,EAAE,QAAQ,EAAE,CAAC;IAC1B,kBAAkB,EAAE,OAAO,CAAC;IAC5B,uBAAuB,EAAE,MAAM,CAAC;gBAEnB,kBAAkB,EAAE,kBAAkB;IAGnD,QAAQ,IAAI,IAAI;IAOhB,QAAQ,IAAI,IAAI;yCApBZ,yBAAyB;2CAAzB,yBAAyB;CA4BrC"}
@@ -1,16 +1,14 @@
1
1
  import { EventEmitter, OnInit } from '@angular/core';
2
2
  import { FormArray, FormBuilder, FormGroup } from '@angular/forms';
3
- import { ErrorMessage, Journey } from '../../../../../domain';
3
+ import { ErrorMessage } from '../../../../../domain';
4
4
  import { LovRefDataModel } from '../../../../../services/common-data-service/common-data-service';
5
5
  import { CasesService } from '../../../../case-editor/services/cases.service';
6
6
  import { LinkedCasesState } from '../../domain';
7
7
  import { CaseLink, LinkReason } from '../../domain/linked-cases.model';
8
8
  import { LinkedCasesService } from '../../services/linked-cases.service';
9
9
  import { ValidatorsUtils } from '../../utils/validators.utils';
10
- import { AbstractJourneyComponent } from '../../../base-field';
11
- import { MultipageComponentStateService } from '../../../../../services';
12
10
  import * as i0 from "@angular/core";
13
- export declare class LinkCasesComponent extends AbstractJourneyComponent implements OnInit, Journey {
11
+ export declare class LinkCasesComponent implements OnInit {
14
12
  private readonly casesService;
15
13
  private readonly fb;
16
14
  private readonly validatorsUtils;
@@ -29,7 +27,7 @@ export declare class LinkCasesComponent extends AbstractJourneyComponent impleme
29
27
  linkCaseReasons: LovRefDataModel[];
30
28
  showComments: boolean;
31
29
  private readonly ISO_FORMAT;
32
- constructor(casesService: CasesService, fb: FormBuilder, validatorsUtils: ValidatorsUtils, linkedCasesService: LinkedCasesService, multipageComponentStateService: MultipageComponentStateService);
30
+ constructor(casesService: CasesService, fb: FormBuilder, validatorsUtils: ValidatorsUtils, linkedCasesService: LinkedCasesService);
33
31
  ngOnInit(): void;
34
32
  initForm(): void;
35
33
  get getReasonTypeFormArray(): FormArray;
@@ -45,7 +43,6 @@ export declare class LinkCasesComponent extends AbstractJourneyComponent impleme
45
43
  getSelectedCCDTypeCaseReason(): LinkReason[];
46
44
  onSelectedLinkedCaseRemove(pos: any, selectedCaseReference: any): void;
47
45
  onNext(): void;
48
- next(): void;
49
46
  static ɵfac: i0.ɵɵFactoryDeclaration<LinkCasesComponent, never>;
50
47
  static ɵcmp: i0.ɵɵComponentDeclaration<LinkCasesComponent, "ccd-link-cases", never, {}, { "linkedCasesStateEmitter": "linkedCasesStateEmitter"; }, never, never, false, never>;
51
48
  }
@@ -1 +1 @@
1
- {"version":3,"file":"link-cases.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/linked-cases/components/link-cases/link-cases.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAE,MAAM,EAAU,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,SAAS,EAAc,MAAM,gBAAgB,CAAC;AAG/E,OAAO,EAAY,YAAY,EAAa,OAAO,EAAE,MAAM,uBAAuB,CAAC;AACnF,OAAO,EAAE,eAAe,EAAE,MAAM,iEAAiE,CAAC;AAClG,OAAO,EAAE,YAAY,EAAE,MAAM,gDAAgD,CAAC;AAC9E,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,EACL,QAAQ,EAGR,UAAU,EACX,MAAM,iCAAiC,CAAC;AAEzC,OAAO,EAAE,kBAAkB,EAAE,MAAM,qCAAqC,CAAC;AACzE,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAC/D,OAAO,EAAE,wBAAwB,EAAE,MAAM,qBAAqB,CAAC;AAC/D,OAAO,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;;AAEzE,qBAKa,kBAAmB,SAAQ,wBAAyB,YAAW,MAAM,EAAE,OAAO;IAkBvF,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,EAAE;IACnB,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IAnB9B,uBAAuB,EAAE,YAAY,CAAC,gBAAgB,CAAC,CAAwC;IAE/F,aAAa,EAAE,YAAY,EAAE,CAAM;IACnC,YAAY,EAAE,SAAS,CAAC;IACxB,aAAa,EAAE,QAAQ,EAAE,CAAM;IAC/B,eAAe,EAAE,MAAM,CAAC;IACxB,eAAe,EAAE,MAAM,CAAC;IACxB,uBAAuB,EAAE,MAAM,CAAC;IAChC,kBAAkB,EAAE,MAAM,CAAC;IAC3B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,eAAe,EAAE,eAAe,EAAE,CAAC;IACnC,YAAY,UAAS;IAC5B,OAAO,CAAC,QAAQ,CAAC,UAAU,CAA6B;gBAErC,YAAY,EAAE,YAAY,EAC1B,EAAE,EAAE,WAAW,EACf,eAAe,EAAE,eAAe,EAChC,kBAAkB,EAAE,kBAAkB,EACvD,8BAA8B,EAAE,8BAA8B;IAKzD,QAAQ,IAAI,IAAI;IAiBhB,QAAQ,IAAI,IAAI;IASvB,IAAW,sBAAsB,IAAI,SAAS,CAgB7C;IAEM,iCAAiC,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAKnD,cAAc,IAAI,IAAI;IAsBtB,cAAc,CAAC,WAAW,EAAE,QAAQ,EAAE,GAAG,OAAO;IAUvD,OAAO,CAAC,+BAA+B;IAIvC,OAAO,CAAC,kDAAkD;IAInD,aAAa,IAAI,IAAI;IA+DrB,WAAW,IAAI,IAAI;IA8CnB,oBAAoB,CAAC,oBAAoB,EAAE,OAAO,GAAG,IAAI;IAQzD,sBAAsB,IAAI,UAAU,EAAE;IAiBtC,4BAA4B,IAAI,UAAU,EAAE;IAmB5C,0BAA0B,CAAC,GAAG,KAAA,EAAE,qBAAqB,KAAA,GAAG,IAAI;IAS5D,MAAM,IAAI,IAAI;IAsBd,IAAI;yCA5SA,kBAAkB;2CAAlB,kBAAkB;CAmT9B"}
1
+ {"version":3,"file":"link-cases.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/linked-cases/components/link-cases/link-cases.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAE,MAAM,EAAU,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,SAAS,EAAc,MAAM,gBAAgB,CAAC;AAG/E,OAAO,EAAY,YAAY,EAAa,MAAM,uBAAuB,CAAC;AAC1E,OAAO,EAAE,eAAe,EAAE,MAAM,iEAAiE,CAAC;AAClG,OAAO,EAAE,YAAY,EAAE,MAAM,gDAAgD,CAAC;AAC9E,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,EACL,QAAQ,EAGR,UAAU,EACX,MAAM,iCAAiC,CAAC;AAEzC,OAAO,EAAE,kBAAkB,EAAE,MAAM,qCAAqC,CAAC;AACzE,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;;AAE/D,qBAKa,kBAAmB,YAAW,MAAM;IAmB7C,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,EAAE;IACnB,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IApB9B,uBAAuB,EAAE,YAAY,CAAC,gBAAgB,CAAC,CAAwC;IAE/F,aAAa,EAAE,YAAY,EAAE,CAAM;IACnC,YAAY,EAAE,SAAS,CAAC;IACxB,aAAa,EAAE,QAAQ,EAAE,CAAM;IAC/B,eAAe,EAAE,MAAM,CAAC;IACxB,eAAe,EAAE,MAAM,CAAC;IACxB,uBAAuB,EAAE,MAAM,CAAC;IAChC,kBAAkB,EAAE,MAAM,CAAC;IAC3B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,eAAe,EAAE,eAAe,EAAE,CAAC;IACnC,YAAY,UAAS;IAC5B,OAAO,CAAC,QAAQ,CAAC,UAAU,CAA6B;gBAGrC,YAAY,EAAE,YAAY,EAC1B,EAAE,EAAE,WAAW,EACf,eAAe,EAAE,eAAe,EAChC,kBAAkB,EAAE,kBAAkB;IAElD,QAAQ,IAAI,IAAI;IAahB,QAAQ,IAAI,IAAI;IAQvB,IAAW,sBAAsB,IAAI,SAAS,CAgB7C;IAEM,iCAAiC,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAKnD,cAAc,IAAI,IAAI;IAoBtB,cAAc,CAAC,WAAW,EAAE,QAAQ,EAAE,GAAG,OAAO;IAUvD,OAAO,CAAC,+BAA+B;IAIvC,OAAO,CAAC,kDAAkD;IAInD,aAAa,IAAI,IAAI;IA+DrB,WAAW,IAAI,IAAI;IAgDnB,oBAAoB,CAAC,oBAAoB,EAAE,OAAO,GAAG,IAAI;IAQzD,sBAAsB,IAAI,UAAU,EAAE;IAiBtC,4BAA4B,IAAI,UAAU,EAAE;IAmB5C,0BAA0B,CAAC,GAAG,KAAA,EAAE,qBAAqB,KAAA,GAAG,IAAI;IAS5D,MAAM,IAAI,IAAI;yCA9QV,kBAAkB;2CAAlB,kBAAkB;CAkS9B"}
@@ -1,18 +1,15 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import { Router } from '@angular/router';
3
3
  import { LinkedCasesService } from '../../services/linked-cases.service';
4
- import { AbstractJourneyComponent } from '../../../base-field';
5
- import { MultipageComponentStateService } from '../../../../../services';
6
- import { Journey } from '../../../../../domain';
7
4
  import * as i0 from "@angular/core";
8
- export declare class NoLinkedCasesComponent extends AbstractJourneyComponent implements OnInit, Journey {
5
+ export declare class NoLinkedCasesComponent implements OnInit {
9
6
  private readonly router;
10
7
  private readonly linkedCasesService;
11
8
  serverLinkedApiError: {
12
9
  id: string;
13
10
  message: string;
14
11
  };
15
- constructor(router: Router, linkedCasesService: LinkedCasesService, multipageComponentStateService: MultipageComponentStateService);
12
+ constructor(router: Router, linkedCasesService: LinkedCasesService);
16
13
  ngOnInit(): void;
17
14
  onBack(): void;
18
15
  static ɵfac: i0.ɵɵFactoryDeclaration<NoLinkedCasesComponent, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"no-linked-cases.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/linked-cases/components/no-linked-cases/no-linked-cases.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,kBAAkB,EAAE,MAAM,qCAAqC,CAAC;AACzE,OAAO,EAAE,wBAAwB,EAAE,MAAM,qBAAqB,CAAC;AAC/D,OAAO,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AACzE,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;;AAEhD,qBAIa,sBAAuB,SAAQ,wBAAyB,YAAW,MAAM,EAAE,OAAO;IAIjF,OAAO,CAAC,QAAQ,CAAC,MAAM;IACjC,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IAH9B,oBAAoB,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAC;gBAEhC,MAAM,EAAE,MAAM,EACxB,kBAAkB,EAAE,kBAAkB,EACvD,8BAA8B,EAAE,8BAA8B;IAIzD,QAAQ,IAAI,IAAI;IAIhB,MAAM,IAAI,IAAI;yCAdV,sBAAsB;2CAAtB,sBAAsB;CAiBlC"}
1
+ {"version":3,"file":"no-linked-cases.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/linked-cases/components/no-linked-cases/no-linked-cases.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,kBAAkB,EAAE,MAAM,qCAAqC,CAAC;;AAEzE,qBAIa,sBAAuB,YAAW,MAAM;IAIvC,OAAO,CAAC,QAAQ,CAAC,MAAM;IACjC,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IAH9B,oBAAoB,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAC;gBAEhC,MAAM,EAAE,MAAM,EACxB,kBAAkB,EAAE,kBAAkB;IAGlD,QAAQ,IAAI,IAAI;IAIhB,MAAM,IAAI,IAAI;yCAZV,sBAAsB;2CAAtB,sBAAsB;CAelC"}
@@ -1,14 +1,12 @@
1
1
  import { EventEmitter, OnInit } from '@angular/core';
2
2
  import { FormArray, FormBuilder, FormGroup } from '@angular/forms';
3
3
  import { Observable } from 'rxjs';
4
- import { ErrorMessage, Journey } from '../../../../../domain';
4
+ import { ErrorMessage } from '../../../../../domain';
5
5
  import { CasesService } from '../../../../case-editor/services/cases.service';
6
6
  import { CaseLink, LinkedCasesState } from '../../domain';
7
7
  import { LinkedCasesService } from '../../services/linked-cases.service';
8
- import { AbstractFieldWriteJourneyComponent } from '../../../base-field';
9
- import { MultipageComponentStateService } from '../../../../../services';
10
8
  import * as i0 from "@angular/core";
11
- export declare class UnLinkCasesComponent extends AbstractFieldWriteJourneyComponent implements OnInit, Journey {
9
+ export declare class UnLinkCasesComponent implements OnInit {
12
10
  private readonly fb;
13
11
  private readonly casesService;
14
12
  private readonly linkedCasesService;
@@ -23,7 +21,7 @@ export declare class UnLinkCasesComponent extends AbstractFieldWriteJourneyCompo
23
21
  unlinkErrorMessage: string;
24
22
  isLoaded: boolean;
25
23
  isServerError: boolean;
26
- constructor(fb: FormBuilder, casesService: CasesService, linkedCasesService: LinkedCasesService, multipageComponentStateService: MultipageComponentStateService);
24
+ constructor(fb: FormBuilder, casesService: CasesService, linkedCasesService: LinkedCasesService);
27
25
  ngOnInit(): void;
28
26
  getLinkedCases(): void;
29
27
  getAllLinkedCaseInformation(): void;
@@ -32,7 +30,6 @@ export declare class UnLinkCasesComponent extends AbstractFieldWriteJourneyCompo
32
30
  get getLinkedCasesFormArray(): FormArray;
33
31
  onChange(caseSelected: any): void;
34
32
  onNext(): void;
35
- next(): void;
36
33
  emitLinkedCasesState(isNavigateToNextPage: boolean): void;
37
34
  resetErrorMessages(): void;
38
35
  static ɵfac: i0.ɵɵFactoryDeclaration<UnLinkCasesComponent, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"unlink-cases.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/linked-cases/components/unlink-cases/unlink-cases.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAE,MAAM,EAAU,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACnE,OAAO,EAAY,UAAU,EAAE,MAAM,MAAM,CAAC;AAC5C,OAAO,EAAY,YAAY,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AACxE,OAAO,EAAE,YAAY,EAAE,MAAM,gDAAgD,CAAC;AAC9E,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAE1D,OAAO,EAAE,kBAAkB,EAAE,MAAM,qCAAqC,CAAC;AACzE,OAAO,EAAE,kCAAkC,EAAE,MAAM,qBAAqB,CAAC;AACzE,OAAO,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;;AAEzE,qBAIa,oBAAqB,SAAQ,kCAAmC,YAAW,MAAM,EAAE,OAAO;IAkBzF,OAAO,CAAC,QAAQ,CAAC,EAAE;IAC7B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IAlBrC,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,mBAAmB,CAAuB;IAClE,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,sBAAsB,CAAuB;IAG9D,uBAAuB,EAAE,YAAY,CAAC,gBAAgB,CAAC,CAAwC;IAE/F,gBAAgB,EAAE,YAAY,CAAC,OAAO,CAAC,CAA2B;IAElE,cAAc,EAAE,SAAS,CAAC;IAC1B,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,QAAQ,EAAE,CAAM;IAC7B,aAAa,EAAE,YAAY,EAAE,CAAM;IACnC,kBAAkB,EAAE,MAAM,CAAC;IAC3B,QAAQ,EAAE,OAAO,CAAC;IAClB,aAAa,UAAS;gBAEA,EAAE,EAAE,WAAW,EACzB,YAAY,EAAE,YAAY,EAC1B,kBAAkB,EAAE,kBAAkB,EACvD,8BAA8B,EAAE,8BAA8B;IAIzD,QAAQ,IAAI,IAAI;IAIhB,cAAc,IAAI,IAAI;IAkBtB,2BAA2B,IAAI,IAAI;IAyBnC,oBAAoB,CAAC,mBAAmB,EAAE,GAAG,EAAE,GAAG,UAAU,CAAC,OAAO,EAAE,CAAC;IAIvE,QAAQ,IAAI,IAAI;IAMvB,IAAW,uBAAuB,IAAI,SAAS,CAY9C;IAEM,QAAQ,CAAC,YAAY,EAAE,GAAG,GAAG,IAAI;IAQjC,MAAM,IAAI,IAAI;IAiBd,IAAI;IASJ,oBAAoB,CAAC,oBAAoB,EAAE,OAAO,GAAG,IAAI;IAQzD,kBAAkB,IAAI,IAAI;yCA1ItB,oBAAoB;2CAApB,oBAAoB;CA8IhC"}
1
+ {"version":3,"file":"unlink-cases.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/linked-cases/components/unlink-cases/unlink-cases.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAE,MAAM,EAAU,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACnE,OAAO,EAAY,UAAU,EAAE,MAAM,MAAM,CAAC;AAC5C,OAAO,EAAY,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC/D,OAAO,EAAE,YAAY,EAAE,MAAM,gDAAgD,CAAC;AAC9E,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAE1D,OAAO,EAAE,kBAAkB,EAAE,MAAM,qCAAqC,CAAC;;AAEzE,qBAIa,oBAAqB,YAAW,MAAM;IAkBrC,OAAO,CAAC,QAAQ,CAAC,EAAE;IAC7B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IAlBrC,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,mBAAmB,CAAuB;IAClE,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,sBAAsB,CAAuB;IAG9D,uBAAuB,EAAE,YAAY,CAAC,gBAAgB,CAAC,CAAwC;IAE/F,gBAAgB,EAAE,YAAY,CAAC,OAAO,CAAC,CAA2B;IAElE,cAAc,EAAE,SAAS,CAAC;IAC1B,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,QAAQ,EAAE,CAAM;IAC7B,aAAa,EAAE,YAAY,EAAE,CAAM;IACnC,kBAAkB,EAAE,MAAM,CAAC;IAC3B,QAAQ,EAAE,OAAO,CAAC;IAClB,aAAa,UAAS;gBAEA,EAAE,EAAE,WAAW,EACzB,YAAY,EAAE,YAAY,EAC1B,kBAAkB,EAAE,kBAAkB;IAGlD,QAAQ,IAAI,IAAI;IAIhB,cAAc,IAAI,IAAI;IAkBtB,2BAA2B,IAAI,IAAI;IAyBnC,oBAAoB,CAAC,mBAAmB,EAAE,GAAG,EAAE,GAAG,UAAU,CAAC,OAAO,EAAE,CAAC;IAIvE,QAAQ,IAAI,IAAI;IAMvB,IAAW,uBAAuB,IAAI,SAAS,CAY9C;IAEM,QAAQ,CAAC,YAAY,EAAE,GAAG,GAAG,IAAI;IAQjC,MAAM,IAAI,IAAI;IAkBd,oBAAoB,CAAC,oBAAoB,EAAE,OAAO,GAAG,IAAI;IAQzD,kBAAkB,IAAI,IAAI;yCAhItB,oBAAoB;2CAApB,oBAAoB;CAoIhC"}
@@ -30,13 +30,9 @@ export declare class LinkedCasesService {
30
30
  };
31
31
  isServerReasonCodeError: boolean;
32
32
  caseJurisdictionID: any;
33
- storedCaseNumber: string;
34
- cameFromFinalStep: boolean;
35
- hasNavigatedInJourney: boolean;
36
33
  constructor(jurisdictionService: JurisdictionService, searchService: SearchService);
37
34
  groupLinkedCasesByCaseType: (arrObj: any, key: any) => any;
38
35
  constructElasticSearchQuery(caseIds: any[], size: number): ESQueryType;
39
- resetLinkedCaseData(): void;
40
36
  mapResponse(esSearchCasesResponse: any): any;
41
37
  searchCasesByCaseIds(searchCasesResponse: any[]): Observable<unknown[]>;
42
38
  getAllLinkedCaseInformation(): void;
@@ -1 +1 @@
1
- {"version":3,"file":"linked-cases.service.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/linked-cases/services/linked-cases.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAY,UAAU,EAAE,MAAM,MAAM,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,kDAAkD,CAAC;AAChF,OAAO,EAAE,mBAAmB,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAC1E,OAAO,EAAE,eAAe,EAAE,MAAM,8DAA8D,CAAC;AAC/F,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAc,MAAM,WAAW,CAAC;;AAE9D,qBACa,kBAAkB;IAsBjB,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IACpC,OAAO,CAAC,QAAQ,CAAC,aAAa;IAtB1C,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,sBAAsB,CAAuB;IAE9D,cAAc,QAAM;IACpB,yBAAyB,UAAS;IAClC,WAAW,EAAE,QAAQ,CAAC;IACtB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,eAAe,EAAE,eAAe,EAAE,CAAM;IACxC,WAAW,EAAE,QAAQ,EAAE,CAAM;IAC7B,gBAAgB,EAAE,QAAQ,EAAE,CAAM;IAClC,QAAQ,UAAS;IACjB,qBAAqB,EAAE,YAAY,EAAE,CAAM;IAC3C,uBAAuB,EAAE,OAAO,CAAC;IACjC,WAAW,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAQ;IACpD,oBAAoB,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAQ;IAC7D,uBAAuB,UAAS;IAChC,kBAAkB,MAAQ;IAC1B,gBAAgB,SAAM;IACtB,iBAAiB,UAAS;IAC1B,qBAAqB,UAAS;gBAER,mBAAmB,EAAE,mBAAmB,EACxC,aAAa,EAAE,aAAa;IAQlD,0BAA0B,iCAKhC;IAEM,2BAA2B,CAAC,OAAO,EAAE,GAAG,EAAE,EAAE,IAAI,EAAE,MAAM,GAAG,WAAW;IAWtE,mBAAmB,IAAI,IAAI;IAQ3B,WAAW,CAAC,qBAAqB,KAAA,GAAG,GAAG;IAYvC,oBAAoB,CAAC,mBAAmB,EAAE,GAAG,EAAE,GAAG,UAAU,CAAC,OAAO,EAAE,CAAC;IAIvE,2BAA2B,IAAI,IAAI;IAwCnC,mCAAmC,CAAC,SAAS,KAAA,EAAE,UAAU,KAAA,GAAG,MAAM;IAqBlE,WAAW,CAAC,mBAAmB,EAAE,QAAQ,GAAG,MAAM;yCAtI9C,kBAAkB;6CAAlB,kBAAkB;CAgJ9B"}
1
+ {"version":3,"file":"linked-cases.service.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/linked-cases/services/linked-cases.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAY,UAAU,EAAE,MAAM,MAAM,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,kDAAkD,CAAC;AAChF,OAAO,EAAE,mBAAmB,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAC1E,OAAO,EAAE,eAAe,EAAE,MAAM,8DAA8D,CAAC;AAC/F,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAc,MAAM,WAAW,CAAC;;AAE9D,qBACa,kBAAkB;IAmBjB,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IACpC,OAAO,CAAC,QAAQ,CAAC,aAAa;IAnB1C,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,sBAAsB,CAAuB;IAE9D,cAAc,QAAM;IACpB,yBAAyB,UAAS;IAClC,WAAW,EAAE,QAAQ,CAAC;IACtB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,eAAe,EAAE,eAAe,EAAE,CAAM;IACxC,WAAW,EAAE,QAAQ,EAAE,CAAM;IAC7B,gBAAgB,EAAE,QAAQ,EAAE,CAAM;IAClC,QAAQ,UAAS;IACjB,qBAAqB,EAAE,YAAY,EAAE,CAAM;IAC3C,uBAAuB,EAAE,OAAO,CAAC;IACjC,WAAW,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAQ;IACpD,oBAAoB,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAQ;IAC7D,uBAAuB,UAAS;IAChC,kBAAkB,MAAQ;gBAEJ,mBAAmB,EAAE,mBAAmB,EACxC,aAAa,EAAE,aAAa;IAQlD,0BAA0B,iCAKhC;IAEM,2BAA2B,CAAC,OAAO,EAAE,GAAG,EAAE,EAAE,IAAI,EAAE,MAAM,GAAG,WAAW;IAWtE,WAAW,CAAC,qBAAqB,KAAA,GAAG,GAAG;IAYvC,oBAAoB,CAAC,mBAAmB,EAAE,GAAG,EAAE,GAAG,UAAU,CAAC,OAAO,EAAE,CAAC;IAIvE,2BAA2B,IAAI,IAAI;IAyCnC,mCAAmC,CAAC,SAAS,KAAA,EAAE,UAAU,KAAA,GAAG,MAAM;IAqBlE,WAAW,CAAC,mBAAmB,EAAE,QAAQ,GAAG,MAAM;yCA5H9C,kBAAkB;6CAAlB,kBAAkB;CAsI9B"}
@@ -5,13 +5,12 @@ import { CaseEditDataService } from '../../../commons/case-edit-data';
5
5
  import { CaseView } from '../../../domain/case-view';
6
6
  import { CommonDataService } from '../../../services/common-data-service/common-data-service';
7
7
  import { CasesService } from '../../case-editor/services/cases.service';
8
- import { AbstractFieldWriteJourneyComponent } from '../base-field';
8
+ import { AbstractFieldWriteComponent } from '../base-field';
9
9
  import { CaseLink, LinkedCasesState } from './domain';
10
10
  import { LinkedCasesEventTriggers, LinkedCasesPages } from './enums';
11
11
  import { LinkedCasesService } from './services';
12
- import { MultipageComponentStateService } from '../../../services';
13
12
  import * as i0 from "@angular/core";
14
- export declare class WriteLinkedCasesFieldComponent extends AbstractFieldWriteJourneyComponent implements OnInit, AfterViewInit, OnDestroy {
13
+ export declare class WriteLinkedCasesFieldComponent extends AbstractFieldWriteComponent implements OnInit, AfterViewInit, OnDestroy {
15
14
  private readonly appConfig;
16
15
  private readonly commonDataService;
17
16
  private readonly casesService;
@@ -24,9 +23,8 @@ export declare class WriteLinkedCasesFieldComponent extends AbstractFieldWriteJo
24
23
  linkedCasesEventTriggers: typeof LinkedCasesEventTriggers;
25
24
  linkedCases: CaseLink[];
26
25
  private subscriptions;
27
- constructor(appConfig: AbstractAppConfig, commonDataService: CommonDataService, casesService: CasesService, linkedCasesService: LinkedCasesService, caseEditDataService: CaseEditDataService, multipageComponentStateService: MultipageComponentStateService);
26
+ constructor(appConfig: AbstractAppConfig, commonDataService: CommonDataService, casesService: CasesService, linkedCasesService: LinkedCasesService, caseEditDataService: CaseEditDataService);
28
27
  ngOnInit(): void;
29
- onPageChange(): void;
30
28
  initialiseCaseDetails(caseDetails: CaseView): void;
31
29
  ngAfterViewInit(): void;
32
30
  onLinkedCasesStateEmitted(linkedCasesState: LinkedCasesState): void;
@@ -38,7 +36,6 @@ export declare class WriteLinkedCasesFieldComponent extends AbstractFieldWriteJo
38
36
  getNextPage(linkedCasesState: LinkedCasesState): number;
39
37
  getLinkedCases(): void;
40
38
  ngOnDestroy(): void;
41
- previousPage(): void;
42
39
  static ɵfac: i0.ɵɵFactoryDeclaration<WriteLinkedCasesFieldComponent, never>;
43
40
  static ɵcmp: i0.ɵɵComponentDeclaration<WriteLinkedCasesFieldComponent, "ccd-write-linked-cases-field", never, {}, {}, never, never, false, never>;
44
41
  }
@@ -1 +1 @@
1
- {"version":3,"file":"write-linked-cases-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/linked-cases/write-linked-cases-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAC5E,OAAO,EAAe,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AACtE,OAAO,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AACrD,OAAO,EAAE,iBAAiB,EAAE,MAAM,2DAA2D,CAAC;AAC9F,OAAO,EAAE,YAAY,EAAE,MAAM,0CAA0C,CAAC;AACxE,OAAO,EAAE,kCAAkC,EAAE,MAAM,eAAe,CAAC;AACnE,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AACtD,OAAO,EAAE,wBAAwB,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AACrE,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAC;AAEhD,OAAO,EAAE,8BAA8B,EAAE,MAAM,mBAAmB,CAAC;;AAEnE,qBAIa,8BAA+B,SAAQ,kCAAmC,YAAW,MAAM,EAAE,aAAa,EAAE,SAAS;IAU9H,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAClC,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IACnC,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IAb/B,YAAY,EAAE,SAAS,CAAC;IACxB,WAAW,EAAE,QAAQ,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;IACxB,gBAAgB,0BAAoB;IACpC,wBAAwB,kCAA4B;IACpD,WAAW,EAAE,QAAQ,EAAE,CAAM;IACpC,OAAO,CAAC,aAAa,CAAsB;gBAGxB,SAAS,EAAE,iBAAiB,EAC5B,iBAAiB,EAAE,iBAAiB,EACpC,YAAY,EAAE,YAAY,EAC1B,kBAAkB,EAAE,kBAAkB,EACtC,mBAAmB,EAAE,mBAAmB,EACzD,8BAA8B,EAAE,8BAA8B;IAIzD,QAAQ,IAAI,IAAI;IAgChB,YAAY,IAAI,IAAI;IAKpB,qBAAqB,CAAC,WAAW,EAAE,QAAQ,GAAG,IAAI;IAUlD,eAAe,IAAI,IAAI;IAWvB,yBAAyB,CAAC,gBAAgB,EAAE,gBAAgB,GAAG,IAAI;IAenE,oBAAoB,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI;IAcpD,aAAa,IAAI,IAAI;IASd,iBAAiB,IAAI,IAAI;IAkBzB,iBAAiB,IAAI,IAAI;IAYzB,aAAa,IAAI,OAAO;IAIxB,WAAW,CAAC,gBAAgB,EAAE,gBAAgB,GAAG,MAAM;IAUvD,cAAc,IAAI,IAAI;IA2B7B,WAAW;IAIJ,YAAY,IAAI,IAAI;yCA9LhB,8BAA8B;2CAA9B,8BAA8B;CAkN1C"}
1
+ {"version":3,"file":"write-linked-cases-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/linked-cases/write-linked-cases-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAC5E,OAAO,EAAe,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AAEtE,OAAO,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AACrD,OAAO,EAAE,iBAAiB,EAAE,MAAM,2DAA2D,CAAC;AAC9F,OAAO,EAAE,YAAY,EAAE,MAAM,0CAA0C,CAAC;AACxE,OAAO,EAAE,2BAA2B,EAAE,MAAM,eAAe,CAAC;AAC5D,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AACtD,OAAO,EAA4B,wBAAwB,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAC/F,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAC;;AAGhD,qBAIa,8BAA+B,SAAQ,2BAA4B,YAAW,MAAM,EAAE,aAAa,EAAE,SAAS;IAUvH,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAClC,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IACnC,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IAb/B,YAAY,EAAE,SAAS,CAAC;IACxB,WAAW,EAAE,QAAQ,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;IACxB,gBAAgB,0BAAoB;IACpC,wBAAwB,kCAA4B;IACpD,WAAW,EAAE,QAAQ,EAAE,CAAM;IACpC,OAAO,CAAC,aAAa,CAAsB;gBAGxB,SAAS,EAAE,iBAAiB,EAC5B,iBAAiB,EAAE,iBAAiB,EACpC,YAAY,EAAE,YAAY,EAC1B,kBAAkB,EAAE,kBAAkB,EACtC,mBAAmB,EAAE,mBAAmB;IAIpD,QAAQ,IAAI,IAAI;IAqBhB,qBAAqB,CAAC,WAAW,EAAE,QAAQ,GAAG,IAAI;IAUlD,eAAe,IAAI,IAAI;IAWvB,yBAAyB,CAAC,gBAAgB,EAAE,gBAAgB,GAAG,IAAI;IAgBnE,oBAAoB,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI;IAcpD,aAAa,IAAI,IAAI;IASd,iBAAiB,IAAI,IAAI;IAczB,iBAAiB,IAAI,IAAI;IAWzB,aAAa,IAAI,OAAO;IAIxB,WAAW,CAAC,gBAAgB,EAAE,gBAAgB,GAAG,MAAM;IAUvD,cAAc,IAAI,IAAI;IAuB7B,WAAW;yCAjKA,8BAA8B;2CAA9B,8BAA8B;CAoK1C"}
@@ -112,40 +112,41 @@ import * as i110 from "./query-management/components/qualifying-questions/qualif
112
112
  import * as i111 from "./query-management/components/qualifying-questions/qualifying-question-detail/qualifying-question-detail.component";
113
113
  import * as i112 from "./query-management/components/query-attachments-read/query-attachments-read.component";
114
114
  import * as i113 from "./query-management/components/query-event-completion/query-event-completion.component";
115
- import * as i114 from "../case-editor/case-event-completion/case-event-completion.component";
116
- import * as i115 from "../case-editor/case-event-completion/components/case-event-completion-task-cancelled/case-event-completion-task-cancelled.component";
117
- import * as i116 from "../case-editor/case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component";
118
- import * as i117 from "@angular/common";
119
- import * as i118 from "@angular/router";
120
- import * as i119 from "@angular/forms";
121
- import * as i120 from "../../commons/case-edit-data/case-edit-data.module";
122
- import * as i121 from "./utils/utils.module";
123
- import * as i122 from "../../pipes/pipes.module";
124
- import * as i123 from "../../../components/banners/banners.module";
125
- import * as i124 from "../../../components/header/headers.module";
126
- import * as i125 from "../../../components/footer/footers.module";
127
- import * as i126 from "../../../components/body/body.module";
128
- import * as i127 from "../../../components/form/form.module";
129
- import * as i128 from "../../../components/tabs/tabs.module";
130
- import * as i129 from "../../directives/substitutor/label-substitutor.module";
131
- import * as i130 from "ngx-markdown";
132
- import * as i131 from "@angular-material-components/datetime-picker";
133
- import * as i132 from "@angular/material/legacy-form-field";
134
- import * as i133 from "@angular/material/legacy-input";
135
- import * as i134 from "@angular/material/datepicker";
136
- import * as i135 from "@angular/material/legacy-autocomplete";
137
- import * as i136 from "@angular/cdk/tree";
138
- import * as i137 from "@angular/cdk/overlay";
139
- import * as i138 from "@hmcts/ccpay-web-component";
140
- import * as i139 from "@nicky-lenaers/ngx-scroll-to";
141
- import * as i140 from "rpx-xui-translation";
142
- import * as i141 from "@angular/material/legacy-dialog";
143
- import * as i142 from "@hmcts/media-viewer";
144
- import * as i143 from "../../services/loading/loading.module";
145
- import * as i144 from "./markdown/markdown-component.module";
115
+ import * as i114 from "./query-management/components/query-confirmation/query-confirmation.component";
116
+ import * as i115 from "../case-editor/case-event-completion/case-event-completion.component";
117
+ import * as i116 from "../case-editor/case-event-completion/components/case-event-completion-task-cancelled/case-event-completion-task-cancelled.component";
118
+ import * as i117 from "../case-editor/case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component";
119
+ import * as i118 from "@angular/common";
120
+ import * as i119 from "@angular/router";
121
+ import * as i120 from "@angular/forms";
122
+ import * as i121 from "../../commons/case-edit-data/case-edit-data.module";
123
+ import * as i122 from "./utils/utils.module";
124
+ import * as i123 from "../../pipes/pipes.module";
125
+ import * as i124 from "../../../components/banners/banners.module";
126
+ import * as i125 from "../../../components/header/headers.module";
127
+ import * as i126 from "../../../components/footer/footers.module";
128
+ import * as i127 from "../../../components/body/body.module";
129
+ import * as i128 from "../../../components/form/form.module";
130
+ import * as i129 from "../../../components/tabs/tabs.module";
131
+ import * as i130 from "../../directives/substitutor/label-substitutor.module";
132
+ import * as i131 from "ngx-markdown";
133
+ import * as i132 from "@angular-material-components/datetime-picker";
134
+ import * as i133 from "@angular/material/legacy-form-field";
135
+ import * as i134 from "@angular/material/legacy-input";
136
+ import * as i135 from "@angular/material/datepicker";
137
+ import * as i136 from "@angular/material/legacy-autocomplete";
138
+ import * as i137 from "@angular/cdk/tree";
139
+ import * as i138 from "@angular/cdk/overlay";
140
+ import * as i139 from "@hmcts/ccpay-web-component";
141
+ import * as i140 from "@nicky-lenaers/ngx-scroll-to";
142
+ import * as i141 from "rpx-xui-translation";
143
+ import * as i142 from "@angular/material/legacy-dialog";
144
+ import * as i143 from "@hmcts/media-viewer";
145
+ import * as i144 from "../../services/loading/loading.module";
146
+ import * as i145 from "./markdown/markdown-component.module";
146
147
  export declare class PaletteModule {
147
148
  static ɵfac: i0.ɵɵFactoryDeclaration<PaletteModule, never>;
148
- 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.CaseFileViewOverlayMenuComponent, typeof i80.CaseFileViewFolderDocumentActionsComponent, typeof i81.CaseFileViewFolderSelectorComponent, typeof i82.WriteDynamicMultiSelectListFieldComponent, typeof i57.WriteDynamicRadioListFieldComponent, typeof i56.WriteDynamicListFieldComponent, typeof i83.ReadDynamicMultiSelectListFieldComponent, typeof i40.ReadDynamicListFieldComponent, typeof i43.ReadDynamicRadioListFieldComponent, typeof i84.CaseFlagTableComponent, typeof i85.SelectFlagTypeComponent, typeof i86.SearchLanguageInterpreterComponent, typeof i87.SelectFlagLocationComponent, typeof i88.ManageCaseFlagsComponent, typeof i89.AddCommentsComponent, typeof i90.UpdateFlagComponent, typeof i91.CaseFlagSummaryListComponent, typeof i92.ConfirmFlagStatusComponent, typeof i93.UpdateFlagAddTranslationFormComponent, typeof i94.LinkedCasesToTableComponent, typeof i95.LinkedCasesFromTableComponent, typeof i96.BeforeYouStartComponent, typeof i97.LinkCasesComponent, typeof i98.CheckYourAnswersComponent, typeof i99.UnLinkCasesComponent, typeof i100.NoLinkedCasesComponent, typeof i101.ReadQueryManagementFieldComponent, typeof i102.QueryDetailsComponent, typeof i103.QueryListComponent, typeof i104.QueryWriteRespondToQueryComponent, typeof i105.QueryWriteRaiseQueryComponent, typeof i106.QueryCaseDetailsHeaderComponent, typeof i107.QueryCheckYourAnswersComponent, typeof i108.QueryWriteAddDocumentsComponent, typeof i109.QueryWriteDateInputComponent, typeof i110.QualifyingQuestionOptionsComponent, typeof i111.QualifyingQuestionDetailComponent, typeof i112.QueryAttachmentsReadComponent, typeof i113.QueryEventCompletionComponent, typeof i114.CaseEventCompletionComponent, typeof i115.CaseEventCompletionTaskCancelledComponent, typeof i116.CaseEventCompletionTaskReassignedComponent], [typeof i117.CommonModule, typeof i118.RouterModule, typeof i119.FormsModule, typeof i119.ReactiveFormsModule, typeof i120.CaseEditDataModule, typeof i121.PaletteUtilsModule, typeof i122.PipesModule, typeof i123.BannersModule, typeof i124.HeadersModule, typeof i125.FootersModule, typeof i126.BodyModule, typeof i127.FormModule, typeof i128.TabsModule, typeof i129.LabelSubstitutorModule, typeof i130.MarkdownModule, typeof i131.NgxMatDatetimePickerModule, typeof i131.NgxMatTimepickerModule, typeof i131.NgxMatNativeDateModule, typeof i132.MatLegacyFormFieldModule, typeof i133.MatLegacyInputModule, typeof i134.MatDatepickerModule, typeof i135.MatLegacyAutocompleteModule, typeof i136.CdkTreeModule, typeof i137.OverlayModule, typeof i138.PaymentLibModule, typeof i139.ScrollToModule, typeof i140.RpxTranslationModule, typeof i136.CdkTreeModule, typeof i137.OverlayModule, typeof i141.MatLegacyDialogModule, typeof i142.MediaViewerModule, typeof i143.LoadingModule, typeof i144.MarkdownComponentModule], [typeof i131.NgxMatDatetimePickerModule, typeof i131.NgxMatNativeDateModule, typeof i131.NgxMatTimepickerModule, typeof i128.TabsModule, typeof i121.PaletteUtilsModule, typeof i122.PipesModule, typeof i144.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.CaseFileViewOverlayMenuComponent, typeof i80.CaseFileViewFolderDocumentActionsComponent, typeof i81.CaseFileViewFolderSelectorComponent, typeof i82.WriteDynamicMultiSelectListFieldComponent, typeof i57.WriteDynamicRadioListFieldComponent, typeof i56.WriteDynamicListFieldComponent, typeof i83.ReadDynamicMultiSelectListFieldComponent, typeof i40.ReadDynamicListFieldComponent, typeof i43.ReadDynamicRadioListFieldComponent, typeof i84.CaseFlagTableComponent, typeof i85.SelectFlagTypeComponent, typeof i86.SearchLanguageInterpreterComponent, typeof i87.SelectFlagLocationComponent, typeof i88.ManageCaseFlagsComponent, typeof i89.AddCommentsComponent, typeof i90.UpdateFlagComponent, typeof i91.CaseFlagSummaryListComponent, typeof i92.ConfirmFlagStatusComponent, typeof i93.UpdateFlagAddTranslationFormComponent, typeof i94.LinkedCasesToTableComponent, typeof i95.LinkedCasesFromTableComponent, typeof i96.BeforeYouStartComponent, typeof i97.LinkCasesComponent, typeof i98.CheckYourAnswersComponent, typeof i99.UnLinkCasesComponent, typeof i100.NoLinkedCasesComponent, typeof i101.ReadQueryManagementFieldComponent, typeof i102.QueryDetailsComponent, typeof i103.QueryListComponent, typeof i104.QueryWriteRespondToQueryComponent, typeof i105.QueryWriteRaiseQueryComponent, typeof i106.QueryCaseDetailsHeaderComponent, typeof i107.QueryCheckYourAnswersComponent, typeof i108.QueryWriteAddDocumentsComponent, typeof i109.QueryWriteDateInputComponent, typeof i110.QualifyingQuestionOptionsComponent, typeof i111.QualifyingQuestionDetailComponent, typeof i112.QueryAttachmentsReadComponent, typeof i113.QueryEventCompletionComponent, typeof i114.CaseEventCompletionComponent, typeof i115.CaseEventCompletionTaskCancelledComponent, typeof i116.CaseEventCompletionTaskReassignedComponent]>;
149
+ 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.CaseFileViewOverlayMenuComponent, typeof i80.CaseFileViewFolderDocumentActionsComponent, typeof i81.CaseFileViewFolderSelectorComponent, typeof i82.WriteDynamicMultiSelectListFieldComponent, typeof i57.WriteDynamicRadioListFieldComponent, typeof i56.WriteDynamicListFieldComponent, typeof i83.ReadDynamicMultiSelectListFieldComponent, typeof i40.ReadDynamicListFieldComponent, typeof i43.ReadDynamicRadioListFieldComponent, typeof i84.CaseFlagTableComponent, typeof i85.SelectFlagTypeComponent, typeof i86.SearchLanguageInterpreterComponent, typeof i87.SelectFlagLocationComponent, typeof i88.ManageCaseFlagsComponent, typeof i89.AddCommentsComponent, typeof i90.UpdateFlagComponent, typeof i91.CaseFlagSummaryListComponent, typeof i92.ConfirmFlagStatusComponent, typeof i93.UpdateFlagAddTranslationFormComponent, typeof i94.LinkedCasesToTableComponent, typeof i95.LinkedCasesFromTableComponent, typeof i96.BeforeYouStartComponent, typeof i97.LinkCasesComponent, typeof i98.CheckYourAnswersComponent, typeof i99.UnLinkCasesComponent, typeof i100.NoLinkedCasesComponent, typeof i101.ReadQueryManagementFieldComponent, typeof i102.QueryDetailsComponent, typeof i103.QueryListComponent, typeof i104.QueryWriteRespondToQueryComponent, typeof i105.QueryWriteRaiseQueryComponent, typeof i106.QueryCaseDetailsHeaderComponent, typeof i107.QueryCheckYourAnswersComponent, typeof i108.QueryWriteAddDocumentsComponent, typeof i109.QueryWriteDateInputComponent, typeof i110.QualifyingQuestionOptionsComponent, typeof i111.QualifyingQuestionDetailComponent, typeof i112.QueryAttachmentsReadComponent, typeof i113.QueryEventCompletionComponent, typeof i114.QueryConfirmationComponent, typeof i115.CaseEventCompletionComponent, typeof i116.CaseEventCompletionTaskCancelledComponent, typeof i117.CaseEventCompletionTaskReassignedComponent], [typeof i118.CommonModule, typeof i119.RouterModule, typeof i120.FormsModule, typeof i120.ReactiveFormsModule, typeof i121.CaseEditDataModule, typeof i122.PaletteUtilsModule, typeof i123.PipesModule, typeof i124.BannersModule, typeof i125.HeadersModule, typeof i126.FootersModule, typeof i127.BodyModule, typeof i128.FormModule, typeof i129.TabsModule, typeof i130.LabelSubstitutorModule, typeof i131.MarkdownModule, typeof i132.NgxMatDatetimePickerModule, typeof i132.NgxMatTimepickerModule, typeof i132.NgxMatNativeDateModule, typeof i133.MatLegacyFormFieldModule, typeof i134.MatLegacyInputModule, typeof i135.MatDatepickerModule, typeof i136.MatLegacyAutocompleteModule, typeof i137.CdkTreeModule, typeof i138.OverlayModule, typeof i139.PaymentLibModule, typeof i140.ScrollToModule, typeof i141.RpxTranslationModule, typeof i137.CdkTreeModule, typeof i138.OverlayModule, typeof i142.MatLegacyDialogModule, typeof i143.MediaViewerModule, typeof i144.LoadingModule, typeof i145.MarkdownComponentModule], [typeof i132.NgxMatDatetimePickerModule, typeof i132.NgxMatNativeDateModule, typeof i132.NgxMatTimepickerModule, typeof i129.TabsModule, typeof i122.PaletteUtilsModule, typeof i123.PipesModule, typeof i145.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.CaseFileViewOverlayMenuComponent, typeof i80.CaseFileViewFolderDocumentActionsComponent, typeof i81.CaseFileViewFolderSelectorComponent, typeof i82.WriteDynamicMultiSelectListFieldComponent, typeof i57.WriteDynamicRadioListFieldComponent, typeof i56.WriteDynamicListFieldComponent, typeof i83.ReadDynamicMultiSelectListFieldComponent, typeof i40.ReadDynamicListFieldComponent, typeof i43.ReadDynamicRadioListFieldComponent, typeof i84.CaseFlagTableComponent, typeof i85.SelectFlagTypeComponent, typeof i86.SearchLanguageInterpreterComponent, typeof i87.SelectFlagLocationComponent, typeof i88.ManageCaseFlagsComponent, typeof i89.AddCommentsComponent, typeof i90.UpdateFlagComponent, typeof i91.CaseFlagSummaryListComponent, typeof i92.ConfirmFlagStatusComponent, typeof i93.UpdateFlagAddTranslationFormComponent, typeof i94.LinkedCasesToTableComponent, typeof i95.LinkedCasesFromTableComponent, typeof i96.BeforeYouStartComponent, typeof i97.LinkCasesComponent, typeof i98.CheckYourAnswersComponent, typeof i99.UnLinkCasesComponent, typeof i100.NoLinkedCasesComponent, typeof i101.ReadQueryManagementFieldComponent, typeof i102.QueryDetailsComponent, typeof i103.QueryListComponent, typeof i104.QueryWriteRespondToQueryComponent, typeof i105.QueryWriteRaiseQueryComponent, typeof i106.QueryCaseDetailsHeaderComponent, typeof i107.QueryCheckYourAnswersComponent, typeof i108.QueryWriteAddDocumentsComponent, typeof i109.QueryWriteDateInputComponent, typeof i110.QualifyingQuestionOptionsComponent, typeof i111.QualifyingQuestionDetailComponent, typeof i112.QueryAttachmentsReadComponent, typeof i113.QueryEventCompletionComponent, typeof i114.QueryConfirmationComponent, typeof i115.CaseEventCompletionComponent, typeof i116.CaseEventCompletionTaskCancelledComponent, typeof i117.CaseEventCompletionTaskReassignedComponent]>;
149
150
  static ɵinj: i0.ɵɵInjectorDeclaration<PaletteModule>;
150
151
  }
151
152
  //# 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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoRA,qBA2Ea,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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsRA,qBA2Ea,aAAa;yCAAb,aAAa;0CAAb,aAAa;0CAAb,aAAa;CACzB"}
@@ -10,4 +10,5 @@ export * from './query-write/query-write-add-documents/query-write-add-documents
10
10
  export * from './query-write/query-write-date-input/query-write-date-input.component';
11
11
  export * from './query-write/query-write-raise-query/query-write-raise-query.component';
12
12
  export * from './query-write/query-write-respond-to-query/query-write-respond-to-query.component';
13
+ export * from './query-confirmation/query-confirmation.component';
13
14
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,wFAAwF,CAAC;AACvG,cAAc,0FAA0F,CAAC;AACzG,cAAc,2DAA2D,CAAC;AAC1E,cAAc,iEAAiE,CAAC;AAChF,cAAc,+DAA+D,CAAC;AAC9E,cAAc,yCAAyC,CAAC;AACxD,cAAc,2DAA2D,CAAC;AAC1E,cAAc,mCAAmC,CAAC;AAClD,cAAc,6EAA6E,CAAC;AAC5F,cAAc,uEAAuE,CAAC;AACtF,cAAc,yEAAyE,CAAC;AACxF,cAAc,mFAAmF,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,wFAAwF,CAAC;AACvG,cAAc,0FAA0F,CAAC;AACzG,cAAc,2DAA2D,CAAC;AAC1E,cAAc,iEAAiE,CAAC;AAChF,cAAc,+DAA+D,CAAC;AAC9E,cAAc,yCAAyC,CAAC;AACxD,cAAc,2DAA2D,CAAC;AAC1E,cAAc,mCAAmC,CAAC;AAClD,cAAc,6EAA6E,CAAC;AAC5F,cAAc,uEAAuE,CAAC;AACtF,cAAc,yEAAyE,CAAC;AACxF,cAAc,mFAAmF,CAAC;AAClG,cAAc,mDAAmD,CAAC"}
@@ -1,30 +1,42 @@
1
1
  import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
2
  import { FormGroup } from '@angular/forms';
3
- import { ActivatedRoute } from '@angular/router';
3
+ import { ActivatedRoute, Router } from '@angular/router';
4
+ import { SessionStorageService } from '../../../../../services';
4
5
  import { EventCompletionParams } from '../../../../case-editor/domain/event-completion-params.model';
5
- import { CaseNotifier, WorkAllocationService } from '../../../../case-editor/services';
6
+ import { CaseNotifier, CasesService, WorkAllocationService } from '../../../../case-editor/services';
6
7
  import { QueryCreateContext, QueryListItem } from '../../models';
7
8
  import * as i0 from "@angular/core";
8
9
  export declare class QueryCheckYourAnswersComponent implements OnInit, OnDestroy {
9
10
  private readonly route;
10
- private readonly workAllocationService;
11
+ private readonly router;
12
+ private readonly casesService;
11
13
  private readonly caseNotifier;
14
+ private readonly workAllocationService;
15
+ private readonly sessionStorageService;
16
+ private readonly RAISE_A_QUERY_EVENT_TRIGGER_ID;
17
+ private readonly RESPOND_TO_QUERY_EVENT_TRIGGER_ID;
12
18
  formGroup: FormGroup;
13
19
  queryItem: QueryListItem;
14
20
  queryCreateContext: QueryCreateContext;
15
21
  backClicked: EventEmitter<boolean>;
22
+ querySubmitted: EventEmitter<boolean>;
23
+ private caseViewTrigger;
24
+ private caseDetails;
25
+ private queryId;
26
+ private getEventTrigger$;
27
+ private createEventSubscription;
28
+ private searchTasksSubsciption;
16
29
  queryCreateContextEnum: typeof QueryCreateContext;
17
30
  eventCompletionParams: EventCompletionParams;
18
31
  private caseId;
19
- private eventId;
20
- private queryId;
21
- private searchTasksSubsciption;
22
- constructor(route: ActivatedRoute, workAllocationService: WorkAllocationService, caseNotifier: CaseNotifier);
32
+ constructor(route: ActivatedRoute, router: Router, casesService: CasesService, caseNotifier: CaseNotifier, workAllocationService: WorkAllocationService, sessionStorageService: SessionStorageService);
23
33
  ngOnInit(): void;
24
34
  ngOnDestroy(): void;
25
35
  goBack(): void;
26
36
  submit(): void;
37
+ searchAndCompleteTask(): void;
38
+ private generateCaseQueriesCollectionData;
27
39
  static ɵfac: i0.ɵɵFactoryDeclaration<QueryCheckYourAnswersComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<QueryCheckYourAnswersComponent, "ccd-query-check-your-answers", never, { "formGroup": { "alias": "formGroup"; "required": false; }; "queryItem": { "alias": "queryItem"; "required": false; }; "queryCreateContext": { "alias": "queryCreateContext"; "required": false; }; }, { "backClicked": "backClicked"; }, never, never, false, never>;
40
+ static ɵcmp: i0.ɵɵComponentDeclaration<QueryCheckYourAnswersComponent, "ccd-query-check-your-answers", never, { "formGroup": { "alias": "formGroup"; "required": false; }; "queryItem": { "alias": "queryItem"; "required": false; }; "queryCreateContext": { "alias": "queryCreateContext"; "required": false; }; }, { "backClicked": "backClicked"; "querySubmitted": "querySubmitted"; }, never, never, false, never>;
29
41
  }
30
42
  //# sourceMappingURL=query-check-your-answers.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"query-check-your-answers.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/components/query-check-your-answers/query-check-your-answers.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,SAAS,EAAE,MAAM,EAAU,MAAM,eAAe,CAAC;AAC1F,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAIjD,OAAO,EAAE,qBAAqB,EAAE,MAAM,8DAA8D,CAAC;AACrG,OAAO,EAAE,YAAY,EAAE,qBAAqB,EAAE,MAAM,kCAAkC,CAAC;AACvF,OAAO,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;;AAEjE,qBAKa,8BAA+B,YAAW,MAAM,EAAE,SAAS;IAcpE,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IACtC,OAAO,CAAC,QAAQ,CAAC,YAAY;IAff,SAAS,EAAE,SAAS,CAAC;IACrB,SAAS,EAAE,aAAa,CAAC;IACzB,kBAAkB,EAAE,kBAAkB,CAAC;IACtC,WAAW,wBAA+B;IACpD,sBAAsB,4BAAsB;IAE5C,qBAAqB,EAAE,qBAAqB,CAAC;IACpD,OAAO,CAAC,MAAM,CAAS;IACvB,OAAO,CAAC,OAAO,CAAS;IACxB,OAAO,CAAC,OAAO,CAAS;IACxB,OAAO,CAAC,sBAAsB,CAAe;gBAG1B,KAAK,EAAE,cAAc,EACrB,qBAAqB,EAAE,qBAAqB,EAC5C,YAAY,EAAE,YAAY;IAEtC,QAAQ,IAAI,IAAI;IAShB,WAAW,IAAI,IAAI;IAInB,MAAM,IAAI,IAAI;IAId,MAAM,IAAI,IAAI;yCAnCV,8BAA8B;2CAA9B,8BAA8B;CAwD1C"}
1
+ {"version":3,"file":"query-check-your-answers.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/components/query-check-your-answers/query-check-your-answers.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,SAAS,EAAE,MAAM,EAAU,MAAM,eAAe,CAAC;AAC1F,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAUzD,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,qBAAqB,EAAE,MAAM,8DAA8D,CAAC;AACrG,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,qBAAqB,EAAE,MAAM,kCAAkC,CAAC;AACrG,OAAO,EAAkD,kBAAkB,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;;AAEjH,qBAKa,8BAA+B,YAAW,MAAM,EAAE,SAAS;IAsBpE,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IACtC,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IA1BxC,OAAO,CAAC,QAAQ,CAAC,8BAA8B,CAA+B;IAC9E,OAAO,CAAC,QAAQ,CAAC,iCAAiC,CAAiC;IAEnE,SAAS,EAAE,SAAS,CAAC;IACrB,SAAS,EAAE,aAAa,CAAC;IACzB,kBAAkB,EAAE,kBAAkB,CAAC;IACtC,WAAW,wBAA+B;IAC1C,cAAc,wBAA+B;IAE9D,OAAO,CAAC,eAAe,CAAkB;IACzC,OAAO,CAAC,WAAW,CAAW;IAC9B,OAAO,CAAC,OAAO,CAAS;IACxB,OAAO,CAAC,gBAAgB,CAA+B;IACvD,OAAO,CAAC,uBAAuB,CAAe;IAC9C,OAAO,CAAC,sBAAsB,CAAe;IAEtC,sBAAsB,4BAAsB;IAC5C,qBAAqB,EAAE,qBAAqB,CAAC;IACpD,OAAO,CAAC,MAAM,CAAS;gBAGJ,KAAK,EAAE,cAAc,EACrB,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,YAAY,EAC1B,qBAAqB,EAAE,qBAAqB,EAC5C,qBAAqB,EAAE,qBAAqB;IAGxD,QAAQ,IAAI,IAAI;IAmBhB,WAAW,IAAI,IAAI;IAKnB,MAAM,IAAI,IAAI;IAId,MAAM,IAAI,IAAI;IAgCd,qBAAqB,IAAI,IAAI;IAsBpC,OAAO,CAAC,iCAAiC;yCAhH9B,8BAA8B;2CAA9B,8BAA8B;CAoI1C"}
@@ -0,0 +1,15 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { ActivatedRoute } from '@angular/router';
3
+ import { QueryCreateContext } from '../../models/query-create-context.enum';
4
+ import * as i0 from "@angular/core";
5
+ export declare class QueryConfirmationComponent implements OnInit {
6
+ private readonly route;
7
+ queryCreateContext: QueryCreateContext;
8
+ caseId: string;
9
+ queryCreateContextEnum: typeof QueryCreateContext;
10
+ constructor(route: ActivatedRoute);
11
+ ngOnInit(): void;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<QueryConfirmationComponent, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<QueryConfirmationComponent, "ccd-query-confirmation", never, { "queryCreateContext": { "alias": "queryCreateContext"; "required": false; }; }, {}, never, never, false, never>;
14
+ }
15
+ //# sourceMappingURL=query-confirmation.component.d.ts.map
@@ -0,0 +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;IAM3C,OAAO,CAAC,QAAQ,CAAC,KAAK;IALlB,kBAAkB,EAAE,kBAAkB,CAAC;IAEhD,MAAM,SAAM;IACZ,sBAAsB,4BAAsB;gBAEtB,KAAK,EAAE,cAAc;IAG3C,QAAQ,IAAI,IAAI;yCATZ,0BAA0B;2CAA1B,0BAA0B;CAYtC"}
@@ -24,4 +24,7 @@ export interface CaseQueriesCollection {
24
24
  roleOnCase: string;
25
25
  caseMessages: QueryMessage[];
26
26
  }
27
+ export interface QmCaseQueriesCollection {
28
+ qmCaseQueriesCollection: CaseQueriesCollection;
29
+ }
27
30
  //# sourceMappingURL=case-queries-collection.model.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"case-queries-collection.model.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/models/case-queries-collection.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAElD,MAAM,WAAW,oBAAoB;IACnC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,YAAY,CAAC;CACrB;AAED,MAAM,WAAW,WAAW;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,oBAAoB,EAAE,CAAC;IACrC,gBAAgB,EAAE,MAAM,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,IAAI,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,YAAY;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,WAAW,CAAC;CACpB;AAED,MAAM,WAAW,qBAAqB;IACpC,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,YAAY,EAAE,CAAC;CAC9B"}
1
+ {"version":3,"file":"case-queries-collection.model.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/models/case-queries-collection.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAElD,MAAM,WAAW,oBAAoB;IACnC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,YAAY,CAAC;CACrB;AAED,MAAM,WAAW,WAAW;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,oBAAoB,EAAE,CAAC;IACrC,gBAAgB,EAAE,MAAM,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,IAAI,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,YAAY;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,WAAW,CAAC;CACpB;AAED,MAAM,WAAW,qBAAqB;IACpC,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,YAAY,EAAE,CAAC;CAC9B;AAED,MAAM,WAAW,uBAAuB;IACtC,uBAAuB,EAAE,qBAAqB,CAAA;CAC/C"}
@@ -12,6 +12,7 @@ export declare class ReadQueryManagementFieldComponent extends AbstractFieldRead
12
12
  constructor(route: ActivatedRoute);
13
13
  ngOnInit(): void;
14
14
  setQuery(query: any): void;
15
+ backToQueryListPage(): void;
15
16
  static ɵfac: i0.ɵɵFactoryDeclaration<ReadQueryManagementFieldComponent, never>;
16
17
  static ɵcmp: i0.ɵɵComponentDeclaration<ReadQueryManagementFieldComponent, "ccd-read-query-management-field", never, {}, {}, never, never, false, never>;
17
18
  }
@@ -1 +1 @@
1
- {"version":3,"file":"read-query-management-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/read-query-management-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAEjD,OAAO,EAAE,0BAA0B,EAAE,MAAM,6CAA6C,CAAC;AAEzF,OAAO,EAAE,qBAAqB,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;;AAIhE,qBAIa,iCAAkC,SAAQ,0BAA2B,YAAW,MAAM;IAMrF,OAAO,CAAC,QAAQ,CAAC,KAAK;IAL3B,sBAAsB,EAAE,qBAAqB,EAAE,CAAC;IAChD,KAAK,EAAE,aAAa,CAAC;IACrB,aAAa,EAAE,OAAO,CAAQ;IAC9B,MAAM,EAAE,MAAM,CAAC;gBAEO,KAAK,EAAE,cAAc;IAI3C,QAAQ,IAAI,IAAI;IAkBhB,QAAQ,CAAC,KAAK,KAAA,GAAG,IAAI;yCA5BjB,iCAAiC;2CAAjC,iCAAiC;CAgC7C"}
1
+ {"version":3,"file":"read-query-management-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/read-query-management-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAEjD,OAAO,EAAE,0BAA0B,EAAE,MAAM,6CAA6C,CAAC;AAEzF,OAAO,EAAE,qBAAqB,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;;AAIhE,qBAIa,iCAAkC,SAAQ,0BAA2B,YAAW,MAAM;IAMrF,OAAO,CAAC,QAAQ,CAAC,KAAK;IAL3B,sBAAsB,EAAE,qBAAqB,EAAE,CAAC;IAChD,KAAK,EAAE,aAAa,CAAC;IACrB,aAAa,EAAE,OAAO,CAAQ;IAC9B,MAAM,EAAE,MAAM,CAAC;gBAEO,KAAK,EAAE,cAAc;IAI3C,QAAQ,IAAI,IAAI;IAkBhB,QAAQ,CAAC,KAAK,KAAA,GAAG,IAAI;IAKrB,mBAAmB,IAAI,IAAI;yCAjCvB,iCAAiC;2CAAjC,iCAAiC;CAqC7C"}