@xuda.io/runtime-bundle 1.0.385 → 1.0.386
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,11 @@ 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],
|
|
31980
|
-
|
|
31979
|
+
const proxy1 = new Proxy(_session.DS_GLB[paramsP.dsSessionP], {
|
|
31980
|
+
get(target, prop, receiver) {
|
|
31981
|
+
debugger;
|
|
31982
|
+
return 'world';
|
|
31983
|
+
},
|
|
31981
31984
|
});
|
|
31982
31985
|
|
|
31983
31986
|
return {};
|