@xuda.io/runtime-bundle 1.0.306 → 1.0.308
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
|
@@ -12209,7 +12209,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
12209
12209
|
.find('*')
|
|
12210
12210
|
.filter(function () {
|
|
12211
12211
|
var attr = [];
|
|
12212
|
-
|
|
12212
|
+
console.log(key_field, val_field);
|
|
12213
12213
|
// if (
|
|
12214
12214
|
// dsSession &&
|
|
12215
12215
|
// $(this).data()?.xuData?.paramsP?.dsSessionP != dsSession
|
|
@@ -12223,7 +12223,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
12223
12223
|
attr.push(key);
|
|
12224
12224
|
}
|
|
12225
12225
|
}
|
|
12226
|
-
|
|
12226
|
+
console.log(key, val);
|
|
12227
12227
|
if (!key.substr(0, 2) === 'xu') return;
|
|
12228
12228
|
if (key.substr(0, 6) === 'xu-exp' && key.substr(6, 1) === ':') {
|
|
12229
12229
|
if (val?.includes?.(val_field)) {
|
|
@@ -9619,7 +9619,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
9619
9619
|
.find('*')
|
|
9620
9620
|
.filter(function () {
|
|
9621
9621
|
var attr = [];
|
|
9622
|
-
|
|
9622
|
+
console.log(key_field, val_field);
|
|
9623
9623
|
// if (
|
|
9624
9624
|
// dsSession &&
|
|
9625
9625
|
// $(this).data()?.xuData?.paramsP?.dsSessionP != dsSession
|
|
@@ -9633,7 +9633,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
9633
9633
|
attr.push(key);
|
|
9634
9634
|
}
|
|
9635
9635
|
}
|
|
9636
|
-
|
|
9636
|
+
console.log(key, val);
|
|
9637
9637
|
if (!key.substr(0, 2) === 'xu') return;
|
|
9638
9638
|
if (key.substr(0, 6) === 'xu-exp' && key.substr(6, 1) === ':') {
|
|
9639
9639
|
if (val?.includes?.(val_field)) {
|