formbuilder-lhcforms 9.2.1 → 9.2.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/dist/formbuilder-lhcforms/assets/fl-fields-layout.json5 +2 -1
- package/dist/formbuilder-lhcforms/assets/items-layout.json5 +2 -1
- package/dist/formbuilder-lhcforms/assets/ngx-item.schema.json5 +5 -12
- 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.map +1 -0
- package/dist/formbuilder-lhcforms/lforms/lib/elements/polyfills.js.map +1 -0
- package/dist/formbuilder-lhcforms/lforms/lib/elements/runtime.js.map +1 -0
- package/dist/formbuilder-lhcforms/lforms/lib/fhir/lformsFHIRAll.min.js.map +1 -0
- package/dist/formbuilder-lhcforms/main.a584e788c1fd0286.js +1 -0
- package/package.json +6 -9
- package/dist/formbuilder-lhcforms/main.0ed597714263eb1f.js +0 -1
|
@@ -1300,25 +1300,18 @@
|
|
|
1300
1300
|
}
|
|
1301
1301
|
},
|
|
1302
1302
|
"__$itemControl": {
|
|
1303
|
-
|
|
1304
|
-
"
|
|
1303
|
+
// Proxy for item control extension.
|
|
1304
|
+
"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. You may also choose checkboxes or radio-buttons for smaller lists. 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.",
|
|
1305
|
+
"title": "Answer list layout",
|
|
1305
1306
|
"type": "string",
|
|
1306
1307
|
"visibleIf": {
|
|
1307
|
-
"type": ["$EXP$ target.value == 'open-choice' || target.value == 'choice'"]
|
|
1308
|
-
"allOf": [
|
|
1309
|
-
{
|
|
1310
|
-
"type": ["$EXP$ target.value == 'open-choice' || target.value == 'choice'"]
|
|
1311
|
-
},
|
|
1312
|
-
{
|
|
1313
|
-
"__$answerOptionMethods": ["$EXP$ target.value != 'answer-option'"]
|
|
1314
|
-
}
|
|
1315
|
-
]
|
|
1308
|
+
"type": ["$EXP$ target.value == 'open-choice' || target.value == 'choice'"]
|
|
1316
1309
|
},
|
|
1317
1310
|
"widget": {
|
|
1318
1311
|
"id": "item-control",
|
|
1319
1312
|
"labelPosition": "left",
|
|
1320
1313
|
"labelClasses": "col-2 ps-0 pe-1",
|
|
1321
|
-
"controlClasses": "col
|
|
1314
|
+
"controlClasses": "col-auto btn-group btn-group-sm p-0"
|
|
1322
1315
|
}
|
|
1323
1316
|
},
|
|
1324
1317
|
"__$terminologyServer": {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version": "9.2.
|
|
1
|
+
{"version": "9.2.2"}
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
<script src="lforms/lib/elements/polyfills.js"></script>
|
|
24
24
|
<script src="lforms/lib/elements/main.js"></script>
|
|
25
25
|
<script src="lforms/lib/fhir/lformsFHIRAll.min.js"></script>
|
|
26
|
-
<script src="runtime.e3d955f506921cad.js" type="module"></script><script src="polyfills.26015f639a44af6f.js" type="module"></script><script src="scripts.5c83cbb4dbb11a83.js" defer></script><script src="main.
|
|
26
|
+
<script src="runtime.e3d955f506921cad.js" type="module"></script><script src="polyfills.26015f639a44af6f.js" type="module"></script><script src="scripts.5c83cbb4dbb11a83.js" defer></script><script src="main.a584e788c1fd0286.js" type="module"></script>
|
|
27
27
|
|
|
28
28
|
</body></html>
|