@golstats/gsc-game-data 1.0.0 → 1.0.2

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.
@@ -1,23 +1,27 @@
1
- (function(Se,n){typeof exports=="object"&&typeof module<"u"?n(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],n):(Se=typeof globalThis<"u"?globalThis:Se||self,n(Se.GSCGameData={},Se.Vue))})(this,function(Se,n){"use strict";const Cf="",kf="",xf="",Nf="",Tf="",Bf="",Of="",Vf="",Fr=(e,t)=>{const o=e.__vccOpts||e;for(const[r,i]of t)o[r]=i;return o},Pr={props:{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"},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},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}},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))}}},zr=["src"],Dr={key:1,class:"text"},Mr=["src"];function Ur(e,t,o,r,i,a){return n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["button",i.status&&o.typeOnOff&&"button-active"]),style:n.normalizeStyle([a.customStyle,i.status&&o.typeOnOff&&a.customActive]),onClick:t[0]||(t[0]=(...s)=>a.btnClick&&a.btnClick(...s))},[o.icon&&o.iconPosition.toLowerCase()==="left"?(n.openBlock(),n.createElementBlock("img",{key:0,class:"icon",style:n.normalizeStyle({width:o.iconSize}),src:o.icon},null,12,zr)):n.createCommentVNode("",!0),o.textValue?(n.openBlock(),n.createElementBlock("div",Dr,n.toDisplayString(o.textValue),1)):n.createCommentVNode("",!0),o.icon&&o.iconPosition.toLowerCase()==="right"?(n.openBlock(),n.createElementBlock("img",{key:2,class:"icon",style:n.normalizeStyle({width:o.iconSize}),src:o.icon},null,12,Mr)):n.createCommentVNode("",!0)],6)}const Wr=Fr(Pr,[["render",Ur],["__scopeId","data-v-1bfd444b"]]),Gr={class:"gsc-dropdown__main-container__item-selected"},Hr=["height","width"],qr=["stroke"],Jr={class:"gsc-dropdown__items-container"},Kr=["onClick"],Yr={key:0,class:"gsc-dropdown__items-footer"},$r={__name:"GSC-Dropdown",props:{height:{type:String,default:"fit-content"},width:{type:String,default:"fit-content"},borderRadius:{type:Number,default:5},arrowHeight:{type:Number,default:24},arrowWidth:{type:Number,default:24},borderType:{type:String,default:"solid",validator:function(e){return["solid","dotted","dashed"].includes(e)}},borderWidth:{type:Number,default:1},borderColor:{type:String,default:"black"},backgroundColor:{type:String,default:"grey"},color:{type:String,default:"black"},arrowColor:{type:String,default:"#CBEE6B"},items:{type:Array,default:()=>[]},defaultItemByIndex:{type:Number,default:0},defaultItemByProp:{type:Object,default:null,validator:e=>["propName","value"].every(t=>t in e)},listBackgroundColor:{type:String,default:"white"},hoverBackgroundColor:{type:String,default:"#f1f1f1"},listItemPadding:{type:String,default:"10px 12px"},listHeight:{type:String,default:"fit-content"},listItemSelectedColor:{type:String,default:"white"},listItemSelectedBackgroundColor:{type:String,default:"#399cfd"},listItemColor:{type:String,default:"black"},listBorderRadius:{type:String,default:"0"},listBorderColor:{type:String,default:""},listBorderWidth:{type:Number,default:1},isListSameWidth:{type:Boolean,default:!1},isMultipleOption:{type:Boolean,default:!1},footerBorderColor:{type:String,default:"#626970"},footerBorderWidth:{type:Number,default:1},isFooterVisible:{type:Boolean,default:!1}},emits:["input","click-ready"],setup(e,{emit:t}){const o=e,r=n.ref({}),i=n.ref(o.isMultipleOption?-1:0),a=n.ref(!1);n.watch(o,m=>{if(m.items&&m.items.length){if(o.defaultItemByProp){const f=o.items.findIndex(p=>p[o.defaultItemByProp.propName]===o.defaultItemByProp.value);f!==-1?(i.value=f,r.value=m.items[f]):(i.value=0,r.value=m.items[0])}else r.value=m.items[o.defaultItemByIndex];t("input",r.value)}},{immediate:!0});const s=n.computed(()=>({height:o.height,width:o.width,backgroundColor:o.backgroundColor,borderRadius:`${o.borderRadius}px`,border:`${o.borderType} ${o.borderWidth}px ${o.borderColor}`,color:o.color,"--hover-background-color":o.hoverBackgroundColor,"--list-item-padding":o.listItemPadding,"--list-background-color":o.listBackgroundColor,"--list-height":o.listHeight,"--list-item-selected-color":o.listItemSelectedColor,"--list-item-selected-background-color":o.listItemSelectedBackgroundColor,"--list-item-color":o.listItemColor,"--list-border-radius":`${o.listBorderRadius}`,"--list-border-color":o.listBorderColor,"--list-width":o.isListSameWidth?o.width:"fit-content","--list-border-width":`${o.listBorderWidth}px`,"--footer-border":`${o.footerBorderWidth}px solid ${o.footerBorderColor}`})),c=n.computed(()=>({height:`${o.arrowHeight}px`,width:`${o.arrowWidth}px`}));function d(){a.value=!a.value}function l(m,f){o.isMultipleOption?i.value=-1:(i.value=f,a.value=!1),r.value=m,t("input",r.value)}function u(){a.value=!1,t("click-ready")}return(m,f)=>(n.openBlock(),n.createElementBlock("div",{class:"gsc-dropdown",style:n.normalizeStyle(s.value)},[n.createElementVNode("div",{class:"gsc-dropdown__main-container",style:n.normalizeStyle({"padding-right":`${e.arrowWidth+8}px`}),onClick:d},[n.createElementVNode("div",Gr,[n.renderSlot(m.$slots,"default",{selectedItem:r.value})]),n.createElementVNode("div",{class:n.normalizeClass(["gsc-dropdown__main-container__icon",{"rotated-180":a.value}]),style:n.normalizeStyle(c.value)},[(n.openBlock(),n.createElementBlock("svg",{height:e.arrowHeight,width:e.arrowWidth,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[n.createElementVNode("path",{d:"M18.394 9.13501L13.1302 14.3988C12.5086 15.0204 11.4914 15.0204 10.8697 14.3988L5.60596 9.13501",stroke:e.arrowColor},null,8,qr)],8,Hr))],6)],4),n.createVNode(n.Transition,null,{default:n.withCtx(()=>[n.withDirectives(n.createElementVNode("div",Jr,[n.createElementVNode("div",null,[n.createElementVNode("div",{class:"gsc-dropdown__items",style:n.normalizeStyle({"margin-top":`${o.borderWidth}px`})},[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(e.items,(p,h)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["gsc-dropdown__items__item",{selected:h===i.value}]),key:h,onClick:_=>l(p,h)},[n.renderSlot(m.$slots,"availableItem",{item:p})],10,Kr))),128))],4),e.isFooterVisible?(n.openBlock(),n.createElementBlock("div",Yr,[n.createVNode(n.unref(Wr),{"text-value":"Listo","border-color":"#cbee6b","font-size":"12px",width:"72px",height:"22px","border-radius":"62px","border-width":.8,onClick:u})])):n.createCommentVNode("",!0)])],512),[[n.vShow,a.value]])]),_:3})],4))}},Xr=(e,t)=>{const o=e.__vccOpts||e;for(const[r,i]of t)o[r]=i;return o},Zr={class:"tournament-select__selected-tournament"},Qr={class:"tournament-select__selected-tournament__logo"},ei=["src"],ti={class:"tournament-select__selected-tournament__name"},oi={__name:"GSCTournamentSelect",props:{apiUrl:{type:String,default:"https://kefloixzy1.execute-api.us-west-2.amazonaws.com/prod/tournaments"},fontFamily:{type:String,default:"sans-serif"},logosUrl:{type:String,default:"https://az755631.vo.msecnd.net/todoelfut/"},logoFileType:{type:String,default:"png"},height:{type:String,default:"40px"},width:{type:String,default:"179px"},borderRadius:{type:Number,default:8},arrowHeight:{type:Number,default:24},arrowWidth:{type:Number,default:24},borderType:{type:String,default:"solid",validator:function(e){return["solid","dotted","dashed"].includes(e)}},borderWidth:{type:Number,default:1},borderColor:{type:String,default:"rgba(255, 255, 255, 0.2)"},backgroundColor:{type:String,default:"#0d1d29"},color:{type:String,default:"white"},arrowColor:{type:String,default:"#CBEE6B"},items:{type:Array,default:()=>[]},defaultItemByIndex:{type:Number,default:0},defaultItemByProp:{type:Object,default:null,validator:e=>["propName","value"].every(t=>t in e)}},emits:["input"],setup(e,{emit:t}){const o=e,r=n.ref([]),i=n.computed(()=>{const l={};return o.fontFamily&&(l["font-family"]=`${o.fontFamily}`),l});async function a(){try{if(o.items&&o.items.length)r.value=[...o.items];else if(o.apiUrl){const l=await c();r.value=l.map(u=>({...u.tournament,seasons:u.seasons}))}}catch(l){throw new Error(l)}}function s(l){const u=new XMLHttpRequest,m=`${o.logosUrl}${l}.${o.logoFileType}`;return u.open("HEAD",m,!1),u.send(),u.status!==404}async function c(){try{return(await fetch(o.apiUrl)).json()}catch(l){return Promise.reject(l)}}function d(l){t("input",l)}return n.onMounted(()=>{a()}),(l,u)=>(n.openBlock(),n.createElementBlock("div",{class:"tournament-select",style:n.normalizeStyle(i.value)},[n.createVNode(n.unref($r),n.mergeProps(o,{items:r.value,onInput:d}),{default:n.withCtx(({selectedItem:m})=>[n.createElementVNode("div",Zr,[n.createElementVNode("div",Qr,[s(m.id)?(n.openBlock(),n.createElementBlock("img",{key:0,src:`${o.logosUrl}${m.id}.${o.logoFileType}`,alt:""},null,8,ei)):n.createCommentVNode("",!0)]),n.createElementVNode("div",ti,n.toDisplayString(m.name),1)])]),availableItem:n.withCtx(({item:m})=>[n.createElementVNode("div",null,n.toDisplayString(m.name),1)]),_:1},16,["items"])],4))}},ni=Xr(oi,[["__scopeId","data-v-ed37b8ef"]]),ri=(e,t)=>{const o=e.__vccOpts||e;for(const[r,i]of t)o[r]=i;return o},ii={props:{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"},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},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}},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))}}},ai=["src"],si={key:1,class:"text"},li=["src"];function ci(e,t,o,r,i,a){return n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["button",i.status&&o.typeOnOff&&"button-active"]),style:n.normalizeStyle([a.customStyle,i.status&&o.typeOnOff&&a.customActive]),onClick:t[0]||(t[0]=(...s)=>a.btnClick&&a.btnClick(...s))},[o.icon&&o.iconPosition.toLowerCase()==="left"?(n.openBlock(),n.createElementBlock("img",{key:0,class:"icon",style:n.normalizeStyle({width:o.iconSize}),src:o.icon},null,12,ai)):n.createCommentVNode("",!0),o.textValue?(n.openBlock(),n.createElementBlock("div",si,n.toDisplayString(o.textValue),1)):n.createCommentVNode("",!0),o.icon&&o.iconPosition.toLowerCase()==="right"?(n.openBlock(),n.createElementBlock("img",{key:2,class:"icon",style:n.normalizeStyle({width:o.iconSize}),src:o.icon},null,12,li)):n.createCommentVNode("",!0)],6)}const di=ri(ii,[["render",ci],["__scopeId","data-v-1bfd444b"]]),ui={class:"gsc-dropdown__main-container__item-selected"},mi=["height","width"],pi=["stroke"],fi={class:"gsc-dropdown__items-container"},hi=["onClick"],gi={key:0,class:"gsc-dropdown__items-footer"},yi={__name:"GSC-Dropdown",props:{height:{type:String,default:"fit-content"},width:{type:String,default:"fit-content"},borderRadius:{type:Number,default:5},arrowHeight:{type:Number,default:24},arrowWidth:{type:Number,default:24},borderType:{type:String,default:"solid",validator:function(e){return["solid","dotted","dashed"].includes(e)}},borderWidth:{type:Number,default:1},borderColor:{type:String,default:"black"},backgroundColor:{type:String,default:"grey"},color:{type:String,default:"black"},arrowColor:{type:String,default:"#CBEE6B"},items:{type:Array,default:()=>[]},defaultItemByIndex:{type:Number,default:0},defaultItemByProp:{type:Object,default:null,validator:e=>["propName","value"].every(t=>t in e)},listBackgroundColor:{type:String,default:"white"},hoverBackgroundColor:{type:String,default:"#f1f1f1"},listItemPadding:{type:String,default:"10px 12px"},listHeight:{type:String,default:"fit-content"},listItemSelectedColor:{type:String,default:"white"},listItemSelectedBackgroundColor:{type:String,default:"#399cfd"},listItemColor:{type:String,default:"black"},listBorderRadius:{type:String,default:"0"},listBorderColor:{type:String,default:""},listBorderWidth:{type:Number,default:1},isListSameWidth:{type:Boolean,default:!1},isMultipleOption:{type:Boolean,default:!1},footerBorderColor:{type:String,default:"#626970"},footerBorderWidth:{type:Number,default:1},isFooterVisible:{type:Boolean,default:!1}},emits:["input","click-ready"],setup(e,{emit:t}){const o=e,r=n.ref({}),i=n.ref(o.isMultipleOption?-1:0),a=n.ref(!1);n.watch(o,m=>{if(m.items&&m.items.length){if(o.defaultItemByProp){const f=o.items.findIndex(p=>p[o.defaultItemByProp.propName]===o.defaultItemByProp.value);f!==-1?(i.value=f,r.value=m.items[f]):(i.value=0,r.value=m.items[0])}else r.value=m.items[o.defaultItemByIndex];t("input",r.value)}},{immediate:!0});const s=n.computed(()=>({height:o.height,width:o.width,backgroundColor:o.backgroundColor,borderRadius:`${o.borderRadius}px`,border:`${o.borderType} ${o.borderWidth}px ${o.borderColor}`,color:o.color,"--hover-background-color":o.hoverBackgroundColor,"--list-item-padding":o.listItemPadding,"--list-background-color":o.listBackgroundColor,"--list-height":o.listHeight,"--list-item-selected-color":o.listItemSelectedColor,"--list-item-selected-background-color":o.listItemSelectedBackgroundColor,"--list-item-color":o.listItemColor,"--list-border-radius":`${o.listBorderRadius}`,"--list-border-color":o.listBorderColor,"--list-width":o.isListSameWidth?o.width:"fit-content","--list-border-width":`${o.listBorderWidth}px`,"--footer-border":`${o.footerBorderWidth}px solid ${o.footerBorderColor}`})),c=n.computed(()=>({height:`${o.arrowHeight}px`,width:`${o.arrowWidth}px`}));function d(){a.value=!a.value}function l(m,f){o.isMultipleOption?i.value=-1:(i.value=f,a.value=!1),r.value=m,t("input",r.value)}function u(){a.value=!1,t("click-ready")}return(m,f)=>(n.openBlock(),n.createElementBlock("div",{class:"gsc-dropdown",style:n.normalizeStyle(s.value)},[n.createElementVNode("div",{class:"gsc-dropdown__main-container",style:n.normalizeStyle({"padding-right":`${e.arrowWidth+8}px`}),onClick:d},[n.createElementVNode("div",ui,[n.renderSlot(m.$slots,"default",{selectedItem:r.value})]),n.createElementVNode("div",{class:n.normalizeClass(["gsc-dropdown__main-container__icon",{"rotated-180":a.value}]),style:n.normalizeStyle(c.value)},[(n.openBlock(),n.createElementBlock("svg",{height:e.arrowHeight,width:e.arrowWidth,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[n.createElementVNode("path",{d:"M18.394 9.13501L13.1302 14.3988C12.5086 15.0204 11.4914 15.0204 10.8697 14.3988L5.60596 9.13501",stroke:e.arrowColor},null,8,pi)],8,mi))],6)],4),n.createVNode(n.Transition,null,{default:n.withCtx(()=>[n.withDirectives(n.createElementVNode("div",fi,[n.createElementVNode("div",null,[n.createElementVNode("div",{class:"gsc-dropdown__items",style:n.normalizeStyle({"margin-top":`${o.borderWidth}px`})},[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(e.items,(p,h)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["gsc-dropdown__items__item",{selected:h===i.value}]),key:h,onClick:_=>l(p,h)},[n.renderSlot(m.$slots,"availableItem",{item:p})],10,hi))),128))],4),e.isFooterVisible?(n.openBlock(),n.createElementBlock("div",gi,[n.createVNode(n.unref(di),{"text-value":"Listo","border-color":"#cbee6b","font-size":"12px",width:"72px",height:"22px","border-radius":"62px","border-width":.8,onClick:u})])):n.createCommentVNode("",!0)])],512),[[n.vShow,a.value]])]),_:3})],4))}},bi=(e,t)=>{const o=e.__vccOpts||e;for(const[r,i]of t)o[r]=i;return o},_i={class:"season-name"},Si={__name:"GSC-Season-Select",props:{seasons:{type:Array,default:()=>[]}},emits:["input"],setup(e,{emit:t}){function o(r){t("input",r)}return(r,i)=>(n.openBlock(),n.createBlock(n.unref(yi),{items:e.seasons,height:"40px",width:"179px","background-color":"#0d1d29",color:"white","border-color":"rgba(255, 255, 255, 0.2)","font-family":"Poppins-Regular","border-radius":8,onInput:o},{default:n.withCtx(({selectedItem:a})=>[n.createElementVNode("div",_i,[n.createElementVNode("span",null,n.toDisplayString(a.name),1)])]),availableItem:n.withCtx(({item:a})=>[n.createElementVNode("span",null,n.toDisplayString(a.name),1)]),_:1},8,["items"]))}},wi=bi(Si,[["__scopeId","data-v-ffcf8231"]]);function No(e,t){return function(){return e.apply(t,arguments)}}const{toString:Ei}=Object.prototype,{getPrototypeOf:Bt}=Object,et=(e=>t=>{const o=Ei.call(t);return e[o]||(e[o]=o.slice(8,-1).toLowerCase())})(Object.create(null)),ie=e=>(e=e.toLowerCase(),t=>et(t)===e),tt=e=>t=>typeof t===e,{isArray:Oe}=Array,Pe=tt("undefined");function vi(e){return e!==null&&!Pe(e)&&e.constructor!==null&&!Pe(e.constructor)&&Y(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const To=ie("ArrayBuffer");function Ci(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&To(e.buffer),t}const ki=tt("string"),Y=tt("function"),Bo=tt("number"),ot=e=>e!==null&&typeof e=="object",xi=e=>e===!0||e===!1,nt=e=>{if(et(e)!=="object")return!1;const t=Bt(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},Ni=ie("Date"),Ti=ie("File"),Bi=ie("Blob"),Oi=ie("FileList"),Vi=e=>ot(e)&&Y(e.pipe),Ai=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||Y(e.append)&&((t=et(e))==="formdata"||t==="object"&&Y(e.toString)&&e.toString()==="[object FormData]"))},Li=ie("URLSearchParams"),Ri=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function ze(e,t,{allOwnKeys:o=!1}={}){if(e===null||typeof e>"u")return;let r,i;if(typeof e!="object"&&(e=[e]),Oe(e))for(r=0,i=e.length;r<i;r++)t.call(null,e[r],r,e);else{const a=o?Object.getOwnPropertyNames(e):Object.keys(e),s=a.length;let c;for(r=0;r<s;r++)c=a[r],t.call(null,e[c],c,e)}}function Oo(e,t){t=t.toLowerCase();const o=Object.keys(e);let r=o.length,i;for(;r-- >0;)if(i=o[r],t===i.toLowerCase())return i;return null}const Vo=(()=>typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global)(),Ao=e=>!Pe(e)&&e!==Vo;function Ot(){const{caseless:e}=Ao(this)&&this||{},t={},o=(r,i)=>{const a=e&&Oo(t,i)||i;nt(t[a])&&nt(r)?t[a]=Ot(t[a],r):nt(r)?t[a]=Ot({},r):Oe(r)?t[a]=r.slice():t[a]=r};for(let r=0,i=arguments.length;r<i;r++)arguments[r]&&ze(arguments[r],o);return t}const ji=(e,t,o,{allOwnKeys:r}={})=>(ze(t,(i,a)=>{o&&Y(i)?e[a]=No(i,o):e[a]=i},{allOwnKeys:r}),e),Ii=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),Fi=(e,t,o,r)=>{e.prototype=Object.create(t.prototype,r),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),o&&Object.assign(e.prototype,o)},Pi=(e,t,o,r)=>{let i,a,s;const c={};if(t=t||{},e==null)return t;do{for(i=Object.getOwnPropertyNames(e),a=i.length;a-- >0;)s=i[a],(!r||r(s,e,t))&&!c[s]&&(t[s]=e[s],c[s]=!0);e=o!==!1&&Bt(e)}while(e&&(!o||o(e,t))&&e!==Object.prototype);return t},zi=(e,t,o)=>{e=String(e),(o===void 0||o>e.length)&&(o=e.length),o-=t.length;const r=e.indexOf(t,o);return r!==-1&&r===o},Di=e=>{if(!e)return null;if(Oe(e))return e;let t=e.length;if(!Bo(t))return null;const o=new Array(t);for(;t-- >0;)o[t]=e[t];return o},Mi=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&Bt(Uint8Array)),Ui=(e,t)=>{const o=(e&&e[Symbol.iterator]).call(e);let r;for(;(r=o.next())&&!r.done;){const i=r.value;t.call(e,i[0],i[1])}},Wi=(e,t)=>{let o;const r=[];for(;(o=e.exec(t))!==null;)r.push(o);return r},Gi=ie("HTMLFormElement"),Hi=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(t,o,r){return o.toUpperCase()+r}),Lo=(({hasOwnProperty:e})=>(t,o)=>e.call(t,o))(Object.prototype),qi=ie("RegExp"),Ro=(e,t)=>{const o=Object.getOwnPropertyDescriptors(e),r={};ze(o,(i,a)=>{t(i,a,e)!==!1&&(r[a]=i)}),Object.defineProperties(e,r)},Ji=e=>{Ro(e,(t,o)=>{if(Y(e)&&["arguments","caller","callee"].indexOf(o)!==-1)return!1;const r=e[o];if(Y(r)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+o+"'")})}})},Ki=(e,t)=>{const o={},r=i=>{i.forEach(a=>{o[a]=!0})};return Oe(e)?r(e):r(String(e).split(t)),o},Yi=()=>{},$i=(e,t)=>(e=+e,Number.isFinite(e)?e:t),Vt="abcdefghijklmnopqrstuvwxyz",jo="0123456789",Io={DIGIT:jo,ALPHA:Vt,ALPHA_DIGIT:Vt+Vt.toUpperCase()+jo},Xi=(e=16,t=Io.ALPHA_DIGIT)=>{let o="";const{length:r}=t;for(;e--;)o+=t[Math.random()*r|0];return o};function Zi(e){return!!(e&&Y(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const Qi=e=>{const t=new Array(10),o=(r,i)=>{if(ot(r)){if(t.indexOf(r)>=0)return;if(!("toJSON"in r)){t[i]=r;const a=Oe(r)?[]:{};return ze(r,(s,c)=>{const d=o(s,i+1);!Pe(d)&&(a[c]=d)}),t[i]=void 0,a}}return r};return o(e,0)},ea=ie("AsyncFunction"),ta=e=>e&&(ot(e)||Y(e))&&Y(e.then)&&Y(e.catch),g={isArray:Oe,isArrayBuffer:To,isBuffer:vi,isFormData:Ai,isArrayBufferView:Ci,isString:ki,isNumber:Bo,isBoolean:xi,isObject:ot,isPlainObject:nt,isUndefined:Pe,isDate:Ni,isFile:Ti,isBlob:Bi,isRegExp:qi,isFunction:Y,isStream:Vi,isURLSearchParams:Li,isTypedArray:Mi,isFileList:Oi,forEach:ze,merge:Ot,extend:ji,trim:Ri,stripBOM:Ii,inherits:Fi,toFlatObject:Pi,kindOf:et,kindOfTest:ie,endsWith:zi,toArray:Di,forEachEntry:Ui,matchAll:Wi,isHTMLForm:Gi,hasOwnProperty:Lo,hasOwnProp:Lo,reduceDescriptors:Ro,freezeMethods:Ji,toObjectSet:Ki,toCamelCase:Hi,noop:Yi,toFiniteNumber:$i,findKey:Oo,global:Vo,isContextDefined:Ao,ALPHABET:Io,generateString:Xi,isSpecCompliantForm:Zi,toJSONObject:Qi,isAsyncFn:ea,isThenable:ta};function O(e,t,o,r,i){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",t&&(this.code=t),o&&(this.config=o),r&&(this.request=r),i&&(this.response=i)}g.inherits(O,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:g.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const Fo=O.prototype,Po={};["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=>{Po[e]={value:e}}),Object.defineProperties(O,Po),Object.defineProperty(Fo,"isAxiosError",{value:!0}),O.from=(e,t,o,r,i,a)=>{const s=Object.create(Fo);return g.toFlatObject(e,s,function(c){return c!==Error.prototype},c=>c!=="isAxiosError"),O.call(s,e.message,t,o,r,i),s.cause=e,s.name=e.name,a&&Object.assign(s,a),s};const oa=null;function At(e){return g.isPlainObject(e)||g.isArray(e)}function zo(e){return g.endsWith(e,"[]")?e.slice(0,-2):e}function Do(e,t,o){return e?e.concat(t).map(function(r,i){return r=zo(r),!o&&i?"["+r+"]":r}).join(o?".":""):t}function na(e){return g.isArray(e)&&!e.some(At)}const ra=g.toFlatObject(g,{},null,function(e){return/^is[A-Z]/.test(e)});function rt(e,t,o){if(!g.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,o=g.toFlatObject(o,{metaTokens:!0,dots:!1,indexes:!1},!1,function(p,h){return!g.isUndefined(h[p])});const r=o.metaTokens,i=o.visitor||l,a=o.dots,s=o.indexes,c=(o.Blob||typeof Blob<"u"&&Blob)&&g.isSpecCompliantForm(t);if(!g.isFunction(i))throw new TypeError("visitor must be a function");function d(p){if(p===null)return"";if(g.isDate(p))return p.toISOString();if(!c&&g.isBlob(p))throw new O("Blob is not supported. Use a Buffer instead.");return g.isArrayBuffer(p)||g.isTypedArray(p)?c&&typeof Blob=="function"?new Blob([p]):Buffer.from(p):p}function l(p,h,_){let S=p;if(p&&!_&&typeof p=="object"){if(g.endsWith(h,"{}"))h=r?h:h.slice(0,-2),p=JSON.stringify(p);else if(g.isArray(p)&&na(p)||(g.isFileList(p)||g.endsWith(h,"[]"))&&(S=g.toArray(p)))return h=zo(h),S.forEach(function(k,R){!(g.isUndefined(k)||k===null)&&t.append(s===!0?Do([h],R,a):s===null?h:h+"[]",d(k))}),!1}return At(p)?!0:(t.append(Do(_,h,a),d(p)),!1)}const u=[],m=Object.assign(ra,{defaultVisitor:l,convertValue:d,isVisitable:At});function f(p,h){if(!g.isUndefined(p)){if(u.indexOf(p)!==-1)throw Error("Circular reference detected in "+h.join("."));u.push(p),g.forEach(p,function(_,S){(!(g.isUndefined(_)||_===null)&&i.call(t,_,g.isString(S)?S.trim():S,h,m))===!0&&f(_,h?h.concat(S):[S])}),u.pop()}}if(!g.isObject(e))throw new TypeError("data must be an object");return f(e),t}function Mo(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(o){return t[o]})}function Lt(e,t){this._pairs=[],e&&rt(e,this,t)}const Uo=Lt.prototype;Uo.append=function(e,t){this._pairs.push([e,t])},Uo.toString=function(e){const t=e?function(o){return e.call(this,o,Mo)}:Mo;return this._pairs.map(function(o){return t(o[0])+"="+t(o[1])},"").join("&")};function ia(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function Wo(e,t,o){if(!t)return e;const r=o&&o.encode||ia,i=o&&o.serialize;let a;if(i?a=i(t,o):a=g.isURLSearchParams(t)?t.toString():new Lt(t,o).toString(r),a){const s=e.indexOf("#");s!==-1&&(e=e.slice(0,s)),e+=(e.indexOf("?")===-1?"?":"&")+a}return e}class aa{constructor(){this.handlers=[]}use(t,o,r){return this.handlers.push({fulfilled:t,rejected:o,synchronous:r?r.synchronous:!1,runWhen:r?r.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){g.forEach(this.handlers,function(o){o!==null&&t(o)})}}const Go=aa,Ho={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},sa=typeof URLSearchParams<"u"?URLSearchParams:Lt,la=typeof FormData<"u"?FormData:null,ca=typeof Blob<"u"?Blob:null,da=(()=>{let e;return typeof navigator<"u"&&((e=navigator.product)==="ReactNative"||e==="NativeScript"||e==="NS")?!1:typeof window<"u"&&typeof document<"u"})(),ua=(()=>typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function")(),ae={isBrowser:!0,classes:{URLSearchParams:sa,FormData:la,Blob:ca},isStandardBrowserEnv:da,isStandardBrowserWebWorkerEnv:ua,protocols:["http","https","file","blob","url","data"]};function ma(e,t){return rt(e,new ae.classes.URLSearchParams,Object.assign({visitor:function(o,r,i,a){return ae.isNode&&g.isBuffer(o)?(this.append(r,o.toString("base64")),!1):a.defaultVisitor.apply(this,arguments)}},t))}function pa(e){return g.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function fa(e){const t={},o=Object.keys(e);let r;const i=o.length;let a;for(r=0;r<i;r++)a=o[r],t[a]=e[a];return t}function qo(e){function t(o,r,i,a){let s=o[a++];const c=Number.isFinite(+s),d=a>=o.length;return s=!s&&g.isArray(i)?i.length:s,d?(g.hasOwnProp(i,s)?i[s]=[i[s],r]:i[s]=r,!c):((!i[s]||!g.isObject(i[s]))&&(i[s]=[]),t(o,r,i[s],a)&&g.isArray(i[s])&&(i[s]=fa(i[s])),!c)}if(g.isFormData(e)&&g.isFunction(e.entries)){const o={};return g.forEachEntry(e,(r,i)=>{t(pa(r),i,o,0)}),o}return null}const ha={"Content-Type":void 0};function ga(e,t,o){if(g.isString(e))try{return(t||JSON.parse)(e),g.trim(e)}catch(r){if(r.name!=="SyntaxError")throw r}return(o||JSON.stringify)(e)}const it={transitional:Ho,adapter:["xhr","http"],transformRequest:[function(e,t){const o=t.getContentType()||"",r=o.indexOf("application/json")>-1,i=g.isObject(e);if(i&&g.isHTMLForm(e)&&(e=new FormData(e)),g.isFormData(e))return r&&r?JSON.stringify(qo(e)):e;if(g.isArrayBuffer(e)||g.isBuffer(e)||g.isStream(e)||g.isFile(e)||g.isBlob(e))return e;if(g.isArrayBufferView(e))return e.buffer;if(g.isURLSearchParams(e))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let a;if(i){if(o.indexOf("application/x-www-form-urlencoded")>-1)return ma(e,this.formSerializer).toString();if((a=g.isFileList(e))||o.indexOf("multipart/form-data")>-1){const s=this.env&&this.env.FormData;return rt(a?{"files[]":e}:e,s&&new s,this.formSerializer)}}return i||r?(t.setContentType("application/json",!1),ga(e)):e}],transformResponse:[function(e){const t=this.transitional||it.transitional,o=t&&t.forcedJSONParsing,r=this.responseType==="json";if(e&&g.isString(e)&&(o&&!this.responseType||r)){const i=!(t&&t.silentJSONParsing)&&r;try{return JSON.parse(e)}catch(a){if(i)throw a.name==="SyntaxError"?O.from(a,O.ERR_BAD_RESPONSE,this,null,this.response):a}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:ae.classes.FormData,Blob:ae.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};g.forEach(["delete","get","head"],function(e){it.headers[e]={}}),g.forEach(["post","put","patch"],function(e){it.headers[e]=g.merge(ha)});const Rt=it,ya=g.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"]),ba=e=>{const t={};let o,r,i;return e&&e.split(`
2
- `).forEach(function(a){i=a.indexOf(":"),o=a.substring(0,i).trim().toLowerCase(),r=a.substring(i+1).trim(),!(!o||t[o]&&ya[o])&&(o==="set-cookie"?t[o]?t[o].push(r):t[o]=[r]:t[o]=t[o]?t[o]+", "+r:r)}),t},Jo=Symbol("internals");function De(e){return e&&String(e).trim().toLowerCase()}function at(e){return e===!1||e==null?e:g.isArray(e)?e.map(at):String(e)}function _a(e){const t=Object.create(null),o=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let r;for(;r=o.exec(e);)t[r[1]]=r[2];return t}const Sa=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function jt(e,t,o,r,i){if(g.isFunction(r))return r.call(this,t,o);if(i&&(t=o),!!g.isString(t)){if(g.isString(r))return t.indexOf(r)!==-1;if(g.isRegExp(r))return r.test(t)}}function wa(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,o,r)=>o.toUpperCase()+r)}function Ea(e,t){const o=g.toCamelCase(" "+t);["get","set","has"].forEach(r=>{Object.defineProperty(e,r+o,{value:function(i,a,s){return this[r].call(this,t,i,a,s)},configurable:!0})})}let st=class{constructor(t){t&&this.set(t)}set(t,o,r){const i=this;function a(c,d,l){const u=De(d);if(!u)throw new Error("header name must be a non-empty string");const m=g.findKey(i,u);(!m||i[m]===void 0||l===!0||l===void 0&&i[m]!==!1)&&(i[m||d]=at(c))}const s=(c,d)=>g.forEach(c,(l,u)=>a(l,u,d));return g.isPlainObject(t)||t instanceof this.constructor?s(t,o):g.isString(t)&&(t=t.trim())&&!Sa(t)?s(ba(t),o):t!=null&&a(o,t,r),this}get(t,o){if(t=De(t),t){const r=g.findKey(this,t);if(r){const i=this[r];if(!o)return i;if(o===!0)return _a(i);if(g.isFunction(o))return o.call(this,i,r);if(g.isRegExp(o))return o.exec(i);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,o){if(t=De(t),t){const r=g.findKey(this,t);return!!(r&&this[r]!==void 0&&(!o||jt(this,this[r],r,o)))}return!1}delete(t,o){const r=this;let i=!1;function a(s){if(s=De(s),s){const c=g.findKey(r,s);c&&(!o||jt(r,r[c],c,o))&&(delete r[c],i=!0)}}return g.isArray(t)?t.forEach(a):a(t),i}clear(t){const o=Object.keys(this);let r=o.length,i=!1;for(;r--;){const a=o[r];(!t||jt(this,this[a],a,t,!0))&&(delete this[a],i=!0)}return i}normalize(t){const o=this,r={};return g.forEach(this,(i,a)=>{const s=g.findKey(r,a);if(s){o[s]=at(i),delete o[a];return}const c=t?wa(a):String(a).trim();c!==a&&delete o[a],o[c]=at(i),r[c]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const o=Object.create(null);return g.forEach(this,(r,i)=>{r!=null&&r!==!1&&(o[i]=t&&g.isArray(r)?r.join(", "):r)}),o}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,o])=>t+": "+o).join(`
3
- `)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...o){const r=new this(t);return o.forEach(i=>r.set(i)),r}static accessor(t){const o=(this[Jo]=this[Jo]={accessors:{}}).accessors,r=this.prototype;function i(a){const s=De(a);o[s]||(Ea(r,a),o[s]=!0)}return g.isArray(t)?t.forEach(i):i(t),this}};st.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),g.freezeMethods(st.prototype),g.freezeMethods(st);const ce=st;function It(e,t){const o=this||Rt,r=t||o,i=ce.from(r.headers);let a=r.data;return g.forEach(e,function(s){a=s.call(o,a,i.normalize(),t?t.status:void 0)}),i.normalize(),a}function Ko(e){return!!(e&&e.__CANCEL__)}function Me(e,t,o){O.call(this,e??"canceled",O.ERR_CANCELED,t,o),this.name="CanceledError"}g.inherits(Me,O,{__CANCEL__:!0});function va(e,t,o){const r=o.config.validateStatus;!o.status||!r||r(o.status)?e(o):t(new O("Request failed with status code "+o.status,[O.ERR_BAD_REQUEST,O.ERR_BAD_RESPONSE][Math.floor(o.status/100)-4],o.config,o.request,o))}const Ca=ae.isStandardBrowserEnv?function(){return{write:function(e,t,o,r,i,a){const s=[];s.push(e+"="+encodeURIComponent(t)),g.isNumber(o)&&s.push("expires="+new Date(o).toGMTString()),g.isString(r)&&s.push("path="+r),g.isString(i)&&s.push("domain="+i),a===!0&&s.push("secure"),document.cookie=s.join("; ")},read:function(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}}():function(){return{write:function(){},read:function(){return null},remove:function(){}}}();function ka(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function xa(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}function Yo(e,t){return e&&!ka(t)?xa(e,t):t}const Na=ae.isStandardBrowserEnv?function(){const e=/(msie|trident)/i.test(navigator.userAgent),t=document.createElement("a");let o;function r(i){let a=i;return e&&(t.setAttribute("href",a),a=t.href),t.setAttribute("href",a),{href:t.href,protocol:t.protocol?t.protocol.replace(/:$/,""):"",host:t.host,search:t.search?t.search.replace(/^\?/,""):"",hash:t.hash?t.hash.replace(/^#/,""):"",hostname:t.hostname,port:t.port,pathname:t.pathname.charAt(0)==="/"?t.pathname:"/"+t.pathname}}return o=r(window.location.href),function(i){const a=g.isString(i)?r(i):i;return a.protocol===o.protocol&&a.host===o.host}}():function(){return function(){return!0}}();function Ta(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function Ba(e,t){e=e||10;const o=new Array(e),r=new Array(e);let i=0,a=0,s;return t=t!==void 0?t:1e3,function(c){const d=Date.now(),l=r[a];s||(s=d),o[i]=c,r[i]=d;let u=a,m=0;for(;u!==i;)m+=o[u++],u=u%e;if(i=(i+1)%e,i===a&&(a=(a+1)%e),d-s<t)return;const f=l&&d-l;return f?Math.round(m*1e3/f):void 0}}function $o(e,t){let o=0;const r=Ba(50,250);return i=>{const a=i.loaded,s=i.lengthComputable?i.total:void 0,c=a-o,d=r(c),l=a<=s;o=a;const u={loaded:a,total:s,progress:s?a/s:void 0,bytes:c,rate:d||void 0,estimated:d&&s&&l?(s-a)/d:void 0,event:i};u[t?"download":"upload"]=!0,e(u)}}const Oa=typeof XMLHttpRequest<"u",Va=Oa&&function(e){return new Promise(function(t,o){let r=e.data;const i=ce.from(e.headers).normalize(),a=e.responseType;let s;function c(){e.cancelToken&&e.cancelToken.unsubscribe(s),e.signal&&e.signal.removeEventListener("abort",s)}g.isFormData(r)&&(ae.isStandardBrowserEnv||ae.isStandardBrowserWebWorkerEnv?i.setContentType(!1):i.setContentType("multipart/form-data;",!1));let d=new XMLHttpRequest;if(e.auth){const f=e.auth.username||"",p=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";i.set("Authorization","Basic "+btoa(f+":"+p))}const l=Yo(e.baseURL,e.url);d.open(e.method.toUpperCase(),Wo(l,e.params,e.paramsSerializer),!0),d.timeout=e.timeout;function u(){if(!d)return;const f=ce.from("getAllResponseHeaders"in d&&d.getAllResponseHeaders()),p={data:!a||a==="text"||a==="json"?d.responseText:d.response,status:d.status,statusText:d.statusText,headers:f,config:e,request:d};va(function(h){t(h),c()},function(h){o(h),c()},p),d=null}if("onloadend"in d?d.onloadend=u:d.onreadystatechange=function(){!d||d.readyState!==4||d.status===0&&!(d.responseURL&&d.responseURL.indexOf("file:")===0)||setTimeout(u)},d.onabort=function(){d&&(o(new O("Request aborted",O.ECONNABORTED,e,d)),d=null)},d.onerror=function(){o(new O("Network Error",O.ERR_NETWORK,e,d)),d=null},d.ontimeout=function(){let f=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded";const p=e.transitional||Ho;e.timeoutErrorMessage&&(f=e.timeoutErrorMessage),o(new O(f,p.clarifyTimeoutError?O.ETIMEDOUT:O.ECONNABORTED,e,d)),d=null},ae.isStandardBrowserEnv){const f=(e.withCredentials||Na(l))&&e.xsrfCookieName&&Ca.read(e.xsrfCookieName);f&&i.set(e.xsrfHeaderName,f)}r===void 0&&i.setContentType(null),"setRequestHeader"in d&&g.forEach(i.toJSON(),function(f,p){d.setRequestHeader(p,f)}),g.isUndefined(e.withCredentials)||(d.withCredentials=!!e.withCredentials),a&&a!=="json"&&(d.responseType=e.responseType),typeof e.onDownloadProgress=="function"&&d.addEventListener("progress",$o(e.onDownloadProgress,!0)),typeof e.onUploadProgress=="function"&&d.upload&&d.upload.addEventListener("progress",$o(e.onUploadProgress)),(e.cancelToken||e.signal)&&(s=f=>{d&&(o(!f||f.type?new Me(null,e,d):f),d.abort(),d=null)},e.cancelToken&&e.cancelToken.subscribe(s),e.signal&&(e.signal.aborted?s():e.signal.addEventListener("abort",s)));const m=Ta(l);if(m&&ae.protocols.indexOf(m)===-1){o(new O("Unsupported protocol "+m+":",O.ERR_BAD_REQUEST,e));return}d.send(r||null)})},lt={http:oa,xhr:Va};g.forEach(lt,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const Aa={getAdapter:e=>{e=g.isArray(e)?e:[e];const{length:t}=e;let o,r;for(let i=0;i<t&&(o=e[i],!(r=g.isString(o)?lt[o.toLowerCase()]:o));i++);if(!r)throw r===!1?new O(`Adapter ${o} is not supported by the environment`,"ERR_NOT_SUPPORT"):new Error(g.hasOwnProp(lt,o)?`Adapter '${o}' is not available in the build`:`Unknown adapter '${o}'`);if(!g.isFunction(r))throw new TypeError("adapter is not a function");return r},adapters:lt};function Ft(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new Me(null,e)}function Xo(e){return Ft(e),e.headers=ce.from(e.headers),e.data=It.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),Aa.getAdapter(e.adapter||Rt.adapter)(e).then(function(t){return Ft(e),t.data=It.call(e,e.transformResponse,t),t.headers=ce.from(t.headers),t},function(t){return Ko(t)||(Ft(e),t&&t.response&&(t.response.data=It.call(e,e.transformResponse,t.response),t.response.headers=ce.from(t.response.headers))),Promise.reject(t)})}const Zo=e=>e instanceof ce?e.toJSON():e;function Ve(e,t){t=t||{};const o={};function r(l,u,m){return g.isPlainObject(l)&&g.isPlainObject(u)?g.merge.call({caseless:m},l,u):g.isPlainObject(u)?g.merge({},u):g.isArray(u)?u.slice():u}function i(l,u,m){if(g.isUndefined(u)){if(!g.isUndefined(l))return r(void 0,l,m)}else return r(l,u,m)}function a(l,u){if(!g.isUndefined(u))return r(void 0,u)}function s(l,u){if(g.isUndefined(u)){if(!g.isUndefined(l))return r(void 0,l)}else return r(void 0,u)}function c(l,u,m){if(m in t)return r(l,u);if(m in e)return r(void 0,l)}const d={url:a,method:a,data:a,baseURL:s,transformRequest:s,transformResponse:s,paramsSerializer:s,timeout:s,timeoutMessage:s,withCredentials:s,adapter:s,responseType:s,xsrfCookieName:s,xsrfHeaderName:s,onUploadProgress:s,onDownloadProgress:s,decompress:s,maxContentLength:s,maxBodyLength:s,beforeRedirect:s,transport:s,httpAgent:s,httpsAgent:s,cancelToken:s,socketPath:s,responseEncoding:s,validateStatus:c,headers:(l,u)=>i(Zo(l),Zo(u),!0)};return g.forEach(Object.keys(Object.assign({},e,t)),function(l){const u=d[l]||i,m=u(e[l],t[l],l);g.isUndefined(m)&&u!==c||(o[l]=m)}),o}const Qo="1.4.0",Pt={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{Pt[e]=function(o){return typeof o===e||"a"+(t<1?"n ":" ")+e}});const en={};Pt.transitional=function(e,t,o){function r(i,a){return"[Axios v"+Qo+"] Transitional option '"+i+"'"+a+(o?". "+o:"")}return(i,a,s)=>{if(e===!1)throw new O(r(a," has been removed"+(t?" in "+t:"")),O.ERR_DEPRECATED);return t&&!en[a]&&(en[a]=!0,console.warn(r(a," has been deprecated since v"+t+" and will be removed in the near future"))),e?e(i,a,s):!0}};function La(e,t,o){if(typeof e!="object")throw new O("options must be an object",O.ERR_BAD_OPTION_VALUE);const r=Object.keys(e);let i=r.length;for(;i-- >0;){const a=r[i],s=t[a];if(s){const c=e[a],d=c===void 0||s(c,a,e);if(d!==!0)throw new O("option "+a+" must be "+d,O.ERR_BAD_OPTION_VALUE);continue}if(o!==!0)throw new O("Unknown option "+a,O.ERR_BAD_OPTION)}}const zt={assertOptions:La,validators:Pt},he=zt.validators;class ct{constructor(t){this.defaults=t,this.interceptors={request:new Go,response:new Go}}request(t,o){typeof t=="string"?(o=o||{},o.url=t):o=t||{},o=Ve(this.defaults,o);const{transitional:r,paramsSerializer:i,headers:a}=o;r!==void 0&&zt.assertOptions(r,{silentJSONParsing:he.transitional(he.boolean),forcedJSONParsing:he.transitional(he.boolean),clarifyTimeoutError:he.transitional(he.boolean)},!1),i!=null&&(g.isFunction(i)?o.paramsSerializer={serialize:i}:zt.assertOptions(i,{encode:he.function,serialize:he.function},!0)),o.method=(o.method||this.defaults.method||"get").toLowerCase();let s;s=a&&g.merge(a.common,a[o.method]),s&&g.forEach(["delete","get","head","post","put","patch","common"],h=>{delete a[h]}),o.headers=ce.concat(s,a);const c=[];let d=!0;this.interceptors.request.forEach(function(h){typeof h.runWhen=="function"&&h.runWhen(o)===!1||(d=d&&h.synchronous,c.unshift(h.fulfilled,h.rejected))});const l=[];this.interceptors.response.forEach(function(h){l.push(h.fulfilled,h.rejected)});let u,m=0,f;if(!d){const h=[Xo.bind(this),void 0];for(h.unshift.apply(h,c),h.push.apply(h,l),f=h.length,u=Promise.resolve(o);m<f;)u=u.then(h[m++],h[m++]);return u}f=c.length;let p=o;for(m=0;m<f;){const h=c[m++],_=c[m++];try{p=h(p)}catch(S){_.call(this,S);break}}try{u=Xo.call(this,p)}catch(h){return Promise.reject(h)}for(m=0,f=l.length;m<f;)u=u.then(l[m++],l[m++]);return u}getUri(t){t=Ve(this.defaults,t);const o=Yo(t.baseURL,t.url);return Wo(o,t.params,t.paramsSerializer)}}g.forEach(["delete","get","head","options"],function(e){ct.prototype[e]=function(t,o){return this.request(Ve(o||{},{method:e,url:t,data:(o||{}).data}))}}),g.forEach(["post","put","patch"],function(e){function t(o){return function(r,i,a){return this.request(Ve(a||{},{method:e,headers:o?{"Content-Type":"multipart/form-data"}:{},url:r,data:i}))}}ct.prototype[e]=t(),ct.prototype[e+"Form"]=t(!0)});const dt=ct,Ra=class Ir{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let o;this.promise=new Promise(function(i){o=i});const r=this;this.promise.then(i=>{if(!r._listeners)return;let a=r._listeners.length;for(;a-- >0;)r._listeners[a](i);r._listeners=null}),this.promise.then=i=>{let a;const s=new Promise(c=>{r.subscribe(c),a=c}).then(i);return s.cancel=function(){r.unsubscribe(a)},s},t(function(i,a,s){r.reason||(r.reason=new Me(i,a,s),o(r.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const o=this._listeners.indexOf(t);o!==-1&&this._listeners.splice(o,1)}static source(){let t;return{token:new Ir(function(o){t=o}),cancel:t}}};function ja(e){return function(t){return e.apply(null,t)}}function Ia(e){return g.isObject(e)&&e.isAxiosError===!0}const Dt={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(Dt).forEach(([e,t])=>{Dt[t]=e});const Fa=Dt;function tn(e){const t=new dt(e),o=No(dt.prototype.request,t);return g.extend(o,dt.prototype,t,{allOwnKeys:!0}),g.extend(o,t,null,{allOwnKeys:!0}),o.create=function(r){return tn(Ve(e,r))},o}const I=tn(Rt);I.Axios=dt,I.CanceledError=Me,I.CancelToken=Ra,I.isCancel=Ko,I.VERSION=Qo,I.toFormData=rt,I.AxiosError=O,I.Cancel=I.CanceledError,I.all=function(e){return Promise.all(e)},I.spread=ja,I.isAxiosError=Ia,I.mergeConfig=Ve,I.AxiosHeaders=ce,I.formToJSON=e=>qo(g.isHTMLForm(e)?new FormData(e):e),I.HttpStatusCode=Fa,I.default=I;const on=I;/**
1
+ (function(Te,r){typeof exports=="object"&&typeof module<"u"?r(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],r):(Te=typeof globalThis<"u"?globalThis:Te||self,r(Te.GSCGameData={},Te.Vue))})(this,function(Te,r){"use strict";const Zg="",Qg="",ey="",ty="",ny="",oy="",ry="",iy="",Zi=(e,t)=>{const n=e.__vccOpts||e;for(const[o,i]of t)n[o]=i;return n},Qi={props:{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"},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},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}},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))}}},ea=["src"],ta={key:1,class:"text"},na=["src"];function oa(e,t,n,o,i,a){return r.openBlock(),r.createElementBlock("div",{class:r.normalizeClass(["button",i.status&&n.typeOnOff&&"button-active"]),style:r.normalizeStyle([a.customStyle,i.status&&n.typeOnOff&&a.customActive]),onClick:t[0]||(t[0]=(...s)=>a.btnClick&&a.btnClick(...s))},[n.icon&&n.iconPosition.toLowerCase()==="left"?(r.openBlock(),r.createElementBlock("img",{key:0,class:"icon",style:r.normalizeStyle({width:n.iconSize}),src:n.icon},null,12,ea)):r.createCommentVNode("",!0),n.textValue?(r.openBlock(),r.createElementBlock("div",ta,r.toDisplayString(n.textValue),1)):r.createCommentVNode("",!0),n.icon&&n.iconPosition.toLowerCase()==="right"?(r.openBlock(),r.createElementBlock("img",{key:2,class:"icon",style:r.normalizeStyle({width:n.iconSize}),src:n.icon},null,12,na)):r.createCommentVNode("",!0)],6)}const ra=Zi(Qi,[["render",oa],["__scopeId","data-v-1bfd444b"]]),ia={class:"gsc-dropdown__main-container__item-selected"},aa=["height","width"],sa=["stroke"],la={class:"gsc-dropdown__items-container"},ca=["onClick"],da={key:0,class:"gsc-dropdown__items-footer"},ua={__name:"GSC-Dropdown",props:{height:{type:String,default:"fit-content"},width:{type:String,default:"fit-content"},borderRadius:{type:Number,default:5},arrowHeight:{type:Number,default:24},arrowWidth:{type:Number,default:24},borderType:{type:String,default:"solid",validator:function(e){return["solid","dotted","dashed"].includes(e)}},borderWidth:{type:Number,default:1},borderColor:{type:String,default:"black"},backgroundColor:{type:String,default:"grey"},color:{type:String,default:"black"},arrowColor:{type:String,default:"#CBEE6B"},items:{type:Array,default:()=>[]},defaultItemByIndex:{type:Number,default:0},defaultItemByProp:{type:Object,default:null,validator:e=>["propName","value"].every(t=>t in e)},listBackgroundColor:{type:String,default:"white"},hoverBackgroundColor:{type:String,default:"#f1f1f1"},listItemPadding:{type:String,default:"10px 12px"},listHeight:{type:String,default:"fit-content"},listItemSelectedColor:{type:String,default:"white"},listItemSelectedBackgroundColor:{type:String,default:"#399cfd"},listItemColor:{type:String,default:"black"},listBorderRadius:{type:String,default:"0"},listBorderColor:{type:String,default:""},listBorderWidth:{type:Number,default:1},isListSameWidth:{type:Boolean,default:!1},isMultipleOption:{type:Boolean,default:!1},footerBorderColor:{type:String,default:"#626970"},footerBorderWidth:{type:Number,default:1},isFooterVisible:{type:Boolean,default:!1}},emits:["input","click-ready"],setup(e,{emit:t}){const n=e,o=r.ref({}),i=r.ref(n.isMultipleOption?-1:0),a=r.ref(!1);r.watch(n,m=>{if(m.items&&m.items.length){if(n.defaultItemByProp){const h=n.items.findIndex(f=>f[n.defaultItemByProp.propName]===n.defaultItemByProp.value);h!==-1?(i.value=h,o.value=m.items[h]):(i.value=0,o.value=m.items[0])}else o.value=m.items[n.defaultItemByIndex];t("input",o.value)}},{immediate:!0});const s=r.computed(()=>({height:n.height,width:n.width,backgroundColor:n.backgroundColor,borderRadius:`${n.borderRadius}px`,border:`${n.borderType} ${n.borderWidth}px ${n.borderColor}`,color:n.color,"--hover-background-color":n.hoverBackgroundColor,"--list-item-padding":n.listItemPadding,"--list-background-color":n.listBackgroundColor,"--list-height":n.listHeight,"--list-item-selected-color":n.listItemSelectedColor,"--list-item-selected-background-color":n.listItemSelectedBackgroundColor,"--list-item-color":n.listItemColor,"--list-border-radius":`${n.listBorderRadius}`,"--list-border-color":n.listBorderColor,"--list-width":n.isListSameWidth?n.width:"fit-content","--list-border-width":`${n.listBorderWidth}px`,"--footer-border":`${n.footerBorderWidth}px solid ${n.footerBorderColor}`})),l=r.computed(()=>({height:`${n.arrowHeight}px`,width:`${n.arrowWidth}px`}));function u(){a.value=!a.value}function c(m,h){n.isMultipleOption?i.value=-1:(i.value=h,a.value=!1),o.value=m,t("input",o.value)}function d(){a.value=!1,t("click-ready")}return(m,h)=>(r.openBlock(),r.createElementBlock("div",{class:"gsc-dropdown",style:r.normalizeStyle(s.value)},[r.createElementVNode("div",{class:"gsc-dropdown__main-container",style:r.normalizeStyle({"padding-right":`${e.arrowWidth+8}px`}),onClick:u},[r.createElementVNode("div",ia,[r.renderSlot(m.$slots,"default",{selectedItem:o.value})]),r.createElementVNode("div",{class:r.normalizeClass(["gsc-dropdown__main-container__icon",{"rotated-180":a.value}]),style:r.normalizeStyle(l.value)},[(r.openBlock(),r.createElementBlock("svg",{height:e.arrowHeight,width:e.arrowWidth,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[r.createElementVNode("path",{d:"M18.394 9.13501L13.1302 14.3988C12.5086 15.0204 11.4914 15.0204 10.8697 14.3988L5.60596 9.13501",stroke:e.arrowColor},null,8,sa)],8,aa))],6)],4),r.createVNode(r.Transition,null,{default:r.withCtx(()=>[r.withDirectives(r.createElementVNode("div",la,[r.createElementVNode("div",null,[r.createElementVNode("div",{class:"gsc-dropdown__items",style:r.normalizeStyle({"margin-top":`${n.borderWidth}px`})},[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(e.items,(f,p)=>(r.openBlock(),r.createElementBlock("div",{class:r.normalizeClass(["gsc-dropdown__items__item",{selected:p===i.value}]),key:p,onClick:_=>c(f,p)},[r.renderSlot(m.$slots,"availableItem",{item:f})],10,ca))),128))],4),e.isFooterVisible?(r.openBlock(),r.createElementBlock("div",da,[r.createVNode(r.unref(ra),{"text-value":"Listo","border-color":"#cbee6b","font-size":"12px",width:"72px",height:"22px","border-radius":"62px","border-width":.8,onClick:d})])):r.createCommentVNode("",!0)])],512),[[r.vShow,a.value]])]),_:3})],4))}},ma=(e,t)=>{const n=e.__vccOpts||e;for(const[o,i]of t)n[o]=i;return n},pa={class:"tournament-select__selected-tournament"},fa={class:"tournament-select__selected-tournament__logo"},ha=["src"],ga={class:"tournament-select__selected-tournament__name"},ya={__name:"GSCTournamentSelect",props:{apiUrl:{type:String,default:"https://kefloixzy1.execute-api.us-west-2.amazonaws.com/prod/tournaments"},fontFamily:{type:String,default:"sans-serif"},logosUrl:{type:String,default:"https://az755631.vo.msecnd.net/todoelfut/"},logoFileType:{type:String,default:"png"},height:{type:String,default:"40px"},width:{type:String,default:"179px"},borderRadius:{type:Number,default:8},arrowHeight:{type:Number,default:24},arrowWidth:{type:Number,default:24},borderType:{type:String,default:"solid",validator:function(e){return["solid","dotted","dashed"].includes(e)}},borderWidth:{type:Number,default:1},borderColor:{type:String,default:"rgba(255, 255, 255, 0.2)"},backgroundColor:{type:String,default:"#0d1d29"},color:{type:String,default:"white"},arrowColor:{type:String,default:"#CBEE6B"},items:{type:Array,default:()=>[]},defaultItemByIndex:{type:Number,default:0},defaultItemByProp:{type:Object,default:null,validator:e=>["propName","value"].every(t=>t in e)}},emits:["input"],setup(e,{emit:t}){const n=e,o=r.ref([]),i=r.computed(()=>{const c={};return n.fontFamily&&(c["font-family"]=`${n.fontFamily}`),c});async function a(){try{if(n.items&&n.items.length)o.value=[...n.items];else if(n.apiUrl){const c=await l();o.value=c.map(d=>({...d.tournament,seasons:d.seasons}))}}catch(c){throw new Error(c)}}function s(c){const d=new XMLHttpRequest,m=`${n.logosUrl}${c}.${n.logoFileType}`;return d.open("HEAD",m,!1),d.send(),d.status!==404}async function l(){try{return(await fetch(n.apiUrl)).json()}catch(c){return Promise.reject(c)}}function u(c){t("input",c)}return r.onMounted(()=>{a()}),(c,d)=>(r.openBlock(),r.createElementBlock("div",{class:"tournament-select",style:r.normalizeStyle(i.value)},[r.createVNode(r.unref(ua),r.mergeProps(n,{items:o.value,onInput:u}),{default:r.withCtx(({selectedItem:m})=>[r.createElementVNode("div",pa,[r.createElementVNode("div",fa,[s(m.id)?(r.openBlock(),r.createElementBlock("img",{key:0,src:`${n.logosUrl}${m.id}.${n.logoFileType}`,alt:""},null,8,ha)):r.createCommentVNode("",!0)]),r.createElementVNode("div",ga,r.toDisplayString(m.name),1)])]),availableItem:r.withCtx(({item:m})=>[r.createElementVNode("div",null,r.toDisplayString(m.name),1)]),_:1},16,["items"])],4))}},ba=ma(ya,[["__scopeId","data-v-ed37b8ef"]]),_a=(e,t)=>{const n=e.__vccOpts||e;for(const[o,i]of t)n[o]=i;return n},wa={props:{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"},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},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}},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))}}},Sa=["src"],Ea={key:1,class:"text"},Ca=["src"];function va(e,t,n,o,i,a){return r.openBlock(),r.createElementBlock("div",{class:r.normalizeClass(["button",i.status&&n.typeOnOff&&"button-active"]),style:r.normalizeStyle([a.customStyle,i.status&&n.typeOnOff&&a.customActive]),onClick:t[0]||(t[0]=(...s)=>a.btnClick&&a.btnClick(...s))},[n.icon&&n.iconPosition.toLowerCase()==="left"?(r.openBlock(),r.createElementBlock("img",{key:0,class:"icon",style:r.normalizeStyle({width:n.iconSize}),src:n.icon},null,12,Sa)):r.createCommentVNode("",!0),n.textValue?(r.openBlock(),r.createElementBlock("div",Ea,r.toDisplayString(n.textValue),1)):r.createCommentVNode("",!0),n.icon&&n.iconPosition.toLowerCase()==="right"?(r.openBlock(),r.createElementBlock("img",{key:2,class:"icon",style:r.normalizeStyle({width:n.iconSize}),src:n.icon},null,12,Ca)):r.createCommentVNode("",!0)],6)}const xa=_a(wa,[["render",va],["__scopeId","data-v-1bfd444b"]]),Na={class:"gsc-dropdown__main-container__item-selected"},ka=["height","width"],Ta=["stroke"],Oa={class:"gsc-dropdown__items-container"},Ba=["onClick"],Aa={key:0,class:"gsc-dropdown__items-footer"},Ra={__name:"GSC-Dropdown",props:{height:{type:String,default:"fit-content"},width:{type:String,default:"fit-content"},borderRadius:{type:Number,default:5},arrowHeight:{type:Number,default:24},arrowWidth:{type:Number,default:24},borderType:{type:String,default:"solid",validator:function(e){return["solid","dotted","dashed"].includes(e)}},borderWidth:{type:Number,default:1},borderColor:{type:String,default:"black"},backgroundColor:{type:String,default:"grey"},color:{type:String,default:"black"},arrowColor:{type:String,default:"#CBEE6B"},items:{type:Array,default:()=>[]},defaultItemByIndex:{type:Number,default:0},defaultItemByProp:{type:Object,default:null,validator:e=>["propName","value"].every(t=>t in e)},listBackgroundColor:{type:String,default:"white"},hoverBackgroundColor:{type:String,default:"#f1f1f1"},listItemPadding:{type:String,default:"10px 12px"},listHeight:{type:String,default:"fit-content"},listItemSelectedColor:{type:String,default:"white"},listItemSelectedBackgroundColor:{type:String,default:"#399cfd"},listItemColor:{type:String,default:"black"},listBorderRadius:{type:String,default:"0"},listBorderColor:{type:String,default:""},listBorderWidth:{type:Number,default:1},isListSameWidth:{type:Boolean,default:!1},isMultipleOption:{type:Boolean,default:!1},footerBorderColor:{type:String,default:"#626970"},footerBorderWidth:{type:Number,default:1},isFooterVisible:{type:Boolean,default:!1}},emits:["input","click-ready"],setup(e,{emit:t}){const n=e,o=r.ref({}),i=r.ref(n.isMultipleOption?-1:0),a=r.ref(!1);r.watch(n,m=>{if(m.items&&m.items.length){if(n.defaultItemByProp){const h=n.items.findIndex(f=>f[n.defaultItemByProp.propName]===n.defaultItemByProp.value);h!==-1?(i.value=h,o.value=m.items[h]):(i.value=0,o.value=m.items[0])}else o.value=m.items[n.defaultItemByIndex];t("input",o.value)}},{immediate:!0});const s=r.computed(()=>({height:n.height,width:n.width,backgroundColor:n.backgroundColor,borderRadius:`${n.borderRadius}px`,border:`${n.borderType} ${n.borderWidth}px ${n.borderColor}`,color:n.color,"--hover-background-color":n.hoverBackgroundColor,"--list-item-padding":n.listItemPadding,"--list-background-color":n.listBackgroundColor,"--list-height":n.listHeight,"--list-item-selected-color":n.listItemSelectedColor,"--list-item-selected-background-color":n.listItemSelectedBackgroundColor,"--list-item-color":n.listItemColor,"--list-border-radius":`${n.listBorderRadius}`,"--list-border-color":n.listBorderColor,"--list-width":n.isListSameWidth?n.width:"fit-content","--list-border-width":`${n.listBorderWidth}px`,"--footer-border":`${n.footerBorderWidth}px solid ${n.footerBorderColor}`})),l=r.computed(()=>({height:`${n.arrowHeight}px`,width:`${n.arrowWidth}px`}));function u(){a.value=!a.value}function c(m,h){n.isMultipleOption?i.value=-1:(i.value=h,a.value=!1),o.value=m,t("input",o.value)}function d(){a.value=!1,t("click-ready")}return(m,h)=>(r.openBlock(),r.createElementBlock("div",{class:"gsc-dropdown",style:r.normalizeStyle(s.value)},[r.createElementVNode("div",{class:"gsc-dropdown__main-container",style:r.normalizeStyle({"padding-right":`${e.arrowWidth+8}px`}),onClick:u},[r.createElementVNode("div",Na,[r.renderSlot(m.$slots,"default",{selectedItem:o.value})]),r.createElementVNode("div",{class:r.normalizeClass(["gsc-dropdown__main-container__icon",{"rotated-180":a.value}]),style:r.normalizeStyle(l.value)},[(r.openBlock(),r.createElementBlock("svg",{height:e.arrowHeight,width:e.arrowWidth,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[r.createElementVNode("path",{d:"M18.394 9.13501L13.1302 14.3988C12.5086 15.0204 11.4914 15.0204 10.8697 14.3988L5.60596 9.13501",stroke:e.arrowColor},null,8,Ta)],8,ka))],6)],4),r.createVNode(r.Transition,null,{default:r.withCtx(()=>[r.withDirectives(r.createElementVNode("div",Oa,[r.createElementVNode("div",null,[r.createElementVNode("div",{class:"gsc-dropdown__items",style:r.normalizeStyle({"margin-top":`${n.borderWidth}px`})},[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(e.items,(f,p)=>(r.openBlock(),r.createElementBlock("div",{class:r.normalizeClass(["gsc-dropdown__items__item",{selected:p===i.value}]),key:p,onClick:_=>c(f,p)},[r.renderSlot(m.$slots,"availableItem",{item:f})],10,Ba))),128))],4),e.isFooterVisible?(r.openBlock(),r.createElementBlock("div",Aa,[r.createVNode(r.unref(xa),{"text-value":"Listo","border-color":"#cbee6b","font-size":"12px",width:"72px",height:"22px","border-radius":"62px","border-width":.8,onClick:d})])):r.createCommentVNode("",!0)])],512),[[r.vShow,a.value]])]),_:3})],4))}},Va=(e,t)=>{const n=e.__vccOpts||e;for(const[o,i]of t)n[o]=i;return n},La={class:"season-name"},Fa={__name:"GSC-Season-Select",props:{seasons:{type:Array,default:()=>[]}},emits:["input"],setup(e,{emit:t}){function n(o){t("input",o)}return(o,i)=>(r.openBlock(),r.createBlock(r.unref(Ra),{items:e.seasons,height:"40px",width:"179px","background-color":"#0d1d29",color:"white","border-color":"rgba(255, 255, 255, 0.2)","font-family":"Poppins-Regular","border-radius":8,onInput:n},{default:r.withCtx(({selectedItem:a})=>[r.createElementVNode("div",La,[r.createElementVNode("span",null,r.toDisplayString(a.name),1)])]),availableItem:r.withCtx(({item:a})=>[r.createElementVNode("span",null,r.toDisplayString(a.name),1)]),_:1},8,["items"]))}},ja=Va(Fa,[["__scopeId","data-v-ffcf8231"]]);function mo(e,t){return function(){return e.apply(t,arguments)}}const{toString:Pa}=Object.prototype,{getPrototypeOf:Zt}=Object,ft=(e=>t=>{const n=Pa.call(t);return e[n]||(e[n]=n.slice(8,-1).toLowerCase())})(Object.create(null)),ce=e=>(e=e.toLowerCase(),t=>ft(t)===e),ht=e=>t=>typeof t===e,{isArray:Ie}=Array,Ke=ht("undefined");function Ia(e){return e!==null&&!Ke(e)&&e.constructor!==null&&!Ke(e.constructor)&&Z(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const po=ce("ArrayBuffer");function Da(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&po(e.buffer),t}const za=ht("string"),Z=ht("function"),fo=ht("number"),gt=e=>e!==null&&typeof e=="object",Ma=e=>e===!0||e===!1,yt=e=>{if(ft(e)!=="object")return!1;const t=Zt(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},Ua=ce("Date"),Wa=ce("File"),Ha=ce("Blob"),Ga=ce("FileList"),qa=e=>gt(e)&&Z(e.pipe),Ja=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||Z(e.append)&&((t=ft(e))==="formdata"||t==="object"&&Z(e.toString)&&e.toString()==="[object FormData]"))},Ka=ce("URLSearchParams"),$a=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function $e(e,t,{allOwnKeys:n=!1}={}){if(e===null||typeof e>"u")return;let o,i;if(typeof e!="object"&&(e=[e]),Ie(e))for(o=0,i=e.length;o<i;o++)t.call(null,e[o],o,e);else{const a=n?Object.getOwnPropertyNames(e):Object.keys(e),s=a.length;let l;for(o=0;o<s;o++)l=a[o],t.call(null,e[l],l,e)}}function ho(e,t){t=t.toLowerCase();const n=Object.keys(e);let o=n.length,i;for(;o-- >0;)if(i=n[o],t===i.toLowerCase())return i;return null}const go=(()=>typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global)(),yo=e=>!Ke(e)&&e!==go;function Qt(){const{caseless:e}=yo(this)&&this||{},t={},n=(o,i)=>{const a=e&&ho(t,i)||i;yt(t[a])&&yt(o)?t[a]=Qt(t[a],o):yt(o)?t[a]=Qt({},o):Ie(o)?t[a]=o.slice():t[a]=o};for(let o=0,i=arguments.length;o<i;o++)arguments[o]&&$e(arguments[o],n);return t}const Ya=(e,t,n,{allOwnKeys:o}={})=>($e(t,(i,a)=>{n&&Z(i)?e[a]=mo(i,n):e[a]=i},{allOwnKeys:o}),e),Xa=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),Za=(e,t,n,o)=>{e.prototype=Object.create(t.prototype,o),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),n&&Object.assign(e.prototype,n)},Qa=(e,t,n,o)=>{let i,a,s;const l={};if(t=t||{},e==null)return t;do{for(i=Object.getOwnPropertyNames(e),a=i.length;a-- >0;)s=i[a],(!o||o(s,e,t))&&!l[s]&&(t[s]=e[s],l[s]=!0);e=n!==!1&&Zt(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},es=(e,t,n)=>{e=String(e),(n===void 0||n>e.length)&&(n=e.length),n-=t.length;const o=e.indexOf(t,n);return o!==-1&&o===n},ts=e=>{if(!e)return null;if(Ie(e))return e;let t=e.length;if(!fo(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},ns=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&Zt(Uint8Array)),os=(e,t)=>{const n=(e&&e[Symbol.iterator]).call(e);let o;for(;(o=n.next())&&!o.done;){const i=o.value;t.call(e,i[0],i[1])}},rs=(e,t)=>{let n;const o=[];for(;(n=e.exec(t))!==null;)o.push(n);return o},is=ce("HTMLFormElement"),as=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(t,n,o){return n.toUpperCase()+o}),bo=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),ss=ce("RegExp"),_o=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),o={};$e(n,(i,a)=>{t(i,a,e)!==!1&&(o[a]=i)}),Object.defineProperties(e,o)},ls=e=>{_o(e,(t,n)=>{if(Z(e)&&["arguments","caller","callee"].indexOf(n)!==-1)return!1;const o=e[n];if(Z(o)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")})}})},cs=(e,t)=>{const n={},o=i=>{i.forEach(a=>{n[a]=!0})};return Ie(e)?o(e):o(String(e).split(t)),n},ds=()=>{},us=(e,t)=>(e=+e,Number.isFinite(e)?e:t),en="abcdefghijklmnopqrstuvwxyz",wo="0123456789",So={DIGIT:wo,ALPHA:en,ALPHA_DIGIT:en+en.toUpperCase()+wo},ms=(e=16,t=So.ALPHA_DIGIT)=>{let n="";const{length:o}=t;for(;e--;)n+=t[Math.random()*o|0];return n};function ps(e){return!!(e&&Z(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const fs=e=>{const t=new Array(10),n=(o,i)=>{if(gt(o)){if(t.indexOf(o)>=0)return;if(!("toJSON"in o)){t[i]=o;const a=Ie(o)?[]:{};return $e(o,(s,l)=>{const u=n(s,i+1);!Ke(u)&&(a[l]=u)}),t[i]=void 0,a}}return o};return n(e,0)},hs=ce("AsyncFunction"),gs=e=>e&&(gt(e)||Z(e))&&Z(e.then)&&Z(e.catch),g={isArray:Ie,isArrayBuffer:po,isBuffer:Ia,isFormData:Ja,isArrayBufferView:Da,isString:za,isNumber:fo,isBoolean:Ma,isObject:gt,isPlainObject:yt,isUndefined:Ke,isDate:Ua,isFile:Wa,isBlob:Ha,isRegExp:ss,isFunction:Z,isStream:qa,isURLSearchParams:Ka,isTypedArray:ns,isFileList:Ga,forEach:$e,merge:Qt,extend:Ya,trim:$a,stripBOM:Xa,inherits:Za,toFlatObject:Qa,kindOf:ft,kindOfTest:ce,endsWith:es,toArray:ts,forEachEntry:os,matchAll:rs,isHTMLForm:is,hasOwnProperty:bo,hasOwnProp:bo,reduceDescriptors:_o,freezeMethods:ls,toObjectSet:cs,toCamelCase:as,noop:ds,toFiniteNumber:us,findKey:ho,global:go,isContextDefined:yo,ALPHABET:So,generateString:ms,isSpecCompliantForm:ps,toJSONObject:fs,isAsyncFn:hs,isThenable:gs};function V(e,t,n,o,i){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",t&&(this.code=t),n&&(this.config=n),o&&(this.request=o),i&&(this.response=i)}g.inherits(V,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:g.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const Eo=V.prototype,Co={};["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=>{Co[e]={value:e}}),Object.defineProperties(V,Co),Object.defineProperty(Eo,"isAxiosError",{value:!0}),V.from=(e,t,n,o,i,a)=>{const s=Object.create(Eo);return g.toFlatObject(e,s,function(l){return l!==Error.prototype},l=>l!=="isAxiosError"),V.call(s,e.message,t,n,o,i),s.cause=e,s.name=e.name,a&&Object.assign(s,a),s};const ys=null;function tn(e){return g.isPlainObject(e)||g.isArray(e)}function vo(e){return g.endsWith(e,"[]")?e.slice(0,-2):e}function xo(e,t,n){return e?e.concat(t).map(function(o,i){return o=vo(o),!n&&i?"["+o+"]":o}).join(n?".":""):t}function bs(e){return g.isArray(e)&&!e.some(tn)}const _s=g.toFlatObject(g,{},null,function(e){return/^is[A-Z]/.test(e)});function bt(e,t,n){if(!g.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,n=g.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(f,p){return!g.isUndefined(p[f])});const o=n.metaTokens,i=n.visitor||c,a=n.dots,s=n.indexes,l=(n.Blob||typeof Blob<"u"&&Blob)&&g.isSpecCompliantForm(t);if(!g.isFunction(i))throw new TypeError("visitor must be a function");function u(f){if(f===null)return"";if(g.isDate(f))return f.toISOString();if(!l&&g.isBlob(f))throw new V("Blob is not supported. Use a Buffer instead.");return g.isArrayBuffer(f)||g.isTypedArray(f)?l&&typeof Blob=="function"?new Blob([f]):Buffer.from(f):f}function c(f,p,_){let S=f;if(f&&!_&&typeof f=="object"){if(g.endsWith(p,"{}"))p=o?p:p.slice(0,-2),f=JSON.stringify(f);else if(g.isArray(f)&&bs(f)||(g.isFileList(f)||g.endsWith(p,"[]"))&&(S=g.toArray(f)))return p=vo(p),S.forEach(function(C,O){!(g.isUndefined(C)||C===null)&&t.append(s===!0?xo([p],O,a):s===null?p:p+"[]",u(C))}),!1}return tn(f)?!0:(t.append(xo(_,p,a),u(f)),!1)}const d=[],m=Object.assign(_s,{defaultVisitor:c,convertValue:u,isVisitable:tn});function h(f,p){if(!g.isUndefined(f)){if(d.indexOf(f)!==-1)throw Error("Circular reference detected in "+p.join("."));d.push(f),g.forEach(f,function(_,S){(!(g.isUndefined(_)||_===null)&&i.call(t,_,g.isString(S)?S.trim():S,p,m))===!0&&h(_,p?p.concat(S):[S])}),d.pop()}}if(!g.isObject(e))throw new TypeError("data must be an object");return h(e),t}function No(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(n){return t[n]})}function nn(e,t){this._pairs=[],e&&bt(e,this,t)}const ko=nn.prototype;ko.append=function(e,t){this._pairs.push([e,t])},ko.toString=function(e){const t=e?function(n){return e.call(this,n,No)}:No;return this._pairs.map(function(n){return t(n[0])+"="+t(n[1])},"").join("&")};function ws(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function To(e,t,n){if(!t)return e;const o=n&&n.encode||ws,i=n&&n.serialize;let a;if(i?a=i(t,n):a=g.isURLSearchParams(t)?t.toString():new nn(t,n).toString(o),a){const s=e.indexOf("#");s!==-1&&(e=e.slice(0,s)),e+=(e.indexOf("?")===-1?"?":"&")+a}return e}class Ss{constructor(){this.handlers=[]}use(t,n,o){return this.handlers.push({fulfilled:t,rejected:n,synchronous:o?o.synchronous:!1,runWhen:o?o.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){g.forEach(this.handlers,function(n){n!==null&&t(n)})}}const Oo=Ss,Bo={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},Es=typeof URLSearchParams<"u"?URLSearchParams:nn,Cs=typeof FormData<"u"?FormData:null,vs=typeof Blob<"u"?Blob:null,xs=(()=>{let e;return typeof navigator<"u"&&((e=navigator.product)==="ReactNative"||e==="NativeScript"||e==="NS")?!1:typeof window<"u"&&typeof document<"u"})(),Ns=(()=>typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function")(),de={isBrowser:!0,classes:{URLSearchParams:Es,FormData:Cs,Blob:vs},isStandardBrowserEnv:xs,isStandardBrowserWebWorkerEnv:Ns,protocols:["http","https","file","blob","url","data"]};function ks(e,t){return bt(e,new de.classes.URLSearchParams,Object.assign({visitor:function(n,o,i,a){return de.isNode&&g.isBuffer(n)?(this.append(o,n.toString("base64")),!1):a.defaultVisitor.apply(this,arguments)}},t))}function Ts(e){return g.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function Os(e){const t={},n=Object.keys(e);let o;const i=n.length;let a;for(o=0;o<i;o++)a=n[o],t[a]=e[a];return t}function Ao(e){function t(n,o,i,a){let s=n[a++];const l=Number.isFinite(+s),u=a>=n.length;return s=!s&&g.isArray(i)?i.length:s,u?(g.hasOwnProp(i,s)?i[s]=[i[s],o]:i[s]=o,!l):((!i[s]||!g.isObject(i[s]))&&(i[s]=[]),t(n,o,i[s],a)&&g.isArray(i[s])&&(i[s]=Os(i[s])),!l)}if(g.isFormData(e)&&g.isFunction(e.entries)){const n={};return g.forEachEntry(e,(o,i)=>{t(Ts(o),i,n,0)}),n}return null}const Bs={"Content-Type":void 0};function As(e,t,n){if(g.isString(e))try{return(t||JSON.parse)(e),g.trim(e)}catch(o){if(o.name!=="SyntaxError")throw o}return(n||JSON.stringify)(e)}const _t={transitional:Bo,adapter:["xhr","http"],transformRequest:[function(e,t){const n=t.getContentType()||"",o=n.indexOf("application/json")>-1,i=g.isObject(e);if(i&&g.isHTMLForm(e)&&(e=new FormData(e)),g.isFormData(e))return o&&o?JSON.stringify(Ao(e)):e;if(g.isArrayBuffer(e)||g.isBuffer(e)||g.isStream(e)||g.isFile(e)||g.isBlob(e))return e;if(g.isArrayBufferView(e))return e.buffer;if(g.isURLSearchParams(e))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let a;if(i){if(n.indexOf("application/x-www-form-urlencoded")>-1)return ks(e,this.formSerializer).toString();if((a=g.isFileList(e))||n.indexOf("multipart/form-data")>-1){const s=this.env&&this.env.FormData;return bt(a?{"files[]":e}:e,s&&new s,this.formSerializer)}}return i||o?(t.setContentType("application/json",!1),As(e)):e}],transformResponse:[function(e){const t=this.transitional||_t.transitional,n=t&&t.forcedJSONParsing,o=this.responseType==="json";if(e&&g.isString(e)&&(n&&!this.responseType||o)){const i=!(t&&t.silentJSONParsing)&&o;try{return JSON.parse(e)}catch(a){if(i)throw a.name==="SyntaxError"?V.from(a,V.ERR_BAD_RESPONSE,this,null,this.response):a}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:de.classes.FormData,Blob:de.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};g.forEach(["delete","get","head"],function(e){_t.headers[e]={}}),g.forEach(["post","put","patch"],function(e){_t.headers[e]=g.merge(Bs)});const on=_t,Rs=g.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"]),Vs=e=>{const t={};let n,o,i;return e&&e.split(`
2
+ `).forEach(function(a){i=a.indexOf(":"),n=a.substring(0,i).trim().toLowerCase(),o=a.substring(i+1).trim(),!(!n||t[n]&&Rs[n])&&(n==="set-cookie"?t[n]?t[n].push(o):t[n]=[o]:t[n]=t[n]?t[n]+", "+o:o)}),t},Ro=Symbol("internals");function Ye(e){return e&&String(e).trim().toLowerCase()}function wt(e){return e===!1||e==null?e:g.isArray(e)?e.map(wt):String(e)}function Ls(e){const t=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let o;for(;o=n.exec(e);)t[o[1]]=o[2];return t}const Fs=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function rn(e,t,n,o,i){if(g.isFunction(o))return o.call(this,t,n);if(i&&(t=n),!!g.isString(t)){if(g.isString(o))return t.indexOf(o)!==-1;if(g.isRegExp(o))return o.test(t)}}function js(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,n,o)=>n.toUpperCase()+o)}function Ps(e,t){const n=g.toCamelCase(" "+t);["get","set","has"].forEach(o=>{Object.defineProperty(e,o+n,{value:function(i,a,s){return this[o].call(this,t,i,a,s)},configurable:!0})})}let St=class{constructor(t){t&&this.set(t)}set(t,n,o){const i=this;function a(l,u,c){const d=Ye(u);if(!d)throw new Error("header name must be a non-empty string");const m=g.findKey(i,d);(!m||i[m]===void 0||c===!0||c===void 0&&i[m]!==!1)&&(i[m||u]=wt(l))}const s=(l,u)=>g.forEach(l,(c,d)=>a(c,d,u));return g.isPlainObject(t)||t instanceof this.constructor?s(t,n):g.isString(t)&&(t=t.trim())&&!Fs(t)?s(Vs(t),n):t!=null&&a(n,t,o),this}get(t,n){if(t=Ye(t),t){const o=g.findKey(this,t);if(o){const i=this[o];if(!n)return i;if(n===!0)return Ls(i);if(g.isFunction(n))return n.call(this,i,o);if(g.isRegExp(n))return n.exec(i);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,n){if(t=Ye(t),t){const o=g.findKey(this,t);return!!(o&&this[o]!==void 0&&(!n||rn(this,this[o],o,n)))}return!1}delete(t,n){const o=this;let i=!1;function a(s){if(s=Ye(s),s){const l=g.findKey(o,s);l&&(!n||rn(o,o[l],l,n))&&(delete o[l],i=!0)}}return g.isArray(t)?t.forEach(a):a(t),i}clear(t){const n=Object.keys(this);let o=n.length,i=!1;for(;o--;){const a=n[o];(!t||rn(this,this[a],a,t,!0))&&(delete this[a],i=!0)}return i}normalize(t){const n=this,o={};return g.forEach(this,(i,a)=>{const s=g.findKey(o,a);if(s){n[s]=wt(i),delete n[a];return}const l=t?js(a):String(a).trim();l!==a&&delete n[a],n[l]=wt(i),o[l]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const n=Object.create(null);return g.forEach(this,(o,i)=>{o!=null&&o!==!1&&(n[i]=t&&g.isArray(o)?o.join(", "):o)}),n}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,n])=>t+": "+n).join(`
3
+ `)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...n){const o=new this(t);return n.forEach(i=>o.set(i)),o}static accessor(t){const n=(this[Ro]=this[Ro]={accessors:{}}).accessors,o=this.prototype;function i(a){const s=Ye(a);n[s]||(Ps(o,a),n[s]=!0)}return g.isArray(t)?t.forEach(i):i(t),this}};St.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),g.freezeMethods(St.prototype),g.freezeMethods(St);const he=St;function an(e,t){const n=this||on,o=t||n,i=he.from(o.headers);let a=o.data;return g.forEach(e,function(s){a=s.call(n,a,i.normalize(),t?t.status:void 0)}),i.normalize(),a}function Vo(e){return!!(e&&e.__CANCEL__)}function Xe(e,t,n){V.call(this,e??"canceled",V.ERR_CANCELED,t,n),this.name="CanceledError"}g.inherits(Xe,V,{__CANCEL__:!0});function Is(e,t,n){const o=n.config.validateStatus;!n.status||!o||o(n.status)?e(n):t(new V("Request failed with status code "+n.status,[V.ERR_BAD_REQUEST,V.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n))}const Ds=de.isStandardBrowserEnv?function(){return{write:function(e,t,n,o,i,a){const s=[];s.push(e+"="+encodeURIComponent(t)),g.isNumber(n)&&s.push("expires="+new Date(n).toGMTString()),g.isString(o)&&s.push("path="+o),g.isString(i)&&s.push("domain="+i),a===!0&&s.push("secure"),document.cookie=s.join("; ")},read:function(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}}():function(){return{write:function(){},read:function(){return null},remove:function(){}}}();function zs(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function Ms(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}function Lo(e,t){return e&&!zs(t)?Ms(e,t):t}const Us=de.isStandardBrowserEnv?function(){const e=/(msie|trident)/i.test(navigator.userAgent),t=document.createElement("a");let n;function o(i){let a=i;return e&&(t.setAttribute("href",a),a=t.href),t.setAttribute("href",a),{href:t.href,protocol:t.protocol?t.protocol.replace(/:$/,""):"",host:t.host,search:t.search?t.search.replace(/^\?/,""):"",hash:t.hash?t.hash.replace(/^#/,""):"",hostname:t.hostname,port:t.port,pathname:t.pathname.charAt(0)==="/"?t.pathname:"/"+t.pathname}}return n=o(window.location.href),function(i){const a=g.isString(i)?o(i):i;return a.protocol===n.protocol&&a.host===n.host}}():function(){return function(){return!0}}();function Ws(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function Hs(e,t){e=e||10;const n=new Array(e),o=new Array(e);let i=0,a=0,s;return t=t!==void 0?t:1e3,function(l){const u=Date.now(),c=o[a];s||(s=u),n[i]=l,o[i]=u;let d=a,m=0;for(;d!==i;)m+=n[d++],d=d%e;if(i=(i+1)%e,i===a&&(a=(a+1)%e),u-s<t)return;const h=c&&u-c;return h?Math.round(m*1e3/h):void 0}}function Fo(e,t){let n=0;const o=Hs(50,250);return i=>{const a=i.loaded,s=i.lengthComputable?i.total:void 0,l=a-n,u=o(l),c=a<=s;n=a;const d={loaded:a,total:s,progress:s?a/s:void 0,bytes:l,rate:u||void 0,estimated:u&&s&&c?(s-a)/u:void 0,event:i};d[t?"download":"upload"]=!0,e(d)}}const Gs=typeof XMLHttpRequest<"u",qs=Gs&&function(e){return new Promise(function(t,n){let o=e.data;const i=he.from(e.headers).normalize(),a=e.responseType;let s;function l(){e.cancelToken&&e.cancelToken.unsubscribe(s),e.signal&&e.signal.removeEventListener("abort",s)}g.isFormData(o)&&(de.isStandardBrowserEnv||de.isStandardBrowserWebWorkerEnv?i.setContentType(!1):i.setContentType("multipart/form-data;",!1));let u=new XMLHttpRequest;if(e.auth){const h=e.auth.username||"",f=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";i.set("Authorization","Basic "+btoa(h+":"+f))}const c=Lo(e.baseURL,e.url);u.open(e.method.toUpperCase(),To(c,e.params,e.paramsSerializer),!0),u.timeout=e.timeout;function d(){if(!u)return;const h=he.from("getAllResponseHeaders"in u&&u.getAllResponseHeaders()),f={data:!a||a==="text"||a==="json"?u.responseText:u.response,status:u.status,statusText:u.statusText,headers:h,config:e,request:u};Is(function(p){t(p),l()},function(p){n(p),l()},f),u=null}if("onloadend"in u?u.onloadend=d:u.onreadystatechange=function(){!u||u.readyState!==4||u.status===0&&!(u.responseURL&&u.responseURL.indexOf("file:")===0)||setTimeout(d)},u.onabort=function(){u&&(n(new V("Request aborted",V.ECONNABORTED,e,u)),u=null)},u.onerror=function(){n(new V("Network Error",V.ERR_NETWORK,e,u)),u=null},u.ontimeout=function(){let h=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded";const f=e.transitional||Bo;e.timeoutErrorMessage&&(h=e.timeoutErrorMessage),n(new V(h,f.clarifyTimeoutError?V.ETIMEDOUT:V.ECONNABORTED,e,u)),u=null},de.isStandardBrowserEnv){const h=(e.withCredentials||Us(c))&&e.xsrfCookieName&&Ds.read(e.xsrfCookieName);h&&i.set(e.xsrfHeaderName,h)}o===void 0&&i.setContentType(null),"setRequestHeader"in u&&g.forEach(i.toJSON(),function(h,f){u.setRequestHeader(f,h)}),g.isUndefined(e.withCredentials)||(u.withCredentials=!!e.withCredentials),a&&a!=="json"&&(u.responseType=e.responseType),typeof e.onDownloadProgress=="function"&&u.addEventListener("progress",Fo(e.onDownloadProgress,!0)),typeof e.onUploadProgress=="function"&&u.upload&&u.upload.addEventListener("progress",Fo(e.onUploadProgress)),(e.cancelToken||e.signal)&&(s=h=>{u&&(n(!h||h.type?new Xe(null,e,u):h),u.abort(),u=null)},e.cancelToken&&e.cancelToken.subscribe(s),e.signal&&(e.signal.aborted?s():e.signal.addEventListener("abort",s)));const m=Ws(c);if(m&&de.protocols.indexOf(m)===-1){n(new V("Unsupported protocol "+m+":",V.ERR_BAD_REQUEST,e));return}u.send(o||null)})},Et={http:ys,xhr:qs};g.forEach(Et,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const Js={getAdapter:e=>{e=g.isArray(e)?e:[e];const{length:t}=e;let n,o;for(let i=0;i<t&&(n=e[i],!(o=g.isString(n)?Et[n.toLowerCase()]:n));i++);if(!o)throw o===!1?new V(`Adapter ${n} is not supported by the environment`,"ERR_NOT_SUPPORT"):new Error(g.hasOwnProp(Et,n)?`Adapter '${n}' is not available in the build`:`Unknown adapter '${n}'`);if(!g.isFunction(o))throw new TypeError("adapter is not a function");return o},adapters:Et};function sn(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new Xe(null,e)}function jo(e){return sn(e),e.headers=he.from(e.headers),e.data=an.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),Js.getAdapter(e.adapter||on.adapter)(e).then(function(t){return sn(e),t.data=an.call(e,e.transformResponse,t),t.headers=he.from(t.headers),t},function(t){return Vo(t)||(sn(e),t&&t.response&&(t.response.data=an.call(e,e.transformResponse,t.response),t.response.headers=he.from(t.response.headers))),Promise.reject(t)})}const Po=e=>e instanceof he?e.toJSON():e;function De(e,t){t=t||{};const n={};function o(c,d,m){return g.isPlainObject(c)&&g.isPlainObject(d)?g.merge.call({caseless:m},c,d):g.isPlainObject(d)?g.merge({},d):g.isArray(d)?d.slice():d}function i(c,d,m){if(g.isUndefined(d)){if(!g.isUndefined(c))return o(void 0,c,m)}else return o(c,d,m)}function a(c,d){if(!g.isUndefined(d))return o(void 0,d)}function s(c,d){if(g.isUndefined(d)){if(!g.isUndefined(c))return o(void 0,c)}else return o(void 0,d)}function l(c,d,m){if(m in t)return o(c,d);if(m in e)return o(void 0,c)}const u={url:a,method:a,data:a,baseURL:s,transformRequest:s,transformResponse:s,paramsSerializer:s,timeout:s,timeoutMessage:s,withCredentials:s,adapter:s,responseType:s,xsrfCookieName:s,xsrfHeaderName:s,onUploadProgress:s,onDownloadProgress:s,decompress:s,maxContentLength:s,maxBodyLength:s,beforeRedirect:s,transport:s,httpAgent:s,httpsAgent:s,cancelToken:s,socketPath:s,responseEncoding:s,validateStatus:l,headers:(c,d)=>i(Po(c),Po(d),!0)};return g.forEach(Object.keys(Object.assign({},e,t)),function(c){const d=u[c]||i,m=d(e[c],t[c],c);g.isUndefined(m)&&d!==l||(n[c]=m)}),n}const Io="1.4.0",ln={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{ln[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}});const Do={};ln.transitional=function(e,t,n){function o(i,a){return"[Axios v"+Io+"] Transitional option '"+i+"'"+a+(n?". "+n:"")}return(i,a,s)=>{if(e===!1)throw new V(o(a," has been removed"+(t?" in "+t:"")),V.ERR_DEPRECATED);return t&&!Do[a]&&(Do[a]=!0,console.warn(o(a," has been deprecated since v"+t+" and will be removed in the near future"))),e?e(i,a,s):!0}};function Ks(e,t,n){if(typeof e!="object")throw new V("options must be an object",V.ERR_BAD_OPTION_VALUE);const o=Object.keys(e);let i=o.length;for(;i-- >0;){const a=o[i],s=t[a];if(s){const l=e[a],u=l===void 0||s(l,a,e);if(u!==!0)throw new V("option "+a+" must be "+u,V.ERR_BAD_OPTION_VALUE);continue}if(n!==!0)throw new V("Unknown option "+a,V.ERR_BAD_OPTION)}}const cn={assertOptions:Ks,validators:ln},Ee=cn.validators;class Ct{constructor(t){this.defaults=t,this.interceptors={request:new Oo,response:new Oo}}request(t,n){typeof t=="string"?(n=n||{},n.url=t):n=t||{},n=De(this.defaults,n);const{transitional:o,paramsSerializer:i,headers:a}=n;o!==void 0&&cn.assertOptions(o,{silentJSONParsing:Ee.transitional(Ee.boolean),forcedJSONParsing:Ee.transitional(Ee.boolean),clarifyTimeoutError:Ee.transitional(Ee.boolean)},!1),i!=null&&(g.isFunction(i)?n.paramsSerializer={serialize:i}:cn.assertOptions(i,{encode:Ee.function,serialize:Ee.function},!0)),n.method=(n.method||this.defaults.method||"get").toLowerCase();let s;s=a&&g.merge(a.common,a[n.method]),s&&g.forEach(["delete","get","head","post","put","patch","common"],p=>{delete a[p]}),n.headers=he.concat(s,a);const l=[];let u=!0;this.interceptors.request.forEach(function(p){typeof p.runWhen=="function"&&p.runWhen(n)===!1||(u=u&&p.synchronous,l.unshift(p.fulfilled,p.rejected))});const c=[];this.interceptors.response.forEach(function(p){c.push(p.fulfilled,p.rejected)});let d,m=0,h;if(!u){const p=[jo.bind(this),void 0];for(p.unshift.apply(p,l),p.push.apply(p,c),h=p.length,d=Promise.resolve(n);m<h;)d=d.then(p[m++],p[m++]);return d}h=l.length;let f=n;for(m=0;m<h;){const p=l[m++],_=l[m++];try{f=p(f)}catch(S){_.call(this,S);break}}try{d=jo.call(this,f)}catch(p){return Promise.reject(p)}for(m=0,h=c.length;m<h;)d=d.then(c[m++],c[m++]);return d}getUri(t){t=De(this.defaults,t);const n=Lo(t.baseURL,t.url);return To(n,t.params,t.paramsSerializer)}}g.forEach(["delete","get","head","options"],function(e){Ct.prototype[e]=function(t,n){return this.request(De(n||{},{method:e,url:t,data:(n||{}).data}))}}),g.forEach(["post","put","patch"],function(e){function t(n){return function(o,i,a){return this.request(De(a||{},{method:e,headers:n?{"Content-Type":"multipart/form-data"}:{},url:o,data:i}))}}Ct.prototype[e]=t(),Ct.prototype[e+"Form"]=t(!0)});const vt=Ct,$s=class Xi{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let n;this.promise=new Promise(function(i){n=i});const o=this;this.promise.then(i=>{if(!o._listeners)return;let a=o._listeners.length;for(;a-- >0;)o._listeners[a](i);o._listeners=null}),this.promise.then=i=>{let a;const s=new Promise(l=>{o.subscribe(l),a=l}).then(i);return s.cancel=function(){o.unsubscribe(a)},s},t(function(i,a,s){o.reason||(o.reason=new Xe(i,a,s),n(o.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const n=this._listeners.indexOf(t);n!==-1&&this._listeners.splice(n,1)}static source(){let t;return{token:new Xi(function(n){t=n}),cancel:t}}};function Ys(e){return function(t){return e.apply(null,t)}}function Xs(e){return g.isObject(e)&&e.isAxiosError===!0}const dn={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(dn).forEach(([e,t])=>{dn[t]=e});const Zs=dn;function zo(e){const t=new vt(e),n=mo(vt.prototype.request,t);return g.extend(n,vt.prototype,t,{allOwnKeys:!0}),g.extend(n,t,null,{allOwnKeys:!0}),n.create=function(o){return zo(De(e,o))},n}const D=zo(on);D.Axios=vt,D.CanceledError=Xe,D.CancelToken=$s,D.isCancel=Vo,D.VERSION=Io,D.toFormData=bt,D.AxiosError=V,D.Cancel=D.CanceledError,D.all=function(e){return Promise.all(e)},D.spread=Ys,D.isAxiosError=Xs,D.mergeConfig=De,D.AxiosHeaders=he,D.formToJSON=e=>Ao(g.isHTMLForm(e)?new FormData(e):e),D.HttpStatusCode=Zs,D.default=D;const Mo=D;/**
4
4
  * Vue 3 Carousel 0.3.1
5
5
  * (c) 2023
6
6
  * @license MIT
7
- */const z={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"}},nn={itemsToShow:{default:z.itemsToShow,type:Number},itemsToScroll:{default:z.itemsToScroll,type:Number},wrapAround:{default:z.wrapAround,type:Boolean},throttle:{default:z.throttle,type:Number},snapAlign:{default:z.snapAlign,validator(e){return["start","end","center","center-even","center-odd"].includes(e)}},transition:{default:z.transition,type:Number},breakpoints:{default:z.breakpoints,type:Object},autoplay:{default:z.autoplay,type:Number},pauseAutoplayOnHover:{default:z.pauseAutoplayOnHover,type:Boolean},modelValue:{default:void 0,type:Number},mouseDrag:{default:z.mouseDrag,type:Boolean},touchDrag:{default:z.touchDrag,type:Boolean},dir:{default:z.dir,validator(e){return["rtl","ltr"].includes(e)}},i18n:{default:z.i18n,type:Object},settings:{default(){return{}},type:Object}};function Pa({config:e,slidesCount:t}){const{snapAlign:o,wrapAround:r,itemsToShow:i=1}=e;if(r)return Math.max(t-1,0);let a;switch(o){case"start":a=t-i;break;case"end":a=t-1;break;case"center":case"center-odd":a=t-Math.ceil((i-.5)/2);break;case"center-even":a=t-Math.ceil(i/2);break;default:a=0;break}return Math.max(a,0)}function za({config:e,slidesCount:t}){const{wrapAround:o,snapAlign:r,itemsToShow:i=1}=e;let a=0;if(o||i>t)return a;switch(r){case"start":a=0;break;case"end":a=i-1;break;case"center":case"center-odd":a=Math.floor((i-1)/2);break;case"center-even":a=Math.floor((i-2)/2);break;default:a=0;break}return a}function Mt({val:e,max:t,min:o}){return t<o?e:Math.min(Math.max(e,o),t)}function Da({config:e,currentSlide:t,slidesCount:o}){const{snapAlign:r,wrapAround:i,itemsToShow:a=1}=e;let s=t;switch(r){case"center":case"center-odd":s-=(a-1)/2;break;case"center-even":s-=(a-2)/2;break;case"end":s-=a-1;break}return i?s:Mt({val:s,max:o-a,min:0})}function rn(e){return e?e.reduce((t,o)=>{var r;return o.type===n.Fragment?[...t,...rn(o.children)]:((r=o.type)===null||r===void 0?void 0:r.name)==="CarouselSlide"?[...t,o]:t},[]):[]}function Ut({val:e,max:t,min:o=0}){return e>t?Ut({val:e-(t+1),max:t,min:o}):e<o?Ut({val:e+(t+1),max:t,min:o}):e}function Ma(e,t){let o;return t?function(...r){const i=this;o||(e.apply(i,r),o=!0,setTimeout(()=>o=!1,t))}:e}function Ua(e,t){let o;return function(...r){o&&clearTimeout(o),o=setTimeout(()=>{e(...r),o=null},t)}}function Wa(e="",t={}){return Object.entries(t).reduce((o,[r,i])=>o.replace(`{${r}}`,String(i)),e)}var Ga=n.defineComponent({name:"ARIA",setup(){const e=n.inject("config",n.reactive(Object.assign({},z))),t=n.inject("currentSlide",n.ref(0)),o=n.inject("slidesCount",n.ref(0));return()=>n.h("div",{class:["carousel__liveregion","carousel__sr-only"],"aria-live":"polite","aria-atomic":"true"},Wa(e.i18n.itemXofY,{currentSlide:t.value+1,slidesCount:o.value}))}}),Ha=n.defineComponent({name:"Carousel",props:nn,setup(e,{slots:t,emit:o,expose:r}){var i;const a=n.ref(null),s=n.ref([]),c=n.ref(0),d=n.ref(0),l=n.reactive(Object.assign({},z));let u=Object.assign({},z),m;const f=n.ref((i=e.modelValue)!==null&&i!==void 0?i:0),p=n.ref(0),h=n.ref(0),_=n.ref(0),S=n.ref(0);let k,R;n.provide("config",l),n.provide("slidesCount",d),n.provide("currentSlide",f),n.provide("maxSlide",_),n.provide("minSlide",S),n.provide("slideWidth",c);function K(){m=Object.assign({},e.breakpoints),u=Object.assign(Object.assign(Object.assign({},u),e),{i18n:Object.assign(Object.assign({},u.i18n),e.i18n),breakpoints:void 0}),ye(u)}function W(){if(!m||!Object.keys(m).length)return;const b=Object.keys(m).map(x=>Number(x)).sort((x,P)=>+P-+x);let T=Object.assign({},u);b.some(x=>{const P=window.matchMedia(`(min-width: ${x}px)`).matches;return P&&(T=Object.assign(Object.assign({},T),m[x])),P}),ye(T)}function ye(b){Object.entries(b).forEach(([T,x])=>l[T]=x)}const be=Ua(()=>{W(),G()},16);function G(){if(!a.value)return;const b=a.value.getBoundingClientRect();c.value=b.width/l.itemsToShow}function pe(){d.value<=0||(h.value=Math.ceil((d.value-1)/2),_.value=Pa({config:l,slidesCount:d.value}),S.value=za({config:l,slidesCount:d.value}),l.wrapAround||(f.value=Mt({val:f.value,max:_.value,min:S.value})))}n.onMounted(()=>{n.nextTick(()=>G()),setTimeout(()=>G(),1e3),W(),D(),window.addEventListener("resize",be,{passive:!0}),o("init")}),n.onUnmounted(()=>{R&&clearTimeout(R),k&&clearInterval(k),window.removeEventListener("resize",be,{passive:!0})});let L=!1;const oe={x:0,y:0},ne={x:0,y:0},E=n.reactive({x:0,y:0}),w=n.ref(!1),v=n.ref(!1),N=()=>{w.value=!0},C=()=>{w.value=!1};function V(b){["INPUT","TEXTAREA","SELECT"].includes(b.target.tagName)||(L=b.type==="touchstart",L||b.preventDefault(),!(!L&&b.button!==0||M.value)&&(oe.x=L?b.touches[0].clientX:b.clientX,oe.y=L?b.touches[0].clientY:b.clientY,document.addEventListener(L?"touchmove":"mousemove",A,!0),document.addEventListener(L?"touchend":"mouseup",H,!0)))}const A=Ma(b=>{v.value=!0,ne.x=L?b.touches[0].clientX:b.clientX,ne.y=L?b.touches[0].clientY:b.clientY;const T=ne.x-oe.x,x=ne.y-oe.y;E.y=x,E.x=T},l.throttle);function H(){const b=l.dir==="rtl"?-1:1,T=Math.sign(E.x)*.4,x=Math.round(E.x/c.value+T)*b;if(x&&!L){const P=xe=>{xe.stopPropagation(),window.removeEventListener("click",P,!0)};window.addEventListener("click",P,!0)}U(f.value-x),E.x=0,E.y=0,v.value=!1,document.removeEventListener(L?"touchmove":"mousemove",A,!0),document.removeEventListener(L?"touchend":"mouseup",H,!0)}function D(){!l.autoplay||l.autoplay<=0||(k=setInterval(()=>{l.pauseAutoplayOnHover&&w.value||fe()},l.autoplay))}function _e(){k&&(clearInterval(k),k=null),D()}const M=n.ref(!1);function U(b){const T=l.wrapAround?b:Mt({val:b,max:_.value,min:S.value});f.value===T||M.value||(o("slide-start",{slidingToIndex:b,currentSlideIndex:f.value,prevSlideIndex:p.value,slidesCount:d.value}),M.value=!0,p.value=f.value,f.value=T,R=setTimeout(()=>{if(l.wrapAround){const x=Ut({val:T,max:_.value,min:0});x!==f.value&&(f.value=x,o("loop",{currentSlideIndex:f.value,slidingToIndex:b}))}o("update:modelValue",f.value),o("slide-end",{currentSlideIndex:f.value,prevSlideIndex:p.value,slidesCount:d.value}),M.value=!1,_e()},l.transition))}function fe(){U(f.value+l.itemsToScroll)}function ke(){U(f.value-l.itemsToScroll)}const Je={slideTo:U,next:fe,prev:ke};n.provide("nav",Je),n.provide("isSliding",M);const Ke=n.computed(()=>Da({config:l,currentSlide:f.value,slidesCount:d.value}));n.provide("slidesToScroll",Ke);const xo=n.computed(()=>{const b=l.dir==="rtl"?-1:1,T=Ke.value*c.value*b;return{transform:`translateX(${E.x-T}px)`,transition:`${M.value?l.transition:0}ms`,margin:l.wrapAround?`0 -${d.value*c.value}px`:"",width:"100%"}});function Ye(){K(),W(),pe(),G(),_e()}Object.keys(nn).forEach(b=>{["modelValue"].includes(b)||n.watch(()=>e[b],Ye)}),n.watch(()=>e.modelValue,b=>{b!==f.value&&U(Number(b))}),n.watch(d,pe),o("before-init"),K();const $e={config:l,slidesCount:d,slideWidth:c,next:fe,prev:ke,slideTo:U,currentSlide:f,maxSlide:_,minSlide:S,middleSlide:h};r({updateBreakpointsConfigs:W,updateSlidesData:pe,updateSlideWidth:G,initDefaultConfigs:K,restartCarousel:Ye,slideTo:U,next:fe,prev:ke,nav:Je,data:$e});const Xe=t.default||t.slides,Ze=t.addons,Qe=n.reactive($e);return()=>{const b=rn(Xe==null?void 0:Xe(Qe)),T=(Ze==null?void 0:Ze(Qe))||[];b.forEach((Ne,Te)=>Ne.props.index=Te);let x=b;if(l.wrapAround){const Ne=b.map((Be,re)=>n.cloneVNode(Be,{index:-b.length+re,isClone:!0,key:`clone-before-${re}`})),Te=b.map((Be,re)=>n.cloneVNode(Be,{index:b.length+re,isClone:!0,key:`clone-after-${re}`}));x=[...Ne,...b,...Te]}s.value=b,d.value=Math.max(b.length,1);const P=n.h("ol",{class:"carousel__track",style:xo.value,onMousedownCapture:l.mouseDrag?V:null,onTouchstartPassiveCapture:l.touchDrag?V:null},x),xe=n.h("div",{class:"carousel__viewport"},P);return n.h("section",{ref:a,class:{carousel:!0,"is-sliding":M.value,"is-dragging":v.value,"is-hover":w.value,"carousel--rtl":l.dir==="rtl"},dir:l.dir,"aria-label":l.i18n.ariaGallery,tabindex:"0",onMouseenter:N,onMouseleave:C},[xe,T,n.h(Ga)])}}}),an;(function(e){e.arrowUp="arrowUp",e.arrowDown="arrowDown",e.arrowRight="arrowRight",e.arrowLeft="arrowLeft"})(an||(an={}));var qa=n.defineComponent({name:"CarouselSlide",props:{index:{type:Number,default:1},isClone:{type:Boolean,default:!1}},setup(e,{slots:t}){const o=n.inject("config",n.reactive(Object.assign({},z))),r=n.inject("currentSlide",n.ref(0)),i=n.inject("slidesToScroll",n.ref(0)),a=n.inject("isSliding",n.ref(!1)),s=()=>e.index===r.value,c=()=>e.index===r.value-1,d=()=>e.index===r.value+1,l=()=>{const u=Math.floor(i.value),m=Math.ceil(i.value+o.itemsToShow-1);return e.index>=u&&e.index<=m};return()=>{var u;return n.h("li",{style:{width:`${100/o.itemsToShow}%`},class:{carousel__slide:!0,"carousel__slide--clone":e.isClone,"carousel__slide--visible":l(),"carousel__slide--active":s(),"carousel__slide--prev":c(),"carousel__slide--next":d(),"carousel__slide--sliding":a.value},"aria-hidden":!l()},(u=t.default)===null||u===void 0?void 0:u.call(t))}}});const Ja=(e,t)=>{const o=e.__vccOpts||e;for(const[r,i]of t)o[r]=i;return o},Ka=e=>(n.pushScopeId("data-v-33b561c4"),e=e(),n.popScopeId(),e),Ya={class:"gsc-carousel"},$a={key:0},Xa=Ka(()=>n.createElementVNode("div",null,"no hay",-1)),Za=[Xa],Qa={class:"gsc-carousel__2d__slides"},es={width:"9",height:"18",viewBox:"0 0 9 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},ts=["fill"],os={width:"9",height:"18",viewBox:"0 0 9 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},ns=["fill"],rs={class:"gsc-carousel__2d__navigation"},is={width:"8",height:"15",viewBox:"0 0 8 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},as=["stroke"],ss={key:1,class:"gsc-carousel__2d__navigation__pagination"},ls=["onClick"],cs={width:"7",height:"15",viewBox:"0 0 7 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},ds=["stroke"],us={__name:"GSC-Carousel",props:{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(t=>t 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},areSlidesArrowsRounded:{type:Boolean,default:!1},slidesArrowsLeftAndRight:{type:String,default:"20px"},secondarySlidesOpacity:{type:Number,default:.8}},emits:["input"],setup(e,{emit:t}){const o=e;n.useCssVars(d=>({"3c2936ed":e.slidesArrowsLeftAndRight,"24efd10a":e.secondarySlidesOpacity}));const r=n.ref({}),i=n.ref({}),a=n.ref(0);n.watch(r,d=>{d&&d.slideTo&&d.slideTo(a.value)},{deep:!0}),n.watch(()=>o.items,d=>{if(d&&d.length&&r.value){if(o.defaultItemByProp){const l=o.items.findIndex(u=>u[o.defaultItemByProp.propName]===o.defaultItemByProp.value);l!==-1?(a.value=l,i.value=d[l]):(a.value=0,i.value=d[0])}else a.value=o.defaultItemByIndex,i.value=d[o.defaultItemByIndex];r.value.slideTo&&r.value.slideTo(a.value),t("input",{selectedItem:i.value,selectedItemIndex:a.value})}},{immediate:!0});function s(d){r.value.slideTo(d)}function c(d){const l=d.slidingToIndex<0?o.items.length-1:d.slidingToIndex===o.items.length?0:d.slidingToIndex;a.value=l,i.value=o.items[l],t("input",{selectedItem:i.value,selectedItemIndex:a.value})}return(d,l)=>(n.openBlock(),n.createElementBlock("div",Ya,[o.is3d?(n.openBlock(),n.createElementBlock("div",$a,Za)):(n.openBlock(),n.createElementBlock("div",{key:1,class:n.normalizeClass(["gsc-carousel__2d",{"main-slide-priority":e.isMainSlidePriority}])},[n.createElementVNode("div",Qa,[n.createVNode(n.unref(Ha),{ref_key:"carousel2d",ref:r,"items-to-show":e.itemsToShow,"wrap-around":e.wrapAround,onSlideStart:c},{default:n.withCtx(()=>[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(e.items,(u,m)=>(n.openBlock(),n.createBlock(n.unref(qa),{key:m},{default:n.withCtx(()=>[n.renderSlot(d.$slots,"default",{item:u},void 0,!0)]),_:2},1024))),128))]),_:3},8,["items-to-show","wrap-around"])]),e.areSlidesArrowsVisible?(n.openBlock(),n.createElementBlock("div",{key:0,class:"gsc-carousel__2d__arrow-left",onClick:l[0]||(l[0]=u=>r.value.prev())},[n.createElementVNode("div",{class:n.normalizeClass(["gsc-carousel__2d__slide-button",{rounded:e.areSlidesArrowsRounded}])},[(n.openBlock(),n.createElementBlock("svg",es,[n.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,ts)]))],2)])):n.createCommentVNode("",!0),e.areSlidesArrowsVisible?(n.openBlock(),n.createElementBlock("div",{key:1,class:"gsc-carousel__2d__arrow-right",onClick:l[1]||(l[1]=u=>r.value.next())},[n.createElementVNode("div",{class:n.normalizeClass(["gsc-carousel__2d__slide-button",{rounded:e.areSlidesArrowsRounded}])},[(n.openBlock(),n.createElementBlock("svg",os,[n.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,ns)]))],2)])):n.createCommentVNode("",!0),n.createElementVNode("div",rs,[e.areNavigationArrowsVisible?(n.openBlock(),n.createElementBlock("div",{key:0,class:"gsc-carousel__2d__navigation__arrow-left",onClick:l[2]||(l[2]=u=>r.value.prev())},[(n.openBlock(),n.createElementBlock("svg",is,[n.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:o.arrowsColor},null,8,as)]))])):n.createCommentVNode("",!0),e.isPaginationVisible?(n.openBlock(),n.createElementBlock("div",ss,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(e.items,(u,m)=>(n.openBlock(),n.createElementBlock("div",{key:`i-${m}`,class:"gsc-carousel__2d__navigation__pagination__item",style:n.normalizeStyle({height:`${o.navigationHeight}px`,width:`${a.value===m?o.navigationActiveWidth:o.navigationActiveWidth/2}px`,borderRadius:`${o.navigationBorderRadius}px`,backgroundColor:`${a.value===m?o.navigationActiveColor:o.navigationColor}`,transition:"all 0.1s ease-in-out"}),onClick:f=>s(m)},null,12,ls))),128))])):n.createCommentVNode("",!0),e.areNavigationArrowsVisible?(n.openBlock(),n.createElementBlock("div",{key:2,class:"gsc-carousel__2d__navigation__arrow-right",onClick:l[3]||(l[3]=u=>r.value.next())},[(n.openBlock(),n.createElementBlock("svg",cs,[n.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:o.arrowsColor},null,8,ds)]))])):n.createCommentVNode("",!0)])],2))]))}},sn=Ja(us,[["__scopeId","data-v-33b561c4"]]),ms={PO1:"CFI",PO2:"CFV",PO3:"SFI",PO4:"SFV",PO5:"FI",PO6:"FV"},ps={DF:"Dieciseisavos",OF:"Octavos",CF:"Cuartos",SF:"Semifinales","3ER":"Tercer lugar",FINAL:"Final"},fs={4:"Octavos",5:"Cuartos",6:"Semifinales",7:"Final"};/**
7
+ */const W={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"}},Uo={itemsToShow:{default:W.itemsToShow,type:Number},itemsToScroll:{default:W.itemsToScroll,type:Number},wrapAround:{default:W.wrapAround,type:Boolean},throttle:{default:W.throttle,type:Number},snapAlign:{default:W.snapAlign,validator(e){return["start","end","center","center-even","center-odd"].includes(e)}},transition:{default:W.transition,type:Number},breakpoints:{default:W.breakpoints,type:Object},autoplay:{default:W.autoplay,type:Number},pauseAutoplayOnHover:{default:W.pauseAutoplayOnHover,type:Boolean},modelValue:{default:void 0,type:Number},mouseDrag:{default:W.mouseDrag,type:Boolean},touchDrag:{default:W.touchDrag,type:Boolean},dir:{default:W.dir,validator(e){return["rtl","ltr"].includes(e)}},i18n:{default:W.i18n,type:Object},settings:{default(){return{}},type:Object}};function Qs({config:e,slidesCount:t}){const{snapAlign:n,wrapAround:o,itemsToShow:i=1}=e;if(o)return Math.max(t-1,0);let a;switch(n){case"start":a=t-i;break;case"end":a=t-1;break;case"center":case"center-odd":a=t-Math.ceil((i-.5)/2);break;case"center-even":a=t-Math.ceil(i/2);break;default:a=0;break}return Math.max(a,0)}function el({config:e,slidesCount:t}){const{wrapAround:n,snapAlign:o,itemsToShow:i=1}=e;let a=0;if(n||i>t)return a;switch(o){case"start":a=0;break;case"end":a=i-1;break;case"center":case"center-odd":a=Math.floor((i-1)/2);break;case"center-even":a=Math.floor((i-2)/2);break;default:a=0;break}return a}function un({val:e,max:t,min:n}){return t<n?e:Math.min(Math.max(e,n),t)}function tl({config:e,currentSlide:t,slidesCount:n}){const{snapAlign:o,wrapAround:i,itemsToShow:a=1}=e;let s=t;switch(o){case"center":case"center-odd":s-=(a-1)/2;break;case"center-even":s-=(a-2)/2;break;case"end":s-=a-1;break}return i?s:un({val:s,max:n-a,min:0})}function Wo(e){return e?e.reduce((t,n)=>{var o;return n.type===r.Fragment?[...t,...Wo(n.children)]:((o=n.type)===null||o===void 0?void 0:o.name)==="CarouselSlide"?[...t,n]:t},[]):[]}function mn({val:e,max:t,min:n=0}){return e>t?mn({val:e-(t+1),max:t,min:n}):e<n?mn({val:e+(t+1),max:t,min:n}):e}function nl(e,t){let n;return t?function(...o){const i=this;n||(e.apply(i,o),n=!0,setTimeout(()=>n=!1,t))}:e}function ol(e,t){let n;return function(...o){n&&clearTimeout(n),n=setTimeout(()=>{e(...o),n=null},t)}}function rl(e="",t={}){return Object.entries(t).reduce((n,[o,i])=>n.replace(`{${o}}`,String(i)),e)}var il=r.defineComponent({name:"ARIA",setup(){const e=r.inject("config",r.reactive(Object.assign({},W))),t=r.inject("currentSlide",r.ref(0)),n=r.inject("slidesCount",r.ref(0));return()=>r.h("div",{class:["carousel__liveregion","carousel__sr-only"],"aria-live":"polite","aria-atomic":"true"},rl(e.i18n.itemXofY,{currentSlide:t.value+1,slidesCount:n.value}))}}),al=r.defineComponent({name:"Carousel",props:Uo,setup(e,{slots:t,emit:n,expose:o}){var i;const a=r.ref(null),s=r.ref([]),l=r.ref(0),u=r.ref(0),c=r.reactive(Object.assign({},W));let d=Object.assign({},W),m;const h=r.ref((i=e.modelValue)!==null&&i!==void 0?i:0),f=r.ref(0),p=r.ref(0),_=r.ref(0),S=r.ref(0);let C,O;r.provide("config",c),r.provide("slidesCount",u),r.provide("currentSlide",h),r.provide("maxSlide",_),r.provide("minSlide",S),r.provide("slideWidth",l);function U(){m=Object.assign({},e.breakpoints),d=Object.assign(Object.assign(Object.assign({},d),e),{i18n:Object.assign(Object.assign({},d.i18n),e.i18n),breakpoints:void 0}),xe(d)}function q(){if(!m||!Object.keys(m).length)return;const w=Object.keys(m).map(k=>Number(k)).sort((k,M)=>+M-+k);let B=Object.assign({},d);w.some(k=>{const M=window.matchMedia(`(min-width: ${k}px)`).matches;return M&&(B=Object.assign(Object.assign({},B),m[k])),M}),xe(B)}function xe(w){Object.entries(w).forEach(([B,k])=>c[B]=k)}const Ne=ol(()=>{q(),K()},16);function K(){if(!a.value)return;const w=a.value.getBoundingClientRect();l.value=w.width/c.itemsToShow}function we(){u.value<=0||(p.value=Math.ceil((u.value-1)/2),_.value=Qs({config:c,slidesCount:u.value}),S.value=el({config:c,slidesCount:u.value}),c.wrapAround||(h.value=un({val:h.value,max:_.value,min:S.value})))}r.onMounted(()=>{r.nextTick(()=>K()),setTimeout(()=>K(),1e3),q(),H(),window.addEventListener("resize",Ne,{passive:!0}),n("init")}),r.onUnmounted(()=>{O&&clearTimeout(O),C&&clearInterval(C),window.removeEventListener("resize",Ne,{passive:!0})});let j=!1;const ae={x:0,y:0},se={x:0,y:0},v=r.reactive({x:0,y:0}),E=r.ref(!1),x=r.ref(!1),T=()=>{E.value=!0},N=()=>{E.value=!1};function L(w){["INPUT","TEXTAREA","SELECT"].includes(w.target.tagName)||(j=w.type==="touchstart",j||w.preventDefault(),!(!j&&w.button!==0||G.value)&&(ae.x=j?w.touches[0].clientX:w.clientX,ae.y=j?w.touches[0].clientY:w.clientY,document.addEventListener(j?"touchmove":"mousemove",F,!0),document.addEventListener(j?"touchend":"mouseup",$,!0)))}const F=nl(w=>{x.value=!0,se.x=j?w.touches[0].clientX:w.clientX,se.y=j?w.touches[0].clientY:w.clientY;const B=se.x-ae.x,k=se.y-ae.y;v.y=k,v.x=B},c.throttle);function $(){const w=c.dir==="rtl"?-1:1,B=Math.sign(v.x)*.4,k=Math.round(v.x/l.value+B)*w;if(k&&!j){const M=Le=>{Le.stopPropagation(),window.removeEventListener("click",M,!0)};window.addEventListener("click",M,!0)}J(h.value-k),v.x=0,v.y=0,x.value=!1,document.removeEventListener(j?"touchmove":"mousemove",F,!0),document.removeEventListener(j?"touchend":"mouseup",$,!0)}function H(){!c.autoplay||c.autoplay<=0||(C=setInterval(()=>{c.pauseAutoplayOnHover&&E.value||Se()},c.autoplay))}function ke(){C&&(clearInterval(C),C=null),H()}const G=r.ref(!1);function J(w){const B=c.wrapAround?w:un({val:w,max:_.value,min:S.value});h.value===B||G.value||(n("slide-start",{slidingToIndex:w,currentSlideIndex:h.value,prevSlideIndex:f.value,slidesCount:u.value}),G.value=!0,f.value=h.value,h.value=B,O=setTimeout(()=>{if(c.wrapAround){const k=mn({val:B,max:_.value,min:0});k!==h.value&&(h.value=k,n("loop",{currentSlideIndex:h.value,slidingToIndex:w}))}n("update:modelValue",h.value),n("slide-end",{currentSlideIndex:h.value,prevSlideIndex:f.value,slidesCount:u.value}),G.value=!1,ke()},c.transition))}function Se(){J(h.value+c.itemsToScroll)}function Ve(){J(h.value-c.itemsToScroll)}const st={slideTo:J,next:Se,prev:Ve};r.provide("nav",st),r.provide("isSliding",G);const lt=r.computed(()=>tl({config:c,currentSlide:h.value,slidesCount:u.value}));r.provide("slidesToScroll",lt);const uo=r.computed(()=>{const w=c.dir==="rtl"?-1:1,B=lt.value*l.value*w;return{transform:`translateX(${v.x-B}px)`,transition:`${G.value?c.transition:0}ms`,margin:c.wrapAround?`0 -${u.value*l.value}px`:"",width:"100%"}});function ct(){U(),q(),we(),K(),ke()}Object.keys(Uo).forEach(w=>{["modelValue"].includes(w)||r.watch(()=>e[w],ct)}),r.watch(()=>e.modelValue,w=>{w!==h.value&&J(Number(w))}),r.watch(u,we),n("before-init"),U();const dt={config:c,slidesCount:u,slideWidth:l,next:Se,prev:Ve,slideTo:J,currentSlide:h,maxSlide:_,minSlide:S,middleSlide:p};o({updateBreakpointsConfigs:q,updateSlidesData:we,updateSlideWidth:K,initDefaultConfigs:U,restartCarousel:ct,slideTo:J,next:Se,prev:Ve,nav:st,data:dt});const ut=t.default||t.slides,mt=t.addons,pt=r.reactive(dt);return()=>{const w=Wo(ut==null?void 0:ut(pt)),B=(mt==null?void 0:mt(pt))||[];w.forEach((Fe,je)=>Fe.props.index=je);let k=w;if(c.wrapAround){const Fe=w.map((Pe,le)=>r.cloneVNode(Pe,{index:-w.length+le,isClone:!0,key:`clone-before-${le}`})),je=w.map((Pe,le)=>r.cloneVNode(Pe,{index:w.length+le,isClone:!0,key:`clone-after-${le}`}));k=[...Fe,...w,...je]}s.value=w,u.value=Math.max(w.length,1);const M=r.h("ol",{class:"carousel__track",style:uo.value,onMousedownCapture:c.mouseDrag?L:null,onTouchstartPassiveCapture:c.touchDrag?L:null},k),Le=r.h("div",{class:"carousel__viewport"},M);return r.h("section",{ref:a,class:{carousel:!0,"is-sliding":G.value,"is-dragging":x.value,"is-hover":E.value,"carousel--rtl":c.dir==="rtl"},dir:c.dir,"aria-label":c.i18n.ariaGallery,tabindex:"0",onMouseenter:T,onMouseleave:N},[Le,B,r.h(il)])}}}),Ho;(function(e){e.arrowUp="arrowUp",e.arrowDown="arrowDown",e.arrowRight="arrowRight",e.arrowLeft="arrowLeft"})(Ho||(Ho={}));var sl=r.defineComponent({name:"CarouselSlide",props:{index:{type:Number,default:1},isClone:{type:Boolean,default:!1}},setup(e,{slots:t}){const n=r.inject("config",r.reactive(Object.assign({},W))),o=r.inject("currentSlide",r.ref(0)),i=r.inject("slidesToScroll",r.ref(0)),a=r.inject("isSliding",r.ref(!1)),s=()=>e.index===o.value,l=()=>e.index===o.value-1,u=()=>e.index===o.value+1,c=()=>{const d=Math.floor(i.value),m=Math.ceil(i.value+n.itemsToShow-1);return e.index>=d&&e.index<=m};return()=>{var d;return r.h("li",{style:{width:`${100/n.itemsToShow}%`},class:{carousel__slide:!0,"carousel__slide--clone":e.isClone,"carousel__slide--visible":c(),"carousel__slide--active":s(),"carousel__slide--prev":l(),"carousel__slide--next":u(),"carousel__slide--sliding":a.value},"aria-hidden":!c()},(d=t.default)===null||d===void 0?void 0:d.call(t))}}});const ll=(e,t)=>{const n=e.__vccOpts||e;for(const[o,i]of t)n[o]=i;return n},cl=e=>(r.pushScopeId("data-v-33b561c4"),e=e(),r.popScopeId(),e),dl={class:"gsc-carousel"},ul={key:0},ml=cl(()=>r.createElementVNode("div",null,"no hay",-1)),pl=[ml],fl={class:"gsc-carousel__2d__slides"},hl={width:"9",height:"18",viewBox:"0 0 9 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},gl=["fill"],yl={width:"9",height:"18",viewBox:"0 0 9 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},bl=["fill"],_l={class:"gsc-carousel__2d__navigation"},wl={width:"8",height:"15",viewBox:"0 0 8 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},Sl=["stroke"],El={key:1,class:"gsc-carousel__2d__navigation__pagination"},Cl=["onClick"],vl={width:"7",height:"15",viewBox:"0 0 7 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},xl=["stroke"],Nl={__name:"GSC-Carousel",props:{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(t=>t 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},areSlidesArrowsRounded:{type:Boolean,default:!1},slidesArrowsLeftAndRight:{type:String,default:"20px"},secondarySlidesOpacity:{type:Number,default:.8}},emits:["input"],setup(e,{emit:t}){const n=e;r.useCssVars(u=>({"3c2936ed":e.slidesArrowsLeftAndRight,"24efd10a":e.secondarySlidesOpacity}));const o=r.ref({}),i=r.ref({}),a=r.ref(0);r.watch(o,u=>{u&&u.slideTo&&u.slideTo(a.value)},{deep:!0}),r.watch(()=>n.items,u=>{if(u&&u.length&&o.value){if(n.defaultItemByProp){const c=n.items.findIndex(d=>d[n.defaultItemByProp.propName]===n.defaultItemByProp.value);c!==-1?(a.value=c,i.value=u[c]):(a.value=0,i.value=u[0])}else a.value=n.defaultItemByIndex,i.value=u[n.defaultItemByIndex];o.value.slideTo&&o.value.slideTo(a.value),t("input",{selectedItem:i.value,selectedItemIndex:a.value})}},{immediate:!0});function s(u){o.value.slideTo(u)}function l(u){const c=u.slidingToIndex<0?n.items.length-1:u.slidingToIndex===n.items.length?0:u.slidingToIndex;a.value=c,i.value=n.items[c],t("input",{selectedItem:i.value,selectedItemIndex:a.value})}return(u,c)=>(r.openBlock(),r.createElementBlock("div",dl,[n.is3d?(r.openBlock(),r.createElementBlock("div",ul,pl)):(r.openBlock(),r.createElementBlock("div",{key:1,class:r.normalizeClass(["gsc-carousel__2d",{"main-slide-priority":e.isMainSlidePriority}])},[r.createElementVNode("div",fl,[r.createVNode(r.unref(al),{ref_key:"carousel2d",ref:o,"items-to-show":e.itemsToShow,"wrap-around":e.wrapAround,onSlideStart:l},{default:r.withCtx(()=>[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(e.items,(d,m)=>(r.openBlock(),r.createBlock(r.unref(sl),{key:m},{default:r.withCtx(()=>[r.renderSlot(u.$slots,"default",{item:d},void 0,!0)]),_:2},1024))),128))]),_:3},8,["items-to-show","wrap-around"])]),e.areSlidesArrowsVisible?(r.openBlock(),r.createElementBlock("div",{key:0,class:"gsc-carousel__2d__arrow-left",onClick:c[0]||(c[0]=d=>o.value.prev())},[r.createElementVNode("div",{class:r.normalizeClass(["gsc-carousel__2d__slide-button",{rounded:e.areSlidesArrowsRounded}])},[(r.openBlock(),r.createElementBlock("svg",hl,[r.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,gl)]))],2)])):r.createCommentVNode("",!0),e.areSlidesArrowsVisible?(r.openBlock(),r.createElementBlock("div",{key:1,class:"gsc-carousel__2d__arrow-right",onClick:c[1]||(c[1]=d=>o.value.next())},[r.createElementVNode("div",{class:r.normalizeClass(["gsc-carousel__2d__slide-button",{rounded:e.areSlidesArrowsRounded}])},[(r.openBlock(),r.createElementBlock("svg",yl,[r.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,bl)]))],2)])):r.createCommentVNode("",!0),r.createElementVNode("div",_l,[e.areNavigationArrowsVisible?(r.openBlock(),r.createElementBlock("div",{key:0,class:"gsc-carousel__2d__navigation__arrow-left",onClick:c[2]||(c[2]=d=>o.value.prev())},[(r.openBlock(),r.createElementBlock("svg",wl,[r.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:n.arrowsColor},null,8,Sl)]))])):r.createCommentVNode("",!0),e.isPaginationVisible?(r.openBlock(),r.createElementBlock("div",El,[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(e.items,(d,m)=>(r.openBlock(),r.createElementBlock("div",{key:`i-${m}`,class:"gsc-carousel__2d__navigation__pagination__item",style:r.normalizeStyle({height:`${n.navigationHeight}px`,width:`${a.value===m?n.navigationActiveWidth:n.navigationActiveWidth/2}px`,borderRadius:`${n.navigationBorderRadius}px`,backgroundColor:`${a.value===m?n.navigationActiveColor:n.navigationColor}`,transition:"all 0.1s ease-in-out"}),onClick:h=>s(m)},null,12,Cl))),128))])):r.createCommentVNode("",!0),e.areNavigationArrowsVisible?(r.openBlock(),r.createElementBlock("div",{key:2,class:"gsc-carousel__2d__navigation__arrow-right",onClick:c[3]||(c[3]=d=>o.value.next())},[(r.openBlock(),r.createElementBlock("svg",vl,[r.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:n.arrowsColor},null,8,xl)]))])):r.createCommentVNode("",!0)])],2))]))}},Go=ll(Nl,[["__scopeId","data-v-33b561c4"]]),kl={PO1:"CFI",PO2:"CFV",PO3:"SFI",PO4:"SFV",PO5:"FI",PO6:"FV"},Tl={DF:"Dieciseisavos",OF:"Octavos",CF:"Cuartos",SF:"Semifinales","3ER":"Tercer lugar",FINAL:"Final"},Ol={4:"Octavos",5:"Cuartos",6:"Semifinales",7:"Final"};/**
8
8
  * Vue 3 Carousel 0.3.1
9
9
  * (c) 2023
10
10
  * @license MIT
11
- */const F={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"}},ln={itemsToShow:{default:F.itemsToShow,type:Number},itemsToScroll:{default:F.itemsToScroll,type:Number},wrapAround:{default:F.wrapAround,type:Boolean},throttle:{default:F.throttle,type:Number},snapAlign:{default:F.snapAlign,validator(e){return["start","end","center","center-even","center-odd"].includes(e)}},transition:{default:F.transition,type:Number},breakpoints:{default:F.breakpoints,type:Object},autoplay:{default:F.autoplay,type:Number},pauseAutoplayOnHover:{default:F.pauseAutoplayOnHover,type:Boolean},modelValue:{default:void 0,type:Number},mouseDrag:{default:F.mouseDrag,type:Boolean},touchDrag:{default:F.touchDrag,type:Boolean},dir:{default:F.dir,validator(e){return["rtl","ltr"].includes(e)}},i18n:{default:F.i18n,type:Object},settings:{default(){return{}},type:Object}};function hs({config:e,slidesCount:t}){const{snapAlign:o,wrapAround:r,itemsToShow:i=1}=e;if(r)return Math.max(t-1,0);let a;switch(o){case"start":a=t-i;break;case"end":a=t-1;break;case"center":case"center-odd":a=t-Math.ceil((i-.5)/2);break;case"center-even":a=t-Math.ceil(i/2);break;default:a=0;break}return Math.max(a,0)}function gs({config:e,slidesCount:t}){const{wrapAround:o,snapAlign:r,itemsToShow:i=1}=e;let a=0;if(o||i>t)return a;switch(r){case"start":a=0;break;case"end":a=i-1;break;case"center":case"center-odd":a=Math.floor((i-1)/2);break;case"center-even":a=Math.floor((i-2)/2);break;default:a=0;break}return a}function Wt({val:e,max:t,min:o}){return t<o?e:Math.min(Math.max(e,o),t)}function ys({config:e,currentSlide:t,slidesCount:o}){const{snapAlign:r,wrapAround:i,itemsToShow:a=1}=e;let s=t;switch(r){case"center":case"center-odd":s-=(a-1)/2;break;case"center-even":s-=(a-2)/2;break;case"end":s-=a-1;break}return i?s:Wt({val:s,max:o-a,min:0})}function cn(e){return e?e.reduce((t,o)=>{var r;return o.type===n.Fragment?[...t,...cn(o.children)]:((r=o.type)===null||r===void 0?void 0:r.name)==="CarouselSlide"?[...t,o]:t},[]):[]}function Gt({val:e,max:t,min:o=0}){return e>t?Gt({val:e-(t+1),max:t,min:o}):e<o?Gt({val:e+(t+1),max:t,min:o}):e}function bs(e,t){let o;return t?function(...r){const i=this;o||(e.apply(i,r),o=!0,setTimeout(()=>o=!1,t))}:e}function _s(e,t){let o;return function(...r){o&&clearTimeout(o),o=setTimeout(()=>{e(...r),o=null},t)}}function Ss(e="",t={}){return Object.entries(t).reduce((o,[r,i])=>o.replace(`{${r}}`,String(i)),e)}var ws=n.defineComponent({name:"ARIA",setup(){const e=n.inject("config",n.reactive(Object.assign({},F))),t=n.inject("currentSlide",n.ref(0)),o=n.inject("slidesCount",n.ref(0));return()=>n.h("div",{class:["carousel__liveregion","carousel__sr-only"],"aria-live":"polite","aria-atomic":"true"},Ss(e.i18n.itemXofY,{currentSlide:t.value+1,slidesCount:o.value}))}}),Es=n.defineComponent({name:"Carousel",props:ln,setup(e,{slots:t,emit:o,expose:r}){var i;const a=n.ref(null),s=n.ref([]),c=n.ref(0),d=n.ref(0),l=n.reactive(Object.assign({},F));let u=Object.assign({},F),m;const f=n.ref((i=e.modelValue)!==null&&i!==void 0?i:0),p=n.ref(0),h=n.ref(0),_=n.ref(0),S=n.ref(0);let k,R;n.provide("config",l),n.provide("slidesCount",d),n.provide("currentSlide",f),n.provide("maxSlide",_),n.provide("minSlide",S),n.provide("slideWidth",c);function K(){m=Object.assign({},e.breakpoints),u=Object.assign(Object.assign(Object.assign({},u),e),{i18n:Object.assign(Object.assign({},u.i18n),e.i18n),breakpoints:void 0}),ye(u)}function W(){if(!m||!Object.keys(m).length)return;const b=Object.keys(m).map(x=>Number(x)).sort((x,P)=>+P-+x);let T=Object.assign({},u);b.some(x=>{const P=window.matchMedia(`(min-width: ${x}px)`).matches;return P&&(T=Object.assign(Object.assign({},T),m[x])),P}),ye(T)}function ye(b){Object.entries(b).forEach(([T,x])=>l[T]=x)}const be=_s(()=>{W(),G()},16);function G(){if(!a.value)return;const b=a.value.getBoundingClientRect();c.value=b.width/l.itemsToShow}function pe(){d.value<=0||(h.value=Math.ceil((d.value-1)/2),_.value=hs({config:l,slidesCount:d.value}),S.value=gs({config:l,slidesCount:d.value}),l.wrapAround||(f.value=Wt({val:f.value,max:_.value,min:S.value})))}n.onMounted(()=>{n.nextTick(()=>G()),setTimeout(()=>G(),1e3),W(),D(),window.addEventListener("resize",be,{passive:!0}),o("init")}),n.onUnmounted(()=>{R&&clearTimeout(R),k&&clearInterval(k),window.removeEventListener("resize",be,{passive:!0})});let L=!1;const oe={x:0,y:0},ne={x:0,y:0},E=n.reactive({x:0,y:0}),w=n.ref(!1),v=n.ref(!1),N=()=>{w.value=!0},C=()=>{w.value=!1};function V(b){["INPUT","TEXTAREA","SELECT"].includes(b.target.tagName)||(L=b.type==="touchstart",L||b.preventDefault(),!(!L&&b.button!==0||M.value)&&(oe.x=L?b.touches[0].clientX:b.clientX,oe.y=L?b.touches[0].clientY:b.clientY,document.addEventListener(L?"touchmove":"mousemove",A,!0),document.addEventListener(L?"touchend":"mouseup",H,!0)))}const A=bs(b=>{v.value=!0,ne.x=L?b.touches[0].clientX:b.clientX,ne.y=L?b.touches[0].clientY:b.clientY;const T=ne.x-oe.x,x=ne.y-oe.y;E.y=x,E.x=T},l.throttle);function H(){const b=l.dir==="rtl"?-1:1,T=Math.sign(E.x)*.4,x=Math.round(E.x/c.value+T)*b;if(x&&!L){const P=xe=>{xe.stopPropagation(),window.removeEventListener("click",P,!0)};window.addEventListener("click",P,!0)}U(f.value-x),E.x=0,E.y=0,v.value=!1,document.removeEventListener(L?"touchmove":"mousemove",A,!0),document.removeEventListener(L?"touchend":"mouseup",H,!0)}function D(){!l.autoplay||l.autoplay<=0||(k=setInterval(()=>{l.pauseAutoplayOnHover&&w.value||fe()},l.autoplay))}function _e(){k&&(clearInterval(k),k=null),D()}const M=n.ref(!1);function U(b){const T=l.wrapAround?b:Wt({val:b,max:_.value,min:S.value});f.value===T||M.value||(o("slide-start",{slidingToIndex:b,currentSlideIndex:f.value,prevSlideIndex:p.value,slidesCount:d.value}),M.value=!0,p.value=f.value,f.value=T,R=setTimeout(()=>{if(l.wrapAround){const x=Gt({val:T,max:_.value,min:0});x!==f.value&&(f.value=x,o("loop",{currentSlideIndex:f.value,slidingToIndex:b}))}o("update:modelValue",f.value),o("slide-end",{currentSlideIndex:f.value,prevSlideIndex:p.value,slidesCount:d.value}),M.value=!1,_e()},l.transition))}function fe(){U(f.value+l.itemsToScroll)}function ke(){U(f.value-l.itemsToScroll)}const Je={slideTo:U,next:fe,prev:ke};n.provide("nav",Je),n.provide("isSliding",M);const Ke=n.computed(()=>ys({config:l,currentSlide:f.value,slidesCount:d.value}));n.provide("slidesToScroll",Ke);const xo=n.computed(()=>{const b=l.dir==="rtl"?-1:1,T=Ke.value*c.value*b;return{transform:`translateX(${E.x-T}px)`,transition:`${M.value?l.transition:0}ms`,margin:l.wrapAround?`0 -${d.value*c.value}px`:"",width:"100%"}});function Ye(){K(),W(),pe(),G(),_e()}Object.keys(ln).forEach(b=>{["modelValue"].includes(b)||n.watch(()=>e[b],Ye)}),n.watch(()=>e.modelValue,b=>{b!==f.value&&U(Number(b))}),n.watch(d,pe),o("before-init"),K();const $e={config:l,slidesCount:d,slideWidth:c,next:fe,prev:ke,slideTo:U,currentSlide:f,maxSlide:_,minSlide:S,middleSlide:h};r({updateBreakpointsConfigs:W,updateSlidesData:pe,updateSlideWidth:G,initDefaultConfigs:K,restartCarousel:Ye,slideTo:U,next:fe,prev:ke,nav:Je,data:$e});const Xe=t.default||t.slides,Ze=t.addons,Qe=n.reactive($e);return()=>{const b=cn(Xe==null?void 0:Xe(Qe)),T=(Ze==null?void 0:Ze(Qe))||[];b.forEach((Ne,Te)=>Ne.props.index=Te);let x=b;if(l.wrapAround){const Ne=b.map((Be,re)=>n.cloneVNode(Be,{index:-b.length+re,isClone:!0,key:`clone-before-${re}`})),Te=b.map((Be,re)=>n.cloneVNode(Be,{index:b.length+re,isClone:!0,key:`clone-after-${re}`}));x=[...Ne,...b,...Te]}s.value=b,d.value=Math.max(b.length,1);const P=n.h("ol",{class:"carousel__track",style:xo.value,onMousedownCapture:l.mouseDrag?V:null,onTouchstartPassiveCapture:l.touchDrag?V:null},x),xe=n.h("div",{class:"carousel__viewport"},P);return n.h("section",{ref:a,class:{carousel:!0,"is-sliding":M.value,"is-dragging":v.value,"is-hover":w.value,"carousel--rtl":l.dir==="rtl"},dir:l.dir,"aria-label":l.i18n.ariaGallery,tabindex:"0",onMouseenter:N,onMouseleave:C},[xe,T,n.h(ws)])}}}),Ht;(function(e){e.arrowUp="arrowUp",e.arrowDown="arrowDown",e.arrowRight="arrowRight",e.arrowLeft="arrowLeft"})(Ht||(Ht={}));const vs={arrowUp:"M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z",arrowDown:"M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z",arrowRight:"M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z",arrowLeft:"M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z"};function Cs(e){return e in Ht}const qt=e=>{const t=n.inject("config",n.reactive(Object.assign({},F))),o=String(e.name),r=`icon${o.charAt(0).toUpperCase()+o.slice(1)}`;if(!o||typeof o!="string"||!Cs(o))return;const i=vs[o],a=n.h("path",{d:i}),s=t.i18n[r]||e.title||o,c=n.h("title",s);return n.h("svg",{class:"carousel__icon",viewBox:"0 0 24 24",role:"img","aria-label":s},[c,a])};qt.props={name:String,title:String};const ks=(e,{slots:t,attrs:o})=>{const{next:r,prev:i}=t||{},a=n.inject("config",n.reactive(Object.assign({},F))),s=n.inject("maxSlide",n.ref(1)),c=n.inject("minSlide",n.ref(1)),d=n.inject("currentSlide",n.ref(1)),l=n.inject("nav",{}),{dir:u,wrapAround:m,i18n:f}=a,p=u==="rtl",h=n.h("button",{type:"button",class:["carousel__prev",!m&&d.value<=c.value&&"carousel__prev--disabled",o==null?void 0:o.class],"aria-label":f.ariaPreviousSlide,onClick:l.prev},(i==null?void 0:i())||n.h(qt,{name:p?"arrowRight":"arrowLeft"})),_=n.h("button",{type:"button",class:["carousel__next",!m&&d.value>=s.value&&"carousel__next--disabled",o==null?void 0:o.class],"aria-label":f.ariaNextSlide,onClick:l.next},(r==null?void 0:r())||n.h(qt,{name:p?"arrowLeft":"arrowRight"}));return[h,_]};var xs=n.defineComponent({name:"CarouselSlide",props:{index:{type:Number,default:1},isClone:{type:Boolean,default:!1}},setup(e,{slots:t}){const o=n.inject("config",n.reactive(Object.assign({},F))),r=n.inject("currentSlide",n.ref(0)),i=n.inject("slidesToScroll",n.ref(0)),a=n.inject("isSliding",n.ref(!1)),s=()=>e.index===r.value,c=()=>e.index===r.value-1,d=()=>e.index===r.value+1,l=()=>{const u=Math.floor(i.value),m=Math.ceil(i.value+o.itemsToShow-1);return e.index>=u&&e.index<=m};return()=>{var u;return n.h("li",{style:{width:`${100/o.itemsToShow}%`},class:{carousel__slide:!0,"carousel__slide--clone":e.isClone,"carousel__slide--visible":l(),"carousel__slide--active":s(),"carousel__slide--prev":c(),"carousel__slide--next":d(),"carousel__slide--sliding":a.value},"aria-hidden":!l()},(u=t.default)===null||u===void 0?void 0:u.call(t))}}});const X=(e,t)=>{const o=e.__vccOpts||e;for(const[r,i]of t)o[r]=i;return o},Ns={__name:"MatchDay",props:{isLandingMode:{type:Boolean,default:!1},backgroundColor:{type:String,default:"#183143"},numberColor:{type:String,default:"white"},numberFontFamily:{type:String,default:"sans-serif"},numberFontSize:{type:String,default:"14px"},textColor:{type:String,default:"rgba(255, 255, 255, 0.5)"},textFontFamily:{type:String,default:"sans-serif"},textFontSize:{type:String,default:"8px"},bottomLineColor:{type:String,default:"#cbee6b"},selectedMatchDayBackgroundColor:{type:String,default:"#243b4c"},height:{type:String,default:"fit-content"},matchDay:{type:Object,default:()=>{}},matchDaySelected:{type:Object,default:()=>{}}},emits:["change-match-day"],setup(e,{emit:t}){const o=e,r=n.computed(()=>{const c={"background-color":o.backgroundColor,height:o.height};return o.matchDay.key===o.matchDaySelected.key&&(c["border-bottom"]=`solid 2px ${o.bottomLineColor}`,c["background-color"]=o.selectedMatchDayBackgroundColor),o.isLandingMode||(c["border-right"]="solid 1px rgba(255, 255, 255, 0.1)"),c}),i=n.computed(()=>({color:o.numberColor,"font-family":o.numberFontFamily,"font-size":o.numberFontSize})),a=n.computed(()=>({color:o.textColor,"font-family":o.textFontFamily,"font-size":o.textFontSize}));function s(c){t("click-match-day",c)}return(c,d)=>(n.openBlock(),n.createElementBlock("div",{class:"match-day",style:n.normalizeStyle({...r.value}),onClick:d[0]||(d[0]=l=>s(e.matchDay))},[n.createElementVNode("div",{class:"match-day__value",style:n.normalizeStyle(i.value)},n.toDisplayString(e.matchDay.valueText),5),Number.isNaN(e.matchDay.value)?n.createCommentVNode("",!0):(n.openBlock(),n.createElementBlock("div",{key:0,class:"match-day__text",style:n.normalizeStyle(a.value)},n.toDisplayString(e.isLandingMode?"JOR":"JORNADA"),5))],4))}},Ts=X(Ns,[["__scopeId","data-v-897492a8"]]),Bs={class:"match-day-picker"},Os={__name:"MatchDayPicker",props:{matchDays:{type:Array,default:()=>[]},isLandingMode:{type:Boolean,default:!1},backgroundColor:{type:String,default:"#183143"},numberColor:{type:String,default:"white"},numberFontFamily:{type:String,default:"sans-serif"},numberFontSize:{type:String,default:"14px"},textColor:{type:String,default:"rgba(255, 255, 255, 0.5)"},textFontFamily:{type:String,default:"sans-serif"},textFontSize:{type:String,default:"8px"},bottomLineColor:{type:String,default:"#cbee6b"},selectedMatchDayBackgroundColor:{type:String,default:"#243b4c"},height:{type:String,default:"fit-content"},itemsToShow:{type:Number,default:9},itemsToScroll:{type:Number,default:9}},emits:["change-match-day"],setup(e,{emit:t}){const o=e,r=n.computed(()=>({itemsToShow:o.itemsToShow,itemsToScroll:o.itemsToScroll,snapAlign:"start"})),i=n.ref({});n.watch(()=>o.matchDays,s=>{s&&s.length&&(i.value=s[0],t("change-match-day",i.value))},{immediate:!0});function a(s){i.value=s,t("change-match-day",i.value)}return(s,c)=>(n.openBlock(),n.createElementBlock("div",Bs,[n.createVNode(n.unref(Es),n.normalizeProps(n.guardReactiveProps(r.value)),{addons:n.withCtx(()=>[n.createVNode(n.unref(ks))]),default:n.withCtx(()=>[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(e.matchDays,d=>(n.openBlock(),n.createBlock(n.unref(xs),{key:d.key},{default:n.withCtx(()=>[n.createVNode(Ts,n.mergeProps(o,{"match-day":d,"match-day-selected":i.value,"is-landing-mode":e.isLandingMode,onClickMatchDay:a}),null,16,["match-day","match-day-selected","is-landing-mode"])]),_:2},1024))),128))]),_:1},16)]))}},Vs=X(Os,[["__scopeId","data-v-a4f1e173"]]);function ut(e){return`${{}.TEAM_LOGOS_URL||"https://az755631.vo.msecnd.net/teams-80/"}${e}.png`}const As={class:"game-info"},Ls={class:"game-info__teams"},Rs={class:"game-info__teams__team"},js={class:"game-info__teams__team__logo"},Is=["src"],Fs={class:"game-info__teams__detail"},Ps={key:0,class:"game-info__teams__detail__pre-game"},zs={class:"game-info__teams__team"},Ds={class:"game-info__teams__team__logo away"},Ms=["src"],Us={key:0},Ws={key:0},Gs={key:1},Hs={__name:"GameInfo",props:{isLandingMode:{type:Boolean,default:!1},isAcronymVisible:{type:Boolean,default:!1},isTelevisionVisible:{type:Boolean,default:!0},game:{type:Object,required:!0},colorPrimary:{type:String,default:"white"},colorSecondary:{type:String,default:"grey"},namesFontSize:{type:String,default:"12px"},timeFontSize:{type:String,default:"12px"},timeZoneFontSize:{type:String,default:"8px"},scoreFontSize:{type:String,default:"13px"},namesFontFamily:{type:String,default:"sans-serif"},scoreFontFamily:{type:String,default:"sans-serif"},additionalInfoFontFamily:{type:String,default:"sans-serif"},additionalInfoFontSize:{type:String,default:"9px"}},setup(e){const t=e,o=n.computed(()=>{const d=new Date(t.game.dateTimeMillis),l=d.getHours(),u=d.getMinutes();return`${l<10?`0${l}`:l}:${u<10?`0${u}`:u}`}),r=n.computed(()=>({"font-size":t.namesFontSize,"font-family":t.namesFontFamily,color:t.colorPrimary})),i=n.computed(()=>({"font-size":t.additionalInfoFontSize,"font-family":t.additionalInfoFontFamily,color:t.colorSecondary})),a=n.computed(()=>({"font-size":t.scoreFontSize,"font-family":t.scoreFontFamily,color:t.colorPrimary})),s=n.computed(()=>({"font-size":t.timeZoneFontSize,"font-family":t.namesFontFamily,color:t.colorPrimary})),c=n.computed(()=>({"font-size":t.timeFontSize,"font-family":t.namesFontFamily,color:t.colorPrimary}));return(d,l)=>(n.openBlock(),n.createElementBlock("div",As,[n.createElementVNode("div",Ls,[n.createElementVNode("div",Rs,[n.createElementVNode("div",{class:"game-info__teams__team__name",style:n.normalizeStyle(r.value)},n.toDisplayString(e.isLandingMode||e.isAcronymVisible?e.game.home_team.acronym:e.game.home_team.colloquial_name),5),n.createElementVNode("div",js,[n.createElementVNode("img",{src:n.unref(ut)(e.game.home_team.team_id),alt:""},null,8,Is)])]),n.createElementVNode("div",Fs,[e.game.game_status===4&&!e.game.is_live?(n.openBlock(),n.createElementBlock("div",Ps,[n.createElementVNode("div",null,[n.createElementVNode("span",{style:n.normalizeStyle(c.value)},n.toDisplayString(o.value),5),n.createTextVNode(),n.createElementVNode("span",{style:n.normalizeStyle(s.value)},"CST",4)])])):(n.openBlock(),n.createElementBlock("div",{key:1,class:"game-info__teams__detail__score",style:n.normalizeStyle(a.value)},[n.createElementVNode("span",null,n.toDisplayString(e.game.score[0])+" - "+n.toDisplayString(e.game.score[1]),1)],4))]),n.createElementVNode("div",zs,[n.createElementVNode("div",Ds,[n.createElementVNode("img",{src:n.unref(ut)(e.game.visiting_team.team_id),alt:""},null,8,Ms)]),n.createElementVNode("div",{class:"game-info__teams__team__name",style:n.normalizeStyle(r.value)},n.toDisplayString(e.isLandingMode||e.isAcronymVisible?e.game.visiting_team.acronym:e.game.visiting_team.colloquial_name),5)])]),n.createElementVNode("div",{class:"game-info__status",style:n.normalizeStyle(i.value)},[e.game.game_status===4&&!e.game.is_live?(n.openBlock(),n.createElementBlock("span",Us,[e.isTelevisionVisible?(n.openBlock(),n.createElementBlock("span",Ws,"fox, univision, televisa")):n.createCommentVNode("",!0)])):(n.openBlock(),n.createElementBlock("span",Gs,"finalizado - Penales 1-3 "))],4)]))}},dn=X(Hs,[["__scopeId","data-v-1d5f7267"]]),un=e=>(n.pushScopeId("data-v-244f7ae4"),e=e(),n.popScopeId(),e),qs={class:"game-status"},Js={key:0,class:"game-status__day__live"},Ks=un(()=>n.createElementVNode("span",null,"LIVE",-1)),Ys=un(()=>n.createElementVNode("span",{class:"dot"},null,-1)),$s=[Ks,Ys],Xs={key:0,class:"game-status__round"},Zs={__name:"GameStatus",props:{isLandingMode:{type:Boolean,default:!1},status:{type:Number,default:4},isLive:{type:Boolean,default:!1},dateTimeMillis:{type:Number,default:0},roundAbbreviation:{type:String,default:""},fontSize:{type:String,default:"10px"}},setup(e){const t=e,o=["Ene","Feb","Mar","Abr","May","Jun","Jul","Ago","Sep","Oct","Nov","Dic"],r=n.computed(()=>{let s="";if(t.dateTimeMillis){const c=new Date(t.dateTimeMillis);s=`${c.getDate()} ${o[c.getMonth()]}`}return s}),i=n.computed(()=>({"font-size":t.fontSize})),a=n.computed(()=>{let s=[];return t.isLive?s.push("live"):t.status!==1&&s.push("pre-match"),s});return(s,c)=>(n.openBlock(),n.createElementBlock("div",qs,[n.createElementVNode("div",{class:n.normalizeClass(["game-status__day",a.value]),style:n.normalizeStyle(i.value)},[e.isLive?(n.openBlock(),n.createElementBlock("div",Js,$s)):(n.openBlock(),n.createElementBlock(n.Fragment,{key:1},[n.createTextVNode(n.toDisplayString(r.value),1)],64))],6),e.isLandingMode?(n.openBlock(),n.createElementBlock("div",Xs,n.toDisplayString(e.roundAbbreviation),1)):n.createCommentVNode("",!0)]))}},mn=X(Zs,[["__scopeId","data-v-244f7ae4"]]),de={SHOW_GAME_EVENTS:"SHOW_GAME_EVENTS",PLAY_GOALS:"PLAY_GOALS",PLAY_RESUME:"PLAY_RESUME",NOTIFICATION:"NOTIFICATION",STATISTICS:"STATISTICS"},Qs=e=>(n.pushScopeId("data-v-70dd3937"),e=e(),n.popScopeId(),e),el={class:"actions"},tl={class:"actions__row"},ol=Qs(()=>n.createElementVNode("svg",{width:"10",height:"12",viewBox:"0 0 10 12",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[n.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.87471 3.35132C9.31653 3.35132 9.67471 3.70949 9.67471 4.15132V10.4531C9.67471 10.8949 9.31653 11.2531 8.87471 11.2531C8.43288 11.2531 8.07471 10.8949 8.07471 10.4531V4.15132C8.07471 3.70949 8.43288 3.35132 8.87471 3.35132Z",fill:"#EEEC6B"}),n.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.67549 0.199951C5.11732 0.199951 5.47549 0.558123 5.47549 0.999951V10.4526C5.47549 10.8944 5.11732 11.2526 4.67549 11.2526C4.23366 11.2526 3.87549 10.8944 3.87549 10.4526V0.999951C3.87549 0.558123 4.23366 0.199951 4.67549 0.199951Z",fill:"#EEEC6B"}),n.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M1.0002 5.45154C1.44202 5.45154 1.8002 5.80971 1.8002 6.25154V10.4527C1.8002 10.8945 1.44202 11.2527 1.0002 11.2527C0.558368 11.2527 0.200195 10.8945 0.200195 10.4527V6.25154C0.200195 5.80971 0.558368 5.45154 1.0002 5.45154Z",fill:"#EEEC6B"})],-1)),nl=[ol],rl={width:"6",height:"8",viewBox:"0 0 6 8",fill:"none",xmlns:"http://www.w3.org/2000/svg"},il=["fill"],al={width:"13",height:"16",viewBox:"0 0 13 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},sl=["fill"],ll={__name:"GameActionsLanding",props:{gameStatus:{type:Number,default:4},isLive:{type:Boolean,default:!1},hasVideo:{type:Boolean,default:!1},iconColor:{type:String,default:"#CBEE6B"},iconBackgroundColor:{type:String,default:"rgba(255, 255, 255, 0.2)"},iconBorderColor:{type:String,default:"rgba(255, 255, 255, 0.1)"},showPlayButton:{type:Boolean,default:!1}},emits:["action"],setup(e,{emit:t}){const o=e,r=n.computed(()=>({backgroundColor:o.iconBackgroundColor,borderColor:o.iconBorderColor}));function i(a){t("action",a)}return(a,s)=>(n.openBlock(),n.createElementBlock("div",el,[n.createElementVNode("div",tl,[n.createElementVNode("div",{class:"actions__button rounded",style:n.normalizeStyle(r.value),onClick:s[0]||(s[0]=c=>i(n.unref(de).STATISTICS))},nl,4),e.showPlayButton&&e.hasVideo?(n.openBlock(),n.createElementBlock("div",{key:0,class:"actions__button rounded",style:n.normalizeStyle(r.value),onClick:s[1]||(s[1]=c=>i(n.unref(de).PLAY_RESUME))},[(n.openBlock(),n.createElementBlock("svg",rl,[n.createElementVNode("path",{d:"M0.442694 7.9474C0.385489 7.90953 0.337676 7.85295 0.304408 7.78375C0.27114 7.71456 0.25368 7.63538 0.253908 7.55475V0.444134C0.253987 0.363779 0.271562 0.284951 0.304765 0.216032C0.337968 0.147113 0.385557 0.090677 0.442475 0.0527243C0.499393 0.0147716 0.563511 -0.00327964 0.628014 0.000489552C0.692517 0.00425874 0.754994 0.0297075 0.808803 0.0741304L5.09491 3.62986C5.14387 3.67036 5.18401 3.7253 5.21178 3.78978C5.23955 3.85426 5.25409 3.92628 5.25409 3.99944C5.25409 4.0726 5.23955 4.14462 5.21178 4.2091C5.18401 4.27358 5.14387 4.32852 5.09491 4.36902L0.808803 7.92559C0.755077 7.97011 0.692648 7.99565 0.628173 7.99949C0.563698 8.00333 0.499593 7.98533 0.442694 7.9474Z",fill:o.iconColor},null,8,il)]))],4)):n.createCommentVNode("",!0),e.gameStatus===4&&!e.isLive?(n.openBlock(),n.createElementBlock("div",{key:1,class:"actions__button",onClick:s[2]||(s[2]=c=>i(n.unref(de).NOTIFICATION))},[(n.openBlock(),n.createElementBlock("svg",al,[n.createElementVNode("path",{d:"M5.056 14.476h2.888c0 .838-.65 1.524-1.444 1.524-.794 0-1.444-.686-1.444-1.524zM13 12.952v.762H0v-.762l1.444-1.523V6.857c0-2.362 1.445-4.419 3.612-5.105v-.228C5.056.686 5.706 0 6.5 0c.794 0 1.444.686 1.444 1.524v.228c2.167.686 3.612 2.743 3.612 5.105v4.572L13 12.952zm-2.889-6.095c0-2.133-1.589-3.81-3.611-3.81-2.022 0-3.611 1.677-3.611 3.81v5.333h7.222V6.857z",fill:o.iconColor},null,8,sl)]))])):n.createCommentVNode("",!0)])]))}},cl=X(ll,[["__scopeId","data-v-70dd3937"]]),Jt=e=>(n.pushScopeId("data-v-b6a9cef2"),e=e(),n.popScopeId(),e),dl={class:"actions"},ul={width:"13",height:"16",viewBox:"0 0 13 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},ml=["fill"],pl={width:"6",height:"8",viewBox:"0 0 6 8",fill:"none",xmlns:"http://www.w3.org/2000/svg"},fl=["fill"],hl=Jt(()=>n.createElementVNode("svg",{width:"10",height:"12",viewBox:"0 0 10 12",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[n.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.87471 3.35132C9.31653 3.35132 9.67471 3.70949 9.67471 4.15132V10.4531C9.67471 10.8949 9.31653 11.2531 8.87471 11.2531C8.43288 11.2531 8.07471 10.8949 8.07471 10.4531V4.15132C8.07471 3.70949 8.43288 3.35132 8.87471 3.35132Z",fill:"#EEEC6B"}),n.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.67549 0.199951C5.11732 0.199951 5.47549 0.558123 5.47549 0.999951V10.4526C5.47549 10.8944 5.11732 11.2526 4.67549 11.2526C4.23366 11.2526 3.87549 10.8944 3.87549 10.4526V0.999951C3.87549 0.558123 4.23366 0.199951 4.67549 0.199951Z",fill:"#EEEC6B"}),n.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M1.0002 5.45154C1.44202 5.45154 1.8002 5.80971 1.8002 6.25154V10.4527C1.8002 10.8945 1.44202 11.2527 1.0002 11.2527C0.558368 11.2527 0.200195 10.8945 0.200195 10.4527V6.25154C0.200195 5.80971 0.558368 5.45154 1.0002 5.45154Z",fill:"#EEEC6B"})],-1)),gl=[hl],yl={key:0,class:"actions__videos"},bl={width:"13",height:"16",viewBox:"0 0 13 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},_l=["fill"],Sl={key:1,class:"actions__videos__thumbnails"},wl={class:"actions__videos__thumbnails__thumbnail"},El=Jt(()=>n.createElementVNode("div",{class:"actions__videos__thumbnails__thumbnail__img"},null,-1)),vl={class:"actions__videos__thumbnails__thumbnail"},Cl=Jt(()=>n.createElementVNode("div",{class:"actions__videos__thumbnails__thumbnail__img"},null,-1)),kl={height:24,width:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},xl=["stroke"],Nl={__name:"GameActionsFull",props:{gameStatus:{type:Number,default:4},isLive:{type:Boolean,default:!1},hasVideo:{type:Boolean,default:!1},areEventsVisible:{type:Boolean,default:!1},iconColor:{type:String,default:"#CBEE6B"},iconBackgroundColor:{type:String,default:"rgba(255, 255, 255, 0.2)"},iconBorderColor:{type:String,default:"rgba(255, 255, 255, 0.1)"},showPlayButton:{type:Boolean,default:!1},arrowColor:{type:String,default:"white"},thumbnailFontFamily:{type:String,default:"sans-serif"},thumbnailFontSize:{type:String,default:"8px"},thumbnailColor:{type:String,default:"rgba(255, 255, 255, 0.5)"},componentWidth:{type:Number,default:400,validator(e){return e>0}}},emits:["action"],setup(e,{emit:t}){const o=e,r=n.computed(()=>({backgroundColor:o.iconBackgroundColor,borderColor:o.iconBorderColor})),i=n.computed(()=>{const d=[];return o.componentWidth<540&&d.push("mobile"),d}),a=n.computed(()=>o.componentWidth>730),s=n.computed(()=>({color:o.thumbnailColor,fontFamily:o.thumbnailFontFamily,fontSize:o.thumbnailFontSize}));function c(d){t("action",d)}return(d,l)=>(n.openBlock(),n.createElementBlock("div",dl,[n.createElementVNode("div",{class:n.normalizeClass(["actions__buttons",i.value])},[e.gameStatus===4&&!e.isLive&&!a.value?(n.openBlock(),n.createElementBlock("div",{key:0,class:"actions__button",onClick:l[0]||(l[0]=u=>c(n.unref(de).NOTIFICATION))},[(n.openBlock(),n.createElementBlock("svg",ul,[n.createElementVNode("path",{d:"M5.056 14.476h2.888c0 .838-.65 1.524-1.444 1.524-.794 0-1.444-.686-1.444-1.524zM13 12.952v.762H0v-.762l1.444-1.523V6.857c0-2.362 1.445-4.419 3.612-5.105v-.228C5.056.686 5.706 0 6.5 0c.794 0 1.444.686 1.444 1.524v.228c2.167.686 3.612 2.743 3.612 5.105v4.572L13 12.952zm-2.889-6.095c0-2.133-1.589-3.81-3.611-3.81-2.022 0-3.611 1.677-3.611 3.81v5.333h7.222V6.857z",fill:o.iconColor},null,8,ml)]))])):n.createCommentVNode("",!0),e.showPlayButton&&e.hasVideo&&!a.value?(n.openBlock(),n.createElementBlock("div",{key:1,class:"actions__button rounded",style:n.normalizeStyle(r.value),onClick:l[1]||(l[1]=u=>c(n.unref(de).PLAY_RESUME))},[(n.openBlock(),n.createElementBlock("svg",pl,[n.createElementVNode("path",{d:"M0.442694 7.9474C0.385489 7.90953 0.337676 7.85295 0.304408 7.78375C0.27114 7.71456 0.25368 7.63538 0.253908 7.55475V0.444134C0.253987 0.363779 0.271562 0.284951 0.304765 0.216032C0.337968 0.147113 0.385557 0.090677 0.442475 0.0527243C0.499393 0.0147716 0.563511 -0.00327964 0.628014 0.000489552C0.692517 0.00425874 0.754994 0.0297075 0.808803 0.0741304L5.09491 3.62986C5.14387 3.67036 5.18401 3.7253 5.21178 3.78978C5.23955 3.85426 5.25409 3.92628 5.25409 3.99944C5.25409 4.0726 5.23955 4.14462 5.21178 4.2091C5.18401 4.27358 5.14387 4.32852 5.09491 4.36902L0.808803 7.92559C0.755077 7.97011 0.692648 7.99565 0.628173 7.99949C0.563698 8.00333 0.499593 7.98533 0.442694 7.9474Z",fill:o.iconColor},null,8,fl)]))],4)):n.createCommentVNode("",!0),n.createElementVNode("div",{class:"actions__button rounded",style:n.normalizeStyle(r.value),onClick:l[2]||(l[2]=u=>c(n.unref(de).STATISTICS))},gl,4)],2),a.value?(n.openBlock(),n.createElementBlock("div",yl,[e.gameStatus===4&&!e.isLive?(n.openBlock(),n.createElementBlock("div",{key:0,class:"actions__button",onClick:l[3]||(l[3]=u=>c(n.unref(de).NOTIFICATION))},[(n.openBlock(),n.createElementBlock("svg",bl,[n.createElementVNode("path",{d:"M5.056 14.476h2.888c0 .838-.65 1.524-1.444 1.524-.794 0-1.444-.686-1.444-1.524zM13 12.952v.762H0v-.762l1.444-1.523V6.857c0-2.362 1.445-4.419 3.612-5.105v-.228C5.056.686 5.706 0 6.5 0c.794 0 1.444.686 1.444 1.524v.228c2.167.686 3.612 2.743 3.612 5.105v4.572L13 12.952zm-2.889-6.095c0-2.133-1.589-3.81-3.611-3.81-2.022 0-3.611 1.677-3.611 3.81v5.333h7.222V6.857z",fill:o.iconColor},null,8,_l)]))])):n.createCommentVNode("",!0),e.showPlayButton&&e.hasVideo?(n.openBlock(),n.createElementBlock("div",Sl,[n.createElementVNode("div",wl,[El,n.createElementVNode("div",{class:"actions__videos__thumbnails__thumbnail__text",style:n.normalizeStyle(s.value)}," Goles ",4)]),n.createElementVNode("div",vl,[Cl,n.createElementVNode("div",{class:"actions__videos__thumbnails__thumbnail__text",style:n.normalizeStyle(s.value)}," Resumen ",4)])])):n.createCommentVNode("",!0)])):n.createCommentVNode("",!0),n.createElementVNode("div",{class:n.normalizeClass(["actions__button expand",{"rotated-180":e.areEventsVisible,mobile:e.componentWidth<540}]),onClick:l[4]||(l[4]=u=>c(n.unref(de).SHOW_GAME_EVENTS))},[(n.openBlock(),n.createElementBlock("svg",kl,[n.createElementVNode("path",{d:"M18.394 9.13501L13.1302 14.3988C12.5086 15.0204 11.4914 15.0204 10.8697 14.3988L5.60596 9.13501",stroke:e.arrowColor},null,8,xl)]))],2)]))}},Tl=X(Nl,[["__scopeId","data-v-b6a9cef2"]]),mt=e=>(n.pushScopeId("data-v-33de542f"),e=e(),n.popScopeId(),e),Bl={class:"row-landing__game-status"},Ol={class:"row-landing__game-actions"},Vl={class:"row-full__game-status"},Al={class:"row-full__game-info"},Ll={key:0},Rl={class:"row-full__game-actions"},jl={class:"game-events-container"},Il=mt(()=>n.createElementVNode("div",{class:"separator"},null,-1)),Fl=mt(()=>n.createElementVNode("div",null,null,-1)),Pl={class:"game-events__data"},zl={class:"game-events__data__team"},Dl=["src"],Ml={class:"game-events__data__team__event__text"},Ul={class:"game-events__data__team away"},Wl={class:"game-events__data__team__event__text"},Gl=["src"],Hl=mt(()=>n.createElementVNode("div",null,null,-1)),ql=mt(()=>n.createElementVNode("div",null,null,-1)),Jl={__name:"CalendarRow",props:{isLandingMode:{type:Boolean,default:!1},game:{type:Object,required:!0},height:{type:String,default:"fit-content"},backgroundColor:{type:String,default:"#172531"},showPlayButton:{type:Boolean,default:!1},componentWidth:{type:Number,default:400,validator(e){return e>0}},televisionFontSize:{type:String,default:"12px"},televisionFontFamily:{type:String,default:"sans-serif"},televisionColor:{type:String,default:"rgba(255, 255, 255, 0.5)"}},emits:["action"],setup(e,{emit:t}){const o=e,r={GOAL:{}.GAME_EVENTS_ICONS_GOAL||"https://az755631.vo.msecnd.net/todoelfut/icn-gol.svg",RED_CARD:{}.GAME_EVENTS_ICONS_RED_CARD||"https://az755631.vo.msecnd.net/todoelfut/icn-expulsion.svg",YELLOW_CARD:{}.GAME_EVENTS_ICONS_YELLOW_CARD||"https://az755631.vo.msecnd.net/todoelfut/icn-amarilla.svg"},i=n.ref(!1),a=n.ref(!1),s=n.computed(()=>{const h={homeTeam:[],awayTeam:[]};return o.game&&o.game.game_status!==4&&!o.game.is_live&&o.game.minutes&&(h.homeTeam.push(...f(o.game.minutes.home_goals_minutes,r.GOAL)),h.homeTeam.push(...f(o.game.minutes.home_red_cards_minutes,r.RED_CARD)),h.homeTeam.push(...f(o.game.minutes.home_yellow_cards_minutes,r.YELLOW_CARD)),h.awayTeam.push(...f(o.game.minutes.visiting_goals_minutes,r.GOAL)),h.awayTeam.push(...f(o.game.minutes.away_red_cards_minutes,r.RED_CARD)),h.awayTeam.push(...f(o.game.minutes.away_yellow_cards_minutes,r.YELLOW_CARD))),h}),c=n.computed(()=>({"background-color":o.backgroundColor})),d=n.computed(()=>({height:o.height})),l=n.computed(()=>{const h={game:[],events:[]};return o.componentWidth<500?(h.events.push("break-point-3"),h.game.push("break-point-2")):o.componentWidth<730?(h.game.push("break-point-2"),h.events.push("break-point-2")):o.componentWidth<910&&(h.game.push("break-point-1"),h.events.push("break-point-1")),h}),u=n.computed(()=>({isLandingMode:o.isLandingMode,game:o.game,colorPrimary:"#fff",colorSecondary:"#fff",namesFontSize:"12px",timeFontSize:"12px",timeZoneFontSize:"8px",scoreFontSize:"13px",namesFontFamily:"sans-serif",scoreFontFamily:"sans-serif",additionalInfoFontFamily:"sans-serif",additionalInfoFontSize:"9px"})),m=n.computed(()=>({"font-size":o.televisionFontSize,"font-family":o.televisionFontFamily,color:o.televisionColor}));n.watch(()=>o.componentWidth,h=>{a.value=h<910});function f(h,_){return h.map(S=>({iconUrl:_,text:S}))}function p(h){h===de.SHOW_GAME_EVENTS?i.value=!i.value:t("action",{action:h,game:o.game})}return(h,_)=>e.isLandingMode?(n.openBlock(),n.createElementBlock("div",{key:0,class:"row-landing",style:n.normalizeStyle(d.value)},[n.createVNode(dn,{game:e.game,"is-landing-mode":e.isLandingMode},null,8,["game","is-landing-mode"]),n.createElementVNode("div",Bl,[n.createVNode(mn,{status:e.game.game_status,"is-live":!!e.game.is_live,"date-time-millis":e.game.dateTimeMillis,"round-abbreviation":e.game.roundAbbreviation,"is-landing-mode":e.isLandingMode},null,8,["status","is-live","date-time-millis","round-abbreviation","is-landing-mode"])]),n.createElementVNode("div",Ol,[n.createVNode(cl,{"is-live":!!e.game.is_live,"has-video":!!e.game.has_video,"game-status":e.game.game_status,"show-play-button":!0,onClick:p},null,8,["is-live","has-video","game-status"])])],4)):(n.openBlock(),n.createElementBlock("div",{key:1,class:"row-full-container",style:n.normalizeStyle(c.value)},[n.createElementVNode("div",{class:n.normalizeClass(["row-full",l.value.game]),style:n.normalizeStyle(d.value)},[n.createElementVNode("div",Vl,[n.createVNode(mn,{status:e.game.game_status,"is-live":!!e.game.is_live,"date-time-millis":e.game.dateTimeMillis,"is-landing-mode":e.isLandingMode,"font-size":"12px"},null,8,["status","is-live","date-time-millis","is-landing-mode"])]),n.createElementVNode("div",Al,[n.createVNode(dn,n.mergeProps(u.value,{"is-television-visible":a.value,game:e.game,"is-landing-mode":e.isLandingMode,"is-acronym-visible":e.componentWidth<540}),null,16,["is-television-visible","game","is-landing-mode","is-acronym-visible"])]),e.componentWidth>=910?(n.openBlock(),n.createElementBlock("div",{key:0,class:"row-full__television",style:n.normalizeStyle(m.value)},[!a.value&&(e.game.game_status===4||e.game.is_live)?(n.openBlock(),n.createElementBlock("span",Ll,"fox, univision, televisas")):n.createCommentVNode("",!0)],4)):n.createCommentVNode("",!0),n.createElementVNode("div",Rl,[n.createVNode(Tl,{"is-live":!!e.game.is_live,"has-video":!!e.game.has_video,"game-status":e.game.game_status,"show-play-button":!0,"are-events-visible":i.value,"component-width":e.componentWidth,onAction:p},null,8,["is-live","has-video","game-status","are-events-visible","component-width"])])],6),n.createVNode(n.Transition,null,{default:n.withCtx(()=>[n.withDirectives(n.createElementVNode("div",jl,[Il,n.createElementVNode("div",{class:n.normalizeClass(["game-events",l.value.events])},[Fl,n.createElementVNode("div",Pl,[n.createElementVNode("div",zl,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(s.value.homeTeam,(S,k)=>(n.openBlock(),n.createElementBlock("div",{key:`h${k}`,class:"game-events__data__team__event"},[n.createElementVNode("img",{src:S.iconUrl},null,8,Dl),n.createElementVNode("div",Ml,n.toDisplayString(S.text),1)]))),128))]),n.createElementVNode("div",Ul,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(s.value.awayTeam,(S,k)=>(n.openBlock(),n.createElementBlock("div",{key:`a${k}`,class:"game-events__data__team__event"},[n.createElementVNode("div",Wl,n.toDisplayString(S.text),1),n.createElementVNode("img",{src:S.iconUrl},null,8,Gl)]))),128))])]),Hl,ql],2)],512),[[n.vShow,i.value]])]),_:1})],4))}},pn=X(Jl,[["__scopeId","data-v-33de542f"]]),Kl={class:"calendar-table"},Yl={__name:"CalendarTable",props:{isLandingMode:{type:Boolean,default:!1},gamesPerPage:{type:Array,default:()=>[]},rowHeight:{type:String,default:"fit-content"},oddRowColor:{type:String,default:"#172531"},evenRowColor:{type:String,default:"#0D1D29"},componentWidth:{type:Number,default:400,validator(e){return e>0}}},setup(e){const t=e;function o(r){return r%2===0?t.evenRowColor:t.oddRowColor}return(r,i)=>(n.openBlock(),n.createElementBlock("div",Kl,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(e.gamesPerPage,(a,s)=>(n.openBlock(),n.createBlock(pn,{key:a.game_id,game:a,"is-landing-mode":e.isLandingMode,height:e.rowHeight,"background-color":o(s),"component-width":e.componentWidth},null,8,["game","is-landing-mode","height","background-color","component-width"]))),128))]))}},$l=X(Yl,[["__scopeId","data-v-9b86bead"]]),Xl={class:"calendar-by-team"},Zl={class:"options"},Ql={class:"calendar-by-team__page"},ec={class:"calendar-by-team__page__round__round-name",style:{color:"white"}},tc={__name:"CalendarTableByTeam",props:{teamId:{type:Number,default:0},isPaginationVisible:{type:Boolean,default:!0},gamesPages:{type:Map,default:()=>new Map},isLandingMode:{type:Boolean,default:!1},rowHeight:{type:String,default:"fit-content"},nameRowColor:{type:String,default:"#172531"},gameRowColor:{type:String,default:"#0D1D29"},componentWidth:{type:Number,default:400,validator(e){return e>0}}},setup(e){const t=e,o=n.ref(0),r=n.computed(()=>{let a=[];if(t.gamesPages.size>0){const s=Array.from(t.gamesPages.entries()).reduce((c,[d,l])=>{const u=Number(d),m=Number.isNaN(u)?d:`Jornada ${u<10?"0":""}${u}`,f=l.reduce((p,h)=>(p.push(...h),p),[]).filter(p=>o.value===0||o.value===1&&p.visiting_team.team_id===t.teamId?!0:o.value===2&&p.home_team.team_id===t.teamId);return f.length>0&&c.push({roundName:m,games:f}),c},[]);a.push(s)}return a});function i(a){o.value=a}return(a,s)=>(n.openBlock(),n.createElementBlock("div",Xl,[n.createElementVNode("div",Zl,[n.createElementVNode("button",{onClick:s[0]||(s[0]=c=>i(0))},"Todas"),n.createElementVNode("button",{onClick:s[1]||(s[1]=c=>i(1))},"Visitante"),n.createElementVNode("button",{onClick:s[2]||(s[2]=c=>i(2))},"Local")]),n.createVNode(n.unref(sn),{"is-pagination-visible":e.isPaginationVisible,items:r.value},{default:n.withCtx(({item:c})=>[n.createElementVNode("div",Ql,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(c,(d,l)=>(n.openBlock(),n.createElementBlock("div",{key:l,class:"calendar-by-team__page__round"},[n.createElementVNode("div",ec,n.toDisplayString(d.roundName),1),(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(d.games,u=>(n.openBlock(),n.createBlock(pn,{key:u.game_id,game:u,"is-landing-mode":e.isLandingMode,height:e.rowHeight,"background-color":e.gameRowColor,"component-width":e.componentWidth},null,8,["game","is-landing-mode","height","background-color","component-width"]))),128))]))),128))])]),_:1},8,["is-pagination-visible","items"])]))}},oc=X(tc,[["__scopeId","data-v-a78c3850"]]),nc="/bkg-home-team@2x.png",rc="/bkg-away-team@2x.png",ic="_image62Icon_ljp3q_2",ac="_imgChivasIcon_ljp3q_13",sc="_nameDesktop_ljp3q_20",lc="_nameMobile_ljp3q_33",cc="_homeTeam_ljp3q_45",dc="_sbado16De_ljp3q_56",uc="_sab16092023_ljp3q_64",mc="_div_ljp3q_77",pc="_cst_ljp3q_85",fc="_hour_ljp3q_94",hc="_chivasTvCanal_ljp3q_104",gc="_matchInfo_ljp3q_114",yc="_image62Icon1_ljp3q_127",bc="_name_ljp3q_20",_c="_imgAtlasIcon_ljp3q_151",Sc="_name1_ljp3q_158",wc="_awayTeam_ljp3q_170",Ec="_matchCard_ljp3q_181",vc={image62Icon:ic,imgChivasIcon:ac,nameDesktop:sc,nameMobile:lc,homeTeam:cc,sbado16De:dc,sab16092023:uc,div:mc,cst:pc,hour:fc,chivasTvCanal:hc,matchInfo:gc,image62Icon1:yc,name:bc,imgAtlasIcon:_c,name1:Sc,awayTeam:wc,matchCard:Ec},Cc=["src"],kc=["src"],xc={__name:"CardPreMatch",props:{game:{type:Object,default:()=>{}}},setup(e){const t=e,o=n.computed(()=>{const r=t.game;return r.gameSchedule=t.game.schedule.split(":"),r.gameSchedule.pop(),r.gameSchedule=r.gameSchedule.join(":"),r});return(r,i)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(r.$style.matchCard)},[n.createElementVNode("div",{class:n.normalizeClass(r.$style.homeTeam),id:"container-home-team"},[n.createElementVNode("img",{class:n.normalizeClass(r.$style.image62Icon),alt:"",src:nc},null,2),n.createElementVNode("img",{class:n.normalizeClass(r.$style.imgChivasIcon),alt:"",src:n.unref(ut)(o.value.home_team.team_id)},null,10,Cc),n.createElementVNode("h3",{class:n.normalizeClass(r.$style.nameDesktop),id:"team-name"},n.toDisplayString(o.value.home_team.colloquial_name),3),n.createElementVNode("h3",{class:n.normalizeClass(r.$style.nameMobile),id:"team-name"},n.toDisplayString(o.value.home_team.acronym),3)],2),n.createElementVNode("div",{class:n.normalizeClass(r.$style.matchInfo),id:"container-match-info"},[n.createElementVNode("div",{class:n.normalizeClass(r.$style.sbado16De)},"Sábado 16 de Septiembre",2),n.createElementVNode("div",{class:n.normalizeClass(r.$style.sab16092023)},"SAB 16·09·2023",2),n.createElementVNode("div",{class:n.normalizeClass(r.$style.hour)},[n.createElementVNode("div",{class:n.normalizeClass(r.$style.div)},n.toDisplayString(o.value.gameSchedule),3),n.createElementVNode("div",{class:n.normalizeClass(r.$style.cst)},"CST",2)],2),n.createElementVNode("div",{class:n.normalizeClass(r.$style.chivasTvCanal)},"Chivas TV,, Canal 5, TV Azteca",2)],2),n.createElementVNode("div",{class:n.normalizeClass(r.$style.awayTeam),id:"container-away-team"},[n.createElementVNode("img",{class:n.normalizeClass(r.$style.image62Icon1),alt:"",src:rc},null,2),n.createElementVNode("h3",{class:n.normalizeClass(r.$style.name),id:"team-name"},n.toDisplayString(o.value.visiting_team.colloquial_name),3),n.createElementVNode("img",{class:n.normalizeClass(r.$style.imgAtlasIcon),alt:"",src:n.unref(ut)(o.value.visiting_team.team_id)},null,10,kc),n.createElementVNode("h3",{class:n.normalizeClass(r.$style.name1),id:"team-name"},n.toDisplayString(o.value.visiting_team.acronym),3)],2)],2))}},Nc={$style:vc},Tc=X(xc,[["__cssModules",Nc]]),Bc={class:"calendar-by-game__carousel"},Oc={__name:"GSC-CalendarByGame",props:{height:{type:String,default:"fit-content"},width:{type:String,default:"100%"},rowHeight:{type:String,default:"fit-content"},oddRowColor:{type:String,default:"#172531"},evenRowColor:{type:String,default:"#0D1D29"},isLandingMode:{type:Boolean,default:!1},isRoundPickerVisible:{type:Boolean,default:!0},isPaginationVisible:{type:Boolean,default:!0},awaitForSeasons:{type:Boolean,default:!1},seasons:{type:Array,default:()=>[]},isCup:{type:Boolean,default:!1},isCupLegacy:{type:Boolean,default:!1},token:{type:String,default:""},pagesWithGames:{type:Array,default:()=>[]},maxGamesToShow:{type:Number,default:0,validator(e){return!Number.isNaN(e)&&e>=0}},areRoundsVisible:{type:Boolean,default:!0},gamesPerMatchDay:{type:Number,default:0,validator(e){return!Number.isNaN(e)&&e>=0}},itemsToShow:{type:Number,default:9},itemsToScroll:{type:Number,default:9},games:{type:Array,default:()=>null},teamId:{type:Number,default:0,validator(e){return!Number.isNaN(e)&&e>=0}},avoidTeamIdFilter:{type:Boolean,default:!1},areGamesCarouselType:{type:Boolean,default:!1}},emits:["tournament-selected","change-teams","change-round","change-game-carousel"],setup(e,{emit:t}){const o=e;let r=null;const i=n.ref([]),a=n.ref({}),s=n.ref([]),c=n.ref(0),d=n.ref(null),l=n.ref({}),u=n.ref(new Map),m=n.ref(!1),f=n.ref(null),p=n.ref(null),h=n.computed(()=>o.isCup),_=n.computed(()=>o.isCupLegacy),S=n.computed(()=>({height:o.height,width:o.width})),k=n.computed(()=>o.games?be(o.games):u.value.get(l.value.key)||[]);n.watch(()=>o.seasons,E=>{E&&E.length&&(m.value=!0,i.value=E.map(w=>w.id),W(E,!0))},{immediate:!0,deep:!0}),n.watch(()=>o.teamId,()=>{ye()});async function R(E,w,v=""){let N=v;try{const C={};o.token&&(C.Authorization=o.token),N||(N="https://qyyibs1w0d.execute-api.us-west-2.amazonaws.com/prod/calendar/gamesBySeason?",E.forEach((H,D)=>{N+=`${D===0?"":"&"}seasons=${H}`}));const{data:{data:V,teams:A}}=await on.get(N,{headers:C});return{seasonsAndGames:V,seasonsAndTeams:A}}catch(C){if(w>0)return R(E,w-1,N);throw new Error(C)}}function K(E){for(const w of E)if(!i.value.includes(w.season_id))return!0;return!1}async function W(E,w){try{a.value={};let v=0;const{seasonsAndGames:N,seasonsAndTeams:C}=await R(E.map(A=>A.id),3);if(w&&K(N))return;N.forEach(A=>{const{type:H}=E.find(D=>D.id===A.season_id);A.type=H,A.games.forEach(D=>{D.season_id=A.season_id}),H===0&&(v=A.season_id)}),f.value={seasonsGames:N};const{teams:V}=C.find(A=>A.season_id===v);p.value=V,t("change-teams",V),ye()}catch(v){throw new Error(v)}}function ye(){if(!p.value)return;const E=f.value&&f.value.seasonsGames?f.value.seasonsGames.map(w=>{const v=w.games.reduce((N,C)=>{const V={...C};return V.dateTimeMillis=new Date(V.date_time_utc).valueOf(),V.home_team=p.value.find(A=>A.team_id===C.home_team),V.visiting_team=p.value.find(A=>A.team_id===C.visiting_team),o.teamId&&V.home_team.team_id!==o.teamId&&V.visiting_team.team_id!==o.teamId||(N[C.matchday_abbreviation]?N[C.matchday_abbreviation][C.game_status===3?"canceled":C.date]?N[C.matchday_abbreviation][C.game_status===3?"canceled":C.date].push(V):N[C.matchday_abbreviation][C.game_status===3?"canceled":C.date]=[V]:N[C.matchday_abbreviation]={[C.game_status===3?"canceled":C.date]:[V]}),N},{});for(let[N,C]of Object.entries(v))v[N]=Object.entries(C).map(([V,A])=>({date:V,games:A.sort((H,D)=>H.dateTimeMillis-D.dateTimeMillis)})),v[N].sort((V,A)=>V.date<A.date?-1:V.date>A.date?1:0);return{type:w.type,weight:w.type===0?0:w.type===2?1:2,schedule:v}}):[];E.sort((w,v)=>w.weight-v.weight),a.value=E.reduce((w,v)=>{for(const[N,C]of Object.entries(v.schedule))if(v.type===0)if(h.value){const V=N.replace("M",""),A=V;_.value?w[fs[V]||A]=C:w[ps[N]||A]=C}else w[Number(N.replace("M","")).toString()]=C;else v.type===2?w[`R${Number(N.replace("PO",""))}`]=C:v.type===1&&(w[ms[N]]=C);return w},{}),u.value=new Map,s.value=Array.from(Object.entries(a.value).reduce((w,[v,N])=>{const C=Number(v);let V="";Number.isNaN(C)?V=v:V=C<10?`0${C}`:v,w.set(v,{key:v,value:C,valueText:V});const A=N.reduce((D,_e)=>(_e.games.forEach(M=>{M.roundAbbreviation=Number.isNaN(C)?C:`J ${C}`}),D=D.concat(_e.games),D),[]),H=be(A);return u.value.set(v,H),w},new Map).values())}function be(E){const w=[];if(o.gamesPerMatchDay>0){let v=[];E.forEach((N,C)=>{v.push(N),(C+1)%o.gamesPerMatchDay===0&&(w.push([...v]),v=[])}),v.length&&w.push([...v])}else w.push(E);return w}async function G(E){try{const{data:w}=await on.get("https://kefloixzy1.execute-api.us-west-2.amazonaws.com/prod/tournaments");return w}catch(w){if(E>0)return G(E-1);throw new Error(w)}}function pe(){if(window.ResizeObserver)r=new ResizeObserver(()=>{c.value=d.value.clientWidth}),r.observe(d.value);else throw new Error("Resize observer not supported!")}function L(E){l.value=E,t("change-round",E)}function oe(E){o.areGamesCarouselType&&t("change-game-carousel",E.selectedItem)}async function ne(){try{if(!o.awaitForSeasons&&!o.games){const E=(await G(3)).find(N=>N._id===1),w=E.seasons[0],v=[{id:w.id,type:w.type}];E&&E.tournament&&t("tournament-selected",E.tournament),w.related_seasons&&w.related_seasons.length&&v.push(...w.related_seasons.map(N=>({id:N.id,type:N.type}))),await W(v,!1)}}catch(E){throw new Error(E)}}return n.onMounted(()=>{pe()}),ne(),(E,w)=>(n.openBlock(),n.createElementBlock("div",{ref_key:"calendarByGame",ref:d,class:"calendar-by-game",style:n.normalizeStyle(S.value)},[e.teamId&&!e.avoidTeamIdFilter?(n.openBlock(),n.createBlock(oc,{key:0,"full-tournament-schedule":a.value,"team-id":e.teamId,"is-landing-mode":!1,"row-height":e.rowHeight,"component-width":c.value,"games-pages":u.value,"is-pagination-visible":e.isPaginationVisible},null,8,["full-tournament-schedule","team-id","row-height","component-width","games-pages","is-pagination-visible"])):(n.openBlock(),n.createElementBlock(n.Fragment,{key:1},[e.areRoundsVisible&&s.value?(n.openBlock(),n.createBlock(Vs,{key:0,"match-days":s.value,"is-landing-mode":e.isLandingMode,height:"48px","items-to-show":e.itemsToShow,"items-to-scroll":e.itemsToScroll,onChangeMatchDay:L},null,8,["match-days","is-landing-mode","items-to-show","items-to-scroll"])):n.createCommentVNode("",!0),n.createElementVNode("div",Bc,[k.value?(n.openBlock(),n.createBlock(n.unref(sn),{key:0,"is-pagination-visible":e.isPaginationVisible&&!e.areGamesCarouselType,items:e.areGamesCarouselType?k.value[0]:k.value,"are-navigation-arrows-visible":!e.areGamesCarouselType,"wrap-around":e.areGamesCarouselType,"items-to-show":e.areGamesCarouselType?1.2:1,"is-main-slide-priority":e.areGamesCarouselType,"are-slides-arrows-visible":e.areGamesCarouselType,"slides-arrows-left-and-right":e.areGamesCarouselType?"30px":"0px",onInput:oe},{default:n.withCtx(({item:v})=>[e.areGamesCarouselType?(n.openBlock(),n.createBlock(Tc,{key:0,game:v},null,8,["game"])):(n.openBlock(),n.createBlock($l,{key:1,"games-per-page":v,"is-landing-mode":e.isLandingMode,"row-height":e.rowHeight,"component-width":c.value},null,8,["games-per-page","is-landing-mode","row-height","component-width"]))]),_:1},8,["is-pagination-visible","items","are-navigation-arrows-visible","wrap-around","items-to-show","is-main-slide-priority","are-slides-arrows-visible","slides-arrows-left-and-right"])):n.createCommentVNode("",!0)])],64))],4))}},Vc=X(Oc,[["__scopeId","data-v-99c80155"]]),Lf="",ue=(e,t)=>{const o=e.__vccOpts||e;for(const[r,i]of t)o[r]=i;return o},Kt=ue({__name:"ButtonCustom",props:{text:{type:String,default:""},height:{type:String,default:"fit-content"},width:{type:String,default:"fit-content"},padding:{type:String,default:"0px"},borderRadius:{type:String,default:"0px"},borderWidth:{type:String,default:"1px"},borderColor:{type:String,default:"#d9d9d9"},backgroundColor:{type:String,default:"#FFFFFF"},activeBackgroundColor:{type:String,default:""},activeBorderColor:{type:String,default:""},activeBorderWidth:{type:String,default:"1px"},activeFontColor:{type:String,default:""},fontColor:{type:String,default:"#000000"},fontSize:{type:String,default:"16px"},fontFamily:{type:String,default:"Poppins-Regular, sans-serif"},whiteSpace:{type:String,default:"nowrap"},isActive:{type:Boolean,default:!1}},emits:["click"],setup(e,{emit:t}){const o=e,r=n.computed(()=>({"--height":o.height,"--width":o.width,"--padding":o.padding,"--border-radius":o.borderRadius,"--border":`solid ${o.borderWidth} ${o.borderColor}`,"--background-color":o.backgroundColor,"--white-space":o.whiteSpace,"--font-color":o.fontColor,"--font-size":o.fontSize,"--font-family":o.fontFamily,"--active-background-color":o.activeBackgroundColor||o.backgroundColor,"--active-border-color":o.activeBorderColor||o.borderColor,"--active-font-color":o.activeFontColor||o.fontColor}));function i(){t("click")}return(a,s)=>(n.openBlock(),n.createElementBlock("button",{class:n.normalizeClass(["button",{active:e.isActive}]),style:n.normalizeStyle(r.value),onClick:i},n.toDisplayString(e.text),7))}},[["__scopeId","data-v-957b061f"]]),Ac=(e,t)=>{const o=e.__vccOpts||e;for(const[r,i]of t)o[r]=i;return o},Lc={class:"menu-container"},Rc={__name:"GSC-Menu",props:{menuMarginTop:{type:Number,default:0,validator(e){return!Number.isNaN(e)}},modelValue:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(e,{emit:t}){const o=e;n.useCssVars(l=>({"5e56f146":s.value}));const r=n.ref(null),i=n.ref(!1),a=n.computed(()=>r.value?{top:`${r.value.getBoundingClientRect().height+o.menuMarginTop}px`}:{top:"0px"}),s=n.computed(()=>i.value?3:1);n.watch(()=>o.modelValue,l=>{l!==i.value&&(i.value=l)},{immediate:!0});function c(){i.value=!i.value,t("update:modelValue",i.value)}function d(){i.value=!1,t("update:modelValue",i.value)}return(l,u)=>(n.openBlock(),n.createElementBlock(n.Fragment,null,[i.value?(n.openBlock(),n.createElementBlock("div",{key:0,id:"menu-overlay",onClick:d})):n.createCommentVNode("",!0),n.createElementVNode("div",Lc,[n.createElementVNode("div",{ref_key:"trigger",ref:r,class:"menu-container__trigger",onClick:c},[n.renderSlot(l.$slots,"trigger",{},void 0,!0)],512),n.createVNode(n.Transition,null,{default:n.withCtx(()=>[n.withDirectives(n.createElementVNode("div",{class:"menu-container__menu",style:n.normalizeStyle(a.value)},[n.renderSlot(l.$slots,"menu",{},void 0,!0)],4),[[n.vShow,i.value]])]),_:3})])],64))}},jc=Ac(Rc,[["__scopeId","data-v-1a396ca6"]]),jf="",Ic=(e=>(n.pushScopeId("data-v-2a796a00"),e=e(),n.popScopeId(),e))(()=>n.createElementVNode("div",{class:"button__icon"},null,-1)),Fc={class:"button__text"},Pc={key:0},zc={width:"8",height:"4",viewBox:"0 0 8 4",fill:"none",xmlns:"http://www.w3.org/2000/svg"},Dc=["fill"],Mc=ue({__name:"ButtonFilter",props:{isActive:{type:Boolean,default:!1},text:{type:String,default:""},infoValue:{type:[String,Number],default:""},textFontFamily:{type:String,default:"sans-serif"},textFontSize:{type:String,default:"14px"},fontColor:{type:String,default:"white"},infoBackgroundColor:{type:String,default:"#424D58"},infoFontColor:{type:String,default:"#CBEE6B"},infoFontFamily:{type:String,default:"sans-serif"},infoFontSize:{type:String,default:"10px"},infoBorderColor:{type:String,default:"#0D1D29"},infoBorderRadius:{type:String,default:"4px"},infoHeight:{type:String,default:"20px"},infoWidth:{type:String,default:"20px"},height:{type:String,default:"fit-content"},width:{type:String,default:"fit-content"},backgroundColor:{type:String,default:"#0D1D29"},borderRadius:{type:String,default:"8px"},borderColor:{type:String,default:"#172531"},borderColorActive:{type:String,default:"white"},borderWidth:{type:String,default:"1px"},padding:{type:String,default:"12px"},arrowColor:{type:String,default:"#92929D"},iconColor:{type:String,default:"#92929D"},iconType:{type:String,default:"productivity"}},setup(e){const t=e,o=n.computed(()=>({"--height":t.height,"--width":t.width,"--text-font-family":t.textFontFamily,"--text-font-size":t.textFontSize,"--background-color":t.backgroundColor,"--border-radius":t.borderRadius,"--border-color":t.isActive?t.borderColorActive:t.borderColor,"--border-width":t.borderWidth,"--padding":t.padding,"--font-color":t.fontColor})),r=n.computed(()=>({"--info-background-color":t.infoBackgroundColor,"--info-border-color":t.infoBorderColor,"--info-border-radius":t.infoBorderRadius,"--info-font-family":t.infoFontFamily,"--info-font-size":t.infoFontSize,"--info-font-color":t.infoFontColor,"--info-height":t.infoHeight,"--info-width":t.infoWidth}));return(i,a)=>(n.openBlock(),n.createElementBlock("div",{class:"button",style:n.normalizeStyle(o.value)},[Ic,n.createElementVNode("div",Fc,n.toDisplayString(e.text),1),n.createElementVNode("div",{class:"button__info",style:n.normalizeStyle(r.value)},[e.infoValue?(n.openBlock(),n.createElementBlock("span",Pc,n.toDisplayString(e.infoValue),1)):n.createCommentVNode("",!0)],4),n.createElementVNode("div",{class:n.normalizeClass(["button__arrow",{"rotated-180":e.isActive}])},[(n.openBlock(),n.createElementBlock("svg",zc,[n.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4 2.62045L6.86193 0.167368C7.12228 -0.0557892 7.54439 -0.0557892 7.80474 0.167368C8.06509 0.390524 8.06509 0.752333 7.80474 0.97549L4.4714 3.83263C4.21105 4.05579 3.78895 4.05579 3.5286 3.83263L0.195262 0.97549C-0.0650874 0.752333 -0.0650874 0.390524 0.195262 0.167368C0.455612 -0.0557892 0.877722 -0.0557892 1.13807 0.167368L4 2.62045Z",fill:e.arrowColor},null,8,Dc)]))],2)],4))}},[["__scopeId","data-v-2a796a00"]]),Uc=(e,t)=>{const o=e.__vccOpts||e;for(const[r,i]of t)o[r]=i;return o},Wc={key:1},Gc={width:"10",height:"8",viewBox:"0 0 10 8",fill:"none",xmlns:"http://www.w3.org/2000/svg"},Hc=["fill"],qc={__name:"GSC-Checkbox",props:{width:{type:String,default:"fit-content"},height:{type:String,default:"fit-content"},label:{type:String,default:""},labelColor:{type:String,default:"white"},fontFamily:{type:String,default:"sans-serif"},labelFontSize:{type:String,default:"12px"},modelValue:{type:Boolean,default:!1},justifyContent:{type:String,default:"flex-start"},alignItems:{type:String,default:"center"},boxBackgroundColor:{type:String,default:"#CBEE6B"},boxValueColor:{type:String,default:"#0d1d29"},boxValue:{type:[String,Number],default:""},boxPosition:{type:String,default:"left",validator(e){return["left","right","top","bottom"].includes(e)}},boxWidthAndHeight:{type:String,default:"16px"},boxBorderColor:{type:String,default:"#969da2"},boxBorderWidth:{type:String,default:"2px"},boxBorderRadius:{type:String,default:"4px"},boxValueFontSize:{type:String,default:"10px"},boxValueFontFamily:{type:String,default:"sans-serif"},avoidInteraction:{type:Boolean,default:!1},avoidToCheck:{type:Boolean,default:!1},isBoxOnly:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(e,{emit:t}){const o=e;n.useCssVars(d=>({f9233918:e.width,"5ee1dd8e":e.height}));const r=n.ref(!1),i=n.computed(()=>{const d={color:o.boxValueColor,"font-family":o.fontFamily,height:o.boxWidthAndHeight,width:o.boxWidthAndHeight,minWidth:o.boxWidthAndHeight,"border-radius":o.boxBorderRadius};return r.value?(d["background-color"]=o.boxBackgroundColor,d.border=`solid ${o.boxBorderWidth} ${o.boxBackgroundColor}`):d.border=`solid ${o.boxBorderWidth} ${o.boxBorderColor}`,d}),a=n.computed(()=>({"font-family":o.boxValueFontFamily,"font-size":o.boxValueFontSize,color:o.boxValueColor,"line-height":1})),s=n.computed(()=>{const d={color:o.labelColor,"font-family":o.fontFamily,"font-size":o.labelFontSize};return(o.boxPosition==="left"||o.boxPosition==="right")&&(d[`margin-${o.boxPosition}`]=o.isBoxOnly?"0":"10px"),d});n.watch(()=>o.modelValue,d=>{d!==r.value&&(r.value=d)},{immediate:!0});function c(){o.avoidInteraction||!r.value&&o.avoidToCheck||(r.value=!r.value,t("update:modelValue",r.value))}return(d,l)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["checkbox",`box-${e.boxPosition}`]),onClick:c},[n.createElementVNode("div",{class:"checkbox__box",style:n.normalizeStyle(i.value)},[r.value?(n.openBlock(),n.createElementBlock(n.Fragment,{key:0},[o.boxValue?(n.openBlock(),n.createElementBlock("div",{key:0,class:"checkbox__box__value",style:n.normalizeStyle(a.value)},n.toDisplayString(e.boxValue),5)):(n.openBlock(),n.createElementBlock("div",Wc,[(n.openBlock(),n.createElementBlock("svg",Gc,[n.createElementVNode("path",{d:"M9.77994 1.70133L4.10994 7.37133C3.96994 7.51133 3.77994 7.59133 3.57994 7.59133C3.37994 7.59133 3.18994 7.51133 3.04994 7.37133L0.219941 4.54133C-0.0700586 4.25133 -0.0700586 3.77133 0.219941 3.48133C0.509941 3.19133 0.989941 3.19133 1.27994 3.48133L3.57994 5.78133L8.71994 0.641328C9.00994 0.351328 9.48994 0.351328 9.77994 0.641328C10.0699 0.931328 10.0699 1.40133 9.77994 1.70133Z",fill:e.boxValueColor},null,8,Hc)]))]))],64)):n.createCommentVNode("",!0)],4),n.createElementVNode("div",{class:"checkbox__label",style:n.normalizeStyle(s.value)},n.toDisplayString(e.label),5)],2))}},fn=Uc(qc,[["__scopeId","data-v-1e7b1ae2"]]),Pf="",pt=e=>(n.pushScopeId("data-v-ce334c17"),e=e(),n.popScopeId(),e),Jc={class:"details__header"},Kc=pt(()=>n.createElementVNode("div",{class:"details__header__title"},"Jugando como",-1)),Yc={class:"details__header__checkbox"},$c={class:"details__body"},Xc={class:"details__body__playing-as"},Zc=["onClick"],Qc={class:"details__header"},ed=pt(()=>n.createElementVNode("div",{class:"details__header__title"},"En: (Elige el lapso de tiempo)",-1)),td={class:"details__header__checkbox"},od={class:"details__body"},nd=pt(()=>n.createElementVNode("div",{class:"details__body__title"},"1er tiempo",-1)),rd={class:"details__body__game-section"},id=["onClick"],ad={class:"details__body"},sd=pt(()=>n.createElementVNode("div",{class:"details__body__title"},"2do tiempo",-1)),ld={class:"details__body__game-section"},cd=["onClick"],dd=ue({__name:"StatisticsFilterTemplate",props:{playingAs:{type:Array,default:()=>[{name:"Local",isSelected:!0},{name:"Visitante",isSelected:!0}]},results:{type:Array,default:()=>[1,2,3]},gameSections:{type:Array,default:()=>[{text:"0-15",value:1,isSelected:!0},{text:"16-30",value:2,isSelected:!0},{text:"31-45",value:3,isSelected:!0},{text:"46-60",value:4,isSelected:!0},{text:"61-75",value:5,isSelected:!0},{text:"76-90",value:6,isSelected:!0}]},buttonsBackgroundColor:{type:String,default:"rgba(255, 255, 255, 0)"},buttonsBackgroundColorActive:{type:String,default:"rgba(203, 238, 107, 0.05)"},buttonsTextColor:{type:String,default:"rgba(255, 255, 255, 0.8)"},buttonsTextColorActive:{type:String,default:"rgba(255, 255, 255, 1)"},buttonsBorderColor:{type:String,default:"#8ea2ab"},buttonsBorderColorActive:{type:String,default:"#cbee6b"},buttonsBorderWidth:{type:String,default:"0.8px"},buttonsBorderWidthActive:{type:String,default:"1px"},buttonsBorderRadius:{type:String,default:"4px"}},setup(e){const t=e;n.useCssVars(u=>({"2321d9a1":e.buttonsBackgroundColor,ccabcbfc:e.buttonsTextColor,"05a0a474":e.buttonsBorderWidth,"07cea13a":e.buttonsBorderColor,"67fac807":e.buttonsBackgroundColorActive,"728f7ba8":e.buttonsTextColorActive,"12a02c6c":e.buttonsBorderWidthActive,"5392776e":e.buttonsBorderColorActive}));const o=n.computed(()=>t.playingAs.every(u=>u.isSelected)),r=n.computed(()=>t.gameSections.every(u=>u.isSelected)),i=n.computed(()=>t.gameSections.reduce((u,m)=>(m.value<=3?u.firstHalf.push(m):u.secondHalf.push(m),u),{firstHalf:[],secondHalf:[]})),a=n.computed(()=>({"--border-radius-first-button":`${t.buttonsBorderRadius} 0 0 ${t.buttonsBorderRadius}`,"--border-radius-last-button":`0 ${t.buttonsBorderRadius} ${t.buttonsBorderRadius} 0`}));function s(u){u?t.playingAs.forEach(m=>{m.isSelected=!0}):t.playingAs.forEach((m,f)=>{m.isSelected=f===0})}function c(u){t.playingAs.filter(m=>m.isSelected).length===1&&u.isSelected||(u.isSelected=!u.isSelected)}function d(u){t.gameSections.filter(m=>m.isSelected).length===1&&u.isSelected||(u.isSelected=!u.isSelected)}function l(u){u?t.gameSections.forEach(m=>{m.isSelected=!0}):t.gameSections.forEach((m,f)=>{m.isSelected=f===0})}return(u,m)=>(n.openBlock(),n.createElementBlock("div",{class:"details",style:n.normalizeStyle(a.value)},[n.createElementVNode("div",Jc,[Kc,n.createElementVNode("div",Yc,[n.createVNode(n.unref(fn),{label:"Todos","model-value":o.value,"onUpdate:modelValue":s},null,8,["model-value"])])]),n.createElementVNode("div",$c,[n.createElementVNode("div",Xc,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(t.playingAs,(f,p)=>(n.openBlock(),n.createElementBlock("div",{key:`pa${p}`,class:n.normalizeClass(["details__body__button",{active:f.isSelected}]),onClick:h=>c(f)},n.toDisplayString(f.name),11,Zc))),128))])]),n.createElementVNode("div",Qc,[ed,n.createElementVNode("div",td,[n.createVNode(n.unref(fn),{label:"Todos","model-value":r.value,"onUpdate:modelValue":l},null,8,["model-value"])])]),n.createElementVNode("div",od,[nd,n.createElementVNode("div",rd,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(i.value.firstHalf,(f,p)=>(n.openBlock(),n.createElementBlock("div",{key:`pa${p}`,class:n.normalizeClass(["details__body__button",{active:f.isSelected}]),onClick:h=>d(f)},n.toDisplayString(f.text),11,id))),128))])]),n.createElementVNode("div",ad,[sd,n.createElementVNode("div",ld,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(i.value.secondHalf,(f,p)=>(n.openBlock(),n.createElementBlock("div",{key:`pa${p}`,class:n.normalizeClass(["details__body__button",{active:f.isSelected}]),onClick:h=>d(f)},n.toDisplayString(f.text),11,cd))),128))])])],4))}},[["__scopeId","data-v-ce334c17"]]),ud={class:"statistics-filter-button"},md={__name:"StatisticsFilterButton",setup(e){const t=n.ref(!1);return(o,r)=>(n.openBlock(),n.createElementBlock("div",ud,[n.createVNode(n.unref(jc),{modelValue:t.value,"onUpdate:modelValue":r[0]||(r[0]=i=>t.value=i),"menu-margin-top":18},{trigger:n.withCtx(()=>[n.createVNode(Mc,{text:"Filtros","is-active":t.value,"background-color":"rgba(255, 255, 255, 0.05)","border-color":"rgba(255, 255, 255, 0.20)","info-width":"0",padding:"6px 12px"},null,8,["is-active"])]),menu:n.withCtx(()=>[n.createVNode(dd)]),_:1},8,["modelValue"])]))}};function pd(){return hn().__VUE_DEVTOOLS_GLOBAL_HOOK__}function hn(){return typeof navigator<"u"&&typeof window<"u"?window:typeof global<"u"?global:{}}const fd=typeof Proxy=="function",hd="devtools-plugin:setup",gd="plugin:settings:set";let Ae,Yt;function yd(){var e;return Ae!==void 0||(typeof window<"u"&&window.performance?(Ae=!0,Yt=window.performance):typeof global<"u"&&(!((e=global.perf_hooks)===null||e===void 0)&&e.performance)?(Ae=!0,Yt=global.perf_hooks.performance):Ae=!1),Ae}function bd(){return yd()?Yt.now():Date.now()}class _d{constructor(t,o){this.target=null,this.targetQueue=[],this.onQueue=[],this.plugin=t,this.hook=o;const r={};if(t.settings)for(const s in t.settings){const c=t.settings[s];r[s]=c.defaultValue}const i=`__vue-devtools-plugin-settings__${t.id}`;let a=Object.assign({},r);try{const s=localStorage.getItem(i),c=JSON.parse(s);Object.assign(a,c)}catch{}this.fallbacks={getSettings(){return a},setSettings(s){try{localStorage.setItem(i,JSON.stringify(s))}catch{}a=s},now(){return bd()}},o&&o.on(gd,(s,c)=>{s===this.plugin.id&&this.fallbacks.setSettings(c)}),this.proxiedOn=new Proxy({},{get:(s,c)=>this.target?this.target.on[c]:(...d)=>{this.onQueue.push({method:c,args:d})}}),this.proxiedTarget=new Proxy({},{get:(s,c)=>this.target?this.target[c]:c==="on"?this.proxiedOn:Object.keys(this.fallbacks).includes(c)?(...d)=>(this.targetQueue.push({method:c,args:d,resolve:()=>{}}),this.fallbacks[c](...d)):(...d)=>new Promise(l=>{this.targetQueue.push({method:c,args:d,resolve:l})})})}async setRealTarget(t){this.target=t;for(const o of this.onQueue)this.target.on[o.method](...o.args);for(const o of this.targetQueue)o.resolve(await this.target[o.method](...o.args))}}function Sd(e,t){const o=e,r=hn(),i=pd(),a=fd&&o.enableEarlyProxy;if(i&&(r.__VUE_DEVTOOLS_PLUGIN_API_AVAILABLE__||!a))i.emit(hd,e,t);else{const s=a?new _d(o,i):null;(r.__VUE_DEVTOOLS_PLUGINS__=r.__VUE_DEVTOOLS_PLUGINS__||[]).push({pluginDescriptor:o,setupFn:t,proxy:s}),s&&t(s.proxiedTarget)}}/*!
11
+ */const z={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"}},qo={itemsToShow:{default:z.itemsToShow,type:Number},itemsToScroll:{default:z.itemsToScroll,type:Number},wrapAround:{default:z.wrapAround,type:Boolean},throttle:{default:z.throttle,type:Number},snapAlign:{default:z.snapAlign,validator(e){return["start","end","center","center-even","center-odd"].includes(e)}},transition:{default:z.transition,type:Number},breakpoints:{default:z.breakpoints,type:Object},autoplay:{default:z.autoplay,type:Number},pauseAutoplayOnHover:{default:z.pauseAutoplayOnHover,type:Boolean},modelValue:{default:void 0,type:Number},mouseDrag:{default:z.mouseDrag,type:Boolean},touchDrag:{default:z.touchDrag,type:Boolean},dir:{default:z.dir,validator(e){return["rtl","ltr"].includes(e)}},i18n:{default:z.i18n,type:Object},settings:{default(){return{}},type:Object}};function Bl({config:e,slidesCount:t}){const{snapAlign:n,wrapAround:o,itemsToShow:i=1}=e;if(o)return Math.max(t-1,0);let a;switch(n){case"start":a=t-i;break;case"end":a=t-1;break;case"center":case"center-odd":a=t-Math.ceil((i-.5)/2);break;case"center-even":a=t-Math.ceil(i/2);break;default:a=0;break}return Math.max(a,0)}function Al({config:e,slidesCount:t}){const{wrapAround:n,snapAlign:o,itemsToShow:i=1}=e;let a=0;if(n||i>t)return a;switch(o){case"start":a=0;break;case"end":a=i-1;break;case"center":case"center-odd":a=Math.floor((i-1)/2);break;case"center-even":a=Math.floor((i-2)/2);break;default:a=0;break}return a}function pn({val:e,max:t,min:n}){return t<n?e:Math.min(Math.max(e,n),t)}function Rl({config:e,currentSlide:t,slidesCount:n}){const{snapAlign:o,wrapAround:i,itemsToShow:a=1}=e;let s=t;switch(o){case"center":case"center-odd":s-=(a-1)/2;break;case"center-even":s-=(a-2)/2;break;case"end":s-=a-1;break}return i?s:pn({val:s,max:n-a,min:0})}function Jo(e){return e?e.reduce((t,n)=>{var o;return n.type===r.Fragment?[...t,...Jo(n.children)]:((o=n.type)===null||o===void 0?void 0:o.name)==="CarouselSlide"?[...t,n]:t},[]):[]}function fn({val:e,max:t,min:n=0}){return e>t?fn({val:e-(t+1),max:t,min:n}):e<n?fn({val:e+(t+1),max:t,min:n}):e}function Vl(e,t){let n;return t?function(...o){const i=this;n||(e.apply(i,o),n=!0,setTimeout(()=>n=!1,t))}:e}function Ll(e,t){let n;return function(...o){n&&clearTimeout(n),n=setTimeout(()=>{e(...o),n=null},t)}}function Fl(e="",t={}){return Object.entries(t).reduce((n,[o,i])=>n.replace(`{${o}}`,String(i)),e)}var jl=r.defineComponent({name:"ARIA",setup(){const e=r.inject("config",r.reactive(Object.assign({},z))),t=r.inject("currentSlide",r.ref(0)),n=r.inject("slidesCount",r.ref(0));return()=>r.h("div",{class:["carousel__liveregion","carousel__sr-only"],"aria-live":"polite","aria-atomic":"true"},Fl(e.i18n.itemXofY,{currentSlide:t.value+1,slidesCount:n.value}))}}),Pl=r.defineComponent({name:"Carousel",props:qo,setup(e,{slots:t,emit:n,expose:o}){var i;const a=r.ref(null),s=r.ref([]),l=r.ref(0),u=r.ref(0),c=r.reactive(Object.assign({},z));let d=Object.assign({},z),m;const h=r.ref((i=e.modelValue)!==null&&i!==void 0?i:0),f=r.ref(0),p=r.ref(0),_=r.ref(0),S=r.ref(0);let C,O;r.provide("config",c),r.provide("slidesCount",u),r.provide("currentSlide",h),r.provide("maxSlide",_),r.provide("minSlide",S),r.provide("slideWidth",l);function U(){m=Object.assign({},e.breakpoints),d=Object.assign(Object.assign(Object.assign({},d),e),{i18n:Object.assign(Object.assign({},d.i18n),e.i18n),breakpoints:void 0}),xe(d)}function q(){if(!m||!Object.keys(m).length)return;const w=Object.keys(m).map(k=>Number(k)).sort((k,M)=>+M-+k);let B=Object.assign({},d);w.some(k=>{const M=window.matchMedia(`(min-width: ${k}px)`).matches;return M&&(B=Object.assign(Object.assign({},B),m[k])),M}),xe(B)}function xe(w){Object.entries(w).forEach(([B,k])=>c[B]=k)}const Ne=Ll(()=>{q(),K()},16);function K(){if(!a.value)return;const w=a.value.getBoundingClientRect();l.value=w.width/c.itemsToShow}function we(){u.value<=0||(p.value=Math.ceil((u.value-1)/2),_.value=Bl({config:c,slidesCount:u.value}),S.value=Al({config:c,slidesCount:u.value}),c.wrapAround||(h.value=pn({val:h.value,max:_.value,min:S.value})))}r.onMounted(()=>{r.nextTick(()=>K()),setTimeout(()=>K(),1e3),q(),H(),window.addEventListener("resize",Ne,{passive:!0}),n("init")}),r.onUnmounted(()=>{O&&clearTimeout(O),C&&clearInterval(C),window.removeEventListener("resize",Ne,{passive:!0})});let j=!1;const ae={x:0,y:0},se={x:0,y:0},v=r.reactive({x:0,y:0}),E=r.ref(!1),x=r.ref(!1),T=()=>{E.value=!0},N=()=>{E.value=!1};function L(w){["INPUT","TEXTAREA","SELECT"].includes(w.target.tagName)||(j=w.type==="touchstart",j||w.preventDefault(),!(!j&&w.button!==0||G.value)&&(ae.x=j?w.touches[0].clientX:w.clientX,ae.y=j?w.touches[0].clientY:w.clientY,document.addEventListener(j?"touchmove":"mousemove",F,!0),document.addEventListener(j?"touchend":"mouseup",$,!0)))}const F=Vl(w=>{x.value=!0,se.x=j?w.touches[0].clientX:w.clientX,se.y=j?w.touches[0].clientY:w.clientY;const B=se.x-ae.x,k=se.y-ae.y;v.y=k,v.x=B},c.throttle);function $(){const w=c.dir==="rtl"?-1:1,B=Math.sign(v.x)*.4,k=Math.round(v.x/l.value+B)*w;if(k&&!j){const M=Le=>{Le.stopPropagation(),window.removeEventListener("click",M,!0)};window.addEventListener("click",M,!0)}J(h.value-k),v.x=0,v.y=0,x.value=!1,document.removeEventListener(j?"touchmove":"mousemove",F,!0),document.removeEventListener(j?"touchend":"mouseup",$,!0)}function H(){!c.autoplay||c.autoplay<=0||(C=setInterval(()=>{c.pauseAutoplayOnHover&&E.value||Se()},c.autoplay))}function ke(){C&&(clearInterval(C),C=null),H()}const G=r.ref(!1);function J(w){const B=c.wrapAround?w:pn({val:w,max:_.value,min:S.value});h.value===B||G.value||(n("slide-start",{slidingToIndex:w,currentSlideIndex:h.value,prevSlideIndex:f.value,slidesCount:u.value}),G.value=!0,f.value=h.value,h.value=B,O=setTimeout(()=>{if(c.wrapAround){const k=fn({val:B,max:_.value,min:0});k!==h.value&&(h.value=k,n("loop",{currentSlideIndex:h.value,slidingToIndex:w}))}n("update:modelValue",h.value),n("slide-end",{currentSlideIndex:h.value,prevSlideIndex:f.value,slidesCount:u.value}),G.value=!1,ke()},c.transition))}function Se(){J(h.value+c.itemsToScroll)}function Ve(){J(h.value-c.itemsToScroll)}const st={slideTo:J,next:Se,prev:Ve};r.provide("nav",st),r.provide("isSliding",G);const lt=r.computed(()=>Rl({config:c,currentSlide:h.value,slidesCount:u.value}));r.provide("slidesToScroll",lt);const uo=r.computed(()=>{const w=c.dir==="rtl"?-1:1,B=lt.value*l.value*w;return{transform:`translateX(${v.x-B}px)`,transition:`${G.value?c.transition:0}ms`,margin:c.wrapAround?`0 -${u.value*l.value}px`:"",width:"100%"}});function ct(){U(),q(),we(),K(),ke()}Object.keys(qo).forEach(w=>{["modelValue"].includes(w)||r.watch(()=>e[w],ct)}),r.watch(()=>e.modelValue,w=>{w!==h.value&&J(Number(w))}),r.watch(u,we),n("before-init"),U();const dt={config:c,slidesCount:u,slideWidth:l,next:Se,prev:Ve,slideTo:J,currentSlide:h,maxSlide:_,minSlide:S,middleSlide:p};o({updateBreakpointsConfigs:q,updateSlidesData:we,updateSlideWidth:K,initDefaultConfigs:U,restartCarousel:ct,slideTo:J,next:Se,prev:Ve,nav:st,data:dt});const ut=t.default||t.slides,mt=t.addons,pt=r.reactive(dt);return()=>{const w=Jo(ut==null?void 0:ut(pt)),B=(mt==null?void 0:mt(pt))||[];w.forEach((Fe,je)=>Fe.props.index=je);let k=w;if(c.wrapAround){const Fe=w.map((Pe,le)=>r.cloneVNode(Pe,{index:-w.length+le,isClone:!0,key:`clone-before-${le}`})),je=w.map((Pe,le)=>r.cloneVNode(Pe,{index:w.length+le,isClone:!0,key:`clone-after-${le}`}));k=[...Fe,...w,...je]}s.value=w,u.value=Math.max(w.length,1);const M=r.h("ol",{class:"carousel__track",style:uo.value,onMousedownCapture:c.mouseDrag?L:null,onTouchstartPassiveCapture:c.touchDrag?L:null},k),Le=r.h("div",{class:"carousel__viewport"},M);return r.h("section",{ref:a,class:{carousel:!0,"is-sliding":G.value,"is-dragging":x.value,"is-hover":E.value,"carousel--rtl":c.dir==="rtl"},dir:c.dir,"aria-label":c.i18n.ariaGallery,tabindex:"0",onMouseenter:T,onMouseleave:N},[Le,B,r.h(jl)])}}}),hn;(function(e){e.arrowUp="arrowUp",e.arrowDown="arrowDown",e.arrowRight="arrowRight",e.arrowLeft="arrowLeft"})(hn||(hn={}));const Il={arrowUp:"M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z",arrowDown:"M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z",arrowRight:"M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z",arrowLeft:"M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z"};function Dl(e){return e in hn}const gn=e=>{const t=r.inject("config",r.reactive(Object.assign({},z))),n=String(e.name),o=`icon${n.charAt(0).toUpperCase()+n.slice(1)}`;if(!n||typeof n!="string"||!Dl(n))return;const i=Il[n],a=r.h("path",{d:i}),s=t.i18n[o]||e.title||n,l=r.h("title",s);return r.h("svg",{class:"carousel__icon",viewBox:"0 0 24 24",role:"img","aria-label":s},[l,a])};gn.props={name:String,title:String};const zl=(e,{slots:t,attrs:n})=>{const{next:o,prev:i}=t||{},a=r.inject("config",r.reactive(Object.assign({},z))),s=r.inject("maxSlide",r.ref(1)),l=r.inject("minSlide",r.ref(1)),u=r.inject("currentSlide",r.ref(1)),c=r.inject("nav",{}),{dir:d,wrapAround:m,i18n:h}=a,f=d==="rtl",p=r.h("button",{type:"button",class:["carousel__prev",!m&&u.value<=l.value&&"carousel__prev--disabled",n==null?void 0:n.class],"aria-label":h.ariaPreviousSlide,onClick:c.prev},(i==null?void 0:i())||r.h(gn,{name:f?"arrowRight":"arrowLeft"})),_=r.h("button",{type:"button",class:["carousel__next",!m&&u.value>=s.value&&"carousel__next--disabled",n==null?void 0:n.class],"aria-label":h.ariaNextSlide,onClick:c.next},(o==null?void 0:o())||r.h(gn,{name:f?"arrowLeft":"arrowRight"}));return[p,_]};var Ml=r.defineComponent({name:"CarouselSlide",props:{index:{type:Number,default:1},isClone:{type:Boolean,default:!1}},setup(e,{slots:t}){const n=r.inject("config",r.reactive(Object.assign({},z))),o=r.inject("currentSlide",r.ref(0)),i=r.inject("slidesToScroll",r.ref(0)),a=r.inject("isSliding",r.ref(!1)),s=()=>e.index===o.value,l=()=>e.index===o.value-1,u=()=>e.index===o.value+1,c=()=>{const d=Math.floor(i.value),m=Math.ceil(i.value+n.itemsToShow-1);return e.index>=d&&e.index<=m};return()=>{var d;return r.h("li",{style:{width:`${100/n.itemsToShow}%`},class:{carousel__slide:!0,"carousel__slide--clone":e.isClone,"carousel__slide--visible":c(),"carousel__slide--active":s(),"carousel__slide--prev":l(),"carousel__slide--next":u(),"carousel__slide--sliding":a.value},"aria-hidden":!c()},(d=t.default)===null||d===void 0?void 0:d.call(t))}}});const te=(e,t)=>{const n=e.__vccOpts||e;for(const[o,i]of t)n[o]=i;return n},Ul={__name:"MatchDay",props:{isLandingMode:{type:Boolean,default:!1},backgroundColor:{type:String,default:"#183143"},numberColor:{type:String,default:"white"},numberFontFamily:{type:String,default:"sans-serif"},numberFontSize:{type:String,default:"14px"},textColor:{type:String,default:"rgba(255, 255, 255, 0.5)"},textFontFamily:{type:String,default:"sans-serif"},textFontSize:{type:String,default:"8px"},bottomLineColor:{type:String,default:"#cbee6b"},selectedMatchDayBackgroundColor:{type:String,default:"#243b4c"},height:{type:String,default:"fit-content"},matchDay:{type:Object,default:()=>{}},matchDaySelected:{type:Object,default:()=>{}}},emits:["change-match-day"],setup(e,{emit:t}){const n=e,o=r.computed(()=>{const l={"background-color":n.backgroundColor,height:n.height};return n.matchDay.key===n.matchDaySelected.key&&(l["border-bottom"]=`solid 2px ${n.bottomLineColor}`,l["background-color"]=n.selectedMatchDayBackgroundColor),n.isLandingMode||(l["border-right"]="solid 1px rgba(255, 255, 255, 0.1)"),l}),i=r.computed(()=>({color:n.numberColor,"font-family":n.numberFontFamily,"font-size":n.numberFontSize})),a=r.computed(()=>({color:n.textColor,"font-family":n.textFontFamily,"font-size":n.textFontSize}));function s(l){t("click-match-day",l)}return(l,u)=>(r.openBlock(),r.createElementBlock("div",{class:"match-day",style:r.normalizeStyle({...o.value}),onClick:u[0]||(u[0]=c=>s(e.matchDay))},[r.createElementVNode("div",{class:"match-day__value",style:r.normalizeStyle(i.value)},r.toDisplayString(e.matchDay.valueText),5),Number.isNaN(e.matchDay.value)?r.createCommentVNode("",!0):(r.openBlock(),r.createElementBlock("div",{key:0,class:"match-day__text",style:r.normalizeStyle(a.value)},r.toDisplayString(e.isLandingMode?"JOR":"JORNADA"),5))],4))}},Wl=te(Ul,[["__scopeId","data-v-897492a8"]]),Hl={class:"match-day-picker"},Gl={__name:"MatchDayPicker",props:{matchDays:{type:Array,default:()=>[]},isLandingMode:{type:Boolean,default:!1},backgroundColor:{type:String,default:"#183143"},numberColor:{type:String,default:"white"},numberFontFamily:{type:String,default:"sans-serif"},numberFontSize:{type:String,default:"14px"},textColor:{type:String,default:"rgba(255, 255, 255, 0.5)"},textFontFamily:{type:String,default:"sans-serif"},textFontSize:{type:String,default:"8px"},bottomLineColor:{type:String,default:"#cbee6b"},selectedMatchDayBackgroundColor:{type:String,default:"#243b4c"},height:{type:String,default:"fit-content"},itemsToShow:{type:Number,default:9},itemsToScroll:{type:Number,default:9}},emits:["change-match-day"],setup(e,{emit:t}){const n=e,o=r.computed(()=>({itemsToShow:n.itemsToShow,itemsToScroll:n.itemsToScroll,snapAlign:"start"})),i=r.ref({});r.watch(()=>n.matchDays,s=>{s&&s.length&&(i.value=s[0],t("change-match-day",i.value))},{immediate:!0});function a(s){i.value=s,t("change-match-day",i.value)}return(s,l)=>(r.openBlock(),r.createElementBlock("div",Hl,[r.createVNode(r.unref(Pl),r.normalizeProps(r.guardReactiveProps(o.value)),{addons:r.withCtx(()=>[r.createVNode(r.unref(zl))]),default:r.withCtx(()=>[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(e.matchDays,u=>(r.openBlock(),r.createBlock(r.unref(Ml),{key:u.key},{default:r.withCtx(()=>[r.createVNode(Wl,r.mergeProps(n,{"match-day":u,"match-day-selected":i.value,"is-landing-mode":e.isLandingMode,onClickMatchDay:a}),null,16,["match-day","match-day-selected","is-landing-mode"])]),_:2},1024))),128))]),_:1},16)]))}},ql=te(Gl,[["__scopeId","data-v-a4f1e173"]]);function xt(e){return`${{}.TEAM_LOGOS_URL||"https://az755631.vo.msecnd.net/teams-80/"}${e}.png`}const Jl={class:"game-info"},Kl={class:"game-info__teams"},$l={class:"game-info__teams__team"},Yl={class:"game-info__teams__team__logo"},Xl=["src"],Zl={class:"game-info__teams__detail"},Ql={key:0,class:"game-info__teams__detail__pre-game"},ec={class:"game-info__teams__team"},tc={class:"game-info__teams__team__logo away"},nc=["src"],oc={key:0},rc={key:0},ic={key:1},ac={__name:"GameInfo",props:{isLandingMode:{type:Boolean,default:!1},isAcronymVisible:{type:Boolean,default:!1},isTelevisionVisible:{type:Boolean,default:!0},game:{type:Object,required:!0},colorPrimary:{type:String,default:"white"},colorSecondary:{type:String,default:"grey"},namesFontSize:{type:String,default:"12px"},timeFontSize:{type:String,default:"12px"},timeZoneFontSize:{type:String,default:"8px"},scoreFontSize:{type:String,default:"13px"},namesFontFamily:{type:String,default:"sans-serif"},scoreFontFamily:{type:String,default:"sans-serif"},additionalInfoFontFamily:{type:String,default:"sans-serif"},additionalInfoFontSize:{type:String,default:"9px"}},setup(e){const t=e,n=r.computed(()=>{const u=new Date(t.game.dateTimeMillis),c=u.getHours(),d=u.getMinutes();return`${c<10?`0${c}`:c}:${d<10?`0${d}`:d}`}),o=r.computed(()=>({"font-size":t.namesFontSize,"font-family":t.namesFontFamily,color:t.colorPrimary})),i=r.computed(()=>({"font-size":t.additionalInfoFontSize,"font-family":t.additionalInfoFontFamily,color:t.colorSecondary})),a=r.computed(()=>({"font-size":t.scoreFontSize,"font-family":t.scoreFontFamily,color:t.colorPrimary})),s=r.computed(()=>({"font-size":t.timeZoneFontSize,"font-family":t.namesFontFamily,color:t.colorPrimary})),l=r.computed(()=>({"font-size":t.timeFontSize,"font-family":t.namesFontFamily,color:t.colorPrimary}));return(u,c)=>(r.openBlock(),r.createElementBlock("div",Jl,[r.createElementVNode("div",Kl,[r.createElementVNode("div",$l,[r.createElementVNode("div",{class:"game-info__teams__team__name",style:r.normalizeStyle(o.value)},r.toDisplayString(e.isLandingMode||e.isAcronymVisible?e.game.home_team.acronym:e.game.home_team.colloquial_name),5),r.createElementVNode("div",Yl,[r.createElementVNode("img",{src:r.unref(xt)(e.game.home_team.team_id),alt:""},null,8,Xl)])]),r.createElementVNode("div",Zl,[e.game.game_status===4&&!e.game.is_live?(r.openBlock(),r.createElementBlock("div",Ql,[r.createElementVNode("div",null,[r.createElementVNode("span",{style:r.normalizeStyle(l.value)},r.toDisplayString(n.value),5),r.createTextVNode(),r.createElementVNode("span",{style:r.normalizeStyle(s.value)},"CST",4)])])):(r.openBlock(),r.createElementBlock("div",{key:1,class:"game-info__teams__detail__score",style:r.normalizeStyle(a.value)},[r.createElementVNode("span",null,r.toDisplayString(e.game.score[0])+" - "+r.toDisplayString(e.game.score[1]),1)],4))]),r.createElementVNode("div",ec,[r.createElementVNode("div",tc,[r.createElementVNode("img",{src:r.unref(xt)(e.game.visiting_team.team_id),alt:""},null,8,nc)]),r.createElementVNode("div",{class:"game-info__teams__team__name",style:r.normalizeStyle(o.value)},r.toDisplayString(e.isLandingMode||e.isAcronymVisible?e.game.visiting_team.acronym:e.game.visiting_team.colloquial_name),5)])]),r.createElementVNode("div",{class:"game-info__status",style:r.normalizeStyle(i.value)},[e.game.game_status===4&&!e.game.is_live?(r.openBlock(),r.createElementBlock("span",oc,[e.isTelevisionVisible?(r.openBlock(),r.createElementBlock("span",rc,"fox, univision, televisa")):r.createCommentVNode("",!0)])):(r.openBlock(),r.createElementBlock("span",ic,"finalizado - Penales 1-3 "))],4)]))}},Ko=te(ac,[["__scopeId","data-v-1d5f7267"]]),$o=e=>(r.pushScopeId("data-v-244f7ae4"),e=e(),r.popScopeId(),e),sc={class:"game-status"},lc={key:0,class:"game-status__day__live"},cc=$o(()=>r.createElementVNode("span",null,"LIVE",-1)),dc=$o(()=>r.createElementVNode("span",{class:"dot"},null,-1)),uc=[cc,dc],mc={key:0,class:"game-status__round"},pc={__name:"GameStatus",props:{isLandingMode:{type:Boolean,default:!1},status:{type:Number,default:4},isLive:{type:Boolean,default:!1},dateTimeMillis:{type:Number,default:0},roundAbbreviation:{type:String,default:""},fontSize:{type:String,default:"10px"}},setup(e){const t=e,n=["Ene","Feb","Mar","Abr","May","Jun","Jul","Ago","Sep","Oct","Nov","Dic"],o=r.computed(()=>{let s="";if(t.dateTimeMillis){const l=new Date(t.dateTimeMillis);s=`${l.getDate()} ${n[l.getMonth()]}`}return s}),i=r.computed(()=>({"font-size":t.fontSize})),a=r.computed(()=>{let s=[];return t.isLive?s.push("live"):t.status!==1&&s.push("pre-match"),s});return(s,l)=>(r.openBlock(),r.createElementBlock("div",sc,[r.createElementVNode("div",{class:r.normalizeClass(["game-status__day",a.value]),style:r.normalizeStyle(i.value)},[e.isLive?(r.openBlock(),r.createElementBlock("div",lc,uc)):(r.openBlock(),r.createElementBlock(r.Fragment,{key:1},[r.createTextVNode(r.toDisplayString(o.value),1)],64))],6),e.isLandingMode?(r.openBlock(),r.createElementBlock("div",mc,r.toDisplayString(e.roundAbbreviation),1)):r.createCommentVNode("",!0)]))}},Yo=te(pc,[["__scopeId","data-v-244f7ae4"]]),ge={SHOW_GAME_EVENTS:"SHOW_GAME_EVENTS",PLAY_GOALS:"PLAY_GOALS",PLAY_RESUME:"PLAY_RESUME",NOTIFICATION:"NOTIFICATION",STATISTICS:"STATISTICS"},fc=e=>(r.pushScopeId("data-v-70dd3937"),e=e(),r.popScopeId(),e),hc={class:"actions"},gc={class:"actions__row"},yc=fc(()=>r.createElementVNode("svg",{width:"10",height:"12",viewBox:"0 0 10 12",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[r.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.87471 3.35132C9.31653 3.35132 9.67471 3.70949 9.67471 4.15132V10.4531C9.67471 10.8949 9.31653 11.2531 8.87471 11.2531C8.43288 11.2531 8.07471 10.8949 8.07471 10.4531V4.15132C8.07471 3.70949 8.43288 3.35132 8.87471 3.35132Z",fill:"#EEEC6B"}),r.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.67549 0.199951C5.11732 0.199951 5.47549 0.558123 5.47549 0.999951V10.4526C5.47549 10.8944 5.11732 11.2526 4.67549 11.2526C4.23366 11.2526 3.87549 10.8944 3.87549 10.4526V0.999951C3.87549 0.558123 4.23366 0.199951 4.67549 0.199951Z",fill:"#EEEC6B"}),r.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M1.0002 5.45154C1.44202 5.45154 1.8002 5.80971 1.8002 6.25154V10.4527C1.8002 10.8945 1.44202 11.2527 1.0002 11.2527C0.558368 11.2527 0.200195 10.8945 0.200195 10.4527V6.25154C0.200195 5.80971 0.558368 5.45154 1.0002 5.45154Z",fill:"#EEEC6B"})],-1)),bc=[yc],_c={width:"6",height:"8",viewBox:"0 0 6 8",fill:"none",xmlns:"http://www.w3.org/2000/svg"},wc=["fill"],Sc={width:"13",height:"16",viewBox:"0 0 13 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},Ec=["fill"],Cc={__name:"GameActionsLanding",props:{gameStatus:{type:Number,default:4},isLive:{type:Boolean,default:!1},hasVideo:{type:Boolean,default:!1},iconColor:{type:String,default:"#CBEE6B"},iconBackgroundColor:{type:String,default:"rgba(255, 255, 255, 0.2)"},iconBorderColor:{type:String,default:"rgba(255, 255, 255, 0.1)"},showPlayButton:{type:Boolean,default:!1}},emits:["action"],setup(e,{emit:t}){const n=e,o=r.computed(()=>({backgroundColor:n.iconBackgroundColor,borderColor:n.iconBorderColor}));function i(a){t("action",a)}return(a,s)=>(r.openBlock(),r.createElementBlock("div",hc,[r.createElementVNode("div",gc,[r.createElementVNode("div",{class:"actions__button rounded",style:r.normalizeStyle(o.value),onClick:s[0]||(s[0]=l=>i(r.unref(ge).STATISTICS))},bc,4),e.showPlayButton&&e.hasVideo?(r.openBlock(),r.createElementBlock("div",{key:0,class:"actions__button rounded",style:r.normalizeStyle(o.value),onClick:s[1]||(s[1]=l=>i(r.unref(ge).PLAY_RESUME))},[(r.openBlock(),r.createElementBlock("svg",_c,[r.createElementVNode("path",{d:"M0.442694 7.9474C0.385489 7.90953 0.337676 7.85295 0.304408 7.78375C0.27114 7.71456 0.25368 7.63538 0.253908 7.55475V0.444134C0.253987 0.363779 0.271562 0.284951 0.304765 0.216032C0.337968 0.147113 0.385557 0.090677 0.442475 0.0527243C0.499393 0.0147716 0.563511 -0.00327964 0.628014 0.000489552C0.692517 0.00425874 0.754994 0.0297075 0.808803 0.0741304L5.09491 3.62986C5.14387 3.67036 5.18401 3.7253 5.21178 3.78978C5.23955 3.85426 5.25409 3.92628 5.25409 3.99944C5.25409 4.0726 5.23955 4.14462 5.21178 4.2091C5.18401 4.27358 5.14387 4.32852 5.09491 4.36902L0.808803 7.92559C0.755077 7.97011 0.692648 7.99565 0.628173 7.99949C0.563698 8.00333 0.499593 7.98533 0.442694 7.9474Z",fill:n.iconColor},null,8,wc)]))],4)):r.createCommentVNode("",!0),e.gameStatus===4&&!e.isLive?(r.openBlock(),r.createElementBlock("div",{key:1,class:"actions__button",onClick:s[2]||(s[2]=l=>i(r.unref(ge).NOTIFICATION))},[(r.openBlock(),r.createElementBlock("svg",Sc,[r.createElementVNode("path",{d:"M5.056 14.476h2.888c0 .838-.65 1.524-1.444 1.524-.794 0-1.444-.686-1.444-1.524zM13 12.952v.762H0v-.762l1.444-1.523V6.857c0-2.362 1.445-4.419 3.612-5.105v-.228C5.056.686 5.706 0 6.5 0c.794 0 1.444.686 1.444 1.524v.228c2.167.686 3.612 2.743 3.612 5.105v4.572L13 12.952zm-2.889-6.095c0-2.133-1.589-3.81-3.611-3.81-2.022 0-3.611 1.677-3.611 3.81v5.333h7.222V6.857z",fill:n.iconColor},null,8,Ec)]))])):r.createCommentVNode("",!0)])]))}},vc=te(Cc,[["__scopeId","data-v-70dd3937"]]),yn=e=>(r.pushScopeId("data-v-b6a9cef2"),e=e(),r.popScopeId(),e),xc={class:"actions"},Nc={width:"13",height:"16",viewBox:"0 0 13 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},kc=["fill"],Tc={width:"6",height:"8",viewBox:"0 0 6 8",fill:"none",xmlns:"http://www.w3.org/2000/svg"},Oc=["fill"],Bc=yn(()=>r.createElementVNode("svg",{width:"10",height:"12",viewBox:"0 0 10 12",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[r.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.87471 3.35132C9.31653 3.35132 9.67471 3.70949 9.67471 4.15132V10.4531C9.67471 10.8949 9.31653 11.2531 8.87471 11.2531C8.43288 11.2531 8.07471 10.8949 8.07471 10.4531V4.15132C8.07471 3.70949 8.43288 3.35132 8.87471 3.35132Z",fill:"#EEEC6B"}),r.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.67549 0.199951C5.11732 0.199951 5.47549 0.558123 5.47549 0.999951V10.4526C5.47549 10.8944 5.11732 11.2526 4.67549 11.2526C4.23366 11.2526 3.87549 10.8944 3.87549 10.4526V0.999951C3.87549 0.558123 4.23366 0.199951 4.67549 0.199951Z",fill:"#EEEC6B"}),r.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M1.0002 5.45154C1.44202 5.45154 1.8002 5.80971 1.8002 6.25154V10.4527C1.8002 10.8945 1.44202 11.2527 1.0002 11.2527C0.558368 11.2527 0.200195 10.8945 0.200195 10.4527V6.25154C0.200195 5.80971 0.558368 5.45154 1.0002 5.45154Z",fill:"#EEEC6B"})],-1)),Ac=[Bc],Rc={key:0,class:"actions__videos"},Vc={width:"13",height:"16",viewBox:"0 0 13 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},Lc=["fill"],Fc={key:1,class:"actions__videos__thumbnails"},jc={class:"actions__videos__thumbnails__thumbnail"},Pc=yn(()=>r.createElementVNode("div",{class:"actions__videos__thumbnails__thumbnail__img"},null,-1)),Ic={class:"actions__videos__thumbnails__thumbnail"},Dc=yn(()=>r.createElementVNode("div",{class:"actions__videos__thumbnails__thumbnail__img"},null,-1)),zc={height:24,width:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},Mc=["stroke"],Uc={__name:"GameActionsFull",props:{gameStatus:{type:Number,default:4},isLive:{type:Boolean,default:!1},hasVideo:{type:Boolean,default:!1},areEventsVisible:{type:Boolean,default:!1},iconColor:{type:String,default:"#CBEE6B"},iconBackgroundColor:{type:String,default:"rgba(255, 255, 255, 0.2)"},iconBorderColor:{type:String,default:"rgba(255, 255, 255, 0.1)"},showPlayButton:{type:Boolean,default:!1},arrowColor:{type:String,default:"white"},thumbnailFontFamily:{type:String,default:"sans-serif"},thumbnailFontSize:{type:String,default:"8px"},thumbnailColor:{type:String,default:"rgba(255, 255, 255, 0.5)"},componentWidth:{type:Number,default:400,validator(e){return e>0}}},emits:["action"],setup(e,{emit:t}){const n=e,o=r.computed(()=>({backgroundColor:n.iconBackgroundColor,borderColor:n.iconBorderColor})),i=r.computed(()=>{const u=[];return n.componentWidth<540&&u.push("mobile"),u}),a=r.computed(()=>n.componentWidth>730),s=r.computed(()=>({color:n.thumbnailColor,fontFamily:n.thumbnailFontFamily,fontSize:n.thumbnailFontSize}));function l(u){t("action",u)}return(u,c)=>(r.openBlock(),r.createElementBlock("div",xc,[r.createElementVNode("div",{class:r.normalizeClass(["actions__buttons",i.value])},[e.gameStatus===4&&!e.isLive&&!a.value?(r.openBlock(),r.createElementBlock("div",{key:0,class:"actions__button",onClick:c[0]||(c[0]=d=>l(r.unref(ge).NOTIFICATION))},[(r.openBlock(),r.createElementBlock("svg",Nc,[r.createElementVNode("path",{d:"M5.056 14.476h2.888c0 .838-.65 1.524-1.444 1.524-.794 0-1.444-.686-1.444-1.524zM13 12.952v.762H0v-.762l1.444-1.523V6.857c0-2.362 1.445-4.419 3.612-5.105v-.228C5.056.686 5.706 0 6.5 0c.794 0 1.444.686 1.444 1.524v.228c2.167.686 3.612 2.743 3.612 5.105v4.572L13 12.952zm-2.889-6.095c0-2.133-1.589-3.81-3.611-3.81-2.022 0-3.611 1.677-3.611 3.81v5.333h7.222V6.857z",fill:n.iconColor},null,8,kc)]))])):r.createCommentVNode("",!0),e.showPlayButton&&e.hasVideo&&!a.value?(r.openBlock(),r.createElementBlock("div",{key:1,class:"actions__button rounded",style:r.normalizeStyle(o.value),onClick:c[1]||(c[1]=d=>l(r.unref(ge).PLAY_RESUME))},[(r.openBlock(),r.createElementBlock("svg",Tc,[r.createElementVNode("path",{d:"M0.442694 7.9474C0.385489 7.90953 0.337676 7.85295 0.304408 7.78375C0.27114 7.71456 0.25368 7.63538 0.253908 7.55475V0.444134C0.253987 0.363779 0.271562 0.284951 0.304765 0.216032C0.337968 0.147113 0.385557 0.090677 0.442475 0.0527243C0.499393 0.0147716 0.563511 -0.00327964 0.628014 0.000489552C0.692517 0.00425874 0.754994 0.0297075 0.808803 0.0741304L5.09491 3.62986C5.14387 3.67036 5.18401 3.7253 5.21178 3.78978C5.23955 3.85426 5.25409 3.92628 5.25409 3.99944C5.25409 4.0726 5.23955 4.14462 5.21178 4.2091C5.18401 4.27358 5.14387 4.32852 5.09491 4.36902L0.808803 7.92559C0.755077 7.97011 0.692648 7.99565 0.628173 7.99949C0.563698 8.00333 0.499593 7.98533 0.442694 7.9474Z",fill:n.iconColor},null,8,Oc)]))],4)):r.createCommentVNode("",!0),r.createElementVNode("div",{class:"actions__button rounded",style:r.normalizeStyle(o.value),onClick:c[2]||(c[2]=d=>l(r.unref(ge).STATISTICS))},Ac,4)],2),a.value?(r.openBlock(),r.createElementBlock("div",Rc,[e.gameStatus===4&&!e.isLive?(r.openBlock(),r.createElementBlock("div",{key:0,class:"actions__button",onClick:c[3]||(c[3]=d=>l(r.unref(ge).NOTIFICATION))},[(r.openBlock(),r.createElementBlock("svg",Vc,[r.createElementVNode("path",{d:"M5.056 14.476h2.888c0 .838-.65 1.524-1.444 1.524-.794 0-1.444-.686-1.444-1.524zM13 12.952v.762H0v-.762l1.444-1.523V6.857c0-2.362 1.445-4.419 3.612-5.105v-.228C5.056.686 5.706 0 6.5 0c.794 0 1.444.686 1.444 1.524v.228c2.167.686 3.612 2.743 3.612 5.105v4.572L13 12.952zm-2.889-6.095c0-2.133-1.589-3.81-3.611-3.81-2.022 0-3.611 1.677-3.611 3.81v5.333h7.222V6.857z",fill:n.iconColor},null,8,Lc)]))])):r.createCommentVNode("",!0),e.showPlayButton&&e.hasVideo?(r.openBlock(),r.createElementBlock("div",Fc,[r.createElementVNode("div",jc,[Pc,r.createElementVNode("div",{class:"actions__videos__thumbnails__thumbnail__text",style:r.normalizeStyle(s.value)}," Goles ",4)]),r.createElementVNode("div",Ic,[Dc,r.createElementVNode("div",{class:"actions__videos__thumbnails__thumbnail__text",style:r.normalizeStyle(s.value)}," Resumen ",4)])])):r.createCommentVNode("",!0)])):r.createCommentVNode("",!0),r.createElementVNode("div",{class:r.normalizeClass(["actions__button expand",{"rotated-180":e.areEventsVisible,mobile:e.componentWidth<540}]),onClick:c[4]||(c[4]=d=>l(r.unref(ge).SHOW_GAME_EVENTS))},[(r.openBlock(),r.createElementBlock("svg",zc,[r.createElementVNode("path",{d:"M18.394 9.13501L13.1302 14.3988C12.5086 15.0204 11.4914 15.0204 10.8697 14.3988L5.60596 9.13501",stroke:e.arrowColor},null,8,Mc)]))],2)]))}},Wc=te(Uc,[["__scopeId","data-v-b6a9cef2"]]),Nt=e=>(r.pushScopeId("data-v-33de542f"),e=e(),r.popScopeId(),e),Hc={class:"row-landing__game-status"},Gc={class:"row-landing__game-actions"},qc={class:"row-full__game-status"},Jc={class:"row-full__game-info"},Kc={key:0},$c={class:"row-full__game-actions"},Yc={class:"game-events-container"},Xc=Nt(()=>r.createElementVNode("div",{class:"separator"},null,-1)),Zc=Nt(()=>r.createElementVNode("div",null,null,-1)),Qc={class:"game-events__data"},ed={class:"game-events__data__team"},td=["src"],nd={class:"game-events__data__team__event__text"},od={class:"game-events__data__team away"},rd={class:"game-events__data__team__event__text"},id=["src"],ad=Nt(()=>r.createElementVNode("div",null,null,-1)),sd=Nt(()=>r.createElementVNode("div",null,null,-1)),ld={__name:"CalendarRow",props:{isLandingMode:{type:Boolean,default:!1},game:{type:Object,required:!0},height:{type:String,default:"fit-content"},backgroundColor:{type:String,default:"#172531"},showPlayButton:{type:Boolean,default:!1},componentWidth:{type:Number,default:400,validator(e){return e>0}},televisionFontSize:{type:String,default:"12px"},televisionFontFamily:{type:String,default:"sans-serif"},televisionColor:{type:String,default:"rgba(255, 255, 255, 0.5)"}},emits:["action"],setup(e,{emit:t}){const n=e,o={GOAL:{}.GAME_EVENTS_ICONS_GOAL||"https://az755631.vo.msecnd.net/todoelfut/icn-gol.svg",RED_CARD:{}.GAME_EVENTS_ICONS_RED_CARD||"https://az755631.vo.msecnd.net/todoelfut/icn-expulsion.svg",YELLOW_CARD:{}.GAME_EVENTS_ICONS_YELLOW_CARD||"https://az755631.vo.msecnd.net/todoelfut/icn-amarilla.svg"},i=r.ref(!1),a=r.ref(!1),s=r.computed(()=>{const p={homeTeam:[],awayTeam:[]};return n.game&&n.game.game_status!==4&&!n.game.is_live&&n.game.minutes&&(p.homeTeam.push(...h(n.game.minutes.home_goals_minutes,o.GOAL)),p.homeTeam.push(...h(n.game.minutes.home_red_cards_minutes,o.RED_CARD)),p.homeTeam.push(...h(n.game.minutes.home_yellow_cards_minutes,o.YELLOW_CARD)),p.awayTeam.push(...h(n.game.minutes.visiting_goals_minutes,o.GOAL)),p.awayTeam.push(...h(n.game.minutes.away_red_cards_minutes,o.RED_CARD)),p.awayTeam.push(...h(n.game.minutes.away_yellow_cards_minutes,o.YELLOW_CARD))),p}),l=r.computed(()=>({"background-color":n.backgroundColor})),u=r.computed(()=>({height:n.height})),c=r.computed(()=>{const p={game:[],events:[]};return n.componentWidth<500?(p.events.push("break-point-3"),p.game.push("break-point-2")):n.componentWidth<730?(p.game.push("break-point-2"),p.events.push("break-point-2")):n.componentWidth<910&&(p.game.push("break-point-1"),p.events.push("break-point-1")),p}),d=r.computed(()=>({isLandingMode:n.isLandingMode,game:n.game,colorPrimary:"#fff",colorSecondary:"#fff",namesFontSize:"12px",timeFontSize:"12px",timeZoneFontSize:"8px",scoreFontSize:"13px",namesFontFamily:"sans-serif",scoreFontFamily:"sans-serif",additionalInfoFontFamily:"sans-serif",additionalInfoFontSize:"9px"})),m=r.computed(()=>({"font-size":n.televisionFontSize,"font-family":n.televisionFontFamily,color:n.televisionColor}));r.watch(()=>n.componentWidth,p=>{a.value=p<910});function h(p,_){return p.map(S=>({iconUrl:_,text:S}))}function f(p){p===ge.SHOW_GAME_EVENTS?i.value=!i.value:t("action",{action:p,game:n.game})}return(p,_)=>e.isLandingMode?(r.openBlock(),r.createElementBlock("div",{key:0,class:"row-landing",style:r.normalizeStyle(u.value)},[r.createVNode(Ko,{game:e.game,"is-landing-mode":e.isLandingMode},null,8,["game","is-landing-mode"]),r.createElementVNode("div",Hc,[r.createVNode(Yo,{status:e.game.game_status,"is-live":!!e.game.is_live,"date-time-millis":e.game.dateTimeMillis,"round-abbreviation":e.game.roundAbbreviation,"is-landing-mode":e.isLandingMode},null,8,["status","is-live","date-time-millis","round-abbreviation","is-landing-mode"])]),r.createElementVNode("div",Gc,[r.createVNode(vc,{"is-live":!!e.game.is_live,"has-video":!!e.game.has_video,"game-status":e.game.game_status,"show-play-button":!0,onClick:f},null,8,["is-live","has-video","game-status"])])],4)):(r.openBlock(),r.createElementBlock("div",{key:1,class:"row-full-container",style:r.normalizeStyle(l.value)},[r.createElementVNode("div",{class:r.normalizeClass(["row-full",c.value.game]),style:r.normalizeStyle(u.value)},[r.createElementVNode("div",qc,[r.createVNode(Yo,{status:e.game.game_status,"is-live":!!e.game.is_live,"date-time-millis":e.game.dateTimeMillis,"is-landing-mode":e.isLandingMode,"font-size":"12px"},null,8,["status","is-live","date-time-millis","is-landing-mode"])]),r.createElementVNode("div",Jc,[r.createVNode(Ko,r.mergeProps(d.value,{"is-television-visible":a.value,game:e.game,"is-landing-mode":e.isLandingMode,"is-acronym-visible":e.componentWidth<540}),null,16,["is-television-visible","game","is-landing-mode","is-acronym-visible"])]),e.componentWidth>=910?(r.openBlock(),r.createElementBlock("div",{key:0,class:"row-full__television",style:r.normalizeStyle(m.value)},[!a.value&&(e.game.game_status===4||e.game.is_live)?(r.openBlock(),r.createElementBlock("span",Kc,"fox, univision, televisas")):r.createCommentVNode("",!0)],4)):r.createCommentVNode("",!0),r.createElementVNode("div",$c,[r.createVNode(Wc,{"is-live":!!e.game.is_live,"has-video":!!e.game.has_video,"game-status":e.game.game_status,"show-play-button":!0,"are-events-visible":i.value,"component-width":e.componentWidth,onAction:f},null,8,["is-live","has-video","game-status","are-events-visible","component-width"])])],6),r.createVNode(r.Transition,null,{default:r.withCtx(()=>[r.withDirectives(r.createElementVNode("div",Yc,[Xc,r.createElementVNode("div",{class:r.normalizeClass(["game-events",c.value.events])},[Zc,r.createElementVNode("div",Qc,[r.createElementVNode("div",ed,[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(s.value.homeTeam,(S,C)=>(r.openBlock(),r.createElementBlock("div",{key:`h${C}`,class:"game-events__data__team__event"},[r.createElementVNode("img",{src:S.iconUrl},null,8,td),r.createElementVNode("div",nd,r.toDisplayString(S.text),1)]))),128))]),r.createElementVNode("div",od,[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(s.value.awayTeam,(S,C)=>(r.openBlock(),r.createElementBlock("div",{key:`a${C}`,class:"game-events__data__team__event"},[r.createElementVNode("div",rd,r.toDisplayString(S.text),1),r.createElementVNode("img",{src:S.iconUrl},null,8,id)]))),128))])]),ad,sd],2)],512),[[r.vShow,i.value]])]),_:1})],4))}},Xo=te(ld,[["__scopeId","data-v-33de542f"]]),cd={class:"calendar-table"},dd={__name:"CalendarTable",props:{isLandingMode:{type:Boolean,default:!1},gamesPerPage:{type:Array,default:()=>[]},rowHeight:{type:String,default:"fit-content"},oddRowColor:{type:String,default:"#172531"},evenRowColor:{type:String,default:"#0D1D29"},componentWidth:{type:Number,default:400,validator(e){return e>0}}},setup(e){const t=e;function n(o){return o%2===0?t.evenRowColor:t.oddRowColor}return(o,i)=>(r.openBlock(),r.createElementBlock("div",cd,[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(e.gamesPerPage,(a,s)=>(r.openBlock(),r.createBlock(Xo,{key:a.game_id,game:a,"is-landing-mode":e.isLandingMode,height:e.rowHeight,"background-color":n(s),"component-width":e.componentWidth},null,8,["game","is-landing-mode","height","background-color","component-width"]))),128))]))}},ud=te(dd,[["__scopeId","data-v-9b86bead"]]),md={class:"calendar-by-team"},pd={class:"options"},fd={class:"calendar-by-team__page"},hd={class:"calendar-by-team__page__round__round-name",style:{color:"white"}},gd={__name:"CalendarTableByTeam",props:{teamId:{type:Number,default:0},isPaginationVisible:{type:Boolean,default:!0},gamesPages:{type:Map,default:()=>new Map},isLandingMode:{type:Boolean,default:!1},rowHeight:{type:String,default:"fit-content"},nameRowColor:{type:String,default:"#172531"},gameRowColor:{type:String,default:"#0D1D29"},componentWidth:{type:Number,default:400,validator(e){return e>0}}},setup(e){const t=e,n=r.ref(0),o=r.computed(()=>{let a=[];if(t.gamesPages.size>0){const s=Array.from(t.gamesPages.entries()).reduce((l,[u,c])=>{const d=Number(u),m=Number.isNaN(d)?u:`Jornada ${d<10?"0":""}${d}`,h=c.reduce((f,p)=>(f.push(...p),f),[]).filter(f=>n.value===0||n.value===1&&f.visiting_team.team_id===t.teamId?!0:n.value===2&&f.home_team.team_id===t.teamId);return h.length>0&&l.push({roundName:m,games:h}),l},[]);a.push(s)}return a});function i(a){n.value=a}return(a,s)=>(r.openBlock(),r.createElementBlock("div",md,[r.createElementVNode("div",pd,[r.createElementVNode("button",{onClick:s[0]||(s[0]=l=>i(0))},"Todas"),r.createElementVNode("button",{onClick:s[1]||(s[1]=l=>i(1))},"Visitante"),r.createElementVNode("button",{onClick:s[2]||(s[2]=l=>i(2))},"Local")]),r.createVNode(r.unref(Go),{"is-pagination-visible":e.isPaginationVisible,items:o.value},{default:r.withCtx(({item:l})=>[r.createElementVNode("div",fd,[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(l,(u,c)=>(r.openBlock(),r.createElementBlock("div",{key:c,class:"calendar-by-team__page__round"},[r.createElementVNode("div",hd,r.toDisplayString(u.roundName),1),(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(u.games,d=>(r.openBlock(),r.createBlock(Xo,{key:d.game_id,game:d,"is-landing-mode":e.isLandingMode,height:e.rowHeight,"background-color":e.gameRowColor,"component-width":e.componentWidth},null,8,["game","is-landing-mode","height","background-color","component-width"]))),128))]))),128))])]),_:1},8,["is-pagination-visible","items"])]))}},yd=te(gd,[["__scopeId","data-v-a78c3850"]]),bd="/bkg-home-team@2x.png",_d="/bkg-away-team@2x.png",wd="_image62Icon_ljp3q_2",Sd="_imgChivasIcon_ljp3q_13",Ed="_nameDesktop_ljp3q_20",Cd="_nameMobile_ljp3q_33",vd="_homeTeam_ljp3q_45",xd="_sbado16De_ljp3q_56",Nd="_sab16092023_ljp3q_64",kd="_div_ljp3q_77",Td="_cst_ljp3q_85",Od="_hour_ljp3q_94",Bd="_chivasTvCanal_ljp3q_104",Ad="_matchInfo_ljp3q_114",Rd="_image62Icon1_ljp3q_127",Vd="_name_ljp3q_20",Ld="_imgAtlasIcon_ljp3q_151",Fd="_name1_ljp3q_158",jd="_awayTeam_ljp3q_170",Pd="_matchCard_ljp3q_181",Id={image62Icon:wd,imgChivasIcon:Sd,nameDesktop:Ed,nameMobile:Cd,homeTeam:vd,sbado16De:xd,sab16092023:Nd,div:kd,cst:Td,hour:Od,chivasTvCanal:Bd,matchInfo:Ad,image62Icon1:Rd,name:Vd,imgAtlasIcon:Ld,name1:Fd,awayTeam:jd,matchCard:Pd},Dd=["src"],zd=["src"],Md={__name:"CardPreMatch",props:{game:{type:Object,default:()=>{}}},setup(e){const t=e,n=r.computed(()=>{const o=t.game;return o.gameSchedule=t.game.schedule.split(":"),o.gameSchedule.pop(),o.gameSchedule=o.gameSchedule.join(":"),o});return(o,i)=>(r.openBlock(),r.createElementBlock("div",{class:r.normalizeClass(o.$style.matchCard)},[r.createElementVNode("div",{class:r.normalizeClass(o.$style.homeTeam),id:"container-home-team"},[r.createElementVNode("img",{class:r.normalizeClass(o.$style.image62Icon),alt:"",src:bd},null,2),r.createElementVNode("img",{class:r.normalizeClass(o.$style.imgChivasIcon),alt:"",src:r.unref(xt)(n.value.home_team.team_id)},null,10,Dd),r.createElementVNode("h3",{class:r.normalizeClass(o.$style.nameDesktop),id:"team-name"},r.toDisplayString(n.value.home_team.colloquial_name),3),r.createElementVNode("h3",{class:r.normalizeClass(o.$style.nameMobile),id:"team-name"},r.toDisplayString(n.value.home_team.acronym),3)],2),r.createElementVNode("div",{class:r.normalizeClass(o.$style.matchInfo),id:"container-match-info"},[r.createElementVNode("div",{class:r.normalizeClass(o.$style.sbado16De)},"Sábado 16 de Septiembre",2),r.createElementVNode("div",{class:r.normalizeClass(o.$style.sab16092023)},"SAB 16·09·2023",2),r.createElementVNode("div",{class:r.normalizeClass(o.$style.hour)},[r.createElementVNode("div",{class:r.normalizeClass(o.$style.div)},r.toDisplayString(n.value.gameSchedule),3),r.createElementVNode("div",{class:r.normalizeClass(o.$style.cst)},"CST",2)],2),r.createElementVNode("div",{class:r.normalizeClass(o.$style.chivasTvCanal)},"Chivas TV,, Canal 5, TV Azteca",2)],2),r.createElementVNode("div",{class:r.normalizeClass(o.$style.awayTeam),id:"container-away-team"},[r.createElementVNode("img",{class:r.normalizeClass(o.$style.image62Icon1),alt:"",src:_d},null,2),r.createElementVNode("h3",{class:r.normalizeClass(o.$style.name),id:"team-name"},r.toDisplayString(n.value.visiting_team.colloquial_name),3),r.createElementVNode("img",{class:r.normalizeClass(o.$style.imgAtlasIcon),alt:"",src:r.unref(xt)(n.value.visiting_team.team_id)},null,10,zd),r.createElementVNode("h3",{class:r.normalizeClass(o.$style.name1),id:"team-name"},r.toDisplayString(n.value.visiting_team.acronym),3)],2)],2))}},Ud={$style:Id},Wd=te(Md,[["__cssModules",Ud]]),Hd={class:"calendar-by-game__carousel"},Gd={__name:"GSC-CalendarByGame",props:{height:{type:String,default:"fit-content"},width:{type:String,default:"100%"},rowHeight:{type:String,default:"fit-content"},oddRowColor:{type:String,default:"#172531"},evenRowColor:{type:String,default:"#0D1D29"},isLandingMode:{type:Boolean,default:!1},isRoundPickerVisible:{type:Boolean,default:!0},isPaginationVisible:{type:Boolean,default:!0},awaitForSeasons:{type:Boolean,default:!1},seasons:{type:Array,default:()=>[]},isCup:{type:Boolean,default:!1},isCupLegacy:{type:Boolean,default:!1},token:{type:String,default:""},pagesWithGames:{type:Array,default:()=>[]},maxGamesToShow:{type:Number,default:0,validator(e){return!Number.isNaN(e)&&e>=0}},areRoundsVisible:{type:Boolean,default:!0},gamesPerMatchDay:{type:Number,default:0,validator(e){return!Number.isNaN(e)&&e>=0}},itemsToShow:{type:Number,default:9},itemsToScroll:{type:Number,default:9},games:{type:Array,default:()=>null},teamId:{type:Number,default:0,validator(e){return!Number.isNaN(e)&&e>=0}},avoidTeamIdFilter:{type:Boolean,default:!1},areGamesCarouselType:{type:Boolean,default:!1}},emits:["tournament-selected","change-teams","change-round","change-game-carousel"],setup(e,{emit:t}){const n=e;let o=null;const i=r.ref([]),a=r.ref({}),s=r.ref([]),l=r.ref(0),u=r.ref(null),c=r.ref({}),d=r.ref(new Map),m=r.ref(!1),h=r.ref(null),f=r.ref(null),p=r.computed(()=>n.isCup),_=r.computed(()=>n.isCupLegacy),S=r.computed(()=>({height:n.height,width:n.width})),C=r.computed(()=>n.games?Ne(n.games):d.value.get(c.value.key)||[]);r.watch(()=>n.seasons,v=>{v&&v.length&&(m.value=!0,i.value=v.map(E=>E.id),q(v,!0))},{immediate:!0,deep:!0}),r.watch(()=>n.teamId,()=>{xe()});async function O(v,E,x=""){let T=x;try{const N={};n.token&&(N.Authorization=n.token),T||(T="https://qyyibs1w0d.execute-api.us-west-2.amazonaws.com/prod/calendar/gamesBySeason?",v.forEach(($,H)=>{T+=`${H===0?"":"&"}seasons=${$}`}));const{data:{data:L,teams:F}}=await Mo.get(T,{headers:N});return{seasonsAndGames:L,seasonsAndTeams:F}}catch(N){if(E>0)return O(v,E-1,T);throw new Error(N)}}function U(v){for(const E of v)if(!i.value.includes(E.season_id))return!0;return!1}async function q(v,E){try{a.value={};let x=0;const{seasonsAndGames:T,seasonsAndTeams:N}=await O(v.map(F=>F.id),3);if(E&&U(T))return;T.forEach(F=>{const{type:$}=v.find(H=>H.id===F.season_id);F.type=$,F.games.forEach(H=>{H.season_id=F.season_id}),$===0&&(x=F.season_id)}),h.value={seasonsGames:T};const{teams:L}=N.find(F=>F.season_id===x);f.value=L,t("change-teams",L),xe()}catch(x){throw new Error(x)}}function xe(){if(!f.value)return;const v=h.value&&h.value.seasonsGames?h.value.seasonsGames.map(E=>{const x=E.games.reduce((T,N)=>{const L={...N};return L.dateTimeMillis=new Date(L.date_time_utc).valueOf(),L.home_team=f.value.find(F=>F.team_id===N.home_team),L.visiting_team=f.value.find(F=>F.team_id===N.visiting_team),n.teamId&&L.home_team.team_id!==n.teamId&&L.visiting_team.team_id!==n.teamId||(T[N.matchday_abbreviation]?T[N.matchday_abbreviation][N.game_status===3?"canceled":N.date]?T[N.matchday_abbreviation][N.game_status===3?"canceled":N.date].push(L):T[N.matchday_abbreviation][N.game_status===3?"canceled":N.date]=[L]:T[N.matchday_abbreviation]={[N.game_status===3?"canceled":N.date]:[L]}),T},{});for(let[T,N]of Object.entries(x))x[T]=Object.entries(N).map(([L,F])=>({date:L,games:F.sort(($,H)=>$.dateTimeMillis-H.dateTimeMillis)})),x[T].sort((L,F)=>L.date<F.date?-1:L.date>F.date?1:0);return{type:E.type,weight:E.type===0?0:E.type===2?1:2,schedule:x}}):[];v.sort((E,x)=>E.weight-x.weight),a.value=v.reduce((E,x)=>{for(const[T,N]of Object.entries(x.schedule))if(x.type===0)if(p.value){const L=T.replace("M",""),F=L;_.value?E[Ol[L]||F]=N:E[Tl[T]||F]=N}else E[Number(T.replace("M","")).toString()]=N;else x.type===2?E[`R${Number(T.replace("PO",""))}`]=N:x.type===1&&(E[kl[T]]=N);return E},{}),d.value=new Map,s.value=Array.from(Object.entries(a.value).reduce((E,[x,T])=>{const N=Number(x);let L="";Number.isNaN(N)?L=x:L=N<10?`0${N}`:x,E.set(x,{key:x,value:N,valueText:L});const F=T.reduce((H,ke)=>(ke.games.forEach(G=>{G.roundAbbreviation=Number.isNaN(N)?N:`J ${N}`}),H=H.concat(ke.games),H),[]),$=Ne(F);return d.value.set(x,$),E},new Map).values())}function Ne(v){const E=[];if(n.gamesPerMatchDay>0){let x=[];v.forEach((T,N)=>{x.push(T),(N+1)%n.gamesPerMatchDay===0&&(E.push([...x]),x=[])}),x.length&&E.push([...x])}else E.push(v);return E}async function K(v){try{const{data:E}=await Mo.get("https://kefloixzy1.execute-api.us-west-2.amazonaws.com/prod/tournaments");return E}catch(E){if(v>0)return K(v-1);throw new Error(E)}}function we(){if(window.ResizeObserver)o=new ResizeObserver(()=>{l.value=u.value.clientWidth}),o.observe(u.value);else throw new Error("Resize observer not supported!")}function j(v){c.value=v,t("change-round",v)}function ae(v){n.areGamesCarouselType&&t("change-game-carousel",v.selectedItem)}async function se(){try{if(!n.awaitForSeasons&&!n.games){const v=(await K(3)).find(T=>T._id===1),E=v.seasons[0],x=[{id:E.id,type:E.type}];v&&v.tournament&&t("tournament-selected",v.tournament),E.related_seasons&&E.related_seasons.length&&x.push(...E.related_seasons.map(T=>({id:T.id,type:T.type}))),await q(x,!1)}}catch(v){throw new Error(v)}}return r.onMounted(()=>{we()}),se(),(v,E)=>(r.openBlock(),r.createElementBlock("div",{ref_key:"calendarByGame",ref:u,class:"calendar-by-game",style:r.normalizeStyle(S.value)},[e.teamId&&!e.avoidTeamIdFilter?(r.openBlock(),r.createBlock(yd,{key:0,"full-tournament-schedule":a.value,"team-id":e.teamId,"is-landing-mode":!1,"row-height":e.rowHeight,"component-width":l.value,"games-pages":d.value,"is-pagination-visible":e.isPaginationVisible},null,8,["full-tournament-schedule","team-id","row-height","component-width","games-pages","is-pagination-visible"])):(r.openBlock(),r.createElementBlock(r.Fragment,{key:1},[e.areRoundsVisible&&s.value?(r.openBlock(),r.createBlock(ql,{key:0,"match-days":s.value,"is-landing-mode":e.isLandingMode,height:"48px","items-to-show":e.itemsToShow,"items-to-scroll":e.itemsToScroll,onChangeMatchDay:j},null,8,["match-days","is-landing-mode","items-to-show","items-to-scroll"])):r.createCommentVNode("",!0),r.createElementVNode("div",Hd,[C.value?(r.openBlock(),r.createBlock(r.unref(Go),{key:0,"is-pagination-visible":e.isPaginationVisible&&!e.areGamesCarouselType,items:e.areGamesCarouselType?C.value[0]:C.value,"are-navigation-arrows-visible":!e.areGamesCarouselType,"wrap-around":e.areGamesCarouselType,"items-to-show":e.areGamesCarouselType?1.2:1,"is-main-slide-priority":e.areGamesCarouselType,"are-slides-arrows-visible":e.areGamesCarouselType,"slides-arrows-left-and-right":e.areGamesCarouselType?"30px":"0px",onInput:ae},{default:r.withCtx(({item:x})=>[e.areGamesCarouselType?(r.openBlock(),r.createBlock(Wd,{key:0,game:x},null,8,["game"])):(r.openBlock(),r.createBlock(ud,{key:1,"games-per-page":x,"is-landing-mode":e.isLandingMode,"row-height":e.rowHeight,"component-width":l.value},null,8,["games-per-page","is-landing-mode","row-height","component-width"]))]),_:1},8,["is-pagination-visible","items","are-navigation-arrows-visible","wrap-around","items-to-show","is-main-slide-priority","are-slides-arrows-visible","slides-arrows-left-and-right"])):r.createCommentVNode("",!0)])],64))],4))}},qd=te(Gd,[["__scopeId","data-v-99c80155"]]),sy="",ye=(e,t)=>{const n=e.__vccOpts||e;for(const[o,i]of t)n[o]=i;return n},bn=ye({__name:"ButtonCustom",props:{text:{type:String,default:""},height:{type:String,default:"fit-content"},width:{type:String,default:"fit-content"},padding:{type:String,default:"0px"},borderRadius:{type:String,default:"0px"},borderWidth:{type:String,default:"1px"},borderColor:{type:String,default:"#d9d9d9"},backgroundColor:{type:String,default:"#FFFFFF"},activeBackgroundColor:{type:String,default:""},activeBorderColor:{type:String,default:""},activeBorderWidth:{type:String,default:"1px"},activeFontColor:{type:String,default:""},fontColor:{type:String,default:"#000000"},fontSize:{type:String,default:"16px"},fontFamily:{type:String,default:"Poppins-Regular, sans-serif"},whiteSpace:{type:String,default:"nowrap"},isActive:{type:Boolean,default:!1}},emits:["click"],setup(e,{emit:t}){const n=e,o=r.computed(()=>({"--height":n.height,"--width":n.width,"--padding":n.padding,"--border-radius":n.borderRadius,"--border":`solid ${n.borderWidth} ${n.borderColor}`,"--background-color":n.backgroundColor,"--white-space":n.whiteSpace,"--font-color":n.fontColor,"--font-size":n.fontSize,"--font-family":n.fontFamily,"--active-background-color":n.activeBackgroundColor||n.backgroundColor,"--active-border-color":n.activeBorderColor||n.borderColor,"--active-font-color":n.activeFontColor||n.fontColor}));function i(){t("click")}return(a,s)=>(r.openBlock(),r.createElementBlock("button",{class:r.normalizeClass(["button",{active:e.isActive}]),style:r.normalizeStyle(o.value),onClick:i},r.toDisplayString(e.text),7))}},[["__scopeId","data-v-957b061f"]]),Jd=(e,t)=>{const n=e.__vccOpts||e;for(const[o,i]of t)n[o]=i;return n},Kd={class:"menu-container"},$d={__name:"GSC-Menu",props:{menuMarginTop:{type:Number,default:0,validator(e){return!Number.isNaN(e)}},modelValue:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(e,{emit:t}){const n=e;r.useCssVars(c=>({"5e56f146":s.value}));const o=r.ref(null),i=r.ref(!1),a=r.computed(()=>o.value?{top:`${o.value.getBoundingClientRect().height+n.menuMarginTop}px`}:{top:"0px"}),s=r.computed(()=>i.value?3:1);r.watch(()=>n.modelValue,c=>{c!==i.value&&(i.value=c)},{immediate:!0});function l(){i.value=!i.value,t("update:modelValue",i.value)}function u(){i.value=!1,t("update:modelValue",i.value)}return(c,d)=>(r.openBlock(),r.createElementBlock(r.Fragment,null,[i.value?(r.openBlock(),r.createElementBlock("div",{key:0,id:"menu-overlay",onClick:u})):r.createCommentVNode("",!0),r.createElementVNode("div",Kd,[r.createElementVNode("div",{ref_key:"trigger",ref:o,class:"menu-container__trigger",onClick:l},[r.renderSlot(c.$slots,"trigger",{},void 0,!0)],512),r.createVNode(r.Transition,null,{default:r.withCtx(()=>[r.withDirectives(r.createElementVNode("div",{class:"menu-container__menu",style:r.normalizeStyle(a.value)},[r.renderSlot(c.$slots,"menu",{},void 0,!0)],4),[[r.vShow,i.value]])]),_:3})])],64))}},Yd=Jd($d,[["__scopeId","data-v-1a396ca6"]]),cy="",Xd=(e=>(r.pushScopeId("data-v-2a796a00"),e=e(),r.popScopeId(),e))(()=>r.createElementVNode("div",{class:"button__icon"},null,-1)),Zd={class:"button__text"},Qd={key:0},eu={width:"8",height:"4",viewBox:"0 0 8 4",fill:"none",xmlns:"http://www.w3.org/2000/svg"},tu=["fill"],nu=ye({__name:"ButtonFilter",props:{isActive:{type:Boolean,default:!1},text:{type:String,default:""},infoValue:{type:[String,Number],default:""},textFontFamily:{type:String,default:"sans-serif"},textFontSize:{type:String,default:"14px"},fontColor:{type:String,default:"white"},infoBackgroundColor:{type:String,default:"#424D58"},infoFontColor:{type:String,default:"#CBEE6B"},infoFontFamily:{type:String,default:"sans-serif"},infoFontSize:{type:String,default:"10px"},infoBorderColor:{type:String,default:"#0D1D29"},infoBorderRadius:{type:String,default:"4px"},infoHeight:{type:String,default:"20px"},infoWidth:{type:String,default:"20px"},height:{type:String,default:"fit-content"},width:{type:String,default:"fit-content"},backgroundColor:{type:String,default:"#0D1D29"},borderRadius:{type:String,default:"8px"},borderColor:{type:String,default:"#172531"},borderColorActive:{type:String,default:"white"},borderWidth:{type:String,default:"1px"},padding:{type:String,default:"12px"},arrowColor:{type:String,default:"#92929D"},iconColor:{type:String,default:"#92929D"},iconType:{type:String,default:"productivity"}},setup(e){const t=e,n=r.computed(()=>({"--height":t.height,"--width":t.width,"--text-font-family":t.textFontFamily,"--text-font-size":t.textFontSize,"--background-color":t.backgroundColor,"--border-radius":t.borderRadius,"--border-color":t.isActive?t.borderColorActive:t.borderColor,"--border-width":t.borderWidth,"--padding":t.padding,"--font-color":t.fontColor})),o=r.computed(()=>({"--info-background-color":t.infoBackgroundColor,"--info-border-color":t.infoBorderColor,"--info-border-radius":t.infoBorderRadius,"--info-font-family":t.infoFontFamily,"--info-font-size":t.infoFontSize,"--info-font-color":t.infoFontColor,"--info-height":t.infoHeight,"--info-width":t.infoWidth}));return(i,a)=>(r.openBlock(),r.createElementBlock("div",{class:"button",style:r.normalizeStyle(n.value)},[Xd,r.createElementVNode("div",Zd,r.toDisplayString(e.text),1),r.createElementVNode("div",{class:"button__info",style:r.normalizeStyle(o.value)},[e.infoValue?(r.openBlock(),r.createElementBlock("span",Qd,r.toDisplayString(e.infoValue),1)):r.createCommentVNode("",!0)],4),r.createElementVNode("div",{class:r.normalizeClass(["button__arrow",{"rotated-180":e.isActive}])},[(r.openBlock(),r.createElementBlock("svg",eu,[r.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4 2.62045L6.86193 0.167368C7.12228 -0.0557892 7.54439 -0.0557892 7.80474 0.167368C8.06509 0.390524 8.06509 0.752333 7.80474 0.97549L4.4714 3.83263C4.21105 4.05579 3.78895 4.05579 3.5286 3.83263L0.195262 0.97549C-0.0650874 0.752333 -0.0650874 0.390524 0.195262 0.167368C0.455612 -0.0557892 0.877722 -0.0557892 1.13807 0.167368L4 2.62045Z",fill:e.arrowColor},null,8,tu)]))],2)],4))}},[["__scopeId","data-v-2a796a00"]]),ou=(e,t)=>{const n=e.__vccOpts||e;for(const[o,i]of t)n[o]=i;return n},ru={key:1},iu={width:"10",height:"8",viewBox:"0 0 10 8",fill:"none",xmlns:"http://www.w3.org/2000/svg"},au=["fill"],su={__name:"GSC-Checkbox",props:{width:{type:String,default:"fit-content"},height:{type:String,default:"fit-content"},label:{type:String,default:""},labelColor:{type:String,default:"white"},fontFamily:{type:String,default:"sans-serif"},labelFontSize:{type:String,default:"12px"},modelValue:{type:Boolean,default:!1},justifyContent:{type:String,default:"flex-start"},alignItems:{type:String,default:"center"},boxBackgroundColor:{type:String,default:"#CBEE6B"},boxValueColor:{type:String,default:"#0d1d29"},boxValue:{type:[String,Number],default:""},boxPosition:{type:String,default:"left",validator(e){return["left","right","top","bottom"].includes(e)}},boxWidthAndHeight:{type:String,default:"16px"},boxBorderColor:{type:String,default:"#969da2"},boxBorderWidth:{type:String,default:"2px"},boxBorderRadius:{type:String,default:"4px"},boxValueFontSize:{type:String,default:"10px"},boxValueFontFamily:{type:String,default:"sans-serif"},avoidInteraction:{type:Boolean,default:!1},avoidToCheck:{type:Boolean,default:!1},isBoxOnly:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(e,{emit:t}){const n=e;r.useCssVars(u=>({f9233918:e.width,"5ee1dd8e":e.height}));const o=r.ref(!1),i=r.computed(()=>{const u={color:n.boxValueColor,"font-family":n.fontFamily,height:n.boxWidthAndHeight,width:n.boxWidthAndHeight,minWidth:n.boxWidthAndHeight,"border-radius":n.boxBorderRadius};return o.value?(u["background-color"]=n.boxBackgroundColor,u.border=`solid ${n.boxBorderWidth} ${n.boxBackgroundColor}`):u.border=`solid ${n.boxBorderWidth} ${n.boxBorderColor}`,u}),a=r.computed(()=>({"font-family":n.boxValueFontFamily,"font-size":n.boxValueFontSize,color:n.boxValueColor,"line-height":1})),s=r.computed(()=>{const u={color:n.labelColor,"font-family":n.fontFamily,"font-size":n.labelFontSize};return(n.boxPosition==="left"||n.boxPosition==="right")&&(u[`margin-${n.boxPosition}`]=n.isBoxOnly?"0":"10px"),u});r.watch(()=>n.modelValue,u=>{u!==o.value&&(o.value=u)},{immediate:!0});function l(){n.avoidInteraction||!o.value&&n.avoidToCheck||(o.value=!o.value,t("update:modelValue",o.value))}return(u,c)=>(r.openBlock(),r.createElementBlock("div",{class:r.normalizeClass(["checkbox",`box-${e.boxPosition}`]),onClick:l},[r.createElementVNode("div",{class:"checkbox__box",style:r.normalizeStyle(i.value)},[o.value?(r.openBlock(),r.createElementBlock(r.Fragment,{key:0},[n.boxValue?(r.openBlock(),r.createElementBlock("div",{key:0,class:"checkbox__box__value",style:r.normalizeStyle(a.value)},r.toDisplayString(e.boxValue),5)):(r.openBlock(),r.createElementBlock("div",ru,[(r.openBlock(),r.createElementBlock("svg",iu,[r.createElementVNode("path",{d:"M9.77994 1.70133L4.10994 7.37133C3.96994 7.51133 3.77994 7.59133 3.57994 7.59133C3.37994 7.59133 3.18994 7.51133 3.04994 7.37133L0.219941 4.54133C-0.0700586 4.25133 -0.0700586 3.77133 0.219941 3.48133C0.509941 3.19133 0.989941 3.19133 1.27994 3.48133L3.57994 5.78133L8.71994 0.641328C9.00994 0.351328 9.48994 0.351328 9.77994 0.641328C10.0699 0.931328 10.0699 1.40133 9.77994 1.70133Z",fill:e.boxValueColor},null,8,au)]))]))],64)):r.createCommentVNode("",!0)],4),r.createElementVNode("div",{class:"checkbox__label",style:r.normalizeStyle(s.value)},r.toDisplayString(e.label),5)],2))}},Zo=ou(su,[["__scopeId","data-v-1e7b1ae2"]]),my="",kt=e=>(r.pushScopeId("data-v-ce334c17"),e=e(),r.popScopeId(),e),lu={class:"details__header"},cu=kt(()=>r.createElementVNode("div",{class:"details__header__title"},"Jugando como",-1)),du={class:"details__header__checkbox"},uu={class:"details__body"},mu={class:"details__body__playing-as"},pu=["onClick"],fu={class:"details__header"},hu=kt(()=>r.createElementVNode("div",{class:"details__header__title"},"En: (Elige el lapso de tiempo)",-1)),gu={class:"details__header__checkbox"},yu={class:"details__body"},bu=kt(()=>r.createElementVNode("div",{class:"details__body__title"},"1er tiempo",-1)),_u={class:"details__body__game-section"},wu=["onClick"],Su={class:"details__body"},Eu=kt(()=>r.createElementVNode("div",{class:"details__body__title"},"2do tiempo",-1)),Cu={class:"details__body__game-section"},vu=["onClick"],xu=ye({__name:"StatisticsFilterTemplate",props:{playingAs:{type:Array,default:()=>[{name:"Local",isSelected:!0},{name:"Visitante",isSelected:!0}]},results:{type:Array,default:()=>[1,2,3]},gameSections:{type:Array,default:()=>[{text:"0-15",value:1,isSelected:!0},{text:"16-30",value:2,isSelected:!0},{text:"31-45",value:3,isSelected:!0},{text:"46-60",value:4,isSelected:!0},{text:"61-75",value:5,isSelected:!0},{text:"76-90",value:6,isSelected:!0}]},buttonsBackgroundColor:{type:String,default:"rgba(255, 255, 255, 0)"},buttonsBackgroundColorActive:{type:String,default:"rgba(203, 238, 107, 0.05)"},buttonsTextColor:{type:String,default:"rgba(255, 255, 255, 0.8)"},buttonsTextColorActive:{type:String,default:"rgba(255, 255, 255, 1)"},buttonsBorderColor:{type:String,default:"#8ea2ab"},buttonsBorderColorActive:{type:String,default:"#cbee6b"},buttonsBorderWidth:{type:String,default:"0.8px"},buttonsBorderWidthActive:{type:String,default:"1px"},buttonsBorderRadius:{type:String,default:"4px"}},setup(e){const t=e;r.useCssVars(d=>({"2321d9a1":e.buttonsBackgroundColor,ccabcbfc:e.buttonsTextColor,"05a0a474":e.buttonsBorderWidth,"07cea13a":e.buttonsBorderColor,"67fac807":e.buttonsBackgroundColorActive,"728f7ba8":e.buttonsTextColorActive,"12a02c6c":e.buttonsBorderWidthActive,"5392776e":e.buttonsBorderColorActive}));const n=r.computed(()=>t.playingAs.every(d=>d.isSelected)),o=r.computed(()=>t.gameSections.every(d=>d.isSelected)),i=r.computed(()=>t.gameSections.reduce((d,m)=>(m.value<=3?d.firstHalf.push(m):d.secondHalf.push(m),d),{firstHalf:[],secondHalf:[]})),a=r.computed(()=>({"--border-radius-first-button":`${t.buttonsBorderRadius} 0 0 ${t.buttonsBorderRadius}`,"--border-radius-last-button":`0 ${t.buttonsBorderRadius} ${t.buttonsBorderRadius} 0`}));function s(d){d?t.playingAs.forEach(m=>{m.isSelected=!0}):t.playingAs.forEach((m,h)=>{m.isSelected=h===0})}function l(d){t.playingAs.filter(m=>m.isSelected).length===1&&d.isSelected||(d.isSelected=!d.isSelected)}function u(d){t.gameSections.filter(m=>m.isSelected).length===1&&d.isSelected||(d.isSelected=!d.isSelected)}function c(d){d?t.gameSections.forEach(m=>{m.isSelected=!0}):t.gameSections.forEach((m,h)=>{m.isSelected=h===0})}return(d,m)=>(r.openBlock(),r.createElementBlock("div",{class:"details",style:r.normalizeStyle(a.value)},[r.createElementVNode("div",lu,[cu,r.createElementVNode("div",du,[r.createVNode(r.unref(Zo),{label:"Todos","model-value":n.value,"onUpdate:modelValue":s},null,8,["model-value"])])]),r.createElementVNode("div",uu,[r.createElementVNode("div",mu,[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(t.playingAs,(h,f)=>(r.openBlock(),r.createElementBlock("div",{key:`pa${f}`,class:r.normalizeClass(["details__body__button",{active:h.isSelected}]),onClick:p=>l(h)},r.toDisplayString(h.name),11,pu))),128))])]),r.createElementVNode("div",fu,[hu,r.createElementVNode("div",gu,[r.createVNode(r.unref(Zo),{label:"Todos","model-value":o.value,"onUpdate:modelValue":c},null,8,["model-value"])])]),r.createElementVNode("div",yu,[bu,r.createElementVNode("div",_u,[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(i.value.firstHalf,(h,f)=>(r.openBlock(),r.createElementBlock("div",{key:`pa${f}`,class:r.normalizeClass(["details__body__button",{active:h.isSelected}]),onClick:p=>u(h)},r.toDisplayString(h.text),11,wu))),128))])]),r.createElementVNode("div",Su,[Eu,r.createElementVNode("div",Cu,[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(i.value.secondHalf,(h,f)=>(r.openBlock(),r.createElementBlock("div",{key:`pa${f}`,class:r.normalizeClass(["details__body__button",{active:h.isSelected}]),onClick:p=>u(h)},r.toDisplayString(h.text),11,vu))),128))])])],4))}},[["__scopeId","data-v-ce334c17"]]),Nu={class:"statistics-filter-button"},ku={__name:"StatisticsFilterButton",setup(e){const t=r.ref(!1);return(n,o)=>(r.openBlock(),r.createElementBlock("div",Nu,[r.createVNode(r.unref(Yd),{modelValue:t.value,"onUpdate:modelValue":o[0]||(o[0]=i=>t.value=i),"menu-margin-top":18},{trigger:r.withCtx(()=>[r.createVNode(nu,{text:"Filtros","is-active":t.value,"background-color":"rgba(255, 255, 255, 0.05)","border-color":"rgba(255, 255, 255, 0.20)","info-width":"0",padding:"6px 12px"},null,8,["is-active"])]),menu:r.withCtx(()=>[r.createVNode(xu)]),_:1},8,["modelValue"])]))}};function Tu(){return Qo().__VUE_DEVTOOLS_GLOBAL_HOOK__}function Qo(){return typeof navigator<"u"&&typeof window<"u"?window:typeof global<"u"?global:{}}const Ou=typeof Proxy=="function",Bu="devtools-plugin:setup",Au="plugin:settings:set";let ze,_n;function Ru(){var e;return ze!==void 0||(typeof window<"u"&&window.performance?(ze=!0,_n=window.performance):typeof global<"u"&&(!((e=global.perf_hooks)===null||e===void 0)&&e.performance)?(ze=!0,_n=global.perf_hooks.performance):ze=!1),ze}function Vu(){return Ru()?_n.now():Date.now()}class Lu{constructor(t,n){this.target=null,this.targetQueue=[],this.onQueue=[],this.plugin=t,this.hook=n;const o={};if(t.settings)for(const s in t.settings){const l=t.settings[s];o[s]=l.defaultValue}const i=`__vue-devtools-plugin-settings__${t.id}`;let a=Object.assign({},o);try{const s=localStorage.getItem(i),l=JSON.parse(s);Object.assign(a,l)}catch{}this.fallbacks={getSettings(){return a},setSettings(s){try{localStorage.setItem(i,JSON.stringify(s))}catch{}a=s},now(){return Vu()}},n&&n.on(Au,(s,l)=>{s===this.plugin.id&&this.fallbacks.setSettings(l)}),this.proxiedOn=new Proxy({},{get:(s,l)=>this.target?this.target.on[l]:(...u)=>{this.onQueue.push({method:l,args:u})}}),this.proxiedTarget=new Proxy({},{get:(s,l)=>this.target?this.target[l]:l==="on"?this.proxiedOn:Object.keys(this.fallbacks).includes(l)?(...u)=>(this.targetQueue.push({method:l,args:u,resolve:()=>{}}),this.fallbacks[l](...u)):(...u)=>new Promise(c=>{this.targetQueue.push({method:l,args:u,resolve:c})})})}async setRealTarget(t){this.target=t;for(const n of this.onQueue)this.target.on[n.method](...n.args);for(const n of this.targetQueue)n.resolve(await this.target[n.method](...n.args))}}function Fu(e,t){const n=e,o=Qo(),i=Tu(),a=Ou&&n.enableEarlyProxy;if(i&&(o.__VUE_DEVTOOLS_PLUGIN_API_AVAILABLE__||!a))i.emit(Bu,e,t);else{const s=a?new Lu(n,i):null;(o.__VUE_DEVTOOLS_PLUGINS__=o.__VUE_DEVTOOLS_PLUGINS__||[]).push({pluginDescriptor:n,setupFn:t,proxy:s}),s&&t(s.proxiedTarget)}}/*!
12
12
  * vuex v4.0.2
13
13
  * (c) 2021 Evan You
14
14
  * @license MIT
15
- */var gn="store";function yn(e){return e===void 0&&(e=null),n.inject(e!==null?e:gn)}function we(e,t){Object.keys(e).forEach(function(o){return t(e[o],o)})}function bn(e){return e!==null&&typeof e=="object"}function wd(e){return e&&typeof e.then=="function"}function Z(e,t){if(!e)throw new Error("[vuex] "+t)}function Ed(e,t){return function(){return e(t)}}function _n(e,t,o){return t.indexOf(e)<0&&(o&&o.prepend?t.unshift(e):t.push(e)),function(){var r=t.indexOf(e);r>-1&&t.splice(r,1)}}function Sn(e,t){e._actions=Object.create(null),e._mutations=Object.create(null),e._wrappedGetters=Object.create(null),e._modulesNamespaceMap=Object.create(null);var o=e.state;ft(e,o,[],e._modules.root,!0),$t(e,o,t)}function $t(e,t,o){var r=e._state;e.getters={},e._makeLocalGettersCache=Object.create(null);var i=e._wrappedGetters,a={};we(i,function(s,c){a[c]=Ed(s,e),Object.defineProperty(e.getters,c,{get:function(){return a[c]()},enumerable:!0})}),e._state=n.reactive({data:t}),e.strict&&Nd(e),r&&o&&e._withCommit(function(){r.data=null})}function ft(e,t,o,r,i){var a=!o.length,s=e._modules.getNamespace(o);if(r.namespaced&&(e._modulesNamespaceMap[s]&&process.env.NODE_ENV!=="production"&&console.error("[vuex] duplicate namespace "+s+" for the namespaced module "+o.join("/")),e._modulesNamespaceMap[s]=r),!a&&!i){var c=Xt(t,o.slice(0,-1)),d=o[o.length-1];e._withCommit(function(){process.env.NODE_ENV!=="production"&&d in c&&console.warn('[vuex] state field "'+d+'" was overridden by a module with the same name at "'+o.join(".")+'"'),c[d]=r.state})}var l=r.context=vd(e,s,o);r.forEachMutation(function(u,m){var f=s+m;Cd(e,f,u,l)}),r.forEachAction(function(u,m){var f=u.root?m:s+m,p=u.handler||u;kd(e,f,p,l)}),r.forEachGetter(function(u,m){var f=s+m;xd(e,f,u,l)}),r.forEachChild(function(u,m){ft(e,t,o.concat(m),u,i)})}function vd(e,t,o){var r=t==="",i={dispatch:r?e.dispatch:function(a,s,c){var d=ht(a,s,c),l=d.payload,u=d.options,m=d.type;if((!u||!u.root)&&(m=t+m,process.env.NODE_ENV!=="production"&&!e._actions[m])){console.error("[vuex] unknown local action type: "+d.type+", global type: "+m);return}return e.dispatch(m,l)},commit:r?e.commit:function(a,s,c){var d=ht(a,s,c),l=d.payload,u=d.options,m=d.type;if((!u||!u.root)&&(m=t+m,process.env.NODE_ENV!=="production"&&!e._mutations[m])){console.error("[vuex] unknown local mutation type: "+d.type+", global type: "+m);return}e.commit(m,l,u)}};return Object.defineProperties(i,{getters:{get:r?function(){return e.getters}:function(){return wn(e,t)}},state:{get:function(){return Xt(e.state,o)}}}),i}function wn(e,t){if(!e._makeLocalGettersCache[t]){var o={},r=t.length;Object.keys(e.getters).forEach(function(i){if(i.slice(0,r)===t){var a=i.slice(r);Object.defineProperty(o,a,{get:function(){return e.getters[i]},enumerable:!0})}}),e._makeLocalGettersCache[t]=o}return e._makeLocalGettersCache[t]}function Cd(e,t,o,r){var i=e._mutations[t]||(e._mutations[t]=[]);i.push(function(s){o.call(e,r.state,s)})}function kd(e,t,o,r){var i=e._actions[t]||(e._actions[t]=[]);i.push(function(s){var c=o.call(e,{dispatch:r.dispatch,commit:r.commit,getters:r.getters,state:r.state,rootGetters:e.getters,rootState:e.state},s);return wd(c)||(c=Promise.resolve(c)),e._devtoolHook?c.catch(function(d){throw e._devtoolHook.emit("vuex:error",d),d}):c})}function xd(e,t,o,r){if(e._wrappedGetters[t]){process.env.NODE_ENV!=="production"&&console.error("[vuex] duplicate getter key: "+t);return}e._wrappedGetters[t]=function(a){return o(r.state,r.getters,a.state,a.getters)}}function Nd(e){n.watch(function(){return e._state.data},function(){process.env.NODE_ENV!=="production"&&Z(e._committing,"do not mutate vuex store state outside mutation handlers.")},{deep:!0,flush:"sync"})}function Xt(e,t){return t.reduce(function(o,r){return o[r]},e)}function ht(e,t,o){return bn(e)&&e.type&&(o=t,t=e,e=e.type),process.env.NODE_ENV!=="production"&&Z(typeof e=="string","expects string as the type, but found "+typeof e+"."),{type:e,payload:t,options:o}}var Td="vuex bindings",En="vuex:mutations",Zt="vuex:actions",Le="vuex",Bd=0;function Od(e,t){Sd({id:"org.vuejs.vuex",app:e,label:"Vuex",homepage:"https://next.vuex.vuejs.org/",logo:"https://vuejs.org/images/icons/favicon-96x96.png",packageName:"vuex",componentStateTypes:[Td]},function(o){o.addTimelineLayer({id:En,label:"Vuex Mutations",color:vn}),o.addTimelineLayer({id:Zt,label:"Vuex Actions",color:vn}),o.addInspector({id:Le,label:"Vuex",icon:"storage",treeFilterPlaceholder:"Filter stores..."}),o.on.getInspectorTree(function(r){if(r.app===e&&r.inspectorId===Le)if(r.filter){var i=[];Nn(i,t._modules.root,r.filter,""),r.rootNodes=i}else r.rootNodes=[xn(t._modules.root,"")]}),o.on.getInspectorState(function(r){if(r.app===e&&r.inspectorId===Le){var i=r.nodeId;wn(t,i),r.state=Ld(jd(t._modules,i),i==="root"?t.getters:t._makeLocalGettersCache,i)}}),o.on.editInspectorState(function(r){if(r.app===e&&r.inspectorId===Le){var i=r.nodeId,a=r.path;i!=="root"&&(a=i.split("/").filter(Boolean).concat(a)),t._withCommit(function(){r.set(t._state.data,a,r.state.value)})}}),t.subscribe(function(r,i){var a={};r.payload&&(a.payload=r.payload),a.state=i,o.notifyComponentUpdate(),o.sendInspectorTree(Le),o.sendInspectorState(Le),o.addTimelineEvent({layerId:En,event:{time:Date.now(),title:r.type,data:a}})}),t.subscribeAction({before:function(r,i){var a={};r.payload&&(a.payload=r.payload),r._id=Bd++,r._time=Date.now(),a.state=i,o.addTimelineEvent({layerId:Zt,event:{time:r._time,title:r.type,groupId:r._id,subtitle:"start",data:a}})},after:function(r,i){var a={},s=Date.now()-r._time;a.duration={_custom:{type:"duration",display:s+"ms",tooltip:"Action duration",value:s}},r.payload&&(a.payload=r.payload),a.state=i,o.addTimelineEvent({layerId:Zt,event:{time:Date.now(),title:r.type,groupId:r._id,subtitle:"end",data:a}})}})})}var vn=8702998,Vd=6710886,Ad=16777215,Cn={label:"namespaced",textColor:Ad,backgroundColor:Vd};function kn(e){return e&&e!=="root"?e.split("/").slice(-2,-1)[0]:"Root"}function xn(e,t){return{id:t||"root",label:kn(t),tags:e.namespaced?[Cn]:[],children:Object.keys(e._children).map(function(o){return xn(e._children[o],t+o+"/")})}}function Nn(e,t,o,r){r.includes(o)&&e.push({id:r||"root",label:r.endsWith("/")?r.slice(0,r.length-1):r||"Root",tags:t.namespaced?[Cn]:[]}),Object.keys(t._children).forEach(function(i){Nn(e,t._children[i],o,r+i+"/")})}function Ld(e,t,o){t=o==="root"?t:t[o];var r=Object.keys(t),i={state:Object.keys(e.state).map(function(s){return{key:s,editable:!0,value:e.state[s]}})};if(r.length){var a=Rd(t);i.getters=Object.keys(a).map(function(s){return{key:s.endsWith("/")?kn(s):s,editable:!1,value:Qt(function(){return a[s]})}})}return i}function Rd(e){var t={};return Object.keys(e).forEach(function(o){var r=o.split("/");if(r.length>1){var i=t,a=r.pop();r.forEach(function(s){i[s]||(i[s]={_custom:{value:{},display:s,tooltip:"Module",abstract:!0}}),i=i[s]._custom.value}),i[a]=Qt(function(){return e[o]})}else t[o]=Qt(function(){return e[o]})}),t}function jd(e,t){var o=t.split("/").filter(function(r){return r});return o.reduce(function(r,i,a){var s=r[i];if(!s)throw new Error('Missing module "'+i+'" for path "'+t+'".');return a===o.length-1?s:s._children},t==="root"?e:e.root._children)}function Qt(e){try{return e()}catch(t){return t}}var Q=function(t,o){this.runtime=o,this._children=Object.create(null),this._rawModule=t;var r=t.state;this.state=(typeof r=="function"?r():r)||{}},Tn={namespaced:{configurable:!0}};Tn.namespaced.get=function(){return!!this._rawModule.namespaced},Q.prototype.addChild=function(t,o){this._children[t]=o},Q.prototype.removeChild=function(t){delete this._children[t]},Q.prototype.getChild=function(t){return this._children[t]},Q.prototype.hasChild=function(t){return t in this._children},Q.prototype.update=function(t){this._rawModule.namespaced=t.namespaced,t.actions&&(this._rawModule.actions=t.actions),t.mutations&&(this._rawModule.mutations=t.mutations),t.getters&&(this._rawModule.getters=t.getters)},Q.prototype.forEachChild=function(t){we(this._children,t)},Q.prototype.forEachGetter=function(t){this._rawModule.getters&&we(this._rawModule.getters,t)},Q.prototype.forEachAction=function(t){this._rawModule.actions&&we(this._rawModule.actions,t)},Q.prototype.forEachMutation=function(t){this._rawModule.mutations&&we(this._rawModule.mutations,t)},Object.defineProperties(Q.prototype,Tn);var Ee=function(t){this.register([],t,!1)};Ee.prototype.get=function(t){return t.reduce(function(o,r){return o.getChild(r)},this.root)},Ee.prototype.getNamespace=function(t){var o=this.root;return t.reduce(function(r,i){return o=o.getChild(i),r+(o.namespaced?i+"/":"")},"")},Ee.prototype.update=function(t){Bn([],this.root,t)},Ee.prototype.register=function(t,o,r){var i=this;r===void 0&&(r=!0),process.env.NODE_ENV!=="production"&&An(t,o);var a=new Q(o,r);if(t.length===0)this.root=a;else{var s=this.get(t.slice(0,-1));s.addChild(t[t.length-1],a)}o.modules&&we(o.modules,function(c,d){i.register(t.concat(d),c,r)})},Ee.prototype.unregister=function(t){var o=this.get(t.slice(0,-1)),r=t[t.length-1],i=o.getChild(r);if(!i){process.env.NODE_ENV!=="production"&&console.warn("[vuex] trying to unregister module '"+r+"', which is not registered");return}i.runtime&&o.removeChild(r)},Ee.prototype.isRegistered=function(t){var o=this.get(t.slice(0,-1)),r=t[t.length-1];return o?o.hasChild(r):!1};function Bn(e,t,o){if(process.env.NODE_ENV!=="production"&&An(e,o),t.update(o),o.modules)for(var r in o.modules){if(!t.getChild(r)){process.env.NODE_ENV!=="production"&&console.warn("[vuex] trying to add a new module '"+r+"' on hot reloading, manual reload is needed");return}Bn(e.concat(r),t.getChild(r),o.modules[r])}}var On={assert:function(e){return typeof e=="function"},expected:"function"},Id={assert:function(e){return typeof e=="function"||typeof e=="object"&&typeof e.handler=="function"},expected:'function or object with "handler" function'},Vn={getters:On,mutations:On,actions:Id};function An(e,t){Object.keys(Vn).forEach(function(o){if(t[o]){var r=Vn[o];we(t[o],function(i,a){Z(r.assert(i),Fd(e,o,a,i,r.expected))})}})}function Fd(e,t,o,r,i){var a=t+" should be "+i+' but "'+t+"."+o+'"';return e.length>0&&(a+=' in module "'+e.join(".")+'"'),a+=" is "+JSON.stringify(r)+".",a}var q=function e(t){var o=this;t===void 0&&(t={}),process.env.NODE_ENV!=="production"&&(Z(typeof Promise<"u","vuex requires a Promise polyfill in this browser."),Z(this instanceof e,"store must be called with the new operator."));var r=t.plugins;r===void 0&&(r=[]);var i=t.strict;i===void 0&&(i=!1);var a=t.devtools;this._committing=!1,this._actions=Object.create(null),this._actionSubscribers=[],this._mutations=Object.create(null),this._wrappedGetters=Object.create(null),this._modules=new Ee(t),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._makeLocalGettersCache=Object.create(null),this._devtools=a;var s=this,c=this,d=c.dispatch,l=c.commit;this.dispatch=function(f,p){return d.call(s,f,p)},this.commit=function(f,p,h){return l.call(s,f,p,h)},this.strict=i;var u=this._modules.root.state;ft(this,u,[],this._modules.root),$t(this,u),r.forEach(function(m){return m(o)})},eo={state:{configurable:!0}};q.prototype.install=function(t,o){t.provide(o||gn,this),t.config.globalProperties.$store=this;var r=this._devtools!==void 0?this._devtools:process.env.NODE_ENV!=="production"||!1;r&&Od(t,this)},eo.state.get=function(){return this._state.data},eo.state.set=function(e){process.env.NODE_ENV!=="production"&&Z(!1,"use store.replaceState() to explicit replace store state.")},q.prototype.commit=function(t,o,r){var i=this,a=ht(t,o,r),s=a.type,c=a.payload,d=a.options,l={type:s,payload:c},u=this._mutations[s];if(!u){process.env.NODE_ENV!=="production"&&console.error("[vuex] unknown mutation type: "+s);return}this._withCommit(function(){u.forEach(function(f){f(c)})}),this._subscribers.slice().forEach(function(m){return m(l,i.state)}),process.env.NODE_ENV!=="production"&&d&&d.silent&&console.warn("[vuex] mutation type: "+s+". Silent option has been removed. Use the filter functionality in the vue-devtools")},q.prototype.dispatch=function(t,o){var r=this,i=ht(t,o),a=i.type,s=i.payload,c={type:a,payload:s},d=this._actions[a];if(!d){process.env.NODE_ENV!=="production"&&console.error("[vuex] unknown action type: "+a);return}try{this._actionSubscribers.slice().filter(function(u){return u.before}).forEach(function(u){return u.before(c,r.state)})}catch(u){process.env.NODE_ENV!=="production"&&(console.warn("[vuex] error in before action subscribers: "),console.error(u))}var l=d.length>1?Promise.all(d.map(function(u){return u(s)})):d[0](s);return new Promise(function(u,m){l.then(function(f){try{r._actionSubscribers.filter(function(p){return p.after}).forEach(function(p){return p.after(c,r.state)})}catch(p){process.env.NODE_ENV!=="production"&&(console.warn("[vuex] error in after action subscribers: "),console.error(p))}u(f)},function(f){try{r._actionSubscribers.filter(function(p){return p.error}).forEach(function(p){return p.error(c,r.state,f)})}catch(p){process.env.NODE_ENV!=="production"&&(console.warn("[vuex] error in error action subscribers: "),console.error(p))}m(f)})})},q.prototype.subscribe=function(t,o){return _n(t,this._subscribers,o)},q.prototype.subscribeAction=function(t,o){var r=typeof t=="function"?{before:t}:t;return _n(r,this._actionSubscribers,o)},q.prototype.watch=function(t,o,r){var i=this;return process.env.NODE_ENV!=="production"&&Z(typeof t=="function","store.watch only accepts a function."),n.watch(function(){return t(i.state,i.getters)},o,Object.assign({},r))},q.prototype.replaceState=function(t){var o=this;this._withCommit(function(){o._state.data=t})},q.prototype.registerModule=function(t,o,r){r===void 0&&(r={}),typeof t=="string"&&(t=[t]),process.env.NODE_ENV!=="production"&&(Z(Array.isArray(t),"module path must be a string or an Array."),Z(t.length>0,"cannot register the root module by using registerModule.")),this._modules.register(t,o),ft(this,this.state,t,this._modules.get(t),r.preserveState),$t(this,this.state)},q.prototype.unregisterModule=function(t){var o=this;typeof t=="string"&&(t=[t]),process.env.NODE_ENV!=="production"&&Z(Array.isArray(t),"module path must be a string or an Array."),this._modules.unregister(t),this._withCommit(function(){var r=Xt(o.state,t.slice(0,-1));delete r[t[t.length-1]]}),Sn(this)},q.prototype.hasModule=function(t){return typeof t=="string"&&(t=[t]),process.env.NODE_ENV!=="production"&&Z(Array.isArray(t),"module path must be a string or an Array."),this._modules.isRegistered(t)},q.prototype.hotUpdate=function(t){this._modules.update(t),Sn(this,!0)},q.prototype._withCommit=function(t){var o=this._committing;this._committing=!0,t(),this._committing=o},Object.defineProperties(q.prototype,eo);var Pd=Rn(function(e,t){var o={};return process.env.NODE_ENV!=="production"&&!to(t)&&console.error("[vuex] mapState: mapper parameter must be either an Array or an Object"),Ln(t).forEach(function(r){var i=r.key,a=r.val;o[i]=function(){var c=this.$store.state,d=this.$store.getters;if(e){var l=jn(this.$store,"mapState",e);if(!l)return;c=l.context.state,d=l.context.getters}return typeof a=="function"?a.call(this,c,d):c[a]},o[i].vuex=!0}),o}),zd=Rn(function(e,t){var o={};return process.env.NODE_ENV!=="production"&&!to(t)&&console.error("[vuex] mapGetters: mapper parameter must be either an Array or an Object"),Ln(t).forEach(function(r){var i=r.key,a=r.val;a=e+a,o[i]=function(){if(!(e&&!jn(this.$store,"mapGetters",e))){if(process.env.NODE_ENV!=="production"&&!(a in this.$store.getters)){console.error("[vuex] unknown getter: "+a);return}return this.$store.getters[a]}},o[i].vuex=!0}),o});function Ln(e){return to(e)?Array.isArray(e)?e.map(function(t){return{key:t,val:t}}):Object.keys(e).map(function(t){return{key:t,val:e[t]}}):[]}function to(e){return Array.isArray(e)||bn(e)}function Rn(e){return function(t,o){return typeof t!="string"?(o=t,t=""):t.charAt(t.length-1)!=="/"&&(t+="/"),e(t,o)}}function jn(e,t,o){var r=e._modulesNamespaceMap[o];return process.env.NODE_ENV!=="production"&&!r&&console.error("[vuex] module namespace not found in "+t+"(): "+o),r}const Dd=(e,t)=>{const o=e.__vccOpts||e;for(const[r,i]of t)o[r]=i;return o},Md=["name","value","checked"],Ud={class:"radio-button__radio"},Wd={class:"radio-button__radio__circle"},Gd={class:"radio-button__label-logo"},Hd={class:"radio-button__label-logo__label"},qd={key:0,class:"radio-button__label-logo__logo"},Jd=["src"],Kd={__name:"GSC-RadioButton",props:{label:{type:String,default:"Label"},labelColor:{type:String,default:"white"},labelFontFamily:{type:String,default:"sans-serif"},labelFontSize:{type:String,default:"12px"},name:{type:String,default:"name"},value:{type:[String,Number],required:!0},modelValue:{type:[String,Number],default:""},logoUrl:{type:String,default:""},radioPosition:{type:String,default:"left",validator:e=>["left","right","top","bottom"].includes(e)},radioHeightAndWidth:{type:String,default:"16px"},radioBorderWidth:{type:String,default:"1px"},radioBorderColor:{type:String,default:"#FFFFFF"},radioCircleColor:{type:String,default:"#CBEE6B"},radioCircleHeightAndWidth:{type:String,default:"8px"},logoHeightAndWidth:{type:String,default:"24px"}},emits:["update:modelValue"],setup(e,{emit:t}){const o=e;n.useCssVars(s=>({"1ebad1b0":e.radioHeightAndWidth,"7326eb88":e.radioBorderWidth,"720fed25":e.radioBorderColor,"3857b2d0":e.radioCircleHeightAndWidth,"41776b01":e.radioCircleColor,cd4e1804:e.labelFontFamily,"12d051ca":e.labelFontSize,"94aabdd0":e.labelColor,"6f216b6c":e.logoHeightAndWidth}));const r=n.ref(!1);n.watch(()=>o.modelValue,()=>{r.value=o.modelValue===o.value},{immediate:!0});function i(){t("update:modelValue",o.value)}function a(){t("update:modelValue",o.value)}return(s,c)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["radio-button",e.radioPosition]),onClick:a},[n.createElementVNode("input",{type:"radio",name:e.name,value:e.value,checked:r.value,onInput:i},null,40,Md),n.createElementVNode("div",Ud,[n.withDirectives(n.createElementVNode("div",Wd,null,512),[[n.vShow,r.value]])]),n.createElementVNode("div",Gd,[n.createElementVNode("div",Hd,n.toDisplayString(e.label),1),e.logoUrl?(n.openBlock(),n.createElementBlock("div",qd,[n.createElementVNode("img",{src:e.logoUrl,alt:""},null,8,Jd)])):n.createCommentVNode("",!0)])],2))}},Yd=Dd(Kd,[["__scopeId","data-v-c63840ba"]]),Df="",$d=ue({__name:"SwitchCustom",props:{modelValue:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(e,{emit:t}){const o=e,r=n.ref(null);n.watch(()=>o.modelValue,()=>{i()},{immediate:!0});function i(){r.value&&(r.value.checked=o.modelValue)}function a(s){t("update:modelValue",s.target.checked)}return n.onMounted(()=>{i()}),(s,c)=>(n.openBlock(),n.createElementBlock("input",{ref_key:"switchCustom",ref:r,id:"toggle",class:"toggle",type:"checkbox",role:"switch",name:"toggle",onInput:a},null,544))}},[["__scopeId","data-v-e3a6ae4e"]]);function Re(e){return typeof e=="number"?e.toFixed(2).replace(/\.0+$|0$/g,""):e}function In(e){return`${{}.TEAM_LOGOS_URL||"https://az755631.vo.msecnd.net/teams-80/"}${e}.png`}const Uf="",Xd={name:"ChartTrendLive",props:{teamTypeSelected:{type:String,default:"homeTeam"},subcategorySelected:{type:Object,required:!0},typeId:{type:Number,required:!0},teamIds:{type:Array,required:!0},types:{type:Array,required:!0},containerWidth:{type:Number,default:0}},data(){return{height:0,updateGraph:0}},mounted(){setTimeout(()=>{this.setDimensions()},500)},computed:{...Pd("nextGeneral",["idAssetSelected","menuOptionActive","showLiveData","homeTeamPlays","visitingTeamPlays","totalHomeTeamFinishedGames","totalVisitingTeamFinishedGames","gameForAnalysis"]),...zd("nextGeneral",["homeTeam","homeTeamStatisticsType","visitingTeamStatisticsType","showPostMatchData"]),chartOptions(){const e=this.teamTypeSelected==="both"?["#cbee6b","#0033C5"]:this.teamTypeSelected==="homeTeam"?["#cbee6b"]:["#0033C5"];return{chart:{type:"line",zoom:{enabled:!1},height:"400px",width:"400px"},dataLabels:{style:{colors:["#bbbfc2"],fontWeight:"bold"},enabled:this.isAccumulatedType,enabledOnSeries:[0,1],background:{borderRadius:8,foreColor:"#2f3b45",borderColor:"#505a63",padding:6,opacity:.8,color:"#000"}},stroke:{width:1,curve:"straight",dashArray:[0,8,5],colors:e},legend:{show:!0,markers:{fillColors:e},tooltipHoverFormatter:(t,o)=>t+" - <strong>"+o.w.globals.series[o.seriesIndex][o.dataPointIndex]+"</strong>"},markers:{colors:e,size:1,hover:{sizeOffset:6}},xaxis:{categories:this.xaxisCategories},fill:{colors:e,type:"solid",opacity:.4},yaxis:[{axisBorder:{show:!0,color:"#1C2A36"}}],tooltip:{theme:"dark",marker:{show:!0},y:[{title:{formatter:t=>this.showPostMatchData?`${t} :`:`${t} (promedio)`},formatter:t=>this.showPostMatchData?Number(t):t},{title:{formatter:t=>`${t} (actual)`}},{title:{formatter:t=>t}}]},grid:{show:!0,borderColor:"#414c55",xaxis:{lines:{show:!0}},yaxis:{lines:{show:!0}}}}},series(){const e=this.dataStats.map(t=>({name:this.typeName,data:t}));return this.showLiveData&&e.push({name:"LIVE",data:this.getDataLive()}),e},typeName(){return this.types.find(e=>e.id===this.typeId).name},dataStats(){return this.isAccumulatedType?this.teamTypeSelected==="both"?[[0,...this.subcategorySelected.homeTeam[this.homeTeamStatisticsType].avgPostGameTrendLive.accumulated.map(e=>Re(e))],[0,...this.subcategorySelected.visitingTeam[this.visitingTeamStatisticsType].avgPostGameTrendLive.accumulated.map(e=>Re(e))]]:[[0,...this.subcategorySelected[this.teamTypeSelected][this[`${this.teamTypeSelected}StatisticsType`]].avgPostGameTrendLive.accumulated.map(e=>Re(e))]]:this.teamTypeSelected==="both"?[this.subcategorySelected.homeTeam[this.homeTeamStatisticsType].avgPostGameTrendLive.sections.reduce((e,t)=>(e.push(Re(t)),e),[0]),this.subcategorySelected.visitingTeam[this.visitingTeamStatisticsType].avgPostGameTrendLive.sections.reduce((e,t)=>(e.push(Re(t)),e),[0])]:[this.subcategorySelected[this.teamTypeSelected][this[`${this.teamTypeSelected}StatisticsType`]].avgPostGameTrendLive.sections.reduce((e,t)=>(e.push(Re(t)),e),[0])]},dataLive(){return this.isAccumulatedType?[0,...this.subcategorySelected[this.teamTypeSelected][this[`${this.teamTypeSelected}StatisticsType`]].totalsLiveTrendLive.accumulated.slice(0,this.subcategorySelected[this.teamTypeSelected].maximumLiveSection)]:this.subcategorySelected[this.teamTypeSelected][this[`${this.teamTypeSelected}StatisticsType`]].totalsLiveTrendLive.sections.slice(0,this.subcategorySelected[this.teamTypeSelected].maximumLiveSection).reduce((e,t)=>(e.push(t),e),[0])},xaxisCategories(){return this.isAccumulatedType?["0'","15'","30'","45'","60'","75'","90'"]:["0'","15'","30'","45'","60'","75'","90'"]},isAccumulatedType(){return this.typeId===1},factorHeight(){return this.containerWidth-this.containerWidth%50},key(){return this.showLiveData?1:2}},watch:{menuOptionActive(){setTimeout(()=>{this.setDimensions()},500),this.increaseUpdateGraph()},idAssetSelected(){this.idAssetSelected===7&&this.increaseUpdateGraph()},containerWidth(){this.setDimensions()},series(e,t){JSON.stringify(e)!==JSON.stringify(t)&&this.setDimensions()}},methods:{increaseUpdateGraph(){this.updateGraph+=1},getDataLive(){return this.isAccumulatedType?[0,...this.subcategorySelected[this.teamTypeSelected][this[`${this.teamTypeSelected}StatisticsType`]].totalsLiveTrendLive.accumulated.slice(0,this.subcategorySelected[this.teamTypeSelected].maximumLiveSection)]:this.subcategorySelected[this.teamTypeSelected][this[`${this.teamTypeSelected}StatisticsType`]].totalsLiveTrendLive.sections.slice(0,this.subcategorySelected[this.teamTypeSelected].maximumLiveSection).reduce((e,t)=>(e.push(t),e),[0])},setDimensions(){console.count("setDimensions"),this.containerWidth<280?(this.$refs.containerChart.style.width="auto",this.height=this.factorHeight*.8):this.containerWidth>=280&&this.containerWidth<399?(this.$refs.containerChart.style.width="auto",this.height=this.factorHeight*.7):this.containerWidth>=400&&this.containerWidth<591?(this.$refs.containerChart.style.width="auto",this.height=this.factorHeight*.6):this.containerWidth>=591&&this.containerWidth<900?(this.$refs.containerChart.style.width=this.containerWidth*.8+"px",this.height=this.factorHeight*.5):this.containerWidth>=900&&(this.$refs.containerChart.style.width="600px",this.height=400),this.idAssetSelected===7&&setTimeout(()=>{document.getElementsByClassName("apexcharts-svg").length>0&&(document.getElementsByClassName("apexcharts-svg")[0].style.width=parseInt(this.$refs.containerChart.style.width)+50+"px")},800),this.increaseUpdateGraph()}}},Zd={class:"chart-trend-live container",ref:"containerChart"};function Qd(e,t,o,r,i,a){const s=n.resolveComponent("apexchart");return n.openBlock(),n.createElementBlock("div",Zd,[(n.openBlock(),n.createBlock(s,{type:"area",options:a.chartOptions,series:a.series,key:a.key+i.updateGraph},null,8,["options","series"]))],512)}const eu=ue(Xd,[["render",Qd],["__scopeId","data-v-ba51c292"]]),tu=(e,t)=>{const o=e.__vccOpts||e;for(const[r,i]of t)o[r]=i;return o},ou={props:{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"},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},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}},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))}}},nu=["src"],ru={key:1,class:"text"},iu=["src"];function au(e,t,o,r,i,a){return n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["button",i.status&&o.typeOnOff&&"button-active"]),style:n.normalizeStyle([a.customStyle,i.status&&o.typeOnOff&&a.customActive]),onClick:t[0]||(t[0]=(...s)=>a.btnClick&&a.btnClick(...s))},[o.icon&&o.iconPosition.toLowerCase()==="left"?(n.openBlock(),n.createElementBlock("img",{key:0,class:"icon",style:n.normalizeStyle({width:o.iconSize}),src:o.icon},null,12,nu)):n.createCommentVNode("",!0),o.textValue?(n.openBlock(),n.createElementBlock("div",ru,n.toDisplayString(o.textValue),1)):n.createCommentVNode("",!0),o.icon&&o.iconPosition.toLowerCase()==="right"?(n.openBlock(),n.createElementBlock("img",{key:2,class:"icon",style:n.normalizeStyle({width:o.iconSize}),src:o.icon},null,12,iu)):n.createCommentVNode("",!0)],6)}const su=tu(ou,[["render",au],["__scopeId","data-v-1bfd444b"]]),lu={class:"gsc-dropdown__main-container__item-selected"},cu=["height","width"],du=["stroke"],uu={class:"gsc-dropdown__items-container"},mu=["onClick"],pu={key:0,class:"gsc-dropdown__items-footer"},fu={__name:"GSC-Dropdown",props:{height:{type:String,default:"fit-content"},width:{type:String,default:"fit-content"},borderRadius:{type:Number,default:5},arrowHeight:{type:Number,default:24},arrowWidth:{type:Number,default:24},borderType:{type:String,default:"solid",validator:function(e){return["solid","dotted","dashed"].includes(e)}},borderWidth:{type:Number,default:1},borderColor:{type:String,default:"black"},backgroundColor:{type:String,default:"grey"},color:{type:String,default:"black"},arrowColor:{type:String,default:"#CBEE6B"},items:{type:Array,default:()=>[]},defaultItemByIndex:{type:Number,default:0},defaultItemByProp:{type:Object,default:null,validator:e=>["propName","value"].every(t=>t in e)},listBackgroundColor:{type:String,default:"white"},hoverBackgroundColor:{type:String,default:"#f1f1f1"},listItemPadding:{type:String,default:"10px 12px"},listHeight:{type:String,default:"fit-content"},listItemSelectedColor:{type:String,default:"white"},listItemSelectedBackgroundColor:{type:String,default:"#399cfd"},listItemColor:{type:String,default:"black"},listBorderRadius:{type:String,default:"0"},listBorderColor:{type:String,default:""},listBorderWidth:{type:Number,default:1},isListSameWidth:{type:Boolean,default:!1},isMultipleOption:{type:Boolean,default:!1},footerBorderColor:{type:String,default:"#626970"},footerBorderWidth:{type:Number,default:1},isFooterVisible:{type:Boolean,default:!1}},emits:["input","click-ready"],setup(e,{emit:t}){const o=e,r=n.ref({}),i=n.ref(o.isMultipleOption?-1:0),a=n.ref(!1);n.watch(o,m=>{if(m.items&&m.items.length){if(o.defaultItemByProp){const f=o.items.findIndex(p=>p[o.defaultItemByProp.propName]===o.defaultItemByProp.value);f!==-1?(i.value=f,r.value=m.items[f]):(i.value=0,r.value=m.items[0])}else r.value=m.items[o.defaultItemByIndex];t("input",r.value)}},{immediate:!0});const s=n.computed(()=>({height:o.height,width:o.width,backgroundColor:o.backgroundColor,borderRadius:`${o.borderRadius}px`,border:`${o.borderType} ${o.borderWidth}px ${o.borderColor}`,color:o.color,"--hover-background-color":o.hoverBackgroundColor,"--list-item-padding":o.listItemPadding,"--list-background-color":o.listBackgroundColor,"--list-height":o.listHeight,"--list-item-selected-color":o.listItemSelectedColor,"--list-item-selected-background-color":o.listItemSelectedBackgroundColor,"--list-item-color":o.listItemColor,"--list-border-radius":`${o.listBorderRadius}`,"--list-border-color":o.listBorderColor,"--list-width":o.isListSameWidth?o.width:"fit-content","--list-border-width":`${o.listBorderWidth}px`,"--footer-border":`${o.footerBorderWidth}px solid ${o.footerBorderColor}`})),c=n.computed(()=>({height:`${o.arrowHeight}px`,width:`${o.arrowWidth}px`}));function d(){a.value=!a.value}function l(m,f){o.isMultipleOption?i.value=-1:(i.value=f,a.value=!1),r.value=m,t("input",r.value)}function u(){a.value=!1,t("click-ready")}return(m,f)=>(n.openBlock(),n.createElementBlock("div",{class:"gsc-dropdown",style:n.normalizeStyle(s.value)},[n.createElementVNode("div",{class:"gsc-dropdown__main-container",style:n.normalizeStyle({"padding-right":`${e.arrowWidth+8}px`}),onClick:d},[n.createElementVNode("div",lu,[n.renderSlot(m.$slots,"default",{selectedItem:r.value})]),n.createElementVNode("div",{class:n.normalizeClass(["gsc-dropdown__main-container__icon",{"rotated-180":a.value}]),style:n.normalizeStyle(c.value)},[(n.openBlock(),n.createElementBlock("svg",{height:e.arrowHeight,width:e.arrowWidth,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[n.createElementVNode("path",{d:"M18.394 9.13501L13.1302 14.3988C12.5086 15.0204 11.4914 15.0204 10.8697 14.3988L5.60596 9.13501",stroke:e.arrowColor},null,8,du)],8,cu))],6)],4),n.createVNode(n.Transition,null,{default:n.withCtx(()=>[n.withDirectives(n.createElementVNode("div",uu,[n.createElementVNode("div",null,[n.createElementVNode("div",{class:"gsc-dropdown__items",style:n.normalizeStyle({"margin-top":`${o.borderWidth}px`})},[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(e.items,(p,h)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["gsc-dropdown__items__item",{selected:h===i.value}]),key:h,onClick:_=>l(p,h)},[n.renderSlot(m.$slots,"availableItem",{item:p})],10,mu))),128))],4),e.isFooterVisible?(n.openBlock(),n.createElementBlock("div",pu,[n.createVNode(n.unref(su),{"text-value":"Listo","border-color":"#cbee6b","font-size":"12px",width:"72px",height:"22px","border-radius":"62px","border-width":.8,onClick:u})])):n.createCommentVNode("",!0)])],512),[[n.vShow,a.value]])]),_:3})],4))}},Wf="",hu={class:"card-trend-live__dropdown-category"},gu={class:"selected-item"},yu={class:"card-trend-live__body__categories"},bu={class:"card-trend-live__body__chart"},_u=ue({__name:"CardTrendLive",props:{data:{type:Object,required:!0},teamTypeSelected:{type:String,default:"homeTeam"},trendTypeId:{type:Number,required:!0},teamIds:{type:Array,required:!0},trendTypes:{type:Array,required:!0}},emits:["@update:subcategory-selected"],setup(e,{emit:t}){const o=e;let r=null;const i={width:"100%",borderRadius:"8px",height:"36px",borderColor:"#4f5861",activeBorderColor:"#cbee6b",backgroundColor:"#1C2A36",fontColor:"#bcc0c3",activeFontColor:"#FFFFFF",borderWidth:"1px"},a={borderType:"solid",listBackgroundColor:"#2E3B46",listBorderColor:"rgba(255, 255, 255, 0.2)",listBorderRadius:"5px",height:"38px",borderWidth:.8,borderColor:"#58626b",backgroundColor:"#2E3B46",color:"#c0c4c7",listItemColor:"white",listItemSelectedBackgroundColor:"#2E3B46",arrowColor:"#fff",width:"290px",isListSameWidth:!0,isFooterVisible:!1,hoverBackgroundColor:"#2E3B46"},s=n.ref({}),c=n.ref(null),d=n.ref(0);n.watch(()=>o.data,m=>{m&&m.subcategories&&m.subcategories.length&&(s.value=m.subcategories[0])},{immediate:!0});function l(m){s.value=m,t("update:subcategory-selected",{data:o.data,subcategorySelected:m})}function u(){if(window.ResizeObserver)r=new ResizeObserver(()=>{d.value=c.value.clientWidth}),r.observe(c.value);else throw new Error("Resize observer not supported!")}return n.onMounted(()=>{u()}),n.onUnmounted(()=>{}),(m,f)=>(n.openBlock(),n.createElementBlock("div",{ref_key:"cardTrendLive",ref:c,class:"card-trend-live"},[n.createElementVNode("div",{class:n.normalizeClass(["card-trend-live__title",{"is-mobile":d.value<=1e3}])},n.toDisplayString(e.data.name),3),n.withDirectives(n.createElementVNode("div",hu,[n.createVNode(n.unref(fu),n.mergeProps(a,{items:e.data.subcategories,"selected-item":s.value,"default-item-by-prop":{propName:"id",value:s.value.id},onInput:l}),{default:n.withCtx(({selectedItem:p})=>[n.createElementVNode("div",gu,n.toDisplayString(p.name),1)]),availableItem:n.withCtx(({item:p})=>[n.createElementVNode("div",null,n.toDisplayString(p.name),1)]),_:1},16,["items","selected-item","default-item-by-prop"])],512),[[n.vShow,d.value<=1e3]]),n.createElementVNode("div",{class:n.normalizeClass(["card-trend-live__body",{"is-mobile":d.value<=1e3}])},[n.createElementVNode("div",yu,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(e.data.subcategories,(p,h)=>(n.openBlock(),n.createElementBlock("div",{key:h},[n.createVNode(Kt,n.mergeProps(i,{text:p.name,"is-active":s.value.id===p.id,onClick:_=>l(p)}),null,16,["text","is-active","onClick"])]))),128))]),n.createElementVNode("div",bu,[(n.openBlock(),n.createBlock(eu,{typeId:e.trendTypeId,teamTypeSelected:e.teamTypeSelected,subcategorySelected:e.data.objectGraphProps.objectSubcategorySelected,teamIds:e.teamIds,types:e.trendTypes,containerWidth:d.value,key:e.trendTypeId},null,8,["typeId","teamTypeSelected","subcategorySelected","teamIds","types","containerWidth"]))])],2)],512))}},[["__scopeId","data-v-73a19674"]]),Hf="",Fn=e=>(n.pushScopeId("data-v-64be47f6"),e=e(),n.popScopeId(),e),Su={class:"trending-live__header__radios"},wu={class:"trending-live__header__radios__group"},Eu={class:"trending-live__header__switch"},vu={class:"trending-live__header__switch__control"},Cu=Fn(()=>n.createElementVNode("span",null,"Acumulado",-1)),ku=Fn(()=>n.createElementVNode("span",null,"Por periodo",-1)),xu={class:"trending-live__body"},Nu=ue({__name:"TrendLive",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"}})}},setup(e){const t=e,o=yn();let r=null;const i=n.ref(!0),a=n.ref("home"),s=n.ref([]),c=n.ref(null),d=n.ref(0),l=n.computed(()=>[{label:"Ambos",name:"name",value:"both",isChecked:!1,radioPosition:"left"},{label:t.game.homeTeam?`${t.game.homeTeam.acronym}`:"Local",name:"name",value:"home",isChecked:!1,radioPosition:"left",logoUrl:t.game.homeTeam?In(t.game.homeTeam.team_id):""},{label:t.game.awayTeam?`${t.game.awayTeam.acronym}`:"Visitante",name:"name",value:"away",isChecked:!1,radioPosition:"left",logoUrl:t.game.awayTeam?In(t.game.awayTeam.team_id):""}]),u=n.computed(()=>a.value==="both"?"both":`${a.value==="home"?"home":"visiting"}Team`),m=n.computed(()=>i.value?2:1),f=n.computed(()=>t.game.homeTeam?a.value==="both"?[t.game.homeTeam.team_id,t.game.awayTeam.team_id]:[t.game[`${a.value}Team`].team_id]:[0,0]),p=n.computed(()=>[{id:1,name:"Acumulado"},{id:2,name:"Por periodo"}]);n.watch(()=>o.getters["nextGeneral/arrayFilledDataSortedByPriority"],S=>{s.value.length===0&&(S&&S.length?s.value=S.map(k=>{const R=Object.values(k.subcategories);return{...k,subcategories:R,objectGraphProps:{objectSubcategorySelected:R[0],numberCategoryId:R[0].id}}}):s.value=[])},{immediate:!0});function h({data:S,subcategorySelected:k}){S.objectGraphProps.numberCategoryId=k,S.objectGraphProps.objectSubcategorySelected=k}function _(){if(window.ResizeObserver)r=new ResizeObserver(()=>{d.value=c.value.clientWidth}),r.observe(c.value);else throw new Error("Resize observer not supported!")}return n.onMounted(()=>{_()}),(S,k)=>(n.openBlock(),n.createElementBlock("div",{ref_key:"trendLive",ref:c,class:"trending-live"},[n.createElementVNode("div",{class:n.normalizeClass(["trending-live__header",{"is-mobile":d.value<580}])},[n.createElementVNode("div",Su,[n.createElementVNode("div",wu,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(l.value,(R,K)=>(n.openBlock(),n.createElementBlock("div",{key:K},[n.createVNode(n.unref(Yd),n.mergeProps({modelValue:a.value,"onUpdate:modelValue":k[0]||(k[0]=W=>a.value=W)},R),null,16,["modelValue"])]))),128))])]),n.createElementVNode("div",Eu,[n.createElementVNode("div",vu,[Cu,n.createVNode($d,{modelValue:i.value,"onUpdate:modelValue":k[1]||(k[1]=R=>i.value=R)},null,8,["modelValue"]),ku])])],2),n.createElementVNode("div",xu,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(s.value,(R,K)=>(n.openBlock(),n.createElementBlock("div",{class:"trending-live__body__card",key:K},[n.createVNode(_u,{data:R,"trend-type-id":m.value,"team-type-selected":u.value,"team-ids":f.value,"trend-types":p.value,"onUpdate:subcategorySelected":h},null,8,["data","trend-type-id","team-type-selected","team-ids","trend-types"])]))),128))])],512))}},[["__scopeId","data-v-64be47f6"]]),Jf="",Tu={class:"statistics-main"},Bu={class:"statistics-main__header"},Ou={class:"statistics-main__header__filter"},Vu={class:"statistics-main__body"},Au=n.defineComponent({name:"TemplateVideos",components:{TrendLive:Nu}}),Lu=ue(Object.assign(Au,{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"}})}},setup(e){const t=e,o=yn(),r=n.ref({width:"fit-content",height:"30px",borderRadius:"50px",borderColor:"#8a8a8a",borderWidth:"0.5px",backgroundColor:"rgba(255, 255, 255, 0.04)",fontSize:"14px",fontFamily:"Poppins-Regular, sans-serif",fontColor:"rgba(255, 255, 255, 0.5)",activeFontColor:"#FFFFFF",activeBorderColor:"#cbee6b",padding:"0 16px"}),i=n.ref({}),a=n.ref(null),s=n.ref([{id:"st1",name:"Comparativa",componentName:""},{id:"st2",name:"Distribución",componentName:""},{id:"st3",name:"Tendencia LIVE",componentName:"TrendLive"},{id:"st4",name:"Goles esperados (xG)",componentName:""}]),c=n.ref({id:"st3",name:"Tendencia LIVE",componentName:"TrendLive"});n.watch(()=>t.game,m=>{const f={...m};d(f)},{deep:!0,immediate:!0});async function d(m){try{i.value.gameId!==m.gameId&&(i.value=m,await o.dispatch("nextGeneral/cleanStats"),await o.dispatch("nextGeneral/checkState",{gameId:m.gameId,currentSeasonId:m.seasonId,isTeamsAnalysis:!0,defaultFilter:a.value,gameInfo:m}))}catch(f){throw new Error(f)}}function l(m){c.value=m}function u(){o.commit("nextGeneral/updateFilters",{filters:{local:{playingAs:[1,2],statistics:{},matchResult:[1,2,3],firstHalf:[1,2,3],secondHalf:[4,5,6]},visit:{playingAs:[1,2],statistics:{},matchResult:[1,2,3],firstHalf:[1,2,3],secondHalf:[4,5,6]}},needsFormat:!0})}return u(),(m,f)=>(n.openBlock(),n.createElementBlock("div",Tu,[n.createElementVNode("div",Bu,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(s.value,p=>(n.openBlock(),n.createElementBlock("div",{key:p.id,class:"game-time-line__options__option"},[n.createVNode(Kt,n.mergeProps(r.value,{text:p.name,"is-active":c.value.id===p.id,onClick:h=>l(p)}),null,16,["text","is-active","onClick"])]))),128)),n.withDirectives(n.createElementVNode("div",Ou,[n.createVNode(md)],512),[[n.vShow,!1]])]),n.createElementVNode("div",Vu,[(n.openBlock(),n.createBlock(n.resolveDynamicComponent(c.value.componentName),{game:e.game},null,8,["game"]))])]))}}),[["__scopeId","data-v-ea2c17e6"]]),gt=(e,t)=>{const o=e.__vccOpts||e;for(const[r,i]of t)o[r]=i;return o},Ru={__name:"ButtonCustom",props:{text:{type:String,default:""},height:{type:String,default:"fit-content"},width:{type:String,default:"fit-content"},padding:{type:String,default:"0px"},borderRadius:{type:String,default:"0px"},borderWidth:{type:String,default:"1px"},borderColor:{type:String,default:"#d9d9d9"},backgroundColor:{type:String,default:"#FFFFFF"},activeBackgroundColor:{type:String,default:""},activeBorderColor:{type:String,default:""},activeBorderWidth:{type:String,default:"1px"},activeFontColor:{type:String,default:""},fontColor:{type:String,default:"#000000"},fontSize:{type:String,default:"16px"},fontFamily:{type:String,default:"Poppins-Regular, sans-serif"},isActive:{type:Boolean,default:!1}},emits:["click"],setup(e,{emit:t}){const o=e,r=n.computed(()=>({"--height":o.height,"--width":o.width,"--padding":o.padding,"--border-radius":o.borderRadius,"--border":`solid ${o.borderWidth} ${o.borderColor}`,"--background-color":o.backgroundColor,"--font-color":o.fontColor,"--font-size":o.fontSize,"--font-family":o.fontFamily,"--active-background-color":o.activeBackgroundColor||o.backgroundColor,"--active-border-color":o.activeBorderColor||o.borderColor,"--active-font-color":o.activeFontColor||o.fontColor}));function i(){t("click")}return(a,s)=>(n.openBlock(),n.createElementBlock("button",{class:n.normalizeClass(["button",{active:e.isActive}]),style:n.normalizeStyle(r.value),onClick:i},n.toDisplayString(e.text),7))}},ju=gt(Ru,[["__scopeId","data-v-ea76c1c1"]]);function Pn(e,t){return function(){return e.apply(t,arguments)}}const{toString:Iu}=Object.prototype,{getPrototypeOf:oo}=Object,yt=(e=>t=>{const o=Iu.call(t);return e[o]||(e[o]=o.slice(8,-1).toLowerCase())})(Object.create(null)),se=e=>(e=e.toLowerCase(),t=>yt(t)===e),bt=e=>t=>typeof t===e,{isArray:je}=Array,Ue=bt("undefined");function Fu(e){return e!==null&&!Ue(e)&&e.constructor!==null&&!Ue(e.constructor)&&$(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const zn=se("ArrayBuffer");function Pu(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&zn(e.buffer),t}const zu=bt("string"),$=bt("function"),Dn=bt("number"),_t=e=>e!==null&&typeof e=="object",Du=e=>e===!0||e===!1,St=e=>{if(yt(e)!=="object")return!1;const t=oo(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},Mu=se("Date"),Uu=se("File"),Wu=se("Blob"),Gu=se("FileList"),Hu=e=>_t(e)&&$(e.pipe),qu=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||$(e.append)&&((t=yt(e))==="formdata"||t==="object"&&$(e.toString)&&e.toString()==="[object FormData]"))},Ju=se("URLSearchParams"),Ku=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function We(e,t,{allOwnKeys:o=!1}={}){if(e===null||typeof e>"u")return;let r,i;if(typeof e!="object"&&(e=[e]),je(e))for(r=0,i=e.length;r<i;r++)t.call(null,e[r],r,e);else{const a=o?Object.getOwnPropertyNames(e):Object.keys(e),s=a.length;let c;for(r=0;r<s;r++)c=a[r],t.call(null,e[c],c,e)}}function Mn(e,t){t=t.toLowerCase();const o=Object.keys(e);let r=o.length,i;for(;r-- >0;)if(i=o[r],t===i.toLowerCase())return i;return null}const Un=(()=>typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global)(),Wn=e=>!Ue(e)&&e!==Un;function no(){const{caseless:e}=Wn(this)&&this||{},t={},o=(r,i)=>{const a=e&&Mn(t,i)||i;St(t[a])&&St(r)?t[a]=no(t[a],r):St(r)?t[a]=no({},r):je(r)?t[a]=r.slice():t[a]=r};for(let r=0,i=arguments.length;r<i;r++)arguments[r]&&We(arguments[r],o);return t}const Yu=(e,t,o,{allOwnKeys:r}={})=>(We(t,(i,a)=>{o&&$(i)?e[a]=Pn(i,o):e[a]=i},{allOwnKeys:r}),e),$u=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),Xu=(e,t,o,r)=>{e.prototype=Object.create(t.prototype,r),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),o&&Object.assign(e.prototype,o)},Zu=(e,t,o,r)=>{let i,a,s;const c={};if(t=t||{},e==null)return t;do{for(i=Object.getOwnPropertyNames(e),a=i.length;a-- >0;)s=i[a],(!r||r(s,e,t))&&!c[s]&&(t[s]=e[s],c[s]=!0);e=o!==!1&&oo(e)}while(e&&(!o||o(e,t))&&e!==Object.prototype);return t},Qu=(e,t,o)=>{e=String(e),(o===void 0||o>e.length)&&(o=e.length),o-=t.length;const r=e.indexOf(t,o);return r!==-1&&r===o},em=e=>{if(!e)return null;if(je(e))return e;let t=e.length;if(!Dn(t))return null;const o=new Array(t);for(;t-- >0;)o[t]=e[t];return o},tm=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&oo(Uint8Array)),om=(e,t)=>{const o=(e&&e[Symbol.iterator]).call(e);let r;for(;(r=o.next())&&!r.done;){const i=r.value;t.call(e,i[0],i[1])}},nm=(e,t)=>{let o;const r=[];for(;(o=e.exec(t))!==null;)r.push(o);return r},rm=se("HTMLFormElement"),im=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(t,o,r){return o.toUpperCase()+r}),Gn=(({hasOwnProperty:e})=>(t,o)=>e.call(t,o))(Object.prototype),am=se("RegExp"),Hn=(e,t)=>{const o=Object.getOwnPropertyDescriptors(e),r={};We(o,(i,a)=>{let s;(s=t(i,a,e))!==!1&&(r[a]=s||i)}),Object.defineProperties(e,r)},sm=e=>{Hn(e,(t,o)=>{if($(e)&&["arguments","caller","callee"].indexOf(o)!==-1)return!1;const r=e[o];if($(r)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+o+"'")})}})},lm=(e,t)=>{const o={},r=i=>{i.forEach(a=>{o[a]=!0})};return je(e)?r(e):r(String(e).split(t)),o},cm=()=>{},dm=(e,t)=>(e=+e,Number.isFinite(e)?e:t),ro="abcdefghijklmnopqrstuvwxyz",qn="0123456789",Jn={DIGIT:qn,ALPHA:ro,ALPHA_DIGIT:ro+ro.toUpperCase()+qn},um=(e=16,t=Jn.ALPHA_DIGIT)=>{let o="";const{length:r}=t;for(;e--;)o+=t[Math.random()*r|0];return o};function mm(e){return!!(e&&$(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const pm=e=>{const t=new Array(10),o=(r,i)=>{if(_t(r)){if(t.indexOf(r)>=0)return;if(!("toJSON"in r)){t[i]=r;const a=je(r)?[]:{};return We(r,(s,c)=>{const d=o(s,i+1);!Ue(d)&&(a[c]=d)}),t[i]=void 0,a}}return r};return o(e,0)},fm=se("AsyncFunction"),hm=e=>e&&(_t(e)||$(e))&&$(e.then)&&$(e.catch),y={isArray:je,isArrayBuffer:zn,isBuffer:Fu,isFormData:qu,isArrayBufferView:Pu,isString:zu,isNumber:Dn,isBoolean:Du,isObject:_t,isPlainObject:St,isUndefined:Ue,isDate:Mu,isFile:Uu,isBlob:Wu,isRegExp:am,isFunction:$,isStream:Hu,isURLSearchParams:Ju,isTypedArray:tm,isFileList:Gu,forEach:We,merge:no,extend:Yu,trim:Ku,stripBOM:$u,inherits:Xu,toFlatObject:Zu,kindOf:yt,kindOfTest:se,endsWith:Qu,toArray:em,forEachEntry:om,matchAll:nm,isHTMLForm:rm,hasOwnProperty:Gn,hasOwnProp:Gn,reduceDescriptors:Hn,freezeMethods:sm,toObjectSet:lm,toCamelCase:im,noop:cm,toFiniteNumber:dm,findKey:Mn,global:Un,isContextDefined:Wn,ALPHABET:Jn,generateString:um,isSpecCompliantForm:mm,toJSONObject:pm,isAsyncFn:fm,isThenable:hm};function B(e,t,o,r,i){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",t&&(this.code=t),o&&(this.config=o),r&&(this.request=r),i&&(this.response=i)}y.inherits(B,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:y.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const Kn=B.prototype,Yn={};["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=>{Yn[e]={value:e}}),Object.defineProperties(B,Yn),Object.defineProperty(Kn,"isAxiosError",{value:!0}),B.from=(e,t,o,r,i,a)=>{const s=Object.create(Kn);return y.toFlatObject(e,s,function(c){return c!==Error.prototype},c=>c!=="isAxiosError"),B.call(s,e.message,t,o,r,i),s.cause=e,s.name=e.name,a&&Object.assign(s,a),s};const gm=null;function io(e){return y.isPlainObject(e)||y.isArray(e)}function $n(e){return y.endsWith(e,"[]")?e.slice(0,-2):e}function Xn(e,t,o){return e?e.concat(t).map(function(r,i){return r=$n(r),!o&&i?"["+r+"]":r}).join(o?".":""):t}function ym(e){return y.isArray(e)&&!e.some(io)}const bm=y.toFlatObject(y,{},null,function(e){return/^is[A-Z]/.test(e)});function wt(e,t,o){if(!y.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,o=y.toFlatObject(o,{metaTokens:!0,dots:!1,indexes:!1},!1,function(p,h){return!y.isUndefined(h[p])});const r=o.metaTokens,i=o.visitor||l,a=o.dots,s=o.indexes,c=(o.Blob||typeof Blob<"u"&&Blob)&&y.isSpecCompliantForm(t);if(!y.isFunction(i))throw new TypeError("visitor must be a function");function d(p){if(p===null)return"";if(y.isDate(p))return p.toISOString();if(!c&&y.isBlob(p))throw new B("Blob is not supported. Use a Buffer instead.");return y.isArrayBuffer(p)||y.isTypedArray(p)?c&&typeof Blob=="function"?new Blob([p]):Buffer.from(p):p}function l(p,h,_){let S=p;if(p&&!_&&typeof p=="object"){if(y.endsWith(h,"{}"))h=r?h:h.slice(0,-2),p=JSON.stringify(p);else if(y.isArray(p)&&ym(p)||(y.isFileList(p)||y.endsWith(h,"[]"))&&(S=y.toArray(p)))return h=$n(h),S.forEach(function(k,R){!(y.isUndefined(k)||k===null)&&t.append(s===!0?Xn([h],R,a):s===null?h:h+"[]",d(k))}),!1}return io(p)?!0:(t.append(Xn(_,h,a),d(p)),!1)}const u=[],m=Object.assign(bm,{defaultVisitor:l,convertValue:d,isVisitable:io});function f(p,h){if(!y.isUndefined(p)){if(u.indexOf(p)!==-1)throw Error("Circular reference detected in "+h.join("."));u.push(p),y.forEach(p,function(_,S){(!(y.isUndefined(_)||_===null)&&i.call(t,_,y.isString(S)?S.trim():S,h,m))===!0&&f(_,h?h.concat(S):[S])}),u.pop()}}if(!y.isObject(e))throw new TypeError("data must be an object");return f(e),t}function Zn(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(o){return t[o]})}function ao(e,t){this._pairs=[],e&&wt(e,this,t)}const Qn=ao.prototype;Qn.append=function(e,t){this._pairs.push([e,t])},Qn.toString=function(e){const t=e?function(o){return e.call(this,o,Zn)}:Zn;return this._pairs.map(function(o){return t(o[0])+"="+t(o[1])},"").join("&")};function _m(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function er(e,t,o){if(!t)return e;const r=o&&o.encode||_m,i=o&&o.serialize;let a;if(i?a=i(t,o):a=y.isURLSearchParams(t)?t.toString():new ao(t,o).toString(r),a){const s=e.indexOf("#");s!==-1&&(e=e.slice(0,s)),e+=(e.indexOf("?")===-1?"?":"&")+a}return e}class Sm{constructor(){this.handlers=[]}use(t,o,r){return this.handlers.push({fulfilled:t,rejected:o,synchronous:r?r.synchronous:!1,runWhen:r?r.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){y.forEach(this.handlers,function(o){o!==null&&t(o)})}}const tr=Sm,or={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},wm=typeof URLSearchParams<"u"?URLSearchParams:ao,Em=typeof FormData<"u"?FormData:null,vm=typeof Blob<"u"?Blob:null,Cm=(()=>{let e;return typeof navigator<"u"&&((e=navigator.product)==="ReactNative"||e==="NativeScript"||e==="NS")?!1:typeof window<"u"&&typeof document<"u"})(),km=(()=>typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function")(),le={isBrowser:!0,classes:{URLSearchParams:wm,FormData:Em,Blob:vm},isStandardBrowserEnv:Cm,isStandardBrowserWebWorkerEnv:km,protocols:["http","https","file","blob","url","data"]};function xm(e,t){return wt(e,new le.classes.URLSearchParams,Object.assign({visitor:function(o,r,i,a){return le.isNode&&y.isBuffer(o)?(this.append(r,o.toString("base64")),!1):a.defaultVisitor.apply(this,arguments)}},t))}function Nm(e){return y.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function Tm(e){const t={},o=Object.keys(e);let r;const i=o.length;let a;for(r=0;r<i;r++)a=o[r],t[a]=e[a];return t}function nr(e){function t(o,r,i,a){let s=o[a++];const c=Number.isFinite(+s),d=a>=o.length;return s=!s&&y.isArray(i)?i.length:s,d?(y.hasOwnProp(i,s)?i[s]=[i[s],r]:i[s]=r,!c):((!i[s]||!y.isObject(i[s]))&&(i[s]=[]),t(o,r,i[s],a)&&y.isArray(i[s])&&(i[s]=Tm(i[s])),!c)}if(y.isFormData(e)&&y.isFunction(e.entries)){const o={};return y.forEachEntry(e,(r,i)=>{t(Nm(r),i,o,0)}),o}return null}function Bm(e,t,o){if(y.isString(e))try{return(t||JSON.parse)(e),y.trim(e)}catch(r){if(r.name!=="SyntaxError")throw r}return(o||JSON.stringify)(e)}const so={transitional:or,adapter:["xhr","http"],transformRequest:[function(e,t){const o=t.getContentType()||"",r=o.indexOf("application/json")>-1,i=y.isObject(e);if(i&&y.isHTMLForm(e)&&(e=new FormData(e)),y.isFormData(e))return r&&r?JSON.stringify(nr(e)):e;if(y.isArrayBuffer(e)||y.isBuffer(e)||y.isStream(e)||y.isFile(e)||y.isBlob(e))return e;if(y.isArrayBufferView(e))return e.buffer;if(y.isURLSearchParams(e))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let a;if(i){if(o.indexOf("application/x-www-form-urlencoded")>-1)return xm(e,this.formSerializer).toString();if((a=y.isFileList(e))||o.indexOf("multipart/form-data")>-1){const s=this.env&&this.env.FormData;return wt(a?{"files[]":e}:e,s&&new s,this.formSerializer)}}return i||r?(t.setContentType("application/json",!1),Bm(e)):e}],transformResponse:[function(e){const t=this.transitional||so.transitional,o=t&&t.forcedJSONParsing,r=this.responseType==="json";if(e&&y.isString(e)&&(o&&!this.responseType||r)){const i=!(t&&t.silentJSONParsing)&&r;try{return JSON.parse(e)}catch(a){if(i)throw a.name==="SyntaxError"?B.from(a,B.ERR_BAD_RESPONSE,this,null,this.response):a}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:le.classes.FormData,Blob:le.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};y.forEach(["delete","get","head","post","put","patch"],e=>{so.headers[e]={}});const lo=so,Om=y.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"]),Vm=e=>{const t={};let o,r,i;return e&&e.split(`
16
- `).forEach(function(a){i=a.indexOf(":"),o=a.substring(0,i).trim().toLowerCase(),r=a.substring(i+1).trim(),!(!o||t[o]&&Om[o])&&(o==="set-cookie"?t[o]?t[o].push(r):t[o]=[r]:t[o]=t[o]?t[o]+", "+r:r)}),t},rr=Symbol("internals");function Ge(e){return e&&String(e).trim().toLowerCase()}function Et(e){return e===!1||e==null?e:y.isArray(e)?e.map(Et):String(e)}function Am(e){const t=Object.create(null),o=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let r;for(;r=o.exec(e);)t[r[1]]=r[2];return t}const Lm=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function co(e,t,o,r,i){if(y.isFunction(r))return r.call(this,t,o);if(i&&(t=o),!!y.isString(t)){if(y.isString(r))return t.indexOf(r)!==-1;if(y.isRegExp(r))return r.test(t)}}function Rm(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,o,r)=>o.toUpperCase()+r)}function jm(e,t){const o=y.toCamelCase(" "+t);["get","set","has"].forEach(r=>{Object.defineProperty(e,r+o,{value:function(i,a,s){return this[r].call(this,t,i,a,s)},configurable:!0})})}class vt{constructor(t){t&&this.set(t)}set(t,o,r){const i=this;function a(c,d,l){const u=Ge(d);if(!u)throw new Error("header name must be a non-empty string");const m=y.findKey(i,u);(!m||i[m]===void 0||l===!0||l===void 0&&i[m]!==!1)&&(i[m||d]=Et(c))}const s=(c,d)=>y.forEach(c,(l,u)=>a(l,u,d));return y.isPlainObject(t)||t instanceof this.constructor?s(t,o):y.isString(t)&&(t=t.trim())&&!Lm(t)?s(Vm(t),o):t!=null&&a(o,t,r),this}get(t,o){if(t=Ge(t),t){const r=y.findKey(this,t);if(r){const i=this[r];if(!o)return i;if(o===!0)return Am(i);if(y.isFunction(o))return o.call(this,i,r);if(y.isRegExp(o))return o.exec(i);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,o){if(t=Ge(t),t){const r=y.findKey(this,t);return!!(r&&this[r]!==void 0&&(!o||co(this,this[r],r,o)))}return!1}delete(t,o){const r=this;let i=!1;function a(s){if(s=Ge(s),s){const c=y.findKey(r,s);c&&(!o||co(r,r[c],c,o))&&(delete r[c],i=!0)}}return y.isArray(t)?t.forEach(a):a(t),i}clear(t){const o=Object.keys(this);let r=o.length,i=!1;for(;r--;){const a=o[r];(!t||co(this,this[a],a,t,!0))&&(delete this[a],i=!0)}return i}normalize(t){const o=this,r={};return y.forEach(this,(i,a)=>{const s=y.findKey(r,a);if(s){o[s]=Et(i),delete o[a];return}const c=t?Rm(a):String(a).trim();c!==a&&delete o[a],o[c]=Et(i),r[c]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const o=Object.create(null);return y.forEach(this,(r,i)=>{r!=null&&r!==!1&&(o[i]=t&&y.isArray(r)?r.join(", "):r)}),o}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,o])=>t+": "+o).join(`
17
- `)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...o){const r=new this(t);return o.forEach(i=>r.set(i)),r}static accessor(t){const o=(this[rr]=this[rr]={accessors:{}}).accessors,r=this.prototype;function i(a){const s=Ge(a);o[s]||(jm(r,a),o[s]=!0)}return y.isArray(t)?t.forEach(i):i(t),this}}vt.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),y.reduceDescriptors(vt.prototype,({value:e},t)=>{let o=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(r){this[o]=r}}}),y.freezeMethods(vt);const me=vt;function uo(e,t){const o=this||lo,r=t||o,i=me.from(r.headers);let a=r.data;return y.forEach(e,function(s){a=s.call(o,a,i.normalize(),t?t.status:void 0)}),i.normalize(),a}function ir(e){return!!(e&&e.__CANCEL__)}function He(e,t,o){B.call(this,e??"canceled",B.ERR_CANCELED,t,o),this.name="CanceledError"}y.inherits(He,B,{__CANCEL__:!0});function Im(e,t,o){const r=o.config.validateStatus;!o.status||!r||r(o.status)?e(o):t(new B("Request failed with status code "+o.status,[B.ERR_BAD_REQUEST,B.ERR_BAD_RESPONSE][Math.floor(o.status/100)-4],o.config,o.request,o))}const Fm=le.isStandardBrowserEnv?function(){return{write:function(e,t,o,r,i,a){const s=[];s.push(e+"="+encodeURIComponent(t)),y.isNumber(o)&&s.push("expires="+new Date(o).toGMTString()),y.isString(r)&&s.push("path="+r),y.isString(i)&&s.push("domain="+i),a===!0&&s.push("secure"),document.cookie=s.join("; ")},read:function(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}}():function(){return{write:function(){},read:function(){return null},remove:function(){}}}();function Pm(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function zm(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}function ar(e,t){return e&&!Pm(t)?zm(e,t):t}const Dm=le.isStandardBrowserEnv?function(){const e=/(msie|trident)/i.test(navigator.userAgent),t=document.createElement("a");let o;function r(i){let a=i;return e&&(t.setAttribute("href",a),a=t.href),t.setAttribute("href",a),{href:t.href,protocol:t.protocol?t.protocol.replace(/:$/,""):"",host:t.host,search:t.search?t.search.replace(/^\?/,""):"",hash:t.hash?t.hash.replace(/^#/,""):"",hostname:t.hostname,port:t.port,pathname:t.pathname.charAt(0)==="/"?t.pathname:"/"+t.pathname}}return o=r(window.location.href),function(i){const a=y.isString(i)?r(i):i;return a.protocol===o.protocol&&a.host===o.host}}():function(){return function(){return!0}}();function Mm(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function Um(e,t){e=e||10;const o=new Array(e),r=new Array(e);let i=0,a=0,s;return t=t!==void 0?t:1e3,function(c){const d=Date.now(),l=r[a];s||(s=d),o[i]=c,r[i]=d;let u=a,m=0;for(;u!==i;)m+=o[u++],u=u%e;if(i=(i+1)%e,i===a&&(a=(a+1)%e),d-s<t)return;const f=l&&d-l;return f?Math.round(m*1e3/f):void 0}}function sr(e,t){let o=0;const r=Um(50,250);return i=>{const a=i.loaded,s=i.lengthComputable?i.total:void 0,c=a-o,d=r(c),l=a<=s;o=a;const u={loaded:a,total:s,progress:s?a/s:void 0,bytes:c,rate:d||void 0,estimated:d&&s&&l?(s-a)/d:void 0,event:i};u[t?"download":"upload"]=!0,e(u)}}const Wm=typeof XMLHttpRequest<"u",Gm=Wm&&function(e){return new Promise(function(t,o){let r=e.data;const i=me.from(e.headers).normalize(),a=e.responseType;let s;function c(){e.cancelToken&&e.cancelToken.unsubscribe(s),e.signal&&e.signal.removeEventListener("abort",s)}let d;y.isFormData(r)&&(le.isStandardBrowserEnv||le.isStandardBrowserWebWorkerEnv?i.setContentType(!1):i.getContentType(/^\s*multipart\/form-data/)?y.isString(d=i.getContentType())&&i.setContentType(d.replace(/^\s*(multipart\/form-data);+/,"$1")):i.setContentType("multipart/form-data"));let l=new XMLHttpRequest;if(e.auth){const p=e.auth.username||"",h=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";i.set("Authorization","Basic "+btoa(p+":"+h))}const u=ar(e.baseURL,e.url);l.open(e.method.toUpperCase(),er(u,e.params,e.paramsSerializer),!0),l.timeout=e.timeout;function m(){if(!l)return;const p=me.from("getAllResponseHeaders"in l&&l.getAllResponseHeaders()),h={data:!a||a==="text"||a==="json"?l.responseText:l.response,status:l.status,statusText:l.statusText,headers:p,config:e,request:l};Im(function(_){t(_),c()},function(_){o(_),c()},h),l=null}if("onloadend"in l?l.onloadend=m:l.onreadystatechange=function(){!l||l.readyState!==4||l.status===0&&!(l.responseURL&&l.responseURL.indexOf("file:")===0)||setTimeout(m)},l.onabort=function(){l&&(o(new B("Request aborted",B.ECONNABORTED,e,l)),l=null)},l.onerror=function(){o(new B("Network Error",B.ERR_NETWORK,e,l)),l=null},l.ontimeout=function(){let p=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded";const h=e.transitional||or;e.timeoutErrorMessage&&(p=e.timeoutErrorMessage),o(new B(p,h.clarifyTimeoutError?B.ETIMEDOUT:B.ECONNABORTED,e,l)),l=null},le.isStandardBrowserEnv){const p=(e.withCredentials||Dm(u))&&e.xsrfCookieName&&Fm.read(e.xsrfCookieName);p&&i.set(e.xsrfHeaderName,p)}r===void 0&&i.setContentType(null),"setRequestHeader"in l&&y.forEach(i.toJSON(),function(p,h){l.setRequestHeader(h,p)}),y.isUndefined(e.withCredentials)||(l.withCredentials=!!e.withCredentials),a&&a!=="json"&&(l.responseType=e.responseType),typeof e.onDownloadProgress=="function"&&l.addEventListener("progress",sr(e.onDownloadProgress,!0)),typeof e.onUploadProgress=="function"&&l.upload&&l.upload.addEventListener("progress",sr(e.onUploadProgress)),(e.cancelToken||e.signal)&&(s=p=>{l&&(o(!p||p.type?new He(null,e,l):p),l.abort(),l=null)},e.cancelToken&&e.cancelToken.subscribe(s),e.signal&&(e.signal.aborted?s():e.signal.addEventListener("abort",s)));const f=Mm(u);if(f&&le.protocols.indexOf(f)===-1){o(new B("Unsupported protocol "+f+":",B.ERR_BAD_REQUEST,e));return}l.send(r||null)})},mo={http:gm,xhr:Gm};y.forEach(mo,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const lr=e=>`- ${e}`,Hm=e=>y.isFunction(e)||e===null||e===!1,cr={getAdapter:e=>{e=y.isArray(e)?e:[e];const{length:t}=e;let o,r;const i={};for(let a=0;a<t;a++){o=e[a];let s;if(r=o,!Hm(o)&&(r=mo[(s=String(o)).toLowerCase()],r===void 0))throw new B(`Unknown adapter '${s}'`);if(r)break;i[s||"#"+a]=r}if(!r){const a=Object.entries(i).map(([c,d])=>`adapter ${c} `+(d===!1?"is not supported by the environment":"is not available in the build"));let s=t?a.length>1?`since :
18
- `+a.map(lr).join(`
19
- `):" "+lr(a[0]):"as no adapter specified";throw new B("There is no suitable adapter to dispatch the request "+s,"ERR_NOT_SUPPORT")}return r},adapters:mo};function po(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new He(null,e)}function dr(e){return po(e),e.headers=me.from(e.headers),e.data=uo.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),cr.getAdapter(e.adapter||lo.adapter)(e).then(function(t){return po(e),t.data=uo.call(e,e.transformResponse,t),t.headers=me.from(t.headers),t},function(t){return ir(t)||(po(e),t&&t.response&&(t.response.data=uo.call(e,e.transformResponse,t.response),t.response.headers=me.from(t.response.headers))),Promise.reject(t)})}const ur=e=>e instanceof me?e.toJSON():e;function Ie(e,t){t=t||{};const o={};function r(l,u,m){return y.isPlainObject(l)&&y.isPlainObject(u)?y.merge.call({caseless:m},l,u):y.isPlainObject(u)?y.merge({},u):y.isArray(u)?u.slice():u}function i(l,u,m){if(y.isUndefined(u)){if(!y.isUndefined(l))return r(void 0,l,m)}else return r(l,u,m)}function a(l,u){if(!y.isUndefined(u))return r(void 0,u)}function s(l,u){if(y.isUndefined(u)){if(!y.isUndefined(l))return r(void 0,l)}else return r(void 0,u)}function c(l,u,m){if(m in t)return r(l,u);if(m in e)return r(void 0,l)}const d={url:a,method:a,data:a,baseURL:s,transformRequest:s,transformResponse:s,paramsSerializer:s,timeout:s,timeoutMessage:s,withCredentials:s,adapter:s,responseType:s,xsrfCookieName:s,xsrfHeaderName:s,onUploadProgress:s,onDownloadProgress:s,decompress:s,maxContentLength:s,maxBodyLength:s,beforeRedirect:s,transport:s,httpAgent:s,httpsAgent:s,cancelToken:s,socketPath:s,responseEncoding:s,validateStatus:c,headers:(l,u)=>i(ur(l),ur(u),!0)};return y.forEach(Object.keys(Object.assign({},e,t)),function(l){const u=d[l]||i,m=u(e[l],t[l],l);y.isUndefined(m)&&u!==c||(o[l]=m)}),o}const mr="1.5.1",fo={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{fo[e]=function(o){return typeof o===e||"a"+(t<1?"n ":" ")+e}});const pr={};fo.transitional=function(e,t,o){function r(i,a){return"[Axios v"+mr+"] Transitional option '"+i+"'"+a+(o?". "+o:"")}return(i,a,s)=>{if(e===!1)throw new B(r(a," has been removed"+(t?" in "+t:"")),B.ERR_DEPRECATED);return t&&!pr[a]&&(pr[a]=!0,console.warn(r(a," has been deprecated since v"+t+" and will be removed in the near future"))),e?e(i,a,s):!0}};function qm(e,t,o){if(typeof e!="object")throw new B("options must be an object",B.ERR_BAD_OPTION_VALUE);const r=Object.keys(e);let i=r.length;for(;i-- >0;){const a=r[i],s=t[a];if(s){const c=e[a],d=c===void 0||s(c,a,e);if(d!==!0)throw new B("option "+a+" must be "+d,B.ERR_BAD_OPTION_VALUE);continue}if(o!==!0)throw new B("Unknown option "+a,B.ERR_BAD_OPTION)}}const ho={assertOptions:qm,validators:fo},ge=ho.validators;class Ct{constructor(t){this.defaults=t,this.interceptors={request:new tr,response:new tr}}request(t,o){typeof t=="string"?(o=o||{},o.url=t):o=t||{},o=Ie(this.defaults,o);const{transitional:r,paramsSerializer:i,headers:a}=o;r!==void 0&&ho.assertOptions(r,{silentJSONParsing:ge.transitional(ge.boolean),forcedJSONParsing:ge.transitional(ge.boolean),clarifyTimeoutError:ge.transitional(ge.boolean)},!1),i!=null&&(y.isFunction(i)?o.paramsSerializer={serialize:i}:ho.assertOptions(i,{encode:ge.function,serialize:ge.function},!0)),o.method=(o.method||this.defaults.method||"get").toLowerCase();let s=a&&y.merge(a.common,a[o.method]);a&&y.forEach(["delete","get","head","post","put","patch","common"],h=>{delete a[h]}),o.headers=me.concat(s,a);const c=[];let d=!0;this.interceptors.request.forEach(function(h){typeof h.runWhen=="function"&&h.runWhen(o)===!1||(d=d&&h.synchronous,c.unshift(h.fulfilled,h.rejected))});const l=[];this.interceptors.response.forEach(function(h){l.push(h.fulfilled,h.rejected)});let u,m=0,f;if(!d){const h=[dr.bind(this),void 0];for(h.unshift.apply(h,c),h.push.apply(h,l),f=h.length,u=Promise.resolve(o);m<f;)u=u.then(h[m++],h[m++]);return u}f=c.length;let p=o;for(m=0;m<f;){const h=c[m++],_=c[m++];try{p=h(p)}catch(S){_.call(this,S);break}}try{u=dr.call(this,p)}catch(h){return Promise.reject(h)}for(m=0,f=l.length;m<f;)u=u.then(l[m++],l[m++]);return u}getUri(t){t=Ie(this.defaults,t);const o=ar(t.baseURL,t.url);return er(o,t.params,t.paramsSerializer)}}y.forEach(["delete","get","head","options"],function(e){Ct.prototype[e]=function(t,o){return this.request(Ie(o||{},{method:e,url:t,data:(o||{}).data}))}}),y.forEach(["post","put","patch"],function(e){function t(o){return function(r,i,a){return this.request(Ie(a||{},{method:e,headers:o?{"Content-Type":"multipart/form-data"}:{},url:r,data:i}))}}Ct.prototype[e]=t(),Ct.prototype[e+"Form"]=t(!0)});const kt=Ct;class go{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let o;this.promise=new Promise(function(i){o=i});const r=this;this.promise.then(i=>{if(!r._listeners)return;let a=r._listeners.length;for(;a-- >0;)r._listeners[a](i);r._listeners=null}),this.promise.then=i=>{let a;const s=new Promise(c=>{r.subscribe(c),a=c}).then(i);return s.cancel=function(){r.unsubscribe(a)},s},t(function(i,a,s){r.reason||(r.reason=new He(i,a,s),o(r.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const o=this._listeners.indexOf(t);o!==-1&&this._listeners.splice(o,1)}static source(){let t;return{token:new go(function(o){t=o}),cancel:t}}}const Jm=go;function Km(e){return function(t){return e.apply(null,t)}}function Ym(e){return y.isObject(e)&&e.isAxiosError===!0}const yo={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(yo).forEach(([e,t])=>{yo[t]=e});const $m=yo;function fr(e){const t=new kt(e),o=Pn(kt.prototype.request,t);return y.extend(o,kt.prototype,t,{allOwnKeys:!0}),y.extend(o,t,null,{allOwnKeys:!0}),o.create=function(r){return fr(Ie(e,r))},o}const j=fr(lo);j.Axios=kt,j.CanceledError=He,j.CancelToken=Jm,j.isCancel=ir,j.VERSION=mr,j.toFormData=wt,j.AxiosError=B,j.Cancel=j.CanceledError,j.all=function(e){return Promise.all(e)},j.spread=Km,j.isAxiosError=Ym,j.mergeConfig=Ie,j.AxiosHeaders=me,j.formToJSON=e=>nr(y.isHTMLForm(e)?new FormData(e):e),j.getAdapter=cr.getAdapter,j.HttpStatusCode=$m,j.default=j;const hr=j,Xm=1e3,gr=Xm*60,bo=gr*60,yr=bo*24,Zm={data(){return{timeLeft:"",currentTime:new Date().valueOf(),interval:null,gameDateTime:new Date,now:new Date}},computed:{isToday(){return`${this.now.getFullYear()}.${this.now.getMonth()}.${this.now.getDate()}`==`${this.gameDateTime.getFullYear()}.${this.gameDateTime.getMonth()}.${this.gameDateTime.getDate()}`},gameStart(){return this.gameDateTime.toTimeString().slice(0,5)}},methods:{checkTimeLeft(){const e=new Date(this.gameData.dateTimeUTC).valueOf();e>this.currentTime?(this.timeLeft=this.getTimeLeft(e),this.interval=setInterval(()=>{this.timeLeft=this.getTimeLeft(e)},6e4)):this.timeLeft="00:00 hrs"},getTimeLeft(e){let t=e.valueOf()-this.currentTime;const o=Math.floor(t/yr);t=t-o*yr;const r=Math.floor(t/bo);t=t-r*bo;const i=Math.floor(t/gr);return`${o?`${o} dias `:""}${r<10?`0${r}`:r}:${i<10?`0${i}`:i} hrs.`}},beforeDestroy(){this.interval&&clearInterval(this.interval)}};function Qm(e){return`${{}.TEAM_LOGOS_URL||"https://az755631.vo.msecnd.net/teams-80/"}${e}.png`}function ep(e){return`${{}.PROFILE_PHOTO_PLAYER||"https://az755631.vo.msecnd.net/players-profile/"}${e}.png`}const _o={GOAL_IDS:["1-1","1-2","1-3","1-4","1-5","1-6","1-7","1-12","1-13","1-16","4-14"],YELLOW_CARD_IDS:["2-8"],RED_CARD_IDS:["2-9"]};function tp(){return br().__VUE_DEVTOOLS_GLOBAL_HOOK__}function br(){return typeof navigator<"u"&&typeof window<"u"?window:typeof global<"u"?global:{}}const op=typeof Proxy=="function",np="devtools-plugin:setup",rp="plugin:settings:set";let qe,So;function ip(){var e;return qe!==void 0||(typeof window<"u"&&window.performance?(qe=!0,So=window.performance):typeof global<"u"&&!((e=global.perf_hooks)===null||e===void 0)&&e.performance?(qe=!0,So=global.perf_hooks.performance):qe=!1),qe}function ap(){return ip()?So.now():Date.now()}class sp{constructor(t,o){this.target=null,this.targetQueue=[],this.onQueue=[],this.plugin=t,this.hook=o;const r={};if(t.settings)for(const s in t.settings){const c=t.settings[s];r[s]=c.defaultValue}const i=`__vue-devtools-plugin-settings__${t.id}`;let a=Object.assign({},r);try{const s=localStorage.getItem(i),c=JSON.parse(s);Object.assign(a,c)}catch{}this.fallbacks={getSettings(){return a},setSettings(s){try{localStorage.setItem(i,JSON.stringify(s))}catch{}a=s},now(){return ap()}},o&&o.on(rp,(s,c)=>{s===this.plugin.id&&this.fallbacks.setSettings(c)}),this.proxiedOn=new Proxy({},{get:(s,c)=>this.target?this.target.on[c]:(...d)=>{this.onQueue.push({method:c,args:d})}}),this.proxiedTarget=new Proxy({},{get:(s,c)=>this.target?this.target[c]:c==="on"?this.proxiedOn:Object.keys(this.fallbacks).includes(c)?(...d)=>(this.targetQueue.push({method:c,args:d,resolve:()=>{}}),this.fallbacks[c](...d)):(...d)=>new Promise(l=>{this.targetQueue.push({method:c,args:d,resolve:l})})})}async setRealTarget(t){this.target=t;for(const o of this.onQueue)this.target.on[o.method](...o.args);for(const o of this.targetQueue)o.resolve(await this.target[o.method](...o.args))}}function lp(e,t){const o=e,r=br(),i=tp(),a=op&&o.enableEarlyProxy;if(i&&(r.__VUE_DEVTOOLS_PLUGIN_API_AVAILABLE__||!a))i.emit(np,e,t);else{const s=a?new sp(o,i):null;(r.__VUE_DEVTOOLS_PLUGINS__=r.__VUE_DEVTOOLS_PLUGINS__||[]).push({pluginDescriptor:o,setupFn:t,proxy:s}),s&&t(s.proxiedTarget)}}/*!
15
+ */var er="store";function tr(e){return e===void 0&&(e=null),r.inject(e!==null?e:er)}function Oe(e,t){Object.keys(e).forEach(function(n){return t(e[n],n)})}function nr(e){return e!==null&&typeof e=="object"}function ju(e){return e&&typeof e.then=="function"}function ne(e,t){if(!e)throw new Error("[vuex] "+t)}function Pu(e,t){return function(){return e(t)}}function or(e,t,n){return t.indexOf(e)<0&&(n&&n.prepend?t.unshift(e):t.push(e)),function(){var o=t.indexOf(e);o>-1&&t.splice(o,1)}}function rr(e,t){e._actions=Object.create(null),e._mutations=Object.create(null),e._wrappedGetters=Object.create(null),e._modulesNamespaceMap=Object.create(null);var n=e.state;Tt(e,n,[],e._modules.root,!0),wn(e,n,t)}function wn(e,t,n){var o=e._state;e.getters={},e._makeLocalGettersCache=Object.create(null);var i=e._wrappedGetters,a={};Oe(i,function(s,l){a[l]=Pu(s,e),Object.defineProperty(e.getters,l,{get:function(){return a[l]()},enumerable:!0})}),e._state=r.reactive({data:t}),e.strict&&Uu(e),o&&n&&e._withCommit(function(){o.data=null})}function Tt(e,t,n,o,i){var a=!n.length,s=e._modules.getNamespace(n);if(o.namespaced&&(e._modulesNamespaceMap[s]&&process.env.NODE_ENV!=="production"&&console.error("[vuex] duplicate namespace "+s+" for the namespaced module "+n.join("/")),e._modulesNamespaceMap[s]=o),!a&&!i){var l=Sn(t,n.slice(0,-1)),u=n[n.length-1];e._withCommit(function(){process.env.NODE_ENV!=="production"&&u in l&&console.warn('[vuex] state field "'+u+'" was overridden by a module with the same name at "'+n.join(".")+'"'),l[u]=o.state})}var c=o.context=Iu(e,s,n);o.forEachMutation(function(d,m){var h=s+m;Du(e,h,d,c)}),o.forEachAction(function(d,m){var h=d.root?m:s+m,f=d.handler||d;zu(e,h,f,c)}),o.forEachGetter(function(d,m){var h=s+m;Mu(e,h,d,c)}),o.forEachChild(function(d,m){Tt(e,t,n.concat(m),d,i)})}function Iu(e,t,n){var o=t==="",i={dispatch:o?e.dispatch:function(a,s,l){var u=Ot(a,s,l),c=u.payload,d=u.options,m=u.type;if((!d||!d.root)&&(m=t+m,process.env.NODE_ENV!=="production"&&!e._actions[m])){console.error("[vuex] unknown local action type: "+u.type+", global type: "+m);return}return e.dispatch(m,c)},commit:o?e.commit:function(a,s,l){var u=Ot(a,s,l),c=u.payload,d=u.options,m=u.type;if((!d||!d.root)&&(m=t+m,process.env.NODE_ENV!=="production"&&!e._mutations[m])){console.error("[vuex] unknown local mutation type: "+u.type+", global type: "+m);return}e.commit(m,c,d)}};return Object.defineProperties(i,{getters:{get:o?function(){return e.getters}:function(){return ir(e,t)}},state:{get:function(){return Sn(e.state,n)}}}),i}function ir(e,t){if(!e._makeLocalGettersCache[t]){var n={},o=t.length;Object.keys(e.getters).forEach(function(i){if(i.slice(0,o)===t){var a=i.slice(o);Object.defineProperty(n,a,{get:function(){return e.getters[i]},enumerable:!0})}}),e._makeLocalGettersCache[t]=n}return e._makeLocalGettersCache[t]}function Du(e,t,n,o){var i=e._mutations[t]||(e._mutations[t]=[]);i.push(function(s){n.call(e,o.state,s)})}function zu(e,t,n,o){var i=e._actions[t]||(e._actions[t]=[]);i.push(function(s){var l=n.call(e,{dispatch:o.dispatch,commit:o.commit,getters:o.getters,state:o.state,rootGetters:e.getters,rootState:e.state},s);return ju(l)||(l=Promise.resolve(l)),e._devtoolHook?l.catch(function(u){throw e._devtoolHook.emit("vuex:error",u),u}):l})}function Mu(e,t,n,o){if(e._wrappedGetters[t]){process.env.NODE_ENV!=="production"&&console.error("[vuex] duplicate getter key: "+t);return}e._wrappedGetters[t]=function(a){return n(o.state,o.getters,a.state,a.getters)}}function Uu(e){r.watch(function(){return e._state.data},function(){process.env.NODE_ENV!=="production"&&ne(e._committing,"do not mutate vuex store state outside mutation handlers.")},{deep:!0,flush:"sync"})}function Sn(e,t){return t.reduce(function(n,o){return n[o]},e)}function Ot(e,t,n){return nr(e)&&e.type&&(n=t,t=e,e=e.type),process.env.NODE_ENV!=="production"&&ne(typeof e=="string","expects string as the type, but found "+typeof e+"."),{type:e,payload:t,options:n}}var Wu="vuex bindings",ar="vuex:mutations",En="vuex:actions",Me="vuex",Hu=0;function Gu(e,t){Fu({id:"org.vuejs.vuex",app:e,label:"Vuex",homepage:"https://next.vuex.vuejs.org/",logo:"https://vuejs.org/images/icons/favicon-96x96.png",packageName:"vuex",componentStateTypes:[Wu]},function(n){n.addTimelineLayer({id:ar,label:"Vuex Mutations",color:sr}),n.addTimelineLayer({id:En,label:"Vuex Actions",color:sr}),n.addInspector({id:Me,label:"Vuex",icon:"storage",treeFilterPlaceholder:"Filter stores..."}),n.on.getInspectorTree(function(o){if(o.app===e&&o.inspectorId===Me)if(o.filter){var i=[];ur(i,t._modules.root,o.filter,""),o.rootNodes=i}else o.rootNodes=[dr(t._modules.root,"")]}),n.on.getInspectorState(function(o){if(o.app===e&&o.inspectorId===Me){var i=o.nodeId;ir(t,i),o.state=Ku(Yu(t._modules,i),i==="root"?t.getters:t._makeLocalGettersCache,i)}}),n.on.editInspectorState(function(o){if(o.app===e&&o.inspectorId===Me){var i=o.nodeId,a=o.path;i!=="root"&&(a=i.split("/").filter(Boolean).concat(a)),t._withCommit(function(){o.set(t._state.data,a,o.state.value)})}}),t.subscribe(function(o,i){var a={};o.payload&&(a.payload=o.payload),a.state=i,n.notifyComponentUpdate(),n.sendInspectorTree(Me),n.sendInspectorState(Me),n.addTimelineEvent({layerId:ar,event:{time:Date.now(),title:o.type,data:a}})}),t.subscribeAction({before:function(o,i){var a={};o.payload&&(a.payload=o.payload),o._id=Hu++,o._time=Date.now(),a.state=i,n.addTimelineEvent({layerId:En,event:{time:o._time,title:o.type,groupId:o._id,subtitle:"start",data:a}})},after:function(o,i){var a={},s=Date.now()-o._time;a.duration={_custom:{type:"duration",display:s+"ms",tooltip:"Action duration",value:s}},o.payload&&(a.payload=o.payload),a.state=i,n.addTimelineEvent({layerId:En,event:{time:Date.now(),title:o.type,groupId:o._id,subtitle:"end",data:a}})}})})}var sr=8702998,qu=6710886,Ju=16777215,lr={label:"namespaced",textColor:Ju,backgroundColor:qu};function cr(e){return e&&e!=="root"?e.split("/").slice(-2,-1)[0]:"Root"}function dr(e,t){return{id:t||"root",label:cr(t),tags:e.namespaced?[lr]:[],children:Object.keys(e._children).map(function(n){return dr(e._children[n],t+n+"/")})}}function ur(e,t,n,o){o.includes(n)&&e.push({id:o||"root",label:o.endsWith("/")?o.slice(0,o.length-1):o||"Root",tags:t.namespaced?[lr]:[]}),Object.keys(t._children).forEach(function(i){ur(e,t._children[i],n,o+i+"/")})}function Ku(e,t,n){t=n==="root"?t:t[n];var o=Object.keys(t),i={state:Object.keys(e.state).map(function(s){return{key:s,editable:!0,value:e.state[s]}})};if(o.length){var a=$u(t);i.getters=Object.keys(a).map(function(s){return{key:s.endsWith("/")?cr(s):s,editable:!1,value:Cn(function(){return a[s]})}})}return i}function $u(e){var t={};return Object.keys(e).forEach(function(n){var o=n.split("/");if(o.length>1){var i=t,a=o.pop();o.forEach(function(s){i[s]||(i[s]={_custom:{value:{},display:s,tooltip:"Module",abstract:!0}}),i=i[s]._custom.value}),i[a]=Cn(function(){return e[n]})}else t[n]=Cn(function(){return e[n]})}),t}function Yu(e,t){var n=t.split("/").filter(function(o){return o});return n.reduce(function(o,i,a){var s=o[i];if(!s)throw new Error('Missing module "'+i+'" for path "'+t+'".');return a===n.length-1?s:s._children},t==="root"?e:e.root._children)}function Cn(e){try{return e()}catch(t){return t}}var oe=function(t,n){this.runtime=n,this._children=Object.create(null),this._rawModule=t;var o=t.state;this.state=(typeof o=="function"?o():o)||{}},mr={namespaced:{configurable:!0}};mr.namespaced.get=function(){return!!this._rawModule.namespaced},oe.prototype.addChild=function(t,n){this._children[t]=n},oe.prototype.removeChild=function(t){delete this._children[t]},oe.prototype.getChild=function(t){return this._children[t]},oe.prototype.hasChild=function(t){return t in this._children},oe.prototype.update=function(t){this._rawModule.namespaced=t.namespaced,t.actions&&(this._rawModule.actions=t.actions),t.mutations&&(this._rawModule.mutations=t.mutations),t.getters&&(this._rawModule.getters=t.getters)},oe.prototype.forEachChild=function(t){Oe(this._children,t)},oe.prototype.forEachGetter=function(t){this._rawModule.getters&&Oe(this._rawModule.getters,t)},oe.prototype.forEachAction=function(t){this._rawModule.actions&&Oe(this._rawModule.actions,t)},oe.prototype.forEachMutation=function(t){this._rawModule.mutations&&Oe(this._rawModule.mutations,t)},Object.defineProperties(oe.prototype,mr);var Be=function(t){this.register([],t,!1)};Be.prototype.get=function(t){return t.reduce(function(n,o){return n.getChild(o)},this.root)},Be.prototype.getNamespace=function(t){var n=this.root;return t.reduce(function(o,i){return n=n.getChild(i),o+(n.namespaced?i+"/":"")},"")},Be.prototype.update=function(t){pr([],this.root,t)},Be.prototype.register=function(t,n,o){var i=this;o===void 0&&(o=!0),process.env.NODE_ENV!=="production"&&gr(t,n);var a=new oe(n,o);if(t.length===0)this.root=a;else{var s=this.get(t.slice(0,-1));s.addChild(t[t.length-1],a)}n.modules&&Oe(n.modules,function(l,u){i.register(t.concat(u),l,o)})},Be.prototype.unregister=function(t){var n=this.get(t.slice(0,-1)),o=t[t.length-1],i=n.getChild(o);if(!i){process.env.NODE_ENV!=="production"&&console.warn("[vuex] trying to unregister module '"+o+"', which is not registered");return}i.runtime&&n.removeChild(o)},Be.prototype.isRegistered=function(t){var n=this.get(t.slice(0,-1)),o=t[t.length-1];return n?n.hasChild(o):!1};function pr(e,t,n){if(process.env.NODE_ENV!=="production"&&gr(e,n),t.update(n),n.modules)for(var o in n.modules){if(!t.getChild(o)){process.env.NODE_ENV!=="production"&&console.warn("[vuex] trying to add a new module '"+o+"' on hot reloading, manual reload is needed");return}pr(e.concat(o),t.getChild(o),n.modules[o])}}var fr={assert:function(e){return typeof e=="function"},expected:"function"},Xu={assert:function(e){return typeof e=="function"||typeof e=="object"&&typeof e.handler=="function"},expected:'function or object with "handler" function'},hr={getters:fr,mutations:fr,actions:Xu};function gr(e,t){Object.keys(hr).forEach(function(n){if(t[n]){var o=hr[n];Oe(t[n],function(i,a){ne(o.assert(i),Zu(e,n,a,i,o.expected))})}})}function Zu(e,t,n,o,i){var a=t+" should be "+i+' but "'+t+"."+n+'"';return e.length>0&&(a+=' in module "'+e.join(".")+'"'),a+=" is "+JSON.stringify(o)+".",a}var Y=function e(t){var n=this;t===void 0&&(t={}),process.env.NODE_ENV!=="production"&&(ne(typeof Promise<"u","vuex requires a Promise polyfill in this browser."),ne(this instanceof e,"store must be called with the new operator."));var o=t.plugins;o===void 0&&(o=[]);var i=t.strict;i===void 0&&(i=!1);var a=t.devtools;this._committing=!1,this._actions=Object.create(null),this._actionSubscribers=[],this._mutations=Object.create(null),this._wrappedGetters=Object.create(null),this._modules=new Be(t),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._makeLocalGettersCache=Object.create(null),this._devtools=a;var s=this,l=this,u=l.dispatch,c=l.commit;this.dispatch=function(h,f){return u.call(s,h,f)},this.commit=function(h,f,p){return c.call(s,h,f,p)},this.strict=i;var d=this._modules.root.state;Tt(this,d,[],this._modules.root),wn(this,d),o.forEach(function(m){return m(n)})},vn={state:{configurable:!0}};Y.prototype.install=function(t,n){t.provide(n||er,this),t.config.globalProperties.$store=this;var o=this._devtools!==void 0?this._devtools:process.env.NODE_ENV!=="production"||!1;o&&Gu(t,this)},vn.state.get=function(){return this._state.data},vn.state.set=function(e){process.env.NODE_ENV!=="production"&&ne(!1,"use store.replaceState() to explicit replace store state.")},Y.prototype.commit=function(t,n,o){var i=this,a=Ot(t,n,o),s=a.type,l=a.payload,u=a.options,c={type:s,payload:l},d=this._mutations[s];if(!d){process.env.NODE_ENV!=="production"&&console.error("[vuex] unknown mutation type: "+s);return}this._withCommit(function(){d.forEach(function(h){h(l)})}),this._subscribers.slice().forEach(function(m){return m(c,i.state)}),process.env.NODE_ENV!=="production"&&u&&u.silent&&console.warn("[vuex] mutation type: "+s+". Silent option has been removed. Use the filter functionality in the vue-devtools")},Y.prototype.dispatch=function(t,n){var o=this,i=Ot(t,n),a=i.type,s=i.payload,l={type:a,payload:s},u=this._actions[a];if(!u){process.env.NODE_ENV!=="production"&&console.error("[vuex] unknown action type: "+a);return}try{this._actionSubscribers.slice().filter(function(d){return d.before}).forEach(function(d){return d.before(l,o.state)})}catch(d){process.env.NODE_ENV!=="production"&&(console.warn("[vuex] error in before action subscribers: "),console.error(d))}var c=u.length>1?Promise.all(u.map(function(d){return d(s)})):u[0](s);return new Promise(function(d,m){c.then(function(h){try{o._actionSubscribers.filter(function(f){return f.after}).forEach(function(f){return f.after(l,o.state)})}catch(f){process.env.NODE_ENV!=="production"&&(console.warn("[vuex] error in after action subscribers: "),console.error(f))}d(h)},function(h){try{o._actionSubscribers.filter(function(f){return f.error}).forEach(function(f){return f.error(l,o.state,h)})}catch(f){process.env.NODE_ENV!=="production"&&(console.warn("[vuex] error in error action subscribers: "),console.error(f))}m(h)})})},Y.prototype.subscribe=function(t,n){return or(t,this._subscribers,n)},Y.prototype.subscribeAction=function(t,n){var o=typeof t=="function"?{before:t}:t;return or(o,this._actionSubscribers,n)},Y.prototype.watch=function(t,n,o){var i=this;return process.env.NODE_ENV!=="production"&&ne(typeof t=="function","store.watch only accepts a function."),r.watch(function(){return t(i.state,i.getters)},n,Object.assign({},o))},Y.prototype.replaceState=function(t){var n=this;this._withCommit(function(){n._state.data=t})},Y.prototype.registerModule=function(t,n,o){o===void 0&&(o={}),typeof t=="string"&&(t=[t]),process.env.NODE_ENV!=="production"&&(ne(Array.isArray(t),"module path must be a string or an Array."),ne(t.length>0,"cannot register the root module by using registerModule.")),this._modules.register(t,n),Tt(this,this.state,t,this._modules.get(t),o.preserveState),wn(this,this.state)},Y.prototype.unregisterModule=function(t){var n=this;typeof t=="string"&&(t=[t]),process.env.NODE_ENV!=="production"&&ne(Array.isArray(t),"module path must be a string or an Array."),this._modules.unregister(t),this._withCommit(function(){var o=Sn(n.state,t.slice(0,-1));delete o[t[t.length-1]]}),rr(this)},Y.prototype.hasModule=function(t){return typeof t=="string"&&(t=[t]),process.env.NODE_ENV!=="production"&&ne(Array.isArray(t),"module path must be a string or an Array."),this._modules.isRegistered(t)},Y.prototype.hotUpdate=function(t){this._modules.update(t),rr(this,!0)},Y.prototype._withCommit=function(t){var n=this._committing;this._committing=!0,t(),this._committing=n},Object.defineProperties(Y.prototype,vn);var Qu=br(function(e,t){var n={};return process.env.NODE_ENV!=="production"&&!xn(t)&&console.error("[vuex] mapState: mapper parameter must be either an Array or an Object"),yr(t).forEach(function(o){var i=o.key,a=o.val;n[i]=function(){var l=this.$store.state,u=this.$store.getters;if(e){var c=_r(this.$store,"mapState",e);if(!c)return;l=c.context.state,u=c.context.getters}return typeof a=="function"?a.call(this,l,u):l[a]},n[i].vuex=!0}),n}),em=br(function(e,t){var n={};return process.env.NODE_ENV!=="production"&&!xn(t)&&console.error("[vuex] mapGetters: mapper parameter must be either an Array or an Object"),yr(t).forEach(function(o){var i=o.key,a=o.val;a=e+a,n[i]=function(){if(!(e&&!_r(this.$store,"mapGetters",e))){if(process.env.NODE_ENV!=="production"&&!(a in this.$store.getters)){console.error("[vuex] unknown getter: "+a);return}return this.$store.getters[a]}},n[i].vuex=!0}),n});function yr(e){return xn(e)?Array.isArray(e)?e.map(function(t){return{key:t,val:t}}):Object.keys(e).map(function(t){return{key:t,val:e[t]}}):[]}function xn(e){return Array.isArray(e)||nr(e)}function br(e){return function(t,n){return typeof t!="string"?(n=t,t=""):t.charAt(t.length-1)!=="/"&&(t+="/"),e(t,n)}}function _r(e,t,n){var o=e._modulesNamespaceMap[n];return process.env.NODE_ENV!=="production"&&!o&&console.error("[vuex] module namespace not found in "+t+"(): "+n),o}const tm=(e,t)=>{const n=e.__vccOpts||e;for(const[o,i]of t)n[o]=i;return n},nm=["name","value","checked"],om={class:"radio-button__radio"},rm={class:"radio-button__radio__circle"},im={class:"radio-button__label-logo"},am={class:"radio-button__label-logo__label"},sm={key:0,class:"radio-button__label-logo__logo"},lm=["src"],cm={__name:"GSC-RadioButton",props:{label:{type:String,default:"Label"},labelColor:{type:String,default:"white"},labelFontFamily:{type:String,default:"sans-serif"},labelFontSize:{type:String,default:"12px"},name:{type:String,default:"name"},value:{type:[String,Number],required:!0},modelValue:{type:[String,Number],default:""},logoUrl:{type:String,default:""},radioPosition:{type:String,default:"left",validator:e=>["left","right","top","bottom"].includes(e)},radioHeightAndWidth:{type:String,default:"16px"},radioBorderWidth:{type:String,default:"1px"},radioBorderColor:{type:String,default:"#FFFFFF"},radioCircleColor:{type:String,default:"#CBEE6B"},radioCircleHeightAndWidth:{type:String,default:"8px"},logoHeightAndWidth:{type:String,default:"24px"}},emits:["update:modelValue"],setup(e,{emit:t}){const n=e;r.useCssVars(s=>({"1ebad1b0":e.radioHeightAndWidth,"7326eb88":e.radioBorderWidth,"720fed25":e.radioBorderColor,"3857b2d0":e.radioCircleHeightAndWidth,"41776b01":e.radioCircleColor,cd4e1804:e.labelFontFamily,"12d051ca":e.labelFontSize,"94aabdd0":e.labelColor,"6f216b6c":e.logoHeightAndWidth}));const o=r.ref(!1);r.watch(()=>n.modelValue,()=>{o.value=n.modelValue===n.value},{immediate:!0});function i(){t("update:modelValue",n.value)}function a(){t("update:modelValue",n.value)}return(s,l)=>(r.openBlock(),r.createElementBlock("div",{class:r.normalizeClass(["radio-button",e.radioPosition]),onClick:a},[r.createElementVNode("input",{type:"radio",name:e.name,value:e.value,checked:o.value,onInput:i},null,40,nm),r.createElementVNode("div",om,[r.withDirectives(r.createElementVNode("div",rm,null,512),[[r.vShow,o.value]])]),r.createElementVNode("div",im,[r.createElementVNode("div",am,r.toDisplayString(e.label),1),e.logoUrl?(r.openBlock(),r.createElementBlock("div",sm,[r.createElementVNode("img",{src:e.logoUrl,alt:""},null,8,lm)])):r.createCommentVNode("",!0)])],2))}},dm=tm(cm,[["__scopeId","data-v-c63840ba"]]),fy="",um=ye({__name:"SwitchCustom",props:{modelValue:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(e,{emit:t}){const n=e,o=r.ref(null);r.watch(()=>n.modelValue,()=>{i()},{immediate:!0});function i(){o.value&&(o.value.checked=n.modelValue)}function a(s){t("update:modelValue",s.target.checked)}return r.onMounted(()=>{i()}),(s,l)=>(r.openBlock(),r.createElementBlock("input",{ref_key:"switchCustom",ref:o,id:"toggle",class:"toggle",type:"checkbox",role:"switch",name:"toggle",onInput:a},null,544))}},[["__scopeId","data-v-e3a6ae4e"]]);function Ue(e){return typeof e=="number"?e.toFixed(2).replace(/\.0+$|0$/g,""):e}function wr(e){return`${{}.TEAM_LOGOS_URL||"https://az755631.vo.msecnd.net/teams-80/"}${e}.png`}const gy="",mm={name:"ChartTrendLive",props:{teamTypeSelected:{type:String,default:"homeTeam"},subcategorySelected:{type:Object,required:!0},typeId:{type:Number,required:!0},teamIds:{type:Array,required:!0},types:{type:Array,required:!0},containerWidth:{type:Number,default:0}},data(){return{height:0,updateGraph:0}},mounted(){setTimeout(()=>{this.setDimensions()},500)},computed:{...Qu("nextGeneral",["idAssetSelected","menuOptionActive","showLiveData","homeTeamPlays","visitingTeamPlays","totalHomeTeamFinishedGames","totalVisitingTeamFinishedGames","gameForAnalysis"]),...em("nextGeneral",["homeTeam","homeTeamStatisticsType","visitingTeamStatisticsType","showPostMatchData"]),chartOptions(){const e=this.teamTypeSelected==="both"?["#cbee6b","#0033C5"]:this.teamTypeSelected==="homeTeam"?["#cbee6b"]:["#0033C5"];return{chart:{type:"line",zoom:{enabled:!1},height:"400px",width:"400px"},dataLabels:{style:{colors:["#bbbfc2"],fontWeight:"bold"},enabled:this.isAccumulatedType,enabledOnSeries:[0,1],background:{borderRadius:8,foreColor:"#2f3b45",borderColor:"#505a63",padding:6,opacity:.8,color:"#000"}},stroke:{width:1,curve:"straight",dashArray:[0,8,5],colors:e},legend:{show:!0,markers:{fillColors:e},tooltipHoverFormatter:(t,n)=>t+" - <strong>"+n.w.globals.series[n.seriesIndex][n.dataPointIndex]+"</strong>"},markers:{colors:e,size:1,hover:{sizeOffset:6}},xaxis:{categories:this.xaxisCategories},fill:{colors:e,type:"solid",opacity:.4},yaxis:[{axisBorder:{show:!0,color:"#1C2A36"}}],tooltip:{theme:"dark",marker:{show:!0},y:[{title:{formatter:t=>this.showPostMatchData?`${t} :`:`${t} (promedio)`},formatter:t=>this.showPostMatchData?Number(t):t},{title:{formatter:t=>`${t} (actual)`}},{title:{formatter:t=>t}}]},grid:{show:!0,borderColor:"#414c55",xaxis:{lines:{show:!0}},yaxis:{lines:{show:!0}}}}},series(){const e=this.dataStats.map(t=>({name:this.typeName,data:t}));return this.showLiveData&&e.push({name:"LIVE",data:this.getDataLive()}),e},typeName(){return this.types.find(e=>e.id===this.typeId).name},dataStats(){return this.isAccumulatedType?this.teamTypeSelected==="both"?[[0,...this.subcategorySelected.homeTeam[this.homeTeamStatisticsType].avgPostGameTrendLive.accumulated.map(e=>Ue(e))],[0,...this.subcategorySelected.visitingTeam[this.visitingTeamStatisticsType].avgPostGameTrendLive.accumulated.map(e=>Ue(e))]]:[[0,...this.subcategorySelected[this.teamTypeSelected][this[`${this.teamTypeSelected}StatisticsType`]].avgPostGameTrendLive.accumulated.map(e=>Ue(e))]]:this.teamTypeSelected==="both"?[this.subcategorySelected.homeTeam[this.homeTeamStatisticsType].avgPostGameTrendLive.sections.reduce((e,t)=>(e.push(Ue(t)),e),[0]),this.subcategorySelected.visitingTeam[this.visitingTeamStatisticsType].avgPostGameTrendLive.sections.reduce((e,t)=>(e.push(Ue(t)),e),[0])]:[this.subcategorySelected[this.teamTypeSelected][this[`${this.teamTypeSelected}StatisticsType`]].avgPostGameTrendLive.sections.reduce((e,t)=>(e.push(Ue(t)),e),[0])]},dataLive(){return this.isAccumulatedType?[0,...this.subcategorySelected[this.teamTypeSelected][this[`${this.teamTypeSelected}StatisticsType`]].totalsLiveTrendLive.accumulated.slice(0,this.subcategorySelected[this.teamTypeSelected].maximumLiveSection)]:this.subcategorySelected[this.teamTypeSelected][this[`${this.teamTypeSelected}StatisticsType`]].totalsLiveTrendLive.sections.slice(0,this.subcategorySelected[this.teamTypeSelected].maximumLiveSection).reduce((e,t)=>(e.push(t),e),[0])},xaxisCategories(){return this.isAccumulatedType?["0'","15'","30'","45'","60'","75'","90'"]:["0'","15'","30'","45'","60'","75'","90'"]},isAccumulatedType(){return this.typeId===1},factorHeight(){return this.containerWidth-this.containerWidth%50},key(){return this.showLiveData?1:2}},watch:{menuOptionActive(){setTimeout(()=>{this.setDimensions()},500),this.increaseUpdateGraph()},idAssetSelected(){this.idAssetSelected===7&&this.increaseUpdateGraph()},containerWidth(){this.setDimensions()},series(e,t){JSON.stringify(e)!==JSON.stringify(t)&&this.setDimensions()}},methods:{increaseUpdateGraph(){this.updateGraph+=1},getDataLive(){return this.isAccumulatedType?[0,...this.subcategorySelected[this.teamTypeSelected][this[`${this.teamTypeSelected}StatisticsType`]].totalsLiveTrendLive.accumulated.slice(0,this.subcategorySelected[this.teamTypeSelected].maximumLiveSection)]:this.subcategorySelected[this.teamTypeSelected][this[`${this.teamTypeSelected}StatisticsType`]].totalsLiveTrendLive.sections.slice(0,this.subcategorySelected[this.teamTypeSelected].maximumLiveSection).reduce((e,t)=>(e.push(t),e),[0])},setDimensions(){console.count("setDimensions"),this.containerWidth<280?(this.$refs.containerChart.style.width="auto",this.height=this.factorHeight*.8):this.containerWidth>=280&&this.containerWidth<399?(this.$refs.containerChart.style.width="auto",this.height=this.factorHeight*.7):this.containerWidth>=400&&this.containerWidth<591?(this.$refs.containerChart.style.width="auto",this.height=this.factorHeight*.6):this.containerWidth>=591&&this.containerWidth<900?(this.$refs.containerChart.style.width=this.containerWidth*.8+"px",this.height=this.factorHeight*.5):this.containerWidth>=900&&(this.$refs.containerChart.style.width="600px",this.height=400),this.idAssetSelected===7&&setTimeout(()=>{document.getElementsByClassName("apexcharts-svg").length>0&&(document.getElementsByClassName("apexcharts-svg")[0].style.width=parseInt(this.$refs.containerChart.style.width)+50+"px")},800),this.increaseUpdateGraph()}}},pm={class:"chart-trend-live container",ref:"containerChart"};function fm(e,t,n,o,i,a){const s=r.resolveComponent("apexchart");return r.openBlock(),r.createElementBlock("div",pm,[(r.openBlock(),r.createBlock(s,{type:"area",options:a.chartOptions,series:a.series,key:a.key+i.updateGraph},null,8,["options","series"]))],512)}const hm=ye(mm,[["render",fm],["__scopeId","data-v-ba51c292"]]),gm=(e,t)=>{const n=e.__vccOpts||e;for(const[o,i]of t)n[o]=i;return n},ym={props:{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"},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},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}},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))}}},bm=["src"],_m={key:1,class:"text"},wm=["src"];function Sm(e,t,n,o,i,a){return r.openBlock(),r.createElementBlock("div",{class:r.normalizeClass(["button",i.status&&n.typeOnOff&&"button-active"]),style:r.normalizeStyle([a.customStyle,i.status&&n.typeOnOff&&a.customActive]),onClick:t[0]||(t[0]=(...s)=>a.btnClick&&a.btnClick(...s))},[n.icon&&n.iconPosition.toLowerCase()==="left"?(r.openBlock(),r.createElementBlock("img",{key:0,class:"icon",style:r.normalizeStyle({width:n.iconSize}),src:n.icon},null,12,bm)):r.createCommentVNode("",!0),n.textValue?(r.openBlock(),r.createElementBlock("div",_m,r.toDisplayString(n.textValue),1)):r.createCommentVNode("",!0),n.icon&&n.iconPosition.toLowerCase()==="right"?(r.openBlock(),r.createElementBlock("img",{key:2,class:"icon",style:r.normalizeStyle({width:n.iconSize}),src:n.icon},null,12,wm)):r.createCommentVNode("",!0)],6)}const Em=gm(ym,[["render",Sm],["__scopeId","data-v-1bfd444b"]]),Cm={class:"gsc-dropdown__main-container__item-selected"},vm=["height","width"],xm=["stroke"],Nm={class:"gsc-dropdown__items-container"},km=["onClick"],Tm={key:0,class:"gsc-dropdown__items-footer"},Om={__name:"GSC-Dropdown",props:{height:{type:String,default:"fit-content"},width:{type:String,default:"fit-content"},borderRadius:{type:Number,default:5},arrowHeight:{type:Number,default:24},arrowWidth:{type:Number,default:24},borderType:{type:String,default:"solid",validator:function(e){return["solid","dotted","dashed"].includes(e)}},borderWidth:{type:Number,default:1},borderColor:{type:String,default:"black"},backgroundColor:{type:String,default:"grey"},color:{type:String,default:"black"},arrowColor:{type:String,default:"#CBEE6B"},items:{type:Array,default:()=>[]},defaultItemByIndex:{type:Number,default:0},defaultItemByProp:{type:Object,default:null,validator:e=>["propName","value"].every(t=>t in e)},listBackgroundColor:{type:String,default:"white"},hoverBackgroundColor:{type:String,default:"#f1f1f1"},listItemPadding:{type:String,default:"10px 12px"},listHeight:{type:String,default:"fit-content"},listItemSelectedColor:{type:String,default:"white"},listItemSelectedBackgroundColor:{type:String,default:"#399cfd"},listItemColor:{type:String,default:"black"},listBorderRadius:{type:String,default:"0"},listBorderColor:{type:String,default:""},listBorderWidth:{type:Number,default:1},isListSameWidth:{type:Boolean,default:!1},isMultipleOption:{type:Boolean,default:!1},footerBorderColor:{type:String,default:"#626970"},footerBorderWidth:{type:Number,default:1},isFooterVisible:{type:Boolean,default:!1}},emits:["input","click-ready"],setup(e,{emit:t}){const n=e,o=r.ref({}),i=r.ref(n.isMultipleOption?-1:0),a=r.ref(!1);r.watch(n,m=>{if(m.items&&m.items.length){if(n.defaultItemByProp){const h=n.items.findIndex(f=>f[n.defaultItemByProp.propName]===n.defaultItemByProp.value);h!==-1?(i.value=h,o.value=m.items[h]):(i.value=0,o.value=m.items[0])}else o.value=m.items[n.defaultItemByIndex];t("input",o.value)}},{immediate:!0});const s=r.computed(()=>({height:n.height,width:n.width,backgroundColor:n.backgroundColor,borderRadius:`${n.borderRadius}px`,border:`${n.borderType} ${n.borderWidth}px ${n.borderColor}`,color:n.color,"--hover-background-color":n.hoverBackgroundColor,"--list-item-padding":n.listItemPadding,"--list-background-color":n.listBackgroundColor,"--list-height":n.listHeight,"--list-item-selected-color":n.listItemSelectedColor,"--list-item-selected-background-color":n.listItemSelectedBackgroundColor,"--list-item-color":n.listItemColor,"--list-border-radius":`${n.listBorderRadius}`,"--list-border-color":n.listBorderColor,"--list-width":n.isListSameWidth?n.width:"fit-content","--list-border-width":`${n.listBorderWidth}px`,"--footer-border":`${n.footerBorderWidth}px solid ${n.footerBorderColor}`})),l=r.computed(()=>({height:`${n.arrowHeight}px`,width:`${n.arrowWidth}px`}));function u(){a.value=!a.value}function c(m,h){n.isMultipleOption?i.value=-1:(i.value=h,a.value=!1),o.value=m,t("input",o.value)}function d(){a.value=!1,t("click-ready")}return(m,h)=>(r.openBlock(),r.createElementBlock("div",{class:"gsc-dropdown",style:r.normalizeStyle(s.value)},[r.createElementVNode("div",{class:"gsc-dropdown__main-container",style:r.normalizeStyle({"padding-right":`${e.arrowWidth+8}px`}),onClick:u},[r.createElementVNode("div",Cm,[r.renderSlot(m.$slots,"default",{selectedItem:o.value})]),r.createElementVNode("div",{class:r.normalizeClass(["gsc-dropdown__main-container__icon",{"rotated-180":a.value}]),style:r.normalizeStyle(l.value)},[(r.openBlock(),r.createElementBlock("svg",{height:e.arrowHeight,width:e.arrowWidth,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[r.createElementVNode("path",{d:"M18.394 9.13501L13.1302 14.3988C12.5086 15.0204 11.4914 15.0204 10.8697 14.3988L5.60596 9.13501",stroke:e.arrowColor},null,8,xm)],8,vm))],6)],4),r.createVNode(r.Transition,null,{default:r.withCtx(()=>[r.withDirectives(r.createElementVNode("div",Nm,[r.createElementVNode("div",null,[r.createElementVNode("div",{class:"gsc-dropdown__items",style:r.normalizeStyle({"margin-top":`${n.borderWidth}px`})},[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(e.items,(f,p)=>(r.openBlock(),r.createElementBlock("div",{class:r.normalizeClass(["gsc-dropdown__items__item",{selected:p===i.value}]),key:p,onClick:_=>c(f,p)},[r.renderSlot(m.$slots,"availableItem",{item:f})],10,km))),128))],4),e.isFooterVisible?(r.openBlock(),r.createElementBlock("div",Tm,[r.createVNode(r.unref(Em),{"text-value":"Listo","border-color":"#cbee6b","font-size":"12px",width:"72px",height:"22px","border-radius":"62px","border-width":.8,onClick:d})])):r.createCommentVNode("",!0)])],512),[[r.vShow,a.value]])]),_:3})],4))}},yy="",Bm={class:"card-trend-live__dropdown-category"},Am={class:"selected-item"},Rm={class:"card-trend-live__body__categories"},Vm={class:"card-trend-live__body__chart"},Lm=ye({__name:"CardTrendLive",props:{data:{type:Object,required:!0},teamTypeSelected:{type:String,default:"homeTeam"},trendTypeId:{type:Number,required:!0},teamIds:{type:Array,required:!0},trendTypes:{type:Array,required:!0}},emits:["@update:subcategory-selected"],setup(e,{emit:t}){const n=e;let o=null;const i={width:"100%",borderRadius:"8px",height:"36px",borderColor:"#4f5861",activeBorderColor:"#cbee6b",backgroundColor:"#1C2A36",fontColor:"#bcc0c3",activeFontColor:"#FFFFFF",borderWidth:"1px"},a={borderType:"solid",listBackgroundColor:"#2E3B46",listBorderColor:"rgba(255, 255, 255, 0.2)",listBorderRadius:"5px",height:"38px",borderWidth:.8,borderColor:"#58626b",backgroundColor:"#2E3B46",color:"#c0c4c7",listItemColor:"white",listItemSelectedBackgroundColor:"#2E3B46",arrowColor:"#fff",width:"290px",isListSameWidth:!0,isFooterVisible:!1,hoverBackgroundColor:"#2E3B46"},s=r.ref({}),l=r.ref(null),u=r.ref(0);r.watch(()=>n.data,m=>{m&&m.subcategories&&m.subcategories.length&&(s.value=m.subcategories[0])},{immediate:!0});function c(m){s.value=m,t("update:subcategory-selected",{data:n.data,subcategorySelected:m})}function d(){if(window.ResizeObserver)o=new ResizeObserver(()=>{u.value=l.value.clientWidth}),o.observe(l.value);else throw new Error("Resize observer not supported!")}return r.onMounted(()=>{d()}),r.onUnmounted(()=>{}),(m,h)=>(r.openBlock(),r.createElementBlock("div",{ref_key:"cardTrendLive",ref:l,class:"card-trend-live"},[r.createElementVNode("div",{class:r.normalizeClass(["card-trend-live__title",{"is-mobile":u.value<=1e3}])},r.toDisplayString(e.data.name),3),r.withDirectives(r.createElementVNode("div",Bm,[r.createVNode(r.unref(Om),r.mergeProps(a,{items:e.data.subcategories,"selected-item":s.value,"default-item-by-prop":{propName:"id",value:s.value.id},onInput:c}),{default:r.withCtx(({selectedItem:f})=>[r.createElementVNode("div",Am,r.toDisplayString(f.name),1)]),availableItem:r.withCtx(({item:f})=>[r.createElementVNode("div",null,r.toDisplayString(f.name),1)]),_:1},16,["items","selected-item","default-item-by-prop"])],512),[[r.vShow,u.value<=1e3]]),r.createElementVNode("div",{class:r.normalizeClass(["card-trend-live__body",{"is-mobile":u.value<=1e3}])},[r.createElementVNode("div",Rm,[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(e.data.subcategories,(f,p)=>(r.openBlock(),r.createElementBlock("div",{key:p},[r.createVNode(bn,r.mergeProps(i,{text:f.name,"is-active":s.value.id===f.id,onClick:_=>c(f)}),null,16,["text","is-active","onClick"])]))),128))]),r.createElementVNode("div",Vm,[(r.openBlock(),r.createBlock(hm,{typeId:e.trendTypeId,teamTypeSelected:e.teamTypeSelected,subcategorySelected:e.data.objectGraphProps.objectSubcategorySelected,teamIds:e.teamIds,types:e.trendTypes,containerWidth:u.value,key:e.trendTypeId},null,8,["typeId","teamTypeSelected","subcategorySelected","teamIds","types","containerWidth"]))])],2)],512))}},[["__scopeId","data-v-73a19674"]]),_y="",Sr=e=>(r.pushScopeId("data-v-64be47f6"),e=e(),r.popScopeId(),e),Fm={class:"trending-live__header__radios"},jm={class:"trending-live__header__radios__group"},Pm={class:"trending-live__header__switch"},Im={class:"trending-live__header__switch__control"},Dm=Sr(()=>r.createElementVNode("span",null,"Acumulado",-1)),zm=Sr(()=>r.createElementVNode("span",null,"Por periodo",-1)),Mm={class:"trending-live__body"},Um=ye({__name:"TrendLive",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"}})}},setup(e){const t=e,n=tr();let o=null;const i=r.ref(!0),a=r.ref("home"),s=r.ref([]),l=r.ref(null),u=r.ref(0),c=r.computed(()=>[{label:"Ambos",name:"name",value:"both",isChecked:!1,radioPosition:"left"},{label:t.game.homeTeam?`${t.game.homeTeam.acronym}`:"Local",name:"name",value:"home",isChecked:!1,radioPosition:"left",logoUrl:t.game.homeTeam?wr(t.game.homeTeam.team_id):""},{label:t.game.awayTeam?`${t.game.awayTeam.acronym}`:"Visitante",name:"name",value:"away",isChecked:!1,radioPosition:"left",logoUrl:t.game.awayTeam?wr(t.game.awayTeam.team_id):""}]),d=r.computed(()=>a.value==="both"?"both":`${a.value==="home"?"home":"visiting"}Team`),m=r.computed(()=>i.value?2:1),h=r.computed(()=>t.game.homeTeam?a.value==="both"?[t.game.homeTeam.team_id,t.game.awayTeam.team_id]:[t.game[`${a.value}Team`].team_id]:[0,0]),f=r.computed(()=>[{id:1,name:"Acumulado"},{id:2,name:"Por periodo"}]);r.watch(()=>n.getters["nextGeneral/arrayFilledDataSortedByPriority"],S=>{s.value.length===0&&(S&&S.length?s.value=S.map(C=>{const O=Object.values(C.subcategories);return{...C,subcategories:O,objectGraphProps:{objectSubcategorySelected:O[0],numberCategoryId:O[0].id}}}):s.value=[])},{immediate:!0});function p({data:S,subcategorySelected:C}){S.objectGraphProps.numberCategoryId=C,S.objectGraphProps.objectSubcategorySelected=C}function _(){if(window.ResizeObserver)o=new ResizeObserver(()=>{u.value=l.value.clientWidth}),o.observe(l.value);else throw new Error("Resize observer not supported!")}return r.onMounted(()=>{_()}),(S,C)=>(r.openBlock(),r.createElementBlock("div",{ref_key:"trendLive",ref:l,class:"trending-live"},[r.createElementVNode("div",{class:r.normalizeClass(["trending-live__header",{"is-mobile":u.value<580}])},[r.createElementVNode("div",Fm,[r.createElementVNode("div",jm,[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(c.value,(O,U)=>(r.openBlock(),r.createElementBlock("div",{key:U},[r.createVNode(r.unref(dm),r.mergeProps({modelValue:a.value,"onUpdate:modelValue":C[0]||(C[0]=q=>a.value=q)},O),null,16,["modelValue"])]))),128))])]),r.createElementVNode("div",Pm,[r.createElementVNode("div",Im,[Dm,r.createVNode(um,{modelValue:i.value,"onUpdate:modelValue":C[1]||(C[1]=O=>i.value=O)},null,8,["modelValue"]),zm])])],2),r.createElementVNode("div",Mm,[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(s.value,(O,U)=>(r.openBlock(),r.createElementBlock("div",{class:"trending-live__body__card",key:U},[r.createVNode(Lm,{data:O,"trend-type-id":m.value,"team-type-selected":d.value,"team-ids":h.value,"trend-types":f.value,"onUpdate:subcategorySelected":p},null,8,["data","trend-type-id","team-type-selected","team-ids","trend-types"])]))),128))])],512))}},[["__scopeId","data-v-64be47f6"]]),Sy="",Wm={class:"statistics-main"},Hm={class:"statistics-main__header"},Gm={class:"statistics-main__header__filter"},qm={class:"statistics-main__body"},Jm=r.defineComponent({name:"TemplateVideos",components:{TrendLive:Um}}),Km=ye(Object.assign(Jm,{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"}})}},setup(e){const t=e,n=tr(),o=r.ref({width:"fit-content",height:"30px",borderRadius:"50px",borderColor:"#8a8a8a",borderWidth:"0.5px",backgroundColor:"rgba(255, 255, 255, 0.04)",fontSize:"14px",fontFamily:"Poppins-Regular, sans-serif",fontColor:"rgba(255, 255, 255, 0.5)",activeFontColor:"#FFFFFF",activeBorderColor:"#cbee6b",padding:"0 16px"}),i=r.ref({}),a=r.ref(null),s=r.ref([{id:"st1",name:"Comparativa",componentName:""},{id:"st2",name:"Distribución",componentName:""},{id:"st3",name:"Tendencia LIVE",componentName:"TrendLive"},{id:"st4",name:"Goles esperados (xG)",componentName:""}]),l=r.ref({id:"st3",name:"Tendencia LIVE",componentName:"TrendLive"});r.watch(()=>t.game,m=>{const h={...m};u(h)},{deep:!0,immediate:!0});async function u(m){try{i.value.gameId!==m.gameId&&(i.value=m,await n.dispatch("nextGeneral/cleanStats"),await n.dispatch("nextGeneral/checkState",{gameId:m.gameId,currentSeasonId:m.seasonId,isTeamsAnalysis:!0,defaultFilter:a.value,gameInfo:m}))}catch(h){throw new Error(h)}}function c(m){l.value=m}function d(){n.commit("nextGeneral/updateFilters",{filters:{local:{playingAs:[1,2],statistics:{},matchResult:[1,2,3],firstHalf:[1,2,3],secondHalf:[4,5,6]},visit:{playingAs:[1,2],statistics:{},matchResult:[1,2,3],firstHalf:[1,2,3],secondHalf:[4,5,6]}},needsFormat:!0})}return d(),(m,h)=>(r.openBlock(),r.createElementBlock("div",Wm,[r.createElementVNode("div",Hm,[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(s.value,f=>(r.openBlock(),r.createElementBlock("div",{key:f.id,class:"game-time-line__options__option"},[r.createVNode(bn,r.mergeProps(o.value,{text:f.name,"is-active":l.value.id===f.id,onClick:p=>c(f)}),null,16,["text","is-active","onClick"])]))),128)),r.withDirectives(r.createElementVNode("div",Gm,[r.createVNode(ku)],512),[[r.vShow,!1]])]),r.createElementVNode("div",qm,[(r.openBlock(),r.createBlock(r.resolveDynamicComponent(l.value.componentName),{game:e.game},null,8,["game"]))])]))}}),[["__scopeId","data-v-ea2c17e6"]]),Bt=(e,t)=>{const n=e.__vccOpts||e;for(const[o,i]of t)n[o]=i;return n},$m={__name:"ButtonCustom",props:{text:{type:String,default:""},height:{type:String,default:"fit-content"},width:{type:String,default:"fit-content"},padding:{type:String,default:"0px"},borderRadius:{type:String,default:"0px"},borderWidth:{type:String,default:"1px"},borderColor:{type:String,default:"#d9d9d9"},backgroundColor:{type:String,default:"#FFFFFF"},activeBackgroundColor:{type:String,default:""},activeBorderColor:{type:String,default:""},activeBorderWidth:{type:String,default:"1px"},activeFontColor:{type:String,default:""},fontColor:{type:String,default:"#000000"},fontSize:{type:String,default:"16px"},fontFamily:{type:String,default:"Poppins-Regular, sans-serif"},isActive:{type:Boolean,default:!1}},emits:["click"],setup(e,{emit:t}){const n=e,o=r.computed(()=>({"--height":n.height,"--width":n.width,"--padding":n.padding,"--border-radius":n.borderRadius,"--border":`solid ${n.borderWidth} ${n.borderColor}`,"--background-color":n.backgroundColor,"--font-color":n.fontColor,"--font-size":n.fontSize,"--font-family":n.fontFamily,"--active-background-color":n.activeBackgroundColor||n.backgroundColor,"--active-border-color":n.activeBorderColor||n.borderColor,"--active-font-color":n.activeFontColor||n.fontColor}));function i(){t("click")}return(a,s)=>(r.openBlock(),r.createElementBlock("button",{class:r.normalizeClass(["button",{active:e.isActive}]),style:r.normalizeStyle(o.value),onClick:i},r.toDisplayString(e.text),7))}},Ym=Bt($m,[["__scopeId","data-v-ea76c1c1"]]);function Er(e,t){return function(){return e.apply(t,arguments)}}const{toString:Xm}=Object.prototype,{getPrototypeOf:Nn}=Object,At=(e=>t=>{const n=Xm.call(t);return e[n]||(e[n]=n.slice(8,-1).toLowerCase())})(Object.create(null)),ue=e=>(e=e.toLowerCase(),t=>At(t)===e),Rt=e=>t=>typeof t===e,{isArray:We}=Array,Ze=Rt("undefined");function Zm(e){return e!==null&&!Ze(e)&&e.constructor!==null&&!Ze(e.constructor)&&Q(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const Cr=ue("ArrayBuffer");function Qm(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&Cr(e.buffer),t}const ep=Rt("string"),Q=Rt("function"),vr=Rt("number"),Vt=e=>e!==null&&typeof e=="object",tp=e=>e===!0||e===!1,Lt=e=>{if(At(e)!=="object")return!1;const t=Nn(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},np=ue("Date"),op=ue("File"),rp=ue("Blob"),ip=ue("FileList"),ap=e=>Vt(e)&&Q(e.pipe),sp=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||Q(e.append)&&((t=At(e))==="formdata"||t==="object"&&Q(e.toString)&&e.toString()==="[object FormData]"))},lp=ue("URLSearchParams"),cp=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function Qe(e,t,{allOwnKeys:n=!1}={}){if(e===null||typeof e>"u")return;let o,i;if(typeof e!="object"&&(e=[e]),We(e))for(o=0,i=e.length;o<i;o++)t.call(null,e[o],o,e);else{const a=n?Object.getOwnPropertyNames(e):Object.keys(e),s=a.length;let l;for(o=0;o<s;o++)l=a[o],t.call(null,e[l],l,e)}}function xr(e,t){t=t.toLowerCase();const n=Object.keys(e);let o=n.length,i;for(;o-- >0;)if(i=n[o],t===i.toLowerCase())return i;return null}const Nr=(()=>typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global)(),kr=e=>!Ze(e)&&e!==Nr;function kn(){const{caseless:e}=kr(this)&&this||{},t={},n=(o,i)=>{const a=e&&xr(t,i)||i;Lt(t[a])&&Lt(o)?t[a]=kn(t[a],o):Lt(o)?t[a]=kn({},o):We(o)?t[a]=o.slice():t[a]=o};for(let o=0,i=arguments.length;o<i;o++)arguments[o]&&Qe(arguments[o],n);return t}const dp=(e,t,n,{allOwnKeys:o}={})=>(Qe(t,(i,a)=>{n&&Q(i)?e[a]=Er(i,n):e[a]=i},{allOwnKeys:o}),e),up=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),mp=(e,t,n,o)=>{e.prototype=Object.create(t.prototype,o),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),n&&Object.assign(e.prototype,n)},pp=(e,t,n,o)=>{let i,a,s;const l={};if(t=t||{},e==null)return t;do{for(i=Object.getOwnPropertyNames(e),a=i.length;a-- >0;)s=i[a],(!o||o(s,e,t))&&!l[s]&&(t[s]=e[s],l[s]=!0);e=n!==!1&&Nn(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},fp=(e,t,n)=>{e=String(e),(n===void 0||n>e.length)&&(n=e.length),n-=t.length;const o=e.indexOf(t,n);return o!==-1&&o===n},hp=e=>{if(!e)return null;if(We(e))return e;let t=e.length;if(!vr(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},gp=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&Nn(Uint8Array)),yp=(e,t)=>{const n=(e&&e[Symbol.iterator]).call(e);let o;for(;(o=n.next())&&!o.done;){const i=o.value;t.call(e,i[0],i[1])}},bp=(e,t)=>{let n;const o=[];for(;(n=e.exec(t))!==null;)o.push(n);return o},_p=ue("HTMLFormElement"),wp=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(t,n,o){return n.toUpperCase()+o}),Tr=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),Sp=ue("RegExp"),Or=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),o={};Qe(n,(i,a)=>{let s;(s=t(i,a,e))!==!1&&(o[a]=s||i)}),Object.defineProperties(e,o)},Ep=e=>{Or(e,(t,n)=>{if(Q(e)&&["arguments","caller","callee"].indexOf(n)!==-1)return!1;const o=e[n];if(Q(o)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")})}})},Cp=(e,t)=>{const n={},o=i=>{i.forEach(a=>{n[a]=!0})};return We(e)?o(e):o(String(e).split(t)),n},vp=()=>{},xp=(e,t)=>(e=+e,Number.isFinite(e)?e:t),Tn="abcdefghijklmnopqrstuvwxyz",Br="0123456789",Ar={DIGIT:Br,ALPHA:Tn,ALPHA_DIGIT:Tn+Tn.toUpperCase()+Br},Np=(e=16,t=Ar.ALPHA_DIGIT)=>{let n="";const{length:o}=t;for(;e--;)n+=t[Math.random()*o|0];return n};function kp(e){return!!(e&&Q(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const Tp=e=>{const t=new Array(10),n=(o,i)=>{if(Vt(o)){if(t.indexOf(o)>=0)return;if(!("toJSON"in o)){t[i]=o;const a=We(o)?[]:{};return Qe(o,(s,l)=>{const u=n(s,i+1);!Ze(u)&&(a[l]=u)}),t[i]=void 0,a}}return o};return n(e,0)},Op=ue("AsyncFunction"),Bp=e=>e&&(Vt(e)||Q(e))&&Q(e.then)&&Q(e.catch),y={isArray:We,isArrayBuffer:Cr,isBuffer:Zm,isFormData:sp,isArrayBufferView:Qm,isString:ep,isNumber:vr,isBoolean:tp,isObject:Vt,isPlainObject:Lt,isUndefined:Ze,isDate:np,isFile:op,isBlob:rp,isRegExp:Sp,isFunction:Q,isStream:ap,isURLSearchParams:lp,isTypedArray:gp,isFileList:ip,forEach:Qe,merge:kn,extend:dp,trim:cp,stripBOM:up,inherits:mp,toFlatObject:pp,kindOf:At,kindOfTest:ue,endsWith:fp,toArray:hp,forEachEntry:yp,matchAll:bp,isHTMLForm:_p,hasOwnProperty:Tr,hasOwnProp:Tr,reduceDescriptors:Or,freezeMethods:Ep,toObjectSet:Cp,toCamelCase:wp,noop:vp,toFiniteNumber:xp,findKey:xr,global:Nr,isContextDefined:kr,ALPHABET:Ar,generateString:Np,isSpecCompliantForm:kp,toJSONObject:Tp,isAsyncFn:Op,isThenable:Bp};function A(e,t,n,o,i){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",t&&(this.code=t),n&&(this.config=n),o&&(this.request=o),i&&(this.response=i)}y.inherits(A,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:y.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const Rr=A.prototype,Vr={};["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=>{Vr[e]={value:e}}),Object.defineProperties(A,Vr),Object.defineProperty(Rr,"isAxiosError",{value:!0}),A.from=(e,t,n,o,i,a)=>{const s=Object.create(Rr);return y.toFlatObject(e,s,function(l){return l!==Error.prototype},l=>l!=="isAxiosError"),A.call(s,e.message,t,n,o,i),s.cause=e,s.name=e.name,a&&Object.assign(s,a),s};const Ap=null;function On(e){return y.isPlainObject(e)||y.isArray(e)}function Lr(e){return y.endsWith(e,"[]")?e.slice(0,-2):e}function Fr(e,t,n){return e?e.concat(t).map(function(o,i){return o=Lr(o),!n&&i?"["+o+"]":o}).join(n?".":""):t}function Rp(e){return y.isArray(e)&&!e.some(On)}const Vp=y.toFlatObject(y,{},null,function(e){return/^is[A-Z]/.test(e)});function Ft(e,t,n){if(!y.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,n=y.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(f,p){return!y.isUndefined(p[f])});const o=n.metaTokens,i=n.visitor||c,a=n.dots,s=n.indexes,l=(n.Blob||typeof Blob<"u"&&Blob)&&y.isSpecCompliantForm(t);if(!y.isFunction(i))throw new TypeError("visitor must be a function");function u(f){if(f===null)return"";if(y.isDate(f))return f.toISOString();if(!l&&y.isBlob(f))throw new A("Blob is not supported. Use a Buffer instead.");return y.isArrayBuffer(f)||y.isTypedArray(f)?l&&typeof Blob=="function"?new Blob([f]):Buffer.from(f):f}function c(f,p,_){let S=f;if(f&&!_&&typeof f=="object"){if(y.endsWith(p,"{}"))p=o?p:p.slice(0,-2),f=JSON.stringify(f);else if(y.isArray(f)&&Rp(f)||(y.isFileList(f)||y.endsWith(p,"[]"))&&(S=y.toArray(f)))return p=Lr(p),S.forEach(function(C,O){!(y.isUndefined(C)||C===null)&&t.append(s===!0?Fr([p],O,a):s===null?p:p+"[]",u(C))}),!1}return On(f)?!0:(t.append(Fr(_,p,a),u(f)),!1)}const d=[],m=Object.assign(Vp,{defaultVisitor:c,convertValue:u,isVisitable:On});function h(f,p){if(!y.isUndefined(f)){if(d.indexOf(f)!==-1)throw Error("Circular reference detected in "+p.join("."));d.push(f),y.forEach(f,function(_,S){(!(y.isUndefined(_)||_===null)&&i.call(t,_,y.isString(S)?S.trim():S,p,m))===!0&&h(_,p?p.concat(S):[S])}),d.pop()}}if(!y.isObject(e))throw new TypeError("data must be an object");return h(e),t}function jr(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(n){return t[n]})}function Bn(e,t){this._pairs=[],e&&Ft(e,this,t)}const Pr=Bn.prototype;Pr.append=function(e,t){this._pairs.push([e,t])},Pr.toString=function(e){const t=e?function(n){return e.call(this,n,jr)}:jr;return this._pairs.map(function(n){return t(n[0])+"="+t(n[1])},"").join("&")};function Lp(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function Ir(e,t,n){if(!t)return e;const o=n&&n.encode||Lp,i=n&&n.serialize;let a;if(i?a=i(t,n):a=y.isURLSearchParams(t)?t.toString():new Bn(t,n).toString(o),a){const s=e.indexOf("#");s!==-1&&(e=e.slice(0,s)),e+=(e.indexOf("?")===-1?"?":"&")+a}return e}class Fp{constructor(){this.handlers=[]}use(t,n,o){return this.handlers.push({fulfilled:t,rejected:n,synchronous:o?o.synchronous:!1,runWhen:o?o.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){y.forEach(this.handlers,function(n){n!==null&&t(n)})}}const Dr=Fp,zr={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},jp=typeof URLSearchParams<"u"?URLSearchParams:Bn,Pp=typeof FormData<"u"?FormData:null,Ip=typeof Blob<"u"?Blob:null,Dp=(()=>{let e;return typeof navigator<"u"&&((e=navigator.product)==="ReactNative"||e==="NativeScript"||e==="NS")?!1:typeof window<"u"&&typeof document<"u"})(),zp=(()=>typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function")(),me={isBrowser:!0,classes:{URLSearchParams:jp,FormData:Pp,Blob:Ip},isStandardBrowserEnv:Dp,isStandardBrowserWebWorkerEnv:zp,protocols:["http","https","file","blob","url","data"]};function Mp(e,t){return Ft(e,new me.classes.URLSearchParams,Object.assign({visitor:function(n,o,i,a){return me.isNode&&y.isBuffer(n)?(this.append(o,n.toString("base64")),!1):a.defaultVisitor.apply(this,arguments)}},t))}function Up(e){return y.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function Wp(e){const t={},n=Object.keys(e);let o;const i=n.length;let a;for(o=0;o<i;o++)a=n[o],t[a]=e[a];return t}function Mr(e){function t(n,o,i,a){let s=n[a++];const l=Number.isFinite(+s),u=a>=n.length;return s=!s&&y.isArray(i)?i.length:s,u?(y.hasOwnProp(i,s)?i[s]=[i[s],o]:i[s]=o,!l):((!i[s]||!y.isObject(i[s]))&&(i[s]=[]),t(n,o,i[s],a)&&y.isArray(i[s])&&(i[s]=Wp(i[s])),!l)}if(y.isFormData(e)&&y.isFunction(e.entries)){const n={};return y.forEachEntry(e,(o,i)=>{t(Up(o),i,n,0)}),n}return null}function Hp(e,t,n){if(y.isString(e))try{return(t||JSON.parse)(e),y.trim(e)}catch(o){if(o.name!=="SyntaxError")throw o}return(n||JSON.stringify)(e)}const An={transitional:zr,adapter:["xhr","http"],transformRequest:[function(e,t){const n=t.getContentType()||"",o=n.indexOf("application/json")>-1,i=y.isObject(e);if(i&&y.isHTMLForm(e)&&(e=new FormData(e)),y.isFormData(e))return o&&o?JSON.stringify(Mr(e)):e;if(y.isArrayBuffer(e)||y.isBuffer(e)||y.isStream(e)||y.isFile(e)||y.isBlob(e))return e;if(y.isArrayBufferView(e))return e.buffer;if(y.isURLSearchParams(e))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let a;if(i){if(n.indexOf("application/x-www-form-urlencoded")>-1)return Mp(e,this.formSerializer).toString();if((a=y.isFileList(e))||n.indexOf("multipart/form-data")>-1){const s=this.env&&this.env.FormData;return Ft(a?{"files[]":e}:e,s&&new s,this.formSerializer)}}return i||o?(t.setContentType("application/json",!1),Hp(e)):e}],transformResponse:[function(e){const t=this.transitional||An.transitional,n=t&&t.forcedJSONParsing,o=this.responseType==="json";if(e&&y.isString(e)&&(n&&!this.responseType||o)){const i=!(t&&t.silentJSONParsing)&&o;try{return JSON.parse(e)}catch(a){if(i)throw a.name==="SyntaxError"?A.from(a,A.ERR_BAD_RESPONSE,this,null,this.response):a}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:me.classes.FormData,Blob:me.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};y.forEach(["delete","get","head","post","put","patch"],e=>{An.headers[e]={}});const Rn=An,Gp=y.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"]),qp=e=>{const t={};let n,o,i;return e&&e.split(`
16
+ `).forEach(function(a){i=a.indexOf(":"),n=a.substring(0,i).trim().toLowerCase(),o=a.substring(i+1).trim(),!(!n||t[n]&&Gp[n])&&(n==="set-cookie"?t[n]?t[n].push(o):t[n]=[o]:t[n]=t[n]?t[n]+", "+o:o)}),t},Ur=Symbol("internals");function et(e){return e&&String(e).trim().toLowerCase()}function jt(e){return e===!1||e==null?e:y.isArray(e)?e.map(jt):String(e)}function Jp(e){const t=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let o;for(;o=n.exec(e);)t[o[1]]=o[2];return t}const Kp=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function Vn(e,t,n,o,i){if(y.isFunction(o))return o.call(this,t,n);if(i&&(t=n),!!y.isString(t)){if(y.isString(o))return t.indexOf(o)!==-1;if(y.isRegExp(o))return o.test(t)}}function $p(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,n,o)=>n.toUpperCase()+o)}function Yp(e,t){const n=y.toCamelCase(" "+t);["get","set","has"].forEach(o=>{Object.defineProperty(e,o+n,{value:function(i,a,s){return this[o].call(this,t,i,a,s)},configurable:!0})})}class Pt{constructor(t){t&&this.set(t)}set(t,n,o){const i=this;function a(l,u,c){const d=et(u);if(!d)throw new Error("header name must be a non-empty string");const m=y.findKey(i,d);(!m||i[m]===void 0||c===!0||c===void 0&&i[m]!==!1)&&(i[m||u]=jt(l))}const s=(l,u)=>y.forEach(l,(c,d)=>a(c,d,u));return y.isPlainObject(t)||t instanceof this.constructor?s(t,n):y.isString(t)&&(t=t.trim())&&!Kp(t)?s(qp(t),n):t!=null&&a(n,t,o),this}get(t,n){if(t=et(t),t){const o=y.findKey(this,t);if(o){const i=this[o];if(!n)return i;if(n===!0)return Jp(i);if(y.isFunction(n))return n.call(this,i,o);if(y.isRegExp(n))return n.exec(i);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,n){if(t=et(t),t){const o=y.findKey(this,t);return!!(o&&this[o]!==void 0&&(!n||Vn(this,this[o],o,n)))}return!1}delete(t,n){const o=this;let i=!1;function a(s){if(s=et(s),s){const l=y.findKey(o,s);l&&(!n||Vn(o,o[l],l,n))&&(delete o[l],i=!0)}}return y.isArray(t)?t.forEach(a):a(t),i}clear(t){const n=Object.keys(this);let o=n.length,i=!1;for(;o--;){const a=n[o];(!t||Vn(this,this[a],a,t,!0))&&(delete this[a],i=!0)}return i}normalize(t){const n=this,o={};return y.forEach(this,(i,a)=>{const s=y.findKey(o,a);if(s){n[s]=jt(i),delete n[a];return}const l=t?$p(a):String(a).trim();l!==a&&delete n[a],n[l]=jt(i),o[l]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const n=Object.create(null);return y.forEach(this,(o,i)=>{o!=null&&o!==!1&&(n[i]=t&&y.isArray(o)?o.join(", "):o)}),n}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,n])=>t+": "+n).join(`
17
+ `)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...n){const o=new this(t);return n.forEach(i=>o.set(i)),o}static accessor(t){const n=(this[Ur]=this[Ur]={accessors:{}}).accessors,o=this.prototype;function i(a){const s=et(a);n[s]||(Yp(o,a),n[s]=!0)}return y.isArray(t)?t.forEach(i):i(t),this}}Pt.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),y.reduceDescriptors(Pt.prototype,({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(o){this[n]=o}}}),y.freezeMethods(Pt);const be=Pt;function Ln(e,t){const n=this||Rn,o=t||n,i=be.from(o.headers);let a=o.data;return y.forEach(e,function(s){a=s.call(n,a,i.normalize(),t?t.status:void 0)}),i.normalize(),a}function Wr(e){return!!(e&&e.__CANCEL__)}function tt(e,t,n){A.call(this,e??"canceled",A.ERR_CANCELED,t,n),this.name="CanceledError"}y.inherits(tt,A,{__CANCEL__:!0});function Xp(e,t,n){const o=n.config.validateStatus;!n.status||!o||o(n.status)?e(n):t(new A("Request failed with status code "+n.status,[A.ERR_BAD_REQUEST,A.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n))}const Zp=me.isStandardBrowserEnv?function(){return{write:function(e,t,n,o,i,a){const s=[];s.push(e+"="+encodeURIComponent(t)),y.isNumber(n)&&s.push("expires="+new Date(n).toGMTString()),y.isString(o)&&s.push("path="+o),y.isString(i)&&s.push("domain="+i),a===!0&&s.push("secure"),document.cookie=s.join("; ")},read:function(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}}():function(){return{write:function(){},read:function(){return null},remove:function(){}}}();function Qp(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function ef(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}function Hr(e,t){return e&&!Qp(t)?ef(e,t):t}const tf=me.isStandardBrowserEnv?function(){const e=/(msie|trident)/i.test(navigator.userAgent),t=document.createElement("a");let n;function o(i){let a=i;return e&&(t.setAttribute("href",a),a=t.href),t.setAttribute("href",a),{href:t.href,protocol:t.protocol?t.protocol.replace(/:$/,""):"",host:t.host,search:t.search?t.search.replace(/^\?/,""):"",hash:t.hash?t.hash.replace(/^#/,""):"",hostname:t.hostname,port:t.port,pathname:t.pathname.charAt(0)==="/"?t.pathname:"/"+t.pathname}}return n=o(window.location.href),function(i){const a=y.isString(i)?o(i):i;return a.protocol===n.protocol&&a.host===n.host}}():function(){return function(){return!0}}();function nf(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function of(e,t){e=e||10;const n=new Array(e),o=new Array(e);let i=0,a=0,s;return t=t!==void 0?t:1e3,function(l){const u=Date.now(),c=o[a];s||(s=u),n[i]=l,o[i]=u;let d=a,m=0;for(;d!==i;)m+=n[d++],d=d%e;if(i=(i+1)%e,i===a&&(a=(a+1)%e),u-s<t)return;const h=c&&u-c;return h?Math.round(m*1e3/h):void 0}}function Gr(e,t){let n=0;const o=of(50,250);return i=>{const a=i.loaded,s=i.lengthComputable?i.total:void 0,l=a-n,u=o(l),c=a<=s;n=a;const d={loaded:a,total:s,progress:s?a/s:void 0,bytes:l,rate:u||void 0,estimated:u&&s&&c?(s-a)/u:void 0,event:i};d[t?"download":"upload"]=!0,e(d)}}const rf=typeof XMLHttpRequest<"u",af=rf&&function(e){return new Promise(function(t,n){let o=e.data;const i=be.from(e.headers).normalize(),a=e.responseType;let s;function l(){e.cancelToken&&e.cancelToken.unsubscribe(s),e.signal&&e.signal.removeEventListener("abort",s)}let u;y.isFormData(o)&&(me.isStandardBrowserEnv||me.isStandardBrowserWebWorkerEnv?i.setContentType(!1):i.getContentType(/^\s*multipart\/form-data/)?y.isString(u=i.getContentType())&&i.setContentType(u.replace(/^\s*(multipart\/form-data);+/,"$1")):i.setContentType("multipart/form-data"));let c=new XMLHttpRequest;if(e.auth){const f=e.auth.username||"",p=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";i.set("Authorization","Basic "+btoa(f+":"+p))}const d=Hr(e.baseURL,e.url);c.open(e.method.toUpperCase(),Ir(d,e.params,e.paramsSerializer),!0),c.timeout=e.timeout;function m(){if(!c)return;const f=be.from("getAllResponseHeaders"in c&&c.getAllResponseHeaders()),p={data:!a||a==="text"||a==="json"?c.responseText:c.response,status:c.status,statusText:c.statusText,headers:f,config:e,request:c};Xp(function(_){t(_),l()},function(_){n(_),l()},p),c=null}if("onloadend"in c?c.onloadend=m:c.onreadystatechange=function(){!c||c.readyState!==4||c.status===0&&!(c.responseURL&&c.responseURL.indexOf("file:")===0)||setTimeout(m)},c.onabort=function(){c&&(n(new A("Request aborted",A.ECONNABORTED,e,c)),c=null)},c.onerror=function(){n(new A("Network Error",A.ERR_NETWORK,e,c)),c=null},c.ontimeout=function(){let f=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded";const p=e.transitional||zr;e.timeoutErrorMessage&&(f=e.timeoutErrorMessage),n(new A(f,p.clarifyTimeoutError?A.ETIMEDOUT:A.ECONNABORTED,e,c)),c=null},me.isStandardBrowserEnv){const f=(e.withCredentials||tf(d))&&e.xsrfCookieName&&Zp.read(e.xsrfCookieName);f&&i.set(e.xsrfHeaderName,f)}o===void 0&&i.setContentType(null),"setRequestHeader"in c&&y.forEach(i.toJSON(),function(f,p){c.setRequestHeader(p,f)}),y.isUndefined(e.withCredentials)||(c.withCredentials=!!e.withCredentials),a&&a!=="json"&&(c.responseType=e.responseType),typeof e.onDownloadProgress=="function"&&c.addEventListener("progress",Gr(e.onDownloadProgress,!0)),typeof e.onUploadProgress=="function"&&c.upload&&c.upload.addEventListener("progress",Gr(e.onUploadProgress)),(e.cancelToken||e.signal)&&(s=f=>{c&&(n(!f||f.type?new tt(null,e,c):f),c.abort(),c=null)},e.cancelToken&&e.cancelToken.subscribe(s),e.signal&&(e.signal.aborted?s():e.signal.addEventListener("abort",s)));const h=nf(d);if(h&&me.protocols.indexOf(h)===-1){n(new A("Unsupported protocol "+h+":",A.ERR_BAD_REQUEST,e));return}c.send(o||null)})},Fn={http:Ap,xhr:af};y.forEach(Fn,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const qr=e=>`- ${e}`,sf=e=>y.isFunction(e)||e===null||e===!1,Jr={getAdapter:e=>{e=y.isArray(e)?e:[e];const{length:t}=e;let n,o;const i={};for(let a=0;a<t;a++){n=e[a];let s;if(o=n,!sf(n)&&(o=Fn[(s=String(n)).toLowerCase()],o===void 0))throw new A(`Unknown adapter '${s}'`);if(o)break;i[s||"#"+a]=o}if(!o){const a=Object.entries(i).map(([l,u])=>`adapter ${l} `+(u===!1?"is not supported by the environment":"is not available in the build"));let s=t?a.length>1?`since :
18
+ `+a.map(qr).join(`
19
+ `):" "+qr(a[0]):"as no adapter specified";throw new A("There is no suitable adapter to dispatch the request "+s,"ERR_NOT_SUPPORT")}return o},adapters:Fn};function jn(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new tt(null,e)}function Kr(e){return jn(e),e.headers=be.from(e.headers),e.data=Ln.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),Jr.getAdapter(e.adapter||Rn.adapter)(e).then(function(t){return jn(e),t.data=Ln.call(e,e.transformResponse,t),t.headers=be.from(t.headers),t},function(t){return Wr(t)||(jn(e),t&&t.response&&(t.response.data=Ln.call(e,e.transformResponse,t.response),t.response.headers=be.from(t.response.headers))),Promise.reject(t)})}const $r=e=>e instanceof be?e.toJSON():e;function He(e,t){t=t||{};const n={};function o(c,d,m){return y.isPlainObject(c)&&y.isPlainObject(d)?y.merge.call({caseless:m},c,d):y.isPlainObject(d)?y.merge({},d):y.isArray(d)?d.slice():d}function i(c,d,m){if(y.isUndefined(d)){if(!y.isUndefined(c))return o(void 0,c,m)}else return o(c,d,m)}function a(c,d){if(!y.isUndefined(d))return o(void 0,d)}function s(c,d){if(y.isUndefined(d)){if(!y.isUndefined(c))return o(void 0,c)}else return o(void 0,d)}function l(c,d,m){if(m in t)return o(c,d);if(m in e)return o(void 0,c)}const u={url:a,method:a,data:a,baseURL:s,transformRequest:s,transformResponse:s,paramsSerializer:s,timeout:s,timeoutMessage:s,withCredentials:s,adapter:s,responseType:s,xsrfCookieName:s,xsrfHeaderName:s,onUploadProgress:s,onDownloadProgress:s,decompress:s,maxContentLength:s,maxBodyLength:s,beforeRedirect:s,transport:s,httpAgent:s,httpsAgent:s,cancelToken:s,socketPath:s,responseEncoding:s,validateStatus:l,headers:(c,d)=>i($r(c),$r(d),!0)};return y.forEach(Object.keys(Object.assign({},e,t)),function(c){const d=u[c]||i,m=d(e[c],t[c],c);y.isUndefined(m)&&d!==l||(n[c]=m)}),n}const Yr="1.5.1",Pn={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{Pn[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}});const Xr={};Pn.transitional=function(e,t,n){function o(i,a){return"[Axios v"+Yr+"] Transitional option '"+i+"'"+a+(n?". "+n:"")}return(i,a,s)=>{if(e===!1)throw new A(o(a," has been removed"+(t?" in "+t:"")),A.ERR_DEPRECATED);return t&&!Xr[a]&&(Xr[a]=!0,console.warn(o(a," has been deprecated since v"+t+" and will be removed in the near future"))),e?e(i,a,s):!0}};function lf(e,t,n){if(typeof e!="object")throw new A("options must be an object",A.ERR_BAD_OPTION_VALUE);const o=Object.keys(e);let i=o.length;for(;i-- >0;){const a=o[i],s=t[a];if(s){const l=e[a],u=l===void 0||s(l,a,e);if(u!==!0)throw new A("option "+a+" must be "+u,A.ERR_BAD_OPTION_VALUE);continue}if(n!==!0)throw new A("Unknown option "+a,A.ERR_BAD_OPTION)}}const In={assertOptions:lf,validators:Pn},Ce=In.validators;class It{constructor(t){this.defaults=t,this.interceptors={request:new Dr,response:new Dr}}request(t,n){typeof t=="string"?(n=n||{},n.url=t):n=t||{},n=He(this.defaults,n);const{transitional:o,paramsSerializer:i,headers:a}=n;o!==void 0&&In.assertOptions(o,{silentJSONParsing:Ce.transitional(Ce.boolean),forcedJSONParsing:Ce.transitional(Ce.boolean),clarifyTimeoutError:Ce.transitional(Ce.boolean)},!1),i!=null&&(y.isFunction(i)?n.paramsSerializer={serialize:i}:In.assertOptions(i,{encode:Ce.function,serialize:Ce.function},!0)),n.method=(n.method||this.defaults.method||"get").toLowerCase();let s=a&&y.merge(a.common,a[n.method]);a&&y.forEach(["delete","get","head","post","put","patch","common"],p=>{delete a[p]}),n.headers=be.concat(s,a);const l=[];let u=!0;this.interceptors.request.forEach(function(p){typeof p.runWhen=="function"&&p.runWhen(n)===!1||(u=u&&p.synchronous,l.unshift(p.fulfilled,p.rejected))});const c=[];this.interceptors.response.forEach(function(p){c.push(p.fulfilled,p.rejected)});let d,m=0,h;if(!u){const p=[Kr.bind(this),void 0];for(p.unshift.apply(p,l),p.push.apply(p,c),h=p.length,d=Promise.resolve(n);m<h;)d=d.then(p[m++],p[m++]);return d}h=l.length;let f=n;for(m=0;m<h;){const p=l[m++],_=l[m++];try{f=p(f)}catch(S){_.call(this,S);break}}try{d=Kr.call(this,f)}catch(p){return Promise.reject(p)}for(m=0,h=c.length;m<h;)d=d.then(c[m++],c[m++]);return d}getUri(t){t=He(this.defaults,t);const n=Hr(t.baseURL,t.url);return Ir(n,t.params,t.paramsSerializer)}}y.forEach(["delete","get","head","options"],function(e){It.prototype[e]=function(t,n){return this.request(He(n||{},{method:e,url:t,data:(n||{}).data}))}}),y.forEach(["post","put","patch"],function(e){function t(n){return function(o,i,a){return this.request(He(a||{},{method:e,headers:n?{"Content-Type":"multipart/form-data"}:{},url:o,data:i}))}}It.prototype[e]=t(),It.prototype[e+"Form"]=t(!0)});const Dt=It;class Dn{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let n;this.promise=new Promise(function(i){n=i});const o=this;this.promise.then(i=>{if(!o._listeners)return;let a=o._listeners.length;for(;a-- >0;)o._listeners[a](i);o._listeners=null}),this.promise.then=i=>{let a;const s=new Promise(l=>{o.subscribe(l),a=l}).then(i);return s.cancel=function(){o.unsubscribe(a)},s},t(function(i,a,s){o.reason||(o.reason=new tt(i,a,s),n(o.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const n=this._listeners.indexOf(t);n!==-1&&this._listeners.splice(n,1)}static source(){let t;return{token:new Dn(function(n){t=n}),cancel:t}}}const cf=Dn;function df(e){return function(t){return e.apply(null,t)}}function uf(e){return y.isObject(e)&&e.isAxiosError===!0}const zn={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(zn).forEach(([e,t])=>{zn[t]=e});const mf=zn;function Zr(e){const t=new Dt(e),n=Er(Dt.prototype.request,t);return y.extend(n,Dt.prototype,t,{allOwnKeys:!0}),y.extend(n,t,null,{allOwnKeys:!0}),n.create=function(o){return Zr(He(e,o))},n}const P=Zr(Rn);P.Axios=Dt,P.CanceledError=tt,P.CancelToken=cf,P.isCancel=Wr,P.VERSION=Yr,P.toFormData=Ft,P.AxiosError=A,P.Cancel=P.CanceledError,P.all=function(e){return Promise.all(e)},P.spread=df,P.isAxiosError=uf,P.mergeConfig=He,P.AxiosHeaders=be,P.formToJSON=e=>Mr(y.isHTMLForm(e)?new FormData(e):e),P.getAdapter=Jr.getAdapter,P.HttpStatusCode=mf,P.default=P;const Qr=P,pf=1e3,ei=pf*60,Mn=ei*60,ti=Mn*24,ff={data(){return{timeLeft:"",currentTime:new Date().valueOf(),interval:null,gameDateTime:new Date,now:new Date}},computed:{isToday(){return`${this.now.getFullYear()}.${this.now.getMonth()}.${this.now.getDate()}`==`${this.gameDateTime.getFullYear()}.${this.gameDateTime.getMonth()}.${this.gameDateTime.getDate()}`},gameStart(){return this.gameDateTime.toTimeString().slice(0,5)}},methods:{checkTimeLeft(){const e=new Date(this.gameData.dateTimeUTC).valueOf();e>this.currentTime?(this.timeLeft=this.getTimeLeft(e),this.interval=setInterval(()=>{this.timeLeft=this.getTimeLeft(e)},6e4)):this.timeLeft="00:00 hrs"},getTimeLeft(e){let t=e.valueOf()-this.currentTime;const n=Math.floor(t/ti);t=t-n*ti;const o=Math.floor(t/Mn);t=t-o*Mn;const i=Math.floor(t/ei);return`${n?`${n} dias `:""}${o<10?`0${o}`:o}:${i<10?`0${i}`:i} hrs.`}},beforeDestroy(){this.interval&&clearInterval(this.interval)}};function hf(e){return`${{}.TEAM_LOGOS_URL||"https://az755631.vo.msecnd.net/teams-80/"}${e}.png`}function gf(e){return`${{}.PROFILE_PHOTO_PLAYER||"https://az755631.vo.msecnd.net/players-profile/"}${e}.png`}const Un={GOAL_IDS:["1-1","1-2","1-3","1-4","1-5","1-6","1-7","1-12","1-13","1-16","4-14"],YELLOW_CARD_IDS:["2-8"],RED_CARD_IDS:["2-9"]};function yf(){return ni().__VUE_DEVTOOLS_GLOBAL_HOOK__}function ni(){return typeof navigator<"u"&&typeof window<"u"?window:typeof global<"u"?global:{}}const bf=typeof Proxy=="function",_f="devtools-plugin:setup",wf="plugin:settings:set";let nt,Wn;function Sf(){var e;return nt!==void 0||(typeof window<"u"&&window.performance?(nt=!0,Wn=window.performance):typeof global<"u"&&!((e=global.perf_hooks)===null||e===void 0)&&e.performance?(nt=!0,Wn=global.perf_hooks.performance):nt=!1),nt}function Ef(){return Sf()?Wn.now():Date.now()}class Cf{constructor(t,n){this.target=null,this.targetQueue=[],this.onQueue=[],this.plugin=t,this.hook=n;const o={};if(t.settings)for(const s in t.settings){const l=t.settings[s];o[s]=l.defaultValue}const i=`__vue-devtools-plugin-settings__${t.id}`;let a=Object.assign({},o);try{const s=localStorage.getItem(i),l=JSON.parse(s);Object.assign(a,l)}catch{}this.fallbacks={getSettings(){return a},setSettings(s){try{localStorage.setItem(i,JSON.stringify(s))}catch{}a=s},now(){return Ef()}},n&&n.on(wf,(s,l)=>{s===this.plugin.id&&this.fallbacks.setSettings(l)}),this.proxiedOn=new Proxy({},{get:(s,l)=>this.target?this.target.on[l]:(...u)=>{this.onQueue.push({method:l,args:u})}}),this.proxiedTarget=new Proxy({},{get:(s,l)=>this.target?this.target[l]:l==="on"?this.proxiedOn:Object.keys(this.fallbacks).includes(l)?(...u)=>(this.targetQueue.push({method:l,args:u,resolve:()=>{}}),this.fallbacks[l](...u)):(...u)=>new Promise(c=>{this.targetQueue.push({method:l,args:u,resolve:c})})})}async setRealTarget(t){this.target=t;for(const n of this.onQueue)this.target.on[n.method](...n.args);for(const n of this.targetQueue)n.resolve(await this.target[n.method](...n.args))}}function vf(e,t){const n=e,o=ni(),i=yf(),a=bf&&n.enableEarlyProxy;if(i&&(o.__VUE_DEVTOOLS_PLUGIN_API_AVAILABLE__||!a))i.emit(_f,e,t);else{const s=a?new Cf(n,i):null;(o.__VUE_DEVTOOLS_PLUGINS__=o.__VUE_DEVTOOLS_PLUGINS__||[]).push({pluginDescriptor:n,setupFn:t,proxy:s}),s&&t(s.proxiedTarget)}}/*!
20
20
  * vuex v4.0.2
21
21
  * (c) 2021 Evan You
22
22
  * @license MIT
23
- */var cp="store";function ve(e,t){Object.keys(e).forEach(function(o){return t(e[o],o)})}function _r(e){return e!==null&&typeof e=="object"}function dp(e){return e&&typeof e.then=="function"}function ee(e,t){if(!e)throw new Error("[vuex] "+t)}function up(e,t){return function(){return e(t)}}function Sr(e,t,o){return t.indexOf(e)<0&&(o&&o.prepend?t.unshift(e):t.push(e)),function(){var r=t.indexOf(e);r>-1&&t.splice(r,1)}}function wr(e,t){e._actions=Object.create(null),e._mutations=Object.create(null),e._wrappedGetters=Object.create(null),e._modulesNamespaceMap=Object.create(null);var o=e.state;xt(e,o,[],e._modules.root,!0),wo(e,o,t)}function wo(e,t,o){var r=e._state;e.getters={},e._makeLocalGettersCache=Object.create(null);var i=e._wrappedGetters,a={};ve(i,function(s,c){a[c]=up(s,e),Object.defineProperty(e.getters,c,{get:function(){return a[c]()},enumerable:!0})}),e._state=n.reactive({data:t}),e.strict&&gp(e),r&&o&&e._withCommit(function(){r.data=null})}function xt(e,t,o,r,i){var a=!o.length,s=e._modules.getNamespace(o);if(r.namespaced&&(e._modulesNamespaceMap[s]&&process.env.NODE_ENV!=="production"&&console.error("[vuex] duplicate namespace "+s+" for the namespaced module "+o.join("/")),e._modulesNamespaceMap[s]=r),!a&&!i){var c=Eo(t,o.slice(0,-1)),d=o[o.length-1];e._withCommit(function(){process.env.NODE_ENV!=="production"&&d in c&&console.warn('[vuex] state field "'+d+'" was overridden by a module with the same name at "'+o.join(".")+'"'),c[d]=r.state})}var l=r.context=mp(e,s,o);r.forEachMutation(function(u,m){var f=s+m;pp(e,f,u,l)}),r.forEachAction(function(u,m){var f=u.root?m:s+m,p=u.handler||u;fp(e,f,p,l)}),r.forEachGetter(function(u,m){var f=s+m;hp(e,f,u,l)}),r.forEachChild(function(u,m){xt(e,t,o.concat(m),u,i)})}function mp(e,t,o){var r=t==="",i={dispatch:r?e.dispatch:function(a,s,c){var d=Nt(a,s,c),l=d.payload,u=d.options,m=d.type;if((!u||!u.root)&&(m=t+m,process.env.NODE_ENV!=="production"&&!e._actions[m])){console.error("[vuex] unknown local action type: "+d.type+", global type: "+m);return}return e.dispatch(m,l)},commit:r?e.commit:function(a,s,c){var d=Nt(a,s,c),l=d.payload,u=d.options,m=d.type;if((!u||!u.root)&&(m=t+m,process.env.NODE_ENV!=="production"&&!e._mutations[m])){console.error("[vuex] unknown local mutation type: "+d.type+", global type: "+m);return}e.commit(m,l,u)}};return Object.defineProperties(i,{getters:{get:r?function(){return e.getters}:function(){return Er(e,t)}},state:{get:function(){return Eo(e.state,o)}}}),i}function Er(e,t){if(!e._makeLocalGettersCache[t]){var o={},r=t.length;Object.keys(e.getters).forEach(function(i){if(i.slice(0,r)===t){var a=i.slice(r);Object.defineProperty(o,a,{get:function(){return e.getters[i]},enumerable:!0})}}),e._makeLocalGettersCache[t]=o}return e._makeLocalGettersCache[t]}function pp(e,t,o,r){var i=e._mutations[t]||(e._mutations[t]=[]);i.push(function(a){o.call(e,r.state,a)})}function fp(e,t,o,r){var i=e._actions[t]||(e._actions[t]=[]);i.push(function(a){var s=o.call(e,{dispatch:r.dispatch,commit:r.commit,getters:r.getters,state:r.state,rootGetters:e.getters,rootState:e.state},a);return dp(s)||(s=Promise.resolve(s)),e._devtoolHook?s.catch(function(c){throw e._devtoolHook.emit("vuex:error",c),c}):s})}function hp(e,t,o,r){if(e._wrappedGetters[t]){process.env.NODE_ENV!=="production"&&console.error("[vuex] duplicate getter key: "+t);return}e._wrappedGetters[t]=function(i){return o(r.state,r.getters,i.state,i.getters)}}function gp(e){n.watch(function(){return e._state.data},function(){process.env.NODE_ENV!=="production"&&ee(e._committing,"do not mutate vuex store state outside mutation handlers.")},{deep:!0,flush:"sync"})}function Eo(e,t){return t.reduce(function(o,r){return o[r]},e)}function Nt(e,t,o){return _r(e)&&e.type&&(o=t,t=e,e=e.type),process.env.NODE_ENV!=="production"&&ee(typeof e=="string","expects string as the type, but found "+typeof e+"."),{type:e,payload:t,options:o}}var yp="vuex bindings",vr="vuex:mutations",vo="vuex:actions",Fe="vuex",bp=0;function _p(e,t){lp({id:"org.vuejs.vuex",app:e,label:"Vuex",homepage:"https://next.vuex.vuejs.org/",logo:"https://vuejs.org/images/icons/favicon-96x96.png",packageName:"vuex",componentStateTypes:[yp]},function(o){o.addTimelineLayer({id:vr,label:"Vuex Mutations",color:Cr}),o.addTimelineLayer({id:vo,label:"Vuex Actions",color:Cr}),o.addInspector({id:Fe,label:"Vuex",icon:"storage",treeFilterPlaceholder:"Filter stores..."}),o.on.getInspectorTree(function(r){if(r.app===e&&r.inspectorId===Fe)if(r.filter){var i=[];Tr(i,t._modules.root,r.filter,""),r.rootNodes=i}else r.rootNodes=[Nr(t._modules.root,"")]}),o.on.getInspectorState(function(r){if(r.app===e&&r.inspectorId===Fe){var i=r.nodeId;Er(t,i),r.state=Ep(Cp(t._modules,i),i==="root"?t.getters:t._makeLocalGettersCache,i)}}),o.on.editInspectorState(function(r){if(r.app===e&&r.inspectorId===Fe){var i=r.nodeId,a=r.path;i!=="root"&&(a=i.split("/").filter(Boolean).concat(a)),t._withCommit(function(){r.set(t._state.data,a,r.state.value)})}}),t.subscribe(function(r,i){var a={};r.payload&&(a.payload=r.payload),a.state=i,o.notifyComponentUpdate(),o.sendInspectorTree(Fe),o.sendInspectorState(Fe),o.addTimelineEvent({layerId:vr,event:{time:Date.now(),title:r.type,data:a}})}),t.subscribeAction({before:function(r,i){var a={};r.payload&&(a.payload=r.payload),r._id=bp++,r._time=Date.now(),a.state=i,o.addTimelineEvent({layerId:vo,event:{time:r._time,title:r.type,groupId:r._id,subtitle:"start",data:a}})},after:function(r,i){var a={},s=Date.now()-r._time;a.duration={_custom:{type:"duration",display:s+"ms",tooltip:"Action duration",value:s}},r.payload&&(a.payload=r.payload),a.state=i,o.addTimelineEvent({layerId:vo,event:{time:Date.now(),title:r.type,groupId:r._id,subtitle:"end",data:a}})}})})}var Cr=8702998,Sp=6710886,wp=16777215,kr={label:"namespaced",textColor:wp,backgroundColor:Sp};function xr(e){return e&&e!=="root"?e.split("/").slice(-2,-1)[0]:"Root"}function Nr(e,t){return{id:t||"root",label:xr(t),tags:e.namespaced?[kr]:[],children:Object.keys(e._children).map(function(o){return Nr(e._children[o],t+o+"/")})}}function Tr(e,t,o,r){r.includes(o)&&e.push({id:r||"root",label:r.endsWith("/")?r.slice(0,r.length-1):r||"Root",tags:t.namespaced?[kr]:[]}),Object.keys(t._children).forEach(function(i){Tr(e,t._children[i],o,r+i+"/")})}function Ep(e,t,o){t=o==="root"?t:t[o];var r=Object.keys(t),i={state:Object.keys(e.state).map(function(s){return{key:s,editable:!0,value:e.state[s]}})};if(r.length){var a=vp(t);i.getters=Object.keys(a).map(function(s){return{key:s.endsWith("/")?xr(s):s,editable:!1,value:Co(function(){return a[s]})}})}return i}function vp(e){var t={};return Object.keys(e).forEach(function(o){var r=o.split("/");if(r.length>1){var i=t,a=r.pop();r.forEach(function(s){i[s]||(i[s]={_custom:{value:{},display:s,tooltip:"Module",abstract:!0}}),i=i[s]._custom.value}),i[a]=Co(function(){return e[o]})}else t[o]=Co(function(){return e[o]})}),t}function Cp(e,t){var o=t.split("/").filter(function(r){return r});return o.reduce(function(r,i,a){var s=r[i];if(!s)throw new Error('Missing module "'+i+'" for path "'+t+'".');return a===o.length-1?s:s._children},t==="root"?e:e.root._children)}function Co(e){try{return e()}catch(t){return t}}var te=function(e,t){this.runtime=t,this._children=Object.create(null),this._rawModule=e;var o=e.state;this.state=(typeof o=="function"?o():o)||{}},Br={namespaced:{configurable:!0}};Br.namespaced.get=function(){return!!this._rawModule.namespaced},te.prototype.addChild=function(e,t){this._children[e]=t},te.prototype.removeChild=function(e){delete this._children[e]},te.prototype.getChild=function(e){return this._children[e]},te.prototype.hasChild=function(e){return e in this._children},te.prototype.update=function(e){this._rawModule.namespaced=e.namespaced,e.actions&&(this._rawModule.actions=e.actions),e.mutations&&(this._rawModule.mutations=e.mutations),e.getters&&(this._rawModule.getters=e.getters)},te.prototype.forEachChild=function(e){ve(this._children,e)},te.prototype.forEachGetter=function(e){this._rawModule.getters&&ve(this._rawModule.getters,e)},te.prototype.forEachAction=function(e){this._rawModule.actions&&ve(this._rawModule.actions,e)},te.prototype.forEachMutation=function(e){this._rawModule.mutations&&ve(this._rawModule.mutations,e)},Object.defineProperties(te.prototype,Br);var Ce=function(e){this.register([],e,!1)};Ce.prototype.get=function(e){return e.reduce(function(t,o){return t.getChild(o)},this.root)},Ce.prototype.getNamespace=function(e){var t=this.root;return e.reduce(function(o,r){return t=t.getChild(r),o+(t.namespaced?r+"/":"")},"")},Ce.prototype.update=function(e){Or([],this.root,e)},Ce.prototype.register=function(e,t,o){var r=this;o===void 0&&(o=!0),process.env.NODE_ENV!=="production"&&Lr(e,t);var i=new te(t,o);if(e.length===0)this.root=i;else{var a=this.get(e.slice(0,-1));a.addChild(e[e.length-1],i)}t.modules&&ve(t.modules,function(s,c){r.register(e.concat(c),s,o)})},Ce.prototype.unregister=function(e){var t=this.get(e.slice(0,-1)),o=e[e.length-1],r=t.getChild(o);if(!r){process.env.NODE_ENV!=="production"&&console.warn("[vuex] trying to unregister module '"+o+"', which is not registered");return}r.runtime&&t.removeChild(o)},Ce.prototype.isRegistered=function(e){var t=this.get(e.slice(0,-1)),o=e[e.length-1];return t?t.hasChild(o):!1};function Or(e,t,o){if(process.env.NODE_ENV!=="production"&&Lr(e,o),t.update(o),o.modules)for(var r in o.modules){if(!t.getChild(r)){process.env.NODE_ENV!=="production"&&console.warn("[vuex] trying to add a new module '"+r+"' on hot reloading, manual reload is needed");return}Or(e.concat(r),t.getChild(r),o.modules[r])}}var Vr={assert:function(e){return typeof e=="function"},expected:"function"},kp={assert:function(e){return typeof e=="function"||typeof e=="object"&&typeof e.handler=="function"},expected:'function or object with "handler" function'},Ar={getters:Vr,mutations:Vr,actions:kp};function Lr(e,t){Object.keys(Ar).forEach(function(o){if(t[o]){var r=Ar[o];ve(t[o],function(i,a){ee(r.assert(i),xp(e,o,a,i,r.expected))})}})}function xp(e,t,o,r,i){var a=t+" should be "+i+' but "'+t+"."+o+'"';return e.length>0&&(a+=' in module "'+e.join(".")+'"'),a+=" is "+JSON.stringify(r)+".",a}var J=function e(t){var o=this;t===void 0&&(t={}),process.env.NODE_ENV!=="production"&&(ee(typeof Promise<"u","vuex requires a Promise polyfill in this browser."),ee(this instanceof e,"store must be called with the new operator."));var r=t.plugins;r===void 0&&(r=[]);var i=t.strict;i===void 0&&(i=!1);var a=t.devtools;this._committing=!1,this._actions=Object.create(null),this._actionSubscribers=[],this._mutations=Object.create(null),this._wrappedGetters=Object.create(null),this._modules=new Ce(t),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._makeLocalGettersCache=Object.create(null),this._devtools=a;var s=this,c=this,d=c.dispatch,l=c.commit;this.dispatch=function(m,f){return d.call(s,m,f)},this.commit=function(m,f,p){return l.call(s,m,f,p)},this.strict=i;var u=this._modules.root.state;xt(this,u,[],this._modules.root),wo(this,u),r.forEach(function(m){return m(o)})},ko={state:{configurable:!0}};J.prototype.install=function(e,t){e.provide(t||cp,this),e.config.globalProperties.$store=this;var o=this._devtools!==void 0?this._devtools:process.env.NODE_ENV!=="production"||!1;o&&_p(e,this)},ko.state.get=function(){return this._state.data},ko.state.set=function(e){process.env.NODE_ENV!=="production"&&ee(!1,"use store.replaceState() to explicit replace store state.")},J.prototype.commit=function(e,t,o){var r=this,i=Nt(e,t,o),a=i.type,s=i.payload,c=i.options,d={type:a,payload:s},l=this._mutations[a];if(!l){process.env.NODE_ENV!=="production"&&console.error("[vuex] unknown mutation type: "+a);return}this._withCommit(function(){l.forEach(function(u){u(s)})}),this._subscribers.slice().forEach(function(u){return u(d,r.state)}),process.env.NODE_ENV!=="production"&&c&&c.silent&&console.warn("[vuex] mutation type: "+a+". Silent option has been removed. Use the filter functionality in the vue-devtools")},J.prototype.dispatch=function(e,t){var o=this,r=Nt(e,t),i=r.type,a=r.payload,s={type:i,payload:a},c=this._actions[i];if(!c){process.env.NODE_ENV!=="production"&&console.error("[vuex] unknown action type: "+i);return}try{this._actionSubscribers.slice().filter(function(l){return l.before}).forEach(function(l){return l.before(s,o.state)})}catch(l){process.env.NODE_ENV!=="production"&&(console.warn("[vuex] error in before action subscribers: "),console.error(l))}var d=c.length>1?Promise.all(c.map(function(l){return l(a)})):c[0](a);return new Promise(function(l,u){d.then(function(m){try{o._actionSubscribers.filter(function(f){return f.after}).forEach(function(f){return f.after(s,o.state)})}catch(f){process.env.NODE_ENV!=="production"&&(console.warn("[vuex] error in after action subscribers: "),console.error(f))}l(m)},function(m){try{o._actionSubscribers.filter(function(f){return f.error}).forEach(function(f){return f.error(s,o.state,m)})}catch(f){process.env.NODE_ENV!=="production"&&(console.warn("[vuex] error in error action subscribers: "),console.error(f))}u(m)})})},J.prototype.subscribe=function(e,t){return Sr(e,this._subscribers,t)},J.prototype.subscribeAction=function(e,t){var o=typeof e=="function"?{before:e}:e;return Sr(o,this._actionSubscribers,t)},J.prototype.watch=function(e,t,o){var r=this;return process.env.NODE_ENV!=="production"&&ee(typeof e=="function","store.watch only accepts a function."),n.watch(function(){return e(r.state,r.getters)},t,Object.assign({},o))},J.prototype.replaceState=function(e){var t=this;this._withCommit(function(){t._state.data=e})},J.prototype.registerModule=function(e,t,o){o===void 0&&(o={}),typeof e=="string"&&(e=[e]),process.env.NODE_ENV!=="production"&&(ee(Array.isArray(e),"module path must be a string or an Array."),ee(e.length>0,"cannot register the root module by using registerModule.")),this._modules.register(e,t),xt(this,this.state,e,this._modules.get(e),o.preserveState),wo(this,this.state)},J.prototype.unregisterModule=function(e){var t=this;typeof e=="string"&&(e=[e]),process.env.NODE_ENV!=="production"&&ee(Array.isArray(e),"module path must be a string or an Array."),this._modules.unregister(e),this._withCommit(function(){var o=Eo(t.state,e.slice(0,-1));delete o[e[e.length-1]]}),wr(this)},J.prototype.hasModule=function(e){return typeof e=="string"&&(e=[e]),process.env.NODE_ENV!=="production"&&ee(Array.isArray(e),"module path must be a string or an Array."),this._modules.isRegistered(e)},J.prototype.hotUpdate=function(e){this._modules.update(e),wr(this,!0)},J.prototype._withCommit=function(e){var t=this._committing;this._committing=!0,e(),this._committing=t},Object.defineProperties(J.prototype,ko);var Np=Bp(function(e,t){var o={};return process.env.NODE_ENV!=="production"&&!Rr(t)&&console.error("[vuex] mapMutations: mapper parameter must be either an Array or an Object"),Tp(t).forEach(function(r){var i=r.key,a=r.val;o[i]=function(){for(var s=[],c=arguments.length;c--;)s[c]=arguments[c];var d=this.$store.commit;if(e){var l=Op(this.$store,"mapMutations",e);if(!l)return;d=l.context.commit}return typeof a=="function"?a.apply(this,[d].concat(s)):d.apply(this.$store,[a].concat(s))}}),o});function Tp(e){return Rr(e)?Array.isArray(e)?e.map(function(t){return{key:t,val:t}}):Object.keys(e).map(function(t){return{key:t,val:e[t]}}):[]}function Rr(e){return Array.isArray(e)||_r(e)}function Bp(e){return function(t,o){return typeof t!="string"?(o=t,t=""):t.charAt(t.length-1)!=="/"&&(t+="/"),e(t,o)}}function Op(e,t,o){var r=e._modulesNamespaceMap[o];return process.env.NODE_ENV!=="production"&&!r&&console.error("[vuex] module namespace not found in "+t+"(): "+o),r}const Vp=[1,2,3,4,6],Ap={name:"TimeLineEvent",props:{gameEvent:{type:Object,required:!0},isMobile:{type:Boolean,default:!1},width:{type:Number,default:352},timeLineWidth:{type:Number,default:0}},data(){return{lastHeight:0,gameEventKey:0}},computed:{nameClasses(){const e=[],t=`${this.gameEvent.event_type_id}-${this.gameEvent.category_id}`;return _o.GOAL_IDS.includes(t)?(e.push("is-main-event"),e.push("goal")):_o.YELLOW_CARD_IDS.includes(t)?(e.push("is-main-event"),e.push("yellow-card")):_o.RED_CARD_IDS.includes(t)&&(e.push("is-main-event"),e.push("red-card")),e},srcImgPlayers(){let e=null;return this.gameEvent.player_id&&this.gameEvent.player_id!=="-"&&(e=this.gameEvent.player_id.split("@"),e=e.map(t=>ep(t))),e},teamTypeClasses(){const e=`time-line-event--${this.gameEvent.teamType===1?"home":"away"}-team`;return[e,`${e}-desktop`]},minuteClasses(){const e=[`time-line-event__minute--desktop-${this.gameEvent.teamType===1?"home":"away"}-team`];return e.push("time-line-event__minute--desktop"),e},playerName(){return this.gameEvent.category_id===28||Vp.includes(this.gameEvent.event_type_id)?"":this.gameEvent.player_name}},watch:{width(){this.emitHeight()},gameEvent:{deep:!0,handler(){this.gameEventKey++}}},methods:{...Np("general",["setVideoModalVisibility","setVideoSrc"]),showVideoTimeline(e){this.setVideoSrc(e),this.setVideoModalVisibility(!0)},getIconClasses(){return["time-line-event__icon--desktop",`time-line-event__icon--desktop-${this.gameEvent.teamType===1?"home":"away"}-team`]},emitHeight(){setTimeout(()=>{this.$refs.timeLineEvent&&this.$refs.timeLineEvent.clientHeight&&this.$refs.timeLineEvent.clientHeight!==this.lastHeight&&(this.lastHeight=this.$refs.timeLineEvent.clientHeight,this.$emit("event-height",this.lastHeight))},500)}},mounted(){if(this.emitHeight(),this.gameEvent.event_type_id===3){const[e,t]=this.gameEvent.player_id.split("@");this.$emit("player-changed",{playerOut:Number(e),playerIn:Number(t),teamId:this.gameEvent.team_id})}}},Lp=e=>(n.pushScopeId("data-v-80cb4be7"),e=e(),n.popScopeId(),e),Rp={class:"time-line-event__details"},jp=n.createStaticVNode('<img src="data:image/png;base64,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" data-v-80cb4be7><div class="time-line-event__details__video-thumbnail__gradient" data-v-80cb4be7><div class="time-line-event__details__video-thumbnail__gradient__button-play" data-v-80cb4be7><svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" data-v-80cb4be7><path d="M6.6041 22.8554C6.42105 22.7512 6.26805 22.5956 6.1616 22.4053C6.05515 22.215 5.99927 21.9973 6.00001 21.7755V2.22137C6.00026 2.00039 6.0565 1.78362 6.16274 1.59409C6.26899 1.40456 6.42127 1.24936 6.6034 1.14499C6.78553 1.04062 6.9907 0.990981 7.1971 1.00135C7.4035 1.01171 7.60342 1.0817 7.77561 1.20386L21.4907 10.9821C21.6473 11.0935 21.7758 11.2446 21.8646 11.4219C21.9535 11.5992 22 11.7973 22 11.9985C22 12.1996 21.9535 12.3977 21.8646 12.575C21.7758 12.7523 21.6473 12.9034 21.4907 13.0148L7.77561 22.7954C7.60369 22.9178 7.40392 22.988 7.19761 22.9986C6.9913 23.0092 6.78617 22.9597 6.6041 22.8554ZM7.14347 21.7779L20.8585 11.9996L7.14347 21.7779Z" fill="#CBEE6B" data-v-80cb4be7></path></svg></div></div>',2),Ip=[jp],Fp={class:"time-line-event__details__info"},Pp={class:"time-line-event__details__info__header"},zp={class:"time-line-event__details__info__header__players"},Dp=["src"],Mp={class:"time-line-event__details__info__body"},Up={class:"time-line-event__details__info__body__comment"},Wp={class:"time-line-event__minute__container"},Gp={class:"time-line-event__minute__container__text"},Hp=Lp(()=>n.createElementVNode("div",{class:"time-line-event__minute__container__icon-container"},[n.createElementVNode("div",{class:"time-line-event__minute__container__icon-container__icon"},[n.createElementVNode("img",{src:"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; %7D .cls-2 %7B fill: %23172531; %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cg%3E%3Cg id='Oval'%3E%3Ccircle class='cls-2' cx='24' cy='24' r='24'/%3E%3C/g%3E%3Cg id='Group-19'%3E%3Cg id='Path-16'%3E%3Cpath class='cls-1' d='M32.85,36.6H15.15c-.41,0-.75-.34-.75-.75s.34-.75,.75-.75h17.69c.41,0,.75,.34,.75,.75s-.34,.75-.75,.75Z'/%3E%3C/g%3E%3C/g%3E%3Cg id='Rectangle'%3E%3Cg id='path-1'%3E%3Cpath class='cls-1' d='M38.02,32.62H9.98V13.43h28.04v19.19Zm-26.54-1.5h25.04V14.93H11.48V31.12Z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E",alt:"Event icon"})])],-1));function qp(e,t,o,r,i,a){return n.openBlock(),n.createElementBlock("div",{ref:"timeLineEvent",class:n.normalizeClass(["time-line-event",a.teamTypeClasses]),style:n.normalizeStyle({width:`${o.width}px`}),key:i.gameEventKey},[n.createElementVNode("div",Rp,[o.gameEvent.video_link!=="-"&&o.timeLineWidth>700?(n.openBlock(),n.createElementBlock("div",{key:0,class:"time-line-event__details__video-thumbnail",onClick:t[0]||(t[0]=s=>a.showVideoTimeline(o.gameEvent.video_link))},Ip)):n.createCommentVNode("",!0),n.createElementVNode("div",Fp,[n.createElementVNode("div",Pp,[n.createElementVNode("div",zp,[a.srcImgPlayers?(n.openBlock(!0),n.createElementBlock(n.Fragment,{key:0},n.renderList(a.srcImgPlayers,(s,c)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["img-player",{"second-player":c===1}]),key:c},[n.createElementVNode("img",{src:s,alt:""},null,8,Dp)],2))),128)):n.createCommentVNode("",!0)]),n.createElementVNode("div",{class:n.normalizeClass(["time-line-event__details__info__header__event-name",a.nameClasses])},n.toDisplayString(o.gameEvent.category_id?o.gameEvent.event_type_id===5?o.gameEvent.category_name:o.gameEvent.event_type_name:o.gameEvent.comments),3)]),n.createElementVNode("div",Mp,[n.createElementVNode("div",Up,n.toDisplayString(this.gameEvent.category_id?`${this.gameEvent.comments}`:""),1)])])]),n.createElementVNode("div",{class:n.normalizeClass(["time-line-event__minute",a.minuteClasses])},[n.createElementVNode("div",Wp,[n.createElementVNode("div",Gp,n.toDisplayString(o.gameEvent.minute)+"'",1),Hp])],2)],6)}const Jp=gt(Ap,[["render",qp],["__scopeId","data-v-80cb4be7"]]),Kp={"1-1":"gol","1-2":"gol","1-3":"gol","1-4":"gol","1-5":"gol","1-6":"gol","1-7":"gol","1-12":"gol","1-13":"gol","1-16":"gol","2-8":"amonestacion","2-9":"expulsion","3-10":"cambio_de_jugador","3-11":"cambio_de_jugador","4-14":"gol","4-15":"penal_fallado","5-17":"fuera_de_lugar","5-18":"tiro_de_esquina","5-20":"tiro_a_gol","5-21":"falta_cometida","5-22":"penal_marcado","5-23":"penal_fallado","5-24":"","5-25":"","5-26":"jugada_peligro_dentro_area","5-27":"atajada","5-28":"tiempo_agregado","5-29":"presion_para_anotar","7-30":"revision_var","7-31":"revision_var","7-32":"revision_var","7-33":"revision_var","7-34":"revision_var"},Yp={3:{name:"Inicia Primer Tiempo",weight:1,playTimer:1,abbreviation:"1T:"},4:{name:"Final Primer Tiempo",weight:2,playTimer:0,abbreviation:"1T:"},5:{name:"Inicia Segundo Tiempo",weight:3,playTimer:1,abbreviation:"2T:"},8:{name:"Final Segundo Tiempo",weight:4,playTimer:0,abbreviation:"2T:"},9:{name:"Inicia Primer Tiempo Extra",weight:5,playTimer:1,abbreviation:"1T extra:"},12:{name:"Final Primer Tiempo Extra",weight:6,playTimer:0,abbreviation:"1T extra:"},10:{name:"Inicia Segundo Tiempo Extra",weight:7,playTimer:1,abbreviation:"2T extra:"},13:{name:"Final Segundo Tiempo Extra",weight:8,playTimer:0,abbreviation:"2T extra:"},11:{name:"Inicia Tanda de Penales",weight:9,playTimer:1,abbreviation:"Penales:"},15:{name:"Final Tanda de Penales",weight:10,playTimer:0,abbreviation:"Penales:"},6:{name:"Marcador Final",weight:11,playTimer:0,abbreviation:"Final"}};let Tt=null;const $p={name:"TimeLine",components:{TimeLineEvent:Jp},mixins:[Zm],props:{gameData:{type:Object,required:!0},timeLinePeriod:{type:String,default:"all"}},data(){return{gameEvents:[],gameEventsByPeriod:{firstHalf:[],secondHalf:[]},gameEventsQueue:[],gameEventsUrl:"https://al2nv2dmkc.execute-api.us-west-2.amazonaws.com/prod/mxm/",transitionName:"",subscriptionInfo:{gameId:0,isSubscribed:!1},areGameEventsFilled:!1,timeLineWidth:812,eventContainerWidth:0,channelName:"",timeLineStatus:"awaiting",timeLeft:"",lastMinute:0,timeLineStatuses:[],currentStatus:{abbreviation:""},timer:"00:00"}},computed:{isMobile(){return this.timeLineWidth<580},gameEventWidth(){return this.timeLineWidth/2-30},gameEventsToShow(){return this.timeLinePeriod==="all"?this.gameEvents:this.gameEventsByPeriod[this.timeLinePeriod]}},watch:{gameData:{deep:!0,immediate:!0,handler(e){e&&e.id&&(this.gameDateTime=new Date(this.gameData.dateTimeUTC),this.gameEventsQueue=[],this.timeLineStatuses=[],this.transitionName="",this.checkTimeLeft(),e.status!==1||(this.timeLineStatus="finished"),this.fillGameEvents(e.id))}},"$socket.connected":{immediate:!0,handler(e){e&&this.gameData.id&&this.subscribeToMXMChannel()}},gameEvents(e){e.length&&this.gameData.status!==1&&(this.timeLineStatus="live")}},methods:{async fillGameEvents(e){try{const t=await this.fetchGameEvents(e);t&&(this.gameEvents=[...t],this.checkGameEventsQueue(),this.sortGameEvents(),setTimeout(()=>{this.transitionName="list"},500)),this.gameData.status===1?this.lastMinute=`${this.gameEvents[this.gameEvents.length-1].minute}'`:this.checkTimeLineStatus()}catch(t){throw new Error(t)}},getGameEventClassAndSetIcon(e,t){return e.icon=t===0?"inicio_del_partido":Kp[`${e.event_type_id}-${e.category_id}`],e.team_id===this.gameData.homeTeam.team_id||!e.team_id?(e.teamType=1,["home-team-event"]):(e.teamType=2,["away-team-event"])},getEventContainerClass(){return this.isMobile,["time-line-event__container--desktop"]},async fetchGameEvents(e){try{const{data:{plays:t}}=await hr.get(`${this.gameEventsUrl}${e}`);return t}catch(t){throw new Error(t)}},subscribeToMXMChannel(){this.channelName=`mxm.game.${this.gameData.id}`,this.$socket.client.emit("subscribe",{channel:this.channelName}),this.isSubscribed=!0},checkGameEventsQueue(){this.gameEventsQueue.length&&this.gameEvents.push(...this.gameEventsQueue),this.areGameEventsFilled=!0},setUpResizeObserver(){if(window.ResizeObserver)Tt=new ResizeObserver(()=>{this.timeLineWidth=this.$refs.timeLine.clientWidth}),Tt.observe(this.$refs.timeLine);else throw new Error("Resize observer not supported!")},updateContainerHeight(e,t){const o=this.$refs[`gameEventDiv${t}`][0],r=this.$refs[`gameEventLine${t}`]?this.$refs[`gameEventLine${t}`][0]:null,i=e+12;o&&(o.style.height=`${i}px`),r&&(r.style.height=`${i}px`)},sortGameEvents(){this.gameEvents.sort((e,t)=>this.getMatchLapseMinutes(e.match_lapse)+Number(e.minute)-(this.getMatchLapseMinutes(t.match_lapse)+Number(t.minute))),this.gameEvents.forEach(e=>{this.gameEventsByPeriod[e.match_lapse===1?"firstHalf":"secondHalf"].push(e)})},getMatchLapseMinutes(e){let t=0;switch(e){case 1:t=0;break;case 2:t=45;break;case 3:t=90;break;case 4:t=105;break;case 5:t=120;break}return t},addGameEventFromChannel(e){this.areGameEventsFilled?(this.gameEvents.push(e),this.sortGameEvents()):this.gameEventsQueue.push(e)},deleteGameEventFromChannel(e){const t=this.gameEvents.findIndex(o=>o.play_id===e.play_id);t&&this.gameEvents.splice(t,1)},checkTimeLineStatus(){this.gameEvents.forEach(t=>{const o=Yp[t.game_status];o&&this.timeLineStatuses.push({...o,gameEvent:t})}),this.timeLineStatuses.sort((t,o)=>o.weight-t.weight);const e=this.timeLineStatuses[0];e&&(this.currentStatus=e,e.playTimer&&this.startTimer())},startTimer(){},getTeamLogoSrc(e="homeTeam"){const t=this.gameData[e].team_id;return Qm(t)}},mounted(){this.$nextTick(()=>{this.setUpResizeObserver()})},beforeUnmount(){Tt&&Tt.unobserve(this.$refs.timeLine)},sockets:{new_mxm(e,t){this.channelName===e&&this.addGameEventFromChannel(t)},update_mxm(e,t){this.channelName===e&&(this.deleteGameEventFromChannel(t),this.addGameEventFromChannel(t))},delete_mxm(e,t){this.channelName===e&&this.deleteGameEventFromChannel(t)}}},jr=e=>(n.pushScopeId("data-v-855c17a7"),e=e(),n.popScopeId(),e),Xp={ref:"timeLine",class:"time-line"},Zp={class:"time-line__header"},Qp={class:"time-line__header__dot"},ef={class:"time-line__header__dot__home-team team-logo"},tf=["src"],of={class:"time-line__header__dot__away-team team-logo"},nf=["src"],rf={class:"time-line__game-events"},af={key:1,class:"start-line"},sf=jr(()=>n.createElementVNode("div",null,null,-1)),lf=jr(()=>n.createElementVNode("div",null,null,-1)),cf=[sf,lf];function df(e,t,o,r,i,a){const s=n.resolveComponent("TimeLineEvent");return n.openBlock(),n.createElementBlock("div",Xp,[n.createElementVNode("div",Zp,[n.createElementVNode("div",Qp,[n.createElementVNode("div",ef,[n.createElementVNode("img",{src:a.getTeamLogoSrc("homeTeam"),alt:""},null,8,tf)]),n.createElementVNode("div",of,[n.createElementVNode("img",{src:a.getTeamLogoSrc("awayTeam"),alt:""},null,8,nf)])])]),n.createElementVNode("div",rf,[n.createVNode(n.TransitionGroup,{name:i.transitionName,tag:"div"},{default:n.withCtx(()=>[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(a.gameEventsToShow,(c,d)=>(n.openBlock(),n.createElementBlock("div",{class:"time-line__game-events__grid",key:c.play_id},[n.createElementVNode("div",{ref_for:!0,ref:`gameEventDiv${d}`,class:n.normalizeClass(a.getGameEventClassAndSetIcon(c,d))},[n.createElementVNode("div",{class:n.normalizeClass(a.getEventContainerClass(c))},[n.createVNode(s,{"game-event":c,"is-mobile":a.isMobile,"time-line-width":i.timeLineWidth,width:a.gameEventWidth,onEventHeight:l=>a.updateContainerHeight(l,d),onPlayerChanged:t[0]||(t[0]=l=>e.$emit("player-changed",l))},null,8,["game-event","is-mobile","time-line-width","width","onEventHeight"])],2),d>0?(n.openBlock(),n.createElementBlock("div",{key:0,ref_for:!0,ref:`gameEventLine${d}`,class:"line"},null,512)):n.createCommentVNode("",!0),o.gameData.status===1&&d===i.gameEvents.length-1?(n.openBlock(),n.createElementBlock("div",af,cf)):n.createCommentVNode("",!0)],2)]))),128))]),_:1},8,["name"])])],512)}const uf=gt($p,[["render",df],["__scopeId","data-v-855c17a7"]]),mf={class:"game-time-line__options"},pf={class:"game-time-line__timeline"},ff={__name:"GSC-GameTimeLine",props:{game:{type:Object,default:()=>({id:79601,seasonId:1772,status:1,dateTimeUTC:"2023-10-01T22:20:00Z",homeTeam:{logo:"https://az755631.vo.msecnd.net/teams-80/18.png",team_id:18,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"}})}},setup(e){hr.defaults.headers.common.Authorization="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MCwibmFtZSI6IlVzdWFyaW8gRnJlZSIsInVzZXJuYW1lIjoiZnJlZUBnb2xzdGF0cy5jb20iLCJlbWFpbCI6ImZyZWVAZ29sc3RhdHMuY29tIiwiaWF0IjoxNjA2NzU4Nzk1LCJleHAiOjE2MzgyOTQ3OTV9.kPNmP7yDtk38cAXrUyc7OHRh6J25VFqy-XUNzbK-4YE";const t=n.ref({width:"103px",height:"30px",borderRadius:"50px",borderColor:"#8a8a8a",borderWidth:"0.5px",backgroundColor:"rgba(255, 255, 255, 0.04)",fontSize:"14px",fontFamily:"Poppins-Regular, sans-serif",fontColor:"rgba(255, 255, 255, 0.5)",activeFontColor:"#FFFFFF",activeBorderColor:"#cbee6b"});let o=null;const r=n.ref(["Todo","1er tiempo","2do tiempo"]),i=n.ref("Todo"),a=n.ref({}),s=n.ref(null),c=n.ref(0),d=n.computed(()=>{let p="all";return i.value==="1er tiempo"?p="firstHalf":i.value==="2do tiempo"&&(p="secondHalf"),p}),l=n.computed(()=>c.value<500);function u(p){i.value=p}function m(p){a.value=p}function f(){if(window.ResizeObserver)o=new ResizeObserver(()=>{c.value=s.value.clientWidth}),o.observe(s.value);else throw new Error("Resize observer not supported!")}return n.onMounted(()=>{f()}),n.onBeforeUnmount(()=>{o&&o.unobserve(s.value)}),(p,h)=>(n.openBlock(),n.createElementBlock("div",{ref_key:"gameTimeLine",ref:s,class:"game-time-line"},[n.createElementVNode("div",mf,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(r.value,_=>(n.openBlock(),n.createElementBlock("div",{key:_,class:"game-time-line__options__option"},[n.createVNode(ju,n.mergeProps(t.value,{text:_,"is-active":i.value===_,onClick:S=>u(_)}),null,16,["text","is-active","onClick"])]))),128))]),n.createElementVNode("div",pf,[n.createVNode(uf,{"game-data":e.game,"time-line-period":d.value,"is-mobile":l.value,onGameEventsByPeriodFilled:m},null,8,["game-data","time-line-period","is-mobile"])])],512))}},hf=gt(ff,[["__scopeId","data-v-aad8a741"]]),Yf="",gf={class:"game-data"},yf={class:"game-data__header"},bf={class:"game-data__header__tournament-season-dropdown"},_f={class:"game-data__header__teams-carousel"},Sf={class:"game-data__body"},wf={class:"game-data__body__menu"},Ef=n.defineComponent({name:"TemplateVideos",components:{StatisticsMain:Lu,GSCGameTimeLine:hf}}),vf=ue(Object.assign(Ef,{setup(e){const t=n.ref({season:[]}),o=n.ref({}),r=n.ref({}),i=n.ref("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MCwibmFtZSI6IlVzdWFyaW8gRnJlZSIsInVzZXJuYW1lIjoiZnJlZUBnb2xzdGF0cy5jb20iLCJlbWFpbCI6ImZyZWVAZ29sc3RhdHMuY29tIiwiaWF0IjoxNjA2NzU4Nzk1LCJleHAiOjE2MzgyOTQ3OTV9.kPNmP7yDtk38cAXrUyc7OHRh6J25VFqy-XUNzbK-4YE"),a=n.ref([{componentName:"StatisticsMain",name:"Estadísticas"},{componentName:"GSCGameTimeLine",name:"Minuto a Minuto"}]),s=n.ref(a.value[0]),c=n.computed(()=>{const p=[];return o.value&&o.value.id&&(p.push({id:o.value.id,name:o.value.name,type:o.value.type}),o.value.related_seasons&&o.value.related_seasons.forEach(h=>{p.push({id:h.id,type:h.type})})),p}),d=n.computed(()=>{let p={};return r.value&&r.value.game_id&&(p={gameId:r.value.game_id,id:r.value.game_id,seasonId:r.value.season_id,status:r.value.game_status,dateTimeUTC:r.value.date_time_utc,homeTeam:r.value.home_team,awayTeam:r.value.visiting_team}),p});function l(p){t.value=p}function u(p){o.value=p}function m(p){s.value=p}function f(p){r.value=p}return(p,h)=>(n.openBlock(),n.createElementBlock("div",gf,[n.createElementVNode("div",yf,[n.createElementVNode("div",bf,[n.createVNode(n.unref(ni),{"default-item-by-prop":{propName:"id",value:1},onInput:l}),n.createVNode(n.unref(wi),{seasons:t.value.seasons,onInput:u},null,8,["seasons"])]),n.createElementVNode("div",_f,[n.createVNode(n.unref(Vc),{token:i.value,"await-for-seasons":"",seasons:c.value,"is-pagination-visible":!1,"are-games-carousel-type":"",onChangeGameCarousel:f},null,8,["token","seasons"])])]),n.createElementVNode("div",Sf,[n.createElementVNode("div",wf,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(a.value,_=>(n.openBlock(),n.createElementBlock("div",{key:_.name},[n.createVNode(Kt,{text:_.name,onClick:S=>m(_)},null,8,["text","onClick"])]))),128))]),(n.openBlock(),n.createBlock(n.resolveDynamicComponent(s.value.componentName),{game:d.value},null,8,["game"]))])]))}}),[["__scopeId","data-v-2e43d059"]]);Se.GSCGameData=vf,Object.defineProperty(Se,Symbol.toStringTag,{value:"Module"})});
23
+ */var xf="store";function Ae(e,t){Object.keys(e).forEach(function(n){return t(e[n],n)})}function oi(e){return e!==null&&typeof e=="object"}function Nf(e){return e&&typeof e.then=="function"}function re(e,t){if(!e)throw new Error("[vuex] "+t)}function kf(e,t){return function(){return e(t)}}function ri(e,t,n){return t.indexOf(e)<0&&(n&&n.prepend?t.unshift(e):t.push(e)),function(){var o=t.indexOf(e);o>-1&&t.splice(o,1)}}function ii(e,t){e._actions=Object.create(null),e._mutations=Object.create(null),e._wrappedGetters=Object.create(null),e._modulesNamespaceMap=Object.create(null);var n=e.state;zt(e,n,[],e._modules.root,!0),Hn(e,n,t)}function Hn(e,t,n){var o=e._state;e.getters={},e._makeLocalGettersCache=Object.create(null);var i=e._wrappedGetters,a={};Ae(i,function(s,l){a[l]=kf(s,e),Object.defineProperty(e.getters,l,{get:function(){return a[l]()},enumerable:!0})}),e._state=r.reactive({data:t}),e.strict&&Rf(e),o&&n&&e._withCommit(function(){o.data=null})}function zt(e,t,n,o,i){var a=!n.length,s=e._modules.getNamespace(n);if(o.namespaced&&(e._modulesNamespaceMap[s]&&process.env.NODE_ENV!=="production"&&console.error("[vuex] duplicate namespace "+s+" for the namespaced module "+n.join("/")),e._modulesNamespaceMap[s]=o),!a&&!i){var l=Gn(t,n.slice(0,-1)),u=n[n.length-1];e._withCommit(function(){process.env.NODE_ENV!=="production"&&u in l&&console.warn('[vuex] state field "'+u+'" was overridden by a module with the same name at "'+n.join(".")+'"'),l[u]=o.state})}var c=o.context=Tf(e,s,n);o.forEachMutation(function(d,m){var h=s+m;Of(e,h,d,c)}),o.forEachAction(function(d,m){var h=d.root?m:s+m,f=d.handler||d;Bf(e,h,f,c)}),o.forEachGetter(function(d,m){var h=s+m;Af(e,h,d,c)}),o.forEachChild(function(d,m){zt(e,t,n.concat(m),d,i)})}function Tf(e,t,n){var o=t==="",i={dispatch:o?e.dispatch:function(a,s,l){var u=Mt(a,s,l),c=u.payload,d=u.options,m=u.type;if((!d||!d.root)&&(m=t+m,process.env.NODE_ENV!=="production"&&!e._actions[m])){console.error("[vuex] unknown local action type: "+u.type+", global type: "+m);return}return e.dispatch(m,c)},commit:o?e.commit:function(a,s,l){var u=Mt(a,s,l),c=u.payload,d=u.options,m=u.type;if((!d||!d.root)&&(m=t+m,process.env.NODE_ENV!=="production"&&!e._mutations[m])){console.error("[vuex] unknown local mutation type: "+u.type+", global type: "+m);return}e.commit(m,c,d)}};return Object.defineProperties(i,{getters:{get:o?function(){return e.getters}:function(){return ai(e,t)}},state:{get:function(){return Gn(e.state,n)}}}),i}function ai(e,t){if(!e._makeLocalGettersCache[t]){var n={},o=t.length;Object.keys(e.getters).forEach(function(i){if(i.slice(0,o)===t){var a=i.slice(o);Object.defineProperty(n,a,{get:function(){return e.getters[i]},enumerable:!0})}}),e._makeLocalGettersCache[t]=n}return e._makeLocalGettersCache[t]}function Of(e,t,n,o){var i=e._mutations[t]||(e._mutations[t]=[]);i.push(function(a){n.call(e,o.state,a)})}function Bf(e,t,n,o){var i=e._actions[t]||(e._actions[t]=[]);i.push(function(a){var s=n.call(e,{dispatch:o.dispatch,commit:o.commit,getters:o.getters,state:o.state,rootGetters:e.getters,rootState:e.state},a);return Nf(s)||(s=Promise.resolve(s)),e._devtoolHook?s.catch(function(l){throw e._devtoolHook.emit("vuex:error",l),l}):s})}function Af(e,t,n,o){if(e._wrappedGetters[t]){process.env.NODE_ENV!=="production"&&console.error("[vuex] duplicate getter key: "+t);return}e._wrappedGetters[t]=function(i){return n(o.state,o.getters,i.state,i.getters)}}function Rf(e){r.watch(function(){return e._state.data},function(){process.env.NODE_ENV!=="production"&&re(e._committing,"do not mutate vuex store state outside mutation handlers.")},{deep:!0,flush:"sync"})}function Gn(e,t){return t.reduce(function(n,o){return n[o]},e)}function Mt(e,t,n){return oi(e)&&e.type&&(n=t,t=e,e=e.type),process.env.NODE_ENV!=="production"&&re(typeof e=="string","expects string as the type, but found "+typeof e+"."),{type:e,payload:t,options:n}}var Vf="vuex bindings",si="vuex:mutations",qn="vuex:actions",Ge="vuex",Lf=0;function Ff(e,t){vf({id:"org.vuejs.vuex",app:e,label:"Vuex",homepage:"https://next.vuex.vuejs.org/",logo:"https://vuejs.org/images/icons/favicon-96x96.png",packageName:"vuex",componentStateTypes:[Vf]},function(n){n.addTimelineLayer({id:si,label:"Vuex Mutations",color:li}),n.addTimelineLayer({id:qn,label:"Vuex Actions",color:li}),n.addInspector({id:Ge,label:"Vuex",icon:"storage",treeFilterPlaceholder:"Filter stores..."}),n.on.getInspectorTree(function(o){if(o.app===e&&o.inspectorId===Ge)if(o.filter){var i=[];mi(i,t._modules.root,o.filter,""),o.rootNodes=i}else o.rootNodes=[ui(t._modules.root,"")]}),n.on.getInspectorState(function(o){if(o.app===e&&o.inspectorId===Ge){var i=o.nodeId;ai(t,i),o.state=If(zf(t._modules,i),i==="root"?t.getters:t._makeLocalGettersCache,i)}}),n.on.editInspectorState(function(o){if(o.app===e&&o.inspectorId===Ge){var i=o.nodeId,a=o.path;i!=="root"&&(a=i.split("/").filter(Boolean).concat(a)),t._withCommit(function(){o.set(t._state.data,a,o.state.value)})}}),t.subscribe(function(o,i){var a={};o.payload&&(a.payload=o.payload),a.state=i,n.notifyComponentUpdate(),n.sendInspectorTree(Ge),n.sendInspectorState(Ge),n.addTimelineEvent({layerId:si,event:{time:Date.now(),title:o.type,data:a}})}),t.subscribeAction({before:function(o,i){var a={};o.payload&&(a.payload=o.payload),o._id=Lf++,o._time=Date.now(),a.state=i,n.addTimelineEvent({layerId:qn,event:{time:o._time,title:o.type,groupId:o._id,subtitle:"start",data:a}})},after:function(o,i){var a={},s=Date.now()-o._time;a.duration={_custom:{type:"duration",display:s+"ms",tooltip:"Action duration",value:s}},o.payload&&(a.payload=o.payload),a.state=i,n.addTimelineEvent({layerId:qn,event:{time:Date.now(),title:o.type,groupId:o._id,subtitle:"end",data:a}})}})})}var li=8702998,jf=6710886,Pf=16777215,ci={label:"namespaced",textColor:Pf,backgroundColor:jf};function di(e){return e&&e!=="root"?e.split("/").slice(-2,-1)[0]:"Root"}function ui(e,t){return{id:t||"root",label:di(t),tags:e.namespaced?[ci]:[],children:Object.keys(e._children).map(function(n){return ui(e._children[n],t+n+"/")})}}function mi(e,t,n,o){o.includes(n)&&e.push({id:o||"root",label:o.endsWith("/")?o.slice(0,o.length-1):o||"Root",tags:t.namespaced?[ci]:[]}),Object.keys(t._children).forEach(function(i){mi(e,t._children[i],n,o+i+"/")})}function If(e,t,n){t=n==="root"?t:t[n];var o=Object.keys(t),i={state:Object.keys(e.state).map(function(s){return{key:s,editable:!0,value:e.state[s]}})};if(o.length){var a=Df(t);i.getters=Object.keys(a).map(function(s){return{key:s.endsWith("/")?di(s):s,editable:!1,value:Jn(function(){return a[s]})}})}return i}function Df(e){var t={};return Object.keys(e).forEach(function(n){var o=n.split("/");if(o.length>1){var i=t,a=o.pop();o.forEach(function(s){i[s]||(i[s]={_custom:{value:{},display:s,tooltip:"Module",abstract:!0}}),i=i[s]._custom.value}),i[a]=Jn(function(){return e[n]})}else t[n]=Jn(function(){return e[n]})}),t}function zf(e,t){var n=t.split("/").filter(function(o){return o});return n.reduce(function(o,i,a){var s=o[i];if(!s)throw new Error('Missing module "'+i+'" for path "'+t+'".');return a===n.length-1?s:s._children},t==="root"?e:e.root._children)}function Jn(e){try{return e()}catch(t){return t}}var ie=function(e,t){this.runtime=t,this._children=Object.create(null),this._rawModule=e;var n=e.state;this.state=(typeof n=="function"?n():n)||{}},pi={namespaced:{configurable:!0}};pi.namespaced.get=function(){return!!this._rawModule.namespaced},ie.prototype.addChild=function(e,t){this._children[e]=t},ie.prototype.removeChild=function(e){delete this._children[e]},ie.prototype.getChild=function(e){return this._children[e]},ie.prototype.hasChild=function(e){return e in this._children},ie.prototype.update=function(e){this._rawModule.namespaced=e.namespaced,e.actions&&(this._rawModule.actions=e.actions),e.mutations&&(this._rawModule.mutations=e.mutations),e.getters&&(this._rawModule.getters=e.getters)},ie.prototype.forEachChild=function(e){Ae(this._children,e)},ie.prototype.forEachGetter=function(e){this._rawModule.getters&&Ae(this._rawModule.getters,e)},ie.prototype.forEachAction=function(e){this._rawModule.actions&&Ae(this._rawModule.actions,e)},ie.prototype.forEachMutation=function(e){this._rawModule.mutations&&Ae(this._rawModule.mutations,e)},Object.defineProperties(ie.prototype,pi);var Re=function(e){this.register([],e,!1)};Re.prototype.get=function(e){return e.reduce(function(t,n){return t.getChild(n)},this.root)},Re.prototype.getNamespace=function(e){var t=this.root;return e.reduce(function(n,o){return t=t.getChild(o),n+(t.namespaced?o+"/":"")},"")},Re.prototype.update=function(e){fi([],this.root,e)},Re.prototype.register=function(e,t,n){var o=this;n===void 0&&(n=!0),process.env.NODE_ENV!=="production"&&yi(e,t);var i=new ie(t,n);if(e.length===0)this.root=i;else{var a=this.get(e.slice(0,-1));a.addChild(e[e.length-1],i)}t.modules&&Ae(t.modules,function(s,l){o.register(e.concat(l),s,n)})},Re.prototype.unregister=function(e){var t=this.get(e.slice(0,-1)),n=e[e.length-1],o=t.getChild(n);if(!o){process.env.NODE_ENV!=="production"&&console.warn("[vuex] trying to unregister module '"+n+"', which is not registered");return}o.runtime&&t.removeChild(n)},Re.prototype.isRegistered=function(e){var t=this.get(e.slice(0,-1)),n=e[e.length-1];return t?t.hasChild(n):!1};function fi(e,t,n){if(process.env.NODE_ENV!=="production"&&yi(e,n),t.update(n),n.modules)for(var o in n.modules){if(!t.getChild(o)){process.env.NODE_ENV!=="production"&&console.warn("[vuex] trying to add a new module '"+o+"' on hot reloading, manual reload is needed");return}fi(e.concat(o),t.getChild(o),n.modules[o])}}var hi={assert:function(e){return typeof e=="function"},expected:"function"},Mf={assert:function(e){return typeof e=="function"||typeof e=="object"&&typeof e.handler=="function"},expected:'function or object with "handler" function'},gi={getters:hi,mutations:hi,actions:Mf};function yi(e,t){Object.keys(gi).forEach(function(n){if(t[n]){var o=gi[n];Ae(t[n],function(i,a){re(o.assert(i),Uf(e,n,a,i,o.expected))})}})}function Uf(e,t,n,o,i){var a=t+" should be "+i+' but "'+t+"."+n+'"';return e.length>0&&(a+=' in module "'+e.join(".")+'"'),a+=" is "+JSON.stringify(o)+".",a}var X=function e(t){var n=this;t===void 0&&(t={}),process.env.NODE_ENV!=="production"&&(re(typeof Promise<"u","vuex requires a Promise polyfill in this browser."),re(this instanceof e,"store must be called with the new operator."));var o=t.plugins;o===void 0&&(o=[]);var i=t.strict;i===void 0&&(i=!1);var a=t.devtools;this._committing=!1,this._actions=Object.create(null),this._actionSubscribers=[],this._mutations=Object.create(null),this._wrappedGetters=Object.create(null),this._modules=new Re(t),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._makeLocalGettersCache=Object.create(null),this._devtools=a;var s=this,l=this,u=l.dispatch,c=l.commit;this.dispatch=function(m,h){return u.call(s,m,h)},this.commit=function(m,h,f){return c.call(s,m,h,f)},this.strict=i;var d=this._modules.root.state;zt(this,d,[],this._modules.root),Hn(this,d),o.forEach(function(m){return m(n)})},Kn={state:{configurable:!0}};X.prototype.install=function(e,t){e.provide(t||xf,this),e.config.globalProperties.$store=this;var n=this._devtools!==void 0?this._devtools:process.env.NODE_ENV!=="production"||!1;n&&Ff(e,this)},Kn.state.get=function(){return this._state.data},Kn.state.set=function(e){process.env.NODE_ENV!=="production"&&re(!1,"use store.replaceState() to explicit replace store state.")},X.prototype.commit=function(e,t,n){var o=this,i=Mt(e,t,n),a=i.type,s=i.payload,l=i.options,u={type:a,payload:s},c=this._mutations[a];if(!c){process.env.NODE_ENV!=="production"&&console.error("[vuex] unknown mutation type: "+a);return}this._withCommit(function(){c.forEach(function(d){d(s)})}),this._subscribers.slice().forEach(function(d){return d(u,o.state)}),process.env.NODE_ENV!=="production"&&l&&l.silent&&console.warn("[vuex] mutation type: "+a+". Silent option has been removed. Use the filter functionality in the vue-devtools")},X.prototype.dispatch=function(e,t){var n=this,o=Mt(e,t),i=o.type,a=o.payload,s={type:i,payload:a},l=this._actions[i];if(!l){process.env.NODE_ENV!=="production"&&console.error("[vuex] unknown action type: "+i);return}try{this._actionSubscribers.slice().filter(function(c){return c.before}).forEach(function(c){return c.before(s,n.state)})}catch(c){process.env.NODE_ENV!=="production"&&(console.warn("[vuex] error in before action subscribers: "),console.error(c))}var u=l.length>1?Promise.all(l.map(function(c){return c(a)})):l[0](a);return new Promise(function(c,d){u.then(function(m){try{n._actionSubscribers.filter(function(h){return h.after}).forEach(function(h){return h.after(s,n.state)})}catch(h){process.env.NODE_ENV!=="production"&&(console.warn("[vuex] error in after action subscribers: "),console.error(h))}c(m)},function(m){try{n._actionSubscribers.filter(function(h){return h.error}).forEach(function(h){return h.error(s,n.state,m)})}catch(h){process.env.NODE_ENV!=="production"&&(console.warn("[vuex] error in error action subscribers: "),console.error(h))}d(m)})})},X.prototype.subscribe=function(e,t){return ri(e,this._subscribers,t)},X.prototype.subscribeAction=function(e,t){var n=typeof e=="function"?{before:e}:e;return ri(n,this._actionSubscribers,t)},X.prototype.watch=function(e,t,n){var o=this;return process.env.NODE_ENV!=="production"&&re(typeof e=="function","store.watch only accepts a function."),r.watch(function(){return e(o.state,o.getters)},t,Object.assign({},n))},X.prototype.replaceState=function(e){var t=this;this._withCommit(function(){t._state.data=e})},X.prototype.registerModule=function(e,t,n){n===void 0&&(n={}),typeof e=="string"&&(e=[e]),process.env.NODE_ENV!=="production"&&(re(Array.isArray(e),"module path must be a string or an Array."),re(e.length>0,"cannot register the root module by using registerModule.")),this._modules.register(e,t),zt(this,this.state,e,this._modules.get(e),n.preserveState),Hn(this,this.state)},X.prototype.unregisterModule=function(e){var t=this;typeof e=="string"&&(e=[e]),process.env.NODE_ENV!=="production"&&re(Array.isArray(e),"module path must be a string or an Array."),this._modules.unregister(e),this._withCommit(function(){var n=Gn(t.state,e.slice(0,-1));delete n[e[e.length-1]]}),ii(this)},X.prototype.hasModule=function(e){return typeof e=="string"&&(e=[e]),process.env.NODE_ENV!=="production"&&re(Array.isArray(e),"module path must be a string or an Array."),this._modules.isRegistered(e)},X.prototype.hotUpdate=function(e){this._modules.update(e),ii(this,!0)},X.prototype._withCommit=function(e){var t=this._committing;this._committing=!0,e(),this._committing=t},Object.defineProperties(X.prototype,Kn);var Wf=Gf(function(e,t){var n={};return process.env.NODE_ENV!=="production"&&!bi(t)&&console.error("[vuex] mapMutations: mapper parameter must be either an Array or an Object"),Hf(t).forEach(function(o){var i=o.key,a=o.val;n[i]=function(){for(var s=[],l=arguments.length;l--;)s[l]=arguments[l];var u=this.$store.commit;if(e){var c=qf(this.$store,"mapMutations",e);if(!c)return;u=c.context.commit}return typeof a=="function"?a.apply(this,[u].concat(s)):u.apply(this.$store,[a].concat(s))}}),n});function Hf(e){return bi(e)?Array.isArray(e)?e.map(function(t){return{key:t,val:t}}):Object.keys(e).map(function(t){return{key:t,val:e[t]}}):[]}function bi(e){return Array.isArray(e)||oi(e)}function Gf(e){return function(t,n){return typeof t!="string"?(n=t,t=""):t.charAt(t.length-1)!=="/"&&(t+="/"),e(t,n)}}function qf(e,t,n){var o=e._modulesNamespaceMap[n];return process.env.NODE_ENV!=="production"&&!o&&console.error("[vuex] module namespace not found in "+t+"(): "+n),o}const Jf=[1,2,3,4,6],Kf={name:"TimeLineEvent",props:{gameEvent:{type:Object,required:!0},isMobile:{type:Boolean,default:!1},width:{type:Number,default:352},timeLineWidth:{type:Number,default:0}},data(){return{lastHeight:0,gameEventKey:0}},computed:{nameClasses(){const e=[],t=`${this.gameEvent.event_type_id}-${this.gameEvent.category_id}`;return Un.GOAL_IDS.includes(t)?(e.push("is-main-event"),e.push("goal")):Un.YELLOW_CARD_IDS.includes(t)?(e.push("is-main-event"),e.push("yellow-card")):Un.RED_CARD_IDS.includes(t)&&(e.push("is-main-event"),e.push("red-card")),e},srcImgPlayers(){let e=null;return this.gameEvent.player_id&&this.gameEvent.player_id!=="-"&&(e=this.gameEvent.player_id.split("@"),e=e.map(t=>gf(t))),e},teamTypeClasses(){const e=`time-line-event--${this.gameEvent.teamType===1?"home":"away"}-team`;return[e,`${e}-desktop`]},minuteClasses(){const e=[`time-line-event__minute--desktop-${this.gameEvent.teamType===1?"home":"away"}-team`];return e.push("time-line-event__minute--desktop"),e},playerName(){return this.gameEvent.category_id===28||Jf.includes(this.gameEvent.event_type_id)?"":this.gameEvent.player_name}},watch:{width(){this.emitHeight()},gameEvent:{deep:!0,handler(){this.gameEventKey++}}},methods:{...Wf("general",["setVideoModalVisibility","setVideoSrc"]),showVideoTimeline(e){this.setVideoSrc(e),this.setVideoModalVisibility(!0)},getIconClasses(){return["time-line-event__icon--desktop",`time-line-event__icon--desktop-${this.gameEvent.teamType===1?"home":"away"}-team`]},emitHeight(){setTimeout(()=>{this.$refs.timeLineEvent&&this.$refs.timeLineEvent.clientHeight&&this.$refs.timeLineEvent.clientHeight!==this.lastHeight&&(this.lastHeight=this.$refs.timeLineEvent.clientHeight,this.$emit("event-height",this.lastHeight))},500)}},mounted(){if(this.emitHeight(),this.gameEvent.event_type_id===3){const[e,t]=this.gameEvent.player_id.split("@");this.$emit("player-changed",{playerOut:Number(e),playerIn:Number(t),teamId:this.gameEvent.team_id})}}},$f=e=>(r.pushScopeId("data-v-80cb4be7"),e=e(),r.popScopeId(),e),Yf={class:"time-line-event__details"},Xf=r.createStaticVNode('<img src="data:image/png;base64,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" data-v-80cb4be7><div class="time-line-event__details__video-thumbnail__gradient" data-v-80cb4be7><div class="time-line-event__details__video-thumbnail__gradient__button-play" data-v-80cb4be7><svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" data-v-80cb4be7><path d="M6.6041 22.8554C6.42105 22.7512 6.26805 22.5956 6.1616 22.4053C6.05515 22.215 5.99927 21.9973 6.00001 21.7755V2.22137C6.00026 2.00039 6.0565 1.78362 6.16274 1.59409C6.26899 1.40456 6.42127 1.24936 6.6034 1.14499C6.78553 1.04062 6.9907 0.990981 7.1971 1.00135C7.4035 1.01171 7.60342 1.0817 7.77561 1.20386L21.4907 10.9821C21.6473 11.0935 21.7758 11.2446 21.8646 11.4219C21.9535 11.5992 22 11.7973 22 11.9985C22 12.1996 21.9535 12.3977 21.8646 12.575C21.7758 12.7523 21.6473 12.9034 21.4907 13.0148L7.77561 22.7954C7.60369 22.9178 7.40392 22.988 7.19761 22.9986C6.9913 23.0092 6.78617 22.9597 6.6041 22.8554ZM7.14347 21.7779L20.8585 11.9996L7.14347 21.7779Z" fill="#CBEE6B" data-v-80cb4be7></path></svg></div></div>',2),Zf=[Xf],Qf={class:"time-line-event__details__info"},eh={class:"time-line-event__details__info__header"},th={class:"time-line-event__details__info__header__players"},nh=["src"],oh={class:"time-line-event__details__info__body"},rh={class:"time-line-event__details__info__body__comment"},ih={class:"time-line-event__minute__container"},ah={class:"time-line-event__minute__container__text"},sh=$f(()=>r.createElementVNode("div",{class:"time-line-event__minute__container__icon-container"},[r.createElementVNode("div",{class:"time-line-event__minute__container__icon-container__icon"},[r.createElementVNode("img",{src:"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; %7D .cls-2 %7B fill: %23172531; %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cg%3E%3Cg id='Oval'%3E%3Ccircle class='cls-2' cx='24' cy='24' r='24'/%3E%3C/g%3E%3Cg id='Group-19'%3E%3Cg id='Path-16'%3E%3Cpath class='cls-1' d='M32.85,36.6H15.15c-.41,0-.75-.34-.75-.75s.34-.75,.75-.75h17.69c.41,0,.75,.34,.75,.75s-.34,.75-.75,.75Z'/%3E%3C/g%3E%3C/g%3E%3Cg id='Rectangle'%3E%3Cg id='path-1'%3E%3Cpath class='cls-1' d='M38.02,32.62H9.98V13.43h28.04v19.19Zm-26.54-1.5h25.04V14.93H11.48V31.12Z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E",alt:"Event icon"})])],-1));function lh(e,t,n,o,i,a){return r.openBlock(),r.createElementBlock("div",{ref:"timeLineEvent",class:r.normalizeClass(["time-line-event",a.teamTypeClasses]),style:r.normalizeStyle({width:`${n.width}px`}),key:i.gameEventKey},[r.createElementVNode("div",Yf,[n.gameEvent.video_link!=="-"&&n.timeLineWidth>700?(r.openBlock(),r.createElementBlock("div",{key:0,class:"time-line-event__details__video-thumbnail",onClick:t[0]||(t[0]=s=>a.showVideoTimeline(n.gameEvent.video_link))},Zf)):r.createCommentVNode("",!0),r.createElementVNode("div",Qf,[r.createElementVNode("div",eh,[r.createElementVNode("div",th,[a.srcImgPlayers?(r.openBlock(!0),r.createElementBlock(r.Fragment,{key:0},r.renderList(a.srcImgPlayers,(s,l)=>(r.openBlock(),r.createElementBlock("div",{class:r.normalizeClass(["img-player",{"second-player":l===1}]),key:l},[r.createElementVNode("img",{src:s,alt:""},null,8,nh)],2))),128)):r.createCommentVNode("",!0)]),r.createElementVNode("div",{class:r.normalizeClass(["time-line-event__details__info__header__event-name",a.nameClasses])},r.toDisplayString(n.gameEvent.category_id?n.gameEvent.event_type_id===5?n.gameEvent.category_name:n.gameEvent.event_type_name:n.gameEvent.comments),3)]),r.createElementVNode("div",oh,[r.createElementVNode("div",rh,r.toDisplayString(this.gameEvent.category_id?`${this.gameEvent.comments}`:""),1)])])]),r.createElementVNode("div",{class:r.normalizeClass(["time-line-event__minute",a.minuteClasses])},[r.createElementVNode("div",ih,[r.createElementVNode("div",ah,r.toDisplayString(n.gameEvent.minute)+"'",1),sh])],2)],6)}const ch=Bt(Kf,[["render",lh],["__scopeId","data-v-80cb4be7"]]),dh={"1-1":"gol","1-2":"gol","1-3":"gol","1-4":"gol","1-5":"gol","1-6":"gol","1-7":"gol","1-12":"gol","1-13":"gol","1-16":"gol","2-8":"amonestacion","2-9":"expulsion","3-10":"cambio_de_jugador","3-11":"cambio_de_jugador","4-14":"gol","4-15":"penal_fallado","5-17":"fuera_de_lugar","5-18":"tiro_de_esquina","5-20":"tiro_a_gol","5-21":"falta_cometida","5-22":"penal_marcado","5-23":"penal_fallado","5-24":"","5-25":"","5-26":"jugada_peligro_dentro_area","5-27":"atajada","5-28":"tiempo_agregado","5-29":"presion_para_anotar","7-30":"revision_var","7-31":"revision_var","7-32":"revision_var","7-33":"revision_var","7-34":"revision_var"},uh={3:{name:"Inicia Primer Tiempo",weight:1,playTimer:1,abbreviation:"1T:"},4:{name:"Final Primer Tiempo",weight:2,playTimer:0,abbreviation:"1T:"},5:{name:"Inicia Segundo Tiempo",weight:3,playTimer:1,abbreviation:"2T:"},8:{name:"Final Segundo Tiempo",weight:4,playTimer:0,abbreviation:"2T:"},9:{name:"Inicia Primer Tiempo Extra",weight:5,playTimer:1,abbreviation:"1T extra:"},12:{name:"Final Primer Tiempo Extra",weight:6,playTimer:0,abbreviation:"1T extra:"},10:{name:"Inicia Segundo Tiempo Extra",weight:7,playTimer:1,abbreviation:"2T extra:"},13:{name:"Final Segundo Tiempo Extra",weight:8,playTimer:0,abbreviation:"2T extra:"},11:{name:"Inicia Tanda de Penales",weight:9,playTimer:1,abbreviation:"Penales:"},15:{name:"Final Tanda de Penales",weight:10,playTimer:0,abbreviation:"Penales:"},6:{name:"Marcador Final",weight:11,playTimer:0,abbreviation:"Final"}};let Ut=null;const mh={name:"TimeLine",components:{TimeLineEvent:ch},mixins:[ff],props:{gameData:{type:Object,required:!0},timeLinePeriod:{type:String,default:"all"}},data(){return{gameEvents:[],gameEventsByPeriod:{firstHalf:[],secondHalf:[]},gameEventsQueue:[],gameEventsUrl:"https://al2nv2dmkc.execute-api.us-west-2.amazonaws.com/prod/mxm/",transitionName:"",subscriptionInfo:{gameId:0,isSubscribed:!1},areGameEventsFilled:!1,timeLineWidth:812,eventContainerWidth:0,channelName:"",timeLineStatus:"awaiting",timeLeft:"",lastMinute:0,timeLineStatuses:[],currentStatus:{abbreviation:""},timer:"00:00"}},computed:{isMobile(){return this.timeLineWidth<580},gameEventWidth(){return this.timeLineWidth/2-30},gameEventsToShow(){return this.timeLinePeriod==="all"?this.gameEvents:this.gameEventsByPeriod[this.timeLinePeriod]}},watch:{gameData:{deep:!0,immediate:!0,handler(e){e&&e.id&&(this.gameDateTime=new Date(this.gameData.dateTimeUTC),this.gameEventsQueue=[],this.timeLineStatuses=[],this.transitionName="",this.checkTimeLeft(),e.status!==1||(this.timeLineStatus="finished"),this.fillGameEvents(e.id))}},"$socket.connected":{immediate:!0,handler(e){e&&this.gameData.id&&this.subscribeToMXMChannel()}},gameEvents(e){e.length&&this.gameData.status!==1&&(this.timeLineStatus="live")}},methods:{async fillGameEvents(e){try{const t=await this.fetchGameEvents(e);t&&(this.gameEvents=[...t],this.checkGameEventsQueue(),this.sortGameEvents(),setTimeout(()=>{this.transitionName="list"},500)),this.gameData.status===1?this.lastMinute=`${this.gameEvents[this.gameEvents.length-1].minute}'`:this.checkTimeLineStatus()}catch(t){throw new Error(t)}},getGameEventClassAndSetIcon(e,t){return e.icon=t===0?"inicio_del_partido":dh[`${e.event_type_id}-${e.category_id}`],e.team_id===this.gameData.homeTeam.team_id||!e.team_id?(e.teamType=1,["home-team-event"]):(e.teamType=2,["away-team-event"])},getEventContainerClass(){return this.isMobile,["time-line-event__container--desktop"]},async fetchGameEvents(e){try{const{data:{plays:t}}=await Qr.get(`${this.gameEventsUrl}${e}`);return t}catch(t){throw new Error(t)}},subscribeToMXMChannel(){this.channelName=`mxm.game.${this.gameData.id}`,this.$socket.client.emit("subscribe",{channel:this.channelName}),this.isSubscribed=!0},checkGameEventsQueue(){this.gameEventsQueue.length&&this.gameEvents.push(...this.gameEventsQueue),this.areGameEventsFilled=!0},setUpResizeObserver(){if(window.ResizeObserver)Ut=new ResizeObserver(()=>{this.timeLineWidth=this.$refs.timeLine.clientWidth}),Ut.observe(this.$refs.timeLine);else throw new Error("Resize observer not supported!")},updateContainerHeight(e,t){const n=this.$refs[`gameEventDiv${t}`][0],o=this.$refs[`gameEventLine${t}`]?this.$refs[`gameEventLine${t}`][0]:null,i=e+12;n&&(n.style.height=`${i}px`),o&&(o.style.height=`${i}px`)},sortGameEvents(){this.gameEvents.sort((e,t)=>this.getMatchLapseMinutes(e.match_lapse)+Number(e.minute)-(this.getMatchLapseMinutes(t.match_lapse)+Number(t.minute))),this.gameEvents.forEach(e=>{this.gameEventsByPeriod[e.match_lapse===1?"firstHalf":"secondHalf"].push(e)})},getMatchLapseMinutes(e){let t=0;switch(e){case 1:t=0;break;case 2:t=45;break;case 3:t=90;break;case 4:t=105;break;case 5:t=120;break}return t},addGameEventFromChannel(e){this.areGameEventsFilled?(this.gameEvents.push(e),this.sortGameEvents()):this.gameEventsQueue.push(e)},deleteGameEventFromChannel(e){const t=this.gameEvents.findIndex(n=>n.play_id===e.play_id);t&&this.gameEvents.splice(t,1)},checkTimeLineStatus(){this.gameEvents.forEach(t=>{const n=uh[t.game_status];n&&this.timeLineStatuses.push({...n,gameEvent:t})}),this.timeLineStatuses.sort((t,n)=>n.weight-t.weight);const e=this.timeLineStatuses[0];e&&(this.currentStatus=e,e.playTimer&&this.startTimer())},startTimer(){},getTeamLogoSrc(e="homeTeam"){const t=this.gameData[e].team_id;return hf(t)}},mounted(){this.$nextTick(()=>{this.setUpResizeObserver()})},beforeUnmount(){Ut&&Ut.unobserve(this.$refs.timeLine)},sockets:{new_mxm(e,t){this.channelName===e&&this.addGameEventFromChannel(t)},update_mxm(e,t){this.channelName===e&&(this.deleteGameEventFromChannel(t),this.addGameEventFromChannel(t))},delete_mxm(e,t){this.channelName===e&&this.deleteGameEventFromChannel(t)}}},_i=e=>(r.pushScopeId("data-v-855c17a7"),e=e(),r.popScopeId(),e),ph={ref:"timeLine",class:"time-line"},fh={class:"time-line__header"},hh={class:"time-line__header__dot"},gh={class:"time-line__header__dot__home-team team-logo"},yh=["src"],bh={class:"time-line__header__dot__away-team team-logo"},_h=["src"],wh={class:"time-line__game-events"},Sh={key:1,class:"start-line"},Eh=_i(()=>r.createElementVNode("div",null,null,-1)),Ch=_i(()=>r.createElementVNode("div",null,null,-1)),vh=[Eh,Ch];function xh(e,t,n,o,i,a){const s=r.resolveComponent("TimeLineEvent");return r.openBlock(),r.createElementBlock("div",ph,[r.createElementVNode("div",fh,[r.createElementVNode("div",hh,[r.createElementVNode("div",gh,[r.createElementVNode("img",{src:a.getTeamLogoSrc("homeTeam"),alt:""},null,8,yh)]),r.createElementVNode("div",bh,[r.createElementVNode("img",{src:a.getTeamLogoSrc("awayTeam"),alt:""},null,8,_h)])])]),r.createElementVNode("div",wh,[r.createVNode(r.TransitionGroup,{name:i.transitionName,tag:"div"},{default:r.withCtx(()=>[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(a.gameEventsToShow,(l,u)=>(r.openBlock(),r.createElementBlock("div",{class:"time-line__game-events__grid",key:l.play_id},[r.createElementVNode("div",{ref_for:!0,ref:`gameEventDiv${u}`,class:r.normalizeClass(a.getGameEventClassAndSetIcon(l,u))},[r.createElementVNode("div",{class:r.normalizeClass(a.getEventContainerClass(l))},[r.createVNode(s,{"game-event":l,"is-mobile":a.isMobile,"time-line-width":i.timeLineWidth,width:a.gameEventWidth,onEventHeight:c=>a.updateContainerHeight(c,u),onPlayerChanged:t[0]||(t[0]=c=>e.$emit("player-changed",c))},null,8,["game-event","is-mobile","time-line-width","width","onEventHeight"])],2),u>0?(r.openBlock(),r.createElementBlock("div",{key:0,ref_for:!0,ref:`gameEventLine${u}`,class:"line"},null,512)):r.createCommentVNode("",!0),n.gameData.status===1&&u===i.gameEvents.length-1?(r.openBlock(),r.createElementBlock("div",Sh,vh)):r.createCommentVNode("",!0)],2)]))),128))]),_:1},8,["name"])])],512)}const Nh=Bt(mh,[["render",xh],["__scopeId","data-v-855c17a7"]]),kh={class:"game-time-line__options"},Th={class:"game-time-line__timeline"},Oh={__name:"GSC-GameTimeLine",props:{game:{type:Object,default:()=>({id:79601,seasonId:1772,status:1,dateTimeUTC:"2023-10-01T22:20:00Z",homeTeam:{logo:"https://az755631.vo.msecnd.net/teams-80/18.png",team_id:18,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"}})}},setup(e){Qr.defaults.headers.common.Authorization="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MCwibmFtZSI6IlVzdWFyaW8gRnJlZSIsInVzZXJuYW1lIjoiZnJlZUBnb2xzdGF0cy5jb20iLCJlbWFpbCI6ImZyZWVAZ29sc3RhdHMuY29tIiwiaWF0IjoxNjA2NzU4Nzk1LCJleHAiOjE2MzgyOTQ3OTV9.kPNmP7yDtk38cAXrUyc7OHRh6J25VFqy-XUNzbK-4YE";const t=r.ref({width:"103px",height:"30px",borderRadius:"50px",borderColor:"#8a8a8a",borderWidth:"0.5px",backgroundColor:"rgba(255, 255, 255, 0.04)",fontSize:"14px",fontFamily:"Poppins-Regular, sans-serif",fontColor:"rgba(255, 255, 255, 0.5)",activeFontColor:"#FFFFFF",activeBorderColor:"#cbee6b"});let n=null;const o=r.ref(["Todo","1er tiempo","2do tiempo"]),i=r.ref("Todo"),a=r.ref({}),s=r.ref(null),l=r.ref(0),u=r.computed(()=>{let f="all";return i.value==="1er tiempo"?f="firstHalf":i.value==="2do tiempo"&&(f="secondHalf"),f}),c=r.computed(()=>l.value<500);function d(f){i.value=f}function m(f){a.value=f}function h(){if(window.ResizeObserver)n=new ResizeObserver(()=>{l.value=s.value.clientWidth}),n.observe(s.value);else throw new Error("Resize observer not supported!")}return r.onMounted(()=>{h()}),r.onBeforeUnmount(()=>{n&&n.unobserve(s.value)}),(f,p)=>(r.openBlock(),r.createElementBlock("div",{ref_key:"gameTimeLine",ref:s,class:"game-time-line"},[r.createElementVNode("div",kh,[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(o.value,_=>(r.openBlock(),r.createElementBlock("div",{key:_,class:"game-time-line__options__option"},[r.createVNode(Ym,r.mergeProps(t.value,{text:_,"is-active":i.value===_,onClick:S=>d(_)}),null,16,["text","is-active","onClick"])]))),128))]),r.createElementVNode("div",Th,[r.createVNode(Nh,{"game-data":e.game,"time-line-period":u.value,"is-mobile":c.value,onGameEventsByPeriodFilled:m},null,8,["game-data","time-line-period","is-mobile"])])],512))}},Bh=Bt(Oh,[["__scopeId","data-v-aad8a741"]]);function wi(e,t){return function(){return e.apply(t,arguments)}}const{toString:Ah}=Object.prototype,{getPrototypeOf:$n}=Object,Wt=(e=>t=>{const n=Ah.call(t);return e[n]||(e[n]=n.slice(8,-1).toLowerCase())})(Object.create(null)),pe=e=>(e=e.toLowerCase(),t=>Wt(t)===e),Ht=e=>t=>typeof t===e,{isArray:qe}=Array,ot=Ht("undefined");function Rh(e){return e!==null&&!ot(e)&&e.constructor!==null&&!ot(e.constructor)&&ee(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const Si=pe("ArrayBuffer");function Vh(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&Si(e.buffer),t}const Lh=Ht("string"),ee=Ht("function"),Ei=Ht("number"),Gt=e=>e!==null&&typeof e=="object",Fh=e=>e===!0||e===!1,qt=e=>{if(Wt(e)!=="object")return!1;const t=$n(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},jh=pe("Date"),Ph=pe("File"),Ih=pe("Blob"),Dh=pe("FileList"),zh=e=>Gt(e)&&ee(e.pipe),Mh=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||ee(e.append)&&((t=Wt(e))==="formdata"||t==="object"&&ee(e.toString)&&e.toString()==="[object FormData]"))},Uh=pe("URLSearchParams"),Wh=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function rt(e,t,{allOwnKeys:n=!1}={}){if(e===null||typeof e>"u")return;let o,i;if(typeof e!="object"&&(e=[e]),qe(e))for(o=0,i=e.length;o<i;o++)t.call(null,e[o],o,e);else{const a=n?Object.getOwnPropertyNames(e):Object.keys(e),s=a.length;let l;for(o=0;o<s;o++)l=a[o],t.call(null,e[l],l,e)}}function Ci(e,t){t=t.toLowerCase();const n=Object.keys(e);let o=n.length,i;for(;o-- >0;)if(i=n[o],t===i.toLowerCase())return i;return null}const vi=(()=>typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global)(),xi=e=>!ot(e)&&e!==vi;function Yn(){const{caseless:e}=xi(this)&&this||{},t={},n=(o,i)=>{const a=e&&Ci(t,i)||i;qt(t[a])&&qt(o)?t[a]=Yn(t[a],o):qt(o)?t[a]=Yn({},o):qe(o)?t[a]=o.slice():t[a]=o};for(let o=0,i=arguments.length;o<i;o++)arguments[o]&&rt(arguments[o],n);return t}const Hh=(e,t,n,{allOwnKeys:o}={})=>(rt(t,(i,a)=>{n&&ee(i)?e[a]=wi(i,n):e[a]=i},{allOwnKeys:o}),e),Gh=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),qh=(e,t,n,o)=>{e.prototype=Object.create(t.prototype,o),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),n&&Object.assign(e.prototype,n)},Jh=(e,t,n,o)=>{let i,a,s;const l={};if(t=t||{},e==null)return t;do{for(i=Object.getOwnPropertyNames(e),a=i.length;a-- >0;)s=i[a],(!o||o(s,e,t))&&!l[s]&&(t[s]=e[s],l[s]=!0);e=n!==!1&&$n(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},Kh=(e,t,n)=>{e=String(e),(n===void 0||n>e.length)&&(n=e.length),n-=t.length;const o=e.indexOf(t,n);return o!==-1&&o===n},$h=e=>{if(!e)return null;if(qe(e))return e;let t=e.length;if(!Ei(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},Yh=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&$n(Uint8Array)),Xh=(e,t)=>{const o=(e&&e[Symbol.iterator]).call(e);let i;for(;(i=o.next())&&!i.done;){const a=i.value;t.call(e,a[0],a[1])}},Zh=(e,t)=>{let n;const o=[];for(;(n=e.exec(t))!==null;)o.push(n);return o},Qh=pe("HTMLFormElement"),eg=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(n,o,i){return o.toUpperCase()+i}),Ni=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),tg=pe("RegExp"),ki=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),o={};rt(n,(i,a)=>{let s;(s=t(i,a,e))!==!1&&(o[a]=s||i)}),Object.defineProperties(e,o)},ng=e=>{ki(e,(t,n)=>{if(ee(e)&&["arguments","caller","callee"].indexOf(n)!==-1)return!1;const o=e[n];if(ee(o)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")})}})},og=(e,t)=>{const n={},o=i=>{i.forEach(a=>{n[a]=!0})};return qe(e)?o(e):o(String(e).split(t)),n},rg=()=>{},ig=(e,t)=>(e=+e,Number.isFinite(e)?e:t),Xn="abcdefghijklmnopqrstuvwxyz",Ti="0123456789",Oi={DIGIT:Ti,ALPHA:Xn,ALPHA_DIGIT:Xn+Xn.toUpperCase()+Ti},ag=(e=16,t=Oi.ALPHA_DIGIT)=>{let n="";const{length:o}=t;for(;e--;)n+=t[Math.random()*o|0];return n};function sg(e){return!!(e&&ee(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const lg=e=>{const t=new Array(10),n=(o,i)=>{if(Gt(o)){if(t.indexOf(o)>=0)return;if(!("toJSON"in o)){t[i]=o;const a=qe(o)?[]:{};return rt(o,(s,l)=>{const u=n(s,i+1);!ot(u)&&(a[l]=u)}),t[i]=void 0,a}}return o};return n(e,0)},cg=pe("AsyncFunction"),b={isArray:qe,isArrayBuffer:Si,isBuffer:Rh,isFormData:Mh,isArrayBufferView:Vh,isString:Lh,isNumber:Ei,isBoolean:Fh,isObject:Gt,isPlainObject:qt,isUndefined:ot,isDate:jh,isFile:Ph,isBlob:Ih,isRegExp:tg,isFunction:ee,isStream:zh,isURLSearchParams:Uh,isTypedArray:Yh,isFileList:Dh,forEach:rt,merge:Yn,extend:Hh,trim:Wh,stripBOM:Gh,inherits:qh,toFlatObject:Jh,kindOf:Wt,kindOfTest:pe,endsWith:Kh,toArray:$h,forEachEntry:Xh,matchAll:Zh,isHTMLForm:Qh,hasOwnProperty:Ni,hasOwnProp:Ni,reduceDescriptors:ki,freezeMethods:ng,toObjectSet:og,toCamelCase:eg,noop:rg,toFiniteNumber:ig,findKey:Ci,global:vi,isContextDefined:xi,ALPHABET:Oi,generateString:ag,isSpecCompliantForm:sg,toJSONObject:lg,isAsyncFn:cg,isThenable:e=>e&&(Gt(e)||ee(e))&&ee(e.then)&&ee(e.catch)};function R(e,t,n,o,i){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",t&&(this.code=t),n&&(this.config=n),o&&(this.request=o),i&&(this.response=i)}b.inherits(R,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:b.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const Bi=R.prototype,Ai={};["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=>{Ai[e]={value:e}}),Object.defineProperties(R,Ai),Object.defineProperty(Bi,"isAxiosError",{value:!0}),R.from=(e,t,n,o,i,a)=>{const s=Object.create(Bi);return b.toFlatObject(e,s,function(u){return u!==Error.prototype},l=>l!=="isAxiosError"),R.call(s,e.message,t,n,o,i),s.cause=e,s.name=e.name,a&&Object.assign(s,a),s};const dg=null;function Zn(e){return b.isPlainObject(e)||b.isArray(e)}function Ri(e){return b.endsWith(e,"[]")?e.slice(0,-2):e}function Vi(e,t,n){return e?e.concat(t).map(function(i,a){return i=Ri(i),!n&&a?"["+i+"]":i}).join(n?".":""):t}function ug(e){return b.isArray(e)&&!e.some(Zn)}const mg=b.toFlatObject(b,{},null,function(t){return/^is[A-Z]/.test(t)});function Jt(e,t,n){if(!b.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,n=b.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(_,S){return!b.isUndefined(S[_])});const o=n.metaTokens,i=n.visitor||d,a=n.dots,s=n.indexes,u=(n.Blob||typeof Blob<"u"&&Blob)&&b.isSpecCompliantForm(t);if(!b.isFunction(i))throw new TypeError("visitor must be a function");function c(p){if(p===null)return"";if(b.isDate(p))return p.toISOString();if(!u&&b.isBlob(p))throw new R("Blob is not supported. Use a Buffer instead.");return b.isArrayBuffer(p)||b.isTypedArray(p)?u&&typeof Blob=="function"?new Blob([p]):Buffer.from(p):p}function d(p,_,S){let C=p;if(p&&!S&&typeof p=="object"){if(b.endsWith(_,"{}"))_=o?_:_.slice(0,-2),p=JSON.stringify(p);else if(b.isArray(p)&&ug(p)||(b.isFileList(p)||b.endsWith(_,"[]"))&&(C=b.toArray(p)))return _=Ri(_),C.forEach(function(U,q){!(b.isUndefined(U)||U===null)&&t.append(s===!0?Vi([_],q,a):s===null?_:_+"[]",c(U))}),!1}return Zn(p)?!0:(t.append(Vi(S,_,a),c(p)),!1)}const m=[],h=Object.assign(mg,{defaultVisitor:d,convertValue:c,isVisitable:Zn});function f(p,_){if(!b.isUndefined(p)){if(m.indexOf(p)!==-1)throw Error("Circular reference detected in "+_.join("."));m.push(p),b.forEach(p,function(C,O){(!(b.isUndefined(C)||C===null)&&i.call(t,C,b.isString(O)?O.trim():O,_,h))===!0&&f(C,_?_.concat(O):[O])}),m.pop()}}if(!b.isObject(e))throw new TypeError("data must be an object");return f(e),t}function Li(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(o){return t[o]})}function Qn(e,t){this._pairs=[],e&&Jt(e,this,t)}const Fi=Qn.prototype;Fi.append=function(t,n){this._pairs.push([t,n])},Fi.toString=function(t){const n=t?function(o){return t.call(this,o,Li)}:Li;return this._pairs.map(function(i){return n(i[0])+"="+n(i[1])},"").join("&")};function pg(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function ji(e,t,n){if(!t)return e;const o=n&&n.encode||pg,i=n&&n.serialize;let a;if(i?a=i(t,n):a=b.isURLSearchParams(t)?t.toString():new Qn(t,n).toString(o),a){const s=e.indexOf("#");s!==-1&&(e=e.slice(0,s)),e+=(e.indexOf("?")===-1?"?":"&")+a}return e}class fg{constructor(){this.handlers=[]}use(t,n,o){return this.handlers.push({fulfilled:t,rejected:n,synchronous:o?o.synchronous:!1,runWhen:o?o.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){b.forEach(this.handlers,function(o){o!==null&&t(o)})}}const Pi=fg,Ii={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},hg=typeof URLSearchParams<"u"?URLSearchParams:Qn,gg=typeof FormData<"u"?FormData:null,yg=typeof Blob<"u"?Blob:null,bg=(()=>{let e;return typeof navigator<"u"&&((e=navigator.product)==="ReactNative"||e==="NativeScript"||e==="NS")?!1:typeof window<"u"&&typeof document<"u"})(),_g=(()=>typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function")(),fe={isBrowser:!0,classes:{URLSearchParams:hg,FormData:gg,Blob:yg},isStandardBrowserEnv:bg,isStandardBrowserWebWorkerEnv:_g,protocols:["http","https","file","blob","url","data"]};function wg(e,t){return Jt(e,new fe.classes.URLSearchParams,Object.assign({visitor:function(n,o,i,a){return fe.isNode&&b.isBuffer(n)?(this.append(o,n.toString("base64")),!1):a.defaultVisitor.apply(this,arguments)}},t))}function Sg(e){return b.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function Eg(e){const t={},n=Object.keys(e);let o;const i=n.length;let a;for(o=0;o<i;o++)a=n[o],t[a]=e[a];return t}function Di(e){function t(n,o,i,a){let s=n[a++];const l=Number.isFinite(+s),u=a>=n.length;return s=!s&&b.isArray(i)?i.length:s,u?(b.hasOwnProp(i,s)?i[s]=[i[s],o]:i[s]=o,!l):((!i[s]||!b.isObject(i[s]))&&(i[s]=[]),t(n,o,i[s],a)&&b.isArray(i[s])&&(i[s]=Eg(i[s])),!l)}if(b.isFormData(e)&&b.isFunction(e.entries)){const n={};return b.forEachEntry(e,(o,i)=>{t(Sg(o),i,n,0)}),n}return null}function Cg(e,t,n){if(b.isString(e))try{return(t||JSON.parse)(e),b.trim(e)}catch(o){if(o.name!=="SyntaxError")throw o}return(n||JSON.stringify)(e)}const eo={transitional:Ii,adapter:["xhr","http"],transformRequest:[function(t,n){const o=n.getContentType()||"",i=o.indexOf("application/json")>-1,a=b.isObject(t);if(a&&b.isHTMLForm(t)&&(t=new FormData(t)),b.isFormData(t))return i&&i?JSON.stringify(Di(t)):t;if(b.isArrayBuffer(t)||b.isBuffer(t)||b.isStream(t)||b.isFile(t)||b.isBlob(t))return t;if(b.isArrayBufferView(t))return t.buffer;if(b.isURLSearchParams(t))return n.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let l;if(a){if(o.indexOf("application/x-www-form-urlencoded")>-1)return wg(t,this.formSerializer).toString();if((l=b.isFileList(t))||o.indexOf("multipart/form-data")>-1){const u=this.env&&this.env.FormData;return Jt(l?{"files[]":t}:t,u&&new u,this.formSerializer)}}return a||i?(n.setContentType("application/json",!1),Cg(t)):t}],transformResponse:[function(t){const n=this.transitional||eo.transitional,o=n&&n.forcedJSONParsing,i=this.responseType==="json";if(t&&b.isString(t)&&(o&&!this.responseType||i)){const s=!(n&&n.silentJSONParsing)&&i;try{return JSON.parse(t)}catch(l){if(s)throw l.name==="SyntaxError"?R.from(l,R.ERR_BAD_RESPONSE,this,null,this.response):l}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:fe.classes.FormData,Blob:fe.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};b.forEach(["delete","get","head","post","put","patch"],e=>{eo.headers[e]={}});const to=eo,vg=b.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"]),xg=e=>{const t={};let n,o,i;return e&&e.split(`
24
+ `).forEach(function(s){i=s.indexOf(":"),n=s.substring(0,i).trim().toLowerCase(),o=s.substring(i+1).trim(),!(!n||t[n]&&vg[n])&&(n==="set-cookie"?t[n]?t[n].push(o):t[n]=[o]:t[n]=t[n]?t[n]+", "+o:o)}),t},zi=Symbol("internals");function it(e){return e&&String(e).trim().toLowerCase()}function Kt(e){return e===!1||e==null?e:b.isArray(e)?e.map(Kt):String(e)}function Ng(e){const t=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let o;for(;o=n.exec(e);)t[o[1]]=o[2];return t}const kg=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function no(e,t,n,o,i){if(b.isFunction(o))return o.call(this,t,n);if(i&&(t=n),!!b.isString(t)){if(b.isString(o))return t.indexOf(o)!==-1;if(b.isRegExp(o))return o.test(t)}}function Tg(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,n,o)=>n.toUpperCase()+o)}function Og(e,t){const n=b.toCamelCase(" "+t);["get","set","has"].forEach(o=>{Object.defineProperty(e,o+n,{value:function(i,a,s){return this[o].call(this,t,i,a,s)},configurable:!0})})}class $t{constructor(t){t&&this.set(t)}set(t,n,o){const i=this;function a(l,u,c){const d=it(u);if(!d)throw new Error("header name must be a non-empty string");const m=b.findKey(i,d);(!m||i[m]===void 0||c===!0||c===void 0&&i[m]!==!1)&&(i[m||u]=Kt(l))}const s=(l,u)=>b.forEach(l,(c,d)=>a(c,d,u));return b.isPlainObject(t)||t instanceof this.constructor?s(t,n):b.isString(t)&&(t=t.trim())&&!kg(t)?s(xg(t),n):t!=null&&a(n,t,o),this}get(t,n){if(t=it(t),t){const o=b.findKey(this,t);if(o){const i=this[o];if(!n)return i;if(n===!0)return Ng(i);if(b.isFunction(n))return n.call(this,i,o);if(b.isRegExp(n))return n.exec(i);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,n){if(t=it(t),t){const o=b.findKey(this,t);return!!(o&&this[o]!==void 0&&(!n||no(this,this[o],o,n)))}return!1}delete(t,n){const o=this;let i=!1;function a(s){if(s=it(s),s){const l=b.findKey(o,s);l&&(!n||no(o,o[l],l,n))&&(delete o[l],i=!0)}}return b.isArray(t)?t.forEach(a):a(t),i}clear(t){const n=Object.keys(this);let o=n.length,i=!1;for(;o--;){const a=n[o];(!t||no(this,this[a],a,t,!0))&&(delete this[a],i=!0)}return i}normalize(t){const n=this,o={};return b.forEach(this,(i,a)=>{const s=b.findKey(o,a);if(s){n[s]=Kt(i),delete n[a];return}const l=t?Tg(a):String(a).trim();l!==a&&delete n[a],n[l]=Kt(i),o[l]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const n=Object.create(null);return b.forEach(this,(o,i)=>{o!=null&&o!==!1&&(n[i]=t&&b.isArray(o)?o.join(", "):o)}),n}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,n])=>t+": "+n).join(`
25
+ `)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...n){const o=new this(t);return n.forEach(i=>o.set(i)),o}static accessor(t){const o=(this[zi]=this[zi]={accessors:{}}).accessors,i=this.prototype;function a(s){const l=it(s);o[l]||(Og(i,s),o[l]=!0)}return b.isArray(t)?t.forEach(a):a(t),this}}$t.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),b.reduceDescriptors($t.prototype,({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(o){this[n]=o}}}),b.freezeMethods($t);const _e=$t;function oo(e,t){const n=this||to,o=t||n,i=_e.from(o.headers);let a=o.data;return b.forEach(e,function(l){a=l.call(n,a,i.normalize(),t?t.status:void 0)}),i.normalize(),a}function Mi(e){return!!(e&&e.__CANCEL__)}function at(e,t,n){R.call(this,e??"canceled",R.ERR_CANCELED,t,n),this.name="CanceledError"}b.inherits(at,R,{__CANCEL__:!0});function Bg(e,t,n){const o=n.config.validateStatus;!n.status||!o||o(n.status)?e(n):t(new R("Request failed with status code "+n.status,[R.ERR_BAD_REQUEST,R.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n))}const Ag=fe.isStandardBrowserEnv?function(){return{write:function(n,o,i,a,s,l){const u=[];u.push(n+"="+encodeURIComponent(o)),b.isNumber(i)&&u.push("expires="+new Date(i).toGMTString()),b.isString(a)&&u.push("path="+a),b.isString(s)&&u.push("domain="+s),l===!0&&u.push("secure"),document.cookie=u.join("; ")},read:function(n){const o=document.cookie.match(new RegExp("(^|;\\s*)("+n+")=([^;]*)"));return o?decodeURIComponent(o[3]):null},remove:function(n){this.write(n,"",Date.now()-864e5)}}}():function(){return{write:function(){},read:function(){return null},remove:function(){}}}();function Rg(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function Vg(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}function Ui(e,t){return e&&!Rg(t)?Vg(e,t):t}const Lg=fe.isStandardBrowserEnv?function(){const t=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");let o;function i(a){let s=a;return t&&(n.setAttribute("href",s),s=n.href),n.setAttribute("href",s),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:n.pathname.charAt(0)==="/"?n.pathname:"/"+n.pathname}}return o=i(window.location.href),function(s){const l=b.isString(s)?i(s):s;return l.protocol===o.protocol&&l.host===o.host}}():function(){return function(){return!0}}();function Fg(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function jg(e,t){e=e||10;const n=new Array(e),o=new Array(e);let i=0,a=0,s;return t=t!==void 0?t:1e3,function(u){const c=Date.now(),d=o[a];s||(s=c),n[i]=u,o[i]=c;let m=a,h=0;for(;m!==i;)h+=n[m++],m=m%e;if(i=(i+1)%e,i===a&&(a=(a+1)%e),c-s<t)return;const f=d&&c-d;return f?Math.round(h*1e3/f):void 0}}function Wi(e,t){let n=0;const o=jg(50,250);return i=>{const a=i.loaded,s=i.lengthComputable?i.total:void 0,l=a-n,u=o(l),c=a<=s;n=a;const d={loaded:a,total:s,progress:s?a/s:void 0,bytes:l,rate:u||void 0,estimated:u&&s&&c?(s-a)/u:void 0,event:i};d[t?"download":"upload"]=!0,e(d)}}const ro={http:dg,xhr:typeof XMLHttpRequest<"u"&&function(e){return new Promise(function(n,o){let i=e.data;const a=_e.from(e.headers).normalize(),s=e.responseType;let l;function u(){e.cancelToken&&e.cancelToken.unsubscribe(l),e.signal&&e.signal.removeEventListener("abort",l)}let c;b.isFormData(i)&&(fe.isStandardBrowserEnv||fe.isStandardBrowserWebWorkerEnv?a.setContentType(!1):a.getContentType(/^\s*multipart\/form-data/)?b.isString(c=a.getContentType())&&a.setContentType(c.replace(/^\s*(multipart\/form-data);+/,"$1")):a.setContentType("multipart/form-data"));let d=new XMLHttpRequest;if(e.auth){const p=e.auth.username||"",_=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";a.set("Authorization","Basic "+btoa(p+":"+_))}const m=Ui(e.baseURL,e.url);d.open(e.method.toUpperCase(),ji(m,e.params,e.paramsSerializer),!0),d.timeout=e.timeout;function h(){if(!d)return;const p=_e.from("getAllResponseHeaders"in d&&d.getAllResponseHeaders()),S={data:!s||s==="text"||s==="json"?d.responseText:d.response,status:d.status,statusText:d.statusText,headers:p,config:e,request:d};Bg(function(O){n(O),u()},function(O){o(O),u()},S),d=null}if("onloadend"in d?d.onloadend=h:d.onreadystatechange=function(){!d||d.readyState!==4||d.status===0&&!(d.responseURL&&d.responseURL.indexOf("file:")===0)||setTimeout(h)},d.onabort=function(){d&&(o(new R("Request aborted",R.ECONNABORTED,e,d)),d=null)},d.onerror=function(){o(new R("Network Error",R.ERR_NETWORK,e,d)),d=null},d.ontimeout=function(){let _=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded";const S=e.transitional||Ii;e.timeoutErrorMessage&&(_=e.timeoutErrorMessage),o(new R(_,S.clarifyTimeoutError?R.ETIMEDOUT:R.ECONNABORTED,e,d)),d=null},fe.isStandardBrowserEnv){const p=(e.withCredentials||Lg(m))&&e.xsrfCookieName&&Ag.read(e.xsrfCookieName);p&&a.set(e.xsrfHeaderName,p)}i===void 0&&a.setContentType(null),"setRequestHeader"in d&&b.forEach(a.toJSON(),function(_,S){d.setRequestHeader(S,_)}),b.isUndefined(e.withCredentials)||(d.withCredentials=!!e.withCredentials),s&&s!=="json"&&(d.responseType=e.responseType),typeof e.onDownloadProgress=="function"&&d.addEventListener("progress",Wi(e.onDownloadProgress,!0)),typeof e.onUploadProgress=="function"&&d.upload&&d.upload.addEventListener("progress",Wi(e.onUploadProgress)),(e.cancelToken||e.signal)&&(l=p=>{d&&(o(!p||p.type?new at(null,e,d):p),d.abort(),d=null)},e.cancelToken&&e.cancelToken.subscribe(l),e.signal&&(e.signal.aborted?l():e.signal.addEventListener("abort",l)));const f=Fg(m);if(f&&fe.protocols.indexOf(f)===-1){o(new R("Unsupported protocol "+f+":",R.ERR_BAD_REQUEST,e));return}d.send(i||null)})}};b.forEach(ro,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const Hi=e=>`- ${e}`,Pg=e=>b.isFunction(e)||e===null||e===!1,Gi={getAdapter:e=>{e=b.isArray(e)?e:[e];const{length:t}=e;let n,o;const i={};for(let a=0;a<t;a++){n=e[a];let s;if(o=n,!Pg(n)&&(o=ro[(s=String(n)).toLowerCase()],o===void 0))throw new R(`Unknown adapter '${s}'`);if(o)break;i[s||"#"+a]=o}if(!o){const a=Object.entries(i).map(([l,u])=>`adapter ${l} `+(u===!1?"is not supported by the environment":"is not available in the build"));let s=t?a.length>1?`since :
26
+ `+a.map(Hi).join(`
27
+ `):" "+Hi(a[0]):"as no adapter specified";throw new R("There is no suitable adapter to dispatch the request "+s,"ERR_NOT_SUPPORT")}return o},adapters:ro};function io(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new at(null,e)}function qi(e){return io(e),e.headers=_e.from(e.headers),e.data=oo.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),Gi.getAdapter(e.adapter||to.adapter)(e).then(function(o){return io(e),o.data=oo.call(e,e.transformResponse,o),o.headers=_e.from(o.headers),o},function(o){return Mi(o)||(io(e),o&&o.response&&(o.response.data=oo.call(e,e.transformResponse,o.response),o.response.headers=_e.from(o.response.headers))),Promise.reject(o)})}const Ji=e=>e instanceof _e?e.toJSON():e;function Je(e,t){t=t||{};const n={};function o(c,d,m){return b.isPlainObject(c)&&b.isPlainObject(d)?b.merge.call({caseless:m},c,d):b.isPlainObject(d)?b.merge({},d):b.isArray(d)?d.slice():d}function i(c,d,m){if(b.isUndefined(d)){if(!b.isUndefined(c))return o(void 0,c,m)}else return o(c,d,m)}function a(c,d){if(!b.isUndefined(d))return o(void 0,d)}function s(c,d){if(b.isUndefined(d)){if(!b.isUndefined(c))return o(void 0,c)}else return o(void 0,d)}function l(c,d,m){if(m in t)return o(c,d);if(m in e)return o(void 0,c)}const u={url:a,method:a,data:a,baseURL:s,transformRequest:s,transformResponse:s,paramsSerializer:s,timeout:s,timeoutMessage:s,withCredentials:s,adapter:s,responseType:s,xsrfCookieName:s,xsrfHeaderName:s,onUploadProgress:s,onDownloadProgress:s,decompress:s,maxContentLength:s,maxBodyLength:s,beforeRedirect:s,transport:s,httpAgent:s,httpsAgent:s,cancelToken:s,socketPath:s,responseEncoding:s,validateStatus:l,headers:(c,d)=>i(Ji(c),Ji(d),!0)};return b.forEach(Object.keys(Object.assign({},e,t)),function(d){const m=u[d]||i,h=m(e[d],t[d],d);b.isUndefined(h)&&m!==l||(n[d]=h)}),n}const Ki="1.5.1",ao={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{ao[e]=function(o){return typeof o===e||"a"+(t<1?"n ":" ")+e}});const $i={};ao.transitional=function(t,n,o){function i(a,s){return"[Axios v"+Ki+"] Transitional option '"+a+"'"+s+(o?". "+o:"")}return(a,s,l)=>{if(t===!1)throw new R(i(s," has been removed"+(n?" in "+n:"")),R.ERR_DEPRECATED);return n&&!$i[s]&&($i[s]=!0,console.warn(i(s," has been deprecated since v"+n+" and will be removed in the near future"))),t?t(a,s,l):!0}};function Ig(e,t,n){if(typeof e!="object")throw new R("options must be an object",R.ERR_BAD_OPTION_VALUE);const o=Object.keys(e);let i=o.length;for(;i-- >0;){const a=o[i],s=t[a];if(s){const l=e[a],u=l===void 0||s(l,a,e);if(u!==!0)throw new R("option "+a+" must be "+u,R.ERR_BAD_OPTION_VALUE);continue}if(n!==!0)throw new R("Unknown option "+a,R.ERR_BAD_OPTION)}}const so={assertOptions:Ig,validators:ao},ve=so.validators;class Yt{constructor(t){this.defaults=t,this.interceptors={request:new Pi,response:new Pi}}request(t,n){typeof t=="string"?(n=n||{},n.url=t):n=t||{},n=Je(this.defaults,n);const{transitional:o,paramsSerializer:i,headers:a}=n;o!==void 0&&so.assertOptions(o,{silentJSONParsing:ve.transitional(ve.boolean),forcedJSONParsing:ve.transitional(ve.boolean),clarifyTimeoutError:ve.transitional(ve.boolean)},!1),i!=null&&(b.isFunction(i)?n.paramsSerializer={serialize:i}:so.assertOptions(i,{encode:ve.function,serialize:ve.function},!0)),n.method=(n.method||this.defaults.method||"get").toLowerCase();let s=a&&b.merge(a.common,a[n.method]);a&&b.forEach(["delete","get","head","post","put","patch","common"],p=>{delete a[p]}),n.headers=_e.concat(s,a);const l=[];let u=!0;this.interceptors.request.forEach(function(_){typeof _.runWhen=="function"&&_.runWhen(n)===!1||(u=u&&_.synchronous,l.unshift(_.fulfilled,_.rejected))});const c=[];this.interceptors.response.forEach(function(_){c.push(_.fulfilled,_.rejected)});let d,m=0,h;if(!u){const p=[qi.bind(this),void 0];for(p.unshift.apply(p,l),p.push.apply(p,c),h=p.length,d=Promise.resolve(n);m<h;)d=d.then(p[m++],p[m++]);return d}h=l.length;let f=n;for(m=0;m<h;){const p=l[m++],_=l[m++];try{f=p(f)}catch(S){_.call(this,S);break}}try{d=qi.call(this,f)}catch(p){return Promise.reject(p)}for(m=0,h=c.length;m<h;)d=d.then(c[m++],c[m++]);return d}getUri(t){t=Je(this.defaults,t);const n=Ui(t.baseURL,t.url);return ji(n,t.params,t.paramsSerializer)}}b.forEach(["delete","get","head","options"],function(t){Yt.prototype[t]=function(n,o){return this.request(Je(o||{},{method:t,url:n,data:(o||{}).data}))}}),b.forEach(["post","put","patch"],function(t){function n(o){return function(a,s,l){return this.request(Je(l||{},{method:t,headers:o?{"Content-Type":"multipart/form-data"}:{},url:a,data:s}))}}Yt.prototype[t]=n(),Yt.prototype[t+"Form"]=n(!0)});const Xt=Yt;class lo{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let n;this.promise=new Promise(function(a){n=a});const o=this;this.promise.then(i=>{if(!o._listeners)return;let a=o._listeners.length;for(;a-- >0;)o._listeners[a](i);o._listeners=null}),this.promise.then=i=>{let a;const s=new Promise(l=>{o.subscribe(l),a=l}).then(i);return s.cancel=function(){o.unsubscribe(a)},s},t(function(a,s,l){o.reason||(o.reason=new at(a,s,l),n(o.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const n=this._listeners.indexOf(t);n!==-1&&this._listeners.splice(n,1)}static source(){let t;return{token:new lo(function(i){t=i}),cancel:t}}}const Dg=lo;function zg(e){return function(n){return e.apply(null,n)}}function Mg(e){return b.isObject(e)&&e.isAxiosError===!0}const co={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(co).forEach(([e,t])=>{co[t]=e});const Ug=co;function Yi(e){const t=new Xt(e),n=wi(Xt.prototype.request,t);return b.extend(n,Xt.prototype,t,{allOwnKeys:!0}),b.extend(n,t,null,{allOwnKeys:!0}),n.create=function(i){return Yi(Je(e,i))},n}const I=Yi(to);I.Axios=Xt,I.CanceledError=at,I.CancelToken=Dg,I.isCancel=Mi,I.VERSION=Ki,I.toFormData=Jt,I.AxiosError=R,I.Cancel=I.CanceledError,I.all=function(t){return Promise.all(t)},I.spread=zg,I.isAxiosError=Mg,I.mergeConfig=Je,I.AxiosHeaders=_e,I.formToJSON=e=>Di(b.isHTMLForm(e)?new FormData(e):e),I.getAdapter=Gi.getAdapter,I.HttpStatusCode=Ug,I.default=I;const Wg=I,Ny="",Hg={class:"game-data"},Gg={class:"game-data__header"},qg={class:"game-data__header__tournament-season-dropdown"},Jg={class:"game-data__header__teams-carousel"},Kg={class:"game-data__body"},$g={class:"game-data__body__menu"};Wg.defaults.headers.common.Authorization="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MCwibmFtZSI6IlVzdWFyaW8gRnJlZSIsInVzZXJuYW1lIjoiZnJlZUBnb2xzdGF0cy5jb20iLCJlbWFpbCI6ImZyZWVAZ29sc3RhdHMuY29tIiwiaWF0IjoxNjA2NzU4Nzk1LCJleHAiOjE2MzgyOTQ3OTV9.kPNmP7yDtk38cAXrUyc7OHRh6J25VFqy-XUNzbK-4YE";const Yg=r.defineComponent({name:"TemplateVideos",components:{StatisticsMain:Km,GSCGameTimeLine:Bh}}),Xg=ye(Object.assign(Yg,{setup(e){const t=r.ref({season:[]}),n=r.ref({}),o=r.ref({}),i=r.ref("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MCwibmFtZSI6IlVzdWFyaW8gRnJlZSIsInVzZXJuYW1lIjoiZnJlZUBnb2xzdGF0cy5jb20iLCJlbWFpbCI6ImZyZWVAZ29sc3RhdHMuY29tIiwiaWF0IjoxNjA2NzU4Nzk1LCJleHAiOjE2MzgyOTQ3OTV9.kPNmP7yDtk38cAXrUyc7OHRh6J25VFqy-XUNzbK-4YE"),a=r.ref([{componentName:"StatisticsMain",name:"Estadísticas"},{componentName:"GSCGameTimeLine",name:"Minuto a Minuto"}]),s=r.ref(a.value[0]),l=r.computed(()=>{const f=[];return n.value&&n.value.id&&(f.push({id:n.value.id,name:n.value.name,type:n.value.type}),n.value.related_seasons&&n.value.related_seasons.forEach(p=>{f.push({id:p.id,type:p.type})})),f}),u=r.computed(()=>{let f={};return o.value&&o.value.game_id&&(f={gameId:o.value.game_id,id:o.value.game_id,seasonId:o.value.season_id,status:o.value.game_status,dateTimeUTC:o.value.date_time_utc,homeTeam:o.value.home_team,awayTeam:o.value.visiting_team}),f});function c(f){t.value=f}function d(f){n.value=f}function m(f){s.value=f}function h(f){o.value=f}return(f,p)=>(r.openBlock(),r.createElementBlock("div",Hg,[r.createElementVNode("div",Gg,[r.createElementVNode("div",qg,[r.createVNode(r.unref(ba),{"default-item-by-prop":{propName:"id",value:1},onInput:c}),r.createVNode(r.unref(ja),{seasons:t.value.seasons,onInput:d},null,8,["seasons"])]),r.createElementVNode("div",Jg,[r.createVNode(r.unref(qd),{token:i.value,"await-for-seasons":"",seasons:l.value,"is-pagination-visible":!1,"are-games-carousel-type":"",onChangeGameCarousel:h},null,8,["token","seasons"])])]),r.createElementVNode("div",Kg,[r.createElementVNode("div",$g,[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(a.value,_=>(r.openBlock(),r.createElementBlock("div",{key:_.name},[r.createVNode(bn,{text:_.name,onClick:S=>m(_)},null,8,["text","onClick"])]))),128))]),(r.openBlock(),r.createBlock(r.resolveDynamicComponent(s.value.componentName),{game:u.value},null,8,["game"]))])]))}}),[["__scopeId","data-v-f6363a3a"]]);Te.GSCGameData=Xg,Object.defineProperty(Te,Symbol.toStringTag,{value:"Module"})});