wyfe-ivue 2.19.19 → 2.19.21

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wyfe-ivue",
3
- "version": "2.19.19",
3
+ "version": "2.19.21",
4
4
  "description": "基于 Vite8 + Vue3 + Typescript6 + ElementPlus2 构建的高性能【万有前端·iVue】组件库",
5
5
  "homepage": "https://wyfe.top/ivue",
6
6
  "type": "module",
@@ -265,6 +265,10 @@ export interface FormColumn {
265
265
  * el-form-item的labelWidth
266
266
  */
267
267
  labelWidth?: string
268
+ /**
269
+ * el-form-item的labelPosition
270
+ */
271
+ labelPosition?: 'left' | 'right' | 'top'
268
272
  /**
269
273
  * 是否显示当前项
270
274
  * 为false则不显示当前项 会占用formColumn空间,似v-show