@hmcts/ccd-case-ui-toolkit 6.16.0-query-management-sorting → 6.16.0-query-management-sorting-v1
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 +12 -8
- 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/query-management/components/query-list/query-list.component.js +13 -9
- package/esm2015/lib/shared/components/palette/query-management/domain/index.js +2 -2
- package/esm2015/lib/shared/components/palette/query-management/domain/query-list-column/query-list-column.model.js +2 -0
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js +12 -8
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
- package/lib/shared/components/palette/query-management/components/query-list/query-list.component.d.ts +4 -4
- package/lib/shared/components/palette/query-management/components/query-list/query-list.component.d.ts.map +1 -1
- package/lib/shared/components/palette/query-management/domain/index.d.ts +1 -1
- package/lib/shared/components/palette/query-management/domain/index.d.ts.map +1 -1
- package/lib/shared/components/palette/query-management/domain/{column/column.model.d.ts → query-list-column/query-list-column.model.d.ts} +2 -2
- package/lib/shared/components/palette/query-management/domain/query-list-column/query-list-column.model.d.ts.map +1 -0
- package/lib/shared/components/search-result/search-result.component.d.ts +1 -1
- package/package.json +1 -1
- package/esm2015/lib/shared/components/palette/query-management/domain/column/column.model.js +0 -2
- package/lib/shared/components/palette/query-management/domain/column/column.model.d.ts.map +0 -1
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { PartyMessagesGroup, QueryListData,
|
|
2
|
+
import { PartyMessagesGroup, QueryListData, queryListColumn } from '../../domain';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class QueryListComponent implements OnChanges {
|
|
5
5
|
partyMessageGroup: PartyMessagesGroup;
|
|
6
6
|
queryListData: QueryListData | undefined;
|
|
7
|
-
displayedColumns:
|
|
7
|
+
displayedColumns: queryListColumn[];
|
|
8
8
|
ngOnChanges(simpleChanges: SimpleChanges): void;
|
|
9
|
-
sortTable(col:
|
|
10
|
-
sortWidget(col:
|
|
9
|
+
sortTable(col: queryListColumn): void;
|
|
10
|
+
sortWidget(col: queryListColumn): string;
|
|
11
11
|
private sort;
|
|
12
12
|
private sortDate;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDef<QueryListComponent, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"query-list.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/components/query-list/query-list.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,SAAS,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAE3E,OAAO,EAAE,kBAAkB,EAAE,aAAa,EAAE,
|
|
1
|
+
{"version":3,"file":"query-list.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/components/query-list/query-list.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,SAAS,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAE3E,OAAO,EAAE,kBAAkB,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;;AAElF,qBAKa,kBAAmB,YAAW,SAAS;IAClC,iBAAiB,EAAE,kBAAkB,CAAC;IAC/C,aAAa,EAAE,aAAa,GAAG,SAAS,CAAC;IACzC,gBAAgB,EAAE,eAAe,EAAE,CAMxC;IAEK,WAAW,CAAC,aAAa,EAAE,aAAa;IAOxC,SAAS,CAAC,GAAG,EAAE,eAAe;IA6B9B,UAAU,CAAC,GAAG,EAAE,eAAe,GAAG,MAAM;IAc/C,OAAO,CAAC,IAAI;IAYZ,OAAO,CAAC,QAAQ;iCAzEL,kBAAkB;2CAAlB,kBAAkB;CAoF9B"}
|
|
@@ -3,5 +3,5 @@ export * from './party-messages/party-messages-group.model';
|
|
|
3
3
|
export * from './query-list/query-list-data/query-list-data.model';
|
|
4
4
|
export * from './query-list/query-list-item/query-list-item.model';
|
|
5
5
|
export * from './query-list/query-list-response-status.enum';
|
|
6
|
-
export * from './column/column.model';
|
|
6
|
+
export * from './query-list-column/query-list-column.model';
|
|
7
7
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/domain/index.ts"],"names":[],"mappings":"AAAA,cAAc,sCAAsC,CAAC;AACrD,cAAc,6CAA6C,CAAC;AAE5D,cAAc,oDAAoD,CAAC;AACnE,cAAc,oDAAoD,CAAC;AACnE,cAAc,8CAA8C,CAAC;AAE7D,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/domain/index.ts"],"names":[],"mappings":"AAAA,cAAc,sCAAsC,CAAC;AACrD,cAAc,6CAA6C,CAAC;AAE5D,cAAc,oDAAoD,CAAC;AACnE,cAAc,oDAAoD,CAAC;AACnE,cAAc,8CAA8C,CAAC;AAE7D,cAAc,6CAA6C,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SortOrder } from '../../../complex/sort-order';
|
|
2
|
-
export interface
|
|
2
|
+
export interface queryListColumn {
|
|
3
3
|
name: string;
|
|
4
4
|
displayName: string;
|
|
5
5
|
sortOrder: SortOrder;
|
|
6
6
|
}
|
|
7
|
-
//# sourceMappingURL=column.model.d.ts.map
|
|
7
|
+
//# sourceMappingURL=query-list-column.model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"query-list-column.model.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/domain/query-list-column/query-list-column.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,6BAA6B,CAAC;AAExD,MAAM,WAAW,eAAe;IAC5B,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,SAAS,CAAC;CACtB"}
|
|
@@ -77,7 +77,7 @@ export declare class SearchResultComponent implements OnChanges, OnInit {
|
|
|
77
77
|
hasDrafts(): boolean;
|
|
78
78
|
comparator(column: SearchResultViewColumn): SearchResultViewItemComparator;
|
|
79
79
|
sort(column: SearchResultViewColumn): void;
|
|
80
|
-
sortWidget(column: SearchResultViewColumn): "&#
|
|
80
|
+
sortWidget(column: SearchResultViewColumn): "▼" | "▲";
|
|
81
81
|
activityEnabled(): boolean;
|
|
82
82
|
hyphenateIfCaseReferenceOrGet(col: any, result: any): any;
|
|
83
83
|
draftPrefixOrGet(col: any, result: any): any;
|
package/package.json
CHANGED
package/esm2015/lib/shared/components/palette/query-management/domain/column/column.model.js
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sdW1uLm1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2NkLWNhc2UtdWktdG9vbGtpdC9zcmMvbGliL3NoYXJlZC9jb21wb25lbnRzL3BhbGV0dGUvcXVlcnktbWFuYWdlbWVudC9kb21haW4vY29sdW1uL2NvbHVtbi5tb2RlbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgU29ydE9yZGVyIH0gZnJvbSAnLi4vLi4vLi4vY29tcGxleC9zb3J0LW9yZGVyJztcblxuZXhwb3J0IGludGVyZmFjZSBjb2x1bW4ge1xuICAgIG5hbWU6IHN0cmluZztcbiAgICBkaXNwbGF5TmFtZTogc3RyaW5nO1xuICAgIHNvcnRPcmRlcjogU29ydE9yZGVyO1xuICB9Il19
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"column.model.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/domain/column/column.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,6BAA6B,CAAC;AAExD,MAAM,WAAW,MAAM;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,SAAS,CAAC;CACtB"}
|