hof 20.0.0-beta.9 → 21.0.0-instrumentation-beta.0
Sign up to get free protection for your applications and to get access to all the features.
- package/.nyc_output/4d5a4574-78fc-4fcb-9412-3658f6ce33ff.json +1 -0
- package/.nyc_output/processinfo/4d5a4574-78fc-4fcb-9412-3658f6ce33ff.json +1 -0
- package/.nyc_output/processinfo/index.json +1 -1
- package/components/date/index.js +1 -3
- package/components/date/templates/date.html +12 -15
- package/components/index.js +1 -0
- package/components/notify/index.js +60 -0
- package/components/notify/notify.js +25 -0
- package/config/sanitisation-rules.js +20 -17
- package/controller/base-controller.js +5 -3
- package/controller/controller.js +0 -39
- package/frontend/govuk-template/build/config.js +2 -2
- package/frontend/govuk-template/build/index.js +2 -2
- package/frontend/govuk-template/govuk_template.html +109 -0
- package/frontend/govuk-template/index.js +4 -4
- package/frontend/template-mixins/mixins/template-mixins.js +9 -20
- package/frontend/template-mixins/partials/forms/checkbox.html +4 -4
- package/frontend/template-mixins/partials/forms/input-submit.html +1 -1
- package/frontend/template-mixins/partials/forms/input-text-group.html +9 -12
- package/frontend/template-mixins/partials/forms/option-group.html +26 -33
- package/frontend/template-mixins/partials/forms/select.html +5 -10
- package/frontend/template-mixins/partials/forms/textarea-group.html +6 -15
- package/frontend/template-mixins/partials/mixins/panel.html +4 -3
- package/frontend/template-partials/views/accessibility.html +4 -4
- package/frontend/template-partials/views/cookies.html +1 -1
- package/frontend/template-partials/views/layout.html +22 -22
- package/frontend/template-partials/views/partials/back.html +1 -1
- package/frontend/template-partials/views/partials/bullet-list.html +1 -1
- package/frontend/template-partials/views/partials/confirmation-alert.html +3 -4
- package/frontend/template-partials/views/partials/continue.html +1 -1
- package/frontend/template-partials/views/partials/cookie-banner.html +24 -27
- package/frontend/template-partials/views/partials/cookie-settings-radio.html +6 -6
- package/frontend/template-partials/views/partials/external-link.html +1 -1
- package/frontend/template-partials/views/partials/form.html +1 -1
- package/frontend/template-partials/views/partials/maincontent-left.html +4 -4
- package/frontend/template-partials/views/partials/navigation.html +6 -7
- package/frontend/template-partials/views/partials/session-cookies-table.html +6 -6
- package/frontend/template-partials/views/partials/table.html +7 -7
- package/frontend/template-partials/views/partials/validation-list.html +2 -2
- package/frontend/template-partials/views/partials/validation-summary.html +13 -14
- package/frontend/template-partials/views/session-timeout.html +1 -1
- package/frontend/themes/gov-uk/client-js/cookieSettings.js +1 -1
- package/frontend/themes/gov-uk/client-js/index.js +1 -6
- package/frontend/themes/gov-uk/styles/_cookie-banner.scss +1 -51
- package/frontend/themes/gov-uk/styles/modules/_validation.scss +3 -3
- package/frontend/themes/gov-uk/views/partials/form.html +9 -0
- package/frontend/themes/gov-uk/views/partials/forms/option-group.html +28 -0
- package/frontend/themes/gov-uk/views/partials/mixins/panel.html +3 -0
- package/frontend/themes/gov-uk/views/partials/validation-summary.html +24 -0
- package/frontend/toolkit/assets/javascript/character-count.js +4 -4
- package/frontend/toolkit/assets/javascript/form-focus.js +10 -1
- package/frontend/toolkit/assets/javascript/validation.js +6 -1
- package/frontend/toolkit/assets/stylesheets/modules/_validation.scss +3 -3
- package/index.js +1 -6
- package/lib/settings.js +2 -18
- package/middleware/errors.js +3 -0
- package/middleware/monitor.js +20 -0
- package/middleware/not-found.js +3 -0
- package/middleware/rate-limiter.js +0 -1
- package/package.json +5 -4
- package/sandbox/apps/sandbox/fields.js +11 -23
- package/sandbox/apps/sandbox/index.js +1 -5
- package/sandbox/apps/sandbox/translations/src/en/fields.json +6 -9
- package/sandbox/apps/sandbox/translations/src/en/journey.json +1 -4
- package/sandbox/apps/sandbox/translations/src/en/pages.json +29 -2
- package/sandbox/apps/sandbox/translations/src/en/validation.json +1 -1
- package/sandbox/apps/sandbox/views/confirmation.html +15 -0
- package/sandbox/assets/js/index.js +1 -1
- package/sandbox/assets/scss/app.scss +16 -68
- package/sandbox/package.json +1 -4
- package/sandbox/yarn.lock +0 -767
- package/wizard/index.js +13 -0
- package/.nyc_output/e2fdc3eb-4fd2-47e0-a392-fe5f665776a4.json +0 -1
- package/.nyc_output/processinfo/e2fdc3eb-4fd2-47e0-a392-fe5f665776a4.json +0 -1
- package/.vscode/settings.json +0 -6
- package/frontend/govuk-template/build/govuk_template.html +0 -104
- package/frontend/govuk-template/govuk_template_generated.html +0 -104
- package/frontend/template-mixins/partials/forms/checkbox-group.html +0 -38
- package/frontend/template-mixins/partials/forms/input-text-date.html +0 -37
- package/frontend/themes/gov-uk/client-js/govuk-cookies.js +0 -121
- package/frontend/themes/gov-uk/client-js/skip-to-main.js +0 -19
- package/sandbox/.env +0 -1
- package/sandbox/apps/sandbox/translations/en/default.json +0 -203
- package/sandbox/public/css/app.css +0 -9439
- 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 -35644
@@ -1 +0,0 @@
|
|
1
|
-
{"parent":null,"pid":18892,"argv":["/Users/sulthan/.nvm/versions/node/v16.15.0/bin/node","/Users/sulthan/development/HO/hof/node_modules/.bin/_mocha","test/**/*.spec.js","sandbox/test/**/*.spec.js"],"execArgv":[],"cwd":"/Users/sulthan/development/HO/hof","time":1655401584552,"ppid":18891,"coverageFilename":"/Users/sulthan/development/HO/hof/.nyc_output/e2fdc3eb-4fd2-47e0-a392-fe5f665776a4.json","externalId":"","uuid":"e2fdc3eb-4fd2-47e0-a392-fe5f665776a4","files":["/Users/sulthan/development/HO/hof/model/index.js","/Users/sulthan/development/HO/hof/components/index.js","/Users/sulthan/development/HO/hof/components/address-lookup/index.js","/Users/sulthan/development/HO/hof/components/address-lookup/default-model.js","/Users/sulthan/development/HO/hof/components/address-lookup/defaults.js","/Users/sulthan/development/HO/hof/components/clear-session/index.js","/Users/sulthan/development/HO/hof/components/date/index.js","/Users/sulthan/development/HO/hof/components/date/fields.js","/Users/sulthan/development/HO/hof/components/emailer/index.js","/Users/sulthan/development/HO/hof/components/emailer/email-service.js","/Users/sulthan/development/HO/hof/components/emailer/emailer.js","/Users/sulthan/development/HO/hof/components/emailer/transports/index.js","/Users/sulthan/development/HO/hof/components/emailer/transports/smtp.js","/Users/sulthan/development/HO/hof/components/emailer/transports/ses.js","/Users/sulthan/development/HO/hof/components/emailer/transports/stub.js","/Users/sulthan/development/HO/hof/components/emailer/transports/debug.js","/Users/sulthan/development/HO/hof/components/summary/index.js","/Users/sulthan/development/HO/hof/config/rate-limits.js","/Users/sulthan/development/HO/hof/middleware/rate-limiter.js","/Users/sulthan/development/HO/hof/config/hof-defaults.js","/Users/sulthan/development/HO/hof/controller/base-controller.js","/Users/sulthan/development/HO/hof/controller/formatting/index.js","/Users/sulthan/development/HO/hof/controller/validation/index.js","/Users/sulthan/development/HO/hof/controller/validation/validators.js","/Users/sulthan/development/HO/hof/controller/validation/email.js","/Users/sulthan/development/HO/hof/controller/validation-error.js","/Users/sulthan/development/HO/hof/utilities/index.js","/Users/sulthan/development/HO/hof/utilities/autofill/index.js","/Users/sulthan/development/HO/hof/utilities/autofill/inputs.js","/Users/sulthan/development/HO/hof/utilities/test-data/index.js","/Users/sulthan/development/HO/hof/utilities/countries.js","/Users/sulthan/development/HO/hof/utilities/helpers/index.js","/Users/sulthan/development/HO/hof/utilities/reqres/index.js","/Users/sulthan/development/HO/hof/config/sanitisation-rules.js","/Users/sulthan/development/HO/hof/controller/formatting/formatters.js","/Users/sulthan/development/HO/hof/controller/index.js","/Users/sulthan/development/HO/hof/controller/behaviour-session.js","/Users/sulthan/development/HO/hof/controller/behaviour-hooks.js","/Users/sulthan/development/HO/hof/controller/controller.js","/Users/sulthan/development/HO/hof/sandbox/apps/sandbox/behaviours/country-select.js","/Users/sulthan/development/HO/hof/frontend/template-mixins/mixins/index.js","/Users/sulthan/development/HO/hof/frontend/template-mixins/mixins/template-mixins.js","/Users/sulthan/development/HO/hof/frontend/template-mixins/mixins/render.js","/Users/sulthan/development/HO/hof/frontend/template-mixins/mixins/helpers.js","/Users/sulthan/development/HO/hof/index.js","/Users/sulthan/development/HO/hof/frontend/index.js","/Users/sulthan/development/HO/hof/frontend/govuk-template/index.js","/Users/sulthan/development/HO/hof/frontend/govuk-template/build/index.js","/Users/sulthan/development/HO/hof/frontend/govuk-template/build/config.js","/Users/sulthan/development/HO/hof/frontend/template-partials/index.js","/Users/sulthan/development/HO/hof/frontend/template-partials/translations/index.js","/Users/sulthan/development/HO/hof/frontend/themes/index.js","/Users/sulthan/development/HO/hof/frontend/themes/gov-uk/index.js","/Users/sulthan/development/HO/hof/frontend/toolkit/index.js","/Users/sulthan/development/HO/hof/frontend/toolkit/assets/javascript/helpers.js","/Users/sulthan/development/HO/hof/frontend/toolkit/assets/javascript/form-focus.js","/Users/sulthan/development/HO/hof/frontend/toolkit/assets/javascript/progressive-reveal.js","/Users/sulthan/development/HO/hof/frontend/toolkit/assets/javascript/validation.js","/Users/sulthan/development/HO/hof/frontend/toolkit/assets/javascript/character-count.js","/Users/sulthan/development/HO/hof/middleware/index.js","/Users/sulthan/development/HO/hof/middleware/cookies.js","/Users/sulthan/development/HO/hof/middleware/errors.js","/Users/sulthan/development/HO/hof/middleware/not-found.js","/Users/sulthan/development/HO/hof/middleware/deep-translate.js","/Users/sulthan/development/HO/hof/lib/markdown.js","/Users/sulthan/development/HO/hof/lib/router.js","/Users/sulthan/development/HO/hof/wizard/index.js","/Users/sulthan/development/HO/hof/wizard/behaviours/index.js","/Users/sulthan/development/HO/hof/wizard/behaviours/complete.js","/Users/sulthan/development/HO/hof/wizard/util/constants.js","/Users/sulthan/development/HO/hof/lib/helpers.js","/Users/sulthan/development/HO/hof/lib/health.js","/Users/sulthan/development/HO/hof/lib/serve-static.js","/Users/sulthan/development/HO/hof/lib/ga-tag.js","/Users/sulthan/development/HO/hof/lib/sessions.js","/Users/sulthan/development/HO/hof/lib/settings.js","/Users/sulthan/development/HO/hof/lib/logger.js","/Users/sulthan/development/HO/hof/build/index.js","/Users/sulthan/development/HO/hof/config/builder-defaults.js","/Users/sulthan/development/HO/hof/transpiler/index.js","/Users/sulthan/development/HO/hof/transpiler/lib/compile.js","/Users/sulthan/development/HO/hof/transpiler/lib/build.js","/Users/sulthan/development/HO/hof/transpiler/lib/expand-dirs.js","/Users/sulthan/development/HO/hof/transpiler/lib/aggregate.js","/Users/sulthan/development/HO/hof/transpiler/lib/write-files.js","/Users/sulthan/development/HO/hof/model/apis/index.js","/Users/sulthan/development/HO/hof/model/apis/html-to-pdf-converter.js","/Users/sulthan/development/HO/hof/wizard/model.js","/Users/sulthan/development/HO/hof/wizard/middleware/back-links.js","/Users/sulthan/development/HO/hof/wizard/util/helpers.js","/Users/sulthan/development/HO/hof/wizard/middleware/check-complete.js","/Users/sulthan/development/HO/hof/wizard/middleware/check-progress.js","/Users/sulthan/development/HO/hof/wizard/middleware/check-session.js","/Users/sulthan/development/HO/hof/wizard/middleware/csrf.js","/Users/sulthan/development/HO/hof/sandbox/test/_unit/example_app/sections/summary-data-sections.spec.js","/Users/sulthan/development/HO/hof/sandbox/apps/sandbox/sections/summary-data-sections.js","/Users/sulthan/development/HO/hof/sandbox/apps/sandbox/lib/staticAppealStages.js","/Users/sulthan/development/HO/hof/sandbox/apps/sandbox/fields.js","/Users/sulthan/development/HO/hof/sandbox/test/helpers/utilities.js","/Users/sulthan/development/HO/hof/sandbox/apps/sandbox/behaviours/international-number.js","/Users/sulthan/development/HO/hof/lib/encryption.js","/Users/sulthan/development/HO/hof/wizard/middleware/session.js","/Users/sulthan/development/HO/hof/wizard/middleware/session-model.js"]}
|
package/.vscode/settings.json
DELETED
@@ -1,104 +0,0 @@
|
|
1
|
-
|
2
|
-
<!DOCTYPE html>
|
3
|
-
<!--[if lt IE 9]><html class="lte-ie8" lang="{{ htmlLang }}"><![endif]-->
|
4
|
-
<!--[if gt IE 8]><!--><html lang="{{ htmlLang }}" class="govuk-template"><!--<![endif]-->
|
5
|
-
<head>
|
6
|
-
<meta charset="utf-8" />
|
7
|
-
<title>{{ pageTitle }}</title>
|
8
|
-
|
9
|
-
<link rel="shortcut icon" sizes="16x16 32x32 48x48" href="{{assetPath}}images/favicon.ico" type="image/x-icon">
|
10
|
-
<link rel="mask-icon" href="{{assetPath}}images/govuk-mask-icon.svg" color="#0b0c0c">
|
11
|
-
<link rel="apple-touch-icon" sizes="180x180" href="{{assetPath}}images/govuk-apple-touch-icon-180x180.png">
|
12
|
-
<link rel="apple-touch-icon" sizes="167x167" href="{{assetPath}}images/govuk-apple-touch-icon-167x167.png">
|
13
|
-
<link rel="apple-touch-icon" sizes="152x152" href="{{assetPath}}images/govuk-apple-touch-icon-152x152.png">
|
14
|
-
<link rel="apple-touch-icon" href="{{assetPath}}images/govuk-apple-touch-icon.png">
|
15
|
-
|
16
|
-
|
17
|
-
<meta name="theme-color" content="#0b0c0c" />
|
18
|
-
|
19
|
-
<meta name="viewport" content="width=device-width, initial-scale=1">
|
20
|
-
|
21
|
-
{{{ head }}}
|
22
|
-
|
23
|
-
|
24
|
-
<meta property="og:image" content="{{assetPath}}images/opengraph-image.png">
|
25
|
-
</head>
|
26
|
-
|
27
|
-
<body class="{{ bodyClasses }} govuk-template__body js-enabled" >
|
28
|
-
<script>document.body.className = ((document.body.className) ? document.body.className + ' js-enabled' : 'js-enabled');</script>
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
<div id="global-cookie-message" class="gem-c-cookie-banner govuk-clearfix" data-module="cookie-banner" role="region" aria-label="cookie banner" data-nosnippet="">
|
33
|
-
{{{ cookieMessage }}}
|
34
|
-
</div>
|
35
|
-
|
36
|
-
{{{ bodyStart }}}
|
37
|
-
|
38
|
-
<header role="banner" id="govuk-header" class="{{{ headerClass }}}">
|
39
|
-
<div class="govuk-header__container govuk-width-container">
|
40
|
-
|
41
|
-
<div class="govuk-header__logo">
|
42
|
-
<a href="{{{ homepageUrl }}}" title="{{ logoLinkTitle }}" id="logo" class="govuk-header__link govuk-header__link--homepage" target="_blank" data-module="track-click" data-track-category="homeLinkClicked" data-track-action="homeHeader">
|
43
|
-
<span class="govuk-header__logotype">
|
44
|
-
<!--[if gt IE 8]><!-->
|
45
|
-
<svg aria-hidden="true" focusable="false" class="govuk-header__logotype-crown" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 132 97" height="30" width="36">
|
46
|
-
<path fill="currentColor" fill-rule="evenodd" d="M25 30.2c3.5 1.5 7.7-.2 9.1-3.7 1.5-3.6-.2-7.8-3.9-9.2-3.6-1.4-7.6.3-9.1 3.9-1.4 3.5.3 7.5 3.9 9zM9 39.5c3.6 1.5 7.8-.2 9.2-3.7 1.5-3.6-.2-7.8-3.9-9.1-3.6-1.5-7.6.2-9.1 3.8-1.4 3.5.3 7.5 3.8 9zM4.4 57.2c3.5 1.5 7.7-.2 9.1-3.8 1.5-3.6-.2-7.7-3.9-9.1-3.5-1.5-7.6.3-9.1 3.8-1.4 3.5.3 7.6 3.9 9.1zm38.3-21.4c3.5 1.5 7.7-.2 9.1-3.8 1.5-3.6-.2-7.7-3.9-9.1-3.6-1.5-7.6.3-9.1 3.8-1.3 3.6.4 7.7 3.9 9.1zm64.4-5.6c-3.6 1.5-7.8-.2-9.1-3.7-1.5-3.6.2-7.8 3.8-9.2 3.6-1.4 7.7.3 9.2 3.9 1.3 3.5-.4 7.5-3.9 9zm15.9 9.3c-3.6 1.5-7.7-.2-9.1-3.7-1.5-3.6.2-7.8 3.7-9.1 3.6-1.5 7.7.2 9.2 3.8 1.5 3.5-.3 7.5-3.8 9zm4.7 17.7c-3.6 1.5-7.8-.2-9.2-3.8-1.5-3.6.2-7.7 3.9-9.1 3.6-1.5 7.7.3 9.2 3.8 1.3 3.5-.4 7.6-3.9 9.1zM89.3 35.8c-3.6 1.5-7.8-.2-9.2-3.8-1.4-3.6.2-7.7 3.9-9.1 3.6-1.5 7.7.3 9.2 3.8 1.4 3.6-.3 7.7-3.9 9.1zM69.7 17.7l8.9 4.7V9.3l-8.9 2.8c-.2-.3-.5-.6-.9-.9L72.4 0H59.6l3.5 11.2c-.3.3-.6.5-.9.9l-8.8-2.8v13.1l8.8-4.7c.3.3.6.7.9.9l-5 15.4v.1c-.2.8-.4 1.6-.4 2.4 0 4.1 3.1 7.5 7 8.1h.2c.3 0 .7.1 1 .1.4 0 .7 0 1-.1h.2c4-.6 7.1-4.1 7.1-8.1 0-.8-.1-1.7-.4-2.4V34l-5.1-15.4c.4-.2.7-.6 1-.9zM66 92.8c16.9 0 32.8 1.1 47.1 3.2 4-16.9 8.9-26.7 14-33.5l-9.6-3.4c1 4.9 1.1 7.2 0 10.2-1.5-1.4-3-4.3-4.2-8.7L108.6 76c2.8-2 5-3.2 7.5-3.3-4.4 9.4-10 11.9-13.6 11.2-4.3-.8-6.3-4.6-5.6-7.9 1-4.7 5.7-5.9 8-.5 4.3-8.7-3-11.4-7.6-8.8 7.1-7.2 7.9-13.5 2.1-21.1-8 6.1-8.1 12.3-4.5 20.8-4.7-5.4-12.1-2.5-9.5 6.2 3.4-5.2 7.9-2 7.2 3.1-.6 4.3-6.4 7.8-13.5 7.2-10.3-.9-10.9-8-11.2-13.8 2.5-.5 7.1 1.8 11 7.3L80.2 60c-4.1 4.4-8 5.3-12.3 5.4 1.4-4.4 8-11.6 8-11.6H55.5s6.4 7.2 7.9 11.6c-4.2-.1-8-1-12.3-5.4l1.4 16.4c3.9-5.5 8.5-7.7 10.9-7.3-.3 5.8-.9 12.8-11.1 13.8-7.2.6-12.9-2.9-13.5-7.2-.7-5 3.8-8.3 7.1-3.1 2.7-8.7-4.6-11.6-9.4-6.2 3.7-8.5 3.6-14.7-4.6-20.8-5.8 7.6-5 13.9 2.2 21.1-4.7-2.6-11.9.1-7.7 8.8 2.3-5.5 7.1-4.2 8.1.5.7 3.3-1.3 7.1-5.7 7.9-3.5.7-9-1.8-13.5-11.2 2.5.1 4.7 1.3 7.5 3.3l-4.7-15.4c-1.2 4.4-2.7 7.2-4.3 8.7-1.1-3-.9-5.3 0-10.2l-9.5 3.4c5 6.9 9.9 16.7 14 33.5 14.8-2.1 30.8-3.2 47.7-3.2z"></path>
|
47
|
-
</svg>
|
48
|
-
<!--<![endif]-->
|
49
|
-
<!--<![endif]-->
|
50
|
-
<!--[if IE 8]>
|
51
|
-
<img src="{{ assetPath }}images/govuk-logotype-crown.png" class="govuk-header__logotype-crown-fallback-image" width="36" height="32">
|
52
|
-
<![endif]-->
|
53
|
-
</span>
|
54
|
-
<span class="govuk-header__logotype-text">
|
55
|
-
{{{ globalHeaderText }}}
|
56
|
-
</span>
|
57
|
-
</a>
|
58
|
-
</div>
|
59
|
-
{{{ insideHeader }}}
|
60
|
-
|
61
|
-
{{{ propositionHeader }}}
|
62
|
-
</div>
|
63
|
-
</header>
|
64
|
-
|
65
|
-
|
66
|
-
{{{ afterHeader }}}
|
67
|
-
|
68
|
-
|
69
|
-
{{{ content }}}
|
70
|
-
|
71
|
-
<footer class="govuk-footer" id="footer" role="contentinfo">
|
72
|
-
|
73
|
-
<div class="govuk-width-container">
|
74
|
-
{{{ footerTop }}}
|
75
|
-
|
76
|
-
<div class="govuk-footer__meta">
|
77
|
-
<div class="govuk-footer__meta-item govuk-footer__meta-item--grow">
|
78
|
-
<h2 class="govuk-visually-hidden">Support links</h2>
|
79
|
-
{{{ footerSupportLinks }}}
|
80
|
-
|
81
|
-
<svg aria-hidden="true" focusable="false" class="govuk-footer__licence-logo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 483.2 195.7" height="17" width="41">
|
82
|
-
<path fill="currentColor" d="M421.5 142.8V.1l-50.7 32.3v161.1h112.4v-50.7zm-122.3-9.6A47.12 47.12 0 0 1 221 97.8c0-26 21.1-47.1 47.1-47.1 16.7 0 31.4 8.7 39.7 21.8l42.7-27.2A97.63 97.63 0 0 0 268.1 0c-36.5 0-68.3 20.1-85.1 49.7A98 98 0 0 0 97.8 0C43.9 0 0 43.9 0 97.8s43.9 97.8 97.8 97.8c36.5 0 68.3-20.1 85.1-49.7a97.76 97.76 0 0 0 149.6 25.4l19.4 22.2h3v-87.8h-80l24.3 27.5zM97.8 145c-26 0-47.1-21.1-47.1-47.1s21.1-47.1 47.1-47.1 47.2 21 47.2 47S123.8 145 97.8 145"></path>
|
83
|
-
</svg>
|
84
|
-
|
85
|
-
<span class="govuk-footer__licence-description">{{{ licenceMessage }}}</span>
|
86
|
-
</div>
|
87
|
-
|
88
|
-
<div class="govuk-footer__meta-item">
|
89
|
-
<a class="govuk-footer__link govuk-footer__copyright-logo" id="copyright-logo" target="_blank" href="https://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/uk-government-licensing-framework/crown-copyright/">{{{ crownCopyrightMessage }}}</a>
|
90
|
-
</div>
|
91
|
-
</div>
|
92
|
-
</div>
|
93
|
-
</footer>
|
94
|
-
|
95
|
-
<div id="global-app-error" class="app-error hidden"></div>
|
96
|
-
|
97
|
-
|
98
|
-
{{{ bodyEnd }}}
|
99
|
-
|
100
|
-
|
101
|
-
<script {{#nonce}}nonce="{{nonce}}"{{/nonce}}>if (typeof window.GOVUK === 'undefined') document.body.className = document.body.className.replace('js-enabled', '');</script>
|
102
|
-
|
103
|
-
</body>
|
104
|
-
</html>
|
@@ -1,104 +0,0 @@
|
|
1
|
-
|
2
|
-
<!DOCTYPE html>
|
3
|
-
<!--[if lt IE 9]><html class="lte-ie8" lang="{{htmlLang}}"><![endif]-->
|
4
|
-
<!--[if gt IE 8]><!--><html lang="{{htmlLang}}" class="govuk-template"><!--<![endif]-->
|
5
|
-
<head>
|
6
|
-
<meta charset="utf-8" />
|
7
|
-
<title>{{$pageTitle}}{{/pageTitle}}</title>
|
8
|
-
|
9
|
-
<link rel="shortcut icon" sizes="16x16 32x32 48x48" href="{{govukAssetPath}}images/favicon.ico" type="image/x-icon">
|
10
|
-
<link rel="mask-icon" href="{{govukAssetPath}}images/govuk-mask-icon.svg" color="#0b0c0c">
|
11
|
-
<link rel="apple-touch-icon" sizes="180x180" href="{{govukAssetPath}}images/govuk-apple-touch-icon-180x180.png">
|
12
|
-
<link rel="apple-touch-icon" sizes="167x167" href="{{govukAssetPath}}images/govuk-apple-touch-icon-167x167.png">
|
13
|
-
<link rel="apple-touch-icon" sizes="152x152" href="{{govukAssetPath}}images/govuk-apple-touch-icon-152x152.png">
|
14
|
-
<link rel="apple-touch-icon" href="{{govukAssetPath}}images/govuk-apple-touch-icon.png">
|
15
|
-
|
16
|
-
|
17
|
-
<meta name="theme-color" content="#0b0c0c" />
|
18
|
-
|
19
|
-
<meta name="viewport" content="width=device-width, initial-scale=1">
|
20
|
-
|
21
|
-
{{$head}}{{/head}}
|
22
|
-
|
23
|
-
|
24
|
-
<meta property="og:image" content="{{govukAssetPath}}images/opengraph-image.png">
|
25
|
-
</head>
|
26
|
-
|
27
|
-
<body class="{{$bodyClasses}}{{/bodyClasses}} govuk-template__body js-enabled" >
|
28
|
-
<script {{#nonce}}nonce="{{nonce}}"{{/nonce}}>document.body.className = ((document.body.className) ? document.body.className + ' js-enabled' : 'js-enabled');</script>
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
<div id="global-cookie-message" class="gem-c-cookie-banner govuk-clearfix" data-module="cookie-banner" role="region" aria-label="cookie banner" data-nosnippet="">
|
33
|
-
{{$cookieMessage}}{{/cookieMessage}}
|
34
|
-
</div>
|
35
|
-
|
36
|
-
{{$bodyStart}}{{/bodyStart}}
|
37
|
-
|
38
|
-
<header role="banner" id="govuk-header" class="{{$headerClass}}{{/headerClass}}">
|
39
|
-
<div class="govuk-header__container govuk-width-container">
|
40
|
-
|
41
|
-
<div class="govuk-header__logo">
|
42
|
-
<a href="{{$homepageUrl}}https://www.gov.uk{{/homepageUrl}}" title="{{$logoLinkTitle}}Go to the GOV.UK homepage{{/logoLinkTitle}}" id="logo" class="govuk-header__link govuk-header__link--homepage" target="_blank" data-module="track-click" data-track-category="homeLinkClicked" data-track-action="homeHeader">
|
43
|
-
<span class="govuk-header__logotype">
|
44
|
-
<!--[if gt IE 8]><!-->
|
45
|
-
<svg aria-hidden="true" focusable="false" class="govuk-header__logotype-crown" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 132 97" height="30" width="36">
|
46
|
-
<path fill="currentColor" fill-rule="evenodd" d="M25 30.2c3.5 1.5 7.7-.2 9.1-3.7 1.5-3.6-.2-7.8-3.9-9.2-3.6-1.4-7.6.3-9.1 3.9-1.4 3.5.3 7.5 3.9 9zM9 39.5c3.6 1.5 7.8-.2 9.2-3.7 1.5-3.6-.2-7.8-3.9-9.1-3.6-1.5-7.6.2-9.1 3.8-1.4 3.5.3 7.5 3.8 9zM4.4 57.2c3.5 1.5 7.7-.2 9.1-3.8 1.5-3.6-.2-7.7-3.9-9.1-3.5-1.5-7.6.3-9.1 3.8-1.4 3.5.3 7.6 3.9 9.1zm38.3-21.4c3.5 1.5 7.7-.2 9.1-3.8 1.5-3.6-.2-7.7-3.9-9.1-3.6-1.5-7.6.3-9.1 3.8-1.3 3.6.4 7.7 3.9 9.1zm64.4-5.6c-3.6 1.5-7.8-.2-9.1-3.7-1.5-3.6.2-7.8 3.8-9.2 3.6-1.4 7.7.3 9.2 3.9 1.3 3.5-.4 7.5-3.9 9zm15.9 9.3c-3.6 1.5-7.7-.2-9.1-3.7-1.5-3.6.2-7.8 3.7-9.1 3.6-1.5 7.7.2 9.2 3.8 1.5 3.5-.3 7.5-3.8 9zm4.7 17.7c-3.6 1.5-7.8-.2-9.2-3.8-1.5-3.6.2-7.7 3.9-9.1 3.6-1.5 7.7.3 9.2 3.8 1.3 3.5-.4 7.6-3.9 9.1zM89.3 35.8c-3.6 1.5-7.8-.2-9.2-3.8-1.4-3.6.2-7.7 3.9-9.1 3.6-1.5 7.7.3 9.2 3.8 1.4 3.6-.3 7.7-3.9 9.1zM69.7 17.7l8.9 4.7V9.3l-8.9 2.8c-.2-.3-.5-.6-.9-.9L72.4 0H59.6l3.5 11.2c-.3.3-.6.5-.9.9l-8.8-2.8v13.1l8.8-4.7c.3.3.6.7.9.9l-5 15.4v.1c-.2.8-.4 1.6-.4 2.4 0 4.1 3.1 7.5 7 8.1h.2c.3 0 .7.1 1 .1.4 0 .7 0 1-.1h.2c4-.6 7.1-4.1 7.1-8.1 0-.8-.1-1.7-.4-2.4V34l-5.1-15.4c.4-.2.7-.6 1-.9zM66 92.8c16.9 0 32.8 1.1 47.1 3.2 4-16.9 8.9-26.7 14-33.5l-9.6-3.4c1 4.9 1.1 7.2 0 10.2-1.5-1.4-3-4.3-4.2-8.7L108.6 76c2.8-2 5-3.2 7.5-3.3-4.4 9.4-10 11.9-13.6 11.2-4.3-.8-6.3-4.6-5.6-7.9 1-4.7 5.7-5.9 8-.5 4.3-8.7-3-11.4-7.6-8.8 7.1-7.2 7.9-13.5 2.1-21.1-8 6.1-8.1 12.3-4.5 20.8-4.7-5.4-12.1-2.5-9.5 6.2 3.4-5.2 7.9-2 7.2 3.1-.6 4.3-6.4 7.8-13.5 7.2-10.3-.9-10.9-8-11.2-13.8 2.5-.5 7.1 1.8 11 7.3L80.2 60c-4.1 4.4-8 5.3-12.3 5.4 1.4-4.4 8-11.6 8-11.6H55.5s6.4 7.2 7.9 11.6c-4.2-.1-8-1-12.3-5.4l1.4 16.4c3.9-5.5 8.5-7.7 10.9-7.3-.3 5.8-.9 12.8-11.1 13.8-7.2.6-12.9-2.9-13.5-7.2-.7-5 3.8-8.3 7.1-3.1 2.7-8.7-4.6-11.6-9.4-6.2 3.7-8.5 3.6-14.7-4.6-20.8-5.8 7.6-5 13.9 2.2 21.1-4.7-2.6-11.9.1-7.7 8.8 2.3-5.5 7.1-4.2 8.1.5.7 3.3-1.3 7.1-5.7 7.9-3.5.7-9-1.8-13.5-11.2 2.5.1 4.7 1.3 7.5 3.3l-4.7-15.4c-1.2 4.4-2.7 7.2-4.3 8.7-1.1-3-.9-5.3 0-10.2l-9.5 3.4c5 6.9 9.9 16.7 14 33.5 14.8-2.1 30.8-3.2 47.7-3.2z"></path>
|
47
|
-
</svg>
|
48
|
-
<!--<![endif]-->
|
49
|
-
<!--<![endif]-->
|
50
|
-
<!--[if IE 8]>
|
51
|
-
<img src="{{govukAssetPath}}images/govuk-logotype-crown.png" class="govuk-header__logotype-crown-fallback-image" width="36" height="32">
|
52
|
-
<![endif]-->
|
53
|
-
</span>
|
54
|
-
<span class="govuk-header__logotype-text">
|
55
|
-
{{$globalHeaderText}}GOV.UK{{/globalHeaderText}}
|
56
|
-
</span>
|
57
|
-
</a>
|
58
|
-
</div>
|
59
|
-
{{$insideHeader}}{{/insideHeader}}
|
60
|
-
|
61
|
-
{{$propositionHeader}}{{/propositionHeader}}
|
62
|
-
</div>
|
63
|
-
</header>
|
64
|
-
|
65
|
-
|
66
|
-
{{$afterHeader}}{{/afterHeader}}
|
67
|
-
|
68
|
-
|
69
|
-
{{$main}}{{/main}}
|
70
|
-
|
71
|
-
<footer class="govuk-footer" id="footer" role="contentinfo">
|
72
|
-
|
73
|
-
<div class="govuk-width-container">
|
74
|
-
{{$footerTop}}{{/footerTop}}
|
75
|
-
|
76
|
-
<div class="govuk-footer__meta">
|
77
|
-
<div class="govuk-footer__meta-item govuk-footer__meta-item--grow">
|
78
|
-
<h2 class="govuk-visually-hidden">Support links</h2>
|
79
|
-
{{$footerSupportLinks}}{{/footerSupportLinks}}
|
80
|
-
|
81
|
-
<svg aria-hidden="true" focusable="false" class="govuk-footer__licence-logo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 483.2 195.7" height="17" width="41">
|
82
|
-
<path fill="currentColor" d="M421.5 142.8V.1l-50.7 32.3v161.1h112.4v-50.7zm-122.3-9.6A47.12 47.12 0 0 1 221 97.8c0-26 21.1-47.1 47.1-47.1 16.7 0 31.4 8.7 39.7 21.8l42.7-27.2A97.63 97.63 0 0 0 268.1 0c-36.5 0-68.3 20.1-85.1 49.7A98 98 0 0 0 97.8 0C43.9 0 0 43.9 0 97.8s43.9 97.8 97.8 97.8c36.5 0 68.3-20.1 85.1-49.7a97.76 97.76 0 0 0 149.6 25.4l19.4 22.2h3v-87.8h-80l24.3 27.5zM97.8 145c-26 0-47.1-21.1-47.1-47.1s21.1-47.1 47.1-47.1 47.2 21 47.2 47S123.8 145 97.8 145"></path>
|
83
|
-
</svg>
|
84
|
-
|
85
|
-
<span class="govuk-footer__licence-description">{{$licenceMessage}}All content is available under the <a href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" id="open-government-licence" class="govuk-footer__link" target="_blank" rel="license">Open Government Licence v3.0</a>, except where otherwise stated{{/licenceMessage}}</span>
|
86
|
-
</div>
|
87
|
-
|
88
|
-
<div class="govuk-footer__meta-item">
|
89
|
-
<a class="govuk-footer__link govuk-footer__copyright-logo" id="copyright-logo" target="_blank" href="https://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/uk-government-licensing-framework/crown-copyright/">{{$crownCopyrightMessage}}© Crown copyright{{/crownCopyrightMessage}}</a>
|
90
|
-
</div>
|
91
|
-
</div>
|
92
|
-
</div>
|
93
|
-
</footer>
|
94
|
-
|
95
|
-
<div id="global-app-error" class="app-error hidden"></div>
|
96
|
-
|
97
|
-
|
98
|
-
{{$bodyEnd}}{{/bodyEnd}}
|
99
|
-
|
100
|
-
|
101
|
-
<script {{#nonce}}nonce="{{nonce}}"{{/nonce}}>if (typeof window.GOVUK === 'undefined') document.body.className = document.body.className.replace('js-enabled', '');</script>
|
102
|
-
|
103
|
-
</body>
|
104
|
-
</html>
|
@@ -1,38 +0,0 @@
|
|
1
|
-
<div id="{{key}}-group" class="govuk-form-group{{#className}} {{className}} {{/className}}{{#formGroupClassName}} {{formGroupClassName}}{{/formGroupClassName}}{{#error}} govuk-form-group--error{{/error}}">
|
2
|
-
<fieldset class="govuk-fieldset" {{#hint}} aria-describedby="{{key}}-hint"{{/hint}}>
|
3
|
-
<legend class="govuk-fieldset__legend {{#isPageHeading}}govuk-fieldset__legend--l{{/isPageHeading}}{{#legendClassName}} {{legendClassName}}{{/legendClassName}}">
|
4
|
-
{{#isPageHeading}}<h1 class="govuk-fieldset__heading">{{/isPageHeading}}
|
5
|
-
{{legend}}
|
6
|
-
{{#isPageHeading}}</h1>{{/isPageHeading}}
|
7
|
-
</legend>
|
8
|
-
{{#hint}}<div id="{{key}}-hint" class="govuk-hint">{{hint}}</div>{{/hint}}
|
9
|
-
{{#error}}
|
10
|
-
<p id="{{key}}-error" class="govuk-error-message">
|
11
|
-
<span class="govuk-visually-hidden">Error:</span> {{error.message}}
|
12
|
-
</span>
|
13
|
-
{{/error}}
|
14
|
-
{{{detail}}}
|
15
|
-
<div class="govuk-checkboxes" data-module="govuk-checkboxes">
|
16
|
-
{{#options}}
|
17
|
-
<div class="govuk-checkboxes__item">
|
18
|
-
<input
|
19
|
-
class="govuk-checkboxes__input"
|
20
|
-
type="{{type}}"
|
21
|
-
name="{{key}}"
|
22
|
-
id="{{key}}-{{value}}"
|
23
|
-
value="{{value}}"
|
24
|
-
{{#toggle}} data-toggle="{{toggle}}"{{/toggle}}
|
25
|
-
{{#selected}} checked="checked"{{/selected}}
|
26
|
-
{{^error}}{{#optionHint}} aria-describedby="{{key}}-{{value}}-hint"{{/optionHint}}{{^optionHint}}{{#hint}} aria-describedby="{{key}}-hint"{{/hint}}{{/optionHint}}{{/error}}
|
27
|
-
{{#error}} aria-describedby="{{key}}-error" aria-invalid="true"{{/error}}
|
28
|
-
>
|
29
|
-
<label class="govuk-label govuk-checkboxes__label" for="{{key}}-{{value}}">
|
30
|
-
{{{label}}}
|
31
|
-
{{#optionHint}}<div id="{{key}}-{{value}}-item-hint" class="govuk-hint govuk-radios__hint">{{optionHint}}</div>{{/optionHint}}
|
32
|
-
</label>
|
33
|
-
</div>
|
34
|
-
{{#renderChild}}{{/renderChild}}
|
35
|
-
{{/options}}
|
36
|
-
</div>
|
37
|
-
</fieldset>
|
38
|
-
</div>
|
@@ -1,37 +0,0 @@
|
|
1
|
-
<div class="govuk-date-input__item">
|
2
|
-
<div id="{{id}}-group" class="{{#formGroupClassName}} {{formGroupClassName}}{{/formGroupClassName}}">
|
3
|
-
<label for="{{id}}" class="{{labelClassName}}">
|
4
|
-
<span class="label-text">{{{label}}}</span>
|
5
|
-
</label>
|
6
|
-
{{#hint}}<span {{$hintId}}id="{{hintId}}" {{/hintId}}class="govuk-hint">{{hint}}</span>{{/hint}}
|
7
|
-
{{#renderChild}}{{/renderChild}}
|
8
|
-
{{#attributes}}
|
9
|
-
{{#prefix}}
|
10
|
-
<div class="govuk-input__prefix" aria-hidden="true">{{prefix}}</div>
|
11
|
-
{{/prefix}}
|
12
|
-
{{/attributes}}
|
13
|
-
<input
|
14
|
-
type="{{type}}"
|
15
|
-
name="{{id}}"
|
16
|
-
id="{{id}}"
|
17
|
-
class="govuk-input{{#className}} {{className}}{{/className}}{{#error}} invalid-input{{/error}}"
|
18
|
-
aria-required="{{required}}"
|
19
|
-
{{#value}} value="{{value}}"{{/value}}
|
20
|
-
{{#min}} min="{{min}}"{{/min}}
|
21
|
-
{{#max}} max="{{max}}"{{/max}}
|
22
|
-
{{#maxlength}} maxlength="{{maxlength}}"{{/maxlength}}
|
23
|
-
{{#pattern}} pattern="{{pattern}}"{{/pattern}}
|
24
|
-
{{#hintId}} aria-describedby="{{hintId}}"{{/hintId}}
|
25
|
-
{{#error}} aria-invalid="true"{{/error}}
|
26
|
-
{{#autocomplete}} autocomplete="{{autocomplete}}"{{/autocomplete}}
|
27
|
-
{{#attributes}}
|
28
|
-
{{attribute}}="{{value}}"
|
29
|
-
{{/attributes}}
|
30
|
-
>
|
31
|
-
{{#attributes}}
|
32
|
-
{{#suffix}}
|
33
|
-
<div class="govuk-input__prefix" aria-hidden="true">{{suffix}}</div>
|
34
|
-
{{/suffix}}
|
35
|
-
{{/attributes}}
|
36
|
-
</div>
|
37
|
-
</div>
|
@@ -1,121 +0,0 @@
|
|
1
|
-
/* eslint-disable no-undef, no-param-reassign, no-unused-vars */
|
2
|
-
(function () {
|
3
|
-
'use strict';
|
4
|
-
const root = this;
|
5
|
-
if(typeof root.GOVUK === 'undefined') { root.GOVUK = {}; }
|
6
|
-
|
7
|
-
/*
|
8
|
-
Cookie methods
|
9
|
-
==============
|
10
|
-
|
11
|
-
Usage:
|
12
|
-
|
13
|
-
Setting a cookie:
|
14
|
-
GOVUK.cookie('hobnob', 'tasty', { days: 30 });
|
15
|
-
|
16
|
-
Reading a cookie:
|
17
|
-
GOVUK.cookie('hobnob');
|
18
|
-
|
19
|
-
Deleting a cookie:
|
20
|
-
GOVUK.cookie('hobnob', null);
|
21
|
-
*/
|
22
|
-
GOVUK.cookie = function (name, value, options) {
|
23
|
-
if(typeof value !== 'undefined') {
|
24
|
-
if(value === false || value === null) {
|
25
|
-
return GOVUK.setCookie(name, '', { days: -1 });
|
26
|
-
}
|
27
|
-
return GOVUK.setCookie(name, value, options);
|
28
|
-
}
|
29
|
-
return GOVUK.getCookie(name);
|
30
|
-
};
|
31
|
-
GOVUK.setCookie = function (name, value, options) {
|
32
|
-
if(typeof options === 'undefined') {
|
33
|
-
options = {};
|
34
|
-
}
|
35
|
-
let cookieString = name + '=' + value + '; path=/';
|
36
|
-
if (options.days) {
|
37
|
-
const date = new Date();
|
38
|
-
date.setTime(date.getTime() + (options.days * 24 * 60 * 60 * 1000));
|
39
|
-
cookieString = cookieString + '; expires=' + date.toGMTString();
|
40
|
-
}
|
41
|
-
if (document.location.protocol === 'https:') {
|
42
|
-
cookieString = cookieString + '; Secure';
|
43
|
-
}
|
44
|
-
document.cookie = cookieString;
|
45
|
-
};
|
46
|
-
GOVUK.getCookie = function (name) {
|
47
|
-
const nameEQ = name + '=';
|
48
|
-
const cookies = document.cookie.split(';');
|
49
|
-
for(let i = 0, len = cookies.length; i < len; i++) {
|
50
|
-
let cookie = cookies[i];
|
51
|
-
while (cookie.charAt(0) === ' ') {
|
52
|
-
cookie = cookie.substring(1, cookie.length);
|
53
|
-
}
|
54
|
-
if (cookie.indexOf(nameEQ) === 0) {
|
55
|
-
return decodeURIComponent(cookie.substring(nameEQ.length));
|
56
|
-
}
|
57
|
-
}
|
58
|
-
return null;
|
59
|
-
};
|
60
|
-
}).call(this);
|
61
|
-
(function () {
|
62
|
-
'use strict';
|
63
|
-
const root = this;
|
64
|
-
if (typeof root.GOVUK === 'undefined') { root.GOVUK = {}; }
|
65
|
-
|
66
|
-
GOVUK.addCookieMessage = function () {
|
67
|
-
const message = document.getElementById('global-cookie-message');
|
68
|
-
|
69
|
-
const hasCookieMessage = (message && GOVUK.cookie('seen_cookie_message') === null);
|
70
|
-
|
71
|
-
if (hasCookieMessage) {
|
72
|
-
message.style.display = 'block';
|
73
|
-
GOVUK.cookie('seen_cookie_message', 'yes', { days: 28 });
|
74
|
-
|
75
|
-
document.addEventListener('DOMContentLoaded', function (event) {
|
76
|
-
if (GOVUK.analytics && typeof GOVUK.analytics.trackEvent === 'function') {
|
77
|
-
GOVUK.analytics.trackEvent('cookieBanner', 'Cookie banner shown', {
|
78
|
-
value: 1,
|
79
|
-
nonInteraction: true
|
80
|
-
});
|
81
|
-
}
|
82
|
-
});
|
83
|
-
}
|
84
|
-
};
|
85
|
-
}).call(this)
|
86
|
-
;
|
87
|
-
(function () {
|
88
|
-
'use strict';
|
89
|
-
|
90
|
-
// add cookie message
|
91
|
-
if (window.GOVUK && GOVUK.addCookieMessage) {
|
92
|
-
GOVUK.addCookieMessage();
|
93
|
-
}
|
94
|
-
|
95
|
-
// header navigation toggle
|
96
|
-
if (document.querySelectorAll && document.addEventListener) {
|
97
|
-
const els = document.querySelectorAll('.js-header-toggle');
|
98
|
-
let i; let _i;
|
99
|
-
for(i = 0, _i = els.length; i < _i; i++) {
|
100
|
-
els[i].addEventListener('click', function (e) {
|
101
|
-
e.preventDefault();
|
102
|
-
const target = document.getElementById(this.getAttribute('href').substr(1));
|
103
|
-
const targetClass = target.getAttribute('class') || '';
|
104
|
-
const sourceClass = this.getAttribute('class') || '';
|
105
|
-
|
106
|
-
if(targetClass.indexOf('js-visible') !== -1) {
|
107
|
-
target.setAttribute('class', targetClass.replace(/(^|\s)js-visible(\s|$)/, ''));
|
108
|
-
} else {
|
109
|
-
target.setAttribute('class', targetClass + ' js-visible');
|
110
|
-
}
|
111
|
-
if(sourceClass.indexOf('js-visible') !== -1) {
|
112
|
-
this.setAttribute('class', sourceClass.replace(/(^|\s)js-visible(\s|$)/, ''));
|
113
|
-
} else {
|
114
|
-
this.setAttribute('class', sourceClass + ' js-visible');
|
115
|
-
}
|
116
|
-
this.setAttribute('aria-expanded', this.getAttribute('aria-expanded') !== 'true');
|
117
|
-
target.setAttribute('aria-hidden', target.getAttribute('aria-hidden') === 'false');
|
118
|
-
});
|
119
|
-
}
|
120
|
-
}
|
121
|
-
}).call(this);
|
@@ -1,19 +0,0 @@
|
|
1
|
-
const skipToMain = function () {
|
2
|
-
const skipToMainLink = document.getElementById('skip-to-main');
|
3
|
-
const firstControlId = skipToMainLink.hash.split('#')[1] ? skipToMainLink.hash.split('#')[1] : 'main-content';
|
4
|
-
if(firstControlId === 'main-content') {
|
5
|
-
skipToMainLink.setAttribute('href', '#main-content');
|
6
|
-
}
|
7
|
-
if(firstControlId) {
|
8
|
-
// eslint-disable-next-line no-unused-vars
|
9
|
-
skipToMainLink.onclick = function (e) {
|
10
|
-
// here timeout added just to make this functionality asynchronous
|
11
|
-
// to focus on form as well as non form contents
|
12
|
-
setTimeout(() => {
|
13
|
-
const firstControl = document.getElementById(firstControlId);
|
14
|
-
firstControl.focus();
|
15
|
-
}, 10);
|
16
|
-
};
|
17
|
-
}
|
18
|
-
};
|
19
|
-
skipToMain();
|
package/sandbox/.env
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
// GA_TAG=UA-215558609-1
|