@hmcts/ccd-case-ui-toolkit 5.0.33-angular11-upgrade → 5.0.36-prl-integration-merge-into-angular-11
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 +1520 -287
- 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/app.config.js +1 -1
- package/esm2015/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.js +23 -17
- package/esm2015/lib/shared/components/loading-spinner/loading-spinner.component.js +1 -1
- package/esm2015/lib/shared/components/palette/case-file-view/case-file-view-field-read.component.js +72 -0
- package/esm2015/lib/shared/components/palette/case-file-view/case-file-view-field.component.js +134 -0
- package/esm2015/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder-document-actions/case-file-view-folder-document-actions.component.js +52 -0
- package/esm2015/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder-sort/case-file-view-folder-sort.component.js +38 -0
- package/esm2015/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder.component.js +353 -0
- package/esm2015/lib/shared/components/palette/case-file-view/components/case-file-view-folder-selector/case-file-view-folder-selector.component.js +159 -0
- package/esm2015/lib/shared/components/palette/case-file-view/components/index.js +6 -0
- package/esm2015/lib/shared/components/palette/case-file-view/components/shared/case-file-view-overlay-menu/case-file-view-overlay-menu-item.model.js +2 -0
- package/esm2015/lib/shared/components/palette/case-file-view/components/shared/case-file-view-overlay-menu/case-file-view-overlay-menu.component.js +100 -0
- package/esm2015/lib/shared/components/palette/case-file-view/components/shared/index.js +2 -0
- package/esm2015/lib/shared/components/palette/case-file-view/index.js +4 -0
- package/esm2015/lib/shared/components/palette/case-link/components/link-cases/link-cases.component.js +9 -5
- package/esm2015/lib/shared/components/palette/case-link/components/write-linked-cases.component.js +1 -1
- package/esm2015/lib/shared/components/palette/case-link/services/linked-cases.service.js +5 -7
- package/esm2015/lib/shared/components/palette/index.js +2 -1
- package/esm2015/lib/shared/components/palette/palette.module.js +71 -15
- package/esm2015/lib/shared/components/palette/palette.service.js +19 -1
- package/esm2015/lib/shared/components/palette/utils/is-compound.pipe.js +2 -2
- package/esm2015/lib/shared/components/search-result/search-result.component.js +53 -46
- package/esm2015/lib/shared/domain/case-file-view/case-file-view-category.model.js +3 -0
- package/esm2015/lib/shared/domain/case-file-view/case-file-view-document.model.js +3 -0
- package/esm2015/lib/shared/domain/case-file-view/categories-and-documents.model.js +7 -0
- package/esm2015/lib/shared/domain/case-file-view/document-tree-node/document-tree-node-type.model.js +6 -0
- package/esm2015/lib/shared/domain/case-file-view/document-tree-node/document-tree-node.model.js +93 -0
- package/esm2015/lib/shared/domain/case-file-view/index.js +6 -0
- package/esm2015/lib/shared/domain/definition/field-type-enum.model.js +1 -1
- package/esm2015/lib/shared/domain/definition/jurisdiction.model.js +1 -1
- package/esm2015/lib/shared/pipes/complex/ccd-read-fields-filter.pipe.js +2 -2
- package/esm2015/lib/shared/services/case-file-view/case-file-view.service.js +46 -0
- package/esm2015/lib/shared/services/case-file-view/index.js +2 -0
- package/esm2015/lib/shared/services/index.js +2 -1
- package/esm2015/lib/shared/services/jurisdiction/jurisdiction.service.js +4 -1
- package/esm2015/public-api.js +3 -1
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js +1351 -273
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
- package/lib/app.config.d.ts +5 -1
- package/lib/app.config.d.ts.map +1 -1
- package/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.d.ts +2 -1
- package/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-file-view/case-file-view-field-read.component.d.ts +8 -0
- package/lib/shared/components/palette/case-file-view/case-file-view-field-read.component.d.ts.map +1 -0
- package/lib/shared/components/palette/case-file-view/case-file-view-field.component.d.ts +33 -0
- package/lib/shared/components/palette/case-file-view/case-file-view-field.component.d.ts.map +1 -0
- package/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder-document-actions/case-file-view-folder-document-actions.component.d.ts +17 -0
- package/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder-document-actions/case-file-view-folder-document-actions.component.d.ts.map +1 -0
- package/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder-sort/case-file-view-folder-sort.component.d.ts +13 -0
- package/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder-sort/case-file-view-folder-sort.component.d.ts.map +1 -0
- package/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder.component.d.ts +53 -0
- package/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder.component.d.ts.map +1 -0
- package/lib/shared/components/palette/case-file-view/components/case-file-view-folder-selector/case-file-view-folder-selector.component.d.ts +28 -0
- package/lib/shared/components/palette/case-file-view/components/case-file-view-folder-selector/case-file-view-folder-selector.component.d.ts.map +1 -0
- package/lib/shared/components/palette/case-file-view/components/index.d.ts +6 -0
- package/lib/shared/components/palette/case-file-view/components/index.d.ts.map +1 -0
- package/lib/shared/components/palette/case-file-view/components/shared/case-file-view-overlay-menu/case-file-view-overlay-menu-item.model.d.ts +6 -0
- package/lib/shared/components/palette/case-file-view/components/shared/case-file-view-overlay-menu/case-file-view-overlay-menu-item.model.d.ts.map +1 -0
- package/lib/shared/components/palette/case-file-view/components/shared/case-file-view-overlay-menu/case-file-view-overlay-menu.component.d.ts +13 -0
- package/lib/shared/components/palette/case-file-view/components/shared/case-file-view-overlay-menu/case-file-view-overlay-menu.component.d.ts.map +1 -0
- package/lib/shared/components/palette/case-file-view/components/shared/index.d.ts +2 -0
- package/lib/shared/components/palette/case-file-view/components/shared/index.d.ts.map +1 -0
- package/lib/shared/components/palette/case-file-view/index.d.ts +4 -0
- package/lib/shared/components/palette/case-file-view/index.d.ts.map +1 -0
- package/lib/shared/components/palette/case-link/components/link-cases/link-cases.component.d.ts +5 -1
- package/lib/shared/components/palette/case-link/components/link-cases/link-cases.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-link/components/write-linked-cases.component.d.ts.map +1 -1
- package/lib/shared/components/palette/case-link/services/linked-cases.service.d.ts +1 -2
- package/lib/shared/components/palette/case-link/services/linked-cases.service.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/palette.module.d.ts +41 -29
- package/lib/shared/components/palette/palette.module.d.ts.map +1 -1
- package/lib/shared/components/palette/palette.service.d.ts +2 -0
- package/lib/shared/components/palette/palette.service.d.ts.map +1 -1
- package/lib/shared/domain/case-file-view/case-file-view-category.model.d.ts +9 -0
- package/lib/shared/domain/case-file-view/case-file-view-category.model.d.ts.map +1 -0
- package/lib/shared/domain/case-file-view/case-file-view-document.model.d.ts +8 -0
- package/lib/shared/domain/case-file-view/case-file-view-document.model.d.ts.map +1 -0
- package/lib/shared/domain/case-file-view/categories-and-documents.model.d.ts +12 -0
- package/lib/shared/domain/case-file-view/categories-and-documents.model.d.ts.map +1 -0
- package/lib/shared/domain/case-file-view/document-tree-node/document-tree-node-type.model.d.ts +5 -0
- package/lib/shared/domain/case-file-view/document-tree-node/document-tree-node-type.model.d.ts.map +1 -0
- package/lib/shared/domain/case-file-view/document-tree-node/document-tree-node.model.d.ts +14 -0
- package/lib/shared/domain/case-file-view/document-tree-node/document-tree-node.model.d.ts.map +1 -0
- package/lib/shared/domain/case-file-view/index.d.ts +6 -0
- package/lib/shared/domain/case-file-view/index.d.ts.map +1 -0
- 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/definition/jurisdiction.model.d.ts.map +1 -1
- package/lib/shared/pipes/complex/ccd-read-fields-filter.pipe.d.ts.map +1 -1
- package/lib/shared/services/case-file-view/case-file-view.service.d.ts +21 -0
- package/lib/shared/services/case-file-view/case-file-view.service.d.ts.map +1 -0
- package/lib/shared/services/case-file-view/index.d.ts +2 -0
- package/lib/shared/services/case-file-view/index.d.ts.map +1 -0
- package/lib/shared/services/index.d.ts +1 -0
- package/lib/shared/services/index.d.ts.map +1 -1
- package/lib/shared/services/jurisdiction/jurisdiction.service.d.ts +2 -1
- package/lib/shared/services/jurisdiction/jurisdiction.service.d.ts.map +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +2 -0
- package/public-api.d.ts.map +1 -1
- package/esm2015/lib/shared/components/palette/case-link/services/jurisdiction.service.js +0 -22
- package/lib/shared/components/palette/case-link/services/jurisdiction.service.d.ts +0 -12
- package/lib/shared/components/palette/case-link/services/jurisdiction.service.d.ts.map +0 -1
package/lib/app.config.d.ts
CHANGED
|
@@ -61,9 +61,11 @@ export declare abstract class AbstractAppConfig {
|
|
|
61
61
|
getAccessManagementBasicViewMock(): AccessManagementBasicViewMockModel;
|
|
62
62
|
getAccessManagementRequestReviewMockModel(): AccessManagementRequestReviewMockModel;
|
|
63
63
|
getLocationRefApiUrl(): string;
|
|
64
|
-
getCamRoleAssignmentsApiUrl(): string;
|
|
65
64
|
abstract getRefundsUrl(): string;
|
|
66
65
|
abstract getPaymentReturnUrl(): string;
|
|
66
|
+
abstract getCategoriesAndDocumentsUrl(): string;
|
|
67
|
+
abstract getDocumentDataUrl(): string;
|
|
68
|
+
getCamRoleAssignmentsApiUrl(): string;
|
|
67
69
|
abstract getCaseFlagsRefdataApiUrl(): string;
|
|
68
70
|
abstract getRDCommonDataApiUrl(): string;
|
|
69
71
|
abstract getCaseDataStoreApiUrl(): string;
|
|
@@ -126,6 +128,8 @@ export declare class CaseEditorConfig {
|
|
|
126
128
|
cam_role_assignments_api_url?: string;
|
|
127
129
|
refunds_url: string;
|
|
128
130
|
payment_return_url: string;
|
|
131
|
+
categories_and_documents_url: string;
|
|
132
|
+
document_data_url: string;
|
|
129
133
|
case_flags_refdata_api_url: string;
|
|
130
134
|
rd_common_data_api_url: string;
|
|
131
135
|
case_data_store_api_url: string;
|
package/lib/app.config.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.config.d.ts","sourceRoot":"","sources":["../../../projects/ccd-case-ui-toolkit/src/lib/app.config.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,kCAAkC;IAC/C,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,WAAW,CAAC,EAAE;QACV,qBAAqB,CAAC,EAAE,MAAM,CAAC;QAC/B,sBAAsB,CAAC,EAAE;YACrB,YAAY,CAAC,EAAE,MAAM,CAAA;SACxB,CAAA;KACJ,CAAC;IACF,aAAa,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,MAAM,WAAW,sCAAsC;IACnD,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE;QACN,QAAQ,EAAE,MAAM,CAAC;QACjB,aAAa,EAAE,MAAM,CAAC;QACtB,aAAa,EAAE,MAAM,CAAC;QACtB,WAAW,EAAE,MAAM,CAAC;QACpB,mBAAmB,EAAE,MAAM,CAAC;KAC/B,CAAC;IACF,aAAa,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,8BAAsB,iBAAiB;IACnC,QAAQ,CAAC,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;IAC9B,QAAQ,CAAC,WAAW,IAAI,MAAM;IAC9B,QAAQ,CAAC,SAAS,IAAI,MAAM;IAC5B,QAAQ,CAAC,cAAc,IAAI,MAAM;IACjC,QAAQ,CAAC,wBAAwB,IAAI,MAAM;IAC3C,0BAA0B,IAAI,MAAM;IAGpC,qBAAqB,IAAI,OAAO;IAGhC,QAAQ,CAAC,8BAA8B,IAAI,MAAM;IACjD,QAAQ,CAAC,SAAS,IAAI,MAAM;IAC5B,QAAQ,CAAC,eAAe,IAAI,MAAM;IAClC,QAAQ,CAAC,mBAAmB,IAAI,MAAM;IACtC,QAAQ,CAAC,oBAAoB,IAAI,MAAM;IACvC,QAAQ,CAAC,iBAAiB,IAAI,MAAM;IACpC,QAAQ,CAAC,cAAc,IAAI,MAAM;IACjC,QAAQ,CAAC,qBAAqB,IAAI,MAAM;IACxC,QAAQ,CAAC,0BAA0B,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM;IACzD,QAAQ,CAAC,wBAAwB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;IACtD,QAAQ,CAAC,cAAc,IAAI,MAAM;IACjC,QAAQ,CAAC,2BAA2B,IAAI,MAAM;IAC9C,QAAQ,CAAC,gBAAgB,IAAI,MAAM;IACnC,QAAQ,CAAC,iCAAiC,IAAI,MAAM;IACpD,QAAQ,CAAC,6BAA6B,IAAI,MAAM;IAChD,QAAQ,CAAC,iBAAiB,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,MAAM;IACnE,QAAQ,CAAC,kBAAkB,IAAI,MAAM;IACrC;;;;OAIG;IACH,wBAAwB,IAAI,MAAM;IAGlC,QAAQ,CAAC,qBAAqB,IAAI,MAAM;IACxC,QAAQ,CAAC,aAAa,IAAI,MAAM;IAChC,QAAQ,CAAC,SAAS,IAAI,MAAM;IAC5B,QAAQ,CAAC,eAAe,IAAI,MAAM;IAClC,QAAQ,CAAC,uBAAuB,IAAI,MAAM;IAC1C,iBAAiB,IAAI,MAAM;IAG3B,kBAAkB,IAAI,GAAG;IAGzB,uBAAuB,IAAI,OAAO;IAGlC,gCAAgC,IAAI,kCAAkC;IAGtE,yCAAyC,IAAI,sCAAsC;IAGnF,oBAAoB,IAAI,MAAM;
|
|
1
|
+
{"version":3,"file":"app.config.d.ts","sourceRoot":"","sources":["../../../projects/ccd-case-ui-toolkit/src/lib/app.config.ts"],"names":[],"mappings":"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"}
|
package/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.d.ts
CHANGED
|
@@ -76,7 +76,8 @@ export declare class CaseFullAccessViewComponent implements OnInit, OnDestroy, O
|
|
|
76
76
|
onLinkClicked(triggerOutputEventText: string): void;
|
|
77
77
|
hasActiveCaseFlags(): boolean;
|
|
78
78
|
/**
|
|
79
|
-
* Indicates that a CaseField is to be displayed without a label, as is expected for
|
|
79
|
+
* Indicates that a CaseField is to be displayed without a label, as is expected for all ComponentLauncher-type
|
|
80
|
+
* fields.
|
|
80
81
|
* @param caseField The `CaseField` instance to check
|
|
81
82
|
* @returns `true` if it should not have a label; `false` otherwise
|
|
82
83
|
*/
|
|
@@ -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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"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { CaseFileViewFieldComponent } from './case-file-view-field.component';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class CaseFileViewFieldReadComponent extends CaseFileViewFieldComponent {
|
|
4
|
+
allowMoving: boolean;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDef<CaseFileViewFieldReadComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDefWithMeta<CaseFileViewFieldReadComponent, "ccd-case-file-view-field", never, {}, {}, never, never>;
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=case-file-view-field-read.component.d.ts.map
|
package/lib/shared/components/palette/case-file-view/case-file-view-field-read.component.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-file-view-field-read.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-file-view/case-file-view-field-read.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;;AAE9E,qBAKa,8BAA+B,SAAQ,0BAA0B;IACrE,WAAW,UAAQ;iCADf,8BAA8B;2CAA9B,8BAA8B;CAE1C"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { AfterViewInit, ElementRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { ActivatedRoute } from '@angular/router';
|
|
3
|
+
import { Observable, Subscription } from 'rxjs';
|
|
4
|
+
import { CategoriesAndDocuments, DocumentTreeNode } from '../../../domain/case-file-view';
|
|
5
|
+
import { CaseFileViewService, DocumentManagementService, LoadingService } from '../../../services';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class CaseFileViewFieldComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
8
|
+
private readonly elementRef;
|
|
9
|
+
private readonly route;
|
|
10
|
+
private caseFileViewService;
|
|
11
|
+
private documentManagementService;
|
|
12
|
+
private readonly loadingService;
|
|
13
|
+
static readonly PARAM_CASE_ID = "cid";
|
|
14
|
+
allowMoving: boolean;
|
|
15
|
+
categoriesAndDocuments$: Observable<CategoriesAndDocuments>;
|
|
16
|
+
categoriesAndDocumentsSubscription: Subscription;
|
|
17
|
+
getCategoriesAndDocumentsError: boolean;
|
|
18
|
+
currentDocument: {
|
|
19
|
+
document_binary_url: string;
|
|
20
|
+
document_filename: string;
|
|
21
|
+
content_type: string;
|
|
22
|
+
} | undefined;
|
|
23
|
+
private caseVersion;
|
|
24
|
+
constructor(elementRef: ElementRef, route: ActivatedRoute, caseFileViewService: CaseFileViewService, documentManagementService: DocumentManagementService, loadingService: LoadingService);
|
|
25
|
+
ngOnInit(): void;
|
|
26
|
+
ngAfterViewInit(): void;
|
|
27
|
+
setMediaViewerFile(document: DocumentTreeNode): void;
|
|
28
|
+
moveDocument(data: any): void;
|
|
29
|
+
ngOnDestroy(): void;
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDef<CaseFileViewFieldComponent, never>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDefWithMeta<CaseFileViewFieldComponent, "ccd-case-file-view-field", never, {}, {}, never, never>;
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=case-file-view-field.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-file-view-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-file-view/case-file-view-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,UAAU,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACxF,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAa,UAAU,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AAE3D,OAAO,EAAE,sBAAsB,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAC1F,OAAO,EAAE,mBAAmB,EAAE,yBAAyB,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;;AAEnG,qBAKa,0BAA2B,YAAW,MAAM,EAAE,aAAa,EAAE,SAAS;IASrE,OAAO,CAAC,QAAQ,CAAC,UAAU;IAC3B,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,mBAAmB;IAC3B,OAAO,CAAC,yBAAyB;IACjC,OAAO,CAAC,QAAQ,CAAC,cAAc;IAZ3C,gBAAuB,aAAa,SAAS;IACtC,WAAW,UAAQ;IACnB,uBAAuB,EAAE,UAAU,CAAC,sBAAsB,CAAC,CAAC;IAC5D,kCAAkC,EAAE,YAAY,CAAC;IACjD,8BAA8B,UAAS;IACvC,eAAe,EAAE;QAAE,mBAAmB,EAAE,MAAM,CAAC;QAAC,iBAAiB,EAAE,MAAM,CAAC;QAAC,YAAY,EAAE,MAAM,CAAA;KAAE,GAAG,SAAS,CAAC;IACrH,OAAO,CAAC,WAAW,CAAS;gBAEC,UAAU,EAAE,UAAU,EACtB,KAAK,EAAE,cAAc,EAC9B,mBAAmB,EAAE,mBAAmB,EACxC,yBAAyB,EAAE,yBAAyB,EAC3C,cAAc,EAAE,cAAc;IAIpD,QAAQ,IAAI,IAAI;IAWhB,eAAe,IAAI,IAAI;IA8BvB,kBAAkB,CAAC,QAAQ,EAAE,gBAAgB,GAAG,IAAI;IAQpD,YAAY,CAAC,IAAI,EAAC,GAAG;IASrB,WAAW,IAAI,IAAI;iCA3Ef,0BAA0B;2CAA1B,0BAA0B;CAgFtC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { CaseFileViewOverlayMenuItem } from '../../shared/case-file-view-overlay-menu/case-file-view-overlay-menu-item.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class CaseFileViewFolderDocumentActionsComponent implements OnInit {
|
|
5
|
+
isOpen: boolean;
|
|
6
|
+
allowMoving: boolean;
|
|
7
|
+
changeFolderAction: EventEmitter<void>;
|
|
8
|
+
openInANewTabAction: EventEmitter<void>;
|
|
9
|
+
downloadAction: EventEmitter<void>;
|
|
10
|
+
printAction: EventEmitter<void>;
|
|
11
|
+
overlayMenuItems: CaseFileViewOverlayMenuItem[];
|
|
12
|
+
constructor();
|
|
13
|
+
ngOnInit(): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDef<CaseFileViewFolderDocumentActionsComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDefWithMeta<CaseFileViewFolderDocumentActionsComponent, "ccd-case-file-view-folder-document-actions", never, { "allowMoving": "allowMoving"; }, { "changeFolderAction": "changeFolderAction"; "openInANewTabAction": "openInANewTabAction"; "downloadAction": "downloadAction"; "printAction": "printAction"; }, never, never>;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=case-file-view-folder-document-actions.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-file-view-folder-document-actions.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder-document-actions/case-file-view-folder-document-actions.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,2BAA2B,EAAE,MAAM,iFAAiF,CAAC;;AAE9H,qBAKa,0CAA2C,YAAW,MAAM;IAChE,MAAM,UAAS;IAEN,WAAW,EAAE,OAAO,CAAC;IAEpB,kBAAkB,qBAA4B;IAC9C,mBAAmB,qBAA4B;IAC/C,cAAc,qBAA4B;IAC1C,WAAW,qBAA4B;IAEjD,gBAAgB,EAAE,2BAA2B,EAAE,CAIpD;;IAIK,QAAQ;iCAlBJ,0CAA0C;2CAA1C,0CAA0C;CAuBtD"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { CaseFileViewOverlayMenuItem } from '../../shared/case-file-view-overlay-menu/case-file-view-overlay-menu-item.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class CaseFileViewFolderSortComponent {
|
|
5
|
+
isOpen: boolean;
|
|
6
|
+
sortAscending: EventEmitter<void>;
|
|
7
|
+
sortDescending: EventEmitter<void>;
|
|
8
|
+
overlayMenuItems: CaseFileViewOverlayMenuItem[];
|
|
9
|
+
constructor();
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDef<CaseFileViewFolderSortComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDefWithMeta<CaseFileViewFolderSortComponent, "ccd-case-file-view-folder-sort", never, {}, { "sortAscending": "sortAscending"; "sortDescending": "sortDescending"; }, never, never>;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=case-file-view-folder-sort.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-file-view-folder-sort.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder-sort/case-file-view-folder-sort.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAU,MAAM,eAAe,CAAC;AAChE,OAAO,EAAE,2BAA2B,EAAE,MAAM,iFAAiF,CAAC;;AAE9H,qBAKa,+BAA+B;IACnC,MAAM,UAAS;IAEL,aAAa,qBAA4B;IACzC,cAAc,qBAA4B;IAEpD,gBAAgB,EAAE,2BAA2B,EAAE,CAGpD;;iCATS,+BAA+B;2CAA/B,+BAA+B;CAW3C"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { NestedTreeControl } from '@angular/cdk/tree';
|
|
2
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
3
|
+
import { FormControl, FormGroup } from '@angular/forms';
|
|
4
|
+
import { MatDialog } from '@angular/material/dialog';
|
|
5
|
+
import { Router } from '@angular/router';
|
|
6
|
+
import { Observable, Subscription } from 'rxjs';
|
|
7
|
+
import { CaseFileViewCategory, CaseFileViewDocument, CategoriesAndDocuments, DocumentTreeNode } from '../../../../../domain/case-file-view';
|
|
8
|
+
import { DocumentManagementService, WindowService } from '../../../../../services';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
export declare const MEDIA_VIEWER_LOCALSTORAGE_KEY = "media-viewer-info";
|
|
11
|
+
export declare class CaseFileViewFolderComponent implements OnInit, OnDestroy {
|
|
12
|
+
private readonly windowService;
|
|
13
|
+
private readonly router;
|
|
14
|
+
private readonly documentManagementService;
|
|
15
|
+
private readonly dialog;
|
|
16
|
+
private static readonly UNCATEGORISED_DOCUMENTS_TITLE;
|
|
17
|
+
private static readonly DOCUMENT_SEARCH_FORM_CONTROL_NAME;
|
|
18
|
+
private static readonly MINIMUM_SEARCH_CHARACTERS;
|
|
19
|
+
categoriesAndDocuments: Observable<CategoriesAndDocuments>;
|
|
20
|
+
allowMoving: boolean;
|
|
21
|
+
clickedDocument: EventEmitter<DocumentTreeNode>;
|
|
22
|
+
moveDocument: EventEmitter<any>;
|
|
23
|
+
nestedTreeControl: NestedTreeControl<DocumentTreeNode>;
|
|
24
|
+
nestedDataSource: DocumentTreeNode[];
|
|
25
|
+
categories: CaseFileViewCategory[];
|
|
26
|
+
categoriesAndDocumentsSubscription: Subscription;
|
|
27
|
+
selectedNodeItem: DocumentTreeNode | undefined;
|
|
28
|
+
documentFilterFormGroup: FormGroup;
|
|
29
|
+
documentSearchFormControl: FormControl;
|
|
30
|
+
documentTreeData: DocumentTreeNode[];
|
|
31
|
+
documentFilterSubscription: Subscription;
|
|
32
|
+
searchTermLength: number;
|
|
33
|
+
private getChildren;
|
|
34
|
+
nestedChildren: (_: number, nodeData: DocumentTreeNode) => DocumentTreeNode[];
|
|
35
|
+
get documentCount(): number;
|
|
36
|
+
constructor(windowService: WindowService, router: Router, documentManagementService: DocumentManagementService, dialog: MatDialog);
|
|
37
|
+
ngOnInit(): void;
|
|
38
|
+
generateTreeData(categories: CaseFileViewCategory[]): DocumentTreeNode[];
|
|
39
|
+
getDocuments(documents: CaseFileViewDocument[]): DocumentTreeNode[];
|
|
40
|
+
getUncategorisedDocuments(uncategorisedDocuments: CaseFileViewDocument[]): DocumentTreeNode;
|
|
41
|
+
filter(searchTerm: string): Observable<DocumentTreeNode[]>;
|
|
42
|
+
triggerDocumentAction(actionType: 'changeFolder' | 'openInANewTab' | 'download' | 'print', documentTreeNode: DocumentTreeNode): void;
|
|
43
|
+
sortDataSourceAscAlphabetically(): void;
|
|
44
|
+
sortDataSourceDescAlphabetically(): void;
|
|
45
|
+
updateNodeData(data: DocumentTreeNode[]): void;
|
|
46
|
+
ngOnDestroy(): void;
|
|
47
|
+
private openMoveDialog;
|
|
48
|
+
printDocument(url: string): void;
|
|
49
|
+
downloadFile(url: string, downloadFileName: string): void;
|
|
50
|
+
static ɵfac: i0.ɵɵFactoryDef<CaseFileViewFolderComponent, never>;
|
|
51
|
+
static ɵcmp: i0.ɵɵComponentDefWithMeta<CaseFileViewFolderComponent, "ccd-case-file-view-folder", never, { "categoriesAndDocuments": "categoriesAndDocuments"; "allowMoving": "allowMoving"; }, { "clickedDocument": "clickedDocument"; "moveDocument": "moveDocument"; }, never, never>;
|
|
52
|
+
}
|
|
53
|
+
//# sourceMappingURL=case-file-view-folder.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-file-view-folder.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AACtD,OAAO,EAAa,YAAY,EAAS,SAAS,EAAE,MAAM,EAAU,MAAM,eAAe,CAAC;AAC1F,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AACrD,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,UAAU,EAAM,YAAY,EAAE,MAAM,MAAM,CAAC;AAEpD,OAAO,EACL,oBAAoB,EACpB,oBAAoB,EACpB,sBAAsB,EACtB,gBAAgB,EAEjB,MAAM,sCAAsC,CAAC;AAC9C,OAAO,EAAE,yBAAyB,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;;AAEnF,eAAO,MAAM,6BAA6B,sBAAsB,CAAC;AAEjE,qBAKa,2BAA4B,YAAW,MAAM,EAAE,SAAS;IAmCjE,OAAO,CAAC,QAAQ,CAAC,aAAa;IAC9B,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,yBAAyB;IAC1C,OAAO,CAAC,QAAQ,CAAC,MAAM;IArCzB,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,6BAA6B,CAA6B;IAClF,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,iCAAiC,CAA+B;IACxF,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,yBAAyB,CAAK;IAEtC,sBAAsB,EAAE,UAAU,CAAC,sBAAsB,CAAC,CAAC;IAC3D,WAAW,EAAE,OAAO,CAAC;IACpB,eAAe,iCAAwC;IACvD,YAAY,oBAA2B;IAEjD,iBAAiB,EAAE,iBAAiB,CAAC,gBAAgB,CAAC,CAAC;IACvD,gBAAgB,EAAE,gBAAgB,EAAE,CAAC;IACrC,UAAU,EAAE,oBAAoB,EAAE,CAAM;IACxC,kCAAkC,EAAE,YAAY,CAAC;IACjD,gBAAgB,EAAE,gBAAgB,GAAG,SAAS,CAAC;IAE/C,uBAAuB,EAAE,SAAS,CAAC;IACnC,yBAAyB,EAAE,WAAW,CAAC;IACvC,gBAAgB,EAAE,gBAAgB,EAAE,CAAC;IACrC,0BAA0B,EAAE,YAAY,CAAC;IACzC,gBAAgB,EAAE,MAAM,CAAC;IAEhC,OAAO,CAAC,WAAW,CAAiD;IAC7D,cAAc,MAAO,MAAM,YAAY,gBAAgB,wBAAuB;IACrF,IAAW,aAAa,WAQvB;gBAGkB,aAAa,EAAE,aAAa,EAC5B,MAAM,EAAE,MAAM,EACd,yBAAyB,EAAE,yBAAyB,EACpD,MAAM,EAAE,SAAS;IAK7B,QAAQ,IAAI,IAAI;IAmChB,gBAAgB,CAAC,UAAU,EAAE,oBAAoB,EAAE,GAAG,gBAAgB,EAAE;IAcxE,YAAY,CAAC,SAAS,EAAE,oBAAoB,EAAE,GAAG,gBAAgB,EAAE;IAgBnE,yBAAyB,CAAC,sBAAsB,EAAE,oBAAoB,EAAE,GAAG,gBAAgB;IAqB3F,MAAM,CAAC,UAAU,EAAE,MAAM,GAAG,UAAU,CAAC,gBAAgB,EAAE,CAAC;IAsB1D,qBAAqB,CAC1B,UAAU,EAAE,cAAc,GAAG,eAAe,GAAG,UAAU,GAAG,OAAO,EACnE,gBAAgB,EAAE,gBAAgB,GACjC,IAAI;IA8BA,+BAA+B;IAS/B,gCAAgC;IAShC,cAAc,CAAC,IAAI,EAAE,gBAAgB,EAAE,GAAG,IAAI;IAyB9C,WAAW,IAAI,IAAI;IAK1B,OAAO,CAAC,cAAc;IAaf,aAAa,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI;IAKhC,YAAY,CAAC,GAAG,EAAE,MAAM,EAAE,gBAAgB,EAAE,MAAM,GAAG,IAAI;iCA1PrD,2BAA2B;2CAA3B,2BAA2B;CAmQvC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { AfterViewInit } from '@angular/core';
|
|
2
|
+
import { MatDialogRef } from '@angular/material/dialog';
|
|
3
|
+
import { DocumentTreeNode } from '../../../../../domain/case-file-view';
|
|
4
|
+
import { CaseFileViewCategory } from '../../../../../domain/case-file-view/case-file-view-category.model';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class CaseFileViewFolderSelectorComponent implements AfterViewInit {
|
|
7
|
+
dialogRef: MatDialogRef<CaseFileViewFolderSelectorComponent>;
|
|
8
|
+
data: {
|
|
9
|
+
categories: CaseFileViewCategory[];
|
|
10
|
+
document: DocumentTreeNode;
|
|
11
|
+
};
|
|
12
|
+
currentCategories: CaseFileViewCategory[];
|
|
13
|
+
selected: string;
|
|
14
|
+
constructor(dialogRef: MatDialogRef<CaseFileViewFolderSelectorComponent>, data: {
|
|
15
|
+
categories: CaseFileViewCategory[];
|
|
16
|
+
document: DocumentTreeNode;
|
|
17
|
+
});
|
|
18
|
+
ngAfterViewInit(): void;
|
|
19
|
+
handleChange(evt: any): void;
|
|
20
|
+
select(categoryId: string): void;
|
|
21
|
+
cancel(): void;
|
|
22
|
+
save(): void;
|
|
23
|
+
private findPath;
|
|
24
|
+
private containsDocument;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDef<CaseFileViewFolderSelectorComponent, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDefWithMeta<CaseFileViewFolderSelectorComponent, "xui-case-file-view-folder-selector", never, {}, {}, never, never>;
|
|
27
|
+
}
|
|
28
|
+
//# sourceMappingURL=case-file-view-folder-selector.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-file-view-folder-selector.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-file-view/components/case-file-view-folder-selector/case-file-view-folder-selector.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAqB,MAAM,eAAe,CAAC;AACjE,OAAO,EAAE,YAAY,EAAmB,MAAM,0BAA0B,CAAC;AACzE,OAAO,EAAE,gBAAgB,EAAE,MAAM,sCAAsC,CAAC;AACxE,OAAO,EAAE,oBAAoB,EAAE,MAAM,oEAAoE,CAAC;;AAE1G,qBAKa,mCAAoC,YAAW,aAAa;IAM1D,SAAS,EAAE,YAAY,CAAC,mCAAmC,CAAC;IACnC,IAAI,EAAE;QAAE,UAAU,EAAE,oBAAoB,EAAE,CAAC;QAAC,QAAQ,EAAE,gBAAgB,CAAA;KAAE;IALrG,iBAAiB,EAAE,oBAAoB,EAAE,CAAM;IAC/C,QAAQ,EAAE,MAAM,CAAM;gBAGlB,SAAS,EAAE,YAAY,CAAC,mCAAmC,CAAC,EACnC,IAAI,EAAE;QAAE,UAAU,EAAE,oBAAoB,EAAE,CAAC;QAAC,QAAQ,EAAE,gBAAgB,CAAA;KAAE;IAKrG,eAAe,IAAI,IAAI;IAKvB,YAAY,CAAC,GAAG,KAAA;IAchB,MAAM,CAAC,UAAU,EAAE,MAAM;IAIzB,MAAM;IAIN,IAAI;IAIX,OAAO,CAAC,QAAQ;IAShB,OAAO,CAAC,gBAAgB;iCApDf,mCAAmC;2CAAnC,mCAAmC;CAgE/C"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export * from './case-file-view-folder-selector/case-file-view-folder-selector.component';
|
|
2
|
+
export * from './case-file-view-folder/case-file-view-folder-document-actions/case-file-view-folder-document-actions.component';
|
|
3
|
+
export * from './case-file-view-folder/case-file-view-folder-sort/case-file-view-folder-sort.component';
|
|
4
|
+
export * from './case-file-view-folder/case-file-view-folder.component';
|
|
5
|
+
export * from './shared';
|
|
6
|
+
//# 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/case-file-view/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,2EAA2E,CAAC;AAC1F,cAAc,iHAAiH,CAAC;AAChI,cAAc,yFAAyF,CAAC;AACxG,cAAc,yDAAyD,CAAC;AACxE,cAAc,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-file-view-overlay-menu-item.model.d.ts","sourceRoot":"","sources":["../../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-file-view/components/shared/case-file-view-overlay-menu/case-file-view-overlay-menu-item.model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,2BAA2B;IAC1C,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,IAAI,IAAI,CAAC;CAClB"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { CaseFileViewOverlayMenuItem } from './case-file-view-overlay-menu-item.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class CaseFileViewOverlayMenuComponent {
|
|
5
|
+
title: string;
|
|
6
|
+
menuItems: CaseFileViewOverlayMenuItem[];
|
|
7
|
+
isOpen: boolean;
|
|
8
|
+
isOpenChange: EventEmitter<boolean>;
|
|
9
|
+
closeOverlay(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDef<CaseFileViewOverlayMenuComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDefWithMeta<CaseFileViewOverlayMenuComponent, "ccd-case-file-view-overlay-menu", never, { "title": "title"; "menuItems": "menuItems"; "isOpen": "isOpen"; }, { "isOpenChange": "isOpenChange"; }, never, ["[trigger]"]>;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=case-file-view-overlay-menu.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-file-view-overlay-menu.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-file-view/components/shared/case-file-view-overlay-menu/case-file-view-overlay-menu.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAiB,MAAM,eAAe,CAAC;AACvE,OAAO,EAAE,2BAA2B,EAAE,MAAM,0CAA0C,CAAC;;AAEvF,qBAKa,gCAAgC;IAC3B,KAAK,EAAE,MAAM,CAAM;IACnB,SAAS,EAAE,2BAA2B,EAAE,CAAC;IAEzC,MAAM,UAAS;IACd,YAAY,wBAA+B;IAErD,YAAY,IAAI,IAAI;iCAPhB,gCAAgC;2CAAhC,gCAAgC;CAa5C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-file-view/components/shared/index.ts"],"names":[],"mappings":"AAAA,cAAc,qEAAqE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-file-view/index.ts"],"names":[],"mappings":"AAAA,cAAc,uCAAuC,CAAC;AACtD,cAAc,kCAAkC,CAAC;AACjD,cAAc,cAAc,CAAC"}
|
package/lib/shared/components/palette/case-link/components/link-cases/link-cases.component.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { FormArray, FormBuilder, FormGroup } from '@angular/forms';
|
|
3
3
|
import { ErrorMessage } from '../../../../../domain';
|
|
4
|
+
import { LovRefDataModel } from '../../../../../services/common-data-service/common-data-service';
|
|
4
5
|
import { CasesService } from '../../../../case-editor/services/cases.service';
|
|
5
6
|
import { LinkedCasesState } from '../../domain';
|
|
6
7
|
import { CaseLink, LinkReason } from '../../domain/linked-cases.model';
|
|
@@ -11,7 +12,7 @@ export declare class LinkCasesComponent implements OnInit {
|
|
|
11
12
|
private readonly casesService;
|
|
12
13
|
private readonly fb;
|
|
13
14
|
private readonly validatorsUtils;
|
|
14
|
-
readonly linkedCasesService
|
|
15
|
+
private readonly linkedCasesService;
|
|
15
16
|
linkedCasesStateEmitter: EventEmitter<LinkedCasesState>;
|
|
16
17
|
errorMessages: ErrorMessage[];
|
|
17
18
|
linkCaseForm: FormGroup;
|
|
@@ -20,6 +21,9 @@ export declare class LinkCasesComponent implements OnInit {
|
|
|
20
21
|
caseReasonError: string;
|
|
21
22
|
caseSelectionError: string;
|
|
22
23
|
noSelectedCaseError: string;
|
|
24
|
+
caseId: string;
|
|
25
|
+
caseName: string;
|
|
26
|
+
linkCaseReasons: LovRefDataModel[];
|
|
23
27
|
private readonly ISO_FORMAT;
|
|
24
28
|
constructor(casesService: CasesService, fb: FormBuilder, validatorsUtils: ValidatorsUtils, linkedCasesService: LinkedCasesService);
|
|
25
29
|
ngOnInit(): void;
|
package/lib/shared/components/palette/case-link/components/link-cases/link-cases.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"link-cases.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-link/components/link-cases/link-cases.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAE,MAAM,EAAU,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,SAAS,EAAE,WAAW,
|
|
1
|
+
{"version":3,"file":"link-cases.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-link/components/link-cases/link-cases.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAE,MAAM,EAAU,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,SAAS,EAAE,WAAW,EAAe,SAAS,EAAc,MAAM,gBAAgB,CAAC;AAG5F,OAAO,EAAY,YAAY,EAAa,MAAM,uBAAuB,CAAC;AAC1E,OAAO,EAAE,eAAe,EAAE,MAAM,iEAAiE,CAAC;AAClG,OAAO,EAAE,YAAY,EAAE,MAAM,gDAAgD,CAAC;AAC9E,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,EACL,QAAQ,EAGR,UAAU,EACX,MAAM,iCAAiC,CAAC;AAEzC,OAAO,EAAE,kBAAkB,EAAE,MAAM,qCAAqC,CAAC;AACzE,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;;AAE/D,qBAKa,kBAAmB,YAAW,MAAM;IAiB7C,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,EAAE;IACnB,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IAlB9B,uBAAuB,EAAE,YAAY,CAAC,gBAAgB,CAAC,CAAwC;IAE/F,aAAa,EAAE,YAAY,EAAE,CAAM;IACnC,YAAY,EAAE,SAAS,CAAC;IACxB,aAAa,EAAE,QAAQ,EAAE,CAAM;IAC/B,eAAe,EAAE,MAAM,CAAC;IACxB,eAAe,EAAE,MAAM,CAAC;IACxB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,eAAe,EAAE,eAAe,EAAE,CAAM;IAC/C,OAAO,CAAC,QAAQ,CAAC,UAAU,CAA6B;gBAGrC,YAAY,EAAE,YAAY,EAC1B,EAAE,EAAE,WAAW,EACf,eAAe,EAAE,eAAe,EAChC,kBAAkB,EAAE,kBAAkB;IAElD,QAAQ,IAAI,IAAI;IAahB,QAAQ,IAAI,IAAI;IAOvB,IAAW,sBAAsB,IAAI,SAAS,CAgB7C;IAEM,cAAc,IAAI,IAAI;IAkBtB,cAAc,CAAC,WAAW,EAAE,QAAQ,EAAE,GAAG,OAAO;IAUvD,OAAO,CAAC,+BAA+B;IAIhC,aAAa,IAAI,IAAI;IA4CrB,WAAW,IAAI,IAAI;IA+CnB,oBAAoB,CAAC,oBAAoB,EAAE,OAAO,GAAG,IAAI;IAQzD,sBAAsB,IAAI,UAAU,EAAE;IActC,4BAA4B,IAAI,UAAU,EAAE;IAgB5C,0BAA0B,CAAC,GAAG,KAAA,EAAE,qBAAqB,KAAA,GAAG,IAAI;IAS5D,MAAM,IAAI,IAAI;iCAtOV,kBAAkB;2CAAlB,kBAAkB;CA0P9B"}
|
package/lib/shared/components/palette/case-link/components/write-linked-cases.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"write-linked-cases.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-link/components/write-linked-cases.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC9F,OAAO,EAAe,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAC9D,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAE7D,OAAO,EAAE,iBAAiB,EAAE,MAAM,8DAA8D,CAAC;AACjG,OAAO,EAAE,qBAAqB,EAAE,MAAM,8DAA8D,CAAC;AACrG,OAAO,EAAE,iBAAiB,EAAE,MAAM,oDAAoD,CAAC;AACvF,OAAO,EAAE,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAC3E,OAAO,EAAE,2BAA2B,EAAE,MAAM,kBAAkB,CAAC;AAC/D,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AACvD,OAAO,EAA4B,wBAAwB,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAChG,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;;AAEjD,qBAIa,yBAA0B,SAAQ,2BAA4B,YAAW,MAAM,EAAE,aAAa;IA0BvG,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAClC,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IA3B9B,UAAU,EAAE,SAAS,EAAE,CAAC;IAGxB,SAAS,EAAE,SAAS,CAAC;IAGrB,qBAAqB,EAAE,qBAAqB,CAAC;IAG7C,qBAAqB,oBAA2B;IAEhD,oBAAoB,UAAS;IAG7B,SAAS,EAAE,SAAS,CAAC;IAErB,eAAe,EAAE,MAAM,CAAC;IACxB,gBAAgB,0BAAoB;IACpC,wBAAwB,kCAA4B;IACpD,WAAW,EAAE,QAAQ,EAAE,CAAM;IAC7B,aAAa,EAAE,YAAY,EAAE,CAAM;gBAGvB,QAAQ,EAAE,iBAAiB,EAC3B,SAAS,EAAE,iBAAiB,EAC5B,iBAAiB,EAAE,iBAAiB,EACpC,YAAY,EAAE,YAAY,EAC1B,kBAAkB,EAAE,kBAAkB;IAIlD,QAAQ,IAAI,IAAI;IAgBhB,eAAe,IAAI,IAAI;IAWvB,yBAAyB,CAAC,gBAAgB,EAAE,gBAAgB,GAAG,IAAI;
|
|
1
|
+
{"version":3,"file":"write-linked-cases.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-link/components/write-linked-cases.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC9F,OAAO,EAAe,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAC9D,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAE7D,OAAO,EAAE,iBAAiB,EAAE,MAAM,8DAA8D,CAAC;AACjG,OAAO,EAAE,qBAAqB,EAAE,MAAM,8DAA8D,CAAC;AACrG,OAAO,EAAE,iBAAiB,EAAE,MAAM,oDAAoD,CAAC;AACvF,OAAO,EAAE,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAC3E,OAAO,EAAE,2BAA2B,EAAE,MAAM,kBAAkB,CAAC;AAC/D,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AACvD,OAAO,EAA4B,wBAAwB,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAChG,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;;AAEjD,qBAIa,yBAA0B,SAAQ,2BAA4B,YAAW,MAAM,EAAE,aAAa;IA0BvG,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAClC,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IA3B9B,UAAU,EAAE,SAAS,EAAE,CAAC;IAGxB,SAAS,EAAE,SAAS,CAAC;IAGrB,qBAAqB,EAAE,qBAAqB,CAAC;IAG7C,qBAAqB,oBAA2B;IAEhD,oBAAoB,UAAS;IAG7B,SAAS,EAAE,SAAS,CAAC;IAErB,eAAe,EAAE,MAAM,CAAC;IACxB,gBAAgB,0BAAoB;IACpC,wBAAwB,kCAA4B;IACpD,WAAW,EAAE,QAAQ,EAAE,CAAM;IAC7B,aAAa,EAAE,YAAY,EAAE,CAAM;gBAGvB,QAAQ,EAAE,iBAAiB,EAC3B,SAAS,EAAE,iBAAiB,EAC5B,iBAAiB,EAAE,iBAAiB,EACpC,YAAY,EAAE,YAAY,EAC1B,kBAAkB,EAAE,kBAAkB;IAIlD,QAAQ,IAAI,IAAI;IAgBhB,eAAe,IAAI,IAAI;IAWvB,yBAAyB,CAAC,gBAAgB,EAAE,gBAAgB,GAAG,IAAI;IAgBnE,cAAc,IAAI,OAAO;IAIzB,uCAAuC,IAAI,IAAI;IAe/C,iBAAiB,IAAI,IAAI;IAYzB,aAAa,IAAI,OAAO;IAIxB,WAAW,CAAC,gBAAgB,EAAE,gBAAgB,GAAG,MAAM;IAUvD,cAAc,IAAI,IAAI;IAwBtB,sBAAsB,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI;iCAlJ3C,yBAAyB;2CAAzB,yBAAyB;CA2JrC"}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { CaseView } from '../../../../domain/case-view';
|
|
2
2
|
import { Jurisdiction } from '../../../../domain/definition/jurisdiction.model';
|
|
3
|
-
import { SearchService } from '../../../../services';
|
|
3
|
+
import { JurisdictionService, SearchService } from '../../../../services';
|
|
4
4
|
import { LovRefDataModel } from '../../../../services/common-data-service/common-data-service';
|
|
5
5
|
import { CaseLink, ESQueryType } from '../domain';
|
|
6
|
-
import { JurisdictionService } from './jurisdiction.service';
|
|
7
6
|
import * as i0 from "@angular/core";
|
|
8
7
|
export declare class LinkedCasesService {
|
|
9
8
|
private readonly jurisdictionService;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"linked-cases.service.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-link/services/linked-cases.service.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,kDAAkD,CAAC;AAChF,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"linked-cases.service.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/case-link/services/linked-cases.service.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,kDAAkD,CAAC;AAChF,OAAO,EAAE,mBAAmB,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAC1E,OAAO,EAAE,eAAe,EAAE,MAAM,8DAA8D,CAAC;AAC/F,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAc,MAAM,WAAW,CAAC;;AAE9D,qBACa,kBAAkB;IAoBjB,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IACpC,OAAO,CAAC,QAAQ,CAAC,aAAa;IAnB1C,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,sBAAsB,CAAuB;IAE9D,cAAc,QAAM;IACpB,yBAAyB,UAAS;IAClC,WAAW,EAAE,QAAQ,CAAC;IACtB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,eAAe,EAAE,eAAe,EAAE,CAAM;IACxC,WAAW,EAAE,QAAQ,EAAE,CAAM;IAC7B,gBAAgB,EAAE,QAAQ,EAAE,CAAM;IAClC,QAAQ,UAAS;IACjB,qBAAqB,EAAE,YAAY,EAAE,CAAM;IAC3C,uBAAuB,EAAE,OAAO,CAAC;IACjC,WAAW,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAQ;IACpD,oBAAoB,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAQ;IAC7D,uBAAuB,UAAS;IAChC,kBAAkB,MAAQ;gBAEJ,mBAAmB,EAAE,mBAAmB,EACxC,aAAa,EAAE,aAAa;IAQlD,0BAA0B,iCAK/B;IAEK,2BAA2B,CAAC,OAAO,EAAE,GAAG,EAAE,EAAE,IAAI,EAAE,MAAM,GAAG,WAAW;IAWtE,WAAW,CAAC,qBAAqB,KAAA;;;;;;;;IAajC,oBAAoB,CAAC,mBAAmB,EAAE,GAAG,EAAE;IAI/C,2BAA2B;IA2C3B,mCAAmC,CAAC,SAAS,KAAA,EAAE,UAAU,KAAA,GAAG,MAAM;IAqBlE,WAAW,CAAC,mBAAmB,EAAE,QAAQ,GAAG,MAAM;iCAhI9C,kBAAkB;qCAAlB,kBAAkB;CA0I9B"}
|
|
@@ -3,6 +3,7 @@ export * from './palette.service';
|
|
|
3
3
|
export * from './unsupported-field.component';
|
|
4
4
|
export * from './address';
|
|
5
5
|
export * from './base-field';
|
|
6
|
+
export * from './case-file-view';
|
|
6
7
|
export * from './case-link';
|
|
7
8
|
export * from './case-flag';
|
|
8
9
|
export * from './case-link';
|
|
@@ -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,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,mBAAmB,CAAC;AAClC,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,WAAW,CAAC;AAC1B,cAAc,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,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,+BAA+B,CAAC;AAC9C,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,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,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,mBAAmB,CAAC;AAClC,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,WAAW,CAAC;AAC1B,cAAc,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,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,+BAA+B,CAAC;AAC9C,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC"}
|
|
@@ -78,37 +78,49 @@ import * as i76 from "./fixed-list/write-fixed-list-field.component";
|
|
|
78
78
|
import * as i77 from "./fixed-radio-list/write-fixed-radio-list-field.component";
|
|
79
79
|
import * as i78 from "./case-link/write-case-link-field.component";
|
|
80
80
|
import * as i79 from "./collection/write-collection-field.component";
|
|
81
|
-
import * as i80 from "./case-
|
|
82
|
-
import * as i81 from "./case-
|
|
83
|
-
import * as i82 from "./case-
|
|
84
|
-
import * as i83 from "./case-
|
|
85
|
-
import * as i84 from "./case-
|
|
86
|
-
import * as i85 from "./case-
|
|
87
|
-
import * as i86 from "./case-
|
|
88
|
-
import * as i87 from "./case-link/components/
|
|
89
|
-
import * as i88 from "
|
|
90
|
-
import * as i89 from "
|
|
91
|
-
import * as i90 from "
|
|
92
|
-
import * as i91 from "./
|
|
93
|
-
import * as i92 from "
|
|
94
|
-
import * as i93 from "
|
|
95
|
-
import * as i94 from "
|
|
96
|
-
import * as i95 from "
|
|
97
|
-
import * as i96 from "
|
|
98
|
-
import * as i97 from "
|
|
99
|
-
import * as i98 from "
|
|
100
|
-
import * as i99 from "../../
|
|
101
|
-
import * as i100 from "
|
|
102
|
-
import * as i101 from "
|
|
103
|
-
import * as i102 from "
|
|
104
|
-
import * as i103 from "
|
|
105
|
-
import * as i104 from "
|
|
106
|
-
import * as i105 from "
|
|
107
|
-
import * as i106 from "
|
|
108
|
-
import * as i107 from "
|
|
81
|
+
import * as i80 from "./case-file-view/case-file-view-field.component";
|
|
82
|
+
import * as i81 from "./case-file-view/case-file-view-field-read.component";
|
|
83
|
+
import * as i82 from "./case-file-view/components/case-file-view-folder/case-file-view-folder.component";
|
|
84
|
+
import * as i83 from "./case-file-view/components/case-file-view-folder/case-file-view-folder-sort/case-file-view-folder-sort.component";
|
|
85
|
+
import * as i84 from "./case-file-view/components/shared/case-file-view-overlay-menu/case-file-view-overlay-menu.component";
|
|
86
|
+
import * as i85 from "./case-file-view/components/case-file-view-folder/case-file-view-folder-document-actions/case-file-view-folder-document-actions.component";
|
|
87
|
+
import * as i86 from "./case-file-view/components/case-file-view-folder-selector/case-file-view-folder-selector.component";
|
|
88
|
+
import * as i87 from "./case-link/components/linked-cases-table/linked-cases-to-table.component";
|
|
89
|
+
import * as i88 from "./case-link/components/linked-cases-table/linked-cases-from-table.component";
|
|
90
|
+
import * as i89 from "./case-link/components/before-you-start/before-you-start.component";
|
|
91
|
+
import * as i90 from "./case-link/components/link-cases/link-cases.component";
|
|
92
|
+
import * as i91 from "./case-link/components/check-your-answers/check-your-answers.component";
|
|
93
|
+
import * as i92 from "./case-link/components/write-linked-cases.component";
|
|
94
|
+
import * as i93 from "./case-link/components/unlink-cases/unlink-cases.component";
|
|
95
|
+
import * as i94 from "./case-link/components/no-linked-cases/no-linked-cases.component";
|
|
96
|
+
import * as i95 from "@angular/common";
|
|
97
|
+
import * as i96 from "@angular/router";
|
|
98
|
+
import * as i97 from "@angular/forms";
|
|
99
|
+
import * as i98 from "./utils/utils.module";
|
|
100
|
+
import * as i99 from "../../pipes/pipes.module";
|
|
101
|
+
import * as i100 from "../../../components/banners/banners.module";
|
|
102
|
+
import * as i101 from "../../../components/header/headers.module";
|
|
103
|
+
import * as i102 from "../../../components/footer/footers.module";
|
|
104
|
+
import * as i103 from "../../../components/body/body.module";
|
|
105
|
+
import * as i104 from "../../../components/form/form.module";
|
|
106
|
+
import * as i105 from "../../../components/tabs/tabs.module";
|
|
107
|
+
import * as i106 from "../../directives/substitutor/label-substitutor.module";
|
|
108
|
+
import * as i107 from "ngx-md";
|
|
109
|
+
import * as i108 from "@angular-material-components/datetime-picker";
|
|
110
|
+
import * as i109 from "@angular/material/form-field";
|
|
111
|
+
import * as i110 from "@angular/material/input";
|
|
112
|
+
import * as i111 from "@angular/material/datepicker";
|
|
113
|
+
import * as i112 from "@angular/material/autocomplete";
|
|
114
|
+
import * as i113 from "@angular/cdk/tree";
|
|
115
|
+
import * as i114 from "@angular/cdk/overlay";
|
|
116
|
+
import * as i115 from "@hmcts/ccpay-web-component";
|
|
117
|
+
import * as i116 from "@nicky-lenaers/ngx-scroll-to";
|
|
118
|
+
import * as i117 from "@angular/material/dialog";
|
|
119
|
+
import * as i118 from "@hmcts/media-viewer";
|
|
120
|
+
import * as i119 from "../../services/loading/loading.module";
|
|
109
121
|
export declare class PaletteModule {
|
|
110
122
|
static ɵfac: i0.ɵɵFactoryDef<PaletteModule, never>;
|
|
111
|
-
static ɵmod: i0.ɵɵNgModuleDefWithMeta<PaletteModule, [typeof i1.FixedListPipe, typeof i2.FixedRadioListPipe, typeof i3.DynamicListPipe, typeof i4.DynamicRadioListPipe, typeof i5.DocumentUrlPipe, typeof i6.CaseFlagTableComponent, typeof i7.SelectFlagTypeComponent, typeof i8.SearchLanguageInterpreterComponent, typeof i9.SelectFlagLocationComponent, typeof i10.ManageCaseFlagsComponent, typeof i11.AddCommentsComponent, typeof i12.UpdateFlagComponent, typeof i13.CaseFlagSummaryListComponent, typeof i14.UnsupportedFieldComponent, typeof i15.DatetimePickerComponent, typeof i16.WaysToPayFieldComponent, typeof i17.MarkdownComponent, typeof i18.FieldReadComponent, typeof i19.FieldWriteComponent, typeof i20.FieldReadLabelComponent, typeof i21.LabelFieldComponent, typeof i22.CasePaymentHistoryViewerFieldComponent, typeof i23.MoneyGbpInputComponent, typeof i24.CaseHistoryViewerFieldComponent, typeof i25.EventLogComponent, typeof i26.EventLogDetailsComponent, typeof i27.EventLogTableComponent, typeof i28.ReadTextFieldComponent, typeof i29.ReadTextAreaFieldComponent, typeof i30.ReadNumberFieldComponent, typeof i31.ReadEmailFieldComponent, typeof i32.ReadPhoneUKFieldComponent, typeof i33.ReadDateFieldComponent, typeof i34.ReadCollectionFieldComponent, typeof i35.ReadDocumentFieldComponent, typeof i36.ReadJudicialUserFieldComponent, typeof i37.ReadYesNoFieldComponent, typeof i38.ReadOrganisationFieldComponent, typeof i39.ReadOrganisationFieldTableComponent, typeof i40.ReadOrganisationFieldRawComponent, typeof i41.ReadOrderSummaryFieldComponent, typeof i42.ReadOrderSummaryRowComponent, typeof i43.ReadMoneyGbpFieldComponent, typeof i44.ReadMultiSelectListFieldComponent, typeof i45.ReadDynamicListFieldComponent, typeof i46.ReadFixedListFieldComponent, typeof i47.ReadFixedRadioListFieldComponent, typeof i48.ReadDynamicRadioListFieldComponent, typeof i49.ReadCaseLinkFieldComponent, typeof i50.ReadComplexFieldComponent, typeof i51.ReadComplexFieldRawComponent, typeof i52.ReadComplexFieldTableComponent, typeof i53.ReadComplexFieldCollectionTableComponent, typeof i54.ReadCaseFlagFieldComponent, typeof i55.ReadLinkedCasesComponent, typeof i56.WriteJudicialUserFieldComponent, typeof i57.WriteAddressFieldComponent, typeof i58.WriteComplexFieldComponent, typeof i59.WriteOrganisationComplexFieldComponent, typeof i60.WriteDocumentFieldComponent, typeof i61.WriteDynamicListFieldComponent, typeof i62.WriteDynamicRadioListFieldComponent, typeof i63.WriteTextFieldComponent, typeof i64.WriteDateContainerFieldComponent, typeof i65.WriteTextAreaFieldComponent, typeof i66.WritePhoneUKFieldComponent, typeof i67.WriteNumberFieldComponent, typeof i68.WriteEmailFieldComponent, typeof i69.WriteDateFieldComponent, typeof i70.WriteCaseFlagFieldComponent, typeof i71.WriteYesNoFieldComponent, typeof i72.WriteOrganisationFieldComponent, typeof i59.WriteOrganisationComplexFieldComponent, typeof i73.WriteOrderSummaryFieldComponent, typeof i74.WriteMoneyGbpFieldComponent, typeof i64.WriteDateContainerFieldComponent, typeof i75.WriteMultiSelectListFieldComponent, typeof i76.WriteFixedListFieldComponent, typeof i77.WriteFixedRadioListFieldComponent, typeof i78.WriteCaseLinkFieldComponent, typeof i79.WriteCollectionFieldComponent, typeof i80.
|
|
123
|
+
static ɵmod: i0.ɵɵNgModuleDefWithMeta<PaletteModule, [typeof i1.FixedListPipe, typeof i2.FixedRadioListPipe, typeof i3.DynamicListPipe, typeof i4.DynamicRadioListPipe, typeof i5.DocumentUrlPipe, typeof i6.CaseFlagTableComponent, typeof i7.SelectFlagTypeComponent, typeof i8.SearchLanguageInterpreterComponent, typeof i9.SelectFlagLocationComponent, typeof i10.ManageCaseFlagsComponent, typeof i11.AddCommentsComponent, typeof i12.UpdateFlagComponent, typeof i13.CaseFlagSummaryListComponent, typeof i14.UnsupportedFieldComponent, typeof i15.DatetimePickerComponent, typeof i16.WaysToPayFieldComponent, typeof i17.MarkdownComponent, typeof i18.FieldReadComponent, typeof i19.FieldWriteComponent, typeof i20.FieldReadLabelComponent, typeof i21.LabelFieldComponent, typeof i22.CasePaymentHistoryViewerFieldComponent, typeof i23.MoneyGbpInputComponent, typeof i24.CaseHistoryViewerFieldComponent, typeof i25.EventLogComponent, typeof i26.EventLogDetailsComponent, typeof i27.EventLogTableComponent, typeof i28.ReadTextFieldComponent, typeof i29.ReadTextAreaFieldComponent, typeof i30.ReadNumberFieldComponent, typeof i31.ReadEmailFieldComponent, typeof i32.ReadPhoneUKFieldComponent, typeof i33.ReadDateFieldComponent, typeof i34.ReadCollectionFieldComponent, typeof i35.ReadDocumentFieldComponent, typeof i36.ReadJudicialUserFieldComponent, typeof i37.ReadYesNoFieldComponent, typeof i38.ReadOrganisationFieldComponent, typeof i39.ReadOrganisationFieldTableComponent, typeof i40.ReadOrganisationFieldRawComponent, typeof i41.ReadOrderSummaryFieldComponent, typeof i42.ReadOrderSummaryRowComponent, typeof i43.ReadMoneyGbpFieldComponent, typeof i44.ReadMultiSelectListFieldComponent, typeof i45.ReadDynamicListFieldComponent, typeof i46.ReadFixedListFieldComponent, typeof i47.ReadFixedRadioListFieldComponent, typeof i48.ReadDynamicRadioListFieldComponent, typeof i49.ReadCaseLinkFieldComponent, typeof i50.ReadComplexFieldComponent, typeof i51.ReadComplexFieldRawComponent, typeof i52.ReadComplexFieldTableComponent, typeof i53.ReadComplexFieldCollectionTableComponent, typeof i54.ReadCaseFlagFieldComponent, typeof i55.ReadLinkedCasesComponent, typeof i56.WriteJudicialUserFieldComponent, typeof i57.WriteAddressFieldComponent, typeof i58.WriteComplexFieldComponent, typeof i59.WriteOrganisationComplexFieldComponent, typeof i60.WriteDocumentFieldComponent, typeof i61.WriteDynamicListFieldComponent, typeof i62.WriteDynamicRadioListFieldComponent, typeof i63.WriteTextFieldComponent, typeof i64.WriteDateContainerFieldComponent, typeof i65.WriteTextAreaFieldComponent, typeof i66.WritePhoneUKFieldComponent, typeof i67.WriteNumberFieldComponent, typeof i68.WriteEmailFieldComponent, typeof i69.WriteDateFieldComponent, typeof i70.WriteCaseFlagFieldComponent, typeof i71.WriteYesNoFieldComponent, typeof i72.WriteOrganisationFieldComponent, typeof i59.WriteOrganisationComplexFieldComponent, typeof i73.WriteOrderSummaryFieldComponent, typeof i74.WriteMoneyGbpFieldComponent, typeof i64.WriteDateContainerFieldComponent, typeof i75.WriteMultiSelectListFieldComponent, typeof i76.WriteFixedListFieldComponent, typeof i77.WriteFixedRadioListFieldComponent, typeof i78.WriteCaseLinkFieldComponent, typeof i79.WriteCollectionFieldComponent, typeof i80.CaseFileViewFieldComponent, typeof i81.CaseFileViewFieldReadComponent, typeof i82.CaseFileViewFolderComponent, typeof i83.CaseFileViewFolderSortComponent, typeof i84.CaseFileViewOverlayMenuComponent, typeof i85.CaseFileViewFolderDocumentActionsComponent, typeof i86.CaseFileViewFolderSelectorComponent, typeof i87.LinkedCasesToTableComponent, typeof i88.LinkedCasesFromTableComponent, typeof i89.BeforeYouStartComponent, typeof i90.LinkCasesComponent, typeof i91.CheckYourAnswersComponent, typeof i92.WriteLinkedCasesComponent, typeof i93.UnLinkCasesComponent, typeof i94.NoLinkedCasesComponent], [typeof i95.CommonModule, typeof i96.RouterModule, typeof i97.FormsModule, typeof i97.ReactiveFormsModule, typeof i98.PaletteUtilsModule, typeof i99.PipesModule, typeof i100.BannersModule, typeof i101.HeadersModule, typeof i102.FootersModule, typeof i103.BodyModule, typeof i104.FormModule, typeof i105.TabsModule, typeof i106.LabelSubstitutorModule, typeof i107.NgxMdModule, typeof i108.NgxMatDatetimePickerModule, typeof i108.NgxMatTimepickerModule, typeof i108.NgxMatNativeDateModule, typeof i109.MatFormFieldModule, typeof i110.MatInputModule, typeof i111.MatDatepickerModule, typeof i112.MatAutocompleteModule, typeof i113.CdkTreeModule, typeof i114.OverlayModule, typeof i115.PaymentLibModule, typeof i116.ScrollToModule, typeof i117.MatDialogModule, typeof i118.MediaViewerModule, typeof i119.LoadingModule], [typeof i108.NgxMatDatetimePickerModule, typeof i108.NgxMatNativeDateModule, typeof i108.NgxMatTimepickerModule, typeof i105.TabsModule, typeof i98.PaletteUtilsModule, typeof i99.PipesModule, typeof i14.UnsupportedFieldComponent, typeof i15.DatetimePickerComponent, typeof i16.WaysToPayFieldComponent, typeof i17.MarkdownComponent, typeof i18.FieldReadComponent, typeof i19.FieldWriteComponent, typeof i20.FieldReadLabelComponent, typeof i21.LabelFieldComponent, typeof i22.CasePaymentHistoryViewerFieldComponent, typeof i23.MoneyGbpInputComponent, typeof i24.CaseHistoryViewerFieldComponent, typeof i25.EventLogComponent, typeof i26.EventLogDetailsComponent, typeof i27.EventLogTableComponent, typeof i28.ReadTextFieldComponent, typeof i29.ReadTextAreaFieldComponent, typeof i30.ReadNumberFieldComponent, typeof i31.ReadEmailFieldComponent, typeof i32.ReadPhoneUKFieldComponent, typeof i33.ReadDateFieldComponent, typeof i34.ReadCollectionFieldComponent, typeof i35.ReadDocumentFieldComponent, typeof i36.ReadJudicialUserFieldComponent, typeof i37.ReadYesNoFieldComponent, typeof i38.ReadOrganisationFieldComponent, typeof i39.ReadOrganisationFieldTableComponent, typeof i40.ReadOrganisationFieldRawComponent, typeof i41.ReadOrderSummaryFieldComponent, typeof i42.ReadOrderSummaryRowComponent, typeof i43.ReadMoneyGbpFieldComponent, typeof i44.ReadMultiSelectListFieldComponent, typeof i45.ReadDynamicListFieldComponent, typeof i46.ReadFixedListFieldComponent, typeof i47.ReadFixedRadioListFieldComponent, typeof i48.ReadDynamicRadioListFieldComponent, typeof i49.ReadCaseLinkFieldComponent, typeof i50.ReadComplexFieldComponent, typeof i51.ReadComplexFieldRawComponent, typeof i52.ReadComplexFieldTableComponent, typeof i53.ReadComplexFieldCollectionTableComponent, typeof i54.ReadCaseFlagFieldComponent, typeof i55.ReadLinkedCasesComponent, typeof i56.WriteJudicialUserFieldComponent, typeof i57.WriteAddressFieldComponent, typeof i58.WriteComplexFieldComponent, typeof i59.WriteOrganisationComplexFieldComponent, typeof i60.WriteDocumentFieldComponent, typeof i61.WriteDynamicListFieldComponent, typeof i62.WriteDynamicRadioListFieldComponent, typeof i63.WriteTextFieldComponent, typeof i64.WriteDateContainerFieldComponent, typeof i65.WriteTextAreaFieldComponent, typeof i66.WritePhoneUKFieldComponent, typeof i67.WriteNumberFieldComponent, typeof i68.WriteEmailFieldComponent, typeof i69.WriteDateFieldComponent, typeof i70.WriteCaseFlagFieldComponent, typeof i71.WriteYesNoFieldComponent, typeof i72.WriteOrganisationFieldComponent, typeof i59.WriteOrganisationComplexFieldComponent, typeof i73.WriteOrderSummaryFieldComponent, typeof i74.WriteMoneyGbpFieldComponent, typeof i64.WriteDateContainerFieldComponent, typeof i75.WriteMultiSelectListFieldComponent, typeof i76.WriteFixedListFieldComponent, typeof i77.WriteFixedRadioListFieldComponent, typeof i78.WriteCaseLinkFieldComponent, typeof i79.WriteCollectionFieldComponent, typeof i80.CaseFileViewFieldComponent, typeof i81.CaseFileViewFieldReadComponent, typeof i82.CaseFileViewFolderComponent, typeof i83.CaseFileViewFolderSortComponent, typeof i84.CaseFileViewOverlayMenuComponent, typeof i85.CaseFileViewFolderDocumentActionsComponent, typeof i86.CaseFileViewFolderSelectorComponent, typeof i87.LinkedCasesToTableComponent, typeof i88.LinkedCasesFromTableComponent, typeof i89.BeforeYouStartComponent, typeof i90.LinkCasesComponent, typeof i91.CheckYourAnswersComponent, typeof i92.WriteLinkedCasesComponent, typeof i93.UnLinkCasesComponent, typeof i94.NoLinkedCasesComponent]>;
|
|
112
124
|
static ɵinj: i0.ɵɵInjectorDef<PaletteModule>;
|
|
113
125
|
}
|
|
114
126
|
//# 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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiLA,qBA0Ea,aAAa;iCAAb,aAAa;0CAAb,aAAa;kCAAb,aAAa;CACzB"}
|
|
@@ -2,7 +2,9 @@ import { Type } from '@angular/core';
|
|
|
2
2
|
import { CaseField } from '../../domain/definition/case-field.model';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class PaletteService {
|
|
5
|
+
private readonly componentLauncherRegistry;
|
|
5
6
|
getFieldComponentClass(caseField: CaseField, write: boolean): Type<{}>;
|
|
7
|
+
private getComponentLauncherComponent;
|
|
6
8
|
static ɵfac: i0.ɵɵFactoryDef<PaletteService, never>;
|
|
7
9
|
static ɵprov: i0.ɵɵInjectableDef<PaletteService>;
|
|
8
10
|
}
|
|
@@ -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;;AAoDrE,qBACa,cAAc;IACzB,OAAO,CAAC,QAAQ,CAAC,yBAAyB,CAExC;IAEK,sBAAsB,CAAC,SAAS,EAAE,SAAS,EAAE,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC,EAAE,CAAC;IAyE7E,OAAO,CAAC,6BAA6B;iCA9E1B,cAAc;qCAAd,cAAc;CAuF1B"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { CaseFileViewDocument } from './case-file-view-document.model';
|
|
2
|
+
export declare class CaseFileViewCategory {
|
|
3
|
+
category_id: string;
|
|
4
|
+
category_name: string;
|
|
5
|
+
category_order: number;
|
|
6
|
+
documents: CaseFileViewDocument[];
|
|
7
|
+
sub_categories: CaseFileViewCategory[];
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=case-file-view-category.model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-file-view-category.model.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/domain/case-file-view/case-file-view-category.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AAEvE,qBAAa,oBAAoB;IACxB,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;IACtB,cAAc,EAAE,MAAM,CAAC;IACvB,SAAS,EAAE,oBAAoB,EAAE,CAAC;IAClC,cAAc,EAAE,oBAAoB,EAAE,CAAC;CAC/C"}
|