@abdellatifui/react 3.2.117 → 3.2.118
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/nextgen.js +4 -2
- package/package.json +1 -1
package/dist/nextgen.js
CHANGED
|
@@ -10222,8 +10222,10 @@ const sv = (e) => {
|
|
|
10222
10222
|
{
|
|
10223
10223
|
className: "min-w-[80px]",
|
|
10224
10224
|
...a,
|
|
10225
|
-
onClick:
|
|
10226
|
-
P.preventDefault(),
|
|
10225
|
+
onClick: (P) => {
|
|
10226
|
+
P.preventDefault(), r({ ...e, event: P }).then((D) => {
|
|
10227
|
+
console.log(D), D !== !1 && E();
|
|
10228
|
+
});
|
|
10227
10229
|
},
|
|
10228
10230
|
children: n ? `${p}(${x}) ` : p
|
|
10229
10231
|
}
|