@byteluck-fe/model-driven-controls 6.2.0-beta.10 → 6.2.0-beta.12

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.
@@ -52,9 +52,9 @@ declare class Department2Property extends BaseControlProperty {
52
52
  * */
53
53
  datasourceBind: SuperDataSourceBind;
54
54
  /**
55
- * 不可选中部门的配置条件
55
+ * 默认选中且不可修改部门的配置条件.配置后,这些部门将默认被选中,用户无法取消选择或修改
56
56
  * */
57
- disabledSelectedFilters?: Array<FieldFilterCondition | FieldFilterConditions>;
57
+ defaultAndDisabledFilters?: Array<FieldFilterCondition | FieldFilterConditions>;
58
58
  /**
59
59
  * 数据类型 行政 or 业务
60
60
  * */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-controls",
3
- "version": "6.2.0-beta.10",
3
+ "version": "6.2.0-beta.12",
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": "6.2.0-beta.9",
32
32
  "async-validator": "3.5.1"
33
33
  },
34
- "gitHead": "f16b1537474c8b55f91aa4617d5d61c941030189"
34
+ "gitHead": "2a7ffd9f4964862ef1c8b5cf955349f2a71467e3"
35
35
  }