@hmcts/ccd-case-ui-toolkit 6.10.6-angular-upgrade-r4 → 6.10.7-rollback-case-link

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 (118) hide show
  1. package/bundles/hmcts-ccd-case-ui-toolkit.umd.js +240 -2881
  2. package/bundles/hmcts-ccd-case-ui-toolkit.umd.js.map +1 -1
  3. package/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js +1 -1
  4. package/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js.map +1 -1
  5. package/esm2015/lib/shared/commons/case-edit-data/case-edit-data.service.js +1 -9
  6. package/esm2015/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.js +7 -17
  7. package/esm2015/lib/shared/components/case-editor/services/cases.service.js +1 -28
  8. package/esm2015/lib/shared/components/case-editor/services/page-validation.service.js +2 -10
  9. package/esm2015/lib/shared/components/palette/base-field/abstract-form-field.component.js +2 -4
  10. package/esm2015/lib/shared/components/palette/case-file-view/case-file-view-field-read.component.js +4 -4
  11. package/esm2015/lib/shared/components/palette/case-file-view/case-file-view-field.component.js +4 -4
  12. package/esm2015/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder.component.js +3 -4
  13. package/esm2015/lib/shared/components/palette/case-file-view/components/case-file-view-folder-selector/case-file-view-folder-selector.component.js +26 -25
  14. package/esm2015/lib/shared/components/palette/case-link/index.js +1 -4
  15. package/esm2015/lib/shared/components/palette/case-link/read-case-link-field.component.js +8 -28
  16. package/esm2015/lib/shared/components/palette/case-link/write-case-link-field.component.js +66 -77
  17. package/esm2015/lib/shared/components/palette/palette.module.js +22 -68
  18. package/esm2015/lib/shared/components/palette/palette.service.js +4 -12
  19. package/esm2015/lib/shared/components/palette/utils/is-compound.pipe.js +1 -10
  20. package/esm2015/lib/shared/domain/definition/field-type-enum.model.js +1 -1
  21. package/esm2015/lib/shared/pipes/complex/ccd-read-fields-filter.pipe.js +1 -5
  22. package/esm2015/lib/shared/pipes/index.js +1 -2
  23. package/esm2015/lib/shared/pipes/pipes.module.js +4 -8
  24. package/esm2015/lib/shared/services/fields/fields.utils.js +1 -7
  25. package/fesm2015/hmcts-ccd-case-ui-toolkit.js +233 -2585
  26. package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
  27. package/lib/shared/commons/case-edit-data/case-edit-data.service.d.ts +0 -5
  28. package/lib/shared/commons/case-edit-data/case-edit-data.service.d.ts.map +1 -1
  29. package/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.d.ts +0 -2
  30. package/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.d.ts.map +1 -1
  31. package/lib/shared/components/case-editor/services/cases.service.d.ts +0 -7
  32. package/lib/shared/components/case-editor/services/cases.service.d.ts.map +1 -1
  33. package/lib/shared/components/case-editor/services/page-validation.service.d.ts +0 -1
  34. package/lib/shared/components/case-editor/services/page-validation.service.d.ts.map +1 -1
  35. package/lib/shared/components/palette/base-field/abstract-form-field.component.d.ts.map +1 -1
  36. package/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder.component.d.ts.map +1 -1
  37. package/lib/shared/components/palette/case-file-view/components/case-file-view-folder-selector/case-file-view-folder-selector.component.d.ts.map +1 -1
  38. package/lib/shared/components/palette/case-link/index.d.ts +0 -3
  39. package/lib/shared/components/palette/case-link/index.d.ts.map +1 -1
  40. package/lib/shared/components/palette/case-link/read-case-link-field.component.d.ts +0 -3
  41. package/lib/shared/components/palette/case-link/read-case-link-field.component.d.ts.map +1 -1
  42. package/lib/shared/components/palette/case-link/write-case-link-field.component.d.ts +4 -13
  43. package/lib/shared/components/palette/case-link/write-case-link-field.component.d.ts.map +1 -1
  44. package/lib/shared/components/palette/palette.module.d.ts +58 -67
  45. package/lib/shared/components/palette/palette.module.d.ts.map +1 -1
  46. package/lib/shared/components/palette/palette.service.d.ts.map +1 -1
  47. package/lib/shared/components/palette/utils/is-compound.pipe.d.ts +0 -1
  48. package/lib/shared/components/palette/utils/is-compound.pipe.d.ts.map +1 -1
  49. package/lib/shared/domain/definition/field-type-enum.model.d.ts +1 -1
  50. package/lib/shared/domain/definition/field-type-enum.model.d.ts.map +1 -1
  51. package/lib/shared/pipes/complex/ccd-read-fields-filter.pipe.d.ts.map +1 -1
  52. package/lib/shared/pipes/index.d.ts +0 -1
  53. package/lib/shared/pipes/index.d.ts.map +1 -1
  54. package/lib/shared/pipes/pipes.module.d.ts +2 -3
  55. package/lib/shared/pipes/pipes.module.d.ts.map +1 -1
  56. package/lib/shared/services/fields/fields.utils.d.ts +0 -1
  57. package/lib/shared/services/fields/fields.utils.d.ts.map +1 -1
  58. package/package.json +1 -1
  59. package/esm2015/lib/shared/components/palette/case-link/components/before-you-start/before-you-start.component.js +0 -125
  60. package/esm2015/lib/shared/components/palette/case-link/components/check-your-answers/check-your-answers.component.js +0 -198
  61. package/esm2015/lib/shared/components/palette/case-link/components/index.js +0 -10
  62. package/esm2015/lib/shared/components/palette/case-link/components/link-cases/link-cases.component.js +0 -497
  63. package/esm2015/lib/shared/components/palette/case-link/components/linked-cases-table/linked-cases-from-table.component.js +0 -221
  64. package/esm2015/lib/shared/components/palette/case-link/components/linked-cases-table/linked-cases-to-table.component.js +0 -286
  65. package/esm2015/lib/shared/components/palette/case-link/components/no-linked-cases/no-linked-cases.component.js +0 -76
  66. package/esm2015/lib/shared/components/palette/case-link/components/read-linked-cases.component.js +0 -178
  67. package/esm2015/lib/shared/components/palette/case-link/components/unlink-cases/unlink-cases.component.js +0 -216
  68. package/esm2015/lib/shared/components/palette/case-link/components/write-linked-cases.component.js +0 -265
  69. package/esm2015/lib/shared/components/palette/case-link/domain/index.js +0 -3
  70. package/esm2015/lib/shared/components/palette/case-link/domain/linked-cases-state.model.js +0 -2
  71. package/esm2015/lib/shared/components/palette/case-link/domain/linked-cases.model.js +0 -19
  72. package/esm2015/lib/shared/components/palette/case-link/enums/index.js +0 -2
  73. package/esm2015/lib/shared/components/palette/case-link/enums/write-linked-cases-field.enum.js +0 -33
  74. package/esm2015/lib/shared/components/palette/case-link/services/index.js +0 -2
  75. package/esm2015/lib/shared/components/palette/case-link/services/linked-cases.service.js +0 -134
  76. package/esm2015/lib/shared/components/palette/case-link/utils/validators.utils.js +0 -27
  77. package/esm2015/lib/shared/pipes/link-cases-reason-code/ccd-link-cases-reason-code.pipe.js +0 -23
  78. package/esm2015/lib/shared/pipes/link-cases-reason-code/index.js +0 -2
  79. package/lib/shared/components/palette/case-link/components/before-you-start/before-you-start.component.d.ts +0 -19
  80. package/lib/shared/components/palette/case-link/components/before-you-start/before-you-start.component.d.ts.map +0 -1
  81. package/lib/shared/components/palette/case-link/components/check-your-answers/check-your-answers.component.d.ts +0 -18
  82. package/lib/shared/components/palette/case-link/components/check-your-answers/check-your-answers.component.d.ts.map +0 -1
  83. package/lib/shared/components/palette/case-link/components/index.d.ts +0 -10
  84. package/lib/shared/components/palette/case-link/components/index.d.ts.map +0 -1
  85. package/lib/shared/components/palette/case-link/components/link-cases/link-cases.component.d.ts +0 -45
  86. package/lib/shared/components/palette/case-link/components/link-cases/link-cases.component.d.ts.map +0 -1
  87. package/lib/shared/components/palette/case-link/components/linked-cases-table/linked-cases-from-table.component.d.ts +0 -42
  88. package/lib/shared/components/palette/case-link/components/linked-cases-table/linked-cases-from-table.component.d.ts.map +0 -1
  89. package/lib/shared/components/palette/case-link/components/linked-cases-table/linked-cases-to-table.component.d.ts +0 -45
  90. package/lib/shared/components/palette/case-link/components/linked-cases-table/linked-cases-to-table.component.d.ts.map +0 -1
  91. package/lib/shared/components/palette/case-link/components/no-linked-cases/no-linked-cases.component.d.ts +0 -12
  92. package/lib/shared/components/palette/case-link/components/no-linked-cases/no-linked-cases.component.d.ts.map +0 -1
  93. package/lib/shared/components/palette/case-link/components/read-linked-cases.component.d.ts +0 -37
  94. package/lib/shared/components/palette/case-link/components/read-linked-cases.component.d.ts.map +0 -1
  95. package/lib/shared/components/palette/case-link/components/unlink-cases/unlink-cases.component.d.ts +0 -38
  96. package/lib/shared/components/palette/case-link/components/unlink-cases/unlink-cases.component.d.ts.map +0 -1
  97. package/lib/shared/components/palette/case-link/components/write-linked-cases.component.d.ts +0 -45
  98. package/lib/shared/components/palette/case-link/components/write-linked-cases.component.d.ts.map +0 -1
  99. package/lib/shared/components/palette/case-link/domain/index.d.ts +0 -3
  100. package/lib/shared/components/palette/case-link/domain/index.d.ts.map +0 -1
  101. package/lib/shared/components/palette/case-link/domain/linked-cases-state.model.d.ts +0 -12
  102. package/lib/shared/components/palette/case-link/domain/linked-cases-state.model.d.ts.map +0 -1
  103. package/lib/shared/components/palette/case-link/domain/linked-cases.model.d.ts +0 -65
  104. package/lib/shared/components/palette/case-link/domain/linked-cases.model.d.ts.map +0 -1
  105. package/lib/shared/components/palette/case-link/enums/index.d.ts +0 -2
  106. package/lib/shared/components/palette/case-link/enums/index.d.ts.map +0 -1
  107. package/lib/shared/components/palette/case-link/enums/write-linked-cases-field.enum.d.ts +0 -29
  108. package/lib/shared/components/palette/case-link/enums/write-linked-cases-field.enum.d.ts.map +0 -1
  109. package/lib/shared/components/palette/case-link/services/index.d.ts +0 -2
  110. package/lib/shared/components/palette/case-link/services/index.d.ts.map +0 -1
  111. package/lib/shared/components/palette/case-link/services/linked-cases.service.d.ts +0 -50
  112. package/lib/shared/components/palette/case-link/services/linked-cases.service.d.ts.map +0 -1
  113. package/lib/shared/components/palette/case-link/utils/validators.utils.d.ts +0 -10
  114. package/lib/shared/components/palette/case-link/utils/validators.utils.d.ts.map +0 -1
  115. package/lib/shared/pipes/link-cases-reason-code/ccd-link-cases-reason-code.pipe.d.ts +0 -11
  116. package/lib/shared/pipes/link-cases-reason-code/ccd-link-cases-reason-code.pipe.d.ts.map +0 -1
  117. package/lib/shared/pipes/link-cases-reason-code/index.d.ts +0 -2
  118. package/lib/shared/pipes/link-cases-reason-code/index.d.ts.map +0 -1
