@ukpc-lib/react 0.15.9-sandbox.saas-9249.patch-3 → 0.15.9-sandbox.saas-9249.patch-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/share/hooks/useSyncRouter.d.ts +1 -1
- package/dist/share/index.cjs +1 -1
- package/dist/share/index.js +67 -85
- package/package.json +1 -1
- package/web-components-bundle/access-denied/index.js +2 -2
- package/web-components-bundle/base-breadcrumbs/index.js +2 -2
- package/web-components-bundle/favorite-menu/index.js +4 -4
- package/web-components-bundle/global-menu/index.js +4 -4
- package/web-components-bundle/global-topbar/index.js +6 -6
- package/web-components-bundle/has-permission/index.js +3 -3
- package/web-components-bundle/{index-DzW7qqrH.js → index-BU5SX9Tl.js} +537 -537
- package/web-components-bundle/{index-CiYHK3Rq.js → index-Ch-015PG.js} +1 -1
- package/web-components-bundle/{index-CsRO9vuw.js → index-CkNwqMnZ.js} +5 -5
- package/web-components-bundle/{index-BUE-pz1x.js → index-DqxmsDJs.js} +1 -1
- package/web-components-bundle/page-not-found/index.js +2 -2
- package/web-components-bundle/{react-to-web-component-BOygDorD.js → react-to-web-component-w5r1Fs9q.js} +1527 -1535
- package/web-components-bundle/{react-toastify.esm-DnABvuky.js → react-toastify.esm-H_Xdunfj.js} +1 -1
- package/web-components-bundle/toast-config/index.js +2 -2
- package/web-components-bundle/toast-config-notification/index.js +2 -2
package/dist/share/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("../index.esm2017-qAWyt7zI.cjs"),d=require("axios"),a=require("react"),l=require("react-router-dom"),i=require("react/jsx-runtime");require("@r2wc/react-to-web-component");require("@mui/material");const m=r=>{const[t,s]=a.useState([]);return a.useEffect(()=>{d.get(`${r}/user-management/api/v1/users/my-account/permissions`,{withCredentials:!0}).then(e=>s(e.data)).catch(e=>{console.error("Getting user permission error:",e)})},[r]),t},h=r=>{const t=l.useLocation();if(a.useEffect(()=>{var e,n;let s=t.pathname+t.search+t.hash;r&&!s.includes(r)&&(s=r+s),console.log("🚀 ~ PrivateLayout.tsx ~ fullPath:",s),(n=(e=window.top)==null?void 0:e.shellNavigate)==null||n.call(e,"/app"+s,{replace:!0})},[t,r]),window.self===window.top){console.log("useSyncRouter: Navigate to /app path"),window.location.href=window.location.href.replace(window.origin,`${window.origin}/app`);return}};function p({open:r,disabled:t}){a.useMemo(()=>{var s,e,n,u;t||(r?(e=(s=window.top)==null?void 0:s.HostBridge)==null||e.openBackdrop(!0):(u=(n=window.top)==null?void 0:n.HostBridge)==null||u.openBackdrop(!1))},[r,t])}const c=r=>(t,s)=>{const e=m(r);return s?t.every(n=>e==null?void 0:e.includes(n)):t.some(n=>e==null?void 0:e.includes(n))},g=({baseUrl:r,accessWith:t,requireAll:s,children:e})=>c(r)(t,s)?i.jsx(i.Fragment,{children:e}):null,f=({accessWith:r,requireAll:t,baseUrl:s,unAuthorizedPath:e,children:n})=>c(s)(r,t)?i.jsx(i.Fragment,{children:n}):i.jsx(l.Navigate,{to:e,replace:!0});exports.AuthContext=o.AuthContext;exports.AuthProvider=o.AuthProvider;exports.ERROR_MESSAGE=o.ERROR_MESSAGE;exports.SaasThemeProvider=o.SaasThemeProvider;exports.TranslationProvider=o.TranslationProvider;exports.axiosInstance=o.axiosInstance;exports.color=o.color;exports.createCustomTheme=o.createCustomTheme;exports.handleErrorAxios=o.handleErrorAxios;exports.login=o.login;exports.logout=o.logout;exports.responseInterceptor=o.responseInterceptor;exports.search=o.search;exports.setFavicon=o.setFavicon;exports.setShellBackdrop=o.setShellBackdrop;exports.translate=o.translate;exports.translationConfig=o.translationConfig;exports.useAuth=o.useAuth;exports.useCustomTranslation=o.useCustomTranslation;exports.useTheme=o.useTheme;exports.useTranslation=o.useTranslation$1;exports.HasPermission=g;exports.PermissionRoute=f;exports.getUseHasPermission=c;exports.useGetPermission=m;exports.useSyncBackdrop=p;exports.useSyncRouter=h;
|
package/dist/share/index.js
CHANGED
|
@@ -1,44 +1,26 @@
|
|
|
1
|
-
import { O as
|
|
2
|
-
import
|
|
3
|
-
import { useState as
|
|
4
|
-
import {
|
|
5
|
-
import { jsx as
|
|
1
|
+
import { O as E, R as k, T as H, a2 as G, $ as N, a as $, c as F, a0 as I, W as L, U as M, V as O, X as j, w as U, a1 as V, s as X, t as Y, Y as Z, e as _, u as q, i as z, Z as D } from "../index.esm2017-tcuviKS1.js";
|
|
2
|
+
import l from "axios";
|
|
3
|
+
import { useState as m, useEffect as i, useMemo as p } from "react";
|
|
4
|
+
import { useLocation as d, Navigate as f } from "react-router-dom";
|
|
5
|
+
import { jsx as a, Fragment as u } from "react/jsx-runtime";
|
|
6
6
|
import "@r2wc/react-to-web-component";
|
|
7
7
|
import "@mui/material";
|
|
8
|
-
const
|
|
9
|
-
const [
|
|
8
|
+
const h = (o) => {
|
|
9
|
+
const [s, r] = m([]);
|
|
10
10
|
return i(() => {
|
|
11
|
-
|
|
11
|
+
l.get(`${o}/user-management/api/v1/users/my-account/permissions`, {
|
|
12
12
|
withCredentials: !0
|
|
13
|
-
}).then((
|
|
14
|
-
console.error("Getting user permission error:",
|
|
13
|
+
}).then((e) => r(e.data)).catch((e) => {
|
|
14
|
+
console.error("Getting user permission error:", e);
|
|
15
15
|
});
|
|
16
|
-
}, [
|
|
17
|
-
},
|
|
18
|
-
const
|
|
19
|
-
console.log(
|
|
20
|
-
" useSyncRouter.tsx ~ location1:",
|
|
21
|
-
t,
|
|
22
|
-
window.location.pathname
|
|
23
|
-
);
|
|
24
|
-
const o = (e = t) => (s || "") + e.pathname + e.search + e.hash;
|
|
16
|
+
}, [o]), s;
|
|
17
|
+
}, R = (o) => {
|
|
18
|
+
const s = d();
|
|
25
19
|
if (i(() => {
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
console.log(" useSyncRouter.tsx ~ location2:", a, r);
|
|
31
|
-
const m = s && r.startsWith(s) ? r.substring(s.length) : r;
|
|
32
|
-
n(m);
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
};
|
|
36
|
-
window.MicrofeBridge = e;
|
|
37
|
-
}, [n, t]), i(() => {
|
|
38
|
-
var r, a;
|
|
39
|
-
const e = o();
|
|
40
|
-
console.log("fullPath1", window.location.pathname, e), (a = (r = window.parent) == null ? void 0 : r.HostBridge) == null || a.childRouteChange(e);
|
|
41
|
-
}, [t]), window.self === window.top) {
|
|
20
|
+
var e, t;
|
|
21
|
+
let r = s.pathname + s.search + s.hash;
|
|
22
|
+
o && !r.includes(o) && (r = o + r), console.log("🚀 ~ PrivateLayout.tsx ~ fullPath:", r), (t = (e = window.top) == null ? void 0 : e.shellNavigate) == null || t.call(e, "/app" + r, { replace: !0 });
|
|
23
|
+
}, [s, o]), window.self === window.top) {
|
|
42
24
|
console.log("useSyncRouter: Navigate to /app path"), window.location.href = window.location.href.replace(
|
|
43
25
|
window.origin,
|
|
44
26
|
`${window.origin}/app`
|
|
@@ -46,60 +28,60 @@ const P = (s) => {
|
|
|
46
28
|
return;
|
|
47
29
|
}
|
|
48
30
|
};
|
|
49
|
-
function
|
|
50
|
-
open:
|
|
51
|
-
disabled:
|
|
31
|
+
function T({
|
|
32
|
+
open: o,
|
|
33
|
+
disabled: s
|
|
52
34
|
}) {
|
|
53
|
-
|
|
54
|
-
var
|
|
55
|
-
|
|
56
|
-
}, [
|
|
35
|
+
p(() => {
|
|
36
|
+
var r, e, t, n;
|
|
37
|
+
s || (o ? (e = (r = window.top) == null ? void 0 : r.HostBridge) == null || e.openBackdrop(!0) : (n = (t = window.top) == null ? void 0 : t.HostBridge) == null || n.openBackdrop(!1));
|
|
38
|
+
}, [o, s]);
|
|
57
39
|
}
|
|
58
|
-
const
|
|
59
|
-
const
|
|
60
|
-
return
|
|
61
|
-
(
|
|
62
|
-
) :
|
|
63
|
-
(
|
|
40
|
+
const c = (o) => (s, r) => {
|
|
41
|
+
const e = h(o);
|
|
42
|
+
return r ? s.every(
|
|
43
|
+
(t) => e == null ? void 0 : e.includes(t)
|
|
44
|
+
) : s.some(
|
|
45
|
+
(t) => e == null ? void 0 : e.includes(t)
|
|
64
46
|
);
|
|
65
|
-
},
|
|
66
|
-
baseUrl:
|
|
67
|
-
accessWith: n,
|
|
68
|
-
requireAll: t,
|
|
69
|
-
children: o
|
|
70
|
-
}) => l(s)(n, t) ? /* @__PURE__ */ c(u, { children: o }) : null, E = ({
|
|
47
|
+
}, y = ({
|
|
48
|
+
baseUrl: o,
|
|
71
49
|
accessWith: s,
|
|
72
|
-
requireAll:
|
|
73
|
-
baseUrl: t,
|
|
74
|
-
unAuthorizedPath: o,
|
|
50
|
+
requireAll: r,
|
|
75
51
|
children: e
|
|
76
|
-
}) =>
|
|
52
|
+
}) => c(o)(s, r) ? /* @__PURE__ */ a(u, { children: e }) : null, B = ({
|
|
53
|
+
accessWith: o,
|
|
54
|
+
requireAll: s,
|
|
55
|
+
baseUrl: r,
|
|
56
|
+
unAuthorizedPath: e,
|
|
57
|
+
children: t
|
|
58
|
+
}) => c(r)(o, s) ? /* @__PURE__ */ a(u, { children: t }) : /* @__PURE__ */ a(f, { to: e, replace: !0 });
|
|
77
59
|
export {
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
60
|
+
E as AuthContext,
|
|
61
|
+
k as AuthProvider,
|
|
62
|
+
H as ERROR_MESSAGE,
|
|
63
|
+
y as HasPermission,
|
|
64
|
+
B as PermissionRoute,
|
|
65
|
+
G as SaasThemeProvider,
|
|
66
|
+
N as TranslationProvider,
|
|
67
|
+
$ as axiosInstance,
|
|
68
|
+
F as color,
|
|
69
|
+
I as createCustomTheme,
|
|
70
|
+
c as getUseHasPermission,
|
|
71
|
+
L as handleErrorAxios,
|
|
72
|
+
M as login,
|
|
73
|
+
O as logout,
|
|
74
|
+
j as responseInterceptor,
|
|
75
|
+
U as search,
|
|
76
|
+
V as setFavicon,
|
|
77
|
+
X as setShellBackdrop,
|
|
78
|
+
Y as translate,
|
|
79
|
+
Z as translationConfig,
|
|
80
|
+
_ as useAuth,
|
|
81
|
+
q as useCustomTranslation,
|
|
82
|
+
h as useGetPermission,
|
|
83
|
+
T as useSyncBackdrop,
|
|
84
|
+
R as useSyncRouter,
|
|
85
|
+
z as useTheme,
|
|
86
|
+
D as useTranslation
|
|
105
87
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import "../react-to-web-component-
|
|
2
|
-
import { F as i, u as m } from "../index-
|
|
3
|
-
import "../index-
|
|
4
|
-
import "../index-
|
|
1
|
+
import "../react-to-web-component-w5r1Fs9q.js";
|
|
2
|
+
import { F as i, u as m } from "../index-CkNwqMnZ.js";
|
|
3
|
+
import "../index-DqxmsDJs.js";
|
|
4
|
+
import "../index-BU5SX9Tl.js";
|
|
5
5
|
export {
|
|
6
6
|
i as FavoriteMenu,
|
|
7
7
|
m as updateFavoriteItems
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import "../react-to-web-component-
|
|
2
|
-
import { G as i } from "../index-
|
|
3
|
-
import "../index-
|
|
4
|
-
import "../index-
|
|
1
|
+
import "../react-to-web-component-w5r1Fs9q.js";
|
|
2
|
+
import { G as i } from "../index-CkNwqMnZ.js";
|
|
3
|
+
import "../index-DqxmsDJs.js";
|
|
4
|
+
import "../index-BU5SX9Tl.js";
|
|
5
5
|
export {
|
|
6
6
|
i as GlobalMenu
|
|
7
7
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import "../react-to-web-component-
|
|
2
|
-
import { L as n, T as s } from "../index-
|
|
3
|
-
import "../index-
|
|
4
|
-
import "../index-
|
|
5
|
-
import "../index-
|
|
6
|
-
import "../react-toastify.esm-
|
|
1
|
+
import "../react-to-web-component-w5r1Fs9q.js";
|
|
2
|
+
import { L as n, T as s } from "../index-CkNwqMnZ.js";
|
|
3
|
+
import "../index-DqxmsDJs.js";
|
|
4
|
+
import "../index-Ch-015PG.js";
|
|
5
|
+
import "../index-BU5SX9Tl.js";
|
|
6
|
+
import "../react-toastify.esm-H_Xdunfj.js";
|
|
7
7
|
import "../toast-config/index.js";
|
|
8
8
|
import "../toast-config-notification/index.js";
|
|
9
9
|
export {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import "../react-to-web-component-
|
|
2
|
-
import { H as e, g as m } from "../index-
|
|
3
|
-
import "../index-
|
|
1
|
+
import "../react-to-web-component-w5r1Fs9q.js";
|
|
2
|
+
import { H as e, g as m } from "../index-CkNwqMnZ.js";
|
|
3
|
+
import "../index-BU5SX9Tl.js";
|
|
4
4
|
export {
|
|
5
5
|
e as HasPermission,
|
|
6
6
|
m as getUseHasPermission
|