@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/components/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import ui, { jsxs as k, Fragment as ve, jsx as u } from "react/jsx-runtime";
|
|
2
2
|
import * as $ from "react";
|
|
3
3
|
import Ee, { createElement as cn, PureComponent as di, useState as D, useEffect as J, useRef as ye, useContext as Ve, useCallback as ut, forwardRef as fi } from "react";
|
|
4
|
-
import { c as Ie, a as ft, _ as hi, b as Jn, d as W, C as tt, I as qr, N as mi, p as pi, L as Qn, u as gi, e as yi, S as Zr, f as vi, g as bi, Q as Xr, h as Ct, i as Jr, j as xi, s as Tt, P, k as we, l as Si, o as wi, m as De, n as _i, q as At, r as er, t as Ei, v as tr, D as Ci, w as Qr, x as eo, y as Ti, z as Ii, A as Mi, B as It } from "../index.esm2017-
|
|
5
|
-
import { H as su, G as cu, K as lu, E as uu, F as du, J as fu } from "../index.esm2017-
|
|
4
|
+
import { c as Ie, a as ft, _ as hi, b as Jn, d as W, C as tt, I as qr, N as mi, p as pi, L as Qn, u as gi, e as yi, S as Zr, f as vi, g as bi, Q as Xr, h as Ct, i as Jr, j as xi, s as Tt, P, k as we, l as Si, o as wi, m as De, n as _i, q as At, r as er, t as Ei, v as tr, D as Ci, w as Qr, x as eo, y as Ti, z as Ii, A as Mi, B as It } from "../index.esm2017-C-F0Xayv.js";
|
|
5
|
+
import { H as su, G as cu, K as lu, E as uu, F as du, J as fu } from "../index.esm2017-C-F0Xayv.js";
|
|
6
6
|
import { Box as to, CircularProgress as no, Typography as Me, Stack as Se, Dialog as ki, DialogTitle as Oi, DialogContent as Ai, DialogActions as $i, Button as yn, ClickAwayListener as Ni, TextField as ro, IconButton as Pi, Fade as Ri, Paper as zi, Checkbox as Li, Breadcrumbs as Di } from "@mui/material";
|
|
7
7
|
import "@r2wc/react-to-web-component";
|
|
8
8
|
import "react-query";
|
|
@@ -2394,9 +2394,7 @@ function os({ classNames: e = "", ...t }) {
|
|
|
2394
2394
|
isBrand: f,
|
|
2395
2395
|
logout: d,
|
|
2396
2396
|
disabledLogoClick: h = !1
|
|
2397
|
-
} = t
|
|
2398
|
-
console.log("🚀 ~ TopBarContent ~ notiprops:", l);
|
|
2399
|
-
const m = {
|
|
2397
|
+
} = t, m = {
|
|
2400
2398
|
...a,
|
|
2401
2399
|
color: (c == null ? void 0 : c.headerTextColor) || "white",
|
|
2402
2400
|
backgroundColor: (c == null ? void 0 : c.headerBgColor) || "black"
|
|
@@ -7676,7 +7674,7 @@ const Kr = (e) => {
|
|
|
7676
7674
|
context: "",
|
|
7677
7675
|
contextUrl: ""
|
|
7678
7676
|
});
|
|
7679
|
-
console.log(t)
|
|
7677
|
+
console.log(t);
|
|
7680
7678
|
const { setNotiData: r } = Ve(tt);
|
|
7681
7679
|
function o() {
|
|
7682
7680
|
const a = /* @__PURE__ */ k("div", { className: "notification-massage_content", children: [
|