@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.
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
|
|
|
@@ -13191,8 +13191,8 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
13191
13191
|
}
|
|
13192
13192
|
|
|
13193
13193
|
if (plugin_runtime_resources.fn) {
|
|
13194
|
-
|
|
13195
|
-
await plugin_runtime_resources.fn(plugin_name, $elm?.[0], $elm.data().xu_ui_plugin.properties);
|
|
13194
|
+
await plugin_runtime_resources.fn(plugin_name, $elm?.[0], properties);
|
|
13195
|
+
// await plugin_runtime_resources.fn(plugin_name, $elm?.[0], $elm.data().xu_ui_plugin.properties);
|
|
13196
13196
|
}
|
|
13197
13197
|
}
|
|
13198
13198
|
}
|
|
@@ -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
|
|
|
@@ -10916,8 +10916,8 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
10916
10916
|
}
|
|
10917
10917
|
|
|
10918
10918
|
if (plugin_runtime_resources.fn) {
|
|
10919
|
-
|
|
10920
|
-
await plugin_runtime_resources.fn(plugin_name, $elm?.[0], $elm.data().xu_ui_plugin.properties);
|
|
10919
|
+
await plugin_runtime_resources.fn(plugin_name, $elm?.[0], properties);
|
|
10920
|
+
// await plugin_runtime_resources.fn(plugin_name, $elm?.[0], $elm.data().xu_ui_plugin.properties);
|
|
10921
10921
|
}
|
|
10922
10922
|
}
|
|
10923
10923
|
}
|