@rchemist/listgrid 0.2.15 → 0.2.16

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.
@@ -212,19 +212,10 @@ export class ListableFormField extends FormField {
212
212
  if (config?.align !== undefined) {
213
213
  return config.align;
214
214
  }
215
- if (this.type === 'select' ||
216
- this.type === 'multiselect' ||
217
- this.type === 'date' ||
218
- this.type === 'datetime' ||
219
- this.type === 'boolean' ||
220
- this.type === 'year' ||
221
- this.type === 'month' ||
222
- this.type === 'time' ||
223
- this.type === 'file' ||
224
- this.type === 'image') {
225
- return 'center';
215
+ if (this.type === 'text') {
216
+ return 'left';
226
217
  }
227
- return 'left';
218
+ return 'center';
228
219
  }
229
220
  /**
230
221
  * 목록 필터 사용 여부 설정.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rchemist/listgrid",
3
- "version": "0.2.15",
3
+ "version": "0.2.16",
4
4
  "private": false,
5
5
  "description": "Framework-free React CRUD UI engine — primitive-based design system, data-attr theming, and a full list/form renderer for RCM-framework-style entity backends.",
6
6
  "keywords": [