@xuda.io/runtime-bundle 1.0.440 → 1.0.442
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.
|
@@ -33138,7 +33138,7 @@ func.UI.screen.panel_post_render_handler = async function (
|
|
|
33138
33138
|
};
|
|
33139
33139
|
var $old_panel_div = find_old_panels_elements();
|
|
33140
33140
|
const set_xuPanelData_to_the_new_rendered_items = () => {
|
|
33141
|
-
$container.data().xuPanelWrapper = { isWrapper: true, panelXuAttributes: _.clone($wrapper.data().xuAttributes), $
|
|
33141
|
+
$container.data().xuPanelWrapper = { isWrapper: true, panelXuAttributes: _.clone($wrapper.data().xuAttributes), $panel_div_data: _.clone($wrapper.data()) };
|
|
33142
33142
|
$.each($wrapper.children(), function (key, val) {
|
|
33143
33143
|
if (!$(val).data().xuPanelData) {
|
|
33144
33144
|
$(val).data().xuPanelData = {};
|