@vunk/form 2.5.9 → 2.5.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.
@@ -133,6 +133,7 @@ var _sfc_main = /* @__PURE__ */ vue.defineComponent({
133
133
  const prop = [props2.prop ?? [], e.$index, column.prop].flat();
134
134
  const formItemProps = {
135
135
  prop,
136
+ label: column.label,
136
137
  readonly: readonly.value,
137
138
  templateType: column.templateType,
138
139
  templateProps: column.templateProps
@@ -12,7 +12,7 @@
12
12
  .vk-input-collection__expand-fieldset{
13
13
  padding: 8px;
14
14
  }
15
- .vk-input-collection__expand-fieldset .vkf-form-item{
15
+ .vk-input-collection__expand-fieldset > .vkf-form-item{
16
16
  margin-bottom: 18px;
17
17
  }
18
18
  .vk-input-collection__buttons .cell{
@@ -129,6 +129,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
129
129
  const prop = [props2.prop ?? [], e.$index, column.prop].flat();
130
130
  const formItemProps = {
131
131
  prop,
132
+ label: column.label,
132
133
  readonly: readonly.value,
133
134
  templateType: column.templateType,
134
135
  templateProps: column.templateProps
package/index.css CHANGED
@@ -255,7 +255,7 @@
255
255
  .vk-input-collection__expand-fieldset{
256
256
  padding: 8px;
257
257
  }
258
- .vk-input-collection__expand-fieldset .vkf-form-item{
258
+ .vk-input-collection__expand-fieldset > .vkf-form-item{
259
259
  margin-bottom: 18px;
260
260
  }
261
261
  .vk-input-collection__buttons .cell{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vunk/form",
3
- "version": "2.5.9",
3
+ "version": "2.5.11",
4
4
  "description": "",
5
5
  "main": "index.esm.js",
6
6
  "scripts": {