@myhealth-belgium/webcomponent-therapeutic-relations 1.0.3 → 1.0.4
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 +4 -0
- package/README.md +4 -5
- package/main.mjs +22045 -56626
- package/main.umd.js +258 -734
- package/package.json +1 -1
- package/styles.css +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -42,11 +42,10 @@ The manifest can be viewed to see the component(s) inside the package, as well a
|
|
|
42
42
|
|
|
43
43
|
`tagName`: `<mh-web-component-therapeutic-relations />`
|
|
44
44
|
|
|
45
|
-
| Property
|
|
46
|
-
|
|
|
47
|
-
| `user-language`
|
|
48
|
-
| `config-name`
|
|
49
|
-
| `cdk-scroll-view-height` | `string` | No | The height of the CDK scroll with cards that is displayed on mobile. Injected as CSS and should thus be a number followed by any [CSS size unit](https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Styling_basics/Values_and_units). F.e.: `500px`. |
|
|
45
|
+
| Property | Type | Required | Description |
|
|
46
|
+
| --------------- | -------------- | -------- | -------------------------------------------------------------------------------------------------------------------------------- |
|
|
47
|
+
| `user-language` | `UserLanguage` | No | The language for the webcomponent interface. Automatically updates the translation service when changed. |
|
|
48
|
+
| `config-name` | `ConfigName` | No | The configuration name that determines the environment and API endpoints. Set to `"demo"` to use mock data instead of API calls. |
|
|
50
49
|
|
|
51
50
|
### Mock data
|
|
52
51
|
|