@byteluck-fe/model-driven-controls 7.0.0-props.114 → 7.0.0-props.115

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.
@@ -11,7 +11,7 @@ declare class BlankContainerPropertyRules extends LayoutControlProperty.Rules {
11
11
  interface BlankContainerPropertyInterface extends LayoutControlPropertyInterface {
12
12
  /**
13
13
  * 标题
14
- * @defaultValue '空白容器'
14
+ * @defaultValue getLocaleText('CMD.fbd81777541728197')
15
15
  * @public
16
16
  */
17
17
  caption: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-controls",
3
- "version": "7.0.0-props.114",
3
+ "version": "7.0.0-props.115",
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.101",
32
32
  "async-validator": "3.5.1"
33
33
  },
34
- "gitHead": "e6c241170b6504d9451021ef75b42dbf92163e2e"
34
+ "gitHead": "960e06263bf004018e22863118d9047d6a530a1d"
35
35
  }