@ukpc-lib/react 0.13.1-dev.1 → 0.13.1-dev.11

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.
Files changed (31) hide show
  1. package/dist/components/PopUp/types.d.ts +1 -1
  2. package/dist/components/index.cjs +2 -2
  3. package/dist/components/index.js +828 -824
  4. package/dist/components/main.d.ts +1 -0
  5. package/dist/{index.esm2017-I88kEk_g.js → index.esm2017-DK0KgGge.js} +4994 -4949
  6. package/dist/{index.esm2017-CzVNnCiI.cjs → index.esm2017-XCT5rERk.cjs} +112 -112
  7. package/dist/share/helpers/index.d.ts +1 -0
  8. package/dist/share/hooks/index.d.ts +1 -0
  9. package/dist/share/hooks/useSyncBackdrop.d.ts +4 -0
  10. package/dist/share/hooks/useSyncRouter.d.ts +1 -1
  11. package/dist/share/index.cjs +1 -1
  12. package/dist/share/index.js +85 -62
  13. package/package.json +1 -1
  14. package/web-components-bundle/access-denied/index.js +2 -2
  15. package/web-components-bundle/favorite-menu/index.js +5 -6
  16. package/web-components-bundle/global-menu/index.js +4 -5
  17. package/web-components-bundle/global-topbar/index.js +7 -8
  18. package/web-components-bundle/has-permission/index.js +4 -5
  19. package/web-components-bundle/helpers/index.js +14 -0
  20. package/web-components-bundle/{index-Cx0zTfOC.js → index-B1bJ4sn5.js} +1 -1
  21. package/web-components-bundle/{index-CXQLVfRc.js → index-B2F-s5_G.js} +21721 -16343
  22. package/web-components-bundle/{index-B2-j-GrO.js → index-DyX6L9q-.js} +226 -215
  23. package/web-components-bundle/page-not-found/index.js +2 -2
  24. package/web-components-bundle/{react-to-web-component-D7SoYMky.js → react-to-web-component-C4-Jmrxs.js} +1527 -1535
  25. package/web-components-bundle/{react-toastify.esm-Y1WvK90L.js → react-toastify.esm-C4-Xv2fh.js} +175 -156
  26. package/web-components-bundle/toast-config/index.js +2 -2
  27. package/web-components-bundle/toast-config-notification/index.js +2 -2
  28. package/web-components-bundle/base-breadcrumbs/index.js +0 -5
  29. package/web-components-bundle/clsx-DB4S2d7J.js +0 -22
  30. package/web-components-bundle/index-B8-7QZsi.js +0 -5410
  31. package/web-components-bundle/setPrototypeOf-BVKdEITT.js +0 -14
@@ -1 +1,2 @@
1
1
  export declare function search<T>(option: T, searchText: string, fields: Array<keyof T>): boolean;
2
+ export declare function setShellBackdrop(open: boolean): void;
@@ -1,2 +1,3 @@
1
1
  export * from './useGetPermission';
2
2
  export * from './useSyncRouter';
3
+ export * from './useSyncBackdrop';
@@ -0,0 +1,4 @@
1
+ export declare function useSyncBackdrop({ open, disabled, }: {
2
+ open: boolean;
3
+ disabled?: boolean;
4
+ }): void;
@@ -4,4 +4,4 @@ declare global {
4
4
  HostBridge?: any;
5
5
  }
6
6
  }
