@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.
@@ -12586,7 +12586,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
12586
12586
  var value = await func.common.get_cast_val(SESSION_ID, 'common fx', 'xu-render', 'bool', val.value);
12587
12587
  const init_render = async function () {
12588
12588
  if (!value) {
12589
- var cloned_$div = $elm.clone(true);
12589
+ const cloned_$div = $elm.clone(true);
12590
12590
 
12591
12591
  const xu_ui_id = await generate_xu_ui_id(SESSION_ID, nodeP, $container, paramsP, keyP);
12592
12592
 
@@ -12714,11 +12714,22 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
12714
12714
  xuAttributes: $elm.data().xuAttributes || {},
12715
12715
  xuData: $elm.data().xuData || {},
12716
12716
  });
12717
- const original_data_obj = {
12718
- nodeP: _.cloneDeep($elm.data().xuData.node_org),
12719
- paramsP: $elm.data().xuData.paramsP,
12720
- $container: $elm.clone(true),
12721
- parent_infoP: parent_infoP,
12717
+ // const original_data_obj = {
12718
+ // nodeP: _.cloneDeep($elm.data().xuData.node_org),
12719
+ // paramsP: $elm.data().xuData.paramsP,
12720
+ // $container: $elm.clone(true),
12721
+ // parent_infoP: parent_infoP,
12722
+ // };
12723
+ const cloned_$div = $elm.clone(true);
12724
+ let original_data_obj = {
12725
+ force_render: false,
12726
+ $container: cloned_$div,
12727
+ nodeP: _.cloneDeep(cloned_$div.data().xuData.node_org),
12728
+ parent_infoP,
12729
+ paramsP,
12730
+ keyP,
12731
+ parent_nodeP,
12732
+ $root_container,
12722
12733
  };
12723
12734
 
12724
12735
  $xurender.data().xuData.original_data_obj = original_data_obj;
@@ -10311,7 +10311,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
10311
10311
  var value = await func.common.get_cast_val(SESSION_ID, 'common fx', 'xu-render', 'bool', val.value);
10312
10312
  const init_render = async function () {
10313
10313
  if (!value) {
10314
- var cloned_$div = $elm.clone(true);
10314
+ const cloned_$div = $elm.clone(true);
10315
10315
 
10316
10316
  const xu_ui_id = await generate_xu_ui_id(SESSION_ID, nodeP, $container, paramsP, keyP);
10317
10317
 
@@ -10439,11 +10439,22 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
10439
10439
  xuAttributes: $elm.data().xuAttributes || {},
10440
10440
  xuData: $elm.data().xuData || {},
10441
10441
  });
10442
- const original_data_obj = {
10443
- nodeP: _.cloneDeep($elm.data().xuData.node_org),
10444
- paramsP: $elm.data().xuData.paramsP,
10445
- $container: $elm.clone(true),
10446
- parent_infoP: parent_infoP,
10442
+ // const original_data_obj = {
10443
+ // nodeP: _.cloneDeep($elm.data().xuData.node_org),
10444
+ // paramsP: $elm.data().xuData.paramsP,
10445
+ // $container: $elm.clone(true),
10446
+ // parent_infoP: parent_infoP,
10447
+ // };
10448
+ const cloned_$div = $elm.clone(true);
10449
+ let original_data_obj = {
10450
+ force_render: false,
10451
+ $container: cloned_$div,
10452
+ nodeP: _.cloneDeep(cloned_$div.data().xuData.node_org),
10453
+ parent_infoP,
10454
+ paramsP,
10455
+ keyP,
10456
+ parent_nodeP,
10457
+ $root_container,
10447
10458
  };
10448
10459
 
10449
10460
  $xurender.data().xuData.original_data_obj = original_data_obj;