@things-factory/meta-ui 7.0.65 → 7.0.67
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.
|
@@ -374,7 +374,7 @@ export class MetaUiUtil {
|
|
|
374
374
|
const logic = settings[idx].logic
|
|
375
375
|
const c = new Compartment({ record: recordData, rowIdx })
|
|
376
376
|
const evalFunc = c.evaluate(`(record, rowIdx) => {
|
|
377
|
-
|
|
377
|
+
${logic}
|
|
378
378
|
}`)
|
|
379
379
|
if (evalFunc(recordData, rowIdx)) {
|
|
380
380
|
return {
|
|
@@ -399,7 +399,7 @@ export class MetaUiUtil {
|
|
|
399
399
|
const logic = settings[idx].logic
|
|
400
400
|
const c = new Compartment({ record: recordData, rowIdx })
|
|
401
401
|
const evalFunc = c.evaluate(`(record, rowIdx) => {
|
|
402
|
-
|
|
402
|
+
${logic}
|
|
403
403
|
}`)
|
|
404
404
|
if (evalFunc(recordData, rowIdx)) {
|
|
405
405
|
return {
|