react-datasheet-grid
Advanced tools
Comparing version 3.3.3 to 3.3.4
@@ -18,4 +18,7 @@ export const getCell = (value, colMax, rowMax, columns) => { | ||
}; | ||
export const getCellWithId = (cell, columns) => cell | ||
? Object.assign(Object.assign({}, cell), { colId: columns[cell.col + 1].id }) : null; | ||
export const getCellWithId = (cell, columns) => { | ||
var _a; | ||
return cell | ||
? Object.assign(Object.assign({}, cell), { colId: (_a = columns[cell.col + 1]) === null || _a === void 0 ? void 0 : _a.id }) : null; | ||
}; | ||
export const getSelection = (value, colMax, rowMax, columns) => { | ||
@@ -22,0 +25,0 @@ if (value === null || !colMax || !rowMax) { |
{ | ||
"name": "react-datasheet-grid", | ||
"version": "3.3.3", | ||
"version": "3.3.4", | ||
"description": "An Excel-like React component to create beautiful spreadsheets.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
238355
2817