@m4l/core 0.1.42 → 0.1.43
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.d994d34d.js → index.5bc030dc.js} +3 -3
- package/contexts/ModuleDictionaryContext/{index.2bea2f5a.js → index.9ddf623f.js} +19 -19
- package/contexts/ModulePrivilegesContext/{index.dbac0629.js → index.00d6c33d.js} +3 -3
- package/contexts/ModuleSkeletonContext/{index.cefdbe76.js → index.7504b2e4.js} +3 -3
- package/hooks/useDomain/{index.5d407979.js → index.61164dd5.js} +1 -1
- package/hooks/useModuleDictionary/{index.74058055.js → index.c4454f46.js} +1 -1
- package/hooks/useModulePrivileges/{index.a2c70907.js → index.7a9da551.js} +1 -1
- package/hooks/useModuleSkeleton/{index.ac23278e.js → index.07843a4f.js} +1 -1
- package/index.js +8 -8
- package/package.json +1 -1
|
@@ -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.9ddf623f.js";
|
|
8
|
+
import "../ModulePrivilegesContext/index.00d6c33d.js";
|
|
9
|
+
import "../ModuleSkeletonContext/index.7504b2e4.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 u } 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.00d6c33d.js";
|
|
8
|
+
import "../ModuleSkeletonContext/index.7504b2e4.js";
|
|
9
9
|
import { u as _ } from "../../hooks/useNetwork/index.acbf28d5.js";
|
|
10
|
-
import "../DomainCountryContext/index.
|
|
10
|
+
import "../DomainCountryContext/index.5bc030dc.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 U(
|
|
14
|
+
function U(l) {
|
|
15
15
|
const {
|
|
16
|
-
children:
|
|
17
|
-
componentsDictionary:
|
|
18
|
-
moduleId:
|
|
19
|
-
moduleNameField:
|
|
20
|
-
currentLang:
|
|
21
|
-
isAuth:
|
|
22
|
-
} =
|
|
16
|
+
children: m,
|
|
17
|
+
componentsDictionary: c,
|
|
18
|
+
moduleId: i,
|
|
19
|
+
moduleNameField: s = "module_name",
|
|
20
|
+
currentLang: d = "en",
|
|
21
|
+
isAuth: a = !0
|
|
22
|
+
} = l, {
|
|
23
23
|
addFlag: p
|
|
24
24
|
} = N(), [r, f] = F(void 0), {
|
|
25
25
|
domain_token: g
|
|
@@ -33,10 +33,10 @@ function U(a) {
|
|
|
33
33
|
let o = !0;
|
|
34
34
|
return D(), v({
|
|
35
35
|
method: "GET",
|
|
36
|
-
endPoint: `na/dictionaries/${
|
|
36
|
+
endPoint: a ? `dictionaries/${i}` : `na/dictionaries/${i}`,
|
|
37
37
|
parms: {
|
|
38
|
-
comps:
|
|
39
|
-
...
|
|
38
|
+
comps: c,
|
|
39
|
+
...a ? {} : {
|
|
40
40
|
domain_token: g
|
|
41
41
|
}
|
|
42
42
|
}
|
|
@@ -49,8 +49,8 @@ function U(a) {
|
|
|
49
49
|
}), function() {
|
|
50
50
|
o = !1;
|
|
51
51
|
};
|
|
52
|
-
}, [
|
|
53
|
-
const n =
|
|
52
|
+
}, [d]);
|
|
53
|
+
const n = u((o) => {
|
|
54
54
|
if (r === void 0)
|
|
55
55
|
return "";
|
|
56
56
|
if (o === "")
|
|
@@ -62,14 +62,14 @@ function U(a) {
|
|
|
62
62
|
} catch {
|
|
63
63
|
}
|
|
64
64
|
return t || `N_D:[${o}]`;
|
|
65
|
-
}, [r]), C =
|
|
65
|
+
}, [r]), C = u(() => n(s), [s, 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: m
|
|
73
73
|
});
|
|
74
74
|
}
|
|
75
75
|
export {
|
|
@@ -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.9ddf623f.js";
|
|
8
|
+
import "../ModuleSkeletonContext/index.7504b2e4.js";
|
|
9
9
|
import { u as h } from "../../hooks/useNetwork/index.acbf28d5.js";
|
|
10
|
-
import "../DomainCountryContext/index.
|
|
10
|
+
import "../DomainCountryContext/index.5bc030dc.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.9ddf623f.js";
|
|
8
|
+
import "../ModulePrivilegesContext/index.00d6c33d.js";
|
|
9
9
|
import "../NetworkContext/index.d1dfbc3a.js";
|
|
10
|
-
import "../DomainCountryContext/index.
|
|
10
|
+
import "../DomainCountryContext/index.5bc030dc.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.5bc030dc.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.7504b2e4.js";
|
|
3
3
|
const S = () => {
|
|
4
4
|
const [t, o] = n(!0), e = s(r);
|
|
5
5
|
if (!e)
|
package/index.js
CHANGED
|
@@ -4,20 +4,20 @@ 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
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.9ddf623f.js";
|
|
8
|
+
import { M as F, a as E } from "./contexts/ModulePrivilegesContext/index.00d6c33d.js";
|
|
9
|
+
import { M as B, a as L } from "./contexts/ModuleSkeletonContext/index.7504b2e4.js";
|
|
10
10
|
import { N, a as w } from "./contexts/NetworkContext/index.d1dfbc3a.js";
|
|
11
|
-
import { D as h, a as W } from "./contexts/DomainCountryContext/index.
|
|
11
|
+
import { D as h, a as W } from "./contexts/DomainCountryContext/index.5bc030dc.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.61164dd5.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.c4454f46.js";
|
|
19
|
+
import { u as $ } from "./hooks/useModulePrivileges/index.7a9da551.js";
|
|
20
|
+
import { u as eo } from "./hooks/useModuleSkeleton/index.07843a4f.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";
|