@byteluck-fe/model-driven-controls 2.3.1-beta.5 → 2.3.1-beta.6

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.
@@ -10,7 +10,7 @@ declare class SubTableColumnControlProperty extends LayoutControlProperty {
10
10
  static readonly Rules: typeof SubTableColumnControlPropertyRules;
11
11
  /**
12
12
  * 设置宽度在移动和pc - 宽度
13
- * pc 电脑端 mobile 手机端
13
+ * pc 电脑端 mobile -手机端
14
14
  * */
15
15
  metaAutoWidth: MetaAutoWidth;
16
16
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-controls",
3
- "version": "2.3.1-beta.5",
3
+ "version": "2.3.1-beta.6",
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": "2.3.1-beta.4",
30
- "@byteluck-fe/model-driven-settings": "2.3.1-beta.4",
31
- "@byteluck-fe/model-driven-shared": "2.3.1-beta.4",
29
+ "@byteluck-fe/model-driven-core": "2.3.1-beta.6",
30
+ "@byteluck-fe/model-driven-settings": "2.3.1-beta.6",
31
+ "@byteluck-fe/model-driven-shared": "2.3.1-beta.6",
32
32
  "async-validator": "3.5.1"
33
33
  },
34
- "gitHead": "db578cc4391ed3a5cd93095e8383e2f862c363f7"
34
+ "gitHead": "32d5ebc4eaf5d5d610271eb56ac806355881ad01"
35
35
  }