@3sc/common-component 0.0.25 → 0.0.27
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 +3 -5
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -22022,7 +22022,7 @@ const Qp = ({ option: e, value: t, handleSelectChange: n, ...r }) => /* @__PURE_
|
|
|
22022
22022
|
] }, l)) }) })
|
|
22023
22023
|
] });
|
|
22024
22024
|
}, [e]);
|
|
22025
|
-
return /* @__PURE__ */ x.jsx("table", { className: "table-notification", children: o() });
|
|
22025
|
+
return /* @__PURE__ */ x.jsx("div", { className: "table-container", children: /* @__PURE__ */ x.jsx("table", { className: "table-notification", children: o() }) });
|
|
22026
22026
|
}, RT = ({ loading: e, isEmpty: t, data: n, subTitle: r }) => {
|
|
22027
22027
|
const [o, s] = Le(""), [a, c] = Le(1), [l, u] = Le(10), [d, p] = Le(0), [m, h] = Le([]), [b, g] = Le(!1), [f, y] = Le("");
|
|
22028
22028
|
dr(() => {
|
|
@@ -22053,13 +22053,11 @@ const Qp = ({ option: e, value: t, handleSelectChange: n, ...r }) => /* @__PURE_
|
|
|
22053
22053
|
g(!b), y(A);
|
|
22054
22054
|
};
|
|
22055
22055
|
return /* @__PURE__ */ x.jsxs(x.Fragment, { children: [
|
|
22056
|
-
/* @__PURE__ */ x.jsx(Ws, { dividers: !0, sx: { pt: "0 !important", minHeight: 240 }, children: /* @__PURE__ */ x.jsx(
|
|
22056
|
+
/* @__PURE__ */ x.jsx(Ws, { dividers: !0, sx: { pt: "0 !important", minHeight: 240, overflowX: "hidden", padding: 0 }, children: /* @__PURE__ */ x.jsx(
|
|
22057
22057
|
pt,
|
|
22058
22058
|
{
|
|
22059
22059
|
sx: e || t ? {
|
|
22060
|
-
|
|
22061
|
-
justifyContent: "center",
|
|
22062
|
-
alignItems: "center",
|
|
22060
|
+
position: "relative",
|
|
22063
22061
|
minHeight: 320
|
|
22064
22062
|
} : {},
|
|
22065
22063
|
children: e ? /* @__PURE__ */ x.jsx($s, {}) : t ? /* @__PURE__ */ x.jsx(bt, { className: "no-record", children: Lt.NRF }) : /* @__PURE__ */ x.jsxs(x.Fragment, { children: [
|