@xuda.io/runtime-bundle 1.0.418 → 1.0.420
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.
|
@@ -32975,7 +32975,7 @@ func.UI.screen.panel_post_render_handler = async function (
|
|
|
32975
32975
|
};
|
|
32976
32976
|
var $old_panel_div = find_old_panels_elements();
|
|
32977
32977
|
const set_xuPanelData_to_the_new_rendered_items = (_) => {
|
|
32978
|
-
$
|
|
32978
|
+
$container.data().xuPanelWrapper = true;
|
|
32979
32979
|
$.each($wrapper.children(), function (key, val) {
|
|
32980
32980
|
if (!$(val).data().xuPanelData) {
|
|
32981
32981
|
$(val).data().xuPanelData = {};
|