@xuda.io/runtime-bundle 1.0.303 → 1.0.305

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.
@@ -5191,7 +5191,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
5191
5191
  }
5192
5192
  }
5193
5193
  }
5194
- console.log('datasource_changes', datasource_changes);
5194
+
5195
5195
  if (glb.IS_WORKER) {
5196
5196
  if (!update_local_scope_only && !_.isEmpty(client_datasource_changes)) {
5197
5197
  func.utils.post_back_to_client(SESSION_ID, 'update_client_eventChangesResults_from_worker', _session.worker_id, client_datasource_changes);
@@ -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);
@@ -5192,7 +5192,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
5192
5192
  }
5193
5193
  }
5194
5194
  }
5195
- console.log('datasource_changes', datasource_changes);
5195
+
5196
5196
  if (glb.IS_WORKER) {
5197
5197
  if (!update_local_scope_only && !_.isEmpty(client_datasource_changes)) {
5198
5198
  func.utils.post_back_to_client(SESSION_ID, 'update_client_eventChangesResults_from_worker', _session.worker_id, client_datasource_changes);
@@ -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);