{"version":3,"file":"scripts/5583.js","mappings":"uHAEA,MAAMA,EAAoBC,SAASC,iBAAiB,+BAEpD,IAAK,MAAOC,EAAOC,KAAqBJ,EAAkBK,UAAW,CACjE,MAAMC,EAAWF,EAAiBF,iBAAiB,sCAC7CK,EAAsBH,EAAiBI,cAAc,mBACrDC,EAAuBL,EAAiBI,cAAc,oBACtDE,EAAwB,aAAaP,EAAQ,IACnDC,EAAiBO,UAAUC,IAAIF,GAE/B,MAAMG,EAAY,IAAI,KAAOT,EAAiBI,cAAc,WAAY,CACpEM,QAAS,CAAC,KAAY,KAAU,KAAM,MACtCC,cAAe,EACfC,aAAc,GACdC,eAAgB,EAChBC,gBAAgB,EAChBC,MAAO,KACPC,WAAY,CACRC,OAAQ,IAAIX,4BACZY,OAAQ,IAAIZ,2BACZa,cAAe,sBAEnBC,MAAM,EACNC,SAAU,CACNC,SAAS,EACTC,gBAAgB,GAEpBC,WAAY,CACRC,GAAI,IAAInB,mCACRoB,KAAM,WACNC,sBAAuB,SAAUC,GAC7B,OAAOA,EAAOC,WAAWC,SAAS,EAAG,IACzC,EACAC,oBAAqB,SAAUH,GAC3B,OAAOA,EAAOC,WAAWC,SAAS,EAAG,IACzC,GAEJE,YAAa,CACT,IAAK,CACDrB,cAAe,EACfC,aAAc,MAK1B,IAAIqB,EAAqB,GACzB,SAASC,IACL,IAAIC,EAAY,EAEhB,QAAQ,GACJ,KAAMC,OAAOC,OAAOC,MAAQ,KAA8B,WAAvBL,EAC/BA,EAAqB,SACrB/B,EAASqC,SAAQC,IACbA,EAAKC,MAAMC,OAAS,QACpBC,YAAW,KACP,IAAIC,EAAWJ,EAAKK,aAChBD,EAAWT,IAAWA,EAAYS,EAAQ,GAC/C,EAAE,IAETD,YAAW,KACPzC,EAASqC,SAAQC,IACbA,EAAKC,MAAMC,OAAS,GAAGP,KAAa,GACtC,GACH,GACH,MACJ,KAAMC,OAAOU,YAAc,KAA8B,YAAvBb,EAC9BA,EAAqB,UACrB/B,EAASqC,SAAQC,IACbA,EAAKC,MAAMC,OAAS,OAAO,IAE/BC,YAAW,IAAMI,KAAyB,GAGtD,CACAb,IACAE,OAAOY,iBAAiB,SAAUd,GAElC,MAAMe,EAAwBjD,EAAiBF,iBAAiB,8BAEhE,SAASoD,IACDD,GACA,GAAGV,QAAQY,KAAKF,GAAwBG,IACpCA,EAAYC,UAAY,CAAC,GAGrC,CAIA,SAASN,IACL,MAAMO,EAAiBtD,EAAiBI,cAAc,4DAA4DyC,aAC5GU,EAAuBD,EAAiB,EAAI,GAC9CnD,IAAqBA,EAAoBsC,MAAMe,UAAY,cAAgBD,EAAuB,OAClGlD,IAAsBA,EAAqBoC,MAAMe,UAAY,cAAgBD,EAAuB,MAC5G,CAPAL,IASIzC,EAAUe,WAAWiC,UACrBhD,EAAUe,WAAWiC,QAAQlB,SAAQmB,GAAUA,EAAOL,UAAY,IAClE5C,EAAUkD,GAAG,mBAAmB,KAC5BlD,EAAUe,WAAWiC,QAAQlB,SAAQmB,GAAUA,EAAOL,UAAY,GAAE,IAGxE5C,EAAUkD,GAAG,6BAA8BZ,IAG/CtC,EAAUmD,OAAOrB,SAAQ,CAACsB,EAAOC,KAC7BD,EAAMb,iBAAiB,WAAYe,IAE/B,MAAMC,EAAiBD,EAAME,OAASF,EAAMG,QACvCH,EAAMI,UAA8B,GAAlBH,EASZD,EAAMI,UAA8B,GAAlBH,IACzBvD,EAAU2D,UAAU,MACpBlB,MAVIY,EAAa,EAAIrD,EAAUmD,OAAOS,SAClCN,EAAMO,iBACN7D,EAAU8D,UAAU,MACpB5B,YAAW,KACPlC,EAAUmD,OAAOnD,EAAU+D,aAAaC,OAAM,GAC/C,MAEPvB,IAIJ,GACH,IAELH,GACJ,C","sources":["webpack://wwwroot/./src/scripts/pullQuoteSlider.js"],"sourcesContent":["import { Swiper, Navigation, Keyboard, A11y, Pagination } from 'swiper';\r\n\r\nconst pullQuoteSections = document.querySelectorAll(\".adm-section-c36-pull-quote\");\r\n\r\nfor (const [index, pullQuoteSection] of pullQuoteSections.entries()) {\r\n const c36Cards = pullQuoteSection.querySelectorAll(\".adm-div-c36-pull-quote-background\");\r\n const c36DesktopLeftArrow = pullQuoteSection.querySelector(\".adm-left-arrow\");\r\n const c36DesktopRightArrow = pullQuoteSection.querySelector(\".adm-right-arrow\");\r\n const sectionCountClassName = `c36-count-${index + 1}`;\r\n pullQuoteSection.classList.add(sectionCountClassName);\r\n\r\n const swiperc36 = new Swiper(pullQuoteSection.querySelector(\".swiper\"), {\r\n modules: [Navigation, Keyboard, A11y, Pagination],\r\n slidesPerView: 4,\r\n spaceBetween: 16,\r\n slidesPerGroup: 1,\r\n centeredSlides: true,\r\n speed: 1500,\r\n navigation: {\r\n nextEl: `.${sectionCountClassName} .adm-swiper-right-arrow`,\r\n prevEl: `.${sectionCountClassName} .adm-swiper-left-arrow`,\r\n disabledClass: \"adm-arrow-disabled\",\r\n },\r\n a11y: false,\r\n keyboard: {\r\n enabled: true,\r\n onlyInViewport: false,\r\n },\r\n pagination: {\r\n el: `.${sectionCountClassName} .adm-div-c36-slider-pagination`,\r\n type: \"fraction\",\r\n formatFractionCurrent: function (number) {\r\n return number.toString().padStart(2, '0')\r\n },\r\n formatFractionTotal: function (number) {\r\n return number.toString().padStart(2, '0')\r\n }\r\n },\r\n breakpoints: {\r\n 767: {\r\n slidesPerView: 1,\r\n spaceBetween: 0,\r\n },\r\n }\r\n });\r\n\r\n let currentC36Viewport = \"\";\r\n function resizeComponent() {\r\n let maxHeight = 0;\r\n \r\n switch (true) {\r\n case (window.screen.width < 767 && currentC36Viewport !== \"mobile\"):\r\n currentC36Viewport = \"mobile\";\r\n c36Cards.forEach(card => {\r\n card.style.height = \"unset\";\r\n setTimeout(() => {\r\n let elHeight = card.clientHeight;\r\n if (elHeight > maxHeight) maxHeight = elHeight;\r\n }, 0);\r\n });\r\n setTimeout(() => {\r\n c36Cards.forEach(card => {\r\n card.style.height = `${maxHeight}px`;\r\n });\r\n }, 0);\r\n break;\r\n case (window.innerWidth >= 767 && currentC36Viewport !== \"desktop\"):\r\n currentC36Viewport = \"desktop\";\r\n c36Cards.forEach(card => {\r\n card.style.height = \"unset\";\r\n });\r\n setTimeout(() => positionDesktopArrows(), 0);\r\n break;\r\n }\r\n }\r\n resizeComponent();\r\n window.addEventListener('resize', resizeComponent);\r\n\r\n const arrowButtonsPullQuote = pullQuoteSection.querySelectorAll(\".adm-button-c36-pull-quote\");\r\n\r\n function disableArrowButtonsPullQuote() {\r\n if (arrowButtonsPullQuote) {\r\n [].forEach.call(arrowButtonsPullQuote, (arrowButton) => {\r\n arrowButton.tabIndex = -1;\r\n });\r\n }\r\n }\r\n\r\n disableArrowButtonsPullQuote();\r\n\r\n function positionDesktopArrows() {\r\n const c36SlideHeight = pullQuoteSection.querySelector(\".swiper-slide-active .adm-div-c36-pull-quote-background\")?.clientHeight;\r\n const desktopArrowPosition = c36SlideHeight / 2 - 30;\r\n if (c36DesktopLeftArrow) c36DesktopLeftArrow.style.transform = \"translateY(\" + desktopArrowPosition + \"px)\";\r\n if (c36DesktopRightArrow) c36DesktopRightArrow.style.transform = \"translateY(\" + desktopArrowPosition + \"px)\";\r\n }\r\n\r\n if (swiperc36.pagination.bullets) {\r\n swiperc36.pagination.bullets.forEach(bullet => bullet.tabIndex = -1);\r\n swiperc36.on(\"realIndexChange\", () => {\r\n swiperc36.pagination.bullets.forEach(bullet => bullet.tabIndex = -1);\r\n });\r\n\r\n swiperc36.on(\"slideChangeTransitionStart\", positionDesktopArrows);\r\n }\r\n\r\n swiperc36.slides.forEach((slide, slideIndex) => {\r\n slide.addEventListener(\"keydown\", (event) => {\r\n\r\n const pressedKeyCode = event.which || event.keyCode;\r\n if (!event.shiftKey && pressedKeyCode == 9) {\r\n if (slideIndex + 1 < swiperc36.slides.length) {\r\n event.preventDefault();\r\n swiperc36.slideNext(1500);\r\n setTimeout(() => {\r\n swiperc36.slides[swiperc36.activeIndex].focus()\r\n }, 300)\r\n }\r\n disableArrowButtonsPullQuote();\r\n } else if (event.shiftKey && pressedKeyCode == 9) {\r\n swiperc36.slidePrev(1500);\r\n disableArrowButtonsPullQuote();\r\n }\r\n })\r\n })\r\n positionDesktopArrows();\r\n}"],"names":["pullQuoteSections","document","querySelectorAll","index","pullQuoteSection","entries","c36Cards","c36DesktopLeftArrow","querySelector","c36DesktopRightArrow","sectionCountClassName","classList","add","swiperc36","modules","slidesPerView","spaceBetween","slidesPerGroup","centeredSlides","speed","navigation","nextEl","prevEl","disabledClass","a11y","keyboard","enabled","onlyInViewport","pagination","el","type","formatFractionCurrent","number","toString","padStart","formatFractionTotal","breakpoints","currentC36Viewport","resizeComponent","maxHeight","window","screen","width","forEach","card","style","height","setTimeout","elHeight","clientHeight","innerWidth","positionDesktopArrows","addEventListener","arrowButtonsPullQuote","disableArrowButtonsPullQuote","call","arrowButton","tabIndex","c36SlideHeight","desktopArrowPosition","transform","bullets","bullet","on","slides","slide","slideIndex","event","pressedKeyCode","which","keyCode","shiftKey","slidePrev","length","preventDefault","slideNext","activeIndex","focus"],"sourceRoot":""}