{"version":3,"file":"js/resources_src_js_share_components__list_swiper_js.min.js","mappings":";;;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA,2CAA2C,QAAQ;AACnD,SAAS;AACT;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA;AACA,KAAK;AACL,CAAC","sources":["webpack://laravel/./resources/src/js/share/components/_list_swiper.js"],"sourcesContent":["$(function () {\r\n\r\n let _slides = 3;\r\n\r\n const $swiper = '.list_swiper';\r\n const container = $swiper + ' .swiper';\r\n const pagination = $swiper + ' .swiper-pagination';\r\n const button_next = $swiper + ' .swiper-button-next';\r\n const button_prev = $swiper + ' .swiper-button-prev';\r\n\r\n const mySwiper = new Swiper(container, {\r\n grabCursor: true,\r\n slidesPerView: _slides,\r\n slidesPerGroup: _slides,\r\n // loop: true,\r\n // loopedSlides: _slides,\r\n speed: 600,\r\n pagination: {\r\n el: pagination,\r\n clickable: true,\r\n },\r\n navigation: {\r\n nextEl: button_next,\r\n prevEl: button_prev,\r\n },\r\n a11y: {\r\n enabled: true,\r\n firstSlideMessage: \"第一則\",\r\n lastSlideMessage: \"最後一則\",\r\n paginationBulletMessage: \"到第 {{index}} 則\",\r\n },\r\n breakpoints: {\r\n 320: {\r\n slidesPerView: 1,\r\n slidesPerGroup: 1,\r\n },\r\n 640: {\r\n slidesPerView: 2,\r\n slidesPerGroup: 2,\r\n },\r\n 960: {\r\n slidesPerView: _slides,\r\n }\r\n }\r\n });\r\n});"],"names":[],"sourceRoot":""}