@xuda.io/runtime-bundle 1.0.550 → 1.0.552
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
|
@@ -12989,7 +12989,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
12989
12989
|
const replace = async function () {
|
|
12990
12990
|
$elm.replaceWith(from_panel ? new_$div.children() : new_$div);
|
|
12991
12991
|
if (from_panel) {
|
|
12992
|
-
$elm.data().
|
|
12992
|
+
$elm.data().xuPanelWrapper = new_$div.data().xuPanelWrapper;
|
|
12993
12993
|
}
|
|
12994
12994
|
|
|
12995
12995
|
if (val.fields_arr) {
|
|
@@ -10721,7 +10721,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
10721
10721
|
const replace = async function () {
|
|
10722
10722
|
$elm.replaceWith(from_panel ? new_$div.children() : new_$div);
|
|
10723
10723
|
if (from_panel) {
|
|
10724
|
-
$elm.data().
|
|
10724
|
+
$elm.data().xuPanelWrapper = new_$div.data().xuPanelWrapper;
|
|
10725
10725
|
}
|
|
10726
10726
|
|
|
10727
10727
|
if (val.fields_arr) {
|