@steedos-widgets/amis-lib 6.10.13 → 6.10.14

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.
@@ -602,15 +602,10 @@ export function getFlowFormSchema(instance: any, box: any): Promise<{
602
602
  regions: string[];
603
603
  onEvent: {
604
604
  "@data.@instanceDetail.changed": {
605
- actions: ({
606
- actionType: string;
607
- script: string;
608
- componentId?: undefined;
609
- } | {
605
+ actions: {
610
606
  componentId: string;
611
607
  actionType: string;
612
- script?: undefined;
613
- })[];
608
+ }[];
614
609
  };
615
610
  inited: {
616
611
  actions: any[];
@@ -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.13",
4
+ "version": "6.10.14",
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": "6973c9ba87f058be412325471b7b52d3a3da011a"
64
+ "gitHead": "f76e5fcfbf6ad001df8635a41554ba6fa140090e"
65
65
  }