formbuilder-lhcforms 10.0.4 → 10.0.5
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.json5 +1 -1
- package/dist/formbuilder-lhcforms/assets/ngx-item.schema.json5 +26 -10
- package/dist/formbuilder-lhcforms/assets/version.json +1 -1
- package/dist/formbuilder-lhcforms/index.html +1 -1
- package/dist/formbuilder-lhcforms/main.ba78150ea0d3e49d.js +1 -0
- package/package.json +1 -1
- package/dist/formbuilder-lhcforms/main.3339e1649d2be0f0.js +0 -1
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
{ "field": "code", "col": 12 },
|
|
11
11
|
{ "field": "__$helpText", "col": 12},
|
|
12
12
|
{ "field": "type", "col": 12 },
|
|
13
|
+
{ "field": "repeats", "col": 12 },
|
|
13
14
|
{ "field": "__$variable", "col": 12 },
|
|
14
15
|
{ "field": "__$isAnswerList", "col": 12 },
|
|
15
16
|
{ "field": "__$answerOptionMethods", "col": 12 },
|
|
@@ -29,7 +30,6 @@
|
|
|
29
30
|
},
|
|
30
31
|
{
|
|
31
32
|
"showFields": [
|
|
32
|
-
{ "field": "repeats", "col": 12 },
|
|
33
33
|
{ "field": "required", "col": 12 },
|
|
34
34
|
{ "field": "readOnly", "col": 12 },
|
|
35
35
|
{ "field": "maxLength", "col": 12 },
|
|
@@ -839,17 +839,20 @@
|
|
|
839
839
|
{
|
|
840
840
|
"type": "string",
|
|
841
841
|
"enum": ["answer-option"],
|
|
842
|
-
"title": "Answer options"
|
|
842
|
+
"title": "Answer options",
|
|
843
|
+
"dataType": ["all"]
|
|
843
844
|
},
|
|
844
845
|
{
|
|
845
846
|
"type": "string",
|
|
846
847
|
"enum": ["snomed-value-set"],
|
|
847
|
-
"title": "SNOMED answer value set"
|
|
848
|
+
"title": "SNOMED answer value set",
|
|
849
|
+
"dataType": ["coding"]
|
|
848
850
|
},
|
|
849
851
|
{
|
|
850
852
|
"type": "string",
|
|
851
853
|
"enum": ["value-set"],
|
|
852
|
-
"title": "Answer value set URI"
|
|
854
|
+
"title": "Answer value set URI",
|
|
855
|
+
"dataType": ["coding"]
|
|
853
856
|
}
|
|
854
857
|
],
|
|
855
858
|
"default": "answer-option",
|
|
@@ -1097,6 +1100,8 @@
|
|
|
1097
1100
|
"type": "array",
|
|
1098
1101
|
"title": "Answer choices",
|
|
1099
1102
|
"visibleIf": {
|
|
1103
|
+
"__$answerOptionMethods": ["answer-option"]
|
|
1104
|
+
/*
|
|
1100
1105
|
"allOf": [
|
|
1101
1106
|
{
|
|
1102
1107
|
"/__$answerOptionMethods": ["answer-option"]
|
|
@@ -1104,7 +1109,7 @@
|
|
|
1104
1109
|
{
|
|
1105
1110
|
"__$valueMethod": ["$EXP$ target.value != 'compute-initial' && target.value != 'compute-continuously' "]
|
|
1106
1111
|
}
|
|
1107
|
-
]
|
|
1112
|
+
] */
|
|
1108
1113
|
},
|
|
1109
1114
|
"widget": {
|
|
1110
1115
|
"id": "answer-option",
|
|
@@ -1560,7 +1565,10 @@
|
|
|
1560
1565
|
"display": {
|
|
1561
1566
|
"description": "A representation of the meaning of the code in the system, following the rules of the system.",
|
|
1562
1567
|
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1563
|
-
"type": "string"
|
|
1568
|
+
"type": "string",
|
|
1569
|
+
"widget": {
|
|
1570
|
+
"id": "answer-value-set-coding-display"
|
|
1571
|
+
}
|
|
1564
1572
|
},
|
|
1565
1573
|
"userSelected": {
|
|
1566
1574
|
"description": "Indicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays).",
|
|
@@ -1573,14 +1581,12 @@
|
|
|
1573
1581
|
"visibleIf": {
|
|
1574
1582
|
"allOf": [
|
|
1575
1583
|
{
|
|
1576
|
-
"/__$answerOptionMethods": ["answer-option"]
|
|
1584
|
+
"/__$answerOptionMethods": ["answer-option", "snomed-value-set", "value-set"]
|
|
1577
1585
|
},
|
|
1578
1586
|
{
|
|
1579
1587
|
"/type": ["$EXP$ target.value == 'coding'"]
|
|
1580
1588
|
}
|
|
1581
1589
|
],
|
|
1582
|
-
|
|
1583
|
-
"/__$answerOptionMethods": ["answer-option"]
|
|
1584
1590
|
},
|
|
1585
1591
|
"widget": {
|
|
1586
1592
|
"id": "hidden"
|
|
@@ -1710,7 +1716,17 @@
|
|
|
1710
1716
|
"type": ["boolean"]
|
|
1711
1717
|
}
|
|
1712
1718
|
]
|
|
1713
|
-
}
|
|
1719
|
+
},
|
|
1720
|
+
{
|
|
1721
|
+
"allOf": [
|
|
1722
|
+
{
|
|
1723
|
+
"__$valueMethod": ["pick-initial"]
|
|
1724
|
+
},
|
|
1725
|
+
{
|
|
1726
|
+
"/__$answerOptionMethods": ["snomed-value-set", "value-set"]
|
|
1727
|
+
}
|
|
1728
|
+
]
|
|
1729
|
+
}
|
|
1714
1730
|
]
|
|
1715
1731
|
},
|
|
1716
1732
|
"widget": {
|
|
@@ -1798,7 +1814,7 @@
|
|
|
1798
1814
|
"additionalProperties": false,
|
|
1799
1815
|
"type": "object",
|
|
1800
1816
|
"visibleIf": {
|
|
1801
|
-
"/type": ["$EXP$ target.value == '
|
|
1817
|
+
"/type": ["$EXP$ target.value == 'coding'"]
|
|
1802
1818
|
}
|
|
1803
1819
|
}
|
|
1804
1820
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version": "10.0.
|
|
1
|
+
{"version": "10.0.5"}
|
|
@@ -19,6 +19,6 @@
|
|
|
19
19
|
<body class="bg-secondary">
|
|
20
20
|
<lfb-root></lfb-root>
|
|
21
21
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
|
|
22
|
-
<script src="runtime.451db9930bcccb8c.js" type="module"></script><script src="polyfills.e53ef974fd1c72c8.js" type="module"></script><script src="scripts.5c83cbb4dbb11a83.js" defer></script><script src="main.
|
|
22
|
+
<script src="runtime.451db9930bcccb8c.js" type="module"></script><script src="polyfills.e53ef974fd1c72c8.js" type="module"></script><script src="scripts.5c83cbb4dbb11a83.js" defer></script><script src="main.ba78150ea0d3e49d.js" type="module"></script></body>
|
|
23
23
|
</html>
|
|
24
24
|
|