@steedos/webapp 3.0.0-beta.101 → 3.0.0-beta.103
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.
|
@@ -64015,7 +64015,7 @@ Try polyfilling it using "@formatjs/intl-displaynames"
|
|
|
64015
64015
|
super(props);
|
|
64016
64016
|
__publicField(this, "fetchSettings", async (retryCount = 0, maxRetries = 20) => {
|
|
64017
64017
|
try {
|
|
64018
|
-
const response = await axios.get("/api/
|
|
64018
|
+
const response = await axios.get("/api/v6/amis/public_settings");
|
|
64019
64019
|
const settingsData = response.data;
|
|
64020
64020
|
if (settingsData.serverStatus === "starting") {
|
|
64021
64021
|
if (retryCount < maxRetries) {
|
package/dist/index.html
CHANGED
|
@@ -6,18 +6,18 @@
|
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
7
7
|
<title>Steedos</title>
|
|
8
8
|
|
|
9
|
-
<script src="https://unpkg.
|
|
9
|
+
<script src="https://unpkg.com/@steedos-widgets/amis@6.3.0-patch.8/sdk/sdk.js"></script>
|
|
10
10
|
|
|
11
|
-
<link rel="stylesheet" href="https://unpkg.
|
|
12
|
-
<link rel="stylesheet" href="https://unpkg.
|
|
11
|
+
<link rel="stylesheet" href="https://unpkg.com/@fortawesome/fontawesome-free@6.2.0/css/all.min.css" />
|
|
12
|
+
<link rel="stylesheet" href="https://unpkg.com/@salesforce-ux/design-system@2.22.2/assets/styles/salesforce-lightning-design-system.min.css">
|
|
13
13
|
|
|
14
|
-
<link rel="stylesheet" href="https://unpkg.
|
|
15
|
-
<link rel="stylesheet" href="https://unpkg.
|
|
16
|
-
<link rel="stylesheet" href="https://unpkg.
|
|
14
|
+
<link rel="stylesheet" href="https://unpkg.com/@steedos-widgets/amis@6.3.0-patch.8/lib/themes/antd.css">
|
|
15
|
+
<link rel="stylesheet" href="https://unpkg.com/@steedos-widgets/amis@6.3.0-patch.8/lib/helper.css">
|
|
16
|
+
<link rel="stylesheet" href="https://unpkg.com/@steedos-widgets/amis@6.3.0-patch.8/sdk/iconfont.css">
|
|
17
17
|
|
|
18
|
-
<script src="https://unpkg.
|
|
19
|
-
<script src="https://unpkg.
|
|
20
|
-
<script src="https://unpkg.
|
|
18
|
+
<script src="https://unpkg.com/lodash@4.17.21/lodash.js"></script>
|
|
19
|
+
<script src="https://unpkg.com/jquery@3.7.1/dist/jquery.min.js"></script>
|
|
20
|
+
<script src="https://unpkg.com/crypto-js@4.1.1/crypto-js.js"></script>
|
|
21
21
|
<script async="">
|
|
22
22
|
window['React'] = amis.require('react');
|
|
23
23
|
window['ReactDOM'] = amis.require('react-dom');
|
|
@@ -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-DYVZM4L3.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-gray-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.103",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist"
|
|
6
6
|
],
|
|
@@ -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": "1bb59cd2f8294823a0df7095333dfe7ae43b3d34"
|
|
73
73
|
}
|