@ukpc-lib/react 0.13.10-sandbox.saas-8903.patch-1 → 0.13.10-sandbox.saas-8806.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/dist/components/index.cjs +3 -3
- package/dist/components/index.js +4 -6
- package/dist/{index.esm2017-D3bH2psV.cjs → index.esm2017-B12_do30.cjs} +83 -83
- package/dist/{index.esm2017-BQQAXiFU.js → index.esm2017-C-F0Xayv.js} +7735 -7730
- 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-FRcEiVO_.js → index-BNSKQLN4.js} +30 -24
- package/web-components-bundle/{index-Cx0zTfOC.js → index-BSe1av43.js} +1 -1
- 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-B12_do30.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-C-F0Xayv.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-BNSKQLN4.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-BNSKQLN4.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-BNSKQLN4.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-BNSKQLN4.js";
|
|
3
|
+
import "../index-CxiIFyUv.js";
|
|
4
4
|
export {
|
|
5
5
|
e as HasPermission,
|
|
6
6
|
m as getUseHasPermission
|
|
@@ -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) {
|
|
@@ -12013,9 +12013,7 @@ function TP({ classNames: e = "", ...t }) {
|
|
|
12013
12013
|
isBrand: d,
|
|
12014
12014
|
logout: h,
|
|
12015
12015
|
disabledLogoClick: p = !1
|
|
12016
|
-
} = t
|
|
12017
|
-
console.log("🚀 ~ TopBarContent ~ notiprops:", c);
|
|
12018
|
-
const y = {
|
|
12016
|
+
} = t, y = {
|
|
12019
12017
|
...o,
|
|
12020
12018
|
color: (l == null ? void 0 : l.headerTextColor) || "white",
|
|
12021
12019
|
backgroundColor: (l == null ? void 0 : l.headerBgColor) || "black"
|
|
@@ -17280,7 +17278,7 @@ function HX(e) {
|
|
|
17280
17278
|
)
|
|
17281
17279
|
] });
|
|
17282
17280
|
}
|
|
17283
|
-
const UX = '.flex-col-center{display:flex;flex-direction:column;justify-content:center}.wrap-section{transition:all .3s;padding:0 4px}.favorite-menu{display:flex;height:56px;border-right:1px solid #ddd;background-color:#fafafa;transition:
|
|
17281
|
+
const UX = '.flex-col-center{display:flex;flex-direction:column;justify-content:center}.wrap-section{transition:all .3s;padding:0 4px}.favorite-menu{display:flex;height:56px;border-right:1px solid #ddd;background-color:#fafafa;transition:height .3s cubic-bezier(.4,0,.2,1),background .2s,border .2s;width:100%}.favorite-menu.favorite-menu--empty{height:0!important;overflow:hidden;border-right:none;background:transparent}.scrollbar-hidden::-webkit-scrollbar{width:2px;background:transparent}.favorite-menu__wrap-btn-logout,.favorite-menu__btn-logout{margin:40px 0}.favorite-menu__logout-btn__text{margin-left:12px;font-size:.875rem;opacity:0;transition:ease-in-out .2s;transition-delay:.15s}.favorite-menu__wrapper-toggle-btn{display:flex;flex-direction:row;justify-content:flex-end;transition:all .3s;margin-right:-8px;margin-top:40px;justify-content:center;width:100%}.favorite-menu__toggle-btn{margin-top:-6px;color:#85858a}.favorite-menu__logout-btn{width:100%;text-align:left;display:flex;flex-direction:row;align-items:center;padding:8px 16px 8px 18.6665px;min-height:48px;border-radius:.375rem;overflow:hidden;transition:all .3s ease-in-out;background-color:initial}.favorite-menu__logout-btn:hover{background-color:#919eab14}.favorite-menu__icon-logout{flex-shrink:0}.menu-item__wrapper{display:flex;position:relative;width:100%}.menu-item__link{display:flex;flex-direction:row;border-radius:.375rem;align-items:center;padding:.5rem;position:relative;height:48px;cursor:pointer;color:#85858a}.menu-item__link:hover{background-color:#919eab14}.menu-item__link.active{background-color:#009d4f1a;color:inherit}.menu-item__link.active.level-2,.menu-item__link.active.level-3,.menu-item__link.active.level-4,.menu-item__link.active.level-5,.menu-item__link.active.level-6,.menu-item__link.active.level-7,.menu-item__link.active.level-8,.menu-item__link.active.level-9,.menu-item__link.active.level-10{background-color:inherit;color:inherit}.menu-item__link.active.level-2:hover,.menu-item__link.active.level-3:hover,.menu-item__link.active.level-4:hover,.menu-item__link.active.level-5:hover,.menu-item__link.active.level-6:hover,.menu-item__link.active.level-7:hover,.menu-item__link.active.level-8:hover,.menu-item__link.active.level-9:hover,.menu-item__link.active.level-10:hover{background-color:#919eab14}.menu-item__link.menu-item__link.level-0{padding:0;background-color:#919eab14;transition:all .15s}.menu-item__icon{width:1.5rem;height:1.5rem;flex-shrink:0;display:grid;place-items:center}.menu-item__icon.level-1>*{margin:0 auto}.menu-item__label{font-size:.875rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%;flex-shrink:1;margin-left:12px;padding-right:12px;color:#292929;opacity:1}.menu-item__label.level-1{text-overflow:unset}.menu-item__label.active{color:inherit}.menu-item__label{margin-left:8px;font-size:.75rem;line-height:1rem}.menu-item__label.level-0,.menu-item__label.level-1{font-size:.875rem;transition-delay:.15s}.menu-item__label.level-0{color:#85858a;margin-left:8px}.menu-item__icon-arrow__wrapper{display:grid;place-items:center;position:absolute;top:50%;transform:translateY(-50%);right:0}.menu-item__icon-arrow__wrapper.level-0{display:none}.menu-item__icon-arrow__icon{transition:all .3s!important;transform:rotate(-90deg)!important}.menu-item__icon-arrow__icon.active{color:inherit}.menu-item__icon-arrow__icon.open{transform:rotate(0)!important}.menu-item__dropdown{background-color:#fafafa;border:1px solid #ddd;box-shadow:#0000001a 0 10px 15px -3px,#0000000d 0 4px 6px -2px;border-radius:4px;width:210px;max-width:210px;padding:4px;z-index:1200}.menu-item__dropdown.dropdown-favorite{width:auto;min-width:180px;max-width:350px}.menu-item__dropdown::-webkit-scrollbar{width:4px}.menu-item__dropdown::-webkit-scrollbar-thumb{background-color:#9b9b9b99;border-radius:2px}.menu-item__dropdown,.menu-item__dropdown>*{margin-top:4px}.menu-item__dropdown:first-of-type{margin-top:0}.menu-item__dropdown>*:first-child{margin-top:0}.menu-item__dropdown .menu-item__link{height:40px}.menu-item__dropdown .menu-item__link.level-1{height:48px}.menu-item__dropdown.level-1{width:auto;max-width:unset;box-shadow:none;border:none;padding:0;background-color:unset}.icon-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px;border-radius:50%;background-color:transparent;transition:background-color .3s ease;border:none}.icon-btn:hover{background-color:var(--btn-bg-hover)}.simplebar-scrollbar:before{background-color:#0000002d}.favorite-menu__menu .simplebar-track.simplebar-vertical{display:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.treeFavorited{display:flex;align-items:center;margin:0 -5px}.treeFavorited li{margin:0 5px}.item.hover-on:before{content:"";position:absolute;top:0;left:0;height:100%;width:2px;background-color:var(--primary300)}.simplebar-placeholder{width:auto!important}';
|
|
17284
17282
|
var Eu = {};
|
|
17285
17283
|
/**
|
|
17286
17284
|
* @license React
|
|
@@ -22666,24 +22664,32 @@ function Ste(e) {
|
|
|
22666
22664
|
}
|
|
22667
22665
|
);
|
|
22668
22666
|
};
|
|
22669
|
-
return console.log("isLoading fav", w), /* @__PURE__ */ L.jsx(L.Fragment, { children:
|
|
22670
|
-
|
|
22667
|
+
return console.log("isLoading fav", w), /* @__PURE__ */ L.jsx(L.Fragment, { children: /* @__PURE__ */ L.jsx(
|
|
22668
|
+
"div",
|
|
22671
22669
|
{
|
|
22672
|
-
|
|
22673
|
-
className: p("wrap-section favorite-menu__menu"),
|
|
22670
|
+
className: p(`favorite-menu${n.length === 0 ? " favorite-menu--empty" : ""}`),
|
|
22674
22671
|
style: {
|
|
22675
|
-
|
|
22676
|
-
|
|
22677
|
-
// overflow: 'auto',
|
|
22678
|
-
height: "100%"
|
|
22679
|
-
// overflowY: 'hidden',
|
|
22672
|
+
width: "100%",
|
|
22673
|
+
display: "flex"
|
|
22680
22674
|
},
|
|
22681
|
-
children:
|
|
22682
|
-
|
|
22683
|
-
|
|
22684
|
-
|
|
22675
|
+
children: n.length > 0 && /* @__PURE__ */ L.jsx(
|
|
22676
|
+
nb,
|
|
22677
|
+
{
|
|
22678
|
+
ref: c,
|
|
22679
|
+
className: p("wrap-section favorite-menu__menu"),
|
|
22680
|
+
style: {
|
|
22681
|
+
marginTop: 4,
|
|
22682
|
+
flex: 1,
|
|
22683
|
+
height: "100%"
|
|
22684
|
+
},
|
|
22685
|
+
children: /* @__PURE__ */ L.jsx(uI, { backend: TI, children: /* @__PURE__ */ L.jsxs("div", { style: { display: "inline-flex" }, children: [
|
|
22686
|
+
n.map(($, j) => /* @__PURE__ */ L.jsx(P, { item: $, index: j }, $.id)),
|
|
22687
|
+
/* @__PURE__ */ L.jsx(V, {})
|
|
22688
|
+
] }) })
|
|
22689
|
+
}
|
|
22690
|
+
)
|
|
22685
22691
|
}
|
|
22686
|
-
) })
|
|
22692
|
+
) });
|
|
22687
22693
|
}
|
|
22688
22694
|
function Tte(e = 32) {
|
|
22689
22695
|
const [t, n] = A.useState(!0), [r, i] = A.useState(0), s = () => {
|
|
@@ -33637,7 +33643,7 @@ const gE = (e) => {
|
|
|
33637
33643
|
context: "",
|
|
33638
33644
|
contextUrl: ""
|
|
33639
33645
|
});
|
|
33640
|
-
console.log(t)
|
|
33646
|
+
console.log(t);
|
|
33641
33647
|
const { setNotiData: r } = A.useContext(tl);
|
|
33642
33648
|
function i() {
|
|
33643
33649
|
const o = /* @__PURE__ */ L.jsxs("div", { className: "notification-massage_content", children: [
|
|
@@ -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: [
|