@xuda.io/runtime-bundle 1.0.467 → 1.0.468
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.
|
@@ -33117,7 +33117,7 @@ func.UI.screen.panel_post_render_handler = async function (
|
|
|
33117
33117
|
};
|
|
33118
33118
|
var $old_panel_div = find_old_panels_elements();
|
|
33119
33119
|
const set_xuPanelData_to_the_new_rendered_items = () => {
|
|
33120
|
-
$container.data().xuPanelWrapper = { isWrapper: true, panelWrapperId: $
|
|
33120
|
+
$container.data().xuPanelWrapper = { isWrapper: true, panelWrapperId: $wrapper.attr('xu-ui-id'), panelXuAttributes: _.clone($wrapper.data().xuAttributes), panelDivData: _.clone($wrapper.data()) };
|
|
33121
33121
|
$.each($wrapper.children(), function (key, val) {
|
|
33122
33122
|
if (!$(val).data().xuPanelData) {
|
|
33123
33123
|
$(val).data().xuPanelData = {};
|