@xuda.io/runtime-bundle 1.0.1140 → 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
|
@@ -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
|
}
|
|
@@ -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
|
}
|