formbuilder-lhcforms 8.0.1 → 8.0.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/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  This project follows [Semantic Versioning](http://semver.org/).
4
4
 
5
+ ## [8.0.2] 2022-11-22
6
+ ### Fixed
7
+ - Fix number type fields to accept decimal numbers.
8
+
5
9
  ## [8.0.1] 2022-11-21
6
10
  ### Changed
7
11
  - Updateed lforms to 33.0.0, which removed support for IE 11.
@@ -558,7 +558,7 @@
558
558
  "answerInteger": {
559
559
  "description": "A value that the referenced question is tested using the specified operator in order for the item to be enabled.",
560
560
  "pattern": "^-?([0]|([1-9][0-9]*))$",
561
- "type": "number",
561
+ "type": "integer",
562
562
  "visibleIf": {
563
563
  "allOf": [
564
564
  {
@@ -927,7 +927,7 @@
927
927
  "id": "enable-behavior",
928
928
  "layout": "row",
929
929
  "labelWidthClass": "col-sm-2",
930
- "controlWidthClass": "col-sm-6"
930
+ "controlWidthClass": "col-sm-7"
931
931
  }
932
932
  },
933
933
  "required": {
@@ -1063,7 +1063,7 @@
1063
1063
  "valueInteger": {
1064
1064
  "description": "A potential answer that's allowed as the answer to this question.",
1065
1065
  "pattern": "^-?([0]|([1-9][0-9]*))$",
1066
- "type": "number",
1066
+ "type": "integer",
1067
1067
  "title": "Value integer",
1068
1068
  "visibleIf": {
1069
1069
  "/type": ["integer"]
@@ -1370,7 +1370,7 @@
1370
1370
  "valueInteger": {
1371
1371
  "description": "The actual value to for an initial answer.",
1372
1372
  "pattern": "^-?([0]|([1-9][0-9]*))$",
1373
- "type": "number",
1373
+ "type": "integer",
1374
1374
  "title": "Value integer",
1375
1375
  "visibleIf": {
1376
1376
  "/type": ["integer"]
@@ -2435,7 +2435,8 @@
2435
2435
  },
2436
2436
  "positiveInt": {
2437
2437
  "pattern": "^[1-9][0-9]*$",
2438
- "type": "number",
2438
+ "type": "integer",
2439
+ "minimum": 0,
2439
2440
  "description": "An integer with a value that is positive (e.g. >0)"
2440
2441
  },
2441
2442
  "Count": {
@@ -3518,7 +3519,7 @@
3518
3519
  },
3519
3520
  "integer": {
3520
3521
  "pattern": "^-?([0]|([1-9][0-9]*))$",
3521
- "type": "number"
3522
+ "type": "integer"
3522
3523
  },
3523
3524
  "RelatedArtifact": {
3524
3525
  "description": "Related artifacts such as additional documentation, justification, or bibliographic references.",
@@ -3998,7 +3999,7 @@
3998
3999
  "answerInteger": {
3999
4000
  "description": "A value that the referenced question is tested using the specified operator in order for the item to be enabled.",
4000
4001
  "pattern": "^-?([0]|([1-9][0-9]*))$",
4001
- "type": "number",
4002
+ "type": "integer",
4002
4003
  "title": "Answer integer"
4003
4004
  },
4004
4005
  "answerDate": {
@@ -4336,7 +4337,7 @@
4336
4337
  "valueInteger": {
4337
4338
  "description": "A potential answer that's allowed as the answer to this question.",
4338
4339
  "pattern": "^-?([0]|([1-9][0-9]*))$",
4339
- "type": "number",
4340
+ "type": "integer",
4340
4341
  "title": "Value integer"
4341
4342
  },
4342
4343
  "valueDate": {
@@ -4614,7 +4615,7 @@
4614
4615
  "valueInteger": {
4615
4616
  "description": "The actual value to for an initial answer.",
4616
4617
  "pattern": "^-?([0]|([1-9][0-9]*))$",
4617
- "type": "number",
4618
+ "type": "integer",
4618
4619
  "title": "Value integer"
4619
4620
  },
4620
4621
  "valueDate": {
@@ -1 +1 @@
1
- {"version": "8.0.1"}
1
+ {"version": "8.0.2"}
@@ -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.9f2a4438b2d68978.js" type="module"></script><script src="scripts.bd81be7f7835a416.js" defer></script><script src="main.cccd1d4a4d537dd6.js" type="module"></script>
29
+ <script src="runtime.e3d955f506921cad.js" type="module"></script><script src="polyfills.9f2a4438b2d68978.js" type="module"></script><script src="scripts.bd81be7f7835a416.js" defer></script><script src="main.c2e7a08638e1c799.js" type="module"></script>
30
30
 
31
31
  </body></html>