@mjsz-vbr-elements/core 2.12.0 → 2.13.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.
- package/dist/{TimezoneSelector-CZSwXNuA.js → TimezoneSelector-C8dJDozv.js} +9 -4
- package/dist/columns.js +59 -19
- package/dist/components.js +2 -2
- package/dist/composables.js +3 -3
- package/dist/constants.js +1 -1
- package/dist/datetime-K_d-hEsO.js +1 -1
- package/dist/errors-DBdI9YRN.js +1 -1
- package/dist/index.iife.js +4 -4
- package/dist/index.iife.js.br +0 -0
- package/dist/index.iife.js.gz +0 -0
- package/dist/index.js +104 -103
- package/dist/{useSort-D29iq9K6.js → useSort-CV-iSGwH.js} +297 -297
- package/dist/utils.js +1 -1
- package/package.json +2 -2
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* name: @mjsz-vbr-elements/core
|
|
3
|
-
* version: v2.
|
|
3
|
+
* version: v2.13.1 - 21/01/2025, 20:56:51
|
|
4
4
|
* (c) 2025
|
|
5
5
|
* description: Data visualization for MJSZ VBR
|
|
6
6
|
* author: Ákos Stegner <akos.stegner@gmail.com>
|
|
7
7
|
*/
|
|
8
8
|
import { computed as _, ref as O, watch as It, getCurrentScope as we, onScopeDispose as be, unref as h, getCurrentInstance as Te, onMounted as xe, defineComponent as Xt, onUnmounted as Pe, h as ke, toRef as Ae, openBlock as g, createElementBlock as w, toDisplayString as x, createCommentVNode as A, withDirectives as Se, renderSlot as R, vModelSelect as ze, createElementVNode as b, isRef as _e, Fragment as N, normalizeStyle as Bt, createVNode as C, Transition as Oe, withCtx as k, normalizeClass as D, createTextVNode as M, toRefs as Rt, renderList as Q, createBlock as E, withKeys as Ft, withModifiers as rt, createSlots as $e } from "vue";
|
|
9
|
-
import { n as Ie, e as Z, u as Ce, o as Ge, f as Ee, b as Re, m as Ve, d as Le, h as Ne, c as Qt, a as te, w as De, i as Me } from "./useSort-
|
|
9
|
+
import { n as Ie, e as Z, u as Ce, o as Ge, f as Ee, b as Re, m as Ve, d as Le, h as Ne, c as Qt, a as te, w as De, i as Me } from "./useSort-CV-iSGwH.js";
|
|
10
10
|
import { LAZY_LOADING_STATE_DELAY as He, SORT_STATE_ORIGINAL as zt, SORT_STATE_DESCEND as jt, SORT_STATE_ASCEND as Wt, DEFAULT_PORTRAIT_IMAGE_URL as Be, AVAILABLE_TIMEZONES_BY_COUNTRY as Fe } from "./constants.js";
|
|
11
11
|
import { o as yt, g as je } from "./datetime-K_d-hEsO.js";
|
|
12
12
|
import { COLUMNS_SCHEDULE as We } from "./columns.js";
|
|
@@ -1257,6 +1257,10 @@ const Uo = ["data-placement"], pe = {
|
|
|
1257
1257
|
offset: {
|
|
1258
1258
|
type: Number,
|
|
1259
1259
|
default: 2
|
|
1260
|
+
},
|
|
1261
|
+
isArrowVisible: {
|
|
1262
|
+
type: Boolean,
|
|
1263
|
+
default: !0
|
|
1260
1264
|
}
|
|
1261
1265
|
},
|
|
1262
1266
|
setup(t) {
|
|
@@ -1313,7 +1317,8 @@ const Uo = ["data-placement"], pe = {
|
|
|
1313
1317
|
R(p.$slots, "content", { close: m }, () => [
|
|
1314
1318
|
M(x(t.content), 1)
|
|
1315
1319
|
]),
|
|
1316
|
-
|
|
1320
|
+
t.isArrowVisible ? (g(), w("div", {
|
|
1321
|
+
key: 0,
|
|
1317
1322
|
ref_key: "arrowRef",
|
|
1318
1323
|
ref: n,
|
|
1319
1324
|
class: "is-arrow",
|
|
@@ -1322,7 +1327,7 @@ const Uo = ["data-placement"], pe = {
|
|
|
1322
1327
|
top: h(c) ? `${h(c)}px` : "",
|
|
1323
1328
|
left: h(i) ? `${h(i)}px` : ""
|
|
1324
1329
|
})
|
|
1325
|
-
}, null, 4)
|
|
1330
|
+
}, null, 4)) : A("", !0)
|
|
1326
1331
|
], 2)) : A("", !0)
|
|
1327
1332
|
]),
|
|
1328
1333
|
_: 3
|
package/dist/columns.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* name: @mjsz-vbr-elements/core
|
|
3
|
-
* version: v2.
|
|
3
|
+
* version: v2.13.1 - 21/01/2025, 20:56:51
|
|
4
4
|
* (c) 2025
|
|
5
5
|
* description: Data visualization for MJSZ VBR
|
|
6
6
|
* author: Ákos Stegner <akos.stegner@gmail.com>
|
|
@@ -202,6 +202,45 @@ const a = {
|
|
|
202
202
|
class: "is-text-bold",
|
|
203
203
|
sortOrders: [{ target: "points", direction: t }]
|
|
204
204
|
}
|
|
205
|
+
}, s = {
|
|
206
|
+
index: {
|
|
207
|
+
label: "#",
|
|
208
|
+
class: "is-text-left is-text-italic is-text-light"
|
|
209
|
+
},
|
|
210
|
+
teamLogo: {
|
|
211
|
+
label: "",
|
|
212
|
+
class: "is-has-image"
|
|
213
|
+
},
|
|
214
|
+
teamName: {
|
|
215
|
+
label: "table.team.short",
|
|
216
|
+
tooltip: "table.team.tooltip",
|
|
217
|
+
class: "is-text-left is-w-auto is-text-bold"
|
|
218
|
+
},
|
|
219
|
+
gamesPlayed: {
|
|
220
|
+
label: "table.game.short",
|
|
221
|
+
tooltip: "table.game.tooltip",
|
|
222
|
+
class: "is-text-light"
|
|
223
|
+
},
|
|
224
|
+
w: {
|
|
225
|
+
label: "table.wins.short",
|
|
226
|
+
tooltip: "table.wins.tooltip",
|
|
227
|
+
class: "is-text-light"
|
|
228
|
+
},
|
|
229
|
+
l: {
|
|
230
|
+
label: "table.losses.short",
|
|
231
|
+
tooltip: "table.losses.tooltip",
|
|
232
|
+
class: "is-text-light"
|
|
233
|
+
},
|
|
234
|
+
gd: {
|
|
235
|
+
label: "table.goalDiff.short",
|
|
236
|
+
tooltip: "table.goalDiff.tooltip",
|
|
237
|
+
class: "is-text-light"
|
|
238
|
+
},
|
|
239
|
+
points: {
|
|
240
|
+
label: "table.points.short",
|
|
241
|
+
tooltip: "table.points.tooltip",
|
|
242
|
+
class: "is-text-bold"
|
|
243
|
+
}
|
|
205
244
|
}, r = {
|
|
206
245
|
index: {
|
|
207
246
|
label: "#",
|
|
@@ -268,7 +307,7 @@ const a = {
|
|
|
268
307
|
tooltip: "table.sogPercent.tooltip",
|
|
269
308
|
sortOrders: [{ target: "shootPercent", direction: t }]
|
|
270
309
|
}
|
|
271
|
-
},
|
|
310
|
+
}, b = {
|
|
272
311
|
index: {
|
|
273
312
|
label: "table.blank",
|
|
274
313
|
class: "is-text-left"
|
|
@@ -343,7 +382,7 @@ const a = {
|
|
|
343
382
|
tooltip: "table.pim.tooltip",
|
|
344
383
|
sortOrders: [{ target: "pim", direction: t }]
|
|
345
384
|
}
|
|
346
|
-
},
|
|
385
|
+
}, p = {
|
|
347
386
|
index: {
|
|
348
387
|
label: "#",
|
|
349
388
|
class: "is-text-left"
|
|
@@ -443,7 +482,7 @@ const a = {
|
|
|
443
482
|
tooltip: "table.sh2AToi.tooltip",
|
|
444
483
|
sortOrders: [{ target: "sh2AToi", direction: t }]
|
|
445
484
|
}
|
|
446
|
-
},
|
|
485
|
+
}, d = {
|
|
447
486
|
index: {
|
|
448
487
|
label: "table.blank",
|
|
449
488
|
class: "is-text-left"
|
|
@@ -513,7 +552,7 @@ const a = {
|
|
|
513
552
|
tooltip: "table.svsPercent.tooltip",
|
|
514
553
|
sortOrders: [{ target: "svsPercent", direction: t }]
|
|
515
554
|
}
|
|
516
|
-
},
|
|
555
|
+
}, g = {
|
|
517
556
|
index: {
|
|
518
557
|
label: "#",
|
|
519
558
|
class: "is-text-left"
|
|
@@ -554,7 +593,7 @@ const a = {
|
|
|
554
593
|
tooltip: "table.points.tooltip",
|
|
555
594
|
sortOrders: [{ target: "points", direction: t }]
|
|
556
595
|
}
|
|
557
|
-
},
|
|
596
|
+
}, n = {
|
|
558
597
|
index: {
|
|
559
598
|
label: "table.blank",
|
|
560
599
|
class: "is-text-left"
|
|
@@ -623,7 +662,7 @@ const a = {
|
|
|
623
662
|
tooltip: "table.totalAttendanceAvg.tooltip",
|
|
624
663
|
sortOrders: [{ target: "totalAttendanceAvg", direction: t }]
|
|
625
664
|
}
|
|
626
|
-
},
|
|
665
|
+
}, c = {
|
|
627
666
|
index: {
|
|
628
667
|
label: "table.blank",
|
|
629
668
|
class: "is-text-left"
|
|
@@ -693,7 +732,7 @@ const a = {
|
|
|
693
732
|
tooltip: "table.pim.tooltip",
|
|
694
733
|
sortOrders: [{ target: "pim", direction: t }]
|
|
695
734
|
}
|
|
696
|
-
},
|
|
735
|
+
}, m = {
|
|
697
736
|
index: {
|
|
698
737
|
label: "table.blank",
|
|
699
738
|
class: "is-text-left"
|
|
@@ -748,7 +787,7 @@ const a = {
|
|
|
748
787
|
tooltip: "table.pkPercent.tooltip",
|
|
749
788
|
sortOrders: [{ target: "pkPercent", direction: t }]
|
|
750
789
|
}
|
|
751
|
-
},
|
|
790
|
+
}, h = {
|
|
752
791
|
index: {
|
|
753
792
|
label: "table.blank",
|
|
754
793
|
class: "is-text-left"
|
|
@@ -803,7 +842,7 @@ const a = {
|
|
|
803
842
|
tooltip: "table.ppPercent.tooltip",
|
|
804
843
|
sortOrders: [{ target: "ppPercent", direction: t }]
|
|
805
844
|
}
|
|
806
|
-
},
|
|
845
|
+
}, O = {
|
|
807
846
|
index: {
|
|
808
847
|
label: "table.blank",
|
|
809
848
|
class: "is-text-left"
|
|
@@ -876,16 +915,17 @@ const a = {
|
|
|
876
915
|
};
|
|
877
916
|
export {
|
|
878
917
|
r as COLUMNS_FIELD_PLAYERS,
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
918
|
+
b as COLUMNS_FIELD_PLAYERS_PENALTY,
|
|
919
|
+
p as COLUMNS_FIELD_PLAYERS_TOI,
|
|
920
|
+
d as COLUMNS_GOALIES,
|
|
921
|
+
g as COLUMNS_PLAYERS_NATIONAL,
|
|
883
922
|
a as COLUMNS_SCHEDULE,
|
|
884
|
-
|
|
923
|
+
O as COLUMNS_SCORING_EFFICIENCY,
|
|
885
924
|
i as COLUMNS_STANDINGS_P_2,
|
|
886
925
|
l as COLUMNS_STANDINGS_P_3,
|
|
887
|
-
|
|
888
|
-
c as
|
|
889
|
-
m as
|
|
890
|
-
|
|
926
|
+
s as COLUMNS_STANDINGS_SHORT,
|
|
927
|
+
c as COLUMNS_TEAMS_FAIRPLAY,
|
|
928
|
+
m as COLUMNS_TEAMS_PENALTY_KILLING,
|
|
929
|
+
h as COLUMNS_TEAMS_POWERPLAY,
|
|
930
|
+
n as COLUMNS_TEAM_ATTENDANCE
|
|
891
931
|
};
|
package/dist/components.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* name: @mjsz-vbr-elements/core
|
|
3
|
-
* version: v2.
|
|
3
|
+
* version: v2.13.1 - 21/01/2025, 20:56:51
|
|
4
4
|
* (c) 2025
|
|
5
5
|
* description: Data visualization for MJSZ VBR
|
|
6
6
|
* author: Ákos Stegner <akos.stegner@gmail.com>
|
|
7
7
|
*/
|
|
8
|
-
import { _ as s, a as r, b as o, c as t, d as i, e as l, f as n, I as c, g as d, h as S, i as b, j as g, k as T, l as m, m as v, n as I } from "./TimezoneSelector-
|
|
8
|
+
import { _ as s, a as r, b as o, c as t, d as i, e as l, f as n, I as c, g as d, h as S, i as b, j as g, k as T, l as m, m as v, n as I } from "./TimezoneSelector-C8dJDozv.js";
|
|
9
9
|
export {
|
|
10
10
|
s as AdditionalStandingsText,
|
|
11
11
|
r as BaseSelect,
|
package/dist/composables.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* name: @mjsz-vbr-elements/core
|
|
3
|
-
* version: v2.
|
|
3
|
+
* version: v2.13.1 - 21/01/2025, 20:56:51
|
|
4
4
|
* (c) 2025
|
|
5
5
|
* description: Data visualization for MJSZ VBR
|
|
6
6
|
* author: Ákos Stegner <akos.stegner@gmail.com>
|
|
7
7
|
*/
|
|
8
|
-
import { j as S, k as D, l as E, p as b, q as I, n as p, r as T } from "./useSort-
|
|
9
|
-
import { d as tt, i as et, u as nt, a as rt, c as it, b as at, e as st, f as ot, g as ut, v as ft } from "./useSort-
|
|
8
|
+
import { j as S, k as D, l as E, p as b, q as I, n as p, r as T } from "./useSort-CV-iSGwH.js";
|
|
9
|
+
import { d as tt, i as et, u as nt, a as rt, c as it, b as at, e as st, f as ot, g as ut, v as ft } from "./useSort-CV-iSGwH.js";
|
|
10
10
|
import { unref as u, ref as P, nextTick as B, watch as C } from "vue";
|
|
11
11
|
import { VBR_API_BASE_URL as V } from "./constants.js";
|
|
12
12
|
import { Q as m, T as x, E as y, S as g, C as $, G as A, i as _, f as O } from "./datetime-K_d-hEsO.js";
|
package/dist/constants.js
CHANGED
package/dist/errors-DBdI9YRN.js
CHANGED