@byteluck-fe/model-driven-controls 6.2.0-1-beta.10 → 6.2.0-1-beta.11

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.
@@ -146,7 +146,7 @@ _define_property(TextControl, "setting", [
146
146
  visible: true
147
147
  },
148
148
  {
149
- key: 'dynamic-align',
149
+ key: 'text-align',
150
150
  visible: true
151
151
  },
152
152
  {
@@ -159,7 +159,7 @@ _define_property(DisplayTextControl, "setting", [
159
159
  visible: true
160
160
  },
161
161
  {
162
- key: 'dynamic-align',
162
+ key: 'text-align',
163
163
  visible: true
164
164
  },
165
165
  {
@@ -131,8 +131,12 @@ _define_property(TableLayoutColControl, "excludes", [
131
131
  CONTROL_TYPE.DIVIDER,
132
132
  CONTROL_TYPE.TABLE_LAYOUT_COL
133
133
  ]);
134
- _define_property(TableLayoutColControl, "childrenMaxLength", 1);
134
+ // static childrenMaxLength = 1
135
135
  _define_property(TableLayoutColControl, "setting", [
136
+ {
137
+ key: 'col-span',
138
+ visible: true
139
+ },
136
140
  {
137
141
  key: 'layout-config',
138
142
  visible: true