@glideapps/glide-data-grid
Advanced tools
Comparing version 5.3.0 to 5.3.1-alpha1
@@ -6,5 +6,5 @@ import type { DataGridSearchProps } from "../data-grid-search/data-grid-search"; | ||
export declare function decodeHTML(tableEl: HTMLTableElement): string[][] | undefined; | ||
export declare function formatCell(cell: GridCell, index: number, raw: boolean, columnIndexes: readonly number[]): string; | ||
export declare function formatCell(cell: GridCell, index: number, raw: boolean, columnIndexes: readonly number[], escapeValues: boolean): string; | ||
export declare function formatForCopy(cells: readonly (readonly GridCell[])[], columnIndexes: readonly number[]): string; | ||
export declare function copyToClipboard(cells: readonly (readonly GridCell[])[], columnIndexes: readonly number[], e?: ClipboardEvent): void; | ||
//# sourceMappingURL=data-editor-fns.d.ts.map |
{ | ||
"name": "@glideapps/glide-data-grid", | ||
"version": "5.3.0", | ||
"version": "5.3.1-alpha1", | ||
"description": "React data grid for beautifully displaying and editing large amounts of data with amazing performance.", | ||
@@ -5,0 +5,0 @@ "sideEffects": [ |
@@ -38,3 +38,4 @@ import { GridCellKind } from "../src"; | ||
false, | ||
[0] | ||
[0], | ||
true | ||
) | ||
@@ -54,3 +55,4 @@ ).toEqual(""); | ||
false, | ||
[0] | ||
[0], | ||
true | ||
) | ||
@@ -71,3 +73,4 @@ ).toEqual('"foo, bar",baz'); | ||
false, | ||
[0] | ||
[0], | ||
true | ||
) | ||
@@ -74,0 +77,0 @@ ).toEqual("override"); |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
3077509
29250
1