@3sc/common-component 0.0.169 → 0.0.171
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 +22 -18
- 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
|
@@ -40983,27 +40983,31 @@ function hC({ column: e, sort: t, handleMenuClick: n, isManageable: o }) {
|
|
|
40983
40983
|
display: "flex",
|
|
40984
40984
|
alignItems: "center",
|
|
40985
40985
|
justifyContent: "center",
|
|
40986
|
-
fontSize: "1.1rem"
|
|
40986
|
+
fontSize: "1.1rem",
|
|
40987
|
+
textAlign: "center",
|
|
40988
|
+
whiteSpace: "normal"
|
|
40987
40989
|
},
|
|
40988
40990
|
children: [
|
|
40989
40991
|
s,
|
|
40990
|
-
|
|
40991
|
-
|
|
40992
|
-
|
|
40993
|
-
|
|
40994
|
-
|
|
40995
|
-
|
|
40996
|
-
|
|
40997
|
-
|
|
40998
|
-
|
|
40999
|
-
|
|
41000
|
-
|
|
41001
|
-
|
|
41002
|
-
|
|
41003
|
-
|
|
41004
|
-
|
|
41005
|
-
|
|
41006
|
-
|
|
40992
|
+
/* @__PURE__ */ y.jsxs(ye, { sx: { display: "flex", alignItems: "center", gap: "0.5rem" }, children: [
|
|
40993
|
+
a && /* @__PURE__ */ y.jsx(
|
|
40994
|
+
fC,
|
|
40995
|
+
{
|
|
40996
|
+
sortKey: e == null ? void 0 : e.key,
|
|
40997
|
+
sortField: l,
|
|
40998
|
+
sortDir: c,
|
|
40999
|
+
handleSortClick: () => u({ column: e, sortDir: c, sortField: l })
|
|
41000
|
+
}
|
|
41001
|
+
),
|
|
41002
|
+
o && !r && /* @__PURE__ */ y.jsx(
|
|
41003
|
+
Ao,
|
|
41004
|
+
{
|
|
41005
|
+
onClick: (d) => n(d, e),
|
|
41006
|
+
sx: { padding: "0.5rem" },
|
|
41007
|
+
children: /* @__PURE__ */ y.jsx(ye, { component: "img", src: it.Menu })
|
|
41008
|
+
}
|
|
41009
|
+
)
|
|
41010
|
+
] })
|
|
41007
41011
|
]
|
|
41008
41012
|
}
|
|
41009
41013
|
);
|