@steedos-widgets/amis-lib 6.10.2-beta.3 → 6.10.3

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.
@@ -627,9 +627,15 @@ export function getFlowFormSchema(instance: any, box: any): Promise<{
627
627
  regions: string[];
628
628
  onEvent: {
629
629
  "@data.@instanceDetail.changed": {
630
- actions: {
630
+ actions: ({
631
631
  actionType: string;
632
- }[];
632
+ script: string;
633
+ componentId?: undefined;
634
+ } | {
635
+ componentId: string;
636
+ actionType: string;
637
+ script?: undefined;
638
+ })[];
633
639
  };
634
640
  inited: {
635
641
  actions: 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.2-beta.3",
4
+ "version": "6.10.3",
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": "9b3d21743d5469fd480c0e58f6d7053c47d12382"
64
+ "gitHead": "81971e71c721de1cfb2a2d0efde0b3f3eabfb97d"
65
65
  }