@xuda.io/runtime-bundle 1.0.400 → 1.0.402
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.
|
@@ -28240,7 +28240,7 @@ func.UI.update_xu_ref = function (SESSION_ID, dsSessionP, ref_field_id, $elm) {
|
|
|
28240
28240
|
SYS_GLOBAL_OBJ_REFS[ref_field_id].props = _ds.in_parameters || {};
|
|
28241
28241
|
|
|
28242
28242
|
if ($elm) {
|
|
28243
|
-
const attributes = $elm?.data()?.xuData?.
|
|
28243
|
+
const attributes = $elm?.data()?.xuData?.debug_info?.attribute_stat || {};
|
|
28244
28244
|
SYS_GLOBAL_OBJ_REFS[ref_field_id].attributes = attributes;
|
|
28245
28245
|
SYS_GLOBAL_OBJ_REFS[ref_field_id].xu_ui_id = $elm.attr('xu-ui-id');
|
|
28246
28246
|
}
|
|
@@ -32432,6 +32432,8 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
32432
32432
|
} else {
|
|
32433
32433
|
$elm.removeClass(cla);
|
|
32434
32434
|
}
|
|
32435
|
+
|
|
32436
|
+
$elm.data().xuData.debug_info.attribute_stat['xu-class'] = $elm.attr('class');
|
|
32435
32437
|
}
|
|
32436
32438
|
return {};
|
|
32437
32439
|
} catch (e) {
|