@hmcts/ccd-case-ui-toolkit 5.0.16-angular11-upgrade → 5.0.22-angular11-upgrade

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 (83) hide show
  1. package/bundles/hmcts-ccd-case-ui-toolkit.umd.js +7127 -6888
  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/components/case-editor/case-edit-page/case-edit-page.component.js +6 -6
  6. package/esm2015/lib/shared/components/case-editor/case-editor.module.js +4 -1
  7. package/esm2015/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.js +37 -21
  8. package/esm2015/lib/shared/components/case-viewer/services/case.resolver.js +20 -26
  9. package/esm2015/lib/shared/components/palette/base-field/field-read.component.js +5 -2
  10. package/esm2015/lib/shared/components/palette/base-field/field-write.component.js +1 -1
  11. package/esm2015/lib/shared/components/palette/collection/write-collection-field.component.js +69 -43
  12. package/esm2015/lib/shared/components/palette/complex/read-complex-field.component.js +5 -3
  13. package/esm2015/lib/shared/components/palette/datetime-picker/datetime-picker.component.js +2 -2
  14. package/esm2015/lib/shared/components/palette/history/event-log/event-log-details.component.js +41 -47
  15. package/esm2015/lib/shared/components/palette/index.js +2 -1
  16. package/esm2015/lib/shared/components/palette/judicial-user/index.js +3 -0
  17. package/esm2015/lib/shared/components/palette/judicial-user/read-judicial-user-field.component.js +48 -0
  18. package/esm2015/lib/shared/components/palette/judicial-user/write-judicial-user-field.component.js +127 -0
  19. package/esm2015/lib/shared/components/palette/palette.module.js +18 -7
  20. package/esm2015/lib/shared/components/palette/palette.service.js +5 -1
  21. package/esm2015/lib/shared/components/palette/utils/is-compound.pipe.js +2 -2
  22. package/esm2015/lib/shared/components/search-filters/search-filters.component.js +2 -6
  23. package/esm2015/lib/shared/components/search-filters/search-filters.module.js +7 -3
  24. package/esm2015/lib/shared/components/search-result/search-result.component.js +101 -120
  25. package/esm2015/lib/shared/components/search-result/search-result.module.js +8 -4
  26. package/esm2015/lib/shared/directives/conditional-show/services/conditional-show-registrar.service.js +1 -1
  27. package/esm2015/lib/shared/domain/definition/field-type-enum.model.js +1 -1
  28. package/esm2015/lib/shared/domain/jurisdiction/index.js +2 -0
  29. package/esm2015/lib/shared/domain/jurisdiction/judicial-user.model.js +2 -0
  30. package/esm2015/lib/shared/services/case-fields/index.js +2 -1
  31. package/esm2015/lib/shared/services/form/form-value.service.js +6 -2
  32. package/esm2015/lib/shared/services/jurisdiction/jurisdiction.service.js +14 -5
  33. package/esm2015/public-api.js +1 -2
  34. package/fesm2015/hmcts-ccd-case-ui-toolkit.js +6600 -6395
  35. package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
  36. package/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.d.ts.map +1 -1
  37. package/lib/shared/components/case-editor/case-editor.module.d.ts.map +1 -1
  38. package/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.d.ts +7 -3
  39. package/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.d.ts.map +1 -1
  40. package/lib/shared/components/case-viewer/services/case.resolver.d.ts +3 -4
  41. package/lib/shared/components/case-viewer/services/case.resolver.d.ts.map +1 -1
  42. package/lib/shared/components/palette/base-field/field-read.component.d.ts.map +1 -1
  43. package/lib/shared/components/palette/base-field/field-write.component.d.ts.map +1 -1
  44. package/lib/shared/components/palette/collection/write-collection-field.component.d.ts +5 -4
  45. package/lib/shared/components/palette/collection/write-collection-field.component.d.ts.map +1 -1
  46. package/lib/shared/components/palette/complex/read-complex-field.component.d.ts.map +1 -1
  47. package/lib/shared/components/palette/datetime-picker/datetime-picker.component.d.ts +2 -3
  48. package/lib/shared/components/palette/datetime-picker/datetime-picker.component.d.ts.map +1 -1
  49. package/lib/shared/components/palette/index.d.ts +1 -0
  50. package/lib/shared/components/palette/index.d.ts.map +1 -1
  51. package/lib/shared/components/palette/judicial-user/index.d.ts +3 -0
  52. package/lib/shared/components/palette/judicial-user/index.d.ts.map +1 -0
  53. package/lib/shared/components/palette/judicial-user/read-judicial-user-field.component.d.ts +17 -0
  54. package/lib/shared/components/palette/judicial-user/read-judicial-user-field.component.d.ts.map +1 -0
  55. package/lib/shared/components/palette/judicial-user/write-judicial-user-field.component.d.ts +32 -0
  56. package/lib/shared/components/palette/judicial-user/write-judicial-user-field.component.d.ts.map +1 -0
  57. package/lib/shared/components/palette/palette.module.d.ts +62 -59
  58. package/lib/shared/components/palette/palette.module.d.ts.map +1 -1
  59. package/lib/shared/components/palette/palette.service.d.ts.map +1 -1
  60. package/lib/shared/components/search-result/search-result.component.d.ts +14 -29
  61. package/lib/shared/components/search-result/search-result.component.d.ts.map +1 -1
  62. package/lib/shared/components/search-result/search-result.module.d.ts +2 -1
  63. package/lib/shared/components/search-result/search-result.module.d.ts.map +1 -1
  64. package/lib/shared/directives/conditional-show/services/conditional-show-registrar.service.d.ts +1 -1
  65. package/lib/shared/directives/conditional-show/services/conditional-show-registrar.service.d.ts.map +1 -1
  66. package/lib/shared/domain/definition/field-type-enum.model.d.ts +1 -1
  67. package/lib/shared/domain/definition/field-type-enum.model.d.ts.map +1 -1
  68. package/lib/shared/domain/jurisdiction/index.d.ts +2 -0
  69. package/lib/shared/domain/jurisdiction/index.d.ts.map +1 -0
  70. package/lib/shared/domain/jurisdiction/judicial-user.model.d.ts +13 -0
  71. package/lib/shared/domain/jurisdiction/judicial-user.model.d.ts.map +1 -0
  72. package/lib/shared/services/case-fields/index.d.ts +1 -0
  73. package/lib/shared/services/case-fields/index.d.ts.map +1 -1
  74. package/lib/shared/services/form/form-value.service.d.ts +1 -1
  75. package/lib/shared/services/form/form-value.service.d.ts.map +1 -1
  76. package/lib/shared/services/jurisdiction/jurisdiction.service.d.ts +10 -4
  77. package/lib/shared/services/jurisdiction/jurisdiction.service.d.ts.map +1 -1
  78. package/package.json +4 -1
  79. package/public-api.d.ts +0 -1
  80. package/public-api.d.ts.map +1 -1
  81. package/esm2015/lib/case-ui-toolkit.module.js +0 -15
  82. package/lib/case-ui-toolkit.module.d.ts +0 -7
  83. package/lib/case-ui-toolkit.module.d.ts.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"case-edit-page.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"case-edit-page.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.ts"],"names":[],"mappings":"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"}
@@ -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":";;;;;;;;;;;;;;;;;;;;;AAmDA,qBA+Da,gBAAgB;iCAAhB,gBAAgB;0CAAhB,gBAAgB;kCAAhB,gBAAgB;CAAG"}
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":";;;;;;;;;;;;;;;;;;;;;AAoDA,qBAgEa,gBAAgB;iCAAhB,gBAAgB;0CAAhB,gBAAgB;kCAAhB,gBAAgB;CAAG"}
@@ -1,5 +1,5 @@
1
1
  import { Location } from '@angular/common';
