@xuda.io/runtime-bundle 1.0.732 → 1.0.734

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.
@@ -11613,7 +11613,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
11613
11613
  };
11614
11614
 
11615
11615
  get_selectors();
11616
-
11616
+ console.log('selectors>>>>', selectors);
11617
11617
  for await (let [elem_key, elem_val] of Object.entries(selectors)) {
11618
11618
  if (elem_key === 'length') break;
11619
11619
 
@@ -11639,8 +11639,11 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
11639
11639
  if (!elem_val?.$elm?.data()?.xuAttributes) continue;
11640
11640
 
11641
11641
  if (elem_val.attributes.includes('xu-exp:xu-render')) {
11642
- 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);
11643
-
11642
+ try {
11643
+ 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);
11644
+ } catch (error) {
11645
+ debugger;
11646
+ }
11644
11647
  var attr_value = await func.common.get_cast_val(SESSION_ID, 'refresh xu-attributes', 'xu-render', 'bool', res.result);
11645
11648
 
11646
11649
  if (!attr_value & (elem_val.$elm[0].tagName === 'XURENDER')) continue; // bypass job
@@ -9323,7 +9323,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
9323
9323
  };
9324
9324
 
9325
9325
  get_selectors();
9326
-
9326
+ console.log('selectors>>>>', selectors);
9327
9327
  for await (let [elem_key, elem_val] of Object.entries(selectors)) {
9328
9328
  if (elem_key === 'length') break;
9329
9329
 
@@ -9349,8 +9349,11 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
9349
9349
  if (!elem_val?.$elm?.data()?.xuAttributes) continue;
9350
9350
 
9351
9351
  if (elem_val.attributes.includes('xu-exp:xu-render')) {
9352
- 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);
9353
-
9352
+ try {
9353
+ 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);
9354
+ } catch (error) {
9355
+ debugger;
9356
+ }
9354
9357
  var attr_value = await func.common.get_cast_val(SESSION_ID, 'refresh xu-attributes', 'xu-render', 'bool', res.result);
9355
9358
 
9356
9359
  if (!attr_value & (elem_val.$elm[0].tagName === 'XURENDER')) continue; // bypass job