{"version":3,"file":"js/app.81bd8472a130bb858fa6.js","mappings":"4vBA0BA,8BAA6B,EAAAA,IAA7B,c,oBASU,KAAAC,aAAuB,CAC7BC,eAAe,EACfC,0BAA0B,EAC1BC,cAAe,OACfC,UAAU,EACVC,WAAY,CACVC,GAAI,0CACJC,KAAM,eAERC,YAAa,CACX,IAAK,CACHC,WAAY,CACVC,OAAQ,4BACRC,OAAQ,+BAelB,CATUC,UACNC,SAASC,eAAe,qBAAqBC,MAAMC,QAAU,MAC/D,CAEQC,UACNC,YAAW,KACTC,KAAKC,MAAmB,YAAEC,QAAQC,QAAQH,KAAKI,iBAAiBC,WAAWC,GAAiBA,EAAS,KAAMN,KAAKO,qBAAqB,KAAK,EAAM,GAC/I,IACL,GA/BwB,IAAvB,IAAAC,MAAK,CAACC,UAAU,I,gBAAkCC,Q,uCAC3B,IAAvB,IAAAF,MAAK,CAACC,UAAU,I,+DACO,IAAvB,IAAAD,MAAK,CAACC,UAAU,I,kEAPnB,MALC,IAAAE,WAAU,CACTC,KAAM,sBACNC,YAAY,eAAmBC,mB,yMCLjC,SAXgB,E,SAAA,GACd,UACA,IACA,KACA,EACA,KACA,KACA,MAI8B,O,mJClB4M,QAAe,G,6DCA3P,IAAIC,OAAS,WAAa,IAAIC,EAAIhB,KAASiB,EAAGD,EAAIE,eAAmBC,EAAGH,EAAII,MAAMD,IAAIF,EAAG,OAAOE,EAAG,UAAU,CAACA,EAAG,SAAS,CAACE,IAAI,cAAcC,MAAM,CAAC,QAAUN,EAAInC,eAAemC,EAAIO,GAAIP,EAAoB,kBAAE,SAASV,EAAKkB,GAAO,OAAOL,EAAG,eAAe,CAACM,IAAInB,EAAS,IAAG,CAACa,EAAG,IAAI,CAACO,YAAY,8CAA8CC,MAAM,CAAE,WAAYX,EAAIT,qBAAuBD,EAAS,IAAIgB,MAAM,CAAC,KAAQN,EAAIY,gBAAkB,IAAOtB,EAAY,KAAG,gBAAgBkB,IAAQ,CAACR,EAAIa,GAAGb,EAAIc,GAAGxB,EAAY,WAAO,IAAG,GAAGU,EAAIa,GAAG,KAAKV,EAAG,MAAM,CAACO,YAAY,uCAAuCJ,MAAM,CAAC,KAAO,cAAcS,KAAK,gBAAgB,EAAE,EAChoBC,EAAkB,E","sources":["webpack:///./resources/area/web/default/js/components/shop-by-look/ShopByLookSeries.vue?130c","webpack:///./resources/area/web/default/js/components/shop-by-look/ShopByLookSeries.vue","webpack:///./resources/area/web/default/js/components/shop-by-look/ShopByLookSeries.vue?a1b3","webpack:///./resources/area/web/default/js/components/shop-by-look/ShopByLookSeries.vue?9265"],"sourcesContent":["\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nimport {Swiper} from 'vue-awesome-swiper';\nimport {Component, Vue, Prop} from 'vue-property-decorator';\nimport ServiceContainer from '@flashpointbv/solar-service-container';\n\n@Component({\n name: 'shop-by-look-series',\n components: ServiceContainer().getComponents()\n})\n\nexport default class extends Vue {\n $refs!: {\n serieSlider: InstanceType<typeof Swiper>;\n }\n\n @Prop({required: true}) private shopByLookSeries!: Array<object>;\n @Prop({required: true}) private shopByLookRoute!: string;\n @Prop({required: true}) private activeCollectionId!: number;\n\n private slideOptions: object = {\n preventClicks: true,\n preventClicksPropagation: false,\n slidesPerView: 'auto',\n freeMode: true,\n pagination: {\n el: `.shop-by-look__series .swiper__progress`,\n type: 'progressbar'\n },\n breakpoints: {\n 768: {\n navigation: {\n nextEl: `.swiper-navigation.--next`,\n prevEl: `.swiper-navigation.--prev`\n }\n }\n }\n };\n\n private mounted(): void {\n document.getElementById('seriesPlaceholder').style.display = 'none';\n }\n\n private created(): void {\n setTimeout(() => {\n this.$refs['serieSlider'].$swiper.slideTo(this.shopByLookSeries.findIndex((item: object) => item['id'] === this.activeCollectionId), 200, false);\n }, 100);\n }\n}\n","import { render, staticRenderFns } from \"./ShopByLookSeries.vue?vue&type=template&id=bc72cb96&\"\nimport script from \"./ShopByLookSeries.vue?vue&type=script&lang=ts&\"\nexport * from \"./ShopByLookSeries.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-5[0].rules[0].use[0]!../../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ShopByLookSeries.vue?vue&type=script&lang=ts&\"; export default mod; export * from \"-!../../../../../../../node_modules/ts-loader/index.js??clonedRuleSet-5[0].rules[0].use[0]!../../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ShopByLookSeries.vue?vue&type=script&lang=ts&\"","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('section',[_c('swiper',{ref:\"serieSlider\",attrs:{\"options\":_vm.slideOptions}},_vm._l((_vm.shopByLookSeries),function(item,index){return _c('swiper-slide',{key:item['id']},[_c('a',{staticClass:\"--button --secondary --border--light --thin\",class:{ '--active': _vm.activeCollectionId === item['id'] },attrs:{\"href\":(_vm.shopByLookRoute + \"/\" + (item['slug'])),\"data-slide-id\":index}},[_vm._v(_vm._s(item['title']))])])}),1),_vm._v(\" \"),_c('div',{staticClass:\"swiper__progress show-for-small-only\",attrs:{\"slot\":\"pagination\"},slot:\"pagination\"})],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }"],"names":["Vue","slideOptions","preventClicks","preventClicksPropagation","slidesPerView","freeMode","pagination","el","type","breakpoints","navigation","nextEl","prevEl","mounted","document","getElementById","style","display","created","setTimeout","this","$refs","$swiper","slideTo","shopByLookSeries","findIndex","item","activeCollectionId","Prop","required","Array","Component","name","components","getComponents","render","_vm","_h","$createElement","_c","_self","ref","attrs","_l","index","key","staticClass","class","shopByLookRoute","_v","_s","slot","staticRenderFns"],"sourceRoot":""}