{"version":3,"sources":["webpack:///./resources/js/src/app/components/pageDesign/Carousel.vue?e56a","webpack:///./resources/js/src/app/components/pageDesign/Carousel.vue?88e4","webpack:///./resources/js/src/app/components/pageDesign/Carousel.vue","webpack:///./resources/js/src/app/components/pageDesign/Carousel.vue?e5d3"],"names":["render","_h","this","$createElement","_c","_self","staticClass","ref","_l","$slots","items","item","index","key","attrs","vnode","_v","_withStripped","components","SlotComponent","functional","createElement","context","data","props","itemsPerPage","type","Number","default","isCustomCrossselling","mounted","$nextTick","initializeCarousel","updated","methods","Swiper","$refs","swiperCarousel","children","spaceBetween","autoHeight","slidesPerView","freeMode","cssMode","allowTouchMove","breakpoints","768","992","pagination","el","clickable","navigation","nextEl","prevEl","component","options","__file"],"mappings":"kGAAA,IAAIA,EAAS,WACX,IACIC,EADMC,KACGC,eACTC,EAFMF,KAEGG,MAAMD,IAAMH,EACzB,OAAOG,EAAG,MAAO,CAAEE,YAAa,OAAS,CACvCF,EACE,MACA,CAAEG,IAAK,iBAAkBD,YAAa,2BACtC,CACEF,EAAG,MAAO,CAAEE,YAAa,uCAAyC,CAChEF,EACE,MACA,CAAEE,YAAa,kBAXfJ,KAYIM,GAZJN,KAYWO,OAAOC,OAAO,SAASC,EAAMC,GACtC,OAAOR,EACL,MACA,CAAEE,YAAa,gBACf,CAACF,EAAG,iBAAkB,CAAES,IAAKD,EAAOE,MAAO,CAAEC,MAAOJ,MACpD,MAGJ,GApBAT,KAsBEc,GAAG,KACPZ,EAAG,MAAO,CAAEE,YAAa,wBAvBvBJ,KAyBAc,GAAG,KACPZ,EAAG,MAAO,CAAEE,YAAa,uBA1BrBJ,KA2BAc,GAAG,KACPZ,EAAG,MAAO,CAAEE,YAAa,4BAMjCN,EAAOiB,eAAgB,E,mBCnCyL,ECoBjM,CACXC,WAAY,CACRC,cAAe,CACXC,YAAY,EACZpB,OAAQ,SAACqB,EAAeC,GAAhB,OAA4BA,EAAQC,KAAKT,MAAMC,SAI/DS,MAAO,CACHC,aAAc,CACVC,KAAMC,OACNC,QAAS,GAEbC,qBAAsB,CAClBD,QAAS,KAIjBE,QAlBW,WAmBX,WACI5B,KAAK6B,WAAU,WAEX,EAAKC,yBAIbC,QA1BW,WA4BP/B,KAAK8B,sBAGTE,QACA,CACIF,mBADJ,WAGQ,IAAIG,IAAOjC,KAAKkC,MAAMC,eAAeC,SAAS,GAAI,CAC9CC,aAAgB,EAChBC,YAAgB,EAChBC,cAAgB,KAChBC,UAAgB,EAChBC,SAAgB,EAChBC,gBAAgB,EAChBC,YAAa,CACTC,IAAK,CACHP,aAAgB,EAChBE,cAAgB,MAElBM,IAAK,CACHR,aAAgB,EAChBE,cAAgB,EAChBE,SAAgB,EAChBC,gBAAgB,IAGtBI,WAAY,CACRC,GAAY/C,KAAKkC,MAAMC,eAAeC,SAAS,GAAGA,SAAS,GAC3DY,WAAY,GAEhBC,WAAY,CACRC,OAAQlD,KAAKkC,MAAMC,eAAeC,SAAS,GAC3Ce,OAAQnD,KAAKkC,MAAMC,eAAeC,SAAS,S,QCzE3DgB,EAAY,YACd,EACAtD,EHyBoB,IGvBpB,EACA,KACA,KACA,MAuBFsD,EAAUC,QAAQC,OAAS,0DACZ,UAAAF,E","file":"chunks/ceres-client-52.min.js","sourcesContent":["var render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"row\" }, [\n _c(\n \"div\",\n { ref: \"swiperCarousel\", staticClass: \"col-12 home-list__inner\" },\n [\n _c(\"div\", { staticClass: \"swiper-container list-item-carousel\" }, [\n _c(\n \"div\",\n { staticClass: \"swiper-wrapper\" },\n _vm._l(_vm.$slots.items, function(item, index) {\n return _c(\n \"div\",\n { staticClass: \"swiper-slide\" },\n [_c(\"slot-component\", { key: index, attrs: { vnode: item } })],\n 1\n )\n }),\n 0\n ),\n _vm._v(\" \"),\n _c(\"div\", { staticClass: \"swiper-pagination\" })\n ]),\n _vm._v(\" \"),\n _c(\"div\", { staticClass: \"swiper-button-prev\" }),\n _vm._v(\" \"),\n _c(\"div\", { staticClass: \"swiper-button-next\" })\n ]\n )\n ])\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Carousel.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Carousel.vue?vue&type=script&lang=js&\"","//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nimport { Swiper } from 'swiper';\n\nexport default {\n components: {\n SlotComponent: {\n functional: true,\n render: (createElement, context) => context.data.attrs.vnode\n }\n },\n\n props: {\n itemsPerPage: {\n type: Number,\n default: 4\n },\n isCustomCrossselling: {\n default: ''\n }\n },\n\n mounted()\n {\n this.$nextTick(() =>\n {\n this.initializeCarousel();\n });\n },\n\n updated()\n {\n this.initializeCarousel();\n },\n\n methods:\n {\n initializeCarousel()\n {\n new Swiper(this.$refs.swiperCarousel.children[0], {\n spaceBetween : 0,\n autoHeight : false,\n slidesPerView : 2.25,\n freeMode : true,\n cssMode : true,\n allowTouchMove: true,\n breakpoints: {\n 768: {\n spaceBetween : 0,\n slidesPerView : 3.25,\n },\n 992: {\n spaceBetween : 8,\n slidesPerView : 4,\n cssMode : false,\n allowTouchMove: false\n }\n },\n pagination: {\n el : this.$refs.swiperCarousel.children[0].children[1],\n clickable : true,\n },\n navigation: {\n nextEl: this.$refs.swiperCarousel.children[2],\n prevEl: this.$refs.swiperCarousel.children[1],\n }\n })\n }\n\n }\n}\n","import { render, staticRenderFns } from \"./Carousel.vue?vue&type=template&id=70daac60&\"\nimport script from \"./Carousel.vue?vue&type=script&lang=js&\"\nexport * from \"./Carousel.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\n/* hot reload */\nif (module.hot) {\n var api = require(\"/Users/fhartwig/Sites/pp-heySilvity/node_modules/vue-hot-reload-api/dist/index.js\")\n api.install(require('vue'))\n if (api.compatible) {\n module.hot.accept()\n if (!api.isRecorded('70daac60')) {\n api.createRecord('70daac60', component.options)\n } else {\n api.reload('70daac60', component.options)\n }\n module.hot.accept(\"./Carousel.vue?vue&type=template&id=70daac60&\", function () {\n api.rerender('70daac60', {\n render: render,\n staticRenderFns: staticRenderFns\n })\n })\n }\n}\ncomponent.options.__file = \"resources/js/src/app/components/pageDesign/Carousel.vue\"\nexport default component.exports"],"sourceRoot":""}