@xuda.io/runtime-bundle 1.0.458 → 1.0.460
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.
|
@@ -27844,7 +27844,7 @@ func.UI.utils.get_panels_wrapper_from_dom = async function (SESSION_ID, $xu_embe
|
|
|
27844
27844
|
|
|
27845
27845
|
let ids = [];
|
|
27846
27846
|
|
|
27847
|
-
$.each($panel_div.children, function (key, val) {
|
|
27847
|
+
$.each($panel_div.children(), function (key, val) {
|
|
27848
27848
|
if ($(val).data.xuPanelData) {
|
|
27849
27849
|
ids.push($(val).attr('xu-ui-id'));
|
|
27850
27850
|
}
|
|
@@ -31753,7 +31753,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
31753
31753
|
func.events.delete_job(SESSION_ID, jobNoP);
|
|
31754
31754
|
};
|
|
31755
31755
|
|
|
31756
|
-
func.UI.screen.
|
|
31756
|
+
func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr, datasource_changed, fields_changed_datasource) {
|
|
31757
31757
|
const panels_obj = await func.UI.utils.get_panels_wrapper_from_dom(SESSION_ID, $(SESSION_OBJ[SESSION_ID].root_element), false);
|
|
31758
31758
|
|
|
31759
31759
|
for await (const [parent_element_ui_id, panel_val] of Object.entries(panels_obj)) {
|
|
@@ -31852,7 +31852,7 @@ func.UI.screen.refresh_screen1 = async function (SESSION_ID, fields_changed_arr,
|
|
|
31852
31852
|
}
|
|
31853
31853
|
};
|
|
31854
31854
|
|
|
31855
|
-
func.UI.screen.
|
|
31855
|
+
func.UI.screen.refresh_screen2 = async function (SESSION_ID, fields_changed_arr, datasource_changed, fields_changed_datasource) {
|
|
31856
31856
|
// const $elm = func.UI.utils.find_in_element_data('xuPanelData', $(SESSION_OBJ[SESSION_ID].root_element), 'parent_element_ui_id');
|
|
31857
31857
|
|
|
31858
31858
|
const panels_obj = func.UI.utils.get_panels_from_dom(SESSION_ID, false);
|