rapid-spreadjs 1.0.31 → 1.0.32

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.
@@ -0,0 +1,14 @@
1
+ /**
2
+ * 其他自定义公式
3
+ * 此文件用于放置其他自定义公式,如:YJHTQD(此公式代码较多)
4
+ */
5
+ export declare const FormulaUtilsOther: {
6
+ /**
7
+ * 回弹强度换算查表
8
+ * @param forComm commFormula.ts中的CommFormula.commFun对象
9
+ * @param jzfs 浇筑方式
10
+ * @param xzhhtz 修正后回弹值
11
+ * @param thsd 碳化深度
12
+ */
13
+ YJHTQD: (forComm: any, jzfs: any, xzhhtz: any, thsd: any) => any;
14
+ };
@@ -0,0 +1,4 @@
1
+ /**
2
+ * 自定义函数公用方法
3
+ */
4
+ export declare const FormulaUtils: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rapid-spreadjs",
3
- "version": "1.0.31",
3
+ "version": "1.0.32",
4
4
  "description": "SpreadJS常用公用处理函数,包括设计器、工作簿和工作表的相关处理函数。",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",