@xuda.io/runtime-bundle 1.0.889 → 1.0.891
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
|
@@ -11430,12 +11430,14 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
11430
11430
|
.filter(function () {
|
|
11431
11431
|
// // look if the changed field include in the calling in parameters
|
|
11432
11432
|
const elm_data = $(this).data();
|
|
11433
|
-
|
|
11433
|
+
|
|
11434
11434
|
let attr = [];
|
|
11435
11435
|
|
|
11436
11436
|
$.each(elm_data?.xuAttributes, function (key, val) {
|
|
11437
11437
|
if (key.substr(0, 3) !== 'xu-') return true;
|
|
11438
11438
|
|
|
11439
|
+
let parameter_in_filed_id; //= elm_data?.xuData?.paramsP?.parameters_raw_obj?.[val.substr(1)] ? val.substr(1) : undefined;
|
|
11440
|
+
|
|
11439
11441
|
if (key === 'xu-bind') {
|
|
11440
11442
|
if (val?.includes?.(val_field) || val?.includes?.(parameter_in_filed_id)) {
|
|
11441
11443
|
attr.push(key);
|
|
@@ -9157,12 +9157,14 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
9157
9157
|
.filter(function () {
|
|
9158
9158
|
// // look if the changed field include in the calling in parameters
|
|
9159
9159
|
const elm_data = $(this).data();
|
|
9160
|
-
|
|
9160
|
+
|
|
9161
9161
|
let attr = [];
|
|
9162
9162
|
|
|
9163
9163
|
$.each(elm_data?.xuAttributes, function (key, val) {
|
|
9164
9164
|
if (key.substr(0, 3) !== 'xu-') return true;
|
|
9165
9165
|
|
|
9166
|
+
let parameter_in_filed_id; //= elm_data?.xuData?.paramsP?.parameters_raw_obj?.[val.substr(1)] ? val.substr(1) : undefined;
|
|
9167
|
+
|
|
9166
9168
|
if (key === 'xu-bind') {
|
|
9167
9169
|
if (val?.includes?.(val_field) || val?.includes?.(parameter_in_filed_id)) {
|
|
9168
9170
|
attr.push(key);
|