2
- import { AfterViewInit, NgZone, OnDestroy, OnInit } from '@angular/core';
2
+ import { AfterViewInit, ChangeDetectorRef, NgZone, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
3
3
  import { FormGroup } from '@angular/forms';
4
4
  import { MatDialog, MatDialogConfig } from '@angular/material/dialog';
5
5
  import { MatTabChangeEvent, MatTabGroup } from '@angular/material/tabs';
@@ -19,7 +19,7 @@ import { OrderService } from '../../../services/order/order.service';
19
19
  import { ConvertHrefToRouterService } from '../../case-editor/services/convert-href-to-router.service';
20
20
  import { CallbackErrorsContext } from '../../error/domain/error-context';
21
21
  import * as i0 from "@angular/core";
22
- export declare class CaseFullAccessViewComponent implements OnInit, OnDestroy, AfterViewInit {
22
+ export declare class CaseFullAccessViewComponent implements OnInit, OnDestroy, OnChanges, AfterViewInit {
23
23
  private readonly ngZone;
24
24
  private readonly route;
25
25
  private readonly router;
@@ -32,6 +32,7 @@ export declare class CaseFullAccessViewComponent implements OnInit, OnDestroy, A
32
32
  private readonly errorNotifierService;
33
33
  private readonly convertHrefToRouterService;
34
34
  private readonly location;
35
+ private readonly crf;
35
36
  static readonly ORIGIN_QUERY_PARAM = "origin";
36
37
  static readonly TRIGGER_TEXT_START = "Go";
37
38
  static readonly TRIGGER_TEXT_CONTINUE = "Ignore Warning and Go";
@@ -60,10 +61,12 @@ export declare class CaseFullAccessViewComponent implements OnInit, OnDestroy, A
60
61
  subscription: Subscription;
61
62
  callbackErrorsSubject: Subject<any>;
62
63
  tabGroup: MatTabGroup;
63
- constructor(ngZone: NgZone, route: ActivatedRoute, router: Router, navigationNotifierService: NavigationNotifierService, orderService: OrderService, activityPollingService: ActivityPollingService, dialog: MatDialog, alertService: AlertService, draftService: DraftService, errorNotifierService: ErrorNotifierService, convertHrefToRouterService: ConvertHrefToRouterService, location: Location);
64
+ constructor(ngZone: NgZone, route: ActivatedRoute, router: Router, navigationNotifierService: NavigationNotifierService, orderService: OrderService, activityPollingService: ActivityPollingService, dialog: MatDialog, alertService: AlertService, draftService: DraftService, errorNotifierService: ErrorNotifierService, convertHrefToRouterService: ConvertHrefToRouterService, location: Location, crf: ChangeDetectorRef);
65
+ ngOnChanges(changes: SimpleChanges): void;
64
66
  ngOnInit(): void;
65
67
  isPrintEnabled(): boolean;
66
68
  ngOnDestroy(): void;
69
+ unsubscribe(subscription: any): void;
67
70
  postViewActivity(): Observable<Activity[]>;
68
71
  clearErrorsAndWarnings(): void;
69
72
  applyTrigger(trigger: CaseViewTrigger): void;
@@ -72,6 +75,7 @@ export declare class CaseFullAccessViewComponent implements OnInit, OnDestroy, A
72
75
  isDraft(): boolean;
73
76
  isTriggerButtonDisabled(): boolean;
74
77
  ngAfterViewInit(): void;
78
+ organiseTabPosition(): void;
75
79
  tabChanged(tabChangeEvent: MatTabChangeEvent): void;
76
80
  private init;
77
81
  private sortTabFieldsAndFilterTabs;
@@ -1 +1 @@
1
- {"version":3,"file":"case-full-access-view.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"case-full-access-view.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.ts"],"names":[],"mappings":"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"}
@@ -1,9 +1,8 @@
1
1
  import { ActivatedRouteSnapshot, Resolve, Router } from '@angular/router';
2
- import { CaseView } from '../../../domain/case-view/case-view.model';
3
- import { DraftService } from '../../../services/draft/draft.service';
2
+ import { CaseView } from '../../../domain';
3
+ import { DraftService } from '../../../services';
4
4
  import { NavigationNotifierService } from '../../../services/navigation/navigation-notifier.service';
5
- import { CaseNotifier } from '../../case-editor/services/case.notifier';
6
- import { CasesService } from '../../case-editor/services/cases.service';
5
+ import { CaseNotifier, CasesService } from '../../case-editor';
7
6
  import * as i0 from "@angular/core";
8
7
  export declare class CaseResolver implements Resolve<CaseView> {
9
8
  private readonly caseNotifier;
@@ -1 +1 @@
1
- {"version":3,"file":"case.resolver.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/services/case.resolver.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAiB,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAIzF,OAAO,EAAE,QAAQ,EAAE,MAAM,2CAA2C,CAAC;AAErE,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AACrE,OAAO,EAAE,yBAAyB,EAAE,MAAM,0DAA0D,CAAC;AAErG,OAAO,EAAE,YAAY,EAAE,MAAM,0CAA0C,CAAC;AACxE,OAAO,EAAE,YAAY,EAAE,MAAM,0CAA0C,CAAC;;AAExE,qBACa,YAAa,YAAW,OAAO,CAAC,QAAQ,CAAC;IAUxC,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,yBAAyB;IAC1C,OAAO,CAAC,QAAQ,CAAC,MAAM;IAZnC,gBAAuB,WAAW,SAAyC;IAC3E,gBAAuB,aAAa,SAAS;IAC7C,gBAAuB,gBAAgB,4CAA4C;IAK5E,WAAW,EAAE,MAAM,CAAC;gBACE,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,YAAY,EAC1B,yBAAyB,EAAE,yBAAyB,EACpD,MAAM,EAAE,MAAM;IAQpC,OAAO,CAAC,KAAK,EAAE,sBAAsB,GAAG,OAAO,CAAC,QAAQ,CAAC;IAehE,OAAO,CAAC,kBAAkB;IAI1B,OAAO,CAAC,mBAAmB;IAK3B,OAAO,CAAC,cAAc;IAKtB,OAAO,CAAC,mBAAmB;IAsB3B,OAAO,CAAC,gBAAgB;IAkBxB,OAAO,CAAC,uBAAuB;iCA3FpB,YAAY;qCAAZ,YAAY;CAuGxB"}
1
+ {"version":3,"file":"case.resolver.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/case-viewer/services/case.resolver.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAiB,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAIzF,OAAO,EAAE,QAAQ,EAAS,MAAM,iBAAiB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAoB,MAAM,mBAAmB,CAAC;AACnE,OAAO,EAAE,yBAAyB,EAAE,MAAM,0DAA0D,CAAC;AACrG,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;;AAE/D,qBACa,YAAa,YAAW,OAAO,CAAC,QAAQ,CAAC;IAUxC,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,yBAAyB;IAC1C,OAAO,CAAC,QAAQ,CAAC,MAAM;IAZnC,gBAAuB,WAAW,SAAyC;IAC3E,gBAAuB,aAAa,SAAS;IAC7C,gBAAuB,gBAAgB,4CAA4C;IAK5E,WAAW,EAAE,MAAM,CAAC;gBACE,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,YAAY,EAC1B,yBAAyB,EAAE,yBAAyB,EACpD,MAAM,EAAE,MAAM;IAQpC,OAAO,CAAC,KAAK,EAAE,sBAAsB,GAAG,OAAO,CAAC,QAAQ,CAAC;IAehE,OAAO,CAAC,kBAAkB;IAI1B,OAAO,CAAC,mBAAmB;IAK3B,OAAO,CAAC,cAAc;IAKtB,OAAO,CAAC,mBAAmB;IAsB3B,OAAO,CAAC,gBAAgB;IAaxB,OAAO,CAAC,uBAAuB;iCAtFpB,YAAY;qCAAZ,YAAY;CAsGxB"}
@@ -1 +1 @@
1
- {"version":3,"file":"field-read.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/base-field/field-read.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,wBAAwB,EAAmB,MAAM,EAAa,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAC1H,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAG3C,OAAO,EAAE,SAAS,EAAE,MAAM,6CAA6C,CAAC;AACxE,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;;AAI7E,qBAIa,kBAAmB,SAAQ,0BAA2B,YAAW,MAAM;IAiBtE,OAAO,CAAC,QAAQ,CAAC,QAAQ;IAA4B,OAAO,CAAC,QAAQ,CAAC,cAAc;IAdzF,SAAS,UAAS;IAGlB,SAAS,EAAE,SAAS,CAAqB;IAGzC,UAAU,EAAE,SAAS,EAAE,CAAM;IAG7B,2BAA2B,CAAC,EAAE,OAAO,CAAC;IAGtC,cAAc,EAAE,gBAAgB,CAAC;gBAEX,QAAQ,EAAE,wBAAwB,EAAmB,cAAc,EAAE,cAAc;IAIzG,QAAQ,IAAI,IAAI;iCArBZ,kBAAkB;2CAAlB,kBAAkB;CAkD9B"}
1
+ {"version":3,"file":"field-read.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/base-field/field-read.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,wBAAwB,EAAmB,MAAM,EAAa,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAC1H,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAG3C,OAAO,EAAE,SAAS,EAAE,MAAM,6CAA6C,CAAC;AACxE,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;;AAI7E,qBAIa,kBAAmB,SAAQ,0BAA2B,YAAW,MAAM;IAiBtE,OAAO,CAAC,QAAQ,CAAC,QAAQ;IAA4B,OAAO,CAAC,QAAQ,CAAC,cAAc;IAdzF,SAAS,UAAS;IAGlB,SAAS,EAAE,SAAS,CAAqB;IAGzC,UAAU,EAAE,SAAS,EAAE,CAAM;IAG7B,2BAA2B,CAAC,EAAE,OAAO,CAAC;IAGtC,cAAc,EAAE,gBAAgB,CAAC;gBAEX,QAAQ,EAAE,wBAAwB,EAAmB,cAAc,EAAE,cAAc;IAIzG,QAAQ,IAAI,IAAI;iCArBZ,kBAAkB;2CAAlB,kBAAkB;CAsD9B"}
@@ -1 +1 @@
1
- {"version":3,"file":"field-write.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/base-field/field-write.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,wBAAwB,EAAmB,MAAM,EAAa,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAC1H,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAGjD,OAAO,EAAE,SAAS,EAAE,MAAM,6CAA6C,CAAC;AAExE,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAC;;AAI/E,qBAKa,mBAAoB,SAAQ,2BAA4B,YAAW,MAAM;IAWxE,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,cAAc;IATpC,cAAc,UAAS;IAGvB,UAAU,EAAE,SAAS,EAAE,CAAM;IAG7B,cAAc,EAAE,gBAAgB,CAAC;gBAEX,QAAQ,EAAE,wBAAwB,EAClC,cAAc,EAAE,cAAc;IAIpD,QAAQ,IAAI,IAAI;IAqCvB,SAAS,CAAC,aAAa,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE,eAAe,GAAG,IAAI;iCArDlE,mBAAmB;2CAAnB,mBAAmB;CAwD/B"}
1
+ {"version":3,"file":"field-write.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/base-field/field-write.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,wBAAwB,EAAmB,MAAM,EAAa,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAC1H,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAGjD,OAAO,EAAE,SAAS,EAAE,MAAM,6CAA6C,CAAC;AAExE,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAC;;AAI/E,qBAKa,mBAAoB,SAAQ,2BAA4B,YAAW,MAAM;IAWxE,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,cAAc;IATpC,cAAc,UAAS;IAGvB,UAAU,EAAE,SAAS,EAAE,CAAM;IAG7B,cAAc,EAAE,gBAAgB,CAAC;gBAEX,QAAQ,EAAE,wBAAwB,EAClC,cAAc,EAAE,cAAc;IAIpD,QAAQ,IAAI,IAAI;IAmCvB,SAAS,CAAC,aAAa,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE,eAAe,GAAG,IAAI;iCAnDlE,mBAAmB;2CAAnB,mBAAmB;CAsD/B"}
@@ -33,6 +33,11 @@ export declare class WriteCollectionFieldComponent extends AbstractFieldWriteCom
33
33
  buildIdPrefix(index: number): string;
34
34
  isSearchFilter(): boolean;
35
35
  addItem(doScroll: boolean): void;
36
+ private newCaseField;
37
+ private getContainer;
38
+ private focusLastItem;
39
+ private removeItem;
40
+ private resetIds;
36
41
  itemLabel(index: number): string;
37
42
  isNotAuthorisedToCreate(): boolean;
38
43
  getCollectionPermission(field: CaseField, type: string): boolean;
@@ -40,10 +45,6 @@ export declare class WriteCollectionFieldComponent extends AbstractFieldWriteCom
40
45
  hasUpdateAccess(role: any): boolean;
41
46
  isNotAuthorisedToDelete(index: number): boolean;
42
47
  openModal(i: number): void;
43
- private newCaseField;
44
- private getContainer;
45
- private focusLastItem;
46
- private removeItem;
47
48
  /**
48
49
  * Applied full solution as part of EUI-3505
49
50
  */
@@ -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;IACvB,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,eAAe;IAhBrC,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,EACjB,eAAe,EAAE,eAAe,EAChC,eAAe,EAAE,eAAe;IAKtD,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;IA2BhC,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,OAAO,CAAC,YAAY;IAsBpB,OAAO,CAAC,YAAY;IASpB,OAAO,CAAC,aAAa;IAOrB,OAAO,CAAC,UAAU;IAMlB;;OAEG;IACH,OAAO,CAAC,cAAc;IAStB,OAAO,CAAC,wBAAwB;iCArSrB,6BAA6B;2CAA7B,6BAA6B;CAySzC"}
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 +1 @@
1
- {"version":3,"file":"read-complex-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/complex/read-complex-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AACvD,OAAO,EAAE,0BAA0B,EAAE,MAAM,6CAA6C,CAAC;AACzF,OAAO,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;;AAEpE,qBAIa,yBAA0B,SAAQ,0BAA2B,YAAW,MAAM;IAGlF,UAAU,EAAE,SAAS,EAAE,CAAM;IAE7B,cAAc,wBAAkB;IAEhC,QAAQ,IAAI,IAAI;iCAPZ,yBAAyB;2CAAzB,yBAAyB;CA8BrC"}
1
+ {"version":3,"file":"read-complex-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/complex/read-complex-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AACvD,OAAO,EAAE,0BAA0B,EAAE,MAAM,6CAA6C,CAAC;AACzF,OAAO,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;;AAEpE,qBAIa,yBAA0B,SAAQ,0BAA2B,YAAW,MAAM;IAGlF,UAAU,EAAE,SAAS,EAAE,CAAM;IAE7B,cAAc,wBAAkB;IAEhC,QAAQ,IAAI,IAAI;iCAPZ,yBAAyB;2CAAzB,yBAAyB;CAgCrC"}
@@ -1,12 +1,11 @@
1
- import { NgxMatDateFormats } from '@angular-material-components/datetime-picker';
2
- import type { NgxMatDatetimePicker } from '@angular-material-components/datetime-picker';
1
+ import { NgxMatDateFormats, NgxMatDatetimePicker } from '@angular-material-components/datetime-picker';
3
2
  import { ElementRef, OnInit } from '@angular/core';
4
3
  import { FormControl } from '@angular/forms';
5
4
  import { ThemePalette } from '@angular/material/core';
6
5
  import { Moment } from 'moment/moment';
6
+ import { CaseField } from '../../../domain/definition/case-field.model';
7
7
  import { FormatTranslatorService } from '../../../services/case-fields/format-translator.service';
8
8
  import { AbstractFormFieldComponent } from '../base-field/abstract-form-field.component';
9
- import { CaseField } from '../../../domain/definition/case-field.model';
10
9
  import * as i0 from "@angular/core";
11
10
  export declare class DatetimePickerComponent extends AbstractFormFieldComponent implements OnInit {
12
11
  private readonly formatTranslationService;
@@ -1 +1 @@
1
- {"version":3,"file":"datetime-picker.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/datetime-picker/datetime-picker.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,iBAAiB,EAElB,MAAM,8CAA8C,CAAC;AACtD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,8CAA8C,CAAC;AAEzF,OAAO,EAAa,UAAU,EAAiB,MAAM,EAAgC,MAAM,eAAe,CAAC;AAC3G,OAAO,EAAE,WAAW,EAAc,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AACtD,OAAO,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAGvC,OAAO,EAAE,uBAAuB,EAAE,MAAM,yDAAyD,CAAC;AAClG,OAAO,EAAE,0BAA0B,EAAE,MAAM,6CAA6C,CAAC;AAEzF,OAAO,EAAE,SAAS,EAAE,MAAM,6CAA6C,CAAC;;AAExE,qBAYa,uBAAwB,SAAQ,0BAA2B,YAAW,MAAM;IA8B3E,OAAO,CAAC,QAAQ,CAAC,wBAAwB;IACrB,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IA7B3D,YAAY,UAAQ;IACpB,WAAW,UAAS;IACpB,OAAO,UAAS;IAChB,cAAc,UAAS;IACvB,QAAQ,SAAK;IACb,UAAU,SAAK;IACf,UAAU,SAAK;IACf,KAAK,EAAE,YAAY,CAAa;IAChC,aAAa,UAAQ;IACrB,QAAQ,UAAQ;IAChB,WAAW,UAAQ;IACnB,SAAS,SAAW;IACpB,aAAa,UAAS;IACtB,SAAS,UAAQ;IACjB,YAAY,UAAS;IACrB,QAAQ,UAAS;IACjB,QAAQ,UAAS;IACjB,mBAAmB,EAAE,MAAM,CAAC;IAEY,cAAc,EAAE,oBAAoB,CAAC,GAAG,CAAC,CAAC;IAC3C,YAAY,EAAE,UAAU,CAAC,gBAAgB,CAAC,CAAC;IAEzE,WAAW,EAAE,WAAW,CAA+B;IAEvE,OAAO,CAAC,WAAW,CAA0B;IAC7C,OAAO,CAAC,WAAW,CAAQ;IAC3B,OAAO,CAAC,YAAY,CAA6B;gBAEpB,wBAAwB,EAAE,uBAAuB,EAC7B,iBAAiB,EAAE,iBAAiB;IAI9E,QAAQ,IAAI,IAAI;IAoBhB,iBAAiB,IAAI,IAAI;IAQzB,YAAY,IAAI,IAAI;IAIpB,OAAO,IAAI,IAAI;IAIf,QAAQ,IAAI,IAAI;IAKhB,WAAW,IAAI,IAAI;IAInB,OAAO,CAAC,SAAS,EAAE,SAAS,GAAG,IAAI;IAQnC,OAAO,CAAC,SAAS,EAAE,SAAS,GAAG,IAAI;IAQnC,mBAAmB,CAAC,oBAAoB,EAAE,MAAM,GAAG,IAAI;IAoDvD,YAAY,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAQjC,aAAa,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IASzC,OAAO,CAAC,uBAAuB;iCArKpB,uBAAuB;2CAAvB,uBAAuB;CAuLnC"}
1
+ {"version":3,"file":"datetime-picker.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/datetime-picker/datetime-picker.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,iBAAiB,EACjB,oBAAoB,EAErB,MAAM,8CAA8C,CAAC;AAEtD,OAAO,EAAa,UAAU,EAAiB,MAAM,EAAgC,MAAM,eAAe,CAAC;AAC3G,OAAO,EAAE,WAAW,EAAc,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AACtD,OAAO,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAGvC,OAAO,EAAE,SAAS,EAAE,MAAM,6CAA6C,CAAC;AACxE,OAAO,EAAE,uBAAuB,EAAE,MAAM,yDAAyD,CAAC;AAClG,OAAO,EAAE,0BAA0B,EAAE,MAAM,6CAA6C,CAAC;;AAGzF,qBAYa,uBAAwB,SAAQ,0BAA2B,YAAW,MAAM;IA8B3E,OAAO,CAAC,QAAQ,CAAC,wBAAwB;IACrB,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IA7B3D,YAAY,UAAQ;IACpB,WAAW,UAAS;IACpB,OAAO,UAAS;IAChB,cAAc,UAAS;IACvB,QAAQ,SAAK;IACb,UAAU,SAAK;IACf,UAAU,SAAK;IACf,KAAK,EAAE,YAAY,CAAa;IAChC,aAAa,UAAQ;IACrB,QAAQ,UAAQ;IAChB,WAAW,UAAQ;IACnB,SAAS,SAAW;IACpB,aAAa,UAAS;IACtB,SAAS,UAAQ;IACjB,YAAY,UAAS;IACrB,QAAQ,UAAS;IACjB,QAAQ,UAAS;IACjB,mBAAmB,EAAE,MAAM,CAAC;IAEY,cAAc,EAAE,oBAAoB,CAAC,GAAG,CAAC,CAAC;IAC3C,YAAY,EAAE,UAAU,CAAC,gBAAgB,CAAC,CAAC;IAEzE,WAAW,EAAE,WAAW,CAA+B;IAEvE,OAAO,CAAC,WAAW,CAA0B;IAC7C,OAAO,CAAC,WAAW,CAAQ;IAC3B,OAAO,CAAC,YAAY,CAA6B;gBAEpB,wBAAwB,EAAE,uBAAuB,EAC7B,iBAAiB,EAAE,iBAAiB;IAI9E,QAAQ,IAAI,IAAI;IAoBhB,iBAAiB,IAAI,IAAI;IAQzB,YAAY,IAAI,IAAI;IAIpB,OAAO,IAAI,IAAI;IAIf,QAAQ,IAAI,IAAI;IAKhB,WAAW,IAAI,IAAI;IAInB,OAAO,CAAC,SAAS,EAAE,SAAS,GAAG,IAAI;IAQnC,OAAO,CAAC,SAAS,EAAE,SAAS,GAAG,IAAI;IAQnC,mBAAmB,CAAC,oBAAoB,EAAE,MAAM,GAAG,IAAI;IAoDvD,YAAY,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAQjC,aAAa,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IASzC,OAAO,CAAC,uBAAuB;iCArKpB,uBAAuB;2CAAvB,uBAAuB;CAuLnC"}
@@ -29,4 +29,5 @@ export * from './text-area';
29
29
  export * from './utils';
30
30
  export * from './yes-no';
31
31
  export * from './waystopay';
32
+ export * from './judicial-user';
32
33
  //# 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/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,+BAA+B,CAAC;AAE9C,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,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,SAAS,CAAC;AACxB,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,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,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,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,+BAA+B,CAAC;AAE9C,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,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,SAAS,CAAC;AACxB,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,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,iBAAiB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export * from './read-judicial-user-field.component';
2
+ export * from './write-judicial-user-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/judicial-user/index.ts"],"names":[],"mappings":"AAAA,cAAc,sCAAsC,CAAC;AACrD,cAAc,uCAAuC,CAAC"}
@@ -0,0 +1,17 @@
1
+ import { OnDestroy, OnInit } from '@angular/core';
2
+ import { Subscription } from 'rxjs';
3
+ import { JudicialUserModel } from '../../../domain/jurisdiction';
4
+ import { JurisdictionService } from '../../../services';
5
+ import { AbstractFieldReadComponent } from '../base-field';
6
+ import * as i0 from "@angular/core";
7
+ export declare class ReadJudicialUserFieldComponent extends AbstractFieldReadComponent implements OnInit, OnDestroy {
8
+ private readonly jurisdictionService;
9
+ judicialUser: JudicialUserModel;
10
+ sub: Subscription;
11
+ constructor(jurisdictionService: JurisdictionService);
12
+ ngOnInit(): void;
13
+ ngOnDestroy(): void;
14
+ static ɵfac: i0.ɵɵFactoryDef<ReadJudicialUserFieldComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDefWithMeta<ReadJudicialUserFieldComponent, "ccd-read-judicial-user-field", never, {}, {}, never, never>;
16
+ }
17
+ //# sourceMappingURL=read-judicial-user-field.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"read-judicial-user-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/judicial-user/read-judicial-user-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAC7D,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AACjE,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,0BAA0B,EAAE,MAAM,eAAe,CAAC;;AAE3D,qBAIa,8BAA+B,SAAQ,0BAA2B,YAAW,MAAM,EAAE,SAAS;IAK7F,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IAHzC,YAAY,EAAE,iBAAiB,CAAC;IAChC,GAAG,EAAE,YAAY,CAAC;gBAEI,mBAAmB,EAAE,mBAAmB;IAI9D,QAAQ,IAAI,IAAI;IAShB,WAAW,IAAI,IAAI;iCAlBf,8BAA8B;2CAA9B,8BAA8B;CAuB1C"}
@@ -0,0 +1,32 @@
1
+ import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
2
+ import { FormControl, FormGroup } from '@angular/forms';
3
+ import { ActivatedRoute } from '@angular/router';
4
+ import { Observable, Subscription } from 'rxjs';
5
+ import { JudicialUserModel } from '../../../domain/jurisdiction';
6
+ import { JurisdictionService } from '../../../services';
7
+ import { AbstractFieldWriteComponent } from '../base-field';
8
+ import * as i0 from "@angular/core";
9
+ export declare class WriteJudicialUserFieldComponent extends AbstractFieldWriteComponent implements OnInit, OnDestroy {
10
+ private readonly route;
11
+ private readonly cd;
12
+ private readonly jurisdictionService;
13
+ private readonly JURISDICTION_ID;
14
+ private readonly MINIMUM_SEARCH_CHARACTERS;
15
+ private readonly IDAM_ID;
16
+ private readonly PERSONAL_CODE;
17
+ judicialUserFormGroup: FormGroup;
18
+ idamIdFormControl: FormControl;
19
+ personalCodeFormControl: FormControl;
20
+ jurisdictionId: string;
21
+ filteredJudicialUsers: JudicialUserModel[];
22
+ showAutocomplete: boolean;
23
+ sub: Subscription;
24
+ constructor(route: ActivatedRoute, cd: ChangeDetectorRef, jurisdictionService: JurisdictionService);
25
+ ngOnInit(): void;
26
+ filter(searchTerm: string): Observable<JudicialUserModel[]>;
27
+ onSelectionChange(judicialUser: JudicialUserModel): void;
28
+ ngOnDestroy(): void;
29
+ static ɵfac: i0.ɵɵFactoryDef<WriteJudicialUserFieldComponent, never>;
30
+ static ɵcmp: i0.ɵɵComponentDefWithMeta<WriteJudicialUserFieldComponent, "ccd-write-judicial-user-field", never, {}, {}, never, never>;
31
+ }
32
+ //# sourceMappingURL=write-judicial-user-field.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"write-judicial-user-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/judicial-user/write-judicial-user-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAa,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAChF,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AAEhD,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AACjE,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,2BAA2B,EAAE,MAAM,eAAe,CAAC;;AAE5D,qBAKa,+BAAgC,SAAQ,2BAA4B,YAAW,MAAM,EAAE,SAAS;IAe/F,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,EAAE;IACnB,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IAfhD,OAAO,CAAC,QAAQ,CAAC,eAAe,CAAS;IACzC,OAAO,CAAC,QAAQ,CAAC,yBAAyB,CAAK;IAC/C,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAY;IACpC,OAAO,CAAC,QAAQ,CAAC,aAAa,CAAkB;IAEzC,qBAAqB,EAAE,SAAS,CAAC;IACjC,iBAAiB,EAAE,WAAW,CAAC;IAC/B,uBAAuB,EAAE,WAAW,CAAC;IACrC,cAAc,EAAE,MAAM,CAAC;IACvB,qBAAqB,EAAE,iBAAiB,EAAE,CAAM;IAChD,gBAAgB,UAAS;IACzB,GAAG,EAAE,YAAY,CAAC;gBAEI,KAAK,EAAE,cAAc,EACrB,EAAE,EAAE,iBAAiB,EACrB,mBAAmB,EAAE,mBAAmB;IAI9D,QAAQ,IAAI,IAAI;IAsBhB,MAAM,CAAC,UAAU,EAAE,MAAM,GAAG,UAAU,CAAC,iBAAiB,EAAE,CAAC;IAI3D,iBAAiB,CAAC,YAAY,EAAE,iBAAiB,GAAG,IAAI;IAKxD,WAAW,IAAI,IAAI;iCApDf,+BAA+B;2CAA/B,+BAA+B;CAyD3C"}
@@ -26,67 +26,70 @@ import * as i24 from "./phone-uk/read-phone-uk-field.component";
26
26
  import * as i25 from "./date/read-date-field.component";
27
27
  import * as i26 from "./collection/read-collection-field.component";
28
28
  import * as i27 from "./document/read-document-field.component";
29
- import * as i28 from "./yes-no/read-yes-no-field.component";
30
- import * as i29 from "./organisation/read-organisation-field.component";
31
- import * as i30 from "./organisation/read-organisation-field-table.component";
32
- import * as i31 from "./organisation/read-organisation-field-raw.component";
33
- import * as i32 from "./order-summary/read-order-summary-field.component";
34
- import * as i33 from "./order-summary/read-order-summary-row.component";
35
- import * as i34 from "./money-gbp/read-money-gbp-field.component";
36
- import * as i35 from "./multi-select-list/read-multi-select-list-field.component";
37
- import * as i36 from "./dynamic-list/read-dynamic-list-field.component";
38
- import * as i37 from "./fixed-list/read-fixed-list-field.component";
39
- import * as i38 from "./fixed-radio-list/read-fixed-radio-list-field.component";
40
- import * as i39 from "./dynamic-radio-list/read-dynamic-radio-list-field.component";
41
- import * as i40 from "./case-link/read-case-link-field.component";
42
- import * as i41 from "./complex/read-complex-field.component";
43
- import * as i42 from "./complex/read-complex-field-raw.component";
44
- import * as i43 from "./complex/read-complex-field-table.component";
45
- import * as i44 from "./complex/read-complex-field-collection-table.component";
46
- import * as i45 from "./address/write-address-field.component";
47
- import * as i46 from "./complex/write-complex-field.component";
48
- import * as i47 from "./organisation/write-organisation-complex-field.component";
49
- import * as i48 from "./document/write-document-field.component";
50
- import * as i49 from "./dynamic-list/write-dynamic-list-field.component";
51
- import * as i50 from "./dynamic-radio-list/write-dynamic-radio-list-field.component";
52
- import * as i51 from "./text/write-text-field.component";
53
- import * as i52 from "./date/write-date-container-field.component";
54
- import * as i53 from "./text-area/write-text-area-field.component";
55
- import * as i54 from "./phone-uk/write-phone-uk-field.component";
56
- import * as i55 from "./number/write-number-field.component";
57
- import * as i56 from "./email/write-email-field.component";
58
- import * as i57 from "./date/write-date-field.component";
59
- import * as i58 from "./yes-no/write-yes-no-field.component";
60
- import * as i59 from "./organisation/write-organisation-field.component";
61
- import * as i60 from "./order-summary/write-order-summary-field.component";
62
- import * as i61 from "./money-gbp/write-money-gbp-field.component";
63
- import * as i62 from "./multi-select-list/write-multi-select-list-field.component";
64
- import * as i63 from "./fixed-list/write-fixed-list-field.component";
65
- import * as i64 from "./fixed-radio-list/write-fixed-radio-list-field.component";
66
- import * as i65 from "./case-link/write-case-link-field.component";
67
- import * as i66 from "./collection/write-collection-field.component";
68
- import * as i67 from "@angular/common";
69
- import * as i68 from "@angular/router";
70
- import * as i69 from "@angular/forms";
71
- import * as i70 from "./utils/utils.module";
72
- import * as i71 from "../../pipes/pipes.module";
73
- import * as i72 from "../../../components/banners/banners.module";
74
- import * as i73 from "../../../components/header/headers.module";
75
- import * as i74 from "../../../components/footer/footers.module";
76
- import * as i75 from "../../../components/body/body.module";
77
- import * as i76 from "../../../components/form/form.module";
78
- import * as i77 from "../../../components/tabs/tabs.module";
79
- import * as i78 from "../../directives/substitutor/label-substitutor.module";
80
- import * as i79 from "ngx-md";
81
- import * as i80 from "@angular-material-components/datetime-picker";
82
- import * as i81 from "@angular/material/form-field";
83
- import * as i82 from "@angular/material/input";
84
- import * as i83 from "@angular/material/datepicker";
85
- import * as i84 from "@hmcts/ccpay-web-component";
86
- import * as i85 from "@nicky-lenaers/ngx-scroll-to";
29
+ import * as i28 from "./judicial-user/read-judicial-user-field.component";
30
+ import * as i29 from "./yes-no/read-yes-no-field.component";
31
+ import * as i30 from "./organisation/read-organisation-field.component";
32
+ import * as i31 from "./organisation/read-organisation-field-table.component";
33
+ import * as i32 from "./organisation/read-organisation-field-raw.component";
34
+ import * as i33 from "./order-summary/read-order-summary-field.component";
35
+ import * as i34 from "./order-summary/read-order-summary-row.component";
36
+ import * as i35 from "./money-gbp/read-money-gbp-field.component";
37
+ import * as i36 from "./multi-select-list/read-multi-select-list-field.component";
38
+ import * as i37 from "./dynamic-list/read-dynamic-list-field.component";
39
+ import * as i38 from "./fixed-list/read-fixed-list-field.component";
40
+ import * as i39 from "./fixed-radio-list/read-fixed-radio-list-field.component";
41
+ import * as i40 from "./dynamic-radio-list/read-dynamic-radio-list-field.component";
42
+ import * as i41 from "./case-link/read-case-link-field.component";
43
+ import * as i42 from "./complex/read-complex-field.component";
44
+ import * as i43 from "./complex/read-complex-field-raw.component";
45
+ import * as i44 from "./complex/read-complex-field-table.component";
46
+ import * as i45 from "./complex/read-complex-field-collection-table.component";
47
+ import * as i46 from "./judicial-user/write-judicial-user-field.component";
48
+ import * as i47 from "./address/write-address-field.component";
49
+ import * as i48 from "./complex/write-complex-field.component";
50
+ import * as i49 from "./organisation/write-organisation-complex-field.component";
51
+ import * as i50 from "./document/write-document-field.component";
52
+ import * as i51 from "./dynamic-list/write-dynamic-list-field.component";
53
+ import * as i52 from "./dynamic-radio-list/write-dynamic-radio-list-field.component";
54
+ import * as i53 from "./text/write-text-field.component";
55
+ import * as i54 from "./date/write-date-container-field.component";
56
+ import * as i55 from "./text-area/write-text-area-field.component";
57
+ import * as i56 from "./phone-uk/write-phone-uk-field.component";
58
+ import * as i57 from "./number/write-number-field.component";
59
+ import * as i58 from "./email/write-email-field.component";
60
+ import * as i59 from "./date/write-date-field.component";
61
+ import * as i60 from "./yes-no/write-yes-no-field.component";
62
+ import * as i61 from "./organisation/write-organisation-field.component";
63
+ import * as i62 from "./order-summary/write-order-summary-field.component";
64
+ import * as i63 from "./money-gbp/write-money-gbp-field.component";
65
+ import * as i64 from "./multi-select-list/write-multi-select-list-field.component";
66
+ import * as i65 from "./fixed-list/write-fixed-list-field.component";
67
+ import * as i66 from "./fixed-radio-list/write-fixed-radio-list-field.component";
68
+ import * as i67 from "./case-link/write-case-link-field.component";
69
+ import * as i68 from "./collection/write-collection-field.component";
70
+ import * as i69 from "@angular/common";
71
+ import * as i70 from "@angular/router";
72
+ import * as i71 from "@angular/forms";
73
+ import * as i72 from "./utils/utils.module";
74
+ import * as i73 from "../../pipes/pipes.module";
75
+ import * as i74 from "../../../components/banners/banners.module";
76
+ import * as i75 from "../../../components/header/headers.module";
77
+ import * as i76 from "../../../components/footer/footers.module";
78
+ import * as i77 from "../../../components/body/body.module";
79
+ import * as i78 from "../../../components/form/form.module";
80
+ import * as i79 from "../../../components/tabs/tabs.module";
81
+ import * as i80 from "../../directives/substitutor/label-substitutor.module";
82
+ import * as i81 from "ngx-md";
83
+ import * as i82 from "@angular-material-components/datetime-picker";
84
+ import * as i83 from "@angular/material/form-field";
85
+ import * as i84 from "@angular/material/input";
86
+ import * as i85 from "@angular/material/datepicker";
87
+ import * as i86 from "@angular/material/autocomplete";
88
+ import * as i87 from "@hmcts/ccpay-web-component";
89
+ import * as i88 from "@nicky-lenaers/ngx-scroll-to";
87
90
  export declare class PaletteModule {
88
91
  static ɵfac: i0.ɵɵFactoryDef<PaletteModule, never>;
89
- static ɵmod: i0.ɵɵNgModuleDefWithMeta<PaletteModule, [typeof i1.FixedListPipe, typeof i2.FixedRadioListPipe, typeof i3.DynamicListPipe, typeof i4.DynamicRadioListPipe, typeof i5.DocumentUrlPipe, typeof i6.UnsupportedFieldComponent, typeof i7.DatetimePickerComponent, typeof i8.WaysToPayFieldComponent, typeof i9.MarkdownComponent, typeof i10.FieldReadComponent, typeof i11.FieldWriteComponent, typeof i12.FieldReadLabelComponent, typeof i13.LabelFieldComponent, typeof i14.CasePaymentHistoryViewerFieldComponent, typeof i15.MoneyGbpInputComponent, typeof i16.CaseHistoryViewerFieldComponent, typeof i17.EventLogComponent, typeof i18.EventLogDetailsComponent, typeof i19.EventLogTableComponent, typeof i20.ReadTextFieldComponent, typeof i21.ReadTextAreaFieldComponent, typeof i22.ReadNumberFieldComponent, typeof i23.ReadEmailFieldComponent, typeof i24.ReadPhoneUKFieldComponent, typeof i25.ReadDateFieldComponent, typeof i26.ReadCollectionFieldComponent, typeof i27.ReadDocumentFieldComponent, typeof i28.ReadYesNoFieldComponent, typeof i29.ReadOrganisationFieldComponent, typeof i30.ReadOrganisationFieldTableComponent, typeof i31.ReadOrganisationFieldRawComponent, typeof i32.ReadOrderSummaryFieldComponent, typeof i33.ReadOrderSummaryRowComponent, typeof i34.ReadMoneyGbpFieldComponent, typeof i35.ReadMultiSelectListFieldComponent, typeof i36.ReadDynamicListFieldComponent, typeof i37.ReadFixedListFieldComponent, typeof i38.ReadFixedRadioListFieldComponent, typeof i39.ReadDynamicRadioListFieldComponent, typeof i40.ReadCaseLinkFieldComponent, typeof i41.ReadComplexFieldComponent, typeof i42.ReadComplexFieldRawComponent, typeof i43.ReadComplexFieldTableComponent, typeof i44.ReadComplexFieldCollectionTableComponent, typeof i45.WriteAddressFieldComponent, typeof i46.WriteComplexFieldComponent, typeof i47.WriteOrganisationComplexFieldComponent, typeof i48.WriteDocumentFieldComponent, typeof i49.WriteDynamicListFieldComponent, typeof i50.WriteDynamicRadioListFieldComponent, typeof i51.WriteTextFieldComponent, typeof i52.WriteDateContainerFieldComponent, typeof i53.WriteTextAreaFieldComponent, typeof i54.WritePhoneUKFieldComponent, typeof i55.WriteNumberFieldComponent, typeof i56.WriteEmailFieldComponent, typeof i57.WriteDateFieldComponent, typeof i58.WriteYesNoFieldComponent, typeof i59.WriteOrganisationFieldComponent, typeof i47.WriteOrganisationComplexFieldComponent, typeof i60.WriteOrderSummaryFieldComponent, typeof i61.WriteMoneyGbpFieldComponent, typeof i52.WriteDateContainerFieldComponent, typeof i62.WriteMultiSelectListFieldComponent, typeof i63.WriteFixedListFieldComponent, typeof i64.WriteFixedRadioListFieldComponent, typeof i65.WriteCaseLinkFieldComponent, typeof i66.WriteCollectionFieldComponent], [typeof i67.CommonModule, typeof i68.RouterModule, typeof i69.FormsModule, typeof i69.ReactiveFormsModule, typeof i70.PaletteUtilsModule, typeof i71.PipesModule, typeof i72.BannersModule, typeof i73.HeadersModule, typeof i74.FootersModule, typeof i75.BodyModule, typeof i76.FormModule, typeof i77.TabsModule, typeof i78.LabelSubstitutorModule, typeof i79.NgxMdModule, typeof i80.NgxMatDatetimePickerModule, typeof i80.NgxMatTimepickerModule, typeof i80.NgxMatNativeDateModule, typeof i81.MatFormFieldModule, typeof i82.MatInputModule, typeof i83.MatDatepickerModule, typeof i84.PaymentLibModule, typeof i85.ScrollToModule], [typeof i80.NgxMatDatetimePickerModule, typeof i80.NgxMatNativeDateModule, typeof i80.NgxMatTimepickerModule, typeof i77.TabsModule, typeof i70.PaletteUtilsModule, typeof i71.PipesModule, typeof i6.UnsupportedFieldComponent, typeof i7.DatetimePickerComponent, typeof i8.WaysToPayFieldComponent, typeof i9.MarkdownComponent, typeof i10.FieldReadComponent, typeof i11.FieldWriteComponent, typeof i12.FieldReadLabelComponent, typeof i13.LabelFieldComponent, typeof i14.CasePaymentHistoryViewerFieldComponent, typeof i15.MoneyGbpInputComponent, typeof i16.CaseHistoryViewerFieldComponent, typeof i17.EventLogComponent, typeof i18.EventLogDetailsComponent, typeof i19.EventLogTableComponent, typeof i20.ReadTextFieldComponent, typeof i21.ReadTextAreaFieldComponent, typeof i22.ReadNumberFieldComponent, typeof i23.ReadEmailFieldComponent, typeof i24.ReadPhoneUKFieldComponent, typeof i25.ReadDateFieldComponent, typeof i26.ReadCollectionFieldComponent, typeof i27.ReadDocumentFieldComponent, typeof i28.ReadYesNoFieldComponent, typeof i29.ReadOrganisationFieldComponent, typeof i30.ReadOrganisationFieldTableComponent, typeof i31.ReadOrganisationFieldRawComponent, typeof i32.ReadOrderSummaryFieldComponent, typeof i33.ReadOrderSummaryRowComponent, typeof i34.ReadMoneyGbpFieldComponent, typeof i35.ReadMultiSelectListFieldComponent, typeof i36.ReadDynamicListFieldComponent, typeof i37.ReadFixedListFieldComponent, typeof i38.ReadFixedRadioListFieldComponent, typeof i39.ReadDynamicRadioListFieldComponent, typeof i40.ReadCaseLinkFieldComponent, typeof i41.ReadComplexFieldComponent, typeof i42.ReadComplexFieldRawComponent, typeof i43.ReadComplexFieldTableComponent, typeof i44.ReadComplexFieldCollectionTableComponent, typeof i45.WriteAddressFieldComponent, typeof i46.WriteComplexFieldComponent, typeof i47.WriteOrganisationComplexFieldComponent, typeof i48.WriteDocumentFieldComponent, typeof i49.WriteDynamicListFieldComponent, typeof i50.WriteDynamicRadioListFieldComponent, typeof i51.WriteTextFieldComponent, typeof i52.WriteDateContainerFieldComponent, typeof i53.WriteTextAreaFieldComponent, typeof i54.WritePhoneUKFieldComponent, typeof i55.WriteNumberFieldComponent, typeof i56.WriteEmailFieldComponent, typeof i57.WriteDateFieldComponent, typeof i58.WriteYesNoFieldComponent, typeof i59.WriteOrganisationFieldComponent, typeof i47.WriteOrganisationComplexFieldComponent, typeof i60.WriteOrderSummaryFieldComponent, typeof i61.WriteMoneyGbpFieldComponent, typeof i52.WriteDateContainerFieldComponent, typeof i62.WriteMultiSelectListFieldComponent, typeof i63.WriteFixedListFieldComponent, typeof i64.WriteFixedRadioListFieldComponent, typeof i65.WriteCaseLinkFieldComponent, typeof i66.WriteCollectionFieldComponent]>;
92
+ static ɵmod: i0.ɵɵNgModuleDefWithMeta<PaletteModule, [typeof i1.FixedListPipe, typeof i2.FixedRadioListPipe, typeof i3.DynamicListPipe, typeof i4.DynamicRadioListPipe, typeof i5.DocumentUrlPipe, typeof i6.UnsupportedFieldComponent, typeof i7.DatetimePickerComponent, typeof i8.WaysToPayFieldComponent, typeof i9.MarkdownComponent, typeof i10.FieldReadComponent, typeof i11.FieldWriteComponent, typeof i12.FieldReadLabelComponent, typeof i13.LabelFieldComponent, typeof i14.CasePaymentHistoryViewerFieldComponent, typeof i15.MoneyGbpInputComponent, typeof i16.CaseHistoryViewerFieldComponent, typeof i17.EventLogComponent, typeof i18.EventLogDetailsComponent, typeof i19.EventLogTableComponent, typeof i20.ReadTextFieldComponent, typeof i21.ReadTextAreaFieldComponent, typeof i22.ReadNumberFieldComponent, typeof i23.ReadEmailFieldComponent, typeof i24.ReadPhoneUKFieldComponent, typeof i25.ReadDateFieldComponent, typeof i26.ReadCollectionFieldComponent, typeof i27.ReadDocumentFieldComponent, typeof i28.ReadJudicialUserFieldComponent, typeof i29.ReadYesNoFieldComponent, typeof i30.ReadOrganisationFieldComponent, typeof i31.ReadOrganisationFieldTableComponent, typeof i32.ReadOrganisationFieldRawComponent, typeof i33.ReadOrderSummaryFieldComponent, typeof i34.ReadOrderSummaryRowComponent, typeof i35.ReadMoneyGbpFieldComponent, typeof i36.ReadMultiSelectListFieldComponent, typeof i37.ReadDynamicListFieldComponent, typeof i38.ReadFixedListFieldComponent, typeof i39.ReadFixedRadioListFieldComponent, typeof i40.ReadDynamicRadioListFieldComponent, typeof i41.ReadCaseLinkFieldComponent, typeof i42.ReadComplexFieldComponent, typeof i43.ReadComplexFieldRawComponent, typeof i44.ReadComplexFieldTableComponent, typeof i45.ReadComplexFieldCollectionTableComponent, typeof i46.WriteJudicialUserFieldComponent, typeof i47.WriteAddressFieldComponent, typeof i48.WriteComplexFieldComponent, typeof i49.WriteOrganisationComplexFieldComponent, typeof i50.WriteDocumentFieldComponent, typeof i51.WriteDynamicListFieldComponent, typeof i52.WriteDynamicRadioListFieldComponent, typeof i53.WriteTextFieldComponent, typeof i54.WriteDateContainerFieldComponent, typeof i55.WriteTextAreaFieldComponent, typeof i56.WritePhoneUKFieldComponent, typeof i57.WriteNumberFieldComponent, typeof i58.WriteEmailFieldComponent, typeof i59.WriteDateFieldComponent, typeof i60.WriteYesNoFieldComponent, typeof i61.WriteOrganisationFieldComponent, typeof i49.WriteOrganisationComplexFieldComponent, typeof i62.WriteOrderSummaryFieldComponent, typeof i63.WriteMoneyGbpFieldComponent, typeof i54.WriteDateContainerFieldComponent, typeof i64.WriteMultiSelectListFieldComponent, typeof i65.WriteFixedListFieldComponent, typeof i66.WriteFixedRadioListFieldComponent, typeof i67.WriteCaseLinkFieldComponent, typeof i68.WriteCollectionFieldComponent], [typeof i69.CommonModule, typeof i70.RouterModule, typeof i71.FormsModule, typeof i71.ReactiveFormsModule, typeof i72.PaletteUtilsModule, typeof i73.PipesModule, typeof i74.BannersModule, typeof i75.HeadersModule, typeof i76.FootersModule, typeof i77.BodyModule, typeof i78.FormModule, typeof i79.TabsModule, typeof i80.LabelSubstitutorModule, typeof i81.NgxMdModule, typeof i82.NgxMatDatetimePickerModule, typeof i82.NgxMatTimepickerModule, typeof i82.NgxMatNativeDateModule, typeof i83.MatFormFieldModule, typeof i84.MatInputModule, typeof i85.MatDatepickerModule, typeof i86.MatAutocompleteModule, typeof i87.PaymentLibModule, typeof i88.ScrollToModule], [typeof i82.NgxMatDatetimePickerModule, typeof i82.NgxMatNativeDateModule, typeof i82.NgxMatTimepickerModule, typeof i79.TabsModule, typeof i72.PaletteUtilsModule, typeof i73.PipesModule, typeof i6.UnsupportedFieldComponent, typeof i7.DatetimePickerComponent, typeof i8.WaysToPayFieldComponent, typeof i9.MarkdownComponent, typeof i10.FieldReadComponent, typeof i11.FieldWriteComponent, typeof i12.FieldReadLabelComponent, typeof i13.LabelFieldComponent, typeof i14.CasePaymentHistoryViewerFieldComponent, typeof i15.MoneyGbpInputComponent, typeof i16.CaseHistoryViewerFieldComponent, typeof i17.EventLogComponent, typeof i18.EventLogDetailsComponent, typeof i19.EventLogTableComponent, typeof i20.ReadTextFieldComponent, typeof i21.ReadTextAreaFieldComponent, typeof i22.ReadNumberFieldComponent, typeof i23.ReadEmailFieldComponent, typeof i24.ReadPhoneUKFieldComponent, typeof i25.ReadDateFieldComponent, typeof i26.ReadCollectionFieldComponent, typeof i27.ReadDocumentFieldComponent, typeof i28.ReadJudicialUserFieldComponent, typeof i29.ReadYesNoFieldComponent, typeof i30.ReadOrganisationFieldComponent, typeof i31.ReadOrganisationFieldTableComponent, typeof i32.ReadOrganisationFieldRawComponent, typeof i33.ReadOrderSummaryFieldComponent, typeof i34.ReadOrderSummaryRowComponent, typeof i35.ReadMoneyGbpFieldComponent, typeof i36.ReadMultiSelectListFieldComponent, typeof i37.ReadDynamicListFieldComponent, typeof i38.ReadFixedListFieldComponent, typeof i39.ReadFixedRadioListFieldComponent, typeof i40.ReadDynamicRadioListFieldComponent, typeof i41.ReadCaseLinkFieldComponent, typeof i42.ReadComplexFieldComponent, typeof i43.ReadComplexFieldRawComponent, typeof i44.ReadComplexFieldTableComponent, typeof i45.ReadComplexFieldCollectionTableComponent, typeof i46.WriteJudicialUserFieldComponent, typeof i47.WriteAddressFieldComponent, typeof i48.WriteComplexFieldComponent, typeof i49.WriteOrganisationComplexFieldComponent, typeof i50.WriteDocumentFieldComponent, typeof i51.WriteDynamicListFieldComponent, typeof i52.WriteDynamicRadioListFieldComponent, typeof i53.WriteTextFieldComponent, typeof i54.WriteDateContainerFieldComponent, typeof i55.WriteTextAreaFieldComponent, typeof i56.WritePhoneUKFieldComponent, typeof i57.WriteNumberFieldComponent, typeof i58.WriteEmailFieldComponent, typeof i59.WriteDateFieldComponent, typeof i60.WriteYesNoFieldComponent, typeof i61.WriteOrganisationFieldComponent, typeof i49.WriteOrganisationComplexFieldComponent, typeof i62.WriteOrderSummaryFieldComponent, typeof i63.WriteMoneyGbpFieldComponent, typeof i54.WriteDateContainerFieldComponent, typeof i64.WriteMultiSelectListFieldComponent, typeof i65.WriteFixedListFieldComponent, typeof i66.WriteFixedRadioListFieldComponent, typeof i67.WriteCaseLinkFieldComponent, typeof i68.WriteCollectionFieldComponent]>;
90
93
  static ɵinj: i0.ɵɵInjectorDef<PaletteModule>;
91
94
  }
92
95
  //# 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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0IA,qBAsDa,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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8IA,qBAuDa,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;;AA8CrE,qBACa,cAAc;IAElB,sBAAsB,CAAC,SAAS,EAAE,SAAS,EAAE,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC,EAAE,CAAC;iCAFlE,cAAc;qCAAd,cAAc;CA8D1B"}
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;;AAgDrE,qBACa,cAAc;IAElB,sBAAsB,CAAC,SAAS,EAAE,SAAS,EAAE,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC,EAAE,CAAC;iCAFlE,cAAc;qCAAd,cAAc;CAgE1B"}
@@ -1,33 +1,20 @@
1
- import { AfterViewInit, ChangeDetectorRef, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
1
+ import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
2
2
  import { FormGroup } from '@angular/forms';
3
3
  import { AbstractAppConfig } from '../../../app.config';
4
- import { PlaceholderService } from '../../directives/substitutor/services/placeholder.service';
5
- import { DisplayMode } from '../../domain/activity/activity.model';
6
- import { CaseField } from '../../domain/definition/case-field.model';
7
- import { CaseState } from '../../domain/definition/case-state.model';
8
- import { CaseType } from '../../domain/definition/case-type.model';
9
- import { Jurisdiction } from '../../domain/definition/jurisdiction.model';
10
- import { PaginationMetadata } from '../../domain/pagination-metadata.model';
11
- import { SearchResultViewColumn } from '../../domain/search/search-result-view-column.model';
12
- import { SearchResultViewItem } from '../../domain/search/search-result-view-item.model';
13
- import { SearchResultView } from '../../domain/search/search-result-view.model';
14
- import { SearchResultViewItemComparator } from '../../domain/search/sorting/search-result-view-item-comparator';
15
- import { SortOrder } from '../../domain/search/sorting/sort-order';
16
- import { SortParameters } from '../../domain/search/sorting/sort-parameters';
17
- import { CaseReferencePipe } from '../../pipes/case-reference/case-reference.pipe';
18
- import { ActivityService } from '../../services/activity/activity.service';
19
- import { BrowserService } from '../../services/browser/browser.service';
20
- import { SearchResultViewItemComparatorFactory } from '../../services/search-result/sorting/search-result-view-item-comparator-factory';
4
+ import { PlaceholderService } from '../../directives';
5
+ import { CaseField, CaseState, CaseType, DisplayMode, Jurisdiction, PaginationMetadata, SearchResultView, SearchResultViewColumn, SearchResultViewItem, SearchResultViewItemComparator, SortOrder, SortParameters } from '../../domain';
6
+ import { CaseReferencePipe } from '../../pipes';
7
+ import { ActivityService, BrowserService, SearchResultViewItemComparatorFactory } from '../../services';
21
8
  import * as i0 from "@angular/core";
22
- export declare class SearchResultComponent implements OnChanges, AfterViewInit {
9
+ export declare class SearchResultComponent implements OnChanges, OnInit {
23
10
  private readonly activityService;
24
11
  private readonly caseReferencePipe;
25
12
  private readonly placeholderService;
26
13
  private readonly browserService;
27
- private readonly cdr;
28
14
  static readonly PARAM_JURISDICTION = "jurisdiction";
29
15
  static readonly PARAM_CASE_TYPE = "case-type";
30
16
  static readonly PARAM_CASE_STATE = "case-state";
17
+ private readonly PAGINATION_MAX_ITEM_RESULT;
31
18
  ICON: DisplayMode;
32
19
  caseLinkUrlTemplate: string;
33
20
  jurisdiction: Jurisdiction;
@@ -67,11 +54,10 @@ export declare class SearchResultComponent implements OnChanges, AfterViewInit {
67
54
  type: string;
68
55
  };
69
56
  selectedCases: SearchResultViewItem[];
70
- private readonly PAGINATION_MAX_ITEM_RESULT;
71
- constructor(searchResultViewItemComparatorFactory: SearchResultViewItemComparatorFactory, appConfig: AbstractAppConfig, activityService: ActivityService, caseReferencePipe: CaseReferencePipe, placeholderService: PlaceholderService, browserService: BrowserService, cdr: ChangeDetectorRef);
72
- get resultTotal(): number;
73
- ngAfterViewInit(): void;
57
+ constructor(searchResultViewItemComparatorFactory: SearchResultViewItemComparatorFactory, appConfig: AbstractAppConfig, activityService: ActivityService, caseReferencePipe: CaseReferencePipe, placeholderService: PlaceholderService, browserService: BrowserService);
58
+ ngOnInit(): void;
74
59
  ngOnChanges(changes: SimpleChanges): void;
60
+ get resultTotal(): number;
75
61
  clearSelection(): void;
76
62
  canBeShared(caseView: SearchResultViewItem): boolean;
77
63
  canAnyBeShared(): boolean;
@@ -94,17 +80,16 @@ export declare class SearchResultComponent implements OnChanges, AfterViewInit {
94
80
  activityEnabled(): boolean;
95
81
  hyphenateIfCaseReferenceOrGet(col: any, result: any): any;
96
82
  draftPrefixOrGet(col: any, result: any): any;
83
+ isSortAscending(column: SearchResultViewColumn): boolean;
84
+ private currentSortOrder;
97
85
  getFirstResult(): number;
98
86
  getLastResult(): number;
99
87
  getTotalResults(): number;
100
88
  prepareCaseLinkUrl(caseId: string): string;
101
- goToCase(caseId: string): void;
102
- onKeyUp($event: KeyboardEvent, c: SearchResultViewItem): void;
103
- isSortAscending(column: SearchResultViewColumn): boolean;
104
- sortLabelText(label: string, isAscending: boolean): string;
105
- private currentSortOrder;
106
89
  private getDraftsCountIfNotPageOne;
107
90
  private numberOfDrafts;
91
+ goToCase(caseId: string): void;
92
+ onKeyUp($event: KeyboardEvent, c: SearchResultViewItem): void;
108
93
  static ɵfac: i0.ɵɵFactoryDef<SearchResultComponent, never>;
109
94
  static ɵcmp: i0.ɵɵComponentDefWithMeta<SearchResultComponent, "ccd-search-result", never, { "caseLinkUrlTemplate": "caseLinkUrlTemplate"; "jurisdiction": "jurisdiction"; "caseType": "caseType"; "caseState": "caseState"; "caseFilterFG": "caseFilterFG"; "resultView": "resultView"; "page": "page"; "paginationMetadata": "paginationMetadata"; "metadataFields": "metadataFields"; "selectionEnabled": "selectionEnabled"; "showOnlySelected": "showOnlySelected"; "preSelectedCases": "preSelectedCases"; "consumerSortingEnabled": "consumerSortingEnabled"; }, { "selection": "selection"; "changePage": "changePage"; "clickCase": "clickCase"; "sortHandler": "sortHandler"; }, never, never>;
110
95
  }
@@ -1 +1 @@
1
- {"version":3,"file":"search-result.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/search-result/search-result.component.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"search-result.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/search-result/search-result.component.ts"],"names":[],"mappings":"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"}
@@ -8,9 +8,10 @@ import * as i6 from "../../directives/substitutor/label-substitutor.module";
8
8
  import * as i7 from "../../pipes/pipes.module";
9
9
  import * as i8 from "../activity/activity.module";
10
10
  import * as i9 from "../pagination/pagination.module";
11
+ import * as i10 from "../palette/palette.module";
11
12
  export declare class SearchResultModule {
12
13
  static ɵfac: i0.ɵɵFactoryDef<SearchResultModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDefWithMeta<SearchResultModule, [typeof i1.SearchResultComponent], [typeof i2.CommonModule, typeof i3.NgxPaginationModule, typeof i4.RouterModule, typeof i5.FormsModule, typeof i5.ReactiveFormsModule, typeof i6.LabelSubstitutorModule, typeof i7.PipesModule, typeof i8.ActivityModule, typeof i9.PaginationModule], [typeof i1.SearchResultComponent]>;
14
+ static ɵmod: i0.ɵɵNgModuleDefWithMeta<SearchResultModule, [typeof i1.SearchResultComponent], [typeof i2.CommonModule, typeof i3.NgxPaginationModule, typeof i4.RouterModule, typeof i5.FormsModule, typeof i5.ReactiveFormsModule, typeof i6.LabelSubstitutorModule, typeof i7.PipesModule, typeof i8.ActivityModule, typeof i9.PaginationModule, typeof i10.PaletteModule], [typeof i1.SearchResultComponent]>;
14
15
  static ɵinj: i0.ɵɵInjectorDef<SearchResultModule>;
15
16
  }
16
17
  //# sourceMappingURL=search-result.module.d.ts.map