@xuda.io/runtime-bundle 1.0.741 → 1.0.743

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.
@@ -27767,7 +27767,7 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
27767
27767
  var res = {
27768
27768
  result: queue_obj.paramsP.elem_val.$elm.data().xuAttributes[attr],
27769
27769
  };
27770
- if (attr !== 'xu-class') {
27770
+ if (attr !== 'xu-class' && attr !== 'xu-ui-plugin') {
27771
27771
  res = await func.expression.get(
27772
27772
  queue_obj.paramsP.SESSION_ID,
27773
27773
  queue_obj.paramsP.elem_val.$elm.data().xuAttributes[attr],