@smals-belgium-shared/vidis-diarynote 3.4.4-snapshot.16 → 3.4.4-snapshot.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -62,11 +62,10 @@ The main view displays a list of all diary notes that have been created by the p
62
62
 
63
63
  ## Outputs
64
64
 
65
- | Name | Type | Description |
66
- |-----------------|-------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------|
67
- | `getTotalItems` | number | Gets the number of total diary notes |
68
- | `onDownload` | { fileName: string; content: Blob; mimeType: string } | Download event diary note attachment |
69
- | `onError` | {reported: boolean} | Emitted after the error dialog closes. reported is true if the user confirmed reporting the error; otherwise false. |
65
+ | Name | Type | Description |
66
+ |-----------------|-------------------------------------------------------|--------------------------------------|
67
+ | `getTotalItems` | number | Gets the number of total diary notes |
68
+ | `onDownload` | { fileName: string; content: Blob; mimeType: string } | Download event diary note attachment |
70
69
 
71
70
 
72
71
  ## Usage