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

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
@@ -744,7 +744,9 @@ var TableElement = (props) => {
744
744
  title: col.label,
745
745
  dataIndex: col.name,
746
746
  key: col.key,
747
- render: col.render,
747
+ render: () => {
748
+ /* @__PURE__ */ import_react20.default.createElement(import_antd14.Tooltip, null, col.render);
749
+ },
748
750
  sorter: {
749
751
  compare: (a, b) => {
750
752
  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";
@@ -683,7 +683,9 @@ var TableElement = (props) => {
683
683
  title: col.label,
684
684
  dataIndex: col.name,
685
685
  key: col.key,
686
- render: col.render,
686
+ render: () => {
687
+ /* @__PURE__ */ React20.createElement(Tooltip, null, col.render);
688
+ },
687
689
  sorter: {
688
690
  compare: (a, b) => {
689
691
  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-Beta93",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",