@ukpc-lib/react 0.16.3-dev.16 → 0.16.3-dev.18

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.
@@ -3602,9 +3602,9 @@ class bL {
3602
3602
  this.services = e, this.options = n;
3603
3603
  }
3604
3604
  read(e, n, r) {
3605
- var o, a;
3606
- let i;
3607
- console.log("🚀 ~ ParentCacheBackend ~ read ~ resources:", i), window != null && window.parent && (i = (a = (o = window == null ? void 0 : window.parent.translations) == null ? void 0 : o[e]) == null ? void 0 : a[n], console.log("🚀 ~ ParentCacheBackend ~ add window", i)), i ? (console.log("🚀 ~ ParentCacheBackend ~ read ~ resources:", i), r(null, i)) : (r(new Error("No local or parent translation found"), null), console.log("🚀 ~ ParentCacheBackend ~ read ~ Error:"));
3605
+ var o, a, c;
3606
+ let i = (c = (a = (o = window == null ? void 0 : window.parent) == null ? void 0 : o.translations) == null ? void 0 : a[e]) == null ? void 0 : c[n];
3607
+ i ? (console.log("🚀 ~ ParentCacheBackend ~ read ~ resources:", i), r(null, i)) : (r(new Error("No local or parent translation found"), null), console.log("🚀 ~ ParentCacheBackend ~ read ~ Error:"));
3608
3608
  }
3609
3609
  }
