@xuda.io/runtime-bundle 1.0.1119 → 1.0.1121

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.
@@ -24638,7 +24638,7 @@ func.common.sha256 = async function (str) {
24638
24638
  return [...bytes].map((b) => b.toString(16).padStart(2, '0')).join('');
24639
24639
  };
24640
24640
 
24641
- glb.new_xu_render = true;
24641
+ glb.new_xu_render = false;
24642
24642
  glb.DEBUG_INFO_OBJ = {};
24643
24643
  // var CONNECTION_ATTEMPTS = 0;
24644
24644
  glb.APP_INFO = {};
@@ -32453,9 +32453,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
32453
32453
  /////////// !value ///////////
32454
32454
 
32455
32455
  const xu_ui_id = $elm.attr('xu-ui-id');
32456
- // if (!UI_WORKER_OBJ.xu_render_cache[xu_ui_id]) {
32457
- // UI_WORKER_OBJ.xu_render_cache[xu_ui_id] = {};
32458
- // }
32456
+
32459
32457
  const cache_str = await get_xu_render_cache_str(SESSION_ID, paramsP.dsSessionP, Object.keys($elm.data()?.xuData?.attr_exp_info?.['xu-render']?.fields || {}));
32460
32458
  const _$div = $elm.clone(true);
32461
32459
  UI_WORKER_OBJ.xu_render_cache[xu_ui_id + cache_str] = { $div: _$div, data: _$div.data(), paramsP };
@@ -33641,10 +33639,6 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
33641
33639
  // debugger;
33642
33640
  }
33643
33641
 
33644
- ///////////
33645
- if (glb.new_xu_render) {
33646
- }
33647
-
33648
33642
  ///////////
33649
33643
  var is_mobile = glb.MOBILE_ARR.includes(paramsP.screenInfo.properties?.menuType) ? true : false;
33650
33644
 
@@ -34491,7 +34485,8 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
34491
34485
  });
34492
34486
  }
34493
34487
 
34494
- let ret = await func.UI.screen.set_attributes_new(SESSION_ID, is_skeleton, $container, nodeP, $div, paramsP, parent_infoP, jobNoP, keyP, parent_nodeP, $div, true);
34488
+ // let ret = await func.UI.screen.set_attributes_new(SESSION_ID, is_skeleton, $container, nodeP, $div, paramsP, parent_infoP, jobNoP, keyP, parent_nodeP, $div, true);
34489
+ 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, true);
34495
34490
  if (ret.abort || nodeP.tagName === 'svg' || !_.isEmpty(nodeP?.attributes?.['xu-text']) || !_.isEmpty(nodeP?.attributes?.['xu-html']) || !_.isEmpty(nodeP?.attributes?.['xu-exp:xu-text']) || !_.isEmpty(nodeP?.attributes?.['xu-exp:xu-html'])) {
34496
34491
  return await done(ret);
34497
34492
  }