@hmcts/ccd-case-ui-toolkit 6.14.0 → 6.14.4

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 (57) hide show
  1. package/bundles/hmcts-ccd-case-ui-toolkit.umd.js +372 -174
  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/app.config.js +1 -1
  6. package/esm2015/lib/shared/components/palette/base-field/field-read.component.js +2 -2
  7. package/esm2015/lib/shared/components/palette/base-field/field-write.component.js +2 -2
  8. package/esm2015/lib/shared/components/palette/base-field/payment-field.component.js +1 -4
  9. package/esm2015/lib/shared/components/palette/case-file-view/case-file-view-field.component.js +12 -5
  10. package/esm2015/lib/shared/components/palette/case-file-view/index.js +1 -2
  11. package/esm2015/lib/shared/components/palette/collection/write-collection-field.component.js +13 -2
  12. package/esm2015/lib/shared/components/palette/dynamic-multi-select-list/index.js +3 -0
  13. package/esm2015/lib/shared/components/palette/dynamic-multi-select-list/read-dynamic-multi-select-list-field.component.js +47 -0
  14. package/esm2015/lib/shared/components/palette/dynamic-multi-select-list/write-dynamic-multi-select-list-field.component.js +153 -0
  15. package/esm2015/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.js +5 -6
  16. package/esm2015/lib/shared/components/palette/index.js +2 -1
  17. package/esm2015/lib/shared/components/palette/palette.module.js +30 -7
  18. package/esm2015/lib/shared/components/palette/palette.service.js +5 -3
  19. package/esm2015/lib/shared/components/palette/payment/case-payment-history-viewer-field.component.js +3 -3
  20. package/esm2015/lib/shared/components/palette/waystopay/waystopay-field.component.js +4 -4
  21. package/esm2015/lib/shared/domain/definition/case-field.model.js +6 -3
  22. package/esm2015/lib/shared/domain/definition/field-type-enum.model.js +1 -1
  23. package/esm2015/lib/shared/services/form/field-type-sanitiser.js +16 -1
  24. package/fesm2015/hmcts-ccd-case-ui-toolkit.js +335 -159
  25. package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
  26. package/lib/app.config.d.ts +0 -2
  27. package/lib/app.config.d.ts.map +1 -1
  28. package/lib/shared/components/palette/base-field/payment-field.component.d.ts +0 -1
  29. package/lib/shared/components/palette/base-field/payment-field.component.d.ts.map +1 -1
  30. package/lib/shared/components/palette/case-file-view/case-file-view-field.component.d.ts +5 -2
  31. package/lib/shared/components/palette/case-file-view/case-file-view-field.component.d.ts.map +1 -1
  32. package/lib/shared/components/palette/case-file-view/index.d.ts +0 -1
  33. package/lib/shared/components/palette/case-file-view/index.d.ts.map +1 -1
  34. package/lib/shared/components/palette/collection/write-collection-field.component.d.ts +1 -0
  35. package/lib/shared/components/palette/collection/write-collection-field.component.d.ts.map +1 -1
  36. package/lib/shared/components/palette/dynamic-multi-select-list/index.d.ts +3 -0
  37. package/lib/shared/components/palette/dynamic-multi-select-list/index.d.ts.map +1 -0
  38. package/lib/shared/components/palette/dynamic-multi-select-list/read-dynamic-multi-select-list-field.component.d.ts +9 -0
  39. package/lib/shared/components/palette/dynamic-multi-select-list/read-dynamic-multi-select-list-field.component.d.ts.map +1 -0
  40. package/lib/shared/components/palette/dynamic-multi-select-list/write-dynamic-multi-select-list-field.component.d.ts +17 -0
  41. package/lib/shared/components/palette/dynamic-multi-select-list/write-dynamic-multi-select-list-field.component.d.ts.map +1 -0
  42. package/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.d.ts +1 -1
  43. package/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.d.ts.map +1 -1
  44. package/lib/shared/components/palette/index.d.ts +1 -0
  45. package/lib/shared/components/palette/index.d.ts.map +1 -1
  46. package/lib/shared/components/palette/palette.module.d.ts +60 -59
  47. package/lib/shared/components/palette/palette.module.d.ts.map +1 -1
  48. package/lib/shared/components/palette/palette.service.d.ts.map +1 -1
  49. package/lib/shared/domain/definition/case-field.model.d.ts.map +1 -1
  50. package/lib/shared/domain/definition/field-type-enum.model.d.ts +1 -1
  51. package/lib/shared/domain/definition/field-type-enum.model.d.ts.map +1 -1
  52. package/lib/shared/services/form/field-type-sanitiser.d.ts +2 -0
  53. package/lib/shared/services/form/field-type-sanitiser.d.ts.map +1 -1
  54. package/package.json +1 -1
  55. package/esm2015/lib/shared/components/palette/case-file-view/case-file-view-field-read.component.js +0 -72
  56. package/lib/shared/components/palette/case-file-view/case-file-view-field-read.component.d.ts +0 -8
  57. package/lib/shared/components/palette/case-file-view/case-file-view-field-read.component.d.ts.map +0 -1
