@hmcts/ccd-case-ui-toolkit 5.0.24-case-file-view-folder-document-icons-v2 → 5.0.24-case-file-view-error-message-display
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 +56 -20
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.js.map +1 -1
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js +1 -1
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js.map +1 -1
- package/esm2015/lib/shared/components/palette/case-file-view/case-file-view-field.component.js +50 -18
- package/esm2015/lib/shared/services/case-file-view/case-file-view.service.js +5 -6
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js +50 -20
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
- package/lib/shared/components/palette/case-file-view/case-file-view-field.component.d.ts +6 -3
- package/lib/shared/components/palette/case-file-view/case-file-view-field.component.d.ts.map +1 -1
- package/lib/shared/services/case-file-view/case-file-view.service.d.ts +2 -3
- package/lib/shared/services/case-file-view/case-file-view.service.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,18 +1,21 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef, OnInit } from '@angular/core';
|
|
1
|
+
import { AfterViewInit, ElementRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { ActivatedRoute } from '@angular/router';
|
|
3
|
-
import { Observable } from 'rxjs';
|
|
3
|
+
import { Observable, Subscription } from 'rxjs';
|
|
4
4
|
import { CategoriesAndDocuments } from '../../../domain/case-file-view';
|
|
5
5
|
import { CaseFileViewService } from '../../../services/case-file-view/case-file-view.service';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class CaseFileViewFieldComponent implements OnInit, AfterViewInit {
|
|
7
|
+
export declare class CaseFileViewFieldComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
8
8
|
private readonly elementRef;
|
|
9
9
|
private readonly route;
|
|
10
10
|
private caseFileViewService;
|
|
11
11
|
static readonly PARAM_CASE_ID = "cid";
|
|
12
12
|
categoriesAndDocuments$: Observable<CategoriesAndDocuments>;
|
|
13
|
+
categoriesAndDocumentsSubscription: Subscription;
|
|
14
|
+
getCategoriesAndDocumentsError: boolean;
|
|
13
15
|
constructor(elementRef: ElementRef, route: ActivatedRoute, caseFileViewService: CaseFileViewService);
|
|
14
16
|
ngOnInit(): void;
|
|
15
17
|
ngAfterViewInit(): void;
|
|
18
|
+
ngOnDestroy(): void;
|
|
16
19
|
static ɵfac: i0.ɵɵFactoryDef<CaseFileViewFieldComponent, never>;
|
|
17
20
|
static ɵcmp: i0.ɵɵComponentDefWithMeta<CaseFileViewFieldComponent, "ccd-case-file-view-field", never, {}, {}, never, never>;
|
|
18
21
|
}
|
package/lib/shared/components/palette/case-file-view/case-file-view-field.component.d.ts.map
CHANGED
|
@@ -1 +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,MAAM,EAAE,MAAM,eAAe,CAAC;
|
|
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,MAAM,gCAAgC,CAAC;AACxE,OAAO,EAAE,mBAAmB,EAAE,MAAM,yDAAyD,CAAC;;AAE9F,qBAKa,0BAA2B,YAAW,MAAM,EAAE,aAAa,EAAE,SAAS;IAOrE,OAAO,CAAC,QAAQ,CAAC,UAAU;IAC3B,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,mBAAmB;IAPvC,gBAAuB,aAAa,SAAS;IACtC,uBAAuB,EAAE,UAAU,CAAC,sBAAsB,CAAC,CAAC;IAC5D,kCAAkC,EAAE,YAAY,CAAC;IACjD,8BAA8B,UAAS;gBAEjB,UAAU,EAAE,UAAU,EACtB,KAAK,EAAE,cAAc,EAC9B,mBAAmB,EAAE,mBAAmB;IAGrD,QAAQ,IAAI,IAAI;IAShB,eAAe,IAAI,IAAI;IA+BvB,WAAW,IAAI,IAAI;iCApDf,0BAA0B;2CAA1B,0BAA0B;CAyDtC"}
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
2
|
import { AbstractAppConfig } from '../../../app.config';
|
|
3
3
|
import { CategoriesAndDocuments } from '../../domain/case-file-view';
|
|
4
|
-
import {
|
|
4
|
+
import { HttpService } from '../http';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class CaseFileViewService {
|
|
7
7
|
private readonly http;
|
|
8
8
|
private readonly appConfig;
|
|
9
|
-
|
|
10
|
-
constructor(http: HttpService, appConfig: AbstractAppConfig, errorService: HttpErrorService);
|
|
9
|
+
constructor(http: HttpService, appConfig: AbstractAppConfig);
|
|
11
10
|
/**
|
|
12
11
|
* Retrieves the categories and documents for a case.
|
|
13
12
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"case-file-view.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/services/case-file-view/case-file-view.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAM,MAAM,MAAM,CAAC;AACtC,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AACrE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"case-file-view.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/services/case-file-view/case-file-view.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAM,MAAM,MAAM,CAAC;AACtC,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AACrE,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;;AAEtC,qBACa,mBAAmB;IAE5B,OAAO,CAAC,QAAQ,CAAC,IAAI;IACrB,OAAO,CAAC,QAAQ,CAAC,SAAS;gBADT,IAAI,EAAE,WAAW,EACjB,SAAS,EAAE,iBAAiB;IAG/C;;;;;OAKG;IACI,yBAAyB,CAAC,OAAO,EAAE,MAAM,GAAG,UAAU,CAAC,sBAAsB,CAAC;IAY9E,sBAAsB,CAAC,OAAO,EAAE,MAAM,EACf,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,EACrB,UAAU,EAAE,MAAM,GAAG,UAAU,CAAC,sBAAsB,CAAC;iCA3B1E,mBAAmB;qCAAnB,mBAAmB;CA2C/B"}
|