@xuda.io/runtime-bundle 1.0.1157 → 1.0.1159

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.
@@ -11732,7 +11732,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
11732
11732
 
11733
11733
  if (elem_val.attributes.includes('xu-exp:xu-for') || elem_val.attributes.includes('xu-for')) continue;
11734
11734
  if (elem_val.$elm.data().xuData.ui_type === 'xu-widget') {
11735
- add_execute_queue('execute_xu_all_attributes');
11735
+ add_execute_queue('execute_xu_widget');
11736
11736
  } else {
11737
11737
  add_execute_queue('execute_xu_all_attributes');
11738
11738
  }
@@ -9457,7 +9457,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
9457
9457
 
9458
9458
  if (elem_val.attributes.includes('xu-exp:xu-for') || elem_val.attributes.includes('xu-for')) continue;
9459
9459
  if (elem_val.$elm.data().xuData.ui_type === 'xu-widget') {
9460
- add_execute_queue('execute_xu_all_attributes');
9460
+ add_execute_queue('execute_xu_widget');
9461
9461
  } else {
9462
9462
  add_execute_queue('execute_xu_all_attributes');
9463
9463
  }