@steedos-widgets/amis-lib 6.10.1-beta.53 → 6.10.1-beta.55

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.
@@ -590,6 +590,7 @@ export function getFlowFormSchema(instance: any, box: any): Promise<{
590
590
  } | {
591
591
  type: string;
592
592
  className: string;
593
+ mode: any;
593
594
  steps: {
594
595
  title: any;
595
596
  body: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@steedos-widgets/amis-lib",
3
3
  "private": false,
4
- "version": "6.10.1-beta.53",
4
+ "version": "6.10.1-beta.55",
5
5
  "unpkg": "./dist/index.umd.js",
6
6
  "main": "./dist/index.cjs.js",
7
7
  "module": "./dist/index.esm.js",
@@ -61,5 +61,5 @@
61
61
  "lodash": "^4.17.21",
62
62
  "react-i18next": "12.3.1"
63
63
  },
64
- "gitHead": "d397b27be0f7cdae97dc126b9b53f2b9fa8147d2"
64
+ "gitHead": "0de5cb8057de0be04c498bca082ca6c1f5147d05"
65
65
  }