jspreadsheet 11.23.7 → 11.24.1

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 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 {