@ukpc-lib/react 0.13.1-dev.18 → 0.13.1-dev.19

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.
@@ -4407,7 +4407,7 @@ const NT = ir({}), YY = () => Qt(NT), GY = di, Eh = yT, qY = () => rL(), XY = ({
4407
4407
  return `${Ne} week${Ne > 1 ? "s" : ""} ago`;
4408
4408
  }
4409
4409
  return ae === 0 || ae === 1 ? "1 month ago" : ae < 12 ? `${ae} months ago` : se === 0 || se === 1 ? "1 year ago" : "Over 1 year ago";
4410
- }, R = t != null && t.data ? (_ = t == null ? void 0 : t.data) == null ? void 0 : _.length : 0, I = (H, te) => {
4410
+ }, R = t != null && t.data ? (_ = t == null ? void 0 : t.data) == null ? void 0 : _.length : 0, I = t != null && t.contextUrl ? "a" : "p", B = (H, te) => {
4411
4411
  var q, re;
4412
4412
  if ((H == null ? void 0 : H.actionKey) != null) {
4413
4413
  if ((q = H == null ? void 0 : H.data) != null && q.brandName)
@@ -4435,7 +4435,7 @@ const NT = ir({}), YY = () => Qt(NT), GY = di, Eh = yT, qY = () => rL(), XY = ({
4435
4435
  }
4436
4436
  }
4437
4437
  return H.message;
4438
- }, B = t != null && t.contextUrl ? "a" : "p";
4438
+ };
4439
4439
  return /* @__PURE__ */ Me(Ac, { children: /* @__PURE__ */ Fn("div", { className: "notitification-item__container", children: [
4440
4440
  /* @__PURE__ */ Me("div", { className: "notification-item__image-container", children: /* @__PURE__ */ Me(
4441
4441
  "img",
@@ -4452,14 +4452,16 @@ const NT = ir({}), YY = () => Qt(NT), GY = di, Eh = yT, qY = () => rL(), XY = ({
4452
4452
  /* @__PURE__ */ Fn("div", { className: "notification-item__content", children: [
4453
4453
  /* @__PURE__ */ Me("p", { className: "notification-item__user-name", children: t.actorName }),
4454
4454
  /* @__PURE__ */ Fn(
4455
- B,
4455
+ I,
4456
4456
  {
4457
4457
  href: t.contextUrl,
4458
4458
  style: {
4459
- cursor: t != null && t.contextUrl ? "pointer" : "unset"
4459
+ cursor: t != null && t.contextUrl ? "pointer" : "unset",
4460
+ textDecoration: "none",
4461
+ color: "inherit"
4460
4462
  },
4461
4463
  children: [
4462
- I(t, R),
4464
+ B(t, R),
4463
4465
  /* @__PURE__ */ Me(
4464
4466
  "span",
4465
4467
  {
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../index.esm2017-D-YZAHag.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-Bx66LwxI.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,4 +1,4 @@
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, v as W, a1 as X, s as Y, E as Z, Y as _, e as q, u as D, i as J, Z as K } from "../index.esm2017-NKtsqBrB.js";
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, v as W, a1 as X, s as Y, E as Z, Y as _, e as q, u as D, i as J, Z as K } from "../index.esm2017-DVyzcks1.js";
2
2
  import d from "axios";
3
3
  import { useState as g, useEffect as i, useMemo as h } from "react";
4
4
  import { useNavigate as f, useLocation as w, Navigate 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.13.1-dev.18",
4
+ "version": "0.13.1-dev.19",
5
5
  "type": "module",
6
6
  "main": "./dist/",
7
7
  "module": "./dist/",
@@ -1,5 +1,5 @@
1
1
  import "../react-to-web-component-CXwKHjZr.js";
2
- import { F as i, u as m } from "../index-DPyhj6Ng.js";
2
+ import { F as i, u as m } from "../index-h2Xd3axS.js";
3
3
  import "../index-BSe1av43.js";
4
4
  import "../index-D3z2YCf6.js";
5
5
  export {
@@ -1,5 +1,5 @@
1
1
  import "../react-to-web-component-CXwKHjZr.js";
2
- import { G as i } from "../index-DPyhj6Ng.js";
2
+ import { G as i } from "../index-h2Xd3axS.js";
3
3
  import "../index-BSe1av43.js";
4
4
  import "../index-D3z2YCf6.js";
5
5
  export {
@@ -1,5 +1,5 @@
1
1
  import "../react-to-web-component-CXwKHjZr.js";
2
- import { L as n, T as s } from "../index-DPyhj6Ng.js";
2
+ import { L as n, T as s } from "../index-h2Xd3axS.js";
3
3
  import "../index-BSe1av43.js";
4
4
  import "../index-CTw-G1vO.js";
5
5
  import "../index-D3z2YCf6.js";
@@ -1,5 +1,5 @@
1
1
  import "../react-to-web-component-CXwKHjZr.js";
2
- import { H as e, g as m } from "../index-DPyhj6Ng.js";
2
+ import { H as e, g as m } from "../index-h2Xd3axS.js";
3
3
  import "../index-D3z2YCf6.js";
4
4
  export {
5
5
  e as HasPermission,