@xuda.io/runtime-bundle 1.0.1335 → 1.0.1337
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.
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -9197,7 +9197,7 @@ func.UI.update_xu_ref = function (SESSION_ID, dsSessionP, ref_field_id, $elm) {
|
|
|
9197
9197
|
return a;
|
|
9198
9198
|
}
|
|
9199
9199
|
deepUpdateObject(SYS_GLOBAL_OBJ_REFS[ref_field_id], obj);
|
|
9200
|
-
SYS_GLOBAL_OBJ_REFS[ref_field_id] = obj;
|
|
9200
|
+
// SYS_GLOBAL_OBJ_REFS[ref_field_id] = obj;
|
|
9201
9201
|
ret = true;
|
|
9202
9202
|
}
|
|
9203
9203
|
|
|
@@ -20141,7 +20141,7 @@ func.index.set_ds_0_proxy = function (SESSION_ID) {
|
|
|
20141
20141
|
const fx = _session?.watchers?.[path];
|
|
20142
20142
|
fx(change);
|
|
20143
20143
|
}
|
|
20144
|
-
|
|
20144
|
+
return;
|
|
20145
20145
|
if (!change.path.includes('data_system.SYS_GLOBAL_OBJ_REFS')) return;
|
|
20146
20146
|
const ref_id = change.path.split('SYS_GLOBAL_OBJ_REFS.')[1].split('.')[0];
|
|
20147
20147
|
if (!ref_id) return;
|
|
@@ -9198,7 +9198,7 @@ func.UI.update_xu_ref = function (SESSION_ID, dsSessionP, ref_field_id, $elm) {
|
|
|
9198
9198
|
return a;
|
|
9199
9199
|
}
|
|
9200
9200
|
deepUpdateObject(SYS_GLOBAL_OBJ_REFS[ref_field_id], obj);
|
|
9201
|
-
SYS_GLOBAL_OBJ_REFS[ref_field_id] = obj;
|
|
9201
|
+
// SYS_GLOBAL_OBJ_REFS[ref_field_id] = obj;
|
|
9202
9202
|
ret = true;
|
|
9203
9203
|
}
|
|
9204
9204
|
|
|
@@ -20142,7 +20142,7 @@ func.index.set_ds_0_proxy = function (SESSION_ID) {
|
|
|
20142
20142
|
const fx = _session?.watchers?.[path];
|
|
20143
20143
|
fx(change);
|
|
20144
20144
|
}
|
|
20145
|
-
|
|
20145
|
+
return;
|
|
20146
20146
|
if (!change.path.includes('data_system.SYS_GLOBAL_OBJ_REFS')) return;
|
|
20147
20147
|
const ref_id = change.path.split('SYS_GLOBAL_OBJ_REFS.')[1].split('.')[0];
|
|
20148
20148
|
if (!ref_id) return;
|