@smals-belgium-shared/vidis-medication-scheme-detail 3.4.4-snapshot.0 → 3.4.4-snapshot.10
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 +21 -0
- package/assets/main-CQNtBWsE.js +42 -0
- package/medication-scheme-detail.css +1 -1
- package/medication-scheme-detail.js +1 -1
- package/package.json +1 -1
- package/assets/main-DbGtrYEU.js +0 -42
package/CHANGELOG.md
CHANGED
|
@@ -184,3 +184,24 @@
|
|
|
184
184
|
## __RELEASE_VERSION__ (__RELEASE_DATE__)
|
|
185
185
|
### vidis-prescription-detail
|
|
186
186
|
* 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
|
+
|
|
199
|
+
### vidis-prescription-list:
|
|
200
|
+
* Redesign of the cards
|
|
201
|
+
* Improve accessibility for the cards
|
|
202
|
+
|
|
203
|
+
### vidis-medication-scheme-detail:
|
|
204
|
+
* Bugfix: add comment section in the mobile view
|
|
205
|
+
|
|
206
|
+
### vidis-medication-scheme-list:
|
|
207
|
+
* Add a tag "Last day" on the medication card when it is the last day that patient should take the medication
|