jspreadsheet 11.19.0 → 11.20.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 +575 -571
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1139,6 +1139,8 @@ declare namespace jspreadsheet {
|
|
|
1139
1139
|
persistence?: (worksheet: worksheetInstance, method: string, args: object) => void;
|
|
1140
1140
|
/** Create a selection during the openWorksheet. Default: true */
|
|
1141
1141
|
autoSelect?: boolean;
|
|
1142
|
+
/** Assign a guid to the row Id when that is not provided. Default: false */
|
|
1143
|
+
autoId?: boolean;
|
|
1142
1144
|
}
|
|
1143
1145
|
|
|
1144
1146
|
interface Worksheet {
|