{"version":3,"file":"team-slider-329bc355.js","sources":["../../../src/js/_blocks/team-slider.ts"],"sourcesContent":["import Swiper, {Navigation, Pagination, A11y} from 'swiper'\nimport 'swiper/css'\nimport '../../scss/_blocks/team-slider.scss'\n\nexport default function (slider: HTMLElement) {\n const sliderEl = slider.querySelector('.swiper')\n if (sliderEl) {\n new Swiper(sliderEl, {\n slidesPerView: 1.2,\n spaceBetween: 24,\n pagination: {\n el: '.swiper-pagination',\n },\n watchOverflow: true,\n watchSlidesProgress: true,\n slideVisibleClass: 'swiper-slide-visible',\n breakpoints: {\n // when window width is >= 480px\n 480: {\n slidesPerView: 2.2,\n spaceBetween: 20,\n },\n // when window width is >= 640px\n 800: {\n slidesPerView: 3,\n spaceBetween: 20,\n },\n // when window width is >= 1400px\n 1400: {\n slidesPerView: 4,\n spaceBetween: 26,\n },\n },\n\n // Navigation arrows\n navigation: {\n nextEl: '.swiper-button-next',\n prevEl: '.swiper-button-prev',\n },\n\n // A11y\n a11y: {\n firstSlideMessage: 'Dit is het eerste teamlid',\n lastSlideMessage: 'Dit is het laatste teamlid',\n nextSlideMessage: 'Volgende teamlid',\n prevSlideMessage: 'Vorige teamlid',\n },\n\n modules: [Navigation, Pagination, A11y],\n\n on: {\n afterInit(swiper) {\n setTimeout(() => {\n swiper.update()\n }, 500)\n },\n },\n })\n }\n}\n"],"names":["teamSlider","slider","sliderEl","Swiper","Navigation","Pagination","A11y","swiper"],"mappings":"kEAIA,SAAAA,EAAyBC,EAAqB,CACpC,MAAAC,EAAWD,EAAO,cAA2B,SAAS,EACxDC,GACA,IAAIC,EAAOD,EAAU,CACjB,cAAe,IACf,aAAc,GACd,WAAY,CACR,GAAI,oBACR,EACA,cAAe,GACf,oBAAqB,GACrB,kBAAmB,uBACnB,YAAa,CAET,IAAK,CACD,cAAe,IACf,aAAc,EAClB,EAEA,IAAK,CACD,cAAe,EACf,aAAc,EAClB,EAEA,KAAM,CACF,cAAe,EACf,aAAc,EAClB,CACJ,EAGA,WAAY,CACR,OAAQ,sBACR,OAAQ,qBACZ,EAGA,KAAM,CACF,kBAAmB,4BACnB,iBAAkB,6BAClB,iBAAkB,mBAClB,iBAAkB,gBACtB,EAEA,QAAS,CAACE,EAAYC,EAAYC,CAAI,EAEtC,GAAI,CACA,UAAUC,EAAQ,CACd,WAAW,IAAM,CACbA,EAAO,OAAO,GACf,GAAG,CACV,CACJ,CAAA,CACH,CAET"}