@xuda.io/runtime-bundle 1.0.524 → 1.0.526

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.
@@ -12394,7 +12394,8 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
12394
12394
  $.each(panel_val.ids, async function (key, val) {
12395
12395
  $("[xu-ui-id='" + val + "']")
12396
12396
  .attr('xu-ui-id', val + ts)
12397
- .css('filter', 'blur(1px)');
12397
+ .removeData();
12398
+ // .css('filter', 'blur(1px)');
12398
12399
  });
12399
12400
 
12400
12401
  let refreshed_ds;
@@ -10126,7 +10126,8 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
10126
10126
  $.each(panel_val.ids, async function (key, val) {
10127
10127
  $("[xu-ui-id='" + val + "']")
10128
10128
  .attr('xu-ui-id', val + ts)
10129
- .css('filter', 'blur(1px)');
10129
+ .removeData();
10130
+ // .css('filter', 'blur(1px)');
10130
10131
  });
10131
10132
 
10132
10133
  let refreshed_ds;