@xuda.io/runtime-bundle 1.0.598 → 1.0.600
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.
|
@@ -31366,7 +31366,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
31366
31366
|
}, 100);
|
|
31367
31367
|
return;
|
|
31368
31368
|
}
|
|
31369
|
-
|
|
31369
|
+
const _session = SESSION_OBJ[SESSION_ID];
|
|
31370
31370
|
if (_session.engine_mode === 'live_preview') {
|
|
31371
31371
|
console.info('========= xu-attributes refresh info ==============');
|
|
31372
31372
|
console.info('fields_arr:', fields_arr);
|
|
@@ -33234,7 +33234,7 @@ func.UI.screen.create_container = function (SESSION_ID, $root_container, nodeP,
|
|
|
33234
33234
|
try {
|
|
33235
33235
|
const key_path = `${$container?.data()?.xuData?.key_path || '0'}-${keyP || '0'}`;
|
|
33236
33236
|
const elem_key = `${nodeP.xu_tree_id || nodeP.id}-${key_path}-${currentRecordId}`;
|
|
33237
|
-
let ui_id = `${nodeP.
|
|
33237
|
+
let ui_id = `${nodeP.id}-${elem_key}-${_paramsP?.dsSessionP?.toString() || ''}`; //nodeP.xu_tree_id ||
|
|
33238
33238
|
|
|
33239
33239
|
/////////////////////////////////
|
|
33240
33240
|
|
|
@@ -33290,7 +33290,7 @@ func.UI.screen.create_container = function (SESSION_ID, $root_container, nodeP,
|
|
|
33290
33290
|
prog_id: _paramsP.prog_id,
|
|
33291
33291
|
nodeid: nodeP.id,
|
|
33292
33292
|
ui_type: nodeP.tagName,
|
|
33293
|
-
xu_id
|
|
33293
|
+
xu_id,
|
|
33294
33294
|
recordid: currentRecordId,
|
|
33295
33295
|
paramsP: _paramsP,
|
|
33296
33296
|
key: keyP,
|
|
@@ -33298,7 +33298,6 @@ func.UI.screen.create_container = function (SESSION_ID, $root_container, nodeP,
|
|
|
33298
33298
|
screenId: _paramsP.screenId,
|
|
33299
33299
|
parent_container: $container?.attr('id'),
|
|
33300
33300
|
elem_key,
|
|
33301
|
-
ui_id,
|
|
33302
33301
|
properties: prop,
|
|
33303
33302
|
node: nodeP,
|
|
33304
33303
|
node_org: _.cloneDeep(nodeP),
|