@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.
Files changed (60) hide show
  1. package/RELEASE-NOTES.md +3 -0
  2. package/dist/app.config.d.ts +25 -0
  3. package/dist/app.config.js +3 -0
  4. package/dist/app.config.js.map +1 -1
  5. package/dist/app.config.metadata.json +1 -1
  6. package/dist/cut-styles/shared/components/case-viewer/case-review-specific-access-request/case-review-specific-access-request.component.scss +3 -0
  7. package/dist/index.umd.js +5843 -599
  8. package/dist/index.umd.js.map +1 -1
  9. package/dist/index.umd.min.js +1 -1
  10. package/dist/index.umd.min.js.LICENSE.txt +1 -1
  11. package/dist/index.umd.min.js.map +1 -1
  12. package/dist/shared/components/case-editor/case-edit-page/case-edit-page.component.d.ts +1 -1
  13. package/dist/shared/components/case-editor/case-edit-page/case-edit-page.component.js +3 -3
  14. package/dist/shared/components/case-editor/case-edit-page/case-edit-page.component.js.map +1 -1
  15. package/dist/shared/components/case-editor/domain/wizard.model.d.ts +1 -1
  16. package/dist/shared/components/case-editor/domain/wizard.model.js +2 -2
  17. package/dist/shared/components/case-editor/domain/wizard.model.js.map +1 -1
  18. package/dist/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.js +9 -5
  19. package/dist/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.js.map +1 -1
  20. package/dist/shared/components/case-viewer/case-review-specific-access-request/case-review-specific-access-request.component.d.ts +44 -0
  21. package/dist/shared/components/case-viewer/case-review-specific-access-request/case-review-specific-access-request.component.js +100 -0
  22. package/dist/shared/components/case-viewer/case-review-specific-access-request/case-review-specific-access-request.component.js.map +1 -0
  23. package/dist/shared/components/case-viewer/case-review-specific-access-request/case-review-specific-access-request.component.metadata.json +1 -0
  24. package/dist/shared/components/case-viewer/case-review-specific-access-request/index.d.ts +1 -0
  25. package/dist/shared/components/case-viewer/case-review-specific-access-request/index.js +7 -0
  26. package/dist/shared/components/case-viewer/case-review-specific-access-request/index.js.map +1 -0
  27. package/dist/shared/components/case-viewer/case-review-specific-access-request/index.metadata.json +1 -0
  28. package/dist/shared/components/case-viewer/case-review-specific-access-request/models/case-review-specific-access-request.enum.d.ts +14 -0
  29. package/dist/shared/components/case-viewer/case-review-specific-access-request/models/case-review-specific-access-request.enum.js +20 -0
  30. package/dist/shared/components/case-viewer/case-review-specific-access-request/models/case-review-specific-access-request.enum.js.map +1 -0
  31. package/dist/shared/components/case-viewer/case-review-specific-access-request/models/case-review-specific-access-request.enum.metadata.json +1 -0
  32. package/dist/shared/components/case-viewer/case-review-specific-access-request/models/index.d.ts +1 -0
  33. package/dist/shared/components/case-viewer/case-review-specific-access-request/models/index.js +7 -0
  34. package/dist/shared/components/case-viewer/case-review-specific-access-request/models/index.js.map +1 -0
  35. package/dist/shared/components/case-viewer/case-review-specific-access-request/models/index.metadata.json +1 -0
  36. package/dist/shared/components/case-viewer/case-viewer.module.js +2 -0
  37. package/dist/shared/components/case-viewer/case-viewer.module.js.map +1 -1
  38. package/dist/shared/components/case-viewer/case-viewer.module.metadata.json +1 -1
  39. package/dist/shared/components/case-viewer/viewer.routing.js +27 -13
  40. package/dist/shared/components/case-viewer/viewer.routing.js.map +1 -1
  41. package/dist/shared/components/case-viewer/viewer.routing.metadata.json +1 -1
  42. package/dist/shared/components/palette/complex/cdd-page-fields.pipe.js +1 -1
  43. package/dist/shared/components/palette/complex/cdd-page-fields.pipe.js.map +1 -1
  44. package/dist/shared/components/palette/payment/case-payment-history-viewer-field.component.d.ts +6 -1
  45. package/dist/shared/components/palette/payment/case-payment-history-viewer-field.component.js +23 -3
  46. package/dist/shared/components/palette/payment/case-payment-history-viewer-field.component.js.map +1 -1
  47. package/dist/shared/components/palette/payment/case-payment-history-viewer-field.component.metadata.json +1 -1
  48. package/dist/shared/directives/conditional-show/domain/conditional-show.model.d.ts +5 -0
  49. package/dist/shared/directives/conditional-show/domain/conditional-show.model.js +21 -1
  50. package/dist/shared/directives/conditional-show/domain/conditional-show.model.js.map +1 -1
  51. package/dist/shared/directives/conditional-show/domain/conditional-show.model.metadata.json +1 -1
  52. package/dist/shared/directives/conditional-show/services/conditional-show-registrar.service.js +0 -2
  53. package/dist/shared/directives/conditional-show/services/conditional-show-registrar.service.js.map +1 -1
  54. package/dist/shared/domain/case-view/index.d.ts +1 -0
  55. package/dist/shared/domain/case-view/index.metadata.json +1 -1
  56. package/dist/shared/domain/case-view/review-specific-access-request.model.d.ts +4 -0
  57. package/dist/shared/domain/case-view/review-specific-access-request.model.js +3 -0
  58. package/dist/shared/domain/case-view/review-specific-access-request.model.js.map +1 -0
  59. package/dist/shared/domain/case-view/review-specific-access-request.model.metadata.json +1 -0
  60. package/package.json +6 -3
package/RELEASE-NOTES.md CHANGED
@@ -1,5 +1,8 @@
1
1
  ## RELEASE NOTES
2
2
 
3
+ ### Version 4.7.0-EUI-4412-order-fields-CYA-page
4
+ **EUI-4414** Field order on the CYA page changes
5
+
3
6
  ### Version 3.1.5-complex-type-showing-in-tab
4
7
  **EUI-3798** 'Empty' complex type showing in tab (due to Label)
5
8
 
@@ -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
  }
@@ -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
  };
@@ -1 +1 @@
1
- {"version":3,"file":"app.config.js","sourceRoot":"","sources":["../tmp/src-inlined/app.config.ts"],"names":[],"mappings":";;AAWA;IAAA;IAyDA,CAAC;IAnDC,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,gDAAoB,GAApB;QACE,OAAO,SAAS,CAAC;IACnB,CAAC;IACD,uDAA2B,GAA3B;QACE,OAAO,SAAS,CAAC;IACnB,CAAC;IACH,wBAAC;AAAD,CAAC,AAzDD,IAyDC;AAzDqB,8CAAiB;AA2DvC;IAAA;IA4CA,CAAC;IAAD,uBAAC;AAAD,CAAC,AA5CD,IA4CC;AA5CY,4CAAgB"}
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"}}}]