@xuda.io/runtime-bundle 1.0.703 → 1.0.704

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.
@@ -31882,7 +31882,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
31882
31882
  async function render_panel() {
31883
31883
  const prog_id = val.value?.prog || val.value;
31884
31884
  const params_obj = await get_params_obj_new(SESSION_ID, prog_id, nodeP, paramsP.dsSessionP);
31885
- let ret_panel = await func.UI.screen.init(SESSION_ID, prog_id, paramsP.screenId, _ds, $elm, null, _ds.currentRecordId, null, true, params_obj.param_res, 'initXu_panel', undefined, prog_id !== _ds.prog_id ? null : refreshed_ds, params_obj.param_raw);
31885
+ let ret_panel = await func.UI.screen.init(SESSION_ID, prog_id, paramsP.screenId, _ds, $elm, null, _ds.currentRecordId, null, true, params_obj.params_res, 'initXu_panel', undefined, prog_id !== _ds.prog_id ? null : refreshed_ds, params_obj.params_raw);
31886
31886
  ret = { $new_div: ret_panel };
31887
31887
  $container.data().xuData.xuPanelProps = $elm.data().xuAttributes;
31888
31888
  $container.data().xuData.xuPanelData = ret_panel.data();
@@ -31932,7 +31932,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
31932
31932
  var $wrapper = $('<div>');
31933
31933
  var $div = func.UI.screen.create_container(SESSION_ID, $root_container, nodeP, $container, paramsP, parent_infoP, jobNoP, keyP, parent_nodeP, nodeP.attributes, null, null, null, $wrapper, '');
31934
31934
  const params_obj = await get_params_obj_new(SESSION_ID, program, nodeP, paramsP.dsSessionP);
31935
- let ret_init = await func.UI.screen.init(SESSION_ID, program, paramsP.screenId, _ds, $div, null, _ds.currentRecordId, jobNoP, true, params_obj.param_res, 'alterXu_panel', undefined, undefined, params_obj.param_raw);
31935
+ let ret_init = await func.UI.screen.init(SESSION_ID, program, paramsP.screenId, _ds, $div, null, _ds.currentRecordId, jobNoP, true, params_obj.params_res, 'alterXu_panel', undefined, undefined, params_obj.params_raw);
31936
31936
  ret = {
31937
31937
  $new_div: ret_init,
31938
31938
  abort: true,