{"version":3,"file":"/scripts/timeline-slider.js","mappings":"6IAGMA,EAAAA,WACF,cAAc,eACNC,EAAAA,QAAAA,QAAJ,MACIC,KAAA,W,uCAIR,WAEQC,EAAAA,GAAAA,IAAW,CAAC,EAAD,QAAXA,EAAAA,KACa,IAAI,EAAJ,sBAA+B,CACxCC,cADwC,IAExCC,aAFwC,GAGxCC,YAHwC,EAIxCC,gBAJwC,EAMxCC,MANwC,IAOxCC,MAPwC,EAQxCC,gBARwC,EAUxCC,WAAY,CACRC,GADQ,uCAERC,WAAW,GAEfC,WAAY,CACRC,OADQ,wCAERC,OAAQ,yCAEZC,YAAa,CACT,IAAK,CACDb,cADC,EAEDC,aAAc,S,0BAMlC,WAAe,WACXJ,EAAAA,QAAAA,GAAAA,UAAuB,WACnB,kB,yBAIR,c,oBAEA,WACIC,KAAA,cACAA,KAAA,mB,EA/CFF,GAuDN,IAAIA,G,iBC1DJkB,EAAOC,QAAUC,OAAe,S","sources":["webpack://sage/./resources/scripts/modules/timeline-slider.js","webpack://sage/external window \"jQuery\""],"sourcesContent":["// import $ from \"jquery\";\nimport Swiper, { Navigation, Pagination, Autoplay } from 'swiper';\n\nclass timelineSlider {\n constructor() {\n if ($(window).width() < 1025) {\n this.timeLine();\n }\n }\n\n timeLine() {\n // console.log(\"here we are\");\n Swiper.use([Navigation, Pagination, Autoplay]);\n var Swipes = new Swiper('.timeline-slider', {\n slidesPerView: 1.5,\n spaceBetween: 16,\n grabCursor: true,\n centeredSlides:true,\n //loop: false,\n speed: 500,\n loop:false,\n allowTouchMove: true,\n // autoHeight: true,\n pagination: {\n el: '.timeline-slider .slider__pagination',\n clickable: true,\n },\n navigation: {\n nextEl: '.timeline-slider .slider__button-next',\n prevEl: '.timeline-slider .slider__button-prev',\n },\n breakpoints: {\n 768: {\n slidesPerView: 3,\n spaceBetween: 16,\n },\n },\n });\n }\n\n resizeEvents() {\n $(window).on('resize', () => {\n this.timeLine();\n });\n }\n\n clickEvents() {}\n\n events() {\n this.clickEvents();\n this.resizeEvents();\n }\n\n \n \n}\n\nexport default timelineSlider;\nnew timelineSlider();\n","module.exports = window[\"jQuery\"];"],"names":["timelineSlider","$","this","Swiper","slidesPerView","spaceBetween","grabCursor","centeredSlides","speed","loop","allowTouchMove","pagination","el","clickable","navigation","nextEl","prevEl","breakpoints","module","exports","window"],"sourceRoot":""}