@xuda.io/runtime-bundle 1.0.830 → 1.0.831
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
|
@@ -8758,7 +8758,7 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
|
|
|
8758
8758
|
render_viewport: async function () {
|
|
8759
8759
|
const { nodeP, $div, parent_infoP, $root_container, jobNoP, is_skeleton, paramsP, $container } = queue_obj?.paramsP || {};
|
|
8760
8760
|
if (nodeP?.children?.length) {
|
|
8761
|
-
func.UI.screen.hover_in(SESSION_ID, $div, $container, paramsP, is_skeleton);
|
|
8761
|
+
// func.UI.screen.hover_in(SESSION_ID, $div, $container, paramsP, is_skeleton);
|
|
8762
8762
|
// setTimeout(async () => {
|
|
8763
8763
|
for await (const [key, val] of Object.entries(nodeP.children)) {
|
|
8764
8764
|
const ret = await func.UI.screen.render_ui_tree(SESSION_ID, $div, nodeP.children[key], parent_infoP, paramsP, jobNoP, is_skeleton, Number(key), null, nodeP, null, $root_container);
|
|
@@ -8766,9 +8766,9 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
|
|
|
8766
8766
|
// return func.UI.worker.delete_job(SESSION_ID, queue_obj.job_num);
|
|
8767
8767
|
// }, 1000);
|
|
8768
8768
|
}
|
|
8769
|
-
setTimeout(async () => {
|
|
8770
|
-
|
|
8771
|
-
}, 10000);
|
|
8769
|
+
// setTimeout(async () => {
|
|
8770
|
+
return func.UI.worker.delete_job(SESSION_ID, queue_obj.job_num);
|
|
8771
|
+
// }, 10000);
|
|
8772
8772
|
},
|
|
8773
8773
|
};
|
|
8774
8774
|
|
|
@@ -8759,7 +8759,7 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
|
|
|
8759
8759
|
render_viewport: async function () {
|
|
8760
8760
|
const { nodeP, $div, parent_infoP, $root_container, jobNoP, is_skeleton, paramsP, $container } = queue_obj?.paramsP || {};
|
|
8761
8761
|
if (nodeP?.children?.length) {
|
|
8762
|
-
func.UI.screen.hover_in(SESSION_ID, $div, $container, paramsP, is_skeleton);
|
|
8762
|
+
// func.UI.screen.hover_in(SESSION_ID, $div, $container, paramsP, is_skeleton);
|
|
8763
8763
|
// setTimeout(async () => {
|
|
8764
8764
|
for await (const [key, val] of Object.entries(nodeP.children)) {
|
|
8765
8765
|
const ret = await func.UI.screen.render_ui_tree(SESSION_ID, $div, nodeP.children[key], parent_infoP, paramsP, jobNoP, is_skeleton, Number(key), null, nodeP, null, $root_container);
|
|
@@ -8767,9 +8767,9 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
|
|
|
8767
8767
|
// return func.UI.worker.delete_job(SESSION_ID, queue_obj.job_num);
|
|
8768
8768
|
// }, 1000);
|
|
8769
8769
|
}
|
|
8770
|
-
setTimeout(async () => {
|
|
8771
|
-
|
|
8772
|
-
}, 10000);
|
|
8770
|
+
// setTimeout(async () => {
|
|
8771
|
+
return func.UI.worker.delete_job(SESSION_ID, queue_obj.job_num);
|
|
8772
|
+
// }, 10000);
|
|
8773
8773
|
},
|
|
8774
8774
|
};
|
|
8775
8775
|
|