jspreadsheet 12.0.0-beta.11 → 12.0.0-beta.12

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
@@ -1270,9 +1270,9 @@ declare namespace jspreadsheet {
1270
1270
  freezeColumns?: number|number[];
1271
1271
  /** List of frozen row numbers. Should be a number or an array of consecutive numbers. Example: [4,5,6] */
1272
1272
  freezeRows?: number|number[];
1273
- /** Enable freeze column manual control. Default: false */
1273
+ /** Enable freeze column manual control. Default: true */
1274
1274
  freezeColumnControl?: boolean,
1275
- /** Enable freeze row manual control. Default: false */
1275
+ /** Enable freeze row manual control. Default: true */
1276
1276
  freezeRowControl?: boolean,
1277
1277
  /** Worksheet Unique Id. */
1278
1278
  worksheetId?: string;