@hmcts/ccd-case-ui-toolkit 6.16.0-query-details-ui-changes → 6.16.0-query-management-read-view-changes-v4

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.
@@ -8,7 +8,7 @@ export declare class QueryListComponent implements OnChanges {
8
8
  displayedColumns: QueryListColumn[];
9
9
  ngOnChanges(simpleChanges: SimpleChanges): void;
10
10
  sortTable(col: QueryListColumn): void;
11
- sortWidget(col: QueryListColumn): string;
11
+ getAriaSortHeaderValue(col: QueryListColumn): 'ascending' | 'descending' | 'none';
12
12
  showDetails(query: any): void;
13
13
  private sort;
14
14
  private sortDate;
@@ -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,EAAa,YAAY,EAAS,SAAS,EAAU,aAAa,EAAE,MAAM,eAAe,CAAC;AAEjG,OAAO,EAAE,kBAAkB,EAAE,eAAe,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;;AAEjG,qBAKa,kBAAmB,YAAW,SAAS;IAClC,iBAAiB,EAAE,kBAAkB,CAAC;IACrC,aAAa,EAAE,YAAY,CAAC,aAAa,CAAC,CAAsB;IAC1E,aAAa,EAAE,aAAa,GAAG,SAAS,CAAC;IACzC,gBAAgB,EAAE,eAAe,EAAE,CAMxC;IAEK,WAAW,CAAC,aAAa,EAAE,aAAa;IAOxC,SAAS,CAAC,GAAG,EAAE,eAAe,GAAG,IAAI;IAcrC,UAAU,CAAC,GAAG,EAAE,eAAe,GAAG,MAAM;IAWxC,WAAW,CAAC,KAAK,KAAA,GAAG,IAAI;IAI/B,OAAO,CAAC,IAAI;IAYZ,OAAO,CAAC,QAAQ;iCA5DL,kBAAkB;2CAAlB,kBAAkB;CAuE9B"}
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,EAAa,YAAY,EAAS,SAAS,EAAU,aAAa,EAAE,MAAM,eAAe,CAAC;AAEjG,OAAO,EAAE,kBAAkB,EAAE,eAAe,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;;AAEjG,qBAKa,kBAAmB,YAAW,SAAS;IAClC,iBAAiB,EAAE,kBAAkB,CAAC;IACrC,aAAa,EAAE,YAAY,CAAC,aAAa,CAAC,CAAsB;IAC1E,aAAa,EAAE,aAAa,GAAG,SAAS,CAAC;IACzC,gBAAgB,EAAE,eAAe,EAAE,CAMxC;IAEK,WAAW,CAAC,aAAa,EAAE,aAAa;IAOxC,SAAS,CAAC,GAAG,EAAE,eAAe,GAAG,IAAI;IAcrC,sBAAsB,CAAC,GAAG,EAAE,eAAe,GAAG,WAAW,GAAG,YAAY,GAAG,MAAM;IAcjF,WAAW,CAAC,KAAK,KAAA,GAAG,IAAI;IAI/B,OAAO,CAAC,IAAI;IAYZ,OAAO,CAAC,QAAQ;iCA/DL,kBAAkB;2CAAlB,kBAAkB;CA0E9B"}
@@ -1,4 +1,5 @@
1
1
  export * from './raise-query-error-message.enum';
2
+ export * from './query-item-response-status.enum';
2
3
  export * from './respond-to-query-error-messages.enum';
3
4
  export * from './qualifying-questions-error-message.enum';
4
5
  export * from './query-item-response-status.enum';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/enums/index.ts"],"names":[],"mappings":"AAAA,cAAc,kCAAkC,CAAC;AACjD,cAAc,wCAAwC,CAAC;AACvD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,mCAAmC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/ccd-case-ui-toolkit/src/lib/shared/components/palette/query-management/enums/index.ts"],"names":[],"mappings":"AAAA,cAAc,kCAAkC,CAAC;AACjD,cAAc,mCAAmC,CAAC;AAClD,cAAc,wCAAwC,CAAC;AACvD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,mCAAmC,CAAC"}
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hmcts/ccd-case-ui-toolkit",
3
- "version": "6.16.0-query-details-ui-changes",
3
+ "version": "6.16.0-query-management-read-view-changes-v4",
4
4
  "engines": {
5
5
  "yarn": "^3.5.0",
6
6
  "npm": "^8.10.0"