@steedos/webapp 3.0.0-beta.12 → 3.0.0-beta.14

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.
@@ -52191,7 +52191,6 @@ Try polyfilling it using "@formatjs/intl-displaynames"
52191
52191
  this.setState({ serverError: null, loading: true });
52192
52192
  e.preventDefault();
52193
52193
  this.props.actions.createSpace(this.state.name).then(async ({ data: data2 }) => {
52194
- console.log(data2);
52195
52194
  if (data2)
52196
52195
  this.selectSpace(data2);
52197
52196
  });
@@ -53572,7 +53571,6 @@ Try polyfilling it using "@formatjs/intl-displaynames"
53572
53571
  }
53573
53572
  }
53574
53573
  };
53575
- console.log(`AmisRender`, content, data2);
53576
53574
  return /* @__PURE__ */ jsxRuntimeExports.jsx(BuilderComponent, { model: "pages", content, data: data2 });
53577
53575
  };
53578
53576
  const on_click_script = `
@@ -53788,7 +53786,6 @@ Try polyfilling it using "@formatjs/intl-displaynames"
53788
53786
  const AppHeader = () => {
53789
53787
  const params = useParams();
53790
53788
  const { appId, objectName } = params;
53791
- console.log("AppHeader params:", params);
53792
53789
  const isMobile = window.innerWidth < 1024;
53793
53790
  const logoSrc = `/images/logo_platform.png`;
53794
53791
  const schema = {
@@ -53951,7 +53948,6 @@ Try polyfilling it using "@formatjs/intl-displaynames"
53951
53948
  };
53952
53949
  const ObjectDetail = () => {
53953
53950
  const { appId, objectName, recordId } = useParams();
53954
- console.log(`ObjectDetail====>`, appId, objectName, recordId);
53955
53951
  return /* @__PURE__ */ jsxRuntimeExports.jsx(AmisRender, { schema: {
53956
53952
  type: "page",
53957
53953
  bodyClassName: "p-0",
@@ -53992,7 +53988,6 @@ Try polyfilling it using "@formatjs/intl-displaynames"
53992
53988
  "method": "get",
53993
53989
  "url": "/api/pageSchema/app?app=${appId}&pageId=${pageId}&formFactor=${formFactor}",
53994
53990
  "adaptor": `
53995
- console.log('service payload', payload)
53996
53991
  return {
53997
53992
  "data": _.isString(payload.schema) ? JSON.parse(payload.schema):payload.schema
53998
53993
  }
@@ -54015,7 +54010,6 @@ Try polyfilling it using "@formatjs/intl-displaynames"
54015
54010
  const { appId, tabId } = useParams();
54016
54011
  const [searchParams] = useSearchParams();
54017
54012
  const iframeSrc = searchParams.get("url");
54018
- console.log("IframeView iframeSrc:", iframeSrc);
54019
54013
  return /* @__PURE__ */ jsxRuntimeExports.jsx(AmisRender, { schema: {
54020
54014
  "type": "page",
54021
54015
  "body": {
@@ -54045,9 +54039,7 @@ Try polyfilling it using "@formatjs/intl-displaynames"
54045
54039
  const mainUiSchema = window.getUISchemaSync(objectName);
54046
54040
  const idFieldName = mainUiSchema.idFieldName;
54047
54041
  const uiSchema = window.getUISchemaSync(relatedObjectName);
54048
- console.log(`ObjectRelatedListView 2===>`, uiSchema, relatedKey, uiSchema.fields[relatedKey]);
54049
54042
  const relatedKeyRefToField = uiSchema.fields[relatedKey].reference_to_field || idFieldName || "_id";
54050
- console.log(`ObjectRelatedListView`, appId, objectName, listName, recordId, relatedObjectName);
54051
54043
  return /* @__PURE__ */ jsxRuntimeExports.jsx(AmisRender, { schema: {
54052
54044
  type: "service",
54053
54045
  name: `amis-${appId}-${objectName}-related-${relatedObjectName}`,
@@ -58615,6 +58607,7 @@ Try polyfilling it using "@formatjs/intl-displaynames"
58615
58607
  instance.loadNamespaces;
58616
58608
  instance.loadLanguages;
58617
58609
  const _window = window;
58610
+ _window["axios"] = axios;
58618
58611
  _window["Builder"] = Builder$1;
58619
58612
  _window["builder"] = builder;
58620
58613
  _window["t"] = function(key2, parameters, locale) {
package/dist/index.html CHANGED
@@ -60,7 +60,7 @@
60
60
  window.loadCss = loadCss;
61
61
 
62
62
  </script>
63
- <script type="module" crossorigin src="/assets/index-D4PMTHQ6.js"></script>
63
+ <script type="module" crossorigin src="/assets/index-Bse_vkjs.js"></script>
64
64
  </head>
65
65
  <body class="skin-blue-light fixed steedos sidebar-mini three-columns" >
66
66
  <div id="root" class="steedos skin-blue-light creator h-full flex flex-col relative overflow-hidden"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/webapp",
3
- "version": "3.0.0-beta.12",
3
+ "version": "3.0.0-beta.14",
4
4
  "files": [
5
5
  "dist"
6
6
  ],
@@ -68,5 +68,5 @@
68
68
  "access": "public"
69
69
  },
70
70
  "repository": "https://github.com/steedos/app-builder/tree/master/apps/accounts",
71
- "gitHead": "0bf2a1c9ca82a02aa95ef37bc5fe376faa870cc8"
71
+ "gitHead": "6ecc49f17c754defd373f19417304e88bdce8aa9"
72
72
  }