@ukpc-lib/react 0.14.4-dev.0 → 0.14.4-sandbox.saas-9642.patch-1
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/README.md +1 -0
- package/dist/components/Topbar/icons/HamburgerIcon.d.ts +4 -0
- package/dist/components/Topbar/icons/SearchIcon.d.ts +7 -0
- package/dist/components/index.cjs +18 -18
- package/dist/components/index.js +1837 -1866
- package/dist/{index.esm2017-hlu12B5d.js → index.esm2017-B-qb8C7s.js} +12333 -12074
- package/dist/{index.esm2017-D9VnHqoi.cjs → index.esm2017-v3JDK-sh.cjs} +126 -126
- package/dist/share/index.cjs +1 -1
- package/dist/share/index.js +24 -24
- 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 +6 -5
- 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-GJlGdcoo.js → index-CMDsNzwJ.js} +1 -1
- package/web-components-bundle/{index-BMcWYdph.js → index-CufBaW-l.js} +1 -1
- package/web-components-bundle/{index-BbHsGJdK.js → index-D93_u7F1.js} +12416 -12189
- package/web-components-bundle/{index-BU5SX9Tl.js → index-DzW7qqrH.js} +537 -537
- package/web-components-bundle/page-not-found/index.js +2 -2
- package/web-components-bundle/{react-to-web-component-w5r1Fs9q.js → react-to-web-component-BOygDorD.js} +1535 -1527
- package/web-components-bundle/{react-toastify.esm-H_Xdunfj.js → react-toastify.esm-DnABvuky.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 e=require("../index.esm2017-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../index.esm2017-v3JDK-sh.cjs"),m=require("axios"),u=require("react"),i=require("react/jsx-runtime");require("@r2wc/react-to-web-component");const l=require("react-router-dom");require("@mui/material");const c=s=>{const[t,o]=u.useState([]);return u.useEffect(()=>{m.get(`${s}/user-management/api/v1/users/my-account/permissions`,{withCredentials:!0}).then(r=>o(r.data)).catch(r=>{console.error("Getting user permission error:",r)})},[s]),t},a=s=>(t,o)=>{const r=c(s);return o?t.every(n=>r==null?void 0:r.includes(n)):t.some(n=>r==null?void 0:r.includes(n))},h=({baseUrl:s,accessWith:t,requireAll:o,children:r})=>a(s)(t,o)?i.jsx(i.Fragment,{children:r}):null,P=({accessWith:s,requireAll:t,baseUrl:o,unAuthorizedPath:r,children:n})=>a(o)(s,t)?i.jsx(i.Fragment,{children:n}):i.jsx(l.Navigate,{to:r,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=h;exports.PermissionRoute=P;exports.getUseHasPermission=a;exports.useGetPermission=c;
|
package/dist/share/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { T as R, V as S, W as G, a5 as j, a2 as y, a as F, c as H, a3 as I, Z as $, X as w, Y as M, $ as N, x as O, a4 as V, t as X, a0 as Y, e as Z, u as _, j as k, a1 as q } from "../index.esm2017-B-qb8C7s.js";
|
|
2
2
|
import u from "axios";
|
|
3
3
|
import { useState as m, useEffect as c } from "react";
|
|
4
|
-
import { jsx as
|
|
4
|
+
import { jsx as o, Fragment as n } from "react/jsx-runtime";
|
|
5
5
|
import "@r2wc/react-to-web-component";
|
|
6
6
|
import { Navigate as l } from "react-router-dom";
|
|
7
7
|
import "@mui/material";
|
|
@@ -17,45 +17,45 @@ const h = (e) => {
|
|
|
17
17
|
}, i = (e) => (r, t) => {
|
|
18
18
|
const s = h(e);
|
|
19
19
|
return t ? r.every(
|
|
20
|
-
(
|
|
20
|
+
(a) => s == null ? void 0 : s.includes(a)
|
|
21
21
|
) : r.some(
|
|
22
|
-
(
|
|
22
|
+
(a) => s == null ? void 0 : s.includes(a)
|
|
23
23
|
);
|
|
24
24
|
}, T = ({
|
|
25
25
|
baseUrl: e,
|
|
26
26
|
accessWith: r,
|
|
27
27
|
requireAll: t,
|
|
28
28
|
children: s
|
|
29
|
-
}) => i(e)(r, t) ? /* @__PURE__ */
|
|
29
|
+
}) => i(e)(r, t) ? /* @__PURE__ */ o(n, { children: s }) : null, A = ({
|
|
30
30
|
accessWith: e,
|
|
31
31
|
requireAll: r,
|
|
32
32
|
baseUrl: t,
|
|
33
33
|
unAuthorizedPath: s,
|
|
34
|
-
children:
|
|
35
|
-
}) => i(t)(e, r) ? /* @__PURE__ */
|
|
34
|
+
children: a
|
|
35
|
+
}) => i(t)(e, r) ? /* @__PURE__ */ o(n, { children: a }) : /* @__PURE__ */ o(l, { to: s, replace: !0 });
|
|
36
36
|
export {
|
|
37
37
|
R as AuthContext,
|
|
38
38
|
S as AuthProvider,
|
|
39
39
|
G as ERROR_MESSAGE,
|
|
40
40
|
T as HasPermission,
|
|
41
41
|
A as PermissionRoute,
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
42
|
+
j as SaasThemeProvider,
|
|
43
|
+
y as TranslationProvider,
|
|
44
|
+
F as axiosInstance,
|
|
45
|
+
H as color,
|
|
46
|
+
I as createCustomTheme,
|
|
47
47
|
i as getUseHasPermission,
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
48
|
+
$ as handleErrorAxios,
|
|
49
|
+
w as login,
|
|
50
|
+
M as logout,
|
|
51
|
+
N as responseInterceptor,
|
|
52
|
+
O as search,
|
|
53
|
+
V as setFavicon,
|
|
54
|
+
X as translate,
|
|
55
|
+
Y as translationConfig,
|
|
56
|
+
Z as useAuth,
|
|
57
|
+
_ as useCustomTranslation,
|
|
58
58
|
h as useGetPermission,
|
|
59
|
-
|
|
60
|
-
|
|
59
|
+
k as useTheme,
|
|
60
|
+
q as useTranslation
|
|
61
61
|
};
|
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-BOygDorD.js";
|
|
2
|
+
import { F as i, u as m } from "../index-D93_u7F1.js";
|
|
3
|
+
import "../index-CMDsNzwJ.js";
|
|
4
|
+
import "../index-DzW7qqrH.js";
|
|
5
5
|
export {
|
|
6
6
|
i as FavoriteMenu,
|
|
7
7
|
m as updateFavoriteItems
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import "../react-to-web-component-
|
|
2
|
-
import { G as
|
|
3
|
-
import "../index-
|
|
4
|
-
import "../index-
|
|
1
|
+
import "../react-to-web-component-BOygDorD.js";
|
|
2
|
+
import { G as a } from "../index-D93_u7F1.js";
|
|
3
|
+
import "../index-CMDsNzwJ.js";
|
|
4
|
+
import "../index-DzW7qqrH.js";
|
|
5
|
+
import "../index-CufBaW-l.js";
|
|
5
6
|
export {
|
|
6
|
-
|
|
7
|
+
a as GlobalMenu
|
|
7
8
|
};
|
|
@@ -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-BOygDorD.js";
|
|
2
|
+
import { L as n, T as s } from "../index-D93_u7F1.js";
|
|
3
|
+
import "../index-CMDsNzwJ.js";
|
|
4
|
+
import "../index-CufBaW-l.js";
|
|
5
|
+
import "../index-DzW7qqrH.js";
|
|
6
|
+
import "../react-toastify.esm-DnABvuky.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-BOygDorD.js";
|
|
2
|
+
import { H as e, g as m } from "../index-D93_u7F1.js";
|
|
3
|
+
import "../index-DzW7qqrH.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-BOygDorD.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: [
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as $, c as ce, g as Jt, s as Xt, j as E } from "./react-to-web-component-
|
|
1
|
+
import { r as $, c as ce, g as Jt, s as Xt, j as E } from "./react-to-web-component-BOygDorD.js";
|
|
2
2
|
import { a as Wt, _ as Z } from "./setPrototypeOf-CP0c5ut2.js";
|
|
3
3
|
function Gt(i, e) {
|
|
4
4
|
for (var t = 0; t < e.length; t++) {
|