@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/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,