jspreadsheet 9.2.8 → 9.2.10

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
@@ -93,6 +93,8 @@ declare namespace jspreadsheet {
93
93
  }
94
94
  /** For type: format you can add a class when condition is matched */
95
95
  className?: string;
96
+ /** Array with two positions, the second position used when criteria is between or not between. */
97
+ value?: number[] | string[],
96
98
  }
97
99
 
98
100
  /** Only available with the Validations extension */