@ukpc-lib/react 0.16.3-sandbox.saas-9356.patch-1 → 0.16.3-sandbox.saas-9356.patch-4
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 +2 -2
- package/dist/components/index.js +556 -559
- package/dist/{index.esm2017-DzNnUDWP.js → index.esm2017-CP6hHvu4.js} +7371 -7353
- package/dist/{index.esm2017-BCDQhSLR.cjs → index.esm2017-DeaFULYg.cjs} +71 -71
- package/dist/share/index.cjs +1 -1
- package/dist/share/index.js +14 -14
- package/dist/translations/config.d.ts +3 -3
- package/package.json +1 -1
- package/web-components-bundle/access-denied/index.js +1 -1
- package/web-components-bundle/favorite-menu/index.js +1 -1
- package/web-components-bundle/global-menu/index.js +1 -1
- package/web-components-bundle/global-topbar/index.js +1 -1
- package/web-components-bundle/has-permission/index.js +1 -1
- package/web-components-bundle/{index-BNvYaqXI.js → index-A1xc5iEF.js} +8453 -8610
package/dist/share/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../index.esm2017-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../index.esm2017-DeaFULYg.cjs"),h=require("axios"),c=require("react"),l=require("react-router-dom"),u=require("react/jsx-runtime");require("@r2wc/react-to-web-component");require("@mui/material");const m=n=>{const[s,r]=c.useState([]);return c.useEffect(()=>{h.get(`${n}/user-management/api/v1/users/my-account/permissions`,{withCredentials:!0}).then(o=>r(o.data)).catch(o=>{console.error("Getting user permission error:",o)})},[n]),s},f=n=>{const s=l.useNavigate(),r=l.useLocation();console.log(" useSyncRouter.tsx ~ location1:",r,window.location.pathname);const o=(t=r)=>(n||"")+t.pathname+t.search+t.hash;if(c.useEffect(()=>{const t={changeRoute:i=>{const a=o();if(typeof i=="string"&&a!==i){console.log(" useSyncRouter.tsx ~ location2:",a,i);const g=n&&i.startsWith(n)?i.substring(n.length):i;s(g)}}};window.MicrofeBridge=t},[s,r]),c.useEffect(()=>{var i,a;const t=o();console.log("fullPath1",window.location.pathname,t),(a=(i=window.parent)==null?void 0:i.HostBridge)==null||a.childRouteChange(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 w({open:n,disabled:s}){c.useMemo(()=>{var r,o,t,i;s||(n?(o=(r=window.top)==null?void 0:r.HostBridge)==null||o.openBackdrop(!0):(i=(t=window.top)==null?void 0:t.HostBridge)==null||i.openBackdrop(!1))},[n,s])}const d=n=>(s,r)=>{const o=m(n);return r?s.every(t=>o==null?void 0:o.includes(t)):s.some(t=>o==null?void 0:o.includes(t))},P=({baseUrl:n,accessWith:s,requireAll:r,children:o})=>d(n)(s,r)?u.jsx(u.Fragment,{children:o}):null,p=({accessWith:n,requireAll:s,baseUrl:r,unAuthorizedPath:o,children:t})=>d(r)(n,s)?u.jsx(u.Fragment,{children:t}):u.jsx(l.Navigate,{to:o,replace:!0});exports.AuthContext=e.AuthContext;exports.AuthProvider=e.AuthProvider;exports.ERROR_MESSAGE=e.ERROR_MESSAGE;exports.SaasThemeProvider=e.SaasThemeProvider;exports.TranslationProvider=e.TranslationProvider;exports.axiosInstance=e.axiosInstance;exports.color=e.color;exports.createCustomTheme=e.createCustomTheme;exports.handleErrorAxios=e.handleErrorAxios;exports.login=e.login;exports.logout=e.logout;exports.responseInterceptor=e.responseInterceptor;exports.search=e.search;exports.setFavicon=e.setFavicon;exports.setShellBackdrop=e.setShellBackdrop;exports.translate=e.translate;exports.translationConfig=e.translationConfig;exports.useAuth=e.useAuth;exports.useCustomTranslation=e.useCustomTranslation;exports.useTheme=e.useTheme;exports.useTranslation=e.useTranslation;exports.HasPermission=P;exports.PermissionRoute=p;exports.getUseHasPermission=d;exports.useGetPermission=m;exports.useSyncBackdrop=w;exports.useSyncRouter=f;
|
package/dist/share/index.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { M as k, O as F, R as G, a1 as N, Z as $, a as I, c as O, $ as j, V as z, T as L, U, W as V, v as W, a0 as X, s as Y, t as Z, X as _, e as q, u as D, i as J, Y as K } from "../index.esm2017-CP6hHvu4.js";
|
|
2
2
|
import d from "axios";
|
|
3
|
-
import { useState as g, useEffect as
|
|
4
|
-
import { useNavigate as
|
|
3
|
+
import { useState as g, useEffect as a, useMemo as h } from "react";
|
|
4
|
+
import { useNavigate as f, useLocation as w, Navigate as p } from "react-router-dom";
|
|
5
5
|
import { jsx as c, Fragment as u } from "react/jsx-runtime";
|
|
6
6
|
import "@r2wc/react-to-web-component";
|
|
7
7
|
import "@mui/material";
|
|
8
8
|
const P = (s) => {
|
|
9
9
|
const [n, t] = g([]);
|
|
10
|
-
return
|
|
10
|
+
return a(() => {
|
|
11
11
|
d.get(`${s}/user-management/api/v1/users/my-account/permissions`, {
|
|
12
12
|
withCredentials: !0
|
|
13
13
|
}).then((o) => t(o.data)).catch((o) => {
|
|
@@ -15,29 +15,29 @@ const P = (s) => {
|
|
|
15
15
|
});
|
|
16
16
|
}, [s]), n;
|
|
17
17
|
}, T = (s) => {
|
|
18
|
-
const n =
|
|
18
|
+
const n = f(), t = w();
|
|
19
19
|
console.log(
|
|
20
20
|
" useSyncRouter.tsx ~ location1:",
|
|
21
21
|
t,
|
|
22
22
|
window.location.pathname
|
|
23
23
|
);
|
|
24
24
|
const o = (e = t) => (s || "") + e.pathname + e.search + e.hash;
|
|
25
|
-
if (
|
|
25
|
+
if (a(() => {
|
|
26
26
|
const e = {
|
|
27
27
|
changeRoute: (r) => {
|
|
28
|
-
const
|
|
29
|
-
if (typeof r == "string" &&
|
|
30
|
-
console.log(" useSyncRouter.tsx ~ location2:",
|
|
28
|
+
const i = o();
|
|
29
|
+
if (typeof r == "string" && i !== r) {
|
|
30
|
+
console.log(" useSyncRouter.tsx ~ location2:", i, r);
|
|
31
31
|
const m = s && r.startsWith(s) ? r.substring(s.length) : r;
|
|
32
32
|
n(m);
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
};
|
|
36
36
|
window.MicrofeBridge = e;
|
|
37
|
-
}, [n, t]),
|
|
38
|
-
var r,
|
|
37
|
+
}, [n, t]), a(() => {
|
|
38
|
+
var r, i;
|
|
39
39
|
const e = o();
|
|
40
|
-
console.log("fullPath1", window.location.pathname, e), (
|
|
40
|
+
console.log("fullPath1", window.location.pathname, e), (i = (r = window.parent) == null ? void 0 : r.HostBridge) == null || i.childRouteChange(e);
|
|
41
41
|
}, [t]), window.self === window.top) {
|
|
42
42
|
console.log("useSyncRouter: Navigate to /app path"), window.location.href = window.location.href.replace(
|
|
43
43
|
window.origin,
|
|
@@ -75,8 +75,8 @@ const l = (s) => (n, t) => {
|
|
|
75
75
|
children: e
|
|
76
76
|
}) => l(t)(s, n) ? /* @__PURE__ */ c(u, { children: e }) : /* @__PURE__ */ c(p, { to: o, replace: !0 });
|
|
77
77
|
export {
|
|
78
|
-
|
|
79
|
-
|
|
78
|
+
k as AuthContext,
|
|
79
|
+
F as AuthProvider,
|
|
80
80
|
G as ERROR_MESSAGE,
|
|
81
81
|
A as HasPermission,
|
|
82
82
|
E as PermissionRoute,
|
|
@@ -2,7 +2,8 @@ import { default as i18n } from 'i18next';
|
|
|
2
2
|
|
|
3
3
|
declare global {
|
|
4
4
|
interface Window {
|
|
5
|
-
|
|
5
|
+
translations?: Record<string, Record<string, any>>;
|
|
6
|
+
resources?: Record<string, Record<string, any>>;
|
|
6
7
|
}
|
|
7
8
|
}
|
|
8
9
|
export declare enum Language {
|
|
@@ -13,5 +14,4 @@ export declare const languages: {
|
|
|
13
14
|
readonly en: "English";
|
|
14
15
|
readonly de: "German";
|
|
15
16
|
};
|
|
16
|
-
|
|
17
|
-
export default i18nInstance;
|
|
17
|
+
export default i18n;
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../react-to-web-component-w5r1Fs9q.js";
|
|
2
|
-
import { L as g, T as n } from "../index-
|
|
2
|
+
import { L as g, T as n } from "../index-A1xc5iEF.js";
|
|
3
3
|
import "../index-DqxmsDJs.js";
|
|
4
4
|
import "../index-UUkm_4Gc.js";
|
|
5
5
|
import "../react-toastify.esm-H_Xdunfj.js";
|