@ukpc-lib/react 0.3.43 → 0.3.45
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.
- package/dist/components/GlobalMenu/index.d.ts +1 -0
- package/dist/components/GlobalMenu/models/MenuItemDto.d.ts +1 -0
- package/dist/components/index.cjs +1 -1
- package/dist/components/index.js +2 -2
- package/dist/{index.module-8b49f064.js → index.module-0e847207.js} +5393 -5390
- package/dist/index.module-50c1929c.cjs +987 -0
- package/dist/share/index.cjs +1 -1
- package/dist/share/index.js +1 -1
- package/package.json +1 -1
- package/web-components-bundle/global-menu/index.cjs +1 -1
- package/web-components-bundle/global-menu/index.js +1 -1
- package/web-components-bundle/global-topbar/index.cjs +1 -1
- package/web-components-bundle/global-topbar/index.js +2 -2
- package/web-components-bundle/has-permission/index.cjs +1 -1
- package/web-components-bundle/has-permission/index.js +2 -2
- package/web-components-bundle/{index-b76d708c.js → index-19ada296.js} +1 -1
- package/web-components-bundle/{index-9091b8d6.cjs → index-5e5489dd.cjs} +13 -13
- package/web-components-bundle/{index-96f18056.js → index-a33584fd.js} +1734 -1727
- package/web-components-bundle/{index-0b31d173.cjs → index-cc668959.cjs} +1 -1
- package/dist/index.module-42e2de1d.cjs +0 -987
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("react/jsx-runtime"),j=require("react"),m=require("../index.module-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("react/jsx-runtime"),j=require("react"),m=require("../index.module-50c1929c.cjs"),K=require("moment"),Gt=require("axios");require("@r2wc/react-to-web-component");const an=require("react-router-dom"),N=require("@mui/material");function Jn(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const r in e)if(r!=="default"){const n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:()=>e[r]})}}return t.default=e,Object.freeze(t)}const L=Jn(j),Qn=e=>{var n,o;const{tabs:t}=e,r=i=>{e.setCurrentTab(i.target.id)};return console.log("🚀 ~ brandColors:",e.currentTab),s.jsxs(s.Fragment,{children:[s.jsx("style",{children:`
|
|
2
2
|
.tab-title {
|
|
3
3
|
min-width: 90px;
|
|
4
4
|
padding: 5px 16px;
|
package/dist/components/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsxs as N, Fragment as $e, jsx as c } from "react/jsx-runtime";
|
|
2
2
|
import * as L from "react";
|
|
3
3
|
import Co, { useState as G, useContext as xe, useEffect as Q, useRef as be, useCallback as bt, forwardRef as Oo, createElement as tr, PureComponent as No } from "react";
|
|
4
|
-
import { c as Ne, Q as $n, g as To, C as Te, p as Pt, S as ko, a as $o, L as Io, b as Pr, u as Mo, d as mt, e as Ao, s as pt, _ as z, f as _e, P as k, h as he, i as Po, o as Ro, j as Do, k as zo, l as Rr, m as In, n as xt, q as Dr, I as Fo, r as Lo, t as zr, D as jo, v as Mn, w as An, x as Vo, y as Ho, z as Oe, A as Bo, B as gt } from "../index.module-
|
|
5
|
-
import { G as Tc, E as kc, F as $c } from "../index.module-
|
|
4
|
+
import { c as Ne, Q as $n, g as To, C as Te, p as Pt, S as ko, a as $o, L as Io, b as Pr, u as Mo, d as mt, e as Ao, s as pt, _ as z, f as _e, P as k, h as he, i as Po, o as Ro, j as Do, k as zo, l as Rr, m as In, n as xt, q as Dr, I as Fo, r as Lo, t as zr, D as jo, v as Mn, w as An, x as Vo, y as Ho, z as Oe, A as Bo, B as gt } from "../index.module-0e847207.js";
|
|
5
|
+
import { G as Tc, E as kc, F as $c } from "../index.module-0e847207.js";
|
|
6
6
|
import Z from "moment";
|
|
7
7
|
import hr from "axios";
|
|
8
8
|
import "@r2wc/react-to-web-component";
|