@steedos/webapp 3.0.0-beta.147 → 3.0.0-beta.148
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.
|
@@ -59360,7 +59360,11 @@ Try polyfilling it using "@formatjs/intl-displaynames"
|
|
|
59360
59360
|
listName = lodashExports.first(lodashExports.values(uiSchema.list_views))?.name;
|
|
59361
59361
|
}
|
|
59362
59362
|
if (Steedos.Page.getDisplay(objectName) === "split") {
|
|
59363
|
-
|
|
59363
|
+
const navigate = useNavigate();
|
|
59364
|
+
setTimeout(() => {
|
|
59365
|
+
navigate(`/app/${appId}/${objectName}/view/none?side_object=${objectName}&side_listview_id=${listName}&additionalFilters=`);
|
|
59366
|
+
}, 1);
|
|
59367
|
+
return;
|
|
59364
59368
|
}
|
|
59365
59369
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(AmisRender, { schema: {
|
|
59366
59370
|
type: "page",
|
|
@@ -59406,6 +59410,13 @@ Try polyfilling it using "@formatjs/intl-displaynames"
|
|
|
59406
59410
|
let location2 = useLocation();
|
|
59407
59411
|
const urlParams = new URLSearchParams(location2.search);
|
|
59408
59412
|
const sideListViewId = urlParams.get("side_listview_id");
|
|
59413
|
+
if (recordId === "none" && Steedos.Page.getDisplay(objectName) === "grid") {
|
|
59414
|
+
const navigate = useNavigate();
|
|
59415
|
+
setTimeout(() => {
|
|
59416
|
+
navigate(`/app/${appId}/${objectName}/grid/${sideListViewId}?display=grid`);
|
|
59417
|
+
}, 1);
|
|
59418
|
+
return;
|
|
59419
|
+
}
|
|
59409
59420
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(AmisRender, { schema: {
|
|
59410
59421
|
type: "page",
|
|
59411
59422
|
bodyClassName: "p-0 overflow-hidden",
|
package/dist/index.html
CHANGED
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
|
|
64
64
|
</script>
|
|
65
65
|
<link rel="stylesheet" type="text/css" href="/tailwind/tailwind-steedos.css">
|
|
66
|
-
<script type="module" crossorigin src="/assets/index-
|
|
66
|
+
<script type="module" crossorigin src="/assets/index-B2Mh-Qa_.js"></script>
|
|
67
67
|
</head>
|
|
68
68
|
<body class="skin-blue-light fixed steedos sidebar-mini three-columns" >
|
|
69
69
|
<div id="root" class="steedos skin-blue-light creator h-full flex flex-col relative overflow-hidden bg-slate-50"></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.148",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist"
|
|
6
6
|
],
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"access": "public"
|
|
76
76
|
},
|
|
77
77
|
"repository": "https://github.com/steedos/app-builder/tree/master/apps/accounts",
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "2d767640b46bdf9a6c7b324ceb9f015210fb4fb2"
|
|
79
79
|
}
|