@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.
|
@@ -31060,7 +31060,7 @@ func.UI.screen.init = async function (SESSION_ID, prog_id, sourceScreenP, callin
|
|
|
31060
31060
|
});
|
|
31061
31061
|
};
|
|
31062
31062
|
setTimeout(function () {
|
|
31063
|
-
fix_svg();
|
|
31063
|
+
// fix_svg();
|
|
31064
31064
|
}, 200);
|
|
31065
31065
|
|
|
31066
31066
|
func.UI.utils.indicator.screen.normal();
|
|
@@ -33177,7 +33177,7 @@ func.UI.screen.create_container = function (SESSION_ID, $root_container, nodeP,
|
|
|
33177
33177
|
return (hash32(str) >>> 0).toString(16).padStart(8, '0');
|
|
33178
33178
|
}
|
|
33179
33179
|
|
|
33180
|
-
const new_ui_id =
|
|
33180
|
+
const new_ui_id = hash32hex(ui_id);
|
|
33181
33181
|
|
|
33182
33182
|
$div.attr('xu-ui-id', new_ui_id).data({
|
|
33183
33183
|
xuData: {
|