@xuda.io/runtime-bundle 1.0.275 → 1.0.276
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
|
@@ -14541,7 +14541,7 @@ func.UI.screen.execute_xu_functions = async function (
|
|
|
14541
14541
|
value = _ds.data_feed.rows?.[row_idx]?.[val.value];
|
|
14542
14542
|
}
|
|
14543
14543
|
} else {
|
|
14544
|
-
value = val
|
|
14544
|
+
value = val.value
|
|
14545
14545
|
}
|
|
14546
14546
|
if (typeof value === "undefined") return;
|
|
14547
14547
|
bind.setter($elm[0], value);
|
|
@@ -11951,7 +11951,7 @@ func.UI.screen.execute_xu_functions = async function (
|
|
|
11951
11951
|
value = _ds.data_feed.rows?.[row_idx]?.[val.value];
|
|
11952
11952
|
}
|
|
11953
11953
|
} else {
|
|
11954
|
-
value = val
|
|
11954
|
+
value = val.value
|
|
11955
11955
|
}
|
|
11956
11956
|
if (typeof value === "undefined") return;
|
|
11957
11957
|
bind.setter($elm[0], value);
|