@smals-belgium-shared/vidis-medication-scheme-list 3.0.2-snapshot.0 → 3.0.2-snapshot.2
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 +2 -0
- package/README.md +0 -30
- package/assets/main-CnTXnlZT.js +74 -0
- package/medication-scheme-list.js +1 -1
- package/package.json +1 -1
- package/assets/demo/v1_medicationscheme.json +0 -1149
- package/assets/main-D1MS6FXT.js +0 -74
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -119,36 +119,6 @@ The **daily view** is tailored for those who need a more specific, day-to-day br
|
|
|
119
119
|
```
|
|
120
120
|
|
|
121
121
|
|
|
122
|
-
## Demo Mode Setup
|
|
123
|
-
|
|
124
|
-
To use the demo mode, ensure demo assets are accessible at _http(s)://[web-component-host]/assets_.
|
|
125
|
-
|
|
126
|
-
### Angular Configuration
|
|
127
|
-
|
|
128
|
-
To incorporate demo assets into your Angular application, modify your _angular.json_ file as follows:
|
|
129
|
-
|
|
130
|
-
```json
|
|
131
|
-
{
|
|
132
|
-
"projects": {
|
|
133
|
-
"your-angular-app": {
|
|
134
|
-
"architect": {
|
|
135
|
-
"build": {
|
|
136
|
-
"options": {
|
|
137
|
-
"assets": [
|
|
138
|
-
{
|
|
139
|
-
"glob": "**/*",
|
|
140
|
-
"input": "./node_modules/[package-name]/assets/demo",
|
|
141
|
-
"output": "/assets/"
|
|
142
|
-
}
|
|
143
|
-
]
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
}
|
|
150
|
-
```
|
|
151
|
-
|
|
152
122
|
## Versioning
|
|
153
123
|
|
|
154
124
|
This project follows [Semantic Versioning][Semver]. Each release is categorized by major, minor, and patch updates. Significant changes that may break existing integrations will be introduced with major versions. Please check [CHANGELOG.md](CHANGELOG.md) file for more info.
|