@hmcts/ccd-case-ui-toolkit 7.2.39 → 7.2.40
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/esm2022/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.mjs +6 -6
- package/esm2022/lib/shared/components/event-start/services/event-start-state-machine.service.mjs +1 -1
- package/esm2022/lib/shared/components/palette/collection/read-collection-field.component.mjs +13 -10
- package/esm2022/lib/shared/components/palette/complex/read-complex-field-table.component.mjs +8 -8
- package/esm2022/lib/shared/components/palette/query-management/components/query-details/query-details.component.mjs +2 -2
- package/esm2022/lib/shared/components/palette/query-management/components/query-list/query-list.component.mjs +2 -2
- package/esm2022/lib/shared/pipes/search-result/sorting/sort-search-result.pipe.mjs +2 -3
- package/esm2022/lib/shared/services/form/field-type-sanitiser.mjs +1 -1
- package/esm2022/lib/shared/services/search-result/sorting/search-result-view-item-comparator-factory.mjs +7 -8
- package/fesm2022/hmcts-ccd-case-ui-toolkit.mjs +34 -32
- package/fesm2022/hmcts-ccd-case-ui-toolkit.mjs.map +1 -1
- package/lib/shared/components/palette/collection/read-collection-field.component.d.ts +3 -1
- package/lib/shared/components/palette/collection/read-collection-field.component.d.ts.map +1 -1
- package/lib/shared/pipes/search-result/sorting/sort-search-result.pipe.d.ts.map +1 -1
- package/lib/shared/services/form/field-type-sanitiser.d.ts.map +1 -1
- package/lib/shared/services/search-result/sorting/search-result-view-item-comparator-factory.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { AbstractFieldReadComponent } from '../base-field/abstract-field-read.component';
|
|
3
|
+
import { CaseField } from '../../../../shared/domain/definition/case-field.model';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class ReadCollectionFieldComponent extends AbstractFieldReadComponent implements OnInit {
|
|
6
|
+
caseFields: CaseField[];
|
|
5
7
|
isDisplayContextParameterAvailable: boolean;
|
|
6
8
|
ngOnInit(): void;
|
|
7
9
|
buildIdPrefix(index: number): string;
|
|
8
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<ReadCollectionFieldComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ReadCollectionFieldComponent, "ccd-read-collection-field", never, {}, {}, never, never, false, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ReadCollectionFieldComponent, "ccd-read-collection-field", never, { "caseFields": { "alias": "caseFields"; "required": false; }; }, {}, never, never, false, never>;
|
|
10
12
|
}
|
|
11
13
|
//# sourceMappingURL=read-collection-field.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"read-collection-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/collection/read-collection-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"read-collection-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/collection/read-collection-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AAEzD,OAAO,EAAE,0BAA0B,EAAE,MAAM,6CAA6C,CAAC;AACzF,OAAO,EAAE,SAAS,EAAE,MAAM,uDAAuD,CAAC;;AAElF,qBAKa,4BAA6B,SAAQ,0BAA2B,YAAW,MAAM;IAGrF,UAAU,EAAE,SAAS,EAAE,CAAM;IAC7B,kCAAkC,UAAS;IAE3C,QAAQ,IAAI,IAAI;IAMhB,aAAa,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM;yCAZhC,4BAA4B;2CAA5B,4BAA4B;CAmBxC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sort-search-result.pipe.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/pipes/search-result/sorting/sort-search-result.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"sort-search-result.pipe.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/pipes/search-result/sorting/sort-search-result.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;AAEpD,OAAO,EAAE,oBAAoB,EAAE,MAAM,sDAAsD,CAAC;AAC5F,OAAO,EAAE,cAAc,EAAE,MAAM,gDAAgD,CAAC;;AAEhF,qBAGa,oBAAqB,YAAW,aAAa;IAEjD,SAAS,CAAC,aAAa,EAAE,oBAAoB,EAAE,EAAE,cAAc,EAAE,cAAc;yCAF3E,oBAAoB;uCAApB,oBAAoB;CAehC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"field-type-sanitiser.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/services/form/field-type-sanitiser.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAC;AACrE,OAAO,EAAE,aAAa,EAAE,MAAM,+CAA+C,CAAC;;AAE9E,qBACa,kBAAkB;IAC7B,gBAAuB,kBAAkB,EAAE,aAAa,CAAa;IACrE,gBAAuB,qBAAqB,EAAE,aAAa,CAAgB;IAC3E,gBAAuB,uBAAuB,EAAE,aAAa,CAAiB;IAC9E,gBAAuB,6BAA6B,EAAE,aAAa,CAAsB;IACzF,gBAAuB,mCAAmC,EAAE,aAAa,CAA4B;IACrG,gBAAuB,iBAAiB,EAAE,aAAa,EAAE,CAAiE;IAC1H;;;;;;;;;;;;;OAaG;IACI,aAAa,CAAC,UAAU,EAAE,SAAS,EAAE,EAAE,IAAI,EAAE,GAAG;IA+BhD,qCAAqC,CAAC,UAAU,EAAE,SAAS,EAAE,GAAG,SAAS,EAAE;
|
|
1
|
+
{"version":3,"file":"field-type-sanitiser.d.ts","sourceRoot":"","sources":["../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/services/form/field-type-sanitiser.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAC;AACrE,OAAO,EAAE,aAAa,EAAE,MAAM,+CAA+C,CAAC;;AAE9E,qBACa,kBAAkB;IAC7B,gBAAuB,kBAAkB,EAAE,aAAa,CAAa;IACrE,gBAAuB,qBAAqB,EAAE,aAAa,CAAgB;IAC3E,gBAAuB,uBAAuB,EAAE,aAAa,CAAiB;IAC9E,gBAAuB,6BAA6B,EAAE,aAAa,CAAsB;IACzF,gBAAuB,mCAAmC,EAAE,aAAa,CAA4B;IACrG,gBAAuB,iBAAiB,EAAE,aAAa,EAAE,CAAiE;IAC1H;;;;;;;;;;;;;OAaG;IACI,aAAa,CAAC,UAAU,EAAE,SAAS,EAAE,EAAE,IAAI,EAAE,GAAG;IA+BhD,qCAAqC,CAAC,UAAU,EAAE,SAAS,EAAE,GAAG,SAAS,EAAE;IAsBlF,OAAO,CAAC,sBAAsB;IAa9B,OAAO,CAAC,aAAa;IAIrB,OAAO,CAAC,+BAA+B;IAavC,OAAO,CAAC,gCAAgC;IAcxC,OAAO,CAAC,YAAY;yCAtHT,kBAAkB;6CAAlB,kBAAkB;CAiI9B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search-result-view-item-comparator-factory.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/services/search-result/sorting/search-result-view-item-comparator-factory.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"search-result-view-item-comparator-factory.d.ts","sourceRoot":"","sources":["../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/services/search-result/sorting/search-result-view-item-comparator-factory.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,MAAM,wDAAwD,CAAC;AAEhG,OAAO,EAAE,8BAA8B,EAAE,MAAM,mEAAmE,CAAC;;AAEnH,qBACa,qCAAqC;IACzC,oCAAoC,CAAC,MAAM,EAAE,sBAAsB,GAAG,8BAA8B;IA4B3G,OAAO,CAAC,gBAAgB;IAYxB,OAAO,CAAC,gBAAgB;IAYxB,OAAO,CAAC,mBAAmB;yCArDhB,qCAAqC;6CAArC,qCAAqC;CAgEjD"}
|