@acorex/components 4.2.34 → 4.2.38

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.
@@ -18,6 +18,7 @@ export interface AXPropertyDef {
18
18
  filterOptions?: FilterModel;
19
19
  }
20
20
  export interface FilterModel {
21
+ field?: string;
21
22
  operator?: any;
22
23
  filters?: FilterModel[];
23
24
  truncateDate?: boolean;
@@ -10,6 +10,7 @@ export interface FilterTextItemsModel {
10
10
  value: any;
11
11
  textValue: string;
12
12
  filterOptions?: FilterModel;
13
+ component: AXPropertyConfig;
13
14
  }
14
15
  export declare class AXSearchBarComponent implements OnInit {
15
16
  private ref;
@@ -27,6 +28,7 @@ export declare class AXSearchBarComponent implements OnInit {
27
28
  _filterItemsClone: FilterTextItemsModel[];
28
29
  _context: any;
29
30
  clearItem(name: string): void;
31
+ refresh(): void;
30
32
  handleButtonClick(): void;
31
33
  handleValueChange(e: AXProperyEditorValueChangeEvent): void;
32
34
  handleItemRemoveClick(item: FilterTextItemsModel): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/components",
3
- "version": "4.2.34",
3
+ "version": "4.2.38",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.3.8",
6
6
  "@angular/core": "^13.3.8"