@byteluck-fe/model-driven-controls 2.22.1-beta.2 → 2.22.1-beta.4

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.
@@ -33,6 +33,8 @@ declare class SubTableColumnControlProperty extends LayoutControlProperty {
33
33
  * 隐藏标题一直为false
34
34
  * */
35
35
  isHideCaption: boolean;
36
+ enableExp: boolean;
37
+ expression: string;
36
38
  constructor(props?: Partial<SubTableColumnControlProperty>);
37
39
  }
38
40
  export default SubTableColumnControlProperty;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-controls",
3
- "version": "2.22.1-beta.2",
3
+ "version": "2.22.1-beta.4",
4
4
  "description": "> TODO: description",
5
5
  "author": "郝晨光 <2293885211@qq.com>",
6
6
  "homepage": "",
@@ -31,5 +31,5 @@
31
31
  "@byteluck-fe/model-driven-shared": "2.22.1-beta.2",
32
32
  "async-validator": "3.5.1"
33
33
  },
34
- "gitHead": "108c1dfb59b8cdad804acc93aa3cb4e6d91c432e"
34
+ "gitHead": "7997759ff6ff6ac3ba4c6c7b3bc395ac4fc74b26"
35
35
  }