@xuda.io/runtime-bundle 1.0.262 → 1.0.264
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-bundle.js +2 -2
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-mini-bundle.js +1 -1
- package/js/xuda-runtime-mini-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +2 -2
- package/js/xuda-runtime-slim.min.es.js +2 -2
- package/js/xuda-runtime-slim.min.js +1 -1
- package/js/xuda-server-bundle.min.mjs +1 -1
- package/js/xuda-server-bundle.mjs +1 -1
- package/js/xuda-worker-bundle.js +1 -1
- package/js/xuda-worker-bundle.min.js +1 -1
- package/package.json +1 -1
|
@@ -25191,7 +25191,7 @@ glb.run_xu_before = [
|
|
|
25191
25191
|
// "xu-ui-plugin",
|
|
25192
25192
|
// "programParameters",
|
|
25193
25193
|
];
|
|
25194
|
-
glb.run_xu_after = ["xu-
|
|
25194
|
+
glb.run_xu_after = ["xu-class", "xu-script", "xu-ui-plugin"];
|
|
25195
25195
|
glb.attr_abbreviations_arr = [
|
|
25196
25196
|
"xu-click",
|
|
25197
25197
|
"xu-dblclick",
|
|
@@ -33137,7 +33137,7 @@ func.UI.screen.refresh_xu_attributes = async function (
|
|
|
33137
33137
|
for await (const [attr, val] of Object.entries(item.attributes)) {
|
|
33138
33138
|
|
|
33139
33139
|
if (attr === "xu-exp:xu-for" || attr === "xu-for") {
|
|
33140
|
-
if (val
|
|
33140
|
+
if (val?.includes(field_id)) {
|
|
33141
33141
|
|
|
33142
33142
|
const parent_element_ui_id = node_id
|
|
33143
33143
|
|