@ukpc-lib/react 0.4.0 → 0.4.1
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-c258b580.js → index.module-0c1e4251.js} +6523 -6522
- package/dist/{index.module-f9b87524.cjs → index.module-77c85236.cjs} +80 -80
- package/dist/share/index.cjs +1 -1
- package/dist/share/index.js +16 -15
- package/dist/share/interceptor/index.d.ts +5 -0
- 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-7261fc16.js → index-4e66c5fb.js} +633 -636
|
@@ -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-77c85236.cjs"),K=require("moment"),Gt=require("axios"),N=require("@mui/material");require("@r2wc/react-to-web-component");const an=require("react-router-dom");require("react-query");function Qn(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 F=Qn(j),eo=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 Ie, jsx as c } from "react/jsx-runtime";
|
|
2
2
|
import * as L 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 To } from "react";
|
|
4
|
-
import { c as Te, Q as In, a as ko, C as ke, p as Rt, u as $o, S as Io, b as Mo, L as Ao, d as Rr, e as Po, f as pt, g as Ro, s as gt, _ as z, h as we, P as k, i as he, j as Do, o as zo, k as Fo, l as Lo, m as Dr, n as Mn, q as _t, r as zr, I as jo, t as Vo, v as Fr, D as Ho, w as An, x as Pn, y as Bo, z as Wo, A as Ne, B as Uo, E as yt } from "../index.module-
|
|
5
|
-
import { G as Dc, F as zc, H as Fc } from "../index.module-
|
|
4
|
+
import { c as Te, Q as In, a as ko, C as ke, p as Rt, u as $o, S as Io, b as Mo, L as Ao, d as Rr, e as Po, f as pt, g as Ro, s as gt, _ as z, h as we, P as k, i as he, j as Do, o as zo, k as Fo, l as Lo, m as Dr, n as Mn, q as _t, r as zr, I as jo, t as Vo, v as Fr, D as Ho, w as An, x as Pn, y as Bo, z as Wo, A as Ne, B as Uo, E as yt } from "../index.module-0c1e4251.js";
|
|
5
|
+
import { G as Dc, F as zc, H as Fc } from "../index.module-0c1e4251.js";
|
|
6
6
|
import Z from "moment";
|
|
7
7
|
import mr from "axios";
|
|
8
8
|
import { Stack as te, Dialog as qo, DialogTitle as Yo, Typography as ye, DialogContent as Go, DialogActions as Ko, Button as kt, Box as Zo, ClickAwayListener as Xo, TextField as Rn, IconButton as Jo, CircularProgress as Qo, Fade as ei, Paper as ti, Checkbox as ri } from "@mui/material";
|