@smals-belgium-shared/vidis-diarynote 3.4.4-snapshot.12 → 3.4.4-snapshot.14
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 +209 -0
- package/assets/main-DAHBjaoT.js +63 -0
- package/diarynote.js +1 -1
- package/package.json +1 -1
- package/assets/main--q-lNfhv.js +0 -59
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,209 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## v1.0.2 (2025-03-11)
|
|
4
|
+
### First release
|
|
5
|
+
* Initial release
|
|
6
|
+
|
|
7
|
+
## v1.0.6 (2025-03-14)
|
|
8
|
+
### vidis-delivered-medication-detail:
|
|
9
|
+
* Fix package import
|
|
10
|
+
### vidis-diarynote:
|
|
11
|
+
* Hide filters when there aren't any data
|
|
12
|
+
|
|
13
|
+
## v1.1.0 (2025-05-07)
|
|
14
|
+
* Implementing the demo mode
|
|
15
|
+
### vidis-medication-scheme:
|
|
16
|
+
* Redesign of the vidis medication scheme web component
|
|
17
|
+
* Split up vidis-medication-scheme into a list and detail web component
|
|
18
|
+
* Add full list of medication on list view, with filters for 'full list', 'current' and 'future'
|
|
19
|
+
### vidis-prescription-list
|
|
20
|
+
* Add onPrintPrescriptions output, with parameters:
|
|
21
|
+
* base64Pdf: this is a base64 version of the pdf that needs to be printed
|
|
22
|
+
* printerOptions: this is an object with `name` this is the file name and `orientation` this is the orientation the printing should happen
|
|
23
|
+
### vidis-prescription-detail
|
|
24
|
+
* Add onPrintDetail output, with parameters:
|
|
25
|
+
* base64Pdf: this is a base64 version of the pdf that needs to be printed
|
|
26
|
+
* printerOptions: this is an object with `name` this is the file name and `orientation` this is the orientation the printing should happen
|
|
27
|
+
|
|
28
|
+
## v1.1.1 (2025-05-07)
|
|
29
|
+
* Technical release. No new features or bug fixes.
|
|
30
|
+
|
|
31
|
+
## v1.1.2 (2025-05-07)
|
|
32
|
+
### vidis-medication-scheme-list:
|
|
33
|
+
* Bugfix package.json
|
|
34
|
+
|
|
35
|
+
## v1.1.3 (2025-05-16)
|
|
36
|
+
* Bugfixes
|
|
37
|
+
|
|
38
|
+
## v2.0.0 (2025-06-06)
|
|
39
|
+
* Update to Angular v19
|
|
40
|
+
* Update Design Kit to v2.5
|
|
41
|
+
* Remove title and back button
|
|
42
|
+
|
|
43
|
+
### vidis-medication-scheme-list:
|
|
44
|
+
* Label correction
|
|
45
|
+
* Your filtering is saved when you go back from an other component
|
|
46
|
+
|
|
47
|
+
### vidis-diarynote-list
|
|
48
|
+
* Add getTotalItems output
|
|
49
|
+
|
|
50
|
+
### vidis-prescription-list
|
|
51
|
+
* Add getTotalItems output
|
|
52
|
+
* Change `onPrintPrescriptions` output to `onPrint` and type from `{base64Pdf: string, printOptions: {filename: string, orientation: 'portrait'}}` to `{title: string, content: string}`
|
|
53
|
+
|
|
54
|
+
### vidis-prescription-detail
|
|
55
|
+
* Change `onPrintDetail` output to `onPrint` and type from `{base64Pdf: string, printOptions: {filename: string, orientation: 'portrait'}}` to `{title: string, content: string}`
|
|
56
|
+
|
|
57
|
+
## v3.0.0 (2025-08-06)
|
|
58
|
+
|
|
59
|
+
* Using external fonts
|
|
60
|
+
|
|
61
|
+
### vidis-delivered-medication-list:
|
|
62
|
+
* Support professional. If professional adds 2 params: key 'professional' = 'true' and 'ssin'= ssinPatient
|
|
63
|
+
* Support offline mode.
|
|
64
|
+
|
|
65
|
+
### vidis-delivered-medication-detail:
|
|
66
|
+
* Support professional. If professional adds 2 params: key 'professional' = 'true' and 'ssin'= ssinPatient
|
|
67
|
+
* Support offline mode.
|
|
68
|
+
|
|
69
|
+
### vidis-prescription-list:
|
|
70
|
+
* Support professional. If professional add 2 params : key 'professional' = 'true' and 'ssin'= ssinPatient
|
|
71
|
+
* Support offline mode.
|
|
72
|
+
|
|
73
|
+
### vidis-prescription-detail:
|
|
74
|
+
* Support professional. If professional add 2 params : key 'professional' = 'true' and 'ssin'= ssinPatient
|
|
75
|
+
* Support offline mode.
|
|
76
|
+
* prescription reservation :
|
|
77
|
+
* Add a checkbox to include hospital pharmacies
|
|
78
|
+
* Add the type of pharmacy in the screen
|
|
79
|
+
* Add a "select" button on pharmacies, to make it more accessible and obvious to end user
|
|
80
|
+
|
|
81
|
+
### vidis-diary-note:
|
|
82
|
+
* Support offline mode.
|
|
83
|
+
|
|
84
|
+
## v3.0.1 (2025-08-19)
|
|
85
|
+
|
|
86
|
+
* Fix demo mode + updating documentation
|
|
87
|
+
* Bugfix offline mode
|
|
88
|
+
|
|
89
|
+
### vidis-medication-scheme-detail:
|
|
90
|
+
* Support offline mode.
|
|
91
|
+
|
|
92
|
+
### vidis-medication-scheme-list:
|
|
93
|
+
* Support offline mode.
|
|
94
|
+
|
|
95
|
+
## v3.1.0 (2025-09-15)
|
|
96
|
+
|
|
97
|
+
* Update demo mode + documentation
|
|
98
|
+
* Error reporting component.
|
|
99
|
+
* Fix loading status that no longer appears.
|
|
100
|
+
|
|
101
|
+
### vidis-medication-scheme-detail:
|
|
102
|
+
* Adding exchangeClientId parametter.
|
|
103
|
+
* Error reporting component.
|
|
104
|
+
* Adding id to data from backend
|
|
105
|
+
|
|
106
|
+
### vidis-medication-scheme-list:
|
|
107
|
+
* Adding exchangeClientId parametter.
|
|
108
|
+
* improve display message for users without medicationscheme (patient and professional).
|
|
109
|
+
|
|
110
|
+
### vidis-diary-note:
|
|
111
|
+
* Adding exchangeClientId parametter.
|
|
112
|
+
|
|
113
|
+
### vidis-delivered-medication-list:
|
|
114
|
+
* Remove patient column from desktop and mobile view.
|
|
115
|
+
|
|
116
|
+
## v3.2.0 (2025-09-26)
|
|
117
|
+
|
|
118
|
+
* Bugfix offline mode
|
|
119
|
+
### vidis-delivered-medication-list:
|
|
120
|
+
* fix spinner loading
|
|
121
|
+
|
|
122
|
+
## v3.3.0 (2025-10-07)
|
|
123
|
+
### vidis-prescription-list:
|
|
124
|
+
* Replace dropdown sorting by a toggle sorting
|
|
125
|
+
* Bugfix offline mode
|
|
126
|
+
|
|
127
|
+
## v3.3.1 (2025-10-09)
|
|
128
|
+
* Hide CRUD action buttons in offline mode
|
|
129
|
+
|
|
130
|
+
### vidis-diary-note:
|
|
131
|
+
* Disable download attachment in offline mode
|
|
132
|
+
* Fix create diarynote when user is connected as mandator
|
|
133
|
+
|
|
134
|
+
## v3.3.2 (2025-10-24)
|
|
135
|
+
|
|
136
|
+
* reusable component for all cards on mobile view.
|
|
137
|
+
|
|
138
|
+
### vidis-medication-scheme-list:
|
|
139
|
+
* new design for cards on mobile view.
|
|
140
|
+
* Add new disclaimer for mobile view.
|
|
141
|
+
|
|
142
|
+
## v3.4.0 (2025-11-05)
|
|
143
|
+
### vidis-medication-scheme-list:
|
|
144
|
+
* Display temporality in medication scheme detail
|
|
145
|
+
* Display hour for last apdated infos and disclaimer
|
|
146
|
+
* Update message at the bottom of the page (mobile view)
|
|
147
|
+
* Display warning when there are incorrect elements in the medication scheme
|
|
148
|
+
|
|
149
|
+
### vidis-medication-scheme-detail:
|
|
150
|
+
* Display temporality in medication scheme detail
|
|
151
|
+
* Display warning when there are incorrect elements in the medication scheme
|
|
152
|
+
|
|
153
|
+
### vidis-diary-note:
|
|
154
|
+
* Display hour of creation on diary note card
|
|
155
|
+
* Removing sorting and filtering when user is offline
|
|
156
|
+
* Emit file name, content and mime type of the diary note attachment
|
|
157
|
+
|
|
158
|
+
### vidis-prescription-list:
|
|
159
|
+
* Adding infinite scrolling to load the new prescriptions
|
|
160
|
+
* Removing sorting when user is offline
|
|
161
|
+
|
|
162
|
+
## v3.4.1 (2025-11-06)
|
|
163
|
+
|
|
164
|
+
### vidis-delivered-medication-detail:
|
|
165
|
+
* Fix leaflet download for ios
|
|
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__)
|
|
185
|
+
### vidis-prescription-detail
|
|
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
|
+
* redesign of the sorting, adding and filtering diarynote, aligned to design kit
|
|
199
|
+
|
|
200
|
+
### vidis-prescription-list:
|
|
201
|
+
* Redesign of the cards
|
|
202
|
+
* Improve accessibility for the cards
|
|
203
|
+
|
|
204
|
+
### vidis-medication-scheme-detail:
|
|
205
|
+
* Bugfix: add comment section in the mobile view
|
|
206
|
+
|
|
207
|
+
### vidis-medication-scheme-list:
|
|
208
|
+
* Add a tag "Last day" on the medication card when it is the last day that patient should take the medication
|
|
209
|
+
* Set disclaimer on the top of the page
|