react-luminus-components 1.5.14 → 1.5.15
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/.vite/manifest.json +11 -11
- package/dist/{FormDisabledProvider-IZzl9pqx.js → FormDisabledProvider-BCWVZKeJ.js} +5 -5
- package/dist/{ShortcutLinksContext-CIQXm5jY.js → ShortcutLinksContext-DpohvVH2.js} +4 -4
- package/dist/components/common/EmailOverview/EmailOverview.d.ts +5 -0
- package/dist/components/common/index.d.ts +1 -0
- package/dist/contexts.es.js +5 -5
- package/dist/hooks.es.js +3 -3
- package/dist/layout.es.js +2 -2
- package/dist/main.cjs.js +56 -56
- package/dist/main.d.ts +1 -0
- package/dist/main.es.js +3648 -3607
- package/dist/models/api/emailOverview/EmailOverviewModel.d.ts +10 -0
- package/dist/models/index.d.ts +1 -0
- package/dist/models/texts/ComponentsContextTexts.d.ts +2 -0
- package/dist/models/texts/EmailOverviewTexts.d.ts +7 -0
- package/dist/{useLocalStorageState-DGN1cgu_.js → useLocalStorageState-DJjnd4uC.js} +1 -1
- package/dist/utils.es.js +2 -2
- package/package.json +1 -1
package/dist/.vite/manifest.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
|
-
"_FormDisabledProvider-
|
|
3
|
-
"file": "FormDisabledProvider-
|
|
2
|
+
"_FormDisabledProvider-BCWVZKeJ.js": {
|
|
3
|
+
"file": "FormDisabledProvider-BCWVZKeJ.js",
|
|
4
4
|
"name": "FormDisabledProvider",
|
|
5
5
|
"imports": [
|
|
6
|
-
"_ShortcutLinksContext-
|
|
6
|
+
"_ShortcutLinksContext-DpohvVH2.js"
|
|
7
7
|
]
|
|
8
8
|
},
|
|
9
|
-
"_FormDisabledProvider-
|
|
10
|
-
"file": "FormDisabledProvider-
|
|
9
|
+
"_FormDisabledProvider-CB65Qinl.cjs": {
|
|
10
|
+
"file": "FormDisabledProvider-CB65Qinl.cjs",
|
|
11
11
|
"name": "FormDisabledProvider",
|
|
12
12
|
"imports": [
|
|
13
|
-
"_ShortcutLinksContext-
|
|
13
|
+
"_ShortcutLinksContext-NoGMjMaY.cjs"
|
|
14
14
|
]
|
|
15
15
|
},
|
|
16
|
-
"_ShortcutLinksContext-
|
|
17
|
-
"file": "ShortcutLinksContext-
|
|
16
|
+
"_ShortcutLinksContext-DpohvVH2.js": {
|
|
17
|
+
"file": "ShortcutLinksContext-DpohvVH2.js",
|
|
18
18
|
"name": "ShortcutLinksContext"
|
|
19
19
|
},
|
|
20
20
|
"_ShortcutLinksContext-NoGMjMaY.cjs": {
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
"_ShortcutLinksContext-NoGMjMaY.cjs"
|
|
37
37
|
]
|
|
38
38
|
},
|
|
39
|
-
"_useLocalStorageState-
|
|
40
|
-
"file": "useLocalStorageState-
|
|
39
|
+
"_useLocalStorageState-DJjnd4uC.js": {
|
|
40
|
+
"file": "useLocalStorageState-DJjnd4uC.js",
|
|
41
41
|
"name": "useLocalStorageState",
|
|
42
42
|
"imports": [
|
|
43
|
-
"_ShortcutLinksContext-
|
|
43
|
+
"_ShortcutLinksContext-DpohvVH2.js"
|
|
44
44
|
]
|
|
45
45
|
},
|
|
46
46
|
"_useRenderDraggableInPortal-D0OLp7Qb.js": {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { j as t, c as i, t as d,
|
|
1
|
+
import { j as t, c as i, t as d, a as l, bN as _ } from "./ShortcutLinksContext-DpohvVH2.js";
|
|
2
2
|
const g = "_loading_obchl_1", h = "_spinner-grow_obchl_10", p = "_second_obchl_14", u = "_third_obchl_17", m = "_loadingBlock_obchl_21", b = "_sizeLine_obchl_29", x = "_sizeFill_obchl_36", o = {
|
|
3
3
|
loading: g,
|
|
4
4
|
"spinner-grow": "_spinner-grow_obchl_10",
|
|
@@ -8,7 +8,7 @@ const g = "_loading_obchl_1", h = "_spinner-grow_obchl_10", p = "_second_obchl_1
|
|
|
8
8
|
loadingBlock: m,
|
|
9
9
|
sizeLine: b,
|
|
10
10
|
sizeFill: x
|
|
11
|
-
},
|
|
11
|
+
}, F = () => /* @__PURE__ */ t.jsxs("div", { className: i("luminus-loading", o.loading), children: [
|
|
12
12
|
/* @__PURE__ */ t.jsx("div", { className: i("spinner-grow", o.spinnerGrow, "text-primary"), role: "status" }),
|
|
13
13
|
/* @__PURE__ */ t.jsx("div", { className: i("spinner-grow", o.spinnerGrow, "text-primary", o.second), role: "status" }),
|
|
14
14
|
/* @__PURE__ */ t.jsx("div", { className: i("spinner-grow", o.spinnerGrow, "text-primary", o.third), role: "status" })
|
|
@@ -27,14 +27,14 @@ function w(s, n) {
|
|
|
27
27
|
a
|
|
28
28
|
), e);
|
|
29
29
|
}
|
|
30
|
-
function
|
|
30
|
+
function f(s, n) {
|
|
31
31
|
return w(s, n * 12);
|
|
32
32
|
}
|
|
33
33
|
const j = ({ children: s, disabled: n }) => /* @__PURE__ */ t.jsx(_.Provider, { value: n, children: s });
|
|
34
34
|
export {
|
|
35
35
|
j as F,
|
|
36
|
-
|
|
36
|
+
F as L,
|
|
37
37
|
w as a,
|
|
38
|
-
|
|
38
|
+
f as b,
|
|
39
39
|
o as c
|
|
40
40
|
};
|
|
@@ -28068,7 +28068,7 @@ export {
|
|
|
28068
28068
|
Fne as Y,
|
|
28069
28069
|
Qp as Z,
|
|
28070
28070
|
Hx as _,
|
|
28071
|
-
|
|
28071
|
+
mi as a,
|
|
28072
28072
|
E2 as a$,
|
|
28073
28073
|
B2 as a0,
|
|
28074
28074
|
In as a1,
|
|
@@ -28133,7 +28133,7 @@ export {
|
|
|
28133
28133
|
nm as ax,
|
|
28134
28134
|
G7 as ay,
|
|
28135
28135
|
H7 as az,
|
|
28136
|
-
|
|
28136
|
+
fp as b,
|
|
28137
28137
|
pre as b$,
|
|
28138
28138
|
pM as b0,
|
|
28139
28139
|
jne as b1,
|
|
@@ -28219,8 +28219,8 @@ export {
|
|
|
28219
28219
|
N0 as ch,
|
|
28220
28220
|
Qne as ci,
|
|
28221
28221
|
kT as d,
|
|
28222
|
-
|
|
28223
|
-
|
|
28222
|
+
rb as e,
|
|
28223
|
+
At as f,
|
|
28224
28224
|
Yg as g,
|
|
28225
28225
|
One as h,
|
|
28226
28226
|
TT as i,
|
|
@@ -53,3 +53,4 @@ export { default as PermissionSubstituteTable } from './PermissionsSubstitute/Su
|
|
|
53
53
|
export { default as PermissionSubstituteDetail } from './PermissionsSubstitute/Detail/PermissionSubstituteDetail';
|
|
54
54
|
export { default as ApprovalsDelegations } from './Approvals/Delegations/ApprovalsDelegations';
|
|
55
55
|
export { default as Approvals } from './Approvals/Approvals/Approvals';
|
|
56
|
+
export { default as EmailOverview } from './EmailOverview/EmailOverview';
|
package/dist/contexts.es.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
var Ee = Object.defineProperty;
|
|
2
2
|
var Oe = (e, t, n) => t in e ? Ee(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
|
|
3
3
|
var E = (e, t, n) => Oe(e, typeof t != "symbol" ? t + "" : t, n);
|
|
4
|
-
import { t as N, bF as we, j as d, bG as De, P as z, bo as Pe, bH as me, $ as O, bg as ke, Q as G, bI as je, aX as Ie, aw as Me, aq as pe, bi as he, at as I, as as Le, bJ as He, aP as oe, bK as _e, ab as ye, bL as ae, bM as $e, aR as Re, af as Ue, a1 as Ne } from "./ShortcutLinksContext-
|
|
5
|
-
import { bN as Bt, bd as Yt } from "./ShortcutLinksContext-
|
|
4
|
+
import { t as N, bF as we, j as d, bG as De, P as z, bo as Pe, bH as me, $ as O, bg as ke, Q as G, bI as je, aX as Ie, aw as Me, aq as pe, bi as he, at as I, as as Le, bJ as He, aP as oe, bK as _e, ab as ye, bL as ae, bM as $e, aR as Re, af as Ue, a1 as Ne } from "./ShortcutLinksContext-DpohvVH2.js";
|
|
5
|
+
import { bN as Bt, bd as Yt } from "./ShortcutLinksContext-DpohvVH2.js";
|
|
6
6
|
import D, { useState as S, useCallback as h, useMemo as T, useContext as _, useEffect as j, useRef as te, Component as re } from "react";
|
|
7
7
|
import { EventType as W, InteractionRequiredAuthError as Fe } from "@azure/msal-browser";
|
|
8
8
|
import { MsalProvider as qe } from "@azure/msal-react";
|
|
@@ -10,9 +10,9 @@ import "react-router-dom";
|
|
|
10
10
|
import "react-dom";
|
|
11
11
|
import "react-hook-form";
|
|
12
12
|
import "react-flexmonster";
|
|
13
|
-
import { L as Ge, b as ze } from "./FormDisabledProvider-
|
|
14
|
-
import { F as Wt } from "./FormDisabledProvider-
|
|
15
|
-
import { a as Ke, u as Ve } from "./useLocalStorageState-
|
|
13
|
+
import { L as Ge, b as ze } from "./FormDisabledProvider-BCWVZKeJ.js";
|
|
14
|
+
import { F as Wt } from "./FormDisabledProvider-BCWVZKeJ.js";
|
|
15
|
+
import { a as Ke, u as Ve } from "./useLocalStorageState-DJjnd4uC.js";
|
|
16
16
|
function Be(e) {
|
|
17
17
|
const t = N(e);
|
|
18
18
|
return t.setHours(23, 59, 59, 999), t;
|
package/dist/hooks.es.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { aw as k, aX as L, ar as O } from "./ShortcutLinksContext-
|
|
2
|
-
import { bO as Z, bw as j, bQ as J, aR as M, bP as _, af as K, aY as tt, bb as et, bo as at, a2 as st, bh as rt } from "./ShortcutLinksContext-
|
|
3
|
-
import { u as ot, a as ut } from "./useLocalStorageState-
|
|
1
|
+
import { aw as k, aX as L, ar as O } from "./ShortcutLinksContext-DpohvVH2.js";
|
|
2
|
+
import { bO as Z, bw as j, bQ as J, aR as M, bP as _, af as K, aY as tt, bb as et, bo as at, a2 as st, bh as rt } from "./ShortcutLinksContext-DpohvVH2.js";
|
|
3
|
+
import { u as ot, a as ut } from "./useLocalStorageState-DJjnd4uC.js";
|
|
4
4
|
import { useState as b, useEffect as g, useContext as $, useRef as I, useCallback as S } from "react";
|
|
5
5
|
import { c as ct, u as it, a as dt, b as mt } from "./useRenderDraggableInPortal-D0OLp7Qb.js";
|
|
6
6
|
import "react-router-dom";
|
package/dist/layout.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { bw as L, j as e, c as l, Y as w, ao as $, bb as q, a2 as A, bC as O, bD as D } from "./ShortcutLinksContext-
|
|
2
|
-
import { b9 as Pe, bE as Be } from "./ShortcutLinksContext-
|
|
1
|
+
import { bw as L, j as e, c as l, Y as w, ao as $, bb as q, a2 as A, bC as O, bD as D } from "./ShortcutLinksContext-DpohvVH2.js";
|
|
2
|
+
import { b9 as Pe, bE as Be } from "./ShortcutLinksContext-DpohvVH2.js";
|
|
3
3
|
import { useState as R, useRef as S, useMemo as B, useEffect as E } from "react";
|
|
4
4
|
import { Link as C } from "react-router-dom";
|
|
5
5
|
import "react-hook-form";
|