@byteluck-fe/model-driven-controls 7.0.0-props.57 → 7.0.0-props.59
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.
|
@@ -26,6 +26,12 @@ interface RichTextPropertyInterface extends BaseControlPropertyInterface {
|
|
|
26
26
|
* @public
|
|
27
27
|
*/
|
|
28
28
|
minLength: number;
|
|
29
|
+
/**
|
|
30
|
+
* 高度
|
|
31
|
+
* @defaultValue 400
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
height: number;
|
|
29
35
|
/**
|
|
30
36
|
* 默认值
|
|
31
37
|
* @defaultValue ''
|
|
@@ -68,6 +74,7 @@ declare class RichTextProperty extends BaseControlProperty implements RichTextPr
|
|
|
68
74
|
static readonly RuntimeRules: typeof RichTextControlPropertyRuntimeRules;
|
|
69
75
|
maxLength: number;
|
|
70
76
|
minLength: number;
|
|
77
|
+
height: number;
|
|
71
78
|
defaultValue: string;
|
|
72
79
|
aiContentSearch: boolean;
|
|
73
80
|
aiGeneration: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@byteluck-fe/model-driven-controls",
|
|
3
|
-
"version": "7.0.0-props.
|
|
3
|
+
"version": "7.0.0-props.59",
|
|
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": "7.0.0-props.49",
|
|
32
32
|
"async-validator": "3.5.1"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "6bdb2f3f7b96192fbb13985f57b64b0a7df93933"
|
|
35
35
|
}
|