@qld-gov-au/qgds-bootstrap5 2.0.2 → 2.0.3
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/.storybook/preview.js +4 -1
- package/dist/assets/components/bs5/accordion/accordion.hbs +0 -3
- package/dist/assets/components/bs5/directionLinks/directionLinks.hbs +2 -1
- package/dist/assets/components/bs5/head/head.hbs +1 -1
- package/dist/assets/components/bs5/header/header.hbs +6 -9
- package/dist/assets/components/bs5/navbar/navbar.hbs +21 -14
- package/dist/assets/components/bs5/pageLayout/templates/contentPageWithForm.hbs +1 -1
- package/dist/assets/components/bs5/pageLayout/templates/contentPageWithSideNavigation.hbs +140 -108
- package/dist/assets/components/bs5/pageLayout/templates/homePage.hbs +1 -1
- package/dist/assets/components/bs5/sidenav/sidenav.hbs +56 -37
- package/dist/assets/css/qld.bootstrap.css +1 -6
- package/dist/assets/css/qld.bootstrap.css.map +3 -3
- package/dist/assets/js/handlebars.init.min.js +228 -175
- package/dist/assets/js/handlebars.init.min.js.map +2 -2
- package/dist/assets/js/qld.bootstrap.min.js +5 -5
- package/dist/assets/js/qld.bootstrap.min.js.map +4 -4
- package/dist/assets/node/handlebars.init.min.js +28 -24
- package/dist/assets/node/handlebars.init.min.js.map +2 -2
- package/dist/components/bs5/accordion/accordion.hbs +0 -3
- package/dist/components/bs5/directionLinks/directionLinks.hbs +2 -1
- package/dist/components/bs5/head/head.hbs +1 -1
- package/dist/components/bs5/header/header.hbs +6 -9
- package/dist/components/bs5/navbar/navbar.hbs +21 -14
- package/dist/components/bs5/pageLayout/templates/contentPageWithForm.hbs +1 -1
- package/dist/components/bs5/pageLayout/templates/contentPageWithSideNavigation.hbs +140 -108
- package/dist/components/bs5/pageLayout/templates/homePage.hbs +1 -1
- package/dist/components/bs5/sidenav/sidenav.hbs +56 -37
- package/dist/package.json +2 -4
- package/dist/sample-data/navbar/navbar.data.json +91 -25
- package/dist/sample-data/pagination/pagination.data.json +19 -19
- package/dist/sample-data/sidenav/sidenav.data.json +81 -80
- package/package.json +2 -4
- package/src/components/bs5/accordion/Accordion.mdx +34 -10
- package/src/components/bs5/accordion/__snapshots__/accordion.test.js.snap +0 -3
- package/src/components/bs5/accordion/accordion.hbs +0 -3
- package/src/components/bs5/accordion/mdx/_designResources.mdx +6 -0
- package/src/components/bs5/accordion/mdx/_usageInstructions.mdx +10 -0
- package/src/components/bs5/blockquote/blockquote.scss +47 -7
- package/src/components/bs5/button/button.scss +4 -0
- package/src/components/bs5/directionLinks/directionLinks.hbs +2 -1
- package/src/components/bs5/directionLinks/directionLinks.scss +27 -80
- package/src/components/bs5/directionLinks/directionLinks.stories.js +7 -14
- package/src/components/bs5/header/header.hbs +6 -9
- package/src/components/bs5/inpagenav/inpagenav.scss +7 -3
- package/src/components/bs5/navbar/navbar.data.json +91 -25
- package/src/components/bs5/navbar/navbar.functions.js +4 -0
- package/src/components/bs5/navbar/navbar.hbs +21 -14
- package/src/components/bs5/navbar/navbar.scss +219 -166
- package/src/components/bs5/navbar/navbar.stories.js +31 -2
- package/src/components/bs5/pageLayout/pageLayout.stories.js +3 -1
- package/src/components/bs5/pageLayout/templates/contentPageWithForm.hbs +1 -1
- package/src/components/bs5/pageLayout/templates/contentPageWithSideNavigation.hbs +140 -108
- package/src/components/bs5/pageLayout/templates/homePage.hbs +1 -1
- package/src/components/bs5/pagination/pagination.data.json +19 -19
- package/src/components/bs5/pagination/pagination.scss +37 -63
- package/src/components/bs5/promotionalPanel/promotionalPanel.scss +23 -22
- package/src/components/bs5/quickexit/quickexit.functions.js +24 -37
- package/src/components/bs5/quickexit/quickexit.scss +4 -0
- package/src/components/bs5/sidenav/sidenav.data.json +81 -80
- package/src/components/bs5/sidenav/sidenav.hbs +56 -37
- package/src/components/bs5/sidenav/sidenav.scss +236 -151
- package/src/components/bs5/skiplinks/skipLinks.functions.js +0 -9
- package/src/components/bs5/skiplinks/skipLinks.test.js +0 -1
- package/src/components/common/layout/container.scss +5 -0
- package/src/components/common/layout/content.scss +16 -8
- package/src/css/main.scss +0 -7
- package/src/css/qld-theme.scss +1 -0
- package/src/css/utilities/_index.scss +1 -0
- package/src/css/utilities/sr-only.scss +5 -0
- package/src/js/qld.bootstrap.js +1 -9
- package/src/stories/documentation/_storybookDocsTabs.jsx +63 -0
- package/src/stories/documentation/storybook-documentation.scss +51 -0
- package/src/components/bs5/pagination/health-icon-sprite.svg +0 -156
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
"use strict";(()=>{function b5(e,t,a,i){switch(t){case"==":return e==a?i.fn(this):i.inverse(this);case"===":return e===a?i.fn(this):i.inverse(this);case"!=":return e!=a?i.fn(this):i.inverse(this);case"!==":return e!==a?i.fn(this):i.inverse(this);case"<":return e<a?i.fn(this):i.inverse(this);case"<=":return e<=a?i.fn(this):i.inverse(this);case">":return e>a?i.fn(this):i.inverse(this);case">=":return e>=a?i.fn(this):i.inverse(this);case"&&":return e&&a?i.fn(this):i.inverse(this);case"||":return e||a?i.fn(this):i.inverse(this);case"contains":return typeof e=="string"&&typeof a=="string"?e.toLowerCase().indexOf(a.toLowerCase())>=0?i.fn(this):i.inverse(this):i.inverse(this);default:return i.inverse(this)}}function r(e){e.registerHelper("contains",function(t,a,i){return t=e.escapeExpression(t),a=e.escapeExpression(a),a.indexOf(t)>-1?i.fn(this):i.inverse(this)}),e.registerHelper("ifCond",b5),e.registerHelper("isType",function(t,a,i){return t===a?i.fn(this):i.inverse(this)}),e.registerHelper("ifAny",function(...t){let a=t.pop();return t.some(i=>!!i)?a.fn(this):a.inverse(this)}),e.registerHelper("now",function(){return new Date().toISOString()}),e.registerHelper("formatDate",function(t,a,i){let s;if(t&&(s=new Date(t)),isNaN(s)&&a&&(s=new Date(a)),isNaN(s))return"Invalid Date";var l=["January","February","March","April","May","June","July","August","September","October","November","December"],o=s.getDate(),n=l[s.getMonth()],C=s.getFullYear();switch(i){case"YYYY":return`${C}`;case"MMMM YYYY":return`${n} ${C}`;default:return`${o} ${n} ${C}`}}),e.registerHelper("formatDateOrToday",function(t,a){let i=t||new Date().toISOString();return e.helpers.formatDate(t,i,a)}),e.registerHelper("formatDuration",function(t,a){if(!t)return"";if(typeof t=="string"&&a!=="long")return t;let i="",s=[],l,o,n;if(typeof t=="string"){let C=t.split(":");n=C[0],C.length==2?[o="",n=""]=C:C.length==3&&([l="",o="",n=""]=C)}else[l="",o="",n=""]=t;return a==="long"?(l>0&&s.push(`${l} hour${l>1?"s":""}`),o>0&&s.push(`${o} minute${o>1?"s":""}`),n>0&&s.push(`${n} second${n>1?"s":""}`),i=s.join(" ")):(l>0&&s.push(l.toString().padStart(2,0)),s.push(o.toString().padStart(2,0)),s.push(n.toString().padStart(2,0)),i=s.join(":")),i}),e.registerHelper("isdefined",function(t,a){return t!==void 0&&t!==""?t:a}),e.registerHelper("getClassNames",function(t,a){let i=t.split(",").map(l=>l.trim()),s=[];for(let l=0;l<i.length;l++){let o=i[l];if(a){for(let n=0;n<a.length;n++)if(a[n][o]===!0){s.push(o);break}}}return s.length>0?s.join(" "):""}),e.registerHelper("join",function(t,a){return(!a||typeof a!="string")&&(a=" "),Array.isArray(t)?t.join(a):t}),e.registerHelper("toCamelCase",function(t){return typeof t!="string"?t:t.toLowerCase().replace(/(?:^\w|[A-Z]|\b\w|\s+)/g,(a,i)=>i===0?a.toLowerCase():a.toUpperCase()).replace(/\s+/g,"")})}typeof Handlebars!="undefined"&&r(Handlebars);var c=`<!-- QGDS Component: Accordion -->
|
|
2
2
|
<div class="accordion-group">
|
|
3
|
-
|
|
4
3
|
{{#if toggleAll}}
|
|
5
4
|
<div class="accordion-toggle">
|
|
6
5
|
<button class="accordion-toggle-btn accordion-toggle-btn--closed" type="button">Open all</button>
|
|
@@ -22,9 +21,7 @@
|
|
|
22
21
|
</div>
|
|
23
22
|
</div>
|
|
24
23
|
{{/each }}
|
|
25
|
-
|
|
26
24
|
</div>
|
|
27
|
-
|
|
28
25
|
</div>
|
|
29
26
|
`;var p=`{{#unless hide_back_to_top}}
|
|
30
27
|
<div class="back-to-top d-print-none">
|
|
@@ -139,7 +136,7 @@
|
|
|
139
136
|
</div>
|
|
140
137
|
</div>
|
|
141
138
|
</div>
|
|
142
|
-
</div>`;var
|
|
139
|
+
</div>`;var v=`{{!-- Button icon partial --}}
|
|
143
140
|
{{#*inline "buttonIcon"~}}
|
|
144
141
|
<span class="qld-icon qld-icon-md {{iconClass}} {{iconPosition}}" aria-hidden="true"></span>
|
|
145
142
|
{{~/inline}}
|
|
@@ -198,7 +195,7 @@
|
|
|
198
195
|
{{/if}}
|
|
199
196
|
{{/unless}}
|
|
200
197
|
</a>
|
|
201
|
-
{{/unless}}`;var
|
|
198
|
+
{{/unless}}`;var h=`<a class="qld-cta-link {{getClassNames "small, view-all" class}}"
|
|
202
199
|
{{#if id}}id="{{id}}"{{/if}}
|
|
203
200
|
href="{{href}}"
|
|
204
201
|
target="{{target}}"
|
|
@@ -275,7 +272,7 @@
|
|
|
275
272
|
{{#if feature}}</div>{{/if}}
|
|
276
273
|
</div>
|
|
277
274
|
</div>
|
|
278
|
-
`;var
|
|
275
|
+
`;var k=`<!DOCTYPE html>
|
|
279
276
|
<html lang="en">
|
|
280
277
|
<head>
|
|
281
278
|
<meta charset="UTF-8">
|
|
@@ -374,7 +371,7 @@
|
|
|
374
371
|
|
|
375
372
|
|
|
376
373
|
</body>
|
|
377
|
-
</html>`;var
|
|
374
|
+
</html>`;var q=` <div class="row {{classes}}">
|
|
378
375
|
{{#if lastUpdated}}
|
|
379
376
|
<div class="col-auto">
|
|
380
377
|
<dl class="qld-content-dates my-0">
|
|
@@ -469,7 +466,8 @@
|
|
|
469
466
|
{{~#if target}} target="{{target}}"{{/if~}}
|
|
470
467
|
{{~#if arialabel}} aria-label="{{arialabel}}" {{/if~}}>
|
|
471
468
|
{{{label}}}
|
|
472
|
-
<span class="icon" aria-hidden="true"></span>
|
|
469
|
+
{{!-- <span class="icon" aria-hidden="true"></span> --}}
|
|
470
|
+
<span class="qld-icon qld-icon-md qld-icon-arrow-{{class}}" aria-hidden="true"></span>
|
|
473
471
|
</a>`;var H=`{{#if customLinks }}
|
|
474
472
|
<ul class="nav footer-link-list footer-link-list--custom flex-column">
|
|
475
473
|
{{#each customLinks }}
|
|
@@ -754,7 +752,7 @@
|
|
|
754
752
|
</div>
|
|
755
753
|
</div>
|
|
756
754
|
</div>
|
|
757
|
-
</footer>`;var
|
|
755
|
+
</footer>`;var P=`
|
|
758
756
|
{{#if questionLabel}}
|
|
759
757
|
<div class="qld-text-input-label {{listClasses}}">
|
|
760
758
|
{{questionLabel}}
|
|
@@ -776,7 +774,7 @@
|
|
|
776
774
|
</label>
|
|
777
775
|
</div>
|
|
778
776
|
{{/each}}
|
|
779
|
-
`;var
|
|
777
|
+
`;var A=`<!DOCTYPE html>
|
|
780
778
|
<html lang="en">
|
|
781
779
|
<head>
|
|
782
780
|
<meta charset="UTF-8">
|
|
@@ -827,7 +825,7 @@
|
|
|
827
825
|
</section>
|
|
828
826
|
{{/each }}
|
|
829
827
|
</div>`;var R=`
|
|
830
|
-
<!-- VERSION_DETAILS={"project_id":"@qld-gov-au/qgds-bootstrap5","version":"2.0.
|
|
828
|
+
<!-- VERSION_DETAILS={"project_id":"@qld-gov-au/qgds-bootstrap5","version":"2.0.3","branch":"HEAD","tag":"v2.0.3","commit":"fa72cd132ffaf157e0fe59ce291db6db0d2f2554","majorVersion":"v2"} -->
|
|
831
829
|
|
|
832
830
|
{{! Select environment, used verbatium if not using predefind key
|
|
833
831
|
cdn := PROD|STAGING|BETA|TEST|DEV|???
|
|
@@ -861,7 +859,7 @@ cdn := PROD|STAGING|BETA|TEST|DEV|???
|
|
|
861
859
|
|
|
862
860
|
<svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg"
|
|
863
861
|
class="qld-header-dropdown-icon ">
|
|
864
|
-
<use href="{{
|
|
862
|
+
<use href="{{../assets.SVGSpritePath}}#qgds-icon-chevron-down"
|
|
865
863
|
aria-hidden="true"></use>
|
|
866
864
|
</svg>
|
|
867
865
|
</a>
|
|
@@ -874,7 +872,7 @@ cdn := PROD|STAGING|BETA|TEST|DEV|???
|
|
|
874
872
|
<a class="qld-header-link dropdown-item " href="{{url}}" {{#if target}}target="{{target}}"{{/if}}>
|
|
875
873
|
{{text}}
|
|
876
874
|
<svg width="24" height="24" class="qld-header-icon qld-header-dropdown-item-icon">
|
|
877
|
-
<use href="{{
|
|
875
|
+
<use href="{{ ../../assets.SVGSpritePath }}#qgds-icon-arrow-right"
|
|
878
876
|
aria-hidden="true"></use>
|
|
879
877
|
</svg>
|
|
880
878
|
</a>
|
|
@@ -905,7 +903,7 @@ cdn := PROD|STAGING|BETA|TEST|DEV|???
|
|
|
905
903
|
<a class="qld-header-link" href="{{url}}">
|
|
906
904
|
{{#if icon}}
|
|
907
905
|
<svg class="qld-header-link-icon">
|
|
908
|
-
<use href="{{
|
|
906
|
+
<use href="{{ ../assets.SVGSpritePath }}#qgds-icon-{{icon}}" aria-hidden="true"></use>
|
|
909
907
|
</svg>{{/if}}{{{text}}}
|
|
910
908
|
</a>
|
|
911
909
|
{{/if}}
|
|
@@ -919,11 +917,8 @@ cdn := PROD|STAGING|BETA|TEST|DEV|???
|
|
|
919
917
|
<button id="qld-header-toggle-search-button" aria-controls="qld-header-search"
|
|
920
918
|
class="qld-header-toggle-main-nav" aria-expanded="false">
|
|
921
919
|
<svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg">
|
|
922
|
-
<use class="icon-search"
|
|
923
|
-
|
|
924
|
-
style="display: block;"></use>
|
|
925
|
-
<use class="icon-close" href="{{@root.assets.SVGSpritePath}}#qgds-icon-close"
|
|
926
|
-
style="display: none;"></use>
|
|
920
|
+
<use class="icon-search" href="{{ assets.SVGSpritePath }}#qgds-icon-search" aria-hidden="true" style="display: block;"></use>
|
|
921
|
+
<use class="icon-close" href="{{ assets.SVGSpritePath}}#qgds-icon-close" style="display: none;"></use>
|
|
927
922
|
</svg>
|
|
928
923
|
<span class="qld-header-toggle-main-nav-text">Search</span>
|
|
929
924
|
</button>
|
|
@@ -933,7 +928,7 @@ cdn := PROD|STAGING|BETA|TEST|DEV|???
|
|
|
933
928
|
data-bs-toggle="collapse" data-bs-target="#main-nav" aria-controls="main-nav" aria-expanded="false"
|
|
934
929
|
aria-label="Open menu">
|
|
935
930
|
<svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg">
|
|
936
|
-
<use href="{{
|
|
931
|
+
<use href="{{assets.SVGSpritePath}}#qgds-icon-menu" aria-hidden="true">
|
|
937
932
|
</use>
|
|
938
933
|
</svg>
|
|
939
934
|
<span class="qld-header-toggle-main-nav-text">Menu</span>
|
|
@@ -980,7 +975,7 @@ cdn := PROD|STAGING|BETA|TEST|DEV|???
|
|
|
980
975
|
</div>
|
|
981
976
|
</div>
|
|
982
977
|
</div>
|
|
983
|
-
</header>`;var
|
|
978
|
+
</header>`;var I=`
|
|
984
979
|
<div class="qld-header-brand">
|
|
985
980
|
<a class="qld-header-link d-lg-inline-flex" href="{{url}}">
|
|
986
981
|
<div class="qld-header-brand-image qld-header-logo">
|
|
@@ -1015,7 +1010,7 @@ cdn := PROD|STAGING|BETA|TEST|DEV|???
|
|
|
1015
1010
|
{{/if}}
|
|
1016
1011
|
</a>
|
|
1017
1012
|
</div>
|
|
1018
|
-
`;var
|
|
1013
|
+
`;var _=`<svg class="qld-icon-{{size}}"{{#if ariaLabel}} aria-label="{{ariaLabel}}"{{/if}}{{#if ariaHidden}} aria-hidden="{{ariaHidden}}"{{/if}}>
|
|
1019
1014
|
<use href="./assets/img/icons-sprite.svg#qgds-icon-{{iconId}}"></use>
|
|
1020
1015
|
</svg>`;var E=`{{! Image template }}
|
|
1021
1016
|
{{#*inline "imageTag"}}
|
|
@@ -1050,7 +1045,7 @@ cdn := PROD|STAGING|BETA|TEST|DEV|???
|
|
|
1050
1045
|
{{/if}}
|
|
1051
1046
|
{{/if}}
|
|
1052
1047
|
{{{ content }}}
|
|
1053
|
-
</div>`;var
|
|
1048
|
+
</div>`;var G=`<!-- QGDS Partial: inpage-nav -->
|
|
1054
1049
|
|
|
1055
1050
|
<div class="qld-inpage-nav">
|
|
1056
1051
|
|
|
@@ -1064,7 +1059,7 @@ cdn := PROD|STAGING|BETA|TEST|DEV|???
|
|
|
1064
1059
|
{{/each}}
|
|
1065
1060
|
</ul>
|
|
1066
1061
|
|
|
1067
|
-
</div>`;var
|
|
1062
|
+
</div>`;var F=`{{!-- Link icon partial --}}
|
|
1068
1063
|
{{#*inline "linkIcon"~}}
|
|
1069
1064
|
<span class="qld-icon qld-icon-md {{iconClass}} {{iconPosition}}" aria-hidden="true"></span>
|
|
1070
1065
|
{{~/inline}}
|
|
@@ -1151,14 +1146,14 @@ cdn := PROD|STAGING|BETA|TEST|DEV|???
|
|
|
1151
1146
|
{{~{value}~}}
|
|
1152
1147
|
</a>
|
|
1153
1148
|
</li>
|
|
1154
|
-
{{/inline}}`;var
|
|
1149
|
+
{{/inline}}`;var Q=`{{#ifCond logo "===" "coa-landscape"}}
|
|
1155
1150
|
{{>logoCOALandscape}}
|
|
1156
1151
|
{{else ifCond logo "===" "coa-landscape-2lines"}}
|
|
1157
1152
|
{{>logoCOALandscape2Lines}}
|
|
1158
1153
|
{{else}}
|
|
1159
1154
|
{{>logoCOALandscape}}
|
|
1160
1155
|
{{/ifCond}}
|
|
1161
|
-
`;var
|
|
1156
|
+
`;var j=`{{!prettier-ignore}}
|
|
1162
1157
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 330 56" {{#if fill}}fill="{{fill}}"{{/if}} {{#if className}}class="{{className}}"{{/if}} {{#if width}}width="{{width}}"{{/if}}
|
|
1163
1158
|
{{#if height}}height="{{height}}"{{/if}}>
|
|
1164
1159
|
<title>Queensland Government</title>
|
|
@@ -1441,8 +1436,8 @@ cdn := PROD|STAGING|BETA|TEST|DEV|???
|
|
|
1441
1436
|
<ul class="navbar-nav">
|
|
1442
1437
|
{{#each navigation}}
|
|
1443
1438
|
{{#if navigationItems}}
|
|
1444
|
-
<li class="nav-item dropdown{{#if
|
|
1445
|
-
<a class="nav-link{{#unless ../metadata.verticalOrientation}} dropdown-toggle{{/unless}}" aria-current="page" href="{{url}}"{{#if target}} target="{{target}}"{{/if}}{{#ifCond target '==' '_blank'}} rel="noopener noreferrer"{{/ifCond}} role="button" data-bs-toggle="dropdown"
|
|
1439
|
+
<li class="nav-item dropdown{{#if alternativeColor}} alt{{/if}}{{#if mobileOnly}} mobile-only{{/if}}">
|
|
1440
|
+
<a class="nav-link{{#unless ../metadata.verticalOrientation}} dropdown-toggle{{/unless}}{{#if currentPage}} active{{/if}}{{#if dropdownOptions.hasNoLink}} hasNoLink{{/if}}" {{#if currentPage}}aria-current="page"{{/if}}{{#if dropdownOptions.hasNoLink}} href="#"{{else}} href="{{url}}"{{/if}}{{#if target}} target="{{target}}"{{/if}}{{#ifCond target '==' '_blank'}} rel="noopener noreferrer"{{/ifCond}} role="button" data-bs-toggle="dropdown"
|
|
1446
1441
|
aria-expanded="false">
|
|
1447
1442
|
{{#if iconName}}
|
|
1448
1443
|
<span class="qld-icon qld-icon-md {{iconName}}" aria-hidden="true"></span>
|
|
@@ -1455,22 +1450,29 @@ cdn := PROD|STAGING|BETA|TEST|DEV|???
|
|
|
1455
1450
|
{{text}}
|
|
1456
1451
|
{{/if}}
|
|
1457
1452
|
</a>
|
|
1458
|
-
<button class="nav-link dropdown-toggle" aria-current="page"
|
|
1453
|
+
<button class="nav-link dropdown-toggle"{{#if currentPage}} aria-current="page"{{/if}} data-bs-toggle="dropdown" aria-expanded="false" aria-selected="false" aria-label="Toggle navigation">
|
|
1459
1454
|
<span class="visually-hidden">Expand</span>
|
|
1460
1455
|
</button>
|
|
1461
1456
|
<ul class="dropdown-menu">
|
|
1462
|
-
|
|
1463
|
-
<
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1457
|
+
{{#unless dropdownOptions.hasNoLink}}
|
|
1458
|
+
<li>
|
|
1459
|
+
<a class="dropdown-item parent-link" role="button"{{#if currentPage}} aria-current="page"{{/if}}{{#if target}} target="{{target}}"{{/if}}{{#ifCond target '==' '_blank'}} rel="noopener noreferrer"{{/ifCond}}>{{#if dropdownOptions.alternativeText}}{{dropdownOptions.alternativeText}}{{else}}{{text}}{{/if}}</a>
|
|
1460
|
+
{{#if dropdownOptions.description}}
|
|
1461
|
+
<p>{{dropdownOptions.description}}</p>
|
|
1462
|
+
{{/if}}
|
|
1463
|
+
</li>
|
|
1464
|
+
{{/unless}}
|
|
1468
1465
|
{{#each navigationItems}}
|
|
1469
1466
|
<li{{#if mobileOnly}} class="mobile-only"{{/if}}>
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
<p>{{description}}</p>
|
|
1467
|
+
{{#if isHTML}}
|
|
1468
|
+
{{{htmlContent}}}
|
|
1473
1469
|
{{/if}}
|
|
1470
|
+
{{#unless isHTML}}
|
|
1471
|
+
<a class="dropdown-item" href="{{url}}"{{#if target}} target="{{target}}"{{/if}}{{#ifCond target '==' '_blank'}} rel="noopener noreferrer"{{/ifCond}}>{{text}}</a>
|
|
1472
|
+
{{#if description}}
|
|
1473
|
+
<p>{{description}}</p>
|
|
1474
|
+
{{/if}}
|
|
1475
|
+
{{/unless}}
|
|
1474
1476
|
</li>
|
|
1475
1477
|
{{/each}}
|
|
1476
1478
|
{{#if dropdownOptions.viewAllHref}}
|
|
@@ -1481,8 +1483,8 @@ cdn := PROD|STAGING|BETA|TEST|DEV|???
|
|
|
1481
1483
|
</ul>
|
|
1482
1484
|
</li>
|
|
1483
1485
|
{{else}}
|
|
1484
|
-
<li class="nav-item{{#if
|
|
1485
|
-
<a class="nav-link" aria-current="page" href="{{url}}"{{#if target}} target="{{target}}"{{/if}}{{#ifCond target '==' '_blank'}} rel="noopener noreferrer"{{/ifCond}}>
|
|
1486
|
+
<li class="nav-item{{#if alternativeColor}} alt{{/if}}{{#if mobileOnly}} mobile-only{{/if}}">
|
|
1487
|
+
<a class="nav-link{{#if currentPage}} active{{/if}}"{{#if currentPage}} aria-current="page"{{/if}} href="{{url}}"{{#if target}} target="{{target}}"{{/if}}{{#ifCond target '==' '_blank'}} rel="noopener noreferrer"{{/ifCond}}>
|
|
1486
1488
|
{{#if iconName}}
|
|
1487
1489
|
<span class="qld-icon qld-icon-md {{iconName}}" aria-hidden="true"></span>
|
|
1488
1490
|
{{#if hideLabel}}
|
|
@@ -1532,7 +1534,7 @@ cdn := PROD|STAGING|BETA|TEST|DEV|???
|
|
|
1532
1534
|
<div class="row">
|
|
1533
1535
|
{{#if sidenav}}
|
|
1534
1536
|
<!-- Side navigation Col -->
|
|
1535
|
-
<div class="col-12 col-lg-3 mt-5 mt-lg-0">
|
|
1537
|
+
<div class="col-12 col-lg-3 mt-5 mt-lg-0 mb-32 mb-lg-0">
|
|
1536
1538
|
{{> sidenav sidenav}}
|
|
1537
1539
|
</div>
|
|
1538
1540
|
{{/if}}
|
|
@@ -1613,122 +1615,154 @@ cdn := PROD|STAGING|BETA|TEST|DEV|???
|
|
|
1613
1615
|
<html lang="en">
|
|
1614
1616
|
|
|
1615
1617
|
<head>
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1618
|
+
<meta charset="UTF-8">
|
|
1619
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
1620
|
+
<title>{{title}}</title>
|
|
1619
1621
|
</head>
|
|
1620
1622
|
|
|
1621
1623
|
<body>
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
<!-- Header -->
|
|
1625
|
-
{{> header header}}
|
|
1626
|
-
<!-- Navbar -->
|
|
1627
|
-
{{> navbar navbar}}
|
|
1624
|
+
<!-- Global ALert -->
|
|
1625
|
+
{{> globalAlert globalAlert}}
|
|
1628
1626
|
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
{{/if}}
|
|
1627
|
+
<!-- Header -->
|
|
1628
|
+
{{> header header }}
|
|
1632
1629
|
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
{{#if breadcrumbs}}
|
|
1636
|
-
<div class="row">
|
|
1637
|
-
<div class="col-12">
|
|
1638
|
-
<!-- breadcrumbs -->
|
|
1639
|
-
{{> breadcrumbs breadcrumbs}}
|
|
1640
|
-
</div>
|
|
1641
|
-
</div>
|
|
1642
|
-
{{/if}}
|
|
1630
|
+
<!-- Navbar -->
|
|
1631
|
+
{{> navbar navbar}}
|
|
1643
1632
|
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
<!-- Side navigation Col -->
|
|
1648
|
-
<div class="col-12 col-lg-3 mt-5 mt-lg-0">
|
|
1649
|
-
{{> sidenav sidenav}}
|
|
1650
|
-
</div>
|
|
1651
|
-
<!-- Content Col -->
|
|
1652
|
-
<div class="col-lg-8 col-md-7 ps-1 ps-md-32">
|
|
1653
|
-
{{else}}
|
|
1654
|
-
<div class="col-12">
|
|
1655
|
-
{{/if}}
|
|
1633
|
+
{{#if banner}}
|
|
1634
|
+
{{> banner banner}}
|
|
1635
|
+
{{/if}}
|
|
1656
1636
|
|
|
1657
|
-
|
|
1658
|
-
<div class="content-section mb-5 px-1 px-md-32">
|
|
1637
|
+
<main>
|
|
1659
1638
|
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1639
|
+
<div class="container mt-40 mt-lg-64">
|
|
1640
|
+
{{#if breadcrumbs}}
|
|
1641
|
+
<div class="row">
|
|
1642
|
+
<div class="col-12">
|
|
1643
|
+
<!-- breadcrumbs -->
|
|
1644
|
+
{{> breadcrumbs breadcrumbs}}
|
|
1645
|
+
</div>
|
|
1646
|
+
</div>
|
|
1647
|
+
{{/if}}
|
|
1664
1648
|
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
Lorem ipsum dolor sit amet consectetur. Sed facilisis purus eu convallis ut. Morbi condimentum volutpat feugiat pellentesque. Auctor amet auctor dolor metus eget diam. Facilisis vitae venenatis vestibulum libero ut. Luctus diam pellentesque ipsum accumsan amet commodo.
|
|
1668
|
-
</p>
|
|
1669
|
-
<p>
|
|
1670
|
-
Convallis et ullamcorper ac nisi ornare sed facilisis sem. Scelerisque malesuada vivamus tellus mi vitae amet ornare donec malesuada. Nascetur senectus aenean fames id turpis.
|
|
1671
|
-
</p>
|
|
1672
|
-
|
|
1673
|
-
<h2 id="content-heading">Content heading (H2)</h2>
|
|
1674
|
-
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor
|
|
1675
|
-
incididunt ut labore et dolore magna aliqua.</p>
|
|
1676
|
-
|
|
1677
|
-
{{#if calloutdata}}
|
|
1678
|
-
<!-- callout Section -->
|
|
1679
|
-
{{> callout calloutdata}}
|
|
1680
|
-
{{/if}}
|
|
1649
|
+
<!-- Main Grid Layout: Side navigation and content -->
|
|
1650
|
+
<div class="row">
|
|
1681
1651
|
|
|
1682
|
-
|
|
1683
|
-
|
|
1652
|
+
<!-- Side navigation column -->
|
|
1653
|
+
<div class="col-12 col-lg-3 mt-0 pe-lg-0">
|
|
1654
|
+
{{> sidenav sidenav}}
|
|
1655
|
+
</div>
|
|
1656
|
+
<!-- End Side navigation column -->
|
|
1684
1657
|
|
|
1685
|
-
|
|
1686
|
-
|
|
1658
|
+
<!-- Content Column -->
|
|
1659
|
+
<div class="col-lg-8 mt-40 mt-lg-0 ms-lg-32 ps-lg-32">
|
|
1687
1660
|
|
|
1688
|
-
|
|
1661
|
+
{{#if inpagenav}}
|
|
1662
|
+
<!-- Inpagenav Component (.mb-64 provides vertical spacing) -->
|
|
1663
|
+
{{> inpagenav inpagenav}}
|
|
1664
|
+
{{/if}}
|
|
1689
1665
|
|
|
1690
|
-
{{#if accordionItems}}
|
|
1691
|
-
<!-- accordion Section -->
|
|
1692
|
-
<div class="my-5 px-1 px-md-32">
|
|
1693
|
-
{{> accordion accordionItems}}
|
|
1694
|
-
</div>
|
|
1695
|
-
{{/if}}
|
|
1696
1666
|
|
|
1697
|
-
{{#if video}}
|
|
1698
|
-
<!-- video Section -->
|
|
1699
|
-
<div class="my-5 px-1 px-md-32">
|
|
1700
|
-
{{> video video}}
|
|
1701
|
-
</div>
|
|
1702
|
-
{{/if}}
|
|
1703
1667
|
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1668
|
+
<!-- Content Section with top vertical spacer (2rem mobile, 4rem LG and above) -->
|
|
1669
|
+
<div class="mt-32 mt-lg-64">
|
|
1670
|
+
<h2 id="section-heading">Section heading (H2)</h2>
|
|
1671
|
+
<p>
|
|
1672
|
+
Lorem ipsum dolor sit amet consectetur. Sed facilisis purus eu convallis ut. Morbi condimentum volutpat
|
|
1673
|
+
feugiat pellentesque. Auctor amet auctor dolor metus eget diam. Facilisis vitae venenatis vestibulum
|
|
1674
|
+
libero ut. Luctus diam pellentesque ipsum accumsan amet commodo.
|
|
1675
|
+
</p>
|
|
1676
|
+
<p>
|
|
1677
|
+
Convallis et ullamcorper ac nisi ornare sed facilisis sem. Scelerisque malesuada vivamus tellus mi vitae
|
|
1678
|
+
amet ornare donec malesuada. Nascetur senectus aenean fames id turpis.
|
|
1679
|
+
</p>
|
|
1680
|
+
</div>
|
|
1711
1681
|
|
|
1712
|
-
{{> callToAction callToAction}}
|
|
1713
|
-
</div>
|
|
1714
1682
|
|
|
1715
|
-
{{#if table}}
|
|
1716
|
-
<!-- table Section -->
|
|
1717
|
-
<div class="my-5 px-1 px-md-32">
|
|
1718
|
-
{{> table table}}
|
|
1719
|
-
</div>
|
|
1720
|
-
{{/if}}
|
|
1721
1683
|
|
|
1722
|
-
|
|
1723
|
-
|
|
1684
|
+
<!-- Content Section with top vertical spacer (2rem mobile, 4rem LG and above) -->
|
|
1685
|
+
<div class="mt-32 mt-lg-64">
|
|
1724
1686
|
|
|
1725
|
-
|
|
1726
|
-
|
|
1687
|
+
<h2 id="content-heading">Content heading (H2)</h2>
|
|
1688
|
+
|
|
1689
|
+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
|
|
1690
|
+
|
|
1691
|
+
{{#if calloutdata}}
|
|
1692
|
+
<!-- Callout Component -->
|
|
1693
|
+
{{> callout calloutdata}}
|
|
1694
|
+
{{/if}}
|
|
1695
|
+
</div>
|
|
1696
|
+
|
|
1697
|
+
|
|
1698
|
+
|
|
1699
|
+
<!-- Content Section with top vertical spacer (2rem mobile, 2.5rem LG and above) -->
|
|
1700
|
+
<div class="mt-32 mt-lg-40">
|
|
1701
|
+
<h3 id="inspection">Pre-registration inspection (H3)</h3>
|
|
1702
|
+
<p>Information about pre-registration inspection requirements.</p>
|
|
1703
|
+
|
|
1704
|
+
<h4 id="fees-and-charges">Fees and charges (H4)</h4>
|
|
1705
|
+
<p>Details about fees and charges for vehicle registration.</p>
|
|
1706
|
+
|
|
1707
|
+
|
|
1708
|
+
{{#if accordionItems}}
|
|
1709
|
+
<!-- QGDS Accordion Component with 1.5rem vertical spacer -->
|
|
1710
|
+
<div class="mt-24">
|
|
1711
|
+
{{> accordion accordionItems}}
|
|
1712
|
+
</div>
|
|
1713
|
+
{{/if}}
|
|
1714
|
+
</div>
|
|
1715
|
+
|
|
1716
|
+
<!-- Top vertical spacer: 2rem default (mobile), 4rem LG and above -->
|
|
1717
|
+
<div class="mt-32 mt-lg-64">
|
|
1718
|
+
{{#if video}}
|
|
1719
|
+
<!-- QGDS Video Component -->
|
|
1720
|
+
{{> video video}}
|
|
1721
|
+
{{/if}}
|
|
1722
|
+
</div>
|
|
1723
|
+
|
|
1724
|
+
<!-- Emphasis Container, with top vertical spacer: 2rem default (mobile), 4rem LG and above -->
|
|
1725
|
+
<div class="mt-40 mt-lg-64 bg-light content-emphasis">
|
|
1726
|
+
|
|
1727
|
+
<h2 id="inspection">Section heading (H2) with emphasis</h2>
|
|
1728
|
+
|
|
1729
|
+
<p>Lorem ipsum dolor sit amet consectetur. Viverra eu pulvinar a eu mauris ac at ultricies est. Tincidunt ultrices commodo vestibulum non netus. </p>
|
|
1730
|
+
|
|
1731
|
+
<!-- QGDS Call To Action button -->
|
|
1732
|
+
{{> callToAction callToAction}}
|
|
1733
|
+
|
|
1734
|
+
</div>
|
|
1735
|
+
|
|
1736
|
+
|
|
1737
|
+
|
|
1738
|
+
<!-- Top vertical spacer: 2rem default (mobile), 4rem LG and above -->
|
|
1739
|
+
<div class="mt-32 mt-lg-64">
|
|
1740
|
+
<h2 id="inspection">Section heading (H2)</h2>
|
|
1741
|
+
<p>Lorem ipsum dolor sit amet consectetur. Viverra eu pulvinar a eu mauris ac at ultricies est. Tincidunt ultrices commodo vestibulum non netus. </p>
|
|
1742
|
+
|
|
1743
|
+
{{#if table}}
|
|
1744
|
+
<!-- Table Component (.my-40 wrapper provides vertical spacing) -->
|
|
1745
|
+
<div class="mt-24">
|
|
1746
|
+
{{> table table}}
|
|
1727
1747
|
</div>
|
|
1748
|
+
{{/if}}
|
|
1749
|
+
</div>
|
|
1750
|
+
|
|
1728
1751
|
</div>
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1752
|
+
<!-- End Main Content Section -->
|
|
1753
|
+
|
|
1754
|
+
</div>
|
|
1755
|
+
<!-- End Content Column -->
|
|
1756
|
+
|
|
1757
|
+
|
|
1758
|
+
<!-- QGDS Content Footer Component -->
|
|
1759
|
+
<div class="mt-64">
|
|
1760
|
+
{{> contentFooter contentFooter}}
|
|
1761
|
+
</div>
|
|
1762
|
+
|
|
1763
|
+
</main>
|
|
1764
|
+
<!-- Footer -->
|
|
1765
|
+
{{> footer footer}}
|
|
1732
1766
|
</body>
|
|
1733
1767
|
|
|
1734
1768
|
</html>`;var e5=`<!DOCTYPE html>
|
|
@@ -1816,7 +1850,7 @@ cdn := PROD|STAGING|BETA|TEST|DEV|???
|
|
|
1816
1850
|
|
|
1817
1851
|
{{#if promotionalPanel}}
|
|
1818
1852
|
<section class="pt-5 bg-light">
|
|
1819
|
-
<div class="container">
|
|
1853
|
+
<div class="container is-extended">
|
|
1820
1854
|
{{> promotionalPanel promotionalPanel}}
|
|
1821
1855
|
</div>
|
|
1822
1856
|
</section>
|
|
@@ -2049,72 +2083,91 @@ Reference: https://getbootstrap.com/docs/5.0/components/pagination/
|
|
|
2049
2083
|
<option value="2">Option 2</option>
|
|
2050
2084
|
<option value="3">Option 3</option>
|
|
2051
2085
|
</select>
|
|
2052
|
-
`;var n5=`<
|
|
2053
|
-
|
|
2086
|
+
`;var n5=`<nav class="qld-side-navigation" aria-label="Side Navigation">
|
|
2087
|
+
<button
|
|
2088
|
+
class="accordion-button collapsed d-lg-none"
|
|
2089
|
+
type="button"
|
|
2090
|
+
data-bs-toggle="collapse"
|
|
2091
|
+
data-bs-target="#sideNavCollapse"
|
|
2092
|
+
aria-expanded="false"
|
|
2093
|
+
aria-controls="sideNavCollapse"
|
|
2094
|
+
>
|
|
2095
|
+
{{isdefined collapseTitle "In this section"}}
|
|
2096
|
+
</button>
|
|
2097
|
+
<div class="nav-wrapper collapse d-lg-block" id="sideNavCollapse">
|
|
2054
2098
|
<h2 class="nav-title">
|
|
2055
|
-
|
|
2099
|
+
{{#if navtitlelink}}
|
|
2056
2100
|
<a class="nav-link" href="{{navtitlelink}}">{{navtitle}}</a>
|
|
2057
|
-
|
|
2101
|
+
{{else}}
|
|
2058
2102
|
{{navtitle}}
|
|
2059
|
-
|
|
2103
|
+
{{/if}}
|
|
2060
2104
|
</h2>
|
|
2061
2105
|
|
|
2062
2106
|
<!-- Level One -->
|
|
2063
2107
|
<ul class="nav" aria-label="section navigation">
|
|
2064
2108
|
|
|
2065
|
-
|
|
2109
|
+
{{#each navlist}}
|
|
2066
2110
|
<li class="nav-item {{class}}">
|
|
2067
|
-
|
|
2068
|
-
|
|
2111
|
+
|
|
2112
|
+
{{#contains "active" class}}
|
|
2069
2113
|
<span class="nav-link">{{label}}</span>
|
|
2070
|
-
|
|
2114
|
+
{{else}}
|
|
2071
2115
|
<a class="nav-link" href="{{link}}" target="{{target}}">
|
|
2072
|
-
|
|
2116
|
+
{{label}}
|
|
2117
|
+
{{class}}
|
|
2073
2118
|
</a>
|
|
2074
|
-
|
|
2119
|
+
{{/contains}}
|
|
2075
2120
|
|
|
2076
|
-
|
|
2121
|
+
{{#if children}}
|
|
2077
2122
|
<!-- Level Two -->
|
|
2078
2123
|
<ul>
|
|
2079
|
-
|
|
2124
|
+
{{#each children}}
|
|
2080
2125
|
<li class="nav-item {{class}}">
|
|
2081
|
-
|
|
2082
|
-
{{#contains "active" class }}
|
|
2083
|
-
<span class="nav-link">{{label}}</span>
|
|
2084
|
-
{{else}}
|
|
2085
|
-
<a class="nav-link" href="{{link}}" target="{{target}}">
|
|
2086
|
-
{{label}} {{class}}
|
|
2087
|
-
</a>
|
|
2088
|
-
{{/contains}}
|
|
2089
2126
|
|
|
2090
|
-
|
|
2127
|
+
{{#contains "active" class}}
|
|
2128
|
+
<span class="nav-link">{{label}}</span>
|
|
2129
|
+
{{else}}
|
|
2130
|
+
<a class="nav-link" href="{{link}}" target="{{target}}">
|
|
2131
|
+
{{label}}
|
|
2132
|
+
{{class}}
|
|
2133
|
+
</a>
|
|
2134
|
+
{{/contains}}
|
|
2135
|
+
|
|
2136
|
+
{{#if children}}
|
|
2091
2137
|
<!-- Level Three -->
|
|
2092
2138
|
<ul class="with-stalks">
|
|
2093
|
-
|
|
2139
|
+
{{#each children}}
|
|
2094
2140
|
<li class="nav-item {{class}}">
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2141
|
+
|
|
2142
|
+
{{#contains "active" class}}
|
|
2143
|
+
<span class="nav-link">{{label}}</span>
|
|
2144
|
+
{{else}}
|
|
2145
|
+
<a
|
|
2146
|
+
class="nav-link"
|
|
2147
|
+
href="{{link}}"
|
|
2148
|
+
target="{{target}}"
|
|
2149
|
+
>
|
|
2150
|
+
{{label}}
|
|
2151
|
+
{{class}}
|
|
2152
|
+
</a>
|
|
2153
|
+
{{/contains}}
|
|
2103
2154
|
|
|
2104
2155
|
</li>
|
|
2105
|
-
|
|
2156
|
+
{{/each}}
|
|
2106
2157
|
</ul>
|
|
2107
|
-
|
|
2158
|
+
{{/if}}
|
|
2108
2159
|
|
|
2109
2160
|
</li>
|
|
2110
|
-
|
|
2161
|
+
{{/each}}
|
|
2111
2162
|
</ul>
|
|
2112
|
-
|
|
2163
|
+
{{/if}}
|
|
2113
2164
|
|
|
2114
2165
|
</li>
|
|
2115
|
-
|
|
2166
|
+
{{/each}}
|
|
2116
2167
|
</ul>
|
|
2117
|
-
</div
|
|
2168
|
+
</div>
|
|
2169
|
+
|
|
2170
|
+
</nav>`;var o5=`<!-- Side Nav -->
|
|
2118
2171
|
<div class="col-12 col-lg-3 pe-lg-0 order-last order-lg-first mt-5 mt-lg-0">
|
|
2119
2172
|
{{> @partial-block }}
|
|
2120
2173
|
</div>
|
|
@@ -2343,5 +2396,5 @@ Reference: https://getbootstrap.com/docs/5.0/components/pagination/
|
|
|
2343
2396
|
</div>
|
|
2344
2397
|
{{! Render the transcript content in an accordion template }}
|
|
2345
2398
|
</section>
|
|
2346
|
-
`;function d(e){e.registerPartial("accordion",c),e.registerPartial("backToTop",p),e.registerPartial("banner",f),e.registerPartial("blockquote",u),e.registerPartial("breadcrumbs",m),e.registerPartial("breadcrumbsWrapper",g),e.registerPartial("button",
|
|
2399
|
+
`;function d(e){e.registerPartial("accordion",c),e.registerPartial("backToTop",p),e.registerPartial("banner",f),e.registerPartial("blockquote",u),e.registerPartial("breadcrumbs",m),e.registerPartial("breadcrumbsWrapper",g),e.registerPartial("button",v),e.registerPartial("callToAction",h),e.registerPartial("callout",b),e.registerPartial("card",L),e.registerPartial("containerLayout",k),e.registerPartial("contentFooter",q),e.registerPartial("contentFooterWrapper",y),e.registerPartial("contentWrapper",M),e.registerPartial("correctincorrect",x),e.registerPartial("dateinput",w),e.registerPartial("directionLinks",V),e.registerPartial("customLinks",H),e.registerPartial("feedbackForm",Z),e.registerPartial("followLinks",T),e.registerPartial("footer",S),e.registerPartial("formcheck",P),e.registerPartial("fullPage",A),e.registerPartial("globalAlert",O),e.registerPartial("head",R),e.registerPartial("header",D),e.registerPartial("headerBrand",I),e.registerPartial("icon",_),e.registerPartial("image",E),e.registerPartial("inpageAlert",N),e.registerPartial("inpagenav",G),e.registerPartial("link",F),e.registerPartial("linkColumns",B),e.registerPartial("logo",Q),e.registerPartial("logoCOALandscape",j),e.registerPartial("logoCOALandscape2Lines",J),e.registerPartial("mainContainerWrapper",W),e.registerPartial("metaDcTerms",Y),e.registerPartial("metaOpenGraph",U),e.registerPartial("modal",$),e.registerPartial("navbar",z),e.registerPartial("contentPageWithForm",X),e.registerPartial("contentPageWithSideNavigation",K),e.registerPartial("homePage",e5),e.registerPartial("pagination",i5),e.registerPartial("promotionalPanel",a5),e.registerPartial("quickexit",t5),e.registerPartial("searchInput",s5),e.registerPartial("select",l5),e.registerPartial("sidenav",n5),e.registerPartial("sidenavWrapper",o5),e.registerPartial("skipLinks",C5),e.registerPartial("spinner",r5),e.registerPartial("table",d5),e.registerPartial("tabs",c5),e.registerPartial("tag",p5),e.registerPartial("textarea",f5),e.registerPartial("textbox",u5),e.registerPartial("typography",m5),e.registerPartial("video",g5)}typeof Handlebars!="undefined"&&d(Handlebars);var v5=!1;function h5(e){typeof e=="undefined"&&console.error("Handlebars.init requires HandleBars"),typeof e!="undefined"?(v5?console.log("HandleBars Helpers And Partials already loaded, loading again"):v5=!0,r(e),d(e)):console.log("Handlebars not found, init failed")}typeof Handlebars!="undefined"&&h5(Handlebars);})();
|
|
2347
2400
|
//# sourceMappingURL=handlebars.init.min.js.map
|