@xuda.io/runtime-bundle 1.0.1015 → 1.0.1016

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.
@@ -32270,7 +32270,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
32270
32270
  var value = await func.common.get_cast_val(SESSION_ID, 'common fx', 'xu-render', 'bool', val.value);
32271
32271
  const init_render = async function () {
32272
32272
  if (!value) {
32273
- var cloned_$div = $elm.clone(true);
32273
+ const cloned_$div = $elm.clone(true);
32274
32274
 
32275
32275
  const xu_ui_id = await generate_xu_ui_id(SESSION_ID, nodeP, $container, paramsP, keyP);
32276
32276
 
@@ -32398,11 +32398,22 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
32398
32398
  xuAttributes: $elm.data().xuAttributes || {},
32399
32399
  xuData: $elm.data().xuData || {},
32400
32400
  });
32401
- const original_data_obj = {
32402
- nodeP: _.cloneDeep($elm.data().xuData.node_org),
32403
- paramsP: $elm.data().xuData.paramsP,
32404
- $container: $elm.clone(true),
32405
- parent_infoP: parent_infoP,
32401
+ // const original_data_obj = {
32402
+ // nodeP: _.cloneDeep($elm.data().xuData.node_org),
32403
+ // paramsP: $elm.data().xuData.paramsP,
32404
+ // $container: $elm.clone(true),
32405
+ // parent_infoP: parent_infoP,
32406
+ // };
32407
+ const cloned_$div = $elm.clone(true);
32408
+ let original_data_obj = {
32409
+ force_render: false,
32410
+ $container: cloned_$div,
32411
+ nodeP: _.cloneDeep(cloned_$div.data().xuData.node_org),
32412
+ parent_infoP,
32413
+ paramsP,
32414
+ keyP,
32415
+ parent_nodeP,
32416
+ $root_container,
32406
32417
  };
32407
32418
 
32408
32419
  $xurender.data().xuData.original_data_obj = original_data_obj;