Skip to content

Commit 216ab11

Browse files
committed
[BUILD]: make build for next version
1 parent 7fa8ffc commit 216ab11

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

build/components/dropzone/components/utils/validation.utils.d.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@ export interface FileValidator {
2323
*/
2424
export declare const separateAccept: (accept: string | undefined) => string[];
2525
/**
26-
*
26+
* Checks whether a file is valid or not given an array of file extentions and mime types
27+
* e.g. accept = [".doc", ".docx", ".xml", "application/msword", "application/vnd.openxmlformats-officedocument.wordprocessingml.document"]
2728
* @param accept the array of strings accept items
2829
* @param file a File object to be evaluated
29-
* @returns
30+
* @returns true if the mime type file is included in the accept param
3031
*/
3132
export declare const validateAccept: (accept: string[], file: File) => boolean;
3233
/**

build/index.es.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/index.es.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)