@xuda.io/runtime-bundle 1.0.409 → 1.0.410
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
|
@@ -9087,12 +9087,11 @@ func.UI.find_field_in_progUi_attributes = function (progUi, field_id, prop, tag_
|
|
|
9087
9087
|
elm_node = node;
|
|
9088
9088
|
}
|
|
9089
9089
|
}
|
|
9090
|
+
}
|
|
9091
|
+
if (elm_node) break;
|
|
9090
9092
|
|
|
9091
|
-
|
|
9092
|
-
|
|
9093
|
-
if (item.children) {
|
|
9094
|
-
iterate_progUi(item.children);
|
|
9095
|
-
}
|
|
9093
|
+
if (item.children) {
|
|
9094
|
+
iterate_progUi(item.children);
|
|
9096
9095
|
}
|
|
9097
9096
|
}
|
|
9098
9097
|
};
|
|
@@ -9088,12 +9088,11 @@ func.UI.find_field_in_progUi_attributes = function (progUi, field_id, prop, tag_
|
|
|
9088
9088
|
elm_node = node;
|
|
9089
9089
|
}
|
|
9090
9090
|
}
|
|
9091
|
+
}
|
|
9092
|
+
if (elm_node) break;
|
|
9091
9093
|
|
|
9092
|
-
|
|
9093
|
-
|
|
9094
|
-
if (item.children) {
|
|
9095
|
-
iterate_progUi(item.children);
|
|
9096
|
-
}
|
|
9094
|
+
if (item.children) {
|
|
9095
|
+
iterate_progUi(item.children);
|
|
9097
9096
|
}
|
|
9098
9097
|
}
|
|
9099
9098
|
};
|