@xuda.io/runtime-bundle 1.0.1140 → 1.0.1142

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.
@@ -32863,7 +32863,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
32863
32863
  prop_val.value = res.result;
32864
32864
  }
32865
32865
  }
32866
- $elm.data().xu_ui_plugin = { properties };
32866
+ // $elm.data().xu_ui_plugin = { properties };
32867
32867
  const plugin_runtime_src = await func.utils.get_plugin_npm_cdn(SESSION_ID, plugin_name, `${_plugin.manifest['runtime.mjs'].dist ? 'dist/' : ''}runtime.mjs`);
32868
32868
 
32869
32869
  const plugin_runtime_resources = await import(plugin_runtime_src);
@@ -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
  }