react-luminus-components 1.4.56 → 1.4.57
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-CbNzR9vC.js → FormDisabledProvider-6tUxmuDM.js} +1 -1
- package/dist/{ShortcutLinksContext-D-3_1QWF.js → ShortcutLinksContext-BnnVfkMM.js} +74 -74
- package/dist/contexts.es.js +22 -22
- package/dist/hooks.es.js +30 -30
- package/dist/layout.es.js +8 -8
- package/dist/main.cjs.js +25 -25
- package/dist/main.es.js +2237 -2226
- package/dist/models/texts/ChartTexts.d.ts +4 -0
- package/dist/models/texts/ComponentsContextTexts.d.ts +2 -0
- package/dist/{useLocalStorageState-CSuGfUFh.js → useLocalStorageState-DtLtD3Dq.js} +1 -1
- package/dist/utils.es.js +13 -13
- package/package.json +1 -1
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { default as ApprovalTexts } from './ApprovalTexts';
|
|
2
2
|
import { default as AppSearchTexts } from './AppSearchTexts';
|
|
3
3
|
import { default as AxiosTexts } from './AxiosTexts';
|
|
4
|
+
import { default as ChartTexts } from './ChartTexts';
|
|
4
5
|
import { default as ClipboardTexts } from './ClipboardTexts';
|
|
5
6
|
import { default as ConfirmTexts } from './ConfirmTexts';
|
|
6
7
|
import { default as ContainerTexts } from './ContainerTexts';
|
|
@@ -46,5 +47,6 @@ type ComponentsContextTexts = {
|
|
|
46
47
|
imports: ImportTexts;
|
|
47
48
|
settings: SettingsTexts;
|
|
48
49
|
localizations: LocalizationTexts;
|
|
50
|
+
chart: ChartTexts;
|
|
49
51
|
};
|
|
50
52
|
export default ComponentsContextTexts;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { aw as J,
|
|
1
|
+
import { aw as J, aX as N, ar as E } from "./ShortcutLinksContext-BnnVfkMM.js";
|
|
2
2
|
import { useState as p, useContext as F, useRef as G, useCallback as e, useEffect as O } from "react";
|
|
3
3
|
import "react-router-dom";
|
|
4
4
|
import "react-dom";
|
package/dist/utils.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { j as i, ao as f, U as g } from "./ShortcutLinksContext-
|
|
2
|
-
import { cb as
|
|
1
|
+
import { j as i, ao as f, U as g } from "./ShortcutLinksContext-BnnVfkMM.js";
|
|
2
|
+
import { cb as V, c9 as k, ca as L, c8 as M, c7 as A, bS as E, bT as W, a_ as z, b_ as B, bP as U, c1 as G, b6 as Y, c6 as Z, cd as _, bZ as H, bU as $, aI as q, bW as J, aJ as K, bV as Q, bX as X, bY as ee, c2 as te, bl as se, bQ as re, c0 as ae, bR as oe, ce as ie, bI as ne, b$ as le, c3 as ce, aT as me, aZ as fe, cg as ge, c4 as ue, _ as pe, c5 as de, aH as he, cc as ye, cf as be } from "./ShortcutLinksContext-BnnVfkMM.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import "@azure/msal-browser";
|
|
5
5
|
import "@azure/msal-react";
|
|
@@ -27,12 +27,12 @@ const D = ({ cell: { value: e } }) => /* @__PURE__ */ i.jsx(f, { text: e, placem
|
|
|
27
27
|
function u(e, t) {
|
|
28
28
|
e.setValue(t, null);
|
|
29
29
|
}
|
|
30
|
-
function
|
|
30
|
+
function I(e, t) {
|
|
31
31
|
t.forEach((r) => {
|
|
32
32
|
u(e, r);
|
|
33
33
|
});
|
|
34
34
|
}
|
|
35
|
-
const
|
|
35
|
+
const R = (e) => typeof e.directoryName == "string" && typeof e.directoryPath == "string" && typeof e.directoryTranslationKey == "string" && Array.isArray(e.files), P = async (e) => {
|
|
36
36
|
let t = { status: "pending" };
|
|
37
37
|
try {
|
|
38
38
|
t = { status: "success", data: (await e).data };
|
|
@@ -81,8 +81,8 @@ const I = (e) => typeof e.directoryName == "string" && typeof e.directoryPath ==
|
|
|
81
81
|
export {
|
|
82
82
|
j as CommonLuminusIconsArray,
|
|
83
83
|
v as adjustBrightness,
|
|
84
|
-
|
|
85
|
-
|
|
84
|
+
V as atobUtf8,
|
|
85
|
+
k as buildEmployeeNameString,
|
|
86
86
|
L as buildOrgUnitString,
|
|
87
87
|
M as buildVehicleNameString,
|
|
88
88
|
A as capitalizeFirstLetter,
|
|
@@ -92,12 +92,12 @@ export {
|
|
|
92
92
|
z as extractErrorsFromResponse,
|
|
93
93
|
B as extractFilename,
|
|
94
94
|
U as extractPermissionsFromResponse,
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
95
|
+
G as fixNameIdNulls,
|
|
96
|
+
Y as formatDate,
|
|
97
|
+
Z as formatDateTime,
|
|
98
|
+
_ as formatFileSize,
|
|
99
99
|
Fe as generateApiPath,
|
|
100
|
-
|
|
100
|
+
H as getDateString,
|
|
101
101
|
$ as getDaysDifference,
|
|
102
102
|
q as getFirstDayOfMonth,
|
|
103
103
|
J as getFirstDayOfOffsetMonth,
|
|
@@ -107,9 +107,9 @@ export {
|
|
|
107
107
|
ee as getLastDayOfYear,
|
|
108
108
|
te as hasOnlyNullValues,
|
|
109
109
|
u as hookFormSetNull,
|
|
110
|
-
|
|
110
|
+
I as hookFormSetNulls,
|
|
111
111
|
se as hookFormSetServerErrors,
|
|
112
|
-
|
|
112
|
+
R as isFileStructureDirectory,
|
|
113
113
|
re as isISODate,
|
|
114
114
|
ae as isPrimitive,
|
|
115
115
|
oe as isValidDate,
|