@m4l/core 1.0.0 → 1.0.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/contexts/DomainContext/{index.fc9c9f7e.js → index.2ed56159.js} +2 -2
- package/contexts/DomainCountryContext/{index.2da8b247.js → index.e7a82641.js} +8 -7
- package/contexts/FlagsContext/index.5b096265.js +41 -0
- package/contexts/ModuleDictionaryContext/{index.cc2a5fa3.js → index.011db031.js} +5 -5
- package/contexts/ModulePrivilegesContext/{index.039085db.js → index.a45d4cf7.js} +5 -5
- package/contexts/ModuleSkeletonContext/{index.334164fc.js → index.2cd78f14.js} +5 -5
- package/hooks/useDomain/{index.73578fd1.js → index.b743be01.js} +2 -2
- package/hooks/useFlagsStore/{index.fa8dcf62.js → index.f7c613ac.js} +5 -4
- package/hooks/useModuleDictionary/{index.0b2e51cf.js → index.0a0998b6.js} +1 -1
- package/hooks/useModulePrivileges/{index.3c1155fb.js → index.24c10523.js} +1 -1
- package/hooks/useModuleSkeleton/{index.2b62072e.js → index.12ff3650.js} +1 -1
- package/index.js +70 -69
- package/node_modules.04fac7e9.js +401 -0
- package/package.json +4 -2
- package/contexts/FlagsContext/index.3f08bff3.js +0 -39
- package/node_modules.7069706f.js +0 -835
- package/packages/m4l_core/vite-env.d.ts +0 -4
- package/vendor.3b4bd7d3.js +0 -32
- /package/{packages/m4l_core/contexts → contexts}/BaseContext/index.d.ts +0 -0
- /package/{packages/m4l_core/contexts → contexts}/BaseContext/types.d.ts +0 -0
- /package/{packages/m4l_core/contexts → contexts}/DomainContext/index.d.ts +0 -0
- /package/{packages/m4l_core/contexts → contexts}/DomainContext/types.d.ts +0 -0
- /package/{packages/m4l_core/contexts → contexts}/DomainCountryContext/index.d.ts +0 -0
- /package/{packages/m4l_core/contexts → contexts}/DomainCountryContext/types.d.ts +0 -0
- /package/{packages/m4l_core/contexts → contexts}/EnvironmentContext/index.d.ts +0 -0
- /package/{packages/m4l_core/contexts → contexts}/EnvironmentContext/types.d.ts +0 -0
- /package/{packages/m4l_core/contexts → contexts}/FlagsContext/index.d.ts +0 -0
- /package/{packages/m4l_core/contexts → contexts}/FlagsContext/store.d.ts +0 -0
- /package/{packages/m4l_core/contexts → contexts}/FlagsContext/types.d.ts +0 -0
- /package/{packages/m4l_core/contexts → contexts}/HostToolsContext/index.d.ts +0 -0
- /package/{packages/m4l_core/contexts → contexts}/HostToolsContext/types.d.ts +0 -0
- /package/{packages/m4l_core/contexts → contexts}/ModuleDictionaryContext/index.d.ts +0 -0
- /package/{packages/m4l_core/contexts → contexts}/ModuleDictionaryContext/types.d.ts +0 -0
- /package/{packages/m4l_core/contexts → contexts}/ModulePrivilegesContext/index.d.ts +0 -0
- /package/{packages/m4l_core/contexts → contexts}/ModulePrivilegesContext/types.d.ts +0 -0
- /package/{packages/m4l_core/contexts → contexts}/ModuleSkeletonContext/index.d.ts +0 -0
- /package/{packages/m4l_core/contexts → contexts}/ModuleSkeletonContext/types.d.ts +0 -0
- /package/{packages/m4l_core/contexts → contexts}/NetworkContext/index.d.ts +0 -0
- /package/{packages/m4l_core/contexts → contexts}/NetworkContext/types.d.ts +0 -0
- /package/{packages/m4l_core/contexts → contexts}/index.d.ts +0 -0
- /package/{packages/m4l_core/hooks → hooks}/index.d.ts +0 -0
- /package/{packages/m4l_core/hooks → hooks}/useBase/index.d.ts +0 -0
- /package/{packages/m4l_core/hooks → hooks}/useDomain/index.d.ts +0 -0
- /package/{packages/m4l_core/hooks → hooks}/useDomainCountry/index.d.ts +0 -0
- /package/{packages/m4l_core/hooks → hooks}/useEnvironment/index.d.ts +0 -0
- /package/{packages/m4l_core/hooks → hooks}/useFlagsStore/index.d.ts +0 -0
- /package/{packages/m4l_core/hooks → hooks}/useHostTools/index.d.ts +0 -0
- /package/{packages/m4l_core/hooks → hooks}/useLocalStorage/index.d.ts +0 -0
- /package/{packages/m4l_core/hooks → hooks}/useLocalStorageWithListener/index.d.ts +0 -0
- /package/{packages/m4l_core/hooks → hooks}/useModuleDictionary/index.d.ts +0 -0
- /package/{packages/m4l_core/hooks → hooks}/useModulePrivileges/index.d.ts +0 -0
- /package/{packages/m4l_core/hooks → hooks}/useModuleSkeleton/index.d.ts +0 -0
- /package/{packages/m4l_core/hooks → hooks}/useNetwork/index.d.ts +0 -0
- /package/{packages/m4l_core/hooks → hooks}/usePaginate/index.d.ts +0 -0
- /package/{packages/m4l_core/hooks → hooks}/usePaginate/types.d.ts +0 -0
- /package/{packages/m4l_core/hooks → hooks}/usePropageteMF/index.d.ts +0 -0
- /package/{packages/m4l_core/hooks → hooks}/usePropageteMF/types.d.ts +0 -0
- /package/{packages/m4l_core/index.d.ts → index.d.ts} +0 -0
- /package/{packages/m4l_core/types → types}/dictionary.d.ts +0 -0
- /package/{packages/m4l_core/types → types}/index.d.ts +0 -0
- /package/{packages/m4l_core/utils → utils}/axiosOperation/index.d.ts +0 -0
- /package/{packages/m4l_core/utils → utils}/axiosOperation/types.d.ts +0 -0
- /package/{packages/m4l_core/utils → utils}/evaluateWithContext/index.d.ts +0 -0
- /package/{packages/m4l_core/utils → utils}/getLocalStorage/index.d.ts +0 -0
- /package/{packages/m4l_core/utils → utils}/getPropertyByString/index.d.ts +0 -0
- /package/{packages/m4l_core/utils → utils}/index.d.ts +0 -0
- /package/{packages/m4l_core/utils → utils}/setLocalStorage/index.d.ts +0 -0
- /package/{packages/m4l_core/utils → utils}/voidFunction.d.ts +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { createContext as u, useState as g, useEffect as d } from "react";
|
|
2
|
-
import { u as f } from "../../hooks/useFlagsStore/index.
|
|
2
|
+
import { u as f } from "../../hooks/useFlagsStore/index.f7c613ac.js";
|
|
3
3
|
import { u as p } from "../../hooks/useEnvironment/index.25f83176.js";
|
|
4
4
|
import { u as D } from "../../hooks/useNetwork/index.3d79002b.js";
|
|
5
5
|
import { C as l } from "../../types/index.42c24946.js";
|
|
6
|
-
import { s as v } from "../../node_modules.
|
|
6
|
+
import { s as v } from "../../node_modules.04fac7e9.js";
|
|
7
7
|
import { jsx as y } from "react/jsx-runtime";
|
|
8
8
|
const $ = u(null);
|
|
9
9
|
function C(r) {
|
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
import { createContext as E, useState as d, useCallback as y } from "react";
|
|
2
2
|
import "../BaseContext/index.f9cdc955.js";
|
|
3
3
|
import "../EnvironmentContext/index.b33784cd.js";
|
|
4
|
-
import "../FlagsContext/index.
|
|
4
|
+
import "../FlagsContext/index.5b096265.js";
|
|
5
|
+
import "zustand";
|
|
5
6
|
import { u as T } from "../../hooks/useHostTools/index.66d9a667.js";
|
|
6
|
-
import "../DomainContext/index.
|
|
7
|
-
import "../ModuleDictionaryContext/index.
|
|
8
|
-
import "../ModulePrivilegesContext/index.
|
|
9
|
-
import "../ModuleSkeletonContext/index.
|
|
7
|
+
import "../DomainContext/index.2ed56159.js";
|
|
8
|
+
import "../ModuleDictionaryContext/index.011db031.js";
|
|
9
|
+
import "../ModulePrivilegesContext/index.a45d4cf7.js";
|
|
10
|
+
import "../ModuleSkeletonContext/index.2cd78f14.js";
|
|
10
11
|
import "../NetworkContext/index.ec7405cd.js";
|
|
11
12
|
import { u as f } from "../../hooks/usePropageteMF/index.c440b829.js";
|
|
12
13
|
import { E as i } from "../../types/index.42c24946.js";
|
|
13
14
|
import { jsx as D } from "react/jsx-runtime";
|
|
14
15
|
const M = E(null);
|
|
15
|
-
function
|
|
16
|
+
function R(n) {
|
|
16
17
|
const {
|
|
17
18
|
children: e,
|
|
18
19
|
isMicroFrontEnd: t,
|
|
@@ -50,5 +51,5 @@ function G(n) {
|
|
|
50
51
|
}
|
|
51
52
|
export {
|
|
52
53
|
M as D,
|
|
53
|
-
|
|
54
|
+
R as a
|
|
54
55
|
};
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { createContext as l, useRef as n } from "react";
|
|
2
|
+
import { createStore as f } from "zustand";
|
|
3
|
+
import { devtools as i } from "zustand/middleware";
|
|
4
|
+
import { i as c } from "../../node_modules.04fac7e9.js";
|
|
5
|
+
import { jsx as m } from "react/jsx-runtime";
|
|
6
|
+
const g = (e) => f(
|
|
7
|
+
i(
|
|
8
|
+
c((r) => ({
|
|
9
|
+
...e,
|
|
10
|
+
flagsActions: {
|
|
11
|
+
clearFlags: () => {
|
|
12
|
+
r((o) => {
|
|
13
|
+
o.flags = [];
|
|
14
|
+
});
|
|
15
|
+
},
|
|
16
|
+
addFlag: (o) => {
|
|
17
|
+
r((t) => {
|
|
18
|
+
const a = t.flags;
|
|
19
|
+
a.findIndex((s) => s === o) < 0 && (t.flags = [...a, o]);
|
|
20
|
+
});
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
})),
|
|
24
|
+
{ name: "FlagsStore" }
|
|
25
|
+
)
|
|
26
|
+
), u = l(null);
|
|
27
|
+
function S({
|
|
28
|
+
children: e
|
|
29
|
+
}) {
|
|
30
|
+
const r = n();
|
|
31
|
+
return r.current || (r.current = g({
|
|
32
|
+
flags: []
|
|
33
|
+
})), /* @__PURE__ */ m(u.Provider, {
|
|
34
|
+
value: r.current,
|
|
35
|
+
children: e
|
|
36
|
+
});
|
|
37
|
+
}
|
|
38
|
+
export {
|
|
39
|
+
u as F,
|
|
40
|
+
S as a
|
|
41
|
+
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { createContext as F, useState as y, useEffect as A, useCallback as m } from "react";
|
|
2
2
|
import "../BaseContext/index.f9cdc955.js";
|
|
3
3
|
import { u as L } from "../../hooks/useEnvironment/index.25f83176.js";
|
|
4
|
-
import { u as M } from "../../hooks/useFlagsStore/index.
|
|
4
|
+
import { u as M } from "../../hooks/useFlagsStore/index.f7c613ac.js";
|
|
5
5
|
import { u as N } from "../../hooks/useHostTools/index.66d9a667.js";
|
|
6
|
-
import "../DomainContext/index.
|
|
7
|
-
import "../ModulePrivilegesContext/index.
|
|
8
|
-
import "../ModuleSkeletonContext/index.
|
|
6
|
+
import "../DomainContext/index.2ed56159.js";
|
|
7
|
+
import "../ModulePrivilegesContext/index.a45d4cf7.js";
|
|
8
|
+
import "../ModuleSkeletonContext/index.2cd78f14.js";
|
|
9
9
|
import { u as P } from "../../hooks/useNetwork/index.3d79002b.js";
|
|
10
|
-
import "../DomainCountryContext/index.
|
|
10
|
+
import "../DomainCountryContext/index.e7a82641.js";
|
|
11
11
|
import { C as _ } from "../../types/index.42c24946.js";
|
|
12
12
|
import { jsx as x } from "react/jsx-runtime";
|
|
13
13
|
const E = F(null);
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { createContext as c, useState as f, useEffect as d, useCallback as P } from "react";
|
|
2
2
|
import "../BaseContext/index.f9cdc955.js";
|
|
3
3
|
import "../EnvironmentContext/index.b33784cd.js";
|
|
4
|
-
import { u as v } from "../../hooks/useFlagsStore/index.
|
|
4
|
+
import { u as v } from "../../hooks/useFlagsStore/index.f7c613ac.js";
|
|
5
5
|
import { u as E } from "../../hooks/useHostTools/index.66d9a667.js";
|
|
6
|
-
import "../DomainContext/index.
|
|
7
|
-
import "../ModuleDictionaryContext/index.
|
|
8
|
-
import "../ModuleSkeletonContext/index.
|
|
6
|
+
import "../DomainContext/index.2ed56159.js";
|
|
7
|
+
import "../ModuleDictionaryContext/index.011db031.js";
|
|
8
|
+
import "../ModuleSkeletonContext/index.2cd78f14.js";
|
|
9
9
|
import { u as h } from "../../hooks/useNetwork/index.3d79002b.js";
|
|
10
|
-
import "../DomainCountryContext/index.
|
|
10
|
+
import "../DomainCountryContext/index.e7a82641.js";
|
|
11
11
|
import { C as i } from "../../types/index.42c24946.js";
|
|
12
12
|
import { jsx as F } from "react/jsx-runtime";
|
|
13
13
|
const L = c(null);
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { createContext as i } from "react";
|
|
2
2
|
import "../BaseContext/index.f9cdc955.js";
|
|
3
3
|
import "../EnvironmentContext/index.b33784cd.js";
|
|
4
|
-
import { a as m } from "../../hooks/useFlagsStore/index.
|
|
4
|
+
import { a as m } from "../../hooks/useFlagsStore/index.f7c613ac.js";
|
|
5
5
|
import "../HostToolsContext/index.499db832.js";
|
|
6
|
-
import "../DomainContext/index.
|
|
7
|
-
import "../ModuleDictionaryContext/index.
|
|
8
|
-
import "../ModulePrivilegesContext/index.
|
|
6
|
+
import "../DomainContext/index.2ed56159.js";
|
|
7
|
+
import "../ModuleDictionaryContext/index.011db031.js";
|
|
8
|
+
import "../ModulePrivilegesContext/index.a45d4cf7.js";
|
|
9
9
|
import "../NetworkContext/index.ec7405cd.js";
|
|
10
|
-
import "../DomainCountryContext/index.
|
|
10
|
+
import "../DomainCountryContext/index.e7a82641.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
|
-
import { D as n } from "../../contexts/DomainContext/index.
|
|
3
|
-
import { D as e } from "../../contexts/DomainCountryContext/index.
|
|
2
|
+
import { D as n } from "../../contexts/DomainContext/index.2ed56159.js";
|
|
3
|
+
import { D as e } from "../../contexts/DomainCountryContext/index.e7a82641.js";
|
|
4
4
|
const m = () => {
|
|
5
5
|
const o = t(n);
|
|
6
6
|
if (!o)
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { useContext as o } from "react";
|
|
2
|
-
import { F as i } from "../../contexts/FlagsContext/index.
|
|
3
|
-
import {
|
|
2
|
+
import { F as i } from "../../contexts/FlagsContext/index.5b096265.js";
|
|
3
|
+
import { useStore as l } from "zustand";
|
|
4
|
+
import { s as a } from "../../node_modules.04fac7e9.js";
|
|
4
5
|
function u(t, s) {
|
|
5
6
|
const e = o(i);
|
|
6
7
|
if (!e)
|
|
@@ -10,8 +11,8 @@ function u(t, s) {
|
|
|
10
11
|
function f(t, s) {
|
|
11
12
|
return t.filter((r) => s.findIndex((n) => n === r) !== -1).length === t.length;
|
|
12
13
|
}
|
|
13
|
-
const
|
|
14
|
+
const x = (t) => u((e) => f(t, e.flags), a);
|
|
14
15
|
export {
|
|
15
|
-
|
|
16
|
+
x as a,
|
|
16
17
|
u
|
|
17
18
|
};
|
|
@@ -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.2cd78f14.js";
|
|
3
3
|
const S = () => {
|
|
4
4
|
const [t, o] = n(!0), e = s(r);
|
|
5
5
|
if (!e)
|
package/index.js
CHANGED
|
@@ -1,79 +1,80 @@
|
|
|
1
|
-
import { B as x, a as p } from "./contexts/BaseContext/index.f9cdc955.js";
|
|
2
|
-
import { E as f, a as d } from "./contexts/EnvironmentContext/index.b33784cd.js";
|
|
3
|
-
import { H as g, a as P } from "./contexts/HostToolsContext/index.499db832.js";
|
|
4
|
-
import { N as M, a as D } from "./contexts/NetworkContext/index.ec7405cd.js";
|
|
5
|
-
import { F as c, a as y } from "./contexts/FlagsContext/index.3f08bff3.js";
|
|
6
|
-
import { D as E, a as k } from "./contexts/DomainContext/index.fc9c9f7e.js";
|
|
7
|
-
import { M as L, a as H } from "./contexts/ModuleDictionaryContext/index.cc2a5fa3.js";
|
|
8
|
-
import { M as w, a as T } from "./contexts/ModulePrivilegesContext/index.039085db.js";
|
|
9
|
-
import { M as W, a as O } from "./contexts/ModuleSkeletonContext/index.334164fc.js";
|
|
10
|
-
import { D as j, a as q } from "./contexts/DomainCountryContext/index.2da8b247.js";
|
|
11
|
-
import { u as A } from "./hooks/useBase/index.4375dcef.js";
|
|
12
|
-
import { u as I } from "./hooks/useEnvironment/index.25f83176.js";
|
|
13
|
-
import { a as K, u as Q } from "./hooks/useFlagsStore/index.fa8dcf62.js";
|
|
14
|
-
import { u as U } from "./hooks/useHostTools/index.66d9a667.js";
|
|
15
|
-
import { u as X, a as Y } from "./hooks/useDomain/index.73578fd1.js";
|
|
16
|
-
import { u as _, a as $ } from "./hooks/useLocalStorage/index.48b47dca.js";
|
|
17
|
-
import { u as eo } from "./hooks/useModuleDictionary/index.0b2e51cf.js";
|
|
18
|
-
import { u as to } from "./hooks/useModulePrivileges/index.3c1155fb.js";
|
|
19
|
-
import { u as so } from "./hooks/useModuleSkeleton/index.2b62072e.js";
|
|
20
|
-
import { u as mo } from "./hooks/useNetwork/index.3d79002b.js";
|
|
21
|
-
import { i as uo, u as xo } from "./hooks/usePaginate/index.1306b0de.js";
|
|
22
|
-
import { u as lo } from "./hooks/usePropageteMF/index.c440b829.js";
|
|
23
|
-
import { C as vo, E as go } from "./types/index.42c24946.js";
|
|
24
|
-
import { e as Co, a as Mo, g as Do, s as So, v as co } from "./utils/index.6d56ba04.js";
|
|
25
|
-
import { a as Fo } from "./utils/axiosOperation.ce4250d4.js";
|
|
26
1
|
import "react";
|
|
2
|
+
import { B as x, a as l } from "./contexts/BaseContext/index.f9cdc955.js";
|
|
3
|
+
import { E as d, a as v } from "./contexts/EnvironmentContext/index.b33784cd.js";
|
|
4
|
+
import { F as P, a as C } from "./contexts/FlagsContext/index.5b096265.js";
|
|
5
|
+
import "zustand";
|
|
6
|
+
import { H as D, a as S } from "./contexts/HostToolsContext/index.499db832.js";
|
|
7
|
+
import { D as y, a as F } from "./contexts/DomainContext/index.2ed56159.js";
|
|
8
|
+
import { M as k, a as B } from "./contexts/ModuleDictionaryContext/index.011db031.js";
|
|
9
|
+
import { M as H, a as N } from "./contexts/ModulePrivilegesContext/index.a45d4cf7.js";
|
|
10
|
+
import { M as T, a as h } from "./contexts/ModuleSkeletonContext/index.2cd78f14.js";
|
|
11
|
+
import { N as O, a as b } from "./contexts/NetworkContext/index.ec7405cd.js";
|
|
12
|
+
import { D as q, a as z } from "./contexts/DomainCountryContext/index.e7a82641.js";
|
|
13
|
+
import { u as G } from "./hooks/useBase/index.4375dcef.js";
|
|
14
|
+
import { u as J } from "./hooks/useEnvironment/index.25f83176.js";
|
|
15
|
+
import { a as Q, u as R } from "./hooks/useFlagsStore/index.f7c613ac.js";
|
|
16
|
+
import { u as V } from "./hooks/useHostTools/index.66d9a667.js";
|
|
17
|
+
import { u as Y, a as Z } from "./hooks/useDomain/index.b743be01.js";
|
|
18
|
+
import { u as $, a as oo } from "./hooks/useLocalStorage/index.48b47dca.js";
|
|
19
|
+
import { u as ro } from "./hooks/useModuleDictionary/index.0a0998b6.js";
|
|
20
|
+
import { u as ao } from "./hooks/useModulePrivileges/index.24c10523.js";
|
|
21
|
+
import { u as io } from "./hooks/useModuleSkeleton/index.12ff3650.js";
|
|
22
|
+
import { u as no } from "./hooks/useNetwork/index.3d79002b.js";
|
|
23
|
+
import { i as po, u as xo } from "./hooks/usePaginate/index.1306b0de.js";
|
|
24
|
+
import { u as fo } from "./hooks/usePropageteMF/index.c440b829.js";
|
|
25
|
+
import { C as go, E as Po } from "./types/index.42c24946.js";
|
|
26
|
+
import { e as Mo, a as Do, g as So, s as co, v as yo } from "./utils/index.6d56ba04.js";
|
|
27
|
+
import { a as Eo } from "./utils/axiosOperation.ce4250d4.js";
|
|
27
28
|
import "react/jsx-runtime";
|
|
28
|
-
import "
|
|
29
|
-
import "./
|
|
29
|
+
import "zustand/middleware";
|
|
30
|
+
import "./node_modules.04fac7e9.js";
|
|
30
31
|
import "axios";
|
|
31
32
|
import "qs";
|
|
32
33
|
import "camelcase-keys";
|
|
33
34
|
import "snakecase-keys";
|
|
34
35
|
export {
|
|
35
36
|
x as BaseContext,
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
37
|
+
l as BaseProvider,
|
|
38
|
+
go as CommonFlags,
|
|
39
|
+
y as DomainContext,
|
|
40
|
+
q as DomainCountryContext,
|
|
41
|
+
z as DomainCountryProvider,
|
|
42
|
+
F as DomainProvider,
|
|
43
|
+
Po as EmitEvents,
|
|
44
|
+
d as EnvironmentContext,
|
|
45
|
+
v as EnvironmentProvider,
|
|
46
|
+
P as FlagsContext,
|
|
47
|
+
C as FlagsProvider,
|
|
48
|
+
D as HostToolsContext,
|
|
49
|
+
S as HostToolsProvider,
|
|
50
|
+
k as ModuleDictionaryContext,
|
|
51
|
+
B as ModuleDictionaryProvider,
|
|
52
|
+
H as ModulePrivilegesContext,
|
|
53
|
+
N as ModulePrivilegesProvider,
|
|
54
|
+
T as ModuleSkeletonContext,
|
|
55
|
+
h as ModuleSkeletonProvider,
|
|
56
|
+
O as NetworkContext,
|
|
57
|
+
b as NetworkProvider,
|
|
58
|
+
Eo as axiosOperation,
|
|
59
|
+
Mo as evaluateWithContext,
|
|
60
|
+
Do as getLocalStorage,
|
|
61
|
+
So as getPropertyByString,
|
|
62
|
+
po as initialPagerState,
|
|
63
|
+
co as setLocalStorage,
|
|
64
|
+
G as useBase,
|
|
65
|
+
Y as useDomain,
|
|
66
|
+
Z as useDomainCountry,
|
|
67
|
+
J as useEnvironment,
|
|
68
|
+
Q as useFlagsPresent,
|
|
69
|
+
R as useFlagsStore,
|
|
70
|
+
V as useHostTools,
|
|
71
|
+
$ as useLocalStorage,
|
|
72
|
+
oo as useLocalStorageWithListener,
|
|
73
|
+
ro as useModuleDictionary,
|
|
74
|
+
ao as useModulePrivileges,
|
|
75
|
+
io as useModuleSkeleton,
|
|
76
|
+
no as useNetwork,
|
|
76
77
|
xo as usePaginate,
|
|
77
|
-
|
|
78
|
-
|
|
78
|
+
fo as usePropageteMF,
|
|
79
|
+
yo as voidFunction
|
|
79
80
|
};
|