@xuda.io/runtime-bundle 1.0.1113 → 1.0.1114
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.
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -14948,7 +14948,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
14948
14948
|
if (!element || element === 'script') return await done();
|
|
14949
14949
|
let str = '';
|
|
14950
14950
|
|
|
14951
|
-
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);
|
|
14951
|
+
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);
|
|
14952
14952
|
|
|
14953
14953
|
let temp_$container = $('<tmp>').data('xuData', $container.data().xuData);
|
|
14954
14954
|
let $div = temp_$div.clone(true);
|
|
@@ -12673,7 +12673,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
12673
12673
|
if (!element || element === 'script') return await done();
|
|
12674
12674
|
let str = '';
|
|
12675
12675
|
|
|
12676
|
-
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);
|
|
12676
|
+
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);
|
|
12677
12677
|
|
|
12678
12678
|
let temp_$container = $('<tmp>').data('xuData', $container.data().xuData);
|
|
12679
12679
|
let $div = temp_$div.clone(true);
|