@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.
- package/kengic-core.react.js +4 -0
- package/package.json +1 -1
package/kengic-core.react.js
CHANGED
|
@@ -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: [
|