@byteluck-fe/model-driven-controls 6.2.0-2-beta.2 → 6.2.0-jeecg-1
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.
|
@@ -27,6 +27,11 @@ declare class DataViewControlProperty extends LayoutControlProperty {
|
|
|
27
27
|
* @public
|
|
28
28
|
*/
|
|
29
29
|
datasourceBind: DataSourceBind;
|
|
30
|
+
/**
|
|
31
|
+
* 流程表单只读控件展现形式;disabled:禁用模式;text:文本模式;
|
|
32
|
+
* @defaultValue disabled
|
|
33
|
+
*/
|
|
34
|
+
processFormReadonlyControlMode: 'disabled' | 'text';
|
|
30
35
|
constructor(props?: Partial<DataViewControlProperty>);
|
|
31
36
|
}
|
|
32
37
|
export default DataViewControlProperty;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@byteluck-fe/model-driven-controls",
|
|
3
|
-
"version": "6.2.0-
|
|
3
|
+
"version": "6.2.0-jeecg-1",
|
|
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-1-beta-list.11",
|
|
32
32
|
"async-validator": "3.5.1"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "4d19ed32215ecc819bac84ad6bee7a5f768d03dc"
|
|
35
35
|
}
|