@hmcts/ccd-case-ui-toolkit 5.0.38-case-flags-table-alignment → 5.0.41-case-link-integration-fixes

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 (44) hide show
  1. package/bundles/hmcts-ccd-case-ui-toolkit.umd.js +116 -29
  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.module.js +19 -0
  6. package/esm2015/lib/shared/commons/case-edit-data/case-edit-data.service.js +34 -0
  7. package/esm2015/lib/shared/commons/case-edit-data/case-edit-validation.model.js +2 -0
  8. package/esm2015/lib/shared/commons/case-edit-data/index.js +4 -0
  9. package/esm2015/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.js +23 -11
  10. package/esm2015/lib/shared/components/case-editor/case-editor.module.js +7 -1
  11. package/esm2015/lib/shared/components/palette/case-flag/components/manage-case-flags/manage-case-flags.component.js +1 -1
  12. package/esm2015/lib/shared/components/palette/case-link/components/link-cases/link-cases.component.js +2 -2
  13. package/esm2015/lib/shared/components/palette/case-link/components/write-linked-cases.component.js +20 -15
  14. package/esm2015/lib/shared/components/palette/case-link/write-case-link-field.component.js +4 -7
  15. package/esm2015/lib/shared/components/palette/palette.module.js +5 -1
  16. package/esm2015/lib/shared/components/palette/utils/is-compound.pipe.js +10 -1
  17. package/esm2015/lib/shared/index.js +2 -1
  18. package/fesm2015/hmcts-ccd-case-ui-toolkit.js +108 -30
  19. package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
  20. package/lib/shared/commons/case-edit-data/case-edit-data.module.d.ts +9 -0
  21. package/lib/shared/commons/case-edit-data/case-edit-data.module.d.ts.map +1 -0
  22. package/lib/shared/commons/case-edit-data/case-edit-data.service.d.ts +20 -0
  23. package/lib/shared/commons/case-edit-data/case-edit-data.service.d.ts.map +1 -0
  24. package/lib/shared/commons/case-edit-data/case-edit-validation.model.d.ts +5 -0
  25. package/lib/shared/commons/case-edit-data/case-edit-validation.model.d.ts.map +1 -0
  26. package/lib/shared/commons/case-edit-data/index.d.ts +4 -0
  27. package/lib/shared/commons/case-edit-data/index.d.ts.map +1 -0
  28. package/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.d.ts +4 -1
  29. package/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.d.ts.map +1 -1
  30. package/lib/shared/components/case-editor/case-editor.module.d.ts +10 -9
  31. package/lib/shared/components/case-editor/case-editor.module.d.ts.map +1 -1
  32. package/lib/shared/components/palette/case-flag/components/manage-case-flags/manage-case-flags.component.d.ts +1 -1
  33. package/lib/shared/components/palette/case-flag/components/manage-case-flags/manage-case-flags.component.d.ts.map +1 -1
  34. package/lib/shared/components/palette/case-link/components/write-linked-cases.component.d.ts +4 -4
  35. package/lib/shared/components/palette/case-link/components/write-linked-cases.component.d.ts.map +1 -1
  36. package/lib/shared/components/palette/case-link/write-case-link-field.component.d.ts +1 -3
  37. package/lib/shared/components/palette/case-link/write-case-link-field.component.d.ts.map +1 -1
  38. package/lib/shared/components/palette/palette.module.d.ts +24 -23
  39. package/lib/shared/components/palette/palette.module.d.ts.map +1 -1
  40. package/lib/shared/components/palette/utils/is-compound.pipe.d.ts +1 -0
  41. package/lib/shared/components/palette/utils/is-compound.pipe.d.ts.map +1 -1
  42. package/lib/shared/index.d.ts +1 -0
  43. package/lib/shared/index.d.ts.map +1 -1
  44. package/package.json +1 -1
