@xuda.io/runtime-bundle 1.0.373 → 1.0.374
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-bundle.js +3 -4
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +3 -4
- package/js/xuda-runtime-slim.min.es.js +3 -4
- package/js/xuda-runtime-slim.min.js +2 -2
- package/js/xuda-server-bundle.min.mjs +1 -1
- package/js/xuda-server-bundle.mjs +1 -2
- package/js/xuda-worker-bundle.js +1 -2
- package/js/xuda-worker-bundle.min.js +1 -1
- package/package.json +1 -1
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -10569,8 +10569,7 @@ func.expression.get = async function (SESSION_ID, valP, dsSessionP, sourceP, row
|
|
|
10569
10569
|
fields[val.fieldId] = var_Arr[key].value;
|
|
10570
10570
|
|
|
10571
10571
|
const ret = await func.datasource.get_value(SESSION_ID, val.fieldId, dsSessionP, rowIdP); // find field in dataSources
|
|
10572
|
-
|
|
10573
|
-
debugger;
|
|
10572
|
+
|
|
10574
10573
|
await replace_value_in_string(ret.ret, ret.fieldIdP);
|
|
10575
10574
|
}
|
|
10576
10575
|
}
|
|
@@ -11933,8 +11932,8 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
11933
11932
|
const props = _ds.in_parameters || {};
|
|
11934
11933
|
const attributes = $elm?.data()?.xuData?.properties || {};
|
|
11935
11934
|
|
|
11936
|
-
|
|
11937
|
-
_ds_0.data_system['SYS_GLOBAL_OBJ_REFS'][val.value] = { $el: $elm, data, attributes, props };
|
|
11935
|
+
_ds_0.data_system['SYS_GLOBAL_OBJ_REFS'][val.value] = { $el: $elm, ds: _ds, data, attributes, props };
|
|
11936
|
+
// _ds_0.data_system['SYS_GLOBAL_OBJ_REFS'][val.value] = { $el: $elm, data, attributes, props };
|
|
11938
11937
|
|
|
11939
11938
|
return {};
|
|
11940
11939
|
},
|
|
@@ -10003,8 +10003,8 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
10003
10003
|
const props = _ds.in_parameters || {};
|
|
10004
10004
|
const attributes = $elm?.data()?.xuData?.properties || {};
|
|
10005
10005
|
|
|
10006
|
-
|
|
10007
|
-
_ds_0.data_system['SYS_GLOBAL_OBJ_REFS'][val.value] = { $el: $elm, data, attributes, props };
|
|
10006
|
+
_ds_0.data_system['SYS_GLOBAL_OBJ_REFS'][val.value] = { $el: $elm, ds: _ds, data, attributes, props };
|
|
10007
|
+
// _ds_0.data_system['SYS_GLOBAL_OBJ_REFS'][val.value] = { $el: $elm, data, attributes, props };
|
|
10008
10008
|
|
|
10009
10009
|
return {};
|
|
10010
10010
|
},
|
|
@@ -14276,8 +14276,7 @@ func.expression.get = async function (SESSION_ID, valP, dsSessionP, sourceP, row
|
|
|
14276
14276
|
fields[val.fieldId] = var_Arr[key].value;
|
|
14277
14277
|
|
|
14278
14278
|
const ret = await func.datasource.get_value(SESSION_ID, val.fieldId, dsSessionP, rowIdP); // find field in dataSources
|
|
14279
|
-
|
|
14280
|
-
debugger;
|
|
14279
|
+
|
|
14281
14280
|
await replace_value_in_string(ret.ret, ret.fieldIdP);
|
|
14282
14281
|
}
|
|
14283
14282
|
}
|