@xuda.io/runtime-bundle 1.0.937 → 1.0.939
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
|
@@ -12705,7 +12705,8 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
12705
12705
|
evt[val.event_modifiers]();
|
|
12706
12706
|
}
|
|
12707
12707
|
|
|
12708
|
-
if (val.handler === 'custom') {
|
|
12708
|
+
// if (val.handler === 'custom') {
|
|
12709
|
+
if (val.workflow) {
|
|
12709
12710
|
// do BL
|
|
12710
12711
|
for await (const [key2, val2] of Object.entries(val.workflow)) {
|
|
12711
12712
|
// var cond = val2.data.enabled;
|
|
@@ -12973,7 +12974,7 @@ func.UI.screen.set_attributes_new = async function (SESSION_ID, is_skeleton, $ro
|
|
|
12973
12974
|
}
|
|
12974
12975
|
|
|
12975
12976
|
// XU-ATTRS
|
|
12976
|
-
if (nodeP?.attributes?.['xu-attrs']) {
|
|
12977
|
+
if (nodeP?.attributes?.['xu-attrs'] || nodeP?.attributes?.['xu-exp:xu-attrs']) {
|
|
12977
12978
|
const attr = 'xu-attrs';
|
|
12978
12979
|
let ret = await func.UI.screen.execute_xu_functions(
|
|
12979
12980
|
SESSION_ID,
|
|
@@ -10432,7 +10432,8 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
10432
10432
|
evt[val.event_modifiers]();
|
|
10433
10433
|
}
|
|
10434
10434
|
|
|
10435
|
-
if (val.handler === 'custom') {
|
|
10435
|
+
// if (val.handler === 'custom') {
|
|
10436
|
+
if (val.workflow) {
|
|
10436
10437
|
// do BL
|
|
10437
10438
|
for await (const [key2, val2] of Object.entries(val.workflow)) {
|
|
10438
10439
|
// var cond = val2.data.enabled;
|
|
@@ -10700,7 +10701,7 @@ func.UI.screen.set_attributes_new = async function (SESSION_ID, is_skeleton, $ro
|
|
|
10700
10701
|
}
|
|
10701
10702
|
|
|
10702
10703
|
// XU-ATTRS
|
|
10703
|
-
if (nodeP?.attributes?.['xu-attrs']) {
|
|
10704
|
+
if (nodeP?.attributes?.['xu-attrs'] || nodeP?.attributes?.['xu-exp:xu-attrs']) {
|
|
10704
10705
|
const attr = 'xu-attrs';
|
|
10705
10706
|
let ret = await func.UI.screen.execute_xu_functions(
|
|
10706
10707
|
SESSION_ID,
|