@ukpc-lib/react 0.3.41 → 0.3.42
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/components/index.cjs +1 -1
- package/dist/components/index.js +2 -2
- package/dist/{index.module-edaf6f24.cjs → index.module-06bf4d76.cjs} +1 -1
- package/dist/{index.module-b7d2d67a.js → index.module-0f5e9fad.js} +2234 -2231
- package/dist/share/index.cjs +1 -1
- package/dist/share/index.js +1 -1
- package/package.json +1 -1
- package/web-components-bundle/global-menu/index.cjs +1 -1
- package/web-components-bundle/global-menu/index.js +1 -1
- package/web-components-bundle/global-topbar/index.cjs +1 -1
- package/web-components-bundle/global-topbar/index.js +2 -2
- package/web-components-bundle/has-permission/index.cjs +1 -1
- package/web-components-bundle/has-permission/index.js +2 -2
- package/web-components-bundle/{index-6c2bc04a.cjs → index-60a9bd54.cjs} +1 -1
- package/web-components-bundle/{index-bc5f0a32.js → index-981f4a42.js} +5948 -5951
- package/web-components-bundle/{index-abae7804.cjs → index-a3fc049e.cjs} +79 -79
- package/web-components-bundle/{index-f9a0dd02.js → index-db308fb2.js} +4 -1
|
@@ -10734,7 +10734,10 @@ function Kf(e, t) {
|
|
|
10734
10734
|
return console.log("parents:", a), a;
|
|
10735
10735
|
}
|
|
10736
10736
|
function Yf(e, t) {
|
|
10737
|
-
return e.map((n) =>
|
|
10737
|
+
return e.map((n) => {
|
|
10738
|
+
var r;
|
|
10739
|
+
return (r = n.children) != null && r.length ? (n.path = "", n.children = Yf(n.children, t)) : n.path = t(n.path), n;
|
|
10740
|
+
});
|
|
10738
10741
|
}
|
|
10739
10742
|
function Jf(e) {
|
|
10740
10743
|
return e.map((n) => n.path && !n.path.includes("http") && n.path.includes("/") ? {
|