@ukpc-lib/react 0.5.1 → 0.5.3
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/index.cjs +1 -1
- package/dist/components/index.js +2 -2
- package/dist/{index.module-14134d0a.js → index.module-34edf7f3.js} +3885 -3868
- package/dist/{index.module-6082cf5b.cjs → index.module-d8467012.cjs} +117 -117
- 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.js +1 -1
- package/web-components-bundle/global-topbar/index.js +1 -1
- package/web-components-bundle/has-permission/index.js +1 -1
- package/web-components-bundle/{index-5186fb3b.js → index-2ef51b17.js} +12579 -12565
|
@@ -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-d8467012.cjs"),K=require("moment"),O=require("@mui/material");require("@r2wc/react-to-web-component");require("axios");const on=require("react-router-dom");require("react-query");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 O, Fragment as $e, jsx as c } from "react/jsx-runtime";
|
|
2
2
|
import * as j from "react";
|
|
3
3
|
import ge, { useState as G, useContext as _e, useEffect as Q, useRef as xe, useCallback as xt, forwardRef as No, createElement as rr, PureComponent as Oo } from "react";
|
|
4
|
-
import { c as Te, a as Rt, C as ke, p as To, u as ko, S as Io, b as $o, L as Mo, d as Rr, e as Ao, Q as $n, f as pt, g as mr, h as Po, s as gt, _ as z, i as we, P as k, j as he, k as Ro, o as Do, l as zo, m as Fo, n as Dr, q as _t, r as zr, I as jo, t as Lo, v as Fr, D as Vo, w as Mn, x as An, y as Ho, z as Bo, A as Oe, B as Wo, E as yt } from "../index.module-
|
|
5
|
-
import { G as zc, F as Fc, H as jc } from "../index.module-
|
|
4
|
+
import { c as Te, a as Rt, C as ke, p as To, u as ko, S as Io, b as $o, L as Mo, d as Rr, e as Ao, Q as $n, f as pt, g as mr, h as Po, s as gt, _ as z, i as we, P as k, j as he, k as Ro, o as Do, l as zo, m as Fo, n as Dr, q as _t, r as zr, I as jo, t as Lo, v as Fr, D as Vo, w as Mn, x as An, y as Ho, z as Bo, A as Oe, B as Wo, E as yt } from "../index.module-34edf7f3.js";
|
|
5
|
+
import { G as zc, F as Fc, H as jc } from "../index.module-34edf7f3.js";
|
|
6
6
|
import Z from "moment";
|
|
7
7
|
import { Stack as te, Dialog as Uo, DialogTitle as Yo, Typography as ye, DialogContent as qo, DialogActions as Go, Button as kt, Box as Ko, ClickAwayListener as Zo, TextField as Pn, IconButton as Xo, CircularProgress as Jo, Fade as Qo, Paper as ei, Checkbox as ti } from "@mui/material";
|
|
8
8
|
import "@r2wc/react-to-web-component";
|