@revolist/revogrid
Advanced tools
Comparing version 4.12.4 to 4.12.5
@@ -36,10 +36,10 @@ import type { ColumnProp, ColumnRegular } from "../../types/index"; | ||
}; | ||
export type FilterLocalization = { | ||
export interface FilterLocalization { | ||
captions: FilterCaptions; | ||
filterNames: Record<FilterType, string>; | ||
}; | ||
} | ||
/** | ||
* Filter configuration for a column. This is the type of the `filter` property on a column. | ||
*/ | ||
export type ColumnFilterConfig = { | ||
export interface ColumnFilterConfig { | ||
/** | ||
@@ -74,3 +74,3 @@ * The collection of filters to be applied to the column. | ||
disableDynamicFiltering?: boolean; | ||
}; | ||
} | ||
export type FilterCollectionItem = { | ||
@@ -77,0 +77,0 @@ type: FilterType; |
{ | ||
"name": "@revolist/revogrid", | ||
"version": "4.12.4", | ||
"version": "4.12.5", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Virtual reactive data grid spreadsheet component - RevoGrid.", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
11566282
147356