{"version":3,"file":"js/app.a3b894ef38db7eee821c.js","mappings":"yvBASe,8BAAc,EAAAA,IAQnBC,UACNC,KAAKC,OAAOC,OAAO,GAAGF,KAAKG,0BAA2BH,KAAKI,SAC3DJ,KAAKC,OAAOC,OAAO,GAAGF,KAAKG,8BAA+BH,KAAKK,aAC/DL,KAAKC,OAAOC,OAAO,GAAGF,KAAKG,oCAAqCH,KAAKM,YACrEN,KAAKC,OAAOC,OAAO,GAAGF,KAAKG,6CAA8CH,KAAKO,yBAChF,GAZA,IAAC,IAAAC,Q,uDACD,IAAC,IAAAA,Q,2DACD,IAAC,IAAAA,Q,0DACD,IAAC,IAAAA,MAAK,CAACC,QAAS,IAAM,K,gBAA4BC,Q,oCAClD,IAAC,IAAAF,Q,0DACD,IAAC,IAAAA,MAAK,CAACC,QAAS,KAAM,I,yEANT,MALd,IAAAE,WAAU,CACTC,KAAM,wBACNC,YAAY,eAAmBC,mB,sMCYjC,SAXgB,E,QAAA,GACd,UACA,IACA,KACA,EACA,KACA,KACA,MAI8B,O,iJClBsM,QAAe,G,uDCArP,IAAIC,EAAS,SAASA,SAAS,IAAIC,EAAIhB,KAAKiB,EAAGD,EAAIE,MAAMD,GAAUD,EAAIE,MAAMC,YAAY,OAAOF,EAAG,uBAAuB,CAACG,MAAM,CAAC,cAAcJ,EAAIb,WAAW,iBAAiBa,EAAIK,gBACpL,EACIC,EAAkB,E","sources":["webpack:///./resources/area/web/default/js/views/catalog/CatalogPageBuilderView.vue?6c2d","webpack:///./resources/area/web/default/js/views/catalog/CatalogPageBuilderView.vue","webpack:///./resources/area/web/default/js/views/catalog/CatalogPageBuilderView.vue?b6ed","webpack:///./resources/area/web/default/js/views/catalog/CatalogPageBuilderView.vue?1ef8"],"sourcesContent":["\nimport {Component, Vue, Prop} from 'vue-property-decorator';\nimport ServiceContainer from '@flashpointbv/solar-service-container';\n\n@Component({\n name: 'catalog-category-view',\n components: ServiceContainer().getComponents()\n})\n\nexport default class extends Vue {\n @Prop() readonly blockId: number;\n @Prop() readonly catalogData: object;\n @Prop() readonly dataSource: string;\n @Prop({default: () => []}) private wishlistItems: Array;\n @Prop() readonly attributes: object;\n @Prop({default: () => false}) readonly urlFiltersFeatureEnabled: boolean;\n\n private created(): void {\n this.$store.commit(`${this.dataSource}/SET_BLOCK_ID`, this.blockId);\n this.$store.commit(`${this.dataSource}/SET_API_RESPONSE`, this.catalogData);\n this.$store.commit(`${this.dataSource}/SET_DEFAULT_ATTRIBUTES`, this.attributes);\n this.$store.commit(`${this.dataSource}/SET_URL_FILTERS_FEATURE_ENABLED`, this.urlFiltersFeatureEnabled);\n }\n}\n","import { render, staticRenderFns } from \"./CatalogPageBuilderView.vue?vue&type=template&id=5f8ddde8&\"\nimport script from \"./CatalogPageBuilderView.vue?vue&type=script&lang=ts&\"\nexport * from \"./CatalogPageBuilderView.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!./CatalogPageBuilderView.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!./CatalogPageBuilderView.vue?vue&type=script&lang=ts&\"","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('catalog-product-list',{attrs:{\"data-source\":_vm.dataSource,\"wishlist-items\":_vm.wishlistItems}})\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }"],"names":["Vue","created","this","$store","commit","dataSource","blockId","catalogData","attributes","urlFiltersFeatureEnabled","Prop","default","Array","Component","name","components","getComponents","render","_vm","_c","_self","_setupProxy","attrs","wishlistItems","staticRenderFns"],"sourceRoot":""}