@xuda.io/runtime-bundle 1.0.624 → 1.0.626

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.
@@ -31986,15 +31986,15 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
31986
31986
  }
31987
31987
 
31988
31988
  ////// render default children tree
31989
- if (nodeP.children.length) {
31990
- const default_children_ret = await func.UI.screen.render_ui_tree(SESSION_ID, $container, nodeP.children[0], parent_infoP, paramsP, jobNoP, null, 0, null, nodeP, null, $root_container);
31991
- }
31989
+ // if (nodeP.children.length) {
31990
+ // const default_children_ret = await func.UI.screen.render_ui_tree(SESSION_ID, $container, nodeP.children[0], parent_infoP, paramsP, jobNoP, null, 0, null, nodeP, null, $root_container);
31991
+ // }
31992
31992
 
31993
31993
  if (!val.value) {
31994
31994
  val.value = '_empty_panel_program';
31995
31995
  }
31996
31996
 
31997
- // ret = await render_panel();
31997
+ ret = await render_panel();
31998
31998
 
31999
31999
  return ret;
32000
32000
  };
@@ -32061,7 +32061,6 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
32061
32061
  return ret;
32062
32062
  },
32063
32063
  'xu-ref': async function ($elm, val) {
32064
- return {};
32065
32064
  let ret = await common_fx['xu-ref']($container, val, $container.data().xuData.xuPanelData.xuData.paramsP.dsSessionP);
32066
32065
  return ret;
32067
32066
  },
@@ -34248,20 +34247,21 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
34248
34247
  var $wrapper = $('<div>');
34249
34248
  $div = func.UI.screen.create_container(SESSION_ID, $root_container, nodeP, $container, paramsP, parent_infoP, jobNoP, keyP, parent_nodeP, prop, null, null, null, $wrapper, '');
34250
34249
 
34251
- let ret = await func.UI.screen.set_attributes_new(SESSION_ID, is_skeleton, $root_container, nodeP, $container, paramsP, parent_infoP, jobNoP, keyP, parent_nodeP, $div.clone(true), true, undefined, refreshed_ds);
34252
- if (ret.abort) {
34253
- // // program null
34254
- // if (ret.program_null) {
34255
- // return render_screen_type($div);
34256
- // }
34250
+ // let ret = await func.UI.screen.set_attributes_new(SESSION_ID, is_skeleton, $root_container, nodeP, $container, paramsP, parent_infoP, jobNoP, keyP, parent_nodeP, $div.clone(true), true, undefined, refreshed_ds);
34251
+ // if (ret.abort) {
34252
+ // // render N
34253
+ // return (ret.$new_div = $('<template>').append($div));
34254
+ // }
34255
+
34256
+ // let ret_done = await done(ret.$new_div);
34257
34257
 
34258
- // render N
34259
- return (ret.$new_div = $('<template>').append($div));
34258
+ // return ret_done;
34260
34259
 
34261
- // ret.$new_div = $("<template>").append($div);
34260
+ ////// render default children tree
34261
+ if (nodeP.children.length) {
34262
+ const default_children_ret = await func.UI.screen.render_ui_tree(SESSION_ID, $container, nodeP.children[0], parent_infoP, paramsP, jobNoP, null, 0, null, nodeP, null, $root_container);
34263
+ debugger;
34262
34264
  }
34263
- let ret_done = await done(ret.$new_div);
34264
- return ret_done;
34265
34265
  },
34266
34266
  };
34267
34267