jspreadsheet 11.13.4 → 11.14.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 CHANGED
@@ -805,6 +805,8 @@ declare namespace jspreadsheet {
805
805
  parseFormulas?: boolean;
806
806
  /** Disable the formula editor. Default: true */
807
807
  editorFormulas?: boolean;
808
+ /** Disable formula picker with keyboard. Default: true */
809
+ keyboardFormulas?: boolean;
808
810
  /** Auto increment cell data when using the corner copy, including formulas, numbers and dates. Default: true */
809
811
  autoIncrement?: boolean;
810
812
  /** Try to cast numbers from cell values when executing formulas. Default: true */
@@ -1558,6 +1560,7 @@ declare namespace jspreadsheet {
1558
1560
  selectAll: () => void;
1559
1561
  /** Selected cells */
1560
1562
  selectedCell: RangeCoords | null;
1563
+ currentSelection: RangeCoords | null;
1561
1564
  /** Internal record id sequence */
1562
1565
  sequence: number;
1563
1566
  /** Set borders with a border name and color. */