@xuda.io/runtime-bundle 1.0.803 → 1.0.804
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
|
@@ -8743,7 +8743,7 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
|
|
|
8743
8743
|
return func.UI.worker.delete_job(SESSION_ID, queue_obj.job_num);
|
|
8744
8744
|
},
|
|
8745
8745
|
render_viewport: async function () {
|
|
8746
|
-
const { nodeP, $divP, parent_infoP, $root_container, jobNoP, is_skeleton } = queue_obj?.paramsP || {};
|
|
8746
|
+
const { nodeP, $divP, parent_infoP, $root_container, jobNoP, is_skeleton, paramsP } = queue_obj?.paramsP || {};
|
|
8747
8747
|
if (nodeP?.children?.length) {
|
|
8748
8748
|
for await (const [key, val] of Object.entries(nodeP.children)) {
|
|
8749
8749
|
const ret = await func.UI.screen.render_ui_tree(SESSION_ID, $divP, nodeP.children[key], parent_infoP, paramsP, jobNoP, is_skeleton, Number(key), null, nodeP, null, $root_container);
|
|
@@ -8744,7 +8744,7 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
|
|
|
8744
8744
|
return func.UI.worker.delete_job(SESSION_ID, queue_obj.job_num);
|
|
8745
8745
|
},
|
|
8746
8746
|
render_viewport: async function () {
|
|
8747
|
-
const { nodeP, $divP, parent_infoP, $root_container, jobNoP, is_skeleton } = queue_obj?.paramsP || {};
|
|
8747
|
+
const { nodeP, $divP, parent_infoP, $root_container, jobNoP, is_skeleton, paramsP } = queue_obj?.paramsP || {};
|
|
8748
8748
|
if (nodeP?.children?.length) {
|
|
8749
8749
|
for await (const [key, val] of Object.entries(nodeP.children)) {
|
|
8750
8750
|
const ret = await func.UI.screen.render_ui_tree(SESSION_ID, $divP, nodeP.children[key], parent_infoP, paramsP, jobNoP, is_skeleton, Number(key), null, nodeP, null, $root_container);
|