@xuda.io/runtime-bundle 1.0.1122 → 1.0.1124

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.
@@ -12561,7 +12561,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
12561
12561
  if (!value) {
12562
12562
  var cloned_$div = $elm.clone(true);
12563
12563
 
12564
- let $xurender = $('<xurender>').attr('xu-ui-id', $elm.attr('xu-ui-id')).attr('hidden', true).appendTo($container).hide();
12564
+ let $xurender = $('<xurender>').attr('xu-ui-id', $elm.attr('xu-ui-id')).attr('hidden', true).appendTo($container); //.hide();
12565
12565
  let original_data_obj = {
12566
12566
  $container: cloned_$div,
12567
12567
  nodeP: _.cloneDeep(nodeP),
@@ -12575,7 +12575,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
12575
12575
  $xurender.data().xuData.original_data_obj = original_data_obj;
12576
12576
  $xurender.data().xuData.xurender_node = cloned_$div;
12577
12577
  $xurender.data().xuAttributes = nodeP.attributes || {};
12578
- $xurender.hide();
12578
+ // $xurender.hide();
12579
12579
 
12580
12580
  $elm.remove();
12581
12581
  return { abort: true };
@@ -10286,7 +10286,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
10286
10286
  if (!value) {
10287
10287
  var cloned_$div = $elm.clone(true);
10288
10288
 
10289
- let $xurender = $('<xurender>').attr('xu-ui-id', $elm.attr('xu-ui-id')).attr('hidden', true).appendTo($container).hide();
10289
+ let $xurender = $('<xurender>').attr('xu-ui-id', $elm.attr('xu-ui-id')).attr('hidden', true).appendTo($container); //.hide();
10290
10290
  let original_data_obj = {
10291
10291
  $container: cloned_$div,
10292
10292
  nodeP: _.cloneDeep(nodeP),
@@ -10300,7 +10300,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
10300
10300
  $xurender.data().xuData.original_data_obj = original_data_obj;
10301
10301
  $xurender.data().xuData.xurender_node = cloned_$div;
10302
10302
  $xurender.data().xuAttributes = nodeP.attributes || {};
10303
- $xurender.hide();
10303
+ // $xurender.hide();
10304
10304
 
10305
10305
  $elm.remove();
10306
10306
  return { abort: true };