jspreadsheet 12.1.0 → 12.1.1
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 +613 -613
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -941,6 +941,8 @@ declare namespace jspreadsheet {
|
|
|
941
941
|
forceUpdateOnPaste?: boolean;
|
|
942
942
|
/** Render jspreadsheet spreadsheet on full screen mode. Default: false */
|
|
943
943
|
fullscreen?: boolean;
|
|
944
|
+
/** Make sure the formulas are capital letter. Default: true */
|
|
945
|
+
secureFormulas?: boolean;
|
|
944
946
|
/** Enable formula debug. Default: false */
|
|
945
947
|
debugFormulas?: boolean,
|
|
946
948
|
/** Execute formulas. Default: true */
|