@ukpc-lib/react 0.13.3-sandbox.saas-8492.patch-1 → 0.13.3-sandbox.saas-8492.patch-2
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-AmDGR3rx.cjs → index.esm2017-Blo6Ul84.cjs} +79 -79
- package/dist/{index.esm2017-B7vSDlru.js → index.esm2017-e9Fyd123.js} +7249 -7244
- package/dist/share/index.cjs +1 -1
- package/dist/share/index.js +1 -1
- 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-BV876oVg.js → index-CS3V7suY.js} +8 -6
- package/web-components-bundle/{index-Bz192w7s.js → index-CxiIFyUv.js} +537 -537
- package/web-components-bundle/{index-CdXL9k4S.js → index-DnBVPOmu.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 e=require("../index.esm2017-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../index.esm2017-Blo6Ul84.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,4 +1,4 @@
|
|
|
1
|
-
import { M as R, O as S, R as G, a1 as y, Z as F, a as H, c as I, $ as M, V as O, T as $, U as j, W as w, t as B, a0 as N, B as U, X as V, e as X, u as Y, i as Z, Y as _ } from "../index.esm2017-
|
|
1
|
+
import { M as R, O as S, R as G, a1 as y, Z as F, a as H, c as I, $ as M, V as O, T as $, U as j, W as w, t as B, a0 as N, B as U, X as V, e as X, u as Y, i as Z, Y as _ } from "../index.esm2017-e9Fyd123.js";
|
|
2
2
|
import u from "axios";
|
|
3
3
|
import { useState as m, useEffect as c } from "react";
|
|
4
4
|
import { jsx as a, Fragment as n } from "react/jsx-runtime";
|
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-CS3V7suY.js";
|
|
3
|
+
import "../index-BSe1av43.js";
|
|
4
|
+
import "../index-CxiIFyUv.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-CS3V7suY.js";
|
|
3
|
+
import "../index-BSe1av43.js";
|
|
4
|
+
import "../index-CxiIFyUv.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-CS3V7suY.js";
|
|
3
|
+
import "../index-BSe1av43.js";
|
|
4
|
+
import "../index-DnBVPOmu.js";
|
|
5
|
+
import "../index-CxiIFyUv.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-CS3V7suY.js";
|
|
3
|
+
import "../index-CxiIFyUv.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: [
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { c as $i, g as yu, r as A, j as L, R as Kd, a as Le, b as Up, s as zp, d as fV } from "./react-to-web-component-
|
|
2
|
-
import { t as KD, I as dV, i as hV, L as hy } from "./index-
|
|
3
|
-
import { c as En, T as XD, a as pV, s as mV, b as gV, e as QD, _ as _r, d as Te, D as vV, f as Jh, g as yV, h as Zo, i as ZD, r as bV, u as tf, j as ep, k as hS, l as bu, m as ol, o as pS, n as xV, p as xu, q as kf, t as sr, C as wV, v as JD, w as ek, x as Yr, B as SV, y as TV, z as tk, A as nk, E as Yp, F as Q0, G as Ec, H as CV, I as mS, J as _V, K as Xd, L as EV, M as tp, N as DV, O as kV, P as np, Q as OV, R as py, S as PV, U as my, V as Vn, W as rk, X as MV, Y as ik, Z as an, $ as rp, a0 as sk, a1 as Ao, a2 as gS, a3 as vS, a4 as Sh, a5 as Qd, a6 as yS, a7 as AV, a8 as IV, a9 as RV, aa as LV, ab as ok, ac as ak, ad as lk } from "./index-
|
|
1
|
+
import { c as $i, g as yu, r as A, j as L, R as Kd, a as Le, b as Up, s as zp, d as fV } from "./react-to-web-component-CXwKHjZr.js";
|
|
2
|
+
import { t as KD, I as dV, i as hV, L as hy } from "./index-DnBVPOmu.js";
|
|
3
|
+
import { c as En, T as XD, a as pV, s as mV, b as gV, e as QD, _ as _r, d as Te, D as vV, f as Jh, g as yV, h as Zo, i as ZD, r as bV, u as tf, j as ep, k as hS, l as bu, m as ol, o as pS, n as xV, p as xu, q as kf, t as sr, C as wV, v as JD, w as ek, x as Yr, B as SV, y as TV, z as tk, A as nk, E as Yp, F as Q0, G as Ec, H as CV, I as mS, J as _V, K as Xd, L as EV, M as tp, N as DV, O as kV, P as np, Q as OV, R as py, S as PV, U as my, V as Vn, W as rk, X as MV, Y as ik, Z as an, $ as rp, a0 as sk, a1 as Ao, a2 as gS, a3 as vS, a4 as Sh, a5 as Qd, a6 as yS, a7 as AV, a8 as IV, a9 as RV, aa as LV, ab as ok, ac as ak, ad as lk } from "./index-CxiIFyUv.js";
|
|
4
4
|
import { c as Ns } from "./clsx-DB4S2d7J.js";
|
|
5
5
|
import { _ as bS } from "./setPrototypeOf-CP0c5ut2.js";
|
|
6
|
-
import { S as Z0 } from "./index-
|
|
7
|
-
import { B as J0 } from "./react-toastify.esm-
|
|
6
|
+
import { S as Z0 } from "./index-BSe1av43.js";
|
|
7
|
+
import { B as J0 } from "./react-toastify.esm-CrTD7cpE.js";
|
|
8
8
|
import "./toast-config/index.js";
|
|
9
9
|
import "./toast-config-notification/index.js";
|
|
10
10
|
function NV(e) {
|
|
@@ -9541,7 +9541,9 @@ const uP = A.createContext({}), A9 = () => A.useContext(uP), Fo = KD, I9 = ({ ch
|
|
|
9541
9541
|
{
|
|
9542
9542
|
href: e.contextUrl,
|
|
9543
9543
|
style: {
|
|
9544
|
-
cursor: e != null && e.contextUrl ? "pointer" : "unset"
|
|
9544
|
+
cursor: e != null && e.contextUrl ? "pointer" : "unset",
|
|
9545
|
+
textDecoration: "none",
|
|
9546
|
+
color: "inherit"
|
|
9545
9547
|
},
|
|
9546
9548
|
children: [
|
|
9547
9549
|
D(e, C),
|