7
- export declare const useSyncRouter: () => void;
7
+ export declare const useSyncRouter: (basepath?: string) => void;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("../index.esm2017-CzVNnCiI.cjs"),h=require("axios"),a=require("react"),u=require("react-router-dom"),i=require("react/jsx-runtime");require("@r2wc/react-to-web-component");require("@mui/material");const l=o=>{const[s,t]=a.useState([]);return a.useEffect(()=>{h.get(`${o}/user-management/api/v1/users/my-account/permissions`,{withCredentials:!0}).then(e=>t(e.data)).catch(e=>{console.error("Getting user permission error:",e)})},[o]),s},m=()=>{const o=u.useNavigate(),s=u.useLocation();if(a.useEffect(()=>{const t={changeRoute:e=>{typeof e=="string"&&s.pathname+s.search+s.hash!==e&&o(e)}};window.MicrofeBridge=t},[o,s]),a.useEffect(()=>{var e,n;const t=s.pathname+s.search+s.hash;(n=(e=window.parent)==null?void 0:e.HostBridge)==null||n.childRouteChange(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}},c=o=>(s,t)=>{const e=l(o);return t?s.every(n=>e==null?void 0:e.includes(n)):s.some(n=>e==null?void 0:e.includes(n))},g=({baseUrl:o,accessWith:s,requireAll:t,children:e})=>c(o)(s,t)?i.jsx(i.Fragment,{children:e}):null,d=({accessWith:o,requireAll:s,baseUrl:t,unAuthorizedPath:e,children:n})=>c(t)(o,s)?i.jsx(i.Fragment,{children:n}):i.jsx(u.Navigate,{to:e,replace:!0});exports.AuthContext=r.AuthContext;exports.AuthProvider=r.AuthProvider;exports.ERROR_MESSAGE=r.ERROR_MESSAGE;exports.SaasThemeProvider=r.SaasThemeProvider;exports.TranslationProvider=r.TranslationProvider;exports.axiosInstance=r.axiosInstance;exports.color=r.color;exports.createCustomTheme=r.createCustomTheme;exports.handleErrorAxios=r.handleErrorAxios;exports.login=r.login;exports.logout=r.logout;exports.responseInterceptor=r.responseInterceptor;exports.search=r.search;exports.setFavicon=r.setFavicon;exports.translate=r.translate;exports.translationConfig=r.translationConfig;exports.useAuth=r.useAuth;exports.useCustomTranslation=r.useCustomTranslation;exports.useTheme=r.useTheme;exports.useTranslation=r.useTranslation$1;exports.HasPermission=g;exports.PermissionRoute=d;exports.getUseHasPermission=c;exports.useGetPermission=l;exports.useSyncRouter=m;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../index.esm2017-XCT5rERk.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,82 +1,105 @@
1
- import { M as E, N as M, O as N, a0 as B, Y as G, a as H, c as $, Z as F, U as I, R as O, T as j, V as L, v as U, $ as V, t as X, W as Y, b as Z, u as _, g as b, X as k } from "../index.esm2017-I88kEk_g.js";
2
- import c from "axios";
3
- import { useState as m, useEffect as n } from "react";
4
- import { useNavigate as h, useLocation as l, Navigate as g } from "react-router-dom";
5
- import { jsx as a, Fragment as i } from "react/jsx-runtime";
1
+ import { N as F, O as M, R as N, a1 as G, Z as $, a as I, c as O, $ as j, V as z, T as L, U, W as V, w as W, a0 as X, s as Y, t as Z, X as _, b as q, u as D, g as J, Y as K } from "../index.esm2017-DK0KgGge.js";
2
+ import g from "axios";
3
+ import { useState as d, 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";
6
6
  import "@r2wc/react-to-web-component";
7
7
  import "@mui/material";
8
- const p = (o) => {
9
- const [s, t] = m([]);
10
- return n(() => {
11
- c.get(`${o}/user-management/api/v1/users/my-account/permissions`, {
8
+ const P = (s) => {
9
+ const [n, t] = d([]);
10
+ return i(() => {
11
+ g.get(`${s}/user-management/api/v1/users/my-account/permissions`, {
12
12
  withCredentials: !0
13
- }).then((e) => t(e.data)).catch((e) => {
14
- console.error("Getting user permission error:", e);
13
+ }).then((o) => t(o.data)).catch((o) => {
14
+ console.error("Getting user permission error:", o);
15
15
  });
16
- }, [o]), s;
17
- }, T = () => {
18
- const o = h(), s = l();
19
- if (n(() => {
20
- const t = {
21
- changeRoute: (e) => {
22
- typeof e == "string" && s.pathname + s.search + s.hash !== e && o(e);
16
+ }, [s]), n;
17
+ }, T = (s) => {
18
+ const n = w(), t = f();
19
+ console.log(
20
+ " useSyncRouter.tsx ~ location1:",
21
+ t,
22
+ window.location.pathname
23
+ );
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);
33
+ }
23
34
  }
24
35
  };
25
- window.MicrofeBridge = t;
26
- }, [o, s]), n(() => {
27
- var e, r;
28
- const t = s.pathname + s.search + s.hash;
29
- (r = (e = window.parent) == null ? void 0 : e.HostBridge) == null || r.childRouteChange(t);
30
- }, [s]), window.self === window.top) {
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) {
31
42
  console.log("useSyncRouter: Navigate to /app path"), window.location.href = window.location.href.replace(
32
43
  window.origin,
33
44
  `${window.origin}/app`
34
45
  );
35
46
  return;
36
47
  }
37
- }, u = (o) => (s, t) => {
38
- const e = p(o);
39
- return t ? s.every(
40
- (r) => e == null ? void 0 : e.includes(r)
41
- ) : s.some(
42
- (r) => e == null ? void 0 : e.includes(r)
48
+ };
49
+ function C({
50
+ open: s,
51
+ disabled: n
52
+ }) {
53
+ 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]);
57
+ }
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)
43
64
  );
44
- }, C = ({
45
- baseUrl: o,
46
- accessWith: s,
65
+ }, A = ({
66
+ baseUrl: s,
67
+ accessWith: n,
47
68
  requireAll: t,
48
- children: e
49
- }) => u(o)(s, t) ? /* @__PURE__ */ a(i, { children: e }) : null, S = ({
50
- accessWith: o,
51
- requireAll: s,
69
+ children: o
70
+ }) => l(s)(n, t) ? /* @__PURE__ */ c(u, { children: o }) : null, E = ({
71
+ accessWith: s,
72
+ requireAll: n,
52
73
  baseUrl: t,
53
- unAuthorizedPath: e,
54
- children: r
55
- }) => u(t)(o, s) ? /* @__PURE__ */ a(i, { children: r }) : /* @__PURE__ */ a(g, { to: e, replace: !0 });
74
+ unAuthorizedPath: o,
75
+ children: e
76
+ }) => l(t)(s, n) ? /* @__PURE__ */ c(u, { children: e }) : /* @__PURE__ */ c(p, { to: o, replace: !0 });
56
77
  export {
57
- E as AuthContext,
78
+ F as AuthContext,
58
79
  M as AuthProvider,
59
80
  N as ERROR_MESSAGE,
60
- C as HasPermission,
61
- S as PermissionRoute,
62
- B as SaasThemeProvider,
63
- G as TranslationProvider,
64
- H as axiosInstance,
65
- $ as color,
66
- F as createCustomTheme,
67
- u as getUseHasPermission,
68
- I as handleErrorAxios,
69
- O as login,
70
- j as logout,
71
- L as responseInterceptor,
72
- U as search,
73
- V as setFavicon,
74
- X as translate,
75
- Y as translationConfig,
76
- Z as useAuth,
77
- _ as useCustomTranslation,
78
- p as useGetPermission,
81
+ A as HasPermission,
82
+ E as PermissionRoute,
83
+ G as SaasThemeProvider,
84
+ $ as TranslationProvider,
85
+ I as axiosInstance,
86
+ O as color,
87
+ j as createCustomTheme,
88
+ 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,
79
102
  T as useSyncRouter,
80
- b as useTheme,
81
- k as useTranslation
103
+ J as useTheme,
104
+ K as useTranslation
82
105
  };
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.1",
4
+ "version": "0.13.1-dev.11",
5
5
  "type": "module",
