Skip to content

Commit d4fa9c7

Browse files
committed
readme
1 parent a0c679b commit d4fa9c7

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -81,18 +81,18 @@ dropfile comes with both a component and an action. The component is basically a
8181

8282
### Events
8383

84-
| event | description | `event.detail` |
85-
| ------------------- | ------------------------------------------------------------------------------------------------------------------------ | --------------------- |
86-
| filedrop | one or more files has been selected in the file dialog or drag-and-dropped | `FileDropSelectEvent` |
87-
| filedragenter | a dragenter event has occurred on the container element containnig one or more files | `FileDropDragEvent` |
88-
| filedragleave | a dragleave event has occurred on the container element containing one or more files | `FileDropDragEvent` |
89-
| filedragover | a dragover event has occurred on the container element containing one or more files | `FileDropDragEvent` |
90-
| filedialogcancel | the file dialog has been canceled without selecting files | `FileDropEvent` |
91-
| filedialogclose | the file dialog has been closed with files selected | `FileDropEvent` |
92-
| filedialogopen | the file dialog has been opened | `FileDropEvent` |
93-
| windowfiledragenter | a dragenter event has occurred on the document (event is named windowfiledragenter so not to confuse document with file) | `FileDropDragEvent` |
94-
| windowfiledragleave | a dragleave event has occurred on the document (event is named windowfiledragleave so not to confuse document with file) | `FileDropDragEvent` |
95-
| windowfiledragover | a dragover event has occurred on the document (event is named windowfiledragover so not to confuse document with file) | `FileDropDragEvent` |
84+
| event | description | `event.detail` |
85+
| --------------------- | ------------------------------------------------------------------------------------------------------------------------ | --------------------- |
86+
| `filedrop` | one or more files has been selected in the file dialog or drag-and-dropped | `FileDropSelectEvent` |
87+
| `filedragenter` | a dragenter event has occurred on the container element containnig one or more files | `FileDropDragEvent` |
88+
| `filedragleave` | a dragleave event has occurred on the container element containing one or more files | `FileDropDragEvent` |
89+
| `filedragover` | a dragover event has occurred on the container element containing one or more files | `FileDropDragEvent` |
90+
| `filedialogcancel` | the file dialog has been canceled without selecting files | `FileDropEvent` |
91+
| `filedialogclose` | the file dialog has been closed with files selected | `FileDropEvent` |
92+
| `filedialogopen` | the file dialog has been opened | `FileDropEvent` |
93+
| `windowfiledragenter` | a dragenter event has occurred on the document (event is named windowfiledragenter so not to confuse document with file) | `FileDropDragEvent` |
94+
| `windowfiledragleave` | a dragleave event has occurred on the document (event is named windowfiledragleave so not to confuse document with file) | `FileDropDragEvent` |
95+
| `windowfiledragover` | a dragover event has occurred on the document (event is named windowfiledragover so not to confuse document with file) | `FileDropDragEvent` |
9696

9797
### Errors
9898

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "filedrop-svelte",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"author": {
55
"name": "chance dinkins",
66
"email": "[email protected]"

0 commit comments

Comments
 (0)