@mjsz-vbr-elements/core 2.31.2 → 2.33.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/{TimezoneSelector-T8Y8aFc-.js → TimezoneSelector-ypwhJVm-.js} +942 -827
- package/dist/columns.js +57 -57
- package/dist/components.js +14 -13
- package/dist/composables.js +40 -38
- package/dist/constants.js +1 -1
- package/dist/{datetime-bWwGbGlR.js → datetime-B_IKGlWy.js} +379 -374
- package/dist/{errors-DHx3LQ6t.js → errors-C61Kgyqj.js} +97 -94
- 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 +171 -228
- package/dist/props.js +74 -0
- package/dist/{useSort-D5U_wkle.js → useSort-CoM4Br_9.js} +29 -29
- package/dist/utils.js +57 -55
- package/package.json +5 -2
package/dist/index.iife.js.br
CHANGED
|
Binary file
|
package/dist/index.iife.js.gz
CHANGED
|
Binary file
|
package/dist/index.js
CHANGED
|
@@ -1,82 +1,22 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* name: @mjsz-vbr-elements/core
|
|
3
|
-
* version: v2.
|
|
3
|
+
* version: v2.33.0 - 25/11/2025, 21:00:09
|
|
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 { COLUMNS_FIELD_PLAYERS as
|
|
9
|
-
import { _ as
|
|
10
|
-
import { d as
|
|
11
|
-
import { fetchVBRData as
|
|
8
|
+
import { COLUMNS_FIELD_PLAYERS as E, COLUMNS_FIELD_PLAYERS_PENALTY as m, COLUMNS_FIELD_PLAYERS_TOI as L, COLUMNS_GOALIES as c, COLUMNS_PLAYERS_NATIONAL as A, COLUMNS_SCHEDULE as N, COLUMNS_SCORING_EFFICIENCY as R, COLUMNS_STANDINGS_P_2 as d, COLUMNS_STANDINGS_P_3 as f, COLUMNS_STANDINGS_P_PER as p, COLUMNS_STANDINGS_SHORT as v, COLUMNS_TEAMS_FAIRPLAY as C, COLUMNS_TEAMS_PENALTY_KILLING as O, COLUMNS_TEAMS_POWERPLAY as P, COLUMNS_TEAM_ATTENDANCE as u } from "./columns.js";
|
|
9
|
+
import { _ as M, a as U, b as D, c as g, d as F, e as y, f as G, g as h, I as x, h as B, i as b, j as Y, k, l as w, m as W, n as V, o as j } from "./TimezoneSelector-ypwhJVm-.js";
|
|
10
|
+
import { d as X, i as H, u as K, a as Z, c as q, b as J, e as Q, f as $, g as ee, v as ae } from "./useSort-CoM4Br_9.js";
|
|
11
|
+
import { fetchVBRData as re, useGameDataSocket as te, usePage as oe, useScrollToGameDate as ne, useServices as ie, useVisibilityChange as Se } from "./composables.js";
|
|
12
12
|
import "vue";
|
|
13
|
-
import { AVAILABLE_TIMEZONES_BY_COUNTRY as _e, DEFAULT_EXTERNAL_GAME_URL as
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
default: "hu"
|
|
21
|
-
},
|
|
22
|
-
championshipId: {
|
|
23
|
-
type: String,
|
|
24
|
-
default: ""
|
|
25
|
-
},
|
|
26
|
-
division: {
|
|
27
|
-
type: String,
|
|
28
|
-
default: ""
|
|
29
|
-
},
|
|
30
|
-
phaseId: {
|
|
31
|
-
type: String,
|
|
32
|
-
default: ""
|
|
33
|
-
},
|
|
34
|
-
apiKey: {
|
|
35
|
-
type: String,
|
|
36
|
-
default: ""
|
|
37
|
-
},
|
|
38
|
-
hideColumns: {
|
|
39
|
-
type: String,
|
|
40
|
-
default: ""
|
|
41
|
-
}
|
|
42
|
-
}, m = {
|
|
43
|
-
externalTeamResolver: {
|
|
44
|
-
type: [String, Function],
|
|
45
|
-
default: ""
|
|
46
|
-
},
|
|
47
|
-
isTeamLinked: {
|
|
48
|
-
type: Boolean,
|
|
49
|
-
default: !1
|
|
50
|
-
}
|
|
51
|
-
}, T = {
|
|
52
|
-
limit: {
|
|
53
|
-
type: Number,
|
|
54
|
-
default: 20
|
|
55
|
-
},
|
|
56
|
-
teamFilterByName: {
|
|
57
|
-
type: String,
|
|
58
|
-
default: ""
|
|
59
|
-
},
|
|
60
|
-
externalPlayerResolver: {
|
|
61
|
-
type: [String, Function],
|
|
62
|
-
default: ""
|
|
63
|
-
},
|
|
64
|
-
isPlayerLinked: {
|
|
65
|
-
type: Boolean,
|
|
66
|
-
default: !1
|
|
67
|
-
}
|
|
68
|
-
}, c = {
|
|
69
|
-
externalGameResolver: {
|
|
70
|
-
type: [String, Function],
|
|
71
|
-
default: ""
|
|
72
|
-
},
|
|
73
|
-
isGameTargetExternal: {
|
|
74
|
-
type: Boolean,
|
|
75
|
-
default: !1
|
|
76
|
-
}
|
|
77
|
-
};
|
|
78
|
-
function i({ app: e = null, modules: a = [], apiKey: t, gameResolver: r, teamResolver: o, playerResolver: n }) {
|
|
79
|
-
if (window.__MJSZ_VBR_WIDGET__ = { apiKey: t, gameResolver: r, teamResolver: o, playerResolver: n }, a.length === 0)
|
|
13
|
+
import { AVAILABLE_TIMEZONES_BY_COUNTRY as _e, DEFAULT_EXTERNAL_GAME_URL as Te, DEFAULT_EXTERNAL_PLAYER_URL as Ee, DEFAULT_EXTERNAL_STATISTIC_URL as me, DEFAULT_EXTERNAL_TEAM_URL as Le, DEFAULT_PORTRAIT_IMAGE_URL as ce, FLAG_BASE_URL as Ae, LAZY_LOADING_STATE_DELAY as Ne, LOCALE_FOR_LANG as Re, REFRESH_DELAY as de, SORT_STATE_ASCEND as fe, SORT_STATE_DESCEND as pe, SORT_STATE_ORIGINAL as ve, VBR_API_BASE_URL as Ce } from "./constants.js";
|
|
14
|
+
import { baseProps as Pe, gameProps as ue, playerStatsProps as Ie, teamStatsProps as Me } from "./props.js";
|
|
15
|
+
import { X as De, V as ge, W as Fe, T as ye, c as Ge, S as he, E as xe, K as Be, i as be, z as Ye, A as ke, B as we, k as We, m as Ve, n as je, e as ze, f as Xe, h as He, o as Ke, G as Ze, g as qe, a as Je, F as Qe, Y as $e, D as ea, Z as aa, l as sa, _ as ra, Q as ta, $ as oa, H as na, a0 as ia, p as Sa, a1 as la, r as _a, M as Ta, O as Ea, a2 as ma, s as La, v as ca, q as Aa, y as Na, a3 as Ra, U as da, J as fa, w as pa, C as va, j as Ca, L as Oa, t as Pa, b as ua, d as Ia, N as Ma, I as Ua, R as Da, x as ga, P as Fa, u as ya } from "./errors-C61Kgyqj.js";
|
|
16
|
+
import { n as ha, b as xa, c as Ba, a as ba, l as Ya, m as ka, q as wa, D as Wa, f as Va, g as ja, j as za, h as Xa, d as Ha, u as Ka, e as Za, i as qa, k as Ja, v as Qa, t as $a, r as es, o as as, w as ss, x as rs, z as ts, A as os, p as ns, s as is, C as Ss, B as ls, y as _s } from "./datetime-B_IKGlWy.js";
|
|
17
|
+
import { clone as Es, externalGameLinkResolver as ms, externalPlayerLinkResolver as Ls, externalStatisticLinkResolver as cs, externalTeamLinkResolver as As, flagResolver as Ns, getWebsocketURL as Rs, isNotEmpty as ds, resolveApiKey as fs, scrollToTop as ps, sum as vs } from "./utils.js";
|
|
18
|
+
function i({ app: e = null, modules: a = [], apiKey: r, gameResolver: t, teamResolver: o, playerResolver: n }) {
|
|
19
|
+
if (window.__MJSZ_VBR_WIDGET__ = { apiKey: r, gameResolver: t, teamResolver: o, playerResolver: n }, a.length === 0)
|
|
80
20
|
throw new Error("At least one module must be set");
|
|
81
21
|
a.forEach((s) => {
|
|
82
22
|
if (e)
|
|
@@ -86,172 +26,175 @@ function i({ app: e = null, modules: a = [], apiKey: t, gameResolver: r, teamRes
|
|
|
86
26
|
s?.install();
|
|
87
27
|
});
|
|
88
28
|
}
|
|
89
|
-
const
|
|
29
|
+
const l = {
|
|
90
30
|
install: (e, a = {}) => i({ app: e, ...a })
|
|
91
31
|
};
|
|
92
32
|
export {
|
|
93
33
|
_e as AVAILABLE_TIMEZONES_BY_COUNTRY,
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
34
|
+
M as AdditionalStandingsText,
|
|
35
|
+
U as BaseSelect,
|
|
36
|
+
E as COLUMNS_FIELD_PLAYERS,
|
|
37
|
+
m as COLUMNS_FIELD_PLAYERS_PENALTY,
|
|
38
|
+
L as COLUMNS_FIELD_PLAYERS_TOI,
|
|
39
|
+
c as COLUMNS_GOALIES,
|
|
40
|
+
A as COLUMNS_PLAYERS_NATIONAL,
|
|
41
|
+
N as COLUMNS_SCHEDULE,
|
|
102
42
|
R as COLUMNS_SCORING_EFFICIENCY,
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
43
|
+
d as COLUMNS_STANDINGS_P_2,
|
|
44
|
+
f as COLUMNS_STANDINGS_P_3,
|
|
45
|
+
p as COLUMNS_STANDINGS_P_PER,
|
|
46
|
+
v as COLUMNS_STANDINGS_SHORT,
|
|
47
|
+
C as COLUMNS_TEAMS_FAIRPLAY,
|
|
48
|
+
O as COLUMNS_TEAMS_PENALTY_KILLING,
|
|
49
|
+
P as COLUMNS_TEAMS_POWERPLAY,
|
|
50
|
+
u as COLUMNS_TEAM_ATTENDANCE,
|
|
51
|
+
Te as DEFAULT_EXTERNAL_GAME_URL,
|
|
52
|
+
Ee as DEFAULT_EXTERNAL_PLAYER_URL,
|
|
53
|
+
me as DEFAULT_EXTERNAL_STATISTIC_URL,
|
|
54
|
+
Le as DEFAULT_EXTERNAL_TEAM_URL,
|
|
55
|
+
ce as DEFAULT_PORTRAIT_IMAGE_URL,
|
|
56
|
+
D as DataTable,
|
|
57
|
+
g as ErrorNotice,
|
|
58
|
+
F as ErrorProvider,
|
|
59
|
+
Ae as FLAG_BASE_URL,
|
|
60
|
+
y as FetchMoreObserver,
|
|
61
|
+
G as FloatingPanel,
|
|
62
|
+
h as FormField,
|
|
63
|
+
x as I18NProvider,
|
|
64
|
+
B as Image,
|
|
65
|
+
De as InvalidSeasonName,
|
|
125
66
|
Ne as LAZY_LOADING_STATE_DELAY,
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
67
|
+
Re as LOCALE_FOR_LANG,
|
|
68
|
+
b as LoadingIndicator,
|
|
69
|
+
Y as Paginator,
|
|
70
|
+
de as REFRESH_DELAY,
|
|
71
|
+
k as ResponsiveTable,
|
|
72
|
+
fe as SORT_STATE_ASCEND,
|
|
73
|
+
pe as SORT_STATE_DESCEND,
|
|
74
|
+
ve as SORT_STATE_ORIGINAL,
|
|
75
|
+
w as ScheduleTable,
|
|
76
|
+
W as SeasonSelector,
|
|
77
|
+
V as StatisticsTable,
|
|
78
|
+
j as TimezoneSelector,
|
|
79
|
+
ge as UndefinedColumn,
|
|
139
80
|
Ce as VBR_API_BASE_URL,
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
81
|
+
Fe as WidgetError,
|
|
82
|
+
ha as addDays,
|
|
83
|
+
ye as appendTo,
|
|
84
|
+
Pe as baseProps,
|
|
85
|
+
Es as clone,
|
|
86
|
+
Ge as convert,
|
|
87
|
+
he as convertAddress,
|
|
88
|
+
xe as convertGameEvents,
|
|
89
|
+
Be as convertGameOfficials,
|
|
90
|
+
be as convertGamePeriodResults,
|
|
91
|
+
xa as convertMinToMinSec,
|
|
92
|
+
Ba as convertMinToSec,
|
|
93
|
+
Ye as convertPenaltyCauseName,
|
|
94
|
+
ke as convertPeriodResults,
|
|
95
|
+
we as convertPeriodResultsToArray,
|
|
96
|
+
We as convertPhaseName,
|
|
97
|
+
Ve as convertSeasons,
|
|
98
|
+
ba as convertSecToMin,
|
|
99
|
+
je as convertTeams,
|
|
100
|
+
ze as convertTimes,
|
|
101
|
+
Xe as convertTimesMinToMinSec,
|
|
102
|
+
He as convertTimesSecToMin,
|
|
162
103
|
i as createConfig,
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
104
|
+
X as createI18n,
|
|
105
|
+
Ya as currentWeek,
|
|
106
|
+
ka as currentWeekStartEnd,
|
|
107
|
+
l as default,
|
|
108
|
+
wa as endOfMonth,
|
|
109
|
+
ms as externalGameLinkResolver,
|
|
110
|
+
Ls as externalPlayerLinkResolver,
|
|
111
|
+
cs as externalStatisticLinkResolver,
|
|
112
|
+
As as externalTeamLinkResolver,
|
|
113
|
+
re as fetchVBRData,
|
|
114
|
+
Wa as filterAllowedClasses,
|
|
173
115
|
Ke as filterAndSortSections,
|
|
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
|
-
la as
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
116
|
+
Ze as filterGoalScorersFromEvents,
|
|
117
|
+
Ns as flagResolver,
|
|
118
|
+
Va as format,
|
|
119
|
+
qe as gameDateTime,
|
|
120
|
+
ue as gameProps,
|
|
121
|
+
Je as gameResult,
|
|
122
|
+
ja as getLocalTimezone,
|
|
123
|
+
Rs as getWebsocketURL,
|
|
124
|
+
Qe as groupLines,
|
|
125
|
+
$e as head,
|
|
126
|
+
H as i18n,
|
|
127
|
+
za as isAfter,
|
|
128
|
+
Xa as isBefore,
|
|
129
|
+
Ha as isBetween,
|
|
130
|
+
Ka as isEmpty,
|
|
131
|
+
ds as isNotEmpty,
|
|
132
|
+
Za as isSame,
|
|
133
|
+
qa as isSameOrBefore,
|
|
134
|
+
Ja as isToday,
|
|
135
|
+
ea as joinOfficals,
|
|
136
|
+
aa as last,
|
|
137
|
+
sa as localeSort,
|
|
138
|
+
Qa as map,
|
|
139
|
+
$a as max,
|
|
140
|
+
ra as mergeLeft,
|
|
141
|
+
ta as mergePlayerStats,
|
|
142
|
+
es as min,
|
|
143
|
+
as as offsetName,
|
|
144
|
+
ss as omit,
|
|
145
|
+
rs as path,
|
|
146
|
+
oa as pick,
|
|
147
|
+
na as pickCoaches,
|
|
148
|
+
ia as pipe,
|
|
149
|
+
Sa as playerName,
|
|
150
|
+
Ie as playerStatsProps,
|
|
151
|
+
ts as prop,
|
|
152
|
+
la as propEq,
|
|
153
|
+
_a as rawConvert,
|
|
154
|
+
os as reject,
|
|
155
|
+
Ta as removeCurrentFromSeasonStats,
|
|
156
|
+
Ea as removeUnneededPhases,
|
|
157
|
+
fs as resolveApiKey,
|
|
158
|
+
ma as reverse,
|
|
159
|
+
La as scheduleOptionalRowClass,
|
|
160
|
+
ps as scrollToTop,
|
|
161
|
+
ca as selectFirstPhaseName,
|
|
162
|
+
Aa as selectFirstSectionId,
|
|
163
|
+
Na as selectLastSections,
|
|
164
|
+
Ra as sortBy,
|
|
222
165
|
da as sortByDomNode,
|
|
223
166
|
fa as sortByEventTimeSec,
|
|
224
167
|
pa as sortByPhaseId,
|
|
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
|
-
|
|
168
|
+
va as sortByStartingFive,
|
|
169
|
+
Ca as sortGames,
|
|
170
|
+
Oa as standingTableSort,
|
|
171
|
+
ns as startOfMonth,
|
|
172
|
+
is as subtractDays,
|
|
173
|
+
vs as sum,
|
|
174
|
+
Pa as teamName,
|
|
175
|
+
ua as teamOpponent,
|
|
176
|
+
Ia as teamResultType,
|
|
177
|
+
Me as teamStatsProps,
|
|
178
|
+
Ss as templateReplacer,
|
|
179
|
+
ls as toKebabCase,
|
|
180
|
+
Ma as transformCurrentSeasonStats,
|
|
181
|
+
Ua as transformEventsForGameTimeline,
|
|
182
|
+
Da as transformFieledPlayersStats,
|
|
183
|
+
ga as transformPlayers,
|
|
184
|
+
Fa as transformRosters,
|
|
185
|
+
ya as upperCase,
|
|
186
|
+
K as useAdditionalText,
|
|
187
|
+
Z as useColumns,
|
|
188
|
+
q as useError,
|
|
189
|
+
J as useErrorProvider,
|
|
190
|
+
te as useGameDataSocket,
|
|
191
|
+
Q as useI18n,
|
|
192
|
+
$ as useLazyLoadingState,
|
|
193
|
+
oe as usePage,
|
|
194
|
+
ne as useScrollToGameDate,
|
|
195
|
+
ie as useServices,
|
|
196
|
+
ee as useSort,
|
|
197
|
+
Se as useVisibilityChange,
|
|
198
|
+
ae as validateColumnsName,
|
|
199
|
+
_s as yearToNow
|
|
257
200
|
};
|
package/dist/props.js
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* name: @mjsz-vbr-elements/core
|
|
3
|
+
* version: v2.33.0 - 25/11/2025, 21:00:09
|
|
4
|
+
* (c) 2025
|
|
5
|
+
* description: Data visualization for MJSZ VBR
|
|
6
|
+
* author: Ákos Stegner <akos.stegner@gmail.com>
|
|
7
|
+
*/
|
|
8
|
+
const e = {
|
|
9
|
+
locale: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: "hu"
|
|
12
|
+
},
|
|
13
|
+
championshipId: {
|
|
14
|
+
type: String,
|
|
15
|
+
default: ""
|
|
16
|
+
},
|
|
17
|
+
division: {
|
|
18
|
+
type: String,
|
|
19
|
+
default: ""
|
|
20
|
+
},
|
|
21
|
+
phaseId: {
|
|
22
|
+
type: String,
|
|
23
|
+
default: ""
|
|
24
|
+
},
|
|
25
|
+
apiKey: {
|
|
26
|
+
type: String,
|
|
27
|
+
default: ""
|
|
28
|
+
},
|
|
29
|
+
hideColumns: {
|
|
30
|
+
type: String,
|
|
31
|
+
default: ""
|
|
32
|
+
}
|
|
33
|
+
}, t = {
|
|
34
|
+
externalTeamResolver: {
|
|
35
|
+
type: [String, Function],
|
|
36
|
+
default: ""
|
|
37
|
+
},
|
|
38
|
+
isTeamLinked: {
|
|
39
|
+
type: Boolean,
|
|
40
|
+
default: !1
|
|
41
|
+
}
|
|
42
|
+
}, a = {
|
|
43
|
+
limit: {
|
|
44
|
+
type: Number,
|
|
45
|
+
default: 20
|
|
46
|
+
},
|
|
47
|
+
teamFilterByName: {
|
|
48
|
+
type: String,
|
|
49
|
+
default: ""
|
|
50
|
+
},
|
|
51
|
+
externalPlayerResolver: {
|
|
52
|
+
type: [String, Function],
|
|
53
|
+
default: ""
|
|
54
|
+
},
|
|
55
|
+
isPlayerLinked: {
|
|
56
|
+
type: Boolean,
|
|
57
|
+
default: !1
|
|
58
|
+
}
|
|
59
|
+
}, l = {
|
|
60
|
+
externalGameResolver: {
|
|
61
|
+
type: [String, Function],
|
|
62
|
+
default: ""
|
|
63
|
+
},
|
|
64
|
+
isGameTargetExternal: {
|
|
65
|
+
type: Boolean,
|
|
66
|
+
default: !1
|
|
67
|
+
}
|
|
68
|
+
};
|
|
69
|
+
export {
|
|
70
|
+
e as baseProps,
|
|
71
|
+
l as gameProps,
|
|
72
|
+
a as playerStatsProps,
|
|
73
|
+
t as teamStatsProps
|
|
74
|
+
};
|