aim-data-grid
Advanced tools
Comparing version 1.3.2 to 1.3.3
import type { DataGridSearchProps } from "../data-grid-search/data-grid-search"; | ||
import { CellArray } from "../data-grid/data-grid-types"; | ||
import { CellArray, GridCell } from "../data-grid/data-grid-types"; | ||
import type { DataEditorProps } from "./data-editor"; | ||
declare type CellsForSelectionCallback = NonNullable<DataGridSearchProps["getCellsForSelection"]>; | ||
export declare function useCellsForSelection(getCellsForSelectionIn: CellsForSelectionCallback | true | undefined, getCellContent: DataEditorProps["getCellContent"], rowMarkerOffset: number, abortController: AbortController, rows: number): readonly [((selection: import("../data-grid/data-grid-types").Rectangle, abortSignal: AbortSignal) => import("../data-grid/data-grid-types").GetCellsThunk | CellArray) | undefined, ((selection: import("../data-grid/data-grid-types").Rectangle, abortSignal: AbortSignal) => import("../data-grid/data-grid-types").GetCellsThunk | CellArray) | undefined]; | ||
export declare function useCellsForSelection(getCellsForSelectionIn: CellsForSelectionCallback | true | undefined, getCellContent: DataEditorProps["getCellContent"], getFilterCellContent: (cell: number) => GridCell, rowMarkerOffset: number, abortController: AbortController, rows: number): readonly [((selection: import("../data-grid/data-grid-types").Rectangle, abortSignal: AbortSignal) => import("../data-grid/data-grid-types").GetCellsThunk | CellArray) | undefined, ((selection: import("../data-grid/data-grid-types").Rectangle, abortSignal: AbortSignal) => import("../data-grid/data-grid-types").GetCellsThunk | CellArray) | undefined]; | ||
export {}; | ||
//# sourceMappingURL=use-cells-for-selection.d.ts.map |
{ | ||
"name": "aim-data-grid", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "React data grid for beautifully displaying and editing large amounts of data with amazing performance.", | ||
@@ -5,0 +5,0 @@ "sideEffects": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3072223
167
28919