@xuda.io/runtime-bundle 1.0.450 → 1.0.452
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
|
@@ -11721,7 +11721,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
11721
11721
|
func.events.delete_job(SESSION_ID, jobNoP);
|
|
11722
11722
|
};
|
|
11723
11723
|
|
|
11724
|
-
func.UI.screen.
|
|
11724
|
+
func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr, datasource_changed, fields_changed_datasource) {
|
|
11725
11725
|
const panels_obj = await func.UI.utils.get_panels_wrapper_from_dom(SESSION_ID, $(SESSION_OBJ[SESSION_ID].root_element), false);
|
|
11726
11726
|
|
|
11727
11727
|
for await (const [parent_element_ui_id, panel_val] of Object.entries(panels_obj)) {
|
|
@@ -11783,6 +11783,7 @@ func.UI.screen.refresh_screen2 = async function (SESSION_ID, fields_changed_arr,
|
|
|
11783
11783
|
if (found) {
|
|
11784
11784
|
const $div_elm = panel_val.$panel_div; //.parent().find("[xu-ui-id='" + parent_element_ui_id + "']");
|
|
11785
11785
|
const wrapper_data = $div_elm.data();
|
|
11786
|
+
|
|
11786
11787
|
// var $div_elm = panel_val.$div
|
|
11787
11788
|
// .parent()
|
|
11788
11789
|
// .parent()
|
|
@@ -11819,7 +11820,7 @@ func.UI.screen.refresh_screen2 = async function (SESSION_ID, fields_changed_arr,
|
|
|
11819
11820
|
}
|
|
11820
11821
|
};
|
|
11821
11822
|
|
|
11822
|
-
func.UI.screen.
|
|
11823
|
+
func.UI.screen.refresh_screen2 = async function (SESSION_ID, fields_changed_arr, datasource_changed, fields_changed_datasource) {
|
|
11823
11824
|
// const $elm = func.UI.utils.find_in_element_data('xuPanelData', $(SESSION_OBJ[SESSION_ID].root_element), 'parent_element_ui_id');
|
|
11824
11825
|
|
|
11825
11826
|
const panels_obj = func.UI.utils.get_panels_from_dom(SESSION_ID, false);
|
|
@@ -9794,7 +9794,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
9794
9794
|
func.events.delete_job(SESSION_ID, jobNoP);
|
|
9795
9795
|
};
|
|
9796
9796
|
|
|
9797
|
-
func.UI.screen.
|
|
9797
|
+
func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr, datasource_changed, fields_changed_datasource) {
|
|
9798
9798
|
const panels_obj = await func.UI.utils.get_panels_wrapper_from_dom(SESSION_ID, $(SESSION_OBJ[SESSION_ID].root_element), false);
|
|
9799
9799
|
|
|
9800
9800
|
for await (const [parent_element_ui_id, panel_val] of Object.entries(panels_obj)) {
|
|
@@ -9856,6 +9856,7 @@ func.UI.screen.refresh_screen2 = async function (SESSION_ID, fields_changed_arr,
|
|
|
9856
9856
|
if (found) {
|
|
9857
9857
|
const $div_elm = panel_val.$panel_div; //.parent().find("[xu-ui-id='" + parent_element_ui_id + "']");
|
|
9858
9858
|
const wrapper_data = $div_elm.data();
|
|
9859
|
+
|
|
9859
9860
|
// var $div_elm = panel_val.$div
|
|
9860
9861
|
// .parent()
|
|
9861
9862
|
// .parent()
|
|
@@ -9892,7 +9893,7 @@ func.UI.screen.refresh_screen2 = async function (SESSION_ID, fields_changed_arr,
|
|
|
9892
9893
|
}
|
|
9893
9894
|
};
|
|
9894
9895
|
|
|
9895
|
-
func.UI.screen.
|
|
9896
|
+
func.UI.screen.refresh_screen2 = async function (SESSION_ID, fields_changed_arr, datasource_changed, fields_changed_datasource) {
|
|
9896
9897
|
// const $elm = func.UI.utils.find_in_element_data('xuPanelData', $(SESSION_OBJ[SESSION_ID].root_element), 'parent_element_ui_id');
|
|
9897
9898
|
|
|
9898
9899
|
const panels_obj = func.UI.utils.get_panels_from_dom(SESSION_ID, false);
|