gl-w-attachment-frontend
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -22,2 +22,3 @@ import { IAttachmentData, IAttachmentFileInfo } from './core-services-attachment.interface'; | ||
declare class Validate { | ||
maxSize: (input: HTMLInputElement) => number; | ||
file(input: HTMLInputElement, accepts: string[]): boolean; | ||
@@ -27,3 +28,2 @@ fileArray(fileName: string, accepts: string[]): boolean; | ||
fileSizeFromArray(input: HTMLInputElement, file: File): boolean; | ||
maxSize: (input: HTMLInputElement) => number; | ||
duplicated(fileName: string, attachmentList: IAttachmentData[]): boolean; | ||
@@ -30,0 +30,0 @@ } |
{ | ||
"name": "gl-w-attachment-frontend", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Common code for using among web front-end development such as ES6+ and TypeScript", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
36361