@xuda.io/runtime-bundle 1.0.494 → 1.0.495
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.
|
@@ -31824,18 +31824,11 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
31824
31824
|
}
|
|
31825
31825
|
}
|
|
31826
31826
|
if (found) {
|
|
31827
|
-
const $div_elm = panel_val.$panel_div;
|
|
31827
|
+
const $div_elm = panel_val.$panel_div;
|
|
31828
31828
|
const wrapper_data = $div_elm.data();
|
|
31829
31829
|
|
|
31830
|
-
// var $div_elm = panel_val.$div
|
|
31831
|
-
// .parent()
|
|
31832
|
-
// .parent()
|
|
31833
|
-
// .find("[xu-ui-id='" + parent_element_ui_id + "']");
|
|
31834
|
-
|
|
31835
|
-
// restore original panel
|
|
31836
31830
|
try {
|
|
31837
|
-
// const
|
|
31838
|
-
const panelDivData = panel_val.$panel_div.data().xuPanelWrapper.panelDivData;
|
|
31831
|
+
// const panelDivData = panel_val.$panel_div.data().xuPanelWrapper.panelDivData;
|
|
31839
31832
|
const new_$div = await func.UI.screen.render_ui_tree(
|
|
31840
31833
|
SESSION_ID,
|
|
31841
31834
|
$div_elm, // the wrapper
|