@steedos-widgets/amis-lib 6.10.10 → 6.10.12

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.
@@ -193,7 +193,6 @@ export function getApprovalDrawerSchema(instance: any, submitEvents: any): Promi
193
193
  placeholder?: undefined;
194
194
  requiredOn?: undefined;
195
195
  value?: undefined;
196
- onEvent?: undefined;
197
196
  } | {
198
197
  type: string;
199
198
  label: boolean;
@@ -204,19 +203,6 @@ export function getApprovalDrawerSchema(instance: any, submitEvents: any): Promi
204
203
  placeholder: any;
205
204
  requiredOn: string;
206
205
  value: any;
207
- onEvent: {
208
- change: {
209
- actions: {
210
- componentId: string;
211
- actionType: string;
212
- args: {
213
- value: {
214
- instance_my_approve_description: string;
215
- };
216
- };
217
- }[];
218
- };
219
- };
220
206
  })[];
221
207
  onEvent: {
222
208
  approve_judge_change: {
@@ -405,7 +405,6 @@ export function getFlowFormSchema(instance: any, box: any): Promise<{
405
405
  placeholder?: undefined;
406
406
  requiredOn?: undefined;
407
407
  value?: undefined;
408
- onEvent?: undefined;
409
408
  } | {
410
409
  type: string;
411
410
  label: boolean;
@@ -416,19 +415,6 @@ export function getFlowFormSchema(instance: any, box: any): Promise<{
416
415
  placeholder: any;
417
416
  requiredOn: string;
418
417
  value: any;
419
- onEvent: {
420
- change: {
421
- actions: {
422
- componentId: string;
423
- actionType: string;
424
- args: {
425
- value: {
426
- instance_my_approve_description: string;
427
- };
428
- };
429
- }[];
430
- };
431
- };
432
418
  })[];
433
419
  onEvent: {
434
420
  approve_judge_change: {
@@ -12,7 +12,7 @@ export function getInstanceInfo(props: any): Promise<{
12
12
  approveValues: any;
13
13
  title: any;
14
14
  name: any;
15
- fields: any[];
15
+ fields: any;
16
16
  flowVersion: any;
17
17
  formVersion: any;
18
18
  step: any;
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.10",
4
+ "version": "6.10.12",
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": "6603ede3345a115a81862d7b46c9edf6a66dcb12"
64
+ "gitHead": "42793e4b496c1d30b5bbdb4a0e4e9d70477de3d2"
65
65
  }