\n \n \n \n {{ getPrice(tag.priceMin, 'ceil') | _currency }} - {{ getPrice(tag.priceMax, 'floor') | _currency }}\n \n \n {{ tag.name }} \n \n \n \n {{ $translate(\"Ceres::Template.itemFilterReset\") }}\n \n
\n\n\n\n","var $ = require('../internals/export');\n\n// `Number.EPSILON` constant\n// https://tc39.es/ecma262/#sec-number.epsilon\n$({ target: 'Number', stat: true }, {\n EPSILON: Math.pow(2, -52)\n});\n","var render = function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"div\",\n { staticClass: \"selected-filters clearfix\" },\n [\n _vm._l(_vm.tagList, function (tag) {\n return _c(\n \"span\",\n {\n class:\n \"text-appearance selected-filter badge badge-pill badge-dark filter-\" +\n tag.id +\n \" \" +\n _vm.marginClasses,\n style: _vm.marginInlineStyles,\n on: {\n click: function ($event) {\n return _vm.removeTag(tag)\n },\n },\n },\n [\n tag.id === \"price\"\n ? [\n _vm._v(\n \"\\n \" +\n _vm._s(\n _vm._f(\"_currency\")(_vm.getPrice(tag.priceMin, \"ceil\"))\n ) +\n \" - \" +\n _vm._s(\n _vm._f(\"_currency\")(_vm.getPrice(tag.priceMax, \"floor\"))\n ) +\n \"\\n \"\n ),\n ]\n : [\n _vm._v(\"\\n \" + _vm._s(tag.name) + \" \"),\n _c(\"i\", {\n staticClass: \"fa fa-close-x\",\n attrs: { \"aria-hidden\": \"true\" },\n }),\n ],\n ],\n 2\n )\n }),\n _vm._v(\" \"),\n _c(\n \"span\",\n {\n staticClass: \"bg-appearance selected-filter reset-all\",\n class: { \"d-none\": _vm.tagList.length < 2 },\n style: _vm.marginInlineStyles,\n on: {\n click: function ($event) {\n return _vm.resetAllTags()\n },\n },\n },\n [\n _vm._v(\n \"\\n \" +\n _vm._s(_vm.$translate(\"Ceres::Template.itemFilterReset\")) +\n \"\\n \"\n ),\n ]\n ),\n ],\n 2\n )\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns }","import { render, staticRenderFns } from \"./ItemFilterTagList.vue?vue&type=template&id=6da91432&\"\nimport script from \"./ItemFilterTagList.vue?vue&type=script&lang=js&\"\nexport * from \"./ItemFilterTagList.vue?vue&type=script&lang=js&\"\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\n/* hot reload */\nif (module.hot) {\n var api = require(\"/Users/fhartwig/Sites/DIA-3dprima_v2/node_modules/vue-hot-reload-api/dist/index.js\")\n api.install(require('vue'))\n if (api.compatible) {\n module.hot.accept()\n if (!api.isRecorded('6da91432')) {\n api.createRecord('6da91432', component.options)\n } else {\n api.reload('6da91432', component.options)\n }\n module.hot.accept(\"./ItemFilterTagList.vue?vue&type=template&id=6da91432&\", function () {\n api.rerender('6da91432', {\n render: render,\n staticRenderFns: staticRenderFns\n })\n })\n }\n}\ncomponent.options.__file = \"resources/js/src/app/components/itemList/filter/ItemFilterTagList.vue\"\nexport default component.exports","import mod from \"-!../../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ItemFilterTagList.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../../node_modules/babel-loader/lib/index.js!../../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ItemFilterTagList.vue?vue&type=script&lang=js&\"","export * from \"-!../../../../../../../node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ItemFilterTagList.vue?vue&type=template&id=6da91432&\""],"sourceRoot":""}