@xuda.io/runtime-bundle 1.0.934 → 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.
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -12989,7 +12989,7 @@ func.UI.screen.set_attributes_new = async function (SESSION_ID, is_skeleton, $ro
|
|
|
12989
12989
|
$elm,
|
|
12990
12990
|
{
|
|
12991
12991
|
key: attr,
|
|
12992
|
-
value: await get_attr_value(
|
|
12992
|
+
value: await get_attr_value('xu-attrs'),
|
|
12993
12993
|
},
|
|
12994
12994
|
is_init,
|
|
12995
12995
|
);
|
|
@@ -10716,7 +10716,7 @@ func.UI.screen.set_attributes_new = async function (SESSION_ID, is_skeleton, $ro
|
|
|
10716
10716
|
$elm,
|
|
10717
10717
|
{
|
|
10718
10718
|
key: attr,
|
|
10719
|
-
value: await get_attr_value(
|
|
10719
|
+
value: await get_attr_value('xu-attrs'),
|
|
10720
10720
|
},
|
|
10721
10721
|
is_init,
|
|
10722
10722
|
);
|