lforms 33.2.0 → 33.3.0
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 +8 -0
- package/dist/lforms/README.md +59 -38
- package/dist/lforms/webcomponent/lhc-forms.js +256 -255
- package/dist/lforms/webcomponent/main.js +256 -255
- package/dist/lforms/webcomponent/main.js.map +1 -1
- package/form_definition.md +1 -2
- package/package.json +2 -2
- package/lforms-33.2.0.tgz +0 -0
package/form_definition.md
CHANGED
|
@@ -138,8 +138,7 @@ about the meaning of each key:
|
|
|
138
138
|
* linkId - (required) An ID identifying the question or section.
|
|
139
139
|
This code needs to be unique across the form.
|
|
140
140
|
* questionCode - (optional) A code for the question or section.
|
|
141
|
-
* questionCodeSystem - (optional) the code system for the question code.
|
|
142
|
-
is "LOINC" when the form's **type** is "LOINC".
|
|
141
|
+
* questionCodeSystem - (optional) the code system for the question code.
|
|
143
142
|
* questionCardinality - This controls whether the there is a button for
|
|
144
143
|
adding another of this question/section. It is a hash with "min" and
|
|
145
144
|
"max" keys, and by default both of those are "1" (i.e., not repeatable).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lforms",
|
|
3
|
-
"version": "33.
|
|
3
|
+
"version": "33.3.0",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"fhir",
|
|
6
6
|
"Questionnaire",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"chai": "^4.3.6",
|
|
83
83
|
"concat": "^1.0.3",
|
|
84
84
|
"cypress": "^10.10.0",
|
|
85
|
-
"cypress-
|
|
85
|
+
"cypress-real-events": "^1.7.6",
|
|
86
86
|
"fs-extra": "^10.1.0",
|
|
87
87
|
"http-server": "^14.1.1",
|
|
88
88
|
"jasmine-core": "~4.5.0",
|
package/lforms-33.2.0.tgz
DELETED
|
Binary file
|