@xuda.io/runtime-bundle 1.0.1135 → 1.0.1136
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.
|
@@ -32342,8 +32342,8 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
32342
32342
|
}
|
|
32343
32343
|
func.events.delete_job(SESSION_ID, jobNoP);
|
|
32344
32344
|
};
|
|
32345
|
-
|
|
32346
|
-
if ($elm &&
|
|
32345
|
+
// if ($elm && func.UI.utils.find_in_element_data('xuData', $(SESSION_OBJ[SESSION_ID].root_element), 'xu_id', $elm.data().xuData.xu_id).length) {
|
|
32346
|
+
if ($elm && $(`[xu-ui-id="${$elm.attr('xu-ui-id')}"]`).length) {
|
|
32347
32347
|
if (new_$div.data().xuData.paramsP) {
|
|
32348
32348
|
return await replace();
|
|
32349
32349
|
}
|
|
@@ -33363,8 +33363,8 @@ func.UI.screen.create_container = async function (SESSION_ID, $root_container, n
|
|
|
33363
33363
|
return val.xu_tree_id || val.id;
|
|
33364
33364
|
});
|
|
33365
33365
|
var currentRecordId = $container?.data?.()?.xuData?.recordid || (_ds ? _ds.currentRecordId : '');
|
|
33366
|
-
var xu_id = (glb.screen_num++).toString();
|
|
33367
|
-
xu_id = xu_id += '_' + currentRecordId;
|
|
33366
|
+
// var xu_id = (glb.screen_num++).toString();
|
|
33367
|
+
// xu_id = xu_id += '_' + currentRecordId;
|
|
33368
33368
|
|
|
33369
33369
|
try {
|
|
33370
33370
|
const key_path = `${$container?.data()?.xuData?.key_path || '0'}-${keyP || '0'}`;
|
|
@@ -33445,7 +33445,7 @@ func.UI.screen.create_container = async function (SESSION_ID, $root_container, n
|
|
|
33445
33445
|
prog_id: _paramsP.prog_id,
|
|
33446
33446
|
nodeid: nodeP.id,
|
|
33447
33447
|
ui_type: nodeP.tagName,
|
|
33448
|
-
xu_id,
|
|
33448
|
+
// xu_id,
|
|
33449
33449
|
recordid: currentRecordId,
|
|
33450
33450
|
paramsP: _paramsP,
|
|
33451
33451
|
key: keyP,
|