@3sc/common-component 0.0.424 → 0.0.426
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 +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -43888,7 +43888,7 @@ nh.propTypes = {
|
|
|
43888
43888
|
className: "string"
|
|
43889
43889
|
};
|
|
43890
43890
|
function rh({ isRenderCellContent: e, column: t, row: n, parent: r }) {
|
|
43891
|
-
const o = n[t.key]
|
|
43891
|
+
const o = n[t.key], i = (o == null ? void 0 : o.length) > 20;
|
|
43892
43892
|
return /* @__PURE__ */ g.jsx(g.Fragment, { children: e ? /* @__PURE__ */ g.jsx(
|
|
43893
43893
|
we,
|
|
43894
43894
|
{
|
|
@@ -44485,7 +44485,7 @@ function Iw({ parent: e, column: t, sort: n, handleMenuClick: r, isManageable: o
|
|
|
44485
44485
|
}
|
|
44486
44486
|
}
|
|
44487
44487
|
},
|
|
44488
|
-
children:
|
|
44488
|
+
children: a ?? ""
|
|
44489
44489
|
}
|
|
44490
44490
|
)
|
|
44491
44491
|
}
|