@xuda.io/runtime-bundle 1.0.777 → 1.0.778

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.
@@ -8758,6 +8758,7 @@ func.UI.worker.find_job_index = function (SESSION_ID, jobNoP) {
8758
8758
  };
8759
8759
 
8760
8760
  func.UI.ds_garbage_collector = function (SESSION_ID = Object.keys(SESSION_OBJ)[0], re_check) {
8761
+ return;
8761
8762
  let _session = SESSION_OBJ[SESSION_ID];
8762
8763
 
8763
8764
  const _data_system = _session?.DS_GLB?.[0]?.data_system;
@@ -8811,6 +8812,7 @@ func.UI.ds_garbage_collector = function (SESSION_ID = Object.keys(SESSION_OBJ)[0
8811
8812
  }
8812
8813
  };
8813
8814
  func.UI.refs_garbage_collector = function (SESSION_ID = Object.keys(SESSION_OBJ)[0]) {
8815
+ return;
8814
8816
  if (!_.isEmpty(SCREEN_BLOCKER_OBJ)) {
8815
8817
  // let dom to finish build
8816
8818
  return;
@@ -8759,6 +8759,7 @@ func.UI.worker.find_job_index = function (SESSION_ID, jobNoP) {
8759
8759
  };
8760
8760
 
8761
8761
  func.UI.ds_garbage_collector = function (SESSION_ID = Object.keys(SESSION_OBJ)[0], re_check) {
8762
+ return;
8762
8763
  let _session = SESSION_OBJ[SESSION_ID];
8763
8764
 
8764
8765
  const _data_system = _session?.DS_GLB?.[0]?.data_system;
@@ -8812,6 +8813,7 @@ func.UI.ds_garbage_collector = function (SESSION_ID = Object.keys(SESSION_OBJ)[0
8812
8813
  }
8813
8814
  };
8814
8815
  func.UI.refs_garbage_collector = function (SESSION_ID = Object.keys(SESSION_OBJ)[0]) {
8816
+ return;
8815
8817
  if (!_.isEmpty(SCREEN_BLOCKER_OBJ)) {
8816
8818
  // let dom to finish build
8817
8819
  return;