@hmcts/ccd-case-ui-toolkit 4.7.1-EUI-4703-hearing-date → 4.8.3-rc.2
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/RELEASE-NOTES.md +3 -0
- package/dist/app.config.d.ts +25 -0
- package/dist/app.config.js +3 -0
- package/dist/app.config.js.map +1 -1
- package/dist/app.config.metadata.json +1 -1
- package/dist/cut-styles/shared/components/case-viewer/case-review-specific-access-request/case-review-specific-access-request.component.scss +3 -0
- package/dist/index.umd.js +5843 -599
- package/dist/index.umd.js.map +1 -1
- package/dist/index.umd.min.js +1 -1
- package/dist/index.umd.min.js.LICENSE.txt +1 -1
- package/dist/index.umd.min.js.map +1 -1
- package/dist/shared/components/case-editor/case-edit-page/case-edit-page.component.d.ts +1 -1
- package/dist/shared/components/case-editor/case-edit-page/case-edit-page.component.js +3 -3
- package/dist/shared/components/case-editor/case-edit-page/case-edit-page.component.js.map +1 -1
- package/dist/shared/components/case-editor/domain/wizard.model.d.ts +1 -1
- package/dist/shared/components/case-editor/domain/wizard.model.js +2 -2
- package/dist/shared/components/case-editor/domain/wizard.model.js.map +1 -1
- package/dist/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.js +9 -5
- package/dist/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.js.map +1 -1
- package/dist/shared/components/case-viewer/case-review-specific-access-request/case-review-specific-access-request.component.d.ts +44 -0
- package/dist/shared/components/case-viewer/case-review-specific-access-request/case-review-specific-access-request.component.js +100 -0
- package/dist/shared/components/case-viewer/case-review-specific-access-request/case-review-specific-access-request.component.js.map +1 -0
- package/dist/shared/components/case-viewer/case-review-specific-access-request/case-review-specific-access-request.component.metadata.json +1 -0
- package/dist/shared/components/case-viewer/case-review-specific-access-request/index.d.ts +1 -0
- package/dist/shared/components/case-viewer/case-review-specific-access-request/index.js +7 -0
- package/dist/shared/components/case-viewer/case-review-specific-access-request/index.js.map +1 -0
- package/dist/shared/components/case-viewer/case-review-specific-access-request/index.metadata.json +1 -0
- package/dist/shared/components/case-viewer/case-review-specific-access-request/models/case-review-specific-access-request.enum.d.ts +14 -0
- package/dist/shared/components/case-viewer/case-review-specific-access-request/models/case-review-specific-access-request.enum.js +20 -0
- package/dist/shared/components/case-viewer/case-review-specific-access-request/models/case-review-specific-access-request.enum.js.map +1 -0
- package/dist/shared/components/case-viewer/case-review-specific-access-request/models/case-review-specific-access-request.enum.metadata.json +1 -0
- package/dist/shared/components/case-viewer/case-review-specific-access-request/models/index.d.ts +1 -0
- package/dist/shared/components/case-viewer/case-review-specific-access-request/models/index.js +7 -0
- package/dist/shared/components/case-viewer/case-review-specific-access-request/models/index.js.map +1 -0
- package/dist/shared/components/case-viewer/case-review-specific-access-request/models/index.metadata.json +1 -0
- package/dist/shared/components/case-viewer/case-viewer.module.js +2 -0
- package/dist/shared/components/case-viewer/case-viewer.module.js.map +1 -1
- package/dist/shared/components/case-viewer/case-viewer.module.metadata.json +1 -1
- package/dist/shared/components/case-viewer/viewer.routing.js +27 -13
- package/dist/shared/components/case-viewer/viewer.routing.js.map +1 -1
- package/dist/shared/components/case-viewer/viewer.routing.metadata.json +1 -1
- package/dist/shared/components/palette/complex/cdd-page-fields.pipe.js +1 -1
- package/dist/shared/components/palette/complex/cdd-page-fields.pipe.js.map +1 -1
- package/dist/shared/components/palette/payment/case-payment-history-viewer-field.component.d.ts +6 -1
- package/dist/shared/components/palette/payment/case-payment-history-viewer-field.component.js +23 -3
- package/dist/shared/components/palette/payment/case-payment-history-viewer-field.component.js.map +1 -1
- package/dist/shared/components/palette/payment/case-payment-history-viewer-field.component.metadata.json +1 -1
- package/dist/shared/directives/conditional-show/domain/conditional-show.model.d.ts +5 -0
- package/dist/shared/directives/conditional-show/domain/conditional-show.model.js +21 -1
- package/dist/shared/directives/conditional-show/domain/conditional-show.model.js.map +1 -1
- package/dist/shared/directives/conditional-show/domain/conditional-show.model.metadata.json +1 -1
- package/dist/shared/directives/conditional-show/services/conditional-show-registrar.service.js +0 -2
- package/dist/shared/directives/conditional-show/services/conditional-show-registrar.service.js.map +1 -1
- package/dist/shared/domain/case-view/index.d.ts +1 -0
- package/dist/shared/domain/case-view/index.metadata.json +1 -1
- package/dist/shared/domain/case-view/review-specific-access-request.model.d.ts +4 -0
- package/dist/shared/domain/case-view/review-specific-access-request.model.js +3 -0
- package/dist/shared/domain/case-view/review-specific-access-request.model.js.map +1 -0
- package/dist/shared/domain/case-view/review-specific-access-request.model.metadata.json +1 -0
- package/package.json +6 -3
package/RELEASE-NOTES.md
CHANGED
package/dist/app.config.d.ts
CHANGED
|
@@ -8,6 +8,17 @@ export interface AccessManagementBasicViewMockModel {
|
|
|
8
8
|
};
|
|
9
9
|
accessProcess?: string;
|
|
10
10
|
}
|
|
11
|
+
export interface AccessManagementRequestReviewMockModel {
|
|
12
|
+
active?: boolean;
|
|
13
|
+
details?: {
|
|
14
|
+
caseName: string;
|
|
15
|
+
caseReference: string;
|
|
16
|
+
dateSubmitted: string;
|
|
17
|
+
requestFrom: string;
|
|
18
|
+
reasonForCaseAccess: string;
|
|
19
|
+
};
|
|
20
|
+
accessProcess?: string;
|
|
21
|
+
}
|
|
11
22
|
export declare abstract class AbstractAppConfig {
|
|
12
23
|
abstract load(): Promise<void>;
|
|
13
24
|
abstract getLoginUrl(): string;
|
|
@@ -47,8 +58,10 @@ export declare abstract class AbstractAppConfig {
|
|
|
47
58
|
getUserInfoApiUrl(): string;
|
|
48
59
|
getAccessManagementMode(): boolean;
|
|
49
60
|
getAccessManagementBasicViewMock(): AccessManagementBasicViewMockModel;
|
|
61
|
+
getAccessManagementRequestReviewMockModel(): AccessManagementRequestReviewMockModel;
|
|
50
62
|
getLocationRefApiUrl(): string;
|
|
51
63
|
getCamRoleAssignmentsApiUrl(): string;
|
|
64
|
+
abstract getRefundsUrl(): string;
|
|
52
65
|
}
|
|
53
66
|
export declare class CaseEditorConfig {
|
|
54
67
|
api_url: string;
|
|
@@ -92,6 +105,18 @@ export declare class CaseEditorConfig {
|
|
|
92
105
|
};
|
|
93
106
|
accessProcess?: string;
|
|
94
107
|
};
|
|
108
|
+
access_management_request_review_mock?: {
|
|
109
|
+
active?: boolean;
|
|
110
|
+
details?: {
|
|
111
|
+
caseName: string;
|
|
112
|
+
caseReference: string;
|
|
113
|
+
dateSubmitted: string;
|
|
114
|
+
requestFrom: string;
|
|
115
|
+
reasonForCaseAccess: string;
|
|
116
|
+
};
|
|
117
|
+
accessProcess?: string;
|
|
118
|
+
};
|
|
95
119
|
location_ref_api_url?: string;
|
|
96
120
|
cam_role_assignments_api_url?: string;
|
|
121
|
+
refunds_url: string;
|
|
97
122
|
}
|
package/dist/app.config.js
CHANGED
|
@@ -26,6 +26,9 @@ var AbstractAppConfig = /** @class */ (function () {
|
|
|
26
26
|
AbstractAppConfig.prototype.getAccessManagementBasicViewMock = function () {
|
|
27
27
|
return undefined;
|
|
28
28
|
};
|
|
29
|
+
AbstractAppConfig.prototype.getAccessManagementRequestReviewMockModel = function () {
|
|
30
|
+
return undefined;
|
|
31
|
+
};
|
|
29
32
|
AbstractAppConfig.prototype.getLocationRefApiUrl = function () {
|
|
30
33
|
return undefined;
|
|
31
34
|
};
|
package/dist/app.config.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.config.js","sourceRoot":"","sources":["../tmp/src-inlined/app.config.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"app.config.js","sourceRoot":"","sources":["../tmp/src-inlined/app.config.ts"],"names":[],"mappings":";;AAuBA;IAAA;IA6DA,CAAC;IAvDC,sDAA0B,GAA1B;QACE,OAAO,SAAS,CAAC;IACnB,CAAC;IACD,iDAAqB,GAArB;QACE,OAAO,SAAS,CAAC;IACnB,CAAC;IAkBD;;;;OAIG;IACH,oDAAwB,GAAxB;QACE,OAAO,SAAS,CAAC;IACnB,CAAC;IAMD,6CAAiB,GAAjB;QACE,OAAO,SAAS,CAAC;IACnB,CAAC;IACD,mDAAuB,GAAvB;QACE,OAAO,SAAS,CAAC;IACnB,CAAC;IACD,4DAAgC,GAAhC;QACE,OAAO,SAAS,CAAC;IACnB,CAAC;IACD,qEAAyC,GAAzC;QACE,OAAO,SAAS,CAAC;IACnB,CAAC;IACD,gDAAoB,GAApB;QACE,OAAO,SAAS,CAAC;IACnB,CAAC;IACD,uDAA2B,GAA3B;QACE,OAAO,SAAS,CAAC;IACnB,CAAC;IAEH,wBAAC;AAAD,CAAC,AA7DD,IA6DC;AA7DqB,8CAAiB;AA+DvC;IAAA;IAwDA,CAAC;IAAD,uBAAC;AAAD,CAAC,AAxDD,IAwDC;AAxDY,4CAAgB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[{"__symbolic":"module","version":4,"metadata":{"AccessManagementBasicViewMockModel":{"__symbolic":"interface"},"AbstractAppConfig":{"__symbolic":"class","members":{"load":[{"__symbolic":"method"}],"getLoginUrl":[{"__symbolic":"method"}],"getApiUrl":[{"__symbolic":"method"}],"getCaseDataUrl":[{"__symbolic":"method"}],"getDocumentManagementUrl":[{"__symbolic":"method"}],"getDocumentManagementUrlV2":[{"__symbolic":"method"}],"getDocumentSecureMode":[{"__symbolic":"method"}],"getRemoteDocumentManagementUrl":[{"__symbolic":"method"}],"getHrsUrl":[{"__symbolic":"method"}],"getRemoteHrsUrl":[{"__symbolic":"method"}],"getAnnotationApiUrl":[{"__symbolic":"method"}],"getPostcodeLookupUrl":[{"__symbolic":"method"}],"getOAuth2ClientId":[{"__symbolic":"method"}],"getPaymentsUrl":[{"__symbolic":"method"}],"getPayBulkScanBaseUrl":[{"__symbolic":"method"}],"getCreateOrUpdateDraftsUrl":[{"__symbolic":"method"}],"getViewOrDeleteDraftsUrl":[{"__symbolic":"method"}],"getActivityUrl":[{"__symbolic":"method"}],"getActivityNexPollRequestMs":[{"__symbolic":"method"}],"getActivityRetry":[{"__symbolic":"method"}],"getActivityBatchCollectionDelayMs":[{"__symbolic":"method"}],"getActivityMaxRequestPerBatch":[{"__symbolic":"method"}],"getCaseHistoryUrl":[{"__symbolic":"method"}],"getPrintServiceUrl":[{"__symbolic":"method"}],"getRemotePrintServiceUrl":[{"__symbolic":"method"}],"getPaginationPageSize":[{"__symbolic":"method"}],"getBannersUrl":[{"__symbolic":"method"}],"getPrdUrl":[{"__symbolic":"method"}],"getCacheTimeOut":[{"__symbolic":"method"}],"getWorkAllocationApiUrl":[{"__symbolic":"method"}],"getUserInfoApiUrl":[{"__symbolic":"method"}],"getAccessManagementMode":[{"__symbolic":"method"}],"getAccessManagementBasicViewMock":[{"__symbolic":"method"}],"getLocationRefApiUrl":[{"__symbolic":"method"}],"getCamRoleAssignmentsApiUrl":[{"__symbolic":"method"}]}},"CaseEditorConfig":{"__symbolic":"class"}}}]
|
|
1
|
+
[{"__symbolic":"module","version":4,"metadata":{"AccessManagementBasicViewMockModel":{"__symbolic":"interface"},"AccessManagementRequestReviewMockModel":{"__symbolic":"interface"},"AbstractAppConfig":{"__symbolic":"class","members":{"load":[{"__symbolic":"method"}],"getLoginUrl":[{"__symbolic":"method"}],"getApiUrl":[{"__symbolic":"method"}],"getCaseDataUrl":[{"__symbolic":"method"}],"getDocumentManagementUrl":[{"__symbolic":"method"}],"getDocumentManagementUrlV2":[{"__symbolic":"method"}],"getDocumentSecureMode":[{"__symbolic":"method"}],"getRemoteDocumentManagementUrl":[{"__symbolic":"method"}],"getHrsUrl":[{"__symbolic":"method"}],"getRemoteHrsUrl":[{"__symbolic":"method"}],"getAnnotationApiUrl":[{"__symbolic":"method"}],"getPostcodeLookupUrl":[{"__symbolic":"method"}],"getOAuth2ClientId":[{"__symbolic":"method"}],"getPaymentsUrl":[{"__symbolic":"method"}],"getPayBulkScanBaseUrl":[{"__symbolic":"method"}],"getCreateOrUpdateDraftsUrl":[{"__symbolic":"method"}],"getViewOrDeleteDraftsUrl":[{"__symbolic":"method"}],"getActivityUrl":[{"__symbolic":"method"}],"getActivityNexPollRequestMs":[{"__symbolic":"method"}],"getActivityRetry":[{"__symbolic":"method"}],"getActivityBatchCollectionDelayMs":[{"__symbolic":"method"}],"getActivityMaxRequestPerBatch":[{"__symbolic":"method"}],"getCaseHistoryUrl":[{"__symbolic":"method"}],"getPrintServiceUrl":[{"__symbolic":"method"}],"getRemotePrintServiceUrl":[{"__symbolic":"method"}],"getPaginationPageSize":[{"__symbolic":"method"}],"getBannersUrl":[{"__symbolic":"method"}],"getPrdUrl":[{"__symbolic":"method"}],"getCacheTimeOut":[{"__symbolic":"method"}],"getWorkAllocationApiUrl":[{"__symbolic":"method"}],"getUserInfoApiUrl":[{"__symbolic":"method"}],"getAccessManagementMode":[{"__symbolic":"method"}],"getAccessManagementBasicViewMock":[{"__symbolic":"method"}],"getAccessManagementRequestReviewMockModel":[{"__symbolic":"method"}],"getLocationRefApiUrl":[{"__symbolic":"method"}],"getCamRoleAssignmentsApiUrl":[{"__symbolic":"method"}],"getRefundsUrl":[{"__symbolic":"method"}]}},"CaseEditorConfig":{"__symbolic":"class"}}}]
|