cats-data-grid 2.0.91 → 2.0.92
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
|
@@ -195,7 +195,7 @@ declare class CatsDataGridComponent implements OnChanges, OnInit {
|
|
|
195
195
|
*/
|
|
196
196
|
getUpdatedColDefs(colDefs: any[]): any[];
|
|
197
197
|
getSetFilterOptions(col: any): any[];
|
|
198
|
-
normalizeSetFilterType(value: any, key: string): any[]
|
|
198
|
+
normalizeSetFilterType(value: any, key: string): any[];
|
|
199
199
|
/**
|
|
200
200
|
* @description - Evaluates a text-based filter condition on a given field value.
|
|
201
201
|
* @author Anand Pandey
|