mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Removed FilterUtils in favor of the new FilterService API
This commit is contained in:
parent
0a27a0ce27
commit
4983330e7a
6 changed files with 213 additions and 223 deletions
|
@ -1,4 +1,5 @@
|
|||
import FilterMatchMode from './FilterMatchMode';
|
||||
import FilterOperator from './FilterOperator';
|
||||
import FilterService from './FilterService';
|
||||
|
||||
export {FilterMatchMode,FilterOperator};
|
||||
export {FilterMatchMode,FilterOperator,FilterService};
|
Loading…
Add table
Add a link
Reference in a new issue