{"version":3,"file":"header.min.js","sources":["header.js"],"sourcesContent":["(function ($, Drupal) {\n Drupal.behaviors.menu_hamburger = {\n attach: function (context) {\n // Toggle the \"open-menu\" class on the button when clicked\n $('.btn-toggle').on('click', function () {\n $('.header__mobile').toggleClass('open-menu');\n });\n }\n };\n\n // Component for handling smooth scrolling.\n function handleSmoothScroll(hashValue) {\n let target = $(hashValue);\n if (target.length) {\n $('html, body').animate({\n scrollTop: target.offset().top\n }, function () {\n // Once the scrolling is complete, remove the value from local storage.\n localStorage.removeItem('hashValue');\n });\n }\n }\n\n // Component for capturing the hash value when clicking on a link.\n function handleHashCapture(isInternalPage) {\n $('ul.menu a[href^=\"#\"]').on('click', function (e) {\n e.preventDefault();\n let targetId = this.getAttribute('href').substring(1);\n let target = '#' + targetId;\n if (isInternalPage) {\n // Store the value in local storage.\n localStorage.setItem('hashValue', target);\n window.location.href = '/';\n } else {\n handleSmoothScroll(target);\n }\n });\n }\n\n // Component for handling clicks on breadcrumb links.\n function handleHashBreadCrumbCapture() {\n $('.fbc-items a[href^=\"#\"]').on('click', function (e) {\n e.preventDefault();\n let targetId = this.getAttribute('href').substring(1);\n let target = '#' + targetId;\n // Store the value in local storage.\n localStorage.setItem('hashValue', target);\n // Redirect to the homepage.\n window.location.href = '/';\n });\n }\n\n Drupal.behaviors.smoothScrollMainMenu = {\n attach: function (context) {\n let isInternalPage = window.location.pathname !== '/';\n let storedValue = localStorage.getItem('hashValue');\n\n if (storedValue) {\n setTimeout(function () {\n // Timeout is added only if it's an internal URL.\n handleSmoothScroll(storedValue);\n }, 1000);\n }\n\n handleHashCapture(isInternalPage);\n handleHashBreadCrumbCapture(isInternalPage)\n }\n };\n\n})(jQuery, Drupal);\n\n\n\n\n"],"names":["$","Drupal","handleSmoothScroll","hashValue","target","length","animate","scrollTop","offset","top","localStorage","removeItem","behaviors","menu_hamburger","attach","context","on","toggleClass","smoothScrollMainMenu","let","isInternalPage","window","location","pathname","storedValue","getItem","setTimeout","e","preventDefault","this","getAttribute","substring","setItem","href","targetId","jQuery"],"mappings":"CAAA,CAAWA,EAAGC,KAWZ,SAASC,EAAmBC,GACtBC,EAASJ,EAAEG,CAAS,EACpBC,EAAOC,QACTL,EAAE,YAAY,EAAEM,QAAQ,CACtBC,UAAWH,EAAOI,OAAO,EAAEC,GAC7B,EAAG,WAEDC,aAAaC,WAAW,WAAW,CACrC,CAAC,CAEL,CApBAV,EAAOW,UAAUC,eAAiB,CAChCC,OAAQ,SAAUC,GAEhBf,EAAE,aAAa,EAAEgB,GAAG,QAAS,WAC3BhB,EAAE,iBAAiB,EAAEiB,YAAY,WAAW,CAC9C,CAAC,CACH,CACF,EA4CAhB,EAAOW,UAAUM,qBAAuB,CACtCJ,OAAQ,SAAUC,GAChBI,IA9BuBC,EA8BnBA,EAA8C,MAA7BC,OAAOC,SAASC,SACrCJ,IAAIK,EAAcd,aAAae,QAAQ,WAAW,EAE9CD,GACFE,WAAW,WAETxB,EAAmBsB,CAAW,CAChC,EAAG,GAAI,EArCcJ,EAwCLA,EAvCpBpB,EAAE,sBAAsB,EAAEgB,GAAG,QAAS,SAAUW,GAC9CA,EAAEC,eAAe,EAEbxB,EAAS,IADEyB,KAAKC,aAAa,MAAM,EAAEC,UAAU,CAAC,EAEhDX,GAEFV,aAAasB,QAAQ,YAAa5B,CAAM,EACxCiB,OAAOC,SAASW,KAAO,KAEvB/B,EAAmBE,CAAM,CAE7B,CAAC,EAKCJ,EAAE,yBAAyB,EAAEgB,GAAG,QAAS,SAAUW,GACjDA,EAAEC,eAAe,EACbM,EAAWL,KAAKC,aAAa,MAAM,EAAEC,UAAU,CAAC,EAGpDrB,aAAasB,QAAQ,YAFR,IAAME,CAEqB,EAExCb,OAAOC,SAASW,KAAO,GACzB,CAAC,CAiBH,CACF,CAED,GAAEE,OAAQlC,MAAM"}