@steedos/webapp 3.0.0-beta.105 → 3.0.0-beta.107

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.
@@ -57631,7 +57631,7 @@ Try polyfilling it using "@formatjs/intl-displaynames"
57631
57631
  // {
57632
57632
  // actionType: "custom",
57633
57633
  // script:
57634
- // "// 编写判断,当前可发起的流程是单个还是多个. 并返回数据用于控制下个事件是直接新建申请单草稿还是弹出流程让选择\n\nconst flows = lodash.filter(Creator.object_workflows, (item) => { return item.object_name == event.data.object_name && (!item.sync_direction || item.sync_direction == 'both' || item.sync_direction == 'ins_to_obj') && true !== item.forbid_initiate_instance })\n\nevent.setData({ ...event.data, ...{ flows: flows, flowCount: flows.length } })\n\n",
57634
+ // "// 编写判断,当前可发起的流程是单个还是多个. 并返回数据用于控制下个事件是直接新建申请单草稿还是弹出流程让选择\n\nconst flows = lodash.filter(Steedos.object_workflows, (item) => { return item.object_name == event.data.object_name && (!item.sync_direction || item.sync_direction == 'both' || item.sync_direction == 'ins_to_obj') && true !== item.forbid_initiate_instance })\n\nevent.setData({ ...event.data, ...{ flows: flows, flowCount: flows.length } })\n\n",
57635
57635
  // },
57636
57636
  // {
57637
57637
  // actionType: "ajax",
package/dist/index.html CHANGED
@@ -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-bMeBFv8x.js"></script>
66
+ <script type="module" crossorigin src="/assets/index-CWcvtluU.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.105",
3
+ "version": "3.0.0-beta.107",
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": "4c1305cf315baf00491df315c5c8d8ef508262d0"
71
+ "gitHead": "1af567ed119c938f6214ea192e610f07aa8612af"
72
72
  }