@xuda.io/runtime-bundle 1.0.385 → 1.0.387

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.
@@ -31976,8 +31976,15 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
31976
31976
  // _ds_0.data_system['SYS_GLOBAL_OBJ_REFS'][val.value] = { $el: $elm, ds: _ds, data, attributes, props };
31977
31977
  _ds_0.data_system['SYS_GLOBAL_OBJ_REFS'][val.value] = { ds: _ds, data, attributes, props, xu_ui_id };
31978
31978
 
31979
- const proxy1 = new Proxy(_session.DS_GLB[paramsP.dsSessionP], (e) => {
31980
- debugger;
31979
+ // const proxy1 = new Proxy(_session.DS_GLB[paramsP.dsSessionP], {
31980
+ // get(target, prop, receiver) {
31981
+ // debugger;
31982
+ // return 'world';
31983
+ // },
31984
+ // });
31985
+
31986
+ Object.observe(_session.DS_GLB[paramsP.dsSessionP], function (changes) {
31987
+ console.log(changes);
31981
31988
  });
31982
31989
 
31983
31990
  return {};