@m4l/layouts 0.1.54 → 0.1.55

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.
@@ -77,6 +77,7 @@ function MFIsolationApp(props) {
77
77
  children,
78
78
  user,
79
79
  pwd,
80
+ database = "domain",
80
81
  host_api_local,
81
82
  host_api_remote,
82
83
  host_static_assets,
@@ -118,6 +119,7 @@ function MFIsolationApp(props) {
118
119
  host: "",
119
120
  isLocalhost: true,
120
121
  domain_token: "lab1",
122
+ database,
121
123
  host_api_local,
122
124
  host_api_remote,
123
125
  host_static_assets,
@@ -3,6 +3,7 @@ export declare type MFIsolationAppProps = BaseModuleProps & {
3
3
  user: string;
4
4
  pwd: string;
5
5
  host_api_local: string;
6
+ database?: string;
6
7
  host_api_remote: string;
7
8
  host_static_assets: string;
8
9
  environment_assets: string;
@@ -2,9 +2,6 @@ import { DomainCountryProvider } from "@m4l/core";
2
2
  import { FormatterProvider, ResponsiveContainerProvider } from "@m4l/graphics";
3
3
  import { B as BaseModule } from "./BaseModule/index.8ff0193e.js";
4
4
  import { jsx } from "react/jsx-runtime";
5
- import "./MFIsolationApp/index.accbc94b.js";
6
- import "@m4l/components";
7
- import "react-router-dom";
8
5
  function MFNoAuthApp(props) {
9
6
  const {
10
7
  children,
@@ -0,0 +1 @@
1
+
@@ -0,0 +1 @@
1
+
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
- import { M } from "./components/MFIsolationApp/index.accbc94b.js";
2
- import { M as M2 } from "./components/index.8cbf6c63.js";
1
+ import { M } from "./components/MFIsolationApp/index.a36ab59f.js";
2
+ import { M as M2 } from "./components/index.7006a30d.js";
3
3
  import { M as M3 } from "./components/MFHostApp/index.401a303e.js";
4
4
  import { B } from "./components/BaseModule/index.8ff0193e.js";
5
5
  import { a, A } from "./contexts/AuthContext/index.6f966215.js";
@@ -0,0 +1 @@
1
+
@@ -1 +0,0 @@
1
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m4l/layouts",
3
- "version": "0.1.54",
3
+ "version": "0.1.55",
4
4
  "license": "UNLICENSED",
5
5
  "dependencies": {
6
6
  "@m4l/components": "*",
package/vite-env.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- /// <reference types="vite/client" />
2
- /// <reference types="vitest" />
3
- /// <reference types="vitest/importMeta" />
1
+ /// <reference types="vite/client" />
2
+ /// <reference types="vitest" />
3
+ /// <reference types="vitest/importMeta" />
@@ -1 +0,0 @@
1
- import "./AuthContext/index.6f966215.js";
@@ -1,4 +0,0 @@
1
- import "react";
2
- import "../layouts/MasterDetailLayout/index.748f7ada.js";
3
- import "../contexts/AuthContext/index.6f966215.js";
4
- import "../layouts/ModuleLayout/index.e7218171.js";
@@ -1,8 +0,0 @@
1
- import "./ModuleLayout/index.e7218171.js";
2
- import "@m4l/components";
3
- import "react";
4
- import "@m4l/core";
5
- import "./MasterDetailLayout/index.748f7ada.js";
6
- import "@m4l/graphics";
7
- import "react/jsx-runtime";
8
- import "./NoAuthModuleLayout/index.1da3bcd4.js";