@mjsz-vbr-elements/core 2.34.0 → 2.34.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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * name: @mjsz-vbr-elements/core
3
- * version: v2.34.0 - 15/12/2025, 12:55:57
3
+ * version: v2.34.1 - 15/12/2025, 13:10:57
4
4
  * (c) 2025
5
5
  * description: Data visualization for MJSZ VBR
6
6
  * author: Ákos Stegner <akos.stegner@gmail.com>
package/dist/columns.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * name: @mjsz-vbr-elements/core
3
- * version: v2.34.0 - 15/12/2025, 12:55:57
3
+ * version: v2.34.1 - 15/12/2025, 13:10:57
4
4
  * (c) 2025
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.34.0 - 15/12/2025, 12:55:57
3
+ * version: v2.34.1 - 15/12/2025, 13:10:57
4
4
  * (c) 2025
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.34.0 - 15/12/2025, 12:55:57
3
+ * version: v2.34.1 - 15/12/2025, 13:10:57
4
4
  * (c) 2025
5
5
  * description: Data visualization for MJSZ VBR
6
6
  * author: Ákos Stegner <akos.stegner@gmail.com>
package/dist/constants.js CHANGED
@@ -1,24 +1,24 @@
1
1
  /**
2
2
  * name: @mjsz-vbr-elements/core
3
- * version: v2.34.0 - 15/12/2025, 12:55:57
3
+ * version: v2.34.1 - 15/12/2025, 13:10:57
4
4
  * (c) 2025
5
5
  * description: Data visualization for MJSZ VBR
6
6
  * author: Ákos Stegner <akos.stegner@gmail.com>
7
7
  */
8
- const e = void 0, t = "https://www.jegkorongszovetseg.hu/event/game/{gameId}", s = "https://jegkorongszovetseg.hu/assets/images/player_blank.png", a = "https://www.ersteliga.hu/stats/player/?playerId={player.playerId}&championshipId={championshipId}", E = "https://www.ersteliga.hu/stats/team/?teamId={team.id}&championshipId={championshipId}", n = "https://www.ersteliga.hu/stats?report={id}", o = "https://api.icehockey.hu/static/api/flag", _ = "original", A = "descend", p = "ascend", L = (/* @__PURE__ */ new Map()).set("hu", "hu-hu").set("en", "hu-gb"), h = (/* @__PURE__ */ new Map()).set("Europe/Budapest", { countryLabelKey: "hungary", timezone: "Europe/Budapest" }).set("Europe/Bucharest", { countryLabelKey: "romania", timezone: "Europe/Bucharest" }), T = 1e3 * 60 * 5, c = 1e3;
8
+ const e = "https://api.icehockey.hu/vbr", t = "https://www.jegkorongszovetseg.hu/event/game/{gameId}", s = "https://jegkorongszovetseg.hu/assets/images/player_blank.png", a = "https://www.ersteliga.hu/stats/player/?playerId={player.playerId}&championshipId={championshipId}", o = "https://www.ersteliga.hu/stats/team/?teamId={team.id}&championshipId={championshipId}", E = "https://www.ersteliga.hu/stats?report={id}", _ = "https://api.icehockey.hu/static/api/flag", n = "original", p = "descend", A = "ascend", h = (/* @__PURE__ */ new Map()).set("hu", "hu-hu").set("en", "hu-gb"), L = (/* @__PURE__ */ new Map()).set("Europe/Budapest", { countryLabelKey: "hungary", timezone: "Europe/Budapest" }).set("Europe/Bucharest", { countryLabelKey: "romania", timezone: "Europe/Bucharest" }), c = 1e3 * 60 * 5, T = 1e3;
9
9
  export {
10
- h as AVAILABLE_TIMEZONES_BY_COUNTRY,
10
+ L as AVAILABLE_TIMEZONES_BY_COUNTRY,
11
11
  t as DEFAULT_EXTERNAL_GAME_URL,
12
12
  a as DEFAULT_EXTERNAL_PLAYER_URL,
13
- n as DEFAULT_EXTERNAL_STATISTIC_URL,
14
- E as DEFAULT_EXTERNAL_TEAM_URL,
13
+ E as DEFAULT_EXTERNAL_STATISTIC_URL,
14
+ o as DEFAULT_EXTERNAL_TEAM_URL,
15
15
  s as DEFAULT_PORTRAIT_IMAGE_URL,
16
- o as FLAG_BASE_URL,
17
- c as LAZY_LOADING_STATE_DELAY,
18
- L as LOCALE_FOR_LANG,
19
- T as REFRESH_DELAY,
20
- p as SORT_STATE_ASCEND,
21
- A as SORT_STATE_DESCEND,
22
- _ as SORT_STATE_ORIGINAL,
16
+ _ as FLAG_BASE_URL,
17
+ T as LAZY_LOADING_STATE_DELAY,
18
+ h as LOCALE_FOR_LANG,
19
+ c as REFRESH_DELAY,
20
+ A as SORT_STATE_ASCEND,
21
+ p as SORT_STATE_DESCEND,
22
+ n as SORT_STATE_ORIGINAL,
23
23
  e as VBR_API_BASE_URL
24
24
  };
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * name: @mjsz-vbr-elements/core
3
- * version: v2.34.0 - 15/12/2025, 12:55:57
3
+ * version: v2.34.1 - 15/12/2025, 13:10:57
4
4
  * (c) 2025
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.34.0 - 15/12/2025, 12:55:57
3
+ * version: v2.34.1 - 15/12/2025, 13:10:57
4
4
  * (c) 2025
5
5
  * description: Data visualization for MJSZ VBR
6
6
  * author: Ákos Stegner <akos.stegner@gmail.com>