formbuilder-lhcforms 8.0.5 → 8.0.10
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 +20 -0
- package/dist/formbuilder-lhcforms/assets/items-layout.json +2 -1
- package/dist/formbuilder-lhcforms/assets/ngx-item.schema.json +19 -0
- package/dist/formbuilder-lhcforms/assets/version.json +1 -1
- package/dist/formbuilder-lhcforms/index.html +3 -3
- package/dist/formbuilder-lhcforms/main.f8ea7232f9e66061.js +1 -0
- package/package.json +1 -1
- package/dist/formbuilder-lhcforms/main.9ef21ae1711e9aa3.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,26 @@
|
|
|
2
2
|
|
|
3
3
|
This project follows [Semantic Versioning](http://semver.org/).
|
|
4
4
|
|
|
5
|
+
## [8.0.10] 2023-01-25
|
|
6
|
+
### Changed
|
|
7
|
+
- Display LOINC terms of use acceptance dialog after displaying home page.
|
|
8
|
+
|
|
9
|
+
## [8.0.9] 2023-01-09
|
|
10
|
+
### Fixed
|
|
11
|
+
- Fix screen reader announcing blank on tooltip icons.
|
|
12
|
+
|
|
13
|
+
## [8.0.8] 2023-01-06
|
|
14
|
+
### Added
|
|
15
|
+
- Support extension for observation extract.
|
|
16
|
+
|
|
17
|
+
## [8.0.7] 2022-12-14
|
|
18
|
+
### Added
|
|
19
|
+
- Support import of forms that are in LForms format.
|
|
20
|
+
|
|
21
|
+
## [8.0.6] 2022-12-13
|
|
22
|
+
### Fixed
|
|
23
|
+
- Fix display of decimal answer field in conditional display when source item is decimal type.
|
|
24
|
+
|
|
5
25
|
## [8.0.5] 2022-12-05
|
|
6
26
|
### Fixed
|
|
7
27
|
- Fix loading initial component when switched type from choice to decimal.
|
|
@@ -1776,6 +1776,21 @@
|
|
|
1776
1776
|
"type": ["$EXP$ target.value != 'display'"]
|
|
1777
1777
|
}
|
|
1778
1778
|
},
|
|
1779
|
+
"__$observationExtract": {
|
|
1780
|
+
"description": "If true, indicates that the observation-based approach should be used to extract the particular item.",
|
|
1781
|
+
"title": "Use FHIR Observation extraction?",
|
|
1782
|
+
"pattern": "^true|false$",
|
|
1783
|
+
"type": "boolean",
|
|
1784
|
+
"widget": {
|
|
1785
|
+
"id": "observation-extract",
|
|
1786
|
+
"labelPosition": "left",
|
|
1787
|
+
"labelWidthClass": "col-sm-2 pr-1",
|
|
1788
|
+
"controlWidthClass": "col-sm-10"
|
|
1789
|
+
},
|
|
1790
|
+
"visibleIf": {
|
|
1791
|
+
"type": ["$EXP$ target.value != 'display'"]
|
|
1792
|
+
}
|
|
1793
|
+
},
|
|
1779
1794
|
"__$units": {
|
|
1780
1795
|
"description": "The units for answers. They are applicable for integer, decimal, and quantity types.",
|
|
1781
1796
|
"title": "Units",
|
|
@@ -5043,6 +5058,10 @@
|
|
|
5043
5058
|
"fields": ["__$observationLinkPeriod"],
|
|
5044
5059
|
"showFields": [{"field": "__$observationLinkPeriod", "col": 10}]
|
|
5045
5060
|
},
|
|
5061
|
+
{
|
|
5062
|
+
"fields": ["__$observationExtract"],
|
|
5063
|
+
"showFields": [{"field": "__$observationExtract", "col": 10}]
|
|
5064
|
+
},
|
|
5046
5065
|
{
|
|
5047
5066
|
"fields": ["id", "extension", "modifierExtension", "definition"]
|
|
5048
5067
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version": "8.0.
|
|
1
|
+
{"version": "8.0.10"}
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
}
|
|
17
17
|
</script></script>
|
|
18
18
|
<!-- ! DO NOT REMOVE THIS COMMENT, WE NEED ITS CLOSING MARKER -->
|
|
19
|
-
<style>:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}.bg-
|
|
20
|
-
<body class="bg-
|
|
19
|
+
<style>:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}.bg-secondary{background-color:#6c757d!important}@media print{*,:after,:before{text-shadow:none!important;box-shadow:none!important}@page{size:a3}body{min-width:992px!important}}html,body{height:100%}body{margin:0;font-family:Roboto,Helvetica Neue,sans-serif}</style><link rel="stylesheet" href="styles.8a53b5faf8724c95.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.8a53b5faf8724c95.css"></noscript></head>
|
|
20
|
+
<body class="bg-secondary">
|
|
21
21
|
<lfb-root></lfb-root>
|
|
22
22
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
|
|
23
23
|
<script src="lforms/lib/elements/assets/lib/zone.min.js"></script>
|
|
@@ -26,6 +26,6 @@
|
|
|
26
26
|
<script src="lforms/lib/elements/scripts.js"></script>
|
|
27
27
|
<script src="lforms/lib/elements/main.js"></script>
|
|
28
28
|
<script src="lforms/lib/fhir/lformsFHIRAll.min.js"></script>
|
|
29
|
-
<script src="runtime.e3d955f506921cad.js" type="module"></script><script src="polyfills.896ec7ce0831df76.js" type="module"></script><script src="scripts.bd81be7f7835a416.js" defer></script><script src="main.
|
|
29
|
+
<script src="runtime.e3d955f506921cad.js" type="module"></script><script src="polyfills.896ec7ce0831df76.js" type="module"></script><script src="scripts.bd81be7f7835a416.js" defer></script><script src="main.f8ea7232f9e66061.js" type="module"></script>
|
|
30
30
|
|
|
31
31
|
</body></html>
|