@hybr1d-tech/charizard 1.1.86 → 1.1.88
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/hybr1d-ui.js +4 -1
- package/dist/hybr1d-ui.umd.cjs +1 -1
- package/dist/index.d.ts +2 -7
- package/package.json +1 -1
package/dist/hybr1d-ui.js
CHANGED
|
@@ -9596,7 +9596,7 @@ function Fm({
|
|
|
9596
9596
|
isDropdownActions: c
|
|
9597
9597
|
}) {
|
|
9598
9598
|
const { isOpen: t, onOpen: s, onClose: r } = l6(), { columns: i, isPending: o, isError: u, handleSaveColumns: m, onCloseListener: d } = e, [v, h] = g.useState([]), [_, C] = g.useState(""), f = () => {
|
|
9599
|
-
typeof d == "function" && d(v), r();
|
|
9599
|
+
typeof d == "function" && d(v, h), r();
|
|
9600
9600
|
}, x = l.getAllLeafColumns().filter(
|
|
9601
9601
|
(y) => !y.columnDef.enableHiding && y.id !== I2 && y.id !== G2 && y.id !== $2
|
|
9602
9602
|
);
|
|
@@ -11214,6 +11214,9 @@ function tf() {
|
|
|
11214
11214
|
{
|
|
11215
11215
|
to: t.href || "",
|
|
11216
11216
|
className: M2("zap-content-medium", H0.link),
|
|
11217
|
+
onClick: () => {
|
|
11218
|
+
typeof t.onClick == "function" && t.onClick();
|
|
11219
|
+
},
|
|
11217
11220
|
children: t.label
|
|
11218
11221
|
}
|
|
11219
11222
|
),
|