@smals-belgium-shared/vidis-medication-scheme-detail 3.4.4-snapshot.15 → 3.4.4-snapshot.16

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/CHANGELOG.md CHANGED
@@ -182,6 +182,7 @@
182
182
  * Add of `detail` input, with the type : `{ id: string; date?: string; }`
183
183
 
184
184
  ## __RELEASE_VERSION__ (__RELEASE_DATE__)
185
+ * `onError` to be emitted after reporting an error (in all webcoponents).
185
186
  ### vidis-prescription-detail
186
187
  * Masanté Demo mode data: Modify instructions in 2 languages
187
188
  * Bugfix: hide reservation button when prescription is already reserved
package/README.md CHANGED
@@ -52,6 +52,13 @@ The **daily view** is tailored for those who need a more specific, day-to-day br
52
52
  | `detail` | true | N/A | the id of medicationscheme + the date of the details to display (format : yyyy-MM-dd). The date is optional. | |
53
53
 
54
54
 
55
+ ## Outputs
56
+
57
+ | Name | Type | Description |
58
+ |-------------|-----------------------|---------------------------------------------------------------------------------------------------------------------|
59
+ | `onError` | {reported: boolean} | Emitted after the error dialog closes. reported is true if the user confirmed reporting the error; otherwise false. |
60
+
61
+
55
62
  ## Usage
56
63
 
57
64
  ```html