{"version":3,"file":"reviews-block.2620c1f6.js","sources":["../../src/components/reviews-block.ts"],"sourcesContent":["import { defineComponent } from \"vue\";\r\nimport common from \"../core/core\";\r\nimport { VueAutoHeight } from \"@/core/vue-auto-height.component\";\r\nimport { Navigation, Pagination, Swiper as SwiperCreator } from \"swiper\";\r\n\r\nexport default defineComponent({\r\n components: {\r\n VueAutoHeight,\r\n },\r\n data() {\r\n return {\r\n reviewsSwiper: null,\r\n };\r\n },\r\n mounted() {\r\n this.reviewsSwiper = new SwiperCreator(this.$refs.reviewsSwiper as HTMLElement, {\r\n modules: [Navigation, Pagination],\r\n navigation: {\r\n nextEl: \".to-right\",\r\n prevEl: \".to-left\",\r\n },\r\n pagination: {\r\n el: \".swiper-pagination\",\r\n type: \"bullets\",\r\n },\r\n // autoHeight: true,\r\n slidesPerView: \"auto\",\r\n allowTouchMove: true,\r\n });\r\n },\r\n computed: {},\r\n methods: {},\r\n mixins: [common],\r\n});\r\n"],"names":["reviewsBlock","defineComponent","VueAutoHeight","SwiperCreator","Navigation","Pagination","common"],"mappings":"snBAKA,MAAAA,EAAeC,EAAgB,CAC7B,WAAY,CACV,cAAAC,CACF,EACA,MAAO,CACE,MAAA,CACL,cAAe,IAAA,CAEnB,EACA,SAAU,CACR,KAAK,cAAgB,IAAIC,EAAc,KAAK,MAAM,cAA8B,CAC9E,QAAS,CAACC,EAAYC,CAAU,EAChC,WAAY,CACV,OAAQ,YACR,OAAQ,UACV,EACA,WAAY,CACV,GAAI,qBACJ,KAAM,SACR,EAEA,cAAe,OACf,eAAgB,EAAA,CACjB,CACH,EACA,SAAU,CAAC,EACX,QAAS,CAAC,EACV,OAAQ,CAACC,CAAM,CACjB,CAAC"}