@@ -0,0 +1,9 @@
1
+ import { ModuleWithProviders } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class CaseEditDataModule {
4
+ static forRoot(): ModuleWithProviders<CaseEditDataModule>;
5
+ static ɵfac: i0.ɵɵFactoryDef<CaseEditDataModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDefWithMeta<CaseEditDataModule, never, never, never>;
7
+ static ɵinj: i0.ɵɵInjectorDef<CaseEditDataModule>;
8
+ }
9
+ //# sourceMappingURL=case-edit-data.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"case-edit-data.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/commons/case-edit-data/case-edit-data.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAY,MAAM,eAAe,CAAC;;AAG9D,qBACa,kBAAkB;IAC3B,MAAM,CAAC,OAAO,IAAI,mBAAmB,CAAC,kBAAkB,CAAC;iCADhD,kBAAkB;0CAAlB,kBAAkB;kCAAlB,kBAAkB;CAO9B"}
@@ -0,0 +1,20 @@
1
+ import { LinkedCasesError } from '../../components';
2
+ import { CaseEditValidationError } from './case-edit-validation.model';
3
+ export declare class CaseEditDataService {
4
+ private title$;
5
+ private formValidationErrors$;
6
+ private linkError$;
7
+ private eventTriggerName$;
8
+ caseFormValidationErrors$: import("rxjs").Observable<CaseEditValidationError[]>;
9
+ caseLinkError$: import("rxjs").Observable<LinkedCasesError>;
10
+ caseEventTriggerName$: import("rxjs").Observable<string>;
11
+ constructor();
12
+ setCaseTitle(caseTitle: string): void;
13
+ setCaseEventTriggerName(triggerName: string): void;
14
+ setCaseLinkError(error: LinkedCasesError): void;
15
+ setFormValidationErrors(validationErrors: any[]): void;
16
+ clearFormValidationErrors(): void;
17
+ clearCaseLinkError(): void;
18
+ addFormValidationError(validationError: CaseEditValidationError): void;
19
+ }
20
+ //# sourceMappingURL=case-edit-data.service.d.ts.map
@@ -0,0 +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;IAEvD,yBAAyB,uDAA6C;IACtE,cAAc,8CAAkC;IAChD,qBAAqB,oCAAyC;;IAI9D,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;CAKhF"}
@@ -0,0 +1,5 @@
1
+ export declare type CaseEditValidationError = {
2
+ id: string;
3
+ message: string;
4
+ };
5
+ //# sourceMappingURL=case-edit-validation.model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"case-edit-validation.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/commons/case-edit-data/case-edit-validation.model.ts"],"names":[],"mappings":"AAAA,oBAAY,uBAAuB,GAAG;IAClC,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,MAAM,CAAA;CAClB,CAAA"}
@@ -0,0 +1,4 @@
1
+ export * from './case-edit-validation.model';
2
+ export * from './case-edit-data.service';
3
+ export * from './case-edit-data.module';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/commons/case-edit-data/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC"}
@@ -3,6 +3,7 @@ import { AbstractControl, FormGroup } from '@angular/forms';
3
3
  import { MatDialog, MatDialogConfig } from '@angular/material/dialog';
4
4
  import { ActivatedRoute } from '@angular/router';
5
5
  import { BehaviorSubject, Subject } from 'rxjs';
6
+ import { CaseEditDataService } from '../../../commons/case-edit-data';
6
7
  import { CaseEventData } from '../../../domain/case-event-data.model';
7
8
  import { CaseEventTrigger } from '../../../domain/case-view/case-event-trigger.model';
8
9
  import { CaseField } from '../../../domain/definition';
