@xuda.io/runtime-bundle 1.0.466 → 1.0.467
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
|
@@ -13085,7 +13085,7 @@ func.UI.screen.panel_post_render_handler = async function (
|
|
|
13085
13085
|
};
|
|
13086
13086
|
var $old_panel_div = find_old_panels_elements();
|
|
13087
13087
|
const set_xuPanelData_to_the_new_rendered_items = () => {
|
|
13088
|
-
$container.data().xuPanelWrapper = { isWrapper: true, panelXuAttributes: _.clone($wrapper.data().xuAttributes), panelDivData: _.clone($wrapper.data()) };
|
|
13088
|
+
$container.data().xuPanelWrapper = { isWrapper: true, panelWrapperId: $container.attr('xu-ui-id'), panelXuAttributes: _.clone($wrapper.data().xuAttributes), panelDivData: _.clone($wrapper.data()) };
|
|
13089
13089
|
$.each($wrapper.children(), function (key, val) {
|
|
13090
13090
|
if (!$(val).data().xuPanelData) {
|
|
13091
13091
|
$(val).data().xuPanelData = {};
|
|
@@ -11158,7 +11158,7 @@ func.UI.screen.panel_post_render_handler = async function (
|
|
|
11158
11158
|
};
|
|
11159
11159
|
var $old_panel_div = find_old_panels_elements();
|
|
11160
11160
|
const set_xuPanelData_to_the_new_rendered_items = () => {
|
|
11161
|
-
$container.data().xuPanelWrapper = { isWrapper: true, panelXuAttributes: _.clone($wrapper.data().xuAttributes), panelDivData: _.clone($wrapper.data()) };
|
|
11161
|
+
$container.data().xuPanelWrapper = { isWrapper: true, panelWrapperId: $container.attr('xu-ui-id'), panelXuAttributes: _.clone($wrapper.data().xuAttributes), panelDivData: _.clone($wrapper.data()) };
|
|
11162
11162
|
$.each($wrapper.children(), function (key, val) {
|
|
11163
11163
|
if (!$(val).data().xuPanelData) {
|
|
11164
11164
|
$(val).data().xuPanelData = {};
|