@xuda.io/runtime-bundle 1.0.317 → 1.0.319
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
|
@@ -13375,6 +13375,11 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
13375
13375
|
cond = expCond.result;
|
|
13376
13376
|
}
|
|
13377
13377
|
if (!cond) continue;
|
|
13378
|
+
|
|
13379
|
+
if (val.event_modifiers && e[val.event_modifiers]) {
|
|
13380
|
+
e[val.event_modifiers]();
|
|
13381
|
+
}
|
|
13382
|
+
|
|
13378
13383
|
func.events.add_to_queue(SESSION_ID, 'element event', val2.id, e.type, val2.data.action, val2.data.name, null, $elm.attr('xu-ui-id'), null, null, null, null, null, paramsP.dsSessionP, null, null, null, e.type, val2.data.name, null, null, val2, null, null, null, null, null, null);
|
|
13379
13384
|
}
|
|
13380
13385
|
}
|
|
@@ -14874,12 +14879,6 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
14874
14879
|
// var id = $div.attr('id');
|
|
14875
14880
|
// }
|
|
14876
14881
|
|
|
14877
|
-
// if (!_session.running_$div) {
|
|
14878
|
-
// _session.running_$div = [];
|
|
14879
|
-
// }
|
|
14880
|
-
|
|
14881
|
-
// _session.running_$div.push($wrapper);
|
|
14882
|
-
|
|
14883
14882
|
if (!$div) return;
|
|
14884
14883
|
|
|
14885
14884
|
if (!REFRESHER_IN_PROGRESS && (paramsP.is_mobile_popover || paramsP.is_mobile_page)) {
|
|
@@ -10785,6 +10785,11 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
10785
10785
|
cond = expCond.result;
|
|
10786
10786
|
}
|
|
10787
10787
|
if (!cond) continue;
|
|
10788
|
+
|
|
10789
|
+
if (val.event_modifiers && e[val.event_modifiers]) {
|
|
10790
|
+
e[val.event_modifiers]();
|
|
10791
|
+
}
|
|
10792
|
+
|
|
10788
10793
|
func.events.add_to_queue(SESSION_ID, 'element event', val2.id, e.type, val2.data.action, val2.data.name, null, $elm.attr('xu-ui-id'), null, null, null, null, null, paramsP.dsSessionP, null, null, null, e.type, val2.data.name, null, null, val2, null, null, null, null, null, null);
|
|
10789
10794
|
}
|
|
10790
10795
|
}
|
|
@@ -12284,12 +12289,6 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
12284
12289
|
// var id = $div.attr('id');
|
|
12285
12290
|
// }
|
|
12286
12291
|
|
|
12287
|
-
// if (!_session.running_$div) {
|
|
12288
|
-
// _session.running_$div = [];
|
|
12289
|
-
// }
|
|
12290
|
-
|
|
12291
|
-
// _session.running_$div.push($wrapper);
|
|
12292
|
-
|
|
12293
12292
|
if (!$div) return;
|
|
12294
12293
|
|
|
12295
12294
|
if (!REFRESHER_IN_PROGRESS && (paramsP.is_mobile_popover || paramsP.is_mobile_page)) {
|