@xuda.io/runtime-bundle 1.0.954 → 1.0.955
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-slim.js
CHANGED
|
@@ -13544,6 +13544,7 @@ func.UI.screen.execute_screen_ready_events = async function (SESSION_ID, paramsP
|
|
|
13544
13544
|
}
|
|
13545
13545
|
};
|
|
13546
13546
|
func.UI.screen.screen_loading_done = async function (SESSION_ID, paramsP, $div, jobNoP) {
|
|
13547
|
+
console.log($div.attr('xu-ui-id'));
|
|
13547
13548
|
// await
|
|
13548
13549
|
let retries = 0;
|
|
13549
13550
|
let interval = setInterval(() => {
|
|
@@ -11271,6 +11271,7 @@ func.UI.screen.execute_screen_ready_events = async function (SESSION_ID, paramsP
|
|
|
11271
11271
|
}
|
|
11272
11272
|
};
|
|
11273
11273
|
func.UI.screen.screen_loading_done = async function (SESSION_ID, paramsP, $div, jobNoP) {
|
|
11274
|
+
console.log($div.attr('xu-ui-id'));
|
|
11274
11275
|
// await
|
|
11275
11276
|
let retries = 0;
|
|
11276
11277
|
let interval = setInterval(() => {
|