6
6
  "main": "./dist/",
7
7
  "module": "./dist/",
@@ -1,5 +1,5 @@
1
- import "../react-to-web-component-D7SoYMky.js";
2
- import { U as e } from "../index-B2-j-GrO.js";
1
+ import "../react-to-web-component-C4-Jmrxs.js";
2
+ import { U as e } from "../index-DyX6L9q-.js";
3
3
  export {
4
4
  e as UnauthorizedPage
5
5
  };
@@ -1,8 +1,7 @@
1
- import "../react-to-web-component-D7SoYMky.js";
2
- import { F as i, u as m } from "../index-CXQLVfRc.js";
3
- import "../index-Cx0zTfOC.js";
4
- import "../index-B8-7QZsi.js";
1
+ import "../react-to-web-component-C4-Jmrxs.js";
2
+ import { F as a, u as i } from "../index-B2F-s5_G.js";
3
+ import "../index-B1bJ4sn5.js";
5
4
  export {
6
- i as FavoriteMenu,
7
- m as updateFavoriteItems
5
+ a as FavoriteMenu,
6
+ i as updateFavoriteItems
8
7
  };
@@ -1,7 +1,6 @@
1
- import "../react-to-web-component-D7SoYMky.js";
2
- import { G as i } from "../index-CXQLVfRc.js";
3
- import "../index-Cx0zTfOC.js";
4
- import "../index-B8-7QZsi.js";
1
+ import "../react-to-web-component-C4-Jmrxs.js";
2
+ import { G as t } from "../index-B2F-s5_G.js";
3
+ import "../index-B1bJ4sn5.js";
5
4
  export {
6
- i as GlobalMenu
5
+ t as GlobalMenu
7
6
  };
