@glideapps/glide-data-grid-source
Advanced tools
Comparing version 5.2.2-beta3 to 5.2.2-beta4
@@ -6,1 +6,2 @@ export { useCollapsingGroups } from "./use-collapsing-groups"; | ||
export { useUndoRedo } from "./use-undo-redo"; | ||
//# sourceMappingURL=index.d.ts.map |
import "@testing-library/jest-dom"; | ||
//# sourceMappingURL=setupTests.d.ts.map |
@@ -7,1 +7,2 @@ import { DataEditorProps, DataEditorRef, EditableGridCell, GridCell, Item } from "@glideapps/glide-data-grid"; | ||
export declare function useAsyncDataSource<TRowType>(pageSize: number, maxConcurrency: number, getRowData: RowCallback<TRowType>, toCell: RowToCell<TRowType>, onEdited: RowEditedCallback<TRowType>, gridRef: React.MutableRefObject<DataEditorRef | null>): Pick<DataEditorProps, "getCellContent" | "onVisibleRegionChanged" | "onCellEdited" | "getCellsForSelection">; | ||
//# sourceMappingURL=use-async-data-source.d.ts.map |
@@ -8,1 +8,2 @@ import type { DataEditorProps, Theme } from "@glideapps/glide-data-grid"; | ||
export {}; | ||
//# sourceMappingURL=use-collapsing-groups.d.ts.map |
@@ -16,1 +16,2 @@ import { DataEditorProps, GridColumn } from "@glideapps/glide-data-grid"; | ||
export {}; | ||
//# sourceMappingURL=use-column-sort.d.ts.map |
export {}; | ||
//# sourceMappingURL=use-data-source.test.d.ts.map |
@@ -5,1 +5,2 @@ import type { DataEditorProps } from "@glideapps/glide-data-grid"; | ||
export {}; | ||
//# sourceMappingURL=use-movable-columns.d.ts.map |
@@ -12,1 +12,2 @@ /// <reference types="react" /> | ||
}; | ||
//# sourceMappingURL=use-undo-redo.d.ts.map |
{ | ||
"name": "@glideapps/glide-data-grid-source", | ||
"version": "5.2.2-beta3", | ||
"version": "5.2.2-beta4", | ||
"description": "Useful data source hooks for Glide Data Grid", | ||
@@ -47,3 +47,3 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@glideapps/glide-data-grid": "5.2.2-beta3" | ||
"@glideapps/glide-data-grid": "5.2.2-beta4" | ||
}, | ||
@@ -50,0 +50,0 @@ "peerDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
62423
35
+ Added@glideapps/glide-data-grid@5.2.2-beta4(transitive)
- Removed@glideapps/glide-data-grid@5.2.2-beta3(transitive)