3610
3610
  Mr.use(ET).use(RT).use(GM).init({
@@ -3644,18 +3644,18 @@ Mr.use(ET).use(RT).use(GM).init({
3644
3644
  const n = (Array.isArray(t) ? t[0] : t || "en").split("-")[0];
3645
3645
  return `${((i = window == null ? void 0 : window.env) == null ? void 0 : i.TRANSLATION_URL) ?? ((o = window == null ? void 0 : window.env) == null ? void 0 : o.VITE_BASE_URL) ?? ((a = window == null ? void 0 : window.env) == null ? void 0 : a.REACT_APP_BASE_URL) ?? `${location.protocol}//${location.host}`}/translations/${n}`;
3646
3646
  },
3647
- request: async (t, e) => {
3647
+ request: async (t, e, n, r) => {
3648
3648
  try {
3649
- console.log("🚀 ~ LoadTranslation URL:", t);
3650
- const n = await fetch(t, { method: "GET" }), r = await n.json(), i = t.match(/\/translations\/([^/?]+)/), o = i ? i[1] : "en";
3651
- console.log("🚀 ~ LoadTranslation URL Data:", r), window.translations = window.translations || {}, window.translations[o] = {
3652
- translation: r
3653
- }, console.log("🚀 ~ LoadTranslation URL window:", window.translations), e(null, {
3654
- status: n.status,
3655
- data: r
3649
+ console.log("🚀 ~ LoadTranslation URL:", e);
3650
+ const i = await fetch(e, { method: "GET" }), o = await i.json(), a = e.match(/\/translations\/([^/?]+)/), c = a ? a[1] : "en";
3651
+ console.log("🚀 ~ LoadTranslation URL Data:", o), window.translations = window.translations || {}, window.translations[c] = {
3652
+ translation: o
3653
+ }, console.log("🚀 ~ LoadTranslation URL window:", window.translations), r(null, {
3654
+ status: i.status,
3655
+ data: o
3656
3656
  });
3657
- } catch (n) {
3658
- e(n, { status: 500, data: {} });
3657
+ } catch (i) {
3658
+ r(i, { status: 500, data: {} });
3659
3659
  }
3660
3660
  }
3661
3661
  }
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../index.esm2017-Dopk7A6X.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
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../index.esm2017-BoejCwk2.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,5 +1,5 @@
1
- import { K as d, U as g } from "../index.esm2017-Dt6o2NV1.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-Dt6o2NV1.js";
1
+ import { K as d, U as g } from "../index.esm2017-ZMcyTNJn.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-ZMcyTNJn.js";
3
3
  import p from "axios";
4
4
  import { useState as f, useEffect as a, useMemo as h } from "react";
5
5
  import { useNavigate as w, useLocation as P } from "react-router-dom";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ukpc-lib/react",
3
3
  "private": false,
4
- "version": "0.16.3-dev.16",
4
+ "version": "0.16.3-dev.18",
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 { U as d } from "../index-3L46VYl5.js";
2
+ import { U as d } from "../index-C3-IF-QJ.js";
3
3
  import "../react-toastify.esm-H_Xdunfj.js";
4
4
  import "../toast-config/index.js";
5
5
  import "../toast-config-notification/index.js";
@@ -1,5 +1,5 @@
1
1
  import "../react-to-web-component-w5r1Fs9q.js";
2
- import { F as u, u as F } from "../index-3L46VYl5.js";
2
+ import { F as u, u as F } from "../index-C3-IF-QJ.js";
3
3
  import "../index-N6zjI_u_.js";
4
4
  import "../index-Dkof1OzO.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 a } from "../index-3L46VYl5.js";
2
+ import { G as a } from "../index-C3-IF-QJ.js";
3
3
  import "../index-N6zjI_u_.js";
4
4
  import "../index-Dkof1OzO.js";
5
5
  import "../SaasThemeProvider-DUpoV8xb.js";
@@ -1,5 +1,5 @@
1
1
  import "../react-to-web-component-w5r1Fs9q.js";
2
- import { L as n, T as s } from "../index-3L46VYl5.js";
2
+ import { L as n, T as s } from "../index-C3-IF-QJ.js";
3
3
  import "../index-N6zjI_u_.js";
4
4
  import "../index-Dkof1OzO.js";
5
5
  import "../SaasThemeProvider-DUpoV8xb.js";
@@ -1,5 +1,5 @@
1
1
  import "../react-to-web-component-w5r1Fs9q.js";
2
- import { H as o, g as r } from "../index-3L46VYl5.js";
2
+ import { H as o, g as r } from "../index-C3-IF-QJ.js";
3
3
  export {
4
4
  o as HasPermission,
5
5
  r as getUseHasPermission
@@ -9511,9 +9511,9 @@ class B8 {
9511
9511
  this.services = t, this.options = n;
9512
9512
  }
9513
9513
  read(t, n, r) {
9514
- var s, o;
9515
- let i;
9516
- console.log("🚀 ~ ParentCacheBackend ~ read ~ resources:", i), window != null && window.parent && (i = (o = (s = window == null ? void 0 : window.parent.translations) == null ? void 0 : s[t]) == null ? void 0 : o[n], console.log("🚀 ~ ParentCacheBackend ~ add window", i)), i ? (console.log("🚀 ~ ParentCacheBackend ~ read ~ resources:", i), r(null, i)) : (r(new Error("No local or parent translation found"), null), console.log("🚀 ~ ParentCacheBackend ~ read ~ Error:"));
9514
+ var s, o, a;
9515
+ let i = (a = (o = (s = window == null ? void 0 : window.parent) == null ? void 0 : s.translations) == null ? void 0 : o[t]) == null ? void 0 : a[n];
9516
+ i ? (console.log("🚀 ~ ParentCacheBackend ~ read ~ resources:", i), r(null, i)) : (r(new Error("No local or parent translation found"), null), console.log("🚀 ~ ParentCacheBackend ~ read ~ Error:"));
9517
9517
  }
9518
9518
  }
9519
9519
  Cn.use(ZP).use(rA).use(h8).init({
@@ -9553,18 +9553,18 @@ Cn.use(ZP).use(rA).use(h8).init({
9553
9553
  const n = (Array.isArray(e) ? e[0] : e || "en").split("-")[0];
9554
9554
  return `${((i = window == null ? void 0 : window.env) == null ? void 0 : i.TRANSLATION_URL) ?? ((s = window == null ? void 0 : window.env) == null ? void 0 : s.VITE_BASE_URL) ?? ((o = window == null ? void 0 : window.env) == null ? void 0 : o.REACT_APP_BASE_URL) ?? `${location.protocol}//${location.host}`}/translations/${n}`;
9555
9555
  },
9556
- request: async (e, t) => {
9556
+ request: async (e, t, n, r) => {
9557
9557
  try {
9558
- console.log("🚀 ~ LoadTranslation URL:", e);
9559
- const n = await fetch(e, { method: "GET" }), r = await n.json(), i = e.match(/\/translations\/([^/?]+)/), s = i ? i[1] : "en";
9560
- console.log("🚀 ~ LoadTranslation URL Data:", r), window.translations = window.translations || {}, window.translations[s] = {
9561
- translation: r
9562
- }, console.log("🚀 ~ LoadTranslation URL window:", window.translations), t(null, {
9563
- status: n.status,
9564
- data: r
9558
+ console.log("🚀 ~ LoadTranslation URL:", t);
9559
+ const i = await fetch(t, { method: "GET" }), s = await i.json(), o = t.match(/\/translations\/([^/?]+)/), a = o ? o[1] : "en";
9560
+ console.log("🚀 ~ LoadTranslation URL Data:", s), window.translations = window.translations || {}, window.translations[a] = {
9561
+ translation: s
9562
+ }, console.log("🚀 ~ LoadTranslation URL window:", window.translations), r(null, {
9563
+ status: i.status,
9564
+ data: s
9565
9565
  });
9566
- } catch (n) {
9567
- t(n, { status: 500, data: {} });
9566
+ } catch (i) {
9567
+ r(i, { status: 500, data: {} });
9568
9568
  }
9569
9569
  }
9570
9570
  }