refactor(advancedSearch): reorder exports and improve type definitions
refactor(types): reorganize SearchCondition and AdvancedSearchState interfaces refactor(filterPresets): streamline useFilterPresets hook and localStorage handling refactor(filtering): clean up ColumnFilterButton and ColumnFilterPopover components refactor(loading): separate GriddyLoadingOverlay from GriddyLoadingSkeleton refactor(searchHistory): enhance useSearchHistory hook with persistence refactor(index): update exports for adapters and core components refactor(rendering): improve EditableCell and TableCell components for clarity refactor(rendering): enhance TableHeader and VirtualBody components for better readability
This commit is contained in:
4
src/Griddy/adapters/index.ts
Normal file
4
src/Griddy/adapters/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export { HeaderSpecAdapter } from './HeaderSpecAdapter'
|
||||
export { applyCursor, buildOptions, mapFilters, mapPagination, mapSorting } from './mapOptions'
|
||||
export { ResolveSpecAdapter } from './ResolveSpecAdapter'
|
||||
export type { AdapterConfig, AdapterRef } from './types'
|
||||
Reference in New Issue
Block a user