@byteluck-fe/model-driven-controls 7.0.0-props.28 → 7.0.0-props.29

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.
@@ -154,9 +154,27 @@ _define_property(TextControl, "setting", [
154
154
  key: 'ai-content-search',
155
155
  visible: true
156
156
  },
157
+ // { key: 'text-align', visible: true },
157
158
  {
158
- key: 'text-align',
159
- visible: true
159
+ key: 'common-button-radio',
160
+ visible: true,
161
+ name: 'align',
162
+ label: getLocaleText('CMD.33a81761912023674'),
163
+ default: 'left',
164
+ options: [
165
+ {
166
+ value: 'left',
167
+ label: getLocaleText('CMD.79471774579023855')
168
+ },
169
+ {
170
+ value: 'center',
171
+ label: getLocaleText('CMD.3c361774579037653')
172
+ },
173
+ {
174
+ value: 'right',
175
+ label: getLocaleText('CMD.9e811774579025727')
176
+ }
177
+ ]
160
178
  },
161
179
  {
162
180
  key: 'text-state',