@@ -26,6 +27,7 @@ export declare class CaseEditPageComponent implements OnInit, AfterViewChecked {
26
27
  private readonly pageValidationService;
27
28
  private readonly dialog;
28
29
  private readonly caseFieldService;
30
+ private readonly caseEditDataService;
29
31
  static readonly RESUMED_FORM_DISCARD = "RESUMED_FORM_DISCARD";
30
32
  static readonly NEW_FORM_DISCARD = "NEW_FORM_DISCARD";
31
33
  static readonly NEW_FORM_SAVE = "NEW_FORM_CHANGED_SAVE";
@@ -57,7 +59,7 @@ export declare class CaseEditPageComponent implements OnInit, AfterViewChecked {
57
59
  hasPreviousPage$: BehaviorSubject<boolean>;
58
60
  private static scrollToTop;
59
61
  private static setFocusToTop;
60
- constructor(caseEdit: CaseEditComponent, route: ActivatedRoute, formValueService: FormValueService, formErrorService: FormErrorService, cdRef: ChangeDetectorRef, pageValidationService: PageValidationService, dialog: MatDialog, caseFieldService: CaseFieldService);
62
+ constructor(caseEdit: CaseEditComponent, route: ActivatedRoute, formValueService: FormValueService, formErrorService: FormErrorService, cdRef: ChangeDetectorRef, pageValidationService: PageValidationService, dialog: MatDialog, caseFieldService: CaseFieldService, caseEditDataService: CaseEditDataService);
61
63
  ngOnInit(): void;
62
64
  ngAfterViewChecked(): void;
63
65
  applyValuesChanged(valuesChanged: boolean): void;
@@ -102,6 +104,7 @@ export declare class CaseEditPageComponent implements OnInit, AfterViewChecked {
102
104
  * @returns CaseEventData for the specified parameters.
103
105
  */
104
106
  private getFilteredCaseEventData;
107
+ private syncCaseEditDataService;
105
108
  static ɵfac: i0.ɵɵFactoryDef<CaseEditPageComponent, never>;
106
109
  static ɵcmp: i0.ɵɵComponentDefWithMeta<CaseEditPageComponent, "ccd-case-edit-page", never, {}, {}, never, never>;
107
110
  }
@@ -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":"AAAA,OAAO,EAAE,gBAAgB,EAAE,iBAAiB,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AACvF,OAAO,EAAE,eAAe,EAAa,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACvE,OAAO,EAAE,SAAS,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AACtE,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,eAAe,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAC;AACtE,OAAO,EAAE,gBAAgB,EAAE,MAAM,oDAAoD,CAAC;AACtF,OAAO,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAEvD,OAAO,EAAE,SAAS,EAAE,MAAM,uCAAuC,CAAC;AAClE,OAAO,EAAE,gBAAgB,EAAE,MAAM,kDAAkD,CAAC;AAEpF,OAAO,EAAE,gBAAgB,EAAE,MAAM,2CAA2C,CAAC;AAC7E,OAAO,EAAE,gBAAgB,EAAE,MAAM,2CAA2C,CAAC;AAE7E,OAAO,EAAE,qBAAqB,EAAE,MAAM,kCAAkC,CAAC;AAEzE,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACrE,OAAO,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;AACzD,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAChD,OAAO,EAAE,qBAAqB,EAAE,MAAM,qCAAqC,CAAC;;AAE5E,qBAKa,qBAAsB,YAAW,MAAM,EAAE,gBAAgB;IA0ClE,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IACjC,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IACjC,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IACtC,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IA/CnC,gBAAuB,oBAAoB,0BAA0B;IACrE,gBAAuB,gBAAgB,sBAAsB;IAC7D,gBAAuB,aAAa,2BAA2B;IAC/D,gBAAuB,iBAAiB,uBAAuB;IAC/D,gBAAuB,kBAAkB,cAAc;IACvD,gBAAuB,iBAAiB,uBAAuB;IAC/D,gBAAuB,qBAAqB,iCAAiC;IAEtE,YAAY,EAAE,gBAAgB,CAAC;IAC/B,QAAQ,EAAE,SAAS,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,UAAU,CAAC;IACxB,YAAY,EAAE,eAAe,CAAC;IAC9B,KAAK,EAAE,SAAS,CAAC;IACjB,qBAAqB,EAAE,OAAO,CAAC,GAAG,CAAC,CAAiB;IACpD,aAAa,UAAS;IACtB,gBAAgB,SAA4C;IAC5D,yBAAyB,SAA+C;IACxE,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,UAAS;IACrB,iBAAiB,UAAS;IAC1B,iBAAiB,EAAE,OAAO,CAAC,OAAO,CAAC,CAAiB;IACpD,UAAU,EAAE,SAAS,EAAE,CAAC;IACxB,gBAAgB,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,EAAE,CAAM;IACzD,WAAW,EAAE,OAAO,CAAC;IACrB,aAAa,EAAE,gBAAgB,CAAC;IAChC,gBAAgB,EAAE,eAAe,CAAC,OAAO,CAAC,CAAuC;IAExF,OAAO,CAAC,MAAM,CAAC,WAAW;IAI1B,OAAO,CAAC,MAAM,CAAC,aAAa;gBAQT,QAAQ,EAAE,iBAAiB,EAC3B,KAAK,EAAE,cAAc,EACrB,gBAAgB,EAAE,gBAAgB,EAClC,gBAAgB,EAAE,gBAAgB,EAClC,KAAK,EAAE,iBAAiB,EACxB,qBAAqB,EAAE,qBAAqB,EAC5C,MAAM,EAAE,SAAS,EACjB,gBAAgB,EAAE,gBAAgB;IAG9C,QAAQ,IAAI,IAAI;IA4BhB,kBAAkB,IAAI,IAAI;IAI1B,kBAAkB,CAAC,aAAa,EAAE,OAAO,GAAG,IAAI;IAIhD,KAAK,IAAI,OAAO,CAAC,OAAO,CAAC;IAIzB,qBAAqB,IAAI,OAAO;IAIvC;;;;OAIG;IACI,cAAc,IAAI,IAAI;IAUtB,oBAAoB,CAAC,MAAM,EAAE,SAAS,EAAE,EAAE,SAAS,CAAC,EAAE,eAAe,EAAE,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI;IAoE3F,sBAAsB,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI;IAU/C,MAAM,IAAI,IAAI;IA2Bd,cAAc,CAAC,QAAQ,EAAE,aAAa,GAAG,IAAI;IAU7C,mBAAmB,CAAC,WAAW,EAAE,MAAM;IAIvC,4BAA4B,CAAC,WAAW,EAAE,MAAM,EAAE,QAAQ,EAAE,aAAa,EAAE,YAAY,EAAE,gBAAgB;IAQzG,uBAAuB,CAAC,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,GAAG,IAAI;IAcpF,oBAAoB,CAAC,YAAY,EAAE,qBAAqB;IAKxD,IAAI,IAAI,OAAO,CAAC,OAAO,CAAC;IAQxB,QAAQ,IAAI,OAAO,CAAC,OAAO,CAAC;IAQ5B,WAAW,IAAI,OAAO;IAItB,MAAM,IAAI,IAAI;IAwBd,UAAU,IAAI,OAAO;IAIrB,SAAS,IAAI,MAAM;IAInB,YAAY,IAAI,MAAM;IAKtB,aAAa,IAAI,MAAM;IAI9B,OAAO,CAAC,cAAc;IAMtB,OAAO,CAAC,OAAO;IAQf,OAAO,CAAC,WAAW;IAUnB,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,SAAS;IAWjB,OAAO,CAAC,aAAa;IAQrB,OAAO,CAAC,wCAAwC;IAUhD,OAAO,CAAC,kBAAkB;IA4B1B;;;;;;;OAOG;IACH,OAAO,CAAC,wBAAwB;iCA9ZrB,qBAAqB;2CAArB,qBAAqB;CA+ajC"}
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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"}
@@ -12,17 +12,18 @@ import * as i10 from "./case-progress/case-progress.component";
12
12
  import * as i11 from "@angular/common";
13
13
  import * as i12 from "@angular/router";
14
14
  import * as i13 from "@angular/forms";
15
- import * as i14 from "../palette/palette.module";
16
- import * as i15 from "../../directives/substitutor/label-substitutor.module";
17
- import * as i16 from "../../directives/conditional-show/conditional-show.module";
18
- import * as i17 from "../error/errors.module";
19
- import * as i18 from "@angular/cdk/portal";
20
- import * as i19 from "../loading-spinner/loading-spinner.module";
21
- import * as i20 from "../../../components/banners/banners.module";
22
- import * as i21 from "../error/callback-errors.component";
15
+ import * as i14 from "../../commons/case-edit-data/case-edit-data.module";
16
+ import * as i15 from "../palette/palette.module";
17
+ import * as i16 from "../../directives/substitutor/label-substitutor.module";
18
+ import * as i17 from "../../directives/conditional-show/conditional-show.module";
19
+ import * as i18 from "../error/errors.module";
20
+ import * as i19 from "@angular/cdk/portal";
21
+ import * as i20 from "../loading-spinner/loading-spinner.module";
22
+ import * as i21 from "../../../components/banners/banners.module";
23
+ import * as i22 from "../error/callback-errors.component";
23
24
  export declare class CaseEditorModule {
24
25
  static ɵfac: i0.ɵɵFactoryDef<CaseEditorModule, never>;
25
- static ɵmod: i0.ɵɵNgModuleDefWithMeta<CaseEditorModule, [typeof i1.CaseEditConfirmComponent, typeof i2.CaseEditComponent, typeof i3.CaseEditPageComponent, typeof i4.CaseEditFormComponent, typeof i5.CaseEditSubmitComponent, typeof i6.CaseEventCompletionComponent, typeof i7.CaseEventCompletionTaskCancelledComponent, typeof i8.CaseEventCompletionTaskReassignedComponent, typeof i9.CaseCreateComponent, typeof i10.CaseProgressComponent], [typeof i11.CommonModule, typeof i12.RouterModule, typeof i13.FormsModule, typeof i13.ReactiveFormsModule, typeof i14.PaletteModule, typeof i15.LabelSubstitutorModule, typeof i16.ConditionalShowModule, typeof i17.ErrorsModule, typeof i18.PortalModule, typeof i19.LoadingSpinnerModule, typeof i20.BannersModule], [typeof i1.CaseEditConfirmComponent, typeof i2.CaseEditComponent, typeof i3.CaseEditPageComponent, typeof i4.CaseEditFormComponent, typeof i5.CaseEditSubmitComponent, typeof i9.CaseCreateComponent, typeof i10.CaseProgressComponent, typeof i21.CallbackErrorsComponent]>;
26
+ static ɵmod: i0.ɵɵNgModuleDefWithMeta<CaseEditorModule, [typeof i1.CaseEditConfirmComponent, typeof i2.CaseEditComponent, typeof i3.CaseEditPageComponent, typeof i4.CaseEditFormComponent, typeof i5.CaseEditSubmitComponent, typeof i6.CaseEventCompletionComponent, typeof i7.CaseEventCompletionTaskCancelledComponent, typeof i8.CaseEventCompletionTaskReassignedComponent, typeof i9.CaseCreateComponent, typeof i10.CaseProgressComponent], [typeof i11.CommonModule, typeof i12.RouterModule, typeof i13.FormsModule, typeof i13.ReactiveFormsModule, typeof i14.CaseEditDataModule, typeof i15.PaletteModule, typeof i16.LabelSubstitutorModule, typeof i17.ConditionalShowModule, typeof i18.ErrorsModule, typeof i19.PortalModule, typeof i20.LoadingSpinnerModule, typeof i21.BannersModule], [typeof i1.CaseEditConfirmComponent, typeof i2.CaseEditComponent, typeof i3.CaseEditPageComponent, typeof i4.CaseEditFormComponent, typeof i5.CaseEditSubmitComponent, typeof i9.CaseCreateComponent, typeof i10.CaseProgressComponent, typeof i22.CallbackErrorsComponent]>;
26
27
  static ɵinj: i0.ɵɵInjectorDef<CaseEditorModule>;
27
28
  }
28
29
  //# sourceMappingURL=case-editor.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"case-editor.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-editor.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAsDA,qBAiEa,gBAAgB;iCAAhB,gBAAgB;0CAAhB,gBAAgB;kCAAhB,gBAAgB;CAAI"}
1
+ {"version":3,"file":"case-editor.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-editor.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAuDA,qBAmEa,gBAAgB;iCAAhB,gBAAgB;0CAAhB,gBAAgB;kCAAhB,gBAAgB;CAAI"}
@@ -16,7 +16,7 @@ export declare class ManageCaseFlagsComponent implements OnInit {
16
16
  flagsDisplayData: FlagDetailDisplayWithFormGroupPath[];
17
17
  flags: Flags;
18
18
  noFlagsError: boolean;
19
- selectedControlName: string;
19
+ readonly selectedControlName = "selectedManageCaseLocation";
20
20
  ngOnInit(): void;
21
21
  mapFlagDetailForDisplay(flagDetail: FlagDetail, flagsInstance: FlagsWithFormGroupPath): FlagDetailDisplayWithFormGroupPath;
22
22
  processLabel(flagDisplay: FlagDetailDisplayWithFormGroupPath): string;
@@ -1 +1 @@
1
- {"version":3,"file":"manage-case-flags.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-flag/components/manage-case-flags/manage-case-flags.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAA6B,MAAM,eAAe,CAAC;AAClG,OAAO,EAAe,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,kCAAkC,EAAE,KAAK,EAAE,sBAAsB,EAAE,MAAM,cAAc,CAAC;AAC5H,OAAO,EAAsB,uBAAuB,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;;AAElG,qBAMa,wBAAyB,YAAW,MAAM;IAErD,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,8BAA8B,CAAe;IAErD,SAAS,EAAE,SAAS,CAAC;IACrB,SAAS,EAAE,sBAAsB,EAAE,CAAC;IACpC,SAAS,EAAE,MAAM,CAAC;IACjB,oBAAoB,EAAE,YAAY,CAAC,aAAa,CAAC,CAAqC;IAEhG,mBAAmB,EAAE,uBAAuB,CAAC;IAC7C,aAAa,EAAE,YAAY,EAAE,CAAM;IACnC,kCAAkC,EAAE,sBAAsB,CAAQ;IAClE,gBAAgB,EAAE,kCAAkC,EAAE,CAAC;IACvD,KAAK,EAAE,KAAK,CAAC;IACb,YAAY,UAAS;IACrB,mBAAmB,SAAgC;IAEnD,QAAQ,IAAI,IAAI;IAgChB,uBAAuB,CAAC,UAAU,EAAE,UAAU,EAAE,aAAa,EAAE,sBAAsB,GAAG,kCAAkC;IAa1H,YAAY,CAAC,WAAW,EAAE,kCAAkC,GAAG,MAAM;IAarE,YAAY,CAAC,WAAW,EAAE,kCAAkC,GAAG,MAAM;IAUrE,WAAW,CAAC,UAAU,EAAE,UAAU,GAAG,MAAM;IAU3C,kBAAkB,CAAC,UAAU,EAAE,UAAU,GAAG,MAAM;IAalD,aAAa,CAAC,WAAW,EAAE,kCAAkC,GAAG,MAAM;IAOtE,eAAe,CAAC,UAAU,EAAE,UAAU,GAAG,MAAM;IAO/C,MAAM,IAAI,IAAI;IAarB,OAAO,CAAC,iBAAiB;IAazB,OAAO,CAAC,cAAc;iCApJX,wBAAwB;2CAAxB,wBAAwB;CA+JpC"}
1
+ {"version":3,"file":"manage-case-flags.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-flag/components/manage-case-flags/manage-case-flags.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAA6B,MAAM,eAAe,CAAC;AAClG,OAAO,EAAe,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,kCAAkC,EAAE,KAAK,EAAE,sBAAsB,EAAE,MAAM,cAAc,CAAC;AAC5H,OAAO,EAAsB,uBAAuB,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;;AAElG,qBAMa,wBAAyB,YAAW,MAAM;IAErD,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,8BAA8B,CAAe;IAErD,SAAS,EAAE,SAAS,CAAC;IACrB,SAAS,EAAE,sBAAsB,EAAE,CAAC;IACpC,SAAS,EAAE,MAAM,CAAC;IACjB,oBAAoB,EAAE,YAAY,CAAC,aAAa,CAAC,CAAqC;IAEhG,mBAAmB,EAAE,uBAAuB,CAAC;IAC7C,aAAa,EAAE,YAAY,EAAE,CAAM;IACnC,kCAAkC,EAAE,sBAAsB,CAAQ;IAClE,gBAAgB,EAAE,kCAAkC,EAAE,CAAC;IACvD,KAAK,EAAE,KAAK,CAAC;IACb,YAAY,UAAS;IAC5B,SAAgB,mBAAmB,gCAAgC;IAE5D,QAAQ,IAAI,IAAI;IAgChB,uBAAuB,CAAC,UAAU,EAAE,UAAU,EAAE,aAAa,EAAE,sBAAsB,GAAG,kCAAkC;IAa1H,YAAY,CAAC,WAAW,EAAE,kCAAkC,GAAG,MAAM;IAarE,YAAY,CAAC,WAAW,EAAE,kCAAkC,GAAG,MAAM;IAUrE,WAAW,CAAC,UAAU,EAAE,UAAU,GAAG,MAAM;IAU3C,kBAAkB,CAAC,UAAU,EAAE,UAAU,GAAG,MAAM;IAalD,aAAa,CAAC,WAAW,EAAE,kCAAkC,GAAG,MAAM;IAOtE,eAAe,CAAC,UAAU,EAAE,UAAU,GAAG,MAAM;IAO/C,MAAM,IAAI,IAAI;IAarB,OAAO,CAAC,iBAAiB;IAazB,OAAO,CAAC,cAAc;iCApJX,wBAAwB;2CAAxB,wBAAwB;CA+JpC"}
@@ -1,9 +1,9 @@
1
1
  import { AfterViewInit, EventEmitter, OnInit } from '@angular/core';
2
2
  import { FormGroup } from '@angular/forms';
3
3
  import { AbstractAppConfig } from '../../../../../app.config';
4
+ import { CaseEditDataService } from '../../../../commons/case-edit-data';
4
5
  import { CaseField, ErrorMessage } from '../../../../domain';
5
6
  import { CommonDataService } from '../../../../services/common-data-service/common-data-service';
6
- import { CaseEditPageComponent } from '../../../case-editor/case-edit-page/case-edit-page.component';
7
7
  import { CaseEditComponent } from '../../../case-editor/case-edit/case-edit.component';
8
8
  import { CasesService } from '../../../case-editor/services/cases.service';
9
9
  import { AbstractFieldWriteComponent } from '../../base-field';
@@ -17,9 +17,9 @@ export declare class WriteLinkedCasesComponent extends AbstractFieldWriteCompone
17
17
  private readonly commonDataService;
18
18
  private readonly casesService;
19
19
  private readonly linkedCasesService;
20
+ private readonly caseEditDataService;
20
21
  caseFields: CaseField[];
21
22
  caseField: CaseField;
22
- caseEditPageComponent: CaseEditPageComponent;
23
23
  onLinkedCasesSelected: EventEmitter<any>;
24
24
  isLinkedCasesJourney: boolean;
25
25
  formGroup: FormGroup;
@@ -28,7 +28,7 @@ export declare class WriteLinkedCasesComponent extends AbstractFieldWriteCompone
28
28
  linkedCasesEventTriggers: typeof LinkedCasesEventTriggers;
29
29
  linkedCases: CaseLink[];
30
30
  errorMessages: ErrorMessage[];
31
- constructor(caseEdit: CaseEditComponent, appConfig: AbstractAppConfig, commonDataService: CommonDataService, casesService: CasesService, linkedCasesService: LinkedCasesService);
31
+ constructor(caseEdit: CaseEditComponent, appConfig: AbstractAppConfig, commonDataService: CommonDataService, casesService: CasesService, linkedCasesService: LinkedCasesService, caseEditDataService: CaseEditDataService);
32
32
  ngOnInit(): void;
33
33
  ngAfterViewInit(): void;
34
34
  onLinkedCasesStateEmitted(linkedCasesState: LinkedCasesState): void;
@@ -40,6 +40,6 @@ export declare class WriteLinkedCasesComponent extends AbstractFieldWriteCompone
40
40
  getLinkedCases(): void;
41
41
  navigateToErrorElement(elementId: string): void;
42
42
  static ɵfac: i0.ɵɵFactoryDef<WriteLinkedCasesComponent, never>;
43
- static ɵcmp: i0.ɵɵComponentDefWithMeta<WriteLinkedCasesComponent, "ccd-write-linked-cases", never, { "caseFields": "caseFields"; "caseField": "caseField"; "caseEditPageComponent": "caseEditPageComponent"; "isLinkedCasesJourney": "isLinkedCasesJourney"; "formGroup": "formGroup"; }, { "onLinkedCasesSelected": "onLinkedCasesSelected"; }, never, never>;
43
+ static ɵcmp: i0.ɵɵComponentDefWithMeta<WriteLinkedCasesComponent, "ccd-write-linked-cases", never, { "caseFields": "caseFields"; "caseField": "caseField"; "isLinkedCasesJourney": "isLinkedCasesJourney"; "formGroup": "formGroup"; }, { "onLinkedCasesSelected": "onLinkedCasesSelected"; }, never, never>;
44
44
  }
45
45
  //# sourceMappingURL=write-linked-cases.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"write-linked-cases.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-link/components/write-linked-cases.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC9F,OAAO,EAAe,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAC9D,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAE7D,OAAO,EAAE,iBAAiB,EAAE,MAAM,8DAA8D,CAAC;AACjG,OAAO,EAAE,qBAAqB,EAAE,MAAM,8DAA8D,CAAC;AACrG,OAAO,EAAE,iBAAiB,EAAE,MAAM,oDAAoD,CAAC;AACvF,OAAO,EAAE,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAC3E,OAAO,EAAE,2BAA2B,EAAE,MAAM,kBAAkB,CAAC;AAC/D,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AACvD,OAAO,EAA4B,wBAAwB,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAChG,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;;AAEjD,qBAIa,yBAA0B,SAAQ,2BAA4B,YAAW,MAAM,EAAE,aAAa;IA0BvG,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAClC,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IA3B9B,UAAU,EAAE,SAAS,EAAE,CAAC;IAGxB,SAAS,EAAE,SAAS,CAAC;IAGrB,qBAAqB,EAAE,qBAAqB,CAAC;IAG7C,qBAAqB,oBAA2B;IAEhD,oBAAoB,UAAS;IAG7B,SAAS,EAAE,SAAS,CAAC;IAErB,eAAe,EAAE,MAAM,CAAC;IACxB,gBAAgB,0BAAoB;IACpC,wBAAwB,kCAA4B;IACpD,WAAW,EAAE,QAAQ,EAAE,CAAM;IAC7B,aAAa,EAAE,YAAY,EAAE,CAAM;gBAGvB,QAAQ,EAAE,iBAAiB,EAC3B,SAAS,EAAE,iBAAiB,EAC5B,iBAAiB,EAAE,iBAAiB,EACpC,YAAY,EAAE,YAAY,EAC1B,kBAAkB,EAAE,kBAAkB;IAIlD,QAAQ,IAAI,IAAI;IAgBhB,eAAe,IAAI,IAAI;IAWvB,yBAAyB,CAAC,gBAAgB,EAAE,gBAAgB,GAAG,IAAI;IAgBnE,cAAc,IAAI,OAAO;IAIzB,uCAAuC,IAAI,IAAI;IAe/C,iBAAiB,IAAI,IAAI;IAYzB,aAAa,IAAI,OAAO;IAIxB,WAAW,CAAC,gBAAgB,EAAE,gBAAgB,GAAG,MAAM;IAUvD,cAAc,IAAI,IAAI;IAwBtB,sBAAsB,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI;iCAlJ3C,yBAAyB;2CAAzB,yBAAyB;CA2JrC"}
1
+ {"version":3,"file":"write-linked-cases.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-link/components/write-linked-cases.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC9F,OAAO,EAAe,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAC9D,OAAO,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AACzE,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAE7D,OAAO,EAAE,iBAAiB,EAAE,MAAM,8DAA8D,CAAC;AACjG,OAAO,EAAE,iBAAiB,EAAE,MAAM,oDAAoD,CAAC;AACvF,OAAO,EAAE,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAC3E,OAAO,EAAE,2BAA2B,EAAE,MAAM,kBAAkB,CAAC;AAC/D,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AACvD,OAAO,EAA4B,wBAAwB,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAChG,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;;AAEjD,qBAIa,yBAA0B,SAAQ,2BAA4B,YAAW,MAAM,EAAE,aAAa;IAuBvG,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,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;IAzB/B,UAAU,EAAE,SAAS,EAAE,CAAC;IAGxB,SAAS,EAAE,SAAS,CAAC;IAGrB,qBAAqB,oBAA2B;IAEhD,oBAAoB,UAAS;IAG7B,SAAS,EAAE,SAAS,CAAC;IAErB,eAAe,EAAE,MAAM,CAAC;IACxB,gBAAgB,0BAAoB;IACpC,wBAAwB,kCAA4B;IACpD,WAAW,EAAE,QAAQ,EAAE,CAAM;IAC7B,aAAa,EAAE,YAAY,EAAE,CAAM;gBAGvB,QAAQ,EAAE,iBAAiB,EAC3B,SAAS,EAAE,iBAAiB,EAC5B,iBAAiB,EAAE,iBAAiB,EACpC,YAAY,EAAE,YAAY,EAC1B,kBAAkB,EAAE,kBAAkB,EACtC,mBAAmB,EAAE,mBAAmB;IAIpD,QAAQ,IAAI,IAAI;IAqBhB,eAAe,IAAI,IAAI;IAWvB,yBAAyB,CAAC,gBAAgB,EAAE,gBAAgB,GAAG,IAAI;IAiBnE,cAAc,IAAI,OAAO;IAIzB,uCAAuC,IAAI,IAAI;IAe/C,iBAAiB,IAAI,IAAI;IAYzB,aAAa,IAAI,OAAO;IAIxB,WAAW,CAAC,gBAAgB,EAAE,gBAAgB,GAAG,MAAM;IAUvD,cAAc,IAAI,IAAI;IAwBtB,sBAAsB,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI;iCAtJ3C,yBAAyB;2CAAzB,yBAAyB;CA+JrC"}
@@ -1,7 +1,6 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import { AbstractControl, FormArray, FormGroup } from '@angular/forms';
3
3
  import { CaseField } from '../../../domain/definition/case-field.model';
4
- import { CaseEditPageComponent } from '../../case-editor/case-edit-page/case-edit-page.component';
5
4
  import { AbstractFieldWriteComponent } from '../base-field/abstract-field-write.component';
6
5
  import { WriteComplexFieldComponent } from '../complex/write-complex-field.component';
7
6
  import { LinkedCasesService } from './services';
@@ -11,7 +10,6 @@ export declare class WriteCaseLinkFieldComponent extends AbstractFieldWriteCompo
11
10
  caseFields: CaseField[];
12
11
  formGroup: FormGroup;
13
12
  formArray: FormArray;
14
- caseEditPageComponent: CaseEditPageComponent;
15
13
  caseReferenceControl: AbstractControl;
16
14
  caseLinkGroup: FormGroup;
17
15
  containsCaseLinkCollection: boolean;
@@ -22,6 +20,6 @@ export declare class WriteCaseLinkFieldComponent extends AbstractFieldWriteCompo
22
20
  validCaseReference(valueString: string): boolean;
23
21
  hasCaseLinkCollection(): boolean;
24
22
  static ɵfac: i0.ɵɵFactoryDef<WriteCaseLinkFieldComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDefWithMeta<WriteCaseLinkFieldComponent, "ccd-write-case-link-field", never, { "caseFields": "caseFields"; "formGroup": "formGroup"; "caseEditPageComponent": "caseEditPageComponent"; }, {}, never, never>;
23
+ static ɵcmp: i0.ɵɵComponentDefWithMeta<WriteCaseLinkFieldComponent, "ccd-write-case-link-field", never, { "caseFields": "caseFields"; "formGroup": "formGroup"; }, {}, never, never>;
26
24
  }
27
25
  //# 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,qBAAqB,EAAE,MAAM,2DAA2D,CAAC;AAClG,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;aAoBhE,kBAAkB,EAAE,kBAAkB;IAjB3D,UAAU,EAAE,SAAS,EAAE,CAAM;IAG7B,SAAS,EAAE,SAAS,CAAC;IAErB,SAAS,EAAE,SAAS,CAAC;IAGrB,qBAAqB,EAAE,qBAAqB,CAAC;IAE7C,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;iCA7D5B,2BAA2B;2CAA3B,2BAA2B;CAoEvC"}
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"}
@@ -96,31 +96,32 @@ import * as i94 from "./case-link/components/no-linked-cases/no-linked-cases.com
96
96
  import * as i95 from "@angular/common";
97
97
  import * as i96 from "@angular/router";
98
98
  import * as i97 from "@angular/forms";
99
- import * as i98 from "./utils/utils.module";
100
- import * as i99 from "../../pipes/pipes.module";
101
- import * as i100 from "../../../components/banners/banners.module";
102
- import * as i101 from "../../../components/header/headers.module";
103
- import * as i102 from "../../../components/footer/footers.module";
104
- import * as i103 from "../../../components/body/body.module";
105
- import * as i104 from "../../../components/form/form.module";
106
- import * as i105 from "../../../components/tabs/tabs.module";
107
- import * as i106 from "../../directives/substitutor/label-substitutor.module";
108
- import * as i107 from "ngx-md";
109
- import * as i108 from "@angular-material-components/datetime-picker";
110
- import * as i109 from "@angular/material/form-field";
111
- import * as i110 from "@angular/material/input";
112
- import * as i111 from "@angular/material/datepicker";
113
- import * as i112 from "@angular/material/autocomplete";
114
- import * as i113 from "@angular/cdk/tree";
115
- import * as i114 from "@angular/cdk/overlay";
116
- import * as i115 from "@hmcts/ccpay-web-component";
117
- import * as i116 from "@nicky-lenaers/ngx-scroll-to";
118
- import * as i117 from "@angular/material/dialog";
119
- import * as i118 from "@hmcts/media-viewer";
120
- import * as i119 from "../../services/loading/loading.module";
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";
121
122
  export declare class PaletteModule {
122
123
  static ɵfac: i0.ɵɵFactoryDef<PaletteModule, never>;
123
- 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.PaletteUtilsModule, typeof i99.PipesModule, typeof i100.BannersModule, typeof i101.HeadersModule, typeof i102.FootersModule, typeof i103.BodyModule, typeof i104.FormModule, typeof i105.TabsModule, typeof i106.LabelSubstitutorModule, typeof i107.NgxMdModule, typeof i108.NgxMatDatetimePickerModule, typeof i108.NgxMatTimepickerModule, typeof i108.NgxMatNativeDateModule, typeof i109.MatFormFieldModule, typeof i110.MatInputModule, typeof i111.MatDatepickerModule, typeof i112.MatAutocompleteModule, typeof i113.CdkTreeModule, typeof i114.OverlayModule, typeof i115.PaymentLibModule, typeof i116.ScrollToModule, typeof i117.MatDialogModule, typeof i118.MediaViewerModule, typeof i119.LoadingModule], [typeof i108.NgxMatDatetimePickerModule, typeof i108.NgxMatNativeDateModule, typeof i108.NgxMatTimepickerModule, typeof i105.TabsModule, typeof i98.PaletteUtilsModule, typeof i99.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]>;
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]>;
124
125
  static ɵinj: i0.ɵɵInjectorDef<PaletteModule>;
