@vunk/form 2.14.13 → 2.14.14

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.
@@ -13,5 +13,5 @@ export type Column<R extends NormalObject = NormalObject, SourceType extends Nor
13
13
  }, formItemProps: SourceType) => Partial<SourceType>;
14
14
  };
15
15
  export interface Slots {
16
- options: AnyFunc;
16
+ labelActions?: AnyFunc;
17
17
  }
@@ -1774,9 +1774,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1774
1774
  visible: boolean;
1775
1775
  modelValue: Record<string, any>;
1776
1776
  formItems: unknown[];
1777
+ title: string;
1777
1778
  dialogFormProps: Record<string, any>;
1778
1779
  validateCatch: AnyFunc;
1779
- title: string;
1780
1780
  openReset: boolean;
1781
1781
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1782
1782
  export default _default;
@@ -2860,9 +2860,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2860
2860
  visible: boolean;
2861
2861
  modelValue: Record<string, any>;
2862
2862
  formItems: unknown[];
2863
+ title: string;
2863
2864
  dialogFormProps: Record<string, any>;
2864
2865
  validateCatch: import("@vunk/shared").AnyFunc;
2865
- title: string;
2866
2866
  openReset: boolean;
2867
2867
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2868
2868
  TemplatesLayout: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -95,7 +95,10 @@ var _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
95
95
  }
96
96
  });
97
97
 
98
- const _hoisted_1 = { key: 0 };
98
+ const _hoisted_1 = {
99
+ key: 0,
100
+ class: "vkf-form-item-label__span"
101
+ };
99
102
  const _hoisted_2 = {
100
103
  key: 2,
101
104
  class: "vkf-form-item-label__actions"
@@ -1,3 +1,6 @@
1
+ .vkf-form-item-label__span{
2
+ vertical-align: middle;
3
+ }
1
4
  .vkf-form-item-label-tip-button:hover .el-icon {
2
5
  color: var(--el-color-primary);
3
6
  }
@@ -91,7 +91,10 @@ var _sfc_main$1 = /* @__PURE__ */ defineComponent({
91
91
  }
92
92
  });
93
93
 
94
- const _hoisted_1 = { key: 0 };
94
+ const _hoisted_1 = {
95
+ key: 0,
96
+ class: "vkf-form-item-label__span"
97
+ };
95
98
  const _hoisted_2 = {
96
99
  key: 2,
97
100
  class: "vkf-form-item-label__actions"
package/index.css CHANGED
@@ -220,6 +220,9 @@
220
220
  margin: 0;
221
221
  }
222
222
 
223
+ .vkf-form-item-label__span{
224
+ vertical-align: middle;
225
+ }
223
226
  .vkf-form-item-label-tip-button:hover .el-icon {
224
227
  color: var(--el-color-primary);
225
228
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vunk/form",
3
- "version": "2.14.13",
3
+ "version": "2.14.14",
4
4
  "description": "",
5
5
  "main": "index.esm.js",
6
6
  "scripts": {