@blackpurl/bp-react-components 1.0.11 → 1.0.13
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 +5 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -17047,7 +17047,7 @@ const ux = (e, t, r, n, i, a, s, l, c, d) => e.map((u) => {
|
|
|
17047
17047
|
field: u.accessorKey,
|
|
17048
17048
|
headerName: u.header,
|
|
17049
17049
|
align: u.textAlign || "left",
|
|
17050
|
-
headerAlign:
|
|
17050
|
+
headerAlign: "left",
|
|
17051
17051
|
flex: p.flex,
|
|
17052
17052
|
minWidth: p.minWidth,
|
|
17053
17053
|
maxWidth: p.maxWidth,
|
|
@@ -23022,7 +23022,10 @@ function cS({
|
|
|
23022
23022
|
), _e = Ke(() => {
|
|
23023
23023
|
const te = ue.filter((fe) => !h.includes(fe.id));
|
|
23024
23024
|
vc.success("Delete success!"), ie(te);
|
|
23025
|
-
}, [h, ue]), ee = Ke(
|
|
23025
|
+
}, [h, ue]), ee = Ke(
|
|
23026
|
+
() => ae.filter((te) => te.type !== "actions").map((te) => te.field),
|
|
23027
|
+
[ae]
|
|
23028
|
+
), ne = () => /* @__PURE__ */ g.jsx(
|
|
23026
23029
|
Ly,
|
|
23027
23030
|
{
|
|
23028
23031
|
open: le.value,
|