@steedos/webapp 3.0.14 → 3.0.15-beta.10

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-D-MR1qT9.js";
1
+ import { c as commonjsGlobal, g as getDefaultExportFromCjs } from "./index-B2r45n1P.js";
2
2
  function _mergeNamespaces(n, m) {
3
3
  for (var i = 0; i < m.length; i++) {
4
4
  const e = m[i];
@@ -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-BacVYQnm.js").then((n) => n.b), true ? [] : void 0).then(function(mod) {
81610
+ __vitePreload(() => import("./browser-ponyfill-ClSVq1Mg.js").then((n) => n.b), true ? [] : void 0).then(function(mod) {
81611
81611
  fetchApi = mod.default;
81612
81612
  }).catch(function() {
81613
81613
  });
@@ -1341,6 +1341,9 @@ video {
1341
1341
  .w-96 {
1342
1342
  width: 24rem;
1343
1343
  }
1344
+ .w-\[150px\] {
1345
+ width: 150px;
1346
+ }
1344
1347
  .w-\[1px\] {
1345
1348
  width: 1px;
1346
1349
  }
@@ -1438,6 +1441,9 @@ video {
1438
1441
  --tw-translate-y: 100%;
1439
1442
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1440
1443
  }
1444
+ .\!transform {
1445
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
1446
+ }
1441
1447
  .transform {
1442
1448
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1443
1449
  }
@@ -1950,6 +1956,9 @@ video {
1950
1956
  .p-5 {
1951
1957
  padding: 1.25rem;
1952
1958
  }
1959
+ .p-8 {
1960
+ padding: 2rem;
1961
+ }
1953
1962
  .px-0 {
1954
1963
  padding-left: 0px;
1955
1964
  padding-right: 0px;
@@ -3483,7 +3492,38 @@ a {
3483
3492
 
3484
3493
  .MuiSvgIcon-fontSizeSmall{
3485
3494
  font-size: 1rem !important;
3486
- }/* Apple Style Theme - Optimized for Steedos Platform */
3495
+ }
3496
+
3497
+ .builder-loading {
3498
+ display: flex;
3499
+ align-items: center;
3500
+ justify-content: center;
3501
+ width: 100%;
3502
+ min-height: 180px;
3503
+ }
3504
+
3505
+ .builder-loading:empty {
3506
+ height: 100vh;
3507
+ background-color: #f7f9fb;
3508
+ }
3509
+
3510
+ .builder-loading::before {
3511
+ box-sizing: border-box;
3512
+ width: 32px;
3513
+ height: 32px;
3514
+ border: 3px solid #d9e1ea;
3515
+ border-top-color: #0176d3;
3516
+ border-radius: 50%;
3517
+ content: "";
3518
+ animation: builder-loading-spin 0.8s linear infinite;
3519
+ }
3520
+
3521
+ @keyframes builder-loading-spin {
3522
+ to {
3523
+ transform: rotate(360deg);
3524
+ }
3525
+ }
3526
+ /* Apple Style Theme - Optimized for Steedos Platform */
3487
3527
 
3488
3528
  :root {
3489
3529
  --font-family-apple: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
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-D-MR1qT9.js"></script>
70
- <link rel="stylesheet" crossorigin href="/assets/index-BW5Fq9Tj.css">
69
+ <script type="module" crossorigin src="/assets/index-B2r45n1P.js"></script>
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" >
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.14",
3
+ "version": "3.0.15-beta.10",
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": "a38ff44cd802eb2f4de4017b23491b9f4480238e",
78
+ "gitHead": "0cf0bb85e2363c5b1e3df7f7ae59af14543e74c8",
79
79
  "dependencies": {
80
- "@steedos-widgets/amis-object": "^6.10.53-beta.16",
80
+ "@steedos-widgets/amis-object": "^6.10.54-beta.6",
81
81
  "autoprefixer": "^10.4.23"
82
82
  }
83
83
  }