@mescius/spread-sheets 17.1.1 → 17.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -28637,7 +28637,7 @@ declare module GC{
28637
28637
  * sheet.setCellType(1, 1, textCellType);
28638
28638
  * ```
28639
28639
  */
28640
- constructor();
28640
+ constructor(editorType?: GC.Spread.Sheets.CellTypes.EditorType);
28641
28641
  }
28642
28642
  }
28643
28643
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mescius/spread-sheets",
3
- "version": "17.1.1",
3
+ "version": "17.1.2",
4
4
  "main": "index.js",
5
5
  "description":"A Complete Microsoft Excel-like JavaScript Spreadsheet for Enterprise Applications",
6
6
  "scripts": {},