@smals-belgium-shared/vidis-prescription-list 3.4.4-snapshot.1 → 3.4.4-snapshot.3
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 +7 -0
- package/assets/main-cc9bp-K9.js +297 -0
- package/package.json +1 -1
- package/prescription-list.css +1 -1
- package/prescription-list.js +1 -1
- package/assets/main-B_qf7QMd.js +0 -297
package/CHANGELOG.md
CHANGED
|
@@ -184,6 +184,13 @@
|
|
|
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`
|
|
187
194
|
|
|
188
195
|
### vidis-diarynote
|
|
189
196
|
* Add snackbar confirmation when a note is created
|