@ukpc-lib/react 0.12.5-dev.0 → 0.12.5
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/BaseBreadcrumb/index.d.ts +17 -0
- package/dist/components/index.cjs +17 -22
- package/dist/components/index.js +2084 -1836
- package/dist/components/main.d.ts +1 -0
- package/dist/{index.esm2017-9e03f5b5.js → index.esm2017-Bj3cPj4Z.js} +18286 -18352
- package/dist/index.esm2017-CW5yxWcM.cjs +1078 -0
- package/dist/share/index.cjs +1 -1
- package/dist/share/index.js +1 -1
- package/package.json +2 -2
- package/web-components-bundle/access-denied/index.js +2 -2
- package/web-components-bundle/base-breadcrumbs/index.js +5 -0
- package/web-components-bundle/clsx-DB4S2d7J.js +22 -0
- package/web-components-bundle/favorite-menu/index.js +6 -9
- package/web-components-bundle/global-menu/index.js +5 -8
- package/web-components-bundle/global-topbar/index.js +8 -7
- package/web-components-bundle/has-permission/index.js +5 -9
- package/web-components-bundle/{index-c91ec106.js → index-CI-NA37P.js} +361 -376
- package/web-components-bundle/{index-51ba1ee1.js → index-Cx0zTfOC.js} +3 -5
- package/web-components-bundle/index-DE6E5mlm.js +5413 -0
- package/web-components-bundle/{index-f530ed06.js → index-DmH0iKVL.js} +15990 -20927
- package/web-components-bundle/page-not-found/index.js +3 -3
- package/web-components-bundle/react-to-web-component-D7SoYMky.js +6396 -0
- package/web-components-bundle/react-toastify.esm-Y1WvK90L.js +320 -0
- package/web-components-bundle/setPrototypeOf-BVKdEITT.js +14 -0
- package/web-components-bundle/toast-config/index.js +2 -2
- package/web-components-bundle/toast-config-notification/index.js +3 -4
- package/dist/index.esm2017-3734a51e.cjs +0 -1101
- package/web-components-bundle/react-to-web-component-d5889290.js +0 -6388
- package/web-components-bundle/react-toastify.esm-d8df41b8.js +0 -339
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-CW5yxWcM.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-Bj3cPj4Z.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.5
|
|
4
|
+
"version": "0.12.5",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/",
|
|
7
7
|
"module": "./dist/",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"react-dom": "^18.2.0",
|
|
96
96
|
"tailwindcss": "^3.4.1",
|
|
97
97
|
"typescript": "^5.0.2",
|
|
98
|
-
"vite": "
|
|
98
|
+
"vite": "5.1.7",
|
|
99
99
|
"vite-plugin-css-injected-by-js": "^3.3.1",
|
|
100
100
|
"vite-plugin-dts": "^3.7.0",
|
|
101
101
|
"vite-plugin-lib-inject-css": "^1.3.0"
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
function a(r) {
|
|
2
|
+
var f, n, t = "";
|
|
3
|
+
if (typeof r == "string" || typeof r == "number")
|
|
4
|
+
t += r;
|
|
5
|
+
else if (typeof r == "object")
|
|
6
|
+
if (Array.isArray(r)) {
|
|
7
|
+
var o = r.length;
|
|
8
|
+
for (f = 0; f < o; f++)
|
|
9
|
+
r[f] && (n = a(r[f])) && (t && (t += " "), t += n);
|
|
10
|
+
} else
|
|
11
|
+
for (n in r)
|
|
12
|
+
r[n] && (t && (t += " "), t += n);
|
|
13
|
+
return t;
|
|
14
|
+
}
|
|
15
|
+
function i() {
|
|
16
|
+
for (var r, f, n = 0, t = "", o = arguments.length; n < o; n++)
|
|
17
|
+
(r = arguments[n]) && (f = a(r)) && (t && (t += " "), t += f);
|
|
18
|
+
return t;
|
|
19
|
+
}
|
|
20
|
+
export {
|
|
21
|
+
i as c
|
|
22
|
+
};
|
|
@@ -1,11 +1,8 @@
|
|
|
1
|
-
import "../react-to-web-component-
|
|
2
|
-
import { F as
|
|
3
|
-
import "../index-
|
|
4
|
-
import "../index-
|
|
5
|
-
import "../react-toastify.esm-d8df41b8.js";
|
|
6
|
-
import "../toast-config/index.js";
|
|
7
|
-
import "../toast-config-notification/index.js";
|
|
1
|
+
import "../react-to-web-component-D7SoYMky.js";
|
|
2
|
+
import { F as i, u as m } from "../index-DmH0iKVL.js";
|
|
3
|
+
import "../index-Cx0zTfOC.js";
|
|
4
|
+
import "../index-DE6E5mlm.js";
|
|
8
5
|
export {
|
|
9
|
-
|
|
10
|
-
|
|
6
|
+
i as FavoriteMenu,
|
|
7
|
+
m as updateFavoriteItems
|
|
11
8
|
};
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
import "../react-to-web-component-
|
|
2
|
-
import { G as
|
|
3
|
-
import "../index-
|
|
4
|
-
import "../index-
|
|
5
|
-
import "../react-toastify.esm-d8df41b8.js";
|
|
6
|
-
import "../toast-config/index.js";
|
|
7
|
-
import "../toast-config-notification/index.js";
|
|
1
|
+
import "../react-to-web-component-D7SoYMky.js";
|
|
2
|
+
import { G as i } from "../index-DmH0iKVL.js";
|
|
3
|
+
import "../index-Cx0zTfOC.js";
|
|
4
|
+
import "../index-DE6E5mlm.js";
|
|
8
5
|
export {
|
|
9
|
-
|
|
6
|
+
i as GlobalMenu
|
|
10
7
|
};
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import "../react-to-web-component-
|
|
2
|
-
import { L as
|
|
3
|
-
import "../index-
|
|
4
|
-
import "../index-
|
|
5
|
-
import "../
|
|
1
|
+
import "../react-to-web-component-D7SoYMky.js";
|
|
2
|
+
import { L as n, T as s } from "../index-DmH0iKVL.js";
|
|
3
|
+
import "../index-Cx0zTfOC.js";
|
|
4
|
+
import "../index-CI-NA37P.js";
|
|
5
|
+
import "../index-DE6E5mlm.js";
|
|
6
|
+
import "../react-toastify.esm-Y1WvK90L.js";
|
|
6
7
|
import "../toast-config/index.js";
|
|
7
8
|
import "../toast-config-notification/index.js";
|
|
8
9
|
export {
|
|
9
|
-
|
|
10
|
-
|
|
10
|
+
n as LanguageDropdown,
|
|
11
|
+
s as TopBar
|
|
11
12
|
};
|
|
@@ -1,11 +1,7 @@
|
|
|
1
|
-
import "../react-to-web-component-
|
|
2
|
-
import { H as
|
|
3
|
-
import "../index-
|
|
4
|
-
import "../react-toastify.esm-d8df41b8.js";
|
|
5
|
-
import "../index-51ba1ee1.js";
|
|
6
|
-
import "../toast-config/index.js";
|
|
7
|
-
import "../toast-config-notification/index.js";
|
|
1
|
+
import "../react-to-web-component-D7SoYMky.js";
|
|
2
|
+
import { H as e, g as m } from "../index-DmH0iKVL.js";
|
|
3
|
+
import "../index-DE6E5mlm.js";
|
|
8
4
|
export {
|
|
9
|
-
|
|
10
|
-
|
|
5
|
+
e as HasPermission,
|
|
6
|
+
m as getUseHasPermission
|
|
11
7
|
};
|