@xuda.io/runtime-bundle 1.0.881 → 1.0.882
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.
|
@@ -33231,10 +33231,14 @@ func.UI.screen.execute_screen_ready_events = async function (SESSION_ID, paramsP
|
|
|
33231
33231
|
}
|
|
33232
33232
|
return viewEventExec_arr.length;
|
|
33233
33233
|
};
|
|
33234
|
+
try {
|
|
33235
|
+
let count = await get_view_events_count('screen_ready');
|
|
33234
33236
|
|
|
33235
|
-
|
|
33236
|
-
|
|
33237
|
-
|
|
33237
|
+
if (!count) return;
|
|
33238
|
+
return await execute_view_events(sourceP);
|
|
33239
|
+
} catch (error) {
|
|
33240
|
+
debugger;
|
|
33241
|
+
}
|
|
33238
33242
|
};
|
|
33239
33243
|
func.UI.screen.screen_loading_done = async function (SESSION_ID, paramsP, $div, jobNoP) {
|
|
33240
33244
|
// await
|