@hmcts/ccd-case-ui-toolkit 5.0.19-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.
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.js +4948 -4722
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.js.map +1 -1
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js +1 -1
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js.map +1 -1
- package/esm2015/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.js +6 -6
- package/esm2015/lib/shared/components/case-editor/case-editor.module.js +4 -1
- package/esm2015/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.js +5 -2
- package/esm2015/lib/shared/components/case-viewer/services/case.resolver.js +20 -26
- package/esm2015/lib/shared/components/palette/base-field/field-read.component.js +5 -2
- package/esm2015/lib/shared/components/palette/base-field/field-write.component.js +1 -1
- package/esm2015/lib/shared/components/palette/collection/write-collection-field.component.js +69 -43
- package/esm2015/lib/shared/components/palette/complex/read-complex-field.component.js +5 -3
- package/esm2015/lib/shared/components/palette/history/event-log/event-log-details.component.js +41 -47
- package/esm2015/lib/shared/components/palette/index.js +2 -1
- package/esm2015/lib/shared/components/palette/judicial-user/index.js +3 -0
- package/esm2015/lib/shared/components/palette/judicial-user/read-judicial-user-field.component.js +48 -0
- package/esm2015/lib/shared/components/palette/judicial-user/write-judicial-user-field.component.js +127 -0
- package/esm2015/lib/shared/components/palette/palette.module.js +18 -7
- package/esm2015/lib/shared/components/palette/palette.service.js +5 -1
- package/esm2015/lib/shared/components/palette/utils/is-compound.pipe.js +2 -2
- package/esm2015/lib/shared/components/search-filters/search-filters.component.js +2 -6
- package/esm2015/lib/shared/components/search-filters/search-filters.module.js +7 -3
- package/esm2015/lib/shared/components/search-result/search-result.component.js +101 -120
- package/esm2015/lib/shared/components/search-result/search-result.module.js +8 -4
- package/esm2015/lib/shared/domain/definition/field-type-enum.model.js +1 -1
- package/esm2015/lib/shared/domain/jurisdiction/index.js +2 -0
- package/esm2015/lib/shared/domain/jurisdiction/judicial-user.model.js +2 -0
- package/esm2015/lib/shared/services/case-fields/index.js +2 -1
- package/esm2015/lib/shared/services/form/form-value.service.js +6 -2
- package/esm2015/lib/shared/services/jurisdiction/jurisdiction.service.js +14 -5
- package/esm2015/public-api.js +1 -2
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js +6572 -6380
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
- package/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.d.ts.map +1 -1
- package/lib/shared/components/case-editor/case-editor.module.d.ts.map +1 -1
- package/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.d.ts +3 -2
- package/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.d.ts.map +1 -1
- package/lib/shared/components/case-viewer/services/case.resolver.d.ts +3 -4
- package/lib/shared/components/case-viewer/services/case.resolver.d.ts.map +1 -1
- package/lib/shared/components/palette/base-field/field-read.component.d.ts.map +1 -1
- package/lib/shared/components/palette/base-field/field-write.component.d.ts.map +1 -1
- package/lib/shared/components/palette/collection/write-collection-field.component.d.ts +5 -4
- package/lib/shared/components/palette/collection/write-collection-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/complex/read-complex-field.component.d.ts.map +1 -1
- package/lib/shared/components/palette/index.d.ts +1 -0
- package/lib/shared/components/palette/index.d.ts.map +1 -1
- package/lib/shared/components/palette/judicial-user/index.d.ts +3 -0
- package/lib/shared/components/palette/judicial-user/index.d.ts.map +1 -0
- package/lib/shared/components/palette/judicial-user/read-judicial-user-field.component.d.ts +17 -0
- package/lib/shared/components/palette/judicial-user/read-judicial-user-field.component.d.ts.map +1 -0
- package/lib/shared/components/palette/judicial-user/write-judicial-user-field.component.d.ts +32 -0
- package/lib/shared/components/palette/judicial-user/write-judicial-user-field.component.d.ts.map +1 -0
- package/lib/shared/components/palette/palette.module.d.ts +62 -59
- package/lib/shared/components/palette/palette.module.d.ts.map +1 -1
- package/lib/shared/components/palette/palette.service.d.ts.map +1 -1
- package/lib/shared/components/search-result/search-result.component.d.ts +14 -29
- package/lib/shared/components/search-result/search-result.component.d.ts.map +1 -1
- package/lib/shared/components/search-result/search-result.module.d.ts +2 -1
- package/lib/shared/components/search-result/search-result.module.d.ts.map +1 -1
- package/lib/shared/domain/definition/field-type-enum.model.d.ts +1 -1
- package/lib/shared/domain/definition/field-type-enum.model.d.ts.map +1 -1
- package/lib/shared/domain/jurisdiction/index.d.ts +2 -0
- package/lib/shared/domain/jurisdiction/index.d.ts.map +1 -0
- package/lib/shared/domain/jurisdiction/judicial-user.model.d.ts +13 -0
- package/lib/shared/domain/jurisdiction/judicial-user.model.d.ts.map +1 -0
- package/lib/shared/services/case-fields/index.d.ts +1 -0
- package/lib/shared/services/case-fields/index.d.ts.map +1 -1
- package/lib/shared/services/form/form-value.service.d.ts +1 -1
- package/lib/shared/services/form/form-value.service.d.ts.map +1 -1
- package/lib/shared/services/jurisdiction/jurisdiction.service.d.ts +10 -4
- package/lib/shared/services/jurisdiction/jurisdiction.service.d.ts.map +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +0 -1
- package/public-api.d.ts.map +1 -1
- package/esm2015/lib/case-ui-toolkit.module.js +0 -15
- package/lib/case-ui-toolkit.module.d.ts +0 -7
- 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":";;;;;;;;;;;;;;;;;;;;;
|
|
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"}
|
package/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Location } from '@angular/common';
|
|
2
|
-
import { ChangeDetectorRef, NgZone, OnChanges, OnDestroy, OnInit, SimpleChanges } 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, OnChanges {
|
|
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;
|
|
@@ -74,6 +74,7 @@ export declare class CaseFullAccessViewComponent implements OnInit, OnDestroy, O
|
|
|
74
74
|
callbackErrorsNotify(callbackErrorsContext: CallbackErrorsContext): void;
|
|
75
75
|
isDraft(): boolean;
|
|
76
76
|
isTriggerButtonDisabled(): boolean;
|
|
77
|
+
ngAfterViewInit(): void;
|
|
77
78
|
organiseTabPosition(): void;
|
|
78
79
|
tabChanged(tabChangeEvent: MatTabChangeEvent): void;
|
|
79
80
|
private init;
|
|
@@ -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":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EAAE,iBAAiB,EAAoB,MAAM,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,
|
|
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
|
|
3
|
-
import { DraftService } from '../../../services
|
|
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
|
|
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,
|
|
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;
|
|
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;
|
|
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;
|
|
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;
|
|
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 +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 @@
|
|
|
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
|
package/lib/shared/components/palette/judicial-user/read-judicial-user-field.component.d.ts.map
ADDED
|
@@ -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
|
package/lib/shared/components/palette/judicial-user/write-judicial-user-field.component.d.ts.map
ADDED
|
@@ -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 "./
|
|
30
|
-
import * as i29 from "./
|
|
31
|
-
import * as i30 from "./organisation/read-organisation-field
|
|
32
|
-
import * as i31 from "./organisation/read-organisation-field-
|
|
33
|
-
import * as i32 from "./
|
|
34
|
-
import * as i33 from "./order-summary/read-order-summary-
|
|
35
|
-
import * as i34 from "./
|
|
36
|
-
import * as i35 from "./
|
|
37
|
-
import * as i36 from "./
|
|
38
|
-
import * as i37 from "./
|
|
39
|
-
import * as i38 from "./fixed-
|
|
40
|
-
import * as i39 from "./
|
|
41
|
-
import * as i40 from "./
|
|
42
|
-
import * as i41 from "./
|
|
43
|
-
import * as i42 from "./complex/read-complex-field
|
|
44
|
-
import * as i43 from "./complex/read-complex-field-
|
|
45
|
-
import * as i44 from "./complex/read-complex-field-
|
|
46
|
-
import * as i45 from "./
|
|
47
|
-
import * as i46 from "./
|
|
48
|
-
import * as i47 from "./
|
|
49
|
-
import * as i48 from "./
|
|
50
|
-
import * as i49 from "./
|
|
51
|
-
import * as i50 from "./
|
|
52
|
-
import * as i51 from "./
|
|
53
|
-
import * as i52 from "./
|
|
54
|
-
import * as i53 from "./text
|
|
55
|
-
import * as i54 from "./
|
|
56
|
-
import * as i55 from "./
|
|
57
|
-
import * as i56 from "./
|
|
58
|
-
import * as i57 from "./
|
|
59
|
-
import * as i58 from "./
|
|
60
|
-
import * as i59 from "./
|
|
61
|
-
import * as i60 from "./
|
|
62
|
-
import * as i61 from "./
|
|
63
|
-
import * as i62 from "./
|
|
64
|
-
import * as i63 from "./
|
|
65
|
-
import * as i64 from "./
|
|
66
|
-
import * as i65 from "./
|
|
67
|
-
import * as i66 from "./
|
|
68
|
-
import * as i67 from "
|
|
69
|
-
import * as i68 from "
|
|
70
|
-
import * as i69 from "@angular/
|
|
71
|
-
import * as i70 from "
|
|
72
|
-
import * as i71 from "
|
|
73
|
-
import * as i72 from "
|
|
74
|
-
import * as i73 from "
|
|
75
|
-
import * as i74 from "../../../components/
|
|
76
|
-
import * as i75 from "../../../components/
|
|
77
|
-
import * as i76 from "../../../components/
|
|
78
|
-
import * as i77 from "../../../components/
|
|
79
|
-
import * as i78 from "
|
|
80
|
-
import * as i79 from "
|
|
81
|
-
import * as i80 from "
|
|
82
|
-
import * as i81 from "
|
|
83
|
-
import * as i82 from "@angular
|
|
84
|
-
import * as i83 from "@angular/material/
|
|
85
|
-
import * as i84 from "@
|
|
86
|
-
import * as i85 from "@
|
|
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.
|
|
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":"
|
|
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;;
|
|
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 {
|
|
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
|
|
5
|
-
import { DisplayMode } from '../../domain
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
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,
|
|
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
|
-
|
|
71
|
-
|
|
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":"AAAA,OAAO,
|
|
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
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search-result.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/search-result/search-result.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"search-result.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/search-result/search-result.module.ts"],"names":[],"mappings":";;;;;;;;;;;AAgBA,qBAwBa,kBAAkB;iCAAlB,kBAAkB;0CAAlB,kBAAkB;kCAAlB,kBAAkB;CAAG"}
|
|
@@ -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';
|
|
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' | '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,CAAC"}
|
|
1
|
+
{"version":3,"file":"field-type-enum.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/definition/field-type-enum.model.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa,GACvB,MAAM,GACJ,UAAU,GACV,UAAU,GACV,QAAQ,GACR,SAAS,GACT,MAAM,GACN,UAAU,GACV,OAAO,GACP,SAAS,GACT,UAAU,GACV,WAAW,GACX,aAAa,GACb,gBAAgB,GAChB,kBAAkB,GAClB,SAAS,GACT,YAAY,GACZ,iBAAiB,GACjB,UAAU,GACV,OAAO,GACP,eAAe,GACf,iBAAiB,GACjB,WAAW,GACX,0BAA0B,GAC1B,mBAAmB,GACnB,cAAc,GACd,WAAW,GACX,mBAAmB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/jurisdiction/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export interface JudicialUserModel {
|
|
2
|
+
emailId: string;
|
|
3
|
+
fullName: string;
|
|
4
|
+
idamId: string;
|
|
5
|
+
isJudge: string;
|
|
6
|
+
isMagistrate: string;
|
|
7
|
+
isPanelMember: string;
|
|
8
|
+
knownAs: string;
|
|
9
|
+
personalCode: string;
|
|
10
|
+
surname: string;
|
|
11
|
+
title: string;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=judicial-user.model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"judicial-user.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/jurisdiction/judicial-user.model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAChC,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,YAAY,EAAE,MAAM,CAAC;IACrB,aAAa,EAAE,MAAM,CAAC;IACtB,OAAO,EAAE,MAAM,CAAC;IAChB,YAAY,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;CACf"}
|