@xuda.io/runtime-bundle 1.0.1139 → 1.0.1140
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.
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -8722,8 +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
|
-
|
|
8726
|
-
|
|
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') {
|
|
8727
8727
|
continue;
|
|
8728
8728
|
}
|
|
8729
8729
|
|
|
@@ -8723,8 +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
|
-
|
|
8727
|
-
|
|
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') {
|
|
8728
8728
|
continue;
|
|
8729
8729
|
}
|
|
8730
8730
|
|