@fle-ui/plus-dynamic-form 1.1.3-diff.0 → 1.1.4-alpha.0

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/es/index.js CHANGED
@@ -191,7 +191,8 @@ function PlusDynamicForm(props, ref) {
191
191
  flex: '110px'
192
192
  }
193
193
  }, props, {
194
- form: form
194
+ form: form,
195
+ labelWrap: true
195
196
  }), // 遍历系统字段
196
197
  formData === null || formData === void 0 ? void 0 : formData.map(function (item) {
197
198
  switch (item.fieldType) {
package/lib/index.js CHANGED
@@ -199,7 +199,8 @@ function PlusDynamicForm(props, ref) {
199
199
  flex: '110px'
200
200
  }
201
201
  }, props, {
202
- form: form
202
+ form: form,
203
+ labelWrap: true
203
204
  }), // 遍历系统字段
204
205
  formData === null || formData === void 0 ? void 0 : formData.map(function (item) {
205
206
  switch (item.fieldType) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fle-ui/plus-dynamic-form",
3
- "version": "1.1.3-diff.0",
3
+ "version": "1.1.4-alpha.0",
4
4
  "description": "@fle-ui/plus-dynamic-form",
5
5
  "author": "liqing19931031 <liqing@qq.com>",
6
6
  "homepage": "",
@@ -27,7 +27,7 @@
27
27
  "publishConfig": {
28
28
  "access": "public"
29
29
  },
30
- "gitHead": "a1a8eca220b64c619ced27d1c5678175276228cb",
30
+ "gitHead": "b60745731ab6ad4293f17b9b4c062563fe4f1069",
31
31
  "dependencies": {
32
32
  "lodash": "^4.17.21"
33
33
  }