@golstats/gsc-lists 1.0.20 → 1.0.21
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.
- package/README.md +2 -2
- package/dist/{FilterConditions-9f3e95e9-CHJyW4ku.js → FilterConditions-9f3e95e9-DnVzygiz.js} +1 -1
- package/dist/{FilterField-356ac22f-Dcy0KpPM.js → FilterField-356ac22f-CmqQpb1Q.js} +1 -1
- package/dist/{FilterSubcategories-500fb769-JHRiqM2O.js → FilterSubcategories-500fb769-DC-66V2z.js} +1 -1
- package/dist/css/fonts.css +112 -112
- package/dist/gsc-lists.css +1 -1
- package/dist/gsc-lists.es.js +1 -1
- package/dist/gsc-lists.umd.js +2 -2
- package/dist/{index-BGCGo5FU.js → index-C5VoywkV.js} +589 -590
- package/package.json +36 -36
package/dist/gsc-lists.umd.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
(function(Te,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],e):(Te=typeof globalThis<"u"?globalThis:Te||self,e(Te.GSCList={},Te.Vue))})(this,function(Te,e){"use strict";const zt=(t,a)=>{const o=t.__vccOpts||t;for(const[l,r]of a)o[l]=r;return o},Ut={name:"FieldTemplatesElement",props:{fieldWidth:{type:Number,default:302.5},fieldHeight:{type:Number,default:254.5},initialSections:{type:Array,default:()=>[]},displayMode:{type:Boolean,default:!1},title:{type:String,default:"Zona de origen del balón:"},quarters:{type:Array,default:()=>[1,2,3,4]}},data(){return{selectAll:!0,selectedSections:new Set,isDragging:!1,dragSelectMode:null,lastUpdateTime:0,lastSelectedSections:[]}},created(){this.initializeSections()},watch:{initialSections:{handler:"initializeSections",immediate:!0},selectedSections:{handler(t){if(this.lastSelectedSections.every(o=>t.has(o)))return;const a=Array.from(t).map(Number).sort((o,l)=>o-l);this.lastSelectedSections=[...a],this.$emit("sections-changed",a)},deep:!0}},methods:{initializeSections(){if(this.selectedSections.clear(),this.initialSections&&this.initialSections.length>0)this.initialSections.forEach(t=>{const a=Math.ceil(t/4);this.isQuarterEnabled(a)&&this.selectedSections.add(t.toString())});else for(let t=1;t<=16;t++){const a=Math.ceil(t/4);this.isQuarterEnabled(a)&&this.selectedSections.add(t.toString())}this.updateSelectAllState()},isSelected(t){return this.selectedSections.has(t.toString())},toggleSection(t){const a=Math.ceil(t/4);if(!this.isQuarterEnabled(a))return;const o=t.toString();this.selectedSections.size===1&&this.selectedSections.has(o)||(this.selectedSections.has(o)?this.selectedSections.delete(o):this.selectedSections.add(o),this.updateSelectAllState())},toggleAllSections(){if(this.selectAll)for(let t=1;t<=16;t++)this.selectedSections.add(t.toString());else this.selectedSections.clear()},updateSelectAllState(){requestAnimationFrame(()=>{this.selectAll=this.selectedSections.size===16})},startDragging(){this.displayMode||(this.isDragging=!0,event.preventDefault())},stopDragging(){this.displayMode||(this.isDragging=!1,this.dragSelectMode=null)},handleDragSelect(t){if(this.displayMode)return;const a=Date.now();if(a-this.lastUpdateTime<16)return;this.lastUpdateTime=a;const o=t.toString(),l=Math.ceil(t/4);if(this.isQuarterEnabled(l)){if(this.dragSelectMode===null&&(this.dragSelectMode=!this.selectedSections.has(o)),this.dragSelectMode)this.selectedSections.add(o);else{if(this.selectedSections.size===1&&this.selectedSections.has(o))return;this.selectedSections.delete(o)}this.updateSelectAllState()}},getSectionNumber(t,a){return(t-1)*4+a},getSectionIndex(t,a){return(t-1)*4+a},selectColumn(t){if(!this.isQuarterEnabled(t))return;const a=(t-1)*4+1,o=t*4;if(Array.from({length:4},(l,r)=>(a+r).toString()).every(l=>this.selectedSections.has(l))&&this.selectedSections.size>4)for(let l=a;l<=o;l++)this.selectedSections.delete(l.toString());else for(let l=a;l<=o;l++)this.selectedSections.add(l.toString());this.updateSelectAllState()},isQuarterSelected(t){const a=(t-1)*4+1;return Array.from({length:4},(o,l)=>(a+l).toString()).every(o=>this.selectedSections.has(o))},isQuarterEnabled(t){return this.quarters.includes(t)}}},Ia=()=>{e.useCssVars(t=>({"3f07ccca":t.fieldWidth+"px","26834d3a":t.fieldHeight+"px","1711e604":t.displayMode?"-28px":"0"}))},va=Ut.setup;Ut.setup=va?(t,a)=>(Ia(),va(t,a)):Ia;const Zl={class:"field-template-element"},Yl={class:"field-container"},Jl=["onMouseenter","onMousedown"],Kl={class:"column-buttons"},Xl=["onClick","disabled"];function Ql(t,a,o,l,r,i){return e.openBlock(),e.createElementBlock("div",Zl,[e.createElementVNode("div",Yl,[e.createElementVNode("div",{class:e.normalizeClass(["field-title",{"hidden-title":o.displayMode}])},[e.createElementVNode("span",null,e.toDisplayString(o.title),1)],2),e.createElementVNode("div",{class:"soccer-field",onMousedown:a[0]||(a[0]=(...n)=>i.startDragging&&i.startDragging(...n)),onMouseup:a[1]||(a[1]=(...n)=>i.stopDragging&&i.stopDragging(...n)),onMouseleave:a[2]||(a[2]=(...n)=>i.stopDragging&&i.stopDragging(...n))},[(e.openBlock(),e.createElementBlock(e.Fragment,null,e.renderList(4,n=>e.createElementVNode("div",{key:n,class:"field-column"},[(e.openBlock(),e.createElementBlock(e.Fragment,null,e.renderList(4,s=>e.createElementVNode("div",{key:`${n}-${s}`,class:e.normalizeClass(["field-section",{selected:i.isSelected(i.getSectionIndex(n,s)),"display-mode":o.displayMode}]),onMouseenter:d=>r.isDragging&&i.handleDragSelect(i.getSectionIndex(n,s)),onMousedown:e.withModifiers(d=>!o.displayMode&&i.toggleSection(i.getSectionIndex(n,s)),["prevent"])},null,42,Jl)),64))])),64))],32),e.createElementVNode("div",Kl,[o.displayMode?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},e.renderList(4,n=>e.createElementVNode("div",{key:n,class:"column-label"},e.toDisplayString(n)+"/4 tos ",1)),64)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},e.renderList(4,n=>e.createElementVNode("button",{key:n,class:e.normalizeClass(["column-button",{selected:i.isQuarterSelected(n),disabled:!i.isQuarterEnabled(n)}]),onClick:s=>i.selectColumn(n),disabled:!i.isQuarterEnabled(n)},e.toDisplayString(n)+"/4 tos ",11,Xl)),64))])])])}const ei=zt(Ut,[["render",Ql],["__scopeId","data-v-1f6351a4"]]),jt={name:"FieldTemplatesElement",props:{fieldWidth:{type:Number,default:302.5},fieldHeight:{type:Number,default:254.5},initialSections:{type:Array,default:()=>[]},displayMode:{type:Boolean,default:!1}},data(){return{selectAll:!0,selectedSections:new Set,isDragging:!1,dragSelectMode:null,lastUpdateTime:0,selectedCells:new Array(72).fill(!0)}},created(){this.initializeSections()},watch:{initialSections:{handler:"initializeSections",immediate:!0},selectedSections:{handler(t){const a=Array.from(t).map(i=>{const[n,s]=i.split("-").map(Number);return{row:n,col:s,value:this.getSequentialNumber(n,s)}}),o={};a.forEach(i=>{o[i.col]||(o[i.col]=[]),o[i.col].push(i)});const l=[];Object.values(o).forEach(i=>{i.sort((s,d)=>d.row-s.row);let n=[i[0]];for(let s=1;s<i.length;s++){const d=i[s];i[s-1].row-d.row===1?n.push(d):(n.length>0&&l.push(n),n=[d])}n.length>0&&l.push(n)});const r=l.sort((i,n)=>{const s=Math.min(...i.map(c=>c.value)),d=Math.min(...n.map(c=>c.value));return s-d}).map(i=>{const n=i.map(s=>s.value).sort((s,d)=>d-s);return n.length===1?[n[0],n[0]]:[n[0],n[n.length-1]]});this.$emit("sections-changed",r)},deep:!0}},methods:{initializeSections(){if(this.initialSections&&this.initialSections.length>0)this.selectedSections.clear(),this.initialSections.forEach(t=>{if(Array.isArray(t)&&t.length===2){const[a,o]=t,l=17-Math.floor((a-1)/21),r=(a-1)%21+1,i=17-Math.floor((o-1)/21),n=(o-1)%21+1;if(r===n){const s=Math.min(l,i),d=Math.max(l,i);for(let c=s;c<=d;c++)this.selectedSections.add(this.getSectionId(c,r))}else{const s=Math.min(r,n),d=Math.max(r,n);for(let c=s;c<=d;c++){const h=c===r?l:1,m=c===n?i:17;for(let y=Math.min(h,m);y<=Math.max(h,m);y++)this.selectedSections.add(this.getSectionId(y,c))}}}});else for(let t=1;t<=17;t++)for(let a=1;a<=21;a++)this.selectedSections.add(this.getSectionId(t,a));this.updateSelectAllState()},getSectionId(t,a){return`${t}-${a}`},isSelected(t,a){return this.selectedSections.has(this.getSectionId(t,a))},toggleSection(t,a){const o=this.getSectionId(t,a);this.selectedSections.has(o)?this.selectedSections.delete(o):this.selectedSections.add(o),this.updateSelectAllState()},toggleAllSections(){if(this.selectAll)for(let t=1;t<=17;t++)for(let a=1;a<=21;a++)this.selectedSections.add(this.getSectionId(t,a));else this.selectedSections.clear()},updateSelectAllState(){requestAnimationFrame(()=>{let t=357;this.selectAll=this.selectedSections.size===t})},startDragging(){this.displayMode||(this.isDragging=!0,event.preventDefault())},stopDragging(){this.displayMode||(this.isDragging=!1,this.dragSelectMode=null)},handleDragSelect(t,a){if(this.displayMode)return;const o=Date.now();if(o-this.lastUpdateTime<16)return;this.lastUpdateTime=o;const l=this.getSectionId(t,a);this.dragSelectMode===null&&(this.dragSelectMode=!this.selectedSections.has(l)),this.dragSelectMode?this.selectedSections.add(l):this.selectedSections.delete(l),this.updateSelectAllState()},getSequentialNumber(t,a){return(17-t)*21+a}}},Ra=()=>{e.useCssVars(t=>({"7dc153b4":t.fieldWidth+"px","3cee0bfc":(t.displayMode?t.fieldHeight-24:t.fieldHeight)+"px"}))},Oa=jt.setup;jt.setup=Oa?(t,a)=>(Ra(),Oa(t,a)):Ra;const ti={class:"field-template-element"},ai={class:"field-container"},oi={key:0,class:"select-all-container"},li={class:"select-all-label"},ii=["onMouseenter","onMousedown"];function ri(t,a,o,l,r,i){return e.openBlock(),e.createElementBlock("div",ti,[e.createElementVNode("div",ai,[o.displayMode?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",oi,[e.createElementVNode("label",li,[a[5]||(a[5]=e.createElementVNode("span",null,"Seleccionar toda la cancha",-1)),e.withDirectives(e.createElementVNode("input",{type:"checkbox",class:"select-all-checkbox","onUpdate:modelValue":a[0]||(a[0]=n=>r.selectAll=n),onChange:a[1]||(a[1]=(...n)=>i.toggleAllSections&&i.toggleAllSections(...n))},null,544),[[e.vModelCheckbox,r.selectAll]])])])),e.createElementVNode("div",{class:"soccer-field",onMousedown:a[2]||(a[2]=(...n)=>i.startDragging&&i.startDragging(...n)),onMouseup:a[3]||(a[3]=(...n)=>i.stopDragging&&i.stopDragging(...n)),onMouseleave:a[4]||(a[4]=(...n)=>i.stopDragging&&i.stopDragging(...n))},[(e.openBlock(),e.createElementBlock(e.Fragment,null,e.renderList(17,n=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:n},[(e.openBlock(),e.createElementBlock(e.Fragment,null,e.renderList(21,s=>e.createElementVNode("div",{key:`${n}-${s}`,class:e.normalizeClass(["field-section",{selected:i.isSelected(n,s),"display-mode":o.displayMode}]),onMouseenter:d=>r.isDragging&&i.handleDragSelect(n,s),onMousedown:e.withModifiers(d=>!o.displayMode&&i.toggleSection(n,s),["prevent"])},null,42,ii)),64))],64))),64))],32),a[6]||(a[6]=e.createStaticVNode('<div class="attack-direction" data-v-389c50fa><div class="arrow-line" data-v-389c50fa></div><span class="attack-text" data-v-389c50fa>Ataca</span><div class="arrow-line" data-v-389c50fa></div><svg class="arrow-head" width="12" height="12" viewBox="0 0 12 12" data-v-389c50fa><polygon points="12,6 0,1 0,11" fill="#316fee" data-v-389c50fa></polygon></svg></div>',1))])])}const ni=zt(jt,[["render",ri],["__scopeId","data-v-389c50fa"]]),si={components:{FieldGolStatsTemplates:ei,FieldTemplatesElement:ni},name:"ModalPassConditions",props:{isVisible:{type:Boolean,required:!0},parameters:{type:Object,required:!0}},data(){return{quarters:[1,2],userId:24254,originSelection:[],destinationSelection:[],selectAllOrigin:!1,selectAllDestination:!1,minDistanceX:.5,minDistanceY:.5,minDistanceTotal:.5}},methods:{isArrayOfArrays(t){return Array.isArray(t)&&t.length>0&&t.every(a=>Array.isArray(a))},closeModal(){this.$emit("update:isVisible",!1)},updateOriginSelection(t){this.originSelection=t},updateDestinationSelection(t){this.destinationSelection=t},clearFilters(){this.originSelection=[],this.destinationSelection=[],this.selectAllOrigin=!1,this.selectAllDestination=!1,this.minDistanceX=0,this.minDistanceY=0,this.minDistanceTotal=0},applyFilters(){this.$emit("update:isVisible",!1)}}},di={key:0,class:"modal-wrapper"},ci={class:"modal-overlay"},mi={class:"modal-container"},pi={class:"modal-content"},ui={class:"modal-header"},fi={class:"fields-container"},hi={class:"field-section"},yi={class:"field-section"},gi={class:"distance-section"},bi={class:"distance-info"},Si={class:"info-row"},_i={class:"info-value"},Ci={class:"info-row"},Ei={class:"info-value"},wi={class:"info-row"},ki={class:"info-value"},Vi={class:"distance-section"},Ni={class:"distance-info"},xi={class:"info-row"},Bi={class:"info-value"},Fi={class:"info-row"},Ti={class:"info-value"},Mi={class:"info-row"},Ai={class:"info-value"};function Li(t,a,o,l,r,i){var n,s,d,c,h,m,y,u,f,p,g,b;const B=e.resolveComponent("FieldGolStatsTemplates"),R=e.resolveComponent("FieldTemplatesElement");return o.isVisible?(e.openBlock(),e.createElementBlock("div",di,[e.createElementVNode("div",ci,[e.createElementVNode("div",mi,[e.createElementVNode("div",pi,[e.createElementVNode("div",ui,[a[2]||(a[2]=e.createStaticVNode('<div class="header-content" data-v-834c0128><svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" data-v-inspector="src/components/GSCTemplates.vue:100:15" data-v-a08c9209="" data-v-834c0128><path d="M5.18088 2.68185L3.12463 4.74435L2.31838 3.93185C2.20069 3.81416 2.04107 3.74805 1.87463 3.74805C1.70819 3.74805 1.54857 3.81416 1.43088 3.93185C1.31319 4.04954 1.24707 4.20917 1.24707 4.3756C1.24707 4.54204 1.31319 4.70166 1.43088 4.81935L2.68088 6.06935C2.73898 6.12793 2.80811 6.17443 2.88427 6.20616C2.96043 6.23789 3.04212 6.25423 3.12463 6.25423C3.20714 6.25423 3.28883 6.23789 3.36499 6.20616C3.44115 6.17443 3.51028 6.12793 3.56838 6.06935L6.06838 3.56935C6.12665 3.51108 6.17288 3.4419 6.20442 3.36576C6.23595 3.28962 6.25218 3.20802 6.25218 3.1256C6.25218 3.04319 6.23595 2.96159 6.20442 2.88545C6.17288 2.80931 6.12665 2.74013 6.06838 2.68185C6.0101 2.62358 5.94092 2.57735 5.86478 2.54582C5.78864 2.51428 5.70704 2.49805 5.62463 2.49805C5.54222 2.49805 5.46061 2.51428 5.38447 2.54582C5.30833 2.57735 5.23915 2.62358 5.18088 2.68185Z" fill="white" data-v-inspector="src/components/GSCTemplates.vue:101:17" data-v-a08c9209="" data-v-834c0128></path><path d="M5 8.125H2.5C2.33424 8.125 2.17527 8.19085 2.05806 8.30806C1.94085 8.42527 1.875 8.58424 1.875 8.75V11.25C1.875 11.4158 1.94085 11.5747 2.05806 11.6919C2.17527 11.8092 2.33424 11.875 2.5 11.875H5C5.16576 11.875 5.32473 11.8092 5.44194 11.6919C5.55915 11.5747 5.625 11.4158 5.625 11.25V8.75C5.625 8.58424 5.55915 8.42527 5.44194 8.30806C5.32473 8.19085 5.16576 8.125 5 8.125ZM4.375 10.625H3.125V9.375H4.375V10.625Z" fill="white" data-v-inspector="src/components/GSCTemplates.vue:104:17" data-v-a08c9209="" data-v-834c0128></path><path d="M5 13.75H2.5C2.33424 13.75 2.17527 13.8158 2.05806 13.9331C1.94085 14.0503 1.875 14.2092 1.875 14.375V16.875C1.875 17.0408 1.94085 17.1997 2.05806 17.3169C2.17527 17.4342 2.33424 17.5 2.5 17.5H5C5.16576 17.5 5.32473 17.4342 5.44194 17.3169C5.55915 17.1997 5.625 17.0408 5.625 16.875V14.375C5.625 14.2092 5.55915 14.0503 5.44194 13.9331C5.32473 13.8158 5.16576 13.75 5 13.75ZM4.375 16.25H3.125V15H4.375V16.25Z" fill="white" data-v-inspector="src/components/GSCTemplates.vue:107:17" data-v-a08c9209="" data-v-834c0128></path><path d="M8.125 9.375H13.125C13.2908 9.375 13.4497 9.30915 13.5669 9.19194C13.6842 9.07473 13.75 8.91576 13.75 8.75C13.75 8.58424 13.6842 8.42527 13.5669 8.30806C13.4497 8.19085 13.2908 8.125 13.125 8.125H8.125C7.95924 8.125 7.80027 8.19085 7.68306 8.30806C7.56585 8.42527 7.5 8.58424 7.5 8.75C7.5 8.91576 7.56585 9.07473 7.68306 9.19194C7.80027 9.30915 7.95924 9.375 8.125 9.375Z" fill="white" data-v-inspector="src/components/GSCTemplates.vue:110:17" data-v-a08c9209="" data-v-834c0128></path><path d="M18.125 10.625H8.125C7.95924 10.625 7.80027 10.6908 7.68306 10.8081C7.56585 10.9253 7.5 11.0842 7.5 11.25C7.5 11.4158 7.56585 11.5747 7.68306 11.6919C7.80027 11.8092 7.95924 11.875 8.125 11.875H18.125C18.2908 11.875 18.4497 11.8092 18.5669 11.6919C18.6842 11.5747 18.75 11.4158 18.75 11.25C18.75 11.0842 18.6842 10.9253 18.5669 10.8081C18.4497 10.6908 18.2908 10.625 18.125 10.625Z" fill="white" data-v-inspector="src/components/GSCTemplates.vue:113:17" data-v-a08c9209="" data-v-834c0128></path><path d="M8.125 15H13.125C13.2908 15 13.4497 14.9342 13.5669 14.8169C13.6842 14.6997 13.75 14.5408 13.75 14.375C13.75 14.2092 13.6842 14.0503 13.5669 13.9331C13.4497 13.8158 13.2908 13.75 13.125 13.75H8.125C7.95924 13.75 7.80027 13.8158 7.68306 13.9331C7.56585 14.0503 7.5 14.2092 7.5 14.375C7.5 14.5408 7.56585 14.6997 7.68306 14.8169C7.80027 14.9342 7.95924 15 8.125 15Z" fill="white" data-v-inspector="src/components/GSCTemplates.vue:116:17" data-v-a08c9209="" data-v-834c0128></path><path d="M18.125 16.25H8.125C7.95924 16.25 7.80027 16.3158 7.68306 16.4331C7.56585 16.5503 7.5 16.7092 7.5 16.875C7.5 17.0408 7.56585 17.1997 7.68306 17.3169C7.80027 17.4342 7.95924 17.5 8.125 17.5H18.125C18.2908 17.5 18.4497 17.4342 18.5669 17.3169C18.6842 17.1997 18.75 17.0408 18.75 16.875C18.75 16.7092 18.6842 16.5503 18.5669 16.4331C18.4497 16.3158 18.2908 16.25 18.125 16.25Z" fill="white" data-v-inspector="src/components/GSCTemplates.vue:119:17" data-v-a08c9209="" data-v-834c0128></path><path d="M8.125 3.75H13.125C13.2908 3.75 13.4497 3.68415 13.5669 3.56694C13.6842 3.44973 13.75 3.29076 13.75 3.125C13.75 2.95924 13.6842 2.80027 13.5669 2.68306C13.4497 2.56585 13.2908 2.5 13.125 2.5H8.125C7.95924 2.5 7.80027 2.56585 7.68306 2.68306C7.56585 2.80027 7.5 2.95924 7.5 3.125C7.5 3.29076 7.56585 3.44973 7.68306 3.56694C7.80027 3.68415 7.95924 3.75 8.125 3.75Z" fill="white" data-v-inspector="src/components/GSCTemplates.vue:122:17" data-v-a08c9209="" data-v-834c0128></path><path d="M8.125 6.25H18.125C18.2908 6.25 18.4497 6.18415 18.5669 6.06694C18.6842 5.94973 18.75 5.79076 18.75 5.625C18.75 5.45924 18.6842 5.30027 18.5669 5.18306C18.4497 5.06585 18.2908 5 18.125 5H8.125C7.95924 5 7.80027 5.06585 7.68306 5.18306C7.56585 5.30027 7.5 5.45924 7.5 5.625C7.5 5.79076 7.56585 5.94973 7.68306 6.06694C7.80027 6.18415 7.95924 6.25 8.125 6.25Z" fill="white" data-v-inspector="src/components/GSCTemplates.vue:125:17" data-v-a08c9209="" data-v-834c0128></path></svg><span data-v-834c0128>Elige las condiciones del pase</span></div>',1)),e.createElementVNode("button",{class:"close-button",onClick:a[0]||(a[0]=W=>t.$emit("update:isVisible",!1))},a[1]||(a[1]=[e.createElementVNode("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{d:"M14 1.41L12.59 0L7 5.59L1.41 0L0 1.41L5.59 7L0 12.59L1.41 14L7 8.41L12.59 14L14 12.59L8.41 7L14 1.41Z"})],-1)]))]),e.createElementVNode("div",fi,[e.createElementVNode("div",hi,[i.isArrayOfArrays((n=o.parameters)==null?void 0:n.origin_zones)?(e.openBlock(),e.createBlock(R,{key:1,"user-id":24254,"display-mode":!0,"initial-sections":(d=o.parameters)==null?void 0:d.origin_zones},null,8,["initial-sections"])):(e.openBlock(),e.createBlock(B,{key:0,title:"Elige la zona de origen del balón:","initial-sections":(s=o.parameters)==null?void 0:s.origin_zones,"display-mode":!0},null,8,["initial-sections"]))]),e.createElementVNode("div",yi,[i.isArrayOfArrays((c=o.parameters)==null?void 0:c.destiny_zones)?(e.openBlock(),e.createBlock(R,{key:1,"user-id":24254,"display-mode":!0,"initial-sections":(m=o.parameters)==null?void 0:m.destiny_zones},null,8,["initial-sections"])):(e.openBlock(),e.createBlock(B,{key:0,title:"Elige la zona de destino del balón:","initial-sections":(h=o.parameters)==null?void 0:h.destiny_zones,"display-mode":!0},null,8,["initial-sections"]))])]),e.createElementVNode("div",gi,[a[6]||(a[6]=e.createElementVNode("h3",null,"Distancia mínima del pase:",-1)),e.createElementVNode("div",bi,[e.createElementVNode("div",Si,[a[3]||(a[3]=e.createElementVNode("span",{class:"info-label"},"Eje X de la cancha (de portería a portería):",-1)),e.createElementVNode("span",_i,e.toDisplayString((y=o.parameters)==null?void 0:y.minimum_distance_x)+" m",1)]),e.createElementVNode("div",Ci,[a[4]||(a[4]=e.createElementVNode("span",{class:"info-label"},"Eje Y de la cancha (de banda a banda):",-1)),e.createElementVNode("span",Ei,e.toDisplayString((u=o.parameters)==null?void 0:u.minimum_distance_y)+" m",1)]),e.createElementVNode("div",wi,[a[5]||(a[5]=e.createElementVNode("span",{class:"info-label"},"Distancia total (No importa si va diagonal):",-1)),e.createElementVNode("span",ki,e.toDisplayString((f=o.parameters)==null?void 0:f.minimum_total_distance)+" m",1)])])]),e.createElementVNode("div",Vi,[a[10]||(a[10]=e.createElementVNode("h3",null,"Distancia máxima del pase:",-1)),e.createElementVNode("div",Ni,[e.createElementVNode("div",xi,[a[7]||(a[7]=e.createElementVNode("span",{class:"info-label"},"Eje X de la cancha (de portería a portería):",-1)),e.createElementVNode("span",Bi,e.toDisplayString((p=o.parameters)==null?void 0:p.maximum_distance_x)+" m",1)]),e.createElementVNode("div",Fi,[a[8]||(a[8]=e.createElementVNode("span",{class:"info-label"},"Eje Y de la cancha (de banda a banda):",-1)),e.createElementVNode("span",Ti,e.toDisplayString((g=o.parameters)==null?void 0:g.maximum_distance_y)+" m",1)]),e.createElementVNode("div",Mi,[a[9]||(a[9]=e.createElementVNode("span",{class:"info-label"},"Distancia total (No importa si va diagonal):",-1)),e.createElementVNode("span",Ai,e.toDisplayString((b=o.parameters)==null?void 0:b.maximum_total_distance)+" m",1)])])])])])])])):e.createCommentVNode("",!0)}const za=zt(si,[["render",Li],["__scopeId","data-v-834c0128"]]),Ce=(t,a)=>{const o=t.__vccOpts||t;for(const[l,r]of a)o[l]=r;return o},Pi={class:"player-card"},Di={class:"player-card__image"},Ii={key:0,class:"checkbox-container"},vi=["checked"],Ri=["src"],Oi={class:"player-card__right-data"},zi={class:"player-card__age"},Ui={class:"player-card__flag"},ji={class:"player-card__details"},$i={class:"player-card__name"},Hi={class:"player-card__position"},Wi={key:0,class:"button-row"},Gi={class:"stat-header"},qi={class:"stat-left"},Zi=["onClick"],Yi={class:"stat-label"},Ji={class:"stat-value"},Ki={class:"stat-bar-container"},Xi={key:1,class:"loading-overlay"},$t={name:"GridView",components:{GscPlayerCard:Ce({__name:"GscPlayerCard",props:{player:{type:Object,default:()=>({})},loading:{type:Boolean,default:!0},countryFlag:{type:String,default:""},jersey:{type:Number,default:0},player_id:{type:Number,default:0},age:{type:Number,default:18},nationality:{type:String,default:"-"},name:{type:String,default:"-"},position:{type:String,default:"-"},photo:{type:String,default:""},is_female:{type:Number,default:0},isImgFullWidth:{type:Boolean,default:!1},stats:{type:Object,default:()=>({})},additionalData:{type:Object,default:()=>({})},deleteActive:{type:Boolean,default:!1},categories:{type:Array,default:()=>[],required:!0},statsPromise:{type:Promise,required:!0},isSelected:{type:Boolean,default:!1}},setup(t){const a=t,o=e.ref(null),l=e.ref(!1),r=e.ref(null);e.onMounted(async()=>{try{o.value=await a.statsPromise}catch(d){console.error("Error cargando estadísticas:",d)}});const i=d=>{if(!d)return 0;if(typeof d.value=="string"&&d.value.includes("%"))return parseFloat(d.value.replace("%",""));const c=d.max;return d.value*100/c};e.computed(()=>a.stats&&Object.keys(a.stats).length>0);const n=d=>{r.value=d,l.value=!0},s=()=>{l.value=!1,r.value=null};return(d,c)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",Pi,[e.createElementVNode("div",Di,[t.deleteActive?(e.openBlock(),e.createElementBlock("div",Ii,[e.createElementVNode("input",{type:"checkbox",class:"player-checkbox",checked:t.isSelected,onChange:c[0]||(c[0]=h=>d.$emit("toggleSelection")),onClick:c[1]||(c[1]=e.withModifiers(()=>{},["stop"]))},null,40,vi)])):e.createCommentVNode("",!0),e.createElementVNode("img",{class:e.normalizeClass(["player-card__photo",{"full-width":t.isImgFullWidth}]),src:t.photo,alt:"Player Image"},null,10,Ri),e.createElementVNode("div",Oi,[e.createElementVNode("div",zi,e.toDisplayString(t.age)+" años ",1),e.createElementVNode("div",Ui,[e.createElementVNode("div",{class:"player-card__flag-container",style:e.normalizeStyle({"background-image":`url(${a.countryFlag})`})},null,4)])])]),e.createElementVNode("div",ji,[e.createElementVNode("p",$i,e.toDisplayString(t.name),1),e.createElementVNode("p",Hi,e.toDisplayString(t.position),1)]),e.createElementVNode("div",{class:e.normalizeClass(["player-card__actions",{"hide-buttons":t.deleteActive}])},[t.deleteActive?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",Wi,[e.createElementVNode("button",{class:"action-button graph-button",onClick:c[2]||(c[2]=e.withModifiers(h=>d.$emit("showGraph",{player_id:a.player_id,name:a.name,position:a.position,stats:a.stats}),["stop"]))},c[6]||(c[6]=[e.createStaticVNode(' Gráfica <span class="button-icon" data-v-a34a3611><svg fill="none" height="16" viewBox="0 0 17 16" width="17" xmlns="http://www.w3.org/2000/svg" data-v-a34a3611><g clip-path="url(#clip0_3514_71971)" data-v-a34a3611><path d="M16.3338 6.02932L8.65108 0.447539C8.56099 0.38207 8.43896 0.38207 8.34886 0.447539C8.34292 0.451852 1.97661 5.07726 0.6663 6.02926C0.498706 6.09269 0.445831 6.30248 0.563113 6.43788L3.48277 15.4238C3.51717 15.5297 3.61589 15.6014 3.72727 15.6014H13.2635C13.3911 15.6014 13.484 15.5258 13.5172 15.4238L16.4368 6.43788C16.5544 6.3022 16.501 6.09269 16.3338 6.02932ZM13.1818 14.792L12.2937 13.5604C12.4178 13.3198 12.4262 13.0472 12.3402 12.813L13.4007 8.12035C13.7342 7.97885 13.9718 7.64673 13.9682 7.25316L15.8203 6.67173L13.1818 14.792ZM1.18005 6.67273L2.54311 7.10316C2.52677 7.60485 2.90696 8.01919 3.39221 8.06116L5.37836 11.3233C5.0798 11.6827 5.09336 12.2096 5.41452 12.5533L3.8173 14.7894L1.18005 6.67273ZM7.02283 11.9909C7.03952 11.7764 6.98346 11.5718 6.86936 11.4011L8.47839 9.14851L10.8495 12.4367C10.7173 12.5536 10.6187 12.7075 10.5697 12.8821L7.02283 11.9909ZM7.62217 4.78338C7.74714 5.00898 7.96299 5.17704 8.22033 5.23844V8.35679L4.40411 7.15166C4.40767 6.95926 4.35377 6.77813 4.25196 6.6232L7.62217 4.78338ZM12.2474 6.77016C12.151 6.92429 12.0998 7.10551 12.1071 7.29851L8.73449 8.35735V5.21526C8.94317 5.14495 9.11883 5.00291 9.23183 4.8182L12.2474 6.77016ZM4.25277 7.64307L8.06249 8.84613L6.47533 11.0681C6.26327 10.973 6.02383 10.9611 5.80383 11.0334L3.92524 7.94795C4.05761 7.87432 4.17008 7.76935 4.25277 7.64307ZM11.9237 12.3234C11.7375 12.2181 11.526 12.1827 11.3228 12.214L8.8943 8.84613L12.2678 7.78701C12.4038 7.98623 12.6151 8.12979 12.8607 8.17698L11.9237 12.3234ZM12.648 6.41704L9.36721 4.29329C9.35074 3.90045 9.09089 3.57073 8.73449 3.45063V1.14366L15.6674 6.18076L13.8211 6.76041C13.5672 6.3651 13.0654 6.22463 12.648 6.41704ZM8.22033 3.42748C7.83383 3.5197 7.54105 3.8527 7.50917 4.25923L3.8238 6.27107C3.42227 6.10782 2.95152 6.24232 2.70096 6.61379L1.33164 6.18138L8.22033 1.17648V3.42748ZM5.85711 12.8183C6.22189 12.9143 6.61096 12.7823 6.84071 12.4753L10.5778 13.4143C10.7578 13.9855 11.4215 14.2369 11.9331 13.9395L12.7607 15.0872H4.23642L5.85711 12.8183Z" fill="white" data-v-a34a3611></path></g><defs data-v-a34a3611><clipPath id="clip0_3514_71971" data-v-a34a3611><rect fill="white" height="16" transform="translate(0.5)" width="16" data-v-a34a3611></rect></clipPath></defs></svg></span>',2)])),e.createElementVNode("button",{class:"action-button delete-button",onClick:c[3]||(c[3]=e.withModifiers(h=>d.$emit("deletePlayer",{player_id:a.player_id,name:a.name,position:a.position}),["stop"]))},c[7]||(c[7]=[e.createStaticVNode(' Eliminar <span class="button-icon" data-v-a34a3611><svg width="17" height="15" viewBox="0 0 20 18" fill="none" xmlns="http://www.w3.org/2000/svg" data-v-a34a3611><path d="M13.3345 16.5001V14.8334C13.3345 13.9494 12.9833 13.1015 12.3582 12.4764C11.7331 11.8513 10.8852 11.5001 10.0012 11.5001H5.00126C4.11722 11.5001 3.26938 11.8513 2.64427 12.4764C2.01915 13.1015 1.66797 13.9494 1.66797 14.8334V16.5001" stroke="white" stroke-opacity="0.5" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" data-v-a34a3611></path><path d="M7.50126 8.16658C9.34219 8.16658 10.8346 6.67422 10.8346 4.83329C10.8346 2.99237 9.34219 1.5 7.50126 1.5C5.66033 1.5 4.16797 2.99237 4.16797 4.83329C4.16797 6.67422 5.66033 8.16658 7.50126 8.16658Z" stroke="white" stroke-opacity="0.5" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" data-v-a34a3611></path><path d="M18.332 8.16663H13.332" stroke="white" stroke-opacity="0.5" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" data-v-a34a3611></path></svg></span>',2)]))])),t.deleteActive?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("button",{key:1,class:"action-button profile-button",onClick:c[4]||(c[4]=e.withModifiers(h=>d.$emit("showProfile",{player_id:a.player_id,season_id:a.additionalData.season_id,team_id:a.additionalData.team_id,name:a.name,position:a.position,age:a.age,nationality:a.nationality,photo:a.photo,stats:a.stats}),["stop"]))}," Ver perfil "))],2),e.createElementVNode("div",{class:e.normalizeClass(["player-card__stats",{"disabled-stats":t.deleteActive}])},[t.loading?(e.openBlock(),e.createElementBlock("div",Xi,c[9]||(c[9]=[e.createElementVNode("div",{class:"loading-animation"},null,-1)]))):(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(o.value,(h,m)=>(e.openBlock(),e.createElementBlock("div",{class:"stat-row",key:m},[e.createElementVNode("div",Gi,[e.createElementVNode("div",qi,[h.parametros!="no"?(e.openBlock(),e.createElementBlock("button",{key:0,class:"stat-info-button",onClick:y=>n(h.parametros)},c[8]||(c[8]=[e.createElementVNode("svg",{width:"8",height:"13",viewBox:"0 0 11 13",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{d:"M7.17355 0.761719C6.44909 0.761719 5.77355 1.23716 5.56275 1.90573L0.887836 1.90458C0.572235 1.90458 0.316406 2.16058 0.316406 2.47601C0.316406 2.79144 0.572235 3.04744 0.887836 3.04744L5.56275 3.04688C5.8188 3.74688 6.44909 4.1903 7.17355 4.1903C7.89801 4.1903 8.53475 3.74574 8.79527 3.04231L10.0307 3.04744C10.3463 3.04744 10.6021 2.79144 10.6021 2.47601C10.6021 2.16058 10.3463 1.90458 10.0307 1.90458H8.79041C8.51527 1.20801 7.89801 0.761719 7.17355 0.761719ZM7.17355 1.90458C7.48915 1.90458 7.74498 2.16058 7.74498 2.47601C7.74498 2.79144 7.48915 3.04744 7.17355 3.04744C6.85795 3.04744 6.60212 2.79144 6.60212 2.47601C6.60212 2.16058 6.85795 1.90458 7.17355 1.90458ZM3.74498 5.04744C2.99184 5.04744 2.36144 5.51602 2.13127 6.19142C2.05092 6.19657 0.887836 6.19028 0.887836 6.19028C0.572235 6.19028 0.316406 6.44628 0.316406 6.76171C0.316406 7.07714 0.572235 7.33314 0.887836 7.33314C0.887836 7.33314 2.06064 7.32114 2.13372 7.32857C2.3639 8.004 2.99184 8.476 3.74498 8.476C4.46943 8.476 5.09023 8.032 5.36177 7.33485L10.0307 7.33314C10.3463 7.33314 10.6021 7.07714 10.6021 6.76171C10.6021 6.44628 10.3463 6.19028 10.0307 6.19028L5.3588 6.18519C5.10835 5.50346 4.46943 5.04744 3.74498 5.04744ZM3.74498 6.19028C4.06058 6.19028 4.31641 6.44628 4.31641 6.76171C4.31641 7.07714 4.06058 7.33314 3.74498 7.33314C3.42938 7.33314 3.17355 7.07714 3.17355 6.76171C3.17355 6.44628 3.42938 6.19028 3.74498 6.19028ZM7.17355 9.33314C6.44909 9.33314 5.7864 9.81029 5.56235 10.4703L0.887836 10.476C0.572235 10.476 0.316406 10.732 0.316406 11.0474C0.316406 11.3629 0.572235 11.6189 0.887836 11.6189L5.55389 11.6194C5.79098 12.2966 6.44909 12.7617 7.17355 12.7617C7.89801 12.7617 8.52264 12.3086 8.79784 11.6194L10.0307 11.6189C10.3463 11.6189 10.6021 11.3629 10.6021 11.0474C10.6021 10.732 10.3463 10.476 10.0307 10.476L8.79264 10.4726C8.54595 9.79663 7.89801 9.33314 7.17355 9.33314ZM7.17355 10.476C7.48915 10.476 7.74498 10.732 7.74498 11.0474C7.74498 11.3629 7.48915 11.6189 7.17355 11.6189C6.85795 11.6189 6.60212 11.3629 6.60212 11.0474C6.60212 10.732 6.85795 10.476 7.17355 10.476Z",fill:"white"})],-1)]),8,Zi)):e.createCommentVNode("",!0),e.createElementVNode("span",Yi,e.toDisplayString(m),1)]),e.createElementVNode("span",Ji,e.toDisplayString(t.stats[h.variable]?t.stats[h.variable].value:"-"),1)]),e.createElementVNode("div",Ki,[e.createElementVNode("div",{style:e.normalizeStyle({width:`${i(t.stats[h.variable])}%`}),class:"stat-bar"},null,4)])]))),128))],2)]),e.createVNode(e.unref(za),{isVisible:l.value,"onUpdate:isVisible":c[5]||(c[5]=h=>l.value=h),onClose:s,parameters:r.value},null,8,["isVisible","parameters"])],64))}},[["__scopeId","data-v-a34a3611"]])},props:{categories:{type:Array,default:()=>[],required:!0},deleteActive:{type:Boolean,default:!1},players:{type:Array,default:()=>[]},playerStats:{type:Object,default:()=>({})},playerAddtionalData:{type:Object,default:()=>({})},statsLoaded:{type:Boolean,default:!1}},data(){return{currentSlide:0,containerWidth:0,cardGap:9,touchStartX:0,touchEndX:0,isDragging:!1,dragStartX:0,dragCurrentX:0,selectedPlayers:[]}},computed:{showSlider(){return this.containerWidth<610},isSingleCardView(){return this.containerWidth<440},visiblePlayers(){const t=this.isSingleCardView?1:2;return this.players.slice(this.currentSlide,this.currentSlide+t)},columnsCount(){const t=this.containerWidth;return t>=1500?5:t>=1200?4:t>=900?3:(t>=600,2)},cardWidth(){if(!this.containerWidth||!this.columnsCount)return 0;const t=this.containerWidth,a=this.cardGap*(this.columnsCount-1);return Math.floor((t-a)/this.columnsCount)},sliderCardWidth(){return this.isSingleCardView?Math.floor(this.containerWidth-this.cardGap*2):Math.floor((this.containerWidth-this.cardGap*3)/2)},layoutClass(){return{"grid-container":!this.showSlider,"slider-container":this.showSlider}},totalPages(){const t=this.isSingleCardView?1:2;return Math.ceil(this.players.length/t)},currentPage(){const t=this.isSingleCardView?1:2;return Math.floor(this.currentSlide/t)},isLastPage(){const t=this.isSingleCardView?1:2;return this.currentSlide+t>=this.players.length}},methods:{handleShowGraph(t){this.$emit("showGraph",t)},getPlayerStats(t){return this.statsLoaded?this.playerStats[t]||{}:null},getPlayerAdditionalData(t){return this.statsLoaded?this.playerAddtionalData[t]||{}:null},calculateAge(t){if(!t)return"-";const a=new Date(t),o=new Date;let l=o.getFullYear()-a.getFullYear();const r=o.getMonth()-a.getMonth();return(r<0||r===0&&o.getDate()<a.getDate())&&l--,l},transformCategoriesToStats(t){return new Promise(a=>{const o={};t.forEach(l=>{o[l.name]={variable:l.id_variable,parametros:l.parameters}}),a(o)})},setupSliderListeners(){if(this.removeSliderListeners(),this.showSlider){const t=this.$el.querySelector(".slider-content");t&&(t.addEventListener("touchstart",this.handleTouchStart),t.addEventListener("touchend",this.handleTouchEnd),t.addEventListener("mousedown",this.handleMouseDown),window.addEventListener("mousemove",this.handleMouseMove),window.addEventListener("mouseup",this.handleMouseUp))}},removeSliderListeners(){const t=this.$el.querySelector(".slider-content");t&&(t.removeEventListener("touchstart",this.handleTouchStart),t.removeEventListener("touchend",this.handleTouchEnd),t.removeEventListener("mousedown",this.handleMouseDown),window.removeEventListener("mousemove",this.handleMouseMove),window.removeEventListener("mouseup",this.handleMouseUp))},updateContainerWidth(){this.$el&&(this.containerWidth=this.$el.offsetWidth,this.$nextTick(()=>{this.setupSliderListeners()}))},nextSlide(){const t=this.isSingleCardView?1:2,a=this.currentSlide+t;a<this.players.length?this.currentSlide=a:a>this.players.length&&this.currentSlide+1<this.players.length&&(this.currentSlide=this.players.length-1)},prevSlide(){const t=this.isSingleCardView?1:2;this.currentSlide>0&&(this.currentSlide-=t)},goToPage(t){const a=this.isSingleCardView?1:2;this.currentSlide=t*a},handleKeyPress(t){this.showSlider&&(t.key==="ArrowLeft"?this.prevSlide():t.key==="ArrowRight"&&this.nextSlide())},handleTouchStart(t){this.showSlider&&(this.touchStartX=t.touches[0].clientX)},handleTouchEnd(t){this.showSlider&&(this.touchEndX=t.changedTouches[0].clientX,this.handleSwipe())},handleSwipe(){const a=this.touchStartX-this.touchEndX;Math.abs(a)>50&&(a>0?this.nextSlide():this.prevSlide())},handleMouseDown(t){this.showSlider&&(this.isDragging=!0,this.dragStartX=t.clientX,this.dragCurrentX=t.clientX,t.preventDefault())},handleMouseMove(t){this.isDragging&&(this.dragCurrentX=t.clientX)},handleMouseUp(){if(!this.isDragging)return;const t=this.dragStartX-this.dragCurrentX;Math.abs(t)>50&&(t>0?this.nextSlide():this.prevSlide()),this.isDragging=!1},shouldShowDot(t){if(this.isSingleCardView){if(t===0||t===this.totalPages-1)return!0;const a=this.currentPage;return Math.abs(t-a)<=1}return!0},togglePlayerSelection(t){const a=this.selectedPlayers.findIndex(o=>o.player_id===t.player_id);a===-1?this.selectedPlayers.push(t):this.selectedPlayers.splice(a,1),this.$emit("selectedPlayersToDelete",this.selectedPlayers),this.$emit("updateSelection",this.selectedPlayers.length>0)},isPlayerSelected(t){return this.selectedPlayers.some(a=>a.player_id===t.player_id)},handleDeletePlayer(t){this.$emit("delete-player",t)},handleShowProfile(t){this.$emit("showProfile",t)}},mounted(){this.$nextTick(()=>{this.updateContainerWidth(),window.addEventListener("resize",this.updateContainerWidth),window.addEventListener("keydown",this.handleKeyPress)})},beforeDestroy(){window.removeEventListener("resize",this.updateContainerWidth),window.removeEventListener("keydown",this.handleKeyPress),this.removeSliderListeners()},watch:{showSlider:{handler(t){this.$nextTick(()=>{this.setupSliderListeners()})}},deleteActive(t){t||(this.selectedPlayers=[],this.$emit("selectedPlayersToDelete",[]),this.$emit("updateSelection",!1))}}},Ua=()=>{e.useCssVars(t=>({e0ff4f4c:t.cardGap+"px"}))},ja=$t.setup;$t.setup=ja?(t,a)=>(Ua(),ja(t,a)):Ua;const Qi={class:"grid-view"},er={key:1,class:"slider"},tr={class:"slider-content"},ar={class:"slider-navigation"},or=["disabled"],lr={class:"slider-pagination"},ir=["onClick"],rr=["disabled"];function nr(t,a,o,l,r,i){const n=e.resolveComponent("GscPlayerCard");return e.openBlock(),e.createElementBlock("div",Qi,[e.createElementVNode("div",{class:e.normalizeClass(i.layoutClass)},[i.showSlider?(e.openBlock(),e.createElementBlock("div",er,[e.createElementVNode("div",tr,[e.createVNode(e.TransitionGroup,{name:"slide"},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.visiblePlayers,(s,d)=>(e.openBlock(),e.createBlock(n,e.mergeProps({key:s.id||d,onShowGraph:i.handleShowGraph,onDeletePlayer:i.handleDeletePlayer,onShowProfile:i.handleShowProfile,ref_for:!0},s,{age:i.calculateAge(s.dob),stats:i.getPlayerStats(s.player_id),additionalData:i.getPlayerAdditionalData(s.player_id),loading:!o.statsLoaded,"stats-promise":i.transformCategoriesToStats(o.categories),deleteActive:o.deleteActive,isSelected:i.isPlayerSelected(s),onToggleSelection:c=>i.togglePlayerSelection(s),class:"slider-item",style:{width:i.sliderCardWidth+"px"}}),null,16,["onShowGraph","onDeletePlayer","onShowProfile","age","stats","additionalData","loading","stats-promise","deleteActive","isSelected","onToggleSelection","style"]))),128))]),_:1})]),e.createElementVNode("div",ar,[e.createElementVNode("button",{class:"slider-btn prev",onClick:a[0]||(a[0]=(...s)=>i.prevSlide&&i.prevSlide(...s)),disabled:r.currentSlide===0},a[2]||(a[2]=[e.createElementVNode("img",{src:"http://golstatsimages.blob.core.windows.net/todoelfut/flecla-left.png",alt:"prev",class:"nav-icon"},null,-1)]),8,or),e.createElementVNode("div",lr,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.totalPages,s=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:s},[i.shouldShowDot(s-1)?(e.openBlock(),e.createElementBlock("span",{key:0,class:e.normalizeClass(["pagination-dot",{active:i.currentPage===s-1}]),onClick:d=>i.goToPage(s-1)},null,10,ir)):e.createCommentVNode("",!0)],64))),128))]),e.createElementVNode("button",{class:"slider-btn next",onClick:a[1]||(a[1]=(...s)=>i.nextSlide&&i.nextSlide(...s)),disabled:i.isLastPage},a[3]||(a[3]=[e.createElementVNode("img",{src:"http://golstatsimages.blob.core.windows.net/todoelfut/flecha-rigth.png",alt:"next",class:"nav-icon"},null,-1)]),8,rr)])])):(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(o.players,(s,d)=>(e.openBlock(),e.createBlock(n,e.mergeProps({key:d,onShowGraph:i.handleShowGraph,onDeletePlayer:i.handleDeletePlayer,onShowProfile:i.handleShowProfile,ref_for:!0},s,{player:s,age:i.calculateAge(s.dob),stats:i.getPlayerStats(s.player_id),additionalData:i.getPlayerAdditionalData(s.player_id),loading:!o.statsLoaded,"stats-promise":i.transformCategoriesToStats(o.categories),style:{width:i.cardWidth+"px"},deleteActive:o.deleteActive,isSelected:i.isPlayerSelected(s),onToggleSelection:c=>i.togglePlayerSelection(s)}),null,16,["onShowGraph","onDeletePlayer","onShowProfile","player","age","stats","additionalData","loading","stats-promise","style","deleteActive","isSelected","onToggleSelection"]))),128))],2)])}const sr=Ce($t,[["render",nr],["__scopeId","data-v-03f77a98"]]),dr=(t,a)=>{const o=t.__vccOpts||t;for(const[l,r]of a)o[l]=r;return o},cr={key:1},mr={width:"10",height:"8",viewBox:"0 0 10 8",fill:"none",xmlns:"http://www.w3.org/2000/svg"},pr=["fill"],ur={key:0,class:"checkbox__teams"},fr={class:"checkbox__teams__logo"},hr=["src"],yr={class:"checkbox__teams__logo"},gr=["src"],br={__name:"GSC-Checkbox",props:{width:{type:String,default:"fit-content"},height:{type:String,default:"fit-content"},label:{type:String,default:""},labelWhiteSpace:{type:String,default:"normal"},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(t){return["left","right","top","bottom"].includes(t)}},boxMarginTop:{type:String,default:"0.2em"},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},teamsIds:{type:Array,default:()=>null}},emits:["update:modelValue"],setup(t,{emit:a}){const o=t;e.useCssVars(c=>({"7bd9d47b":t.width,"34dc7ddc":t.height}));const l=e.ref(!1),r=e.computed(()=>{const c={color:o.boxValueColor,"font-family":o.fontFamily,height:o.boxWidthAndHeight,width:o.boxWidthAndHeight,minWidth:o.boxWidthAndHeight,"border-radius":o.boxBorderRadius,"margin-top":o.boxMarginTop};return l.value?(c["background-color"]=o.boxBackgroundColor,c.border=`solid ${o.boxBorderWidth} ${o.boxBackgroundColor}`):c.border=`solid ${o.boxBorderWidth} ${o.boxBorderColor}`,c}),i=e.computed(()=>({"font-family":o.boxValueFontFamily,"font-size":o.boxValueFontSize,color:o.boxValueColor,"line-height":1})),n=e.computed(()=>{const c={color:o.labelColor,"font-family":o.fontFamily,"font-size":o.labelFontSize,"white-space":o.labelWhiteSpace,"text-align":o.boxPosition==="top"||o.boxPosition==="bottom"?"center":o.boxPosition};return(o.boxPosition==="left"||o.boxPosition==="right")&&(c[`margin-${o.boxPosition}`]=o.isBoxOnly?"0":o.teamsIds?"8px":"10px"),c});e.watch(()=>o.modelValue,c=>{c!==l.value&&(l.value=c)},{immediate:!0});function s(){o.avoidInteraction||!l.value&&o.avoidToCheck||(l.value=!l.value,a("update:modelValue",l.value))}function d(c){return`${{}.TEAM_LOGOS_URL||"https://golstatsimages.blob.core.windows.net/teams-80/"}${c}.png`}return(c,h)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["checkbox",`box-${t.boxPosition}`]),onClick:s},[e.createElementVNode("div",{class:"checkbox__box",style:e.normalizeStyle(r.value)},[l.value?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[o.boxValue?(e.openBlock(),e.createElementBlock("div",{key:0,class:"checkbox__box__value",style:e.normalizeStyle(i.value)},e.toDisplayString(t.boxValue),5)):(e.openBlock(),e.createElementBlock("div",cr,[(e.openBlock(),e.createElementBlock("svg",mr,[e.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:t.boxValueColor},null,8,pr)]))]))],64)):e.createCommentVNode("",!0)],4),t.teamsIds&&t.teamsIds.length?(e.openBlock(),e.createElementBlock("div",ur,[e.createElementVNode("div",fr,[e.createElementVNode("img",{src:d(t.teamsIds[0]),alt:""},null,8,hr)]),e.createElementVNode("div",yr,[e.createElementVNode("img",{src:d(t.teamsIds[1]),alt:""},null,8,gr)])])):e.createCommentVNode("",!0),e.createElementVNode("div",{class:"checkbox__label",style:e.normalizeStyle(n.value)},e.toDisplayString(t.label),5)],2))}},Sr=dr(br,[["__scopeId","data-v-b6f124d8"]]),_r=(t,a)=>{const o=t.__vccOpts||t;for(const[l,r]of a)o[l]=r;return o},Ht={props:{type:{type:Number,default:0},value:{type:Boolean,default:!1},textValue:String,icon:String,iconPosition:{type:String,default:"left"},iconSize:String,fontColor:{type:String,default:"#FFFFFF"},textDecoration:String,fontSize:{type:String,default:"16px"},fontSizeStat:{type:String,default:"16px"},fontStyle:String,fontFamily:{type:String,default:"Poppins-Regular"},height:{type:String,default:"fit-content"},width:{type:String,default:"fit-content"},borderRadius:{type:String,default:"0px"},borderType:{type:String,default:"solid"},borderWidth:{type:Number,default:0},borderWidthBtn:{type:String,default:"2px"},borderColor:String,backgroundColor:{type:String,default:"none"},activeBackgroundColor:{type:String,default:"#000000"},activeBorderWidth:{type:Number,default:2},activeBorderType:{type:String,default:"solid"},activeBorderColor:{type:String,default:"#cbee6b"},activeColorText:{type:String,default:"#FFFFFF"},cursorType:{type:String,default:"default"},typeOnOff:{type:Boolean,default:!1},textCategory:String,textStat:String,marginLeftStat:{type:String,default:"15%"}},watch:{value:{deep:!0,immediate:!0,handler(t){this.status=t}}},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(t){this.$emit("click",t),this.typeOnOff&&(this.status=!this.status,this.$emit("status",this.status))}}},$a=()=>{e.useCssVars(t=>({"9d01acb4":t.height,"14e95081":t.borderWidthBtn,"38fec285":t.borderType,34353510:t.borderColor,"20d20dc6":t.borderRadius,17130967:t.width,"4ccb7d36":t.backgroundColor,"5d1e86a2":t.cursorType,ce65d4a2:t.fontSize,fe4ac47a:t.fontStyle,f98e44dc:t.fontFamily,"93b87770":t.marginLeftStat,c7f7beba:t.fontSizeStat}))},Ha=Ht.setup;Ht.setup=Ha?(t,a)=>($a(),Ha(t,a)):$a;const Cr=t=>(e.pushScopeId("data-v-f3ee6b2b"),t=t(),e.popScopeId(),t),Er=["src"],wr={key:1,class:"text"},kr=["src"],Vr={class:"stats"},Nr=Cr(()=>e.createElementVNode("img",{class:"iconstats",src:"https://golstatsimages.blob.core.windows.net/todoelfut/playdes.png"},null,-1)),xr={class:"numstats"},Br={class:"leyend"};function Fr(t,a,o,l,r,i){return e.openBlock(),e.createElementBlock("div",null,[o.type==0?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["button",r.status&&o.typeOnOff&&"button-active"]),style:e.normalizeStyle([i.customStyle,r.status&&o.typeOnOff&&i.customActive]),onClick:a[0]||(a[0]=(...n)=>i.btnClick&&i.btnClick(...n))},[o.icon&&o.iconPosition.toLowerCase()==="left"?(e.openBlock(),e.createElementBlock("img",{key:0,class:"icon",style:e.normalizeStyle({width:o.iconSize}),src:o.icon},null,12,Er)):e.createCommentVNode("",!0),o.textValue?(e.openBlock(),e.createElementBlock("div",wr,e.toDisplayString(o.textValue),1)):e.createCommentVNode("",!0),o.icon&&o.iconPosition.toLowerCase()==="right"?(e.openBlock(),e.createElementBlock("img",{key:2,class:"icon",style:e.normalizeStyle({width:o.iconSize}),src:o.icon},null,12,kr)):e.createCommentVNode("",!0)],6)):e.createCommentVNode("",!0),o.type==1?(e.openBlock(),e.createElementBlock("div",{key:1,class:"button-target",onClick:a[1]||(a[1]=(...n)=>i.btnClick&&i.btnClick(...n))},[e.createElementVNode("div",Vr,[Nr,e.createElementVNode("div",xr,e.toDisplayString(o.textStat),1)]),e.createElementVNode("div",Br,e.toDisplayString(o.textCategory),1)])):e.createCommentVNode("",!0)])}const Tr=_r(Ht,[["render",Fr],["__scopeId","data-v-f3ee6b2b"]]),Wa=(t,a)=>{const o=t.__vccOpts||t;for(const[l,r]of a)o[l]=r;return o},Ga=t=>(e.pushScopeId("data-v-943c6e4b"),t=t(),e.popScopeId(),t),Mr={key:0,class:"overlay"},Ar={class:"name"},Lr=["onClick"],Pr=Ga(()=>e.createElementVNode("svg",{width:"11",height:"12",viewBox:"0 0 11 12",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{d:"M7.50558 0C6.78112 0 6.10558 0.475441 5.89478 1.14401L1.21987 1.14286C0.904267 1.14286 0.648438 1.39886 0.648438 1.71429C0.648438 2.02972 0.904267 2.28572 1.21987 2.28572L5.89478 2.28516C6.15083 2.98516 6.78112 3.42858 7.50558 3.42858C8.23004 3.42858 8.86678 2.98402 9.1273 2.28059L10.3627 2.28572C10.6783 2.28572 10.9342 2.02972 10.9342 1.71429C10.9342 1.39886 10.6783 1.14286 10.3627 1.14286H9.12244C8.8473 0.446287 8.23004 0 7.50558 0ZM7.50558 1.14286C7.82118 1.14286 8.07701 1.39886 8.07701 1.71429C8.07701 2.02972 7.82118 2.28572 7.50558 2.28572C7.18998 2.28572 6.93415 2.02972 6.93415 1.71429C6.93415 1.39886 7.18998 1.14286 7.50558 1.14286ZM4.07701 4.28572C3.32387 4.28572 2.69347 4.7543 2.4633 5.42971C2.38295 5.43485 1.21987 5.42856 1.21987 5.42856C0.904267 5.42856 0.648438 5.68456 0.648438 5.99999C0.648438 6.31542 0.904267 6.57142 1.21987 6.57142C1.21987 6.57142 2.39267 6.55942 2.46575 6.56685C2.69593 7.24228 3.32387 7.71428 4.07701 7.71428C4.80146 7.71428 5.42226 7.27028 5.69381 6.57314L10.3627 6.57142C10.6783 6.57142 10.9342 6.31542 10.9342 5.99999C10.9342 5.68456 10.6783 5.42856 10.3627 5.42856L5.69083 5.42348C5.44038 4.74174 4.80146 4.28572 4.07701 4.28572ZM4.07701 5.42856C4.39261 5.42856 4.64844 5.68456 4.64844 5.99999C4.64844 6.31542 4.39261 6.57142 4.07701 6.57142C3.76141 6.57142 3.50558 6.31542 3.50558 5.99999C3.50558 5.68456 3.76141 5.42856 4.07701 5.42856ZM7.50558 8.57142C6.78112 8.57142 6.11844 9.04857 5.89438 9.70857L1.21987 9.71428C0.904267 9.71428 0.648438 9.97028 0.648438 10.2857C0.648438 10.6011 0.904267 10.8571 1.21987 10.8571L5.88592 10.8577C6.12301 11.5349 6.78112 12 7.50558 12C8.23004 12 8.85467 11.5469 9.12987 10.8577L10.3627 10.8571C10.6783 10.8571 10.9342 10.6011 10.9342 10.2857C10.9342 9.97028 10.6783 9.71428 10.3627 9.71428L9.12467 9.71091C8.87798 9.03491 8.23004 8.57142 7.50558 8.57142ZM7.50558 9.71428C7.82118 9.71428 8.07701 9.97028 8.07701 10.2857C8.07701 10.6011 7.82118 10.8571 7.50558 10.8571C7.18998 10.8571 6.93415 10.6011 6.93415 10.2857C6.93415 9.97028 7.18998 9.71428 7.50558 9.71428Z",fill:"white"})],-1)),Dr=[Pr],Ir=Ga(()=>e.createElementVNode("div",{class:"column-title-2"},null,-1)),vr=["onClick"],Rr={__name:"ScrollColumns",props:{availablePlayers:{type:Array,default:()=>[]},isEditMode:{type:Boolean,default:!1}},emits:["expand","open-media","click-parameters"],setup(t,{expose:a,emit:o}){const l=t,r=e.ref(null),i=e.ref(null),n=e.ref(0);e.ref(!1);const s=e.computed(()=>{const u=l.availablePlayers[0];return u?u.stats:[]}),d=e.computed(()=>{const u=`repeat(${s.value.length}, max-content) 36px`;let f="";return n.value>0&&document.querySelectorAll(".column-title-2").forEach(p=>{f+=`${p.offsetWidth}px `}),{"--grid-template-columns":u,"--grid-template-columns-totals":f||u}});function c(){r.value=new ResizeObserver(u=>{for(const f of u){const{width:p}=f.contentRect;n.value=p}}),r.value.observe(i.value)}function h(u,f){const p=document.querySelectorAll(".scrollable-row-totals")[u+1];p&&(p.style.marginTop=`${f}px`)}function m({player:u,stat:f}){!f.total||f==="0%"||!f.seasons||!f.seasons.length||o("open-media",{...u,stat:f})}function y(u){!u||u==="no"||o("click-parameters",u)}return e.onMounted(()=>{c()}),a({setMarginTopDetails:h}),(u,f)=>(e.openBlock(),e.createElementBlock("div",{class:"scroll-columns",style:e.normalizeStyle(d.value)},[t.isEditMode?(e.openBlock(),e.createElementBlock("div",Mr)):e.createCommentVNode("",!0),e.createElementVNode("div",{ref_key:"titlesRow",ref:i,class:"scrollable-row-2"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.value,(p,g)=>(e.openBlock(),e.createElementBlock("div",{key:`t-${g}`,class:"column-title-2"},[e.createElementVNode("div",Ar,e.toDisplayString(p.name),1),p.parameters&&p.parameters!=="no"?(e.openBlock(),e.createElementBlock("div",{key:0,class:"parameters",role:"button",onClick:b=>y(p.parameters)},Dr,8,Lr)):e.createCommentVNode("",!0)]))),128)),Ir],512),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.availablePlayers,(p,g)=>(e.openBlock(),e.createElementBlock("div",{key:`i-${p.id}`,class:"row scrollable-row-totals"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(p.stats,b=>(e.openBlock(),e.createElementBlock("div",{key:b.category_id,class:e.normalizeClass(["row data-info",{odd:g%2!==0,underline:!!b.total&&b.total!=="0%"&&b.seasons&&b.seasons.length}]),onClick:B=>m({player:p,stat:b})},e.toDisplayString(b.total),11,vr))),128))]))),128))],4))}},Or=Wa(Rr,[["__scopeId","data-v-943c6e4b"]]),pe=t=>(e.pushScopeId("data-v-d89df432"),t=t(),e.popScopeId(),t),zr={class:"table__static-column"},Ur=pe(()=>e.createElementVNode("div",{class:"static-title column-title"},null,-1)),jr={class:"container"},$r={class:"details-row__info"},Hr={class:"details-row__info__personal"},Wr={class:"bold"},Gr={class:"bold"},qr={class:"bold"},Zr={class:"bold"},Yr={class:"details-row__info__games"},Jr={class:"bold"},Kr={class:"bold"},Xr=["onClick"],Qr=pe(()=>e.createElementVNode("div",null,"Ver gráfica",-1)),en=pe(()=>e.createElementVNode("svg",{width:"17",height:"16",viewBox:"0 0 17 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("g",{"clip-path":"url(#clip0_3514_71971)"},[e.createElementVNode("path",{d:"M16.3338 6.02932L8.65108 0.447539C8.56099 0.38207 8.43896 0.38207 8.34886 0.447539C8.34292 0.451852 1.97661 5.07726 0.6663 6.02926C0.498706 6.09269 0.445831 6.30248 0.563113 6.43788L3.48277 15.4238C3.51717 15.5297 3.61589 15.6014 3.72727 15.6014H13.2635C13.3911 15.6014 13.484 15.5258 13.5172 15.4238L16.4368 6.43788C16.5544 6.3022 16.501 6.09269 16.3338 6.02932ZM13.1818 14.792L12.2937 13.5604C12.4178 13.3198 12.4262 13.0472 12.3402 12.813L13.4007 8.12035C13.7342 7.97885 13.9718 7.64673 13.9682 7.25316L15.8203 6.67173L13.1818 14.792ZM1.18005 6.67273L2.54311 7.10316C2.52677 7.60485 2.90696 8.01919 3.39221 8.06116L5.37836 11.3233C5.0798 11.6827 5.09336 12.2096 5.41452 12.5533L3.8173 14.7894L1.18005 6.67273ZM7.02283 11.9909C7.03952 11.7764 6.98346 11.5718 6.86936 11.4011L8.47839 9.14851L10.8495 12.4367C10.7173 12.5536 10.6187 12.7075 10.5697 12.8821L7.02283 11.9909ZM7.62217 4.78338C7.74714 5.00898 7.96299 5.17704 8.22033 5.23844V8.35679L4.40411 7.15166C4.40767 6.95926 4.35377 6.77813 4.25196 6.6232L7.62217 4.78338ZM12.2474 6.77016C12.151 6.92429 12.0998 7.10551 12.1071 7.29851L8.73449 8.35735V5.21526C8.94317 5.14495 9.11883 5.00291 9.23183 4.8182L12.2474 6.77016ZM4.25277 7.64307L8.06249 8.84613L6.47533 11.0681C6.26327 10.973 6.02383 10.9611 5.80383 11.0334L3.92524 7.94795C4.05761 7.87432 4.17008 7.76935 4.25277 7.64307ZM11.9237 12.3234C11.7375 12.2181 11.526 12.1827 11.3228 12.214L8.8943 8.84613L12.2678 7.78701C12.4038 7.98623 12.6151 8.12979 12.8607 8.17698L11.9237 12.3234ZM12.648 6.41704L9.36721 4.29329C9.35074 3.90045 9.09089 3.57073 8.73449 3.45063V1.14366L15.6674 6.18076L13.8211 6.76041C13.5672 6.3651 13.0654 6.22463 12.648 6.41704ZM8.22033 3.42748C7.83383 3.5197 7.54105 3.8527 7.50917 4.25923L3.8238 6.27107C3.42227 6.10782 2.95152 6.24232 2.70096 6.61379L1.33164 6.18138L8.22033 1.17648V3.42748ZM5.85711 12.8183C6.22189 12.9143 6.61096 12.7823 6.84071 12.4753L10.5778 13.4143C10.7578 13.9855 11.4215 14.2369 11.9331 13.9395L12.7607 15.0872H4.23642L5.85711 12.8183Z",fill:"white"})]),e.createElementVNode("defs",null,[e.createElementVNode("clipPath",{id:"clip0_3514_71971"},[e.createElementVNode("rect",{width:"16",height:"16",fill:"white",transform:"translate(0.5)"})])])],-1)),tn=[Qr,en],an=["onClick"],on=pe(()=>e.createElementVNode("div",null,"Eliminar de lista",-1)),ln=pe(()=>e.createElementVNode("svg",{width:"17",height:"15",viewBox:"0 0 20 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{d:"M13.3345 16.5001V14.8334C13.3345 13.9494 12.9833 13.1015 12.3582 12.4764C11.7331 11.8513 10.8852 11.5001 10.0012 11.5001H5.00126C4.11722 11.5001 3.26938 11.8513 2.64427 12.4764C2.01915 13.1015 1.66797 13.9494 1.66797 14.8334V16.5001",stroke:"white","stroke-opacity":"0.5","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"}),e.createElementVNode("path",{d:"M7.50126 8.16658C9.34219 8.16658 10.8346 6.67422 10.8346 4.83329C10.8346 2.99237 9.34219 1.5 7.50126 1.5C5.66033 1.5 4.16797 2.99237 4.16797 4.83329C4.16797 6.67422 5.66033 8.16658 7.50126 8.16658Z",stroke:"white","stroke-opacity":"0.5","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"}),e.createElementVNode("path",{d:"M18.332 8.16663H13.332",stroke:"white","stroke-opacity":"0.5","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"})],-1)),rn=[on,ln],nn=["onClick"],sn=pe(()=>e.createElementVNode("div",null,"Agregar a lista",-1)),dn=pe(()=>e.createElementVNode("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{d:"M13.2016 17.2012V15.601C13.2016 14.7522 12.8645 13.9381 12.2643 13.3379C11.664 12.7377 10.85 12.4005 10.0012 12.4005H5.20047C4.35165 12.4005 3.5376 12.7377 2.9374 13.3379C2.33719 13.9381 2 14.7522 2 15.601V17.2012",stroke:"white","stroke-opacity":"1","stroke-width":"1.44023","stroke-linecap":"round","stroke-linejoin":"round"}),e.createElementVNode("path",{d:"M7.60086 9.19977C9.36843 9.19977 10.8013 7.76687 10.8013 5.9993C10.8013 4.23173 9.36843 2.79883 7.60086 2.79883C5.83329 2.79883 4.40039 4.23173 4.40039 5.9993C4.40039 7.76687 5.83329 9.19977 7.60086 9.19977Z",stroke:"white","stroke-opacity":"1","stroke-width":"1.44023","stroke-linecap":"round","stroke-linejoin":"round"}),e.createElementVNode("path",{d:"M15.5996 6.79944V11.6001M17.9999 9.19979H13.1992",stroke:"white","stroke-opacity":"1","stroke-width":"1.44023","stroke-linecap":"round","stroke-linejoin":"round"})],-1)),cn=[sn,dn],mn=["onClick"],pn=pe(()=>e.createElementVNode("div",null,"Ver perfil",-1)),un=[pn],fn={class:"static-row__info-player"},hn={class:"position"},yn=["onClick"],gn=pe(()=>e.createElementVNode("path",{d:"M13.3345 16.5001V14.8334C13.3345 13.9494 12.9833 13.1015 12.3582 12.4764C11.7331 11.8513 10.8852 11.5001 10.0012 11.5001H5.00126C4.11722 11.5001 3.26938 11.8513 2.64427 12.4764C2.01915 13.1015 1.66797 13.9494 1.66797 14.8334V16.5001",stroke:"white","stroke-opacity":"0.5","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"},null,-1)),bn=pe(()=>e.createElementVNode("path",{d:"M7.50126 8.16658C9.34219 8.16658 10.8346 6.67422 10.8346 4.83329C10.8346 2.99237 9.34219 1.5 7.50126 1.5C5.66033 1.5 4.16797 2.99237 4.16797 4.83329C4.16797 6.67422 5.66033 8.16658 7.50126 8.16658Z",stroke:"white","stroke-opacity":"0.5","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"},null,-1)),Sn=pe(()=>e.createElementVNode("path",{d:"M18.332 8.16663H13.332",stroke:"white","stroke-opacity":"0.5","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"},null,-1)),_n=[gn,bn,Sn],Cn=["onClick"],En=pe(()=>e.createElementVNode("path",{d:"M13.2016 17.2012V15.601C13.2016 14.7522 12.8645 13.9381 12.2643 13.3379C11.664 12.7377 10.85 12.4005 10.0012 12.4005H5.20047C4.35165 12.4005 3.5376 12.7377 2.9374 13.3379C2.33719 13.9381 2 14.7522 2 15.601V17.2012",stroke:"white","stroke-opacity":"1","stroke-width":"1.44023","stroke-linecap":"round","stroke-linejoin":"round"},null,-1)),wn=pe(()=>e.createElementVNode("path",{d:"M7.60086 9.19977C9.36843 9.19977 10.8013 7.76687 10.8013 5.9993C10.8013 4.23173 9.36843 2.79883 7.60086 2.79883C5.83329 2.79883 4.40039 4.23173 4.40039 5.9993C4.40039 7.76687 5.83329 9.19977 7.60086 9.19977Z",stroke:"white","stroke-opacity":"1","stroke-width":"1.44023","stroke-linecap":"round","stroke-linejoin":"round"},null,-1)),kn=pe(()=>e.createElementVNode("path",{d:"M15.5996 6.79944V11.6001M17.9999 9.19979H13.1992",stroke:"white","stroke-opacity":"1","stroke-width":"1.44023","stroke-linecap":"round","stroke-linejoin":"round"},null,-1)),Vn=[En,wn,kn],Nn={class:"player-photo"},xn=["src"],Bn={class:"player-name"},Fn={class:"arrow"},Tn=["onClick"],Mn=pe(()=>e.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6 4.93631L10.2929 1.23496C10.6834 0.898244 11.3166 0.898244 11.7071 1.23496C12.0976 1.57167 12.0976 2.11759 11.7071 2.4543L6.70711 6.76532C6.31658 7.10203 5.68342 7.10203 5.29289 6.76532L0.292893 2.4543C-0.0976311 2.11759 -0.0976311 1.57167 0.292893 1.23496C0.683418 0.898244 1.31658 0.898244 1.70711 1.23496L6 4.93631Z",fill:"#D9D9D9"},null,-1)),An=[Mn],Ln=e.createStaticVNode('<div class="titles scrollable-row" data-v-d89df432><div class="column-title" data-v-d89df432>Equipo</div><div class="column-title" data-v-d89df432>Posición</div><div class="column-title" data-v-d89df432>Edad</div><div class="column-title" data-v-d89df432>País</div><div class="column-title" data-v-d89df432>Partidos Jugados</div><div class="column-title" data-v-d89df432>Minutos Jugados</div><div class="column-title" data-v-d89df432>Liga</div><div class="column-title" data-v-d89df432>Videos</div><div class="column-title" data-v-d89df432></div></div>',1),Pn={class:"team-logo"},Dn=["src"],In={class:"team-name data-info"},vn=["src"],Rn={__name:"GSC-TableScrollable",props:{players:{type:Array,default:()=>[]},isGeneral:{type:Boolean,default:!0},isEditMode:{type:Boolean,default:!1},isTableFromList:{type:Boolean,default:!1}},emits:["change-selected-players","view-profile","add-to-list","view-graph","open-media","click-parameters"],setup(t,{emit:a}){const o=t;let l=null,r=null;const i=e.ref([]),n=e.ref(null),s=e.ref(null),d=e.ref(0),c=e.ref(0),h=e.ref(-1);e.ref(!1);const m=e.ref(null),y=e.ref(null),u=e.computed(()=>({"--width-details":`${d.value}px`,"--gap-static-row":`${f.value?"8px":"18px"}`,"--width-static-column":`${f.value?"50%":"256px"}`})),f=e.computed(()=>d.value<600);e.watch(()=>o.players,T=>{T&&T.length&&(i.value=T.map((_,k)=>{const P=k+1,V={..._,position:P<10?`0${P}`:`${P}`,isSelected:!1,isExpanded:!1,isOdd:k%2!==0,index:k};return V.parameters&&Object.entries(V.parameters).forEach(([O,H])=>{const M=V.stats.find(L=>L.custom_category_id===Number(O));M&&(M.parameters=H)}),V}))},{immediate:!0,deep:!0}),e.watch(()=>o.isEditMode,T=>{T&&i.value.forEach(_=>{_.isSelected=!1})}),e.watch(c,T=>{const _=document.querySelectorAll(".static-row")[h.value+1];_&&(_.style.marginTop=`${T}px`),o.isGeneral?p(h.value,T):s.value&&s.value.setMarginTopDetails(h.value,T),T===0&&m.value&&v(m.value)});function p(T,_){const k=document.querySelectorAll(".scrollable-row")[T+2];k&&(k.style.marginTop=`${_}px`)}function g(T){a("click-parameters",T)}function b(T){const _=T.player||T.objeto_player,k=_?_.player_id||_.id||_.playerId:T.id||T.player_id,P=_?_.team_id||_.teamId:T.team_id||T.teamId,V={isFeaturedPlayers:!1,mainSectionType:1,playListType:2,gameIds:null,playerIds:k?[k]:[],goalkeeperIds:[],teamId:P||0,matchResult:[1,2,3],categorySingleName:"",isRivalSubject:!1,avoidCategorySingleName:!1,currentPlayIndex:0,playData:null,lastClashedGameId:null,tournamentsLastClashes:null,advancedFilter:{playListTitle:"Jugadas Relevantes"}};if(T.stat&&T.stat.parameters&&(V.parameters=T.stat.parameters),T.stat&&T.stat.seasons&&T.stat.seasons.length||T.seasons&&T.seasons.length){const O=[...T.stat&&T.stat.seasons&&T.stat.seasons.length?T.stat.seasons:T.seasons];O.sort((H,M)=>H-M),V.seasonId=O.shift(),V.seasonsIds=O}else(T.season_id||T.seasonId)&&(V.seasonId=T.season_id||T.seasonId);T.stat?T.stat.category_id?V.categoryIds=T.stat.category_id:T.stat.custom_category_id&&(V.customCategoryIds=[T.stat.custom_category_id]):V.categoryIds=W(T.player_position),a("open-media",V)}function B(){l=new ResizeObserver(T=>{for(const _ of T)d.value=_.contentRect.width}),l.observe(n.value)}function R(T){r=new ResizeObserver(_=>{for(const k of _)c.value=k.contentRect.height}),r.observe(T)}function W(T){return T==="POR"?[39,40,52,53,54,55,323,324,608,774,802]:[10,12,14,15,27,35,61,217,257,466,519,607,702,730,98,101,109,112,121,122,127,128,135,136,141,142,161,170,179,211,232,235,239,242,282,284,289,291,296,485,486,487,488]}function z(T,_){_.isSelected=T;const k=i.value.filter(P=>P.isSelected);a("change-selected-players",k)}function U(T){a("view-profile",T)}function G(T){a("delete-from-list",T)}function K(T){a("add-to-list",T)}function oe(T){a("show-graph",T)}function v(T){if(T.isExpanded){T.isExpanded=!1,m.value=null;return}const _=i.value.find(P=>P.isExpanded);if(_&&(_.isExpanded=!1),_){m.value=T;return}const k=document.querySelectorAll(".details-row")[T.index];h.value=T.index,R(k),T.isExpanded=!0}let A=!1,I,D,Y=function(T){A=!0,I=T.pageX-y.value.offsetLeft,D=y.value.scrollLeft},ee=function(){A=!1};function me(){y.value&&(y.value.addEventListener("mousemove",T=>{if(!A)return;const _=T.pageX-y.value.offsetLeft-I;y.value.scrollLeft=D-_}),y.value.addEventListener("mousedown",Y,!1),y.value.addEventListener("mouseup",ee,!1),y.value.addEventListener("mouseleave",ee,!1))}return e.onMounted(()=>{B(),me()}),e.onBeforeUnmount(()=>{l&&l.disconnect(),r&&r.disconnect(),y.value&&(y.value.removeEventListener("mousemove",Y,!1),y.value.removeEventListener("mouseup",ee,!1),y.value.removeEventListener("mouseleave",ee,!1))}),(T,_)=>(e.openBlock(),e.createElementBlock("div",{class:"table",ref_key:"tableSC",ref:n,style:e.normalizeStyle(u.value)},[e.createElementVNode("div",zr,[Ur,(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.value,k=>(e.openBlock(),e.createElementBlock("div",{key:`s-${k.id}`,class:e.normalizeClass(["row static-row",{odd:k.isOdd}])},[e.createVNode(e.Transition,null,{default:e.withCtx(()=>[e.withDirectives(e.createElementVNode("div",{class:e.normalizeClass(["details-row",{odd:k.isOdd}])},[e.createElementVNode("div",jr,[e.createElementVNode("div",$r,[e.createElementVNode("div",Hr,[e.createElementVNode("div",null,[e.createTextVNode("Equipo: "),e.createElementVNode("span",Wr,e.toDisplayString(k.team_name),1)]),e.createElementVNode("div",null,[e.createTextVNode("Edad: "),e.createElementVNode("span",Gr,e.toDisplayString(k.player_age)+" Años",1)]),e.createElementVNode("div",null,[e.createTextVNode("Nacionalidad: "),e.createElementVNode("span",qr,e.toDisplayString(k.player_country),1)]),e.createElementVNode("div",null,[e.createTextVNode("Posición: "),e.createElementVNode("span",Zr,e.toDisplayString(k.position_name),1)])]),e.createElementVNode("div",Yr,[e.createElementVNode("div",null,[e.createTextVNode("Partidos Jugados: "),e.createElementVNode("span",Jr,e.toDisplayString(k.player_games),1)]),e.createElementVNode("div",null,[e.createTextVNode("Minutos Jugados: "),e.createElementVNode("span",Kr,e.toDisplayString(k.player_min),1)])])]),e.createElementVNode("div",{class:"details-row__buttons",style:e.normalizeStyle(f.value?"margin-left: 0; gap: 8px;":"")},[e.createElementVNode("div",{role:"button",class:"button",onClick:P=>oe(k)},tn,8,Xr),t.isTableFromList?(e.openBlock(),e.createElementBlock("div",{key:0,role:"button",class:"button",onClick:P=>G(k)},rn,8,an)):(e.openBlock(),e.createElementBlock("div",{key:1,role:"button",class:"button",onClick:P=>K(k)},cn,8,nn)),e.createElementVNode("div",{role:"button",class:"button green",onClick:P=>U(k)},un,8,mn)],4)])],2),[[e.vShow,k.isExpanded]])]),_:2},1024),t.isEditMode?(e.openBlock(),e.createBlock(e.unref(Sr),{key:0,fontFamily:"Poppins-Regular",labelFontSize:"14px","model-value":k.isSelected,"onUpdate:modelValue":P=>z(P,k)},null,8,["model-value","onUpdate:modelValue"])):e.createCommentVNode("",!0),e.createElementVNode("div",fn,[e.createElementVNode("div",hn,e.toDisplayString(k.position),1),t.isTableFromList?(e.openBlock(),e.createElementBlock("svg",{key:0,width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",onClick:P=>G(k)},_n,8,yn)):(e.openBlock(),e.createElementBlock("svg",{key:1,width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",onClick:P=>K(k)},Vn,8,Cn)),e.createElementVNode("div",Nn,[e.createElementVNode("div",null,[e.createElementVNode("img",{src:k.player_photo,alt:"player photo"},null,8,xn)])]),e.createElementVNode("div",Bn,e.toDisplayString(k.player_name),1)]),e.createElementVNode("div",Fn,[(e.openBlock(),e.createElementBlock("svg",{class:e.normalizeClass(["_arrowExpandIcon_6ak64_1115 _rotate_6ak64_5",{expanded:k.isExpanded}]),width:"12",height:"8",viewBox:"0 0 12 8",fill:"#D9D9D9",xmlns:"http://www.w3.org/2000/svg",onClick:P=>v(k)},An,10,Tn))])],2))),128))]),e.createElementVNode("div",{ref_key:"scrollableColumns",ref:y,class:"table__scrollable-columns"},[t.isGeneral?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[Ln,(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.value,k=>(e.openBlock(),e.createElementBlock("div",{key:`i-${k.id}`,class:"row scrollable-row"},[e.createElementVNode("div",{class:e.normalizeClass(["row team-info",{odd:k.isOdd}])},[e.createElementVNode("div",Pn,[e.createElementVNode("img",{src:k.team_logo,alt:"team logo"},null,8,Dn)]),e.createElementVNode("div",In,e.toDisplayString(k.team_abrev),1)],2),e.createElementVNode("div",{class:e.normalizeClass(["row data-info",{odd:k.isOdd}])},e.toDisplayString(k.player_position),3),e.createElementVNode("div",{class:e.normalizeClass(["row data-info",{odd:k.isOdd}])},e.toDisplayString(k.player_age),3),e.createElementVNode("div",{class:e.normalizeClass(["row data-info",{odd:k.isOdd}])},[e.createElementVNode("img",{src:k.player_country_flag,alt:"player country flag",class:"country-flag"},null,8,vn)],2),e.createElementVNode("div",{class:e.normalizeClass(["row data-info",{odd:k.isOdd}])},e.toDisplayString(k.player_games),3),e.createElementVNode("div",{class:e.normalizeClass(["row data-info",{odd:k.isOdd}])},e.toDisplayString(k.player_min),3),e.createElementVNode("div",{class:e.normalizeClass(["row data-info",{odd:k.isOdd}])},e.toDisplayString(k.league_name),3),e.createElementVNode("div",{class:e.normalizeClass(["row data-info",{odd:k.isOdd}])},[e.createVNode(e.unref(Tr),{icon:"https://golstatsimages.blob.core.windows.net/images-library/arrow-btn.png","icon-size":"19px","icon-position":"left",width:"98px",height:"30px","border-radius":"30px","border-width":"1","background-color":"#ffffff1a","font-family":"Poppins-Regular","border-color":"#55636e","text-value":"Ver videos","font-size":"10px",onClick:P=>b(k)},null,8,["onClick"])],2),e.createElementVNode("div",{class:e.normalizeClass(["row data-info",{odd:k.isOdd}])},null,2)]))),128))],64)):(e.openBlock(),e.createBlock(Or,{key:1,ref_key:"scrollColumns",ref:s,"available-players":i.value,"is-edit-mode":t.isEditMode,onOpenMedia:b,onClickParameters:g},null,8,["available-players","is-edit-mode"]))],512)],4))}},On=Wa(Rn,[["__scopeId","data-v-d89df432"]]),Wt={3:"Albanesa",4:"Argelina",6:"Andorrano",7:"Angoleña",8:"Anguillan",9:"Antiguan",10:"Argentina",11:"Armenia",12:"Arubeño",13:"Austríaca",14:"Austríaca",15:"Azerbaiyano",16:"Bahamas",17:"Bareini",18:"Bangladesí",19:"Barbadense",20:"Bielorrusa",21:"Belga",22:"Beliceña",23:"Beninesa",24:"Bermudeña",25:"Butanés",26:"Boliviana",27:"Bosnia",28:"Botsuano",29:"Brasileña",30:"Islas Vírgenes Británicas",31:"Bruneano",32:"Búlgara",33:"Burundés",34:"Burmesa",35:"Burundés",36:"Camboyana",37:"Camerunés",38:"Canadiense",39:"Caboverdiano",40:"Caimanés",41:"Centroafricana",42:"Chadiano",43:"Chilena",44:"China",45:"Isla de Navidad",46:"Cocos Island",47:"Colombiana",48:"Comorense",49:"Congoleña",50:"Cookiano",51:"Costarricense",52:"Marfileña",53:"Croata",54:"Cubana",55:"Chipriota",56:"Checa",57:"Danesa",58:"Djibouti",60:"Dominicana",61:"Timorense",62:"Ecuatoriana",63:"Egipcia",64:"Salvadoreña",65:"Inglesa",66:"Ecuatoguineano",67:"Eritreo",68:"Estoniana",69:"Etíope",70:"Islas Malvinas",71:"Feroés",72:"Fiyiano",73:"Finlandesa",74:"Francesa",75:"Guayana Francesa",76:"Francopolinecio",77:"Gabonesa",78:"Gambiana",79:"Georgiano",80:"Alemana",81:"Ghanesa",82:"Gibraltareño",221:"Británico",84:"Griega",85:"Groenlandés",86:"Granadino",87:"Guadeloupeño",89:"Guatemalteca",90:"Guineana",91:"Guyanés",92:"Haitiana",93:"Hondureña",94:"Hongkongese",95:"Húngaro",96:"Islandesa",97:"Indio",98:"Indonesia",99:"Iraní",100:"Iraquí",101:"Irlandesa",102:"Manés",103:"Israelí",104:"Italiana",105:"Jamaiquina",106:"Japonesa",107:"Jordana",108:"Kazaja",109:"Keniana",110:"Kiribatiano",111:"Coreana",112:"Surcoreana",113:"Kosovan",114:"Kuwaití",115:"Kirguisa",116:"Laosiano",117:"Letona",118:"Libanesa",119:"Basotho",120:"Liberiana",121:"Libia",122:"Liechtenstein",123:"Lituano",124:"Luxemburguesa",125:"Macaneso",126:"Macedonia",127:"Malgache",128:"Malaya",129:"Malaya",130:"Maldivo",131:"Mali",132:"Maltesa",133:"Marshallese",134:"Martiniqueña",135:"Mauritania",136:"Mauriciano",137:"Mahoran",138:"Mexicana",139:"Micronesio",140:"Moldava",141:"Monacan",142:"Mongol",143:"Montenegrina",144:"Montserratiano",145:"Marroqui",146:"Mozambiqueña",147:"Namibio",148:"Nauruan",149:"Nepalí",150:"Holandesa",151:"Neocaledonio",152:"Neozelandesa",153:"Nicaragüense",154:"Niueño",155:"Nigerina",156:"Nigeriana",157:"Noruega",158:"Normariano",159:"Omaní",160:"Palestina",161:"Palestina",162:"Palauan",163:"Panameña",164:"Papú",165:"Paraguaya",166:"Peruana",167:"Filipina",168:"Pitcairnés",169:"Polaca",170:"Portuguesa",171:"Puertorriqueña",172:"Catari",173:"Reunionés",174:"Rumana",175:"Rusa",176:"Ruandés",177:"Santa Elena",178:"Sancristobaleña",179:"Santa Lucía",180:"Miquelonnais",181:"Sanvicentina",182:"Samoano",183:"Sanmariense",184:"Santotomense",185:"Saudí",186:"Escocesa",187:"Senegalense",188:"Serbia",189:"Seychellense",190:"Sierraleonesa",191:"Singapurense",192:"Eslovena",193:"Eslovena",194:"Salomonense",195:"Somalí",196:"Sudafricana",197:"Surosetio",198:"Española",199:"Esrilanques",200:"Sudanés",201:"Surinamés",202:"Swazi",203:"Sueca",204:"Suiza",205:"Sirio",206:"Taiwanesa",207:"Tayiko",208:"Tanzano",209:"Tailandesa",210:"Togo",211:"Tongano",212:"Trinitaria",213:"Tunecina",214:"Turca",215:"Turkmena",216:"none",217:"Tuvaluano",218:"Ugandesa",219:"Ucraniana",220:"Emiratí",222:"Americana",223:"Uruguaya",224:"Uzbeka",225:"Vanuatuense",226:"Venezolana",227:"Vietnamita",228:"Islas Vírgenes",229:"Galesa",230:"Walisiano",231:"Saharaui",232:"Yemení",233:"Zambiana",234:"Zimbabuense",236:"Curazaleña",237:"San Martín",239:"Debutante"},zn={name:"ListView",components:{GSCTableScrollable:On,ModalViewVarGolstats:za},props:{categories:{type:Array,default:()=>[],required:!0},isGeneral:{type:Boolean,default:!1},players:{type:Array,default:()=>[]},deleteActive:{type:Boolean,default:!1},playerAddtionalData:{type:Object,default:()=>({})},playerStats:{type:Object,default:()=>({})},statsLoaded:{type:Boolean,default:!1}},data(){return{showModal:!1,currentParameters:{},playersFormatted:[]}},watch:{players:{immediate:!0,handler(t){this.isGeneral?this.playersFormatted=t.map(a=>this.formatPlayerDataGeneral(a)):this.playersFormatted=t.map(a=>this.formatPlayerData(a))}},playerStats:{handler(t,a){t!==a&&(this.playersFormatted=this.players.map(o=>this.formatPlayerData(o)))},deep:!0}},methods:{onClickParameters(t){this.currentParameters=t,this.showModal=!0},closeModal(){this.showModal=!1},showProfile(t){this.$emit("view-profile",t)},deleteFromList(t){this.$emit("delete-from-list",t)},showGraph(t){this.$emit("show-graph",t)},onOpenMedia(t){this.$emit("open-media",t)},formatPlayerDataGeneral(t){var a,o,l,r,i;return{objeto_player:t,player_photo:t.photo,player_name:t.name,player_id:t.player_id,player_age:this.calculateAge(t.dob),team_name:((a=this.playerAddtionalData[t.player_id])==null?void 0:a.team_name)||"-",team_id:t.team_id,team_logo:"https://golstatsimages.blob.core.windows.net/teams-80/"+t.team_id+".png",position_name:t.position,player_position:t.position,player_country:Wt[`${t.nationality_id}`]||t.nationality,player_country_flag:"https://golstatsimages.blob.core.windows.net/flags/"+t.nationality_id+".jpg",player_games:((o=this.playerAddtionalData[t.player_id])==null?void 0:o.games_played)||0,player_min:((l=this.playerAddtionalData[t.player_id])==null?void 0:l.minutes)||0,league_name:(r=this.playerAddtionalData[t.player_id])==null?void 0:r.tournament_name,seasons:[...new Set(this.categories.map(n=>{var s,d;return((d=(s=this.playerStats[t.player_id])==null?void 0:s[n.id_variable])==null?void 0:d.season)||[]}).flat())].filter(n=>n&&n!==0),season_id:((i=this.playerAddtionalData[t.player_id])==null?void 0:i.season_id)||0,stats:this.categories.map(n=>{var s,d,c,h,m,y,u,f;return{category_id:((d=(s=this.playerStats[t.player_id])==null?void 0:s[n.id_variable])==null?void 0:d.categories)||null,custom_category_id:((h=(c=this.playerStats[t.player_id])==null?void 0:c[n.id_variable])==null?void 0:h.variable_id)||null,name:n.name,parameters:n.parameters,total:((y=(m=this.playerStats[t.player_id])==null?void 0:m[n.id_variable])==null?void 0:y.value)||0,seasons:((f=(u=this.playerStats[t.player_id])==null?void 0:u[n.id_variable])==null?void 0:f.season)||null}})}},formatPlayerData(t){var a,o,l,r;return Object.keys(this.playerStats[t.player_id])[0],{objeto_player:t,player_photo:t.photo,player_name:t.name,player_id:t.player_id,player_age:this.calculateAge(t.dob),team_name:((a=this.playerAddtionalData[t.player_id])==null?void 0:a.team_name)||"-",team_id:t.team_id,team_logo:"https://golstatsimages.blob.core.windows.net/teams-80/"+t.team_id+".png",position_name:t.position,player_position:t.position,player_country:Wt[`${t.nationality_id}`]||t.nationality,player_country_flag:t.countryFlag,player_games:((o=this.playerAddtionalData[t.player_id])==null?void 0:o.games_played)||0,player_min:((l=this.playerAddtionalData[t.player_id])==null?void 0:l.minutes)||0,league_name:"-",seasons:[...new Set(this.categories.map(i=>{var n,s;return((s=(n=this.playerStats[t.player_id])==null?void 0:n[i.id_variable])==null?void 0:s.season)||[]}).flat())].filter(i=>i&&i!==0),season_id:((r=this.playerAddtionalData[t.player_id])==null?void 0:r.season_id)||0,stats:this.categories.map(i=>{var n,s,d,c,h,m,y,u;return{category_id:((s=(n=this.playerStats[t.player_id])==null?void 0:n[i.id_variable])==null?void 0:s.categories)||null,custom_category_id:((c=(d=this.playerStats[t.player_id])==null?void 0:d[i.id_variable])==null?void 0:c.variable_id)||null,name:i.name,parameters:i.parameters,total:((m=(h=this.playerStats[t.player_id])==null?void 0:h[i.id_variable])==null?void 0:m.value)||0,seasons:((u=(y=this.playerStats[t.player_id])==null?void 0:y[i.id_variable])==null?void 0:u.season)||null}})}},calculateAge(t){if(!t)return"-";const a=new Date(t),o=new Date;let l=o.getFullYear()-a.getFullYear();const r=o.getMonth()-a.getMonth();return(r<0||r===0&&o.getDate()<a.getDate())&&l--,l},handleSelectedPlayers(t){const a=t.map(o=>o.objeto_player);this.$emit("change-selected-players",a)}}},Un={class:"list-view"};function jn(t,a,o,l,r,i){const n=e.resolveComponent("ModalViewVarGolstats"),s=e.resolveComponent("GSCTableScrollable");return e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createVNode(n,{isVisible:r.showModal,"onUpdate:isVisible":a[0]||(a[0]=d=>r.showModal=d),onClose:i.closeModal,parameters:r.currentParameters},null,8,["isVisible","onClose","parameters"]),e.createElementVNode("div",Un,[e.createVNode(s,{players:r.playersFormatted,"is-general":o.isGeneral,"is-edit-mode":o.deleteActive,"is-table-from-list":!0,onChangeSelectedPlayers:i.handleSelectedPlayers,onViewProfile:i.showProfile,onDeleteFromList:i.deleteFromList,onShowGraph:i.showGraph,onOpenMedia:i.onOpenMedia,onClickParameters:i.onClickParameters},null,8,["players","is-general","is-edit-mode","onChangeSelectedPlayers","onViewProfile","onDeleteFromList","onShowGraph","onOpenMedia","onClickParameters"])])],64)}const $n=Ce(zn,[["render",jn],["__scopeId","data-v-be19430e"]]);function qa(t,a){return function(){return t.apply(a,arguments)}}const{toString:Hn}=Object.prototype,{getPrototypeOf:Gt}=Object,dt=(t=>a=>{const o=Hn.call(a);return t[o]||(t[o]=o.slice(8,-1).toLowerCase())})(Object.create(null)),be=t=>(t=t.toLowerCase(),a=>dt(a)===t),ct=t=>a=>typeof a===t,{isArray:Ue}=Array,Je=ct("undefined");function Wn(t){return t!==null&&!Je(t)&&t.constructor!==null&&!Je(t.constructor)&&ye(t.constructor.isBuffer)&&t.constructor.isBuffer(t)}const Za=be("ArrayBuffer");function Gn(t){let a;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?a=ArrayBuffer.isView(t):a=t&&t.buffer&&Za(t.buffer),a}const qn=ct("string"),ye=ct("function"),Ya=ct("number"),mt=t=>t!==null&&typeof t=="object",Zn=t=>t===!0||t===!1,pt=t=>{if(dt(t)!=="object")return!1;const a=Gt(t);return(a===null||a===Object.prototype||Object.getPrototypeOf(a)===null)&&!(Symbol.toStringTag in t)&&!(Symbol.iterator in t)},Yn=be("Date"),Jn=be("File"),Kn=be("Blob"),Xn=be("FileList"),Qn=t=>mt(t)&&ye(t.pipe),es=t=>{let a;return t&&(typeof FormData=="function"&&t instanceof FormData||ye(t.append)&&((a=dt(t))==="formdata"||a==="object"&&ye(t.toString)&&t.toString()==="[object FormData]"))},ts=be("URLSearchParams"),[as,os,ls,is]=["ReadableStream","Request","Response","Headers"].map(be),rs=t=>t.trim?t.trim():t.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function Ke(t,a,{allOwnKeys:o=!1}={}){if(t===null||typeof t>"u")return;let l,r;if(typeof t!="object"&&(t=[t]),Ue(t))for(l=0,r=t.length;l<r;l++)a.call(null,t[l],l,t);else{const i=o?Object.getOwnPropertyNames(t):Object.keys(t),n=i.length;let s;for(l=0;l<n;l++)s=i[l],a.call(null,t[s],s,t)}}function Ja(t,a){a=a.toLowerCase();const o=Object.keys(t);let l=o.length,r;for(;l-- >0;)if(r=o[l],a===r.toLowerCase())return r;return null}const Me=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,Ka=t=>!Je(t)&&t!==Me;function qt(){const{caseless:t}=Ka(this)&&this||{},a={},o=(l,r)=>{const i=t&&Ja(a,r)||r;pt(a[i])&&pt(l)?a[i]=qt(a[i],l):pt(l)?a[i]=qt({},l):Ue(l)?a[i]=l.slice():a[i]=l};for(let l=0,r=arguments.length;l<r;l++)arguments[l]&&Ke(arguments[l],o);return a}const ns=(t,a,o,{allOwnKeys:l}={})=>(Ke(a,(r,i)=>{o&&ye(r)?t[i]=qa(r,o):t[i]=r},{allOwnKeys:l}),t),ss=t=>(t.charCodeAt(0)===65279&&(t=t.slice(1)),t),ds=(t,a,o,l)=>{t.prototype=Object.create(a.prototype,l),t.prototype.constructor=t,Object.defineProperty(t,"super",{value:a.prototype}),o&&Object.assign(t.prototype,o)},cs=(t,a,o,l)=>{let r,i,n;const s={};if(a=a||{},t==null)return a;do{for(r=Object.getOwnPropertyNames(t),i=r.length;i-- >0;)n=r[i],(!l||l(n,t,a))&&!s[n]&&(a[n]=t[n],s[n]=!0);t=o!==!1&&Gt(t)}while(t&&(!o||o(t,a))&&t!==Object.prototype);return a},ms=(t,a,o)=>{t=String(t),(o===void 0||o>t.length)&&(o=t.length),o-=a.length;const l=t.indexOf(a,o);return l!==-1&&l===o},ps=t=>{if(!t)return null;if(Ue(t))return t;let a=t.length;if(!Ya(a))return null;const o=new Array(a);for(;a-- >0;)o[a]=t[a];return o},us=(t=>a=>t&&a instanceof t)(typeof Uint8Array<"u"&&Gt(Uint8Array)),fs=(t,a)=>{const l=(t&&t[Symbol.iterator]).call(t);let r;for(;(r=l.next())&&!r.done;){const i=r.value;a.call(t,i[0],i[1])}},hs=(t,a)=>{let o;const l=[];for(;(o=t.exec(a))!==null;)l.push(o);return l},ys=be("HTMLFormElement"),gs=t=>t.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(o,l,r){return l.toUpperCase()+r}),Xa=(({hasOwnProperty:t})=>(a,o)=>t.call(a,o))(Object.prototype),bs=be("RegExp"),Qa=(t,a)=>{const o=Object.getOwnPropertyDescriptors(t),l={};Ke(o,(r,i)=>{let n;(n=a(r,i,t))!==!1&&(l[i]=n||r)}),Object.defineProperties(t,l)},Ss=t=>{Qa(t,(a,o)=>{if(ye(t)&&["arguments","caller","callee"].indexOf(o)!==-1)return!1;const l=t[o];if(ye(l)){if(a.enumerable=!1,"writable"in a){a.writable=!1;return}a.set||(a.set=()=>{throw Error("Can not rewrite read-only method '"+o+"'")})}})},_s=(t,a)=>{const o={},l=r=>{r.forEach(i=>{o[i]=!0})};return Ue(t)?l(t):l(String(t).split(a)),o},Cs=()=>{},Es=(t,a)=>t!=null&&Number.isFinite(t=+t)?t:a;function ws(t){return!!(t&&ye(t.append)&&t[Symbol.toStringTag]==="FormData"&&t[Symbol.iterator])}const ks=t=>{const a=new Array(10),o=(l,r)=>{if(mt(l)){if(a.indexOf(l)>=0)return;if(!("toJSON"in l)){a[r]=l;const i=Ue(l)?[]:{};return Ke(l,(n,s)=>{const d=o(n,r+1);!Je(d)&&(i[s]=d)}),a[r]=void 0,i}}return l};return o(t,0)},Vs=be("AsyncFunction"),Ns=t=>t&&(mt(t)||ye(t))&&ye(t.then)&&ye(t.catch),eo=((t,a)=>t?setImmediate:a?((o,l)=>(Me.addEventListener("message",({source:r,data:i})=>{r===Me&&i===o&&l.length&&l.shift()()},!1),r=>{l.push(r),Me.postMessage(o,"*")}))(`axios@${Math.random()}`,[]):o=>setTimeout(o))(typeof setImmediate=="function",ye(Me.postMessage)),xs=typeof queueMicrotask<"u"?queueMicrotask.bind(Me):typeof process<"u"&&process.nextTick||eo,C={isArray:Ue,isArrayBuffer:Za,isBuffer:Wn,isFormData:es,isArrayBufferView:Gn,isString:qn,isNumber:Ya,isBoolean:Zn,isObject:mt,isPlainObject:pt,isReadableStream:as,isRequest:os,isResponse:ls,isHeaders:is,isUndefined:Je,isDate:Yn,isFile:Jn,isBlob:Kn,isRegExp:bs,isFunction:ye,isStream:Qn,isURLSearchParams:ts,isTypedArray:us,isFileList:Xn,forEach:Ke,merge:qt,extend:ns,trim:rs,stripBOM:ss,inherits:ds,toFlatObject:cs,kindOf:dt,kindOfTest:be,endsWith:ms,toArray:ps,forEachEntry:fs,matchAll:hs,isHTMLForm:ys,hasOwnProperty:Xa,hasOwnProp:Xa,reduceDescriptors:Qa,freezeMethods:Ss,toObjectSet:_s,toCamelCase:gs,noop:Cs,toFiniteNumber:Es,findKey:Ja,global:Me,isContextDefined:Ka,isSpecCompliantForm:ws,toJSONObject:ks,isAsyncFn:Vs,isThenable:Ns,setImmediate:eo,asap:xs};function j(t,a,o,l,r){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=t,this.name="AxiosError",a&&(this.code=a),o&&(this.config=o),l&&(this.request=l),r&&(this.response=r,this.status=r.status?r.status:null)}C.inherits(j,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:C.toJSONObject(this.config),code:this.code,status:this.status}}});const to=j.prototype,ao={};["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(t=>{ao[t]={value:t}}),Object.defineProperties(j,ao),Object.defineProperty(to,"isAxiosError",{value:!0}),j.from=(t,a,o,l,r,i)=>{const n=Object.create(to);return C.toFlatObject(t,n,function(d){return d!==Error.prototype},s=>s!=="isAxiosError"),j.call(n,t.message,a,o,l,r),n.cause=t,n.name=t.name,i&&Object.assign(n,i),n};const Bs=null;function Zt(t){return C.isPlainObject(t)||C.isArray(t)}function oo(t){return C.endsWith(t,"[]")?t.slice(0,-2):t}function lo(t,a,o){return t?t.concat(a).map(function(r,i){return r=oo(r),!o&&i?"["+r+"]":r}).join(o?".":""):a}function Fs(t){return C.isArray(t)&&!t.some(Zt)}const Ts=C.toFlatObject(C,{},null,function(a){return/^is[A-Z]/.test(a)});function ut(t,a,o){if(!C.isObject(t))throw new TypeError("target must be an object");a=a||new FormData,o=C.toFlatObject(o,{metaTokens:!0,dots:!1,indexes:!1},!1,function(p,g){return!C.isUndefined(g[p])});const l=o.metaTokens,r=o.visitor||h,i=o.dots,n=o.indexes,d=(o.Blob||typeof Blob<"u"&&Blob)&&C.isSpecCompliantForm(a);if(!C.isFunction(r))throw new TypeError("visitor must be a function");function c(f){if(f===null)return"";if(C.isDate(f))return f.toISOString();if(!d&&C.isBlob(f))throw new j("Blob is not supported. Use a Buffer instead.");return C.isArrayBuffer(f)||C.isTypedArray(f)?d&&typeof Blob=="function"?new Blob([f]):Buffer.from(f):f}function h(f,p,g){let b=f;if(f&&!g&&typeof f=="object"){if(C.endsWith(p,"{}"))p=l?p:p.slice(0,-2),f=JSON.stringify(f);else if(C.isArray(f)&&Fs(f)||(C.isFileList(f)||C.endsWith(p,"[]"))&&(b=C.toArray(f)))return p=oo(p),b.forEach(function(R,W){!(C.isUndefined(R)||R===null)&&a.append(n===!0?lo([p],W,i):n===null?p:p+"[]",c(R))}),!1}return Zt(f)?!0:(a.append(lo(g,p,i),c(f)),!1)}const m=[],y=Object.assign(Ts,{defaultVisitor:h,convertValue:c,isVisitable:Zt});function u(f,p){if(!C.isUndefined(f)){if(m.indexOf(f)!==-1)throw Error("Circular reference detected in "+p.join("."));m.push(f),C.forEach(f,function(b,B){(!(C.isUndefined(b)||b===null)&&r.call(a,b,C.isString(B)?B.trim():B,p,y))===!0&&u(b,p?p.concat(B):[B])}),m.pop()}}if(!C.isObject(t))throw new TypeError("data must be an object");return u(t),a}function io(t){const a={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(t).replace(/[!'()~]|%20|%00/g,function(l){return a[l]})}function Yt(t,a){this._pairs=[],t&&ut(t,this,a)}const ro=Yt.prototype;ro.append=function(a,o){this._pairs.push([a,o])},ro.toString=function(a){const o=a?function(l){return a.call(this,l,io)}:io;return this._pairs.map(function(r){return o(r[0])+"="+o(r[1])},"").join("&")};function Ms(t){return encodeURIComponent(t).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function no(t,a,o){if(!a)return t;const l=o&&o.encode||Ms;C.isFunction(o)&&(o={serialize:o});const r=o&&o.serialize;let i;if(r?i=r(a,o):i=C.isURLSearchParams(a)?a.toString():new Yt(a,o).toString(l),i){const n=t.indexOf("#");n!==-1&&(t=t.slice(0,n)),t+=(t.indexOf("?")===-1?"?":"&")+i}return t}class so{constructor(){this.handlers=[]}use(a,o,l){return this.handlers.push({fulfilled:a,rejected:o,synchronous:l?l.synchronous:!1,runWhen:l?l.runWhen:null}),this.handlers.length-1}eject(a){this.handlers[a]&&(this.handlers[a]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(a){C.forEach(this.handlers,function(l){l!==null&&a(l)})}}const co={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},As={isBrowser:!0,classes:{URLSearchParams:typeof URLSearchParams<"u"?URLSearchParams:Yt,FormData:typeof FormData<"u"?FormData:null,Blob:typeof Blob<"u"?Blob:null},protocols:["http","https","file","blob","url","data"]},Jt=typeof window<"u"&&typeof document<"u",Kt=typeof navigator=="object"&&navigator||void 0,Ls=Jt&&(!Kt||["ReactNative","NativeScript","NS"].indexOf(Kt.product)<0),Ps=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",Ds=Jt&&window.location.href||"http://localhost",de={...Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:Jt,hasStandardBrowserEnv:Ls,hasStandardBrowserWebWorkerEnv:Ps,navigator:Kt,origin:Ds},Symbol.toStringTag,{value:"Module"})),...As};function Is(t,a){return ut(t,new de.classes.URLSearchParams,Object.assign({visitor:function(o,l,r,i){return de.isNode&&C.isBuffer(o)?(this.append(l,o.toString("base64")),!1):i.defaultVisitor.apply(this,arguments)}},a))}function vs(t){return C.matchAll(/\w+|\[(\w*)]/g,t).map(a=>a[0]==="[]"?"":a[1]||a[0])}function Rs(t){const a={},o=Object.keys(t);let l;const r=o.length;let i;for(l=0;l<r;l++)i=o[l],a[i]=t[i];return a}function mo(t){function a(o,l,r,i){let n=o[i++];if(n==="__proto__")return!0;const s=Number.isFinite(+n),d=i>=o.length;return n=!n&&C.isArray(r)?r.length:n,d?(C.hasOwnProp(r,n)?r[n]=[r[n],l]:r[n]=l,!s):((!r[n]||!C.isObject(r[n]))&&(r[n]=[]),a(o,l,r[n],i)&&C.isArray(r[n])&&(r[n]=Rs(r[n])),!s)}if(C.isFormData(t)&&C.isFunction(t.entries)){const o={};return C.forEachEntry(t,(l,r)=>{a(vs(l),r,o,0)}),o}return null}function Os(t,a,o){if(C.isString(t))try{return(a||JSON.parse)(t),C.trim(t)}catch(l){if(l.name!=="SyntaxError")throw l}return(o||JSON.stringify)(t)}const Xe={transitional:co,adapter:["xhr","http","fetch"],transformRequest:[function(a,o){const l=o.getContentType()||"",r=l.indexOf("application/json")>-1,i=C.isObject(a);if(i&&C.isHTMLForm(a)&&(a=new FormData(a)),C.isFormData(a))return r?JSON.stringify(mo(a)):a;if(C.isArrayBuffer(a)||C.isBuffer(a)||C.isStream(a)||C.isFile(a)||C.isBlob(a)||C.isReadableStream(a))return a;if(C.isArrayBufferView(a))return a.buffer;if(C.isURLSearchParams(a))return o.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),a.toString();let s;if(i){if(l.indexOf("application/x-www-form-urlencoded")>-1)return Is(a,this.formSerializer).toString();if((s=C.isFileList(a))||l.indexOf("multipart/form-data")>-1){const d=this.env&&this.env.FormData;return ut(s?{"files[]":a}:a,d&&new d,this.formSerializer)}}return i||r?(o.setContentType("application/json",!1),Os(a)):a}],transformResponse:[function(a){const o=this.transitional||Xe.transitional,l=o&&o.forcedJSONParsing,r=this.responseType==="json";if(C.isResponse(a)||C.isReadableStream(a))return a;if(a&&C.isString(a)&&(l&&!this.responseType||r)){const n=!(o&&o.silentJSONParsing)&&r;try{return JSON.parse(a)}catch(s){if(n)throw s.name==="SyntaxError"?j.from(s,j.ERR_BAD_RESPONSE,this,null,this.response):s}}return a}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:de.classes.FormData,Blob:de.classes.Blob},validateStatus:function(a){return a>=200&&a<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};C.forEach(["delete","get","head","post","put","patch"],t=>{Xe.headers[t]={}});const zs=C.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"]),Us=t=>{const a={};let o,l,r;return t&&t.split(`
|
|
1
|
+
(function(Te,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],e):(Te=typeof globalThis<"u"?globalThis:Te||self,e(Te.GSCList={},Te.Vue))})(this,function(Te,e){"use strict";const zt=(t,a)=>{const o=t.__vccOpts||t;for(const[l,r]of a)o[l]=r;return o},Ut={name:"FieldTemplatesElement",props:{fieldWidth:{type:Number,default:302.5},fieldHeight:{type:Number,default:254.5},initialSections:{type:Array,default:()=>[]},displayMode:{type:Boolean,default:!1},title:{type:String,default:"Zona de origen del balón:"},quarters:{type:Array,default:()=>[1,2,3,4]}},data(){return{selectAll:!0,selectedSections:new Set,isDragging:!1,dragSelectMode:null,lastUpdateTime:0,lastSelectedSections:[]}},created(){this.initializeSections()},watch:{initialSections:{handler:"initializeSections",immediate:!0},selectedSections:{handler(t){if(this.lastSelectedSections.every(o=>t.has(o)))return;const a=Array.from(t).map(Number).sort((o,l)=>o-l);this.lastSelectedSections=[...a],this.$emit("sections-changed",a)},deep:!0}},methods:{initializeSections(){if(this.selectedSections.clear(),this.initialSections&&this.initialSections.length>0)this.initialSections.forEach(t=>{const a=Math.ceil(t/4);this.isQuarterEnabled(a)&&this.selectedSections.add(t.toString())});else for(let t=1;t<=16;t++){const a=Math.ceil(t/4);this.isQuarterEnabled(a)&&this.selectedSections.add(t.toString())}this.updateSelectAllState()},isSelected(t){return this.selectedSections.has(t.toString())},toggleSection(t){const a=Math.ceil(t/4);if(!this.isQuarterEnabled(a))return;const o=t.toString();this.selectedSections.size===1&&this.selectedSections.has(o)||(this.selectedSections.has(o)?this.selectedSections.delete(o):this.selectedSections.add(o),this.updateSelectAllState())},toggleAllSections(){if(this.selectAll)for(let t=1;t<=16;t++)this.selectedSections.add(t.toString());else this.selectedSections.clear()},updateSelectAllState(){requestAnimationFrame(()=>{this.selectAll=this.selectedSections.size===16})},startDragging(){this.displayMode||(this.isDragging=!0,event.preventDefault())},stopDragging(){this.displayMode||(this.isDragging=!1,this.dragSelectMode=null)},handleDragSelect(t){if(this.displayMode)return;const a=Date.now();if(a-this.lastUpdateTime<16)return;this.lastUpdateTime=a;const o=t.toString(),l=Math.ceil(t/4);if(this.isQuarterEnabled(l)){if(this.dragSelectMode===null&&(this.dragSelectMode=!this.selectedSections.has(o)),this.dragSelectMode)this.selectedSections.add(o);else{if(this.selectedSections.size===1&&this.selectedSections.has(o))return;this.selectedSections.delete(o)}this.updateSelectAllState()}},getSectionNumber(t,a){return(t-1)*4+a},getSectionIndex(t,a){return(t-1)*4+a},selectColumn(t){if(!this.isQuarterEnabled(t))return;const a=(t-1)*4+1,o=t*4;if(Array.from({length:4},(l,r)=>(a+r).toString()).every(l=>this.selectedSections.has(l))&&this.selectedSections.size>4)for(let l=a;l<=o;l++)this.selectedSections.delete(l.toString());else for(let l=a;l<=o;l++)this.selectedSections.add(l.toString());this.updateSelectAllState()},isQuarterSelected(t){const a=(t-1)*4+1;return Array.from({length:4},(o,l)=>(a+l).toString()).every(o=>this.selectedSections.has(o))},isQuarterEnabled(t){return this.quarters.includes(t)}}},Ia=()=>{e.useCssVars(t=>({"3f07ccca":t.fieldWidth+"px","26834d3a":t.fieldHeight+"px","1711e604":t.displayMode?"-28px":"0"}))},va=Ut.setup;Ut.setup=va?(t,a)=>(Ia(),va(t,a)):Ia;const Zl={class:"field-template-element"},Yl={class:"field-container"},Jl=["onMouseenter","onMousedown"],Kl={class:"column-buttons"},Xl=["onClick","disabled"];function Ql(t,a,o,l,r,i){return e.openBlock(),e.createElementBlock("div",Zl,[e.createElementVNode("div",Yl,[e.createElementVNode("div",{class:e.normalizeClass(["field-title",{"hidden-title":o.displayMode}])},[e.createElementVNode("span",null,e.toDisplayString(o.title),1)],2),e.createElementVNode("div",{class:"soccer-field",onMousedown:a[0]||(a[0]=(...n)=>i.startDragging&&i.startDragging(...n)),onMouseup:a[1]||(a[1]=(...n)=>i.stopDragging&&i.stopDragging(...n)),onMouseleave:a[2]||(a[2]=(...n)=>i.stopDragging&&i.stopDragging(...n))},[(e.openBlock(),e.createElementBlock(e.Fragment,null,e.renderList(4,n=>e.createElementVNode("div",{key:n,class:"field-column"},[(e.openBlock(),e.createElementBlock(e.Fragment,null,e.renderList(4,s=>e.createElementVNode("div",{key:`${n}-${s}`,class:e.normalizeClass(["field-section",{selected:i.isSelected(i.getSectionIndex(n,s)),"display-mode":o.displayMode}]),onMouseenter:d=>r.isDragging&&i.handleDragSelect(i.getSectionIndex(n,s)),onMousedown:e.withModifiers(d=>!o.displayMode&&i.toggleSection(i.getSectionIndex(n,s)),["prevent"])},null,42,Jl)),64))])),64))],32),e.createElementVNode("div",Kl,[o.displayMode?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},e.renderList(4,n=>e.createElementVNode("div",{key:n,class:"column-label"},e.toDisplayString(n)+"/4 tos ",1)),64)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},e.renderList(4,n=>e.createElementVNode("button",{key:n,class:e.normalizeClass(["column-button",{selected:i.isQuarterSelected(n),disabled:!i.isQuarterEnabled(n)}]),onClick:s=>i.selectColumn(n),disabled:!i.isQuarterEnabled(n)},e.toDisplayString(n)+"/4 tos ",11,Xl)),64))])])])}const ei=zt(Ut,[["render",Ql],["__scopeId","data-v-1f6351a4"]]),jt={name:"FieldTemplatesElement",props:{fieldWidth:{type:Number,default:302.5},fieldHeight:{type:Number,default:254.5},initialSections:{type:Array,default:()=>[]},displayMode:{type:Boolean,default:!1}},data(){return{selectAll:!0,selectedSections:new Set,isDragging:!1,dragSelectMode:null,lastUpdateTime:0,selectedCells:new Array(72).fill(!0)}},created(){this.initializeSections()},watch:{initialSections:{handler:"initializeSections",immediate:!0},selectedSections:{handler(t){const a=Array.from(t).map(i=>{const[n,s]=i.split("-").map(Number);return{row:n,col:s,value:this.getSequentialNumber(n,s)}}),o={};a.forEach(i=>{o[i.col]||(o[i.col]=[]),o[i.col].push(i)});const l=[];Object.values(o).forEach(i=>{i.sort((s,d)=>d.row-s.row);let n=[i[0]];for(let s=1;s<i.length;s++){const d=i[s];i[s-1].row-d.row===1?n.push(d):(n.length>0&&l.push(n),n=[d])}n.length>0&&l.push(n)});const r=l.sort((i,n)=>{const s=Math.min(...i.map(c=>c.value)),d=Math.min(...n.map(c=>c.value));return s-d}).map(i=>{const n=i.map(s=>s.value).sort((s,d)=>d-s);return n.length===1?[n[0],n[0]]:[n[0],n[n.length-1]]});this.$emit("sections-changed",r)},deep:!0}},methods:{initializeSections(){if(this.initialSections&&this.initialSections.length>0)this.selectedSections.clear(),this.initialSections.forEach(t=>{if(Array.isArray(t)&&t.length===2){const[a,o]=t,l=17-Math.floor((a-1)/21),r=(a-1)%21+1,i=17-Math.floor((o-1)/21),n=(o-1)%21+1;if(r===n){const s=Math.min(l,i),d=Math.max(l,i);for(let c=s;c<=d;c++)this.selectedSections.add(this.getSectionId(c,r))}else{const s=Math.min(r,n),d=Math.max(r,n);for(let c=s;c<=d;c++){const h=c===r?l:1,m=c===n?i:17;for(let y=Math.min(h,m);y<=Math.max(h,m);y++)this.selectedSections.add(this.getSectionId(y,c))}}}});else for(let t=1;t<=17;t++)for(let a=1;a<=21;a++)this.selectedSections.add(this.getSectionId(t,a));this.updateSelectAllState()},getSectionId(t,a){return`${t}-${a}`},isSelected(t,a){return this.selectedSections.has(this.getSectionId(t,a))},toggleSection(t,a){const o=this.getSectionId(t,a);this.selectedSections.has(o)?this.selectedSections.delete(o):this.selectedSections.add(o),this.updateSelectAllState()},toggleAllSections(){if(this.selectAll)for(let t=1;t<=17;t++)for(let a=1;a<=21;a++)this.selectedSections.add(this.getSectionId(t,a));else this.selectedSections.clear()},updateSelectAllState(){requestAnimationFrame(()=>{let t=357;this.selectAll=this.selectedSections.size===t})},startDragging(){this.displayMode||(this.isDragging=!0,event.preventDefault())},stopDragging(){this.displayMode||(this.isDragging=!1,this.dragSelectMode=null)},handleDragSelect(t,a){if(this.displayMode)return;const o=Date.now();if(o-this.lastUpdateTime<16)return;this.lastUpdateTime=o;const l=this.getSectionId(t,a);this.dragSelectMode===null&&(this.dragSelectMode=!this.selectedSections.has(l)),this.dragSelectMode?this.selectedSections.add(l):this.selectedSections.delete(l),this.updateSelectAllState()},getSequentialNumber(t,a){return(17-t)*21+a}}},Ra=()=>{e.useCssVars(t=>({"7dc153b4":t.fieldWidth+"px","3cee0bfc":(t.displayMode?t.fieldHeight-24:t.fieldHeight)+"px"}))},Oa=jt.setup;jt.setup=Oa?(t,a)=>(Ra(),Oa(t,a)):Ra;const ti={class:"field-template-element"},ai={class:"field-container"},oi={key:0,class:"select-all-container"},li={class:"select-all-label"},ii=["onMouseenter","onMousedown"];function ri(t,a,o,l,r,i){return e.openBlock(),e.createElementBlock("div",ti,[e.createElementVNode("div",ai,[o.displayMode?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",oi,[e.createElementVNode("label",li,[a[5]||(a[5]=e.createElementVNode("span",null,"Seleccionar toda la cancha",-1)),e.withDirectives(e.createElementVNode("input",{type:"checkbox",class:"select-all-checkbox","onUpdate:modelValue":a[0]||(a[0]=n=>r.selectAll=n),onChange:a[1]||(a[1]=(...n)=>i.toggleAllSections&&i.toggleAllSections(...n))},null,544),[[e.vModelCheckbox,r.selectAll]])])])),e.createElementVNode("div",{class:"soccer-field",onMousedown:a[2]||(a[2]=(...n)=>i.startDragging&&i.startDragging(...n)),onMouseup:a[3]||(a[3]=(...n)=>i.stopDragging&&i.stopDragging(...n)),onMouseleave:a[4]||(a[4]=(...n)=>i.stopDragging&&i.stopDragging(...n))},[(e.openBlock(),e.createElementBlock(e.Fragment,null,e.renderList(17,n=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:n},[(e.openBlock(),e.createElementBlock(e.Fragment,null,e.renderList(21,s=>e.createElementVNode("div",{key:`${n}-${s}`,class:e.normalizeClass(["field-section",{selected:i.isSelected(n,s),"display-mode":o.displayMode}]),onMouseenter:d=>r.isDragging&&i.handleDragSelect(n,s),onMousedown:e.withModifiers(d=>!o.displayMode&&i.toggleSection(n,s),["prevent"])},null,42,ii)),64))],64))),64))],32),a[6]||(a[6]=e.createStaticVNode('<div class="attack-direction" data-v-389c50fa><div class="arrow-line" data-v-389c50fa></div><span class="attack-text" data-v-389c50fa>Ataca</span><div class="arrow-line" data-v-389c50fa></div><svg class="arrow-head" width="12" height="12" viewBox="0 0 12 12" data-v-389c50fa><polygon points="12,6 0,1 0,11" fill="#316fee" data-v-389c50fa></polygon></svg></div>',1))])])}const ni=zt(jt,[["render",ri],["__scopeId","data-v-389c50fa"]]),si={components:{FieldGolStatsTemplates:ei,FieldTemplatesElement:ni},name:"ModalPassConditions",props:{isVisible:{type:Boolean,required:!0},parameters:{type:Object,required:!0}},data(){return{quarters:[1,2],userId:24254,originSelection:[],destinationSelection:[],selectAllOrigin:!1,selectAllDestination:!1,minDistanceX:.5,minDistanceY:.5,minDistanceTotal:.5}},methods:{isArrayOfArrays(t){return Array.isArray(t)&&t.length>0&&t.every(a=>Array.isArray(a))},closeModal(){this.$emit("update:isVisible",!1)},updateOriginSelection(t){this.originSelection=t},updateDestinationSelection(t){this.destinationSelection=t},clearFilters(){this.originSelection=[],this.destinationSelection=[],this.selectAllOrigin=!1,this.selectAllDestination=!1,this.minDistanceX=0,this.minDistanceY=0,this.minDistanceTotal=0},applyFilters(){this.$emit("update:isVisible",!1)}}},di={key:0,class:"modal-wrapper"},ci={class:"modal-overlay"},mi={class:"modal-container"},pi={class:"modal-content"},ui={class:"modal-header"},fi={class:"fields-container"},hi={class:"field-section"},yi={class:"field-section"},gi={class:"distance-section"},bi={class:"distance-info"},Si={class:"info-row"},_i={class:"info-value"},Ci={class:"info-row"},Ei={class:"info-value"},wi={class:"info-row"},ki={class:"info-value"},Vi={class:"distance-section"},Ni={class:"distance-info"},xi={class:"info-row"},Bi={class:"info-value"},Fi={class:"info-row"},Ti={class:"info-value"},Mi={class:"info-row"},Ai={class:"info-value"};function Li(t,a,o,l,r,i){var n,s,d,c,h,m,y,u,f,p,g,b;const B=e.resolveComponent("FieldGolStatsTemplates"),R=e.resolveComponent("FieldTemplatesElement");return o.isVisible?(e.openBlock(),e.createElementBlock("div",di,[e.createElementVNode("div",ci,[e.createElementVNode("div",mi,[e.createElementVNode("div",pi,[e.createElementVNode("div",ui,[a[2]||(a[2]=e.createStaticVNode('<div class="header-content" data-v-834c0128><svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" data-v-inspector="src/components/GSCTemplates.vue:100:15" data-v-a08c9209="" data-v-834c0128><path d="M5.18088 2.68185L3.12463 4.74435L2.31838 3.93185C2.20069 3.81416 2.04107 3.74805 1.87463 3.74805C1.70819 3.74805 1.54857 3.81416 1.43088 3.93185C1.31319 4.04954 1.24707 4.20917 1.24707 4.3756C1.24707 4.54204 1.31319 4.70166 1.43088 4.81935L2.68088 6.06935C2.73898 6.12793 2.80811 6.17443 2.88427 6.20616C2.96043 6.23789 3.04212 6.25423 3.12463 6.25423C3.20714 6.25423 3.28883 6.23789 3.36499 6.20616C3.44115 6.17443 3.51028 6.12793 3.56838 6.06935L6.06838 3.56935C6.12665 3.51108 6.17288 3.4419 6.20442 3.36576C6.23595 3.28962 6.25218 3.20802 6.25218 3.1256C6.25218 3.04319 6.23595 2.96159 6.20442 2.88545C6.17288 2.80931 6.12665 2.74013 6.06838 2.68185C6.0101 2.62358 5.94092 2.57735 5.86478 2.54582C5.78864 2.51428 5.70704 2.49805 5.62463 2.49805C5.54222 2.49805 5.46061 2.51428 5.38447 2.54582C5.30833 2.57735 5.23915 2.62358 5.18088 2.68185Z" fill="white" data-v-inspector="src/components/GSCTemplates.vue:101:17" data-v-a08c9209="" data-v-834c0128></path><path d="M5 8.125H2.5C2.33424 8.125 2.17527 8.19085 2.05806 8.30806C1.94085 8.42527 1.875 8.58424 1.875 8.75V11.25C1.875 11.4158 1.94085 11.5747 2.05806 11.6919C2.17527 11.8092 2.33424 11.875 2.5 11.875H5C5.16576 11.875 5.32473 11.8092 5.44194 11.6919C5.55915 11.5747 5.625 11.4158 5.625 11.25V8.75C5.625 8.58424 5.55915 8.42527 5.44194 8.30806C5.32473 8.19085 5.16576 8.125 5 8.125ZM4.375 10.625H3.125V9.375H4.375V10.625Z" fill="white" data-v-inspector="src/components/GSCTemplates.vue:104:17" data-v-a08c9209="" data-v-834c0128></path><path d="M5 13.75H2.5C2.33424 13.75 2.17527 13.8158 2.05806 13.9331C1.94085 14.0503 1.875 14.2092 1.875 14.375V16.875C1.875 17.0408 1.94085 17.1997 2.05806 17.3169C2.17527 17.4342 2.33424 17.5 2.5 17.5H5C5.16576 17.5 5.32473 17.4342 5.44194 17.3169C5.55915 17.1997 5.625 17.0408 5.625 16.875V14.375C5.625 14.2092 5.55915 14.0503 5.44194 13.9331C5.32473 13.8158 5.16576 13.75 5 13.75ZM4.375 16.25H3.125V15H4.375V16.25Z" fill="white" data-v-inspector="src/components/GSCTemplates.vue:107:17" data-v-a08c9209="" data-v-834c0128></path><path d="M8.125 9.375H13.125C13.2908 9.375 13.4497 9.30915 13.5669 9.19194C13.6842 9.07473 13.75 8.91576 13.75 8.75C13.75 8.58424 13.6842 8.42527 13.5669 8.30806C13.4497 8.19085 13.2908 8.125 13.125 8.125H8.125C7.95924 8.125 7.80027 8.19085 7.68306 8.30806C7.56585 8.42527 7.5 8.58424 7.5 8.75C7.5 8.91576 7.56585 9.07473 7.68306 9.19194C7.80027 9.30915 7.95924 9.375 8.125 9.375Z" fill="white" data-v-inspector="src/components/GSCTemplates.vue:110:17" data-v-a08c9209="" data-v-834c0128></path><path d="M18.125 10.625H8.125C7.95924 10.625 7.80027 10.6908 7.68306 10.8081C7.56585 10.9253 7.5 11.0842 7.5 11.25C7.5 11.4158 7.56585 11.5747 7.68306 11.6919C7.80027 11.8092 7.95924 11.875 8.125 11.875H18.125C18.2908 11.875 18.4497 11.8092 18.5669 11.6919C18.6842 11.5747 18.75 11.4158 18.75 11.25C18.75 11.0842 18.6842 10.9253 18.5669 10.8081C18.4497 10.6908 18.2908 10.625 18.125 10.625Z" fill="white" data-v-inspector="src/components/GSCTemplates.vue:113:17" data-v-a08c9209="" data-v-834c0128></path><path d="M8.125 15H13.125C13.2908 15 13.4497 14.9342 13.5669 14.8169C13.6842 14.6997 13.75 14.5408 13.75 14.375C13.75 14.2092 13.6842 14.0503 13.5669 13.9331C13.4497 13.8158 13.2908 13.75 13.125 13.75H8.125C7.95924 13.75 7.80027 13.8158 7.68306 13.9331C7.56585 14.0503 7.5 14.2092 7.5 14.375C7.5 14.5408 7.56585 14.6997 7.68306 14.8169C7.80027 14.9342 7.95924 15 8.125 15Z" fill="white" data-v-inspector="src/components/GSCTemplates.vue:116:17" data-v-a08c9209="" data-v-834c0128></path><path d="M18.125 16.25H8.125C7.95924 16.25 7.80027 16.3158 7.68306 16.4331C7.56585 16.5503 7.5 16.7092 7.5 16.875C7.5 17.0408 7.56585 17.1997 7.68306 17.3169C7.80027 17.4342 7.95924 17.5 8.125 17.5H18.125C18.2908 17.5 18.4497 17.4342 18.5669 17.3169C18.6842 17.1997 18.75 17.0408 18.75 16.875C18.75 16.7092 18.6842 16.5503 18.5669 16.4331C18.4497 16.3158 18.2908 16.25 18.125 16.25Z" fill="white" data-v-inspector="src/components/GSCTemplates.vue:119:17" data-v-a08c9209="" data-v-834c0128></path><path d="M8.125 3.75H13.125C13.2908 3.75 13.4497 3.68415 13.5669 3.56694C13.6842 3.44973 13.75 3.29076 13.75 3.125C13.75 2.95924 13.6842 2.80027 13.5669 2.68306C13.4497 2.56585 13.2908 2.5 13.125 2.5H8.125C7.95924 2.5 7.80027 2.56585 7.68306 2.68306C7.56585 2.80027 7.5 2.95924 7.5 3.125C7.5 3.29076 7.56585 3.44973 7.68306 3.56694C7.80027 3.68415 7.95924 3.75 8.125 3.75Z" fill="white" data-v-inspector="src/components/GSCTemplates.vue:122:17" data-v-a08c9209="" data-v-834c0128></path><path d="M8.125 6.25H18.125C18.2908 6.25 18.4497 6.18415 18.5669 6.06694C18.6842 5.94973 18.75 5.79076 18.75 5.625C18.75 5.45924 18.6842 5.30027 18.5669 5.18306C18.4497 5.06585 18.2908 5 18.125 5H8.125C7.95924 5 7.80027 5.06585 7.68306 5.18306C7.56585 5.30027 7.5 5.45924 7.5 5.625C7.5 5.79076 7.56585 5.94973 7.68306 6.06694C7.80027 6.18415 7.95924 6.25 8.125 6.25Z" fill="white" data-v-inspector="src/components/GSCTemplates.vue:125:17" data-v-a08c9209="" data-v-834c0128></path></svg><span data-v-834c0128>Elige las condiciones del pase</span></div>',1)),e.createElementVNode("button",{class:"close-button",onClick:a[0]||(a[0]=W=>t.$emit("update:isVisible",!1))},a[1]||(a[1]=[e.createElementVNode("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{d:"M14 1.41L12.59 0L7 5.59L1.41 0L0 1.41L5.59 7L0 12.59L1.41 14L7 8.41L12.59 14L14 12.59L8.41 7L14 1.41Z"})],-1)]))]),e.createElementVNode("div",fi,[e.createElementVNode("div",hi,[i.isArrayOfArrays((n=o.parameters)==null?void 0:n.origin_zones)?(e.openBlock(),e.createBlock(R,{key:1,"user-id":24254,"display-mode":!0,"initial-sections":(d=o.parameters)==null?void 0:d.origin_zones},null,8,["initial-sections"])):(e.openBlock(),e.createBlock(B,{key:0,title:"Elige la zona de origen del balón:","initial-sections":(s=o.parameters)==null?void 0:s.origin_zones,"display-mode":!0},null,8,["initial-sections"]))]),e.createElementVNode("div",yi,[i.isArrayOfArrays((c=o.parameters)==null?void 0:c.destiny_zones)?(e.openBlock(),e.createBlock(R,{key:1,"user-id":24254,"display-mode":!0,"initial-sections":(m=o.parameters)==null?void 0:m.destiny_zones},null,8,["initial-sections"])):(e.openBlock(),e.createBlock(B,{key:0,title:"Elige la zona de destino del balón:","initial-sections":(h=o.parameters)==null?void 0:h.destiny_zones,"display-mode":!0},null,8,["initial-sections"]))])]),e.createElementVNode("div",gi,[a[6]||(a[6]=e.createElementVNode("h3",null,"Distancia mínima del pase:",-1)),e.createElementVNode("div",bi,[e.createElementVNode("div",Si,[a[3]||(a[3]=e.createElementVNode("span",{class:"info-label"},"Eje X de la cancha (de portería a portería):",-1)),e.createElementVNode("span",_i,e.toDisplayString((y=o.parameters)==null?void 0:y.minimum_distance_x)+" m",1)]),e.createElementVNode("div",Ci,[a[4]||(a[4]=e.createElementVNode("span",{class:"info-label"},"Eje Y de la cancha (de banda a banda):",-1)),e.createElementVNode("span",Ei,e.toDisplayString((u=o.parameters)==null?void 0:u.minimum_distance_y)+" m",1)]),e.createElementVNode("div",wi,[a[5]||(a[5]=e.createElementVNode("span",{class:"info-label"},"Distancia total (No importa si va diagonal):",-1)),e.createElementVNode("span",ki,e.toDisplayString((f=o.parameters)==null?void 0:f.minimum_total_distance)+" m",1)])])]),e.createElementVNode("div",Vi,[a[10]||(a[10]=e.createElementVNode("h3",null,"Distancia máxima del pase:",-1)),e.createElementVNode("div",Ni,[e.createElementVNode("div",xi,[a[7]||(a[7]=e.createElementVNode("span",{class:"info-label"},"Eje X de la cancha (de portería a portería):",-1)),e.createElementVNode("span",Bi,e.toDisplayString((p=o.parameters)==null?void 0:p.maximum_distance_x)+" m",1)]),e.createElementVNode("div",Fi,[a[8]||(a[8]=e.createElementVNode("span",{class:"info-label"},"Eje Y de la cancha (de banda a banda):",-1)),e.createElementVNode("span",Ti,e.toDisplayString((g=o.parameters)==null?void 0:g.maximum_distance_y)+" m",1)]),e.createElementVNode("div",Mi,[a[9]||(a[9]=e.createElementVNode("span",{class:"info-label"},"Distancia total (No importa si va diagonal):",-1)),e.createElementVNode("span",Ai,e.toDisplayString((b=o.parameters)==null?void 0:b.maximum_total_distance)+" m",1)])])])])])])])):e.createCommentVNode("",!0)}const za=zt(si,[["render",Li],["__scopeId","data-v-834c0128"]]),Ce=(t,a)=>{const o=t.__vccOpts||t;for(const[l,r]of a)o[l]=r;return o},Pi={class:"player-card"},Di={class:"player-card__image"},Ii={key:0,class:"checkbox-container"},vi=["checked"],Ri=["src"],Oi={class:"player-card__right-data"},zi={class:"player-card__age"},Ui={class:"player-card__flag"},ji={class:"player-card__details"},$i={class:"player-card__name"},Hi={class:"player-card__position"},Wi={key:0,class:"button-row"},Gi={class:"stat-header"},qi={class:"stat-left"},Zi=["onClick"],Yi={class:"stat-label"},Ji={class:"stat-value"},Ki={class:"stat-bar-container"},Xi={key:1,class:"loading-overlay"},$t={name:"GridView",components:{GscPlayerCard:Ce({__name:"GscPlayerCard",props:{player:{type:Object,default:()=>({})},loading:{type:Boolean,default:!0},countryFlag:{type:String,default:""},jersey:{type:Number,default:0},player_id:{type:Number,default:0},age:{type:Number,default:18},nationality:{type:String,default:"-"},name:{type:String,default:"-"},position:{type:String,default:"-"},photo:{type:String,default:""},is_female:{type:Number,default:0},isImgFullWidth:{type:Boolean,default:!1},stats:{type:Object,default:()=>({})},additionalData:{type:Object,default:()=>({})},deleteActive:{type:Boolean,default:!1},categories:{type:Array,default:()=>[],required:!0},statsPromise:{type:Promise,required:!0},isSelected:{type:Boolean,default:!1}},setup(t){const a=t,o=e.ref(null),l=e.ref(!1),r=e.ref(null);e.onMounted(async()=>{try{o.value=await a.statsPromise}catch(d){console.error("Error cargando estadísticas:",d)}});const i=d=>{if(!d)return 0;if(typeof d.value=="string"&&d.value.includes("%"))return parseFloat(d.value.replace("%",""));const c=d.max;return d.value*100/c};e.computed(()=>a.stats&&Object.keys(a.stats).length>0);const n=d=>{r.value=d,l.value=!0},s=()=>{l.value=!1,r.value=null};return(d,c)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",Pi,[e.createElementVNode("div",Di,[t.deleteActive?(e.openBlock(),e.createElementBlock("div",Ii,[e.createElementVNode("input",{type:"checkbox",class:"player-checkbox",checked:t.isSelected,onChange:c[0]||(c[0]=h=>d.$emit("toggleSelection")),onClick:c[1]||(c[1]=e.withModifiers(()=>{},["stop"]))},null,40,vi)])):e.createCommentVNode("",!0),e.createElementVNode("img",{class:e.normalizeClass(["player-card__photo",{"full-width":t.isImgFullWidth}]),src:t.photo,alt:"Player Image"},null,10,Ri),e.createElementVNode("div",Oi,[e.createElementVNode("div",zi,e.toDisplayString(t.age)+" años ",1),e.createElementVNode("div",Ui,[e.createElementVNode("div",{class:"player-card__flag-container",style:e.normalizeStyle({"background-image":`url(${a.countryFlag})`})},null,4)])])]),e.createElementVNode("div",ji,[e.createElementVNode("p",$i,e.toDisplayString(t.name),1),e.createElementVNode("p",Hi,e.toDisplayString(t.position),1)]),e.createElementVNode("div",{class:e.normalizeClass(["player-card__actions",{"hide-buttons":t.deleteActive}])},[t.deleteActive?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",Wi,[e.createElementVNode("button",{class:"action-button graph-button",onClick:c[2]||(c[2]=e.withModifiers(h=>d.$emit("showGraph",{player_id:a.player_id,name:a.name,position:a.position,stats:a.stats}),["stop"]))},c[6]||(c[6]=[e.createStaticVNode(' Gráfica <span class="button-icon" data-v-2baeacbf><svg fill="none" height="16" viewBox="0 0 17 16" width="17" xmlns="http://www.w3.org/2000/svg" data-v-2baeacbf><g clip-path="url(#clip0_3514_71971)" data-v-2baeacbf><path d="M16.3338 6.02932L8.65108 0.447539C8.56099 0.38207 8.43896 0.38207 8.34886 0.447539C8.34292 0.451852 1.97661 5.07726 0.6663 6.02926C0.498706 6.09269 0.445831 6.30248 0.563113 6.43788L3.48277 15.4238C3.51717 15.5297 3.61589 15.6014 3.72727 15.6014H13.2635C13.3911 15.6014 13.484 15.5258 13.5172 15.4238L16.4368 6.43788C16.5544 6.3022 16.501 6.09269 16.3338 6.02932ZM13.1818 14.792L12.2937 13.5604C12.4178 13.3198 12.4262 13.0472 12.3402 12.813L13.4007 8.12035C13.7342 7.97885 13.9718 7.64673 13.9682 7.25316L15.8203 6.67173L13.1818 14.792ZM1.18005 6.67273L2.54311 7.10316C2.52677 7.60485 2.90696 8.01919 3.39221 8.06116L5.37836 11.3233C5.0798 11.6827 5.09336 12.2096 5.41452 12.5533L3.8173 14.7894L1.18005 6.67273ZM7.02283 11.9909C7.03952 11.7764 6.98346 11.5718 6.86936 11.4011L8.47839 9.14851L10.8495 12.4367C10.7173 12.5536 10.6187 12.7075 10.5697 12.8821L7.02283 11.9909ZM7.62217 4.78338C7.74714 5.00898 7.96299 5.17704 8.22033 5.23844V8.35679L4.40411 7.15166C4.40767 6.95926 4.35377 6.77813 4.25196 6.6232L7.62217 4.78338ZM12.2474 6.77016C12.151 6.92429 12.0998 7.10551 12.1071 7.29851L8.73449 8.35735V5.21526C8.94317 5.14495 9.11883 5.00291 9.23183 4.8182L12.2474 6.77016ZM4.25277 7.64307L8.06249 8.84613L6.47533 11.0681C6.26327 10.973 6.02383 10.9611 5.80383 11.0334L3.92524 7.94795C4.05761 7.87432 4.17008 7.76935 4.25277 7.64307ZM11.9237 12.3234C11.7375 12.2181 11.526 12.1827 11.3228 12.214L8.8943 8.84613L12.2678 7.78701C12.4038 7.98623 12.6151 8.12979 12.8607 8.17698L11.9237 12.3234ZM12.648 6.41704L9.36721 4.29329C9.35074 3.90045 9.09089 3.57073 8.73449 3.45063V1.14366L15.6674 6.18076L13.8211 6.76041C13.5672 6.3651 13.0654 6.22463 12.648 6.41704ZM8.22033 3.42748C7.83383 3.5197 7.54105 3.8527 7.50917 4.25923L3.8238 6.27107C3.42227 6.10782 2.95152 6.24232 2.70096 6.61379L1.33164 6.18138L8.22033 1.17648V3.42748ZM5.85711 12.8183C6.22189 12.9143 6.61096 12.7823 6.84071 12.4753L10.5778 13.4143C10.7578 13.9855 11.4215 14.2369 11.9331 13.9395L12.7607 15.0872H4.23642L5.85711 12.8183Z" fill="white" data-v-2baeacbf></path></g><defs data-v-2baeacbf><clipPath id="clip0_3514_71971" data-v-2baeacbf><rect fill="white" height="16" transform="translate(0.5)" width="16" data-v-2baeacbf></rect></clipPath></defs></svg></span>',2)])),e.createElementVNode("button",{class:"action-button delete-button",onClick:c[3]||(c[3]=e.withModifiers(h=>d.$emit("deletePlayer",{player_id:a.player_id,name:a.name,position:a.position}),["stop"]))},c[7]||(c[7]=[e.createStaticVNode(' Eliminar <span class="button-icon" data-v-2baeacbf><svg width="17" height="15" viewBox="0 0 20 18" fill="none" xmlns="http://www.w3.org/2000/svg" data-v-2baeacbf><path d="M13.3345 16.5001V14.8334C13.3345 13.9494 12.9833 13.1015 12.3582 12.4764C11.7331 11.8513 10.8852 11.5001 10.0012 11.5001H5.00126C4.11722 11.5001 3.26938 11.8513 2.64427 12.4764C2.01915 13.1015 1.66797 13.9494 1.66797 14.8334V16.5001" stroke="white" stroke-opacity="0.5" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" data-v-2baeacbf></path><path d="M7.50126 8.16658C9.34219 8.16658 10.8346 6.67422 10.8346 4.83329C10.8346 2.99237 9.34219 1.5 7.50126 1.5C5.66033 1.5 4.16797 2.99237 4.16797 4.83329C4.16797 6.67422 5.66033 8.16658 7.50126 8.16658Z" stroke="white" stroke-opacity="0.5" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" data-v-2baeacbf></path><path d="M18.332 8.16663H13.332" stroke="white" stroke-opacity="0.5" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" data-v-2baeacbf></path></svg></span>',2)]))])),t.deleteActive?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("button",{key:1,class:"action-button profile-button",onClick:c[4]||(c[4]=e.withModifiers(h=>d.$emit("showProfile",{player_id:a.player_id,season_id:a.additionalData.season_id,team_id:a.additionalData.team_id,name:a.name,position:a.position,age:a.age,nationality:a.nationality,photo:a.photo,stats:a.stats}),["stop"]))}," Ver perfil "))],2),e.createElementVNode("div",{class:e.normalizeClass(["player-card__stats",{"disabled-stats":t.deleteActive}])},[t.loading?(e.openBlock(),e.createElementBlock("div",Xi,c[9]||(c[9]=[e.createElementVNode("div",{class:"loading-animation"},null,-1)]))):(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(o.value,(h,m)=>(e.openBlock(),e.createElementBlock("div",{class:"stat-row",key:m},[e.createElementVNode("div",Gi,[e.createElementVNode("div",qi,[h.parametros!="no"?(e.openBlock(),e.createElementBlock("button",{key:0,class:"stat-info-button",onClick:y=>n(h.parametros)},c[8]||(c[8]=[e.createElementVNode("svg",{width:"8",height:"13",viewBox:"0 0 11 13",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{d:"M7.17355 0.761719C6.44909 0.761719 5.77355 1.23716 5.56275 1.90573L0.887836 1.90458C0.572235 1.90458 0.316406 2.16058 0.316406 2.47601C0.316406 2.79144 0.572235 3.04744 0.887836 3.04744L5.56275 3.04688C5.8188 3.74688 6.44909 4.1903 7.17355 4.1903C7.89801 4.1903 8.53475 3.74574 8.79527 3.04231L10.0307 3.04744C10.3463 3.04744 10.6021 2.79144 10.6021 2.47601C10.6021 2.16058 10.3463 1.90458 10.0307 1.90458H8.79041C8.51527 1.20801 7.89801 0.761719 7.17355 0.761719ZM7.17355 1.90458C7.48915 1.90458 7.74498 2.16058 7.74498 2.47601C7.74498 2.79144 7.48915 3.04744 7.17355 3.04744C6.85795 3.04744 6.60212 2.79144 6.60212 2.47601C6.60212 2.16058 6.85795 1.90458 7.17355 1.90458ZM3.74498 5.04744C2.99184 5.04744 2.36144 5.51602 2.13127 6.19142C2.05092 6.19657 0.887836 6.19028 0.887836 6.19028C0.572235 6.19028 0.316406 6.44628 0.316406 6.76171C0.316406 7.07714 0.572235 7.33314 0.887836 7.33314C0.887836 7.33314 2.06064 7.32114 2.13372 7.32857C2.3639 8.004 2.99184 8.476 3.74498 8.476C4.46943 8.476 5.09023 8.032 5.36177 7.33485L10.0307 7.33314C10.3463 7.33314 10.6021 7.07714 10.6021 6.76171C10.6021 6.44628 10.3463 6.19028 10.0307 6.19028L5.3588 6.18519C5.10835 5.50346 4.46943 5.04744 3.74498 5.04744ZM3.74498 6.19028C4.06058 6.19028 4.31641 6.44628 4.31641 6.76171C4.31641 7.07714 4.06058 7.33314 3.74498 7.33314C3.42938 7.33314 3.17355 7.07714 3.17355 6.76171C3.17355 6.44628 3.42938 6.19028 3.74498 6.19028ZM7.17355 9.33314C6.44909 9.33314 5.7864 9.81029 5.56235 10.4703L0.887836 10.476C0.572235 10.476 0.316406 10.732 0.316406 11.0474C0.316406 11.3629 0.572235 11.6189 0.887836 11.6189L5.55389 11.6194C5.79098 12.2966 6.44909 12.7617 7.17355 12.7617C7.89801 12.7617 8.52264 12.3086 8.79784 11.6194L10.0307 11.6189C10.3463 11.6189 10.6021 11.3629 10.6021 11.0474C10.6021 10.732 10.3463 10.476 10.0307 10.476L8.79264 10.4726C8.54595 9.79663 7.89801 9.33314 7.17355 9.33314ZM7.17355 10.476C7.48915 10.476 7.74498 10.732 7.74498 11.0474C7.74498 11.3629 7.48915 11.6189 7.17355 11.6189C6.85795 11.6189 6.60212 11.3629 6.60212 11.0474C6.60212 10.732 6.85795 10.476 7.17355 10.476Z",fill:"white"})],-1)]),8,Zi)):e.createCommentVNode("",!0),e.createElementVNode("span",Yi,e.toDisplayString(m),1)]),e.createElementVNode("span",Ji,e.toDisplayString(t.stats[h.variable]?t.stats[h.variable].value:"-"),1)]),e.createElementVNode("div",Ki,[e.createElementVNode("div",{style:e.normalizeStyle({width:`${i(t.stats[h.variable])}%`}),class:"stat-bar"},null,4)])]))),128))],2)]),e.createVNode(e.unref(za),{isVisible:l.value,"onUpdate:isVisible":c[5]||(c[5]=h=>l.value=h),onClose:s,parameters:r.value},null,8,["isVisible","parameters"])],64))}},[["__scopeId","data-v-2baeacbf"]])},props:{categories:{type:Array,default:()=>[],required:!0},deleteActive:{type:Boolean,default:!1},players:{type:Array,default:()=>[]},playerStats:{type:Object,default:()=>({})},playerAddtionalData:{type:Object,default:()=>({})},statsLoaded:{type:Boolean,default:!1}},data(){return{currentSlide:0,containerWidth:0,cardGap:9,touchStartX:0,touchEndX:0,isDragging:!1,dragStartX:0,dragCurrentX:0,selectedPlayers:[]}},computed:{showSlider(){return this.containerWidth<610},isSingleCardView(){return this.containerWidth<440},visiblePlayers(){const t=this.isSingleCardView?1:2;return this.players.slice(this.currentSlide,this.currentSlide+t)},columnsCount(){const t=this.containerWidth;return t>=1500?5:t>=1200?4:t>=900?3:(t>=600,2)},cardWidth(){if(!this.containerWidth||!this.columnsCount)return 0;const t=this.containerWidth,a=this.cardGap*(this.columnsCount-1);return Math.floor((t-a)/this.columnsCount)},sliderCardWidth(){return this.isSingleCardView?Math.floor(this.containerWidth-this.cardGap*2):Math.floor((this.containerWidth-this.cardGap*3)/2)},layoutClass(){return{"grid-container":!this.showSlider,"slider-container":this.showSlider}},totalPages(){const t=this.isSingleCardView?1:2;return Math.ceil(this.players.length/t)},currentPage(){const t=this.isSingleCardView?1:2;return Math.floor(this.currentSlide/t)},isLastPage(){const t=this.isSingleCardView?1:2;return this.currentSlide+t>=this.players.length}},methods:{handleShowGraph(t){this.$emit("showGraph",t)},getPlayerStats(t){return this.statsLoaded?this.playerStats[t]||{}:null},getPlayerAdditionalData(t){return this.statsLoaded?this.playerAddtionalData[t]||{}:null},calculateAge(t){if(!t)return"-";const a=new Date(t),o=new Date;let l=o.getFullYear()-a.getFullYear();const r=o.getMonth()-a.getMonth();return(r<0||r===0&&o.getDate()<a.getDate())&&l--,l},transformCategoriesToStats(t){return new Promise(a=>{const o={};t.forEach(l=>{o[l.name]={variable:l.id_variable,parametros:l.parameters}}),a(o)})},setupSliderListeners(){if(this.removeSliderListeners(),this.showSlider){const t=this.$el.querySelector(".slider-content");t&&(t.addEventListener("touchstart",this.handleTouchStart),t.addEventListener("touchend",this.handleTouchEnd),t.addEventListener("mousedown",this.handleMouseDown),window.addEventListener("mousemove",this.handleMouseMove),window.addEventListener("mouseup",this.handleMouseUp))}},removeSliderListeners(){const t=this.$el.querySelector(".slider-content");t&&(t.removeEventListener("touchstart",this.handleTouchStart),t.removeEventListener("touchend",this.handleTouchEnd),t.removeEventListener("mousedown",this.handleMouseDown),window.removeEventListener("mousemove",this.handleMouseMove),window.removeEventListener("mouseup",this.handleMouseUp))},updateContainerWidth(){this.$el&&(this.containerWidth=this.$el.offsetWidth,this.$nextTick(()=>{this.setupSliderListeners()}))},nextSlide(){const t=this.isSingleCardView?1:2,a=this.currentSlide+t;a<this.players.length?this.currentSlide=a:a>this.players.length&&this.currentSlide+1<this.players.length&&(this.currentSlide=this.players.length-1)},prevSlide(){const t=this.isSingleCardView?1:2;this.currentSlide>0&&(this.currentSlide-=t)},goToPage(t){const a=this.isSingleCardView?1:2;this.currentSlide=t*a},handleKeyPress(t){this.showSlider&&(t.key==="ArrowLeft"?this.prevSlide():t.key==="ArrowRight"&&this.nextSlide())},handleTouchStart(t){this.showSlider&&(this.touchStartX=t.touches[0].clientX)},handleTouchEnd(t){this.showSlider&&(this.touchEndX=t.changedTouches[0].clientX,this.handleSwipe())},handleSwipe(){const a=this.touchStartX-this.touchEndX;Math.abs(a)>50&&(a>0?this.nextSlide():this.prevSlide())},handleMouseDown(t){this.showSlider&&(this.isDragging=!0,this.dragStartX=t.clientX,this.dragCurrentX=t.clientX,t.preventDefault())},handleMouseMove(t){this.isDragging&&(this.dragCurrentX=t.clientX)},handleMouseUp(){if(!this.isDragging)return;const t=this.dragStartX-this.dragCurrentX;Math.abs(t)>50&&(t>0?this.nextSlide():this.prevSlide()),this.isDragging=!1},shouldShowDot(t){if(this.isSingleCardView){if(t===0||t===this.totalPages-1)return!0;const a=this.currentPage;return Math.abs(t-a)<=1}return!0},togglePlayerSelection(t){const a=this.selectedPlayers.findIndex(o=>o.player_id===t.player_id);a===-1?this.selectedPlayers.push(t):this.selectedPlayers.splice(a,1),this.$emit("selectedPlayersToDelete",this.selectedPlayers),this.$emit("updateSelection",this.selectedPlayers.length>0)},isPlayerSelected(t){return this.selectedPlayers.some(a=>a.player_id===t.player_id)},handleDeletePlayer(t){this.$emit("delete-player",t)},handleShowProfile(t){this.$emit("showProfile",t)}},mounted(){this.$nextTick(()=>{this.updateContainerWidth(),window.addEventListener("resize",this.updateContainerWidth),window.addEventListener("keydown",this.handleKeyPress)})},beforeDestroy(){window.removeEventListener("resize",this.updateContainerWidth),window.removeEventListener("keydown",this.handleKeyPress),this.removeSliderListeners()},watch:{showSlider:{handler(t){this.$nextTick(()=>{this.setupSliderListeners()})}},deleteActive(t){t||(this.selectedPlayers=[],this.$emit("selectedPlayersToDelete",[]),this.$emit("updateSelection",!1))}}},Ua=()=>{e.useCssVars(t=>({d428e65e:t.cardGap+"px"}))},ja=$t.setup;$t.setup=ja?(t,a)=>(Ua(),ja(t,a)):Ua;const Qi={class:"grid-view"},er={key:1,class:"slider"},tr={class:"slider-content"},ar={class:"slider-navigation"},or=["disabled"],lr={class:"slider-pagination"},ir=["onClick"],rr=["disabled"];function nr(t,a,o,l,r,i){const n=e.resolveComponent("GscPlayerCard");return e.openBlock(),e.createElementBlock("div",Qi,[e.createElementVNode("div",{class:e.normalizeClass(i.layoutClass)},[i.showSlider?(e.openBlock(),e.createElementBlock("div",er,[e.createElementVNode("div",tr,[e.createVNode(e.TransitionGroup,{name:"slide"},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.visiblePlayers,(s,d)=>(e.openBlock(),e.createBlock(n,e.mergeProps({key:s.id||d,onShowGraph:i.handleShowGraph,onDeletePlayer:i.handleDeletePlayer,onShowProfile:i.handleShowProfile,ref_for:!0},s,{age:i.calculateAge(s.dob),stats:i.getPlayerStats(s.player_id),additionalData:i.getPlayerAdditionalData(s.player_id),loading:!o.statsLoaded,"stats-promise":i.transformCategoriesToStats(o.categories),deleteActive:o.deleteActive,isSelected:i.isPlayerSelected(s),onToggleSelection:c=>i.togglePlayerSelection(s),class:"slider-item",style:{width:i.sliderCardWidth+"px"}}),null,16,["onShowGraph","onDeletePlayer","onShowProfile","age","stats","additionalData","loading","stats-promise","deleteActive","isSelected","onToggleSelection","style"]))),128))]),_:1})]),e.createElementVNode("div",ar,[e.createElementVNode("button",{class:"slider-btn prev",onClick:a[0]||(a[0]=(...s)=>i.prevSlide&&i.prevSlide(...s)),disabled:r.currentSlide===0},a[2]||(a[2]=[e.createElementVNode("img",{src:"http://golstatsimages.blob.core.windows.net/todoelfut/flecla-left.png",alt:"prev",class:"nav-icon"},null,-1)]),8,or),e.createElementVNode("div",lr,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.totalPages,s=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:s},[i.shouldShowDot(s-1)?(e.openBlock(),e.createElementBlock("span",{key:0,class:e.normalizeClass(["pagination-dot",{active:i.currentPage===s-1}]),onClick:d=>i.goToPage(s-1)},null,10,ir)):e.createCommentVNode("",!0)],64))),128))]),e.createElementVNode("button",{class:"slider-btn next",onClick:a[1]||(a[1]=(...s)=>i.nextSlide&&i.nextSlide(...s)),disabled:i.isLastPage},a[3]||(a[3]=[e.createElementVNode("img",{src:"http://golstatsimages.blob.core.windows.net/todoelfut/flecha-rigth.png",alt:"next",class:"nav-icon"},null,-1)]),8,rr)])])):(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(o.players,(s,d)=>(e.openBlock(),e.createBlock(n,e.mergeProps({key:d,onShowGraph:i.handleShowGraph,onDeletePlayer:i.handleDeletePlayer,onShowProfile:i.handleShowProfile,ref_for:!0},s,{player:s,age:i.calculateAge(s.dob),stats:i.getPlayerStats(s.player_id),additionalData:i.getPlayerAdditionalData(s.player_id),loading:!o.statsLoaded,"stats-promise":i.transformCategoriesToStats(o.categories),style:{width:i.cardWidth+"px"},deleteActive:o.deleteActive,isSelected:i.isPlayerSelected(s),onToggleSelection:c=>i.togglePlayerSelection(s)}),null,16,["onShowGraph","onDeletePlayer","onShowProfile","player","age","stats","additionalData","loading","stats-promise","style","deleteActive","isSelected","onToggleSelection"]))),128))],2)])}const sr=Ce($t,[["render",nr],["__scopeId","data-v-f6994525"]]),dr=(t,a)=>{const o=t.__vccOpts||t;for(const[l,r]of a)o[l]=r;return o},cr={key:1},mr={width:"10",height:"8",viewBox:"0 0 10 8",fill:"none",xmlns:"http://www.w3.org/2000/svg"},pr=["fill"],ur={key:0,class:"checkbox__teams"},fr={class:"checkbox__teams__logo"},hr=["src"],yr={class:"checkbox__teams__logo"},gr=["src"],br={__name:"GSC-Checkbox",props:{width:{type:String,default:"fit-content"},height:{type:String,default:"fit-content"},label:{type:String,default:""},labelWhiteSpace:{type:String,default:"normal"},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(t){return["left","right","top","bottom"].includes(t)}},boxMarginTop:{type:String,default:"0.2em"},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},teamsIds:{type:Array,default:()=>null}},emits:["update:modelValue"],setup(t,{emit:a}){const o=t;e.useCssVars(c=>({"7bd9d47b":t.width,"34dc7ddc":t.height}));const l=e.ref(!1),r=e.computed(()=>{const c={color:o.boxValueColor,"font-family":o.fontFamily,height:o.boxWidthAndHeight,width:o.boxWidthAndHeight,minWidth:o.boxWidthAndHeight,"border-radius":o.boxBorderRadius,"margin-top":o.boxMarginTop};return l.value?(c["background-color"]=o.boxBackgroundColor,c.border=`solid ${o.boxBorderWidth} ${o.boxBackgroundColor}`):c.border=`solid ${o.boxBorderWidth} ${o.boxBorderColor}`,c}),i=e.computed(()=>({"font-family":o.boxValueFontFamily,"font-size":o.boxValueFontSize,color:o.boxValueColor,"line-height":1})),n=e.computed(()=>{const c={color:o.labelColor,"font-family":o.fontFamily,"font-size":o.labelFontSize,"white-space":o.labelWhiteSpace,"text-align":o.boxPosition==="top"||o.boxPosition==="bottom"?"center":o.boxPosition};return(o.boxPosition==="left"||o.boxPosition==="right")&&(c[`margin-${o.boxPosition}`]=o.isBoxOnly?"0":o.teamsIds?"8px":"10px"),c});e.watch(()=>o.modelValue,c=>{c!==l.value&&(l.value=c)},{immediate:!0});function s(){o.avoidInteraction||!l.value&&o.avoidToCheck||(l.value=!l.value,a("update:modelValue",l.value))}function d(c){return`${{}.TEAM_LOGOS_URL||"https://golstatsimages.blob.core.windows.net/teams-80/"}${c}.png`}return(c,h)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["checkbox",`box-${t.boxPosition}`]),onClick:s},[e.createElementVNode("div",{class:"checkbox__box",style:e.normalizeStyle(r.value)},[l.value?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[o.boxValue?(e.openBlock(),e.createElementBlock("div",{key:0,class:"checkbox__box__value",style:e.normalizeStyle(i.value)},e.toDisplayString(t.boxValue),5)):(e.openBlock(),e.createElementBlock("div",cr,[(e.openBlock(),e.createElementBlock("svg",mr,[e.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:t.boxValueColor},null,8,pr)]))]))],64)):e.createCommentVNode("",!0)],4),t.teamsIds&&t.teamsIds.length?(e.openBlock(),e.createElementBlock("div",ur,[e.createElementVNode("div",fr,[e.createElementVNode("img",{src:d(t.teamsIds[0]),alt:""},null,8,hr)]),e.createElementVNode("div",yr,[e.createElementVNode("img",{src:d(t.teamsIds[1]),alt:""},null,8,gr)])])):e.createCommentVNode("",!0),e.createElementVNode("div",{class:"checkbox__label",style:e.normalizeStyle(n.value)},e.toDisplayString(t.label),5)],2))}},Sr=dr(br,[["__scopeId","data-v-b6f124d8"]]),_r=(t,a)=>{const o=t.__vccOpts||t;for(const[l,r]of a)o[l]=r;return o},Ht={props:{type:{type:Number,default:0},value:{type:Boolean,default:!1},textValue:String,icon:String,iconPosition:{type:String,default:"left"},iconSize:String,fontColor:{type:String,default:"#FFFFFF"},textDecoration:String,fontSize:{type:String,default:"16px"},fontSizeStat:{type:String,default:"16px"},fontStyle:String,fontFamily:{type:String,default:"Poppins-Regular"},height:{type:String,default:"fit-content"},width:{type:String,default:"fit-content"},borderRadius:{type:String,default:"0px"},borderType:{type:String,default:"solid"},borderWidth:{type:Number,default:0},borderWidthBtn:{type:String,default:"2px"},borderColor:String,backgroundColor:{type:String,default:"none"},activeBackgroundColor:{type:String,default:"#000000"},activeBorderWidth:{type:Number,default:2},activeBorderType:{type:String,default:"solid"},activeBorderColor:{type:String,default:"#cbee6b"},activeColorText:{type:String,default:"#FFFFFF"},cursorType:{type:String,default:"default"},typeOnOff:{type:Boolean,default:!1},textCategory:String,textStat:String,marginLeftStat:{type:String,default:"15%"}},watch:{value:{deep:!0,immediate:!0,handler(t){this.status=t}}},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(t){this.$emit("click",t),this.typeOnOff&&(this.status=!this.status,this.$emit("status",this.status))}}},$a=()=>{e.useCssVars(t=>({"9d01acb4":t.height,"14e95081":t.borderWidthBtn,"38fec285":t.borderType,34353510:t.borderColor,"20d20dc6":t.borderRadius,17130967:t.width,"4ccb7d36":t.backgroundColor,"5d1e86a2":t.cursorType,ce65d4a2:t.fontSize,fe4ac47a:t.fontStyle,f98e44dc:t.fontFamily,"93b87770":t.marginLeftStat,c7f7beba:t.fontSizeStat}))},Ha=Ht.setup;Ht.setup=Ha?(t,a)=>($a(),Ha(t,a)):$a;const Cr=t=>(e.pushScopeId("data-v-f3ee6b2b"),t=t(),e.popScopeId(),t),Er=["src"],wr={key:1,class:"text"},kr=["src"],Vr={class:"stats"},Nr=Cr(()=>e.createElementVNode("img",{class:"iconstats",src:"https://golstatsimages.blob.core.windows.net/todoelfut/playdes.png"},null,-1)),xr={class:"numstats"},Br={class:"leyend"};function Fr(t,a,o,l,r,i){return e.openBlock(),e.createElementBlock("div",null,[o.type==0?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["button",r.status&&o.typeOnOff&&"button-active"]),style:e.normalizeStyle([i.customStyle,r.status&&o.typeOnOff&&i.customActive]),onClick:a[0]||(a[0]=(...n)=>i.btnClick&&i.btnClick(...n))},[o.icon&&o.iconPosition.toLowerCase()==="left"?(e.openBlock(),e.createElementBlock("img",{key:0,class:"icon",style:e.normalizeStyle({width:o.iconSize}),src:o.icon},null,12,Er)):e.createCommentVNode("",!0),o.textValue?(e.openBlock(),e.createElementBlock("div",wr,e.toDisplayString(o.textValue),1)):e.createCommentVNode("",!0),o.icon&&o.iconPosition.toLowerCase()==="right"?(e.openBlock(),e.createElementBlock("img",{key:2,class:"icon",style:e.normalizeStyle({width:o.iconSize}),src:o.icon},null,12,kr)):e.createCommentVNode("",!0)],6)):e.createCommentVNode("",!0),o.type==1?(e.openBlock(),e.createElementBlock("div",{key:1,class:"button-target",onClick:a[1]||(a[1]=(...n)=>i.btnClick&&i.btnClick(...n))},[e.createElementVNode("div",Vr,[Nr,e.createElementVNode("div",xr,e.toDisplayString(o.textStat),1)]),e.createElementVNode("div",Br,e.toDisplayString(o.textCategory),1)])):e.createCommentVNode("",!0)])}const Tr=_r(Ht,[["render",Fr],["__scopeId","data-v-f3ee6b2b"]]),Wa=(t,a)=>{const o=t.__vccOpts||t;for(const[l,r]of a)o[l]=r;return o},Ga=t=>(e.pushScopeId("data-v-16177785"),t=t(),e.popScopeId(),t),Mr={key:0,class:"overlay"},Ar={class:"name"},Lr=["onClick"],Pr=Ga(()=>e.createElementVNode("svg",{width:"11",height:"12",viewBox:"0 0 11 12",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{d:"M7.50558 0C6.78112 0 6.10558 0.475441 5.89478 1.14401L1.21987 1.14286C0.904267 1.14286 0.648438 1.39886 0.648438 1.71429C0.648438 2.02972 0.904267 2.28572 1.21987 2.28572L5.89478 2.28516C6.15083 2.98516 6.78112 3.42858 7.50558 3.42858C8.23004 3.42858 8.86678 2.98402 9.1273 2.28059L10.3627 2.28572C10.6783 2.28572 10.9342 2.02972 10.9342 1.71429C10.9342 1.39886 10.6783 1.14286 10.3627 1.14286H9.12244C8.8473 0.446287 8.23004 0 7.50558 0ZM7.50558 1.14286C7.82118 1.14286 8.07701 1.39886 8.07701 1.71429C8.07701 2.02972 7.82118 2.28572 7.50558 2.28572C7.18998 2.28572 6.93415 2.02972 6.93415 1.71429C6.93415 1.39886 7.18998 1.14286 7.50558 1.14286ZM4.07701 4.28572C3.32387 4.28572 2.69347 4.7543 2.4633 5.42971C2.38295 5.43485 1.21987 5.42856 1.21987 5.42856C0.904267 5.42856 0.648438 5.68456 0.648438 5.99999C0.648438 6.31542 0.904267 6.57142 1.21987 6.57142C1.21987 6.57142 2.39267 6.55942 2.46575 6.56685C2.69593 7.24228 3.32387 7.71428 4.07701 7.71428C4.80146 7.71428 5.42226 7.27028 5.69381 6.57314L10.3627 6.57142C10.6783 6.57142 10.9342 6.31542 10.9342 5.99999C10.9342 5.68456 10.6783 5.42856 10.3627 5.42856L5.69083 5.42348C5.44038 4.74174 4.80146 4.28572 4.07701 4.28572ZM4.07701 5.42856C4.39261 5.42856 4.64844 5.68456 4.64844 5.99999C4.64844 6.31542 4.39261 6.57142 4.07701 6.57142C3.76141 6.57142 3.50558 6.31542 3.50558 5.99999C3.50558 5.68456 3.76141 5.42856 4.07701 5.42856ZM7.50558 8.57142C6.78112 8.57142 6.11844 9.04857 5.89438 9.70857L1.21987 9.71428C0.904267 9.71428 0.648438 9.97028 0.648438 10.2857C0.648438 10.6011 0.904267 10.8571 1.21987 10.8571L5.88592 10.8577C6.12301 11.5349 6.78112 12 7.50558 12C8.23004 12 8.85467 11.5469 9.12987 10.8577L10.3627 10.8571C10.6783 10.8571 10.9342 10.6011 10.9342 10.2857C10.9342 9.97028 10.6783 9.71428 10.3627 9.71428L9.12467 9.71091C8.87798 9.03491 8.23004 8.57142 7.50558 8.57142ZM7.50558 9.71428C7.82118 9.71428 8.07701 9.97028 8.07701 10.2857C8.07701 10.6011 7.82118 10.8571 7.50558 10.8571C7.18998 10.8571 6.93415 10.6011 6.93415 10.2857C6.93415 9.97028 7.18998 9.71428 7.50558 9.71428Z",fill:"white"})],-1)),Dr=[Pr],Ir=Ga(()=>e.createElementVNode("div",{class:"column-title-2"},null,-1)),vr=["onClick"],Rr={__name:"ScrollColumns",props:{availablePlayers:{type:Array,default:()=>[]},isEditMode:{type:Boolean,default:!1}},emits:["expand","open-media","click-parameters"],setup(t,{expose:a,emit:o}){const l=t,r=e.ref(null),i=e.ref(null),n=e.ref(0);e.ref(!1);const s=e.computed(()=>{const u=l.availablePlayers[0];return u?u.stats:[]}),d=e.computed(()=>{const u=`repeat(${s.value.length}, max-content) 36px`;let f="";return n.value>0&&document.querySelectorAll(".column-title-2").forEach(p=>{f+=`${p.offsetWidth}px `}),{"--grid-template-columns":u,"--grid-template-columns-totals":f||u}});function c(){r.value=new ResizeObserver(u=>{for(const f of u){const{width:p}=f.contentRect;n.value=p}}),r.value.observe(i.value)}function h(u,f){const p=document.querySelectorAll(".scrollable-row-totals")[u+1];p&&(p.style.marginTop=`${f}px`)}function m({player:u,stat:f}){!f.total||f==="0%"||!f.seasons||!f.seasons.length||o("open-media",{...u,stat:f})}function y(u){!u||u==="no"||o("click-parameters",u)}return e.onMounted(()=>{c()}),a({setMarginTopDetails:h}),(u,f)=>(e.openBlock(),e.createElementBlock("div",{class:"scroll-columns",style:e.normalizeStyle(d.value)},[t.isEditMode?(e.openBlock(),e.createElementBlock("div",Mr)):e.createCommentVNode("",!0),e.createElementVNode("div",{ref_key:"titlesRow",ref:i,class:"scrollable-row-2"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.value,(p,g)=>(e.openBlock(),e.createElementBlock("div",{key:`t-${g}`,class:"column-title-2"},[e.createElementVNode("div",Ar,e.toDisplayString(p.name),1),p.parameters&&p.parameters!=="no"?(e.openBlock(),e.createElementBlock("div",{key:0,class:"parameters",role:"button",onClick:b=>y(p.parameters)},Dr,8,Lr)):e.createCommentVNode("",!0)]))),128)),Ir],512),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.availablePlayers,(p,g)=>(e.openBlock(),e.createElementBlock("div",{key:`i-${p.id}`,class:"row scrollable-row-totals"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(p.stats,b=>(e.openBlock(),e.createElementBlock("div",{key:b.category_id,class:e.normalizeClass(["row data-info",{odd:g%2!==0,underline:!!b.total&&b.total!=="0%"&&b.seasons&&b.seasons.length}]),onClick:B=>m({player:p,stat:b})},e.toDisplayString(b.total),11,vr))),128))]))),128))],4))}},Or=Wa(Rr,[["__scopeId","data-v-16177785"]]),pe=t=>(e.pushScopeId("data-v-bfcf1c28"),t=t(),e.popScopeId(),t),zr={class:"table__static-column"},Ur=pe(()=>e.createElementVNode("div",{class:"static-title column-title"},null,-1)),jr={class:"container"},$r={class:"details-row__info"},Hr={class:"details-row__info__personal"},Wr={class:"bold"},Gr={class:"bold"},qr={class:"bold"},Zr={class:"bold"},Yr={class:"details-row__info__games"},Jr={class:"bold"},Kr={class:"bold"},Xr=["onClick"],Qr=pe(()=>e.createElementVNode("div",null,"Ver gráfica",-1)),en=pe(()=>e.createElementVNode("svg",{width:"17",height:"16",viewBox:"0 0 17 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("g",{"clip-path":"url(#clip0_3514_71971)"},[e.createElementVNode("path",{d:"M16.3338 6.02932L8.65108 0.447539C8.56099 0.38207 8.43896 0.38207 8.34886 0.447539C8.34292 0.451852 1.97661 5.07726 0.6663 6.02926C0.498706 6.09269 0.445831 6.30248 0.563113 6.43788L3.48277 15.4238C3.51717 15.5297 3.61589 15.6014 3.72727 15.6014H13.2635C13.3911 15.6014 13.484 15.5258 13.5172 15.4238L16.4368 6.43788C16.5544 6.3022 16.501 6.09269 16.3338 6.02932ZM13.1818 14.792L12.2937 13.5604C12.4178 13.3198 12.4262 13.0472 12.3402 12.813L13.4007 8.12035C13.7342 7.97885 13.9718 7.64673 13.9682 7.25316L15.8203 6.67173L13.1818 14.792ZM1.18005 6.67273L2.54311 7.10316C2.52677 7.60485 2.90696 8.01919 3.39221 8.06116L5.37836 11.3233C5.0798 11.6827 5.09336 12.2096 5.41452 12.5533L3.8173 14.7894L1.18005 6.67273ZM7.02283 11.9909C7.03952 11.7764 6.98346 11.5718 6.86936 11.4011L8.47839 9.14851L10.8495 12.4367C10.7173 12.5536 10.6187 12.7075 10.5697 12.8821L7.02283 11.9909ZM7.62217 4.78338C7.74714 5.00898 7.96299 5.17704 8.22033 5.23844V8.35679L4.40411 7.15166C4.40767 6.95926 4.35377 6.77813 4.25196 6.6232L7.62217 4.78338ZM12.2474 6.77016C12.151 6.92429 12.0998 7.10551 12.1071 7.29851L8.73449 8.35735V5.21526C8.94317 5.14495 9.11883 5.00291 9.23183 4.8182L12.2474 6.77016ZM4.25277 7.64307L8.06249 8.84613L6.47533 11.0681C6.26327 10.973 6.02383 10.9611 5.80383 11.0334L3.92524 7.94795C4.05761 7.87432 4.17008 7.76935 4.25277 7.64307ZM11.9237 12.3234C11.7375 12.2181 11.526 12.1827 11.3228 12.214L8.8943 8.84613L12.2678 7.78701C12.4038 7.98623 12.6151 8.12979 12.8607 8.17698L11.9237 12.3234ZM12.648 6.41704L9.36721 4.29329C9.35074 3.90045 9.09089 3.57073 8.73449 3.45063V1.14366L15.6674 6.18076L13.8211 6.76041C13.5672 6.3651 13.0654 6.22463 12.648 6.41704ZM8.22033 3.42748C7.83383 3.5197 7.54105 3.8527 7.50917 4.25923L3.8238 6.27107C3.42227 6.10782 2.95152 6.24232 2.70096 6.61379L1.33164 6.18138L8.22033 1.17648V3.42748ZM5.85711 12.8183C6.22189 12.9143 6.61096 12.7823 6.84071 12.4753L10.5778 13.4143C10.7578 13.9855 11.4215 14.2369 11.9331 13.9395L12.7607 15.0872H4.23642L5.85711 12.8183Z",fill:"white"})]),e.createElementVNode("defs",null,[e.createElementVNode("clipPath",{id:"clip0_3514_71971"},[e.createElementVNode("rect",{width:"16",height:"16",fill:"white",transform:"translate(0.5)"})])])],-1)),tn=[Qr,en],an=["onClick"],on=pe(()=>e.createElementVNode("div",null,"Eliminar de lista",-1)),ln=pe(()=>e.createElementVNode("svg",{width:"17",height:"15",viewBox:"0 0 20 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{d:"M13.3345 16.5001V14.8334C13.3345 13.9494 12.9833 13.1015 12.3582 12.4764C11.7331 11.8513 10.8852 11.5001 10.0012 11.5001H5.00126C4.11722 11.5001 3.26938 11.8513 2.64427 12.4764C2.01915 13.1015 1.66797 13.9494 1.66797 14.8334V16.5001",stroke:"white","stroke-opacity":"0.5","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"}),e.createElementVNode("path",{d:"M7.50126 8.16658C9.34219 8.16658 10.8346 6.67422 10.8346 4.83329C10.8346 2.99237 9.34219 1.5 7.50126 1.5C5.66033 1.5 4.16797 2.99237 4.16797 4.83329C4.16797 6.67422 5.66033 8.16658 7.50126 8.16658Z",stroke:"white","stroke-opacity":"0.5","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"}),e.createElementVNode("path",{d:"M18.332 8.16663H13.332",stroke:"white","stroke-opacity":"0.5","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"})],-1)),rn=[on,ln],nn=["onClick"],sn=pe(()=>e.createElementVNode("div",null,"Agregar a lista",-1)),dn=pe(()=>e.createElementVNode("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{d:"M13.2016 17.2012V15.601C13.2016 14.7522 12.8645 13.9381 12.2643 13.3379C11.664 12.7377 10.85 12.4005 10.0012 12.4005H5.20047C4.35165 12.4005 3.5376 12.7377 2.9374 13.3379C2.33719 13.9381 2 14.7522 2 15.601V17.2012",stroke:"white","stroke-opacity":"1","stroke-width":"1.44023","stroke-linecap":"round","stroke-linejoin":"round"}),e.createElementVNode("path",{d:"M7.60086 9.19977C9.36843 9.19977 10.8013 7.76687 10.8013 5.9993C10.8013 4.23173 9.36843 2.79883 7.60086 2.79883C5.83329 2.79883 4.40039 4.23173 4.40039 5.9993C4.40039 7.76687 5.83329 9.19977 7.60086 9.19977Z",stroke:"white","stroke-opacity":"1","stroke-width":"1.44023","stroke-linecap":"round","stroke-linejoin":"round"}),e.createElementVNode("path",{d:"M15.5996 6.79944V11.6001M17.9999 9.19979H13.1992",stroke:"white","stroke-opacity":"1","stroke-width":"1.44023","stroke-linecap":"round","stroke-linejoin":"round"})],-1)),cn=[sn,dn],mn=["onClick"],pn=pe(()=>e.createElementVNode("div",null,"Ver perfil",-1)),un=[pn],fn={class:"static-row__info-player"},hn={class:"position"},yn=["onClick"],gn=pe(()=>e.createElementVNode("path",{d:"M13.3345 16.5001V14.8334C13.3345 13.9494 12.9833 13.1015 12.3582 12.4764C11.7331 11.8513 10.8852 11.5001 10.0012 11.5001H5.00126C4.11722 11.5001 3.26938 11.8513 2.64427 12.4764C2.01915 13.1015 1.66797 13.9494 1.66797 14.8334V16.5001",stroke:"white","stroke-opacity":"0.5","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"},null,-1)),bn=pe(()=>e.createElementVNode("path",{d:"M7.50126 8.16658C9.34219 8.16658 10.8346 6.67422 10.8346 4.83329C10.8346 2.99237 9.34219 1.5 7.50126 1.5C5.66033 1.5 4.16797 2.99237 4.16797 4.83329C4.16797 6.67422 5.66033 8.16658 7.50126 8.16658Z",stroke:"white","stroke-opacity":"0.5","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"},null,-1)),Sn=pe(()=>e.createElementVNode("path",{d:"M18.332 8.16663H13.332",stroke:"white","stroke-opacity":"0.5","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"},null,-1)),_n=[gn,bn,Sn],Cn=["onClick"],En=pe(()=>e.createElementVNode("path",{d:"M13.2016 17.2012V15.601C13.2016 14.7522 12.8645 13.9381 12.2643 13.3379C11.664 12.7377 10.85 12.4005 10.0012 12.4005H5.20047C4.35165 12.4005 3.5376 12.7377 2.9374 13.3379C2.33719 13.9381 2 14.7522 2 15.601V17.2012",stroke:"white","stroke-opacity":"1","stroke-width":"1.44023","stroke-linecap":"round","stroke-linejoin":"round"},null,-1)),wn=pe(()=>e.createElementVNode("path",{d:"M7.60086 9.19977C9.36843 9.19977 10.8013 7.76687 10.8013 5.9993C10.8013 4.23173 9.36843 2.79883 7.60086 2.79883C5.83329 2.79883 4.40039 4.23173 4.40039 5.9993C4.40039 7.76687 5.83329 9.19977 7.60086 9.19977Z",stroke:"white","stroke-opacity":"1","stroke-width":"1.44023","stroke-linecap":"round","stroke-linejoin":"round"},null,-1)),kn=pe(()=>e.createElementVNode("path",{d:"M15.5996 6.79944V11.6001M17.9999 9.19979H13.1992",stroke:"white","stroke-opacity":"1","stroke-width":"1.44023","stroke-linecap":"round","stroke-linejoin":"round"},null,-1)),Vn=[En,wn,kn],Nn={class:"player-photo"},xn=["src"],Bn={class:"player-name"},Fn={class:"arrow"},Tn=["onClick"],Mn=pe(()=>e.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6 4.93631L10.2929 1.23496C10.6834 0.898244 11.3166 0.898244 11.7071 1.23496C12.0976 1.57167 12.0976 2.11759 11.7071 2.4543L6.70711 6.76532C6.31658 7.10203 5.68342 7.10203 5.29289 6.76532L0.292893 2.4543C-0.0976311 2.11759 -0.0976311 1.57167 0.292893 1.23496C0.683418 0.898244 1.31658 0.898244 1.70711 1.23496L6 4.93631Z",fill:"#D9D9D9"},null,-1)),An=[Mn],Ln=e.createStaticVNode('<div class="titles scrollable-row" data-v-bfcf1c28><div class="column-title" data-v-bfcf1c28>Equipo</div><div class="column-title" data-v-bfcf1c28>Posición</div><div class="column-title" data-v-bfcf1c28>Edad</div><div class="column-title" data-v-bfcf1c28>País</div><div class="column-title" data-v-bfcf1c28>Partidos Jugados</div><div class="column-title" data-v-bfcf1c28>Minutos Jugados</div><div class="column-title" data-v-bfcf1c28>Liga</div><div class="column-title" data-v-bfcf1c28>Videos</div><div class="column-title" data-v-bfcf1c28></div></div>',1),Pn={class:"team-logo"},Dn=["src"],In={class:"team-name data-info"},vn=["src"],Rn={__name:"GSC-TableScrollable",props:{players:{type:Array,default:()=>[]},isGeneral:{type:Boolean,default:!0},isEditMode:{type:Boolean,default:!1},isTableFromList:{type:Boolean,default:!1}},emits:["change-selected-players","view-profile","add-to-list","view-graph","open-media","click-parameters"],setup(t,{emit:a}){const o=t;let l=null,r=null;const i=e.ref([]),n=e.ref(null),s=e.ref(null),d=e.ref(0),c=e.ref(0),h=e.ref(-1);e.ref(!1);const m=e.ref(null),y=e.ref(null),u=e.computed(()=>({"--width-details":`${d.value}px`,"--gap-static-row":`${f.value?"8px":"18px"}`,"--width-static-column":`${f.value?"50%":"256px"}`})),f=e.computed(()=>d.value<600);e.watch(()=>o.players,T=>{T&&T.length&&(i.value=T.map((_,k)=>{const L=k+1,V={..._,position:L<10?`0${L}`:`${L}`,isSelected:!1,isExpanded:!1,isOdd:k%2!==0,index:k};return V.parameters&&Object.entries(V.parameters).forEach(([O,H])=>{const M=V.stats.find(P=>P.custom_category_id===Number(O));M&&(M.parameters=H)}),V}))},{immediate:!0,deep:!0}),e.watch(()=>o.isEditMode,T=>{T&&i.value.forEach(_=>{_.isSelected=!1})}),e.watch(c,T=>{const _=document.querySelectorAll(".static-row")[h.value+1];_&&(_.style.marginTop=`${T}px`),o.isGeneral?p(h.value,T):s.value&&s.value.setMarginTopDetails(h.value,T),T===0&&m.value&&v(m.value)});function p(T,_){const k=document.querySelectorAll(".scrollable-row")[T+2];k&&(k.style.marginTop=`${_}px`)}function g(T){a("click-parameters",T)}function b(T){const _=T.player||T.objeto_player,k=_?_.player_id||_.id||_.playerId:T.id||T.player_id,L={isFeaturedPlayers:!1,mainSectionType:1,playListType:2,gameIds:null,playerIds:k?[k]:[],goalkeeperIds:[],matchResult:[1,2,3],categorySingleName:"",isRivalSubject:!1,avoidCategorySingleName:!1,currentPlayIndex:0,playData:null,lastClashedGameId:null,tournamentsLastClashes:null,advancedFilter:{playListTitle:"Jugadas Relevantes"}};if(T.stat&&T.stat.parameters&&(L.parameters=T.stat.parameters),T.stat&&T.stat.seasons&&T.stat.seasons.length||T.seasons&&T.seasons.length){const V=[...T.stat&&T.stat.seasons&&T.stat.seasons.length?T.stat.seasons:T.seasons];V.sort((O,H)=>O-H),L.seasonId=V.shift(),L.seasonsIds=V}else(T.season_id||T.seasonId)&&(L.seasonId=T.season_id||T.seasonId);T.stat?T.stat.category_id&&T.stat.category_id.length?L.categoryIds=T.stat.category_id:T.stat.custom_category_id&&(L.customCategoryIds=[T.stat.custom_category_id]):L.categoryIds=W(T.player_position),a("open-media",L)}function B(){l=new ResizeObserver(T=>{for(const _ of T)d.value=_.contentRect.width}),l.observe(n.value)}function R(T){r=new ResizeObserver(_=>{for(const k of _)c.value=k.contentRect.height}),r.observe(T)}function W(T){return T==="POR"?[39,40,52,53,54,55,323,324,608,774,802]:[10,12,14,15,27,35,61,217,257,466,519,607,702,730,98,101,109,112,121,122,127,128,135,136,141,142,161,170,179,211,232,235,239,242,282,284,289,291,296,485,486,487,488]}function z(T,_){_.isSelected=T;const k=i.value.filter(L=>L.isSelected);a("change-selected-players",k)}function U(T){a("view-profile",T)}function G(T){a("delete-from-list",T)}function K(T){a("add-to-list",T)}function oe(T){a("show-graph",T)}function v(T){if(T.isExpanded){T.isExpanded=!1,m.value=null;return}const _=i.value.find(L=>L.isExpanded);if(_&&(_.isExpanded=!1),_){m.value=T;return}const k=document.querySelectorAll(".details-row")[T.index];h.value=T.index,R(k),T.isExpanded=!0}let A=!1,I,D,Y=function(T){A=!0,I=T.pageX-y.value.offsetLeft,D=y.value.scrollLeft},ee=function(){A=!1};function me(){y.value&&(y.value.addEventListener("mousemove",T=>{if(!A)return;const _=T.pageX-y.value.offsetLeft-I;y.value.scrollLeft=D-_}),y.value.addEventListener("mousedown",Y,!1),y.value.addEventListener("mouseup",ee,!1),y.value.addEventListener("mouseleave",ee,!1))}return e.onMounted(()=>{B(),me()}),e.onBeforeUnmount(()=>{l&&l.disconnect(),r&&r.disconnect(),y.value&&(y.value.removeEventListener("mousemove",Y,!1),y.value.removeEventListener("mouseup",ee,!1),y.value.removeEventListener("mouseleave",ee,!1))}),(T,_)=>(e.openBlock(),e.createElementBlock("div",{class:"table",ref_key:"tableSC",ref:n,style:e.normalizeStyle(u.value)},[e.createElementVNode("div",zr,[Ur,(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.value,k=>(e.openBlock(),e.createElementBlock("div",{key:`s-${k.id}`,class:e.normalizeClass(["row static-row",{odd:k.isOdd}])},[e.createVNode(e.Transition,null,{default:e.withCtx(()=>[e.withDirectives(e.createElementVNode("div",{class:e.normalizeClass(["details-row",{odd:k.isOdd}])},[e.createElementVNode("div",jr,[e.createElementVNode("div",$r,[e.createElementVNode("div",Hr,[e.createElementVNode("div",null,[e.createTextVNode("Equipo: "),e.createElementVNode("span",Wr,e.toDisplayString(k.team_name),1)]),e.createElementVNode("div",null,[e.createTextVNode("Edad: "),e.createElementVNode("span",Gr,e.toDisplayString(k.player_age)+" Años",1)]),e.createElementVNode("div",null,[e.createTextVNode("Nacionalidad: "),e.createElementVNode("span",qr,e.toDisplayString(k.player_country),1)]),e.createElementVNode("div",null,[e.createTextVNode("Posición: "),e.createElementVNode("span",Zr,e.toDisplayString(k.position_name),1)])]),e.createElementVNode("div",Yr,[e.createElementVNode("div",null,[e.createTextVNode("Partidos Jugados: "),e.createElementVNode("span",Jr,e.toDisplayString(k.player_games),1)]),e.createElementVNode("div",null,[e.createTextVNode("Minutos Jugados: "),e.createElementVNode("span",Kr,e.toDisplayString(k.player_min),1)])])]),e.createElementVNode("div",{class:"details-row__buttons",style:e.normalizeStyle(f.value?"margin-left: 0; gap: 8px;":"")},[e.createElementVNode("div",{role:"button",class:"button",onClick:L=>oe(k)},tn,8,Xr),t.isTableFromList?(e.openBlock(),e.createElementBlock("div",{key:0,role:"button",class:"button",onClick:L=>G(k)},rn,8,an)):(e.openBlock(),e.createElementBlock("div",{key:1,role:"button",class:"button",onClick:L=>K(k)},cn,8,nn)),e.createElementVNode("div",{role:"button",class:"button green",onClick:L=>U(k)},un,8,mn)],4)])],2),[[e.vShow,k.isExpanded]])]),_:2},1024),t.isEditMode?(e.openBlock(),e.createBlock(e.unref(Sr),{key:0,fontFamily:"Poppins-Regular",labelFontSize:"14px","model-value":k.isSelected,"onUpdate:modelValue":L=>z(L,k)},null,8,["model-value","onUpdate:modelValue"])):e.createCommentVNode("",!0),e.createElementVNode("div",fn,[e.createElementVNode("div",hn,e.toDisplayString(k.position),1),t.isTableFromList?(e.openBlock(),e.createElementBlock("svg",{key:0,width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",onClick:L=>G(k)},_n,8,yn)):(e.openBlock(),e.createElementBlock("svg",{key:1,width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",onClick:L=>K(k)},Vn,8,Cn)),e.createElementVNode("div",Nn,[e.createElementVNode("div",null,[e.createElementVNode("img",{src:k.player_photo,alt:"player photo"},null,8,xn)])]),e.createElementVNode("div",Bn,e.toDisplayString(k.player_name),1)]),e.createElementVNode("div",Fn,[(e.openBlock(),e.createElementBlock("svg",{class:e.normalizeClass(["_arrowExpandIcon_6ak64_1115 _rotate_6ak64_5",{expanded:k.isExpanded}]),width:"12",height:"8",viewBox:"0 0 12 8",fill:"#D9D9D9",xmlns:"http://www.w3.org/2000/svg",onClick:L=>v(k)},An,10,Tn))])],2))),128))]),e.createElementVNode("div",{ref_key:"scrollableColumns",ref:y,class:"table__scrollable-columns"},[t.isGeneral?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[Ln,(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.value,k=>(e.openBlock(),e.createElementBlock("div",{key:`i-${k.id}`,class:"row scrollable-row"},[e.createElementVNode("div",{class:e.normalizeClass(["row team-info",{odd:k.isOdd}])},[e.createElementVNode("div",Pn,[e.createElementVNode("img",{src:k.team_logo,alt:"team logo"},null,8,Dn)]),e.createElementVNode("div",In,e.toDisplayString(k.team_abrev),1)],2),e.createElementVNode("div",{class:e.normalizeClass(["row data-info",{odd:k.isOdd}])},e.toDisplayString(k.player_position),3),e.createElementVNode("div",{class:e.normalizeClass(["row data-info",{odd:k.isOdd}])},e.toDisplayString(k.player_age),3),e.createElementVNode("div",{class:e.normalizeClass(["row data-info",{odd:k.isOdd}])},[e.createElementVNode("img",{src:k.player_country_flag,alt:"player country flag",class:"country-flag"},null,8,vn)],2),e.createElementVNode("div",{class:e.normalizeClass(["row data-info",{odd:k.isOdd}])},e.toDisplayString(k.player_games),3),e.createElementVNode("div",{class:e.normalizeClass(["row data-info",{odd:k.isOdd}])},e.toDisplayString(k.player_min),3),e.createElementVNode("div",{class:e.normalizeClass(["row data-info",{odd:k.isOdd}])},e.toDisplayString(k.league_name),3),e.createElementVNode("div",{class:e.normalizeClass(["row data-info",{odd:k.isOdd}])},[e.createVNode(e.unref(Tr),{icon:"https://golstatsimages.blob.core.windows.net/images-library/arrow-btn.png","icon-size":"19px","icon-position":"left",width:"98px",height:"30px","border-radius":"30px","border-width":"1","background-color":"#ffffff1a","font-family":"Poppins-Regular","border-color":"#55636e","text-value":"Ver videos","font-size":"10px",onClick:L=>b(k)},null,8,["onClick"])],2),e.createElementVNode("div",{class:e.normalizeClass(["row data-info",{odd:k.isOdd}])},null,2)]))),128))],64)):(e.openBlock(),e.createBlock(Or,{key:1,ref_key:"scrollColumns",ref:s,"available-players":i.value,"is-edit-mode":t.isEditMode,onOpenMedia:b,onClickParameters:g},null,8,["available-players","is-edit-mode"]))],512)],4))}},On=Wa(Rn,[["__scopeId","data-v-bfcf1c28"]]),Wt={3:"Albanesa",4:"Argelina",6:"Andorrano",7:"Angoleña",8:"Anguillan",9:"Antiguan",10:"Argentina",11:"Armenia",12:"Arubeño",13:"Austríaca",14:"Austríaca",15:"Azerbaiyano",16:"Bahamas",17:"Bareini",18:"Bangladesí",19:"Barbadense",20:"Bielorrusa",21:"Belga",22:"Beliceña",23:"Beninesa",24:"Bermudeña",25:"Butanés",26:"Boliviana",27:"Bosnia",28:"Botsuano",29:"Brasileña",30:"Islas Vírgenes Británicas",31:"Bruneano",32:"Búlgara",33:"Burundés",34:"Burmesa",35:"Burundés",36:"Camboyana",37:"Camerunés",38:"Canadiense",39:"Caboverdiano",40:"Caimanés",41:"Centroafricana",42:"Chadiano",43:"Chilena",44:"China",45:"Isla de Navidad",46:"Cocos Island",47:"Colombiana",48:"Comorense",49:"Congoleña",50:"Cookiano",51:"Costarricense",52:"Marfileña",53:"Croata",54:"Cubana",55:"Chipriota",56:"Checa",57:"Danesa",58:"Djibouti",60:"Dominicana",61:"Timorense",62:"Ecuatoriana",63:"Egipcia",64:"Salvadoreña",65:"Inglesa",66:"Ecuatoguineano",67:"Eritreo",68:"Estoniana",69:"Etíope",70:"Islas Malvinas",71:"Feroés",72:"Fiyiano",73:"Finlandesa",74:"Francesa",75:"Guayana Francesa",76:"Francopolinecio",77:"Gabonesa",78:"Gambiana",79:"Georgiano",80:"Alemana",81:"Ghanesa",82:"Gibraltareño",221:"Británico",84:"Griega",85:"Groenlandés",86:"Granadino",87:"Guadeloupeño",89:"Guatemalteca",90:"Guineana",91:"Guyanés",92:"Haitiana",93:"Hondureña",94:"Hongkongese",95:"Húngaro",96:"Islandesa",97:"Indio",98:"Indonesia",99:"Iraní",100:"Iraquí",101:"Irlandesa",102:"Manés",103:"Israelí",104:"Italiana",105:"Jamaiquina",106:"Japonesa",107:"Jordana",108:"Kazaja",109:"Keniana",110:"Kiribatiano",111:"Coreana",112:"Surcoreana",113:"Kosovan",114:"Kuwaití",115:"Kirguisa",116:"Laosiano",117:"Letona",118:"Libanesa",119:"Basotho",120:"Liberiana",121:"Libia",122:"Liechtenstein",123:"Lituano",124:"Luxemburguesa",125:"Macaneso",126:"Macedonia",127:"Malgache",128:"Malaya",129:"Malaya",130:"Maldivo",131:"Mali",132:"Maltesa",133:"Marshallese",134:"Martiniqueña",135:"Mauritania",136:"Mauriciano",137:"Mahoran",138:"Mexicana",139:"Micronesio",140:"Moldava",141:"Monacan",142:"Mongol",143:"Montenegrina",144:"Montserratiano",145:"Marroqui",146:"Mozambiqueña",147:"Namibio",148:"Nauruan",149:"Nepalí",150:"Holandesa",151:"Neocaledonio",152:"Neozelandesa",153:"Nicaragüense",154:"Niueño",155:"Nigerina",156:"Nigeriana",157:"Noruega",158:"Normariano",159:"Omaní",160:"Palestina",161:"Palestina",162:"Palauan",163:"Panameña",164:"Papú",165:"Paraguaya",166:"Peruana",167:"Filipina",168:"Pitcairnés",169:"Polaca",170:"Portuguesa",171:"Puertorriqueña",172:"Catari",173:"Reunionés",174:"Rumana",175:"Rusa",176:"Ruandés",177:"Santa Elena",178:"Sancristobaleña",179:"Santa Lucía",180:"Miquelonnais",181:"Sanvicentina",182:"Samoano",183:"Sanmariense",184:"Santotomense",185:"Saudí",186:"Escocesa",187:"Senegalense",188:"Serbia",189:"Seychellense",190:"Sierraleonesa",191:"Singapurense",192:"Eslovena",193:"Eslovena",194:"Salomonense",195:"Somalí",196:"Sudafricana",197:"Surosetio",198:"Española",199:"Esrilanques",200:"Sudanés",201:"Surinamés",202:"Swazi",203:"Sueca",204:"Suiza",205:"Sirio",206:"Taiwanesa",207:"Tayiko",208:"Tanzano",209:"Tailandesa",210:"Togo",211:"Tongano",212:"Trinitaria",213:"Tunecina",214:"Turca",215:"Turkmena",216:"none",217:"Tuvaluano",218:"Ugandesa",219:"Ucraniana",220:"Emiratí",222:"Americana",223:"Uruguaya",224:"Uzbeka",225:"Vanuatuense",226:"Venezolana",227:"Vietnamita",228:"Islas Vírgenes",229:"Galesa",230:"Walisiano",231:"Saharaui",232:"Yemení",233:"Zambiana",234:"Zimbabuense",236:"Curazaleña",237:"San Martín",239:"Debutante"},zn={name:"ListView",components:{GSCTableScrollable:On,ModalViewVarGolstats:za},props:{categories:{type:Array,default:()=>[],required:!0},isGeneral:{type:Boolean,default:!1},players:{type:Array,default:()=>[]},deleteActive:{type:Boolean,default:!1},playerAddtionalData:{type:Object,default:()=>({})},playerStats:{type:Object,default:()=>({})},statsLoaded:{type:Boolean,default:!1}},data(){return{showModal:!1,currentParameters:{},playersFormatted:[]}},watch:{players:{immediate:!0,handler(t){this.isGeneral?this.playersFormatted=t.map(a=>this.formatPlayerDataGeneral(a)):this.playersFormatted=t.map(a=>this.formatPlayerData(a))}},playerStats:{handler(t,a){t!==a&&(this.playersFormatted=this.players.map(o=>this.formatPlayerData(o)))},deep:!0}},methods:{onClickParameters(t){this.currentParameters=t,this.showModal=!0},closeModal(){this.showModal=!1},showProfile(t){this.$emit("view-profile",t)},deleteFromList(t){this.$emit("delete-from-list",t)},showGraph(t){this.$emit("show-graph",t)},onOpenMedia(t){this.$emit("open-media",t)},formatPlayerDataGeneral(t){var a,o,l,r,i;return{objeto_player:t,player_photo:t.photo,player_name:t.name,player_id:t.player_id,player_age:this.calculateAge(t.dob),team_name:((a=this.playerAddtionalData[t.player_id])==null?void 0:a.team_name)||"-",team_id:t.team_id,team_logo:"https://golstatsimages.blob.core.windows.net/teams-80/"+t.team_id+".png",position_name:t.position,player_position:t.position,player_country:Wt[`${t.nationality_id}`]||t.nationality,player_country_flag:"https://golstatsimages.blob.core.windows.net/flags/"+t.nationality_id+".jpg",player_games:((o=this.playerAddtionalData[t.player_id])==null?void 0:o.games_played)||0,player_min:((l=this.playerAddtionalData[t.player_id])==null?void 0:l.minutes)||0,league_name:(r=this.playerAddtionalData[t.player_id])==null?void 0:r.tournament_name,seasons:[...new Set(this.categories.map(n=>{var s,d;return((d=(s=this.playerStats[t.player_id])==null?void 0:s[n.id_variable])==null?void 0:d.season)||[]}).flat())].filter(n=>n&&n!==0),season_id:((i=this.playerAddtionalData[t.player_id])==null?void 0:i.season_id)||0,stats:this.categories.map(n=>{var s,d,c,h,m,y,u,f;return{category_id:((d=(s=this.playerStats[t.player_id])==null?void 0:s[n.id_variable])==null?void 0:d.categories)||null,custom_category_id:((h=(c=this.playerStats[t.player_id])==null?void 0:c[n.id_variable])==null?void 0:h.variable_id)||null,name:n.name,parameters:n.parameters,total:((y=(m=this.playerStats[t.player_id])==null?void 0:m[n.id_variable])==null?void 0:y.value)||0,seasons:((f=(u=this.playerStats[t.player_id])==null?void 0:u[n.id_variable])==null?void 0:f.season)||null}})}},formatPlayerData(t){var a,o,l,r;return Object.keys(this.playerStats[t.player_id])[0],{objeto_player:t,player_photo:t.photo,player_name:t.name,player_id:t.player_id,player_age:this.calculateAge(t.dob),team_name:((a=this.playerAddtionalData[t.player_id])==null?void 0:a.team_name)||"-",team_id:t.team_id,team_logo:"https://golstatsimages.blob.core.windows.net/teams-80/"+t.team_id+".png",position_name:t.position,player_position:t.position,player_country:Wt[`${t.nationality_id}`]||t.nationality,player_country_flag:t.countryFlag,player_games:((o=this.playerAddtionalData[t.player_id])==null?void 0:o.games_played)||0,player_min:((l=this.playerAddtionalData[t.player_id])==null?void 0:l.minutes)||0,league_name:"-",seasons:[...new Set(this.categories.map(i=>{var n,s;return((s=(n=this.playerStats[t.player_id])==null?void 0:n[i.id_variable])==null?void 0:s.season)||[]}).flat())].filter(i=>i&&i!==0),season_id:((r=this.playerAddtionalData[t.player_id])==null?void 0:r.season_id)||0,stats:this.categories.map(i=>{var n,s,d,c,h,m,y,u;return{category_id:((s=(n=this.playerStats[t.player_id])==null?void 0:n[i.id_variable])==null?void 0:s.categories)||null,custom_category_id:((c=(d=this.playerStats[t.player_id])==null?void 0:d[i.id_variable])==null?void 0:c.variable_id)||null,name:i.name,parameters:i.parameters,total:((m=(h=this.playerStats[t.player_id])==null?void 0:h[i.id_variable])==null?void 0:m.value)||0,seasons:((u=(y=this.playerStats[t.player_id])==null?void 0:y[i.id_variable])==null?void 0:u.season)||null}})}},calculateAge(t){if(!t)return"-";const a=new Date(t),o=new Date;let l=o.getFullYear()-a.getFullYear();const r=o.getMonth()-a.getMonth();return(r<0||r===0&&o.getDate()<a.getDate())&&l--,l},handleSelectedPlayers(t){const a=t.map(o=>o.objeto_player);this.$emit("change-selected-players",a)}}},Un={class:"list-view"};function jn(t,a,o,l,r,i){const n=e.resolveComponent("ModalViewVarGolstats"),s=e.resolveComponent("GSCTableScrollable");return e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createVNode(n,{isVisible:r.showModal,"onUpdate:isVisible":a[0]||(a[0]=d=>r.showModal=d),onClose:i.closeModal,parameters:r.currentParameters},null,8,["isVisible","onClose","parameters"]),e.createElementVNode("div",Un,[e.createVNode(s,{players:r.playersFormatted,"is-general":o.isGeneral,"is-edit-mode":o.deleteActive,"is-table-from-list":!0,onChangeSelectedPlayers:i.handleSelectedPlayers,onViewProfile:i.showProfile,onDeleteFromList:i.deleteFromList,onShowGraph:i.showGraph,onOpenMedia:i.onOpenMedia,onClickParameters:i.onClickParameters},null,8,["players","is-general","is-edit-mode","onChangeSelectedPlayers","onViewProfile","onDeleteFromList","onShowGraph","onOpenMedia","onClickParameters"])])],64)}const $n=Ce(zn,[["render",jn],["__scopeId","data-v-b865218d"]]);function qa(t,a){return function(){return t.apply(a,arguments)}}const{toString:Hn}=Object.prototype,{getPrototypeOf:Gt}=Object,dt=(t=>a=>{const o=Hn.call(a);return t[o]||(t[o]=o.slice(8,-1).toLowerCase())})(Object.create(null)),be=t=>(t=t.toLowerCase(),a=>dt(a)===t),ct=t=>a=>typeof a===t,{isArray:Ue}=Array,Je=ct("undefined");function Wn(t){return t!==null&&!Je(t)&&t.constructor!==null&&!Je(t.constructor)&&ye(t.constructor.isBuffer)&&t.constructor.isBuffer(t)}const Za=be("ArrayBuffer");function Gn(t){let a;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?a=ArrayBuffer.isView(t):a=t&&t.buffer&&Za(t.buffer),a}const qn=ct("string"),ye=ct("function"),Ya=ct("number"),mt=t=>t!==null&&typeof t=="object",Zn=t=>t===!0||t===!1,pt=t=>{if(dt(t)!=="object")return!1;const a=Gt(t);return(a===null||a===Object.prototype||Object.getPrototypeOf(a)===null)&&!(Symbol.toStringTag in t)&&!(Symbol.iterator in t)},Yn=be("Date"),Jn=be("File"),Kn=be("Blob"),Xn=be("FileList"),Qn=t=>mt(t)&&ye(t.pipe),es=t=>{let a;return t&&(typeof FormData=="function"&&t instanceof FormData||ye(t.append)&&((a=dt(t))==="formdata"||a==="object"&&ye(t.toString)&&t.toString()==="[object FormData]"))},ts=be("URLSearchParams"),[as,os,ls,is]=["ReadableStream","Request","Response","Headers"].map(be),rs=t=>t.trim?t.trim():t.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function Ke(t,a,{allOwnKeys:o=!1}={}){if(t===null||typeof t>"u")return;let l,r;if(typeof t!="object"&&(t=[t]),Ue(t))for(l=0,r=t.length;l<r;l++)a.call(null,t[l],l,t);else{const i=o?Object.getOwnPropertyNames(t):Object.keys(t),n=i.length;let s;for(l=0;l<n;l++)s=i[l],a.call(null,t[s],s,t)}}function Ja(t,a){a=a.toLowerCase();const o=Object.keys(t);let l=o.length,r;for(;l-- >0;)if(r=o[l],a===r.toLowerCase())return r;return null}const Me=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,Ka=t=>!Je(t)&&t!==Me;function qt(){const{caseless:t}=Ka(this)&&this||{},a={},o=(l,r)=>{const i=t&&Ja(a,r)||r;pt(a[i])&&pt(l)?a[i]=qt(a[i],l):pt(l)?a[i]=qt({},l):Ue(l)?a[i]=l.slice():a[i]=l};for(let l=0,r=arguments.length;l<r;l++)arguments[l]&&Ke(arguments[l],o);return a}const ns=(t,a,o,{allOwnKeys:l}={})=>(Ke(a,(r,i)=>{o&&ye(r)?t[i]=qa(r,o):t[i]=r},{allOwnKeys:l}),t),ss=t=>(t.charCodeAt(0)===65279&&(t=t.slice(1)),t),ds=(t,a,o,l)=>{t.prototype=Object.create(a.prototype,l),t.prototype.constructor=t,Object.defineProperty(t,"super",{value:a.prototype}),o&&Object.assign(t.prototype,o)},cs=(t,a,o,l)=>{let r,i,n;const s={};if(a=a||{},t==null)return a;do{for(r=Object.getOwnPropertyNames(t),i=r.length;i-- >0;)n=r[i],(!l||l(n,t,a))&&!s[n]&&(a[n]=t[n],s[n]=!0);t=o!==!1&&Gt(t)}while(t&&(!o||o(t,a))&&t!==Object.prototype);return a},ms=(t,a,o)=>{t=String(t),(o===void 0||o>t.length)&&(o=t.length),o-=a.length;const l=t.indexOf(a,o);return l!==-1&&l===o},ps=t=>{if(!t)return null;if(Ue(t))return t;let a=t.length;if(!Ya(a))return null;const o=new Array(a);for(;a-- >0;)o[a]=t[a];return o},us=(t=>a=>t&&a instanceof t)(typeof Uint8Array<"u"&&Gt(Uint8Array)),fs=(t,a)=>{const l=(t&&t[Symbol.iterator]).call(t);let r;for(;(r=l.next())&&!r.done;){const i=r.value;a.call(t,i[0],i[1])}},hs=(t,a)=>{let o;const l=[];for(;(o=t.exec(a))!==null;)l.push(o);return l},ys=be("HTMLFormElement"),gs=t=>t.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(o,l,r){return l.toUpperCase()+r}),Xa=(({hasOwnProperty:t})=>(a,o)=>t.call(a,o))(Object.prototype),bs=be("RegExp"),Qa=(t,a)=>{const o=Object.getOwnPropertyDescriptors(t),l={};Ke(o,(r,i)=>{let n;(n=a(r,i,t))!==!1&&(l[i]=n||r)}),Object.defineProperties(t,l)},Ss=t=>{Qa(t,(a,o)=>{if(ye(t)&&["arguments","caller","callee"].indexOf(o)!==-1)return!1;const l=t[o];if(ye(l)){if(a.enumerable=!1,"writable"in a){a.writable=!1;return}a.set||(a.set=()=>{throw Error("Can not rewrite read-only method '"+o+"'")})}})},_s=(t,a)=>{const o={},l=r=>{r.forEach(i=>{o[i]=!0})};return Ue(t)?l(t):l(String(t).split(a)),o},Cs=()=>{},Es=(t,a)=>t!=null&&Number.isFinite(t=+t)?t:a;function ws(t){return!!(t&&ye(t.append)&&t[Symbol.toStringTag]==="FormData"&&t[Symbol.iterator])}const ks=t=>{const a=new Array(10),o=(l,r)=>{if(mt(l)){if(a.indexOf(l)>=0)return;if(!("toJSON"in l)){a[r]=l;const i=Ue(l)?[]:{};return Ke(l,(n,s)=>{const d=o(n,r+1);!Je(d)&&(i[s]=d)}),a[r]=void 0,i}}return l};return o(t,0)},Vs=be("AsyncFunction"),Ns=t=>t&&(mt(t)||ye(t))&&ye(t.then)&&ye(t.catch),eo=((t,a)=>t?setImmediate:a?((o,l)=>(Me.addEventListener("message",({source:r,data:i})=>{r===Me&&i===o&&l.length&&l.shift()()},!1),r=>{l.push(r),Me.postMessage(o,"*")}))(`axios@${Math.random()}`,[]):o=>setTimeout(o))(typeof setImmediate=="function",ye(Me.postMessage)),xs=typeof queueMicrotask<"u"?queueMicrotask.bind(Me):typeof process<"u"&&process.nextTick||eo,C={isArray:Ue,isArrayBuffer:Za,isBuffer:Wn,isFormData:es,isArrayBufferView:Gn,isString:qn,isNumber:Ya,isBoolean:Zn,isObject:mt,isPlainObject:pt,isReadableStream:as,isRequest:os,isResponse:ls,isHeaders:is,isUndefined:Je,isDate:Yn,isFile:Jn,isBlob:Kn,isRegExp:bs,isFunction:ye,isStream:Qn,isURLSearchParams:ts,isTypedArray:us,isFileList:Xn,forEach:Ke,merge:qt,extend:ns,trim:rs,stripBOM:ss,inherits:ds,toFlatObject:cs,kindOf:dt,kindOfTest:be,endsWith:ms,toArray:ps,forEachEntry:fs,matchAll:hs,isHTMLForm:ys,hasOwnProperty:Xa,hasOwnProp:Xa,reduceDescriptors:Qa,freezeMethods:Ss,toObjectSet:_s,toCamelCase:gs,noop:Cs,toFiniteNumber:Es,findKey:Ja,global:Me,isContextDefined:Ka,isSpecCompliantForm:ws,toJSONObject:ks,isAsyncFn:Vs,isThenable:Ns,setImmediate:eo,asap:xs};function j(t,a,o,l,r){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=t,this.name="AxiosError",a&&(this.code=a),o&&(this.config=o),l&&(this.request=l),r&&(this.response=r,this.status=r.status?r.status:null)}C.inherits(j,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:C.toJSONObject(this.config),code:this.code,status:this.status}}});const to=j.prototype,ao={};["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(t=>{ao[t]={value:t}}),Object.defineProperties(j,ao),Object.defineProperty(to,"isAxiosError",{value:!0}),j.from=(t,a,o,l,r,i)=>{const n=Object.create(to);return C.toFlatObject(t,n,function(d){return d!==Error.prototype},s=>s!=="isAxiosError"),j.call(n,t.message,a,o,l,r),n.cause=t,n.name=t.name,i&&Object.assign(n,i),n};const Bs=null;function Zt(t){return C.isPlainObject(t)||C.isArray(t)}function oo(t){return C.endsWith(t,"[]")?t.slice(0,-2):t}function lo(t,a,o){return t?t.concat(a).map(function(r,i){return r=oo(r),!o&&i?"["+r+"]":r}).join(o?".":""):a}function Fs(t){return C.isArray(t)&&!t.some(Zt)}const Ts=C.toFlatObject(C,{},null,function(a){return/^is[A-Z]/.test(a)});function ut(t,a,o){if(!C.isObject(t))throw new TypeError("target must be an object");a=a||new FormData,o=C.toFlatObject(o,{metaTokens:!0,dots:!1,indexes:!1},!1,function(p,g){return!C.isUndefined(g[p])});const l=o.metaTokens,r=o.visitor||h,i=o.dots,n=o.indexes,d=(o.Blob||typeof Blob<"u"&&Blob)&&C.isSpecCompliantForm(a);if(!C.isFunction(r))throw new TypeError("visitor must be a function");function c(f){if(f===null)return"";if(C.isDate(f))return f.toISOString();if(!d&&C.isBlob(f))throw new j("Blob is not supported. Use a Buffer instead.");return C.isArrayBuffer(f)||C.isTypedArray(f)?d&&typeof Blob=="function"?new Blob([f]):Buffer.from(f):f}function h(f,p,g){let b=f;if(f&&!g&&typeof f=="object"){if(C.endsWith(p,"{}"))p=l?p:p.slice(0,-2),f=JSON.stringify(f);else if(C.isArray(f)&&Fs(f)||(C.isFileList(f)||C.endsWith(p,"[]"))&&(b=C.toArray(f)))return p=oo(p),b.forEach(function(R,W){!(C.isUndefined(R)||R===null)&&a.append(n===!0?lo([p],W,i):n===null?p:p+"[]",c(R))}),!1}return Zt(f)?!0:(a.append(lo(g,p,i),c(f)),!1)}const m=[],y=Object.assign(Ts,{defaultVisitor:h,convertValue:c,isVisitable:Zt});function u(f,p){if(!C.isUndefined(f)){if(m.indexOf(f)!==-1)throw Error("Circular reference detected in "+p.join("."));m.push(f),C.forEach(f,function(b,B){(!(C.isUndefined(b)||b===null)&&r.call(a,b,C.isString(B)?B.trim():B,p,y))===!0&&u(b,p?p.concat(B):[B])}),m.pop()}}if(!C.isObject(t))throw new TypeError("data must be an object");return u(t),a}function io(t){const a={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(t).replace(/[!'()~]|%20|%00/g,function(l){return a[l]})}function Yt(t,a){this._pairs=[],t&&ut(t,this,a)}const ro=Yt.prototype;ro.append=function(a,o){this._pairs.push([a,o])},ro.toString=function(a){const o=a?function(l){return a.call(this,l,io)}:io;return this._pairs.map(function(r){return o(r[0])+"="+o(r[1])},"").join("&")};function Ms(t){return encodeURIComponent(t).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function no(t,a,o){if(!a)return t;const l=o&&o.encode||Ms;C.isFunction(o)&&(o={serialize:o});const r=o&&o.serialize;let i;if(r?i=r(a,o):i=C.isURLSearchParams(a)?a.toString():new Yt(a,o).toString(l),i){const n=t.indexOf("#");n!==-1&&(t=t.slice(0,n)),t+=(t.indexOf("?")===-1?"?":"&")+i}return t}class so{constructor(){this.handlers=[]}use(a,o,l){return this.handlers.push({fulfilled:a,rejected:o,synchronous:l?l.synchronous:!1,runWhen:l?l.runWhen:null}),this.handlers.length-1}eject(a){this.handlers[a]&&(this.handlers[a]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(a){C.forEach(this.handlers,function(l){l!==null&&a(l)})}}const co={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},As={isBrowser:!0,classes:{URLSearchParams:typeof URLSearchParams<"u"?URLSearchParams:Yt,FormData:typeof FormData<"u"?FormData:null,Blob:typeof Blob<"u"?Blob:null},protocols:["http","https","file","blob","url","data"]},Jt=typeof window<"u"&&typeof document<"u",Kt=typeof navigator=="object"&&navigator||void 0,Ls=Jt&&(!Kt||["ReactNative","NativeScript","NS"].indexOf(Kt.product)<0),Ps=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",Ds=Jt&&window.location.href||"http://localhost",de={...Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:Jt,hasStandardBrowserEnv:Ls,hasStandardBrowserWebWorkerEnv:Ps,navigator:Kt,origin:Ds},Symbol.toStringTag,{value:"Module"})),...As};function Is(t,a){return ut(t,new de.classes.URLSearchParams,Object.assign({visitor:function(o,l,r,i){return de.isNode&&C.isBuffer(o)?(this.append(l,o.toString("base64")),!1):i.defaultVisitor.apply(this,arguments)}},a))}function vs(t){return C.matchAll(/\w+|\[(\w*)]/g,t).map(a=>a[0]==="[]"?"":a[1]||a[0])}function Rs(t){const a={},o=Object.keys(t);let l;const r=o.length;let i;for(l=0;l<r;l++)i=o[l],a[i]=t[i];return a}function mo(t){function a(o,l,r,i){let n=o[i++];if(n==="__proto__")return!0;const s=Number.isFinite(+n),d=i>=o.length;return n=!n&&C.isArray(r)?r.length:n,d?(C.hasOwnProp(r,n)?r[n]=[r[n],l]:r[n]=l,!s):((!r[n]||!C.isObject(r[n]))&&(r[n]=[]),a(o,l,r[n],i)&&C.isArray(r[n])&&(r[n]=Rs(r[n])),!s)}if(C.isFormData(t)&&C.isFunction(t.entries)){const o={};return C.forEachEntry(t,(l,r)=>{a(vs(l),r,o,0)}),o}return null}function Os(t,a,o){if(C.isString(t))try{return(a||JSON.parse)(t),C.trim(t)}catch(l){if(l.name!=="SyntaxError")throw l}return(o||JSON.stringify)(t)}const Xe={transitional:co,adapter:["xhr","http","fetch"],transformRequest:[function(a,o){const l=o.getContentType()||"",r=l.indexOf("application/json")>-1,i=C.isObject(a);if(i&&C.isHTMLForm(a)&&(a=new FormData(a)),C.isFormData(a))return r?JSON.stringify(mo(a)):a;if(C.isArrayBuffer(a)||C.isBuffer(a)||C.isStream(a)||C.isFile(a)||C.isBlob(a)||C.isReadableStream(a))return a;if(C.isArrayBufferView(a))return a.buffer;if(C.isURLSearchParams(a))return o.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),a.toString();let s;if(i){if(l.indexOf("application/x-www-form-urlencoded")>-1)return Is(a,this.formSerializer).toString();if((s=C.isFileList(a))||l.indexOf("multipart/form-data")>-1){const d=this.env&&this.env.FormData;return ut(s?{"files[]":a}:a,d&&new d,this.formSerializer)}}return i||r?(o.setContentType("application/json",!1),Os(a)):a}],transformResponse:[function(a){const o=this.transitional||Xe.transitional,l=o&&o.forcedJSONParsing,r=this.responseType==="json";if(C.isResponse(a)||C.isReadableStream(a))return a;if(a&&C.isString(a)&&(l&&!this.responseType||r)){const n=!(o&&o.silentJSONParsing)&&r;try{return JSON.parse(a)}catch(s){if(n)throw s.name==="SyntaxError"?j.from(s,j.ERR_BAD_RESPONSE,this,null,this.response):s}}return a}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:de.classes.FormData,Blob:de.classes.Blob},validateStatus:function(a){return a>=200&&a<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};C.forEach(["delete","get","head","post","put","patch"],t=>{Xe.headers[t]={}});const zs=C.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"]),Us=t=>{const a={};let o,l,r;return t&&t.split(`
|
|
2
2
|
`).forEach(function(n){r=n.indexOf(":"),o=n.substring(0,r).trim().toLowerCase(),l=n.substring(r+1).trim(),!(!o||a[o]&&zs[o])&&(o==="set-cookie"?a[o]?a[o].push(l):a[o]=[l]:a[o]=a[o]?a[o]+", "+l:l)}),a},po=Symbol("internals");function Qe(t){return t&&String(t).trim().toLowerCase()}function ft(t){return t===!1||t==null?t:C.isArray(t)?t.map(ft):String(t)}function js(t){const a=Object.create(null),o=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let l;for(;l=o.exec(t);)a[l[1]]=l[2];return a}const $s=t=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(t.trim());function Xt(t,a,o,l,r){if(C.isFunction(l))return l.call(this,a,o);if(r&&(a=o),!!C.isString(a)){if(C.isString(l))return a.indexOf(l)!==-1;if(C.isRegExp(l))return l.test(a)}}function Hs(t){return t.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(a,o,l)=>o.toUpperCase()+l)}function Ws(t,a){const o=C.toCamelCase(" "+a);["get","set","has"].forEach(l=>{Object.defineProperty(t,l+o,{value:function(r,i,n){return this[l].call(this,a,r,i,n)},configurable:!0})})}let fe=class{constructor(a){a&&this.set(a)}set(a,o,l){const r=this;function i(s,d,c){const h=Qe(d);if(!h)throw new Error("header name must be a non-empty string");const m=C.findKey(r,h);(!m||r[m]===void 0||c===!0||c===void 0&&r[m]!==!1)&&(r[m||d]=ft(s))}const n=(s,d)=>C.forEach(s,(c,h)=>i(c,h,d));if(C.isPlainObject(a)||a instanceof this.constructor)n(a,o);else if(C.isString(a)&&(a=a.trim())&&!$s(a))n(Us(a),o);else if(C.isHeaders(a))for(const[s,d]of a.entries())i(d,s,l);else a!=null&&i(o,a,l);return this}get(a,o){if(a=Qe(a),a){const l=C.findKey(this,a);if(l){const r=this[l];if(!o)return r;if(o===!0)return js(r);if(C.isFunction(o))return o.call(this,r,l);if(C.isRegExp(o))return o.exec(r);throw new TypeError("parser must be boolean|regexp|function")}}}has(a,o){if(a=Qe(a),a){const l=C.findKey(this,a);return!!(l&&this[l]!==void 0&&(!o||Xt(this,this[l],l,o)))}return!1}delete(a,o){const l=this;let r=!1;function i(n){if(n=Qe(n),n){const s=C.findKey(l,n);s&&(!o||Xt(l,l[s],s,o))&&(delete l[s],r=!0)}}return C.isArray(a)?a.forEach(i):i(a),r}clear(a){const o=Object.keys(this);let l=o.length,r=!1;for(;l--;){const i=o[l];(!a||Xt(this,this[i],i,a,!0))&&(delete this[i],r=!0)}return r}normalize(a){const o=this,l={};return C.forEach(this,(r,i)=>{const n=C.findKey(l,i);if(n){o[n]=ft(r),delete o[i];return}const s=a?Hs(i):String(i).trim();s!==i&&delete o[i],o[s]=ft(r),l[s]=!0}),this}concat(...a){return this.constructor.concat(this,...a)}toJSON(a){const o=Object.create(null);return C.forEach(this,(l,r)=>{l!=null&&l!==!1&&(o[r]=a&&C.isArray(l)?l.join(", "):l)}),o}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([a,o])=>a+": "+o).join(`
|
|
3
3
|
`)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(a){return a instanceof this?a:new this(a)}static concat(a,...o){const l=new this(a);return o.forEach(r=>l.set(r)),l}static accessor(a){const l=(this[po]=this[po]={accessors:{}}).accessors,r=this.prototype;function i(n){const s=Qe(n);l[s]||(Ws(r,n),l[s]=!0)}return C.isArray(a)?a.forEach(i):i(a),this}};fe.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),C.reduceDescriptors(fe.prototype,({value:t},a)=>{let o=a[0].toUpperCase()+a.slice(1);return{get:()=>t,set(l){this[o]=l}}}),C.freezeMethods(fe);function Qt(t,a){const o=this||Xe,l=a||o,r=fe.from(l.headers);let i=l.data;return C.forEach(t,function(s){i=s.call(o,i,r.normalize(),a?a.status:void 0)}),r.normalize(),i}function uo(t){return!!(t&&t.__CANCEL__)}function je(t,a,o){j.call(this,t??"canceled",j.ERR_CANCELED,a,o),this.name="CanceledError"}C.inherits(je,j,{__CANCEL__:!0});function fo(t,a,o){const l=o.config.validateStatus;!o.status||!l||l(o.status)?t(o):a(new j("Request failed with status code "+o.status,[j.ERR_BAD_REQUEST,j.ERR_BAD_RESPONSE][Math.floor(o.status/100)-4],o.config,o.request,o))}function Gs(t){const a=/^([-+\w]{1,25})(:?\/\/|:)/.exec(t);return a&&a[1]||""}function qs(t,a){t=t||10;const o=new Array(t),l=new Array(t);let r=0,i=0,n;return a=a!==void 0?a:1e3,function(d){const c=Date.now(),h=l[i];n||(n=c),o[r]=d,l[r]=c;let m=i,y=0;for(;m!==r;)y+=o[m++],m=m%t;if(r=(r+1)%t,r===i&&(i=(i+1)%t),c-n<a)return;const u=h&&c-h;return u?Math.round(y*1e3/u):void 0}}function Zs(t,a){let o=0,l=1e3/a,r,i;const n=(c,h=Date.now())=>{o=h,r=null,i&&(clearTimeout(i),i=null),t.apply(null,c)};return[(...c)=>{const h=Date.now(),m=h-o;m>=l?n(c,h):(r=c,i||(i=setTimeout(()=>{i=null,n(r)},l-m)))},()=>r&&n(r)]}const ht=(t,a,o=3)=>{let l=0;const r=qs(50,250);return Zs(i=>{const n=i.loaded,s=i.lengthComputable?i.total:void 0,d=n-l,c=r(d),h=n<=s;l=n;const m={loaded:n,total:s,progress:s?n/s:void 0,bytes:d,rate:c||void 0,estimated:c&&s&&h?(s-n)/c:void 0,event:i,lengthComputable:s!=null,[a?"download":"upload"]:!0};t(m)},o)},ho=(t,a)=>{const o=t!=null;return[l=>a[0]({lengthComputable:o,total:t,loaded:l}),a[1]]},yo=t=>(...a)=>C.asap(()=>t(...a)),Ys=de.hasStandardBrowserEnv?((t,a)=>o=>(o=new URL(o,de.origin),t.protocol===o.protocol&&t.host===o.host&&(a||t.port===o.port)))(new URL(de.origin),de.navigator&&/(msie|trident)/i.test(de.navigator.userAgent)):()=>!0,Js=de.hasStandardBrowserEnv?{write(t,a,o,l,r,i){const n=[t+"="+encodeURIComponent(a)];C.isNumber(o)&&n.push("expires="+new Date(o).toGMTString()),C.isString(l)&&n.push("path="+l),C.isString(r)&&n.push("domain="+r),i===!0&&n.push("secure"),document.cookie=n.join("; ")},read(t){const a=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return a?decodeURIComponent(a[3]):null},remove(t){this.write(t,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function Ks(t){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t)}function Xs(t,a){return a?t.replace(/\/?\/$/,"")+"/"+a.replace(/^\/+/,""):t}function go(t,a,o){let l=!Ks(a);return t&&(l||o==!1)?Xs(t,a):a}const bo=t=>t instanceof fe?{...t}:t;function Ae(t,a){a=a||{};const o={};function l(c,h,m,y){return C.isPlainObject(c)&&C.isPlainObject(h)?C.merge.call({caseless:y},c,h):C.isPlainObject(h)?C.merge({},h):C.isArray(h)?h.slice():h}function r(c,h,m,y){if(C.isUndefined(h)){if(!C.isUndefined(c))return l(void 0,c,m,y)}else return l(c,h,m,y)}function i(c,h){if(!C.isUndefined(h))return l(void 0,h)}function n(c,h){if(C.isUndefined(h)){if(!C.isUndefined(c))return l(void 0,c)}else return l(void 0,h)}function s(c,h,m){if(m in a)return l(c,h);if(m in t)return l(void 0,c)}const d={url:i,method:i,data:i,baseURL:n,transformRequest:n,transformResponse:n,paramsSerializer:n,timeout:n,timeoutMessage:n,withCredentials:n,withXSRFToken:n,adapter:n,responseType:n,xsrfCookieName:n,xsrfHeaderName:n,onUploadProgress:n,onDownloadProgress:n,decompress:n,maxContentLength:n,maxBodyLength:n,beforeRedirect:n,transport:n,httpAgent:n,httpsAgent:n,cancelToken:n,socketPath:n,responseEncoding:n,validateStatus:s,headers:(c,h,m)=>r(bo(c),bo(h),m,!0)};return C.forEach(Object.keys(Object.assign({},t,a)),function(h){const m=d[h]||r,y=m(t[h],a[h],h);C.isUndefined(y)&&m!==s||(o[h]=y)}),o}const So=t=>{const a=Ae({},t);let{data:o,withXSRFToken:l,xsrfHeaderName:r,xsrfCookieName:i,headers:n,auth:s}=a;a.headers=n=fe.from(n),a.url=no(go(a.baseURL,a.url,a.allowAbsoluteUrls),t.params,t.paramsSerializer),s&&n.set("Authorization","Basic "+btoa((s.username||"")+":"+(s.password?unescape(encodeURIComponent(s.password)):"")));let d;if(C.isFormData(o)){if(de.hasStandardBrowserEnv||de.hasStandardBrowserWebWorkerEnv)n.setContentType(void 0);else if((d=n.getContentType())!==!1){const[c,...h]=d?d.split(";").map(m=>m.trim()).filter(Boolean):[];n.setContentType([c||"multipart/form-data",...h].join("; "))}}if(de.hasStandardBrowserEnv&&(l&&C.isFunction(l)&&(l=l(a)),l||l!==!1&&Ys(a.url))){const c=r&&i&&Js.read(i);c&&n.set(r,c)}return a},Qs=typeof XMLHttpRequest<"u"&&function(t){return new Promise(function(o,l){const r=So(t);let i=r.data;const n=fe.from(r.headers).normalize();let{responseType:s,onUploadProgress:d,onDownloadProgress:c}=r,h,m,y,u,f;function p(){u&&u(),f&&f(),r.cancelToken&&r.cancelToken.unsubscribe(h),r.signal&&r.signal.removeEventListener("abort",h)}let g=new XMLHttpRequest;g.open(r.method.toUpperCase(),r.url,!0),g.timeout=r.timeout;function b(){if(!g)return;const R=fe.from("getAllResponseHeaders"in g&&g.getAllResponseHeaders()),z={data:!s||s==="text"||s==="json"?g.responseText:g.response,status:g.status,statusText:g.statusText,headers:R,config:t,request:g};fo(function(G){o(G),p()},function(G){l(G),p()},z),g=null}"onloadend"in g?g.onloadend=b:g.onreadystatechange=function(){!g||g.readyState!==4||g.status===0&&!(g.responseURL&&g.responseURL.indexOf("file:")===0)||setTimeout(b)},g.onabort=function(){g&&(l(new j("Request aborted",j.ECONNABORTED,t,g)),g=null)},g.onerror=function(){l(new j("Network Error",j.ERR_NETWORK,t,g)),g=null},g.ontimeout=function(){let W=r.timeout?"timeout of "+r.timeout+"ms exceeded":"timeout exceeded";const z=r.transitional||co;r.timeoutErrorMessage&&(W=r.timeoutErrorMessage),l(new j(W,z.clarifyTimeoutError?j.ETIMEDOUT:j.ECONNABORTED,t,g)),g=null},i===void 0&&n.setContentType(null),"setRequestHeader"in g&&C.forEach(n.toJSON(),function(W,z){g.setRequestHeader(z,W)}),C.isUndefined(r.withCredentials)||(g.withCredentials=!!r.withCredentials),s&&s!=="json"&&(g.responseType=r.responseType),c&&([y,f]=ht(c,!0),g.addEventListener("progress",y)),d&&g.upload&&([m,u]=ht(d),g.upload.addEventListener("progress",m),g.upload.addEventListener("loadend",u)),(r.cancelToken||r.signal)&&(h=R=>{g&&(l(!R||R.type?new je(null,t,g):R),g.abort(),g=null)},r.cancelToken&&r.cancelToken.subscribe(h),r.signal&&(r.signal.aborted?h():r.signal.addEventListener("abort",h)));const B=Gs(r.url);if(B&&de.protocols.indexOf(B)===-1){l(new j("Unsupported protocol "+B+":",j.ERR_BAD_REQUEST,t));return}g.send(i||null)})},ed=(t,a)=>{const{length:o}=t=t?t.filter(Boolean):[];if(a||o){let l=new AbortController,r;const i=function(c){if(!r){r=!0,s();const h=c instanceof Error?c:this.reason;l.abort(h instanceof j?h:new je(h instanceof Error?h.message:h))}};let n=a&&setTimeout(()=>{n=null,i(new j(`timeout ${a} of ms exceeded`,j.ETIMEDOUT))},a);const s=()=>{t&&(n&&clearTimeout(n),n=null,t.forEach(c=>{c.unsubscribe?c.unsubscribe(i):c.removeEventListener("abort",i)}),t=null)};t.forEach(c=>c.addEventListener("abort",i));const{signal:d}=l;return d.unsubscribe=()=>C.asap(s),d}},td=function*(t,a){let o=t.byteLength;if(o<a){yield t;return}let l=0,r;for(;l<o;)r=l+a,yield t.slice(l,r),l=r},ad=async function*(t,a){for await(const o of od(t))yield*td(o,a)},od=async function*(t){if(t[Symbol.asyncIterator]){yield*t;return}const a=t.getReader();try{for(;;){const{done:o,value:l}=await a.read();if(o)break;yield l}}finally{await a.cancel()}},_o=(t,a,o,l)=>{const r=ad(t,a);let i=0,n,s=d=>{n||(n=!0,l&&l(d))};return new ReadableStream({async pull(d){try{const{done:c,value:h}=await r.next();if(c){s(),d.close();return}let m=h.byteLength;if(o){let y=i+=m;o(y)}d.enqueue(new Uint8Array(h))}catch(c){throw s(c),c}},cancel(d){return s(d),r.return()}},{highWaterMark:2})},yt=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",Co=yt&&typeof ReadableStream=="function",ld=yt&&(typeof TextEncoder=="function"?(t=>a=>t.encode(a))(new TextEncoder):async t=>new Uint8Array(await new Response(t).arrayBuffer())),Eo=(t,...a)=>{try{return!!t(...a)}catch{return!1}},id=Co&&Eo(()=>{let t=!1;const a=new Request(de.origin,{body:new ReadableStream,method:"POST",get duplex(){return t=!0,"half"}}).headers.has("Content-Type");return t&&!a}),wo=64*1024,ea=Co&&Eo(()=>C.isReadableStream(new Response("").body)),gt={stream:ea&&(t=>t.body)};yt&&(t=>{["text","arrayBuffer","blob","formData","stream"].forEach(a=>{!gt[a]&&(gt[a]=C.isFunction(t[a])?o=>o[a]():(o,l)=>{throw new j(`Response type '${a}' is not supported`,j.ERR_NOT_SUPPORT,l)})})})(new Response);const rd=async t=>{if(t==null)return 0;if(C.isBlob(t))return t.size;if(C.isSpecCompliantForm(t))return(await new Request(de.origin,{method:"POST",body:t}).arrayBuffer()).byteLength;if(C.isArrayBufferView(t)||C.isArrayBuffer(t))return t.byteLength;if(C.isURLSearchParams(t)&&(t=t+""),C.isString(t))return(await ld(t)).byteLength},nd=async(t,a)=>{const o=C.toFiniteNumber(t.getContentLength());return o??rd(a)},ta={http:Bs,xhr:Qs,fetch:yt&&(async t=>{let{url:a,method:o,data:l,signal:r,cancelToken:i,timeout:n,onDownloadProgress:s,onUploadProgress:d,responseType:c,headers:h,withCredentials:m="same-origin",fetchOptions:y}=So(t);c=c?(c+"").toLowerCase():"text";let u=ed([r,i&&i.toAbortSignal()],n),f;const p=u&&u.unsubscribe&&(()=>{u.unsubscribe()});let g;try{if(d&&id&&o!=="get"&&o!=="head"&&(g=await nd(h,l))!==0){let z=new Request(a,{method:"POST",body:l,duplex:"half"}),U;if(C.isFormData(l)&&(U=z.headers.get("content-type"))&&h.setContentType(U),z.body){const[G,K]=ho(g,ht(yo(d)));l=_o(z.body,wo,G,K)}}C.isString(m)||(m=m?"include":"omit");const b="credentials"in Request.prototype;f=new Request(a,{...y,signal:u,method:o.toUpperCase(),headers:h.normalize().toJSON(),body:l,duplex:"half",credentials:b?m:void 0});let B=await fetch(f);const R=ea&&(c==="stream"||c==="response");if(ea&&(s||R&&p)){const z={};["status","statusText","headers"].forEach(oe=>{z[oe]=B[oe]});const U=C.toFiniteNumber(B.headers.get("content-length")),[G,K]=s&&ho(U,ht(yo(s),!0))||[];B=new Response(_o(B.body,wo,G,()=>{K&&K(),p&&p()}),z)}c=c||"text";let W=await gt[C.findKey(gt,c)||"text"](B,t);return!R&&p&&p(),await new Promise((z,U)=>{fo(z,U,{data:W,headers:fe.from(B.headers),status:B.status,statusText:B.statusText,config:t,request:f})})}catch(b){throw p&&p(),b&&b.name==="TypeError"&&/fetch/i.test(b.message)?Object.assign(new j("Network Error",j.ERR_NETWORK,t,f),{cause:b.cause||b}):j.from(b,b&&b.code,t,f)}})};C.forEach(ta,(t,a)=>{if(t){try{Object.defineProperty(t,"name",{value:a})}catch{}Object.defineProperty(t,"adapterName",{value:a})}});const ko=t=>`- ${t}`,sd=t=>C.isFunction(t)||t===null||t===!1,Vo={getAdapter:t=>{t=C.isArray(t)?t:[t];const{length:a}=t;let o,l;const r={};for(let i=0;i<a;i++){o=t[i];let n;if(l=o,!sd(o)&&(l=ta[(n=String(o)).toLowerCase()],l===void 0))throw new j(`Unknown adapter '${n}'`);if(l)break;r[n||"#"+i]=l}if(!l){const i=Object.entries(r).map(([s,d])=>`adapter ${s} `+(d===!1?"is not supported by the environment":"is not available in the build"));let n=a?i.length>1?`since :
|
|
4
4
|
`+i.map(ko).join(`
|
|
@@ -8,4 +8,4 @@
|
|
|
8
8
|
`)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(a){return a instanceof this?a:new this(a)}static concat(a,...o){const l=new this(a);return o.forEach(r=>l.set(r)),l}static accessor(a){const o=(this[ul]=this[ul]={accessors:{}}).accessors,l=this.prototype;function r(i){const n=ot(i);o[n]||(Mu(l,i),o[n]=!0)}return E.isArray(a)?a.forEach(r):r(a),this}}Bt.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),E.reduceDescriptors(Bt.prototype,({value:t},a)=>{let o=a[0].toUpperCase()+a.slice(1);return{get:()=>t,set(l){this[o]=l}}}),E.freezeMethods(Bt);const _e=Bt;function Sa(t,a){const o=this||ga,l=a||o,r=_e.from(l.headers);let i=l.data;return E.forEach(t,function(n){i=n.call(o,i,r.normalize(),a?a.status:void 0)}),r.normalize(),i}function fl(t){return!!(t&&t.__CANCEL__)}function Ge(t,a,o){$.call(this,t??"canceled",$.ERR_CANCELED,a,o),this.name="CanceledError"}E.inherits(Ge,$,{__CANCEL__:!0});function hl(t,a,o){const l=o.config.validateStatus;!o.status||!l||l(o.status)?t(o):a(new $("Request failed with status code "+o.status,[$.ERR_BAD_REQUEST,$.ERR_BAD_RESPONSE][Math.floor(o.status/100)-4],o.config,o.request,o))}function Au(t){const a=/^([-+\w]{1,25})(:?\/\/|:)/.exec(t);return a&&a[1]||""}function Lu(t,a){t=t||10;const o=new Array(t),l=new Array(t);let r=0,i=0,n;return a=a!==void 0?a:1e3,function(s){const d=Date.now(),c=l[i];n||(n=d),o[r]=s,l[r]=d;let h=i,m=0;for(;h!==r;)m+=o[h++],h=h%t;if(r=(r+1)%t,r===i&&(i=(i+1)%t),d-n<a)return;const y=c&&d-c;return y?Math.round(m*1e3/y):void 0}}function Pu(t,a){let o=0,l=1e3/a,r,i;const n=(s,d=Date.now())=>{o=d,r=null,i&&(clearTimeout(i),i=null),t.apply(null,s)};return[(...s)=>{const d=Date.now(),c=d-o;c>=l?n(s,d):(r=s,i||(i=setTimeout(()=>{i=null,n(r)},l-c)))},()=>r&&n(r)]}const Ft=(t,a,o=3)=>{let l=0;const r=Lu(50,250);return Pu(i=>{const n=i.loaded,s=i.lengthComputable?i.total:void 0,d=n-l,c=r(d),h=n<=s;l=n;const m={loaded:n,total:s,progress:s?n/s:void 0,bytes:d,rate:c||void 0,estimated:c&&s&&h?(s-n)/c:void 0,event:i,lengthComputable:s!=null,[a?"download":"upload"]:!0};t(m)},o)},yl=(t,a)=>{const o=t!=null;return[l=>a[0]({lengthComputable:o,total:t,loaded:l}),a[1]]},gl=t=>(...a)=>E.asap(()=>t(...a)),Du=ce.hasStandardBrowserEnv?((t,a)=>o=>(o=new URL(o,ce.origin),t.protocol===o.protocol&&t.host===o.host&&(a||t.port===o.port)))(new URL(ce.origin),ce.navigator&&/(msie|trident)/i.test(ce.navigator.userAgent)):()=>!0,Iu=ce.hasStandardBrowserEnv?{write(t,a,o,l,r,i){const n=[t+"="+encodeURIComponent(a)];E.isNumber(o)&&n.push("expires="+new Date(o).toGMTString()),E.isString(l)&&n.push("path="+l),E.isString(r)&&n.push("domain="+r),i===!0&&n.push("secure"),document.cookie=n.join("; ")},read(t){const a=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return a?decodeURIComponent(a[3]):null},remove(t){this.write(t,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function vu(t){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t)}function Ru(t,a){return a?t.replace(/\/?\/$/,"")+"/"+a.replace(/^\/+/,""):t}function bl(t,a,o){let l=!vu(a);return t&&(l||o==!1)?Ru(t,a):a}const Sl=t=>t instanceof _e?{...t}:t;function Ie(t,a){a=a||{};const o={};function l(c,h,m,y){return E.isPlainObject(c)&&E.isPlainObject(h)?E.merge.call({caseless:y},c,h):E.isPlainObject(h)?E.merge({},h):E.isArray(h)?h.slice():h}function r(c,h,m,y){if(E.isUndefined(h)){if(!E.isUndefined(c))return l(void 0,c,m,y)}else return l(c,h,m,y)}function i(c,h){if(!E.isUndefined(h))return l(void 0,h)}function n(c,h){if(E.isUndefined(h)){if(!E.isUndefined(c))return l(void 0,c)}else return l(void 0,h)}function s(c,h,m){if(m in a)return l(c,h);if(m in t)return l(void 0,c)}const d={url:i,method:i,data:i,baseURL:n,transformRequest:n,transformResponse:n,paramsSerializer:n,timeout:n,timeoutMessage:n,withCredentials:n,withXSRFToken:n,adapter:n,responseType:n,xsrfCookieName:n,xsrfHeaderName:n,onUploadProgress:n,onDownloadProgress:n,decompress:n,maxContentLength:n,maxBodyLength:n,beforeRedirect:n,transport:n,httpAgent:n,httpsAgent:n,cancelToken:n,socketPath:n,responseEncoding:n,validateStatus:s,headers:(c,h,m)=>r(Sl(c),Sl(h),m,!0)};return E.forEach(Object.keys(Object.assign({},t,a)),function(c){const h=d[c]||r,m=h(t[c],a[c],c);E.isUndefined(m)&&h!==s||(o[c]=m)}),o}const _l=t=>{const a=Ie({},t);let{data:o,withXSRFToken:l,xsrfHeaderName:r,xsrfCookieName:i,headers:n,auth:s}=a;a.headers=n=_e.from(n),a.url=dl(bl(a.baseURL,a.url,a.allowAbsoluteUrls),t.params,t.paramsSerializer),s&&n.set("Authorization","Basic "+btoa((s.username||"")+":"+(s.password?unescape(encodeURIComponent(s.password)):"")));let d;if(E.isFormData(o)){if(ce.hasStandardBrowserEnv||ce.hasStandardBrowserWebWorkerEnv)n.setContentType(void 0);else if((d=n.getContentType())!==!1){const[c,...h]=d?d.split(";").map(m=>m.trim()).filter(Boolean):[];n.setContentType([c||"multipart/form-data",...h].join("; "))}}if(ce.hasStandardBrowserEnv&&(l&&E.isFunction(l)&&(l=l(a)),l||l!==!1&&Du(a.url))){const c=r&&i&&Iu.read(i);c&&n.set(r,c)}return a},Ou=typeof XMLHttpRequest<"u",zu=Ou&&function(t){return new Promise(function(a,o){const l=_l(t);let r=l.data;const i=_e.from(l.headers).normalize();let{responseType:n,onUploadProgress:s,onDownloadProgress:d}=l,c,h,m,y,u;function f(){y&&y(),u&&u(),l.cancelToken&&l.cancelToken.unsubscribe(c),l.signal&&l.signal.removeEventListener("abort",c)}let p=new XMLHttpRequest;p.open(l.method.toUpperCase(),l.url,!0),p.timeout=l.timeout;function g(){if(!p)return;const B=_e.from("getAllResponseHeaders"in p&&p.getAllResponseHeaders()),R={data:!n||n==="text"||n==="json"?p.responseText:p.response,status:p.status,statusText:p.statusText,headers:B,config:t,request:p};hl(function(W){a(W),f()},function(W){o(W),f()},R),p=null}"onloadend"in p?p.onloadend=g:p.onreadystatechange=function(){!p||p.readyState!==4||p.status===0&&!(p.responseURL&&p.responseURL.indexOf("file:")===0)||setTimeout(g)},p.onabort=function(){p&&(o(new $("Request aborted",$.ECONNABORTED,t,p)),p=null)},p.onerror=function(){o(new $("Network Error",$.ERR_NETWORK,t,p)),p=null},p.ontimeout=function(){let B=l.timeout?"timeout of "+l.timeout+"ms exceeded":"timeout exceeded";const R=l.transitional||ml;l.timeoutErrorMessage&&(B=l.timeoutErrorMessage),o(new $(B,R.clarifyTimeoutError?$.ETIMEDOUT:$.ECONNABORTED,t,p)),p=null},r===void 0&&i.setContentType(null),"setRequestHeader"in p&&E.forEach(i.toJSON(),function(B,R){p.setRequestHeader(R,B)}),E.isUndefined(l.withCredentials)||(p.withCredentials=!!l.withCredentials),n&&n!=="json"&&(p.responseType=l.responseType),d&&([m,u]=Ft(d,!0),p.addEventListener("progress",m)),s&&p.upload&&([h,y]=Ft(s),p.upload.addEventListener("progress",h),p.upload.addEventListener("loadend",y)),(l.cancelToken||l.signal)&&(c=B=>{p&&(o(!B||B.type?new Ge(null,t,p):B),p.abort(),p=null)},l.cancelToken&&l.cancelToken.subscribe(c),l.signal&&(l.signal.aborted?c():l.signal.addEventListener("abort",c)));const b=Au(l.url);if(b&&ce.protocols.indexOf(b)===-1){o(new $("Unsupported protocol "+b+":",$.ERR_BAD_REQUEST,t));return}p.send(r||null)})},Uu=(t,a)=>{const{length:o}=t=t?t.filter(Boolean):[];if(a||o){let l=new AbortController,r;const i=function(c){if(!r){r=!0,s();const h=c instanceof Error?c:this.reason;l.abort(h instanceof $?h:new Ge(h instanceof Error?h.message:h))}};let n=a&&setTimeout(()=>{n=null,i(new $(`timeout ${a} of ms exceeded`,$.ETIMEDOUT))},a);const s=()=>{t&&(n&&clearTimeout(n),n=null,t.forEach(c=>{c.unsubscribe?c.unsubscribe(i):c.removeEventListener("abort",i)}),t=null)};t.forEach(c=>c.addEventListener("abort",i));const{signal:d}=l;return d.unsubscribe=()=>E.asap(s),d}},ju=Uu,$u=function*(t,a){let o=t.byteLength;if(o<a){yield t;return}let l=0,r;for(;l<o;)r=l+a,yield t.slice(l,r),l=r},Hu=async function*(t,a){for await(const o of Wu(t))yield*$u(o,a)},Wu=async function*(t){if(t[Symbol.asyncIterator]){yield*t;return}const a=t.getReader();try{for(;;){const{done:o,value:l}=await a.read();if(o)break;yield l}}finally{await a.cancel()}},Cl=(t,a,o,l)=>{const r=Hu(t,a);let i=0,n,s=d=>{n||(n=!0,l&&l(d))};return new ReadableStream({async pull(d){try{const{done:c,value:h}=await r.next();if(c){s(),d.close();return}let m=h.byteLength;if(o){let y=i+=m;o(y)}d.enqueue(new Uint8Array(h))}catch(c){throw s(c),c}},cancel(d){return s(d),r.return()}},{highWaterMark:2})},Tt=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",El=Tt&&typeof ReadableStream=="function",Gu=Tt&&(typeof TextEncoder=="function"?(t=>a=>t.encode(a))(new TextEncoder):async t=>new Uint8Array(await new Response(t).arrayBuffer())),wl=(t,...a)=>{try{return!!t(...a)}catch{return!1}},qu=El&&wl(()=>{let t=!1;const a=new Request(ce.origin,{body:new ReadableStream,method:"POST",get duplex(){return t=!0,"half"}}).headers.has("Content-Type");return t&&!a}),kl=64*1024,_a=El&&wl(()=>E.isReadableStream(new Response("").body)),Mt={stream:_a&&(t=>t.body)};Tt&&(t=>{["text","arrayBuffer","blob","formData","stream"].forEach(a=>{!Mt[a]&&(Mt[a]=E.isFunction(t[a])?o=>o[a]():(o,l)=>{throw new $(`Response type '${a}' is not supported`,$.ERR_NOT_SUPPORT,l)})})})(new Response);const Zu=async t=>{if(t==null)return 0;if(E.isBlob(t))return t.size;if(E.isSpecCompliantForm(t))return(await new Request(ce.origin,{method:"POST",body:t}).arrayBuffer()).byteLength;if(E.isArrayBufferView(t)||E.isArrayBuffer(t))return t.byteLength;if(E.isURLSearchParams(t)&&(t=t+""),E.isString(t))return(await Gu(t)).byteLength},Yu=async(t,a)=>E.toFiniteNumber(t.getContentLength())??Zu(a),Ju=Tt&&(async t=>{let{url:a,method:o,data:l,signal:r,cancelToken:i,timeout:n,onDownloadProgress:s,onUploadProgress:d,responseType:c,headers:h,withCredentials:m="same-origin",fetchOptions:y}=_l(t);c=c?(c+"").toLowerCase():"text";let u=ju([r,i&&i.toAbortSignal()],n),f;const p=u&&u.unsubscribe&&(()=>{u.unsubscribe()});let g;try{if(d&&qu&&o!=="get"&&o!=="head"&&(g=await Yu(h,l))!==0){let z=new Request(a,{method:"POST",body:l,duplex:"half"}),U;if(E.isFormData(l)&&(U=z.headers.get("content-type"))&&h.setContentType(U),z.body){const[G,K]=yl(g,Ft(gl(d)));l=Cl(z.body,kl,G,K)}}E.isString(m)||(m=m?"include":"omit");const b="credentials"in Request.prototype;f=new Request(a,{...y,signal:u,method:o.toUpperCase(),headers:h.normalize().toJSON(),body:l,duplex:"half",credentials:b?m:void 0});let B=await fetch(f);const R=_a&&(c==="stream"||c==="response");if(_a&&(s||R&&p)){const z={};["status","statusText","headers"].forEach(oe=>{z[oe]=B[oe]});const U=E.toFiniteNumber(B.headers.get("content-length")),[G,K]=s&&yl(U,Ft(gl(s),!0))||[];B=new Response(Cl(B.body,kl,G,()=>{K&&K(),p&&p()}),z)}c=c||"text";let W=await Mt[E.findKey(Mt,c)||"text"](B,t);return!R&&p&&p(),await new Promise((z,U)=>{hl(z,U,{data:W,headers:_e.from(B.headers),status:B.status,statusText:B.statusText,config:t,request:f})})}catch(b){throw p&&p(),b&&b.name==="TypeError"&&/fetch/i.test(b.message)?Object.assign(new $("Network Error",$.ERR_NETWORK,t,f),{cause:b.cause||b}):$.from(b,b&&b.code,t,f)}}),Ca={http:du,xhr:zu,fetch:Ju};E.forEach(Ca,(t,a)=>{if(t){try{Object.defineProperty(t,"name",{value:a})}catch{}Object.defineProperty(t,"adapterName",{value:a})}});const Vl=t=>`- ${t}`,Ku=t=>E.isFunction(t)||t===null||t===!1,Nl={getAdapter:t=>{t=E.isArray(t)?t:[t];const{length:a}=t;let o,l;const r={};for(let i=0;i<a;i++){o=t[i];let n;if(l=o,!Ku(o)&&(l=Ca[(n=String(o)).toLowerCase()],l===void 0))throw new $(`Unknown adapter '${n}'`);if(l)break;r[n||"#"+i]=l}if(!l){const i=Object.entries(r).map(([s,d])=>`adapter ${s} `+(d===!1?"is not supported by the environment":"is not available in the build"));let n=a?i.length>1?`since :
|
|
9
9
|
`+i.map(Vl).join(`
|
|
10
10
|
`):" "+Vl(i[0]):"as no adapter specified";throw new $("There is no suitable adapter to dispatch the request "+n,"ERR_NOT_SUPPORT")}return l},adapters:Ca};function Ea(t){if(t.cancelToken&&t.cancelToken.throwIfRequested(),t.signal&&t.signal.aborted)throw new Ge(null,t)}function xl(t){return Ea(t),t.headers=_e.from(t.headers),t.data=Sa.call(t,t.transformRequest),["post","put","patch"].indexOf(t.method)!==-1&&t.headers.setContentType("application/x-www-form-urlencoded",!1),Nl.getAdapter(t.adapter||ga.adapter)(t).then(function(a){return Ea(t),a.data=Sa.call(t,t.transformResponse,a),a.headers=_e.from(a.headers),a},function(a){return fl(a)||(Ea(t),a&&a.response&&(a.response.data=Sa.call(t,t.transformResponse,a.response),a.response.headers=_e.from(a.response.headers))),Promise.reject(a)})}const Bl="1.8.4",At={};["object","boolean","number","function","string","symbol"].forEach((t,a)=>{At[t]=function(o){return typeof o===t||"a"+(a<1?"n ":" ")+t}});const Fl={};At.transitional=function(t,a,o){function l(r,i){return"[Axios v"+Bl+"] Transitional option '"+r+"'"+i+(o?". "+o:"")}return(r,i,n)=>{if(t===!1)throw new $(l(i," has been removed"+(a?" in "+a:"")),$.ERR_DEPRECATED);return a&&!Fl[i]&&(Fl[i]=!0,console.warn(l(i," has been deprecated since v"+a+" and will be removed in the near future"))),t?t(r,i,n):!0}},At.spelling=function(t){return(a,o)=>(console.warn(`${o} is likely a misspelling of ${t}`),!0)};function Xu(t,a,o){if(typeof t!="object")throw new $("options must be an object",$.ERR_BAD_OPTION_VALUE);const l=Object.keys(t);let r=l.length;for(;r-- >0;){const i=l[r],n=a[i];if(n){const s=t[i],d=s===void 0||n(s,i,t);if(d!==!0)throw new $("option "+i+" must be "+d,$.ERR_BAD_OPTION_VALUE);continue}if(o!==!0)throw new $("Unknown option "+i,$.ERR_BAD_OPTION)}}const Lt={assertOptions:Xu,validators:At},we=Lt.validators;class Pt{constructor(a){this.defaults=a,this.interceptors={request:new cl,response:new cl}}async request(a,o){try{return await this._request(a,o)}catch(l){if(l instanceof Error){let r={};Error.captureStackTrace?Error.captureStackTrace(r):r=new Error;const i=r.stack?r.stack.replace(/^.+\n/,""):"";try{l.stack?i&&!String(l.stack).endsWith(i.replace(/^.+\n.+\n/,""))&&(l.stack+=`
|
|
11
|
-
`+i):l.stack=i}catch{}}throw l}}_request(a,o){typeof a=="string"?(o=o||{},o.url=a):o=a||{},o=Ie(this.defaults,o);const{transitional:l,paramsSerializer:r,headers:i}=o;l!==void 0&&Lt.assertOptions(l,{silentJSONParsing:we.transitional(we.boolean),forcedJSONParsing:we.transitional(we.boolean),clarifyTimeoutError:we.transitional(we.boolean)},!1),r!=null&&(E.isFunction(r)?o.paramsSerializer={serialize:r}:Lt.assertOptions(r,{encode:we.function,serialize:we.function},!0)),o.allowAbsoluteUrls!==void 0||(this.defaults.allowAbsoluteUrls!==void 0?o.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:o.allowAbsoluteUrls=!0),Lt.assertOptions(o,{baseUrl:we.spelling("baseURL"),withXsrfToken:we.spelling("withXSRFToken")},!0),o.method=(o.method||this.defaults.method||"get").toLowerCase();let n=i&&E.merge(i.common,i[o.method]);i&&E.forEach(["delete","get","head","post","put","patch","common"],f=>{delete i[f]}),o.headers=_e.concat(n,i);const s=[];let d=!0;this.interceptors.request.forEach(function(f){typeof f.runWhen=="function"&&f.runWhen(o)===!1||(d=d&&f.synchronous,s.unshift(f.fulfilled,f.rejected))});const c=[];this.interceptors.response.forEach(function(f){c.push(f.fulfilled,f.rejected)});let h,m=0,y;if(!d){const f=[xl.bind(this),void 0];for(f.unshift.apply(f,s),f.push.apply(f,c),y=f.length,h=Promise.resolve(o);m<y;)h=h.then(f[m++],f[m++]);return h}y=s.length;let u=o;for(m=0;m<y;){const f=s[m++],p=s[m++];try{u=f(u)}catch(g){p.call(this,g);break}}try{h=xl.call(this,u)}catch(f){return Promise.reject(f)}for(m=0,y=c.length;m<y;)h=h.then(c[m++],c[m++]);return h}getUri(a){a=Ie(this.defaults,a);const o=bl(a.baseURL,a.url,a.allowAbsoluteUrls);return dl(o,a.params,a.paramsSerializer)}}E.forEach(["delete","get","head","options"],function(t){Pt.prototype[t]=function(a,o){return this.request(Ie(o||{},{method:t,url:a,data:(o||{}).data}))}}),E.forEach(["post","put","patch"],function(t){function a(o){return function(l,r,i){return this.request(Ie(i||{},{method:t,headers:o?{"Content-Type":"multipart/form-data"}:{},url:l,data:r}))}}Pt.prototype[t]=a(),Pt.prototype[t+"Form"]=a(!0)});const Dt=Pt;class wa{constructor(a){if(typeof a!="function")throw new TypeError("executor must be a function.");let o;this.promise=new Promise(function(r){o=r});const l=this;this.promise.then(r=>{if(!l._listeners)return;let i=l._listeners.length;for(;i-- >0;)l._listeners[i](r);l._listeners=null}),this.promise.then=r=>{let i;const n=new Promise(s=>{l.subscribe(s),i=s}).then(r);return n.cancel=function(){l.unsubscribe(i)},n},a(function(r,i,n){l.reason||(l.reason=new Ge(r,i,n),o(l.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(a){if(this.reason){a(this.reason);return}this._listeners?this._listeners.push(a):this._listeners=[a]}unsubscribe(a){if(!this._listeners)return;const o=this._listeners.indexOf(a);o!==-1&&this._listeners.splice(o,1)}toAbortSignal(){const a=new AbortController,o=l=>{a.abort(l)};return this.subscribe(o),a.signal.unsubscribe=()=>this.unsubscribe(o),a.signal}static source(){let a;return{token:new wa(function(o){a=o}),cancel:a}}}const Qu=wa;function ef(t){return function(a){return t.apply(null,a)}}function tf(t){return E.isObject(t)&&t.isAxiosError===!0}const ka={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(ka).forEach(([t,a])=>{ka[a]=t});const af=ka;function Tl(t){const a=new Dt(t),o=Yo(Dt.prototype.request,a);return E.extend(o,Dt.prototype,a,{allOwnKeys:!0}),E.extend(o,a,null,{allOwnKeys:!0}),o.create=function(l){return Tl(Ie(t,l))},o}const ne=Tl(ga);ne.Axios=Dt,ne.CanceledError=Ge,ne.CancelToken=Qu,ne.isCancel=fl,ne.VERSION=Bl,ne.toFormData=Nt,ne.AxiosError=$,ne.Cancel=ne.CanceledError,ne.all=function(t){return Promise.all(t)},ne.spread=ef,ne.isAxiosError=tf,ne.mergeConfig=Ie,ne.AxiosHeaders=_e,ne.formToJSON=t=>pl(E.isHTMLForm(t)?new FormData(t):t),ne.getAdapter=Nl.getAdapter,ne.HttpStatusCode=af,ne.default=ne;const lt=ne,Va={isAgeByRange:!0,isAgeByYear:!1,minAge:14,maxAge:43,availableYears:Array.from({length:30},(t,a)=>1981+a).sort((t,a)=>a-t),nationalTeams:[{booleanIsSelected:!1,stringName:"Selección mexicana",setAvailablePlayersIds:{},numberId:392}],isEligibilitySelected:!1,eligibility:[{isSelected:!0,id:138,name:"Mexicana"}],nationalities:[{isSelected:!0,id:138,name:"Mexicana"},{isSelected:!0,id:10,name:"Argentina"},{isSelected:!0,id:29,name:"Brasileña"},{isSelected:!0,id:47,name:"Colombiana"},{isSelected:!0,id:62,name:"Ecuatoriana"},{isSelected:!0,id:223,name:"Uruguaya"},{isSelected:!0,id:198,name:"Española"},{isSelected:!0,id:74,name:"Francesa"},{isSelected:!0,id:43,name:"Chilena"},{isSelected:!0,id:222,name:"Americana"},{isSelected:!0,id:165,name:"Paraguaya"},{isSelected:!0,id:226,name:"Venezolana"},{isSelected:!0,id:52,name:"Marfileña"},{isSelected:!0,id:166,name:"Peruana"}],positions:[{isSelected:!0,id:1,name:"Portero"},{isSelected:!0,id:2,name:"Defensa Central"},{isSelected:!0,id:3,name:"Lateral por izquierda"},{isSelected:!0,id:4,name:"Lateral por derecha"},{isSelected:!0,id:5,name:"Volante por izquierda"},{isSelected:!0,id:6,name:"Volante por derecha"},{isSelected:!0,id:7,name:"Volante defensivo"},{isSelected:!0,id:8,name:"Volante ofensivo"},{isSelected:!0,id:9,name:"Delantero"}]},of={3:"Albanesa",4:"Argelina",6:"Andorrano",7:"Angoleña",8:"Anguillan",9:"Antiguan",10:"Argentina",11:"Armenia",12:"Arubeño",13:"Austríaca",14:"Austríaca",15:"Azerbaiyano",16:"Bahamas",17:"Bareini",18:"Bangladesí",19:"Barbadense",20:"Bielorrusa",21:"Belga",22:"Beliceña",23:"Beninesa",24:"Bermudeña",25:"Butanés",26:"Boliviana",27:"Bosnia",28:"Botsuano",29:"Brasileña",30:"Islas Vírgenes Británicas",31:"Bruneano",32:"Búlgara",33:"Burundés",34:"Burmesa",35:"Burundés",36:"Camboyana",37:"Camerunés",38:"Canadiense",39:"Caboverdiano",40:"Caimanés",41:"Centroafricana",42:"Chadiano",43:"Chilena",44:"China",45:"Isla de Navidad",46:"Cocos Island",47:"Colombiana",48:"Comorense",49:"Congoleña",50:"Cookiano",51:"Costarricense",52:"Marfileña",53:"Croata",54:"Cubana",55:"Chipriota",56:"Checa",57:"Danesa",58:"Djibouti",60:"Dominicana",61:"Timorense",62:"Ecuatoriana",63:"Egipcia",64:"Salvadoreña",65:"Inglesa",66:"Ecuatoguineano",67:"Eritreo",68:"Estoniana",69:"Etíope",70:"Islas Malvinas",71:"Feroés",72:"Fiyiano",73:"Finlandesa",74:"Francesa",75:"Guayana Francesa",76:"Francopolinecio",77:"Gabonesa",78:"Gambiana",79:"Georgiano",80:"Alemana",81:"Ghanesa",82:"Gibraltareño",221:"Británico",84:"Griega",85:"Groenlandés",86:"Granadino",87:"Guadeloupeño",89:"Guatemalteca",90:"Guineana",91:"Guyanés",92:"Haitiana",93:"Hondureña",94:"Hongkongese",95:"Húngaro",96:"Islandesa",97:"Indio",98:"Indonesia",99:"Iraní",100:"Iraquí",101:"Irlandesa",102:"Manés",103:"Israelí",104:"Italiana",105:"Jamaiquina",106:"Japonesa",107:"Jordana",108:"Kazaja",109:"Keniana",110:"Kiribatiano",111:"Coreana",112:"Surcoreana",113:"Kosovan",114:"Kuwaití",115:"Kirguisa",116:"Laosiano",117:"Letona",118:"Libanesa",119:"Basotho",120:"Liberiana",121:"Libia",122:"Liechtenstein",123:"Lituano",124:"Luxemburguesa",125:"Macaneso",126:"Macedonia",127:"Malgache",128:"Malaya",129:"Malaya",130:"Maldivo",131:"Mali",132:"Maltesa",133:"Marshallese",134:"Martiniqueña",135:"Mauritania",136:"Mauriciano",137:"Mahoran",138:"Mexicana",139:"Micronesio",140:"Moldava",141:"Monacan",142:"Mongol",143:"Montenegrina",144:"Montserratiano",145:"Marroqui",146:"Mozambiqueña",147:"Namibio",148:"Nauruan",149:"Nepalí",150:"Holandesa",151:"Neocaledonio",152:"Neozelandesa",153:"Nicaragüense",154:"Niueño",155:"Nigerina",156:"Nigeriana",157:"Noruega",158:"Normariano",159:"Omaní",160:"Palestina",161:"Palestina",162:"Palauan",163:"Panameña",164:"Papú",165:"Paraguaya",166:"Peruana",167:"Filipina",168:"Pitcairnés",169:"Polaca",170:"Portuguesa",171:"Puertorriqueña",172:"Catari",173:"Reunionés",174:"Rumana",175:"Rusa",176:"Ruandés",177:"Santa Elena",178:"Sancristobaleña",179:"Santa Lucía",180:"Miquelonnais",181:"Sanvicentina",182:"Samoano",183:"Sanmariense",184:"Santotomense",185:"Saudí",186:"Escocesa",187:"Senegalense",188:"Serbia",189:"Seychellense",190:"Sierraleonesa",191:"Singapurense",192:"Eslovena",193:"Eslovena",194:"Salomonense",195:"Somalí",196:"Sudafricana",197:"Surosetio",198:"Española",199:"Esrilanques",200:"Sudanés",201:"Surinamés",202:"Swazi",203:"Sueca",204:"Suiza",205:"Sirio",206:"Taiwanesa",207:"Tayiko",208:"Tanzano",209:"Tailandesa",210:"Togo",211:"Tongano",212:"Trinitaria",213:"Tunecina",214:"Turca",215:"Turkmena",216:"none",217:"Tuvaluano",218:"Ugandesa",219:"Ucraniana",220:"Emiratí",222:"Americana",223:"Uruguaya",224:"Uzbeka",225:"Vanuatuense",226:"Venezolana",227:"Vietnamita",228:"Islas Vírgenes",229:"Galesa",230:"Walisiano",231:"Saharaui",232:"Yemení",233:"Zambiana",234:"Zimbabuense",236:"Curazaleña",237:"San Martín",239:"Debutante"},lf={1:"Portero",2:"Defensa Central",3:"Lateral por izquierda",4:"Lateral por derecha",5:"Volante por izquierda",6:"Volante por derecha",7:"Volante defensivo",8:"Volante ofensivo",9:"Delantero",10:"Desconocida"};function It(t){"@babel/helpers - typeof";return It=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(a){return typeof a}:function(a){return a&&typeof Symbol=="function"&&a.constructor===Symbol&&a!==Symbol.prototype?"symbol":typeof a},It(t)}function Ne(t){if(t===null||t===!0||t===!1)return NaN;var a=Number(t);return isNaN(a)?a:a<0?Math.ceil(a):Math.floor(a)}function ie(t,a){if(a.length<t)throw new TypeError(t+" argument"+(t>1?"s":"")+" required, but only "+a.length+" present")}function ae(t){ie(1,arguments);var a=Object.prototype.toString.call(t);return t instanceof Date||It(t)==="object"&&a==="[object Date]"?new Date(t.getTime()):typeof t=="number"||a==="[object Number]"?new Date(t):((typeof t=="string"||a==="[object String]")&&typeof console<"u"&&(console.warn("Starting with v2.0.0-beta.1 date-fns doesn't accept strings as date arguments. Please use `parseISO` to parse strings. See: https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#string-arguments"),console.warn(new Error().stack)),new Date(NaN))}function rf(t,a){ie(2,arguments);var o=ae(t),l=Ne(a);return isNaN(l)?new Date(NaN):(l&&o.setDate(o.getDate()+l),o)}function nf(t,a){ie(2,arguments);var o=ae(t),l=Ne(a);if(isNaN(l))return new Date(NaN);if(!l)return o;var r=o.getDate(),i=new Date(o.getTime());i.setMonth(o.getMonth()+l+1,0);var n=i.getDate();return r>=n?i:(o.setFullYear(i.getFullYear(),i.getMonth(),r),o)}function it(t,a){if(ie(2,arguments),!a||It(a)!=="object")return new Date(NaN);var o=a.years?Ne(a.years):0,l=a.months?Ne(a.months):0,r=a.weeks?Ne(a.weeks):0,i=a.days?Ne(a.days):0,n=a.hours?Ne(a.hours):0,s=a.minutes?Ne(a.minutes):0,d=a.seconds?Ne(a.seconds):0,c=ae(t),h=l||o?nf(c,l+o*12):c,m=i||r?rf(h,i+r*7):h,y=s+n*60,u=d+y*60,f=u*1e3,p=new Date(m.getTime()+f);return p}function Ml(t){var a=new Date(Date.UTC(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()));return a.setUTCFullYear(t.getFullYear()),t.getTime()-a.getTime()}function Al(t){ie(1,arguments);var a=ae(t);return a.setHours(0,0,0,0),a}var sf=864e5;function df(t,a){ie(2,arguments);var o=Al(t),l=Al(a),r=o.getTime()-Ml(o),i=l.getTime()-Ml(l);return Math.round((r-i)/sf)}function qe(t,a){ie(2,arguments);var o=ae(t),l=ae(a),r=o.getTime()-l.getTime();return r<0?-1:r>0?1:r}var cf=6e4,mf=36e5;function pf(t,a){ie(2,arguments);var o=ae(t),l=ae(a),r=o.getFullYear()-l.getFullYear(),i=o.getMonth()-l.getMonth();return r*12+i}function uf(t,a){ie(2,arguments);var o=ae(t),l=ae(a);return o.getFullYear()-l.getFullYear()}function Ll(t,a){var o=t.getFullYear()-a.getFullYear()||t.getMonth()-a.getMonth()||t.getDate()-a.getDate()||t.getHours()-a.getHours()||t.getMinutes()-a.getMinutes()||t.getSeconds()-a.getSeconds()||t.getMilliseconds()-a.getMilliseconds();return o<0?-1:o>0?1:o}function ff(t,a){ie(2,arguments);var o=ae(t),l=ae(a),r=Ll(o,l),i=Math.abs(df(o,l));o.setDate(o.getDate()-r*i);var n=+(Ll(o,l)===-r),s=r*(i-n);return s===0?0:s}function Na(t,a){return ie(2,arguments),ae(t).getTime()-ae(a).getTime()}var hf={ceil:Math.ceil,round:Math.round,floor:Math.floor,trunc:function(t){return t<0?Math.ceil(t):Math.floor(t)}},yf="trunc";function xa(t){return hf[yf]}function gf(t,a,o){ie(2,arguments);var l=Na(t,a)/mf;return xa()(l)}function bf(t,a,o){ie(2,arguments);var l=Na(t,a)/cf;return xa()(l)}function Sf(t){ie(1,arguments);var a=ae(t);return a.setHours(23,59,59,999),a}function _f(t){ie(1,arguments);var a=ae(t),o=a.getMonth();return a.setFullYear(a.getFullYear(),o+1,0),a.setHours(23,59,59,999),a}function Cf(t){ie(1,arguments);var a=ae(t);return Sf(a).getTime()===_f(a).getTime()}function Ef(t,a){ie(2,arguments);var o=ae(t),l=ae(a),r=qe(o,l),i=Math.abs(pf(o,l)),n;if(i<1)n=0;else{o.getMonth()===1&&o.getDate()>27&&o.setDate(30),o.setMonth(o.getMonth()-r*i);var s=qe(o,l)===-r;Cf(ae(t))&&i===1&&qe(t,l)===1&&(s=!1),n=r*(i-Number(s))}return n===0?0:n}function wf(t,a,o){ie(2,arguments);var l=Na(t,a)/1e3;return xa()(l)}function kf(t,a){ie(2,arguments);var o=ae(t),l=ae(a),r=qe(o,l),i=Math.abs(uf(o,l));o.setFullYear(1584),l.setFullYear(1584);var n=qe(o,l)===-r,s=r*(i-Number(n));return s===0?0:s}function Vf(t){return ie(1,arguments),ae(t).getFullYear()}function Nf(t){ie(1,arguments);var a=ae(t.start),o=ae(t.end);if(isNaN(a.getTime()))throw new RangeError("Start Date is invalid");if(isNaN(o.getTime()))throw new RangeError("End Date is invalid");var l={};l.years=Math.abs(kf(o,a));var r=qe(o,a),i=it(a,{years:r*l.years});l.months=Math.abs(Ef(o,i));var n=it(i,{months:r*l.months});l.days=Math.abs(ff(o,n));var s=it(n,{days:r*l.days});l.hours=Math.abs(gf(o,s));var d=it(s,{hours:r*l.hours});l.minutes=Math.abs(bf(o,d));var c=it(d,{minutes:r*l.minutes});return l.seconds=Math.abs(wf(o,c)),l}const xf=new Set([1]),Bf={__name:"SwitchCustom",props:{modelValue:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(t,{emit:a}){const o=t,l=e.ref(null);e.watch(()=>o.modelValue,()=>{r()},{immediate:!0});function r(){l.value&&(l.value.checked=o.modelValue)}function i(n){a("update:modelValue",n.target.checked)}return e.onMounted(()=>{r()}),(n,s)=>(e.openBlock(),e.createElementBlock("input",{ref_key:"switchCustom",ref:l,id:"toggle",class:"toggle",type:"checkbox",role:"switch",name:"toggle",onInput:i},null,544))}},rt=J(Bf,[["__scopeId","data-v-e3a6ae4e"]]),ve=t=>(e.pushScopeId("data-v-23130339"),t=t(),e.popScopeId(),t),Ff={class:"personal-data"},Tf={class:"personal-data__age"},Mf={class:"personal-data__age__toggle"},Af={class:"personal-data__age__range"},Lf={class:"personal-data__age__dropdown"},Pf=ve(()=>e.createElementVNode("div",{class:"label"},"Año",-1)),Df={class:"selected-item"},If=ve(()=>e.createElementVNode("div",{class:"separator"},null,-1)),vf={class:"personal-data__nationality-position"},Rf={key:0,class:"personal-data__nationality-position__switch"},Of=ve(()=>e.createElementVNode("div",{class:"label"},"Nacionalidad",-1)),zf=ve(()=>e.createElementVNode("div",{class:"label"},"Elegibilidad",-1)),Uf={class:"personal-data__nationality-position__nationality"},jf=ve(()=>e.createElementVNode("div",{class:"label"},"Nacionalidad",-1)),$f={class:"selected-item"},Hf=ve(()=>e.createElementVNode("div",{class:"label"},"Elegibilidad",-1)),Wf={class:"selected-item"},Gf={class:"personal-data__nationality-position__position"},qf=ve(()=>e.createElementVNode("div",{class:"label"},"Posición",-1)),Zf={class:"selected-item"},Yf="https://ts7thxzaik.execute-api.us-west-2.amazonaws.com/prod/players/seasons/",Jf={__name:"TemplatePersonalData",props:{filters:{type:Object,default:()=>null},isFemale:{type:Boolean,default:!1},season:{type:Object,default:()=>({})},isScouting:{type:Boolean,default:!1},isSeleccion:{type:Boolean,default:!1},token:{type:String,default:"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MCwibmFtZSI6IlVzdWFyaW8gRnJlZSIsInVzZXJuYW1lIjoiZnJlZUBnb2xzdGF0cy5jb20iLCJlbWFpbCI6ImZyZWVAZ29sc3RhdHMuY29tIiwiaWF0IjoxNjA2NzU4Nzk1LCJleHAiOjE2MzgyOTQ3OTV9.kPNmP7yDtk38cAXrUyc7OHRh6J25VFqy-XUNzbK-4YE"},fontFamily:{type:String,default:"'Poppins-Regular'"},awaitForFilters:{type:Boolean,default:!1}},emits:["update:filters"],setup(t,{expose:a,emit:o}){const l=t,r={id:0,name:"Todas las nacionalidades",isSelected:!1},i={id:0,name:"Todas las posiciones",isSelected:!1},n=e.ref({...Va}),s=e.ref(["Por edad","Por año"]),d=e.ref(0),c=e.ref({min:Va.minAge,max:Va.maxAge}),h=e.ref(et),m=e.ref(""),y=e.ref(""),u=e.ref(n.value.availableYears[n.value.availableYears.length-1]),f=e.ref(0),p=e.computed(()=>{const A=n.value.nationalities?[...n.value.nationalities]:[];l.isSeleccion&&A.forEach(D=>{D.isSelected=D.id===138});const I=A[0];return(!I||I.id!==0)&&A.unshift(r),A}),g=e.computed(()=>{let A=(l.filter&&l.filter.positions?l.filter.positions:n.value.positions)?[...n.value.positions]:[];const I=A[0];return(!I||I.id!==0)&&A.unshift(i),A.sort((D,Y)=>D.id-Y.id),A}),b=e.computed(()=>l.season&&l.season.tournamentId&&xf.has(l.season.tournamentId)||l.filters&&l.filters.isEligibilitySwitchVisible);e.watch(p,A=>{const I=A.reduce((D,Y,ee)=>(ee!==0&&Y.isSelected&&D++,D),0);I===p.value.length-1&&(A[0].isSelected=!0),A[0]&&A[0].isSelected?m.value="Todas las nacionalidades":m.value=`${I} seleccionadas`,K()},{immediate:!0,deep:!0}),e.watch(g,A=>{const I=A.reduce((D,Y,ee)=>(ee!==0&&Y.isSelected&&D++,D),0);I===g.value.length-1&&(A[0].isSelected=!0),A[0]&&A[0].isSelected?y.value="Todas las posiciones":y.value=`${I} seleccionadas`,K()},{immediate:!0,deep:!0}),e.watch(()=>l.filters,A=>{if(A&&A.availableYears){const I=!Number.isNaN(Number(A.selectedYear));n.value=A,d.value=n.value.selectedYear&&I?1:0,u.value=I?n.value.selectedYear:n.value.availableYears[0],c.value.min=n.value.minAge,c.value.max=n.value.maxAge,i.isSelected=A.positions.every(D=>D.isSelected),K()}},{immediate:!0,deep:!0}),e.watch(()=>n.value.isEligibilitySelected,()=>{K()}),e.watch(()=>l.season,A=>{A&&A.id!==f.value&&!l.awaitForFilters&&(f.value=A.id,B(A))},{immediate:!0,deep:!1});async function B(A){try{if(A&&A.id){const I=new Set,D=await W(A.id),Y=new Date,ee=[],me=new Map,T=new Map;D.forEach(_=>{const k=new Date(_.dob),P=Vf(k),V=Nf({start:k,end:Y});me.has(_.nationality_id)||me.set(_.nationality_id,{id:_.nationality_id,isSelected:!0,name:of[`${_.nationality_id}`]}),T.has(_.position_id)||T.set(_.position_id,{id:_.position_id,isSelected:!0,name:lf[`${_.position_id}`]}),I.add(P),ee.push(V.years)}),n.value.minAge=Math.min(...ee),n.value.maxAge=Math.max(...ee),n.value.availableYears=[...I].sort((_,k)=>k-_),u.value=n.value.availableYears[0],n.value.nationalities=[...me.values()],n.value.positions=[...T.values()],c.value.min=n.value.minAge,c.value.max=n.value.maxAge}}catch(I){throw new Error(I)}}function R(A=null){const I=!A||A===se.All;(I||A===se.NATIONALITY)&&p.value.forEach(D=>{D.isSelected=!0}),(I||A===se.ELIGIBILITY)&&(n.value.isEligibilitySelected=!1),(I||A===se.POSITION)&&g.value.forEach(D=>{D.isSelected=!0}),(I||A===se.AGE_RANGE)&&(c.value.min=n.value.minAge,c.value.max=n.value.maxAge,d.value=0),(I||A===se.YEAR)&&(u.value=l.isScouting?n.value.availableYears[n.value.availableYears.length-1]:n.value.availableYears[0],d.value=0),K()}async function W(A){try{const I={Authorization:localStorage.getItem("user_token")||l.token},D={}.API_PLAYERS_BY_SEASONS?{}.API_PLAYERS_BY_SEASONS:Yf,Y=await lt.get(D+A,{headers:I});return Y.data?Y.data.players:[]}catch(I){return Promise.reject(I)}}function z(A){d.value=A.index,l.filters&&l.filters.availableYears&&A.index===0&&(l.filters.selectedYear="Sin límite")}function U(A){c.value.min=A.minValue,c.value.max=A.maxValue,K()}function G(A,I){I.id===0?p.value.forEach(D=>{D.isSelected=A}):(I.isSelected=A,p.value[0].isSelected=p.value.every((D,Y)=>Y===0?!0:D.isSelected))}function K(){const A=d.value===0,I={};A?(I.ageByRange=c.value,I.ageLimits={min:n.value.minAge,max:n.value.maxAge}):I.year=u.value,n.value.isEligibilitySelected?I.eligibility=[...n.value.eligibility]:I.nationalities=p.value.reduce((D,Y,ee)=>(ee!==0&&D.push({...Y}),D),[]),I.positions=g.value.reduce((D,Y,ee)=>(ee!==0&&D.push({...Y}),D),[]),o("update:filters",I)}function oe(A,I){I.id===0?g.value.forEach(D=>{D.isSelected=A}):(I.isSelected=A,g.value[0].isSelected=g.value.every((D,Y)=>Y===0?!0:D.isSelected))}function v(A){u.value=A,l.filters&&(l.filters.selectedYear=A),K()}return a({onClearFilters:R}),(A,I)=>(e.openBlock(),e.createElementBlock("div",Ff,[e.createElementVNode("div",Tf,[e.createElementVNode("div",Mf,[e.createVNode(kp,{"selected-button-index":d.value,buttons:s.value,width:"220px",onChange:z},null,8,["selected-button-index","buttons"])]),e.withDirectives(e.createElementVNode("div",Af,[e.createVNode(e.unref(Uo),{"border-width":"0","background-color":"#0D1D29",height:"30px","font-size-value":"14px","font-size":"12px","border-width-indicador":"2px","line-in-range-color":"white","background-indicador":"#CBEE6B","min-limit":n.value.minAge,"max-limit":n.value.maxAge,"min-value":c.value.min,"max-value":c.value.max,onInput:U},null,8,["min-limit","max-limit","min-value","max-value"])],512),[[e.vShow,d.value===0]]),e.withDirectives(e.createElementVNode("div",Lf,[Pf,e.createVNode(e.unref(Be),e.mergeProps({"model-value":u.value},h.value,{items:n.value.availableYears,onInput:v}),{default:e.withCtx(({selectedItem:D})=>[e.createElementVNode("div",Df,e.toDisplayString(D),1)]),availableItem:e.withCtx(({item:D})=>[e.createElementVNode("div",null,e.toDisplayString(D),1)]),_:1},16,["model-value","items"])],512),[[e.vShow,d.value===1]])]),If,e.createElementVNode("div",vf,[b.value?(e.openBlock(),e.createElementBlock("div",Rf,[Of,e.createVNode(rt,{modelValue:n.value.isEligibilitySelected,"onUpdate:modelValue":I[0]||(I[0]=D=>n.value.isEligibilitySelected=D)},null,8,["modelValue"]),zf])):e.createCommentVNode("",!0),e.createElementVNode("div",Uf,[n.value.isEligibilitySelected?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[Hf,e.createVNode(e.unref(Be),e.mergeProps(h.value,{"is-multiple-option":"",items:n.value.eligibility,"is-disabled":""}),{default:e.withCtx(({selectedItem:D})=>[e.createElementVNode("div",Wf,e.toDisplayString(D.name),1)]),availableItem:e.withCtx(({item:D})=>[e.createElementVNode("div",null,[e.createVNode(e.unref(q),{"model-value":D.isSelected,label:D.name,fontFamily:t.fontFamily,width:"100%","avoid-interaction":""},null,8,["model-value","label","fontFamily"])])]),_:1},16,["items"])],64)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[jf,e.createVNode(e.unref(Be),e.mergeProps(h.value,{"is-multiple-option":"",items:p.value}),{default:e.withCtx(()=>[e.createElementVNode("div",$f,e.toDisplayString(m.value),1)]),availableItem:e.withCtx(({item:D})=>[e.createElementVNode("div",null,[e.createVNode(e.unref(q),{"model-value":D.isSelected,label:D.name,fontFamily:t.fontFamily,width:"100%","onUpdate:modelValue":Y=>G(Y,D)},null,8,["model-value","label","fontFamily","onUpdate:modelValue"])])]),_:1},16,["items"])],64))]),e.createElementVNode("div",Gf,[qf,e.createVNode(e.unref(Be),e.mergeProps(h.value,{"is-multiple-option":"",items:g.value}),{default:e.withCtx(()=>[e.createElementVNode("div",Zf,[t.isFemale?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createTextVNode(e.toDisplayString(y.value.replace("Portero","Portera").replace("Delantero","Delantera").replace("Volante defensivo","Volante defensiva").replace("Volante ofensivo","Volante ofensiva")),1)],64)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(y.value),1)],64))])]),availableItem:e.withCtx(({item:D})=>[e.createElementVNode("div",null,[e.createVNode(e.unref(q),{"model-value":D.isSelected,label:t.isFemale?D.name.replace("Portero","Portera").replace("Delantero","Delantera").replace("Volante defensivo","Volante defensiva").replace("Volante ofensivo","Volante ofensiva"):D.name,fontFamily:t.fontFamily,width:"100%","onUpdate:modelValue":Y=>oe(Y,D)},null,8,["model-value","label","fontFamily","onUpdate:modelValue"])])]),_:1},16,["items"])])])]))}},Kf=J(Jf,[["__scopeId","data-v-23130339"]]),Xf={class:"plays"},Qf={class:"plays__body__offensive"},eh={class:"plays__body__title"},th={class:"number-of-categories"},ah={class:"plays__body__categories"},oh={class:"plays__body__defensive-possession-offenses"},lh={class:"plays__body__title"},ih={class:"number-of-categories"},rh={class:"plays__body__categories"},nh={class:"plays__body__title"},sh={class:"number-of-categories"},dh={class:"plays__body__categories"},ch={class:"plays__body__title"},mh={class:"number-of-categories"},ph={class:"plays__body__categories"},uh={__name:"TemplatePlays",props:{componentWidth:{type:Number,default:0},playsCategories:{type:Object,required:!0},isExpansionMode:{type:Boolean,default:!0},fontFamily:{type:String,default:"'Poppins-Regular'"}},setup(t){const a=t,o=e.ref(!1),l=e.ref(!1),r=e.ref(!1),i=e.ref(!1),n=e.computed(()=>({"--template-columns":a.isExpansionMode?"1fr":"1fr 1fr"})),s=e.computed(()=>a.playsCategories.offensive.categories.reduce((u,f)=>(f.isSelected&&u++,u),0)),d=e.computed(()=>a.playsCategories.defensive.categories.reduce((u,f)=>(f.isSelected&&u++,u),0)),c=e.computed(()=>a.playsCategories.possession.categories.reduce((u,f)=>(f.isSelected&&u++,u),0)),h=e.computed(()=>a.playsCategories.offenses.categories.reduce((u,f)=>(f.isSelected&&u++,u),0));function m(u,f){f.isSelected=u}function y(u){u==="offensive"?o.value=!o.value:u==="defensive"?l.value=!l.value:u==="possession"?r.value=!r.value:u==="offenses"&&(i.value=!i.value)}return(u,f)=>(e.openBlock(),e.createElementBlock("div",Xf,[e.createElementVNode("div",{class:"plays__body",style:e.normalizeStyle(n.value)},[e.createElementVNode("div",Qf,[e.createElementVNode("div",eh,[e.createElementVNode("div",{class:"plays__body__title__info",onClick:f[0]||(f[0]=p=>y("offensive"))},[e.createElementVNode("span",null,e.toDisplayString(t.playsCategories.offensive.title),1),e.createElementVNode("span",th,"("+e.toDisplayString(s.value)+")",1)]),e.createElementVNode("div",{class:"plays__body__title__expand-button",onClick:f[1]||(f[1]=p=>y("offensive"))},[e.withDirectives(e.createVNode(Pe,{"is-expanded":o.value},null,8,["is-expanded"]),[[e.vShow,t.isExpansionMode]])])]),e.withDirectives(e.createElementVNode("div",ah,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.playsCategories.offensive.categories,p=>(e.openBlock(),e.createElementBlock("div",{key:p.id,class:"plays__checkbox"},[e.createVNode(e.unref(q),{label:p.name,fontFamily:t.fontFamily,labelFontSize:"13px","model-value":p.isSelected,"box-value":p.priority||0,"onUpdate:modelValue":g=>m(g,p)},null,8,["label","fontFamily","model-value","box-value","onUpdate:modelValue"])]))),128))],512),[[e.vShow,!t.isExpansionMode||o.value]])]),e.createElementVNode("div",oh,[e.createElementVNode("div",lh,[e.createElementVNode("div",{class:"plays__body__title__info",onClick:f[2]||(f[2]=p=>y("defensive"))},[e.createElementVNode("span",null,e.toDisplayString(t.playsCategories.defensive.title),1),e.createElementVNode("span",ih,"("+e.toDisplayString(d.value)+")",1)]),e.createElementVNode("div",{class:"plays__body__title__expand-button",onClick:f[3]||(f[3]=p=>y("defensive"))},[e.withDirectives(e.createVNode(Pe,{"is-expanded":l.value},null,8,["is-expanded"]),[[e.vShow,t.isExpansionMode]])])]),e.withDirectives(e.createElementVNode("div",rh,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.playsCategories.defensive.categories,p=>(e.openBlock(),e.createElementBlock("div",{key:p.id,class:"plays__checkbox"},[e.createVNode(e.unref(q),{label:p.name,fontFamily:t.fontFamily,labelFontSize:"13px","model-value":p.isSelected,"box-value":p.priority||0,"onUpdate:modelValue":g=>m(g,p)},null,8,["label","fontFamily","model-value","box-value","onUpdate:modelValue"])]))),128))],512),[[e.vShow,!t.isExpansionMode||l.value]]),e.createElementVNode("div",nh,[e.createElementVNode("div",{class:"plays__body__title__info",onClick:f[4]||(f[4]=p=>y("possession"))},[e.createElementVNode("span",null,e.toDisplayString(t.playsCategories.possession.title),1),e.createElementVNode("span",sh,"("+e.toDisplayString(c.value)+")",1)]),e.createElementVNode("div",{class:"plays__body__title__expand-button",onClick:f[5]||(f[5]=p=>y("possession"))},[e.withDirectives(e.createVNode(Pe,{"is-expanded":r.value},null,8,["is-expanded"]),[[e.vShow,t.isExpansionMode]])])]),e.withDirectives(e.createElementVNode("div",dh,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.playsCategories.possession.categories,p=>(e.openBlock(),e.createElementBlock("div",{key:p.id,class:"plays__checkbox"},[e.createVNode(e.unref(q),{label:p.name,fontFamily:t.fontFamily,labelFontSize:"13px","model-value":p.isSelected,"box-value":p.priority||0,"onUpdate:modelValue":g=>m(g,p)},null,8,["label","fontFamily","model-value","box-value","onUpdate:modelValue"])]))),128))],512),[[e.vShow,!t.isExpansionMode||r.value]]),e.createElementVNode("div",ch,[e.createElementVNode("div",{class:"plays__body__title__info",onClick:f[6]||(f[6]=p=>y("offenses"))},[e.createElementVNode("span",null,e.toDisplayString(t.playsCategories.offenses.title),1),e.createElementVNode("span",mh,"("+e.toDisplayString(h.value)+")",1)]),e.createElementVNode("div",{class:"plays__body__title__expand-button",onClick:f[7]||(f[7]=p=>y("offenses"))},[e.withDirectives(e.createVNode(Pe,{"is-expanded":i.value},null,8,["is-expanded"]),[[e.vShow,t.isExpansionMode]])])]),e.withDirectives(e.createElementVNode("div",ph,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.playsCategories.offenses.categories,p=>(e.openBlock(),e.createElementBlock("div",{key:p.id,class:"plays__checkbox"},[e.createVNode(e.unref(q),{label:p.name,fontFamily:t.fontFamily,labelFontSize:"13px","model-value":p.isSelected,"box-value":p.priority||0,"onUpdate:modelValue":g=>m(g,p)},null,8,["label","fontFamily","model-value","box-value","onUpdate:modelValue"])]))),128))],512),[[e.vShow,!t.isExpansionMode||i.value]])])],4)]))}},fh=J(uh,[["__scopeId","data-v-364e6cae"]]),hh={class:"template-results"},yh={__name:"TemplateResults",props:{resultsFilters:{type:Object,default:()=>({results:[]})}},emits:["update:resultsFilters"],setup(t,{emit:a}){const o=t,l=e.computed(()=>o.resultsFilters.results.filter(r=>r.isSelected).length);return e.watch(()=>o.resultsFilters,r=>{a("update:resultsFilters",r)},{deep:!0,immediate:!0}),(r,i)=>(e.openBlock(),e.createElementBlock("div",hh,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.resultsFilters.results,(n,s)=>(e.openBlock(),e.createElementBlock("div",{key:s,class:"template-results__result"},[e.createVNode(e.unref(q),{modelValue:n.isSelected,"onUpdate:modelValue":d=>n.isSelected=d,label:n.name,"avoid-interaction":l.value===1&&n.isSelected},null,8,["modelValue","onUpdate:modelValue","label","avoid-interaction"])]))),128))]))}},gh=J(yh,[["__scopeId","data-v-453e89c2"]]),bh={__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:""},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(t,{emit:a}){const o=t,l=e.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 r(){a("click")}return(i,n)=>(e.openBlock(),e.createElementBlock("button",{class:e.normalizeClass(["button",{active:t.isActive}]),style:e.normalizeStyle(l.value),onClick:r},e.toDisplayString(t.text),7))}},nt=J(bh,[["__scopeId","data-v-9688933e"]]),Sh={PO1:"CFI",PO2:"CFV",PO3:"SFI",PO4:"SFV",PO5:"FI",PO6:"FV"},Pl={DF:"Dieciseisavos",OF:"Octavos",CF:"Cuartos",SF:"Semifinales","3ER":"Tercer lugar",FINAL:"Final"},_h={4:"Octavos",5:"Cuartos",6:"Semifinales",7:"Final"},Ch={4:"OF",5:"Cf",6:"S",7:"F"};function Ba(t=""){return t?localStorage.getItem(t):localStorage.getItem("user_token")||localStorage.getItem("token")}const Eh={class:"dropdown"},wh={class:"selected-item"},kh={__name:"DropdownTextOnly",props:{items:{type:Array,default:()=>[]},itemTextKey:{type:String,default:""},isListSameWidth:{type:Boolean,default:!0}},emits:["input"],setup(t,{emit:a}){function o(l){a("input",l)}return(l,r)=>(e.openBlock(),e.createElementBlock("div",Eh,[e.createVNode(e.unref(Be),e.mergeProps(e.unref(et),{"is-list-same-width":t.isListSameWidth,items:t.items,onInput:o}),{default:e.withCtx(({selectedItem:i})=>[e.createElementVNode("div",wh,e.toDisplayString(t.itemTextKey?i[t.itemTextKey]:i),1)]),availableItem:e.withCtx(({item:i})=>[e.createElementVNode("div",null,e.toDisplayString(t.itemTextKey?i[t.itemTextKey]:i),1)]),_:1},16,["is-list-same-width","items"])]))}},he=J(kh,[["__scopeId","data-v-064d5f86"]]),Vh={class:"dropdown"},Nh={class:"game-item"},xh={key:0,class:"item-game"},Bh={class:"match-day"},Fh={class:"team-logo"},Th=["src"],Mh={class:"text"},Ah={class:"text score"},Lh={class:"text"},Ph={class:"team-logo"},Dh=["src"],Ih={class:"item-game"},vh={class:"team-logo"},Rh=["src"],Oh={class:"text"},zh={class:"text score"},Uh={class:"text"},jh={class:"team-logo"},$h=["src"],Hh={__name:"DropdownGame",props:{items:{type:Array,default:()=>[]}},emits:["input"],setup(t,{emit:a}){function o(l){a("input",l)}return(l,r)=>(e.openBlock(),e.createElementBlock("div",Vh,[e.createVNode(e.unref(Be),e.mergeProps(e.unref(et),{items:t.items,onInput:o}),{default:e.withCtx(({selectedItem:i})=>[e.createElementVNode("div",Nh,[i.homeTeam?(e.openBlock(),e.createElementBlock("div",xh,[e.createElementVNode("div",Bh,e.toDisplayString(i.roundAbbreviation),1),e.createElementVNode("div",Fh,[e.createElementVNode("img",{src:i.homeTeam.logo,alt:""},null,8,Th)]),e.createElementVNode("div",Mh,e.toDisplayString(i.homeTeam.acronym),1),e.createElementVNode("div",Ah,e.toDisplayString(i.score[0])+" - "+e.toDisplayString(i.score[1]),1),e.createElementVNode("div",Lh,e.toDisplayString(i.awayTeam.acronym),1),e.createElementVNode("div",Ph,[e.createElementVNode("img",{src:i.awayTeam.logo,alt:""},null,8,Dh)])])):e.createCommentVNode("",!0)])]),availableItem:e.withCtx(({item:i})=>[e.createElementVNode("div",Ih,[e.createElementVNode("div",null,e.toDisplayString(i.roundAbbreviation),1),e.createElementVNode("div",vh,[e.createElementVNode("img",{src:i.homeTeam.logo,alt:""},null,8,Rh)]),e.createElementVNode("div",Oh,e.toDisplayString(i.homeTeam.acronym),1),e.createElementVNode("div",zh,e.toDisplayString(i.score[0])+" - "+e.toDisplayString(i.score[1]),1),e.createElementVNode("div",Uh,e.toDisplayString(i.awayTeam.acronym),1),e.createElementVNode("div",jh,[e.createElementVNode("img",{src:i.awayTeam.logo,alt:""},null,8,$h)])])]),_:1},16,["items"])]))}},vt=J(Hh,[["__scopeId","data-v-7883a91e"]]),Rt=t=>(e.pushScopeId("data-v-b63e9c84"),t=t(),e.popScopeId(),t),Wh={class:"container"},Gh={class:"container__row"},qh={class:"container__row__wrapper"},Zh=Rt(()=>e.createElementVNode("div",{class:"container__row__wrapper__label"},"1. Elige la liga",-1)),Yh={class:"container__row__wrapper__input"},Jh={class:"container__row two-items"},Kh={class:"container__row__wrapper"},Xh=Rt(()=>e.createElementVNode("div",{class:"container__row__wrapper__label"},"2. Elige el torneo",-1)),Qh={key:0,class:"container__row__wrapper__input"},e0={class:"container__row__wrapper"},t0=Rt(()=>e.createElementVNode("div",{class:"container__row__wrapper__label"},"3. Elige la jornada",-1)),a0={key:0,class:"container__row__wrapper__input"},o0={class:"container__row"},l0={class:"container__row__wrapper"},i0=Rt(()=>e.createElementVNode("div",{class:"container__row__wrapper__label"},"4. Elige el partido",-1)),r0={key:0,class:"container__row__wrapper__input"},n0={class:"container__action"},s0={__name:"VideosGoals",props:{tournaments:{type:Array,required:!0}},emits:["update:tournament","update:season"],setup(t,{emit:a}){const o={text:"Buscar",width:"100%",padding:"12px 0",borderRadius:"34px",backgroundColor:"#CBEE6B",borderColor:"#CBEE6B",fontColor:"#132634"},l=e.ref(null),r=e.ref(null),i=e.ref(null),n=e.ref(null);function s(m){l.value=m,a("update:tournament",m)}function d(m){r.value=m,a("update:season",m)}function c(m){i.value=m}function h(m){n.value=m}return(m,y)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",Wh,[e.createElementVNode("div",Gh,[e.createElementVNode("div",qh,[Zh,e.createElementVNode("div",Yh,[e.createVNode(he,{items:t.tournaments,itemTextKey:"name",onInput:s},null,8,["items"])])])]),e.createElementVNode("div",Jh,[e.createElementVNode("div",Kh,[Xh,l.value&&l.value.seasons?(e.openBlock(),e.createElementBlock("div",Qh,[e.createVNode(he,{items:l.value.seasons,itemTextKey:"name",onInput:d},null,8,["items"])])):e.createCommentVNode("",!0)]),e.createElementVNode("div",e0,[t0,r.value&&r.value.arrayMatchDays?(e.openBlock(),e.createElementBlock("div",a0,[e.createVNode(he,{items:r.value.arrayMatchDays,itemTextKey:"stringMatchDayAbbreviation",onInput:c},null,8,["items"])])):e.createCommentVNode("",!0)])]),e.createElementVNode("div",o0,[e.createElementVNode("div",l0,[i0,i.value&&i.value.arrayGames?(e.openBlock(),e.createElementBlock("div",r0,[e.createVNode(vt,{items:i.value.arrayGames,onInput:h},null,8,["items"])])):e.createCommentVNode("",!0)])])]),e.createElementVNode("div",n0,[e.createVNode(nt,e.normalizeProps(e.guardReactiveProps(o)),null,16)])],64))}},d0=J(s0,[["__scopeId","data-v-b63e9c84"]]),c0={class:"dropdown"},m0={class:"item-team"},p0={class:"team-logo"},u0=["src"],f0={class:"team-acronym"},h0={class:"item-team"},y0={class:"team-logo"},g0=["src"],b0={class:"team-acronym"},S0={__name:"DropdownTeam",props:{items:{type:Array,default:()=>[]}},emits:["input"],setup(t,{emit:a}){function o(l){a("input",l)}return(l,r)=>(e.openBlock(),e.createElementBlock("div",c0,[e.createVNode(e.unref(Be),e.mergeProps(e.unref(et),{items:t.items,onInput:o}),{default:e.withCtx(({selectedItem:i})=>[e.createElementVNode("div",m0,[e.createElementVNode("div",p0,[e.createElementVNode("img",{src:i.logo,alt:""},null,8,u0)]),e.createElementVNode("div",f0,e.toDisplayString(i.acronym),1)])]),availableItem:e.withCtx(({item:i})=>[e.createElementVNode("div",h0,[e.createElementVNode("div",y0,[e.createElementVNode("img",{src:i.logo,alt:""},null,8,g0)]),e.createElementVNode("div",b0,e.toDisplayString(i.acronym),1)])]),_:1},16,["items"])]))}},Dl=J(S0,[["__scopeId","data-v-afd2bee8"]]),_0={class:"advanced-filters"},C0={class:"advanced-filters__buttons"},E0=["onClick"],w0={class:"advanced-filters__filters"},k0={__name:"AdvancedFilters",props:{selectedCategory:{type:Object,default:()=>({})}},setup(t){const a=t,o=e.defineAsyncComponent(()=>Promise.resolve().then(()=>_7)),l=e.defineAsyncComponent(()=>Promise.resolve().then(()=>R7)),r=e.defineAsyncComponent(()=>Promise.resolve().then(()=>z7)),i=[{name:"Sub categorías",component:o},{name:"Cancha",component:r},{name:"Condiciones",component:l}],n=e.ref(i[0]),s=e.computed(()=>a.selectedCategory?a.selectedCategory.subcategoryGroups||[]:[]);function d(c){n.value=c}return(c,h)=>(e.openBlock(),e.createElementBlock("div",_0,[e.createElementVNode("div",C0,[(e.openBlock(),e.createElementBlock(e.Fragment,null,e.renderList(i,m=>e.createElementVNode("div",{key:m.name,role:"button",class:e.normalizeClass(["advanced-filters__buttons__button",{active:n.value.name===m.name}]),onClick:y=>d(m)},e.toDisplayString(m.name),11,E0)),64))]),e.createElementVNode("div",w0,[(e.openBlock(),e.createBlock(e.KeepAlive,null,[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(n.value.component),{"subcategory-groups":s.value},null,8,["subcategory-groups"]))],1024))])]))}},Fa=J(k0,[["__scopeId","data-v-c62c5b9c"]]),Re=t=>(e.pushScopeId("data-v-575b26b5"),t=t(),e.popScopeId(),t),V0={class:"container"},N0={class:"container__row"},x0={class:"container__row__wrapper"},B0=Re(()=>e.createElementVNode("div",{class:"container__row__wrapper__label"},"1. Elige la liga",-1)),F0={class:"container__row__wrapper__input"},T0={class:"container__row two-items"},M0={class:"container__row__wrapper"},A0=Re(()=>e.createElementVNode("div",{class:"container__row__wrapper__label"},"2. Elige el torneo",-1)),L0={key:0,class:"container__row__wrapper__input"},P0={class:"container__row__wrapper"},D0=Re(()=>e.createElementVNode("div",{class:"container__row__wrapper__label"},"3. En que equipo juega?",-1)),I0={key:0,class:"container__row__wrapper__input"},v0={class:"container__row"},R0={class:"container__row__wrapper"},O0=Re(()=>e.createElementVNode("div",{class:"container__row__wrapper__label"},"4. Nombre del jugador",-1)),z0={key:0,class:"container__row__wrapper__input"},U0={class:"container__row"},j0={class:"container__row__wrapper"},$0=Re(()=>e.createElementVNode("div",{class:"container__row__wrapper__label"},"5. Elige el partido",-1)),H0={key:0,class:"container__row__wrapper__input"},W0={class:"container__row type-and-advanced"},G0={class:"container__row__wrapper"},q0=Re(()=>e.createElementVNode("div",{class:"container__row__wrapper__label"},"6. Elige el tipo de video",-1)),Z0={class:"container__row__wrapper__input"},Y0={class:"container__row__wrapper center"},J0=Re(()=>e.createElementVNode("div",{class:"container__row__wrapper__label"},"Filtrado avanzado",-1)),K0={class:"container__row__wrapper__input"},X0={class:"container__row"},Q0={class:"container__action"},e2={__name:"VideosPlayer",props:{tournaments:{type:Array,required:!0},advancedFilterCategories:{type:Object,default:()=>({player:[],goalkeeper:[]})}},emits:["update:tournament","update:season","update:team"],setup(t,{emit:a}){const o=t,l={text:"Buscar",width:"100%",padding:"12px 0",borderRadius:"34px",backgroundColor:"#CBEE6B",borderColor:"#CBEE6B",fontColor:"#132634"},r=e.ref(null),i=e.ref(null);e.ref(null);const n=e.ref(null),s=e.ref(null),d=e.ref(null),c=e.ref(null),h=e.ref(!0),m=e.computed(()=>d.value?d.value.position_id===1?o.advancedFilterCategories.goalkeeper:o.advancedFilterCategories.player:[]);function y(B){r.value=B,a("update:tournament",B)}function u(B){i.value=B,a("update:season",B)}function f(B){s.value=B,a("update:team",B)}function p(B){d.value=B}function g(B){n.value=B}function b(B){c.value=B}return(B,R)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",V0,[e.createElementVNode("div",N0,[e.createElementVNode("div",x0,[B0,e.createElementVNode("div",F0,[e.createVNode(he,{items:t.tournaments,itemTextKey:"name",onInput:y},null,8,["items"])])])]),e.createElementVNode("div",T0,[e.createElementVNode("div",M0,[A0,r.value&&r.value.seasons?(e.openBlock(),e.createElementBlock("div",L0,[e.createVNode(he,{items:r.value.seasons,itemTextKey:"name",onInput:u},null,8,["items"])])):e.createCommentVNode("",!0)]),e.createElementVNode("div",P0,[D0,i.value&&i.value.arrayTeams?(e.openBlock(),e.createElementBlock("div",I0,[e.createVNode(Dl,{items:i.value.arrayTeams,itemTextKey:"stringMatchDayAbbreviation",onInput:f},null,8,["items"])])):e.createCommentVNode("",!0)])]),e.createElementVNode("div",v0,[e.createElementVNode("div",R0,[O0,s.value&&s.value.arrayPlayers?(e.openBlock(),e.createElementBlock("div",z0,[e.createVNode(he,{items:s.value.arrayPlayers,itemTextKey:"player_name",onInput:p},null,8,["items"])])):e.createCommentVNode("",!0)])]),e.createElementVNode("div",U0,[e.createElementVNode("div",j0,[$0,i.value&&i.value.mapGamesByTeam&&s.value?(e.openBlock(),e.createElementBlock("div",H0,[e.createVNode(vt,{items:i.value.mapGamesByTeam.get(s.value.team_id),onInput:g},null,8,["items"])])):e.createCommentVNode("",!0)])]),e.createElementVNode("div",W0,[e.createElementVNode("div",G0,[q0,e.createElementVNode("div",Z0,[e.createVNode(he,{items:m.value,itemTextKey:"name","is-list-same-width":!1,onInput:b},null,8,["items"])])]),e.createElementVNode("div",Y0,[J0,e.createElementVNode("div",K0,[e.createVNode(rt,{modelValue:h.value,"onUpdate:modelValue":R[0]||(R[0]=W=>h.value=W)},null,8,["modelValue"])])])]),e.createElementVNode("div",X0,[e.createVNode(Fa,{"selected-category":c.value},null,8,["selected-category"])])]),e.createElementVNode("div",Q0,[e.createVNode(nt,e.normalizeProps(e.guardReactiveProps(l)),null,16)])],64))}},t2=J(e2,[["__scopeId","data-v-575b26b5"]]),Ze=t=>(e.pushScopeId("data-v-6d73d5e6"),t=t(),e.popScopeId(),t),a2={class:"container"},o2={class:"container__row"},l2={class:"container__row__wrapper"},i2=Ze(()=>e.createElementVNode("div",{class:"container__row__wrapper__label"},"1. Elige la liga",-1)),r2={class:"container__row__wrapper__input"},n2={class:"container__row two-items"},s2={class:"container__row__wrapper"},d2=Ze(()=>e.createElementVNode("div",{class:"container__row__wrapper__label"},"2. Elige el torneo",-1)),c2={key:0,class:"container__row__wrapper__input"},m2={class:"container__row__wrapper"},p2=Ze(()=>e.createElementVNode("div",{class:"container__row__wrapper__label"},"3. Elige el equipo",-1)),u2={key:0,class:"container__row__wrapper__input"},f2={class:"container__row"},h2={class:"container__row__wrapper"},y2=Ze(()=>e.createElementVNode("div",{class:"container__row__wrapper__label"},"4. Elige el partido",-1)),g2={key:0,class:"container__row__wrapper__input"},b2={class:"container__row type-and-advanced"},S2={class:"container__row__wrapper"},_2=Ze(()=>e.createElementVNode("div",{class:"container__row__wrapper__label"},"5. Elige el tipo de video",-1)),C2={class:"container__row__wrapper__input"},E2={class:"container__row__wrapper center"},w2=Ze(()=>e.createElementVNode("div",{class:"container__row__wrapper__label"},"Filtrado avanzado",-1)),k2={class:"container__row__wrapper__input"},V2={class:"container__row"},N2={class:"container__action"},x2={__name:"VideosTeam",props:{tournaments:{type:Array,required:!0},advancedFilterCategories:{type:Object,default:()=>({team:[]})}},emits:["update:tournament","update:season","update:team"],setup(t,{emit:a}){const o=t,l={text:"Buscar",width:"100%",padding:"12px 0",borderRadius:"34px",backgroundColor:"#CBEE6B",borderColor:"#CBEE6B",fontColor:"#132634"},r=e.ref(null),i=e.ref(null);e.ref(null);const n=e.ref(null),s=e.ref(null),d=e.ref(null),c=e.ref(!0),h=e.computed(()=>o.advancedFilterCategories.team);function m(g){r.value=g,a("update:tournament",g)}function y(g){i.value=g,a("update:season",g)}function u(g){s.value=g,a("update:team",g)}function f(g){n.value=g}function p(g){d.value=g}return(g,b)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",a2,[e.createElementVNode("div",o2,[e.createElementVNode("div",l2,[i2,e.createElementVNode("div",r2,[e.createVNode(he,{items:t.tournaments,itemTextKey:"name",onInput:m},null,8,["items"])])])]),e.createElementVNode("div",n2,[e.createElementVNode("div",s2,[d2,r.value&&r.value.seasons?(e.openBlock(),e.createElementBlock("div",c2,[e.createVNode(he,{items:r.value.seasons,itemTextKey:"name",onInput:y},null,8,["items"])])):e.createCommentVNode("",!0)]),e.createElementVNode("div",m2,[p2,i.value&&i.value.arrayTeams?(e.openBlock(),e.createElementBlock("div",u2,[e.createVNode(Dl,{items:i.value.arrayTeams,itemTextKey:"stringMatchDayAbbreviation",onInput:u},null,8,["items"])])):e.createCommentVNode("",!0)])]),e.createElementVNode("div",f2,[e.createElementVNode("div",h2,[y2,i.value&&i.value.mapGamesByTeam&&s.value?(e.openBlock(),e.createElementBlock("div",g2,[e.createVNode(vt,{items:i.value.mapGamesByTeam.get(s.value.team_id),onInput:f},null,8,["items"])])):e.createCommentVNode("",!0)])]),e.createElementVNode("div",b2,[e.createElementVNode("div",S2,[_2,e.createElementVNode("div",C2,[e.createVNode(he,{items:h.value,itemTextKey:"name","is-list-same-width":!1,onInput:p},null,8,["items"])])]),e.createElementVNode("div",E2,[w2,e.createElementVNode("div",k2,[e.createVNode(rt,{modelValue:c.value,"onUpdate:modelValue":b[0]||(b[0]=B=>c.value=B)},null,8,["modelValue"])])])]),e.createElementVNode("div",V2,[e.createVNode(Fa,{"selected-category":d.value},null,8,["selected-category"])])]),e.createElementVNode("div",N2,[e.createVNode(nt,e.normalizeProps(e.guardReactiveProps(l)),null,16)])],64))}},B2=J(x2,[["__scopeId","data-v-6d73d5e6"]]),Ye=t=>(e.pushScopeId("data-v-6e904db8"),t=t(),e.popScopeId(),t),F2={class:"container"},T2={class:"container__row"},M2={class:"container__row__wrapper"},A2=Ye(()=>e.createElementVNode("div",{class:"container__row__wrapper__label"},"1. Elige la liga",-1)),L2={class:"container__row__wrapper__input"},P2={class:"container__row two-items"},D2={class:"container__row__wrapper"},I2=Ye(()=>e.createElementVNode("div",{class:"container__row__wrapper__label"},"2. Elige el torneo",-1)),v2={key:0,class:"container__row__wrapper__input"},R2={class:"container__row__wrapper"},O2=Ye(()=>e.createElementVNode("div",{class:"container__row__wrapper__label"},"3. Elige la jornada",-1)),z2={key:0,class:"container__row__wrapper__input"},U2={class:"container__row"},j2={class:"container__row__wrapper"},$2=Ye(()=>e.createElementVNode("div",{class:"container__row__wrapper__label"},"4. Elige el partido",-1)),H2={key:0,class:"container__row__wrapper__input"},W2={class:"container__row type-and-advanced"},G2={class:"container__row__wrapper"},q2=Ye(()=>e.createElementVNode("div",{class:"container__row__wrapper__label"},"6. Elige el tipo de video",-1)),Z2={class:"container__row__wrapper__input"},Y2={class:"container__row__wrapper center"},J2=Ye(()=>e.createElementVNode("div",{class:"container__row__wrapper__label"},"Filtrado avanzado",-1)),K2={class:"container__row__wrapper__input",style:{width:"fit-content"}},X2={class:"container__row"},Q2={class:"container__action"},ey={__name:"VideosGame",props:{tournaments:{type:Array,required:!0},advancedFilterCategories:{type:Object,default:()=>({games:[]})}},emits:["update:tournament","update:season"],setup(t,{emit:a}){const o=t,l={text:"Buscar",width:"100%",padding:"12px 0",borderRadius:"34px",backgroundColor:"#CBEE6B",borderColor:"#CBEE6B",fontColor:"#132634"},r=e.ref(null),i=e.ref(null),n=e.ref(null),s=e.ref(null),d=e.ref(null),c=e.ref(!0),h=e.computed(()=>o.advancedFilterCategories.games);function m(g){r.value=g,a("update:tournament",g)}function y(g){i.value=g,a("update:season",g)}function u(g){n.value=g}function f(g){s.value=g}function p(g){d.value=g}return(g,b)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",F2,[e.createElementVNode("div",T2,[e.createElementVNode("div",M2,[A2,e.createElementVNode("div",L2,[e.createVNode(he,{items:t.tournaments,itemTextKey:"name",onInput:m},null,8,["items"])])])]),e.createElementVNode("div",P2,[e.createElementVNode("div",D2,[I2,r.value&&r.value.seasons?(e.openBlock(),e.createElementBlock("div",v2,[e.createVNode(he,{items:r.value.seasons,itemTextKey:"name",onInput:y},null,8,["items"])])):e.createCommentVNode("",!0)]),e.createElementVNode("div",R2,[O2,i.value&&i.value.arrayMatchDays?(e.openBlock(),e.createElementBlock("div",z2,[e.createVNode(he,{items:i.value.arrayMatchDays,itemTextKey:"stringMatchDayAbbreviation",onInput:u},null,8,["items"])])):e.createCommentVNode("",!0)])]),e.createElementVNode("div",U2,[e.createElementVNode("div",j2,[$2,n.value&&n.value.arrayGames?(e.openBlock(),e.createElementBlock("div",H2,[e.createVNode(vt,{items:n.value.arrayGames,onInput:f},null,8,["items"])])):e.createCommentVNode("",!0)])]),e.createElementVNode("div",W2,[e.createElementVNode("div",G2,[q2,e.createElementVNode("div",Z2,[e.createVNode(he,{items:h.value,itemTextKey:"name","is-list-same-width":!1,onInput:p},null,8,["items"])])]),e.createElementVNode("div",Y2,[J2,e.createElementVNode("div",K2,[e.createVNode(rt,{modelValue:c.value,"onUpdate:modelValue":b[0]||(b[0]=B=>c.value=B)},null,8,["modelValue"])])])]),e.createElementVNode("div",X2,[e.createVNode(Fa,{"selected-category":d.value},null,8,["selected-category"])])]),e.createElementVNode("div",Q2,[e.createVNode(nt,e.normalizeProps(e.guardReactiveProps(l)),null,16)])],64))}},ty=J(ey,[["__scopeId","data-v-6e904db8"]]),ay={class:"template-videos"},oy={class:"template-videos__header"},ly={class:"template-videos__body"},iy=e.defineComponent({name:"TemplateVideos",components:{VideosGoals:d0,VideosPlayer:t2,VideosTeam:B2,VideosGame:ty}}),ry=Object.assign(iy,{props:{gamesUrl:{type:String,default:"https://qyyibs1w0d.execute-api.us-west-2.amazonaws.com/prod/calendar/gamesBySeason?"},tournamentsUrl:{type:String,default:"https://kefloixzy1.execute-api.us-west-2.amazonaws.com/prod/tournaments"},playersUrl:{type:String,default:"https://ts7thxzaik.execute-api.us-west-2.amazonaws.com/prod/players/seasons/"},token:{type:String,default:""}},emits:["loading-data"],setup(t,{emit:a}){const o=t,l={padding:"4px 18px",borderRadius:"160px",backgroundColor:"#3A4851",borderColor:"#3A4851",activeBorderColor:"#CBEE6B",fontSize:"11px",fontColor:"#FFFFFF"},r=[],i=["g-23","g-24","g-25"],n={games:[607,608,12,55,54,35,14,52,15,53,466,477],team:[607,608,12,55,54,35,14,52,15,53,466,477,40,257,39],player:{regular:[12,35,10,27,607,61,519,98,101,109,112,121,122,127,128,135,136,141,142,161,170,179,702,730,466,217,211,232,235,239,242,282,284,289,291,296,485,486,487,488,14,15,257],goalkeeper:[55,324,323,608,39,774,802,52,53,40,54]}},s={player:1,team:2,goalkeeper:3},d=e.ref([{name:"Goles",componentName:"VideosGoals"},{name:"Jugador",componentName:"VideosPlayer"},{name:"Equipo",componentName:"VideosTeam"},{name:"Partido",componentName:"VideosGame"}]),c=e.ref([]),h=e.ref(d.value[0]),m=e.ref({}),y=e.ref({}),u=e.ref({}),f=e.ref({}),p=e.ref({games:[],player:[],team:[],goalkeeper:[],isEmpty:!0}),g=e.ref([]);e.ref({});const b=e.ref(null);e.watch(m,_=>{y.value.numberSeasonSelectedIndex=y.value.seasons.findIndex(k=>k.id===_.id),_.arrayMatchDays?(f.value=_.arrayMatchDays[0]||{},u.value=_.arrayTeams[0]||{}):(U(_),G(_))}),e.watch(u,()=>{setTimeout(()=>{m.value.mapPlayersByTeam&&(!u.value.arrayPlayers||!u.value.arrayPlayers.length)&&(u.value.arrayPlayers=m.value.mapPlayersByTeam.get(u.value.team_id))},700)});async function B(){try{c.value=await R()}catch(_){throw new Error(_)}}async function R(){try{const _={Authorization:Ba()||o.token},k={}.API_TOURNAMENTS||o.tournamentsUrl,P=await lt.get(k,{headers:_});return P.data?P.data.map(V=>({...V.tournament,seasons:V.seasons})):[]}catch(_){return Promise.reject(_)}}async function W(_,k,P=""){a("loading-data");let V=P;try{V||(V={}.API_CALENDAR_GAMES_BY_SEASON||o.gamesUrl,_.forEach((L,N)=>{V+=`${N===0?"":"&"}seasons=${L}`}));const O={Authorization:Ba()||o.token},{data:{data:H,teams:M}}=await lt.get(V,{headers:O});return{seasonsAndGames:H,seasonsAndTeams:M}}catch(O){if(k>0)return W(_,k-1,V);throw new Error(O)}finally{a("loading-data")}}async function z(_){try{const k={Authorization:Ba()||o.token},P=` ${{}.API_PLAYERS_BY_SEASON||o.playersUrl}${_.seasonId}`,V=await lt.get(P,{headers:k});return V.data?V.data.players:[]}catch(k){return Promise.reject(k)}}async function U(_){try{const{seasonsAndGames:k,seasonsAndTeams:P}=await W([_.id,..._.related_seasons.map(M=>M.id)],3),V=P.find(M=>M._id===_.id);m.value.arrayTeams=[],m.value.mapTeams=new Map;const O=V.teams.reduce((M,L)=>(m.value.arrayTeams.push(L),m.value.mapTeams.set(L.team_id,{name:L.colloquial_name,acronym:L.acronym,logo:L.logo,id:L.team_id}),M.set(L.team_id,L),M),new Map);u.value=m.value.arrayTeams[0],m.value.mapGames=new Map,m.value.mapGamesByTeam=new Map;const H=Array.from(k.reduce((M,L)=>(L.games.forEach(N=>{if(N.game_status===1&&N.has_video){(!m.value.maxGameId||N.game_id>m.value.maxGameId)&&(m.value.maxGameId=N.game_id);let x=N.matchday_abbreviation.replace("M","J"),w=N.matchday_abbreviation.replace("M","Jornada ");const F=N.matchday_abbreviation.replace("M","");L.season_type===0?y.value.tournament_type===1&&(N.seasonId===881?(x=Ch[F]||x,w=_h[F]||w):(x=Pl[N.matchday_abbreviation]?N.matchday_abbreviation:x,w=Pl[N.matchday_abbreviation]||w,x==="FINAL"&&(x="F"))):L.season_type===1?(x=Sh[N.matchday_abbreviation],w=x):(x=N.matchday_abbreviation.replace("PO","R"),w="Repechaje"),N.roundAbbreviation=x,N.roundName=w,m.value.mapGames.set(N.game_id,{id:N.game_id,date:N.date,dateTimeMillis:new Date(N.date_time_utc).valueOf(),homeTeam:m.value.mapTeams.get(N.home_team),awayTeam:m.value.mapTeams.get(N.visiting_team),roundAbbreviation:N.roundAbbreviation,roundName:N.roundName,score:N.score,gameResult:N.score[0]>N.score[1]?1:N.score[0]<N.score[1]?2:3,seasonId:L.season_id});const Z=M.get(N.roundAbbreviation);N.numberDateTimeMillis=new Date(N.date_time_utc).getTime(),N.homeTeam=O.get(N.home_team),N.awayTeam=O.get(N.visiting_team);const ze=m.value.mapGamesByTeam.get(N.home_team),ue=m.value.mapGamesByTeam.get(N.visiting_team);ze?ze.push(N):m.value.mapGamesByTeam.set(N.home_team,[N]),ue?ue.push(N):m.value.mapGamesByTeam.set(N.visiting_team,[N]),Z?Z.arrayGames.push(N):M.set(N.roundAbbreviation,{stringMatchDayAbbreviation:N.roundAbbreviation,stringMatchDayName:N.roundName,arrayGames:[N]})}}),M),new Map).values());H.reverse(),H.forEach(M=>{M.arrayGames.sort((L,N)=>L.numberDateTimeMillis-N.numberDateTimeMillis)}),m.value.arrayMatchDays=H,f.value=H[0]||{}}catch(k){throw new Error(k)}}async function G(_){try{const k=await I(_.id);m.value.mapPlayers=new Map,m.value.mapPlayersByTeam=k.reduce((P,V)=>{m.value.mapPlayers.set(V.player_id,{id:V.player_id,name:V.player_name,shortName:V.shortName,photo:V.player_photo,teamId:V.team_id,positionId:V.position_id});const O=P.get(V.team_id);return O?O.push(V):P.set(V.team_id,[V]),P},new Map)}catch(k){throw new Error(k)}}async function K(){try{let _=[];p.value.isEmpty?(_=await D(),g.value={..._}):_=g.value;const k=[];if(_&&_.length){p.value=_.reduce((L,N)=>{if(N.group_id!=="g-55"){const x={idAux:N.group_id,ids:[...N.ids?N.ids:[],...N.rival_Ids?N.rival_Ids:[]],type:N.type,name:N.name,coordinatePoint:N.coordinate_point,requiresRivalTransform:i.includes(N.group_id)};x.idsAux=[...x.ids],x.subcategoryGroups=N.group_id==="g-12"?[]:oe(N,0,new Map,!1,{},x.idsAux),k.push(x),x.type.includes(s.player)&&L.player.push(x),x.type.includes(s.team)&&(x.idAux!=="g-2"&&L.games.push(x),L.team.push(x)),x.type.includes(s.goalkeeper)&&L.goalkeeper.push(x)}return L},{games:[],player:[],team:[],goalkeeper:[],isEmpty:!1});const P=new Map,V="Resumen",O="Todas sus jugadas",H=p.value.player.reduce((L,N)=>{const x=v(N);return x.forEach(w=>{P.set(w,N.name)}),L.push(...x),L},[]),M=p.value.goalkeeper.reduce((L,N)=>{const x=v(N);return x.forEach(w=>{P.set(w,N.name)}),L.push(...x),L},[]);p.value.games.unshift({name:V,arrayCategoriesIds:n.games,booleanIsBestPlays:!0}),p.value.team.unshift({name:V,arrayCategoriesIds:n.team,booleanIsBestPlays:!0}),p.value.player.unshift({name:V,arrayCategoriesIds:n.player.regular,booleanIsBestPlays:!0},{name:O,arrayCategoriesIds:H,booleanIsMinutesPlayed:!0}),p.value.goalkeeper.unshift({name:V,arrayCategoriesIds:n.player.goalkeeper,booleanIsBestPlays:!0},{name:O,arrayCategoriesIds:M,booleanIsMinutesPlayed:!0})}}catch(_){throw new Error(_)}}function oe(_,k=0,P=new Map,V=!1,O={},H=[]){if(!_.group_id)return;let M=P.get(k);const L=V?`${_.id_category}_r`:_.id_category;_.id_category&&H.push(_.id_category);let N={ids:[L],groupId:_.group_id,level:k,name:_.name,isSelected:!0,fatherCategories:k>0?[O]:[],idsByFatherCategory:{[_.category_father]:[L]}};if(k>0&&k===1&&(N.id=_.id_category),M&&k!==0){const x=_.group_id.charAt(_.group_id.length-1),w=M.find(F=>F.groupId.endsWith(x));w&&!r.includes(N.groupId)?(N=w,w.ids.push(L),w.fatherCategories.push(O),w.fatherCategories.forEach(F=>{F.childCategories?F.childCategories.find(Z=>Z.groupId===N.groupId)||F.childCategories.push(N):F.childCategories=[N]}),w.idsByFatherCategory[_.category_father]?w.idsByFatherCategory[_.category_father].push(L):w.idsByFatherCategory[_.category_father]=[L]):(N.fatherCategories.forEach(F=>{F.childCategories?F.childCategories.find(Z=>Z.groupId===N.groupId)||F.childCategories.push(N):F.childCategories=[N]}),M.push(N))}else k!==0&&(O.childCategories?O.childCategories.push(N):O.childCategories=[N],M=[N],P.set(k,M));if(_.categories&&_.categories.length?_.categories.forEach(x=>{oe(x,k+1,P,V,N,H)}):_.rival_categories&&_.rival_categories.length&&_.rival_categories.forEach(x=>{oe(x,k+1,P,!0,N,H)}),k===0)return Array.from(P.values())}function v(_){const k=_||_;if(k.booleanIsBestPlays)return k.arrayCategoriesIds;const P={total:[],toRemove:[]};if(k.subcategoryGroups&&k.subcategoryGroups.length?k.subcategoryGroups[0].forEach(V=>{A(V,null,P)}):(k.ids&&P.total.push(...k.ids),k.rival_ids&&k.rival_ids.forEach(V=>{P.total.push(`${V}_r`)})),P.total=P.total.reduce((V,O)=>(P.toRemove.includes(O)||V.push(O),V),[]),!_){const V=k.name.toLowerCase().includes("recibid");b.value.isRivalSubject=V,b.value.avoidCategorySingleName=V,b.value.coordinatePoint=k.coordinatePoint,b.value.requiresRivalTransform=k.requiresRivalTransform}return P.total}function A(_,k=[],P={total:[],toRemove:[]}){_.isSelected?_.childCategories?_.childCategories.forEach(V=>{const O=k?Object.entries(_.idsByFatherCategory).reduce((H,[M,L])=>(k.includes(Number(M))&&L.forEach(N=>{typeof N=="string"&&N.endsWith("_r")?H.push(Number(N.split("_")[0])):H.push(N)}),H),[]):[_.id];A(V,O,P)}):k?Object.entries(_.idsByFatherCategory).forEach(([V,O])=>{k.includes(Number(V))&&O.forEach(H=>{P.total.push(H)})}):_.level===1?Object.entries(_.idsByFatherCategory).forEach(([V,O])=>{O.forEach(H=>{P.total.push(H)})}):P.total.push(_.id):_.childCategories||_.ids.forEach(V=>{P.toRemove.push(V)})}async function I(_){try{const k=await z({seasonId:_});return k.forEach(P=>{const[V,O]=P.player_name.split(","),H=V.split(" ");let M="";for(const L of H)if(M+=` ${L}`,L.length>3)break;P.shortName=O&&V?`${O.trim().charAt(0)}.${M}`:""}),k}catch(k){return Promise.reject(k)}}async function D(){try{const _={Authorization:localStorage.getItem("user_token")||"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MCwibmFtZSI6IlVzdWFyaW8gRnJlZSIsInVzZXJuYW1lIjoiZnJlZUBnb2xzdGF0cy5jb20iLCJlbWFpbCI6ImZyZWVAZ29sc3RhdHMuY29tIiwiaWF0IjoxNjA2NzU4Nzk1LCJleHAiOjE2MzgyOTQ3OTV9.kPNmP7yDtk38cAXrUyc7OHRh6J25VFqy-XUNzbK-4YE"};return(await lt.get("https://2gfppi9wb6.execute-api.us-east-2.amazonaws.com/prod/videos/categories",{headers:_})).data||[]}catch(_){return Promise.reject(_)}}function Y(_){h.value=_}function ee(_){y.value=_,m.value=_.seasons[0]}function me(_){m.value=_}function T(_){u.value=_}return B(),K(),(_,k)=>(e.openBlock(),e.createElementBlock("div",ay,[e.createElementVNode("div",oy,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(d.value,P=>(e.openBlock(),e.createBlock(nt,e.mergeProps({key:P.name},l,{text:P.name,"is-active":h.value.componentName===P.componentName,tournaments:c.value,onClick:V=>Y(P)}),null,16,["text","is-active","tournaments","onClick"]))),128))]),e.createElementVNode("div",ly,[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(h.value.componentName),{tournaments:c.value,"advanced-filter-categories":p.value,"onUpdate:tournament":ee,"onUpdate:season":me,"onUpdate:team":T},null,40,["tournaments","advanced-filter-categories"]))])]))}}),ny=J(ry,[["__scopeId","data-v-d6f7aec8"]]),Il=new Map([[1,"Portero"],[2,"Defensa Central"],[3,"Lateral por izquierda"],[4,"Lateral por derecha"],[5,"Volante por izquierda"],[6,"Volante por derecha"],[7,"Volante defensivo"],[8,"Volante ofensivo"],[9,"Delantero "],[10,"Desconocida"]]),sy={class:"template-taken-corners"},dy={class:"template-taken-corners__header"},cy={class:"template-taken-corners__header__all"},my={class:"template-taken-corners__body"},py={class:"template-taken-corners__body__players"},uy={class:"template-taken-corners__body__players__player__jersey"},fy={class:"template-taken-corners__body__players__player__photo"},hy={class:"template-taken-corners__body__players__player__photo__img"},yy=["src"],gy={class:"template-taken-corners__body__players__player__info"},by={class:"template-taken-corners__body__players__player__info__name"},Sy={class:"template-taken-corners__body__players__player__info__position"},_y={class:"template-taken-corners__body__players__player__info__position__nationality"},Cy=["src"],Ey={class:"template-taken-corners__body__players__player__info__position__name"},wy={class:"template-taken-corners__body__players__player__checkbox"},ky={__name:"TemplateTakenCorners",props:{isFemale:{type:Boolean,default:!1},isExpansionMode:{type:Boolean,default:!1},takenCornersFilters:{type:Array,default:()=>[]}},emits:["change-filters-selected","update:filters"],setup(t,{expose:a,emit:o}){const l=t,r=e.ref(!1),i=e.ref([]),n=e.computed(()=>l.isExpansionMode?"Cobradores filtrados:":"Cobradores con los filtros seleccionados"),s=e.computed(()=>i.value.reduce((p,g)=>g.isSelected?p+1:p,0));e.watch(()=>l.takenCornersFilters,p=>{i.value=p.map(g=>{const b={...g};return(g.isSelected===void 0||g.isSelected===null)&&(b.isSelected=!0),b})},{immediate:!0,deep:!0}),e.watch(s,p=>{r.value=p===i.value.length,o("change-filters-selected",p),o("update:filters",i.value)},{immediate:!0});function d(p){return`https://golstatsimages.blob.core.windows.net/flags/${p}.jpg`}function c(p){return`https://golstatsimages.blob.core.windows.net/players-profile/${p}.png`}function h(p){let g=!1;return p.split(" ").reduce((b,B)=>(g||(B.length>3?(b=B,g=!0):b+=`${B} `),b),"").trim()}function m(p){return`${h(p.last_name)}, ${p.first_name.trim()}`}function y(p){return l.isFemale?Il.get(p.positions[0]).replace("Portero","Portera").replace("Delantero","Delantera").replace("Volante defensivo","Volante defensiva").replace("Volante ofensivo","Volante ofensiva"):Il.get(p.positions[0])}function u(p){p?i.value.forEach(g=>{g.isSelected=!0}):i.value.forEach((g,b)=>{g.isSelected=b===0})}function f(){i.value.forEach(p=>{p.isSelected=!0})}return a({clearFilters:f}),(p,g)=>(e.openBlock(),e.createElementBlock("div",sy,[e.createElementVNode("div",dy,[e.createElementVNode("div",{class:"template-taken-corners__header__text",style:e.normalizeStyle({opacity:t.isExpansionMode?"0.6":1,"font-size":t.isExpansionMode?"12px":"14px"})},e.toDisplayString(n.value),5),e.createElementVNode("div",cy,[e.createVNode(e.unref(q),{"model-value":r.value,label:"Seleccionar todos","onUpdate:modelValue":u},null,8,["model-value"])])]),e.createElementVNode("div",my,[e.createElementVNode("div",py,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.value,b=>(e.openBlock(),e.createElementBlock("div",{key:b.player_id,class:"template-taken-corners__body__players__player"},[e.createElementVNode("div",uy,e.toDisplayString(b.jersey),1),e.createElementVNode("div",fy,[e.createElementVNode("div",hy,[e.createElementVNode("img",{src:c(b.player_id),alt:"player photo",width:"36",height:"36"},null,8,yy)])]),e.createElementVNode("div",gy,[e.createElementVNode("div",by,e.toDisplayString(m(b)),1),e.createElementVNode("div",Sy,[e.createElementVNode("div",_y,[e.createElementVNode("img",{src:d(b.nationality_id),alt:"country flag"},null,8,Cy)]),e.createElementVNode("div",Ey,e.toDisplayString(y(b)),1)])]),e.createElementVNode("div",wy,[e.createVNode(e.unref(q),{modelValue:b.isSelected,"onUpdate:modelValue":B=>b.isSelected=B,"avoid-interaction":s.value===1&&b.isSelected},null,8,["modelValue","onUpdate:modelValue","avoid-interaction"])])]))),128))])])]))}},Vy=J(ky,[["__scopeId","data-v-763fcc54"]]),Ta={cornerType:"left",left:[{title:"Comba hacia afuera",imgSrc:"https://golstatsimages.blob.core.windows.net/content/comba-afuera-izquierda.png",howMany:0,isSelected:!0,categoriesIds:[120]},{title:"Comba hacia adentro",imgSrc:"https://golstatsimages.blob.core.windows.net/content/comba-adentro-izquierda.png",howMany:0,isSelected:!0,categoriesIds:[126]},{title:"Raso al área",imgSrc:"https://golstatsimages.blob.core.windows.net/content/raz-area-izquierda.png",howMany:0,isSelected:!0,categoriesIds:[327]},{title:"En corto",imgSrc:"https://golstatsimages.blob.core.windows.net/content/en-corto-izquierda.png",howMany:0,isSelected:!0,categoriesIds:[133]}],right:[{title:"Comba hacia afuera",imgSrc:"https://golstatsimages.blob.core.windows.net/content/comba-afuera-derecha.png",howMany:0,isSelected:!0,categoriesIds:[134]},{title:"Comba hacia adentro",imgSrc:"https://golstatsimages.blob.core.windows.net/content/comba-adentro-derecha.png",howMany:0,isSelected:!0,categoriesIds:[140]},{title:"Raso al área",imgSrc:"https://golstatsimages.blob.core.windows.net/content/raz-area-derecha.png",howMany:0,isSelected:!0,categoriesIds:[146]},{title:"En corto",imgSrc:"https://golstatsimages.blob.core.windows.net/content/en-corto-derecha.png",howMany:0,isSelected:!0,categoriesIds:[147]}]},Ma=t=>(e.pushScopeId("data-v-b7e3b8e0"),t=t(),e.popScopeId(),t),Ny={class:"template-how-was-corner"},xy={class:"template-how-was-corner__header"},By=Ma(()=>e.createElementVNode("div",{class:"template-how-was-corner__header__zone"},"ZONA:",-1)),Fy={class:"template-how-was-corner__header__radio-input"},Ty={class:"template-how-was-corner__header__radio-input__radio"},My=Ma(()=>e.createElementVNode("label",{for:"left"},"Por izquierda",-1)),Ay={class:"template-how-was-corner__header__radio-input"},Ly={class:"template-how-was-corner__header__radio-input__radio"},Py=Ma(()=>e.createElementVNode("label",{for:"right"},"Por derecha",-1)),Dy=["onClick"],Iy={class:"template-how-was-corner__content__corner-type__img"},vy=["src","alt"],Ry={class:"template-how-was-corner__content__corner-type__info"},Oy={class:"template-how-was-corner__content__corner-type__info__title"},zy={__name:"TemplateHowWasCorner",props:{howWasCornerFilters:{type:Object,default:()=>Ta},isExpansionMode:{type:Boolean,default:!1}},emits:["update:filters","change-filters-selected"],setup(t,{emit:a}){const o=t,l=e.ref("left"),r=e.computed(()=>o.howWasCornerFilters[o.howWasCornerFilters.cornerType]),i=e.computed(()=>r.value.filter(s=>s.isSelected).length);e.watch(()=>l.value,s=>{o.howWasCornerFilters.cornerType=s}),e.watch(()=>o.howWasCornerFilters,s=>{a("change-filters-selected",o.howWasCornerFilters[s.cornerType].reduce((d,c)=>c.isSelected?d+1:d,0)),l.value=s.cornerType,a("update:filters",s)},{deep:!0,immediate:!0});function n(s){s.isSelected&&i.value===1||(s.isSelected=!s.isSelected)}return(s,d)=>(e.openBlock(),e.createElementBlock("div",Ny,[e.createElementVNode("div",xy,[By,e.createElementVNode("div",Fy,[e.createElementVNode("div",Ty,[e.withDirectives(e.createElementVNode("input",{type:"radio",id:"left",value:"left","onUpdate:modelValue":d[0]||(d[0]=c=>l.value=c)},null,512),[[e.vModelRadio,l.value]]),My])]),e.createElementVNode("div",Ay,[e.createElementVNode("div",Ly,[e.withDirectives(e.createElementVNode("input",{type:"radio",id:"right",value:"right","onUpdate:modelValue":d[1]||(d[1]=c=>l.value=c)},null,512),[[e.vModelRadio,l.value]]),Py])])]),e.createElementVNode("div",{class:e.normalizeClass(["template-how-was-corner__content",{"is-expansion-mode":t.isExpansionMode}])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.value,(c,h)=>(e.openBlock(),e.createElementBlock("div",{key:h,class:e.normalizeClass(["template-how-was-corner__content__corner-type",{"is-selected":c.isSelected}]),onClick:m=>n(c)},[e.createElementVNode("div",Iy,[e.createElementVNode("img",{src:c.imgSrc,alt:c.title},null,8,vy)]),e.createElementVNode("div",Ry,[e.createElementVNode("div",Oy,e.toDisplayString(c.title),1)])],10,Dy))),128))],2)]))}},Uy=J(zy,[["__scopeId","data-v-b7e3b8e0"]]),st=[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35],Fe=t=>(e.pushScopeId("data-v-378bf7e2"),t=t(),e.popScopeId(),t),jy={class:"template-zone"},$y={class:"controls-zone-container"},Hy={class:"controls-zone-container-title-checkcon"},Wy={class:"controls-zone-container-title-checkcon-check"},Gy={class:"gsc-field-img-container"},qy={width:"100%",height:"177",viewBox:"0 0 380 177",fill:"none",xmlns:"http://www.w3.org/2000/svg"},Zy=["fill"],Yy=["fill"],Jy=["fill"],Ky=["fill"],Xy=["fill"],Qy=["fill"],e3=["fill"],t3=["fill"],a3=["fill"],o3=["fill"],l3=["fill"],i3=["fill"],r3=["fill"],n3=["fill"],s3=["fill"],d3=["fill"],c3=["fill"],m3=["fill"],p3=["fill"],u3=["fill"],f3=["fill"],h3=["fill"],y3=["fill"],g3=["fill"],b3=["fill"],S3=["fill"],_3=["fill"],C3=["fill"],E3=["fill"],w3=["fill"],k3=["fill"],V3=["fill"],N3=["fill"],x3=["fill"],B3=["fill"],F3=Fe(()=>e.createElementVNode("rect",{x:"91.6",y:"0.6",width:"196.8",height:"87.8",stroke:"#DFE3E2","stroke-width":"1.2"},null,-1)),T3=Fe(()=>e.createElementVNode("rect",{x:"137.6",y:"0.782404",width:"104.8",height:"28.8",stroke:"#DFE3E2","stroke-width":"1.2"},null,-1)),M3=["id"],A3=Fe(()=>e.createElementVNode("rect",{width:"197.746",height:"24.6043",transform:"matrix(1 0 0 -1 91 113)",fill:"#D9D9D9"},null,-1)),L3=[A3],P3=["mask"],D3=Fe(()=>e.createElementVNode("circle",{cx:"185.329",cy:"56.5046",r:"52.6152",stroke:"#DFE3E2","stroke-width":"1.38817"},null,-1)),I3=[D3],v3=Fe(()=>e.createElementVNode("circle",{cx:"190.278",cy:"66.2782",r:"2.27817",fill:"white"},null,-1)),R3=Fe(()=>e.createElementVNode("rect",{x:"0.7",y:"0.7",width:"378.6",height:"175.6",stroke:"#DFE3E2","stroke-width":"1.4"},null,-1)),O3={class:"template-zone__total-corners"},z3=Fe(()=>e.createElementVNode("div",{class:"template-zone__total-corners__text"}," Tiros de esquina cobrados a las zonas filtradas ",-1)),U3=Fe(()=>e.createElementVNode("div",{class:"template-zone__total-corners__value"},"10",-1)),j3=[z3,U3],$3={__name:"TemplateZone",props:{zoneFilters:{type:Array,default:()=>[...st]},widthContainer:{type:Number,default:1280},show:{type:Boolean,default:!1}},emits:["update:filters","change-filters-selected"],setup(t,{expose:a,emit:o}){const l=t,r=e.ref(!0),i=e.ref([]),n=e.computed(()=>new Date().getTime());e.watch(i,h=>{r.value=h.length===35}),e.watch(()=>l.zoneFilters,h=>{i.value=h},{immediate:!0,deep:!0}),e.watch(()=>i.value,h=>{o("update:filters",h),o("change-filters-selected",h.length)},{deep:!0});function s(h){h?(i.value=st,r.value=!0):(i.value=[],r.value=!1)}function d(h){i.value.includes(h)?i.value=i.value.filter(m=>m!==h):i.value.push(h),r.value=i.value.length===35}function c(){i.value=[...st]}return a({clearFilters:c}),(h,m)=>(e.openBlock(),e.createElementBlock("div",jy,[e.createElementVNode("div",$y,[e.createElementVNode("div",{class:"controls-zone-container-title",style:e.normalizeStyle(t.widthContainer<=440?"font-size: 11px;":"#2e3b46")}," ¿A donde fue el balón?: ",4),e.createElementVNode("div",Hy,[e.createElementVNode("div",{class:"controls-zone-container-title-checkcon-label",style:e.normalizeStyle(t.widthContainer<=440?"font-size: 12px;":"#2e3b46")}," Todas las zonas ",4),e.createElementVNode("div",Wy,[e.createVNode(e.unref(q),{label:"",fontFamily:"Poppins-Regular",labelFontSize:"11px","label-color":"#FFF","model-value":r.value,"onUpdate:modelValue":s},null,8,["model-value"])])])]),e.createElementVNode("div",Gy,[(e.openBlock(),e.createElementBlock("svg",qy,[e.createElementVNode("rect",{onClick:m[0]||(m[0]=y=>d(1)),class:"sector-field",x:"0.347042",y:"0.347042",width:"91.3059",height:"44.3059",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(1)?"#FFFF0030":"#2e3b46"},null,8,Zy),e.createElementVNode("rect",{onClick:m[1]||(m[1]=y=>d(9)),class:"sector-field",x:"288.347",y:"0.347042",width:"91.3059",height:"44.3059",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(9)?"#FFFF0030":"#2e3b46"},null,8,Yy),e.createElementVNode("rect",{onClick:m[2]||(m[2]=y=>d(17)),class:"sector-field",x:"0.347042",y:"44.347",width:"91.3059",height:"44.3059",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(17)?"#FFFF0030":"#2e3b46"},null,8,Jy),e.createElementVNode("rect",{onClick:m[3]||(m[3]=y=>d(25)),class:"sector-field",x:"288.347",y:"44.347",width:"91.3059",height:"44.3059",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(25)?"#FFFF0030":"#2e3b46"},null,8,Ky),e.createElementVNode("rect",{onClick:m[4]||(m[4]=y=>d(26)),class:"sector-field",x:"0.347042",y:"88.347",width:"91.3059",height:"44.3059",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(26)?"#FFFF0030":"#2e3b46"},null,8,Xy),e.createElementVNode("rect",{onClick:m[5]||(m[5]=y=>d(27)),class:"sector-field",x:"91.347",y:"88.347",width:"65.9726",height:"44.3059",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(27)?"#FFFF0030":"#2e3b46"},null,8,Qy),e.createElementVNode("rect",{onClick:m[6]||(m[6]=y=>d(28)),class:"sector-field",x:"157.015",y:"88.347",width:"65.9726",height:"44.3059",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(28)?"#FFFF0030":"#2e3b46"},null,8,e3),e.createElementVNode("rect",{onClick:m[7]||(m[7]=y=>d(29)),class:"sector-field",x:"222.679",y:"88.347",width:"65.9726",height:"44.3059",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(29)?"#FFFF0030":"#2e3b46"},null,8,t3),e.createElementVNode("rect",{onClick:m[8]||(m[8]=y=>d(30)),class:"sector-field",x:"288.347",y:"88.347",width:"91.3059",height:"44.3059",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(30)?"#FFFF0030":"#2e3b46"},null,8,a3),e.createElementVNode("rect",{onClick:m[9]||(m[9]=y=>d(31)),class:"sector-field",x:"0.347042",y:"132.347",width:"91.3059",height:"44.3059",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(31)?"#FFFF0030":"#2e3b46"},null,8,o3),e.createElementVNode("rect",{onClick:m[10]||(m[10]=y=>d(32)),class:"sector-field",x:"91.347",y:"132.347",width:"65.9726",height:"44.3059",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(32)?"#FFFF0030":"#2e3b46"},null,8,l3),e.createElementVNode("rect",{onClick:m[11]||(m[11]=y=>d(33)),class:"sector-field",x:"157.015",y:"132.347",width:"65.9726",height:"44.3059",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(33)?"#FFFF0030":"#2e3b46"},null,8,i3),e.createElementVNode("rect",{onClick:m[12]||(m[12]=y=>d(34)),class:"sector-field",x:"222.679",y:"132.347",width:"65.9726",height:"44.3059",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(34)?"#FFFF0030":"#2e3b46"},null,8,r3),e.createElementVNode("rect",{onClick:m[13]||(m[13]=y=>d(35)),class:"sector-field",x:"288.347",y:"132.347",width:"91.3059",height:"44.3059",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(35)?"#FFFF0030":"#2e3b46"},null,8,n3),e.createElementVNode("rect",{onClick:m[14]||(m[14]=y=>d(2)),class:"sector-field",x:"91.347",y:"0.347042",width:"23.3059",height:"29.6392",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(2)?"#FFFF0030":"#2e3b46"},null,8,s3),e.createElementVNode("rect",{onClick:m[15]||(m[15]=y=>d(3)),class:"sector-field",x:"114.347",y:"0.347042",width:"23.3059",height:"29.6392",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(3)?"#FFFF0030":"#2e3b46"},null,8,d3),e.createElementVNode("rect",{onClick:m[16]||(m[16]=y=>d(4)),class:"sector-field",x:"137.347",y:"0.347042",width:"35.3059",height:"29.6392",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(4)?"#FFFF0030":"#2e3b46"},null,8,c3),e.createElementVNode("rect",{onClick:m[17]||(m[17]=y=>d(5)),class:"sector-field",x:"172.347",y:"0.347042",width:"35.3059",height:"29.6392",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(5)?"#FFFF0030":"#2e3b46"},null,8,m3),e.createElementVNode("rect",{onClick:m[18]||(m[18]=y=>d(6)),class:"sector-field",x:"207.347",y:"0.347042",width:"35.3059",height:"29.6392",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(6)?"#FFFF0030":"#2e3b46"},null,8,p3),e.createElementVNode("rect",{onClick:m[19]||(m[19]=y=>d(7)),class:"sector-field",x:"242.347",y:"0.347042",width:"23.3059",height:"29.6392",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(7)?"#FFFF0030":"#2e3b46"},null,8,u3),e.createElementVNode("rect",{onClick:m[20]||(m[20]=y=>d(8)),class:"sector-field",x:"265.347",y:"0.347042",width:"23.3059",height:"29.6392",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(8)?"#FFFF0030":"#2e3b46"},null,8,f3),e.createElementVNode("rect",{onClick:m[21]||(m[21]=y=>d(10)),class:"sector-field",x:"91.347",y:"29.6804",width:"23.3059",height:"29.6392",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(10)?"#FFFF0030":"#2e3b46"},null,8,h3),e.createElementVNode("rect",{onClick:m[22]||(m[22]=y=>d(11)),class:"sector-field",x:"114.347",y:"29.6804",width:"23.3059",height:"29.6392",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(11)?"#FFFF0030":"#2e3b46"},null,8,y3),e.createElementVNode("rect",{onClick:m[23]||(m[23]=y=>d(12)),class:"sector-field",x:"137.347",y:"29.6804",width:"35.3059",height:"29.6392",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(12)?"#FFFF0030":"#2e3b46"},null,8,g3),e.createElementVNode("rect",{onClick:m[24]||(m[24]=y=>d(13)),class:"sector-field",x:"172.347",y:"29.6804",width:"35.3059",height:"29.6392",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(13)?"#FFFF0030":"#2e3b46"},null,8,b3),e.createElementVNode("rect",{onClick:m[25]||(m[25]=y=>d(14)),class:"sector-field",x:"207.347",y:"29.6804",width:"35.3059",height:"29.6392",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(14)?"#FFFF0030":"#2e3b46"},null,8,S3),e.createElementVNode("rect",{onClick:m[26]||(m[26]=y=>d(15)),class:"sector-field",x:"242.347",y:"29.6804",width:"23.3059",height:"29.6392",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(15)?"#FFFF0030":"#2e3b46"},null,8,_3),e.createElementVNode("rect",{onClick:m[27]||(m[27]=y=>d(16)),class:"sector-field",x:"265.347",y:"29.6804",width:"23.3059",height:"29.6392",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(16)?"#FFFF0030":"#2e3b46"},null,8,C3),e.createElementVNode("rect",{onClick:m[28]||(m[28]=y=>d(18)),class:"sector-field",x:"91.347",y:"59.0137",width:"23.3059",height:"29.6392",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(18)?"#FFFF0030":"#2e3b46"},null,8,E3),e.createElementVNode("rect",{onClick:m[29]||(m[29]=y=>d(19)),class:"sector-field",x:"114.347",y:"59.0137",width:"23.3059",height:"29.6392",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(19)?"#FFFF0030":"#2e3b46"},null,8,w3),e.createElementVNode("rect",{onClick:m[30]||(m[30]=y=>d(20)),class:"sector-field",x:"137.347",y:"59.0137",width:"35.3059",height:"29.6392",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(20)?"#FFFF0030":"#2e3b46"},null,8,k3),e.createElementVNode("rect",{onClick:m[31]||(m[31]=y=>d(21)),class:"sector-field",x:"172.347",y:"59.0137",width:"35.3059",height:"29.6392",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(21)?"#FFFF0030":"#2e3b46"},null,8,V3),e.createElementVNode("rect",{onClick:m[32]||(m[32]=y=>d(22)),class:"sector-field",x:"207.347",y:"59.0137",width:"35.3059",height:"29.6392",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(22)?"#FFFF0030":"#2e3b46"},null,8,N3),e.createElementVNode("rect",{onClick:m[33]||(m[33]=y=>d(23)),class:"sector-field",x:"242.347",y:"59.0137",width:"23.3059",height:"29.6392",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(23)?"#FFFF0030":"#2e3b46"},null,8,x3),e.createElementVNode("rect",{onClick:m[34]||(m[34]=y=>d(24)),class:"sector-field",x:"265.347",y:"59.0137",width:"23.3059",height:"29.6392",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(24)?"#FFFF0030":"#2e3b46"},null,8,B3),F3,T3,e.createElementVNode("mask",{id:n.value,style:{"mask-type":"alpha"},maskUnits:"userSpaceOnUse",x:"91",y:"88",width:"198",height:"25"},L3,8,M3),e.createElementVNode("g",{mask:`url(#${n.value})`},I3,8,P3),v3,R3]))]),e.withDirectives(e.createElementVNode("div",O3,j3,512),[[e.vShow,!1]])]))}},H3=J($3,[["__scopeId","data-v-378bf7e2"]]),Aa=[{text:"Rematado con destino a portería",isSelected:!0,child:[{text:"Fue gol",isSelected:!0,categoryIds:[583,585,587,589]},{text:"No fue gol",isSelected:!0,categoryIds:[584,586,588,590]}]},{text:"Rematado sin destino a portería",isSelected:!0,categoryIds:[122,128,136,142]},{text:"Ganados por portero rival",isSelected:!0,categoryIds:[123,129,137,143]},{text:"Ganados por jugador rival",isSelected:!0,categoryIds:[124,130,138,144]},{text:"Sin destino",isSelected:!0,categoryIds:[125,131,139,145]}],W3={class:"what-happened"},G3={class:"what-happened__all"},q3={class:"what-happened__filters"},Z3={key:0,class:"what-happened__filters__filter__composed"},Y3={class:"what-happened__filters__filter__composed__main"},J3={key:1,class:"what-happened__filters__filter__single"},K3={__name:"TemplateWhatHappened",props:{isFemale:{type:Boolean,default:!1},whatHappenedFilters:{type:Array,default:()=>[...Aa]}},emits:["change-filters-selected","update:filters"],setup(t,{expose:a,emit:o}){const l=t,r=e.computed(()=>l.whatHappenedFilters.reduce((u,f)=>(f.child?f.child.forEach(p=>{p.isSelected&&u++}):f.isSelected&&u++,u),0)),i=e.computed(()=>l.whatHappenedFilters.reduce((u,f)=>(f.child?u+=f.child.length:u++,u),0)),n=e.computed(()=>r.value===i.value),s=e.computed(()=>r.value===1);e.watch(()=>l.whatHappenedFilters,u=>{o("change-filters-selected",r.value),o("update:filters",u)},{deep:!0,immediate:!0});function d(u){l.whatHappenedFilters.forEach(f=>{u?(f.isSelected=u,f.child&&f.child.forEach(p=>{p.isSelected=u})):f.child?(f.isSelected=!0,f.child.forEach(p=>{p.isSelected=!0})):f.isSelected=!1})}function c(u,f){f.isSelected=u,f.child.forEach(p=>{p.isSelected=u})}function h(u,f,p){p.isSelected=u,f.isSelected=f.child.every(g=>g.isSelected)}function m(u,f){f.isSelected=u}function y(){l.whatHappenedFilters.forEach(u=>{u.child?u.child.forEach(f=>{f.isSelected=!0}):u.isSelected=!0})}return a({onResetFilters:y}),(u,f)=>(e.openBlock(),e.createElementBlock("div",W3,[e.createElementVNode("div",G3,[e.createVNode(e.unref(q),{label:"Todos","model-value":n.value,"box-position":"right","onUpdate:modelValue":d},null,8,["model-value"])]),e.createElementVNode("div",q3,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.whatHappenedFilters,(p,g)=>(e.openBlock(),e.createElementBlock("div",{key:g,class:"what-happened__filters__filter"},[p.child?(e.openBlock(),e.createElementBlock("div",Z3,[e.createElementVNode("div",Y3,[e.createVNode(e.unref(q),{"model-value":p.isSelected,label:t.isFemale?p.text.replace("Ganados por portero rival","Ganados por portera rival").replace("Ganados por jugador rival","Ganados por jugadora rival"):p.text,"avoid-interaction":s.value&&p.isSelected,"onUpdate:modelValue":b=>c(b,p)},null,8,["model-value","label","avoid-interaction","onUpdate:modelValue"])]),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(p.child,(b,B)=>(e.openBlock(),e.createElementBlock("div",{key:`c${B}`,class:"what-happened__filters__filter__composed__child"},[e.createVNode(e.unref(q),{"model-value":b.isSelected,label:t.isFemale?b.text.replace("Ganados por portero rival","Ganados por portera rival").replace("Ganados por jugador rival","Ganados por jugadora rival"):b.text,"avoid-interaction":s.value&&b.isSelected,"onUpdate:modelValue":R=>h(R,p,b)},null,8,["model-value","label","avoid-interaction","onUpdate:modelValue"])]))),128))])):(e.openBlock(),e.createElementBlock("div",J3,[e.createVNode(e.unref(q),{"model-value":p.isSelected,label:t.isFemale?p.text.replace("Ganados por portero rival","Ganados por portera rival").replace("Ganados por jugador rival","Ganados por jugadora rival"):p.text,"avoid-interaction":s.value&&p.isSelected,"onUpdate:modelValue":b=>m(b,p)},null,8,["model-value","label","avoid-interaction","onUpdate:modelValue"])]))]))),128))])]))}},X3=J(K3,[["__scopeId","data-v-8f375a1a"]]),La={isMoment:!1,isMomentOnly:!1,results:{final:[{name:"Partidos ganados",value:1,isSelected:!0},{name:"Partidos perdidos",value:2,isSelected:!0},{name:"Partidos empatados",value:3,isSelected:!0}],moment:[{name:"Iba ganando",value:1,isSelected:!0},{name:"Iba perdiendo",value:2,isSelected:!0},{name:"Iba empatando",value:3,isSelected:!0}]}},vl=t=>(e.pushScopeId("data-v-ee3b28d3"),t=t(),e.popScopeId(),t),Q3={class:"template-results"},e4={class:"template-results__type-switch"},t4=vl(()=>e.createElementVNode("div",{class:"template-results__type-switch__label"},"Final",-1)),a4=vl(()=>e.createElementVNode("div",{class:"template-results__type-switch__label"},"Al momento",-1)),o4={class:"template-results__info"},l4={key:0,class:"template-results__group"},i4={key:1,class:"template-results__group"},r4={__name:"TemplateResultsByTime",props:{resultsFilters:{type:Object,default:()=>({...La})}},emits:["update:resultsFilters","change-filters-selected","update:filters"],setup(t,{expose:a,emit:o}){const l=t,r=e.ref(null),i=e.computed(()=>{const d=r.value.isMoment?r.value.results.moment.filter(c=>c.isSelected).length:r.value.results.final.filter(c=>c.isSelected).length;return o("change-filters-selected",d),d}),n=e.computed(()=>r.value.isMoment?"Resultado al momento del cobro":"Resultado al final del partido");e.watch(()=>l.resultsFilters,d=>{r.value===null&&(r.value={...d})},{deep:!0,immediate:!0}),e.watch(r,d=>{o("update:filters",d)},{deep:!0,immediate:!0});function s(){r.value.isMoment=!1,r.value.results.moment.forEach(d=>{d.isSelected=!0}),r.value.results.final.forEach(d=>{d.isSelected=!0})}return a({removeFilters:s}),(d,c)=>(e.openBlock(),e.createElementBlock("div",Q3,[e.withDirectives(e.createElementVNode("div",e4,[t4,e.createVNode(rt,{modelValue:r.value.isMoment,"onUpdate:modelValue":c[0]||(c[0]=h=>r.value.isMoment=h)},null,8,["modelValue"]),a4],512),[[e.vShow,!r.value.isMomentOnly]]),e.createElementVNode("div",o4,e.toDisplayString(n.value),1),r.value.isMoment?(e.openBlock(),e.createElementBlock("div",l4,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.value.results.moment,(h,m)=>(e.openBlock(),e.createElementBlock("div",{key:m,class:"template-results__result"},[e.createVNode(e.unref(q),{modelValue:h.isSelected,"onUpdate:modelValue":y=>h.isSelected=y,label:h.name,"avoid-interaction":i.value===1&&h.isSelected},null,8,["modelValue","onUpdate:modelValue","label","avoid-interaction"])]))),128))])):(e.openBlock(),e.createElementBlock("div",i4,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.value.results.final,(h,m)=>(e.openBlock(),e.createElementBlock("div",{key:m,class:"template-results__result"},[e.createVNode(e.unref(q),{modelValue:h.isSelected,"onUpdate:modelValue":y=>h.isSelected=y,label:h.name,"avoid-interaction":i.value===1&&h.isSelected},null,8,["modelValue","onUpdate:modelValue","label","avoid-interaction"])]))),128))]))]))}},n4=J(r4,[["__scopeId","data-v-ee3b28d3"]]),s4=t=>(e.pushScopeId("data-v-71a56ec2"),t=t(),e.popScopeId(),t),d4={key:0,class:"productivity__header__text"},c4={key:0},m4=s4(()=>e.createElementVNode("span",null,"mínimo 5 categorías y máximo 12",-1)),p4={key:1},u4={key:2},f4={key:1,class:"productivity__header__checkbox"},h4={class:"templates__body"},y4={key:0,class:"templates-plays"},g4={key:1,class:"templates-productivity"},b4={key:2,class:"template-field"},S4={key:3,class:"template-details"},_4={key:4,class:"template-personal-data"},C4={key:5,class:"template-leagues"},E4={key:6,class:"template-plays"},w4={key:7,class:"template-plays"},k4={key:8,class:"template-universe"},V4={key:9,class:"template-distance"},N4={key:10,class:"template-results"},x4={key:11,class:"template-results-by-type"},B4={key:12,class:"template-games"},F4={key:13,class:"template-taken-corners"},T4={key:14,class:"template-videos"},M4={key:15,class:"template-how-was-corner"},A4={key:16,class:"template-zone"},L4={key:17,class:"template-what-happened"},P4={key:1,class:"templates__footer"},D4={class:"templates__footer__button"},I4={class:"templates__footer__button"},v4={__name:"GSC-FilterTemplates",props:{filterType:{type:String,default:""},width:{type:String,default:"100%"},maxWidth:{type:String,default:"100%"},productivityMaxCategories:{type:Number,default:5},productivityMinCategories:{type:Number,default:0},productivityCategories:{type:[Object,null],default:()=>null},playsCategories:{type:[Object,null],default:()=>null},fieldAreas:{type:[Array,null],default:()=>[]},playingAs:{type:Array,default:()=>[{name:"Local",isSelected:!0},{name:"Visitante",isSelected:!0}]},statisticType:{type:String,default:"total"},isStatisticTypeVisible:{type:Boolean,default:!1},isPlayingAsHidden:{type:Boolean,default:!1},isFromTemplates:{type:Boolean,default:!1},isForTemplateForm:{type:Boolean,default:!1},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}]},isFemale:{type:Boolean,default:!1},tournaments:{type:Array,default:()=>[]},playsGolstatsCategories:{type:Array,default:()=>[]},universeFilters:{type:Object,default:()=>({minutesPlayed:0,percentMinutesPlayed:0,lastMonths:Array.from({length:24},(t,a)=>a+1),statistics:{totals:!0,averagePerGame:!1,averagePerMinute:!1}})},zoneFilters:{type:Array,default:()=>[]},whatHappenedFilters:{type:Array,default:()=>[]},personalDataFilters:{type:Object,default:()=>({})},distanceFilters:{type:Object,default:()=>({minValue:5,maxValue:30,minLimit:5,maxLimit:30})},resultsFilters:{type:Object,default:()=>({})},resultsByTimeFilters:{type:Object,default:()=>({})},gamesFilters:{type:Array,default:()=>[]},takenCornersFilters:{type:Array,default:()=>[]},howWasCornerFilters:{type:Object,default:()=>({})},awaitForFilters:{type:Boolean,default:!1},backgroundColor:{type:String,default:"#2E3B46"},borderRadius:{type:String,default:"8px"},borderColor:{type:String,default:"rgba(255, 255, 255, 0)"},borderWidth:{type:String,default:"1px"},boxShadow:{type:String,default:"0 14px 28px 0 rgba(0, 0, 0, 0.25)"},padding:{type:String,default:"20px"},footerBorderColor:{type:String,default:"#626970"},footerBorderWidth:{type:String,default:"1px"},textColor:{type:String,default:"#FFFFFF"},fontFamily:{type:String,default:"'Poppins-Regular'"},isExpansionMode:{type:Boolean,default:!0},isFooterVisible:{type:Boolean,default:!1},isFooterCancelOnly:{type:Boolean,default:!1},isSeleccion:{type:Boolean,default:!1},isScouting:{type:Boolean,default:!1},fieldComponentProps:{type:Object,default:()=>{}},season:{type:Object,default:()=>({})},token:{type:String,default:""},modalHeight:{type:String,default:"fit-content"},isOneTournamentOnly:{type:Boolean,default:!1},defaultTournamentId:{type:Number,default:1}},emits:["change-categories-selected","change-filters-selected","change-universe-filters","change-field-areas","apply","click-cancel","update:filters","total-filters","click-parameters"],setup(t,{expose:a,emit:o}){const l=t,r=e.ref(null),i=e.ref(!1),n=e.ref({playingAs:l.playingAs,gameSections:l.gameSections,statisticType:l.statisticType}),s=e.ref({areYellowCardsSelected:!1,areRedCardsSelected:!1,areFoulsCommittedSelected:!1}),d=e.ref(null),c=e.ref(null),h=e.ref(null),m=e.ref(null),y=e.ref(null),u=e.computed(()=>({"--width":l.width,"--max-width":l.maxWidth,"--background-color":l.backgroundColor,"--border-radius":l.borderRadius,"--border-color":l.borderColor,"--border-width":l.borderWidth,"--box-shadow":l.boxShadow,"--padding":l.filterType!==S.VIDEOS?l.isExpansionMode?"10px 0":l.padding:"0","--footer-border-color":l.footerBorderColor,"--footer-border-width":l.footerBorderWidth,"--text-color":l.textColor})),f=e.computed(()=>{const w=[];return l.productivityCategories&&Object.values(l.productivityCategories).forEach(F=>{F.categories&&F.categories.forEach(Z=>{w.push(Z)})}),w}),p=e.computed(()=>{const w=[];return l.playsCategories&&Object.values(l.playsCategories).forEach(F=>{F.categories&&F.categories.forEach(Z=>{w.push(Z)})}),w}),g=e.computed(()=>{const w=f.value.filter(F=>F.isSelected);return W(w),l.filterType===S.PRODUCTIVITY&&o("change-categories-selected",w.length),w.length}),b=e.computed(()=>!l.isForTemplateForm&&g.value>=l.productivityMaxCategories),B=e.computed(()=>!l.isForTemplateForm&&g.value<=l.productivityMinCategories),R=e.computed(()=>l.isPlayingAsHidden?l.gameSections:l.playingAs.concat(l.gameSections));e.watch(n,w=>{l.filterType===S.DETAILS&&o("update:filters",w)},{immediate:!0,deep:!0}),e.watch(()=>R.value,w=>{if(l.filterType===S.DETAILS){const F=w.filter(Z=>Z.isSelected);o("change-filters-selected",F.length)}},{immediate:!0,deep:!0}),e.watch(()=>l.playsGolstatsCategories,w=>{if(l.filterType===S.PLAYS_TYPES||l.filterType===S.GOLSTATS){const F=w.filter(Z=>Z.isSelected);o("change-filters-selected",F.length)}},{immediate:!0}),e.watch(()=>l.fieldAreas,w=>{l.filterType===S.FIELD&&o("change-filters-selected",w.length)}),e.watch(p,()=>{l.filterType===S.PLAYS&&D()},{immediate:!0,deep:!0}),e.watch(f,()=>{l.filterType===S.PRODUCTIVITY&&Y()},{immediate:!0,deep:!0}),e.watch(()=>l.resultsFilters,w=>{l.filterType===S.RESULTS&&o("change-filters-selected",w.results.filter(F=>F.isSelected).length)},{immediate:!0,deep:!0});function W(w){setTimeout(()=>{w.sort((F,Z)=>F.priority-Z.priority),w.forEach((F,Z)=>{F.priority=Z+1})},10)}function z(w=null){U(w)}function U(w=null){l.filterType===S.PRODUCTIVITY?f.value.forEach(F=>{F.isSelected=!1}):l.filterType===S.PLAYS?(p.value.forEach(F=>{F.isSelected=!0}),i.value=!0):l.filterType===S.FIELD?o("change-field-areas",[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16]):l.filterType===S.DETAILS?(l.playingAs.forEach(F=>{F.isSelected=!0}),l.gameSections.forEach(F=>{F.isSelected=!0})):l.filterType===S.TOURNAMENTS?(l.tournaments.forEach((F,Z)=>{l.isOneTournamentOnly?F.isSelected=Z===0:F.isSelected=!0}),o("change-filters-selected",0)):l.filterType===S.PLAYS_TYPES?l.playsGolstatsCategories.forEach(F=>{F.isSelected=!0}):l.filterType===S.GOLSTATS?l.playsGolstatsCategories.forEach(F=>{F.isSelected=!1}):l.filterType===S.UNIVERSE?d.value&&d.value.resetFilters():l.filterType===S.PERSONAL_DATA?(r.value&&r.value.onClearFilters(w||se.All),o("change-personal-data-filters",{})):l.filterType===S.DISTANCE?o("update:filters",{minValue:l.distanceFilters.minLimit,maxValue:l.distanceFilters.maxLimit}):l.filterType===S.RESULTS?o("update:filters",{results:l.resultsFilters.results.map(F=>(F.isSelected=!0,F))}):l.filterType===S.RESULTS_BY_TIME?y.value&&y.value.removeFilters():l.filterType===S.GAMES?l.gamesFilters.forEach(F=>{F.isSelected=!0}):l.filterType===S.TAKEN_CORNERS?c.value.clearFilters():l.filterType===S.HOW_WAS_CORNER?(l.howWasCornerFilters.left.forEach(F=>{F.isSelected=!0}),l.howWasCornerFilters.right.forEach(F=>{F.isSelected=!0})):l.filterType===S.ZONE?h.value&&h.value.clearFilters():l.filterType===S.WHAT_HAPPENED&&m.value&&m.value.onResetFilters()}function G(w){l.filterType===S.TOURNAMENTS&&o("change-filters-selected",w)}function K(w){l.filterType===S.UNIVERSE&&o("change-universe-filters",w)}function oe(w){l.filterType===S.FIELD&&o("change-field-areas",w)}function v(w){l.filterType===S.GOLSTATS&&o("change-filters-selected",w)}function A(w){o("change-filters-selected",w)}function I(w){l.filterType===S.PRODUCTIVITY?f.value.forEach(F=>{F.isSelected=w}):(i.value=w,l.playsCategories.offensive.categories.forEach(F=>{F.isSelected=w}),l.playsCategories.defensive.categories.forEach(F=>{F.isSelected=w}),l.playsCategories.possession.categories.forEach(F=>{F.isSelected=w}),l.playsCategories.offenses.categories.forEach(F=>{F.isSelected=w}))}function D(){let w=0;const F={playsCategories:p.value.filter(Z=>Z.isSelected)};i.value=F.playsCategories.length===p.value.length,w=F.playsCategories.length,Object.values(s.value).forEach(Z=>{Z&&w++}),o("change-filters-selected",w),o("update:filters",F)}function Y(){let w=0;const F={productivityFilters:f.value.filter(Z=>Z.isSelected),offensesConditions:s.value};w=F.productivityFilters.length,Object.values(s.value).forEach(Z=>{Z&&w++}),o("change-filters-selected",w),o("update:filters",F)}function ee(w){o("click-parameters",w)}function me(){o("apply")}function T(){(l.filterType===S.PLAYS_TYPES||l.filterType===S.GOLSTATS)&&l.playsGolstatsCategories&&l.playsGolstatsCategories.forEach(w=>{w.isSelected=!1}),l.filterType===S.PRODUCTIVITY&&f.value.forEach(w=>{w.isSelected=!1}),o("apply")}function _(w){o("update:filters",w)}function k(w){l.filterType===S.PERSONAL_DATA&&o("update:filters",w)}function P(w){l.filterType===S.TOURNAMENTS&&o("update:filters",w)}function V(w){(l.filterType===S.PLAYS_TYPES||l.filterType===S.GOLSTATS)&&o("update:filters",w)}function O(w){l.filterType===S.PRODUCTIVITY&&(s.value=w,Y())}function H(w){l.filterType===S.DISTANCE&&o("update:filters",w)}function M(w){l.filterType===S.RESULTS&&o("update:filters",w)}function L(w){l.filterType===S.GAMES&&(o("update:filters",w),o("change-filters-selected",w.filter(F=>F.isSelected).length))}function N(w){n.value.statisticType=w}const x=e.computed(()=>l.filterType===S.PLAYS?p.value.length:l.filterType===S.PRODUCTIVITY?f.value.length:l.filterType===S.FIELD?16:l.filterType===S.UNIVERSE?6:l.filterType===S.DETAILS?8:l.filterType===S.RESULTS||l.filterType===S.RESULTS_BY_TIME?3:l.filterType===S.GAMES?l.gamesFilters.length:0);return o("total-filters",x),a({clearFilters:z}),(w,F)=>(e.openBlock(),e.createElementBlock("div",{class:"templates",style:e.normalizeStyle(u.value)},[t.filterType===e.unref(S).PRODUCTIVITY||t.filterType===e.unref(S).PLAYS?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.isExpansionMode?"productivity__header__expansion":"productivity__header")},[t.filterType===e.unref(S).PRODUCTIVITY?(e.openBlock(),e.createElementBlock("div",d4,[t.isFromTemplates?(e.openBlock(),e.createElementBlock("div",c4,[e.createTextVNode(" Elige tipo de jugadas: "),m4])):t.isForTemplateForm?(e.openBlock(),e.createElementBlock("div",p4,"Tipo de participación")):(e.openBlock(),e.createElementBlock("div",u4,"Selecciona hasta 5 categorias en orden de importancia"))])):e.createCommentVNode("",!0),t.filterType===e.unref(S).PLAYS||t.isForTemplateForm?(e.openBlock(),e.createElementBlock("div",f4,[e.createVNode(e.unref(q),{label:t.isForTemplateForm?"Seleccionar todas":"Todos los tipos de jugadas","box-position":t.isForTemplateForm?"right":"left",fontFamily:"Poppins-Regular",labelFontSize:"14px","model-value":i.value,"label-color":t.textColor,"onUpdate:modelValue":I},null,8,["label","box-position","model-value","label-color"])])):e.createCommentVNode("",!0)],2)):e.createCommentVNode("",!0),e.createElementVNode("div",h4,[t.filterType===e.unref(S).PLAYS?(e.openBlock(),e.createElementBlock("div",y4,[e.createVNode(fh,{"plays-categories":t.playsCategories,"is-expansion-mode":t.isExpansionMode},null,8,["plays-categories","is-expansion-mode"])])):e.createCommentVNode("",!0),t.filterType===e.unref(S).PRODUCTIVITY?(e.openBlock(),e.createElementBlock("div",g4,[e.createVNode(nc,{"productivity-categories":t.productivityCategories,"number-of-categories-selected":g.value,"are-max-categories-reached":b.value,"are-min-categories-reached":B.value,"is-expansion-mode":t.isExpansionMode,"is-from-templates":t.isFromTemplates,"is-for-template-form":t.isForTemplateForm,"onUpdate:offensesConditions":O,onClickParameters:ee},null,8,["productivity-categories","number-of-categories-selected","are-max-categories-reached","are-min-categories-reached","is-expansion-mode","is-from-templates","is-for-template-form"])])):e.createCommentVNode("",!0),t.filterType===e.unref(S).FIELD?(e.openBlock(),e.createElementBlock("div",b4,[e.createVNode(e.unref(Zo),e.mergeProps(t.fieldComponentProps,{"background-color":t.backgroundColor,value:t.fieldAreas,"onUpdate:modelValue":oe}),null,16,["background-color","value"])])):e.createCommentVNode("",!0),t.filterType===e.unref(S).DETAILS?(e.openBlock(),e.createElementBlock("div",S4,[e.createVNode(Rc,{"is-playing-as-hidden":t.isPlayingAsHidden,"playing-as":t.playingAs,"game-sections":t.gameSections,"font-gamily":t.fontFamily,"is-statistic-type-visible":t.isStatisticTypeVisible,"statistic-type":t.statisticType,onChangeStatisticType:N},null,8,["is-playing-as-hidden","playing-as","game-sections","font-gamily","is-statistic-type-visible","statistic-type"])])):e.createCommentVNode("",!0),t.filterType===e.unref(S).PERSONAL_DATA?(e.openBlock(),e.createElementBlock("div",_4,[e.createVNode(Kf,{"is-female":t.isFemale,ref_key:"templatePersonalData",ref:r,"personal-data-filters":t.personalDataFilters,season:t.season,"is-seleccion":t.isSeleccion,"is-scouting":t.isScouting,token:t.token,filters:t.personalDataFilters,"onUpdate:filters":k},null,8,["is-female","personal-data-filters","season","is-seleccion","is-scouting","token","filters"])])):e.createCommentVNode("",!0),t.filterType===e.unref(S).TOURNAMENTS?(e.openBlock(),e.createElementBlock("div",C4,[e.createVNode(Hc,{tournaments:t.tournaments,"is-one-tournament-only":t.isOneTournamentOnly,"default-tournament-id":t.defaultTournamentId,onChangeFiltersSelected:G,"onUpdate:filters":P},null,8,["tournaments","is-one-tournament-only","default-tournament-id"])])):e.createCommentVNode("",!0),t.filterType===e.unref(S).PLAYS_TYPES?(e.openBlock(),e.createElementBlock("div",E4,[e.createVNode(Mo,{height:t.modalHeight,type:t.filterType,categories:t.playsGolstatsCategories,"onUpdate:filters":V},null,8,["height","type","categories"])])):e.createCommentVNode("",!0),t.filterType===e.unref(S).GOLSTATS?(e.openBlock(),e.createElementBlock("div",w4,[e.createVNode(Mo,{height:t.modalHeight,type:t.filterType,categories:t.playsGolstatsCategories,onChangeFiltersSelected:v,"onUpdate:filters":V},null,8,["height","type","categories"])])):e.createCommentVNode("",!0),t.filterType===e.unref(S).UNIVERSE?(e.openBlock(),e.createElementBlock("div",k4,[e.createVNode(O1,{ref_key:"templateUniverse",ref:d,"universe-filters":t.universeFilters,"onUpdate:universeFilters":K},null,8,["universe-filters"])])):e.createCommentVNode("",!0),t.filterType===e.unref(S).DISTANCE?(e.openBlock(),e.createElementBlock("div",V4,[e.createVNode(rm,{distance:t.distanceFilters,"onUpdate:distanceFilters":H},null,8,["distance"])])):e.createCommentVNode("",!0),t.filterType===e.unref(S).RESULTS?(e.openBlock(),e.createElementBlock("div",N4,[e.createVNode(gh,{ref_key:"templateResults",ref:y,"results-filters":t.resultsFilters,"onUpdate:resultsFilters":M},null,8,["results-filters"])])):e.createCommentVNode("",!0),t.filterType===e.unref(S).RESULTS_BY_TIME?(e.openBlock(),e.createElementBlock("div",x4,[e.createVNode(n4,{ref_key:"templateResults",ref:y,"results-filters":t.resultsByTimeFilters,onChangeFiltersSelected:A,"onUpdate:filters":_},null,8,["results-filters"])])):e.createCommentVNode("",!0),t.filterType===e.unref(S).GAMES?(e.openBlock(),e.createElementBlock("div",B4,[e.createVNode(um,{"games-filters":t.gamesFilters,"onUpdate:gamesFilters":L},null,8,["games-filters"])])):e.createCommentVNode("",!0),t.filterType===e.unref(S).TAKEN_CORNERS?(e.openBlock(),e.createElementBlock("div",F4,[e.createVNode(Vy,{"is-female":t.isFemale,ref_key:"templateTakenCorners",ref:c,"taken-corners-filters":t.takenCornersFilters,"is-expansion-mode":t.isExpansionMode,onChangeFiltersSelected:A,"onUpdate:filters":_},null,8,["is-female","taken-corners-filters","is-expansion-mode"])])):e.createCommentVNode("",!0),t.filterType===e.unref(S).VIDEOS?(e.openBlock(),e.createElementBlock("div",T4,[e.createVNode(ny,{token:t.token},null,8,["token"])])):e.createCommentVNode("",!0),t.filterType===e.unref(S).HOW_WAS_CORNER?(e.openBlock(),e.createElementBlock("div",M4,[e.createVNode(Uy,{"how-was-corner-filters":t.howWasCornerFilters,"is-expansion-mode":t.isExpansionMode,onChangeFiltersSelected:A,"onUpdate:filters":_},null,8,["how-was-corner-filters","is-expansion-mode"])])):e.createCommentVNode("",!0),t.filterType===e.unref(S).ZONE?(e.openBlock(),e.createElementBlock("div",A4,[e.createVNode(H3,{ref_key:"templateZone",ref:h,"zone-filters":t.zoneFilters,onChangeFiltersSelected:A,"onUpdate:filters":_},null,8,["zone-filters"])])):e.createCommentVNode("",!0),t.filterType===e.unref(S).WHAT_HAPPENED?(e.openBlock(),e.createElementBlock("div",L4,[e.createVNode(X3,{"is-female":t.isFemale,ref_key:"templateWhatHappened",ref:m,"what-happened-filters":t.whatHappenedFilters,onChangeFiltersSelected:A,"onUpdate:filters":_},null,8,["is-female","what-happened-filters"])])):e.createCommentVNode("",!0)]),t.isFooterVisible?(e.openBlock(),e.createElementBlock("div",P4,[t.isFooterCancelOnly?(e.openBlock(),e.createBlock(e.unref(Ct),{key:0,"text-value":"Cancelar","font-size":"12px",height:"22px",width:"72px","border-radius":"62px","border-width":.8,"border-color":"white","background-color":"rgba(255, 255, 255, 0.06)",onClick:T})):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createElementVNode("div",D4,[t.isForTemplateForm?(e.openBlock(),e.createBlock(e.unref(Ct),{key:0,"text-value":"Cancelar","font-size":"12px","font-color":"rgba(255,255,255,0.7)","text-decoration":"underline",onClick:T})):(e.openBlock(),e.createBlock(e.unref(Ct),{key:1,"text-value":"Quitar filtros","font-size":"12px","font-color":"rgba(255,255,255,0.7)","text-decoration":"underline",onClick:U}))]),e.createElementVNode("div",I4,[e.createVNode(e.unref(Ct),{"text-value":"Listo","font-size":"12px",height:"22px",width:"72px","border-radius":"62px","border-width":.8,"border-color":"#cbee6b",onClick:me})])],64))])):e.createCommentVNode("",!0)],4))}},Rl=J(v4,[["__scopeId","data-v-71a56ec2"]]),R4=(t,a)=>{const o=t.__vccOpts||t;for(const[l,r]of a)o[l]=r;return o},O4={__name:"GSC-Menu",props:{menuMarginTop:{type:Number,default:0,validator(t){return!Number.isNaN(t)}},modelValue:{type:Boolean,default:!1},width:{type:String,default:"fit-content"},menuWidth:{type:String,default:"fit-content"},zIndexOpen:{type:Number,default:3},leftMenu:{type:String,default:"unset"}},emits:["update:modelValue"],setup(t,{emit:a}){const o=t;e.useCssVars(u=>({"398d9242":t.width,f164e302:d.value,"4bb88040":t.menuWidth}));const l=e.ref(null),r=e.ref(!1),i=e.ref(null),n=e.ref({}),s=e.computed(()=>{const u={top:"0px","--left-menu":o.leftMenu};if(l.value){const f=l.value.getBoundingClientRect();u.top=`${f.height+o.menuMarginTop}px`}return u}),d=e.computed(()=>r.value?o.zIndexOpen:1);e.watch(()=>o.modelValue,u=>{u!==r.value&&(r.value=u)},{immediate:!0}),e.watch(r,u=>{u||setTimeout(()=>{n.value["--translate-x"]="0px"},500)});function c(u){const f=window.innerWidth,p=u.boundingClientRect.x,g=u.boundingClientRect.x+u.boundingClientRect.width,b=p<=0?Math.abs(p)+4:g>=f?f-(g+10):0;n.value["--translate-x"]=`${b}px`}function h(){new IntersectionObserver(u=>{u[0].intersectionRatio>0&&c(u[0])}).observe(i.value)}function m(){r.value=!r.value,a("update:modelValue",r.value)}function y(){r.value=!1,a("update:modelValue",r.value)}return e.onMounted(()=>{e.nextTick(()=>{h()})}),(u,f)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[r.value?(e.openBlock(),e.createElementBlock("div",{key:0,id:"menu-overlay",onClick:y})):e.createCommentVNode("",!0),e.createElementVNode("div",{class:"menu-container",style:e.normalizeStyle(n.value)},[e.createElementVNode("div",{ref_key:"trigger",ref:l,class:"menu-container__trigger",onClick:m},[e.renderSlot(u.$slots,"trigger",{},void 0,!0)],512),e.createVNode(e.Transition,null,{default:e.withCtx(()=>[e.withDirectives(e.createElementVNode("div",{ref_key:"menu",ref:i,class:"menu-container__menu",style:e.normalizeStyle(s.value)},[e.renderSlot(u.$slots,"menu",{},void 0,!0)],4),[[e.vShow,r.value]])]),_:3})],4)],64))}},z4=R4(O4,[["__scopeId","data-v-18c0df61"]]),Oe=t=>(e.pushScopeId("data-v-2504d135"),t=t(),e.popScopeId(),t),U4={key:0,class:"button__icon"},j4={key:0,width:"19",height:"17",viewBox:"0 0 19 17",fill:"none",xmlns:"http://www.w3.org/2000/svg"},$4=["stroke"],H4=["stroke"],W4=["stroke"],G4={key:1,width:"17",height:"18",viewBox:"0 0 17 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},q4=["stroke"],Z4=["stroke"],Y4=["fill"],J4={key:2,width:"17",height:"17",viewBox:"0 0 17 17",fill:"none",xmlns:"http://www.w3.org/2000/svg"},K4=["fill"],X4={key:3,width:"21",height:"18",viewBox:"0 0 21 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},Q4=["stroke"],eg=["stroke"],tg=["stroke"],ag=["stroke"],og=["stroke"],lg={key:4,width:"18",height:"17",viewBox:"0 0 18 17",fill:"none",xmlns:"http://www.w3.org/2000/svg"},ig=Oe(()=>e.createElementVNode("path",{d:"M1.85113 13.0897C1.9303 13.2137 2.01739 13.3404 2.10447 13.4617C2.30239 13.7361 2.51878 14 2.74837 14.2507C3.74589 15.3298 5.01785 16.1504 6.41385 16.5963C6.4719 16.6148 6.52996 16.6332 6.58802 16.6491C6.60385 16.6544 6.61704 16.657 6.63024 16.6623C6.70413 16.6834 6.77538 16.7045 6.84927 16.723C7.54859 16.9077 8.27429 17 9.00264 17C9.73098 17 10.4593 16.9077 11.1586 16.7256C11.3064 16.686 11.4542 16.6438 11.5967 16.5989C11.9187 16.496 12.2353 16.372 12.5414 16.2322C12.7895 16.1187 13.0296 15.9921 13.2645 15.8549C14.2963 15.2533 15.2041 14.438 15.9034 13.467C15.9668 13.3799 16.0301 13.2876 16.0908 13.1926C16.1119 13.1609 16.133 13.1293 16.1541 13.095C16.9432 11.8681 17.405 10.4486 17.4868 8.98945C17.4947 8.84169 17.5 8.69393 17.5 8.54618C17.5 8.53034 17.5 8.51715 17.5 8.50132C17.5 6.90765 17.0646 5.37995 16.2386 4.04222C16.1198 3.85224 15.9932 3.66491 15.8612 3.48021C15.8586 3.47493 15.8559 3.4723 15.8533 3.46702C15.8084 3.40633 15.7636 3.34565 15.7161 3.2876C15.6712 3.22955 15.6237 3.1715 15.5789 3.1161C14.6526 1.98417 13.4466 1.10818 12.0928 0.580475C11.9556 0.525066 11.8105 0.474934 11.668 0.42744C10.8103 0.145118 9.91307 0 9.00264 0C8.09221 0 7.19497 0.14248 6.33732 0.424802C6.19482 0.472295 6.04967 0.525066 5.91245 0.577836C4.55604 1.10554 3.35005 1.98417 2.42378 3.11346C2.37364 3.17678 2.32086 3.24011 2.27072 3.30607C2.2285 3.35884 2.18892 3.41161 2.14933 3.46702C2.14933 3.46702 2.14933 3.46966 2.14669 3.4723C2.14669 3.47493 2.14405 3.47757 2.14142 3.48021C1.43418 4.44591 0.94598 5.53034 0.69792 6.68074C0.660975 6.85224 0.626669 7.02639 0.600279 7.20053C0.571251 7.39578 0.547501 7.59103 0.531667 7.78892C0.521111 7.91293 0.513195 8.03694 0.507917 8.16095C0.502639 8.27441 0.5 8.38786 0.5 8.50132V8.61214C0.502639 8.73615 0.507917 8.8628 0.513195 8.98945C0.595002 10.4486 1.05681 11.8681 1.84586 13.0923L1.85113 13.0897ZM1.82738 7.64908C1.82738 7.63325 1.83002 7.62005 1.83266 7.60422C1.84322 7.52771 1.85377 7.45119 1.86433 7.37731C1.86433 7.36412 1.86697 7.35092 1.86961 7.33773C1.8828 7.25594 1.89863 7.1715 1.91447 7.08971C1.91711 7.07124 1.92238 7.05541 1.92502 7.03694C1.94086 6.95778 1.95933 6.87599 1.9778 6.79683V6.78628C1.99891 6.70449 2.02266 6.62269 2.04378 6.5409C2.04905 6.52243 2.05433 6.5066 2.05961 6.48813C2.08336 6.40897 2.10711 6.32718 2.1335 6.24802L2.14142 6.22164C2.16517 6.14776 2.19156 6.07652 2.21794 6.00264C2.22322 5.98681 2.23114 5.97098 2.23642 5.95515C2.26545 5.87863 2.29711 5.79947 2.32878 5.72559C2.33406 5.70976 2.34197 5.69657 2.34725 5.68338C2.37628 5.61478 2.40795 5.54617 2.43962 5.47757C2.44489 5.46702 2.45017 5.45383 2.45545 5.44063C2.48975 5.36676 2.5267 5.29024 2.56628 5.21636C2.5742 5.20053 2.58212 5.1847 2.59267 5.16887C2.63226 5.09499 2.6692 5.02375 2.71143 4.94987V4.94195H2.7167L3.2656 6.63061L1.82738 7.67546C1.82738 7.67546 1.82738 7.65699 1.83002 7.64908H1.82738ZM4.08367 7.6095L5.62745 8.31926L6.52204 11.0712L5.62481 12.1108H2.74309C2.23642 11.2348 1.92238 10.2612 1.81683 9.25594L4.08367 7.6095ZM7.58026 1.41161C7.65942 1.39578 7.74123 1.37995 7.8204 1.36675C7.84151 1.36412 7.86262 1.35884 7.88109 1.3562C7.96026 1.34301 8.03679 1.33245 8.11596 1.32454C8.13971 1.3219 8.16346 1.31926 8.18721 1.31662C8.24791 1.30871 8.30596 1.30343 8.36666 1.29815C8.39305 1.29815 8.42207 1.29288 8.44846 1.29024C8.52235 1.28496 8.59361 1.27968 8.6675 1.27705C8.69916 1.27705 8.73347 1.27441 8.76514 1.27177C8.82319 1.27177 8.88125 1.26913 8.94194 1.26913C8.98153 1.26913 9.01847 1.26913 9.05806 1.26913C9.11611 1.26913 9.17681 1.26913 9.23487 1.27177C9.26653 1.27177 9.30084 1.27177 9.33251 1.27705C9.4064 1.27968 9.48029 1.28496 9.55154 1.29024C9.58057 1.29024 9.60696 1.29551 9.63334 1.29815C9.69404 1.30343 9.75473 1.30871 9.81279 1.31662C9.83654 1.31926 9.86029 1.3219 9.88668 1.32454C9.96585 1.33509 10.045 1.34565 10.1215 1.3562L10.1849 1.36675C10.264 1.37995 10.3459 1.39314 10.425 1.41161C10.4277 1.41161 10.4303 1.41161 10.4356 1.41161H10.4382L9 2.45646L7.56178 1.41161H7.56442C7.56442 1.41161 7.5697 1.41161 7.57234 1.41161H7.58026ZM9.00528 6.56728L11.1138 8.10026L10.3089 10.5805H7.70165L6.89677 8.10026L9.00528 6.56728ZM15.3018 4.94459V4.94987C15.3466 5.02111 15.3862 5.09499 15.4232 5.16887L15.4469 5.21636C15.4839 5.29024 15.5208 5.36676 15.5577 5.44063C15.563 5.45119 15.5683 5.46438 15.5736 5.47493C15.6052 5.54354 15.6369 5.61214 15.6659 5.68338C15.6712 5.69657 15.6791 5.7124 15.6844 5.72559C15.7161 5.80211 15.7478 5.87863 15.7768 5.95778C15.7821 5.97361 15.79 5.98945 15.7953 6.00528C15.8216 6.07916 15.848 6.1504 15.8718 6.22428C15.8744 6.23219 15.8771 6.24011 15.8797 6.25066C15.9061 6.32982 15.9298 6.40897 15.9536 6.49077C15.9589 6.50923 15.9641 6.52771 15.9694 6.54618C15.9905 6.62797 16.0143 6.70976 16.0328 6.78892C16.0328 6.7942 16.0328 6.79683 16.0328 6.80211C16.0512 6.88127 16.0697 6.96042 16.0855 7.03958L16.0961 7.09235C16.1119 7.17414 16.1278 7.25594 16.141 7.33773C16.141 7.35092 16.1462 7.36412 16.1462 7.37731C16.1568 7.45119 16.1673 7.52771 16.1779 7.60422C16.1779 7.62005 16.1805 7.63325 16.1832 7.64908C16.1832 7.65699 16.1832 7.66755 16.1858 7.67546L14.7476 6.63061L15.2965 4.93931L15.3018 4.94459ZM13.9295 7.61214L16.1937 9.25858C16.0882 10.2639 15.7715 11.2401 15.2675 12.1135H12.3858L11.4912 11.0739L12.3858 8.3219L13.9295 7.61214ZM14.3306 13.3879C14.3306 13.3879 14.3254 13.3931 14.3227 13.3958C14.2673 13.4565 14.2093 13.5172 14.1512 13.5752C14.138 13.5884 14.1248 13.6016 14.1116 13.6148C14.0536 13.6728 13.9929 13.7309 13.9322 13.7889C13.9216 13.7995 13.9111 13.81 13.8979 13.8206C13.8424 13.8707 13.7844 13.9235 13.729 13.971C13.7184 13.9789 13.7079 13.9894 13.6973 14C13.634 14.0554 13.5706 14.1055 13.5047 14.1583C13.4888 14.1715 13.473 14.1821 13.4598 14.1953C13.3938 14.2454 13.3278 14.2955 13.2619 14.3456C13.2619 14.3456 13.2566 14.3483 13.2566 14.3509C13.188 14.4011 13.1194 14.4486 13.0481 14.496C13.0323 14.5066 13.0165 14.5172 12.998 14.5277C12.9294 14.5726 12.8581 14.6174 12.7895 14.6623C12.7763 14.6702 12.7658 14.6781 12.7526 14.6834C12.6892 14.723 12.6233 14.7599 12.5573 14.7968C12.5441 14.8048 12.5283 14.8127 12.5151 14.8206C12.4438 14.8602 12.3699 14.8997 12.296 14.9367C12.2802 14.9446 12.2617 14.9525 12.2459 14.9631C12.1746 15 12.1007 15.0343 12.0295 15.0686C12.0242 15.0686 12.0189 15.0739 12.0137 15.0765H12.0084L12.5573 13.3879H14.3306ZM6.00217 15.0765L5.98898 15.0712C5.91509 15.0369 5.8412 15 5.76731 14.9631C5.75147 14.9551 5.73564 14.9472 5.71981 14.9393C5.64592 14.9024 5.57203 14.8628 5.49814 14.8206C5.48494 14.8127 5.47175 14.8048 5.45855 14.7995C5.39258 14.7625 5.32661 14.723 5.26063 14.6834C5.25008 14.6781 5.23688 14.6702 5.22633 14.6623C5.15508 14.6201 5.08646 14.5726 5.01521 14.5277C4.99938 14.5172 4.98355 14.5066 4.96771 14.496C4.89646 14.4486 4.82785 14.4011 4.75924 14.3509H4.75396C4.68799 14.2982 4.61937 14.248 4.5534 14.1953C4.53757 14.1821 4.52437 14.1715 4.50854 14.1583C4.44256 14.1055 4.37923 14.0554 4.3159 14C4.30534 13.9894 4.29478 13.9815 4.28159 13.971C4.22353 13.9208 4.16812 13.8707 4.1127 13.8206C4.10214 13.81 4.08895 13.7995 4.07839 13.7889C4.0177 13.7335 3.957 13.6755 3.89894 13.6148C3.88575 13.6016 3.87256 13.5884 3.85936 13.5752C3.8013 13.5172 3.74589 13.4591 3.69047 13.3984C3.68783 13.3958 3.68519 13.3931 3.67991 13.3879H5.45328L6.00217 15.0765C6.00217 15.0765 5.99954 15.0765 5.9969 15.0765H6.00217ZM7.50636 15.5726L6.63552 12.8971L7.53012 11.8602H10.4804L11.375 12.8971L10.5042 15.5726C9.52251 15.7784 8.48805 15.781 7.50373 15.5726H7.50636ZM14.3755 3.66755L13.4809 6.41953L11.9371 7.12929L9.6439 5.46174V3.57784L11.9503 1.90237C12.8713 2.31135 13.6999 2.91557 14.3781 3.66755H14.3755ZM6.06287 1.90237L8.3693 3.57784V5.46174L6.07606 7.12929L4.53229 6.41953L3.63769 3.66755C4.3159 2.91557 5.14452 2.31398 6.06551 1.90237H6.06287Z",fill:"#979DA2"},null,-1)),rg=[ig],ng={key:5,width:"19",height:"19",viewBox:"0 0 19 19",fill:"none",xmlns:"http://www.w3.org/2000/svg"},sg=Oe(()=>e.createElementVNode("path",{d:"M17.182 5.9a.538.538 0 0 0-.13-.416L14.24 2.109a.558.558 0 0 0-.433-.203h-2.25c-.017 0-.034.012-.056.012a.557.557 0 0 0-.563.41 1.68 1.68 0 0 1-1.63 1.266 1.68 1.68 0 0 1-1.632-1.266.55.55 0 0 0-.563-.41c-.017 0-.033-.012-.056-.012h-2.25a.558.558 0 0 0-.433.203L1.561 5.484a.586.586 0 0 0-.129.416c.017.152.09.287.208.382l2.605 2.082v8.167c0 .31.253.563.562.563h9c.31 0 .563-.253.563-.563V8.364l2.604-2.082a.59.59 0 0 0 .208-.382zm-3.937 4.444H5.37V9.78h7.875v.563zM5.37 15.969v-4.5h7.875v4.5H5.37zm9-9.045v-.518a.564.564 0 0 0-.563-.562.564.564 0 0 0-.562.562v2.25H5.37v-2.25a.564.564 0 0 0-.563-.562.564.564 0 0 0-.562.562v.518L2.793 5.765l2.278-2.734h1.66A2.802 2.802 0 0 0 9.307 4.72a2.803 2.803 0 0 0 2.576-1.688h1.66l2.278 2.734-1.451 1.159z",fill:"#98A2B3"},null,-1)),dg=[sg],cg={key:6,width:"19",height:"19",viewBox:"0 0 19 19",fill:"none",xmlns:"http://www.w3.org/2000/svg"},mg=Oe(()=>e.createElementVNode("path",{d:"M15.426 3.353a2.384 2.384 0 0 0-2.381 2.381 2.384 2.384 0 0 0 2.381 2.382 2.384 2.384 0 0 0 2.381-2.382 2.384 2.384 0 0 0-2.381-2.38zm0 3.766a1.386 1.386 0 0 1-1.385-1.385c0-.763.622-1.384 1.385-1.384s1.385.621 1.385 1.384c0 .764-.622 1.385-1.385 1.385zM1.424 6.558a.497.497 0 0 0 .704 0l1.295-1.296L4.72 6.558a.497.497 0 0 0 .704 0 .498.498 0 0 0 0-.705L4.128 4.558l1.295-1.295a.498.498 0 0 0-.705-.705L3.423 3.853 2.128 2.558a.499.499 0 0 0-.704.705l1.295 1.295-1.295 1.295a.498.498 0 0 0 0 .705zM13.013 12.443a.498.498 0 0 0-.705 0l-1.295 1.295-1.295-1.295a.499.499 0 0 0-.704.704l1.295 1.295-1.295 1.295a.499.499 0 0 0 .704.705l1.295-1.295 1.295 1.295a.497.497 0 0 0 .705 0 .498.498 0 0 0 0-.705l-1.295-1.295 1.295-1.295a.498.498 0 0 0 0-.704zM12.052 5.455l-2.01-1.747a.498.498 0 0 0-.654.753l1.066.926c-3.145.411-5.008 2.055-6.043 3.444a9.569 9.569 0 0 0-1.501 3.012 2.384 2.384 0 0 0-2.103 2.364 2.384 2.384 0 0 0 2.381 2.381 2.384 2.384 0 0 0 2.381-2.381 2.385 2.385 0 0 0-1.647-2.265 8.674 8.674 0 0 1 1.312-2.547C6.53 7.674 8.33 6.66 10.594 6.372l-.992 1.142a.498.498 0 0 0 .752.654l1.747-2.01a.498.498 0 0 0-.05-.703zm-7.48 8.752c0 .763-.62 1.384-1.384 1.384a1.386 1.386 0 0 1-1.384-1.384c0-.764.62-1.385 1.384-1.385.763 0 1.385.622 1.385 1.385z",fill:"#98A2B3",stroke:"#98A2B3","stroke-width":".3"},null,-1)),pg=[mg],ug={key:7,width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},fg=Oe(()=>e.createElementVNode("rect",{x:".707",y:".9",width:"5.2",height:"5.2",rx:".8",stroke:"#98A2B3","stroke-width":"1.2"},null,-1)),hg=Oe(()=>e.createElementVNode("rect",{x:"8.707",y:".9",width:"5.2",height:"5.2",rx:".8",fill:"#98A2B3",stroke:"#98A2B3","stroke-width":"1.2"},null,-1)),yg=Oe(()=>e.createElementVNode("rect",{x:".707",y:"8.9",width:"5.2",height:"5.2",rx:".8",fill:"#98A2B3",stroke:"#98A2B3","stroke-width":"1.2"},null,-1)),gg=Oe(()=>e.createElementVNode("rect",{x:"8.707",y:"8.9",width:"5.2",height:"5.2",rx:".8",stroke:"#98A2B3","stroke-width":"1.2"},null,-1)),bg=[fg,hg,yg,gg],Sg={key:8,width:"19",height:"19",viewBox:"0 0 19 19",fill:"none",xmlns:"http://www.w3.org/2000/svg"},_g=e.createStaticVNode('<g clip-path="url(#gpdeo9cu3a)" fill="#98A2B3" data-v-2504d135><path d="M9.307.5C4.505.5.598 4.407.598 9.209c0 2 .69 3.938 1.946 5.486l-.754 3.159a.524.524 0 0 0 .727.599l3.038-1.384a8.743 8.743 0 0 0 3.752.848c4.802 0 8.709-3.907 8.709-8.708C18.016 4.407 14.109.5 9.307.5zm0 16.368a7.574 7.574 0 0 1-3.502-.845.525.525 0 0 0-.457-.011l-2.289 1.042.566-2.372a.524.524 0 0 0-.113-.465A7.657 7.657 0 0 1 1.647 9.21c0-4.224 3.436-7.66 7.66-7.66s7.66 3.436 7.66 7.66c0 4.223-3.436 7.66-7.66 7.66z" data-v-2504d135></path><path d="M9.68 5.199c-1.094-.115-2.459.397-3.041 1.797a.524.524 0 0 0 .968.403c.375-.902 1.255-1.231 1.964-1.157.721.075 1.232.542 1.365 1.25.13.693-.136 1.097-1.097 1.662-1.042.613-1.372.874-1.372 2.27a.524.524 0 0 0 1.049 0c0-.479.033-.715.118-.843.094-.14.33-.283.737-.523.666-.392 1.905-1.12 1.596-2.76-.221-1.171-1.098-1.975-2.288-2.1zM9.145 12.673a.608.608 0 0 0-.506.17c-.13.13-.19.31-.17.505a.525.525 0 0 0 .939.263.523.523 0 0 0-.263-.938z" data-v-2504d135></path></g><defs data-v-2504d135><clipPath id="gpdeo9cu3a" data-v-2504d135><path fill="#fff" transform="translate(.307 .5)" d="M0 0h18v18H0z" data-v-2504d135></path></clipPath></defs>',2),Cg=[_g],Eg={class:"button__text"},wg={key:0,class:"info-container"},kg={key:1,style:{width:"20px"}},Vg={width:"8",height:"4",viewBox:"0 0 8 4",fill:"none",xmlns:"http://www.w3.org/2000/svg"},Ng=["fill"],xg={__name:"ButtonFilter",props:{isActive:{type:Boolean,default:!1},showBadge:{type:Boolean,default:!0},showBadgeOnFilterFull:{type:Boolean,default:!0},text:{type:String,default:""},infoValue:{type:[String,Number],default:""},filtersTotal:{type:Number,default:0},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"},showIcon:{type:Boolean,default:!0}},setup(t){const a=t,o=e.computed(()=>({"--height":a.height,"--width":a.width,"--text-font-family":a.textFontFamily,"--text-font-size":a.textFontSize,"--background-color":a.backgroundColor,"--border-radius":a.borderRadius,"--border-color":a.isActive?a.borderColorActive:a.borderColor,"--border-width":a.borderWidth,"--padding":a.padding,"--font-color":a.fontColor})),l=e.computed(()=>({"--info-background-color":a.infoValue?a.infoBackgroundColor:"transparent","--info-border-color":a.infoValue?a.infoBorderColor:"transparent","--info-border-radius":a.infoBorderRadius,"--info-font-family":a.infoFontFamily,"--info-font-size":a.infoFontSize,"--info-font-color":a.infoFontColor,"--info-height":a.infoHeight,"--info-width":a.infoWidth})),r=e.computed(()=>[S.PLAYS_TYPES,S.GOLSTATS,S.TOURNAMENTS,S.PLAYS,S.RESULTS,S.RESULTS_BY_TIME].includes(a.iconType)),i=e.computed(()=>[S.FIELD,S.GAMES].includes(a.iconType)),n=e.computed(()=>[S.DETAILS,S.UNIVERSE].includes(a.iconType)),s=e.computed(()=>[S.PERSONAL_DATA].includes(a.iconType)),d=e.computed(()=>[S.PRODUCTIVITY].includes(a.iconType)),c=e.computed(()=>[S.HOW_WAS_CORNER].includes(a.iconType)),h=e.computed(()=>[S.TAKEN_CORNERS].includes(a.iconType)),m=e.computed(()=>[S.ZONE].includes(a.iconType)),y=e.computed(()=>[S.WHAT_HAPPENED].includes(a.iconType));return(u,f)=>(e.openBlock(),e.createElementBlock("div",{class:"button",style:e.normalizeStyle(o.value)},[t.showIcon?(e.openBlock(),e.createElementBlock("div",U4,[s.value?(e.openBlock(),e.createElementBlock("svg",j4,[e.createElementVNode("path",{d:"M12.6665 16.0001V14.3334C12.6665 13.4494 12.3153 12.6015 11.6902 11.9764C11.0651 11.3513 10.2173 11.0001 9.33323 11.0001H4.33329C3.44925 11.0001 2.60141 11.3513 1.9763 11.9764C1.35119 12.6015 1 13.4494 1 14.3334V16.0001",stroke:t.iconColor,"stroke-opacity":"1","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"},null,8,$4),e.createElementVNode("path",{d:"M6.83329 7.66658C8.67422 7.66658 10.1666 6.17422 10.1666 4.33329C10.1666 2.49237 8.67422 1 6.83329 1C4.99237 1 3.5 2.49237 3.5 4.33329C3.5 6.17422 4.99237 7.66658 6.83329 7.66658Z",stroke:t.iconColor,"stroke-opacity":"1","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"},null,8,H4),e.createElementVNode("path",{d:"M15.164 5.16663V10.1666M17.664 7.66659H12.6641",stroke:t.iconColor,"stroke-opacity":"1","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"},null,8,W4)])):e.createCommentVNode("",!0),r.value?(e.openBlock(),e.createElementBlock("svg",G4,[e.createElementVNode("path",{d:"M11.3464 15.7091C13.2744 15.7091 14.8373 14.1462 14.8373 12.2182C14.8373 10.2902 13.2744 8.72729 11.3464 8.72729C9.4184 8.72729 7.85547 10.2902 7.85547 12.2182C7.85547 14.1462 9.4184 15.7091 11.3464 15.7091Z",stroke:t.iconColor,"stroke-width":"1.2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,q4),e.createElementVNode("path",{d:"M15.9996 16.8727L14.8359 15.7091",stroke:t.iconColor,"stroke-width":"1.2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,Z4),e.createElementVNode("path",{d:"M1.74545 14.1136H5.57341C5.80365 14.6432 6.11192 15.1265 6.4797 15.5591H1.74545C0.85957 15.5591 0.15 14.8495 0.15 13.9636V1.74545C0.15 0.85957 0.85957 0.15 1.74545 0.15H13.9636C14.8495 0.15 15.5591 0.85957 15.5591 1.74545V8.27117C15.1619 7.74472 14.6701 7.28299 14.1136 6.90213V1.74545V1.59545H13.9636H1.74545H1.59545V1.74545V13.9636V14.1136H1.74545ZM3.64091 3.64091H12.0682V5.08636H3.64091V3.64091ZM3.64091 7.13182H7.39844C6.87199 7.52898 6.41026 8.02079 6.0294 8.57727H3.64091V7.13182ZM3.64091 10.6227H5.20065C5.12651 11.0081 5.08636 11.3945 5.08636 11.7818V12.0682H3.64091V10.6227Z",fill:t.iconColor,stroke:"#353F47","stroke-width":"0.3"},null,8,Y4)])):e.createCommentVNode("",!0),n.value?(e.openBlock(),e.createElementBlock("svg",J4,[e.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.5 0C13.1944 0 17 3.80558 17 8.5C17 13.1944 13.1944 17 8.5 17C3.80558 17 0 13.1944 0 8.5C0 3.80558 3.80558 0 8.5 0ZM8.49751 1.54553C4.65662 1.54553 1.54297 4.65919 1.54297 8.50008C1.54297 12.341 4.65662 15.4546 8.49751 15.4546C12.3384 15.4546 15.4521 12.341 15.4521 8.50008C15.4521 4.65919 12.3384 1.54553 8.49751 1.54553ZM8.49929 3.09082C8.92605 3.09082 9.27202 3.43678 9.27202 3.86355V8.12198L12.451 10.5945C12.7878 10.8565 12.8485 11.342 12.5865 11.6789C12.3245 12.0157 11.839 12.0764 11.5022 11.8144L8.02488 9.10986C7.83666 8.96347 7.72656 8.73837 7.72656 8.49991V3.86355C7.72656 3.43678 8.07252 3.09082 8.49929 3.09082Z",fill:t.iconColor},null,8,K4)])):e.createCommentVNode("",!0),i.value?(e.openBlock(),e.createElementBlock("svg",X4,[e.createElementVNode("rect",{x:"1.16772",y:"1.16699",width:"19",height:"15.6667",stroke:t.iconColor},null,8,Q4),e.createElementVNode("rect",{x:"16.1677",y:"6.16699",width:"4",height:"5.66667",stroke:t.iconColor},null,8,eg),e.createElementVNode("rect",{x:"1.16772",y:"6.16699",width:"4",height:"5.66667",stroke:t.iconColor},null,8,tg),e.createElementVNode("path",{d:"M10.6677 0.666992V16.5003",stroke:t.iconColor},null,8,ag),e.createElementVNode("path",{d:"M13.5033 9.00032C13.5033 10.5651 12.2348 11.8337 10.67 11.8337C9.1052 11.8337 7.83667 10.5651 7.83667 9.00032C7.83667 7.43552 9.1052 6.16699 10.67 6.16699C12.2348 6.16699 13.5033 7.43552 13.5033 9.00032Z",stroke:t.iconColor},null,8,og)])):e.createCommentVNode("",!0),d.value?(e.openBlock(),e.createElementBlock("svg",lg,rg)):e.createCommentVNode("",!0),h.value?(e.openBlock(),e.createElementBlock("svg",ng,dg)):e.createCommentVNode("",!0),c.value?(e.openBlock(),e.createElementBlock("svg",cg,pg)):e.createCommentVNode("",!0),m.value?(e.openBlock(),e.createElementBlock("svg",ug,bg)):e.createCommentVNode("",!0),y.value?(e.openBlock(),e.createElementBlock("svg",Sg,Cg)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.createElementVNode("div",Eg,e.toDisplayString(t.text),1),t.showBadge?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[t.showBadgeOnFilterFull?(e.openBlock(),e.createElementBlock("div",wg,[e.createElementVNode("div",{class:"button__info",style:e.normalizeStyle(l.value)},[e.withDirectives(e.createElementVNode("span",null,e.toDisplayString(t.infoValue),513),[[e.vShow,t.infoValue]])],4)])):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[t.filtersTotal>0&&t.filtersTotal!=parseInt(t.infoValue)?(e.openBlock(),e.createElementBlock("div",{key:0,class:"button__info",style:e.normalizeStyle(l.value)},[e.withDirectives(e.createElementVNode("span",null,e.toDisplayString(t.infoValue),513),[[e.vShow,t.infoValue]])],4)):t.filtersTotal>0?(e.openBlock(),e.createElementBlock("div",kg)):e.createCommentVNode("",!0)],64))],64)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(["button__arrow",{"rotated-180":t.isActive}])},[(e.openBlock(),e.createElementBlock("svg",Vg,[e.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:t.arrowColor},null,8,Ng)]))],2)],4))}},Bg=J(xg,[["__scopeId","data-v-2504d135"]]),Fg=(t,a)=>{const o=t.__vccOpts||t;for(const[l,r]of a)o[l]=r;return o},Tg=t=>(e.pushScopeId("data-v-0ca35abc"),t=t(),e.popScopeId(),t),Mg={class:"panel__activator__icon"},Ag=["src"],Lg={class:"panel__activator__text"},Pg=["height","width"],Dg=["stroke"],Ig={class:"panel__content"},vg=Tg(()=>e.createElementVNode("div",{class:"panel__content__separator"},null,-1)),Rg={class:"panel__content__slot"},Og={__name:"GSC-ExpansionPanel",props:{modelValue:{type:Boolean,default:!1},text:{type:String,default:""},textColor:{type:String,default:"white"},textFontFamily:{type:String,default:"sans-serif"},textFontSize:{type:String,default:"12px"},icon:{type:String,default:""},height:{type:String,default:"fit-content"},width:{type:String,default:"fit-content"},backgroundColor:{type:String,default:"#2E3A45"},borderRadius:{type:String,default:"4px"},borderWidth:{type:String,default:"1px"},borderColor:{type:String,default:"rgba(255, 255, 255, 0.1)"},arrowHeight:{type:Number,default:24},arrowWidth:{type:Number,default:24},arrowColor:{type:String,default:"white"},separatorWidth:{type:String,default:"100%"},separatorColor:{type:String,default:"rgba(255, 255, 255, 0.1)"},panelPadding:{type:String,default:"0px 6px"}},emits:["update:modelValue"],setup(t,{emit:a}){const o=t,l=e.ref(o.modelValue),r=e.computed(()=>({"--activator-height":o.height,"--activator-text-font-family":o.textFontFamily,"--activator-text-font-size":o.textFontSize,"--activator-text-color":o.textColor,"--background-color":o.backgroundColor,"--panel-width":o.width,"--panel-padding":o.panelPadding,"--panel-border-radius":o.borderRadius,"--panel-border-color":o.borderColor,"--panel-border-width":o.borderWidth,"--arrow-height":o.arrowHeight,"--arrow-width":o.arrowWidth,"--separator-width":o.separatorWidth,"--separator-color":o.separatorColor}));e.watch(()=>o.modelValue,n=>{l.value=n},{immediate:!0});function i(){l.value=!l.value,a("update:modelValue",l.value)}return(n,s)=>(e.openBlock(),e.createElementBlock("div",{class:"panel",style:e.normalizeStyle(r.value)},[e.createElementVNode("div",{class:"panel__activator",onClick:i},[e.createElementVNode("div",Mg,[o.icon?(e.openBlock(),e.createElementBlock("img",{key:0,src:o.icon,alt:""},null,8,Ag)):e.createCommentVNode("",!0)]),e.createElementVNode("div",Lg,e.toDisplayString(t.text),1),e.createElementVNode("div",{class:e.normalizeClass(["panel__activator__arrow",{"rotated-180":l.value}])},[(e.openBlock(),e.createElementBlock("svg",{height:t.arrowHeight,width:t.arrowWidth,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[e.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:t.arrowColor},null,8,Dg)],8,Pg))],2)]),e.createVNode(e.Transition,null,{default:e.withCtx(()=>[e.withDirectives(e.createElementVNode("div",Ig,[vg,e.createElementVNode("div",Rg,[e.renderSlot(n.$slots,"content",{},void 0,!0)])],512),[[e.vShow,l.value]])]),_:3})],4))}},zg=Fg(Og,[["__scopeId","data-v-0ca35abc"]]),ke={isPlayingAsHidden:!1,playingAs:[{name:"Local",isSelected:!0,value:1},{name:"Visitante",isSelected:!0,value:2}],gameSections:[{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}],statisticType:"total",isStatisticTypeVisible:!1},Ug={offensive:{title:"Ofensivo",categories:[{name:"Goles",isSelected:!1,id:[12]},{name:"Asistencias",isSelected:!1,id:[10]},{name:"Participaciones en gol",isSelected:!1,id:[27]},{name:"Cabeceos en área rival",isSelected:!1,id:[330,333,423,577,578,331,334,424]},{name:"Tiros a gol totales",isSelected:!1,id:[91,95,92,93,96,97]},{name:"Tiros a gol con destino a portería",isSelected:!1,id:[91,95]},{name:"Tiros a gol fuera del área",isSelected:!1,id:[94]},{name:"Tiros a gol fuera del área con destino a portería",isSelected:!1,id:[95]},{name:"Tiros a gol dentro del área",isSelected:!1,id:[90]},{name:"Tiros a gol dentro del área con destino a portería",isSelected:!1,id:[91]},{name:"Centros por izquierda",isSelected:!1,id:[13]},{name:"Centros por izquierda acertados",isSelected:!1,id:[98,101,104,105]},{name:"Centros por derecha",isSelected:!1,id:[25]},{name:"Centros por derecha acertados",isSelected:!1,id:[109,112,115,116]},{name:"1vs1 exitosos ofensivos",isSelected:!1,id:[4]},{name:"1vs1 que terminan en gol",isSelected:!1,id:[88]}]},defensive:{title:"Defensivo",categories:[{name:"Bálones ganados en área propia",isSelected:!1,id:[234,241,281,288,399,401,211,231,238,244,280,287,294]},{name:"Cabeceo en área propia",isSelected:!1,id:[211,231,238,244,280,287,294]},{name:"1vs1 defensivos exitosos",isSelected:!1,id:[5]},{name:"Rechaces",isSelected:!1,id:[34]}]},possession:{title:"Posesión",categories:[{name:"Bálones recuperados totales",isSelected:!1,id:[222,223,224,225]},{name:"Bálones recuperados 1/4 de cancha",isSelected:!1,id:[222]},{name:"Bálones recuperados 2/4 de cancha",isSelected:!1,id:[223]},{name:"Bálones recuperados 3/4 de cancha",isSelected:!1,id:[224]},{name:"Bálones recuperados 4/4 de cancha",isSelected:!1,id:[225]},{name:"Pases acertados",isSelected:!1,id:[213,214,215,216]},{name:"Pases acertados en 1/4 de cancha",isSelected:!1,id:[213]},{name:"Pases acertados en 2/4 de cancha",isSelected:!1,id:[214]},{name:"Pases acertados en 3/4 de cancha",isSelected:!1,id:[215]},{name:"Pases acertados en 4/4 de cancha",isSelected:!1,id:[216]}]},offensesConditions:{areYellowCardSelected:!1,areRedCardSelected:!1,areFoulsCommittedSelected:!1}},jg={offensive:{title:"Ofensivo",categories:[{name:"Goles",isSelected:!0,id:1},{name:"Tiros a gol",isSelected:!0,id:2},{name:"Tiros a gol con destino a portería",isSelected:!0,id:7},{name:"Asistencias",isSelected:!0,id:4},{name:"Centros",isSelected:!0,id:10},{name:"Centros acertados",isSelected:!0,id:11},{name:"Participaciones en gol",isSelected:!0,id:5},{name:"1vs1 exitosos ofensivos",isSelected:!0,id:12},{name:"1vs1 exitosos ofensivos que terminan en gol",isSelected:!0,id:13},{name:"Balones ganados en área rival",isSelected:!0,id:17},{name:"Cabeceos en área rival",isSelected:!0,id:8},{name:"Tiros de esquina",isSelected:!0,id:23}]},defensive:{title:"Defensivo",categories:[{name:"1vs1 defensivos exitosos",isSelected:!0,id:14},{name:"Cabeceo en área propia",isSelected:!0,id:9},{name:"Balones ganados en área propia",isSelected:!0,id:16},{name:"Rechaces",isSelected:!0,id:15},{name:"Atajadas",isSelected:!0,id:22}]},possession:{title:"Posesión",categories:[{name:"Pases acertados",isSelected:!0,id:2},{name:"Balones recuperados en disputa",isSelected:!0,id:3}]},offenses:{title:"Infracciones",categories:[{name:"Faltas cometidas",isSelected:!0,id:21},{name:"Faltas recibidas",isSelected:!0,id:19},{name:"Tarjetas amarillas",isSelected:!0,id:20},{name:"Tarjetas rojas",isSelected:!0,id:21}]}},$g={minutesPlayed:0,percentMinutesPlayed:0,lastMonths:Array.from({length:24},(t,a)=>a+1),selectedMonth:12,statistics:{totals:!0,averagePerGame:!1,averagePerMinute:!1}},Hg=[{name:"Sub-20",logo:null,isSelected:!0,id:44,show_logos:0,tournament_type:0,tournament_status:0,seasons:[{name:"Clausura 2023",related_seasons:[{type:1,id:1752}],id:1713,type:0},{name:"Apertura 2022",related_seasons:[{type:1,id:1592}],id:1542,type:0},{name:"Grita Mexico C22",related_seasons:[{type:1,id:1521}],id:1486,type:0}]},{name:"Sub-16",logo:null,isSelected:!0,id:1095,show_logos:0,tournament_type:0,tournament_status:0,seasons:[{name:"Apertura 2023",related_seasons:[],id:1783,type:0},{name:"Clausura 2023",related_seasons:[{type:1,id:1750}],id:1715,type:0},{name:"Apertura 2022",related_seasons:[{type:1,id:1652}],id:1541,type:0},{name:"Grita Mexico C22",related_seasons:[{type:1,id:1527}],id:1488,type:0}]},{name:"Tournoi Maurice Revello",logo:null,isSelected:!0,id:108,show_logos:0,tournament_type:0,tournament_status:0,seasons:[{name:"Tournoi Maurice Revello 23",related_seasons:[],id:1770,type:0}]},{name:"Liga MX Femenil",logo:"https://golstatsimages.blob.core.windows.net/tournaments/femenil_mx.png",isSelected:!0,id:1001,show_logos:1,tournament_type:0,tournament_status:0,seasons:[{name:"Apertura 2023",related_seasons:[],id:1777,type:0},{name:"Clausura 2023",related_seasons:[{type:1,id:1747}],id:1696,type:0},{name:"Apertura 2022",related_seasons:[{type:1,id:1655}],id:1539,type:0},{name:"Grita Mexico C22",related_seasons:[{type:1,id:1523}],id:1485,type:0},{name:"Grita Mexico A21",related_seasons:[{type:1,id:1458}],id:1402,type:0},{name:"Guard1anes Clausura 2021",related_seasons:[{type:1,id:1384}],id:1323,type:0},{name:"Guard1anes 2020",related_seasons:[{type:1,id:1318}],id:1283,type:0},{name:"Clausura 2020",related_seasons:[],id:1241,type:0},{name:"Apertura 2019",related_seasons:[{type:1,id:1227}],id:1157,type:0},{name:"Clausura 2019",related_seasons:[{type:1,id:1132}],id:1095,type:0},{name:"Apertura 2018",related_seasons:[{type:1,id:1072}],id:1004,type:0},{name:"Clausura 2018",related_seasons:[{type:1,id:1237}],id:1236,type:0}]},{name:"Sub-23",logo:null,isSelected:!0,id:1143,show_logos:0,tournament_type:0,tournament_status:0,seasons:[{name:"Apertura 2023",related_seasons:[],id:1785,type:0}]},{name:"FIFA World Cup",logo:null,isSelected:!0,id:33,show_logos:0,tournament_type:1,tournament_status:0,seasons:[{name:"Copa del Mundo 2022",related_seasons:[],id:1512,type:0},{name:"Copa del Mundo 2018",related_seasons:[],id:881,type:0}]},{name:"Liga MX",logo:"https://golstatsimages.blob.core.windows.net/tournaments/liga_mx.png",isSelected:!0,id:1,show_logos:1,tournament_type:0,tournament_status:0,seasons:[{name:"Apertura 2023",related_seasons:[],id:1772,type:0},{name:"Clausura 2023",related_seasons:[{type:2,id:1745},{type:1,id:1746}],id:1694,type:0},{name:"Apertura 2022",related_seasons:[{type:2,id:1591},{type:1,id:1594}],id:1535,type:0},{name:"Grita Mexico C22",related_seasons:[{type:2,id:1520},{type:1,id:1525}],id:1476,type:0},{name:"Grita Mexico A21",related_seasons:[{type:2,id:1446},{type:1,id:1456}],id:1401,type:0},{name:"Guard1anes Clausura 2021",related_seasons:[{type:2,id:1382},{type:1,id:1383}],id:1325,type:0},{name:"Guard1anes 2020",related_seasons:[{type:2,id:1311},{type:1,id:1316}],id:1275,type:0},{name:"Clausura 2020",related_seasons:[],id:1239,type:0},{name:"Apertura 2019",related_seasons:[{type:1,id:1231}],id:1155,type:0},{name:"Clausura 2019",related_seasons:[{type:1,id:1135}],id:1093,type:0},{name:"Apertura 2018",related_seasons:[{type:1,id:1075}],id:1002,type:0}]},{name:"Liga Expansion MX",logo:"https://golstatsimages.blob.core.windows.net/tournaments/expansion_mx.png",isSelected:!0,id:1071,show_logos:1,tournament_type:0,tournament_status:0,seasons:[{name:"Apertura 2023",related_seasons:[],id:1776,type:0},{name:"Clausura 2023",related_seasons:[{type:2,id:1742},{type:1,id:1748}],id:1695,type:0},{name:"Apertura 2022",related_seasons:[{type:2,id:1598},{type:1,id:1618}],id:1544,type:0},{name:"Grita Mexico C22",related_seasons:[{type:2,id:1515},{type:1,id:1519}],id:1484,type:0},{name:"Grita Mexico A21",related_seasons:[{type:2,id:1454},{type:1,id:1463}],id:1408,type:0},{name:"Guard1anes Clausura 2021",related_seasons:[{type:2,id:1378},{type:1,id:1380}],id:1327,type:0},{name:"Guard1anes 2020",related_seasons:[{type:2,id:1315},{type:1,id:1317}],id:1287,type:0}]},{name:"Copa Oro",logo:null,isSelected:!0,id:29,show_logos:0,tournament_type:1,tournament_status:0,seasons:[{name:"Copa Oro 2023",related_seasons:[],id:1741,type:0}]},{name:"Women Revelations Cup",logo:null,isSelected:!0,id:1137,show_logos:0,tournament_type:0,tournament_status:0,seasons:[{name:"Women Revelations Cup 2023",related_seasons:[],id:1731,type:0}]},{name:"Leagues Cup",logo:null,isSelected:!0,id:1046,show_logos:0,tournament_type:1,tournament_status:0,seasons:[{name:"Leagues Cup 2023",related_seasons:[],id:1784,type:0}]},{name:"Sub-18",logo:null,isSelected:!0,id:1096,show_logos:0,tournament_type:0,tournament_status:0,seasons:[{name:"Apertura 2023",related_seasons:[],id:1782,type:0},{name:"Clausura 2023",related_seasons:[{type:1,id:1751}],id:1714,type:0},{name:"Apertura 2022",related_seasons:[{type:1,id:1593}],id:1543,type:0},{name:"Grita Mexico C22",related_seasons:[{type:1,id:1522}],id:1487,type:0}]}],Wg=[{id:1,name:"Goles",isSelected:!1},{id:2,name:"Tiros a gol",isSelected:!1},{id:3,name:"Asistencias",isSelected:!1},{id:4,name:"Centros",isSelected:!1},{id:5,name:"Balones ganados en área propia",isSelected:!1},{id:6,name:"Participaciones en gol",isSelected:!1},{id:7,name:"Cabeceo area rival",isSelected:!1}],Gg=[{id:1,name:"Mas goles anotados",isSelected:!1,value:1},{id:2,name:"Mas goles durante los ultimos 15 min de 2do tiempo",isSelected:!1,value:7},{id:3,name:"Con mas goles como visitante",isSelected:!1,value:3},{id:4,name:"Con mas goles como local",isSelected:!1,value:3},{id:5,name:"Mas goles durante el 1er tiempo",isSelected:!1,value:3},{id:6,name:"Mas goles durante el 2do tiempo",isSelected:!1,value:3},{id:7,name:"Mas goles como local durante el 2do tiempo",isSelected:!1,value:7}],qg={distance:{minValue:5,maxValue:30,minLimit:5,maxLimit:30}},Ol={results:[{name:"Partidos ganados",value:1,isSelected:!0},{name:"Partidos perdidos",value:2,isSelected:!0},{name:"Partidos empatados",value:3,isSelected:!0}]},Zg={class:"filters"},Yg={key:0,class:"filters__expansion"},Jg={class:"content"},Kg={key:1,class:"filters__menus"},Xg={__name:"GSC-Filters",props:{filterType:{type:String,default:""},isFromTemplates:{type:Boolean,default:!1},isForTemplateForm:{type:Boolean,default:!1},isForTemplatesForm:{type:Boolean,default:!1},isExpansionPanel:{type:Boolean,default:!1},isFemale:{type:Boolean,default:!1},showBadgeOnFilterFull:{type:Boolean,default:!0},isScouting:{type:Boolean,default:!1},isSeleccion:{type:Boolean,default:!1},filters:{type:[Object,Array],default:()=>null},awaitForFilters:{type:Boolean,default:!1},menuButtonText:{type:String,default:""},expansionPanelText:{type:String,default:""},buttonFilterProps:{type:Object,default:()=>{}},expansionPanelProps:{type:Object,default:()=>{}},templateProps:{type:Object,default:()=>{}},fieldComponentProps:{type:Object,default:()=>{}},tournament:{type:Object,default:()=>null},season:{type:Object,default:()=>({})},token:{type:String,default:"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MCwibmFtZSI6IlVzdWFyaW8gRnJlZSIsInVzZXJuYW1lIjoiZnJlZUBnb2xzdGF0cy5jb20iLCJlbWFpbCI6ImZyZWVAZ29sc3RhdHMuY29tIiwiaWF0IjoxNjA2NzU4Nzk1LCJleHAiOjE2MzgyOTQ3OTV9.kPNmP7yDtk38cAXrUyc7OHRh6J25VFqy-XUNzbK-4YE"},width:{type:String,default:"fit-content"},modalHeight:{type:String,default:"fit-content"},isOneTournamentOnly:{type:Boolean,default:!1},defaultTournamentId:{type:Number,default:1},productivityMaxCategories:{type:Number,default:5},productivityMinCategories:{type:Number,default:0}},emits:["update:filters","apply","close","click-parameters"],setup(t,{expose:a,emit:o}){const l=t;e.useCssVars(x=>({"5274d93a":t.width}));const r={width:"604px",maxWidth:"604px",backgroundColor:"#2E3B46",borderRadius:"12px",filterType:S.PRODUCTIVITY,isFooterVisible:!0},i={width:"604px",maxWidth:"604px",padding:"0 20px 10px 20px",backgroundColor:"#2E3B46",borderRadius:"12px",filterType:S.PLAYS,isFooterVisible:!0},n={width:"fit-content",maxWidth:"608px",backgroundColor:"#2E3B46",borderRadius:"12px",filterType:S.FIELD,isFooterVisible:!0},s={width:"320px",maxWidth:"320px",backgroundColor:"#2E3B46",borderRadius:"12px",filterType:S.DETAILS,isFooterVisible:!0},d={width:"246px",maxWidth:"246px",backgroundColor:"#2E3B46",borderRadius:"12px",filterType:S.TOURNAMENTS,isFooterVisible:!0},c={width:"310px",maxWidth:"310px",backgroundColor:"#2E3B46",borderRadius:"12px",filterType:S.PERSONAL_DATA,isFooterVisible:!0},h={width:"310px",modalHeight:l.modalHeight,maxWidth:"310px",backgroundColor:"#2E3B46",borderRadius:"12px",filterType:S.PLAYS_TYPES,isFooterVisible:!0,isFooterCancelOnly:!0},m={width:"380px",modalHeight:l.modalHeight,maxWidth:"380px",backgroundColor:"#2E3B46",borderRadius:"12px",filterType:S.GOLSTATS,isFooterVisible:!0,isFooterCancelOnly:!0},y={width:"310px",maxWidth:"310px",backgroundColor:"#2E3B46",borderRadius:"12px",filterType:S.UNIVERSE,isFooterVisible:!0},u={width:"310px",maxWidth:"310px",backgroundColor:"#2E3B46",borderRadius:"12px",filterType:S.DISTANCE,isFooterVisible:!0},f={width:"250px",maxWidth:"250px",backgroundColor:"#2E3B46",borderRadius:"12px",filterType:S.RESULTS,padding:"0",isFooterVisible:!0},p={width:"250px",maxWidth:"250px",backgroundColor:"#2E3B46",borderRadius:"12px",filterType:S.RESULTS_BY_TIME,padding:"0",isFooterVisible:!0},g={width:"380px",maxWidth:"380px",backgroundColor:"#2E3B46",borderRadius:"12px",filterType:S.VIDEOS,isFooterVisible:!1},b={width:"300px",maxWidth:"300px",backgroundColor:"#2E3B46",borderRadius:"12px",filterType:S.GAMES,isFooterVisible:!0},B={width:"520px",maxWidth:"520px",backgroundColor:"#2E3B46",borderRadius:"12px",filterType:S.TAKEN_CORNERS,isFooterVisible:!0},R={width:"670px",maxWidth:"670px",backgroundColor:"#2E3B46",borderRadius:"12px",filterType:S.HOW_WAS_CORNER,isFooterVisible:!0},W={width:"426px",maxWidth:"426px",backgroundColor:"#2E3B46",borderRadius:"12px",filterType:S.ZONE,isFooterVisible:!0},z={width:"285px",maxWidth:"285px",backgroundColor:"#2E3B46",borderRadius:"12px",filterType:S.WHAT_HAPPENED,isFooterVisible:!0},U=e.ref(!1),G=e.ref(!1),K=e.ref(0),oe=e.ref(0),v=e.ref({}),A=e.ref(null),I=e.ref(null),D=e.computed(()=>l.isForTemplateForm?"0":"unset"),Y=e.computed(()=>l.buttonFilterProps&&l.buttonFilterProps.text?l.buttonFilterProps.text:l.menuButtonText||P()),ee=e.computed(()=>l.isFromTemplates?S.RESULTS:l.filterType),me=e.computed(()=>l.expansionPanelText||P()),T=e.ref(null);e.watch(()=>l.filterType,x=>{if(x===S.PRODUCTIVITY)v.value={...r,...l.templateProps,productivityCategories:l.filters||Ug};else if(x===S.PLAYS)v.value={...i,...l.templateProps,fontFamily:l.buttonFilterProps?l.buttonFilterProps.textFontFamily:"sans-serif",playsCategories:l.filters||jg};else if(x===S.FIELD)v.value={...n,...l.templateProps,fieldComponentProps:l.fieldComponentProps,fieldAreas:l.filters||[]};else if(x===S.DETAILS)v.value={...s,...l.templateProps,isPlayingAsHidden:l.filters?l.filters.isPlayingAsHidden:ke.isPlayingAsHidden,playingAs:l.filters&&l.filters.playingAs||ke.playingAs,gameSections:l.filters&&l.filters.gameSections||ke.gameSections,statisticType:l.filters?l.filters.statisticType:ke.statisticType,isStatisticTypeVisible:l.filters?l.filters.isStatisticTypeVisible:ke.isStatisticTypeVisible};else if(x===S.TOURNAMENTS){const w=l.filters||Hg;l.isOneTournamentOnly&&w.forEach(F=>{F.isSelected=F.id===l.defaultTournamentId}),v.value={...d,...l.templateProps,tournaments:w}}else x===S.PERSONAL_DATA?v.value={...c,...l.templateProps,token:l.token,awaitForFilters:l.awaitForFilters,personalDataFilters:l.filters}:x===S.PLAYS_TYPES?v.value={...h,...l.templateProps,playsGolstatsCategories:l.filters||Wg}:x===S.GOLSTATS?v.value={...m,...l.templateProps,playsGolstatsCategories:l.filters||Gg}:x===S.UNIVERSE?v.value={...y,...l.templateProps,universeFilters:l.filters||$g}:x===S.DISTANCE?v.value={...u,...l.templateProps,distanceFilters:l.filters||qg}:x===S.RESULTS?v.value={...f,...l.templateProps,resultsFilters:l.filters||Ol}:x===S.RESULTS_BY_TIME?v.value={...p,...l.templateProps,resultsByTimeFilters:l.filters||La}:x===S.GAMES?v.value={...b,...l.templateProps,gamesFilters:l.filters||[]}:x===S.VIDEOS?v.value={...g,...l.templateProps,token:l.token}:x===S.TAKEN_CORNERS?v.value={...B,...l.templateProps,takenCornersFilters:l.filters||[]}:x===S.HOW_WAS_CORNER?v.value={...R,...l.templateProps,howWasCornerFilters:l.filters||Ta}:x===S.ZONE?v.value={...W,...l.templateProps,zoneFilters:l.filters||[...st]}:x===S.WHAT_HAPPENED&&(v.value={...z,...l.templateProps,whatHappenedFilters:l.filters||[...Aa]});v.value.isExpansionMode=l.isExpansionPanel,l.isExpansionPanel&&(v.value.width="100%",v.value.maxWidth="100%")},{immediate:!0}),e.watch(()=>l.filters,()=>{if(l.filterType===S.PRODUCTIVITY)v.value={...r,...l.templateProps,productivityCategories:l.filters};else if(l.filterType===S.PLAYS)v.value={...i,...l.templateProps,playsCategories:l.filters};else if(l.filterType===S.FIELD)v.value={...n,...l.templateProps,fieldComponentProps:l.fieldComponentProps,fieldAreas:l.filters};else if(l.filterType===S.DETAILS)v.value={...s,...l.templateProps,isPlayingAsHidden:l.filters?l.filters.isPlayingAsHidden:ke.isPlayingAsHidden,playingAs:l.filters?l.filters.playingAs:ke.playingAs,gameSections:l.filters?l.filters.gameSections:ke.gameSections,statisticType:l.filters?l.filters.statisticType:ke.statisticType,isStatisticVisible:l.filters?l.filters.isStatisticVisible:ke.isStatisticVisible};else if(l.filterType===S.TOURNAMENTS){const x=l.filters;l.isOneTournamentOnly&&x.forEach(w=>{w.isSelected=w.id===l.defaultTournamentId}),v.value={...d,...l.templateProps,tournaments:x}}else l.filterType===S.PERSONAL_DATA?v.value={...c,...l.templateProps,token:l.token,awaitForFilters:l.awaitForFilters,personalDataFilters:l.filters}:l.filterType===S.PLAYS_TYPES?v.value={...h,...l.templateProps,playsGolstatsCategories:l.filters}:l.filterType===S.GOLSTATS?v.value={...m,...l.templateProps,playsGolstatsCategories:l.filters}:l.filterType===S.UNIVERSE?v.value={...y,...l.templateProps,universeFilters:l.filters}:l.filterType===S.DISTANCE?v.value={...u,...l.templateProps,distanceFilters:l.filters}:l.filterType===S.RESULTS?v.value={...f,...l.templateProps,resultsFilters:l.filters||Ol}:l.filterType===S.RESULTS_BY_TIME?v.value={...p,...l.templateProps,resultsByTimeFilters:l.filters||La}:l.filterType===S.GAMES?v.value={...b,...l.templateProps,gamesFilters:l.filters}:l.filterType===S.VIDEOS?v.value={...g,...l.templateProps,token:l.token}:l.filterType===S.TAKEN_CORNERS?v.value={...B,...l.templateProps,takenCornersFilters:l.filters||[]}:l.filterType===S.HOW_WAS_CORNER?v.value={...R,...l.templateProps,howWasCornerFilters:l.filters||Ta}:l.filterType===S.ZONE?v.value={...W,...l.templateProps,zoneFilters:l.filters||[...st]}:l.filterType===S.WHAT_HAPPENED&&(v.value={...z,...l.templateProps,whatHappenedFilters:l.filters||[...Aa]});v.value.isExpansionMode=l.isExpansionPanel,l.isExpansionPanel&&(v.value.width="100%",v.value.maxWidth="100%")}),e.watch(U,x=>{x||o("close",T.value)}),e.watch(G,x=>{x||o("close",T.value)});function _(x){K.value=x}function k(){l.isExpansionPanel?G.value=!1:U.value=!1,o("apply",T.value)}function P(){if(l.filterType===S.PRODUCTIVITY)return l.isFromTemplates?"Tipos de jugadas":"Características de juego";if(l.filterType===S.PLAYS)return"Jugada(s)";if(l.filterType===S.FIELD)return"Zona de cancha";if(l.filterType===S.DETAILS)return"Detalles";if(l.filterType===S.TOURNAMENTS)return"Ligas";if(l.filterType===S.PERSONAL_DATA)return"Datos personales";if(l.filterType===S.PLAYS_TYPES)return"Tipos de jugada";if(l.filterType===S.GOLSTATS)return"Filtros Golstats";if(l.filterType===S.UNIVERSE)return"Universo";if(l.filterType===S.DISTANCE)return"Distancia";if([S.RESULTS,S.RESULTS_BY_TIME].includes(l.filterType))return"Resultados";if(l.filterType===S.GAMES)return"Partidos";if(l.filterType===S.VIDEOS)return"Videos";if(l.filterType===S.TAKEN_CORNERS)return"¿Quién cobró?";if(l.filterType===S.HOW_WAS_CORNER)return"¿Cómo fue cobrado?";if(l.filterType===S.ZONE)return"Zona";if(l.filterType===S.WHAT_HAPPENED)return"¿Qué sucedió?"}function V(x){o("click-parameters",x)}function O(x){v.value.fieldAreas=x,K.value=x.length,M(x)}function H(x){let w=0;x.value&&x.value.statistics&&(x.value.minutesPlayed&&w++,x.value.percentMinutesPlayed&&w++,x.value.lastMonths&&w++,x.value.statistics.totals&&w++,x.value.statistics.averagePerGame&&w++,x.value.statistics.averagePerMinute&&w++),v.value.universe=x.value,K.value=w,M(x.value)}function M(x){T.value=x,o("update:filters",x)}function L(x){oe.value=x}function N(x=null){A.value&&A.value.clearFilters(x),I.value&&I.value.clearFilters(x)}return a({clearFilters:N}),(x,w)=>(e.openBlock(),e.createElementBlock("div",Zg,[t.isExpansionPanel?(e.openBlock(),e.createElementBlock("div",Yg,[e.createVNode(e.unref(zg),e.mergeProps(t.expansionPanelProps,{modelValue:G.value,"onUpdate:modelValue":w[0]||(w[0]=F=>G.value=F),text:me.value,"text-color":"rgba(255,255,255,.7)",icon:"/"+l.filterType+"-icon.png"}),{content:e.withCtx(()=>[e.createElementVNode("div",Jg,[e.createVNode(Rl,e.mergeProps(v.value,{season:t.season,"is-female":t.isFemale,"is-expansion-mode":!0,"is-seleccion":t.isSeleccion,"is-one-tournament-only":t.isOneTournamentOnly,"is-from-templates":t.isFromTemplates,"is-for-template-form":t.isForTemplateForm,"default-tournament-id":t.defaultTournamentId,"productivity-max-categories":t.productivityMaxCategories,"productivity-min-categories":t.productivityMinCategories,ref_key:"filterTemplateExpansionPanel",ref:I,onChangeFieldAreas:O,onChangeCategoriesSelected:_,onChangeFiltersSelected:_,onChangeUniverseFilters:H,onApply:k,"onUpdate:filters":M,onTotalFilters:L,onClickParameters:V}),null,16,["season","is-female","is-seleccion","is-one-tournament-only","is-from-templates","is-for-template-form","default-tournament-id","productivity-max-categories","productivity-min-categories"])])]),_:1},16,["modelValue","text","icon"])])):(e.openBlock(),e.createElementBlock("div",Kg,[e.createVNode(e.unref(z4),{modelValue:U.value,"onUpdate:modelValue":w[1]||(w[1]=F=>U.value=F),width:t.width,"left-menu":D.value,"menu-margin-top":18},{trigger:e.withCtx(()=>[e.createVNode(Bg,e.mergeProps(t.buttonFilterProps,{text:Y.value,"show-badge-on-filter-full":t.showBadgeOnFilterFull,"info-value":K.value,"filters-total":oe.value.value,"is-active":U.value,"icon-type":ee.value}),null,16,["text","show-badge-on-filter-full","info-value","filters-total","is-active","icon-type"])]),menu:e.withCtx(()=>[e.createVNode(Rl,e.mergeProps(v.value,{season:t.season,"is-female":t.isFemale,"is-scouting":t.isScouting,"is-seleccion":t.isSeleccion,"is-one-tournament-only":t.isOneTournamentOnly,"default-tournament-id":t.defaultTournamentId,"is-from-templates":t.isFromTemplates,"is-for-template-form":t.isForTemplateForm,"productivity-max-categories":t.productivityMaxCategories,"productivity-min-categories":t.productivityMinCategories,ref_key:"filterTemplateMenu",ref:A,onChangeFieldAreas:O,onChangeCategoriesSelected:_,onChangeFiltersSelected:_,onChangeUniverseFilters:H,"onUpdate:filters":M,onTotalFilters:L,onApply:k,onClickParameters:V}),null,16,["season","is-female","is-scouting","is-seleccion","is-one-tournament-only","default-tournament-id","is-from-templates","is-for-template-form","productivity-max-categories","productivity-min-categories"])]),_:1},8,["modelValue","width","left-menu"])]))]))}},zl=J(Xg,[["__scopeId","data-v-bf4e3ef5"]]);function Ul(){return{backgroundColor:"#2e3b46",width:"98.9%",borderColor:"rgba(255, 255, 255, 0.20)",infoBorderColor:"rgba(255, 255, 255, 0.20)",height:"30px",padding:"5px 2.2%",textFontFamily:"'Poppins-Regular'"}}const Qg=(t,a)=>{const o=t.__vccOpts||t;for(const[l,r]of a)o[l]=r;return o},Pa={props:{type:{type:Number,default:0},value:{type:Boolean,default:!1},textValue:String,icon:String,iconPosition:{type:String,default:"left"},iconSize:String,fontColor:{type:String,default:"#FFFFFF"},textDecoration:String,fontSize:{type:String,default:"16px"},fontSizeStat:{type:String,default:"16px"},fontStyle:String,fontFamily:{type:String,default:"Poppins-Regular"},height:{type:String,default:"fit-content"},width:{type:String,default:"fit-content"},borderRadius:{type:String,default:"0px"},borderType:{type:String,default:"solid"},borderWidth:{type:Number,default:0},borderWidthBtn:{type:String,default:"2px"},borderColor:String,backgroundColor:{type:String,default:"none"},activeBackgroundColor:{type:String,default:"#000000"},activeBorderWidth:{type:Number,default:2},activeBorderType:{type:String,default:"solid"},activeBorderColor:{type:String,default:"#cbee6b"},activeColorText:{type:String,default:"#FFFFFF"},cursorType:{type:String,default:"default"},typeOnOff:{type:Boolean,default:!1},textCategory:String,textStat:String,marginLeftStat:{type:String,default:"15%"}},watch:{value:{deep:!0,immediate:!0,handler(t){this.status=t}}},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(t){this.$emit("click",t),this.typeOnOff&&(this.status=!this.status,this.$emit("status",this.status))}}},jl=()=>{e.useCssVars(t=>({"9d01acb4":t.height,"14e95081":t.borderWidthBtn,"38fec285":t.borderType,34353510:t.borderColor,"20d20dc6":t.borderRadius,17130967:t.width,"4ccb7d36":t.backgroundColor,"5d1e86a2":t.cursorType,ce65d4a2:t.fontSize,fe4ac47a:t.fontStyle,f98e44dc:t.fontFamily,"93b87770":t.marginLeftStat,c7f7beba:t.fontSizeStat}))},$l=Pa.setup;Pa.setup=$l?(t,a)=>(jl(),$l(t,a)):jl;const e5=t=>(e.pushScopeId("data-v-f3ee6b2b"),t=t(),e.popScopeId(),t),t5=["src"],a5={key:1,class:"text"},o5=["src"],l5={class:"stats"},i5=e5(()=>e.createElementVNode("img",{class:"iconstats",src:"https://golstatsimages.blob.core.windows.net/todoelfut/playdes.png"},null,-1)),r5={class:"numstats"},n5={class:"leyend"};function s5(t,a,o,l,r,i){return e.openBlock(),e.createElementBlock("div",null,[o.type==0?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["button",r.status&&o.typeOnOff&&"button-active"]),style:e.normalizeStyle([i.customStyle,r.status&&o.typeOnOff&&i.customActive]),onClick:a[0]||(a[0]=(...n)=>i.btnClick&&i.btnClick(...n))},[o.icon&&o.iconPosition.toLowerCase()==="left"?(e.openBlock(),e.createElementBlock("img",{key:0,class:"icon",style:e.normalizeStyle({width:o.iconSize}),src:o.icon},null,12,t5)):e.createCommentVNode("",!0),o.textValue?(e.openBlock(),e.createElementBlock("div",a5,e.toDisplayString(o.textValue),1)):e.createCommentVNode("",!0),o.icon&&o.iconPosition.toLowerCase()==="right"?(e.openBlock(),e.createElementBlock("img",{key:2,class:"icon",style:e.normalizeStyle({width:o.iconSize}),src:o.icon},null,12,o5)):e.createCommentVNode("",!0)],6)):e.createCommentVNode("",!0),o.type==1?(e.openBlock(),e.createElementBlock("div",{key:1,class:"button-target",onClick:a[1]||(a[1]=(...n)=>i.btnClick&&i.btnClick(...n))},[e.createElementVNode("div",l5,[i5,e.createElementVNode("div",r5,e.toDisplayString(o.textStat),1)]),e.createElementVNode("div",n5,e.toDisplayString(o.textCategory),1)])):e.createCommentVNode("",!0)])}const d5=Qg(Pa,[["render",s5],["__scopeId","data-v-f3ee6b2b"]]),c5={class:"gsc-dropdown__main-container__item-selected"},m5=["height","width"],p5=["stroke"],u5={key:1,width:"8",height:"4",viewBox:"0 0 8 4",fill:"none",xmlns:"http://www.w3.org/2000/svg"},f5=["fill"],h5={class:"gsc-dropdown__items-container"},y5=["onClick"],g5={key:0,class:"gsc-dropdown__items-footer"},Hl={__name:"GSC-Dropdown",props:{modelValue:{type:[Object,Number,String],default:()=>null},height:{type:String,default:"fit-content"},width:{type:String,default:"fit-content"},fontSize:{type:String,default:"14px"},borderRadius:{type:Number,default:5},arrowHeight:{type:Number,default:24},arrowWidth:{type:Number,default:24},borderType:{type:String,default:"solid",validator:function(t){return["solid","dotted","dashed"].includes(t)}},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:t=>["propName","value"].every(a=>a in t)},listBackgroundColor:{type:String,default:"white"},hoverBackgroundColor:{type:String,default:"#f1f1f1"},listMarginTop:{type:String,default:"0"},listContainerPadding:{type:String,default:"0"},listItemPadding:{type:String,default:"10px 12px"},listItemMargin:{type:String,default:"0"},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},listItemBorderRadius:{type:String,default:"0"},listAlignment:{type:String,default:"left"},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},isDisabled:{type:Boolean,default:!1},onlyFirstTime:{type:Boolean,default:!1},iconType:{type:Number,default:1,validator:function(t){return[1,2].includes(t)}}},emits:["input","click-ready","update:modelValue"],setup(t,{emit:a}){const o=t,l=e.ref({}),r=e.ref(null),i=e.ref(o.isMultipleOption?-1:0),n=e.ref(!1);e.watch(()=>o.items,(u,f)=>{if(!o.modelValue&&(!o.onlyFirstTime||!f||!f.length)&&u&&u.length){if(o.defaultItemByProp){const p=o.items.findIndex(g=>g[o.defaultItemByProp.propName]===o.defaultItemByProp.value);p!==-1?(i.value=p,l.value=u[p]):(i.value=0,l.value=u[0])}else l.value=u[o.defaultItemByIndex];a("input",l.value)}},{immediate:!0}),e.watch(()=>o.modelValue,u=>{if(u){const f=o.items.findIndex(p=>typeof u=="object"?JSON.stringify(p)===JSON.stringify(u):p===u);f!==-1&&(i.value=f,l.value=o.items[f],a("update:modelValue",l.value))}},{immediate:!0});const s=e.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-container-padding":o.listContainerPadding,"--list-item-padding":o.listItemPadding,"--list-item-margin":o.listItemMargin,"--list-background-color":o.listBackgroundColor,"--list-height":o.listHeight,"--list-item-border-radius":o.listItemBorderRadius,"--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`,"--list-margin-top":o.listMarginTop,"--list-left":o.listAlignment==="left"?"0":"auto","--list-right":o.listAlignment==="right"?"0":"auto","--footer-border":`${o.footerBorderWidth}px solid ${o.footerBorderColor}`,"--dropdown-opacity":o.isDisabled?"0.5":"1","--dropdown-cursor":o.isDisabled?"not-allowed":"pointer","--dropdown-font-size":o.fontSize?o.fontSize:"14px"})),d=e.computed(()=>({height:`${o.arrowHeight}px`,width:`${o.arrowWidth}px`}));function c(){o.isDisabled||(n.value=!n.value)}function h(u){r.value&&!r.value.contains(u.target)&&(n.value=!1)}function m(u,f){o.isMultipleOption?i.value=-1:(i.value=f,n.value=!1),l.value=u,a("input",l.value),a("update:modelValue",l.value)}function y(){n.value=!1,a("click-ready")}return e.onMounted(()=>{document.addEventListener("click",h)}),e.onBeforeMount(()=>{document.removeEventListener("click",h)}),(u,f)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"dropDown",ref:r,class:"gsc-dropdown",style:e.normalizeStyle(s.value)},[e.createElementVNode("div",{class:"gsc-dropdown__main-container",style:e.normalizeStyle({"padding-right":`${t.arrowWidth+8}px`}),onClick:c},[e.createElementVNode("div",c5,[e.renderSlot(u.$slots,"default",{selectedItem:l.value})]),e.createElementVNode("div",{class:e.normalizeClass(["gsc-dropdown__main-container__icon",{"rotated-180":n.value}]),style:e.normalizeStyle(d.value)},[t.iconType===1?(e.openBlock(),e.createElementBlock("svg",{key:0,height:t.arrowHeight,width:t.arrowWidth,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[e.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:t.arrowColor},null,8,p5)],8,m5)):(e.openBlock(),e.createElementBlock("svg",u5,[e.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:t.arrowColor},null,8,f5)]))],6)],4),e.createVNode(e.Transition,null,{default:e.withCtx(()=>[e.withDirectives(e.createElementVNode("div",h5,[e.createElementVNode("div",null,[e.createElementVNode("div",{class:"gsc-dropdown__items",style:e.normalizeStyle({"margin-top":`${o.borderWidth}px`})},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.items,(p,g)=>(e.openBlock(),e.createElementBlock("div",null,[e.withDirectives((e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["gsc-dropdown__items__item",{selected:g===i.value}]),key:g,onClick:b=>m(p,g)},[e.renderSlot(u.$slots,"availableItem",{item:p})],10,y5)),[[e.vShow,!p.isHidden]])]))),256))],4),t.isFooterVisible?(e.openBlock(),e.createElementBlock("div",g5,[e.createVNode(e.unref(d5),{"text-value":"Listo","border-color":"#cbee6b","font-size":"12px",width:"72px",height:"22px","border-radius":"62px","border-width":.8,onClick:y})])):e.createCommentVNode("",!0)])],512),[[e.vShow,n.value]])]),_:3})],4))}},b5={name:"ModalCreatePlayList",components:{GSCFilters:zl,GSCDropdown:Hl},props:{isVisible:{type:Boolean,default:!1},seasons:{type:Array,required:!0},userTeamId:{type:Number,default:1},teamId:{type:Number,required:!0},userId:{type:Number,default:0},playerId:{type:Number,default:0},positionId:{type:Number,default:0},listExistingNames:{type:Array,default:[]}},setup(t,{emit:a}){const o=e.ref(Ul()),l=e.ref(null),r=e.ref(1),i=e.ref(!1),n=e.ref({title:"",position:""}),s=e.ref(0),d=new Map([[1,"Portero"],[2,"Defensa Central"],[3,"Lateral por izquierda"],[4,"Lateral por derecha"],[5,"Volante por izquierda"],[6,"Volante por derecha"],[7,"Volante defensivo"],[8,"Volante ofensivo"],[9,"Delantero"],[10,"Desconocida"]]),c=e.ref(!1),h=e.ref([]),m=e.ref([]),y=e.ref(!1);e.ref([]);const u=e.ref(new Set),f=e.ref({tournaments:[],personalData:[]}),p=e.ref(null),g=e.ref(!0),b=e.ref(!1),B=e.ref(""),R=e.ref(0),W="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MCwibmFtZSI6IlVzdWFyaW8gRnJlZSIsInVzZXJuYW1lIjoiZnJlZUBnb2xzdGF0cy5jb20iLCJlbWFpbCI6ImZyZWVAZ29sc3RhdHMuY29tIiwiaWF0IjoxNjA2NzU4Nzk1LCJleHAiOjE2MzgyOTQ3OTV9.kPNmP7yDtk38cAXrUyc7OHRh6J25VFqy-XUNzbK-4YE",z=()=>{l.value&&(s.value=l.value.offsetWidth)},U=M=>{document.body.style.overflow=M?"hidden":"auto"},G=e.ref(null),K=()=>{z(),t.isVisible&&U(!0)},oe=()=>{r.value=1,n.value={title:"",position:""},G.value&&(G.value.clearFilters(se.ALL),G.value.clearFilters(se.AGE_RANGE),G.value.clearFilters(se.YEAR),G.value.clearFilters(se.NATIONALITY),G.value.clearFilters(se.POSITION)),_t.forEach(M=>{M.isSelected=M.name==="Liga MX",M.seasons.forEach(L=>{L.isSelected=M.name==="Liga MX"})}),u.value.clear(),R.value++,B.value="",b.value=!1,g.value=!0,p.value=null,m.value=[],a("close")},v=()=>{if(r.value===1){if(!D.value||!n.value.position)return;r.value=2}},A=async()=>{try{c.value=!0;const L=await X.create({headers:{Authorization:`${W}`}}).get(`https://a3tmmmjdaj.execute-api.us-east-2.amazonaws.com/prod/teams/${t.userTeamId}/templates?general=1`);h.value=L.data.data,h.value.unshift({id:0,name:"Selecciona un template para tu lista..."})}catch(M){console.error("Error al cargar templates:",M)}finally{c.value=!1}};e.onMounted(()=>{A(),window.addEventListener("resize",K)}),e.onUnmounted(()=>{window.removeEventListener("resize",K),U(!1)}),e.watch(()=>t.isVisible,M=>{M?(r.value=1,setTimeout(z,0),U(!0)):(r.value=1,U(!1))}),e.watch(()=>r.value,M=>{M===2&&setTimeout(()=>{g.value=!0,p.value=null,T()},100)});const I=e.computed(()=>({...o.value})),D=e.computed(()=>{const M=n.value.title.toLowerCase(),L=t.listExistingNames.includes(M);return i.value=L,n.value.title.length>=3&&!L}),Y=async M=>{f.value.tournaments=M,me()},ee=async M=>{f.value.personalData=M,me()},me=()=>{if(!p.value){g.value=!0;return}const M=JSON.stringify(f.value)!==JSON.stringify(p.value);g.value=M},T=async()=>{var M,L,N,x,w,F;if(g.value){b.value=!0;try{const Z=f.value.tournaments.find(ze=>ze.isSelected===!0);if(Z&&Z.seasons.length>0){const ze=Z.seasons[0];y.value=!0,m.value=[];try{let Ve=[...(await X.create({headers:{Authorization:`${W}`}}).get(`https://ts7thxzaik.execute-api.us-west-2.amazonaws.com/prod/players/seasons/${ze.id}`)).data.players.map(te=>{var re;return{id:te.player_id,name:k(te.player_name),name_full:te.player_name,photo:te.player_photo||"https://golstatsimages.blob.core.windows.net/players-profile/default.png",position:d.get(te.position_id)||"No especificada",position_id:te.position_id||0,age:te.age||"-",dob:te.dob||"-",jersey:te.jersey||0,nationality:te.nationality||"",is_female:te.is_female,nationality_id:te.nationality_id||0,minutes_played:te.minutes_played||0,team_id:te.team_id,team:{logo:`https://golstatsimages.blob.core.windows.net/teams-80/${te.team_id}.png`,shortName:((re=te.team)==null?void 0:re.shortName)||"-",tournament:Z.name||"No especificada"},isSelected:u.value.has(te.player_id)}})];if((M=f.value.personalData)!=null&&M.ageByRange&&(Ve=Ve.filter(te=>{const re=parseInt(te.age);return!isNaN(re)&&re>=f.value.personalData.ageByRange.min&&re<=f.value.personalData.ageByRange.max})),(L=f.value.personalData)!=null&&L.year){const te=f.value.personalData.year;Ve=Ve.filter(re=>re.dob?parseInt(re.dob.substring(0,4))===te:!1)}if(((x=(N=f.value.personalData)==null?void 0:N.nationalities)==null?void 0:x.length)>0){const te=f.value.personalData.nationalities.filter(re=>re.isSelected).map(re=>re.id);te.length>0&&(Ve=Ve.filter(re=>te.includes(re.nationality_id)))}if(((F=(w=f.value.personalData)==null?void 0:w.positions)==null?void 0:F.length)>0){const te=f.value.personalData.positions.filter(re=>re.isSelected).map(re=>re.id);te.length>0&&(Ve=Ve.filter(re=>te.includes(re.position_id)))}m.value=Ve,p.value=JSON.parse(JSON.stringify(f.value)),g.value=!1}catch(ue){console.error("Error al obtener jugadores:",ue),m.value=[]}finally{y.value=!1}}}catch(Z){console.error("Error al procesar la búsqueda:",Z),y.value=!1}}},_=M=>{u.value.has(M)?u.value.delete(M):u.value.add(M)},k=M=>{if(!M)return"-";const[L,N]=M.split(",").map(w=>w.trim());if(!N)return M;const x=L.split(" ")[0];return`${N[0]}. ${x}`},P=e.computed(()=>{if(!B.value)return m.value;const M=B.value.toLowerCase().trim();return m.value.filter(L=>L.name_full.toLowerCase().includes(M))});return{modalContent:l,currentStep:r,playlistData:n,showError:i,modalWidth:s,isLoading:c,templates:h,closeModal:oe,handleNext:v,filterButtonProps:I,filtersTypes:S,onFiltersTournamentsTops:Y,tournamentsToFilter:_t,onFiltersPersonalData:ee,players:m,isLoadingPlayers:y,positions:d,isSearchButtonActive:g,handleSearch:T,handlePlayerSelection:_,selectedPlayers:u,hasSearched:b,searchQuery:B,filteredPlayers:P,clearSearch:()=>{B.value=""},handleCreatePlaylist:async()=>{try{const M=h.value.find(w=>w.id===n.value.position),L={user_id:t.userId,name:n.value.title,template:M,players:u.value.size>0?Array.from(u.value).map(w=>{const F=m.value.find(Z=>Z.id===w);return{player_id:w,name:F.name_full,position:F.position_id,dob:F.dob,team_id:F.team_id,jersey:F.jersey,nationality:F.nationality,nationality_id:F.nationality_id,is_female:F.is_female}}):[]},x=await X.create({headers:{Authorization:`${W}`}}).post(`https://4j4nfvoh0d.execute-api.us-east-2.amazonaws.com/prod/users/${t.userId}/in-followed`,L);(x.status===200||x.status===201)&&(a("playlist-created",x.data),oe())}catch(M){console.error("Error al crear la playlist:",M)}},filterKey:R,personalDataFilter:G,isValidPlaylistName:D,onInputTemplate:M=>{n.value.position=M.id}}}},S5={key:0,class:"modal-overlay"},_5={class:"modal-content",ref:"modalContent"},C5={class:"modal-header"},E5={class:"title-section"},w5={key:0,class:"modal-body"},k5={class:"dropdown-container"},V5={class:"selected-item"},N5={class:"available-item"},x5={key:0,class:"error-message"},B5={key:1,class:"modal-body"},F5={class:"search-section"},T5={class:"filters-row"},M5={class:"filter-container"},A5={class:"filter-container"},L5={class:"search-input"},P5={class:"players-table"},D5={class:"table-body"},I5={key:0,class:"loading-container"},v5={key:1,class:"no-results"},R5={key:2,class:"no-results"},O5={class:"cell checkbox-cell"},z5=["checked","onChange"],U5={class:"cell player-cell"},j5=["src"],$5={class:"cell team-cell"},H5=["src"],W5={class:"cell"},G5={class:"cell"},q5={class:"cell"},Z5={class:"cell"},Y5={class:"modal-footer"},J5={key:0,class:"buttons-container buttons-container-step1"},K5=["disabled"],X5={class:"selected-players-info"},Q5={class:"bold"},e8={class:"buttons-container buttons-container-step2"};function t8(t,a,o,l,r,i){const n=e.resolveComponent("GSCDropdown"),s=e.resolveComponent("GSCFilters");return e.openBlock(),e.createBlock(e.Transition,{name:"modal"},{default:e.withCtx(()=>[o.isVisible?(e.openBlock(),e.createElementBlock("div",S5,[e.createElementVNode("div",_5,[e.createElementVNode("div",C5,[e.createElementVNode("div",E5,[a[9]||(a[9]=e.createElementVNode("svg",{width:"29",height:"22",viewBox:"0 0 23 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{d:"M12.249 4.88982H1.56809C0.980641 4.88982 0.5 5.35635 0.5 5.92655C0.5 6.49675 0.980641 6.96327 1.56809 6.96327H12.249C12.8365 6.96327 13.3171 6.49675 13.3171 5.92655C13.3171 5.35635 12.8365 4.88982 12.249 4.88982ZM12.249 0.74292H1.56809C0.980641 0.74292 0.5 1.20945 0.5 1.77965C0.5 2.34984 0.980641 2.81637 1.56809 2.81637H12.249C12.8365 2.81637 13.3171 2.34984 13.3171 1.77965C13.3171 1.20945 12.8365 0.74292 12.249 0.74292ZM17.5895 9.03673V5.92655C17.5895 5.35635 17.1088 4.88982 16.5214 4.88982C15.9339 4.88982 15.4533 5.35635 15.4533 5.92655V9.03673H12.249C11.6616 9.03673 11.1809 9.50325 11.1809 10.0735C11.1809 10.6437 11.6616 11.1102 12.249 11.1102H15.4533V14.2204C15.4533 14.7906 15.9339 15.2571 16.5214 15.2571C17.1088 15.2571 17.5895 14.7906 17.5895 14.2204V11.1102H20.7937C21.3812 11.1102 21.8618 10.6437 21.8618 10.0735C21.8618 9.50325 21.3812 9.03673 20.7937 9.03673H17.5895ZM1.56809 11.1102H7.97664C8.5641 11.1102 9.04474 10.6437 9.04474 10.0735C9.04474 9.50325 8.5641 9.03673 7.97664 9.03673H1.56809C0.980641 9.03673 0.5 9.50325 0.5 10.0735C0.5 10.6437 0.980641 11.1102 1.56809 11.1102Z",fill:"#ffffff",stroke:"#0D1D29","stroke-width":"0.191682"})],-1)),e.createElementVNode("h2",null,e.toDisplayString(l.currentStep===1?"Crear nueva lista":"Agregar jugadores"),1)]),e.createElementVNode("button",{class:"close-button",onClick:a[0]||(a[0]=(...d)=>l.closeModal&&l.closeModal(...d))},a[10]||(a[10]=[e.createElementVNode("img",{width:"22",src:"http://golstatsimages.blob.core.windows.net/playlist-icons/close@3x.png",alt:"Cerrar"},null,-1)]))]),l.currentStep===1?(e.openBlock(),e.createElementBlock("div",w5,[e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":a[1]||(a[1]=d=>l.playlistData.title=d),type:"text",class:"input-playlist",placeholder:"Nombre de tu lista..."},null,512),[[e.vModelText,l.playlistData.title]]),e.createElementVNode("div",k5,[e.createVNode(n,{items:l.templates,"list-alignment":"left",height:"40px",width:"100%","background-color":"#2e3b46",arrowColor:"#fff",color:"#FFF","list-height":"200px","list-background-color":"#2E3B46","list-item-color":"#FFF","is-list-same-width":"true",hoverBackgroundColor:"#4a5b69",listItemSelectedBackgroundColor:"#576978",listBorderRadius:"5px",listBorderColor:"rgba(255, 255, 255, 0.2)","border-color":"rgba(255, 255, 255, 0.2)","border-radius":8,onInput:l.onInputTemplate},{default:e.withCtx(({selectedItem:d})=>[e.createElementVNode("div",V5,e.toDisplayString(d&&d.name&&l.playlistData.position!==0?d.name:"Selecciona un template para tu lista..."),1)]),availableItem:e.withCtx(({item:d})=>[e.createElementVNode("div",N5,e.toDisplayString(d.name),1)]),_:1},8,["items","onInput"])]),l.showError?(e.openBlock(),e.createElementBlock("p",x5,a[11]||(a[11]=[e.createTextVNode(" Ya existe una lista con este nombre,"),e.createElementVNode("br",{class:"mobile-break"},null,-1),e.createTextVNode(" utiliza otro para poder continuar. ")]))):e.createCommentVNode("",!0)])):(e.openBlock(),e.createElementBlock("div",B5,[e.createElementVNode("div",F5,[e.createElementVNode("div",T5,[e.createElementVNode("div",M5,[(e.openBlock(),e.createBlock(s,{key:l.filterKey,width:"98.9%",class:"filter-mobile","button-filter-props":l.filterButtonProps,"is-one-tournament-only":!0,"filter-type":l.filtersTypes.TOURNAMENTS,"show-badge-on-filter-full":!1,filters:l.tournamentsToFilter,"onUpdate:filters":l.onFiltersTournamentsTops},null,8,["button-filter-props","filter-type","filters","onUpdate:filters"]))]),e.createElementVNode("div",A5,[(e.openBlock(),e.createBlock(s,{ref:"personalDataFilter",key:`personal-${l.filterKey}`,class:"filter-mobile","button-filter-props":l.filterButtonProps,"filter-type":l.filtersTypes.PERSONAL_DATA,"show-badge-on-filter-full":!1,"is-scouting":"",width:"98.9%",season:null,"onUpdate:filters":l.onFiltersPersonalData},null,8,["button-filter-props","filter-type","onUpdate:filters"]))]),e.createElementVNode("button",{class:e.normalizeClass(["search-button",{"search-button-active":l.isSearchButtonActive}]),onClick:a[2]||(a[2]=(...d)=>l.handleSearch&&l.handleSearch(...d))}," Buscar ",2)]),e.createElementVNode("div",L5,[e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":a[3]||(a[3]=d=>l.searchQuery=d),type:"text",placeholder:"Filtrar jugador por nombre"},null,512),[[e.vModelText,l.searchQuery]]),l.searchQuery?(e.openBlock(),e.createElementBlock("button",{key:0,class:"clear-search",onClick:a[4]||(a[4]=(...d)=>l.clearSearch&&l.clearSearch(...d))},a[12]||(a[12]=[e.createElementVNode("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{d:"M1 1L13 13M1 13L13 1",stroke:"white","stroke-width":"2","stroke-linecap":"round"})],-1)]))):e.createCommentVNode("",!0)])]),e.createElementVNode("div",P5,[a[14]||(a[14]=e.createElementVNode("div",{class:"table-header"},[e.createElementVNode("div",{class:"header-cell checkbox-cell"}),e.createElementVNode("div",{class:"header-cell"},"Jugadores"),e.createElementVNode("div",{class:"header-cell"},"Equipo"),e.createElementVNode("div",{class:"header-cell"},"Posición"),e.createElementVNode("div",{class:"header-cell"},"Edad"),e.createElementVNode("div",{class:"header-cell"},"Liga"),e.createElementVNode("div",{class:"header-cell"},"Minutos")],-1)),e.createElementVNode("div",D5,[l.isLoadingPlayers?(e.openBlock(),e.createElementBlock("div",I5,a[13]||(a[13]=[e.createElementVNode("div",{class:"loading-spinner"},null,-1),e.createElementVNode("span",null,"Buscando jugadores...",-1)]))):l.hasSearched?!l.isLoadingPlayers&&l.players.length===0?(e.openBlock(),e.createElementBlock("div",R5," No se encontraron resultados para tu búsqueda ")):(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:3},e.renderList(l.filteredPlayers,d=>(e.openBlock(),e.createElementBlock("div",{class:"table-row",key:d.id},[e.createElementVNode("div",O5,[e.createElementVNode("input",{type:"checkbox",class:"checkbox-player",checked:l.selectedPlayers.has(d.id),onChange:c=>l.handlePlayerSelection(d.id)},null,40,z5)]),e.createElementVNode("div",U5,[e.createElementVNode("img",{src:d.photo,class:"player-avatar"},null,8,j5),e.createElementVNode("span",null,e.toDisplayString(d.name),1)]),e.createElementVNode("div",$5,[e.createElementVNode("img",{src:d.team.logo,class:"team-logo"},null,8,H5)]),e.createElementVNode("div",W5,e.toDisplayString(d.position),1),e.createElementVNode("div",G5,e.toDisplayString(d.age),1),e.createElementVNode("div",q5,e.toDisplayString(d.team.tournament),1),e.createElementVNode("div",Z5,e.toDisplayString(d.minutes_played),1)]))),128)):(e.openBlock(),e.createElementBlock("div",v5,' Haz click en "Buscar" para aplicar tus filtros '))])])])),e.createElementVNode("div",Y5,[l.currentStep===1?(e.openBlock(),e.createElementBlock("div",J5,[e.createElementVNode("button",{class:"cancelar",onClick:a[5]||(a[5]=(...d)=>l.closeModal&&l.closeModal(...d))},"Cancelar"),e.createElementVNode("button",{class:e.normalizeClass(["siguiente",{disabled:!l.isValidPlaylistName||!l.playlistData.position}]),onClick:a[6]||(a[6]=(...d)=>l.handleNext&&l.handleNext(...d)),disabled:!l.isValidPlaylistName||!l.playlistData.position}," Siguiente ",10,K5)])):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createElementVNode("div",X5,[l.selectedPlayers.size===0?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[a[15]||(a[15]=e.createElementVNode("span",{class:"bold"},"No tienes",-1)),a[16]||(a[16]=e.createTextVNode(" jugadores seleccionados. "))],64)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createElementVNode("span",Q5,"Tienes "+e.toDisplayString(l.selectedPlayers.size),1),e.createTextVNode(" "+e.toDisplayString(l.selectedPlayers.size===1?"jugador seleccionado":"jugadores seleccionados")+". ",1)],64))]),e.createElementVNode("div",e8,[e.createElementVNode("button",{class:"cancelar",onClick:a[7]||(a[7]=(...d)=>l.closeModal&&l.closeModal(...d))},"Cancelar"),e.createElementVNode("button",{class:"siguiente",onClick:a[8]||(a[8]=(...d)=>l.handleCreatePlaylist&&l.handleCreatePlaylist(...d))}," Crear lista ")])],64))])],512)])):e.createCommentVNode("",!0)]),_:1})}const a8=Ce(b5,[["render",t8],["__scopeId","data-v-d56a30a5"]]),o8={name:"ModalCreatePlayList",components:{GSCDropdown:Hl},props:{isVisible:{type:Boolean,default:!1},userTeamId:{type:Number,default:1},seasons:{type:Array,required:!0},teamId:{type:Number,required:!0},listData:{type:Object,default:null},userId:{type:Number,default:0},playerId:{type:Number,default:0},positionId:{type:Number,default:0}},setup(t,{emit:a}){const o=e.ref({id:0,name:"Selecciona un template para tu lista..."}),l=e.ref(0),r=e.ref(null),i=e.ref([]),n=e.ref({title:"",templateId:""}),s=e.ref(0),d=()=>{r.value&&(s.value=r.value.offsetWidth)},c=g=>{document.body.style.overflow=g?"hidden":"auto"},h="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MCwibmFtZSI6IlVzdWFyaW8gRnJlZSIsInVzZXJuYW1lIjoiZnJlZUBnb2xzdGF0cy5jb20iLCJlbWFpbCI6ImZyZWVAZ29sc3RhdHMuY29tIiwiaWF0IjoxNjA2NzU4Nzk1LCJleHAiOjE2MzgyOTQ3OTV9.kPNmP7yDtk38cAXrUyc7OHRh6J25VFqy-XUNzbK-4YE",m=()=>{d(),t.isVisible&&c(!0)},y=()=>{n.value={title:"",templateId:""},a("close")},u=g=>{n.value.templateId=g.id},f=async()=>{var g,b;if(!(!n.value.title||!n.value.templateId))try{const B=X.create({headers:{Authorization:`${h}`}}),R=(g=t.listData)==null?void 0:g.id;(await B.put(`https://4j4nfvoh0d.execute-api.us-east-2.amazonaws.com/prod/users/${t.userId}/in-followed/${R}`,{user_id:t.userId,template:i.value.find(z=>z.id===n.value.templateId),name:n.value.title,id:R,players:(b=t.listData)==null?void 0:b.players})).status===200&&(a("next",n.value),y())}catch(B){console.error("Error al actualizar la lista:",B)}},p=async()=>{try{const b=await X.create({headers:{Authorization:`${h}`}}).get(`https://a3tmmmjdaj.execute-api.us-east-2.amazonaws.com/prod/teams/${t.userTeamId}/templates?general=1`);i.value=b.data.data,i.value.unshift({id:0,name:"Selecciona un template para tu lista..."})}catch(g){console.error("Error al obtener templates:",g)}};return e.onMounted(()=>{window.addEventListener("resize",m),p()}),e.onUnmounted(()=>{window.removeEventListener("resize",m),c(!1)}),e.watch(()=>t.isVisible,g=>{g?(setTimeout(d,0),c(!0),o.value.name=t.listData.name,n.value.title=t.listData.name,o.value.id=t.listData.template,n.value.templateId=t.listData.template,l.value=i.value.findIndex(b=>b.id===n.value.templateId)):c(!1)}),{modalContent:r,playlistData:n,modalWidth:s,closeModal:y,handleNext:f,templates:i,onInputTemplate:u,selectedTemplate:o,selectedTemplateKey:l}}},l8={class:"modal-header"},i8={class:"modal-body"},r8={class:"dropdown-container"},n8={class:"selected-item"},s8={class:"available-item"},d8={class:"modal-footer"},c8={class:"buttons-container buttons-container-step1"},m8=["disabled"];function p8(t,a,o,l,r,i){const n=e.resolveComponent("GSCDropdown");return e.openBlock(),e.createBlock(e.Transition,{name:"modal"},{default:e.withCtx(()=>[o.isVisible?(e.openBlock(),e.createElementBlock("div",{key:0,class:"modal-overlay",onClick:a[5]||(a[5]=(...s)=>l.closeModal&&l.closeModal(...s))},[e.createElementVNode("div",{class:"modal-content",onClick:a[4]||(a[4]=e.withModifiers(()=>{},["stop"])),ref:"modalContent"},[e.createElementVNode("div",l8,[a[7]||(a[7]=e.createElementVNode("div",{class:"title-section"},[e.createElementVNode("svg",{width:"20",height:"20",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("g",{"clip-path":"url(#clip0_3214_107704)"},[e.createElementVNode("path",{d:"M8.25 3H3C2.60218 3 2.22064 3.15804 1.93934 3.43934C1.65804 3.72064 1.5 4.10218 1.5 4.5V15C1.5 15.3978 1.65804 15.7794 1.93934 16.0607C2.22064 16.342 2.60218 16.5 3 16.5H13.5C13.8978 16.5 14.2794 16.342 14.5607 16.0607C14.842 15.7794 15 15.3978 15 15V9.75",stroke:"white","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"}),e.createElementVNode("path",{d:"M13.875 1.87493C14.1734 1.57656 14.578 1.40894 15 1.40894C15.422 1.40894 15.8266 1.57656 16.125 1.87493C16.4234 2.17329 16.591 2.57797 16.591 2.99993C16.591 3.42188 16.4234 3.82656 16.125 4.12493L9 11.2499L6 11.9999L6.75 8.99993L13.875 1.87493Z",stroke:"white","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"})]),e.createElementVNode("defs",null,[e.createElementVNode("clipPath",{id:"clip0_3214_107704"},[e.createElementVNode("rect",{width:"18",height:"18",fill:"white"})])])]),e.createElementVNode("h2",null,"Editar lista")],-1)),e.createElementVNode("button",{class:"close-button",onClick:a[0]||(a[0]=(...s)=>l.closeModal&&l.closeModal(...s))},a[6]||(a[6]=[e.createElementVNode("img",{width:"22",src:"http://golstatsimages.blob.core.windows.net/playlist-icons/close@3x.png",alt:"Cerrar"},null,-1)]))]),e.createElementVNode("div",i8,[e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":a[1]||(a[1]=s=>l.playlistData.title=s),type:"text",class:"input-playlist",placeholder:"Nombre de tu lista..."},null,512),[[e.vModelText,l.playlistData.title]]),e.createElementVNode("div",r8,[e.createVNode(n,{items:l.templates,"list-alignment":"left",height:"40px",width:"100%","background-color":"#2e3b46",arrowColor:"#fff",color:"#FFF","list-height":"200px","list-background-color":"#2E3B46","list-item-color":"#FFF","is-list-same-width":"true",hoverBackgroundColor:"#4a5b69",listItemSelectedBackgroundColor:"#576978",listBorderRadius:"5px",listBorderColor:"rgba(255, 255, 255, 0.2)","border-color":"rgba(255, 255, 255, 0.2)","border-radius":8,onInput:l.onInputTemplate,defaultItemByIndex:l.selectedTemplateKey},{default:e.withCtx(({selectedItem:s})=>[e.createElementVNode("div",n8,e.toDisplayString(s&&s.name&&l.playlistData.position!==0?s.name:"Selecciona un template para tu lista..."),1)]),availableItem:e.withCtx(({item:s})=>[e.createElementVNode("div",s8,e.toDisplayString(s.name),1)]),_:1},8,["items","onInput","defaultItemByIndex"])])]),e.createElementVNode("div",d8,[e.createElementVNode("div",c8,[e.createElementVNode("button",{class:"cancelar",onClick:a[2]||(a[2]=(...s)=>l.closeModal&&l.closeModal(...s))},"Cancelar"),e.createElementVNode("button",{class:"siguiente",onClick:a[3]||(a[3]=(...s)=>l.handleNext&&l.handleNext(...s)),disabled:!l.playlistData.title||!l.playlistData.templateId}," Guardar ",8,m8)])])],512)])):e.createCommentVNode("",!0)]),_:1})}const u8=Ce(o8,[["render",p8],["__scopeId","data-v-b20b2a58"]]),f8={name:"ModalCreatePlayList",components:{GSCFilters:zl},props:{isVisible:{type:Boolean,default:!1},seasons:{type:Array,required:!0},teamId:{type:Number,required:!0},userId:{type:Number,default:0},playerId:{type:Number,default:0},positionId:{type:Number,default:0},listId:{type:Number,required:!0}},setup(t,{emit:a}){const o=e.ref(Ul()),l=e.ref(null),r=e.ref(2),i=e.ref({title:"",position:""}),n=e.ref(0),s=new Map([[1,"Portero"],[2,"Defensa Central"],[3,"Lateral por izquierda"],[4,"Lateral por derecha"],[5,"Volante por izquierda"],[6,"Volante por derecha"],[7,"Volante defensivo"],[8,"Volante ofensivo"],[9,"Delantero"],[10,"Desconocida"]]),d=e.ref(!1),c=e.ref([]),h=e.ref([]),m=e.ref(!1),y=e.ref(new Set),u=e.ref({tournaments:[],personalData:[]}),f=e.ref(null),p=e.ref(!0),g=e.ref(!1),b=e.ref(""),B=e.ref(0),R="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MCwibmFtZSI6IlVzdWFyaW8gRnJlZSIsInVzZXJuYW1lIjoiZnJlZUBnb2xzdGF0cy5jb20iLCJlbWFpbCI6ImZyZWVAZ29sc3RhdHMuY29tIiwiaWF0IjoxNjA2NzU4Nzk1LCJleHAiOjE2MzgyOTQ3OTV9.kPNmP7yDtk38cAXrUyc7OHRh6J25VFqy-XUNzbK-4YE",W=()=>{l.value&&(n.value=l.value.offsetWidth)},z=V=>{document.body.style.overflow=V?"hidden":"auto"},U=e.ref(null),G=()=>{W(),t.isVisible&&z(!0)},K=()=>{i.value={title:"",position:""},U.value&&(U.value.clearFilters(se.ALL),U.value.clearFilters(se.AGE_RANGE),U.value.clearFilters(se.YEAR),U.value.clearFilters(se.NATIONALITY),U.value.clearFilters(se.POSITION)),_t.forEach(V=>{V.isSelected=V.name==="Liga MX",V.seasons.forEach(O=>{O.isSelected=V.name==="Liga MX"})}),y.value.clear(),B.value++,b.value="",g.value=!1,p.value=!0,f.value=null,h.value=[],a("close")},oe=()=>{if(r.value===1){if(!i.value.title||!i.value.position)return;r.value=2,p.value=!0,f.value=null}},v=async()=>{try{d.value=!0;const O=await X.create({headers:{Authorization:`${R}`}}).get("https://4j4nfvoh0d.execute-api.us-east-2.amazonaws.com/prod/templates");c.value=O.data.data}catch(V){console.error("Error al cargar templates:",V)}finally{d.value=!1}};e.onMounted(()=>{v(),window.addEventListener("resize",G)}),e.onUnmounted(()=>{window.removeEventListener("resize",G),z(!1)}),e.watch(()=>t.isVisible,V=>{V?(setTimeout(W,0),z(!0),setTimeout(()=>{p.value=!0,f.value=null,ee()},100)):z(!1)});const A=e.computed(()=>({...o.value})),I=async V=>{u.value.tournaments=V,Y()},D=async V=>{u.value.personalData=V,Y()},Y=()=>{if(!f.value){p.value=!0;return}const V=JSON.stringify(u.value)!==JSON.stringify(f.value);p.value=V},ee=async()=>{var V,O,H,M,L,N;if(p.value){g.value=!0;try{const x=u.value.tournaments.find(w=>w.isSelected===!0);if(x&&x.seasons.length>0){const w=x.seasons[0];m.value=!0,h.value=[];try{let ue=[...(await X.create({headers:{Authorization:`${R}`}}).get(`https://ts7thxzaik.execute-api.us-west-2.amazonaws.com/prod/players/seasons/${w.id}`)).data.players.map(Q=>{var le;return{id:Q.player_id,name:T(Q.player_name),name_full:Q.player_name,photo:Q.player_photo||"https://golstatsimages.blob.core.windows.net/players-profile/default.png",position:s.get(Q.position_id)||"No especificada",position_id:Q.position_id||0,age:Q.age||"-",dob:Q.dob||"-",jersey:Q.jersey||0,nationality:Q.nationality||"",is_female:Q.is_female,nationality_id:Q.nationality_id||0,minutes_played:Q.minutes_played||0,team_id:Q.team_id,team:{logo:`https://golstatsimages.blob.core.windows.net/teams-80/${Q.team_id}.png`,shortName:((le=Q.team)==null?void 0:le.shortName)||"-",tournament:x.name||"No especificada"},isSelected:y.value.has(Q.player_id)}})];if((V=u.value.personalData)!=null&&V.ageByRange&&(ue=ue.filter(Q=>{const le=parseInt(Q.age);return!isNaN(le)&&le>=u.value.personalData.ageByRange.min&&le<=u.value.personalData.ageByRange.max})),(O=u.value.personalData)!=null&&O.year){const Q=u.value.personalData.year;ue=ue.filter(le=>le.dob?parseInt(le.dob.substring(0,4))===Q:!1)}if(((M=(H=u.value.personalData)==null?void 0:H.nationalities)==null?void 0:M.length)>0){const Q=u.value.personalData.nationalities.filter(le=>le.isSelected).map(le=>le.id);Q.length>0&&(ue=ue.filter(le=>Q.includes(le.nationality_id)))}if(((N=(L=u.value.personalData)==null?void 0:L.positions)==null?void 0:N.length)>0){const Q=u.value.personalData.positions.filter(le=>le.isSelected).map(le=>le.id);Q.length>0&&(ue=ue.filter(le=>Q.includes(le.position_id)))}h.value=ue,f.value=JSON.parse(JSON.stringify(u.value)),p.value=!1}catch(F){console.error("Error al obtener jugadores:",F),h.value=[]}finally{m.value=!1}}}catch(x){console.error("Error al procesar la búsqueda:",x),m.value=!1}}},me=V=>{y.value.has(V)?y.value.delete(V):y.value.add(V)},T=V=>{if(!V)return"-";const[O,H]=V.split(",").map(L=>L.trim());if(!H)return V;const M=O.split(" ")[0];return`${H[0]}. ${M}`};e.watch(r,V=>{V===2&&(g.value=!1,p.value=!0,f.value=null)});const _=e.computed(()=>{if(!b.value)return h.value;const V=b.value.toLowerCase().trim();return h.value.filter(O=>O.name_full.toLowerCase().includes(V))});return{modalContent:l,currentStep:r,playlistData:i,modalWidth:n,isLoading:d,templates:c,closeModal:K,handleNext:oe,filterButtonProps:A,filtersTypes:S,onFiltersTournamentsTops:I,tournamentsToFilter:_t,onFiltersPersonalData:D,players:h,isLoadingPlayers:m,positions:s,isSearchButtonActive:p,handleSearch:ee,handlePlayerSelection:me,selectedPlayers:y,hasSearched:g,searchQuery:b,filteredPlayers:_,clearSearch:()=>{b.value=""},handleCreatePlaylist:async()=>{try{const V={user_id:t.userId,id:t.listId,players:Array.from(y.value).map(M=>{const L=h.value.find(N=>N.id===M);return{player_id:M,name:L.name_full,position:L.position_id,dob:L.dob,team_id:L.team_id,jersey:L.jersey,nationality:L.nationality,nationality_id:L.nationality_id,is_female:L.is_female}})},H=await X.create({headers:{Authorization:`${R}`}}).put(`https://4j4nfvoh0d.execute-api.us-east-2.amazonaws.com/prod/users/${t.userId}/in-followed/${t.listId}/players`,V);(H.status===200||H.status===201)&&(a("playlist-created",H.data),K())}catch(V){console.error("Error al agregar jugadores a la lista:",V)}},filterKey:B,personalDataFilter:U}}},h8={key:0,class:"modal-overlay"},y8={class:"modal-header"},g8={class:"title-section"},b8={key:0,class:"modal-body"},S8=["value"],_8={key:1,disabled:""},C8={key:1,class:"modal-body"},E8={class:"search-section"},w8={class:"filters-row"},k8={class:"filter-container"},V8={class:"filter-container"},N8={class:"search-input"},x8={class:"players-table"},B8={class:"table-body"},F8={key:0,class:"loading-container"},T8={key:1,class:"no-results"},M8={key:2,class:"no-results"},A8={class:"cell checkbox-cell"},L8=["checked","onChange"],P8={class:"cell player-cell"},D8=["src"],I8={class:"cell team-cell"},v8=["src"],R8={class:"cell"},O8={class:"cell"},z8={class:"cell"},U8={class:"cell"},j8={class:"modal-footer"},$8={key:0,class:"buttons-container buttons-container-step1"},H8=["disabled"],W8={class:"selected-players-info"},G8={class:"bold"},q8={class:"buttons-container buttons-container-step2"},Z8=["disabled"];function Y8(t,a,o,l,r,i){const n=e.resolveComponent("GSCFilters");return e.openBlock(),e.createBlock(e.Transition,{name:"modal"},{default:e.withCtx(()=>[o.isVisible?(e.openBlock(),e.createElementBlock("div",h8,[e.createElementVNode("div",{class:"modal-content",onClick:a[10]||(a[10]=e.withModifiers(()=>{},["stop"])),ref:"modalContent"},[e.createElementVNode("div",y8,[e.createElementVNode("div",g8,[a[11]||(a[11]=e.createElementVNode("svg",{width:"29",height:"22",viewBox:"0 0 23 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{d:"M12.249 4.88982H1.56809C0.980641 4.88982 0.5 5.35635 0.5 5.92655C0.5 6.49675 0.980641 6.96327 1.56809 6.96327H12.249C12.8365 6.96327 13.3171 6.49675 13.3171 5.92655C13.3171 5.35635 12.8365 4.88982 12.249 4.88982ZM12.249 0.74292H1.56809C0.980641 0.74292 0.5 1.20945 0.5 1.77965C0.5 2.34984 0.980641 2.81637 1.56809 2.81637H12.249C12.8365 2.81637 13.3171 2.34984 13.3171 1.77965C13.3171 1.20945 12.8365 0.74292 12.249 0.74292ZM17.5895 9.03673V5.92655C17.5895 5.35635 17.1088 4.88982 16.5214 4.88982C15.9339 4.88982 15.4533 5.35635 15.4533 5.92655V9.03673H12.249C11.6616 9.03673 11.1809 9.50325 11.1809 10.0735C11.1809 10.6437 11.6616 11.1102 12.249 11.1102H15.4533V14.2204C15.4533 14.7906 15.9339 15.2571 16.5214 15.2571C17.1088 15.2571 17.5895 14.7906 17.5895 14.2204V11.1102H20.7937C21.3812 11.1102 21.8618 10.6437 21.8618 10.0735C21.8618 9.50325 21.3812 9.03673 20.7937 9.03673H17.5895ZM1.56809 11.1102H7.97664C8.5641 11.1102 9.04474 10.6437 9.04474 10.0735C9.04474 9.50325 8.5641 9.03673 7.97664 9.03673H1.56809C0.980641 9.03673 0.5 9.50325 0.5 10.0735C0.5 10.6437 0.980641 11.1102 1.56809 11.1102Z",fill:"#ffffff",stroke:"#0D1D29","stroke-width":"0.191682"})],-1)),e.createElementVNode("h2",null,e.toDisplayString(l.currentStep===1?"Crear nueva lista":"Agregar jugadores"),1)]),e.createElementVNode("button",{class:"close-button",onClick:a[0]||(a[0]=(...s)=>l.closeModal&&l.closeModal(...s))},a[12]||(a[12]=[e.createElementVNode("img",{width:"22",src:"http://golstatsimages.blob.core.windows.net/playlist-icons/close@3x.png",alt:"Cerrar"},null,-1)]))]),l.currentStep===1?(e.openBlock(),e.createElementBlock("div",b8,[e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":a[1]||(a[1]=s=>l.playlistData.title=s),type:"text",class:"input-playlist",placeholder:"Nombre de tu lista..."},null,512),[[e.vModelText,l.playlistData.title]]),e.withDirectives(e.createElementVNode("select",{"onUpdate:modelValue":a[2]||(a[2]=s=>l.playlistData.position=s),class:"select-position"},[a[13]||(a[13]=e.createElementVNode("option",{value:"",disabled:"",selected:""},"Selecciona una posición para tu lista",-1)),l.isLoading?(e.openBlock(),e.createElementBlock("option",_8,"Cargando templates...")):(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(l.templates,s=>(e.openBlock(),e.createElementBlock("option",{key:s.id,value:s.id},e.toDisplayString(s.name),9,S8))),128))],512),[[e.vModelSelect,l.playlistData.position]])])):(e.openBlock(),e.createElementBlock("div",C8,[e.createElementVNode("div",E8,[e.createElementVNode("div",w8,[e.createElementVNode("div",k8,[(e.openBlock(),e.createBlock(n,{key:l.filterKey,width:"98.9%",class:"filter-mobile","button-filter-props":l.filterButtonProps,"is-one-tournament-only":!0,"filter-type":l.filtersTypes.TOURNAMENTS,"show-badge-on-filter-full":!1,filters:l.tournamentsToFilter,"onUpdate:filters":l.onFiltersTournamentsTops},null,8,["button-filter-props","filter-type","filters","onUpdate:filters"]))]),e.createElementVNode("div",V8,[(e.openBlock(),e.createBlock(n,{ref:"personalDataFilter",key:`personal-${l.filterKey}`,class:"filter-mobile","button-filter-props":l.filterButtonProps,"filter-type":l.filtersTypes.PERSONAL_DATA,"show-badge-on-filter-full":!1,"is-scouting":"",width:"98.9%",season:null,"onUpdate:filters":l.onFiltersPersonalData},null,8,["button-filter-props","filter-type","onUpdate:filters"]))]),e.createElementVNode("button",{class:e.normalizeClass(["search-button",{"search-button-active":l.isSearchButtonActive}]),onClick:a[3]||(a[3]=(...s)=>l.handleSearch&&l.handleSearch(...s))}," Buscar ",2)]),e.createElementVNode("div",N8,[e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":a[4]||(a[4]=s=>l.searchQuery=s),type:"text",placeholder:"Filtrar jugador por nombre"},null,512),[[e.vModelText,l.searchQuery]]),l.searchQuery?(e.openBlock(),e.createElementBlock("button",{key:0,class:"clear-search",onClick:a[5]||(a[5]=(...s)=>l.clearSearch&&l.clearSearch(...s))},a[14]||(a[14]=[e.createElementVNode("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{d:"M1 1L13 13M1 13L13 1",stroke:"white","stroke-width":"2","stroke-linecap":"round"})],-1)]))):e.createCommentVNode("",!0)])]),e.createElementVNode("div",x8,[a[16]||(a[16]=e.createElementVNode("div",{class:"table-header"},[e.createElementVNode("div",{class:"header-cell checkbox-cell"}),e.createElementVNode("div",{class:"header-cell"},"Jugadores"),e.createElementVNode("div",{class:"header-cell"},"Equipo"),e.createElementVNode("div",{class:"header-cell"},"Posición"),e.createElementVNode("div",{class:"header-cell"},"Edad"),e.createElementVNode("div",{class:"header-cell"},"Liga"),e.createElementVNode("div",{class:"header-cell"},"Minutos")],-1)),e.createElementVNode("div",B8,[l.isLoadingPlayers?(e.openBlock(),e.createElementBlock("div",F8,a[15]||(a[15]=[e.createElementVNode("div",{class:"loading-spinner"},null,-1),e.createElementVNode("span",null,"Buscando jugadores...",-1)]))):l.hasSearched?!l.isLoadingPlayers&&l.players.length===0?(e.openBlock(),e.createElementBlock("div",M8," No se encontraron resultados para tu búsqueda ")):(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:3},e.renderList(l.filteredPlayers,s=>(e.openBlock(),e.createElementBlock("div",{class:"table-row",key:s.id},[e.createElementVNode("div",A8,[e.createElementVNode("input",{type:"checkbox",class:"checkbox-player",checked:l.selectedPlayers.has(s.id),onChange:d=>l.handlePlayerSelection(s.id)},null,40,L8)]),e.createElementVNode("div",P8,[e.createElementVNode("img",{src:s.photo,class:"player-avatar"},null,8,D8),e.createElementVNode("span",null,e.toDisplayString(s.name),1)]),e.createElementVNode("div",I8,[e.createElementVNode("img",{src:s.team.logo,class:"team-logo"},null,8,v8)]),e.createElementVNode("div",R8,e.toDisplayString(s.position),1),e.createElementVNode("div",O8,e.toDisplayString(s.age),1),e.createElementVNode("div",z8,e.toDisplayString(s.team.tournament),1),e.createElementVNode("div",U8,e.toDisplayString(s.minutes_played),1)]))),128)):(e.openBlock(),e.createElementBlock("div",T8,' Haz click en "Buscar" para aplicar tus filtros '))])])])),e.createElementVNode("div",j8,[l.currentStep===1?(e.openBlock(),e.createElementBlock("div",$8,[e.createElementVNode("button",{class:"cancelar",onClick:a[6]||(a[6]=(...s)=>l.closeModal&&l.closeModal(...s))},"Cancelar"),e.createElementVNode("button",{class:"siguiente",onClick:a[7]||(a[7]=(...s)=>l.handleNext&&l.handleNext(...s)),disabled:!l.playlistData.title||!l.playlistData.position}," Siguiente ",8,H8)])):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createElementVNode("div",W8,[l.selectedPlayers.size===0?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[a[17]||(a[17]=e.createElementVNode("span",{class:"bold"},"No tienes",-1)),a[18]||(a[18]=e.createTextVNode(" jugadores seleccionados. "))],64)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createElementVNode("span",G8,"Tienes "+e.toDisplayString(l.selectedPlayers.size),1),e.createTextVNode(" "+e.toDisplayString(l.selectedPlayers.size===1?"jugador seleccionado":"jugadores seleccionados")+". ",1)],64))]),e.createElementVNode("div",q8,[e.createElementVNode("button",{class:"cancelar",onClick:a[8]||(a[8]=(...s)=>l.closeModal&&l.closeModal(...s))},"Cancelar"),e.createElementVNode("button",{class:"siguiente",onClick:a[9]||(a[9]=(...s)=>l.handleCreatePlaylist&&l.handleCreatePlaylist(...s)),disabled:l.selectedPlayers.size===0}," Agregar a lista ",8,Z8)])],64))])],512)])):e.createCommentVNode("",!0)]),_:1})}const J8=Ce(f8,[["render",Y8],["__scopeId","data-v-7f09e1c8"]]),K8={name:"ModalDeleteLista",data(){return{show:!1}},methods:{open(){this.show=!0},close(){this.show=!1,this.$emit("close")},handleDelete(){this.$emit("confirm-delete-lista"),this.close()}}},X8={key:0,class:"modal-wrapper"},Q8={class:"modal-overlay"},e6={class:"modal-content"},t6={class:"modal-actions"};function a6(t,a,o,l,r,i){return r.show?(e.openBlock(),e.createElementBlock("div",X8,[e.createElementVNode("div",Q8,[e.createElementVNode("div",{class:"modal-container",onClick:a[2]||(a[2]=e.withModifiers(()=>{},["stop"]))},[e.createElementVNode("div",e6,[a[3]||(a[3]=e.createStaticVNode('<div class="modal-header" data-v-8403b57a><img src="http://golstatsimages.blob.core.windows.net/playlist-icons/icon-delete-modal.png" alt="Eliminar playlist" class="icon-trash" data-v-8403b57a><span data-v-8403b57a>Eliminar Lista</span></div><div class="separator" data-v-8403b57a></div><p class="modal-message" data-v-8403b57a> ¿Estás seguro que deseas eliminar<br data-v-8403b57a> esta lista? Si lo haces no hay manera<br data-v-8403b57a> de recuperala. </p><div class="separator" data-v-8403b57a></div>',4)),e.createElementVNode("div",t6,[e.createElementVNode("button",{class:"btn-cancel",onClick:a[0]||(a[0]=n=>t.$emit("close"))},"Cancelar"),e.createElementVNode("button",{class:"btn-delete",onClick:a[1]||(a[1]=(...n)=>i.handleDelete&&i.handleDelete(...n))},"Eliminar")])])])])])):e.createCommentVNode("",!0)}const o6=Ce(K8,[["render",a6],["__scopeId","data-v-8403b57a"]]),l6={name:"ModalDeletePlayers",data(){return{show:!1}},methods:{open(){this.show=!0},close(){this.show=!1,this.$emit("close")},handleDelete(){this.$emit("confirm-delete"),this.close()}}},i6={key:0,class:"modal-wrapper"},r6={class:"modal-content"},n6={class:"modal-actions"};function s6(t,a,o,l,r,i){return r.show?(e.openBlock(),e.createElementBlock("div",i6,[e.createElementVNode("div",{class:"modal-overlay",onClick:a[3]||(a[3]=n=>t.$emit("close"))},[e.createElementVNode("div",{class:"modal-container",onClick:a[2]||(a[2]=e.withModifiers(()=>{},["stop"]))},[e.createElementVNode("div",r6,[a[4]||(a[4]=e.createStaticVNode('<div class="modal-header" data-v-3d60eaf1><img src="http://golstatsimages.blob.core.windows.net/playlist-icons/icon-delete-modal.png" alt="Eliminar jugadores" class="icon-trash" data-v-3d60eaf1><span data-v-3d60eaf1>Eliminar jugadores</span></div><div class="separator" data-v-3d60eaf1></div><p class="modal-message" data-v-3d60eaf1> ¿Estás seguro que deseas eliminar a<br data-v-3d60eaf1> estos jugadores de la lista? </p><div class="separator" data-v-3d60eaf1></div>',4)),e.createElementVNode("div",n6,[e.createElementVNode("button",{class:"btn-cancel",onClick:a[0]||(a[0]=n=>t.$emit("close"))},"Cancelar"),e.createElementVNode("button",{class:"btn-delete",onClick:a[1]||(a[1]=(...n)=>i.handleDelete&&i.handleDelete(...n))},"Eliminar")])])])])])):e.createCommentVNode("",!0)}const d6=Ce(l6,[["render",s6],["__scopeId","data-v-3d60eaf1"]]),c6={name:"ModalDeletePlayers",props:{modelValue:{type:Boolean,required:!0}},methods:{confirmDelete(){this.$emit("confirm-delete"),this.$emit("update:modelValue",!1)}}},m6={key:0,class:"modal-wrapper"},p6={class:"modal-container"},u6={class:"modal-content"},f6={class:"modal-actions"};function h6(t,a,o,l,r,i){return o.modelValue?(e.openBlock(),e.createElementBlock("div",m6,[e.createElementVNode("div",{class:"modal-overlay",onClick:a[2]||(a[2]=n=>t.$emit("update:modelValue",!1))},[e.createElementVNode("div",p6,[e.createElementVNode("div",u6,[a[3]||(a[3]=e.createStaticVNode('<div class="modal-header" data-v-e9a8dd88><img src="http://golstatsimages.blob.core.windows.net/playlist-icons/icon-delete-modal.png" alt="Eliminar jugadores" class="icon-trash" data-v-e9a8dd88><span data-v-e9a8dd88>Eliminar jugadores</span></div><div class="separator" data-v-e9a8dd88></div><p class="modal-message" data-v-e9a8dd88> ¿Estás seguro que deseas eliminar a<br data-v-e9a8dd88> estos jugadores de la lista? </p><div class="separator" data-v-e9a8dd88></div>',4)),e.createElementVNode("div",f6,[e.createElementVNode("button",{class:"btn-cancel",onClick:a[0]||(a[0]=n=>t.$emit("update:modelValue",!1))},"Cancelar"),e.createElementVNode("button",{class:"btn-delete",onClick:a[1]||(a[1]=(...n)=>i.confirmDelete&&i.confirmDelete(...n))},"Eliminar")])])])])])):e.createCommentVNode("",!0)}const y6=Ce(c6,[["render",h6],["__scopeId","data-v-e9a8dd88"]]);function g6(t){const a=e.ref({width:0,height:0});function o(){const l=t.value.getBoundingClientRect();a.value.width=l.width,a.value.height=l.height}return e.onMounted(()=>{o(),window.addEventListener("resize",o)}),e.onUnmounted(()=>{window.removeEventListener("resize",o)}),{elementSize:a}}const Da={name:"GSCList",props:{userId:{type:Number,default:0},userTeamId:{type:Number,default:1}},components:{GridView:sr,ListView:$n,ModalCreatePlaylist:a8,ModalEditarLista:u8,ModalAddPlayers:J8,ModalDeleteLista:o6,ModalDeletePlayers:d6,ModalDeletePlayer:y6},data(){return{modalVisible:!1,modalEditarVisible:!1,modalAddPlayersVisible:!1,modalDeleteVisible:!1,modalCompareVisible:!1,selectedListId:null,selectedListName:"",activeItem:null,activeTooltip:null,viewMode:"grid",searchText:"",tooltipY:0,listExistingNames:[],isGeneral:!1,positions:new Map([[1,"Portero"],[2,"Defensa Central"],[3,"Lateral por izquierda"],[4,"Lateral por derecha"],[5,"Volante por izquierda"],[6,"Volante por derecha"],[7,"Volante defensivo"],[8,"Volante ofensivo"],[9,"Delantero "],[10,"Desconocida"]]),positionsFemale:new Map([[1,"Portera"],[2,"Defensa Central"],[3,"Lateral por izquierda"],[4,"Lateral por derecha"],[5,"Volante por izquierda"],[6,"Volante por derecha"],[7,"Volante defensiva"],[8,"Volante ofensiva"],[9,"Delantera"],[10,"Desconocida"]]),token:"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MCwibmFtZSI6IlVzdWFyaW8gRnJlZSIsInVzZXJuYW1lIjoiZnJlZUBnb2xzdGF0cy5jb20iLCJlbWFpbCI6ImZyZWVAZ29sc3RhdHMuY29tIiwiaWF0IjoxNjA2NzU4Nzk1LCJleHAiOjE2MzgyOTQ3OTV9.kPNmP7yDtk38cAXrUyc7OHRh6J25VFqy-XUNzbK-4YE",lists:[],templates:{},showDeleteModal:!1,selectedPlayersToDelete:[],hasSelectedPlayers:!1,currentListIndex:null,selectedListData:null,statsLoaded:!1,originalOverflow:null,isScrollLocked:!1}},setup(){const t=e.ref(null),{elementSize:a}=g6(t);return{elementSize:a,myDivRefList:t}},computed:{isMobileLayout(){return this.elementSize.width<768},isCompactLayout(){return this.elementSize.width<768},searchCompact(){return this.elementSize.width<1e3},searchCloseCompact(){return this.elementSize.width<920},smallMobileCompact(){return this.elementSize.width<480},tooltipStyle(){return this.smallMobileCompact?{top:`${this.tooltipY}px`,transform:"translateX(-50%)"}:{}},filteredLists(){let t=this.lists;if(this.searchText){const a=this.searchText.toLowerCase();t=t.filter(o=>o.name.toLowerCase().includes(a))}return t.sort((a,o)=>new Date(o.originalDate)-new Date(a.originalDate))},currentTemplateCategories(){if(this.activeItem===null)return[];const t=this.lists.find(o=>o.id===this.activeItem);if(!t)return[];const a=this.templates[t.template];return!a||!a.variables?[]:a.variables.map(o=>({id:o.id,id_variable:o.custom_id,parameters:o.parameters&&(Array.isArray(o.parameters)&&o.parameters.length>0||typeof o.parameters=="object"&&Object.keys(o.parameters).length>0)?o.parameters:"no",name:o.name}))},isAnyListInDeleteMode(){return this.lists.some(t=>t.deleteActive)},isCurrentListGeneral(){if(!this.activeItem)return!1;const t=this.lists.find(a=>a.id===this.activeItem);return t?t.position.toLowerCase()==="info general":!1}},methods:{handleViewProfile(t){this.$emit("showProfile",t)},handleDeleteFromList(t){let a={player_id:t.player_id,name:t.player_name,position:t.position_name};this.handleDeletePlayer(a)},ShowGraph(t){this.$emit("showGraph",t)},async fetchUserLists(){try{await this.fetchTemplates();const a=await X.create({headers:{Authorization:`${this.token}`}}).get(`https://4j4nfvoh0d.execute-api.us-east-2.amazonaws.com/prod/users/${this.userId}/in-followed`);this.listExistingNames=a.data.data.map(l=>l.name.toLowerCase());const o=a.data.data.sort((l,r)=>new Date(r.created_at)-new Date(l.created_at));this.lists=o.map(l=>{var r,i,n,s,d;return{id:l.id,name:l.name,position:((n=this.templates[((r=l.template)==null?void 0:r.id)||((i=l.template_id)==null?void 0:i.id)])==null?void 0:n.name)||"Sin template",template:((s=l.template)==null?void 0:s.id)||((d=l.template_id)==null?void 0:d.id),createdAt:this.formatDate(l.created_at),originalDate:l.created_at,deleteActive:!1,players:(l.players||[]).map(c=>({...c,position:c.is_female?this.positionsFemale.get(c.position)||"Desconocida":this.positions.get(c.position)||"Desconocida",name:c.name.split(",").map(h=>h.trim().split(" ")[0]).reverse().join(" "),photo:`https://golstatsimages.blob.core.windows.net/players-profile/${c.player_id}.png`,countryFlag:c.nationality_id?`https://golstatsimages.blob.core.windows.net/flags/${c.nationality_id}.jpg`:"",nationality:c.nationality})),playerStats:{}}})}catch(t){console.error("Error al obtener las listas:",t)}},async fetchTemplates(){try{const a=await X.create({headers:{Authorization:`${this.token}`}}).get(`https://a3tmmmjdaj.execute-api.us-east-2.amazonaws.com/prod/teams/${this.userTeamId}/templates?general=1`),o={};a.data.data.forEach(l=>{o[l.id]=l}),this.templates=o}catch(t){console.error("Error al obtener los templates:",t)}},getOriginalList(t){return this.lists.find(a=>a.id===t)},toggleItem(t,a){if(this.isAnyListInDeleteMode&&!this.getOriginalList(t).deleteActive){a.preventDefault();return}this.activeItem===t?this.activeItem=null:(this.lists.forEach(o=>{o.deleteActive=!1}),this.statsLoaded=!1,this.activeItem=t,this.fetchPlayerStats(t))},async fetchPlayerStats(t){try{const o=await X.create({headers:{Authorization:`${this.token}`}}).get(`https://4j4nfvoh0d.execute-api.us-east-2.amazonaws.com/prod/users/${this.userId}/in-followed/${t}/stats`),l=this.lists.findIndex(d=>d.id===t),r={},i={},n={};o.data.max.forEach(([d,c])=>{i[d]=parseInt(c)}),Object.entries(o.data.data).forEach(([d,c])=>{d!=="max"&&(r[d]={},c.forEach(h=>{const[m,,y,u,f]=h;r[d][m]={variable_id:m,value:y,max:i[m]||0,season:u,categories:f}}))}),Object.entries(o.data.additional_data).forEach(([d,c])=>{n[d]=c}),l!==-1&&(this.lists[l].playerStats=r,this.lists[l].additionalData=n),this.statsLoaded=!0}catch(a){console.error("Error fetching player stats:",a),this.statsLoaded=!0}},toggleViewMode(t){this.viewMode=t},toggleTooltip(t,a){this.activeTooltip===t?(this.activeTooltip=null,this.handleScroll(!1)):(this.activeTooltip!==null&&this.handleScroll(!1),this.activeTooltip=t,this.smallMobileCompact&&(this.tooltipY=a.clientY,this.handleScroll(!0))),a.stopPropagation()},editarLista(t){this.selectedListId=this.lists[t].id,this.selectedListData=this.lists[t],this.modalEditarVisible=!0,this.activeTooltip=null},closeModalEditar(){this.modalEditarVisible=!1,this.selectedListId=null},agregarJugadores(t){const a=this.filteredLists[t];this.currentListIndex=this.lists.findIndex(o=>o.id===a.id),this.selectedListId=a.id,this.modalAddPlayersVisible=!0,this.activeTooltip=null},closeModalAddPlayers(){this.modalAddPlayersVisible=!1,this.selectedListId=null},eliminarJugadores(t){const a=this.filteredLists[t];this.activeItem!==a.id&&this.toggleItem(a.id),this.lists.forEach(l=>{l.deleteActive=!1});const o=this.getOriginalList(a.id);o&&(o.deleteActive=!0),this.currentListIndex=this.lists.findIndex(l=>l.id===a.id),this.activeTooltip=null},async compararListas(t){const a=this.filteredLists[t],o=this.lists.find(r=>r.id===a.id);if(!o||!o.players){console.error("No se encontró la lista o no tiene jugadores");return}this.activeItem!==a.id&&(this.statsLoaded=!1,this.activeItem=a.id,await this.fetchPlayerStats(a.id));const l=o.players.map(r=>{var i,n,s,d,c,h,m,y,u,f;return{position:r.position,player_name:r.name,player_photo:r.photo,total:"-",id:r.player_id,player_age:this.calculateAge(r.dob),team_abrev:((n=(i=o.additionalData)==null?void 0:i[r.player_id])==null?void 0:n.team_abrev)||"-",team_name:((d=(s=o.additionalData)==null?void 0:s[r.player_id])==null?void 0:d.team_name)||"-",team_logo:`https://golstatsimages.blob.core.windows.net/teams-80/${r.team_id}.png`,position_name:r.position,player_position:r.position,player_country:Wt[`${r.nationality_id}`]||r.nationality,player_country_flag:r.countryFlag,player_games:((h=(c=o.additionalData)==null?void 0:c[r.player_id])==null?void 0:h.games_played)||0,player_min:((y=(m=o.additionalData)==null?void 0:m[r.player_id])==null?void 0:y.minutes)||0,league_name:"-",seasons:[...new Set(this.currentTemplateCategories.map(p=>{var g,b;return((b=(g=o.playerStats[r.player_id])==null?void 0:g[p.id_variable])==null?void 0:b.season)||[]}).flat())].filter(p=>p&&p!==0),season_id:((f=(u=o.additionalData)==null?void 0:u[r.player_id])==null?void 0:f.season_id)||0,stats:this.currentTemplateCategories.map(p=>{var g,b,B,R,W,z,U,G;return{category_id:((b=(g=o.playerStats[r.player_id])==null?void 0:g[p.id_variable])==null?void 0:b.variable_id)||null,custom_category_id:((R=(B=o.playerStats[r.player_id])==null?void 0:B[p.id_variable])==null?void 0:R.variable_id)||null,name:p.name,total:((z=(W=o.playerStats[r.player_id])==null?void 0:W[p.id_variable])==null?void 0:z.value)||0,seasons:((G=(U=o.playerStats[r.player_id])==null?void 0:U[p.id_variable])==null?void 0:G.season)||null}})}});this.$emit("compare-players",l),this.activeTooltip=null},calculateAge(t){if(!t)return"-";const a=new Date(t),o=new Date;let l=o.getFullYear()-a.getFullYear();const r=o.getMonth()-a.getMonth();return(r<0||r===0&&o.getDate()<a.getDate())&&l--,l},closeModalCompare(){this.modalCompareVisible=!1},eliminarLista(t){const a=this.filteredLists[t];this.selectedListId=a.id,this.selectedListName=a.name,this.$refs.deleteModal.open(),this.activeTooltip=null},closeModalDelete(){this.$refs.deleteModal.close(),this.selectedListId=null,this.selectedListName=""},closeModalDeletePlayers(){this.$refs.deleteModalPlayers.close()},closeModalDeletePlayer(){this.$refs.deleteModalPlayer.close()},async handleConfirmDeleteLista(){try{await X.create({headers:{Authorization:`${this.token}`}}).delete(`https://4j4nfvoh0d.execute-api.us-east-2.amazonaws.com/prod/users/${this.userId}/in-followed/${this.selectedListId}`);const a=this.searchText;this.lists=this.lists.filter(o=>o.id!==this.selectedListId),this.$refs.deleteModal.close(),await this.fetchUserLists(),a&&(this.searchText=a)}catch(t){console.error("Error al eliminar la lista:",t),await this.fetchUserLists()}},async handleConfirmDeletePlayers(){try{const t=this.lists[this.currentListIndex],a=t.id,o={user_id:this.userId,players:this.selectedPlayersToDelete,id:a};await X.create({headers:{Authorization:`${this.token}`,"Content-Type":"application/json"}}).put(`https://4j4nfvoh0d.execute-api.us-east-2.amazonaws.com/prod/users/${this.userId}/in-followed/${a}/players/delete`,o),t&&(t.players=t.players.filter(r=>!this.selectedPlayersToDelete.some(i=>i.player_id===r.player_id))),this.selectedPlayersToDelete=[],this.hasSelectedPlayers=!1,t&&(t.deleteActive=!1),this.$refs.deleteModalPlayers.close()}catch(t){console.error("Error al eliminar jugadores:",t)}},async handleConfirmDeletePlayer(){try{const t=this.lists.find(i=>i.id===this.activeItem);if(!t){console.error("No se encontró la lista activa");return}const a=t.id,o={user_id:this.userId,players:this.selectedPlayersToDelete,id:a};await X.create({headers:{Authorization:`${this.token}`,"Content-Type":"application/json"}}).put(`https://4j4nfvoh0d.execute-api.us-east-2.amazonaws.com/prod/users/${this.userId}/in-followed/${a}/players/delete`,o);const r=this.lists.findIndex(i=>i.id===a);if(r!==-1){const i=JSON.parse(JSON.stringify(this.lists[r]));i.players=i.players.filter(n=>!this.selectedPlayersToDelete.some(s=>s.player_id===n.player_id)),this.lists[r]=i}this.selectedPlayersToDelete=[],this.hasSelectedPlayers=!1,r!==-1&&(this.lists[r].deleteActive=!1)}catch(t){console.error("Error al eliminar jugadores:",t)}},formatDate(t){if(!t)return"";const a=new Date(t),o=a.getDate().toString().padStart(2,"0"),l=["ENE","FEB","MAR","ABR","MAY","JUN","JUL","AGO","SEP","OCT","NOV","DIC"][a.getMonth()],r=a.getFullYear();return`${o} - ${l} - ${r}`},clearSearch(){this.searchText=""},cancelDelete(t){const a=this.filteredLists[t],o=this.getOriginalList(a.id);o&&(o.deleteActive=!1),this.hasSelectedPlayers=!1},handleShowGraph(t){this.$emit("showGraph",t)},handleSelectedPlayers(t){this.selectedPlayersToDelete=t,this.hasSelectedPlayers=t.length>0},handleSelectedPlayersToDelete(t){this.selectedPlayersToDelete=t,this.hasSelectedPlayers=t.length>0},updateSelectionStatus(t){this.hasSelectedPlayers=t},onOpenMedia(t){this.$emit("open-media",t)},openModal(){this.modalVisible=!0},closeModal(){this.modalVisible=!1},async handlePlaylistAddPlayer(t){try{const a=this.selectedListId,o=this.searchText;this.statsLoaded=!1,await this.fetchUserLists(),a&&(this.searchText=o,await this.$nextTick(),this.activeItem=a,await this.fetchPlayerStats(a),this.lists.find(r=>r.id===a)&&(this.filteredLists.some(i=>i.id===a)||(this.searchText=""))),this.closeModalAddPlayers()}catch(a){console.error("Error al recargar las listas:",a)}},handlePlaylistCreated(){try{this.fetchUserLists()}catch(t){console.error("Error al recargar las listas:",t)}},confirmDelete(t){if(!this.hasSelectedPlayers)return;const a=this.filteredLists[t];this.currentListIndex=this.lists.findIndex(o=>o.id===a.id),this.$refs.deleteModalPlayers.open()},handleListEdited(){this.closeModalEditar(),this.fetchUserLists()},handleScroll(t){t&&!this.isScrollLocked?(this.originalOverflow=document.documentElement.style.overflow,document.documentElement.style.overflow="hidden",document.body.style.overflow="hidden",document.documentElement.style.position="fixed",document.documentElement.style.width="100%",this.isScrollLocked=!0):!t&&this.isScrollLocked&&(document.documentElement.style.overflow="",document.body.style.overflow="",document.documentElement.style.position="",document.documentElement.style.width="",this.originalOverflow=null,this.isScrollLocked=!1)},closeTooltip(){this.activeTooltip!==null&&(this.activeTooltip=null,this.handleScroll(!1))},handleDeletePlayer(t){const a=this.lists.find(l=>l.id===this.activeItem);if(!a){console.error("No se encontró la lista activa");return}const o=a.players.find(l=>l.player_id===t.player_id);if(!o){console.error("No se encontró el jugador en la lista");return}this.userId,a.id,this.selectedPlayersToDelete=[o],this.hasSelectedPlayers=!0,this.showDeleteModal=!0},handleShowProfile(t){const a=this.lists.find(n=>n.id===this.activeItem);if(!a){console.error("No se encontró la lista activa");return}const o=a.players.find(n=>n.player_id===t.player_id);if(!o){console.error("No se encontró el jugador en la lista");return}const l=a.playerStats[o.player_id];let r=0;l&&Object.values(l).forEach(n=>{n.season!==null&&n.season!==void 0&&(r=n.season)});const i={team_id:o.team_id,player_id:o.player_id,seasons:r,season_id:t.season_id};this.$emit("showProfile",i)}},watch:{userId:{immediate:!0,handler(t){t&&t!==0&&this.fetchUserLists()}},smallMobileCompact(t){!t&&this.isScrollLocked&&this.handleScroll(!1)},activeTooltip(t){t===null&&this.isScrollLocked&&this.handleScroll(!1)},activeItem:{handler(t){this.isGeneral=this.isCurrentListGeneral}}},mounted(){const t=o=>{if(this.activeTooltip!==null){const l=document.querySelector(".tooltip-menu"),r=document.querySelector(".more-options");l&&!l.contains(o.target)&&r&&!r.contains(o.target)&&this.closeTooltip()}};document.addEventListener("click",t),this._handleGlobalClick=t;const a=o=>{o.key==="Escape"&&this.activeTooltip!==null&&this.closeTooltip()};document.addEventListener("keydown",a),this._handleEscape=a,this.fetchTemplates()},beforeUnmount(){this._handleGlobalClick&&document.removeEventListener("click",this._handleGlobalClick),this._handleEscape&&document.removeEventListener("keydown",this._handleEscape),this.isScrollLocked&&this.handleScroll(!1)}},Wl=()=>{e.useCssVars(t=>({"33c672ea":t.smallMobileCompact?"12px":"14px","05a39a64":(t.isMobileLayout,"8px"),fb2c4d18:t.isMobileLayout?"0":"8px","7246918f":t.smallMobileCompact?"0 5px":"0 24px","1a74e062":t.smallMobileCompact?"24px":"32px",e7f442a4:t.smallMobileCompact?"4px":"24px","24425a1a":t.smallMobileCompact?"16px":"20px","10ab09a2":t.smallMobileCompact?"32px":"40px",e6c2d1d4:t.smallMobileCompact?"128px":"160px",78940972:t.isMobileLayout?"13px":"14px","7a79e4f0":t.smallMobileCompact?"5px":"12px","2883cdd8":t.smallMobileCompact?"4px":"0px",a1b34e8c:t.searchCompact?t.isMobileLayout?t.smallMobileCompact?"calc(100% - 46px)":"calc(100% - 44px)":"88%":"93%","55a1659a":t.isMobileLayout?"-10px -15px -15px -15px":"-15px -15px","2619a92c":t.tooltipY+"px",f9c4af68:t.searchCompact?t.searchCloseCompact?t.isMobileLayout?t.smallMobileCompact?"2%":"1%":"2.5%":"5%":"1%","6b5780fa":t.isMobileLayout?"0":"16px",d2a2d31a:t.isMobileLayout?"-12px 0px 8px 0px":"-15px -15px 15px -15px","8060d3dc":t.isMobileLayout?"7px":"16px","623ae98c":(t.smallMobileCompact,"column"),"23f28218":t.isMobileLayout?"100%":"150px","56bf7d2a":t.smallMobileCompact?"10px":"12px","38c0dc6a":t.isMobileLayout?"center":"right","6b22c5ee":t.isMobileLayout?"0":"32px","6b012278":t.isMobileLayout?"0":"48px","99127e84":t.isMobileLayout&&!t.smallMobileCompact?"flex":"none","7deb0950":t.isMobileLayout?"auto":"32px"}))},Gl=Da.setup;Da.setup=Gl?(t,a)=>(Wl(),Gl(t,a)):Wl;const b6={ref:"myDivRefList",class:"gsc-list"},S6={class:"list-header"},_6={class:"list-count"},C6={class:"search-container"},E6={class:"search-box"},w6={class:"header-buttons"},k6=["disabled"],V6={width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},N6=["stroke"],x6=["stroke"],B6=["stroke"],F6=["stroke"],T6=["disabled"],M6={width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},A6=["stroke"],L6=["stroke"],P6=["stroke"],D6=["stroke"],I6=["stroke"],v6=["stroke"],R6={class:"search-container full-width"},O6={class:"search-box"},z6={class:"list-items"},U6={class:"list-name"},j6={class:"delete-mode-actions"},$6=["onClick"],H6=["disabled","onClick"],W6={key:0,class:"second-row-container"},G6={class:"delete-mode-actions"},q6=["onClick"],Z6=["disabled","onClick"],Y6={class:"delete-mode-actions mobile small"},J6=["onClick"],K6=["disabled","onClick"],X6=["onClick"],Q6={class:"header-main-row"},e7={class:"item-title"},t7={class:"item-controls"},a7={class:"tooltip-container"},o7=["onClick"],l7=["onClick"],i7=["onClick"],r7=["onClick"],n7=["onClick"],s7=["onClick"],d7={key:0,class:"separator"},c7={key:1,class:"mobile-meta-info"},m7={key:0,class:"item-content"},p7={class:"expanded-container"},u7={key:0,class:"no-results"};function f7(t,a,o,l,r,i){const n=e.resolveComponent("ModalCreatePlaylist"),s=e.resolveComponent("ModalEditarLista"),d=e.resolveComponent("ModalAddPlayers"),c=e.resolveComponent("ModalDeleteLista"),h=e.resolveComponent("ModalDeletePlayers"),m=e.resolveComponent("ModalDeletePlayer");return e.openBlock(),e.createElementBlock("div",b6,[e.createVNode(n,{isVisible:r.modalVisible,onClose:i.closeModal,seasons:[1922],"user-team-id":o.userTeamId,"team-id":2,"user-id":o.userId,"player-id":0,"position-id":9,"list-existing-names":r.listExistingNames,onPlaylistCreated:i.handlePlaylistCreated},null,8,["isVisible","onClose","user-team-id","user-id","list-existing-names","onPlaylistCreated"]),e.createVNode(s,{isVisible:r.modalEditarVisible,onClose:i.closeModalEditar,onNext:i.handleListEdited,"user-team-id":o.userTeamId,"user-id":o.userId,"list-id":r.selectedListId,"list-data":r.selectedListData},null,8,["isVisible","onClose","onNext","user-team-id","user-id","list-id","list-data"]),e.createVNode(d,{isVisible:r.modalAddPlayersVisible,onClose:i.closeModalAddPlayers,"user-id":o.userId,"list-id":r.selectedListId,onPlaylistCreated:i.handlePlaylistAddPlayer},null,8,["isVisible","onClose","user-id","list-id","onPlaylistCreated"]),e.createVNode(c,{ref:"deleteModal",onClose:i.closeModalDelete,onConfirmDeleteLista:i.handleConfirmDeleteLista},null,8,["onClose","onConfirmDeleteLista"]),e.createVNode(h,{ref:"deleteModalPlayers",onClose:i.closeModalDeletePlayers,onConfirmDelete:i.handleConfirmDeletePlayers},null,8,["onClose","onConfirmDelete"]),e.createVNode(m,{modelValue:r.showDeleteModal,"onUpdate:modelValue":a[0]||(a[0]=y=>r.showDeleteModal=y),onConfirmDelete:i.handleConfirmDeletePlayer},null,8,["modelValue","onConfirmDelete"]),r.activeTooltip!==null&&i.smallMobileCompact?(e.openBlock(),e.createElementBlock("div",{key:0,class:"tooltip-overlay",onClick:a[1]||(a[1]=e.withModifiers(y=>r.activeTooltip=null,["stop"]))})):e.createCommentVNode("",!0),e.createElementVNode("div",S6,[e.createElementVNode("div",{class:e.normalizeClass(["top-row",{compact:i.isCompactLayout}])},[e.createElementVNode("div",_6,e.toDisplayString(r.lists.length)+" "+e.toDisplayString(r.lists.length===1?"Lista":"Listas"),1),e.withDirectives(e.createElementVNode("div",C6,[e.createElementVNode("div",E6,[a[11]||(a[11]=e.createElementVNode("img",{class:"search-icon",src:"https://golstatsimages.blob.core.windows.net/todoelfut/search-svg.svg"},null,-1)),e.withDirectives(e.createElementVNode("input",{type:"text","onUpdate:modelValue":a[2]||(a[2]=y=>r.searchText=y),placeholder:"Buscar lista..."},null,512),[[e.vModelText,r.searchText]]),r.searchText?(e.openBlock(),e.createElementBlock("button",{key:0,class:"clear-search-btn",onClick:a[3]||(a[3]=(...y)=>i.clearSearch&&i.clearSearch(...y))},a[10]||(a[10]=[e.createElementVNode("svg",{width:"12",height:"12",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{d:"M13 1L1 13",stroke:"#808080","stroke-width":"3","stroke-linecap":"round","stroke-linejoin":"round"}),e.createElementVNode("path",{d:"M1 1L13 13",stroke:"#808080","stroke-width":"3","stroke-linecap":"round","stroke-linejoin":"round"})],-1)]))):e.createCommentVNode("",!0)])],512),[[e.vShow,!i.isCompactLayout]]),e.createElementVNode("div",w6,[e.createElementVNode("button",{class:"create-list-btn",onClick:a[4]||(a[4]=(...y)=>i.openModal&&i.openModal(...y))},a[12]||(a[12]=[e.createElementVNode("img",{src:"http://golstatsimages.blob.core.windows.net/todoelfut/icn-crear-lista.png"},null,-1),e.createTextVNode(" Crear lista ")])),e.createElementVNode("button",{class:e.normalizeClass(["view-mode-btn grid",{active:r.viewMode==="grid"}]),onClick:a[5]||(a[5]=y=>i.toggleViewMode("grid")),disabled:i.isAnyListInDeleteMode},[(e.openBlock(),e.createElementBlock("svg",V6,[e.createElementVNode("path",{d:"M10 3H3V10H10V3Z",stroke:r.viewMode==="grid"?"#CBEE6B":"#808080","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,N6),e.createElementVNode("path",{d:"M21 3H14V10H21V3Z",stroke:r.viewMode==="grid"?"#CBEE6B":"#808080","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,x6),e.createElementVNode("path",{d:"M21 14H14V21H21V14Z",stroke:r.viewMode==="grid"?"#CBEE6B":"#808080","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,B6),e.createElementVNode("path",{d:"M10 14H3V21H10V14Z",stroke:r.viewMode==="grid"?"#CBEE6B":"#808080","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,F6)]))],10,k6),e.createElementVNode("button",{class:e.normalizeClass(["view-mode-btn list",{active:r.viewMode==="list"}]),onClick:a[6]||(a[6]=y=>i.toggleViewMode("list")),disabled:i.isAnyListInDeleteMode},[(e.openBlock(),e.createElementBlock("svg",M6,[e.createElementVNode("path",{d:"M8 6H21",stroke:r.viewMode==="list"?"#CBEE6B":"#808080","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,A6),e.createElementVNode("path",{d:"M8 12H21",stroke:r.viewMode==="list"?"#CBEE6B":"#808080","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,L6),e.createElementVNode("path",{d:"M8 18H21",stroke:r.viewMode==="list"?"#CBEE6B":"#808080","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,P6),e.createElementVNode("path",{d:"M3 6H3.01",stroke:r.viewMode==="list"?"#CBEE6B":"#808080","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,D6),e.createElementVNode("path",{d:"M3 12H3.01",stroke:r.viewMode==="list"?"#CBEE6B":"#808080","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,I6),e.createElementVNode("path",{d:"M3 18H3.01",stroke:r.viewMode==="list"?"#CBEE6B":"#808080","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,v6)]))],10,T6)])],2),e.withDirectives(e.createElementVNode("div",R6,[e.createElementVNode("div",O6,[a[14]||(a[14]=e.createElementVNode("img",{class:"search-icon",src:"https://golstatsimages.blob.core.windows.net/todoelfut/search-svg.svg"},null,-1)),e.withDirectives(e.createElementVNode("input",{type:"text","onUpdate:modelValue":a[7]||(a[7]=y=>r.searchText=y),placeholder:"Buscar lista..."},null,512),[[e.vModelText,r.searchText]]),r.searchText?(e.openBlock(),e.createElementBlock("button",{key:0,class:"clear-search-btn",onClick:a[8]||(a[8]=(...y)=>i.clearSearch&&i.clearSearch(...y))},a[13]||(a[13]=[e.createElementVNode("svg",{width:"12",height:"12",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{d:"M13 1L1 13",stroke:"#808080","stroke-width":"3","stroke-linecap":"round","stroke-linejoin":"round"}),e.createElementVNode("path",{d:"M1 1L13 13",stroke:"#808080","stroke-width":"3","stroke-linecap":"round","stroke-linejoin":"round"})],-1)]))):e.createCommentVNode("",!0)])],512),[[e.vShow,i.isCompactLayout]])]),e.createElementVNode("div",z6,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.filteredLists,(y,u)=>(e.openBlock(),e.createElementBlock("div",{class:"list-item",key:y.id},[i.getOriginalList(y.id).deleteActive?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["delete-mode-header",{mobile:i.isMobileLayout,small:i.smallMobileCompact}])},[e.createElementVNode("div",{class:e.normalizeClass(["delete-mode-content",{mobile:i.isMobileLayout,small:i.smallMobileCompact}])},[i.isMobileLayout?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createElementVNode("div",{class:e.normalizeClass(["list-name mobile",{small:i.smallMobileCompact}])},e.toDisplayString(y.name),3),i.smallMobileCompact?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[a[17]||(a[17]=e.createElementVNode("div",{class:"delete-mode-title mobile small"}," Selecciona los jugadores que quieres eliminar de la lista ",-1)),e.createElementVNode("div",Y6,[e.createElementVNode("button",{class:"cancel-btn",onClick:e.withModifiers(f=>i.cancelDelete(u),["stop"])}," Cancelar ",8,J6),e.createElementVNode("button",{class:e.normalizeClass(["delete-btn",{active:r.hasSelectedPlayers}]),disabled:!r.hasSelectedPlayers,onClick:e.withModifiers(f=>i.confirmDelete(u),["stop"])}," Eliminar ",10,K6)])],64)):(e.openBlock(),e.createElementBlock("div",W6,[a[16]||(a[16]=e.createElementVNode("div",{class:"delete-mode-title"}," Selecciona los jugadores que quieres eliminar de la lista ",-1)),e.createElementVNode("div",G6,[e.createElementVNode("button",{class:"cancel-btn",onClick:e.withModifiers(f=>i.cancelDelete(u),["stop"])}," Cancelar ",8,q6),e.createElementVNode("button",{class:e.normalizeClass(["delete-btn",{active:r.hasSelectedPlayers}]),disabled:!r.hasSelectedPlayers,onClick:e.withModifiers(f=>i.confirmDelete(u),["stop"])}," Eliminar ",10,Z6)])]))],64)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createElementVNode("div",U6,e.toDisplayString(y.name),1),a[15]||(a[15]=e.createElementVNode("div",{class:"delete-mode-title"}," Selecciona los jugadores que quieres eliminar de la lista ",-1)),e.createElementVNode("div",j6,[e.createElementVNode("button",{class:"cancel-btn",onClick:e.withModifiers(f=>i.cancelDelete(u),["stop"])}," Cancelar ",8,$6),e.createElementVNode("button",{class:e.normalizeClass(["delete-btn",{active:r.hasSelectedPlayers}]),disabled:!r.hasSelectedPlayers,onClick:e.withModifiers(f=>i.confirmDelete(u),["stop"])}," Eliminar ",10,H6)])],64))],2)],2)):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("div",{class:e.normalizeClass(["item-header",{"mobile-layout":i.isMobileLayout,disabled:i.isAnyListInDeleteMode&&!i.getOriginalList(y.id).deleteActive}]),onClick:f=>i.toggleItem(y.id,f)},[e.createElementVNode("div",Q6,[e.createElementVNode("div",e7,e.toDisplayString(y.name),1),e.createElementVNode("div",{class:e.normalizeClass(["meta-info",{"mobile-layout":i.isMobileLayout}])},[e.createElementVNode("span",null," "+e.toDisplayString(y.createdAt),1),e.createElementVNode("span",null," "+e.toDisplayString(y.position||"Sin template"),1)],2),e.createElementVNode("div",t7,[e.createElementVNode("div",a7,[e.createElementVNode("button",{class:"more-options",onClick:e.withModifiers(f=>i.toggleTooltip(u,f),["stop"])},a[18]||(a[18]=[e.createElementVNode("img",{src:"http://golstatsimages.blob.core.windows.net/todoelfut/icn-options.png"},null,-1)]),8,o7),r.activeTooltip===u?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["tooltip-menu",{mobile:i.smallMobileCompact}]),style:e.normalizeStyle(i.tooltipStyle),onClick:a[9]||(a[9]=e.withModifiers(()=>{},["stop"]))},[e.createElementVNode("div",{class:"tooltip-item",onClick:f=>i.editarLista(u)},a[19]||(a[19]=[e.createStaticVNode('<svg width="16" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg" data-v-b8c722c0><g clip-path="url(#clip0_3214_107704)" data-v-b8c722c0><path d="M8.25 3H3C2.60218 3 2.22064 3.15804 1.93934 3.43934C1.65804 3.72064 1.5 4.10218 1.5 4.5V15C1.5 15.3978 1.65804 15.7794 1.93934 16.0607C2.22064 16.342 2.60218 16.5 3 16.5H13.5C13.8978 16.5 14.2794 16.342 14.5607 16.0607C14.842 15.7794 15 15.3978 15 15V9.75" stroke="#CBEE6B" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" data-v-b8c722c0></path><path d="M13.875 1.87493C14.1734 1.57656 14.578 1.40894 15 1.40894C15.422 1.40894 15.8266 1.57656 16.125 1.87493C16.4234 2.17329 16.591 2.57797 16.591 2.99993C16.591 3.42188 16.4234 3.82656 16.125 4.12493L9 11.2499L6 11.9999L6.75 8.99993L13.875 1.87493Z" stroke="#CBEE6B" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" data-v-b8c722c0></path></g><defs data-v-b8c722c0><clipPath id="clip0_3214_107704" data-v-b8c722c0><rect width="18" height="18" fill="#CBEE6B" data-v-b8c722c0></rect></clipPath></defs></svg> Editar lista ',2)]),8,l7),e.createElementVNode("div",{class:"tooltip-item",onClick:f=>i.agregarJugadores(u)},a[20]||(a[20]=[e.createElementVNode("svg",{width:"17",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{d:"M13.2016 17.2012V15.601C13.2016 14.7522 12.8645 13.9381 12.2643 13.3379C11.664 12.7377 10.85 12.4005 10.0012 12.4005H5.20047C4.35165 12.4005 3.5376 12.7377 2.9374 13.3379C2.33719 13.9381 2 14.7522 2 15.601V17.2012",stroke:"#CBEE6B","stroke-width":"1.44023","stroke-linecap":"round","stroke-linejoin":"round"}),e.createElementVNode("path",{d:"M7.60086 9.19977C9.36843 9.19977 10.8013 7.76687 10.8013 5.9993C10.8013 4.23173 9.36843 2.79883 7.60086 2.79883C5.83329 2.79883 4.40039 4.23173 4.40039 5.9993C4.40039 7.76687 5.83329 9.19977 7.60086 9.19977Z",stroke:"#CBEE6B","stroke-width":"1.44023","stroke-linecap":"round","stroke-linejoin":"round"}),e.createElementVNode("path",{d:"M15.5996 6.79944V11.6001M17.9999 9.19979H13.1992",stroke:"#CBEE6B","stroke-width":"1.44023","stroke-linecap":"round","stroke-linejoin":"round"})],-1),e.createTextVNode(" Agregar jugadores ")]),8,i7),e.createElementVNode("div",{class:"tooltip-item",onClick:f=>i.eliminarJugadores(u)},a[21]||(a[21]=[e.createElementVNode("svg",{width:"17",height:"18",viewBox:"0 0 20 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{d:"M13.3345 16.5001V14.8334C13.3345 13.9494 12.9833 13.1015 12.3582 12.4764C11.7331 11.8513 10.8852 11.5001 10.0012 11.5001H5.00126C4.11722 11.5001 3.26938 11.8513 2.64427 12.4764C2.01915 13.1015 1.66797 13.9494 1.66797 14.8334V16.5001",stroke:"#CBEE6B","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"}),e.createElementVNode("path",{d:"M7.50126 8.16658C9.34219 8.16658 10.8346 6.67422 10.8346 4.83329C10.8346 2.99237 9.34219 1.5 7.50126 1.5C5.66033 1.5 4.16797 2.99237 4.16797 4.83329C4.16797 6.67422 5.66033 8.16658 7.50126 8.16658Z",stroke:"#CBEE6B","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"}),e.createElementVNode("path",{d:"M18.332 8.16663H13.332",stroke:"#CBEE6B","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"})],-1),e.createTextVNode(" Eliminar jugadores ")]),8,r7),e.createElementVNode("div",{class:"tooltip-item",onClick:f=>i.compararListas(u)},a[22]||(a[22]=[e.createStaticVNode('<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg" data-v-b8c722c0><g clip-path="url(#clip0_2936_393289)" data-v-b8c722c0><mask id="mask0_2936_393289" style="mask-type:luminance;" maskUnits="userSpaceOnUse" x="0" y="0" width="18" height="18" data-v-b8c722c0><path d="M0 0H18V18H0V0Z" fill="#CBEE6B" data-v-b8c722c0></path></mask><g mask="url(#mask0_2936_393289)" data-v-b8c722c0><path fill-rule="evenodd" clip-rule="evenodd" d="M4.5 1.28571C2.7248 1.28571 1.28571 2.7248 1.28571 4.5V13.5C1.28571 15.2752 2.7248 16.7143 4.5 16.7143H13.5C15.2752 16.7143 16.7143 15.2752 16.7143 13.5V4.5C16.7143 2.7248 15.2752 1.28571 13.5 1.28571H4.5ZM0 4.5C0 2.01471 2.01471 0 4.5 0H13.5C15.9853 0 18 2.01471 18 4.5V13.5C18 15.9853 15.9853 18 13.5 18H4.5C2.01471 18 0 15.9853 0 13.5V4.5Z" fill="#CBEE6B" data-v-b8c722c0></path><path fill-rule="evenodd" clip-rule="evenodd" d="M10.9285 4.5C11.2835 4.5 11.5714 4.78782 11.5714 5.14286V11.3051L13.0453 9.83115C13.2964 9.58009 13.7035 9.58009 13.9546 9.83115C14.2055 10.0822 14.2055 10.4892 13.9546 10.7403L11.3831 13.3118C11.1992 13.4956 10.9227 13.5505 10.6825 13.451C10.4423 13.3515 10.2856 13.1171 10.2856 12.8571V5.14286C10.2856 4.78782 10.5735 4.5 10.9285 4.5Z" fill="#CBEE6B" data-v-b8c722c0></path><path fill-rule="evenodd" clip-rule="evenodd" d="M7.31723 4.54895C7.55745 4.64845 7.71408 4.88287 7.71408 5.14288V12.8572C7.71408 13.2121 7.42626 13.5 7.07122 13.5C6.71619 13.5 6.42837 13.2121 6.42837 12.8572V6.69487L4.95436 8.16887C4.70331 8.41993 4.29628 8.41993 4.04523 8.16887C3.79417 7.91782 3.79417 7.51079 4.04523 7.25974L6.61666 4.68831C6.80052 4.50445 7.07701 4.44945 7.31723 4.54895Z" fill="#CBEE6B" data-v-b8c722c0></path></g></g><defs data-v-b8c722c0><clipPath id="clip0_2936_393289" data-v-b8c722c0><rect width="18" height="18" fill="#CBEE6B" data-v-b8c722c0></rect></clipPath></defs></svg> Comparar ',2)]),8,n7),e.createElementVNode("div",{class:"tooltip-item delete",onClick:f=>i.eliminarLista(u)},a[23]||(a[23]=[e.createElementVNode("svg",{width:"19",height:"14",viewBox:"0 0 12 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{d:"M3.64583 0.894444H3.7625V0.777778V0.116667H7.90417V0.777778V0.894444H8.02083H11.55V2.21667H10.9375H10.8208V2.33333V12.4444C10.8208 12.8284 10.6778 13.1952 10.4253 13.4646C10.173 13.7337 9.83248 13.8833 9.47917 13.8833H2.1875C1.83419 13.8833 1.49369 13.7337 1.24142 13.4646C0.988898 13.1952 0.845833 12.8284 0.845833 12.4444V2.33333V2.21667H0.729167H0.116667V0.894444H3.64583ZM2.1875 2.21667H2.07083V2.33333V12.4444V12.5611H2.1875H9.47917H9.59583V12.4444V2.33333V2.21667H9.47917H2.1875ZM4.9875 10.7722H3.7625V4.00556H4.9875V10.7722ZM7.90417 10.7722H6.67917V4.00556H7.90417V10.7722Z",fill:"#CBEE6B",stroke:"#CBEE6B","stroke-width":"0.233333"})],-1),e.createTextVNode(" Eliminar lista ")]),8,s7)],6)):e.createCommentVNode("",!0)]),e.createElementVNode("i",{class:e.normalizeClass(["arrow",{"arrow-up":r.activeItem===y.id}])},a[24]||(a[24]=[e.createElementVNode("img",{width:"23",src:"http://golstatsimages.blob.core.windows.net/todoelfut/icn-collapse@2x.png"},null,-1)]),2)])]),i.isMobileLayout?(e.openBlock(),e.createElementBlock("div",d7)):e.createCommentVNode("",!0),i.isMobileLayout?(e.openBlock(),e.createElementBlock("div",c7,[e.createElementVNode("span",null," "+e.toDisplayString(y.createdAt),1),e.createElementVNode("span",null," "+e.toDisplayString(y.position||"Sin template"),1)])):e.createCommentVNode("",!0)],10,X6),[[e.vShow,!i.getOriginalList(y.id).deleteActive]]),e.createVNode(e.Transition,{name:"expand"},{default:e.withCtx(()=>[r.activeItem===y.id?(e.openBlock(),e.createElementBlock("div",m7,[e.createElementVNode("div",p7,[e.createElementVNode("div",{class:e.normalizeClass(["expanded-content",{"list-view-margin":r.viewMode==="list"}])},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(r.viewMode==="grid"?"GridView":"ListView"),{"is-general":r.isGeneral,categories:i.currentTemplateCategories,deleteActive:r.lists[u].deleteActive,players:y.players,playerStats:y.playerStats,playerAddtionalData:y.additionalData,"stats-loaded":r.statsLoaded,onShowGraph:[i.handleShowGraph,i.ShowGraph],onShowProfile:i.handleShowProfile,onViewProfile:i.handleViewProfile,onDeleteFromList:i.handleDeleteFromList,onChangeSelectedPlayers:i.handleSelectedPlayersToDelete,onSelectedPlayersToDelete:i.handleSelectedPlayers,onDeletePlayer:i.handleDeletePlayer,onUpdateSelection:i.updateSelectionStatus,onOpenMedia:i.onOpenMedia},null,40,["is-general","categories","deleteActive","players","playerStats","playerAddtionalData","stats-loaded","onShowGraph","onShowProfile","onViewProfile","onDeleteFromList","onChangeSelectedPlayers","onSelectedPlayersToDelete","onDeletePlayer","onUpdateSelection","onOpenMedia"]))],2)])])):e.createCommentVNode("",!0)]),_:2},1024)]))),128)),i.filteredLists.length===0&&r.searchText!=""?(e.openBlock(),e.createElementBlock("div",u7," No se encontraron listas que coincidan con tu búsqueda ")):e.createCommentVNode("",!0)])],512)}const h7=Ce(Da,[["render",f7],["__scopeId","data-v-b8c722c0"]]),y7={class:"subcategory-group"},g7={__name:"SubcategoryGroup",props:{subcategoryGroup:{type:Array,default:()=>[]}},setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",y7,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.subcategoryGroup,l=>(e.openBlock(),e.createBlock(e.unref(q),{key:l.id,modelValue:l.isSelected,"onUpdate:modelValue":r=>l.isSelected=r,label:l.name},null,8,["modelValue","onUpdate:modelValue","label"]))),128))]))}},b7=J(g7,[["__scopeId","data-v-ae6f3d72"]]),S7={class:"filter-subcategories"},_7=Object.freeze(Object.defineProperty({__proto__:null,default:J({__name:"FilterSubcategories",props:{subcategoryGroups:{type:Array,default:()=>[]}},setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",S7,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.subcategoryGroups,l=>(e.openBlock(),e.createElementBlock("div",{key:l.id,class:"filter-subcategories__group"},[e.createVNode(b7,{subcategoryGroup:l},null,8,["subcategoryGroup"])]))),128))]))}},[["__scopeId","data-v-5edaefc2"]])},Symbol.toStringTag,{value:"Module"})),Ot=t=>(e.pushScopeId("data-v-80d9c265"),t=t(),e.popScopeId(),t),C7={class:"details__header"},E7=Ot(()=>e.createElementVNode("div",{class:"details__header__title"},"Jugando como",-1)),w7={class:"details__header__checkbox"},k7={class:"details__body"},V7={class:"details__body__playing-as"},N7=["onClick"],x7={class:"details__header"},B7=Ot(()=>e.createElementVNode("div",{class:"details__header__title"},"En: (Elige el lapso de tiempo)",-1)),F7={class:"details__header__checkbox"},T7={class:"details__body"},M7=Ot(()=>e.createElementVNode("div",{class:"details__body__title"},"1er tiempo",-1)),A7={class:"details__body__game-section"},L7=["onClick"],P7={class:"details__body"},D7=Ot(()=>e.createElementVNode("div",{class:"details__body__title"},"2do tiempo",-1)),I7={class:"details__body__game-section"},v7=["onClick"],R7=Object.freeze(Object.defineProperty({__proto__:null,default:J({__name:"FilterConditions",props:{playingAs:{type:Array,default:()=>[{name:"Local",isSelected:!0},{name:"Visitante",isSelected:!0}]},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(t){const a=t;e.useCssVars(h=>({"49cba245":t.buttonsBackgroundColor,"52f02da6":t.buttonsTextColor,"7d3f686a":t.buttonsBorderWidth,"7c286a07":t.buttonsBorderColor,"24a6f4aa":t.buttonsBackgroundColorActive,cd8d7768:t.buttonsTextColorActive,"35fa5c10":t.buttonsBorderWidthActive,"0cde1826":t.buttonsBorderColorActive}));const o=e.computed(()=>a.playingAs.every(h=>h.isSelected)),l=e.computed(()=>a.gameSections.every(h=>h.isSelected)),r=e.computed(()=>a.gameSections.reduce((h,m)=>(m.value<=3?h.firstHalf.push(m):h.secondHalf.push(m),h),{firstHalf:[],secondHalf:[]})),i=e.computed(()=>({"--border-radius-first-button":`${a.buttonsBorderRadius} 0 0 ${a.buttonsBorderRadius}`,"--border-radius-last-button":`0 ${a.buttonsBorderRadius} ${a.buttonsBorderRadius} 0`}));function n(h){h?a.playingAs.forEach(m=>{m.isSelected=!0}):a.playingAs.forEach((m,y)=>{m.isSelected=y===0})}function s(h){a.playingAs.filter(m=>m.isSelected).length===1&&h.isSelected||(h.isSelected=!h.isSelected)}function d(h){a.gameSections.filter(m=>m.isSelected).length===1&&h.isSelected||(h.isSelected=!h.isSelected)}function c(h){h?a.gameSections.forEach(m=>{m.isSelected=!0}):a.gameSections.forEach((m,y)=>{m.isSelected=y===0})}return(h,m)=>(e.openBlock(),e.createElementBlock("div",{class:"details",style:e.normalizeStyle(i.value)},[e.createElementVNode("div",C7,[E7,e.createElementVNode("div",w7,[e.createVNode(e.unref(q),{label:"Todos","model-value":o.value,"onUpdate:modelValue":n},null,8,["model-value"])])]),e.createElementVNode("div",k7,[e.createElementVNode("div",V7,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(a.playingAs,(y,u)=>(e.openBlock(),e.createElementBlock("div",{key:`pa${u}`,class:e.normalizeClass(["details__body__button",{active:y.isSelected}]),onClick:f=>s(y)},e.toDisplayString(y.name),11,N7))),128))])]),e.createElementVNode("div",x7,[B7,e.createElementVNode("div",F7,[e.createVNode(e.unref(q),{label:"Todos","model-value":l.value,"onUpdate:modelValue":c},null,8,["model-value"])])]),e.createElementVNode("div",T7,[M7,e.createElementVNode("div",A7,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.value.firstHalf,(y,u)=>(e.openBlock(),e.createElementBlock("div",{key:`pa${u}`,class:e.normalizeClass(["details__body__button",{active:y.isSelected}]),onClick:f=>d(y)},e.toDisplayString(y.text),11,L7))),128))])]),e.createElementVNode("div",P7,[D7,e.createElementVNode("div",I7,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.value.secondHalf,(y,u)=>(e.openBlock(),e.createElementBlock("div",{key:`pa${u}`,class:e.normalizeClass(["details__body__button",{active:y.isSelected}]),onClick:f=>d(y)},e.toDisplayString(y.text),11,v7))),128))])])],4))}},[["__scopeId","data-v-80d9c265"]])},Symbol.toStringTag,{value:"Module"})),O7={class:"filter-field"},z7=Object.freeze(Object.defineProperty({__proto__:null,default:J({__name:"FilterField",setup(t){const a=e.ref(Array.from({length:16},(l,r)=>r+1));function o(){}return(l,r)=>(e.openBlock(),e.createElementBlock("div",O7,[e.createVNode(e.unref(Zo),{width:"100%","background-color":"#2E3B46",value:a.value,"onUpdate:modelValue":o},null,8,["value"])]))}},[["__scopeId","data-v-8103c3e1"]])},Symbol.toStringTag,{value:"Module"}));Te.GSCList=h7,Object.defineProperty(Te,Symbol.toStringTag,{value:"Module"})});
|
|
11
|
+
`+i):l.stack=i}catch{}}throw l}}_request(a,o){typeof a=="string"?(o=o||{},o.url=a):o=a||{},o=Ie(this.defaults,o);const{transitional:l,paramsSerializer:r,headers:i}=o;l!==void 0&&Lt.assertOptions(l,{silentJSONParsing:we.transitional(we.boolean),forcedJSONParsing:we.transitional(we.boolean),clarifyTimeoutError:we.transitional(we.boolean)},!1),r!=null&&(E.isFunction(r)?o.paramsSerializer={serialize:r}:Lt.assertOptions(r,{encode:we.function,serialize:we.function},!0)),o.allowAbsoluteUrls!==void 0||(this.defaults.allowAbsoluteUrls!==void 0?o.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:o.allowAbsoluteUrls=!0),Lt.assertOptions(o,{baseUrl:we.spelling("baseURL"),withXsrfToken:we.spelling("withXSRFToken")},!0),o.method=(o.method||this.defaults.method||"get").toLowerCase();let n=i&&E.merge(i.common,i[o.method]);i&&E.forEach(["delete","get","head","post","put","patch","common"],f=>{delete i[f]}),o.headers=_e.concat(n,i);const s=[];let d=!0;this.interceptors.request.forEach(function(f){typeof f.runWhen=="function"&&f.runWhen(o)===!1||(d=d&&f.synchronous,s.unshift(f.fulfilled,f.rejected))});const c=[];this.interceptors.response.forEach(function(f){c.push(f.fulfilled,f.rejected)});let h,m=0,y;if(!d){const f=[xl.bind(this),void 0];for(f.unshift.apply(f,s),f.push.apply(f,c),y=f.length,h=Promise.resolve(o);m<y;)h=h.then(f[m++],f[m++]);return h}y=s.length;let u=o;for(m=0;m<y;){const f=s[m++],p=s[m++];try{u=f(u)}catch(g){p.call(this,g);break}}try{h=xl.call(this,u)}catch(f){return Promise.reject(f)}for(m=0,y=c.length;m<y;)h=h.then(c[m++],c[m++]);return h}getUri(a){a=Ie(this.defaults,a);const o=bl(a.baseURL,a.url,a.allowAbsoluteUrls);return dl(o,a.params,a.paramsSerializer)}}E.forEach(["delete","get","head","options"],function(t){Pt.prototype[t]=function(a,o){return this.request(Ie(o||{},{method:t,url:a,data:(o||{}).data}))}}),E.forEach(["post","put","patch"],function(t){function a(o){return function(l,r,i){return this.request(Ie(i||{},{method:t,headers:o?{"Content-Type":"multipart/form-data"}:{},url:l,data:r}))}}Pt.prototype[t]=a(),Pt.prototype[t+"Form"]=a(!0)});const Dt=Pt;class wa{constructor(a){if(typeof a!="function")throw new TypeError("executor must be a function.");let o;this.promise=new Promise(function(r){o=r});const l=this;this.promise.then(r=>{if(!l._listeners)return;let i=l._listeners.length;for(;i-- >0;)l._listeners[i](r);l._listeners=null}),this.promise.then=r=>{let i;const n=new Promise(s=>{l.subscribe(s),i=s}).then(r);return n.cancel=function(){l.unsubscribe(i)},n},a(function(r,i,n){l.reason||(l.reason=new Ge(r,i,n),o(l.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(a){if(this.reason){a(this.reason);return}this._listeners?this._listeners.push(a):this._listeners=[a]}unsubscribe(a){if(!this._listeners)return;const o=this._listeners.indexOf(a);o!==-1&&this._listeners.splice(o,1)}toAbortSignal(){const a=new AbortController,o=l=>{a.abort(l)};return this.subscribe(o),a.signal.unsubscribe=()=>this.unsubscribe(o),a.signal}static source(){let a;return{token:new wa(function(o){a=o}),cancel:a}}}const Qu=wa;function ef(t){return function(a){return t.apply(null,a)}}function tf(t){return E.isObject(t)&&t.isAxiosError===!0}const ka={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(ka).forEach(([t,a])=>{ka[a]=t});const af=ka;function Tl(t){const a=new Dt(t),o=Yo(Dt.prototype.request,a);return E.extend(o,Dt.prototype,a,{allOwnKeys:!0}),E.extend(o,a,null,{allOwnKeys:!0}),o.create=function(l){return Tl(Ie(t,l))},o}const ne=Tl(ga);ne.Axios=Dt,ne.CanceledError=Ge,ne.CancelToken=Qu,ne.isCancel=fl,ne.VERSION=Bl,ne.toFormData=Nt,ne.AxiosError=$,ne.Cancel=ne.CanceledError,ne.all=function(t){return Promise.all(t)},ne.spread=ef,ne.isAxiosError=tf,ne.mergeConfig=Ie,ne.AxiosHeaders=_e,ne.formToJSON=t=>pl(E.isHTMLForm(t)?new FormData(t):t),ne.getAdapter=Nl.getAdapter,ne.HttpStatusCode=af,ne.default=ne;const lt=ne,Va={isAgeByRange:!0,isAgeByYear:!1,minAge:14,maxAge:43,availableYears:Array.from({length:30},(t,a)=>1981+a).sort((t,a)=>a-t),nationalTeams:[{booleanIsSelected:!1,stringName:"Selección mexicana",setAvailablePlayersIds:{},numberId:392}],isEligibilitySelected:!1,eligibility:[{isSelected:!0,id:138,name:"Mexicana"}],nationalities:[{isSelected:!0,id:138,name:"Mexicana"},{isSelected:!0,id:10,name:"Argentina"},{isSelected:!0,id:29,name:"Brasileña"},{isSelected:!0,id:47,name:"Colombiana"},{isSelected:!0,id:62,name:"Ecuatoriana"},{isSelected:!0,id:223,name:"Uruguaya"},{isSelected:!0,id:198,name:"Española"},{isSelected:!0,id:74,name:"Francesa"},{isSelected:!0,id:43,name:"Chilena"},{isSelected:!0,id:222,name:"Americana"},{isSelected:!0,id:165,name:"Paraguaya"},{isSelected:!0,id:226,name:"Venezolana"},{isSelected:!0,id:52,name:"Marfileña"},{isSelected:!0,id:166,name:"Peruana"}],positions:[{isSelected:!0,id:1,name:"Portero"},{isSelected:!0,id:2,name:"Defensa Central"},{isSelected:!0,id:3,name:"Lateral por izquierda"},{isSelected:!0,id:4,name:"Lateral por derecha"},{isSelected:!0,id:5,name:"Volante por izquierda"},{isSelected:!0,id:6,name:"Volante por derecha"},{isSelected:!0,id:7,name:"Volante defensivo"},{isSelected:!0,id:8,name:"Volante ofensivo"},{isSelected:!0,id:9,name:"Delantero"}]},of={3:"Albanesa",4:"Argelina",6:"Andorrano",7:"Angoleña",8:"Anguillan",9:"Antiguan",10:"Argentina",11:"Armenia",12:"Arubeño",13:"Austríaca",14:"Austríaca",15:"Azerbaiyano",16:"Bahamas",17:"Bareini",18:"Bangladesí",19:"Barbadense",20:"Bielorrusa",21:"Belga",22:"Beliceña",23:"Beninesa",24:"Bermudeña",25:"Butanés",26:"Boliviana",27:"Bosnia",28:"Botsuano",29:"Brasileña",30:"Islas Vírgenes Británicas",31:"Bruneano",32:"Búlgara",33:"Burundés",34:"Burmesa",35:"Burundés",36:"Camboyana",37:"Camerunés",38:"Canadiense",39:"Caboverdiano",40:"Caimanés",41:"Centroafricana",42:"Chadiano",43:"Chilena",44:"China",45:"Isla de Navidad",46:"Cocos Island",47:"Colombiana",48:"Comorense",49:"Congoleña",50:"Cookiano",51:"Costarricense",52:"Marfileña",53:"Croata",54:"Cubana",55:"Chipriota",56:"Checa",57:"Danesa",58:"Djibouti",60:"Dominicana",61:"Timorense",62:"Ecuatoriana",63:"Egipcia",64:"Salvadoreña",65:"Inglesa",66:"Ecuatoguineano",67:"Eritreo",68:"Estoniana",69:"Etíope",70:"Islas Malvinas",71:"Feroés",72:"Fiyiano",73:"Finlandesa",74:"Francesa",75:"Guayana Francesa",76:"Francopolinecio",77:"Gabonesa",78:"Gambiana",79:"Georgiano",80:"Alemana",81:"Ghanesa",82:"Gibraltareño",221:"Británico",84:"Griega",85:"Groenlandés",86:"Granadino",87:"Guadeloupeño",89:"Guatemalteca",90:"Guineana",91:"Guyanés",92:"Haitiana",93:"Hondureña",94:"Hongkongese",95:"Húngaro",96:"Islandesa",97:"Indio",98:"Indonesia",99:"Iraní",100:"Iraquí",101:"Irlandesa",102:"Manés",103:"Israelí",104:"Italiana",105:"Jamaiquina",106:"Japonesa",107:"Jordana",108:"Kazaja",109:"Keniana",110:"Kiribatiano",111:"Coreana",112:"Surcoreana",113:"Kosovan",114:"Kuwaití",115:"Kirguisa",116:"Laosiano",117:"Letona",118:"Libanesa",119:"Basotho",120:"Liberiana",121:"Libia",122:"Liechtenstein",123:"Lituano",124:"Luxemburguesa",125:"Macaneso",126:"Macedonia",127:"Malgache",128:"Malaya",129:"Malaya",130:"Maldivo",131:"Mali",132:"Maltesa",133:"Marshallese",134:"Martiniqueña",135:"Mauritania",136:"Mauriciano",137:"Mahoran",138:"Mexicana",139:"Micronesio",140:"Moldava",141:"Monacan",142:"Mongol",143:"Montenegrina",144:"Montserratiano",145:"Marroqui",146:"Mozambiqueña",147:"Namibio",148:"Nauruan",149:"Nepalí",150:"Holandesa",151:"Neocaledonio",152:"Neozelandesa",153:"Nicaragüense",154:"Niueño",155:"Nigerina",156:"Nigeriana",157:"Noruega",158:"Normariano",159:"Omaní",160:"Palestina",161:"Palestina",162:"Palauan",163:"Panameña",164:"Papú",165:"Paraguaya",166:"Peruana",167:"Filipina",168:"Pitcairnés",169:"Polaca",170:"Portuguesa",171:"Puertorriqueña",172:"Catari",173:"Reunionés",174:"Rumana",175:"Rusa",176:"Ruandés",177:"Santa Elena",178:"Sancristobaleña",179:"Santa Lucía",180:"Miquelonnais",181:"Sanvicentina",182:"Samoano",183:"Sanmariense",184:"Santotomense",185:"Saudí",186:"Escocesa",187:"Senegalense",188:"Serbia",189:"Seychellense",190:"Sierraleonesa",191:"Singapurense",192:"Eslovena",193:"Eslovena",194:"Salomonense",195:"Somalí",196:"Sudafricana",197:"Surosetio",198:"Española",199:"Esrilanques",200:"Sudanés",201:"Surinamés",202:"Swazi",203:"Sueca",204:"Suiza",205:"Sirio",206:"Taiwanesa",207:"Tayiko",208:"Tanzano",209:"Tailandesa",210:"Togo",211:"Tongano",212:"Trinitaria",213:"Tunecina",214:"Turca",215:"Turkmena",216:"none",217:"Tuvaluano",218:"Ugandesa",219:"Ucraniana",220:"Emiratí",222:"Americana",223:"Uruguaya",224:"Uzbeka",225:"Vanuatuense",226:"Venezolana",227:"Vietnamita",228:"Islas Vírgenes",229:"Galesa",230:"Walisiano",231:"Saharaui",232:"Yemení",233:"Zambiana",234:"Zimbabuense",236:"Curazaleña",237:"San Martín",239:"Debutante"},lf={1:"Portero",2:"Defensa Central",3:"Lateral por izquierda",4:"Lateral por derecha",5:"Volante por izquierda",6:"Volante por derecha",7:"Volante defensivo",8:"Volante ofensivo",9:"Delantero",10:"Desconocida"};function It(t){"@babel/helpers - typeof";return It=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(a){return typeof a}:function(a){return a&&typeof Symbol=="function"&&a.constructor===Symbol&&a!==Symbol.prototype?"symbol":typeof a},It(t)}function Ne(t){if(t===null||t===!0||t===!1)return NaN;var a=Number(t);return isNaN(a)?a:a<0?Math.ceil(a):Math.floor(a)}function ie(t,a){if(a.length<t)throw new TypeError(t+" argument"+(t>1?"s":"")+" required, but only "+a.length+" present")}function ae(t){ie(1,arguments);var a=Object.prototype.toString.call(t);return t instanceof Date||It(t)==="object"&&a==="[object Date]"?new Date(t.getTime()):typeof t=="number"||a==="[object Number]"?new Date(t):((typeof t=="string"||a==="[object String]")&&typeof console<"u"&&(console.warn("Starting with v2.0.0-beta.1 date-fns doesn't accept strings as date arguments. Please use `parseISO` to parse strings. See: https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#string-arguments"),console.warn(new Error().stack)),new Date(NaN))}function rf(t,a){ie(2,arguments);var o=ae(t),l=Ne(a);return isNaN(l)?new Date(NaN):(l&&o.setDate(o.getDate()+l),o)}function nf(t,a){ie(2,arguments);var o=ae(t),l=Ne(a);if(isNaN(l))return new Date(NaN);if(!l)return o;var r=o.getDate(),i=new Date(o.getTime());i.setMonth(o.getMonth()+l+1,0);var n=i.getDate();return r>=n?i:(o.setFullYear(i.getFullYear(),i.getMonth(),r),o)}function it(t,a){if(ie(2,arguments),!a||It(a)!=="object")return new Date(NaN);var o=a.years?Ne(a.years):0,l=a.months?Ne(a.months):0,r=a.weeks?Ne(a.weeks):0,i=a.days?Ne(a.days):0,n=a.hours?Ne(a.hours):0,s=a.minutes?Ne(a.minutes):0,d=a.seconds?Ne(a.seconds):0,c=ae(t),h=l||o?nf(c,l+o*12):c,m=i||r?rf(h,i+r*7):h,y=s+n*60,u=d+y*60,f=u*1e3,p=new Date(m.getTime()+f);return p}function Ml(t){var a=new Date(Date.UTC(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()));return a.setUTCFullYear(t.getFullYear()),t.getTime()-a.getTime()}function Al(t){ie(1,arguments);var a=ae(t);return a.setHours(0,0,0,0),a}var sf=864e5;function df(t,a){ie(2,arguments);var o=Al(t),l=Al(a),r=o.getTime()-Ml(o),i=l.getTime()-Ml(l);return Math.round((r-i)/sf)}function qe(t,a){ie(2,arguments);var o=ae(t),l=ae(a),r=o.getTime()-l.getTime();return r<0?-1:r>0?1:r}var cf=6e4,mf=36e5;function pf(t,a){ie(2,arguments);var o=ae(t),l=ae(a),r=o.getFullYear()-l.getFullYear(),i=o.getMonth()-l.getMonth();return r*12+i}function uf(t,a){ie(2,arguments);var o=ae(t),l=ae(a);return o.getFullYear()-l.getFullYear()}function Ll(t,a){var o=t.getFullYear()-a.getFullYear()||t.getMonth()-a.getMonth()||t.getDate()-a.getDate()||t.getHours()-a.getHours()||t.getMinutes()-a.getMinutes()||t.getSeconds()-a.getSeconds()||t.getMilliseconds()-a.getMilliseconds();return o<0?-1:o>0?1:o}function ff(t,a){ie(2,arguments);var o=ae(t),l=ae(a),r=Ll(o,l),i=Math.abs(df(o,l));o.setDate(o.getDate()-r*i);var n=+(Ll(o,l)===-r),s=r*(i-n);return s===0?0:s}function Na(t,a){return ie(2,arguments),ae(t).getTime()-ae(a).getTime()}var hf={ceil:Math.ceil,round:Math.round,floor:Math.floor,trunc:function(t){return t<0?Math.ceil(t):Math.floor(t)}},yf="trunc";function xa(t){return hf[yf]}function gf(t,a,o){ie(2,arguments);var l=Na(t,a)/mf;return xa()(l)}function bf(t,a,o){ie(2,arguments);var l=Na(t,a)/cf;return xa()(l)}function Sf(t){ie(1,arguments);var a=ae(t);return a.setHours(23,59,59,999),a}function _f(t){ie(1,arguments);var a=ae(t),o=a.getMonth();return a.setFullYear(a.getFullYear(),o+1,0),a.setHours(23,59,59,999),a}function Cf(t){ie(1,arguments);var a=ae(t);return Sf(a).getTime()===_f(a).getTime()}function Ef(t,a){ie(2,arguments);var o=ae(t),l=ae(a),r=qe(o,l),i=Math.abs(pf(o,l)),n;if(i<1)n=0;else{o.getMonth()===1&&o.getDate()>27&&o.setDate(30),o.setMonth(o.getMonth()-r*i);var s=qe(o,l)===-r;Cf(ae(t))&&i===1&&qe(t,l)===1&&(s=!1),n=r*(i-Number(s))}return n===0?0:n}function wf(t,a,o){ie(2,arguments);var l=Na(t,a)/1e3;return xa()(l)}function kf(t,a){ie(2,arguments);var o=ae(t),l=ae(a),r=qe(o,l),i=Math.abs(uf(o,l));o.setFullYear(1584),l.setFullYear(1584);var n=qe(o,l)===-r,s=r*(i-Number(n));return s===0?0:s}function Vf(t){return ie(1,arguments),ae(t).getFullYear()}function Nf(t){ie(1,arguments);var a=ae(t.start),o=ae(t.end);if(isNaN(a.getTime()))throw new RangeError("Start Date is invalid");if(isNaN(o.getTime()))throw new RangeError("End Date is invalid");var l={};l.years=Math.abs(kf(o,a));var r=qe(o,a),i=it(a,{years:r*l.years});l.months=Math.abs(Ef(o,i));var n=it(i,{months:r*l.months});l.days=Math.abs(ff(o,n));var s=it(n,{days:r*l.days});l.hours=Math.abs(gf(o,s));var d=it(s,{hours:r*l.hours});l.minutes=Math.abs(bf(o,d));var c=it(d,{minutes:r*l.minutes});return l.seconds=Math.abs(wf(o,c)),l}const xf=new Set([1]),Bf={__name:"SwitchCustom",props:{modelValue:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(t,{emit:a}){const o=t,l=e.ref(null);e.watch(()=>o.modelValue,()=>{r()},{immediate:!0});function r(){l.value&&(l.value.checked=o.modelValue)}function i(n){a("update:modelValue",n.target.checked)}return e.onMounted(()=>{r()}),(n,s)=>(e.openBlock(),e.createElementBlock("input",{ref_key:"switchCustom",ref:l,id:"toggle",class:"toggle",type:"checkbox",role:"switch",name:"toggle",onInput:i},null,544))}},rt=J(Bf,[["__scopeId","data-v-e3a6ae4e"]]),ve=t=>(e.pushScopeId("data-v-23130339"),t=t(),e.popScopeId(),t),Ff={class:"personal-data"},Tf={class:"personal-data__age"},Mf={class:"personal-data__age__toggle"},Af={class:"personal-data__age__range"},Lf={class:"personal-data__age__dropdown"},Pf=ve(()=>e.createElementVNode("div",{class:"label"},"Año",-1)),Df={class:"selected-item"},If=ve(()=>e.createElementVNode("div",{class:"separator"},null,-1)),vf={class:"personal-data__nationality-position"},Rf={key:0,class:"personal-data__nationality-position__switch"},Of=ve(()=>e.createElementVNode("div",{class:"label"},"Nacionalidad",-1)),zf=ve(()=>e.createElementVNode("div",{class:"label"},"Elegibilidad",-1)),Uf={class:"personal-data__nationality-position__nationality"},jf=ve(()=>e.createElementVNode("div",{class:"label"},"Nacionalidad",-1)),$f={class:"selected-item"},Hf=ve(()=>e.createElementVNode("div",{class:"label"},"Elegibilidad",-1)),Wf={class:"selected-item"},Gf={class:"personal-data__nationality-position__position"},qf=ve(()=>e.createElementVNode("div",{class:"label"},"Posición",-1)),Zf={class:"selected-item"},Yf="https://ts7thxzaik.execute-api.us-west-2.amazonaws.com/prod/players/seasons/",Jf={__name:"TemplatePersonalData",props:{filters:{type:Object,default:()=>null},isFemale:{type:Boolean,default:!1},season:{type:Object,default:()=>({})},isScouting:{type:Boolean,default:!1},isSeleccion:{type:Boolean,default:!1},token:{type:String,default:"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MCwibmFtZSI6IlVzdWFyaW8gRnJlZSIsInVzZXJuYW1lIjoiZnJlZUBnb2xzdGF0cy5jb20iLCJlbWFpbCI6ImZyZWVAZ29sc3RhdHMuY29tIiwiaWF0IjoxNjA2NzU4Nzk1LCJleHAiOjE2MzgyOTQ3OTV9.kPNmP7yDtk38cAXrUyc7OHRh6J25VFqy-XUNzbK-4YE"},fontFamily:{type:String,default:"'Poppins-Regular'"},awaitForFilters:{type:Boolean,default:!1}},emits:["update:filters"],setup(t,{expose:a,emit:o}){const l=t,r={id:0,name:"Todas las nacionalidades",isSelected:!1},i={id:0,name:"Todas las posiciones",isSelected:!1},n=e.ref({...Va}),s=e.ref(["Por edad","Por año"]),d=e.ref(0),c=e.ref({min:Va.minAge,max:Va.maxAge}),h=e.ref(et),m=e.ref(""),y=e.ref(""),u=e.ref(n.value.availableYears[n.value.availableYears.length-1]),f=e.ref(0),p=e.computed(()=>{const A=n.value.nationalities?[...n.value.nationalities]:[];l.isSeleccion&&A.forEach(D=>{D.isSelected=D.id===138});const I=A[0];return(!I||I.id!==0)&&A.unshift(r),A}),g=e.computed(()=>{let A=(l.filter&&l.filter.positions?l.filter.positions:n.value.positions)?[...n.value.positions]:[];const I=A[0];return(!I||I.id!==0)&&A.unshift(i),A.sort((D,Y)=>D.id-Y.id),A}),b=e.computed(()=>l.season&&l.season.tournamentId&&xf.has(l.season.tournamentId)||l.filters&&l.filters.isEligibilitySwitchVisible);e.watch(p,A=>{const I=A.reduce((D,Y,ee)=>(ee!==0&&Y.isSelected&&D++,D),0);I===p.value.length-1&&(A[0].isSelected=!0),A[0]&&A[0].isSelected?m.value="Todas las nacionalidades":m.value=`${I} seleccionadas`,K()},{immediate:!0,deep:!0}),e.watch(g,A=>{const I=A.reduce((D,Y,ee)=>(ee!==0&&Y.isSelected&&D++,D),0);I===g.value.length-1&&(A[0].isSelected=!0),A[0]&&A[0].isSelected?y.value="Todas las posiciones":y.value=`${I} seleccionadas`,K()},{immediate:!0,deep:!0}),e.watch(()=>l.filters,A=>{if(A&&A.availableYears){const I=!Number.isNaN(Number(A.selectedYear));n.value=A,d.value=n.value.selectedYear&&I?1:0,u.value=I?n.value.selectedYear:n.value.availableYears[0],c.value.min=n.value.minAge,c.value.max=n.value.maxAge,i.isSelected=A.positions.every(D=>D.isSelected),K()}},{immediate:!0,deep:!0}),e.watch(()=>n.value.isEligibilitySelected,()=>{K()}),e.watch(()=>l.season,A=>{A&&A.id!==f.value&&!l.awaitForFilters&&(f.value=A.id,B(A))},{immediate:!0,deep:!1});async function B(A){try{if(A&&A.id){const I=new Set,D=await W(A.id),Y=new Date,ee=[],me=new Map,T=new Map;D.forEach(_=>{const k=new Date(_.dob),L=Vf(k),V=Nf({start:k,end:Y});me.has(_.nationality_id)||me.set(_.nationality_id,{id:_.nationality_id,isSelected:!0,name:of[`${_.nationality_id}`]}),T.has(_.position_id)||T.set(_.position_id,{id:_.position_id,isSelected:!0,name:lf[`${_.position_id}`]}),I.add(L),ee.push(V.years)}),n.value.minAge=Math.min(...ee),n.value.maxAge=Math.max(...ee),n.value.availableYears=[...I].sort((_,k)=>k-_),u.value=n.value.availableYears[0],n.value.nationalities=[...me.values()],n.value.positions=[...T.values()],c.value.min=n.value.minAge,c.value.max=n.value.maxAge}}catch(I){throw new Error(I)}}function R(A=null){const I=!A||A===se.All;(I||A===se.NATIONALITY)&&p.value.forEach(D=>{D.isSelected=!0}),(I||A===se.ELIGIBILITY)&&(n.value.isEligibilitySelected=!1),(I||A===se.POSITION)&&g.value.forEach(D=>{D.isSelected=!0}),(I||A===se.AGE_RANGE)&&(c.value.min=n.value.minAge,c.value.max=n.value.maxAge,d.value=0),(I||A===se.YEAR)&&(u.value=l.isScouting?n.value.availableYears[n.value.availableYears.length-1]:n.value.availableYears[0],d.value=0),K()}async function W(A){try{const I={Authorization:localStorage.getItem("user_token")||l.token},D={}.API_PLAYERS_BY_SEASONS?{}.API_PLAYERS_BY_SEASONS:Yf,Y=await lt.get(D+A,{headers:I});return Y.data?Y.data.players:[]}catch(I){return Promise.reject(I)}}function z(A){d.value=A.index,l.filters&&l.filters.availableYears&&A.index===0&&(l.filters.selectedYear="Sin límite")}function U(A){c.value.min=A.minValue,c.value.max=A.maxValue,K()}function G(A,I){I.id===0?p.value.forEach(D=>{D.isSelected=A}):(I.isSelected=A,p.value[0].isSelected=p.value.every((D,Y)=>Y===0?!0:D.isSelected))}function K(){const A=d.value===0,I={};A?(I.ageByRange=c.value,I.ageLimits={min:n.value.minAge,max:n.value.maxAge}):I.year=u.value,n.value.isEligibilitySelected?I.eligibility=[...n.value.eligibility]:I.nationalities=p.value.reduce((D,Y,ee)=>(ee!==0&&D.push({...Y}),D),[]),I.positions=g.value.reduce((D,Y,ee)=>(ee!==0&&D.push({...Y}),D),[]),o("update:filters",I)}function oe(A,I){I.id===0?g.value.forEach(D=>{D.isSelected=A}):(I.isSelected=A,g.value[0].isSelected=g.value.every((D,Y)=>Y===0?!0:D.isSelected))}function v(A){u.value=A,l.filters&&(l.filters.selectedYear=A),K()}return a({onClearFilters:R}),(A,I)=>(e.openBlock(),e.createElementBlock("div",Ff,[e.createElementVNode("div",Tf,[e.createElementVNode("div",Mf,[e.createVNode(kp,{"selected-button-index":d.value,buttons:s.value,width:"220px",onChange:z},null,8,["selected-button-index","buttons"])]),e.withDirectives(e.createElementVNode("div",Af,[e.createVNode(e.unref(Uo),{"border-width":"0","background-color":"#0D1D29",height:"30px","font-size-value":"14px","font-size":"12px","border-width-indicador":"2px","line-in-range-color":"white","background-indicador":"#CBEE6B","min-limit":n.value.minAge,"max-limit":n.value.maxAge,"min-value":c.value.min,"max-value":c.value.max,onInput:U},null,8,["min-limit","max-limit","min-value","max-value"])],512),[[e.vShow,d.value===0]]),e.withDirectives(e.createElementVNode("div",Lf,[Pf,e.createVNode(e.unref(Be),e.mergeProps({"model-value":u.value},h.value,{items:n.value.availableYears,onInput:v}),{default:e.withCtx(({selectedItem:D})=>[e.createElementVNode("div",Df,e.toDisplayString(D),1)]),availableItem:e.withCtx(({item:D})=>[e.createElementVNode("div",null,e.toDisplayString(D),1)]),_:1},16,["model-value","items"])],512),[[e.vShow,d.value===1]])]),If,e.createElementVNode("div",vf,[b.value?(e.openBlock(),e.createElementBlock("div",Rf,[Of,e.createVNode(rt,{modelValue:n.value.isEligibilitySelected,"onUpdate:modelValue":I[0]||(I[0]=D=>n.value.isEligibilitySelected=D)},null,8,["modelValue"]),zf])):e.createCommentVNode("",!0),e.createElementVNode("div",Uf,[n.value.isEligibilitySelected?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[Hf,e.createVNode(e.unref(Be),e.mergeProps(h.value,{"is-multiple-option":"",items:n.value.eligibility,"is-disabled":""}),{default:e.withCtx(({selectedItem:D})=>[e.createElementVNode("div",Wf,e.toDisplayString(D.name),1)]),availableItem:e.withCtx(({item:D})=>[e.createElementVNode("div",null,[e.createVNode(e.unref(q),{"model-value":D.isSelected,label:D.name,fontFamily:t.fontFamily,width:"100%","avoid-interaction":""},null,8,["model-value","label","fontFamily"])])]),_:1},16,["items"])],64)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[jf,e.createVNode(e.unref(Be),e.mergeProps(h.value,{"is-multiple-option":"",items:p.value}),{default:e.withCtx(()=>[e.createElementVNode("div",$f,e.toDisplayString(m.value),1)]),availableItem:e.withCtx(({item:D})=>[e.createElementVNode("div",null,[e.createVNode(e.unref(q),{"model-value":D.isSelected,label:D.name,fontFamily:t.fontFamily,width:"100%","onUpdate:modelValue":Y=>G(Y,D)},null,8,["model-value","label","fontFamily","onUpdate:modelValue"])])]),_:1},16,["items"])],64))]),e.createElementVNode("div",Gf,[qf,e.createVNode(e.unref(Be),e.mergeProps(h.value,{"is-multiple-option":"",items:g.value}),{default:e.withCtx(()=>[e.createElementVNode("div",Zf,[t.isFemale?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createTextVNode(e.toDisplayString(y.value.replace("Portero","Portera").replace("Delantero","Delantera").replace("Volante defensivo","Volante defensiva").replace("Volante ofensivo","Volante ofensiva")),1)],64)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(y.value),1)],64))])]),availableItem:e.withCtx(({item:D})=>[e.createElementVNode("div",null,[e.createVNode(e.unref(q),{"model-value":D.isSelected,label:t.isFemale?D.name.replace("Portero","Portera").replace("Delantero","Delantera").replace("Volante defensivo","Volante defensiva").replace("Volante ofensivo","Volante ofensiva"):D.name,fontFamily:t.fontFamily,width:"100%","onUpdate:modelValue":Y=>oe(Y,D)},null,8,["model-value","label","fontFamily","onUpdate:modelValue"])])]),_:1},16,["items"])])])]))}},Kf=J(Jf,[["__scopeId","data-v-23130339"]]),Xf={class:"plays"},Qf={class:"plays__body__offensive"},eh={class:"plays__body__title"},th={class:"number-of-categories"},ah={class:"plays__body__categories"},oh={class:"plays__body__defensive-possession-offenses"},lh={class:"plays__body__title"},ih={class:"number-of-categories"},rh={class:"plays__body__categories"},nh={class:"plays__body__title"},sh={class:"number-of-categories"},dh={class:"plays__body__categories"},ch={class:"plays__body__title"},mh={class:"number-of-categories"},ph={class:"plays__body__categories"},uh={__name:"TemplatePlays",props:{componentWidth:{type:Number,default:0},playsCategories:{type:Object,required:!0},isExpansionMode:{type:Boolean,default:!0},fontFamily:{type:String,default:"'Poppins-Regular'"}},setup(t){const a=t,o=e.ref(!1),l=e.ref(!1),r=e.ref(!1),i=e.ref(!1),n=e.computed(()=>({"--template-columns":a.isExpansionMode?"1fr":"1fr 1fr"})),s=e.computed(()=>a.playsCategories.offensive.categories.reduce((u,f)=>(f.isSelected&&u++,u),0)),d=e.computed(()=>a.playsCategories.defensive.categories.reduce((u,f)=>(f.isSelected&&u++,u),0)),c=e.computed(()=>a.playsCategories.possession.categories.reduce((u,f)=>(f.isSelected&&u++,u),0)),h=e.computed(()=>a.playsCategories.offenses.categories.reduce((u,f)=>(f.isSelected&&u++,u),0));function m(u,f){f.isSelected=u}function y(u){u==="offensive"?o.value=!o.value:u==="defensive"?l.value=!l.value:u==="possession"?r.value=!r.value:u==="offenses"&&(i.value=!i.value)}return(u,f)=>(e.openBlock(),e.createElementBlock("div",Xf,[e.createElementVNode("div",{class:"plays__body",style:e.normalizeStyle(n.value)},[e.createElementVNode("div",Qf,[e.createElementVNode("div",eh,[e.createElementVNode("div",{class:"plays__body__title__info",onClick:f[0]||(f[0]=p=>y("offensive"))},[e.createElementVNode("span",null,e.toDisplayString(t.playsCategories.offensive.title),1),e.createElementVNode("span",th,"("+e.toDisplayString(s.value)+")",1)]),e.createElementVNode("div",{class:"plays__body__title__expand-button",onClick:f[1]||(f[1]=p=>y("offensive"))},[e.withDirectives(e.createVNode(Pe,{"is-expanded":o.value},null,8,["is-expanded"]),[[e.vShow,t.isExpansionMode]])])]),e.withDirectives(e.createElementVNode("div",ah,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.playsCategories.offensive.categories,p=>(e.openBlock(),e.createElementBlock("div",{key:p.id,class:"plays__checkbox"},[e.createVNode(e.unref(q),{label:p.name,fontFamily:t.fontFamily,labelFontSize:"13px","model-value":p.isSelected,"box-value":p.priority||0,"onUpdate:modelValue":g=>m(g,p)},null,8,["label","fontFamily","model-value","box-value","onUpdate:modelValue"])]))),128))],512),[[e.vShow,!t.isExpansionMode||o.value]])]),e.createElementVNode("div",oh,[e.createElementVNode("div",lh,[e.createElementVNode("div",{class:"plays__body__title__info",onClick:f[2]||(f[2]=p=>y("defensive"))},[e.createElementVNode("span",null,e.toDisplayString(t.playsCategories.defensive.title),1),e.createElementVNode("span",ih,"("+e.toDisplayString(d.value)+")",1)]),e.createElementVNode("div",{class:"plays__body__title__expand-button",onClick:f[3]||(f[3]=p=>y("defensive"))},[e.withDirectives(e.createVNode(Pe,{"is-expanded":l.value},null,8,["is-expanded"]),[[e.vShow,t.isExpansionMode]])])]),e.withDirectives(e.createElementVNode("div",rh,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.playsCategories.defensive.categories,p=>(e.openBlock(),e.createElementBlock("div",{key:p.id,class:"plays__checkbox"},[e.createVNode(e.unref(q),{label:p.name,fontFamily:t.fontFamily,labelFontSize:"13px","model-value":p.isSelected,"box-value":p.priority||0,"onUpdate:modelValue":g=>m(g,p)},null,8,["label","fontFamily","model-value","box-value","onUpdate:modelValue"])]))),128))],512),[[e.vShow,!t.isExpansionMode||l.value]]),e.createElementVNode("div",nh,[e.createElementVNode("div",{class:"plays__body__title__info",onClick:f[4]||(f[4]=p=>y("possession"))},[e.createElementVNode("span",null,e.toDisplayString(t.playsCategories.possession.title),1),e.createElementVNode("span",sh,"("+e.toDisplayString(c.value)+")",1)]),e.createElementVNode("div",{class:"plays__body__title__expand-button",onClick:f[5]||(f[5]=p=>y("possession"))},[e.withDirectives(e.createVNode(Pe,{"is-expanded":r.value},null,8,["is-expanded"]),[[e.vShow,t.isExpansionMode]])])]),e.withDirectives(e.createElementVNode("div",dh,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.playsCategories.possession.categories,p=>(e.openBlock(),e.createElementBlock("div",{key:p.id,class:"plays__checkbox"},[e.createVNode(e.unref(q),{label:p.name,fontFamily:t.fontFamily,labelFontSize:"13px","model-value":p.isSelected,"box-value":p.priority||0,"onUpdate:modelValue":g=>m(g,p)},null,8,["label","fontFamily","model-value","box-value","onUpdate:modelValue"])]))),128))],512),[[e.vShow,!t.isExpansionMode||r.value]]),e.createElementVNode("div",ch,[e.createElementVNode("div",{class:"plays__body__title__info",onClick:f[6]||(f[6]=p=>y("offenses"))},[e.createElementVNode("span",null,e.toDisplayString(t.playsCategories.offenses.title),1),e.createElementVNode("span",mh,"("+e.toDisplayString(h.value)+")",1)]),e.createElementVNode("div",{class:"plays__body__title__expand-button",onClick:f[7]||(f[7]=p=>y("offenses"))},[e.withDirectives(e.createVNode(Pe,{"is-expanded":i.value},null,8,["is-expanded"]),[[e.vShow,t.isExpansionMode]])])]),e.withDirectives(e.createElementVNode("div",ph,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.playsCategories.offenses.categories,p=>(e.openBlock(),e.createElementBlock("div",{key:p.id,class:"plays__checkbox"},[e.createVNode(e.unref(q),{label:p.name,fontFamily:t.fontFamily,labelFontSize:"13px","model-value":p.isSelected,"box-value":p.priority||0,"onUpdate:modelValue":g=>m(g,p)},null,8,["label","fontFamily","model-value","box-value","onUpdate:modelValue"])]))),128))],512),[[e.vShow,!t.isExpansionMode||i.value]])])],4)]))}},fh=J(uh,[["__scopeId","data-v-364e6cae"]]),hh={class:"template-results"},yh={__name:"TemplateResults",props:{resultsFilters:{type:Object,default:()=>({results:[]})}},emits:["update:resultsFilters"],setup(t,{emit:a}){const o=t,l=e.computed(()=>o.resultsFilters.results.filter(r=>r.isSelected).length);return e.watch(()=>o.resultsFilters,r=>{a("update:resultsFilters",r)},{deep:!0,immediate:!0}),(r,i)=>(e.openBlock(),e.createElementBlock("div",hh,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.resultsFilters.results,(n,s)=>(e.openBlock(),e.createElementBlock("div",{key:s,class:"template-results__result"},[e.createVNode(e.unref(q),{modelValue:n.isSelected,"onUpdate:modelValue":d=>n.isSelected=d,label:n.name,"avoid-interaction":l.value===1&&n.isSelected},null,8,["modelValue","onUpdate:modelValue","label","avoid-interaction"])]))),128))]))}},gh=J(yh,[["__scopeId","data-v-453e89c2"]]),bh={__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:""},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(t,{emit:a}){const o=t,l=e.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 r(){a("click")}return(i,n)=>(e.openBlock(),e.createElementBlock("button",{class:e.normalizeClass(["button",{active:t.isActive}]),style:e.normalizeStyle(l.value),onClick:r},e.toDisplayString(t.text),7))}},nt=J(bh,[["__scopeId","data-v-9688933e"]]),Sh={PO1:"CFI",PO2:"CFV",PO3:"SFI",PO4:"SFV",PO5:"FI",PO6:"FV"},Pl={DF:"Dieciseisavos",OF:"Octavos",CF:"Cuartos",SF:"Semifinales","3ER":"Tercer lugar",FINAL:"Final"},_h={4:"Octavos",5:"Cuartos",6:"Semifinales",7:"Final"},Ch={4:"OF",5:"Cf",6:"S",7:"F"};function Ba(t=""){return t?localStorage.getItem(t):localStorage.getItem("user_token")||localStorage.getItem("token")}const Eh={class:"dropdown"},wh={class:"selected-item"},kh={__name:"DropdownTextOnly",props:{items:{type:Array,default:()=>[]},itemTextKey:{type:String,default:""},isListSameWidth:{type:Boolean,default:!0}},emits:["input"],setup(t,{emit:a}){function o(l){a("input",l)}return(l,r)=>(e.openBlock(),e.createElementBlock("div",Eh,[e.createVNode(e.unref(Be),e.mergeProps(e.unref(et),{"is-list-same-width":t.isListSameWidth,items:t.items,onInput:o}),{default:e.withCtx(({selectedItem:i})=>[e.createElementVNode("div",wh,e.toDisplayString(t.itemTextKey?i[t.itemTextKey]:i),1)]),availableItem:e.withCtx(({item:i})=>[e.createElementVNode("div",null,e.toDisplayString(t.itemTextKey?i[t.itemTextKey]:i),1)]),_:1},16,["is-list-same-width","items"])]))}},he=J(kh,[["__scopeId","data-v-064d5f86"]]),Vh={class:"dropdown"},Nh={class:"game-item"},xh={key:0,class:"item-game"},Bh={class:"match-day"},Fh={class:"team-logo"},Th=["src"],Mh={class:"text"},Ah={class:"text score"},Lh={class:"text"},Ph={class:"team-logo"},Dh=["src"],Ih={class:"item-game"},vh={class:"team-logo"},Rh=["src"],Oh={class:"text"},zh={class:"text score"},Uh={class:"text"},jh={class:"team-logo"},$h=["src"],Hh={__name:"DropdownGame",props:{items:{type:Array,default:()=>[]}},emits:["input"],setup(t,{emit:a}){function o(l){a("input",l)}return(l,r)=>(e.openBlock(),e.createElementBlock("div",Vh,[e.createVNode(e.unref(Be),e.mergeProps(e.unref(et),{items:t.items,onInput:o}),{default:e.withCtx(({selectedItem:i})=>[e.createElementVNode("div",Nh,[i.homeTeam?(e.openBlock(),e.createElementBlock("div",xh,[e.createElementVNode("div",Bh,e.toDisplayString(i.roundAbbreviation),1),e.createElementVNode("div",Fh,[e.createElementVNode("img",{src:i.homeTeam.logo,alt:""},null,8,Th)]),e.createElementVNode("div",Mh,e.toDisplayString(i.homeTeam.acronym),1),e.createElementVNode("div",Ah,e.toDisplayString(i.score[0])+" - "+e.toDisplayString(i.score[1]),1),e.createElementVNode("div",Lh,e.toDisplayString(i.awayTeam.acronym),1),e.createElementVNode("div",Ph,[e.createElementVNode("img",{src:i.awayTeam.logo,alt:""},null,8,Dh)])])):e.createCommentVNode("",!0)])]),availableItem:e.withCtx(({item:i})=>[e.createElementVNode("div",Ih,[e.createElementVNode("div",null,e.toDisplayString(i.roundAbbreviation),1),e.createElementVNode("div",vh,[e.createElementVNode("img",{src:i.homeTeam.logo,alt:""},null,8,Rh)]),e.createElementVNode("div",Oh,e.toDisplayString(i.homeTeam.acronym),1),e.createElementVNode("div",zh,e.toDisplayString(i.score[0])+" - "+e.toDisplayString(i.score[1]),1),e.createElementVNode("div",Uh,e.toDisplayString(i.awayTeam.acronym),1),e.createElementVNode("div",jh,[e.createElementVNode("img",{src:i.awayTeam.logo,alt:""},null,8,$h)])])]),_:1},16,["items"])]))}},vt=J(Hh,[["__scopeId","data-v-7883a91e"]]),Rt=t=>(e.pushScopeId("data-v-b63e9c84"),t=t(),e.popScopeId(),t),Wh={class:"container"},Gh={class:"container__row"},qh={class:"container__row__wrapper"},Zh=Rt(()=>e.createElementVNode("div",{class:"container__row__wrapper__label"},"1. Elige la liga",-1)),Yh={class:"container__row__wrapper__input"},Jh={class:"container__row two-items"},Kh={class:"container__row__wrapper"},Xh=Rt(()=>e.createElementVNode("div",{class:"container__row__wrapper__label"},"2. Elige el torneo",-1)),Qh={key:0,class:"container__row__wrapper__input"},e0={class:"container__row__wrapper"},t0=Rt(()=>e.createElementVNode("div",{class:"container__row__wrapper__label"},"3. Elige la jornada",-1)),a0={key:0,class:"container__row__wrapper__input"},o0={class:"container__row"},l0={class:"container__row__wrapper"},i0=Rt(()=>e.createElementVNode("div",{class:"container__row__wrapper__label"},"4. Elige el partido",-1)),r0={key:0,class:"container__row__wrapper__input"},n0={class:"container__action"},s0={__name:"VideosGoals",props:{tournaments:{type:Array,required:!0}},emits:["update:tournament","update:season"],setup(t,{emit:a}){const o={text:"Buscar",width:"100%",padding:"12px 0",borderRadius:"34px",backgroundColor:"#CBEE6B",borderColor:"#CBEE6B",fontColor:"#132634"},l=e.ref(null),r=e.ref(null),i=e.ref(null),n=e.ref(null);function s(m){l.value=m,a("update:tournament",m)}function d(m){r.value=m,a("update:season",m)}function c(m){i.value=m}function h(m){n.value=m}return(m,y)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",Wh,[e.createElementVNode("div",Gh,[e.createElementVNode("div",qh,[Zh,e.createElementVNode("div",Yh,[e.createVNode(he,{items:t.tournaments,itemTextKey:"name",onInput:s},null,8,["items"])])])]),e.createElementVNode("div",Jh,[e.createElementVNode("div",Kh,[Xh,l.value&&l.value.seasons?(e.openBlock(),e.createElementBlock("div",Qh,[e.createVNode(he,{items:l.value.seasons,itemTextKey:"name",onInput:d},null,8,["items"])])):e.createCommentVNode("",!0)]),e.createElementVNode("div",e0,[t0,r.value&&r.value.arrayMatchDays?(e.openBlock(),e.createElementBlock("div",a0,[e.createVNode(he,{items:r.value.arrayMatchDays,itemTextKey:"stringMatchDayAbbreviation",onInput:c},null,8,["items"])])):e.createCommentVNode("",!0)])]),e.createElementVNode("div",o0,[e.createElementVNode("div",l0,[i0,i.value&&i.value.arrayGames?(e.openBlock(),e.createElementBlock("div",r0,[e.createVNode(vt,{items:i.value.arrayGames,onInput:h},null,8,["items"])])):e.createCommentVNode("",!0)])])]),e.createElementVNode("div",n0,[e.createVNode(nt,e.normalizeProps(e.guardReactiveProps(o)),null,16)])],64))}},d0=J(s0,[["__scopeId","data-v-b63e9c84"]]),c0={class:"dropdown"},m0={class:"item-team"},p0={class:"team-logo"},u0=["src"],f0={class:"team-acronym"},h0={class:"item-team"},y0={class:"team-logo"},g0=["src"],b0={class:"team-acronym"},S0={__name:"DropdownTeam",props:{items:{type:Array,default:()=>[]}},emits:["input"],setup(t,{emit:a}){function o(l){a("input",l)}return(l,r)=>(e.openBlock(),e.createElementBlock("div",c0,[e.createVNode(e.unref(Be),e.mergeProps(e.unref(et),{items:t.items,onInput:o}),{default:e.withCtx(({selectedItem:i})=>[e.createElementVNode("div",m0,[e.createElementVNode("div",p0,[e.createElementVNode("img",{src:i.logo,alt:""},null,8,u0)]),e.createElementVNode("div",f0,e.toDisplayString(i.acronym),1)])]),availableItem:e.withCtx(({item:i})=>[e.createElementVNode("div",h0,[e.createElementVNode("div",y0,[e.createElementVNode("img",{src:i.logo,alt:""},null,8,g0)]),e.createElementVNode("div",b0,e.toDisplayString(i.acronym),1)])]),_:1},16,["items"])]))}},Dl=J(S0,[["__scopeId","data-v-afd2bee8"]]),_0={class:"advanced-filters"},C0={class:"advanced-filters__buttons"},E0=["onClick"],w0={class:"advanced-filters__filters"},k0={__name:"AdvancedFilters",props:{selectedCategory:{type:Object,default:()=>({})}},setup(t){const a=t,o=e.defineAsyncComponent(()=>Promise.resolve().then(()=>_7)),l=e.defineAsyncComponent(()=>Promise.resolve().then(()=>R7)),r=e.defineAsyncComponent(()=>Promise.resolve().then(()=>z7)),i=[{name:"Sub categorías",component:o},{name:"Cancha",component:r},{name:"Condiciones",component:l}],n=e.ref(i[0]),s=e.computed(()=>a.selectedCategory?a.selectedCategory.subcategoryGroups||[]:[]);function d(c){n.value=c}return(c,h)=>(e.openBlock(),e.createElementBlock("div",_0,[e.createElementVNode("div",C0,[(e.openBlock(),e.createElementBlock(e.Fragment,null,e.renderList(i,m=>e.createElementVNode("div",{key:m.name,role:"button",class:e.normalizeClass(["advanced-filters__buttons__button",{active:n.value.name===m.name}]),onClick:y=>d(m)},e.toDisplayString(m.name),11,E0)),64))]),e.createElementVNode("div",w0,[(e.openBlock(),e.createBlock(e.KeepAlive,null,[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(n.value.component),{"subcategory-groups":s.value},null,8,["subcategory-groups"]))],1024))])]))}},Fa=J(k0,[["__scopeId","data-v-c62c5b9c"]]),Re=t=>(e.pushScopeId("data-v-575b26b5"),t=t(),e.popScopeId(),t),V0={class:"container"},N0={class:"container__row"},x0={class:"container__row__wrapper"},B0=Re(()=>e.createElementVNode("div",{class:"container__row__wrapper__label"},"1. Elige la liga",-1)),F0={class:"container__row__wrapper__input"},T0={class:"container__row two-items"},M0={class:"container__row__wrapper"},A0=Re(()=>e.createElementVNode("div",{class:"container__row__wrapper__label"},"2. Elige el torneo",-1)),L0={key:0,class:"container__row__wrapper__input"},P0={class:"container__row__wrapper"},D0=Re(()=>e.createElementVNode("div",{class:"container__row__wrapper__label"},"3. En que equipo juega?",-1)),I0={key:0,class:"container__row__wrapper__input"},v0={class:"container__row"},R0={class:"container__row__wrapper"},O0=Re(()=>e.createElementVNode("div",{class:"container__row__wrapper__label"},"4. Nombre del jugador",-1)),z0={key:0,class:"container__row__wrapper__input"},U0={class:"container__row"},j0={class:"container__row__wrapper"},$0=Re(()=>e.createElementVNode("div",{class:"container__row__wrapper__label"},"5. Elige el partido",-1)),H0={key:0,class:"container__row__wrapper__input"},W0={class:"container__row type-and-advanced"},G0={class:"container__row__wrapper"},q0=Re(()=>e.createElementVNode("div",{class:"container__row__wrapper__label"},"6. Elige el tipo de video",-1)),Z0={class:"container__row__wrapper__input"},Y0={class:"container__row__wrapper center"},J0=Re(()=>e.createElementVNode("div",{class:"container__row__wrapper__label"},"Filtrado avanzado",-1)),K0={class:"container__row__wrapper__input"},X0={class:"container__row"},Q0={class:"container__action"},e2={__name:"VideosPlayer",props:{tournaments:{type:Array,required:!0},advancedFilterCategories:{type:Object,default:()=>({player:[],goalkeeper:[]})}},emits:["update:tournament","update:season","update:team"],setup(t,{emit:a}){const o=t,l={text:"Buscar",width:"100%",padding:"12px 0",borderRadius:"34px",backgroundColor:"#CBEE6B",borderColor:"#CBEE6B",fontColor:"#132634"},r=e.ref(null),i=e.ref(null);e.ref(null);const n=e.ref(null),s=e.ref(null),d=e.ref(null),c=e.ref(null),h=e.ref(!0),m=e.computed(()=>d.value?d.value.position_id===1?o.advancedFilterCategories.goalkeeper:o.advancedFilterCategories.player:[]);function y(B){r.value=B,a("update:tournament",B)}function u(B){i.value=B,a("update:season",B)}function f(B){s.value=B,a("update:team",B)}function p(B){d.value=B}function g(B){n.value=B}function b(B){c.value=B}return(B,R)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",V0,[e.createElementVNode("div",N0,[e.createElementVNode("div",x0,[B0,e.createElementVNode("div",F0,[e.createVNode(he,{items:t.tournaments,itemTextKey:"name",onInput:y},null,8,["items"])])])]),e.createElementVNode("div",T0,[e.createElementVNode("div",M0,[A0,r.value&&r.value.seasons?(e.openBlock(),e.createElementBlock("div",L0,[e.createVNode(he,{items:r.value.seasons,itemTextKey:"name",onInput:u},null,8,["items"])])):e.createCommentVNode("",!0)]),e.createElementVNode("div",P0,[D0,i.value&&i.value.arrayTeams?(e.openBlock(),e.createElementBlock("div",I0,[e.createVNode(Dl,{items:i.value.arrayTeams,itemTextKey:"stringMatchDayAbbreviation",onInput:f},null,8,["items"])])):e.createCommentVNode("",!0)])]),e.createElementVNode("div",v0,[e.createElementVNode("div",R0,[O0,s.value&&s.value.arrayPlayers?(e.openBlock(),e.createElementBlock("div",z0,[e.createVNode(he,{items:s.value.arrayPlayers,itemTextKey:"player_name",onInput:p},null,8,["items"])])):e.createCommentVNode("",!0)])]),e.createElementVNode("div",U0,[e.createElementVNode("div",j0,[$0,i.value&&i.value.mapGamesByTeam&&s.value?(e.openBlock(),e.createElementBlock("div",H0,[e.createVNode(vt,{items:i.value.mapGamesByTeam.get(s.value.team_id),onInput:g},null,8,["items"])])):e.createCommentVNode("",!0)])]),e.createElementVNode("div",W0,[e.createElementVNode("div",G0,[q0,e.createElementVNode("div",Z0,[e.createVNode(he,{items:m.value,itemTextKey:"name","is-list-same-width":!1,onInput:b},null,8,["items"])])]),e.createElementVNode("div",Y0,[J0,e.createElementVNode("div",K0,[e.createVNode(rt,{modelValue:h.value,"onUpdate:modelValue":R[0]||(R[0]=W=>h.value=W)},null,8,["modelValue"])])])]),e.createElementVNode("div",X0,[e.createVNode(Fa,{"selected-category":c.value},null,8,["selected-category"])])]),e.createElementVNode("div",Q0,[e.createVNode(nt,e.normalizeProps(e.guardReactiveProps(l)),null,16)])],64))}},t2=J(e2,[["__scopeId","data-v-575b26b5"]]),Ze=t=>(e.pushScopeId("data-v-6d73d5e6"),t=t(),e.popScopeId(),t),a2={class:"container"},o2={class:"container__row"},l2={class:"container__row__wrapper"},i2=Ze(()=>e.createElementVNode("div",{class:"container__row__wrapper__label"},"1. Elige la liga",-1)),r2={class:"container__row__wrapper__input"},n2={class:"container__row two-items"},s2={class:"container__row__wrapper"},d2=Ze(()=>e.createElementVNode("div",{class:"container__row__wrapper__label"},"2. Elige el torneo",-1)),c2={key:0,class:"container__row__wrapper__input"},m2={class:"container__row__wrapper"},p2=Ze(()=>e.createElementVNode("div",{class:"container__row__wrapper__label"},"3. Elige el equipo",-1)),u2={key:0,class:"container__row__wrapper__input"},f2={class:"container__row"},h2={class:"container__row__wrapper"},y2=Ze(()=>e.createElementVNode("div",{class:"container__row__wrapper__label"},"4. Elige el partido",-1)),g2={key:0,class:"container__row__wrapper__input"},b2={class:"container__row type-and-advanced"},S2={class:"container__row__wrapper"},_2=Ze(()=>e.createElementVNode("div",{class:"container__row__wrapper__label"},"5. Elige el tipo de video",-1)),C2={class:"container__row__wrapper__input"},E2={class:"container__row__wrapper center"},w2=Ze(()=>e.createElementVNode("div",{class:"container__row__wrapper__label"},"Filtrado avanzado",-1)),k2={class:"container__row__wrapper__input"},V2={class:"container__row"},N2={class:"container__action"},x2={__name:"VideosTeam",props:{tournaments:{type:Array,required:!0},advancedFilterCategories:{type:Object,default:()=>({team:[]})}},emits:["update:tournament","update:season","update:team"],setup(t,{emit:a}){const o=t,l={text:"Buscar",width:"100%",padding:"12px 0",borderRadius:"34px",backgroundColor:"#CBEE6B",borderColor:"#CBEE6B",fontColor:"#132634"},r=e.ref(null),i=e.ref(null);e.ref(null);const n=e.ref(null),s=e.ref(null),d=e.ref(null),c=e.ref(!0),h=e.computed(()=>o.advancedFilterCategories.team);function m(g){r.value=g,a("update:tournament",g)}function y(g){i.value=g,a("update:season",g)}function u(g){s.value=g,a("update:team",g)}function f(g){n.value=g}function p(g){d.value=g}return(g,b)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",a2,[e.createElementVNode("div",o2,[e.createElementVNode("div",l2,[i2,e.createElementVNode("div",r2,[e.createVNode(he,{items:t.tournaments,itemTextKey:"name",onInput:m},null,8,["items"])])])]),e.createElementVNode("div",n2,[e.createElementVNode("div",s2,[d2,r.value&&r.value.seasons?(e.openBlock(),e.createElementBlock("div",c2,[e.createVNode(he,{items:r.value.seasons,itemTextKey:"name",onInput:y},null,8,["items"])])):e.createCommentVNode("",!0)]),e.createElementVNode("div",m2,[p2,i.value&&i.value.arrayTeams?(e.openBlock(),e.createElementBlock("div",u2,[e.createVNode(Dl,{items:i.value.arrayTeams,itemTextKey:"stringMatchDayAbbreviation",onInput:u},null,8,["items"])])):e.createCommentVNode("",!0)])]),e.createElementVNode("div",f2,[e.createElementVNode("div",h2,[y2,i.value&&i.value.mapGamesByTeam&&s.value?(e.openBlock(),e.createElementBlock("div",g2,[e.createVNode(vt,{items:i.value.mapGamesByTeam.get(s.value.team_id),onInput:f},null,8,["items"])])):e.createCommentVNode("",!0)])]),e.createElementVNode("div",b2,[e.createElementVNode("div",S2,[_2,e.createElementVNode("div",C2,[e.createVNode(he,{items:h.value,itemTextKey:"name","is-list-same-width":!1,onInput:p},null,8,["items"])])]),e.createElementVNode("div",E2,[w2,e.createElementVNode("div",k2,[e.createVNode(rt,{modelValue:c.value,"onUpdate:modelValue":b[0]||(b[0]=B=>c.value=B)},null,8,["modelValue"])])])]),e.createElementVNode("div",V2,[e.createVNode(Fa,{"selected-category":d.value},null,8,["selected-category"])])]),e.createElementVNode("div",N2,[e.createVNode(nt,e.normalizeProps(e.guardReactiveProps(l)),null,16)])],64))}},B2=J(x2,[["__scopeId","data-v-6d73d5e6"]]),Ye=t=>(e.pushScopeId("data-v-6e904db8"),t=t(),e.popScopeId(),t),F2={class:"container"},T2={class:"container__row"},M2={class:"container__row__wrapper"},A2=Ye(()=>e.createElementVNode("div",{class:"container__row__wrapper__label"},"1. Elige la liga",-1)),L2={class:"container__row__wrapper__input"},P2={class:"container__row two-items"},D2={class:"container__row__wrapper"},I2=Ye(()=>e.createElementVNode("div",{class:"container__row__wrapper__label"},"2. Elige el torneo",-1)),v2={key:0,class:"container__row__wrapper__input"},R2={class:"container__row__wrapper"},O2=Ye(()=>e.createElementVNode("div",{class:"container__row__wrapper__label"},"3. Elige la jornada",-1)),z2={key:0,class:"container__row__wrapper__input"},U2={class:"container__row"},j2={class:"container__row__wrapper"},$2=Ye(()=>e.createElementVNode("div",{class:"container__row__wrapper__label"},"4. Elige el partido",-1)),H2={key:0,class:"container__row__wrapper__input"},W2={class:"container__row type-and-advanced"},G2={class:"container__row__wrapper"},q2=Ye(()=>e.createElementVNode("div",{class:"container__row__wrapper__label"},"6. Elige el tipo de video",-1)),Z2={class:"container__row__wrapper__input"},Y2={class:"container__row__wrapper center"},J2=Ye(()=>e.createElementVNode("div",{class:"container__row__wrapper__label"},"Filtrado avanzado",-1)),K2={class:"container__row__wrapper__input",style:{width:"fit-content"}},X2={class:"container__row"},Q2={class:"container__action"},ey={__name:"VideosGame",props:{tournaments:{type:Array,required:!0},advancedFilterCategories:{type:Object,default:()=>({games:[]})}},emits:["update:tournament","update:season"],setup(t,{emit:a}){const o=t,l={text:"Buscar",width:"100%",padding:"12px 0",borderRadius:"34px",backgroundColor:"#CBEE6B",borderColor:"#CBEE6B",fontColor:"#132634"},r=e.ref(null),i=e.ref(null),n=e.ref(null),s=e.ref(null),d=e.ref(null),c=e.ref(!0),h=e.computed(()=>o.advancedFilterCategories.games);function m(g){r.value=g,a("update:tournament",g)}function y(g){i.value=g,a("update:season",g)}function u(g){n.value=g}function f(g){s.value=g}function p(g){d.value=g}return(g,b)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",F2,[e.createElementVNode("div",T2,[e.createElementVNode("div",M2,[A2,e.createElementVNode("div",L2,[e.createVNode(he,{items:t.tournaments,itemTextKey:"name",onInput:m},null,8,["items"])])])]),e.createElementVNode("div",P2,[e.createElementVNode("div",D2,[I2,r.value&&r.value.seasons?(e.openBlock(),e.createElementBlock("div",v2,[e.createVNode(he,{items:r.value.seasons,itemTextKey:"name",onInput:y},null,8,["items"])])):e.createCommentVNode("",!0)]),e.createElementVNode("div",R2,[O2,i.value&&i.value.arrayMatchDays?(e.openBlock(),e.createElementBlock("div",z2,[e.createVNode(he,{items:i.value.arrayMatchDays,itemTextKey:"stringMatchDayAbbreviation",onInput:u},null,8,["items"])])):e.createCommentVNode("",!0)])]),e.createElementVNode("div",U2,[e.createElementVNode("div",j2,[$2,n.value&&n.value.arrayGames?(e.openBlock(),e.createElementBlock("div",H2,[e.createVNode(vt,{items:n.value.arrayGames,onInput:f},null,8,["items"])])):e.createCommentVNode("",!0)])]),e.createElementVNode("div",W2,[e.createElementVNode("div",G2,[q2,e.createElementVNode("div",Z2,[e.createVNode(he,{items:h.value,itemTextKey:"name","is-list-same-width":!1,onInput:p},null,8,["items"])])]),e.createElementVNode("div",Y2,[J2,e.createElementVNode("div",K2,[e.createVNode(rt,{modelValue:c.value,"onUpdate:modelValue":b[0]||(b[0]=B=>c.value=B)},null,8,["modelValue"])])])]),e.createElementVNode("div",X2,[e.createVNode(Fa,{"selected-category":d.value},null,8,["selected-category"])])]),e.createElementVNode("div",Q2,[e.createVNode(nt,e.normalizeProps(e.guardReactiveProps(l)),null,16)])],64))}},ty=J(ey,[["__scopeId","data-v-6e904db8"]]),ay={class:"template-videos"},oy={class:"template-videos__header"},ly={class:"template-videos__body"},iy=e.defineComponent({name:"TemplateVideos",components:{VideosGoals:d0,VideosPlayer:t2,VideosTeam:B2,VideosGame:ty}}),ry=Object.assign(iy,{props:{gamesUrl:{type:String,default:"https://qyyibs1w0d.execute-api.us-west-2.amazonaws.com/prod/calendar/gamesBySeason?"},tournamentsUrl:{type:String,default:"https://kefloixzy1.execute-api.us-west-2.amazonaws.com/prod/tournaments"},playersUrl:{type:String,default:"https://ts7thxzaik.execute-api.us-west-2.amazonaws.com/prod/players/seasons/"},token:{type:String,default:""}},emits:["loading-data"],setup(t,{emit:a}){const o=t,l={padding:"4px 18px",borderRadius:"160px",backgroundColor:"#3A4851",borderColor:"#3A4851",activeBorderColor:"#CBEE6B",fontSize:"11px",fontColor:"#FFFFFF"},r=[],i=["g-23","g-24","g-25"],n={games:[607,608,12,55,54,35,14,52,15,53,466,477],team:[607,608,12,55,54,35,14,52,15,53,466,477,40,257,39],player:{regular:[12,35,10,27,607,61,519,98,101,109,112,121,122,127,128,135,136,141,142,161,170,179,702,730,466,217,211,232,235,239,242,282,284,289,291,296,485,486,487,488,14,15,257],goalkeeper:[55,324,323,608,39,774,802,52,53,40,54]}},s={player:1,team:2,goalkeeper:3},d=e.ref([{name:"Goles",componentName:"VideosGoals"},{name:"Jugador",componentName:"VideosPlayer"},{name:"Equipo",componentName:"VideosTeam"},{name:"Partido",componentName:"VideosGame"}]),c=e.ref([]),h=e.ref(d.value[0]),m=e.ref({}),y=e.ref({}),u=e.ref({}),f=e.ref({}),p=e.ref({games:[],player:[],team:[],goalkeeper:[],isEmpty:!0}),g=e.ref([]);e.ref({});const b=e.ref(null);e.watch(m,_=>{y.value.numberSeasonSelectedIndex=y.value.seasons.findIndex(k=>k.id===_.id),_.arrayMatchDays?(f.value=_.arrayMatchDays[0]||{},u.value=_.arrayTeams[0]||{}):(U(_),G(_))}),e.watch(u,()=>{setTimeout(()=>{m.value.mapPlayersByTeam&&(!u.value.arrayPlayers||!u.value.arrayPlayers.length)&&(u.value.arrayPlayers=m.value.mapPlayersByTeam.get(u.value.team_id))},700)});async function B(){try{c.value=await R()}catch(_){throw new Error(_)}}async function R(){try{const _={Authorization:Ba()||o.token},k={}.API_TOURNAMENTS||o.tournamentsUrl,L=await lt.get(k,{headers:_});return L.data?L.data.map(V=>({...V.tournament,seasons:V.seasons})):[]}catch(_){return Promise.reject(_)}}async function W(_,k,L=""){a("loading-data");let V=L;try{V||(V={}.API_CALENDAR_GAMES_BY_SEASON||o.gamesUrl,_.forEach((P,N)=>{V+=`${N===0?"":"&"}seasons=${P}`}));const O={Authorization:Ba()||o.token},{data:{data:H,teams:M}}=await lt.get(V,{headers:O});return{seasonsAndGames:H,seasonsAndTeams:M}}catch(O){if(k>0)return W(_,k-1,V);throw new Error(O)}finally{a("loading-data")}}async function z(_){try{const k={Authorization:Ba()||o.token},L=` ${{}.API_PLAYERS_BY_SEASON||o.playersUrl}${_.seasonId}`,V=await lt.get(L,{headers:k});return V.data?V.data.players:[]}catch(k){return Promise.reject(k)}}async function U(_){try{const{seasonsAndGames:k,seasonsAndTeams:L}=await W([_.id,..._.related_seasons.map(M=>M.id)],3),V=L.find(M=>M._id===_.id);m.value.arrayTeams=[],m.value.mapTeams=new Map;const O=V.teams.reduce((M,P)=>(m.value.arrayTeams.push(P),m.value.mapTeams.set(P.team_id,{name:P.colloquial_name,acronym:P.acronym,logo:P.logo,id:P.team_id}),M.set(P.team_id,P),M),new Map);u.value=m.value.arrayTeams[0],m.value.mapGames=new Map,m.value.mapGamesByTeam=new Map;const H=Array.from(k.reduce((M,P)=>(P.games.forEach(N=>{if(N.game_status===1&&N.has_video){(!m.value.maxGameId||N.game_id>m.value.maxGameId)&&(m.value.maxGameId=N.game_id);let x=N.matchday_abbreviation.replace("M","J"),w=N.matchday_abbreviation.replace("M","Jornada ");const F=N.matchday_abbreviation.replace("M","");P.season_type===0?y.value.tournament_type===1&&(N.seasonId===881?(x=Ch[F]||x,w=_h[F]||w):(x=Pl[N.matchday_abbreviation]?N.matchday_abbreviation:x,w=Pl[N.matchday_abbreviation]||w,x==="FINAL"&&(x="F"))):P.season_type===1?(x=Sh[N.matchday_abbreviation],w=x):(x=N.matchday_abbreviation.replace("PO","R"),w="Repechaje"),N.roundAbbreviation=x,N.roundName=w,m.value.mapGames.set(N.game_id,{id:N.game_id,date:N.date,dateTimeMillis:new Date(N.date_time_utc).valueOf(),homeTeam:m.value.mapTeams.get(N.home_team),awayTeam:m.value.mapTeams.get(N.visiting_team),roundAbbreviation:N.roundAbbreviation,roundName:N.roundName,score:N.score,gameResult:N.score[0]>N.score[1]?1:N.score[0]<N.score[1]?2:3,seasonId:P.season_id});const Z=M.get(N.roundAbbreviation);N.numberDateTimeMillis=new Date(N.date_time_utc).getTime(),N.homeTeam=O.get(N.home_team),N.awayTeam=O.get(N.visiting_team);const ze=m.value.mapGamesByTeam.get(N.home_team),ue=m.value.mapGamesByTeam.get(N.visiting_team);ze?ze.push(N):m.value.mapGamesByTeam.set(N.home_team,[N]),ue?ue.push(N):m.value.mapGamesByTeam.set(N.visiting_team,[N]),Z?Z.arrayGames.push(N):M.set(N.roundAbbreviation,{stringMatchDayAbbreviation:N.roundAbbreviation,stringMatchDayName:N.roundName,arrayGames:[N]})}}),M),new Map).values());H.reverse(),H.forEach(M=>{M.arrayGames.sort((P,N)=>P.numberDateTimeMillis-N.numberDateTimeMillis)}),m.value.arrayMatchDays=H,f.value=H[0]||{}}catch(k){throw new Error(k)}}async function G(_){try{const k=await I(_.id);m.value.mapPlayers=new Map,m.value.mapPlayersByTeam=k.reduce((L,V)=>{m.value.mapPlayers.set(V.player_id,{id:V.player_id,name:V.player_name,shortName:V.shortName,photo:V.player_photo,teamId:V.team_id,positionId:V.position_id});const O=L.get(V.team_id);return O?O.push(V):L.set(V.team_id,[V]),L},new Map)}catch(k){throw new Error(k)}}async function K(){try{let _=[];p.value.isEmpty?(_=await D(),g.value={..._}):_=g.value;const k=[];if(_&&_.length){p.value=_.reduce((P,N)=>{if(N.group_id!=="g-55"){const x={idAux:N.group_id,ids:[...N.ids?N.ids:[],...N.rival_Ids?N.rival_Ids:[]],type:N.type,name:N.name,coordinatePoint:N.coordinate_point,requiresRivalTransform:i.includes(N.group_id)};x.idsAux=[...x.ids],x.subcategoryGroups=N.group_id==="g-12"?[]:oe(N,0,new Map,!1,{},x.idsAux),k.push(x),x.type.includes(s.player)&&P.player.push(x),x.type.includes(s.team)&&(x.idAux!=="g-2"&&P.games.push(x),P.team.push(x)),x.type.includes(s.goalkeeper)&&P.goalkeeper.push(x)}return P},{games:[],player:[],team:[],goalkeeper:[],isEmpty:!1});const L=new Map,V="Resumen",O="Todas sus jugadas",H=p.value.player.reduce((P,N)=>{const x=v(N);return x.forEach(w=>{L.set(w,N.name)}),P.push(...x),P},[]),M=p.value.goalkeeper.reduce((P,N)=>{const x=v(N);return x.forEach(w=>{L.set(w,N.name)}),P.push(...x),P},[]);p.value.games.unshift({name:V,arrayCategoriesIds:n.games,booleanIsBestPlays:!0}),p.value.team.unshift({name:V,arrayCategoriesIds:n.team,booleanIsBestPlays:!0}),p.value.player.unshift({name:V,arrayCategoriesIds:n.player.regular,booleanIsBestPlays:!0},{name:O,arrayCategoriesIds:H,booleanIsMinutesPlayed:!0}),p.value.goalkeeper.unshift({name:V,arrayCategoriesIds:n.player.goalkeeper,booleanIsBestPlays:!0},{name:O,arrayCategoriesIds:M,booleanIsMinutesPlayed:!0})}}catch(_){throw new Error(_)}}function oe(_,k=0,L=new Map,V=!1,O={},H=[]){if(!_.group_id)return;let M=L.get(k);const P=V?`${_.id_category}_r`:_.id_category;_.id_category&&H.push(_.id_category);let N={ids:[P],groupId:_.group_id,level:k,name:_.name,isSelected:!0,fatherCategories:k>0?[O]:[],idsByFatherCategory:{[_.category_father]:[P]}};if(k>0&&k===1&&(N.id=_.id_category),M&&k!==0){const x=_.group_id.charAt(_.group_id.length-1),w=M.find(F=>F.groupId.endsWith(x));w&&!r.includes(N.groupId)?(N=w,w.ids.push(P),w.fatherCategories.push(O),w.fatherCategories.forEach(F=>{F.childCategories?F.childCategories.find(Z=>Z.groupId===N.groupId)||F.childCategories.push(N):F.childCategories=[N]}),w.idsByFatherCategory[_.category_father]?w.idsByFatherCategory[_.category_father].push(P):w.idsByFatherCategory[_.category_father]=[P]):(N.fatherCategories.forEach(F=>{F.childCategories?F.childCategories.find(Z=>Z.groupId===N.groupId)||F.childCategories.push(N):F.childCategories=[N]}),M.push(N))}else k!==0&&(O.childCategories?O.childCategories.push(N):O.childCategories=[N],M=[N],L.set(k,M));if(_.categories&&_.categories.length?_.categories.forEach(x=>{oe(x,k+1,L,V,N,H)}):_.rival_categories&&_.rival_categories.length&&_.rival_categories.forEach(x=>{oe(x,k+1,L,!0,N,H)}),k===0)return Array.from(L.values())}function v(_){const k=_||_;if(k.booleanIsBestPlays)return k.arrayCategoriesIds;const L={total:[],toRemove:[]};if(k.subcategoryGroups&&k.subcategoryGroups.length?k.subcategoryGroups[0].forEach(V=>{A(V,null,L)}):(k.ids&&L.total.push(...k.ids),k.rival_ids&&k.rival_ids.forEach(V=>{L.total.push(`${V}_r`)})),L.total=L.total.reduce((V,O)=>(L.toRemove.includes(O)||V.push(O),V),[]),!_){const V=k.name.toLowerCase().includes("recibid");b.value.isRivalSubject=V,b.value.avoidCategorySingleName=V,b.value.coordinatePoint=k.coordinatePoint,b.value.requiresRivalTransform=k.requiresRivalTransform}return L.total}function A(_,k=[],L={total:[],toRemove:[]}){_.isSelected?_.childCategories?_.childCategories.forEach(V=>{const O=k?Object.entries(_.idsByFatherCategory).reduce((H,[M,P])=>(k.includes(Number(M))&&P.forEach(N=>{typeof N=="string"&&N.endsWith("_r")?H.push(Number(N.split("_")[0])):H.push(N)}),H),[]):[_.id];A(V,O,L)}):k?Object.entries(_.idsByFatherCategory).forEach(([V,O])=>{k.includes(Number(V))&&O.forEach(H=>{L.total.push(H)})}):_.level===1?Object.entries(_.idsByFatherCategory).forEach(([V,O])=>{O.forEach(H=>{L.total.push(H)})}):L.total.push(_.id):_.childCategories||_.ids.forEach(V=>{L.toRemove.push(V)})}async function I(_){try{const k=await z({seasonId:_});return k.forEach(L=>{const[V,O]=L.player_name.split(","),H=V.split(" ");let M="";for(const P of H)if(M+=` ${P}`,P.length>3)break;L.shortName=O&&V?`${O.trim().charAt(0)}.${M}`:""}),k}catch(k){return Promise.reject(k)}}async function D(){try{const _={Authorization:localStorage.getItem("user_token")||"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MCwibmFtZSI6IlVzdWFyaW8gRnJlZSIsInVzZXJuYW1lIjoiZnJlZUBnb2xzdGF0cy5jb20iLCJlbWFpbCI6ImZyZWVAZ29sc3RhdHMuY29tIiwiaWF0IjoxNjA2NzU4Nzk1LCJleHAiOjE2MzgyOTQ3OTV9.kPNmP7yDtk38cAXrUyc7OHRh6J25VFqy-XUNzbK-4YE"};return(await lt.get("https://2gfppi9wb6.execute-api.us-east-2.amazonaws.com/prod/videos/categories",{headers:_})).data||[]}catch(_){return Promise.reject(_)}}function Y(_){h.value=_}function ee(_){y.value=_,m.value=_.seasons[0]}function me(_){m.value=_}function T(_){u.value=_}return B(),K(),(_,k)=>(e.openBlock(),e.createElementBlock("div",ay,[e.createElementVNode("div",oy,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(d.value,L=>(e.openBlock(),e.createBlock(nt,e.mergeProps({key:L.name},l,{text:L.name,"is-active":h.value.componentName===L.componentName,tournaments:c.value,onClick:V=>Y(L)}),null,16,["text","is-active","tournaments","onClick"]))),128))]),e.createElementVNode("div",ly,[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(h.value.componentName),{tournaments:c.value,"advanced-filter-categories":p.value,"onUpdate:tournament":ee,"onUpdate:season":me,"onUpdate:team":T},null,40,["tournaments","advanced-filter-categories"]))])]))}}),ny=J(ry,[["__scopeId","data-v-d6f7aec8"]]),Il=new Map([[1,"Portero"],[2,"Defensa Central"],[3,"Lateral por izquierda"],[4,"Lateral por derecha"],[5,"Volante por izquierda"],[6,"Volante por derecha"],[7,"Volante defensivo"],[8,"Volante ofensivo"],[9,"Delantero "],[10,"Desconocida"]]),sy={class:"template-taken-corners"},dy={class:"template-taken-corners__header"},cy={class:"template-taken-corners__header__all"},my={class:"template-taken-corners__body"},py={class:"template-taken-corners__body__players"},uy={class:"template-taken-corners__body__players__player__jersey"},fy={class:"template-taken-corners__body__players__player__photo"},hy={class:"template-taken-corners__body__players__player__photo__img"},yy=["src"],gy={class:"template-taken-corners__body__players__player__info"},by={class:"template-taken-corners__body__players__player__info__name"},Sy={class:"template-taken-corners__body__players__player__info__position"},_y={class:"template-taken-corners__body__players__player__info__position__nationality"},Cy=["src"],Ey={class:"template-taken-corners__body__players__player__info__position__name"},wy={class:"template-taken-corners__body__players__player__checkbox"},ky={__name:"TemplateTakenCorners",props:{isFemale:{type:Boolean,default:!1},isExpansionMode:{type:Boolean,default:!1},takenCornersFilters:{type:Array,default:()=>[]}},emits:["change-filters-selected","update:filters"],setup(t,{expose:a,emit:o}){const l=t,r=e.ref(!1),i=e.ref([]),n=e.computed(()=>l.isExpansionMode?"Cobradores filtrados:":"Cobradores con los filtros seleccionados"),s=e.computed(()=>i.value.reduce((p,g)=>g.isSelected?p+1:p,0));e.watch(()=>l.takenCornersFilters,p=>{i.value=p.map(g=>{const b={...g};return(g.isSelected===void 0||g.isSelected===null)&&(b.isSelected=!0),b})},{immediate:!0,deep:!0}),e.watch(s,p=>{r.value=p===i.value.length,o("change-filters-selected",p),o("update:filters",i.value)},{immediate:!0});function d(p){return`https://golstatsimages.blob.core.windows.net/flags/${p}.jpg`}function c(p){return`https://golstatsimages.blob.core.windows.net/players-profile/${p}.png`}function h(p){let g=!1;return p.split(" ").reduce((b,B)=>(g||(B.length>3?(b=B,g=!0):b+=`${B} `),b),"").trim()}function m(p){return`${h(p.last_name)}, ${p.first_name.trim()}`}function y(p){return l.isFemale?Il.get(p.positions[0]).replace("Portero","Portera").replace("Delantero","Delantera").replace("Volante defensivo","Volante defensiva").replace("Volante ofensivo","Volante ofensiva"):Il.get(p.positions[0])}function u(p){p?i.value.forEach(g=>{g.isSelected=!0}):i.value.forEach((g,b)=>{g.isSelected=b===0})}function f(){i.value.forEach(p=>{p.isSelected=!0})}return a({clearFilters:f}),(p,g)=>(e.openBlock(),e.createElementBlock("div",sy,[e.createElementVNode("div",dy,[e.createElementVNode("div",{class:"template-taken-corners__header__text",style:e.normalizeStyle({opacity:t.isExpansionMode?"0.6":1,"font-size":t.isExpansionMode?"12px":"14px"})},e.toDisplayString(n.value),5),e.createElementVNode("div",cy,[e.createVNode(e.unref(q),{"model-value":r.value,label:"Seleccionar todos","onUpdate:modelValue":u},null,8,["model-value"])])]),e.createElementVNode("div",my,[e.createElementVNode("div",py,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.value,b=>(e.openBlock(),e.createElementBlock("div",{key:b.player_id,class:"template-taken-corners__body__players__player"},[e.createElementVNode("div",uy,e.toDisplayString(b.jersey),1),e.createElementVNode("div",fy,[e.createElementVNode("div",hy,[e.createElementVNode("img",{src:c(b.player_id),alt:"player photo",width:"36",height:"36"},null,8,yy)])]),e.createElementVNode("div",gy,[e.createElementVNode("div",by,e.toDisplayString(m(b)),1),e.createElementVNode("div",Sy,[e.createElementVNode("div",_y,[e.createElementVNode("img",{src:d(b.nationality_id),alt:"country flag"},null,8,Cy)]),e.createElementVNode("div",Ey,e.toDisplayString(y(b)),1)])]),e.createElementVNode("div",wy,[e.createVNode(e.unref(q),{modelValue:b.isSelected,"onUpdate:modelValue":B=>b.isSelected=B,"avoid-interaction":s.value===1&&b.isSelected},null,8,["modelValue","onUpdate:modelValue","avoid-interaction"])])]))),128))])])]))}},Vy=J(ky,[["__scopeId","data-v-763fcc54"]]),Ta={cornerType:"left",left:[{title:"Comba hacia afuera",imgSrc:"https://golstatsimages.blob.core.windows.net/content/comba-afuera-izquierda.png",howMany:0,isSelected:!0,categoriesIds:[120]},{title:"Comba hacia adentro",imgSrc:"https://golstatsimages.blob.core.windows.net/content/comba-adentro-izquierda.png",howMany:0,isSelected:!0,categoriesIds:[126]},{title:"Raso al área",imgSrc:"https://golstatsimages.blob.core.windows.net/content/raz-area-izquierda.png",howMany:0,isSelected:!0,categoriesIds:[327]},{title:"En corto",imgSrc:"https://golstatsimages.blob.core.windows.net/content/en-corto-izquierda.png",howMany:0,isSelected:!0,categoriesIds:[133]}],right:[{title:"Comba hacia afuera",imgSrc:"https://golstatsimages.blob.core.windows.net/content/comba-afuera-derecha.png",howMany:0,isSelected:!0,categoriesIds:[134]},{title:"Comba hacia adentro",imgSrc:"https://golstatsimages.blob.core.windows.net/content/comba-adentro-derecha.png",howMany:0,isSelected:!0,categoriesIds:[140]},{title:"Raso al área",imgSrc:"https://golstatsimages.blob.core.windows.net/content/raz-area-derecha.png",howMany:0,isSelected:!0,categoriesIds:[146]},{title:"En corto",imgSrc:"https://golstatsimages.blob.core.windows.net/content/en-corto-derecha.png",howMany:0,isSelected:!0,categoriesIds:[147]}]},Ma=t=>(e.pushScopeId("data-v-b7e3b8e0"),t=t(),e.popScopeId(),t),Ny={class:"template-how-was-corner"},xy={class:"template-how-was-corner__header"},By=Ma(()=>e.createElementVNode("div",{class:"template-how-was-corner__header__zone"},"ZONA:",-1)),Fy={class:"template-how-was-corner__header__radio-input"},Ty={class:"template-how-was-corner__header__radio-input__radio"},My=Ma(()=>e.createElementVNode("label",{for:"left"},"Por izquierda",-1)),Ay={class:"template-how-was-corner__header__radio-input"},Ly={class:"template-how-was-corner__header__radio-input__radio"},Py=Ma(()=>e.createElementVNode("label",{for:"right"},"Por derecha",-1)),Dy=["onClick"],Iy={class:"template-how-was-corner__content__corner-type__img"},vy=["src","alt"],Ry={class:"template-how-was-corner__content__corner-type__info"},Oy={class:"template-how-was-corner__content__corner-type__info__title"},zy={__name:"TemplateHowWasCorner",props:{howWasCornerFilters:{type:Object,default:()=>Ta},isExpansionMode:{type:Boolean,default:!1}},emits:["update:filters","change-filters-selected"],setup(t,{emit:a}){const o=t,l=e.ref("left"),r=e.computed(()=>o.howWasCornerFilters[o.howWasCornerFilters.cornerType]),i=e.computed(()=>r.value.filter(s=>s.isSelected).length);e.watch(()=>l.value,s=>{o.howWasCornerFilters.cornerType=s}),e.watch(()=>o.howWasCornerFilters,s=>{a("change-filters-selected",o.howWasCornerFilters[s.cornerType].reduce((d,c)=>c.isSelected?d+1:d,0)),l.value=s.cornerType,a("update:filters",s)},{deep:!0,immediate:!0});function n(s){s.isSelected&&i.value===1||(s.isSelected=!s.isSelected)}return(s,d)=>(e.openBlock(),e.createElementBlock("div",Ny,[e.createElementVNode("div",xy,[By,e.createElementVNode("div",Fy,[e.createElementVNode("div",Ty,[e.withDirectives(e.createElementVNode("input",{type:"radio",id:"left",value:"left","onUpdate:modelValue":d[0]||(d[0]=c=>l.value=c)},null,512),[[e.vModelRadio,l.value]]),My])]),e.createElementVNode("div",Ay,[e.createElementVNode("div",Ly,[e.withDirectives(e.createElementVNode("input",{type:"radio",id:"right",value:"right","onUpdate:modelValue":d[1]||(d[1]=c=>l.value=c)},null,512),[[e.vModelRadio,l.value]]),Py])])]),e.createElementVNode("div",{class:e.normalizeClass(["template-how-was-corner__content",{"is-expansion-mode":t.isExpansionMode}])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.value,(c,h)=>(e.openBlock(),e.createElementBlock("div",{key:h,class:e.normalizeClass(["template-how-was-corner__content__corner-type",{"is-selected":c.isSelected}]),onClick:m=>n(c)},[e.createElementVNode("div",Iy,[e.createElementVNode("img",{src:c.imgSrc,alt:c.title},null,8,vy)]),e.createElementVNode("div",Ry,[e.createElementVNode("div",Oy,e.toDisplayString(c.title),1)])],10,Dy))),128))],2)]))}},Uy=J(zy,[["__scopeId","data-v-b7e3b8e0"]]),st=[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35],Fe=t=>(e.pushScopeId("data-v-378bf7e2"),t=t(),e.popScopeId(),t),jy={class:"template-zone"},$y={class:"controls-zone-container"},Hy={class:"controls-zone-container-title-checkcon"},Wy={class:"controls-zone-container-title-checkcon-check"},Gy={class:"gsc-field-img-container"},qy={width:"100%",height:"177",viewBox:"0 0 380 177",fill:"none",xmlns:"http://www.w3.org/2000/svg"},Zy=["fill"],Yy=["fill"],Jy=["fill"],Ky=["fill"],Xy=["fill"],Qy=["fill"],e3=["fill"],t3=["fill"],a3=["fill"],o3=["fill"],l3=["fill"],i3=["fill"],r3=["fill"],n3=["fill"],s3=["fill"],d3=["fill"],c3=["fill"],m3=["fill"],p3=["fill"],u3=["fill"],f3=["fill"],h3=["fill"],y3=["fill"],g3=["fill"],b3=["fill"],S3=["fill"],_3=["fill"],C3=["fill"],E3=["fill"],w3=["fill"],k3=["fill"],V3=["fill"],N3=["fill"],x3=["fill"],B3=["fill"],F3=Fe(()=>e.createElementVNode("rect",{x:"91.6",y:"0.6",width:"196.8",height:"87.8",stroke:"#DFE3E2","stroke-width":"1.2"},null,-1)),T3=Fe(()=>e.createElementVNode("rect",{x:"137.6",y:"0.782404",width:"104.8",height:"28.8",stroke:"#DFE3E2","stroke-width":"1.2"},null,-1)),M3=["id"],A3=Fe(()=>e.createElementVNode("rect",{width:"197.746",height:"24.6043",transform:"matrix(1 0 0 -1 91 113)",fill:"#D9D9D9"},null,-1)),L3=[A3],P3=["mask"],D3=Fe(()=>e.createElementVNode("circle",{cx:"185.329",cy:"56.5046",r:"52.6152",stroke:"#DFE3E2","stroke-width":"1.38817"},null,-1)),I3=[D3],v3=Fe(()=>e.createElementVNode("circle",{cx:"190.278",cy:"66.2782",r:"2.27817",fill:"white"},null,-1)),R3=Fe(()=>e.createElementVNode("rect",{x:"0.7",y:"0.7",width:"378.6",height:"175.6",stroke:"#DFE3E2","stroke-width":"1.4"},null,-1)),O3={class:"template-zone__total-corners"},z3=Fe(()=>e.createElementVNode("div",{class:"template-zone__total-corners__text"}," Tiros de esquina cobrados a las zonas filtradas ",-1)),U3=Fe(()=>e.createElementVNode("div",{class:"template-zone__total-corners__value"},"10",-1)),j3=[z3,U3],$3={__name:"TemplateZone",props:{zoneFilters:{type:Array,default:()=>[...st]},widthContainer:{type:Number,default:1280},show:{type:Boolean,default:!1}},emits:["update:filters","change-filters-selected"],setup(t,{expose:a,emit:o}){const l=t,r=e.ref(!0),i=e.ref([]),n=e.computed(()=>new Date().getTime());e.watch(i,h=>{r.value=h.length===35}),e.watch(()=>l.zoneFilters,h=>{i.value=h},{immediate:!0,deep:!0}),e.watch(()=>i.value,h=>{o("update:filters",h),o("change-filters-selected",h.length)},{deep:!0});function s(h){h?(i.value=st,r.value=!0):(i.value=[],r.value=!1)}function d(h){i.value.includes(h)?i.value=i.value.filter(m=>m!==h):i.value.push(h),r.value=i.value.length===35}function c(){i.value=[...st]}return a({clearFilters:c}),(h,m)=>(e.openBlock(),e.createElementBlock("div",jy,[e.createElementVNode("div",$y,[e.createElementVNode("div",{class:"controls-zone-container-title",style:e.normalizeStyle(t.widthContainer<=440?"font-size: 11px;":"#2e3b46")}," ¿A donde fue el balón?: ",4),e.createElementVNode("div",Hy,[e.createElementVNode("div",{class:"controls-zone-container-title-checkcon-label",style:e.normalizeStyle(t.widthContainer<=440?"font-size: 12px;":"#2e3b46")}," Todas las zonas ",4),e.createElementVNode("div",Wy,[e.createVNode(e.unref(q),{label:"",fontFamily:"Poppins-Regular",labelFontSize:"11px","label-color":"#FFF","model-value":r.value,"onUpdate:modelValue":s},null,8,["model-value"])])])]),e.createElementVNode("div",Gy,[(e.openBlock(),e.createElementBlock("svg",qy,[e.createElementVNode("rect",{onClick:m[0]||(m[0]=y=>d(1)),class:"sector-field",x:"0.347042",y:"0.347042",width:"91.3059",height:"44.3059",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(1)?"#FFFF0030":"#2e3b46"},null,8,Zy),e.createElementVNode("rect",{onClick:m[1]||(m[1]=y=>d(9)),class:"sector-field",x:"288.347",y:"0.347042",width:"91.3059",height:"44.3059",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(9)?"#FFFF0030":"#2e3b46"},null,8,Yy),e.createElementVNode("rect",{onClick:m[2]||(m[2]=y=>d(17)),class:"sector-field",x:"0.347042",y:"44.347",width:"91.3059",height:"44.3059",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(17)?"#FFFF0030":"#2e3b46"},null,8,Jy),e.createElementVNode("rect",{onClick:m[3]||(m[3]=y=>d(25)),class:"sector-field",x:"288.347",y:"44.347",width:"91.3059",height:"44.3059",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(25)?"#FFFF0030":"#2e3b46"},null,8,Ky),e.createElementVNode("rect",{onClick:m[4]||(m[4]=y=>d(26)),class:"sector-field",x:"0.347042",y:"88.347",width:"91.3059",height:"44.3059",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(26)?"#FFFF0030":"#2e3b46"},null,8,Xy),e.createElementVNode("rect",{onClick:m[5]||(m[5]=y=>d(27)),class:"sector-field",x:"91.347",y:"88.347",width:"65.9726",height:"44.3059",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(27)?"#FFFF0030":"#2e3b46"},null,8,Qy),e.createElementVNode("rect",{onClick:m[6]||(m[6]=y=>d(28)),class:"sector-field",x:"157.015",y:"88.347",width:"65.9726",height:"44.3059",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(28)?"#FFFF0030":"#2e3b46"},null,8,e3),e.createElementVNode("rect",{onClick:m[7]||(m[7]=y=>d(29)),class:"sector-field",x:"222.679",y:"88.347",width:"65.9726",height:"44.3059",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(29)?"#FFFF0030":"#2e3b46"},null,8,t3),e.createElementVNode("rect",{onClick:m[8]||(m[8]=y=>d(30)),class:"sector-field",x:"288.347",y:"88.347",width:"91.3059",height:"44.3059",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(30)?"#FFFF0030":"#2e3b46"},null,8,a3),e.createElementVNode("rect",{onClick:m[9]||(m[9]=y=>d(31)),class:"sector-field",x:"0.347042",y:"132.347",width:"91.3059",height:"44.3059",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(31)?"#FFFF0030":"#2e3b46"},null,8,o3),e.createElementVNode("rect",{onClick:m[10]||(m[10]=y=>d(32)),class:"sector-field",x:"91.347",y:"132.347",width:"65.9726",height:"44.3059",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(32)?"#FFFF0030":"#2e3b46"},null,8,l3),e.createElementVNode("rect",{onClick:m[11]||(m[11]=y=>d(33)),class:"sector-field",x:"157.015",y:"132.347",width:"65.9726",height:"44.3059",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(33)?"#FFFF0030":"#2e3b46"},null,8,i3),e.createElementVNode("rect",{onClick:m[12]||(m[12]=y=>d(34)),class:"sector-field",x:"222.679",y:"132.347",width:"65.9726",height:"44.3059",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(34)?"#FFFF0030":"#2e3b46"},null,8,r3),e.createElementVNode("rect",{onClick:m[13]||(m[13]=y=>d(35)),class:"sector-field",x:"288.347",y:"132.347",width:"91.3059",height:"44.3059",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(35)?"#FFFF0030":"#2e3b46"},null,8,n3),e.createElementVNode("rect",{onClick:m[14]||(m[14]=y=>d(2)),class:"sector-field",x:"91.347",y:"0.347042",width:"23.3059",height:"29.6392",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(2)?"#FFFF0030":"#2e3b46"},null,8,s3),e.createElementVNode("rect",{onClick:m[15]||(m[15]=y=>d(3)),class:"sector-field",x:"114.347",y:"0.347042",width:"23.3059",height:"29.6392",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(3)?"#FFFF0030":"#2e3b46"},null,8,d3),e.createElementVNode("rect",{onClick:m[16]||(m[16]=y=>d(4)),class:"sector-field",x:"137.347",y:"0.347042",width:"35.3059",height:"29.6392",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(4)?"#FFFF0030":"#2e3b46"},null,8,c3),e.createElementVNode("rect",{onClick:m[17]||(m[17]=y=>d(5)),class:"sector-field",x:"172.347",y:"0.347042",width:"35.3059",height:"29.6392",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(5)?"#FFFF0030":"#2e3b46"},null,8,m3),e.createElementVNode("rect",{onClick:m[18]||(m[18]=y=>d(6)),class:"sector-field",x:"207.347",y:"0.347042",width:"35.3059",height:"29.6392",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(6)?"#FFFF0030":"#2e3b46"},null,8,p3),e.createElementVNode("rect",{onClick:m[19]||(m[19]=y=>d(7)),class:"sector-field",x:"242.347",y:"0.347042",width:"23.3059",height:"29.6392",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(7)?"#FFFF0030":"#2e3b46"},null,8,u3),e.createElementVNode("rect",{onClick:m[20]||(m[20]=y=>d(8)),class:"sector-field",x:"265.347",y:"0.347042",width:"23.3059",height:"29.6392",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(8)?"#FFFF0030":"#2e3b46"},null,8,f3),e.createElementVNode("rect",{onClick:m[21]||(m[21]=y=>d(10)),class:"sector-field",x:"91.347",y:"29.6804",width:"23.3059",height:"29.6392",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(10)?"#FFFF0030":"#2e3b46"},null,8,h3),e.createElementVNode("rect",{onClick:m[22]||(m[22]=y=>d(11)),class:"sector-field",x:"114.347",y:"29.6804",width:"23.3059",height:"29.6392",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(11)?"#FFFF0030":"#2e3b46"},null,8,y3),e.createElementVNode("rect",{onClick:m[23]||(m[23]=y=>d(12)),class:"sector-field",x:"137.347",y:"29.6804",width:"35.3059",height:"29.6392",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(12)?"#FFFF0030":"#2e3b46"},null,8,g3),e.createElementVNode("rect",{onClick:m[24]||(m[24]=y=>d(13)),class:"sector-field",x:"172.347",y:"29.6804",width:"35.3059",height:"29.6392",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(13)?"#FFFF0030":"#2e3b46"},null,8,b3),e.createElementVNode("rect",{onClick:m[25]||(m[25]=y=>d(14)),class:"sector-field",x:"207.347",y:"29.6804",width:"35.3059",height:"29.6392",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(14)?"#FFFF0030":"#2e3b46"},null,8,S3),e.createElementVNode("rect",{onClick:m[26]||(m[26]=y=>d(15)),class:"sector-field",x:"242.347",y:"29.6804",width:"23.3059",height:"29.6392",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(15)?"#FFFF0030":"#2e3b46"},null,8,_3),e.createElementVNode("rect",{onClick:m[27]||(m[27]=y=>d(16)),class:"sector-field",x:"265.347",y:"29.6804",width:"23.3059",height:"29.6392",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(16)?"#FFFF0030":"#2e3b46"},null,8,C3),e.createElementVNode("rect",{onClick:m[28]||(m[28]=y=>d(18)),class:"sector-field",x:"91.347",y:"59.0137",width:"23.3059",height:"29.6392",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(18)?"#FFFF0030":"#2e3b46"},null,8,E3),e.createElementVNode("rect",{onClick:m[29]||(m[29]=y=>d(19)),class:"sector-field",x:"114.347",y:"59.0137",width:"23.3059",height:"29.6392",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(19)?"#FFFF0030":"#2e3b46"},null,8,w3),e.createElementVNode("rect",{onClick:m[30]||(m[30]=y=>d(20)),class:"sector-field",x:"137.347",y:"59.0137",width:"35.3059",height:"29.6392",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(20)?"#FFFF0030":"#2e3b46"},null,8,k3),e.createElementVNode("rect",{onClick:m[31]||(m[31]=y=>d(21)),class:"sector-field",x:"172.347",y:"59.0137",width:"35.3059",height:"29.6392",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(21)?"#FFFF0030":"#2e3b46"},null,8,V3),e.createElementVNode("rect",{onClick:m[32]||(m[32]=y=>d(22)),class:"sector-field",x:"207.347",y:"59.0137",width:"35.3059",height:"29.6392",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(22)?"#FFFF0030":"#2e3b46"},null,8,N3),e.createElementVNode("rect",{onClick:m[33]||(m[33]=y=>d(23)),class:"sector-field",x:"242.347",y:"59.0137",width:"23.3059",height:"29.6392",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(23)?"#FFFF0030":"#2e3b46"},null,8,x3),e.createElementVNode("rect",{onClick:m[34]||(m[34]=y=>d(24)),class:"sector-field",x:"265.347",y:"59.0137",width:"23.3059",height:"29.6392",stroke:"#9ECF55","stroke-width":"0.694084","stroke-dasharray":"2 2",fill:i.value.includes(24)?"#FFFF0030":"#2e3b46"},null,8,B3),F3,T3,e.createElementVNode("mask",{id:n.value,style:{"mask-type":"alpha"},maskUnits:"userSpaceOnUse",x:"91",y:"88",width:"198",height:"25"},L3,8,M3),e.createElementVNode("g",{mask:`url(#${n.value})`},I3,8,P3),v3,R3]))]),e.withDirectives(e.createElementVNode("div",O3,j3,512),[[e.vShow,!1]])]))}},H3=J($3,[["__scopeId","data-v-378bf7e2"]]),Aa=[{text:"Rematado con destino a portería",isSelected:!0,child:[{text:"Fue gol",isSelected:!0,categoryIds:[583,585,587,589]},{text:"No fue gol",isSelected:!0,categoryIds:[584,586,588,590]}]},{text:"Rematado sin destino a portería",isSelected:!0,categoryIds:[122,128,136,142]},{text:"Ganados por portero rival",isSelected:!0,categoryIds:[123,129,137,143]},{text:"Ganados por jugador rival",isSelected:!0,categoryIds:[124,130,138,144]},{text:"Sin destino",isSelected:!0,categoryIds:[125,131,139,145]}],W3={class:"what-happened"},G3={class:"what-happened__all"},q3={class:"what-happened__filters"},Z3={key:0,class:"what-happened__filters__filter__composed"},Y3={class:"what-happened__filters__filter__composed__main"},J3={key:1,class:"what-happened__filters__filter__single"},K3={__name:"TemplateWhatHappened",props:{isFemale:{type:Boolean,default:!1},whatHappenedFilters:{type:Array,default:()=>[...Aa]}},emits:["change-filters-selected","update:filters"],setup(t,{expose:a,emit:o}){const l=t,r=e.computed(()=>l.whatHappenedFilters.reduce((u,f)=>(f.child?f.child.forEach(p=>{p.isSelected&&u++}):f.isSelected&&u++,u),0)),i=e.computed(()=>l.whatHappenedFilters.reduce((u,f)=>(f.child?u+=f.child.length:u++,u),0)),n=e.computed(()=>r.value===i.value),s=e.computed(()=>r.value===1);e.watch(()=>l.whatHappenedFilters,u=>{o("change-filters-selected",r.value),o("update:filters",u)},{deep:!0,immediate:!0});function d(u){l.whatHappenedFilters.forEach(f=>{u?(f.isSelected=u,f.child&&f.child.forEach(p=>{p.isSelected=u})):f.child?(f.isSelected=!0,f.child.forEach(p=>{p.isSelected=!0})):f.isSelected=!1})}function c(u,f){f.isSelected=u,f.child.forEach(p=>{p.isSelected=u})}function h(u,f,p){p.isSelected=u,f.isSelected=f.child.every(g=>g.isSelected)}function m(u,f){f.isSelected=u}function y(){l.whatHappenedFilters.forEach(u=>{u.child?u.child.forEach(f=>{f.isSelected=!0}):u.isSelected=!0})}return a({onResetFilters:y}),(u,f)=>(e.openBlock(),e.createElementBlock("div",W3,[e.createElementVNode("div",G3,[e.createVNode(e.unref(q),{label:"Todos","model-value":n.value,"box-position":"right","onUpdate:modelValue":d},null,8,["model-value"])]),e.createElementVNode("div",q3,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.whatHappenedFilters,(p,g)=>(e.openBlock(),e.createElementBlock("div",{key:g,class:"what-happened__filters__filter"},[p.child?(e.openBlock(),e.createElementBlock("div",Z3,[e.createElementVNode("div",Y3,[e.createVNode(e.unref(q),{"model-value":p.isSelected,label:t.isFemale?p.text.replace("Ganados por portero rival","Ganados por portera rival").replace("Ganados por jugador rival","Ganados por jugadora rival"):p.text,"avoid-interaction":s.value&&p.isSelected,"onUpdate:modelValue":b=>c(b,p)},null,8,["model-value","label","avoid-interaction","onUpdate:modelValue"])]),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(p.child,(b,B)=>(e.openBlock(),e.createElementBlock("div",{key:`c${B}`,class:"what-happened__filters__filter__composed__child"},[e.createVNode(e.unref(q),{"model-value":b.isSelected,label:t.isFemale?b.text.replace("Ganados por portero rival","Ganados por portera rival").replace("Ganados por jugador rival","Ganados por jugadora rival"):b.text,"avoid-interaction":s.value&&b.isSelected,"onUpdate:modelValue":R=>h(R,p,b)},null,8,["model-value","label","avoid-interaction","onUpdate:modelValue"])]))),128))])):(e.openBlock(),e.createElementBlock("div",J3,[e.createVNode(e.unref(q),{"model-value":p.isSelected,label:t.isFemale?p.text.replace("Ganados por portero rival","Ganados por portera rival").replace("Ganados por jugador rival","Ganados por jugadora rival"):p.text,"avoid-interaction":s.value&&p.isSelected,"onUpdate:modelValue":b=>m(b,p)},null,8,["model-value","label","avoid-interaction","onUpdate:modelValue"])]))]))),128))])]))}},X3=J(K3,[["__scopeId","data-v-8f375a1a"]]),La={isMoment:!1,isMomentOnly:!1,results:{final:[{name:"Partidos ganados",value:1,isSelected:!0},{name:"Partidos perdidos",value:2,isSelected:!0},{name:"Partidos empatados",value:3,isSelected:!0}],moment:[{name:"Iba ganando",value:1,isSelected:!0},{name:"Iba perdiendo",value:2,isSelected:!0},{name:"Iba empatando",value:3,isSelected:!0}]}},vl=t=>(e.pushScopeId("data-v-ee3b28d3"),t=t(),e.popScopeId(),t),Q3={class:"template-results"},e4={class:"template-results__type-switch"},t4=vl(()=>e.createElementVNode("div",{class:"template-results__type-switch__label"},"Final",-1)),a4=vl(()=>e.createElementVNode("div",{class:"template-results__type-switch__label"},"Al momento",-1)),o4={class:"template-results__info"},l4={key:0,class:"template-results__group"},i4={key:1,class:"template-results__group"},r4={__name:"TemplateResultsByTime",props:{resultsFilters:{type:Object,default:()=>({...La})}},emits:["update:resultsFilters","change-filters-selected","update:filters"],setup(t,{expose:a,emit:o}){const l=t,r=e.ref(null),i=e.computed(()=>{const d=r.value.isMoment?r.value.results.moment.filter(c=>c.isSelected).length:r.value.results.final.filter(c=>c.isSelected).length;return o("change-filters-selected",d),d}),n=e.computed(()=>r.value.isMoment?"Resultado al momento del cobro":"Resultado al final del partido");e.watch(()=>l.resultsFilters,d=>{r.value===null&&(r.value={...d})},{deep:!0,immediate:!0}),e.watch(r,d=>{o("update:filters",d)},{deep:!0,immediate:!0});function s(){r.value.isMoment=!1,r.value.results.moment.forEach(d=>{d.isSelected=!0}),r.value.results.final.forEach(d=>{d.isSelected=!0})}return a({removeFilters:s}),(d,c)=>(e.openBlock(),e.createElementBlock("div",Q3,[e.withDirectives(e.createElementVNode("div",e4,[t4,e.createVNode(rt,{modelValue:r.value.isMoment,"onUpdate:modelValue":c[0]||(c[0]=h=>r.value.isMoment=h)},null,8,["modelValue"]),a4],512),[[e.vShow,!r.value.isMomentOnly]]),e.createElementVNode("div",o4,e.toDisplayString(n.value),1),r.value.isMoment?(e.openBlock(),e.createElementBlock("div",l4,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.value.results.moment,(h,m)=>(e.openBlock(),e.createElementBlock("div",{key:m,class:"template-results__result"},[e.createVNode(e.unref(q),{modelValue:h.isSelected,"onUpdate:modelValue":y=>h.isSelected=y,label:h.name,"avoid-interaction":i.value===1&&h.isSelected},null,8,["modelValue","onUpdate:modelValue","label","avoid-interaction"])]))),128))])):(e.openBlock(),e.createElementBlock("div",i4,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.value.results.final,(h,m)=>(e.openBlock(),e.createElementBlock("div",{key:m,class:"template-results__result"},[e.createVNode(e.unref(q),{modelValue:h.isSelected,"onUpdate:modelValue":y=>h.isSelected=y,label:h.name,"avoid-interaction":i.value===1&&h.isSelected},null,8,["modelValue","onUpdate:modelValue","label","avoid-interaction"])]))),128))]))]))}},n4=J(r4,[["__scopeId","data-v-ee3b28d3"]]),s4=t=>(e.pushScopeId("data-v-71a56ec2"),t=t(),e.popScopeId(),t),d4={key:0,class:"productivity__header__text"},c4={key:0},m4=s4(()=>e.createElementVNode("span",null,"mínimo 5 categorías y máximo 12",-1)),p4={key:1},u4={key:2},f4={key:1,class:"productivity__header__checkbox"},h4={class:"templates__body"},y4={key:0,class:"templates-plays"},g4={key:1,class:"templates-productivity"},b4={key:2,class:"template-field"},S4={key:3,class:"template-details"},_4={key:4,class:"template-personal-data"},C4={key:5,class:"template-leagues"},E4={key:6,class:"template-plays"},w4={key:7,class:"template-plays"},k4={key:8,class:"template-universe"},V4={key:9,class:"template-distance"},N4={key:10,class:"template-results"},x4={key:11,class:"template-results-by-type"},B4={key:12,class:"template-games"},F4={key:13,class:"template-taken-corners"},T4={key:14,class:"template-videos"},M4={key:15,class:"template-how-was-corner"},A4={key:16,class:"template-zone"},L4={key:17,class:"template-what-happened"},P4={key:1,class:"templates__footer"},D4={class:"templates__footer__button"},I4={class:"templates__footer__button"},v4={__name:"GSC-FilterTemplates",props:{filterType:{type:String,default:""},width:{type:String,default:"100%"},maxWidth:{type:String,default:"100%"},productivityMaxCategories:{type:Number,default:5},productivityMinCategories:{type:Number,default:0},productivityCategories:{type:[Object,null],default:()=>null},playsCategories:{type:[Object,null],default:()=>null},fieldAreas:{type:[Array,null],default:()=>[]},playingAs:{type:Array,default:()=>[{name:"Local",isSelected:!0},{name:"Visitante",isSelected:!0}]},statisticType:{type:String,default:"total"},isStatisticTypeVisible:{type:Boolean,default:!1},isPlayingAsHidden:{type:Boolean,default:!1},isFromTemplates:{type:Boolean,default:!1},isForTemplateForm:{type:Boolean,default:!1},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}]},isFemale:{type:Boolean,default:!1},tournaments:{type:Array,default:()=>[]},playsGolstatsCategories:{type:Array,default:()=>[]},universeFilters:{type:Object,default:()=>({minutesPlayed:0,percentMinutesPlayed:0,lastMonths:Array.from({length:24},(t,a)=>a+1),statistics:{totals:!0,averagePerGame:!1,averagePerMinute:!1}})},zoneFilters:{type:Array,default:()=>[]},whatHappenedFilters:{type:Array,default:()=>[]},personalDataFilters:{type:Object,default:()=>({})},distanceFilters:{type:Object,default:()=>({minValue:5,maxValue:30,minLimit:5,maxLimit:30})},resultsFilters:{type:Object,default:()=>({})},resultsByTimeFilters:{type:Object,default:()=>({})},gamesFilters:{type:Array,default:()=>[]},takenCornersFilters:{type:Array,default:()=>[]},howWasCornerFilters:{type:Object,default:()=>({})},awaitForFilters:{type:Boolean,default:!1},backgroundColor:{type:String,default:"#2E3B46"},borderRadius:{type:String,default:"8px"},borderColor:{type:String,default:"rgba(255, 255, 255, 0)"},borderWidth:{type:String,default:"1px"},boxShadow:{type:String,default:"0 14px 28px 0 rgba(0, 0, 0, 0.25)"},padding:{type:String,default:"20px"},footerBorderColor:{type:String,default:"#626970"},footerBorderWidth:{type:String,default:"1px"},textColor:{type:String,default:"#FFFFFF"},fontFamily:{type:String,default:"'Poppins-Regular'"},isExpansionMode:{type:Boolean,default:!0},isFooterVisible:{type:Boolean,default:!1},isFooterCancelOnly:{type:Boolean,default:!1},isSeleccion:{type:Boolean,default:!1},isScouting:{type:Boolean,default:!1},fieldComponentProps:{type:Object,default:()=>{}},season:{type:Object,default:()=>({})},token:{type:String,default:""},modalHeight:{type:String,default:"fit-content"},isOneTournamentOnly:{type:Boolean,default:!1},defaultTournamentId:{type:Number,default:1}},emits:["change-categories-selected","change-filters-selected","change-universe-filters","change-field-areas","apply","click-cancel","update:filters","total-filters","click-parameters"],setup(t,{expose:a,emit:o}){const l=t,r=e.ref(null),i=e.ref(!1),n=e.ref({playingAs:l.playingAs,gameSections:l.gameSections,statisticType:l.statisticType}),s=e.ref({areYellowCardsSelected:!1,areRedCardsSelected:!1,areFoulsCommittedSelected:!1}),d=e.ref(null),c=e.ref(null),h=e.ref(null),m=e.ref(null),y=e.ref(null),u=e.computed(()=>({"--width":l.width,"--max-width":l.maxWidth,"--background-color":l.backgroundColor,"--border-radius":l.borderRadius,"--border-color":l.borderColor,"--border-width":l.borderWidth,"--box-shadow":l.boxShadow,"--padding":l.filterType!==S.VIDEOS?l.isExpansionMode?"10px 0":l.padding:"0","--footer-border-color":l.footerBorderColor,"--footer-border-width":l.footerBorderWidth,"--text-color":l.textColor})),f=e.computed(()=>{const w=[];return l.productivityCategories&&Object.values(l.productivityCategories).forEach(F=>{F.categories&&F.categories.forEach(Z=>{w.push(Z)})}),w}),p=e.computed(()=>{const w=[];return l.playsCategories&&Object.values(l.playsCategories).forEach(F=>{F.categories&&F.categories.forEach(Z=>{w.push(Z)})}),w}),g=e.computed(()=>{const w=f.value.filter(F=>F.isSelected);return W(w),l.filterType===S.PRODUCTIVITY&&o("change-categories-selected",w.length),w.length}),b=e.computed(()=>!l.isForTemplateForm&&g.value>=l.productivityMaxCategories),B=e.computed(()=>!l.isForTemplateForm&&g.value<=l.productivityMinCategories),R=e.computed(()=>l.isPlayingAsHidden?l.gameSections:l.playingAs.concat(l.gameSections));e.watch(n,w=>{l.filterType===S.DETAILS&&o("update:filters",w)},{immediate:!0,deep:!0}),e.watch(()=>R.value,w=>{if(l.filterType===S.DETAILS){const F=w.filter(Z=>Z.isSelected);o("change-filters-selected",F.length)}},{immediate:!0,deep:!0}),e.watch(()=>l.playsGolstatsCategories,w=>{if(l.filterType===S.PLAYS_TYPES||l.filterType===S.GOLSTATS){const F=w.filter(Z=>Z.isSelected);o("change-filters-selected",F.length)}},{immediate:!0}),e.watch(()=>l.fieldAreas,w=>{l.filterType===S.FIELD&&o("change-filters-selected",w.length)}),e.watch(p,()=>{l.filterType===S.PLAYS&&D()},{immediate:!0,deep:!0}),e.watch(f,()=>{l.filterType===S.PRODUCTIVITY&&Y()},{immediate:!0,deep:!0}),e.watch(()=>l.resultsFilters,w=>{l.filterType===S.RESULTS&&o("change-filters-selected",w.results.filter(F=>F.isSelected).length)},{immediate:!0,deep:!0});function W(w){setTimeout(()=>{w.sort((F,Z)=>F.priority-Z.priority),w.forEach((F,Z)=>{F.priority=Z+1})},10)}function z(w=null){U(w)}function U(w=null){l.filterType===S.PRODUCTIVITY?f.value.forEach(F=>{F.isSelected=!1}):l.filterType===S.PLAYS?(p.value.forEach(F=>{F.isSelected=!0}),i.value=!0):l.filterType===S.FIELD?o("change-field-areas",[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16]):l.filterType===S.DETAILS?(l.playingAs.forEach(F=>{F.isSelected=!0}),l.gameSections.forEach(F=>{F.isSelected=!0})):l.filterType===S.TOURNAMENTS?(l.tournaments.forEach((F,Z)=>{l.isOneTournamentOnly?F.isSelected=Z===0:F.isSelected=!0}),o("change-filters-selected",0)):l.filterType===S.PLAYS_TYPES?l.playsGolstatsCategories.forEach(F=>{F.isSelected=!0}):l.filterType===S.GOLSTATS?l.playsGolstatsCategories.forEach(F=>{F.isSelected=!1}):l.filterType===S.UNIVERSE?d.value&&d.value.resetFilters():l.filterType===S.PERSONAL_DATA?(r.value&&r.value.onClearFilters(w||se.All),o("change-personal-data-filters",{})):l.filterType===S.DISTANCE?o("update:filters",{minValue:l.distanceFilters.minLimit,maxValue:l.distanceFilters.maxLimit}):l.filterType===S.RESULTS?o("update:filters",{results:l.resultsFilters.results.map(F=>(F.isSelected=!0,F))}):l.filterType===S.RESULTS_BY_TIME?y.value&&y.value.removeFilters():l.filterType===S.GAMES?l.gamesFilters.forEach(F=>{F.isSelected=!0}):l.filterType===S.TAKEN_CORNERS?c.value.clearFilters():l.filterType===S.HOW_WAS_CORNER?(l.howWasCornerFilters.left.forEach(F=>{F.isSelected=!0}),l.howWasCornerFilters.right.forEach(F=>{F.isSelected=!0})):l.filterType===S.ZONE?h.value&&h.value.clearFilters():l.filterType===S.WHAT_HAPPENED&&m.value&&m.value.onResetFilters()}function G(w){l.filterType===S.TOURNAMENTS&&o("change-filters-selected",w)}function K(w){l.filterType===S.UNIVERSE&&o("change-universe-filters",w)}function oe(w){l.filterType===S.FIELD&&o("change-field-areas",w)}function v(w){l.filterType===S.GOLSTATS&&o("change-filters-selected",w)}function A(w){o("change-filters-selected",w)}function I(w){l.filterType===S.PRODUCTIVITY?f.value.forEach(F=>{F.isSelected=w}):(i.value=w,l.playsCategories.offensive.categories.forEach(F=>{F.isSelected=w}),l.playsCategories.defensive.categories.forEach(F=>{F.isSelected=w}),l.playsCategories.possession.categories.forEach(F=>{F.isSelected=w}),l.playsCategories.offenses.categories.forEach(F=>{F.isSelected=w}))}function D(){let w=0;const F={playsCategories:p.value.filter(Z=>Z.isSelected)};i.value=F.playsCategories.length===p.value.length,w=F.playsCategories.length,Object.values(s.value).forEach(Z=>{Z&&w++}),o("change-filters-selected",w),o("update:filters",F)}function Y(){let w=0;const F={productivityFilters:f.value.filter(Z=>Z.isSelected),offensesConditions:s.value};w=F.productivityFilters.length,Object.values(s.value).forEach(Z=>{Z&&w++}),o("change-filters-selected",w),o("update:filters",F)}function ee(w){o("click-parameters",w)}function me(){o("apply")}function T(){(l.filterType===S.PLAYS_TYPES||l.filterType===S.GOLSTATS)&&l.playsGolstatsCategories&&l.playsGolstatsCategories.forEach(w=>{w.isSelected=!1}),l.filterType===S.PRODUCTIVITY&&f.value.forEach(w=>{w.isSelected=!1}),o("apply")}function _(w){o("update:filters",w)}function k(w){l.filterType===S.PERSONAL_DATA&&o("update:filters",w)}function L(w){l.filterType===S.TOURNAMENTS&&o("update:filters",w)}function V(w){(l.filterType===S.PLAYS_TYPES||l.filterType===S.GOLSTATS)&&o("update:filters",w)}function O(w){l.filterType===S.PRODUCTIVITY&&(s.value=w,Y())}function H(w){l.filterType===S.DISTANCE&&o("update:filters",w)}function M(w){l.filterType===S.RESULTS&&o("update:filters",w)}function P(w){l.filterType===S.GAMES&&(o("update:filters",w),o("change-filters-selected",w.filter(F=>F.isSelected).length))}function N(w){n.value.statisticType=w}const x=e.computed(()=>l.filterType===S.PLAYS?p.value.length:l.filterType===S.PRODUCTIVITY?f.value.length:l.filterType===S.FIELD?16:l.filterType===S.UNIVERSE?6:l.filterType===S.DETAILS?8:l.filterType===S.RESULTS||l.filterType===S.RESULTS_BY_TIME?3:l.filterType===S.GAMES?l.gamesFilters.length:0);return o("total-filters",x),a({clearFilters:z}),(w,F)=>(e.openBlock(),e.createElementBlock("div",{class:"templates",style:e.normalizeStyle(u.value)},[t.filterType===e.unref(S).PRODUCTIVITY||t.filterType===e.unref(S).PLAYS?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.isExpansionMode?"productivity__header__expansion":"productivity__header")},[t.filterType===e.unref(S).PRODUCTIVITY?(e.openBlock(),e.createElementBlock("div",d4,[t.isFromTemplates?(e.openBlock(),e.createElementBlock("div",c4,[e.createTextVNode(" Elige tipo de jugadas: "),m4])):t.isForTemplateForm?(e.openBlock(),e.createElementBlock("div",p4,"Tipo de participación")):(e.openBlock(),e.createElementBlock("div",u4,"Selecciona hasta 5 categorias en orden de importancia"))])):e.createCommentVNode("",!0),t.filterType===e.unref(S).PLAYS||t.isForTemplateForm?(e.openBlock(),e.createElementBlock("div",f4,[e.createVNode(e.unref(q),{label:t.isForTemplateForm?"Seleccionar todas":"Todos los tipos de jugadas","box-position":t.isForTemplateForm?"right":"left",fontFamily:"Poppins-Regular",labelFontSize:"14px","model-value":i.value,"label-color":t.textColor,"onUpdate:modelValue":I},null,8,["label","box-position","model-value","label-color"])])):e.createCommentVNode("",!0)],2)):e.createCommentVNode("",!0),e.createElementVNode("div",h4,[t.filterType===e.unref(S).PLAYS?(e.openBlock(),e.createElementBlock("div",y4,[e.createVNode(fh,{"plays-categories":t.playsCategories,"is-expansion-mode":t.isExpansionMode},null,8,["plays-categories","is-expansion-mode"])])):e.createCommentVNode("",!0),t.filterType===e.unref(S).PRODUCTIVITY?(e.openBlock(),e.createElementBlock("div",g4,[e.createVNode(nc,{"productivity-categories":t.productivityCategories,"number-of-categories-selected":g.value,"are-max-categories-reached":b.value,"are-min-categories-reached":B.value,"is-expansion-mode":t.isExpansionMode,"is-from-templates":t.isFromTemplates,"is-for-template-form":t.isForTemplateForm,"onUpdate:offensesConditions":O,onClickParameters:ee},null,8,["productivity-categories","number-of-categories-selected","are-max-categories-reached","are-min-categories-reached","is-expansion-mode","is-from-templates","is-for-template-form"])])):e.createCommentVNode("",!0),t.filterType===e.unref(S).FIELD?(e.openBlock(),e.createElementBlock("div",b4,[e.createVNode(e.unref(Zo),e.mergeProps(t.fieldComponentProps,{"background-color":t.backgroundColor,value:t.fieldAreas,"onUpdate:modelValue":oe}),null,16,["background-color","value"])])):e.createCommentVNode("",!0),t.filterType===e.unref(S).DETAILS?(e.openBlock(),e.createElementBlock("div",S4,[e.createVNode(Rc,{"is-playing-as-hidden":t.isPlayingAsHidden,"playing-as":t.playingAs,"game-sections":t.gameSections,"font-gamily":t.fontFamily,"is-statistic-type-visible":t.isStatisticTypeVisible,"statistic-type":t.statisticType,onChangeStatisticType:N},null,8,["is-playing-as-hidden","playing-as","game-sections","font-gamily","is-statistic-type-visible","statistic-type"])])):e.createCommentVNode("",!0),t.filterType===e.unref(S).PERSONAL_DATA?(e.openBlock(),e.createElementBlock("div",_4,[e.createVNode(Kf,{"is-female":t.isFemale,ref_key:"templatePersonalData",ref:r,"personal-data-filters":t.personalDataFilters,season:t.season,"is-seleccion":t.isSeleccion,"is-scouting":t.isScouting,token:t.token,filters:t.personalDataFilters,"onUpdate:filters":k},null,8,["is-female","personal-data-filters","season","is-seleccion","is-scouting","token","filters"])])):e.createCommentVNode("",!0),t.filterType===e.unref(S).TOURNAMENTS?(e.openBlock(),e.createElementBlock("div",C4,[e.createVNode(Hc,{tournaments:t.tournaments,"is-one-tournament-only":t.isOneTournamentOnly,"default-tournament-id":t.defaultTournamentId,onChangeFiltersSelected:G,"onUpdate:filters":L},null,8,["tournaments","is-one-tournament-only","default-tournament-id"])])):e.createCommentVNode("",!0),t.filterType===e.unref(S).PLAYS_TYPES?(e.openBlock(),e.createElementBlock("div",E4,[e.createVNode(Mo,{height:t.modalHeight,type:t.filterType,categories:t.playsGolstatsCategories,"onUpdate:filters":V},null,8,["height","type","categories"])])):e.createCommentVNode("",!0),t.filterType===e.unref(S).GOLSTATS?(e.openBlock(),e.createElementBlock("div",w4,[e.createVNode(Mo,{height:t.modalHeight,type:t.filterType,categories:t.playsGolstatsCategories,onChangeFiltersSelected:v,"onUpdate:filters":V},null,8,["height","type","categories"])])):e.createCommentVNode("",!0),t.filterType===e.unref(S).UNIVERSE?(e.openBlock(),e.createElementBlock("div",k4,[e.createVNode(O1,{ref_key:"templateUniverse",ref:d,"universe-filters":t.universeFilters,"onUpdate:universeFilters":K},null,8,["universe-filters"])])):e.createCommentVNode("",!0),t.filterType===e.unref(S).DISTANCE?(e.openBlock(),e.createElementBlock("div",V4,[e.createVNode(rm,{distance:t.distanceFilters,"onUpdate:distanceFilters":H},null,8,["distance"])])):e.createCommentVNode("",!0),t.filterType===e.unref(S).RESULTS?(e.openBlock(),e.createElementBlock("div",N4,[e.createVNode(gh,{ref_key:"templateResults",ref:y,"results-filters":t.resultsFilters,"onUpdate:resultsFilters":M},null,8,["results-filters"])])):e.createCommentVNode("",!0),t.filterType===e.unref(S).RESULTS_BY_TIME?(e.openBlock(),e.createElementBlock("div",x4,[e.createVNode(n4,{ref_key:"templateResults",ref:y,"results-filters":t.resultsByTimeFilters,onChangeFiltersSelected:A,"onUpdate:filters":_},null,8,["results-filters"])])):e.createCommentVNode("",!0),t.filterType===e.unref(S).GAMES?(e.openBlock(),e.createElementBlock("div",B4,[e.createVNode(um,{"games-filters":t.gamesFilters,"onUpdate:gamesFilters":P},null,8,["games-filters"])])):e.createCommentVNode("",!0),t.filterType===e.unref(S).TAKEN_CORNERS?(e.openBlock(),e.createElementBlock("div",F4,[e.createVNode(Vy,{"is-female":t.isFemale,ref_key:"templateTakenCorners",ref:c,"taken-corners-filters":t.takenCornersFilters,"is-expansion-mode":t.isExpansionMode,onChangeFiltersSelected:A,"onUpdate:filters":_},null,8,["is-female","taken-corners-filters","is-expansion-mode"])])):e.createCommentVNode("",!0),t.filterType===e.unref(S).VIDEOS?(e.openBlock(),e.createElementBlock("div",T4,[e.createVNode(ny,{token:t.token},null,8,["token"])])):e.createCommentVNode("",!0),t.filterType===e.unref(S).HOW_WAS_CORNER?(e.openBlock(),e.createElementBlock("div",M4,[e.createVNode(Uy,{"how-was-corner-filters":t.howWasCornerFilters,"is-expansion-mode":t.isExpansionMode,onChangeFiltersSelected:A,"onUpdate:filters":_},null,8,["how-was-corner-filters","is-expansion-mode"])])):e.createCommentVNode("",!0),t.filterType===e.unref(S).ZONE?(e.openBlock(),e.createElementBlock("div",A4,[e.createVNode(H3,{ref_key:"templateZone",ref:h,"zone-filters":t.zoneFilters,onChangeFiltersSelected:A,"onUpdate:filters":_},null,8,["zone-filters"])])):e.createCommentVNode("",!0),t.filterType===e.unref(S).WHAT_HAPPENED?(e.openBlock(),e.createElementBlock("div",L4,[e.createVNode(X3,{"is-female":t.isFemale,ref_key:"templateWhatHappened",ref:m,"what-happened-filters":t.whatHappenedFilters,onChangeFiltersSelected:A,"onUpdate:filters":_},null,8,["is-female","what-happened-filters"])])):e.createCommentVNode("",!0)]),t.isFooterVisible?(e.openBlock(),e.createElementBlock("div",P4,[t.isFooterCancelOnly?(e.openBlock(),e.createBlock(e.unref(Ct),{key:0,"text-value":"Cancelar","font-size":"12px",height:"22px",width:"72px","border-radius":"62px","border-width":.8,"border-color":"white","background-color":"rgba(255, 255, 255, 0.06)",onClick:T})):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createElementVNode("div",D4,[t.isForTemplateForm?(e.openBlock(),e.createBlock(e.unref(Ct),{key:0,"text-value":"Cancelar","font-size":"12px","font-color":"rgba(255,255,255,0.7)","text-decoration":"underline",onClick:T})):(e.openBlock(),e.createBlock(e.unref(Ct),{key:1,"text-value":"Quitar filtros","font-size":"12px","font-color":"rgba(255,255,255,0.7)","text-decoration":"underline",onClick:U}))]),e.createElementVNode("div",I4,[e.createVNode(e.unref(Ct),{"text-value":"Listo","font-size":"12px",height:"22px",width:"72px","border-radius":"62px","border-width":.8,"border-color":"#cbee6b",onClick:me})])],64))])):e.createCommentVNode("",!0)],4))}},Rl=J(v4,[["__scopeId","data-v-71a56ec2"]]),R4=(t,a)=>{const o=t.__vccOpts||t;for(const[l,r]of a)o[l]=r;return o},O4={__name:"GSC-Menu",props:{menuMarginTop:{type:Number,default:0,validator(t){return!Number.isNaN(t)}},modelValue:{type:Boolean,default:!1},width:{type:String,default:"fit-content"},menuWidth:{type:String,default:"fit-content"},zIndexOpen:{type:Number,default:3},leftMenu:{type:String,default:"unset"}},emits:["update:modelValue"],setup(t,{emit:a}){const o=t;e.useCssVars(u=>({"398d9242":t.width,f164e302:d.value,"4bb88040":t.menuWidth}));const l=e.ref(null),r=e.ref(!1),i=e.ref(null),n=e.ref({}),s=e.computed(()=>{const u={top:"0px","--left-menu":o.leftMenu};if(l.value){const f=l.value.getBoundingClientRect();u.top=`${f.height+o.menuMarginTop}px`}return u}),d=e.computed(()=>r.value?o.zIndexOpen:1);e.watch(()=>o.modelValue,u=>{u!==r.value&&(r.value=u)},{immediate:!0}),e.watch(r,u=>{u||setTimeout(()=>{n.value["--translate-x"]="0px"},500)});function c(u){const f=window.innerWidth,p=u.boundingClientRect.x,g=u.boundingClientRect.x+u.boundingClientRect.width,b=p<=0?Math.abs(p)+4:g>=f?f-(g+10):0;n.value["--translate-x"]=`${b}px`}function h(){new IntersectionObserver(u=>{u[0].intersectionRatio>0&&c(u[0])}).observe(i.value)}function m(){r.value=!r.value,a("update:modelValue",r.value)}function y(){r.value=!1,a("update:modelValue",r.value)}return e.onMounted(()=>{e.nextTick(()=>{h()})}),(u,f)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[r.value?(e.openBlock(),e.createElementBlock("div",{key:0,id:"menu-overlay",onClick:y})):e.createCommentVNode("",!0),e.createElementVNode("div",{class:"menu-container",style:e.normalizeStyle(n.value)},[e.createElementVNode("div",{ref_key:"trigger",ref:l,class:"menu-container__trigger",onClick:m},[e.renderSlot(u.$slots,"trigger",{},void 0,!0)],512),e.createVNode(e.Transition,null,{default:e.withCtx(()=>[e.withDirectives(e.createElementVNode("div",{ref_key:"menu",ref:i,class:"menu-container__menu",style:e.normalizeStyle(s.value)},[e.renderSlot(u.$slots,"menu",{},void 0,!0)],4),[[e.vShow,r.value]])]),_:3})],4)],64))}},z4=R4(O4,[["__scopeId","data-v-18c0df61"]]),Oe=t=>(e.pushScopeId("data-v-2504d135"),t=t(),e.popScopeId(),t),U4={key:0,class:"button__icon"},j4={key:0,width:"19",height:"17",viewBox:"0 0 19 17",fill:"none",xmlns:"http://www.w3.org/2000/svg"},$4=["stroke"],H4=["stroke"],W4=["stroke"],G4={key:1,width:"17",height:"18",viewBox:"0 0 17 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},q4=["stroke"],Z4=["stroke"],Y4=["fill"],J4={key:2,width:"17",height:"17",viewBox:"0 0 17 17",fill:"none",xmlns:"http://www.w3.org/2000/svg"},K4=["fill"],X4={key:3,width:"21",height:"18",viewBox:"0 0 21 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},Q4=["stroke"],eg=["stroke"],tg=["stroke"],ag=["stroke"],og=["stroke"],lg={key:4,width:"18",height:"17",viewBox:"0 0 18 17",fill:"none",xmlns:"http://www.w3.org/2000/svg"},ig=Oe(()=>e.createElementVNode("path",{d:"M1.85113 13.0897C1.9303 13.2137 2.01739 13.3404 2.10447 13.4617C2.30239 13.7361 2.51878 14 2.74837 14.2507C3.74589 15.3298 5.01785 16.1504 6.41385 16.5963C6.4719 16.6148 6.52996 16.6332 6.58802 16.6491C6.60385 16.6544 6.61704 16.657 6.63024 16.6623C6.70413 16.6834 6.77538 16.7045 6.84927 16.723C7.54859 16.9077 8.27429 17 9.00264 17C9.73098 17 10.4593 16.9077 11.1586 16.7256C11.3064 16.686 11.4542 16.6438 11.5967 16.5989C11.9187 16.496 12.2353 16.372 12.5414 16.2322C12.7895 16.1187 13.0296 15.9921 13.2645 15.8549C14.2963 15.2533 15.2041 14.438 15.9034 13.467C15.9668 13.3799 16.0301 13.2876 16.0908 13.1926C16.1119 13.1609 16.133 13.1293 16.1541 13.095C16.9432 11.8681 17.405 10.4486 17.4868 8.98945C17.4947 8.84169 17.5 8.69393 17.5 8.54618C17.5 8.53034 17.5 8.51715 17.5 8.50132C17.5 6.90765 17.0646 5.37995 16.2386 4.04222C16.1198 3.85224 15.9932 3.66491 15.8612 3.48021C15.8586 3.47493 15.8559 3.4723 15.8533 3.46702C15.8084 3.40633 15.7636 3.34565 15.7161 3.2876C15.6712 3.22955 15.6237 3.1715 15.5789 3.1161C14.6526 1.98417 13.4466 1.10818 12.0928 0.580475C11.9556 0.525066 11.8105 0.474934 11.668 0.42744C10.8103 0.145118 9.91307 0 9.00264 0C8.09221 0 7.19497 0.14248 6.33732 0.424802C6.19482 0.472295 6.04967 0.525066 5.91245 0.577836C4.55604 1.10554 3.35005 1.98417 2.42378 3.11346C2.37364 3.17678 2.32086 3.24011 2.27072 3.30607C2.2285 3.35884 2.18892 3.41161 2.14933 3.46702C2.14933 3.46702 2.14933 3.46966 2.14669 3.4723C2.14669 3.47493 2.14405 3.47757 2.14142 3.48021C1.43418 4.44591 0.94598 5.53034 0.69792 6.68074C0.660975 6.85224 0.626669 7.02639 0.600279 7.20053C0.571251 7.39578 0.547501 7.59103 0.531667 7.78892C0.521111 7.91293 0.513195 8.03694 0.507917 8.16095C0.502639 8.27441 0.5 8.38786 0.5 8.50132V8.61214C0.502639 8.73615 0.507917 8.8628 0.513195 8.98945C0.595002 10.4486 1.05681 11.8681 1.84586 13.0923L1.85113 13.0897ZM1.82738 7.64908C1.82738 7.63325 1.83002 7.62005 1.83266 7.60422C1.84322 7.52771 1.85377 7.45119 1.86433 7.37731C1.86433 7.36412 1.86697 7.35092 1.86961 7.33773C1.8828 7.25594 1.89863 7.1715 1.91447 7.08971C1.91711 7.07124 1.92238 7.05541 1.92502 7.03694C1.94086 6.95778 1.95933 6.87599 1.9778 6.79683V6.78628C1.99891 6.70449 2.02266 6.62269 2.04378 6.5409C2.04905 6.52243 2.05433 6.5066 2.05961 6.48813C2.08336 6.40897 2.10711 6.32718 2.1335 6.24802L2.14142 6.22164C2.16517 6.14776 2.19156 6.07652 2.21794 6.00264C2.22322 5.98681 2.23114 5.97098 2.23642 5.95515C2.26545 5.87863 2.29711 5.79947 2.32878 5.72559C2.33406 5.70976 2.34197 5.69657 2.34725 5.68338C2.37628 5.61478 2.40795 5.54617 2.43962 5.47757C2.44489 5.46702 2.45017 5.45383 2.45545 5.44063C2.48975 5.36676 2.5267 5.29024 2.56628 5.21636C2.5742 5.20053 2.58212 5.1847 2.59267 5.16887C2.63226 5.09499 2.6692 5.02375 2.71143 4.94987V4.94195H2.7167L3.2656 6.63061L1.82738 7.67546C1.82738 7.67546 1.82738 7.65699 1.83002 7.64908H1.82738ZM4.08367 7.6095L5.62745 8.31926L6.52204 11.0712L5.62481 12.1108H2.74309C2.23642 11.2348 1.92238 10.2612 1.81683 9.25594L4.08367 7.6095ZM7.58026 1.41161C7.65942 1.39578 7.74123 1.37995 7.8204 1.36675C7.84151 1.36412 7.86262 1.35884 7.88109 1.3562C7.96026 1.34301 8.03679 1.33245 8.11596 1.32454C8.13971 1.3219 8.16346 1.31926 8.18721 1.31662C8.24791 1.30871 8.30596 1.30343 8.36666 1.29815C8.39305 1.29815 8.42207 1.29288 8.44846 1.29024C8.52235 1.28496 8.59361 1.27968 8.6675 1.27705C8.69916 1.27705 8.73347 1.27441 8.76514 1.27177C8.82319 1.27177 8.88125 1.26913 8.94194 1.26913C8.98153 1.26913 9.01847 1.26913 9.05806 1.26913C9.11611 1.26913 9.17681 1.26913 9.23487 1.27177C9.26653 1.27177 9.30084 1.27177 9.33251 1.27705C9.4064 1.27968 9.48029 1.28496 9.55154 1.29024C9.58057 1.29024 9.60696 1.29551 9.63334 1.29815C9.69404 1.30343 9.75473 1.30871 9.81279 1.31662C9.83654 1.31926 9.86029 1.3219 9.88668 1.32454C9.96585 1.33509 10.045 1.34565 10.1215 1.3562L10.1849 1.36675C10.264 1.37995 10.3459 1.39314 10.425 1.41161C10.4277 1.41161 10.4303 1.41161 10.4356 1.41161H10.4382L9 2.45646L7.56178 1.41161H7.56442C7.56442 1.41161 7.5697 1.41161 7.57234 1.41161H7.58026ZM9.00528 6.56728L11.1138 8.10026L10.3089 10.5805H7.70165L6.89677 8.10026L9.00528 6.56728ZM15.3018 4.94459V4.94987C15.3466 5.02111 15.3862 5.09499 15.4232 5.16887L15.4469 5.21636C15.4839 5.29024 15.5208 5.36676 15.5577 5.44063C15.563 5.45119 15.5683 5.46438 15.5736 5.47493C15.6052 5.54354 15.6369 5.61214 15.6659 5.68338C15.6712 5.69657 15.6791 5.7124 15.6844 5.72559C15.7161 5.80211 15.7478 5.87863 15.7768 5.95778C15.7821 5.97361 15.79 5.98945 15.7953 6.00528C15.8216 6.07916 15.848 6.1504 15.8718 6.22428C15.8744 6.23219 15.8771 6.24011 15.8797 6.25066C15.9061 6.32982 15.9298 6.40897 15.9536 6.49077C15.9589 6.50923 15.9641 6.52771 15.9694 6.54618C15.9905 6.62797 16.0143 6.70976 16.0328 6.78892C16.0328 6.7942 16.0328 6.79683 16.0328 6.80211C16.0512 6.88127 16.0697 6.96042 16.0855 7.03958L16.0961 7.09235C16.1119 7.17414 16.1278 7.25594 16.141 7.33773C16.141 7.35092 16.1462 7.36412 16.1462 7.37731C16.1568 7.45119 16.1673 7.52771 16.1779 7.60422C16.1779 7.62005 16.1805 7.63325 16.1832 7.64908C16.1832 7.65699 16.1832 7.66755 16.1858 7.67546L14.7476 6.63061L15.2965 4.93931L15.3018 4.94459ZM13.9295 7.61214L16.1937 9.25858C16.0882 10.2639 15.7715 11.2401 15.2675 12.1135H12.3858L11.4912 11.0739L12.3858 8.3219L13.9295 7.61214ZM14.3306 13.3879C14.3306 13.3879 14.3254 13.3931 14.3227 13.3958C14.2673 13.4565 14.2093 13.5172 14.1512 13.5752C14.138 13.5884 14.1248 13.6016 14.1116 13.6148C14.0536 13.6728 13.9929 13.7309 13.9322 13.7889C13.9216 13.7995 13.9111 13.81 13.8979 13.8206C13.8424 13.8707 13.7844 13.9235 13.729 13.971C13.7184 13.9789 13.7079 13.9894 13.6973 14C13.634 14.0554 13.5706 14.1055 13.5047 14.1583C13.4888 14.1715 13.473 14.1821 13.4598 14.1953C13.3938 14.2454 13.3278 14.2955 13.2619 14.3456C13.2619 14.3456 13.2566 14.3483 13.2566 14.3509C13.188 14.4011 13.1194 14.4486 13.0481 14.496C13.0323 14.5066 13.0165 14.5172 12.998 14.5277C12.9294 14.5726 12.8581 14.6174 12.7895 14.6623C12.7763 14.6702 12.7658 14.6781 12.7526 14.6834C12.6892 14.723 12.6233 14.7599 12.5573 14.7968C12.5441 14.8048 12.5283 14.8127 12.5151 14.8206C12.4438 14.8602 12.3699 14.8997 12.296 14.9367C12.2802 14.9446 12.2617 14.9525 12.2459 14.9631C12.1746 15 12.1007 15.0343 12.0295 15.0686C12.0242 15.0686 12.0189 15.0739 12.0137 15.0765H12.0084L12.5573 13.3879H14.3306ZM6.00217 15.0765L5.98898 15.0712C5.91509 15.0369 5.8412 15 5.76731 14.9631C5.75147 14.9551 5.73564 14.9472 5.71981 14.9393C5.64592 14.9024 5.57203 14.8628 5.49814 14.8206C5.48494 14.8127 5.47175 14.8048 5.45855 14.7995C5.39258 14.7625 5.32661 14.723 5.26063 14.6834C5.25008 14.6781 5.23688 14.6702 5.22633 14.6623C5.15508 14.6201 5.08646 14.5726 5.01521 14.5277C4.99938 14.5172 4.98355 14.5066 4.96771 14.496C4.89646 14.4486 4.82785 14.4011 4.75924 14.3509H4.75396C4.68799 14.2982 4.61937 14.248 4.5534 14.1953C4.53757 14.1821 4.52437 14.1715 4.50854 14.1583C4.44256 14.1055 4.37923 14.0554 4.3159 14C4.30534 13.9894 4.29478 13.9815 4.28159 13.971C4.22353 13.9208 4.16812 13.8707 4.1127 13.8206C4.10214 13.81 4.08895 13.7995 4.07839 13.7889C4.0177 13.7335 3.957 13.6755 3.89894 13.6148C3.88575 13.6016 3.87256 13.5884 3.85936 13.5752C3.8013 13.5172 3.74589 13.4591 3.69047 13.3984C3.68783 13.3958 3.68519 13.3931 3.67991 13.3879H5.45328L6.00217 15.0765C6.00217 15.0765 5.99954 15.0765 5.9969 15.0765H6.00217ZM7.50636 15.5726L6.63552 12.8971L7.53012 11.8602H10.4804L11.375 12.8971L10.5042 15.5726C9.52251 15.7784 8.48805 15.781 7.50373 15.5726H7.50636ZM14.3755 3.66755L13.4809 6.41953L11.9371 7.12929L9.6439 5.46174V3.57784L11.9503 1.90237C12.8713 2.31135 13.6999 2.91557 14.3781 3.66755H14.3755ZM6.06287 1.90237L8.3693 3.57784V5.46174L6.07606 7.12929L4.53229 6.41953L3.63769 3.66755C4.3159 2.91557 5.14452 2.31398 6.06551 1.90237H6.06287Z",fill:"#979DA2"},null,-1)),rg=[ig],ng={key:5,width:"19",height:"19",viewBox:"0 0 19 19",fill:"none",xmlns:"http://www.w3.org/2000/svg"},sg=Oe(()=>e.createElementVNode("path",{d:"M17.182 5.9a.538.538 0 0 0-.13-.416L14.24 2.109a.558.558 0 0 0-.433-.203h-2.25c-.017 0-.034.012-.056.012a.557.557 0 0 0-.563.41 1.68 1.68 0 0 1-1.63 1.266 1.68 1.68 0 0 1-1.632-1.266.55.55 0 0 0-.563-.41c-.017 0-.033-.012-.056-.012h-2.25a.558.558 0 0 0-.433.203L1.561 5.484a.586.586 0 0 0-.129.416c.017.152.09.287.208.382l2.605 2.082v8.167c0 .31.253.563.562.563h9c.31 0 .563-.253.563-.563V8.364l2.604-2.082a.59.59 0 0 0 .208-.382zm-3.937 4.444H5.37V9.78h7.875v.563zM5.37 15.969v-4.5h7.875v4.5H5.37zm9-9.045v-.518a.564.564 0 0 0-.563-.562.564.564 0 0 0-.562.562v2.25H5.37v-2.25a.564.564 0 0 0-.563-.562.564.564 0 0 0-.562.562v.518L2.793 5.765l2.278-2.734h1.66A2.802 2.802 0 0 0 9.307 4.72a2.803 2.803 0 0 0 2.576-1.688h1.66l2.278 2.734-1.451 1.159z",fill:"#98A2B3"},null,-1)),dg=[sg],cg={key:6,width:"19",height:"19",viewBox:"0 0 19 19",fill:"none",xmlns:"http://www.w3.org/2000/svg"},mg=Oe(()=>e.createElementVNode("path",{d:"M15.426 3.353a2.384 2.384 0 0 0-2.381 2.381 2.384 2.384 0 0 0 2.381 2.382 2.384 2.384 0 0 0 2.381-2.382 2.384 2.384 0 0 0-2.381-2.38zm0 3.766a1.386 1.386 0 0 1-1.385-1.385c0-.763.622-1.384 1.385-1.384s1.385.621 1.385 1.384c0 .764-.622 1.385-1.385 1.385zM1.424 6.558a.497.497 0 0 0 .704 0l1.295-1.296L4.72 6.558a.497.497 0 0 0 .704 0 .498.498 0 0 0 0-.705L4.128 4.558l1.295-1.295a.498.498 0 0 0-.705-.705L3.423 3.853 2.128 2.558a.499.499 0 0 0-.704.705l1.295 1.295-1.295 1.295a.498.498 0 0 0 0 .705zM13.013 12.443a.498.498 0 0 0-.705 0l-1.295 1.295-1.295-1.295a.499.499 0 0 0-.704.704l1.295 1.295-1.295 1.295a.499.499 0 0 0 .704.705l1.295-1.295 1.295 1.295a.497.497 0 0 0 .705 0 .498.498 0 0 0 0-.705l-1.295-1.295 1.295-1.295a.498.498 0 0 0 0-.704zM12.052 5.455l-2.01-1.747a.498.498 0 0 0-.654.753l1.066.926c-3.145.411-5.008 2.055-6.043 3.444a9.569 9.569 0 0 0-1.501 3.012 2.384 2.384 0 0 0-2.103 2.364 2.384 2.384 0 0 0 2.381 2.381 2.384 2.384 0 0 0 2.381-2.381 2.385 2.385 0 0 0-1.647-2.265 8.674 8.674 0 0 1 1.312-2.547C6.53 7.674 8.33 6.66 10.594 6.372l-.992 1.142a.498.498 0 0 0 .752.654l1.747-2.01a.498.498 0 0 0-.05-.703zm-7.48 8.752c0 .763-.62 1.384-1.384 1.384a1.386 1.386 0 0 1-1.384-1.384c0-.764.62-1.385 1.384-1.385.763 0 1.385.622 1.385 1.385z",fill:"#98A2B3",stroke:"#98A2B3","stroke-width":".3"},null,-1)),pg=[mg],ug={key:7,width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},fg=Oe(()=>e.createElementVNode("rect",{x:".707",y:".9",width:"5.2",height:"5.2",rx:".8",stroke:"#98A2B3","stroke-width":"1.2"},null,-1)),hg=Oe(()=>e.createElementVNode("rect",{x:"8.707",y:".9",width:"5.2",height:"5.2",rx:".8",fill:"#98A2B3",stroke:"#98A2B3","stroke-width":"1.2"},null,-1)),yg=Oe(()=>e.createElementVNode("rect",{x:".707",y:"8.9",width:"5.2",height:"5.2",rx:".8",fill:"#98A2B3",stroke:"#98A2B3","stroke-width":"1.2"},null,-1)),gg=Oe(()=>e.createElementVNode("rect",{x:"8.707",y:"8.9",width:"5.2",height:"5.2",rx:".8",stroke:"#98A2B3","stroke-width":"1.2"},null,-1)),bg=[fg,hg,yg,gg],Sg={key:8,width:"19",height:"19",viewBox:"0 0 19 19",fill:"none",xmlns:"http://www.w3.org/2000/svg"},_g=e.createStaticVNode('<g clip-path="url(#gpdeo9cu3a)" fill="#98A2B3" data-v-2504d135><path d="M9.307.5C4.505.5.598 4.407.598 9.209c0 2 .69 3.938 1.946 5.486l-.754 3.159a.524.524 0 0 0 .727.599l3.038-1.384a8.743 8.743 0 0 0 3.752.848c4.802 0 8.709-3.907 8.709-8.708C18.016 4.407 14.109.5 9.307.5zm0 16.368a7.574 7.574 0 0 1-3.502-.845.525.525 0 0 0-.457-.011l-2.289 1.042.566-2.372a.524.524 0 0 0-.113-.465A7.657 7.657 0 0 1 1.647 9.21c0-4.224 3.436-7.66 7.66-7.66s7.66 3.436 7.66 7.66c0 4.223-3.436 7.66-7.66 7.66z" data-v-2504d135></path><path d="M9.68 5.199c-1.094-.115-2.459.397-3.041 1.797a.524.524 0 0 0 .968.403c.375-.902 1.255-1.231 1.964-1.157.721.075 1.232.542 1.365 1.25.13.693-.136 1.097-1.097 1.662-1.042.613-1.372.874-1.372 2.27a.524.524 0 0 0 1.049 0c0-.479.033-.715.118-.843.094-.14.33-.283.737-.523.666-.392 1.905-1.12 1.596-2.76-.221-1.171-1.098-1.975-2.288-2.1zM9.145 12.673a.608.608 0 0 0-.506.17c-.13.13-.19.31-.17.505a.525.525 0 0 0 .939.263.523.523 0 0 0-.263-.938z" data-v-2504d135></path></g><defs data-v-2504d135><clipPath id="gpdeo9cu3a" data-v-2504d135><path fill="#fff" transform="translate(.307 .5)" d="M0 0h18v18H0z" data-v-2504d135></path></clipPath></defs>',2),Cg=[_g],Eg={class:"button__text"},wg={key:0,class:"info-container"},kg={key:1,style:{width:"20px"}},Vg={width:"8",height:"4",viewBox:"0 0 8 4",fill:"none",xmlns:"http://www.w3.org/2000/svg"},Ng=["fill"],xg={__name:"ButtonFilter",props:{isActive:{type:Boolean,default:!1},showBadge:{type:Boolean,default:!0},showBadgeOnFilterFull:{type:Boolean,default:!0},text:{type:String,default:""},infoValue:{type:[String,Number],default:""},filtersTotal:{type:Number,default:0},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"},showIcon:{type:Boolean,default:!0}},setup(t){const a=t,o=e.computed(()=>({"--height":a.height,"--width":a.width,"--text-font-family":a.textFontFamily,"--text-font-size":a.textFontSize,"--background-color":a.backgroundColor,"--border-radius":a.borderRadius,"--border-color":a.isActive?a.borderColorActive:a.borderColor,"--border-width":a.borderWidth,"--padding":a.padding,"--font-color":a.fontColor})),l=e.computed(()=>({"--info-background-color":a.infoValue?a.infoBackgroundColor:"transparent","--info-border-color":a.infoValue?a.infoBorderColor:"transparent","--info-border-radius":a.infoBorderRadius,"--info-font-family":a.infoFontFamily,"--info-font-size":a.infoFontSize,"--info-font-color":a.infoFontColor,"--info-height":a.infoHeight,"--info-width":a.infoWidth})),r=e.computed(()=>[S.PLAYS_TYPES,S.GOLSTATS,S.TOURNAMENTS,S.PLAYS,S.RESULTS,S.RESULTS_BY_TIME].includes(a.iconType)),i=e.computed(()=>[S.FIELD,S.GAMES].includes(a.iconType)),n=e.computed(()=>[S.DETAILS,S.UNIVERSE].includes(a.iconType)),s=e.computed(()=>[S.PERSONAL_DATA].includes(a.iconType)),d=e.computed(()=>[S.PRODUCTIVITY].includes(a.iconType)),c=e.computed(()=>[S.HOW_WAS_CORNER].includes(a.iconType)),h=e.computed(()=>[S.TAKEN_CORNERS].includes(a.iconType)),m=e.computed(()=>[S.ZONE].includes(a.iconType)),y=e.computed(()=>[S.WHAT_HAPPENED].includes(a.iconType));return(u,f)=>(e.openBlock(),e.createElementBlock("div",{class:"button",style:e.normalizeStyle(o.value)},[t.showIcon?(e.openBlock(),e.createElementBlock("div",U4,[s.value?(e.openBlock(),e.createElementBlock("svg",j4,[e.createElementVNode("path",{d:"M12.6665 16.0001V14.3334C12.6665 13.4494 12.3153 12.6015 11.6902 11.9764C11.0651 11.3513 10.2173 11.0001 9.33323 11.0001H4.33329C3.44925 11.0001 2.60141 11.3513 1.9763 11.9764C1.35119 12.6015 1 13.4494 1 14.3334V16.0001",stroke:t.iconColor,"stroke-opacity":"1","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"},null,8,$4),e.createElementVNode("path",{d:"M6.83329 7.66658C8.67422 7.66658 10.1666 6.17422 10.1666 4.33329C10.1666 2.49237 8.67422 1 6.83329 1C4.99237 1 3.5 2.49237 3.5 4.33329C3.5 6.17422 4.99237 7.66658 6.83329 7.66658Z",stroke:t.iconColor,"stroke-opacity":"1","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"},null,8,H4),e.createElementVNode("path",{d:"M15.164 5.16663V10.1666M17.664 7.66659H12.6641",stroke:t.iconColor,"stroke-opacity":"1","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"},null,8,W4)])):e.createCommentVNode("",!0),r.value?(e.openBlock(),e.createElementBlock("svg",G4,[e.createElementVNode("path",{d:"M11.3464 15.7091C13.2744 15.7091 14.8373 14.1462 14.8373 12.2182C14.8373 10.2902 13.2744 8.72729 11.3464 8.72729C9.4184 8.72729 7.85547 10.2902 7.85547 12.2182C7.85547 14.1462 9.4184 15.7091 11.3464 15.7091Z",stroke:t.iconColor,"stroke-width":"1.2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,q4),e.createElementVNode("path",{d:"M15.9996 16.8727L14.8359 15.7091",stroke:t.iconColor,"stroke-width":"1.2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,Z4),e.createElementVNode("path",{d:"M1.74545 14.1136H5.57341C5.80365 14.6432 6.11192 15.1265 6.4797 15.5591H1.74545C0.85957 15.5591 0.15 14.8495 0.15 13.9636V1.74545C0.15 0.85957 0.85957 0.15 1.74545 0.15H13.9636C14.8495 0.15 15.5591 0.85957 15.5591 1.74545V8.27117C15.1619 7.74472 14.6701 7.28299 14.1136 6.90213V1.74545V1.59545H13.9636H1.74545H1.59545V1.74545V13.9636V14.1136H1.74545ZM3.64091 3.64091H12.0682V5.08636H3.64091V3.64091ZM3.64091 7.13182H7.39844C6.87199 7.52898 6.41026 8.02079 6.0294 8.57727H3.64091V7.13182ZM3.64091 10.6227H5.20065C5.12651 11.0081 5.08636 11.3945 5.08636 11.7818V12.0682H3.64091V10.6227Z",fill:t.iconColor,stroke:"#353F47","stroke-width":"0.3"},null,8,Y4)])):e.createCommentVNode("",!0),n.value?(e.openBlock(),e.createElementBlock("svg",J4,[e.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.5 0C13.1944 0 17 3.80558 17 8.5C17 13.1944 13.1944 17 8.5 17C3.80558 17 0 13.1944 0 8.5C0 3.80558 3.80558 0 8.5 0ZM8.49751 1.54553C4.65662 1.54553 1.54297 4.65919 1.54297 8.50008C1.54297 12.341 4.65662 15.4546 8.49751 15.4546C12.3384 15.4546 15.4521 12.341 15.4521 8.50008C15.4521 4.65919 12.3384 1.54553 8.49751 1.54553ZM8.49929 3.09082C8.92605 3.09082 9.27202 3.43678 9.27202 3.86355V8.12198L12.451 10.5945C12.7878 10.8565 12.8485 11.342 12.5865 11.6789C12.3245 12.0157 11.839 12.0764 11.5022 11.8144L8.02488 9.10986C7.83666 8.96347 7.72656 8.73837 7.72656 8.49991V3.86355C7.72656 3.43678 8.07252 3.09082 8.49929 3.09082Z",fill:t.iconColor},null,8,K4)])):e.createCommentVNode("",!0),i.value?(e.openBlock(),e.createElementBlock("svg",X4,[e.createElementVNode("rect",{x:"1.16772",y:"1.16699",width:"19",height:"15.6667",stroke:t.iconColor},null,8,Q4),e.createElementVNode("rect",{x:"16.1677",y:"6.16699",width:"4",height:"5.66667",stroke:t.iconColor},null,8,eg),e.createElementVNode("rect",{x:"1.16772",y:"6.16699",width:"4",height:"5.66667",stroke:t.iconColor},null,8,tg),e.createElementVNode("path",{d:"M10.6677 0.666992V16.5003",stroke:t.iconColor},null,8,ag),e.createElementVNode("path",{d:"M13.5033 9.00032C13.5033 10.5651 12.2348 11.8337 10.67 11.8337C9.1052 11.8337 7.83667 10.5651 7.83667 9.00032C7.83667 7.43552 9.1052 6.16699 10.67 6.16699C12.2348 6.16699 13.5033 7.43552 13.5033 9.00032Z",stroke:t.iconColor},null,8,og)])):e.createCommentVNode("",!0),d.value?(e.openBlock(),e.createElementBlock("svg",lg,rg)):e.createCommentVNode("",!0),h.value?(e.openBlock(),e.createElementBlock("svg",ng,dg)):e.createCommentVNode("",!0),c.value?(e.openBlock(),e.createElementBlock("svg",cg,pg)):e.createCommentVNode("",!0),m.value?(e.openBlock(),e.createElementBlock("svg",ug,bg)):e.createCommentVNode("",!0),y.value?(e.openBlock(),e.createElementBlock("svg",Sg,Cg)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.createElementVNode("div",Eg,e.toDisplayString(t.text),1),t.showBadge?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[t.showBadgeOnFilterFull?(e.openBlock(),e.createElementBlock("div",wg,[e.createElementVNode("div",{class:"button__info",style:e.normalizeStyle(l.value)},[e.withDirectives(e.createElementVNode("span",null,e.toDisplayString(t.infoValue),513),[[e.vShow,t.infoValue]])],4)])):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[t.filtersTotal>0&&t.filtersTotal!=parseInt(t.infoValue)?(e.openBlock(),e.createElementBlock("div",{key:0,class:"button__info",style:e.normalizeStyle(l.value)},[e.withDirectives(e.createElementVNode("span",null,e.toDisplayString(t.infoValue),513),[[e.vShow,t.infoValue]])],4)):t.filtersTotal>0?(e.openBlock(),e.createElementBlock("div",kg)):e.createCommentVNode("",!0)],64))],64)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(["button__arrow",{"rotated-180":t.isActive}])},[(e.openBlock(),e.createElementBlock("svg",Vg,[e.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:t.arrowColor},null,8,Ng)]))],2)],4))}},Bg=J(xg,[["__scopeId","data-v-2504d135"]]),Fg=(t,a)=>{const o=t.__vccOpts||t;for(const[l,r]of a)o[l]=r;return o},Tg=t=>(e.pushScopeId("data-v-0ca35abc"),t=t(),e.popScopeId(),t),Mg={class:"panel__activator__icon"},Ag=["src"],Lg={class:"panel__activator__text"},Pg=["height","width"],Dg=["stroke"],Ig={class:"panel__content"},vg=Tg(()=>e.createElementVNode("div",{class:"panel__content__separator"},null,-1)),Rg={class:"panel__content__slot"},Og={__name:"GSC-ExpansionPanel",props:{modelValue:{type:Boolean,default:!1},text:{type:String,default:""},textColor:{type:String,default:"white"},textFontFamily:{type:String,default:"sans-serif"},textFontSize:{type:String,default:"12px"},icon:{type:String,default:""},height:{type:String,default:"fit-content"},width:{type:String,default:"fit-content"},backgroundColor:{type:String,default:"#2E3A45"},borderRadius:{type:String,default:"4px"},borderWidth:{type:String,default:"1px"},borderColor:{type:String,default:"rgba(255, 255, 255, 0.1)"},arrowHeight:{type:Number,default:24},arrowWidth:{type:Number,default:24},arrowColor:{type:String,default:"white"},separatorWidth:{type:String,default:"100%"},separatorColor:{type:String,default:"rgba(255, 255, 255, 0.1)"},panelPadding:{type:String,default:"0px 6px"}},emits:["update:modelValue"],setup(t,{emit:a}){const o=t,l=e.ref(o.modelValue),r=e.computed(()=>({"--activator-height":o.height,"--activator-text-font-family":o.textFontFamily,"--activator-text-font-size":o.textFontSize,"--activator-text-color":o.textColor,"--background-color":o.backgroundColor,"--panel-width":o.width,"--panel-padding":o.panelPadding,"--panel-border-radius":o.borderRadius,"--panel-border-color":o.borderColor,"--panel-border-width":o.borderWidth,"--arrow-height":o.arrowHeight,"--arrow-width":o.arrowWidth,"--separator-width":o.separatorWidth,"--separator-color":o.separatorColor}));e.watch(()=>o.modelValue,n=>{l.value=n},{immediate:!0});function i(){l.value=!l.value,a("update:modelValue",l.value)}return(n,s)=>(e.openBlock(),e.createElementBlock("div",{class:"panel",style:e.normalizeStyle(r.value)},[e.createElementVNode("div",{class:"panel__activator",onClick:i},[e.createElementVNode("div",Mg,[o.icon?(e.openBlock(),e.createElementBlock("img",{key:0,src:o.icon,alt:""},null,8,Ag)):e.createCommentVNode("",!0)]),e.createElementVNode("div",Lg,e.toDisplayString(t.text),1),e.createElementVNode("div",{class:e.normalizeClass(["panel__activator__arrow",{"rotated-180":l.value}])},[(e.openBlock(),e.createElementBlock("svg",{height:t.arrowHeight,width:t.arrowWidth,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[e.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:t.arrowColor},null,8,Dg)],8,Pg))],2)]),e.createVNode(e.Transition,null,{default:e.withCtx(()=>[e.withDirectives(e.createElementVNode("div",Ig,[vg,e.createElementVNode("div",Rg,[e.renderSlot(n.$slots,"content",{},void 0,!0)])],512),[[e.vShow,l.value]])]),_:3})],4))}},zg=Fg(Og,[["__scopeId","data-v-0ca35abc"]]),ke={isPlayingAsHidden:!1,playingAs:[{name:"Local",isSelected:!0,value:1},{name:"Visitante",isSelected:!0,value:2}],gameSections:[{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}],statisticType:"total",isStatisticTypeVisible:!1},Ug={offensive:{title:"Ofensivo",categories:[{name:"Goles",isSelected:!1,id:[12]},{name:"Asistencias",isSelected:!1,id:[10]},{name:"Participaciones en gol",isSelected:!1,id:[27]},{name:"Cabeceos en área rival",isSelected:!1,id:[330,333,423,577,578,331,334,424]},{name:"Tiros a gol totales",isSelected:!1,id:[91,95,92,93,96,97]},{name:"Tiros a gol con destino a portería",isSelected:!1,id:[91,95]},{name:"Tiros a gol fuera del área",isSelected:!1,id:[94]},{name:"Tiros a gol fuera del área con destino a portería",isSelected:!1,id:[95]},{name:"Tiros a gol dentro del área",isSelected:!1,id:[90]},{name:"Tiros a gol dentro del área con destino a portería",isSelected:!1,id:[91]},{name:"Centros por izquierda",isSelected:!1,id:[13]},{name:"Centros por izquierda acertados",isSelected:!1,id:[98,101,104,105]},{name:"Centros por derecha",isSelected:!1,id:[25]},{name:"Centros por derecha acertados",isSelected:!1,id:[109,112,115,116]},{name:"1vs1 exitosos ofensivos",isSelected:!1,id:[4]},{name:"1vs1 que terminan en gol",isSelected:!1,id:[88]}]},defensive:{title:"Defensivo",categories:[{name:"Bálones ganados en área propia",isSelected:!1,id:[234,241,281,288,399,401,211,231,238,244,280,287,294]},{name:"Cabeceo en área propia",isSelected:!1,id:[211,231,238,244,280,287,294]},{name:"1vs1 defensivos exitosos",isSelected:!1,id:[5]},{name:"Rechaces",isSelected:!1,id:[34]}]},possession:{title:"Posesión",categories:[{name:"Bálones recuperados totales",isSelected:!1,id:[222,223,224,225]},{name:"Bálones recuperados 1/4 de cancha",isSelected:!1,id:[222]},{name:"Bálones recuperados 2/4 de cancha",isSelected:!1,id:[223]},{name:"Bálones recuperados 3/4 de cancha",isSelected:!1,id:[224]},{name:"Bálones recuperados 4/4 de cancha",isSelected:!1,id:[225]},{name:"Pases acertados",isSelected:!1,id:[213,214,215,216]},{name:"Pases acertados en 1/4 de cancha",isSelected:!1,id:[213]},{name:"Pases acertados en 2/4 de cancha",isSelected:!1,id:[214]},{name:"Pases acertados en 3/4 de cancha",isSelected:!1,id:[215]},{name:"Pases acertados en 4/4 de cancha",isSelected:!1,id:[216]}]},offensesConditions:{areYellowCardSelected:!1,areRedCardSelected:!1,areFoulsCommittedSelected:!1}},jg={offensive:{title:"Ofensivo",categories:[{name:"Goles",isSelected:!0,id:1},{name:"Tiros a gol",isSelected:!0,id:2},{name:"Tiros a gol con destino a portería",isSelected:!0,id:7},{name:"Asistencias",isSelected:!0,id:4},{name:"Centros",isSelected:!0,id:10},{name:"Centros acertados",isSelected:!0,id:11},{name:"Participaciones en gol",isSelected:!0,id:5},{name:"1vs1 exitosos ofensivos",isSelected:!0,id:12},{name:"1vs1 exitosos ofensivos que terminan en gol",isSelected:!0,id:13},{name:"Balones ganados en área rival",isSelected:!0,id:17},{name:"Cabeceos en área rival",isSelected:!0,id:8},{name:"Tiros de esquina",isSelected:!0,id:23}]},defensive:{title:"Defensivo",categories:[{name:"1vs1 defensivos exitosos",isSelected:!0,id:14},{name:"Cabeceo en área propia",isSelected:!0,id:9},{name:"Balones ganados en área propia",isSelected:!0,id:16},{name:"Rechaces",isSelected:!0,id:15},{name:"Atajadas",isSelected:!0,id:22}]},possession:{title:"Posesión",categories:[{name:"Pases acertados",isSelected:!0,id:2},{name:"Balones recuperados en disputa",isSelected:!0,id:3}]},offenses:{title:"Infracciones",categories:[{name:"Faltas cometidas",isSelected:!0,id:21},{name:"Faltas recibidas",isSelected:!0,id:19},{name:"Tarjetas amarillas",isSelected:!0,id:20},{name:"Tarjetas rojas",isSelected:!0,id:21}]}},$g={minutesPlayed:0,percentMinutesPlayed:0,lastMonths:Array.from({length:24},(t,a)=>a+1),selectedMonth:12,statistics:{totals:!0,averagePerGame:!1,averagePerMinute:!1}},Hg=[{name:"Sub-20",logo:null,isSelected:!0,id:44,show_logos:0,tournament_type:0,tournament_status:0,seasons:[{name:"Clausura 2023",related_seasons:[{type:1,id:1752}],id:1713,type:0},{name:"Apertura 2022",related_seasons:[{type:1,id:1592}],id:1542,type:0},{name:"Grita Mexico C22",related_seasons:[{type:1,id:1521}],id:1486,type:0}]},{name:"Sub-16",logo:null,isSelected:!0,id:1095,show_logos:0,tournament_type:0,tournament_status:0,seasons:[{name:"Apertura 2023",related_seasons:[],id:1783,type:0},{name:"Clausura 2023",related_seasons:[{type:1,id:1750}],id:1715,type:0},{name:"Apertura 2022",related_seasons:[{type:1,id:1652}],id:1541,type:0},{name:"Grita Mexico C22",related_seasons:[{type:1,id:1527}],id:1488,type:0}]},{name:"Tournoi Maurice Revello",logo:null,isSelected:!0,id:108,show_logos:0,tournament_type:0,tournament_status:0,seasons:[{name:"Tournoi Maurice Revello 23",related_seasons:[],id:1770,type:0}]},{name:"Liga MX Femenil",logo:"https://golstatsimages.blob.core.windows.net/tournaments/femenil_mx.png",isSelected:!0,id:1001,show_logos:1,tournament_type:0,tournament_status:0,seasons:[{name:"Apertura 2023",related_seasons:[],id:1777,type:0},{name:"Clausura 2023",related_seasons:[{type:1,id:1747}],id:1696,type:0},{name:"Apertura 2022",related_seasons:[{type:1,id:1655}],id:1539,type:0},{name:"Grita Mexico C22",related_seasons:[{type:1,id:1523}],id:1485,type:0},{name:"Grita Mexico A21",related_seasons:[{type:1,id:1458}],id:1402,type:0},{name:"Guard1anes Clausura 2021",related_seasons:[{type:1,id:1384}],id:1323,type:0},{name:"Guard1anes 2020",related_seasons:[{type:1,id:1318}],id:1283,type:0},{name:"Clausura 2020",related_seasons:[],id:1241,type:0},{name:"Apertura 2019",related_seasons:[{type:1,id:1227}],id:1157,type:0},{name:"Clausura 2019",related_seasons:[{type:1,id:1132}],id:1095,type:0},{name:"Apertura 2018",related_seasons:[{type:1,id:1072}],id:1004,type:0},{name:"Clausura 2018",related_seasons:[{type:1,id:1237}],id:1236,type:0}]},{name:"Sub-23",logo:null,isSelected:!0,id:1143,show_logos:0,tournament_type:0,tournament_status:0,seasons:[{name:"Apertura 2023",related_seasons:[],id:1785,type:0}]},{name:"FIFA World Cup",logo:null,isSelected:!0,id:33,show_logos:0,tournament_type:1,tournament_status:0,seasons:[{name:"Copa del Mundo 2022",related_seasons:[],id:1512,type:0},{name:"Copa del Mundo 2018",related_seasons:[],id:881,type:0}]},{name:"Liga MX",logo:"https://golstatsimages.blob.core.windows.net/tournaments/liga_mx.png",isSelected:!0,id:1,show_logos:1,tournament_type:0,tournament_status:0,seasons:[{name:"Apertura 2023",related_seasons:[],id:1772,type:0},{name:"Clausura 2023",related_seasons:[{type:2,id:1745},{type:1,id:1746}],id:1694,type:0},{name:"Apertura 2022",related_seasons:[{type:2,id:1591},{type:1,id:1594}],id:1535,type:0},{name:"Grita Mexico C22",related_seasons:[{type:2,id:1520},{type:1,id:1525}],id:1476,type:0},{name:"Grita Mexico A21",related_seasons:[{type:2,id:1446},{type:1,id:1456}],id:1401,type:0},{name:"Guard1anes Clausura 2021",related_seasons:[{type:2,id:1382},{type:1,id:1383}],id:1325,type:0},{name:"Guard1anes 2020",related_seasons:[{type:2,id:1311},{type:1,id:1316}],id:1275,type:0},{name:"Clausura 2020",related_seasons:[],id:1239,type:0},{name:"Apertura 2019",related_seasons:[{type:1,id:1231}],id:1155,type:0},{name:"Clausura 2019",related_seasons:[{type:1,id:1135}],id:1093,type:0},{name:"Apertura 2018",related_seasons:[{type:1,id:1075}],id:1002,type:0}]},{name:"Liga Expansion MX",logo:"https://golstatsimages.blob.core.windows.net/tournaments/expansion_mx.png",isSelected:!0,id:1071,show_logos:1,tournament_type:0,tournament_status:0,seasons:[{name:"Apertura 2023",related_seasons:[],id:1776,type:0},{name:"Clausura 2023",related_seasons:[{type:2,id:1742},{type:1,id:1748}],id:1695,type:0},{name:"Apertura 2022",related_seasons:[{type:2,id:1598},{type:1,id:1618}],id:1544,type:0},{name:"Grita Mexico C22",related_seasons:[{type:2,id:1515},{type:1,id:1519}],id:1484,type:0},{name:"Grita Mexico A21",related_seasons:[{type:2,id:1454},{type:1,id:1463}],id:1408,type:0},{name:"Guard1anes Clausura 2021",related_seasons:[{type:2,id:1378},{type:1,id:1380}],id:1327,type:0},{name:"Guard1anes 2020",related_seasons:[{type:2,id:1315},{type:1,id:1317}],id:1287,type:0}]},{name:"Copa Oro",logo:null,isSelected:!0,id:29,show_logos:0,tournament_type:1,tournament_status:0,seasons:[{name:"Copa Oro 2023",related_seasons:[],id:1741,type:0}]},{name:"Women Revelations Cup",logo:null,isSelected:!0,id:1137,show_logos:0,tournament_type:0,tournament_status:0,seasons:[{name:"Women Revelations Cup 2023",related_seasons:[],id:1731,type:0}]},{name:"Leagues Cup",logo:null,isSelected:!0,id:1046,show_logos:0,tournament_type:1,tournament_status:0,seasons:[{name:"Leagues Cup 2023",related_seasons:[],id:1784,type:0}]},{name:"Sub-18",logo:null,isSelected:!0,id:1096,show_logos:0,tournament_type:0,tournament_status:0,seasons:[{name:"Apertura 2023",related_seasons:[],id:1782,type:0},{name:"Clausura 2023",related_seasons:[{type:1,id:1751}],id:1714,type:0},{name:"Apertura 2022",related_seasons:[{type:1,id:1593}],id:1543,type:0},{name:"Grita Mexico C22",related_seasons:[{type:1,id:1522}],id:1487,type:0}]}],Wg=[{id:1,name:"Goles",isSelected:!1},{id:2,name:"Tiros a gol",isSelected:!1},{id:3,name:"Asistencias",isSelected:!1},{id:4,name:"Centros",isSelected:!1},{id:5,name:"Balones ganados en área propia",isSelected:!1},{id:6,name:"Participaciones en gol",isSelected:!1},{id:7,name:"Cabeceo area rival",isSelected:!1}],Gg=[{id:1,name:"Mas goles anotados",isSelected:!1,value:1},{id:2,name:"Mas goles durante los ultimos 15 min de 2do tiempo",isSelected:!1,value:7},{id:3,name:"Con mas goles como visitante",isSelected:!1,value:3},{id:4,name:"Con mas goles como local",isSelected:!1,value:3},{id:5,name:"Mas goles durante el 1er tiempo",isSelected:!1,value:3},{id:6,name:"Mas goles durante el 2do tiempo",isSelected:!1,value:3},{id:7,name:"Mas goles como local durante el 2do tiempo",isSelected:!1,value:7}],qg={distance:{minValue:5,maxValue:30,minLimit:5,maxLimit:30}},Ol={results:[{name:"Partidos ganados",value:1,isSelected:!0},{name:"Partidos perdidos",value:2,isSelected:!0},{name:"Partidos empatados",value:3,isSelected:!0}]},Zg={class:"filters"},Yg={key:0,class:"filters__expansion"},Jg={class:"content"},Kg={key:1,class:"filters__menus"},Xg={__name:"GSC-Filters",props:{filterType:{type:String,default:""},isFromTemplates:{type:Boolean,default:!1},isForTemplateForm:{type:Boolean,default:!1},isForTemplatesForm:{type:Boolean,default:!1},isExpansionPanel:{type:Boolean,default:!1},isFemale:{type:Boolean,default:!1},showBadgeOnFilterFull:{type:Boolean,default:!0},isScouting:{type:Boolean,default:!1},isSeleccion:{type:Boolean,default:!1},filters:{type:[Object,Array],default:()=>null},awaitForFilters:{type:Boolean,default:!1},menuButtonText:{type:String,default:""},expansionPanelText:{type:String,default:""},buttonFilterProps:{type:Object,default:()=>{}},expansionPanelProps:{type:Object,default:()=>{}},templateProps:{type:Object,default:()=>{}},fieldComponentProps:{type:Object,default:()=>{}},tournament:{type:Object,default:()=>null},season:{type:Object,default:()=>({})},token:{type:String,default:"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MCwibmFtZSI6IlVzdWFyaW8gRnJlZSIsInVzZXJuYW1lIjoiZnJlZUBnb2xzdGF0cy5jb20iLCJlbWFpbCI6ImZyZWVAZ29sc3RhdHMuY29tIiwiaWF0IjoxNjA2NzU4Nzk1LCJleHAiOjE2MzgyOTQ3OTV9.kPNmP7yDtk38cAXrUyc7OHRh6J25VFqy-XUNzbK-4YE"},width:{type:String,default:"fit-content"},modalHeight:{type:String,default:"fit-content"},isOneTournamentOnly:{type:Boolean,default:!1},defaultTournamentId:{type:Number,default:1},productivityMaxCategories:{type:Number,default:5},productivityMinCategories:{type:Number,default:0}},emits:["update:filters","apply","close","click-parameters"],setup(t,{expose:a,emit:o}){const l=t;e.useCssVars(x=>({"5274d93a":t.width}));const r={width:"604px",maxWidth:"604px",backgroundColor:"#2E3B46",borderRadius:"12px",filterType:S.PRODUCTIVITY,isFooterVisible:!0},i={width:"604px",maxWidth:"604px",padding:"0 20px 10px 20px",backgroundColor:"#2E3B46",borderRadius:"12px",filterType:S.PLAYS,isFooterVisible:!0},n={width:"fit-content",maxWidth:"608px",backgroundColor:"#2E3B46",borderRadius:"12px",filterType:S.FIELD,isFooterVisible:!0},s={width:"320px",maxWidth:"320px",backgroundColor:"#2E3B46",borderRadius:"12px",filterType:S.DETAILS,isFooterVisible:!0},d={width:"246px",maxWidth:"246px",backgroundColor:"#2E3B46",borderRadius:"12px",filterType:S.TOURNAMENTS,isFooterVisible:!0},c={width:"310px",maxWidth:"310px",backgroundColor:"#2E3B46",borderRadius:"12px",filterType:S.PERSONAL_DATA,isFooterVisible:!0},h={width:"310px",modalHeight:l.modalHeight,maxWidth:"310px",backgroundColor:"#2E3B46",borderRadius:"12px",filterType:S.PLAYS_TYPES,isFooterVisible:!0,isFooterCancelOnly:!0},m={width:"380px",modalHeight:l.modalHeight,maxWidth:"380px",backgroundColor:"#2E3B46",borderRadius:"12px",filterType:S.GOLSTATS,isFooterVisible:!0,isFooterCancelOnly:!0},y={width:"310px",maxWidth:"310px",backgroundColor:"#2E3B46",borderRadius:"12px",filterType:S.UNIVERSE,isFooterVisible:!0},u={width:"310px",maxWidth:"310px",backgroundColor:"#2E3B46",borderRadius:"12px",filterType:S.DISTANCE,isFooterVisible:!0},f={width:"250px",maxWidth:"250px",backgroundColor:"#2E3B46",borderRadius:"12px",filterType:S.RESULTS,padding:"0",isFooterVisible:!0},p={width:"250px",maxWidth:"250px",backgroundColor:"#2E3B46",borderRadius:"12px",filterType:S.RESULTS_BY_TIME,padding:"0",isFooterVisible:!0},g={width:"380px",maxWidth:"380px",backgroundColor:"#2E3B46",borderRadius:"12px",filterType:S.VIDEOS,isFooterVisible:!1},b={width:"300px",maxWidth:"300px",backgroundColor:"#2E3B46",borderRadius:"12px",filterType:S.GAMES,isFooterVisible:!0},B={width:"520px",maxWidth:"520px",backgroundColor:"#2E3B46",borderRadius:"12px",filterType:S.TAKEN_CORNERS,isFooterVisible:!0},R={width:"670px",maxWidth:"670px",backgroundColor:"#2E3B46",borderRadius:"12px",filterType:S.HOW_WAS_CORNER,isFooterVisible:!0},W={width:"426px",maxWidth:"426px",backgroundColor:"#2E3B46",borderRadius:"12px",filterType:S.ZONE,isFooterVisible:!0},z={width:"285px",maxWidth:"285px",backgroundColor:"#2E3B46",borderRadius:"12px",filterType:S.WHAT_HAPPENED,isFooterVisible:!0},U=e.ref(!1),G=e.ref(!1),K=e.ref(0),oe=e.ref(0),v=e.ref({}),A=e.ref(null),I=e.ref(null),D=e.computed(()=>l.isForTemplateForm?"0":"unset"),Y=e.computed(()=>l.buttonFilterProps&&l.buttonFilterProps.text?l.buttonFilterProps.text:l.menuButtonText||L()),ee=e.computed(()=>l.isFromTemplates?S.RESULTS:l.filterType),me=e.computed(()=>l.expansionPanelText||L()),T=e.ref(null);e.watch(()=>l.filterType,x=>{if(x===S.PRODUCTIVITY)v.value={...r,...l.templateProps,productivityCategories:l.filters||Ug};else if(x===S.PLAYS)v.value={...i,...l.templateProps,fontFamily:l.buttonFilterProps?l.buttonFilterProps.textFontFamily:"sans-serif",playsCategories:l.filters||jg};else if(x===S.FIELD)v.value={...n,...l.templateProps,fieldComponentProps:l.fieldComponentProps,fieldAreas:l.filters||[]};else if(x===S.DETAILS)v.value={...s,...l.templateProps,isPlayingAsHidden:l.filters?l.filters.isPlayingAsHidden:ke.isPlayingAsHidden,playingAs:l.filters&&l.filters.playingAs||ke.playingAs,gameSections:l.filters&&l.filters.gameSections||ke.gameSections,statisticType:l.filters?l.filters.statisticType:ke.statisticType,isStatisticTypeVisible:l.filters?l.filters.isStatisticTypeVisible:ke.isStatisticTypeVisible};else if(x===S.TOURNAMENTS){const w=l.filters||Hg;l.isOneTournamentOnly&&w.forEach(F=>{F.isSelected=F.id===l.defaultTournamentId}),v.value={...d,...l.templateProps,tournaments:w}}else x===S.PERSONAL_DATA?v.value={...c,...l.templateProps,token:l.token,awaitForFilters:l.awaitForFilters,personalDataFilters:l.filters}:x===S.PLAYS_TYPES?v.value={...h,...l.templateProps,playsGolstatsCategories:l.filters||Wg}:x===S.GOLSTATS?v.value={...m,...l.templateProps,playsGolstatsCategories:l.filters||Gg}:x===S.UNIVERSE?v.value={...y,...l.templateProps,universeFilters:l.filters||$g}:x===S.DISTANCE?v.value={...u,...l.templateProps,distanceFilters:l.filters||qg}:x===S.RESULTS?v.value={...f,...l.templateProps,resultsFilters:l.filters||Ol}:x===S.RESULTS_BY_TIME?v.value={...p,...l.templateProps,resultsByTimeFilters:l.filters||La}:x===S.GAMES?v.value={...b,...l.templateProps,gamesFilters:l.filters||[]}:x===S.VIDEOS?v.value={...g,...l.templateProps,token:l.token}:x===S.TAKEN_CORNERS?v.value={...B,...l.templateProps,takenCornersFilters:l.filters||[]}:x===S.HOW_WAS_CORNER?v.value={...R,...l.templateProps,howWasCornerFilters:l.filters||Ta}:x===S.ZONE?v.value={...W,...l.templateProps,zoneFilters:l.filters||[...st]}:x===S.WHAT_HAPPENED&&(v.value={...z,...l.templateProps,whatHappenedFilters:l.filters||[...Aa]});v.value.isExpansionMode=l.isExpansionPanel,l.isExpansionPanel&&(v.value.width="100%",v.value.maxWidth="100%")},{immediate:!0}),e.watch(()=>l.filters,()=>{if(l.filterType===S.PRODUCTIVITY)v.value={...r,...l.templateProps,productivityCategories:l.filters};else if(l.filterType===S.PLAYS)v.value={...i,...l.templateProps,playsCategories:l.filters};else if(l.filterType===S.FIELD)v.value={...n,...l.templateProps,fieldComponentProps:l.fieldComponentProps,fieldAreas:l.filters};else if(l.filterType===S.DETAILS)v.value={...s,...l.templateProps,isPlayingAsHidden:l.filters?l.filters.isPlayingAsHidden:ke.isPlayingAsHidden,playingAs:l.filters?l.filters.playingAs:ke.playingAs,gameSections:l.filters?l.filters.gameSections:ke.gameSections,statisticType:l.filters?l.filters.statisticType:ke.statisticType,isStatisticVisible:l.filters?l.filters.isStatisticVisible:ke.isStatisticVisible};else if(l.filterType===S.TOURNAMENTS){const x=l.filters;l.isOneTournamentOnly&&x.forEach(w=>{w.isSelected=w.id===l.defaultTournamentId}),v.value={...d,...l.templateProps,tournaments:x}}else l.filterType===S.PERSONAL_DATA?v.value={...c,...l.templateProps,token:l.token,awaitForFilters:l.awaitForFilters,personalDataFilters:l.filters}:l.filterType===S.PLAYS_TYPES?v.value={...h,...l.templateProps,playsGolstatsCategories:l.filters}:l.filterType===S.GOLSTATS?v.value={...m,...l.templateProps,playsGolstatsCategories:l.filters}:l.filterType===S.UNIVERSE?v.value={...y,...l.templateProps,universeFilters:l.filters}:l.filterType===S.DISTANCE?v.value={...u,...l.templateProps,distanceFilters:l.filters}:l.filterType===S.RESULTS?v.value={...f,...l.templateProps,resultsFilters:l.filters||Ol}:l.filterType===S.RESULTS_BY_TIME?v.value={...p,...l.templateProps,resultsByTimeFilters:l.filters||La}:l.filterType===S.GAMES?v.value={...b,...l.templateProps,gamesFilters:l.filters}:l.filterType===S.VIDEOS?v.value={...g,...l.templateProps,token:l.token}:l.filterType===S.TAKEN_CORNERS?v.value={...B,...l.templateProps,takenCornersFilters:l.filters||[]}:l.filterType===S.HOW_WAS_CORNER?v.value={...R,...l.templateProps,howWasCornerFilters:l.filters||Ta}:l.filterType===S.ZONE?v.value={...W,...l.templateProps,zoneFilters:l.filters||[...st]}:l.filterType===S.WHAT_HAPPENED&&(v.value={...z,...l.templateProps,whatHappenedFilters:l.filters||[...Aa]});v.value.isExpansionMode=l.isExpansionPanel,l.isExpansionPanel&&(v.value.width="100%",v.value.maxWidth="100%")}),e.watch(U,x=>{x||o("close",T.value)}),e.watch(G,x=>{x||o("close",T.value)});function _(x){K.value=x}function k(){l.isExpansionPanel?G.value=!1:U.value=!1,o("apply",T.value)}function L(){if(l.filterType===S.PRODUCTIVITY)return l.isFromTemplates?"Tipos de jugadas":"Características de juego";if(l.filterType===S.PLAYS)return"Jugada(s)";if(l.filterType===S.FIELD)return"Zona de cancha";if(l.filterType===S.DETAILS)return"Detalles";if(l.filterType===S.TOURNAMENTS)return"Ligas";if(l.filterType===S.PERSONAL_DATA)return"Datos personales";if(l.filterType===S.PLAYS_TYPES)return"Tipos de jugada";if(l.filterType===S.GOLSTATS)return"Filtros Golstats";if(l.filterType===S.UNIVERSE)return"Universo";if(l.filterType===S.DISTANCE)return"Distancia";if([S.RESULTS,S.RESULTS_BY_TIME].includes(l.filterType))return"Resultados";if(l.filterType===S.GAMES)return"Partidos";if(l.filterType===S.VIDEOS)return"Videos";if(l.filterType===S.TAKEN_CORNERS)return"¿Quién cobró?";if(l.filterType===S.HOW_WAS_CORNER)return"¿Cómo fue cobrado?";if(l.filterType===S.ZONE)return"Zona";if(l.filterType===S.WHAT_HAPPENED)return"¿Qué sucedió?"}function V(x){o("click-parameters",x)}function O(x){v.value.fieldAreas=x,K.value=x.length,M(x)}function H(x){let w=0;x.value&&x.value.statistics&&(x.value.minutesPlayed&&w++,x.value.percentMinutesPlayed&&w++,x.value.lastMonths&&w++,x.value.statistics.totals&&w++,x.value.statistics.averagePerGame&&w++,x.value.statistics.averagePerMinute&&w++),v.value.universe=x.value,K.value=w,M(x.value)}function M(x){T.value=x,o("update:filters",x)}function P(x){oe.value=x}function N(x=null){A.value&&A.value.clearFilters(x),I.value&&I.value.clearFilters(x)}return a({clearFilters:N}),(x,w)=>(e.openBlock(),e.createElementBlock("div",Zg,[t.isExpansionPanel?(e.openBlock(),e.createElementBlock("div",Yg,[e.createVNode(e.unref(zg),e.mergeProps(t.expansionPanelProps,{modelValue:G.value,"onUpdate:modelValue":w[0]||(w[0]=F=>G.value=F),text:me.value,"text-color":"rgba(255,255,255,.7)",icon:"/"+l.filterType+"-icon.png"}),{content:e.withCtx(()=>[e.createElementVNode("div",Jg,[e.createVNode(Rl,e.mergeProps(v.value,{season:t.season,"is-female":t.isFemale,"is-expansion-mode":!0,"is-seleccion":t.isSeleccion,"is-one-tournament-only":t.isOneTournamentOnly,"is-from-templates":t.isFromTemplates,"is-for-template-form":t.isForTemplateForm,"default-tournament-id":t.defaultTournamentId,"productivity-max-categories":t.productivityMaxCategories,"productivity-min-categories":t.productivityMinCategories,ref_key:"filterTemplateExpansionPanel",ref:I,onChangeFieldAreas:O,onChangeCategoriesSelected:_,onChangeFiltersSelected:_,onChangeUniverseFilters:H,onApply:k,"onUpdate:filters":M,onTotalFilters:P,onClickParameters:V}),null,16,["season","is-female","is-seleccion","is-one-tournament-only","is-from-templates","is-for-template-form","default-tournament-id","productivity-max-categories","productivity-min-categories"])])]),_:1},16,["modelValue","text","icon"])])):(e.openBlock(),e.createElementBlock("div",Kg,[e.createVNode(e.unref(z4),{modelValue:U.value,"onUpdate:modelValue":w[1]||(w[1]=F=>U.value=F),width:t.width,"left-menu":D.value,"menu-margin-top":18},{trigger:e.withCtx(()=>[e.createVNode(Bg,e.mergeProps(t.buttonFilterProps,{text:Y.value,"show-badge-on-filter-full":t.showBadgeOnFilterFull,"info-value":K.value,"filters-total":oe.value.value,"is-active":U.value,"icon-type":ee.value}),null,16,["text","show-badge-on-filter-full","info-value","filters-total","is-active","icon-type"])]),menu:e.withCtx(()=>[e.createVNode(Rl,e.mergeProps(v.value,{season:t.season,"is-female":t.isFemale,"is-scouting":t.isScouting,"is-seleccion":t.isSeleccion,"is-one-tournament-only":t.isOneTournamentOnly,"default-tournament-id":t.defaultTournamentId,"is-from-templates":t.isFromTemplates,"is-for-template-form":t.isForTemplateForm,"productivity-max-categories":t.productivityMaxCategories,"productivity-min-categories":t.productivityMinCategories,ref_key:"filterTemplateMenu",ref:A,onChangeFieldAreas:O,onChangeCategoriesSelected:_,onChangeFiltersSelected:_,onChangeUniverseFilters:H,"onUpdate:filters":M,onTotalFilters:P,onApply:k,onClickParameters:V}),null,16,["season","is-female","is-scouting","is-seleccion","is-one-tournament-only","default-tournament-id","is-from-templates","is-for-template-form","productivity-max-categories","productivity-min-categories"])]),_:1},8,["modelValue","width","left-menu"])]))]))}},zl=J(Xg,[["__scopeId","data-v-bf4e3ef5"]]);function Ul(){return{backgroundColor:"#2e3b46",width:"98.9%",borderColor:"rgba(255, 255, 255, 0.20)",infoBorderColor:"rgba(255, 255, 255, 0.20)",height:"30px",padding:"5px 2.2%",textFontFamily:"'Poppins-Regular'"}}const Qg=(t,a)=>{const o=t.__vccOpts||t;for(const[l,r]of a)o[l]=r;return o},Pa={props:{type:{type:Number,default:0},value:{type:Boolean,default:!1},textValue:String,icon:String,iconPosition:{type:String,default:"left"},iconSize:String,fontColor:{type:String,default:"#FFFFFF"},textDecoration:String,fontSize:{type:String,default:"16px"},fontSizeStat:{type:String,default:"16px"},fontStyle:String,fontFamily:{type:String,default:"Poppins-Regular"},height:{type:String,default:"fit-content"},width:{type:String,default:"fit-content"},borderRadius:{type:String,default:"0px"},borderType:{type:String,default:"solid"},borderWidth:{type:Number,default:0},borderWidthBtn:{type:String,default:"2px"},borderColor:String,backgroundColor:{type:String,default:"none"},activeBackgroundColor:{type:String,default:"#000000"},activeBorderWidth:{type:Number,default:2},activeBorderType:{type:String,default:"solid"},activeBorderColor:{type:String,default:"#cbee6b"},activeColorText:{type:String,default:"#FFFFFF"},cursorType:{type:String,default:"default"},typeOnOff:{type:Boolean,default:!1},textCategory:String,textStat:String,marginLeftStat:{type:String,default:"15%"}},watch:{value:{deep:!0,immediate:!0,handler(t){this.status=t}}},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(t){this.$emit("click",t),this.typeOnOff&&(this.status=!this.status,this.$emit("status",this.status))}}},jl=()=>{e.useCssVars(t=>({"9d01acb4":t.height,"14e95081":t.borderWidthBtn,"38fec285":t.borderType,34353510:t.borderColor,"20d20dc6":t.borderRadius,17130967:t.width,"4ccb7d36":t.backgroundColor,"5d1e86a2":t.cursorType,ce65d4a2:t.fontSize,fe4ac47a:t.fontStyle,f98e44dc:t.fontFamily,"93b87770":t.marginLeftStat,c7f7beba:t.fontSizeStat}))},$l=Pa.setup;Pa.setup=$l?(t,a)=>(jl(),$l(t,a)):jl;const e5=t=>(e.pushScopeId("data-v-f3ee6b2b"),t=t(),e.popScopeId(),t),t5=["src"],a5={key:1,class:"text"},o5=["src"],l5={class:"stats"},i5=e5(()=>e.createElementVNode("img",{class:"iconstats",src:"https://golstatsimages.blob.core.windows.net/todoelfut/playdes.png"},null,-1)),r5={class:"numstats"},n5={class:"leyend"};function s5(t,a,o,l,r,i){return e.openBlock(),e.createElementBlock("div",null,[o.type==0?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["button",r.status&&o.typeOnOff&&"button-active"]),style:e.normalizeStyle([i.customStyle,r.status&&o.typeOnOff&&i.customActive]),onClick:a[0]||(a[0]=(...n)=>i.btnClick&&i.btnClick(...n))},[o.icon&&o.iconPosition.toLowerCase()==="left"?(e.openBlock(),e.createElementBlock("img",{key:0,class:"icon",style:e.normalizeStyle({width:o.iconSize}),src:o.icon},null,12,t5)):e.createCommentVNode("",!0),o.textValue?(e.openBlock(),e.createElementBlock("div",a5,e.toDisplayString(o.textValue),1)):e.createCommentVNode("",!0),o.icon&&o.iconPosition.toLowerCase()==="right"?(e.openBlock(),e.createElementBlock("img",{key:2,class:"icon",style:e.normalizeStyle({width:o.iconSize}),src:o.icon},null,12,o5)):e.createCommentVNode("",!0)],6)):e.createCommentVNode("",!0),o.type==1?(e.openBlock(),e.createElementBlock("div",{key:1,class:"button-target",onClick:a[1]||(a[1]=(...n)=>i.btnClick&&i.btnClick(...n))},[e.createElementVNode("div",l5,[i5,e.createElementVNode("div",r5,e.toDisplayString(o.textStat),1)]),e.createElementVNode("div",n5,e.toDisplayString(o.textCategory),1)])):e.createCommentVNode("",!0)])}const d5=Qg(Pa,[["render",s5],["__scopeId","data-v-f3ee6b2b"]]),c5={class:"gsc-dropdown__main-container__item-selected"},m5=["height","width"],p5=["stroke"],u5={key:1,width:"8",height:"4",viewBox:"0 0 8 4",fill:"none",xmlns:"http://www.w3.org/2000/svg"},f5=["fill"],h5={class:"gsc-dropdown__items-container"},y5=["onClick"],g5={key:0,class:"gsc-dropdown__items-footer"},Hl={__name:"GSC-Dropdown",props:{modelValue:{type:[Object,Number,String],default:()=>null},height:{type:String,default:"fit-content"},width:{type:String,default:"fit-content"},fontSize:{type:String,default:"14px"},borderRadius:{type:Number,default:5},arrowHeight:{type:Number,default:24},arrowWidth:{type:Number,default:24},borderType:{type:String,default:"solid",validator:function(t){return["solid","dotted","dashed"].includes(t)}},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:t=>["propName","value"].every(a=>a in t)},listBackgroundColor:{type:String,default:"white"},hoverBackgroundColor:{type:String,default:"#f1f1f1"},listMarginTop:{type:String,default:"0"},listContainerPadding:{type:String,default:"0"},listItemPadding:{type:String,default:"10px 12px"},listItemMargin:{type:String,default:"0"},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},listItemBorderRadius:{type:String,default:"0"},listAlignment:{type:String,default:"left"},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},isDisabled:{type:Boolean,default:!1},onlyFirstTime:{type:Boolean,default:!1},iconType:{type:Number,default:1,validator:function(t){return[1,2].includes(t)}}},emits:["input","click-ready","update:modelValue"],setup(t,{emit:a}){const o=t,l=e.ref({}),r=e.ref(null),i=e.ref(o.isMultipleOption?-1:0),n=e.ref(!1);e.watch(()=>o.items,(u,f)=>{if(!o.modelValue&&(!o.onlyFirstTime||!f||!f.length)&&u&&u.length){if(o.defaultItemByProp){const p=o.items.findIndex(g=>g[o.defaultItemByProp.propName]===o.defaultItemByProp.value);p!==-1?(i.value=p,l.value=u[p]):(i.value=0,l.value=u[0])}else l.value=u[o.defaultItemByIndex];a("input",l.value)}},{immediate:!0}),e.watch(()=>o.modelValue,u=>{if(u){const f=o.items.findIndex(p=>typeof u=="object"?JSON.stringify(p)===JSON.stringify(u):p===u);f!==-1&&(i.value=f,l.value=o.items[f],a("update:modelValue",l.value))}},{immediate:!0});const s=e.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-container-padding":o.listContainerPadding,"--list-item-padding":o.listItemPadding,"--list-item-margin":o.listItemMargin,"--list-background-color":o.listBackgroundColor,"--list-height":o.listHeight,"--list-item-border-radius":o.listItemBorderRadius,"--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`,"--list-margin-top":o.listMarginTop,"--list-left":o.listAlignment==="left"?"0":"auto","--list-right":o.listAlignment==="right"?"0":"auto","--footer-border":`${o.footerBorderWidth}px solid ${o.footerBorderColor}`,"--dropdown-opacity":o.isDisabled?"0.5":"1","--dropdown-cursor":o.isDisabled?"not-allowed":"pointer","--dropdown-font-size":o.fontSize?o.fontSize:"14px"})),d=e.computed(()=>({height:`${o.arrowHeight}px`,width:`${o.arrowWidth}px`}));function c(){o.isDisabled||(n.value=!n.value)}function h(u){r.value&&!r.value.contains(u.target)&&(n.value=!1)}function m(u,f){o.isMultipleOption?i.value=-1:(i.value=f,n.value=!1),l.value=u,a("input",l.value),a("update:modelValue",l.value)}function y(){n.value=!1,a("click-ready")}return e.onMounted(()=>{document.addEventListener("click",h)}),e.onBeforeMount(()=>{document.removeEventListener("click",h)}),(u,f)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"dropDown",ref:r,class:"gsc-dropdown",style:e.normalizeStyle(s.value)},[e.createElementVNode("div",{class:"gsc-dropdown__main-container",style:e.normalizeStyle({"padding-right":`${t.arrowWidth+8}px`}),onClick:c},[e.createElementVNode("div",c5,[e.renderSlot(u.$slots,"default",{selectedItem:l.value})]),e.createElementVNode("div",{class:e.normalizeClass(["gsc-dropdown__main-container__icon",{"rotated-180":n.value}]),style:e.normalizeStyle(d.value)},[t.iconType===1?(e.openBlock(),e.createElementBlock("svg",{key:0,height:t.arrowHeight,width:t.arrowWidth,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[e.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:t.arrowColor},null,8,p5)],8,m5)):(e.openBlock(),e.createElementBlock("svg",u5,[e.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:t.arrowColor},null,8,f5)]))],6)],4),e.createVNode(e.Transition,null,{default:e.withCtx(()=>[e.withDirectives(e.createElementVNode("div",h5,[e.createElementVNode("div",null,[e.createElementVNode("div",{class:"gsc-dropdown__items",style:e.normalizeStyle({"margin-top":`${o.borderWidth}px`})},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.items,(p,g)=>(e.openBlock(),e.createElementBlock("div",null,[e.withDirectives((e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["gsc-dropdown__items__item",{selected:g===i.value}]),key:g,onClick:b=>m(p,g)},[e.renderSlot(u.$slots,"availableItem",{item:p})],10,y5)),[[e.vShow,!p.isHidden]])]))),256))],4),t.isFooterVisible?(e.openBlock(),e.createElementBlock("div",g5,[e.createVNode(e.unref(d5),{"text-value":"Listo","border-color":"#cbee6b","font-size":"12px",width:"72px",height:"22px","border-radius":"62px","border-width":.8,onClick:y})])):e.createCommentVNode("",!0)])],512),[[e.vShow,n.value]])]),_:3})],4))}},b5={name:"ModalCreatePlayList",components:{GSCFilters:zl,GSCDropdown:Hl},props:{isVisible:{type:Boolean,default:!1},seasons:{type:Array,required:!0},userTeamId:{type:Number,default:1},teamId:{type:Number,required:!0},userId:{type:Number,default:0},playerId:{type:Number,default:0},positionId:{type:Number,default:0},listExistingNames:{type:Array,default:[]}},setup(t,{emit:a}){const o=e.ref(Ul()),l=e.ref(null),r=e.ref(1),i=e.ref(!1),n=e.ref({title:"",position:""}),s=e.ref(0),d=new Map([[1,"Portero"],[2,"Defensa Central"],[3,"Lateral por izquierda"],[4,"Lateral por derecha"],[5,"Volante por izquierda"],[6,"Volante por derecha"],[7,"Volante defensivo"],[8,"Volante ofensivo"],[9,"Delantero"],[10,"Desconocida"]]),c=e.ref(!1),h=e.ref([]),m=e.ref([]),y=e.ref(!1);e.ref([]);const u=e.ref(new Set),f=e.ref({tournaments:[],personalData:[]}),p=e.ref(null),g=e.ref(!0),b=e.ref(!1),B=e.ref(""),R=e.ref(0),W="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MCwibmFtZSI6IlVzdWFyaW8gRnJlZSIsInVzZXJuYW1lIjoiZnJlZUBnb2xzdGF0cy5jb20iLCJlbWFpbCI6ImZyZWVAZ29sc3RhdHMuY29tIiwiaWF0IjoxNjA2NzU4Nzk1LCJleHAiOjE2MzgyOTQ3OTV9.kPNmP7yDtk38cAXrUyc7OHRh6J25VFqy-XUNzbK-4YE",z=()=>{l.value&&(s.value=l.value.offsetWidth)},U=M=>{document.body.style.overflow=M?"hidden":"auto"},G=e.ref(null),K=()=>{z(),t.isVisible&&U(!0)},oe=()=>{r.value=1,n.value={title:"",position:""},G.value&&(G.value.clearFilters(se.ALL),G.value.clearFilters(se.AGE_RANGE),G.value.clearFilters(se.YEAR),G.value.clearFilters(se.NATIONALITY),G.value.clearFilters(se.POSITION)),_t.forEach(M=>{M.isSelected=M.name==="Liga MX",M.seasons.forEach(P=>{P.isSelected=M.name==="Liga MX"})}),u.value.clear(),R.value++,B.value="",b.value=!1,g.value=!0,p.value=null,m.value=[],a("close")},v=()=>{if(r.value===1){if(!D.value||!n.value.position)return;r.value=2}},A=async()=>{try{c.value=!0;const P=await X.create({headers:{Authorization:`${W}`}}).get(`https://a3tmmmjdaj.execute-api.us-east-2.amazonaws.com/prod/teams/${t.userTeamId}/templates?general=1`);h.value=P.data.data,h.value.unshift({id:0,name:"Selecciona un template para tu lista..."})}catch(M){console.error("Error al cargar templates:",M)}finally{c.value=!1}};e.onMounted(()=>{A(),window.addEventListener("resize",K)}),e.onUnmounted(()=>{window.removeEventListener("resize",K),U(!1)}),e.watch(()=>t.isVisible,M=>{M?(r.value=1,setTimeout(z,0),U(!0)):(r.value=1,U(!1))}),e.watch(()=>r.value,M=>{M===2&&setTimeout(()=>{g.value=!0,p.value=null,T()},100)});const I=e.computed(()=>({...o.value})),D=e.computed(()=>{const M=n.value.title.toLowerCase(),P=t.listExistingNames.includes(M);return i.value=P,n.value.title.length>=3&&!P}),Y=async M=>{f.value.tournaments=M,me()},ee=async M=>{f.value.personalData=M,me()},me=()=>{if(!p.value){g.value=!0;return}const M=JSON.stringify(f.value)!==JSON.stringify(p.value);g.value=M},T=async()=>{var M,P,N,x,w,F;if(g.value){b.value=!0;try{const Z=f.value.tournaments.find(ze=>ze.isSelected===!0);if(Z&&Z.seasons.length>0){const ze=Z.seasons[0];y.value=!0,m.value=[];try{let Ve=[...(await X.create({headers:{Authorization:`${W}`}}).get(`https://ts7thxzaik.execute-api.us-west-2.amazonaws.com/prod/players/seasons/${ze.id}`)).data.players.map(te=>{var re;return{id:te.player_id,name:k(te.player_name),name_full:te.player_name,photo:te.player_photo||"https://golstatsimages.blob.core.windows.net/players-profile/default.png",position:d.get(te.position_id)||"No especificada",position_id:te.position_id||0,age:te.age||"-",dob:te.dob||"-",jersey:te.jersey||0,nationality:te.nationality||"",is_female:te.is_female,nationality_id:te.nationality_id||0,minutes_played:te.minutes_played||0,team_id:te.team_id,team:{logo:`https://golstatsimages.blob.core.windows.net/teams-80/${te.team_id}.png`,shortName:((re=te.team)==null?void 0:re.shortName)||"-",tournament:Z.name||"No especificada"},isSelected:u.value.has(te.player_id)}})];if((M=f.value.personalData)!=null&&M.ageByRange&&(Ve=Ve.filter(te=>{const re=parseInt(te.age);return!isNaN(re)&&re>=f.value.personalData.ageByRange.min&&re<=f.value.personalData.ageByRange.max})),(P=f.value.personalData)!=null&&P.year){const te=f.value.personalData.year;Ve=Ve.filter(re=>re.dob?parseInt(re.dob.substring(0,4))===te:!1)}if(((x=(N=f.value.personalData)==null?void 0:N.nationalities)==null?void 0:x.length)>0){const te=f.value.personalData.nationalities.filter(re=>re.isSelected).map(re=>re.id);te.length>0&&(Ve=Ve.filter(re=>te.includes(re.nationality_id)))}if(((F=(w=f.value.personalData)==null?void 0:w.positions)==null?void 0:F.length)>0){const te=f.value.personalData.positions.filter(re=>re.isSelected).map(re=>re.id);te.length>0&&(Ve=Ve.filter(re=>te.includes(re.position_id)))}m.value=Ve,p.value=JSON.parse(JSON.stringify(f.value)),g.value=!1}catch(ue){console.error("Error al obtener jugadores:",ue),m.value=[]}finally{y.value=!1}}}catch(Z){console.error("Error al procesar la búsqueda:",Z),y.value=!1}}},_=M=>{u.value.has(M)?u.value.delete(M):u.value.add(M)},k=M=>{if(!M)return"-";const[P,N]=M.split(",").map(w=>w.trim());if(!N)return M;const x=P.split(" ")[0];return`${N[0]}. ${x}`},L=e.computed(()=>{if(!B.value)return m.value;const M=B.value.toLowerCase().trim();return m.value.filter(P=>P.name_full.toLowerCase().includes(M))});return{modalContent:l,currentStep:r,playlistData:n,showError:i,modalWidth:s,isLoading:c,templates:h,closeModal:oe,handleNext:v,filterButtonProps:I,filtersTypes:S,onFiltersTournamentsTops:Y,tournamentsToFilter:_t,onFiltersPersonalData:ee,players:m,isLoadingPlayers:y,positions:d,isSearchButtonActive:g,handleSearch:T,handlePlayerSelection:_,selectedPlayers:u,hasSearched:b,searchQuery:B,filteredPlayers:L,clearSearch:()=>{B.value=""},handleCreatePlaylist:async()=>{try{const M=h.value.find(w=>w.id===n.value.position),P={user_id:t.userId,name:n.value.title,template:M,players:u.value.size>0?Array.from(u.value).map(w=>{const F=m.value.find(Z=>Z.id===w);return{player_id:w,name:F.name_full,position:F.position_id,dob:F.dob,team_id:F.team_id,jersey:F.jersey,nationality:F.nationality,nationality_id:F.nationality_id,is_female:F.is_female}}):[]},x=await X.create({headers:{Authorization:`${W}`}}).post(`https://4j4nfvoh0d.execute-api.us-east-2.amazonaws.com/prod/users/${t.userId}/in-followed`,P);(x.status===200||x.status===201)&&(a("playlist-created",x.data),oe())}catch(M){console.error("Error al crear la playlist:",M)}},filterKey:R,personalDataFilter:G,isValidPlaylistName:D,onInputTemplate:M=>{n.value.position=M.id}}}},S5={key:0,class:"modal-overlay"},_5={class:"modal-content",ref:"modalContent"},C5={class:"modal-header"},E5={class:"title-section"},w5={key:0,class:"modal-body"},k5={class:"dropdown-container"},V5={class:"selected-item"},N5={class:"available-item"},x5={key:0,class:"error-message"},B5={key:1,class:"modal-body"},F5={class:"search-section"},T5={class:"filters-row"},M5={class:"filter-container"},A5={class:"filter-container"},L5={class:"search-input"},P5={class:"players-table"},D5={class:"table-body"},I5={key:0,class:"loading-container"},v5={key:1,class:"no-results"},R5={key:2,class:"no-results"},O5={class:"cell checkbox-cell"},z5=["checked","onChange"],U5={class:"cell player-cell"},j5=["src"],$5={class:"cell team-cell"},H5=["src"],W5={class:"cell"},G5={class:"cell"},q5={class:"cell"},Z5={class:"cell"},Y5={class:"modal-footer"},J5={key:0,class:"buttons-container buttons-container-step1"},K5=["disabled"],X5={class:"selected-players-info"},Q5={class:"bold"},e8={class:"buttons-container buttons-container-step2"};function t8(t,a,o,l,r,i){const n=e.resolveComponent("GSCDropdown"),s=e.resolveComponent("GSCFilters");return e.openBlock(),e.createBlock(e.Transition,{name:"modal"},{default:e.withCtx(()=>[o.isVisible?(e.openBlock(),e.createElementBlock("div",S5,[e.createElementVNode("div",_5,[e.createElementVNode("div",C5,[e.createElementVNode("div",E5,[a[9]||(a[9]=e.createElementVNode("svg",{width:"29",height:"22",viewBox:"0 0 23 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{d:"M12.249 4.88982H1.56809C0.980641 4.88982 0.5 5.35635 0.5 5.92655C0.5 6.49675 0.980641 6.96327 1.56809 6.96327H12.249C12.8365 6.96327 13.3171 6.49675 13.3171 5.92655C13.3171 5.35635 12.8365 4.88982 12.249 4.88982ZM12.249 0.74292H1.56809C0.980641 0.74292 0.5 1.20945 0.5 1.77965C0.5 2.34984 0.980641 2.81637 1.56809 2.81637H12.249C12.8365 2.81637 13.3171 2.34984 13.3171 1.77965C13.3171 1.20945 12.8365 0.74292 12.249 0.74292ZM17.5895 9.03673V5.92655C17.5895 5.35635 17.1088 4.88982 16.5214 4.88982C15.9339 4.88982 15.4533 5.35635 15.4533 5.92655V9.03673H12.249C11.6616 9.03673 11.1809 9.50325 11.1809 10.0735C11.1809 10.6437 11.6616 11.1102 12.249 11.1102H15.4533V14.2204C15.4533 14.7906 15.9339 15.2571 16.5214 15.2571C17.1088 15.2571 17.5895 14.7906 17.5895 14.2204V11.1102H20.7937C21.3812 11.1102 21.8618 10.6437 21.8618 10.0735C21.8618 9.50325 21.3812 9.03673 20.7937 9.03673H17.5895ZM1.56809 11.1102H7.97664C8.5641 11.1102 9.04474 10.6437 9.04474 10.0735C9.04474 9.50325 8.5641 9.03673 7.97664 9.03673H1.56809C0.980641 9.03673 0.5 9.50325 0.5 10.0735C0.5 10.6437 0.980641 11.1102 1.56809 11.1102Z",fill:"#ffffff",stroke:"#0D1D29","stroke-width":"0.191682"})],-1)),e.createElementVNode("h2",null,e.toDisplayString(l.currentStep===1?"Crear nueva lista":"Agregar jugadores"),1)]),e.createElementVNode("button",{class:"close-button",onClick:a[0]||(a[0]=(...d)=>l.closeModal&&l.closeModal(...d))},a[10]||(a[10]=[e.createElementVNode("img",{width:"22",src:"http://golstatsimages.blob.core.windows.net/playlist-icons/close@3x.png",alt:"Cerrar"},null,-1)]))]),l.currentStep===1?(e.openBlock(),e.createElementBlock("div",w5,[e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":a[1]||(a[1]=d=>l.playlistData.title=d),type:"text",class:"input-playlist",placeholder:"Nombre de tu lista..."},null,512),[[e.vModelText,l.playlistData.title]]),e.createElementVNode("div",k5,[e.createVNode(n,{items:l.templates,"list-alignment":"left",height:"40px",width:"100%","background-color":"#2e3b46",arrowColor:"#fff",color:"#FFF","list-height":"200px","list-background-color":"#2E3B46","list-item-color":"#FFF","is-list-same-width":"true",hoverBackgroundColor:"#4a5b69",listItemSelectedBackgroundColor:"#576978",listBorderRadius:"5px",listBorderColor:"rgba(255, 255, 255, 0.2)","border-color":"rgba(255, 255, 255, 0.2)","border-radius":8,onInput:l.onInputTemplate},{default:e.withCtx(({selectedItem:d})=>[e.createElementVNode("div",V5,e.toDisplayString(d&&d.name&&l.playlistData.position!==0?d.name:"Selecciona un template para tu lista..."),1)]),availableItem:e.withCtx(({item:d})=>[e.createElementVNode("div",N5,e.toDisplayString(d.name),1)]),_:1},8,["items","onInput"])]),l.showError?(e.openBlock(),e.createElementBlock("p",x5,a[11]||(a[11]=[e.createTextVNode(" Ya existe una lista con este nombre,"),e.createElementVNode("br",{class:"mobile-break"},null,-1),e.createTextVNode(" utiliza otro para poder continuar. ")]))):e.createCommentVNode("",!0)])):(e.openBlock(),e.createElementBlock("div",B5,[e.createElementVNode("div",F5,[e.createElementVNode("div",T5,[e.createElementVNode("div",M5,[(e.openBlock(),e.createBlock(s,{key:l.filterKey,width:"98.9%",class:"filter-mobile","button-filter-props":l.filterButtonProps,"is-one-tournament-only":!0,"filter-type":l.filtersTypes.TOURNAMENTS,"show-badge-on-filter-full":!1,filters:l.tournamentsToFilter,"onUpdate:filters":l.onFiltersTournamentsTops},null,8,["button-filter-props","filter-type","filters","onUpdate:filters"]))]),e.createElementVNode("div",A5,[(e.openBlock(),e.createBlock(s,{ref:"personalDataFilter",key:`personal-${l.filterKey}`,class:"filter-mobile","button-filter-props":l.filterButtonProps,"filter-type":l.filtersTypes.PERSONAL_DATA,"show-badge-on-filter-full":!1,"is-scouting":"",width:"98.9%",season:null,"onUpdate:filters":l.onFiltersPersonalData},null,8,["button-filter-props","filter-type","onUpdate:filters"]))]),e.createElementVNode("button",{class:e.normalizeClass(["search-button",{"search-button-active":l.isSearchButtonActive}]),onClick:a[2]||(a[2]=(...d)=>l.handleSearch&&l.handleSearch(...d))}," Buscar ",2)]),e.createElementVNode("div",L5,[e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":a[3]||(a[3]=d=>l.searchQuery=d),type:"text",placeholder:"Filtrar jugador por nombre"},null,512),[[e.vModelText,l.searchQuery]]),l.searchQuery?(e.openBlock(),e.createElementBlock("button",{key:0,class:"clear-search",onClick:a[4]||(a[4]=(...d)=>l.clearSearch&&l.clearSearch(...d))},a[12]||(a[12]=[e.createElementVNode("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{d:"M1 1L13 13M1 13L13 1",stroke:"white","stroke-width":"2","stroke-linecap":"round"})],-1)]))):e.createCommentVNode("",!0)])]),e.createElementVNode("div",P5,[a[14]||(a[14]=e.createElementVNode("div",{class:"table-header"},[e.createElementVNode("div",{class:"header-cell checkbox-cell"}),e.createElementVNode("div",{class:"header-cell"},"Jugadores"),e.createElementVNode("div",{class:"header-cell"},"Equipo"),e.createElementVNode("div",{class:"header-cell"},"Posición"),e.createElementVNode("div",{class:"header-cell"},"Edad"),e.createElementVNode("div",{class:"header-cell"},"Liga"),e.createElementVNode("div",{class:"header-cell"},"Minutos")],-1)),e.createElementVNode("div",D5,[l.isLoadingPlayers?(e.openBlock(),e.createElementBlock("div",I5,a[13]||(a[13]=[e.createElementVNode("div",{class:"loading-spinner"},null,-1),e.createElementVNode("span",null,"Buscando jugadores...",-1)]))):l.hasSearched?!l.isLoadingPlayers&&l.players.length===0?(e.openBlock(),e.createElementBlock("div",R5," No se encontraron resultados para tu búsqueda ")):(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:3},e.renderList(l.filteredPlayers,d=>(e.openBlock(),e.createElementBlock("div",{class:"table-row",key:d.id},[e.createElementVNode("div",O5,[e.createElementVNode("input",{type:"checkbox",class:"checkbox-player",checked:l.selectedPlayers.has(d.id),onChange:c=>l.handlePlayerSelection(d.id)},null,40,z5)]),e.createElementVNode("div",U5,[e.createElementVNode("img",{src:d.photo,class:"player-avatar"},null,8,j5),e.createElementVNode("span",null,e.toDisplayString(d.name),1)]),e.createElementVNode("div",$5,[e.createElementVNode("img",{src:d.team.logo,class:"team-logo"},null,8,H5)]),e.createElementVNode("div",W5,e.toDisplayString(d.position),1),e.createElementVNode("div",G5,e.toDisplayString(d.age),1),e.createElementVNode("div",q5,e.toDisplayString(d.team.tournament),1),e.createElementVNode("div",Z5,e.toDisplayString(d.minutes_played),1)]))),128)):(e.openBlock(),e.createElementBlock("div",v5,' Haz click en "Buscar" para aplicar tus filtros '))])])])),e.createElementVNode("div",Y5,[l.currentStep===1?(e.openBlock(),e.createElementBlock("div",J5,[e.createElementVNode("button",{class:"cancelar",onClick:a[5]||(a[5]=(...d)=>l.closeModal&&l.closeModal(...d))},"Cancelar"),e.createElementVNode("button",{class:e.normalizeClass(["siguiente",{disabled:!l.isValidPlaylistName||!l.playlistData.position}]),onClick:a[6]||(a[6]=(...d)=>l.handleNext&&l.handleNext(...d)),disabled:!l.isValidPlaylistName||!l.playlistData.position}," Siguiente ",10,K5)])):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createElementVNode("div",X5,[l.selectedPlayers.size===0?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[a[15]||(a[15]=e.createElementVNode("span",{class:"bold"},"No tienes",-1)),a[16]||(a[16]=e.createTextVNode(" jugadores seleccionados. "))],64)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createElementVNode("span",Q5,"Tienes "+e.toDisplayString(l.selectedPlayers.size),1),e.createTextVNode(" "+e.toDisplayString(l.selectedPlayers.size===1?"jugador seleccionado":"jugadores seleccionados")+". ",1)],64))]),e.createElementVNode("div",e8,[e.createElementVNode("button",{class:"cancelar",onClick:a[7]||(a[7]=(...d)=>l.closeModal&&l.closeModal(...d))},"Cancelar"),e.createElementVNode("button",{class:"siguiente",onClick:a[8]||(a[8]=(...d)=>l.handleCreatePlaylist&&l.handleCreatePlaylist(...d))}," Crear lista ")])],64))])],512)])):e.createCommentVNode("",!0)]),_:1})}const a8=Ce(b5,[["render",t8],["__scopeId","data-v-9f366e45"]]),o8={name:"ModalCreatePlayList",components:{GSCDropdown:Hl},props:{isVisible:{type:Boolean,default:!1},userTeamId:{type:Number,default:1},seasons:{type:Array,required:!0},teamId:{type:Number,required:!0},listData:{type:Object,default:null},userId:{type:Number,default:0},playerId:{type:Number,default:0},positionId:{type:Number,default:0}},setup(t,{emit:a}){const o=e.ref({id:0,name:"Selecciona un template para tu lista..."}),l=e.ref(0),r=e.ref(null),i=e.ref([]),n=e.ref({title:"",templateId:""}),s=e.ref(0),d=()=>{r.value&&(s.value=r.value.offsetWidth)},c=g=>{document.body.style.overflow=g?"hidden":"auto"},h="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MCwibmFtZSI6IlVzdWFyaW8gRnJlZSIsInVzZXJuYW1lIjoiZnJlZUBnb2xzdGF0cy5jb20iLCJlbWFpbCI6ImZyZWVAZ29sc3RhdHMuY29tIiwiaWF0IjoxNjA2NzU4Nzk1LCJleHAiOjE2MzgyOTQ3OTV9.kPNmP7yDtk38cAXrUyc7OHRh6J25VFqy-XUNzbK-4YE",m=()=>{d(),t.isVisible&&c(!0)},y=()=>{n.value={title:"",templateId:""},a("close")},u=g=>{n.value.templateId=g.id},f=async()=>{var g,b;if(!(!n.value.title||!n.value.templateId))try{const B=X.create({headers:{Authorization:`${h}`}}),R=(g=t.listData)==null?void 0:g.id;(await B.put(`https://4j4nfvoh0d.execute-api.us-east-2.amazonaws.com/prod/users/${t.userId}/in-followed/${R}`,{user_id:t.userId,template:i.value.find(z=>z.id===n.value.templateId),name:n.value.title,id:R,players:(b=t.listData)==null?void 0:b.players})).status===200&&(a("next",n.value),y())}catch(B){console.error("Error al actualizar la lista:",B)}},p=async()=>{try{const b=await X.create({headers:{Authorization:`${h}`}}).get(`https://a3tmmmjdaj.execute-api.us-east-2.amazonaws.com/prod/teams/${t.userTeamId}/templates?general=1`);i.value=b.data.data,i.value.unshift({id:0,name:"Selecciona un template para tu lista..."})}catch(g){console.error("Error al obtener templates:",g)}};return e.onMounted(()=>{window.addEventListener("resize",m),p()}),e.onUnmounted(()=>{window.removeEventListener("resize",m),c(!1)}),e.watch(()=>t.isVisible,g=>{g?(setTimeout(d,0),c(!0),o.value.name=t.listData.name,n.value.title=t.listData.name,o.value.id=t.listData.template,n.value.templateId=t.listData.template,l.value=i.value.findIndex(b=>b.id===n.value.templateId)):c(!1)}),{modalContent:r,playlistData:n,modalWidth:s,closeModal:y,handleNext:f,templates:i,onInputTemplate:u,selectedTemplate:o,selectedTemplateKey:l}}},l8={class:"modal-header"},i8={class:"modal-body"},r8={class:"dropdown-container"},n8={class:"selected-item"},s8={class:"available-item"},d8={class:"modal-footer"},c8={class:"buttons-container buttons-container-step1"},m8=["disabled"];function p8(t,a,o,l,r,i){const n=e.resolveComponent("GSCDropdown");return e.openBlock(),e.createBlock(e.Transition,{name:"modal"},{default:e.withCtx(()=>[o.isVisible?(e.openBlock(),e.createElementBlock("div",{key:0,class:"modal-overlay",onClick:a[5]||(a[5]=(...s)=>l.closeModal&&l.closeModal(...s))},[e.createElementVNode("div",{class:"modal-content",onClick:a[4]||(a[4]=e.withModifiers(()=>{},["stop"])),ref:"modalContent"},[e.createElementVNode("div",l8,[a[7]||(a[7]=e.createElementVNode("div",{class:"title-section"},[e.createElementVNode("svg",{width:"20",height:"20",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("g",{"clip-path":"url(#clip0_3214_107704)"},[e.createElementVNode("path",{d:"M8.25 3H3C2.60218 3 2.22064 3.15804 1.93934 3.43934C1.65804 3.72064 1.5 4.10218 1.5 4.5V15C1.5 15.3978 1.65804 15.7794 1.93934 16.0607C2.22064 16.342 2.60218 16.5 3 16.5H13.5C13.8978 16.5 14.2794 16.342 14.5607 16.0607C14.842 15.7794 15 15.3978 15 15V9.75",stroke:"white","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"}),e.createElementVNode("path",{d:"M13.875 1.87493C14.1734 1.57656 14.578 1.40894 15 1.40894C15.422 1.40894 15.8266 1.57656 16.125 1.87493C16.4234 2.17329 16.591 2.57797 16.591 2.99993C16.591 3.42188 16.4234 3.82656 16.125 4.12493L9 11.2499L6 11.9999L6.75 8.99993L13.875 1.87493Z",stroke:"white","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"})]),e.createElementVNode("defs",null,[e.createElementVNode("clipPath",{id:"clip0_3214_107704"},[e.createElementVNode("rect",{width:"18",height:"18",fill:"white"})])])]),e.createElementVNode("h2",null,"Editar lista")],-1)),e.createElementVNode("button",{class:"close-button",onClick:a[0]||(a[0]=(...s)=>l.closeModal&&l.closeModal(...s))},a[6]||(a[6]=[e.createElementVNode("img",{width:"22",src:"http://golstatsimages.blob.core.windows.net/playlist-icons/close@3x.png",alt:"Cerrar"},null,-1)]))]),e.createElementVNode("div",i8,[e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":a[1]||(a[1]=s=>l.playlistData.title=s),type:"text",class:"input-playlist",placeholder:"Nombre de tu lista..."},null,512),[[e.vModelText,l.playlistData.title]]),e.createElementVNode("div",r8,[e.createVNode(n,{items:l.templates,"list-alignment":"left",height:"40px",width:"100%","background-color":"#2e3b46",arrowColor:"#fff",color:"#FFF","list-height":"200px","list-background-color":"#2E3B46","list-item-color":"#FFF","is-list-same-width":"true",hoverBackgroundColor:"#4a5b69",listItemSelectedBackgroundColor:"#576978",listBorderRadius:"5px",listBorderColor:"rgba(255, 255, 255, 0.2)","border-color":"rgba(255, 255, 255, 0.2)","border-radius":8,onInput:l.onInputTemplate,defaultItemByIndex:l.selectedTemplateKey},{default:e.withCtx(({selectedItem:s})=>[e.createElementVNode("div",n8,e.toDisplayString(s&&s.name&&l.playlistData.position!==0?s.name:"Selecciona un template para tu lista..."),1)]),availableItem:e.withCtx(({item:s})=>[e.createElementVNode("div",s8,e.toDisplayString(s.name),1)]),_:1},8,["items","onInput","defaultItemByIndex"])])]),e.createElementVNode("div",d8,[e.createElementVNode("div",c8,[e.createElementVNode("button",{class:"cancelar",onClick:a[2]||(a[2]=(...s)=>l.closeModal&&l.closeModal(...s))},"Cancelar"),e.createElementVNode("button",{class:"siguiente",onClick:a[3]||(a[3]=(...s)=>l.handleNext&&l.handleNext(...s)),disabled:!l.playlistData.title||!l.playlistData.templateId}," Guardar ",8,m8)])])],512)])):e.createCommentVNode("",!0)]),_:1})}const u8=Ce(o8,[["render",p8],["__scopeId","data-v-b18b3b3c"]]),f8={name:"ModalCreatePlayList",components:{GSCFilters:zl},props:{isVisible:{type:Boolean,default:!1},seasons:{type:Array,required:!0},teamId:{type:Number,required:!0},userId:{type:Number,default:0},playerId:{type:Number,default:0},positionId:{type:Number,default:0},listId:{type:Number,required:!0}},setup(t,{emit:a}){const o=e.ref(Ul()),l=e.ref(null),r=e.ref(2),i=e.ref({title:"",position:""}),n=e.ref(0),s=new Map([[1,"Portero"],[2,"Defensa Central"],[3,"Lateral por izquierda"],[4,"Lateral por derecha"],[5,"Volante por izquierda"],[6,"Volante por derecha"],[7,"Volante defensivo"],[8,"Volante ofensivo"],[9,"Delantero"],[10,"Desconocida"]]),d=e.ref(!1),c=e.ref([]),h=e.ref([]),m=e.ref(!1),y=e.ref(new Set),u=e.ref({tournaments:[],personalData:[]}),f=e.ref(null),p=e.ref(!0),g=e.ref(!1),b=e.ref(""),B=e.ref(0),R="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MCwibmFtZSI6IlVzdWFyaW8gRnJlZSIsInVzZXJuYW1lIjoiZnJlZUBnb2xzdGF0cy5jb20iLCJlbWFpbCI6ImZyZWVAZ29sc3RhdHMuY29tIiwiaWF0IjoxNjA2NzU4Nzk1LCJleHAiOjE2MzgyOTQ3OTV9.kPNmP7yDtk38cAXrUyc7OHRh6J25VFqy-XUNzbK-4YE",W=()=>{l.value&&(n.value=l.value.offsetWidth)},z=V=>{document.body.style.overflow=V?"hidden":"auto"},U=e.ref(null),G=()=>{W(),t.isVisible&&z(!0)},K=()=>{i.value={title:"",position:""},U.value&&(U.value.clearFilters(se.ALL),U.value.clearFilters(se.AGE_RANGE),U.value.clearFilters(se.YEAR),U.value.clearFilters(se.NATIONALITY),U.value.clearFilters(se.POSITION)),_t.forEach(V=>{V.isSelected=V.name==="Liga MX",V.seasons.forEach(O=>{O.isSelected=V.name==="Liga MX"})}),y.value.clear(),B.value++,b.value="",g.value=!1,p.value=!0,f.value=null,h.value=[],a("close")},oe=()=>{if(r.value===1){if(!i.value.title||!i.value.position)return;r.value=2,p.value=!0,f.value=null}},v=async()=>{try{d.value=!0;const O=await X.create({headers:{Authorization:`${R}`}}).get("https://4j4nfvoh0d.execute-api.us-east-2.amazonaws.com/prod/templates");c.value=O.data.data}catch(V){console.error("Error al cargar templates:",V)}finally{d.value=!1}};e.onMounted(()=>{v(),window.addEventListener("resize",G)}),e.onUnmounted(()=>{window.removeEventListener("resize",G),z(!1)}),e.watch(()=>t.isVisible,V=>{V?(setTimeout(W,0),z(!0),setTimeout(()=>{p.value=!0,f.value=null,ee()},100)):z(!1)});const A=e.computed(()=>({...o.value})),I=async V=>{u.value.tournaments=V,Y()},D=async V=>{u.value.personalData=V,Y()},Y=()=>{if(!f.value){p.value=!0;return}const V=JSON.stringify(u.value)!==JSON.stringify(f.value);p.value=V},ee=async()=>{var V,O,H,M,P,N;if(p.value){g.value=!0;try{const x=u.value.tournaments.find(w=>w.isSelected===!0);if(x&&x.seasons.length>0){const w=x.seasons[0];m.value=!0,h.value=[];try{let ue=[...(await X.create({headers:{Authorization:`${R}`}}).get(`https://ts7thxzaik.execute-api.us-west-2.amazonaws.com/prod/players/seasons/${w.id}`)).data.players.map(Q=>{var le;return{id:Q.player_id,name:T(Q.player_name),name_full:Q.player_name,photo:Q.player_photo||"https://golstatsimages.blob.core.windows.net/players-profile/default.png",position:s.get(Q.position_id)||"No especificada",position_id:Q.position_id||0,age:Q.age||"-",dob:Q.dob||"-",jersey:Q.jersey||0,nationality:Q.nationality||"",is_female:Q.is_female,nationality_id:Q.nationality_id||0,minutes_played:Q.minutes_played||0,team_id:Q.team_id,team:{logo:`https://golstatsimages.blob.core.windows.net/teams-80/${Q.team_id}.png`,shortName:((le=Q.team)==null?void 0:le.shortName)||"-",tournament:x.name||"No especificada"},isSelected:y.value.has(Q.player_id)}})];if((V=u.value.personalData)!=null&&V.ageByRange&&(ue=ue.filter(Q=>{const le=parseInt(Q.age);return!isNaN(le)&&le>=u.value.personalData.ageByRange.min&&le<=u.value.personalData.ageByRange.max})),(O=u.value.personalData)!=null&&O.year){const Q=u.value.personalData.year;ue=ue.filter(le=>le.dob?parseInt(le.dob.substring(0,4))===Q:!1)}if(((M=(H=u.value.personalData)==null?void 0:H.nationalities)==null?void 0:M.length)>0){const Q=u.value.personalData.nationalities.filter(le=>le.isSelected).map(le=>le.id);Q.length>0&&(ue=ue.filter(le=>Q.includes(le.nationality_id)))}if(((N=(P=u.value.personalData)==null?void 0:P.positions)==null?void 0:N.length)>0){const Q=u.value.personalData.positions.filter(le=>le.isSelected).map(le=>le.id);Q.length>0&&(ue=ue.filter(le=>Q.includes(le.position_id)))}h.value=ue,f.value=JSON.parse(JSON.stringify(u.value)),p.value=!1}catch(F){console.error("Error al obtener jugadores:",F),h.value=[]}finally{m.value=!1}}}catch(x){console.error("Error al procesar la búsqueda:",x),m.value=!1}}},me=V=>{y.value.has(V)?y.value.delete(V):y.value.add(V)},T=V=>{if(!V)return"-";const[O,H]=V.split(",").map(P=>P.trim());if(!H)return V;const M=O.split(" ")[0];return`${H[0]}. ${M}`};e.watch(r,V=>{V===2&&(g.value=!1,p.value=!0,f.value=null)});const _=e.computed(()=>{if(!b.value)return h.value;const V=b.value.toLowerCase().trim();return h.value.filter(O=>O.name_full.toLowerCase().includes(V))});return{modalContent:l,currentStep:r,playlistData:i,modalWidth:n,isLoading:d,templates:c,closeModal:K,handleNext:oe,filterButtonProps:A,filtersTypes:S,onFiltersTournamentsTops:I,tournamentsToFilter:_t,onFiltersPersonalData:D,players:h,isLoadingPlayers:m,positions:s,isSearchButtonActive:p,handleSearch:ee,handlePlayerSelection:me,selectedPlayers:y,hasSearched:g,searchQuery:b,filteredPlayers:_,clearSearch:()=>{b.value=""},handleCreatePlaylist:async()=>{try{const V={user_id:t.userId,id:t.listId,players:Array.from(y.value).map(M=>{const P=h.value.find(N=>N.id===M);return{player_id:M,name:P.name_full,position:P.position_id,dob:P.dob,team_id:P.team_id,jersey:P.jersey,nationality:P.nationality,nationality_id:P.nationality_id,is_female:P.is_female}})},H=await X.create({headers:{Authorization:`${R}`}}).put(`https://4j4nfvoh0d.execute-api.us-east-2.amazonaws.com/prod/users/${t.userId}/in-followed/${t.listId}/players`,V);(H.status===200||H.status===201)&&(a("playlist-created",H.data),K())}catch(V){console.error("Error al agregar jugadores a la lista:",V)}},filterKey:B,personalDataFilter:U}}},h8={key:0,class:"modal-overlay"},y8={class:"modal-header"},g8={class:"title-section"},b8={key:0,class:"modal-body"},S8=["value"],_8={key:1,disabled:""},C8={key:1,class:"modal-body"},E8={class:"search-section"},w8={class:"filters-row"},k8={class:"filter-container"},V8={class:"filter-container"},N8={class:"search-input"},x8={class:"players-table"},B8={class:"table-body"},F8={key:0,class:"loading-container"},T8={key:1,class:"no-results"},M8={key:2,class:"no-results"},A8={class:"cell checkbox-cell"},L8=["checked","onChange"],P8={class:"cell player-cell"},D8=["src"],I8={class:"cell team-cell"},v8=["src"],R8={class:"cell"},O8={class:"cell"},z8={class:"cell"},U8={class:"cell"},j8={class:"modal-footer"},$8={key:0,class:"buttons-container buttons-container-step1"},H8=["disabled"],W8={class:"selected-players-info"},G8={class:"bold"},q8={class:"buttons-container buttons-container-step2"},Z8=["disabled"];function Y8(t,a,o,l,r,i){const n=e.resolveComponent("GSCFilters");return e.openBlock(),e.createBlock(e.Transition,{name:"modal"},{default:e.withCtx(()=>[o.isVisible?(e.openBlock(),e.createElementBlock("div",h8,[e.createElementVNode("div",{class:"modal-content",onClick:a[10]||(a[10]=e.withModifiers(()=>{},["stop"])),ref:"modalContent"},[e.createElementVNode("div",y8,[e.createElementVNode("div",g8,[a[11]||(a[11]=e.createElementVNode("svg",{width:"29",height:"22",viewBox:"0 0 23 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{d:"M12.249 4.88982H1.56809C0.980641 4.88982 0.5 5.35635 0.5 5.92655C0.5 6.49675 0.980641 6.96327 1.56809 6.96327H12.249C12.8365 6.96327 13.3171 6.49675 13.3171 5.92655C13.3171 5.35635 12.8365 4.88982 12.249 4.88982ZM12.249 0.74292H1.56809C0.980641 0.74292 0.5 1.20945 0.5 1.77965C0.5 2.34984 0.980641 2.81637 1.56809 2.81637H12.249C12.8365 2.81637 13.3171 2.34984 13.3171 1.77965C13.3171 1.20945 12.8365 0.74292 12.249 0.74292ZM17.5895 9.03673V5.92655C17.5895 5.35635 17.1088 4.88982 16.5214 4.88982C15.9339 4.88982 15.4533 5.35635 15.4533 5.92655V9.03673H12.249C11.6616 9.03673 11.1809 9.50325 11.1809 10.0735C11.1809 10.6437 11.6616 11.1102 12.249 11.1102H15.4533V14.2204C15.4533 14.7906 15.9339 15.2571 16.5214 15.2571C17.1088 15.2571 17.5895 14.7906 17.5895 14.2204V11.1102H20.7937C21.3812 11.1102 21.8618 10.6437 21.8618 10.0735C21.8618 9.50325 21.3812 9.03673 20.7937 9.03673H17.5895ZM1.56809 11.1102H7.97664C8.5641 11.1102 9.04474 10.6437 9.04474 10.0735C9.04474 9.50325 8.5641 9.03673 7.97664 9.03673H1.56809C0.980641 9.03673 0.5 9.50325 0.5 10.0735C0.5 10.6437 0.980641 11.1102 1.56809 11.1102Z",fill:"#ffffff",stroke:"#0D1D29","stroke-width":"0.191682"})],-1)),e.createElementVNode("h2",null,e.toDisplayString(l.currentStep===1?"Crear nueva lista":"Agregar jugadores"),1)]),e.createElementVNode("button",{class:"close-button",onClick:a[0]||(a[0]=(...s)=>l.closeModal&&l.closeModal(...s))},a[12]||(a[12]=[e.createElementVNode("img",{width:"22",src:"http://golstatsimages.blob.core.windows.net/playlist-icons/close@3x.png",alt:"Cerrar"},null,-1)]))]),l.currentStep===1?(e.openBlock(),e.createElementBlock("div",b8,[e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":a[1]||(a[1]=s=>l.playlistData.title=s),type:"text",class:"input-playlist",placeholder:"Nombre de tu lista..."},null,512),[[e.vModelText,l.playlistData.title]]),e.withDirectives(e.createElementVNode("select",{"onUpdate:modelValue":a[2]||(a[2]=s=>l.playlistData.position=s),class:"select-position"},[a[13]||(a[13]=e.createElementVNode("option",{value:"",disabled:"",selected:""},"Selecciona una posición para tu lista",-1)),l.isLoading?(e.openBlock(),e.createElementBlock("option",_8,"Cargando templates...")):(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(l.templates,s=>(e.openBlock(),e.createElementBlock("option",{key:s.id,value:s.id},e.toDisplayString(s.name),9,S8))),128))],512),[[e.vModelSelect,l.playlistData.position]])])):(e.openBlock(),e.createElementBlock("div",C8,[e.createElementVNode("div",E8,[e.createElementVNode("div",w8,[e.createElementVNode("div",k8,[(e.openBlock(),e.createBlock(n,{key:l.filterKey,width:"98.9%",class:"filter-mobile","button-filter-props":l.filterButtonProps,"is-one-tournament-only":!0,"filter-type":l.filtersTypes.TOURNAMENTS,"show-badge-on-filter-full":!1,filters:l.tournamentsToFilter,"onUpdate:filters":l.onFiltersTournamentsTops},null,8,["button-filter-props","filter-type","filters","onUpdate:filters"]))]),e.createElementVNode("div",V8,[(e.openBlock(),e.createBlock(n,{ref:"personalDataFilter",key:`personal-${l.filterKey}`,class:"filter-mobile","button-filter-props":l.filterButtonProps,"filter-type":l.filtersTypes.PERSONAL_DATA,"show-badge-on-filter-full":!1,"is-scouting":"",width:"98.9%",season:null,"onUpdate:filters":l.onFiltersPersonalData},null,8,["button-filter-props","filter-type","onUpdate:filters"]))]),e.createElementVNode("button",{class:e.normalizeClass(["search-button",{"search-button-active":l.isSearchButtonActive}]),onClick:a[3]||(a[3]=(...s)=>l.handleSearch&&l.handleSearch(...s))}," Buscar ",2)]),e.createElementVNode("div",N8,[e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":a[4]||(a[4]=s=>l.searchQuery=s),type:"text",placeholder:"Filtrar jugador por nombre"},null,512),[[e.vModelText,l.searchQuery]]),l.searchQuery?(e.openBlock(),e.createElementBlock("button",{key:0,class:"clear-search",onClick:a[5]||(a[5]=(...s)=>l.clearSearch&&l.clearSearch(...s))},a[14]||(a[14]=[e.createElementVNode("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{d:"M1 1L13 13M1 13L13 1",stroke:"white","stroke-width":"2","stroke-linecap":"round"})],-1)]))):e.createCommentVNode("",!0)])]),e.createElementVNode("div",x8,[a[16]||(a[16]=e.createElementVNode("div",{class:"table-header"},[e.createElementVNode("div",{class:"header-cell checkbox-cell"}),e.createElementVNode("div",{class:"header-cell"},"Jugadores"),e.createElementVNode("div",{class:"header-cell"},"Equipo"),e.createElementVNode("div",{class:"header-cell"},"Posición"),e.createElementVNode("div",{class:"header-cell"},"Edad"),e.createElementVNode("div",{class:"header-cell"},"Liga"),e.createElementVNode("div",{class:"header-cell"},"Minutos")],-1)),e.createElementVNode("div",B8,[l.isLoadingPlayers?(e.openBlock(),e.createElementBlock("div",F8,a[15]||(a[15]=[e.createElementVNode("div",{class:"loading-spinner"},null,-1),e.createElementVNode("span",null,"Buscando jugadores...",-1)]))):l.hasSearched?!l.isLoadingPlayers&&l.players.length===0?(e.openBlock(),e.createElementBlock("div",M8," No se encontraron resultados para tu búsqueda ")):(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:3},e.renderList(l.filteredPlayers,s=>(e.openBlock(),e.createElementBlock("div",{class:"table-row",key:s.id},[e.createElementVNode("div",A8,[e.createElementVNode("input",{type:"checkbox",class:"checkbox-player",checked:l.selectedPlayers.has(s.id),onChange:d=>l.handlePlayerSelection(s.id)},null,40,L8)]),e.createElementVNode("div",P8,[e.createElementVNode("img",{src:s.photo,class:"player-avatar"},null,8,D8),e.createElementVNode("span",null,e.toDisplayString(s.name),1)]),e.createElementVNode("div",I8,[e.createElementVNode("img",{src:s.team.logo,class:"team-logo"},null,8,v8)]),e.createElementVNode("div",R8,e.toDisplayString(s.position),1),e.createElementVNode("div",O8,e.toDisplayString(s.age),1),e.createElementVNode("div",z8,e.toDisplayString(s.team.tournament),1),e.createElementVNode("div",U8,e.toDisplayString(s.minutes_played),1)]))),128)):(e.openBlock(),e.createElementBlock("div",T8,' Haz click en "Buscar" para aplicar tus filtros '))])])])),e.createElementVNode("div",j8,[l.currentStep===1?(e.openBlock(),e.createElementBlock("div",$8,[e.createElementVNode("button",{class:"cancelar",onClick:a[6]||(a[6]=(...s)=>l.closeModal&&l.closeModal(...s))},"Cancelar"),e.createElementVNode("button",{class:"siguiente",onClick:a[7]||(a[7]=(...s)=>l.handleNext&&l.handleNext(...s)),disabled:!l.playlistData.title||!l.playlistData.position}," Siguiente ",8,H8)])):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createElementVNode("div",W8,[l.selectedPlayers.size===0?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[a[17]||(a[17]=e.createElementVNode("span",{class:"bold"},"No tienes",-1)),a[18]||(a[18]=e.createTextVNode(" jugadores seleccionados. "))],64)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createElementVNode("span",G8,"Tienes "+e.toDisplayString(l.selectedPlayers.size),1),e.createTextVNode(" "+e.toDisplayString(l.selectedPlayers.size===1?"jugador seleccionado":"jugadores seleccionados")+". ",1)],64))]),e.createElementVNode("div",q8,[e.createElementVNode("button",{class:"cancelar",onClick:a[8]||(a[8]=(...s)=>l.closeModal&&l.closeModal(...s))},"Cancelar"),e.createElementVNode("button",{class:"siguiente",onClick:a[9]||(a[9]=(...s)=>l.handleCreatePlaylist&&l.handleCreatePlaylist(...s)),disabled:l.selectedPlayers.size===0}," Agregar a lista ",8,Z8)])],64))])],512)])):e.createCommentVNode("",!0)]),_:1})}const J8=Ce(f8,[["render",Y8],["__scopeId","data-v-fd2550f7"]]),K8={name:"ModalDeleteLista",data(){return{show:!1}},methods:{open(){this.show=!0},close(){this.show=!1,this.$emit("close")},handleDelete(){this.$emit("confirm-delete-lista"),this.close()}}},X8={key:0,class:"modal-wrapper"},Q8={class:"modal-overlay"},e6={class:"modal-content"},t6={class:"modal-actions"};function a6(t,a,o,l,r,i){return r.show?(e.openBlock(),e.createElementBlock("div",X8,[e.createElementVNode("div",Q8,[e.createElementVNode("div",{class:"modal-container",onClick:a[2]||(a[2]=e.withModifiers(()=>{},["stop"]))},[e.createElementVNode("div",e6,[a[3]||(a[3]=e.createStaticVNode('<div class="modal-header" data-v-74c67ee0><img src="http://golstatsimages.blob.core.windows.net/playlist-icons/icon-delete-modal.png" alt="Eliminar playlist" class="icon-trash" data-v-74c67ee0><span data-v-74c67ee0>Eliminar Lista</span></div><div class="separator" data-v-74c67ee0></div><p class="modal-message" data-v-74c67ee0> ¿Estás seguro que deseas eliminar<br data-v-74c67ee0> esta lista? Si lo haces no hay manera<br data-v-74c67ee0> de recuperala. </p><div class="separator" data-v-74c67ee0></div>',4)),e.createElementVNode("div",t6,[e.createElementVNode("button",{class:"btn-cancel",onClick:a[0]||(a[0]=n=>t.$emit("close"))},"Cancelar"),e.createElementVNode("button",{class:"btn-delete",onClick:a[1]||(a[1]=(...n)=>i.handleDelete&&i.handleDelete(...n))},"Eliminar")])])])])])):e.createCommentVNode("",!0)}const o6=Ce(K8,[["render",a6],["__scopeId","data-v-74c67ee0"]]),l6={name:"ModalDeletePlayers",data(){return{show:!1}},methods:{open(){this.show=!0},close(){this.show=!1,this.$emit("close")},handleDelete(){this.$emit("confirm-delete"),this.close()}}},i6={key:0,class:"modal-wrapper"},r6={class:"modal-content"},n6={class:"modal-actions"};function s6(t,a,o,l,r,i){return r.show?(e.openBlock(),e.createElementBlock("div",i6,[e.createElementVNode("div",{class:"modal-overlay",onClick:a[3]||(a[3]=n=>t.$emit("close"))},[e.createElementVNode("div",{class:"modal-container",onClick:a[2]||(a[2]=e.withModifiers(()=>{},["stop"]))},[e.createElementVNode("div",r6,[a[4]||(a[4]=e.createStaticVNode('<div class="modal-header" data-v-44fad697><img src="http://golstatsimages.blob.core.windows.net/playlist-icons/icon-delete-modal.png" alt="Eliminar jugadores" class="icon-trash" data-v-44fad697><span data-v-44fad697>Eliminar jugadores</span></div><div class="separator" data-v-44fad697></div><p class="modal-message" data-v-44fad697> ¿Estás seguro que deseas eliminar a<br data-v-44fad697> estos jugadores de la lista? </p><div class="separator" data-v-44fad697></div>',4)),e.createElementVNode("div",n6,[e.createElementVNode("button",{class:"btn-cancel",onClick:a[0]||(a[0]=n=>t.$emit("close"))},"Cancelar"),e.createElementVNode("button",{class:"btn-delete",onClick:a[1]||(a[1]=(...n)=>i.handleDelete&&i.handleDelete(...n))},"Eliminar")])])])])])):e.createCommentVNode("",!0)}const d6=Ce(l6,[["render",s6],["__scopeId","data-v-44fad697"]]),c6={name:"ModalDeletePlayers",props:{modelValue:{type:Boolean,required:!0}},methods:{confirmDelete(){this.$emit("confirm-delete"),this.$emit("update:modelValue",!1)}}},m6={key:0,class:"modal-wrapper"},p6={class:"modal-container"},u6={class:"modal-content"},f6={class:"modal-actions"};function h6(t,a,o,l,r,i){return o.modelValue?(e.openBlock(),e.createElementBlock("div",m6,[e.createElementVNode("div",{class:"modal-overlay",onClick:a[2]||(a[2]=n=>t.$emit("update:modelValue",!1))},[e.createElementVNode("div",p6,[e.createElementVNode("div",u6,[a[3]||(a[3]=e.createStaticVNode('<div class="modal-header" data-v-f93914a4><img src="http://golstatsimages.blob.core.windows.net/playlist-icons/icon-delete-modal.png" alt="Eliminar jugadores" class="icon-trash" data-v-f93914a4><span data-v-f93914a4>Eliminar jugadores</span></div><div class="separator" data-v-f93914a4></div><p class="modal-message" data-v-f93914a4> ¿Estás seguro que deseas eliminar a<br data-v-f93914a4> estos jugadores de la lista? </p><div class="separator" data-v-f93914a4></div>',4)),e.createElementVNode("div",f6,[e.createElementVNode("button",{class:"btn-cancel",onClick:a[0]||(a[0]=n=>t.$emit("update:modelValue",!1))},"Cancelar"),e.createElementVNode("button",{class:"btn-delete",onClick:a[1]||(a[1]=(...n)=>i.confirmDelete&&i.confirmDelete(...n))},"Eliminar")])])])])])):e.createCommentVNode("",!0)}const y6=Ce(c6,[["render",h6],["__scopeId","data-v-f93914a4"]]);function g6(t){const a=e.ref({width:0,height:0});function o(){const l=t.value.getBoundingClientRect();a.value.width=l.width,a.value.height=l.height}return e.onMounted(()=>{o(),window.addEventListener("resize",o)}),e.onUnmounted(()=>{window.removeEventListener("resize",o)}),{elementSize:a}}const Da={name:"GSCList",props:{userId:{type:Number,default:0},userTeamId:{type:Number,default:1}},components:{GridView:sr,ListView:$n,ModalCreatePlaylist:a8,ModalEditarLista:u8,ModalAddPlayers:J8,ModalDeleteLista:o6,ModalDeletePlayers:d6,ModalDeletePlayer:y6},data(){return{modalVisible:!1,modalEditarVisible:!1,modalAddPlayersVisible:!1,modalDeleteVisible:!1,modalCompareVisible:!1,selectedListId:null,selectedListName:"",activeItem:null,activeTooltip:null,viewMode:"grid",searchText:"",tooltipY:0,listExistingNames:[],isGeneral:!1,positions:new Map([[1,"Portero"],[2,"Defensa Central"],[3,"Lateral por izquierda"],[4,"Lateral por derecha"],[5,"Volante por izquierda"],[6,"Volante por derecha"],[7,"Volante defensivo"],[8,"Volante ofensivo"],[9,"Delantero "],[10,"Desconocida"]]),positionsFemale:new Map([[1,"Portera"],[2,"Defensa Central"],[3,"Lateral por izquierda"],[4,"Lateral por derecha"],[5,"Volante por izquierda"],[6,"Volante por derecha"],[7,"Volante defensiva"],[8,"Volante ofensiva"],[9,"Delantera"],[10,"Desconocida"]]),token:"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MCwibmFtZSI6IlVzdWFyaW8gRnJlZSIsInVzZXJuYW1lIjoiZnJlZUBnb2xzdGF0cy5jb20iLCJlbWFpbCI6ImZyZWVAZ29sc3RhdHMuY29tIiwiaWF0IjoxNjA2NzU4Nzk1LCJleHAiOjE2MzgyOTQ3OTV9.kPNmP7yDtk38cAXrUyc7OHRh6J25VFqy-XUNzbK-4YE",lists:[],templates:{},showDeleteModal:!1,selectedPlayersToDelete:[],hasSelectedPlayers:!1,currentListIndex:null,selectedListData:null,statsLoaded:!1,originalOverflow:null,isScrollLocked:!1}},setup(){const t=e.ref(null),{elementSize:a}=g6(t);return{elementSize:a,myDivRefList:t}},computed:{isMobileLayout(){return this.elementSize.width<768},isCompactLayout(){return this.elementSize.width<768},searchCompact(){return this.elementSize.width<1e3},searchCloseCompact(){return this.elementSize.width<920},smallMobileCompact(){return this.elementSize.width<480},tooltipStyle(){return this.smallMobileCompact?{top:`${this.tooltipY}px`,transform:"translateX(-50%)"}:{}},filteredLists(){let t=this.lists;if(this.searchText){const a=this.searchText.toLowerCase();t=t.filter(o=>o.name.toLowerCase().includes(a))}return t.sort((a,o)=>new Date(o.originalDate)-new Date(a.originalDate))},currentTemplateCategories(){if(this.activeItem===null)return[];const t=this.lists.find(o=>o.id===this.activeItem);if(!t)return[];const a=this.templates[t.template];return!a||!a.variables?[]:a.variables.map(o=>({id:o.id,id_variable:o.custom_id,parameters:o.parameters&&(Array.isArray(o.parameters)&&o.parameters.length>0||typeof o.parameters=="object"&&Object.keys(o.parameters).length>0)?o.parameters:"no",name:o.name}))},isAnyListInDeleteMode(){return this.lists.some(t=>t.deleteActive)},isCurrentListGeneral(){if(!this.activeItem)return!1;const t=this.lists.find(a=>a.id===this.activeItem);return t?t.position.toLowerCase()==="info general":!1}},methods:{handleViewProfile(t){this.$emit("showProfile",t)},handleDeleteFromList(t){let a={player_id:t.player_id,name:t.player_name,position:t.position_name};this.handleDeletePlayer(a)},ShowGraph(t){this.$emit("showGraph",t)},async fetchUserLists(){try{await this.fetchTemplates();const a=await X.create({headers:{Authorization:`${this.token}`}}).get(`https://4j4nfvoh0d.execute-api.us-east-2.amazonaws.com/prod/users/${this.userId}/in-followed`);this.listExistingNames=a.data.data.map(l=>l.name.toLowerCase());const o=a.data.data.sort((l,r)=>new Date(r.created_at)-new Date(l.created_at));this.lists=o.map(l=>{var r,i,n,s,d;return{id:l.id,name:l.name,position:((n=this.templates[((r=l.template)==null?void 0:r.id)||((i=l.template_id)==null?void 0:i.id)])==null?void 0:n.name)||"Sin template",template:((s=l.template)==null?void 0:s.id)||((d=l.template_id)==null?void 0:d.id),createdAt:this.formatDate(l.created_at),originalDate:l.created_at,deleteActive:!1,players:(l.players||[]).map(c=>({...c,position:c.is_female?this.positionsFemale.get(c.position)||"Desconocida":this.positions.get(c.position)||"Desconocida",name:c.name.split(",").map(h=>h.trim().split(" ")[0]).reverse().join(" "),photo:`https://golstatsimages.blob.core.windows.net/players-profile/${c.player_id}.png`,countryFlag:c.nationality_id?`https://golstatsimages.blob.core.windows.net/flags/${c.nationality_id}.jpg`:"",nationality:c.nationality})),playerStats:{}}})}catch(t){console.error("Error al obtener las listas:",t)}},async fetchTemplates(){try{const a=await X.create({headers:{Authorization:`${this.token}`}}).get(`https://a3tmmmjdaj.execute-api.us-east-2.amazonaws.com/prod/teams/${this.userTeamId}/templates?general=1`),o={};a.data.data.forEach(l=>{o[l.id]=l}),this.templates=o}catch(t){console.error("Error al obtener los templates:",t)}},getOriginalList(t){return this.lists.find(a=>a.id===t)},toggleItem(t,a){if(this.isAnyListInDeleteMode&&!this.getOriginalList(t).deleteActive){a.preventDefault();return}this.activeItem===t?this.activeItem=null:(this.lists.forEach(o=>{o.deleteActive=!1}),this.statsLoaded=!1,this.activeItem=t,this.fetchPlayerStats(t))},async fetchPlayerStats(t){try{const o=await X.create({headers:{Authorization:`${this.token}`}}).get(`https://4j4nfvoh0d.execute-api.us-east-2.amazonaws.com/prod/users/${this.userId}/in-followed/${t}/stats`),l=this.lists.findIndex(d=>d.id===t),r={},i={},n={};o.data.max.forEach(([d,c])=>{i[d]=parseInt(c)}),Object.entries(o.data.data).forEach(([d,c])=>{d!=="max"&&(r[d]={},c.forEach(h=>{const[m,,y,u,f]=h;r[d][m]={variable_id:m,value:y,max:i[m]||0,season:u,categories:f}}))}),Object.entries(o.data.additional_data).forEach(([d,c])=>{n[d]=c}),l!==-1&&(this.lists[l].playerStats=r,this.lists[l].additionalData=n),this.statsLoaded=!0}catch(a){console.error("Error fetching player stats:",a),this.statsLoaded=!0}},toggleViewMode(t){this.viewMode=t},toggleTooltip(t,a){this.activeTooltip===t?(this.activeTooltip=null,this.handleScroll(!1)):(this.activeTooltip!==null&&this.handleScroll(!1),this.activeTooltip=t,this.smallMobileCompact&&(this.tooltipY=a.clientY,this.handleScroll(!0))),a.stopPropagation()},editarLista(t){this.selectedListId=this.lists[t].id,this.selectedListData=this.lists[t],this.modalEditarVisible=!0,this.activeTooltip=null},closeModalEditar(){this.modalEditarVisible=!1,this.selectedListId=null},agregarJugadores(t){const a=this.filteredLists[t];this.currentListIndex=this.lists.findIndex(o=>o.id===a.id),this.selectedListId=a.id,this.modalAddPlayersVisible=!0,this.activeTooltip=null},closeModalAddPlayers(){this.modalAddPlayersVisible=!1,this.selectedListId=null},eliminarJugadores(t){const a=this.filteredLists[t];this.activeItem!==a.id&&this.toggleItem(a.id),this.lists.forEach(l=>{l.deleteActive=!1});const o=this.getOriginalList(a.id);o&&(o.deleteActive=!0),this.currentListIndex=this.lists.findIndex(l=>l.id===a.id),this.activeTooltip=null},async compararListas(t){const a=this.filteredLists[t],o=this.lists.find(r=>r.id===a.id);if(!o||!o.players){console.error("No se encontró la lista o no tiene jugadores");return}this.activeItem!==a.id&&(this.statsLoaded=!1,this.activeItem=a.id,await this.fetchPlayerStats(a.id));const l=o.players.map(r=>{var i,n,s,d,c,h,m,y,u,f;return{position:r.position,player_name:r.name,player_photo:r.photo,total:"-",id:r.player_id,player_age:this.calculateAge(r.dob),team_abrev:((n=(i=o.additionalData)==null?void 0:i[r.player_id])==null?void 0:n.team_abrev)||"-",team_name:((d=(s=o.additionalData)==null?void 0:s[r.player_id])==null?void 0:d.team_name)||"-",team_logo:`https://golstatsimages.blob.core.windows.net/teams-80/${r.team_id}.png`,position_name:r.position,player_position:r.position,player_country:Wt[`${r.nationality_id}`]||r.nationality,player_country_flag:r.countryFlag,player_games:((h=(c=o.additionalData)==null?void 0:c[r.player_id])==null?void 0:h.games_played)||0,player_min:((y=(m=o.additionalData)==null?void 0:m[r.player_id])==null?void 0:y.minutes)||0,league_name:"-",seasons:[...new Set(this.currentTemplateCategories.map(p=>{var g,b;return((b=(g=o.playerStats[r.player_id])==null?void 0:g[p.id_variable])==null?void 0:b.season)||[]}).flat())].filter(p=>p&&p!==0),season_id:((f=(u=o.additionalData)==null?void 0:u[r.player_id])==null?void 0:f.season_id)||0,stats:this.currentTemplateCategories.map(p=>{var g,b,B,R,W,z,U,G;return{category_id:((b=(g=o.playerStats[r.player_id])==null?void 0:g[p.id_variable])==null?void 0:b.variable_id)||null,custom_category_id:((R=(B=o.playerStats[r.player_id])==null?void 0:B[p.id_variable])==null?void 0:R.variable_id)||null,name:p.name,total:((z=(W=o.playerStats[r.player_id])==null?void 0:W[p.id_variable])==null?void 0:z.value)||0,seasons:((G=(U=o.playerStats[r.player_id])==null?void 0:U[p.id_variable])==null?void 0:G.season)||null}})}});this.$emit("compare-players",l),this.activeTooltip=null},calculateAge(t){if(!t)return"-";const a=new Date(t),o=new Date;let l=o.getFullYear()-a.getFullYear();const r=o.getMonth()-a.getMonth();return(r<0||r===0&&o.getDate()<a.getDate())&&l--,l},closeModalCompare(){this.modalCompareVisible=!1},eliminarLista(t){const a=this.filteredLists[t];this.selectedListId=a.id,this.selectedListName=a.name,this.$refs.deleteModal.open(),this.activeTooltip=null},closeModalDelete(){this.$refs.deleteModal.close(),this.selectedListId=null,this.selectedListName=""},closeModalDeletePlayers(){this.$refs.deleteModalPlayers.close()},closeModalDeletePlayer(){this.$refs.deleteModalPlayer.close()},async handleConfirmDeleteLista(){try{await X.create({headers:{Authorization:`${this.token}`}}).delete(`https://4j4nfvoh0d.execute-api.us-east-2.amazonaws.com/prod/users/${this.userId}/in-followed/${this.selectedListId}`);const a=this.searchText;this.lists=this.lists.filter(o=>o.id!==this.selectedListId),this.$refs.deleteModal.close(),await this.fetchUserLists(),a&&(this.searchText=a)}catch(t){console.error("Error al eliminar la lista:",t),await this.fetchUserLists()}},async handleConfirmDeletePlayers(){try{const t=this.lists[this.currentListIndex],a=t.id,o={user_id:this.userId,players:this.selectedPlayersToDelete,id:a};await X.create({headers:{Authorization:`${this.token}`,"Content-Type":"application/json"}}).put(`https://4j4nfvoh0d.execute-api.us-east-2.amazonaws.com/prod/users/${this.userId}/in-followed/${a}/players/delete`,o),t&&(t.players=t.players.filter(r=>!this.selectedPlayersToDelete.some(i=>i.player_id===r.player_id))),this.selectedPlayersToDelete=[],this.hasSelectedPlayers=!1,t&&(t.deleteActive=!1),this.$refs.deleteModalPlayers.close()}catch(t){console.error("Error al eliminar jugadores:",t)}},async handleConfirmDeletePlayer(){try{const t=this.lists.find(i=>i.id===this.activeItem);if(!t){console.error("No se encontró la lista activa");return}const a=t.id,o={user_id:this.userId,players:this.selectedPlayersToDelete,id:a};await X.create({headers:{Authorization:`${this.token}`,"Content-Type":"application/json"}}).put(`https://4j4nfvoh0d.execute-api.us-east-2.amazonaws.com/prod/users/${this.userId}/in-followed/${a}/players/delete`,o);const r=this.lists.findIndex(i=>i.id===a);if(r!==-1){const i=JSON.parse(JSON.stringify(this.lists[r]));i.players=i.players.filter(n=>!this.selectedPlayersToDelete.some(s=>s.player_id===n.player_id)),this.lists[r]=i}this.selectedPlayersToDelete=[],this.hasSelectedPlayers=!1,r!==-1&&(this.lists[r].deleteActive=!1)}catch(t){console.error("Error al eliminar jugadores:",t)}},formatDate(t){if(!t)return"";const a=new Date(t),o=a.getDate().toString().padStart(2,"0"),l=["ENE","FEB","MAR","ABR","MAY","JUN","JUL","AGO","SEP","OCT","NOV","DIC"][a.getMonth()],r=a.getFullYear();return`${o} - ${l} - ${r}`},clearSearch(){this.searchText=""},cancelDelete(t){const a=this.filteredLists[t],o=this.getOriginalList(a.id);o&&(o.deleteActive=!1),this.hasSelectedPlayers=!1},handleShowGraph(t){this.$emit("showGraph",t)},handleSelectedPlayers(t){this.selectedPlayersToDelete=t,this.hasSelectedPlayers=t.length>0},handleSelectedPlayersToDelete(t){this.selectedPlayersToDelete=t,this.hasSelectedPlayers=t.length>0},updateSelectionStatus(t){this.hasSelectedPlayers=t},onOpenMedia(t){this.$emit("open-media",t)},openModal(){this.modalVisible=!0},closeModal(){this.modalVisible=!1},async handlePlaylistAddPlayer(t){try{const a=this.selectedListId,o=this.searchText;this.statsLoaded=!1,await this.fetchUserLists(),a&&(this.searchText=o,await this.$nextTick(),this.activeItem=a,await this.fetchPlayerStats(a),this.lists.find(r=>r.id===a)&&(this.filteredLists.some(i=>i.id===a)||(this.searchText=""))),this.closeModalAddPlayers()}catch(a){console.error("Error al recargar las listas:",a)}},handlePlaylistCreated(){try{this.fetchUserLists()}catch(t){console.error("Error al recargar las listas:",t)}},confirmDelete(t){if(!this.hasSelectedPlayers)return;const a=this.filteredLists[t];this.currentListIndex=this.lists.findIndex(o=>o.id===a.id),this.$refs.deleteModalPlayers.open()},handleListEdited(){this.closeModalEditar(),this.fetchUserLists()},handleScroll(t){t&&!this.isScrollLocked?(this.originalOverflow=document.documentElement.style.overflow,document.documentElement.style.overflow="hidden",document.body.style.overflow="hidden",document.documentElement.style.position="fixed",document.documentElement.style.width="100%",this.isScrollLocked=!0):!t&&this.isScrollLocked&&(document.documentElement.style.overflow="",document.body.style.overflow="",document.documentElement.style.position="",document.documentElement.style.width="",this.originalOverflow=null,this.isScrollLocked=!1)},closeTooltip(){this.activeTooltip!==null&&(this.activeTooltip=null,this.handleScroll(!1))},handleDeletePlayer(t){const a=this.lists.find(l=>l.id===this.activeItem);if(!a){console.error("No se encontró la lista activa");return}const o=a.players.find(l=>l.player_id===t.player_id);if(!o){console.error("No se encontró el jugador en la lista");return}this.userId,a.id,this.selectedPlayersToDelete=[o],this.hasSelectedPlayers=!0,this.showDeleteModal=!0},handleShowProfile(t){const a=this.lists.find(n=>n.id===this.activeItem);if(!a){console.error("No se encontró la lista activa");return}const o=a.players.find(n=>n.player_id===t.player_id);if(!o){console.error("No se encontró el jugador en la lista");return}const l=a.playerStats[o.player_id];let r=0;l&&Object.values(l).forEach(n=>{n.season!==null&&n.season!==void 0&&(r=n.season)});const i={team_id:o.team_id,player_id:o.player_id,seasons:r,season_id:t.season_id};this.$emit("showProfile",i)}},watch:{userId:{immediate:!0,handler(t){t&&t!==0&&this.fetchUserLists()}},smallMobileCompact(t){!t&&this.isScrollLocked&&this.handleScroll(!1)},activeTooltip(t){t===null&&this.isScrollLocked&&this.handleScroll(!1)},activeItem:{handler(t){this.isGeneral=this.isCurrentListGeneral}}},mounted(){const t=o=>{if(this.activeTooltip!==null){const l=document.querySelector(".tooltip-menu"),r=document.querySelector(".more-options");l&&!l.contains(o.target)&&r&&!r.contains(o.target)&&this.closeTooltip()}};document.addEventListener("click",t),this._handleGlobalClick=t;const a=o=>{o.key==="Escape"&&this.activeTooltip!==null&&this.closeTooltip()};document.addEventListener("keydown",a),this._handleEscape=a,this.fetchTemplates()},beforeUnmount(){this._handleGlobalClick&&document.removeEventListener("click",this._handleGlobalClick),this._handleEscape&&document.removeEventListener("keydown",this._handleEscape),this.isScrollLocked&&this.handleScroll(!1)}},Wl=()=>{e.useCssVars(t=>({"84dcfc6a":t.smallMobileCompact?"12px":"14px","65d0b3f6":(t.isMobileLayout,"8px"),c6034d56:t.isMobileLayout?"0":"8px",d141e9e4:t.smallMobileCompact?"0 5px":"0 24px","7c909eb0":t.smallMobileCompact?"24px":"32px","251cefad":t.smallMobileCompact?"4px":"24px","77a9e1d4":t.smallMobileCompact?"16px":"20px",fd14ebe0:t.smallMobileCompact?"32px":"40px","603d1c92":t.smallMobileCompact?"128px":"160px","7e55a2a8":t.isMobileLayout?"13px":"14px","1390f5ef":t.smallMobileCompact?"5px":"12px","7d116c35":t.smallMobileCompact?"4px":"0px",e84a710e:t.searchCompact?t.isMobileLayout?t.smallMobileCompact?"calc(100% - 46px)":"calc(100% - 44px)":"88%":"93%","10b38d54":t.isMobileLayout?"-10px -15px -15px -15px":"-15px -15px","450771e9":t.tooltipY+"px",b4da6c26:t.searchCompact?t.searchCloseCompact?t.isMobileLayout?t.smallMobileCompact?"2%":"1%":"2.5%":"5%":"1%","024fbbc2":t.isMobileLayout?"0":"16px","5c2242f2":t.isMobileLayout?"-12px 0px 8px 0px":"-15px -15px 15px -15px","324602de":t.isMobileLayout?"7px":"16px","3f9cc026":(t.smallMobileCompact,"column"),f147f89a:t.isMobileLayout?"100%":"150px","3eeae7ea":t.smallMobileCompact?"10px":"12px","7cb6a2ca":t.isMobileLayout?"center":"right","026a1948":t.isMobileLayout?"0":"32px","027aeb03":t.isMobileLayout?"0":"48px","127b4786":t.isMobileLayout&&!t.smallMobileCompact?"flex":"none","388ab0b1":t.isMobileLayout?"auto":"32px"}))},Gl=Da.setup;Da.setup=Gl?(t,a)=>(Wl(),Gl(t,a)):Wl;const b6={ref:"myDivRefList",class:"gsc-list"},S6={class:"list-header"},_6={class:"list-count"},C6={class:"search-container"},E6={class:"search-box"},w6={class:"header-buttons"},k6=["disabled"],V6={width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},N6=["stroke"],x6=["stroke"],B6=["stroke"],F6=["stroke"],T6=["disabled"],M6={width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},A6=["stroke"],L6=["stroke"],P6=["stroke"],D6=["stroke"],I6=["stroke"],v6=["stroke"],R6={class:"search-container full-width"},O6={class:"search-box"},z6={class:"list-items"},U6={class:"list-name"},j6={class:"delete-mode-actions"},$6=["onClick"],H6=["disabled","onClick"],W6={key:0,class:"second-row-container"},G6={class:"delete-mode-actions"},q6=["onClick"],Z6=["disabled","onClick"],Y6={class:"delete-mode-actions mobile small"},J6=["onClick"],K6=["disabled","onClick"],X6=["onClick"],Q6={class:"header-main-row"},e7={class:"item-title"},t7={class:"item-controls"},a7={class:"tooltip-container"},o7=["onClick"],l7=["onClick"],i7=["onClick"],r7=["onClick"],n7=["onClick"],s7=["onClick"],d7={key:0,class:"separator"},c7={key:1,class:"mobile-meta-info"},m7={key:0,class:"item-content"},p7={class:"expanded-container"},u7={key:0,class:"no-results"};function f7(t,a,o,l,r,i){const n=e.resolveComponent("ModalCreatePlaylist"),s=e.resolveComponent("ModalEditarLista"),d=e.resolveComponent("ModalAddPlayers"),c=e.resolveComponent("ModalDeleteLista"),h=e.resolveComponent("ModalDeletePlayers"),m=e.resolveComponent("ModalDeletePlayer");return e.openBlock(),e.createElementBlock("div",b6,[e.createVNode(n,{isVisible:r.modalVisible,onClose:i.closeModal,seasons:[1922],"user-team-id":o.userTeamId,"team-id":2,"user-id":o.userId,"player-id":0,"position-id":9,"list-existing-names":r.listExistingNames,onPlaylistCreated:i.handlePlaylistCreated},null,8,["isVisible","onClose","user-team-id","user-id","list-existing-names","onPlaylistCreated"]),e.createVNode(s,{isVisible:r.modalEditarVisible,onClose:i.closeModalEditar,onNext:i.handleListEdited,"user-team-id":o.userTeamId,"user-id":o.userId,"list-id":r.selectedListId,"list-data":r.selectedListData},null,8,["isVisible","onClose","onNext","user-team-id","user-id","list-id","list-data"]),e.createVNode(d,{isVisible:r.modalAddPlayersVisible,onClose:i.closeModalAddPlayers,"user-id":o.userId,"list-id":r.selectedListId,onPlaylistCreated:i.handlePlaylistAddPlayer},null,8,["isVisible","onClose","user-id","list-id","onPlaylistCreated"]),e.createVNode(c,{ref:"deleteModal",onClose:i.closeModalDelete,onConfirmDeleteLista:i.handleConfirmDeleteLista},null,8,["onClose","onConfirmDeleteLista"]),e.createVNode(h,{ref:"deleteModalPlayers",onClose:i.closeModalDeletePlayers,onConfirmDelete:i.handleConfirmDeletePlayers},null,8,["onClose","onConfirmDelete"]),e.createVNode(m,{modelValue:r.showDeleteModal,"onUpdate:modelValue":a[0]||(a[0]=y=>r.showDeleteModal=y),onConfirmDelete:i.handleConfirmDeletePlayer},null,8,["modelValue","onConfirmDelete"]),r.activeTooltip!==null&&i.smallMobileCompact?(e.openBlock(),e.createElementBlock("div",{key:0,class:"tooltip-overlay",onClick:a[1]||(a[1]=e.withModifiers(y=>r.activeTooltip=null,["stop"]))})):e.createCommentVNode("",!0),e.createElementVNode("div",S6,[e.createElementVNode("div",{class:e.normalizeClass(["top-row",{compact:i.isCompactLayout}])},[e.createElementVNode("div",_6,e.toDisplayString(r.lists.length)+" "+e.toDisplayString(r.lists.length===1?"Lista":"Listas"),1),e.withDirectives(e.createElementVNode("div",C6,[e.createElementVNode("div",E6,[a[11]||(a[11]=e.createElementVNode("img",{class:"search-icon",src:"https://golstatsimages.blob.core.windows.net/todoelfut/search-svg.svg"},null,-1)),e.withDirectives(e.createElementVNode("input",{type:"text","onUpdate:modelValue":a[2]||(a[2]=y=>r.searchText=y),placeholder:"Buscar lista..."},null,512),[[e.vModelText,r.searchText]]),r.searchText?(e.openBlock(),e.createElementBlock("button",{key:0,class:"clear-search-btn",onClick:a[3]||(a[3]=(...y)=>i.clearSearch&&i.clearSearch(...y))},a[10]||(a[10]=[e.createElementVNode("svg",{width:"12",height:"12",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{d:"M13 1L1 13",stroke:"#808080","stroke-width":"3","stroke-linecap":"round","stroke-linejoin":"round"}),e.createElementVNode("path",{d:"M1 1L13 13",stroke:"#808080","stroke-width":"3","stroke-linecap":"round","stroke-linejoin":"round"})],-1)]))):e.createCommentVNode("",!0)])],512),[[e.vShow,!i.isCompactLayout]]),e.createElementVNode("div",w6,[e.createElementVNode("button",{class:"create-list-btn",onClick:a[4]||(a[4]=(...y)=>i.openModal&&i.openModal(...y))},a[12]||(a[12]=[e.createElementVNode("img",{src:"http://golstatsimages.blob.core.windows.net/todoelfut/icn-crear-lista.png"},null,-1),e.createTextVNode(" Crear lista ")])),e.createElementVNode("button",{class:e.normalizeClass(["view-mode-btn grid",{active:r.viewMode==="grid"}]),onClick:a[5]||(a[5]=y=>i.toggleViewMode("grid")),disabled:i.isAnyListInDeleteMode},[(e.openBlock(),e.createElementBlock("svg",V6,[e.createElementVNode("path",{d:"M10 3H3V10H10V3Z",stroke:r.viewMode==="grid"?"#CBEE6B":"#808080","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,N6),e.createElementVNode("path",{d:"M21 3H14V10H21V3Z",stroke:r.viewMode==="grid"?"#CBEE6B":"#808080","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,x6),e.createElementVNode("path",{d:"M21 14H14V21H21V14Z",stroke:r.viewMode==="grid"?"#CBEE6B":"#808080","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,B6),e.createElementVNode("path",{d:"M10 14H3V21H10V14Z",stroke:r.viewMode==="grid"?"#CBEE6B":"#808080","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,F6)]))],10,k6),e.createElementVNode("button",{class:e.normalizeClass(["view-mode-btn list",{active:r.viewMode==="list"}]),onClick:a[6]||(a[6]=y=>i.toggleViewMode("list")),disabled:i.isAnyListInDeleteMode},[(e.openBlock(),e.createElementBlock("svg",M6,[e.createElementVNode("path",{d:"M8 6H21",stroke:r.viewMode==="list"?"#CBEE6B":"#808080","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,A6),e.createElementVNode("path",{d:"M8 12H21",stroke:r.viewMode==="list"?"#CBEE6B":"#808080","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,L6),e.createElementVNode("path",{d:"M8 18H21",stroke:r.viewMode==="list"?"#CBEE6B":"#808080","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,P6),e.createElementVNode("path",{d:"M3 6H3.01",stroke:r.viewMode==="list"?"#CBEE6B":"#808080","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,D6),e.createElementVNode("path",{d:"M3 12H3.01",stroke:r.viewMode==="list"?"#CBEE6B":"#808080","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,I6),e.createElementVNode("path",{d:"M3 18H3.01",stroke:r.viewMode==="list"?"#CBEE6B":"#808080","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,v6)]))],10,T6)])],2),e.withDirectives(e.createElementVNode("div",R6,[e.createElementVNode("div",O6,[a[14]||(a[14]=e.createElementVNode("img",{class:"search-icon",src:"https://golstatsimages.blob.core.windows.net/todoelfut/search-svg.svg"},null,-1)),e.withDirectives(e.createElementVNode("input",{type:"text","onUpdate:modelValue":a[7]||(a[7]=y=>r.searchText=y),placeholder:"Buscar lista..."},null,512),[[e.vModelText,r.searchText]]),r.searchText?(e.openBlock(),e.createElementBlock("button",{key:0,class:"clear-search-btn",onClick:a[8]||(a[8]=(...y)=>i.clearSearch&&i.clearSearch(...y))},a[13]||(a[13]=[e.createElementVNode("svg",{width:"12",height:"12",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{d:"M13 1L1 13",stroke:"#808080","stroke-width":"3","stroke-linecap":"round","stroke-linejoin":"round"}),e.createElementVNode("path",{d:"M1 1L13 13",stroke:"#808080","stroke-width":"3","stroke-linecap":"round","stroke-linejoin":"round"})],-1)]))):e.createCommentVNode("",!0)])],512),[[e.vShow,i.isCompactLayout]])]),e.createElementVNode("div",z6,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.filteredLists,(y,u)=>(e.openBlock(),e.createElementBlock("div",{class:"list-item",key:y.id},[i.getOriginalList(y.id).deleteActive?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["delete-mode-header",{mobile:i.isMobileLayout,small:i.smallMobileCompact}])},[e.createElementVNode("div",{class:e.normalizeClass(["delete-mode-content",{mobile:i.isMobileLayout,small:i.smallMobileCompact}])},[i.isMobileLayout?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createElementVNode("div",{class:e.normalizeClass(["list-name mobile",{small:i.smallMobileCompact}])},e.toDisplayString(y.name),3),i.smallMobileCompact?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[a[17]||(a[17]=e.createElementVNode("div",{class:"delete-mode-title mobile small"}," Selecciona los jugadores que quieres eliminar de la lista ",-1)),e.createElementVNode("div",Y6,[e.createElementVNode("button",{class:"cancel-btn",onClick:e.withModifiers(f=>i.cancelDelete(u),["stop"])}," Cancelar ",8,J6),e.createElementVNode("button",{class:e.normalizeClass(["delete-btn",{active:r.hasSelectedPlayers}]),disabled:!r.hasSelectedPlayers,onClick:e.withModifiers(f=>i.confirmDelete(u),["stop"])}," Eliminar ",10,K6)])],64)):(e.openBlock(),e.createElementBlock("div",W6,[a[16]||(a[16]=e.createElementVNode("div",{class:"delete-mode-title"}," Selecciona los jugadores que quieres eliminar de la lista ",-1)),e.createElementVNode("div",G6,[e.createElementVNode("button",{class:"cancel-btn",onClick:e.withModifiers(f=>i.cancelDelete(u),["stop"])}," Cancelar ",8,q6),e.createElementVNode("button",{class:e.normalizeClass(["delete-btn",{active:r.hasSelectedPlayers}]),disabled:!r.hasSelectedPlayers,onClick:e.withModifiers(f=>i.confirmDelete(u),["stop"])}," Eliminar ",10,Z6)])]))],64)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createElementVNode("div",U6,e.toDisplayString(y.name),1),a[15]||(a[15]=e.createElementVNode("div",{class:"delete-mode-title"}," Selecciona los jugadores que quieres eliminar de la lista ",-1)),e.createElementVNode("div",j6,[e.createElementVNode("button",{class:"cancel-btn",onClick:e.withModifiers(f=>i.cancelDelete(u),["stop"])}," Cancelar ",8,$6),e.createElementVNode("button",{class:e.normalizeClass(["delete-btn",{active:r.hasSelectedPlayers}]),disabled:!r.hasSelectedPlayers,onClick:e.withModifiers(f=>i.confirmDelete(u),["stop"])}," Eliminar ",10,H6)])],64))],2)],2)):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("div",{class:e.normalizeClass(["item-header",{"mobile-layout":i.isMobileLayout,disabled:i.isAnyListInDeleteMode&&!i.getOriginalList(y.id).deleteActive}]),onClick:f=>i.toggleItem(y.id,f)},[e.createElementVNode("div",Q6,[e.createElementVNode("div",e7,e.toDisplayString(y.name),1),e.createElementVNode("div",{class:e.normalizeClass(["meta-info",{"mobile-layout":i.isMobileLayout}])},[e.createElementVNode("span",null," "+e.toDisplayString(y.createdAt),1),e.createElementVNode("span",null," "+e.toDisplayString(y.position||"Sin template"),1)],2),e.createElementVNode("div",t7,[e.createElementVNode("div",a7,[e.createElementVNode("button",{class:"more-options",onClick:e.withModifiers(f=>i.toggleTooltip(u,f),["stop"])},a[18]||(a[18]=[e.createElementVNode("img",{src:"http://golstatsimages.blob.core.windows.net/todoelfut/icn-options.png"},null,-1)]),8,o7),r.activeTooltip===u?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["tooltip-menu",{mobile:i.smallMobileCompact}]),style:e.normalizeStyle(i.tooltipStyle),onClick:a[9]||(a[9]=e.withModifiers(()=>{},["stop"]))},[e.createElementVNode("div",{class:"tooltip-item",onClick:f=>i.editarLista(u)},a[19]||(a[19]=[e.createStaticVNode('<svg width="16" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg" data-v-11021c59><g clip-path="url(#clip0_3214_107704)" data-v-11021c59><path d="M8.25 3H3C2.60218 3 2.22064 3.15804 1.93934 3.43934C1.65804 3.72064 1.5 4.10218 1.5 4.5V15C1.5 15.3978 1.65804 15.7794 1.93934 16.0607C2.22064 16.342 2.60218 16.5 3 16.5H13.5C13.8978 16.5 14.2794 16.342 14.5607 16.0607C14.842 15.7794 15 15.3978 15 15V9.75" stroke="#CBEE6B" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" data-v-11021c59></path><path d="M13.875 1.87493C14.1734 1.57656 14.578 1.40894 15 1.40894C15.422 1.40894 15.8266 1.57656 16.125 1.87493C16.4234 2.17329 16.591 2.57797 16.591 2.99993C16.591 3.42188 16.4234 3.82656 16.125 4.12493L9 11.2499L6 11.9999L6.75 8.99993L13.875 1.87493Z" stroke="#CBEE6B" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" data-v-11021c59></path></g><defs data-v-11021c59><clipPath id="clip0_3214_107704" data-v-11021c59><rect width="18" height="18" fill="#CBEE6B" data-v-11021c59></rect></clipPath></defs></svg> Editar lista ',2)]),8,l7),e.createElementVNode("div",{class:"tooltip-item",onClick:f=>i.agregarJugadores(u)},a[20]||(a[20]=[e.createElementVNode("svg",{width:"17",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{d:"M13.2016 17.2012V15.601C13.2016 14.7522 12.8645 13.9381 12.2643 13.3379C11.664 12.7377 10.85 12.4005 10.0012 12.4005H5.20047C4.35165 12.4005 3.5376 12.7377 2.9374 13.3379C2.33719 13.9381 2 14.7522 2 15.601V17.2012",stroke:"#CBEE6B","stroke-width":"1.44023","stroke-linecap":"round","stroke-linejoin":"round"}),e.createElementVNode("path",{d:"M7.60086 9.19977C9.36843 9.19977 10.8013 7.76687 10.8013 5.9993C10.8013 4.23173 9.36843 2.79883 7.60086 2.79883C5.83329 2.79883 4.40039 4.23173 4.40039 5.9993C4.40039 7.76687 5.83329 9.19977 7.60086 9.19977Z",stroke:"#CBEE6B","stroke-width":"1.44023","stroke-linecap":"round","stroke-linejoin":"round"}),e.createElementVNode("path",{d:"M15.5996 6.79944V11.6001M17.9999 9.19979H13.1992",stroke:"#CBEE6B","stroke-width":"1.44023","stroke-linecap":"round","stroke-linejoin":"round"})],-1),e.createTextVNode(" Agregar jugadores ")]),8,i7),e.createElementVNode("div",{class:"tooltip-item",onClick:f=>i.eliminarJugadores(u)},a[21]||(a[21]=[e.createElementVNode("svg",{width:"17",height:"18",viewBox:"0 0 20 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{d:"M13.3345 16.5001V14.8334C13.3345 13.9494 12.9833 13.1015 12.3582 12.4764C11.7331 11.8513 10.8852 11.5001 10.0012 11.5001H5.00126C4.11722 11.5001 3.26938 11.8513 2.64427 12.4764C2.01915 13.1015 1.66797 13.9494 1.66797 14.8334V16.5001",stroke:"#CBEE6B","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"}),e.createElementVNode("path",{d:"M7.50126 8.16658C9.34219 8.16658 10.8346 6.67422 10.8346 4.83329C10.8346 2.99237 9.34219 1.5 7.50126 1.5C5.66033 1.5 4.16797 2.99237 4.16797 4.83329C4.16797 6.67422 5.66033 8.16658 7.50126 8.16658Z",stroke:"#CBEE6B","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"}),e.createElementVNode("path",{d:"M18.332 8.16663H13.332",stroke:"#CBEE6B","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"})],-1),e.createTextVNode(" Eliminar jugadores ")]),8,r7),e.createElementVNode("div",{class:"tooltip-item",onClick:f=>i.compararListas(u)},a[22]||(a[22]=[e.createStaticVNode('<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg" data-v-11021c59><g clip-path="url(#clip0_2936_393289)" data-v-11021c59><mask id="mask0_2936_393289" style="mask-type:luminance;" maskUnits="userSpaceOnUse" x="0" y="0" width="18" height="18" data-v-11021c59><path d="M0 0H18V18H0V0Z" fill="#CBEE6B" data-v-11021c59></path></mask><g mask="url(#mask0_2936_393289)" data-v-11021c59><path fill-rule="evenodd" clip-rule="evenodd" d="M4.5 1.28571C2.7248 1.28571 1.28571 2.7248 1.28571 4.5V13.5C1.28571 15.2752 2.7248 16.7143 4.5 16.7143H13.5C15.2752 16.7143 16.7143 15.2752 16.7143 13.5V4.5C16.7143 2.7248 15.2752 1.28571 13.5 1.28571H4.5ZM0 4.5C0 2.01471 2.01471 0 4.5 0H13.5C15.9853 0 18 2.01471 18 4.5V13.5C18 15.9853 15.9853 18 13.5 18H4.5C2.01471 18 0 15.9853 0 13.5V4.5Z" fill="#CBEE6B" data-v-11021c59></path><path fill-rule="evenodd" clip-rule="evenodd" d="M10.9285 4.5C11.2835 4.5 11.5714 4.78782 11.5714 5.14286V11.3051L13.0453 9.83115C13.2964 9.58009 13.7035 9.58009 13.9546 9.83115C14.2055 10.0822 14.2055 10.4892 13.9546 10.7403L11.3831 13.3118C11.1992 13.4956 10.9227 13.5505 10.6825 13.451C10.4423 13.3515 10.2856 13.1171 10.2856 12.8571V5.14286C10.2856 4.78782 10.5735 4.5 10.9285 4.5Z" fill="#CBEE6B" data-v-11021c59></path><path fill-rule="evenodd" clip-rule="evenodd" d="M7.31723 4.54895C7.55745 4.64845 7.71408 4.88287 7.71408 5.14288V12.8572C7.71408 13.2121 7.42626 13.5 7.07122 13.5C6.71619 13.5 6.42837 13.2121 6.42837 12.8572V6.69487L4.95436 8.16887C4.70331 8.41993 4.29628 8.41993 4.04523 8.16887C3.79417 7.91782 3.79417 7.51079 4.04523 7.25974L6.61666 4.68831C6.80052 4.50445 7.07701 4.44945 7.31723 4.54895Z" fill="#CBEE6B" data-v-11021c59></path></g></g><defs data-v-11021c59><clipPath id="clip0_2936_393289" data-v-11021c59><rect width="18" height="18" fill="#CBEE6B" data-v-11021c59></rect></clipPath></defs></svg> Comparar ',2)]),8,n7),e.createElementVNode("div",{class:"tooltip-item delete",onClick:f=>i.eliminarLista(u)},a[23]||(a[23]=[e.createElementVNode("svg",{width:"19",height:"14",viewBox:"0 0 12 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{d:"M3.64583 0.894444H3.7625V0.777778V0.116667H7.90417V0.777778V0.894444H8.02083H11.55V2.21667H10.9375H10.8208V2.33333V12.4444C10.8208 12.8284 10.6778 13.1952 10.4253 13.4646C10.173 13.7337 9.83248 13.8833 9.47917 13.8833H2.1875C1.83419 13.8833 1.49369 13.7337 1.24142 13.4646C0.988898 13.1952 0.845833 12.8284 0.845833 12.4444V2.33333V2.21667H0.729167H0.116667V0.894444H3.64583ZM2.1875 2.21667H2.07083V2.33333V12.4444V12.5611H2.1875H9.47917H9.59583V12.4444V2.33333V2.21667H9.47917H2.1875ZM4.9875 10.7722H3.7625V4.00556H4.9875V10.7722ZM7.90417 10.7722H6.67917V4.00556H7.90417V10.7722Z",fill:"#CBEE6B",stroke:"#CBEE6B","stroke-width":"0.233333"})],-1),e.createTextVNode(" Eliminar lista ")]),8,s7)],6)):e.createCommentVNode("",!0)]),e.createElementVNode("i",{class:e.normalizeClass(["arrow",{"arrow-up":r.activeItem===y.id}])},a[24]||(a[24]=[e.createElementVNode("img",{width:"23",src:"http://golstatsimages.blob.core.windows.net/todoelfut/icn-collapse@2x.png"},null,-1)]),2)])]),i.isMobileLayout?(e.openBlock(),e.createElementBlock("div",d7)):e.createCommentVNode("",!0),i.isMobileLayout?(e.openBlock(),e.createElementBlock("div",c7,[e.createElementVNode("span",null," "+e.toDisplayString(y.createdAt),1),e.createElementVNode("span",null," "+e.toDisplayString(y.position||"Sin template"),1)])):e.createCommentVNode("",!0)],10,X6),[[e.vShow,!i.getOriginalList(y.id).deleteActive]]),e.createVNode(e.Transition,{name:"expand"},{default:e.withCtx(()=>[r.activeItem===y.id?(e.openBlock(),e.createElementBlock("div",m7,[e.createElementVNode("div",p7,[e.createElementVNode("div",{class:e.normalizeClass(["expanded-content",{"list-view-margin":r.viewMode==="list"}])},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(r.viewMode==="grid"?"GridView":"ListView"),{"is-general":r.isGeneral,categories:i.currentTemplateCategories,deleteActive:r.lists[u].deleteActive,players:y.players,playerStats:y.playerStats,playerAddtionalData:y.additionalData,"stats-loaded":r.statsLoaded,onShowGraph:[i.handleShowGraph,i.ShowGraph],onShowProfile:i.handleShowProfile,onViewProfile:i.handleViewProfile,onDeleteFromList:i.handleDeleteFromList,onChangeSelectedPlayers:i.handleSelectedPlayersToDelete,onSelectedPlayersToDelete:i.handleSelectedPlayers,onDeletePlayer:i.handleDeletePlayer,onUpdateSelection:i.updateSelectionStatus,onOpenMedia:i.onOpenMedia},null,40,["is-general","categories","deleteActive","players","playerStats","playerAddtionalData","stats-loaded","onShowGraph","onShowProfile","onViewProfile","onDeleteFromList","onChangeSelectedPlayers","onSelectedPlayersToDelete","onDeletePlayer","onUpdateSelection","onOpenMedia"]))],2)])])):e.createCommentVNode("",!0)]),_:2},1024)]))),128)),i.filteredLists.length===0&&r.searchText!=""?(e.openBlock(),e.createElementBlock("div",u7," No se encontraron listas que coincidan con tu búsqueda ")):e.createCommentVNode("",!0)])],512)}const h7=Ce(Da,[["render",f7],["__scopeId","data-v-11021c59"]]),y7={class:"subcategory-group"},g7={__name:"SubcategoryGroup",props:{subcategoryGroup:{type:Array,default:()=>[]}},setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",y7,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.subcategoryGroup,l=>(e.openBlock(),e.createBlock(e.unref(q),{key:l.id,modelValue:l.isSelected,"onUpdate:modelValue":r=>l.isSelected=r,label:l.name},null,8,["modelValue","onUpdate:modelValue","label"]))),128))]))}},b7=J(g7,[["__scopeId","data-v-ae6f3d72"]]),S7={class:"filter-subcategories"},_7=Object.freeze(Object.defineProperty({__proto__:null,default:J({__name:"FilterSubcategories",props:{subcategoryGroups:{type:Array,default:()=>[]}},setup(t){return(a,o)=>(e.openBlock(),e.createElementBlock("div",S7,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.subcategoryGroups,l=>(e.openBlock(),e.createElementBlock("div",{key:l.id,class:"filter-subcategories__group"},[e.createVNode(b7,{subcategoryGroup:l},null,8,["subcategoryGroup"])]))),128))]))}},[["__scopeId","data-v-5edaefc2"]])},Symbol.toStringTag,{value:"Module"})),Ot=t=>(e.pushScopeId("data-v-80d9c265"),t=t(),e.popScopeId(),t),C7={class:"details__header"},E7=Ot(()=>e.createElementVNode("div",{class:"details__header__title"},"Jugando como",-1)),w7={class:"details__header__checkbox"},k7={class:"details__body"},V7={class:"details__body__playing-as"},N7=["onClick"],x7={class:"details__header"},B7=Ot(()=>e.createElementVNode("div",{class:"details__header__title"},"En: (Elige el lapso de tiempo)",-1)),F7={class:"details__header__checkbox"},T7={class:"details__body"},M7=Ot(()=>e.createElementVNode("div",{class:"details__body__title"},"1er tiempo",-1)),A7={class:"details__body__game-section"},L7=["onClick"],P7={class:"details__body"},D7=Ot(()=>e.createElementVNode("div",{class:"details__body__title"},"2do tiempo",-1)),I7={class:"details__body__game-section"},v7=["onClick"],R7=Object.freeze(Object.defineProperty({__proto__:null,default:J({__name:"FilterConditions",props:{playingAs:{type:Array,default:()=>[{name:"Local",isSelected:!0},{name:"Visitante",isSelected:!0}]},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(t){const a=t;e.useCssVars(h=>({"49cba245":t.buttonsBackgroundColor,"52f02da6":t.buttonsTextColor,"7d3f686a":t.buttonsBorderWidth,"7c286a07":t.buttonsBorderColor,"24a6f4aa":t.buttonsBackgroundColorActive,cd8d7768:t.buttonsTextColorActive,"35fa5c10":t.buttonsBorderWidthActive,"0cde1826":t.buttonsBorderColorActive}));const o=e.computed(()=>a.playingAs.every(h=>h.isSelected)),l=e.computed(()=>a.gameSections.every(h=>h.isSelected)),r=e.computed(()=>a.gameSections.reduce((h,m)=>(m.value<=3?h.firstHalf.push(m):h.secondHalf.push(m),h),{firstHalf:[],secondHalf:[]})),i=e.computed(()=>({"--border-radius-first-button":`${a.buttonsBorderRadius} 0 0 ${a.buttonsBorderRadius}`,"--border-radius-last-button":`0 ${a.buttonsBorderRadius} ${a.buttonsBorderRadius} 0`}));function n(h){h?a.playingAs.forEach(m=>{m.isSelected=!0}):a.playingAs.forEach((m,y)=>{m.isSelected=y===0})}function s(h){a.playingAs.filter(m=>m.isSelected).length===1&&h.isSelected||(h.isSelected=!h.isSelected)}function d(h){a.gameSections.filter(m=>m.isSelected).length===1&&h.isSelected||(h.isSelected=!h.isSelected)}function c(h){h?a.gameSections.forEach(m=>{m.isSelected=!0}):a.gameSections.forEach((m,y)=>{m.isSelected=y===0})}return(h,m)=>(e.openBlock(),e.createElementBlock("div",{class:"details",style:e.normalizeStyle(i.value)},[e.createElementVNode("div",C7,[E7,e.createElementVNode("div",w7,[e.createVNode(e.unref(q),{label:"Todos","model-value":o.value,"onUpdate:modelValue":n},null,8,["model-value"])])]),e.createElementVNode("div",k7,[e.createElementVNode("div",V7,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(a.playingAs,(y,u)=>(e.openBlock(),e.createElementBlock("div",{key:`pa${u}`,class:e.normalizeClass(["details__body__button",{active:y.isSelected}]),onClick:f=>s(y)},e.toDisplayString(y.name),11,N7))),128))])]),e.createElementVNode("div",x7,[B7,e.createElementVNode("div",F7,[e.createVNode(e.unref(q),{label:"Todos","model-value":l.value,"onUpdate:modelValue":c},null,8,["model-value"])])]),e.createElementVNode("div",T7,[M7,e.createElementVNode("div",A7,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.value.firstHalf,(y,u)=>(e.openBlock(),e.createElementBlock("div",{key:`pa${u}`,class:e.normalizeClass(["details__body__button",{active:y.isSelected}]),onClick:f=>d(y)},e.toDisplayString(y.text),11,L7))),128))])]),e.createElementVNode("div",P7,[D7,e.createElementVNode("div",I7,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.value.secondHalf,(y,u)=>(e.openBlock(),e.createElementBlock("div",{key:`pa${u}`,class:e.normalizeClass(["details__body__button",{active:y.isSelected}]),onClick:f=>d(y)},e.toDisplayString(y.text),11,v7))),128))])])],4))}},[["__scopeId","data-v-80d9c265"]])},Symbol.toStringTag,{value:"Module"})),O7={class:"filter-field"},z7=Object.freeze(Object.defineProperty({__proto__:null,default:J({__name:"FilterField",setup(t){const a=e.ref(Array.from({length:16},(l,r)=>r+1));function o(){}return(l,r)=>(e.openBlock(),e.createElementBlock("div",O7,[e.createVNode(e.unref(Zo),{width:"100%","background-color":"#2E3B46",value:a.value,"onUpdate:modelValue":o},null,8,["value"])]))}},[["__scopeId","data-v-8103c3e1"]])},Symbol.toStringTag,{value:"Module"}));Te.GSCList=h7,Object.defineProperty(Te,Symbol.toStringTag,{value:"Module"})});
|