@steedos/webapp 3.0.0-beta.33 → 3.0.0-beta.35
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.
|
@@ -53846,7 +53846,10 @@ Try polyfilling it using "@formatjs/intl-displaynames"
|
|
|
53846
53846
|
};
|
|
53847
53847
|
const AppHeader = () => {
|
|
53848
53848
|
const params = useParams();
|
|
53849
|
-
|
|
53849
|
+
let { appId = null, objectName } = params;
|
|
53850
|
+
if (!appId) {
|
|
53851
|
+
document.body.classList.remove("sidebar-open");
|
|
53852
|
+
}
|
|
53850
53853
|
const isMobile = window.innerWidth < 1024;
|
|
53851
53854
|
const logoSrc = `/images/logo_platform.png`;
|
|
53852
53855
|
const schema = {
|
package/dist/index.html
CHANGED
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
window.loadCss = loadCss;
|
|
61
61
|
|
|
62
62
|
</script>
|
|
63
|
-
<script type="module" crossorigin src="/assets/index-
|
|
63
|
+
<script type="module" crossorigin src="/assets/index-oYwaeA2i.js"></script>
|
|
64
64
|
</head>
|
|
65
65
|
<body class="skin-blue-light fixed steedos sidebar-mini three-columns" >
|
|
66
66
|
<div id="root" class="steedos skin-blue-light creator h-full flex flex-col relative overflow-hidden"></div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/webapp",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.35",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist"
|
|
6
6
|
],
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"access": "public"
|
|
69
69
|
},
|
|
70
70
|
"repository": "https://github.com/steedos/app-builder/tree/master/apps/accounts",
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "f53ccf8f3f99add8d6bfa1c67bb03ad244fd959c"
|
|
72
72
|
}
|