@ukpc-lib/react 0.16.1-sandbox.saas-9201.patch-1 → 0.16.2-dev.2

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.
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../index.esm2017-B8dIBTWs.cjs"),h=require("axios"),c=require("react"),l=require("react-router-dom"),u=require("react/jsx-runtime");require("@r2wc/react-to-web-component");require("@mui/material");const m=n=>{const[s,r]=c.useState([]);return c.useEffect(()=>{h.get(`${n}/user-management/api/v1/users/my-account/permissions`,{withCredentials:!0}).then(o=>r(o.data)).catch(o=>{console.error("Getting user permission error:",o)})},[n]),s},f=n=>{const s=l.useNavigate(),r=l.useLocation();console.log(" useSyncRouter.tsx ~ location1:",r,window.location.pathname);const o=(t=r)=>(n||"")+t.pathname+t.search+t.hash;if(c.useEffect(()=>{const t={changeRoute:i=>{const a=o();if(typeof i=="string"&&a!==i){console.log(" useSyncRouter.tsx ~ location2:",a,i);const g=n&&i.startsWith(n)?i.substring(n.length):i;s(g)}}};window.MicrofeBridge=t},[s,r]),c.useEffect(()=>{var i,a;const t=o();console.log("fullPath1",window.location.pathname,t),(a=(i=window.parent)==null?void 0:i.HostBridge)==null||a.childRouteChange(t)},[r]),window.self===window.top){console.log("useSyncRouter: Navigate to /app path"),window.location.href=window.location.href.replace(window.origin,`${window.origin}/app`);return}};function w({open:n,disabled:s}){c.useMemo(()=>{var r,o,t,i;s||(n?(o=(r=window.top)==null?void 0:r.HostBridge)==null||o.openBackdrop(!0):(i=(t=window.top)==null?void 0:t.HostBridge)==null||i.openBackdrop(!1))},[n,s])}const d=n=>(s,r)=>{const o=m(n);return r?s.every(t=>o==null?void 0:o.includes(t)):s.some(t=>o==null?void 0:o.includes(t))},P=({baseUrl:n,accessWith:s,requireAll:r,children:o})=>d(n)(s,r)?u.jsx(u.Fragment,{children:o}):null,p=({accessWith:n,requireAll:s,baseUrl:r,unAuthorizedPath:o,children:t})=>d(r)(n,s)?u.jsx(u.Fragment,{children:t}):u.jsx(l.Navigate,{to:o,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.setShellBackdrop=e.setShellBackdrop;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=P;exports.PermissionRoute=p;exports.getUseHasPermission=d;exports.useGetPermission=m;exports.useSyncBackdrop=w;exports.useSyncRouter=f;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../index.esm2017-Bvk6m7Mf.cjs"),g=require("axios"),c=require("react"),d=require("react-router-dom"),u=require("react/jsx-runtime");require("@r2wc/react-to-web-component");require("@mui/material");require("react-query");require("react-dom");require("moment");const h=r=>{const[i,t]=c.useState([]);return c.useEffect(()=>{g.get(`${r}/user-management/api/v1/users/my-account/permissions`,{withCredentials:!0}).then(s=>t(s.data)).catch(s=>{console.error("Getting user permission error:",s)})},[r]),i},f=r=>{const i=d.useNavigate(),t=d.useLocation();console.log(" useSyncRouter.tsx ~ location1:",t,window.location.pathname);const s=(n=t)=>(r||"")+n.pathname+n.search+n.hash;if(c.useEffect(()=>{const n={changeRoute:o=>{const a=s();if(typeof o=="string"&&a!==o){console.log(" useSyncRouter.tsx ~ location2:",a,o);const m=r&&o.startsWith(r)?o.substring(r.length):o;i(m)}}};window.MicrofeBridge=n},[i,t]),c.useEffect(()=>{var o,a;const n=s();console.log("fullPath1",window.location.pathname,n),(a=(o=window.parent)==null?void 0:o.HostBridge)==null||a.childRouteChange(n)},[t]),window.self===window.top){console.log("useSyncRouter: Navigate to /app path"),window.location.href=window.location.href.replace(window.origin,`${window.origin}/app`);return}};function P({open:r,disabled:i}){c.useMemo(()=>{var t,s,n,o;i||(r?(s=(t=window.top)==null?void 0:t.HostBridge)==null||s.openBackdrop(!0):(o=(n=window.top)==null?void 0:n.HostBridge)==null||o.openBackdrop(!1))},[r,i])}const l=(r,i)=>(t,s)=>{const o=e.useUserPermissions({axiosInstance:i,baseUrl:r}).data;return o?s?t.every(a=>o==null?void 0:o.includes(a)):t.some(a=>o==null?void 0:o.includes(a)):!1},w=({baseUrl:r,accessWith:i,requireAll:t,children:s})=>l(r)(i,t)?u.jsx(u.Fragment,{children:s}):null,p=({accessWith:r,requireAll:i,baseUrl:t,children:s})=>l(t)(r,i)?u.jsx(u.Fragment,{children:s}):u.jsx(e.UnauthorizedPage,{});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.setShellBackdrop=e.setShellBackdrop;exports.translate=e.translate;exports.translationConfig=e.translationConfig;exports.useAuth=e.useAuth;exports.useCustomTranslation=e.useCustomTranslation;exports.useTheme=e.useTheme;exports.useTranslation=e.useTranslation;exports.HasPermission=w;exports.PermissionRoute=p;exports.getUseHasPermission=l;exports.useGetPermission=h;exports.useSyncBackdrop=P;exports.useSyncRouter=f;
@@ -1,44 +1,48 @@
1
- import { O as F, R as M, T as G, a2 as N, $, a as I, c as O, a0 as j, W as z, U as L, V as U, X as V, w as W, a1 as X, s as Y, t as Z, Y as _, e as q, u as D, i as J, Z as K } from "../index.esm2017-ti5_-Ujj.js";
2
- import d from "axios";
3
- import { useState as g, useEffect as i, useMemo as h } from "react";
4
- import { useNavigate as w, useLocation as f, Navigate as p } from "react-router-dom";
5
- import { jsx as c, Fragment as u } from "react/jsx-runtime";
1
+ import { K as d, U as g } from "../index.esm2017-BBJ8G4_G.js";
2
+ import { M as z, O as D, R as I, a2 as N, $ as O, a as j, c as K, a0 as L, W as V, T as W, V as X, X as Y, r as Z, a1 as _, s as q, t as J, Y as Q, e as b, u as oo, i as eo, Z as so } from "../index.esm2017-BBJ8G4_G.js";
3
+ import p from "axios";
4
+ import { useState as f, useEffect as a, useMemo as h } from "react";
5
+ import { useNavigate as w, useLocation as P } from "react-router-dom";
6
+ import { jsx as u, Fragment as c } from "react/jsx-runtime";
6
7
  import "@r2wc/react-to-web-component";
