@steedos-widgets/amis-lib 1.0.40 → 1.0.42

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.
@@ -7,6 +7,7 @@ export function getApprovalDrawerSchema(instance: any): Promise<{
7
7
  size: string;
8
8
  title: string;
9
9
  className: string;
10
+ drawerContainer: () => any;
10
11
  body: {
11
12
  type: string;
12
13
  debug: boolean;
@@ -203,6 +203,7 @@ export function getFlowFormSchema(instance: any, box: any): Promise<{
203
203
  size: string;
204
204
  title: string;
205
205
  className: string;
206
+ drawerContainer: () => any;
206
207
  body: {
207
208
  type: string;
208
209
  debug: boolean;
@@ -21,6 +21,8 @@ export function getInstanceInfo({ instanceId, box }: {
21
21
  step: any;
22
22
  lastCCStep: any;
23
23
  trace: any;
24
+ currentStep: any;
25
+ flowPermissions: any;
24
26
  approve: any;
25
27
  record_ids: any;
26
28
  related_instances: any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@steedos-widgets/amis-lib",
3
3
  "private": false,
4
- "version": "1.0.40",
4
+ "version": "1.0.42",
5
5
  "unpkg": "./dist/index.umd.js",
6
6
  "main": "./dist/index.cjs.js",
7
7
  "module": "./dist/index.esm.js",
@@ -58,5 +58,5 @@
58
58
  "dependencies": {
59
59
  "lodash": "^4.17.21"
60
60
  },
61
- "gitHead": "b3f5414582a1df943b6166d4590dc1f7ffd0874f"
61
+ "gitHead": "276dc1debcf751da8053c54bdfcec9561ba5ed9e"
62
62
  }