@xuda.io/runtime-bundle 1.0.528 → 1.0.530
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-bundle.js +2 -2
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +2 -2
- package/js/xuda-runtime-slim.min.es.js +2 -2
- package/js/xuda-runtime-slim.min.js +1 -1
- package/js/xuda_worker.js +33 -57
- package/js/xuda_worker.min.js +1 -1
- package/package.json +1 -1
|
@@ -32616,7 +32616,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
32616
32616
|
if (!value) {
|
|
32617
32617
|
var cloned_$div = $elm.clone(true);
|
|
32618
32618
|
|
|
32619
|
-
let $xurender = $('<xurender>').appendTo($container).hide();
|
|
32619
|
+
let $xurender = $('<xurender>').attr('xu-ui-id', nodeP.id).appendTo($container).hide();
|
|
32620
32620
|
let original_data_obj = {
|
|
32621
32621
|
$container: cloned_$div,
|
|
32622
32622
|
nodeP: _.cloneDeep(nodeP),
|
|
@@ -32696,7 +32696,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
32696
32696
|
|
|
32697
32697
|
let tmp_$div = $('<div>');
|
|
32698
32698
|
|
|
32699
|
-
let $xurender = $('<xurender>').appendTo(tmp_$div).hide();
|
|
32699
|
+
let $xurender = $('<xurender>').attr('xu-ui-id', $elm.data().xuData.nodeP.id).appendTo(tmp_$div).hide();
|
|
32700
32700
|
// was true before
|
|
32701
32701
|
if ($elm.data().xuData.xurender_node) {
|
|
32702
32702
|
$xurender.data({
|