\n \n \n \n {{ label }}\n \n\n \n {{ $translate(\"Ceres::Template.itemBundle\") }}\n \n\n \n {{ $translate(\"Ceres::Template.itemSet\") }}\n \n\n
\n\n\n\n","var render = function render() {\n var _vm = this,\n _c = _vm._self._c\n return _vm.$data.$_enableCarousel\n ? _c(\n \"a\",\n {\n staticClass: \"owl-carousel owl-theme\",\n attrs: {\n id: \"owl-carousel-\" + _vm._uid,\n href: _vm.itemUrl,\n role: \"listbox\",\n \"aria-label\": _vm.$translate(\"Ceres::Template.itemImageCarousel\"),\n },\n },\n _vm._l(_vm.imageUrls, function (imageUrl, index) {\n return _c(\n \"div\",\n { key: index },\n [\n index === 0 && !_vm.disableLazyLoad\n ? _c(\"lazy-img\", {\n ref: \"itemLazyImage\",\n refInFor: true,\n attrs: {\n \"picture-class\": \"img-fluid\",\n \"image-url\": imageUrl.url,\n alt: _vm.getAltText(imageUrl),\n title: _vm.getTitleText(imageUrl),\n role: \"option\",\n },\n })\n : index !== 0 && !_vm.disableLazyLoad\n ? _c(\"img\", {\n staticClass: \"img-fluid owl-lazy\",\n attrs: {\n \"data-src\": imageUrl.url,\n alt: _vm.getAltText(imageUrl),\n title: _vm.getTitleText(imageUrl),\n role: \"option\",\n },\n })\n : _c(\"img\", {\n staticClass: \"img-fluid\",\n attrs: {\n src: imageUrl.url,\n alt: _vm.getAltText(imageUrl),\n title: _vm.getAltText(imageUrl),\n role: \"option\",\n },\n }),\n ],\n 1\n )\n }),\n 0\n )\n : _c(\n \"a\",\n { attrs: { href: _vm.itemUrl } },\n [\n !_vm.disableLazyLoad\n ? _c(\"lazy-img\", {\n ref: \"itemLazyImage\",\n attrs: {\n \"picture-class\": \"img-fluid\",\n \"image-url\": _vm._f(\"itemImage\")(_vm.imageUrls),\n alt: _vm.getAltText(_vm.imageUrls[0]),\n title: _vm.getTitleText(_vm.imageUrls[0]),\n },\n })\n : _c(\"img\", {\n staticClass: \"img-fluid\",\n attrs: {\n src: _vm._f(\"itemImage\")(_vm.imageUrls),\n alt: _vm.getAltText(_vm.imageUrls[0]),\n title: _vm.getTitleText(_vm.imageUrls[0]),\n },\n }),\n ],\n 1\n )\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns }","var render = function render() {\n var _vm = this,\n _c = _vm._self._c\n return _vm.hasLabel || _vm.isBundle || _vm.isSet\n ? _c(\"div\", { staticClass: \"special-tags p-2\" }, [\n _vm.hasLabel\n ? _c(\"span\", { staticClass: \"badge\", class: _vm.tagClass }, [\n _vm._v(\"\\n \" + _vm._s(_vm.label) + \"\\n \"),\n ])\n : _vm.isBundle\n ? _c(\"span\", { class: _vm.tagClasses.itemBundle }, [\n _vm._v(\n \"\\n \" +\n _vm._s(_vm.$translate(\"Ceres::Template.itemBundle\")) +\n \"\\n \"\n ),\n ])\n : _vm.isSet\n ? _c(\"span\", { class: _vm.tagClasses.itemSet }, [\n _vm._v(\n \"\\n \" +\n _vm._s(_vm.$translate(\"Ceres::Template.itemSet\")) +\n \"\\n \"\n ),\n ])\n : _vm._e(),\n ])\n : _vm._e()\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns }"],"sourceRoot":""}