formbuilder-lhcforms 10.0.5 → 10.0.7
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 -0
- package/dist/formbuilder-lhcforms/assets/ngx-item.schema.json5 +29 -4
- package/dist/formbuilder-lhcforms/assets/version.json +1 -1
- package/dist/formbuilder-lhcforms/index.html +1 -1
- package/dist/formbuilder-lhcforms/main.25f0a84f4bb67779.js +1 -0
- package/package.json +4 -1
- package/dist/formbuilder-lhcforms/main.ba78150ea0d3e49d.js +0 -1
- package/dist/formbuilder-lhcforms/tests/window-open-test.html +0 -117
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
{ "field": "code", "col": 12 },
|
|
11
11
|
{ "field": "__$helpText", "col": 12},
|
|
12
12
|
{ "field": "type", "col": 12 },
|
|
13
|
+
{ "field": "__$entryFormat", "col": 12},
|
|
13
14
|
{ "field": "repeats", "col": 12 },
|
|
14
15
|
{ "field": "__$variable", "col": 12 },
|
|
15
16
|
{ "field": "__$isAnswerList", "col": 12 },
|
|
@@ -60,6 +60,20 @@
|
|
|
60
60
|
},
|
|
61
61
|
"default": "string"
|
|
62
62
|
},
|
|
63
|
+
"__$entryFormat": {
|
|
64
|
+
"description": "The entry format extension provides a human-readable hint about the expected format of user input. It serves as a guide but does not enforce validation.",
|
|
65
|
+
"title": "Entry format",
|
|
66
|
+
"type": "string",
|
|
67
|
+
"visibleIf": {
|
|
68
|
+
"type": ["$EXP$ target.value != 'group' && target.value != 'display' && target.value != 'boolean' && target.value != 'reference'"]
|
|
69
|
+
},
|
|
70
|
+
"widget": {
|
|
71
|
+
"id": "entry-format",
|
|
72
|
+
"labelPosition": "left",
|
|
73
|
+
"labelClasses": "col-2 ps-0 pe-1",
|
|
74
|
+
"controlClasses": "col-10 p-0"
|
|
75
|
+
}
|
|
76
|
+
},
|
|
63
77
|
"__$restrictions": {
|
|
64
78
|
"description": "Choose to add value restrictions to the input.",
|
|
65
79
|
"title": "Restrictions",
|
|
@@ -1138,7 +1152,7 @@
|
|
|
1138
1152
|
"title": "Answer list layout",
|
|
1139
1153
|
"type": "string",
|
|
1140
1154
|
"visibleIf": {
|
|
1141
|
-
"
|
|
1155
|
+
"__$isAnswerList": [true]
|
|
1142
1156
|
},
|
|
1143
1157
|
"widget": {
|
|
1144
1158
|
"id": "item-control",
|
|
@@ -1281,7 +1295,7 @@
|
|
|
1281
1295
|
"labelClasses": "col-2 ps-0 pe-1",
|
|
1282
1296
|
"controlClasses": "col-10 btn-group btn-group-sm p-0",
|
|
1283
1297
|
"note": "(1) - not supported by LHC-Forms preview.",
|
|
1284
|
-
"deprecatedNote": "* '${deprecatedItemControl}' item control is deprecated and is not presented in this list of item controls."
|
|
1298
|
+
"deprecatedNote": "* '${deprecatedItemControl}' item control is deprecated and is not presented in this list of item controls."
|
|
1285
1299
|
}
|
|
1286
1300
|
},
|
|
1287
1301
|
|
|
@@ -1726,7 +1740,7 @@
|
|
|
1726
1740
|
"/__$answerOptionMethods": ["snomed-value-set", "value-set"]
|
|
1727
1741
|
}
|
|
1728
1742
|
]
|
|
1729
|
-
}
|
|
1743
|
+
}
|
|
1730
1744
|
]
|
|
1731
1745
|
},
|
|
1732
1746
|
"widget": {
|
|
@@ -2437,7 +2451,7 @@
|
|
|
2437
2451
|
"col": 12
|
|
2438
2452
|
}
|
|
2439
2453
|
]
|
|
2440
|
-
},
|
|
2454
|
+
},
|
|
2441
2455
|
{
|
|
2442
2456
|
"fields": [
|
|
2443
2457
|
"__$terminologyServer"
|
|
@@ -2482,6 +2496,17 @@
|
|
|
2482
2496
|
}
|
|
2483
2497
|
]
|
|
2484
2498
|
},
|
|
2499
|
+
{
|
|
2500
|
+
"fields": [
|
|
2501
|
+
"__$entryFormat"
|
|
2502
|
+
],
|
|
2503
|
+
"showFields": [
|
|
2504
|
+
{
|
|
2505
|
+
"field": "__$entryFormat",
|
|
2506
|
+
"col": 12
|
|
2507
|
+
}
|
|
2508
|
+
]
|
|
2509
|
+
},
|
|
2485
2510
|
{
|
|
2486
2511
|
"fields": [
|
|
2487
2512
|
"__$pickInitial"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version": "10.0.
|
|
1
|
+
{"version": "10.0.7"}
|
|
@@ -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.25f0a84f4bb67779.js" type="module"></script></body>
|
|
23
23
|
</html>
|
|
24
24
|
|