@golstats/gsc-lineups-reports 1.0.9 → 1.1.0
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/css/fonts.css +91 -91
- package/dist/gsc-lineups-reports.css +1 -1
- package/dist/gsc-lineups-reports.es.js +2946 -2675
- package/dist/gsc-lineups-reports.umd.js +10 -7
- package/dist/images/canchaRPH.svg +30 -30
- package/dist/images/events/atajada.svg +56 -56
- package/dist/images/events/fin-del-partido.svg +43 -43
- package/dist/images/events/fuera-de-lugar.svg +57 -57
- package/dist/images/events/gol.svg +48 -48
- package/dist/images/events/icn-cambio.svg +6 -6
- package/dist/images/events/icn-falta.svg +4 -4
- package/dist/images/events/icn-play.svg +3 -3
- package/dist/images/events/icn-tarjeta-amarilla.svg +3 -3
- package/dist/images/events/icn-tarjeta-roja.svg +3 -3
- package/dist/images/events/icn-tiro-a-porteria.svg +36 -36
- package/dist/images/events/icn-tiros-de-esquina.svg +18 -18
- package/dist/images/events/inicia-el-partido.svg +45 -45
- package/dist/images/events/jugada-peligrosa.svg +90 -90
- package/dist/images/events/penal-fallado.svg +194 -194
- package/dist/images/events/penal-marcado.svg +189 -189
- package/dist/images/events/tiempo-agregado.svg +74 -74
- package/dist/images/events/tiro-a-porteria.svg +80 -80
- package/dist/images/events/var.svg +30 -30
- package/package.json +7 -3
- package/src/components/Lineup2D/CheckBox.vue +42 -42
- package/src/components/Lineup2D/FilterEmpty.vue +48 -48
- package/src/components/Lineup2D/Icons.vue +29 -29
- package/src/components/Lineup2D/LineupField.vue +274 -274
- package/src/components/Lineup2D/LineupFilter.vue +285 -285
- package/src/components/Lineup2D/LineupMainHeader.vue +222 -222
- package/src/components/Lineup2D/LineupRecentItem.vue +110 -110
- package/src/components/Lineup2D/MatchDetails.vue +66 -66
- package/src/components/gsc-filter.vue +286 -286
- package/src/components/gsc-header-historico-lineup.vue +1064 -1064
- package/src/components/gsc-header-postmatch-lineup.vue +1017 -1017
- package/src/components/gsc-header-probables-lineup.vue +1044 -1044
- package/src/components/gsc-header-recientes-lineup.vue +2337 -2337
- package/src/components/gsc-lineup-dosd.vue +3777 -3752
- package/src/components/gsc-lineup-main.vue +81 -65
- package/src/components/gsc-lineups-reports.vue +10 -0
- package/src/components/gsc-lineups.vue +46 -12
- package/src/components/gsc-player-card.vue +166 -166
- package/src/index.js +4 -4
- package/src/main-test.js +42 -0
- package/src/types.d.ts +45 -45
- package/src/utils/apiUrl.js +33 -0
- package/src/utils/socketConnection.js +29 -29
package/README.md
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
# gsc-lineups-reports
|
|
2
|
-
Branch de reportes para reportes componente nuevo basado en lineups
|
|
1
|
+
# gsc-lineups-reports
|
|
2
|
+
Branch de reportes para reportes componente nuevo basado en lineups
|
package/dist/css/fonts.css
CHANGED
|
@@ -1,91 +1,91 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
/*FUENTES*/
|
|
4
|
-
@font-face {
|
|
5
|
-
font-family: 'Poppins-Black';
|
|
6
|
-
src: url('/fonts/Poppins-Black.otf') format('opentype');
|
|
7
|
-
}
|
|
8
|
-
@font-face {
|
|
9
|
-
font-family: 'Poppins-BlackItalic';
|
|
10
|
-
src: url('/fonts/Poppins-BlackItalic.otf') format('opentype');
|
|
11
|
-
}
|
|
12
|
-
@font-face {
|
|
13
|
-
font-family: 'Poppins-Bold';
|
|
14
|
-
src: url('/fonts/Poppins-Bold.otf') format('opentype');
|
|
15
|
-
}
|
|
16
|
-
@font-face {
|
|
17
|
-
font-family: 'Poppins-BoldItalic';
|
|
18
|
-
src: url('/fonts/Poppins-BoldItalic.otf') format('opentype');
|
|
19
|
-
}
|
|
20
|
-
@font-face {
|
|
21
|
-
font-family: 'Poppins-ExtraBold';
|
|
22
|
-
src: url('/fonts/Poppins-ExtraBold.otf') format('opentype');
|
|
23
|
-
}
|
|
24
|
-
@font-face {
|
|
25
|
-
font-family: 'Poppins-ExtraBoldItalic';
|
|
26
|
-
src: url('/fonts/Poppins-ExtraBoldItalic.otf') format('opentype');
|
|
27
|
-
}
|
|
28
|
-
@font-face {
|
|
29
|
-
font-family: 'Poppins-ExtraLight';
|
|
30
|
-
src: url('/fonts/Poppins-ExtraLight.otf') format('opentype');
|
|
31
|
-
}
|
|
32
|
-
@font-face {
|
|
33
|
-
font-family: 'Poppins-ExtraLightItalic';
|
|
34
|
-
src: url('/fonts/Poppins-ExtraLightItalic.otf') format('opentype');
|
|
35
|
-
}
|
|
36
|
-
@font-face {
|
|
37
|
-
font-family: 'Poppins-Italic';
|
|
38
|
-
src: url('/fonts/Poppins-Italic.otf') format('opentype');
|
|
39
|
-
}
|
|
40
|
-
@font-face {
|
|
41
|
-
font-family: 'Poppins-Light';
|
|
42
|
-
src: url('/fonts/Poppins-Light.otf') format('opentype');
|
|
43
|
-
}
|
|
44
|
-
@font-face {
|
|
45
|
-
font-family: 'Poppins-LightItalic';
|
|
46
|
-
src: url('/fonts/Poppins-LightItalic.otf') format('opentype');
|
|
47
|
-
}
|
|
48
|
-
@font-face {
|
|
49
|
-
font-family: 'Poppins-MediumItalic';
|
|
50
|
-
src: url('/fonts/Poppins-MediumItalic.otf') format('opentype');
|
|
51
|
-
}
|
|
52
|
-
@font-face {
|
|
53
|
-
font-family: 'Poppins-Medium';
|
|
54
|
-
src: url('/fonts/Poppins-Medium.otf') format('opentype');
|
|
55
|
-
}
|
|
56
|
-
@font-face {
|
|
57
|
-
font-family: 'Poppins-Regular';
|
|
58
|
-
src: url('/fonts/Poppins-Regular.otf') format('opentype');
|
|
59
|
-
}
|
|
60
|
-
@font-face {
|
|
61
|
-
font-family: 'Poppins-SemiBold';
|
|
62
|
-
src: url('/fonts/Poppins-SemiBold.otf') format('opentype');
|
|
63
|
-
}
|
|
64
|
-
@font-face {
|
|
65
|
-
font-family: 'Poppins-SemiBoldItalic';
|
|
66
|
-
src: url('/fonts/Poppins-SemiBoldItalic.otf') format('opentype');
|
|
67
|
-
}
|
|
68
|
-
@font-face {
|
|
69
|
-
font-family: 'Poppins-ThinItalic';
|
|
70
|
-
src: url('/fonts/Poppins-ThinItalic.otf') format('opentype');
|
|
71
|
-
}
|
|
72
|
-
@font-face {
|
|
73
|
-
font-family: 'Poppins-Thin';
|
|
74
|
-
src: url('/fonts/Poppins-Thin.otf') format('opentype');
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
/*FUENTES*/
|
|
78
|
-
@font-face {
|
|
79
|
-
font-family: 'Montserrat-SemiBold';
|
|
80
|
-
src: url('/fonts/Montserrat-SemiBold.otf') format('opentype');
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
/*FUENTES*/
|
|
4
|
+
@font-face {
|
|
5
|
+
font-family: 'Poppins-Black';
|
|
6
|
+
src: url('/fonts/Poppins-Black.otf') format('opentype');
|
|
7
|
+
}
|
|
8
|
+
@font-face {
|
|
9
|
+
font-family: 'Poppins-BlackItalic';
|
|
10
|
+
src: url('/fonts/Poppins-BlackItalic.otf') format('opentype');
|
|
11
|
+
}
|
|
12
|
+
@font-face {
|
|
13
|
+
font-family: 'Poppins-Bold';
|
|
14
|
+
src: url('/fonts/Poppins-Bold.otf') format('opentype');
|
|
15
|
+
}
|
|
16
|
+
@font-face {
|
|
17
|
+
font-family: 'Poppins-BoldItalic';
|
|
18
|
+
src: url('/fonts/Poppins-BoldItalic.otf') format('opentype');
|
|
19
|
+
}
|
|
20
|
+
@font-face {
|
|
21
|
+
font-family: 'Poppins-ExtraBold';
|
|
22
|
+
src: url('/fonts/Poppins-ExtraBold.otf') format('opentype');
|
|
23
|
+
}
|
|
24
|
+
@font-face {
|
|
25
|
+
font-family: 'Poppins-ExtraBoldItalic';
|
|
26
|
+
src: url('/fonts/Poppins-ExtraBoldItalic.otf') format('opentype');
|
|
27
|
+
}
|
|
28
|
+
@font-face {
|
|
29
|
+
font-family: 'Poppins-ExtraLight';
|
|
30
|
+
src: url('/fonts/Poppins-ExtraLight.otf') format('opentype');
|
|
31
|
+
}
|
|
32
|
+
@font-face {
|
|
33
|
+
font-family: 'Poppins-ExtraLightItalic';
|
|
34
|
+
src: url('/fonts/Poppins-ExtraLightItalic.otf') format('opentype');
|
|
35
|
+
}
|
|
36
|
+
@font-face {
|
|
37
|
+
font-family: 'Poppins-Italic';
|
|
38
|
+
src: url('/fonts/Poppins-Italic.otf') format('opentype');
|
|
39
|
+
}
|
|
40
|
+
@font-face {
|
|
41
|
+
font-family: 'Poppins-Light';
|
|
42
|
+
src: url('/fonts/Poppins-Light.otf') format('opentype');
|
|
43
|
+
}
|
|
44
|
+
@font-face {
|
|
45
|
+
font-family: 'Poppins-LightItalic';
|
|
46
|
+
src: url('/fonts/Poppins-LightItalic.otf') format('opentype');
|
|
47
|
+
}
|
|
48
|
+
@font-face {
|
|
49
|
+
font-family: 'Poppins-MediumItalic';
|
|
50
|
+
src: url('/fonts/Poppins-MediumItalic.otf') format('opentype');
|
|
51
|
+
}
|
|
52
|
+
@font-face {
|
|
53
|
+
font-family: 'Poppins-Medium';
|
|
54
|
+
src: url('/fonts/Poppins-Medium.otf') format('opentype');
|
|
55
|
+
}
|
|
56
|
+
@font-face {
|
|
57
|
+
font-family: 'Poppins-Regular';
|
|
58
|
+
src: url('/fonts/Poppins-Regular.otf') format('opentype');
|
|
59
|
+
}
|
|
60
|
+
@font-face {
|
|
61
|
+
font-family: 'Poppins-SemiBold';
|
|
62
|
+
src: url('/fonts/Poppins-SemiBold.otf') format('opentype');
|
|
63
|
+
}
|
|
64
|
+
@font-face {
|
|
65
|
+
font-family: 'Poppins-SemiBoldItalic';
|
|
66
|
+
src: url('/fonts/Poppins-SemiBoldItalic.otf') format('opentype');
|
|
67
|
+
}
|
|
68
|
+
@font-face {
|
|
69
|
+
font-family: 'Poppins-ThinItalic';
|
|
70
|
+
src: url('/fonts/Poppins-ThinItalic.otf') format('opentype');
|
|
71
|
+
}
|
|
72
|
+
@font-face {
|
|
73
|
+
font-family: 'Poppins-Thin';
|
|
74
|
+
src: url('/fonts/Poppins-Thin.otf') format('opentype');
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
/*FUENTES*/
|
|
78
|
+
@font-face {
|
|
79
|
+
font-family: 'Montserrat-SemiBold';
|
|
80
|
+
src: url('/fonts/Montserrat-SemiBold.otf') format('opentype');
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|