@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.
@@ -31416,7 +31416,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
31416
31416
 
31417
31417
  if (elem_val.attributes.includes('xu-exp:xu-for') || elem_val.attributes.includes('xu-for')) continue;
31418
31418
  if (elem_val.$elm.data().xuData.ui_type === 'xu-widget') {
31419
- add_execute_queue('execute_xu_all_attributes');
31419
+ add_execute_queue('execute_xu_widget');
31420
31420
  } else {
31421
31421
  add_execute_queue('execute_xu_all_attributes');
31422
31422
  }