filepond-plugin-image-validate-size
Advanced tools
Comparing version 1.2.6 to 1.2.7
/*! | ||
* FilePondPluginImageValidateSize 1.2.6 | ||
* FilePondPluginImageValidateSize 1.2.7 | ||
* Licensed under MIT, https://opensource.org/licenses/MIT/ | ||
@@ -4,0 +4,0 @@ * Please visit https://pqina.nl/filepond/ for details. |
/*! | ||
* FilePondPluginImageValidateSize 1.2.6 | ||
* FilePondPluginImageValidateSize 1.2.7 | ||
* Licensed under MIT, https://opensource.org/licenses/MIT/ | ||
@@ -4,0 +4,0 @@ * Please visit https://pqina.nl/filepond/ for details. |
/*! | ||
* FilePondPluginImageValidateSize 1.2.6 | ||
* FilePondPluginImageValidateSize 1.2.7 | ||
* Licensed under MIT, https://opensource.org/licenses/MIT/ | ||
@@ -4,0 +4,0 @@ * Please visit https://pqina.nl/filepond/ for details. |
/*! | ||
* FilePondPluginImageValidateSize 1.2.6 | ||
* FilePondPluginImageValidateSize 1.2.7 | ||
* Licensed under MIT, https://opensource.org/licenses/MIT/ | ||
@@ -4,0 +4,0 @@ * Please visit https://pqina.nl/filepond/ for details. |
{ | ||
"name": "filepond-plugin-image-validate-size", | ||
"version": "1.2.6", | ||
"version": "1.2.7", | ||
"description": "Image Size Validation Plugin for FilePond", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -24,2 +24,4 @@ // @ts-ignore | ||
imageValidateSizeLabelExpectedMinSize?: string; | ||
/** Message shown to indicate the maximum image size. */ | ||
imageValidateSizeLabelExpectedMaxSize?: string; | ||
/** The minimum image resolution. */ | ||
@@ -26,0 +28,0 @@ imageValidateSizeMinResolution?: number; |
27928
532