@xuda.io/runtime-bundle 1.0.470 → 1.0.471
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
|
@@ -13079,7 +13079,7 @@ func.UI.screen.panel_post_render_handler = async function (
|
|
|
13079
13079
|
var $old_panel_div = find_old_panels_elements();
|
|
13080
13080
|
const set_xuPanelData_to_the_new_rendered_items = () => {
|
|
13081
13081
|
$container.data().xuPanelWrapper = { isWrapper: true, panelXuAttributes: _.clone($wrapper.data().xuAttributes), panelDivData: _.clone($wrapper.data()) };
|
|
13082
|
-
$container.attr('
|
|
13082
|
+
$container.attr('xu-panel-wrapper-id', $wrapper.attr('xu-ui-id'));
|
|
13083
13083
|
$.each($wrapper.children(), function (key, val) {
|
|
13084
13084
|
if (!$(val).data().xuPanelData) {
|
|
13085
13085
|
$(val).data().xuPanelData = {};
|
|
@@ -11152,7 +11152,7 @@ func.UI.screen.panel_post_render_handler = async function (
|
|
|
11152
11152
|
var $old_panel_div = find_old_panels_elements();
|
|
11153
11153
|
const set_xuPanelData_to_the_new_rendered_items = () => {
|
|
11154
11154
|
$container.data().xuPanelWrapper = { isWrapper: true, panelXuAttributes: _.clone($wrapper.data().xuAttributes), panelDivData: _.clone($wrapper.data()) };
|
|
11155
|
-
$container.attr('
|
|
11155
|
+
$container.attr('xu-panel-wrapper-id', $wrapper.attr('xu-ui-id'));
|
|
11156
11156
|
$.each($wrapper.children(), function (key, val) {
|
|
11157
11157
|
if (!$(val).data().xuPanelData) {
|
|
11158
11158
|
$(val).data().xuPanelData = {};
|