@ukpc-lib/react 0.16.14-sandbox.saas-11110.patch-5 → 0.16.14-sandbox.saas-11110.patch-7
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.esm2017-D5T_VLw9.js → index.esm2017-CfE4Gb5N.js} +7268 -7265
- package/dist/{index.esm2017-DUwccOiq.cjs → index.esm2017-DCX27rs3.cjs} +79 -79
- package/dist/share/index.cjs +1 -1
- package/dist/share/index.js +2 -2
- package/package.json +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-BBU58MUF.js → index-Dn5jIj55.js} +3 -3
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-DCX27rs3.cjs"),m=require("axios"),u=require("react"),d=require("react-router-dom"),a=require("react/jsx-runtime");require("@r2wc/react-to-web-component");require("@mui/material");require("react-query");require("react-dom");require("moment");const h=s=>{const[t,r]=u.useState([]);return u.useEffect(()=>{m.get(`${s}/user-management/api/v1/users/my-account/permissions`,{withCredentials:!0}).then(o=>r(o.data)).catch(o=>{console.error("Getting user permission error:",o)})},[s]),t},p=s=>{const t=d.useLocation();if(u.useEffect(()=>{var o,i;let r=t.pathname+t.search+t.hash;s&&!r.includes(s)&&(r=s+r),console.log("🚀 ~ PrivateLayout.tsx ~ fullPath:",r),(i=(o=window.top)==null?void 0:o.shellNavigate)==null||i.call(o,"/app"+r,{replace:!0})},[t,s]),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 g({open:s,disabled:t}){u.useMemo(()=>{var r,o,i,n;t||(s?(o=(r=window.top)==null?void 0:r.HostBridge)==null||o.openBackdrop(!0):(n=(i=window.top)==null?void 0:i.HostBridge)==null||n.openBackdrop(!1))},[s,t])}const l=(s,t)=>(r,o)=>{const n=e.useUserPermissions({axiosInstance:t,baseUrl:s}).data;return n?o?r.every(c=>n==null?void 0:n.includes(c)):r.some(c=>n==null?void 0:n.includes(c)):!1},f=({baseUrl:s,accessWith:t,requireAll:r,children:o})=>l(s)(t,r)?a.jsx(a.Fragment,{children:o}):null,P=({accessWith:s,requireAll:t,baseUrl:r,children:o})=>l(r)(s,t)?a.jsx(a.Fragment,{children:o}):a.jsx(e.UnauthorizedPage,{});exports.AuthContext=e.AuthContext;exports.AuthProvider=e.AuthProvider;exports.ERROR_MESSAGE=e.ERROR_MESSAGE;exports.SaasThemeProvider=e.SaasThemeProvider;exports.TranslationProvider=e.TranslationProvider;exports.X_AUTO_CANCEL=e.X_AUTO_CANCEL;exports.axiosInstance=e.axiosInstance;exports.color=e.color;exports.createCustomTheme=e.createCustomTheme;exports.handleErrorAxios=e.handleErrorAxios;exports.isCanceledError=e.isCanceledError;exports.login=e.login;exports.logout=e.logout;exports.requestInterceptor=e.requestInterceptor;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=f;exports.PermissionRoute=P;exports.getUseHasPermission=l;exports.useGetPermission=h;exports.useSyncBackdrop=g;exports.useSyncRouter=p;
|
package/dist/share/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { M as p, U as l } from "../index.esm2017-
|
|
2
|
-
import { O as L, R as M, T as N, a6 as O, a3 as _, X as $, a as j, c as D, a4 as F, Y as X, Z as q, V as z, W as V, a0 as Y, $ as Z, v as J, a5 as K, s as Q, t as W, a1 as b, e as ee, u as se, j as oe, a2 as re } from "../index.esm2017-
|
|
1
|
+
import { M as p, U as l } from "../index.esm2017-CfE4Gb5N.js";
|
|
2
|
+
import { O as L, R as M, T as N, a6 as O, a3 as _, X as $, a as j, c as D, a4 as F, Y as X, Z as q, V as z, W as V, a0 as Y, $ as Z, v as J, a5 as K, s as Q, t as W, a1 as b, e as ee, u as se, j as oe, a2 as re } from "../index.esm2017-CfE4Gb5N.js";
|
|
3
3
|
import d from "axios";
|
|
4
4
|
import { useState as f, useEffect as u, useMemo as h } from "react";
|
|
5
5
|
import { useLocation as w } from "react-router-dom";
|
package/package.json
CHANGED
|
@@ -6121,8 +6121,8 @@ function bU() {
|
|
|
6121
6121
|
const [e, t] = A.useState();
|
|
6122
6122
|
return A.useEffect(() => {
|
|
6123
6123
|
var l;
|
|
6124
|
-
const n = window.env;
|
|
6125
|
-
if (!
|
|
6124
|
+
const n = window.env, r = ((l = n == null ? void 0 : n.VITE_REDIRECT_IHUB_URL) == null ? void 0 : l.includes(window.origin)) || !1;
|
|
6125
|
+
if (!r) {
|
|
6126
6126
|
t(Wl.en), Bc.changeLanguage(Wl.en);
|
|
6127
6127
|
return;
|
|
6128
6128
|
}
|
|
@@ -6131,7 +6131,7 @@ function bU() {
|
|
|
6131
6131
|
t(Wl.en), Bc.changeLanguage(Wl.en);
|
|
6132
6132
|
return;
|
|
6133
6133
|
}
|
|
6134
|
-
const o = localStorage.getItem("language") || i;
|
|
6134
|
+
const o = (r ? localStorage.getItem("iHubLanguage") : localStorage.getItem("language")) || i;
|
|
6135
6135
|
t(o), Bc.changeLanguage(o);
|
|
6136
6136
|
}, []), {
|
|
6137
6137
|
language: e,
|