@onecx/angular-accelerator 5.23.4 → 5.23.5

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.
@@ -15,8 +15,7 @@ export type FilterViewRowDisplayData = {
15
15
  value: unknown;
16
16
  };
17
17
  export type FilterViewRowDetailData = FilterViewRowDisplayData & {
18
- columnId: string;
19
- columnFilterType: FilterType | undefined;
18
+ valueColumnId: string;
20
19
  };
21
20
  export interface FilterViewComponentState {
22
21
  filters?: Filter[];
@@ -72,10 +71,12 @@ export declare class FilterViewComponent implements OnInit {
72
71
  focusTrigger(): void;
73
72
  showPanel(event: any): void;
74
73
  getColumnForFilter(filter: Filter, columns: DataTableColumn[]): DataTableColumn | undefined;
74
+ getColumn(colId: string, columns: DataTableColumn[]): DataTableColumn | undefined;
75
75
  resolveFieldData(object: any, key: any): any;
76
76
  getRowObjectFromFiterData(filter: Filter): {
77
77
  [x: string]: unknown;
78
78
  };
79
+ getRowForValueColumn(row: Row): Row;
79
80
  static ɵfac: i0.ɵɵFactoryDeclaration<FilterViewComponent, never>;
80
81
  static ɵcmp: i0.ɵɵComponentDeclaration<FilterViewComponent, "ocx-filter-view", never, { "filters": { "alias": "filters"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "displayMode": { "alias": "displayMode"; "required": false; }; "selectDisplayedChips": { "alias": "selectDisplayedChips"; "required": false; }; "chipStyleClass": { "alias": "chipStyleClass"; "required": false; }; "tableStyle": { "alias": "tableStyle"; "required": false; }; "panelStyle": { "alias": "panelStyle"; "required": false; }; "templates": { "alias": "templates"; "required": false; }; }, { "filtered": "filtered"; "componentStateChanged": "componentStateChanged"; }, never, never, false, never>;
81
82
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onecx/angular-accelerator",
3
- "version": "5.23.4",
3
+ "version": "5.23.5",
4
4
  "license": "Apache-2.0",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^18.0.5",