@xuda.io/runtime-bundle 1.0.591 → 1.0.592

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.
@@ -12015,9 +12015,9 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
12015
12015
 
12016
12016
  var found, refresh_reason, refresh_details;
12017
12017
  if (fields_changed_arr) {
12018
- if (fields_changed_datasource && panel_val._ds.dsSession < Number(fields_changed_datasource)) {
12019
- continue;
12020
- }
12018
+ // if (fields_changed_datasource && panel_val._ds.dsSession < Number(fields_changed_datasource)) {
12019
+ // continue;
12020
+ // }
12021
12021
  for (const field_id of fields_changed_arr) {
12022
12022
  // get panel attributes
12023
12023
  const _attributes = panel_val?.panelXuAttributes || {};
@@ -9747,9 +9747,9 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
9747
9747
 
9748
9748
  var found, refresh_reason, refresh_details;
9749
9749
  if (fields_changed_arr) {
9750
- if (fields_changed_datasource && panel_val._ds.dsSession < Number(fields_changed_datasource)) {
9751
- continue;
9752
- }
9750
+ // if (fields_changed_datasource && panel_val._ds.dsSession < Number(fields_changed_datasource)) {
9751
+ // continue;
9752
+ // }
9753
9753
  for (const field_id of fields_changed_arr) {
9754
9754
  // get panel attributes
9755
9755
  const _attributes = panel_val?.panelXuAttributes || {};