@steedos-widgets/amis-lib 6.10.1-beta.40 → 6.10.1-beta.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.
- 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
package/dist/index.esm.js
CHANGED
|
@@ -18445,6 +18445,17 @@ const getFlowFormSchema = async (instance, box) => {
|
|
|
18445
18445
|
"actionType": "toast"
|
|
18446
18446
|
}
|
|
18447
18447
|
],
|
|
18448
|
+
},
|
|
18449
|
+
change: {
|
|
18450
|
+
weight: 0,
|
|
18451
|
+
actions: [
|
|
18452
|
+
{
|
|
18453
|
+
"actionType": "reload",
|
|
18454
|
+
"componentId": "u:next_step",
|
|
18455
|
+
"args": {
|
|
18456
|
+
}
|
|
18457
|
+
}
|
|
18458
|
+
]
|
|
18448
18459
|
}
|
|
18449
18460
|
}
|
|
18450
18461
|
},
|