@xuda.io/runtime-bundle 1.0.1171 → 1.0.1173
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/modules/xuda-studio-checker.min.mjs +1 -1
- package/js/modules/xuda-studio-checker.mjs +10 -1
- package/js/xuda-runtime-bundle.js +1 -1
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +1 -1
- package/js/xuda-runtime-slim.min.es.js +1 -1
- package/js/xuda-runtime-slim.min.js +1 -1
- package/package.json +1 -1
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -8846,7 +8846,7 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
|
|
|
8846
8846
|
const parent_id = $elm.parent().attr('xu-ui-id');
|
|
8847
8847
|
let _data = _$elm.data();
|
|
8848
8848
|
$elm.remove();
|
|
8849
|
-
const node_to_render = _data.xuData.
|
|
8849
|
+
const node_to_render = _data.xuData.node_org; //_data.xuData.node_org.children?.find((e) => e.id === queue_obj?.paramsP?.xu_for_item_id);
|
|
8850
8850
|
await func.UI.screen.render_ui_tree(queue_obj.paramsP.SESSION_ID, $(`[xu-ui-id="${parent_id}"]`), node_to_render, null, _data.xuData.paramsP, queue_obj.jobNoP, null, _data.xuData.key, null, _data.xuData.parent_node, null, _data.xuData.$root_container);
|
|
8851
8851
|
} catch (error) {}
|
|
8852
8852
|
return func.UI.worker.delete_job(SESSION_ID, queue_obj.job_num);
|
|
@@ -8847,7 +8847,7 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
|
|
|
8847
8847
|
const parent_id = $elm.parent().attr('xu-ui-id');
|
|
8848
8848
|
let _data = _$elm.data();
|
|
8849
8849
|
$elm.remove();
|
|
8850
|
-
const node_to_render = _data.xuData.
|
|
8850
|
+
const node_to_render = _data.xuData.node_org; //_data.xuData.node_org.children?.find((e) => e.id === queue_obj?.paramsP?.xu_for_item_id);
|
|
8851
8851
|
await func.UI.screen.render_ui_tree(queue_obj.paramsP.SESSION_ID, $(`[xu-ui-id="${parent_id}"]`), node_to_render, null, _data.xuData.paramsP, queue_obj.jobNoP, null, _data.xuData.key, null, _data.xuData.parent_node, null, _data.xuData.$root_container);
|
|
8852
8852
|
} catch (error) {}
|
|
8853
8853
|
return func.UI.worker.delete_job(SESSION_ID, queue_obj.job_num);
|