@xuda.io/runtime-bundle 1.0.1129 → 1.0.1130
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
|
@@ -11607,10 +11607,11 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
11607
11607
|
}
|
|
11608
11608
|
}
|
|
11609
11609
|
});
|
|
11610
|
-
|
|
11610
|
+
|
|
11611
11611
|
const selector_id = glb.new_xu_render ? $(this).data()?.xuData?.ui_id : $(this).data()?.xuData?.xu_id;
|
|
11612
11612
|
|
|
11613
11613
|
if (attr.length) {
|
|
11614
|
+
debugger;
|
|
11614
11615
|
selectors[selector_id] = selectors[selector_id];
|
|
11615
11616
|
|
|
11616
11617
|
if (!selectors[selector_id]) {
|
|
@@ -9332,10 +9332,11 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
9332
9332
|
}
|
|
9333
9333
|
}
|
|
9334
9334
|
});
|
|
9335
|
-
|
|
9335
|
+
|
|
9336
9336
|
const selector_id = glb.new_xu_render ? $(this).data()?.xuData?.ui_id : $(this).data()?.xuData?.xu_id;
|
|
9337
9337
|
|
|
9338
9338
|
if (attr.length) {
|
|
9339
|
+
debugger;
|
|
9339
9340
|
selectors[selector_id] = selectors[selector_id];
|
|
9340
9341
|
|
|
9341
9342
|
if (!selectors[selector_id]) {
|