@smals-belgium-shared/vidis-medication-scheme-list 3.4.4-snapshot.15 → 3.4.4-snapshot.17

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
@@ -164,48 +164,10 @@
164
164
  ### vidis-delivered-medication-detail:
165
165
  * Fix leaflet download for ios
166
166
 
167
- ## v3.4.2 (2025-12-17)
168
- ### vidis-prescription-detail
169
- * Mobile view : Redesign the prescription details page to provide a more structured overview.
170
-
171
- ### vidis-delivered-medication-list
172
- * redesign of information banner, aligned to design kit
173
- * make banner expanded by default for desktop view and collapsed for mobile view
174
-
175
- ### vidis-medication-scheme-list:
176
- * Change the type of `onSelectMedication` output : new type `{ id: string; date?: string; }`, old type : `id: string`.
177
- * Mobile view: the if necessary panel is expanded by default and other closed. Same behavior if you change date.
178
-
179
- ### vidis-medication-scheme-detail:
180
- * Mobile view : Redesign the Medicationscheme details page to provide a more structured overview.
181
- * Remove of `id` input.
182
- * Add of `detail` input, with the type : `{ id: string; date?: string; }`
183
-
184
- ## __RELEASE_VERSION__ (__RELEASE_DATE__)
167
+ ## v3.4.3 (2025-12-17)
185
168
  ### vidis-prescription-detail
186
169
  * Masanté Demo mode data: Modify instructions in 2 languages
187
- * Bugfix: hide reservation button when prescription is already reserved
188
- * Add 2 new outputs navigate to the new components in mobile view, both have the data for the `info` input:
189
- * `clickReserve` to navigate to the new reservation component
190
- * `clickVisibility` to navigate to the new visibility component
191
- * Add 2 new components for reservation and changing visibility of a prescription for mobile view:
192
- * `vidis-pharmacy-reservation` with input `info` and output `finishReservation`
193
- * `vidis-prescription-visibility` with input `info` and output `finishVisibility`
194
- * Bugfix: replace ‘patient’ with ‘beneficiary’ in the translation for mobile view
195
-
196
- ### vidis-diarynote
197
- * Add snackbar confirmation when a note is created
198
- * Redesign of the sorting, adding and filtering diarynote, aligned to design kit
199
- * Redesign of the cards
200
- * Add new spinner when attachments are downloading
201
-
202
- ### vidis-prescription-list:
203
- * Redesign of the cards
204
- * Improve accessibility for the cards
205
-
206
- ### vidis-medication-scheme-detail:
207
- * Bugfix: add comment section in the mobile view
208
170
 
171
+ ## __RELEASE_VERSION__ (__RELEASE_DATE__)
209
172
  ### vidis-medication-scheme-list:
210
- * Add a tag "Last day" on the medication card when it is the last day that patient should take the medication
211
- * Set disclaimer on the top of the page
173
+ * fix crash when there is no medicationscheme
package/README.md CHANGED
@@ -54,9 +54,9 @@ The **daily view** is tailored for those who need a more specific, day-to-day br
54
54
 
55
55
  ## Outputs
56
56
 
57
- | Name | Type | Description |
58
- |------------------------|--------------------------------|--------------------------------------------------------------------------------|
59
- | `onSelectMedication` | { id: string; date?: string; } | Notified with the selected ID code as string, date returned only if daily view |
57
+ | Name | Type | Description |
58
+ |------------------------|--------|-----------------------------------------------|
59
+ | `onSelectMedication` | string | Notified with the selected ID code as string |
60
60
 
61
61
 
62
62
  ## Usage