@qld-gov-au/qgds-bootstrap5 2.0.8 → 2.0.10
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/dist/assets/components/bs5/head/head.hbs +1 -1
- package/dist/assets/components/bs5/image/image.hbs +8 -5
- package/dist/assets/components/bs5/pageLayout/templates/contentPageWithForm.hbs +112 -93
- package/dist/assets/components/bs5/pageLayout/templates/contentPageWithSideNavigation.hbs +57 -53
- package/dist/assets/css/qld.bootstrap.css +2 -1
- package/dist/assets/css/qld.bootstrap.css.map +2 -2
- package/dist/assets/css/qld.bootstrap.legacy.css +2 -1
- package/dist/assets/css/qld.bootstrap.legacy.css.map +2 -2
- package/dist/assets/js/handlebars.helpers.bundle.js +1 -0
- package/dist/assets/js/handlebars.init.min.js +186 -158
- package/dist/assets/js/handlebars.init.min.js.map +2 -2
- package/dist/assets/js/handlebars.partials.js +186 -158
- package/dist/assets/js/handlebars.partials.js.map +2 -2
- package/dist/assets/js/qld.bootstrap.min.js +1 -0
- package/dist/assets/node/handlebars.init.min.js +109 -90
- package/dist/assets/node/handlebars.init.min.js.map +2 -2
- package/dist/components/bs5/head/head.hbs +1 -1
- package/dist/components/bs5/image/image.hbs +8 -5
- package/dist/components/bs5/pageLayout/templates/contentPageWithForm.hbs +112 -93
- package/dist/components/bs5/pageLayout/templates/contentPageWithSideNavigation.hbs +57 -53
- package/dist/package.json +1 -1
- package/dist/sample-data/breadcrumbs/breadcrumbs.data.json +1 -1
- package/dist/sample-data/image/image.data.json +4 -2
- package/esbuild.js +8 -0
- package/package.json +1 -1
- package/src/components/bs5/banner/banner.scss +28 -19
- package/src/components/bs5/banner/banner.stories.js +25 -16
- package/src/components/bs5/breadcrumbs/breadcrumbs.data.json +1 -1
- package/src/components/bs5/header/header.scss +4 -0
- package/src/components/bs5/image/image.data.json +4 -2
- package/src/components/bs5/image/image.hbs +8 -5
- package/src/components/bs5/image/image.scss +29 -7
- package/src/components/bs5/image/image.stories.js +77 -57
- package/src/components/bs5/pageLayout/pageLayout.stories.js +11 -45
- package/src/components/bs5/pageLayout/templates/contentPageWithForm.hbs +112 -93
- package/src/components/bs5/pageLayout/templates/contentPageWithSideNavigation.hbs +57 -53
- package/src/components/bs5/searchInput/searchInput.scss +4 -5
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
"use strict";(()=>{function p(r,t,e){switch(t){case"==":return r==e;case"===":return r===e;case"!=":return r!=e;case"!==":return r!==e;case"<":return r<e;case"<=":return r<=e;case">":return r>e;case">=":return r>=e;case"&&":return r&&e;case"||":return r||e;case"in":return typeof r=="string"&&typeof e=="string"?e.split(",").map(n=>n.trim()).includes(r):!1;case"contains":return typeof r=="string"&&typeof e=="string"?r.toLowerCase().indexOf(e.toLowerCase())>=0:!1;default:return!1}}function c(r){r.registerHelper("contains",function(t,e,n){return t=r.escapeExpression(t),e=r.escapeExpression(e),e.indexOf(t)>-1?n.fn(this):n.inverse(this)}),r.registerHelper("ifCond",function(t,e,n,i){return p(t,e,n)?i.fn(this):i.inverse(this)}),r.registerHelper("cond",(t,e,n)=>p(t,e,n)),r.registerHelper("isType",function(t,e,n){return t===e?n.fn(this):n.inverse(this)}),r.registerHelper("ifAny",function(...t){let e=t.pop();return t.some(n=>!!n)?e.fn(this):e.inverse(this)}),r.registerHelper("now",function(){return new Date().toISOString()}),r.registerHelper("formatDate",function(t,e,n){let i;if(t&&(i=new Date(t)),isNaN(i)&&e&&(i=new Date(e)),isNaN(i))return"Invalid Date";var s=["January","February","March","April","May","June","July","August","September","October","November","December"],o=i.getDate(),u=s[i.getMonth()],f=i.getFullYear();switch(n){case"YYYY":return`${f}`;case"MMMM YYYY":return`${u} ${f}`;default:return`${o} ${u} ${f}`}}),r.registerHelper("formatDateOrToday",function(t,e){let n=t||new Date().toISOString();return r.helpers.formatDate(t,n,e)}),r.registerHelper("formatDuration",function(t,e){if(!t)return"";if(typeof t=="string"&&e!=="long")return t;let n="",i=[],s,o,u;if(typeof t=="string"){let f=t.split(":");u=f[0],f.length==2?[o="",u=""]=f:f.length==3&&([s="",o="",u=""]=f)}else[s="",o="",u=""]=t;return e==="long"?(s>0&&i.push(`${s} hour${s>1?"s":""}`),o>0&&i.push(`${o} minute${o>1?"s":""}`),u>0&&i.push(`${u} second${u>1?"s":""}`),n=i.join(" ")):(s>0&&i.push(s.toString().padStart(2,0)),i.push(o.toString().padStart(2,0)),i.push(u.toString().padStart(2,0)),n=i.join(":")),n}),r.registerHelper("isdefined",function(t,e){return t!==void 0&&t!==""?t:e}),r.registerHelper("getClassNames",function(t,e){let n=t.split(",").map(s=>s.trim()),i=[];for(let s=0;s<n.length;s++){let o=n[s];if(e){for(let u=0;u<e.length;u++)if(e[u][o]===!0){i.push(o);break}}}return i.length>0?i.join(" "):""}),r.registerHelper("join",function(t,e){return(!e||typeof e!="string")&&(e=" "),Array.isArray(t)?t.join(e):t}),r.registerHelper("toCamelCase",function(t){return typeof t!="string"?t:t.toLowerCase().replace(/(?:^\w|[A-Z]|\b\w|\s+)/g,(e,n)=>n===0?e.toLowerCase():e.toUpperCase()).replace(/\s+/g,"")})}typeof Handlebars!="undefined"&&c(Handlebars);})();
|
|
2
|
+
//# @qld-gov-au/qgds-bootstrap5 - v2.0.10
|
|
2
3
|
//# sourceMappingURL=handlebars.helpers.bundle.js.map
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
class= "up"
|
|
32
32
|
}}
|
|
33
33
|
</div>
|
|
34
|
-
{{/unless}}`;var
|
|
34
|
+
{{/unless}}`;var u=`<!-- QGDS Banner Component -->
|
|
35
35
|
<div class="qld-banner qld-banner-grid {{ bannerType }} {{ variantClass }} {{ backgroundType }}" role="banner">
|
|
36
36
|
<div class="container-fluid">
|
|
37
37
|
<div class="banner-inner">
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
</div>
|
|
96
96
|
|
|
97
97
|
</div>
|
|
98
|
-
</div>`;var
|
|
98
|
+
</div>`;var m=`<!-- QGDS Component: Blockquote -->
|
|
99
99
|
|
|
100
100
|
<figure class="blockquote {{classes}}">
|
|
101
101
|
|
|
@@ -394,110 +394,129 @@
|
|
|
394
394
|
<html lang="en">
|
|
395
395
|
|
|
396
396
|
<head>
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
397
|
+
<meta charset="UTF-8">
|
|
398
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
399
|
+
<title>{{title}}</title>
|
|
400
400
|
</head>
|
|
401
401
|
|
|
402
402
|
<body>
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
{{> navbar navbar}}
|
|
403
|
+
<!-- Global ALert -->
|
|
404
|
+
{{> globalAlert globalAlert}}
|
|
406
405
|
|
|
407
|
-
|
|
408
|
-
|
|
406
|
+
<!-- Header -->
|
|
407
|
+
{{> header header }}
|
|
408
|
+
|
|
409
|
+
<!-- Navbar -->
|
|
410
|
+
{{> navbar navbar}}
|
|
411
|
+
|
|
412
|
+
{{#if banner}}
|
|
413
|
+
{{> banner banner}}
|
|
414
|
+
{{/if}}
|
|
415
|
+
|
|
416
|
+
<div class="container mt-40 mt-lg-64">
|
|
417
|
+
|
|
418
|
+
{{#if breadcrumbs}}
|
|
419
|
+
<!-- breadcrumbs -->
|
|
420
|
+
{{> breadcrumbs breadcrumbs}}
|
|
409
421
|
{{/if}}
|
|
410
422
|
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
{{#if breadcrumbs}}
|
|
414
|
-
<div class="row">
|
|
415
|
-
<div class="col-12">
|
|
416
|
-
{{> breadcrumbs breadcrumbs}}
|
|
417
|
-
</div>
|
|
418
|
-
</div>
|
|
419
|
-
{{/if}}
|
|
423
|
+
<!-- Start Main Content Body -->
|
|
424
|
+
<div class="row">
|
|
420
425
|
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
{{/if}}
|
|
426
|
+
<!-- Start Side navigation column (span 3) -->
|
|
427
|
+
<div class="col-12 col-lg-3">
|
|
428
|
+
<!-- QGDS Side Navigation Component -->
|
|
429
|
+
{{> sidenav sidenav}}
|
|
430
|
+
</div>
|
|
431
|
+
<!-- End Side navigation column -->
|
|
428
432
|
|
|
429
|
-
|
|
430
|
-
|
|
433
|
+
<!-- Start Main Column (span 8) -->
|
|
434
|
+
<div class="col-12 col-lg-8 mt-40 mt-lg-0">
|
|
431
435
|
|
|
432
|
-
|
|
433
|
-
|
|
436
|
+
<!-- Main Content div, includes a 2rem/32px horizontal padding on large screens and up -->
|
|
437
|
+
<main class="px-lg-32">
|
|
434
438
|
|
|
435
|
-
|
|
436
|
-
<p>
|
|
437
|
-
Your feedback is important to us. It tells us how we can improve and what we\u2019re doing well. Your feedback is confidential.
|
|
438
|
-
</p>
|
|
439
|
-
|
|
440
|
-
<h2 id="form-heading">Enquiry form (H2)</h2>
|
|
439
|
+
<h1 id="section-heading">Single page form (H1)</h1>
|
|
441
440
|
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
<div class="mb-32">
|
|
445
|
-
{{> inpageAlert inpageAlert}}
|
|
446
|
-
</div>
|
|
447
|
-
{{/if}}
|
|
441
|
+
<p>Your feedback is important to us. It tells us how we can improve and what we\u2019re doing well. Your feedback
|
|
442
|
+
is confidential.</p>
|
|
448
443
|
|
|
449
|
-
|
|
450
|
-
<p>Any information submitted using this form will be used in line with our privacy statement.</p>
|
|
451
|
-
<p>Required fields are marked with an *</p>
|
|
452
|
-
</div>
|
|
444
|
+
<h2 id="form-heading">Enquiry form (H2)</h2>
|
|
453
445
|
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
{{else ifCond type '==' 'textarea'}}
|
|
461
|
-
{{> textarea this}}
|
|
462
|
-
{{else ifCond type '==' 'radio'}}
|
|
463
|
-
{{> formcheck this}}
|
|
464
|
-
{{/ifCond}}
|
|
465
|
-
</div>
|
|
466
|
-
{{/each}}
|
|
446
|
+
{{#if inpageAlert}}
|
|
447
|
+
<!-- Inpage Alert -->
|
|
448
|
+
<div class="mb-32">
|
|
449
|
+
{{> inpageAlert inpageAlert}}
|
|
450
|
+
</div>
|
|
451
|
+
{{/if}}
|
|
467
452
|
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
</div>
|
|
488
|
-
{{/if}}
|
|
489
|
-
</form>
|
|
490
|
-
{{/if}}
|
|
453
|
+
<!-- Example WYSIWYG content -->
|
|
454
|
+
<p>Any information submitted using this form will be used in line with our privacy statement.</p>
|
|
455
|
+
<p>Required fields are marked with an *</p>
|
|
456
|
+
|
|
457
|
+
|
|
458
|
+
{{#if form}}
|
|
459
|
+
<!-- Example Form, with 2rem vertical spacing -->
|
|
460
|
+
<form class="qld-form my-32">
|
|
461
|
+
{{#each form.fields1}}
|
|
462
|
+
<div class="form-group mb-32">
|
|
463
|
+
{{#ifCond type '==' 'textbox'}}
|
|
464
|
+
{{> textbox this}}
|
|
465
|
+
{{else ifCond type '==' 'textarea'}}
|
|
466
|
+
{{> textarea this}}
|
|
467
|
+
{{else ifCond type '==' 'radio'}}
|
|
468
|
+
{{> formcheck this}}
|
|
469
|
+
{{/ifCond}}
|
|
470
|
+
</div>
|
|
471
|
+
{{/each}}
|
|
491
472
|
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
473
|
+
<h3 id="contact-details">Contact details (H3)</h3>
|
|
474
|
+
|
|
475
|
+
{{#each form.fields2}}
|
|
476
|
+
<div class="form-group mb-32">
|
|
477
|
+
{{#ifCond type '==' 'textbox'}}
|
|
478
|
+
{{> textbox this}}
|
|
479
|
+
{{else ifCond type '==' 'select'}}
|
|
480
|
+
{{> select this}}
|
|
481
|
+
{{else ifCond type '==' 'checkbox'}}
|
|
482
|
+
{{> formcheck this}}
|
|
483
|
+
{{/ifCond}}
|
|
495
484
|
</div>
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
485
|
+
{{/each}}
|
|
486
|
+
|
|
487
|
+
{{#if form.buttons}}
|
|
488
|
+
<div class="form-actions d-flex mt-5 gap-4">
|
|
489
|
+
{{#each form.buttons}}
|
|
490
|
+
{{> button this}}
|
|
491
|
+
{{/each}}
|
|
492
|
+
</div>
|
|
493
|
+
{{/if}}
|
|
494
|
+
</form>
|
|
495
|
+
{{/if}}
|
|
496
|
+
|
|
497
|
+
</main>
|
|
498
|
+
|
|
499
|
+
</div>
|
|
500
|
+
<!-- End Column (span 8) -->
|
|
501
|
+
|
|
502
|
+
</div>
|
|
503
|
+
<!-- End Content Row -->
|
|
504
|
+
|
|
505
|
+
<!-- Start QGDS Content Footer -->
|
|
506
|
+
<div class="mt-64">
|
|
507
|
+
{{> contentFooter contentFooter}}
|
|
508
|
+
</div>
|
|
509
|
+
|
|
510
|
+
</div>
|
|
511
|
+
<!-- End Main .container -->
|
|
512
|
+
|
|
513
|
+
<!-- Start QGDS Footer -->
|
|
514
|
+
{{> footer footer}}
|
|
515
|
+
<!-- End QGDS Footer -->
|
|
516
|
+
|
|
499
517
|
</body>
|
|
500
518
|
|
|
519
|
+
|
|
501
520
|
</html>`;var Z=`<!DOCTYPE html>
|
|
502
521
|
<html lang="en">
|
|
503
522
|
|
|
@@ -512,7 +531,7 @@
|
|
|
512
531
|
{{> globalAlert globalAlert}}
|
|
513
532
|
|
|
514
533
|
<!-- Header -->
|
|
515
|
-
{{> header header }}
|
|
534
|
+
{{> header header }}
|
|
516
535
|
|
|
517
536
|
<!-- Navbar -->
|
|
518
537
|
{{> navbar navbar}}
|
|
@@ -521,40 +540,37 @@
|
|
|
521
540
|
{{> banner banner}}
|
|
522
541
|
{{/if}}
|
|
523
542
|
|
|
524
|
-
<
|
|
543
|
+
<div class="container mt-40 mt-lg-64">
|
|
525
544
|
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
<!-- breadcrumbs -->
|
|
531
|
-
{{> breadcrumbs breadcrumbs}}
|
|
532
|
-
</div>
|
|
533
|
-
</div>
|
|
534
|
-
{{/if}}
|
|
545
|
+
{{#if breadcrumbs}}
|
|
546
|
+
<!-- breadcrumbs -->
|
|
547
|
+
{{> breadcrumbs breadcrumbs}}
|
|
548
|
+
{{/if}}
|
|
535
549
|
|
|
536
|
-
|
|
537
|
-
|
|
550
|
+
<!-- Start Main Content Body -->
|
|
551
|
+
<div class="row">
|
|
538
552
|
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
553
|
+
<!-- Start Side navigation column (span 3) -->
|
|
554
|
+
<div class="col-12 col-lg-3">
|
|
555
|
+
<!-- QGDS Side navigation Component -->
|
|
556
|
+
{{> sidenav sidenav}}
|
|
557
|
+
</div>
|
|
558
|
+
<!-- End Side navigation column -->
|
|
544
559
|
|
|
545
|
-
|
|
546
|
-
|
|
560
|
+
<!-- Start Main Column (span 8) -->
|
|
561
|
+
<div class="col-12 col-lg-8 mt-40 mt-lg-0">
|
|
562
|
+
|
|
563
|
+
<!-- Main Content div, includes a 2rem/32px horizontal padding on large screens and up -->
|
|
564
|
+
<main class="px-lg-32">
|
|
547
565
|
|
|
548
566
|
{{#if inpagenav}}
|
|
549
|
-
<!-- Inpagenav Component
|
|
567
|
+
<!-- QGDS Inpagenav Component -->
|
|
550
568
|
{{> inpagenav inpagenav}}
|
|
551
569
|
{{/if}}
|
|
552
570
|
|
|
553
|
-
|
|
554
|
-
|
|
555
571
|
<!-- Content Section with top vertical spacer (2rem mobile, 4rem LG and above) -->
|
|
556
572
|
<div class="mt-32 mt-lg-64">
|
|
557
|
-
<h2 id="section-heading">Section heading (H2)</h2>
|
|
573
|
+
<h2 id="section-heading">Section heading (H2)</h2>
|
|
558
574
|
<p>
|
|
559
575
|
Lorem ipsum dolor sit amet consectetur. Sed facilisis purus eu convallis ut. Morbi condimentum volutpat
|
|
560
576
|
feugiat pellentesque. Auctor amet auctor dolor metus eget diam. Facilisis vitae venenatis vestibulum
|
|
@@ -567,20 +583,20 @@
|
|
|
567
583
|
</div>
|
|
568
584
|
|
|
569
585
|
|
|
570
|
-
|
|
571
586
|
<!-- Content Section with top vertical spacer (2rem mobile, 4rem LG and above) -->
|
|
572
587
|
<div class="mt-32 mt-lg-64">
|
|
573
588
|
|
|
574
589
|
<h2 id="content-heading">Content heading (H2)</h2>
|
|
575
|
-
|
|
576
|
-
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et
|
|
590
|
+
|
|
591
|
+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et
|
|
592
|
+
dolore magna aliqua.</p>
|
|
577
593
|
|
|
578
594
|
{{#if calloutdata}}
|
|
579
|
-
<!-- Callout Component -->
|
|
595
|
+
<!-- QGDS Callout Component -->
|
|
580
596
|
{{> callout calloutdata}}
|
|
581
597
|
{{/if}}
|
|
582
598
|
</div>
|
|
583
|
-
|
|
599
|
+
|
|
584
600
|
|
|
585
601
|
|
|
586
602
|
<!-- Content Section with top vertical spacer (2rem mobile, 2.5rem LG and above) -->
|
|
@@ -590,12 +606,12 @@
|
|
|
590
606
|
|
|
591
607
|
<h4 id="fees-and-charges">Fees and charges (H4)</h4>
|
|
592
608
|
<p>Details about fees and charges for vehicle registration.</p>
|
|
593
|
-
|
|
594
|
-
|
|
609
|
+
|
|
610
|
+
|
|
595
611
|
{{#if accordionItems}}
|
|
596
|
-
<!-- QGDS Accordion Component with 1.5rem
|
|
612
|
+
<!-- QGDS Accordion Component with 24px/1.5rem margin-top -->
|
|
597
613
|
<div class="mt-24">
|
|
598
|
-
|
|
614
|
+
{{> accordion accordionItems}}
|
|
599
615
|
</div>
|
|
600
616
|
{{/if}}
|
|
601
617
|
</div>
|
|
@@ -610,48 +626,55 @@
|
|
|
610
626
|
|
|
611
627
|
<!-- Emphasis Container, with top vertical spacer: 2rem default (mobile), 4rem LG and above -->
|
|
612
628
|
<div class="mt-40 mt-lg-64 bg-light content-emphasis">
|
|
613
|
-
|
|
629
|
+
|
|
614
630
|
<h2 id="inspection">Section heading (H2) with emphasis</h2>
|
|
615
|
-
|
|
616
|
-
<p>Lorem ipsum dolor sit amet consectetur. Viverra eu pulvinar a eu mauris ac at ultricies est. Tincidunt
|
|
617
|
-
|
|
631
|
+
|
|
632
|
+
<p>Lorem ipsum dolor sit amet consectetur. Viverra eu pulvinar a eu mauris ac at ultricies est. Tincidunt
|
|
633
|
+
ultrices commodo vestibulum non netus. </p>
|
|
634
|
+
|
|
618
635
|
<!-- QGDS Call To Action button -->
|
|
619
636
|
{{> callToAction callToAction}}
|
|
620
|
-
|
|
621
|
-
</div>
|
|
622
|
-
|
|
623
637
|
|
|
638
|
+
</div>
|
|
624
639
|
|
|
625
640
|
<!-- Top vertical spacer: 2rem default (mobile), 4rem LG and above -->
|
|
626
641
|
<div class="mt-32 mt-lg-64">
|
|
627
642
|
<h2 id="inspection">Section heading (H2)</h2>
|
|
628
|
-
<p>Lorem ipsum dolor sit amet consectetur. Viverra eu pulvinar a eu mauris ac at ultricies est. Tincidunt
|
|
629
|
-
|
|
643
|
+
<p>Lorem ipsum dolor sit amet consectetur. Viverra eu pulvinar a eu mauris ac at ultricies est. Tincidunt
|
|
644
|
+
ultrices commodo vestibulum non netus. </p>
|
|
645
|
+
|
|
630
646
|
{{#if table}}
|
|
631
|
-
<!-- Table Component
|
|
647
|
+
<!-- QGDS Table Component -->
|
|
632
648
|
<div class="mt-24">
|
|
633
|
-
|
|
649
|
+
{{> table table}}
|
|
634
650
|
</div>
|
|
635
651
|
{{/if}}
|
|
636
652
|
</div>
|
|
637
653
|
|
|
638
|
-
</
|
|
639
|
-
<!-- End Main Content
|
|
654
|
+
</main>
|
|
655
|
+
<!-- End Main Content div -->
|
|
640
656
|
|
|
641
657
|
</div>
|
|
642
|
-
<!-- End
|
|
643
|
-
|
|
658
|
+
<!-- End Column (8) -->
|
|
644
659
|
|
|
645
|
-
|
|
646
|
-
|
|
660
|
+
</div>
|
|
661
|
+
<!-- End Row -->
|
|
662
|
+
|
|
663
|
+
|
|
664
|
+
<!-- Start QGDS Content Footer -->
|
|
665
|
+
<div class="mt-64">
|
|
647
666
|
{{> contentFooter contentFooter}}
|
|
648
|
-
|
|
667
|
+
</div>
|
|
668
|
+
|
|
669
|
+
</div>
|
|
649
670
|
|
|
650
|
-
|
|
651
|
-
<!-- Footer -->
|
|
671
|
+
<!-- Start QGDS Footer -->
|
|
652
672
|
{{> footer footer}}
|
|
673
|
+
<!-- End QGDS Footer -->
|
|
674
|
+
|
|
653
675
|
</body>
|
|
654
676
|
|
|
677
|
+
|
|
655
678
|
</html>`;var y=`<!-- Content Wrapper -->
|
|
656
679
|
<div class="col-12 col-lg-8 ps-lg-64 qld-content-body" id="content">
|
|
657
680
|
{{#if title}}<h1>{{title}}</h1>{{/if}}
|
|
@@ -760,7 +783,7 @@
|
|
|
760
783
|
</div>
|
|
761
784
|
</div>
|
|
762
785
|
</div>
|
|
763
|
-
</div>`;var
|
|
786
|
+
</div>`;var D=`{{#if followLinks }}
|
|
764
787
|
<ul class="nav footer-link-list footer-link-list--social">
|
|
765
788
|
{{#each followLinks }}
|
|
766
789
|
<li>
|
|
@@ -773,7 +796,7 @@
|
|
|
773
796
|
</li>
|
|
774
797
|
{{/each }}
|
|
775
798
|
</ul>
|
|
776
|
-
{{/if}}`;var
|
|
799
|
+
{{/if}}`;var P=`<footer class="qld-footer {{ variantClass }}" role="contentinfo">
|
|
777
800
|
<!-- Footer content container -->
|
|
778
801
|
<div class="container">
|
|
779
802
|
{{#if sitename}}
|
|
@@ -1016,7 +1039,7 @@
|
|
|
1016
1039
|
</div>
|
|
1017
1040
|
</div>
|
|
1018
1041
|
</div>
|
|
1019
|
-
</footer>`;var
|
|
1042
|
+
</footer>`;var O=`
|
|
1020
1043
|
{{#if questionLabel}}
|
|
1021
1044
|
<div class="qld-text-input-label {{listClasses}}">
|
|
1022
1045
|
{{questionLabel}}
|
|
@@ -1053,7 +1076,7 @@
|
|
|
1053
1076
|
{{> @partial-block }}
|
|
1054
1077
|
{{/mainContainerWrapper}}
|
|
1055
1078
|
</body>
|
|
1056
|
-
</html>`;var
|
|
1079
|
+
</html>`;var E=`<!-- QGDS Component: Global Alert -->
|
|
1057
1080
|
|
|
1058
1081
|
<div class="global-alert-include">
|
|
1059
1082
|
{{#each alertItems}}
|
|
@@ -1088,8 +1111,8 @@
|
|
|
1088
1111
|
</div>
|
|
1089
1112
|
</section>
|
|
1090
1113
|
{{/each }}
|
|
1091
|
-
</div>`;var
|
|
1092
|
-
<!-- VERSION_DETAILS={"project_id":"@qld-gov-au/qgds-bootstrap5","version":"2.0.
|
|
1114
|
+
</div>`;var I=`
|
|
1115
|
+
<!-- VERSION_DETAILS={"project_id":"@qld-gov-au/qgds-bootstrap5","version":"2.0.10","branch":"HEAD","tag":"v2.0.10","commit":"0c2b6d8a1c3232b2314e3f6283476abe5b254c53","majorVersion":"v2"} -->
|
|
1093
1116
|
|
|
1094
1117
|
{{! Select environment, used verbatium if not using predefind key
|
|
1095
1118
|
cdn := PROD|STAGING|BETA|TEST|DEV|???
|
|
@@ -1099,7 +1122,7 @@ cdn := PROD|STAGING|BETA|TEST|DEV|???
|
|
|
1099
1122
|
|
|
1100
1123
|
<script type="text/javascript" async src="{{#if cdn }}{{#ifCond cdn '==' 'PROD'}}https://static.qgov.net.au/qgds-bootstrap5/v2/v2.x.x-latest{{else}}{{#ifCond cdn '==' 'STAGING'}}https://staging-static.qgov.net.au/qgds-bootstrap5/v2/v2.x.x-latest{{else}}{{#ifCond cdn '==' 'BETA'}}https://beta-static.qgov.net.au/qgds-bootstrap5/v2/v2.x.x-latest{{else}}{{#ifCond cdn '==' 'TEST'}}https://test-static.qgov.net.au/qgds-bootstrap5/v2/v2.x.x-latest{{else}}{{#ifCond cdn '==' 'DEV'}}https://dev-static.qgov.net.au/qgds-bootstrap5/v2/v2.x.x-latest{{else}}{{cdn}}{{/ifCond}}{{/ifCond}}{{/ifCond}}{{/ifCond}}{{/ifCond}}{{else}}missing{{/if}}/assets/js/bootstrap.min.js"><\/script>
|
|
1101
1124
|
<script type="text/javascript" async src="{{#if cdn }}{{#ifCond cdn '==' 'PROD'}}https://static.qgov.net.au/qgds-bootstrap5/v2/v2.x.x-latest{{else}}{{#ifCond cdn '==' 'STAGING'}}https://staging-static.qgov.net.au/qgds-bootstrap5/v2/v2.x.x-latest{{else}}{{#ifCond cdn '==' 'BETA'}}https://beta-static.qgov.net.au/qgds-bootstrap5/v2/v2.x.x-latest{{else}}{{#ifCond cdn '==' 'TEST'}}https://test-static.qgov.net.au/qgds-bootstrap5/v2/v2.x.x-latest{{else}}{{#ifCond cdn '==' 'DEV'}}https://dev-static.qgov.net.au/qgds-bootstrap5/v2/v2.x.x-latest{{else}}{{cdn}}{{/ifCond}}{{/ifCond}}{{/ifCond}}{{/ifCond}}{{/ifCond}}{{else}}missing{{/if}}/assets/js/qld.bootstrap.min.js"><\/script>
|
|
1102
|
-
`;var
|
|
1125
|
+
`;var _=`<header class="qld-header " role="banner">
|
|
1103
1126
|
<div class="qld-header-pre-header {{#ifCond preHeader.palette "===" "dark"}}dark{{else}}{{#ifCond
|
|
1104
1127
|
preHeader.palette "===" "default" }}default{{else}}{{#ifCond preHeader.palette "===" "dark-alt"
|
|
1105
1128
|
}}dark-alt{{else}}default{{/ifCond}}{{/ifCond}}{{/ifCond}}">
|
|
@@ -1388,15 +1411,19 @@ cdn := PROD|STAGING|BETA|TEST|DEV|???
|
|
|
1388
1411
|
{{/inline}}
|
|
1389
1412
|
|
|
1390
1413
|
{{#if src}}
|
|
1391
|
-
{{#
|
|
1414
|
+
{{#ifAny caption credit }}
|
|
1392
1415
|
<figure class="{{ figureClass }}" {{#if width}}style="width:{{ width }}{{ widthUnit }}"{{/if}}>
|
|
1393
1416
|
{{> imageTag}}
|
|
1394
|
-
<figcaption>
|
|
1417
|
+
<figcaption>
|
|
1418
|
+
{{caption}}
|
|
1419
|
+
{{#if credit}}<span class="figure-credit">{{ credit }}</span>{{/if}}
|
|
1420
|
+
</figcaption>
|
|
1395
1421
|
</figure>
|
|
1396
1422
|
{{else}}
|
|
1397
|
-
{{>
|
|
1398
|
-
{{/
|
|
1399
|
-
{{/if}}
|
|
1423
|
+
{{>imageTag}}
|
|
1424
|
+
{{/ifAny}}
|
|
1425
|
+
{{/if}}
|
|
1426
|
+
`;var B=`<div class="alert {{variantClass}} {{customClass}}" role="alert"
|
|
1400
1427
|
{{#if alertType}}aria-label="{{alertType}}"{{/if}}>
|
|
1401
1428
|
{{#if heading}}
|
|
1402
1429
|
{{#if headingTag}}
|
|
@@ -1420,7 +1447,7 @@ cdn := PROD|STAGING|BETA|TEST|DEV|???
|
|
|
1420
1447
|
{{/each}}
|
|
1421
1448
|
</ul>
|
|
1422
1449
|
|
|
1423
|
-
</div>`;var
|
|
1450
|
+
</div>`;var W=`{{!-- Link icon partial --}}
|
|
1424
1451
|
{{#*inline "linkIcon"~}}
|
|
1425
1452
|
<span class="qld-icon qld-icon-md {{iconClass}} {{iconPosition}}" aria-hidden="true"></span>
|
|
1426
1453
|
{{~/inline}}
|
|
@@ -1460,7 +1487,7 @@ cdn := PROD|STAGING|BETA|TEST|DEV|???
|
|
|
1460
1487
|
|
|
1461
1488
|
{{else}}
|
|
1462
1489
|
{{~> link~}}
|
|
1463
|
-
{{/if}}`;var
|
|
1490
|
+
{{/if}}`;var J=`{{#if data}}
|
|
1464
1491
|
<section class="link-column {{theme}}">
|
|
1465
1492
|
<ul class="nav {{#if items_flow_vert}}col-vert-{{columns}}{{else}}col-{{columns}}{{/if}}">
|
|
1466
1493
|
{{#ifCond items_flow '==' 'horizontal'}}
|
|
@@ -2259,7 +2286,7 @@ Reference: https://getbootstrap.com/docs/5.0/components/pagination/
|
|
|
2259
2286
|
</section>
|
|
2260
2287
|
{{/each }}
|
|
2261
2288
|
</div>
|
|
2262
|
-
</section>`;var
|
|
2289
|
+
</section>`;var u1=`<!-- QGDS Component: Tag -->
|
|
2263
2290
|
|
|
2264
2291
|
<ul class="tag-list {{variant}}">
|
|
2265
2292
|
{{#each tagItems}}
|
|
@@ -2271,7 +2298,7 @@ Reference: https://getbootstrap.com/docs/5.0/components/pagination/
|
|
|
2271
2298
|
</li>
|
|
2272
2299
|
{{/each }}
|
|
2273
2300
|
</ul>
|
|
2274
|
-
`;var
|
|
2301
|
+
`;var m1=`<!-- QGDS Component: Textarea -->
|
|
2275
2302
|
|
|
2276
2303
|
<!-- Label for the first input field -->
|
|
2277
2304
|
<label class="qld-text-input-label {{#if isRequired}}field-required{{/if}} {{#if isDisabled}}field-disabled{{/if}}"
|
|
@@ -2379,5 +2406,6 @@ Reference: https://getbootstrap.com/docs/5.0/components/pagination/
|
|
|
2379
2406
|
</div>
|
|
2380
2407
|
{{! Render the transcript content in an accordion template }}
|
|
2381
2408
|
</section>
|
|
2382
|
-
`;function d(e){e.registerPartial("accordion",p),e.registerPartial("backToTop",f),e.registerPartial("banner",
|
|
2409
|
+
`;function d(e){e.registerPartial("accordion",p),e.registerPartial("backToTop",f),e.registerPartial("banner",u),e.registerPartial("blockquote",m),e.registerPartial("breadcrumbs",g),e.registerPartial("breadcrumbsWrapper",h),e.registerPartial("button",v),e.registerPartial("callout",b),e.registerPartial("callToAction",L),e.registerPartial("card",H),e.registerPartial("containerLayout",V),e.registerPartial("contentFooter",M),e.registerPartial("contentFooterWrapper",k),e.registerPartial("contentPageWithForm",q),e.registerPartial("contentPageWithSideNavigation",Z),e.registerPartial("contentWrapper",y),e.registerPartial("correctincorrect",x),e.registerPartial("customLinks",w),e.registerPartial("dateinput",T),e.registerPartial("directionLinks",S),e.registerPartial("feedbackForm",A),e.registerPartial("followLinks",D),e.registerPartial("footer",P),e.registerPartial("formcheck",O),e.registerPartial("fullPage",R),e.registerPartial("globalAlert",E),e.registerPartial("head",I),e.registerPartial("header",_),e.registerPartial("headerBrand",N),e.registerPartial("homePage",F),e.registerPartial("icon",G),e.registerPartial("image",Q),e.registerPartial("inpageAlert",B),e.registerPartial("inpagenav",j),e.registerPartial("link",W),e.registerPartial("linkColumns",J),e.registerPartial("logo",Y),e.registerPartial("logoCOADeliveringForQLD",U),e.registerPartial("logoCOALandscape",$),e.registerPartial("logoCOALandscape2Lines",z),e.registerPartial("mainContainerWrapper",X),e.registerPartial("metaDcTerms",K),e.registerPartial("metaOpenGraph",e1),e.registerPartial("modal",i1),e.registerPartial("navbar",a1),e.registerPartial("pagination",t1),e.registerPartial("promotionalPanel",C1),e.registerPartial("quickexit",s1),e.registerPartial("searchInput",l1),e.registerPartial("select",o1),e.registerPartial("sidenav",n1),e.registerPartial("sidenavWrapper",r1),e.registerPartial("skipLinks",d1),e.registerPartial("spinner",c1),e.registerPartial("table",p1),e.registerPartial("tabs",f1),e.registerPartial("tag",u1),e.registerPartial("textarea",m1),e.registerPartial("textbox",g1),e.registerPartial("typography",h1),e.registerPartial("video",v1)}typeof Handlebars!="undefined"&&d(Handlebars);var b1=!1;function L1(e){typeof e=="undefined"&&console.error("Handlebars.init requires HandleBars"),typeof e!="undefined"?(b1?console.log("HandleBars Helpers And Partials already loaded, loading again"):b1=!0,r(e),d(e)):console.log("Handlebars not found, init failed")}typeof Handlebars!="undefined"&&L1(Handlebars);})();
|
|
2410
|
+
//# @qld-gov-au/qgds-bootstrap5 - v2.0.10
|
|
2383
2411
|
//# sourceMappingURL=handlebars.init.min.js.map
|