@xuda.io/runtime-bundle 1.0.349 → 1.0.350

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.
@@ -9018,7 +9018,7 @@ func.UI.garbage_collector = function (SESSION_ID = Object.keys(SESSION_OBJ)[0],
9018
9018
  if (_data_system?.SYS_GLOBAL_BOL_AJAX_BUSY) return;
9019
9019
  if (!_data_system?.SYS_GLOBAL_BOL_IDLE) return;
9020
9020
 
9021
- for (const [key, val] of Object.entries(_data_system._data_system)) {
9021
+ for (const [key, val] of Object.entries(_data_system?.SYS_GLOBAL_OBJ_REFS || {})) {
9022
9022
  if (!val?.$el?.length) {
9023
9023
  delete _data_system._data_system[key];
9024
9024
  }
@@ -9019,7 +9019,7 @@ func.UI.garbage_collector = function (SESSION_ID = Object.keys(SESSION_OBJ)[0],
9019
9019
  if (_data_system?.SYS_GLOBAL_BOL_AJAX_BUSY) return;
9020
9020
  if (!_data_system?.SYS_GLOBAL_BOL_IDLE) return;
9021
9021
 
9022
- for (const [key, val] of Object.entries(_data_system._data_system)) {
9022
+ for (const [key, val] of Object.entries(_data_system?.SYS_GLOBAL_OBJ_REFS || {})) {
9023
9023
  if (!val?.$el?.length) {
9024
9024
  delete _data_system._data_system[key];
9025
9025
  }