@ukpc-lib/react 0.4.4 → 0.4.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/index.cjs +1 -1
- package/dist/components/index.js +2 -2
- package/dist/{index.module-c9025b11.js → index.module-d6a0a578.js} +6486 -6487
- package/dist/{index.module-2dd750b7.cjs → index.module-dfdd3688.cjs} +80 -80
- package/dist/share/index.cjs +1 -1
- package/dist/share/index.js +15 -14
- package/dist/share/interceptor/index.d.ts +3 -2
- package/package.json +1 -1
- package/web-components-bundle/global-menu/index.js +1 -1
- package/web-components-bundle/global-topbar/index.js +1 -1
- package/web-components-bundle/has-permission/index.js +1 -1
- package/web-components-bundle/{index-f07fb4a6.js → index-ebb92b47.js} +2 -0
package/dist/share/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../index.module-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../index.module-dfdd3688.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.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 { J as R, K as S, M as G,
|
|
1
|
+
import { J as R, K as S, M as G, Z as y, X as H, a as I, c as M, Y as N, R as O, N as j, O as w, T as F, t as J, V as K, U, u as V, e as X, n as Y, W as Z } from "../index.module-d6a0a578.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";
|
|
@@ -41,19 +41,20 @@ export {
|
|
|
41
41
|
A as PermissionRoute,
|
|
42
42
|
y as SaasThemeProvider,
|
|
43
43
|
H as TranslationProvider,
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
44
|
+
I as axiosInstance,
|
|
45
|
+
M as color,
|
|
46
|
+
N as createCustomTheme,
|
|
47
47
|
i as getUseHasPermission,
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
J as
|
|
53
|
-
K as
|
|
54
|
-
U as
|
|
55
|
-
V as
|
|
48
|
+
O as handleErrorAxios,
|
|
49
|
+
j as login,
|
|
50
|
+
w as logout,
|
|
51
|
+
F as responseInterceptor,
|
|
52
|
+
J as search,
|
|
53
|
+
K as translate,
|
|
54
|
+
U as translationConfig,
|
|
55
|
+
V as useAuth,
|
|
56
|
+
X as useCustomTranslation,
|
|
56
57
|
h as useGetPermission,
|
|
57
|
-
|
|
58
|
-
|
|
58
|
+
Y as useTheme,
|
|
59
|
+
Z as useTranslation
|
|
59
60
|
};
|
|
@@ -5,10 +5,11 @@ export declare const ERROR_MESSAGE: {
|
|
|
5
5
|
export declare const login: (baseURL: string) => void;
|
|
6
6
|
export declare const logout: (baseURL: string) => void;
|
|
7
7
|
declare const axiosInstance: import("axios").AxiosInstance;
|
|
8
|
-
type HandleErrorOptions = {
|
|
8
|
+
export type HandleErrorOptions = {
|
|
9
9
|
handle403?: (error: any) => any;
|
|
10
10
|
handleOtherError?: (error: any) => any;
|
|
11
11
|
disabledPushNotify?: boolean;
|
|
12
12
|
};
|
|
13
13
|
export declare function handleErrorAxios(error: any, options?: HandleErrorOptions): void | Promise<import("axios").AxiosResponse<any, any>>;
|
|
14
|
-
|
|
14
|
+
declare const responseInterceptor: number;
|
|
15
|
+
export { axiosInstance, responseInterceptor };
|
package/package.json
CHANGED
|
@@ -23234,7 +23234,9 @@ function EY(e, t) {
|
|
|
23234
23234
|
}
|
|
23235
23235
|
gi.interceptors.response.use(
|
|
23236
23236
|
(e) => e,
|
|
23237
|
+
// Success handling
|
|
23237
23238
|
async (e) => EY(e)
|
|
23239
|
+
// Error handling
|
|
23238
23240
|
);
|
|
23239
23241
|
const BT = $.createContext({
|
|
23240
23242
|
transformPagePoint: (e) => e,
|