@kengic/core.react 0.0.2-beta.31 → 0.0.2-beta.32

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.
@@ -65957,6 +65957,10 @@ function KgSqlClientResultTab({ executeResult: e, index: t }) {
65957
65957
  var s, u, p;
65958
65958
  const [r, n] = reactExports.useState(!1), a = ((s = e == null ? void 0 : e.columns) == null ? void 0 : s.map((C) => ({
65959
65959
  dataIndex: C.columnLabel,
65960
+ title: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { children: [
65961
+ /* @__PURE__ */ jsxRuntimeExports.jsx("div", { children: C.columnLabel }),
65962
+ /* @__PURE__ */ jsxRuntimeExports.jsx("div", { children: C.columnDesc })
65963
+ ] }),
65960
65964
  render: (w) => w
65961
65965
  }))) ?? [];
65962
65966
  return /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/core.react",
3
- "version": "0.0.2-beta.31",
3
+ "version": "0.0.2-beta.32",
4
4
  "type": "module",
5
5
  "main": "./kengic-core.react.js",
6
6
  "module": "./kengic-core.react.js",