7
8
  import "@mui/material";
8
- const P = (s) => {
9
- const [n, t] = g([]);
10
- return i(() => {
11
- d.get(`${s}/user-management/api/v1/users/my-account/permissions`, {
9
+ import "react-query";
10
+ import "react-dom";
11
+ import "moment";
12
+ const H = (e) => {
13
+ const [r, s] = f([]);
14
+ return a(() => {
15
+ p.get(`${e}/user-management/api/v1/users/my-account/permissions`, {
12
16
  withCredentials: !0
13
- }).then((o) => t(o.data)).catch((o) => {
14
- console.error("Getting user permission error:", o);
17
+ }).then((t) => s(t.data)).catch((t) => {
18
+ console.error("Getting user permission error:", t);
15
19
  });
16
- }, [s]), n;
17
- }, T = (s) => {
18
- const n = w(), t = f();
20
+ }, [e]), r;
21
+ }, M = (e) => {
22
+ const r = w(), s = P();
19
23
  console.log(
20
24
  " useSyncRouter.tsx ~ location1:",
21
- t,
25
+ s,
22
26
  window.location.pathname
23
27
  );
24
- const o = (e = t) => (s || "") + e.pathname + e.search + e.hash;
25
- if (i(() => {
26
- const e = {
27
- changeRoute: (r) => {
28
- const a = o();
29
- if (typeof r == "string" && a !== r) {
30
- console.log(" useSyncRouter.tsx ~ location2:", a, r);
31
- const m = s && r.startsWith(s) ? r.substring(s.length) : r;
32
- n(m);
28
+ const t = (n = s) => (e || "") + n.pathname + n.search + n.hash;
29
+ if (a(() => {
30
+ const n = {
31
+ changeRoute: (o) => {
32
+ const i = t();
33
+ if (typeof o == "string" && i !== o) {
34
+ console.log(" useSyncRouter.tsx ~ location2:", i, o);
35
+ const m = e && o.startsWith(e) ? o.substring(e.length) : o;
36
+ r(m);
33
37
  }
34
38
  }
35
39
  };
36
- window.MicrofeBridge = e;
37
- }, [n, t]), i(() => {
38
- var r, a;
39
- const e = o();
40
- console.log("fullPath1", window.location.pathname, e), (a = (r = window.parent) == null ? void 0 : r.HostBridge) == null || a.childRouteChange(e);
41
- }, [t]), window.self === window.top) {
40
+ window.MicrofeBridge = n;
41
+ }, [r, s]), a(() => {
42
+ var o, i;
43
+ const n = t();
44
+ console.log("fullPath1", window.location.pathname, n), (i = (o = window.parent) == null ? void 0 : o.HostBridge) == null || i.childRouteChange(n);
45
+ }, [s]), window.self === window.top) {
42
46
  console.log("useSyncRouter: Navigate to /app path"), window.location.href = window.location.href.replace(
43
47
  window.origin,
44
48
  `${window.origin}/app`
@@ -46,60 +50,62 @@ const P = (s) => {
46
50
  return;
47
51
  }
48
52
  };
49
- function C({
50
- open: s,
51
- disabled: n
53
+ function k({
54
+ open: e,
55
+ disabled: r
52
56
  }) {
53
57
  h(() => {
54
- var t, o, e, r;
55
- n || (s ? (o = (t = window.top) == null ? void 0 : t.HostBridge) == null || o.openBackdrop(!0) : (r = (e = window.top) == null ? void 0 : e.HostBridge) == null || r.openBackdrop(!1));
56
- }, [s, n]);
58
+ var s, t, n, o;
59
+ r || (e ? (t = (s = window.top) == null ? void 0 : s.HostBridge) == null || t.openBackdrop(!0) : (o = (n = window.top) == null ? void 0 : n.HostBridge) == null || o.openBackdrop(!1));
60
+ }, [e, r]);
57
61
  }
58
- const l = (s) => (n, t) => {
59
- const o = P(s);
60
- return t ? n.every(
61
- (e) => o == null ? void 0 : o.includes(e)
62
- ) : n.some(
63
- (e) => o == null ? void 0 : o.includes(e)
64
- );
65
- }, A = ({
62
+ const l = (e, r) => (s, t) => {
63
+ const o = d({
64
+ axiosInstance: r,
65
+ baseUrl: e
66
+ }).data;
67
+ return o ? t ? s.every(
68
+ (i) => o == null ? void 0 : o.includes(i)
69
+ ) : s.some(
70
+ (i) => o == null ? void 0 : o.includes(i)
71
+ ) : !1;
72
+ }, F = ({
73
+ baseUrl: e,
74
+ accessWith: r,
75
+ requireAll: s,
76
+ children: t
77
+ }) => l(e)(r, s) ? /* @__PURE__ */ u(c, { children: t }) : null, G = ({
78
+ accessWith: e,
79
+ requireAll: r,
66
80
  baseUrl: s,
67
- accessWith: n,
68
- requireAll: t,
69
- children: o
70
- }) => l(s)(n, t) ? /* @__PURE__ */ c(u, { children: o }) : null, E = ({
71
- accessWith: s,
72
- requireAll: n,
73
- baseUrl: t,
74
- unAuthorizedPath: o,
75
- children: e
76
- }) => l(t)(s, n) ? /* @__PURE__ */ c(u, { children: e }) : /* @__PURE__ */ c(p, { to: o, replace: !0 });
81
+ children: t
82
+ }) => l(s)(e, r) ? /* @__PURE__ */ u(c, { children: t }) : /* @__PURE__ */ u(g, {});
77
83
  export {
78
- F as AuthContext,
79
- M as AuthProvider,
80
- G as ERROR_MESSAGE,
81
- A as HasPermission,
82
- E as PermissionRoute,
84
+ z as AuthContext,
85
+ D as AuthProvider,
86
+ I as ERROR_MESSAGE,
87
+ F as HasPermission,
88
+ G as PermissionRoute,
83
89
  N as SaasThemeProvider,
84
- $ as TranslationProvider,
85
- I as axiosInstance,
86
- O as color,
87
- j as createCustomTheme,
90
+ O as TranslationProvider,
91
+ j as axiosInstance,
92
+ K as color,
93
+ L as createCustomTheme,
88
94
  l as getUseHasPermission,
89
- z as handleErrorAxios,
90
- L as login,
91
- U as logout,
92
- V as responseInterceptor,
93
- W as search,
94
- X as setFavicon,
95
- Y as setShellBackdrop,
96
- Z as translate,
97
- _ as translationConfig,
98
- q as useAuth,
99
- D as useCustomTranslation,
100
- P as useGetPermission,
101
- C as useSyncBackdrop,
102
- T as useSyncRouter,
103
- J as useTheme,
104
- K as useTranslation
95
+ V as handleErrorAxios,
96
+ W as login,
97
+ X as logout,
98
+ Y as responseInterceptor,
99
+ Z as search,
100
+ _ as setFavicon,
101
+ q as setShellBackdrop,
102
+ J as translate,
103
+ Q as translationConfig,
104
+ b as useAuth,
105
+ oo as useCustomTranslation,
106
+ H as useGetPermission,
107
+ k as useSyncBackdrop,
108
+ M as useSyncRouter,
109
+ eo as useTheme,
110
+ so as useTranslation
105
111
  };
@@ -1,6 +1,6 @@
1
1
  import { PropsWithChildren } from 'react';
2
2
 
3
- export declare const getUseHasPermission: (baseUrl: string) => (accessWith: string[], requireAll?: boolean) => boolean;
3
+ export declare const getUseHasPermission: (baseUrl: string, axiosInstance?: any) => (accessWith: string[], requireAll?: boolean) => boolean;
4
4
  type HasPermissionProps = {
5
5
  baseUrl: string;
6
6
  accessWith: string[];
@@ -4,7 +4,6 @@ type PermissionRouteProps = {
4
4
  accessWith: string[];
5
5
  baseUrl: string;
6
6
  requireAll?: boolean;
7
- unAuthorizedPath: string;
8
7
  };
9
- export declare const PermissionRoute: ({ accessWith, requireAll, baseUrl, unAuthorizedPath, children, }: PropsWithChildren<PermissionRouteProps>) => import("react/jsx-runtime").JSX.Element;
8
+ export declare const PermissionRoute: ({ accessWith, requireAll, baseUrl, children, }: PropsWithChildren<PermissionRouteProps>) => import("react/jsx-runtime").JSX.Element;
10
9
  export {};
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ukpc-lib/react",
3
3
  "private": false,
4
- "version": "0.16.1-sandbox.saas-9201.patch-1",
4
+ "version": "0.16.2-dev.2",
5
5
  "type": "module",
6
6
  "main": "./dist/",
7
7
  "module": "./dist/",
@@ -1,8 +1,12 @@
1
1
  import "../react-to-web-component-w5r1Fs9q.js";
2
- import { F as i, u as m } from "../index-DCYyt2el.js";
2
+ import { F as u, u as F } from "../index-DZQDyhAj.js";
3
3
  import "../index-DqxmsDJs.js";
4
4
  import "../index-BU5SX9Tl.js";
5
+ import "../react-toastify.esm-H_Xdunfj.js";
6
+ import "../toast-config/index.js";
7
+ import "../toast-config-notification/index.js";
8
+ import "../index-Ch-015PG.js";
5
9
  export {
6
- i as FavoriteMenu,
7
- m as updateFavoriteItems
10
+ u as FavoriteMenu,
11
+ F as updateFavoriteItems
8
12
  };
@@ -1,7 +1,8 @@
1
1
  import "../react-to-web-component-w5r1Fs9q.js";
2
- import { G as i } from "../index-DCYyt2el.js";
2
+ import { G as a } from "../index-DZQDyhAj.js";
3
3
  import "../index-DqxmsDJs.js";
4
4
  import "../index-BU5SX9Tl.js";
5
+ import "../index-Ch-015PG.js";
5
6
  export {
6
- i as GlobalMenu
7
+ a as GlobalMenu
7
8
  };
@@ -1,5 +1,5 @@
1
1
  import "../react-to-web-component-w5r1Fs9q.js";
2
- import { L as n, T as s } from "../index-DCYyt2el.js";
2
+ import { L as n, T as s } from "../index-DZQDyhAj.js";
3
3
  import "../index-DqxmsDJs.js";
4
4
  import "../index-Ch-015PG.js";
5
5
  import "../index-BU5SX9Tl.js";
@@ -1,7 +1,6 @@
1
1
  import "../react-to-web-component-w5r1Fs9q.js";
2
- import { H as e, g as m } from "../index-DCYyt2el.js";
3
- import "../index-BU5SX9Tl.js";
2
+ import { H as o, g as r } from "../index-DZQDyhAj.js";
4
3
  export {
5
- e as HasPermission,
6
- m as getUseHasPermission
4
+ o as HasPermission,
5
+ r as getUseHasPermission
7
6
  };