@byteluck-fe/model-driven-controls 7.0.0-props.25 → 7.0.0-props.26

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.
@@ -46,12 +46,6 @@ interface ScorePropertyInterface extends BaseControlPropertyInterface {
46
46
  * @public
47
47
  */
48
48
  defaultValue: number;
49
- /**
50
- * 是否支持半选
51
- * @defaultValue false
52
- * @public
53
- */
54
- canHalf: boolean;
55
49
  /**
56
50
  * 分数说明文字颜色;取值:primary:主色;danger:危险;warning:警告;success:成功;info:信息;blue:蓝色;
57
51
  * @defaultValue 'primary'
@@ -73,7 +67,6 @@ declare class ScoreProperty extends BaseControlProperty implements ScoreProperty
73
67
  isShowExplain: boolean;
74
68
  explain: Explain[];
75
69
  defaultValue: number;
76
- canHalf: boolean;
77
70
  explainColor: 'primary' | 'danger' | 'warning' | 'success' | 'info' | 'blue';
78
71
  isShowCurrentScore: boolean;
79
72
  constructor(props?: Partial<ScoreProperty>);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-controls",
3
- "version": "7.0.0-props.25",
3
+ "version": "7.0.0-props.26",
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.19",
32
32
  "async-validator": "3.5.1"
33
33
  },
34
- "gitHead": "d09fe2bfefd789b34b4304f62db2942dd2fd683c"
34
+ "gitHead": "9478c53e0d0bcdb7077fb3de449f31cb6620487e"
35
35
  }