@byteluck-fe/model-driven-controls 6.2.0-1-beta.12 → 6.2.0-1-beta.14

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.
@@ -12,6 +12,7 @@ declare class TextProperty extends Property {
12
12
  * @public
13
13
  */
14
14
  aiContentSearch: boolean;
15
+ isLabel: boolean;
15
16
  constructor(props?: Partial<TextProperty>);
16
17
  }
17
18
  export default TextProperty;
@@ -12,6 +12,7 @@ declare class DisplayTextProperty extends BaseControlProperty {
12
12
  * @public
13
13
  */
14
14
  aiContentSearch: boolean;
15
+ isLabel: boolean;
15
16
  constructor(props?: Partial<DisplayTextProperty>);
16
17
  }
17
18
  export default DisplayTextProperty;
@@ -44,6 +44,7 @@ declare class TableLayoutControlProperty extends LayoutControlProperty {
44
44
  border: BorderProperty;
45
45
  background: BackgroundProperty;
46
46
  borderRadius: BorderRadiusProperty;
47
+ align: 'left' | 'center' | 'right' | 'justify' | '';
47
48
  constructor(props?: Partial<TableLayoutControlProperty>);
48
49
  }
49
50
  export default TableLayoutControlProperty;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-controls",
3
- "version": "6.2.0-1-beta.12",
3
+ "version": "6.2.0-1-beta.14",
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": "6.2.0-1-beta.9",
30
- "@byteluck-fe/model-driven-settings": "6.2.0-1-beta.9",
31
- "@byteluck-fe/model-driven-shared": "6.2.0-1-beta.9",
29
+ "@byteluck-fe/model-driven-core": "6.2.0-1-beta.13",
30
+ "@byteluck-fe/model-driven-settings": "6.2.0-1-beta.13",
31
+ "@byteluck-fe/model-driven-shared": "6.2.0-1-beta.13",
32
32
  "async-validator": "3.5.1"
33
33
  },
34
- "gitHead": "c04887e5b6b2c42f79055dec648bb71f4eb2169d"
34
+ "gitHead": "930113e7357e26e1fc36b1eadad222ea66745b8e"
35
35
  }