{"version":3,"file":"base-page-list-slideshow.js","mappings":";qJAEe,SAASA,EAA+BC,GACrD,MAAMC,EAAU,CACdC,QAAS,CACP,MAEFC,MAAM,EACNC,WAAY,CACVC,OAAQ,sBACRC,OAAQ,uBAEVC,aAAc,GACdC,YAAa,CACX,IAAK,CACHC,cAAe,GAEjB,IAAK,CACHA,cAAe,GAEjB,EAAG,CACDA,cAAe,KAKrB,OAAO,IAAI,KAAOT,EAAKC,EACzB","sources":["webpack://empori-base/./src/controls/BaseCompositionPageListGallery.tsx"],"sourcesContent":["import { Navigation, Swiper } from 'swiper';\r\n\r\nexport default function BaseCompositionPageListGallery(elm: string) {\r\n const options = {\r\n modules: [\r\n Navigation\r\n ],\r\n lazy: true,\r\n navigation: {\r\n nextEl: '.swiper-button-next',\r\n prevEl: '.swiper-button-prev'\r\n },\r\n spaceBetween: 20,\r\n breakpoints: {\r\n 800: {\r\n slidesPerView: 4\r\n },\r\n 520: {\r\n slidesPerView: 2\r\n },\r\n 0: {\r\n slidesPerView: 1\r\n }\r\n }\r\n };\r\n\r\n return new Swiper(elm, options);\r\n}"],"names":["BaseCompositionPageListGallery","elm","options","modules","lazy","navigation","nextEl","prevEl","spaceBetween","breakpoints","slidesPerView"],"sourceRoot":""}