@xuda.io/runtime-bundle 1.0.1139 → 1.0.1141

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.
@@ -27850,8 +27850,8 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
27850
27850
  return done();
27851
27851
  }
27852
27852
  for await (const [key, attr] of Object.entries(queue_obj.paramsP.elem_val.attributes)) {
27853
- // if (attr === 'xu-exp:xu-render' || attr === 'xu-exp:xu-for' || attr === 'xu-for' || attr === 'xu-exp:xu-bind') {
27854
- if (attr === 'xu-exp:xu-for' || attr === 'xu-for' || attr === 'xu-exp:xu-bind') {
27853
+ if (attr === 'xu-exp:xu-render' || attr === 'xu-exp:xu-for' || attr === 'xu-for' || attr === 'xu-exp:xu-bind') {
27854
+ // if (attr === 'xu-exp:xu-for' || attr === 'xu-for' || attr === 'xu-exp:xu-bind') {
27855
27855
  continue;
27856
27856
  }
27857
27857
 
@@ -32875,8 +32875,8 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
32875
32875
  }
32876
32876
 
32877
32877
  if (plugin_runtime_resources.fn) {
32878
- // await plugin_runtime_resources.fn(plugin_name, $elm?.[0], properties);
32879
- await plugin_runtime_resources.fn(plugin_name, $elm?.[0], $elm.data().xu_ui_plugin.properties);
32878
+ await plugin_runtime_resources.fn(plugin_name, $elm?.[0], properties);
32879
+ // await plugin_runtime_resources.fn(plugin_name, $elm?.[0], $elm.data().xu_ui_plugin.properties);
32880
32880
  }
32881
32881
  }
32882
32882
  }