@ukpc-lib/react 0.13.1-dev.2 → 0.13.1-dev.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/share/hooks/useSyncRouter.d.ts +1 -1
- package/dist/share/index.cjs +1 -1
- package/dist/share/index.js +69 -58
- 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-Cx0zTfOC.js → index-BSe1av43.js} +1 -1
- package/web-components-bundle/{index-B8-7QZsi.js → index-BziS9Had.js} +593 -593
- package/web-components-bundle/{index-BbpYFIqc.js → index-Ck-3mxIe.js} +8935 -8938
- package/web-components-bundle/{index-B2-j-GrO.js → index-T58UE-6b.js} +1 -1
- package/web-components-bundle/page-not-found/index.js +2 -2
- package/web-components-bundle/{react-to-web-component-D7SoYMky.js → react-to-web-component-CXwKHjZr.js} +1527 -1535
- package/web-components-bundle/{react-toastify.esm-Y1WvK90L.js → react-toastify.esm-CrTD7cpE.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 e=require("../index.esm2017-D_jfQoO6.cjs"),d=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 g=n=>{const[r,s]=c.useState([]);return c.useEffect(()=>{d.get(`${n}/user-management/api/v1/users/my-account/permissions`,{withCredentials:!0}).then(o=>s(o.data)).catch(o=>{console.error("Getting user permission error:",o)})},[n]),r},P=n=>{const r=l.useNavigate(),s=l.useLocation();console.log(" useSyncRouter.tsx ~ location1:",s,window.location.pathname);const o=(t=s)=>(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 h=n&&i.startsWith(n)?i.substring(n.length):i;r(h)}}};window.MicrofeBridge=t},[r,s]),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)},[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}},m=n=>(r,s)=>{const o=g(n);return s?r.every(t=>o==null?void 0:o.includes(t)):r.some(t=>o==null?void 0:o.includes(t))},f=({baseUrl:n,accessWith:r,requireAll:s,children:o})=>m(n)(r,s)?u.jsx(u.Fragment,{children:o}):null,w=({accessWith:n,requireAll:r,baseUrl:s,unAuthorizedPath:o,children:t})=>m(s)(n,r)?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.translate=e.translate;exports.translationConfig=e.translationConfig;exports.useAuth=e.useAuth;exports.useCustomTranslation=e.useCustomTranslation;exports.useTheme=e.useTheme;exports.useTranslation=e.useTranslation$1;exports.HasPermission=f;exports.PermissionRoute=w;exports.getUseHasPermission=m;exports.useGetPermission=g;exports.useSyncRouter=P;
|
package/dist/share/index.js
CHANGED
|
@@ -1,82 +1,93 @@
|
|
|
1
|
-
import { M
|
|
2
|
-
import
|
|
3
|
-
import { useState as
|
|
4
|
-
import { useNavigate as
|
|
5
|
-
import { jsx as
|
|
1
|
+
import { M, N, O as B, a0 as G, Y as H, a as $, c as I, Z as O, U as j, R as z, T as L, V as U, v as V, $ as W, t as X, W as Y, b as Z, u as _, g as k, X as q } from "../index.esm2017-gn4YavpL.js";
|
|
2
|
+
import g from "axios";
|
|
3
|
+
import { useState as h, useEffect as i } from "react";
|
|
4
|
+
import { useNavigate as d, useLocation as f, Navigate as w } from "react-router-dom";
|
|
5
|
+
import { jsx as u, Fragment as c } from "react/jsx-runtime";
|
|
6
6
|
import "@r2wc/react-to-web-component";
|
|
7
7
|
import "@mui/material";
|
|
8
|
-
const
|
|
9
|
-
const [
|
|
10
|
-
return
|
|
11
|
-
|
|
8
|
+
const P = (s) => {
|
|
9
|
+
const [n, t] = h([]);
|
|
10
|
+
return i(() => {
|
|
11
|
+
g.get(`${s}/user-management/api/v1/users/my-account/permissions`, {
|
|
12
12
|
withCredentials: !0
|
|
13
|
-
}).then((
|
|
14
|
-
console.error("Getting user permission error:",
|
|
13
|
+
}).then((o) => t(o.data)).catch((o) => {
|
|
14
|
+
console.error("Getting user permission error:", o);
|
|
15
15
|
});
|
|
16
|
-
}, [
|
|
17
|
-
}, T = () => {
|
|
18
|
-
const
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
16
|
+
}, [s]), n;
|
|
17
|
+
}, T = (s) => {
|
|
18
|
+
const n = d(), t = f();
|
|
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;
|
|
25
|
+
if (i(() => {
|
|
26
|
+
const e = {
|
|
27
|
+
changeRoute: (r) => {
|
|
28
|
+
const a = o();
|
|
29
|
+
if (typeof r == "string" && a !== r) {
|
|
30
|
+
console.log(" useSyncRouter.tsx ~ location2:", a, r);
|
|
31
|
+
const m = s && r.startsWith(s) ? r.substring(s.length) : r;
|
|
32
|
+
n(m);
|
|
33
|
+
}
|
|
23
34
|
}
|
|
24
35
|
};
|
|
25
|
-
window.MicrofeBridge =
|
|
26
|
-
}, [
|
|
27
|
-
var
|
|
28
|
-
const
|
|
29
|
-
(
|
|
30
|
-
}, [
|
|
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) {
|
|
31
42
|
console.log("useSyncRouter: Navigate to /app path"), window.location.href = window.location.href.replace(
|
|
32
43
|
window.origin,
|
|
33
44
|
`${window.origin}/app`
|
|
34
45
|
);
|
|
35
46
|
return;
|
|
36
47
|
}
|
|
37
|
-
},
|
|
38
|
-
const
|
|
39
|
-
return t ?
|
|
40
|
-
(
|
|
41
|
-
) :
|
|
42
|
-
(
|
|
48
|
+
}, l = (s) => (n, t) => {
|
|
49
|
+
const o = P(s);
|
|
50
|
+
return t ? n.every(
|
|
51
|
+
(e) => o == null ? void 0 : o.includes(e)
|
|
52
|
+
) : n.some(
|
|
53
|
+
(e) => o == null ? void 0 : o.includes(e)
|
|
43
54
|
);
|
|
44
55
|
}, C = ({
|
|
45
|
-
baseUrl:
|
|
46
|
-
accessWith:
|
|
56
|
+
baseUrl: s,
|
|
57
|
+
accessWith: n,
|
|
47
58
|
requireAll: t,
|
|
48
|
-
children:
|
|
49
|
-
}) =>
|
|
50
|
-
accessWith:
|
|
51
|
-
requireAll:
|
|
59
|
+
children: o
|
|
60
|
+
}) => l(s)(n, t) ? /* @__PURE__ */ u(c, { children: o }) : null, A = ({
|
|
61
|
+
accessWith: s,
|
|
62
|
+
requireAll: n,
|
|
52
63
|
baseUrl: t,
|
|
53
|
-
unAuthorizedPath:
|
|
54
|
-
children:
|
|
55
|
-
}) =>
|
|
64
|
+
unAuthorizedPath: o,
|
|
65
|
+
children: e
|
|
66
|
+
}) => l(t)(s, n) ? /* @__PURE__ */ u(c, { children: e }) : /* @__PURE__ */ u(w, { to: o, replace: !0 });
|
|
56
67
|
export {
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
68
|
+
M as AuthContext,
|
|
69
|
+
N as AuthProvider,
|
|
70
|
+
B as ERROR_MESSAGE,
|
|
60
71
|
C as HasPermission,
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
72
|
+
A as PermissionRoute,
|
|
73
|
+
G as SaasThemeProvider,
|
|
74
|
+
H as TranslationProvider,
|
|
75
|
+
$ as axiosInstance,
|
|
76
|
+
I as color,
|
|
77
|
+
O as createCustomTheme,
|
|
78
|
+
l as getUseHasPermission,
|
|
79
|
+
j as handleErrorAxios,
|
|
80
|
+
z as login,
|
|
81
|
+
L as logout,
|
|
82
|
+
U as responseInterceptor,
|
|
83
|
+
V as search,
|
|
84
|
+
W as setFavicon,
|
|
74
85
|
X as translate,
|
|
75
86
|
Y as translationConfig,
|
|
76
87
|
Z as useAuth,
|
|
77
88
|
_ as useCustomTranslation,
|
|
78
|
-
|
|
89
|
+
P as useGetPermission,
|
|
79
90
|
T as useSyncRouter,
|
|
80
|
-
|
|
81
|
-
|
|
91
|
+
k as useTheme,
|
|
92
|
+
q as useTranslation
|
|
82
93
|
};
|
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-CXwKHjZr.js";
|
|
2
|
+
import { F as i, u as m } from "../index-Ck-3mxIe.js";
|
|
3
|
+
import "../index-BSe1av43.js";
|
|
4
|
+
import "../index-BziS9Had.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-CXwKHjZr.js";
|
|
2
|
+
import { G as i } from "../index-Ck-3mxIe.js";
|
|
3
|
+
import "../index-BSe1av43.js";
|
|
4
|
+
import "../index-BziS9Had.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-CXwKHjZr.js";
|
|
2
|
+
import { L as n, T as s } from "../index-Ck-3mxIe.js";
|
|
3
|
+
import "../index-BSe1av43.js";
|
|
4
|
+
import "../index-T58UE-6b.js";
|
|
5
|
+
import "../index-BziS9Had.js";
|
|
6
|
+
import "../react-toastify.esm-CrTD7cpE.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-CXwKHjZr.js";
|
|
2
|
+
import { H as e, g as m } from "../index-Ck-3mxIe.js";
|
|
3
|
+
import "../index-BziS9Had.js";
|
|
4
4
|
export {
|
|
5
5
|
e as HasPermission,
|
|
6
6
|
m as getUseHasPermission
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { j as e, s as a } from "./react-to-web-component-
|
|
1
|
+
import { j as e, s as a } from "./react-to-web-component-CXwKHjZr.js";
|
|
2
2
|
const l = "*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}";
|
|
3
3
|
function s({ children: t, styles: o = [], ...i }) {
|
|
4
4
|
return /* @__PURE__ */ e.jsxs("div", { ...i, children: [
|