jspreadsheet 10.0.19 → 10.0.21
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 -2
- package/dist/index.js +624 -624
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1331,8 +1331,8 @@ declare namespace jspreadsheet {
|
|
|
1331
1331
|
resetSearch: () => void;
|
|
1332
1332
|
/** Reset the main selection */
|
|
1333
1333
|
resetSelection: () => void;
|
|
1334
|
-
/** Get the style from one cell. Ex. resetStyle('A1') */
|
|
1335
|
-
resetStyle: (cell?: string) => void;
|
|
1334
|
+
/** Get the style from one cell. Ex. resetStyle('A1') or resetStyle(['A1']) */
|
|
1335
|
+
resetStyle: (cell?: string|string[]) => void;
|
|
1336
1336
|
/** DOM array of results */
|
|
1337
1337
|
results: Array<number> | null;
|
|
1338
1338
|
/** Navigation right */
|