@xuda.io/runtime-bundle 1.0.439 → 1.0.441
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
|
@@ -13106,7 +13106,7 @@ func.UI.screen.panel_post_render_handler = async function (
|
|
|
13106
13106
|
};
|
|
13107
13107
|
var $old_panel_div = find_old_panels_elements();
|
|
13108
13108
|
const set_xuPanelData_to_the_new_rendered_items = () => {
|
|
13109
|
-
$container.data().xuPanelWrapper = { isWrapper: true, panelXuAttributes: _.clone($wrapper.data().xuAttributes) };
|
|
13109
|
+
$container.data().xuPanelWrapper = { isWrapper: true, panelXuAttributes: _.clone($wrapper.data().xuAttributes), $panel_div_data: _.clone($panel_div.data()) };
|
|
13110
13110
|
$.each($wrapper.children(), function (key, val) {
|
|
13111
13111
|
if (!$(val).data().xuPanelData) {
|
|
13112
13112
|
$(val).data().xuPanelData = {};
|
|
@@ -11179,7 +11179,7 @@ func.UI.screen.panel_post_render_handler = async function (
|
|
|
11179
11179
|
};
|
|
11180
11180
|
var $old_panel_div = find_old_panels_elements();
|
|
11181
11181
|
const set_xuPanelData_to_the_new_rendered_items = () => {
|
|
11182
|
-
$container.data().xuPanelWrapper = { isWrapper: true, panelXuAttributes: _.clone($wrapper.data().xuAttributes) };
|
|
11182
|
+
$container.data().xuPanelWrapper = { isWrapper: true, panelXuAttributes: _.clone($wrapper.data().xuAttributes), $panel_div_data: _.clone($panel_div.data()) };
|
|
11183
11183
|
$.each($wrapper.children(), function (key, val) {
|
|
11184
11184
|
if (!$(val).data().xuPanelData) {
|
|
11185
11185
|
$(val).data().xuPanelData = {};
|