namirasoft-core
Advanced tools
Comparing version 1.3.24 to 1.3.25
@@ -7,3 +7,3 @@ import { FilterItemOperator } from "./FilterItemOperator"; | ||
values: string[]; | ||
static parseAll(item?: string): FilterItem[]; | ||
static parseAll(item: string | null): FilterItem[]; | ||
static parse(item: string): FilterItem; | ||
@@ -10,0 +10,0 @@ constructor(column: string, not: boolean, operator: FilterItemOperator, ...values: string[]); |
@@ -11,3 +11,3 @@ { | ||
"private": false, | ||
"version": "1.3.24", | ||
"version": "1.3.25", | ||
"author": "Amir Abolhasani", | ||
@@ -14,0 +14,0 @@ "license": "MIT", |
@@ -9,3 +9,3 @@ import { FilterItemOperator } from "./FilterItemOperator"; | ||
public values: string[]; | ||
public static parseAll(item?: string): FilterItem[] | ||
public static parseAll(item: string | null): FilterItem[] | ||
{ | ||
@@ -12,0 +12,0 @@ // todo impolement |
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
340426