@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.
|
@@ -27850,7 +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') {
|
|
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') {
|
|
27854
27855
|
continue;
|
|
27855
27856
|
}
|
|
27856
27857
|
|
|
@@ -32854,7 +32855,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
32854
32855
|
|
|
32855
32856
|
const plugin_index_resources = await import(plugin_index_src);
|
|
32856
32857
|
|
|
32857
|
-
let properties = _.
|
|
32858
|
+
let properties = _.cloneDeep(plugin_index_resources.properties);
|
|
32858
32859
|
for await (let [prop_name, prop_val] of Object.entries(properties)) {
|
|
32859
32860
|
prop_val.value = value?.attributes?.[prop_name];
|
|
32860
32861
|
if (value?.attributes?.[`xu-exp:${prop_name}`]) {
|