{"version":3,"sources":["components/product/product-slider/product-slider.js"],"names":["ProductSlider","Component","constructor","el","carDetailSwiper","constructSwiper","Swiper","$el","autoplay","delay","slidesPerView","navigation","nextEl","prevEl"],"mappings":"aAAA,KAAMA,CAAAA,aAAN,QAA4BC,CAAAA,SAAU,CAClCC,WAAW,CAACC,EAAD,CAAK,CACZ,MAAMA,EAAN,EACA,KAAKC,eAAL,CAAuB,IAAvB,CACA,KAAKC,eAAL,EACH,CAEDA,eAAe,EAAG,CACd,KAAKD,eAAL,CAAuB,GAAIE,CAAAA,MAAJ,CAAW,KAAKC,GAAhB,CAAqB,CACxCC,QAAQ,CAAE,CACNC,KAAK,CAAE,IADD,CAD8B,CAIxCC,aAAa,CAAE,CAJyB,CAKxCC,UAAU,CAAE,CACRC,MAAM,CAAE,oBADA,CAERC,MAAM,CAAE,oBAFA,CAL4B,CAArB,CAU1B,CAlBiC","sourcesContent":["class ProductSlider extends Component {\r\n constructor(el) {\r\n super(el);\r\n this.carDetailSwiper = null;\r\n this.constructSwiper();\r\n }\r\n\r\n constructSwiper() {\r\n this.carDetailSwiper = new Swiper(this.$el, {\r\n autoplay: {\r\n delay: 5000,\r\n },\r\n slidesPerView: 1,\r\n navigation: {\r\n nextEl: '[data-swiper-next]',\r\n prevEl: '[data-swiper-prev]',\r\n },\r\n })\r\n }\r\n}"],"file":"product-slider.min.js"}