@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.
Files changed (84) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +53 -53
  3. package/dist/{FilterConditions-55d68355-DMqzcKBO.js → FilterConditions-55d68355-icU5o85T.js} +1 -1
  4. package/dist/{FilterField-59a73e38-CNaE03Ge.js → FilterField-59a73e38-BOM_57PM.js} +1 -1
  5. package/dist/{FilterSubcategories-a9b32cc9-_h5FCZ4r.js → FilterSubcategories-a9b32cc9-yXOBLwEK.js} +1 -1
  6. package/dist/atajada.svg +56 -56
  7. package/dist/backarrow.svg +3 -3
  8. package/dist/contorno-escudo.svg +3 -3
  9. package/dist/css/fonts.css +91 -91
  10. package/dist/fin-del-partido.svg +43 -43
  11. package/dist/fuera-de-lugar.svg +57 -57
  12. package/dist/gol.svg +48 -48
  13. package/dist/group-427321178.svg +8 -8
  14. package/dist/group-427321179.svg +5 -5
  15. package/dist/group-427321501.svg +5 -5
  16. package/dist/gsc-top-player.css +1 -1
  17. package/dist/gsc-top-player.es.js +1 -1
  18. package/dist/gsc-top-player.umd.js +9 -9
  19. package/dist/icn-arrow-expand.svg +3 -3
  20. package/dist/icn-cambio.svg +26 -26
  21. package/dist/icn-expand-arrow.svg +3 -3
  22. package/dist/icn-expand-arrow1.svg +3 -3
  23. package/dist/icn-falta.svg +42 -42
  24. package/dist/icn-filter.svg +12 -12
  25. package/dist/icn-filter1.svg +12 -12
  26. package/dist/icn-filter2.svg +12 -12
  27. package/dist/icn-play.svg +10 -10
  28. package/dist/icn-tarjeta-amarilla.svg +4 -4
  29. package/dist/icn-tarjeta-roja.svg +4 -4
  30. package/dist/icn-tiro-a-porteria.svg +36 -36
  31. package/dist/icn-tiros-de-esquina.svg +54 -54
  32. package/dist/images/events/logo-fusionado.svg +37 -37
  33. package/dist/{index--DcThtAY.js → index-DP7G7HpQ.js} +940 -940
  34. package/dist/inicia-el-partido.svg +45 -45
  35. package/dist/jugada-peligrosa.svg +90 -90
  36. package/dist/next-arrow.svg +3 -3
  37. package/dist/nextarrow.svg +3 -3
  38. package/dist/penal-fallado.svg +194 -194
  39. package/dist/penal-marcado.svg +189 -189
  40. package/dist/play-icn.svg +3 -3
  41. package/dist/public/images/canchaRPH.svg +30 -30
  42. package/dist/public/images/events/atajada.svg +56 -56
  43. package/dist/public/images/events/cambio.svg +26 -26
  44. package/dist/public/images/events/falta.svg +42 -42
  45. package/dist/public/images/events/fin-del-partido.svg +43 -43
  46. package/dist/public/images/events/fuera-de-lugar.svg +57 -57
  47. package/dist/public/images/events/gol.svg +48 -48
  48. package/dist/public/images/events/icn-cambio.svg +6 -6
  49. package/dist/public/images/events/icn-falta.svg +4 -4
  50. package/dist/public/images/events/icn-play.svg +3 -3
  51. package/dist/public/images/events/icn-tarjeta-amarilla.svg +4 -4
  52. package/dist/public/images/events/icn-tarjeta-roja.svg +4 -4
  53. package/dist/public/images/events/icn-tiro-a-porteria.svg +36 -36
  54. package/dist/public/images/events/icn-tiros-de-esquina.svg +18 -18
  55. package/dist/public/images/events/inicia-el-partido.svg +45 -45
  56. package/dist/public/images/events/jugada-peligrosa.svg +90 -90
  57. package/dist/public/images/events/penal-fallado.svg +194 -194
  58. package/dist/public/images/events/penal-marcado.svg +189 -189
  59. package/dist/public/images/events/tiempo-agregado.svg +74 -74
  60. package/dist/public/images/events/tiro-a-porteria.svg +80 -80
  61. package/dist/public/images/events/tiro-de-esquina.svg +54 -54
  62. package/dist/public/images/events/var.svg +30 -30
  63. package/dist/shape.svg +3 -3
  64. package/dist/styles.css +1176 -1176
  65. package/dist/tiempo-agregado.svg +74 -74
  66. package/dist/tiro-a-porteria.svg +80 -80
  67. package/dist/var.svg +30 -30
  68. package/package.json +1 -1
  69. package/src/components/comparative/categories.js +137 -137
  70. package/src/components/comparative/composable-filters.js +10 -10
  71. package/src/components/comparative/computedProperties.js +327 -327
  72. package/src/components/comparative/dummy-top-players.js +122 -122
  73. package/src/components/comparative/filtersTypes.js +117 -117
  74. package/src/components/comparative/gsc-button.vue +198 -198
  75. package/src/components/comparative/gsc-expanded-info-player.vue +710 -710
  76. package/src/components/comparative/gsc-head-titles.vue +1482 -1482
  77. package/src/components/comparative/gsc-header-tops.vue +1418 -1418
  78. package/src/components/comparative/gsc-top.vue +1511 -1511
  79. package/src/components/comparative/gsc-tops-full.vue +2473 -2473
  80. package/src/components/comparative/nationalities-catalog.js +233 -233
  81. package/src/components/comparative/playsTypes.js +142 -142
  82. package/src/components/comparative/useElementSize.js +23 -23
  83. package/src/components/gsc-top-player.vue +91 -91
  84. package/src/index.js +5 -5
