@golstats/gsc-game-data 1.0.40 → 1.0.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -54,7 +54,7 @@
54
54
  * Vue 3 Carousel 0.3.1
55
55
  * (c) 2023
56
56
  * @license MIT
57
- */const ct={itemsToShow:1,itemsToScroll:1,modelValue:0,transition:300,autoplay:0,snapAlign:"center",wrapAround:!1,throttle:16,pauseAutoplayOnHover:!1,mouseDrag:!0,touchDrag:!0,dir:"ltr",breakpoints:void 0,i18n:{ariaNextSlide:"Navigate to next slide",ariaPreviousSlide:"Navigate to previous slide",ariaNavigateToSlide:"Navigate to slide {slideNumber}",ariaGallery:"Gallery",itemXofY:"Item {currentSlide} of {slidesCount}",iconArrowUp:"Arrow pointing upwards",iconArrowDown:"Arrow pointing downwards",iconArrowRight:"Arrow pointing to the right",iconArrowLeft:"Arrow pointing to the left"}},B2={itemsToShow:{default:ct.itemsToShow,type:Number},itemsToScroll:{default:ct.itemsToScroll,type:Number},wrapAround:{default:ct.wrapAround,type:Boolean},throttle:{default:ct.throttle,type:Number},snapAlign:{default:ct.snapAlign,validator(e){return["start","end","center","center-even","center-odd"].includes(e)}},transition:{default:ct.transition,type:Number},breakpoints:{default:ct.breakpoints,type:Object},autoplay:{default:ct.autoplay,type:Number},pauseAutoplayOnHover:{default:ct.pauseAutoplayOnHover,type:Boolean},modelValue:{default:void 0,type:Number},mouseDrag:{default:ct.mouseDrag,type:Boolean},touchDrag:{default:ct.touchDrag,type:Boolean},dir:{default:ct.dir,validator(e){return["rtl","ltr"].includes(e)}},i18n:{default:ct.i18n,type:Object},settings:{default(){return{}},type:Object}};function HK({config:e,slidesCount:a}){const{snapAlign:o,wrapAround:s,itemsToShow:n=1}=e;if(s)return Math.max(a-1,0);let i;switch(o){case"start":i=a-n;break;case"end":i=a-1;break;case"center":case"center-odd":i=a-Math.ceil((n-.5)/2);break;case"center-even":i=a-Math.ceil(n/2);break;default:i=0;break}return Math.max(i,0)}function UK({config:e,slidesCount:a}){const{wrapAround:o,snapAlign:s,itemsToShow:n=1}=e;let i=0;if(o||n>a)return i;switch(s){case"start":i=0;break;case"end":i=n-1;break;case"center":case"center-odd":i=Math.floor((n-1)/2);break;case"center-even":i=Math.floor((n-2)/2);break;default:i=0;break}return i}function hp({val:e,max:a,min:o}){return a<o?e:Math.min(Math.max(e,o),a)}function GK({config:e,currentSlide:a,slidesCount:o}){const{snapAlign:s,wrapAround:n,itemsToShow:i=1}=e;let r=a;switch(s){case"center":case"center-odd":r-=(i-1)/2;break;case"center-even":r-=(i-2)/2;break;case"end":r-=i-1;break}return n?r:hp({val:r,max:o-i,min:0})}function x2(e){return e?e.reduce((a,o)=>{var s;return o.type===t.Fragment?[...a,...x2(o.children)]:((s=o.type)===null||s===void 0?void 0:s.name)==="CarouselSlide"?[...a,o]:a},[]):[]}function yp({val:e,max:a,min:o=0}){return e>a?yp({val:e-(a+1),max:a,min:o}):e<o?yp({val:e+(a+1),max:a,min:o}):e}function WK(e,a){let o;return a?function(...s){const n=this;o||(e.apply(n,s),o=!0,setTimeout(()=>o=!1,a))}:e}function qK(e,a){let o;return function(...s){o&&clearTimeout(o),o=setTimeout(()=>{e(...s),o=null},a)}}function JK(e="",a={}){return Object.entries(a).reduce((o,[s,n])=>o.replace(`{${s}}`,String(n)),e)}var XK=t.defineComponent({name:"ARIA",setup(){const e=t.inject("config",t.reactive(Object.assign({},ct))),a=t.inject("currentSlide",t.ref(0)),o=t.inject("slidesCount",t.ref(0));return()=>t.h("div",{class:["carousel__liveregion","carousel__sr-only"],"aria-live":"polite","aria-atomic":"true"},JK(e.i18n.itemXofY,{currentSlide:a.value+1,slidesCount:o.value}))}}),ZK=t.defineComponent({name:"Carousel",props:B2,setup(e,{slots:a,emit:o,expose:s}){var n;const i=t.ref(null),r=t.ref([]),c=t.ref(0),y=t.ref(0),d=t.reactive(Object.assign({},ct));let l=Object.assign({},ct),m;const h=t.ref((n=e.modelValue)!==null&&n!==void 0?n:0),g=t.ref(0),p=t.ref(0),u=t.ref(0),f=t.ref(0);let _,k;t.provide("config",d),t.provide("slidesCount",y),t.provide("currentSlide",h),t.provide("maxSlide",u),t.provide("minSlide",f),t.provide("slideWidth",c);function C(){m=Object.assign({},e.breakpoints),l=Object.assign(Object.assign(Object.assign({},l),e),{i18n:Object.assign(Object.assign({},l.i18n),e.i18n),breakpoints:void 0}),E(l)}function b(){if(!m||!Object.keys(m).length)return;const S=Object.keys(m).map(T=>Number(T)).sort((T,te)=>+te-+T);let F=Object.assign({},l);S.some(T=>{const te=window.matchMedia(`(min-width: ${T}px)`).matches;return te&&(F=Object.assign(Object.assign({},F),m[T])),te}),E(F)}function E(S){Object.entries(S).forEach(([F,T])=>d[F]=T)}const x=qK(()=>{b(),V()},16);function V(){if(!i.value)return;const S=i.value.getBoundingClientRect();c.value=S.width/d.itemsToShow}function B(){y.value<=0||(p.value=Math.ceil((y.value-1)/2),u.value=HK({config:d,slidesCount:y.value}),f.value=UK({config:d,slidesCount:y.value}),d.wrapAround||(h.value=hp({val:h.value,max:u.value,min:f.value})))}t.onMounted(()=>{t.nextTick(()=>V()),setTimeout(()=>V(),1e3),b(),oe(),window.addEventListener("resize",x,{passive:!0}),o("init")}),t.onUnmounted(()=>{k&&clearTimeout(k),_&&clearInterval(_),window.removeEventListener("resize",x,{passive:!0})});let $=!1;const z={x:0,y:0},A={x:0,y:0},I=t.reactive({x:0,y:0}),P=t.ref(!1),Q=t.ref(!1),K=()=>{P.value=!0},R=()=>{P.value=!1};function w(S){["INPUT","TEXTAREA","SELECT"].includes(S.target.tagName)||($=S.type==="touchstart",$||S.preventDefault(),!(!$&&S.button!==0||ee.value)&&(z.x=$?S.touches[0].clientX:S.clientX,z.y=$?S.touches[0].clientY:S.clientY,document.addEventListener($?"touchmove":"mousemove",N,!0),document.addEventListener($?"touchend":"mouseup",O,!0)))}const N=WK(S=>{Q.value=!0,A.x=$?S.touches[0].clientX:S.clientX,A.y=$?S.touches[0].clientY:S.clientY;const F=A.x-z.x,T=A.y-z.y;I.y=T,I.x=F},d.throttle);function O(){const S=d.dir==="rtl"?-1:1,F=Math.sign(I.x)*.4,T=Math.round(I.x/c.value+F)*S;if(T&&!$){const te=Be=>{Be.stopPropagation(),window.removeEventListener("click",te,!0)};window.addEventListener("click",te,!0)}ae(h.value-T),I.x=0,I.y=0,Q.value=!1,document.removeEventListener($?"touchmove":"mousemove",N,!0),document.removeEventListener($?"touchend":"mouseup",O,!0)}function oe(){!d.autoplay||d.autoplay<=0||(_=setInterval(()=>{d.pauseAutoplayOnHover&&P.value||ie()},d.autoplay))}function se(){_&&(clearInterval(_),_=null),oe()}const ee=t.ref(!1);function ae(S){const F=d.wrapAround?S:hp({val:S,max:u.value,min:f.value});h.value===F||ee.value||(o("slide-start",{slidingToIndex:S,currentSlideIndex:h.value,prevSlideIndex:g.value,slidesCount:y.value}),ee.value=!0,g.value=h.value,h.value=F,k=setTimeout(()=>{if(d.wrapAround){const T=yp({val:F,max:u.value,min:0});T!==h.value&&(h.value=T,o("loop",{currentSlideIndex:h.value,slidingToIndex:S}))}o("update:modelValue",h.value),o("slide-end",{currentSlideIndex:h.value,prevSlideIndex:g.value,slidesCount:y.value}),ee.value=!1,se()},d.transition))}function ie(){ae(h.value+d.itemsToScroll)}function Ee(){ae(h.value-d.itemsToScroll)}const Fe={slideTo:ae,next:ie,prev:Ee};t.provide("nav",Fe),t.provide("isSliding",ee);const ze=t.computed(()=>GK({config:d,currentSlide:h.value,slidesCount:y.value}));t.provide("slidesToScroll",ze);const ft=t.computed(()=>{const S=d.dir==="rtl"?-1:1,F=ze.value*c.value*S;return{transform:`translateX(${I.x-F}px)`,transition:`${ee.value?d.transition:0}ms`,margin:d.wrapAround?`0 -${y.value*c.value}px`:"",width:"100%"}});function Re(){C(),b(),B(),V(),se()}Object.keys(B2).forEach(S=>{["modelValue"].includes(S)||t.watch(()=>e[S],Re)}),t.watch(()=>e.modelValue,S=>{S!==h.value&&ae(Number(S))}),t.watch(y,B),o("before-init"),C();const Pe={config:d,slidesCount:y,slideWidth:c,next:ie,prev:Ee,slideTo:ae,currentSlide:h,maxSlide:u,minSlide:f,middleSlide:p};s({updateBreakpointsConfigs:b,updateSlidesData:B,updateSlideWidth:V,initDefaultConfigs:C,restartCarousel:Re,slideTo:ae,next:ie,prev:Ee,nav:Fe,data:Pe});const De=a.default||a.slides,je=a.addons,Le=t.reactive(Pe);return()=>{const S=x2(De==null?void 0:De(Le)),F=(je==null?void 0:je(Le))||[];S.forEach((xe,Ve)=>xe.props.index=Ve);let T=S;if(d.wrapAround){const xe=S.map((Ie,ne)=>t.cloneVNode(Ie,{index:-S.length+ne,isClone:!0,key:`clone-before-${ne}`})),Ve=S.map((Ie,ne)=>t.cloneVNode(Ie,{index:S.length+ne,isClone:!0,key:`clone-after-${ne}`}));T=[...xe,...S,...Ve]}r.value=S,y.value=Math.max(S.length,1);const te=t.h("ol",{class:"carousel__track",style:ft.value,onMousedownCapture:d.mouseDrag?w:null,onTouchstartPassiveCapture:d.touchDrag?w:null},T),Be=t.h("div",{class:"carousel__viewport"},te);return t.h("section",{ref:i,class:{carousel:!0,"is-sliding":ee.value,"is-dragging":Q.value,"is-hover":P.value,"carousel--rtl":d.dir==="rtl"},dir:d.dir,"aria-label":d.i18n.ariaGallery,tabindex:"0",onMouseenter:K,onMouseleave:R},[Be,F,t.h(XK)])}}}),V2;(function(e){e.arrowUp="arrowUp",e.arrowDown="arrowDown",e.arrowRight="arrowRight",e.arrowLeft="arrowLeft"})(V2||(V2={}));var YK=t.defineComponent({name:"CarouselSlide",props:{index:{type:Number,default:1},isClone:{type:Boolean,default:!1}},setup(e,{slots:a}){const o=t.inject("config",t.reactive(Object.assign({},ct))),s=t.inject("currentSlide",t.ref(0)),n=t.inject("slidesToScroll",t.ref(0)),i=t.inject("isSliding",t.ref(!1)),r=()=>e.index===s.value,c=()=>e.index===s.value-1,y=()=>e.index===s.value+1,d=()=>{const l=Math.floor(n.value),m=Math.ceil(n.value+o.itemsToShow-1);return e.index>=l&&e.index<=m};return()=>{var l;return t.h("li",{style:{width:`${100/o.itemsToShow}%`},class:{carousel__slide:!0,"carousel__slide--clone":e.isClone,"carousel__slide--visible":d(),"carousel__slide--active":r(),"carousel__slide--prev":c(),"carousel__slide--next":y(),"carousel__slide--sliding":i.value},"aria-hidden":!d()},(l=a.default)===null||l===void 0?void 0:l.call(a))}}});const KK=(e,a)=>{const o=e.__vccOpts||e;for(const[s,n]of a)o[s]=n;return o},QK=e=>(t.pushScopeId("data-v-dd3cbf69"),e=e(),t.popScopeId(),e),eQ={class:"gsc-carousel"},tQ={key:0},aQ=QK(()=>t.createElementVNode("div",null,"no hay",-1)),oQ=[aQ],sQ={class:"gsc-carousel__2d__slides"},nQ={width:"9",height:"18",viewBox:"0 0 9 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},iQ=["fill"],rQ={width:"9",height:"18",viewBox:"0 0 9 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},lQ=["fill"],cQ={class:"gsc-carousel__2d__navigation"},dQ={width:"8",height:"15",viewBox:"0 0 8 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},mQ=["stroke"],pQ={key:1,class:"gsc-carousel__2d__navigation__pagination"},hQ=["onClick"],yQ={width:"7",height:"15",viewBox:"0 0 7 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},gQ=["stroke"],uQ={__name:"GSC-Carousel",props:{currentItemIndex:{type:Number,default:0},items:{type:Array,default:()=>[]},is3d:{type:Boolean,default:!1},isPaginationVisible:{type:Boolean,default:!1},areNavigationArrowsVisible:{type:Boolean,default:!0},defaultItemByIndex:{type:Number,default:0},defaultItemByProp:{type:Object,default:null,validator:e=>["propName","value"].every(a=>a in e)},navigationHeight:{type:Number,default:4},navigationBorderRadius:{type:Number,default:4},navigationColor:{type:String,default:"rgba(255, 255, 255, 0.4)"},navigationActiveColor:{type:String,default:"#cbee6b"},navigationActiveWidth:{type:Number,default:30},arrowsColor:{type:String,default:"#cbee6b"},wrapAround:{type:Boolean,default:!1},itemsToShow:{type:Number,default:1},isMainSlidePriority:{type:Boolean,default:!1},areSlidesArrowsVisible:{type:Boolean,default:!1},slideLeftArrowBackgroundImage:{type:String,default:"linear-gradient(to right, rgba(13, 29, 41, 1), rgba(0, 0, 0, 0))"},slideRightArrowBackgroundImage:{type:String,default:"linear-gradient(to left, rgba(13, 29, 41, 1), rgba(0, 0, 0, 0))"},areSlidesArrowsRounded:{type:Boolean,default:!1},slidesArrowsLeftAndRight:{type:String,default:"20px"},secondarySlidesOpacity:{type:Number,default:.8},marginTop:{type:String,default:"0"}},emits:["input","update:currentItemIndex"],setup(e,{expose:a,emit:o}){const s=e;t.useCssVars(u=>({"0d808f0f":e.slideLeftArrowBackgroundImage,"1e0ef2e5":e.slidesArrowsLeftAndRight,"66d12b5c":e.slideRightArrowBackgroundImage,"2b22a85a":e.marginTop,"1a842b02":e.secondarySlidesOpacity}));const n=t.ref(null),i=t.ref({}),r=t.ref(0),c=t.ref(!1);t.watch(n,u=>{u&&c.value?(c.value=!1,y(s.items)):u&&u.slideTo&&u.slideTo(r.value)},{deep:!0}),t.watch(()=>s.currentItemIndex,u=>{r.value!==u&&h(u)}),t.watch(()=>s.items,u=>{n.value?y(u):c.value=!0},{immediate:!0});function y(u){if(u&&u.length&&n.value){if(s.defaultItemByProp){const f=s.items.findIndex(_=>_[s.defaultItemByProp.propName]===s.defaultItemByProp.value);f!==-1?(r.value=f,i.value=u[f]):(r.value=0,i.value=u[0])}else r.value=s.defaultItemByIndex,i.value=u[s.defaultItemByIndex];n.value.slideTo&&n.value.slideTo(r.value),o("input",{selectedItem:i.value,selectedItemIndex:r.value})}}function d(){n.value&&n.value.next()}function l(){n.value&&n.value.prev()}function m(){n.value&&n.value.updateSlideWidth()}function h(u){n.value&&n.value.slideTo(u)}function g(u){n.value.slideTo(u)}function p(u){const f=u.slidingToIndex<0?s.items.length-1:u.slidingToIndex===s.items.length?0:u.slidingToIndex;r.value=f,i.value=s.items[f],o("update:currentItemIndex",f),o("input",{selectedItem:i.value,selectedItemIndex:r.value})}return a({prev:l,next:d,updateSlideWidth:m,slideTo:h}),(u,f)=>(t.openBlock(),t.createElementBlock("div",eQ,[s.is3d?(t.openBlock(),t.createElementBlock("div",tQ,oQ)):(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(["gsc-carousel__2d",{"main-slide-priority":e.isMainSlidePriority}])},[t.createElementVNode("div",sQ,[t.createVNode(t.unref(ZK),{ref_key:"carousel2d",ref:n,"items-to-show":e.itemsToShow,"wrap-around":e.wrapAround,onSlideStart:p},{default:t.withCtx(()=>[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.items,(_,k)=>(t.openBlock(),t.createBlock(t.unref(YK),{key:k},{default:t.withCtx(()=>[t.renderSlot(u.$slots,"default",{item:_},void 0,!0)]),_:2},1024))),128))]),_:3},8,["items-to-show","wrap-around"])]),e.areSlidesArrowsVisible?(t.openBlock(),t.createElementBlock("div",{key:0,class:"gsc-carousel__2d__arrow-left",onClick:f[0]||(f[0]=_=>n.value.prev())},[t.createElementVNode("div",{class:t.normalizeClass(["gsc-carousel__2d__slide-button",{rounded:e.areSlidesArrowsRounded}])},[(t.openBlock(),t.createElementBlock("svg",nQ,[t.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.10399 9L8.62342 15.4393C9.12552 16.0251 9.12552 16.9749 8.62342 17.5607C8.12132 18.1464 7.30725 18.1464 6.80514 17.5607L0.376575 10.0607C-0.125528 9.47487 -0.125528 8.52512 0.376575 7.93934L6.80515 0.439339C7.30725 -0.146447 8.12132 -0.146447 8.62342 0.43934C9.12553 1.02513 9.12553 1.97487 8.62342 2.56066L3.10399 9Z",fill:e.arrowsColor},null,8,iQ)]))],2)])):t.createCommentVNode("",!0),e.areSlidesArrowsVisible?(t.openBlock(),t.createElementBlock("div",{key:1,class:"gsc-carousel__2d__arrow-right",onClick:f[1]||(f[1]=_=>d())},[t.createElementVNode("div",{class:t.normalizeClass(["gsc-carousel__2d__slide-button",{rounded:e.areSlidesArrowsRounded}])},[(t.openBlock(),t.createElementBlock("svg",rQ,[t.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.89601 9L0.376575 2.56066C-0.125528 1.97487 -0.125528 1.02513 0.376575 0.439339C0.878675 -0.146447 1.69275 -0.146447 2.19486 0.43934L8.62343 7.93934C9.12553 8.52513 9.12553 9.47487 8.62343 10.0607L2.19486 17.5607C1.69275 18.1464 0.878675 18.1464 0.376575 17.5607C-0.125528 16.9749 -0.125528 16.0251 0.376575 15.4393L5.89601 9Z",fill:e.arrowsColor},null,8,lQ)]))],2)])):t.createCommentVNode("",!0),t.createElementVNode("div",cQ,[e.areNavigationArrowsVisible?(t.openBlock(),t.createElementBlock("div",{key:0,class:"gsc-carousel__2d__navigation__arrow-left",onClick:f[2]||(f[2]=_=>l())},[(t.openBlock(),t.createElementBlock("svg",dQ,[t.createElementVNode("path",{d:"M6.72998 13.894L1.46621 8.63028C0.84457 8.00863 0.84457 6.9914 1.46621 6.36976L6.72998 1.10599",stroke:s.arrowsColor},null,8,mQ)]))])):t.createCommentVNode("",!0),e.isPaginationVisible?(t.openBlock(),t.createElementBlock("div",pQ,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.items,(_,k)=>(t.openBlock(),t.createElementBlock("div",{key:`i-${k}`,class:"gsc-carousel__2d__navigation__pagination__item",style:t.normalizeStyle({height:`${s.navigationHeight}px`,width:`${r.value===k?s.navigationActiveWidth:s.navigationActiveWidth/2}px`,borderRadius:`${s.navigationBorderRadius}px`,backgroundColor:`${r.value===k?s.navigationActiveColor:s.navigationColor}`,transition:"all 0.1s ease-in-out"}),onClick:C=>g(k)},null,12,hQ))),128))])):t.createCommentVNode("",!0),e.areNavigationArrowsVisible?(t.openBlock(),t.createElementBlock("div",{key:2,class:"gsc-carousel__2d__navigation__arrow-right",onClick:f[3]||(f[3]=_=>n.value.next())},[(t.openBlock(),t.createElementBlock("svg",yQ,[t.createElementVNode("path",{d:"M0.72998 1.10599L5.99375 6.36975C6.61539 6.9914 6.61539 8.00863 5.99375 8.63027L0.72998 13.894",stroke:s.arrowsColor},null,8,gQ)]))])):t.createCommentVNode("",!0)])],2))]))}},fQ=KK(uQ,[["__scopeId","data-v-dd3cbf69"]]);function _Q(e){const a=t.ref({width:0,height:0});function o(){const s=e.value.getBoundingClientRect();a.value.width=s.width,a.value.height=s.height}return t.onMounted(()=>{o(),window.addEventListener("resize",o)}),t.onUnmounted(()=>{window.removeEventListener("resize",o)}),{elementSize:a}}const bQ="_tarjetaDatosGsDesktoptype4_10bj2_107",wQ="_tarjetaDatosGsDesktop500type4_10bj2_127",CQ="_tarjetaDatosGs414type4_10bj2_135",kQ="_tarjetaDatosGs414500type4_10bj2_159",SQ="_tarjetaDatosGs414380type4_10bj2_183",EQ="_tarjetaDatosGs320type4_10bj2_191",NQ="_tarjetaDatosGs320380type4_10bj2_215",$Q="_dataBox8type4_10bj2_239",BQ="_dataBox8380type4_10bj2_273",xQ="_dataBoxtype4_10bj2_309",VQ="_dataBox520type4_10bj2_349",IQ="_dataBox480type4_10bj2_391",AQ="_dataBox3type4_10bj2_431",OQ="_dataBox3520type4_10bj2_471",TQ="_dataBox4type4_10bj2_481",FQ="_dataBox4500type4_10bj2_523",zQ="_dataBox6type4_10bj2_569",RQ="_dataBox6500type4_10bj2_613",PQ="_dataContainertype4_10bj2_665",DQ="_dataContainer520type4_10bj2_693",jQ="_dataContainer1type4_10bj2_725",LQ="_dataContainer1500type4_10bj2_753",vQ="_dataBox7type4_10bj2_783",MQ="_dataBox7380type4_10bj2_817",HQ="_div15type4_10bj2_857",UQ="_div15380type4_10bj2_875",GQ="_btnShareIcontype4_10bj2_893",WQ="_btnSharetype4_10bj2_905",qQ="_bakgBaseIcontype4_10bj2_935",JQ="_roleCharacterIcontype4_10bj2_959",XQ="_verVideostype4_10bj2_975",ZQ="_btnVideostype4_10bj2_989",YQ="_playerNametype4_10bj2_1037",KQ="_elJugadortype4_10bj2_1055",QQ="_aSeguirtype4_10bj2_1063",eee="_elJugadorAContainertype4_10bj2_1073",tee="_titletype4_10bj2_1093",aee="_baseCardtype4_10bj2_1121",oee="_imagePlayerIcontype4_10bj2_1151",see="_arrowGraphIcontype4_10bj2_1177",nee="_divtype4_10bj2_1189",iee="_totaltype4_10bj2_1203",ree="_div1type4_10bj2_1219",lee="_btnShareIcon1type4_10bj2_1241",cee="_btnShare1type4_10bj2_1253",dee="_bakgBaseIcon1type4_10bj2_1281",mee="_bakgBaseIcon2type4_10bj2_1305",pee="_roleCharacterIcon1type4_10bj2_1329",hee="_btnVideos1type4_10bj2_1345",yee="_playerName1type4_10bj2_1385",gee="_elJugadorAContainer1type4_10bj2_1395",uee="_title1type4_10bj2_1415",fee="_baseCard1type4_10bj2_1441",_ee="_imagePlayerIcon1type4_10bj2_1469",bee="_total4type4_10bj2_1491",wee="_div9type4_10bj2_1507",Cee="_roleCharacterIcon2type4_10bj2_1523",kee="_btnVideos2type4_10bj2_1539",See="_elJugadorAContainer2type4_10bj2_1575",Eee="_title2type4_10bj2_1595",Nee="_imagePlayerIcon2type4_10bj2_1623",$ee="_dataContainer2type4_10bj2_1645",Bee="_tarjetaDatosGstype4_10bj2_1675",xee={tarjetaDatosGsDesktoptype4:bQ,tarjetaDatosGsDesktop500type4:wQ,tarjetaDatosGs414type4:CQ,tarjetaDatosGs414500type4:kQ,tarjetaDatosGs414380type4:SQ,tarjetaDatosGs320type4:EQ,tarjetaDatosGs320380type4:NQ,dataBox8type4:$Q,dataBox8380type4:BQ,dataBoxtype4:xQ,dataBox520type4:VQ,dataBox480type4:IQ,dataBox3type4:AQ,dataBox3520type4:OQ,dataBox4type4:TQ,dataBox4500type4:FQ,dataBox6type4:zQ,dataBox6500type4:RQ,dataContainertype4:PQ,dataContainer520type4:DQ,dataContainer1type4:jQ,dataContainer1500type4:LQ,dataBox7type4:vQ,dataBox7380type4:MQ,div15type4:HQ,div15380type4:UQ,btnShareIcontype4:GQ,btnSharetype4:WQ,bakgBaseIcontype4:qQ,roleCharacterIcontype4:JQ,verVideostype4:XQ,btnVideostype4:ZQ,playerNametype4:YQ,elJugadortype4:KQ,aSeguirtype4:QQ,elJugadorAContainertype4:eee,titletype4:tee,baseCardtype4:aee,imagePlayerIcontype4:oee,arrowGraphIcontype4:see,divtype4:nee,totaltype4:iee,div1type4:ree,btnShareIcon1type4:lee,btnShare1type4:cee,bakgBaseIcon1type4:dee,bakgBaseIcon2type4:mee,roleCharacterIcon1type4:pee,btnVideos1type4:hee,playerName1type4:yee,elJugadorAContainer1type4:gee,title1type4:uee,baseCard1type4:fee,imagePlayerIcon1type4:_ee,total4type4:bee,div9type4:wee,roleCharacterIcon2type4:Cee,btnVideos2type4:kee,elJugadorAContainer2type4:See,title2type4:Eee,imagePlayerIcon2type4:Nee,dataContainer2type4:$ee,tarjetaDatosGstype4:Bee},I2=(e,a)=>{const o=e.__vccOpts||e;for(const[s,n]of a)o[s]=n;return o},gp={components:{},props:{data:{type:Object,default:()=>{}},clickCard:{type:Boolean,default:!1},colorcard:{type:String,default:"#122736"},showShareButton:{type:Boolean,default:!1},customizeColors:{type:Boolean,default:!0}},data(){return{}},computed:{tarjetaDatosGsDesktopClass(){return this.elementSize.width<=500?this.$style.tarjetaDatosGsDesktop500type4:this.$style.tarjetaDatosGsDesktoptype4},tarjetaDatosGs414Class(){const e=this.elementSize.width;return e<=380?this.$style.tarjetaDatosGs414380type4:e<=500?this.$style.tarjetaDatosGs414500type4:this.$style.tarjetaDatosGs414type4},tarjetaDatosGs320Class(){return this.elementSize.width<=380?this.$style.tarjetaDatosGs320380type4:this.$style.tarjetaDatosGs320type4},dataBox8Class(){return this.elementSize.width<=380?this.$style.dataBox8380type4:this.$style.dataBox8type4},dataBoxClass(){const e=this.elementSize.width;return e<=480?this.$style.dataBox480type4:e<=520?this.$style.dataBox520type4:this.$style.dataBoxtype4},dataBox3Class(){return this.elementSize.width<=520?this.$style.dataBox3520type4:this.$style.dataBox3type4},dataBox4Class(){return this.elementSize.width<=500?this.$style.dataBox4500type4:this.$style.dataBox4type4},dataBox6Class(){return this.elementSize.width<=500?this.$style.dataBox6500type4:this.$style.dataBox6type4},dataBox7Class(){return this.elementSize.width<=380?this.$style.dataBox7380type4:this.$style.dataBox7type4},dataContainerClass(){return this.elementSize.width<=520?this.$style.dataContainer520type4:this.$style.dataContainertype4},dataContainer1Class(){return this.elementSize.width<=500?this.$style.dataContainer1500type4:this.$style.dataContainer1type4},div15Class(){return this.elementSize.width<=380?this.$style.div15380type4:this.$style.div15type4}},setup(){const e=t.ref("myDivRefCardtype4"),{elementSize:a}=_Q(e);return{myDivRefCardtype4:e,elementSize:a}},methods:{clickPlayer(e){this.clickCard&&this.$emit("onClickCard",e)},clickVideos(e){this.clickCard||this.$emit("onClickVideos",e)},clickCategory(e){this.clickCard||this.$emit("onClickCategory",e)}}},A2=()=>{t.useCssVars(e=>({"7bc9b81e":e.data.background_color_cards!=null&&e.customizeColors?e.data.background_color_cards:"#1b3649","6514a768":e.data.background_color_buttons!=null&&e.customizeColors?e.data.background_color_buttons:"#293744","26dc20dc":e.customizeColors?"":"#cbee6b","5fbc2a35":e.colorcard,"1132a00d":e.data.font_color!=null&&e.customizeColors?e.data.font_color:"#fff"}))},O2=gp.setup;gp.setup=O2?(e,a)=>(A2(),O2(e,a)):A2;const Vee=t.createElementVNode("path",{d:"M14.886 14.0466C14.1404 14.0466 13.4733 14.3409 12.9632 14.8019L5.96863 10.7308C6.01768 10.5052 6.05692 10.2795 6.05692 10.0441C6.05692 9.80867 6.01768 9.58304 5.96863 9.35741L12.8847 5.32551C13.4145 5.81601 14.111 6.12012 14.886 6.12012C15.6665 6.12012 16.4151 5.81005 16.967 5.25814C17.5189 4.70622 17.829 3.95765 17.829 3.17712C17.829 2.39659 17.5189 1.64803 16.967 1.09611C16.4151 0.544195 15.6665 0.234131 14.886 0.234131C14.1054 0.234131 13.3569 0.544195 12.8049 1.09611C12.253 1.64803 11.9429 2.39659 11.9429 3.17712C11.9429 3.41256 11.9822 3.63819 12.0312 3.86382L5.11516 7.89572C4.58542 7.40523 3.8889 7.10112 3.11391 7.10112C2.33337 7.10112 1.58481 7.41118 1.03289 7.9631C0.480965 8.51502 0.170898 9.26358 0.170898 10.0441C0.170898 10.8246 0.480965 11.5732 1.03289 12.1251C1.58481 12.677 2.33337 12.9871 3.11391 12.9871C3.8889 12.9871 4.58542 12.683 5.11516 12.1925L12.0999 16.2636C12.0509 16.4696 12.0214 16.6855 12.0214 16.9111C12.0214 18.4905 13.3065 19.7658 14.886 19.7658C16.4654 19.7658 17.7505 18.4905 17.7505 16.9111C17.7505 16.1514 17.4487 15.4228 16.9115 14.8856C16.3743 14.3484 15.6457 14.0466 14.886 14.0466Z",fill:"#F4F4F4","fill-opacity":"0.5"},null,-1),Iee=[Vee],Aee=["src"],Oee={"clip-path":"url(#clip0_59_831)"},Tee=["fill"],Fee=t.createElementVNode("defs",null,[t.createElementVNode("clipPath",{id:"clip0_59_831"},[t.createElementVNode("rect",{width:"12",height:"12",fill:"white",transform:"translate(0.375 0.637695)"})])],-1),zee=["src"],Ree=["fill"],Pee=["fill"],Dee=["fill"],jee=t.createElementVNode("path",{d:"M10.2126 9.10136C9.73332 9.10136 9.30448 9.29055 8.97655 9.58695L4.48004 6.96979C4.51158 6.82474 4.5368 6.67969 4.5368 6.52834C4.5368 6.37699 4.51158 6.23194 4.48004 6.08689L8.92609 3.49495C9.26664 3.81027 9.7144 4.00577 10.2126 4.00577C10.7144 4.00577 11.1956 3.80645 11.5504 3.45164C11.9052 3.09684 12.1045 2.61562 12.1045 2.11385C12.1045 1.61208 11.9052 1.13086 11.5504 0.776056C11.1956 0.421251 10.7144 0.221924 10.2126 0.221924C9.71084 0.221924 9.22962 0.421251 8.87481 0.776056C8.52 1.13086 8.32067 1.61208 8.32067 2.11385C8.32067 2.2652 8.3459 2.41025 8.37743 2.5553L3.93138 5.14723C3.59083 4.83191 3.14308 4.63641 2.64487 4.63641C2.14309 4.63641 1.66187 4.83574 1.30706 5.19055C0.952258 5.54535 0.75293 6.02657 0.75293 6.52834C0.75293 7.03011 0.952258 7.51133 1.30706 7.86613C1.66187 8.22094 2.14309 8.42026 2.64487 8.42026C3.14308 8.42026 3.59083 8.22476 3.93138 7.90944L8.42158 10.5266C8.39004 10.659 8.37113 10.7978 8.37113 10.9428C8.37113 11.9582 9.19727 12.778 10.2126 12.778C11.2279 12.778 12.0541 11.9582 12.0541 10.9428C12.0541 10.4544 11.8601 9.98605 11.5147 9.64071C11.1694 9.29537 10.701 9.10136 10.2126 9.10136Z",fill:"#F4F4F4","fill-opacity":"0.5"},null,-1),Lee=[jee],vee=["src"],Mee=["fill"],Hee=["src"],Uee=["fill"],Gee=["fill"],Wee=["fill"],qee=t.createElementVNode("path",{d:"M10.2126 9.10111C9.73332 9.10111 9.30448 9.2903 8.97655 9.58671L4.48004 6.96954C4.51158 6.8245 4.5368 6.67945 4.5368 6.52809C4.5368 6.37674 4.51158 6.23169 4.48004 6.08665L8.92609 3.49471C9.26664 3.81003 9.7144 4.00553 10.2126 4.00553C10.7144 4.00553 11.1956 3.8062 11.5504 3.4514C11.9052 3.09659 12.1045 2.61537 12.1045 2.1136C12.1045 1.61183 11.9052 1.13062 11.5504 0.775812C11.1956 0.421007 10.7144 0.22168 10.2126 0.22168C9.71084 0.22168 9.22962 0.421007 8.87481 0.775812C8.52 1.13062 8.32067 1.61183 8.32067 2.1136C8.32067 2.26496 8.3459 2.41001 8.37743 2.55505L3.93138 5.14699C3.59083 4.83167 3.14308 4.63617 2.64487 4.63617C2.14309 4.63617 1.66187 4.8355 1.30706 5.1903C0.952258 5.54511 0.75293 6.02633 0.75293 6.52809C0.75293 7.02986 0.952258 7.51108 1.30706 7.86589C1.66187 8.22069 2.14309 8.42002 2.64487 8.42002C3.14308 8.42002 3.59083 8.22452 3.93138 7.9092L8.42158 10.5264C8.39004 10.6588 8.37113 10.7975 8.37113 10.9426C8.37113 11.9579 9.19727 12.7778 10.2126 12.7778C11.2279 12.7778 12.0541 11.9579 12.0541 10.9426C12.0541 10.4542 11.8601 9.98581 11.5147 9.64047C11.1694 9.29512 10.701 9.10111 10.2126 9.10111Z",fill:"#F4F4F4","fill-opacity":"0.5"},null,-1),Jee=[qee],Xee=["src"],Zee=["fill"],Yee=["src"],Kee=["fill"],Qee=["fill"],ete=["fill"];function tte(e,a,o,s,n,i){return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(e.$style.tarjetaDatosGstype4),ref:"myDivRefCardtype4",onClick:a[10]||(a[10]=r=>i.clickPlayer({season_id:o.data.id_season,player_id:o.data.player_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(i.tarjetaDatosGsDesktopClass),id:"card-desktop"},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.baseCardtype4)},[o.showShareButton?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(e.$style.btnSharetype4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.btnShareIcontype4),width:"18",height:"20",viewBox:"0 0 18 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},Iee,2))],2)):t.createCommentVNode("",!0),o.data.background!=""?(t.openBlock(),t.createElementBlock("img",{key:1,class:t.normalizeClass(e.$style.bakgBaseIcontype4),alt:"",src:o.data.background},null,10,Aee)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(e.$style.btnVideostype4),onClick:a[0]||(a[0]=r=>i.clickVideos({season_id:o.data.id_season,player_id:o.data.player_id,game_id:o.data.game_id,category:0,type:2}))},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.roleCharacterIcontype4),width:"13",height:"13",viewBox:"0 0 13 13",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("g",Oee,[t.createElementVNode("path",{d:"M2.67705 12.0654C2.58553 12.0133 2.50903 11.9355 2.4558 11.8404C2.40257 11.7452 2.37464 11.6363 2.375 11.5255V1.74838C2.37513 1.63789 2.40325 1.5295 2.45637 1.43474C2.50949 1.33998 2.58563 1.26238 2.6767 1.21019C2.76776 1.15801 2.87035 1.13319 2.97355 1.13837C3.07675 1.14355 3.17671 1.17854 3.2628 1.23962L10.1203 6.12875C10.1987 6.18445 10.2629 6.25998 10.3073 6.34864C10.3518 6.4373 10.375 6.53633 10.375 6.63692C10.375 6.73751 10.3518 6.83654 10.3073 6.9252C10.2629 7.01386 10.1987 7.0894 10.1203 7.1451L3.2628 12.0354C3.17684 12.0966 3.07696 12.1317 2.9738 12.137C2.87065 12.1423 2.76809 12.1175 2.67705 12.0654V12.0654ZM2.94673 11.5266L9.80426 6.6375L2.94673 11.5266Z",fill:o.data.color_icon_play!=null&&o.customizeColors?o.data.color_icon_play:"#CBEE6B"},null,8,Tee)]),Fee],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.verVideostype4)},"Ver videos",2)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.titletype4),id:"title-info"},[t.createElementVNode("h4",{class:t.normalizeClass(e.$style.playerNametype4),id:"player-name"},t.toDisplayString(o.data.player_name),3),t.createElementVNode("h2",{class:t.normalizeClass(e.$style.elJugadorAContainertype4),id:"title-card"},[t.createElementVNode("p",{class:t.normalizeClass(e.$style.elJugadortype4)},t.toDisplayString(o.data.main_title),3),t.createElementVNode("p",{class:t.normalizeClass(e.$style.aSeguirtype4)},t.toDisplayString(o.data.second_title),3)],2)],2)],2),o.data.player_photo!=""?(t.openBlock(),t.createElementBlock("img",{key:0,class:t.normalizeClass(e.$style.imagePlayerIcontype4),alt:"",src:o.data.player_photo},null,10,zee)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(i.dataContainerClass),id:"data-container"},[o.data.category_stats_1!==""?(t.openBlock(),t.createElementBlock("div",{key:0,style:t.normalizeStyle("color:"+o.data.font_color_card+"!important"),class:t.normalizeClass(i.dataBoxClass),onClick:a[1]||(a[1]=r=>i.clickCategory({category:o.data.category_id_1,season_id:o.data.id_season,player_id:o.data.player_id,game_id:o.data.game_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.totaltype4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",fill:o.data.font_color_card},null,8,Ree)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_1),3)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.div1type4)},t.toDisplayString(o.data.category_name_1),3)],6)):t.createCommentVNode("",!0),o.data.category_stats_2!==""?(t.openBlock(),t.createElementBlock("div",{key:1,style:t.normalizeStyle({color:o.data.font_color_card+"!important"}),class:t.normalizeClass(i.dataBoxClass),onClick:a[2]||(a[2]=r=>i.clickCategory({category:o.data.category_id_2,season_id:o.data.id_season,player_id:o.data.player_id,game_id:o.data.game_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.totaltype4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",fill:o.data.font_color_card},null,8,Pee)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_2),3)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.div1type4)},t.toDisplayString(o.data.category_name_2),3)],6)):t.createCommentVNode("",!0),o.data.showlast_category&&o.data.category_stats_3!==""?(t.openBlock(),t.createElementBlock("div",{key:2,style:t.normalizeStyle({color:o.data.font_color_card+"!important"}),class:t.normalizeClass(i.dataBoxClass),onClick:a[3]||(a[3]=r=>i.clickCategory({category:o.data.category_id_3,season_id:o.data.id_season,player_id:o.data.player_id,game_id:o.data.game_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.totaltype4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",fill:o.data.font_color_card},null,8,Dee)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_3),3)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.div1type4)},t.toDisplayString(o.data.category_name_3),3)],6)):t.createCommentVNode("",!0)],2)],2),t.createElementVNode("div",{class:t.normalizeClass(i.tarjetaDatosGs414Class),id:"card-mobile-414"},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.baseCard1type4)},[o.showShareButton?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(e.$style.btnShare1type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.btnShareIcon1type4),width:"13",height:"13",viewBox:"0 0 13 13",fill:"none",xmlns:"http://www.w3.org/2000/svg"},Lee,2))],2)):t.createCommentVNode("",!0),o.data.background!=""?(t.openBlock(),t.createElementBlock("img",{key:1,class:t.normalizeClass(e.$style.bakgBaseIcon1type4),alt:"",src:o.data.background},null,10,vee)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(e.$style.btnVideos1type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.roleCharacterIcon1type4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",fill:o.data.color_icon_play!=null&&o.customizeColors?o.data.color_icon_play:"#CBEE6B"},null,8,Mee)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.verVideostype4)},"Ver videos",2)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.title1type4),id:"title-info"},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.playerName1type4)},t.toDisplayString(o.data.player_name),3),t.createElementVNode("h2",{class:t.normalizeClass(e.$style.elJugadorAContainer1type4),id:"title-card"},[t.createElementVNode("p",{class:t.normalizeClass(e.$style.elJugadortype4)},t.toDisplayString(o.data.main_title),3),t.createElementVNode("p",{class:t.normalizeClass(e.$style.aSeguirtype4)},t.toDisplayString(o.data.second_title),3)],2)],2)],2),o.data.player_photo!=""?(t.openBlock(),t.createElementBlock("img",{key:0,class:t.normalizeClass(e.$style.imagePlayerIcon1type4),alt:"",src:o.data.player_photo},null,10,Hee)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(i.dataContainer1Class),id:"data-container"},[o.data.category_stats_1!==""?(t.openBlock(),t.createElementBlock("div",{key:0,style:t.normalizeStyle("color:"+o.data.font_color_card+"!important"),class:t.normalizeClass(i.dataBox4Class),onClick:a[4]||(a[4]=r=>i.clickCategory({category:o.data.category_id_1,season_id:o.data.id_season,player_id:o.data.player_id,game_id:o.data.game_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.total4type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",fill:o.data.font_color_card},null,8,Uee)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_1),3)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.div9type4)},t.toDisplayString(o.data.category_name_1),3)],6)):t.createCommentVNode("",!0),o.data.category_stats_2!==""?(t.openBlock(),t.createElementBlock("div",{key:1,style:t.normalizeStyle("color:"+o.data.font_color_card+"!important"),class:t.normalizeClass(i.dataBox4Class),onClick:a[5]||(a[5]=r=>i.clickCategory({category:o.data.category_id_2,season_id:o.data.id_season,player_id:o.data.player_id,game_id:o.data.game_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.total4type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",fill:o.data.font_color_card},null,8,Gee)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_2),3)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.div9type4)},t.toDisplayString(o.data.category_name_2),3)],6)):t.createCommentVNode("",!0),o.data.showlast_category&&o.data.category_stats_3!==""?(t.openBlock(),t.createElementBlock("div",{key:2,style:t.normalizeStyle("color:"+o.data.font_color_card+"!important"),class:t.normalizeClass(i.dataBox6Class),onClick:a[6]||(a[6]=r=>i.clickCategory({category:o.data.category_id_3,season_id:o.data.id_season,player_id:o.data.player_id,game_id:o.data.game_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.total4type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",fill:o.data.font_color_card},null,8,Wee)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_3),3)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.div9type4)},t.toDisplayString(o.data.category_name_3),3)],6)):t.createCommentVNode("",!0)],2)],2),t.createElementVNode("div",{class:t.normalizeClass(i.tarjetaDatosGs320Class)},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.baseCard1type4)},[o.showShareButton?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(e.$style.btnShare1type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.btnShareIcon1type4),width:"13",height:"13",viewBox:"0 0 13 13",fill:"none",xmlns:"http://www.w3.org/2000/svg"},Jee,2))],2)):t.createCommentVNode("",!0),o.data.background!=""?(t.openBlock(),t.createElementBlock("img",{key:1,class:t.normalizeClass(e.$style.bakgBaseIcon2type4),alt:"",src:o.data.background},null,10,Xee)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(e.$style.btnVideos2type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.roleCharacterIcon2type4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",fill:o.data.color_icon_play!=null&&o.customizeColors?o.data.color_icon_play:"#CBEE6B"},null,8,Zee)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.verVideostype4)},"Ver videos",2)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.title2type4),id:"title-info"},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.playerName1type4)},t.toDisplayString(o.data.player_name),3),t.createElementVNode("h2",{class:t.normalizeClass(e.$style.elJugadorAContainer2type4),id:"title-card"},[t.createElementVNode("p",{class:t.normalizeClass(e.$style.elJugadortype4)},t.toDisplayString(o.data.main_title),3),t.createElementVNode("p",{class:t.normalizeClass(e.$style.aSeguirtype4)},t.toDisplayString(o.data.second_title),3)],2)],2)],2),o.data.player_photo!=""?(t.openBlock(),t.createElementBlock("img",{key:0,class:t.normalizeClass(e.$style.imagePlayerIcon2type4),alt:"",src:o.data.player_photo},null,10,Yee)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(e.$style.dataContainer2type4),id:"data-container"},[o.data.category_stats_1!==""?(t.openBlock(),t.createElementBlock("div",{key:0,style:t.normalizeStyle("color:"+o.data.font_color_card+"!important"),class:t.normalizeClass(i.dataBox7Class),onClick:a[7]||(a[7]=r=>i.clickCategory({category:o.data.category_id_1,season_id:o.data.id_season,player_id:o.data.player_id,game_id:o.data.game_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.total4type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188777 8.8403C0.131575 8.80242 0.0837648 8.74584 0.0504989 8.67665C0.0172329 8.60746 -0.000226668 8.52828 2.22189e-06 8.44765V1.33719C8.08668e-05 1.25684 0.0176547 1.17801 0.0508556 1.10909C0.0840564 1.04018 0.131643 0.983741 0.188558 0.94579C0.245472 0.907838 0.309587 0.889787 0.374086 0.893556C0.438586 0.897325 0.501059 0.922773 0.554865 0.967195L4.84073 4.52284C4.88968 4.56335 4.92982 4.61829 4.95759 4.68277C4.98536 4.74724 4.99989 4.81926 4.99989 4.89242C4.99989 4.96557 4.98536 5.03759 4.95759 5.10207C4.92982 5.16655 4.88968 5.22149 4.84073 5.26199L0.554865 8.81848C0.501141 8.863 0.438716 8.88854 0.374245 8.89238C0.309774 8.89623 0.245673 8.87822 0.188777 8.8403V8.8403ZM0.357326 8.44849L4.64319 4.89284L0.357326 8.44849Z",fill:o.data.font_color_card},null,8,Kee)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_1),3)],2),t.createElementVNode("div",{class:t.normalizeClass(i.div15Class)},t.toDisplayString(o.data.category_name_1),3)],6)):t.createCommentVNode("",!0),o.data.category_stats_2!==""?(t.openBlock(),t.createElementBlock("div",{key:1,style:t.normalizeStyle("color:"+o.data.font_color_card+"!important"),class:t.normalizeClass(i.dataBox8Class),onClick:a[8]||(a[8]=r=>i.clickCategory({category:o.data.category_id_2,season_id:o.data.id_season,player_id:o.data.player_id,game_id:o.data.game_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.total4type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188777 8.8403C0.131575 8.80242 0.0837648 8.74584 0.0504989 8.67665C0.0172329 8.60746 -0.000226668 8.52828 2.22189e-06 8.44765V1.33719C8.08668e-05 1.25684 0.0176547 1.17801 0.0508556 1.10909C0.0840564 1.04018 0.131643 0.983741 0.188558 0.94579C0.245472 0.907838 0.309587 0.889787 0.374086 0.893556C0.438586 0.897325 0.501059 0.922773 0.554865 0.967195L4.84073 4.52284C4.88968 4.56335 4.92982 4.61829 4.95759 4.68277C4.98536 4.74724 4.99989 4.81926 4.99989 4.89242C4.99989 4.96557 4.98536 5.03759 4.95759 5.10207C4.92982 5.16655 4.88968 5.22149 4.84073 5.26199L0.554865 8.81848C0.501141 8.863 0.438716 8.88854 0.374245 8.89238C0.309774 8.89623 0.245673 8.87822 0.188777 8.8403V8.8403ZM0.357326 8.44849L4.64319 4.89284L0.357326 8.44849Z",fill:o.data.font_color_card},null,8,Qee)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_2),3)],2),t.createElementVNode("div",{class:t.normalizeClass(i.div15Class)},t.toDisplayString(o.data.category_name_2),3)],6)):t.createCommentVNode("",!0),o.data.showlast_category&&o.data.category_stats_3!==""?(t.openBlock(),t.createElementBlock("div",{key:2,style:t.normalizeStyle("color:"+o.data.font_color_card+"!important"),class:t.normalizeClass(i.dataBox8Class),onClick:a[9]||(a[9]=r=>i.clickCategory({category:o.data.category_id_3,season_id:o.data.id_season,player_id:o.data.player_id,game_id:o.data.game_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.total4type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"6",height:"9",viewBox:"0 0 6 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.474421 8.8403C0.41722 8.80242 0.369409 8.74584 0.336143 8.67665C0.302877 8.60746 0.285418 8.52828 0.285647 8.44765V1.33719C0.285725 1.25684 0.303299 1.17801 0.3365 1.10909C0.369701 1.04018 0.417288 0.983741 0.474202 0.94579C0.531117 0.907838 0.595232 0.889787 0.659731 0.893556C0.72423 0.897325 0.786704 0.922773 0.84051 0.967195L5.12637 4.52284C5.17532 4.56335 5.21547 4.61829 5.24324 4.68277C5.271 4.74724 5.28554 4.81926 5.28554 4.89242C5.28554 4.96557 5.271 5.03759 5.24324 5.10207C5.21547 5.16655 5.17532 5.22149 5.12637 5.26199L0.84051 8.81848C0.786786 8.863 0.724361 8.88854 0.659889 8.89238C0.595418 8.89623 0.531318 8.87822 0.474421 8.8403V8.8403ZM0.64297 8.44849L4.92883 4.89284L0.64297 8.44849Z",fill:o.data.font_color_card},null,8,ete)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_3),3)],2),t.createElementVNode("div",{class:t.normalizeClass(i.div15Class)},t.toDisplayString(o.data.category_name_3),3)],6)):t.createCommentVNode("",!0)],2)],2)],2)}const ate={$style:xee},ote=I2(gp,[["render",tte],["__cssModules",ate]]),ste={components:{GSCCarousel:fQ,GSCCardData:ote},props:{type:{type:Number,default:0},data:{type:Object,default:()=>{}},clickCard:{type:Boolean,default:!1},prematch:{type:Boolean,default:!1},teamSelected:{type:Number,default:0},colorCardByTeam:{type:Boolean,default:!1},showShareButton:{type:Boolean,default:!1},customizeColors:{type:Boolean,default:!0}},data(){return{token:"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MCwibmFtZSI6IlVzdWFyaW8gRnJlZSIsInVzZXJuYW1lIjoiZnJlZUBnb2xzdGF0cy5jb20iLCJlbWFpbCI6ImZyZWVAZ29sc3RhdHMuY29tIiwiaWF0IjoxNjA2NzU4Nzk1LCJleHAiOjE2MzgyOTQ3OTV9.kPNmP7yDtk38cAXrUyc7OHRh6J25VFqy-XUNzbK-4YE",pages:[],homeTeam:[],awayTeam:[],playerInfo:{}}},computed:{},watch:{data:{immediate:!0,handler(e){this.getStats(e)}}},methods:{onclickPlayVideos(e){var a=[];e.type==2?e.position_id==1?e.category==0?a=[55,324,323,608,39,774,802,52,53,40,54]:a=e.category:e.category==0?a=[12,35,10,27,607,61,519,98,101,109,112,121,122,127,128,135,136,141,142,161,170,179,702,730,466,217,211,232,235,239,242,282,284,289,291,296,485,486,487,488,14,15,257]:a=e.category:e.type==3?e.category==0?a=[607,608,12,55,54,35,14,52,15,53,466,477,40,257,39]:a=e.category:e.category!=0?a=e.category:a=[607,608,12,55,54,35,14,52,15,53,466,477];const o=[1,2,3];a==="minutes_played"&&(a=[56,57,59,60,326,213,214,215,216,583,584,122,123,124,125,585,586,128,129,130,131,133,327,587,588,136,137,138,139,589,590,142,143,144,145,146,147,485,486,487,488,489,490,491,492,10,27,597,598,538,539,599,600,541,542,601,602,545,546,603,604,548,549,561,562,100,563,564,103,104,105,106,107,108,565,566,111,567,568,114,115,116,117,118,119,4,88,5,34,402,459,460,461,233,403,456,457,458,236,404,453,454,455,240,405,450,451,452,243,408,447,448,449,283,409,444,445,446,285,410,441,442,443,290,411,438,439,440,292,412,435,436,437,297,414,415,416,417,244,418,419,420,421,401,581,582,331,506,530,579,580,334,507,531,577,578,344,508,532,575,576,424,509,533,573,574,341,529,534,571,572,340,528,535,569,570,427,527,536,348,349,350,465,352,353,354,466,14,52,15,53,218,219,220,221,496,497,498,499,500,501,502,503,217,504,505,521,522,543,33,209,208,517,206,207,26,325,16,51,463,151,154,156,591,592,159,162,163,429,165,593,594,168,171,172,430,174,595,596,177,180,181,431,467,358,361,363,366,369,370,469,372,376,378,379,470,381,385,387,388,471,607,608,210,212]),a==="games_played"&&(a=[607,608,12,55,54,35,14,52,15,53,466,477]);let s={seasonId:e.season_id,mainSectionType:1,playListType:e.type,categoryIds:a,gameIds:e.game_id?[e.game_id]:null,playerIds:e.position_id!=1?e.player_id?[e.player_id]:[]:[],goalkeeperIds:e.position_id==1?e.player_id?[e.player_id]:[]:[],teamId:e.team_id?[e.team_id]:0,matchResult:e.matchResult?[e.matchResult]:o,playData:{},advancedFilter:{playListTitle:"",mainCategoryId:e.category||0}};this.$emit("openmedia",s)},async getStats(){const e=await MK.create({headers:{Authorization:`${this.token}`}}).get("https://wlduw4woy3.execute-api.us-east-2.amazonaws.com/prod/best-plays/seasons/"+this.data.season+"/games/"+this.data.game);for(let a=0;a<e.data.games[0].players.length;a++)this.type==0?this.pages.push([{id_season:e.data.games[0].players[a].season_id,color:e.data.games[0].players[a].info_thumbnails.colors.background_color,player_id:e.data.games[0].players[a].player_id,player_name:e.data.games[0].players[a].player_name,game_id:e.data.games[0].game_status===4?null:e.data.games[0].game_id,background:e.data.games[0].players[a].info_thumbnails.images.background_player_in_action[0]?"https://golstatsimages.blob.core.windows.net/images-library/"+e.data.games[0].players[a].info_thumbnails.images.background_player_in_action[0]:"https://golstatsimages.blob.core.windows.net/images-library/"+e.data.games[0].players[a].info_thumbnails.images.background_default_players[0],player_photo:e.data.games[0].players[a].info_thumbnails.images.player_in_action[0]?"https://golstatsimages.blob.core.windows.net/images-library/"+e.data.games[0].players[a].info_thumbnails.images.player_in_action[0]:`https://az755631.vo.msecnd.net/players-profile/${e.data.games[0].players[a].player_id}.png`,category_stats_1:this.prematch?e.data.games[0].players[a].games_played:e.data.games[0].players[a].minutes_played,category_stats_2:this.prematch?e.data.games[0].players[a].minutes_played:e.data.games[0].players[a].categories[0].total,category_stats_3:this.prematch?e.data.games[0].players[a].categories[0].total:e.data.games[0].players[a].categories[1]?e.data.games[0].players[a].categories[1].total:"",category_id_1:this.prematch?"games_played":"minutes_played",category_id_2:this.prematch?"minutes_played":e.data.games[0].players[a].categories[0].categories,category_id_3:this.prematch?e.data.games[0].players[a].categories[0].categories:e.data.games[0].players[a].categories[1]?e.data.games[0].players[a].categories[1].categories:"",category_name_1:this.prematch?"Partidos Jugados":"Minutos Jugados",category_name_2:this.prematch?"Minutos Jugados":e.data.games[0].players[a].categories[0].category_name,category_name_3:this.prematch?e.data.games[0].players[a].categories[0].category_name:e.data.games[0].players[a].categories[1]?e.data.games[0].players[a].categories[1].category_name:"",showlast_category:!!e.data.games[0].players[a].categories[0],main_title:(this.prematch,"Jugador"),second_title:this.prematch?"A seguir":"Destacado",background_color_buttons:e.data.games[0].players[a].info_thumbnails.colors.background_color_buttons,background_color_cards:e.data.games[0].players[a].info_thumbnails.colors.background_color_cards,color_icon_play:e.data.games[0].players[a].info_thumbnails.colors.color_icon_play,color_next_back:e.data.games[0].players[a].info_thumbnails.colors.color_next_back,font_color:e.data.games[0].players[a].info_thumbnails.colors.font_color,font_color_card:e.data.games[0].players[a].info_thumbnails.colors.font_color_card?e.data.games[0].players[a].info_thumbnails.colors.font_color_card:"#FFFFFF"}]):this.teamSelected==e.data.games[0].players[a].team_id&&this.pages.push([{id_season:e.data.games[0].players[a].season_id,color:e.data.games[0].players[a].info_thumbnails.colors.background_color,player_id:e.data.games[0].players[a].player_id,player_name:e.data.games[0].players[a].player_name,game_id:e.data.games[0].game_status===4?null:e.data.games[0].game_id,background:e.data.games[0].players[a].info_thumbnails.images.background_player_in_action[0]?"https://golstatsimages.blob.core.windows.net/images-library/"+e.data.games[0].players[a].info_thumbnails.images.background_player_in_action[0]:"https://golstatsimages.blob.core.windows.net/images-library/"+e.data.games[0].players[a].info_thumbnails.images.background_default_players[0],player_photo:e.data.games[0].players[a].info_thumbnails.images.player_in_action[0]?"https://golstatsimages.blob.core.windows.net/images-library/"+e.data.games[0].players[a].info_thumbnails.images.player_in_action[0]:`https://az755631.vo.msecnd.net/players-profile/${e.data.games[0].players[a].player_id}.png`,category_stats_1:this.prematch?e.data.games[0].players[a].games_played:e.data.games[0].players[a].minutes_played,category_stats_2:this.prematch?e.data.games[0].players[a].minutes_played:e.data.games[0].players[a].categories[0].total,category_stats_3:this.prematch?e.data.games[0].players[a].categories[0].total:e.data.games[0].players[a].categories[1]?e.data.games[0].players[a].categories[1].total:"",category_id_1:this.prematch?"games_played":"minutes_played",category_id_2:this.prematch?"minutes_played":e.data.games[0].players[a].categories[0].categories,category_id_3:this.prematch?e.data.games[0].players[a].categories[0].categories:e.data.games[0].players[a].categories[1]?e.data.games[0].players[a].categories[1].categories:"",category_name_1:this.prematch?"Partidos Jugados":"Minutos Jugados",category_name_2:this.prematch?"Minutos Jugados":e.data.games[0].players[a].categories[0].category_name,category_name_3:this.prematch?e.data.games[0].players[a].categories[0].category_name:e.data.games[0].players[a].categories[1]?e.data.games[0].players[a].categories[1].category_name:"",showlast_category:!!e.data.games[0].players[a].categories[1],main_title:this.prematch?"El jugador":"Jugador",second_title:this.prematch?"A seguir":"Destacado",background_color_buttons:e.data.games[0].players[a].info_thumbnails.colors.background_color_buttons,background_color_cards:e.data.games[0].players[a].info_thumbnails.colors.background_color_cards,color_icon_play:e.data.games[0].players[a].info_thumbnails.colors.color_icon_play,color_next_back:e.data.games[0].players[a].info_thumbnails.colors.color_next_back,font_color:e.data.games[0].players[a].info_thumbnails.colors.font_color,font_color_card:e.data.games[0].players[a].info_thumbnails.colors.font_color_card?e.data.games[0].players[a].info_thumbnails.colors.font_color_card:"#FFFFFF"}])},onClickVideos(e){this.$emit("onClickVideos",e)},onClickCard(e){this.$emit("onClickCard",e)},onClickCategory(e){this.$emit("onClickCategory",e)},clickMore(){this.$emit("onViewMore",!0)}}},nte=e=>(t.pushScopeId("data-v-4db2ad78"),e=e(),t.popScopeId(),e),ite={class:"gsdata"},rte={class:"gsc-gsdata-carrousel"},lte={key:0,class:"title-header"},cte=nte(()=>t.createElementVNode("div",{class:"title-header-title"},"Datos GolStats",-1)),dte={class:"row-table-carrousel"};function mte(e,a,o,s,n,i){const r=t.resolveComponent("GSCCardData"),c=t.resolveComponent("GSCCarousel");return t.openBlock(),t.createElementBlock("div",ite,[t.createElementVNode("div",rte,[o.teamSelected==0?(t.openBlock(),t.createElementBlock("div",lte,[cte,t.createElementVNode("div",{class:"title-header-btn",onClick:a[0]||(a[0]=(...y)=>i.clickMore&&i.clickMore(...y))},"Ver más")])):t.createCommentVNode("",!0),t.createVNode(c,{items:n.pages,wrapAround:!0,itemsToShow:1.1,areSlidesArrowsVisible:!0,areNavigationArrowsVisible:!1,isMainSlidePriority:!0,areSlidesArrowsRounded:!1,isPaginationVisible:!1,slideLeftArrowBackgroundImage:"none",slideRightArrowBackgroundImage:"none"},{default:t.withCtx(({item:y})=>[t.createElementVNode("div",dte,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(y,(d,l)=>(t.openBlock(),t.createElementBlock(t.Fragment,{key:l},[o.colorCardByTeam?(t.openBlock(),t.createBlock(r,{key:1,type:4,colorcard:d.color,"click-card":o.clickCard,"show-share-button":o.showShareButton,"customize-colors":o.customizeColors,data:d,onOnClickVideos:i.onclickPlayVideos,onOnClickCategory:i.onclickPlayVideos},null,8,["colorcard","click-card","show-share-button","customize-colors","data","onOnClickVideos","onOnClickCategory"])):(t.openBlock(),t.createBlock(r,{key:0,type:4,"click-card":o.clickCard,"show-share-button":o.showShareButton,"customize-colors":o.customizeColors,data:d,onOnClickVideos:i.onclickPlayVideos,onOnClickCategory:i.onclickPlayVideos},null,8,["click-card","show-share-button","customize-colors","data","onOnClickVideos","onOnClickCategory"]))],64))),128))])]),_:1},8,["items"])])])}const pte=I2(ste,[["render",mte],["__scopeId","data-v-4db2ad78"]]),hte=(e,a)=>{const o=e.__vccOpts||e;for(const[s,n]of a)o[s]=n;return o},up={props:{type:{type:Number,default:0},value:{type:Boolean,default:!1},textValue:String,icon:String,iconPosition:{type:String,default:"left"},iconSize:String,fontColor:{type:String,default:"#FFFFFF"},textDecoration:String,fontSize:{type:String,default:"16px"},fontSizeStat:{type:String,default:"16px"},fontStyle:String,fontFamily:{type:String,default:"Poppins-Regular"},height:{type:String,default:"fit-content"},width:{type:String,default:"fit-content"},borderRadius:{type:String,default:"0px"},borderType:{type:String,default:"solid"},borderWidth:{type:Number,default:0},borderWidthBtn:{type:String,default:"2px"},borderColor:String,backgroundColor:{type:String,default:"none"},activeBackgroundColor:{type:String,default:"#000000"},activeBorderWidth:{type:Number,default:2},activeBorderType:{type:String,default:"solid"},activeBorderColor:{type:String,default:"#cbee6b"},activeColorText:{type:String,default:"#FFFFFF"},cursorType:{type:String,default:"default"},typeOnOff:{type:Boolean,default:!1},textCategory:String,textStat:String,marginLeftStat:{type:String,default:"15%"}},watch:{value:{deep:!0,immediate:!0,handler(e){this.status=e}}},data(){return{status:!1}},computed:{customStyle(){return{height:this.height,width:this.width,backgroundColor:this.backgroundColor,borderRadius:this.borderRadius,border:`${this.borderType} ${this.borderWidth}px ${this.borderColor}`,color:this.fontColor,textDecoration:this.textDecoration,cursor:this.cursorType,fontSize:this.fontSize,fontStyle:this.fontStyle,fontFamily:`${this.fontFamily} !important`}},customActive(){return{backgroundColor:this.activeBackgroundColor,color:this.activeColorText,border:`${this.activeBorderType} ${this.activeBorderWidth}px ${this.activeBorderColor}`}}},methods:{btnClick(e){this.$emit("click",e),this.typeOnOff&&(this.status=!this.status,this.$emit("status",this.status))}}},T2=()=>{t.useCssVars(e=>({"1c960139":e.height,b2f635d8:e.borderWidthBtn,"06e99898":e.borderType,"55555c76":e.borderColor,"23b6d320":e.borderRadius,"22c97374":e.width,"22bb09fa":e.backgroundColor,c148da7c:e.cursorType,cce756fc:e.fontSize,cff98d60:e.fontStyle,"5123b3a5":e.fontFamily,"47bf58db":e.marginLeftStat,cadc8414:e.fontSizeStat}))},F2=up.setup;up.setup=F2?(e,a)=>(T2(),F2(e,a)):T2;const yte=e=>(t.pushScopeId("data-v-fb269a1e"),e=e(),t.popScopeId(),e),gte=["src"],ute={key:1,class:"text"},fte=["src"],_te={class:"stats"},bte=yte(()=>t.createElementVNode("img",{class:"iconstats",src:"https://az755631.vo.msecnd.net/todoelfut/playdes.png"},null,-1)),wte={class:"numstats"},Cte={class:"leyend"};function kte(e,a,o,s,n,i){return t.openBlock(),t.createElementBlock("div",null,[o.type==0?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["button",n.status&&o.typeOnOff&&"button-active"]),style:t.normalizeStyle([i.customStyle,n.status&&o.typeOnOff&&i.customActive]),onClick:a[0]||(a[0]=(...r)=>i.btnClick&&i.btnClick(...r))},[o.icon&&o.iconPosition.toLowerCase()==="left"?(t.openBlock(),t.createElementBlock("img",{key:0,class:"icon",style:t.normalizeStyle({width:o.iconSize}),src:o.icon},null,12,gte)):t.createCommentVNode("",!0),o.textValue?(t.openBlock(),t.createElementBlock("div",ute,t.toDisplayString(o.textValue),1)):t.createCommentVNode("",!0),o.icon&&o.iconPosition.toLowerCase()==="right"?(t.openBlock(),t.createElementBlock("img",{key:2,class:"icon",style:t.normalizeStyle({width:o.iconSize}),src:o.icon},null,12,fte)):t.createCommentVNode("",!0)],6)):t.createCommentVNode("",!0),o.type==1?(t.openBlock(),t.createElementBlock("div",{key:1,class:"button-target",onClick:a[1]||(a[1]=(...r)=>i.btnClick&&i.btnClick(...r))},[t.createElementVNode("div",_te,[bte,t.createElementVNode("div",wte,t.toDisplayString(o.textStat),1)]),t.createElementVNode("div",Cte,t.toDisplayString(o.textCategory),1)])):t.createCommentVNode("",!0)])}const Ste=hte(up,[["render",kte],["__scopeId","data-v-fb269a1e"]]);function ln(e){const a=t.ref({width:0,height:0});function o(){const s=e.value.getBoundingClientRect();a.value.width=s.width,a.value.height=s.height}return t.onMounted(()=>{o(),window.addEventListener("resize",o)}),t.onUnmounted(()=>{window.removeEventListener("resize",o)}),{elementSize:a}}const Ete="_cardFrecuentConnectionstype0_8eub9_57",Nte="_cardFrecuentConnectionsDesktype0_8eub9_85",$te="_cardFrecuentConnectionsDesk360type0_8eub9_103",Bte="_imgPlayerParenttype0_8eub9_123",xte="_imgPlayerIcontype0_8eub9_149",Vte="_imgPlayerIcon360type0_8eub9_163",Ite="_playerInfotype0_8eub9_177",Ate="_benjaminEvalenttype0_8eub9_195",Ote="_frameParenttype0_8eub9_207",Tte="_union9Wrappertype0_8eub9_223",Fte="_union9Icontype0_8eub9_251",zte="_benjaminEvalent1type0_8eub9_263",Rte="_benjaminEvalent1360type0_8eub9_277",Pte={cardFrecuentConnectionstype0:Ete,cardFrecuentConnectionsDesktype0:Nte,cardFrecuentConnectionsDesk360type0:$te,imgPlayerParenttype0:Bte,imgPlayerIcontype0:xte,imgPlayerIcon360type0:Vte,playerInfotype0:Ite,benjaminEvalenttype0:Ate,frameParenttype0:Ote,union9Wrappertype0:Tte,union9Icontype0:Fte,benjaminEvalent1type0:zte,benjaminEvalent1360type0:Rte},Uo=(e,a)=>{const o=e.__vccOpts||e;for(const[s,n]of a)o[s]=n;return o},Dte={components:{GSCButton:Ste},props:{data:{type:Object,default:()=>{}},clickCard:{type:Boolean,default:!1}},computed:{cardFrecuentConnectionsDeskClass(){return this.elementSize.width<=360?this.$style.cardFrecuentConnectionsDesk360type0:this.$style.cardFrecuentConnectionsDesktype0},imgPlayerIconClass(){return this.elementSize.width<=360?this.$style.imgPlayerIcon360type0:this.$style.imgPlayerIcontype0},benjaminEvalent1Class(){return this.elementSize.width<=360?this.$style.benjaminEvalent1360type0:this.$style.benjaminEvalent1type0}},data(){return{}},setup(){const e=t.ref("myDivRefCardtype0"),{elementSize:a}=ln(e);return{myDivRefCardtype0:e,elementSize:a}},methods:{clickPlayer(e){this.clickCard&&this.$emit("onClickPlayer",e)},clickVideos(e){this.clickCard||this.$emit("onClickVideos",e)}}},jte={ref:"myDivRefCardtype0"},Lte=["alt","src"];function vte(e,a,o,s,n,i){const r=t.resolveComponent("GSCButton");return t.openBlock(),t.createElementBlock("div",jte,[t.createElementVNode("div",{class:t.normalizeClass(e.$style.cardFrecuentConnectionstype0),onClick:a[1]||(a[1]=c=>i.clickPlayer({player_id:o.data.player_id}))},[t.createElementVNode("div",{class:t.normalizeClass(i.cardFrecuentConnectionsDeskClass),id:"card-desktop"},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.imgPlayerParenttype0)},[t.createElementVNode("img",{class:t.normalizeClass(i.imgPlayerIconClass),alt:o.data.player_name,src:o.data.player_photo},null,10,Lte),t.createElementVNode("div",{class:t.normalizeClass(e.$style.playerInfotype0)},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.benjaminEvalenttype0)},t.toDisplayString(o.data.player_name),3),t.createElementVNode("div",{class:t.normalizeClass(e.$style.frameParenttype0)},[t.createVNode(r,{icon:"/play-icn.svg","icon-size":"9px","icon-position":"left",width:"18px",height:"18px","border-radius":"18px","border-width":"1","background-color":"transparent","border-color":"#FFFFFF",onClick:a[0]||(a[0]=c=>i.clickVideos({player_id:o.data.player_id}))}),t.createElementVNode("div",{class:t.normalizeClass(i.benjaminEvalent1Class)},t.toDisplayString(o.data.player_stat),3)],2)],2)],2)],2)],2)],512)}const Mte={$style:Pte},Hte=Uo(Dte,[["render",vte],["__cssModules",Mte]]),Ute="_cardVideosJugadorestype1_hyx6z_59",Gte="_cardDesktoptype1_hyx6z_87",Wte="_cardDesktop460type1_hyx6z_113",qte="_backgroundImageParenttype1_hyx6z_137",Jte="_backgroundImageParent460type1_hyx6z_171",Xte="_backgroundImageIcontype1_hyx6z_205",Zte="_loMejorDeContainertype1_hyx6z_225",Yte="_loMejorDeContainer460type1_hyx6z_249",Kte="_loMejorDeContainer420type1_hyx6z_273",Qte="_loMejorDetype1_hyx6z_297",eae="_btnPlaytype1_hyx6z_303",tae="_btnPlay460_hyx6z_357",aae="_btnPlay460type1_hyx6z_363",oae="_roleCharacterIcontype1_hyx6z_409",sae="_reproducirtype1_hyx6z_423",nae="_playerTeamDesktopIcontype1_hyx6z_435",iae="_playerTeamDesktopIcon1200type1_hyx6z_455",rae="_playerTeamDesktopIcon460type1_hyx6z_479",lae={cardVideosJugadorestype1:Ute,cardDesktoptype1:Gte,cardDesktop460type1:Wte,backgroundImageParenttype1:qte,backgroundImageParent460type1:Jte,backgroundImageIcontype1:Xte,loMejorDeContainertype1:Zte,loMejorDeContainer460type1:Yte,loMejorDeContainer420type1:Kte,loMejorDetype1:Qte,btnPlaytype1:eae,btnPlay460:tae,btnPlay460type1:aae,roleCharacterIcontype1:oae,reproducirtype1:sae,playerTeamDesktopIcontype1:nae,playerTeamDesktopIcon1200type1:iae,playerTeamDesktopIcon460type1:rae},fp={components:{},props:{data:{type:Object,default:()=>{}},clickCard:{type:Boolean,default:!1},backgroundColor:{type:String,default:"#000000"},colorTitle:{type:String,default:"#000000"},borderColor:{type:String,default:"#000000"},backgroundImg:{type:String,default:""},customizeColors:{type:Boolean,default:!0}},data(){return{}},computed:{cardDesktopClass(){return this.elementSize.width<=460?this.$style.cardDesktop460type1:this.$style.cardDesktoptype1},backgroundImageParentClass(){return this.elementSize.width<=460?this.$style.backgroundImageParent460type1:this.$style.backgroundImageParenttype1},btnPlayClass(){return this.elementSize.width<=460?this.$style.btnPlay460type1:this.$style.btnPlaytype1},loMejorDeContainerClass(){const e=this.elementSize.width;return e<=420?this.$style.loMejorDeContainer420type1:e<=460?this.$style.loMejorDeContainer460type1:this.$style.loMejorDeContainertype1},playerTeamDesktopIconClass(){const e=this.elementSize.width;return e<=460?this.$style.playerTeamDesktopIcon460type1:e<=1200?this.$style.playerTeamDesktopIcon1200type1:this.$style.playerTeamDesktopIcontype1}},setup(){const e=t.ref("myDivRefCardtype1"),{elementSize:a}=ln(e);return{myDivRefCardtype1:e,elementSize:a}},methods:{clickPlayer(e){this.clickCard&&this.$emit("onClickCard",e)},clickVideos(e){this.clickCard||this.$emit("onClickVideos",e)}}},z2=()=>{t.useCssVars(e=>({"3c445abf":e.data.font_color!=null&&e.customizeColors?e.data.font_color:"#fff","418009b6":e.backgroundColor,"392b4ed3":e.data.background_color_buttons!=null&&e.customizeColors?e.data.background_color_buttons:"rgba(255, 255, 255, 0.08)","47279a32":e.borderColor}))},R2=fp.setup;fp.setup=R2?(e,a)=>(z2(),R2(e,a)):z2;const cae={ref:"myDivRefCardtype1"},dae=["src"],mae={"clip-path":"url(#clip0_59_831)"},pae=["fill"],hae=t.createElementVNode("defs",null,[t.createElementVNode("clipPath",{id:"clip0_59_831"},[t.createElementVNode("rect",{width:"12",height:"12",fill:"white",transform:"translate(0.375 0.637695)"})])],-1),yae=["src"];function gae(e,a,o,s,n,i){return t.openBlock(),t.createElementBlock("div",cae,[t.createElementVNode("div",{class:t.normalizeClass(e.$style.cardVideosJugadorestype1),onClick:a[1]||(a[1]=r=>i.clickPlayer({player_id:o.data.player_id,team_id:o.data.team_id}))},[t.createElementVNode("div",{class:t.normalizeClass(i.cardDesktopClass),id:"card-desktop"},[t.createElementVNode("div",{class:t.normalizeClass(i.backgroundImageParentClass)},[t.createElementVNode("img",{class:t.normalizeClass(e.$style.backgroundImageIcontype1),src:o.backgroundImg},null,10,dae),t.createElementVNode("h2",{class:t.normalizeClass(i.loMejorDeContainerClass),id:"title-card"},[s.elementSize.width>380?(t.openBlock(),t.createElementBlock("p",{key:0,class:t.normalizeClass(e.$style.loMejorDetype1)},"Lo mejor de ",2)):t.createCommentVNode("",!0),s.elementSize.width<=380?(t.openBlock(),t.createElementBlock("p",{key:1,class:t.normalizeClass(e.$style.loMejorDetype1)},"Lo mejor",2)):t.createCommentVNode("",!0),s.elementSize.width<=380?(t.openBlock(),t.createElementBlock("p",{key:2,class:t.normalizeClass(e.$style.loMejorDetype1)},"de ",2)):t.createCommentVNode("",!0),t.createElementVNode("p",{class:t.normalizeClass(e.$style.loMejorDetype1)},t.toDisplayString(o.data.team_name),3)],2),t.createElementVNode("div",{class:t.normalizeClass(i.btnPlayClass),onClick:a[0]||(a[0]=r=>i.clickVideos({player_id:o.data.player_id,team_id:o.data.team_id}))},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.roleCharacterIcontype4),width:"13",height:"13",viewBox:"0 0 13 13",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("g",mae,[t.createElementVNode("path",{d:"M2.67705 12.0654C2.58553 12.0133 2.50903 11.9355 2.4558 11.8404C2.40257 11.7452 2.37464 11.6363 2.375 11.5255V1.74838C2.37513 1.63789 2.40325 1.5295 2.45637 1.43474C2.50949 1.33998 2.58563 1.26238 2.6767 1.21019C2.76776 1.15801 2.87035 1.13319 2.97355 1.13837C3.07675 1.14355 3.17671 1.17854 3.2628 1.23962L10.1203 6.12875C10.1987 6.18445 10.2629 6.25998 10.3073 6.34864C10.3518 6.4373 10.375 6.53633 10.375 6.63692C10.375 6.73751 10.3518 6.83654 10.3073 6.9252C10.2629 7.01386 10.1987 7.0894 10.1203 7.1451L3.2628 12.0354C3.17684 12.0966 3.07696 12.1317 2.9738 12.137C2.87065 12.1423 2.76809 12.1175 2.67705 12.0654V12.0654ZM2.94673 11.5266L9.80426 6.6375L2.94673 11.5266Z",fill:o.data.color_icon_play!=null&&o.customizeColors?o.data.color_icon_play:"#CBEE6B"},null,8,pae)]),hae],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.reproducirtype1)},"Reproducir",2)],2)],2),t.createElementVNode("img",{class:t.normalizeClass(i.playerTeamDesktopIconClass),src:o.data.player_photo},null,10,yae)],2)],2)],512)}const uae={$style:lae},fae=Uo(fp,[["render",gae],["__cssModules",uae]]),_ae="_tarjetaHighlightsPostmatchtype2_2xqhb_7",bae="_tarjetaHighlightsPostmatch780type2_2xqhb_35",wae="_tarjetaHighlightsPostmatch640type2_2xqhb_65",Cae="_tarjetaHighlightsPostmatch520type2_2xqhb_97",kae="_tarjetaHighlightsPostmatch350type2_2xqhb_131",Sae="_tarjetaHighlightsPostmatch420type2_2xqhb_161",Eae="_tarjetaHighlightsPostmatch320type2_2xqhb_197",Nae="_backgroundtype2_2xqhb_233",$ae="_background640type2_2xqhb_253",Bae="_btnPlaytype2_2xqhb_277",xae="_btnPlay1_2xqhb_301",Vae="_btnPlay1type2_2xqhb_309",Iae="_icnPlaytype2_2xqhb_351",Aae="_union6Icontype2_2xqhb_369",Oae={tarjetaHighlightsPostmatchtype2:_ae,tarjetaHighlightsPostmatch780type2:bae,tarjetaHighlightsPostmatch640type2:wae,tarjetaHighlightsPostmatch520type2:Cae,tarjetaHighlightsPostmatch350type2:kae,tarjetaHighlightsPostmatch420type2:Sae,tarjetaHighlightsPostmatch320type2:Eae,backgroundtype2:Nae,background640type2:$ae,btnPlaytype2:Bae,btnPlay1:xae,btnPlay1type2:Vae,icnPlaytype2:Iae,union6Icontype2:Aae},Tae={components:{},props:{data:{type:Object,default:()=>{}},clickCard:{type:Boolean,default:!1},backgroundImg:{type:String,default:""}},computed:{tarjetaHighlightsPostmatchClass(){const e=this.elementSize.width;return e<=320?this.$style.tarjetaHighlightsPostmatch320type2:e<=350?this.$style.tarjetaHighlightsPostmatch350type2:e<=420?this.$style.tarjetaHighlightsPostmatch420type2:e<=520?this.$style.tarjetaHighlightsPostmatch520type2:e<=640?this.$style.tarjetaHighlightsPostmatch640type2:e<=780?this.$style.tarjetaHighlightsPostmatch780type2:this.$style.tarjetaHighlightsPostmatchtype2},backgroundClass(){return this.elementSize.width<=640?this.$style.background640type2:this.$style.backgroundtype2}},setup(){const e=t.ref("myDivRefCardtype2"),{elementSize:a}=ln(e);return{myDivRefCardtype2:e,elementSize:a}},data(){return{}},methods:{clickPlayer(e){this.clickCard&&this.$emit("onClickCard",e)},clickVideos(e){this.clickCard||this.$emit("onClickVideos",e)}}},Fae={ref:"myDivRefCardtype2"},zae=t.createStaticVNode('<svg width="20" height="20" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_59_831)"><path d="M2.67705 12.0654C2.58553 12.0133 2.50903 11.9355 2.4558 11.8404C2.40257 11.7452 2.37464 11.6363 2.375 11.5255V1.74838C2.37513 1.63789 2.40325 1.5295 2.45637 1.43474C2.50949 1.33998 2.58563 1.26238 2.6767 1.21019C2.76776 1.15801 2.87035 1.13319 2.97355 1.13837C3.07675 1.14355 3.17671 1.17854 3.2628 1.23962L10.1203 6.12875C10.1987 6.18445 10.2629 6.25998 10.3073 6.34864C10.3518 6.4373 10.375 6.53633 10.375 6.63692C10.375 6.73751 10.3518 6.83654 10.3073 6.9252C10.2629 7.01386 10.1987 7.0894 10.1203 7.1451L3.2628 12.0354C3.17684 12.0966 3.07696 12.1317 2.9738 12.137C2.87065 12.1423 2.76809 12.1175 2.67705 12.0654V12.0654ZM2.94673 11.5266L9.80426 6.6375L2.94673 11.5266Z" fill="#CBEE6B"></path></g><defs><clipPath id="clip0_59_831"><rect width="12" height="12" fill="white" transform="translate(0.375 0.637695)"></rect></clipPath></defs></svg>',1),Rae=[zae];function Pae(e,a,o,s,n,i){return t.openBlock(),t.createElementBlock("div",Fae,[t.createElementVNode("div",{class:t.normalizeClass(i.tarjetaHighlightsPostmatchClass),onClick:a[1]||(a[1]=r=>i.clickPlayer({game_id:o.data.game_id}))},[t.createElementVNode("div",{class:t.normalizeClass(i.backgroundClass),id:"image-video",style:t.normalizeStyle({"background-image":"url("+o.backgroundImg+")"})},null,6),t.createElementVNode("div",{class:t.normalizeClass(e.$style.btnPlaytype2)},[t.createElementVNode("button",{class:t.normalizeClass(e.$style.btnPlay1type2),id:"btn-play",onClick:a[0]||(a[0]=r=>i.clickVideos({game_id:o.data.game_id}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.icnPlaytype2)},Rae,2)],2)],2)],2)],512)}const Dae={$style:Oae},jae=Uo(Tae,[["render",Pae],["__cssModules",Dae]]),Lae="_tarjetaDatosGsDesktoptype4_1y3cy_107",vae="_tarjetaDatosGsDesktop500type4_1y3cy_127",Mae="_tarjetaDatosGs414type4_1y3cy_135",Hae="_tarjetaDatosGs414500type4_1y3cy_159",Uae="_tarjetaDatosGs414380type4_1y3cy_183",Gae="_tarjetaDatosGs320type4_1y3cy_191",Wae="_tarjetaDatosGs320380type4_1y3cy_215",qae="_dataBox8type4_1y3cy_239",Jae="_dataBox8380type4_1y3cy_275",Xae="_dataBoxtype4_1y3cy_313",Zae="_dataBox520type4_1y3cy_353",Yae="_dataBox480type4_1y3cy_395",Kae="_dataBox3type4_1y3cy_437",Qae="_dataBox3520type4_1y3cy_479",eoe="_dataBox4type4_1y3cy_489",toe="_dataBox4500type4_1y3cy_533",aoe="_dataBox6type4_1y3cy_581",ooe="_dataBox6500type4_1y3cy_627",soe="_dataContainertype4_1y3cy_681",noe="_dataContainer520type4_1y3cy_709",ioe="_dataContainer1type4_1y3cy_741",roe="_dataContainer1500type4_1y3cy_769",loe="_dataBox7type4_1y3cy_799",coe="_dataBox7380type4_1y3cy_835",doe="_div15type4_1y3cy_877",moe="_div15380type4_1y3cy_895",poe="_btnShareIcontype4_1y3cy_913",hoe="_btnSharetype4_1y3cy_925",yoe="_bakgBaseIcontype4_1y3cy_955",goe="_roleCharacterIcontype4_1y3cy_979",uoe="_verVideostype4_1y3cy_995",foe="_btnVideostype4_1y3cy_1009",_oe="_playerNametype4_1y3cy_1059",boe="_elJugadortype4_1y3cy_1077",woe="_aSeguirtype4_1y3cy_1085",Coe="_elJugadorAContainertype4_1y3cy_1095",koe="_titletype4_1y3cy_1115",Soe="_baseCardtype4_1y3cy_1143",Eoe="_imagePlayerIcontype4_1y3cy_1173",Noe="_arrowGraphIcontype4_1y3cy_1199",$oe="_divtype4_1y3cy_1211",Boe="_totaltype4_1y3cy_1225",xoe="_div1type4_1y3cy_1241",Voe="_btnShareIcon1type4_1y3cy_1263",Ioe="_btnShare1type4_1y3cy_1275",Aoe="_bakgBaseIcon1type4_1y3cy_1303",Ooe="_bakgBaseIcon2type4_1y3cy_1327",Toe="_roleCharacterIcon1type4_1y3cy_1351",Foe="_btnVideos1type4_1y3cy_1367",zoe="_playerName1type4_1y3cy_1409",Roe="_elJugadorAContainer1type4_1y3cy_1419",Poe="_title1type4_1y3cy_1439",Doe="_baseCard1type4_1y3cy_1465",joe="_imagePlayerIcon1type4_1y3cy_1493",Loe="_total4type4_1y3cy_1515",voe="_div9type4_1y3cy_1531",Moe="_roleCharacterIcon2type4_1y3cy_1547",Hoe="_btnVideos2type4_1y3cy_1563",Uoe="_elJugadorAContainer2type4_1y3cy_1601",Goe="_title2type4_1y3cy_1621",Woe="_imagePlayerIcon2type4_1y3cy_1649",qoe="_dataContainer2type4_1y3cy_1671",Joe="_tarjetaDatosGstype4_1y3cy_1701",Xoe={tarjetaDatosGsDesktoptype4:Lae,tarjetaDatosGsDesktop500type4:vae,tarjetaDatosGs414type4:Mae,tarjetaDatosGs414500type4:Hae,tarjetaDatosGs414380type4:Uae,tarjetaDatosGs320type4:Gae,tarjetaDatosGs320380type4:Wae,dataBox8type4:qae,dataBox8380type4:Jae,dataBoxtype4:Xae,dataBox520type4:Zae,dataBox480type4:Yae,dataBox3type4:Kae,dataBox3520type4:Qae,dataBox4type4:eoe,dataBox4500type4:toe,dataBox6type4:aoe,dataBox6500type4:ooe,dataContainertype4:soe,dataContainer520type4:noe,dataContainer1type4:ioe,dataContainer1500type4:roe,dataBox7type4:loe,dataBox7380type4:coe,div15type4:doe,div15380type4:moe,btnShareIcontype4:poe,btnSharetype4:hoe,bakgBaseIcontype4:yoe,roleCharacterIcontype4:goe,verVideostype4:uoe,btnVideostype4:foe,playerNametype4:_oe,elJugadortype4:boe,aSeguirtype4:woe,elJugadorAContainertype4:Coe,titletype4:koe,baseCardtype4:Soe,imagePlayerIcontype4:Eoe,arrowGraphIcontype4:Noe,divtype4:$oe,totaltype4:Boe,div1type4:xoe,btnShareIcon1type4:Voe,btnShare1type4:Ioe,bakgBaseIcon1type4:Aoe,bakgBaseIcon2type4:Ooe,roleCharacterIcon1type4:Toe,btnVideos1type4:Foe,playerName1type4:zoe,elJugadorAContainer1type4:Roe,title1type4:Poe,baseCard1type4:Doe,imagePlayerIcon1type4:joe,total4type4:Loe,div9type4:voe,roleCharacterIcon2type4:Moe,btnVideos2type4:Hoe,elJugadorAContainer2type4:Uoe,title2type4:Goe,imagePlayerIcon2type4:Woe,dataContainer2type4:qoe,tarjetaDatosGstype4:Joe},_p={components:{},props:{data:{type:Object,default:()=>{}},clickCard:{type:Boolean,default:!1},colorcard:{type:String,default:"#122736"},showShareButton:{type:Boolean,default:!1}},data(){return{}},computed:{tarjetaDatosGsDesktopClass(){return this.elementSize.width<=500?this.$style.tarjetaDatosGsDesktop500type4:this.$style.tarjetaDatosGsDesktoptype4},tarjetaDatosGs414Class(){const e=this.elementSize.width;return e<=380?this.$style.tarjetaDatosGs414380type4:e<=500?this.$style.tarjetaDatosGs414500type4:this.$style.tarjetaDatosGs414type4},tarjetaDatosGs320Class(){return this.elementSize.width<=380?this.$style.tarjetaDatosGs320380type4:this.$style.tarjetaDatosGs320type4},dataBox8Class(){return this.elementSize.width<=380?this.$style.dataBox8380type4:this.$style.dataBox8type4},dataBoxClass(){const e=this.elementSize.width;return e<=480?this.$style.dataBox480type4:e<=520?this.$style.dataBox520type4:this.$style.dataBoxtype4},dataBox3Class(){return this.elementSize.width<=520?this.$style.dataBox3520type4:this.$style.dataBox3type4},dataBox4Class(){return this.elementSize.width<=500?this.$style.dataBox4500type4:this.$style.dataBox4type4},dataBox6Class(){return this.elementSize.width<=500?this.$style.dataBox6500type4:this.$style.dataBox6type4},dataBox7Class(){return this.elementSize.width<=380?this.$style.dataBox7380type4:this.$style.dataBox7type4},dataContainerClass(){return this.elementSize.width<=520?this.$style.dataContainer520type4:this.$style.dataContainertype4},dataContainer1Class(){return this.elementSize.width<=500?this.$style.dataContainer1500type4:this.$style.dataContainer1type4},div15Class(){return this.elementSize.width<=380?this.$style.div15380type4:this.$style.div15type4}},setup(){const e=t.ref("myDivRefCardtype4"),{elementSize:a}=ln(e);return{myDivRefCardtype4:e,elementSize:a}},methods:{clickPlayer(e){this.clickCard&&this.$emit("onClickCard",e)},clickVideos(e){this.clickCard||this.$emit("onClickVideos",e)},clickCategory(e){this.clickCard||this.$emit("onClickCategory",e)}}},P2=()=>{t.useCssVars(e=>({f2b5e640:e.data.background_color_cards!=null?e.data.background_color_cards:"rgba(255, 255, 255, 0.16)","264c5fe0":e.data.background_color_buttons!=null?e.data.background_color_buttons:"rgba(255, 255, 255, 0.16)","877127b0":e.colorcard,"5c4eefed":e.data.font_color!=null?e.data.font_color:"#fff"}))},D2=_p.setup;_p.setup=D2?(e,a)=>(P2(),D2(e,a)):P2;const Zoe=t.createElementVNode("path",{d:"M14.886 14.0466C14.1404 14.0466 13.4733 14.3409 12.9632 14.8019L5.96863 10.7308C6.01768 10.5052 6.05692 10.2795 6.05692 10.0441C6.05692 9.80867 6.01768 9.58304 5.96863 9.35741L12.8847 5.32551C13.4145 5.81601 14.111 6.12012 14.886 6.12012C15.6665 6.12012 16.4151 5.81005 16.967 5.25814C17.5189 4.70622 17.829 3.95765 17.829 3.17712C17.829 2.39659 17.5189 1.64803 16.967 1.09611C16.4151 0.544195 15.6665 0.234131 14.886 0.234131C14.1054 0.234131 13.3569 0.544195 12.8049 1.09611C12.253 1.64803 11.9429 2.39659 11.9429 3.17712C11.9429 3.41256 11.9822 3.63819 12.0312 3.86382L5.11516 7.89572C4.58542 7.40523 3.8889 7.10112 3.11391 7.10112C2.33337 7.10112 1.58481 7.41118 1.03289 7.9631C0.480965 8.51502 0.170898 9.26358 0.170898 10.0441C0.170898 10.8246 0.480965 11.5732 1.03289 12.1251C1.58481 12.677 2.33337 12.9871 3.11391 12.9871C3.8889 12.9871 4.58542 12.683 5.11516 12.1925L12.0999 16.2636C12.0509 16.4696 12.0214 16.6855 12.0214 16.9111C12.0214 18.4905 13.3065 19.7658 14.886 19.7658C16.4654 19.7658 17.7505 18.4905 17.7505 16.9111C17.7505 16.1514 17.4487 15.4228 16.9115 14.8856C16.3743 14.3484 15.6457 14.0466 14.886 14.0466Z",fill:"#F4F4F4","fill-opacity":"0.5"},null,-1),Yoe=[Zoe],Koe=["src"],Qoe={"clip-path":"url(#clip0_59_831)"},ese=["fill"],tse=t.createElementVNode("defs",null,[t.createElementVNode("clipPath",{id:"clip0_59_831"},[t.createElementVNode("rect",{width:"12",height:"12",fill:"white",transform:"translate(0.375 0.637695)"})])],-1),ase=["src"],ose=["fill"],sse=["fill"],nse=["fill"],ise=t.createElementVNode("path",{d:"M10.2126 9.10136C9.73332 9.10136 9.30448 9.29055 8.97655 9.58695L4.48004 6.96979C4.51158 6.82474 4.5368 6.67969 4.5368 6.52834C4.5368 6.37699 4.51158 6.23194 4.48004 6.08689L8.92609 3.49495C9.26664 3.81027 9.7144 4.00577 10.2126 4.00577C10.7144 4.00577 11.1956 3.80645 11.5504 3.45164C11.9052 3.09684 12.1045 2.61562 12.1045 2.11385C12.1045 1.61208 11.9052 1.13086 11.5504 0.776056C11.1956 0.421251 10.7144 0.221924 10.2126 0.221924C9.71084 0.221924 9.22962 0.421251 8.87481 0.776056C8.52 1.13086 8.32067 1.61208 8.32067 2.11385C8.32067 2.2652 8.3459 2.41025 8.37743 2.5553L3.93138 5.14723C3.59083 4.83191 3.14308 4.63641 2.64487 4.63641C2.14309 4.63641 1.66187 4.83574 1.30706 5.19055C0.952258 5.54535 0.75293 6.02657 0.75293 6.52834C0.75293 7.03011 0.952258 7.51133 1.30706 7.86613C1.66187 8.22094 2.14309 8.42026 2.64487 8.42026C3.14308 8.42026 3.59083 8.22476 3.93138 7.90944L8.42158 10.5266C8.39004 10.659 8.37113 10.7978 8.37113 10.9428C8.37113 11.9582 9.19727 12.778 10.2126 12.778C11.2279 12.778 12.0541 11.9582 12.0541 10.9428C12.0541 10.4544 11.8601 9.98605 11.5147 9.64071C11.1694 9.29537 10.701 9.10136 10.2126 9.10136Z",fill:"#F4F4F4","fill-opacity":"0.5"},null,-1),rse=[ise],lse=["src"],cse=["fill"],dse=["src"],mse=["fill"],pse=["fill"],hse=["fill"],yse=t.createElementVNode("path",{d:"M10.2126 9.10111C9.73332 9.10111 9.30448 9.2903 8.97655 9.58671L4.48004 6.96954C4.51158 6.8245 4.5368 6.67945 4.5368 6.52809C4.5368 6.37674 4.51158 6.23169 4.48004 6.08665L8.92609 3.49471C9.26664 3.81003 9.7144 4.00553 10.2126 4.00553C10.7144 4.00553 11.1956 3.8062 11.5504 3.4514C11.9052 3.09659 12.1045 2.61537 12.1045 2.1136C12.1045 1.61183 11.9052 1.13062 11.5504 0.775812C11.1956 0.421007 10.7144 0.22168 10.2126 0.22168C9.71084 0.22168 9.22962 0.421007 8.87481 0.775812C8.52 1.13062 8.32067 1.61183 8.32067 2.1136C8.32067 2.26496 8.3459 2.41001 8.37743 2.55505L3.93138 5.14699C3.59083 4.83167 3.14308 4.63617 2.64487 4.63617C2.14309 4.63617 1.66187 4.8355 1.30706 5.1903C0.952258 5.54511 0.75293 6.02633 0.75293 6.52809C0.75293 7.02986 0.952258 7.51108 1.30706 7.86589C1.66187 8.22069 2.14309 8.42002 2.64487 8.42002C3.14308 8.42002 3.59083 8.22452 3.93138 7.9092L8.42158 10.5264C8.39004 10.6588 8.37113 10.7975 8.37113 10.9426C8.37113 11.9579 9.19727 12.7778 10.2126 12.7778C11.2279 12.7778 12.0541 11.9579 12.0541 10.9426C12.0541 10.4542 11.8601 9.98581 11.5147 9.64047C11.1694 9.29512 10.701 9.10111 10.2126 9.10111Z",fill:"#F4F4F4","fill-opacity":"0.5"},null,-1),gse=[yse],use=["src"],fse=["fill"],_se=["src"],bse=["fill"],wse=["fill"],Cse=["fill"];function kse(e,a,o,s,n,i){return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(e.$style.tarjetaDatosGstype4),ref:"myDivRefCardtype4",onClick:a[10]||(a[10]=r=>i.clickPlayer({season_id:o.data.id_season,player_id:o.data.player_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(i.tarjetaDatosGsDesktopClass),id:"card-desktop"},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.baseCardtype4)},[o.showShareButton?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(e.$style.btnSharetype4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.btnShareIcontype4),width:"18",height:"20",viewBox:"0 0 18 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},Yoe,2))],2)):t.createCommentVNode("",!0),o.data.background!=""?(t.openBlock(),t.createElementBlock("img",{key:1,class:t.normalizeClass(e.$style.bakgBaseIcontype4),alt:"",src:o.data.background},null,10,Koe)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(e.$style.btnVideostype4),onClick:a[0]||(a[0]=r=>i.clickVideos({season_id:o.data.id_season,player_id:o.data.player_id,category:0,type:2}))},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.roleCharacterIcontype4),width:"13",height:"13",viewBox:"0 0 13 13",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("g",Qoe,[t.createElementVNode("path",{d:"M2.67705 12.0654C2.58553 12.0133 2.50903 11.9355 2.4558 11.8404C2.40257 11.7452 2.37464 11.6363 2.375 11.5255V1.74838C2.37513 1.63789 2.40325 1.5295 2.45637 1.43474C2.50949 1.33998 2.58563 1.26238 2.6767 1.21019C2.76776 1.15801 2.87035 1.13319 2.97355 1.13837C3.07675 1.14355 3.17671 1.17854 3.2628 1.23962L10.1203 6.12875C10.1987 6.18445 10.2629 6.25998 10.3073 6.34864C10.3518 6.4373 10.375 6.53633 10.375 6.63692C10.375 6.73751 10.3518 6.83654 10.3073 6.9252C10.2629 7.01386 10.1987 7.0894 10.1203 7.1451L3.2628 12.0354C3.17684 12.0966 3.07696 12.1317 2.9738 12.137C2.87065 12.1423 2.76809 12.1175 2.67705 12.0654V12.0654ZM2.94673 11.5266L9.80426 6.6375L2.94673 11.5266Z",fill:o.data.color_icon_play!=null?o.data.color_icon_play:"#CBEE6B"},null,8,ese)]),tse],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.verVideostype4)},"Ver videos",2)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.titletype4),id:"title-info"},[t.createElementVNode("h4",{class:t.normalizeClass(e.$style.playerNametype4),id:"player-name"},t.toDisplayString(o.data.player_name),3),t.createElementVNode("h2",{class:t.normalizeClass(e.$style.elJugadorAContainertype4),id:"title-card"},[t.createElementVNode("p",{class:t.normalizeClass(e.$style.elJugadortype4)},t.toDisplayString(o.data.main_title),3),t.createElementVNode("p",{class:t.normalizeClass(e.$style.aSeguirtype4)},t.toDisplayString(o.data.second_title),3)],2)],2)],2),o.data.player_photo!=""?(t.openBlock(),t.createElementBlock("img",{key:0,class:t.normalizeClass(e.$style.imagePlayerIcontype4),alt:"",src:o.data.player_photo},null,10,ase)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(i.dataContainerClass),id:"data-container"},[t.createElementVNode("div",{style:t.normalizeStyle({color:o.data.font_color_card+"!important"}),class:t.normalizeClass(i.dataBoxClass),onClick:a[1]||(a[1]=r=>i.clickCategory({category:o.data.category_id_1,season_id:o.data.id_season,player_id:o.data.player_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.totaltype4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",fill:o.data.font_color_card},null,8,ose)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_1),3)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.div1type4)},t.toDisplayString(o.data.category_name_1),3)],6),t.createElementVNode("div",{style:t.normalizeStyle({color:o.data.font_color_card+"!important"}),class:t.normalizeClass(i.dataBoxClass),onClick:a[2]||(a[2]=r=>i.clickCategory({category:o.data.category_id_2,season_id:o.data.id_season,player_id:o.data.player_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.totaltype4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",fill:o.data.font_color_card},null,8,sse)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_2),3)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.div1type4)},t.toDisplayString(o.data.category_name_2),3)],6),o.data.showlast_category?(t.openBlock(),t.createElementBlock("div",{key:0,style:t.normalizeStyle({color:o.data.font_color_card+"!important"}),class:t.normalizeClass(i.dataBoxClass),onClick:a[3]||(a[3]=r=>i.clickCategory({category:o.data.category_id_3,season_id:o.data.id_season,player_id:o.data.player_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.totaltype4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",fill:o.data.font_color_card},null,8,nse)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_3),3)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.div1type4)},t.toDisplayString(o.data.category_name_3),3)],6)):t.createCommentVNode("",!0)],2)],2),t.createElementVNode("div",{class:t.normalizeClass(i.tarjetaDatosGs414Class),id:"card-mobile-414"},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.baseCard1type4)},[o.showShareButton?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(e.$style.btnShare1type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.btnShareIcon1type4),width:"13",height:"13",viewBox:"0 0 13 13",fill:"none",xmlns:"http://www.w3.org/2000/svg"},rse,2))],2)):t.createCommentVNode("",!0),o.data.background!=""?(t.openBlock(),t.createElementBlock("img",{key:1,class:t.normalizeClass(e.$style.bakgBaseIcon1type4),alt:"",src:o.data.background},null,10,lse)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(e.$style.btnVideos1type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.roleCharacterIcon1type4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",fill:o.data.color_icon_play!=null?o.data.color_icon_play:"#CBEE6B"},null,8,cse)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.verVideostype4)},"Ver videos",2)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.title1type4),id:"title-info"},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.playerName1type4)},t.toDisplayString(o.data.player_name),3),t.createElementVNode("h2",{class:t.normalizeClass(e.$style.elJugadorAContainer1type4),id:"title-card"},[t.createElementVNode("p",{class:t.normalizeClass(e.$style.elJugadortype4)},t.toDisplayString(o.data.main_title),3),t.createElementVNode("p",{class:t.normalizeClass(e.$style.aSeguirtype4)},t.toDisplayString(o.data.second_title),3)],2)],2)],2),o.data.player_photo!=""?(t.openBlock(),t.createElementBlock("img",{key:0,class:t.normalizeClass(e.$style.imagePlayerIcon1type4),alt:"",src:o.data.player_photo},null,10,dse)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(i.dataContainer1Class),id:"data-container"},[t.createElementVNode("div",{style:t.normalizeStyle({color:o.data.font_color_card+"!important"}),class:t.normalizeClass(i.dataBox4Class),onClick:a[4]||(a[4]=r=>i.clickCategory({category:o.data.category_id_1,season_id:o.data.id_season,player_id:o.data.player_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.total4type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",fill:o.data.font_color_card},null,8,mse)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_1),3)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.div9type4)},t.toDisplayString(o.data.category_name_1),3)],6),t.createElementVNode("div",{style:t.normalizeStyle({color:o.data.font_color_card+"!important"}),class:t.normalizeClass(i.dataBox4Class),onClick:a[5]||(a[5]=r=>i.clickCategory({category:o.data.category_id_2,season_id:o.data.id_season,player_id:o.data.player_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.total4type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",fill:o.data.font_color_card},null,8,pse)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_2),3)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.div9type4)},t.toDisplayString(o.data.category_name_2),3)],6),o.data.showlast_category?(t.openBlock(),t.createElementBlock("div",{key:0,style:t.normalizeStyle({color:o.data.font_color_card+"!important"}),class:t.normalizeClass(i.dataBox6Class),onClick:a[6]||(a[6]=r=>i.clickCategory({category:o.data.category_id_3,season_id:o.data.id_season,player_id:o.data.player_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.total4type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",fill:o.data.font_color_card},null,8,hse)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_3),3)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.div9type4)},t.toDisplayString(o.data.category_name_3),3)],6)):t.createCommentVNode("",!0)],2)],2),t.createElementVNode("div",{class:t.normalizeClass(i.tarjetaDatosGs320Class)},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.baseCard1type4)},[o.showShareButton?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(e.$style.btnShare1type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.btnShareIcon1type4),width:"13",height:"13",viewBox:"0 0 13 13",fill:"none",xmlns:"http://www.w3.org/2000/svg"},gse,2))],2)):t.createCommentVNode("",!0),o.data.background!=""?(t.openBlock(),t.createElementBlock("img",{key:1,class:t.normalizeClass(e.$style.bakgBaseIcon2type4),alt:"",src:o.data.background},null,10,use)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(e.$style.btnVideos2type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.roleCharacterIcon2type4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",fill:o.data.color_icon_play!=null?o.data.color_icon_play:"#CBEE6B"},null,8,fse)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.verVideostype4)},"Ver videos",2)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.title2type4),id:"title-info"},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.playerName1type4)},t.toDisplayString(o.data.player_name),3),t.createElementVNode("h2",{class:t.normalizeClass(e.$style.elJugadorAContainer2type4),id:"title-card"},[t.createElementVNode("p",{class:t.normalizeClass(e.$style.elJugadortype4)},t.toDisplayString(o.data.main_title),3),t.createElementVNode("p",{class:t.normalizeClass(e.$style.aSeguirtype4)},t.toDisplayString(o.data.second_title),3)],2)],2)],2),o.data.player_photo!=""?(t.openBlock(),t.createElementBlock("img",{key:0,class:t.normalizeClass(e.$style.imagePlayerIcon2type4),alt:"",src:o.data.player_photo},null,10,_se)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(e.$style.dataContainer2type4),id:"data-container"},[t.createElementVNode("div",{style:t.normalizeStyle({color:o.data.font_color_card+"!important"}),class:t.normalizeClass(i.dataBox7Class),onClick:a[7]||(a[7]=r=>i.clickCategory({category:o.data.category_id_1,season_id:o.data.id_season,player_id:o.data.player_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.total4type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188777 8.8403C0.131575 8.80242 0.0837648 8.74584 0.0504989 8.67665C0.0172329 8.60746 -0.000226668 8.52828 2.22189e-06 8.44765V1.33719C8.08668e-05 1.25684 0.0176547 1.17801 0.0508556 1.10909C0.0840564 1.04018 0.131643 0.983741 0.188558 0.94579C0.245472 0.907838 0.309587 0.889787 0.374086 0.893556C0.438586 0.897325 0.501059 0.922773 0.554865 0.967195L4.84073 4.52284C4.88968 4.56335 4.92982 4.61829 4.95759 4.68277C4.98536 4.74724 4.99989 4.81926 4.99989 4.89242C4.99989 4.96557 4.98536 5.03759 4.95759 5.10207C4.92982 5.16655 4.88968 5.22149 4.84073 5.26199L0.554865 8.81848C0.501141 8.863 0.438716 8.88854 0.374245 8.89238C0.309774 8.89623 0.245673 8.87822 0.188777 8.8403V8.8403ZM0.357326 8.44849L4.64319 4.89284L0.357326 8.44849Z",fill:o.data.font_color_card},null,8,bse)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_1),3)],2),t.createElementVNode("div",{class:t.normalizeClass(i.div15Class)},t.toDisplayString(o.data.category_name_1),3)],6),t.createElementVNode("div",{style:t.normalizeStyle({color:o.data.font_color_card+"!important"}),class:t.normalizeClass(i.dataBox8Class),onClick:a[8]||(a[8]=r=>i.clickCategory({category:o.data.category_id_2,season_id:o.data.id_season,player_id:o.data.player_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.total4type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188777 8.8403C0.131575 8.80242 0.0837648 8.74584 0.0504989 8.67665C0.0172329 8.60746 -0.000226668 8.52828 2.22189e-06 8.44765V1.33719C8.08668e-05 1.25684 0.0176547 1.17801 0.0508556 1.10909C0.0840564 1.04018 0.131643 0.983741 0.188558 0.94579C0.245472 0.907838 0.309587 0.889787 0.374086 0.893556C0.438586 0.897325 0.501059 0.922773 0.554865 0.967195L4.84073 4.52284C4.88968 4.56335 4.92982 4.61829 4.95759 4.68277C4.98536 4.74724 4.99989 4.81926 4.99989 4.89242C4.99989 4.96557 4.98536 5.03759 4.95759 5.10207C4.92982 5.16655 4.88968 5.22149 4.84073 5.26199L0.554865 8.81848C0.501141 8.863 0.438716 8.88854 0.374245 8.89238C0.309774 8.89623 0.245673 8.87822 0.188777 8.8403V8.8403ZM0.357326 8.44849L4.64319 4.89284L0.357326 8.44849Z",fill:o.data.font_color_card},null,8,wse)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_2),3)],2),t.createElementVNode("div",{class:t.normalizeClass(i.div15Class)},t.toDisplayString(o.data.category_name_2),3)],6),o.data.showlast_category?(t.openBlock(),t.createElementBlock("div",{key:0,style:t.normalizeStyle({color:o.data.font_color_card+"!important"}),class:t.normalizeClass(i.dataBox8Class),onClick:a[9]||(a[9]=r=>i.clickCategory({category:o.data.category_id_3,season_id:o.data.id_season,player_id:o.data.player_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.total4type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"6",height:"9",viewBox:"0 0 6 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.474421 8.8403C0.41722 8.80242 0.369409 8.74584 0.336143 8.67665C0.302877 8.60746 0.285418 8.52828 0.285647 8.44765V1.33719C0.285725 1.25684 0.303299 1.17801 0.3365 1.10909C0.369701 1.04018 0.417288 0.983741 0.474202 0.94579C0.531117 0.907838 0.595232 0.889787 0.659731 0.893556C0.72423 0.897325 0.786704 0.922773 0.84051 0.967195L5.12637 4.52284C5.17532 4.56335 5.21547 4.61829 5.24324 4.68277C5.271 4.74724 5.28554 4.81926 5.28554 4.89242C5.28554 4.96557 5.271 5.03759 5.24324 5.10207C5.21547 5.16655 5.17532 5.22149 5.12637 5.26199L0.84051 8.81848C0.786786 8.863 0.724361 8.88854 0.659889 8.89238C0.595418 8.89623 0.531318 8.87822 0.474421 8.8403V8.8403ZM0.64297 8.44849L4.92883 4.89284L0.64297 8.44849Z",fill:o.data.font_color_card},null,8,Cse)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_3),3)],2),t.createElementVNode("div",{class:t.normalizeClass(i.div15Class)},t.toDisplayString(o.data.category_name_3),3)],6)):t.createCommentVNode("",!0)],2)],2)],2)}const Sse={$style:Xoe},Ese=Uo(_p,[["render",kse],["__cssModules",Sse]]),Nse="_cardVideotype3_1geoc_47",$se="_cardVideo540type3_1geoc_73",Bse="_ligaMx2Icontype3_1geoc_101",xse="_roleCharacterIcontype3_1geoc_121",Vse="_btnPlaytype3_1geoc_135",Ise="_videoThumbnailtype3_1geoc_183",Ase="_chivasIcontype3_1geoc_209",Ose="_teamtype3_1geoc_221",Tse="_playerChildtype3_1geoc_251",Fse="_playertype3_1geoc_265",zse="_teamPlayertype3_1geoc_297",Rse="_mintype3_1geoc_309",Pse="_teamPlayerParenttype3_1geoc_317",Dse="_icnGoalsIcontype3_1geoc_333",jse="_min1type3_1geoc_343",Lse="_actionstype3_1geoc_351",vse="_footerCardVideotype3_1geoc_367",Mse={cardVideotype3:Nse,cardVideo540type3:$se,ligaMx2Icontype3:Bse,roleCharacterIcontype3:xse,btnPlaytype3:Vse,videoThumbnailtype3:Ise,chivasIcontype3:Ase,teamtype3:Ose,playerChildtype3:Tse,playertype3:Fse,teamPlayertype3:zse,mintype3:Rse,teamPlayerParenttype3:Pse,icnGoalsIcontype3:Dse,min1type3:jse,actionstype3:Lse,footerCardVideotype3:vse},bp={components:{},props:{data:{type:Object,default:()=>{}},clickCard:{type:Boolean,default:!1},categoryIcon:{type:Boolean,default:!0},backgroundColor:{type:String,default:"#000000"},playerPhoto:{type:Boolean,default:!0}},data(){return{}},setup(){const e=t.ref("myDivRefCardtype3"),{elementSize:a}=ln(e);return{myDivRefCardtype3:e,elementSize:a}},computed:{cardVideoClass(){return this.elementSize.width<=540?this.$style.cardVideo540type3:this.$style.cardVideotype3}},methods:{clickPlayer(e){this.clickCard&&this.$emit("onClickCard",e)},clickVideos(e){this.clickCard||this.$emit("onClickVideos",e)}}},j2=()=>{t.useCssVars(e=>({fe7b7fd8:e.backgroundColor}))},L2=bp.setup;bp.setup=L2?(e,a)=>(j2(),L2(e,a)):j2;const Hse=["src"],Use=t.createElementVNode("g",{"clip-path":"url(#clip0_59_831)"},[t.createElementVNode("path",{d:"M2.67705 12.0654C2.58553 12.0133 2.50903 11.9355 2.4558 11.8404C2.40257 11.7452 2.37464 11.6363 2.375 11.5255V1.74838C2.37513 1.63789 2.40325 1.5295 2.45637 1.43474C2.50949 1.33998 2.58563 1.26238 2.6767 1.21019C2.76776 1.15801 2.87035 1.13319 2.97355 1.13837C3.07675 1.14355 3.17671 1.17854 3.2628 1.23962L10.1203 6.12875C10.1987 6.18445 10.2629 6.25998 10.3073 6.34864C10.3518 6.4373 10.375 6.53633 10.375 6.63692C10.375 6.73751 10.3518 6.83654 10.3073 6.9252C10.2629 7.01386 10.1987 7.0894 10.1203 7.1451L3.2628 12.0354C3.17684 12.0966 3.07696 12.1317 2.9738 12.137C2.87065 12.1423 2.76809 12.1175 2.67705 12.0654V12.0654ZM2.94673 11.5266L9.80426 6.6375L2.94673 11.5266Z",fill:"#CBEE6B"})],-1),Gse=t.createElementVNode("defs",null,[t.createElementVNode("clipPath",{id:"clip0_59_831"},[t.createElementVNode("rect",{width:"12",height:"12",fill:"white",transform:"translate(0.375 0.637695)"})])],-1),Wse=[Use,Gse],qse=["src"],Jse=["src"],Xse=["src"];function Zse(e,a,o,s,n,i){return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(i.cardVideoClass),ref:"myDivRefCardtype3",onClick:a[1]||(a[1]=r=>i.clickPlayer({season_id:o.data.id_season,category_id:o.data.id_category,team_id:o.data.team_id,player_id:o.data.player_id}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.videoThumbnailtype3),id:"container-video"},[t.createElementVNode("img",{class:t.normalizeClass(e.$style.ligaMx2Icontype3),alt:"",src:o.data.background_card},null,10,Hse),t.createElementVNode("button",{class:t.normalizeClass(e.$style.btnPlaytype3),onClick:a[0]||(a[0]=r=>i.clickVideos({season_id:o.data.id_season,category_id:o.data.id_category,team_id:o.data.team_id,player_id:o.data.player_id})),id:"btn-play-video"},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.roleCharacterIcontype3),width:"13",height:"13",viewBox:"0 0 13 13",fill:"none",xmlns:"http://www.w3.org/2000/svg"},Wse,2))],2)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.footerCardVideotype3),id:"footer-card-video",style:t.normalizeStyle({background:o.backgroundColor})},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.teamPlayerParenttype3)},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.teamPlayertype3)},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.teamtype3)},[t.createElementVNode("img",{class:t.normalizeClass(e.$style.chivasIcontype3),alt:"",src:o.data.team_logo},null,10,qse)],2),o.playerPhoto?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(e.$style.playertype3)},[t.createElementVNode("img",{class:t.normalizeClass(e.$style.playerChildtype3),alt:"",src:o.data.player_photo},null,10,Jse)],2)):t.createCommentVNode("",!0)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.mintype3)},t.toDisplayString(o.data.player_name),3)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.actionstype3)},[o.categoryIcon?(t.openBlock(),t.createElementBlock("img",{key:0,class:t.normalizeClass(e.$style.icnGoalsIcontype3),alt:"",src:o.data.icon_stat},null,10,Xse)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(e.$style.min1type3)},t.toDisplayString(o.data.stat),3)],2)],6)],2)}const Yse={$style:Mse},Kse=Uo(bp,[["render",Zse],["__cssModules",Yse]]),Qse={components:{GSCCardFrecuentConnections:Hte,GSCCardVideosPlayers:fae,GSCHighlightsPostmatch:jae,GSCPlays:Kse,GSCDataGS:Ese},props:{type:{type:Number,default:0},data:{type:Object,default:()=>{}},clickCard:{type:Boolean,default:!1},playerPhoto:{type:Boolean,default:!0},categoryIcon:{type:Boolean,default:!0},backgroundColor:{type:String,default:"#cf152d"},backgroundImg:{type:String,default:""},colorTitle:{type:String,default:"#FFFFFF"},borderColor:{type:String,default:"#FFFFFF"},colorCard:{type:String,default:"#122736"},showShareButton:{type:Boolean,default:!1},customizeColors:{type:Boolean,default:!0}},data(){return{}},computed:{},methods:{onClickPlayer(e){this.$emit("onClickCard",e)},onClickVideos(e){this.$emit("onClickVideos",e)},onClickCategory(e){this.$emit("onClickCategory",e)}}};function ene(e,a,o,s,n,i){const r=t.resolveComponent("GSCCardFrecuentConnections"),c=t.resolveComponent("GSCCardVideosPlayers"),y=t.resolveComponent("GSCHighlightsPostmatch"),d=t.resolveComponent("GSCPlays"),l=t.resolveComponent("GSCDataGS");return t.openBlock(),t.createElementBlock("div",null,[o.type==0?(t.openBlock(),t.createBlock(r,{key:0,data:o.data,"click-card":o.clickCard,onOnClickPlayer:i.onClickPlayer,onOnClickVideos:i.onClickVideos},null,8,["data","click-card","onOnClickPlayer","onOnClickVideos"])):t.createCommentVNode("",!0),o.type==1?(t.openBlock(),t.createBlock(c,{key:1,data:o.data,"click-card":o.clickCard,"background-color":o.backgroundColor,"color-title":o.colorTitle,"border-color":o.borderColor,"background-img":o.backgroundImg,"customize-colors":o.customizeColors,onOnClickCard:i.onClickPlayer,onOnClickVideos:i.onClickVideos},null,8,["data","click-card","background-color","color-title","border-color","background-img","customize-colors","onOnClickCard","onOnClickVideos"])):t.createCommentVNode("",!0),o.type==2?(t.openBlock(),t.createBlock(y,{key:2,data:o.data,"click-card":o.clickCard,"background-img":o.backgroundImg,onOnClickCard:i.onClickPlayer,onOnClickVideos:i.onClickVideos},null,8,["data","click-card","background-img","onOnClickCard","onOnClickVideos"])):t.createCommentVNode("",!0),o.type==3?(t.openBlock(),t.createBlock(d,{key:3,data:o.data,"click-card":o.clickCard,"player-photo":o.playerPhoto,"category-icon":o.categoryIcon,"background-color":o.backgroundColor,onOnClickCard:i.onClickPlayer,onOnClickVideos:i.onClickVideos},null,8,["data","click-card","player-photo","category-icon","background-color","onOnClickCard","onOnClickVideos"])):t.createCommentVNode("",!0),o.type==4?(t.openBlock(),t.createBlock(l,{key:4,data:o.data,"show-share-button":o.showShareButton,"click-card":o.clickCard,colorcard:o.colorCard,onOnClickCard:i.onClickPlayer,onOnClickVideos:i.onClickVideos,onOnClickCategory:i.onClickCategory},null,8,["data","show-share-button","click-card","colorcard","onOnClickCard","onOnClickVideos","onOnClickCategory"])):t.createCommentVNode("",!0)])}const tne=Uo(Qse,[["render",ene],["__scopeId","data-v-b1f26d64"]]),ane=(e,a)=>{const o=e.__vccOpts||e;for(const[s,n]of a)o[s]=n;return o},wp={name:"ScrollableContainer",props:{backgroundColor:{type:String,default:"#0D1D29"},pxScroll:{type:Number,default:100},arrows:{type:Boolean,default:!0},arrowsHideOnNoScroll:{type:Boolean,default:!1},arrowsScrollHide:{type:Boolean,default:!1},arrowsColor:{type:String,default:"#CBEE6B"},arrowsHeight:{type:Number,default:15},arrowsWidth:{type:Number,default:15},arrowsPadding:{type:Number,default:5},arrowsMargin:{type:Number,default:10},arrowsRadius:{type:String,default:"0%"},arrowsBorder:{type:String,default:"none"},arrowsBackground:{type:String,default:"#0D1D29"},arrowsContainerBgL:{type:String,default:"#0D1D29"},arrowsContainerBgR:{type:String,default:"#0D1D29"},scrollColor:{type:String,default:"#c3e569"},arrowsPosition:{type:String,default:"relative"},height:{type:String,default:"100%"}},data(){return{showLeftArrow:!1,showRightArrow:!0,intervalid1:""}},mounted(){this.getScroll(),this.arrowsHideOnNoScroll&&window.addEventListener("resize",this.resizeSlider),this.arrowsHideOnNoScroll&&this.listenerLoad()},beforeUnmount(){this.arrowsHideOnNoScroll&&window.removeEventListener("resize",this.resizeSlider),this.arrowsHideOnNoScroll&&clearInterval(this.intervalid1)},computed:{getViewBox(){return`-2 0 ${this.arrowsWidth} ${this.arrowsHeight}`},hideShowLeftArrow(){let e="";return this.arrowsPosition=="absolute"?e="leftAbsolute":e="leftRelative",this.arrowsScrollHide?this.showLeftArrow?e+=" showArrowSlide":e+=" hideArrowSlide":e+=" showArrowSlide",e},hideShowRightArrow(){let e="";return this.arrowsPosition=="absolute"?e="rightAbsolute":e="rightRelative",this.arrowsScrollHide?this.showRightArrow?e+=" showArrowSlide":e+=" hideArrowSlide":e+=" showArrowSlide",e}},methods:{scrollLeft(){this.$refs.content.scrollLeft-=this.pxScroll},scrollRight(){this.$refs.content.scrollLeft+=this.pxScroll},getScroll(){let e=0;this.arrowsPosition=="relative"?e=this.$refs.content.scrollWidth-this.$el.clientWidth+this.arrowsMargin*2+this.arrowsWidth*4:e=this.$refs.content.scrollWidth-this.$el.clientWidth,this.$refs.content.scrollLeft==0?this.showLeftArrow=!1:this.showLeftArrow=!0,e>0&&(this.$refs.content.scrollLeft==e?this.showRightArrow=!1:this.showRightArrow=!0),this.arrowsHideOnNoScroll&&this.$refs.content.clientWidth===this.$refs.content.scrollWidth&&(this.showRightArrow=!1)},resizeSlider(){this.getScroll();let e;clearTimeout(e),e=setTimeout(this.getScroll,1e3)},listenerLoad(){this.intervalid1=setInterval((function(){var e=this.$el.clientWidth,a=this.$refs.content.scrollWidth;a>0&&e>0&&(a>e?(this.showRightArrow=!0,clearInterval(this.intervalid1)):clearInterval(this.intervalid1))}).bind(this),3e3)}}},v2=()=>{t.useCssVars(e=>({"42d3dba6":e.backgroundColor,"4de5d2cf":e.height,"67bafa7b":e.arrowsPosition,"61e1032e":e.arrowsPadding+"px","79a4ac00":e.arrowsBackground,"6b8355c6":e.arrowsHeight*2+"px","29a58368":e.arrowsWidth*2+"px","3622fa64":e.arrowsRadius,"1ba101fe":e.arrowsBorder,"0bafb5e6":e.arrowsMargin+"px","423a44b8":e.arrowsContainerBgL,"423a44be":e.arrowsContainerBgR,"10b117ee":e.scrollColor}))},M2=wp.setup;wp.setup=M2?(e,a)=>(v2(),M2(e,a)):v2;const one={ref:"gscScrollableContainer",class:"scrollable-container"},sne={class:"scrollable-arrows"},nne=["width","height","viewBox"],ine=["stroke"],rne={class:"scrollable-wrapper"},lne={class:"scrollable-arrows"},cne=["width","height","viewBox"],dne=["stroke"];function mne(e,a,o,s,n,i){return t.openBlock(),t.createElementBlock("div",one,[o.arrows?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["arrows-container",i.hideShowLeftArrow]),onClick:a[0]||(a[0]=(...r)=>i.scrollLeft&&i.scrollLeft(...r))},[t.createElementVNode("div",sne,[(t.openBlock(),t.createElementBlock("svg",{width:o.arrowsWidth,height:o.arrowsHeight,viewBox:i.getViewBox,fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M6.36523 13.788L1.10146 8.52429C0.479824 7.90265 0.479824 6.88541 1.10147 6.26377L6.36523 1",stroke:o.arrowsColor},null,8,ine)],8,nne))])],2)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:"scrollable-content scrollable-content-slider",ref:"content",onScroll:a[1]||(a[1]=(...r)=>i.getScroll&&i.getScroll(...r))},[t.createElementVNode("div",rne,[t.renderSlot(e.$slots,"default",{},void 0,!0)])],544),o.arrows?(t.openBlock(),t.createElementBlock("div",{key:1,id:"arrows-container-right",class:t.normalizeClass(["arrows-container",i.hideShowRightArrow]),onClick:a[2]||(a[2]=(...r)=>i.scrollRight&&i.scrollRight(...r))},[t.createElementVNode("div",lne,[(t.openBlock(),t.createElementBlock("svg",{width:o.arrowsWidth,height:o.arrowsHeight,viewBox:i.getViewBox,fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.634765 1.21195L5.89853 6.47571C6.52018 7.09735 6.52018 8.11459 5.89853 8.73623L0.634766 14",stroke:o.arrowsColor},null,8,dne)],8,cne))])],2)):t.createCommentVNode("",!0)],512)}const pne=ane(wp,[["render",mne],["__scopeId","data-v-b548a08d"]]),hne="_templateDataGS_1w6kr_7",yne="_gridCompo480_1w6kr_33",gne="_gridCompo_1w6kr_33",une="_grid_1w6kr_33",fne="_grid768_1w6kr_115",_ne="_grid480_1w6kr_137",bne="_specialsMobile_1w6kr_161",wne="_gridClass_1w6kr_177",Cne={templateDataGS:hne,gridCompo480:yne,gridCompo:gne,grid:une,grid768:fne,grid480:_ne,specialsMobile:bne,gridClass:wne},kne={components:{GSCData:pte,GSCCard:tne,GSCSlider:pne,GSCMentionsCards:NY},props:{type:{type:Number,default:0},data:{type:Object,default:()=>{}}},setup(){const e=t.ref("myDivRef2GSDa"),{elementSize:a}=ZZ(e);return{myDivRef2GSDa:e,elementSize:a}},data(){return{token:"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MCwibmFtZSI6IlVzdWFyaW8gRnJlZSIsInVzZXJuYW1lIjoiZnJlZUBnb2xzdGF0cy5jb20iLCJlbWFpbCI6ImZyZWVAZ29sc3RhdHMuY29tIiwiaWF0IjoxNjA2NzU4Nzk1LCJleHAiOjE2MzgyOTQ3OTV9.kPNmP7yDtk38cAXrUyc7OHRh6J25VFqy-XUNzbK-4YE",pages:[],homeTeam:[],awayTeam:[],playerInfo:{},specials:[]}},computed:{gridCompoClass(){return this.elementSize.width<=720?this.$style.gridCompo480:this.$style.gridCompo},gridClass(){const e=this.elementSize.width;return e<=620?this.$style.grid480:e<=900?this.$style.grid768:this.$style.grid}},watch:{data:{immediate:!0,handler(e){this.getStats(e)}}},methods:{openmedia(e){this.$emit("openmedia",e)},onclickPlayVideos(e){var a=[];e.type==2?e.position_id==1?e.category==0?a=[39,55,41,42,264,304,306,608,324,323,362,371,380,355,49,50,267,308]:a=e.category:e.category==0?a=[12,19,31,32,13,25,6,11,23,4,5,24,15,607,10,27,216,217,155,164,173,30,98,101,104,105,109,112,115,116,17,2,20]:a=e.category:e.type==3?e.category==0?a=[12,55,"35_r","54_r",19,31,32,13,25,6,312,11,23,4,5,24,18,49,607,608,10,324,27,323,216,217,155,164,173,362,371,380,30,355,98,101,104,105,109,112,115,116,17,50,2,20,267,308]:a=e.category:e.category!=0?a=e.category:a=[12,55,"35_r","54_r",19,31,32,13,25,6,312,11,23,4,5,24,18,49,607,608,10,324,27,323,216,217,155,164,173,362,371,380,30,355,98,101,104,105,109,112,115,116,17,50,2,20,267,308],a==="minutes_played"&&(a=[56,57,59,60,326,213,214,215,216,583,584,122,123,124,125,585,586,128,129,130,131,133,327,587,588,136,137,138,139,589,590,142,143,144,145,146,147,485,486,487,488,489,490,491,492,10,27,597,598,538,539,599,600,541,542,601,602,545,546,603,604,548,549,561,562,100,563,564,103,104,105,106,107,108,565,566,111,567,568,114,115,116,117,118,119,4,88,5,34,402,459,460,461,233,403,456,457,458,236,404,453,454,455,240,405,450,451,452,243,408,447,448,449,283,409,444,445,446,285,410,441,442,443,290,411,438,439,440,292,412,435,436,437,297,414,415,416,417,244,418,419,420,421,401,581,582,331,506,530,579,580,334,507,531,577,578,344,508,532,575,576,424,509,533,573,574,341,529,534,571,572,340,528,535,569,570,427,527,536,348,349,350,465,352,353,354,466,14,52,15,53,218,219,220,221,496,497,498,499,500,501,502,503,217,504,505,521,522,543,33,209,208,517,206,207,26,325,16,51,463,151,154,156,591,592,159,162,163,429,165,593,594,168,171,172,430,174,595,596,177,180,181,431,467,358,361,363,366,369,370,469,372,376,378,379,470,381,385,387,388,471,607,608,210,212]),a==="games_played"&&(a=[607,608,12,55,54,35,14,52,15,53,466,477]);const o=[1,2,3];let s={seasonId:e.season_id,mainSectionType:1,playListType:e.type,categoryIds:a,gameIds:e.game_id?[e.game_id]:null,playerIds:e.position_id!=1?e.player_id?[e.player_id]:[]:[],goalkeeperIds:e.position_id==1?e.player_id?[e.player_id]:[]:[],teamId:e.team_id?[e.team_id]:0,matchResult:e.matchResult?[e.matchResult]:o,playData:{},advancedFilter:{playListTitle:""}};e.category!==0&&(s.advancedFilter.mainCategoryId=e.category),this.$emit("openmedia",s)},async getStats(e){const a=XZ.create({headers:{Authorization:`${this.token}`}}),o=await a.get("https://wlduw4woy3.execute-api.us-east-2.amazonaws.com/prod/best-plays/seasons/"+e.season+"/games/"+e.game),s=await a.get("https://55sbpmq0f5.execute-api.us-west-2.amazonaws.com/prod/specialMentions/"+e.game);for(let n=0;n<o.data.games[0].players.length;n++)e.home_team_id==o.data.games[0].players[n].team_id&&this.homeTeam.push({id_season:o.data.games[0].players[n].season_id,color:o.data.games[0].players[n].info_thumbnails.colors.background_color,player_id:o.data.games[0].players[n].player_id,player_name:o.data.games[0].players[n].player_name,background:o.data.games[0].players[n].info_thumbnails.images.background_player_in_action[0]?"https://golstatsimages.blob.core.windows.net/images-library/"+o.data.games[0].players[n].info_thumbnails.images.background_player_in_action[0]:"https://golstatsimages.blob.core.windows.net/images-library/"+o.data.games[0].players[n].info_thumbnails.images.background_default_players[0],player_photo:o.data.games[0].players[n].info_thumbnails.images.player_in_action[0]?"https://golstatsimages.blob.core.windows.net/images-library/"+o.data.games[0].players[n].info_thumbnails.images.player_in_action[0]:`https://az755631.vo.msecnd.net/players-profile/${o.data.games[0].players[n].player_id}.png`,category_stats_1:this.prematch?o.data.games[0].players[n].games_played:o.data.games[0].players[n].minutes_played,category_stats_2:this.prematch?o.data.games[0].players[n].minutes_played:o.data.games[0].players[n].categories[0].total,category_stats_3:this.prematch?o.data.games[0].players[n].categories[0].total:o.data.games[0].players[n].categories[1]?o.data.games[0].players[n].categories[1].total:"",category_id_1:this.prematch?"games_played":"minutes_played",category_id_2:this.prematch?"minutes_played":o.data.games[0].players[n].categories[0].categories,category_id_3:this.prematch?o.data.games[0].players[n].categories[0].categories:o.data.games[0].players[n].categories[1]?o.data.games[0].players[n].categories[1].categories:"",category_name_1:this.prematch?"Partidos Jugados":"Minutos Jugados",category_name_2:this.prematch?"Minutos Jugados":o.data.games[0].players[n].categories[0].category_name,category_name_3:this.prematch?o.data.games[0].players[n].categories[0].category_name:o.data.games[0].players[n].categories[1]?o.data.games[0].players[n].categories[1].category_name:"",showlast_category:!!o.data.games[0].players[n].categories[1],main_title:"Jugador",second_title:"Destacado",background_color_buttons:o.data.games[0].players[n].info_thumbnails.colors.background_color_buttons,background_color_cards:o.data.games[0].players[n].info_thumbnails.colors.background_color_cards,color_icon_play:o.data.games[0].players[n].info_thumbnails.colors.color_icon_play,color_next_back:o.data.games[0].players[n].info_thumbnails.colors.color_next_back,font_color:o.data.games[0].players[n].info_thumbnails.colors.font_color,font_color_card:o.data.games[0].players[n].info_thumbnails.colors.font_color_card?o.data.games[0].players[n].info_thumbnails.colors.font_color_card:"#FFFFFF"}),e.away_team_id==o.data.games[0].players[n].team_id&&this.awayTeam.push({id_season:o.data.games[0].players[n].season_id,color:o.data.games[0].players[n].info_thumbnails.colors.background_color,player_id:o.data.games[0].players[n].player_id,player_name:o.data.games[0].players[n].player_name,background:o.data.games[0].players[n].info_thumbnails.images.background_player_in_action[0]?"https://golstatsimages.blob.core.windows.net/images-library/"+o.data.games[0].players[n].info_thumbnails.images.background_player_in_action[0]:"https://golstatsimages.blob.core.windows.net/images-library/"+o.data.games[0].players[n].info_thumbnails.images.background_default_players[0],player_photo:o.data.games[0].players[n].info_thumbnails.images.player_in_action[0]?"https://golstatsimages.blob.core.windows.net/images-library/"+o.data.games[0].players[n].info_thumbnails.images.player_in_action[0]:`https://az755631.vo.msecnd.net/players-profile/${o.data.games[0].players[n].player_id}.png`,category_stats_1:this.prematch?o.data.games[0].players[n].games_played:o.data.games[0].players[n].minutes_played,category_stats_2:this.prematch?o.data.games[0].players[n].minutes_played:o.data.games[0].players[n].categories[0].total,category_stats_3:this.prematch?o.data.games[0].players[n].categories[0].total:o.data.games[0].players[n].categories[1]?o.data.games[0].players[n].categories[1].total:"",category_id_1:this.prematch?"games_played":"minutes_played",category_id_2:this.prematch?"minutes_played":o.data.games[0].players[n].categories[0].categories,category_id_3:this.prematch?o.data.games[0].players[n].categories[0].categories:o.data.games[0].players[n].categories[1]?o.data.games[0].players[n].categories[1].categories:"",category_name_1:this.prematch?"Partidos Jugados":"Minutos Jugados",category_name_2:this.prematch?"Minutos Jugados":o.data.games[0].players[n].categories[0].category_name,category_name_3:this.prematch?o.data.games[0].players[n].categories[0].category_name:o.data.games[0].players[n].categories[1]?o.data.games[0].players[n].categories[1].category_name:"",showlast_category:!!o.data.games[0].players[n].categories[1],main_title:"Jugador",second_title:"Destacado",background_color_buttons:o.data.games[0].players[n].info_thumbnails.colors.background_color_buttons,background_color_cards:o.data.games[0].players[n].info_thumbnails.colors.background_color_cards,color_icon_play:o.data.games[0].players[n].info_thumbnails.colors.color_icon_play,color_next_back:o.data.games[0].players[n].info_thumbnails.colors.color_next_back,font_color:o.data.games[0].players[n].info_thumbnails.colors.font_color,font_color_card:o.data.games[0].players[n].info_thumbnails.colors.font_color_card?o.data.games[0].players[n].info_thumbnails.colors.font_color_card:"#FFFFFF"});this.specials=s.data.data}}},Sne={style:{margin:"0 auto",width:"100%"}},Ene={style:{margin:"0 auto",width:"100%"}};function Nne(e,a,o,s,n,i){const r=t.resolveComponent("GSCData"),c=t.resolveComponent("GSCMentionsCards"),y=t.resolveComponent("GSCSlider"),d=t.resolveComponent("GSCCard");return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(e.$style.templateDataGS),ref:"myDivRef2GSDa"},[o.type==0?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[t.createElementVNode("div",{class:t.normalizeClass(i.gridCompoClass)},[t.createElementVNode("div",{style:t.normalizeStyle(s.elementSize.width>720?"width:"+(s.elementSize.width-80)/2+"px":"width:"+(s.elementSize.width-40)+"px")},[t.createElementVNode("div",Sne,[t.createVNode(r,{type:1,prematch:!0,"click-card":!1,"team-selected":o.data.home_team_id,data:o.data,colorCardByTeam:!0,onOpenmedia:i.openmedia},null,8,["team-selected","data","onOpenmedia"])])],4),t.createElementVNode("div",{style:t.normalizeStyle(s.elementSize.width>720?"width:"+(s.elementSize.width-80)/2+"px":"width:"+(s.elementSize.width-40)+"px")},[t.createElementVNode("div",Ene,[t.createVNode(r,{type:1,prematch:!0,"click-card":!1,"team-selected":o.data.away_team_id,data:o.data,colorCardByTeam:!0,onOpenmedia:i.openmedia},null,8,["team-selected","data","onOpenmedia"])])],4)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.specialsMobile)},[t.createVNode(y,{"px-scroll":305,"scroll-color":"none","arrows-position":"absolute","arrows-scroll-hide":!0,arrowsBackground:"rgba(255,255,255,.16)",arrowsContainerBgL:"none",arrowsContainerBgR:"none",arrowsMargin:0,arrowsRadius:"50%",arrowsBorder:"#ddd","background-color":"#172531"},{default:t.withCtx(()=>[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.specials,(l,m)=>(t.openBlock(),t.createBlock(c,{key:m,data:l,"is-slider":!0},null,8,["data"]))),128))]),_:1})],2),t.createElementVNode("div",{class:t.normalizeClass([i.gridClass,e.$style.gridClass])},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.specials,(l,m)=>(t.openBlock(),t.createBlock(c,{key:m,data:l},null,8,["data"]))),128))],2)],64)):(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(i.gridCompoClass)},[t.createElementVNode("div",{style:t.normalizeStyle(s.elementSize.width>720?"width:"+(s.elementSize.width-50)/2+"px":"width:"+(s.elementSize.width-40)+"px")},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.homeTeam,(l,m)=>(t.openBlock(),t.createBlock(d,{key:m,type:4,style:{"margin-top":"30px"},"click-card":!1,data:l,colorCard:l.color,onOnClickVideos:i.onclickPlayVideos,onOnClickCategory:i.onclickPlayVideos},null,8,["data","colorCard","onOnClickVideos","onOnClickCategory"]))),128))],4),t.createElementVNode("div",{style:t.normalizeStyle(s.elementSize.width>720?"width:"+(s.elementSize.width-50)/2+"px":"width:"+(s.elementSize.width-40)+"px")},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.awayTeam,(l,m)=>(t.openBlock(),t.createBlock(d,{key:m,type:4,style:{"margin-top":"30px"},"click-card":!1,data:l,colorCard:l.color,onOnClickVideos:i.onclickPlayVideos,onOnClickCategory:i.onclickPlayVideos},null,8,["data","colorCard","onOnClickVideos","onOnClickCategory"]))),128))],4)],2))],2)}const $ne={$style:Cne},H2=J_(kne,[["render",Nne],["__cssModules",$ne],["__scopeId","data-v-b6b91c36"]]),OMe="",TMe="",Bne={class:"datagame-container"},xne=Ae({__name:"GSCDatosGSMain",props:{game:{type:Object,default:()=>({gameId:79623,seasonId:1772,status:1,dateTimeUTC:"2023-10-01T22:20:00Z",homeTeam:{logo:"https://az755631.vo.msecnd.net/teams-80/18.png",team_id:10,provisional_logo:"https://az755631.vo.msecnd.net/teams-provisional/18.png",colloquial_name:"Toluca",acronym:"TOL",team_name:"Toluca"},awayTeam:{logo:"https://az755631.vo.msecnd.net/teams-80/1.png",team_id:1,provisional_logo:"https://az755631.vo.msecnd.net/teams-provisional/1.png",colloquial_name:"Chivas",acronym:"CHI",team_name:"Guadalajara"}})}},emits:["openmedia"],setup(e,{emit:a}){const o=e,s=t.ref(0);t.watch(()=>o.game,i=>{s.value=i.gameId},{deep:!0,immediate:!0});function n(i){a("openmedia",i)}return(i,r)=>(t.openBlock(),t.createElementBlock("div",Bne,[e.game.status==4?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[Object.keys(e.game).length>0?(t.openBlock(),t.createBlock(t.unref(H2),{onOpenmedia:n,key:s.value,type:0,data:{season:e.game.seasonId,game:e.game.gameId,home_team_id:e.game.homeTeam.team_id,away_team_id:e.game.awayTeam.team_id,team_view:1}},null,8,["data"])):t.createCommentVNode("",!0)],64)):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[Object.keys(e.game).length>0?(t.openBlock(),t.createBlock(t.unref(H2),{onOpenmedia:n,key:s.value,type:1,data:{season:e.game.seasonId,game:e.game.gameId,home_team_id:e.game.homeTeam.team_id,away_team_id:e.game.awayTeam.team_id,team_view:2}},null,8,["data"])):t.createCommentVNode("",!0)],64))]))}},[["__scopeId","data-v-564ded3f"]]);function U2(e,a){return function(){return e.apply(a,arguments)}}const{toString:Vne}=Object.prototype,{getPrototypeOf:Cp}=Object,Rr=(e=>a=>{const o=Vne.call(a);return e[o]||(e[o]=o.slice(8,-1).toLowerCase())})(Object.create(null)),la=e=>(e=e.toLowerCase(),a=>Rr(a)===e),Pr=e=>a=>typeof a===e,{isArray:Go}=Array,cn=Pr("undefined");function Ine(e){return e!==null&&!cn(e)&&e.constructor!==null&&!cn(e.constructor)&&At(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const G2=la("ArrayBuffer");function Ane(e){let a;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?a=ArrayBuffer.isView(e):a=e&&e.buffer&&G2(e.buffer),a}const One=Pr("string"),At=Pr("function"),W2=Pr("number"),Dr=e=>e!==null&&typeof e=="object",Tne=e=>e===!0||e===!1,jr=e=>{if(Rr(e)!=="object")return!1;const a=Cp(e);return(a===null||a===Object.prototype||Object.getPrototypeOf(a)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},Fne=la("Date"),zne=la("File"),Rne=la("Blob"),Pne=la("FileList"),Dne=e=>Dr(e)&&At(e.pipe),jne=e=>{let a;return e&&(typeof FormData=="function"&&e instanceof FormData||At(e.append)&&((a=Rr(e))==="formdata"||a==="object"&&At(e.toString)&&e.toString()==="[object FormData]"))},Lne=la("URLSearchParams"),vne=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function dn(e,a,{allOwnKeys:o=!1}={}){if(e===null||typeof e>"u")return;let s,n;if(typeof e!="object"&&(e=[e]),Go(e))for(s=0,n=e.length;s<n;s++)a.call(null,e[s],s,e);else{const i=o?Object.getOwnPropertyNames(e):Object.keys(e),r=i.length;let c;for(s=0;s<r;s++)c=i[s],a.call(null,e[c],c,e)}}function q2(e,a){a=a.toLowerCase();const o=Object.keys(e);let s=o.length,n;for(;s-- >0;)if(n=o[s],a===n.toLowerCase())return n;return null}const J2=(()=>typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global)(),X2=e=>!cn(e)&&e!==J2;function kp(){const{caseless:e}=X2(this)&&this||{},a={},o=(s,n)=>{const i=e&&q2(a,n)||n;jr(a[i])&&jr(s)?a[i]=kp(a[i],s):jr(s)?a[i]=kp({},s):Go(s)?a[i]=s.slice():a[i]=s};for(let s=0,n=arguments.length;s<n;s++)arguments[s]&&dn(arguments[s],o);return a}const Mne=(e,a,o,{allOwnKeys:s}={})=>(dn(a,(n,i)=>{o&&At(n)?e[i]=U2(n,o):e[i]=n},{allOwnKeys:s}),e),Hne=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),Une=(e,a,o,s)=>{e.prototype=Object.create(a.prototype,s),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:a.prototype}),o&&Object.assign(e.prototype,o)},Gne=(e,a,o,s)=>{let n,i,r;const c={};if(a=a||{},e==null)return a;do{for(n=Object.getOwnPropertyNames(e),i=n.length;i-- >0;)r=n[i],(!s||s(r,e,a))&&!c[r]&&(a[r]=e[r],c[r]=!0);e=o!==!1&&Cp(e)}while(e&&(!o||o(e,a))&&e!==Object.prototype);return a},Wne=(e,a,o)=>{e=String(e),(o===void 0||o>e.length)&&(o=e.length),o-=a.length;const s=e.indexOf(a,o);return s!==-1&&s===o},qne=e=>{if(!e)return null;if(Go(e))return e;let a=e.length;if(!W2(a))return null;const o=new Array(a);for(;a-- >0;)o[a]=e[a];return o},Jne=(e=>a=>e&&a instanceof e)(typeof Uint8Array<"u"&&Cp(Uint8Array)),Xne=(e,a)=>{const o=(e&&e[Symbol.iterator]).call(e);let s;for(;(s=o.next())&&!s.done;){const n=s.value;a.call(e,n[0],n[1])}},Zne=(e,a)=>{let o;const s=[];for(;(o=e.exec(a))!==null;)s.push(o);return s},Yne=la("HTMLFormElement"),Kne=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(a,o,s){return o.toUpperCase()+s}),Z2=(({hasOwnProperty:e})=>(a,o)=>e.call(a,o))(Object.prototype),Qne=la("RegExp"),Y2=(e,a)=>{const o=Object.getOwnPropertyDescriptors(e),s={};dn(o,(n,i)=>{let r;(r=a(n,i,e))!==!1&&(s[i]=r||n)}),Object.defineProperties(e,s)},eie=e=>{Y2(e,(a,o)=>{if(At(e)&&["arguments","caller","callee"].indexOf(o)!==-1)return!1;const s=e[o];if(At(s)){if(a.enumerable=!1,"writable"in a){a.writable=!1;return}a.set||(a.set=()=>{throw Error("Can not rewrite read-only method '"+o+"'")})}})},tie=(e,a)=>{const o={},s=n=>{n.forEach(i=>{o[i]=!0})};return Go(e)?s(e):s(String(e).split(a)),o},aie=()=>{},oie=(e,a)=>(e=+e,Number.isFinite(e)?e:a),Sp="abcdefghijklmnopqrstuvwxyz",K2="0123456789",Q2={DIGIT:K2,ALPHA:Sp,ALPHA_DIGIT:Sp+Sp.toUpperCase()+K2},sie=(e=16,a=Q2.ALPHA_DIGIT)=>{let o="";const{length:s}=a;for(;e--;)o+=a[Math.random()*s|0];return o};function nie(e){return!!(e&&At(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const iie=e=>{const a=new Array(10),o=(s,n)=>{if(Dr(s)){if(a.indexOf(s)>=0)return;if(!("toJSON"in s)){a[n]=s;const i=Go(s)?[]:{};return dn(s,(r,c)=>{const y=o(r,n+1);!cn(y)&&(i[c]=y)}),a[n]=void 0,i}}return s};return o(e,0)},rie=la("AsyncFunction"),lie=e=>e&&(Dr(e)||At(e))&&At(e.then)&&At(e.catch),H={isArray:Go,isArrayBuffer:G2,isBuffer:Ine,isFormData:jne,isArrayBufferView:Ane,isString:One,isNumber:W2,isBoolean:Tne,isObject:Dr,isPlainObject:jr,isUndefined:cn,isDate:Fne,isFile:zne,isBlob:Rne,isRegExp:Qne,isFunction:At,isStream:Dne,isURLSearchParams:Lne,isTypedArray:Jne,isFileList:Pne,forEach:dn,merge:kp,extend:Mne,trim:vne,stripBOM:Hne,inherits:Une,toFlatObject:Gne,kindOf:Rr,kindOfTest:la,endsWith:Wne,toArray:qne,forEachEntry:Xne,matchAll:Zne,isHTMLForm:Yne,hasOwnProperty:Z2,hasOwnProp:Z2,reduceDescriptors:Y2,freezeMethods:eie,toObjectSet:tie,toCamelCase:Kne,noop:aie,toFiniteNumber:oie,findKey:q2,global:J2,isContextDefined:X2,ALPHABET:Q2,generateString:sie,isSpecCompliantForm:nie,toJSONObject:iie,isAsyncFn:rie,isThenable:lie};function ge(e,a,o,s,n){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",a&&(this.code=a),o&&(this.config=o),s&&(this.request=s),n&&(this.response=n)}H.inherits(ge,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:H.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const eb=ge.prototype,tb={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{tb[e]={value:e}}),Object.defineProperties(ge,tb),Object.defineProperty(eb,"isAxiosError",{value:!0}),ge.from=(e,a,o,s,n,i)=>{const r=Object.create(eb);return H.toFlatObject(e,r,function(c){return c!==Error.prototype},c=>c!=="isAxiosError"),ge.call(r,e.message,a,o,s,n),r.cause=e,r.name=e.name,i&&Object.assign(r,i),r};const cie=null;function Ep(e){return H.isPlainObject(e)||H.isArray(e)}function ab(e){return H.endsWith(e,"[]")?e.slice(0,-2):e}function ob(e,a,o){return e?e.concat(a).map(function(s,n){return s=ab(s),!o&&n?"["+s+"]":s}).join(o?".":""):a}function die(e){return H.isArray(e)&&!e.some(Ep)}const mie=H.toFlatObject(H,{},null,function(e){return/^is[A-Z]/.test(e)});function Lr(e,a,o){if(!H.isObject(e))throw new TypeError("target must be an object");a=a||new FormData,o=H.toFlatObject(o,{metaTokens:!0,dots:!1,indexes:!1},!1,function(g,p){return!H.isUndefined(p[g])});const s=o.metaTokens,n=o.visitor||d,i=o.dots,r=o.indexes,c=(o.Blob||typeof Blob<"u"&&Blob)&&H.isSpecCompliantForm(a);if(!H.isFunction(n))throw new TypeError("visitor must be a function");function y(g){if(g===null)return"";if(H.isDate(g))return g.toISOString();if(!c&&H.isBlob(g))throw new ge("Blob is not supported. Use a Buffer instead.");return H.isArrayBuffer(g)||H.isTypedArray(g)?c&&typeof Blob=="function"?new Blob([g]):Buffer.from(g):g}function d(g,p,u){let f=g;if(g&&!u&&typeof g=="object"){if(H.endsWith(p,"{}"))p=s?p:p.slice(0,-2),g=JSON.stringify(g);else if(H.isArray(g)&&die(g)||(H.isFileList(g)||H.endsWith(p,"[]"))&&(f=H.toArray(g)))return p=ab(p),f.forEach(function(_,k){!(H.isUndefined(_)||_===null)&&a.append(r===!0?ob([p],k,i):r===null?p:p+"[]",y(_))}),!1}return Ep(g)?!0:(a.append(ob(u,p,i),y(g)),!1)}const l=[],m=Object.assign(mie,{defaultVisitor:d,convertValue:y,isVisitable:Ep});function h(g,p){if(!H.isUndefined(g)){if(l.indexOf(g)!==-1)throw Error("Circular reference detected in "+p.join("."));l.push(g),H.forEach(g,function(u,f){(!(H.isUndefined(u)||u===null)&&n.call(a,u,H.isString(f)?f.trim():f,p,m))===!0&&h(u,p?p.concat(f):[f])}),l.pop()}}if(!H.isObject(e))throw new TypeError("data must be an object");return h(e),a}function sb(e){const a={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(o){return a[o]})}function Np(e,a){this._pairs=[],e&&Lr(e,this,a)}const nb=Np.prototype;nb.append=function(e,a){this._pairs.push([e,a])},nb.toString=function(e){const a=e?function(o){return e.call(this,o,sb)}:sb;return this._pairs.map(function(o){return a(o[0])+"="+a(o[1])},"").join("&")};function pie(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function ib(e,a,o){if(!a)return e;const s=o&&o.encode||pie,n=o&&o.serialize;let i;if(n?i=n(a,o):i=H.isURLSearchParams(a)?a.toString():new Np(a,o).toString(s),i){const r=e.indexOf("#");r!==-1&&(e=e.slice(0,r)),e+=(e.indexOf("?")===-1?"?":"&")+i}return e}const rb=class{constructor(){this.handlers=[]}use(a,o,s){return this.handlers.push({fulfilled:a,rejected:o,synchronous:s?s.synchronous:!1,runWhen:s?s.runWhen:null}),this.handlers.length-1}eject(a){this.handlers[a]&&(this.handlers[a]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(a){H.forEach(this.handlers,function(o){o!==null&&a(o)})}},lb={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},hie=typeof URLSearchParams<"u"?URLSearchParams:Np,yie=typeof FormData<"u"?FormData:null,gie=typeof Blob<"u"?Blob:null,uie={isBrowser:!0,classes:{URLSearchParams:hie,FormData:yie,Blob:gie},protocols:["http","https","file","blob","url","data"]},cb=typeof window<"u"&&typeof document<"u",fie=(e=>cb&&["ReactNative","NativeScript","NS"].indexOf(e)<0)(typeof navigator<"u"&&navigator.product),_ie=(()=>typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function")(),bie=Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:cb,hasStandardBrowserEnv:fie,hasStandardBrowserWebWorkerEnv:_ie},Symbol.toStringTag,{value:"Module"})),ca={...bie,...uie};function wie(e,a){return Lr(e,new ca.classes.URLSearchParams,Object.assign({visitor:function(o,s,n,i){return ca.isNode&&H.isBuffer(o)?(this.append(s,o.toString("base64")),!1):i.defaultVisitor.apply(this,arguments)}},a))}function Cie(e){return H.matchAll(/\w+|\[(\w*)]/g,e).map(a=>a[0]==="[]"?"":a[1]||a[0])}function kie(e){const a={},o=Object.keys(e);let s;const n=o.length;let i;for(s=0;s<n;s++)i=o[s],a[i]=e[i];return a}function db(e){function a(o,s,n,i){let r=o[i++];if(r==="__proto__")return!0;const c=Number.isFinite(+r),y=i>=o.length;return r=!r&&H.isArray(n)?n.length:r,y?(H.hasOwnProp(n,r)?n[r]=[n[r],s]:n[r]=s,!c):((!n[r]||!H.isObject(n[r]))&&(n[r]=[]),a(o,s,n[r],i)&&H.isArray(n[r])&&(n[r]=kie(n[r])),!c)}if(H.isFormData(e)&&H.isFunction(e.entries)){const o={};return H.forEachEntry(e,(s,n)=>{a(Cie(s),n,o,0)}),o}return null}function Sie(e,a,o){if(H.isString(e))try{return(a||JSON.parse)(e),H.trim(e)}catch(s){if(s.name!=="SyntaxError")throw s}return(o||JSON.stringify)(e)}const $p={transitional:lb,adapter:["xhr","http"],transformRequest:[function(e,a){const o=a.getContentType()||"",s=o.indexOf("application/json")>-1,n=H.isObject(e);if(n&&H.isHTMLForm(e)&&(e=new FormData(e)),H.isFormData(e))return s?JSON.stringify(db(e)):e;if(H.isArrayBuffer(e)||H.isBuffer(e)||H.isStream(e)||H.isFile(e)||H.isBlob(e))return e;if(H.isArrayBufferView(e))return e.buffer;if(H.isURLSearchParams(e))return a.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let i;if(n){if(o.indexOf("application/x-www-form-urlencoded")>-1)return wie(e,this.formSerializer).toString();if((i=H.isFileList(e))||o.indexOf("multipart/form-data")>-1){const r=this.env&&this.env.FormData;return Lr(i?{"files[]":e}:e,r&&new r,this.formSerializer)}}return n||s?(a.setContentType("application/json",!1),Sie(e)):e}],transformResponse:[function(e){const a=this.transitional||$p.transitional,o=a&&a.forcedJSONParsing,s=this.responseType==="json";if(e&&H.isString(e)&&(o&&!this.responseType||s)){const n=!(a&&a.silentJSONParsing)&&s;try{return JSON.parse(e)}catch(i){if(n)throw i.name==="SyntaxError"?ge.from(i,ge.ERR_BAD_RESPONSE,this,null,this.response):i}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:ca.classes.FormData,Blob:ca.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};H.forEach(["delete","get","head","post","put","patch"],e=>{$p.headers[e]={}});const Bp=$p,Eie=H.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),Nie=e=>{const a={};let o,s,n;return e&&e.split(`
57
+ */const ct={itemsToShow:1,itemsToScroll:1,modelValue:0,transition:300,autoplay:0,snapAlign:"center",wrapAround:!1,throttle:16,pauseAutoplayOnHover:!1,mouseDrag:!0,touchDrag:!0,dir:"ltr",breakpoints:void 0,i18n:{ariaNextSlide:"Navigate to next slide",ariaPreviousSlide:"Navigate to previous slide",ariaNavigateToSlide:"Navigate to slide {slideNumber}",ariaGallery:"Gallery",itemXofY:"Item {currentSlide} of {slidesCount}",iconArrowUp:"Arrow pointing upwards",iconArrowDown:"Arrow pointing downwards",iconArrowRight:"Arrow pointing to the right",iconArrowLeft:"Arrow pointing to the left"}},B2={itemsToShow:{default:ct.itemsToShow,type:Number},itemsToScroll:{default:ct.itemsToScroll,type:Number},wrapAround:{default:ct.wrapAround,type:Boolean},throttle:{default:ct.throttle,type:Number},snapAlign:{default:ct.snapAlign,validator(e){return["start","end","center","center-even","center-odd"].includes(e)}},transition:{default:ct.transition,type:Number},breakpoints:{default:ct.breakpoints,type:Object},autoplay:{default:ct.autoplay,type:Number},pauseAutoplayOnHover:{default:ct.pauseAutoplayOnHover,type:Boolean},modelValue:{default:void 0,type:Number},mouseDrag:{default:ct.mouseDrag,type:Boolean},touchDrag:{default:ct.touchDrag,type:Boolean},dir:{default:ct.dir,validator(e){return["rtl","ltr"].includes(e)}},i18n:{default:ct.i18n,type:Object},settings:{default(){return{}},type:Object}};function HK({config:e,slidesCount:a}){const{snapAlign:o,wrapAround:s,itemsToShow:n=1}=e;if(s)return Math.max(a-1,0);let i;switch(o){case"start":i=a-n;break;case"end":i=a-1;break;case"center":case"center-odd":i=a-Math.ceil((n-.5)/2);break;case"center-even":i=a-Math.ceil(n/2);break;default:i=0;break}return Math.max(i,0)}function UK({config:e,slidesCount:a}){const{wrapAround:o,snapAlign:s,itemsToShow:n=1}=e;let i=0;if(o||n>a)return i;switch(s){case"start":i=0;break;case"end":i=n-1;break;case"center":case"center-odd":i=Math.floor((n-1)/2);break;case"center-even":i=Math.floor((n-2)/2);break;default:i=0;break}return i}function hp({val:e,max:a,min:o}){return a<o?e:Math.min(Math.max(e,o),a)}function GK({config:e,currentSlide:a,slidesCount:o}){const{snapAlign:s,wrapAround:n,itemsToShow:i=1}=e;let r=a;switch(s){case"center":case"center-odd":r-=(i-1)/2;break;case"center-even":r-=(i-2)/2;break;case"end":r-=i-1;break}return n?r:hp({val:r,max:o-i,min:0})}function x2(e){return e?e.reduce((a,o)=>{var s;return o.type===t.Fragment?[...a,...x2(o.children)]:((s=o.type)===null||s===void 0?void 0:s.name)==="CarouselSlide"?[...a,o]:a},[]):[]}function yp({val:e,max:a,min:o=0}){return e>a?yp({val:e-(a+1),max:a,min:o}):e<o?yp({val:e+(a+1),max:a,min:o}):e}function WK(e,a){let o;return a?function(...s){const n=this;o||(e.apply(n,s),o=!0,setTimeout(()=>o=!1,a))}:e}function qK(e,a){let o;return function(...s){o&&clearTimeout(o),o=setTimeout(()=>{e(...s),o=null},a)}}function JK(e="",a={}){return Object.entries(a).reduce((o,[s,n])=>o.replace(`{${s}}`,String(n)),e)}var XK=t.defineComponent({name:"ARIA",setup(){const e=t.inject("config",t.reactive(Object.assign({},ct))),a=t.inject("currentSlide",t.ref(0)),o=t.inject("slidesCount",t.ref(0));return()=>t.h("div",{class:["carousel__liveregion","carousel__sr-only"],"aria-live":"polite","aria-atomic":"true"},JK(e.i18n.itemXofY,{currentSlide:a.value+1,slidesCount:o.value}))}}),ZK=t.defineComponent({name:"Carousel",props:B2,setup(e,{slots:a,emit:o,expose:s}){var n;const i=t.ref(null),r=t.ref([]),c=t.ref(0),y=t.ref(0),d=t.reactive(Object.assign({},ct));let l=Object.assign({},ct),m;const h=t.ref((n=e.modelValue)!==null&&n!==void 0?n:0),g=t.ref(0),p=t.ref(0),u=t.ref(0),f=t.ref(0);let _,k;t.provide("config",d),t.provide("slidesCount",y),t.provide("currentSlide",h),t.provide("maxSlide",u),t.provide("minSlide",f),t.provide("slideWidth",c);function C(){m=Object.assign({},e.breakpoints),l=Object.assign(Object.assign(Object.assign({},l),e),{i18n:Object.assign(Object.assign({},l.i18n),e.i18n),breakpoints:void 0}),E(l)}function b(){if(!m||!Object.keys(m).length)return;const S=Object.keys(m).map(T=>Number(T)).sort((T,te)=>+te-+T);let F=Object.assign({},l);S.some(T=>{const te=window.matchMedia(`(min-width: ${T}px)`).matches;return te&&(F=Object.assign(Object.assign({},F),m[T])),te}),E(F)}function E(S){Object.entries(S).forEach(([F,T])=>d[F]=T)}const x=qK(()=>{b(),V()},16);function V(){if(!i.value)return;const S=i.value.getBoundingClientRect();c.value=S.width/d.itemsToShow}function B(){y.value<=0||(p.value=Math.ceil((y.value-1)/2),u.value=HK({config:d,slidesCount:y.value}),f.value=UK({config:d,slidesCount:y.value}),d.wrapAround||(h.value=hp({val:h.value,max:u.value,min:f.value})))}t.onMounted(()=>{t.nextTick(()=>V()),setTimeout(()=>V(),1e3),b(),oe(),window.addEventListener("resize",x,{passive:!0}),o("init")}),t.onUnmounted(()=>{k&&clearTimeout(k),_&&clearInterval(_),window.removeEventListener("resize",x,{passive:!0})});let $=!1;const z={x:0,y:0},A={x:0,y:0},I=t.reactive({x:0,y:0}),P=t.ref(!1),Q=t.ref(!1),K=()=>{P.value=!0},R=()=>{P.value=!1};function w(S){["INPUT","TEXTAREA","SELECT"].includes(S.target.tagName)||($=S.type==="touchstart",$||S.preventDefault(),!(!$&&S.button!==0||ee.value)&&(z.x=$?S.touches[0].clientX:S.clientX,z.y=$?S.touches[0].clientY:S.clientY,document.addEventListener($?"touchmove":"mousemove",N,!0),document.addEventListener($?"touchend":"mouseup",O,!0)))}const N=WK(S=>{Q.value=!0,A.x=$?S.touches[0].clientX:S.clientX,A.y=$?S.touches[0].clientY:S.clientY;const F=A.x-z.x,T=A.y-z.y;I.y=T,I.x=F},d.throttle);function O(){const S=d.dir==="rtl"?-1:1,F=Math.sign(I.x)*.4,T=Math.round(I.x/c.value+F)*S;if(T&&!$){const te=Be=>{Be.stopPropagation(),window.removeEventListener("click",te,!0)};window.addEventListener("click",te,!0)}ae(h.value-T),I.x=0,I.y=0,Q.value=!1,document.removeEventListener($?"touchmove":"mousemove",N,!0),document.removeEventListener($?"touchend":"mouseup",O,!0)}function oe(){!d.autoplay||d.autoplay<=0||(_=setInterval(()=>{d.pauseAutoplayOnHover&&P.value||ie()},d.autoplay))}function se(){_&&(clearInterval(_),_=null),oe()}const ee=t.ref(!1);function ae(S){const F=d.wrapAround?S:hp({val:S,max:u.value,min:f.value});h.value===F||ee.value||(o("slide-start",{slidingToIndex:S,currentSlideIndex:h.value,prevSlideIndex:g.value,slidesCount:y.value}),ee.value=!0,g.value=h.value,h.value=F,k=setTimeout(()=>{if(d.wrapAround){const T=yp({val:F,max:u.value,min:0});T!==h.value&&(h.value=T,o("loop",{currentSlideIndex:h.value,slidingToIndex:S}))}o("update:modelValue",h.value),o("slide-end",{currentSlideIndex:h.value,prevSlideIndex:g.value,slidesCount:y.value}),ee.value=!1,se()},d.transition))}function ie(){ae(h.value+d.itemsToScroll)}function Ee(){ae(h.value-d.itemsToScroll)}const Fe={slideTo:ae,next:ie,prev:Ee};t.provide("nav",Fe),t.provide("isSliding",ee);const ze=t.computed(()=>GK({config:d,currentSlide:h.value,slidesCount:y.value}));t.provide("slidesToScroll",ze);const ft=t.computed(()=>{const S=d.dir==="rtl"?-1:1,F=ze.value*c.value*S;return{transform:`translateX(${I.x-F}px)`,transition:`${ee.value?d.transition:0}ms`,margin:d.wrapAround?`0 -${y.value*c.value}px`:"",width:"100%"}});function Re(){C(),b(),B(),V(),se()}Object.keys(B2).forEach(S=>{["modelValue"].includes(S)||t.watch(()=>e[S],Re)}),t.watch(()=>e.modelValue,S=>{S!==h.value&&ae(Number(S))}),t.watch(y,B),o("before-init"),C();const Pe={config:d,slidesCount:y,slideWidth:c,next:ie,prev:Ee,slideTo:ae,currentSlide:h,maxSlide:u,minSlide:f,middleSlide:p};s({updateBreakpointsConfigs:b,updateSlidesData:B,updateSlideWidth:V,initDefaultConfigs:C,restartCarousel:Re,slideTo:ae,next:ie,prev:Ee,nav:Fe,data:Pe});const De=a.default||a.slides,je=a.addons,Le=t.reactive(Pe);return()=>{const S=x2(De==null?void 0:De(Le)),F=(je==null?void 0:je(Le))||[];S.forEach((xe,Ve)=>xe.props.index=Ve);let T=S;if(d.wrapAround){const xe=S.map((Ie,ne)=>t.cloneVNode(Ie,{index:-S.length+ne,isClone:!0,key:`clone-before-${ne}`})),Ve=S.map((Ie,ne)=>t.cloneVNode(Ie,{index:S.length+ne,isClone:!0,key:`clone-after-${ne}`}));T=[...xe,...S,...Ve]}r.value=S,y.value=Math.max(S.length,1);const te=t.h("ol",{class:"carousel__track",style:ft.value,onMousedownCapture:d.mouseDrag?w:null,onTouchstartPassiveCapture:d.touchDrag?w:null},T),Be=t.h("div",{class:"carousel__viewport"},te);return t.h("section",{ref:i,class:{carousel:!0,"is-sliding":ee.value,"is-dragging":Q.value,"is-hover":P.value,"carousel--rtl":d.dir==="rtl"},dir:d.dir,"aria-label":d.i18n.ariaGallery,tabindex:"0",onMouseenter:K,onMouseleave:R},[Be,F,t.h(XK)])}}}),V2;(function(e){e.arrowUp="arrowUp",e.arrowDown="arrowDown",e.arrowRight="arrowRight",e.arrowLeft="arrowLeft"})(V2||(V2={}));var YK=t.defineComponent({name:"CarouselSlide",props:{index:{type:Number,default:1},isClone:{type:Boolean,default:!1}},setup(e,{slots:a}){const o=t.inject("config",t.reactive(Object.assign({},ct))),s=t.inject("currentSlide",t.ref(0)),n=t.inject("slidesToScroll",t.ref(0)),i=t.inject("isSliding",t.ref(!1)),r=()=>e.index===s.value,c=()=>e.index===s.value-1,y=()=>e.index===s.value+1,d=()=>{const l=Math.floor(n.value),m=Math.ceil(n.value+o.itemsToShow-1);return e.index>=l&&e.index<=m};return()=>{var l;return t.h("li",{style:{width:`${100/o.itemsToShow}%`},class:{carousel__slide:!0,"carousel__slide--clone":e.isClone,"carousel__slide--visible":d(),"carousel__slide--active":r(),"carousel__slide--prev":c(),"carousel__slide--next":y(),"carousel__slide--sliding":i.value},"aria-hidden":!d()},(l=a.default)===null||l===void 0?void 0:l.call(a))}}});const KK=(e,a)=>{const o=e.__vccOpts||e;for(const[s,n]of a)o[s]=n;return o},QK=e=>(t.pushScopeId("data-v-dd3cbf69"),e=e(),t.popScopeId(),e),eQ={class:"gsc-carousel"},tQ={key:0},aQ=QK(()=>t.createElementVNode("div",null,"no hay",-1)),oQ=[aQ],sQ={class:"gsc-carousel__2d__slides"},nQ={width:"9",height:"18",viewBox:"0 0 9 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},iQ=["fill"],rQ={width:"9",height:"18",viewBox:"0 0 9 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},lQ=["fill"],cQ={class:"gsc-carousel__2d__navigation"},dQ={width:"8",height:"15",viewBox:"0 0 8 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},mQ=["stroke"],pQ={key:1,class:"gsc-carousel__2d__navigation__pagination"},hQ=["onClick"],yQ={width:"7",height:"15",viewBox:"0 0 7 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},gQ=["stroke"],uQ={__name:"GSC-Carousel",props:{currentItemIndex:{type:Number,default:0},items:{type:Array,default:()=>[]},is3d:{type:Boolean,default:!1},isPaginationVisible:{type:Boolean,default:!1},areNavigationArrowsVisible:{type:Boolean,default:!0},defaultItemByIndex:{type:Number,default:0},defaultItemByProp:{type:Object,default:null,validator:e=>["propName","value"].every(a=>a in e)},navigationHeight:{type:Number,default:4},navigationBorderRadius:{type:Number,default:4},navigationColor:{type:String,default:"rgba(255, 255, 255, 0.4)"},navigationActiveColor:{type:String,default:"#cbee6b"},navigationActiveWidth:{type:Number,default:30},arrowsColor:{type:String,default:"#cbee6b"},wrapAround:{type:Boolean,default:!1},itemsToShow:{type:Number,default:1},isMainSlidePriority:{type:Boolean,default:!1},areSlidesArrowsVisible:{type:Boolean,default:!1},slideLeftArrowBackgroundImage:{type:String,default:"linear-gradient(to right, rgba(13, 29, 41, 1), rgba(0, 0, 0, 0))"},slideRightArrowBackgroundImage:{type:String,default:"linear-gradient(to left, rgba(13, 29, 41, 1), rgba(0, 0, 0, 0))"},areSlidesArrowsRounded:{type:Boolean,default:!1},slidesArrowsLeftAndRight:{type:String,default:"20px"},secondarySlidesOpacity:{type:Number,default:.8},marginTop:{type:String,default:"0"}},emits:["input","update:currentItemIndex"],setup(e,{expose:a,emit:o}){const s=e;t.useCssVars(u=>({"0d808f0f":e.slideLeftArrowBackgroundImage,"1e0ef2e5":e.slidesArrowsLeftAndRight,"66d12b5c":e.slideRightArrowBackgroundImage,"2b22a85a":e.marginTop,"1a842b02":e.secondarySlidesOpacity}));const n=t.ref(null),i=t.ref({}),r=t.ref(0),c=t.ref(!1);t.watch(n,u=>{u&&c.value?(c.value=!1,y(s.items)):u&&u.slideTo&&u.slideTo(r.value)},{deep:!0}),t.watch(()=>s.currentItemIndex,u=>{r.value!==u&&h(u)}),t.watch(()=>s.items,u=>{n.value?y(u):c.value=!0},{immediate:!0});function y(u){if(u&&u.length&&n.value){if(s.defaultItemByProp){const f=s.items.findIndex(_=>_[s.defaultItemByProp.propName]===s.defaultItemByProp.value);f!==-1?(r.value=f,i.value=u[f]):(r.value=0,i.value=u[0])}else r.value=s.defaultItemByIndex,i.value=u[s.defaultItemByIndex];n.value.slideTo&&n.value.slideTo(r.value),o("input",{selectedItem:i.value,selectedItemIndex:r.value})}}function d(){n.value&&n.value.next()}function l(){n.value&&n.value.prev()}function m(){n.value&&n.value.updateSlideWidth()}function h(u){n.value&&n.value.slideTo(u)}function g(u){n.value.slideTo(u)}function p(u){const f=u.slidingToIndex<0?s.items.length-1:u.slidingToIndex===s.items.length?0:u.slidingToIndex;r.value=f,i.value=s.items[f],o("update:currentItemIndex",f),o("input",{selectedItem:i.value,selectedItemIndex:r.value})}return a({prev:l,next:d,updateSlideWidth:m,slideTo:h}),(u,f)=>(t.openBlock(),t.createElementBlock("div",eQ,[s.is3d?(t.openBlock(),t.createElementBlock("div",tQ,oQ)):(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(["gsc-carousel__2d",{"main-slide-priority":e.isMainSlidePriority}])},[t.createElementVNode("div",sQ,[t.createVNode(t.unref(ZK),{ref_key:"carousel2d",ref:n,"items-to-show":e.itemsToShow,"wrap-around":e.wrapAround,onSlideStart:p},{default:t.withCtx(()=>[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.items,(_,k)=>(t.openBlock(),t.createBlock(t.unref(YK),{key:k},{default:t.withCtx(()=>[t.renderSlot(u.$slots,"default",{item:_},void 0,!0)]),_:2},1024))),128))]),_:3},8,["items-to-show","wrap-around"])]),e.areSlidesArrowsVisible?(t.openBlock(),t.createElementBlock("div",{key:0,class:"gsc-carousel__2d__arrow-left",onClick:f[0]||(f[0]=_=>n.value.prev())},[t.createElementVNode("div",{class:t.normalizeClass(["gsc-carousel__2d__slide-button",{rounded:e.areSlidesArrowsRounded}])},[(t.openBlock(),t.createElementBlock("svg",nQ,[t.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.10399 9L8.62342 15.4393C9.12552 16.0251 9.12552 16.9749 8.62342 17.5607C8.12132 18.1464 7.30725 18.1464 6.80514 17.5607L0.376575 10.0607C-0.125528 9.47487 -0.125528 8.52512 0.376575 7.93934L6.80515 0.439339C7.30725 -0.146447 8.12132 -0.146447 8.62342 0.43934C9.12553 1.02513 9.12553 1.97487 8.62342 2.56066L3.10399 9Z",fill:e.arrowsColor},null,8,iQ)]))],2)])):t.createCommentVNode("",!0),e.areSlidesArrowsVisible?(t.openBlock(),t.createElementBlock("div",{key:1,class:"gsc-carousel__2d__arrow-right",onClick:f[1]||(f[1]=_=>d())},[t.createElementVNode("div",{class:t.normalizeClass(["gsc-carousel__2d__slide-button",{rounded:e.areSlidesArrowsRounded}])},[(t.openBlock(),t.createElementBlock("svg",rQ,[t.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.89601 9L0.376575 2.56066C-0.125528 1.97487 -0.125528 1.02513 0.376575 0.439339C0.878675 -0.146447 1.69275 -0.146447 2.19486 0.43934L8.62343 7.93934C9.12553 8.52513 9.12553 9.47487 8.62343 10.0607L2.19486 17.5607C1.69275 18.1464 0.878675 18.1464 0.376575 17.5607C-0.125528 16.9749 -0.125528 16.0251 0.376575 15.4393L5.89601 9Z",fill:e.arrowsColor},null,8,lQ)]))],2)])):t.createCommentVNode("",!0),t.createElementVNode("div",cQ,[e.areNavigationArrowsVisible?(t.openBlock(),t.createElementBlock("div",{key:0,class:"gsc-carousel__2d__navigation__arrow-left",onClick:f[2]||(f[2]=_=>l())},[(t.openBlock(),t.createElementBlock("svg",dQ,[t.createElementVNode("path",{d:"M6.72998 13.894L1.46621 8.63028C0.84457 8.00863 0.84457 6.9914 1.46621 6.36976L6.72998 1.10599",stroke:s.arrowsColor},null,8,mQ)]))])):t.createCommentVNode("",!0),e.isPaginationVisible?(t.openBlock(),t.createElementBlock("div",pQ,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.items,(_,k)=>(t.openBlock(),t.createElementBlock("div",{key:`i-${k}`,class:"gsc-carousel__2d__navigation__pagination__item",style:t.normalizeStyle({height:`${s.navigationHeight}px`,width:`${r.value===k?s.navigationActiveWidth:s.navigationActiveWidth/2}px`,borderRadius:`${s.navigationBorderRadius}px`,backgroundColor:`${r.value===k?s.navigationActiveColor:s.navigationColor}`,transition:"all 0.1s ease-in-out"}),onClick:C=>g(k)},null,12,hQ))),128))])):t.createCommentVNode("",!0),e.areNavigationArrowsVisible?(t.openBlock(),t.createElementBlock("div",{key:2,class:"gsc-carousel__2d__navigation__arrow-right",onClick:f[3]||(f[3]=_=>n.value.next())},[(t.openBlock(),t.createElementBlock("svg",yQ,[t.createElementVNode("path",{d:"M0.72998 1.10599L5.99375 6.36975C6.61539 6.9914 6.61539 8.00863 5.99375 8.63027L0.72998 13.894",stroke:s.arrowsColor},null,8,gQ)]))])):t.createCommentVNode("",!0)])],2))]))}},fQ=KK(uQ,[["__scopeId","data-v-dd3cbf69"]]);function _Q(e){const a=t.ref({width:0,height:0});function o(){const s=e.value.getBoundingClientRect();a.value.width=s.width,a.value.height=s.height}return t.onMounted(()=>{o(),window.addEventListener("resize",o)}),t.onUnmounted(()=>{window.removeEventListener("resize",o)}),{elementSize:a}}const bQ="_tarjetaDatosGsDesktoptype4_10bj2_107",wQ="_tarjetaDatosGsDesktop500type4_10bj2_127",CQ="_tarjetaDatosGs414type4_10bj2_135",kQ="_tarjetaDatosGs414500type4_10bj2_159",SQ="_tarjetaDatosGs414380type4_10bj2_183",EQ="_tarjetaDatosGs320type4_10bj2_191",NQ="_tarjetaDatosGs320380type4_10bj2_215",$Q="_dataBox8type4_10bj2_239",BQ="_dataBox8380type4_10bj2_273",xQ="_dataBoxtype4_10bj2_309",VQ="_dataBox520type4_10bj2_349",IQ="_dataBox480type4_10bj2_391",AQ="_dataBox3type4_10bj2_431",OQ="_dataBox3520type4_10bj2_471",TQ="_dataBox4type4_10bj2_481",FQ="_dataBox4500type4_10bj2_523",zQ="_dataBox6type4_10bj2_569",RQ="_dataBox6500type4_10bj2_613",PQ="_dataContainertype4_10bj2_665",DQ="_dataContainer520type4_10bj2_693",jQ="_dataContainer1type4_10bj2_725",LQ="_dataContainer1500type4_10bj2_753",vQ="_dataBox7type4_10bj2_783",MQ="_dataBox7380type4_10bj2_817",HQ="_div15type4_10bj2_857",UQ="_div15380type4_10bj2_875",GQ="_btnShareIcontype4_10bj2_893",WQ="_btnSharetype4_10bj2_905",qQ="_bakgBaseIcontype4_10bj2_935",JQ="_roleCharacterIcontype4_10bj2_959",XQ="_verVideostype4_10bj2_975",ZQ="_btnVideostype4_10bj2_989",YQ="_playerNametype4_10bj2_1037",KQ="_elJugadortype4_10bj2_1055",QQ="_aSeguirtype4_10bj2_1063",eee="_elJugadorAContainertype4_10bj2_1073",tee="_titletype4_10bj2_1093",aee="_baseCardtype4_10bj2_1121",oee="_imagePlayerIcontype4_10bj2_1151",see="_arrowGraphIcontype4_10bj2_1177",nee="_divtype4_10bj2_1189",iee="_totaltype4_10bj2_1203",ree="_div1type4_10bj2_1219",lee="_btnShareIcon1type4_10bj2_1241",cee="_btnShare1type4_10bj2_1253",dee="_bakgBaseIcon1type4_10bj2_1281",mee="_bakgBaseIcon2type4_10bj2_1305",pee="_roleCharacterIcon1type4_10bj2_1329",hee="_btnVideos1type4_10bj2_1345",yee="_playerName1type4_10bj2_1385",gee="_elJugadorAContainer1type4_10bj2_1395",uee="_title1type4_10bj2_1415",fee="_baseCard1type4_10bj2_1441",_ee="_imagePlayerIcon1type4_10bj2_1469",bee="_total4type4_10bj2_1491",wee="_div9type4_10bj2_1507",Cee="_roleCharacterIcon2type4_10bj2_1523",kee="_btnVideos2type4_10bj2_1539",See="_elJugadorAContainer2type4_10bj2_1575",Eee="_title2type4_10bj2_1595",Nee="_imagePlayerIcon2type4_10bj2_1623",$ee="_dataContainer2type4_10bj2_1645",Bee="_tarjetaDatosGstype4_10bj2_1675",xee={tarjetaDatosGsDesktoptype4:bQ,tarjetaDatosGsDesktop500type4:wQ,tarjetaDatosGs414type4:CQ,tarjetaDatosGs414500type4:kQ,tarjetaDatosGs414380type4:SQ,tarjetaDatosGs320type4:EQ,tarjetaDatosGs320380type4:NQ,dataBox8type4:$Q,dataBox8380type4:BQ,dataBoxtype4:xQ,dataBox520type4:VQ,dataBox480type4:IQ,dataBox3type4:AQ,dataBox3520type4:OQ,dataBox4type4:TQ,dataBox4500type4:FQ,dataBox6type4:zQ,dataBox6500type4:RQ,dataContainertype4:PQ,dataContainer520type4:DQ,dataContainer1type4:jQ,dataContainer1500type4:LQ,dataBox7type4:vQ,dataBox7380type4:MQ,div15type4:HQ,div15380type4:UQ,btnShareIcontype4:GQ,btnSharetype4:WQ,bakgBaseIcontype4:qQ,roleCharacterIcontype4:JQ,verVideostype4:XQ,btnVideostype4:ZQ,playerNametype4:YQ,elJugadortype4:KQ,aSeguirtype4:QQ,elJugadorAContainertype4:eee,titletype4:tee,baseCardtype4:aee,imagePlayerIcontype4:oee,arrowGraphIcontype4:see,divtype4:nee,totaltype4:iee,div1type4:ree,btnShareIcon1type4:lee,btnShare1type4:cee,bakgBaseIcon1type4:dee,bakgBaseIcon2type4:mee,roleCharacterIcon1type4:pee,btnVideos1type4:hee,playerName1type4:yee,elJugadorAContainer1type4:gee,title1type4:uee,baseCard1type4:fee,imagePlayerIcon1type4:_ee,total4type4:bee,div9type4:wee,roleCharacterIcon2type4:Cee,btnVideos2type4:kee,elJugadorAContainer2type4:See,title2type4:Eee,imagePlayerIcon2type4:Nee,dataContainer2type4:$ee,tarjetaDatosGstype4:Bee},I2=(e,a)=>{const o=e.__vccOpts||e;for(const[s,n]of a)o[s]=n;return o},gp={components:{},props:{data:{type:Object,default:()=>{}},clickCard:{type:Boolean,default:!1},colorcard:{type:String,default:"#122736"},showShareButton:{type:Boolean,default:!1},customizeColors:{type:Boolean,default:!0}},data(){return{}},computed:{tarjetaDatosGsDesktopClass(){return this.elementSize.width<=500?this.$style.tarjetaDatosGsDesktop500type4:this.$style.tarjetaDatosGsDesktoptype4},tarjetaDatosGs414Class(){const e=this.elementSize.width;return e<=380?this.$style.tarjetaDatosGs414380type4:e<=500?this.$style.tarjetaDatosGs414500type4:this.$style.tarjetaDatosGs414type4},tarjetaDatosGs320Class(){return this.elementSize.width<=380?this.$style.tarjetaDatosGs320380type4:this.$style.tarjetaDatosGs320type4},dataBox8Class(){return this.elementSize.width<=380?this.$style.dataBox8380type4:this.$style.dataBox8type4},dataBoxClass(){const e=this.elementSize.width;return e<=480?this.$style.dataBox480type4:e<=520?this.$style.dataBox520type4:this.$style.dataBoxtype4},dataBox3Class(){return this.elementSize.width<=520?this.$style.dataBox3520type4:this.$style.dataBox3type4},dataBox4Class(){return this.elementSize.width<=500?this.$style.dataBox4500type4:this.$style.dataBox4type4},dataBox6Class(){return this.elementSize.width<=500?this.$style.dataBox6500type4:this.$style.dataBox6type4},dataBox7Class(){return this.elementSize.width<=380?this.$style.dataBox7380type4:this.$style.dataBox7type4},dataContainerClass(){return this.elementSize.width<=520?this.$style.dataContainer520type4:this.$style.dataContainertype4},dataContainer1Class(){return this.elementSize.width<=500?this.$style.dataContainer1500type4:this.$style.dataContainer1type4},div15Class(){return this.elementSize.width<=380?this.$style.div15380type4:this.$style.div15type4}},setup(){const e=t.ref("myDivRefCardtype4"),{elementSize:a}=_Q(e);return{myDivRefCardtype4:e,elementSize:a}},methods:{clickPlayer(e){this.clickCard&&this.$emit("onClickCard",e)},clickVideos(e){this.clickCard||this.$emit("onClickVideos",e)},clickCategory(e){this.clickCard||this.$emit("onClickCategory",e)}}},A2=()=>{t.useCssVars(e=>({"7bc9b81e":e.data.background_color_cards!=null&&e.customizeColors?e.data.background_color_cards:"#1b3649","6514a768":e.data.background_color_buttons!=null&&e.customizeColors?e.data.background_color_buttons:"#293744","26dc20dc":e.customizeColors?"":"#cbee6b","5fbc2a35":e.colorcard,"1132a00d":e.data.font_color!=null&&e.customizeColors?e.data.font_color:"#fff"}))},O2=gp.setup;gp.setup=O2?(e,a)=>(A2(),O2(e,a)):A2;const Vee=t.createElementVNode("path",{d:"M14.886 14.0466C14.1404 14.0466 13.4733 14.3409 12.9632 14.8019L5.96863 10.7308C6.01768 10.5052 6.05692 10.2795 6.05692 10.0441C6.05692 9.80867 6.01768 9.58304 5.96863 9.35741L12.8847 5.32551C13.4145 5.81601 14.111 6.12012 14.886 6.12012C15.6665 6.12012 16.4151 5.81005 16.967 5.25814C17.5189 4.70622 17.829 3.95765 17.829 3.17712C17.829 2.39659 17.5189 1.64803 16.967 1.09611C16.4151 0.544195 15.6665 0.234131 14.886 0.234131C14.1054 0.234131 13.3569 0.544195 12.8049 1.09611C12.253 1.64803 11.9429 2.39659 11.9429 3.17712C11.9429 3.41256 11.9822 3.63819 12.0312 3.86382L5.11516 7.89572C4.58542 7.40523 3.8889 7.10112 3.11391 7.10112C2.33337 7.10112 1.58481 7.41118 1.03289 7.9631C0.480965 8.51502 0.170898 9.26358 0.170898 10.0441C0.170898 10.8246 0.480965 11.5732 1.03289 12.1251C1.58481 12.677 2.33337 12.9871 3.11391 12.9871C3.8889 12.9871 4.58542 12.683 5.11516 12.1925L12.0999 16.2636C12.0509 16.4696 12.0214 16.6855 12.0214 16.9111C12.0214 18.4905 13.3065 19.7658 14.886 19.7658C16.4654 19.7658 17.7505 18.4905 17.7505 16.9111C17.7505 16.1514 17.4487 15.4228 16.9115 14.8856C16.3743 14.3484 15.6457 14.0466 14.886 14.0466Z",fill:"#F4F4F4","fill-opacity":"0.5"},null,-1),Iee=[Vee],Aee=["src"],Oee={"clip-path":"url(#clip0_59_831)"},Tee=["fill"],Fee=t.createElementVNode("defs",null,[t.createElementVNode("clipPath",{id:"clip0_59_831"},[t.createElementVNode("rect",{width:"12",height:"12",fill:"white",transform:"translate(0.375 0.637695)"})])],-1),zee=["src"],Ree=["fill"],Pee=["fill"],Dee=["fill"],jee=t.createElementVNode("path",{d:"M10.2126 9.10136C9.73332 9.10136 9.30448 9.29055 8.97655 9.58695L4.48004 6.96979C4.51158 6.82474 4.5368 6.67969 4.5368 6.52834C4.5368 6.37699 4.51158 6.23194 4.48004 6.08689L8.92609 3.49495C9.26664 3.81027 9.7144 4.00577 10.2126 4.00577C10.7144 4.00577 11.1956 3.80645 11.5504 3.45164C11.9052 3.09684 12.1045 2.61562 12.1045 2.11385C12.1045 1.61208 11.9052 1.13086 11.5504 0.776056C11.1956 0.421251 10.7144 0.221924 10.2126 0.221924C9.71084 0.221924 9.22962 0.421251 8.87481 0.776056C8.52 1.13086 8.32067 1.61208 8.32067 2.11385C8.32067 2.2652 8.3459 2.41025 8.37743 2.5553L3.93138 5.14723C3.59083 4.83191 3.14308 4.63641 2.64487 4.63641C2.14309 4.63641 1.66187 4.83574 1.30706 5.19055C0.952258 5.54535 0.75293 6.02657 0.75293 6.52834C0.75293 7.03011 0.952258 7.51133 1.30706 7.86613C1.66187 8.22094 2.14309 8.42026 2.64487 8.42026C3.14308 8.42026 3.59083 8.22476 3.93138 7.90944L8.42158 10.5266C8.39004 10.659 8.37113 10.7978 8.37113 10.9428C8.37113 11.9582 9.19727 12.778 10.2126 12.778C11.2279 12.778 12.0541 11.9582 12.0541 10.9428C12.0541 10.4544 11.8601 9.98605 11.5147 9.64071C11.1694 9.29537 10.701 9.10136 10.2126 9.10136Z",fill:"#F4F4F4","fill-opacity":"0.5"},null,-1),Lee=[jee],vee=["src"],Mee=["fill"],Hee=["src"],Uee=["fill"],Gee=["fill"],Wee=["fill"],qee=t.createElementVNode("path",{d:"M10.2126 9.10111C9.73332 9.10111 9.30448 9.2903 8.97655 9.58671L4.48004 6.96954C4.51158 6.8245 4.5368 6.67945 4.5368 6.52809C4.5368 6.37674 4.51158 6.23169 4.48004 6.08665L8.92609 3.49471C9.26664 3.81003 9.7144 4.00553 10.2126 4.00553C10.7144 4.00553 11.1956 3.8062 11.5504 3.4514C11.9052 3.09659 12.1045 2.61537 12.1045 2.1136C12.1045 1.61183 11.9052 1.13062 11.5504 0.775812C11.1956 0.421007 10.7144 0.22168 10.2126 0.22168C9.71084 0.22168 9.22962 0.421007 8.87481 0.775812C8.52 1.13062 8.32067 1.61183 8.32067 2.1136C8.32067 2.26496 8.3459 2.41001 8.37743 2.55505L3.93138 5.14699C3.59083 4.83167 3.14308 4.63617 2.64487 4.63617C2.14309 4.63617 1.66187 4.8355 1.30706 5.1903C0.952258 5.54511 0.75293 6.02633 0.75293 6.52809C0.75293 7.02986 0.952258 7.51108 1.30706 7.86589C1.66187 8.22069 2.14309 8.42002 2.64487 8.42002C3.14308 8.42002 3.59083 8.22452 3.93138 7.9092L8.42158 10.5264C8.39004 10.6588 8.37113 10.7975 8.37113 10.9426C8.37113 11.9579 9.19727 12.7778 10.2126 12.7778C11.2279 12.7778 12.0541 11.9579 12.0541 10.9426C12.0541 10.4542 11.8601 9.98581 11.5147 9.64047C11.1694 9.29512 10.701 9.10111 10.2126 9.10111Z",fill:"#F4F4F4","fill-opacity":"0.5"},null,-1),Jee=[qee],Xee=["src"],Zee=["fill"],Yee=["src"],Kee=["fill"],Qee=["fill"],ete=["fill"];function tte(e,a,o,s,n,i){return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(e.$style.tarjetaDatosGstype4),ref:"myDivRefCardtype4",onClick:a[10]||(a[10]=r=>i.clickPlayer({season_id:o.data.id_season,player_id:o.data.player_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(i.tarjetaDatosGsDesktopClass),id:"card-desktop"},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.baseCardtype4)},[o.showShareButton?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(e.$style.btnSharetype4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.btnShareIcontype4),width:"18",height:"20",viewBox:"0 0 18 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},Iee,2))],2)):t.createCommentVNode("",!0),o.data.background!=""?(t.openBlock(),t.createElementBlock("img",{key:1,class:t.normalizeClass(e.$style.bakgBaseIcontype4),alt:"",src:o.data.background},null,10,Aee)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(e.$style.btnVideostype4),onClick:a[0]||(a[0]=r=>i.clickVideos({season_id:o.data.id_season,player_id:o.data.player_id,game_id:o.data.game_id,category:0,type:2}))},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.roleCharacterIcontype4),width:"13",height:"13",viewBox:"0 0 13 13",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("g",Oee,[t.createElementVNode("path",{d:"M2.67705 12.0654C2.58553 12.0133 2.50903 11.9355 2.4558 11.8404C2.40257 11.7452 2.37464 11.6363 2.375 11.5255V1.74838C2.37513 1.63789 2.40325 1.5295 2.45637 1.43474C2.50949 1.33998 2.58563 1.26238 2.6767 1.21019C2.76776 1.15801 2.87035 1.13319 2.97355 1.13837C3.07675 1.14355 3.17671 1.17854 3.2628 1.23962L10.1203 6.12875C10.1987 6.18445 10.2629 6.25998 10.3073 6.34864C10.3518 6.4373 10.375 6.53633 10.375 6.63692C10.375 6.73751 10.3518 6.83654 10.3073 6.9252C10.2629 7.01386 10.1987 7.0894 10.1203 7.1451L3.2628 12.0354C3.17684 12.0966 3.07696 12.1317 2.9738 12.137C2.87065 12.1423 2.76809 12.1175 2.67705 12.0654V12.0654ZM2.94673 11.5266L9.80426 6.6375L2.94673 11.5266Z",fill:o.data.color_icon_play!=null&&o.customizeColors?o.data.color_icon_play:"#CBEE6B"},null,8,Tee)]),Fee],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.verVideostype4)},"Ver videos",2)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.titletype4),id:"title-info"},[t.createElementVNode("h4",{class:t.normalizeClass(e.$style.playerNametype4),id:"player-name"},t.toDisplayString(o.data.player_name),3),t.createElementVNode("h2",{class:t.normalizeClass(e.$style.elJugadorAContainertype4),id:"title-card"},[t.createElementVNode("p",{class:t.normalizeClass(e.$style.elJugadortype4)},t.toDisplayString(o.data.main_title),3),t.createElementVNode("p",{class:t.normalizeClass(e.$style.aSeguirtype4)},t.toDisplayString(o.data.second_title),3)],2)],2)],2),o.data.player_photo!=""?(t.openBlock(),t.createElementBlock("img",{key:0,class:t.normalizeClass(e.$style.imagePlayerIcontype4),alt:"",src:o.data.player_photo},null,10,zee)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(i.dataContainerClass),id:"data-container"},[o.data.category_stats_1!==""?(t.openBlock(),t.createElementBlock("div",{key:0,style:t.normalizeStyle("color:"+o.data.font_color_card+"!important"),class:t.normalizeClass(i.dataBoxClass),onClick:a[1]||(a[1]=r=>i.clickCategory({category:o.data.category_id_1,season_id:o.data.id_season,player_id:o.data.player_id,game_id:o.data.game_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.totaltype4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",fill:o.data.font_color_card},null,8,Ree)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_1),3)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.div1type4)},t.toDisplayString(o.data.category_name_1),3)],6)):t.createCommentVNode("",!0),o.data.category_stats_2!==""?(t.openBlock(),t.createElementBlock("div",{key:1,style:t.normalizeStyle({color:o.data.font_color_card+"!important"}),class:t.normalizeClass(i.dataBoxClass),onClick:a[2]||(a[2]=r=>i.clickCategory({category:o.data.category_id_2,season_id:o.data.id_season,player_id:o.data.player_id,game_id:o.data.game_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.totaltype4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",fill:o.data.font_color_card},null,8,Pee)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_2),3)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.div1type4)},t.toDisplayString(o.data.category_name_2),3)],6)):t.createCommentVNode("",!0),o.data.showlast_category&&o.data.category_stats_3!==""?(t.openBlock(),t.createElementBlock("div",{key:2,style:t.normalizeStyle({color:o.data.font_color_card+"!important"}),class:t.normalizeClass(i.dataBoxClass),onClick:a[3]||(a[3]=r=>i.clickCategory({category:o.data.category_id_3,season_id:o.data.id_season,player_id:o.data.player_id,game_id:o.data.game_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.totaltype4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",fill:o.data.font_color_card},null,8,Dee)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_3),3)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.div1type4)},t.toDisplayString(o.data.category_name_3),3)],6)):t.createCommentVNode("",!0)],2)],2),t.createElementVNode("div",{class:t.normalizeClass(i.tarjetaDatosGs414Class),id:"card-mobile-414"},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.baseCard1type4)},[o.showShareButton?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(e.$style.btnShare1type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.btnShareIcon1type4),width:"13",height:"13",viewBox:"0 0 13 13",fill:"none",xmlns:"http://www.w3.org/2000/svg"},Lee,2))],2)):t.createCommentVNode("",!0),o.data.background!=""?(t.openBlock(),t.createElementBlock("img",{key:1,class:t.normalizeClass(e.$style.bakgBaseIcon1type4),alt:"",src:o.data.background},null,10,vee)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(e.$style.btnVideos1type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.roleCharacterIcon1type4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",fill:o.data.color_icon_play!=null&&o.customizeColors?o.data.color_icon_play:"#CBEE6B"},null,8,Mee)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.verVideostype4)},"Ver videos",2)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.title1type4),id:"title-info"},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.playerName1type4)},t.toDisplayString(o.data.player_name),3),t.createElementVNode("h2",{class:t.normalizeClass(e.$style.elJugadorAContainer1type4),id:"title-card"},[t.createElementVNode("p",{class:t.normalizeClass(e.$style.elJugadortype4)},t.toDisplayString(o.data.main_title),3),t.createElementVNode("p",{class:t.normalizeClass(e.$style.aSeguirtype4)},t.toDisplayString(o.data.second_title),3)],2)],2)],2),o.data.player_photo!=""?(t.openBlock(),t.createElementBlock("img",{key:0,class:t.normalizeClass(e.$style.imagePlayerIcon1type4),alt:"",src:o.data.player_photo},null,10,Hee)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(i.dataContainer1Class),id:"data-container"},[o.data.category_stats_1!==""?(t.openBlock(),t.createElementBlock("div",{key:0,style:t.normalizeStyle("color:"+o.data.font_color_card+"!important"),class:t.normalizeClass(i.dataBox4Class),onClick:a[4]||(a[4]=r=>i.clickCategory({category:o.data.category_id_1,season_id:o.data.id_season,player_id:o.data.player_id,game_id:o.data.game_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.total4type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",fill:o.data.font_color_card},null,8,Uee)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_1),3)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.div9type4)},t.toDisplayString(o.data.category_name_1),3)],6)):t.createCommentVNode("",!0),o.data.category_stats_2!==""?(t.openBlock(),t.createElementBlock("div",{key:1,style:t.normalizeStyle("color:"+o.data.font_color_card+"!important"),class:t.normalizeClass(i.dataBox4Class),onClick:a[5]||(a[5]=r=>i.clickCategory({category:o.data.category_id_2,season_id:o.data.id_season,player_id:o.data.player_id,game_id:o.data.game_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.total4type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",fill:o.data.font_color_card},null,8,Gee)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_2),3)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.div9type4)},t.toDisplayString(o.data.category_name_2),3)],6)):t.createCommentVNode("",!0),o.data.showlast_category&&o.data.category_stats_3!==""?(t.openBlock(),t.createElementBlock("div",{key:2,style:t.normalizeStyle("color:"+o.data.font_color_card+"!important"),class:t.normalizeClass(i.dataBox6Class),onClick:a[6]||(a[6]=r=>i.clickCategory({category:o.data.category_id_3,season_id:o.data.id_season,player_id:o.data.player_id,game_id:o.data.game_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.total4type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",fill:o.data.font_color_card},null,8,Wee)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_3),3)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.div9type4)},t.toDisplayString(o.data.category_name_3),3)],6)):t.createCommentVNode("",!0)],2)],2),t.createElementVNode("div",{class:t.normalizeClass(i.tarjetaDatosGs320Class)},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.baseCard1type4)},[o.showShareButton?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(e.$style.btnShare1type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.btnShareIcon1type4),width:"13",height:"13",viewBox:"0 0 13 13",fill:"none",xmlns:"http://www.w3.org/2000/svg"},Jee,2))],2)):t.createCommentVNode("",!0),o.data.background!=""?(t.openBlock(),t.createElementBlock("img",{key:1,class:t.normalizeClass(e.$style.bakgBaseIcon2type4),alt:"",src:o.data.background},null,10,Xee)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(e.$style.btnVideos2type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.roleCharacterIcon2type4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",fill:o.data.color_icon_play!=null&&o.customizeColors?o.data.color_icon_play:"#CBEE6B"},null,8,Zee)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.verVideostype4)},"Ver videos",2)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.title2type4),id:"title-info"},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.playerName1type4)},t.toDisplayString(o.data.player_name),3),t.createElementVNode("h2",{class:t.normalizeClass(e.$style.elJugadorAContainer2type4),id:"title-card"},[t.createElementVNode("p",{class:t.normalizeClass(e.$style.elJugadortype4)},t.toDisplayString(o.data.main_title),3),t.createElementVNode("p",{class:t.normalizeClass(e.$style.aSeguirtype4)},t.toDisplayString(o.data.second_title),3)],2)],2)],2),o.data.player_photo!=""?(t.openBlock(),t.createElementBlock("img",{key:0,class:t.normalizeClass(e.$style.imagePlayerIcon2type4),alt:"",src:o.data.player_photo},null,10,Yee)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(e.$style.dataContainer2type4),id:"data-container"},[o.data.category_stats_1!==""?(t.openBlock(),t.createElementBlock("div",{key:0,style:t.normalizeStyle("color:"+o.data.font_color_card+"!important"),class:t.normalizeClass(i.dataBox7Class),onClick:a[7]||(a[7]=r=>i.clickCategory({category:o.data.category_id_1,season_id:o.data.id_season,player_id:o.data.player_id,game_id:o.data.game_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.total4type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188777 8.8403C0.131575 8.80242 0.0837648 8.74584 0.0504989 8.67665C0.0172329 8.60746 -0.000226668 8.52828 2.22189e-06 8.44765V1.33719C8.08668e-05 1.25684 0.0176547 1.17801 0.0508556 1.10909C0.0840564 1.04018 0.131643 0.983741 0.188558 0.94579C0.245472 0.907838 0.309587 0.889787 0.374086 0.893556C0.438586 0.897325 0.501059 0.922773 0.554865 0.967195L4.84073 4.52284C4.88968 4.56335 4.92982 4.61829 4.95759 4.68277C4.98536 4.74724 4.99989 4.81926 4.99989 4.89242C4.99989 4.96557 4.98536 5.03759 4.95759 5.10207C4.92982 5.16655 4.88968 5.22149 4.84073 5.26199L0.554865 8.81848C0.501141 8.863 0.438716 8.88854 0.374245 8.89238C0.309774 8.89623 0.245673 8.87822 0.188777 8.8403V8.8403ZM0.357326 8.44849L4.64319 4.89284L0.357326 8.44849Z",fill:o.data.font_color_card},null,8,Kee)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_1),3)],2),t.createElementVNode("div",{class:t.normalizeClass(i.div15Class)},t.toDisplayString(o.data.category_name_1),3)],6)):t.createCommentVNode("",!0),o.data.category_stats_2!==""?(t.openBlock(),t.createElementBlock("div",{key:1,style:t.normalizeStyle("color:"+o.data.font_color_card+"!important"),class:t.normalizeClass(i.dataBox8Class),onClick:a[8]||(a[8]=r=>i.clickCategory({category:o.data.category_id_2,season_id:o.data.id_season,player_id:o.data.player_id,game_id:o.data.game_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.total4type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188777 8.8403C0.131575 8.80242 0.0837648 8.74584 0.0504989 8.67665C0.0172329 8.60746 -0.000226668 8.52828 2.22189e-06 8.44765V1.33719C8.08668e-05 1.25684 0.0176547 1.17801 0.0508556 1.10909C0.0840564 1.04018 0.131643 0.983741 0.188558 0.94579C0.245472 0.907838 0.309587 0.889787 0.374086 0.893556C0.438586 0.897325 0.501059 0.922773 0.554865 0.967195L4.84073 4.52284C4.88968 4.56335 4.92982 4.61829 4.95759 4.68277C4.98536 4.74724 4.99989 4.81926 4.99989 4.89242C4.99989 4.96557 4.98536 5.03759 4.95759 5.10207C4.92982 5.16655 4.88968 5.22149 4.84073 5.26199L0.554865 8.81848C0.501141 8.863 0.438716 8.88854 0.374245 8.89238C0.309774 8.89623 0.245673 8.87822 0.188777 8.8403V8.8403ZM0.357326 8.44849L4.64319 4.89284L0.357326 8.44849Z",fill:o.data.font_color_card},null,8,Qee)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_2),3)],2),t.createElementVNode("div",{class:t.normalizeClass(i.div15Class)},t.toDisplayString(o.data.category_name_2),3)],6)):t.createCommentVNode("",!0),o.data.showlast_category&&o.data.category_stats_3!==""?(t.openBlock(),t.createElementBlock("div",{key:2,style:t.normalizeStyle("color:"+o.data.font_color_card+"!important"),class:t.normalizeClass(i.dataBox8Class),onClick:a[9]||(a[9]=r=>i.clickCategory({category:o.data.category_id_3,season_id:o.data.id_season,player_id:o.data.player_id,game_id:o.data.game_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.total4type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"6",height:"9",viewBox:"0 0 6 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.474421 8.8403C0.41722 8.80242 0.369409 8.74584 0.336143 8.67665C0.302877 8.60746 0.285418 8.52828 0.285647 8.44765V1.33719C0.285725 1.25684 0.303299 1.17801 0.3365 1.10909C0.369701 1.04018 0.417288 0.983741 0.474202 0.94579C0.531117 0.907838 0.595232 0.889787 0.659731 0.893556C0.72423 0.897325 0.786704 0.922773 0.84051 0.967195L5.12637 4.52284C5.17532 4.56335 5.21547 4.61829 5.24324 4.68277C5.271 4.74724 5.28554 4.81926 5.28554 4.89242C5.28554 4.96557 5.271 5.03759 5.24324 5.10207C5.21547 5.16655 5.17532 5.22149 5.12637 5.26199L0.84051 8.81848C0.786786 8.863 0.724361 8.88854 0.659889 8.89238C0.595418 8.89623 0.531318 8.87822 0.474421 8.8403V8.8403ZM0.64297 8.44849L4.92883 4.89284L0.64297 8.44849Z",fill:o.data.font_color_card},null,8,ete)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_3),3)],2),t.createElementVNode("div",{class:t.normalizeClass(i.div15Class)},t.toDisplayString(o.data.category_name_3),3)],6)):t.createCommentVNode("",!0)],2)],2)],2)}const ate={$style:xee},ote=I2(gp,[["render",tte],["__cssModules",ate]]),ste={components:{GSCCarousel:fQ,GSCCardData:ote},props:{type:{type:Number,default:0},data:{type:Object,default:()=>{}},clickCard:{type:Boolean,default:!1},prematch:{type:Boolean,default:!1},teamSelected:{type:Number,default:0},colorCardByTeam:{type:Boolean,default:!1},showShareButton:{type:Boolean,default:!1},customizeColors:{type:Boolean,default:!0}},data(){return{token:"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MCwibmFtZSI6IlVzdWFyaW8gRnJlZSIsInVzZXJuYW1lIjoiZnJlZUBnb2xzdGF0cy5jb20iLCJlbWFpbCI6ImZyZWVAZ29sc3RhdHMuY29tIiwiaWF0IjoxNjA2NzU4Nzk1LCJleHAiOjE2MzgyOTQ3OTV9.kPNmP7yDtk38cAXrUyc7OHRh6J25VFqy-XUNzbK-4YE",pages:[],homeTeam:[],awayTeam:[],playerInfo:{}}},computed:{},watch:{data:{immediate:!0,handler(e){this.getStats(e)}}},methods:{onclickPlayVideos(e){var a=[];e.type==2?e.position_id==1?e.category==0?a=[55,324,323,608,39,774,802,52,53,40,54]:a=e.category:e.category==0?a=[12,35,10,27,607,61,519,98,101,109,112,121,122,127,128,135,136,141,142,161,170,179,702,730,466,217,211,232,235,239,242,282,284,289,291,296,485,486,487,488,14,15,257]:a=e.category:e.type==3?e.category==0?a=[607,608,12,55,54,35,14,52,15,53,466,477,40,257,39]:a=e.category:e.category!=0?a=e.category:a=[607,608,12,55,54,35,14,52,15,53,466,477];const o=[1,2,3];a==="minutes_played"&&(a=[56,57,59,60,326,213,214,215,216,583,584,122,123,124,125,585,586,128,129,130,131,133,327,587,588,136,137,138,139,589,590,142,143,144,145,146,147,485,486,487,488,489,490,491,492,10,27,597,598,538,539,599,600,541,542,601,602,545,546,603,604,548,549,561,562,100,563,564,103,104,105,106,107,108,565,566,111,567,568,114,115,116,117,118,119,4,88,5,34,402,459,460,461,233,403,456,457,458,236,404,453,454,455,240,405,450,451,452,243,408,447,448,449,283,409,444,445,446,285,410,441,442,443,290,411,438,439,440,292,412,435,436,437,297,414,415,416,417,244,418,419,420,421,401,581,582,331,506,530,579,580,334,507,531,577,578,344,508,532,575,576,424,509,533,573,574,341,529,534,571,572,340,528,535,569,570,427,527,536,348,349,350,465,352,353,354,466,14,52,15,53,218,219,220,221,496,497,498,499,500,501,502,503,217,504,505,521,522,543,33,209,208,517,206,207,26,325,16,51,463,151,154,156,591,592,159,162,163,429,165,593,594,168,171,172,430,174,595,596,177,180,181,431,467,358,361,363,366,369,370,469,372,376,378,379,470,381,385,387,388,471,607,608,210,212]),a==="games_played"&&(a=[607,608,12,55,54,35,14,52,15,53,466,477]);let s={seasonId:e.season_id,mainSectionType:1,playListType:e.type,categoryIds:a,gameIds:e.game_id?[e.game_id]:null,playerIds:e.position_id!=1?e.player_id?[e.player_id]:[]:[],goalkeeperIds:e.position_id==1?e.player_id?[e.player_id]:[]:[],teamId:e.team_id?[e.team_id]:0,matchResult:e.matchResult?[e.matchResult]:o,playData:{},advancedFilter:{playListTitle:"",mainCategoryId:e.category||0}};this.$emit("openmedia",s)},async getStats(){const e=await MK.create({headers:{Authorization:`${this.token}`}}).get("https://wlduw4woy3.execute-api.us-east-2.amazonaws.com/prod/best-plays/seasons/"+this.data.season+"/games/"+this.data.game);for(let a=0;a<e.data.games[0].players.length;a++)this.type==0?this.pages.push([{id_season:e.data.games[0].players[a].season_id,color:e.data.games[0].players[a].info_thumbnails.colors.background_color,player_id:e.data.games[0].players[a].player_id,player_name:e.data.games[0].players[a].player_name,game_id:e.data.games[0].game_status===4?null:e.data.games[0].game_id,background:e.data.games[0].players[a].info_thumbnails.images.background_player_in_action[0]?"https://golstatsimages.blob.core.windows.net/images-library/"+e.data.games[0].players[a].info_thumbnails.images.background_player_in_action[0]:"https://golstatsimages.blob.core.windows.net/images-library/"+e.data.games[0].players[a].info_thumbnails.images.background_default_players[0],player_photo:e.data.games[0].players[a].info_thumbnails.images.player_in_action[0]?"https://golstatsimages.blob.core.windows.net/images-library/"+e.data.games[0].players[a].info_thumbnails.images.player_in_action[0]:`https://az755631.vo.msecnd.net/players-profile/${e.data.games[0].players[a].player_id}.png`,category_stats_1:this.prematch?e.data.games[0].players[a].games_played:e.data.games[0].players[a].minutes_played,category_stats_2:this.prematch?e.data.games[0].players[a].minutes_played:e.data.games[0].players[a].categories[0].total,category_stats_3:this.prematch?e.data.games[0].players[a].categories[0].total:e.data.games[0].players[a].categories[1]?e.data.games[0].players[a].categories[1].total:"",category_id_1:this.prematch?"games_played":"minutes_played",category_id_2:this.prematch?"minutes_played":e.data.games[0].players[a].categories[0].categories,category_id_3:this.prematch?e.data.games[0].players[a].categories[0].categories:e.data.games[0].players[a].categories[1]?e.data.games[0].players[a].categories[1].categories:"",category_name_1:this.prematch?"Partidos Jugados":"Minutos Jugados",category_name_2:this.prematch?"Minutos Jugados":e.data.games[0].players[a].categories[0].category_name,category_name_3:this.prematch?e.data.games[0].players[a].categories[0].category_name:e.data.games[0].players[a].categories[1]?e.data.games[0].players[a].categories[1].category_name:"",showlast_category:!!e.data.games[0].players[a].categories[0],main_title:(this.prematch,"Jugador"),second_title:this.prematch?"A seguir":"Destacado",background_color_buttons:e.data.games[0].players[a].info_thumbnails.colors.background_color_buttons,background_color_cards:e.data.games[0].players[a].info_thumbnails.colors.background_color_cards,color_icon_play:e.data.games[0].players[a].info_thumbnails.colors.color_icon_play,color_next_back:e.data.games[0].players[a].info_thumbnails.colors.color_next_back,font_color:e.data.games[0].players[a].info_thumbnails.colors.font_color,font_color_card:e.data.games[0].players[a].info_thumbnails.colors.font_color_card?e.data.games[0].players[a].info_thumbnails.colors.font_color_card:"#FFFFFF"}]):this.teamSelected==e.data.games[0].players[a].team_id&&this.pages.push([{id_season:e.data.games[0].players[a].season_id,color:e.data.games[0].players[a].info_thumbnails.colors.background_color,player_id:e.data.games[0].players[a].player_id,player_name:e.data.games[0].players[a].player_name,game_id:e.data.games[0].game_status===4?null:e.data.games[0].game_id,background:e.data.games[0].players[a].info_thumbnails.images.background_player_in_action[0]?"https://golstatsimages.blob.core.windows.net/images-library/"+e.data.games[0].players[a].info_thumbnails.images.background_player_in_action[0]:"https://golstatsimages.blob.core.windows.net/images-library/"+e.data.games[0].players[a].info_thumbnails.images.background_default_players[0],player_photo:e.data.games[0].players[a].info_thumbnails.images.player_in_action[0]?"https://golstatsimages.blob.core.windows.net/images-library/"+e.data.games[0].players[a].info_thumbnails.images.player_in_action[0]:`https://az755631.vo.msecnd.net/players-profile/${e.data.games[0].players[a].player_id}.png`,category_stats_1:this.prematch?e.data.games[0].players[a].games_played:e.data.games[0].players[a].minutes_played,category_stats_2:this.prematch?e.data.games[0].players[a].minutes_played:e.data.games[0].players[a].categories[0].total,category_stats_3:this.prematch?e.data.games[0].players[a].categories[0].total:e.data.games[0].players[a].categories[1]?e.data.games[0].players[a].categories[1].total:"",category_id_1:this.prematch?"games_played":"minutes_played",category_id_2:this.prematch?"minutes_played":e.data.games[0].players[a].categories[0].categories,category_id_3:this.prematch?e.data.games[0].players[a].categories[0].categories:e.data.games[0].players[a].categories[1]?e.data.games[0].players[a].categories[1].categories:"",category_name_1:this.prematch?"Partidos Jugados":"Minutos Jugados",category_name_2:this.prematch?"Minutos Jugados":e.data.games[0].players[a].categories[0].category_name,category_name_3:this.prematch?e.data.games[0].players[a].categories[0].category_name:e.data.games[0].players[a].categories[1]?e.data.games[0].players[a].categories[1].category_name:"",showlast_category:!!e.data.games[0].players[a].categories[1],main_title:this.prematch?"El jugador":"Jugador",second_title:this.prematch?"A seguir":"Destacado",background_color_buttons:e.data.games[0].players[a].info_thumbnails.colors.background_color_buttons,background_color_cards:e.data.games[0].players[a].info_thumbnails.colors.background_color_cards,color_icon_play:e.data.games[0].players[a].info_thumbnails.colors.color_icon_play,color_next_back:e.data.games[0].players[a].info_thumbnails.colors.color_next_back,font_color:e.data.games[0].players[a].info_thumbnails.colors.font_color,font_color_card:e.data.games[0].players[a].info_thumbnails.colors.font_color_card?e.data.games[0].players[a].info_thumbnails.colors.font_color_card:"#FFFFFF"}])},onClickVideos(e){this.$emit("onClickVideos",e)},onClickCard(e){this.$emit("onClickCard",e)},onClickCategory(e){this.$emit("onClickCategory",e)},clickMore(){this.$emit("onViewMore",!0)}}},nte=e=>(t.pushScopeId("data-v-4db2ad78"),e=e(),t.popScopeId(),e),ite={class:"gsdata"},rte={class:"gsc-gsdata-carrousel"},lte={key:0,class:"title-header"},cte=nte(()=>t.createElementVNode("div",{class:"title-header-title"},"Datos GolStats",-1)),dte={class:"row-table-carrousel"};function mte(e,a,o,s,n,i){const r=t.resolveComponent("GSCCardData"),c=t.resolveComponent("GSCCarousel");return t.openBlock(),t.createElementBlock("div",ite,[t.createElementVNode("div",rte,[o.teamSelected==0?(t.openBlock(),t.createElementBlock("div",lte,[cte,t.createElementVNode("div",{class:"title-header-btn",onClick:a[0]||(a[0]=(...y)=>i.clickMore&&i.clickMore(...y))},"Ver más")])):t.createCommentVNode("",!0),t.createVNode(c,{items:n.pages,wrapAround:!0,itemsToShow:1.1,areSlidesArrowsVisible:!0,areNavigationArrowsVisible:!1,isMainSlidePriority:!0,areSlidesArrowsRounded:!1,isPaginationVisible:!1,slideLeftArrowBackgroundImage:"none",slideRightArrowBackgroundImage:"none"},{default:t.withCtx(({item:y})=>[t.createElementVNode("div",dte,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(y,(d,l)=>(t.openBlock(),t.createElementBlock(t.Fragment,{key:l},[o.colorCardByTeam?(t.openBlock(),t.createBlock(r,{key:1,type:4,colorcard:d.color,"click-card":o.clickCard,"show-share-button":o.showShareButton,"customize-colors":o.customizeColors,data:d,onOnClickVideos:i.onclickPlayVideos,onOnClickCategory:i.onclickPlayVideos},null,8,["colorcard","click-card","show-share-button","customize-colors","data","onOnClickVideos","onOnClickCategory"])):(t.openBlock(),t.createBlock(r,{key:0,type:4,"click-card":o.clickCard,"show-share-button":o.showShareButton,"customize-colors":o.customizeColors,data:d,onOnClickVideos:i.onclickPlayVideos,onOnClickCategory:i.onclickPlayVideos},null,8,["click-card","show-share-button","customize-colors","data","onOnClickVideos","onOnClickCategory"]))],64))),128))])]),_:1},8,["items"])])])}const pte=I2(ste,[["render",mte],["__scopeId","data-v-4db2ad78"]]),hte=(e,a)=>{const o=e.__vccOpts||e;for(const[s,n]of a)o[s]=n;return o},up={props:{type:{type:Number,default:0},value:{type:Boolean,default:!1},textValue:String,icon:String,iconPosition:{type:String,default:"left"},iconSize:String,fontColor:{type:String,default:"#FFFFFF"},textDecoration:String,fontSize:{type:String,default:"16px"},fontSizeStat:{type:String,default:"16px"},fontStyle:String,fontFamily:{type:String,default:"Poppins-Regular"},height:{type:String,default:"fit-content"},width:{type:String,default:"fit-content"},borderRadius:{type:String,default:"0px"},borderType:{type:String,default:"solid"},borderWidth:{type:Number,default:0},borderWidthBtn:{type:String,default:"2px"},borderColor:String,backgroundColor:{type:String,default:"none"},activeBackgroundColor:{type:String,default:"#000000"},activeBorderWidth:{type:Number,default:2},activeBorderType:{type:String,default:"solid"},activeBorderColor:{type:String,default:"#cbee6b"},activeColorText:{type:String,default:"#FFFFFF"},cursorType:{type:String,default:"default"},typeOnOff:{type:Boolean,default:!1},textCategory:String,textStat:String,marginLeftStat:{type:String,default:"15%"}},watch:{value:{deep:!0,immediate:!0,handler(e){this.status=e}}},data(){return{status:!1}},computed:{customStyle(){return{height:this.height,width:this.width,backgroundColor:this.backgroundColor,borderRadius:this.borderRadius,border:`${this.borderType} ${this.borderWidth}px ${this.borderColor}`,color:this.fontColor,textDecoration:this.textDecoration,cursor:this.cursorType,fontSize:this.fontSize,fontStyle:this.fontStyle,fontFamily:`${this.fontFamily} !important`}},customActive(){return{backgroundColor:this.activeBackgroundColor,color:this.activeColorText,border:`${this.activeBorderType} ${this.activeBorderWidth}px ${this.activeBorderColor}`}}},methods:{btnClick(e){this.$emit("click",e),this.typeOnOff&&(this.status=!this.status,this.$emit("status",this.status))}}},T2=()=>{t.useCssVars(e=>({"1c960139":e.height,b2f635d8:e.borderWidthBtn,"06e99898":e.borderType,"55555c76":e.borderColor,"23b6d320":e.borderRadius,"22c97374":e.width,"22bb09fa":e.backgroundColor,c148da7c:e.cursorType,cce756fc:e.fontSize,cff98d60:e.fontStyle,"5123b3a5":e.fontFamily,"47bf58db":e.marginLeftStat,cadc8414:e.fontSizeStat}))},F2=up.setup;up.setup=F2?(e,a)=>(T2(),F2(e,a)):T2;const yte=e=>(t.pushScopeId("data-v-fb269a1e"),e=e(),t.popScopeId(),e),gte=["src"],ute={key:1,class:"text"},fte=["src"],_te={class:"stats"},bte=yte(()=>t.createElementVNode("img",{class:"iconstats",src:"https://az755631.vo.msecnd.net/todoelfut/playdes.png"},null,-1)),wte={class:"numstats"},Cte={class:"leyend"};function kte(e,a,o,s,n,i){return t.openBlock(),t.createElementBlock("div",null,[o.type==0?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["button",n.status&&o.typeOnOff&&"button-active"]),style:t.normalizeStyle([i.customStyle,n.status&&o.typeOnOff&&i.customActive]),onClick:a[0]||(a[0]=(...r)=>i.btnClick&&i.btnClick(...r))},[o.icon&&o.iconPosition.toLowerCase()==="left"?(t.openBlock(),t.createElementBlock("img",{key:0,class:"icon",style:t.normalizeStyle({width:o.iconSize}),src:o.icon},null,12,gte)):t.createCommentVNode("",!0),o.textValue?(t.openBlock(),t.createElementBlock("div",ute,t.toDisplayString(o.textValue),1)):t.createCommentVNode("",!0),o.icon&&o.iconPosition.toLowerCase()==="right"?(t.openBlock(),t.createElementBlock("img",{key:2,class:"icon",style:t.normalizeStyle({width:o.iconSize}),src:o.icon},null,12,fte)):t.createCommentVNode("",!0)],6)):t.createCommentVNode("",!0),o.type==1?(t.openBlock(),t.createElementBlock("div",{key:1,class:"button-target",onClick:a[1]||(a[1]=(...r)=>i.btnClick&&i.btnClick(...r))},[t.createElementVNode("div",_te,[bte,t.createElementVNode("div",wte,t.toDisplayString(o.textStat),1)]),t.createElementVNode("div",Cte,t.toDisplayString(o.textCategory),1)])):t.createCommentVNode("",!0)])}const Ste=hte(up,[["render",kte],["__scopeId","data-v-fb269a1e"]]);function ln(e){const a=t.ref({width:0,height:0});function o(){const s=e.value.getBoundingClientRect();a.value.width=s.width,a.value.height=s.height}return t.onMounted(()=>{o(),window.addEventListener("resize",o)}),t.onUnmounted(()=>{window.removeEventListener("resize",o)}),{elementSize:a}}const Ete="_cardFrecuentConnectionstype0_8eub9_57",Nte="_cardFrecuentConnectionsDesktype0_8eub9_85",$te="_cardFrecuentConnectionsDesk360type0_8eub9_103",Bte="_imgPlayerParenttype0_8eub9_123",xte="_imgPlayerIcontype0_8eub9_149",Vte="_imgPlayerIcon360type0_8eub9_163",Ite="_playerInfotype0_8eub9_177",Ate="_benjaminEvalenttype0_8eub9_195",Ote="_frameParenttype0_8eub9_207",Tte="_union9Wrappertype0_8eub9_223",Fte="_union9Icontype0_8eub9_251",zte="_benjaminEvalent1type0_8eub9_263",Rte="_benjaminEvalent1360type0_8eub9_277",Pte={cardFrecuentConnectionstype0:Ete,cardFrecuentConnectionsDesktype0:Nte,cardFrecuentConnectionsDesk360type0:$te,imgPlayerParenttype0:Bte,imgPlayerIcontype0:xte,imgPlayerIcon360type0:Vte,playerInfotype0:Ite,benjaminEvalenttype0:Ate,frameParenttype0:Ote,union9Wrappertype0:Tte,union9Icontype0:Fte,benjaminEvalent1type0:zte,benjaminEvalent1360type0:Rte},Uo=(e,a)=>{const o=e.__vccOpts||e;for(const[s,n]of a)o[s]=n;return o},Dte={components:{GSCButton:Ste},props:{data:{type:Object,default:()=>{}},clickCard:{type:Boolean,default:!1}},computed:{cardFrecuentConnectionsDeskClass(){return this.elementSize.width<=360?this.$style.cardFrecuentConnectionsDesk360type0:this.$style.cardFrecuentConnectionsDesktype0},imgPlayerIconClass(){return this.elementSize.width<=360?this.$style.imgPlayerIcon360type0:this.$style.imgPlayerIcontype0},benjaminEvalent1Class(){return this.elementSize.width<=360?this.$style.benjaminEvalent1360type0:this.$style.benjaminEvalent1type0}},data(){return{}},setup(){const e=t.ref("myDivRefCardtype0"),{elementSize:a}=ln(e);return{myDivRefCardtype0:e,elementSize:a}},methods:{clickPlayer(e){this.clickCard&&this.$emit("onClickPlayer",e)},clickVideos(e){this.clickCard||this.$emit("onClickVideos",e)}}},jte={ref:"myDivRefCardtype0"},Lte=["alt","src"];function vte(e,a,o,s,n,i){const r=t.resolveComponent("GSCButton");return t.openBlock(),t.createElementBlock("div",jte,[t.createElementVNode("div",{class:t.normalizeClass(e.$style.cardFrecuentConnectionstype0),onClick:a[1]||(a[1]=c=>i.clickPlayer({player_id:o.data.player_id}))},[t.createElementVNode("div",{class:t.normalizeClass(i.cardFrecuentConnectionsDeskClass),id:"card-desktop"},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.imgPlayerParenttype0)},[t.createElementVNode("img",{class:t.normalizeClass(i.imgPlayerIconClass),alt:o.data.player_name,src:o.data.player_photo},null,10,Lte),t.createElementVNode("div",{class:t.normalizeClass(e.$style.playerInfotype0)},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.benjaminEvalenttype0)},t.toDisplayString(o.data.player_name),3),t.createElementVNode("div",{class:t.normalizeClass(e.$style.frameParenttype0)},[t.createVNode(r,{icon:"/play-icn.svg","icon-size":"9px","icon-position":"left",width:"18px",height:"18px","border-radius":"18px","border-width":"1","background-color":"transparent","border-color":"#FFFFFF",onClick:a[0]||(a[0]=c=>i.clickVideos({player_id:o.data.player_id}))}),t.createElementVNode("div",{class:t.normalizeClass(i.benjaminEvalent1Class)},t.toDisplayString(o.data.player_stat),3)],2)],2)],2)],2)],2)],512)}const Mte={$style:Pte},Hte=Uo(Dte,[["render",vte],["__cssModules",Mte]]),Ute="_cardVideosJugadorestype1_hyx6z_59",Gte="_cardDesktoptype1_hyx6z_87",Wte="_cardDesktop460type1_hyx6z_113",qte="_backgroundImageParenttype1_hyx6z_137",Jte="_backgroundImageParent460type1_hyx6z_171",Xte="_backgroundImageIcontype1_hyx6z_205",Zte="_loMejorDeContainertype1_hyx6z_225",Yte="_loMejorDeContainer460type1_hyx6z_249",Kte="_loMejorDeContainer420type1_hyx6z_273",Qte="_loMejorDetype1_hyx6z_297",eae="_btnPlaytype1_hyx6z_303",tae="_btnPlay460_hyx6z_357",aae="_btnPlay460type1_hyx6z_363",oae="_roleCharacterIcontype1_hyx6z_409",sae="_reproducirtype1_hyx6z_423",nae="_playerTeamDesktopIcontype1_hyx6z_435",iae="_playerTeamDesktopIcon1200type1_hyx6z_455",rae="_playerTeamDesktopIcon460type1_hyx6z_479",lae={cardVideosJugadorestype1:Ute,cardDesktoptype1:Gte,cardDesktop460type1:Wte,backgroundImageParenttype1:qte,backgroundImageParent460type1:Jte,backgroundImageIcontype1:Xte,loMejorDeContainertype1:Zte,loMejorDeContainer460type1:Yte,loMejorDeContainer420type1:Kte,loMejorDetype1:Qte,btnPlaytype1:eae,btnPlay460:tae,btnPlay460type1:aae,roleCharacterIcontype1:oae,reproducirtype1:sae,playerTeamDesktopIcontype1:nae,playerTeamDesktopIcon1200type1:iae,playerTeamDesktopIcon460type1:rae},fp={components:{},props:{data:{type:Object,default:()=>{}},clickCard:{type:Boolean,default:!1},backgroundColor:{type:String,default:"#000000"},colorTitle:{type:String,default:"#000000"},borderColor:{type:String,default:"#000000"},backgroundImg:{type:String,default:""},customizeColors:{type:Boolean,default:!0}},data(){return{}},computed:{cardDesktopClass(){return this.elementSize.width<=460?this.$style.cardDesktop460type1:this.$style.cardDesktoptype1},backgroundImageParentClass(){return this.elementSize.width<=460?this.$style.backgroundImageParent460type1:this.$style.backgroundImageParenttype1},btnPlayClass(){return this.elementSize.width<=460?this.$style.btnPlay460type1:this.$style.btnPlaytype1},loMejorDeContainerClass(){const e=this.elementSize.width;return e<=420?this.$style.loMejorDeContainer420type1:e<=460?this.$style.loMejorDeContainer460type1:this.$style.loMejorDeContainertype1},playerTeamDesktopIconClass(){const e=this.elementSize.width;return e<=460?this.$style.playerTeamDesktopIcon460type1:e<=1200?this.$style.playerTeamDesktopIcon1200type1:this.$style.playerTeamDesktopIcontype1}},setup(){const e=t.ref("myDivRefCardtype1"),{elementSize:a}=ln(e);return{myDivRefCardtype1:e,elementSize:a}},methods:{clickPlayer(e){this.clickCard&&this.$emit("onClickCard",e)},clickVideos(e){this.clickCard||this.$emit("onClickVideos",e)}}},z2=()=>{t.useCssVars(e=>({"3c445abf":e.data.font_color!=null&&e.customizeColors?e.data.font_color:"#fff","418009b6":e.backgroundColor,"392b4ed3":e.data.background_color_buttons!=null&&e.customizeColors?e.data.background_color_buttons:"rgba(255, 255, 255, 0.08)","47279a32":e.borderColor}))},R2=fp.setup;fp.setup=R2?(e,a)=>(z2(),R2(e,a)):z2;const cae={ref:"myDivRefCardtype1"},dae=["src"],mae={"clip-path":"url(#clip0_59_831)"},pae=["fill"],hae=t.createElementVNode("defs",null,[t.createElementVNode("clipPath",{id:"clip0_59_831"},[t.createElementVNode("rect",{width:"12",height:"12",fill:"white",transform:"translate(0.375 0.637695)"})])],-1),yae=["src"];function gae(e,a,o,s,n,i){return t.openBlock(),t.createElementBlock("div",cae,[t.createElementVNode("div",{class:t.normalizeClass(e.$style.cardVideosJugadorestype1),onClick:a[1]||(a[1]=r=>i.clickPlayer({player_id:o.data.player_id,team_id:o.data.team_id}))},[t.createElementVNode("div",{class:t.normalizeClass(i.cardDesktopClass),id:"card-desktop"},[t.createElementVNode("div",{class:t.normalizeClass(i.backgroundImageParentClass)},[t.createElementVNode("img",{class:t.normalizeClass(e.$style.backgroundImageIcontype1),src:o.backgroundImg},null,10,dae),t.createElementVNode("h2",{class:t.normalizeClass(i.loMejorDeContainerClass),id:"title-card"},[s.elementSize.width>380?(t.openBlock(),t.createElementBlock("p",{key:0,class:t.normalizeClass(e.$style.loMejorDetype1)},"Lo mejor de ",2)):t.createCommentVNode("",!0),s.elementSize.width<=380?(t.openBlock(),t.createElementBlock("p",{key:1,class:t.normalizeClass(e.$style.loMejorDetype1)},"Lo mejor",2)):t.createCommentVNode("",!0),s.elementSize.width<=380?(t.openBlock(),t.createElementBlock("p",{key:2,class:t.normalizeClass(e.$style.loMejorDetype1)},"de ",2)):t.createCommentVNode("",!0),t.createElementVNode("p",{class:t.normalizeClass(e.$style.loMejorDetype1)},t.toDisplayString(o.data.team_name),3)],2),t.createElementVNode("div",{class:t.normalizeClass(i.btnPlayClass),onClick:a[0]||(a[0]=r=>i.clickVideos({player_id:o.data.player_id,team_id:o.data.team_id}))},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.roleCharacterIcontype4),width:"13",height:"13",viewBox:"0 0 13 13",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("g",mae,[t.createElementVNode("path",{d:"M2.67705 12.0654C2.58553 12.0133 2.50903 11.9355 2.4558 11.8404C2.40257 11.7452 2.37464 11.6363 2.375 11.5255V1.74838C2.37513 1.63789 2.40325 1.5295 2.45637 1.43474C2.50949 1.33998 2.58563 1.26238 2.6767 1.21019C2.76776 1.15801 2.87035 1.13319 2.97355 1.13837C3.07675 1.14355 3.17671 1.17854 3.2628 1.23962L10.1203 6.12875C10.1987 6.18445 10.2629 6.25998 10.3073 6.34864C10.3518 6.4373 10.375 6.53633 10.375 6.63692C10.375 6.73751 10.3518 6.83654 10.3073 6.9252C10.2629 7.01386 10.1987 7.0894 10.1203 7.1451L3.2628 12.0354C3.17684 12.0966 3.07696 12.1317 2.9738 12.137C2.87065 12.1423 2.76809 12.1175 2.67705 12.0654V12.0654ZM2.94673 11.5266L9.80426 6.6375L2.94673 11.5266Z",fill:o.data.color_icon_play!=null&&o.customizeColors?o.data.color_icon_play:"#CBEE6B"},null,8,pae)]),hae],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.reproducirtype1)},"Reproducir",2)],2)],2),t.createElementVNode("img",{class:t.normalizeClass(i.playerTeamDesktopIconClass),src:o.data.player_photo},null,10,yae)],2)],2)],512)}const uae={$style:lae},fae=Uo(fp,[["render",gae],["__cssModules",uae]]),_ae="_tarjetaHighlightsPostmatchtype2_2xqhb_7",bae="_tarjetaHighlightsPostmatch780type2_2xqhb_35",wae="_tarjetaHighlightsPostmatch640type2_2xqhb_65",Cae="_tarjetaHighlightsPostmatch520type2_2xqhb_97",kae="_tarjetaHighlightsPostmatch350type2_2xqhb_131",Sae="_tarjetaHighlightsPostmatch420type2_2xqhb_161",Eae="_tarjetaHighlightsPostmatch320type2_2xqhb_197",Nae="_backgroundtype2_2xqhb_233",$ae="_background640type2_2xqhb_253",Bae="_btnPlaytype2_2xqhb_277",xae="_btnPlay1_2xqhb_301",Vae="_btnPlay1type2_2xqhb_309",Iae="_icnPlaytype2_2xqhb_351",Aae="_union6Icontype2_2xqhb_369",Oae={tarjetaHighlightsPostmatchtype2:_ae,tarjetaHighlightsPostmatch780type2:bae,tarjetaHighlightsPostmatch640type2:wae,tarjetaHighlightsPostmatch520type2:Cae,tarjetaHighlightsPostmatch350type2:kae,tarjetaHighlightsPostmatch420type2:Sae,tarjetaHighlightsPostmatch320type2:Eae,backgroundtype2:Nae,background640type2:$ae,btnPlaytype2:Bae,btnPlay1:xae,btnPlay1type2:Vae,icnPlaytype2:Iae,union6Icontype2:Aae},Tae={components:{},props:{data:{type:Object,default:()=>{}},clickCard:{type:Boolean,default:!1},backgroundImg:{type:String,default:""}},computed:{tarjetaHighlightsPostmatchClass(){const e=this.elementSize.width;return e<=320?this.$style.tarjetaHighlightsPostmatch320type2:e<=350?this.$style.tarjetaHighlightsPostmatch350type2:e<=420?this.$style.tarjetaHighlightsPostmatch420type2:e<=520?this.$style.tarjetaHighlightsPostmatch520type2:e<=640?this.$style.tarjetaHighlightsPostmatch640type2:e<=780?this.$style.tarjetaHighlightsPostmatch780type2:this.$style.tarjetaHighlightsPostmatchtype2},backgroundClass(){return this.elementSize.width<=640?this.$style.background640type2:this.$style.backgroundtype2}},setup(){const e=t.ref("myDivRefCardtype2"),{elementSize:a}=ln(e);return{myDivRefCardtype2:e,elementSize:a}},data(){return{}},methods:{clickPlayer(e){this.clickCard&&this.$emit("onClickCard",e)},clickVideos(e){this.clickCard||this.$emit("onClickVideos",e)}}},Fae={ref:"myDivRefCardtype2"},zae=t.createStaticVNode('<svg width="20" height="20" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_59_831)"><path d="M2.67705 12.0654C2.58553 12.0133 2.50903 11.9355 2.4558 11.8404C2.40257 11.7452 2.37464 11.6363 2.375 11.5255V1.74838C2.37513 1.63789 2.40325 1.5295 2.45637 1.43474C2.50949 1.33998 2.58563 1.26238 2.6767 1.21019C2.76776 1.15801 2.87035 1.13319 2.97355 1.13837C3.07675 1.14355 3.17671 1.17854 3.2628 1.23962L10.1203 6.12875C10.1987 6.18445 10.2629 6.25998 10.3073 6.34864C10.3518 6.4373 10.375 6.53633 10.375 6.63692C10.375 6.73751 10.3518 6.83654 10.3073 6.9252C10.2629 7.01386 10.1987 7.0894 10.1203 7.1451L3.2628 12.0354C3.17684 12.0966 3.07696 12.1317 2.9738 12.137C2.87065 12.1423 2.76809 12.1175 2.67705 12.0654V12.0654ZM2.94673 11.5266L9.80426 6.6375L2.94673 11.5266Z" fill="#CBEE6B"></path></g><defs><clipPath id="clip0_59_831"><rect width="12" height="12" fill="white" transform="translate(0.375 0.637695)"></rect></clipPath></defs></svg>',1),Rae=[zae];function Pae(e,a,o,s,n,i){return t.openBlock(),t.createElementBlock("div",Fae,[t.createElementVNode("div",{class:t.normalizeClass(i.tarjetaHighlightsPostmatchClass),onClick:a[1]||(a[1]=r=>i.clickPlayer({game_id:o.data.game_id}))},[t.createElementVNode("div",{class:t.normalizeClass(i.backgroundClass),id:"image-video",style:t.normalizeStyle({"background-image":"url("+o.backgroundImg+")"})},null,6),t.createElementVNode("div",{class:t.normalizeClass(e.$style.btnPlaytype2)},[t.createElementVNode("button",{class:t.normalizeClass(e.$style.btnPlay1type2),id:"btn-play",onClick:a[0]||(a[0]=r=>i.clickVideos({game_id:o.data.game_id}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.icnPlaytype2)},Rae,2)],2)],2)],2)],512)}const Dae={$style:Oae},jae=Uo(Tae,[["render",Pae],["__cssModules",Dae]]),Lae="_tarjetaDatosGsDesktoptype4_1y3cy_107",vae="_tarjetaDatosGsDesktop500type4_1y3cy_127",Mae="_tarjetaDatosGs414type4_1y3cy_135",Hae="_tarjetaDatosGs414500type4_1y3cy_159",Uae="_tarjetaDatosGs414380type4_1y3cy_183",Gae="_tarjetaDatosGs320type4_1y3cy_191",Wae="_tarjetaDatosGs320380type4_1y3cy_215",qae="_dataBox8type4_1y3cy_239",Jae="_dataBox8380type4_1y3cy_275",Xae="_dataBoxtype4_1y3cy_313",Zae="_dataBox520type4_1y3cy_353",Yae="_dataBox480type4_1y3cy_395",Kae="_dataBox3type4_1y3cy_437",Qae="_dataBox3520type4_1y3cy_479",eoe="_dataBox4type4_1y3cy_489",toe="_dataBox4500type4_1y3cy_533",aoe="_dataBox6type4_1y3cy_581",ooe="_dataBox6500type4_1y3cy_627",soe="_dataContainertype4_1y3cy_681",noe="_dataContainer520type4_1y3cy_709",ioe="_dataContainer1type4_1y3cy_741",roe="_dataContainer1500type4_1y3cy_769",loe="_dataBox7type4_1y3cy_799",coe="_dataBox7380type4_1y3cy_835",doe="_div15type4_1y3cy_877",moe="_div15380type4_1y3cy_895",poe="_btnShareIcontype4_1y3cy_913",hoe="_btnSharetype4_1y3cy_925",yoe="_bakgBaseIcontype4_1y3cy_955",goe="_roleCharacterIcontype4_1y3cy_979",uoe="_verVideostype4_1y3cy_995",foe="_btnVideostype4_1y3cy_1009",_oe="_playerNametype4_1y3cy_1059",boe="_elJugadortype4_1y3cy_1077",woe="_aSeguirtype4_1y3cy_1085",Coe="_elJugadorAContainertype4_1y3cy_1095",koe="_titletype4_1y3cy_1115",Soe="_baseCardtype4_1y3cy_1143",Eoe="_imagePlayerIcontype4_1y3cy_1173",Noe="_arrowGraphIcontype4_1y3cy_1199",$oe="_divtype4_1y3cy_1211",Boe="_totaltype4_1y3cy_1225",xoe="_div1type4_1y3cy_1241",Voe="_btnShareIcon1type4_1y3cy_1263",Ioe="_btnShare1type4_1y3cy_1275",Aoe="_bakgBaseIcon1type4_1y3cy_1303",Ooe="_bakgBaseIcon2type4_1y3cy_1327",Toe="_roleCharacterIcon1type4_1y3cy_1351",Foe="_btnVideos1type4_1y3cy_1367",zoe="_playerName1type4_1y3cy_1409",Roe="_elJugadorAContainer1type4_1y3cy_1419",Poe="_title1type4_1y3cy_1439",Doe="_baseCard1type4_1y3cy_1465",joe="_imagePlayerIcon1type4_1y3cy_1493",Loe="_total4type4_1y3cy_1515",voe="_div9type4_1y3cy_1531",Moe="_roleCharacterIcon2type4_1y3cy_1547",Hoe="_btnVideos2type4_1y3cy_1563",Uoe="_elJugadorAContainer2type4_1y3cy_1601",Goe="_title2type4_1y3cy_1621",Woe="_imagePlayerIcon2type4_1y3cy_1649",qoe="_dataContainer2type4_1y3cy_1671",Joe="_tarjetaDatosGstype4_1y3cy_1701",Xoe={tarjetaDatosGsDesktoptype4:Lae,tarjetaDatosGsDesktop500type4:vae,tarjetaDatosGs414type4:Mae,tarjetaDatosGs414500type4:Hae,tarjetaDatosGs414380type4:Uae,tarjetaDatosGs320type4:Gae,tarjetaDatosGs320380type4:Wae,dataBox8type4:qae,dataBox8380type4:Jae,dataBoxtype4:Xae,dataBox520type4:Zae,dataBox480type4:Yae,dataBox3type4:Kae,dataBox3520type4:Qae,dataBox4type4:eoe,dataBox4500type4:toe,dataBox6type4:aoe,dataBox6500type4:ooe,dataContainertype4:soe,dataContainer520type4:noe,dataContainer1type4:ioe,dataContainer1500type4:roe,dataBox7type4:loe,dataBox7380type4:coe,div15type4:doe,div15380type4:moe,btnShareIcontype4:poe,btnSharetype4:hoe,bakgBaseIcontype4:yoe,roleCharacterIcontype4:goe,verVideostype4:uoe,btnVideostype4:foe,playerNametype4:_oe,elJugadortype4:boe,aSeguirtype4:woe,elJugadorAContainertype4:Coe,titletype4:koe,baseCardtype4:Soe,imagePlayerIcontype4:Eoe,arrowGraphIcontype4:Noe,divtype4:$oe,totaltype4:Boe,div1type4:xoe,btnShareIcon1type4:Voe,btnShare1type4:Ioe,bakgBaseIcon1type4:Aoe,bakgBaseIcon2type4:Ooe,roleCharacterIcon1type4:Toe,btnVideos1type4:Foe,playerName1type4:zoe,elJugadorAContainer1type4:Roe,title1type4:Poe,baseCard1type4:Doe,imagePlayerIcon1type4:joe,total4type4:Loe,div9type4:voe,roleCharacterIcon2type4:Moe,btnVideos2type4:Hoe,elJugadorAContainer2type4:Uoe,title2type4:Goe,imagePlayerIcon2type4:Woe,dataContainer2type4:qoe,tarjetaDatosGstype4:Joe},_p={components:{},props:{data:{type:Object,default:()=>{}},clickCard:{type:Boolean,default:!1},colorcard:{type:String,default:"#122736"},showShareButton:{type:Boolean,default:!1}},data(){return{}},computed:{tarjetaDatosGsDesktopClass(){return this.elementSize.width<=500?this.$style.tarjetaDatosGsDesktop500type4:this.$style.tarjetaDatosGsDesktoptype4},tarjetaDatosGs414Class(){const e=this.elementSize.width;return e<=380?this.$style.tarjetaDatosGs414380type4:e<=500?this.$style.tarjetaDatosGs414500type4:this.$style.tarjetaDatosGs414type4},tarjetaDatosGs320Class(){return this.elementSize.width<=380?this.$style.tarjetaDatosGs320380type4:this.$style.tarjetaDatosGs320type4},dataBox8Class(){return this.elementSize.width<=380?this.$style.dataBox8380type4:this.$style.dataBox8type4},dataBoxClass(){const e=this.elementSize.width;return e<=480?this.$style.dataBox480type4:e<=520?this.$style.dataBox520type4:this.$style.dataBoxtype4},dataBox3Class(){return this.elementSize.width<=520?this.$style.dataBox3520type4:this.$style.dataBox3type4},dataBox4Class(){return this.elementSize.width<=500?this.$style.dataBox4500type4:this.$style.dataBox4type4},dataBox6Class(){return this.elementSize.width<=500?this.$style.dataBox6500type4:this.$style.dataBox6type4},dataBox7Class(){return this.elementSize.width<=380?this.$style.dataBox7380type4:this.$style.dataBox7type4},dataContainerClass(){return this.elementSize.width<=520?this.$style.dataContainer520type4:this.$style.dataContainertype4},dataContainer1Class(){return this.elementSize.width<=500?this.$style.dataContainer1500type4:this.$style.dataContainer1type4},div15Class(){return this.elementSize.width<=380?this.$style.div15380type4:this.$style.div15type4}},setup(){const e=t.ref("myDivRefCardtype4"),{elementSize:a}=ln(e);return{myDivRefCardtype4:e,elementSize:a}},methods:{clickPlayer(e){this.clickCard&&this.$emit("onClickCard",e)},clickVideos(e){this.clickCard||this.$emit("onClickVideos",e)},clickCategory(e){this.clickCard||this.$emit("onClickCategory",e)}}},P2=()=>{t.useCssVars(e=>({f2b5e640:e.data.background_color_cards!=null?e.data.background_color_cards:"rgba(255, 255, 255, 0.16)","264c5fe0":e.data.background_color_buttons!=null?e.data.background_color_buttons:"rgba(255, 255, 255, 0.16)","877127b0":e.colorcard,"5c4eefed":e.data.font_color!=null?e.data.font_color:"#fff"}))},D2=_p.setup;_p.setup=D2?(e,a)=>(P2(),D2(e,a)):P2;const Zoe=t.createElementVNode("path",{d:"M14.886 14.0466C14.1404 14.0466 13.4733 14.3409 12.9632 14.8019L5.96863 10.7308C6.01768 10.5052 6.05692 10.2795 6.05692 10.0441C6.05692 9.80867 6.01768 9.58304 5.96863 9.35741L12.8847 5.32551C13.4145 5.81601 14.111 6.12012 14.886 6.12012C15.6665 6.12012 16.4151 5.81005 16.967 5.25814C17.5189 4.70622 17.829 3.95765 17.829 3.17712C17.829 2.39659 17.5189 1.64803 16.967 1.09611C16.4151 0.544195 15.6665 0.234131 14.886 0.234131C14.1054 0.234131 13.3569 0.544195 12.8049 1.09611C12.253 1.64803 11.9429 2.39659 11.9429 3.17712C11.9429 3.41256 11.9822 3.63819 12.0312 3.86382L5.11516 7.89572C4.58542 7.40523 3.8889 7.10112 3.11391 7.10112C2.33337 7.10112 1.58481 7.41118 1.03289 7.9631C0.480965 8.51502 0.170898 9.26358 0.170898 10.0441C0.170898 10.8246 0.480965 11.5732 1.03289 12.1251C1.58481 12.677 2.33337 12.9871 3.11391 12.9871C3.8889 12.9871 4.58542 12.683 5.11516 12.1925L12.0999 16.2636C12.0509 16.4696 12.0214 16.6855 12.0214 16.9111C12.0214 18.4905 13.3065 19.7658 14.886 19.7658C16.4654 19.7658 17.7505 18.4905 17.7505 16.9111C17.7505 16.1514 17.4487 15.4228 16.9115 14.8856C16.3743 14.3484 15.6457 14.0466 14.886 14.0466Z",fill:"#F4F4F4","fill-opacity":"0.5"},null,-1),Yoe=[Zoe],Koe=["src"],Qoe={"clip-path":"url(#clip0_59_831)"},ese=["fill"],tse=t.createElementVNode("defs",null,[t.createElementVNode("clipPath",{id:"clip0_59_831"},[t.createElementVNode("rect",{width:"12",height:"12",fill:"white",transform:"translate(0.375 0.637695)"})])],-1),ase=["src"],ose=["fill"],sse=["fill"],nse=["fill"],ise=t.createElementVNode("path",{d:"M10.2126 9.10136C9.73332 9.10136 9.30448 9.29055 8.97655 9.58695L4.48004 6.96979C4.51158 6.82474 4.5368 6.67969 4.5368 6.52834C4.5368 6.37699 4.51158 6.23194 4.48004 6.08689L8.92609 3.49495C9.26664 3.81027 9.7144 4.00577 10.2126 4.00577C10.7144 4.00577 11.1956 3.80645 11.5504 3.45164C11.9052 3.09684 12.1045 2.61562 12.1045 2.11385C12.1045 1.61208 11.9052 1.13086 11.5504 0.776056C11.1956 0.421251 10.7144 0.221924 10.2126 0.221924C9.71084 0.221924 9.22962 0.421251 8.87481 0.776056C8.52 1.13086 8.32067 1.61208 8.32067 2.11385C8.32067 2.2652 8.3459 2.41025 8.37743 2.5553L3.93138 5.14723C3.59083 4.83191 3.14308 4.63641 2.64487 4.63641C2.14309 4.63641 1.66187 4.83574 1.30706 5.19055C0.952258 5.54535 0.75293 6.02657 0.75293 6.52834C0.75293 7.03011 0.952258 7.51133 1.30706 7.86613C1.66187 8.22094 2.14309 8.42026 2.64487 8.42026C3.14308 8.42026 3.59083 8.22476 3.93138 7.90944L8.42158 10.5266C8.39004 10.659 8.37113 10.7978 8.37113 10.9428C8.37113 11.9582 9.19727 12.778 10.2126 12.778C11.2279 12.778 12.0541 11.9582 12.0541 10.9428C12.0541 10.4544 11.8601 9.98605 11.5147 9.64071C11.1694 9.29537 10.701 9.10136 10.2126 9.10136Z",fill:"#F4F4F4","fill-opacity":"0.5"},null,-1),rse=[ise],lse=["src"],cse=["fill"],dse=["src"],mse=["fill"],pse=["fill"],hse=["fill"],yse=t.createElementVNode("path",{d:"M10.2126 9.10111C9.73332 9.10111 9.30448 9.2903 8.97655 9.58671L4.48004 6.96954C4.51158 6.8245 4.5368 6.67945 4.5368 6.52809C4.5368 6.37674 4.51158 6.23169 4.48004 6.08665L8.92609 3.49471C9.26664 3.81003 9.7144 4.00553 10.2126 4.00553C10.7144 4.00553 11.1956 3.8062 11.5504 3.4514C11.9052 3.09659 12.1045 2.61537 12.1045 2.1136C12.1045 1.61183 11.9052 1.13062 11.5504 0.775812C11.1956 0.421007 10.7144 0.22168 10.2126 0.22168C9.71084 0.22168 9.22962 0.421007 8.87481 0.775812C8.52 1.13062 8.32067 1.61183 8.32067 2.1136C8.32067 2.26496 8.3459 2.41001 8.37743 2.55505L3.93138 5.14699C3.59083 4.83167 3.14308 4.63617 2.64487 4.63617C2.14309 4.63617 1.66187 4.8355 1.30706 5.1903C0.952258 5.54511 0.75293 6.02633 0.75293 6.52809C0.75293 7.02986 0.952258 7.51108 1.30706 7.86589C1.66187 8.22069 2.14309 8.42002 2.64487 8.42002C3.14308 8.42002 3.59083 8.22452 3.93138 7.9092L8.42158 10.5264C8.39004 10.6588 8.37113 10.7975 8.37113 10.9426C8.37113 11.9579 9.19727 12.7778 10.2126 12.7778C11.2279 12.7778 12.0541 11.9579 12.0541 10.9426C12.0541 10.4542 11.8601 9.98581 11.5147 9.64047C11.1694 9.29512 10.701 9.10111 10.2126 9.10111Z",fill:"#F4F4F4","fill-opacity":"0.5"},null,-1),gse=[yse],use=["src"],fse=["fill"],_se=["src"],bse=["fill"],wse=["fill"],Cse=["fill"];function kse(e,a,o,s,n,i){return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(e.$style.tarjetaDatosGstype4),ref:"myDivRefCardtype4",onClick:a[10]||(a[10]=r=>i.clickPlayer({season_id:o.data.id_season,player_id:o.data.player_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(i.tarjetaDatosGsDesktopClass),id:"card-desktop"},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.baseCardtype4)},[o.showShareButton?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(e.$style.btnSharetype4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.btnShareIcontype4),width:"18",height:"20",viewBox:"0 0 18 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},Yoe,2))],2)):t.createCommentVNode("",!0),o.data.background!=""?(t.openBlock(),t.createElementBlock("img",{key:1,class:t.normalizeClass(e.$style.bakgBaseIcontype4),alt:"",src:o.data.background},null,10,Koe)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(e.$style.btnVideostype4),onClick:a[0]||(a[0]=r=>i.clickVideos({season_id:o.data.id_season,player_id:o.data.player_id,category:0,type:2}))},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.roleCharacterIcontype4),width:"13",height:"13",viewBox:"0 0 13 13",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("g",Qoe,[t.createElementVNode("path",{d:"M2.67705 12.0654C2.58553 12.0133 2.50903 11.9355 2.4558 11.8404C2.40257 11.7452 2.37464 11.6363 2.375 11.5255V1.74838C2.37513 1.63789 2.40325 1.5295 2.45637 1.43474C2.50949 1.33998 2.58563 1.26238 2.6767 1.21019C2.76776 1.15801 2.87035 1.13319 2.97355 1.13837C3.07675 1.14355 3.17671 1.17854 3.2628 1.23962L10.1203 6.12875C10.1987 6.18445 10.2629 6.25998 10.3073 6.34864C10.3518 6.4373 10.375 6.53633 10.375 6.63692C10.375 6.73751 10.3518 6.83654 10.3073 6.9252C10.2629 7.01386 10.1987 7.0894 10.1203 7.1451L3.2628 12.0354C3.17684 12.0966 3.07696 12.1317 2.9738 12.137C2.87065 12.1423 2.76809 12.1175 2.67705 12.0654V12.0654ZM2.94673 11.5266L9.80426 6.6375L2.94673 11.5266Z",fill:o.data.color_icon_play!=null?o.data.color_icon_play:"#CBEE6B"},null,8,ese)]),tse],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.verVideostype4)},"Ver videos",2)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.titletype4),id:"title-info"},[t.createElementVNode("h4",{class:t.normalizeClass(e.$style.playerNametype4),id:"player-name"},t.toDisplayString(o.data.player_name),3),t.createElementVNode("h2",{class:t.normalizeClass(e.$style.elJugadorAContainertype4),id:"title-card"},[t.createElementVNode("p",{class:t.normalizeClass(e.$style.elJugadortype4)},t.toDisplayString(o.data.main_title),3),t.createElementVNode("p",{class:t.normalizeClass(e.$style.aSeguirtype4)},t.toDisplayString(o.data.second_title),3)],2)],2)],2),o.data.player_photo!=""?(t.openBlock(),t.createElementBlock("img",{key:0,class:t.normalizeClass(e.$style.imagePlayerIcontype4),alt:"",src:o.data.player_photo},null,10,ase)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(i.dataContainerClass),id:"data-container"},[t.createElementVNode("div",{style:t.normalizeStyle({color:o.data.font_color_card+"!important"}),class:t.normalizeClass(i.dataBoxClass),onClick:a[1]||(a[1]=r=>i.clickCategory({category:o.data.category_id_1,season_id:o.data.id_season,player_id:o.data.player_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.totaltype4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",fill:o.data.font_color_card},null,8,ose)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_1),3)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.div1type4)},t.toDisplayString(o.data.category_name_1),3)],6),t.createElementVNode("div",{style:t.normalizeStyle({color:o.data.font_color_card+"!important"}),class:t.normalizeClass(i.dataBoxClass),onClick:a[2]||(a[2]=r=>i.clickCategory({category:o.data.category_id_2,season_id:o.data.id_season,player_id:o.data.player_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.totaltype4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",fill:o.data.font_color_card},null,8,sse)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_2),3)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.div1type4)},t.toDisplayString(o.data.category_name_2),3)],6),o.data.showlast_category?(t.openBlock(),t.createElementBlock("div",{key:0,style:t.normalizeStyle({color:o.data.font_color_card+"!important"}),class:t.normalizeClass(i.dataBoxClass),onClick:a[3]||(a[3]=r=>i.clickCategory({category:o.data.category_id_3,season_id:o.data.id_season,player_id:o.data.player_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.totaltype4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",fill:o.data.font_color_card},null,8,nse)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_3),3)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.div1type4)},t.toDisplayString(o.data.category_name_3),3)],6)):t.createCommentVNode("",!0)],2)],2),t.createElementVNode("div",{class:t.normalizeClass(i.tarjetaDatosGs414Class),id:"card-mobile-414"},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.baseCard1type4)},[o.showShareButton?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(e.$style.btnShare1type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.btnShareIcon1type4),width:"13",height:"13",viewBox:"0 0 13 13",fill:"none",xmlns:"http://www.w3.org/2000/svg"},rse,2))],2)):t.createCommentVNode("",!0),o.data.background!=""?(t.openBlock(),t.createElementBlock("img",{key:1,class:t.normalizeClass(e.$style.bakgBaseIcon1type4),alt:"",src:o.data.background},null,10,lse)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(e.$style.btnVideos1type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.roleCharacterIcon1type4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",fill:o.data.color_icon_play!=null?o.data.color_icon_play:"#CBEE6B"},null,8,cse)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.verVideostype4)},"Ver videos",2)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.title1type4),id:"title-info"},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.playerName1type4)},t.toDisplayString(o.data.player_name),3),t.createElementVNode("h2",{class:t.normalizeClass(e.$style.elJugadorAContainer1type4),id:"title-card"},[t.createElementVNode("p",{class:t.normalizeClass(e.$style.elJugadortype4)},t.toDisplayString(o.data.main_title),3),t.createElementVNode("p",{class:t.normalizeClass(e.$style.aSeguirtype4)},t.toDisplayString(o.data.second_title),3)],2)],2)],2),o.data.player_photo!=""?(t.openBlock(),t.createElementBlock("img",{key:0,class:t.normalizeClass(e.$style.imagePlayerIcon1type4),alt:"",src:o.data.player_photo},null,10,dse)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(i.dataContainer1Class),id:"data-container"},[t.createElementVNode("div",{style:t.normalizeStyle({color:o.data.font_color_card+"!important"}),class:t.normalizeClass(i.dataBox4Class),onClick:a[4]||(a[4]=r=>i.clickCategory({category:o.data.category_id_1,season_id:o.data.id_season,player_id:o.data.player_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.total4type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",fill:o.data.font_color_card},null,8,mse)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_1),3)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.div9type4)},t.toDisplayString(o.data.category_name_1),3)],6),t.createElementVNode("div",{style:t.normalizeStyle({color:o.data.font_color_card+"!important"}),class:t.normalizeClass(i.dataBox4Class),onClick:a[5]||(a[5]=r=>i.clickCategory({category:o.data.category_id_2,season_id:o.data.id_season,player_id:o.data.player_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.total4type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",fill:o.data.font_color_card},null,8,pse)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_2),3)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.div9type4)},t.toDisplayString(o.data.category_name_2),3)],6),o.data.showlast_category?(t.openBlock(),t.createElementBlock("div",{key:0,style:t.normalizeStyle({color:o.data.font_color_card+"!important"}),class:t.normalizeClass(i.dataBox6Class),onClick:a[6]||(a[6]=r=>i.clickCategory({category:o.data.category_id_3,season_id:o.data.id_season,player_id:o.data.player_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.total4type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",fill:o.data.font_color_card},null,8,hse)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_3),3)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.div9type4)},t.toDisplayString(o.data.category_name_3),3)],6)):t.createCommentVNode("",!0)],2)],2),t.createElementVNode("div",{class:t.normalizeClass(i.tarjetaDatosGs320Class)},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.baseCard1type4)},[o.showShareButton?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(e.$style.btnShare1type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.btnShareIcon1type4),width:"13",height:"13",viewBox:"0 0 13 13",fill:"none",xmlns:"http://www.w3.org/2000/svg"},gse,2))],2)):t.createCommentVNode("",!0),o.data.background!=""?(t.openBlock(),t.createElementBlock("img",{key:1,class:t.normalizeClass(e.$style.bakgBaseIcon2type4),alt:"",src:o.data.background},null,10,use)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(e.$style.btnVideos2type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.roleCharacterIcon2type4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",fill:o.data.color_icon_play!=null?o.data.color_icon_play:"#CBEE6B"},null,8,fse)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.verVideostype4)},"Ver videos",2)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.title2type4),id:"title-info"},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.playerName1type4)},t.toDisplayString(o.data.player_name),3),t.createElementVNode("h2",{class:t.normalizeClass(e.$style.elJugadorAContainer2type4),id:"title-card"},[t.createElementVNode("p",{class:t.normalizeClass(e.$style.elJugadortype4)},t.toDisplayString(o.data.main_title),3),t.createElementVNode("p",{class:t.normalizeClass(e.$style.aSeguirtype4)},t.toDisplayString(o.data.second_title),3)],2)],2)],2),o.data.player_photo!=""?(t.openBlock(),t.createElementBlock("img",{key:0,class:t.normalizeClass(e.$style.imagePlayerIcon2type4),alt:"",src:o.data.player_photo},null,10,_se)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(e.$style.dataContainer2type4),id:"data-container"},[t.createElementVNode("div",{style:t.normalizeStyle({color:o.data.font_color_card+"!important"}),class:t.normalizeClass(i.dataBox7Class),onClick:a[7]||(a[7]=r=>i.clickCategory({category:o.data.category_id_1,season_id:o.data.id_season,player_id:o.data.player_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.total4type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188777 8.8403C0.131575 8.80242 0.0837648 8.74584 0.0504989 8.67665C0.0172329 8.60746 -0.000226668 8.52828 2.22189e-06 8.44765V1.33719C8.08668e-05 1.25684 0.0176547 1.17801 0.0508556 1.10909C0.0840564 1.04018 0.131643 0.983741 0.188558 0.94579C0.245472 0.907838 0.309587 0.889787 0.374086 0.893556C0.438586 0.897325 0.501059 0.922773 0.554865 0.967195L4.84073 4.52284C4.88968 4.56335 4.92982 4.61829 4.95759 4.68277C4.98536 4.74724 4.99989 4.81926 4.99989 4.89242C4.99989 4.96557 4.98536 5.03759 4.95759 5.10207C4.92982 5.16655 4.88968 5.22149 4.84073 5.26199L0.554865 8.81848C0.501141 8.863 0.438716 8.88854 0.374245 8.89238C0.309774 8.89623 0.245673 8.87822 0.188777 8.8403V8.8403ZM0.357326 8.44849L4.64319 4.89284L0.357326 8.44849Z",fill:o.data.font_color_card},null,8,bse)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_1),3)],2),t.createElementVNode("div",{class:t.normalizeClass(i.div15Class)},t.toDisplayString(o.data.category_name_1),3)],6),t.createElementVNode("div",{style:t.normalizeStyle({color:o.data.font_color_card+"!important"}),class:t.normalizeClass(i.dataBox8Class),onClick:a[8]||(a[8]=r=>i.clickCategory({category:o.data.category_id_2,season_id:o.data.id_season,player_id:o.data.player_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.total4type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188777 8.8403C0.131575 8.80242 0.0837648 8.74584 0.0504989 8.67665C0.0172329 8.60746 -0.000226668 8.52828 2.22189e-06 8.44765V1.33719C8.08668e-05 1.25684 0.0176547 1.17801 0.0508556 1.10909C0.0840564 1.04018 0.131643 0.983741 0.188558 0.94579C0.245472 0.907838 0.309587 0.889787 0.374086 0.893556C0.438586 0.897325 0.501059 0.922773 0.554865 0.967195L4.84073 4.52284C4.88968 4.56335 4.92982 4.61829 4.95759 4.68277C4.98536 4.74724 4.99989 4.81926 4.99989 4.89242C4.99989 4.96557 4.98536 5.03759 4.95759 5.10207C4.92982 5.16655 4.88968 5.22149 4.84073 5.26199L0.554865 8.81848C0.501141 8.863 0.438716 8.88854 0.374245 8.89238C0.309774 8.89623 0.245673 8.87822 0.188777 8.8403V8.8403ZM0.357326 8.44849L4.64319 4.89284L0.357326 8.44849Z",fill:o.data.font_color_card},null,8,wse)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_2),3)],2),t.createElementVNode("div",{class:t.normalizeClass(i.div15Class)},t.toDisplayString(o.data.category_name_2),3)],6),o.data.showlast_category?(t.openBlock(),t.createElementBlock("div",{key:0,style:t.normalizeStyle({color:o.data.font_color_card+"!important"}),class:t.normalizeClass(i.dataBox8Class),onClick:a[9]||(a[9]=r=>i.clickCategory({category:o.data.category_id_3,season_id:o.data.id_season,player_id:o.data.player_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.total4type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"6",height:"9",viewBox:"0 0 6 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.474421 8.8403C0.41722 8.80242 0.369409 8.74584 0.336143 8.67665C0.302877 8.60746 0.285418 8.52828 0.285647 8.44765V1.33719C0.285725 1.25684 0.303299 1.17801 0.3365 1.10909C0.369701 1.04018 0.417288 0.983741 0.474202 0.94579C0.531117 0.907838 0.595232 0.889787 0.659731 0.893556C0.72423 0.897325 0.786704 0.922773 0.84051 0.967195L5.12637 4.52284C5.17532 4.56335 5.21547 4.61829 5.24324 4.68277C5.271 4.74724 5.28554 4.81926 5.28554 4.89242C5.28554 4.96557 5.271 5.03759 5.24324 5.10207C5.21547 5.16655 5.17532 5.22149 5.12637 5.26199L0.84051 8.81848C0.786786 8.863 0.724361 8.88854 0.659889 8.89238C0.595418 8.89623 0.531318 8.87822 0.474421 8.8403V8.8403ZM0.64297 8.44849L4.92883 4.89284L0.64297 8.44849Z",fill:o.data.font_color_card},null,8,Cse)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_3),3)],2),t.createElementVNode("div",{class:t.normalizeClass(i.div15Class)},t.toDisplayString(o.data.category_name_3),3)],6)):t.createCommentVNode("",!0)],2)],2)],2)}const Sse={$style:Xoe},Ese=Uo(_p,[["render",kse],["__cssModules",Sse]]),Nse="_cardVideotype3_1geoc_47",$se="_cardVideo540type3_1geoc_73",Bse="_ligaMx2Icontype3_1geoc_101",xse="_roleCharacterIcontype3_1geoc_121",Vse="_btnPlaytype3_1geoc_135",Ise="_videoThumbnailtype3_1geoc_183",Ase="_chivasIcontype3_1geoc_209",Ose="_teamtype3_1geoc_221",Tse="_playerChildtype3_1geoc_251",Fse="_playertype3_1geoc_265",zse="_teamPlayertype3_1geoc_297",Rse="_mintype3_1geoc_309",Pse="_teamPlayerParenttype3_1geoc_317",Dse="_icnGoalsIcontype3_1geoc_333",jse="_min1type3_1geoc_343",Lse="_actionstype3_1geoc_351",vse="_footerCardVideotype3_1geoc_367",Mse={cardVideotype3:Nse,cardVideo540type3:$se,ligaMx2Icontype3:Bse,roleCharacterIcontype3:xse,btnPlaytype3:Vse,videoThumbnailtype3:Ise,chivasIcontype3:Ase,teamtype3:Ose,playerChildtype3:Tse,playertype3:Fse,teamPlayertype3:zse,mintype3:Rse,teamPlayerParenttype3:Pse,icnGoalsIcontype3:Dse,min1type3:jse,actionstype3:Lse,footerCardVideotype3:vse},bp={components:{},props:{data:{type:Object,default:()=>{}},clickCard:{type:Boolean,default:!1},categoryIcon:{type:Boolean,default:!0},backgroundColor:{type:String,default:"#000000"},playerPhoto:{type:Boolean,default:!0}},data(){return{}},setup(){const e=t.ref("myDivRefCardtype3"),{elementSize:a}=ln(e);return{myDivRefCardtype3:e,elementSize:a}},computed:{cardVideoClass(){return this.elementSize.width<=540?this.$style.cardVideo540type3:this.$style.cardVideotype3}},methods:{clickPlayer(e){this.clickCard&&this.$emit("onClickCard",e)},clickVideos(e){this.clickCard||this.$emit("onClickVideos",e)}}},j2=()=>{t.useCssVars(e=>({fe7b7fd8:e.backgroundColor}))},L2=bp.setup;bp.setup=L2?(e,a)=>(j2(),L2(e,a)):j2;const Hse=["src"],Use=t.createElementVNode("g",{"clip-path":"url(#clip0_59_831)"},[t.createElementVNode("path",{d:"M2.67705 12.0654C2.58553 12.0133 2.50903 11.9355 2.4558 11.8404C2.40257 11.7452 2.37464 11.6363 2.375 11.5255V1.74838C2.37513 1.63789 2.40325 1.5295 2.45637 1.43474C2.50949 1.33998 2.58563 1.26238 2.6767 1.21019C2.76776 1.15801 2.87035 1.13319 2.97355 1.13837C3.07675 1.14355 3.17671 1.17854 3.2628 1.23962L10.1203 6.12875C10.1987 6.18445 10.2629 6.25998 10.3073 6.34864C10.3518 6.4373 10.375 6.53633 10.375 6.63692C10.375 6.73751 10.3518 6.83654 10.3073 6.9252C10.2629 7.01386 10.1987 7.0894 10.1203 7.1451L3.2628 12.0354C3.17684 12.0966 3.07696 12.1317 2.9738 12.137C2.87065 12.1423 2.76809 12.1175 2.67705 12.0654V12.0654ZM2.94673 11.5266L9.80426 6.6375L2.94673 11.5266Z",fill:"#CBEE6B"})],-1),Gse=t.createElementVNode("defs",null,[t.createElementVNode("clipPath",{id:"clip0_59_831"},[t.createElementVNode("rect",{width:"12",height:"12",fill:"white",transform:"translate(0.375 0.637695)"})])],-1),Wse=[Use,Gse],qse=["src"],Jse=["src"],Xse=["src"];function Zse(e,a,o,s,n,i){return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(i.cardVideoClass),ref:"myDivRefCardtype3",onClick:a[1]||(a[1]=r=>i.clickPlayer({season_id:o.data.id_season,category_id:o.data.id_category,team_id:o.data.team_id,player_id:o.data.player_id}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.videoThumbnailtype3),id:"container-video"},[t.createElementVNode("img",{class:t.normalizeClass(e.$style.ligaMx2Icontype3),alt:"",src:o.data.background_card},null,10,Hse),t.createElementVNode("button",{class:t.normalizeClass(e.$style.btnPlaytype3),onClick:a[0]||(a[0]=r=>i.clickVideos({season_id:o.data.id_season,category_id:o.data.id_category,team_id:o.data.team_id,player_id:o.data.player_id})),id:"btn-play-video"},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.roleCharacterIcontype3),width:"13",height:"13",viewBox:"0 0 13 13",fill:"none",xmlns:"http://www.w3.org/2000/svg"},Wse,2))],2)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.footerCardVideotype3),id:"footer-card-video",style:t.normalizeStyle({background:o.backgroundColor})},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.teamPlayerParenttype3)},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.teamPlayertype3)},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.teamtype3)},[t.createElementVNode("img",{class:t.normalizeClass(e.$style.chivasIcontype3),alt:"",src:o.data.team_logo},null,10,qse)],2),o.playerPhoto?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(e.$style.playertype3)},[t.createElementVNode("img",{class:t.normalizeClass(e.$style.playerChildtype3),alt:"",src:o.data.player_photo},null,10,Jse)],2)):t.createCommentVNode("",!0)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.mintype3)},t.toDisplayString(o.data.player_name),3)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.actionstype3)},[o.categoryIcon?(t.openBlock(),t.createElementBlock("img",{key:0,class:t.normalizeClass(e.$style.icnGoalsIcontype3),alt:"",src:o.data.icon_stat},null,10,Xse)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(e.$style.min1type3)},t.toDisplayString(o.data.stat),3)],2)],6)],2)}const Yse={$style:Mse},Kse=Uo(bp,[["render",Zse],["__cssModules",Yse]]),Qse={components:{GSCCardFrecuentConnections:Hte,GSCCardVideosPlayers:fae,GSCHighlightsPostmatch:jae,GSCPlays:Kse,GSCDataGS:Ese},props:{type:{type:Number,default:0},data:{type:Object,default:()=>{}},clickCard:{type:Boolean,default:!1},playerPhoto:{type:Boolean,default:!0},categoryIcon:{type:Boolean,default:!0},backgroundColor:{type:String,default:"#cf152d"},backgroundImg:{type:String,default:""},colorTitle:{type:String,default:"#FFFFFF"},borderColor:{type:String,default:"#FFFFFF"},colorCard:{type:String,default:"#122736"},showShareButton:{type:Boolean,default:!1},customizeColors:{type:Boolean,default:!0}},data(){return{}},computed:{},methods:{onClickPlayer(e){this.$emit("onClickCard",e)},onClickVideos(e){this.$emit("onClickVideos",e)},onClickCategory(e){this.$emit("onClickCategory",e)}}};function ene(e,a,o,s,n,i){const r=t.resolveComponent("GSCCardFrecuentConnections"),c=t.resolveComponent("GSCCardVideosPlayers"),y=t.resolveComponent("GSCHighlightsPostmatch"),d=t.resolveComponent("GSCPlays"),l=t.resolveComponent("GSCDataGS");return t.openBlock(),t.createElementBlock("div",null,[o.type==0?(t.openBlock(),t.createBlock(r,{key:0,data:o.data,"click-card":o.clickCard,onOnClickPlayer:i.onClickPlayer,onOnClickVideos:i.onClickVideos},null,8,["data","click-card","onOnClickPlayer","onOnClickVideos"])):t.createCommentVNode("",!0),o.type==1?(t.openBlock(),t.createBlock(c,{key:1,data:o.data,"click-card":o.clickCard,"background-color":o.backgroundColor,"color-title":o.colorTitle,"border-color":o.borderColor,"background-img":o.backgroundImg,"customize-colors":o.customizeColors,onOnClickCard:i.onClickPlayer,onOnClickVideos:i.onClickVideos},null,8,["data","click-card","background-color","color-title","border-color","background-img","customize-colors","onOnClickCard","onOnClickVideos"])):t.createCommentVNode("",!0),o.type==2?(t.openBlock(),t.createBlock(y,{key:2,data:o.data,"click-card":o.clickCard,"background-img":o.backgroundImg,onOnClickCard:i.onClickPlayer,onOnClickVideos:i.onClickVideos},null,8,["data","click-card","background-img","onOnClickCard","onOnClickVideos"])):t.createCommentVNode("",!0),o.type==3?(t.openBlock(),t.createBlock(d,{key:3,data:o.data,"click-card":o.clickCard,"player-photo":o.playerPhoto,"category-icon":o.categoryIcon,"background-color":o.backgroundColor,onOnClickCard:i.onClickPlayer,onOnClickVideos:i.onClickVideos},null,8,["data","click-card","player-photo","category-icon","background-color","onOnClickCard","onOnClickVideos"])):t.createCommentVNode("",!0),o.type==4?(t.openBlock(),t.createBlock(l,{key:4,data:o.data,"show-share-button":o.showShareButton,"click-card":o.clickCard,colorcard:o.colorCard,onOnClickCard:i.onClickPlayer,onOnClickVideos:i.onClickVideos,onOnClickCategory:i.onClickCategory},null,8,["data","show-share-button","click-card","colorcard","onOnClickCard","onOnClickVideos","onOnClickCategory"])):t.createCommentVNode("",!0)])}const tne=Uo(Qse,[["render",ene],["__scopeId","data-v-b1f26d64"]]),ane=(e,a)=>{const o=e.__vccOpts||e;for(const[s,n]of a)o[s]=n;return o},wp={name:"ScrollableContainer",props:{backgroundColor:{type:String,default:"#0D1D29"},pxScroll:{type:Number,default:100},arrows:{type:Boolean,default:!0},arrowsHideOnNoScroll:{type:Boolean,default:!1},arrowsScrollHide:{type:Boolean,default:!1},arrowsColor:{type:String,default:"#CBEE6B"},arrowsHeight:{type:Number,default:15},arrowsWidth:{type:Number,default:15},arrowsPadding:{type:Number,default:5},arrowsMargin:{type:Number,default:10},arrowsRadius:{type:String,default:"0%"},arrowsBorder:{type:String,default:"none"},arrowsBackground:{type:String,default:"#0D1D29"},arrowsContainerBgL:{type:String,default:"#0D1D29"},arrowsContainerBgR:{type:String,default:"#0D1D29"},scrollColor:{type:String,default:"#c3e569"},arrowsPosition:{type:String,default:"relative"},height:{type:String,default:"100%"}},data(){return{showLeftArrow:!1,showRightArrow:!0,intervalid1:""}},mounted(){this.getScroll(),this.arrowsHideOnNoScroll&&window.addEventListener("resize",this.resizeSlider),this.arrowsHideOnNoScroll&&this.listenerLoad()},beforeUnmount(){this.arrowsHideOnNoScroll&&window.removeEventListener("resize",this.resizeSlider),this.arrowsHideOnNoScroll&&clearInterval(this.intervalid1)},computed:{getViewBox(){return`-2 0 ${this.arrowsWidth} ${this.arrowsHeight}`},hideShowLeftArrow(){let e="";return this.arrowsPosition=="absolute"?e="leftAbsolute":e="leftRelative",this.arrowsScrollHide?this.showLeftArrow?e+=" showArrowSlide":e+=" hideArrowSlide":e+=" showArrowSlide",e},hideShowRightArrow(){let e="";return this.arrowsPosition=="absolute"?e="rightAbsolute":e="rightRelative",this.arrowsScrollHide?this.showRightArrow?e+=" showArrowSlide":e+=" hideArrowSlide":e+=" showArrowSlide",e}},methods:{scrollLeft(){this.$refs.content.scrollLeft-=this.pxScroll},scrollRight(){this.$refs.content.scrollLeft+=this.pxScroll},getScroll(){let e=0;this.arrowsPosition=="relative"?e=this.$refs.content.scrollWidth-this.$el.clientWidth+this.arrowsMargin*2+this.arrowsWidth*4:e=this.$refs.content.scrollWidth-this.$el.clientWidth,this.$refs.content.scrollLeft==0?this.showLeftArrow=!1:this.showLeftArrow=!0,e>0&&(this.$refs.content.scrollLeft==e?this.showRightArrow=!1:this.showRightArrow=!0),this.arrowsHideOnNoScroll&&this.$refs.content.clientWidth===this.$refs.content.scrollWidth&&(this.showRightArrow=!1)},resizeSlider(){this.getScroll();let e;clearTimeout(e),e=setTimeout(this.getScroll,1e3)},listenerLoad(){this.intervalid1=setInterval((function(){var e=this.$el.clientWidth,a=this.$refs.content.scrollWidth;a>0&&e>0&&(a>e?(this.showRightArrow=!0,clearInterval(this.intervalid1)):clearInterval(this.intervalid1))}).bind(this),3e3)}}},v2=()=>{t.useCssVars(e=>({"42d3dba6":e.backgroundColor,"4de5d2cf":e.height,"67bafa7b":e.arrowsPosition,"61e1032e":e.arrowsPadding+"px","79a4ac00":e.arrowsBackground,"6b8355c6":e.arrowsHeight*2+"px","29a58368":e.arrowsWidth*2+"px","3622fa64":e.arrowsRadius,"1ba101fe":e.arrowsBorder,"0bafb5e6":e.arrowsMargin+"px","423a44b8":e.arrowsContainerBgL,"423a44be":e.arrowsContainerBgR,"10b117ee":e.scrollColor}))},M2=wp.setup;wp.setup=M2?(e,a)=>(v2(),M2(e,a)):v2;const one={ref:"gscScrollableContainer",class:"scrollable-container"},sne={class:"scrollable-arrows"},nne=["width","height","viewBox"],ine=["stroke"],rne={class:"scrollable-wrapper"},lne={class:"scrollable-arrows"},cne=["width","height","viewBox"],dne=["stroke"];function mne(e,a,o,s,n,i){return t.openBlock(),t.createElementBlock("div",one,[o.arrows?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["arrows-container",i.hideShowLeftArrow]),onClick:a[0]||(a[0]=(...r)=>i.scrollLeft&&i.scrollLeft(...r))},[t.createElementVNode("div",sne,[(t.openBlock(),t.createElementBlock("svg",{width:o.arrowsWidth,height:o.arrowsHeight,viewBox:i.getViewBox,fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M6.36523 13.788L1.10146 8.52429C0.479824 7.90265 0.479824 6.88541 1.10147 6.26377L6.36523 1",stroke:o.arrowsColor},null,8,ine)],8,nne))])],2)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:"scrollable-content scrollable-content-slider",ref:"content",onScroll:a[1]||(a[1]=(...r)=>i.getScroll&&i.getScroll(...r))},[t.createElementVNode("div",rne,[t.renderSlot(e.$slots,"default",{},void 0,!0)])],544),o.arrows?(t.openBlock(),t.createElementBlock("div",{key:1,id:"arrows-container-right",class:t.normalizeClass(["arrows-container",i.hideShowRightArrow]),onClick:a[2]||(a[2]=(...r)=>i.scrollRight&&i.scrollRight(...r))},[t.createElementVNode("div",lne,[(t.openBlock(),t.createElementBlock("svg",{width:o.arrowsWidth,height:o.arrowsHeight,viewBox:i.getViewBox,fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.634765 1.21195L5.89853 6.47571C6.52018 7.09735 6.52018 8.11459 5.89853 8.73623L0.634766 14",stroke:o.arrowsColor},null,8,dne)],8,cne))])],2)):t.createCommentVNode("",!0)],512)}const pne=ane(wp,[["render",mne],["__scopeId","data-v-b548a08d"]]),hne="_templateDataGS_1w6kr_7",yne="_gridCompo480_1w6kr_33",gne="_gridCompo_1w6kr_33",une="_grid_1w6kr_33",fne="_grid768_1w6kr_115",_ne="_grid480_1w6kr_137",bne="_specialsMobile_1w6kr_161",wne="_gridClass_1w6kr_177",Cne={templateDataGS:hne,gridCompo480:yne,gridCompo:gne,grid:une,grid768:fne,grid480:_ne,specialsMobile:bne,gridClass:wne},kne={components:{GSCData:pte,GSCCard:tne,GSCSlider:pne,GSCMentionsCards:NY},props:{type:{type:Number,default:0},data:{type:Object,default:()=>{}}},setup(){const e=t.ref("myDivRef2GSDa"),{elementSize:a}=ZZ(e);return{myDivRef2GSDa:e,elementSize:a}},data(){return{token:"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MCwibmFtZSI6IlVzdWFyaW8gRnJlZSIsInVzZXJuYW1lIjoiZnJlZUBnb2xzdGF0cy5jb20iLCJlbWFpbCI6ImZyZWVAZ29sc3RhdHMuY29tIiwiaWF0IjoxNjA2NzU4Nzk1LCJleHAiOjE2MzgyOTQ3OTV9.kPNmP7yDtk38cAXrUyc7OHRh6J25VFqy-XUNzbK-4YE",pages:[],homeTeam:[],awayTeam:[],playerInfo:{},specials:[]}},computed:{gridCompoClass(){return this.elementSize.width<=720?this.$style.gridCompo480:this.$style.gridCompo},gridClass(){const e=this.elementSize.width;return e<=620?this.$style.grid480:e<=900?this.$style.grid768:this.$style.grid}},watch:{data:{immediate:!0,handler(e){this.getStats(e)}}},methods:{openmedia(e){this.$emit("openmedia",e)},onclickPlayVideos(e){var a=[];e.type==2?e.position_id==1?e.category==0?a=[39,55,41,42,264,304,306,608,324,323,362,371,380,355,49,50,267,308]:a=e.category:e.category==0?a=[12,19,31,32,13,25,6,11,23,4,5,24,15,607,10,27,216,217,155,164,173,30,98,101,104,105,109,112,115,116,17,2,20]:a=e.category:e.type==3?e.category==0?a=[12,55,"35_r","54_r",19,31,32,13,25,6,312,11,23,4,5,24,18,49,607,608,10,324,27,323,216,217,155,164,173,362,371,380,30,355,98,101,104,105,109,112,115,116,17,50,2,20,267,308]:a=e.category:e.category!=0?a=e.category:a=[12,55,"35_r","54_r",19,31,32,13,25,6,312,11,23,4,5,24,18,49,607,608,10,324,27,323,216,217,155,164,173,362,371,380,30,355,98,101,104,105,109,112,115,116,17,50,2,20,267,308],a==="minutes_played"&&(a=[56,57,59,60,326,213,214,215,216,583,584,122,123,124,125,585,586,128,129,130,131,133,327,587,588,136,137,138,139,589,590,142,143,144,145,146,147,485,486,487,488,489,490,491,492,10,27,597,598,538,539,599,600,541,542,601,602,545,546,603,604,548,549,561,562,100,563,564,103,104,105,106,107,108,565,566,111,567,568,114,115,116,117,118,119,4,88,5,34,402,459,460,461,233,403,456,457,458,236,404,453,454,455,240,405,450,451,452,243,408,447,448,449,283,409,444,445,446,285,410,441,442,443,290,411,438,439,440,292,412,435,436,437,297,414,415,416,417,244,418,419,420,421,401,581,582,331,506,530,579,580,334,507,531,577,578,344,508,532,575,576,424,509,533,573,574,341,529,534,571,572,340,528,535,569,570,427,527,536,348,349,350,465,352,353,354,466,14,52,15,53,218,219,220,221,496,497,498,499,500,501,502,503,217,504,505,521,522,543,33,209,208,517,206,207,26,325,16,51,463,151,154,156,591,592,159,162,163,429,165,593,594,168,171,172,430,174,595,596,177,180,181,431,467,358,361,363,366,369,370,469,372,376,378,379,470,381,385,387,388,471,607,608,210,212]),a==="games_played"&&(a=[607,608,12,55,54,35,14,52,15,53,466,477]);const o=[1,2,3];let s={seasonId:e.season_id,mainSectionType:1,playListType:e.type,categoryIds:a,gameIds:e.game_id?[e.game_id]:null,playerIds:e.position_id!=1?e.player_id?[e.player_id]:[]:[],goalkeeperIds:e.position_id==1?e.player_id?[e.player_id]:[]:[],teamId:e.team_id?[e.team_id]:0,matchResult:e.matchResult?[e.matchResult]:o,playData:{},advancedFilter:{playListTitle:""}};e.category!==0&&(s.advancedFilter.mainCategoryId=e.category),this.$emit("openmedia",s)},async getStats(e){const a=XZ.create({headers:{Authorization:`${this.token}`}}),o=await a.get("https://wlduw4woy3.execute-api.us-east-2.amazonaws.com/prod/best-plays/seasons/"+e.season+"/games/"+e.game),s=await a.get("https://55sbpmq0f5.execute-api.us-west-2.amazonaws.com/prod/specialMentions/"+e.game);for(let n=0;n<o.data.games[0].players.length;n++)e.home_team_id==o.data.games[0].players[n].team_id&&this.homeTeam.push({id_season:o.data.games[0].players[n].season_id,color:o.data.games[0].players[n].info_thumbnails.colors.background_color,player_id:o.data.games[0].players[n].player_id,player_name:o.data.games[0].players[n].player_name,background:o.data.games[0].players[n].info_thumbnails.images.background_player_in_action[0]?"https://golstatsimages.blob.core.windows.net/images-library/"+o.data.games[0].players[n].info_thumbnails.images.background_player_in_action[0]:"https://golstatsimages.blob.core.windows.net/images-library/"+o.data.games[0].players[n].info_thumbnails.images.background_default_players[0],player_photo:o.data.games[0].players[n].info_thumbnails.images.player_in_action[0]?"https://golstatsimages.blob.core.windows.net/images-library/"+o.data.games[0].players[n].info_thumbnails.images.player_in_action[0]:`https://az755631.vo.msecnd.net/players-profile/${o.data.games[0].players[n].player_id}.png`,category_stats_1:this.prematch?o.data.games[0].players[n].games_played:o.data.games[0].players[n].minutes_played,category_stats_2:this.prematch?o.data.games[0].players[n].minutes_played:o.data.games[0].players[n].categories[0].total,category_stats_3:this.prematch?o.data.games[0].players[n].categories[0].total:o.data.games[0].players[n].categories[1]?o.data.games[0].players[n].categories[1].total:"",category_id_1:this.prematch?"games_played":"minutes_played",category_id_2:this.prematch?"minutes_played":o.data.games[0].players[n].categories[0].categories,category_id_3:this.prematch?o.data.games[0].players[n].categories[0].categories:o.data.games[0].players[n].categories[1]?o.data.games[0].players[n].categories[1].categories:"",category_name_1:this.prematch?"Partidos Jugados":"Minutos Jugados",category_name_2:this.prematch?"Minutos Jugados":o.data.games[0].players[n].categories[0].category_name,category_name_3:this.prematch?o.data.games[0].players[n].categories[0].category_name:o.data.games[0].players[n].categories[1]?o.data.games[0].players[n].categories[1].category_name:"",showlast_category:!!o.data.games[0].players[n].categories[1],main_title:"Jugador",second_title:"Destacado",background_color_buttons:o.data.games[0].players[n].info_thumbnails.colors.background_color_buttons,background_color_cards:o.data.games[0].players[n].info_thumbnails.colors.background_color_cards,color_icon_play:o.data.games[0].players[n].info_thumbnails.colors.color_icon_play,color_next_back:o.data.games[0].players[n].info_thumbnails.colors.color_next_back,font_color:o.data.games[0].players[n].info_thumbnails.colors.font_color,font_color_card:o.data.games[0].players[n].info_thumbnails.colors.font_color_cards?o.data.games[0].players[n].info_thumbnails.colors.font_color_cards:"#FFFFFF"}),e.away_team_id==o.data.games[0].players[n].team_id&&this.awayTeam.push({id_season:o.data.games[0].players[n].season_id,color:o.data.games[0].players[n].info_thumbnails.colors.background_color,player_id:o.data.games[0].players[n].player_id,player_name:o.data.games[0].players[n].player_name,background:o.data.games[0].players[n].info_thumbnails.images.background_player_in_action[0]?"https://golstatsimages.blob.core.windows.net/images-library/"+o.data.games[0].players[n].info_thumbnails.images.background_player_in_action[0]:"https://golstatsimages.blob.core.windows.net/images-library/"+o.data.games[0].players[n].info_thumbnails.images.background_default_players[0],player_photo:o.data.games[0].players[n].info_thumbnails.images.player_in_action[0]?"https://golstatsimages.blob.core.windows.net/images-library/"+o.data.games[0].players[n].info_thumbnails.images.player_in_action[0]:`https://az755631.vo.msecnd.net/players-profile/${o.data.games[0].players[n].player_id}.png`,category_stats_1:this.prematch?o.data.games[0].players[n].games_played:o.data.games[0].players[n].minutes_played,category_stats_2:this.prematch?o.data.games[0].players[n].minutes_played:o.data.games[0].players[n].categories[0].total,category_stats_3:this.prematch?o.data.games[0].players[n].categories[0].total:o.data.games[0].players[n].categories[1]?o.data.games[0].players[n].categories[1].total:"",category_id_1:this.prematch?"games_played":"minutes_played",category_id_2:this.prematch?"minutes_played":o.data.games[0].players[n].categories[0].categories,category_id_3:this.prematch?o.data.games[0].players[n].categories[0].categories:o.data.games[0].players[n].categories[1]?o.data.games[0].players[n].categories[1].categories:"",category_name_1:this.prematch?"Partidos Jugados":"Minutos Jugados",category_name_2:this.prematch?"Minutos Jugados":o.data.games[0].players[n].categories[0].category_name,category_name_3:this.prematch?o.data.games[0].players[n].categories[0].category_name:o.data.games[0].players[n].categories[1]?o.data.games[0].players[n].categories[1].category_name:"",showlast_category:!!o.data.games[0].players[n].categories[1],main_title:"Jugador",second_title:"Destacado",background_color_buttons:o.data.games[0].players[n].info_thumbnails.colors.background_color_buttons,background_color_cards:o.data.games[0].players[n].info_thumbnails.colors.background_color_cards,color_icon_play:o.data.games[0].players[n].info_thumbnails.colors.color_icon_play,color_next_back:o.data.games[0].players[n].info_thumbnails.colors.color_next_back,font_color:o.data.games[0].players[n].info_thumbnails.colors.font_color,font_color_card:o.data.games[0].players[n].info_thumbnails.colors.font_color_cards?o.data.games[0].players[n].info_thumbnails.colors.font_color_cards:"#FFFFFF"});this.specials=s.data.data}}},Sne={style:{margin:"0 auto",width:"100%"}},Ene={style:{margin:"0 auto",width:"100%"}};function Nne(e,a,o,s,n,i){const r=t.resolveComponent("GSCData"),c=t.resolveComponent("GSCMentionsCards"),y=t.resolveComponent("GSCSlider"),d=t.resolveComponent("GSCCard");return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(e.$style.templateDataGS),ref:"myDivRef2GSDa"},[o.type==0?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[t.createElementVNode("div",{class:t.normalizeClass(i.gridCompoClass)},[t.createElementVNode("div",{style:t.normalizeStyle(s.elementSize.width>720?"width:"+(s.elementSize.width-80)/2+"px":"width:"+(s.elementSize.width-40)+"px")},[t.createElementVNode("div",Sne,[t.createVNode(r,{type:1,prematch:!0,"click-card":!1,"team-selected":o.data.home_team_id,data:o.data,colorCardByTeam:!0,onOpenmedia:i.openmedia},null,8,["team-selected","data","onOpenmedia"])])],4),t.createElementVNode("div",{style:t.normalizeStyle(s.elementSize.width>720?"width:"+(s.elementSize.width-80)/2+"px":"width:"+(s.elementSize.width-40)+"px")},[t.createElementVNode("div",Ene,[t.createVNode(r,{type:1,prematch:!0,"click-card":!1,"team-selected":o.data.away_team_id,data:o.data,colorCardByTeam:!0,onOpenmedia:i.openmedia},null,8,["team-selected","data","onOpenmedia"])])],4)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.specialsMobile)},[t.createVNode(y,{"px-scroll":305,"scroll-color":"none","arrows-position":"absolute","arrows-scroll-hide":!0,arrowsBackground:"rgba(255,255,255,.16)",arrowsContainerBgL:"none",arrowsContainerBgR:"none",arrowsMargin:0,arrowsRadius:"50%",arrowsBorder:"#ddd","background-color":"#172531"},{default:t.withCtx(()=>[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.specials,(l,m)=>(t.openBlock(),t.createBlock(c,{key:m,data:l,"is-slider":!0},null,8,["data"]))),128))]),_:1})],2),t.createElementVNode("div",{class:t.normalizeClass([i.gridClass,e.$style.gridClass])},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.specials,(l,m)=>(t.openBlock(),t.createBlock(c,{key:m,data:l},null,8,["data"]))),128))],2)],64)):(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(i.gridCompoClass)},[t.createElementVNode("div",{style:t.normalizeStyle(s.elementSize.width>720?"width:"+(s.elementSize.width-50)/2+"px":"width:"+(s.elementSize.width-40)+"px")},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.homeTeam,(l,m)=>(t.openBlock(),t.createBlock(d,{key:m,type:4,style:{"margin-top":"30px"},"click-card":!1,data:l,colorCard:l.color,onOnClickVideos:i.onclickPlayVideos,onOnClickCategory:i.onclickPlayVideos},null,8,["data","colorCard","onOnClickVideos","onOnClickCategory"]))),128))],4),t.createElementVNode("div",{style:t.normalizeStyle(s.elementSize.width>720?"width:"+(s.elementSize.width-50)/2+"px":"width:"+(s.elementSize.width-40)+"px")},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.awayTeam,(l,m)=>(t.openBlock(),t.createBlock(d,{key:m,type:4,style:{"margin-top":"30px"},"click-card":!1,data:l,colorCard:l.color,onOnClickVideos:i.onclickPlayVideos,onOnClickCategory:i.onclickPlayVideos},null,8,["data","colorCard","onOnClickVideos","onOnClickCategory"]))),128))],4)],2))],2)}const $ne={$style:Cne},H2=J_(kne,[["render",Nne],["__cssModules",$ne],["__scopeId","data-v-64d18036"]]),OMe="",TMe="",Bne={class:"datagame-container"},xne=Ae({__name:"GSCDatosGSMain",props:{game:{type:Object,default:()=>({gameId:79623,seasonId:1772,status:1,dateTimeUTC:"2023-10-01T22:20:00Z",homeTeam:{logo:"https://az755631.vo.msecnd.net/teams-80/18.png",team_id:10,provisional_logo:"https://az755631.vo.msecnd.net/teams-provisional/18.png",colloquial_name:"Toluca",acronym:"TOL",team_name:"Toluca"},awayTeam:{logo:"https://az755631.vo.msecnd.net/teams-80/1.png",team_id:1,provisional_logo:"https://az755631.vo.msecnd.net/teams-provisional/1.png",colloquial_name:"Chivas",acronym:"CHI",team_name:"Guadalajara"}})}},emits:["openmedia"],setup(e,{emit:a}){const o=e,s=t.ref(0);t.watch(()=>o.game,i=>{s.value=i.gameId},{deep:!0,immediate:!0});function n(i){a("openmedia",i)}return(i,r)=>(t.openBlock(),t.createElementBlock("div",Bne,[e.game.status==4?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[Object.keys(e.game).length>0?(t.openBlock(),t.createBlock(t.unref(H2),{onOpenmedia:n,key:s.value,type:0,data:{season:e.game.seasonId,game:e.game.gameId,home_team_id:e.game.homeTeam.team_id,away_team_id:e.game.awayTeam.team_id,team_view:1}},null,8,["data"])):t.createCommentVNode("",!0)],64)):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[Object.keys(e.game).length>0?(t.openBlock(),t.createBlock(t.unref(H2),{onOpenmedia:n,key:s.value,type:1,data:{season:e.game.seasonId,game:e.game.gameId,home_team_id:e.game.homeTeam.team_id,away_team_id:e.game.awayTeam.team_id,team_view:2}},null,8,["data"])):t.createCommentVNode("",!0)],64))]))}},[["__scopeId","data-v-564ded3f"]]);function U2(e,a){return function(){return e.apply(a,arguments)}}const{toString:Vne}=Object.prototype,{getPrototypeOf:Cp}=Object,Rr=(e=>a=>{const o=Vne.call(a);return e[o]||(e[o]=o.slice(8,-1).toLowerCase())})(Object.create(null)),la=e=>(e=e.toLowerCase(),a=>Rr(a)===e),Pr=e=>a=>typeof a===e,{isArray:Go}=Array,cn=Pr("undefined");function Ine(e){return e!==null&&!cn(e)&&e.constructor!==null&&!cn(e.constructor)&&At(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const G2=la("ArrayBuffer");function Ane(e){let a;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?a=ArrayBuffer.isView(e):a=e&&e.buffer&&G2(e.buffer),a}const One=Pr("string"),At=Pr("function"),W2=Pr("number"),Dr=e=>e!==null&&typeof e=="object",Tne=e=>e===!0||e===!1,jr=e=>{if(Rr(e)!=="object")return!1;const a=Cp(e);return(a===null||a===Object.prototype||Object.getPrototypeOf(a)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},Fne=la("Date"),zne=la("File"),Rne=la("Blob"),Pne=la("FileList"),Dne=e=>Dr(e)&&At(e.pipe),jne=e=>{let a;return e&&(typeof FormData=="function"&&e instanceof FormData||At(e.append)&&((a=Rr(e))==="formdata"||a==="object"&&At(e.toString)&&e.toString()==="[object FormData]"))},Lne=la("URLSearchParams"),vne=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function dn(e,a,{allOwnKeys:o=!1}={}){if(e===null||typeof e>"u")return;let s,n;if(typeof e!="object"&&(e=[e]),Go(e))for(s=0,n=e.length;s<n;s++)a.call(null,e[s],s,e);else{const i=o?Object.getOwnPropertyNames(e):Object.keys(e),r=i.length;let c;for(s=0;s<r;s++)c=i[s],a.call(null,e[c],c,e)}}function q2(e,a){a=a.toLowerCase();const o=Object.keys(e);let s=o.length,n;for(;s-- >0;)if(n=o[s],a===n.toLowerCase())return n;return null}const J2=(()=>typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global)(),X2=e=>!cn(e)&&e!==J2;function kp(){const{caseless:e}=X2(this)&&this||{},a={},o=(s,n)=>{const i=e&&q2(a,n)||n;jr(a[i])&&jr(s)?a[i]=kp(a[i],s):jr(s)?a[i]=kp({},s):Go(s)?a[i]=s.slice():a[i]=s};for(let s=0,n=arguments.length;s<n;s++)arguments[s]&&dn(arguments[s],o);return a}const Mne=(e,a,o,{allOwnKeys:s}={})=>(dn(a,(n,i)=>{o&&At(n)?e[i]=U2(n,o):e[i]=n},{allOwnKeys:s}),e),Hne=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),Une=(e,a,o,s)=>{e.prototype=Object.create(a.prototype,s),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:a.prototype}),o&&Object.assign(e.prototype,o)},Gne=(e,a,o,s)=>{let n,i,r;const c={};if(a=a||{},e==null)return a;do{for(n=Object.getOwnPropertyNames(e),i=n.length;i-- >0;)r=n[i],(!s||s(r,e,a))&&!c[r]&&(a[r]=e[r],c[r]=!0);e=o!==!1&&Cp(e)}while(e&&(!o||o(e,a))&&e!==Object.prototype);return a},Wne=(e,a,o)=>{e=String(e),(o===void 0||o>e.length)&&(o=e.length),o-=a.length;const s=e.indexOf(a,o);return s!==-1&&s===o},qne=e=>{if(!e)return null;if(Go(e))return e;let a=e.length;if(!W2(a))return null;const o=new Array(a);for(;a-- >0;)o[a]=e[a];return o},Jne=(e=>a=>e&&a instanceof e)(typeof Uint8Array<"u"&&Cp(Uint8Array)),Xne=(e,a)=>{const o=(e&&e[Symbol.iterator]).call(e);let s;for(;(s=o.next())&&!s.done;){const n=s.value;a.call(e,n[0],n[1])}},Zne=(e,a)=>{let o;const s=[];for(;(o=e.exec(a))!==null;)s.push(o);return s},Yne=la("HTMLFormElement"),Kne=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(a,o,s){return o.toUpperCase()+s}),Z2=(({hasOwnProperty:e})=>(a,o)=>e.call(a,o))(Object.prototype),Qne=la("RegExp"),Y2=(e,a)=>{const o=Object.getOwnPropertyDescriptors(e),s={};dn(o,(n,i)=>{let r;(r=a(n,i,e))!==!1&&(s[i]=r||n)}),Object.defineProperties(e,s)},eie=e=>{Y2(e,(a,o)=>{if(At(e)&&["arguments","caller","callee"].indexOf(o)!==-1)return!1;const s=e[o];if(At(s)){if(a.enumerable=!1,"writable"in a){a.writable=!1;return}a.set||(a.set=()=>{throw Error("Can not rewrite read-only method '"+o+"'")})}})},tie=(e,a)=>{const o={},s=n=>{n.forEach(i=>{o[i]=!0})};return Go(e)?s(e):s(String(e).split(a)),o},aie=()=>{},oie=(e,a)=>(e=+e,Number.isFinite(e)?e:a),Sp="abcdefghijklmnopqrstuvwxyz",K2="0123456789",Q2={DIGIT:K2,ALPHA:Sp,ALPHA_DIGIT:Sp+Sp.toUpperCase()+K2},sie=(e=16,a=Q2.ALPHA_DIGIT)=>{let o="";const{length:s}=a;for(;e--;)o+=a[Math.random()*s|0];return o};function nie(e){return!!(e&&At(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const iie=e=>{const a=new Array(10),o=(s,n)=>{if(Dr(s)){if(a.indexOf(s)>=0)return;if(!("toJSON"in s)){a[n]=s;const i=Go(s)?[]:{};return dn(s,(r,c)=>{const y=o(r,n+1);!cn(y)&&(i[c]=y)}),a[n]=void 0,i}}return s};return o(e,0)},rie=la("AsyncFunction"),lie=e=>e&&(Dr(e)||At(e))&&At(e.then)&&At(e.catch),H={isArray:Go,isArrayBuffer:G2,isBuffer:Ine,isFormData:jne,isArrayBufferView:Ane,isString:One,isNumber:W2,isBoolean:Tne,isObject:Dr,isPlainObject:jr,isUndefined:cn,isDate:Fne,isFile:zne,isBlob:Rne,isRegExp:Qne,isFunction:At,isStream:Dne,isURLSearchParams:Lne,isTypedArray:Jne,isFileList:Pne,forEach:dn,merge:kp,extend:Mne,trim:vne,stripBOM:Hne,inherits:Une,toFlatObject:Gne,kindOf:Rr,kindOfTest:la,endsWith:Wne,toArray:qne,forEachEntry:Xne,matchAll:Zne,isHTMLForm:Yne,hasOwnProperty:Z2,hasOwnProp:Z2,reduceDescriptors:Y2,freezeMethods:eie,toObjectSet:tie,toCamelCase:Kne,noop:aie,toFiniteNumber:oie,findKey:q2,global:J2,isContextDefined:X2,ALPHABET:Q2,generateString:sie,isSpecCompliantForm:nie,toJSONObject:iie,isAsyncFn:rie,isThenable:lie};function ge(e,a,o,s,n){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",a&&(this.code=a),o&&(this.config=o),s&&(this.request=s),n&&(this.response=n)}H.inherits(ge,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:H.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const eb=ge.prototype,tb={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{tb[e]={value:e}}),Object.defineProperties(ge,tb),Object.defineProperty(eb,"isAxiosError",{value:!0}),ge.from=(e,a,o,s,n,i)=>{const r=Object.create(eb);return H.toFlatObject(e,r,function(c){return c!==Error.prototype},c=>c!=="isAxiosError"),ge.call(r,e.message,a,o,s,n),r.cause=e,r.name=e.name,i&&Object.assign(r,i),r};const cie=null;function Ep(e){return H.isPlainObject(e)||H.isArray(e)}function ab(e){return H.endsWith(e,"[]")?e.slice(0,-2):e}function ob(e,a,o){return e?e.concat(a).map(function(s,n){return s=ab(s),!o&&n?"["+s+"]":s}).join(o?".":""):a}function die(e){return H.isArray(e)&&!e.some(Ep)}const mie=H.toFlatObject(H,{},null,function(e){return/^is[A-Z]/.test(e)});function Lr(e,a,o){if(!H.isObject(e))throw new TypeError("target must be an object");a=a||new FormData,o=H.toFlatObject(o,{metaTokens:!0,dots:!1,indexes:!1},!1,function(g,p){return!H.isUndefined(p[g])});const s=o.metaTokens,n=o.visitor||d,i=o.dots,r=o.indexes,c=(o.Blob||typeof Blob<"u"&&Blob)&&H.isSpecCompliantForm(a);if(!H.isFunction(n))throw new TypeError("visitor must be a function");function y(g){if(g===null)return"";if(H.isDate(g))return g.toISOString();if(!c&&H.isBlob(g))throw new ge("Blob is not supported. Use a Buffer instead.");return H.isArrayBuffer(g)||H.isTypedArray(g)?c&&typeof Blob=="function"?new Blob([g]):Buffer.from(g):g}function d(g,p,u){let f=g;if(g&&!u&&typeof g=="object"){if(H.endsWith(p,"{}"))p=s?p:p.slice(0,-2),g=JSON.stringify(g);else if(H.isArray(g)&&die(g)||(H.isFileList(g)||H.endsWith(p,"[]"))&&(f=H.toArray(g)))return p=ab(p),f.forEach(function(_,k){!(H.isUndefined(_)||_===null)&&a.append(r===!0?ob([p],k,i):r===null?p:p+"[]",y(_))}),!1}return Ep(g)?!0:(a.append(ob(u,p,i),y(g)),!1)}const l=[],m=Object.assign(mie,{defaultVisitor:d,convertValue:y,isVisitable:Ep});function h(g,p){if(!H.isUndefined(g)){if(l.indexOf(g)!==-1)throw Error("Circular reference detected in "+p.join("."));l.push(g),H.forEach(g,function(u,f){(!(H.isUndefined(u)||u===null)&&n.call(a,u,H.isString(f)?f.trim():f,p,m))===!0&&h(u,p?p.concat(f):[f])}),l.pop()}}if(!H.isObject(e))throw new TypeError("data must be an object");return h(e),a}function sb(e){const a={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(o){return a[o]})}function Np(e,a){this._pairs=[],e&&Lr(e,this,a)}const nb=Np.prototype;nb.append=function(e,a){this._pairs.push([e,a])},nb.toString=function(e){const a=e?function(o){return e.call(this,o,sb)}:sb;return this._pairs.map(function(o){return a(o[0])+"="+a(o[1])},"").join("&")};function pie(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function ib(e,a,o){if(!a)return e;const s=o&&o.encode||pie,n=o&&o.serialize;let i;if(n?i=n(a,o):i=H.isURLSearchParams(a)?a.toString():new Np(a,o).toString(s),i){const r=e.indexOf("#");r!==-1&&(e=e.slice(0,r)),e+=(e.indexOf("?")===-1?"?":"&")+i}return e}const rb=class{constructor(){this.handlers=[]}use(a,o,s){return this.handlers.push({fulfilled:a,rejected:o,synchronous:s?s.synchronous:!1,runWhen:s?s.runWhen:null}),this.handlers.length-1}eject(a){this.handlers[a]&&(this.handlers[a]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(a){H.forEach(this.handlers,function(o){o!==null&&a(o)})}},lb={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},hie=typeof URLSearchParams<"u"?URLSearchParams:Np,yie=typeof FormData<"u"?FormData:null,gie=typeof Blob<"u"?Blob:null,uie={isBrowser:!0,classes:{URLSearchParams:hie,FormData:yie,Blob:gie},protocols:["http","https","file","blob","url","data"]},cb=typeof window<"u"&&typeof document<"u",fie=(e=>cb&&["ReactNative","NativeScript","NS"].indexOf(e)<0)(typeof navigator<"u"&&navigator.product),_ie=(()=>typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function")(),bie=Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:cb,hasStandardBrowserEnv:fie,hasStandardBrowserWebWorkerEnv:_ie},Symbol.toStringTag,{value:"Module"})),ca={...bie,...uie};function wie(e,a){return Lr(e,new ca.classes.URLSearchParams,Object.assign({visitor:function(o,s,n,i){return ca.isNode&&H.isBuffer(o)?(this.append(s,o.toString("base64")),!1):i.defaultVisitor.apply(this,arguments)}},a))}function Cie(e){return H.matchAll(/\w+|\[(\w*)]/g,e).map(a=>a[0]==="[]"?"":a[1]||a[0])}function kie(e){const a={},o=Object.keys(e);let s;const n=o.length;let i;for(s=0;s<n;s++)i=o[s],a[i]=e[i];return a}function db(e){function a(o,s,n,i){let r=o[i++];if(r==="__proto__")return!0;const c=Number.isFinite(+r),y=i>=o.length;return r=!r&&H.isArray(n)?n.length:r,y?(H.hasOwnProp(n,r)?n[r]=[n[r],s]:n[r]=s,!c):((!n[r]||!H.isObject(n[r]))&&(n[r]=[]),a(o,s,n[r],i)&&H.isArray(n[r])&&(n[r]=kie(n[r])),!c)}if(H.isFormData(e)&&H.isFunction(e.entries)){const o={};return H.forEachEntry(e,(s,n)=>{a(Cie(s),n,o,0)}),o}return null}function Sie(e,a,o){if(H.isString(e))try{return(a||JSON.parse)(e),H.trim(e)}catch(s){if(s.name!=="SyntaxError")throw s}return(o||JSON.stringify)(e)}const $p={transitional:lb,adapter:["xhr","http"],transformRequest:[function(e,a){const o=a.getContentType()||"",s=o.indexOf("application/json")>-1,n=H.isObject(e);if(n&&H.isHTMLForm(e)&&(e=new FormData(e)),H.isFormData(e))return s?JSON.stringify(db(e)):e;if(H.isArrayBuffer(e)||H.isBuffer(e)||H.isStream(e)||H.isFile(e)||H.isBlob(e))return e;if(H.isArrayBufferView(e))return e.buffer;if(H.isURLSearchParams(e))return a.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let i;if(n){if(o.indexOf("application/x-www-form-urlencoded")>-1)return wie(e,this.formSerializer).toString();if((i=H.isFileList(e))||o.indexOf("multipart/form-data")>-1){const r=this.env&&this.env.FormData;return Lr(i?{"files[]":e}:e,r&&new r,this.formSerializer)}}return n||s?(a.setContentType("application/json",!1),Sie(e)):e}],transformResponse:[function(e){const a=this.transitional||$p.transitional,o=a&&a.forcedJSONParsing,s=this.responseType==="json";if(e&&H.isString(e)&&(o&&!this.responseType||s)){const n=!(a&&a.silentJSONParsing)&&s;try{return JSON.parse(e)}catch(i){if(n)throw i.name==="SyntaxError"?ge.from(i,ge.ERR_BAD_RESPONSE,this,null,this.response):i}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:ca.classes.FormData,Blob:ca.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};H.forEach(["delete","get","head","post","put","patch"],e=>{$p.headers[e]={}});const Bp=$p,Eie=H.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),Nie=e=>{const a={};let o,s,n;return e&&e.split(`
58
58
  `).forEach(function(i){n=i.indexOf(":"),o=i.substring(0,n).trim().toLowerCase(),s=i.substring(n+1).trim(),!(!o||a[o]&&Eie[o])&&(o==="set-cookie"?a[o]?a[o].push(s):a[o]=[s]:a[o]=a[o]?a[o]+", "+s:s)}),a},mb=Symbol("internals");function mn(e){return e&&String(e).trim().toLowerCase()}function vr(e){return e===!1||e==null?e:H.isArray(e)?e.map(vr):String(e)}function $ie(e){const a=Object.create(null),o=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let s;for(;s=o.exec(e);)a[s[1]]=s[2];return a}const Bie=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function xp(e,a,o,s,n){if(H.isFunction(s))return s.call(this,a,o);if(n&&(a=o),!!H.isString(a)){if(H.isString(s))return a.indexOf(s)!==-1;if(H.isRegExp(s))return s.test(a)}}function xie(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(a,o,s)=>o.toUpperCase()+s)}function Vie(e,a){const o=H.toCamelCase(" "+a);["get","set","has"].forEach(s=>{Object.defineProperty(e,s+o,{value:function(n,i,r){return this[s].call(this,a,n,i,r)},configurable:!0})})}let Mr=class{constructor(a){a&&this.set(a)}set(a,o,s){const n=this;function i(c,y,d){const l=mn(y);if(!l)throw new Error("header name must be a non-empty string");const m=H.findKey(n,l);(!m||n[m]===void 0||d===!0||d===void 0&&n[m]!==!1)&&(n[m||y]=vr(c))}const r=(c,y)=>H.forEach(c,(d,l)=>i(d,l,y));return H.isPlainObject(a)||a instanceof this.constructor?r(a,o):H.isString(a)&&(a=a.trim())&&!Bie(a)?r(Nie(a),o):a!=null&&i(o,a,s),this}get(a,o){if(a=mn(a),a){const s=H.findKey(this,a);if(s){const n=this[s];if(!o)return n;if(o===!0)return $ie(n);if(H.isFunction(o))return o.call(this,n,s);if(H.isRegExp(o))return o.exec(n);throw new TypeError("parser must be boolean|regexp|function")}}}has(a,o){if(a=mn(a),a){const s=H.findKey(this,a);return!!(s&&this[s]!==void 0&&(!o||xp(this,this[s],s,o)))}return!1}delete(a,o){const s=this;let n=!1;function i(r){if(r=mn(r),r){const c=H.findKey(s,r);c&&(!o||xp(s,s[c],c,o))&&(delete s[c],n=!0)}}return H.isArray(a)?a.forEach(i):i(a),n}clear(a){const o=Object.keys(this);let s=o.length,n=!1;for(;s--;){const i=o[s];(!a||xp(this,this[i],i,a,!0))&&(delete this[i],n=!0)}return n}normalize(a){const o=this,s={};return H.forEach(this,(n,i)=>{const r=H.findKey(s,i);if(r){o[r]=vr(n),delete o[i];return}const c=a?xie(i):String(i).trim();c!==i&&delete o[i],o[c]=vr(n),s[c]=!0}),this}concat(...a){return this.constructor.concat(this,...a)}toJSON(a){const o=Object.create(null);return H.forEach(this,(s,n)=>{s!=null&&s!==!1&&(o[n]=a&&H.isArray(s)?s.join(", "):s)}),o}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([a,o])=>a+": "+o).join(`
59
59
  `)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(a){return a instanceof this?a:new this(a)}static concat(a,...o){const s=new this(a);return o.forEach(n=>s.set(n)),s}static accessor(a){const o=(this[mb]=this[mb]={accessors:{}}).accessors,s=this.prototype;function n(i){const r=mn(i);o[r]||(Vie(s,i),o[r]=!0)}return H.isArray(a)?a.forEach(n):n(a),this}};Mr.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),H.reduceDescriptors(Mr.prototype,({value:e},a)=>{let o=a[0].toUpperCase()+a.slice(1);return{get:()=>e,set(s){this[o]=s}}}),H.freezeMethods(Mr);const Fa=Mr;function Vp(e,a){const o=this||Bp,s=a||o,n=Fa.from(s.headers);let i=s.data;return H.forEach(e,function(r){i=r.call(o,i,n.normalize(),a?a.status:void 0)}),n.normalize(),i}function pb(e){return!!(e&&e.__CANCEL__)}function pn(e,a,o){ge.call(this,e??"canceled",ge.ERR_CANCELED,a,o),this.name="CanceledError"}H.inherits(pn,ge,{__CANCEL__:!0});function Iie(e,a,o){const s=o.config.validateStatus;!o.status||!s||s(o.status)?e(o):a(new ge("Request failed with status code "+o.status,[ge.ERR_BAD_REQUEST,ge.ERR_BAD_RESPONSE][Math.floor(o.status/100)-4],o.config,o.request,o))}const Aie=ca.hasStandardBrowserEnv?{write(e,a,o,s,n,i){const r=[e+"="+encodeURIComponent(a)];H.isNumber(o)&&r.push("expires="+new Date(o).toGMTString()),H.isString(s)&&r.push("path="+s),H.isString(n)&&r.push("domain="+n),i===!0&&r.push("secure"),document.cookie=r.join("; ")},read(e){const a=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return a?decodeURIComponent(a[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function Oie(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function Tie(e,a){return a?e.replace(/\/?\/$/,"")+"/"+a.replace(/^\/+/,""):e}function hb(e,a){return e&&!Oie(a)?Tie(e,a):a}const Fie=ca.hasStandardBrowserEnv?function(){const e=/(msie|trident)/i.test(navigator.userAgent),a=document.createElement("a");let o;function s(n){let i=n;return e&&(a.setAttribute("href",i),i=a.href),a.setAttribute("href",i),{href:a.href,protocol:a.protocol?a.protocol.replace(/:$/,""):"",host:a.host,search:a.search?a.search.replace(/^\?/,""):"",hash:a.hash?a.hash.replace(/^#/,""):"",hostname:a.hostname,port:a.port,pathname:a.pathname.charAt(0)==="/"?a.pathname:"/"+a.pathname}}return o=s(window.location.href),function(n){const i=H.isString(n)?s(n):n;return i.protocol===o.protocol&&i.host===o.host}}():function(){return function(){return!0}}();function zie(e){const a=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return a&&a[1]||""}function Rie(e,a){e=e||10;const o=new Array(e),s=new Array(e);let n=0,i=0,r;return a=a!==void 0?a:1e3,function(c){const y=Date.now(),d=s[i];r||(r=y),o[n]=c,s[n]=y;let l=i,m=0;for(;l!==n;)m+=o[l++],l=l%e;if(n=(n+1)%e,n===i&&(i=(i+1)%e),y-r<a)return;const h=d&&y-d;return h?Math.round(m*1e3/h):void 0}}function yb(e,a){let o=0;const s=Rie(50,250);return n=>{const i=n.loaded,r=n.lengthComputable?n.total:void 0,c=i-o,y=s(c),d=i<=r;o=i;const l={loaded:i,total:r,progress:r?i/r:void 0,bytes:c,rate:y||void 0,estimated:y&&r&&d?(r-i)/y:void 0,event:n};l[a?"download":"upload"]=!0,e(l)}}const Pie=typeof XMLHttpRequest<"u",Die=Pie&&function(e){return new Promise(function(a,o){let s=e.data;const n=Fa.from(e.headers).normalize();let{responseType:i,withXSRFToken:r}=e,c;function y(){e.cancelToken&&e.cancelToken.unsubscribe(c),e.signal&&e.signal.removeEventListener("abort",c)}let d;if(H.isFormData(s)){if(ca.hasStandardBrowserEnv||ca.hasStandardBrowserWebWorkerEnv)n.setContentType(!1);else if((d=n.getContentType())!==!1){const[p,...u]=d?d.split(";").map(f=>f.trim()).filter(Boolean):[];n.setContentType([p||"multipart/form-data",...u].join("; "))}}let l=new XMLHttpRequest;if(e.auth){const p=e.auth.username||"",u=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";n.set("Authorization","Basic "+btoa(p+":"+u))}const m=hb(e.baseURL,e.url);l.open(e.method.toUpperCase(),ib(m,e.params,e.paramsSerializer),!0),l.timeout=e.timeout;function h(){if(!l)return;const p=Fa.from("getAllResponseHeaders"in l&&l.getAllResponseHeaders()),u={data:!i||i==="text"||i==="json"?l.responseText:l.response,status:l.status,statusText:l.statusText,headers:p,config:e,request:l};Iie(function(f){a(f),y()},function(f){o(f),y()},u),l=null}if("onloadend"in l?l.onloadend=h:l.onreadystatechange=function(){!l||l.readyState!==4||l.status===0&&!(l.responseURL&&l.responseURL.indexOf("file:")===0)||setTimeout(h)},l.onabort=function(){l&&(o(new ge("Request aborted",ge.ECONNABORTED,e,l)),l=null)},l.onerror=function(){o(new ge("Network Error",ge.ERR_NETWORK,e,l)),l=null},l.ontimeout=function(){let p=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded";const u=e.transitional||lb;e.timeoutErrorMessage&&(p=e.timeoutErrorMessage),o(new ge(p,u.clarifyTimeoutError?ge.ETIMEDOUT:ge.ECONNABORTED,e,l)),l=null},ca.hasStandardBrowserEnv&&(r&&H.isFunction(r)&&(r=r(e)),r||r!==!1&&Fie(m))){const p=e.xsrfHeaderName&&e.xsrfCookieName&&Aie.read(e.xsrfCookieName);p&&n.set(e.xsrfHeaderName,p)}s===void 0&&n.setContentType(null),"setRequestHeader"in l&&H.forEach(n.toJSON(),function(p,u){l.setRequestHeader(u,p)}),H.isUndefined(e.withCredentials)||(l.withCredentials=!!e.withCredentials),i&&i!=="json"&&(l.responseType=e.responseType),typeof e.onDownloadProgress=="function"&&l.addEventListener("progress",yb(e.onDownloadProgress,!0)),typeof e.onUploadProgress=="function"&&l.upload&&l.upload.addEventListener("progress",yb(e.onUploadProgress)),(e.cancelToken||e.signal)&&(c=p=>{l&&(o(!p||p.type?new pn(null,e,l):p),l.abort(),l=null)},e.cancelToken&&e.cancelToken.subscribe(c),e.signal&&(e.signal.aborted?c():e.signal.addEventListener("abort",c)));const g=zie(m);if(g&&ca.protocols.indexOf(g)===-1){o(new ge("Unsupported protocol "+g+":",ge.ERR_BAD_REQUEST,e));return}l.send(s||null)})},Ip={http:cie,xhr:Die};H.forEach(Ip,(e,a)=>{if(e){try{Object.defineProperty(e,"name",{value:a})}catch{}Object.defineProperty(e,"adapterName",{value:a})}});const gb=e=>`- ${e}`,jie=e=>H.isFunction(e)||e===null||e===!1,ub={getAdapter:e=>{e=H.isArray(e)?e:[e];const{length:a}=e;let o,s;const n={};for(let i=0;i<a;i++){o=e[i];let r;if(s=o,!jie(o)&&(s=Ip[(r=String(o)).toLowerCase()],s===void 0))throw new ge(`Unknown adapter '${r}'`);if(s)break;n[r||"#"+i]=s}if(!s){const i=Object.entries(n).map(([c,y])=>`adapter ${c} `+(y===!1?"is not supported by the environment":"is not available in the build"));let r=a?i.length>1?`since :
60
60
  `+i.map(gb).join(`
@@ -80,7 +80,7 @@
80
80
  * Vue 3 Carousel 0.3.1
81
81
  * (c) 2023
82
82
  * @license MIT
83
- */const mt={itemsToShow:1,itemsToScroll:1,modelValue:0,transition:300,autoplay:0,snapAlign:"center",wrapAround:!1,throttle:16,pauseAutoplayOnHover:!1,mouseDrag:!0,touchDrag:!0,dir:"ltr",breakpoints:void 0,i18n:{ariaNextSlide:"Navigate to next slide",ariaPreviousSlide:"Navigate to previous slide",ariaNavigateToSlide:"Navigate to slide {slideNumber}",ariaGallery:"Gallery",itemXofY:"Item {currentSlide} of {slidesCount}",iconArrowUp:"Arrow pointing upwards",iconArrowDown:"Arrow pointing downwards",iconArrowRight:"Arrow pointing to the right",iconArrowLeft:"Arrow pointing to the left"}},ow={itemsToShow:{default:mt.itemsToShow,type:Number},itemsToScroll:{default:mt.itemsToScroll,type:Number},wrapAround:{default:mt.wrapAround,type:Boolean},throttle:{default:mt.throttle,type:Number},snapAlign:{default:mt.snapAlign,validator(e){return["start","end","center","center-even","center-odd"].includes(e)}},transition:{default:mt.transition,type:Number},breakpoints:{default:mt.breakpoints,type:Object},autoplay:{default:mt.autoplay,type:Number},pauseAutoplayOnHover:{default:mt.pauseAutoplayOnHover,type:Boolean},modelValue:{default:void 0,type:Number},mouseDrag:{default:mt.mouseDrag,type:Boolean},touchDrag:{default:mt.touchDrag,type:Boolean},dir:{default:mt.dir,validator(e){return["rtl","ltr"].includes(e)}},i18n:{default:mt.i18n,type:Object},settings:{default(){return{}},type:Object}};function y1e({config:e,slidesCount:a}){const{snapAlign:o,wrapAround:s,itemsToShow:n=1}=e;if(s)return Math.max(a-1,0);let i;switch(o){case"start":i=a-n;break;case"end":i=a-1;break;case"center":case"center-odd":i=a-Math.ceil((n-.5)/2);break;case"center-even":i=a-Math.ceil(n/2);break;default:i=0;break}return Math.max(i,0)}function g1e({config:e,slidesCount:a}){const{wrapAround:o,snapAlign:s,itemsToShow:n=1}=e;let i=0;if(o||n>a)return i;switch(s){case"start":i=0;break;case"end":i=n-1;break;case"center":case"center-odd":i=Math.floor((n-1)/2);break;case"center-even":i=Math.floor((n-2)/2);break;default:i=0;break}return i}function vh({val:e,max:a,min:o}){return a<o?e:Math.min(Math.max(e,o),a)}function u1e({config:e,currentSlide:a,slidesCount:o}){const{snapAlign:s,wrapAround:n,itemsToShow:i=1}=e;let r=a;switch(s){case"center":case"center-odd":r-=(i-1)/2;break;case"center-even":r-=(i-2)/2;break;case"end":r-=i-1;break}return n?r:vh({val:r,max:o-i,min:0})}function sw(e){return e?e.reduce((a,o)=>{var s;return o.type===t.Fragment?[...a,...sw(o.children)]:((s=o.type)===null||s===void 0?void 0:s.name)==="CarouselSlide"?[...a,o]:a},[]):[]}function Mh({val:e,max:a,min:o=0}){return e>a?Mh({val:e-(a+1),max:a,min:o}):e<o?Mh({val:e+(a+1),max:a,min:o}):e}function f1e(e,a){let o;return a?function(...s){const n=this;o||(e.apply(n,s),o=!0,setTimeout(()=>o=!1,a))}:e}function _1e(e,a){let o;return function(...s){o&&clearTimeout(o),o=setTimeout(()=>{e(...s),o=null},a)}}function b1e(e="",a={}){return Object.entries(a).reduce((o,[s,n])=>o.replace(`{${s}}`,String(n)),e)}var w1e=t.defineComponent({name:"ARIA",setup(){const e=t.inject("config",t.reactive(Object.assign({},mt))),a=t.inject("currentSlide",t.ref(0)),o=t.inject("slidesCount",t.ref(0));return()=>t.h("div",{class:["carousel__liveregion","carousel__sr-only"],"aria-live":"polite","aria-atomic":"true"},b1e(e.i18n.itemXofY,{currentSlide:a.value+1,slidesCount:o.value}))}}),C1e=t.defineComponent({name:"Carousel",props:ow,setup(e,{slots:a,emit:o,expose:s}){var n;const i=t.ref(null),r=t.ref([]),c=t.ref(0),y=t.ref(0),d=t.reactive(Object.assign({},mt));let l=Object.assign({},mt),m;const h=t.ref((n=e.modelValue)!==null&&n!==void 0?n:0),g=t.ref(0),p=t.ref(0),u=t.ref(0),f=t.ref(0);let _,k;t.provide("config",d),t.provide("slidesCount",y),t.provide("currentSlide",h),t.provide("maxSlide",u),t.provide("minSlide",f),t.provide("slideWidth",c);function C(){m=Object.assign({},e.breakpoints),l=Object.assign(Object.assign(Object.assign({},l),e),{i18n:Object.assign(Object.assign({},l.i18n),e.i18n),breakpoints:void 0}),E(l)}function b(){if(!m||!Object.keys(m).length)return;const S=Object.keys(m).map(T=>Number(T)).sort((T,te)=>+te-+T);let F=Object.assign({},l);S.some(T=>{const te=window.matchMedia(`(min-width: ${T}px)`).matches;return te&&(F=Object.assign(Object.assign({},F),m[T])),te}),E(F)}function E(S){Object.entries(S).forEach(([F,T])=>d[F]=T)}const x=_1e(()=>{b(),V()},16);function V(){if(!i.value)return;const S=i.value.getBoundingClientRect();c.value=S.width/d.itemsToShow}function B(){y.value<=0||(p.value=Math.ceil((y.value-1)/2),u.value=y1e({config:d,slidesCount:y.value}),f.value=g1e({config:d,slidesCount:y.value}),d.wrapAround||(h.value=vh({val:h.value,max:u.value,min:f.value})))}t.onMounted(()=>{t.nextTick(()=>V()),setTimeout(()=>V(),1e3),b(),oe(),window.addEventListener("resize",x,{passive:!0}),o("init")}),t.onUnmounted(()=>{k&&clearTimeout(k),_&&clearInterval(_),window.removeEventListener("resize",x,{passive:!0})});let $=!1;const z={x:0,y:0},A={x:0,y:0},I=t.reactive({x:0,y:0}),P=t.ref(!1),Q=t.ref(!1),K=()=>{P.value=!0},R=()=>{P.value=!1};function w(S){["INPUT","TEXTAREA","SELECT"].includes(S.target.tagName)||($=S.type==="touchstart",$||S.preventDefault(),!(!$&&S.button!==0||ee.value)&&(z.x=$?S.touches[0].clientX:S.clientX,z.y=$?S.touches[0].clientY:S.clientY,document.addEventListener($?"touchmove":"mousemove",N,!0),document.addEventListener($?"touchend":"mouseup",O,!0)))}const N=f1e(S=>{Q.value=!0,A.x=$?S.touches[0].clientX:S.clientX,A.y=$?S.touches[0].clientY:S.clientY;const F=A.x-z.x,T=A.y-z.y;I.y=T,I.x=F},d.throttle);function O(){const S=d.dir==="rtl"?-1:1,F=Math.sign(I.x)*.4,T=Math.round(I.x/c.value+F)*S;if(T&&!$){const te=Be=>{Be.stopPropagation(),window.removeEventListener("click",te,!0)};window.addEventListener("click",te,!0)}ae(h.value-T),I.x=0,I.y=0,Q.value=!1,document.removeEventListener($?"touchmove":"mousemove",N,!0),document.removeEventListener($?"touchend":"mouseup",O,!0)}function oe(){!d.autoplay||d.autoplay<=0||(_=setInterval(()=>{d.pauseAutoplayOnHover&&P.value||ie()},d.autoplay))}function se(){_&&(clearInterval(_),_=null),oe()}const ee=t.ref(!1);function ae(S){const F=d.wrapAround?S:vh({val:S,max:u.value,min:f.value});h.value===F||ee.value||(o("slide-start",{slidingToIndex:S,currentSlideIndex:h.value,prevSlideIndex:g.value,slidesCount:y.value}),ee.value=!0,g.value=h.value,h.value=F,k=setTimeout(()=>{if(d.wrapAround){const T=Mh({val:F,max:u.value,min:0});T!==h.value&&(h.value=T,o("loop",{currentSlideIndex:h.value,slidingToIndex:S}))}o("update:modelValue",h.value),o("slide-end",{currentSlideIndex:h.value,prevSlideIndex:g.value,slidesCount:y.value}),ee.value=!1,se()},d.transition))}function ie(){ae(h.value+d.itemsToScroll)}function Ee(){ae(h.value-d.itemsToScroll)}const Fe={slideTo:ae,next:ie,prev:Ee};t.provide("nav",Fe),t.provide("isSliding",ee);const ze=t.computed(()=>u1e({config:d,currentSlide:h.value,slidesCount:y.value}));t.provide("slidesToScroll",ze);const ft=t.computed(()=>{const S=d.dir==="rtl"?-1:1,F=ze.value*c.value*S;return{transform:`translateX(${I.x-F}px)`,transition:`${ee.value?d.transition:0}ms`,margin:d.wrapAround?`0 -${y.value*c.value}px`:"",width:"100%"}});function Re(){C(),b(),B(),V(),se()}Object.keys(ow).forEach(S=>{["modelValue"].includes(S)||t.watch(()=>e[S],Re)}),t.watch(()=>e.modelValue,S=>{S!==h.value&&ae(Number(S))}),t.watch(y,B),o("before-init"),C();const Pe={config:d,slidesCount:y,slideWidth:c,next:ie,prev:Ee,slideTo:ae,currentSlide:h,maxSlide:u,minSlide:f,middleSlide:p};s({updateBreakpointsConfigs:b,updateSlidesData:B,updateSlideWidth:V,initDefaultConfigs:C,restartCarousel:Re,slideTo:ae,next:ie,prev:Ee,nav:Fe,data:Pe});const De=a.default||a.slides,je=a.addons,Le=t.reactive(Pe);return()=>{const S=sw(De==null?void 0:De(Le)),F=(je==null?void 0:je(Le))||[];S.forEach((xe,Ve)=>xe.props.index=Ve);let T=S;if(d.wrapAround){const xe=S.map((Ie,ne)=>t.cloneVNode(Ie,{index:-S.length+ne,isClone:!0,key:`clone-before-${ne}`})),Ve=S.map((Ie,ne)=>t.cloneVNode(Ie,{index:S.length+ne,isClone:!0,key:`clone-after-${ne}`}));T=[...xe,...S,...Ve]}r.value=S,y.value=Math.max(S.length,1);const te=t.h("ol",{class:"carousel__track",style:ft.value,onMousedownCapture:d.mouseDrag?w:null,onTouchstartPassiveCapture:d.touchDrag?w:null},T),Be=t.h("div",{class:"carousel__viewport"},te);return t.h("section",{ref:i,class:{carousel:!0,"is-sliding":ee.value,"is-dragging":Q.value,"is-hover":P.value,"carousel--rtl":d.dir==="rtl"},dir:d.dir,"aria-label":d.i18n.ariaGallery,tabindex:"0",onMouseenter:K,onMouseleave:R},[Be,F,t.h(w1e)])}}}),nw;(function(e){e.arrowUp="arrowUp",e.arrowDown="arrowDown",e.arrowRight="arrowRight",e.arrowLeft="arrowLeft"})(nw||(nw={}));var k1e=t.defineComponent({name:"CarouselSlide",props:{index:{type:Number,default:1},isClone:{type:Boolean,default:!1}},setup(e,{slots:a}){const o=t.inject("config",t.reactive(Object.assign({},mt))),s=t.inject("currentSlide",t.ref(0)),n=t.inject("slidesToScroll",t.ref(0)),i=t.inject("isSliding",t.ref(!1)),r=()=>e.index===s.value,c=()=>e.index===s.value-1,y=()=>e.index===s.value+1,d=()=>{const l=Math.floor(n.value),m=Math.ceil(n.value+o.itemsToShow-1);return e.index>=l&&e.index<=m};return()=>{var l;return t.h("li",{style:{width:`${100/o.itemsToShow}%`},class:{carousel__slide:!0,"carousel__slide--clone":e.isClone,"carousel__slide--visible":d(),"carousel__slide--active":r(),"carousel__slide--prev":c(),"carousel__slide--next":y(),"carousel__slide--sliding":i.value},"aria-hidden":!d()},(l=a.default)===null||l===void 0?void 0:l.call(a))}}});const S1e=(e,a)=>{const o=e.__vccOpts||e;for(const[s,n]of a)o[s]=n;return o},E1e=e=>(t.pushScopeId("data-v-dd3cbf69"),e=e(),t.popScopeId(),e),N1e={class:"gsc-carousel"},$1e={key:0},B1e=E1e(()=>t.createElementVNode("div",null,"no hay",-1)),x1e=[B1e],V1e={class:"gsc-carousel__2d__slides"},I1e={width:"9",height:"18",viewBox:"0 0 9 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},A1e=["fill"],O1e={width:"9",height:"18",viewBox:"0 0 9 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},T1e=["fill"],F1e={class:"gsc-carousel__2d__navigation"},z1e={width:"8",height:"15",viewBox:"0 0 8 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},R1e=["stroke"],P1e={key:1,class:"gsc-carousel__2d__navigation__pagination"},D1e=["onClick"],j1e={width:"7",height:"15",viewBox:"0 0 7 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},L1e=["stroke"],v1e={__name:"GSC-Carousel",props:{currentItemIndex:{type:Number,default:0},items:{type:Array,default:()=>[]},is3d:{type:Boolean,default:!1},isPaginationVisible:{type:Boolean,default:!1},areNavigationArrowsVisible:{type:Boolean,default:!0},defaultItemByIndex:{type:Number,default:0},defaultItemByProp:{type:Object,default:null,validator:e=>["propName","value"].every(a=>a in e)},navigationHeight:{type:Number,default:4},navigationBorderRadius:{type:Number,default:4},navigationColor:{type:String,default:"rgba(255, 255, 255, 0.4)"},navigationActiveColor:{type:String,default:"#cbee6b"},navigationActiveWidth:{type:Number,default:30},arrowsColor:{type:String,default:"#cbee6b"},wrapAround:{type:Boolean,default:!1},itemsToShow:{type:Number,default:1},isMainSlidePriority:{type:Boolean,default:!1},areSlidesArrowsVisible:{type:Boolean,default:!1},slideLeftArrowBackgroundImage:{type:String,default:"linear-gradient(to right, rgba(13, 29, 41, 1), rgba(0, 0, 0, 0))"},slideRightArrowBackgroundImage:{type:String,default:"linear-gradient(to left, rgba(13, 29, 41, 1), rgba(0, 0, 0, 0))"},areSlidesArrowsRounded:{type:Boolean,default:!1},slidesArrowsLeftAndRight:{type:String,default:"20px"},secondarySlidesOpacity:{type:Number,default:.8},marginTop:{type:String,default:"0"}},emits:["input","update:currentItemIndex"],setup(e,{expose:a,emit:o}){const s=e;t.useCssVars(u=>({"0d808f0f":e.slideLeftArrowBackgroundImage,"1e0ef2e5":e.slidesArrowsLeftAndRight,"66d12b5c":e.slideRightArrowBackgroundImage,"2b22a85a":e.marginTop,"1a842b02":e.secondarySlidesOpacity}));const n=t.ref(null),i=t.ref({}),r=t.ref(0),c=t.ref(!1);t.watch(n,u=>{u&&c.value?(c.value=!1,y(s.items)):u&&u.slideTo&&u.slideTo(r.value)},{deep:!0}),t.watch(()=>s.currentItemIndex,u=>{r.value!==u&&h(u)}),t.watch(()=>s.items,u=>{n.value?y(u):c.value=!0},{immediate:!0});function y(u){if(u&&u.length&&n.value){if(s.defaultItemByProp){const f=s.items.findIndex(_=>_[s.defaultItemByProp.propName]===s.defaultItemByProp.value);f!==-1?(r.value=f,i.value=u[f]):(r.value=0,i.value=u[0])}else r.value=s.defaultItemByIndex,i.value=u[s.defaultItemByIndex];n.value.slideTo&&n.value.slideTo(r.value),o("input",{selectedItem:i.value,selectedItemIndex:r.value})}}function d(){n.value&&n.value.next()}function l(){n.value&&n.value.prev()}function m(){n.value&&n.value.updateSlideWidth()}function h(u){n.value&&n.value.slideTo(u)}function g(u){n.value.slideTo(u)}function p(u){const f=u.slidingToIndex<0?s.items.length-1:u.slidingToIndex===s.items.length?0:u.slidingToIndex;r.value=f,i.value=s.items[f],o("update:currentItemIndex",f),o("input",{selectedItem:i.value,selectedItemIndex:r.value})}return a({prev:l,next:d,updateSlideWidth:m,slideTo:h}),(u,f)=>(t.openBlock(),t.createElementBlock("div",N1e,[s.is3d?(t.openBlock(),t.createElementBlock("div",$1e,x1e)):(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(["gsc-carousel__2d",{"main-slide-priority":e.isMainSlidePriority}])},[t.createElementVNode("div",V1e,[t.createVNode(t.unref(C1e),{ref_key:"carousel2d",ref:n,"items-to-show":e.itemsToShow,"wrap-around":e.wrapAround,onSlideStart:p},{default:t.withCtx(()=>[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.items,(_,k)=>(t.openBlock(),t.createBlock(t.unref(k1e),{key:k},{default:t.withCtx(()=>[t.renderSlot(u.$slots,"default",{item:_},void 0,!0)]),_:2},1024))),128))]),_:3},8,["items-to-show","wrap-around"])]),e.areSlidesArrowsVisible?(t.openBlock(),t.createElementBlock("div",{key:0,class:"gsc-carousel__2d__arrow-left",onClick:f[0]||(f[0]=_=>n.value.prev())},[t.createElementVNode("div",{class:t.normalizeClass(["gsc-carousel__2d__slide-button",{rounded:e.areSlidesArrowsRounded}])},[(t.openBlock(),t.createElementBlock("svg",I1e,[t.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.10399 9L8.62342 15.4393C9.12552 16.0251 9.12552 16.9749 8.62342 17.5607C8.12132 18.1464 7.30725 18.1464 6.80514 17.5607L0.376575 10.0607C-0.125528 9.47487 -0.125528 8.52512 0.376575 7.93934L6.80515 0.439339C7.30725 -0.146447 8.12132 -0.146447 8.62342 0.43934C9.12553 1.02513 9.12553 1.97487 8.62342 2.56066L3.10399 9Z",fill:e.arrowsColor},null,8,A1e)]))],2)])):t.createCommentVNode("",!0),e.areSlidesArrowsVisible?(t.openBlock(),t.createElementBlock("div",{key:1,class:"gsc-carousel__2d__arrow-right",onClick:f[1]||(f[1]=_=>d())},[t.createElementVNode("div",{class:t.normalizeClass(["gsc-carousel__2d__slide-button",{rounded:e.areSlidesArrowsRounded}])},[(t.openBlock(),t.createElementBlock("svg",O1e,[t.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.89601 9L0.376575 2.56066C-0.125528 1.97487 -0.125528 1.02513 0.376575 0.439339C0.878675 -0.146447 1.69275 -0.146447 2.19486 0.43934L8.62343 7.93934C9.12553 8.52513 9.12553 9.47487 8.62343 10.0607L2.19486 17.5607C1.69275 18.1464 0.878675 18.1464 0.376575 17.5607C-0.125528 16.9749 -0.125528 16.0251 0.376575 15.4393L5.89601 9Z",fill:e.arrowsColor},null,8,T1e)]))],2)])):t.createCommentVNode("",!0),t.createElementVNode("div",F1e,[e.areNavigationArrowsVisible?(t.openBlock(),t.createElementBlock("div",{key:0,class:"gsc-carousel__2d__navigation__arrow-left",onClick:f[2]||(f[2]=_=>l())},[(t.openBlock(),t.createElementBlock("svg",z1e,[t.createElementVNode("path",{d:"M6.72998 13.894L1.46621 8.63028C0.84457 8.00863 0.84457 6.9914 1.46621 6.36976L6.72998 1.10599",stroke:s.arrowsColor},null,8,R1e)]))])):t.createCommentVNode("",!0),e.isPaginationVisible?(t.openBlock(),t.createElementBlock("div",P1e,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.items,(_,k)=>(t.openBlock(),t.createElementBlock("div",{key:`i-${k}`,class:"gsc-carousel__2d__navigation__pagination__item",style:t.normalizeStyle({height:`${s.navigationHeight}px`,width:`${r.value===k?s.navigationActiveWidth:s.navigationActiveWidth/2}px`,borderRadius:`${s.navigationBorderRadius}px`,backgroundColor:`${r.value===k?s.navigationActiveColor:s.navigationColor}`,transition:"all 0.1s ease-in-out"}),onClick:C=>g(k)},null,12,D1e))),128))])):t.createCommentVNode("",!0),e.areNavigationArrowsVisible?(t.openBlock(),t.createElementBlock("div",{key:2,class:"gsc-carousel__2d__navigation__arrow-right",onClick:f[3]||(f[3]=_=>n.value.next())},[(t.openBlock(),t.createElementBlock("svg",j1e,[t.createElementVNode("path",{d:"M0.72998 1.10599L5.99375 6.36975C6.61539 6.9914 6.61539 8.00863 5.99375 8.63027L0.72998 13.894",stroke:s.arrowsColor},null,8,L1e)]))])):t.createCommentVNode("",!0)])],2))]))}},M1e=S1e(v1e,[["__scopeId","data-v-dd3cbf69"]]);function H1e(e){const a=t.ref({width:0,height:0});function o(){const s=e.value.getBoundingClientRect();a.value.width=s.width,a.value.height=s.height}return t.onMounted(()=>{o(),window.addEventListener("resize",o)}),t.onUnmounted(()=>{window.removeEventListener("resize",o)}),{elementSize:a}}const U1e="_tarjetaDatosGsDesktoptype4_10bj2_107",G1e="_tarjetaDatosGsDesktop500type4_10bj2_127",W1e="_tarjetaDatosGs414type4_10bj2_135",q1e="_tarjetaDatosGs414500type4_10bj2_159",J1e="_tarjetaDatosGs414380type4_10bj2_183",X1e="_tarjetaDatosGs320type4_10bj2_191",Z1e="_tarjetaDatosGs320380type4_10bj2_215",Y1e="_dataBox8type4_10bj2_239",K1e="_dataBox8380type4_10bj2_273",Q1e="_dataBoxtype4_10bj2_309",efe="_dataBox520type4_10bj2_349",tfe="_dataBox480type4_10bj2_391",afe="_dataBox3type4_10bj2_431",ofe="_dataBox3520type4_10bj2_471",sfe="_dataBox4type4_10bj2_481",nfe="_dataBox4500type4_10bj2_523",ife="_dataBox6type4_10bj2_569",rfe="_dataBox6500type4_10bj2_613",lfe="_dataContainertype4_10bj2_665",cfe="_dataContainer520type4_10bj2_693",dfe="_dataContainer1type4_10bj2_725",mfe="_dataContainer1500type4_10bj2_753",pfe="_dataBox7type4_10bj2_783",hfe="_dataBox7380type4_10bj2_817",yfe="_div15type4_10bj2_857",gfe="_div15380type4_10bj2_875",ufe="_btnShareIcontype4_10bj2_893",ffe="_btnSharetype4_10bj2_905",_fe="_bakgBaseIcontype4_10bj2_935",bfe="_roleCharacterIcontype4_10bj2_959",wfe="_verVideostype4_10bj2_975",Cfe="_btnVideostype4_10bj2_989",kfe="_playerNametype4_10bj2_1037",Sfe="_elJugadortype4_10bj2_1055",Efe="_aSeguirtype4_10bj2_1063",Nfe="_elJugadorAContainertype4_10bj2_1073",$fe="_titletype4_10bj2_1093",Bfe="_baseCardtype4_10bj2_1121",xfe="_imagePlayerIcontype4_10bj2_1151",Vfe="_arrowGraphIcontype4_10bj2_1177",Ife="_divtype4_10bj2_1189",Afe="_totaltype4_10bj2_1203",Ofe="_div1type4_10bj2_1219",Tfe="_btnShareIcon1type4_10bj2_1241",Ffe="_btnShare1type4_10bj2_1253",zfe="_bakgBaseIcon1type4_10bj2_1281",Rfe="_bakgBaseIcon2type4_10bj2_1305",Pfe="_roleCharacterIcon1type4_10bj2_1329",Dfe="_btnVideos1type4_10bj2_1345",jfe="_playerName1type4_10bj2_1385",Lfe="_elJugadorAContainer1type4_10bj2_1395",vfe="_title1type4_10bj2_1415",Mfe="_baseCard1type4_10bj2_1441",Hfe="_imagePlayerIcon1type4_10bj2_1469",Ufe="_total4type4_10bj2_1491",Gfe="_div9type4_10bj2_1507",Wfe="_roleCharacterIcon2type4_10bj2_1523",qfe="_btnVideos2type4_10bj2_1539",Jfe="_elJugadorAContainer2type4_10bj2_1575",Xfe="_title2type4_10bj2_1595",Zfe="_imagePlayerIcon2type4_10bj2_1623",Yfe="_dataContainer2type4_10bj2_1645",Kfe="_tarjetaDatosGstype4_10bj2_1675",Qfe={tarjetaDatosGsDesktoptype4:U1e,tarjetaDatosGsDesktop500type4:G1e,tarjetaDatosGs414type4:W1e,tarjetaDatosGs414500type4:q1e,tarjetaDatosGs414380type4:J1e,tarjetaDatosGs320type4:X1e,tarjetaDatosGs320380type4:Z1e,dataBox8type4:Y1e,dataBox8380type4:K1e,dataBoxtype4:Q1e,dataBox520type4:efe,dataBox480type4:tfe,dataBox3type4:afe,dataBox3520type4:ofe,dataBox4type4:sfe,dataBox4500type4:nfe,dataBox6type4:ife,dataBox6500type4:rfe,dataContainertype4:lfe,dataContainer520type4:cfe,dataContainer1type4:dfe,dataContainer1500type4:mfe,dataBox7type4:pfe,dataBox7380type4:hfe,div15type4:yfe,div15380type4:gfe,btnShareIcontype4:ufe,btnSharetype4:ffe,bakgBaseIcontype4:_fe,roleCharacterIcontype4:bfe,verVideostype4:wfe,btnVideostype4:Cfe,playerNametype4:kfe,elJugadortype4:Sfe,aSeguirtype4:Efe,elJugadorAContainertype4:Nfe,titletype4:$fe,baseCardtype4:Bfe,imagePlayerIcontype4:xfe,arrowGraphIcontype4:Vfe,divtype4:Ife,totaltype4:Afe,div1type4:Ofe,btnShareIcon1type4:Tfe,btnShare1type4:Ffe,bakgBaseIcon1type4:zfe,bakgBaseIcon2type4:Rfe,roleCharacterIcon1type4:Pfe,btnVideos1type4:Dfe,playerName1type4:jfe,elJugadorAContainer1type4:Lfe,title1type4:vfe,baseCard1type4:Mfe,imagePlayerIcon1type4:Hfe,total4type4:Ufe,div9type4:Gfe,roleCharacterIcon2type4:Wfe,btnVideos2type4:qfe,elJugadorAContainer2type4:Jfe,title2type4:Xfe,imagePlayerIcon2type4:Zfe,dataContainer2type4:Yfe,tarjetaDatosGstype4:Kfe},iw=(e,a)=>{const o=e.__vccOpts||e;for(const[s,n]of a)o[s]=n;return o},Hh={components:{},props:{data:{type:Object,default:()=>{}},clickCard:{type:Boolean,default:!1},colorcard:{type:String,default:"#122736"},showShareButton:{type:Boolean,default:!1},customizeColors:{type:Boolean,default:!0}},data(){return{}},computed:{tarjetaDatosGsDesktopClass(){return this.elementSize.width<=500?this.$style.tarjetaDatosGsDesktop500type4:this.$style.tarjetaDatosGsDesktoptype4},tarjetaDatosGs414Class(){const e=this.elementSize.width;return e<=380?this.$style.tarjetaDatosGs414380type4:e<=500?this.$style.tarjetaDatosGs414500type4:this.$style.tarjetaDatosGs414type4},tarjetaDatosGs320Class(){return this.elementSize.width<=380?this.$style.tarjetaDatosGs320380type4:this.$style.tarjetaDatosGs320type4},dataBox8Class(){return this.elementSize.width<=380?this.$style.dataBox8380type4:this.$style.dataBox8type4},dataBoxClass(){const e=this.elementSize.width;return e<=480?this.$style.dataBox480type4:e<=520?this.$style.dataBox520type4:this.$style.dataBoxtype4},dataBox3Class(){return this.elementSize.width<=520?this.$style.dataBox3520type4:this.$style.dataBox3type4},dataBox4Class(){return this.elementSize.width<=500?this.$style.dataBox4500type4:this.$style.dataBox4type4},dataBox6Class(){return this.elementSize.width<=500?this.$style.dataBox6500type4:this.$style.dataBox6type4},dataBox7Class(){return this.elementSize.width<=380?this.$style.dataBox7380type4:this.$style.dataBox7type4},dataContainerClass(){return this.elementSize.width<=520?this.$style.dataContainer520type4:this.$style.dataContainertype4},dataContainer1Class(){return this.elementSize.width<=500?this.$style.dataContainer1500type4:this.$style.dataContainer1type4},div15Class(){return this.elementSize.width<=380?this.$style.div15380type4:this.$style.div15type4}},setup(){const e=t.ref("myDivRefCardtype4"),{elementSize:a}=H1e(e);return{myDivRefCardtype4:e,elementSize:a}},methods:{clickPlayer(e){this.clickCard&&this.$emit("onClickCard",e)},clickVideos(e){this.clickCard||this.$emit("onClickVideos",e)},clickCategory(e){this.clickCard||this.$emit("onClickCategory",e)}}},rw=()=>{t.useCssVars(e=>({"7bc9b81e":e.data.background_color_cards!=null&&e.customizeColors?e.data.background_color_cards:"#1b3649","6514a768":e.data.background_color_buttons!=null&&e.customizeColors?e.data.background_color_buttons:"#293744","26dc20dc":e.customizeColors?"":"#cbee6b","5fbc2a35":e.colorcard,"1132a00d":e.data.font_color!=null&&e.customizeColors?e.data.font_color:"#fff"}))},lw=Hh.setup;Hh.setup=lw?(e,a)=>(rw(),lw(e,a)):rw;const e_e=t.createElementVNode("path",{d:"M14.886 14.0466C14.1404 14.0466 13.4733 14.3409 12.9632 14.8019L5.96863 10.7308C6.01768 10.5052 6.05692 10.2795 6.05692 10.0441C6.05692 9.80867 6.01768 9.58304 5.96863 9.35741L12.8847 5.32551C13.4145 5.81601 14.111 6.12012 14.886 6.12012C15.6665 6.12012 16.4151 5.81005 16.967 5.25814C17.5189 4.70622 17.829 3.95765 17.829 3.17712C17.829 2.39659 17.5189 1.64803 16.967 1.09611C16.4151 0.544195 15.6665 0.234131 14.886 0.234131C14.1054 0.234131 13.3569 0.544195 12.8049 1.09611C12.253 1.64803 11.9429 2.39659 11.9429 3.17712C11.9429 3.41256 11.9822 3.63819 12.0312 3.86382L5.11516 7.89572C4.58542 7.40523 3.8889 7.10112 3.11391 7.10112C2.33337 7.10112 1.58481 7.41118 1.03289 7.9631C0.480965 8.51502 0.170898 9.26358 0.170898 10.0441C0.170898 10.8246 0.480965 11.5732 1.03289 12.1251C1.58481 12.677 2.33337 12.9871 3.11391 12.9871C3.8889 12.9871 4.58542 12.683 5.11516 12.1925L12.0999 16.2636C12.0509 16.4696 12.0214 16.6855 12.0214 16.9111C12.0214 18.4905 13.3065 19.7658 14.886 19.7658C16.4654 19.7658 17.7505 18.4905 17.7505 16.9111C17.7505 16.1514 17.4487 15.4228 16.9115 14.8856C16.3743 14.3484 15.6457 14.0466 14.886 14.0466Z",fill:"#F4F4F4","fill-opacity":"0.5"},null,-1),t_e=[e_e],a_e=["src"],o_e={"clip-path":"url(#clip0_59_831)"},s_e=["fill"],n_e=t.createElementVNode("defs",null,[t.createElementVNode("clipPath",{id:"clip0_59_831"},[t.createElementVNode("rect",{width:"12",height:"12",fill:"white",transform:"translate(0.375 0.637695)"})])],-1),i_e=["src"],r_e=["fill"],l_e=["fill"],c_e=["fill"],d_e=t.createElementVNode("path",{d:"M10.2126 9.10136C9.73332 9.10136 9.30448 9.29055 8.97655 9.58695L4.48004 6.96979C4.51158 6.82474 4.5368 6.67969 4.5368 6.52834C4.5368 6.37699 4.51158 6.23194 4.48004 6.08689L8.92609 3.49495C9.26664 3.81027 9.7144 4.00577 10.2126 4.00577C10.7144 4.00577 11.1956 3.80645 11.5504 3.45164C11.9052 3.09684 12.1045 2.61562 12.1045 2.11385C12.1045 1.61208 11.9052 1.13086 11.5504 0.776056C11.1956 0.421251 10.7144 0.221924 10.2126 0.221924C9.71084 0.221924 9.22962 0.421251 8.87481 0.776056C8.52 1.13086 8.32067 1.61208 8.32067 2.11385C8.32067 2.2652 8.3459 2.41025 8.37743 2.5553L3.93138 5.14723C3.59083 4.83191 3.14308 4.63641 2.64487 4.63641C2.14309 4.63641 1.66187 4.83574 1.30706 5.19055C0.952258 5.54535 0.75293 6.02657 0.75293 6.52834C0.75293 7.03011 0.952258 7.51133 1.30706 7.86613C1.66187 8.22094 2.14309 8.42026 2.64487 8.42026C3.14308 8.42026 3.59083 8.22476 3.93138 7.90944L8.42158 10.5266C8.39004 10.659 8.37113 10.7978 8.37113 10.9428C8.37113 11.9582 9.19727 12.778 10.2126 12.778C11.2279 12.778 12.0541 11.9582 12.0541 10.9428C12.0541 10.4544 11.8601 9.98605 11.5147 9.64071C11.1694 9.29537 10.701 9.10136 10.2126 9.10136Z",fill:"#F4F4F4","fill-opacity":"0.5"},null,-1),m_e=[d_e],p_e=["src"],h_e=["fill"],y_e=["src"],g_e=["fill"],u_e=["fill"],f_e=["fill"],__e=t.createElementVNode("path",{d:"M10.2126 9.10111C9.73332 9.10111 9.30448 9.2903 8.97655 9.58671L4.48004 6.96954C4.51158 6.8245 4.5368 6.67945 4.5368 6.52809C4.5368 6.37674 4.51158 6.23169 4.48004 6.08665L8.92609 3.49471C9.26664 3.81003 9.7144 4.00553 10.2126 4.00553C10.7144 4.00553 11.1956 3.8062 11.5504 3.4514C11.9052 3.09659 12.1045 2.61537 12.1045 2.1136C12.1045 1.61183 11.9052 1.13062 11.5504 0.775812C11.1956 0.421007 10.7144 0.22168 10.2126 0.22168C9.71084 0.22168 9.22962 0.421007 8.87481 0.775812C8.52 1.13062 8.32067 1.61183 8.32067 2.1136C8.32067 2.26496 8.3459 2.41001 8.37743 2.55505L3.93138 5.14699C3.59083 4.83167 3.14308 4.63617 2.64487 4.63617C2.14309 4.63617 1.66187 4.8355 1.30706 5.1903C0.952258 5.54511 0.75293 6.02633 0.75293 6.52809C0.75293 7.02986 0.952258 7.51108 1.30706 7.86589C1.66187 8.22069 2.14309 8.42002 2.64487 8.42002C3.14308 8.42002 3.59083 8.22452 3.93138 7.9092L8.42158 10.5264C8.39004 10.6588 8.37113 10.7975 8.37113 10.9426C8.37113 11.9579 9.19727 12.7778 10.2126 12.7778C11.2279 12.7778 12.0541 11.9579 12.0541 10.9426C12.0541 10.4542 11.8601 9.98581 11.5147 9.64047C11.1694 9.29512 10.701 9.10111 10.2126 9.10111Z",fill:"#F4F4F4","fill-opacity":"0.5"},null,-1),b_e=[__e],w_e=["src"],C_e=["fill"],k_e=["src"],S_e=["fill"],E_e=["fill"],N_e=["fill"];function $_e(e,a,o,s,n,i){return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(e.$style.tarjetaDatosGstype4),ref:"myDivRefCardtype4",onClick:a[10]||(a[10]=r=>i.clickPlayer({season_id:o.data.id_season,player_id:o.data.player_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(i.tarjetaDatosGsDesktopClass),id:"card-desktop"},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.baseCardtype4)},[o.showShareButton?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(e.$style.btnSharetype4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.btnShareIcontype4),width:"18",height:"20",viewBox:"0 0 18 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t_e,2))],2)):t.createCommentVNode("",!0),o.data.background!=""?(t.openBlock(),t.createElementBlock("img",{key:1,class:t.normalizeClass(e.$style.bakgBaseIcontype4),alt:"",src:o.data.background},null,10,a_e)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(e.$style.btnVideostype4),onClick:a[0]||(a[0]=r=>i.clickVideos({season_id:o.data.id_season,player_id:o.data.player_id,game_id:o.data.game_id,category:0,type:2}))},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.roleCharacterIcontype4),width:"13",height:"13",viewBox:"0 0 13 13",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("g",o_e,[t.createElementVNode("path",{d:"M2.67705 12.0654C2.58553 12.0133 2.50903 11.9355 2.4558 11.8404C2.40257 11.7452 2.37464 11.6363 2.375 11.5255V1.74838C2.37513 1.63789 2.40325 1.5295 2.45637 1.43474C2.50949 1.33998 2.58563 1.26238 2.6767 1.21019C2.76776 1.15801 2.87035 1.13319 2.97355 1.13837C3.07675 1.14355 3.17671 1.17854 3.2628 1.23962L10.1203 6.12875C10.1987 6.18445 10.2629 6.25998 10.3073 6.34864C10.3518 6.4373 10.375 6.53633 10.375 6.63692C10.375 6.73751 10.3518 6.83654 10.3073 6.9252C10.2629 7.01386 10.1987 7.0894 10.1203 7.1451L3.2628 12.0354C3.17684 12.0966 3.07696 12.1317 2.9738 12.137C2.87065 12.1423 2.76809 12.1175 2.67705 12.0654V12.0654ZM2.94673 11.5266L9.80426 6.6375L2.94673 11.5266Z",fill:o.data.color_icon_play!=null&&o.customizeColors?o.data.color_icon_play:"#CBEE6B"},null,8,s_e)]),n_e],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.verVideostype4)},"Ver videos",2)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.titletype4),id:"title-info"},[t.createElementVNode("h4",{class:t.normalizeClass(e.$style.playerNametype4),id:"player-name"},t.toDisplayString(o.data.player_name),3),t.createElementVNode("h2",{class:t.normalizeClass(e.$style.elJugadorAContainertype4),id:"title-card"},[t.createElementVNode("p",{class:t.normalizeClass(e.$style.elJugadortype4)},t.toDisplayString(o.data.main_title),3),t.createElementVNode("p",{class:t.normalizeClass(e.$style.aSeguirtype4)},t.toDisplayString(o.data.second_title),3)],2)],2)],2),o.data.player_photo!=""?(t.openBlock(),t.createElementBlock("img",{key:0,class:t.normalizeClass(e.$style.imagePlayerIcontype4),alt:"",src:o.data.player_photo},null,10,i_e)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(i.dataContainerClass),id:"data-container"},[o.data.category_stats_1!==""?(t.openBlock(),t.createElementBlock("div",{key:0,style:t.normalizeStyle("color:"+o.data.font_color_card+"!important"),class:t.normalizeClass(i.dataBoxClass),onClick:a[1]||(a[1]=r=>i.clickCategory({category:o.data.category_id_1,season_id:o.data.id_season,player_id:o.data.player_id,game_id:o.data.game_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.totaltype4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",fill:o.data.font_color_card},null,8,r_e)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_1),3)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.div1type4)},t.toDisplayString(o.data.category_name_1),3)],6)):t.createCommentVNode("",!0),o.data.category_stats_2!==""?(t.openBlock(),t.createElementBlock("div",{key:1,style:t.normalizeStyle({color:o.data.font_color_card+"!important"}),class:t.normalizeClass(i.dataBoxClass),onClick:a[2]||(a[2]=r=>i.clickCategory({category:o.data.category_id_2,season_id:o.data.id_season,player_id:o.data.player_id,game_id:o.data.game_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.totaltype4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",fill:o.data.font_color_card},null,8,l_e)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_2),3)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.div1type4)},t.toDisplayString(o.data.category_name_2),3)],6)):t.createCommentVNode("",!0),o.data.showlast_category&&o.data.category_stats_3!==""?(t.openBlock(),t.createElementBlock("div",{key:2,style:t.normalizeStyle({color:o.data.font_color_card+"!important"}),class:t.normalizeClass(i.dataBoxClass),onClick:a[3]||(a[3]=r=>i.clickCategory({category:o.data.category_id_3,season_id:o.data.id_season,player_id:o.data.player_id,game_id:o.data.game_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.totaltype4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",fill:o.data.font_color_card},null,8,c_e)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_3),3)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.div1type4)},t.toDisplayString(o.data.category_name_3),3)],6)):t.createCommentVNode("",!0)],2)],2),t.createElementVNode("div",{class:t.normalizeClass(i.tarjetaDatosGs414Class),id:"card-mobile-414"},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.baseCard1type4)},[o.showShareButton?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(e.$style.btnShare1type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.btnShareIcon1type4),width:"13",height:"13",viewBox:"0 0 13 13",fill:"none",xmlns:"http://www.w3.org/2000/svg"},m_e,2))],2)):t.createCommentVNode("",!0),o.data.background!=""?(t.openBlock(),t.createElementBlock("img",{key:1,class:t.normalizeClass(e.$style.bakgBaseIcon1type4),alt:"",src:o.data.background},null,10,p_e)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(e.$style.btnVideos1type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.roleCharacterIcon1type4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",fill:o.data.color_icon_play!=null&&o.customizeColors?o.data.color_icon_play:"#CBEE6B"},null,8,h_e)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.verVideostype4)},"Ver videos",2)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.title1type4),id:"title-info"},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.playerName1type4)},t.toDisplayString(o.data.player_name),3),t.createElementVNode("h2",{class:t.normalizeClass(e.$style.elJugadorAContainer1type4),id:"title-card"},[t.createElementVNode("p",{class:t.normalizeClass(e.$style.elJugadortype4)},t.toDisplayString(o.data.main_title),3),t.createElementVNode("p",{class:t.normalizeClass(e.$style.aSeguirtype4)},t.toDisplayString(o.data.second_title),3)],2)],2)],2),o.data.player_photo!=""?(t.openBlock(),t.createElementBlock("img",{key:0,class:t.normalizeClass(e.$style.imagePlayerIcon1type4),alt:"",src:o.data.player_photo},null,10,y_e)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(i.dataContainer1Class),id:"data-container"},[o.data.category_stats_1!==""?(t.openBlock(),t.createElementBlock("div",{key:0,style:t.normalizeStyle("color:"+o.data.font_color_card+"!important"),class:t.normalizeClass(i.dataBox4Class),onClick:a[4]||(a[4]=r=>i.clickCategory({category:o.data.category_id_1,season_id:o.data.id_season,player_id:o.data.player_id,game_id:o.data.game_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.total4type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",fill:o.data.font_color_card},null,8,g_e)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_1),3)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.div9type4)},t.toDisplayString(o.data.category_name_1),3)],6)):t.createCommentVNode("",!0),o.data.category_stats_2!==""?(t.openBlock(),t.createElementBlock("div",{key:1,style:t.normalizeStyle("color:"+o.data.font_color_card+"!important"),class:t.normalizeClass(i.dataBox4Class),onClick:a[5]||(a[5]=r=>i.clickCategory({category:o.data.category_id_2,season_id:o.data.id_season,player_id:o.data.player_id,game_id:o.data.game_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.total4type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",fill:o.data.font_color_card},null,8,u_e)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_2),3)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.div9type4)},t.toDisplayString(o.data.category_name_2),3)],6)):t.createCommentVNode("",!0),o.data.showlast_category&&o.data.category_stats_3!==""?(t.openBlock(),t.createElementBlock("div",{key:2,style:t.normalizeStyle("color:"+o.data.font_color_card+"!important"),class:t.normalizeClass(i.dataBox6Class),onClick:a[6]||(a[6]=r=>i.clickCategory({category:o.data.category_id_3,season_id:o.data.id_season,player_id:o.data.player_id,game_id:o.data.game_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.total4type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",fill:o.data.font_color_card},null,8,f_e)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_3),3)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.div9type4)},t.toDisplayString(o.data.category_name_3),3)],6)):t.createCommentVNode("",!0)],2)],2),t.createElementVNode("div",{class:t.normalizeClass(i.tarjetaDatosGs320Class)},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.baseCard1type4)},[o.showShareButton?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(e.$style.btnShare1type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.btnShareIcon1type4),width:"13",height:"13",viewBox:"0 0 13 13",fill:"none",xmlns:"http://www.w3.org/2000/svg"},b_e,2))],2)):t.createCommentVNode("",!0),o.data.background!=""?(t.openBlock(),t.createElementBlock("img",{key:1,class:t.normalizeClass(e.$style.bakgBaseIcon2type4),alt:"",src:o.data.background},null,10,w_e)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(e.$style.btnVideos2type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.roleCharacterIcon2type4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",fill:o.data.color_icon_play!=null&&o.customizeColors?o.data.color_icon_play:"#CBEE6B"},null,8,C_e)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.verVideostype4)},"Ver videos",2)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.title2type4),id:"title-info"},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.playerName1type4)},t.toDisplayString(o.data.player_name),3),t.createElementVNode("h2",{class:t.normalizeClass(e.$style.elJugadorAContainer2type4),id:"title-card"},[t.createElementVNode("p",{class:t.normalizeClass(e.$style.elJugadortype4)},t.toDisplayString(o.data.main_title),3),t.createElementVNode("p",{class:t.normalizeClass(e.$style.aSeguirtype4)},t.toDisplayString(o.data.second_title),3)],2)],2)],2),o.data.player_photo!=""?(t.openBlock(),t.createElementBlock("img",{key:0,class:t.normalizeClass(e.$style.imagePlayerIcon2type4),alt:"",src:o.data.player_photo},null,10,k_e)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(e.$style.dataContainer2type4),id:"data-container"},[o.data.category_stats_1!==""?(t.openBlock(),t.createElementBlock("div",{key:0,style:t.normalizeStyle("color:"+o.data.font_color_card+"!important"),class:t.normalizeClass(i.dataBox7Class),onClick:a[7]||(a[7]=r=>i.clickCategory({category:o.data.category_id_1,season_id:o.data.id_season,player_id:o.data.player_id,game_id:o.data.game_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.total4type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188777 8.8403C0.131575 8.80242 0.0837648 8.74584 0.0504989 8.67665C0.0172329 8.60746 -0.000226668 8.52828 2.22189e-06 8.44765V1.33719C8.08668e-05 1.25684 0.0176547 1.17801 0.0508556 1.10909C0.0840564 1.04018 0.131643 0.983741 0.188558 0.94579C0.245472 0.907838 0.309587 0.889787 0.374086 0.893556C0.438586 0.897325 0.501059 0.922773 0.554865 0.967195L4.84073 4.52284C4.88968 4.56335 4.92982 4.61829 4.95759 4.68277C4.98536 4.74724 4.99989 4.81926 4.99989 4.89242C4.99989 4.96557 4.98536 5.03759 4.95759 5.10207C4.92982 5.16655 4.88968 5.22149 4.84073 5.26199L0.554865 8.81848C0.501141 8.863 0.438716 8.88854 0.374245 8.89238C0.309774 8.89623 0.245673 8.87822 0.188777 8.8403V8.8403ZM0.357326 8.44849L4.64319 4.89284L0.357326 8.44849Z",fill:o.data.font_color_card},null,8,S_e)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_1),3)],2),t.createElementVNode("div",{class:t.normalizeClass(i.div15Class)},t.toDisplayString(o.data.category_name_1),3)],6)):t.createCommentVNode("",!0),o.data.category_stats_2!==""?(t.openBlock(),t.createElementBlock("div",{key:1,style:t.normalizeStyle("color:"+o.data.font_color_card+"!important"),class:t.normalizeClass(i.dataBox8Class),onClick:a[8]||(a[8]=r=>i.clickCategory({category:o.data.category_id_2,season_id:o.data.id_season,player_id:o.data.player_id,game_id:o.data.game_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.total4type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188777 8.8403C0.131575 8.80242 0.0837648 8.74584 0.0504989 8.67665C0.0172329 8.60746 -0.000226668 8.52828 2.22189e-06 8.44765V1.33719C8.08668e-05 1.25684 0.0176547 1.17801 0.0508556 1.10909C0.0840564 1.04018 0.131643 0.983741 0.188558 0.94579C0.245472 0.907838 0.309587 0.889787 0.374086 0.893556C0.438586 0.897325 0.501059 0.922773 0.554865 0.967195L4.84073 4.52284C4.88968 4.56335 4.92982 4.61829 4.95759 4.68277C4.98536 4.74724 4.99989 4.81926 4.99989 4.89242C4.99989 4.96557 4.98536 5.03759 4.95759 5.10207C4.92982 5.16655 4.88968 5.22149 4.84073 5.26199L0.554865 8.81848C0.501141 8.863 0.438716 8.88854 0.374245 8.89238C0.309774 8.89623 0.245673 8.87822 0.188777 8.8403V8.8403ZM0.357326 8.44849L4.64319 4.89284L0.357326 8.44849Z",fill:o.data.font_color_card},null,8,E_e)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_2),3)],2),t.createElementVNode("div",{class:t.normalizeClass(i.div15Class)},t.toDisplayString(o.data.category_name_2),3)],6)):t.createCommentVNode("",!0),o.data.showlast_category&&o.data.category_stats_3!==""?(t.openBlock(),t.createElementBlock("div",{key:2,style:t.normalizeStyle("color:"+o.data.font_color_card+"!important"),class:t.normalizeClass(i.dataBox8Class),onClick:a[9]||(a[9]=r=>i.clickCategory({category:o.data.category_id_3,season_id:o.data.id_season,player_id:o.data.player_id,game_id:o.data.game_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.total4type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"6",height:"9",viewBox:"0 0 6 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.474421 8.8403C0.41722 8.80242 0.369409 8.74584 0.336143 8.67665C0.302877 8.60746 0.285418 8.52828 0.285647 8.44765V1.33719C0.285725 1.25684 0.303299 1.17801 0.3365 1.10909C0.369701 1.04018 0.417288 0.983741 0.474202 0.94579C0.531117 0.907838 0.595232 0.889787 0.659731 0.893556C0.72423 0.897325 0.786704 0.922773 0.84051 0.967195L5.12637 4.52284C5.17532 4.56335 5.21547 4.61829 5.24324 4.68277C5.271 4.74724 5.28554 4.81926 5.28554 4.89242C5.28554 4.96557 5.271 5.03759 5.24324 5.10207C5.21547 5.16655 5.17532 5.22149 5.12637 5.26199L0.84051 8.81848C0.786786 8.863 0.724361 8.88854 0.659889 8.89238C0.595418 8.89623 0.531318 8.87822 0.474421 8.8403V8.8403ZM0.64297 8.44849L4.92883 4.89284L0.64297 8.44849Z",fill:o.data.font_color_card},null,8,N_e)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_3),3)],2),t.createElementVNode("div",{class:t.normalizeClass(i.div15Class)},t.toDisplayString(o.data.category_name_3),3)],6)):t.createCommentVNode("",!0)],2)],2)],2)}const B_e={$style:Qfe},x_e=iw(Hh,[["render",$_e],["__cssModules",B_e]]),V_e={components:{GSCCarousel:M1e,GSCCardData:x_e},props:{type:{type:Number,default:0},data:{type:Object,default:()=>{}},clickCard:{type:Boolean,default:!1},prematch:{type:Boolean,default:!1},teamSelected:{type:Number,default:0},colorCardByTeam:{type:Boolean,default:!1},showShareButton:{type:Boolean,default:!1},customizeColors:{type:Boolean,default:!0}},data(){return{token:"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MCwibmFtZSI6IlVzdWFyaW8gRnJlZSIsInVzZXJuYW1lIjoiZnJlZUBnb2xzdGF0cy5jb20iLCJlbWFpbCI6ImZyZWVAZ29sc3RhdHMuY29tIiwiaWF0IjoxNjA2NzU4Nzk1LCJleHAiOjE2MzgyOTQ3OTV9.kPNmP7yDtk38cAXrUyc7OHRh6J25VFqy-XUNzbK-4YE",pages:[],homeTeam:[],awayTeam:[],playerInfo:{}}},computed:{},watch:{data:{immediate:!0,handler(e){this.getStats(e)}}},methods:{onclickPlayVideos(e){var a=[];e.type==2?e.position_id==1?e.category==0?a=[55,324,323,608,39,774,802,52,53,40,54]:a=e.category:e.category==0?a=[12,35,10,27,607,61,519,98,101,109,112,121,122,127,128,135,136,141,142,161,170,179,702,730,466,217,211,232,235,239,242,282,284,289,291,296,485,486,487,488,14,15,257]:a=e.category:e.type==3?e.category==0?a=[607,608,12,55,54,35,14,52,15,53,466,477,40,257,39]:a=e.category:e.category!=0?a=e.category:a=[607,608,12,55,54,35,14,52,15,53,466,477];const o=[1,2,3];a==="minutes_played"&&(a=[56,57,59,60,326,213,214,215,216,583,584,122,123,124,125,585,586,128,129,130,131,133,327,587,588,136,137,138,139,589,590,142,143,144,145,146,147,485,486,487,488,489,490,491,492,10,27,597,598,538,539,599,600,541,542,601,602,545,546,603,604,548,549,561,562,100,563,564,103,104,105,106,107,108,565,566,111,567,568,114,115,116,117,118,119,4,88,5,34,402,459,460,461,233,403,456,457,458,236,404,453,454,455,240,405,450,451,452,243,408,447,448,449,283,409,444,445,446,285,410,441,442,443,290,411,438,439,440,292,412,435,436,437,297,414,415,416,417,244,418,419,420,421,401,581,582,331,506,530,579,580,334,507,531,577,578,344,508,532,575,576,424,509,533,573,574,341,529,534,571,572,340,528,535,569,570,427,527,536,348,349,350,465,352,353,354,466,14,52,15,53,218,219,220,221,496,497,498,499,500,501,502,503,217,504,505,521,522,543,33,209,208,517,206,207,26,325,16,51,463,151,154,156,591,592,159,162,163,429,165,593,594,168,171,172,430,174,595,596,177,180,181,431,467,358,361,363,366,369,370,469,372,376,378,379,470,381,385,387,388,471,607,608,210,212]),a==="games_played"&&(a=[607,608,12,55,54,35,14,52,15,53,466,477]);let s={seasonId:e.season_id,mainSectionType:1,playListType:e.type,categoryIds:a,gameIds:e.game_id?[e.game_id]:null,playerIds:e.position_id!=1?e.player_id?[e.player_id]:[]:[],goalkeeperIds:e.position_id==1?e.player_id?[e.player_id]:[]:[],teamId:e.team_id?[e.team_id]:0,matchResult:e.matchResult?[e.matchResult]:o,playData:{},advancedFilter:{playListTitle:"",mainCategoryId:e.category||0}};this.$emit("openmedia",s)},async getStats(){const e=await h1e.create({headers:{Authorization:`${this.token}`}}).get("https://wlduw4woy3.execute-api.us-east-2.amazonaws.com/prod/best-plays/seasons/"+this.data.season+"/games/"+this.data.game);for(let a=0;a<e.data.games[0].players.length;a++)this.type==0?this.pages.push([{id_season:e.data.games[0].players[a].season_id,color:e.data.games[0].players[a].info_thumbnails.colors.background_color,player_id:e.data.games[0].players[a].player_id,player_name:e.data.games[0].players[a].player_name,game_id:e.data.games[0].game_status===4?null:e.data.games[0].game_id,background:e.data.games[0].players[a].info_thumbnails.images.background_player_in_action[0]?"https://golstatsimages.blob.core.windows.net/images-library/"+e.data.games[0].players[a].info_thumbnails.images.background_player_in_action[0]:"https://golstatsimages.blob.core.windows.net/images-library/"+e.data.games[0].players[a].info_thumbnails.images.background_default_players[0],player_photo:e.data.games[0].players[a].info_thumbnails.images.player_in_action[0]?"https://golstatsimages.blob.core.windows.net/images-library/"+e.data.games[0].players[a].info_thumbnails.images.player_in_action[0]:`https://az755631.vo.msecnd.net/players-profile/${e.data.games[0].players[a].player_id}.png`,category_stats_1:this.prematch?e.data.games[0].players[a].games_played:e.data.games[0].players[a].minutes_played,category_stats_2:this.prematch?e.data.games[0].players[a].minutes_played:e.data.games[0].players[a].categories[0].total,category_stats_3:this.prematch?e.data.games[0].players[a].categories[0].total:e.data.games[0].players[a].categories[1]?e.data.games[0].players[a].categories[1].total:"",category_id_1:this.prematch?"games_played":"minutes_played",category_id_2:this.prematch?"minutes_played":e.data.games[0].players[a].categories[0].categories,category_id_3:this.prematch?e.data.games[0].players[a].categories[0].categories:e.data.games[0].players[a].categories[1]?e.data.games[0].players[a].categories[1].categories:"",category_name_1:this.prematch?"Partidos Jugados":"Minutos Jugados",category_name_2:this.prematch?"Minutos Jugados":e.data.games[0].players[a].categories[0].category_name,category_name_3:this.prematch?e.data.games[0].players[a].categories[0].category_name:e.data.games[0].players[a].categories[1]?e.data.games[0].players[a].categories[1].category_name:"",showlast_category:!!e.data.games[0].players[a].categories[0],main_title:(this.prematch,"Jugador"),second_title:this.prematch?"A seguir":"Destacado",background_color_buttons:e.data.games[0].players[a].info_thumbnails.colors.background_color_buttons,background_color_cards:e.data.games[0].players[a].info_thumbnails.colors.background_color_cards,color_icon_play:e.data.games[0].players[a].info_thumbnails.colors.color_icon_play,color_next_back:e.data.games[0].players[a].info_thumbnails.colors.color_next_back,font_color:e.data.games[0].players[a].info_thumbnails.colors.font_color,font_color_card:e.data.games[0].players[a].info_thumbnails.colors.font_color_card?e.data.games[0].players[a].info_thumbnails.colors.font_color_card:"#FFFFFF"}]):this.teamSelected==e.data.games[0].players[a].team_id&&this.pages.push([{id_season:e.data.games[0].players[a].season_id,color:e.data.games[0].players[a].info_thumbnails.colors.background_color,player_id:e.data.games[0].players[a].player_id,player_name:e.data.games[0].players[a].player_name,game_id:e.data.games[0].game_status===4?null:e.data.games[0].game_id,background:e.data.games[0].players[a].info_thumbnails.images.background_player_in_action[0]?"https://golstatsimages.blob.core.windows.net/images-library/"+e.data.games[0].players[a].info_thumbnails.images.background_player_in_action[0]:"https://golstatsimages.blob.core.windows.net/images-library/"+e.data.games[0].players[a].info_thumbnails.images.background_default_players[0],player_photo:e.data.games[0].players[a].info_thumbnails.images.player_in_action[0]?"https://golstatsimages.blob.core.windows.net/images-library/"+e.data.games[0].players[a].info_thumbnails.images.player_in_action[0]:`https://az755631.vo.msecnd.net/players-profile/${e.data.games[0].players[a].player_id}.png`,category_stats_1:this.prematch?e.data.games[0].players[a].games_played:e.data.games[0].players[a].minutes_played,category_stats_2:this.prematch?e.data.games[0].players[a].minutes_played:e.data.games[0].players[a].categories[0].total,category_stats_3:this.prematch?e.data.games[0].players[a].categories[0].total:e.data.games[0].players[a].categories[1]?e.data.games[0].players[a].categories[1].total:"",category_id_1:this.prematch?"games_played":"minutes_played",category_id_2:this.prematch?"minutes_played":e.data.games[0].players[a].categories[0].categories,category_id_3:this.prematch?e.data.games[0].players[a].categories[0].categories:e.data.games[0].players[a].categories[1]?e.data.games[0].players[a].categories[1].categories:"",category_name_1:this.prematch?"Partidos Jugados":"Minutos Jugados",category_name_2:this.prematch?"Minutos Jugados":e.data.games[0].players[a].categories[0].category_name,category_name_3:this.prematch?e.data.games[0].players[a].categories[0].category_name:e.data.games[0].players[a].categories[1]?e.data.games[0].players[a].categories[1].category_name:"",showlast_category:!!e.data.games[0].players[a].categories[1],main_title:this.prematch?"El jugador":"Jugador",second_title:this.prematch?"A seguir":"Destacado",background_color_buttons:e.data.games[0].players[a].info_thumbnails.colors.background_color_buttons,background_color_cards:e.data.games[0].players[a].info_thumbnails.colors.background_color_cards,color_icon_play:e.data.games[0].players[a].info_thumbnails.colors.color_icon_play,color_next_back:e.data.games[0].players[a].info_thumbnails.colors.color_next_back,font_color:e.data.games[0].players[a].info_thumbnails.colors.font_color,font_color_card:e.data.games[0].players[a].info_thumbnails.colors.font_color_card?e.data.games[0].players[a].info_thumbnails.colors.font_color_card:"#FFFFFF"}])},onClickVideos(e){this.$emit("onClickVideos",e)},onClickCard(e){this.$emit("onClickCard",e)},onClickCategory(e){this.$emit("onClickCategory",e)},clickMore(){this.$emit("onViewMore",!0)}}},I_e=e=>(t.pushScopeId("data-v-4db2ad78"),e=e(),t.popScopeId(),e),A_e={class:"gsdata"},O_e={class:"gsc-gsdata-carrousel"},T_e={key:0,class:"title-header"},F_e=I_e(()=>t.createElementVNode("div",{class:"title-header-title"},"Datos GolStats",-1)),z_e={class:"row-table-carrousel"};function R_e(e,a,o,s,n,i){const r=t.resolveComponent("GSCCardData"),c=t.resolveComponent("GSCCarousel");return t.openBlock(),t.createElementBlock("div",A_e,[t.createElementVNode("div",O_e,[o.teamSelected==0?(t.openBlock(),t.createElementBlock("div",T_e,[F_e,t.createElementVNode("div",{class:"title-header-btn",onClick:a[0]||(a[0]=(...y)=>i.clickMore&&i.clickMore(...y))},"Ver más")])):t.createCommentVNode("",!0),t.createVNode(c,{items:n.pages,wrapAround:!0,itemsToShow:1.1,areSlidesArrowsVisible:!0,areNavigationArrowsVisible:!1,isMainSlidePriority:!0,areSlidesArrowsRounded:!1,isPaginationVisible:!1,slideLeftArrowBackgroundImage:"none",slideRightArrowBackgroundImage:"none"},{default:t.withCtx(({item:y})=>[t.createElementVNode("div",z_e,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(y,(d,l)=>(t.openBlock(),t.createElementBlock(t.Fragment,{key:l},[o.colorCardByTeam?(t.openBlock(),t.createBlock(r,{key:1,type:4,colorcard:d.color,"click-card":o.clickCard,"show-share-button":o.showShareButton,"customize-colors":o.customizeColors,data:d,onOnClickVideos:i.onclickPlayVideos,onOnClickCategory:i.onclickPlayVideos},null,8,["colorcard","click-card","show-share-button","customize-colors","data","onOnClickVideos","onOnClickCategory"])):(t.openBlock(),t.createBlock(r,{key:0,type:4,"click-card":o.clickCard,"show-share-button":o.showShareButton,"customize-colors":o.customizeColors,data:d,onOnClickVideos:i.onclickPlayVideos,onOnClickCategory:i.onclickPlayVideos},null,8,["click-card","show-share-button","customize-colors","data","onOnClickVideos","onOnClickCategory"]))],64))),128))])]),_:1},8,["items"])])])}const P_e=iw(V_e,[["render",R_e],["__scopeId","data-v-4db2ad78"]]);function cw(e,a){return function(){return e.apply(a,arguments)}}const{toString:D_e}=Object.prototype,{getPrototypeOf:Uh}=Object,$l=(e=>a=>{const o=D_e.call(a);return e[o]||(e[o]=o.slice(8,-1).toLowerCase())})(Object.create(null)),ua=e=>(e=e.toLowerCase(),a=>$l(a)===e),Bl=e=>a=>typeof a===e,{isArray:ts}=Array,xn=Bl("undefined");function j_e(e){return e!==null&&!xn(e)&&e.constructor!==null&&!xn(e.constructor)&&zt(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const dw=ua("ArrayBuffer");function L_e(e){let a;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?a=ArrayBuffer.isView(e):a=e&&e.buffer&&dw(e.buffer),a}const v_e=Bl("string"),zt=Bl("function"),mw=Bl("number"),xl=e=>e!==null&&typeof e=="object",M_e=e=>e===!0||e===!1,Vl=e=>{if($l(e)!=="object")return!1;const a=Uh(e);return(a===null||a===Object.prototype||Object.getPrototypeOf(a)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},H_e=ua("Date"),U_e=ua("File"),G_e=ua("Blob"),W_e=ua("FileList"),q_e=e=>xl(e)&&zt(e.pipe),J_e=e=>{let a;return e&&(typeof FormData=="function"&&e instanceof FormData||zt(e.append)&&((a=$l(e))==="formdata"||a==="object"&&zt(e.toString)&&e.toString()==="[object FormData]"))},X_e=ua("URLSearchParams"),Z_e=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function Vn(e,a,{allOwnKeys:o=!1}={}){if(e===null||typeof e>"u")return;let s,n;if(typeof e!="object"&&(e=[e]),ts(e))for(s=0,n=e.length;s<n;s++)a.call(null,e[s],s,e);else{const i=o?Object.getOwnPropertyNames(e):Object.keys(e),r=i.length;let c;for(s=0;s<r;s++)c=i[s],a.call(null,e[c],c,e)}}function pw(e,a){a=a.toLowerCase();const o=Object.keys(e);let s=o.length,n;for(;s-- >0;)if(n=o[s],a===n.toLowerCase())return n;return null}const hw=(()=>typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global)(),yw=e=>!xn(e)&&e!==hw;function Gh(){const{caseless:e}=yw(this)&&this||{},a={},o=(s,n)=>{const i=e&&pw(a,n)||n;Vl(a[i])&&Vl(s)?a[i]=Gh(a[i],s):Vl(s)?a[i]=Gh({},s):ts(s)?a[i]=s.slice():a[i]=s};for(let s=0,n=arguments.length;s<n;s++)arguments[s]&&Vn(arguments[s],o);return a}const Y_e=(e,a,o,{allOwnKeys:s}={})=>(Vn(a,(n,i)=>{o&&zt(n)?e[i]=cw(n,o):e[i]=n},{allOwnKeys:s}),e),K_e=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),Q_e=(e,a,o,s)=>{e.prototype=Object.create(a.prototype,s),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:a.prototype}),o&&Object.assign(e.prototype,o)},e2e=(e,a,o,s)=>{let n,i,r;const c={};if(a=a||{},e==null)return a;do{for(n=Object.getOwnPropertyNames(e),i=n.length;i-- >0;)r=n[i],(!s||s(r,e,a))&&!c[r]&&(a[r]=e[r],c[r]=!0);e=o!==!1&&Uh(e)}while(e&&(!o||o(e,a))&&e!==Object.prototype);return a},t2e=(e,a,o)=>{e=String(e),(o===void 0||o>e.length)&&(o=e.length),o-=a.length;const s=e.indexOf(a,o);return s!==-1&&s===o},a2e=e=>{if(!e)return null;if(ts(e))return e;let a=e.length;if(!mw(a))return null;const o=new Array(a);for(;a-- >0;)o[a]=e[a];return o},o2e=(e=>a=>e&&a instanceof e)(typeof Uint8Array<"u"&&Uh(Uint8Array)),s2e=(e,a)=>{const o=(e&&e[Symbol.iterator]).call(e);let s;for(;(s=o.next())&&!s.done;){const n=s.value;a.call(e,n[0],n[1])}},n2e=(e,a)=>{let o;const s=[];for(;(o=e.exec(a))!==null;)s.push(o);return s},i2e=ua("HTMLFormElement"),r2e=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(a,o,s){return o.toUpperCase()+s}),gw=(({hasOwnProperty:e})=>(a,o)=>e.call(a,o))(Object.prototype),l2e=ua("RegExp"),uw=(e,a)=>{const o=Object.getOwnPropertyDescriptors(e),s={};Vn(o,(n,i)=>{let r;(r=a(n,i,e))!==!1&&(s[i]=r||n)}),Object.defineProperties(e,s)},c2e=e=>{uw(e,(a,o)=>{if(zt(e)&&["arguments","caller","callee"].indexOf(o)!==-1)return!1;const s=e[o];if(zt(s)){if(a.enumerable=!1,"writable"in a){a.writable=!1;return}a.set||(a.set=()=>{throw Error("Can not rewrite read-only method '"+o+"'")})}})},d2e=(e,a)=>{const o={},s=n=>{n.forEach(i=>{o[i]=!0})};return ts(e)?s(e):s(String(e).split(a)),o},m2e=()=>{},p2e=(e,a)=>(e=+e,Number.isFinite(e)?e:a),Wh="abcdefghijklmnopqrstuvwxyz",fw="0123456789",_w={DIGIT:fw,ALPHA:Wh,ALPHA_DIGIT:Wh+Wh.toUpperCase()+fw},h2e=(e=16,a=_w.ALPHA_DIGIT)=>{let o="";const{length:s}=a;for(;e--;)o+=a[Math.random()*s|0];return o};function y2e(e){return!!(e&&zt(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const g2e=e=>{const a=new Array(10),o=(s,n)=>{if(xl(s)){if(a.indexOf(s)>=0)return;if(!("toJSON"in s)){a[n]=s;const i=ts(s)?[]:{};return Vn(s,(r,c)=>{const y=o(r,n+1);!xn(y)&&(i[c]=y)}),a[n]=void 0,i}}return s};return o(e,0)},u2e=ua("AsyncFunction"),f2e=e=>e&&(xl(e)||zt(e))&&zt(e.then)&&zt(e.catch),q={isArray:ts,isArrayBuffer:dw,isBuffer:j_e,isFormData:J_e,isArrayBufferView:L_e,isString:v_e,isNumber:mw,isBoolean:M_e,isObject:xl,isPlainObject:Vl,isUndefined:xn,isDate:H_e,isFile:U_e,isBlob:G_e,isRegExp:l2e,isFunction:zt,isStream:q_e,isURLSearchParams:X_e,isTypedArray:o2e,isFileList:W_e,forEach:Vn,merge:Gh,extend:Y_e,trim:Z_e,stripBOM:K_e,inherits:Q_e,toFlatObject:e2e,kindOf:$l,kindOfTest:ua,endsWith:t2e,toArray:a2e,forEachEntry:s2e,matchAll:n2e,isHTMLForm:i2e,hasOwnProperty:gw,hasOwnProp:gw,reduceDescriptors:uw,freezeMethods:c2e,toObjectSet:d2e,toCamelCase:r2e,noop:m2e,toFiniteNumber:p2e,findKey:pw,global:hw,isContextDefined:yw,ALPHABET:_w,generateString:h2e,isSpecCompliantForm:y2e,toJSONObject:g2e,isAsyncFn:u2e,isThenable:f2e};function be(e,a,o,s,n){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",a&&(this.code=a),o&&(this.config=o),s&&(this.request=s),n&&(this.response=n)}q.inherits(be,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:q.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const bw=be.prototype,ww={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{ww[e]={value:e}}),Object.defineProperties(be,ww),Object.defineProperty(bw,"isAxiosError",{value:!0}),be.from=(e,a,o,s,n,i)=>{const r=Object.create(bw);return q.toFlatObject(e,r,function(c){return c!==Error.prototype},c=>c!=="isAxiosError"),be.call(r,e.message,a,o,s,n),r.cause=e,r.name=e.name,i&&Object.assign(r,i),r};const _2e=null;function qh(e){return q.isPlainObject(e)||q.isArray(e)}function Cw(e){return q.endsWith(e,"[]")?e.slice(0,-2):e}function kw(e,a,o){return e?e.concat(a).map(function(s,n){return s=Cw(s),!o&&n?"["+s+"]":s}).join(o?".":""):a}function b2e(e){return q.isArray(e)&&!e.some(qh)}const w2e=q.toFlatObject(q,{},null,function(e){return/^is[A-Z]/.test(e)});function Il(e,a,o){if(!q.isObject(e))throw new TypeError("target must be an object");a=a||new FormData,o=q.toFlatObject(o,{metaTokens:!0,dots:!1,indexes:!1},!1,function(g,p){return!q.isUndefined(p[g])});const s=o.metaTokens,n=o.visitor||d,i=o.dots,r=o.indexes,c=(o.Blob||typeof Blob<"u"&&Blob)&&q.isSpecCompliantForm(a);if(!q.isFunction(n))throw new TypeError("visitor must be a function");function y(g){if(g===null)return"";if(q.isDate(g))return g.toISOString();if(!c&&q.isBlob(g))throw new be("Blob is not supported. Use a Buffer instead.");return q.isArrayBuffer(g)||q.isTypedArray(g)?c&&typeof Blob=="function"?new Blob([g]):Buffer.from(g):g}function d(g,p,u){let f=g;if(g&&!u&&typeof g=="object"){if(q.endsWith(p,"{}"))p=s?p:p.slice(0,-2),g=JSON.stringify(g);else if(q.isArray(g)&&b2e(g)||(q.isFileList(g)||q.endsWith(p,"[]"))&&(f=q.toArray(g)))return p=Cw(p),f.forEach(function(_,k){!(q.isUndefined(_)||_===null)&&a.append(r===!0?kw([p],k,i):r===null?p:p+"[]",y(_))}),!1}return qh(g)?!0:(a.append(kw(u,p,i),y(g)),!1)}const l=[],m=Object.assign(w2e,{defaultVisitor:d,convertValue:y,isVisitable:qh});function h(g,p){if(!q.isUndefined(g)){if(l.indexOf(g)!==-1)throw Error("Circular reference detected in "+p.join("."));l.push(g),q.forEach(g,function(u,f){(!(q.isUndefined(u)||u===null)&&n.call(a,u,q.isString(f)?f.trim():f,p,m))===!0&&h(u,p?p.concat(f):[f])}),l.pop()}}if(!q.isObject(e))throw new TypeError("data must be an object");return h(e),a}function Sw(e){const a={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(o){return a[o]})}function Jh(e,a){this._pairs=[],e&&Il(e,this,a)}const Ew=Jh.prototype;Ew.append=function(e,a){this._pairs.push([e,a])},Ew.toString=function(e){const a=e?function(o){return e.call(this,o,Sw)}:Sw;return this._pairs.map(function(o){return a(o[0])+"="+a(o[1])},"").join("&")};function C2e(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function Nw(e,a,o){if(!a)return e;const s=o&&o.encode||C2e,n=o&&o.serialize;let i;if(n?i=n(a,o):i=q.isURLSearchParams(a)?a.toString():new Jh(a,o).toString(s),i){const r=e.indexOf("#");r!==-1&&(e=e.slice(0,r)),e+=(e.indexOf("?")===-1?"?":"&")+i}return e}const $w=class{constructor(){this.handlers=[]}use(e,a,o){return this.handlers.push({fulfilled:e,rejected:a,synchronous:o?o.synchronous:!1,runWhen:o?o.runWhen:null}),this.handlers.length-1}eject(e){this.handlers[e]&&(this.handlers[e]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(e){q.forEach(this.handlers,function(a){a!==null&&e(a)})}},Bw={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},k2e=typeof URLSearchParams<"u"?URLSearchParams:Jh,S2e=typeof FormData<"u"?FormData:null,E2e=typeof Blob<"u"?Blob:null,N2e={isBrowser:!0,classes:{URLSearchParams:k2e,FormData:S2e,Blob:E2e},protocols:["http","https","file","blob","url","data"]},xw=typeof window<"u"&&typeof document<"u",$2e=(e=>xw&&["ReactNative","NativeScript","NS"].indexOf(e)<0)(typeof navigator<"u"&&navigator.product),B2e=(()=>typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function")(),x2e=Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:xw,hasStandardBrowserEnv:$2e,hasStandardBrowserWebWorkerEnv:B2e},Symbol.toStringTag,{value:"Module"})),fa={...x2e,...N2e};function V2e(e,a){return Il(e,new fa.classes.URLSearchParams,Object.assign({visitor:function(o,s,n,i){return fa.isNode&&q.isBuffer(o)?(this.append(s,o.toString("base64")),!1):i.defaultVisitor.apply(this,arguments)}},a))}function I2e(e){return q.matchAll(/\w+|\[(\w*)]/g,e).map(a=>a[0]==="[]"?"":a[1]||a[0])}function A2e(e){const a={},o=Object.keys(e);let s;const n=o.length;let i;for(s=0;s<n;s++)i=o[s],a[i]=e[i];return a}function Vw(e){function a(o,s,n,i){let r=o[i++];const c=Number.isFinite(+r),y=i>=o.length;return r=!r&&q.isArray(n)?n.length:r,y?(q.hasOwnProp(n,r)?n[r]=[n[r],s]:n[r]=s,!c):((!n[r]||!q.isObject(n[r]))&&(n[r]=[]),a(o,s,n[r],i)&&q.isArray(n[r])&&(n[r]=A2e(n[r])),!c)}if(q.isFormData(e)&&q.isFunction(e.entries)){const o={};return q.forEachEntry(e,(s,n)=>{a(I2e(s),n,o,0)}),o}return null}function O2e(e,a,o){if(q.isString(e))try{return(a||JSON.parse)(e),q.trim(e)}catch(s){if(s.name!=="SyntaxError")throw s}return(o||JSON.stringify)(e)}const Xh={transitional:Bw,adapter:["xhr","http"],transformRequest:[function(e,a){const o=a.getContentType()||"",s=o.indexOf("application/json")>-1,n=q.isObject(e);if(n&&q.isHTMLForm(e)&&(e=new FormData(e)),q.isFormData(e))return s&&s?JSON.stringify(Vw(e)):e;if(q.isArrayBuffer(e)||q.isBuffer(e)||q.isStream(e)||q.isFile(e)||q.isBlob(e))return e;if(q.isArrayBufferView(e))return e.buffer;if(q.isURLSearchParams(e))return a.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let i;if(n){if(o.indexOf("application/x-www-form-urlencoded")>-1)return V2e(e,this.formSerializer).toString();if((i=q.isFileList(e))||o.indexOf("multipart/form-data")>-1){const r=this.env&&this.env.FormData;return Il(i?{"files[]":e}:e,r&&new r,this.formSerializer)}}return n||s?(a.setContentType("application/json",!1),O2e(e)):e}],transformResponse:[function(e){const a=this.transitional||Xh.transitional,o=a&&a.forcedJSONParsing,s=this.responseType==="json";if(e&&q.isString(e)&&(o&&!this.responseType||s)){const n=!(a&&a.silentJSONParsing)&&s;try{return JSON.parse(e)}catch(i){if(n)throw i.name==="SyntaxError"?be.from(i,be.ERR_BAD_RESPONSE,this,null,this.response):i}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:fa.classes.FormData,Blob:fa.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};q.forEach(["delete","get","head","post","put","patch"],e=>{Xh.headers[e]={}});const Zh=Xh,T2e=q.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),F2e=e=>{const a={};let o,s,n;return e&&e.split(`
83
+ */const mt={itemsToShow:1,itemsToScroll:1,modelValue:0,transition:300,autoplay:0,snapAlign:"center",wrapAround:!1,throttle:16,pauseAutoplayOnHover:!1,mouseDrag:!0,touchDrag:!0,dir:"ltr",breakpoints:void 0,i18n:{ariaNextSlide:"Navigate to next slide",ariaPreviousSlide:"Navigate to previous slide",ariaNavigateToSlide:"Navigate to slide {slideNumber}",ariaGallery:"Gallery",itemXofY:"Item {currentSlide} of {slidesCount}",iconArrowUp:"Arrow pointing upwards",iconArrowDown:"Arrow pointing downwards",iconArrowRight:"Arrow pointing to the right",iconArrowLeft:"Arrow pointing to the left"}},ow={itemsToShow:{default:mt.itemsToShow,type:Number},itemsToScroll:{default:mt.itemsToScroll,type:Number},wrapAround:{default:mt.wrapAround,type:Boolean},throttle:{default:mt.throttle,type:Number},snapAlign:{default:mt.snapAlign,validator(e){return["start","end","center","center-even","center-odd"].includes(e)}},transition:{default:mt.transition,type:Number},breakpoints:{default:mt.breakpoints,type:Object},autoplay:{default:mt.autoplay,type:Number},pauseAutoplayOnHover:{default:mt.pauseAutoplayOnHover,type:Boolean},modelValue:{default:void 0,type:Number},mouseDrag:{default:mt.mouseDrag,type:Boolean},touchDrag:{default:mt.touchDrag,type:Boolean},dir:{default:mt.dir,validator(e){return["rtl","ltr"].includes(e)}},i18n:{default:mt.i18n,type:Object},settings:{default(){return{}},type:Object}};function y1e({config:e,slidesCount:a}){const{snapAlign:o,wrapAround:s,itemsToShow:n=1}=e;if(s)return Math.max(a-1,0);let i;switch(o){case"start":i=a-n;break;case"end":i=a-1;break;case"center":case"center-odd":i=a-Math.ceil((n-.5)/2);break;case"center-even":i=a-Math.ceil(n/2);break;default:i=0;break}return Math.max(i,0)}function g1e({config:e,slidesCount:a}){const{wrapAround:o,snapAlign:s,itemsToShow:n=1}=e;let i=0;if(o||n>a)return i;switch(s){case"start":i=0;break;case"end":i=n-1;break;case"center":case"center-odd":i=Math.floor((n-1)/2);break;case"center-even":i=Math.floor((n-2)/2);break;default:i=0;break}return i}function vh({val:e,max:a,min:o}){return a<o?e:Math.min(Math.max(e,o),a)}function u1e({config:e,currentSlide:a,slidesCount:o}){const{snapAlign:s,wrapAround:n,itemsToShow:i=1}=e;let r=a;switch(s){case"center":case"center-odd":r-=(i-1)/2;break;case"center-even":r-=(i-2)/2;break;case"end":r-=i-1;break}return n?r:vh({val:r,max:o-i,min:0})}function sw(e){return e?e.reduce((a,o)=>{var s;return o.type===t.Fragment?[...a,...sw(o.children)]:((s=o.type)===null||s===void 0?void 0:s.name)==="CarouselSlide"?[...a,o]:a},[]):[]}function Mh({val:e,max:a,min:o=0}){return e>a?Mh({val:e-(a+1),max:a,min:o}):e<o?Mh({val:e+(a+1),max:a,min:o}):e}function f1e(e,a){let o;return a?function(...s){const n=this;o||(e.apply(n,s),o=!0,setTimeout(()=>o=!1,a))}:e}function _1e(e,a){let o;return function(...s){o&&clearTimeout(o),o=setTimeout(()=>{e(...s),o=null},a)}}function b1e(e="",a={}){return Object.entries(a).reduce((o,[s,n])=>o.replace(`{${s}}`,String(n)),e)}var w1e=t.defineComponent({name:"ARIA",setup(){const e=t.inject("config",t.reactive(Object.assign({},mt))),a=t.inject("currentSlide",t.ref(0)),o=t.inject("slidesCount",t.ref(0));return()=>t.h("div",{class:["carousel__liveregion","carousel__sr-only"],"aria-live":"polite","aria-atomic":"true"},b1e(e.i18n.itemXofY,{currentSlide:a.value+1,slidesCount:o.value}))}}),C1e=t.defineComponent({name:"Carousel",props:ow,setup(e,{slots:a,emit:o,expose:s}){var n;const i=t.ref(null),r=t.ref([]),c=t.ref(0),y=t.ref(0),d=t.reactive(Object.assign({},mt));let l=Object.assign({},mt),m;const h=t.ref((n=e.modelValue)!==null&&n!==void 0?n:0),g=t.ref(0),p=t.ref(0),u=t.ref(0),f=t.ref(0);let _,k;t.provide("config",d),t.provide("slidesCount",y),t.provide("currentSlide",h),t.provide("maxSlide",u),t.provide("minSlide",f),t.provide("slideWidth",c);function C(){m=Object.assign({},e.breakpoints),l=Object.assign(Object.assign(Object.assign({},l),e),{i18n:Object.assign(Object.assign({},l.i18n),e.i18n),breakpoints:void 0}),E(l)}function b(){if(!m||!Object.keys(m).length)return;const S=Object.keys(m).map(T=>Number(T)).sort((T,te)=>+te-+T);let F=Object.assign({},l);S.some(T=>{const te=window.matchMedia(`(min-width: ${T}px)`).matches;return te&&(F=Object.assign(Object.assign({},F),m[T])),te}),E(F)}function E(S){Object.entries(S).forEach(([F,T])=>d[F]=T)}const x=_1e(()=>{b(),V()},16);function V(){if(!i.value)return;const S=i.value.getBoundingClientRect();c.value=S.width/d.itemsToShow}function B(){y.value<=0||(p.value=Math.ceil((y.value-1)/2),u.value=y1e({config:d,slidesCount:y.value}),f.value=g1e({config:d,slidesCount:y.value}),d.wrapAround||(h.value=vh({val:h.value,max:u.value,min:f.value})))}t.onMounted(()=>{t.nextTick(()=>V()),setTimeout(()=>V(),1e3),b(),oe(),window.addEventListener("resize",x,{passive:!0}),o("init")}),t.onUnmounted(()=>{k&&clearTimeout(k),_&&clearInterval(_),window.removeEventListener("resize",x,{passive:!0})});let $=!1;const z={x:0,y:0},A={x:0,y:0},I=t.reactive({x:0,y:0}),P=t.ref(!1),Q=t.ref(!1),K=()=>{P.value=!0},R=()=>{P.value=!1};function w(S){["INPUT","TEXTAREA","SELECT"].includes(S.target.tagName)||($=S.type==="touchstart",$||S.preventDefault(),!(!$&&S.button!==0||ee.value)&&(z.x=$?S.touches[0].clientX:S.clientX,z.y=$?S.touches[0].clientY:S.clientY,document.addEventListener($?"touchmove":"mousemove",N,!0),document.addEventListener($?"touchend":"mouseup",O,!0)))}const N=f1e(S=>{Q.value=!0,A.x=$?S.touches[0].clientX:S.clientX,A.y=$?S.touches[0].clientY:S.clientY;const F=A.x-z.x,T=A.y-z.y;I.y=T,I.x=F},d.throttle);function O(){const S=d.dir==="rtl"?-1:1,F=Math.sign(I.x)*.4,T=Math.round(I.x/c.value+F)*S;if(T&&!$){const te=Be=>{Be.stopPropagation(),window.removeEventListener("click",te,!0)};window.addEventListener("click",te,!0)}ae(h.value-T),I.x=0,I.y=0,Q.value=!1,document.removeEventListener($?"touchmove":"mousemove",N,!0),document.removeEventListener($?"touchend":"mouseup",O,!0)}function oe(){!d.autoplay||d.autoplay<=0||(_=setInterval(()=>{d.pauseAutoplayOnHover&&P.value||ie()},d.autoplay))}function se(){_&&(clearInterval(_),_=null),oe()}const ee=t.ref(!1);function ae(S){const F=d.wrapAround?S:vh({val:S,max:u.value,min:f.value});h.value===F||ee.value||(o("slide-start",{slidingToIndex:S,currentSlideIndex:h.value,prevSlideIndex:g.value,slidesCount:y.value}),ee.value=!0,g.value=h.value,h.value=F,k=setTimeout(()=>{if(d.wrapAround){const T=Mh({val:F,max:u.value,min:0});T!==h.value&&(h.value=T,o("loop",{currentSlideIndex:h.value,slidingToIndex:S}))}o("update:modelValue",h.value),o("slide-end",{currentSlideIndex:h.value,prevSlideIndex:g.value,slidesCount:y.value}),ee.value=!1,se()},d.transition))}function ie(){ae(h.value+d.itemsToScroll)}function Ee(){ae(h.value-d.itemsToScroll)}const Fe={slideTo:ae,next:ie,prev:Ee};t.provide("nav",Fe),t.provide("isSliding",ee);const ze=t.computed(()=>u1e({config:d,currentSlide:h.value,slidesCount:y.value}));t.provide("slidesToScroll",ze);const ft=t.computed(()=>{const S=d.dir==="rtl"?-1:1,F=ze.value*c.value*S;return{transform:`translateX(${I.x-F}px)`,transition:`${ee.value?d.transition:0}ms`,margin:d.wrapAround?`0 -${y.value*c.value}px`:"",width:"100%"}});function Re(){C(),b(),B(),V(),se()}Object.keys(ow).forEach(S=>{["modelValue"].includes(S)||t.watch(()=>e[S],Re)}),t.watch(()=>e.modelValue,S=>{S!==h.value&&ae(Number(S))}),t.watch(y,B),o("before-init"),C();const Pe={config:d,slidesCount:y,slideWidth:c,next:ie,prev:Ee,slideTo:ae,currentSlide:h,maxSlide:u,minSlide:f,middleSlide:p};s({updateBreakpointsConfigs:b,updateSlidesData:B,updateSlideWidth:V,initDefaultConfigs:C,restartCarousel:Re,slideTo:ae,next:ie,prev:Ee,nav:Fe,data:Pe});const De=a.default||a.slides,je=a.addons,Le=t.reactive(Pe);return()=>{const S=sw(De==null?void 0:De(Le)),F=(je==null?void 0:je(Le))||[];S.forEach((xe,Ve)=>xe.props.index=Ve);let T=S;if(d.wrapAround){const xe=S.map((Ie,ne)=>t.cloneVNode(Ie,{index:-S.length+ne,isClone:!0,key:`clone-before-${ne}`})),Ve=S.map((Ie,ne)=>t.cloneVNode(Ie,{index:S.length+ne,isClone:!0,key:`clone-after-${ne}`}));T=[...xe,...S,...Ve]}r.value=S,y.value=Math.max(S.length,1);const te=t.h("ol",{class:"carousel__track",style:ft.value,onMousedownCapture:d.mouseDrag?w:null,onTouchstartPassiveCapture:d.touchDrag?w:null},T),Be=t.h("div",{class:"carousel__viewport"},te);return t.h("section",{ref:i,class:{carousel:!0,"is-sliding":ee.value,"is-dragging":Q.value,"is-hover":P.value,"carousel--rtl":d.dir==="rtl"},dir:d.dir,"aria-label":d.i18n.ariaGallery,tabindex:"0",onMouseenter:K,onMouseleave:R},[Be,F,t.h(w1e)])}}}),nw;(function(e){e.arrowUp="arrowUp",e.arrowDown="arrowDown",e.arrowRight="arrowRight",e.arrowLeft="arrowLeft"})(nw||(nw={}));var k1e=t.defineComponent({name:"CarouselSlide",props:{index:{type:Number,default:1},isClone:{type:Boolean,default:!1}},setup(e,{slots:a}){const o=t.inject("config",t.reactive(Object.assign({},mt))),s=t.inject("currentSlide",t.ref(0)),n=t.inject("slidesToScroll",t.ref(0)),i=t.inject("isSliding",t.ref(!1)),r=()=>e.index===s.value,c=()=>e.index===s.value-1,y=()=>e.index===s.value+1,d=()=>{const l=Math.floor(n.value),m=Math.ceil(n.value+o.itemsToShow-1);return e.index>=l&&e.index<=m};return()=>{var l;return t.h("li",{style:{width:`${100/o.itemsToShow}%`},class:{carousel__slide:!0,"carousel__slide--clone":e.isClone,"carousel__slide--visible":d(),"carousel__slide--active":r(),"carousel__slide--prev":c(),"carousel__slide--next":y(),"carousel__slide--sliding":i.value},"aria-hidden":!d()},(l=a.default)===null||l===void 0?void 0:l.call(a))}}});const S1e=(e,a)=>{const o=e.__vccOpts||e;for(const[s,n]of a)o[s]=n;return o},E1e=e=>(t.pushScopeId("data-v-dd3cbf69"),e=e(),t.popScopeId(),e),N1e={class:"gsc-carousel"},$1e={key:0},B1e=E1e(()=>t.createElementVNode("div",null,"no hay",-1)),x1e=[B1e],V1e={class:"gsc-carousel__2d__slides"},I1e={width:"9",height:"18",viewBox:"0 0 9 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},A1e=["fill"],O1e={width:"9",height:"18",viewBox:"0 0 9 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},T1e=["fill"],F1e={class:"gsc-carousel__2d__navigation"},z1e={width:"8",height:"15",viewBox:"0 0 8 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},R1e=["stroke"],P1e={key:1,class:"gsc-carousel__2d__navigation__pagination"},D1e=["onClick"],j1e={width:"7",height:"15",viewBox:"0 0 7 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},L1e=["stroke"],v1e={__name:"GSC-Carousel",props:{currentItemIndex:{type:Number,default:0},items:{type:Array,default:()=>[]},is3d:{type:Boolean,default:!1},isPaginationVisible:{type:Boolean,default:!1},areNavigationArrowsVisible:{type:Boolean,default:!0},defaultItemByIndex:{type:Number,default:0},defaultItemByProp:{type:Object,default:null,validator:e=>["propName","value"].every(a=>a in e)},navigationHeight:{type:Number,default:4},navigationBorderRadius:{type:Number,default:4},navigationColor:{type:String,default:"rgba(255, 255, 255, 0.4)"},navigationActiveColor:{type:String,default:"#cbee6b"},navigationActiveWidth:{type:Number,default:30},arrowsColor:{type:String,default:"#cbee6b"},wrapAround:{type:Boolean,default:!1},itemsToShow:{type:Number,default:1},isMainSlidePriority:{type:Boolean,default:!1},areSlidesArrowsVisible:{type:Boolean,default:!1},slideLeftArrowBackgroundImage:{type:String,default:"linear-gradient(to right, rgba(13, 29, 41, 1), rgba(0, 0, 0, 0))"},slideRightArrowBackgroundImage:{type:String,default:"linear-gradient(to left, rgba(13, 29, 41, 1), rgba(0, 0, 0, 0))"},areSlidesArrowsRounded:{type:Boolean,default:!1},slidesArrowsLeftAndRight:{type:String,default:"20px"},secondarySlidesOpacity:{type:Number,default:.8},marginTop:{type:String,default:"0"}},emits:["input","update:currentItemIndex"],setup(e,{expose:a,emit:o}){const s=e;t.useCssVars(u=>({"0d808f0f":e.slideLeftArrowBackgroundImage,"1e0ef2e5":e.slidesArrowsLeftAndRight,"66d12b5c":e.slideRightArrowBackgroundImage,"2b22a85a":e.marginTop,"1a842b02":e.secondarySlidesOpacity}));const n=t.ref(null),i=t.ref({}),r=t.ref(0),c=t.ref(!1);t.watch(n,u=>{u&&c.value?(c.value=!1,y(s.items)):u&&u.slideTo&&u.slideTo(r.value)},{deep:!0}),t.watch(()=>s.currentItemIndex,u=>{r.value!==u&&h(u)}),t.watch(()=>s.items,u=>{n.value?y(u):c.value=!0},{immediate:!0});function y(u){if(u&&u.length&&n.value){if(s.defaultItemByProp){const f=s.items.findIndex(_=>_[s.defaultItemByProp.propName]===s.defaultItemByProp.value);f!==-1?(r.value=f,i.value=u[f]):(r.value=0,i.value=u[0])}else r.value=s.defaultItemByIndex,i.value=u[s.defaultItemByIndex];n.value.slideTo&&n.value.slideTo(r.value),o("input",{selectedItem:i.value,selectedItemIndex:r.value})}}function d(){n.value&&n.value.next()}function l(){n.value&&n.value.prev()}function m(){n.value&&n.value.updateSlideWidth()}function h(u){n.value&&n.value.slideTo(u)}function g(u){n.value.slideTo(u)}function p(u){const f=u.slidingToIndex<0?s.items.length-1:u.slidingToIndex===s.items.length?0:u.slidingToIndex;r.value=f,i.value=s.items[f],o("update:currentItemIndex",f),o("input",{selectedItem:i.value,selectedItemIndex:r.value})}return a({prev:l,next:d,updateSlideWidth:m,slideTo:h}),(u,f)=>(t.openBlock(),t.createElementBlock("div",N1e,[s.is3d?(t.openBlock(),t.createElementBlock("div",$1e,x1e)):(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(["gsc-carousel__2d",{"main-slide-priority":e.isMainSlidePriority}])},[t.createElementVNode("div",V1e,[t.createVNode(t.unref(C1e),{ref_key:"carousel2d",ref:n,"items-to-show":e.itemsToShow,"wrap-around":e.wrapAround,onSlideStart:p},{default:t.withCtx(()=>[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.items,(_,k)=>(t.openBlock(),t.createBlock(t.unref(k1e),{key:k},{default:t.withCtx(()=>[t.renderSlot(u.$slots,"default",{item:_},void 0,!0)]),_:2},1024))),128))]),_:3},8,["items-to-show","wrap-around"])]),e.areSlidesArrowsVisible?(t.openBlock(),t.createElementBlock("div",{key:0,class:"gsc-carousel__2d__arrow-left",onClick:f[0]||(f[0]=_=>n.value.prev())},[t.createElementVNode("div",{class:t.normalizeClass(["gsc-carousel__2d__slide-button",{rounded:e.areSlidesArrowsRounded}])},[(t.openBlock(),t.createElementBlock("svg",I1e,[t.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.10399 9L8.62342 15.4393C9.12552 16.0251 9.12552 16.9749 8.62342 17.5607C8.12132 18.1464 7.30725 18.1464 6.80514 17.5607L0.376575 10.0607C-0.125528 9.47487 -0.125528 8.52512 0.376575 7.93934L6.80515 0.439339C7.30725 -0.146447 8.12132 -0.146447 8.62342 0.43934C9.12553 1.02513 9.12553 1.97487 8.62342 2.56066L3.10399 9Z",fill:e.arrowsColor},null,8,A1e)]))],2)])):t.createCommentVNode("",!0),e.areSlidesArrowsVisible?(t.openBlock(),t.createElementBlock("div",{key:1,class:"gsc-carousel__2d__arrow-right",onClick:f[1]||(f[1]=_=>d())},[t.createElementVNode("div",{class:t.normalizeClass(["gsc-carousel__2d__slide-button",{rounded:e.areSlidesArrowsRounded}])},[(t.openBlock(),t.createElementBlock("svg",O1e,[t.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.89601 9L0.376575 2.56066C-0.125528 1.97487 -0.125528 1.02513 0.376575 0.439339C0.878675 -0.146447 1.69275 -0.146447 2.19486 0.43934L8.62343 7.93934C9.12553 8.52513 9.12553 9.47487 8.62343 10.0607L2.19486 17.5607C1.69275 18.1464 0.878675 18.1464 0.376575 17.5607C-0.125528 16.9749 -0.125528 16.0251 0.376575 15.4393L5.89601 9Z",fill:e.arrowsColor},null,8,T1e)]))],2)])):t.createCommentVNode("",!0),t.createElementVNode("div",F1e,[e.areNavigationArrowsVisible?(t.openBlock(),t.createElementBlock("div",{key:0,class:"gsc-carousel__2d__navigation__arrow-left",onClick:f[2]||(f[2]=_=>l())},[(t.openBlock(),t.createElementBlock("svg",z1e,[t.createElementVNode("path",{d:"M6.72998 13.894L1.46621 8.63028C0.84457 8.00863 0.84457 6.9914 1.46621 6.36976L6.72998 1.10599",stroke:s.arrowsColor},null,8,R1e)]))])):t.createCommentVNode("",!0),e.isPaginationVisible?(t.openBlock(),t.createElementBlock("div",P1e,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.items,(_,k)=>(t.openBlock(),t.createElementBlock("div",{key:`i-${k}`,class:"gsc-carousel__2d__navigation__pagination__item",style:t.normalizeStyle({height:`${s.navigationHeight}px`,width:`${r.value===k?s.navigationActiveWidth:s.navigationActiveWidth/2}px`,borderRadius:`${s.navigationBorderRadius}px`,backgroundColor:`${r.value===k?s.navigationActiveColor:s.navigationColor}`,transition:"all 0.1s ease-in-out"}),onClick:C=>g(k)},null,12,D1e))),128))])):t.createCommentVNode("",!0),e.areNavigationArrowsVisible?(t.openBlock(),t.createElementBlock("div",{key:2,class:"gsc-carousel__2d__navigation__arrow-right",onClick:f[3]||(f[3]=_=>n.value.next())},[(t.openBlock(),t.createElementBlock("svg",j1e,[t.createElementVNode("path",{d:"M0.72998 1.10599L5.99375 6.36975C6.61539 6.9914 6.61539 8.00863 5.99375 8.63027L0.72998 13.894",stroke:s.arrowsColor},null,8,L1e)]))])):t.createCommentVNode("",!0)])],2))]))}},M1e=S1e(v1e,[["__scopeId","data-v-dd3cbf69"]]);function H1e(e){const a=t.ref({width:0,height:0});function o(){const s=e.value.getBoundingClientRect();a.value.width=s.width,a.value.height=s.height}return t.onMounted(()=>{o(),window.addEventListener("resize",o)}),t.onUnmounted(()=>{window.removeEventListener("resize",o)}),{elementSize:a}}const U1e="_tarjetaDatosGsDesktoptype4_10bj2_107",G1e="_tarjetaDatosGsDesktop500type4_10bj2_127",W1e="_tarjetaDatosGs414type4_10bj2_135",q1e="_tarjetaDatosGs414500type4_10bj2_159",J1e="_tarjetaDatosGs414380type4_10bj2_183",X1e="_tarjetaDatosGs320type4_10bj2_191",Z1e="_tarjetaDatosGs320380type4_10bj2_215",Y1e="_dataBox8type4_10bj2_239",K1e="_dataBox8380type4_10bj2_273",Q1e="_dataBoxtype4_10bj2_309",efe="_dataBox520type4_10bj2_349",tfe="_dataBox480type4_10bj2_391",afe="_dataBox3type4_10bj2_431",ofe="_dataBox3520type4_10bj2_471",sfe="_dataBox4type4_10bj2_481",nfe="_dataBox4500type4_10bj2_523",ife="_dataBox6type4_10bj2_569",rfe="_dataBox6500type4_10bj2_613",lfe="_dataContainertype4_10bj2_665",cfe="_dataContainer520type4_10bj2_693",dfe="_dataContainer1type4_10bj2_725",mfe="_dataContainer1500type4_10bj2_753",pfe="_dataBox7type4_10bj2_783",hfe="_dataBox7380type4_10bj2_817",yfe="_div15type4_10bj2_857",gfe="_div15380type4_10bj2_875",ufe="_btnShareIcontype4_10bj2_893",ffe="_btnSharetype4_10bj2_905",_fe="_bakgBaseIcontype4_10bj2_935",bfe="_roleCharacterIcontype4_10bj2_959",wfe="_verVideostype4_10bj2_975",Cfe="_btnVideostype4_10bj2_989",kfe="_playerNametype4_10bj2_1037",Sfe="_elJugadortype4_10bj2_1055",Efe="_aSeguirtype4_10bj2_1063",Nfe="_elJugadorAContainertype4_10bj2_1073",$fe="_titletype4_10bj2_1093",Bfe="_baseCardtype4_10bj2_1121",xfe="_imagePlayerIcontype4_10bj2_1151",Vfe="_arrowGraphIcontype4_10bj2_1177",Ife="_divtype4_10bj2_1189",Afe="_totaltype4_10bj2_1203",Ofe="_div1type4_10bj2_1219",Tfe="_btnShareIcon1type4_10bj2_1241",Ffe="_btnShare1type4_10bj2_1253",zfe="_bakgBaseIcon1type4_10bj2_1281",Rfe="_bakgBaseIcon2type4_10bj2_1305",Pfe="_roleCharacterIcon1type4_10bj2_1329",Dfe="_btnVideos1type4_10bj2_1345",jfe="_playerName1type4_10bj2_1385",Lfe="_elJugadorAContainer1type4_10bj2_1395",vfe="_title1type4_10bj2_1415",Mfe="_baseCard1type4_10bj2_1441",Hfe="_imagePlayerIcon1type4_10bj2_1469",Ufe="_total4type4_10bj2_1491",Gfe="_div9type4_10bj2_1507",Wfe="_roleCharacterIcon2type4_10bj2_1523",qfe="_btnVideos2type4_10bj2_1539",Jfe="_elJugadorAContainer2type4_10bj2_1575",Xfe="_title2type4_10bj2_1595",Zfe="_imagePlayerIcon2type4_10bj2_1623",Yfe="_dataContainer2type4_10bj2_1645",Kfe="_tarjetaDatosGstype4_10bj2_1675",Qfe={tarjetaDatosGsDesktoptype4:U1e,tarjetaDatosGsDesktop500type4:G1e,tarjetaDatosGs414type4:W1e,tarjetaDatosGs414500type4:q1e,tarjetaDatosGs414380type4:J1e,tarjetaDatosGs320type4:X1e,tarjetaDatosGs320380type4:Z1e,dataBox8type4:Y1e,dataBox8380type4:K1e,dataBoxtype4:Q1e,dataBox520type4:efe,dataBox480type4:tfe,dataBox3type4:afe,dataBox3520type4:ofe,dataBox4type4:sfe,dataBox4500type4:nfe,dataBox6type4:ife,dataBox6500type4:rfe,dataContainertype4:lfe,dataContainer520type4:cfe,dataContainer1type4:dfe,dataContainer1500type4:mfe,dataBox7type4:pfe,dataBox7380type4:hfe,div15type4:yfe,div15380type4:gfe,btnShareIcontype4:ufe,btnSharetype4:ffe,bakgBaseIcontype4:_fe,roleCharacterIcontype4:bfe,verVideostype4:wfe,btnVideostype4:Cfe,playerNametype4:kfe,elJugadortype4:Sfe,aSeguirtype4:Efe,elJugadorAContainertype4:Nfe,titletype4:$fe,baseCardtype4:Bfe,imagePlayerIcontype4:xfe,arrowGraphIcontype4:Vfe,divtype4:Ife,totaltype4:Afe,div1type4:Ofe,btnShareIcon1type4:Tfe,btnShare1type4:Ffe,bakgBaseIcon1type4:zfe,bakgBaseIcon2type4:Rfe,roleCharacterIcon1type4:Pfe,btnVideos1type4:Dfe,playerName1type4:jfe,elJugadorAContainer1type4:Lfe,title1type4:vfe,baseCard1type4:Mfe,imagePlayerIcon1type4:Hfe,total4type4:Ufe,div9type4:Gfe,roleCharacterIcon2type4:Wfe,btnVideos2type4:qfe,elJugadorAContainer2type4:Jfe,title2type4:Xfe,imagePlayerIcon2type4:Zfe,dataContainer2type4:Yfe,tarjetaDatosGstype4:Kfe},iw=(e,a)=>{const o=e.__vccOpts||e;for(const[s,n]of a)o[s]=n;return o},Hh={components:{},props:{data:{type:Object,default:()=>{}},clickCard:{type:Boolean,default:!1},colorcard:{type:String,default:"#122736"},showShareButton:{type:Boolean,default:!1},customizeColors:{type:Boolean,default:!0}},data(){return{}},computed:{tarjetaDatosGsDesktopClass(){return this.elementSize.width<=500?this.$style.tarjetaDatosGsDesktop500type4:this.$style.tarjetaDatosGsDesktoptype4},tarjetaDatosGs414Class(){const e=this.elementSize.width;return e<=380?this.$style.tarjetaDatosGs414380type4:e<=500?this.$style.tarjetaDatosGs414500type4:this.$style.tarjetaDatosGs414type4},tarjetaDatosGs320Class(){return this.elementSize.width<=380?this.$style.tarjetaDatosGs320380type4:this.$style.tarjetaDatosGs320type4},dataBox8Class(){return this.elementSize.width<=380?this.$style.dataBox8380type4:this.$style.dataBox8type4},dataBoxClass(){const e=this.elementSize.width;return e<=480?this.$style.dataBox480type4:e<=520?this.$style.dataBox520type4:this.$style.dataBoxtype4},dataBox3Class(){return this.elementSize.width<=520?this.$style.dataBox3520type4:this.$style.dataBox3type4},dataBox4Class(){return this.elementSize.width<=500?this.$style.dataBox4500type4:this.$style.dataBox4type4},dataBox6Class(){return this.elementSize.width<=500?this.$style.dataBox6500type4:this.$style.dataBox6type4},dataBox7Class(){return this.elementSize.width<=380?this.$style.dataBox7380type4:this.$style.dataBox7type4},dataContainerClass(){return this.elementSize.width<=520?this.$style.dataContainer520type4:this.$style.dataContainertype4},dataContainer1Class(){return this.elementSize.width<=500?this.$style.dataContainer1500type4:this.$style.dataContainer1type4},div15Class(){return this.elementSize.width<=380?this.$style.div15380type4:this.$style.div15type4}},setup(){const e=t.ref("myDivRefCardtype4"),{elementSize:a}=H1e(e);return{myDivRefCardtype4:e,elementSize:a}},methods:{clickPlayer(e){this.clickCard&&this.$emit("onClickCard",e)},clickVideos(e){this.clickCard||this.$emit("onClickVideos",e)},clickCategory(e){this.clickCard||this.$emit("onClickCategory",e)}}},rw=()=>{t.useCssVars(e=>({"7bc9b81e":e.data.background_color_cards!=null&&e.customizeColors?e.data.background_color_cards:"#1b3649","6514a768":e.data.background_color_buttons!=null&&e.customizeColors?e.data.background_color_buttons:"#293744","26dc20dc":e.customizeColors?"":"#cbee6b","5fbc2a35":e.colorcard,"1132a00d":e.data.font_color!=null&&e.customizeColors?e.data.font_color:"#fff"}))},lw=Hh.setup;Hh.setup=lw?(e,a)=>(rw(),lw(e,a)):rw;const e_e=t.createElementVNode("path",{d:"M14.886 14.0466C14.1404 14.0466 13.4733 14.3409 12.9632 14.8019L5.96863 10.7308C6.01768 10.5052 6.05692 10.2795 6.05692 10.0441C6.05692 9.80867 6.01768 9.58304 5.96863 9.35741L12.8847 5.32551C13.4145 5.81601 14.111 6.12012 14.886 6.12012C15.6665 6.12012 16.4151 5.81005 16.967 5.25814C17.5189 4.70622 17.829 3.95765 17.829 3.17712C17.829 2.39659 17.5189 1.64803 16.967 1.09611C16.4151 0.544195 15.6665 0.234131 14.886 0.234131C14.1054 0.234131 13.3569 0.544195 12.8049 1.09611C12.253 1.64803 11.9429 2.39659 11.9429 3.17712C11.9429 3.41256 11.9822 3.63819 12.0312 3.86382L5.11516 7.89572C4.58542 7.40523 3.8889 7.10112 3.11391 7.10112C2.33337 7.10112 1.58481 7.41118 1.03289 7.9631C0.480965 8.51502 0.170898 9.26358 0.170898 10.0441C0.170898 10.8246 0.480965 11.5732 1.03289 12.1251C1.58481 12.677 2.33337 12.9871 3.11391 12.9871C3.8889 12.9871 4.58542 12.683 5.11516 12.1925L12.0999 16.2636C12.0509 16.4696 12.0214 16.6855 12.0214 16.9111C12.0214 18.4905 13.3065 19.7658 14.886 19.7658C16.4654 19.7658 17.7505 18.4905 17.7505 16.9111C17.7505 16.1514 17.4487 15.4228 16.9115 14.8856C16.3743 14.3484 15.6457 14.0466 14.886 14.0466Z",fill:"#F4F4F4","fill-opacity":"0.5"},null,-1),t_e=[e_e],a_e=["src"],o_e={"clip-path":"url(#clip0_59_831)"},s_e=["fill"],n_e=t.createElementVNode("defs",null,[t.createElementVNode("clipPath",{id:"clip0_59_831"},[t.createElementVNode("rect",{width:"12",height:"12",fill:"white",transform:"translate(0.375 0.637695)"})])],-1),i_e=["src"],r_e=["fill"],l_e=["fill"],c_e=["fill"],d_e=t.createElementVNode("path",{d:"M10.2126 9.10136C9.73332 9.10136 9.30448 9.29055 8.97655 9.58695L4.48004 6.96979C4.51158 6.82474 4.5368 6.67969 4.5368 6.52834C4.5368 6.37699 4.51158 6.23194 4.48004 6.08689L8.92609 3.49495C9.26664 3.81027 9.7144 4.00577 10.2126 4.00577C10.7144 4.00577 11.1956 3.80645 11.5504 3.45164C11.9052 3.09684 12.1045 2.61562 12.1045 2.11385C12.1045 1.61208 11.9052 1.13086 11.5504 0.776056C11.1956 0.421251 10.7144 0.221924 10.2126 0.221924C9.71084 0.221924 9.22962 0.421251 8.87481 0.776056C8.52 1.13086 8.32067 1.61208 8.32067 2.11385C8.32067 2.2652 8.3459 2.41025 8.37743 2.5553L3.93138 5.14723C3.59083 4.83191 3.14308 4.63641 2.64487 4.63641C2.14309 4.63641 1.66187 4.83574 1.30706 5.19055C0.952258 5.54535 0.75293 6.02657 0.75293 6.52834C0.75293 7.03011 0.952258 7.51133 1.30706 7.86613C1.66187 8.22094 2.14309 8.42026 2.64487 8.42026C3.14308 8.42026 3.59083 8.22476 3.93138 7.90944L8.42158 10.5266C8.39004 10.659 8.37113 10.7978 8.37113 10.9428C8.37113 11.9582 9.19727 12.778 10.2126 12.778C11.2279 12.778 12.0541 11.9582 12.0541 10.9428C12.0541 10.4544 11.8601 9.98605 11.5147 9.64071C11.1694 9.29537 10.701 9.10136 10.2126 9.10136Z",fill:"#F4F4F4","fill-opacity":"0.5"},null,-1),m_e=[d_e],p_e=["src"],h_e=["fill"],y_e=["src"],g_e=["fill"],u_e=["fill"],f_e=["fill"],__e=t.createElementVNode("path",{d:"M10.2126 9.10111C9.73332 9.10111 9.30448 9.2903 8.97655 9.58671L4.48004 6.96954C4.51158 6.8245 4.5368 6.67945 4.5368 6.52809C4.5368 6.37674 4.51158 6.23169 4.48004 6.08665L8.92609 3.49471C9.26664 3.81003 9.7144 4.00553 10.2126 4.00553C10.7144 4.00553 11.1956 3.8062 11.5504 3.4514C11.9052 3.09659 12.1045 2.61537 12.1045 2.1136C12.1045 1.61183 11.9052 1.13062 11.5504 0.775812C11.1956 0.421007 10.7144 0.22168 10.2126 0.22168C9.71084 0.22168 9.22962 0.421007 8.87481 0.775812C8.52 1.13062 8.32067 1.61183 8.32067 2.1136C8.32067 2.26496 8.3459 2.41001 8.37743 2.55505L3.93138 5.14699C3.59083 4.83167 3.14308 4.63617 2.64487 4.63617C2.14309 4.63617 1.66187 4.8355 1.30706 5.1903C0.952258 5.54511 0.75293 6.02633 0.75293 6.52809C0.75293 7.02986 0.952258 7.51108 1.30706 7.86589C1.66187 8.22069 2.14309 8.42002 2.64487 8.42002C3.14308 8.42002 3.59083 8.22452 3.93138 7.9092L8.42158 10.5264C8.39004 10.6588 8.37113 10.7975 8.37113 10.9426C8.37113 11.9579 9.19727 12.7778 10.2126 12.7778C11.2279 12.7778 12.0541 11.9579 12.0541 10.9426C12.0541 10.4542 11.8601 9.98581 11.5147 9.64047C11.1694 9.29512 10.701 9.10111 10.2126 9.10111Z",fill:"#F4F4F4","fill-opacity":"0.5"},null,-1),b_e=[__e],w_e=["src"],C_e=["fill"],k_e=["src"],S_e=["fill"],E_e=["fill"],N_e=["fill"];function $_e(e,a,o,s,n,i){return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(e.$style.tarjetaDatosGstype4),ref:"myDivRefCardtype4",onClick:a[10]||(a[10]=r=>i.clickPlayer({season_id:o.data.id_season,player_id:o.data.player_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(i.tarjetaDatosGsDesktopClass),id:"card-desktop"},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.baseCardtype4)},[o.showShareButton?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(e.$style.btnSharetype4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.btnShareIcontype4),width:"18",height:"20",viewBox:"0 0 18 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t_e,2))],2)):t.createCommentVNode("",!0),o.data.background!=""?(t.openBlock(),t.createElementBlock("img",{key:1,class:t.normalizeClass(e.$style.bakgBaseIcontype4),alt:"",src:o.data.background},null,10,a_e)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(e.$style.btnVideostype4),onClick:a[0]||(a[0]=r=>i.clickVideos({season_id:o.data.id_season,player_id:o.data.player_id,game_id:o.data.game_id,category:0,type:2}))},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.roleCharacterIcontype4),width:"13",height:"13",viewBox:"0 0 13 13",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("g",o_e,[t.createElementVNode("path",{d:"M2.67705 12.0654C2.58553 12.0133 2.50903 11.9355 2.4558 11.8404C2.40257 11.7452 2.37464 11.6363 2.375 11.5255V1.74838C2.37513 1.63789 2.40325 1.5295 2.45637 1.43474C2.50949 1.33998 2.58563 1.26238 2.6767 1.21019C2.76776 1.15801 2.87035 1.13319 2.97355 1.13837C3.07675 1.14355 3.17671 1.17854 3.2628 1.23962L10.1203 6.12875C10.1987 6.18445 10.2629 6.25998 10.3073 6.34864C10.3518 6.4373 10.375 6.53633 10.375 6.63692C10.375 6.73751 10.3518 6.83654 10.3073 6.9252C10.2629 7.01386 10.1987 7.0894 10.1203 7.1451L3.2628 12.0354C3.17684 12.0966 3.07696 12.1317 2.9738 12.137C2.87065 12.1423 2.76809 12.1175 2.67705 12.0654V12.0654ZM2.94673 11.5266L9.80426 6.6375L2.94673 11.5266Z",fill:o.data.color_icon_play!=null&&o.customizeColors?o.data.color_icon_play:"#CBEE6B"},null,8,s_e)]),n_e],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.verVideostype4)},"Ver videos",2)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.titletype4),id:"title-info"},[t.createElementVNode("h4",{class:t.normalizeClass(e.$style.playerNametype4),id:"player-name"},t.toDisplayString(o.data.player_name),3),t.createElementVNode("h2",{class:t.normalizeClass(e.$style.elJugadorAContainertype4),id:"title-card"},[t.createElementVNode("p",{class:t.normalizeClass(e.$style.elJugadortype4)},t.toDisplayString(o.data.main_title),3),t.createElementVNode("p",{class:t.normalizeClass(e.$style.aSeguirtype4)},t.toDisplayString(o.data.second_title),3)],2)],2)],2),o.data.player_photo!=""?(t.openBlock(),t.createElementBlock("img",{key:0,class:t.normalizeClass(e.$style.imagePlayerIcontype4),alt:"",src:o.data.player_photo},null,10,i_e)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(i.dataContainerClass),id:"data-container"},[o.data.category_stats_1!==""?(t.openBlock(),t.createElementBlock("div",{key:0,style:t.normalizeStyle("color:"+o.data.font_color_card+"!important"),class:t.normalizeClass(i.dataBoxClass),onClick:a[1]||(a[1]=r=>i.clickCategory({category:o.data.category_id_1,season_id:o.data.id_season,player_id:o.data.player_id,game_id:o.data.game_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.totaltype4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",fill:o.data.font_color_card},null,8,r_e)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_1),3)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.div1type4)},t.toDisplayString(o.data.category_name_1),3)],6)):t.createCommentVNode("",!0),o.data.category_stats_2!==""?(t.openBlock(),t.createElementBlock("div",{key:1,style:t.normalizeStyle({color:o.data.font_color_card+"!important"}),class:t.normalizeClass(i.dataBoxClass),onClick:a[2]||(a[2]=r=>i.clickCategory({category:o.data.category_id_2,season_id:o.data.id_season,player_id:o.data.player_id,game_id:o.data.game_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.totaltype4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",fill:o.data.font_color_card},null,8,l_e)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_2),3)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.div1type4)},t.toDisplayString(o.data.category_name_2),3)],6)):t.createCommentVNode("",!0),o.data.showlast_category&&o.data.category_stats_3!==""?(t.openBlock(),t.createElementBlock("div",{key:2,style:t.normalizeStyle({color:o.data.font_color_card+"!important"}),class:t.normalizeClass(i.dataBoxClass),onClick:a[3]||(a[3]=r=>i.clickCategory({category:o.data.category_id_3,season_id:o.data.id_season,player_id:o.data.player_id,game_id:o.data.game_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.totaltype4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",fill:o.data.font_color_card},null,8,c_e)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_3),3)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.div1type4)},t.toDisplayString(o.data.category_name_3),3)],6)):t.createCommentVNode("",!0)],2)],2),t.createElementVNode("div",{class:t.normalizeClass(i.tarjetaDatosGs414Class),id:"card-mobile-414"},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.baseCard1type4)},[o.showShareButton?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(e.$style.btnShare1type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.btnShareIcon1type4),width:"13",height:"13",viewBox:"0 0 13 13",fill:"none",xmlns:"http://www.w3.org/2000/svg"},m_e,2))],2)):t.createCommentVNode("",!0),o.data.background!=""?(t.openBlock(),t.createElementBlock("img",{key:1,class:t.normalizeClass(e.$style.bakgBaseIcon1type4),alt:"",src:o.data.background},null,10,p_e)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(e.$style.btnVideos1type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.roleCharacterIcon1type4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",fill:o.data.color_icon_play!=null&&o.customizeColors?o.data.color_icon_play:"#CBEE6B"},null,8,h_e)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.verVideostype4)},"Ver videos",2)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.title1type4),id:"title-info"},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.playerName1type4)},t.toDisplayString(o.data.player_name),3),t.createElementVNode("h2",{class:t.normalizeClass(e.$style.elJugadorAContainer1type4),id:"title-card"},[t.createElementVNode("p",{class:t.normalizeClass(e.$style.elJugadortype4)},t.toDisplayString(o.data.main_title),3),t.createElementVNode("p",{class:t.normalizeClass(e.$style.aSeguirtype4)},t.toDisplayString(o.data.second_title),3)],2)],2)],2),o.data.player_photo!=""?(t.openBlock(),t.createElementBlock("img",{key:0,class:t.normalizeClass(e.$style.imagePlayerIcon1type4),alt:"",src:o.data.player_photo},null,10,y_e)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(i.dataContainer1Class),id:"data-container"},[o.data.category_stats_1!==""?(t.openBlock(),t.createElementBlock("div",{key:0,style:t.normalizeStyle("color:"+o.data.font_color_card+"!important"),class:t.normalizeClass(i.dataBox4Class),onClick:a[4]||(a[4]=r=>i.clickCategory({category:o.data.category_id_1,season_id:o.data.id_season,player_id:o.data.player_id,game_id:o.data.game_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.total4type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",fill:o.data.font_color_card},null,8,g_e)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_1),3)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.div9type4)},t.toDisplayString(o.data.category_name_1),3)],6)):t.createCommentVNode("",!0),o.data.category_stats_2!==""?(t.openBlock(),t.createElementBlock("div",{key:1,style:t.normalizeStyle("color:"+o.data.font_color_card+"!important"),class:t.normalizeClass(i.dataBox4Class),onClick:a[5]||(a[5]=r=>i.clickCategory({category:o.data.category_id_2,season_id:o.data.id_season,player_id:o.data.player_id,game_id:o.data.game_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.total4type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",fill:o.data.font_color_card},null,8,u_e)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_2),3)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.div9type4)},t.toDisplayString(o.data.category_name_2),3)],6)):t.createCommentVNode("",!0),o.data.showlast_category&&o.data.category_stats_3!==""?(t.openBlock(),t.createElementBlock("div",{key:2,style:t.normalizeStyle("color:"+o.data.font_color_card+"!important"),class:t.normalizeClass(i.dataBox6Class),onClick:a[6]||(a[6]=r=>i.clickCategory({category:o.data.category_id_3,season_id:o.data.id_season,player_id:o.data.player_id,game_id:o.data.game_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.total4type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",fill:o.data.font_color_card},null,8,f_e)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_3),3)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.div9type4)},t.toDisplayString(o.data.category_name_3),3)],6)):t.createCommentVNode("",!0)],2)],2),t.createElementVNode("div",{class:t.normalizeClass(i.tarjetaDatosGs320Class)},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.baseCard1type4)},[o.showShareButton?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(e.$style.btnShare1type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.btnShareIcon1type4),width:"13",height:"13",viewBox:"0 0 13 13",fill:"none",xmlns:"http://www.w3.org/2000/svg"},b_e,2))],2)):t.createCommentVNode("",!0),o.data.background!=""?(t.openBlock(),t.createElementBlock("img",{key:1,class:t.normalizeClass(e.$style.bakgBaseIcon2type4),alt:"",src:o.data.background},null,10,w_e)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(e.$style.btnVideos2type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.roleCharacterIcon2type4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188781 8.4474C0.131578 8.40953 0.0837666 8.35295 0.0505 8.28375C0.0172333 8.21456 -0.000226673 8.13538 2.22194e-06 8.05474V0.944134C8.08686e-05 0.863779 0.0176551 0.784951 0.0508567 0.716032C0.0840582 0.647113 0.131646 0.590677 0.188562 0.552724C0.245478 0.514772 0.309594 0.49672 0.374094 0.50049C0.438595 0.504259 0.50107 0.529707 0.554877 0.57413L4.84083 4.12986C4.88978 4.17036 4.92993 4.2253 4.9577 4.28978C4.98547 4.35426 5 4.42628 5 4.49944C5 4.5726 4.98547 4.64462 4.9577 4.7091C4.92993 4.77358 4.88978 4.82852 4.84083 4.86902L0.554877 8.42559C0.501152 8.47011 0.438726 8.49565 0.374253 8.49949C0.30978 8.50333 0.245678 8.48533 0.188781 8.4474V8.4474ZM0.357334 8.05558L4.64329 4.49986L0.357334 8.05558Z",fill:o.data.color_icon_play!=null&&o.customizeColors?o.data.color_icon_play:"#CBEE6B"},null,8,C_e)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.verVideostype4)},"Ver videos",2)],2),t.createElementVNode("div",{class:t.normalizeClass(e.$style.title2type4),id:"title-info"},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.playerName1type4)},t.toDisplayString(o.data.player_name),3),t.createElementVNode("h2",{class:t.normalizeClass(e.$style.elJugadorAContainer2type4),id:"title-card"},[t.createElementVNode("p",{class:t.normalizeClass(e.$style.elJugadortype4)},t.toDisplayString(o.data.main_title),3),t.createElementVNode("p",{class:t.normalizeClass(e.$style.aSeguirtype4)},t.toDisplayString(o.data.second_title),3)],2)],2)],2),o.data.player_photo!=""?(t.openBlock(),t.createElementBlock("img",{key:0,class:t.normalizeClass(e.$style.imagePlayerIcon2type4),alt:"",src:o.data.player_photo},null,10,k_e)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(e.$style.dataContainer2type4),id:"data-container"},[o.data.category_stats_1!==""?(t.openBlock(),t.createElementBlock("div",{key:0,style:t.normalizeStyle("color:"+o.data.font_color_card+"!important"),class:t.normalizeClass(i.dataBox7Class),onClick:a[7]||(a[7]=r=>i.clickCategory({category:o.data.category_id_1,season_id:o.data.id_season,player_id:o.data.player_id,game_id:o.data.game_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.total4type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188777 8.8403C0.131575 8.80242 0.0837648 8.74584 0.0504989 8.67665C0.0172329 8.60746 -0.000226668 8.52828 2.22189e-06 8.44765V1.33719C8.08668e-05 1.25684 0.0176547 1.17801 0.0508556 1.10909C0.0840564 1.04018 0.131643 0.983741 0.188558 0.94579C0.245472 0.907838 0.309587 0.889787 0.374086 0.893556C0.438586 0.897325 0.501059 0.922773 0.554865 0.967195L4.84073 4.52284C4.88968 4.56335 4.92982 4.61829 4.95759 4.68277C4.98536 4.74724 4.99989 4.81926 4.99989 4.89242C4.99989 4.96557 4.98536 5.03759 4.95759 5.10207C4.92982 5.16655 4.88968 5.22149 4.84073 5.26199L0.554865 8.81848C0.501141 8.863 0.438716 8.88854 0.374245 8.89238C0.309774 8.89623 0.245673 8.87822 0.188777 8.8403V8.8403ZM0.357326 8.44849L4.64319 4.89284L0.357326 8.44849Z",fill:o.data.font_color_card},null,8,S_e)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_1),3)],2),t.createElementVNode("div",{class:t.normalizeClass(i.div15Class)},t.toDisplayString(o.data.category_name_1),3)],6)):t.createCommentVNode("",!0),o.data.category_stats_2!==""?(t.openBlock(),t.createElementBlock("div",{key:1,style:t.normalizeStyle("color:"+o.data.font_color_card+"!important"),class:t.normalizeClass(i.dataBox8Class),onClick:a[8]||(a[8]=r=>i.clickCategory({category:o.data.category_id_2,season_id:o.data.id_season,player_id:o.data.player_id,game_id:o.data.game_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.total4type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"5",height:"9",viewBox:"0 0 5 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.188777 8.8403C0.131575 8.80242 0.0837648 8.74584 0.0504989 8.67665C0.0172329 8.60746 -0.000226668 8.52828 2.22189e-06 8.44765V1.33719C8.08668e-05 1.25684 0.0176547 1.17801 0.0508556 1.10909C0.0840564 1.04018 0.131643 0.983741 0.188558 0.94579C0.245472 0.907838 0.309587 0.889787 0.374086 0.893556C0.438586 0.897325 0.501059 0.922773 0.554865 0.967195L4.84073 4.52284C4.88968 4.56335 4.92982 4.61829 4.95759 4.68277C4.98536 4.74724 4.99989 4.81926 4.99989 4.89242C4.99989 4.96557 4.98536 5.03759 4.95759 5.10207C4.92982 5.16655 4.88968 5.22149 4.84073 5.26199L0.554865 8.81848C0.501141 8.863 0.438716 8.88854 0.374245 8.89238C0.309774 8.89623 0.245673 8.87822 0.188777 8.8403V8.8403ZM0.357326 8.44849L4.64319 4.89284L0.357326 8.44849Z",fill:o.data.font_color_card},null,8,E_e)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_2),3)],2),t.createElementVNode("div",{class:t.normalizeClass(i.div15Class)},t.toDisplayString(o.data.category_name_2),3)],6)):t.createCommentVNode("",!0),o.data.showlast_category&&o.data.category_stats_3!==""?(t.openBlock(),t.createElementBlock("div",{key:2,style:t.normalizeStyle("color:"+o.data.font_color_card+"!important"),class:t.normalizeClass(i.dataBox8Class),onClick:a[9]||(a[9]=r=>i.clickCategory({category:o.data.category_id_3,season_id:o.data.id_season,player_id:o.data.player_id,game_id:o.data.game_id,type:2}))},[t.createElementVNode("div",{class:t.normalizeClass(e.$style.total4type4)},[(t.openBlock(),t.createElementBlock("svg",{class:t.normalizeClass(e.$style.arrowGraphIcontype4),width:"6",height:"9",viewBox:"0 0 6 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[t.createElementVNode("path",{d:"M0.474421 8.8403C0.41722 8.80242 0.369409 8.74584 0.336143 8.67665C0.302877 8.60746 0.285418 8.52828 0.285647 8.44765V1.33719C0.285725 1.25684 0.303299 1.17801 0.3365 1.10909C0.369701 1.04018 0.417288 0.983741 0.474202 0.94579C0.531117 0.907838 0.595232 0.889787 0.659731 0.893556C0.72423 0.897325 0.786704 0.922773 0.84051 0.967195L5.12637 4.52284C5.17532 4.56335 5.21547 4.61829 5.24324 4.68277C5.271 4.74724 5.28554 4.81926 5.28554 4.89242C5.28554 4.96557 5.271 5.03759 5.24324 5.10207C5.21547 5.16655 5.17532 5.22149 5.12637 5.26199L0.84051 8.81848C0.786786 8.863 0.724361 8.88854 0.659889 8.89238C0.595418 8.89623 0.531318 8.87822 0.474421 8.8403V8.8403ZM0.64297 8.44849L4.92883 4.89284L0.64297 8.44849Z",fill:o.data.font_color_card},null,8,N_e)],2)),t.createElementVNode("div",{class:t.normalizeClass(e.$style.divtype4)},t.toDisplayString(o.data.category_stats_3),3)],2),t.createElementVNode("div",{class:t.normalizeClass(i.div15Class)},t.toDisplayString(o.data.category_name_3),3)],6)):t.createCommentVNode("",!0)],2)],2)],2)}const B_e={$style:Qfe},x_e=iw(Hh,[["render",$_e],["__cssModules",B_e]]),V_e={components:{GSCCarousel:M1e,GSCCardData:x_e},props:{type:{type:Number,default:0},data:{type:Object,default:()=>{}},clickCard:{type:Boolean,default:!1},prematch:{type:Boolean,default:!1},teamSelected:{type:Number,default:0},colorCardByTeam:{type:Boolean,default:!1},showShareButton:{type:Boolean,default:!1},customizeColors:{type:Boolean,default:!0}},data(){return{token:"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MCwibmFtZSI6IlVzdWFyaW8gRnJlZSIsInVzZXJuYW1lIjoiZnJlZUBnb2xzdGF0cy5jb20iLCJlbWFpbCI6ImZyZWVAZ29sc3RhdHMuY29tIiwiaWF0IjoxNjA2NzU4Nzk1LCJleHAiOjE2MzgyOTQ3OTV9.kPNmP7yDtk38cAXrUyc7OHRh6J25VFqy-XUNzbK-4YE",pages:[],homeTeam:[],awayTeam:[],playerInfo:{}}},computed:{},watch:{data:{immediate:!0,handler(e){this.getStats(e)}}},methods:{onclickPlayVideos(e){var a=[];e.type==2?e.position_id==1?e.category==0?a=[55,324,323,608,39,774,802,52,53,40,54]:a=e.category:e.category==0?a=[12,35,10,27,607,61,519,98,101,109,112,121,122,127,128,135,136,141,142,161,170,179,702,730,466,217,211,232,235,239,242,282,284,289,291,296,485,486,487,488,14,15,257]:a=e.category:e.type==3?e.category==0?a=[607,608,12,55,54,35,14,52,15,53,466,477,40,257,39]:a=e.category:e.category!=0?a=e.category:a=[607,608,12,55,54,35,14,52,15,53,466,477];const o=[1,2,3];a==="minutes_played"&&(a=[56,57,59,60,326,213,214,215,216,583,584,122,123,124,125,585,586,128,129,130,131,133,327,587,588,136,137,138,139,589,590,142,143,144,145,146,147,485,486,487,488,489,490,491,492,10,27,597,598,538,539,599,600,541,542,601,602,545,546,603,604,548,549,561,562,100,563,564,103,104,105,106,107,108,565,566,111,567,568,114,115,116,117,118,119,4,88,5,34,402,459,460,461,233,403,456,457,458,236,404,453,454,455,240,405,450,451,452,243,408,447,448,449,283,409,444,445,446,285,410,441,442,443,290,411,438,439,440,292,412,435,436,437,297,414,415,416,417,244,418,419,420,421,401,581,582,331,506,530,579,580,334,507,531,577,578,344,508,532,575,576,424,509,533,573,574,341,529,534,571,572,340,528,535,569,570,427,527,536,348,349,350,465,352,353,354,466,14,52,15,53,218,219,220,221,496,497,498,499,500,501,502,503,217,504,505,521,522,543,33,209,208,517,206,207,26,325,16,51,463,151,154,156,591,592,159,162,163,429,165,593,594,168,171,172,430,174,595,596,177,180,181,431,467,358,361,363,366,369,370,469,372,376,378,379,470,381,385,387,388,471,607,608,210,212]),a==="games_played"&&(a=[607,608,12,55,54,35,14,52,15,53,466,477]);let s={seasonId:e.season_id,mainSectionType:1,playListType:e.type,categoryIds:a,gameIds:e.game_id?[e.game_id]:null,playerIds:e.position_id!=1?e.player_id?[e.player_id]:[]:[],goalkeeperIds:e.position_id==1?e.player_id?[e.player_id]:[]:[],teamId:e.team_id?[e.team_id]:0,matchResult:e.matchResult?[e.matchResult]:o,playData:{},advancedFilter:{playListTitle:"",mainCategoryId:e.category||0}};this.$emit("openmedia",s)},async getStats(){const e=await h1e.create({headers:{Authorization:`${this.token}`}}).get("https://wlduw4woy3.execute-api.us-east-2.amazonaws.com/prod/best-plays/seasons/"+this.data.season+"/games/"+this.data.game);for(let a=0;a<e.data.games[0].players.length;a++)this.type==0?this.pages.push([{id_season:e.data.games[0].players[a].season_id,color:e.data.games[0].players[a].info_thumbnails.colors.background_color,player_id:e.data.games[0].players[a].player_id,player_name:e.data.games[0].players[a].player_name,game_id:e.data.games[0].game_status===4?null:e.data.games[0].game_id,background:e.data.games[0].players[a].info_thumbnails.images.background_player_in_action[0]?"https://golstatsimages.blob.core.windows.net/images-library/"+e.data.games[0].players[a].info_thumbnails.images.background_player_in_action[0]:"https://golstatsimages.blob.core.windows.net/images-library/"+e.data.games[0].players[a].info_thumbnails.images.background_default_players[0],player_photo:e.data.games[0].players[a].info_thumbnails.images.player_in_action[0]?"https://golstatsimages.blob.core.windows.net/images-library/"+e.data.games[0].players[a].info_thumbnails.images.player_in_action[0]:`https://az755631.vo.msecnd.net/players-profile/${e.data.games[0].players[a].player_id}.png`,category_stats_1:this.prematch?e.data.games[0].players[a].games_played:e.data.games[0].players[a].minutes_played,category_stats_2:this.prematch?e.data.games[0].players[a].minutes_played:e.data.games[0].players[a].categories[0].total,category_stats_3:this.prematch?e.data.games[0].players[a].categories[0].total:e.data.games[0].players[a].categories[1]?e.data.games[0].players[a].categories[1].total:"",category_id_1:this.prematch?"games_played":"minutes_played",category_id_2:this.prematch?"minutes_played":e.data.games[0].players[a].categories[0].categories,category_id_3:this.prematch?e.data.games[0].players[a].categories[0].categories:e.data.games[0].players[a].categories[1]?e.data.games[0].players[a].categories[1].categories:"",category_name_1:this.prematch?"Partidos Jugados":"Minutos Jugados",category_name_2:this.prematch?"Minutos Jugados":e.data.games[0].players[a].categories[0].category_name,category_name_3:this.prematch?e.data.games[0].players[a].categories[0].category_name:e.data.games[0].players[a].categories[1]?e.data.games[0].players[a].categories[1].category_name:"",showlast_category:!!e.data.games[0].players[a].categories[0],main_title:(this.prematch,"Jugador"),second_title:this.prematch?"A seguir":"Destacado",background_color_buttons:e.data.games[0].players[a].info_thumbnails.colors.background_color_buttons,background_color_cards:e.data.games[0].players[a].info_thumbnails.colors.background_color_cards,color_icon_play:e.data.games[0].players[a].info_thumbnails.colors.color_icon_play,color_next_back:e.data.games[0].players[a].info_thumbnails.colors.color_next_back,font_color:e.data.games[0].players[a].info_thumbnails.colors.font_color,font_color_card:e.data.games[0].players[a].info_thumbnails.colors.font_color_cards?e.data.games[0].players[a].info_thumbnails.colors.font_color_cards:"#FFFFFF"}]):this.teamSelected==e.data.games[0].players[a].team_id&&this.pages.push([{id_season:e.data.games[0].players[a].season_id,color:e.data.games[0].players[a].info_thumbnails.colors.background_color,player_id:e.data.games[0].players[a].player_id,player_name:e.data.games[0].players[a].player_name,game_id:e.data.games[0].game_status===4?null:e.data.games[0].game_id,background:e.data.games[0].players[a].info_thumbnails.images.background_player_in_action[0]?"https://golstatsimages.blob.core.windows.net/images-library/"+e.data.games[0].players[a].info_thumbnails.images.background_player_in_action[0]:"https://golstatsimages.blob.core.windows.net/images-library/"+e.data.games[0].players[a].info_thumbnails.images.background_default_players[0],player_photo:e.data.games[0].players[a].info_thumbnails.images.player_in_action[0]?"https://golstatsimages.blob.core.windows.net/images-library/"+e.data.games[0].players[a].info_thumbnails.images.player_in_action[0]:`https://az755631.vo.msecnd.net/players-profile/${e.data.games[0].players[a].player_id}.png`,category_stats_1:this.prematch?e.data.games[0].players[a].games_played:e.data.games[0].players[a].minutes_played,category_stats_2:this.prematch?e.data.games[0].players[a].minutes_played:e.data.games[0].players[a].categories[0].total,category_stats_3:this.prematch?e.data.games[0].players[a].categories[0].total:e.data.games[0].players[a].categories[1]?e.data.games[0].players[a].categories[1].total:"",category_id_1:this.prematch?"games_played":"minutes_played",category_id_2:this.prematch?"minutes_played":e.data.games[0].players[a].categories[0].categories,category_id_3:this.prematch?e.data.games[0].players[a].categories[0].categories:e.data.games[0].players[a].categories[1]?e.data.games[0].players[a].categories[1].categories:"",category_name_1:this.prematch?"Partidos Jugados":"Minutos Jugados",category_name_2:this.prematch?"Minutos Jugados":e.data.games[0].players[a].categories[0].category_name,category_name_3:this.prematch?e.data.games[0].players[a].categories[0].category_name:e.data.games[0].players[a].categories[1]?e.data.games[0].players[a].categories[1].category_name:"",showlast_category:!!e.data.games[0].players[a].categories[1],main_title:this.prematch?"El jugador":"Jugador",second_title:this.prematch?"A seguir":"Destacado",background_color_buttons:e.data.games[0].players[a].info_thumbnails.colors.background_color_buttons,background_color_cards:e.data.games[0].players[a].info_thumbnails.colors.background_color_cards,color_icon_play:e.data.games[0].players[a].info_thumbnails.colors.color_icon_play,color_next_back:e.data.games[0].players[a].info_thumbnails.colors.color_next_back,font_color:e.data.games[0].players[a].info_thumbnails.colors.font_color,font_color_card:e.data.games[0].players[a].info_thumbnails.colors.font_color_cards?e.data.games[0].players[a].info_thumbnails.colors.font_color_cards:"#FFFFFF"}])},onClickVideos(e){this.$emit("onClickVideos",e)},onClickCard(e){this.$emit("onClickCard",e)},onClickCategory(e){this.$emit("onClickCategory",e)},clickMore(){this.$emit("onViewMore",!0)}}},I_e=e=>(t.pushScopeId("data-v-9fbf19b6"),e=e(),t.popScopeId(),e),A_e={class:"gsdata"},O_e={class:"gsc-gsdata-carrousel"},T_e={key:0,class:"title-header"},F_e=I_e(()=>t.createElementVNode("div",{class:"title-header-title"},"Datos GolStats",-1)),z_e={class:"row-table-carrousel"};function R_e(e,a,o,s,n,i){const r=t.resolveComponent("GSCCardData"),c=t.resolveComponent("GSCCarousel");return t.openBlock(),t.createElementBlock("div",A_e,[t.createElementVNode("div",O_e,[o.teamSelected==0?(t.openBlock(),t.createElementBlock("div",T_e,[F_e,t.createElementVNode("div",{class:"title-header-btn",onClick:a[0]||(a[0]=(...y)=>i.clickMore&&i.clickMore(...y))},"Ver más")])):t.createCommentVNode("",!0),t.createVNode(c,{items:n.pages,wrapAround:!0,itemsToShow:1.1,areSlidesArrowsVisible:!0,areNavigationArrowsVisible:!1,isMainSlidePriority:!0,areSlidesArrowsRounded:!1,isPaginationVisible:!1,slideLeftArrowBackgroundImage:"none",slideRightArrowBackgroundImage:"none"},{default:t.withCtx(({item:y})=>[t.createElementVNode("div",z_e,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(y,(d,l)=>(t.openBlock(),t.createElementBlock(t.Fragment,{key:l},[o.colorCardByTeam?(t.openBlock(),t.createBlock(r,{key:1,type:4,colorcard:d.color,"click-card":o.clickCard,"show-share-button":o.showShareButton,"customize-colors":o.customizeColors,data:d,onOnClickVideos:i.onclickPlayVideos,onOnClickCategory:i.onclickPlayVideos},null,8,["colorcard","click-card","show-share-button","customize-colors","data","onOnClickVideos","onOnClickCategory"])):(t.openBlock(),t.createBlock(r,{key:0,type:4,"click-card":o.clickCard,"show-share-button":o.showShareButton,"customize-colors":o.customizeColors,data:d,onOnClickVideos:i.onclickPlayVideos,onOnClickCategory:i.onclickPlayVideos},null,8,["click-card","show-share-button","customize-colors","data","onOnClickVideos","onOnClickCategory"]))],64))),128))])]),_:1},8,["items"])])])}const P_e=iw(V_e,[["render",R_e],["__scopeId","data-v-9fbf19b6"]]);function cw(e,a){return function(){return e.apply(a,arguments)}}const{toString:D_e}=Object.prototype,{getPrototypeOf:Uh}=Object,$l=(e=>a=>{const o=D_e.call(a);return e[o]||(e[o]=o.slice(8,-1).toLowerCase())})(Object.create(null)),ua=e=>(e=e.toLowerCase(),a=>$l(a)===e),Bl=e=>a=>typeof a===e,{isArray:ts}=Array,xn=Bl("undefined");function j_e(e){return e!==null&&!xn(e)&&e.constructor!==null&&!xn(e.constructor)&&zt(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const dw=ua("ArrayBuffer");function L_e(e){let a;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?a=ArrayBuffer.isView(e):a=e&&e.buffer&&dw(e.buffer),a}const v_e=Bl("string"),zt=Bl("function"),mw=Bl("number"),xl=e=>e!==null&&typeof e=="object",M_e=e=>e===!0||e===!1,Vl=e=>{if($l(e)!=="object")return!1;const a=Uh(e);return(a===null||a===Object.prototype||Object.getPrototypeOf(a)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},H_e=ua("Date"),U_e=ua("File"),G_e=ua("Blob"),W_e=ua("FileList"),q_e=e=>xl(e)&&zt(e.pipe),J_e=e=>{let a;return e&&(typeof FormData=="function"&&e instanceof FormData||zt(e.append)&&((a=$l(e))==="formdata"||a==="object"&&zt(e.toString)&&e.toString()==="[object FormData]"))},X_e=ua("URLSearchParams"),Z_e=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function Vn(e,a,{allOwnKeys:o=!1}={}){if(e===null||typeof e>"u")return;let s,n;if(typeof e!="object"&&(e=[e]),ts(e))for(s=0,n=e.length;s<n;s++)a.call(null,e[s],s,e);else{const i=o?Object.getOwnPropertyNames(e):Object.keys(e),r=i.length;let c;for(s=0;s<r;s++)c=i[s],a.call(null,e[c],c,e)}}function pw(e,a){a=a.toLowerCase();const o=Object.keys(e);let s=o.length,n;for(;s-- >0;)if(n=o[s],a===n.toLowerCase())return n;return null}const hw=(()=>typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global)(),yw=e=>!xn(e)&&e!==hw;function Gh(){const{caseless:e}=yw(this)&&this||{},a={},o=(s,n)=>{const i=e&&pw(a,n)||n;Vl(a[i])&&Vl(s)?a[i]=Gh(a[i],s):Vl(s)?a[i]=Gh({},s):ts(s)?a[i]=s.slice():a[i]=s};for(let s=0,n=arguments.length;s<n;s++)arguments[s]&&Vn(arguments[s],o);return a}const Y_e=(e,a,o,{allOwnKeys:s}={})=>(Vn(a,(n,i)=>{o&&zt(n)?e[i]=cw(n,o):e[i]=n},{allOwnKeys:s}),e),K_e=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),Q_e=(e,a,o,s)=>{e.prototype=Object.create(a.prototype,s),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:a.prototype}),o&&Object.assign(e.prototype,o)},e2e=(e,a,o,s)=>{let n,i,r;const c={};if(a=a||{},e==null)return a;do{for(n=Object.getOwnPropertyNames(e),i=n.length;i-- >0;)r=n[i],(!s||s(r,e,a))&&!c[r]&&(a[r]=e[r],c[r]=!0);e=o!==!1&&Uh(e)}while(e&&(!o||o(e,a))&&e!==Object.prototype);return a},t2e=(e,a,o)=>{e=String(e),(o===void 0||o>e.length)&&(o=e.length),o-=a.length;const s=e.indexOf(a,o);return s!==-1&&s===o},a2e=e=>{if(!e)return null;if(ts(e))return e;let a=e.length;if(!mw(a))return null;const o=new Array(a);for(;a-- >0;)o[a]=e[a];return o},o2e=(e=>a=>e&&a instanceof e)(typeof Uint8Array<"u"&&Uh(Uint8Array)),s2e=(e,a)=>{const o=(e&&e[Symbol.iterator]).call(e);let s;for(;(s=o.next())&&!s.done;){const n=s.value;a.call(e,n[0],n[1])}},n2e=(e,a)=>{let o;const s=[];for(;(o=e.exec(a))!==null;)s.push(o);return s},i2e=ua("HTMLFormElement"),r2e=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(a,o,s){return o.toUpperCase()+s}),gw=(({hasOwnProperty:e})=>(a,o)=>e.call(a,o))(Object.prototype),l2e=ua("RegExp"),uw=(e,a)=>{const o=Object.getOwnPropertyDescriptors(e),s={};Vn(o,(n,i)=>{let r;(r=a(n,i,e))!==!1&&(s[i]=r||n)}),Object.defineProperties(e,s)},c2e=e=>{uw(e,(a,o)=>{if(zt(e)&&["arguments","caller","callee"].indexOf(o)!==-1)return!1;const s=e[o];if(zt(s)){if(a.enumerable=!1,"writable"in a){a.writable=!1;return}a.set||(a.set=()=>{throw Error("Can not rewrite read-only method '"+o+"'")})}})},d2e=(e,a)=>{const o={},s=n=>{n.forEach(i=>{o[i]=!0})};return ts(e)?s(e):s(String(e).split(a)),o},m2e=()=>{},p2e=(e,a)=>(e=+e,Number.isFinite(e)?e:a),Wh="abcdefghijklmnopqrstuvwxyz",fw="0123456789",_w={DIGIT:fw,ALPHA:Wh,ALPHA_DIGIT:Wh+Wh.toUpperCase()+fw},h2e=(e=16,a=_w.ALPHA_DIGIT)=>{let o="";const{length:s}=a;for(;e--;)o+=a[Math.random()*s|0];return o};function y2e(e){return!!(e&&zt(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const g2e=e=>{const a=new Array(10),o=(s,n)=>{if(xl(s)){if(a.indexOf(s)>=0)return;if(!("toJSON"in s)){a[n]=s;const i=ts(s)?[]:{};return Vn(s,(r,c)=>{const y=o(r,n+1);!xn(y)&&(i[c]=y)}),a[n]=void 0,i}}return s};return o(e,0)},u2e=ua("AsyncFunction"),f2e=e=>e&&(xl(e)||zt(e))&&zt(e.then)&&zt(e.catch),q={isArray:ts,isArrayBuffer:dw,isBuffer:j_e,isFormData:J_e,isArrayBufferView:L_e,isString:v_e,isNumber:mw,isBoolean:M_e,isObject:xl,isPlainObject:Vl,isUndefined:xn,isDate:H_e,isFile:U_e,isBlob:G_e,isRegExp:l2e,isFunction:zt,isStream:q_e,isURLSearchParams:X_e,isTypedArray:o2e,isFileList:W_e,forEach:Vn,merge:Gh,extend:Y_e,trim:Z_e,stripBOM:K_e,inherits:Q_e,toFlatObject:e2e,kindOf:$l,kindOfTest:ua,endsWith:t2e,toArray:a2e,forEachEntry:s2e,matchAll:n2e,isHTMLForm:i2e,hasOwnProperty:gw,hasOwnProp:gw,reduceDescriptors:uw,freezeMethods:c2e,toObjectSet:d2e,toCamelCase:r2e,noop:m2e,toFiniteNumber:p2e,findKey:pw,global:hw,isContextDefined:yw,ALPHABET:_w,generateString:h2e,isSpecCompliantForm:y2e,toJSONObject:g2e,isAsyncFn:u2e,isThenable:f2e};function be(e,a,o,s,n){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",a&&(this.code=a),o&&(this.config=o),s&&(this.request=s),n&&(this.response=n)}q.inherits(be,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:q.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const bw=be.prototype,ww={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{ww[e]={value:e}}),Object.defineProperties(be,ww),Object.defineProperty(bw,"isAxiosError",{value:!0}),be.from=(e,a,o,s,n,i)=>{const r=Object.create(bw);return q.toFlatObject(e,r,function(c){return c!==Error.prototype},c=>c!=="isAxiosError"),be.call(r,e.message,a,o,s,n),r.cause=e,r.name=e.name,i&&Object.assign(r,i),r};const _2e=null;function qh(e){return q.isPlainObject(e)||q.isArray(e)}function Cw(e){return q.endsWith(e,"[]")?e.slice(0,-2):e}function kw(e,a,o){return e?e.concat(a).map(function(s,n){return s=Cw(s),!o&&n?"["+s+"]":s}).join(o?".":""):a}function b2e(e){return q.isArray(e)&&!e.some(qh)}const w2e=q.toFlatObject(q,{},null,function(e){return/^is[A-Z]/.test(e)});function Il(e,a,o){if(!q.isObject(e))throw new TypeError("target must be an object");a=a||new FormData,o=q.toFlatObject(o,{metaTokens:!0,dots:!1,indexes:!1},!1,function(g,p){return!q.isUndefined(p[g])});const s=o.metaTokens,n=o.visitor||d,i=o.dots,r=o.indexes,c=(o.Blob||typeof Blob<"u"&&Blob)&&q.isSpecCompliantForm(a);if(!q.isFunction(n))throw new TypeError("visitor must be a function");function y(g){if(g===null)return"";if(q.isDate(g))return g.toISOString();if(!c&&q.isBlob(g))throw new be("Blob is not supported. Use a Buffer instead.");return q.isArrayBuffer(g)||q.isTypedArray(g)?c&&typeof Blob=="function"?new Blob([g]):Buffer.from(g):g}function d(g,p,u){let f=g;if(g&&!u&&typeof g=="object"){if(q.endsWith(p,"{}"))p=s?p:p.slice(0,-2),g=JSON.stringify(g);else if(q.isArray(g)&&b2e(g)||(q.isFileList(g)||q.endsWith(p,"[]"))&&(f=q.toArray(g)))return p=Cw(p),f.forEach(function(_,k){!(q.isUndefined(_)||_===null)&&a.append(r===!0?kw([p],k,i):r===null?p:p+"[]",y(_))}),!1}return qh(g)?!0:(a.append(kw(u,p,i),y(g)),!1)}const l=[],m=Object.assign(w2e,{defaultVisitor:d,convertValue:y,isVisitable:qh});function h(g,p){if(!q.isUndefined(g)){if(l.indexOf(g)!==-1)throw Error("Circular reference detected in "+p.join("."));l.push(g),q.forEach(g,function(u,f){(!(q.isUndefined(u)||u===null)&&n.call(a,u,q.isString(f)?f.trim():f,p,m))===!0&&h(u,p?p.concat(f):[f])}),l.pop()}}if(!q.isObject(e))throw new TypeError("data must be an object");return h(e),a}function Sw(e){const a={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(o){return a[o]})}function Jh(e,a){this._pairs=[],e&&Il(e,this,a)}const Ew=Jh.prototype;Ew.append=function(e,a){this._pairs.push([e,a])},Ew.toString=function(e){const a=e?function(o){return e.call(this,o,Sw)}:Sw;return this._pairs.map(function(o){return a(o[0])+"="+a(o[1])},"").join("&")};function C2e(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function Nw(e,a,o){if(!a)return e;const s=o&&o.encode||C2e,n=o&&o.serialize;let i;if(n?i=n(a,o):i=q.isURLSearchParams(a)?a.toString():new Jh(a,o).toString(s),i){const r=e.indexOf("#");r!==-1&&(e=e.slice(0,r)),e+=(e.indexOf("?")===-1?"?":"&")+i}return e}const $w=class{constructor(){this.handlers=[]}use(e,a,o){return this.handlers.push({fulfilled:e,rejected:a,synchronous:o?o.synchronous:!1,runWhen:o?o.runWhen:null}),this.handlers.length-1}eject(e){this.handlers[e]&&(this.handlers[e]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(e){q.forEach(this.handlers,function(a){a!==null&&e(a)})}},Bw={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},k2e=typeof URLSearchParams<"u"?URLSearchParams:Jh,S2e=typeof FormData<"u"?FormData:null,E2e=typeof Blob<"u"?Blob:null,N2e={isBrowser:!0,classes:{URLSearchParams:k2e,FormData:S2e,Blob:E2e},protocols:["http","https","file","blob","url","data"]},xw=typeof window<"u"&&typeof document<"u",$2e=(e=>xw&&["ReactNative","NativeScript","NS"].indexOf(e)<0)(typeof navigator<"u"&&navigator.product),B2e=(()=>typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function")(),x2e=Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:xw,hasStandardBrowserEnv:$2e,hasStandardBrowserWebWorkerEnv:B2e},Symbol.toStringTag,{value:"Module"})),fa={...x2e,...N2e};function V2e(e,a){return Il(e,new fa.classes.URLSearchParams,Object.assign({visitor:function(o,s,n,i){return fa.isNode&&q.isBuffer(o)?(this.append(s,o.toString("base64")),!1):i.defaultVisitor.apply(this,arguments)}},a))}function I2e(e){return q.matchAll(/\w+|\[(\w*)]/g,e).map(a=>a[0]==="[]"?"":a[1]||a[0])}function A2e(e){const a={},o=Object.keys(e);let s;const n=o.length;let i;for(s=0;s<n;s++)i=o[s],a[i]=e[i];return a}function Vw(e){function a(o,s,n,i){let r=o[i++];const c=Number.isFinite(+r),y=i>=o.length;return r=!r&&q.isArray(n)?n.length:r,y?(q.hasOwnProp(n,r)?n[r]=[n[r],s]:n[r]=s,!c):((!n[r]||!q.isObject(n[r]))&&(n[r]=[]),a(o,s,n[r],i)&&q.isArray(n[r])&&(n[r]=A2e(n[r])),!c)}if(q.isFormData(e)&&q.isFunction(e.entries)){const o={};return q.forEachEntry(e,(s,n)=>{a(I2e(s),n,o,0)}),o}return null}function O2e(e,a,o){if(q.isString(e))try{return(a||JSON.parse)(e),q.trim(e)}catch(s){if(s.name!=="SyntaxError")throw s}return(o||JSON.stringify)(e)}const Xh={transitional:Bw,adapter:["xhr","http"],transformRequest:[function(e,a){const o=a.getContentType()||"",s=o.indexOf("application/json")>-1,n=q.isObject(e);if(n&&q.isHTMLForm(e)&&(e=new FormData(e)),q.isFormData(e))return s&&s?JSON.stringify(Vw(e)):e;if(q.isArrayBuffer(e)||q.isBuffer(e)||q.isStream(e)||q.isFile(e)||q.isBlob(e))return e;if(q.isArrayBufferView(e))return e.buffer;if(q.isURLSearchParams(e))return a.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let i;if(n){if(o.indexOf("application/x-www-form-urlencoded")>-1)return V2e(e,this.formSerializer).toString();if((i=q.isFileList(e))||o.indexOf("multipart/form-data")>-1){const r=this.env&&this.env.FormData;return Il(i?{"files[]":e}:e,r&&new r,this.formSerializer)}}return n||s?(a.setContentType("application/json",!1),O2e(e)):e}],transformResponse:[function(e){const a=this.transitional||Xh.transitional,o=a&&a.forcedJSONParsing,s=this.responseType==="json";if(e&&q.isString(e)&&(o&&!this.responseType||s)){const n=!(a&&a.silentJSONParsing)&&s;try{return JSON.parse(e)}catch(i){if(n)throw i.name==="SyntaxError"?be.from(i,be.ERR_BAD_RESPONSE,this,null,this.response):i}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:fa.classes.FormData,Blob:fa.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};q.forEach(["delete","get","head","post","put","patch"],e=>{Xh.headers[e]={}});const Zh=Xh,T2e=q.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),F2e=e=>{const a={};let o,s,n;return e&&e.split(`
84
84
  `).forEach(function(i){n=i.indexOf(":"),o=i.substring(0,n).trim().toLowerCase(),s=i.substring(n+1).trim(),!(!o||a[o]&&T2e[o])&&(o==="set-cookie"?a[o]?a[o].push(s):a[o]=[s]:a[o]=a[o]?a[o]+", "+s:s)}),a},Iw=Symbol("internals");function In(e){return e&&String(e).trim().toLowerCase()}function Al(e){return e===!1||e==null?e:q.isArray(e)?e.map(Al):String(e)}function z2e(e){const a=Object.create(null),o=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let s;for(;s=o.exec(e);)a[s[1]]=s[2];return a}const R2e=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function Yh(e,a,o,s,n){if(q.isFunction(s))return s.call(this,a,o);if(n&&(a=o),!!q.isString(a)){if(q.isString(s))return a.indexOf(s)!==-1;if(q.isRegExp(s))return s.test(a)}}function P2e(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(a,o,s)=>o.toUpperCase()+s)}function D2e(e,a){const o=q.toCamelCase(" "+a);["get","set","has"].forEach(s=>{Object.defineProperty(e,s+o,{value:function(n,i,r){return this[s].call(this,a,n,i,r)},configurable:!0})})}let Ol=class{constructor(e){e&&this.set(e)}set(e,a,o){const s=this;function n(r,c,y){const d=In(c);if(!d)throw new Error("header name must be a non-empty string");const l=q.findKey(s,d);(!l||s[l]===void 0||y===!0||y===void 0&&s[l]!==!1)&&(s[l||c]=Al(r))}const i=(r,c)=>q.forEach(r,(y,d)=>n(y,d,c));return q.isPlainObject(e)||e instanceof this.constructor?i(e,a):q.isString(e)&&(e=e.trim())&&!R2e(e)?i(F2e(e),a):e!=null&&n(a,e,o),this}get(e,a){if(e=In(e),e){const o=q.findKey(this,e);if(o){const s=this[o];if(!a)return s;if(a===!0)return z2e(s);if(q.isFunction(a))return a.call(this,s,o);if(q.isRegExp(a))return a.exec(s);throw new TypeError("parser must be boolean|regexp|function")}}}has(e,a){if(e=In(e),e){const o=q.findKey(this,e);return!!(o&&this[o]!==void 0&&(!a||Yh(this,this[o],o,a)))}return!1}delete(e,a){const o=this;let s=!1;function n(i){if(i=In(i),i){const r=q.findKey(o,i);r&&(!a||Yh(o,o[r],r,a))&&(delete o[r],s=!0)}}return q.isArray(e)?e.forEach(n):n(e),s}clear(e){const a=Object.keys(this);let o=a.length,s=!1;for(;o--;){const n=a[o];(!e||Yh(this,this[n],n,e,!0))&&(delete this[n],s=!0)}return s}normalize(e){const a=this,o={};return q.forEach(this,(s,n)=>{const i=q.findKey(o,n);if(i){a[i]=Al(s),delete a[n];return}const r=e?P2e(n):String(n).trim();r!==n&&delete a[n],a[r]=Al(s),o[r]=!0}),this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){const a=Object.create(null);return q.forEach(this,(o,s)=>{o!=null&&o!==!1&&(a[s]=e&&q.isArray(o)?o.join(", "):o)}),a}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([e,a])=>e+": "+a).join(`
85
85
  `)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(e){return e instanceof this?e:new this(e)}static concat(e,...a){const o=new this(e);return a.forEach(s=>o.set(s)),o}static accessor(e){const a=(this[Iw]=this[Iw]={accessors:{}}).accessors,o=this.prototype;function s(n){const i=In(n);a[i]||(D2e(o,n),a[i]=!0)}return q.isArray(e)?e.forEach(s):s(e),this}};Ol.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),q.reduceDescriptors(Ol.prototype,({value:e},a)=>{let o=a[0].toUpperCase()+a.slice(1);return{get:()=>e,set(s){this[o]=s}}}),q.freezeMethods(Ol);const Da=Ol;function Kh(e,a){const o=this||Zh,s=a||o,n=Da.from(s.headers);let i=s.data;return q.forEach(e,function(r){i=r.call(o,i,n.normalize(),a?a.status:void 0)}),n.normalize(),i}function Aw(e){return!!(e&&e.__CANCEL__)}function An(e,a,o){be.call(this,e??"canceled",be.ERR_CANCELED,a,o),this.name="CanceledError"}q.inherits(An,be,{__CANCEL__:!0});function j2e(e,a,o){const s=o.config.validateStatus;!o.status||!s||s(o.status)?e(o):a(new be("Request failed with status code "+o.status,[be.ERR_BAD_REQUEST,be.ERR_BAD_RESPONSE][Math.floor(o.status/100)-4],o.config,o.request,o))}const L2e=fa.hasStandardBrowserEnv?{write(e,a,o,s,n,i){const r=[e+"="+encodeURIComponent(a)];q.isNumber(o)&&r.push("expires="+new Date(o).toGMTString()),q.isString(s)&&r.push("path="+s),q.isString(n)&&r.push("domain="+n),i===!0&&r.push("secure"),document.cookie=r.join("; ")},read(e){const a=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return a?decodeURIComponent(a[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function v2e(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function M2e(e,a){return a?e.replace(/\/?\/$/,"")+"/"+a.replace(/^\/+/,""):e}function Ow(e,a){return e&&!v2e(a)?M2e(e,a):a}const H2e=fa.hasStandardBrowserEnv?function(){const e=/(msie|trident)/i.test(navigator.userAgent),a=document.createElement("a");let o;function s(n){let i=n;return e&&(a.setAttribute("href",i),i=a.href),a.setAttribute("href",i),{href:a.href,protocol:a.protocol?a.protocol.replace(/:$/,""):"",host:a.host,search:a.search?a.search.replace(/^\?/,""):"",hash:a.hash?a.hash.replace(/^#/,""):"",hostname:a.hostname,port:a.port,pathname:a.pathname.charAt(0)==="/"?a.pathname:"/"+a.pathname}}return o=s(window.location.href),function(n){const i=q.isString(n)?s(n):n;return i.protocol===o.protocol&&i.host===o.host}}():function(){return function(){return!0}}();function U2e(e){const a=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return a&&a[1]||""}function G2e(e,a){e=e||10;const o=new Array(e),s=new Array(e);let n=0,i=0,r;return a=a!==void 0?a:1e3,function(c){const y=Date.now(),d=s[i];r||(r=y),o[n]=c,s[n]=y;let l=i,m=0;for(;l!==n;)m+=o[l++],l=l%e;if(n=(n+1)%e,n===i&&(i=(i+1)%e),y-r<a)return;const h=d&&y-d;return h?Math.round(m*1e3/h):void 0}}function Tw(e,a){let o=0;const s=G2e(50,250);return n=>{const i=n.loaded,r=n.lengthComputable?n.total:void 0,c=i-o,y=s(c),d=i<=r;o=i;const l={loaded:i,total:r,progress:r?i/r:void 0,bytes:c,rate:y||void 0,estimated:y&&r&&d?(r-i)/y:void 0,event:n};l[a?"download":"upload"]=!0,e(l)}}const W2e=typeof XMLHttpRequest<"u",q2e=W2e&&function(e){return new Promise(function(a,o){let s=e.data;const n=Da.from(e.headers).normalize();let{responseType:i,withXSRFToken:r}=e,c;function y(){e.cancelToken&&e.cancelToken.unsubscribe(c),e.signal&&e.signal.removeEventListener("abort",c)}let d;if(q.isFormData(s)){if(fa.hasStandardBrowserEnv||fa.hasStandardBrowserWebWorkerEnv)n.setContentType(!1);else if((d=n.getContentType())!==!1){const[p,...u]=d?d.split(";").map(f=>f.trim()).filter(Boolean):[];n.setContentType([p||"multipart/form-data",...u].join("; "))}}let l=new XMLHttpRequest;if(e.auth){const p=e.auth.username||"",u=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";n.set("Authorization","Basic "+btoa(p+":"+u))}const m=Ow(e.baseURL,e.url);l.open(e.method.toUpperCase(),Nw(m,e.params,e.paramsSerializer),!0),l.timeout=e.timeout;function h(){if(!l)return;const p=Da.from("getAllResponseHeaders"in l&&l.getAllResponseHeaders()),u={data:!i||i==="text"||i==="json"?l.responseText:l.response,status:l.status,statusText:l.statusText,headers:p,config:e,request:l};j2e(function(f){a(f),y()},function(f){o(f),y()},u),l=null}if("onloadend"in l?l.onloadend=h:l.onreadystatechange=function(){!l||l.readyState!==4||l.status===0&&!(l.responseURL&&l.responseURL.indexOf("file:")===0)||setTimeout(h)},l.onabort=function(){l&&(o(new be("Request aborted",be.ECONNABORTED,e,l)),l=null)},l.onerror=function(){o(new be("Network Error",be.ERR_NETWORK,e,l)),l=null},l.ontimeout=function(){let p=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded";const u=e.transitional||Bw;e.timeoutErrorMessage&&(p=e.timeoutErrorMessage),o(new be(p,u.clarifyTimeoutError?be.ETIMEDOUT:be.ECONNABORTED,e,l)),l=null},fa.hasStandardBrowserEnv&&(r&&q.isFunction(r)&&(r=r(e)),r||r!==!1&&H2e(m))){const p=e.xsrfHeaderName&&e.xsrfCookieName&&L2e.read(e.xsrfCookieName);p&&n.set(e.xsrfHeaderName,p)}s===void 0&&n.setContentType(null),"setRequestHeader"in l&&q.forEach(n.toJSON(),function(p,u){l.setRequestHeader(u,p)}),q.isUndefined(e.withCredentials)||(l.withCredentials=!!e.withCredentials),i&&i!=="json"&&(l.responseType=e.responseType),typeof e.onDownloadProgress=="function"&&l.addEventListener("progress",Tw(e.onDownloadProgress,!0)),typeof e.onUploadProgress=="function"&&l.upload&&l.upload.addEventListener("progress",Tw(e.onUploadProgress)),(e.cancelToken||e.signal)&&(c=p=>{l&&(o(!p||p.type?new An(null,e,l):p),l.abort(),l=null)},e.cancelToken&&e.cancelToken.subscribe(c),e.signal&&(e.signal.aborted?c():e.signal.addEventListener("abort",c)));const g=U2e(m);if(g&&fa.protocols.indexOf(g)===-1){o(new be("Unsupported protocol "+g+":",be.ERR_BAD_REQUEST,e));return}l.send(s||null)})},Qh={http:_2e,xhr:q2e};q.forEach(Qh,(e,a)=>{if(e){try{Object.defineProperty(e,"name",{value:a})}catch{}Object.defineProperty(e,"adapterName",{value:a})}});const Fw=e=>`- ${e}`,J2e=e=>q.isFunction(e)||e===null||e===!1,zw={getAdapter:e=>{e=q.isArray(e)?e:[e];const{length:a}=e;let o,s;const n={};for(let i=0;i<a;i++){o=e[i];let r;if(s=o,!J2e(o)&&(s=Qh[(r=String(o)).toLowerCase()],s===void 0))throw new be(`Unknown adapter '${r}'`);if(s)break;n[r||"#"+i]=s}if(!s){const i=Object.entries(n).map(([c,y])=>`adapter ${c} `+(y===!1?"is not supported by the environment":"is not available in the build"));let r=a?i.length>1?`since :
86
86
  `+i.map(Fw).join(`