jspreadsheet 11.7.3 → 11.8.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 +559 -560
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1119,6 +1119,8 @@ declare namespace jspreadsheet {
|
|
|
1119
1119
|
cache?: Record<string, string|number>;
|
|
1120
1120
|
/** Zoom value. Default 1 */
|
|
1121
1121
|
zoom?: number;
|
|
1122
|
+
/** Detect column names from the data object given when the column names are not declared. Default: true */
|
|
1123
|
+
autoNames?: boolean;
|
|
1122
1124
|
}
|
|
1123
1125
|
|
|
1124
1126
|
interface spreadsheetInstance {
|