@xuda.io/runtime-bundle 1.0.418 → 1.0.420
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
|
@@ -12943,7 +12943,7 @@ func.UI.screen.panel_post_render_handler = async function (
|
|
|
12943
12943
|
};
|
|
12944
12944
|
var $old_panel_div = find_old_panels_elements();
|
|
12945
12945
|
const set_xuPanelData_to_the_new_rendered_items = (_) => {
|
|
12946
|
-
$
|
|
12946
|
+
$container.data().xuPanelWrapper = true;
|
|
12947
12947
|
$.each($wrapper.children(), function (key, val) {
|
|
12948
12948
|
if (!$(val).data().xuPanelData) {
|
|
12949
12949
|
$(val).data().xuPanelData = {};
|
|
@@ -11016,7 +11016,7 @@ func.UI.screen.panel_post_render_handler = async function (
|
|
|
11016
11016
|
};
|
|
11017
11017
|
var $old_panel_div = find_old_panels_elements();
|
|
11018
11018
|
const set_xuPanelData_to_the_new_rendered_items = (_) => {
|
|
11019
|
-
$
|
|
11019
|
+
$container.data().xuPanelWrapper = true;
|
|
11020
11020
|
$.each($wrapper.children(), function (key, val) {
|
|
11021
11021
|
if (!$(val).data().xuPanelData) {
|
|
11022
11022
|
$(val).data().xuPanelData = {};
|