@golstats/gsc-top-player 1.0.11 → 1.0.13
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/LICENSE +21 -21
- package/README.md +53 -53
- package/dist/{FilterConditions-55d68355-DMqzcKBO.js → FilterConditions-55d68355-icU5o85T.js} +1 -1
- package/dist/{FilterField-59a73e38-CNaE03Ge.js → FilterField-59a73e38-BOM_57PM.js} +1 -1
- package/dist/{FilterSubcategories-a9b32cc9-_h5FCZ4r.js → FilterSubcategories-a9b32cc9-yXOBLwEK.js} +1 -1
- package/dist/atajada.svg +56 -56
- package/dist/backarrow.svg +3 -3
- package/dist/contorno-escudo.svg +3 -3
- package/dist/css/fonts.css +91 -91
- package/dist/fin-del-partido.svg +43 -43
- package/dist/fuera-de-lugar.svg +57 -57
- package/dist/gol.svg +48 -48
- package/dist/group-427321178.svg +8 -8
- package/dist/group-427321179.svg +5 -5
- package/dist/group-427321501.svg +5 -5
- package/dist/gsc-top-player.css +1 -1
- package/dist/gsc-top-player.es.js +1 -1
- package/dist/gsc-top-player.umd.js +9 -9
- package/dist/icn-arrow-expand.svg +3 -3
- package/dist/icn-cambio.svg +26 -26
- package/dist/icn-expand-arrow.svg +3 -3
- package/dist/icn-expand-arrow1.svg +3 -3
- package/dist/icn-falta.svg +42 -42
- package/dist/icn-filter.svg +12 -12
- package/dist/icn-filter1.svg +12 -12
- package/dist/icn-filter2.svg +12 -12
- package/dist/icn-play.svg +10 -10
- package/dist/icn-tarjeta-amarilla.svg +4 -4
- package/dist/icn-tarjeta-roja.svg +4 -4
- package/dist/icn-tiro-a-porteria.svg +36 -36
- package/dist/icn-tiros-de-esquina.svg +54 -54
- package/dist/images/events/logo-fusionado.svg +37 -37
- package/dist/{index--DcThtAY.js → index-DP7G7HpQ.js} +940 -940
- package/dist/inicia-el-partido.svg +45 -45
- package/dist/jugada-peligrosa.svg +90 -90
- package/dist/next-arrow.svg +3 -3
- package/dist/nextarrow.svg +3 -3
- package/dist/penal-fallado.svg +194 -194
- package/dist/penal-marcado.svg +189 -189
- package/dist/play-icn.svg +3 -3
- package/dist/public/images/canchaRPH.svg +30 -30
- package/dist/public/images/events/atajada.svg +56 -56
- package/dist/public/images/events/cambio.svg +26 -26
- package/dist/public/images/events/falta.svg +42 -42
- package/dist/public/images/events/fin-del-partido.svg +43 -43
- package/dist/public/images/events/fuera-de-lugar.svg +57 -57
- package/dist/public/images/events/gol.svg +48 -48
- package/dist/public/images/events/icn-cambio.svg +6 -6
- package/dist/public/images/events/icn-falta.svg +4 -4
- package/dist/public/images/events/icn-play.svg +3 -3
- package/dist/public/images/events/icn-tarjeta-amarilla.svg +4 -4
- package/dist/public/images/events/icn-tarjeta-roja.svg +4 -4
- package/dist/public/images/events/icn-tiro-a-porteria.svg +36 -36
- package/dist/public/images/events/icn-tiros-de-esquina.svg +18 -18
- package/dist/public/images/events/inicia-el-partido.svg +45 -45
- package/dist/public/images/events/jugada-peligrosa.svg +90 -90
- package/dist/public/images/events/penal-fallado.svg +194 -194
- package/dist/public/images/events/penal-marcado.svg +189 -189
- package/dist/public/images/events/tiempo-agregado.svg +74 -74
- package/dist/public/images/events/tiro-a-porteria.svg +80 -80
- package/dist/public/images/events/tiro-de-esquina.svg +54 -54
- package/dist/public/images/events/var.svg +30 -30
- package/dist/shape.svg +3 -3
- package/dist/styles.css +1176 -1176
- package/dist/tiempo-agregado.svg +74 -74
- package/dist/tiro-a-porteria.svg +80 -80
- package/dist/var.svg +30 -30
- package/package.json +1 -1
- package/src/components/comparative/categories.js +137 -137
- package/src/components/comparative/composable-filters.js +10 -10
- package/src/components/comparative/computedProperties.js +327 -327
- package/src/components/comparative/dummy-top-players.js +122 -122
- package/src/components/comparative/filtersTypes.js +117 -117
- package/src/components/comparative/gsc-button.vue +198 -198
- package/src/components/comparative/gsc-expanded-info-player.vue +710 -710
- package/src/components/comparative/gsc-head-titles.vue +1482 -1482
- package/src/components/comparative/gsc-header-tops.vue +1418 -1418
- package/src/components/comparative/gsc-top.vue +1511 -1511
- package/src/components/comparative/gsc-tops-full.vue +2473 -2473
- package/src/components/comparative/nationalities-catalog.js +233 -233
- package/src/components/comparative/playsTypes.js +142 -142
- package/src/components/comparative/useElementSize.js +23 -23
- package/src/components/gsc-top-player.vue +91 -91
- package/src/index.js +5 -5
|
@@ -1,122 +1,122 @@
|
|
|
1
|
-
// Información dummy para mostrar en el top de jugadores
|
|
2
|
-
export const dummyTopPlayers = [
|
|
3
|
-
{
|
|
4
|
-
top: '01',
|
|
5
|
-
name: 'Nombre Completo',
|
|
6
|
-
name_short: 'Nombre Completo',
|
|
7
|
-
img: 'https://golstatsimages.blob.core.windows.net/images-library/player-shadow@2x.png',
|
|
8
|
-
id: 9991,
|
|
9
|
-
age: 25,
|
|
10
|
-
team: 'EQU',
|
|
11
|
-
teamid: 1,
|
|
12
|
-
position: 'DEL',
|
|
13
|
-
positionId: 9,
|
|
14
|
-
positionfull: 'Delantero',
|
|
15
|
-
country: 138,
|
|
16
|
-
effectiveness: 100,
|
|
17
|
-
minutes: 90,
|
|
18
|
-
games: 1,
|
|
19
|
-
date: '01-01-1999',
|
|
20
|
-
nationality: 'Mexicano',
|
|
21
|
-
player_country_flag:
|
|
22
|
-
'https://golstatsimages.blob.core.windows.net/images-library/player-shadow-02@2x.png',
|
|
23
|
-
categoryName: 'Goles',
|
|
24
|
-
total: 15,
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
top: '02',
|
|
28
|
-
name: 'Nombre Completo',
|
|
29
|
-
name_short: 'Nombre Completo',
|
|
30
|
-
img: 'https://golstatsimages.blob.core.windows.net/images-library/player-shadow-02@2x.png',
|
|
31
|
-
id: 9992,
|
|
32
|
-
age: 27,
|
|
33
|
-
team: 'EQU',
|
|
34
|
-
teamname: 'Equipo',
|
|
35
|
-
teamid: 1,
|
|
36
|
-
position: 'MED',
|
|
37
|
-
positionId: 7,
|
|
38
|
-
positionfull: 'Medio',
|
|
39
|
-
country: 138,
|
|
40
|
-
effectiveness: 95,
|
|
41
|
-
minutes: 85,
|
|
42
|
-
games: 1,
|
|
43
|
-
date: '02-02-1998',
|
|
44
|
-
nationality: 'Mexicano',
|
|
45
|
-
player_country_flag:
|
|
46
|
-
'https://golstatsimages.blob.core.windows.net/images-library/player-shadow-02@2x.png',
|
|
47
|
-
categoryName: 'Asistencias',
|
|
48
|
-
total: 12,
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
top: '03',
|
|
52
|
-
name: 'Nombre Completo',
|
|
53
|
-
name_short: 'Nombre Completo',
|
|
54
|
-
img: 'https://golstatsimages.blob.core.windows.net/images-library/player-shadow-02@2x.png',
|
|
55
|
-
id: 9993,
|
|
56
|
-
age: 22,
|
|
57
|
-
team: 'EQU',
|
|
58
|
-
teamname: 'Equipo',
|
|
59
|
-
teamid: 1,
|
|
60
|
-
position: 'DEF',
|
|
61
|
-
positionId: 2,
|
|
62
|
-
positionfull: 'Defensa',
|
|
63
|
-
country: 138,
|
|
64
|
-
effectiveness: 90,
|
|
65
|
-
minutes: 80,
|
|
66
|
-
games: 1,
|
|
67
|
-
date: '03-03-2000',
|
|
68
|
-
nationality: 'Mexicano',
|
|
69
|
-
player_country_flag:
|
|
70
|
-
'https://golstatsimages.blob.core.windows.net/images-library/player-shadow-02@2x.png',
|
|
71
|
-
categoryName: 'Pases acertados',
|
|
72
|
-
total: 89,
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
top: '04',
|
|
76
|
-
name: 'Nombre Completo',
|
|
77
|
-
name_short: 'Nombre Completo',
|
|
78
|
-
img: 'https://golstatsimages.blob.core.windows.net/images-library/player-shadow-02@2x.png',
|
|
79
|
-
id: 9994,
|
|
80
|
-
age: 24,
|
|
81
|
-
team: 'EQU',
|
|
82
|
-
teamname: 'Equipo',
|
|
83
|
-
teamid: 1,
|
|
84
|
-
position: 'POR',
|
|
85
|
-
positionId: 1,
|
|
86
|
-
positionfull: 'Portero',
|
|
87
|
-
country: 138,
|
|
88
|
-
effectiveness: 88,
|
|
89
|
-
minutes: 70,
|
|
90
|
-
games: 1,
|
|
91
|
-
date: '04-04-1997',
|
|
92
|
-
nationality: 'Mexicano',
|
|
93
|
-
player_country_flag:
|
|
94
|
-
'https://golstatsimages.blob.core.windows.net/images-library/player-shadow-02@2x.png',
|
|
95
|
-
categoryName: 'Atajadas',
|
|
96
|
-
total: 45,
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
top: '05',
|
|
100
|
-
name: 'Nombre Completo',
|
|
101
|
-
name_short: 'Nombre Completo',
|
|
102
|
-
img: 'https://golstatsimages.blob.core.windows.net/images-library/player-shadow-02@2x.png',
|
|
103
|
-
id: 9995,
|
|
104
|
-
age: 28,
|
|
105
|
-
team: 'EQU',
|
|
106
|
-
teamname: 'Equipo',
|
|
107
|
-
teamid: 1,
|
|
108
|
-
position: 'LAT',
|
|
109
|
-
positionId: 3,
|
|
110
|
-
positionfull: 'Lateral',
|
|
111
|
-
country: 138,
|
|
112
|
-
effectiveness: 85,
|
|
113
|
-
minutes: 60,
|
|
114
|
-
games: 1,
|
|
115
|
-
date: '05-05-1995',
|
|
116
|
-
nationality: 'Mexicano',
|
|
117
|
-
player_country_flag:
|
|
118
|
-
'https://golstatsimages.blob.core.windows.net/images-library/player-shadow-02@2x.png',
|
|
119
|
-
categoryName: 'Centros',
|
|
120
|
-
total: 23,
|
|
121
|
-
},
|
|
122
|
-
]
|
|
1
|
+
// Información dummy para mostrar en el top de jugadores
|
|
2
|
+
export const dummyTopPlayers = [
|
|
3
|
+
{
|
|
4
|
+
top: '01',
|
|
5
|
+
name: 'Nombre Completo',
|
|
6
|
+
name_short: 'Nombre Completo',
|
|
7
|
+
img: 'https://golstatsimages.blob.core.windows.net/images-library/player-shadow@2x.png',
|
|
8
|
+
id: 9991,
|
|
9
|
+
age: 25,
|
|
10
|
+
team: 'EQU',
|
|
11
|
+
teamid: 1,
|
|
12
|
+
position: 'DEL',
|
|
13
|
+
positionId: 9,
|
|
14
|
+
positionfull: 'Delantero',
|
|
15
|
+
country: 138,
|
|
16
|
+
effectiveness: 100,
|
|
17
|
+
minutes: 90,
|
|
18
|
+
games: 1,
|
|
19
|
+
date: '01-01-1999',
|
|
20
|
+
nationality: 'Mexicano',
|
|
21
|
+
player_country_flag:
|
|
22
|
+
'https://golstatsimages.blob.core.windows.net/images-library/player-shadow-02@2x.png',
|
|
23
|
+
categoryName: 'Goles',
|
|
24
|
+
total: 15,
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
top: '02',
|
|
28
|
+
name: 'Nombre Completo',
|
|
29
|
+
name_short: 'Nombre Completo',
|
|
30
|
+
img: 'https://golstatsimages.blob.core.windows.net/images-library/player-shadow-02@2x.png',
|
|
31
|
+
id: 9992,
|
|
32
|
+
age: 27,
|
|
33
|
+
team: 'EQU',
|
|
34
|
+
teamname: 'Equipo',
|
|
35
|
+
teamid: 1,
|
|
36
|
+
position: 'MED',
|
|
37
|
+
positionId: 7,
|
|
38
|
+
positionfull: 'Medio',
|
|
39
|
+
country: 138,
|
|
40
|
+
effectiveness: 95,
|
|
41
|
+
minutes: 85,
|
|
42
|
+
games: 1,
|
|
43
|
+
date: '02-02-1998',
|
|
44
|
+
nationality: 'Mexicano',
|
|
45
|
+
player_country_flag:
|
|
46
|
+
'https://golstatsimages.blob.core.windows.net/images-library/player-shadow-02@2x.png',
|
|
47
|
+
categoryName: 'Asistencias',
|
|
48
|
+
total: 12,
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
top: '03',
|
|
52
|
+
name: 'Nombre Completo',
|
|
53
|
+
name_short: 'Nombre Completo',
|
|
54
|
+
img: 'https://golstatsimages.blob.core.windows.net/images-library/player-shadow-02@2x.png',
|
|
55
|
+
id: 9993,
|
|
56
|
+
age: 22,
|
|
57
|
+
team: 'EQU',
|
|
58
|
+
teamname: 'Equipo',
|
|
59
|
+
teamid: 1,
|
|
60
|
+
position: 'DEF',
|
|
61
|
+
positionId: 2,
|
|
62
|
+
positionfull: 'Defensa',
|
|
63
|
+
country: 138,
|
|
64
|
+
effectiveness: 90,
|
|
65
|
+
minutes: 80,
|
|
66
|
+
games: 1,
|
|
67
|
+
date: '03-03-2000',
|
|
68
|
+
nationality: 'Mexicano',
|
|
69
|
+
player_country_flag:
|
|
70
|
+
'https://golstatsimages.blob.core.windows.net/images-library/player-shadow-02@2x.png',
|
|
71
|
+
categoryName: 'Pases acertados',
|
|
72
|
+
total: 89,
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
top: '04',
|
|
76
|
+
name: 'Nombre Completo',
|
|
77
|
+
name_short: 'Nombre Completo',
|
|
78
|
+
img: 'https://golstatsimages.blob.core.windows.net/images-library/player-shadow-02@2x.png',
|
|
79
|
+
id: 9994,
|
|
80
|
+
age: 24,
|
|
81
|
+
team: 'EQU',
|
|
82
|
+
teamname: 'Equipo',
|
|
83
|
+
teamid: 1,
|
|
84
|
+
position: 'POR',
|
|
85
|
+
positionId: 1,
|
|
86
|
+
positionfull: 'Portero',
|
|
87
|
+
country: 138,
|
|
88
|
+
effectiveness: 88,
|
|
89
|
+
minutes: 70,
|
|
90
|
+
games: 1,
|
|
91
|
+
date: '04-04-1997',
|
|
92
|
+
nationality: 'Mexicano',
|
|
93
|
+
player_country_flag:
|
|
94
|
+
'https://golstatsimages.blob.core.windows.net/images-library/player-shadow-02@2x.png',
|
|
95
|
+
categoryName: 'Atajadas',
|
|
96
|
+
total: 45,
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
top: '05',
|
|
100
|
+
name: 'Nombre Completo',
|
|
101
|
+
name_short: 'Nombre Completo',
|
|
102
|
+
img: 'https://golstatsimages.blob.core.windows.net/images-library/player-shadow-02@2x.png',
|
|
103
|
+
id: 9995,
|
|
104
|
+
age: 28,
|
|
105
|
+
team: 'EQU',
|
|
106
|
+
teamname: 'Equipo',
|
|
107
|
+
teamid: 1,
|
|
108
|
+
position: 'LAT',
|
|
109
|
+
positionId: 3,
|
|
110
|
+
positionfull: 'Lateral',
|
|
111
|
+
country: 138,
|
|
112
|
+
effectiveness: 85,
|
|
113
|
+
minutes: 60,
|
|
114
|
+
games: 1,
|
|
115
|
+
date: '05-05-1995',
|
|
116
|
+
nationality: 'Mexicano',
|
|
117
|
+
player_country_flag:
|
|
118
|
+
'https://golstatsimages.blob.core.windows.net/images-library/player-shadow-02@2x.png',
|
|
119
|
+
categoryName: 'Centros',
|
|
120
|
+
total: 23,
|
|
121
|
+
},
|
|
122
|
+
]
|
|
@@ -1,117 +1,117 @@
|
|
|
1
|
-
export const playsTypes = [
|
|
2
|
-
{
|
|
3
|
-
id: 1,
|
|
4
|
-
name: 'Goles',
|
|
5
|
-
isSelected: false
|
|
6
|
-
},
|
|
7
|
-
{
|
|
8
|
-
id: 2,
|
|
9
|
-
name: 'Pases acertados',
|
|
10
|
-
isSelected: false
|
|
11
|
-
},
|
|
12
|
-
{
|
|
13
|
-
id: 3,
|
|
14
|
-
name: 'Balones recuperados en disputa',
|
|
15
|
-
isSelected: false
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
id: 4,
|
|
19
|
-
name: 'Asistencias',
|
|
20
|
-
isSelected: false
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
id: 5,
|
|
24
|
-
name: 'Participaciones en gol',
|
|
25
|
-
isSelected: false
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
id: 6,
|
|
29
|
-
name: 'Tiros a gol',
|
|
30
|
-
isSelected: false
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
id: 7,
|
|
34
|
-
name: 'Tiros a gol que llegaron a la portería',
|
|
35
|
-
isSelected: false
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
id: 8,
|
|
39
|
-
name: 'Cabeceos en área rival',
|
|
40
|
-
isSelected: false
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
id: 9,
|
|
44
|
-
name: 'Cabeceos en área propia',
|
|
45
|
-
isSelected: false
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
id: 10,
|
|
49
|
-
name: 'Centros',
|
|
50
|
-
isSelected: false
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
id: 11,
|
|
54
|
-
name: 'Centros acertados',
|
|
55
|
-
isSelected: false
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
id: 12,
|
|
59
|
-
name: '1vs1 exitosos ofensivos',
|
|
60
|
-
isSelected: false
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
id: 13,
|
|
64
|
-
name: '1vs1 exitosos ofensivos que terminaron en gol',
|
|
65
|
-
isSelected: false
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
id: 14,
|
|
69
|
-
name: '1vs1 defensivos exitoso',
|
|
70
|
-
isSelected: false
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
id: 15,
|
|
74
|
-
name: 'Rechaces',
|
|
75
|
-
isSelected: false
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
id: 16,
|
|
79
|
-
name: 'Balones ganados en área propia',
|
|
80
|
-
isSelected: false
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
id: 17,
|
|
84
|
-
name: 'Balones ganados en área rival',
|
|
85
|
-
isSelected: false
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
id: 18,
|
|
89
|
-
name: 'Faltas cometidas',
|
|
90
|
-
isSelected: false
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
id: 19,
|
|
94
|
-
name: 'Faltas recibidas',
|
|
95
|
-
isSelected: false
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
id: 20,
|
|
99
|
-
name: 'Tarjetas amarillas',
|
|
100
|
-
isSelected: false
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
id: 21,
|
|
104
|
-
name: 'Tarjetas rojas',
|
|
105
|
-
isSelected: false
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
id: 22,
|
|
109
|
-
name: 'Atajadas',
|
|
110
|
-
isSelected: false
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
id: 23,
|
|
114
|
-
name: 'Tiros de Esquina',
|
|
115
|
-
isSelected: false
|
|
116
|
-
}
|
|
117
|
-
]
|
|
1
|
+
export const playsTypes = [
|
|
2
|
+
{
|
|
3
|
+
id: 1,
|
|
4
|
+
name: 'Goles',
|
|
5
|
+
isSelected: false
|
|
6
|
+
},
|
|
7
|
+
{
|
|
8
|
+
id: 2,
|
|
9
|
+
name: 'Pases acertados',
|
|
10
|
+
isSelected: false
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
id: 3,
|
|
14
|
+
name: 'Balones recuperados en disputa',
|
|
15
|
+
isSelected: false
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
id: 4,
|
|
19
|
+
name: 'Asistencias',
|
|
20
|
+
isSelected: false
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
id: 5,
|
|
24
|
+
name: 'Participaciones en gol',
|
|
25
|
+
isSelected: false
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
id: 6,
|
|
29
|
+
name: 'Tiros a gol',
|
|
30
|
+
isSelected: false
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
id: 7,
|
|
34
|
+
name: 'Tiros a gol que llegaron a la portería',
|
|
35
|
+
isSelected: false
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
id: 8,
|
|
39
|
+
name: 'Cabeceos en área rival',
|
|
40
|
+
isSelected: false
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
id: 9,
|
|
44
|
+
name: 'Cabeceos en área propia',
|
|
45
|
+
isSelected: false
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
id: 10,
|
|
49
|
+
name: 'Centros',
|
|
50
|
+
isSelected: false
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
id: 11,
|
|
54
|
+
name: 'Centros acertados',
|
|
55
|
+
isSelected: false
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
id: 12,
|
|
59
|
+
name: '1vs1 exitosos ofensivos',
|
|
60
|
+
isSelected: false
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
id: 13,
|
|
64
|
+
name: '1vs1 exitosos ofensivos que terminaron en gol',
|
|
65
|
+
isSelected: false
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
id: 14,
|
|
69
|
+
name: '1vs1 defensivos exitoso',
|
|
70
|
+
isSelected: false
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
id: 15,
|
|
74
|
+
name: 'Rechaces',
|
|
75
|
+
isSelected: false
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
id: 16,
|
|
79
|
+
name: 'Balones ganados en área propia',
|
|
80
|
+
isSelected: false
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
id: 17,
|
|
84
|
+
name: 'Balones ganados en área rival',
|
|
85
|
+
isSelected: false
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
id: 18,
|
|
89
|
+
name: 'Faltas cometidas',
|
|
90
|
+
isSelected: false
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
id: 19,
|
|
94
|
+
name: 'Faltas recibidas',
|
|
95
|
+
isSelected: false
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
id: 20,
|
|
99
|
+
name: 'Tarjetas amarillas',
|
|
100
|
+
isSelected: false
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
id: 21,
|
|
104
|
+
name: 'Tarjetas rojas',
|
|
105
|
+
isSelected: false
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
id: 22,
|
|
109
|
+
name: 'Atajadas',
|
|
110
|
+
isSelected: false
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
id: 23,
|
|
114
|
+
name: 'Tiros de Esquina',
|
|
115
|
+
isSelected: false
|
|
116
|
+
}
|
|
117
|
+
]
|