@glideapps/glide-data-grid-source
Advanced tools
Comparing version 5.99.9-charlie3 to 5.99.9-charlie4
@@ -6,2 +6,1 @@ export { useCollapsingGroups } from "./use-collapsing-groups.js"; | ||
export { useUndoRedo } from "./use-undo-redo.js"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -7,2 +7,1 @@ import { type DataEditorProps, type DataEditorRef, type EditableGridCell, type GridCell, type 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,2 +8,1 @@ import type { DataEditorProps, Theme } from "@glideapps/glide-data-grid"; | ||
export {}; | ||
//# sourceMappingURL=use-collapsing-groups.d.ts.map |
@@ -16,2 +16,1 @@ import { type DataEditorProps, type GridColumn } from "@glideapps/glide-data-grid"; | ||
export {}; | ||
//# sourceMappingURL=use-column-sort.d.ts.map |
@@ -5,2 +5,1 @@ import type { DataEditorProps } from "@glideapps/glide-data-grid"; | ||
export {}; | ||
//# sourceMappingURL=use-movable-columns.d.ts.map |
@@ -12,2 +12,1 @@ /// <reference types="react" resolution-mode="require"/> | ||
}; | ||
//# sourceMappingURL=use-undo-redo.d.ts.map |
{ | ||
"name": "@glideapps/glide-data-grid-source", | ||
"version": "5.99.9-charlie3", | ||
"version": "5.99.9-charlie4", | ||
"description": "Useful data source hooks for Glide Data Grid", | ||
@@ -45,3 +45,3 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@glideapps/glide-data-grid": "5.99.9-charlie3" | ||
"@glideapps/glide-data-grid": "5.99.9-charlie4" | ||
}, | ||
@@ -48,0 +48,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
101257
+ Added@glideapps/glide-data-grid@5.99.9-charlie4(transitive)
- Removed@glideapps/glide-data-grid@5.99.9-charlie3(transitive)