@ukpc-lib/react 0.12.5 → 0.12.6
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/FavoriteMenu/components/MenuItem.d.ts +4 -1
- package/dist/components/index.cjs +1 -1
- package/dist/components/index.js +2 -2
- package/dist/index.esm2017-CgX2g4fr.cjs +1078 -0
- package/dist/{index.esm2017-Bj3cPj4Z.js → index.esm2017-D8jHeHt_.js} +12959 -12784
- package/dist/share/index.cjs +1 -1
- package/dist/share/index.js +1 -1
- package/package.json +6 -4
- 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-CI-NA37P.js → index-B4uOLjGK.js} +1 -1
- package/web-components-bundle/{index-DmH0iKVL.js → index-BSRZKjgR.js} +22990 -22817
- package/web-components-bundle/{index-Cx0zTfOC.js → index-BSe1av43.js} +1 -1
- package/web-components-bundle/{index-DE6E5mlm.js → index-BTy-Dpix.js} +536 -536
- 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/FavoriteMenu/data.json.d.ts +0 -2414
- package/dist/index.esm2017-CW5yxWcM.cjs +0 -1078
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-CgX2g4fr.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, N as S, O as G, a0 as y, Y as F, a as H, c as I, Z as M, U as N, R as O, T as $, V as j, v as w, $ as U, t as V, W as X, b as Y, u as Z, g as _, X as b } from "../index.esm2017-
|
|
1
|
+
import { M as R, N as S, O as G, a0 as y, Y as F, a as H, c as I, Z as M, U as N, R as O, T as $, V as j, v as w, $ as U, t as V, W as X, b as Y, u as Z, g as _, X as b } from "../index.esm2017-D8jHeHt_.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
1
|
{
|
|
2
2
|
"name": "@ukpc-lib/react",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.12.
|
|
4
|
+
"version": "0.12.6",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/",
|
|
7
7
|
"module": "./dist/",
|
|
@@ -39,6 +39,8 @@
|
|
|
39
39
|
"build-publish": "npm run build && npm version patch && npm run build && npm run publish && git push"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
+
"@dnd-kit/core": "^6.3.1",
|
|
43
|
+
"@dnd-kit/sortable": "^10.0.0",
|
|
42
44
|
"@emotion/react": "^11.11.3",
|
|
43
45
|
"@emotion/styled": "^11.11.0",
|
|
44
46
|
"@minoru/react-dnd-treeview": "^3.4.4",
|
|
@@ -51,6 +53,7 @@
|
|
|
51
53
|
"cssnano": "^6.0.3",
|
|
52
54
|
"firebase": "^10.8.1",
|
|
53
55
|
"framer-motion": "^10.18.0",
|
|
56
|
+
"fuse.js": "^6.5.3",
|
|
54
57
|
"i18n": "^0.15.1",
|
|
55
58
|
"i18next": "^22.5.1",
|
|
56
59
|
"i18next-browser-languagedetector": "^7.2.0",
|
|
@@ -71,10 +74,9 @@
|
|
|
71
74
|
"react-window": "^1.8.10",
|
|
72
75
|
"react-window-infinite-loader": "^1.0.9",
|
|
73
76
|
"simplebar-react": "^3.2.4",
|
|
77
|
+
"styled-components": "^5.3.3",
|
|
74
78
|
"usehooks-ts": "^2.15.1",
|
|
75
|
-
"vite-plugin-css-injected-by-js": "^3.3.1"
|
|
76
|
-
"fuse.js": "^6.5.3",
|
|
77
|
-
"styled-components": "^5.3.3"
|
|
79
|
+
"vite-plugin-css-injected-by-js": "^3.3.1"
|
|
78
80
|
},
|
|
79
81
|
"devDependencies": {
|
|
80
82
|
"@types/node": "^20.8.10",
|
|
@@ -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-BSRZKjgR.js";
|
|
3
|
+
import "../index-BSe1av43.js";
|
|
4
|
+
import "../index-BTy-Dpix.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-BSRZKjgR.js";
|
|
3
|
+
import "../index-BSe1av43.js";
|
|
4
|
+
import "../index-BTy-Dpix.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-BSRZKjgR.js";
|
|
3
|
+
import "../index-BSe1av43.js";
|
|
4
|
+
import "../index-B4uOLjGK.js";
|
|
5
|
+
import "../index-BTy-Dpix.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-BSRZKjgR.js";
|
|
3
|
+
import "../index-BTy-Dpix.js";
|
|
4
4
|
export {
|
|
5
5
|
e as HasPermission,
|
|
6
6
|
m as getUseHasPermission
|
|
@@ -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-CXwKHjZr.js";
|
|
2
2
|
import { _ as Wt, a as Z } from "./setPrototypeOf-BVKdEITT.js";
|
|
3
3
|
function Gt(i, e) {
|
|
4
4
|
for (var t = 0; t < e.length; t++) {
|