@xuda.io/runtime-bundle 1.0.478 → 1.0.479
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.
|
@@ -28258,11 +28258,13 @@ func.UI.update_xu_ref = function (SESSION_ID, dsSessionP, ref_field_id, $elm) {
|
|
|
28258
28258
|
if ($elm) {
|
|
28259
28259
|
const get_attributes = function (retry = 0) {
|
|
28260
28260
|
if (retry > 500) return;
|
|
28261
|
-
|
|
28261
|
+
return (
|
|
28262
|
+
$elm?.data()?.xuPanelWrapper?.panelXuAttributes ||
|
|
28262
28263
|
$elm?.data()?.xuData?.debug_info?.attribute_stat ||
|
|
28263
28264
|
setTimeout(() => {
|
|
28264
28265
|
get_attributes(retry + 1);
|
|
28265
|
-
}, 500)
|
|
28266
|
+
}, 500)
|
|
28267
|
+
);
|
|
28266
28268
|
};
|
|
28267
28269
|
|
|
28268
28270
|
const attributes = get_attributes();
|