namirasoft-core
Advanced tools
Comparing version 1.3.53 to 1.3.54
@@ -72,4 +72,3 @@ "use strict"; | ||
ans.push("Not"); | ||
if (this.isAllColumns()) | ||
ans.push(this.operator.name); | ||
ans.push(this.operator.name); | ||
ans.push(this.values.join(", ")); | ||
@@ -76,0 +75,0 @@ return ans.filter(x => x).join(" "); |
@@ -11,3 +11,3 @@ { | ||
"private": false, | ||
"version": "1.3.53", | ||
"version": "1.3.54", | ||
"author": "Amir Abolhasani", | ||
@@ -14,0 +14,0 @@ "license": "MIT", |
@@ -92,4 +92,3 @@ import { FilterItemOperator } from "./FilterItemOperator"; | ||
ans.push("Not"); | ||
if (this.isAllColumns()) | ||
ans.push(this.operator.name); | ||
ans.push(this.operator.name); | ||
ans.push(this.values.join(", ")); | ||
@@ -96,0 +95,0 @@ return ans.filter(x => x).join(" "); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
355346
4490