intelica-library-ui 0.1.209 → 0.1.210

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.
@@ -95,6 +95,7 @@ export declare class SharedService {
95
95
  isEmpty(value: any): boolean;
96
96
  groupByColumn(data: any[], columnGroup: string): any[];
97
97
  GetFilteredSearchKeyRecursive(listTempAll: any[], key: string, value: any, operatorId: number, searchOnlyParent?: boolean): any[];
98
+ GetFilteredSearchMultipleKeysRecursive(listTempAll: any[], keys: string[], value: any, operatorId: number, searchOnlyParent?: boolean): any[];
98
99
  static ɵfac: i0.ɵɵFactoryDeclaration<SharedService, never>;
99
100
  static ɵprov: i0.ɵɵInjectableDeclaration<SharedService>;
100
101
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelica-library-ui",
3
- "version": "0.1.209",
3
+ "version": "0.1.210",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.2.0",
6
6
  "@angular/core": "^19.2.0",