@xuda.io/runtime-bundle 1.0.265 → 1.0.267

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,14 +34184,15 @@ 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
- if (parent_infoP) {
34189
- _parent_info = iterate_info;
34190
- } else {
34191
- _parent_info = {
34192
- iterate_info,
34193
- };
34194
- }
34187
+ let _parent_info = parent_infoP || {}
34188
+ _parent_info.iterate_info = iterate_info
34189
+ // if (parent_infoP) {
34190
+ // _parent_info = iterate_info;
34191
+ // } else {
34192
+ // _parent_info = {
34193
+ // iterate_info,
34194
+ // };
34195
+ // }
34195
34196
  const $divP = await func.UI.screen.render_ui_tree(
34196
34197
  SESSION_ID,
34197
34198
  $container,