@m4l/layouts 0.1.16 → 0.1.17
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.
|
@@ -1,22 +1,21 @@
|
|
|
1
1
|
import { unstable_HistoryRouter as c } from "react-router-dom";
|
|
2
|
-
import { LocalesProvider as
|
|
3
|
-
import "../../node_modules.6a6cd7c4.js";
|
|
2
|
+
import { LocalesProvider as d, HostThemeProvider as m } from "@m4l/graphics";
|
|
4
3
|
import { DomainCountryProvider as u } from "@m4l/core";
|
|
5
4
|
import { jsx as r } from "react/jsx-runtime";
|
|
6
|
-
function
|
|
5
|
+
function f(o) {
|
|
7
6
|
const {
|
|
8
7
|
children: t,
|
|
9
|
-
currentLocale:
|
|
10
|
-
hostTheme:
|
|
8
|
+
currentLocale: e,
|
|
9
|
+
hostTheme: i,
|
|
11
10
|
history: n,
|
|
12
11
|
domainCountryId: s
|
|
13
12
|
} = o;
|
|
14
|
-
return /* @__PURE__ */ r(
|
|
13
|
+
return /* @__PURE__ */ r(d, {
|
|
15
14
|
isMicroFrontEnd: !0,
|
|
16
|
-
localeHost:
|
|
17
|
-
children: /* @__PURE__ */ r(
|
|
15
|
+
localeHost: e,
|
|
16
|
+
children: /* @__PURE__ */ r(m, {
|
|
18
17
|
isMicroFrontEnd: !0,
|
|
19
|
-
...
|
|
18
|
+
...i,
|
|
20
19
|
children: /* @__PURE__ */ r(u, {
|
|
21
20
|
domainCountryId: s,
|
|
22
21
|
isMicroFrontEnd: !0,
|
|
@@ -29,5 +28,5 @@ function M(o) {
|
|
|
29
28
|
});
|
|
30
29
|
}
|
|
31
30
|
export {
|
|
32
|
-
M
|
|
31
|
+
f as M
|
|
33
32
|
};
|
package/components/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
1
|
+
export { MFIsolationApp } from './MFIsolationApp';
|
|
2
|
+
export { MFHostApp } from './MFHostApp';
|
|
3
3
|
export type { ByHostProps } from './MFHostApp/types';
|
package/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { M as n } from "./components/MFIsolationApp/index.967f891d.js";
|
|
2
|
-
import { M as f } from "./components/MFHostApp/index.
|
|
2
|
+
import { M as f } from "./components/MFHostApp/index.5af54b8e.js";
|
|
3
3
|
import { a as D, A } from "./contexts/AuthContext/index.6f966215.js";
|
|
4
4
|
import { a as c, d as g, g as h } from "./layouts/ModuleLayout/index.842072c5.js";
|
|
5
5
|
import { a as N, d as F, g as v } from "./layouts/MasterDetailLayout/index.71de0dc7.js";
|
|
@@ -13,7 +13,7 @@ import "react-toastify";
|
|
|
13
13
|
import "@m4l/graphics";
|
|
14
14
|
import "@m4l/core";
|
|
15
15
|
import "./node_modules.6a6cd7c4.js";
|
|
16
|
-
import "./vendor.
|
|
16
|
+
import "./vendor.496d5f73.js";
|
|
17
17
|
import "react/jsx-runtime";
|
|
18
18
|
import "@m4l/components";
|
|
19
19
|
import "@mui/material";
|
package/node_modules.6a6cd7c4.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import "./components/MFIsolationApp/index.967f891d.js";
|
|
2
2
|
import "react-router-dom";
|
|
3
3
|
import "@m4l/graphics";
|
|
4
|
-
import "./node_modules.6a6cd7c4.js";
|
|
5
4
|
import "@m4l/core";
|
|
6
5
|
import "react/jsx-runtime";
|
|
7
6
|
import "./contexts/AuthContext/index.6f966215.js";
|
|
@@ -11,11 +10,11 @@ import "react";
|
|
|
11
10
|
import "./layouts/MasterDetailLayout/index.71de0dc7.js";
|
|
12
11
|
import "@mui/material";
|
|
13
12
|
import "./layouts/NoAuthModuleLayout/index.5d1098ef.js";
|
|
14
|
-
import "./components/MFHostApp/index.
|
|
13
|
+
import "./components/MFHostApp/index.5af54b8e.js";
|
|
15
14
|
import "./hooks/useMasterDetail/index.8e9e900b.js";
|
|
16
15
|
import "./hooks/useAuth/index.cb6a3420.js";
|
|
17
16
|
import "./hooks/useModule/index.096d7d13.js";
|
|
18
|
-
var
|
|
17
|
+
var w = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
19
18
|
export {
|
|
20
|
-
|
|
19
|
+
w as c
|
|
21
20
|
};
|