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

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.
@@ -170,11 +170,6 @@
170
170
  "description": "步长",
171
171
  "default": 1
172
172
  },
173
- "showTooltip": {
174
- "type": "boolean",
175
- "description": "是否显示提示标签",
176
- "default": true
177
- },
178
173
  "controls": {
179
174
  "type": "boolean",
180
175
  "description": "是否使用控制按钮(左右+-按钮)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-controls",
3
- "version": "7.0.0-props.73",
3
+ "version": "7.0.0-props.74",
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": "65d8cd3d2b67d4110159a6563ad8d1c28f76688f"
34
+ "gitHead": "793b9884833b70a8a2fd7507380dcf193b997018"
35
35
  }