formbuilder-lhcforms 9.6.5 → 9.6.9
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/3rdpartylicenses.txt +1 -24
- package/dist/formbuilder-lhcforms/assets/fhir-definitions.schema.json5 +18 -0
- package/dist/formbuilder-lhcforms/assets/items-layout.json5 +1 -0
- package/dist/formbuilder-lhcforms/assets/ngx-item.schema.json5 +170 -10
- package/dist/formbuilder-lhcforms/assets/version.json +1 -1
- package/dist/formbuilder-lhcforms/index.html +2 -2
- package/dist/formbuilder-lhcforms/main.52488ee249d56b57.js +1 -0
- package/dist/formbuilder-lhcforms/tests/window-open-test.html +108 -0
- package/package.json +1 -1
- package/dist/formbuilder-lhcforms/main.9e88e6ed10ff895a.js +0 -1
|
@@ -904,29 +904,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
904
904
|
THE SOFTWARE.
|
|
905
905
|
|
|
906
906
|
|
|
907
|
-
core-js
|
|
908
|
-
MIT
|
|
909
|
-
Copyright (c) 2014-2024 Denis Pushkarev
|
|
910
|
-
|
|
911
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
912
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
913
|
-
in the Software without restriction, including without limitation the rights
|
|
914
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
915
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
916
|
-
furnished to do so, subject to the following conditions:
|
|
917
|
-
|
|
918
|
-
The above copyright notice and this permission notice shall be included in
|
|
919
|
-
all copies or substantial portions of the Software.
|
|
920
|
-
|
|
921
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
922
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
923
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
924
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
925
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
926
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
927
|
-
THE SOFTWARE.
|
|
928
|
-
|
|
929
|
-
|
|
930
907
|
cross-fetch
|
|
931
908
|
MIT
|
|
932
909
|
The MIT License (MIT)
|
|
@@ -1921,7 +1898,7 @@ ms
|
|
|
1921
1898
|
MIT
|
|
1922
1899
|
The MIT License (MIT)
|
|
1923
1900
|
|
|
1924
|
-
Copyright (c)
|
|
1901
|
+
Copyright (c) 2020 Vercel, Inc.
|
|
1925
1902
|
|
|
1926
1903
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1927
1904
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4,6 +4,24 @@
|
|
|
4
4
|
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
5
5
|
"type": "string"
|
|
6
6
|
},
|
|
7
|
+
"Element": {
|
|
8
|
+
"type": "object",
|
|
9
|
+
"description": "Base definition for all elements in a resource.",
|
|
10
|
+
"properties": {
|
|
11
|
+
"id": {
|
|
12
|
+
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
13
|
+
"$ref": "#/definitions/string"
|
|
14
|
+
},
|
|
15
|
+
"extension": {
|
|
16
|
+
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
17
|
+
"items": {
|
|
18
|
+
"$ref": "#/definitions/Extension"
|
|
19
|
+
},
|
|
20
|
+
"type": "array"
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"additionalProperties": false
|
|
24
|
+
},
|
|
7
25
|
"Extension": {
|
|
8
26
|
"description": "Optional Extension Element - found in all resources.",
|
|
9
27
|
"properties": {
|
|
@@ -47,10 +47,8 @@
|
|
|
47
47
|
"labelClasses": "col-2 ps-0 pe-1",
|
|
48
48
|
"controlClasses": "col-10 p-0",
|
|
49
49
|
"selectOptionsMap": {
|
|
50
|
-
"remove": ["
|
|
51
|
-
"
|
|
52
|
-
"group": "header (group/display)"
|
|
53
|
-
}
|
|
50
|
+
"remove": ["reference", "attachment"],
|
|
51
|
+
"validateType": true
|
|
54
52
|
}
|
|
55
53
|
},
|
|
56
54
|
"default": "string"
|
|
@@ -104,7 +102,6 @@
|
|
|
104
102
|
{"field": "operator", "col": 7, "nolabel": true},
|
|
105
103
|
{"field": "value", "col": 4, "nolabel": true}
|
|
106
104
|
]
|
|
107
|
-
|
|
108
105
|
}
|
|
109
106
|
},
|
|
110
107
|
"maxLength": {
|
|
@@ -255,7 +252,7 @@
|
|
|
255
252
|
"id": "string-with-css",
|
|
256
253
|
"labelPosition": "left",
|
|
257
254
|
"labelClasses": "col-2 ps-0 pe-1",
|
|
258
|
-
"controlClasses": "col
|
|
255
|
+
"controlClasses": "col p-0"
|
|
259
256
|
}
|
|
260
257
|
},
|
|
261
258
|
"_prefix": {
|
|
@@ -1025,7 +1022,7 @@
|
|
|
1025
1022
|
{"field": "valueDate", "col": 9, "nolabel": true},
|
|
1026
1023
|
{"field": "valueTime", "col": 9, "nolabel": true},
|
|
1027
1024
|
{"field": "valueString", "col": 9, "nolabel": true},
|
|
1028
|
-
{"field": "valueCoding.display", "title": "Display", "
|
|
1025
|
+
{"field": "valueCoding.display", "title": "Display", "nolabel": true},
|
|
1029
1026
|
{"field": "valueCoding.code", "title": "Code", "col": 2, "nolabel": true},
|
|
1030
1027
|
{"field": "valueCoding.system", "title": "System", "col": 2, "nolabel": true},
|
|
1031
1028
|
{"field": "valueCoding.__$score", "title": "Score", "col": 2, "nolabel": true},
|
|
@@ -1048,6 +1045,79 @@
|
|
|
1048
1045
|
"controlClasses": "col-auto btn-group btn-group-sm p-0"
|
|
1049
1046
|
}
|
|
1050
1047
|
},
|
|
1048
|
+
"__$itemControlGroup": {
|
|
1049
|
+
// Proxy for item control extension.
|
|
1050
|
+
"description": "Choose the type of control for the 'Group' data type. Some item controls are not supported by the LHC-Forms preview, as indicated by the asterisk (*) symbol.",
|
|
1051
|
+
"title": "Group Item Control",
|
|
1052
|
+
"oneOf": [
|
|
1053
|
+
{
|
|
1054
|
+
'enum': ["list"],
|
|
1055
|
+
'display': 'List',
|
|
1056
|
+
'description': 'Questions within the group should be presented sequentially.',
|
|
1057
|
+
'support': true
|
|
1058
|
+
},
|
|
1059
|
+
{
|
|
1060
|
+
'enum': ["table"],
|
|
1061
|
+
'display': 'Vertical Answer Table',
|
|
1062
|
+
'description': 'For \'choice\' questions, the table representation should have questions as rows and answers as columns. Ensure option sets are consistent within a group. Sparse tables, where certain options are missing for specific questions, may not be rendered as tables by all tools due to inconsistent data structure.',
|
|
1063
|
+
'support': true
|
|
1064
|
+
},
|
|
1065
|
+
{
|
|
1066
|
+
'enum': ["htable"],
|
|
1067
|
+
'display': 'Horizontal Answer Table',
|
|
1068
|
+
'description': 'For \'choice\' questions, the table representation should have questions as columns and answers as rows. Ensure option sets are consistent within a group. Sparse tables, where certain options are missing for specific questions, may not be rendered as tables by all tools due to inconsistent data structure.',
|
|
1069
|
+
'support': false
|
|
1070
|
+
},
|
|
1071
|
+
{
|
|
1072
|
+
'enum': ["gtable"],
|
|
1073
|
+
'display': 'Group Table',
|
|
1074
|
+
'description': 'Questions within the group should be presented as columns in the table, with each group repetition forming a new row. This arrangement is suitable for single-answer questions.',
|
|
1075
|
+
'support': true
|
|
1076
|
+
},
|
|
1077
|
+
{
|
|
1078
|
+
'enum': ["grid"],
|
|
1079
|
+
'display': 'Group Grid',
|
|
1080
|
+
'description': 'Within a \'grid\' group, child items of type=\'group\' represents rows. Questions nested within these row groups are arranged as columns. The grid layout may be fully populated or sparse. Questions can support various data types and answer choices.',
|
|
1081
|
+
'support': false
|
|
1082
|
+
},
|
|
1083
|
+
{
|
|
1084
|
+
'enum': ["header"],
|
|
1085
|
+
'display': 'Header',
|
|
1086
|
+
'description': 'The group should always be visible at the top of the form\'s display area.',
|
|
1087
|
+
'support': false
|
|
1088
|
+
},
|
|
1089
|
+
{
|
|
1090
|
+
'enum': ["footer"],
|
|
1091
|
+
'display': 'Footer',
|
|
1092
|
+
'description': 'The group should always be visible at the bottom of the form\'s display area.',
|
|
1093
|
+
'support': false
|
|
1094
|
+
},
|
|
1095
|
+
{
|
|
1096
|
+
'enum': ["page"],
|
|
1097
|
+
'display': 'Page',
|
|
1098
|
+
'description': 'A page group designation indicates that the content within it should be treated as a single logical unit for rendering. When rendering, all enabled items within the page should be displayed simulatenously, while subsequent groups remain hidden until the user moves to their page. Header and footer groups are typically displayed on all pages. However, items positioned before a page group are considered as being on a separate page.',
|
|
1099
|
+
'support': false
|
|
1100
|
+
},
|
|
1101
|
+
{
|
|
1102
|
+
'enum': ["tab-container"],
|
|
1103
|
+
'display': 'Tab Container',
|
|
1104
|
+
'description': 'A group with this designation represents a collection of tabs. All child items must be of type \'group\'. Child groups cannot directly declare item controls. Each child group serves as a tab within the tab container, with its \'item.text\' property used as the tab label.',
|
|
1105
|
+
'support': false
|
|
1106
|
+
}
|
|
1107
|
+
],
|
|
1108
|
+
"default": "list",
|
|
1109
|
+
"type": "string",
|
|
1110
|
+
"visibleIf": {
|
|
1111
|
+
"type": ["$EXP$ target.value == 'group'"]
|
|
1112
|
+
},
|
|
1113
|
+
"widget": {
|
|
1114
|
+
"id": "item-control",
|
|
1115
|
+
"labelPosition": "left",
|
|
1116
|
+
"labelClasses": "col-2 ps-0 pe-1",
|
|
1117
|
+
"controlClasses": "col-9 btn-group btn-group-sm p-0",
|
|
1118
|
+
"note": "(1) - not supported by LHC-Forms preview."
|
|
1119
|
+
}
|
|
1120
|
+
},
|
|
1051
1121
|
"__$terminologyServer": {
|
|
1052
1122
|
"description": "Enter url for preferred terminology server.",
|
|
1053
1123
|
"title": "Terminology server",
|
|
@@ -1482,15 +1552,94 @@
|
|
|
1482
1552
|
"type": ["$EXP$ target.value == 'integer' || target.value == 'decimal' || target.value == 'quantity'"]
|
|
1483
1553
|
}
|
|
1484
1554
|
},
|
|
1555
|
+
/** Proxy for help text. Help text is represented by a child item.
|
|
1556
|
+
In form builder, to avoid child item to represent like a child question, the help text child item
|
|
1557
|
+
is converted to a proxy field __$helpText. Its _ element is this:
|
|
1558
|
+
item: [{
|
|
1559
|
+
text: 'Plain help text'
|
|
1560
|
+
type: 'display',
|
|
1561
|
+
extension: [{
|
|
1562
|
+
url: 'http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl',
|
|
1563
|
+
valueCodeableConcept: {
|
|
1564
|
+
text: 'Help-Button',
|
|
1565
|
+
coding: [{
|
|
1566
|
+
code: 'help',
|
|
1567
|
+
system: 'http://hl7.org/fhir/questionnaire-item-control'
|
|
1568
|
+
}]
|
|
1569
|
+
}
|
|
1570
|
+
}],
|
|
1571
|
+
// The following _text element is used to specify rendering style and rendering xhtml
|
|
1572
|
+
_text: {
|
|
1573
|
+
extension: [{
|
|
1574
|
+
url: 'http://hl7.org/fhir/StructuredDefinition/rendering-style',
|
|
1575
|
+
valueString: 'css string'
|
|
1576
|
+
},
|
|
1577
|
+
{
|
|
1578
|
+
url: 'http://hl7.org/fhir/StructuredDefinition/rendering-xhtml',
|
|
1579
|
+
valueString: 'xhtml string'
|
|
1580
|
+
}
|
|
1581
|
+
}
|
|
1582
|
+
}]
|
|
1583
|
+
// While input for plain text help is represented by the following __$helpText (string type), the
|
|
1584
|
+
// _text (Element type) of help text item is represented by ___$helpText below
|
|
1585
|
+
*/
|
|
1485
1586
|
"__$helpText": {
|
|
1486
1587
|
"description": "Text is displayed in a dialog box or similar control if invoked by pushing a button or some other UI-appropriate action to request 'help' for a question, group or the questionnaire as a whole (depending what the text is nested within)",
|
|
1487
1588
|
"title": "Help text",
|
|
1488
|
-
"type": "
|
|
1589
|
+
"type": "object",
|
|
1590
|
+
"properties": {
|
|
1591
|
+
"linkId": {
|
|
1592
|
+
"description": "Help text for question.",
|
|
1593
|
+
"title": "Help text",
|
|
1594
|
+
"pattern": "^[^\\s]+( [^\\s]+)*$",
|
|
1595
|
+
"type": "string",
|
|
1596
|
+
"widget": {
|
|
1597
|
+
"id": "hidden"
|
|
1598
|
+
}
|
|
1599
|
+
},
|
|
1600
|
+
"type": {
|
|
1601
|
+
"enum": ['display'],
|
|
1602
|
+
"type": "string",
|
|
1603
|
+
"widget": {
|
|
1604
|
+
"id": "hidden"
|
|
1605
|
+
}
|
|
1606
|
+
},
|
|
1607
|
+
"text": {
|
|
1608
|
+
"description": "Help text for question.",
|
|
1609
|
+
"title": "Help text",
|
|
1610
|
+
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1611
|
+
"type": "string",
|
|
1612
|
+
"widget": {
|
|
1613
|
+
"id": "string-with-css",
|
|
1614
|
+
"labelPosition": "left",
|
|
1615
|
+
"labelClasses": "col-sm-2 p-0 pe-1",
|
|
1616
|
+
"controlClasses": "col p-0",
|
|
1617
|
+
}
|
|
1618
|
+
},
|
|
1619
|
+
"_text": {
|
|
1620
|
+
"$ref": "#/definitions/Element",
|
|
1621
|
+
"widget": {
|
|
1622
|
+
"id": "hidden"
|
|
1623
|
+
}
|
|
1624
|
+
},
|
|
1625
|
+
"extension": {
|
|
1626
|
+
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
1627
|
+
"title": "Extensions for text",
|
|
1628
|
+
"items": {
|
|
1629
|
+
"$ref": "#/definitions/Extension"
|
|
1630
|
+
},
|
|
1631
|
+
"type": "array",
|
|
1632
|
+
"widget": {
|
|
1633
|
+
"id": "hidden"
|
|
1634
|
+
}
|
|
1635
|
+
},
|
|
1636
|
+
},
|
|
1637
|
+
"additionalProperties": true,
|
|
1489
1638
|
"widget": {
|
|
1490
1639
|
"id": "help-text",
|
|
1491
1640
|
"labelPosition": "left",
|
|
1492
1641
|
"labelClasses": "col-sm-2 p-0 pe-1",
|
|
1493
|
-
"controlClasses": "col
|
|
1642
|
+
"controlClasses": "col p-0"
|
|
1494
1643
|
}
|
|
1495
1644
|
},
|
|
1496
1645
|
"__$end": {
|
|
@@ -1592,7 +1741,7 @@
|
|
|
1592
1741
|
],
|
|
1593
1742
|
"showFields": [
|
|
1594
1743
|
{
|
|
1595
|
-
"field": "__$
|
|
1744
|
+
"field": "__$helpText",
|
|
1596
1745
|
"col": 12
|
|
1597
1746
|
}
|
|
1598
1747
|
]
|
|
@@ -1641,6 +1790,17 @@
|
|
|
1641
1790
|
}
|
|
1642
1791
|
]
|
|
1643
1792
|
},
|
|
1793
|
+
{
|
|
1794
|
+
"fields": [
|
|
1795
|
+
"__$itemControlGroup"
|
|
1796
|
+
],
|
|
1797
|
+
"showFields": [
|
|
1798
|
+
{
|
|
1799
|
+
"field": "__$itemControlGroup",
|
|
1800
|
+
"col": 12
|
|
1801
|
+
}
|
|
1802
|
+
]
|
|
1803
|
+
},
|
|
1644
1804
|
{
|
|
1645
1805
|
"fields": [
|
|
1646
1806
|
"__$terminologyServer"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version": "9.6.
|
|
1
|
+
{"version": "9.6.9"}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<base href="/">
|
|
7
7
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
8
8
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
|
9
|
-
<style>@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-
|
|
9
|
+
<style>@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');unicode-range:U+1F00-1FFF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');unicode-range:U+1F00-1FFF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');unicode-range:U+1F00-1FFF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');unicode-range:U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}</style>
|
|
10
10
|
<style>@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/materialicons/v142/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');}.material-icons{font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:'liga';-webkit-font-smoothing:antialiased;}</style>
|
|
11
11
|
<script src="webcomponents/webcomponents-loader.js"></script>
|
|
12
12
|
<script>
|
|
@@ -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.eda6f60d5b6890c8.js" type="module"></script><script src="polyfills.ef59bbccd462f5ac.js" type="module"></script><script src="scripts.5c83cbb4dbb11a83.js" defer></script><script src="main.
|
|
22
|
+
<script src="runtime.eda6f60d5b6890c8.js" type="module"></script><script src="polyfills.ef59bbccd462f5ac.js" type="module"></script><script src="scripts.5c83cbb4dbb11a83.js" defer></script><script src="main.52488ee249d56b57.js" type="module"></script></body>
|
|
23
23
|
</html>
|
|
24
24
|
|