@byteluck-fe/model-driven-controls 7.0.0-props.72 → 7.0.0-props.73

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.
@@ -35,12 +35,6 @@ interface SliderPropertyInterface extends BaseControlPropertyInterface {
35
35
  * @public
36
36
  */
37
37
  showInput: boolean;
38
- /**
39
- * 是否显示提示标签
40
- * @defaultValue true
41
- * @public
42
- */
43
- showTooltip: boolean;
44
38
  /**
45
39
  * 是否展示标记
46
40
  * @defaultValue false
@@ -69,7 +63,6 @@ declare class SliderProperty extends BaseControlProperty implements SliderProper
69
63
  min: number | '';
70
64
  max: number | '';
71
65
  step: number;
72
- showTooltip: boolean;
73
66
  showInput: boolean;
74
67
  showMarks: boolean;
75
68
  marks: 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.72",
3
+ "version": "7.0.0-props.73",
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": "bfb135d77993f9debd6b27cc30d605163a8f49ff"
34
+ "gitHead": "65d8cd3d2b67d4110159a6563ad8d1c28f76688f"
35
35
  }