@syncfusion/ej2-querybuilder 32.2.9 → 33.1.44

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.
@@ -1419,10 +1419,9 @@ var QueryBuilder = /** @__PURE__ @class */ (function (_super) {
1419
1419
  if (rule.rules[index].value instanceof Array) {
1420
1420
  valArray = rule.rules[index].value;
1421
1421
  }
1422
- if (excludeOprs.indexOf(rule.rules[index].operator) < -1 &&
1423
- (isNullOrUndefined(rule.rules[index].value) &&
1424
- rule.rules[index].type !== 'date') || rule.rules[index].value === '' || rule.rules[index].value === null ||
1425
- (rule.rules[index].value instanceof Array && valArray.length < 1)) {
1422
+ if (excludeOprs.indexOf(rule.rules[index].operator) < 0 && ((isNullOrUndefined(rule.rules[index].value) &&
1423
+ rule.rules[index].type !== 'date') || rule.rules[index].value === '' || rule.rules[index].value === null ||
1424
+ (rule.rules[index].value instanceof Array && valArray.length < 1))) {
1426
1425
  var valElem = tempElem.querySelectorAll('.e-rule-value .e-control');
1427
1426
  if (excludeOprs.indexOf(rule.rules[index].operator) < 0) {
1428
1427
  isValid = false;