react-konva-grid
Advanced tools
Comparing version
@@ -75,2 +75,6 @@ import React from "react"; | ||
isEditInProgress: boolean; | ||
/** | ||
* Currently editing cell | ||
*/ | ||
editingCell: CellInterface | null; | ||
} | ||
@@ -77,0 +81,0 @@ export interface EditorProps extends CellInterface { |
@@ -321,2 +321,3 @@ "use strict"; | ||
isEditInProgress: !!editingCell, | ||
editingCell, | ||
}; | ||
@@ -323,0 +324,0 @@ }; |
@@ -19,3 +19,4 @@ export declare enum KeyCodes { | ||
PageDown = 34, | ||
PageUp = 33 | ||
PageUp = 33, | ||
Z = 90 | ||
} | ||
@@ -22,0 +23,0 @@ export declare enum Direction { |
@@ -24,2 +24,3 @@ "use strict"; | ||
KeyCodes[KeyCodes["PageUp"] = 33] = "PageUp"; | ||
KeyCodes[KeyCodes["Z"] = 90] = "Z"; | ||
})(KeyCodes = exports.KeyCodes || (exports.KeyCodes = {})); | ||
@@ -26,0 +27,0 @@ var Direction; |
{ | ||
"name": "react-konva-grid", | ||
"description": "Declarative React Canvas Grid primitive for Data table, Pivot table, Excel Worksheets", | ||
"version": "3.0.5", | ||
"version": "3.0.6", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -34,3 +34,4 @@ ## Declarative Canvas Grid with React Konva | ||
- :rainbow: Full Theming and Context Support | ||
- :feet: Fill handle support | ||
- :anchor: Fill handle support | ||
- :feet: Customizable undo/redo support | ||
- :muscle: Highly customizable using [react-konva](https://github.com/konvajs/react-konva/) | ||
@@ -37,0 +38,0 @@ |
@@ -20,2 +20,3 @@ export enum KeyCodes { | ||
PageUp = 33, | ||
Z = 90, | ||
} | ||
@@ -22,0 +23,0 @@ |
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
400616
0.68%8811
1.16%253
0.4%