@byteluck-fe/model-driven-controls 7.0.0-props.85 → 7.0.0-props.87
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.
|
@@ -18,6 +18,12 @@ interface TagPropertyInterface extends BaseControlPropertyInterface {
|
|
|
18
18
|
* @public
|
|
19
19
|
*/
|
|
20
20
|
align: 'left' | 'center' | 'right';
|
|
21
|
+
/**
|
|
22
|
+
* 位置;取值:left:居左;center:居中;right:居右;
|
|
23
|
+
* @defaultValue '#1677ff'
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
26
|
+
color: string;
|
|
21
27
|
/**
|
|
22
28
|
* 选项设置
|
|
23
29
|
* @defaultValue [{ label: '选项一', value: '选项一' }, ...]
|
|
@@ -61,6 +67,7 @@ declare class TagProperty extends BaseControlProperty implements TagPropertyInte
|
|
|
61
67
|
defaultValue: string[];
|
|
62
68
|
size: 'large' | 'middle' | 'small';
|
|
63
69
|
align: 'left' | 'center' | 'right';
|
|
70
|
+
color: string;
|
|
64
71
|
options: Array<OptionSetting>;
|
|
65
72
|
optionConfig: 'custom' | 'datasource';
|
|
66
73
|
datasourceBind: DataSourceBind;
|
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.87",
|
|
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.72",
|
|
32
32
|
"async-validator": "3.5.1"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "45651c6cd808aa411ebc535bf3214fa1211a8ca2"
|
|
35
35
|
}
|