@xuda.io/runtime-bundle 1.0.317 → 1.0.318
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.
|
@@ -34243,12 +34243,6 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
34243
34243
|
// var id = $div.attr('id');
|
|
34244
34244
|
// }
|
|
34245
34245
|
|
|
34246
|
-
// if (!_session.running_$div) {
|
|
34247
|
-
// _session.running_$div = [];
|
|
34248
|
-
// }
|
|
34249
|
-
|
|
34250
|
-
// _session.running_$div.push($wrapper);
|
|
34251
|
-
|
|
34252
34246
|
if (!$div) return;
|
|
34253
34247
|
|
|
34254
34248
|
if (!REFRESHER_IN_PROGRESS && (paramsP.is_mobile_popover || paramsP.is_mobile_page)) {
|
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -14874,12 +14874,6 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
14874
14874
|
// var id = $div.attr('id');
|
|
14875
14875
|
// }
|
|
14876
14876
|
|
|
14877
|
-
// if (!_session.running_$div) {
|
|
14878
|
-
// _session.running_$div = [];
|
|
14879
|
-
// }
|
|
14880
|
-
|
|
14881
|
-
// _session.running_$div.push($wrapper);
|
|
14882
|
-
|
|
14883
14877
|
if (!$div) return;
|
|
14884
14878
|
|
|
14885
14879
|
if (!REFRESHER_IN_PROGRESS && (paramsP.is_mobile_popover || paramsP.is_mobile_page)) {
|
|
@@ -12284,12 +12284,6 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
12284
12284
|
// var id = $div.attr('id');
|
|
12285
12285
|
// }
|
|
12286
12286
|
|
|
12287
|
-
// if (!_session.running_$div) {
|
|
12288
|
-
// _session.running_$div = [];
|
|
12289
|
-
// }
|
|
12290
|
-
|
|
12291
|
-
// _session.running_$div.push($wrapper);
|
|
12292
|
-
|
|
12293
12287
|
if (!$div) return;
|
|
12294
12288
|
|
|
12295
12289
|
if (!REFRESHER_IN_PROGRESS && (paramsP.is_mobile_popover || paramsP.is_mobile_page)) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xuda.io/runtime-bundle",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.318",
|
|
4
4
|
"description": "The Xuda Runtime Bundle refers to a collection of scripts and libraries packaged together to provide the necessary runtime environment for executing plugins or components in the Xuda platform. ",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"pub": "npm version patch --force && npm publish --access public"
|