rapid-spreadjs 1.0.118 → 1.0.120

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.
@@ -35,7 +35,7 @@ export declare const BusinessUtils: {
35
35
  * @param lastDefaultPointCount 上次默认点数,默认为:0(0代表首次创建)
36
36
  * @param isAutoFillFirstCellNumber 是否自动填充第一个单元格为序号数字,默认为:false
37
37
  * @param created 创建完成后的回调函数,第一个参数为循环后的所有单元格范围对象(格式为:{row:0, col:0, rowCount:10, colCount:5}),第二个参数为所有循环行的单元格二维数组对象
38
- * @param rowHeight 创建的行高度,默认为:24(单位为像素)
38
+ * @param rowHeight 创建的行高度,默认为:undefined(如果传了该参数,则新复制的行高为该参数指定的高度,否则为原始循环的行高)
39
39
  */
40
40
  dynamicCreateCyclicRows: (GC: any, spread: any, cellRange: {
41
41
  row: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rapid-spreadjs",
3
- "version": "1.0.118",
3
+ "version": "1.0.120",
4
4
  "description": "SpreadJS常用公用处理函数,包括设计器、工作簿和工作表的相关处理函数。",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",