@byteluck-fe/model-driven-core 7.0.0-props.69 → 7.0.0-props.71
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.
|
@@ -40,11 +40,11 @@ interface BaseControlPropertyInterface extends PropertyInterface {
|
|
|
40
40
|
*/
|
|
41
41
|
isCaptionItalic: boolean;
|
|
42
42
|
/**
|
|
43
|
-
* 标题字重;取值:normal:常规;bold:粗体;lighter:更细;
|
|
43
|
+
* 标题字重;取值:normal:常规;bold:粗体;lighter:更细;
|
|
44
44
|
* @defaultValue 'normal'
|
|
45
45
|
* @public
|
|
46
46
|
*/
|
|
47
|
-
captionFontWeight: 'normal' | 'bold' | 'lighter'
|
|
47
|
+
captionFontWeight: 'normal' | 'bold' | 'lighter';
|
|
48
48
|
/**
|
|
49
49
|
* 样式类
|
|
50
50
|
* @defaultValue []
|
|
@@ -120,7 +120,7 @@ declare class BaseControlProperty extends Property implements BaseControlPropert
|
|
|
120
120
|
captionSize: string;
|
|
121
121
|
captionColor: string;
|
|
122
122
|
isCaptionItalic: boolean;
|
|
123
|
-
captionFontWeight: 'normal' | 'bold' | 'lighter'
|
|
123
|
+
captionFontWeight: 'normal' | 'bold' | 'lighter';
|
|
124
124
|
className: string[];
|
|
125
125
|
isHideCaption: boolean;
|
|
126
126
|
isShowCaptionTip: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@byteluck-fe/model-driven-core",
|
|
3
|
-
"version": "7.0.0-props.
|
|
3
|
+
"version": "7.0.0-props.71",
|
|
4
4
|
"description": "model engine core",
|
|
5
5
|
"author": "郝晨光 <2293885211@qq.com>",
|
|
6
6
|
"homepage": "",
|
|
@@ -30,5 +30,5 @@
|
|
|
30
30
|
"async-validator": "3.5.1",
|
|
31
31
|
"tslib": "^2.1.0"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "103cde0d9eaba8aa656005b625cc2f5bbae97766"
|
|
34
34
|
}
|