@@ -1,23 +1,18 @@
1
- import { LinkedCasesError } from '../../components';
2
1
  import { CaseEditValidationError } from './case-edit-validation.model';
3
2
  export declare class CaseEditDataService {
4
3
  private title$;
5
4
  private formValidationErrors$;
6
- private linkError$;
7
5
  private eventTriggerName$;
8
6
  private triggerSubmitEvent$;
9
7
  caseTitle$: import("rxjs").Observable<string>;
10
8
  caseFormValidationErrors$: import("rxjs").Observable<CaseEditValidationError[]>;
11
- caseLinkError$: import("rxjs").Observable<LinkedCasesError>;
12
9
  caseEventTriggerName$: import("rxjs").Observable<string>;
13
10
  caseTriggerSubmitEvent$: import("rxjs").Observable<boolean>;
14
11
  constructor();
15
12
  setCaseTitle(caseTitle: string): void;
16
13
  setCaseEventTriggerName(triggerName: string): void;
17
- setCaseLinkError(error: LinkedCasesError): void;
18
14
  setFormValidationErrors(validationErrors: any[]): void;
19
15
  clearFormValidationErrors(): void;
20
- clearCaseLinkError(): void;
21
16
  addFormValidationError(validationError: CaseEditValidationError): void;
22
17
  setTriggerSubmitEvent(state: boolean): void;
23
18
  }
@@ -1 +1 @@
1
- {"version":3,"file":"case-edit-data.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/commons/case-edit-data/case-edit-data.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AACpD,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAEvE,qBAAa,mBAAmB;IAC5B,OAAO,CAAC,MAAM,CAAqC;IACnD,OAAO,CAAC,qBAAqB,CAAsD;IACnF,OAAO,CAAC,UAAU,CAA+C;IACjE,OAAO,CAAC,iBAAiB,CAAqC;IAC9D,OAAO,CAAC,mBAAmB,CAAsC;IAE1D,UAAU,oCAA8B;IACxC,yBAAyB,uDAA6C;IACtE,cAAc,8CAAkC;IAChD,qBAAqB,oCAAyC;IAC9D,uBAAuB,qCAA2C;;IAIlE,YAAY,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI;IAIrC,uBAAuB,CAAC,WAAW,EAAE,MAAM,GAAG,IAAI;IAIlD,gBAAgB,CAAC,KAAK,EAAE,gBAAgB,GAAG,IAAI;IAI/C,uBAAuB,CAAC,gBAAgB,EAAE,GAAG,EAAE,GAAG,IAAI;IAItD,yBAAyB,IAAI,IAAI;IAIjC,kBAAkB,IAAI,IAAI;IAI1B,sBAAsB,CAAC,eAAe,EAAE,uBAAuB,GAAG,IAAI;IAMtE,qBAAqB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI;CAGrD"}
1
+ {"version":3,"file":"case-edit-data.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/commons/case-edit-data/case-edit-data.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAEvE,qBAAa,mBAAmB;IAC5B,OAAO,CAAC,MAAM,CAAqC;IACnD,OAAO,CAAC,qBAAqB,CAAsD;IACnF,OAAO,CAAC,iBAAiB,CAAqC;IAC9D,OAAO,CAAC,mBAAmB,CAAsC;IAE1D,UAAU,oCAA8B;IACxC,yBAAyB,uDAA6C;IACtE,qBAAqB,oCAAyC;IAC9D,uBAAuB,qCAA2C;;IAIlE,YAAY,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI;IAIrC,uBAAuB,CAAC,WAAW,EAAE,MAAM,GAAG,IAAI;IAIlD,uBAAuB,CAAC,gBAAgB,EAAE,GAAG,EAAE,GAAG,IAAI;IAItD,yBAAyB,IAAI,IAAI;IAIjC,sBAAsB,CAAC,eAAe,EAAE,uBAAuB,GAAG,IAAI;IAMtE,qBAAqB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI;CAGrD"}
@@ -12,7 +12,6 @@ import { CaseFieldService } from '../../../services/case-fields/case-field.servi
12
12
  import { FormErrorService } from '../../../services/form/form-error.service';
13
13
  import { FormValueService } from '../../../services/form/form-value.service';
14
14
  import { CallbackErrorsContext } from '../../error/domain/error-context';
15
- import { LinkedCasesError } from '../../palette';
16
15
  import { CaseEditComponent } from '../case-edit/case-edit.component';
17
16
  import { WizardPage } from '../domain/wizard-page.model';
18
17
  import { Wizard } from '../domain/wizard.model';
@@ -55,7 +54,6 @@ export declare class CaseEditPageComponent implements OnInit, AfterViewChecked {
55
54
  message: string;
56
55
  }[];
57
56
  showSpinner: boolean;
58
- caseLinkError: LinkedCasesError;
59
57
  hasPreviousPage$: BehaviorSubject<boolean>;
60
58
  private static scrollToTop;
61
59
  private static setFocusToTop;
