@mjsz-vbr-elements/core 2.4.2 → 2.5.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * name: @mjsz-vbr-elements/core
3
- * version: v2.4.2 - 04/09/2024, 16:18:51
3
+ * version: v2.5.0 - 12/09/2024, 10:12:25
4
4
  * (c) 2024
5
5
  * description: Data visualization for MJSZ VBR
6
6
  * author: Ákos Stegner <akos.stegner@gmail.com>
@@ -140,7 +140,7 @@ const a = {
140
140
  { target: "gf", direction: t }
141
141
  ]
142
142
  }
143
- }, r = {
143
+ }, i = {
144
144
  index: {
145
145
  label: "#",
146
146
  class: "is-text-left"
@@ -202,7 +202,7 @@ const a = {
202
202
  class: "is-text-bold",
203
203
  sortOrders: [{ target: "points", direction: t }]
204
204
  }
205
- }, i = {
205
+ }, r = {
206
206
  index: {
207
207
  label: "#",
208
208
  class: "is-text-left"
@@ -344,6 +344,106 @@ const a = {
344
344
  sortOrders: [{ target: "pim", direction: t }]
345
345
  }
346
346
  }, b = {
347
+ index: {
348
+ label: "#",
349
+ class: "is-text-left"
350
+ },
351
+ playerPortrait: {
352
+ label: "",
353
+ class: "is-has-image"
354
+ },
355
+ name: {
356
+ label: "table.name.short",
357
+ tooltip: "table.name.tooltip",
358
+ class: "is-text-left is-w-auto is-text-bold",
359
+ sortOrders: [{ target: "name", direction: e }]
360
+ },
361
+ teamLogo: {
362
+ label: "",
363
+ class: "is-has-image"
364
+ },
365
+ teamName: {
366
+ label: "table.team.short",
367
+ tooltip: "table.team.tooltip",
368
+ class: "is-text-left is-w-auto",
369
+ sortOrders: [{ target: "teamName", direction: e }]
370
+ },
371
+ gp: {
372
+ label: "table.game.short",
373
+ tooltip: "table.game.tooltip",
374
+ sortOrders: [{ target: "gp", direction: t }]
375
+ },
376
+ toiMin: {
377
+ label: "table.toi.short",
378
+ tooltip: "table.toi.tooltip",
379
+ sortOrders: [{ target: "toi", direction: t }]
380
+ },
381
+ atoiMin: {
382
+ label: "table.atoi.short",
383
+ tooltip: "table.atoi.tooltip",
384
+ sortOrders: [{ target: "atoi", direction: t }]
385
+ },
386
+ shf: {
387
+ label: "table.shf.short",
388
+ tooltip: "table.shf.tooltip",
389
+ sortOrders: [{ target: "shf", direction: t }]
390
+ },
391
+ ashf: {
392
+ label: "table.ashf.short",
393
+ tooltip: "table.ashf.tooltip",
394
+ sortOrders: [{ target: "ashf", direction: t }]
395
+ },
396
+ eqToiMin: {
397
+ label: "table.eqToi.short",
398
+ tooltip: "table.eqToi.tooltip",
399
+ sortOrders: [{ target: "eqToi", direction: t }]
400
+ },
401
+ pp1ToiMin: {
402
+ label: "table.pp1Toi.short",
403
+ tooltip: "table.pp1Toi.tooltip",
404
+ sortOrders: [{ target: "pp1Toi", direction: t }]
405
+ },
406
+ pp2ToiMin: {
407
+ label: "table.pp2Toi.short",
408
+ tooltip: "table.pp2Toi.tooltip",
409
+ sortOrders: [{ target: "pp2Toi", direction: t }]
410
+ },
411
+ sh1ToiMin: {
412
+ label: "table.sh1Toi.short",
413
+ tooltip: "table.sh1Toi.tooltip",
414
+ sortOrders: [{ target: "sh1Toi", direction: t }]
415
+ },
416
+ sh2ToiMin: {
417
+ label: "table.sh2Toi.short",
418
+ tooltip: "table.sh2Toi.tooltip",
419
+ sortOrders: [{ target: "sh2Toi", direction: t }]
420
+ },
421
+ eqAToiMin: {
422
+ label: "table.eqAToi.short",
423
+ tooltip: "table.eqAToi.tooltip",
424
+ sortOrders: [{ target: "eqAToi", direction: t }]
425
+ },
426
+ pp1AToiMin: {
427
+ label: "table.pp1AToi.short",
428
+ tooltip: "table.pp1AToi.tooltip",
429
+ sortOrders: [{ target: "pp1AToi", direction: t }]
430
+ },
431
+ pp2AToiMin: {
432
+ label: "table.pp2AToi.short",
433
+ tooltip: "table.pp2AToi.tooltip",
434
+ sortOrders: [{ target: "pp2AToi", direction: t }]
435
+ },
436
+ sh1AToiMin: {
437
+ label: "table.sh1AToi.short",
438
+ tooltip: "table.sh1AToi.tooltip",
439
+ sortOrders: [{ target: "sh1AToi", direction: t }]
440
+ },
441
+ sh2AToiMin: {
442
+ label: "table.sh2AToi.short",
443
+ tooltip: "table.sh2AToi.tooltip",
444
+ sortOrders: [{ target: "sh2AToi", direction: t }]
445
+ }
446
+ }, p = {
347
447
  index: {
348
448
  label: "table.blank",
349
449
  class: "is-text-left"
@@ -413,7 +513,7 @@ const a = {
413
513
  tooltip: "table.svsPercent.tooltip",
414
514
  sortOrders: [{ target: "svsPercent", direction: t }]
415
515
  }
416
- }, p = {
516
+ }, d = {
417
517
  index: {
418
518
  label: "table.blank",
419
519
  class: "is-text-left"
@@ -552,7 +652,7 @@ const a = {
552
652
  tooltip: "table.pim.tooltip",
553
653
  sortOrders: [{ target: "pim", direction: t }]
554
654
  }
555
- }, d = {
655
+ }, n = {
556
656
  index: {
557
657
  label: "table.blank",
558
658
  class: "is-text-left"
@@ -607,7 +707,7 @@ const a = {
607
707
  tooltip: "table.pkPercent.tooltip",
608
708
  sortOrders: [{ target: "pkPercent", direction: t }]
609
709
  }
610
- }, n = {
710
+ }, c = {
611
711
  index: {
612
712
  label: "table.blank",
613
713
  class: "is-text-left"
@@ -734,15 +834,16 @@ const a = {
734
834
  }
735
835
  };
736
836
  export {
737
- i as COLUMNS_FIELD_PLAYERS,
837
+ r as COLUMNS_FIELD_PLAYERS,
738
838
  s as COLUMNS_FIELD_PLAYERS_PENALTY,
739
- b as COLUMNS_GOALIES,
839
+ b as COLUMNS_FIELD_PLAYERS_TOI,
840
+ p as COLUMNS_GOALIES,
740
841
  a as COLUMNS_SCHEDULE,
741
842
  m as COLUMNS_SCORING_EFFICIENCY,
742
- r as COLUMNS_STANDINGS_P_2,
843
+ i as COLUMNS_STANDINGS_P_2,
743
844
  l as COLUMNS_STANDINGS_P_3,
744
845
  g as COLUMNS_TEAMS_FAIRPLAY,
745
- d as COLUMNS_TEAMS_PENALTY_KILLING,
746
- n as COLUMNS_TEAMS_POWERPLAY,
747
- p as COLUMNS_TEAM_ATTENDANCE
846
+ n as COLUMNS_TEAMS_PENALTY_KILLING,
847
+ c as COLUMNS_TEAMS_POWERPLAY,
848
+ d as COLUMNS_TEAM_ATTENDANCE
748
849
  };
@@ -1,11 +1,11 @@
1
1
  /**
2
2
  * name: @mjsz-vbr-elements/core
3
- * version: v2.4.2 - 04/09/2024, 16:18:51
3
+ * version: v2.5.0 - 12/09/2024, 10:12:25
4
4
  * (c) 2024
5
5
  * description: Data visualization for MJSZ VBR
6
6
  * author: Ákos Stegner <akos.stegner@gmail.com>
7
7
  */
8
- import { n as s, c as r, b as o, d as t, e as i, m as l, g as n, I as c, _ as d, k as S, a as b, j as g, f as T, h as m, i as v, l as I } from "./AdditionalStandingsText-Cj3Q7dcW.js";
8
+ import { n as s, c as r, b as o, d as t, e as i, m as l, g as n, I as c, _ as d, k as S, a as b, j as g, f as T, h as m, i as v, l as I } from "./AdditionalStandingsText-COC0Ji75.js";
9
9
  export {
10
10
  s as AdditionalStandingsText,
11
11
  r as BaseSelect,
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * name: @mjsz-vbr-elements/core
3
- * version: v2.4.2 - 04/09/2024, 16:18:51
3
+ * version: v2.5.0 - 12/09/2024, 10:12:25
4
4
  * (c) 2024
5
5
  * description: Data visualization for MJSZ VBR
6
6
  * author: Ákos Stegner <akos.stegner@gmail.com>
package/dist/constants.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * name: @mjsz-vbr-elements/core
3
- * version: v2.4.2 - 04/09/2024, 16:18:51
3
+ * version: v2.5.0 - 12/09/2024, 10:12:25
4
4
  * (c) 2024
5
5
  * description: Data visualization for MJSZ VBR
6
6
  * author: Ákos Stegner <akos.stegner@gmail.com>
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * name: @mjsz-vbr-elements/core
3
- * version: v2.4.2 - 04/09/2024, 16:18:51
3
+ * version: v2.5.0 - 12/09/2024, 10:12:25
4
4
  * (c) 2024
5
5
  * description: Data visualization for MJSZ VBR
6
6
  * author: Ákos Stegner <akos.stegner@gmail.com>
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * name: @mjsz-vbr-elements/core
3
- * version: v2.4.2 - 04/09/2024, 16:18:51
3
+ * version: v2.5.0 - 12/09/2024, 10:12:25
4
4
  * (c) 2024
5
5
  * description: Data visualization for MJSZ VBR
6
6
  * author: Ákos Stegner <akos.stegner@gmail.com>