@xuda.io/runtime-bundle 1.0.1086 → 1.0.1087
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
|
@@ -14758,7 +14758,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
14758
14758
|
nodeP.xu_render_xu_ui_id = xu_ui_id;
|
|
14759
14759
|
nodeP.xu_render_cache_id = xu_render_cache_id;
|
|
14760
14760
|
if (ret.xu_render_background_processing) {
|
|
14761
|
-
$container.find(`[xu-ui-id="${xu_ui_id}"]`).remove;
|
|
14761
|
+
$container.find(`[xu-ui-id="${xu_ui_id}"]`).remove();
|
|
14762
14762
|
return $div;
|
|
14763
14763
|
} //else {
|
|
14764
14764
|
// $container.append(temp_$container.children());
|
|
@@ -14769,7 +14769,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
14769
14769
|
} else {
|
|
14770
14770
|
// $container.append(temp_$container.children());
|
|
14771
14771
|
if (ret.has_xu_render_attribute) {
|
|
14772
|
-
$container.find(`[xu-ui-id="${xu_ui_id}"]`).remove;
|
|
14772
|
+
$container.find(`[xu-ui-id="${xu_ui_id}"]`).remove();
|
|
14773
14773
|
}
|
|
14774
14774
|
return $div;
|
|
14775
14775
|
}
|
|
@@ -12483,7 +12483,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
12483
12483
|
nodeP.xu_render_xu_ui_id = xu_ui_id;
|
|
12484
12484
|
nodeP.xu_render_cache_id = xu_render_cache_id;
|
|
12485
12485
|
if (ret.xu_render_background_processing) {
|
|
12486
|
-
$container.find(`[xu-ui-id="${xu_ui_id}"]`).remove;
|
|
12486
|
+
$container.find(`[xu-ui-id="${xu_ui_id}"]`).remove();
|
|
12487
12487
|
return $div;
|
|
12488
12488
|
} //else {
|
|
12489
12489
|
// $container.append(temp_$container.children());
|
|
@@ -12494,7 +12494,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
12494
12494
|
} else {
|
|
12495
12495
|
// $container.append(temp_$container.children());
|
|
12496
12496
|
if (ret.has_xu_render_attribute) {
|
|
12497
|
-
$container.find(`[xu-ui-id="${xu_ui_id}"]`).remove;
|
|
12497
|
+
$container.find(`[xu-ui-id="${xu_ui_id}"]`).remove();
|
|
12498
12498
|
}
|
|
12499
12499
|
return $div;
|
|
12500
12500
|
}
|