{"version":3,"file":"js/app.a36642c650361d96585c.js","mappings":"4vBASe,8BAAc,EAAAA,IAAd,c,oBAKL,KAAAC,UAAoB,CAuB9B,CArBUC,UACNC,KAAKC,OAAOC,OAAO,GAAGF,KAAKG,gCAAiCH,KAAKI,eACjEJ,KAAKC,OAAOC,OAAO,GAAGF,KAAKG,8BAA+BH,KAAKK,aAE/DC,QAAQC,aAAa,CAACH,cAAeJ,KAAKI,cAAeC,YAAaL,KAAKK,aAAcG,SAASC,OAElGC,OAAOC,WAAa,EAAEC,YACpBZ,KAAKC,OAAOC,OAAO,GAAGF,KAAKG,gCAAiC,OAASS,EAAQZ,KAAKI,cAAgBQ,EAAqB,eACvHZ,KAAKC,OAAOC,OAAO,GAAGF,KAAKG,8BAA+B,OAASS,EAAQZ,KAAKK,YAAcO,EAAmB,YAAE,CAEvH,CAEQC,UACNH,OAAOI,iBAAiB,QAAQ,KAC9B,MAAMC,EAAqCP,SAASQ,cAAc,kCAC9DD,IACDA,EAAmDE,MAAMC,QAAU,QAEtElB,KAAKF,UAAW,CAAI,GAExB,GA1BA,IAAC,IAAAqB,Q,6DACD,IAAC,IAAAA,Q,2DACD,IAAC,IAAAA,Q,0DAHY,MALd,IAAAC,WAAU,CACTC,KAAM,sBACNC,YAAY,eAAmBC,mB,yMCYjC,SAXgB,E,SAAA,GACd,UACA,IACA,KACA,EACA,KACA,KACA,MAI8B,O,mJClBiM,QAAe,G,wDCAhP,IAAIC,EAAS,SAASA,SAAS,IAAIC,EAAIzB,KAAK0B,EAAGD,EAAIE,MAAMD,GAAUD,EAAIE,MAAMC,YAAY,OAAOF,EAAG,UAAU,CAACG,WAAW,CAAC,CAACR,KAAK,OAAOS,QAAQ,SAASC,MAAON,EAAY,SAAEO,WAAW,cAAc,CAACN,EAAG,qCAAqC,CAACO,MAAM,CAAC,cAAcR,EAAItB,cAAcsB,EAAIS,GAAG,KAAKR,EAAG,MAAM,CAACS,YAAY,6BAA6B,CAACT,EAAG,+BAA+B,CAACO,MAAM,CAAC,cAAcR,EAAItB,WAAW,SAAW,UAAU,GAAGsB,EAAIS,GAAG,KAAKR,EAAG,uBAAuB,CAACO,MAAM,CAAC,cAAcR,EAAItB,cAAcsB,EAAIS,GAAG,KAAKR,EAAG,MAAM,CAACS,YAAY,6BAA6B,CAACT,EAAG,+BAA+B,CAACO,MAAM,CAAC,cAAcR,EAAItB,WAAW,SAAW,aAAa,IAAI,EACvqB,EACIiC,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?1549"],"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})\n\nexport default class extends Vue {\n @Prop() readonly searchedQuery: string;\n @Prop() readonly catalogData: object;\n @Prop() readonly dataSource: string;\n\n private showData: boolean = false;\n\n private created(): void {\n this.$store.commit(`${this.dataSource}/SET_SEARCHED_QUERY`, this.searchedQuery);\n this.$store.commit(`${this.dataSource}/SET_CATALOG_DATA`, this.catalogData);\n\n history.replaceState({searchedQuery: this.searchedQuery, catalogData: this.catalogData}, document.title);\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_CATALOG_DATA`, null === state ? this.catalogData : state['catalogData']);\n };\n }\n\n private mounted(): void {\n window.addEventListener('load', () => {\n const catalogCategoryProductPlaceholders = document.querySelector('.catalog__category-placeholder');\n if (catalogCategoryProductPlaceholders) {\n (catalogCategoryProductPlaceholders as HTMLElement).style.display = 'none';\n }\n this.showData = true;\n });\n }\n}\n","import { render, staticRenderFns } from \"./CatalogSearchView.vue?vue&type=template&id=99b8e444&\"\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',{directives:[{name:\"show\",rawName:\"v-show\",value:(_vm.showData),expression:\"showData\"}]},[_c('catalog-product-active-filter-list',{attrs:{\"data-source\":_vm.dataSource}}),_vm._v(\" \"),_c('div',{staticClass:\"catalog__category-toolbar\"},[_c('catalog-product-list-toolbar',{attrs:{\"data-source\":_vm.dataSource,\"position\":\"top\"}})],1),_vm._v(\" \"),_c('catalog-product-list',{attrs:{\"data-source\":_vm.dataSource}}),_vm._v(\" \"),_c('div',{staticClass:\"catalog__category-toolbar\"},[_c('catalog-product-list-toolbar',{attrs:{\"data-source\":_vm.dataSource,\"position\":\"bottom\"}})],1)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }"],"names":["Vue","showData","created","this","$store","commit","dataSource","searchedQuery","catalogData","history","replaceState","document","title","window","onpopstate","state","mounted","addEventListener","catalogCategoryProductPlaceholders","querySelector","style","display","Prop","Component","name","components","getComponents","render","_vm","_c","_self","_setupProxy","directives","rawName","value","expression","attrs","_v","staticClass","staticRenderFns"],"sourceRoot":""}