jspreadsheet 12.0.8 → 12.1.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 CHANGED
@@ -1184,7 +1184,7 @@ declare namespace jspreadsheet {
1184
1184
  international?: International;
1185
1185
  /** Persistence handler */
1186
1186
  persistence?: (worksheet: worksheetInstance, method: string, args: object) => void;
1187
- /** Create a selection during the openWorksheet. Default: true */
1187
+ /** Create a selection during the openWorksheet. Default: false */
1188
1188
  autoSelect?: boolean;
1189
1189
  /** Assign a guid to the row Id when that is not provided. Default: false */
1190
1190
  autoId?: boolean;