@ukpc-lib/react 0.16.1-sandbox.saas-9201.patch-2 → 0.16.1-sandbox.saas-9356.patch-30.16.4

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 (25) hide show
  1. package/dist/components/index.cjs +2 -2
  2. package/dist/components/index.js +149 -149
  3. package/dist/{index.esm2017-BAlbA558.cjs → index.esm2017-BVnH4Ubj.cjs} +92 -92
  4. package/dist/{index.esm2017-BHCx23KT.js → index.esm2017-IOd2nduB.js} +7579 -7582
  5. package/dist/share/TranslationProvider/index.d.ts +1 -1
  6. package/dist/share/index.cjs +1 -1
  7. package/dist/share/index.js +1 -1
  8. package/dist/translations/config.d.ts +7 -1
  9. package/package.json +1 -1
  10. package/web-components-bundle/access-denied/index.js +3 -2
  11. package/web-components-bundle/base-breadcrumbs/index.js +2 -2
  12. package/web-components-bundle/favorite-menu/index.js +4 -4
  13. package/web-components-bundle/global-menu/index.js +4 -4
  14. package/web-components-bundle/global-topbar/index.js +7 -8
  15. package/web-components-bundle/has-permission/index.js +3 -3
  16. package/web-components-bundle/{index-DqxmsDJs.js → index-BUE-pz1x.js} +1 -1
  17. package/web-components-bundle/{index-D-_9krW7.js → index-CcanyYet.js} +21316 -17801
  18. package/web-components-bundle/{index-BU5SX9Tl.js → index-omnj2VPv.js} +971 -960
  19. package/web-components-bundle/page-not-found/index.js +3 -3
  20. package/web-components-bundle/{react-to-web-component-w5r1Fs9q.js → react-to-web-component-BOygDorD.js} +1535 -1527
  21. package/web-components-bundle/{react-toastify.esm-H_Xdunfj.js → react-toastify.esm-DnABvuky.js} +1 -1
  22. package/web-components-bundle/toast-config/index.js +2 -2
  23. package/web-components-bundle/toast-config-notification/index.js +2 -2
  24. package/web-components-bundle/index-Ch-015PG.js +0 -3528
  25. package/web-components-bundle/setPrototypeOf-CP0c5ut2.js +0 -14
@@ -6,6 +6,6 @@ export declare const useCustomTranslation: () => {
6
6
  setLanguage: import('react').Dispatch<import('react').SetStateAction<Language | undefined>>;
7
7
  };
8
8
  export declare const translationConfig: import('i18next').i18n;
9
- export declare const translate: import('i18next').TFunction<("en" | "de")[], undefined, ("en" | "de")[]>;
9
+ export declare const translate: (key: string, options?: any) => never;
10
10
  export declare const useTranslation: () => import('react-i18next').UseTranslationResponse<import('i18next').Namespace, undefined>;
11
11
  export declare const TranslationProvider: FC<PropsWithChildren>;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../index.esm2017-BAlbA558.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-BVnH4Ubj.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, 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-BHCx23KT.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, 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-IOd2nduB.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 w, useLocation as f, Navigate as p } from "react-router-dom";
@@ -1,5 +1,10 @@
1
1
  import { default as i18n } from 'i18next';
2
2
 
3
+ declare global {
4
+ interface Window {
5
+ i18n?: typeof i18n;
6
+ }
7
+ }
3
8
  export declare enum Language {
4
9
  en = "en",
5
10
  de = "de"
@@ -8,4 +13,5 @@ export declare const languages: {
8
13
  readonly en: "English";
9
14
  readonly de: "German";
10
15
  };
11
- export default i18n;
16
+ declare let i18nInstance: typeof i18n;
17
+ export default i18nInstance;
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-2",
4
+ "version": "0.16.1-sandbox.saas-9356.patch-30.16.4",
5
5
  "type": "module",
6
6
  "main": "./dist/",
7
7
  "module": "./dist/",
@@ -1,5 +1,6 @@
1
- import "../react-to-web-component-w5r1Fs9q.js";
2
- import { U as e } from "../index-Ch-015PG.js";
1
+ import "../react-to-web-component-BOygDorD.js";
2
+ import { U as e } from "../index-CcanyYet.js";
3
+ import "../index-omnj2VPv.js";
3
4
  export {
4
5
  e as UnauthorizedPage
5
6
  };
@@ -1,5 +1,5 @@
1
- import "../react-to-web-component-w5r1Fs9q.js";
2
- import { ae as m } from "../index-BU5SX9Tl.js";
1
+ import "../react-to-web-component-BOygDorD.js";
2
+ import { ag as m } from "../index-omnj2VPv.js";
3
3
  export {
4
4
  m as BaseBreadcrumbs
5
5
  };
@@ -1,7 +1,7 @@
1
- import "../react-to-web-component-w5r1Fs9q.js";
2
- import { F as i, u as m } from "../index-D-_9krW7.js";
3
- import "../index-DqxmsDJs.js";
4
- import "../index-BU5SX9Tl.js";
1
+ import "../react-to-web-component-BOygDorD.js";
2
+ import { F as i, u as m } from "../index-CcanyYet.js";
3
+ import "../index-BUE-pz1x.js";
4
+ import "../index-omnj2VPv.js";
5
5
  export {
6
6
  i as FavoriteMenu,
7
7
  m as updateFavoriteItems
@@ -1,7 +1,7 @@
1
- import "../react-to-web-component-w5r1Fs9q.js";
2
- import { G as i } from "../index-D-_9krW7.js";
3
- import "../index-DqxmsDJs.js";
4
- import "../index-BU5SX9Tl.js";
1
+ import "../react-to-web-component-BOygDorD.js";
2
+ import { G as i } from "../index-CcanyYet.js";
3
+ import "../index-BUE-pz1x.js";
4
+ import "../index-omnj2VPv.js";
5
5
  export {
6
6
  i as GlobalMenu
7
7
  };
@@ -1,12 +1,11 @@
1
- import "../react-to-web-component-w5r1Fs9q.js";
2
- import { L as n, T as s } from "../index-D-_9krW7.js";
3
- import "../index-DqxmsDJs.js";
4
- import "../index-Ch-015PG.js";
5
- import "../index-BU5SX9Tl.js";
6
- import "../react-toastify.esm-H_Xdunfj.js";
1
+ import "../react-to-web-component-BOygDorD.js";
2
+ import { L as g, T as n } from "../index-CcanyYet.js";
3
+ import "../index-BUE-pz1x.js";
4
+ import "../index-omnj2VPv.js";
5
+ import "../react-toastify.esm-DnABvuky.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,6 +1,6 @@
1
- import "../react-to-web-component-w5r1Fs9q.js";
2
- import { H as e, g as m } from "../index-D-_9krW7.js";
3
- import "../index-BU5SX9Tl.js";
1
+ import "../react-to-web-component-BOygDorD.js";
2
+ import { H as e, g as m } from "../index-CcanyYet.js";
3
+ import "../index-omnj2VPv.js";
4
4
  export {
5
5
  e as HasPermission,
6
6
  m as getUseHasPermission
@@ -1,4 +1,4 @@
1
- import { j as e, s as a } from "./react-to-web-component-w5r1Fs9q.js";
1
+ import { j as e, s as a } from "./react-to-web-component-BOygDorD.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: [