@steedos-widgets/amis-lib 6.10.23 → 6.10.24
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 +2 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -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/approve.d.ts +2 -2
- package/dist/types/workflow/flow.d.ts +2 -2
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -17009,6 +17009,7 @@ const getNextStepUsersInput = async (instance, nextStepUserChangeEvents) => {
|
|
|
17009
17009
|
type: "steedos-select-user",
|
|
17010
17010
|
label: "",
|
|
17011
17011
|
name: "next_users",
|
|
17012
|
+
id: "u:next_users",
|
|
17012
17013
|
hiddenOn: "this.new_next_step.deal_type != 'pickupAtRuntime' || this.new_next_step.step_type == 'counterSign'",
|
|
17013
17014
|
required: true,
|
|
17014
17015
|
"onEvent": {
|
|
@@ -17024,6 +17025,7 @@ const getNextStepUsersInput = async (instance, nextStepUserChangeEvents) => {
|
|
|
17024
17025
|
type: "steedos-select-user",
|
|
17025
17026
|
label: "",
|
|
17026
17027
|
name: "next_users",
|
|
17028
|
+
id: "u:next_users",
|
|
17027
17029
|
hiddenOn: "this.new_next_step.deal_type != 'pickupAtRuntime' || this.new_next_step.step_type != 'counterSign'",
|
|
17028
17030
|
required: true,
|
|
17029
17031
|
multiple: true,
|