vue3-easy-data-table
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -6,3 +6,3 @@ { | ||
"private": false, | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"types": "./types/main.d.ts", | ||
@@ -9,0 +9,0 @@ "license": "MIT", |
export type SortType = 'asc' | 'desc' | ||
export type FilterType = '=' | '!=' | '>' | '>=' | '<' | '<=' | 'between'; | ||
export type FilterComparison = '=' | '!=' | '>' | '>=' | '<' | '<=' | 'between'; | ||
@@ -5,0 +5,0 @@ export type FilterOption = { |
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
78236