Skip to content

Commit

Permalink
add onactivatefile and onprocessfiles callback
Browse files Browse the repository at this point in the history
  • Loading branch information
rikschennink committed Jun 3, 2019
1 parent 6ebe47e commit 4935852
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
5 changes: 0 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion src/app/modules/filepond/filepond.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,16 @@ const outputs: Array<string> = [
'oninit',
'onwarning',
'onerror',
'onactivatefile',
'onaddfilestart',
'onaddfileprogress',
'onaddfile',
'onprocessfilestart',
'onprocessfileprogress',
'onprocessfileabort',
'onprocessfilerevert',
'onprocessfile',
'onprocessfile',
'onprocessfiles',
'onremovefile',
'onpreparefile',
'onupdatefiles'
Expand Down
2 changes: 1 addition & 1 deletion src/app/modules/filepond/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-filepond",
"version": "5.0.0",
"version": "5.0.1",
"description": "A handy FilePond adapter component for Angular",
"homepage": "https://pqina.nl/filepond",
"license": "MIT",
Expand Down

0 comments on commit 4935852

Please sign in to comment.