@xuda.io/runtime-bundle 1.0.1032 → 1.0.1033
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
|
@@ -11773,7 +11773,6 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
11773
11773
|
$.each($(val).data().xuData.node.children, function (key, node) {
|
|
11774
11774
|
if (typeof node.xu_render_made !== 'undefined' && !node.xu_render_made) {
|
|
11775
11775
|
const obj = {
|
|
11776
|
-
ui_type: _elem_val.$elm.data().xuData.ui_type,
|
|
11777
11776
|
SESSION_ID,
|
|
11778
11777
|
elem_key: _elem_key,
|
|
11779
11778
|
elem_val: _elem_val,
|
|
@@ -9498,7 +9498,6 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
9498
9498
|
$.each($(val).data().xuData.node.children, function (key, node) {
|
|
9499
9499
|
if (typeof node.xu_render_made !== 'undefined' && !node.xu_render_made) {
|
|
9500
9500
|
const obj = {
|
|
9501
|
-
ui_type: _elem_val.$elm.data().xuData.ui_type,
|
|
9502
9501
|
SESSION_ID,
|
|
9503
9502
|
elem_key: _elem_key,
|
|
9504
9503
|
elem_val: _elem_val,
|