cats-data-grid 2.0.57 → 2.0.59

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.
package/index.d.ts CHANGED
@@ -156,6 +156,7 @@ declare class CatsDataGridComponent implements OnChanges, OnInit {
156
156
  * @returns void
157
157
  */
158
158
  applyAllFilters(): void;
159
+ evaluateFieldValue(row: any, field: string): any;
159
160
  resetFilter(col: any): void;
160
161
  removeActiveFilter(col: any): void;
161
162
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cats-data-grid",
3
- "version": "2.0.57",
3
+ "version": "2.0.59",
4
4
  "peerDependencies": {
5
5
  "@angular/core": ">=18 <22",
6
6
  "@angular/common": ">=18 <22"