{"version":3,"file":"js/app.afa9738a75d4fac3cd71.js","mappings":"wvBAQe,8BAAc,EAAAA,IAKfC,wBACV,OAAOC,KAAKC,OAAOC,QAAQ,GAAGF,KAAKG,4BACrC,CAEQC,UACN,MAAMC,EAAcC,SAASC,eAAe,sBACxCF,IACFA,EAAYG,MAAMC,WAAa,SAEnC,GAbA,IAAC,IAAAC,MAAK,CAACC,UAAU,I,uDACjB,IAAC,IAAAD,MAAK,CAACC,UAAU,I,0DACjB,IAAC,IAAAD,MAAK,CAACE,QAAS,Q,oDAHH,MAJd,IAAAC,WAAU,CACTC,KAAM,+BACNC,YAAY,eAAmBC,mB,sMCYjC,SAXgB,E,QAAA,GACd,UACA,IACA,KACA,EACA,KACA,KACA,MAI8B,O,iJClBwM,QAAe,G,uDCAvP,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,UAAU,CAACG,YAAY,qCAAqC,CAACH,EAAG,SAAS,CAACG,YAAY,mBAAmBG,MAAM,CAAC,cAAc,qBAAqB,CAACP,EAAIQ,GAAGR,EAAIS,GAAGT,EAAIU,GAAG,gBAAgBV,EAAIQ,GAAG,KAAKP,EAAG,2CAA2C,CAACM,MAAM,CAAC,cAAcP,EAAIf,eAAe,GAAGe,EAAIW,KAAKX,EAAIQ,GAAG,KAAmB,WAAbR,EAAIM,KAAmBL,EAAG,MAAM,CAACI,MAAM,YAAYL,EAAIM,QAAQ,CAACL,EAAG,yCAAyC,CAACM,MAAM,CAAC,cAAcP,EAAIf,eAAe,GAAGe,EAAIW,OAAOX,EAAIW,IACvuB,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?55a4"],"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.visibility = 'hidden';\n }\n }\n}\n","import { render, staticRenderFns } from \"./ProductListToolbar.vue?vue&type=template&id=1f9773c9&\"\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('section',{staticClass:\"mobile-filter show-for-small-only\"},[_c('button',{staticClass:\"--button --small\",attrs:{\"data-toggle\":\"offCanvas-filter\"}},[_vm._v(_vm._s(_vm.$t('Filter')))])]),_vm._v(\" \"),_c('catalog-product-list-toolbar-sort-select',{attrs:{\"data-source\":_vm.dataSource}})],1):_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","visibility","Prop","required","default","Component","name","components","getComponents","render","_vm","_c","_self","_setupProxy","staticClass","class","type","attrs","_v","_s","$t","_e","staticRenderFns"],"sourceRoot":""}