@steedos/webapp 3.0.15-beta.3 → 3.0.15-beta.5

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-BU1448Ok.js";
1
+ import { c as commonjsGlobal, g as getDefaultExportFromCjs } from "./index-CGg6SWJ8.js";
2
2
  function _mergeNamespaces(n, m) {
3
3
  for (var i = 0; i < m.length; i++) {
4
4
  const e = m[i];
@@ -1953,6 +1953,9 @@ video {
1953
1953
  .p-5 {
1954
1954
  padding: 1.25rem;
1955
1955
  }
1956
+ .p-8 {
1957
+ padding: 2rem;
1958
+ }
1956
1959
  .px-0 {
1957
1960
  padding-left: 0px;
1958
1961
  padding-right: 0px;
@@ -55233,7 +55233,7 @@ const ObjectListView = () => {
55233
55233
  objectName,
55234
55234
  object_name: objectName,
55235
55235
  ...allParams
55236
- }, env: {} });
55236
+ }, env: {} }, `${appId}/${objectName}`);
55237
55237
  };
55238
55238
  const ObjectDetail = () => {
55239
55239
  const { appId, objectName, recordId } = useParams();
@@ -55291,7 +55291,7 @@ const ObjectDetail = () => {
55291
55291
  app: appId,
55292
55292
  appId,
55293
55293
  app_id: appId
55294
- }, env: {} });
55294
+ }, env: {} }, `${appId}/${objectName}`);
55295
55295
  };
55296
55296
  const isString = (val) => typeof val === "string";
55297
55297
  const RUNTIME_CONTEXT_KEYS = [
@@ -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-DVX7Lnwe.js").then((n) => n.b), true ? [] : void 0).then(function(mod) {
81610
+ __vitePreload(() => import("./browser-ponyfill-DdHw2caf.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,8 +66,8 @@
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-BU1448Ok.js"></script>
70
- <link rel="stylesheet" crossorigin href="/assets/index-DEwOeOt7.css">
69
+ <script type="module" crossorigin src="/assets/index-CGg6SWJ8.js"></script>
70
+ <link rel="stylesheet" crossorigin href="/assets/index-C90vIT-C.css">
71
71
  </head>
72
72
  <body class="skin-blue-light fixed steedos sidebar-mini three-columns" >
73
73
  <div id="root" class="steedos skin-blue-light creator h-full flex flex-col relative overflow-hidden bg-slate-50"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/webapp",
3
- "version": "3.0.15-beta.3",
3
+ "version": "3.0.15-beta.5",
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": "bc5f0339b4987c65a9bbd0742c795e52ba2fdd47",
78
+ "gitHead": "cda9202efaa7ca292fc441e8ee9e2374e09dbc39",
79
79
  "dependencies": {
80
- "@steedos-widgets/amis-object": "^6.10.53-beta.26",
80
+ "@steedos-widgets/amis-object": "^6.10.54-beta.1",
81
81
  "autoprefixer": "^10.4.23"
82
82
  }
83
83
  }