@3sc/common-component 0.0.366 → 0.0.367

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.es.js CHANGED
@@ -43921,7 +43921,7 @@ ww.propTypes = {
43921
43921
  pagination: s.object.isRequired
43922
43922
  };
43923
43923
  function Ud({ isRenderCellContent: e, column: t, row: n, parent: r }) {
43924
- const o = n[t.key];
43924
+ const o = n[t.key], i = (o == null ? void 0 : o.length) > 20;
43925
43925
  return /* @__PURE__ */ y.jsx(y.Fragment, { children: e ? /* @__PURE__ */ y.jsx(
43926
43926
  Ce,
43927
43927
  {
@@ -43950,10 +43950,10 @@ function Ud({ isRenderCellContent: e, column: t, row: n, parent: r }) {
43950
43950
  },
43951
43951
  id: t.key,
43952
43952
  component: "label",
43953
- children: /* @__PURE__ */ y.jsx(
43953
+ children: i ? /* @__PURE__ */ y.jsx(
43954
43954
  Uf,
43955
43955
  {
43956
- title: (o == null ? void 0 : o.lenght) > 20 ? o : "",
43956
+ title: o,
43957
43957
  placement: "top",
43958
43958
  componentsProps: {
43959
43959
  tooltip: {
@@ -43966,7 +43966,7 @@ function Ud({ isRenderCellContent: e, column: t, row: n, parent: r }) {
43966
43966
  },
43967
43967
  children: o
43968
43968
  }
43969
- )
43969
+ ) : o
43970
43970
  }
43971
43971
  ) });
43972
43972
  }