@golstats/gsc-lineups-reports 1.0.9 → 1.1.1

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.
Files changed (49) hide show
  1. package/README.md +2 -2
  2. package/dist/css/fonts.css +91 -91
  3. package/dist/gsc-lineups-reports.css +1 -1
  4. package/dist/gsc-lineups-reports.es.js +3073 -2773
  5. package/dist/gsc-lineups-reports.umd.js +10 -7
  6. package/dist/images/canchaRPH.svg +30 -30
  7. package/dist/images/events/atajada.svg +56 -56
  8. package/dist/images/events/fin-del-partido.svg +43 -43
  9. package/dist/images/events/fuera-de-lugar.svg +57 -57
  10. package/dist/images/events/gol.svg +48 -48
  11. package/dist/images/events/icn-cambio.svg +6 -6
  12. package/dist/images/events/icn-falta.svg +4 -4
  13. package/dist/images/events/icn-play.svg +3 -3
  14. package/dist/images/events/icn-tarjeta-amarilla.svg +3 -3
  15. package/dist/images/events/icn-tarjeta-roja.svg +3 -3
  16. package/dist/images/events/icn-tiro-a-porteria.svg +36 -36
  17. package/dist/images/events/icn-tiros-de-esquina.svg +18 -18
  18. package/dist/images/events/inicia-el-partido.svg +45 -45
  19. package/dist/images/events/jugada-peligrosa.svg +90 -90
  20. package/dist/images/events/penal-fallado.svg +194 -194
  21. package/dist/images/events/penal-marcado.svg +189 -189
  22. package/dist/images/events/tiempo-agregado.svg +74 -74
  23. package/dist/images/events/tiro-a-porteria.svg +80 -80
  24. package/dist/images/events/var.svg +30 -30
  25. package/package.json +7 -3
  26. package/src/components/Lineup2D/CheckBox.vue +42 -42
  27. package/src/components/Lineup2D/FilterEmpty.vue +48 -48
  28. package/src/components/Lineup2D/Icons.vue +29 -29
  29. package/src/components/Lineup2D/LineupField.vue +274 -274
  30. package/src/components/Lineup2D/LineupFilter.vue +285 -285
  31. package/src/components/Lineup2D/LineupMainHeader.vue +222 -222
  32. package/src/components/Lineup2D/LineupRecentItem.vue +115 -110
  33. package/src/components/Lineup2D/MatchDetails.vue +66 -66
  34. package/src/components/gsc-filter.vue +286 -286
  35. package/src/components/gsc-header-historico-lineup.vue +1070 -1064
  36. package/src/components/gsc-header-postmatch-lineup.vue +1023 -1017
  37. package/src/components/gsc-header-probables-lineup.vue +1050 -1044
  38. package/src/components/gsc-header-recientes-lineup.vue +2343 -2337
  39. package/src/components/gsc-lineup-dosd.vue +3779 -3752
  40. package/src/components/gsc-lineup-main.vue +81 -65
  41. package/src/components/gsc-lineups-reports.vue +10 -0
  42. package/src/components/gsc-lineups.vue +95 -60
  43. package/src/components/gsc-player-card.vue +166 -166
  44. package/src/index.js +4 -4
  45. package/src/main-test.js +42 -0
  46. package/src/types.d.ts +45 -45
  47. package/src/utils/apiUrl.js +33 -0
  48. package/src/utils/imageUrl.js +30 -0
  49. 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
@@ -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
+