@byteluck-fe/model-driven-controls 2.8.2-beta.1 → 2.8.2-beta.5

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
+ disable_filling: boolean;
26
31
  /**
27
32
  * 回填配置
28
33
  * @public
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-controls",
3
- "version": "2.8.2-beta.1",
3
+ "version": "2.8.2-beta.5",
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.8.1-beta.14",
32
32
  "async-validator": "3.5.1"
33
33
  },
34
- "gitHead": "a23ec01127f7049c90a1ae407aa0d14a56b60c87"
34
+ "gitHead": "c61246e556304b944159a64130ed43602a7fd350"
35
35
  }