@m4l/core 0.1.40 → 0.1.41
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/contexts/DomainCountryContext/{index.85791bcb.js → index.d994d34d.js} +3 -3
- package/contexts/ModuleDictionaryContext/{index.b7c026b1.js → index.2bea2f5a.js} +31 -31
- package/contexts/ModulePrivilegesContext/{index.7abed4dc.js → index.dbac0629.js} +3 -3
- package/contexts/ModuleSkeletonContext/{index.18801a35.js → index.cefdbe76.js} +3 -3
- package/hooks/useDomain/{index.9e5dc4a4.js → index.5d407979.js} +1 -1
- package/hooks/useModuleDictionary/{index.93177cf8.js → index.74058055.js} +1 -1
- package/hooks/useModulePrivileges/{index.4b22874b.js → index.a2c70907.js} +1 -1
- package/hooks/useModuleSkeleton/{index.0429108c.js → index.ac23278e.js} +1 -1
- package/index.js +19 -18
- package/package.json +3 -3
- package/utils/evaluateWithContext/index.d.ts +7 -0
- package/utils/getPropertyByString/index.d.ts +1 -1
- package/utils/index.d.ts +1 -0
- package/utils/index.ee07ca4a.js +63 -0
- package/utils/index.8c4b528d.js +0 -40
|
@@ -4,9 +4,9 @@ import "../EnvironmentContext/index.7045c64f.js";
|
|
|
4
4
|
import "../FlagsContext/index.5f795859.js";
|
|
5
5
|
import { u as T } from "../../hooks/useHostTools/index.66d9a667.js";
|
|
6
6
|
import "../DomainContext/index.8d81b39c.js";
|
|
7
|
-
import "../ModuleDictionaryContext/index.
|
|
8
|
-
import "../ModulePrivilegesContext/index.
|
|
9
|
-
import "../ModuleSkeletonContext/index.
|
|
7
|
+
import "../ModuleDictionaryContext/index.2bea2f5a.js";
|
|
8
|
+
import "../ModulePrivilegesContext/index.dbac0629.js";
|
|
9
|
+
import "../ModuleSkeletonContext/index.cefdbe76.js";
|
|
10
10
|
import "../NetworkContext/index.d1dfbc3a.js";
|
|
11
11
|
import { u as f } from "../../hooks/usePropageteMF/index.c440b829.js";
|
|
12
12
|
import { E as i } from "../../types/index.42c24946.js";
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { createContext as y, useState as F, useEffect as L, useCallback as
|
|
1
|
+
import { createContext as y, useState as F, useEffect as L, useCallback as s } from "react";
|
|
2
2
|
import "../BaseContext/index.f9cdc955.js";
|
|
3
3
|
import { u as M } from "../../hooks/useEnvironment/index.04dca988.js";
|
|
4
4
|
import { u as N } from "../../hooks/useFlags/index.a986729d.js";
|
|
5
5
|
import { u as P } from "../../hooks/useHostTools/index.66d9a667.js";
|
|
6
6
|
import "../DomainContext/index.8d81b39c.js";
|
|
7
|
-
import "../ModulePrivilegesContext/index.
|
|
8
|
-
import "../ModuleSkeletonContext/index.
|
|
7
|
+
import "../ModulePrivilegesContext/index.dbac0629.js";
|
|
8
|
+
import "../ModuleSkeletonContext/index.cefdbe76.js";
|
|
9
9
|
import { u as _ } from "../../hooks/useNetwork/index.acbf28d5.js";
|
|
10
|
-
import "../DomainCountryContext/index.
|
|
10
|
+
import "../DomainCountryContext/index.d994d34d.js";
|
|
11
11
|
import { C as x } from "../../types/index.42c24946.js";
|
|
12
12
|
import { jsx as A } from "react/jsx-runtime";
|
|
13
13
|
const E = y(null);
|
|
14
|
-
function
|
|
14
|
+
function U(a) {
|
|
15
15
|
const {
|
|
16
|
-
children:
|
|
17
|
-
componentsDictionary:
|
|
18
|
-
moduleId:
|
|
19
|
-
moduleNameField:
|
|
20
|
-
currentLang:
|
|
21
|
-
isAuth:
|
|
22
|
-
} =
|
|
16
|
+
children: u,
|
|
17
|
+
componentsDictionary: l,
|
|
18
|
+
moduleId: m,
|
|
19
|
+
moduleNameField: i = "module_name",
|
|
20
|
+
currentLang: c = "en",
|
|
21
|
+
isAuth: d = !0
|
|
22
|
+
} = a, {
|
|
23
23
|
addFlag: p
|
|
24
24
|
} = N(), [r, f] = F(void 0), {
|
|
25
25
|
domain_token: g
|
|
@@ -30,49 +30,49 @@ function Y(u) {
|
|
|
30
30
|
networkOperation: v
|
|
31
31
|
} = _();
|
|
32
32
|
L(() => {
|
|
33
|
-
let
|
|
33
|
+
let o = !0;
|
|
34
34
|
return D(), v({
|
|
35
35
|
method: "GET",
|
|
36
|
-
endPoint:
|
|
36
|
+
endPoint: `na/dictionaries/${m}`,
|
|
37
37
|
parms: {
|
|
38
|
-
comps:
|
|
39
|
-
...
|
|
38
|
+
comps: l,
|
|
39
|
+
...d ? {} : {
|
|
40
40
|
domain_token: g
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
|
-
}).then((
|
|
44
|
-
|
|
45
|
-
...
|
|
46
|
-
}), p(x.FLAG_DICTIONARY_LOADED));
|
|
43
|
+
}).then((t) => {
|
|
44
|
+
o && (f({
|
|
45
|
+
...t
|
|
46
|
+
}), console.log("se actualizaron los diccionarios...."), p(x.FLAG_DICTIONARY_LOADED));
|
|
47
47
|
}).finally(() => {
|
|
48
48
|
h();
|
|
49
49
|
}), function() {
|
|
50
|
-
|
|
50
|
+
o = !1;
|
|
51
51
|
};
|
|
52
|
-
}, [
|
|
53
|
-
const n =
|
|
52
|
+
}, [c]);
|
|
53
|
+
const n = s((o) => {
|
|
54
54
|
if (r === void 0)
|
|
55
55
|
return "";
|
|
56
|
-
if (
|
|
56
|
+
if (o === "")
|
|
57
57
|
return "No key";
|
|
58
|
-
let
|
|
59
|
-
const e =
|
|
58
|
+
let t;
|
|
59
|
+
const e = o.split(".");
|
|
60
60
|
try {
|
|
61
|
-
e.length === 1 && (
|
|
61
|
+
e.length === 1 && (t = r.data[o]), e.length === 2 && (t = r[e[0]][e[1]]);
|
|
62
62
|
} catch {
|
|
63
63
|
}
|
|
64
|
-
return
|
|
65
|
-
}, [r]), C =
|
|
64
|
+
return t || `N_D:[${o}]`;
|
|
65
|
+
}, [r]), C = s(() => n(i), [i, n]);
|
|
66
66
|
return /* @__PURE__ */ A(E.Provider, {
|
|
67
67
|
value: {
|
|
68
68
|
moduleDictionary: r,
|
|
69
69
|
getLabel: n,
|
|
70
70
|
getModuleLabel: C
|
|
71
71
|
},
|
|
72
|
-
children:
|
|
72
|
+
children: u
|
|
73
73
|
});
|
|
74
74
|
}
|
|
75
75
|
export {
|
|
76
76
|
E as M,
|
|
77
|
-
|
|
77
|
+
U as a
|
|
78
78
|
};
|
|
@@ -4,10 +4,10 @@ import "../EnvironmentContext/index.7045c64f.js";
|
|
|
4
4
|
import { u as v } from "../../hooks/useFlags/index.a986729d.js";
|
|
5
5
|
import { u as E } from "../../hooks/useHostTools/index.66d9a667.js";
|
|
6
6
|
import "../DomainContext/index.8d81b39c.js";
|
|
7
|
-
import "../ModuleDictionaryContext/index.
|
|
8
|
-
import "../ModuleSkeletonContext/index.
|
|
7
|
+
import "../ModuleDictionaryContext/index.2bea2f5a.js";
|
|
8
|
+
import "../ModuleSkeletonContext/index.cefdbe76.js";
|
|
9
9
|
import { u as h } from "../../hooks/useNetwork/index.acbf28d5.js";
|
|
10
|
-
import "../DomainCountryContext/index.
|
|
10
|
+
import "../DomainCountryContext/index.d994d34d.js";
|
|
11
11
|
import { C as i } from "../../types/index.42c24946.js";
|
|
12
12
|
import { jsx as L } from "react/jsx-runtime";
|
|
13
13
|
const C = f(null);
|
|
@@ -4,10 +4,10 @@ import "../EnvironmentContext/index.7045c64f.js";
|
|
|
4
4
|
import { a as m } from "../../hooks/useFlags/index.a986729d.js";
|
|
5
5
|
import "../HostToolsContext/index.499db832.js";
|
|
6
6
|
import "../DomainContext/index.8d81b39c.js";
|
|
7
|
-
import "../ModuleDictionaryContext/index.
|
|
8
|
-
import "../ModulePrivilegesContext/index.
|
|
7
|
+
import "../ModuleDictionaryContext/index.2bea2f5a.js";
|
|
8
|
+
import "../ModulePrivilegesContext/index.dbac0629.js";
|
|
9
9
|
import "../NetworkContext/index.d1dfbc3a.js";
|
|
10
|
-
import "../DomainCountryContext/index.
|
|
10
|
+
import "../DomainCountryContext/index.d994d34d.js";
|
|
11
11
|
import { jsx as n } from "react/jsx-runtime";
|
|
12
12
|
const p = i(null);
|
|
13
13
|
function P(o) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useContext as t } from "react";
|
|
2
2
|
import { D as n } from "../../contexts/DomainContext/index.8d81b39c.js";
|
|
3
|
-
import { D as e } from "../../contexts/DomainCountryContext/index.
|
|
3
|
+
import { D as e } from "../../contexts/DomainCountryContext/index.d994d34d.js";
|
|
4
4
|
const m = () => {
|
|
5
5
|
const o = t(n);
|
|
6
6
|
if (!o)
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useState as n, useContext as s, useEffect as u } from "react";
|
|
2
|
-
import { M as r } from "../../contexts/ModuleSkeletonContext/index.
|
|
2
|
+
import { M as r } from "../../contexts/ModuleSkeletonContext/index.cefdbe76.js";
|
|
3
3
|
const S = () => {
|
|
4
4
|
const [t, o] = n(!0), e = s(r);
|
|
5
5
|
if (!e)
|
package/index.js
CHANGED
|
@@ -2,28 +2,28 @@ import "react";
|
|
|
2
2
|
import { B as i, a as n } from "./contexts/BaseContext/index.f9cdc955.js";
|
|
3
3
|
import { E as u, a as x } from "./contexts/EnvironmentContext/index.7045c64f.js";
|
|
4
4
|
import { F as l, a as f } from "./contexts/FlagsContext/index.5f795859.js";
|
|
5
|
-
import { H as
|
|
5
|
+
import { H as v, a as g } from "./contexts/HostToolsContext/index.499db832.js";
|
|
6
6
|
import { D as C, a as M } from "./contexts/DomainContext/index.8d81b39c.js";
|
|
7
|
-
import { M as S, a as c } from "./contexts/ModuleDictionaryContext/index.
|
|
8
|
-
import { M as F, a as E } from "./contexts/ModulePrivilegesContext/index.
|
|
9
|
-
import { M as B, a as L } from "./contexts/ModuleSkeletonContext/index.
|
|
7
|
+
import { M as S, a as c } from "./contexts/ModuleDictionaryContext/index.2bea2f5a.js";
|
|
8
|
+
import { M as F, a as E } from "./contexts/ModulePrivilegesContext/index.dbac0629.js";
|
|
9
|
+
import { M as B, a as L } from "./contexts/ModuleSkeletonContext/index.cefdbe76.js";
|
|
10
10
|
import { N, a as w } from "./contexts/NetworkContext/index.d1dfbc3a.js";
|
|
11
|
-
import { D as h, a as
|
|
11
|
+
import { D as h, a as W } from "./contexts/DomainCountryContext/index.d994d34d.js";
|
|
12
12
|
import { u as b } from "./hooks/useBase/index.4375dcef.js";
|
|
13
13
|
import { u as q } from "./hooks/useEnvironment/index.04dca988.js";
|
|
14
14
|
import { u as A, a as G } from "./hooks/useFlags/index.a986729d.js";
|
|
15
15
|
import { u as J } from "./hooks/useHostTools/index.66d9a667.js";
|
|
16
|
-
import { u as Q, a as R } from "./hooks/useDomain/index.
|
|
16
|
+
import { u as Q, a as R } from "./hooks/useDomain/index.5d407979.js";
|
|
17
17
|
import { u as V, a as X } from "./hooks/useLocalStorage/index.48b47dca.js";
|
|
18
|
-
import { u as Z } from "./hooks/useModuleDictionary/index.
|
|
19
|
-
import { u as $ } from "./hooks/useModulePrivileges/index.
|
|
20
|
-
import { u as eo } from "./hooks/useModuleSkeleton/index.
|
|
18
|
+
import { u as Z } from "./hooks/useModuleDictionary/index.74058055.js";
|
|
19
|
+
import { u as $ } from "./hooks/useModulePrivileges/index.a2c70907.js";
|
|
20
|
+
import { u as eo } from "./hooks/useModuleSkeleton/index.ac23278e.js";
|
|
21
21
|
import { u as ao } from "./hooks/useNetwork/index.acbf28d5.js";
|
|
22
22
|
import { i as so, u as io } from "./hooks/usePaginate/index.d4437ef6.js";
|
|
23
23
|
import { u as mo } from "./hooks/usePropageteMF/index.c440b829.js";
|
|
24
24
|
import { C as xo, E as po } from "./types/index.42c24946.js";
|
|
25
|
-
import {
|
|
26
|
-
import { a as
|
|
25
|
+
import { e as fo, a as vo, g as go, s as Po, v as Co } from "./utils/index.ee07ca4a.js";
|
|
26
|
+
import { a as Do } from "./utils/axiosOperation.e428c3b5.js";
|
|
27
27
|
import "react/jsx-runtime";
|
|
28
28
|
import "axios";
|
|
29
29
|
import "qs";
|
|
@@ -33,15 +33,15 @@ export {
|
|
|
33
33
|
xo as CommonFlags,
|
|
34
34
|
C as DomainContext,
|
|
35
35
|
h as DomainCountryContext,
|
|
36
|
-
|
|
36
|
+
W as DomainCountryProvider,
|
|
37
37
|
M as DomainProvider,
|
|
38
38
|
po as EmitEvents,
|
|
39
39
|
u as EnvironmentContext,
|
|
40
40
|
x as EnvironmentProvider,
|
|
41
41
|
l as FlagsContext,
|
|
42
42
|
f as FlagsProvider,
|
|
43
|
-
|
|
44
|
-
|
|
43
|
+
v as HostToolsContext,
|
|
44
|
+
g as HostToolsProvider,
|
|
45
45
|
S as ModuleDictionaryContext,
|
|
46
46
|
c as ModuleDictionaryProvider,
|
|
47
47
|
F as ModulePrivilegesContext,
|
|
@@ -50,11 +50,12 @@ export {
|
|
|
50
50
|
L as ModuleSkeletonProvider,
|
|
51
51
|
N as NetworkContext,
|
|
52
52
|
w as NetworkProvider,
|
|
53
|
-
|
|
54
|
-
fo as
|
|
53
|
+
Do as axiosOperation,
|
|
54
|
+
fo as evaluateWithContext,
|
|
55
|
+
vo as getLocalStorage,
|
|
55
56
|
go as getPropertyByString,
|
|
56
57
|
so as initialPagerState,
|
|
57
|
-
|
|
58
|
+
Po as setLocalStorage,
|
|
58
59
|
b as useBase,
|
|
59
60
|
Q as useDomain,
|
|
60
61
|
R as useDomainCountry,
|
|
@@ -70,5 +71,5 @@ export {
|
|
|
70
71
|
ao as useNetwork,
|
|
71
72
|
io as usePaginate,
|
|
72
73
|
mo as usePropageteMF,
|
|
73
|
-
|
|
74
|
+
Co as voidFunction
|
|
74
75
|
};
|
package/package.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@m4l/core",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.41",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"author": "M4L Team",
|
|
6
|
+
"private": false,
|
|
6
7
|
"peerDependencies": {
|
|
7
8
|
"@types/nprogress": "^0.2.0",
|
|
8
9
|
"@types/qs": "^6.9.7",
|
|
@@ -27,6 +28,5 @@
|
|
|
27
28
|
},
|
|
28
29
|
"engines": {
|
|
29
30
|
"node": ">=12.0.0"
|
|
30
|
-
}
|
|
31
|
-
"private": false
|
|
31
|
+
}
|
|
32
32
|
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Evalúa un fragmento de código dentro de un contexto específico.
|
|
3
|
+
* @param context - El contexto en el que se evaluará el código.
|
|
4
|
+
* @param code - El código a evaluar.
|
|
5
|
+
* @returns El resultado de la evaluación como una cadena.
|
|
6
|
+
*/
|
|
7
|
+
export declare function evaluateWithContext(context: any, code: string): string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function getPropertyByString(object:
|
|
1
|
+
export declare function getPropertyByString(object: any, key: string): string | undefined | any[] | Record<any, any>;
|
package/utils/index.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export { voidFunction } from './voidFunction';
|
|
2
2
|
export { getPropertyByString } from './getPropertyByString';
|
|
3
|
+
export { evaluateWithContext } from './evaluateWithContext';
|
|
3
4
|
export { getLocalStorage } from './getLocalStorage';
|
|
4
5
|
export { setLocalStorage } from './setLocalStorage';
|
|
5
6
|
export { axiosOperation } from './axiosOperation';
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import "axios";
|
|
2
|
+
import "qs";
|
|
3
|
+
function g() {
|
|
4
|
+
}
|
|
5
|
+
function f(n, e) {
|
|
6
|
+
const r = e.split(".");
|
|
7
|
+
let t = n;
|
|
8
|
+
for (const o of r) {
|
|
9
|
+
const a = o.match(/^(\w+)\[(\w+)\]$/);
|
|
10
|
+
if (a) {
|
|
11
|
+
const s = a[1], c = a[2];
|
|
12
|
+
if (t[s] && Array.isArray(t[s])) {
|
|
13
|
+
if (c === "lastIndex")
|
|
14
|
+
return t[s][t[s].length - 1];
|
|
15
|
+
{
|
|
16
|
+
const i = parseInt(c);
|
|
17
|
+
return t[s][i];
|
|
18
|
+
}
|
|
19
|
+
} else
|
|
20
|
+
return;
|
|
21
|
+
} else if (t[o] !== void 0)
|
|
22
|
+
t = t[o];
|
|
23
|
+
else
|
|
24
|
+
return;
|
|
25
|
+
}
|
|
26
|
+
return t;
|
|
27
|
+
}
|
|
28
|
+
function y(n, e) {
|
|
29
|
+
try {
|
|
30
|
+
const t = new Function(...Object.keys(n), `return \`${e}\``)(...Object.values(n));
|
|
31
|
+
return String(t).replace(/`/g, "");
|
|
32
|
+
} catch (r) {
|
|
33
|
+
return console.error(`Error evaluating expression: ${r}`), "";
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
function d(n, e) {
|
|
37
|
+
try {
|
|
38
|
+
const r = window.localStorage.getItem(n);
|
|
39
|
+
return r !== null ? typeof e == "string" ? r : JSON.parse(r) : e;
|
|
40
|
+
} catch {
|
|
41
|
+
return e;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
function p(n, e, r = !1) {
|
|
45
|
+
try {
|
|
46
|
+
let t = null;
|
|
47
|
+
if (typeof e == "string") {
|
|
48
|
+
window.localStorage.setItem(n, e);
|
|
49
|
+
return;
|
|
50
|
+
}
|
|
51
|
+
r && (t = window.localStorage.getItem(n));
|
|
52
|
+
let o = t !== null ? JSON.parse(t) : {};
|
|
53
|
+
o = { ...o, ...e }, window.localStorage.setItem(n, JSON.stringify(o));
|
|
54
|
+
} catch {
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
export {
|
|
58
|
+
d as a,
|
|
59
|
+
y as e,
|
|
60
|
+
f as g,
|
|
61
|
+
p as s,
|
|
62
|
+
g as v
|
|
63
|
+
};
|
package/utils/index.8c4b528d.js
DELETED
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import "axios";
|
|
2
|
-
import "qs";
|
|
3
|
-
function a() {
|
|
4
|
-
}
|
|
5
|
-
function s(e, r) {
|
|
6
|
-
let t = e;
|
|
7
|
-
const o = r.split(".");
|
|
8
|
-
if (!e)
|
|
9
|
-
return e;
|
|
10
|
-
for (let n = 0; n < o.length && !(t[o[n]] === void 0 || t[o[n]] === null); n += 1)
|
|
11
|
-
t = t[o[n]];
|
|
12
|
-
return t;
|
|
13
|
-
}
|
|
14
|
-
function g(e, r) {
|
|
15
|
-
try {
|
|
16
|
-
const t = window.localStorage.getItem(e);
|
|
17
|
-
return t !== null ? typeof r == "string" ? t : JSON.parse(t) : r;
|
|
18
|
-
} catch {
|
|
19
|
-
return r;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
function c(e, r, t = !1) {
|
|
23
|
-
try {
|
|
24
|
-
let o = null;
|
|
25
|
-
if (typeof r == "string") {
|
|
26
|
-
window.localStorage.setItem(e, r);
|
|
27
|
-
return;
|
|
28
|
-
}
|
|
29
|
-
t && (o = window.localStorage.getItem(e));
|
|
30
|
-
let n = o !== null ? JSON.parse(o) : {};
|
|
31
|
-
n = { ...n, ...r }, window.localStorage.setItem(e, JSON.stringify(n));
|
|
32
|
-
} catch {
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
export {
|
|
36
|
-
g as a,
|
|
37
|
-
s as g,
|
|
38
|
-
c as s,
|
|
39
|
-
a as v
|
|
40
|
-
};
|