formbuilder-lhcforms 11.0.13 → 11.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/3rdpartylicenses.txt +169 -0
- package/dist/formbuilder-lhcforms/assets/extension-fields-layout.json5 +393 -0
- package/dist/formbuilder-lhcforms/assets/fhir-definitions.schema.json5 +164 -90
- package/dist/formbuilder-lhcforms/assets/fl-fields-layout.json5 +68 -6
- package/dist/formbuilder-lhcforms/assets/items-layout.json5 +3 -3
- package/dist/formbuilder-lhcforms/assets/ngx-fl.schema.json5 +14 -93
- package/dist/formbuilder-lhcforms/assets/ngx-item.schema.json5 +42 -168
- package/dist/formbuilder-lhcforms/assets/ngx-vs.schema.json5 +0 -24
- package/dist/formbuilder-lhcforms/assets/value-set-fields-layout.json5 +22 -3
- package/dist/formbuilder-lhcforms/assets/version.json +1 -1
- package/dist/formbuilder-lhcforms/index.html +3 -3
- package/dist/formbuilder-lhcforms/main.6f4b01cc0ff793cf.js +1 -0
- package/dist/formbuilder-lhcforms/styles.e9d72ffd1a43a77f.css +5 -0
- package/package.json +8 -13
- package/dist/formbuilder-lhcforms/main.977d74df265755c7.js +0 -1
- package/dist/formbuilder-lhcforms/styles.c584b0954ad7721e.css +0 -5
|
@@ -162,9 +162,6 @@
|
|
|
162
162
|
},
|
|
163
163
|
"widget": {
|
|
164
164
|
"id": "hidden",
|
|
165
|
-
"labelPosition": "left",
|
|
166
|
-
"labelWidthClass": "col-sm-2",
|
|
167
|
-
"controlWidthClass": "col-sm-1"
|
|
168
165
|
}
|
|
169
166
|
},
|
|
170
167
|
"extension": {
|
|
@@ -173,9 +170,21 @@
|
|
|
173
170
|
"$ref": "#/definitions/Extension"
|
|
174
171
|
},
|
|
175
172
|
"type": "array",
|
|
176
|
-
"title": "
|
|
173
|
+
"title": "Extensions",
|
|
177
174
|
"widget": {
|
|
178
|
-
"id": "
|
|
175
|
+
"id": "extension",
|
|
176
|
+
"addEditAction": true,
|
|
177
|
+
"labelPosition": "left",
|
|
178
|
+
"labelClasses": "col-sm-2 ps-0 pe-1",
|
|
179
|
+
"controlClasses": "col-sm-10",
|
|
180
|
+
"addButtonLabel": "Add new extension",
|
|
181
|
+
"addButtonTitle": "Note that the extensions added by other UI elements will be disabled for editing here.",
|
|
182
|
+
"showFields": [
|
|
183
|
+
// The fields here are canonical paths of FormProperty.
|
|
184
|
+
{"field": "url", "col": 4, "nolabel": true},
|
|
185
|
+
{"field": "__$valueType", "col": 2, "nolabel": true},
|
|
186
|
+
{"field": "__$stringify", "col": 4, "nolabel": true},
|
|
187
|
+
]
|
|
179
188
|
}
|
|
180
189
|
},
|
|
181
190
|
"modifierExtension": {
|
|
@@ -863,11 +872,12 @@
|
|
|
863
872
|
"$ref": "#/definitions/Expression"
|
|
864
873
|
}
|
|
865
874
|
},
|
|
875
|
+
"additionalProperties": true,
|
|
866
876
|
"visibleIf": {
|
|
867
877
|
"__$enableWhenMethod": ["enablewhen-expression"]
|
|
868
878
|
},
|
|
869
879
|
"widget": {
|
|
870
|
-
"id": "expression
|
|
880
|
+
"id": "enable-when-expression",
|
|
871
881
|
"expressionUri": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-enableWhenExpression",
|
|
872
882
|
"expressionLabel": "enableWhen Expression",
|
|
873
883
|
"noTableLabel": true,
|
|
@@ -876,6 +886,7 @@
|
|
|
876
886
|
titleSection: true,
|
|
877
887
|
uneditableVariablesSection: true,
|
|
878
888
|
itemVariablesSection: true,
|
|
889
|
+
itemVariablesSectionExpanded: false,
|
|
879
890
|
outputExpressionSection: true
|
|
880
891
|
},
|
|
881
892
|
"labelPosition": "left",
|
|
@@ -974,13 +985,8 @@
|
|
|
974
985
|
"enum": ["answer-expression"],
|
|
975
986
|
"title": "Answer expression"
|
|
976
987
|
},
|
|
977
|
-
{
|
|
978
|
-
"type": "string",
|
|
979
|
-
"enum": ["none"],
|
|
980
|
-
"title": "None"
|
|
981
|
-
}
|
|
982
988
|
],
|
|
983
|
-
"default": "
|
|
989
|
+
"default": "answer-option",
|
|
984
990
|
"type": "string",
|
|
985
991
|
"visibleIf": {
|
|
986
992
|
"__$isAnswerList": [true]
|
|
@@ -1045,7 +1051,7 @@
|
|
|
1045
1051
|
"id": "answer-value-set",
|
|
1046
1052
|
"labelPosition": "left",
|
|
1047
1053
|
"labelClasses": "col-2 ps-0 pe-1",
|
|
1048
|
-
"controlClasses": "col
|
|
1054
|
+
"controlClasses": "col m-0 p-0"
|
|
1049
1055
|
}
|
|
1050
1056
|
},
|
|
1051
1057
|
"answerOption": {
|
|
@@ -1544,8 +1550,8 @@
|
|
|
1544
1550
|
"placeholder": "Enter url for preferred terminology server",
|
|
1545
1551
|
"note": "You may wish to set this if you are providing an answer value set for either this item or its children.",
|
|
1546
1552
|
"labelPosition": "left",
|
|
1547
|
-
"labelClasses": "col-2 ps-0 pe-1",
|
|
1548
|
-
"controlClasses": "col p-0"
|
|
1553
|
+
"labelClasses": "col-sm-2 ps-0 pe-1",
|
|
1554
|
+
"controlClasses": "col-sm-10 m-0 p-0"
|
|
1549
1555
|
}
|
|
1550
1556
|
},
|
|
1551
1557
|
"__$valueMethod": {
|
|
@@ -2163,58 +2169,11 @@
|
|
|
2163
2169
|
}
|
|
2164
2170
|
},
|
|
2165
2171
|
"valueExpression": {
|
|
2166
|
-
"description": "
|
|
2167
|
-
"
|
|
2168
|
-
"id": {
|
|
2169
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
2170
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
2171
|
-
"type": "string"
|
|
2172
|
-
},
|
|
2173
|
-
"description": {
|
|
2174
|
-
"description": "A brief, natural language description of the condition that effectively communicates the intended semantics.",
|
|
2175
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
2176
|
-
"type": "string"
|
|
2177
|
-
},
|
|
2178
|
-
"name": {
|
|
2179
|
-
"description": "A short name assigned to the expression to allow for multiple reuse of the expression in the context where it is defined.",
|
|
2180
|
-
"pattern": "^[A-Za-z0-9\\-\\.]{1,64}$",
|
|
2181
|
-
"type": "string"
|
|
2182
|
-
},
|
|
2183
|
-
"language": {
|
|
2184
|
-
"description": "The media type of the language for the expression.",
|
|
2185
|
-
"enum": [
|
|
2186
|
-
"text/cql",
|
|
2187
|
-
"text/fhirpath",
|
|
2188
|
-
"application/x-fhir-query"
|
|
2189
|
-
],
|
|
2190
|
-
"type": "string"
|
|
2191
|
-
},
|
|
2192
|
-
"expression": {
|
|
2193
|
-
"description": "An expression in the specified language that returns a value.",
|
|
2194
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
2195
|
-
"type": "string"
|
|
2196
|
-
},
|
|
2197
|
-
"reference": {
|
|
2198
|
-
"description": "A URI that defines where the expression is found.",
|
|
2199
|
-
"pattern": "^\\S*$",
|
|
2200
|
-
"type": "string"
|
|
2201
|
-
},
|
|
2202
|
-
"extension": {
|
|
2203
|
-
"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.",
|
|
2204
|
-
"items": {
|
|
2205
|
-
"$ref": "#/definitions/Extension"
|
|
2206
|
-
},
|
|
2207
|
-
"type": "array",
|
|
2208
|
-
"widget": {
|
|
2209
|
-
"id": "hidden"
|
|
2210
|
-
}
|
|
2211
|
-
}
|
|
2212
|
-
},
|
|
2213
|
-
"additionalProperties": false,
|
|
2214
|
-
"type": "object"
|
|
2172
|
+
"description": "The value of the Output parameter as a basic type.",
|
|
2173
|
+
"$ref": "#/definitions/Expression",
|
|
2215
2174
|
}
|
|
2216
2175
|
},
|
|
2217
|
-
"additionalProperties":
|
|
2176
|
+
"additionalProperties": true,
|
|
2218
2177
|
"type": "object"
|
|
2219
2178
|
},
|
|
2220
2179
|
"widget": {
|
|
@@ -2239,12 +2198,12 @@
|
|
|
2239
2198
|
],
|
|
2240
2199
|
"showDataFields": [
|
|
2241
2200
|
{"field": "valueExpression.name", "nolabel": true, "col": 2, "title": "Name"},
|
|
2242
|
-
{"field": "valueExpression.extension", "nolabel": true, "col": 3, "
|
|
2201
|
+
{"field": "valueExpression.extension", "nolabel": true, "col": 3, "title": "Type"},
|
|
2243
2202
|
{"field": "valueExpression.expression", "nolabel": true, "col": 6, "title": "Question/FHIRPath Expression/FHIR Query"}
|
|
2244
2203
|
]
|
|
2245
2204
|
}
|
|
2246
2205
|
},
|
|
2247
|
-
"__$
|
|
2206
|
+
"__$initialCalculatedExpression": {
|
|
2248
2207
|
"description": "A FHIRPath expression used to compute the initial (default) value of a questionnaire item when the form is first rendered.",
|
|
2249
2208
|
"title": "Expression",
|
|
2250
2209
|
"type": "object",
|
|
@@ -2286,11 +2245,12 @@
|
|
|
2286
2245
|
"$ref": "#/definitions/Expression"
|
|
2287
2246
|
}
|
|
2288
2247
|
},
|
|
2248
|
+
"additionalProperties": true,
|
|
2289
2249
|
"visibleIf": {
|
|
2290
|
-
"__$valueMethod": ["compute-initial"]
|
|
2250
|
+
"__$valueMethod": ["compute-initial", "compute-continuously"]
|
|
2291
2251
|
},
|
|
2292
2252
|
"widget": {
|
|
2293
|
-
"id": "expression-editor",
|
|
2253
|
+
"id": "initial-calculated-expression-editor",
|
|
2294
2254
|
"expressionUri": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression",
|
|
2295
2255
|
"userExpressionChoices": [
|
|
2296
2256
|
{ name: 'Computed continuously', uri: 'http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-calculatedExpression' },
|
|
@@ -2309,75 +2269,7 @@
|
|
|
2309
2269
|
},
|
|
2310
2270
|
"labelPosition": "left",
|
|
2311
2271
|
"labelClasses": "col-2 ps-0 pe-1",
|
|
2312
|
-
"controlClasses": "col
|
|
2313
|
-
}
|
|
2314
|
-
},
|
|
2315
|
-
"__$calculatedExpression": {
|
|
2316
|
-
"description": "A FHIRPath expression that determines the current value of a Questionnaire item based on other answers or context.",
|
|
2317
|
-
"title": "Expression",
|
|
2318
|
-
"type": "object",
|
|
2319
|
-
"properties": {
|
|
2320
|
-
"id": {
|
|
2321
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
2322
|
-
"title": "Id",
|
|
2323
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
2324
|
-
"type": "string",
|
|
2325
|
-
"widget": {"id": "hidden"}
|
|
2326
|
-
},
|
|
2327
|
-
"url": {
|
|
2328
|
-
"description": "A location where the data can be accessed.",
|
|
2329
|
-
"pattern": "^\\S*$",
|
|
2330
|
-
"type": "string"
|
|
2331
|
-
},
|
|
2332
|
-
"extension": {
|
|
2333
|
-
"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.",
|
|
2334
|
-
"items": {
|
|
2335
|
-
"$ref": "#/definitions/Extension"
|
|
2336
|
-
},
|
|
2337
|
-
"type": "array",
|
|
2338
|
-
"title": "Extension",
|
|
2339
|
-
"widget": {
|
|
2340
|
-
"id": "hidden"
|
|
2341
|
-
}
|
|
2342
|
-
},
|
|
2343
|
-
"valueString": {
|
|
2344
|
-
"description": "A potential answer that's allowed as the answer to this question.",
|
|
2345
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
2346
|
-
"type": "string",
|
|
2347
|
-
"title": "Value string",
|
|
2348
|
-
"visibleIf": {
|
|
2349
|
-
"/type": ["$EXP$ target.value == 'string' || target.value == 'text'"]
|
|
2350
|
-
}
|
|
2351
|
-
},
|
|
2352
|
-
"valueExpression": {
|
|
2353
|
-
"description": "The value of the Output parameter as a basic type.",
|
|
2354
|
-
"$ref": "#/definitions/Expression"
|
|
2355
|
-
}
|
|
2356
|
-
},
|
|
2357
|
-
"visibleIf": {
|
|
2358
|
-
"__$valueMethod": ["compute-continuously"]
|
|
2359
|
-
},
|
|
2360
|
-
"widget": {
|
|
2361
|
-
"id": "expression-editor",
|
|
2362
|
-
"expressionUri": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-calculatedExpression",
|
|
2363
|
-
"userExpressionChoices": [
|
|
2364
|
-
{ name: 'Computed continuously', uri: 'http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-calculatedExpression' },
|
|
2365
|
-
{ name: 'Only computed when the form loads', uri: 'http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression' }
|
|
2366
|
-
],
|
|
2367
|
-
"noTableLabel": true,
|
|
2368
|
-
"showExpression": true,
|
|
2369
|
-
"expressionLabel": "Output Expression",
|
|
2370
|
-
"displayExpressionEditorSections": {
|
|
2371
|
-
titleSection: true,
|
|
2372
|
-
uneditableVariablesSection: true,
|
|
2373
|
-
uneditableVariablesSectionExpanded: false,
|
|
2374
|
-
itemVariablesSection: true,
|
|
2375
|
-
itemVariablesSectionExpanded: false,
|
|
2376
|
-
outputExpressionSection: true
|
|
2377
|
-
},
|
|
2378
|
-
"labelPosition": "left",
|
|
2379
|
-
"labelClasses": "col-2 ps-0 pe-1",
|
|
2380
|
-
"controlClasses": "col form-control form-control-sm"
|
|
2272
|
+
"controlClasses": "col"
|
|
2381
2273
|
}
|
|
2382
2274
|
},
|
|
2383
2275
|
"__$answerExpression": {
|
|
@@ -2422,6 +2314,7 @@
|
|
|
2422
2314
|
"$ref": "#/definitions/Expression"
|
|
2423
2315
|
}
|
|
2424
2316
|
},
|
|
2317
|
+
"additionalProperties": true,
|
|
2425
2318
|
"visibleIf": {
|
|
2426
2319
|
"__$answerOptionMethods": ["answer-expression"]
|
|
2427
2320
|
},
|
|
@@ -2474,6 +2367,14 @@
|
|
|
2474
2367
|
"type": ["$EXP$ target.value != 'display'"]
|
|
2475
2368
|
}
|
|
2476
2369
|
},
|
|
2370
|
+
"__$extensionContainer": {
|
|
2371
|
+
"description": "May be used to represent additional information that is not part of the basic definition of the resource. 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.",
|
|
2372
|
+
"title": "General Extensions",
|
|
2373
|
+
"type": "string",
|
|
2374
|
+
"widget": {
|
|
2375
|
+
"id": "extension-container",
|
|
2376
|
+
}
|
|
2377
|
+
},
|
|
2477
2378
|
"__$units": {
|
|
2478
2379
|
"description": "The units associated with answers, used to convert numeric values into a Quantity when extracting data into a FHIR resource. They are applicable for integer, decimal, and quantity types.",
|
|
2479
2380
|
"title": "Units",
|
|
@@ -2588,22 +2489,6 @@
|
|
|
2588
2489
|
]
|
|
2589
2490
|
}
|
|
2590
2491
|
},
|
|
2591
|
-
/*
|
|
2592
|
-
"__$units": {
|
|
2593
|
-
"description": "The units for answers. They are applicable for integer, decimal, and quantity types.",
|
|
2594
|
-
"title": "Units",
|
|
2595
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
2596
|
-
"type": "string",
|
|
2597
|
-
"widget": {
|
|
2598
|
-
"id": "units",
|
|
2599
|
-
"labelPosition": "left",
|
|
2600
|
-
"labelWidthClass": "col-sm-2 pe-1",
|
|
2601
|
-
"controlWidthClass": "col-sm-10"
|
|
2602
|
-
},
|
|
2603
|
-
"visibleIf": {
|
|
2604
|
-
"type": ["$EXP$ target.value == 'integer' || target.value == 'decimal' || target.value == 'quantity'"]
|
|
2605
|
-
}
|
|
2606
|
-
}, */
|
|
2607
2492
|
/** Proxy for help text. Help text is represented by a child item.
|
|
2608
2493
|
In form builder, to avoid child item to represent like a child question, the help text child item
|
|
2609
2494
|
is converted to a proxy field __$helpText. Its _ element is this:
|
|
@@ -2997,22 +2882,11 @@
|
|
|
2997
2882
|
},
|
|
2998
2883
|
{
|
|
2999
2884
|
"fields": [
|
|
3000
|
-
"__$
|
|
3001
|
-
],
|
|
3002
|
-
"showFields": [
|
|
3003
|
-
{
|
|
3004
|
-
"field": "__$initialExpression",
|
|
3005
|
-
"col": 12
|
|
3006
|
-
}
|
|
3007
|
-
]
|
|
3008
|
-
},
|
|
3009
|
-
{
|
|
3010
|
-
"fields": [
|
|
3011
|
-
"__$calculatedExpression"
|
|
2885
|
+
"__$initialCalculatedExpression"
|
|
3012
2886
|
],
|
|
3013
2887
|
"showFields": [
|
|
3014
2888
|
{
|
|
3015
|
-
"field": "__$
|
|
2889
|
+
"field": "__$initialCalculatedExpression",
|
|
3016
2890
|
"col": 12
|
|
3017
2891
|
}
|
|
3018
2892
|
]
|
|
@@ -3117,7 +2991,7 @@
|
|
|
3117
2991
|
]
|
|
3118
2992
|
},
|
|
3119
2993
|
{
|
|
3120
|
-
"fields": ["id", "__$treeNodeId", "extension", "modifierExtension", "definition"]
|
|
2994
|
+
"fields": ["id", "__$treeNodeId", "__$extensionContainer", "extension", "modifierExtension", "definition"]
|
|
3121
2995
|
}
|
|
3122
2996
|
],
|
|
3123
2997
|
"steps": [
|
|
@@ -707,9 +707,6 @@
|
|
|
707
707
|
},
|
|
708
708
|
"additionalProperties": false,
|
|
709
709
|
"type": "object",
|
|
710
|
-
"widget": {
|
|
711
|
-
"id": "row-layout"
|
|
712
|
-
},
|
|
713
710
|
"fieldsets": [
|
|
714
711
|
{
|
|
715
712
|
"fields": [
|
|
@@ -793,9 +790,6 @@
|
|
|
793
790
|
},
|
|
794
791
|
"additionalProperties": false,
|
|
795
792
|
"type": "object",
|
|
796
|
-
"widget": {
|
|
797
|
-
"id": "row-layout"
|
|
798
|
-
},
|
|
799
793
|
"fieldsets": [
|
|
800
794
|
{
|
|
801
795
|
"fields": [
|
|
@@ -1172,9 +1166,6 @@
|
|
|
1172
1166
|
},
|
|
1173
1167
|
"additionalProperties": false,
|
|
1174
1168
|
"type": "object",
|
|
1175
|
-
"widget": {
|
|
1176
|
-
"id": "row-layout"
|
|
1177
|
-
},
|
|
1178
1169
|
"fieldsets": [
|
|
1179
1170
|
{
|
|
1180
1171
|
"fields": [
|
|
@@ -1723,9 +1714,6 @@
|
|
|
1723
1714
|
},
|
|
1724
1715
|
"additionalProperties": false,
|
|
1725
1716
|
"type": "object",
|
|
1726
|
-
"widget": {
|
|
1727
|
-
"id": "row-layout"
|
|
1728
|
-
},
|
|
1729
1717
|
"fieldsets": [
|
|
1730
1718
|
{
|
|
1731
1719
|
"fields": [
|
|
@@ -2287,9 +2275,6 @@
|
|
|
2287
2275
|
},
|
|
2288
2276
|
"additionalProperties": false,
|
|
2289
2277
|
"type": "object",
|
|
2290
|
-
"widget": {
|
|
2291
|
-
"id": "row-layout"
|
|
2292
|
-
},
|
|
2293
2278
|
"fieldsets": [
|
|
2294
2279
|
{
|
|
2295
2280
|
"fields": [
|
|
@@ -2372,9 +2357,6 @@
|
|
|
2372
2357
|
},
|
|
2373
2358
|
"additionalProperties": false,
|
|
2374
2359
|
"type": "object",
|
|
2375
|
-
"widget": {
|
|
2376
|
-
"id": "row-layout"
|
|
2377
|
-
},
|
|
2378
2360
|
"fieldsets": [
|
|
2379
2361
|
{
|
|
2380
2362
|
"fields": [
|
|
@@ -2662,9 +2644,6 @@
|
|
|
2662
2644
|
},
|
|
2663
2645
|
"additionalProperties": false,
|
|
2664
2646
|
"type": "object",
|
|
2665
|
-
"widget": {
|
|
2666
|
-
"id": "row-layout"
|
|
2667
|
-
},
|
|
2668
2647
|
"fieldsets": [
|
|
2669
2648
|
{
|
|
2670
2649
|
"fields": [
|
|
@@ -2740,9 +2719,6 @@
|
|
|
2740
2719
|
},
|
|
2741
2720
|
"additionalProperties": false,
|
|
2742
2721
|
"type": "object",
|
|
2743
|
-
"widget": {
|
|
2744
|
-
"id": "row-layout"
|
|
2745
|
-
},
|
|
2746
2722
|
"fieldsets": [
|
|
2747
2723
|
{
|
|
2748
2724
|
"fields": [
|
|
@@ -39,13 +39,13 @@
|
|
|
39
39
|
id: "string",
|
|
40
40
|
labelPosition: "left",
|
|
41
41
|
labelClasses: "col-sm-2 m-0 ps-0 pe-1",
|
|
42
|
-
controlClasses: "col-sm-10
|
|
42
|
+
controlClasses: "col-sm-10 m-0 p-0"
|
|
43
43
|
},
|
|
44
44
|
idInput: {
|
|
45
45
|
id: "string",
|
|
46
46
|
labelPosition: "left",
|
|
47
47
|
labelClasses: "col-sm-2 m-0 ps-0 pe-1",
|
|
48
|
-
controlClasses: "col-sm-10
|
|
48
|
+
controlClasses: "col-sm-10 m-0 p-0",
|
|
49
49
|
showEmptyError: true,
|
|
50
50
|
"note": "* This field is mandatory, and must be unique across the questionnaire. If you change it, make sure to update any places in the questionnaire that reference this field."
|
|
51
51
|
},
|
|
@@ -53,7 +53,26 @@
|
|
|
53
53
|
id: "textarea",
|
|
54
54
|
labelPosition: "left",
|
|
55
55
|
labelClasses: "col-sm-2 m-0 ps-0 pe-1",
|
|
56
|
-
controlClasses: "col-sm-10
|
|
56
|
+
controlClasses: "col-sm-10 m-0 p-0"
|
|
57
|
+
},
|
|
58
|
+
instant: {
|
|
59
|
+
id: "instant",
|
|
60
|
+
labelPosition: "left",
|
|
61
|
+
labelClasses: "col-sm-2 m-0 ps-0 pe-1",
|
|
62
|
+
controlClasses: "col-sm-3",
|
|
63
|
+
placeholder: 'yyyy-MM-dd hh:mm:ss (AM|PM)'
|
|
64
|
+
},
|
|
65
|
+
"positive-integer": {
|
|
66
|
+
id: "positive-integer",
|
|
67
|
+
labelPosition: "left",
|
|
68
|
+
labelClasses: "col-sm-2 m-0 ps-0 pe-1",
|
|
69
|
+
controlClasses: "col-sm-10 m-0 p-0"
|
|
70
|
+
},
|
|
71
|
+
"unsigned-integer": {
|
|
72
|
+
id: "unsigned-integer",
|
|
73
|
+
labelPosition: "left",
|
|
74
|
+
labelClasses: "col-sm-2 m-0 ps-0 pe-1",
|
|
75
|
+
controlClasses: "col-sm-10 m-0 p-0"
|
|
57
76
|
},
|
|
58
77
|
"lb-radio": {
|
|
59
78
|
"id": "lb-radio",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version": "11.
|
|
1
|
+
{"version": "11.2.2"}
|