@xuda.io/runtime-bundle 1.0.254 → 1.0.255
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
|
@@ -14722,6 +14722,7 @@ func.UI.screen.execute_xu_functions = async function (
|
|
|
14722
14722
|
|
|
14723
14723
|
let iterator_key = custom_iterator_key
|
|
14724
14724
|
let iterator_val = custom_iterator_val
|
|
14725
|
+
let is_key_dynamic_field, is_val_dynamic_field
|
|
14725
14726
|
|
|
14726
14727
|
// custom FOR_VAL name or namespaced default name
|
|
14727
14728
|
if (!custom_iterator_key) {
|
|
@@ -12132,6 +12132,7 @@ func.UI.screen.execute_xu_functions = async function (
|
|
|
12132
12132
|
|
|
12133
12133
|
let iterator_key = custom_iterator_key
|
|
12134
12134
|
let iterator_val = custom_iterator_val
|
|
12135
|
+
let is_key_dynamic_field, is_val_dynamic_field
|
|
12135
12136
|
|
|
12136
12137
|
// custom FOR_VAL name or namespaced default name
|
|
12137
12138
|
if (!custom_iterator_key) {
|