@byteluck-fe/model-driven-controls 7.0.0-props.79 → 7.0.0-props.80

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.
@@ -6,18 +6,6 @@ declare class TagPropertyRuntimeRules extends BaseControlPropertyRuntimeRules {
6
6
  constructor(props: TagProperty);
7
7
  }
8
8
  interface TagPropertyInterface extends BaseControlPropertyInterface {
9
- /**
10
- * 展示形式;取值:tag:标签;text:文本;
11
- * @defaultValue 'tag'
12
- * @public
13
- */
14
- displayType: 'tag' | 'text';
15
- /**
16
- * 标签样式;取值:default:默认;success:成功;processing:处理中;error:错误;warning:警告;blue:蓝色;green:绿色;purple:紫色;
17
- * @defaultValue 'default'
18
- * @public
19
- */
20
- tagStyle: 'default' | 'success' | 'processing' | 'error' | 'warning';
21
9
  /**
22
10
  * 标签尺寸;取值:large:大;middle:中;small:小;
23
11
  * @defaultValue 'middle'
@@ -37,10 +25,10 @@ interface TagPropertyInterface extends BaseControlPropertyInterface {
37
25
  */
38
26
  options: Array<OptionSetting>;
39
27
  /**
40
- * 选项配置方式;取值:custom:自定义;datasource:数据源;
41
- * @defaultValue 'custom'
42
- * @public
43
- */
28
+ * 选项配置方式;取值:custom:自定义;datasource:数据源;
29
+ * @defaultValue 'custom'
30
+ * @public
31
+ */
44
32
  optionConfig: 'custom' | 'datasource';
45
33
  /**
46
34
  * 默认值
@@ -71,8 +59,6 @@ declare class TagProperty extends BaseControlProperty implements TagPropertyInte
71
59
  static readonly Rules: typeof TagPropertyRules;
72
60
  static readonly RuntimeRules: typeof TagPropertyRuntimeRules;
73
61
  defaultValue: string[];
74
- displayType: 'tag' | 'text';
75
- tagStyle: 'default' | 'success' | 'processing' | 'error' | 'warning';
76
62
  size: 'large' | 'middle' | 'small';
77
63
  align: 'left' | 'center' | 'right';
78
64
  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.79",
3
+ "version": "7.0.0-props.80",
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": "3eb18428c816664920ecefa21a2fb3da949c7569"
34
+ "gitHead": "c884946f1ad83e5b40132adad0f91aaf25786648"
35
35
  }