@xuda.io/runtime-bundle 1.0.984 → 1.0.985
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
|
@@ -11376,7 +11376,7 @@ func.UI.screen.init = async function (SESSION_ID, prog_id, sourceScreenP, callin
|
|
|
11376
11376
|
});
|
|
11377
11377
|
};
|
|
11378
11378
|
setTimeout(function () {
|
|
11379
|
-
fix_svg();
|
|
11379
|
+
// fix_svg();
|
|
11380
11380
|
}, 200);
|
|
11381
11381
|
|
|
11382
11382
|
func.UI.utils.indicator.screen.normal();
|
|
@@ -13493,7 +13493,7 @@ func.UI.screen.create_container = function (SESSION_ID, $root_container, nodeP,
|
|
|
13493
13493
|
return (hash32(str) >>> 0).toString(16).padStart(8, '0');
|
|
13494
13494
|
}
|
|
13495
13495
|
|
|
13496
|
-
const new_ui_id =
|
|
13496
|
+
const new_ui_id = hash32hex(ui_id);
|
|
13497
13497
|
|
|
13498
13498
|
$div.attr('xu-ui-id', new_ui_id).data({
|
|
13499
13499
|
xuData: {
|
|
@@ -9101,7 +9101,7 @@ func.UI.screen.init = async function (SESSION_ID, prog_id, sourceScreenP, callin
|
|
|
9101
9101
|
});
|
|
9102
9102
|
};
|
|
9103
9103
|
setTimeout(function () {
|
|
9104
|
-
fix_svg();
|
|
9104
|
+
// fix_svg();
|
|
9105
9105
|
}, 200);
|
|
9106
9106
|
|
|
9107
9107
|
func.UI.utils.indicator.screen.normal();
|
|
@@ -11218,7 +11218,7 @@ func.UI.screen.create_container = function (SESSION_ID, $root_container, nodeP,
|
|
|
11218
11218
|
return (hash32(str) >>> 0).toString(16).padStart(8, '0');
|
|
11219
11219
|
}
|
|
11220
11220
|
|
|
11221
|
-
const new_ui_id =
|
|
11221
|
+
const new_ui_id = hash32hex(ui_id);
|
|
11222
11222
|
|
|
11223
11223
|
$div.attr('xu-ui-id', new_ui_id).data({
|
|
11224
11224
|
xuData: {
|