@xuda.io/runtime-bundle 1.0.732 → 1.0.733
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
|
@@ -11613,7 +11613,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
11613
11613
|
};
|
|
11614
11614
|
|
|
11615
11615
|
get_selectors();
|
|
11616
|
-
|
|
11616
|
+
console.log('selectors>>>>', selectors);
|
|
11617
11617
|
for await (let [elem_key, elem_val] of Object.entries(selectors)) {
|
|
11618
11618
|
if (elem_key === 'length') break;
|
|
11619
11619
|
|
|
@@ -9323,7 +9323,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
9323
9323
|
};
|
|
9324
9324
|
|
|
9325
9325
|
get_selectors();
|
|
9326
|
-
|
|
9326
|
+
console.log('selectors>>>>', selectors);
|
|
9327
9327
|
for await (let [elem_key, elem_val] of Object.entries(selectors)) {
|
|
9328
9328
|
if (elem_key === 'length') break;
|
|
9329
9329
|
|