@steedos/webapp 3.0.0-beta.100 → 3.0.0-beta.102

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/public/settings");
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,25 +6,27 @@
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.steedos.cn/@steedos-widgets/amis@6.3.0-patch.8/sdk/sdk.js"></script>
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.steedos.cn/@fortawesome/fontawesome-free@6.2.0/css/all.min.css" />
12
- <link rel="stylesheet" href="https://unpkg.steedos.cn/@salesforce-ux/design-system@2.22.2/assets/styles/salesforce-lightning-design-system.min.css">
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.steedos.cn/@steedos-widgets/amis@6.3.0-patch.3/lib/themes/antd.css">
15
- <link rel="stylesheet" href="https://unpkg.steedos.cn/@steedos-widgets/amis@6.3.0-patch.3/lib/helper.css">
16
- <link rel="stylesheet" href="https://unpkg.steedos.cn/@steedos-widgets/amis@6.3.0-patch.3/sdk/iconfont.css">
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.steedos.cn/lodash@4.17.21/lodash.js"></script>
19
- <script src="https://unpkg.steedos.cn/jquery@3.7.1/dist/jquery.min.js"></script>
20
- <script src="https://unpkg.steedos.cn/crypto-js@4.1.1/crypto-js.js"></script>
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
- window['React'] = amisRequire('react');
23
- window['ReactDOM'] = amisRequire('react-dom');
24
- window['moment'] = amisRequire('moment');
25
- window['Amis'] = amisRequire('amis');
26
- window['AmisCore'] = amisRequire('amis-core');
27
- window['AmisUI'] = amisRequire('amis-ui');
22
+ window['React'] = amis.require('react');
23
+ window['ReactDOM'] = amis.require('react-dom');
24
+ window['moment'] = amis.require('moment');
25
+ window['Amis'] = amis.require('amis');
26
+ window['AmisCore'] = amis.require('amis-core');
27
+ amis.require.ensure('amis-ui', () => {
28
+ window['AmisUI'] = amis.require('amis-ui');
29
+ });
28
30
 
29
31
  window['Amis'].registerFilter('t', function (key,param) {
30
32
  return typeof key === 'string' ? window.t(key,param) : key;
@@ -61,7 +63,7 @@
61
63
 
62
64
  </script>
63
65
  <link rel="stylesheet" type="text/css" href="/tailwind/tailwind-steedos.css">
64
- <script type="module" crossorigin src="/assets/index-i4egDH3y.js"></script>
66
+ <script type="module" crossorigin src="/assets/index-DYVZM4L3.js"></script>
65
67
  </head>
66
68
  <body class="skin-blue-light fixed steedos sidebar-mini three-columns" >
67
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.100",
3
+ "version": "3.0.0-beta.102",
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": "89c69deb3ceb9d9e97c70ee23694ccecf1b4ce2b"
72
+ "gitHead": "e091db0db390b817d58b857af776ecffab95b90a"
73
73
  }