@xuda.io/runtime-bundle 1.0.538 → 1.0.539
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
|
@@ -14234,7 +14234,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
14234
14234
|
|
|
14235
14235
|
SESSION_OBJ[SESSION_ID].DS_GLB[0].data_system.SYS_OBJ_WIN_ELEMENT_HOVERED_ATTRIBUTES = attributes;
|
|
14236
14236
|
//////////////////////////////////
|
|
14237
|
-
if (!$div.data()) return;
|
|
14237
|
+
if (!$div.data()?.xuData) return;
|
|
14238
14238
|
const _iterate_info = $div.data().xuData.iterate_info;
|
|
14239
14239
|
if (_iterate_info) {
|
|
14240
14240
|
if (_iterate_info.is_key_dynamic_field) {
|
|
@@ -11966,7 +11966,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
11966
11966
|
|
|
11967
11967
|
SESSION_OBJ[SESSION_ID].DS_GLB[0].data_system.SYS_OBJ_WIN_ELEMENT_HOVERED_ATTRIBUTES = attributes;
|
|
11968
11968
|
//////////////////////////////////
|
|
11969
|
-
if (!$div.data()) return;
|
|
11969
|
+
if (!$div.data()?.xuData) return;
|
|
11970
11970
|
const _iterate_info = $div.data().xuData.iterate_info;
|
|
11971
11971
|
if (_iterate_info) {
|
|
11972
11972
|
if (_iterate_info.is_key_dynamic_field) {
|