dromo-uploader-react
Advanced tools
Comparing version
@@ -14,3 +14,3 @@ export interface IDeveloperField { | ||
export interface IValidatorField { | ||
validate: 'required' | 'unique' | 'regex_match' | 'regex_exclude' | 'require_with' | 'require_without' | 'require_with_all' | 'require_without_all' | 'require_with_values' | 'require_without_values' | 'require_with_all_values' | 'require_without_all_values'; | ||
validate: 'required' | 'unique' | 'unique_case_insensitive' | 'regex_match' | 'regex_exclude' | 'require_with' | 'require_without' | 'require_with_all' | 'require_without_all' | 'require_with_values' | 'require_without_values' | 'require_with_all_values' | 'require_without_all_values'; | ||
errorMessage?: string; | ||
@@ -17,0 +17,0 @@ fields?: string[]; |
{ | ||
"name": "dromo-uploader-react", | ||
"version": "1.2.10", | ||
"version": "1.2.12", | ||
"description": "Easy to use data (CSV, TSV, Excel) importer", | ||
@@ -5,0 +5,0 @@ "author": "ankitgoyal100", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
42082
0.22%374
0.27%