@xuda.io/runtime-bundle 1.0.432 → 1.0.434
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.
|
@@ -31781,7 +31781,7 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
31781
31781
|
if (found) break;
|
|
31782
31782
|
|
|
31783
31783
|
// found = find_field_in_progUi(prog_doc.progUi, parameter_in_field_id, 'xu-for');
|
|
31784
|
-
found = func.UI.find_field_in_progUi_attributes(prog_doc.progUi, parameter_in_field_id, 'xu-for').length;
|
|
31784
|
+
found = func.UI.find_field_in_progUi_attributes(panel_val.prog_doc.progUi, parameter_in_field_id, 'xu-for').length;
|
|
31785
31785
|
if (found) break;
|
|
31786
31786
|
}
|
|
31787
31787
|
}
|
|
@@ -31791,6 +31791,9 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
31791
31791
|
// search field changed in the target program's progDataSource // @code
|
|
31792
31792
|
found = progDataSource_str?.includes('@' + field_id);
|
|
31793
31793
|
if (found) break;
|
|
31794
|
+
|
|
31795
|
+
found = func.UI.find_field_in_progUi_attributes(panel_val.prog_doc.progUi, field_id, 'xu-for').length;
|
|
31796
|
+
if (found) break;
|
|
31794
31797
|
}
|
|
31795
31798
|
}
|
|
31796
31799
|
|
|
@@ -31800,10 +31803,11 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
31800
31803
|
}
|
|
31801
31804
|
}
|
|
31802
31805
|
if (found) {
|
|
31803
|
-
|
|
31804
|
-
|
|
31805
|
-
|
|
31806
|
-
|
|
31806
|
+
const $div_elm = panel_val.$panel_div;
|
|
31807
|
+
// var $div_elm = panel_val.$div
|
|
31808
|
+
// .parent()
|
|
31809
|
+
// .parent()
|
|
31810
|
+
// .find("[xu-ui-id='" + parent_element_ui_id + "']");
|
|
31807
31811
|
|
|
31808
31812
|
// restore original panel
|
|
31809
31813
|
try {
|