@xuda.io/runtime-bundle 1.0.304 → 1.0.306
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
|
@@ -12265,7 +12265,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
12265
12265
|
};
|
|
12266
12266
|
|
|
12267
12267
|
get_selectors();
|
|
12268
|
-
|
|
12268
|
+
console.log('selectors', selectors);
|
|
12269
12269
|
for await (let [elem_key, elem_val] of Object.entries(selectors)) {
|
|
12270
12270
|
if (elem_key === 'length') break;
|
|
12271
12271
|
|
|
@@ -12294,6 +12294,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
12294
12294
|
if (!elem_val?.$elm?.data()?.xuAttributes) continue;
|
|
12295
12295
|
|
|
12296
12296
|
if (elem_val.attributes.includes('xu-exp:xu-render')) {
|
|
12297
|
+
debugger;
|
|
12297
12298
|
var res = await func.expression.get(SESSION_ID, elem_val.$elm.data().xuAttributes['xu-exp:xu-render'], elem_val.$elm.data().xuData.paramsP.dsSessionP, 'UI Property EXP', elem_val.$elm.data().xuData.recordid);
|
|
12298
12299
|
|
|
12299
12300
|
var attr_value = await func.common.get_cast_val(SESSION_ID, 'refresh xu-attributes', 'xu-render', 'bool', res.result);
|
|
@@ -9675,7 +9675,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
9675
9675
|
};
|
|
9676
9676
|
|
|
9677
9677
|
get_selectors();
|
|
9678
|
-
|
|
9678
|
+
console.log('selectors', selectors);
|
|
9679
9679
|
for await (let [elem_key, elem_val] of Object.entries(selectors)) {
|
|
9680
9680
|
if (elem_key === 'length') break;
|
|
9681
9681
|
|
|
@@ -9704,6 +9704,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
9704
9704
|
if (!elem_val?.$elm?.data()?.xuAttributes) continue;
|
|
9705
9705
|
|
|
9706
9706
|
if (elem_val.attributes.includes('xu-exp:xu-render')) {
|
|
9707
|
+
debugger;
|
|
9707
9708
|
var res = await func.expression.get(SESSION_ID, elem_val.$elm.data().xuAttributes['xu-exp:xu-render'], elem_val.$elm.data().xuData.paramsP.dsSessionP, 'UI Property EXP', elem_val.$elm.data().xuData.recordid);
|
|
9708
9709
|
|
|
9709
9710
|
var attr_value = await func.common.get_cast_val(SESSION_ID, 'refresh xu-attributes', 'xu-render', 'bool', res.result);
|