@byteluck-fe/model-driven-controls 2.8.1-beta1 → 2.8.2-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.
@@ -23,6 +23,11 @@ declare class ListSelectButtonProperty extends ButtonProperty {
23
23
  * @public
24
24
  */
25
25
  listPageBind: ListBind;
26
+ /**
27
+ * 禁用填充
28
+ * @public
29
+ */
30
+ isSubtableDisableMultistageFilling: boolean;
26
31
  /**
27
32
  * 回填配置
28
33
  * @public
@@ -42,6 +42,10 @@ declare class CalcProperty extends BaseControlProperty {
42
42
  * 默认值
43
43
  * */
44
44
  defaultValue: CalcValue;
45
+ /**
46
+ * 页面加载时计算
47
+ * */
48
+ calcOnMounted: boolean;
45
49
  constructor(props?: Partial<CalcProperty>);
46
50
  }
47
51
  export default CalcProperty;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-controls",
3
- "version": "2.8.1-beta1",
3
+ "version": "2.8.2-beta.4",
4
4
  "description": "> TODO: description",
5
5
  "author": "郝晨光 <2293885211@qq.com>",
6
6
  "homepage": "",
@@ -26,10 +26,10 @@
26
26
  "postpublish": "node ../../scripts/postpublish.js"
27
27
  },
28
28
  "dependencies": {
29
- "@byteluck-fe/model-driven-core": "2.8.1-beta1",
30
- "@byteluck-fe/model-driven-settings": "2.8.1-beta1",
31
- "@byteluck-fe/model-driven-shared": "2.8.1-beta1",
29
+ "@byteluck-fe/model-driven-core": "2.8.2-beta.1",
30
+ "@byteluck-fe/model-driven-settings": "2.8.2-beta.1",
31
+ "@byteluck-fe/model-driven-shared": "2.8.1-beta.14",
32
32
  "async-validator": "3.5.1"
33
33
  },
34
- "gitHead": "be42b5cb2bd47576ccef9cf1d74d97cbd6cc9132"
34
+ "gitHead": "6208e5758eaf21aaf67695540d1d915238b1c628"
35
35
  }