@xuda.io/runtime-bundle 1.0.494 → 1.0.496
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,13 @@ 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
|
-
|
|
31831
|
-
// .parent()
|
|
31832
|
-
// .parent()
|
|
31833
|
-
// .find("[xu-ui-id='" + parent_element_ui_id + "']");
|
|
31830
|
+
if (_.isEmpty(wrapper_data)) continue;
|
|
31834
31831
|
|
|
31835
|
-
// restore original panel
|
|
31836
31832
|
try {
|
|
31837
|
-
// const
|
|
31838
|
-
const panelDivData = panel_val.$panel_div.data().xuPanelWrapper.panelDivData;
|
|
31833
|
+
// const panelDivData = panel_val.$panel_div.data().xuPanelWrapper.panelDivData;
|
|
31839
31834
|
const new_$div = await func.UI.screen.render_ui_tree(
|
|
31840
31835
|
SESSION_ID,
|
|
31841
31836
|
$div_elm, // the wrapper
|