@steedos/webapp 3.0.0-beta.30 → 3.0.0-beta.32
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.
|
@@ -53790,31 +53790,6 @@ Try polyfilling it using "@formatjs/intl-displaynames"
|
|
|
53790
53790
|
"type": "steedos-global-header",
|
|
53791
53791
|
"logoSrc": logoSrc,
|
|
53792
53792
|
"customButtons": [
|
|
53793
|
-
{
|
|
53794
|
-
"type": "button",
|
|
53795
|
-
"className": "toggle-sidebar",
|
|
53796
|
-
"visibleOn": "${AND(app.showSidebar,!" + isMobile + ")}",
|
|
53797
|
-
"onEvent": {
|
|
53798
|
-
"click": {
|
|
53799
|
-
"actions": [
|
|
53800
|
-
{
|
|
53801
|
-
"actionType": "custom",
|
|
53802
|
-
"script": "document.body.classList.toggle('sidebar-open')"
|
|
53803
|
-
}
|
|
53804
|
-
]
|
|
53805
|
-
}
|
|
53806
|
-
},
|
|
53807
|
-
"body": [
|
|
53808
|
-
{
|
|
53809
|
-
"type": "steedos-icon",
|
|
53810
|
-
"category": "utility",
|
|
53811
|
-
"name": "rows",
|
|
53812
|
-
"colorVariant": "default",
|
|
53813
|
-
"id": "u:afc3a08e8cf3",
|
|
53814
|
-
"className": "slds-button_icon slds-global-header__icon"
|
|
53815
|
-
}
|
|
53816
|
-
]
|
|
53817
|
-
},
|
|
53818
53793
|
{
|
|
53819
53794
|
"type": "steedos-app-launcher",
|
|
53820
53795
|
"showAppName": false,
|
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-DHaasca3.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.32",
|
|
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": "fcff940305b05294cce7c852009c04a769ae0df7"
|
|
72
72
|
}
|