@xuda.io/runtime-bundle 1.0.729 → 1.0.731

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.
@@ -4855,7 +4855,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
4855
4855
  try {
4856
4856
  const row_idx = func.common.find_ROWID_idx(_ds, record_id);
4857
4857
  // if (_ds.data_feed.rows[row_idx][field_id] !== value) {
4858
- if (true || !_.isEqual(_ds.data_feed.rows[row_idx][field_id], value)) {
4858
+ if (!_.isEqual(_ds.data_feed.rows[row_idx][field_id], value)) {
4859
4859
  _ds.data_feed.rows[row_idx][field_id] = value;
4860
4860
  await set_fieldComputed_dependencies(dataSource, field_id, null);
4861
4861
 
@@ -11627,7 +11627,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
11627
11627
  elem_val,
11628
11628
  };
11629
11629
  new_job = await func.UI.worker.add_to_queue(SESSION_ID, 'gui event', type, obj, new_job, elem_val.$elm);
11630
-
11630
+ console.log('add_execute_queue>>>', new_job, obj);
11631
11631
  if (_session.engine_mode === 'live_preview') {
11632
11632
  console.info(type, obj);
11633
11633
  }
@@ -4856,7 +4856,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
4856
4856
  try {
4857
4857
  const row_idx = func.common.find_ROWID_idx(_ds, record_id);
4858
4858
  // if (_ds.data_feed.rows[row_idx][field_id] !== value) {
4859
- if (true || !_.isEqual(_ds.data_feed.rows[row_idx][field_id], value)) {
4859
+ if (!_.isEqual(_ds.data_feed.rows[row_idx][field_id], value)) {
4860
4860
  _ds.data_feed.rows[row_idx][field_id] = value;
4861
4861
  await set_fieldComputed_dependencies(dataSource, field_id, null);
4862
4862
 
@@ -9337,7 +9337,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
9337
9337
  elem_val,
9338
9338
  };
9339
9339
  new_job = await func.UI.worker.add_to_queue(SESSION_ID, 'gui event', type, obj, new_job, elem_val.$elm);
9340
-
9340
+ console.log('add_execute_queue>>>', new_job, obj);
9341
9341
  if (_session.engine_mode === 'live_preview') {
9342
9342
  console.info(type, obj);
9343
9343
  }