@xuda.io/runtime-bundle 1.0.1117 → 1.0.1119
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 +6 -8
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +6 -8
- package/js/xuda-runtime-slim.min.es.js +6 -8
- package/js/xuda-runtime-slim.min.js +1 -1
- package/js/xuda-server-bundle.min.mjs +1 -1
- package/js/xuda-server-bundle.mjs +5 -7
- package/js/xuda-worker-bundle.js +5 -7
- package/js/xuda-worker-bundle.min.js +1 -1
- package/package.json +1 -1
|
@@ -29886,13 +29886,11 @@ func.datasource.del = function (SESSION_ID, dsP) {
|
|
|
29886
29886
|
|
|
29887
29887
|
delete_pending_jobs();
|
|
29888
29888
|
|
|
29889
|
-
for (const [ui_cache_key, ui_cache_val] of Object.entries(UI_WORKER_OBJ.xu_render_cache)) {
|
|
29890
|
-
|
|
29891
|
-
|
|
29892
|
-
|
|
29893
|
-
|
|
29894
|
-
// }
|
|
29895
|
-
}
|
|
29889
|
+
// for (const [ui_cache_key, ui_cache_val] of Object.entries(UI_WORKER_OBJ.xu_render_cache)) {
|
|
29890
|
+
// if (ui_cache_val.paramsP.dsSessionP === dsP) {
|
|
29891
|
+
// delete UI_WORKER_OBJ.xu_render_cache[ui_cache_key];
|
|
29892
|
+
// }
|
|
29893
|
+
// }
|
|
29896
29894
|
}
|
|
29897
29895
|
if ($(SESSION_OBJ[SESSION_ID].root_element).find('xu-nav').length) {
|
|
29898
29896
|
var ds_obj = $(SESSION_OBJ[SESSION_ID].root_element).find('xu-nav')?.data()?.xuData.nav_params;
|
|
@@ -31482,7 +31480,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
31482
31480
|
const elem_val = { attributes: [attr], $elm: node_data.$div, data: node_data.data };
|
|
31483
31481
|
if (!elem_val.data?.xuData) continue;
|
|
31484
31482
|
elem_val.data.xuData.parent_element_ui_id = $(val).attr('xu-ui-id');
|
|
31485
|
-
var res = await func.expression.get(SESSION_ID, elem_val.data.xuAttributes['xu-exp:xu-render'], elem_val
|
|
31483
|
+
var res = await func.expression.get(SESSION_ID, elem_val.data.xuAttributes['xu-exp:xu-render'], elem_val.data.xuData.paramsP.dsSessionP, 'UI Property EXP', elem_val.data.xuData.recordid);
|
|
31486
31484
|
|
|
31487
31485
|
var attr_value = await func.common.get_cast_val(SESSION_ID, 'refresh xu-attributes', 'xu-render', 'bool', res.result);
|
|
31488
31486
|
try {
|