@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.
@@ -31634,7 +31634,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
31634
31634
  };
31635
31635
 
31636
31636
  get_selectors();
31637
-
31637
+ console.log('selectors', selectors);
31638
31638
  for await (let [elem_key, elem_val] of Object.entries(selectors)) {
31639
31639
  if (elem_key === 'length') break;
31640
31640
 
@@ -31663,6 +31663,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
31663
31663
  if (!elem_val?.$elm?.data()?.xuAttributes) continue;
31664
31664
 
31665
31665
  if (elem_val.attributes.includes('xu-exp:xu-render')) {
31666
+ debugger;
31666
31667
  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);
31667
31668
 
31668
31669
  var attr_value = await func.common.get_cast_val(SESSION_ID, 'refresh xu-attributes', 'xu-render', 'bool', res.result);