jspreadsheet 11.28.0 → 11.28.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 +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -342,7 +342,7 @@ declare namespace jspreadsheet {
|
|
|
342
342
|
/** Array with two positions, the second position used when criteria is between or not between. */
|
|
343
343
|
value?: number[] | string[],
|
|
344
344
|
/** Make sure run that as a dropdown */
|
|
345
|
-
dropdown
|
|
345
|
+
dropdown?: true,
|
|
346
346
|
}
|
|
347
347
|
|
|
348
348
|
/** Validations update format */
|
package/package.json
CHANGED