@xuda.io/runtime-bundle 1.0.495 → 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.
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -12130,6 +12130,8 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
12130
12130
|
const $div_elm = panel_val.$panel_div;
|
|
12131
12131
|
const wrapper_data = $div_elm.data();
|
|
12132
12132
|
|
|
12133
|
+
if (_.isEmpty(wrapper_data)) continue;
|
|
12134
|
+
|
|
12133
12135
|
try {
|
|
12134
12136
|
// const panelDivData = panel_val.$panel_div.data().xuPanelWrapper.panelDivData;
|
|
12135
12137
|
const new_$div = await func.UI.screen.render_ui_tree(
|
|
@@ -9868,6 +9868,8 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
9868
9868
|
const $div_elm = panel_val.$panel_div;
|
|
9869
9869
|
const wrapper_data = $div_elm.data();
|
|
9870
9870
|
|
|
9871
|
+
if (_.isEmpty(wrapper_data)) continue;
|
|
9872
|
+
|
|
9871
9873
|
try {
|
|
9872
9874
|
// const panelDivData = panel_val.$panel_div.data().xuPanelWrapper.panelDivData;
|
|
9873
9875
|
const new_$div = await func.UI.screen.render_ui_tree(
|