@ukhomeoffice/cop-react-form-renderer 2.8.1 → 2.8.5

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.
@@ -0,0 +1,81 @@
1
+ {
2
+ "data": [
3
+ {
4
+ "id": 1,
5
+ "name": "Terminal 1",
6
+ "validfrom": "2019-01-01T00:01:00.000Z",
7
+ "validto": null,
8
+ "updatedby": null
9
+ },
10
+ {
11
+ "id": 2,
12
+ "name": "Terminal 2",
13
+ "validfrom": "2019-01-01T00:01:00.000Z",
14
+ "validto": null,
15
+ "updatedby": null
16
+ },
17
+ {
18
+ "id": 3,
19
+ "name": "Terminal 3",
20
+ "validfrom": "2019-01-01T00:01:00.000Z",
21
+ "validto": null,
22
+ "updatedby": null
23
+ },
24
+ {
25
+ "id": 4,
26
+ "name": "Terminal 4",
27
+ "validfrom": "2019-01-01T00:01:00.000Z",
28
+ "validto": null,
29
+ "updatedby": null
30
+ },
31
+ {
32
+ "id": 5,
33
+ "name": "Terminal 5",
34
+ "validfrom": "2019-01-01T00:01:00.000Z",
35
+ "validto": null,
36
+ "updatedby": null
37
+ },
38
+ {
39
+ "id": 6,
40
+ "name": "North Terminal",
41
+ "validfrom": "2019-01-01T00:01:00.000Z",
42
+ "validto": null,
43
+ "updatedby": null
44
+ },
45
+ {
46
+ "id": 7,
47
+ "name": "South Terminal",
48
+ "validfrom": "2019-01-01T00:01:00.000Z",
49
+ "validto": null,
50
+ "updatedby": null
51
+ },
52
+ {
53
+ "id": 8,
54
+ "name": "Eastern Docks",
55
+ "validfrom": "2019-01-01T00:01:00.000Z",
56
+ "validto": null,
57
+ "updatedby": null
58
+ },
59
+ {
60
+ "id": 9,
61
+ "name": "Western Docks",
62
+ "validfrom": "2019-01-01T00:01:00.000Z",
63
+ "validto": null,
64
+ "updatedby": null
65
+ },
66
+ {
67
+ "id": 10,
68
+ "name": "Tourist",
69
+ "validfrom": "2021-05-07T00:01:00.000Z",
70
+ "validto": null,
71
+ "updatedby": "Ben Milnes"
72
+ },
73
+ {
74
+ "id": 11,
75
+ "name": "Freight",
76
+ "validfrom": "2021-05-07T00:01:00.000Z",
77
+ "validto": null,
78
+ "updatedby": "Ben Milnes"
79
+ }
80
+ ]
81
+ }
@@ -69,6 +69,7 @@ var getCYARowForGroup = function getCYARowForGroup(page, group, rows, onAction)
69
69
  pageId: page.id,
70
70
  fieldId: group.id,
71
71
  key: group.label,
72
+ required: group.required,
72
73
  value: value,
73
74
  action: (0, _getCYAAction.default)(false, page, onAction)
74
75
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ukhomeoffice/cop-react-form-renderer",
3
- "version": "2.8.1",
3
+ "version": "2.8.5",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",