@byteluck-fe/model-driven-controls 7.0.0-props.91 → 7.0.0-props.92
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.
|
@@ -7,11 +7,11 @@ declare class TagPropertyRuntimeRules extends BaseControlPropertyRuntimeRules {
|
|
|
7
7
|
}
|
|
8
8
|
interface TagPropertyInterface extends BaseControlPropertyInterface {
|
|
9
9
|
/**
|
|
10
|
-
* 标签尺寸;取值:large:大;
|
|
11
|
-
* @defaultValue '
|
|
10
|
+
* 标签尺寸;取值:large:大;medium:中;small:小;
|
|
11
|
+
* @defaultValue 'medium'
|
|
12
12
|
* @public
|
|
13
13
|
*/
|
|
14
|
-
size: 'large' | '
|
|
14
|
+
size: 'large' | 'medium' | 'small';
|
|
15
15
|
/**
|
|
16
16
|
* 位置;取值:left:居左;center:居中;right:居右;
|
|
17
17
|
* @defaultValue 'left'
|
|
@@ -71,7 +71,7 @@ declare class TagProperty extends BaseControlProperty implements TagPropertyInte
|
|
|
71
71
|
static readonly Rules: typeof TagPropertyRules;
|
|
72
72
|
static readonly RuntimeRules: typeof TagPropertyRuntimeRules;
|
|
73
73
|
defaultValue: string[];
|
|
74
|
-
size: 'large' | '
|
|
74
|
+
size: 'large' | 'medium' | 'small';
|
|
75
75
|
align: 'left' | 'center' | 'right';
|
|
76
76
|
color: string;
|
|
77
77
|
options: Array<OptionSetting>;
|
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.92",
|
|
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": "67cd8bc4c29bc4b2ebfc7da4e7ba85f3396485b0"
|
|
35
35
|
}
|