@xuda.io/runtime-bundle 1.0.1118 → 1.0.1119

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.
@@ -4655,13 +4655,11 @@ func.datasource.del = function (SESSION_ID, dsP) {
4655
4655
 
4656
4656
  delete_pending_jobs();
4657
4657
 
4658
- for (const [ui_cache_key, ui_cache_val] of Object.entries(UI_WORKER_OBJ.xu_render_cache)) {
4659
- // for (const [cache_key, cache_val] of Object.entries(ui_cache_val)) {
4660
- if (ui_cache_val.paramsP.dsSessionP === dsP) {
4661
- delete UI_WORKER_OBJ.xu_render_cache[ui_cache_key];
4662
- }
4663
- // }
4664
- }
4658
+ // for (const [ui_cache_key, ui_cache_val] of Object.entries(UI_WORKER_OBJ.xu_render_cache)) {
4659
+ // if (ui_cache_val.paramsP.dsSessionP === dsP) {
4660
+ // delete UI_WORKER_OBJ.xu_render_cache[ui_cache_key];
4661
+ // }
4662
+ // }
4665
4663
  }
4666
4664
  if ($(SESSION_OBJ[SESSION_ID].root_element).find('xu-nav').length) {
4667
4665
  var ds_obj = $(SESSION_OBJ[SESSION_ID].root_element).find('xu-nav')?.data()?.xuData.nav_params;
@@ -4656,13 +4656,11 @@ func.datasource.del = function (SESSION_ID, dsP) {
4656
4656
 
4657
4657
  delete_pending_jobs();
4658
4658
 
4659
- for (const [ui_cache_key, ui_cache_val] of Object.entries(UI_WORKER_OBJ.xu_render_cache)) {
4660
- // for (const [cache_key, cache_val] of Object.entries(ui_cache_val)) {
4661
- if (ui_cache_val.paramsP.dsSessionP === dsP) {
4662
- delete UI_WORKER_OBJ.xu_render_cache[ui_cache_key];
4663
- }
4664
- // }
4665
- }
4659
+ // for (const [ui_cache_key, ui_cache_val] of Object.entries(UI_WORKER_OBJ.xu_render_cache)) {
4660
+ // if (ui_cache_val.paramsP.dsSessionP === dsP) {
4661
+ // delete UI_WORKER_OBJ.xu_render_cache[ui_cache_key];
4662
+ // }
4663
+ // }
4666
4664
  }
4667
4665
  if ($(SESSION_OBJ[SESSION_ID].root_element).find('xu-nav').length) {
4668
4666
  var ds_obj = $(SESSION_OBJ[SESSION_ID].root_element).find('xu-nav')?.data()?.xuData.nav_params;