@byteluck-fe/model-driven-controls 2.23.7 → 2.23.8
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.
|
@@ -51,6 +51,17 @@ declare class InputProperty extends BaseControlProperty {
|
|
|
51
51
|
* @public
|
|
52
52
|
*/
|
|
53
53
|
encryptedMode: string;
|
|
54
|
+
/**
|
|
55
|
+
* 在明细子表中自动高度
|
|
56
|
+
* @defaultValue false
|
|
57
|
+
*/
|
|
58
|
+
autoHeight: boolean;
|
|
59
|
+
/**
|
|
60
|
+
* 在明细子表中行数设置
|
|
61
|
+
* @defaultValue 1
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
64
|
+
lineEllipsis: number;
|
|
54
65
|
constructor(props?: Partial<InputProperty>);
|
|
55
66
|
}
|
|
56
67
|
export default InputProperty;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@byteluck-fe/model-driven-controls",
|
|
3
|
-
"version": "2.23.
|
|
3
|
+
"version": "2.23.8",
|
|
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.23.3",
|
|
32
32
|
"async-validator": "3.5.1"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "b22adb8c8413a44d21b811ef8951fa2c7c78e509"
|
|
35
35
|
}
|