@xuda.io/runtime-bundle 1.0.933 → 1.0.935
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.
|
@@ -32671,11 +32671,11 @@ func.UI.screen.set_attributes_new = async function (SESSION_ID, is_skeleton, $ro
|
|
|
32671
32671
|
jobNoP,
|
|
32672
32672
|
keyP,
|
|
32673
32673
|
parent_nodeP,
|
|
32674
|
-
|
|
32674
|
+
'xu-attrs',
|
|
32675
32675
|
$elm,
|
|
32676
32676
|
{
|
|
32677
32677
|
key: attr,
|
|
32678
|
-
value: await get_attr_value(
|
|
32678
|
+
value: await get_attr_value('xu-attrs'),
|
|
32679
32679
|
},
|
|
32680
32680
|
is_init,
|
|
32681
32681
|
);
|