@xuda.io/runtime-bundle 1.0.934 → 1.0.936
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
|
@@ -12974,6 +12974,7 @@ func.UI.screen.set_attributes_new = async function (SESSION_ID, is_skeleton, $ro
|
|
|
12974
12974
|
|
|
12975
12975
|
// XU-ATTRS
|
|
12976
12976
|
if (nodeP?.attributes?.['xu-attrs']) {
|
|
12977
|
+
const attr = 'xu-attrs';
|
|
12977
12978
|
let ret = await func.UI.screen.execute_xu_functions(
|
|
12978
12979
|
SESSION_ID,
|
|
12979
12980
|
is_skeleton,
|
|
@@ -12985,7 +12986,7 @@ func.UI.screen.set_attributes_new = async function (SESSION_ID, is_skeleton, $ro
|
|
|
12985
12986
|
jobNoP,
|
|
12986
12987
|
keyP,
|
|
12987
12988
|
parent_nodeP,
|
|
12988
|
-
|
|
12989
|
+
attr,
|
|
12989
12990
|
$elm,
|
|
12990
12991
|
{
|
|
12991
12992
|
key: attr,
|
|
@@ -10701,6 +10701,7 @@ func.UI.screen.set_attributes_new = async function (SESSION_ID, is_skeleton, $ro
|
|
|
10701
10701
|
|
|
10702
10702
|
// XU-ATTRS
|
|
10703
10703
|
if (nodeP?.attributes?.['xu-attrs']) {
|
|
10704
|
+
const attr = 'xu-attrs';
|
|
10704
10705
|
let ret = await func.UI.screen.execute_xu_functions(
|
|
10705
10706
|
SESSION_ID,
|
|
10706
10707
|
is_skeleton,
|
|
@@ -10712,7 +10713,7 @@ func.UI.screen.set_attributes_new = async function (SESSION_ID, is_skeleton, $ro
|
|
|
10712
10713
|
jobNoP,
|
|
10713
10714
|
keyP,
|
|
10714
10715
|
parent_nodeP,
|
|
10715
|
-
|
|
10716
|
+
attr,
|
|
10716
10717
|
$elm,
|
|
10717
10718
|
{
|
|
10718
10719
|
key: attr,
|