@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.
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -9061,7 +9061,7 @@ func.UI.update_xu_ref = function (SESSION_ID, dsSessionP, ref_field_id, $elm) {
|
|
|
9061
9061
|
SYS_GLOBAL_OBJ_REFS[ref_field_id].props = _ds.in_parameters || {};
|
|
9062
9062
|
|
|
9063
9063
|
if ($elm) {
|
|
9064
|
-
const attributes = $elm?.data()?.xuData?.
|
|
9064
|
+
const attributes = $elm?.data()?.xuData?.debug_info?.attribute_stat || {};
|
|
9065
9065
|
SYS_GLOBAL_OBJ_REFS[ref_field_id].attributes = attributes;
|
|
9066
9066
|
SYS_GLOBAL_OBJ_REFS[ref_field_id].xu_ui_id = $elm.attr('xu-ui-id');
|
|
9067
9067
|
}
|
|
@@ -12400,6 +12400,8 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
12400
12400
|
} else {
|
|
12401
12401
|
$elm.removeClass(cla);
|
|
12402
12402
|
}
|
|
12403
|
+
|
|
12404
|
+
$elm.data().xuData.debug_info.attribute_stat['xu-class'] = $elm.attr('class');
|
|
12403
12405
|
}
|
|
12404
12406
|
return {};
|
|
12405
12407
|
} catch (e) {
|
|
@@ -9062,7 +9062,7 @@ func.UI.update_xu_ref = function (SESSION_ID, dsSessionP, ref_field_id, $elm) {
|
|
|
9062
9062
|
SYS_GLOBAL_OBJ_REFS[ref_field_id].props = _ds.in_parameters || {};
|
|
9063
9063
|
|
|
9064
9064
|
if ($elm) {
|
|
9065
|
-
const attributes = $elm?.data()?.xuData?.
|
|
9065
|
+
const attributes = $elm?.data()?.xuData?.debug_info?.attribute_stat || {};
|
|
9066
9066
|
SYS_GLOBAL_OBJ_REFS[ref_field_id].attributes = attributes;
|
|
9067
9067
|
SYS_GLOBAL_OBJ_REFS[ref_field_id].xu_ui_id = $elm.attr('xu-ui-id');
|
|
9068
9068
|
}
|
|
@@ -10473,6 +10473,8 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
10473
10473
|
} else {
|
|
10474
10474
|
$elm.removeClass(cla);
|
|
10475
10475
|
}
|
|
10476
|
+
|
|
10477
|
+
$elm.data().xuData.debug_info.attribute_stat['xu-class'] = $elm.attr('class');
|
|
10476
10478
|
}
|
|
10477
10479
|
return {};
|
|
10478
10480
|
} catch (e) {
|