streaksheet
Advanced tools
Comparing version 0.10.9 to 0.10.10
@@ -137,2 +137,8 @@ import * as React from 'react'; | ||
}): void; | ||
/** | ||
* This API gives you a chance to get a ref to the edited cell | ||
* through {@link StreakSheetRef.getEditedCell} and call a method on it before | ||
* the cell exits edit mode so that it can commit a changed value before | ||
* re-rendering in non-edit mode. | ||
*/ | ||
onExitEditMode?(event: { | ||
@@ -158,2 +164,4 @@ keys: CellKeys; | ||
rowHoveredClassName?: string; | ||
/** Elements to show below the spreadsheet within its scrollable area. */ | ||
footer?: React.ReactNode; | ||
} | ||
@@ -160,0 +168,0 @@ interface GroupBarProps { |
@@ -126,3 +126,4 @@ import type { ComponentType } from 'react'; | ||
getEffectiveSectionRowCount: (section: Section) => number; | ||
footer?: React.ReactNode; | ||
} | ||
export {}; |
{ | ||
"name": "streaksheet", | ||
"version": "0.10.9", | ||
"version": "0.10.10", | ||
"author": "Chris Cowan <agentme49@gmail.com>", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -33,4 +33,2 @@ # StreakSheet | ||
NOTE for users: if you pass a React synthetic event as 3rd parameter, call .persist() on it first. (This will be unnecessary in React 17+.) | ||
## Cell Event Handling | ||
@@ -37,0 +35,0 @@ |
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 too big to display
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
1403367
1874
305