@smals-belgium-shared/vidis-diarynote 4.2.2-snapshot.25 → 4.2.2-snapshot.27

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +48 -45
  2. package/diarynote.js +3345 -3336
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -287,68 +287,71 @@
287
287
  ## __RELEASE_VERSION__ (__RELEASE_DATE__)
288
288
 
289
289
  * Upgrade project to Angular version 22
290
- * Migrate report error to use API v3.
291
- * Accessibility : fix "This element has insufficient contrast at this conformance level" issues in all web components.
292
- * Accessibility : dynamically update HTML lang attribute to ensure correct screen reader pronunciation
290
+ * Migrate report error to use API v3
291
+ * Accessibility: Fix "This element has insufficient contrast at this conformance level" issues in all web components
292
+ * Accessibility: Dynamically update HTML lang attribute to ensure correct screen reader pronunciation
293
293
 
294
294
  ### vidis-medication-scheme-list:
295
- * Styling correction for mobile view.
296
- * Using togglers to change view on desktop view.
297
- * New icons for the togglers on desktop view and for the menu in mobile view.
298
- * Remove "Reasons" field on the mobile view for daily and weekly view to be aligned with desktop view.
299
- * Change the colors and remove the icon of the date-picker on mobile view when we are not on the current date.
300
- * Years are not displayed in the date-picker on the weekly view when looking for a week that runs over 2 months.
301
- * Bugfix: The message when the patient has no medication-scheme is now the correct one.
295
+ * Styling correction for mobile view
296
+ * Using togglers to change view on desktop view
297
+ * New icons for the togglers on desktop view and for the menu in mobile view
298
+ * Remove "Reasons" field on the mobile view for daily and weekly view to be aligned with desktop view
299
+ * Change the colors and remove the icon of the date-picker on mobile view when we are not on the current date
300
+ * Years are not displayed in the date-picker on the weekly view when looking for a week that runs over 2 months
301
+ * The message when the patient has no medication-scheme is now the correct one
302
302
 
303
303
  ### vidis-prescription-list
304
- * Using /api/v3 instead of /v3 for all requests.
305
- * Make practitioner null-safe.
306
- * Desktop redesign.
307
- * Improve accessibility.
308
- * Bugfix: resolve focus loss on sorting control and ensure sort announcements
309
- * Adapt details button to align with other components.
304
+ * Using /api/v3 instead of /v3 for all requests
305
+ * Make practitioner null-safe
306
+ * Desktop redesign
307
+ * Improve accessibility
308
+ * Resolve focus loss on sorting control and ensure sort announcements
309
+ * Adapt details button to align with other components
310
+ * Resolve display of fullname in the printed prescription
310
311
 
311
312
  ### vidis-prescription-detail
312
- * Desktop view Redesign.
313
- * Using /api/v3 instead of /v3 for all requests.
314
- * Fix screen freeze when phone number is changed in the reservation dialog.
315
- * Bugfix : Hospital pharmacy not checked but filtering works.
316
- * update pharmacies endpoint from /v1 to /v3.
317
- * Bugfix: delete prescription was producing a bad request error.
318
- * Improve accessibility.
319
- * Bugfix: the text below the pharmacy visibility label is now correctly grouped.
313
+ * Desktop view Redesign
314
+ * Using /api/v3 instead of /v3 for all requests
315
+ * Fix screen freeze when phone number is changed in the reservation dialog
316
+ * Hospital pharmacy not checked but filtering works
317
+ * Update pharmacies endpoint from /v1 to /v3
318
+ * Delete prescription was producing a bad request error
319
+ * Improve accessibility
320
+ * The text below the pharmacy visibility label is now correctly grouped
321
+ * Give context to the SSIN number
322
+ * Resolve display of fullname in the printed prescription
320
323
 
321
324
  ### vidis-diarynote
322
- * Redesign journal notes-list table for desktop.
323
- * Using API V3 instead of V2.
324
- * Improve accessibility for deleted diary notes.
325
- * Align NIHDI number to correct format.
325
+ * Redesign journal notes-list table for desktop
326
+ * Using API V3 instead of V2
327
+ * Improve accessibility for deleted diary notes
328
+ * Align NIHDI number to correct format
326
329
 
327
330
  ### vidis-delivered-medication-list
328
- * Using /api/v3 instead of /v3 for all requests.
329
- * Sorting label adaptations.
330
- * Desktop view redesign.
331
- * Bugfix: resolve focus loss on sorting control
331
+ * Using /api/v3 instead of /v3 for all requests
332
+ * Sorting label adaptations
333
+ * Desktop view redesign
334
+ * Resolve focus loss on sorting control
332
335
 
333
336
  ### vidis-delivered-medication-detail
334
- * Using /api/v3 instead of /v3 for all requests.
335
- * download leaflet : using API V3 instead of V2.
336
- * Desktop and mobile views redesign.
337
+ * Using /api/v3 instead of /v3 for all requests
338
+ * download leaflet: using API V3 instead of V2
339
+ * Desktop and mobile views redesign
337
340
 
338
341
  ### vidis-medication-scheme-list:
339
- * Using API V3 instead of V2 for all requests.
340
- * Secure components against API v3 payload changes and add '-' in case of empty or null value.
341
- * Desktop redesign.
342
- * Align NIHDI number to correct format.
342
+ * Using API V3 instead of V2 for all requests
343
+ * Secure components against API v3 payload changes and add '-' in case of empty or null value
344
+ * Desktop redesign
345
+ * Align NIHDI number to correct format
343
346
 
344
347
  ### vidis-medication-scheme-detail
345
- * Using API V3 instead of V2 for all requests.
346
- * Redesign for desktop.
348
+ * Using API V3 instead of V2 for all requests
349
+ * Redesign for desktop
347
350
  * Align NIHDI number to correct format
348
351
 
349
352
  ### vidis-medication-scheme-list:
350
- * Desktop redesign of weekly and daily section.
351
- * Align NIHDI number to correct format.
352
- * Bugfix: resolve focus loss on sorting control
353
- * Adapt details button to align with other components.
353
+ * Desktop redesign of weekly and daily section
354
+ * Align NIHDI number to correct format
355
+ * Resolve focus loss on sorting control
356
+ * Adapt details button to align with other components
354
357