@xuda.io/runtime-bundle 1.0.1154 → 1.0.1155

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.
@@ -8749,7 +8749,7 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
8749
8749
 
8750
8750
  const attr_new = attr.split('xu-exp:')[1];
8751
8751
  // REGULAR ATTRIBUTE
8752
- if (attr_new && attr_new.substr(0, 2) !== 'xu') {
8752
+ if (attr_new && attr_new.substr(0, 2) !== 'xu' && queue_obj.paramsP.ui_type !== 'xu-widget') {
8753
8753
  queue_obj.paramsP.elem_val.$elm.attr(attr_new !== 'viewBox' ? attr_new.toLowerCase() : attr_new, res.result);
8754
8754
  } else {
8755
8755
  try {