@onecx/angular-accelerator 6.24.1 → 6.25.0

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.
@@ -7,6 +7,8 @@ import { PrimeTemplate } from 'primeng/api';
7
7
  import { Popover } from 'primeng/popover';
8
8
  import { Row } from '../data-table/data-table.component';
9
9
  import { Button } from 'primeng/button';
10
+ import { LiveAnnouncer } from '@angular/cdk/a11y';
11
+ import { TranslateService } from '@ngx-translate/core';
10
12
  import * as i0 from "@angular/core";
11
13
  export type FilterViewDisplayMode = 'chips' | 'button';
12
14
  export type FilterViewRowDisplayData = {
@@ -21,6 +23,8 @@ export interface FilterViewComponentState {
21
23
  filters?: Filter[];
22
24
  }
23
25
  export declare class FilterViewComponent implements OnInit {
26
+ readonly translateService: TranslateService;
27
+ readonly liveAnnouncer: LiveAnnouncer;
24
28
  ColumnType: typeof ColumnType;
25
29
  FilterType: typeof FilterType;
26
30
  filters$: BehaviorSubject<Filter[]>;
@@ -75,6 +79,7 @@ export declare class FilterViewComponent implements OnInit {
75
79
  resolveFieldData(object: any, key: any): any;
76
80
  getRowObjectFromFiterData(filter: Filter): Record<string, unknown>;
77
81
  getRowForValueColumn(row: Row): Row;
82
+ private annouceFilterCount;
78
83
  static ɵfac: i0.ɵɵFactoryDeclaration<FilterViewComponent, never>;
79
84
  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>;
80
85
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onecx/angular-accelerator",
3
- "version": "6.24.1",
3
+ "version": "6.25.0",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -16,12 +16,12 @@
16
16
  "@ngx-translate/core": "^16.0.0",
17
17
  "@ngx-translate/http-loader": "^8.0.0",
18
18
  "@ngneat/until-destroy": "^10.0.0",
19
- "@onecx/integration-interface": "^6.24.1",
20
- "@onecx/accelerator": "^6.24.1",
21
- "@onecx/angular-integration-interface": "^6.24.1",
22
- "@onecx/angular-remote-components": "^6.24.1",
23
- "@onecx/angular-testing": "^6.24.1",
24
- "@onecx/angular-utils": "^6.24.1",
19
+ "@onecx/integration-interface": "^6.25.0",
20
+ "@onecx/accelerator": "^6.25.0",
21
+ "@onecx/angular-integration-interface": "^6.25.0",
22
+ "@onecx/angular-remote-components": "^6.25.0",
23
+ "@onecx/angular-testing": "^6.25.0",
24
+ "@onecx/angular-utils": "^6.25.0",
25
25
  "chart.js": "^4.4.3",
26
26
  "d3-scale-chromatic": "^3.1.0",
27
27
  "fast-deep-equal": "^3.1.3",
@@ -29,7 +29,7 @@
29
29
  "primeng": "^19.0.0",
30
30
  "@storybook/angular": "^8.3.2",
31
31
  "@nx/devkit": "^20.3.0",
32
- "@onecx/nx-migration-utils": "^6.24.1",
32
+ "@onecx/nx-migration-utils": "^6.25.0",
33
33
  "@primeng/themes": "^19.0.0"
34
34
  },
35
35
  "peerDependenciesMeta": {