@kashifd/jwero-components 0.6.12 → 0.6.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.es.js +21 -11
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -46798,6 +46798,14 @@ const Ia = ({ stroke: e = "#000", ...t }) => /* @__PURE__ */ w.jsxs(
|
|
|
46798
46798
|
transition: !0,
|
|
46799
46799
|
placement: r,
|
|
46800
46800
|
sx: { zIndex: 9999 },
|
|
46801
|
+
modifiers: [
|
|
46802
|
+
{
|
|
46803
|
+
name: "preventOverflow",
|
|
46804
|
+
options: {
|
|
46805
|
+
boundary: "window"
|
|
46806
|
+
}
|
|
46807
|
+
}
|
|
46808
|
+
],
|
|
46801
46809
|
children: ({ TransitionProps: m }) => /* @__PURE__ */ w.jsx(ws, { onClickAway: a, children: /* @__PURE__ */ w.jsx(ka, { ...m, timeout: 350, children: /* @__PURE__ */ w.jsx(
|
|
46802
46810
|
_e,
|
|
46803
46811
|
{
|
|
@@ -48764,21 +48772,22 @@ const pB = /* @__PURE__ */ Qo(hB), gB = ({ ...e }) => /* @__PURE__ */ w.jsxs(
|
|
|
48764
48772
|
boxSx: d,
|
|
48765
48773
|
innerBoxSx: g,
|
|
48766
48774
|
labelProps: m,
|
|
48767
|
-
menuSx: v
|
|
48775
|
+
menuSx: v,
|
|
48776
|
+
popperSx: A
|
|
48768
48777
|
}) => {
|
|
48769
|
-
const
|
|
48770
|
-
|
|
48771
|
-
},
|
|
48772
|
-
|
|
48778
|
+
const T = jd(null), [D, E] = fn(!1), I = () => {
|
|
48779
|
+
E(!0), t && t();
|
|
48780
|
+
}, P = () => {
|
|
48781
|
+
E(!1);
|
|
48773
48782
|
};
|
|
48774
48783
|
return mc(() => {
|
|
48775
|
-
r &&
|
|
48784
|
+
r && E(!1);
|
|
48776
48785
|
}, [r]), /* @__PURE__ */ w.jsxs(w.Fragment, { children: [
|
|
48777
48786
|
/* @__PURE__ */ w.jsxs(
|
|
48778
48787
|
_e,
|
|
48779
48788
|
{
|
|
48780
|
-
onClick:
|
|
48781
|
-
ref:
|
|
48789
|
+
onClick: I,
|
|
48790
|
+
ref: T,
|
|
48782
48791
|
direction: "row",
|
|
48783
48792
|
alignItems: "center",
|
|
48784
48793
|
justifyContent: "space-between",
|
|
@@ -48817,10 +48826,11 @@ const pB = /* @__PURE__ */ Qo(hB), gB = ({ ...e }) => /* @__PURE__ */ w.jsxs(
|
|
|
48817
48826
|
/* @__PURE__ */ w.jsx(
|
|
48818
48827
|
zh,
|
|
48819
48828
|
{
|
|
48820
|
-
open:
|
|
48821
|
-
onClose:
|
|
48822
|
-
anchorEl:
|
|
48829
|
+
open: D,
|
|
48830
|
+
onClose: P,
|
|
48831
|
+
anchorEl: T == null ? void 0 : T.current,
|
|
48823
48832
|
placement: "bottom-start",
|
|
48833
|
+
boxSx: A,
|
|
48824
48834
|
children: /* @__PURE__ */ w.jsx(jy, { menuList: a, boxSx: v })
|
|
48825
48835
|
}
|
|
48826
48836
|
)
|