@smals-belgium-shared/vidis-medication-scheme-detail 3.4.4-snapshot.16 → 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,49 +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__)
185
- * `onError` to be emitted after reporting an error (in all webcoponents).
167
+ ## v3.4.3 (2025-12-17)
186
168
  ### vidis-prescription-detail
187
169
  * Masanté Demo mode data: Modify instructions in 2 languages
188
- * Bugfix: hide reservation button when prescription is already reserved
189
- * Add 2 new outputs navigate to the new components in mobile view, both have the data for the `info` input:
190
- * `clickReserve` to navigate to the new reservation component
191
- * `clickVisibility` to navigate to the new visibility component
192
- * Add 2 new components for reservation and changing visibility of a prescription for mobile view:
193
- * `vidis-pharmacy-reservation` with input `info` and output `finishReservation`
194
- * `vidis-prescription-visibility` with input `info` and output `finishVisibility`
195
- * Bugfix: replace ‘patient’ with ‘beneficiary’ in the translation for mobile view
196
-
197
- ### vidis-diarynote
198
- * Add snackbar confirmation when a note is created
199
- * Redesign of the sorting, adding and filtering diarynote, aligned to design kit
200
- * Redesign of the cards
201
- * Add new spinner when attachments are downloading
202
-
203
- ### vidis-prescription-list:
204
- * Redesign of the cards
205
- * Improve accessibility for the cards
206
-
207
- ### vidis-medication-scheme-detail:
208
- * Bugfix: add comment section in the mobile view
209
170
 
171
+ ## __RELEASE_VERSION__ (__RELEASE_DATE__)
210
172
  ### vidis-medication-scheme-list:
211
- * Add a tag "Last day" on the medication card when it is the last day that patient should take the medication
212
- * Set disclaimer on the top of the page
173
+ * fix crash when there is no medicationscheme
package/README.md CHANGED
@@ -39,24 +39,22 @@ The **daily view** is tailored for those who need a more specific, day-to-day br
39
39
 
40
40
  ## Inputs
41
41
 
42
- | Name | Mandatory | Possible values | Description |
43
- |-----------------------------|-----------|-----------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
44
- | `language` | true | `en`, `de`, `fr`, `nl` | The language holds the current language as a value, which means it can change over time if the user changes his/her preferred language. The web component adapts the translations based on the value set. The values of the language property are defined in the Language enum. |
45
- | `configName` | true | `acc`, `prod` | Name of the configuration the application and the components are being deployed to. |
46
- | `services` | true | N/A | Set of services to be consumed by the component. see [USAGE](#Usage). |
47
- | `professional` | true | `true`, `false` | Indicates whether the component is being used in a professional context. If set to `true`, the `ssin` input must be provided and will be used to identify the patient. If `false`, the SSIN will be retrieved automatically from the authentication token. |
48
- | `ssin` | true | N/A | The patient's SSIN. When `professional` is `false`, this value is ignored and the SSIN is extracted from the authentication token. |
49
- | `offlineDataStorageEnabled` | true | `true`, `false` | A boolean flag indicating whether offline data storage has been enabled by the user. When true, the web component can store and retrieve data locally for offline access. |
50
- | `isOfflineAuthenticated` | true | `true`, `false` | A boolean flag indicating whether the web component is being accessed from an offline state. |
51
- | `exchangeClientId` | true | N/A | The client id used for the token exchange |
52
- | `detail` | true | N/A | the id of medicationscheme + the date of the details to display (format : yyyy-MM-dd). The date is optional. | |
53
-
42
+ | Name | Mandatory | Possible values | Description |
43
+ |-----------------------------|-----------|------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
44
+ | `language` | true | `en`, `de`, `fr`, `nl` | The language holds the current language as a value, which means it can change over time if the user changes his/her preferred language. The web component adapts the translations based on the value set. The values of the language property are defined in the Language enum. |
45
+ | `configName` | true | `acc`, `prod` | Name of the configuration the application and the components are being deployed to. |
46
+ | `services` | true | N/A | Set of services to be consumed by the component. see [USAGE](#Usage). |
47
+ | `professional` | true | `true`, `false` | Indicates whether the component is being used in a professional context. If set to `true`, the `ssin` input must be provided and will be used to identify the patient. If `false`, the SSIN will be retrieved automatically from the authentication token. |
48
+ | `ssin` | true | N/A | The patient's SSIN. When `professional` is `false`, this value is ignored and the SSIN is extracted from the authentication token. |
49
+ | `offlineDataStorageEnabled` | true | `true`, `false` | A boolean flag indicating whether offline data storage has been enabled by the user. When true, the web component can store and retrieve data locally for offline access. |
50
+ | `isOfflineAuthenticated` | true | `true`, `false` | A boolean flag indicating whether the web component is being accessed from an offline state. |
51
+ | `exchangeClientId` | true | N/A | The client id used for the token exchange |
54
52
 
55
53
  ## Outputs
56
54
 
57
- | Name | Type | Description |
58
- |-------------|-----------------------|---------------------------------------------------------------------------------------------------------------------|
59
- | `onError` | {reported: boolean} | Emitted after the error dialog closes. reported is true if the user confirmed reporting the error; otherwise false. |
55
+ | Name | Type | Description |
56
+ |------------------------|--------|-----------------------------------------------|
57
+ | `onSelectMedication` | string | Notified with the selected ID code as string |
60
58
 
61
59
 
62
60
  ## Usage