@mjsz-vbr-elements/liga 2.29.1 → 2.29.3
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/index.iife.js +2 -2
- package/dist/index.iife.js.br +0 -0
- package/dist/index.iife.js.gz +0 -0
- package/dist/index.js +20 -20
- package/package.json +4 -4
package/dist/index.iife.js.br
CHANGED
|
Binary file
|
package/dist/index.iife.js.gz
CHANGED
|
Binary file
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* name: @mjsz-vbr-elements/liga
|
|
3
|
-
* version: v2.29.
|
|
3
|
+
* version: v2.29.3 - 01/10/2025, 20:13:17
|
|
4
4
|
* (c) 2025
|
|
5
5
|
* description: Data visualization for MJSZ VBR
|
|
6
6
|
* author: Ákos Stegner <akos.stegner@gmail.com>
|
|
@@ -2742,7 +2742,7 @@ const ol = {
|
|
|
2742
2742
|
"stroke-linejoin": "round"
|
|
2743
2743
|
};
|
|
2744
2744
|
function nl(e, t) {
|
|
2745
|
-
return s(), v("svg", il, t[0] || (t[0] = [
|
|
2745
|
+
return s(), v("svg", il, [...t[0] || (t[0] = [
|
|
2746
2746
|
d("rect", {
|
|
2747
2747
|
x: "2",
|
|
2748
2748
|
y: "3",
|
|
@@ -2763,7 +2763,7 @@ function nl(e, t) {
|
|
|
2763
2763
|
x2: "12",
|
|
2764
2764
|
y2: "21"
|
|
2765
2765
|
}, null, -1)
|
|
2766
|
-
]));
|
|
2766
|
+
])]);
|
|
2767
2767
|
}
|
|
2768
2768
|
const ll = { render: nl }, sl = {
|
|
2769
2769
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2775,10 +2775,10 @@ const ll = { render: nl }, sl = {
|
|
|
2775
2775
|
"stroke-linejoin": "round"
|
|
2776
2776
|
};
|
|
2777
2777
|
function cl(e, t) {
|
|
2778
|
-
return s(), v("svg", sl, t[0] || (t[0] = [
|
|
2778
|
+
return s(), v("svg", sl, [...t[0] || (t[0] = [
|
|
2779
2779
|
d("path", { d: "M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z" }, null, -1),
|
|
2780
2780
|
d("polygon", { points: "9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02" }, null, -1)
|
|
2781
|
-
]));
|
|
2781
|
+
])]);
|
|
2782
2782
|
}
|
|
2783
2783
|
const dl = { render: cl }, pl = { class: "is-info is-text-base" }, gl = ["href"], ul = { class: "is-home-team is-text-base" }, bl = { class: "is-team-name-short" }, ml = { class: "is-team-name-long" }, vl = { class: "g-row" }, hl = {
|
|
2784
2784
|
key: 0,
|
|
@@ -2832,12 +2832,12 @@ const dl = { render: cl }, pl = { class: "is-info is-text-base" }, gl = ["href"]
|
|
|
2832
2832
|
d("div", pl, [
|
|
2833
2833
|
Y(b(e.game.gameName) + " - " + b(e.game.divisionName) + " - " + b(e.game.location.locationName) + " ", 1),
|
|
2834
2834
|
e.game.broadcast ? (s(), v(C, { key: 0 }, [
|
|
2835
|
-
a[0] || (a[0] = Y(" - ")),
|
|
2835
|
+
a[0] || (a[0] = Y(" - ", -1)),
|
|
2836
2836
|
y(n(ll), { height: "16" }),
|
|
2837
|
-
a[1] || (a[1] = Y(" "))
|
|
2837
|
+
a[1] || (a[1] = Y(" ", -1))
|
|
2838
2838
|
], 64)) : T("", !0),
|
|
2839
2839
|
e.game.video ? (s(), v(C, { key: 1 }, [
|
|
2840
|
-
a[2] || (a[2] = Y(" - ")),
|
|
2840
|
+
a[2] || (a[2] = Y(" - ", -1)),
|
|
2841
2841
|
d("a", {
|
|
2842
2842
|
href: e.game.video,
|
|
2843
2843
|
target: "_blank"
|
|
@@ -3427,24 +3427,24 @@ const gs = {
|
|
|
3427
3427
|
viewBox: "0 0 24 24"
|
|
3428
3428
|
};
|
|
3429
3429
|
function fs(e, t) {
|
|
3430
|
-
return s(), v("svg", hs, t[0] || (t[0] = [
|
|
3430
|
+
return s(), v("svg", hs, [...t[0] || (t[0] = [
|
|
3431
3431
|
d("path", {
|
|
3432
3432
|
fill: "currentColor",
|
|
3433
3433
|
d: "M8.12 9.29 12 13.17l3.88-3.88a.996.996 0 1 1 1.41 1.41l-4.59 4.59a.996.996 0 0 1-1.41 0L6.7 10.7a.996.996 0 0 1 0-1.41c.39-.38 1.03-.39 1.42 0z"
|
|
3434
3434
|
}, null, -1)
|
|
3435
|
-
]));
|
|
3435
|
+
])]);
|
|
3436
3436
|
}
|
|
3437
3437
|
const ua = { render: fs }, ys = {
|
|
3438
3438
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3439
3439
|
viewBox: "0 0 24 24"
|
|
3440
3440
|
};
|
|
3441
3441
|
function ws(e, t) {
|
|
3442
|
-
return s(), v("svg", ys, t[0] || (t[0] = [
|
|
3442
|
+
return s(), v("svg", ys, [...t[0] || (t[0] = [
|
|
3443
3443
|
d("path", {
|
|
3444
3444
|
fill: "currentColor",
|
|
3445
3445
|
d: "M8.12 14.71L12 10.83l3.88 3.88a.996.996 0 1 0 1.41-1.41L12.7 8.71a.996.996 0 0 0-1.41 0L6.7 13.3a.996.996 0 0 0 0 1.41c.39.38 1.03.39 1.42 0"
|
|
3446
3446
|
}, null, -1)
|
|
3447
|
-
]));
|
|
3447
|
+
])]);
|
|
3448
3448
|
}
|
|
3449
3449
|
const ba = { render: ws }, xs = ["href"], ks = { class: "is-team-name-long" }, _s = { class: "is-team-name-short" }, Ss = { class: "is-team-name-long" }, zs = { key: 0 }, Ts = { class: "is-team-name-short" }, Is = { key: 0 }, ma = {
|
|
3450
3450
|
__name: "StandingsTable",
|
|
@@ -3570,15 +3570,15 @@ const ba = { render: ws }, xs = ["href"], ks = { class: "is-team-name-long" }, _
|
|
|
3570
3570
|
], 8, xs)) : (s(), v(C, { key: 1 }, [
|
|
3571
3571
|
d("span", Ss, [
|
|
3572
3572
|
Y(b(g.team?.longName) + " ", 1),
|
|
3573
|
-
g.penaltyPoints ? (s(), v("span", zs, h[0] || (h[0] = [
|
|
3573
|
+
g.penaltyPoints ? (s(), v("span", zs, [...h[0] || (h[0] = [
|
|
3574
3574
|
d("sup", null, "*", -1)
|
|
3575
|
-
]))) : T("", !0)
|
|
3575
|
+
])])) : T("", !0)
|
|
3576
3576
|
]),
|
|
3577
3577
|
d("span", Ts, [
|
|
3578
3578
|
Y(b(g.team?.shortName) + " ", 1),
|
|
3579
|
-
g.penaltyPoints ? (s(), v("span", Is, h[1] || (h[1] = [
|
|
3579
|
+
g.penaltyPoints ? (s(), v("span", Is, [...h[1] || (h[1] = [
|
|
3580
3580
|
d("sup", null, "*", -1)
|
|
3581
|
-
]))) : T("", !0)
|
|
3581
|
+
])])) : T("", !0)
|
|
3582
3582
|
]),
|
|
3583
3583
|
g.isActiveGame && g.diff !== 0 ? (s(), v(C, { key: 0 }, [
|
|
3584
3584
|
g.diff > 0 ? (s(), $(n(ba), {
|
|
@@ -3610,8 +3610,8 @@ const ba = { render: ws }, xs = ["href"], ks = { class: "is-team-name-long" }, _
|
|
|
3610
3610
|
loading: k(() => [
|
|
3611
3611
|
y(n(Je))
|
|
3612
3612
|
]),
|
|
3613
|
-
_:
|
|
3614
|
-
},
|
|
3613
|
+
_: 1
|
|
3614
|
+
}, 8, ["columns", "sort", "rows", "is-loading", "append-to"])
|
|
3615
3615
|
]),
|
|
3616
3616
|
_: 1
|
|
3617
3617
|
}));
|
|
@@ -5060,9 +5060,9 @@ const Zc = {
|
|
|
5060
5060
|
"stroke-linejoin": "round"
|
|
5061
5061
|
};
|
|
5062
5062
|
function ed(e, t) {
|
|
5063
|
-
return s(), v("svg", Zc, t[0] || (t[0] = [
|
|
5063
|
+
return s(), v("svg", Zc, [...t[0] || (t[0] = [
|
|
5064
5064
|
d("polyline", { points: "9 18 15 12 9 6" }, null, -1)
|
|
5065
|
-
]));
|
|
5065
|
+
])]);
|
|
5066
5066
|
}
|
|
5067
5067
|
const td = { render: ed }, ad = { class: "top-list-container" }, rd = ["href"], od = { class: "is-images" }, id = ["href"], nd = ["href"], ld = ["textContent"], Oe = {
|
|
5068
5068
|
__name: "List",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mjsz-vbr-elements/liga",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.29.
|
|
4
|
+
"version": "2.29.3",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "Data visualization for MJSZ VBR",
|
|
7
7
|
"author": "Ákos Stegner <akos.stegner@gmail.com>",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@vueuse/core": "^13.4.0",
|
|
22
22
|
"ramda": "^0.31.3",
|
|
23
|
-
"vue": "^3.5.
|
|
24
|
-
"@mjsz-vbr-elements/
|
|
25
|
-
"@mjsz-vbr-elements/
|
|
23
|
+
"vue": "^3.5.22",
|
|
24
|
+
"@mjsz-vbr-elements/shared": "^2.29.3",
|
|
25
|
+
"@mjsz-vbr-elements/core": "^2.29.3"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@vitejs/plugin-vue": "^6.0.0",
|