jspreadsheet 11.4.7 → 11.4.8

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -556,6 +556,7 @@ declare namespace jspreadsheet {
556
556
  worksheetId?: string;
557
557
  worksheetColumn?: number;
558
558
  worksheetImage?: boolean;
559
+ locked?: boolean;
559
560
  }
560
561
 
561
562
  interface Cell {
package/package.json CHANGED
@@ -25,5 +25,5 @@
25
25
  },
26
26
  "main": "dist/index.js",
27
27
  "types": "dist/index.d.ts",
28
- "version": "11.4.7"
28
+ "version": "11.4.8"
29
29
  }