@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.
@@ -14815,11 +14815,10 @@ func.UI.screen.execute_xu_functions = async function (
14815
14815
  is_val_dynamic_field,
14816
14816
  reference_source_obj
14817
14817
  };
14818
- let _parent_info
14819
14818
  if (parent_infoP) {
14820
- _parent_info = iterate_info;
14819
+ parent_infoP.iterate_info = iterate_info;
14821
14820
  } else {
14822
- _parent_info = {
14821
+ parent_infoP = {
14823
14822
  iterate_info,
14824
14823
  };
14825
14824
  }
@@ -14827,7 +14826,7 @@ func.UI.screen.execute_xu_functions = async function (
14827
14826
  SESSION_ID,
14828
14827
  $container,
14829
14828
  nodeP,
14830
- _parent_info,//parent_infoP ? _.cloneDeep(_parent_info) : null,
14829
+ parent_infoP ? _.cloneDeep(parent_infoP) : null,
14831
14830
  paramsP,
14832
14831
  jobNoP,
14833
14832
  null,
@@ -12225,11 +12225,10 @@ func.UI.screen.execute_xu_functions = async function (
12225
12225
  is_val_dynamic_field,
12226
12226
  reference_source_obj
12227
12227
  };
12228
- let _parent_info
12229
12228
  if (parent_infoP) {
12230
- _parent_info = iterate_info;
12229
+ parent_infoP.iterate_info = iterate_info;
12231
12230
  } else {
12232
- _parent_info = {
12231
+ parent_infoP = {
12233
12232
  iterate_info,
12234
12233
  };
12235
12234
  }
@@ -12237,7 +12236,7 @@ func.UI.screen.execute_xu_functions = async function (
12237
12236
  SESSION_ID,
12238
12237
  $container,
12239
12238
  nodeP,
12240
- _parent_info,//parent_infoP ? _.cloneDeep(_parent_info) : null,
12239
+ parent_infoP ? _.cloneDeep(parent_infoP) : null,
12241
12240
  paramsP,
12242
12241
  jobNoP,
12243
12242
  null,