@@ -1,327 +1,327 @@
1
- export default {
2
- computed: {
3
- sizeTabsFontMP() {
4
- const width = this.elementSize.width
5
- if (width <= 380) {
6
- return '12px'
7
- } else if (width <= 768) {
8
- return '14px'
9
- } else {
10
- return '16px'
11
- }
12
- },
13
- sizeTabsFontMS() {
14
- const width = this.elementSize.width
15
- if (width <= 600) {
16
- return '12px'
17
- } else if (width <= 768) {
18
- return '13px'
19
- } else {
20
- return '14px'
21
- }
22
- },
23
- sizeTabsMS() {
24
- const width = this.elementSize.width
25
- if (width <= 480) {
26
- return '145px'
27
- } else if (width <= 600) {
28
- return '153px'
29
- } else if (width <= 620) {
30
- return '163px'
31
- } else if (width <= 640) {
32
- return '170px'
33
- } else if (width <= 660) {
34
- return '175px'
35
- } else if (width <= 680) {
36
- return '180px'
37
- } else if (width <= 700) {
38
- return '185px'
39
- } else if (width <= 720) {
40
- return '195px'
41
- } else {
42
- return '200px'
43
- }
44
- },
45
- sizeTabsMP() {
46
- const width = this.elementSize.width
47
- if (width <= 319) {
48
- return '68px'
49
- } else if (width <= 330) {
50
- return '73px'
51
- } else if (width <= 340) {
52
- return '78px'
53
- } else if (width <= 350) {
54
- return '82px'
55
- } else if (width <= 360) {
56
- return '90px'
57
- } else if (width <= 370) {
58
- return '90px'
59
- } else if (width <= 390) {
60
- return '95px'
61
- } else if (width <= 410) {
62
- return '105px'
63
- } else if (width <= 430) {
64
- return '110px'
65
- } else if (width <= 450) {
66
- return '117px'
67
- } else if (width <= 470) {
68
- return '122px'
69
- } else if (width <= 500) {
70
- return '130px'
71
- } else if (width <= 530) {
72
- return '138px'
73
- } else if (width <= 560) {
74
- return '155px'
75
- } else if (width <= 590) {
76
- return '163px'
77
- } else if (width <= 620) {
78
- return '175px'
79
- } else if (width <= 650) {
80
- return '180px'
81
- } else if (width <= 680) {
82
- return '195px'
83
- } else if (width <= 730) {
84
- return '210px'
85
- } else if (width <= 768) {
86
- return '100px'
87
- } else {
88
- return '110px'
89
- }
90
- },
91
- comextleyemdmultipleleaguesClass() {
92
- const width = this.elementSize.width
93
- if (width <= 380) {
94
- return this.$style.comtextleyemdmultipleleagues380
95
- } else {
96
- return this.$style.comtextleyemdmultipleleagues
97
- }
98
- },
99
- comdropdownParentClass() {
100
- const width = this.elementSize.width
101
- if (width <= 730) {
102
- return this.$style.comdropdownParent730
103
- } else {
104
- return this.$style.comdropdownParent
105
- }
106
- },
107
- comdescubreVideosClass() {
108
- const width = this.elementSize.width
109
- if (width <= 960) {
110
- return this.$style.comdescubreVideos960
111
- } else if (width <= 1232) {
112
- return this.$style.comdescubreVideos1232
113
- } else {
114
- return this.$style.comdescubreVideos
115
- }
116
- },
117
- comquitarFiltrosClass() {
118
- const width = this.elementSize.width
119
- if (width <= 380) {
120
- return this.$style.comquitarFiltros380
121
- } else if (width <= 480) {
122
- return this.$style.comquitarFiltros480
123
- } else if (width <= 730) {
124
- return this.$style.comquitarFiltros730
125
- } else {
126
- return this.$style.comquitarFiltros
127
- }
128
- },
129
- commejoresJugadoresClass() {
130
- const width = this.elementSize.width
131
- if (width <= 480) {
132
- return this.$style.commejoresJugadores480
133
- } else if (width <= 730) {
134
- return this.$style.commejoresJugadores730
135
- } else {
136
- return this.$style.commejoresJugadores
137
- }
138
- },
139
- menuSectionClass() {
140
- const width = this.elementSize.width
141
- if (width <= 960) {
142
- return this.$style.commenuSection960
143
- } else {
144
- return this.$style.commenuSection
145
- }
146
- },
147
- topFiltersClass() {
148
- const width = this.elementSize.width
149
- if (width <= 420) {
150
- return this.$style.comtopFilters420
151
- } else if (width <= 460) {
152
- return this.$style.comtopFilters460
153
- } else if (width <= 1232) {
154
- return this.$style.comtopFilters1232
155
- } else {
156
- return this.$style.comtopFilters
157
- }
158
- },
159
- toniKroosWrapperClass() {
160
- const width = this.elementSize.width
161
- if (width <= 319) {
162
- return this.$style.comtoniKroosWrapper320
163
- } else if (width <= 420) {
164
- return this.$style.comtoniKroosWrapper420
165
- } else if (width <= 916) {
166
- return this.$style.comtoniKroosWrapper760
167
- } else if (width <= 975) {
168
- return this.$style.comtoniKroosWrapper975
169
- } else if (width <= 1079) {
170
- return this.$style.comtoniKroosWrapper1080
171
- } else {
172
- return this.$style.comtoniKroosWrapper
173
- }
174
- },
175
- containerTablesClass() {
176
- const width = this.elementSize.width
177
- if (width <= 319) {
178
- return this.$style.comcontainerTables320
179
- } else if (width <= 916) {
180
- return this.$style.comcontainerTables760
181
- } else if (width <= 1079) {
182
- return this.$style.comcontainerTables960
183
- } else {
184
- return this.$style.comcontainerTables
185
- }
186
- },
187
- containerTheBestClass() {
188
- const width = this.elementSize.width
189
- if (width <= 319) {
190
- return this.$style.comcontainerTheBest320
191
- } else if (width <= 960) {
192
- return this.$style.comcontainerTheBest960
193
- } else if (width <= 1232) {
194
- return this.$style.comcontainerTheBest1232
195
- } else {
196
- return this.$style.comcontainerTheBest
197
- }
198
- },
199
- menuSectionHeaderClass() {
200
- const width = this.elementSize.width
201
- if (width <= 730) {
202
- return this.$style.commenuSectionHeader730
203
- } else if (width <= 960) {
204
- return this.$style.commenuSectionHeader960
205
- } else if (width <= 1232) {
206
- return this.$style.commenuSectionHeader1232
207
- } else {
208
- return this.$style.commenuSectionHeader
209
- }
210
- },
211
- losMejoresClass() {
212
- const width = this.elementSize.width
213
- if (width <= 380) {
214
- return this.$style.comlosMejores380
215
- } else if (width <= 530) {
216
- return this.$style.comlosMejores530
217
- } else if (width <= 730) {
218
- return this.$style.comlosMejores730
219
- } else {
220
- return this.$style.comlosMejores
221
- }
222
- },
223
- dropdownClass() {
224
- const width = this.elementSize.width
225
- if (width <= 730) {
226
- return this.$style.comdropdown730
227
- } else {
228
- return this.$style.comdropdown
229
- }
230
- },
231
- dropdown1Class() {
232
- const width = this.elementSize.width
233
- if (width <= 730) {
234
- return this.$style.comdropdown1730
235
- } else {
236
- return this.$style.comdropdown1
237
- }
238
- },
239
-
240
- menuSectionParentHeaderClass() {
241
- const width = this.elementSize.width
242
- if (width <= 430) {
243
- return this.$style.commenuSectionParentHeader430
244
- } else if (width <= 730) {
245
- return this.$style.commenuSectionParentHeader730
246
- } else if (width <= 960) {
247
- return this.$style.commenuSectionParentHeader960
248
- } else if (width <= 1232) {
249
- return this.$style.commenuSectionParentHeader1232
250
- } else {
251
- return this.$style.commenuSectionParentHeader
252
- }
253
- },
254
- templateLosMejoresClass() {
255
- const width = this.elementSize.width
256
- if (width <= 319) {
257
- return this.$style.comtemplateLosMejores1320
258
- } else if (width <= 350) {
259
- return this.$style.comtemplateLosMejores1350
260
- } else if (width <= 420) {
261
- return this.$style.comtemplateLosMejores1420
262
- } else if (width <= 540) {
263
- return this.$style.comtemplateLosMejores1540
264
- } else if (width <= 960) {
265
- return this.$style.comtemplateLosMejores1960
266
- } else if (width <= 1232) {
267
- return this.$style.comtemplateLosMejores11232
268
- } else {
269
- return this.$style.comtemplateLosMejores1
270
- }
271
- },
272
- containerMenuClass() {
273
- const width = this.elementSize.width
274
- if (width <= 760) {
275
- return this.$style.comcontainerMenu760
276
- } else {
277
- return this.$style.comcontainerMenu
278
- }
279
- },
280
- titleSectionClass() {
281
- const width = this.elementSize.width
282
- if (width <= 540) {
283
- return this.$style.comtitleSection540
284
- } else {
285
- return this.$style.comtitleSection
286
- }
287
- },
288
- containerSectionClass() {
289
- const width = this.elementSize.width
290
- if (width <= 319) {
291
- return this.$style.comcontainerSection320
292
- } else if (width <= 350) {
293
- return this.$style.comcontainerSection350
294
- } else if (width <= 960) {
295
- return this.$style.comcontainerSection960
296
- } else if (width <= 1232) {
297
- return this.$style.comcontainerSection1232
298
- } else {
299
- return this.$style.comcontainerSection
300
- }
301
- },
302
- filtersContainerClass() {
303
- const width = this.elementSize.width
304
- if (width <= 420) {
305
- return this.$style.comfiltersContainer420
306
- } else if (width <= 760) {
307
- return this.$style.comfiltersContainer760
308
- } else if (width <= 1232) {
309
- return this.$style.comfiltersContainer1232
310
- } else {
311
- return this.$style.comfiltersContainer
312
- }
313
- },
314
- topFiltersParentClass() {
315
- const width = this.elementSize.width
316
- if (width <= 420) {
317
- return this.$style.comtopFiltersParent420
318
- } else if (width <= 460) {
319
- return this.$style.comtopFiltersParent460
320
- } else if (width <= 1232) {
321
- return this.$style.comtopFiltersParent1232
322
- } else {
323
- return this.$style.comtopFiltersParent
324
- }
325
- }
326
- }
327
- }
1
+ export default {
2
+ computed: {
3
+ sizeTabsFontMP() {
4
+ const width = this.elementSize.width
5
+ if (width <= 380) {
6
+ return '12px'
7
+ } else if (width <= 768) {
8
+ return '14px'
9
+ } else {
10
+ return '16px'
11
+ }
12
+ },
13
+ sizeTabsFontMS() {
14
+ const width = this.elementSize.width
15
+ if (width <= 600) {
16
+ return '12px'
17
+ } else if (width <= 768) {
18
+ return '13px'
19
+ } else {
20
+ return '14px'
21
+ }
22
+ },
23
+ sizeTabsMS() {
24
+ const width = this.elementSize.width
25
+ if (width <= 480) {
26
+ return '145px'
27
+ } else if (width <= 600) {
28
+ return '153px'
29
+ } else if (width <= 620) {
30
+ return '163px'
31
+ } else if (width <= 640) {
32
+ return '170px'
33
+ } else if (width <= 660) {
34
+ return '175px'
35
+ } else if (width <= 680) {
36
+ return '180px'
37
+ } else if (width <= 700) {
38
+ return '185px'
39
+ } else if (width <= 720) {
40
+ return '195px'
41
+ } else {
42
+ return '200px'
43
+ }
44
+ },
45
+ sizeTabsMP() {
46
+ const width = this.elementSize.width
47
+ if (width <= 319) {
48
+ return '68px'
49
+ } else if (width <= 330) {
50
+ return '73px'
51
+ } else if (width <= 340) {
52
+ return '78px'
53
+ } else if (width <= 350) {
54
+ return '82px'
55
+ } else if (width <= 360) {
56
+ return '90px'
57
+ } else if (width <= 370) {
58
+ return '90px'
59
+ } else if (width <= 390) {
60
+ return '95px'
61
+ } else if (width <= 410) {
62
+ return '105px'
63
+ } else if (width <= 430) {
64
+ return '110px'
65
+ } else if (width <= 450) {
66
+ return '117px'
67
+ } else if (width <= 470) {
68
+ return '122px'
69
+ } else if (width <= 500) {
70
+ return '130px'
71
+ } else if (width <= 530) {
72
+ return '138px'
73
+ } else if (width <= 560) {
74
+ return '155px'
75
+ } else if (width <= 590) {
76
+ return '163px'
77
+ } else if (width <= 620) {
78
+ return '175px'
79
+ } else if (width <= 650) {
80
+ return '180px'
81
+ } else if (width <= 680) {
82
+ return '195px'
83
+ } else if (width <= 730) {
84
+ return '210px'
85
+ } else if (width <= 768) {
86
+ return '100px'
87
+ } else {
88
+ return '110px'
89
+ }
90
+ },
91
+ comextleyemdmultipleleaguesClass() {
92
+ const width = this.elementSize.width
93
+ if (width <= 380) {
94
+ return this.$style.comtextleyemdmultipleleagues380
95
+ } else {
96
+ return this.$style.comtextleyemdmultipleleagues
97
+ }
98
+ },
99
+ comdropdownParentClass() {
100
+ const width = this.elementSize.width
101
+ if (width <= 730) {
102
+ return this.$style.comdropdownParent730
103
+ } else {
104
+ return this.$style.comdropdownParent
105
+ }
106
+ },
107
+ comdescubreVideosClass() {
108
+ const width = this.elementSize.width
109
+ if (width <= 960) {
110
+ return this.$style.comdescubreVideos960
111
+ } else if (width <= 1232) {
112
+ return this.$style.comdescubreVideos1232
113
+ } else {
114
+ return this.$style.comdescubreVideos
115
+ }
116
+ },
117
+ comquitarFiltrosClass() {
118
+ const width = this.elementSize.width
119
+ if (width <= 380) {
120
+ return this.$style.comquitarFiltros380
121
+ } else if (width <= 480) {
122
+ return this.$style.comquitarFiltros480
123
+ } else if (width <= 730) {
124
+ return this.$style.comquitarFiltros730
125
+ } else {
126
+ return this.$style.comquitarFiltros
127
+ }
128
+ },
129
+ commejoresJugadoresClass() {
130
+ const width = this.elementSize.width
131
+ if (width <= 480) {
132
+ return this.$style.commejoresJugadores480
133
+ } else if (width <= 730) {
134
+ return this.$style.commejoresJugadores730
135
+ } else {
136
+ return this.$style.commejoresJugadores
137
+ }
138
+ },
139
+ menuSectionClass() {
140
+ const width = this.elementSize.width
141
+ if (width <= 960) {
142
+ return this.$style.commenuSection960
143
+ } else {
144
+ return this.$style.commenuSection
145
+ }
146
+ },
147
+ topFiltersClass() {
148
+ const width = this.elementSize.width
149
+ if (width <= 420) {
150
+ return this.$style.comtopFilters420
151
+ } else if (width <= 460) {
152
+ return this.$style.comtopFilters460
153
+ } else if (width <= 1232) {
154
+ return this.$style.comtopFilters1232
155
+ } else {
156
+ return this.$style.comtopFilters
157
+ }
158
+ },
159
+ toniKroosWrapperClass() {
160
+ const width = this.elementSize.width
161
+ if (width <= 319) {
162
+ return this.$style.comtoniKroosWrapper320
163
+ } else if (width <= 420) {
164
+ return this.$style.comtoniKroosWrapper420
165
+ } else if (width <= 916) {
166
+ return this.$style.comtoniKroosWrapper760
167
+ } else if (width <= 975) {
168
+ return this.$style.comtoniKroosWrapper975
169
+ } else if (width <= 1079) {
170
+ return this.$style.comtoniKroosWrapper1080
171
+ } else {
172
+ return this.$style.comtoniKroosWrapper
173
+ }
174
+ },
175
+ containerTablesClass() {
176
+ const width = this.elementSize.width
177
+ if (width <= 319) {
178
+ return this.$style.comcontainerTables320
179
+ } else if (width <= 916) {
180
+ return this.$style.comcontainerTables760
181
+ } else if (width <= 1079) {
182
+ return this.$style.comcontainerTables960
183
+ } else {
184
+ return this.$style.comcontainerTables
185
+ }
186
+ },
187
+ containerTheBestClass() {
188
+ const width = this.elementSize.width
189
+ if (width <= 319) {
190
+ return this.$style.comcontainerTheBest320
191
+ } else if (width <= 960) {
192
+ return this.$style.comcontainerTheBest960
193
+ } else if (width <= 1232) {
194
+ return this.$style.comcontainerTheBest1232
195
+ } else {
196
+ return this.$style.comcontainerTheBest
197
+ }
198
+ },
199
+ menuSectionHeaderClass() {
200
+ const width = this.elementSize.width
201
+ if (width <= 730) {
202
+ return this.$style.commenuSectionHeader730
203
+ } else if (width <= 960) {
204
+ return this.$style.commenuSectionHeader960
205
+ } else if (width <= 1232) {
206
+ return this.$style.commenuSectionHeader1232
207
+ } else {
208
+ return this.$style.commenuSectionHeader
209
+ }
210
+ },
211
+ losMejoresClass() {
212
+ const width = this.elementSize.width
213
+ if (width <= 380) {
214
+ return this.$style.comlosMejores380
215
+ } else if (width <= 530) {
216
+ return this.$style.comlosMejores530
217
+ } else if (width <= 730) {
218
+ return this.$style.comlosMejores730
219
+ } else {
220
+ return this.$style.comlosMejores
221
+ }
222
+ },
223
+ dropdownClass() {
224
+ const width = this.elementSize.width
225
+ if (width <= 730) {
226
+ return this.$style.comdropdown730
227
+ } else {
228
+ return this.$style.comdropdown
229
+ }
230
+ },
231
+ dropdown1Class() {
232
+ const width = this.elementSize.width
233
+ if (width <= 730) {
234
+ return this.$style.comdropdown1730
235
+ } else {
236
+ return this.$style.comdropdown1
237
+ }
238
+ },
239
+
240
+ menuSectionParentHeaderClass() {
241
+ const width = this.elementSize.width
242
+ if (width <= 430) {
243
+ return this.$style.commenuSectionParentHeader430
244
+ } else if (width <= 730) {
245
+ return this.$style.commenuSectionParentHeader730
246
+ } else if (width <= 960) {
247
+ return this.$style.commenuSectionParentHeader960
248
+ } else if (width <= 1232) {
249
+ return this.$style.commenuSectionParentHeader1232
250
+ } else {
251
+ return this.$style.commenuSectionParentHeader
252
+ }
253
+ },
254
+ templateLosMejoresClass() {
255
+ const width = this.elementSize.width
256
+ if (width <= 319) {
257
+ return this.$style.comtemplateLosMejores1320
258
+ } else if (width <= 350) {
259
+ return this.$style.comtemplateLosMejores1350
260
+ } else if (width <= 420) {
261
+ return this.$style.comtemplateLosMejores1420
262
+ } else if (width <= 540) {
263
+ return this.$style.comtemplateLosMejores1540
264
+ } else if (width <= 960) {
265
+ return this.$style.comtemplateLosMejores1960
266
+ } else if (width <= 1232) {
267
+ return this.$style.comtemplateLosMejores11232
268
+ } else {
269
+ return this.$style.comtemplateLosMejores1
270
+ }
271
+ },
272
+ containerMenuClass() {
273
+ const width = this.elementSize.width
274
+ if (width <= 760) {
275
+ return this.$style.comcontainerMenu760
276
+ } else {
277
+ return this.$style.comcontainerMenu
278
+ }
279
+ },
280
+ titleSectionClass() {
281
+ const width = this.elementSize.width
282
+ if (width <= 540) {
283
+ return this.$style.comtitleSection540
284
+ } else {
285
+ return this.$style.comtitleSection
286
+ }
287
+ },
288
+ containerSectionClass() {
289
+ const width = this.elementSize.width
290
+ if (width <= 319) {
291
+ return this.$style.comcontainerSection320
292
+ } else if (width <= 350) {
293
+ return this.$style.comcontainerSection350
294
+ } else if (width <= 960) {
295
+ return this.$style.comcontainerSection960
296
+ } else if (width <= 1232) {
297
+ return this.$style.comcontainerSection1232
298
+ } else {
299
+ return this.$style.comcontainerSection
300
+ }
301
+ },
302
+ filtersContainerClass() {
303
+ const width = this.elementSize.width
304
+ if (width <= 420) {
305
+ return this.$style.comfiltersContainer420
306
+ } else if (width <= 760) {
307
+ return this.$style.comfiltersContainer760
308
+ } else if (width <= 1232) {
309
+ return this.$style.comfiltersContainer1232
310
+ } else {
311
+ return this.$style.comfiltersContainer
312
+ }
313
+ },
314
+ topFiltersParentClass() {
315
+ const width = this.elementSize.width
316
+ if (width <= 420) {
317
+ return this.$style.comtopFiltersParent420
318
+ } else if (width <= 460) {
319
+ return this.$style.comtopFiltersParent460
320
+ } else if (width <= 1232) {
321
+ return this.$style.comtopFiltersParent1232
322
+ } else {
323
+ return this.$style.comtopFiltersParent
324
+ }
325
+ }
326
+ }
327
+ }