@steedos/webapp 3.0.0-beta.64 → 3.0.0-beta.65
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.
|
@@ -55240,7 +55240,7 @@ Try polyfilling it using "@formatjs/intl-displaynames"
|
|
|
55240
55240
|
`;
|
|
55241
55241
|
const AppDashboard = () => {
|
|
55242
55242
|
const isMobile = false;
|
|
55243
|
-
const badgeText = "${IF(${id} == 'approve_workflow',${
|
|
55243
|
+
const badgeText = "${IF(${id} == 'approve_workflow',${badge|pick:'workflow'},${badge|pick:${id}}) | toInt}";
|
|
55244
55244
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(jsxRuntimeExports.Fragment, { children: /* @__PURE__ */ jsxRuntimeExports.jsx(AmisRender, { schema: {
|
|
55245
55245
|
"type": "service",
|
|
55246
55246
|
"id": "u:0f6224a0836f",
|
|
@@ -55447,6 +55447,14 @@ Try polyfilling it using "@formatjs/intl-displaynames"
|
|
|
55447
55447
|
app: "",
|
|
55448
55448
|
appId: "",
|
|
55449
55449
|
app_id: ""
|
|
55450
|
+
},
|
|
55451
|
+
dataProvider: function(data2, setData) {
|
|
55452
|
+
window.addEventListener("message", function(event2) {
|
|
55453
|
+
const { data: data22 } = event2;
|
|
55454
|
+
if (data22 && data22.type === "page.dataProvider.setData") {
|
|
55455
|
+
setData(data22.data);
|
|
55456
|
+
}
|
|
55457
|
+
});
|
|
55450
55458
|
}
|
|
55451
55459
|
}, data: {
|
|
55452
55460
|
context: {
|
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-DjgqIGDp.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.65",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist"
|
|
6
6
|
],
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"eslint": "^8.57.0",
|
|
47
47
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
48
48
|
"eslint-plugin-react-refresh": "^0.4.6",
|
|
49
|
-
"i18next-parser": "9.
|
|
49
|
+
"i18next-parser": "^9.3.0",
|
|
50
50
|
"mkdirp": "^1.0.4",
|
|
51
51
|
"qrcode.react": "^1.0.1",
|
|
52
52
|
"react": "^18.2.0",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"access": "public"
|
|
70
70
|
},
|
|
71
71
|
"repository": "https://github.com/steedos/app-builder/tree/master/apps/accounts",
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "f8a65574ff194af3d2c95970293fe19045d95229"
|
|
73
73
|
}
|