@glideapps/glide-data-grid
Advanced tools
Comparing version 5.2.0 to 5.2.1
import * as React from "react"; | ||
import type { Rectangle, SelectionRange } from "../../data-grid/data-grid-types"; | ||
import type { MarkdownCell, Rectangle, SelectionRange } from "../../data-grid/data-grid-types"; | ||
interface Props { | ||
readonly targetRect: Rectangle; | ||
readonly markdown: string; | ||
readonly onChange: (ev: React.ChangeEvent<HTMLTextAreaElement>) => void; | ||
readonly forceEditMode: boolean; | ||
readonly onFinish: () => void; | ||
readonly onFinish: (newValue?: MarkdownCell | undefined) => void; | ||
readonly validatedSelection?: SelectionRange; | ||
readonly readonly: boolean; | ||
readonly value: MarkdownCell; | ||
createNode?: (content: string) => DocumentFragment; | ||
@@ -12,0 +11,0 @@ } |
{ | ||
"name": "@glideapps/glide-data-grid", | ||
"version": "5.2.0", | ||
"version": "5.2.1", | ||
"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
Sorry, the diff of this file is not supported yet
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
2980855
28197