@xuda.io/runtime-bundle 1.0.1442 → 1.0.1443

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.
@@ -13963,24 +13963,20 @@ func.runtime.ui.init_screen = async function (options) {
13963
13963
  }
13964
13964
  let node = structuredClone(viewDoc.progUi);
13965
13965
  if (!node.length) return console.warn('ui node empty');
13966
- const root_tree = await func.runtime.render.build_tree({
13966
+ const ret_render_$container = await func.runtime.render.render_ui_tree(
13967
13967
  SESSION_ID,
13968
- nodeP: node[0],
13969
- paramsP: params,
13970
- });
13971
- const ret_render_$container = await func.runtime.render.render_tree(root_tree, {
13972
- SESSION_ID,
13973
- $container: $rootFrame,
13974
- parent_infoP: null,
13975
- paramsP: params,
13968
+ $rootFrame,
13969
+ node[0],
13970
+ null,
13971
+ params,
13976
13972
  jobNoP,
13977
- is_skeleton: null,
13978
- keyP: null,
13979
- refreshed_ds: null,
13980
- parent_nodeP: null,
13981
- check_existP: null,
13982
- $root_container: $rootFrame,
13983
- });
13973
+ null,
13974
+ null,
13975
+ null,
13976
+ null,
13977
+ null,
13978
+ $rootFrame,
13979
+ );
13984
13980
 
13985
13981
  if (!is_panelP) func.UI.utils.indicator.screen.normal();
13986
13982