jspreadsheet 10.0.32 → 10.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 +2 -0
- package/dist/index.js +646 -645
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -11,6 +11,8 @@ declare namespace jspreadsheet {
|
|
|
11
11
|
let license: string;
|
|
12
12
|
/** Default row height for a table */
|
|
13
13
|
let defaultRowHeight: number | string;
|
|
14
|
+
/** Column index default width. Default: 50 */
|
|
15
|
+
let indexColumnWidth: number;
|
|
14
16
|
/** The container that holds all spreadsheet instances in the screen */
|
|
15
17
|
let spreadsheet: Spreadsheet[];
|
|
16
18
|
/** The container that holds all extensions loaded */
|