@xuda.io/runtime-bundle 1.0.1020 → 1.0.1021
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
|
@@ -14760,7 +14760,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
14760
14760
|
if (!glb.new_xu_render) {
|
|
14761
14761
|
temp_$container = $container;
|
|
14762
14762
|
}
|
|
14763
|
-
const done = async function (ret) {
|
|
14763
|
+
const done = async function (ret = {}) {
|
|
14764
14764
|
if (glb.new_xu_render) {
|
|
14765
14765
|
if (ret.xu_render_in_process) {
|
|
14766
14766
|
debugger;
|
|
@@ -12485,7 +12485,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
12485
12485
|
if (!glb.new_xu_render) {
|
|
12486
12486
|
temp_$container = $container;
|
|
12487
12487
|
}
|
|
12488
|
-
const done = async function (ret) {
|
|
12488
|
+
const done = async function (ret = {}) {
|
|
12489
12489
|
if (glb.new_xu_render) {
|
|
12490
12490
|
if (ret.xu_render_in_process) {
|
|
12491
12491
|
debugger;
|