hof 22.2.0-time-mixin-beta → 22.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/CHANGELOG.md +6 -0
- package/components/index.js +0 -1
- package/controller/controller.js +0 -5
- package/controller/validation/validators.js +0 -13
- package/frontend/template-mixins/mixins/template-mixins.js +1 -45
- package/frontend/themes/gov-uk/styles/govuk.scss +0 -1
- package/frontend/toolkit/assets/javascript/form-focus.js +0 -4
- package/lib/sessions.js +1 -1
- package/package.json +3 -2
- package/sandbox/apps/sandbox/fields.js +0 -9
- package/sandbox/apps/sandbox/index.js +0 -4
- package/sandbox/apps/sandbox/sections/summary-data-sections.js +0 -7
- package/sandbox/apps/sandbox/translations/src/en/fields.json +0 -4
- package/sandbox/apps/sandbox/translations/src/en/pages.json +0 -3
- package/sandbox/apps/sandbox/translations/src/en/validation.json +0 -3
- package/utilities/autofill/inputs.js +1 -6
- package/.nyc_output/34671fe1-441d-41ed-b012-ece4e3964dbb.json +0 -1
- package/.nyc_output/processinfo/34671fe1-441d-41ed-b012-ece4e3964dbb.json +0 -1
- package/.nyc_output/processinfo/index.json +0 -1
- package/components/time/fields.js +0 -12
- package/components/time/index.js +0 -168
- package/components/time/templates/time.html +0 -20
- package/frontend/govuk-template/govuk_template_generated.html +0 -102
- package/frontend/template-mixins/partials/forms/input-text-time.html +0 -37
- package/frontend/themes/gov-uk/styles/_time-input.scss +0 -5
- package/sandbox/.env +0 -3
- package/sandbox/apps/sandbox/translations/en/default.json +0 -249
- package/sandbox/public/css/app.css +0 -9558
- package/sandbox/public/images/icons/icon-caret-left.png +0 -0
- package/sandbox/public/images/icons/icon-complete.png +0 -0
- package/sandbox/public/images/icons/icon-cross-remove-sign.png +0 -0
- package/sandbox/public/js/bundle.js +0 -47607
@@ -1,249 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"exit": {
|
3
|
-
"header": "You have left this form",
|
4
|
-
"title": "You have left this form"
|
5
|
-
},
|
6
|
-
"fields": {
|
7
|
-
"landing-page-radio": {
|
8
|
-
"legend": "Which form would you like to explore?",
|
9
|
-
"hint": "Choose one of the options below and press continue.",
|
10
|
-
"options": {
|
11
|
-
"basic-form": {
|
12
|
-
"label": "Basic form"
|
13
|
-
},
|
14
|
-
"complex-form": {
|
15
|
-
"label": "Complex form"
|
16
|
-
},
|
17
|
-
"build-your-own-form": {
|
18
|
-
"label": "Build your own form"
|
19
|
-
}
|
20
|
-
}
|
21
|
-
},
|
22
|
-
"name": {
|
23
|
-
"label": "Full name"
|
24
|
-
},
|
25
|
-
"dateOfBirth": {
|
26
|
-
"legend": "What is your date of birth?",
|
27
|
-
"hint": "For example, 31 10 1990"
|
28
|
-
},
|
29
|
-
"time": {
|
30
|
-
"legend": "What is the current time?",
|
31
|
-
"hint": "For example, 12 40 "
|
32
|
-
},
|
33
|
-
"building": {
|
34
|
-
"label": "Building and street"
|
35
|
-
},
|
36
|
-
"street": {
|
37
|
-
"label": "Address line 2"
|
38
|
-
},
|
39
|
-
"townOrCity": {
|
40
|
-
"label": "Town or city"
|
41
|
-
},
|
42
|
-
"postcode": {
|
43
|
-
"label": "Postcode"
|
44
|
-
},
|
45
|
-
"incomeTypes": {
|
46
|
-
"label": "Sources of income",
|
47
|
-
"legend": "Select the options where you receive income from",
|
48
|
-
"hint": "Select all options that apply to you.",
|
49
|
-
"options": {
|
50
|
-
"salary": {
|
51
|
-
"label": "Salary"
|
52
|
-
},
|
53
|
-
"universal_credit": {
|
54
|
-
"label": "Universal Credit"
|
55
|
-
},
|
56
|
-
"child_benefit": {
|
57
|
-
"label": "Child Benefit"
|
58
|
-
},
|
59
|
-
"housing_benefit": {
|
60
|
-
"label": "Housing Benefit"
|
61
|
-
},
|
62
|
-
"other": {
|
63
|
-
"label": "Other"
|
64
|
-
}
|
65
|
-
}
|
66
|
-
},
|
67
|
-
"countryOfHearing": {
|
68
|
-
"legend": "What country was the appeal lodged?",
|
69
|
-
"options": {
|
70
|
-
"englandAndWales": {
|
71
|
-
"label": "England and Wales"
|
72
|
-
},
|
73
|
-
"scotland": {
|
74
|
-
"label": "Scotland"
|
75
|
-
},
|
76
|
-
"northernIreland": {
|
77
|
-
"label": "Northern Ireland"
|
78
|
-
}
|
79
|
-
}
|
80
|
-
},
|
81
|
-
"email": {
|
82
|
-
"label": "Email address"
|
83
|
-
},
|
84
|
-
"phone": {
|
85
|
-
"label": "Phone number",
|
86
|
-
"hint": "International phone numbers require the international dialling code, for example +33235066182"
|
87
|
-
},
|
88
|
-
"int-phone-number": {
|
89
|
-
"legend": "International phone number"
|
90
|
-
},
|
91
|
-
"complaintDetails": {
|
92
|
-
"label": "Complaint details",
|
93
|
-
"hint": "Briefly summarise your complaint. Include anything that can help our investigation."
|
94
|
-
},
|
95
|
-
"whatHappened": {
|
96
|
-
"label": "What happened",
|
97
|
-
"hint": "Briefly summarise what happened."
|
98
|
-
},
|
99
|
-
"countrySelect": {
|
100
|
-
"label": "Which country are you based in?",
|
101
|
-
"hint": "Start to type the country name and options will appear"
|
102
|
-
},
|
103
|
-
"appealStages": {
|
104
|
-
"label": "Appeal stage",
|
105
|
-
"hint": "Choose an appeal stage from the drop down menu",
|
106
|
-
"options": {
|
107
|
-
"null": "Select..."
|
108
|
-
}
|
109
|
-
}
|
110
|
-
},
|
111
|
-
"journey": {
|
112
|
-
"header": "HOF Bootstrap Sandbox Form",
|
113
|
-
"confirmation": {
|
114
|
-
"details": "Your reference number <br><strong>HDJ2123F</strong>"
|
115
|
-
}
|
116
|
-
},
|
117
|
-
"pages": {
|
118
|
-
"landing-page": {
|
119
|
-
"header": "Landing page"
|
120
|
-
},
|
121
|
-
"build-your-own-form": {
|
122
|
-
"title": "Build your own form",
|
123
|
-
"subheader": "Access the build your own form guidance link"
|
124
|
-
},
|
125
|
-
"address": {
|
126
|
-
"header": "What is your address in the UK?",
|
127
|
-
"intro": "If you have no fixed address, enter an address where we can contact you."
|
128
|
-
},
|
129
|
-
"name": {
|
130
|
-
"header": "What is your full name?"
|
131
|
-
},
|
132
|
-
"email": {
|
133
|
-
"header": "Enter your email address"
|
134
|
-
},
|
135
|
-
"phone-number": {
|
136
|
-
"header": "Enter your phone number"
|
137
|
-
},
|
138
|
-
"confirm": {
|
139
|
-
"header": "Check your answers before submitting your application.",
|
140
|
-
"sections": {
|
141
|
-
"applicantsDetails": {
|
142
|
-
"header": "Applicant's details"
|
143
|
-
},
|
144
|
-
"time": {
|
145
|
-
"header": "Time"
|
146
|
-
},
|
147
|
-
"address": {
|
148
|
-
"header": "Address"
|
149
|
-
},
|
150
|
-
"income": {
|
151
|
-
"header": "Income"
|
152
|
-
},
|
153
|
-
"appealDetails": {
|
154
|
-
"header": "Appeal details"
|
155
|
-
},
|
156
|
-
"countrySelect": {
|
157
|
-
"header": "Country of residence"
|
158
|
-
},
|
159
|
-
"contactDetails": {
|
160
|
-
"header": "Contact details"
|
161
|
-
},
|
162
|
-
"complaintDetails": {
|
163
|
-
"header": "Complaint details"
|
164
|
-
},
|
165
|
-
"whatHappened": {
|
166
|
-
"header": "What happened"
|
167
|
-
}
|
168
|
-
}
|
169
|
-
},
|
170
|
-
"confirmation": {
|
171
|
-
"title": "Application sent",
|
172
|
-
"alert": "Application sent",
|
173
|
-
"subheader": "What happens next",
|
174
|
-
"content": "We’ll contact you with the decision of your application or if we need more information from you."
|
175
|
-
},
|
176
|
-
"exit": {
|
177
|
-
"message": "We have cleared your information to keep it secure. Your information has not been saved."
|
178
|
-
},
|
179
|
-
"session-timeout-warning": {
|
180
|
-
"dialog-title": "{{^showSaveAndExit}}Your application will close soon{{/showSaveAndExit}}{{#showSaveAndExit}}You will be signed out soon{{/showSaveAndExit}}",
|
181
|
-
"dialog-text": "{{^showSaveAndExit}}If that happens, your progress will not be saved.{{/showSaveAndExit}}{{#showSaveAndExit}}Any answers you have saved will not be affected, but your progress on this page will not be saved.{{/showSaveAndExit}}",
|
182
|
-
"timeout-continue-button": "{{^showSaveAndExit}}Stay on this page{{/showSaveAndExit}}{{#showSaveAndExit}}Stay signed in{{/showSaveAndExit}}",
|
183
|
-
"dialog-exit-link": "{{^showSaveAndExit}}Exit this form{{/showSaveAndExit}}{{#showSaveAndExit}}Sign out{{/showSaveAndExit}}"
|
184
|
-
},
|
185
|
-
"save-and-exit": {
|
186
|
-
"header": "You have been signed out",
|
187
|
-
"paragraph-1": "Your form doesn't appear to have been worked on for 30 minutes so we closed it for security.",
|
188
|
-
"paragraph-2": "Any answers you saved have not been affected.",
|
189
|
-
"paragraph-3": "You can sign back in to your application at any time by returning to the <a href='/' class='govuk-link'>start page</a>."
|
190
|
-
}
|
191
|
-
},
|
192
|
-
"validation": {
|
193
|
-
"landing-page-radio": {
|
194
|
-
"required": "Select an option below and press continue"
|
195
|
-
},
|
196
|
-
"name": {
|
197
|
-
"default": "Enter your full name"
|
198
|
-
},
|
199
|
-
"dateOfBirth": {
|
200
|
-
"default": "Enter your date of birth in the correct format; for example, 31 10 1990",
|
201
|
-
"after": "Enter a date after 1 1 1900",
|
202
|
-
"before": "Enter a date that is in the past"
|
203
|
-
},
|
204
|
-
"time": {
|
205
|
-
"default": "Enter a time in the correct format; for example, 12 40"
|
206
|
-
},
|
207
|
-
"building": {
|
208
|
-
"default": "Enter details of your building and street"
|
209
|
-
},
|
210
|
-
"townOrCity": {
|
211
|
-
"default": "Enter a town or city",
|
212
|
-
"regex": "Enter a town or city without including digits"
|
213
|
-
},
|
214
|
-
"postcode": {
|
215
|
-
"default": "Enter your postcode"
|
216
|
-
},
|
217
|
-
"incomeTypes": {
|
218
|
-
"default": "Select all options that apply to you."
|
219
|
-
},
|
220
|
-
"countryOfHearing": {
|
221
|
-
"default": "Select where the appeal hearing is to be held"
|
222
|
-
},
|
223
|
-
"countrySelect": {
|
224
|
-
"default": "Enter a valid country of residence",
|
225
|
-
"required": "Enter your country of residence"
|
226
|
-
},
|
227
|
-
"email": {
|
228
|
-
"default": "Enter your email address in the correct format"
|
229
|
-
},
|
230
|
-
"phone": {
|
231
|
-
"default": "Enter your phone number"
|
232
|
-
},
|
233
|
-
"int-phone-number": {
|
234
|
-
"required": "Enter an international phone number",
|
235
|
-
"internationalPhoneNumber": "Enter a valid international phone number"
|
236
|
-
},
|
237
|
-
"complaintDetails": {
|
238
|
-
"default": "Enter details about why you are making a complaint",
|
239
|
-
"maxlength": "Keep to the {{maxlength}} character limit"
|
240
|
-
},
|
241
|
-
"whatHappened": {
|
242
|
-
"default": "Enter details about what happened",
|
243
|
-
"maxword": "Keep to the {{maxword}} word limit"
|
244
|
-
},
|
245
|
-
"appealStages": {
|
246
|
-
"required": "Select an appeal stage from the list"
|
247
|
-
}
|
248
|
-
}
|
249
|
-
}
|