@steedos-widgets/amis-lib 6.10.1-beta.39 → 6.10.1-beta.41
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.
- package/dist/cjs/tsconfig.tsbuildinfo +1 -1
- package/dist/index.cjs.js +11 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +11 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/types/workflow/flow.d.ts +8 -0
- package/package.json +2 -2
|
@@ -635,6 +635,14 @@ export function getFlowFormSchema(instance: any, box: any): Promise<{
|
|
|
635
635
|
actionType: string;
|
|
636
636
|
}[];
|
|
637
637
|
};
|
|
638
|
+
change: {
|
|
639
|
+
weight: number;
|
|
640
|
+
actions: {
|
|
641
|
+
actionType: string;
|
|
642
|
+
componentId: string;
|
|
643
|
+
args: {};
|
|
644
|
+
}[];
|
|
645
|
+
};
|
|
638
646
|
};
|
|
639
647
|
})[];
|
|
640
648
|
id: string;
|
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.
|
|
4
|
+
"version": "6.10.1-beta.41",
|
|
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": "
|
|
64
|
+
"gitHead": "39993159c9a937053a0726ed1801cd2061305c10"
|
|
65
65
|
}
|