@xuda.io/runtime-bundle 1.0.1137 → 1.0.1139

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.
@@ -8722,7 +8722,8 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
8722
8722
  return done();
8723
8723
  }
8724
8724
  for await (const [key, attr] of Object.entries(queue_obj.paramsP.elem_val.attributes)) {
8725
- if (attr === 'xu-exp:xu-render' || attr === 'xu-exp:xu-for' || attr === 'xu-for' || attr === 'xu-exp:xu-bind') {
8725
+ // if (attr === 'xu-exp:xu-render' || attr === 'xu-exp:xu-for' || attr === 'xu-for' || attr === 'xu-exp:xu-bind') {
8726
+ if (attr === 'xu-exp:xu-for' || attr === 'xu-for' || attr === 'xu-exp:xu-bind') {
8726
8727
  continue;
8727
8728
  }
8728
8729
 
@@ -13170,7 +13171,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
13170
13171
 
13171
13172
  const plugin_index_resources = await import(plugin_index_src);
13172
13173
 
13173
- let properties = _.clone(plugin_index_resources.properties);
13174
+ let properties = _.cloneDeep(plugin_index_resources.properties);
13174
13175
  for await (let [prop_name, prop_val] of Object.entries(properties)) {
13175
13176
  prop_val.value = value?.attributes?.[prop_name];
13176
13177
  if (value?.attributes?.[`xu-exp:${prop_name}`]) {
@@ -8723,7 +8723,8 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
8723
8723
  return done();
8724
8724
  }
8725
8725
  for await (const [key, attr] of Object.entries(queue_obj.paramsP.elem_val.attributes)) {
8726
- if (attr === 'xu-exp:xu-render' || attr === 'xu-exp:xu-for' || attr === 'xu-for' || attr === 'xu-exp:xu-bind') {
8726
+ // if (attr === 'xu-exp:xu-render' || attr === 'xu-exp:xu-for' || attr === 'xu-for' || attr === 'xu-exp:xu-bind') {
8727
+ if (attr === 'xu-exp:xu-for' || attr === 'xu-for' || attr === 'xu-exp:xu-bind') {
8727
8728
  continue;
8728
8729
  }
8729
8730
 
@@ -10895,7 +10896,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
10895
10896
 
10896
10897
  const plugin_index_resources = await import(plugin_index_src);
10897
10898
 
10898
- let properties = _.clone(plugin_index_resources.properties);
10899
+ let properties = _.cloneDeep(plugin_index_resources.properties);
10899
10900
  for await (let [prop_name, prop_val] of Object.entries(properties)) {
10900
10901
  prop_val.value = value?.attributes?.[prop_name];
10901
10902
  if (value?.attributes?.[`xu-exp:${prop_name}`]) {