@byteluck-fe/model-driven-controls 7.0.0-props.60 → 7.0.0-props.62

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.
@@ -28,7 +28,7 @@ interface RichTextPropertyInterface extends BaseControlPropertyInterface {
28
28
  minLength: number;
29
29
  /**
30
30
  * 高度
31
- * @defaultValue 200
31
+ * @defaultValue 300
32
32
  * @public
33
33
  */
34
34
  height: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-controls",
3
- "version": "7.0.0-props.60",
3
+ "version": "7.0.0-props.62",
4
4
  "description": "> TODO: description",
5
5
  "author": "郝晨光 <2293885211@qq.com>",
6
6
  "homepage": "",
@@ -26,10 +26,10 @@
26
26
  "postpublish": "node ../../scripts/postpublish.js"
27
27
  },
28
28
  "dependencies": {
29
- "@byteluck-fe/model-driven-core": "7.0.0-props.50",
30
- "@byteluck-fe/model-driven-settings": "7.0.0-props.50",
29
+ "@byteluck-fe/model-driven-core": "7.0.0-props.62",
30
+ "@byteluck-fe/model-driven-settings": "7.0.0-props.62",
31
31
  "@byteluck-fe/model-driven-shared": "7.0.0-props.49",
32
32
  "async-validator": "3.5.1"
33
33
  },
34
- "gitHead": "e1fdb0ae85663c3d974a996eb70982bea3b3f1b1"
34
+ "gitHead": "e5edc07cd68d62d530c9e802f161dfe9799b5d42"
35
35
  }