{"version":3,"file":"js/app.aee03cbd5cddc2d32ae7.js","mappings":"oxBAee,8BAAc,EAAAA,IAAd,c,oBAIL,KAAAC,cAA+B,IAwBzC,CAtBUC,UACNC,KAAKC,WAAU,KACbD,KAAKF,cAAgB,IAAI,UAAO,0BAA2B,CACzDI,QAAS,CAAC,EAAAC,YACVC,cAAe,EACfC,aAAc,GACdC,cAAc,EACdC,WAAY,CACVC,OAAQ,yCACRC,OAAQ,0CAEVC,YAAa,CACX,IAAK,CACHN,cAAe,GAEjB,KAAM,CACJA,cAAe,KAGnB,GAEN,GA1BA,IAAC,IAAAO,MAAK,CAACC,UAAU,I,0DACjB,IAAC,IAAAD,MAAK,CAACC,UAAU,I,gBAA0BC,Q,+BAF9B,MATd,IAAAC,WAAU,CACTC,KAAM,yBACNC,WAAY,OAAF,yBACL,eAAmBC,iBAAe,CACrCC,OAAA,UACAf,WAAA,EAAAA,gB,qMCOJ,SAXgB,E,QAAA,GACd,UACA,IACA,KACA,EACA,KACA,KACA,MAI8B,O,gJClB8L,QAAe,G,uDCA7O,IAAIgB,EAAS,SAASA,SAAS,IAAIC,EAAIpB,KAAKqB,EAAGD,EAAIE,MAAMD,GAAUD,EAAIE,MAAMC,YAAY,OAAOF,EAAG,MAAM,CAACG,YAAY,kDAAkDC,MAAM,CAAC,GAAK,mBAAmB,CAACJ,EAAG,SAAS,CAACG,YAAY,8CAA8CJ,EAAIM,GAAG,KAAKL,EAAG,MAAM,CAACM,IAAI,gBAAgBH,YAAY,UAAU,CAACH,EAAG,MAAM,CAACG,YAAY,kBAAkBJ,EAAIQ,GAAIR,EAAY,UAAE,SAASS,GAAS,OAAOR,EAAG,MAAM,CAACS,IAAID,EAAY,GAAEL,YAAY,gBAAgB,CAACH,EAAG,4BAA4B,CAACI,MAAM,CAAC,cAAcL,EAAIW,WAAW,QAAUF,EAAQ,gBAAgB,MAAM,KAAO,aAAa,EAAE,IAAG,KAAKT,EAAIM,GAAG,KAAKL,EAAG,SAAS,CAACG,YAAY,+CAC/oB,EACIQ,EAAkB,E","sources":["webpack:///./resources/area/web/default/js/components/catalog/ProductSlider.vue?371f","webpack:///./resources/area/web/default/js/components/catalog/ProductSlider.vue","webpack:///./resources/area/web/default/js/components/catalog/ProductSlider.vue?fe28","webpack:///./resources/area/web/default/js/components/catalog/ProductSlider.vue?b53d"],"sourcesContent":["\nimport {Component, Prop, Vue} from 'vue-property-decorator';\nimport ServiceContainer from '@flashpointbv/solar-service-container';\nimport Swiper from 'swiper';\nimport {Navigation} from 'swiper/modules';\n\n@Component({\n name: 'catalog-product-slider',\n components: {\n ...ServiceContainer().getComponents(),\n Swiper,\n Navigation,\n },\n})\n\nexport default class extends Vue {\n @Prop({required: true}) readonly dataSource: string;\n @Prop({required: true}) readonly products: Array;\n\n private productSwiper: Swiper | null = null;\n\n private created(): void {\n this.$nextTick(() => {\n this.productSwiper = new Swiper(`#related-slider .swiper`, {\n modules: [Navigation],\n slidesPerView: 2,\n spaceBetween: 10,\n roundLengths: true,\n navigation: {\n nextEl: `#related-slider .swiper__button.--next`,\n prevEl: `#related-slider .swiper__button.--prev`,\n },\n breakpoints: {\n 768: {\n slidesPerView: 3,\n },\n 1024: {\n slidesPerView: 4,\n },\n },\n });\n });\n }\n}\n","import { render, staticRenderFns } from \"./ProductSlider.vue?vue&type=template&id=1a5ac9d2&\"\nimport script from \"./ProductSlider.vue?vue&type=script&lang=ts&\"\nexport * from \"./ProductSlider.vue?vue&type=script&lang=ts&\"\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\nexport default component.exports","import mod from \"-!../../../../../../../node_modules/ts-loader/index.js??clonedRuleSet-26.use[0]!../../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ProductSlider.vue?vue&type=script&lang=ts&\"; export default mod; export * from \"-!../../../../../../../node_modules/ts-loader/index.js??clonedRuleSet-26.use[0]!../../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ProductSlider.vue?vue&type=script&lang=ts&\"","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('div',{staticClass:\"catalog__category-list catalog__category-slider\",attrs:{\"id\":\"related-slider\"}},[_c('button',{staticClass:\"swiper__button --prev hide-for-small-only\"}),_vm._v(\" \"),_c('div',{ref:\"productSwiper\",staticClass:\"swiper\"},[_c('div',{staticClass:\"swiper-wrapper\"},_vm._l((_vm.products),function(product){return _c('div',{key:product['id'],staticClass:\"swiper-slide\"},[_c('catalog-product-list-item',{attrs:{\"data-source\":_vm.dataSource,\"product\":product,\"component-tag\":\"div\",\"type\":\"slider\"}})],1)}),0)]),_vm._v(\" \"),_c('button',{staticClass:\"swiper__button --next hide-for-small-only\"})])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }"],"names":["Vue","productSwiper","created","this","$nextTick","modules","Navigation","slidesPerView","spaceBetween","roundLengths","navigation","nextEl","prevEl","breakpoints","Prop","required","Array","Component","name","components","getComponents","Swiper","render","_vm","_c","_self","_setupProxy","staticClass","attrs","_v","ref","_l","product","key","dataSource","staticRenderFns"],"sourceRoot":""}