@apexcura/ui-components 0.0.14-Beta91 → 0.0.14-Beta92

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/dist/index.js CHANGED
@@ -742,9 +742,13 @@ var TableElement = (props) => {
742
742
  },
743
743
  ...thead.map((col, ind) => ({
744
744
  title: col.label,
745
- dataIndex: col.name,
745
+ dataIndex: () => {
746
+ /* @__PURE__ */ import_react20.default.createElement(import_antd14.Tooltip, null, col.name);
747
+ },
746
748
  key: col.key,
747
- render: col.render,
749
+ render: () => {
750
+ /* @__PURE__ */ import_react20.default.createElement(import_antd14.Tooltip, null, col.render);
751
+ },
748
752
  sorter: {
749
753
  compare: (a, b) => {
750
754
  if (typeof a[col.key] === "number" && typeof a[col.key] === "number") {
package/dist/index.mjs CHANGED
@@ -606,7 +606,7 @@ var Navbar = (props) => {
606
606
 
607
607
  // src/Components/TableElement.tsx
608
608
  import React20, { useState as useState6 } from "react";
609
- import { Table as Table2 } from "antd";
609
+ import { Table as Table2, Tooltip } from "antd";
610
610
 
611
611
  // src/Components/Model.tsx
612
612
  import React19 from "react";
@@ -681,9 +681,13 @@ var TableElement = (props) => {
681
681
  },
682
682
  ...thead.map((col, ind) => ({
683
683
  title: col.label,
684
- dataIndex: col.name,
684
+ dataIndex: () => {
685
+ /* @__PURE__ */ React20.createElement(Tooltip, null, col.name);
686
+ },
685
687
  key: col.key,
686
- render: col.render,
688
+ render: () => {
689
+ /* @__PURE__ */ React20.createElement(Tooltip, null, col.render);
690
+ },
687
691
  sorter: {
688
692
  compare: (a, b) => {
689
693
  if (typeof a[col.key] === "number" && typeof a[col.key] === "number") {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.14-Beta91",
3
+ "version": "0.0.14-Beta92",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",