formbuilder-lhcforms 9.1.1 → 9.1.3
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/dist/formbuilder-lhcforms/assets/items-layout.json +1 -0
- package/dist/formbuilder-lhcforms/assets/ngx-item.schema.json +28 -0
- package/dist/formbuilder-lhcforms/assets/version.json +1 -1
- package/dist/formbuilder-lhcforms/index.html +1 -1
- package/dist/formbuilder-lhcforms/lforms/lib/elements/main.js +293 -284
- package/dist/formbuilder-lhcforms/lforms/lib/elements/styles.css +1 -1
- package/dist/formbuilder-lhcforms/lforms/lib/fhir/lformsFHIRAll.min.js +1 -1
- package/dist/formbuilder-lhcforms/main.643fd0930aca49e4.js +1 -0
- package/package.json +1 -1
- package/dist/formbuilder-lhcforms/main.a351501174fdf777.js +0 -1
|
@@ -1301,6 +1301,28 @@
|
|
|
1301
1301
|
]
|
|
1302
1302
|
}
|
|
1303
1303
|
},
|
|
1304
|
+
"__$itemControl": {
|
|
1305
|
+
"description": "Choose the type of control for the answer list. The default is a drop-down list, which works well for lists that aren't too large. For large lists, you can make it an autocomplete list, in which matching items will show up when the user starts typing, though some FHIR servers (e.g., the SNOMED server) might not return results until the user types a few characters.",
|
|
1306
|
+
"title": "Choice type",
|
|
1307
|
+
"type": "string",
|
|
1308
|
+
"visibleIf": {
|
|
1309
|
+
"type": ["$EXP$ target.value == 'open-choice' || target.value == 'choice'"],
|
|
1310
|
+
"allOf": [
|
|
1311
|
+
{
|
|
1312
|
+
"type": ["$EXP$ target.value == 'open-choice' || target.value == 'choice'"]
|
|
1313
|
+
},
|
|
1314
|
+
{
|
|
1315
|
+
"__$answerOptionMethods": ["$EXP$ target.value != 'answer-option'"]
|
|
1316
|
+
}
|
|
1317
|
+
]
|
|
1318
|
+
},
|
|
1319
|
+
"widget": {
|
|
1320
|
+
"id": "item-control",
|
|
1321
|
+
"labelPosition": "left",
|
|
1322
|
+
"labelClasses": "col-2 ps-0 pe-1",
|
|
1323
|
+
"controlClasses": "col p-0 m-0"
|
|
1324
|
+
}
|
|
1325
|
+
},
|
|
1304
1326
|
"__$terminologyServer": {
|
|
1305
1327
|
"description": "Enter url for preferred terminology server.",
|
|
1306
1328
|
"title": "Terminology server",
|
|
@@ -5075,6 +5097,12 @@
|
|
|
5075
5097
|
{ "field": "answerOption", "col": 12 }
|
|
5076
5098
|
]
|
|
5077
5099
|
},
|
|
5100
|
+
{
|
|
5101
|
+
"fields": ["__$itemControl"],
|
|
5102
|
+
"showFields": [
|
|
5103
|
+
{ "field": "__$itemControl", "col": 12 }
|
|
5104
|
+
]
|
|
5105
|
+
},
|
|
5078
5106
|
{
|
|
5079
5107
|
"fields": ["__$terminologyServer"],
|
|
5080
5108
|
"showFields": [
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version": "9.1.
|
|
1
|
+
{"version": "9.1.3"}
|
|
@@ -24,6 +24,6 @@
|
|
|
24
24
|
<script src="lforms/lib/elements/scripts.js"></script>
|
|
25
25
|
<script src="lforms/lib/elements/main.js"></script>
|
|
26
26
|
<script src="lforms/lib/fhir/lformsFHIRAll.min.js"></script>
|
|
27
|
-
<script src="runtime.e3d955f506921cad.js" type="module"></script><script src="polyfills.26015f639a44af6f.js" type="module"></script><script src="scripts.2fd87cd35fe0c8f2.js" defer></script><script src="main.
|
|
27
|
+
<script src="runtime.e3d955f506921cad.js" type="module"></script><script src="polyfills.26015f639a44af6f.js" type="module"></script><script src="scripts.2fd87cd35fe0c8f2.js" defer></script><script src="main.643fd0930aca49e4.js" type="module"></script>
|
|
28
28
|
|
|
29
29
|
</body></html>
|