@steedos/webapp 3.0.13-beta.6 → 3.0.13-beta.8
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as commonjsGlobal, g as getDefaultExportFromCjs } from "./index-
|
|
1
|
+
import { c as commonjsGlobal, g as getDefaultExportFromCjs } from "./index-Bq2erKXE.js";
|
|
2
2
|
function _mergeNamespaces(n, m) {
|
|
3
3
|
for (var i = 0; i < m.length; i++) {
|
|
4
4
|
const e = m[i];
|
|
@@ -42153,6 +42153,7 @@ function requireLodash() {
|
|
|
42153
42153
|
return lodash$1;
|
|
42154
42154
|
}
|
|
42155
42155
|
var lodashExports = requireLodash();
|
|
42156
|
+
const _$1 = /* @__PURE__ */ getDefaultExportFromCjs(lodashExports);
|
|
42156
42157
|
var Action;
|
|
42157
42158
|
(function(Action2) {
|
|
42158
42159
|
Action2["Pop"] = "POP";
|
|
@@ -54462,8 +54463,18 @@ const AppView = () => {
|
|
|
54462
54463
|
// Include credentials if needed
|
|
54463
54464
|
);
|
|
54464
54465
|
const data2 = response.data;
|
|
54466
|
+
if (data2?.default_tab) {
|
|
54467
|
+
if (typeof data2.default_tab === "object" && data2.default_tab !== null && data2.default_tab.path) {
|
|
54468
|
+
navigate(data2.default_tab.path);
|
|
54469
|
+
return;
|
|
54470
|
+
}
|
|
54471
|
+
if (typeof data2.default_tab === "string") {
|
|
54472
|
+
navigate(`/app/${appId}/${data2.default_tab}`);
|
|
54473
|
+
return;
|
|
54474
|
+
}
|
|
54475
|
+
}
|
|
54465
54476
|
if (data2?.children.length > 0 && data2.children[0].path) {
|
|
54466
|
-
const children = _.sortBy(data2.children, ["index"]);
|
|
54477
|
+
const children = _$1.sortBy(data2.children, ["index"]);
|
|
54467
54478
|
navigate(children[0].path);
|
|
54468
54479
|
}
|
|
54469
54480
|
} catch (error) {
|
|
@@ -54884,7 +54895,7 @@ const ObjectListView = () => {
|
|
|
54884
54895
|
}
|
|
54885
54896
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(AmisRender, { schema: {
|
|
54886
54897
|
type: "page",
|
|
54887
|
-
bodyClassName: "p-0",
|
|
54898
|
+
bodyClassName: "p-0 h-full",
|
|
54888
54899
|
body: {
|
|
54889
54900
|
"type": "steedos-page-object-control",
|
|
54890
54901
|
"name": "steedosPageObjectControl",
|
|
@@ -81231,7 +81242,7 @@ if (typeof ActiveXObject === "function") {
|
|
|
81231
81242
|
if (typeof fetchApi !== "function") fetchApi = void 0;
|
|
81232
81243
|
if (!fetchApi && !XmlHttpRequestApi && !ActiveXObjectApi) {
|
|
81233
81244
|
try {
|
|
81234
|
-
__vitePreload(() => import("./browser-ponyfill-
|
|
81245
|
+
__vitePreload(() => import("./browser-ponyfill-Djn8i1DO.js").then((n) => n.b), true ? [] : void 0).then(function(mod) {
|
|
81235
81246
|
fetchApi = mod.default;
|
|
81236
81247
|
}).catch(function() {
|
|
81237
81248
|
});
|
package/dist/index.html
CHANGED
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
<link rel="stylesheet" href="https://unpkg.com/@steedos-widgets/amis@6.3.0-patch.8/lib/themes/antd.css">
|
|
66
66
|
<link rel="stylesheet" href="https://unpkg.com/@steedos-widgets/amis@6.3.0-patch.8/lib/helper.css">
|
|
67
67
|
<link rel="stylesheet" href="https://unpkg.com/@steedos-widgets/amis@6.3.0-patch.8/sdk/iconfont.css">
|
|
68
|
-
<script type="module" crossorigin src="/assets/index-
|
|
68
|
+
<script type="module" crossorigin src="/assets/index-Bq2erKXE.js"></script>
|
|
69
69
|
<link rel="stylesheet" crossorigin href="/assets/index-Cd9-p_c2.css">
|
|
70
70
|
</head>
|
|
71
71
|
<body class="skin-blue-light fixed steedos sidebar-mini three-columns" >
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/webapp",
|
|
3
|
-
"version": "3.0.13-beta.
|
|
3
|
+
"version": "3.0.13-beta.8",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist"
|
|
6
6
|
],
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"access": "public"
|
|
76
76
|
},
|
|
77
77
|
"repository": "https://github.com/steedos/app-builder/tree/master/apps/accounts",
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "06f98b7d7e54d72326fcd3f1500afe90714fd67a",
|
|
79
79
|
"dependencies": {
|
|
80
80
|
"@steedos-widgets/amis-object": "^6.10.51",
|
|
81
81
|
"autoprefixer": "^10.4.23"
|