125
126
  }
126
127
  //# 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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiLA,qBA0Ea,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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkLA,qBA2Ea,aAAa;iCAAb,aAAa;0CAAb,aAAa;kCAAb,aAAa;CACzB"}
@@ -2,6 +2,7 @@ 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;
5
6
  private static readonly COMPOUND_TYPES;
6
7
  private static readonly EXCLUDE;
7
8
  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,cAAc,CAapC;IAEF,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,OAAO,CAG7B;IAEK,SAAS,CAAC,KAAK,EAAE,SAAS,GAAG,OAAO;iCAtBhC,cAAc;uCAAd,cAAc;CAqC1B"}
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"}
@@ -6,4 +6,5 @@ export * from './pipes';
6
6
  export * from './services';
7
7
  export * from './test/test-route-snapshot-builder';
8
8
  export * from './services/fields';
9
+ export * from './commons/case-edit-data';
9
10
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../projects/ccd-case-ui-toolkit/src/lib/shared/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,+BAA+B,CAAC;AAC9C,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,oCAAoC,CAAC;AACnD,cAAc,mBAAmB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../projects/ccd-case-ui-toolkit/src/lib/shared/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,+BAA+B,CAAC;AAC9C,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,oCAAoC,CAAC;AACnD,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hmcts/ccd-case-ui-toolkit",
3
- "version": "5.0.38-case-flags-table-alignment",
3
+ "version": "5.0.41-case-link-integration-fixes",
4
4
  "engines": {
5
5
  "yarn": "^1.22.15",
6
6
  "npm": "^8.10.0"