@bwg-ui/core 1.1.3 → 1.1.5
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/chunks/{SSOHandler-BFys-2Zz.js → SSOHandler-Bu3v95k0.js} +6 -3
- package/dist/chunks/SSOHandler-Bu3v95k0.js.map +1 -0
- package/dist/chunks/{SSOHandler-De8MPtGZ.cjs → SSOHandler-kghWABfM.cjs} +2 -2
- package/dist/chunks/SSOHandler-kghWABfM.cjs.map +1 -0
- package/dist/chunks/menuStore-2zsN-PRt.js +266 -0
- package/dist/chunks/{menuStore-CvQrMo35.js.map → menuStore-2zsN-PRt.js.map} +1 -1
- package/dist/chunks/menuStore-D7zl2c89.cjs +2 -0
- package/dist/chunks/{menuStore-CBvENehP.cjs.map → menuStore-D7zl2c89.cjs.map} +1 -1
- package/dist/components/common/BwgGrid.d.ts +1 -1
- package/dist/components/common/BwgGrid.d.ts.map +1 -1
- package/dist/components/common/index.cjs +1 -1
- package/dist/components/common/index.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +2 -2
- package/dist/stores/index.cjs +1 -1
- package/dist/stores/index.js +1 -1
- package/dist/stores/menuStore.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/chunks/SSOHandler-BFys-2Zz.js.map +0 -1
- package/dist/chunks/SSOHandler-De8MPtGZ.cjs.map +0 -1
- package/dist/chunks/menuStore-CBvENehP.cjs +0 -2
- package/dist/chunks/menuStore-CvQrMo35.js +0 -381
|
@@ -11,7 +11,7 @@ import { RealGridReact as Bf, RealTreeReact as Wf } from "realgrid-react";
|
|
|
11
11
|
import ni, { createPortal as qf } from "react-dom";
|
|
12
12
|
import { Rnd as Uf } from "react-rnd";
|
|
13
13
|
import { g as Zi } from "./_commonjsHelpers-C6fGbg64.js";
|
|
14
|
-
import { u as Kf, a as Gf } from "./menuStore-
|
|
14
|
+
import { u as Kf, a as Gf } from "./menuStore-2zsN-PRt.js";
|
|
15
15
|
import { i as Yf } from "./envUtils-C9Gf5aek.js";
|
|
16
16
|
import { u as Xf } from "./AuthContext-Ei2P-z4d.js";
|
|
17
17
|
import { useNavigate as Qf, useLocation as Zf } from "react-router-dom";
|
|
@@ -1651,7 +1651,10 @@ const F1 = yr(
|
|
|
1651
1651
|
x(d.current);
|
|
1652
1652
|
}
|
|
1653
1653
|
setTimeout(() => {
|
|
1654
|
-
|
|
1654
|
+
if (c) {
|
|
1655
|
+
const E = typeof u == "object" && u !== null ? u.current : null;
|
|
1656
|
+
c(E);
|
|
1657
|
+
}
|
|
1655
1658
|
}, 0);
|
|
1656
1659
|
}
|
|
1657
1660
|
}, T = (E, V, D) => {
|
|
@@ -15714,4 +15717,4 @@ export {
|
|
|
15714
15717
|
q1 as n,
|
|
15715
15718
|
k1 as o
|
|
15716
15719
|
};
|
|
15717
|
-
//# sourceMappingURL=SSOHandler-
|
|
15720
|
+
//# sourceMappingURL=SSOHandler-Bu3v95k0.js.map
|