jspreadsheet 11.3.0 → 11.3.2
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 +1 -1
- package/dist/index.js +549 -548
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -73,7 +73,7 @@ declare namespace jspreadsheet {
|
|
|
73
73
|
function validations() : void;
|
|
74
74
|
|
|
75
75
|
/** Jspreadsheet bar extension. More info at: https://jspreadsheet.com/products */
|
|
76
|
-
function bar() : void;
|
|
76
|
+
function bar(options: { suggestions: boolean }) : void;
|
|
77
77
|
|
|
78
78
|
/** Jspreadsheet charts extension. More info at: https://jspreadsheet.com/products */
|
|
79
79
|
function charts() : void;
|