3h1-ui 2.3.1 → 2.4.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
@@ -20246,6 +20246,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
20246
20246
  ];
20247
20247
  })
20248
20248
  ]),
20249
+ header: withCtx(() => [
20250
+ renderSlot(_ctx.$slots, `${column.field}Header`, normalizeProps(guardReactiveProps({ column })), () => [
20251
+ createTextVNode(toDisplayString(column.title), 1)
20252
+ ])
20253
+ ]),
20249
20254
  _: 2
20250
20255
  }, 1040, ["edit-render"]);
20251
20256
  }), 128)),
package/lib/index.js CHANGED
@@ -20248,6 +20248,11 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
20248
20248
  ];
20249
20249
  })
20250
20250
  ]),
20251
+ header: vue.withCtx(() => [
20252
+ vue.renderSlot(_ctx.$slots, `${column.field}Header`, vue.normalizeProps(vue.guardReactiveProps({ column })), () => [
20253
+ vue.createTextVNode(vue.toDisplayString(column.title), 1)
20254
+ ])
20255
+ ]),
20251
20256
  _: 2
20252
20257
  }, 1040, ["edit-render"]);
20253
20258
  }), 128)),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "3h1-ui",
3
- "version": "2.3.1",
3
+ "version": "2.4.0",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -31,8 +31,8 @@
31
31
  "vue-types": "^5.0.2",
32
32
  "vxe-table": "^4.3.6",
33
33
  "xe-utils": "^3.5.7",
34
- "@shy-plugins/use": "1.0.3",
35
- "@shy-plugins/utils": "1.0.14"
34
+ "@shy-plugins/utils": "1.0.14",
35
+ "@shy-plugins/use": "1.0.3"
36
36
  },
37
37
  "types": "es/ui/index.d.ts",
38
38
  "devDependencies": {