@xuda.io/runtime-bundle 1.0.584 → 1.0.585

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.
@@ -12101,8 +12101,8 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
12101
12101
  if (_session.engine_mode === 'live_preview') {
12102
12102
  console.info('========= refresh info ==============');
12103
12103
  console.info('reason:', refresh_reason);
12104
- console.info('details::', refresh_details);
12105
- console.info('ds:', panel_val._ds);
12104
+ console.info('details:', refresh_details);
12105
+ console.info('panel:', panel_val);
12106
12106
  console.info('=====================================');
12107
12107
  }
12108
12108
  const $div_elm = panel_val.$panel_div;
@@ -9833,8 +9833,8 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
9833
9833
  if (_session.engine_mode === 'live_preview') {
9834
9834
  console.info('========= refresh info ==============');
9835
9835
  console.info('reason:', refresh_reason);
9836
- console.info('details::', refresh_details);
9837
- console.info('ds:', panel_val._ds);
9836
+ console.info('details:', refresh_details);
9837
+ console.info('panel:', panel_val);
9838
9838
  console.info('=====================================');
9839
9839
  }
9840
9840
  const $div_elm = panel_val.$panel_div;