{"version":3,"file":"js/app.2b755454d244baaeae12.js","mappings":"wvBAQe,8BAAc,EAAAA,IAKfC,wBACV,OAAOC,KAAKC,OAAOC,QAAQ,GAAGF,KAAKG,4BACrC,CAEQC,UACN,MAAMC,EAAcC,SAASC,eAAe,sBACxCF,IACFA,EAAYG,MAAMC,QAAU,OAEhC,GAbA,IAAC,IAAAC,MAAK,CAAEC,UAAU,I,uDAClB,IAAC,IAAAD,MAAK,CAAEC,UAAU,I,0DAClB,IAAC,IAAAD,MAAK,CAAEE,QAAS,Q,oDAHJ,MAJd,IAAAC,WAAU,CACTC,KAAM,+BACNC,YAAY,eAAmBC,mB,qMCYjC,SAXgB,E,QAAA,GACd,UACA,IACA,KACA,EACA,KACA,KACA,MAI8B,O,iJClBwM,QAAe,G,sDCAvP,IAAIC,EAAS,SAASA,SAAS,IAAIC,EAAIlB,KAAKmB,EAAGD,EAAIE,MAAMD,GAAUD,EAAIE,MAAMC,YAAY,OAAQH,EAAInB,kBAAoB,EAAGoB,EAAG,UAAU,CAACG,YAAY,4BAA4BC,MAAM,KAAKL,EAAIM,QAAQ,CAAe,QAAbN,EAAIM,KAAgBL,EAAG,MAAM,CAACI,MAAM,YAAYL,EAAIM,QAAQ,CAACL,EAAG,MAAM,CAACG,YAAY,uCAAuC,CAACH,EAAG,OAAO,CAACD,EAAIO,GAAGP,EAAIQ,GAAGR,EAAIS,IAAI,kBAAmBT,EAAInB,kBAAmB,CACvY6B,MAAOV,EAAInB,0BACJmB,EAAIO,GAAG,KAAmB,QAAbP,EAAIM,KAAgBL,EAAG,UAAU,CAACG,YAAY,qCAAqC,CAACH,EAAG,SAAS,CAACU,MAAM,CAAC,cAAc,qBAAqB,CAACX,EAAIO,GAAGP,EAAIQ,GAAGR,EAAIY,GAAG,gBAAgBZ,EAAIa,KAAKb,EAAIO,GAAG,KAAmB,QAAbP,EAAIM,KAAgB,CAACL,EAAG,2CAA2C,CAACU,MAAM,CAAC,cAAcX,EAAIf,cAAce,EAAIO,GAAG,KAAKN,EAAG,2CAA2C,CAACU,MAAM,CAAC,cAAcX,EAAIf,eAAee,EAAIa,MAAM,GAAGb,EAAIa,KAAKb,EAAIO,GAAG,KAAmB,WAAbP,EAAIM,KAAmBL,EAAG,MAAM,CAACI,MAAM,YAAYL,EAAIM,QAAQ,CAACL,EAAG,yCAAyC,CAACU,MAAM,CAAC,cAAcX,EAAIf,eAAe,GAAGe,EAAIa,OAAOb,EAAIa,IAC7nB,EACIC,EAAkB,E","sources":["webpack:///./resources/area/web/default/js/components/catalog/toolbar/ProductListToolbar.vue?4e64","webpack:///./resources/area/web/default/js/components/catalog/toolbar/ProductListToolbar.vue","webpack:///./resources/area/web/default/js/components/catalog/toolbar/ProductListToolbar.vue?9815","webpack:///./resources/area/web/default/js/components/catalog/toolbar/ProductListToolbar.vue?277a"],"sourcesContent":["\nimport { Component, Vue, Prop } from 'vue-property-decorator';\nimport ServiceContainer from '@flashpointbv/solar-service-container';\n\n@Component({\n name: 'catalog-product-list-toolbar',\n components: ServiceContainer().getComponents(),\n})\nexport default class extends Vue {\n @Prop({ required: false }) readonly blockId: number;\n @Prop({ required: true }) readonly dataSource: string;\n @Prop({ default: 'top' }) readonly type: string;\n\n private get totalProductCount(): number {\n return this.$store.getters[`${this.dataSource}/totalItemCount`];\n }\n\n private mounted(): void {\n const placeholder = document.getElementById('toolbarPlaceholder');\n if (placeholder) {\n placeholder.style.display = 'none';\n }\n }\n}\n","import { render, staticRenderFns } from \"./ProductListToolbar.vue?vue&type=template&id=b7cd495a&\"\nimport script from \"./ProductListToolbar.vue?vue&type=script&lang=ts&\"\nexport * from \"./ProductListToolbar.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!./ProductListToolbar.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!./ProductListToolbar.vue?vue&type=script&lang=ts&\"","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return (_vm.totalProductCount > 0)?_c('section',{staticClass:\"catalog-category__toolbar\",class:`--${_vm.type}`},[(_vm.type === 'top')?_c('div',{class:`toolbar__${_vm.type}`},[_c('div',{staticClass:\"catalog__amount hide-for-small-only\"},[_c('span',[_vm._v(_vm._s(_vm.$tc('{count} results', _vm.totalProductCount, {\n count: _vm.totalProductCount,\n })))])]),_vm._v(\" \"),(_vm.type === 'top')?_c('section',{staticClass:\"mobile-filter show-for-small-only\"},[_c('button',{attrs:{\"data-toggle\":\"offCanvas-filter\"}},[_vm._v(_vm._s(_vm.$t('Filter')))])]):_vm._e(),_vm._v(\" \"),(_vm.type === 'top')?[_c('catalog-product-list-toolbar-size-select',{attrs:{\"data-source\":_vm.dataSource}}),_vm._v(\" \"),_c('catalog-product-list-toolbar-sort-select',{attrs:{\"data-source\":_vm.dataSource}})]:_vm._e()],2):_vm._e(),_vm._v(\" \"),(_vm.type === 'bottom')?_c('div',{class:`toolbar__${_vm.type}`},[_c('catalog-product-list-toolbar-paginator',{attrs:{\"data-source\":_vm.dataSource}})],1):_vm._e()]):_vm._e()\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }"],"names":["Vue","totalProductCount","this","$store","getters","dataSource","mounted","placeholder","document","getElementById","style","display","Prop","required","default","Component","name","components","getComponents","render","_vm","_c","_self","_setupProxy","staticClass","class","type","_v","_s","$tc","count","attrs","$t","_e","staticRenderFns"],"sourceRoot":""}