@mjsz-vbr-elements/core 2.41.0 → 2.43.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/dist/columns.js +1417 -1010
- package/dist/components-DpAc0iFd.js +2969 -0
- package/dist/components.js +6 -21
- package/dist/composables-DkeAlPNN.js +988 -0
- package/dist/composables.js +4 -183
- package/dist/constants.js +11 -19
- package/dist/datetime-Dr5rQMCL.js +1416 -0
- package/dist/index.iife.js +3 -16
- package/dist/index.iife.js.br +0 -0
- package/dist/index.iife.js.gz +0 -0
- package/dist/index.js +27 -196
- package/dist/props.js +63 -66
- package/dist/utils-BzouF97X.js +725 -0
- package/dist/utils.js +4 -166
- package/package.json +10 -10
- package/dist/TimezoneSelector-Cftyj2uC.js +0 -2488
- package/dist/datetime-B_IKGlWy.js +0 -1400
- package/dist/errors-AyJoolyE.js +0 -723
- package/dist/useSort-CoM4Br_9.js +0 -912
package/dist/columns.js
CHANGED
|
@@ -1,1022 +1,1429 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* name: @mjsz-vbr-elements/core
|
|
3
|
-
* version: v2.
|
|
3
|
+
* version: v2.43.0 - 14/03/2026, 12:04:11
|
|
4
4
|
* (c) 2026
|
|
5
5
|
* description: Data visualization for MJSZ VBR
|
|
6
6
|
* author: Ákos Stegner <akos.stegner@gmail.com>
|
|
7
7
|
*/
|
|
8
|
-
import {
|
|
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
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
}
|
|
63
|
-
}, l = {
|
|
64
|
-
index: {
|
|
65
|
-
label: "table.blank",
|
|
66
|
-
class: "text-start"
|
|
67
|
-
},
|
|
68
|
-
teamLogo: {
|
|
69
|
-
label: "",
|
|
70
|
-
class: "is-has-image"
|
|
71
|
-
},
|
|
72
|
-
teamName: {
|
|
73
|
-
label: "table.team.short",
|
|
74
|
-
tooltip: "table.team.tooltip",
|
|
75
|
-
class: "text-start w-auto font-bold",
|
|
76
|
-
sortOrders: [{ target: "teamName", direction: e }]
|
|
77
|
-
},
|
|
78
|
-
gamesPlayed: {
|
|
79
|
-
label: "table.game.short",
|
|
80
|
-
tooltip: "table.game.tooltip",
|
|
81
|
-
sortOrders: [{ target: "gamesPlayed", direction: t }]
|
|
82
|
-
},
|
|
83
|
-
w: {
|
|
84
|
-
label: "table.wins.short",
|
|
85
|
-
tooltip: "table.wins.tooltip",
|
|
86
|
-
sortOrders: [
|
|
87
|
-
{ target: "w", direction: t },
|
|
88
|
-
{ target: "otw", direction: t }
|
|
89
|
-
]
|
|
90
|
-
},
|
|
91
|
-
otw: {
|
|
92
|
-
label: "table.otw.short",
|
|
93
|
-
tooltip: "table.otw.tooltip",
|
|
94
|
-
sortOrders: [{ target: "otw", direction: t }]
|
|
95
|
-
},
|
|
96
|
-
sow: {
|
|
97
|
-
label: "table.sow.short",
|
|
98
|
-
tooltip: "table.sow.tooltip",
|
|
99
|
-
sortOrders: [{ target: "sow", direction: t }]
|
|
100
|
-
},
|
|
101
|
-
sol: {
|
|
102
|
-
label: "table.sol.short",
|
|
103
|
-
tooltip: "table.sol.tooltip",
|
|
104
|
-
sortOrders: [{ target: "sol", direction: t }]
|
|
105
|
-
},
|
|
106
|
-
otl: {
|
|
107
|
-
label: "table.otl.short",
|
|
108
|
-
tooltip: "table.otl.tooltip",
|
|
109
|
-
sortOrders: [{ target: "otl", direction: e }]
|
|
110
|
-
},
|
|
111
|
-
l: {
|
|
112
|
-
label: "table.losses.short",
|
|
113
|
-
tooltip: "table.losses.tooltip",
|
|
114
|
-
sortOrders: [{ target: "l", direction: e }]
|
|
115
|
-
},
|
|
116
|
-
gf: {
|
|
117
|
-
label: "table.goalFor.short",
|
|
118
|
-
tooltip: "table.goalFor.tooltip",
|
|
119
|
-
sortOrders: [{ target: "gf", direction: t }]
|
|
120
|
-
},
|
|
121
|
-
ga: {
|
|
122
|
-
label: "table.goalAgainst.short",
|
|
123
|
-
tooltip: "table.goalAgainst.tooltip",
|
|
124
|
-
sortOrders: [{ target: "ga", direction: e }]
|
|
125
|
-
},
|
|
126
|
-
gd: {
|
|
127
|
-
label: "table.goalDiff.short",
|
|
128
|
-
tooltip: "table.goalDiff.tooltip",
|
|
129
|
-
sortOrders: [{ target: "gd", direction: t }]
|
|
130
|
-
},
|
|
131
|
-
points: {
|
|
132
|
-
label: "table.points.short",
|
|
133
|
-
tooltip: "table.points.tooltip",
|
|
134
|
-
class: "font-bold",
|
|
135
|
-
sortOrders: [
|
|
136
|
-
{ target: "points", direction: t },
|
|
137
|
-
{ target: "gamesPlayed", direction: e },
|
|
138
|
-
{ target: "w", direction: t },
|
|
139
|
-
{ target: "gd", direction: t },
|
|
140
|
-
{ target: "gf", direction: t }
|
|
141
|
-
]
|
|
142
|
-
}
|
|
8
|
+
import { SORT_STATE_ASCEND as e, SORT_STATE_DESCEND as t } from "./constants.js";
|
|
9
|
+
//#region src/columns.js
|
|
10
|
+
var n = {
|
|
11
|
+
gameName: {
|
|
12
|
+
label: "table.gameName.short",
|
|
13
|
+
tooltip: "table.gameName.tooltip",
|
|
14
|
+
class: "text-start text-dimmed"
|
|
15
|
+
},
|
|
16
|
+
gameDateDate: {
|
|
17
|
+
label: "table.gameDate.short",
|
|
18
|
+
tooltip: "table.gameDate.tooltip",
|
|
19
|
+
class: "text-start"
|
|
20
|
+
},
|
|
21
|
+
gameDateTime: {
|
|
22
|
+
label: "table.gameDateTime.short",
|
|
23
|
+
tooltip: "table.gameDateTime.tooltip",
|
|
24
|
+
class: "text-start"
|
|
25
|
+
},
|
|
26
|
+
homeTeamName: {
|
|
27
|
+
label: "table.homeTeam.short",
|
|
28
|
+
tooltip: "table.homeTeam.tooltip",
|
|
29
|
+
class: "text-end w-auto font-bold"
|
|
30
|
+
},
|
|
31
|
+
homeTeamLogo: {
|
|
32
|
+
label: "",
|
|
33
|
+
class: "is-has-image"
|
|
34
|
+
},
|
|
35
|
+
gameResult: {
|
|
36
|
+
label: "",
|
|
37
|
+
class: "font-bold text-xl"
|
|
38
|
+
},
|
|
39
|
+
gameResultType: {
|
|
40
|
+
label: "",
|
|
41
|
+
tooltip: ""
|
|
42
|
+
},
|
|
43
|
+
awayTeamLogo: {
|
|
44
|
+
label: "",
|
|
45
|
+
class: "is-has-image"
|
|
46
|
+
},
|
|
47
|
+
awayTeamName: {
|
|
48
|
+
label: "table.awayTeam.short",
|
|
49
|
+
tooltip: "table.awayTeam.tooltip",
|
|
50
|
+
class: "text-start w-auto font-bold"
|
|
51
|
+
},
|
|
52
|
+
location: {
|
|
53
|
+
label: "table.location.short",
|
|
54
|
+
tooltip: "table.location.tooltip",
|
|
55
|
+
class: "text-start"
|
|
56
|
+
},
|
|
57
|
+
broadcast: {
|
|
58
|
+
label: "table.broadcast.short",
|
|
59
|
+
tooltip: "table.broadcast.tooltip"
|
|
60
|
+
},
|
|
61
|
+
more: { label: "" }
|
|
143
62
|
}, r = {
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
tooltip: "table.goalFor.tooltip",
|
|
272
|
-
sortOrders: [{ target: "gf", direction: t }]
|
|
273
|
-
},
|
|
274
|
-
ga: {
|
|
275
|
-
label: "table.goalAgainst.short",
|
|
276
|
-
tooltip: "table.goalAgainst.tooltip",
|
|
277
|
-
sortOrders: [{ target: "ga", direction: e }]
|
|
278
|
-
},
|
|
279
|
-
gd: {
|
|
280
|
-
label: "table.goalDiff.short",
|
|
281
|
-
tooltip: "table.goalDiff.tooltip",
|
|
282
|
-
sortOrders: [{ target: "gd", direction: t }]
|
|
283
|
-
},
|
|
284
|
-
points: {
|
|
285
|
-
label: "table.points.short",
|
|
286
|
-
tooltip: "table.points.tooltip",
|
|
287
|
-
class: "font-bold",
|
|
288
|
-
sortOrders: [{ target: "points", direction: t }]
|
|
289
|
-
}
|
|
63
|
+
index: {
|
|
64
|
+
label: "table.blank",
|
|
65
|
+
class: "text-start"
|
|
66
|
+
},
|
|
67
|
+
teamLogo: {
|
|
68
|
+
label: "",
|
|
69
|
+
class: "is-has-image"
|
|
70
|
+
},
|
|
71
|
+
teamName: {
|
|
72
|
+
label: "table.team.short",
|
|
73
|
+
tooltip: "table.team.tooltip",
|
|
74
|
+
class: "text-start w-auto font-bold",
|
|
75
|
+
sortOrders: [{
|
|
76
|
+
target: "teamName",
|
|
77
|
+
direction: e
|
|
78
|
+
}]
|
|
79
|
+
},
|
|
80
|
+
gamesPlayed: {
|
|
81
|
+
label: "table.game.short",
|
|
82
|
+
tooltip: "table.game.tooltip",
|
|
83
|
+
sortOrders: [{
|
|
84
|
+
target: "gamesPlayed",
|
|
85
|
+
direction: t
|
|
86
|
+
}]
|
|
87
|
+
},
|
|
88
|
+
w: {
|
|
89
|
+
label: "table.wins.short",
|
|
90
|
+
tooltip: "table.wins.tooltip",
|
|
91
|
+
sortOrders: [{
|
|
92
|
+
target: "w",
|
|
93
|
+
direction: t
|
|
94
|
+
}, {
|
|
95
|
+
target: "otw",
|
|
96
|
+
direction: t
|
|
97
|
+
}]
|
|
98
|
+
},
|
|
99
|
+
otw: {
|
|
100
|
+
label: "table.otw.short",
|
|
101
|
+
tooltip: "table.otw.tooltip",
|
|
102
|
+
sortOrders: [{
|
|
103
|
+
target: "otw",
|
|
104
|
+
direction: t
|
|
105
|
+
}]
|
|
106
|
+
},
|
|
107
|
+
sow: {
|
|
108
|
+
label: "table.sow.short",
|
|
109
|
+
tooltip: "table.sow.tooltip",
|
|
110
|
+
sortOrders: [{
|
|
111
|
+
target: "sow",
|
|
112
|
+
direction: t
|
|
113
|
+
}]
|
|
114
|
+
},
|
|
115
|
+
sol: {
|
|
116
|
+
label: "table.sol.short",
|
|
117
|
+
tooltip: "table.sol.tooltip",
|
|
118
|
+
sortOrders: [{
|
|
119
|
+
target: "sol",
|
|
120
|
+
direction: t
|
|
121
|
+
}]
|
|
122
|
+
},
|
|
123
|
+
otl: {
|
|
124
|
+
label: "table.otl.short",
|
|
125
|
+
tooltip: "table.otl.tooltip",
|
|
126
|
+
sortOrders: [{
|
|
127
|
+
target: "otl",
|
|
128
|
+
direction: e
|
|
129
|
+
}]
|
|
130
|
+
},
|
|
131
|
+
l: {
|
|
132
|
+
label: "table.losses.short",
|
|
133
|
+
tooltip: "table.losses.tooltip",
|
|
134
|
+
sortOrders: [{
|
|
135
|
+
target: "l",
|
|
136
|
+
direction: e
|
|
137
|
+
}]
|
|
138
|
+
},
|
|
139
|
+
gf: {
|
|
140
|
+
label: "table.goalFor.short",
|
|
141
|
+
tooltip: "table.goalFor.tooltip",
|
|
142
|
+
sortOrders: [{
|
|
143
|
+
target: "gf",
|
|
144
|
+
direction: t
|
|
145
|
+
}]
|
|
146
|
+
},
|
|
147
|
+
ga: {
|
|
148
|
+
label: "table.goalAgainst.short",
|
|
149
|
+
tooltip: "table.goalAgainst.tooltip",
|
|
150
|
+
sortOrders: [{
|
|
151
|
+
target: "ga",
|
|
152
|
+
direction: e
|
|
153
|
+
}]
|
|
154
|
+
},
|
|
155
|
+
gd: {
|
|
156
|
+
label: "table.goalDiff.short",
|
|
157
|
+
tooltip: "table.goalDiff.tooltip",
|
|
158
|
+
sortOrders: [{
|
|
159
|
+
target: "gd",
|
|
160
|
+
direction: t
|
|
161
|
+
}]
|
|
162
|
+
},
|
|
163
|
+
points: {
|
|
164
|
+
label: "table.points.short",
|
|
165
|
+
tooltip: "table.points.tooltip",
|
|
166
|
+
class: "font-bold",
|
|
167
|
+
sortOrders: [
|
|
168
|
+
{
|
|
169
|
+
target: "points",
|
|
170
|
+
direction: t
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
target: "gamesPlayed",
|
|
174
|
+
direction: e
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
target: "w",
|
|
178
|
+
direction: t
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
target: "gd",
|
|
182
|
+
direction: t
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
target: "gf",
|
|
186
|
+
direction: t
|
|
187
|
+
}
|
|
188
|
+
]
|
|
189
|
+
}
|
|
290
190
|
}, i = {
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
}
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
}
|
|
646
|
-
|
|
647
|
-
label: "#",
|
|
648
|
-
class: "text-start"
|
|
649
|
-
},
|
|
650
|
-
playerPortrait: {
|
|
651
|
-
label: "",
|
|
652
|
-
class: "has-avatar"
|
|
653
|
-
},
|
|
654
|
-
name: {
|
|
655
|
-
label: "table.name.short",
|
|
656
|
-
tooltip: "table.name.tooltip",
|
|
657
|
-
class: "text-start w-auto font-bold",
|
|
658
|
-
sortOrders: [{ target: "name", direction: e }]
|
|
659
|
-
},
|
|
660
|
-
gp: {
|
|
661
|
-
label: "table.game.short",
|
|
662
|
-
tooltip: "table.game.tooltip",
|
|
663
|
-
sortOrders: [{ target: "gp", direction: t }]
|
|
664
|
-
},
|
|
665
|
-
goals: {
|
|
666
|
-
label: "table.goals.short",
|
|
667
|
-
tooltip: "table.goals.tooltip",
|
|
668
|
-
sortOrders: [
|
|
669
|
-
{ target: "goals", direction: t },
|
|
670
|
-
{ target: "assists", direction: t }
|
|
671
|
-
]
|
|
672
|
-
},
|
|
673
|
-
assist: {
|
|
674
|
-
label: "table.assists.short",
|
|
675
|
-
tooltip: "table.assists.tooltip",
|
|
676
|
-
sortOrders: [
|
|
677
|
-
{ target: "assist", direction: t },
|
|
678
|
-
{ target: "goals", direction: t }
|
|
679
|
-
]
|
|
680
|
-
},
|
|
681
|
-
points: {
|
|
682
|
-
label: "table.points.short",
|
|
683
|
-
tooltip: "table.points.tooltip",
|
|
684
|
-
sortOrders: [{ target: "points", direction: t }]
|
|
685
|
-
}
|
|
191
|
+
index: {
|
|
192
|
+
label: "table.blank",
|
|
193
|
+
class: "text-start"
|
|
194
|
+
},
|
|
195
|
+
teamLogo: {
|
|
196
|
+
label: "",
|
|
197
|
+
class: "is-has-image"
|
|
198
|
+
},
|
|
199
|
+
teamName: {
|
|
200
|
+
label: "table.team.short",
|
|
201
|
+
tooltip: "table.team.tooltip",
|
|
202
|
+
class: "text-start w-auto font-bold",
|
|
203
|
+
sortOrders: [{
|
|
204
|
+
target: "teamName",
|
|
205
|
+
direction: e
|
|
206
|
+
}]
|
|
207
|
+
},
|
|
208
|
+
gamesPlayed: {
|
|
209
|
+
label: "table.game.short",
|
|
210
|
+
tooltip: "table.game.tooltip",
|
|
211
|
+
sortOrders: [{
|
|
212
|
+
target: "gamesPlayed",
|
|
213
|
+
direction: t
|
|
214
|
+
}]
|
|
215
|
+
},
|
|
216
|
+
pper: {
|
|
217
|
+
label: "table.pper.short",
|
|
218
|
+
tooltip: "table.pper.tooltip",
|
|
219
|
+
sortOrders: [{
|
|
220
|
+
target: "pper",
|
|
221
|
+
direction: t
|
|
222
|
+
}]
|
|
223
|
+
},
|
|
224
|
+
w: {
|
|
225
|
+
label: "table.wins.short",
|
|
226
|
+
tooltip: "table.wins.tooltip",
|
|
227
|
+
sortOrders: [{
|
|
228
|
+
target: "w",
|
|
229
|
+
direction: t
|
|
230
|
+
}, {
|
|
231
|
+
target: "otw",
|
|
232
|
+
direction: t
|
|
233
|
+
}]
|
|
234
|
+
},
|
|
235
|
+
otw: {
|
|
236
|
+
label: "table.otw.short",
|
|
237
|
+
tooltip: "table.otw.tooltip",
|
|
238
|
+
sortOrders: [{
|
|
239
|
+
target: "otw",
|
|
240
|
+
direction: t
|
|
241
|
+
}]
|
|
242
|
+
},
|
|
243
|
+
sow: {
|
|
244
|
+
label: "table.sow.short",
|
|
245
|
+
tooltip: "table.sow.tooltip",
|
|
246
|
+
sortOrders: [{
|
|
247
|
+
target: "sow",
|
|
248
|
+
direction: t
|
|
249
|
+
}]
|
|
250
|
+
},
|
|
251
|
+
sol: {
|
|
252
|
+
label: "table.sol.short",
|
|
253
|
+
tooltip: "table.sol.tooltip",
|
|
254
|
+
sortOrders: [{
|
|
255
|
+
target: "sol",
|
|
256
|
+
direction: t
|
|
257
|
+
}]
|
|
258
|
+
},
|
|
259
|
+
otl: {
|
|
260
|
+
label: "table.otl.short",
|
|
261
|
+
tooltip: "table.otl.tooltip",
|
|
262
|
+
sortOrders: [{
|
|
263
|
+
target: "otl",
|
|
264
|
+
direction: e
|
|
265
|
+
}]
|
|
266
|
+
},
|
|
267
|
+
l: {
|
|
268
|
+
label: "table.losses.short",
|
|
269
|
+
tooltip: "table.losses.tooltip",
|
|
270
|
+
sortOrders: [{
|
|
271
|
+
target: "l",
|
|
272
|
+
direction: e
|
|
273
|
+
}]
|
|
274
|
+
},
|
|
275
|
+
gf: {
|
|
276
|
+
label: "table.goalFor.short",
|
|
277
|
+
tooltip: "table.goalFor.tooltip",
|
|
278
|
+
sortOrders: [{
|
|
279
|
+
target: "gf",
|
|
280
|
+
direction: t
|
|
281
|
+
}]
|
|
282
|
+
},
|
|
283
|
+
ga: {
|
|
284
|
+
label: "table.goalAgainst.short",
|
|
285
|
+
tooltip: "table.goalAgainst.tooltip",
|
|
286
|
+
sortOrders: [{
|
|
287
|
+
target: "ga",
|
|
288
|
+
direction: e
|
|
289
|
+
}]
|
|
290
|
+
},
|
|
291
|
+
gd: {
|
|
292
|
+
label: "table.goalDiff.short",
|
|
293
|
+
tooltip: "table.goalDiff.tooltip",
|
|
294
|
+
sortOrders: [{
|
|
295
|
+
target: "gd",
|
|
296
|
+
direction: t
|
|
297
|
+
}]
|
|
298
|
+
},
|
|
299
|
+
points: {
|
|
300
|
+
label: "table.points.short",
|
|
301
|
+
tooltip: "table.points.tooltip",
|
|
302
|
+
class: "font-bold",
|
|
303
|
+
sortOrders: [
|
|
304
|
+
{
|
|
305
|
+
target: "points",
|
|
306
|
+
direction: t
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
target: "gamesPlayed",
|
|
310
|
+
direction: e
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
target: "w",
|
|
314
|
+
direction: t
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
target: "gd",
|
|
318
|
+
direction: t
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
target: "gf",
|
|
322
|
+
direction: t
|
|
323
|
+
}
|
|
324
|
+
]
|
|
325
|
+
}
|
|
326
|
+
}, a = {
|
|
327
|
+
index: {
|
|
328
|
+
label: "#",
|
|
329
|
+
class: "text-start"
|
|
330
|
+
},
|
|
331
|
+
teamLogo: {
|
|
332
|
+
label: "",
|
|
333
|
+
class: "is-has-image"
|
|
334
|
+
},
|
|
335
|
+
teamName: {
|
|
336
|
+
label: "table.team.short",
|
|
337
|
+
tooltip: "table.team.tooltip",
|
|
338
|
+
class: "text-start w-auto font-bold",
|
|
339
|
+
sortOrders: [{
|
|
340
|
+
target: "teamName",
|
|
341
|
+
direction: e
|
|
342
|
+
}]
|
|
343
|
+
},
|
|
344
|
+
gamesPlayed: {
|
|
345
|
+
label: "table.game.short",
|
|
346
|
+
tooltip: "table.game.tooltip",
|
|
347
|
+
sortOrders: [{
|
|
348
|
+
target: "gamesPlayed",
|
|
349
|
+
direction: t
|
|
350
|
+
}]
|
|
351
|
+
},
|
|
352
|
+
w: {
|
|
353
|
+
label: "table.wins.short",
|
|
354
|
+
tooltip: "table.wins.tooltip",
|
|
355
|
+
sortOrders: [{
|
|
356
|
+
target: "w",
|
|
357
|
+
direction: t
|
|
358
|
+
}, {
|
|
359
|
+
target: "d",
|
|
360
|
+
direction: t
|
|
361
|
+
}]
|
|
362
|
+
},
|
|
363
|
+
d: {
|
|
364
|
+
label: "table.draw.short",
|
|
365
|
+
tooltip: "table.draw.tooltip",
|
|
366
|
+
sortOrders: [{
|
|
367
|
+
target: "d",
|
|
368
|
+
direction: t
|
|
369
|
+
}, {
|
|
370
|
+
target: "w",
|
|
371
|
+
direction: t
|
|
372
|
+
}]
|
|
373
|
+
},
|
|
374
|
+
l: {
|
|
375
|
+
label: "table.losses.short",
|
|
376
|
+
tooltip: "table.losses.tooltip",
|
|
377
|
+
sortOrders: [{
|
|
378
|
+
target: "l",
|
|
379
|
+
direction: e
|
|
380
|
+
}]
|
|
381
|
+
},
|
|
382
|
+
gf: {
|
|
383
|
+
label: "table.goalFor.short",
|
|
384
|
+
tooltip: "table.goalFor.tooltip",
|
|
385
|
+
sortOrders: [{
|
|
386
|
+
target: "gf",
|
|
387
|
+
direction: t
|
|
388
|
+
}]
|
|
389
|
+
},
|
|
390
|
+
ga: {
|
|
391
|
+
label: "table.goalAgainst.short",
|
|
392
|
+
tooltip: "table.goalAgainst.tooltip",
|
|
393
|
+
sortOrders: [{
|
|
394
|
+
target: "ga",
|
|
395
|
+
direction: e
|
|
396
|
+
}]
|
|
397
|
+
},
|
|
398
|
+
gd: {
|
|
399
|
+
label: "table.goalDiff.short",
|
|
400
|
+
tooltip: "table.goalDiff.tooltip",
|
|
401
|
+
sortOrders: [{
|
|
402
|
+
target: "gd",
|
|
403
|
+
direction: t
|
|
404
|
+
}]
|
|
405
|
+
},
|
|
406
|
+
points: {
|
|
407
|
+
label: "table.points.short",
|
|
408
|
+
tooltip: "table.points.tooltip",
|
|
409
|
+
class: "font-bold",
|
|
410
|
+
sortOrders: [{
|
|
411
|
+
target: "points",
|
|
412
|
+
direction: t
|
|
413
|
+
}]
|
|
414
|
+
}
|
|
415
|
+
}, o = {
|
|
416
|
+
index: {
|
|
417
|
+
label: "#",
|
|
418
|
+
class: "text-start italic text-dimmed"
|
|
419
|
+
},
|
|
420
|
+
teamLogo: {
|
|
421
|
+
label: "",
|
|
422
|
+
class: "is-has-image"
|
|
423
|
+
},
|
|
424
|
+
teamName: {
|
|
425
|
+
label: "table.team.short",
|
|
426
|
+
tooltip: "table.team.tooltip",
|
|
427
|
+
class: "text-start w-auto font-bold"
|
|
428
|
+
},
|
|
429
|
+
gamesPlayed: {
|
|
430
|
+
label: "table.game.short",
|
|
431
|
+
tooltip: "table.game.tooltip",
|
|
432
|
+
class: "text-dimmed"
|
|
433
|
+
},
|
|
434
|
+
w: {
|
|
435
|
+
label: "table.wins.short",
|
|
436
|
+
tooltip: "table.wins.tooltip",
|
|
437
|
+
class: "text-dimmed"
|
|
438
|
+
},
|
|
439
|
+
l: {
|
|
440
|
+
label: "table.losses.short",
|
|
441
|
+
tooltip: "table.losses.tooltip",
|
|
442
|
+
class: "text-dimmed"
|
|
443
|
+
},
|
|
444
|
+
gd: {
|
|
445
|
+
label: "table.goalDiff.short",
|
|
446
|
+
tooltip: "table.goalDiff.tooltip",
|
|
447
|
+
class: "text-dimmed"
|
|
448
|
+
},
|
|
449
|
+
points: {
|
|
450
|
+
label: "table.points.short",
|
|
451
|
+
tooltip: "table.points.tooltip",
|
|
452
|
+
class: "font-bold"
|
|
453
|
+
}
|
|
454
|
+
}, s = {
|
|
455
|
+
index: {
|
|
456
|
+
label: "#",
|
|
457
|
+
class: "text-start"
|
|
458
|
+
},
|
|
459
|
+
playerPortrait: {
|
|
460
|
+
label: "",
|
|
461
|
+
class: "has-avatar"
|
|
462
|
+
},
|
|
463
|
+
name: {
|
|
464
|
+
label: "table.name.short",
|
|
465
|
+
tooltip: "table.name.tooltip",
|
|
466
|
+
class: "text-start w-auto font-bold",
|
|
467
|
+
sortOrders: [{
|
|
468
|
+
target: "name",
|
|
469
|
+
direction: e
|
|
470
|
+
}]
|
|
471
|
+
},
|
|
472
|
+
teamLogo: {
|
|
473
|
+
label: "",
|
|
474
|
+
class: "is-has-image"
|
|
475
|
+
},
|
|
476
|
+
teamName: {
|
|
477
|
+
label: "table.team.short",
|
|
478
|
+
tooltip: "table.team.tooltip",
|
|
479
|
+
class: "text-start w-auto",
|
|
480
|
+
sortOrders: [{
|
|
481
|
+
target: "teamName",
|
|
482
|
+
direction: e
|
|
483
|
+
}]
|
|
484
|
+
},
|
|
485
|
+
gp: {
|
|
486
|
+
label: "table.game.short",
|
|
487
|
+
tooltip: "table.game.tooltip",
|
|
488
|
+
sortOrders: [{
|
|
489
|
+
target: "gp",
|
|
490
|
+
direction: t
|
|
491
|
+
}]
|
|
492
|
+
},
|
|
493
|
+
goals: {
|
|
494
|
+
label: "table.goals.short",
|
|
495
|
+
tooltip: "table.goals.tooltip",
|
|
496
|
+
sortOrders: [{
|
|
497
|
+
target: "goals",
|
|
498
|
+
direction: t
|
|
499
|
+
}, {
|
|
500
|
+
target: "assists",
|
|
501
|
+
direction: t
|
|
502
|
+
}]
|
|
503
|
+
},
|
|
504
|
+
assists: {
|
|
505
|
+
label: "table.assists.short",
|
|
506
|
+
tooltip: "table.assists.tooltip",
|
|
507
|
+
sortOrders: [{
|
|
508
|
+
target: "assists",
|
|
509
|
+
direction: t
|
|
510
|
+
}, {
|
|
511
|
+
target: "goals",
|
|
512
|
+
direction: t
|
|
513
|
+
}]
|
|
514
|
+
},
|
|
515
|
+
points: {
|
|
516
|
+
label: "table.points.short",
|
|
517
|
+
tooltip: "table.points.tooltip",
|
|
518
|
+
sortOrders: [{
|
|
519
|
+
target: "points",
|
|
520
|
+
direction: t
|
|
521
|
+
}]
|
|
522
|
+
},
|
|
523
|
+
plusMinus: {
|
|
524
|
+
label: "table.plusMinus.short",
|
|
525
|
+
tooltip: "table.plusMinus.tooltip",
|
|
526
|
+
sortOrders: [{
|
|
527
|
+
target: "plusMinus",
|
|
528
|
+
direction: t
|
|
529
|
+
}]
|
|
530
|
+
},
|
|
531
|
+
shots: {
|
|
532
|
+
label: "table.sog.short",
|
|
533
|
+
tooltip: "table.sog.tooltip",
|
|
534
|
+
sortOrders: [{
|
|
535
|
+
target: "shots",
|
|
536
|
+
direction: t
|
|
537
|
+
}]
|
|
538
|
+
},
|
|
539
|
+
shotPercent: {
|
|
540
|
+
label: "table.sogPercent.short",
|
|
541
|
+
tooltip: "table.sogPercent.tooltip",
|
|
542
|
+
sortOrders: [{
|
|
543
|
+
target: "shootPercent",
|
|
544
|
+
direction: t
|
|
545
|
+
}]
|
|
546
|
+
}
|
|
686
547
|
}, c = {
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
548
|
+
index: {
|
|
549
|
+
label: "table.blank",
|
|
550
|
+
class: "text-start"
|
|
551
|
+
},
|
|
552
|
+
playerPortrait: {
|
|
553
|
+
label: "",
|
|
554
|
+
class: "has-avatar"
|
|
555
|
+
},
|
|
556
|
+
name: {
|
|
557
|
+
label: "table.name.short",
|
|
558
|
+
tooltip: "table.name.tooltip",
|
|
559
|
+
class: "text-start w-auto font-bold",
|
|
560
|
+
sortOrders: [{
|
|
561
|
+
target: "name",
|
|
562
|
+
direction: e
|
|
563
|
+
}]
|
|
564
|
+
},
|
|
565
|
+
teamLogo: {
|
|
566
|
+
label: "",
|
|
567
|
+
class: "is-has-image"
|
|
568
|
+
},
|
|
569
|
+
teamName: {
|
|
570
|
+
label: "table.team.short",
|
|
571
|
+
tooltip: "table.team.tooltip",
|
|
572
|
+
class: "text-start w-auto",
|
|
573
|
+
sortOrders: [{
|
|
574
|
+
target: "teamName",
|
|
575
|
+
direction: e
|
|
576
|
+
}]
|
|
577
|
+
},
|
|
578
|
+
gp: {
|
|
579
|
+
label: "table.game.short",
|
|
580
|
+
tooltip: "table.game.tooltip",
|
|
581
|
+
sortOrders: [{
|
|
582
|
+
target: "gp",
|
|
583
|
+
direction: t
|
|
584
|
+
}]
|
|
585
|
+
},
|
|
586
|
+
p2: {
|
|
587
|
+
label: "table.minorPenalties.short",
|
|
588
|
+
tooltip: "table.minorPenalties.tooltip",
|
|
589
|
+
sortOrders: [{
|
|
590
|
+
target: "p2",
|
|
591
|
+
direction: t
|
|
592
|
+
}, {
|
|
593
|
+
target: "pim",
|
|
594
|
+
direction: t
|
|
595
|
+
}]
|
|
596
|
+
},
|
|
597
|
+
p5: {
|
|
598
|
+
label: "table.majorPenalties.short",
|
|
599
|
+
tooltip: "table.majorPenalties.tooltip",
|
|
600
|
+
sortOrders: [{
|
|
601
|
+
target: "p5",
|
|
602
|
+
direction: t
|
|
603
|
+
}, {
|
|
604
|
+
target: "pim",
|
|
605
|
+
direction: t
|
|
606
|
+
}]
|
|
607
|
+
},
|
|
608
|
+
p10: {
|
|
609
|
+
label: "table.misconducts.short",
|
|
610
|
+
tooltip: "table.misconducts.tooltip",
|
|
611
|
+
sortOrders: [{
|
|
612
|
+
target: "p10",
|
|
613
|
+
direction: t
|
|
614
|
+
}, {
|
|
615
|
+
target: "pim",
|
|
616
|
+
direction: t
|
|
617
|
+
}]
|
|
618
|
+
},
|
|
619
|
+
p20: {
|
|
620
|
+
label: "table.gameMisconducts.short",
|
|
621
|
+
tooltip: "table.gameMisconducts.tooltip",
|
|
622
|
+
sortOrders: [{
|
|
623
|
+
target: "p20",
|
|
624
|
+
direction: t
|
|
625
|
+
}, {
|
|
626
|
+
target: "pim",
|
|
627
|
+
direction: t
|
|
628
|
+
}]
|
|
629
|
+
},
|
|
630
|
+
p25: {
|
|
631
|
+
label: "table.matchPenalties.short",
|
|
632
|
+
tooltip: "table.matchPenalties.tooltip",
|
|
633
|
+
sortOrders: [{
|
|
634
|
+
target: "p25",
|
|
635
|
+
direction: t
|
|
636
|
+
}, {
|
|
637
|
+
target: "pim",
|
|
638
|
+
direction: t
|
|
639
|
+
}]
|
|
640
|
+
},
|
|
641
|
+
pim: {
|
|
642
|
+
label: "table.pim.short",
|
|
643
|
+
tooltip: "table.pim.tooltip",
|
|
644
|
+
sortOrders: [{
|
|
645
|
+
target: "pim",
|
|
646
|
+
direction: t
|
|
647
|
+
}]
|
|
648
|
+
}
|
|
649
|
+
}, l = {
|
|
650
|
+
index: {
|
|
651
|
+
label: "#",
|
|
652
|
+
class: "text-start"
|
|
653
|
+
},
|
|
654
|
+
playerPortrait: {
|
|
655
|
+
label: "",
|
|
656
|
+
class: "has-avatar"
|
|
657
|
+
},
|
|
658
|
+
name: {
|
|
659
|
+
label: "table.name.short",
|
|
660
|
+
tooltip: "table.name.tooltip",
|
|
661
|
+
class: "text-start w-auto font-bold",
|
|
662
|
+
sortOrders: [{
|
|
663
|
+
target: "name",
|
|
664
|
+
direction: e
|
|
665
|
+
}]
|
|
666
|
+
},
|
|
667
|
+
teamLogo: {
|
|
668
|
+
label: "",
|
|
669
|
+
class: "is-has-image"
|
|
670
|
+
},
|
|
671
|
+
teamName: {
|
|
672
|
+
label: "table.team.short",
|
|
673
|
+
tooltip: "table.team.tooltip",
|
|
674
|
+
class: "text-start w-auto",
|
|
675
|
+
sortOrders: [{
|
|
676
|
+
target: "teamName",
|
|
677
|
+
direction: e
|
|
678
|
+
}]
|
|
679
|
+
},
|
|
680
|
+
gp: {
|
|
681
|
+
label: "table.game.short",
|
|
682
|
+
tooltip: "table.game.tooltip",
|
|
683
|
+
sortOrders: [{
|
|
684
|
+
target: "gp",
|
|
685
|
+
direction: t
|
|
686
|
+
}]
|
|
687
|
+
},
|
|
688
|
+
toiMin: {
|
|
689
|
+
label: "table.toi.short",
|
|
690
|
+
tooltip: "table.toi.tooltip",
|
|
691
|
+
sortOrders: [{
|
|
692
|
+
target: "toi",
|
|
693
|
+
direction: t
|
|
694
|
+
}]
|
|
695
|
+
},
|
|
696
|
+
atoiMin: {
|
|
697
|
+
label: "table.atoi.short",
|
|
698
|
+
tooltip: "table.atoi.tooltip",
|
|
699
|
+
sortOrders: [{
|
|
700
|
+
target: "atoi",
|
|
701
|
+
direction: t
|
|
702
|
+
}]
|
|
703
|
+
},
|
|
704
|
+
shf: {
|
|
705
|
+
label: "table.shf.short",
|
|
706
|
+
tooltip: "table.shf.tooltip",
|
|
707
|
+
sortOrders: [{
|
|
708
|
+
target: "shf",
|
|
709
|
+
direction: t
|
|
710
|
+
}]
|
|
711
|
+
},
|
|
712
|
+
ashf: {
|
|
713
|
+
label: "table.ashf.short",
|
|
714
|
+
tooltip: "table.ashf.tooltip",
|
|
715
|
+
sortOrders: [{
|
|
716
|
+
target: "ashf",
|
|
717
|
+
direction: t
|
|
718
|
+
}]
|
|
719
|
+
},
|
|
720
|
+
eqToiMin: {
|
|
721
|
+
label: "table.eqToi.short",
|
|
722
|
+
tooltip: "table.eqToi.tooltip",
|
|
723
|
+
sortOrders: [{
|
|
724
|
+
target: "eqToi",
|
|
725
|
+
direction: t
|
|
726
|
+
}]
|
|
727
|
+
},
|
|
728
|
+
pp1ToiMin: {
|
|
729
|
+
label: "table.pp1Toi.short",
|
|
730
|
+
tooltip: "table.pp1Toi.tooltip",
|
|
731
|
+
sortOrders: [{
|
|
732
|
+
target: "pp1Toi",
|
|
733
|
+
direction: t
|
|
734
|
+
}]
|
|
735
|
+
},
|
|
736
|
+
pp2ToiMin: {
|
|
737
|
+
label: "table.pp2Toi.short",
|
|
738
|
+
tooltip: "table.pp2Toi.tooltip",
|
|
739
|
+
sortOrders: [{
|
|
740
|
+
target: "pp2Toi",
|
|
741
|
+
direction: t
|
|
742
|
+
}]
|
|
743
|
+
},
|
|
744
|
+
sh1ToiMin: {
|
|
745
|
+
label: "table.sh1Toi.short",
|
|
746
|
+
tooltip: "table.sh1Toi.tooltip",
|
|
747
|
+
sortOrders: [{
|
|
748
|
+
target: "sh1Toi",
|
|
749
|
+
direction: t
|
|
750
|
+
}]
|
|
751
|
+
},
|
|
752
|
+
sh2ToiMin: {
|
|
753
|
+
label: "table.sh2Toi.short",
|
|
754
|
+
tooltip: "table.sh2Toi.tooltip",
|
|
755
|
+
sortOrders: [{
|
|
756
|
+
target: "sh2Toi",
|
|
757
|
+
direction: t
|
|
758
|
+
}]
|
|
759
|
+
},
|
|
760
|
+
eqAToiMin: {
|
|
761
|
+
label: "table.eqAToi.short",
|
|
762
|
+
tooltip: "table.eqAToi.tooltip",
|
|
763
|
+
sortOrders: [{
|
|
764
|
+
target: "eqAToi",
|
|
765
|
+
direction: t
|
|
766
|
+
}]
|
|
767
|
+
},
|
|
768
|
+
pp1AToiMin: {
|
|
769
|
+
label: "table.pp1AToi.short",
|
|
770
|
+
tooltip: "table.pp1AToi.tooltip",
|
|
771
|
+
sortOrders: [{
|
|
772
|
+
target: "pp1AToi",
|
|
773
|
+
direction: t
|
|
774
|
+
}]
|
|
775
|
+
},
|
|
776
|
+
pp2AToiMin: {
|
|
777
|
+
label: "table.pp2AToi.short",
|
|
778
|
+
tooltip: "table.pp2AToi.tooltip",
|
|
779
|
+
sortOrders: [{
|
|
780
|
+
target: "pp2AToi",
|
|
781
|
+
direction: t
|
|
782
|
+
}]
|
|
783
|
+
},
|
|
784
|
+
sh1AToiMin: {
|
|
785
|
+
label: "table.sh1AToi.short",
|
|
786
|
+
tooltip: "table.sh1AToi.tooltip",
|
|
787
|
+
sortOrders: [{
|
|
788
|
+
target: "sh1AToi",
|
|
789
|
+
direction: t
|
|
790
|
+
}]
|
|
791
|
+
},
|
|
792
|
+
sh2AToiMin: {
|
|
793
|
+
label: "table.sh2AToi.short",
|
|
794
|
+
tooltip: "table.sh2AToi.tooltip",
|
|
795
|
+
sortOrders: [{
|
|
796
|
+
target: "sh2AToi",
|
|
797
|
+
direction: t
|
|
798
|
+
}]
|
|
799
|
+
}
|
|
800
|
+
}, u = {
|
|
801
|
+
index: {
|
|
802
|
+
label: "table.blank",
|
|
803
|
+
class: "text-start"
|
|
804
|
+
},
|
|
805
|
+
playerPortrait: {
|
|
806
|
+
label: "",
|
|
807
|
+
class: "has-avatar"
|
|
808
|
+
},
|
|
809
|
+
name: {
|
|
810
|
+
label: "table.name.short",
|
|
811
|
+
tooltip: "table.name.tooltip",
|
|
812
|
+
class: "text-start w-auto font-bold",
|
|
813
|
+
sortOrders: [{
|
|
814
|
+
target: "name",
|
|
815
|
+
direction: e
|
|
816
|
+
}]
|
|
817
|
+
},
|
|
818
|
+
teamLogo: {
|
|
819
|
+
label: "",
|
|
820
|
+
class: "is-has-image"
|
|
821
|
+
},
|
|
822
|
+
teamName: {
|
|
823
|
+
label: "table.team.short",
|
|
824
|
+
tooltip: "table.team.tooltip",
|
|
825
|
+
class: "text-start w-auto",
|
|
826
|
+
sortOrders: [{
|
|
827
|
+
target: "teamName",
|
|
828
|
+
direction: e
|
|
829
|
+
}]
|
|
830
|
+
},
|
|
831
|
+
gkd: {
|
|
832
|
+
label: "table.gpgk.short",
|
|
833
|
+
tooltip: "table.gpgk.tooltip",
|
|
834
|
+
sortOrders: [{
|
|
835
|
+
target: "gkd",
|
|
836
|
+
direction: t
|
|
837
|
+
}]
|
|
838
|
+
},
|
|
839
|
+
gpi: {
|
|
840
|
+
label: "table.gpi.short",
|
|
841
|
+
tooltip: "table.gpi.tooltip",
|
|
842
|
+
sortOrders: [{
|
|
843
|
+
target: "gpi",
|
|
844
|
+
direction: t
|
|
845
|
+
}]
|
|
846
|
+
},
|
|
847
|
+
so: {
|
|
848
|
+
label: "table.so.short",
|
|
849
|
+
tooltip: "table.so.tooltip",
|
|
850
|
+
sortOrders: [{
|
|
851
|
+
target: "so",
|
|
852
|
+
direction: t
|
|
853
|
+
}]
|
|
854
|
+
},
|
|
855
|
+
mipMin: {
|
|
856
|
+
label: "table.toi.short",
|
|
857
|
+
tooltip: "table.toi.tooltip",
|
|
858
|
+
sortOrders: [{
|
|
859
|
+
target: "mip",
|
|
860
|
+
direction: t
|
|
861
|
+
}]
|
|
862
|
+
},
|
|
863
|
+
mipPercent: {
|
|
864
|
+
label: "table.toiPercent.short",
|
|
865
|
+
tooltip: "table.toiPercent.tooltip",
|
|
866
|
+
sortOrders: [{
|
|
867
|
+
target: "mipPercent",
|
|
868
|
+
direction: t
|
|
869
|
+
}]
|
|
870
|
+
},
|
|
871
|
+
ga: {
|
|
872
|
+
label: "table.ga.short",
|
|
873
|
+
tooltip: "table.ga.tooltip",
|
|
874
|
+
sortOrders: [{
|
|
875
|
+
target: "ga",
|
|
876
|
+
direction: t
|
|
877
|
+
}]
|
|
878
|
+
},
|
|
879
|
+
gaa: {
|
|
880
|
+
label: "table.gaa.short",
|
|
881
|
+
tooltip: "table.gaa.tooltip",
|
|
882
|
+
sortOrders: [{
|
|
883
|
+
target: "gaa",
|
|
884
|
+
direction: t
|
|
885
|
+
}]
|
|
886
|
+
},
|
|
887
|
+
sog: {
|
|
888
|
+
label: "table.sa.short",
|
|
889
|
+
tooltip: "table.sa.tooltip",
|
|
890
|
+
sortOrders: [{
|
|
891
|
+
target: "sog",
|
|
892
|
+
direction: t
|
|
893
|
+
}]
|
|
894
|
+
},
|
|
895
|
+
svs: {
|
|
896
|
+
label: "table.svs.short",
|
|
897
|
+
tooltip: "table.svs.tooltip",
|
|
898
|
+
sortOrders: [{
|
|
899
|
+
target: "svs",
|
|
900
|
+
direction: t
|
|
901
|
+
}]
|
|
902
|
+
},
|
|
903
|
+
svsPercent: {
|
|
904
|
+
label: "table.svsPercent.short",
|
|
905
|
+
tooltip: "table.svsPercent.tooltip",
|
|
906
|
+
sortOrders: [{
|
|
907
|
+
target: "svsPercent",
|
|
908
|
+
direction: t
|
|
909
|
+
}]
|
|
910
|
+
}
|
|
911
|
+
}, d = {
|
|
912
|
+
index: {
|
|
913
|
+
label: "#",
|
|
914
|
+
class: "text-start"
|
|
915
|
+
},
|
|
916
|
+
playerPortrait: {
|
|
917
|
+
label: "",
|
|
918
|
+
class: "has-avatar"
|
|
919
|
+
},
|
|
920
|
+
name: {
|
|
921
|
+
label: "table.name.short",
|
|
922
|
+
tooltip: "table.name.tooltip",
|
|
923
|
+
class: "text-start w-auto font-bold",
|
|
924
|
+
sortOrders: [{
|
|
925
|
+
target: "name",
|
|
926
|
+
direction: e
|
|
927
|
+
}]
|
|
928
|
+
},
|
|
929
|
+
gp: {
|
|
930
|
+
label: "table.game.short",
|
|
931
|
+
tooltip: "table.game.tooltip",
|
|
932
|
+
sortOrders: [{
|
|
933
|
+
target: "gp",
|
|
934
|
+
direction: t
|
|
935
|
+
}]
|
|
936
|
+
},
|
|
937
|
+
goals: {
|
|
938
|
+
label: "table.goals.short",
|
|
939
|
+
tooltip: "table.goals.tooltip",
|
|
940
|
+
sortOrders: [{
|
|
941
|
+
target: "goals",
|
|
942
|
+
direction: t
|
|
943
|
+
}, {
|
|
944
|
+
target: "assists",
|
|
945
|
+
direction: t
|
|
946
|
+
}]
|
|
947
|
+
},
|
|
948
|
+
assist: {
|
|
949
|
+
label: "table.assists.short",
|
|
950
|
+
tooltip: "table.assists.tooltip",
|
|
951
|
+
sortOrders: [{
|
|
952
|
+
target: "assist",
|
|
953
|
+
direction: t
|
|
954
|
+
}, {
|
|
955
|
+
target: "goals",
|
|
956
|
+
direction: t
|
|
957
|
+
}]
|
|
958
|
+
},
|
|
959
|
+
points: {
|
|
960
|
+
label: "table.points.short",
|
|
961
|
+
tooltip: "table.points.tooltip",
|
|
962
|
+
sortOrders: [{
|
|
963
|
+
target: "points",
|
|
964
|
+
direction: t
|
|
965
|
+
}]
|
|
966
|
+
}
|
|
967
|
+
}, f = {
|
|
968
|
+
index: {
|
|
969
|
+
label: "table.blank",
|
|
970
|
+
class: "text-start"
|
|
971
|
+
},
|
|
972
|
+
teamLogo: {
|
|
973
|
+
label: "",
|
|
974
|
+
class: "is-has-image"
|
|
975
|
+
},
|
|
976
|
+
teamName: {
|
|
977
|
+
label: "table.team.short",
|
|
978
|
+
tooltip: "table.team.tooltip",
|
|
979
|
+
class: "text-start w-auto font-bold",
|
|
980
|
+
sortOrders: [{
|
|
981
|
+
target: "teamName",
|
|
982
|
+
direction: e
|
|
983
|
+
}]
|
|
984
|
+
},
|
|
985
|
+
home: { label: "table.homeHeader.short" },
|
|
986
|
+
homeGame: {
|
|
987
|
+
label: "table.homeGame.short",
|
|
988
|
+
tooltip: "table.homeGame.tooltip",
|
|
989
|
+
sortOrders: [{
|
|
990
|
+
target: "homeGame",
|
|
991
|
+
direction: t
|
|
992
|
+
}]
|
|
993
|
+
},
|
|
994
|
+
homeAttendance: {
|
|
995
|
+
label: "table.homeAttendance.short",
|
|
996
|
+
tooltip: "table.homeAttendance.tooltip",
|
|
997
|
+
sortOrders: [{
|
|
998
|
+
target: "homeAttendance",
|
|
999
|
+
direction: t
|
|
1000
|
+
}]
|
|
1001
|
+
},
|
|
1002
|
+
homeAttendanceAvg: {
|
|
1003
|
+
label: "table.homeAttendanceAvg.short",
|
|
1004
|
+
tooltip: "table.homeAttendanceAvg.tooltip",
|
|
1005
|
+
sortOrders: [{
|
|
1006
|
+
target: "homeAttendanceAvg",
|
|
1007
|
+
direction: t
|
|
1008
|
+
}]
|
|
1009
|
+
},
|
|
1010
|
+
away: { label: "table.awayHeader.short" },
|
|
1011
|
+
awayGame: {
|
|
1012
|
+
label: "table.awayGame.short",
|
|
1013
|
+
tooltip: "table.awayGame.tooltip",
|
|
1014
|
+
sortOrders: [{
|
|
1015
|
+
target: "awayGame",
|
|
1016
|
+
direction: t
|
|
1017
|
+
}]
|
|
1018
|
+
},
|
|
1019
|
+
awayAttendance: {
|
|
1020
|
+
label: "table.awayAttendance.short",
|
|
1021
|
+
tooltip: "table.awayAttendance.tooltip",
|
|
1022
|
+
sortOrders: [{
|
|
1023
|
+
target: "awayAttendance",
|
|
1024
|
+
direction: t
|
|
1025
|
+
}]
|
|
1026
|
+
},
|
|
1027
|
+
awayAttendanceAvg: {
|
|
1028
|
+
label: "table.awayAttendanceAvg.short",
|
|
1029
|
+
tooltip: "table.awayAttendanceAvg.tooltip",
|
|
1030
|
+
sortOrders: [{
|
|
1031
|
+
target: "awayAttendanceAvg",
|
|
1032
|
+
direction: t
|
|
1033
|
+
}]
|
|
1034
|
+
},
|
|
1035
|
+
total: { label: "table.totalHeader.short" },
|
|
1036
|
+
totalGame: {
|
|
1037
|
+
label: "table.totalGame.short",
|
|
1038
|
+
tooltip: "table.totalGame.tooltip",
|
|
1039
|
+
sortOrders: [{
|
|
1040
|
+
target: "totalGame",
|
|
1041
|
+
direction: t
|
|
1042
|
+
}]
|
|
1043
|
+
},
|
|
1044
|
+
totalAttendance: {
|
|
1045
|
+
label: "table.totalAttendance.short",
|
|
1046
|
+
tooltip: "table.totalAttendance.tooltip",
|
|
1047
|
+
sortOrders: [{
|
|
1048
|
+
target: "totalAttendance",
|
|
1049
|
+
direction: t
|
|
1050
|
+
}]
|
|
1051
|
+
},
|
|
1052
|
+
totalAttendanceAvg: {
|
|
1053
|
+
label: "table.totalAttendanceAvg.short",
|
|
1054
|
+
tooltip: "table.totalAttendanceAvg.tooltip",
|
|
1055
|
+
sortOrders: [{
|
|
1056
|
+
target: "totalAttendanceAvg",
|
|
1057
|
+
direction: t
|
|
1058
|
+
}]
|
|
1059
|
+
}
|
|
1060
|
+
}, p = {
|
|
1061
|
+
index: {
|
|
1062
|
+
label: "table.blank",
|
|
1063
|
+
class: "text-start"
|
|
1064
|
+
},
|
|
1065
|
+
teamLogo: {
|
|
1066
|
+
label: "",
|
|
1067
|
+
class: "is-has-image"
|
|
1068
|
+
},
|
|
1069
|
+
teamName: {
|
|
1070
|
+
label: "table.team.short",
|
|
1071
|
+
tooltip: "table.team.tooltip",
|
|
1072
|
+
class: "text-start w-auto font-bold",
|
|
1073
|
+
sortOrders: [{
|
|
1074
|
+
target: "teamName",
|
|
1075
|
+
direction: e
|
|
1076
|
+
}]
|
|
1077
|
+
},
|
|
1078
|
+
gp: {
|
|
1079
|
+
label: "table.game.short",
|
|
1080
|
+
tooltip: "table.game.tooltip",
|
|
1081
|
+
sortOrders: [{
|
|
1082
|
+
target: "gp",
|
|
1083
|
+
direction: t
|
|
1084
|
+
}]
|
|
1085
|
+
},
|
|
1086
|
+
p2: {
|
|
1087
|
+
label: "table.minorPenalties.short",
|
|
1088
|
+
tooltip: "table.minorPenalties.tooltip",
|
|
1089
|
+
sortOrders: [{
|
|
1090
|
+
target: "p2",
|
|
1091
|
+
direction: t
|
|
1092
|
+
}, {
|
|
1093
|
+
target: "pim",
|
|
1094
|
+
direction: t
|
|
1095
|
+
}]
|
|
1096
|
+
},
|
|
1097
|
+
p5: {
|
|
1098
|
+
label: "table.majorPenalties.short",
|
|
1099
|
+
tooltip: "table.majorPenalties.tooltip",
|
|
1100
|
+
sortOrders: [{
|
|
1101
|
+
target: "p5",
|
|
1102
|
+
direction: t
|
|
1103
|
+
}, {
|
|
1104
|
+
target: "pim",
|
|
1105
|
+
direction: t
|
|
1106
|
+
}]
|
|
1107
|
+
},
|
|
1108
|
+
p10: {
|
|
1109
|
+
label: "table.misconducts.short",
|
|
1110
|
+
tooltip: "table.misconducts.tooltip",
|
|
1111
|
+
sortOrders: [{
|
|
1112
|
+
target: "p10",
|
|
1113
|
+
direction: t
|
|
1114
|
+
}, {
|
|
1115
|
+
target: "pim",
|
|
1116
|
+
direction: t
|
|
1117
|
+
}]
|
|
1118
|
+
},
|
|
1119
|
+
p20: {
|
|
1120
|
+
label: "table.gameMisconducts.short",
|
|
1121
|
+
tooltip: "table.gameMisconducts.tooltip",
|
|
1122
|
+
sortOrders: [{
|
|
1123
|
+
target: "p20",
|
|
1124
|
+
direction: t
|
|
1125
|
+
}, {
|
|
1126
|
+
target: "pim",
|
|
1127
|
+
direction: t
|
|
1128
|
+
}]
|
|
1129
|
+
},
|
|
1130
|
+
p25: {
|
|
1131
|
+
label: "table.matchPenalties.short",
|
|
1132
|
+
tooltip: "table.matchPenalties.tooltip",
|
|
1133
|
+
sortOrders: [{
|
|
1134
|
+
target: "p25",
|
|
1135
|
+
direction: t
|
|
1136
|
+
}, {
|
|
1137
|
+
target: "pim",
|
|
1138
|
+
direction: t
|
|
1139
|
+
}]
|
|
1140
|
+
},
|
|
1141
|
+
pimPerGame: {
|
|
1142
|
+
label: "table.pimPerGame.short",
|
|
1143
|
+
tooltip: "table.pimPerGame.tooltip",
|
|
1144
|
+
sortOrders: [{
|
|
1145
|
+
target: "pimPerGame",
|
|
1146
|
+
direction: t
|
|
1147
|
+
}]
|
|
1148
|
+
},
|
|
1149
|
+
pim: {
|
|
1150
|
+
label: "table.pim.short",
|
|
1151
|
+
tooltip: "table.pim.tooltip",
|
|
1152
|
+
sortOrders: [{
|
|
1153
|
+
target: "pim",
|
|
1154
|
+
direction: t
|
|
1155
|
+
}]
|
|
1156
|
+
}
|
|
755
1157
|
}, m = {
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
1158
|
+
index: {
|
|
1159
|
+
label: "table.blank",
|
|
1160
|
+
class: "text-start"
|
|
1161
|
+
},
|
|
1162
|
+
teamLogo: {
|
|
1163
|
+
label: "",
|
|
1164
|
+
class: "is-has-image"
|
|
1165
|
+
},
|
|
1166
|
+
teamName: {
|
|
1167
|
+
label: "table.team.short",
|
|
1168
|
+
tooltip: "table.team.tooltip",
|
|
1169
|
+
class: "text-start w-auto font-bold",
|
|
1170
|
+
sortOrders: [{
|
|
1171
|
+
target: "teamName",
|
|
1172
|
+
direction: e
|
|
1173
|
+
}]
|
|
1174
|
+
},
|
|
1175
|
+
gp: {
|
|
1176
|
+
label: "table.game.short",
|
|
1177
|
+
tooltip: "table.game.tooltip",
|
|
1178
|
+
sortOrders: [{
|
|
1179
|
+
target: "gp",
|
|
1180
|
+
direction: t
|
|
1181
|
+
}]
|
|
1182
|
+
},
|
|
1183
|
+
dvg: {
|
|
1184
|
+
label: "table.powerplayDisadvantages.short",
|
|
1185
|
+
tooltip: "table.powerplayDisadvantages.tooltip",
|
|
1186
|
+
sortOrders: [{
|
|
1187
|
+
target: "dvg",
|
|
1188
|
+
direction: t
|
|
1189
|
+
}]
|
|
1190
|
+
},
|
|
1191
|
+
dvgTimeMin: {
|
|
1192
|
+
label: "table.dvgTime.short",
|
|
1193
|
+
tooltip: "table.dvgTime.tooltip",
|
|
1194
|
+
sortOrders: [{
|
|
1195
|
+
target: "dvgTime",
|
|
1196
|
+
direction: t
|
|
1197
|
+
}]
|
|
1198
|
+
},
|
|
1199
|
+
dvgTimePP1Min: {
|
|
1200
|
+
label: "table.dvgTimePP1.short",
|
|
1201
|
+
tooltip: "table.dvgTimePP1.tooltip",
|
|
1202
|
+
sortOrders: [{
|
|
1203
|
+
target: "dvgTimePP1",
|
|
1204
|
+
direction: t
|
|
1205
|
+
}]
|
|
1206
|
+
},
|
|
1207
|
+
dvgTimePP2Min: {
|
|
1208
|
+
label: "table.dvgTimePP2.short",
|
|
1209
|
+
tooltip: "table.dvgTimePP2.tooltip",
|
|
1210
|
+
sortOrders: [{
|
|
1211
|
+
target: "dvgTimePP2",
|
|
1212
|
+
direction: t
|
|
1213
|
+
}]
|
|
1214
|
+
},
|
|
1215
|
+
ppga: {
|
|
1216
|
+
label: "table.ppga.short",
|
|
1217
|
+
tooltip: "table.ppga.tooltip",
|
|
1218
|
+
sortOrders: [{
|
|
1219
|
+
target: "ppga",
|
|
1220
|
+
direction: t
|
|
1221
|
+
}]
|
|
1222
|
+
},
|
|
1223
|
+
shgf: {
|
|
1224
|
+
label: "table.shgf.short",
|
|
1225
|
+
tooltip: "table.shgf.tooltip",
|
|
1226
|
+
sortOrders: [{
|
|
1227
|
+
target: "shgf",
|
|
1228
|
+
direction: t
|
|
1229
|
+
}]
|
|
1230
|
+
},
|
|
1231
|
+
pkPercent: {
|
|
1232
|
+
label: "table.pkPercent.short",
|
|
1233
|
+
tooltip: "table.pkPercent.tooltip",
|
|
1234
|
+
sortOrders: [{
|
|
1235
|
+
target: "pkPercent",
|
|
1236
|
+
direction: t
|
|
1237
|
+
}]
|
|
1238
|
+
}
|
|
825
1239
|
}, h = {
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
P as COLUMNS_SCORING_EFFICIENCY,
|
|
1014
|
-
s as COLUMNS_STANDINGS_P_2,
|
|
1015
|
-
l as COLUMNS_STANDINGS_P_3,
|
|
1016
|
-
r as COLUMNS_STANDINGS_P_PER,
|
|
1017
|
-
i as COLUMNS_STANDINGS_SHORT,
|
|
1018
|
-
m as COLUMNS_TEAMS_FAIRPLAY,
|
|
1019
|
-
h as COLUMNS_TEAMS_PENALTY_KILLING,
|
|
1020
|
-
O as COLUMNS_TEAMS_POWERPLAY,
|
|
1021
|
-
c as COLUMNS_TEAM_ATTENDANCE
|
|
1240
|
+
index: {
|
|
1241
|
+
label: "table.blank",
|
|
1242
|
+
class: "text-start"
|
|
1243
|
+
},
|
|
1244
|
+
teamLogo: {
|
|
1245
|
+
label: "",
|
|
1246
|
+
class: "is-has-image"
|
|
1247
|
+
},
|
|
1248
|
+
teamName: {
|
|
1249
|
+
label: "table.team.short",
|
|
1250
|
+
tooltip: "table.team.tooltip",
|
|
1251
|
+
class: "text-start w-auto font-bold",
|
|
1252
|
+
sortOrders: [{
|
|
1253
|
+
target: "teamName",
|
|
1254
|
+
direction: e
|
|
1255
|
+
}]
|
|
1256
|
+
},
|
|
1257
|
+
gp: {
|
|
1258
|
+
label: "table.game.short",
|
|
1259
|
+
tooltip: "table.game.tooltip",
|
|
1260
|
+
sortOrders: [{
|
|
1261
|
+
target: "gp",
|
|
1262
|
+
direction: t
|
|
1263
|
+
}]
|
|
1264
|
+
},
|
|
1265
|
+
adv: {
|
|
1266
|
+
label: "table.adv.short",
|
|
1267
|
+
tooltip: "table.adv.tooltip",
|
|
1268
|
+
sortOrders: [{
|
|
1269
|
+
target: "adv",
|
|
1270
|
+
direction: t
|
|
1271
|
+
}]
|
|
1272
|
+
},
|
|
1273
|
+
advTimeMin: {
|
|
1274
|
+
label: "table.advTime.short",
|
|
1275
|
+
tooltip: "table.advTime.tooltip",
|
|
1276
|
+
sortOrders: [{
|
|
1277
|
+
target: "advTime",
|
|
1278
|
+
direction: t
|
|
1279
|
+
}]
|
|
1280
|
+
},
|
|
1281
|
+
advTimePP1Min: {
|
|
1282
|
+
label: "table.advTimePP1.short",
|
|
1283
|
+
tooltip: "table.advTimePP1.tooltip",
|
|
1284
|
+
sortOrders: [{
|
|
1285
|
+
target: "advTimePP1",
|
|
1286
|
+
direction: t
|
|
1287
|
+
}]
|
|
1288
|
+
},
|
|
1289
|
+
advTimePP2Min: {
|
|
1290
|
+
label: "table.advTimePP2.short",
|
|
1291
|
+
tooltip: "table.advTimePP2.tooltip",
|
|
1292
|
+
sortOrders: [{
|
|
1293
|
+
target: "advTimePP2",
|
|
1294
|
+
direction: t
|
|
1295
|
+
}]
|
|
1296
|
+
},
|
|
1297
|
+
ppgf: {
|
|
1298
|
+
label: "table.ppgf.short",
|
|
1299
|
+
tooltip: "table.ppgf.tooltip",
|
|
1300
|
+
sortOrders: [{
|
|
1301
|
+
target: "ppgf",
|
|
1302
|
+
direction: t
|
|
1303
|
+
}]
|
|
1304
|
+
},
|
|
1305
|
+
shga: {
|
|
1306
|
+
label: "table.shga.short",
|
|
1307
|
+
tooltip: "table.shga.tooltip",
|
|
1308
|
+
sortOrders: [{
|
|
1309
|
+
target: "shga",
|
|
1310
|
+
direction: t
|
|
1311
|
+
}]
|
|
1312
|
+
},
|
|
1313
|
+
ppPercent: {
|
|
1314
|
+
label: "table.ppPercent.short",
|
|
1315
|
+
tooltip: "table.ppPercent.tooltip",
|
|
1316
|
+
sortOrders: [{
|
|
1317
|
+
target: "ppPercent",
|
|
1318
|
+
direction: t
|
|
1319
|
+
}]
|
|
1320
|
+
}
|
|
1321
|
+
}, g = {
|
|
1322
|
+
index: {
|
|
1323
|
+
label: "table.blank",
|
|
1324
|
+
class: "text-start"
|
|
1325
|
+
},
|
|
1326
|
+
teamLogo: {
|
|
1327
|
+
label: "",
|
|
1328
|
+
class: "is-has-image"
|
|
1329
|
+
},
|
|
1330
|
+
teamName: {
|
|
1331
|
+
label: "table.team.short",
|
|
1332
|
+
tooltip: "table.team.tooltip",
|
|
1333
|
+
class: "text-start w-auto font-bold",
|
|
1334
|
+
sortOrders: [{
|
|
1335
|
+
target: "teamName",
|
|
1336
|
+
direction: e
|
|
1337
|
+
}]
|
|
1338
|
+
},
|
|
1339
|
+
gp: {
|
|
1340
|
+
label: "table.game.short",
|
|
1341
|
+
tooltip: "table.game.tooltip",
|
|
1342
|
+
sortOrders: [{
|
|
1343
|
+
target: "gp",
|
|
1344
|
+
direction: t
|
|
1345
|
+
}]
|
|
1346
|
+
},
|
|
1347
|
+
gf: {
|
|
1348
|
+
label: "table.goalFor.short",
|
|
1349
|
+
tooltip: "table.goalFor.tooltip",
|
|
1350
|
+
sortOrders: [{
|
|
1351
|
+
target: "gf",
|
|
1352
|
+
direction: t
|
|
1353
|
+
}]
|
|
1354
|
+
},
|
|
1355
|
+
ga: {
|
|
1356
|
+
label: "table.goalAgainst.short",
|
|
1357
|
+
tooltip: "table.goalAgainst.tooltip",
|
|
1358
|
+
sortOrders: [{
|
|
1359
|
+
target: "ga",
|
|
1360
|
+
direction: e
|
|
1361
|
+
}]
|
|
1362
|
+
},
|
|
1363
|
+
gd: {
|
|
1364
|
+
label: "table.goalDiff.short",
|
|
1365
|
+
tooltip: "table.goalDiff.tooltip",
|
|
1366
|
+
sortOrders: [{
|
|
1367
|
+
target: "gd",
|
|
1368
|
+
direction: t
|
|
1369
|
+
}]
|
|
1370
|
+
},
|
|
1371
|
+
gfPerGp: {
|
|
1372
|
+
label: "table.gfgp.short",
|
|
1373
|
+
tooltip: "table.gfgp.tooltip",
|
|
1374
|
+
sortOrders: [{
|
|
1375
|
+
target: "gfPerGp",
|
|
1376
|
+
direction: t
|
|
1377
|
+
}]
|
|
1378
|
+
},
|
|
1379
|
+
gaPerGp: {
|
|
1380
|
+
label: "table.gagp.short",
|
|
1381
|
+
tooltip: "table.gagp.tooltip",
|
|
1382
|
+
sortOrders: [{
|
|
1383
|
+
target: "gaPerGp",
|
|
1384
|
+
direction: e
|
|
1385
|
+
}]
|
|
1386
|
+
},
|
|
1387
|
+
s: {
|
|
1388
|
+
label: "table.sog.short",
|
|
1389
|
+
tooltip: "table.sog.tooltip",
|
|
1390
|
+
sortOrders: [{
|
|
1391
|
+
target: "s",
|
|
1392
|
+
direction: t
|
|
1393
|
+
}]
|
|
1394
|
+
},
|
|
1395
|
+
sa: {
|
|
1396
|
+
label: "table.sa.short",
|
|
1397
|
+
tooltip: "table.sa.tooltip",
|
|
1398
|
+
sortOrders: [{
|
|
1399
|
+
target: "sa",
|
|
1400
|
+
direction: e
|
|
1401
|
+
}]
|
|
1402
|
+
},
|
|
1403
|
+
shotsPerGp: {
|
|
1404
|
+
label: "table.sogp.short",
|
|
1405
|
+
tooltip: "table.sogp.tooltip",
|
|
1406
|
+
sortOrders: [{
|
|
1407
|
+
target: "shotsPerGp",
|
|
1408
|
+
direction: t
|
|
1409
|
+
}]
|
|
1410
|
+
},
|
|
1411
|
+
saPerGp: {
|
|
1412
|
+
label: "table.sagp.short",
|
|
1413
|
+
tooltip: "table.sagp.tooltip",
|
|
1414
|
+
sortOrders: [{
|
|
1415
|
+
target: "shotsPerGp",
|
|
1416
|
+
direction: e
|
|
1417
|
+
}]
|
|
1418
|
+
},
|
|
1419
|
+
sp: {
|
|
1420
|
+
label: "table.sogPercent.short",
|
|
1421
|
+
tooltip: "table.sogPercent.tooltip",
|
|
1422
|
+
sortOrders: [{
|
|
1423
|
+
target: "sp",
|
|
1424
|
+
direction: t
|
|
1425
|
+
}]
|
|
1426
|
+
}
|
|
1022
1427
|
};
|
|
1428
|
+
//#endregion
|
|
1429
|
+
export { s as COLUMNS_FIELD_PLAYERS, c as COLUMNS_FIELD_PLAYERS_PENALTY, l as COLUMNS_FIELD_PLAYERS_TOI, u as COLUMNS_GOALIES, d as COLUMNS_PLAYERS_NATIONAL, n as COLUMNS_SCHEDULE, g as COLUMNS_SCORING_EFFICIENCY, a as COLUMNS_STANDINGS_P_2, r as COLUMNS_STANDINGS_P_3, i as COLUMNS_STANDINGS_P_PER, o as COLUMNS_STANDINGS_SHORT, p as COLUMNS_TEAMS_FAIRPLAY, m as COLUMNS_TEAMS_PENALTY_KILLING, h as COLUMNS_TEAMS_POWERPLAY, f as COLUMNS_TEAM_ATTENDANCE };
|