@@ -62,7 +62,6 @@ export declare abstract class AbstractAppConfig {
62
62
  getAccessManagementRequestReviewMockModel(): AccessManagementRequestReviewMockModel;
63
63
  getLocationRefApiUrl(): string;
64
64
  abstract getRefundsUrl(): string;
65
- abstract getNotificationUrl(): string;
66
65
  abstract getPaymentReturnUrl(): string;
67
66
  abstract getCategoriesAndDocumentsUrl(): string;
68
67
  abstract getDocumentDataUrl(): string;
@@ -128,7 +127,6 @@ export declare class CaseEditorConfig {
128
127
  location_ref_api_url?: string;
129
128
  cam_role_assignments_api_url?: string;
130
129
  refunds_url: string;
131
- notification_url: string;
132
130
  payment_return_url: string;
133
131
  categories_and_documents_url: string;
134
132
  document_data_url: string;
@@ -1 +1 @@
1
- {"version":3,"file":"app.config.d.ts","sourceRoot":"","sources":["../../../projects/ccd-case-ui-toolkit/src/lib/app.config.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"app.config.d.ts","sourceRoot":"","sources":["../../../projects/ccd-case-ui-toolkit/src/lib/app.config.ts"],"names":[],"mappings":"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"}
@@ -8,7 +8,6 @@ export declare abstract class PaymentField extends AbstractFieldReadComponent {
8
8
  getBaseURL(): string;
9
9
  getPayBulkScanBaseURL(): string;
10
10
  getRefundsUrl(): string;
11
- getNotificationUrl(): string;
12
11
  getUserRoles(): any;
13
12
  getUserEmail(): any;
14
13
  }
@@ -1 +1 @@
1
- {"version":3,"file":"payment-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/base-field/payment-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,qBAAqB,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAO,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAE7E,8BAAsB,YAAa,SAAQ,0BAA0B;IAE7D,SAAS,CAAC,QAAQ,CAAC,SAAS,EAAE,iBAAiB;IAC/C,SAAS,CAAC,QAAQ,CAAC,cAAc,EAAE,qBAAqB;gBADrC,SAAS,EAAE,iBAAiB,EAC5B,cAAc,EAAE,qBAAqB;IAKrD,UAAU;IAIV,qBAAqB;IAIrB,aAAa;IAIb,kBAAkB;IAIlB,YAAY;IAQZ,YAAY;CAOtB"}
1
+ {"version":3,"file":"payment-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/base-field/payment-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,qBAAqB,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAO,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAE7E,8BAAsB,YAAa,SAAQ,0BAA0B;IAE7D,SAAS,CAAC,QAAQ,CAAC,SAAS,EAAE,iBAAiB;IAC/C,SAAS,CAAC,QAAQ,CAAC,cAAc,EAAE,qBAAqB;gBADrC,SAAS,EAAE,iBAAiB,EAC5B,cAAc,EAAE,qBAAqB;IAKrD,UAAU;IAIV,qBAAqB;IAIrB,aAAa;IAIb,YAAY;IAQZ,YAAY;CAOtB"}
@@ -1,8 +1,9 @@
1
1
  import { AfterViewInit, ElementRef, OnDestroy, OnInit } from '@angular/core';
2
2
  import { ActivatedRoute } from '@angular/router';
3
3
  import { Observable, Subscription } from 'rxjs';
4
+ import { CaseField } from '../../../domain';
4
5
  import { CategoriesAndDocuments, DocumentTreeNode } from '../../../domain/case-file-view';
5
- import { CaseFileViewService, DocumentManagementService, LoadingService } from '../../../services';
6
+ import { CaseFileViewService, DocumentManagementService, LoadingService, SessionStorageService } from '../../../services';
6
7
  import * as i0 from "@angular/core";
7
8
  export declare class CaseFileViewFieldComponent implements OnInit, AfterViewInit, OnDestroy {
8
9
  private readonly elementRef;
@@ -10,6 +11,7 @@ export declare class CaseFileViewFieldComponent implements OnInit, AfterViewInit
10
11
  private caseFileViewService;
11
12
  private documentManagementService;
12
13
  private readonly loadingService;
14
+ private readonly sessionStorageService;
13
15
  static readonly PARAM_CASE_ID = "cid";
14
16
  allowMoving: boolean;
15
17
  categoriesAndDocuments$: Observable<CategoriesAndDocuments>;
@@ -21,7 +23,8 @@ export declare class CaseFileViewFieldComponent implements OnInit, AfterViewInit
21
23
  content_type: string;
22
24
  } | undefined;
23
25
  private caseVersion;
24
- constructor(elementRef: ElementRef, route: ActivatedRoute, caseFileViewService: CaseFileViewService, documentManagementService: DocumentManagementService, loadingService: LoadingService);
26
+ caseField: CaseField;
27
+ constructor(elementRef: ElementRef, route: ActivatedRoute, caseFileViewService: CaseFileViewService, documentManagementService: DocumentManagementService, loadingService: LoadingService, sessionStorageService: SessionStorageService);
25
28
  ngOnInit(): void;
26
29
  ngAfterViewInit(): void;
27
30
  setMediaViewerFile(document: DocumentTreeNode): void;
@@ -1 +1 @@
1
- {"version":3,"file":"case-file-view-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-file-view/case-file-view-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,UAAU,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACxF,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAa,UAAU,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AAE3D,OAAO,EAAE,sBAAsB,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAC1F,OAAO,EAAE,mBAAmB,EAAE,yBAAyB,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;;AAEnG,qBAKa,0BAA2B,YAAW,MAAM,EAAE,aAAa,EAAE,SAAS;IASrE,OAAO,CAAC,QAAQ,CAAC,UAAU;IAC3B,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,mBAAmB;IAC3B,OAAO,CAAC,yBAAyB;IACjC,OAAO,CAAC,QAAQ,CAAC,cAAc;IAZ3C,gBAAuB,aAAa,SAAS;IACtC,WAAW,UAAQ;IACnB,uBAAuB,EAAE,UAAU,CAAC,sBAAsB,CAAC,CAAC;IAC5D,kCAAkC,EAAE,YAAY,CAAC;IACjD,8BAA8B,UAAS;IACvC,eAAe,EAAE;QAAE,mBAAmB,EAAE,MAAM,CAAC;QAAC,iBAAiB,EAAE,MAAM,CAAC;QAAC,YAAY,EAAE,MAAM,CAAA;KAAE,GAAG,SAAS,CAAC;IACrH,OAAO,CAAC,WAAW,CAAS;gBAEC,UAAU,EAAE,UAAU,EACtB,KAAK,EAAE,cAAc,EAC9B,mBAAmB,EAAE,mBAAmB,EACxC,yBAAyB,EAAE,yBAAyB,EAC3C,cAAc,EAAE,cAAc;IAIpD,QAAQ,IAAI,IAAI;IAWhB,eAAe,IAAI,IAAI;IA8BvB,kBAAkB,CAAC,QAAQ,EAAE,gBAAgB,GAAG,IAAI;IAQpD,YAAY,CAAC,IAAI,EAAC,GAAG;IASrB,WAAW,IAAI,IAAI;iCA3Ef,0BAA0B;2CAA1B,0BAA0B;CAgFtC"}
1
+ {"version":3,"file":"case-file-view-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-file-view/case-file-view-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,UAAU,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACxF,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAa,UAAU,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AAE3D,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,sBAAsB,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAE1F,OAAO,EAAE,mBAAmB,EAAE,yBAAyB,EAAE,cAAc,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;;AAE1H,qBAKa,0BAA2B,YAAW,MAAM,EAAE,aAAa,EAAE,SAAS;IAUrE,OAAO,CAAC,QAAQ,CAAC,UAAU;IACrC,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,mBAAmB;IAC3B,OAAO,CAAC,yBAAyB;IACjC,OAAO,CAAC,QAAQ,CAAC,cAAc;IAC/B,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IAdxC,gBAAuB,aAAa,SAAS;IACtC,WAAW,UAAQ;IACnB,uBAAuB,EAAE,UAAU,CAAC,sBAAsB,CAAC,CAAC;IAC5D,kCAAkC,EAAE,YAAY,CAAC;IACjD,8BAA8B,UAAS;IACvC,eAAe,EAAE;QAAE,mBAAmB,EAAE,MAAM,CAAC;QAAC,iBAAiB,EAAE,MAAM,CAAC;QAAC,YAAY,EAAE,MAAM,CAAA;KAAE,GAAG,SAAS,CAAC;IACrH,OAAO,CAAC,WAAW,CAAS;IACrB,SAAS,EAAE,SAAS,CAAC;gBAEC,UAAU,EAAE,UAAU,EAChC,KAAK,EAAE,cAAc,EAC9B,mBAAmB,EAAE,mBAAmB,EACxC,yBAAyB,EAAE,yBAAyB,EAC3C,cAAc,EAAE,cAAc,EAC9B,qBAAqB,EAAE,qBAAqB;IAGxD,QAAQ,IAAI,IAAI;IAkBhB,eAAe,IAAI,IAAI;IA8BvB,kBAAkB,CAAC,QAAQ,EAAE,gBAAgB,GAAG,IAAI;IAQpD,YAAY,CAAC,IAAI,EAAC,GAAG;IASrB,WAAW,IAAI,IAAI;iCAnFf,0BAA0B;2CAA1B,0BAA0B;CAwFtC"}
@@ -1,4 +1,3 @@
1
- export * from './case-file-view-field-read.component';
2
1
  export * from './case-file-view-field.component';
3
2
  export * from './components';
4
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-file-view/index.ts"],"names":[],"mappings":"AAAA,cAAc,uCAAuC,CAAC;AACtD,cAAc,kCAAkC,CAAC;AACjD,cAAc,cAAc,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-file-view/index.ts"],"names":[],"mappings":"AAAA,cAAc,kCAAkC,CAAC;AACjD,cAAc,cAAc,CAAC"}
@@ -33,6 +33,7 @@ export declare class WriteCollectionFieldComponent extends AbstractFieldWriteCom
33
33
  buildIdPrefix(index: number): string;
34
34
  isSearchFilter(): boolean;
35
35
  addItem(doScroll: boolean): void;
36
+ private isCollectionDynamic;
36
37
  private newCaseField;
37
38
  private getContainer;
38
39
  private focusLastItem;
@@ -1 +1 @@
1
- {"version":3,"file":"write-collection-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/collection/write-collection-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAgC,SAAS,EAAE,MAAM,EAA2B,MAAM,eAAe,CAAC;AACzG,OAAO,EAAE,SAAS,EAAe,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACnE,OAAO,EAAE,SAAS,EAAmB,MAAM,0BAA0B,CAAC;AACtE,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAE/D,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AAIpC,OAAO,EAAE,SAAS,EAAE,MAAM,6CAA6C,CAAC;AACxE,OAAO,EAAE,OAAO,EAAE,MAAM,uCAAuC,CAAC;AAGhE,OAAO,EAAE,eAAe,EAAE,MAAM,4CAA4C,CAAC;AAE7E,OAAO,EAAE,2BAA2B,EAAE,MAAM,8CAA8C,CAAC;;AAE3F,aAAK,cAAc,GAAG;IACpB,SAAS,EAAE,SAAS,CAAC;IACrB,IAAI,EAAE,GAAG,CAAC;IACV,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,qBAKa,6BAA8B,SAAQ,2BAA4B,YAAW,MAAM,EAAE,SAAS;IAgB7F,OAAO,CAAC,QAAQ,CAAC,MAAM;IACjC,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,eAAe;IAhB3B,UAAU,EAAE,SAAS,EAAE,CAAM;IAG7B,SAAS,EAAE,SAAS,CAAC;IAErB,SAAS,EAAE,SAAS,CAAC;IAErB,OAAO,EAAE,OAAO,CAAC;IACjB,mBAAmB,EAAE,YAAY,CAAC;IAGzC,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAwB;IAC9C,SAAgB,SAAS,EAAE,cAAc,EAAE,CAAM;gBAEpB,MAAM,EAAE,SAAS,EAC3B,eAAe,EAAE,eAAe,EAChC,eAAe,EAAE,eAAe;IAK5C,QAAQ,IAAI,IAAI;IAkBhB,WAAW,IAAI,IAAI;IAMnB,cAAc,CAAC,IAAI,KAAA,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,UAAQ,GAAG,SAAS;IA+E7D,aAAa,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM;IAQpC,cAAc,IAAI,OAAO;IAIzB,OAAO,CAAC,QAAQ,EAAE,OAAO,GAAG,IAAI;IA2BvC,OAAO,CAAC,YAAY;IAsBpB,OAAO,CAAC,YAAY;IASpB,OAAO,CAAC,aAAa;IAOrB,OAAO,CAAC,UAAU;IAOlB,OAAO,CAAC,QAAQ;IAgCT,SAAS,CAAC,KAAK,EAAE,MAAM;IAOvB,uBAAuB;IAOvB,uBAAuB,CAAC,KAAK,EAAE,SAAS,EAAE,IAAI,EAAE,MAAM;IAOtD,uBAAuB,CAAC,KAAK,KAAA;IAe7B,eAAe,CAAC,IAAI,EAAE,GAAG,GAAG,OAAO;IAInC,uBAAuB,CAAC,KAAK,EAAE,MAAM;IASrC,SAAS,CAAC,CAAC,EAAE,MAAM;IAuB1B;;OAEG;IACH,OAAO,CAAC,cAAc;IAStB,OAAO,CAAC,wBAAwB;iCAtUrB,6BAA6B;2CAA7B,6BAA6B;CA0UzC"}
1
+ {"version":3,"file":"write-collection-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/collection/write-collection-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAgC,SAAS,EAAE,MAAM,EAA2B,MAAM,eAAe,CAAC;AACzG,OAAO,EAAE,SAAS,EAAe,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACnE,OAAO,EAAE,SAAS,EAAmB,MAAM,0BAA0B,CAAC;AACtE,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAE/D,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AAIpC,OAAO,EAAE,SAAS,EAAE,MAAM,6CAA6C,CAAC;AACxE,OAAO,EAAE,OAAO,EAAE,MAAM,uCAAuC,CAAC;AAGhE,OAAO,EAAE,eAAe,EAAE,MAAM,4CAA4C,CAAC;AAE7E,OAAO,EAAE,2BAA2B,EAAE,MAAM,8CAA8C,CAAC;;AAE3F,aAAK,cAAc,GAAG;IACpB,SAAS,EAAE,SAAS,CAAC;IACrB,IAAI,EAAE,GAAG,CAAC;IACV,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,qBAKa,6BAA8B,SAAQ,2BAA4B,YAAW,MAAM,EAAE,SAAS;IAgB7F,OAAO,CAAC,QAAQ,CAAC,MAAM;IACjC,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,eAAe;IAhB3B,UAAU,EAAE,SAAS,EAAE,CAAM;IAG7B,SAAS,EAAE,SAAS,CAAC;IAErB,SAAS,EAAE,SAAS,CAAC;IAErB,OAAO,EAAE,OAAO,CAAC;IACjB,mBAAmB,EAAE,YAAY,CAAC;IAGzC,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAwB;IAC9C,SAAgB,SAAS,EAAE,cAAc,EAAE,CAAM;gBAEpB,MAAM,EAAE,SAAS,EAC3B,eAAe,EAAE,eAAe,EAChC,eAAe,EAAE,eAAe;IAK5C,QAAQ,IAAI,IAAI;IAkBhB,WAAW,IAAI,IAAI;IAMnB,cAAc,CAAC,IAAI,KAAA,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,UAAQ,GAAG,SAAS;IA+E7D,aAAa,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM;IAQpC,cAAc,IAAI,OAAO;IAIzB,OAAO,CAAC,QAAQ,EAAE,OAAO,GAAG,IAAI;IAiCvC,OAAO,CAAC,mBAAmB;IAO3B,OAAO,CAAC,YAAY;IAsBpB,OAAO,CAAC,YAAY;IASpB,OAAO,CAAC,aAAa;IAOrB,OAAO,CAAC,UAAU;IAOlB,OAAO,CAAC,QAAQ;IAgCT,SAAS,CAAC,KAAK,EAAE,MAAM;IAOvB,uBAAuB;IAOvB,uBAAuB,CAAC,KAAK,EAAE,SAAS,EAAE,IAAI,EAAE,MAAM;IAOtD,uBAAuB,CAAC,KAAK,KAAA;IAe7B,eAAe,CAAC,IAAI,EAAE,GAAG,GAAG,OAAO;IAInC,uBAAuB,CAAC,KAAK,EAAE,MAAM;IASrC,SAAS,CAAC,CAAC,EAAE,MAAM;IAuB1B;;OAEG;IACH,OAAO,CAAC,cAAc;IAStB,OAAO,CAAC,wBAAwB;iCAnVrB,6BAA6B;2CAA7B,6BAA6B;CAuVzC"}
@@ -0,0 +1,3 @@
1
+ export * from './read-dynamic-multi-select-list-field.component';
2
+ export * from './write-dynamic-multi-select-list-field.component';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/dynamic-multi-select-list/index.ts"],"names":[],"mappings":"AAAA,cAAc,kDAAkD,CAAC;AACjE,cAAc,mDAAmD,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { AbstractFieldReadComponent } from '../base-field/abstract-field-read.component';
3
+ import * as i0 from "@angular/core";
4
+ export declare class ReadDynamicMultiSelectListFieldComponent extends AbstractFieldReadComponent implements OnInit {
5
+ ngOnInit(): void;
6
+ static ɵfac: i0.ɵɵFactoryDef<ReadDynamicMultiSelectListFieldComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDefWithMeta<ReadDynamicMultiSelectListFieldComponent, "ccd-read-dynamic-multi-select-list-field", never, {}, {}, never, never>;
8
+ }
9
+ //# sourceMappingURL=read-dynamic-multi-select-list-field.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"read-dynamic-multi-select-list-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/dynamic-multi-select-list/read-dynamic-multi-select-list-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,0BAA0B,EAAE,MAAM,6CAA6C,CAAC;;AAEzF,qBAKa,wCAAyC,SAAQ,0BAA2B,YAAW,MAAM;IAExG,QAAQ;iCAFG,wCAAwC;2CAAxC,wCAAwC;CAiBpD"}
@@ -0,0 +1,17 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { AbstractControl, FormArray, FormControl } from '@angular/forms';
3
+ import { AbstractFieldWriteComponent } from '../base-field/abstract-field-write.component';
4
+ import * as i0 from "@angular/core";
5
+ export declare class WriteDynamicMultiSelectListFieldComponent extends AbstractFieldWriteComponent implements OnInit {
6
+ checkboxes: FormArray;
7
+ dynamicListFormControl: FormControl;
8
+ ngOnInit(): void;
9
+ onCheckChange(event: Event): void;
10
+ isSelected(code: string): AbstractControl;
11
+ private getValueListItem;
12
+ private setInitialCaseList;
13
+ private setInitialCaseFieldValue;
14
+ static ɵfac: i0.ɵɵFactoryDef<WriteDynamicMultiSelectListFieldComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDefWithMeta<WriteDynamicMultiSelectListFieldComponent, "ccd-write-dynamic-multi-select-list-field", never, {}, {}, never, never>;
16
+ }
17
+ //# sourceMappingURL=write-dynamic-multi-select-list-field.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"write-dynamic-multi-select-list-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/dynamic-multi-select-list/write-dynamic-multi-select-list-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,eAAe,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAEzE,OAAO,EAAE,2BAA2B,EAAE,MAAM,8CAA8C,CAAC;;AAE3F,qBAIa,yCAA0C,SAAQ,2BAA4B,YAAW,MAAM;IAEnG,UAAU,EAAE,SAAS,CAAC;IACtB,sBAAsB,EAAE,WAAW,CAAC;IAE3C,QAAQ,IAAI,IAAI;IAmBT,aAAa,CAAC,KAAK,EAAE,KAAK;IAwB1B,UAAU,CAAC,IAAI,EAAE,MAAM,GAAG,eAAe;IAMhD,OAAO,CAAC,gBAAgB;IAIxB,OAAO,CAAC,kBAAkB;IAS1B,OAAO,CAAC,wBAAwB;iCAnErB,yCAAyC;2CAAzC,yCAAyC;CA8ErD"}
@@ -5,7 +5,7 @@ import * as i0 from "@angular/core";
5
5
  export declare class WriteDynamicRadioListFieldComponent extends AbstractFieldWriteComponent implements OnInit {
6
6
  dynamicRadioListControl: FormControl;
7
7
  ngOnInit(): void;
8
- buildElementId(name: string): string;
8
+ createElementId(name: string): string;
9
9
  static ɵfac: i0.ɵɵFactoryDef<WriteDynamicRadioListFieldComponent, never>;
10
10
  static ɵcmp: i0.ɵɵComponentDefWithMeta<WriteDynamicRadioListFieldComponent, "ccd-write-dynamic-radio-list-field", never, {}, {}, never, never>;
11
11
  }
@@ -1 +1 @@
1
- {"version":3,"file":"write-dynamic-radio-list-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,2BAA2B,EAAE,MAAM,8CAA8C,CAAC;;AAE3F,qBAIa,mCAAoC,SAAQ,2BAA4B,YAAW,MAAM;IAE7F,uBAAuB,EAAE,WAAW,CAAC;IAErC,QAAQ,IAAI,IAAI;IAuBhB,cAAc,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM;iCA3BhC,mCAAmC;2CAAnC,mCAAmC;CA8B/C"}
1
+ {"version":3,"file":"write-dynamic-radio-list-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,2BAA2B,EAAE,MAAM,8CAA8C,CAAC;;AAE3F,qBAIa,mCAAoC,SAAQ,2BAA4B,YAAW,MAAM;IAE7F,uBAAuB,EAAE,WAAW,CAAC;IAErC,QAAQ,IAAI,IAAI;IAuBhB,eAAe,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM;iCA3BjC,mCAAmC;2CAAnC,mCAAmC;CA8B/C"}
@@ -10,6 +10,7 @@ export * from './datetime-picker';
10
10
  export * from './document';
11
11
  export * from './dynamic-list';
12
12
  export * from './dynamic-radio-list';
13
+ export * from './dynamic-multi-select-list';
13
14
  export * from './email';
14
15
  export * from './fixed-list';
15
16
  export * from './fixed-radio-list';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,mBAAmB,CAAC;AAClC,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,qBAAqB,CAAC;AACpC,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,+BAA+B,CAAC;AAC9C,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,mBAAmB,CAAC;AAClC,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAE5C,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,qBAAqB,CAAC;AACpC,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,+BAA+B,CAAC;AAC9C,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC"}
@@ -61,67 +61,68 @@ import * as i59 from "./organisation/write-organisation-complex-field.component"
61
61
  import * as i60 from "./document/write-document-field.component";
62
62
  import * as i61 from "./dynamic-list/write-dynamic-list-field.component";
63
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 "./linked-cases/write-linked-cases-field.component";
73
- import * as i72 from "./yes-no/write-yes-no-field.component";
74
- import * as i73 from "./organisation/write-organisation-field.component";
75
- import * as i74 from "./order-summary/write-order-summary-field.component";
76
- import * as i75 from "./money-gbp/write-money-gbp-field.component";
77
- import * as i76 from "./multi-select-list/write-multi-select-list-field.component";
78
- import * as i77 from "./fixed-list/write-fixed-list-field.component";
79
- import * as i78 from "./fixed-radio-list/write-fixed-radio-list-field.component";
80
- import * as i79 from "./case-link/write-case-link-field.component";
81
- import * as i80 from "./collection/write-collection-field.component";
82
- import * as i81 from "./case-file-view/case-file-view-field.component";
83
- import * as i82 from "./case-file-view/case-file-view-field-read.component";
84
- import * as i83 from "./case-file-view/components/case-file-view-folder/case-file-view-folder.component";
85
- import * as i84 from "./case-file-view/components/case-file-view-folder/case-file-view-folder-sort/case-file-view-folder-sort.component";
86
- import * as i85 from "./case-file-view/components/shared/case-file-view-overlay-menu/case-file-view-overlay-menu.component";
87
- import * as i86 from "./case-file-view/components/case-file-view-folder/case-file-view-folder-document-actions/case-file-view-folder-document-actions.component";
88
- import * as i87 from "./case-file-view/components/case-file-view-folder-selector/case-file-view-folder-selector.component";
89
- import * as i88 from "./linked-cases/components/linked-cases-table/linked-cases-to-table.component";
90
- import * as i89 from "./linked-cases/components/linked-cases-table/linked-cases-from-table.component";
91
- import * as i90 from "./linked-cases/components/before-you-start/before-you-start.component";
92
- import * as i91 from "./linked-cases/components/link-cases/link-cases.component";
93
- import * as i92 from "./linked-cases/components/check-your-answers/check-your-answers.component";
94
- import * as i93 from "./linked-cases/components/unlink-cases/unlink-cases.component";
95
- import * as i94 from "./linked-cases/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";
64
+ import * as i63 from "./dynamic-multi-select-list/write-dynamic-multi-select-list-field.component";
65
+ import * as i64 from "./dynamic-multi-select-list/read-dynamic-multi-select-list-field.component";
66
+ import * as i65 from "./text/write-text-field.component";
67
+ import * as i66 from "./date/write-date-container-field.component";
68
+ import * as i67 from "./text-area/write-text-area-field.component";
69
+ import * as i68 from "./phone-uk/write-phone-uk-field.component";
70
+ import * as i69 from "./number/write-number-field.component";
71
+ import * as i70 from "./email/write-email-field.component";
72
+ import * as i71 from "./date/write-date-field.component";
73
+ import * as i72 from "./case-flag/write-case-flag-field.component";
74
+ import * as i73 from "./linked-cases/write-linked-cases-field.component";
75
+ import * as i74 from "./yes-no/write-yes-no-field.component";
76
+ import * as i75 from "./organisation/write-organisation-field.component";
77
+ import * as i76 from "./order-summary/write-order-summary-field.component";
78
+ import * as i77 from "./money-gbp/write-money-gbp-field.component";
79
+ import * as i78 from "./multi-select-list/write-multi-select-list-field.component";
80
+ import * as i79 from "./fixed-list/write-fixed-list-field.component";
81
+ import * as i80 from "./fixed-radio-list/write-fixed-radio-list-field.component";
82
+ import * as i81 from "./case-link/write-case-link-field.component";
83
+ import * as i82 from "./collection/write-collection-field.component";
84
+ import * as i83 from "./case-file-view/case-file-view-field.component";
85
+ import * as i84 from "./case-file-view/components/case-file-view-folder/case-file-view-folder.component";
86
+ import * as i85 from "./case-file-view/components/case-file-view-folder/case-file-view-folder-sort/case-file-view-folder-sort.component";
87
+ import * as i86 from "./case-file-view/components/shared/case-file-view-overlay-menu/case-file-view-overlay-menu.component";
88
+ import * as i87 from "./case-file-view/components/case-file-view-folder/case-file-view-folder-document-actions/case-file-view-folder-document-actions.component";
89
+ import * as i88 from "./case-file-view/components/case-file-view-folder-selector/case-file-view-folder-selector.component";
90
+ import * as i89 from "./linked-cases/components/linked-cases-table/linked-cases-to-table.component";
91
+ import * as i90 from "./linked-cases/components/linked-cases-table/linked-cases-from-table.component";
92
+ import * as i91 from "./linked-cases/components/before-you-start/before-you-start.component";
93
+ import * as i92 from "./linked-cases/components/link-cases/link-cases.component";
94
+ import * as i93 from "./linked-cases/components/check-your-answers/check-your-answers.component";
95
+ import * as i94 from "./linked-cases/components/unlink-cases/unlink-cases.component";
96
+ import * as i95 from "./linked-cases/components/no-linked-cases/no-linked-cases.component";
97
+ import * as i96 from "@angular/common";
98
+ import * as i97 from "@angular/router";
99
+ import * as i98 from "@angular/forms";
100
+ import * as i99 from "../../commons/case-edit-data/case-edit-data.module";
101
+ import * as i100 from "./utils/utils.module";
102
+ import * as i101 from "../../pipes/pipes.module";
103
+ import * as i102 from "../../../components/banners/banners.module";
104
+ import * as i103 from "../../../components/header/headers.module";
105
+ import * as i104 from "../../../components/footer/footers.module";
106
+ import * as i105 from "../../../components/body/body.module";
107
+ import * as i106 from "../../../components/form/form.module";
108
+ import * as i107 from "../../../components/tabs/tabs.module";
109
+ import * as i108 from "../../directives/substitutor/label-substitutor.module";
110
+ import * as i109 from "ngx-md";
111
+ import * as i110 from "@angular-material-components/datetime-picker";
112
+ import * as i111 from "@angular/material/form-field";
113
+ import * as i112 from "@angular/material/input";
114
+ import * as i113 from "@angular/material/datepicker";
115
+ import * as i114 from "@angular/material/autocomplete";
116
+ import * as i115 from "@angular/cdk/tree";
117
+ import * as i116 from "@angular/cdk/overlay";
118
+ import * as i117 from "@hmcts/ccpay-web-component";
119
+ import * as i118 from "@nicky-lenaers/ngx-scroll-to";
120
+ import * as i119 from "@angular/material/dialog";
121
+ import * as i120 from "@hmcts/media-viewer";
122
+ import * as i121 from "../../services/loading/loading.module";
122
123
  export declare class PaletteModule {
123
124
  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.ReadLinkedCasesFieldComponent, 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.WriteLinkedCasesFieldComponent, typeof i72.WriteYesNoFieldComponent, typeof i73.WriteOrganisationFieldComponent, typeof i59.WriteOrganisationComplexFieldComponent, typeof i74.WriteOrderSummaryFieldComponent, typeof i75.WriteMoneyGbpFieldComponent, typeof i64.WriteDateContainerFieldComponent, typeof i76.WriteMultiSelectListFieldComponent, typeof i77.WriteFixedListFieldComponent, typeof i78.WriteFixedRadioListFieldComponent, typeof i79.WriteCaseLinkFieldComponent, typeof i80.WriteCollectionFieldComponent, typeof i81.CaseFileViewFieldComponent, typeof i82.CaseFileViewFieldReadComponent, typeof i83.CaseFileViewFolderComponent, typeof i84.CaseFileViewFolderSortComponent, typeof i85.CaseFileViewOverlayMenuComponent, typeof i86.CaseFileViewFolderDocumentActionsComponent, typeof i87.CaseFileViewFolderSelectorComponent, typeof i88.LinkedCasesToTableComponent, typeof i89.LinkedCasesFromTableComponent, typeof i90.BeforeYouStartComponent, typeof i91.LinkCasesComponent, typeof i92.CheckYourAnswersComponent, 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.ReadLinkedCasesFieldComponent, 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.WriteLinkedCasesFieldComponent, typeof i72.WriteYesNoFieldComponent, typeof i73.WriteOrganisationFieldComponent, typeof i59.WriteOrganisationComplexFieldComponent, typeof i74.WriteOrderSummaryFieldComponent, typeof i75.WriteMoneyGbpFieldComponent, typeof i64.WriteDateContainerFieldComponent, typeof i76.WriteMultiSelectListFieldComponent, typeof i77.WriteFixedListFieldComponent, typeof i78.WriteFixedRadioListFieldComponent, typeof i79.WriteCaseLinkFieldComponent, typeof i80.WriteCollectionFieldComponent, typeof i81.CaseFileViewFieldComponent, typeof i82.CaseFileViewFieldReadComponent, typeof i83.CaseFileViewFolderComponent, typeof i84.CaseFileViewFolderSortComponent, typeof i85.CaseFileViewOverlayMenuComponent, typeof i86.CaseFileViewFolderDocumentActionsComponent, typeof i87.CaseFileViewFolderSelectorComponent, typeof i88.LinkedCasesToTableComponent, typeof i89.LinkedCasesFromTableComponent, typeof i90.BeforeYouStartComponent, typeof i91.LinkCasesComponent, typeof i92.CheckYourAnswersComponent, typeof i93.UnLinkCasesComponent, typeof i94.NoLinkedCasesComponent]>;
125
+ 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.ReadLinkedCasesFieldComponent, typeof i56.WriteJudicialUserFieldComponent, typeof i57.WriteAddressFieldComponent, typeof i58.WriteComplexFieldComponent, typeof i59.WriteOrganisationComplexFieldComponent, typeof i60.WriteDocumentFieldComponent, typeof i61.WriteDynamicListFieldComponent, typeof i62.WriteDynamicRadioListFieldComponent, typeof i63.WriteDynamicMultiSelectListFieldComponent, typeof i64.ReadDynamicMultiSelectListFieldComponent, typeof i65.WriteTextFieldComponent, typeof i66.WriteDateContainerFieldComponent, typeof i67.WriteTextAreaFieldComponent, typeof i68.WritePhoneUKFieldComponent, typeof i69.WriteNumberFieldComponent, typeof i70.WriteEmailFieldComponent, typeof i71.WriteDateFieldComponent, typeof i72.WriteCaseFlagFieldComponent, typeof i73.WriteLinkedCasesFieldComponent, typeof i74.WriteYesNoFieldComponent, typeof i75.WriteOrganisationFieldComponent, typeof i59.WriteOrganisationComplexFieldComponent, typeof i76.WriteOrderSummaryFieldComponent, typeof i77.WriteMoneyGbpFieldComponent, typeof i66.WriteDateContainerFieldComponent, typeof i78.WriteMultiSelectListFieldComponent, typeof i79.WriteFixedListFieldComponent, typeof i80.WriteFixedRadioListFieldComponent, typeof i81.WriteCaseLinkFieldComponent, typeof i82.WriteCollectionFieldComponent, typeof i83.CaseFileViewFieldComponent, typeof i84.CaseFileViewFolderComponent, typeof i85.CaseFileViewFolderSortComponent, typeof i86.CaseFileViewOverlayMenuComponent, typeof i87.CaseFileViewFolderDocumentActionsComponent, typeof i88.CaseFileViewFolderSelectorComponent, typeof i63.WriteDynamicMultiSelectListFieldComponent, typeof i62.WriteDynamicRadioListFieldComponent, typeof i61.WriteDynamicListFieldComponent, typeof i64.ReadDynamicMultiSelectListFieldComponent, typeof i45.ReadDynamicListFieldComponent, typeof i48.ReadDynamicRadioListFieldComponent, typeof i89.LinkedCasesToTableComponent, typeof i90.LinkedCasesFromTableComponent, typeof i91.BeforeYouStartComponent, typeof i92.LinkCasesComponent, typeof i93.CheckYourAnswersComponent, typeof i94.UnLinkCasesComponent, typeof i95.NoLinkedCasesComponent], [typeof i96.CommonModule, typeof i97.RouterModule, typeof i98.FormsModule, typeof i98.ReactiveFormsModule, typeof i99.CaseEditDataModule, typeof i100.PaletteUtilsModule, typeof i101.PipesModule, typeof i102.BannersModule, typeof i103.HeadersModule, typeof i104.FootersModule, typeof i105.BodyModule, typeof i106.FormModule, typeof i107.TabsModule, typeof i108.LabelSubstitutorModule, typeof i109.NgxMdModule, typeof i110.NgxMatDatetimePickerModule, typeof i110.NgxMatTimepickerModule, typeof i110.NgxMatNativeDateModule, typeof i111.MatFormFieldModule, typeof i112.MatInputModule, typeof i113.MatDatepickerModule, typeof i114.MatAutocompleteModule, typeof i115.CdkTreeModule, typeof i116.OverlayModule, typeof i117.PaymentLibModule, typeof i118.ScrollToModule, typeof i119.MatDialogModule, typeof i120.MediaViewerModule, typeof i121.LoadingModule], [typeof i110.NgxMatDatetimePickerModule, typeof i110.NgxMatNativeDateModule, typeof i110.NgxMatTimepickerModule, typeof i107.TabsModule, typeof i100.PaletteUtilsModule, typeof i101.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.ReadLinkedCasesFieldComponent, typeof i56.WriteJudicialUserFieldComponent, typeof i57.WriteAddressFieldComponent, typeof i58.WriteComplexFieldComponent, typeof i59.WriteOrganisationComplexFieldComponent, typeof i60.WriteDocumentFieldComponent, typeof i61.WriteDynamicListFieldComponent, typeof i62.WriteDynamicRadioListFieldComponent, typeof i63.WriteDynamicMultiSelectListFieldComponent, typeof i64.ReadDynamicMultiSelectListFieldComponent, typeof i65.WriteTextFieldComponent, typeof i66.WriteDateContainerFieldComponent, typeof i67.WriteTextAreaFieldComponent, typeof i68.WritePhoneUKFieldComponent, typeof i69.WriteNumberFieldComponent, typeof i70.WriteEmailFieldComponent, typeof i71.WriteDateFieldComponent, typeof i72.WriteCaseFlagFieldComponent, typeof i73.WriteLinkedCasesFieldComponent, typeof i74.WriteYesNoFieldComponent, typeof i75.WriteOrganisationFieldComponent, typeof i59.WriteOrganisationComplexFieldComponent, typeof i76.WriteOrderSummaryFieldComponent, typeof i77.WriteMoneyGbpFieldComponent, typeof i66.WriteDateContainerFieldComponent, typeof i78.WriteMultiSelectListFieldComponent, typeof i79.WriteFixedListFieldComponent, typeof i80.WriteFixedRadioListFieldComponent, typeof i81.WriteCaseLinkFieldComponent, typeof i82.WriteCollectionFieldComponent, typeof i83.CaseFileViewFieldComponent, typeof i84.CaseFileViewFolderComponent, typeof i85.CaseFileViewFolderSortComponent, typeof i86.CaseFileViewOverlayMenuComponent, typeof i87.CaseFileViewFolderDocumentActionsComponent, typeof i88.CaseFileViewFolderSelectorComponent, typeof i63.WriteDynamicMultiSelectListFieldComponent, typeof i62.WriteDynamicRadioListFieldComponent, typeof i61.WriteDynamicListFieldComponent, typeof i64.ReadDynamicMultiSelectListFieldComponent, typeof i45.ReadDynamicListFieldComponent, typeof i48.ReadDynamicRadioListFieldComponent, typeof i89.LinkedCasesToTableComponent, typeof i90.LinkedCasesFromTableComponent, typeof i91.BeforeYouStartComponent, typeof i92.LinkCasesComponent, typeof i93.CheckYourAnswersComponent, typeof i94.UnLinkCasesComponent, typeof i95.NoLinkedCasesComponent]>;
125
126
  static ɵinj: i0.ɵɵInjectorDef<PaletteModule>;
126
127
  }
127
128
  //# 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,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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAyLA,qBA2Ea,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;;AAsDrE,qBACa,cAAc;IACzB,OAAO,CAAC,QAAQ,CAAC,yBAAyB,CAGxC;IAEK,sBAAsB,CAAC,SAAS,EAAE,SAAS,EAAE,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC,EAAE,CAAC;IAmE7E,OAAO,CAAC,6BAA6B;iCAzE1B,cAAc;qCAAd,cAAc;CA0F1B"}
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;;AAsDrE,qBACa,cAAc;IACzB,OAAO,CAAC,QAAQ,CAAC,yBAAyB,CAGxC;IAEK,sBAAsB,CAAC,SAAS,EAAE,SAAS,EAAE,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC,EAAE,CAAC;IAqE7E,OAAO,CAAC,6BAA6B;iCA3E1B,cAAc;qCAAd,cAAc;CA4F1B"}
@@ -1 +1 @@
1
- {"version":3,"file":"case-field.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/definition/case-field.model.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,6DAA6D,CAAC;AAC9F,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACrC,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AAEhE,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAG/C,qBAAa,SAAU,YAAW,SAAS;IAClC,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,OAAO,CAAC;IAChB,kBAAkB,EAAE,OAAO,CAAC;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IAGf,UAAU,EAAE,SAAS,CAAC;IAEtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,eAAe,EAAE,MAAM,CAAC;IACxB,yBAAyB,CAAC,EAAE,MAAM,CAAC;IACnC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,0BAA0B,CAAC,EAAE,OAAO,CAAC;IACrC,2BAA2B,CAAC,EAAE,MAAM,CAAC;IACrC,IAAI,CAAC,EAAE,iBAAiB,EAAE,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,eAAe,CAAC,EAAE,GAAG,CAAC;IACtB,mBAAmB,EAAE,OAAO,CAAC;IAG7B,WAAW,CAAC,EAAE,eAAe,CAAC;IAE9B,MAAM,EAAE,GAAG,CAAC;IACZ,WAAW,EAAE,GAAG,CAAM;IAE7B,IACW,KAAK,IAAI,GAAG,CAMtB;IAED,IAAW,KAAK,CAAC,KAAK,EAAE,GAAG,EAa1B;IAED,IACW,UAAU,IAAI,GAAG,CAM3B;IAED,IAAW,UAAU,CAAC,KAAK,EAAE,GAAG,EAE/B;IAED,IACW,mBAAmB,IAAI,MAAM,CAQvC;IAED,IACW,qBAAqB,IAAI,MAAM,CAQzC;IAGM,gBAAgB;IAKhB,cAAc;IAKd,UAAU;IAMV,UAAU;IAMV,WAAW;IAMX,YAAY,IAAI,OAAO;IAKvB,SAAS,IAAI,OAAO;IAKpB,SAAS,IAAI,OAAO;IAWpB,UAAU,IAAI,OAAO;IAKrB,mBAAmB,CAAC,GAAG,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,WAAW,SAAK,EAAE,YAAY,SAAK,GAAI,MAAM;CAYzG"}
1
+ {"version":3,"file":"case-field.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/definition/case-field.model.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,6DAA6D,CAAC;AAC9F,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACrC,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AAEhE,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAG/C,qBAAa,SAAU,YAAW,SAAS;IAClC,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,OAAO,CAAC;IAChB,kBAAkB,EAAE,OAAO,CAAC;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IAGf,UAAU,EAAE,SAAS,CAAC;IAEtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,eAAe,EAAE,MAAM,CAAC;IACxB,yBAAyB,CAAC,EAAE,MAAM,CAAC;IACnC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,0BAA0B,CAAC,EAAE,OAAO,CAAC;IACrC,2BAA2B,CAAC,EAAE,MAAM,CAAC;IACrC,IAAI,CAAC,EAAE,iBAAiB,EAAE,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,eAAe,CAAC,EAAE,GAAG,CAAC;IACtB,mBAAmB,EAAE,OAAO,CAAC;IAG7B,WAAW,CAAC,EAAE,eAAe,CAAC;IAE9B,MAAM,EAAE,GAAG,CAAC;IACZ,WAAW,EAAE,GAAG,CAAM;IAE7B,IACW,KAAK,IAAI,GAAG,CAQtB;IAED,IAAW,KAAK,CAAC,KAAK,EAAE,GAAG,EAa1B;IAED,IACW,UAAU,IAAI,GAAG,CAM3B;IAED,IAAW,UAAU,CAAC,KAAK,EAAE,GAAG,EAE/B;IAED,IACW,mBAAmB,IAAI,MAAM,CAQvC;IAED,IACW,qBAAqB,IAAI,MAAM,CAQzC;IAGM,gBAAgB;IAKhB,cAAc;IAKd,UAAU;IAMV,UAAU;IAMV,WAAW;IAMX,YAAY,IAAI,OAAO;IAKvB,SAAS,IAAI,OAAO;IAKpB,SAAS,IAAI,OAAO;IAWpB,UAAU,IAAI,OAAO;IAKrB,mBAAmB,CAAC,GAAG,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,WAAW,SAAK,EAAE,YAAY,SAAK,GAAI,MAAM;CAYzG"}
@@ -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' | 'JudicialUserField';
1
+ export declare type FieldTypeEnum = 'Text' | 'TextArea' | 'Postcode' | 'Number' | 'YesOrNo' | 'Date' | 'DateTime' | 'Email' | 'PhoneUK' | 'MoneyGBP' | 'FixedList' | 'DynamicList' | 'FixedRadioList' | 'DynamicRadioList' | 'DynamicMultiSelectList' | '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,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,wBAAwB,GACxB,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"}
@@ -6,6 +6,7 @@ export declare class FieldTypeSanitiser {
6
6
  static readonly FIELD_TYPE_COLLECTION: FieldTypeEnum;
7
7
  static readonly FIELD_TYPE_DYNAMIC_LIST: FieldTypeEnum;
8
8
  static readonly FIELD_TYPE_DYNAMIC_RADIO_LIST: FieldTypeEnum;
9
+ static readonly FIELD_TYPE_DYNAMIC_MULTISELECT_LIST: FieldTypeEnum;
9
10
  /**
10
11
  * This method finds dynamiclists in a form and replaces their string
11
12
  * values, with a JSON object, as below:
@@ -21,6 +22,7 @@ export declare class FieldTypeSanitiser {
21
22
  * @param data The data in the form.
22
23
  */
23
24
  sanitiseLists(caseFields: CaseField[], data: any): void;
25
+ private convertArrayToDynamicListOutput;
24
26
  private convertStringToDynamicListOutput;
25
27
  private getListItems;
26
28
  static ɵfac: i0.ɵɵFactoryDef<FieldTypeSanitiser, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"field-type-sanitiser.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/services/form/field-type-sanitiser.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAC;AACrE,OAAO,EAAE,aAAa,EAAE,MAAM,+CAA+C,CAAC;;AAE9E,qBACa,kBAAkB;IAC7B,gBAAuB,kBAAkB,EAAE,aAAa,CAAa;IACrE,gBAAuB,qBAAqB,EAAE,aAAa,CAAgB;IAC3E,gBAAuB,uBAAuB,EAAE,aAAa,CAAiB;IAC9E,gBAAuB,6BAA6B,EAAE,aAAa,CAAsB;IAEzF;;;;;;;;;;;;;OAaG;IACK,aAAa,CAAC,UAAU,EAAE,SAAS,EAAE,EAAE,IAAI,EAAE,GAAG;IA4BxD,OAAO,CAAC,gCAAgC;IAcxC,OAAO,CAAC,YAAY;iCA9DT,kBAAkB;qCAAlB,kBAAkB;CA0E9B"}
1
+ {"version":3,"file":"field-type-sanitiser.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/services/form/field-type-sanitiser.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAC;AACrE,OAAO,EAAE,aAAa,EAAE,MAAM,+CAA+C,CAAC;;AAE9E,qBACa,kBAAkB;IAC7B,gBAAuB,kBAAkB,EAAE,aAAa,CAAa;IACrE,gBAAuB,qBAAqB,EAAE,aAAa,CAAgB;IAC3E,gBAAuB,uBAAuB,EAAE,aAAa,CAAiB;IAC9E,gBAAuB,6BAA6B,EAAE,aAAa,CAAsB;IACzF,gBAAuB,mCAAmC,EAAE,aAAa,CAA4B;IACrG;;;;;;;;;;;;;OAaG;IACK,aAAa,CAAC,UAAU,EAAE,SAAS,EAAE,EAAE,IAAI,EAAE,GAAG;IA8BxD,OAAO,CAAC,+BAA+B;IAcvC,OAAO,CAAC,gCAAgC;IAcxC,OAAO,CAAC,YAAY;iCA9ET,kBAAkB;qCAAlB,kBAAkB;CA0F9B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hmcts/ccd-case-ui-toolkit",
3
- "version": "6.14.0",
3
+ "version": "6.14.4",
4
4
  "engines": {
5
5
  "yarn": "^1.22.15",
6
6
  "npm": "^8.10.0"
@@ -1,72 +0,0 @@
1
- import { Component } from '@angular/core';
2
- import { CaseFileViewFieldComponent } from './case-file-view-field.component';
3
- import * as i0 from "@angular/core";
4
- function CaseFileViewFieldReadComponent_div_0_Template(rf, ctx) { if (rf & 1) {
5
- i0.ɵɵelementStart(0, "div", 2);
6
- i0.ɵɵelementStart(1, "h1", 3);
7
- i0.ɵɵtext(2, "Sorry, there is a problem with the service");
8
- i0.ɵɵelementEnd();
9
- i0.ɵɵelementStart(3, "p", 4);
10
- i0.ɵɵtext(4, "Try again later.");
11
- i0.ɵɵelementEnd();
12
- i0.ɵɵelementEnd();
13
- } }
14
- function CaseFileViewFieldReadComponent_div_1_ng_container_8_Template(rf, ctx) { if (rf & 1) {
15
- i0.ɵɵelementContainerStart(0);
16
- i0.ɵɵelement(1, "mv-media-viewer", 11);
17
- i0.ɵɵelementContainerEnd();
18
- } if (rf & 2) {
19
- const ctx_r2 = i0.ɵɵnextContext(2);
20
- i0.ɵɵadvance(1);
21
- i0.ɵɵproperty("url", ctx_r2.currentDocument.document_binary_url)("downloadFileName", ctx_r2.currentDocument.document_filename)("showToolbar", true)("contentType", ctx_r2.currentDocument.content_type)("enableAnnotations", true)("enableRedactions", true)("height", "94.5vh");
22
- } }
23
- function CaseFileViewFieldReadComponent_div_1_Template(rf, ctx) { if (rf & 1) {
24
- const _r4 = i0.ɵɵgetCurrentView();
25
- i0.ɵɵelementStart(0, "div");
26
- i0.ɵɵelementStart(1, "h2", 5);
27
- i0.ɵɵtext(2, "Case file");
28
- i0.ɵɵelementEnd();
29
- i0.ɵɵelementStart(3, "div", 6);
30
- i0.ɵɵelementStart(4, "div", 7);
31
- i0.ɵɵelementStart(5, "ccd-case-file-view-folder", 8);
32
- i0.ɵɵlistener("clickedDocument", function CaseFileViewFieldReadComponent_div_1_Template_ccd_case_file_view_folder_clickedDocument_5_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r3 = i0.ɵɵnextContext(); return ctx_r3.setMediaViewerFile($event); })("moveDocument", function CaseFileViewFieldReadComponent_div_1_Template_ccd_case_file_view_folder_moveDocument_5_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r5 = i0.ɵɵnextContext(); return ctx_r5.moveDocument($event); });
33
- i0.ɵɵelementEnd();
34
- i0.ɵɵelementEnd();
35
- i0.ɵɵelement(6, "div", 9);
36
- i0.ɵɵelementStart(7, "div", 10);
37
- i0.ɵɵtemplate(8, CaseFileViewFieldReadComponent_div_1_ng_container_8_Template, 2, 7, "ng-container", 1);
38
- i0.ɵɵelementEnd();
39
- i0.ɵɵelementEnd();
40
- i0.ɵɵelementEnd();
41
- } if (rf & 2) {
42
- const ctx_r1 = i0.ɵɵnextContext();
43
- i0.ɵɵadvance(5);
44
- i0.ɵɵproperty("categoriesAndDocuments", ctx_r1.categoriesAndDocuments$)("allowMoving", ctx_r1.allowMoving);
45
- i0.ɵɵadvance(3);
46
- i0.ɵɵproperty("ngIf", ctx_r1.currentDocument);
47
- } }
48
- export class CaseFileViewFieldReadComponent extends CaseFileViewFieldComponent {
49
- constructor() {
50
- super(...arguments);
51
- this.allowMoving = false;
52
- }
53
- }
54
- CaseFileViewFieldReadComponent.ɵfac = function CaseFileViewFieldReadComponent_Factory(t) { return ɵCaseFileViewFieldReadComponent_BaseFactory(t || CaseFileViewFieldReadComponent); };
55
- CaseFileViewFieldReadComponent.ɵcmp = i0.ɵɵdefineComponent({ type: CaseFileViewFieldReadComponent, selectors: [["ccd-case-file-view-field"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 2, consts: [["class", "govuk-grid-column-two-thirds", 4, "ngIf"], [4, "ngIf"], [1, "govuk-grid-column-two-thirds"], [1, "govuk-heading-xl"], [1, "govuk-body"], [1, "govuk-heading-l"], ["id", "case-file-view", 1, "govuk-form-group"], [1, "document-tree-container"], [1, "document-tree-container__tree", 3, "categoriesAndDocuments", "allowMoving", "clickedDocument", "moveDocument"], [1, "slider"], [1, "media-viewer-container"], [3, "url", "downloadFileName", "showToolbar", "contentType", "enableAnnotations", "enableRedactions", "height"]], template: function CaseFileViewFieldReadComponent_Template(rf, ctx) { if (rf & 1) {
56
- i0.ɵɵtemplate(0, CaseFileViewFieldReadComponent_div_0_Template, 5, 0, "div", 0);
57
- i0.ɵɵtemplate(1, CaseFileViewFieldReadComponent_div_1_Template, 9, 3, "div", 1);
58
- } if (rf & 2) {
59
- i0.ɵɵproperty("ngIf", ctx.getCategoriesAndDocumentsError);
60
- i0.ɵɵadvance(1);
61
- i0.ɵɵproperty("ngIf", !ctx.getCategoriesAndDocumentsError);
62
- } }, styles: ["#case-file-view[_ngcontent-%COMP%]{display:flex;border:2px solid #c9c9c9;height:100vh;position:relative}#case-file-view[_ngcontent-%COMP%] .document-tree-container[_ngcontent-%COMP%]{background-color:#faf8f8;width:30%;min-height:400px;min-width:10%}#case-file-view[_ngcontent-%COMP%] .slider[_ngcontent-%COMP%]{width:.2%;background-color:#6b6b6b}#case-file-view[_ngcontent-%COMP%] .slider[_ngcontent-%COMP%]:focus, #case-file-view[_ngcontent-%COMP%] .slider[_ngcontent-%COMP%]:hover{cursor:col-resize}#case-file-view[_ngcontent-%COMP%] .media-viewer-container[_ngcontent-%COMP%]{background-color:#dee0e2;flex:1 1 0;overflow:hidden}"] });
63
- const ɵCaseFileViewFieldReadComponent_BaseFactory = /*@__PURE__*/ i0.ɵɵgetInheritedFactory(CaseFileViewFieldReadComponent);
64
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CaseFileViewFieldReadComponent, [{
65
- type: Component,
66
- args: [{
67
- selector: 'ccd-case-file-view-field',
68
- templateUrl: './case-file-view-field.component.html',
69
- styleUrls: ['./case-file-view-field.component.scss'],
70
- }]
71
- }], null, null); })();
72
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FzZS1maWxlLXZpZXctZmllbGQtcmVhZC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jY2QtY2FzZS11aS10b29sa2l0L3NyYy9saWIvc2hhcmVkL2NvbXBvbmVudHMvcGFsZXR0ZS9jYXNlLWZpbGUtdmlldy9jYXNlLWZpbGUtdmlldy1maWVsZC1yZWFkLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NjZC1jYXNlLXVpLXRvb2xraXQvc3JjL2xpYi9zaGFyZWQvY29tcG9uZW50cy9wYWxldHRlL2Nhc2UtZmlsZS12aWV3L2Nhc2UtZmlsZS12aWV3LWZpZWxkLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0sa0NBQWtDLENBQUM7OztJQ0Q5RSw4QkFBaUY7SUFDL0UsNkJBQTZCO0lBQUEsMERBQTBDO0lBQUEsaUJBQUs7SUFDNUUsNEJBQXNCO0lBQUEsZ0NBQWdCO0lBQUEsaUJBQUk7SUFDNUMsaUJBQU07OztJQWtCQSw2QkFBc0M7SUFDcEMsc0NBT2tCO0lBQ3BCLDBCQUFlOzs7SUFSSSxlQUEyQztJQUEzQyxnRUFBMkMsOERBQUEscUJBQUEsb0RBQUEsMkJBQUEsMEJBQUEsb0JBQUE7Ozs7SUFsQnBFLDJCQUE2QztJQUMzQyw2QkFBNEI7SUFBQSx5QkFBUztJQUFBLGlCQUFLO0lBQzFDLDhCQUFrRDtJQUVoRCw4QkFBcUM7SUFDbkMsb0RBTUM7SUFIQyw2UEFBOEMsb09BQUE7SUFHL0MsaUJBQTRCO0lBQy9CLGlCQUFNO0lBRU4seUJBQTBCO0lBRTFCLCtCQUFvQztJQUNsQyx1R0FTZTtJQUNqQixpQkFBTTtJQUNSLGlCQUFNO0lBQ1IsaUJBQU07OztJQXRCRSxlQUFrRDtJQUFsRCx1RUFBa0QsbUNBQUE7SUFVckMsZUFBcUI7SUFBckIsNkNBQXFCOztBRGIxQyxNQUFNLE9BQU8sOEJBQStCLFNBQVEsMEJBQTBCO0lBTDlFOztRQU1TLGdCQUFXLEdBQUcsS0FBSyxDQUFDO0tBQzVCOzttSkFGWSw4QkFBOEI7bUVBQTlCLDhCQUE4QjtRQ1IzQywrRUFHTTtRQUNOLCtFQTZCTTs7UUFqQ0EseURBQW9DO1FBSXBDLGVBQXFDO1FBQXJDLDBEQUFxQzs7MkZESTlCLDhCQUE4Qjt1RkFBOUIsOEJBQThCO2NBTDFDLFNBQVM7ZUFBQztnQkFDVCxRQUFRLEVBQUUsMEJBQTBCO2dCQUNwQyxXQUFXLEVBQUUsdUNBQXVDO2dCQUNwRCxTQUFTLEVBQUUsQ0FBQyx1Q0FBdUMsQ0FBQzthQUNyRCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ2FzZUZpbGVWaWV3RmllbGRDb21wb25lbnQgfSBmcm9tICcuL2Nhc2UtZmlsZS12aWV3LWZpZWxkLmNvbXBvbmVudCc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2NjZC1jYXNlLWZpbGUtdmlldy1maWVsZCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9jYXNlLWZpbGUtdmlldy1maWVsZC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2Nhc2UtZmlsZS12aWV3LWZpZWxkLmNvbXBvbmVudC5zY3NzJ10sXG59KVxuZXhwb3J0IGNsYXNzIENhc2VGaWxlVmlld0ZpZWxkUmVhZENvbXBvbmVudCBleHRlbmRzIENhc2VGaWxlVmlld0ZpZWxkQ29tcG9uZW50IHtcbiAgcHVibGljIGFsbG93TW92aW5nID0gZmFsc2U7XG59XG4iLCI8ZGl2ICpuZ0lmPVwiZ2V0Q2F0ZWdvcmllc0FuZERvY3VtZW50c0Vycm9yXCIgY2xhc3M9XCJnb3Z1ay1ncmlkLWNvbHVtbi10d28tdGhpcmRzXCI+XG4gIDxoMSBjbGFzcz1cImdvdnVrLWhlYWRpbmcteGxcIj5Tb3JyeSwgdGhlcmUgaXMgYSBwcm9ibGVtIHdpdGggdGhlIHNlcnZpY2U8L2gxPlxuICA8cCBjbGFzcz1cImdvdnVrLWJvZHlcIj5UcnkgYWdhaW4gbGF0ZXIuPC9wPlxuPC9kaXY+XG48ZGl2ICpuZ0lmPVwiIWdldENhdGVnb3JpZXNBbmREb2N1bWVudHNFcnJvclwiPlxuICA8aDIgY2xhc3M9XCJnb3Z1ay1oZWFkaW5nLWxcIj5DYXNlIGZpbGU8L2gyPlxuICA8ZGl2IGNsYXNzPVwiZ292dWstZm9ybS1ncm91cFwiIGlkPVwiY2FzZS1maWxlLXZpZXdcIj5cbiAgICA8IS0tIERvY3VtZW50IHRyZWUgLS0+XG4gICAgPGRpdiBjbGFzcz1cImRvY3VtZW50LXRyZWUtY29udGFpbmVyXCI+XG4gICAgICA8Y2NkLWNhc2UtZmlsZS12aWV3LWZvbGRlclxuICAgICAgICBjbGFzcz1cImRvY3VtZW50LXRyZWUtY29udGFpbmVyX190cmVlXCJcbiAgICAgICAgW2NhdGVnb3JpZXNBbmREb2N1bWVudHNdPVwiY2F0ZWdvcmllc0FuZERvY3VtZW50cyRcIlxuICAgICAgICAoY2xpY2tlZERvY3VtZW50KT1cInNldE1lZGlhVmlld2VyRmlsZSgkZXZlbnQpXCJcbiAgICAgICAgKG1vdmVEb2N1bWVudCk9XCJtb3ZlRG9jdW1lbnQoJGV2ZW50KVwiXG4gICAgICAgIFthbGxvd01vdmluZ109XCJhbGxvd01vdmluZ1wiXG4gICAgICA+PC9jY2QtY2FzZS1maWxlLXZpZXctZm9sZGVyPlxuICAgIDwvZGl2PlxuICAgIDwhLS0gU2xpZGVyIC0tPlxuICAgIDxkaXYgY2xhc3M9XCJzbGlkZXJcIj48L2Rpdj5cbiAgICA8IS0tIE1lZGlhIHZpZXdlciAtLT5cbiAgICA8ZGl2IGNsYXNzPVwibWVkaWEtdmlld2VyLWNvbnRhaW5lclwiPlxuICAgICAgPG5nLWNvbnRhaW5lciAqbmdJZj1cImN1cnJlbnREb2N1bWVudFwiPlxuICAgICAgICA8bXYtbWVkaWEtdmlld2VyIFt1cmxdPVwiY3VycmVudERvY3VtZW50LmRvY3VtZW50X2JpbmFyeV91cmxcIlxuICAgICAgICAgICAgICAgICAgICAgICAgIFtkb3dubG9hZEZpbGVOYW1lXT1cImN1cnJlbnREb2N1bWVudC5kb2N1bWVudF9maWxlbmFtZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgW3Nob3dUb29sYmFyXT1cInRydWVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgIFtjb250ZW50VHlwZV09XCJjdXJyZW50RG9jdW1lbnQuY29udGVudF90eXBlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICBbZW5hYmxlQW5ub3RhdGlvbnNdPVwidHJ1ZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgW2VuYWJsZVJlZGFjdGlvbnNdPVwidHJ1ZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgW2hlaWdodF09XCInOTQuNXZoJ1wiPlxuICAgICAgICA8L212LW1lZGlhLXZpZXdlcj5cbiAgICAgIDwvbmctY29udGFpbmVyPlxuICAgIDwvZGl2PlxuICA8L2Rpdj5cbjwvZGl2PlxuIl19
@@ -1,8 +0,0 @@
1
- import { CaseFileViewFieldComponent } from './case-file-view-field.component';
2
- import * as i0 from "@angular/core";
3
- export declare class CaseFileViewFieldReadComponent extends CaseFileViewFieldComponent {
4
- allowMoving: boolean;
5
- static ɵfac: i0.ɵɵFactoryDef<CaseFileViewFieldReadComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDefWithMeta<CaseFileViewFieldReadComponent, "ccd-case-file-view-field", never, {}, {}, never, never>;
7
- }
8
- //# sourceMappingURL=case-file-view-field-read.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"case-file-view-field-read.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-file-view/case-file-view-field-read.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;;AAE9E,qBAKa,8BAA+B,SAAQ,0BAA0B;IACrE,WAAW,UAAS;iCADhB,8BAA8B;2CAA9B,8BAA8B;CAE1C"}