@@ -1 +1 @@
1
- {"version":3,"file":"case-edit-page.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"case-edit-page.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.ts"],"names":[],"mappings":"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"}
@@ -3,7 +3,6 @@ import { Observable } from 'rxjs';
3
3
  import { AbstractAppConfig } from '../../../../app.config';
4
4
  import { CaseEventData, CaseEventTrigger, CasePrintDocument, CaseView, ChallengedAccessRequest, RoleAssignmentResponse, SpecificAccessRequest } from '../../../domain';
5
5
  import { HttpErrorService, HttpService, LoadingService, OrderService, SessionStorageService } from '../../../services';
6
- import { LinkCaseReason, LinkedCasesResponse } from '../../palette/case-link/domain/linked-cases.model';
7
6
  import { WizardPageFieldToCaseFieldMapper } from './wizard-page-field-to-case-field.mapper';
8
7
  import { WorkAllocationService } from './work-allocation.service';
9
8
  import * as i0 from "@angular/core";
@@ -35,12 +34,6 @@ export declare class CasesService {
35
34
  constructor(http: HttpService, appConfig: AbstractAppConfig, orderService: OrderService, errorService: HttpErrorService, wizardPageFieldToCaseFieldMapper: WizardPageFieldToCaseFieldMapper, workAllocationService: WorkAllocationService, loadingService: LoadingService, sessionStorageService: SessionStorageService);
36
35
  getCaseView(jurisdictionId: string, caseTypeId: string, caseId: string): Observable<CaseView>;
37
36
  getCaseViewV2(caseId: string): Observable<CaseView>;
38
- /**
39
- * TODO: Gets case link responses
40
- * @returns case link responses
41
- */
42
- getCaseLinkResponses(): Observable<LinkCaseReason[]>;
43
- getLinkedCases(caseId: string): Observable<LinkedCasesResponse>;
44
37
  getEventTrigger(caseTypeId: string, eventTriggerId: string, caseId?: string, ignoreWarning?: string): Observable<CaseEventTrigger>;
45
38
  createEvent(caseDetails: CaseView, eventData: CaseEventData): Observable<{}>;
46
39
  validateCase(ctid: string, eventData: CaseEventData, pageId: string): Observable<object>;
@@ -1 +1 @@
1
- {"version":3,"file":"cases.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/services/cases.service.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"cases.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/services/cases.service.ts"],"names":[],"mappings":"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"}
@@ -11,7 +11,6 @@ export declare class PageValidationService {
11
11
  private checkDocumentField;
12
12
  private checkOptionalField;
13
13
  private checkMandatoryField;
14
- private checkCaseLinksCollectionField;
15
14
  static ɵfac: i0.ɵɵFactoryDef<PageValidationService, never>;
16
15
  static ɵprov: i0.ɵɵInjectableDef<PageValidationService>;
17
16
  }
@@ -1 +1 @@
1
- {"version":3,"file":"page-validation.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/services/page-validation.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAG5D,OAAO,EAAE,SAAS,EAAE,MAAM,6CAA6C,CAAC;AACxE,OAAO,EAAE,gBAAgB,EAAE,MAAM,kDAAkD,CAAC;AACpF,OAAO,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;;AAEzD,qBACa,qBAAqB;IACpB,OAAO,CAAC,QAAQ,CAAC,gBAAgB;gBAAhB,gBAAgB,EAAE,gBAAgB;IAExD,WAAW,CAAC,IAAI,EAAE,UAAU,EAAE,QAAQ,EAAE,SAAS,GAAG,OAAO;IAW3D,QAAQ,CAAC,SAAS,EAAE,SAAS,EAAE,QAAQ,EAAE,SAAS,EAAE,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO;IASlF,OAAO,CAAC,kBAAkB;IAO1B,OAAO,CAAC,kBAAkB;IAQ1B,OAAO,CAAC,mBAAmB;IAI3B,OAAO,CAAC,6BAA6B;iCA1C1B,qBAAqB;qCAArB,qBAAqB;CAiDjC"}
1
+ {"version":3,"file":"page-validation.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/services/page-validation.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAG5D,OAAO,EAAE,SAAS,EAAE,MAAM,6CAA6C,CAAC;AACxE,OAAO,EAAE,gBAAgB,EAAE,MAAM,kDAAkD,CAAC;AACpF,OAAO,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;;AAEzD,qBACa,qBAAqB;IACpB,OAAO,CAAC,QAAQ,CAAC,gBAAgB;gBAAhB,gBAAgB,EAAE,gBAAgB;IAExD,WAAW,CAAC,IAAI,EAAE,UAAU,EAAE,QAAQ,EAAE,SAAS,GAAG,OAAO;IAU3D,QAAQ,CAAC,SAAS,EAAE,SAAS,EAAE,QAAQ,EAAE,SAAS,EAAE,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO;IASlF,OAAO,CAAC,kBAAkB;IAO1B,OAAO,CAAC,kBAAkB;IAQ1B,OAAO,CAAC,mBAAmB;iCArChB,qBAAqB;qCAArB,qBAAqB;CAwCjC"}
@@ -1 +1 @@
1
- {"version":3,"file":"abstract-form-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/base-field/abstract-form-field.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAEvE,OAAO,EAAE,SAAS,EAAE,MAAM,6CAA6C,CAAC;;AAIxE,aAAK,aAAa,GAAG,SAAS,GAAG,SAAS,CAAC;AAE3C,8BACsB,0BAA0B;IAEvC,SAAS,EAAE,SAAS,CAAC;IAGrB,SAAS,EAAE,SAAS,CAAC;IAGrB,MAAM,CAAC,EAAE,aAAa,CAAC;IAGvB,QAAQ,SAAM;IAEd,EAAE;IAIT,SAAS,CAAC,eAAe,CAAC,CAAC,SAAS,eAAe,EAAE,OAAO,EAAE,CAAC,EAAE,OAAO,UAAQ,GAAG,eAAe;IAmBlG,SAAS,CAAC,aAAa,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE,eAAe,GAAG,IAAI;IAI7E,OAAO,CAAC,kBAAkB;IAO1B,OAAO,CAAC,qBAAqB;IAU7B,OAAO,CAAC,qBAAqB;iCAzDT,0BAA0B;2CAA1B,0BAA0B;CAuE/C"}
1
+ {"version":3,"file":"abstract-form-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/base-field/abstract-form-field.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAEvE,OAAO,EAAE,SAAS,EAAE,MAAM,6CAA6C,CAAC;;AAIxE,aAAK,aAAa,GAAG,SAAS,GAAG,SAAS,CAAC;AAE3C,8BACsB,0BAA0B;IAEvC,SAAS,EAAE,SAAS,CAAC;IAGrB,SAAS,EAAE,SAAS,CAAC;IAGrB,MAAM,CAAC,EAAE,aAAa,CAAC;IAGvB,QAAQ,SAAM;IAEd,EAAE;IAIT,SAAS,CAAC,eAAe,CAAC,CAAC,SAAS,eAAe,EAAE,OAAO,EAAE,CAAC,EAAE,OAAO,UAAQ,GAAG,eAAe;IAmBlG,SAAS,CAAC,aAAa,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE,eAAe,GAAG,IAAI;IAI7E,OAAO,CAAC,kBAAkB;IAO1B,OAAO,CAAC,qBAAqB;IAU7B,OAAO,CAAC,qBAAqB;iCAzDT,0BAA0B;2CAA1B,0BAA0B;CAqE/C"}
@@ -1 +1 @@
1
- {"version":3,"file":"case-file-view-folder.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder.component.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"case-file-view-folder.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder.component.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"case-file-view-folder-selector.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-file-view/components/case-file-view-folder-selector/case-file-view-folder-selector.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAqB,MAAM,eAAe,CAAC;AACjE,OAAO,EAAE,YAAY,EAAmB,MAAM,0BAA0B,CAAC;AACzE,OAAO,EAAE,gBAAgB,EAAE,MAAM,sCAAsC,CAAC;AACxE,OAAO,EAAE,oBAAoB,EAAE,MAAM,oEAAoE,CAAC;;AAE1G,qBAKa,mCAAoC,YAAW,aAAa;IAM1D,SAAS,EAAE,YAAY,CAAC,mCAAmC,CAAC;IACnC,IAAI,EAAE;QAAE,UAAU,EAAE,oBAAoB,EAAE,CAAC;QAAC,QAAQ,EAAE,gBAAgB,CAAA;KAAE;IALrG,iBAAiB,EAAE,oBAAoB,EAAE,CAAM;IAC/C,QAAQ,EAAE,MAAM,CAAM;gBAGlB,SAAS,EAAE,YAAY,CAAC,mCAAmC,CAAC,EACnC,IAAI,EAAE;QAAE,UAAU,EAAE,oBAAoB,EAAE,CAAC;QAAC,QAAQ,EAAE,gBAAgB,CAAA;KAAE;IAKrG,eAAe,IAAI,IAAI;IAKvB,YAAY,CAAC,GAAG,KAAA;IAchB,MAAM,CAAC,UAAU,EAAE,MAAM;IAIzB,MAAM;IAIN,IAAI;IAIX,OAAO,CAAC,QAAQ;IAShB,OAAO,CAAC,gBAAgB;iCApDf,mCAAmC;2CAAnC,mCAAmC;CAgE/C"}
1
+ {"version":3,"file":"case-file-view-folder-selector.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-file-view/components/case-file-view-folder-selector/case-file-view-folder-selector.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAwC,MAAM,eAAe,CAAC;AACpF,OAAO,EAAE,YAAY,EAAmB,MAAM,0BAA0B,CAAC;AACzE,OAAO,EAAE,gBAAgB,EAAE,MAAM,sCAAsC,CAAC;AACxE,OAAO,EAAE,oBAAoB,EAAE,MAAM,oEAAoE,CAAC;;AAE1G,qBAMa,mCAAoC,YAAW,aAAa;IAM1D,SAAS,EAAE,YAAY,CAAC,mCAAmC,CAAC;IACnC,IAAI,EAAE;QAAE,UAAU,EAAE,oBAAoB,EAAE,CAAC;QAAC,QAAQ,EAAE,gBAAgB,CAAA;KAAE;IALrG,iBAAiB,EAAE,oBAAoB,EAAE,CAAM;IAC/C,QAAQ,EAAE,MAAM,CAAM;gBAGlB,SAAS,EAAE,YAAY,CAAC,mCAAmC,CAAC,EACnC,IAAI,EAAE;QAAE,UAAU,EAAE,oBAAoB,EAAE,CAAC;QAAC,QAAQ,EAAE,gBAAgB,CAAA;KAAE;IAKrG,eAAe,IAAI,IAAI;IAKvB,YAAY,CAAC,GAAG,KAAA;IAchB,MAAM,CAAC,UAAU,EAAE,MAAM;IAIzB,MAAM;IAIN,IAAI;IAIX,OAAO,CAAC,QAAQ;IAShB,OAAO,CAAC,gBAAgB;iCApDf,mCAAmC;2CAAnC,mCAAmC;CAgE/C"}
@@ -1,6 +1,3 @@
1
- export * from './components';
2
- export * from './domain';
3
- export * from './enums';
4
1
  export * from './read-case-link-field.component';
5
2
  export * from './write-case-link-field.component';
6
3
  //# 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/case-link/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,kCAAkC,CAAC;AACjD,cAAc,mCAAmC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-link/index.ts"],"names":[],"mappings":"AAAA,cAAc,kCAAkC,CAAC;AACjD,cAAc,mCAAmC,CAAC"}
@@ -1,10 +1,7 @@
1
1
  import { AbstractFieldReadComponent } from '../base-field/abstract-field-read.component';
2
- import { PaletteContext } from '../base-field/palette-context.enum';
3
2
  import * as i0 from "@angular/core";
4
3
  export declare class ReadCaseLinkFieldComponent extends AbstractFieldReadComponent {
5
- paletteContext: typeof PaletteContext;
6
4
  hasReference(): boolean;
7
- hasCaseLinkCollection(): boolean;
8
5
  static ɵfac: i0.ɵɵFactoryDef<ReadCaseLinkFieldComponent, never>;
9
6
  static ɵcmp: i0.ɵɵComponentDefWithMeta<ReadCaseLinkFieldComponent, "ccd-read-case-link-field", never, {}, {}, never, never>;
10
7
  }
@@ -1 +1 @@
1
- {"version":3,"file":"read-case-link-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-link/read-case-link-field.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,0BAA0B,EAAE,MAAM,6CAA6C,CAAC;AACzF,OAAO,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;;AAEpE,qBAIa,0BAA2B,SAAQ,0BAA0B;IACjE,cAAc,wBAAkB;IAEhC,YAAY,IAAI,OAAO;IAIvB,qBAAqB,IAAI,OAAO;iCAP5B,0BAA0B;2CAA1B,0BAA0B;CActC"}
1
+ {"version":3,"file":"read-case-link-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-link/read-case-link-field.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,0BAA0B,EAAE,MAAM,6CAA6C,CAAC;;AAEzF,qBAIa,0BAA2B,SAAQ,0BAA0B;IAEjE,YAAY,IAAI,OAAO;iCAFnB,0BAA0B;2CAA1B,0BAA0B;CAKtC"}
@@ -1,25 +1,16 @@
1
1
  import { OnInit } from '@angular/core';
2
- import { AbstractControl, FormArray, FormGroup } from '@angular/forms';
3
- import { CaseField } from '../../../domain/definition/case-field.model';
2
+ import { AbstractControl, FormGroup } from '@angular/forms';
4
3
  import { AbstractFieldWriteComponent } from '../base-field/abstract-field-write.component';
5
4
  import { WriteComplexFieldComponent } from '../complex/write-complex-field.component';
6
- import { LinkedCasesService } from './services';
7
5
  import * as i0 from "@angular/core";
8
6
  export declare class WriteCaseLinkFieldComponent extends AbstractFieldWriteComponent implements OnInit {
9
- readonly linkedCasesService: LinkedCasesService;
10
- caseFields: CaseField[];
11
- formGroup: FormGroup;
12
- formArray: FormArray;
13
7
  caseReferenceControl: AbstractControl;
14
8
  caseLinkGroup: FormGroup;
15
- containsCaseLinkCollection: boolean;
16
9
  writeComplexFieldComponent: WriteComplexFieldComponent;
17
- constructor(linkedCasesService: LinkedCasesService);
18
10
  ngOnInit(): void;
19
- submitLinkedCases(): void;
20
- validCaseReference(valueString: string): boolean;
21
- hasCaseLinkCollection(): boolean;
11
+ private caseReferenceValidator;
12
+ private validCaseReference;
22
13
  static ɵfac: i0.ɵɵFactoryDef<WriteCaseLinkFieldComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDefWithMeta<WriteCaseLinkFieldComponent, "ccd-write-case-link-field", never, { "caseFields": "caseFields"; "formGroup": "formGroup"; }, {}, never, never>;
14
+ static ɵcmp: i0.ɵɵComponentDefWithMeta<WriteCaseLinkFieldComponent, "ccd-write-case-link-field", never, {}, {}, never, never>;
24
15
  }
25
16
  //# sourceMappingURL=write-case-link-field.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"write-case-link-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-link/write-case-link-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAa,MAAM,eAAe,CAAC;AACpE,OAAO,EAAE,eAAe,EAAE,SAAS,EAAe,SAAS,EAAc,MAAM,gBAAgB,CAAC;AAChG,OAAO,EAAE,SAAS,EAAE,MAAM,6CAA6C,CAAC;AACxE,OAAO,EAAE,2BAA2B,EAAE,MAAM,8CAA8C,CAAC;AAC3F,OAAO,EAAE,0BAA0B,EAAE,MAAM,0CAA0C,CAAC;AACtF,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAC;;AAEhD,qBAKa,2BAA4B,SAAQ,2BAA4B,YAAW,MAAM;aAiBhE,kBAAkB,EAAE,kBAAkB;IAd3D,UAAU,EAAE,SAAS,EAAE,CAAM;IAG7B,SAAS,EAAE,SAAS,CAAC;IAErB,SAAS,EAAE,SAAS,CAAC;IAErB,oBAAoB,EAAE,eAAe,CAAC;IACtC,aAAa,EAAE,SAAS,CAAC;IACzB,0BAA0B,EAAE,OAAO,CAAC;IAGpC,0BAA0B,EAAE,0BAA0B,CAAC;gBAElC,kBAAkB,EAAE,kBAAkB;IAI3D,QAAQ,IAAI,IAAI;IAmBhB,iBAAiB,IAAI,IAAI;IAWzB,kBAAkB,CAAC,WAAW,EAAE,MAAM,GAAG,OAAO;IAOhD,qBAAqB,IAAI,OAAO;iCA1D5B,2BAA2B;2CAA3B,2BAA2B;CAiEvC"}
1
+ {"version":3,"file":"write-case-link-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-link/write-case-link-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAa,MAAM,eAAe,CAAC;AAC7D,OAAO,EAAE,eAAe,EAAe,SAAS,EAA2B,MAAM,gBAAgB,CAAC;AAElG,OAAO,EAAE,2BAA2B,EAAE,MAAM,8CAA8C,CAAC;AAC3F,OAAO,EAAE,0BAA0B,EAAE,MAAM,0CAA0C,CAAC;;AAEtF,qBAIa,2BAA4B,SAAQ,2BAA4B,YAAW,MAAM;IAErF,oBAAoB,EAAE,eAAe,CAAC;IACtC,aAAa,EAAE,SAAS,CAAC;IAGzB,0BAA0B,EAAE,0BAA0B,CAAC;IAEvD,QAAQ,IAAI,IAAI;IAsBvB,OAAO,CAAC,sBAAsB;IAgB9B,OAAO,CAAC,kBAAkB;iCA9Cf,2BAA2B;2CAA3B,2BAA2B;CAoDvC"}
@@ -53,75 +53,66 @@ import * as i51 from "./complex/read-complex-field-raw.component";
53
53
  import * as i52 from "./complex/read-complex-field-table.component";
54
54
  import * as i53 from "./complex/read-complex-field-collection-table.component";
55
55
  import * as i54 from "./case-flag/read-case-flag-field.component";
56
- import * as i55 from "./case-link/components/read-linked-cases.component";
57
- import * as i56 from "./judicial-user/write-judicial-user-field.component";
58
- import * as i57 from "./address/write-address-field.component";
59
- import * as i58 from "./complex/write-complex-field.component";
60
- import * as i59 from "./organisation/write-organisation-complex-field.component";
61
- import * as i60 from "./document/write-document-field.component";
62
- import * as i61 from "./dynamic-list/write-dynamic-list-field.component";
63
- import * as i62 from "./dynamic-radio-list/write-dynamic-radio-list-field.component";
64
- import * as i63 from "./text/write-text-field.component";
65
- import * as i64 from "./date/write-date-container-field.component";
66
- import * as i65 from "./text-area/write-text-area-field.component";
67
- import * as i66 from "./phone-uk/write-phone-uk-field.component";
68
- import * as i67 from "./number/write-number-field.component";
69
- import * as i68 from "./email/write-email-field.component";
70
- import * as i69 from "./date/write-date-field.component";
71
- import * as i70 from "./case-flag/write-case-flag-field.component";
72
- import * as i71 from "./yes-no/write-yes-no-field.component";
73
- import * as i72 from "./organisation/write-organisation-field.component";
74
- import * as i73 from "./order-summary/write-order-summary-field.component";
75
- import * as i74 from "./money-gbp/write-money-gbp-field.component";
76
- import * as i75 from "./multi-select-list/write-multi-select-list-field.component";
77
- import * as i76 from "./fixed-list/write-fixed-list-field.component";
78
- import * as i77 from "./fixed-radio-list/write-fixed-radio-list-field.component";
79
- import * as i78 from "./case-link/write-case-link-field.component";
80
- import * as i79 from "./collection/write-collection-field.component";
81
- import * as i80 from "./case-file-view/case-file-view-field.component";
82
- import * as i81 from "./case-file-view/case-file-view-field-read.component";
83
- import * as i82 from "./case-file-view/components/case-file-view-folder/case-file-view-folder.component";
84
- import * as i83 from "./case-file-view/components/case-file-view-folder/case-file-view-folder-sort/case-file-view-folder-sort.component";
85
- import * as i84 from "./case-file-view/components/shared/case-file-view-overlay-menu/case-file-view-overlay-menu.component";
86
- import * as i85 from "./case-file-view/components/case-file-view-folder/case-file-view-folder-document-actions/case-file-view-folder-document-actions.component";
87
- import * as i86 from "./case-file-view/components/case-file-view-folder-selector/case-file-view-folder-selector.component";
88
- import * as i87 from "./case-link/components/linked-cases-table/linked-cases-to-table.component";
89
- import * as i88 from "./case-link/components/linked-cases-table/linked-cases-from-table.component";
90
- import * as i89 from "./case-link/components/before-you-start/before-you-start.component";
91
- import * as i90 from "./case-link/components/link-cases/link-cases.component";
92
- import * as i91 from "./case-link/components/check-your-answers/check-your-answers.component";
93
- import * as i92 from "./case-link/components/write-linked-cases.component";
94
- import * as i93 from "./case-link/components/unlink-cases/unlink-cases.component";
95
- import * as i94 from "./case-link/components/no-linked-cases/no-linked-cases.component";
96
- import * as i95 from "@angular/common";
97
- import * as i96 from "@angular/router";
98
- import * as i97 from "@angular/forms";
99
- import * as i98 from "../../commons/case-edit-data/case-edit-data.module";
100
- import * as i99 from "./utils/utils.module";
101
- import * as i100 from "../../pipes/pipes.module";
102
- import * as i101 from "../../../components/banners/banners.module";
103
- import * as i102 from "../../../components/header/headers.module";
104
- import * as i103 from "../../../components/footer/footers.module";
105
- import * as i104 from "../../../components/body/body.module";
106
- import * as i105 from "../../../components/form/form.module";
107
- import * as i106 from "../../../components/tabs/tabs.module";
108
- import * as i107 from "../../directives/substitutor/label-substitutor.module";
109
- import * as i108 from "ngx-md";
110
- import * as i109 from "@angular-material-components/datetime-picker";
111
- import * as i110 from "@angular/material/form-field";
112
- import * as i111 from "@angular/material/input";
113
- import * as i112 from "@angular/material/datepicker";
114
- import * as i113 from "@angular/material/autocomplete";
115
- import * as i114 from "@angular/cdk/tree";
116
- import * as i115 from "@angular/cdk/overlay";
117
- import * as i116 from "@hmcts/ccpay-web-component";
118
- import * as i117 from "@nicky-lenaers/ngx-scroll-to";
119
- import * as i118 from "@angular/material/dialog";
120
- import * as i119 from "@hmcts/media-viewer";
121
- import * as i120 from "../../services/loading/loading.module";
56
+ import * as i55 from "./judicial-user/write-judicial-user-field.component";
57
+ import * as i56 from "./address/write-address-field.component";
58
+ import * as i57 from "./complex/write-complex-field.component";
59
+ import * as i58 from "./organisation/write-organisation-complex-field.component";
60
+ import * as i59 from "./document/write-document-field.component";
61
+ import * as i60 from "./dynamic-list/write-dynamic-list-field.component";
62
+ import * as i61 from "./dynamic-radio-list/write-dynamic-radio-list-field.component";
63
+ import * as i62 from "./text/write-text-field.component";
64
+ import * as i63 from "./date/write-date-container-field.component";
65
+ import * as i64 from "./text-area/write-text-area-field.component";
66
+ import * as i65 from "./phone-uk/write-phone-uk-field.component";
67
+ import * as i66 from "./number/write-number-field.component";
68
+ import * as i67 from "./email/write-email-field.component";
69
+ import * as i68 from "./date/write-date-field.component";
70
+ import * as i69 from "./case-flag/write-case-flag-field.component";
71
+ import * as i70 from "./yes-no/write-yes-no-field.component";
72
+ import * as i71 from "./organisation/write-organisation-field.component";
73
+ import * as i72 from "./order-summary/write-order-summary-field.component";
74
+ import * as i73 from "./money-gbp/write-money-gbp-field.component";
75
+ import * as i74 from "./multi-select-list/write-multi-select-list-field.component";
76
+ import * as i75 from "./fixed-list/write-fixed-list-field.component";
77
+ import * as i76 from "./fixed-radio-list/write-fixed-radio-list-field.component";
78
+ import * as i77 from "./case-link/write-case-link-field.component";
79
+ import * as i78 from "./collection/write-collection-field.component";
80
+ import * as i79 from "./case-file-view/case-file-view-field.component";
81
+ import * as i80 from "./case-file-view/case-file-view-field-read.component";
82
+ import * as i81 from "./case-file-view/components/case-file-view-folder/case-file-view-folder.component";
83
+ import * as i82 from "./case-file-view/components/case-file-view-folder/case-file-view-folder-sort/case-file-view-folder-sort.component";
84
+ import * as i83 from "./case-file-view/components/shared/case-file-view-overlay-menu/case-file-view-overlay-menu.component";
85
+ import * as i84 from "./case-file-view/components/case-file-view-folder/case-file-view-folder-document-actions/case-file-view-folder-document-actions.component";
86
+ import * as i85 from "./case-file-view/components/case-file-view-folder-selector/case-file-view-folder-selector.component";
87
+ import * as i86 from "@angular/common";
88
+ import * as i87 from "@angular/router";
89
+ import * as i88 from "@angular/forms";
90
+ import * as i89 from "../../commons/case-edit-data/case-edit-data.module";
91
+ import * as i90 from "./utils/utils.module";
92
+ import * as i91 from "../../pipes/pipes.module";
93
+ import * as i92 from "../../../components/banners/banners.module";
94
+ import * as i93 from "../../../components/header/headers.module";
95
+ import * as i94 from "../../../components/footer/footers.module";
96
+ import * as i95 from "../../../components/body/body.module";
97
+ import * as i96 from "../../../components/form/form.module";
98
+ import * as i97 from "../../../components/tabs/tabs.module";
99
+ import * as i98 from "../../directives/substitutor/label-substitutor.module";
100
+ import * as i99 from "ngx-md";
101
+ import * as i100 from "@angular-material-components/datetime-picker";
102
+ import * as i101 from "@angular/material/form-field";
103
+ import * as i102 from "@angular/material/input";
104
+ import * as i103 from "@angular/material/datepicker";
105
+ import * as i104 from "@angular/material/autocomplete";
106
+ import * as i105 from "@angular/cdk/tree";
107
+ import * as i106 from "@angular/cdk/overlay";
108
+ import * as i107 from "@hmcts/ccpay-web-component";
109
+ import * as i108 from "@nicky-lenaers/ngx-scroll-to";
110
+ import * as i109 from "@angular/material/dialog";
111
+ import * as i110 from "@hmcts/media-viewer";
112
+ import * as i111 from "../../services/loading/loading.module";
122
113
  export declare class PaletteModule {
123
114
  static ɵfac: i0.ɵɵFactoryDef<PaletteModule, never>;
124
- static ɵmod: i0.ɵɵNgModuleDefWithMeta<PaletteModule, [typeof i1.FixedListPipe, typeof i2.FixedRadioListPipe, typeof i3.DynamicListPipe, typeof i4.DynamicRadioListPipe, typeof i5.DocumentUrlPipe, typeof i6.CaseFlagTableComponent, typeof i7.SelectFlagTypeComponent, typeof i8.SearchLanguageInterpreterComponent, typeof i9.SelectFlagLocationComponent, typeof i10.ManageCaseFlagsComponent, typeof i11.AddCommentsComponent, typeof i12.UpdateFlagComponent, typeof i13.CaseFlagSummaryListComponent, typeof i14.UnsupportedFieldComponent, typeof i15.DatetimePickerComponent, typeof i16.WaysToPayFieldComponent, typeof i17.MarkdownComponent, typeof i18.FieldReadComponent, typeof i19.FieldWriteComponent, typeof i20.FieldReadLabelComponent, typeof i21.LabelFieldComponent, typeof i22.CasePaymentHistoryViewerFieldComponent, typeof i23.MoneyGbpInputComponent, typeof i24.CaseHistoryViewerFieldComponent, typeof i25.EventLogComponent, typeof i26.EventLogDetailsComponent, typeof i27.EventLogTableComponent, typeof i28.ReadTextFieldComponent, typeof i29.ReadTextAreaFieldComponent, typeof i30.ReadNumberFieldComponent, typeof i31.ReadEmailFieldComponent, typeof i32.ReadPhoneUKFieldComponent, typeof i33.ReadDateFieldComponent, typeof i34.ReadCollectionFieldComponent, typeof i35.ReadDocumentFieldComponent, typeof i36.ReadJudicialUserFieldComponent, typeof i37.ReadYesNoFieldComponent, typeof i38.ReadOrganisationFieldComponent, typeof i39.ReadOrganisationFieldTableComponent, typeof i40.ReadOrganisationFieldRawComponent, typeof i41.ReadOrderSummaryFieldComponent, typeof i42.ReadOrderSummaryRowComponent, typeof i43.ReadMoneyGbpFieldComponent, typeof i44.ReadMultiSelectListFieldComponent, typeof i45.ReadDynamicListFieldComponent, typeof i46.ReadFixedListFieldComponent, typeof i47.ReadFixedRadioListFieldComponent, typeof i48.ReadDynamicRadioListFieldComponent, typeof i49.ReadCaseLinkFieldComponent, typeof i50.ReadComplexFieldComponent, typeof i51.ReadComplexFieldRawComponent, typeof i52.ReadComplexFieldTableComponent, typeof i53.ReadComplexFieldCollectionTableComponent, typeof i54.ReadCaseFlagFieldComponent, typeof i55.ReadLinkedCasesComponent, typeof i56.WriteJudicialUserFieldComponent, typeof i57.WriteAddressFieldComponent, typeof i58.WriteComplexFieldComponent, typeof i59.WriteOrganisationComplexFieldComponent, typeof i60.WriteDocumentFieldComponent, typeof i61.WriteDynamicListFieldComponent, typeof i62.WriteDynamicRadioListFieldComponent, typeof i63.WriteTextFieldComponent, typeof i64.WriteDateContainerFieldComponent, typeof i65.WriteTextAreaFieldComponent, typeof i66.WritePhoneUKFieldComponent, typeof i67.WriteNumberFieldComponent, typeof i68.WriteEmailFieldComponent, typeof i69.WriteDateFieldComponent, typeof i70.WriteCaseFlagFieldComponent, typeof i71.WriteYesNoFieldComponent, typeof i72.WriteOrganisationFieldComponent, typeof i59.WriteOrganisationComplexFieldComponent, typeof i73.WriteOrderSummaryFieldComponent, typeof i74.WriteMoneyGbpFieldComponent, typeof i64.WriteDateContainerFieldComponent, typeof i75.WriteMultiSelectListFieldComponent, typeof i76.WriteFixedListFieldComponent, typeof i77.WriteFixedRadioListFieldComponent, typeof i78.WriteCaseLinkFieldComponent, typeof i79.WriteCollectionFieldComponent, typeof i80.CaseFileViewFieldComponent, typeof i81.CaseFileViewFieldReadComponent, typeof i82.CaseFileViewFolderComponent, typeof i83.CaseFileViewFolderSortComponent, typeof i84.CaseFileViewOverlayMenuComponent, typeof i85.CaseFileViewFolderDocumentActionsComponent, typeof i86.CaseFileViewFolderSelectorComponent, typeof i87.LinkedCasesToTableComponent, typeof i88.LinkedCasesFromTableComponent, typeof i89.BeforeYouStartComponent, typeof i90.LinkCasesComponent, typeof i91.CheckYourAnswersComponent, typeof i92.WriteLinkedCasesComponent, typeof i93.UnLinkCasesComponent, typeof i94.NoLinkedCasesComponent], [typeof i95.CommonModule, typeof i96.RouterModule, typeof i97.FormsModule, typeof i97.ReactiveFormsModule, typeof i98.CaseEditDataModule, typeof i99.PaletteUtilsModule, typeof i100.PipesModule, typeof i101.BannersModule, typeof i102.HeadersModule, typeof i103.FootersModule, typeof i104.BodyModule, typeof i105.FormModule, typeof i106.TabsModule, typeof i107.LabelSubstitutorModule, typeof i108.NgxMdModule, typeof i109.NgxMatDatetimePickerModule, typeof i109.NgxMatTimepickerModule, typeof i109.NgxMatNativeDateModule, typeof i110.MatFormFieldModule, typeof i111.MatInputModule, typeof i112.MatDatepickerModule, typeof i113.MatAutocompleteModule, typeof i114.CdkTreeModule, typeof i115.OverlayModule, typeof i116.PaymentLibModule, typeof i117.ScrollToModule, typeof i118.MatDialogModule, typeof i119.MediaViewerModule, typeof i120.LoadingModule], [typeof i109.NgxMatDatetimePickerModule, typeof i109.NgxMatNativeDateModule, typeof i109.NgxMatTimepickerModule, typeof i106.TabsModule, typeof i99.PaletteUtilsModule, typeof i100.PipesModule, typeof i14.UnsupportedFieldComponent, typeof i15.DatetimePickerComponent, typeof i16.WaysToPayFieldComponent, typeof i17.MarkdownComponent, typeof i18.FieldReadComponent, typeof i19.FieldWriteComponent, typeof i20.FieldReadLabelComponent, typeof i21.LabelFieldComponent, typeof i22.CasePaymentHistoryViewerFieldComponent, typeof i23.MoneyGbpInputComponent, typeof i24.CaseHistoryViewerFieldComponent, typeof i25.EventLogComponent, typeof i26.EventLogDetailsComponent, typeof i27.EventLogTableComponent, typeof i28.ReadTextFieldComponent, typeof i29.ReadTextAreaFieldComponent, typeof i30.ReadNumberFieldComponent, typeof i31.ReadEmailFieldComponent, typeof i32.ReadPhoneUKFieldComponent, typeof i33.ReadDateFieldComponent, typeof i34.ReadCollectionFieldComponent, typeof i35.ReadDocumentFieldComponent, typeof i36.ReadJudicialUserFieldComponent, typeof i37.ReadYesNoFieldComponent, typeof i38.ReadOrganisationFieldComponent, typeof i39.ReadOrganisationFieldTableComponent, typeof i40.ReadOrganisationFieldRawComponent, typeof i41.ReadOrderSummaryFieldComponent, typeof i42.ReadOrderSummaryRowComponent, typeof i43.ReadMoneyGbpFieldComponent, typeof i44.ReadMultiSelectListFieldComponent, typeof i45.ReadDynamicListFieldComponent, typeof i46.ReadFixedListFieldComponent, typeof i47.ReadFixedRadioListFieldComponent, typeof i48.ReadDynamicRadioListFieldComponent, typeof i49.ReadCaseLinkFieldComponent, typeof i50.ReadComplexFieldComponent, typeof i51.ReadComplexFieldRawComponent, typeof i52.ReadComplexFieldTableComponent, typeof i53.ReadComplexFieldCollectionTableComponent, typeof i54.ReadCaseFlagFieldComponent, typeof i55.ReadLinkedCasesComponent, typeof i56.WriteJudicialUserFieldComponent, typeof i57.WriteAddressFieldComponent, typeof i58.WriteComplexFieldComponent, typeof i59.WriteOrganisationComplexFieldComponent, typeof i60.WriteDocumentFieldComponent, typeof i61.WriteDynamicListFieldComponent, typeof i62.WriteDynamicRadioListFieldComponent, typeof i63.WriteTextFieldComponent, typeof i64.WriteDateContainerFieldComponent, typeof i65.WriteTextAreaFieldComponent, typeof i66.WritePhoneUKFieldComponent, typeof i67.WriteNumberFieldComponent, typeof i68.WriteEmailFieldComponent, typeof i69.WriteDateFieldComponent, typeof i70.WriteCaseFlagFieldComponent, typeof i71.WriteYesNoFieldComponent, typeof i72.WriteOrganisationFieldComponent, typeof i59.WriteOrganisationComplexFieldComponent, typeof i73.WriteOrderSummaryFieldComponent, typeof i74.WriteMoneyGbpFieldComponent, typeof i64.WriteDateContainerFieldComponent, typeof i75.WriteMultiSelectListFieldComponent, typeof i76.WriteFixedListFieldComponent, typeof i77.WriteFixedRadioListFieldComponent, typeof i78.WriteCaseLinkFieldComponent, typeof i79.WriteCollectionFieldComponent, typeof i80.CaseFileViewFieldComponent, typeof i81.CaseFileViewFieldReadComponent, typeof i82.CaseFileViewFolderComponent, typeof i83.CaseFileViewFolderSortComponent, typeof i84.CaseFileViewOverlayMenuComponent, typeof i85.CaseFileViewFolderDocumentActionsComponent, typeof i86.CaseFileViewFolderSelectorComponent, typeof i87.LinkedCasesToTableComponent, typeof i88.LinkedCasesFromTableComponent, typeof i89.BeforeYouStartComponent, typeof i90.LinkCasesComponent, typeof i91.CheckYourAnswersComponent, typeof i92.WriteLinkedCasesComponent, typeof i93.UnLinkCasesComponent, typeof i94.NoLinkedCasesComponent]>;
115
+ static ɵmod: i0.ɵɵNgModuleDefWithMeta<PaletteModule, [typeof i1.FixedListPipe, typeof i2.FixedRadioListPipe, typeof i3.DynamicListPipe, typeof i4.DynamicRadioListPipe, typeof i5.DocumentUrlPipe, typeof i6.CaseFlagTableComponent, typeof i7.SelectFlagTypeComponent, typeof i8.SearchLanguageInterpreterComponent, typeof i9.SelectFlagLocationComponent, typeof i10.ManageCaseFlagsComponent, typeof i11.AddCommentsComponent, typeof i12.UpdateFlagComponent, typeof i13.CaseFlagSummaryListComponent, typeof i14.UnsupportedFieldComponent, typeof i15.DatetimePickerComponent, typeof i16.WaysToPayFieldComponent, typeof i17.MarkdownComponent, typeof i18.FieldReadComponent, typeof i19.FieldWriteComponent, typeof i20.FieldReadLabelComponent, typeof i21.LabelFieldComponent, typeof i22.CasePaymentHistoryViewerFieldComponent, typeof i23.MoneyGbpInputComponent, typeof i24.CaseHistoryViewerFieldComponent, typeof i25.EventLogComponent, typeof i26.EventLogDetailsComponent, typeof i27.EventLogTableComponent, typeof i28.ReadTextFieldComponent, typeof i29.ReadTextAreaFieldComponent, typeof i30.ReadNumberFieldComponent, typeof i31.ReadEmailFieldComponent, typeof i32.ReadPhoneUKFieldComponent, typeof i33.ReadDateFieldComponent, typeof i34.ReadCollectionFieldComponent, typeof i35.ReadDocumentFieldComponent, typeof i36.ReadJudicialUserFieldComponent, typeof i37.ReadYesNoFieldComponent, typeof i38.ReadOrganisationFieldComponent, typeof i39.ReadOrganisationFieldTableComponent, typeof i40.ReadOrganisationFieldRawComponent, typeof i41.ReadOrderSummaryFieldComponent, typeof i42.ReadOrderSummaryRowComponent, typeof i43.ReadMoneyGbpFieldComponent, typeof i44.ReadMultiSelectListFieldComponent, typeof i45.ReadDynamicListFieldComponent, typeof i46.ReadFixedListFieldComponent, typeof i47.ReadFixedRadioListFieldComponent, typeof i48.ReadDynamicRadioListFieldComponent, typeof i49.ReadCaseLinkFieldComponent, typeof i50.ReadComplexFieldComponent, typeof i51.ReadComplexFieldRawComponent, typeof i52.ReadComplexFieldTableComponent, typeof i53.ReadComplexFieldCollectionTableComponent, typeof i54.ReadCaseFlagFieldComponent, typeof i55.WriteJudicialUserFieldComponent, typeof i56.WriteAddressFieldComponent, typeof i57.WriteComplexFieldComponent, typeof i58.WriteOrganisationComplexFieldComponent, typeof i59.WriteDocumentFieldComponent, typeof i60.WriteDynamicListFieldComponent, typeof i61.WriteDynamicRadioListFieldComponent, typeof i62.WriteTextFieldComponent, typeof i63.WriteDateContainerFieldComponent, typeof i64.WriteTextAreaFieldComponent, typeof i65.WritePhoneUKFieldComponent, typeof i66.WriteNumberFieldComponent, typeof i67.WriteEmailFieldComponent, typeof i68.WriteDateFieldComponent, typeof i69.WriteCaseFlagFieldComponent, typeof i70.WriteYesNoFieldComponent, typeof i71.WriteOrganisationFieldComponent, typeof i58.WriteOrganisationComplexFieldComponent, typeof i72.WriteOrderSummaryFieldComponent, typeof i73.WriteMoneyGbpFieldComponent, typeof i63.WriteDateContainerFieldComponent, typeof i74.WriteMultiSelectListFieldComponent, typeof i75.WriteFixedListFieldComponent, typeof i76.WriteFixedRadioListFieldComponent, typeof i77.WriteCaseLinkFieldComponent, typeof i78.WriteCollectionFieldComponent, typeof i79.CaseFileViewFieldComponent, typeof i80.CaseFileViewFieldReadComponent, typeof i81.CaseFileViewFolderComponent, typeof i82.CaseFileViewFolderSortComponent, typeof i83.CaseFileViewOverlayMenuComponent, typeof i84.CaseFileViewFolderDocumentActionsComponent, typeof i85.CaseFileViewFolderSelectorComponent], [typeof i86.CommonModule, typeof i87.RouterModule, typeof i88.FormsModule, typeof i88.ReactiveFormsModule, typeof i89.CaseEditDataModule, typeof i90.PaletteUtilsModule, typeof i91.PipesModule, typeof i92.BannersModule, typeof i93.HeadersModule, typeof i94.FootersModule, typeof i95.BodyModule, typeof i96.FormModule, typeof i97.TabsModule, typeof i98.LabelSubstitutorModule, typeof i99.NgxMdModule, typeof i100.NgxMatDatetimePickerModule, typeof i100.NgxMatTimepickerModule, typeof i100.NgxMatNativeDateModule, typeof i101.MatFormFieldModule, typeof i102.MatInputModule, typeof i103.MatDatepickerModule, typeof i104.MatAutocompleteModule, typeof i105.CdkTreeModule, typeof i106.OverlayModule, typeof i107.PaymentLibModule, typeof i108.ScrollToModule, typeof i109.MatDialogModule, typeof i110.MediaViewerModule, typeof i111.LoadingModule], [typeof i100.NgxMatDatetimePickerModule, typeof i100.NgxMatNativeDateModule, typeof i100.NgxMatTimepickerModule, typeof i97.TabsModule, typeof i90.PaletteUtilsModule, typeof i91.PipesModule, typeof i14.UnsupportedFieldComponent, typeof i15.DatetimePickerComponent, typeof i16.WaysToPayFieldComponent, typeof i17.MarkdownComponent, typeof i18.FieldReadComponent, typeof i19.FieldWriteComponent, typeof i20.FieldReadLabelComponent, typeof i21.LabelFieldComponent, typeof i22.CasePaymentHistoryViewerFieldComponent, typeof i23.MoneyGbpInputComponent, typeof i24.CaseHistoryViewerFieldComponent, typeof i25.EventLogComponent, typeof i26.EventLogDetailsComponent, typeof i27.EventLogTableComponent, typeof i28.ReadTextFieldComponent, typeof i29.ReadTextAreaFieldComponent, typeof i30.ReadNumberFieldComponent, typeof i31.ReadEmailFieldComponent, typeof i32.ReadPhoneUKFieldComponent, typeof i33.ReadDateFieldComponent, typeof i34.ReadCollectionFieldComponent, typeof i35.ReadDocumentFieldComponent, typeof i36.ReadJudicialUserFieldComponent, typeof i37.ReadYesNoFieldComponent, typeof i38.ReadOrganisationFieldComponent, typeof i39.ReadOrganisationFieldTableComponent, typeof i40.ReadOrganisationFieldRawComponent, typeof i41.ReadOrderSummaryFieldComponent, typeof i42.ReadOrderSummaryRowComponent, typeof i43.ReadMoneyGbpFieldComponent, typeof i44.ReadMultiSelectListFieldComponent, typeof i45.ReadDynamicListFieldComponent, typeof i46.ReadFixedListFieldComponent, typeof i47.ReadFixedRadioListFieldComponent, typeof i48.ReadDynamicRadioListFieldComponent, typeof i49.ReadCaseLinkFieldComponent, typeof i50.ReadComplexFieldComponent, typeof i51.ReadComplexFieldRawComponent, typeof i52.ReadComplexFieldTableComponent, typeof i53.ReadComplexFieldCollectionTableComponent, typeof i54.ReadCaseFlagFieldComponent, typeof i55.WriteJudicialUserFieldComponent, typeof i56.WriteAddressFieldComponent, typeof i57.WriteComplexFieldComponent, typeof i58.WriteOrganisationComplexFieldComponent, typeof i59.WriteDocumentFieldComponent, typeof i60.WriteDynamicListFieldComponent, typeof i61.WriteDynamicRadioListFieldComponent, typeof i62.WriteTextFieldComponent, typeof i63.WriteDateContainerFieldComponent, typeof i64.WriteTextAreaFieldComponent, typeof i65.WritePhoneUKFieldComponent, typeof i66.WriteNumberFieldComponent, typeof i67.WriteEmailFieldComponent, typeof i68.WriteDateFieldComponent, typeof i69.WriteCaseFlagFieldComponent, typeof i70.WriteYesNoFieldComponent, typeof i71.WriteOrganisationFieldComponent, typeof i58.WriteOrganisationComplexFieldComponent, typeof i72.WriteOrderSummaryFieldComponent, typeof i73.WriteMoneyGbpFieldComponent, typeof i63.WriteDateContainerFieldComponent, typeof i74.WriteMultiSelectListFieldComponent, typeof i75.WriteFixedListFieldComponent, typeof i76.WriteFixedRadioListFieldComponent, typeof i77.WriteCaseLinkFieldComponent, typeof i78.WriteCollectionFieldComponent, typeof i79.CaseFileViewFieldComponent, typeof i80.CaseFileViewFieldReadComponent, typeof i81.CaseFileViewFolderComponent, typeof i82.CaseFileViewFolderSortComponent, typeof i83.CaseFileViewOverlayMenuComponent, typeof i84.CaseFileViewFolderDocumentActionsComponent, typeof i85.CaseFileViewFolderSelectorComponent]>;
125
116
  static ɵinj: i0.ɵɵInjectorDef<PaletteModule>;
126
117
  }
127
118
  //# 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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkLA,qBA2Ea,aAAa;iCAAb,aAAa;0CAAb,aAAa;kCAAb,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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsKA,qBA0Ea,aAAa;iCAAb,aAAa;0CAAb,aAAa;kCAAb,aAAa;CACzB"}
@@ -1 +1 @@
1
- {"version":3,"file":"palette.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/palette.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,IAAI,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAC;;AAoDrE,qBACa,cAAc;IACzB,OAAO,CAAC,QAAQ,CAAC,yBAAyB,CAExC;IAEK,sBAAsB,CAAC,SAAS,EAAE,SAAS,EAAE,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC,EAAE,CAAC;IA2E7E,OAAO,CAAC,6BAA6B;iCAhF1B,cAAc;qCAAd,cAAc;CAyF1B"}
1
+ {"version":3,"file":"palette.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/palette.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,IAAI,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAC;;AAoDrE,qBACa,cAAc;IACzB,OAAO,CAAC,QAAQ,CAAC,yBAAyB,CAExC;IAEK,sBAAsB,CAAC,SAAS,EAAE,SAAS,EAAE,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC,EAAE,CAAC;IAmE7E,OAAO,CAAC,6BAA6B;iCAxE1B,cAAc;qCAAd,cAAc;CAiF1B"}
@@ -2,7 +2,6 @@ import { PipeTransform } from '@angular/core';
2
2
  import { CaseField } from '../../../domain/definition/case-field.model';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class IsCompoundPipe implements PipeTransform {
5
- private static readonly CASE_LINK_FIELD_TYPE;
6
5
  private static readonly COMPOUND_TYPES;
7
6
  private static readonly EXCLUDE;
8
7
  transform(field: CaseField): boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"is-compound.pipe.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/utils/is-compound.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,6CAA6C,CAAC;;AAGxE,qBAGa,cAAe,YAAW,aAAa;IAElD,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,oBAAoB,CAAc;IAE1D,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,cAAc,CAapC;IAEF,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,OAAO,CAG7B;IAEK,SAAS,CAAC,KAAK,EAAE,SAAS,GAAG,OAAO;iCAxBhC,cAAc;uCAAd,cAAc;CAgD1B"}
1
+ {"version":3,"file":"is-compound.pipe.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/utils/is-compound.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,6CAA6C,CAAC;;AAGxE,qBAGa,cAAe,YAAW,aAAa;IAElD,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,cAAc,CAapC;IAEF,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,OAAO,CAG7B;IAEK,SAAS,CAAC,KAAK,EAAE,SAAS,GAAG,OAAO;iCAtBhC,cAAc;uCAAd,cAAc;CAoC1B"}
@@ -1,2 +1,2 @@
1
- export declare type FieldTypeEnum = 'Text' | 'TextArea' | 'Postcode' | 'Number' | 'YesOrNo' | 'Date' | 'DateTime' | 'Email' | 'PhoneUK' | 'MoneyGBP' | 'FixedList' | 'DynamicList' | 'FixedRadioList' | 'DynamicRadioList' | 'Complex' | 'Collection' | 'MultiSelectList' | 'Document' | 'Label' | 'AddressGlobal' | 'AddressGlobalUK' | 'AddressUK' | 'CasePaymentHistoryViewer' | 'CaseHistoryViewer' | 'Organisation' | 'WaysToPay' | 'ComponentLauncher' | 'Flags' | 'FlagDetail' | 'FlagLauncher' | 'CaseFlag' | 'CaseLink' | 'JudicialUserField';
1
+ export declare type FieldTypeEnum = 'Text' | 'TextArea' | 'Postcode' | 'Number' | 'YesOrNo' | 'Date' | 'DateTime' | 'Email' | 'PhoneUK' | 'MoneyGBP' | 'FixedList' | 'DynamicList' | 'FixedRadioList' | 'DynamicRadioList' | 'Complex' | 'Collection' | 'MultiSelectList' | 'Document' | 'Label' | 'AddressGlobal' | 'AddressGlobalUK' | 'AddressUK' | 'CasePaymentHistoryViewer' | 'CaseHistoryViewer' | 'Organisation' | 'WaysToPay' | 'ComponentLauncher' | 'Flags' | 'FlagDetail' | 'FlagLauncher' | 'CaseFlag' | 'JudicialUserField';
2
2
  //# sourceMappingURL=field-type-enum.model.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"field-type-enum.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/definition/field-type-enum.model.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa,GACvB,MAAM,GACJ,UAAU,GACV,UAAU,GACV,QAAQ,GACR,SAAS,GACT,MAAM,GACN,UAAU,GACV,OAAO,GACP,SAAS,GACT,UAAU,GACV,WAAW,GACX,aAAa,GACb,gBAAgB,GAChB,kBAAkB,GAClB,SAAS,GACT,YAAY,GACZ,iBAAiB,GACjB,UAAU,GACV,OAAO,GACP,eAAe,GACf,iBAAiB,GACjB,WAAW,GACX,0BAA0B,GAC1B,mBAAmB,GACnB,cAAc,GACd,WAAW,GACX,mBAAmB,GACnB,OAAO,GACP,YAAY,GACZ,cAAc,GACd,UAAU,GACV,UAAU,GACV,mBAAmB,CAAC"}
1
+ {"version":3,"file":"field-type-enum.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/definition/field-type-enum.model.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa,GACvB,MAAM,GACJ,UAAU,GACV,UAAU,GACV,QAAQ,GACR,SAAS,GACT,MAAM,GACN,UAAU,GACV,OAAO,GACP,SAAS,GACT,UAAU,GACV,WAAW,GACX,aAAa,GACb,gBAAgB,GAChB,kBAAkB,GAClB,SAAS,GACT,YAAY,GACZ,iBAAiB,GACjB,UAAU,GACV,OAAO,GACP,eAAe,GACf,iBAAiB,GACjB,WAAW,GACX,0BAA0B,GAC1B,mBAAmB,GACnB,cAAc,GACd,WAAW,GACX,mBAAmB,GACnB,OAAO,GACP,YAAY,GACZ,cAAc,GACd,UAAU,GACV,mBAAmB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ccd-read-fields-filter.pipe.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/pipes/complex/ccd-read-fields-filter.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAI5D,OAAO,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAC;;AAGrE,qBAGa,oBAAqB,YAAW,aAAa;IAExD,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,YAAY,CAKlC;IAEF,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,kBAAkB,CAAkF;IAE5H,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,YAAY,CAGlC;IAEF;;OAEG;IACH,OAAO,CAAC,MAAM,CAAC,cAAc;IAa7B,OAAO,CAAC,MAAM,CAAC,iBAAiB;IAoBhC,OAAO,CAAC,MAAM,CAAC,OAAO;IAKtB,OAAO,CAAC,MAAM,CAAC,UAAU;IAIzB,OAAO,CAAC,MAAM,CAAC,eAAe;IAK9B,OAAO,CAAC,MAAM,CAAC,SAAS;IAyBxB,OAAO,CAAC,MAAM,CAAC,QAAQ;IAUvB,OAAO,CAAC,MAAM,CAAC,uBAAuB;IAqBtC;;OAEG;IACI,SAAS,CACd,YAAY,EAAE,SAAS,EAAE,SAAS,CAAC,EAAE,OAAO,EAAE,KAAK,CAAC,EAAE,MAAM,EAC5D,WAAW,UAAQ,EAAE,SAAS,CAAC,EAAE,SAAS,GAAG,eAAe,EAAE,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,EAAE;iCA/HhF,oBAAoB;uCAApB,oBAAoB;CAiKhC"}
1
+ {"version":3,"file":"ccd-read-fields-filter.pipe.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/pipes/complex/ccd-read-fields-filter.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAI5D,OAAO,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAC;;AAGrE,qBAGa,oBAAqB,YAAW,aAAa;IAExD,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,YAAY,CAKlC;IAEF,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,kBAAkB,CAAkF;IAE5H,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,YAAY,CAGlC;IAEF;;OAEG;IACH,OAAO,CAAC,MAAM,CAAC,cAAc;IAa7B,OAAO,CAAC,MAAM,CAAC,iBAAiB;IAoBhC,OAAO,CAAC,MAAM,CAAC,OAAO;IAKtB,OAAO,CAAC,MAAM,CAAC,UAAU;IAIzB,OAAO,CAAC,MAAM,CAAC,eAAe;IAK9B,OAAO,CAAC,MAAM,CAAC,SAAS;IAoBxB,OAAO,CAAC,MAAM,CAAC,QAAQ;IAUvB,OAAO,CAAC,MAAM,CAAC,uBAAuB;IAqBtC;;OAEG;IACI,SAAS,CACd,YAAY,EAAE,SAAS,EAAE,SAAS,CAAC,EAAE,OAAO,EAAE,KAAK,CAAC,EAAE,MAAM,EAC5D,WAAW,UAAQ,EAAE,SAAS,CAAC,EAAE,SAAS,GAAG,eAAe,EAAE,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,EAAE;iCA1HhF,oBAAoB;uCAApB,oBAAoB;CA4JhC"}
@@ -1,7 +1,6 @@
1
1
  export * from './case-reference';
2
2
  export * from './case-title';
3
3
  export * from './complex';
4
- export * from './link-cases-reason-code';
5
4
  export * from './pipes.module';
6
5
  export * from './search-result/sorting/sort-search-result.pipe';
7
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/pipes/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,0BAA0B,CAAC;AACzC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iDAAiD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/pipes/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iDAAiD,CAAC"}
@@ -7,11 +7,10 @@ import * as i5 from "./complex/ccd-cyapage-label-filter.pipe";
7
7
  import * as i6 from "./complex/ccd-read-fields-filter.pipe";
8
8
  import * as i7 from "./complex/ccd-tab-fields.pipe";
9
9
  import * as i8 from "./complex/cdd-page-fields.pipe";
10
- import * as i9 from "./link-cases-reason-code/ccd-link-cases-reason-code.pipe";
11
- import * as i10 from "@angular/common";
10
+ import * as i9 from "@angular/common";
12
11
  export declare class PipesModule {
13
12
  static ɵfac: i0.ɵɵFactoryDef<PipesModule, never>;
14
- static ɵmod: i0.ɵɵNgModuleDefWithMeta<PipesModule, [typeof i1.CaseReferencePipe, typeof i2.SortSearchResultPipe, typeof i3.CcdCaseTitlePipe, typeof i4.CcdCollectionTableCaseFieldsFilterPipe, typeof i5.CcdCYAPageLabelFilterPipe, typeof i6.ReadFieldsFilterPipe, typeof i7.CcdTabFieldsPipe, typeof i8.CcdPageFieldsPipe, typeof i9.LinkCasesReasonValuePipe], [typeof i10.CommonModule], [typeof i1.CaseReferencePipe, typeof i2.SortSearchResultPipe, typeof i3.CcdCaseTitlePipe, typeof i4.CcdCollectionTableCaseFieldsFilterPipe, typeof i5.CcdCYAPageLabelFilterPipe, typeof i6.ReadFieldsFilterPipe, typeof i7.CcdTabFieldsPipe, typeof i8.CcdPageFieldsPipe, typeof i9.LinkCasesReasonValuePipe]>;
13
+ static ɵmod: i0.ɵɵNgModuleDefWithMeta<PipesModule, [typeof i1.CaseReferencePipe, typeof i2.SortSearchResultPipe, typeof i3.CcdCaseTitlePipe, typeof i4.CcdCollectionTableCaseFieldsFilterPipe, typeof i5.CcdCYAPageLabelFilterPipe, typeof i6.ReadFieldsFilterPipe, typeof i7.CcdTabFieldsPipe, typeof i8.CcdPageFieldsPipe], [typeof i9.CommonModule], [typeof i1.CaseReferencePipe, typeof i2.SortSearchResultPipe, typeof i3.CcdCaseTitlePipe, typeof i4.CcdCollectionTableCaseFieldsFilterPipe, typeof i5.CcdCYAPageLabelFilterPipe, typeof i6.ReadFieldsFilterPipe, typeof i7.CcdTabFieldsPipe, typeof i8.CcdPageFieldsPipe]>;
15
14
  static ɵinj: i0.ɵɵInjectorDef<PipesModule>;
16
15
  }
17
16
  //# sourceMappingURL=pipes.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"pipes.module.d.ts","sourceRoot":"","sources":["../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/pipes/pipes.module.ts"],"names":[],"mappings":";;;;;;;;;;;AAoBA,qBAWa,WAAW;iCAAX,WAAW;0CAAX,WAAW;kCAAX,WAAW;CAAG"}
1
+ {"version":3,"file":"pipes.module.d.ts","sourceRoot":"","sources":["../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/pipes/pipes.module.ts"],"names":[],"mappings":";;;;;;;;;;AAkBA,qBAWa,WAAW;iCAAX,WAAW;0CAAX,WAAW;kCAAX,WAAW;CAAG"}
@@ -24,7 +24,6 @@ export declare class FieldsUtils {
24
24
  static isNonEmptyArray(pageFormFields: any): boolean;
25
25
  static isCollection(pageFormFields: any): boolean;
26
26
  static isCollectionWithValue(pageFormFields: any[]): boolean;
27
- static isLinkedCasesCaseField(caseField: CaseField): boolean;
28
27
  static cloneObject(obj: any): any;
29
28
  static getCaseFields(caseView: CaseView): CaseField[];
30
29
  static addCaseFieldAndComponentReferences(c: AbstractControl, cf: CaseField, comp: AbstractFormFieldComponent): void;
@@ -1 +1 @@
1
- {"version":3,"file":"fields.utils.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/services/fields/fields.utils.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"fields.utils.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/services/fields/fields.utils.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hmcts/ccd-case-ui-toolkit",
3
- "version": "6.10.6-angular-upgrade-r4",
3
+ "version": "6.10.7-rollback-case-link",
4
4
  "engines": {
5
5
  "yarn": "^1.22.15",
6
6
  "npm": "^8.10.0"