@steedos/webapp 3.0.15-beta.10 → 3.0.15-beta.12
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-DgmvREHl.js";
|
|
2
2
|
function _mergeNamespaces(n, m) {
|
|
3
3
|
for (var i = 0; i < m.length; i++) {
|
|
4
4
|
const e = m[i];
|
|
@@ -54749,17 +54749,17 @@ const AppView = () => {
|
|
|
54749
54749
|
const data2 = response.data;
|
|
54750
54750
|
if (data2?.default_tab) {
|
|
54751
54751
|
if (typeof data2.default_tab === "object" && data2.default_tab !== null && data2.default_tab.path) {
|
|
54752
|
-
navigate(resolvePathTemplate(data2.default_tab.path, data2.default_tab));
|
|
54752
|
+
navigate(resolvePathTemplate(data2.default_tab.path, data2.default_tab), { replace: true });
|
|
54753
54753
|
return;
|
|
54754
54754
|
}
|
|
54755
54755
|
if (typeof data2.default_tab === "string") {
|
|
54756
|
-
navigate(`/app/${appId}/${data2.default_tab}
|
|
54756
|
+
navigate(`/app/${appId}/${data2.default_tab}`, { replace: true });
|
|
54757
54757
|
return;
|
|
54758
54758
|
}
|
|
54759
54759
|
}
|
|
54760
54760
|
if (data2?.children.length > 0 && data2.children[0].path) {
|
|
54761
54761
|
const children = _$1.sortBy(data2.children, ["index"]);
|
|
54762
|
-
navigate(resolvePathTemplate(children[0].path, children[0]));
|
|
54762
|
+
navigate(resolvePathTemplate(children[0].path, children[0]), { replace: true });
|
|
54763
54763
|
}
|
|
54764
54764
|
} catch (error) {
|
|
54765
54765
|
console.error("Error fetching data:", error);
|
|
@@ -81607,7 +81607,7 @@ if (typeof ActiveXObject === "function") {
|
|
|
81607
81607
|
if (typeof fetchApi !== "function") fetchApi = void 0;
|
|
81608
81608
|
if (!fetchApi && !XmlHttpRequestApi && !ActiveXObjectApi) {
|
|
81609
81609
|
try {
|
|
81610
|
-
__vitePreload(() => import("./browser-ponyfill-
|
|
81610
|
+
__vitePreload(() => import("./browser-ponyfill-CFSTo0nI.js").then((n) => n.b), true ? [] : void 0).then(function(mod) {
|
|
81611
81611
|
fetchApi = mod.default;
|
|
81612
81612
|
}).catch(function() {
|
|
81613
81613
|
});
|
package/dist/index.html
CHANGED
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
<link rel="stylesheet" href="https://unpkg.com/@steedos-widgets/amis@6.3.0-patch.8/lib/themes/antd.css">
|
|
67
67
|
<link rel="stylesheet" href="https://unpkg.com/@steedos-widgets/amis@6.3.0-patch.8/lib/helper.css">
|
|
68
68
|
<link rel="stylesheet" href="https://unpkg.com/@steedos-widgets/amis@6.3.0-patch.8/sdk/iconfont.css">
|
|
69
|
-
<script type="module" crossorigin src="/assets/index-
|
|
69
|
+
<script type="module" crossorigin src="/assets/index-DgmvREHl.js"></script>
|
|
70
70
|
<link rel="stylesheet" crossorigin href="/assets/index-GRUzEtjC.css">
|
|
71
71
|
</head>
|
|
72
72
|
<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.15-beta.
|
|
3
|
+
"version": "3.0.15-beta.12",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist"
|
|
6
6
|
],
|
|
@@ -75,9 +75,9 @@
|
|
|
75
75
|
"access": "public"
|
|
76
76
|
},
|
|
77
77
|
"repository": "https://github.com/steedos/app-builder/tree/master/apps/accounts",
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "3b7ee525c23838ae7f07e280af403dd7ffd72880",
|
|
79
79
|
"dependencies": {
|
|
80
|
-
"@steedos-widgets/amis-object": "^6.10.54-beta.
|
|
80
|
+
"@steedos-widgets/amis-object": "^6.10.54-beta.7",
|
|
81
81
|
"autoprefixer": "^10.4.23"
|
|
82
82
|
}
|
|
83
83
|
}
|