(window.webpackJsonp=window.webpackJsonp||[]).push([[225,405],{1810:function(t,e,o){var content=o(1850);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,o(28).default)("78d79f9b",content,!0,{sourceMap:!1})},1848:function(t,e,o){"use strict";o.r(e);var r={name:"ActionButton",props:{title:{type:String,default:""},icon:{type:String,default:""},to:{type:[String,Object],default:void 0},color:{type:String,default:"is-info"}}},n=(o(1849),o(5)),component=Object(n.a)(r,(function(){var t=this,e=t._self._c;return e(t.to?"BoostedLink":"button",t._b({tag:"Component",staticClass:"button is-clickable flex-1 flex-column has-text-weight-bold mb-0",class:t.color,attrs:{to:t.to,rel:"nofollow",role:"button"},on:{click:function(e){return t.$emit("click",e)}}},"Component",t.$attrs,!1),[e("span",{staticClass:"icon"},[t.icon?e("i",{staticClass:"td-icon-xsmall",class:t.icon}):t._e()]),t._v(" "),e("span",{staticClass:"action-button-text is-size-10 has-line-height-one"},[t._v("\n    "+t._s(t.title)+"\n  ")])])}),[],!1,null,"4c6600c7",null);e.default=component.exports},1849:function(t,e,o){"use strict";o(1810)},1850:function(t,e,o){var r=o(27)((function(i){return i[1]}));r.push([t.i,".button[data-v-4c6600c7]{height:auto;padding:.25rem;min-height:55px}.button .icon[data-v-4c6600c7]{width:2rem;height:2rem;margin:0 !important}.action-button-text[data-v-4c6600c7]{white-space:initial}@media screen and (-ms-high-contrast: active),screen and (-ms-high-contrast: none){.card-buttons .button[data-v-4c6600c7]{flex:1}}",""]),r.locals={},t.exports=r},1867:function(t,e,o){var content=o(1951);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,o(28).default)("5309f735",content,!0,{sourceMap:!1})},1950:function(t,e,o){"use strict";o(1867)},1951:function(t,e,o){var r=o(27)((function(i){return i[1]}));r.push([t.i,".provider-header-wrapper[data-v-6894503e]{display:flex;flex-direction:row;justify-content:space-between;gap:.5rem;width:100%}@media only screen and (max-width: 992px){.provider-header-wrapper[data-v-6894503e]{flex-direction:column}}.provider-info[data-v-6894503e]{flex:1;display:flex;align-items:center;gap:.5rem}.provider-info__image[data-v-6894503e]{aspect-ratio:1/1}.provider-info__image[data-v-6894503e] div{width:100%;height:100%}.provider-info__image[data-v-6894503e] img{border-radius:50%}.provider-info__image--small[data-v-6894503e]{width:50px;height:50px}.provider-info__image--medium[data-v-6894503e]{width:80px;height:80px}.provider-thumb[data-v-6894503e]{position:relative;width:100%;height:100%}.provider-thumb[data-v-6894503e] .boosted-image{border-radius:50%;object-fit:cover;border:2px solid #bfcace}.provider-thumb[data-v-6894503e] .provider-award{position:absolute;right:0;width:20px;height:20px}.info-doctor[data-v-6894503e]{display:flex;align-items:flex-start;color:#093b5b !important}.info-doctor[data-v-6894503e] .provider-title .h2{font-size:1rem;text-align:left;color:#009ee2 !important;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;width:100%;overflow:hidden;text-overflow:ellipsis}.info-doctor[data-v-6894503e] .provider-title .h3{color:#093b5b !important}.provider-ratings[data-v-6894503e]{width:70px}.action-buttons[data-v-6894503e]{display:flex;gap:.5rem;max-height:55px;align-self:flex-end;flex:.75 1}.action-buttons>.button[data-v-6894503e]{padding:0;flex:1 .5 7rem}@media only screen and (max-width: 992px){.action-buttons[data-v-6894503e]{width:100%}}",""]),r.locals={},t.exports=r},2080:function(t,e,o){"use strict";var r=o(193),n={name:"ProviderEmptyHeader",props:{imgSize:{type:String,default:r.SIZE_MEDIUM}},computed:{providerImgSize:function(){return this.imgSize===this.$const.images.SIZE_SMALL?"provider-info__image--small":"provider-info__image--medium "}}},l=(o(1950),o(5)),component=Object(l.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"provider-header-wrapper"},[e("article",{staticClass:"provider-info is-fullheight"},[e("figure",{staticClass:"provider-info__image",class:t.providerImgSize},[e("span",{staticClass:"image provider-thumb"},[t._t("image")],2)]),t._v(" "),e("div",{staticClass:"info-doctor flex-column flex-justify-center has-line-height-sm"},[t._t("info-doctor")],2)]),t._v(" "),e("div",{staticClass:"action-buttons is-flex mb-0"},[t._t("action-buttons")],2)])}),[],!1,null,"6894503e",null);e.a=component.exports},2330:function(t,e,o){t.exports=o.p+"img/logo_mini.42051dd.webp"},4254:function(t,e,o){"use strict";o.r(e);o(22),o(105);var r=o(1848),n=o(2080),l=o(193),c={name:"ProviderHeader",components:{ActionButton:r.default,ProviderHeaderWrapper:n.a},props:{publishedBy:{type:String,default:null},specialization:{type:Object,default:null},specialty:{type:Object,default:null},imgSize:{type:String,default:l.SIZE_MEDIUM}},methods:{getCriteria:function(){return this.specialization?{specialization:this.specialization,area:this.$const.search.DOCTOR}:{specialty:this.specialty,area:this.$const.search.DOCTOR}},searchDoctor:function(){this.$router.push({name:"search_results",params:{0:this.slugSearchDoctor,language:this.$languageManager.language}})}}},d=o(5),component=Object(d.a)(c,(function(){var t=this,e=t._self._c;return e("ProviderHeaderWrapper",{attrs:{"img-size":t.imgSize},scopedSlots:t._u([{key:"image",fn:function(){return[e("BoostedImage",{staticClass:"sprite footer_ico_enisa",attrs:{alt:"Top Doctors",src:o(2330)}})]},proxy:!0},{key:"info-doctor",fn:function(){return[t._t("info-doctor-header"),t._v(" "),e("span",{staticClass:"has-text-info"},[t._v(t._s(t.$t("medical_dictionary.td_editorial")))]),t._v(" "),t.publishedBy?e("span",{staticClass:"has-text-primary"},[t._v(t._s(t.publishedBy))]):t._e(),t._v(" "),t._t("info-doctor-footer")]},proxy:!0},{key:"action-buttons",fn:function(){return[e("BoostedLink",{staticClass:"is-flex is-fullwidth",attrs:{criteria:t.getCriteria()}},[e("ActionButton",{staticClass:"has-text-weight-bold mb-0",attrs:{title:t.$t("medical_dictionary.search.search_doctor"),icon:"td-icon-filled-doctor",color:"is-warning"}})],1)]},proxy:!0}],null,!0)})}),[],!1,null,null,null);e.default=component.exports}}]);