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