@abdellatifui/react 3.2.201 → 3.2.202
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 +3 -1
- package/package.json +1 -1
package/dist/nextgen.js
CHANGED
|
@@ -16425,7 +16425,7 @@ const En = (e, n, t) => e == null ? "" : (n ? e : { [t]: e })[t]?.toString() ||
|
|
|
16425
16425
|
T(u);
|
|
16426
16426
|
}, [u]);
|
|
16427
16427
|
const j = se((_, D) => {
|
|
16428
|
-
S(D), _?.source !== "default " && t(_, D);
|
|
16428
|
+
S(D), _?.source !== "default " && t({ ..._, props: e, ref: g }, D);
|
|
16429
16429
|
}, [t]);
|
|
16430
16430
|
G(() => {
|
|
16431
16431
|
if (w && v) {
|
|
@@ -16450,6 +16450,8 @@ const En = (e, n, t) => e == null ? "" : (n ? e : { [t]: e })[t]?.toString() ||
|
|
|
16450
16450
|
filteredOptions: V,
|
|
16451
16451
|
unControlledValue: v,
|
|
16452
16452
|
nested: c,
|
|
16453
|
+
ref: g,
|
|
16454
|
+
props: e,
|
|
16453
16455
|
accessKey: p,
|
|
16454
16456
|
onChangeEvent: j,
|
|
16455
16457
|
setOpen: C
|