@xuda.io/runtime-bundle 1.0.1113 → 1.0.1115

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.
@@ -33339,10 +33339,6 @@ func.UI.screen.create_container = async function (SESSION_ID, $root_container, n
33339
33339
 
33340
33340
  var $div;
33341
33341
 
33342
- if (is_placeholder) {
33343
- $div.addClass('display_none');
33344
- }
33345
-
33346
33342
  if (div === 'svg') {
33347
33343
  const draw_svg = function (element) {
33348
33344
  const get_tag_str = function (element, prop, val) {
@@ -33439,6 +33435,9 @@ func.UI.screen.create_container = async function (SESSION_ID, $root_container, n
33439
33435
  },
33440
33436
  xuAttributes: {},
33441
33437
  });
33438
+ if (is_placeholder) {
33439
+ $div.addClass('display_none');
33440
+ }
33442
33441
 
33443
33442
  if (div_typeP !== 'svg') {
33444
33443
  $div.appendTo($appendTo);
@@ -34632,7 +34631,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
34632
34631
  if (!element || element === 'script') return await done();
34633
34632
  let str = '';
34634
34633
 
34635
- var temp_$div = await func.UI.screen.create_container(SESSION_ID, $root_container, nodeP, $container, paramsP, parent_infoP, jobNoP, keyP, parent_nodeP, prop, null, null, element, null, str);
34634
+ var temp_$div = await func.UI.screen.create_container(SESSION_ID, $root_container, nodeP, $container, paramsP, parent_infoP, jobNoP, keyP, parent_nodeP, prop, null, null, element, null, str, true);
34636
34635
 
34637
34636
  let temp_$container = $('<tmp>').data('xuData', $container.data().xuData);
34638
34637
  let $div = temp_$div.clone(true);