jspreadsheet
Advanced tools
Comparing version 8.0.31 to 8.0.32
@@ -466,2 +466,8 @@ /** | ||
pluginOptions?: Record<string, any>; | ||
/** This is a internal controller for the spreadsheet locked properties. Please use editable to make it readonly. */ | ||
locked?: boolean; | ||
/** Allow the selection of unlocked cells. Default: true. */ | ||
selectUnLockedCells?: boolean; | ||
/** Allow the selection of locked cells. Default: true. */ | ||
selectLockedCells?: boolean; | ||
} | ||
@@ -468,0 +474,0 @@ |
@@ -27,3 +27,3 @@ { | ||
"types": "dist/index.d.ts", | ||
"version": "8.0.31" | ||
"version": "8.0.32" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
356137
2169