@xuda.io/runtime-bundle 1.0.1160 → 1.0.1162
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
|
@@ -8833,7 +8833,8 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
|
|
|
8833
8833
|
return func.UI.worker.delete_job(SESSION_ID, queue_obj.job_num);
|
|
8834
8834
|
}
|
|
8835
8835
|
|
|
8836
|
-
$elm.empty();
|
|
8836
|
+
// $elm.empty();
|
|
8837
|
+
$elm.remove();
|
|
8837
8838
|
|
|
8838
8839
|
// $.each($elm.children(), (key, val) => {
|
|
8839
8840
|
// if (!$(val)?.data()?.xuData) return true;
|
|
@@ -8844,7 +8845,7 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
|
|
|
8844
8845
|
// });
|
|
8845
8846
|
|
|
8846
8847
|
let _data = queue_obj.paramsP.elem_val.$elm.data();
|
|
8847
|
-
const node_to_render = _data.node; //_data.xuData.node_org.children?.find((e) => e.id === queue_obj?.paramsP?.xu_for_item_id);
|
|
8848
|
+
const node_to_render = _data.xuData.node; //_data.xuData.node_org.children?.find((e) => e.id === queue_obj?.paramsP?.xu_for_item_id);
|
|
8848
8849
|
await func.UI.screen.render_ui_tree(queue_obj.paramsP.SESSION_ID, queue_obj.paramsP.elem_val.$elm, node_to_render, null, _data.xuData.paramsP, queue_obj.jobNoP, null, _data.xuData.key, null, _data.xuData.parent_node, null, _data.xuData.$root_container);
|
|
8849
8850
|
} catch (error) {}
|
|
8850
8851
|
return func.UI.worker.delete_job(SESSION_ID, queue_obj.job_num);
|
|
@@ -8834,7 +8834,8 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
|
|
|
8834
8834
|
return func.UI.worker.delete_job(SESSION_ID, queue_obj.job_num);
|
|
8835
8835
|
}
|
|
8836
8836
|
|
|
8837
|
-
$elm.empty();
|
|
8837
|
+
// $elm.empty();
|
|
8838
|
+
$elm.remove();
|
|
8838
8839
|
|
|
8839
8840
|
// $.each($elm.children(), (key, val) => {
|
|
8840
8841
|
// if (!$(val)?.data()?.xuData) return true;
|
|
@@ -8845,7 +8846,7 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
|
|
|
8845
8846
|
// });
|
|
8846
8847
|
|
|
8847
8848
|
let _data = queue_obj.paramsP.elem_val.$elm.data();
|
|
8848
|
-
const node_to_render = _data.node; //_data.xuData.node_org.children?.find((e) => e.id === queue_obj?.paramsP?.xu_for_item_id);
|
|
8849
|
+
const node_to_render = _data.xuData.node; //_data.xuData.node_org.children?.find((e) => e.id === queue_obj?.paramsP?.xu_for_item_id);
|
|
8849
8850
|
await func.UI.screen.render_ui_tree(queue_obj.paramsP.SESSION_ID, queue_obj.paramsP.elem_val.$elm, node_to_render, null, _data.xuData.paramsP, queue_obj.jobNoP, null, _data.xuData.key, null, _data.xuData.parent_node, null, _data.xuData.$root_container);
|
|
8850
8851
|
} catch (error) {}
|
|
8851
8852
|
return func.UI.worker.delete_job(SESSION_ID, queue_obj.job_num);
|