@@ -1,12 +1,11 @@
1
- import "../react-to-web-component-D7SoYMky.js";
2
- import { L as n, T as s } from "../index-CXQLVfRc.js";
3
- import "../index-Cx0zTfOC.js";
4
- import "../index-B2-j-GrO.js";
5
- import "../index-B8-7QZsi.js";
6
- import "../react-toastify.esm-Y1WvK90L.js";
1
+ import "../react-to-web-component-C4-Jmrxs.js";
2
+ import { L as g, T as n } from "../index-B2F-s5_G.js";
3
+ import "../index-B1bJ4sn5.js";
4
+ import "../index-DyX6L9q-.js";
5
+ import "../react-toastify.esm-C4-Xv2fh.js";
7
6
  import "../toast-config/index.js";
8
7
  import "../toast-config-notification/index.js";
9
8
  export {
10
- n as LanguageDropdown,
11
- s as TopBar
9
+ g as LanguageDropdown,
10
+ n as TopBar
12
11
  };
@@ -1,7 +1,6 @@
1
- import "../react-to-web-component-D7SoYMky.js";
2
- import { H as e, g as m } from "../index-CXQLVfRc.js";
3
- import "../index-B8-7QZsi.js";
1
+ import "../react-to-web-component-C4-Jmrxs.js";
2
+ import { H as o, g as r } from "../index-B2F-s5_G.js";
4
3
  export {
5
- e as HasPermission,
6
- m as getUseHasPermission
4
+ o as HasPermission,
5
+ r as getUseHasPermission
7
6
  };
@@ -0,0 +1,14 @@
1
+ function s(r, e, o) {
2
+ return o.some((t) => {
3
+ const n = r[t];
4
+ return String(n).toLowerCase().includes(e.toLowerCase());
5
+ });
6
+ }
7
+ function c(r) {
8
+ var e, o;
9
+ (o = (e = window.top) == null ? void 0 : e.HostBridge) == null || o.openBackdrop(r);
10
+ }
11
+ export {
12
+ s as search,
13
+ c as setShellBackdrop
14
+ };
@@ -1,4 +1,4 @@
1
- import { j as e, s as a } from "./react-to-web-component-D7SoYMky.js";
1
+ import { j as e, s as a } from "./react-to-web-component-C4-Jmrxs.js";
2
2
  const l = "*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}";
3
3
  function s({ children: t, styles: o = [], ...i }) {
4
4
  return /* @__PURE__ */ e.jsxs("div", { ...i, children: [