{"version":3,"file":"js/app.c2443228fc7758ce8e54.js","mappings":"yvBAQe,8BAAc,EAAAA,IAOnBC,UACNC,KAAKC,OAAOC,OAAO,GAAGF,KAAKG,gCAAiCH,KAAKI,eACjEJ,KAAKC,OAAOC,OAAO,GAAGF,KAAKG,8BAA+BH,KAAKK,aAE/DC,OAAOC,WAAa,EAAGC,YACrBR,KAAKC,OAAOC,OAAO,GAAGF,KAAKG,gCAAiC,OAASK,EAAQR,KAAKI,cAAgBI,EAAqB,eACvHR,KAAKC,OAAOC,OAAO,GAAGF,KAAKG,8BAA+B,OAASK,EAAQR,KAAKK,YAAcG,EAAmB,YAAE,CAEvH,CAEQC,UACNH,OAAOI,iBAAiB,QAAQ,KAC1BC,SAASC,uBAAuB,iCAAiCC,SAClEF,SAASC,uBAAuB,iCAAiC,GAAmBE,MAAMC,QAAU,QAEnGJ,SAASC,uBAAuB,wCAAwCC,SACzEF,SAASC,uBAAuB,wCAAwC,GAAmBE,MAAMC,QAAU,O,GAGlH,GAzBA,IAAC,IAAAC,Q,6DACD,IAAC,IAAAA,Q,2DACD,IAAC,IAAAA,Q,0DACD,IAAC,IAAAA,MAAK,CAAEC,QAAS,I,yDACjB,IAAC,IAAAD,MAAK,CAAEC,QAAS,IAAM,K,gBAA6BC,Q,oCALvC,MAJd,IAAAC,WAAU,CACTC,KAAM,sBACNC,YAAY,eAAmBC,mB,sMCYjC,SAXgB,E,QAAA,GACd,UACA,IACA,KACA,EACA,KACA,KACA,MAI8B,O,iJClBiM,QAAe,G,uDCAhP,IAAIC,EAAS,SAASA,SAAS,IAAIC,EAAIxB,KAAKyB,EAAGD,EAAIE,MAAMD,GAAUD,EAAIE,MAAMC,YAAY,OAAOF,EAAG,UAAU,CAACA,EAAG,uBAAuB,CAACG,MAAM,CAAC,cAAcJ,EAAIrB,WAAW,iBAAiBqB,EAAIK,cAAc,aAAaL,EAAIM,cAAc,EAC/O,EACIC,EAAkB,E","sources":["webpack:///./resources/area/web/default/js/views/catalog/CatalogSearchView.vue?de2d","webpack:///./resources/area/web/default/js/views/catalog/CatalogSearchView.vue","webpack:///./resources/area/web/default/js/views/catalog/CatalogSearchView.vue?1dc3","webpack:///./resources/area/web/default/js/views/catalog/CatalogSearchView.vue?3ed6"],"sourcesContent":["\nimport { Component, Vue, Prop } from 'vue-property-decorator';\nimport ServiceContainer from '@flashpointbv/solar-service-container';\n\n@Component({\n name: 'catalog-search-view',\n components: ServiceContainer().getComponents(),\n})\nexport default class extends Vue {\n @Prop() readonly searchedQuery: string;\n @Prop() readonly catalogData: object;\n @Prop() readonly dataSource: string;\n @Prop({ default: 8 }) private chunkSize: number;\n @Prop({ default: () => [] }) private wishlistItems: Array;\n\n private created(): void {\n this.$store.commit(`${this.dataSource}/SET_SEARCHED_QUERY`, this.searchedQuery);\n this.$store.commit(`${this.dataSource}/SET_API_RESPONSE`, this.catalogData);\n\n window.onpopstate = ({ state }) => {\n this.$store.commit(`${this.dataSource}/SET_SEARCHED_QUERY`, null === state ? this.searchedQuery : state['searchedQuery']);\n this.$store.commit(`${this.dataSource}/SET_API_RESPONSE`, null === state ? this.catalogData : state['catalogData']);\n };\n }\n\n private mounted(): void {\n window.addEventListener('load', () => {\n if (document.getElementsByClassName('catalog__category-placeholder').length) {\n (document.getElementsByClassName('catalog__category-placeholder')[0] as HTMLElement).style.display = 'none';\n }\n if (document.getElementsByClassName('catalog__category-filter-placeholder').length) {\n (document.getElementsByClassName('catalog__category-filter-placeholder')[0] as HTMLElement).style.display = 'none';\n }\n });\n }\n}\n","import { render, staticRenderFns } from \"./CatalogSearchView.vue?vue&type=template&id=7758e887&\"\nimport script from \"./CatalogSearchView.vue?vue&type=script&lang=ts&\"\nexport * from \"./CatalogSearchView.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-6.use[0]!../../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./CatalogSearchView.vue?vue&type=script&lang=ts&\"; export default mod; export * from \"-!../../../../../../../node_modules/ts-loader/index.js??clonedRuleSet-6.use[0]!../../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./CatalogSearchView.vue?vue&type=script&lang=ts&\"","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('section',[_c('catalog-product-list',{attrs:{\"data-source\":_vm.dataSource,\"wishlist-items\":_vm.wishlistItems,\"chunk-size\":_vm.chunkSize}})],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }"],"names":["Vue","created","this","$store","commit","dataSource","searchedQuery","catalogData","window","onpopstate","state","mounted","addEventListener","document","getElementsByClassName","length","style","display","Prop","default","Array","Component","name","components","getComponents","render","_vm","_c","_self","_setupProxy","attrs","wishlistItems","chunkSize","staticRenderFns"],"sourceRoot":""}