@xuda.io/runtime-bundle 1.0.265 → 1.0.266

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.
@@ -34184,11 +34184,10 @@ func.UI.screen.execute_xu_functions = async function (
34184
34184
  is_val_dynamic_field,
34185
34185
  reference_source_obj
34186
34186
  };
34187
- let _parent_info
34188
34187
  if (parent_infoP) {
34189
- _parent_info = iterate_info;
34188
+ parent_infoP.iterate_info = iterate_info;
34190
34189
  } else {
34191
- _parent_info = {
34190
+ parent_infoP = {
34192
34191
  iterate_info,
34193
34192
  };
34194
34193
  }
@@ -34196,7 +34195,7 @@ func.UI.screen.execute_xu_functions = async function (
34196
34195
  SESSION_ID,
34197
34196
  $container,
34198
34197
  nodeP,
34199
- _parent_info,//parent_infoP ? _.cloneDeep(_parent_info) : null,
34198
+ parent_infoP ? _.cloneDeep(parent_infoP) : null,
34200
34199
  paramsP,
34201
34200
  jobNoP,
34202
34201
  null,