jspreadsheet 11.23.6 → 11.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +2 -0
- package/dist/index.js +582 -544
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -738,6 +738,8 @@ declare namespace jspreadsheet {
|
|
|
738
738
|
worksheetColumn?: number;
|
|
739
739
|
worksheetImage?: boolean;
|
|
740
740
|
locked?: boolean;
|
|
741
|
+
// Accept value on cells when those are not listed as a valid option on the dropdown. Default: true
|
|
742
|
+
strictMode?: boolean;
|
|
741
743
|
}
|
|
742
744
|
|
|
743
745
|
interface Column extends ColumnPrimitiveProperties {
|