@abdellatifui/react 3.2.134 → 3.2.135
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 +2 -1
- package/package.json +1 -1
package/dist/nextgen.js
CHANGED
|
@@ -15932,7 +15932,7 @@ const Jx = (e) => {
|
|
|
15932
15932
|
function m() {
|
|
15933
15933
|
ce(".abui-window-box").attr("data-ontop", "false"), ce(".abui-window-box-content").attr("data-ontop", "false"), ce(n.current).parent().attr("data-ontop", "true"), ce(n.current).attr("data-ontop", "true");
|
|
15934
15934
|
}
|
|
15935
|
-
return q(() => (m(), ce(document).on("bringtofront", (h, g) => {
|
|
15935
|
+
return q(() => (m(), console.log(l), ce(document).on("bringtofront", (h, g) => {
|
|
15936
15936
|
g === s && m();
|
|
15937
15937
|
}), () => {
|
|
15938
15938
|
ce(document).off("bringtofront");
|
|
@@ -15955,6 +15955,7 @@ const Jx = (e) => {
|
|
|
15955
15955
|
{
|
|
15956
15956
|
id: u,
|
|
15957
15957
|
ref: n,
|
|
15958
|
+
"data-bounds": JSON.stringify(l),
|
|
15958
15959
|
"data-window-id": s,
|
|
15959
15960
|
className: "abui-window-box-content absolute data-[ontop=true]:shadow",
|
|
15960
15961
|
onClick: m,
|