jspreadsheet 10.0.8 → 10.0.11

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
@@ -656,6 +656,8 @@ declare namespace jspreadsheet {
656
656
  autoCasting?: boolean;
657
657
  /** Remove any HTML from the data and headers. Default: true */
658
658
  stripHTML?: boolean;
659
+ /** Allow bar when extension bar is enabled. Default: true */
660
+ bar?: boolean;
659
661
  /** Allow tabs. Default: false */
660
662
  tabs?: boolean | Tabs;
661
663
  /** Allow the user to delete worksheets. Default: true */