{"version":3,"file":"Diagram.ContentCarousel.a15a8e4a.js","sources":["../src/current/js/modules/Diagram.ContentCarousel.js"],"sourcesContent":["import Swiper from 'swiper/bundle';\r\nimport 'swiper/css/bundle';\r\n\r\nexport async function DiagramContentCarousel() {\r\n    let contentCarousel = document.querySelectorAll('.js-content-carousel');\r\n\r\n    contentCarousel.forEach(function ($carousel, index) {\r\n            let swiperSlides = new Swiper($carousel, {\r\n                a11y: true,\r\n                loop: false,\r\n                keyboard: false,\r\n                slidesPerView: 1,\r\n                spaceBetween: 32,\r\n                slidesPerGroup: 1,\r\n                pagination: {\r\n                    el: '.carousel-pagination',\r\n                    type: 'bullets',\r\n                    clickable: true\r\n                },\r\n                navigation: false,\r\n                breakpoints: {\r\n                    650: {\r\n                        slidesPerView: 2,\r\n                        slidesPerGroup: 2\r\n                    },\r\n                    992: {\r\n                        slidesPerView: 3,\r\n                        slidesPerGroup: 3\r\n                    }\r\n                }\r\n            });\r\n    });\r\n}"],"names":["DiagramContentCarousel","$carousel","index","Swiper"],"mappings":"oDAGO,eAAeA,GAAyB,CACrB,SAAS,iBAAiB,sBAAsB,EAEtD,QAAQ,SAAUC,EAAWC,EAAO,CACzB,IAAIC,EAAOF,EAAW,CACrC,KAAM,GACN,KAAM,GACN,SAAU,GACV,cAAe,EACf,aAAc,GACd,eAAgB,EAChB,WAAY,CACR,GAAI,uBACJ,KAAM,UACN,UAAW,EACd,EACD,WAAY,GACZ,YAAa,CACT,IAAK,CACD,cAAe,EACf,eAAgB,CACnB,EACD,IAAK,CACD,cAAe,EACf,eAAgB,CACnB,CACJ,CACjB,CAAa,CACb,CAAK,CACL"}