@acorex/components 6.5.75 → 6.5.76

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.
@@ -100,6 +100,7 @@ export declare class AXSelectBoxComponent extends AXValidatableComponent impleme
100
100
  ngAfterContentInit(): void;
101
101
  private dataReceived;
102
102
  fetch(params?: AXDataSourceReadParams): void;
103
+ translateSearch(searchText: string): string;
103
104
  refresh(): void;
104
105
  handleItemRemoveClick(item: any): void;
105
106
  onFocusTextBox(e: any): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/components",
3
- "version": "6.5.75",
3
+ "version": "6.5.76",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.2.0",
6
6
  "@angular/core": "^16.2.0",