@mtgame/core 1.0.5 → 1.0.7
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/api/tournament-api.d.ts +1 -0
- package/bundles/mtgame-core.umd.js +258 -199
- package/bundles/mtgame-core.umd.js.map +1 -1
- package/esm2015/api/tournament-api.js +9 -1
- package/esm2015/localization/country.js +31 -0
- package/esm2015/localization/public-api.js +2 -1
- package/esm2015/models/city.js +20 -2
- package/fesm2015/mtgame-core.js +56 -1
- package/fesm2015/mtgame-core.js.map +1 -1
- package/localization/country.d.ts +28 -0
- package/localization/public-api.d.ts +1 -0
- package/models/city.d.ts +14 -0
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
package/api/tournament-api.d.ts
CHANGED
|
@@ -180,6 +180,7 @@ export declare class TournamentApi {
|
|
|
180
180
|
getTournamentTeamTournaments(tournamentTeamId: number): Promise<Tournament[]>;
|
|
181
181
|
getTournamentUserTournaments(tournamentTeamUserId: number): Promise<Tournament[]>;
|
|
182
182
|
getTournamentTeamUsersLimitation(tournamentTeamId: number): Promise<GameUserLimitations[]>;
|
|
183
|
+
downloadTeamSanctionList(tournamentTeamId: number, fileType: 'pdf' | 'xlsx' | 'html'): Promise<any>;
|
|
183
184
|
}
|
|
184
185
|
export declare function applyGamesFilters(filters: TournamentGamesFilters, params: HttpParams): HttpParams;
|
|
185
186
|
export declare function applyStatisticFilters(filters: StatisticFilters): object;
|
|
@@ -963,6 +963,20 @@
|
|
|
963
963
|
})
|
|
964
964
|
], exports.UserProfile);
|
|
965
965
|
|
|
966
|
+
exports.Country = void 0;
|
|
967
|
+
(function (Country) {
|
|
968
|
+
Country["RU"] = "RU";
|
|
969
|
+
Country["BL"] = "BL";
|
|
970
|
+
Country["AM"] = "AM";
|
|
971
|
+
Country["KZ"] = "KZ";
|
|
972
|
+
Country["KG"] = "KG";
|
|
973
|
+
Country["USA"] = "USA";
|
|
974
|
+
Country["GE"] = "GE";
|
|
975
|
+
Country["AZ"] = "AZ";
|
|
976
|
+
Country["CHN"] = "CHN";
|
|
977
|
+
Country["EGY"] = "EGY";
|
|
978
|
+
Country["IRN"] = "IRN";
|
|
979
|
+
})(exports.Country || (exports.Country = {}));
|
|
966
980
|
exports.City = /** @class */ (function (_super) {
|
|
967
981
|
__extends(City, _super);
|
|
968
982
|
function City() {
|
|
@@ -984,6 +998,10 @@
|
|
|
984
998
|
id: 'id',
|
|
985
999
|
name: 'name',
|
|
986
1000
|
name_en: 'nameEn',
|
|
1001
|
+
country: 'country',
|
|
1002
|
+
},
|
|
1003
|
+
relation: {
|
|
1004
|
+
country: enumField(exports.Country),
|
|
987
1005
|
}
|
|
988
1006
|
})
|
|
989
1007
|
], exports.City);
|
|
@@ -3684,7 +3702,7 @@
|
|
|
3684
3702
|
Locales["en"] = "en-US";
|
|
3685
3703
|
})(Locales || (Locales = {}));
|
|
3686
3704
|
|
|
3687
|
-
var _a$
|
|
3705
|
+
var _a$k, _b$j, _c$j;
|
|
3688
3706
|
exports.Qualification = void 0;
|
|
3689
3707
|
(function (Qualification) {
|
|
3690
3708
|
Qualification[Qualification["practician"] = 1] = "practician";
|
|
@@ -3712,60 +3730,60 @@
|
|
|
3712
3730
|
Qualification[Qualification["schoolchild"] = 23] = "schoolchild";
|
|
3713
3731
|
Qualification[Qualification["preschool_child"] = 24] = "preschool_child";
|
|
3714
3732
|
})(exports.Qualification || (exports.Qualification = {}));
|
|
3715
|
-
var QualificationLocalization = (_a$
|
|
3716
|
-
_a$
|
|
3717
|
-
_b$
|
|
3718
|
-
_b$
|
|
3719
|
-
_b$
|
|
3720
|
-
_b$
|
|
3721
|
-
_b$
|
|
3722
|
-
_b$
|
|
3723
|
-
_b$
|
|
3724
|
-
_b$
|
|
3725
|
-
_b$
|
|
3726
|
-
_b$
|
|
3727
|
-
_b$
|
|
3728
|
-
_b$
|
|
3729
|
-
_b$
|
|
3730
|
-
_b$
|
|
3731
|
-
_b$
|
|
3732
|
-
_b$
|
|
3733
|
-
_b$
|
|
3734
|
-
_b$
|
|
3735
|
-
_b$
|
|
3736
|
-
_b$
|
|
3737
|
-
_b$
|
|
3738
|
-
_b$
|
|
3739
|
-
_b$
|
|
3740
|
-
_b$
|
|
3741
|
-
_b$
|
|
3742
|
-
_a$
|
|
3743
|
-
_c$
|
|
3744
|
-
_c$
|
|
3745
|
-
_c$
|
|
3746
|
-
_c$
|
|
3747
|
-
_c$
|
|
3748
|
-
_c$
|
|
3749
|
-
_c$
|
|
3750
|
-
_c$
|
|
3751
|
-
_c$
|
|
3752
|
-
_c$
|
|
3753
|
-
_c$
|
|
3754
|
-
_c$
|
|
3755
|
-
_c$
|
|
3756
|
-
_c$
|
|
3757
|
-
_c$
|
|
3758
|
-
_c$
|
|
3759
|
-
_c$
|
|
3760
|
-
_c$
|
|
3761
|
-
_c$
|
|
3762
|
-
_c$
|
|
3763
|
-
_c$
|
|
3764
|
-
_c$
|
|
3765
|
-
_c$
|
|
3766
|
-
_c$
|
|
3767
|
-
_c$
|
|
3768
|
-
_a$
|
|
3733
|
+
var QualificationLocalization = (_a$k = {},
|
|
3734
|
+
_a$k[Locales.ru] = (_b$j = {},
|
|
3735
|
+
_b$j[exports.Qualification.practician] = 'Практик',
|
|
3736
|
+
_b$j[exports.Qualification.practician2] = 'Практик 2',
|
|
3737
|
+
_b$j[exports.Qualification.practician3] = 'Практик 3',
|
|
3738
|
+
_b$j[exports.Qualification.amateur] = 'Любитель',
|
|
3739
|
+
_b$j[exports.Qualification.amateur2] = 'Любитель 2',
|
|
3740
|
+
_b$j[exports.Qualification.theorist] = 'Теоретик',
|
|
3741
|
+
_b$j[exports.Qualification.theorist2] = 'Теоретик 2',
|
|
3742
|
+
_b$j[exports.Qualification.theorist3] = 'Теоретик 3',
|
|
3743
|
+
_b$j[exports.Qualification.sportsman] = 'Спортсмен',
|
|
3744
|
+
_b$j[exports.Qualification.lider] = 'Лидер',
|
|
3745
|
+
_b$j[exports.Qualification.master] = 'Мастер',
|
|
3746
|
+
_b$j[exports.Qualification.profi] = 'Профи',
|
|
3747
|
+
_b$j[exports.Qualification.goalkeeper] = 'Вратарь',
|
|
3748
|
+
_b$j[exports.Qualification.goalkeeper2] = 'Вратарь 2',
|
|
3749
|
+
_b$j[exports.Qualification.goalkeeper_sh] = 'Вратарь СШ',
|
|
3750
|
+
_b$j[exports.Qualification.goalkeeper_ul] = 'Вратарь ЮЛ',
|
|
3751
|
+
_b$j[exports.Qualification.goalkeeper_mhl] = 'Вратарь МХЛ',
|
|
3752
|
+
_b$j[exports.Qualification.goalkeeper_vhl] = 'Вратарь ВХЛ',
|
|
3753
|
+
_b$j[exports.Qualification.goalkeeper_khl] = 'Вратарь КХЛ',
|
|
3754
|
+
_b$j[exports.Qualification.beginner] = 'Новичок',
|
|
3755
|
+
_b$j[exports.Qualification.junior] = 'Юниор',
|
|
3756
|
+
_b$j[exports.Qualification.debutant] = 'Дебютант',
|
|
3757
|
+
_b$j[exports.Qualification.schoolchild] = 'Школьник',
|
|
3758
|
+
_b$j[exports.Qualification.preschool_child] = 'Дошкольник',
|
|
3759
|
+
_b$j),
|
|
3760
|
+
_a$k[Locales.en] = (_c$j = {},
|
|
3761
|
+
_c$j[exports.Qualification.practician] = 'Practician',
|
|
3762
|
+
_c$j[exports.Qualification.practician2] = 'Practician 2',
|
|
3763
|
+
_c$j[exports.Qualification.practician3] = 'Практик 3',
|
|
3764
|
+
_c$j[exports.Qualification.amateur] = 'Amateur',
|
|
3765
|
+
_c$j[exports.Qualification.amateur2] = 'Amateur 2',
|
|
3766
|
+
_c$j[exports.Qualification.theorist] = 'Theorist',
|
|
3767
|
+
_c$j[exports.Qualification.theorist2] = 'Theorist 2',
|
|
3768
|
+
_c$j[exports.Qualification.theorist3] = 'Theorist 3',
|
|
3769
|
+
_c$j[exports.Qualification.sportsman] = 'Sportsman',
|
|
3770
|
+
_c$j[exports.Qualification.lider] = 'Leader',
|
|
3771
|
+
_c$j[exports.Qualification.master] = 'Master',
|
|
3772
|
+
_c$j[exports.Qualification.profi] = 'Professional',
|
|
3773
|
+
_c$j[exports.Qualification.goalkeeper] = 'Goalkeeper',
|
|
3774
|
+
_c$j[exports.Qualification.goalkeeper2] = 'Goalkeeper 2',
|
|
3775
|
+
_c$j[exports.Qualification.goalkeeper_sh] = 'Goalkeeper SH',
|
|
3776
|
+
_c$j[exports.Qualification.goalkeeper_ul] = 'Goalkeeper UL',
|
|
3777
|
+
_c$j[exports.Qualification.goalkeeper_mhl] = 'Goalkeeper MHL',
|
|
3778
|
+
_c$j[exports.Qualification.goalkeeper_vhl] = 'Goalkeeper VHL',
|
|
3779
|
+
_c$j[exports.Qualification.goalkeeper_khl] = 'Goalkeeper KHL',
|
|
3780
|
+
_c$j[exports.Qualification.beginner] = 'Beginner',
|
|
3781
|
+
_c$j[exports.Qualification.junior] = 'Junior',
|
|
3782
|
+
_c$j[exports.Qualification.debutant] = 'Debutant',
|
|
3783
|
+
_c$j[exports.Qualification.schoolchild] = 'Schoolchild',
|
|
3784
|
+
_c$j[exports.Qualification.preschool_child] = 'Preschool child',
|
|
3785
|
+
_c$j),
|
|
3786
|
+
_a$k);
|
|
3769
3787
|
exports.LeaguePlayer = /** @class */ (function (_super) {
|
|
3770
3788
|
__extends(LeaguePlayer, _super);
|
|
3771
3789
|
function LeaguePlayer() {
|
|
@@ -8477,6 +8495,16 @@
|
|
|
8477
8495
|
});
|
|
8478
8496
|
});
|
|
8479
8497
|
};
|
|
8498
|
+
TournamentApi.prototype.downloadTeamSanctionList = function (tournamentTeamId, fileType) {
|
|
8499
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
8500
|
+
return __generator(this, function (_a) {
|
|
8501
|
+
return [2 /*return*/, this.httpClient.get(this.configService.get('apiUrl') + "/api/v1/tournament_team/" + tournamentTeamId + "/sanction_list_file/?file_type=" + fileType, {
|
|
8502
|
+
params: new i1.HttpParams().set('file_type', fileType),
|
|
8503
|
+
responseType: 'blob'
|
|
8504
|
+
}).toPromise()];
|
|
8505
|
+
});
|
|
8506
|
+
});
|
|
8507
|
+
};
|
|
8480
8508
|
return TournamentApi;
|
|
8481
8509
|
}());
|
|
8482
8510
|
TournamentApi.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function TournamentApi_Factory() { return new TournamentApi(i0__namespace.ɵɵinject(i1__namespace.HttpClient), i0__namespace.ɵɵinject(ConfigService)); }, token: TournamentApi, providedIn: "root" });
|
|
@@ -9484,17 +9512,17 @@
|
|
|
9484
9512
|
TeamEventTypes[TeamEventTypes["other"] = 2] = "other";
|
|
9485
9513
|
})(exports.TeamEventTypes || (exports.TeamEventTypes = {}));
|
|
9486
9514
|
|
|
9487
|
-
var _a$
|
|
9488
|
-
var TeamEventTypeLocalization = (_a$
|
|
9489
|
-
_a$
|
|
9490
|
-
_b$
|
|
9491
|
-
_b$
|
|
9492
|
-
_b$
|
|
9493
|
-
_a$
|
|
9494
|
-
_c$
|
|
9495
|
-
_c$
|
|
9496
|
-
_c$
|
|
9497
|
-
_a$
|
|
9515
|
+
var _a$j, _b$i, _c$i;
|
|
9516
|
+
var TeamEventTypeLocalization = (_a$j = {},
|
|
9517
|
+
_a$j[Locales.ru] = (_b$i = {},
|
|
9518
|
+
_b$i[exports.TeamEventTypes.training] = 'Тренировка',
|
|
9519
|
+
_b$i[exports.TeamEventTypes.other] = 'Другое',
|
|
9520
|
+
_b$i),
|
|
9521
|
+
_a$j[Locales.en] = (_c$i = {},
|
|
9522
|
+
_c$i[exports.TeamEventTypes.training] = 'Training',
|
|
9523
|
+
_c$i[exports.TeamEventTypes.other] = 'Other',
|
|
9524
|
+
_c$i),
|
|
9525
|
+
_a$j);
|
|
9498
9526
|
|
|
9499
9527
|
exports.TeamEvent = /** @class */ (function (_super) {
|
|
9500
9528
|
__extends(TeamEvent, _super);
|
|
@@ -10198,7 +10226,7 @@
|
|
|
10198
10226
|
})
|
|
10199
10227
|
], exports.RugbyFoulType);
|
|
10200
10228
|
|
|
10201
|
-
var _a$
|
|
10229
|
+
var _a$i;
|
|
10202
10230
|
exports.RugbyGameLogTypes = void 0;
|
|
10203
10231
|
(function (RugbyGameLogTypes) {
|
|
10204
10232
|
RugbyGameLogTypes[RugbyGameLogTypes["enter_game"] = 1] = "enter_game";
|
|
@@ -10247,14 +10275,14 @@
|
|
|
10247
10275
|
RugbyGameLogTypes[RugbyGameLogTypes["goal_kick"] = 43] = "goal_kick";
|
|
10248
10276
|
RugbyGameLogTypes[RugbyGameLogTypes["out"] = 44] = "out";
|
|
10249
10277
|
})(exports.RugbyGameLogTypes || (exports.RugbyGameLogTypes = {}));
|
|
10250
|
-
var RUGBY_GAME_LOG_TYPE_POINTS = (_a$
|
|
10251
|
-
_a$
|
|
10252
|
-
_a$
|
|
10253
|
-
_a$
|
|
10254
|
-
_a$
|
|
10255
|
-
_a$
|
|
10256
|
-
_a$
|
|
10257
|
-
_a$
|
|
10278
|
+
var RUGBY_GAME_LOG_TYPE_POINTS = (_a$i = {},
|
|
10279
|
+
_a$i[exports.RugbyGameLogTypes.penalty_try] = 7,
|
|
10280
|
+
_a$i[exports.RugbyGameLogTypes.try] = 5,
|
|
10281
|
+
_a$i[exports.RugbyGameLogTypes.conversion_goal] = 2,
|
|
10282
|
+
_a$i[exports.RugbyGameLogTypes.penalty_goal] = 3,
|
|
10283
|
+
_a$i[exports.RugbyGameLogTypes.drop_goal] = 3,
|
|
10284
|
+
_a$i[exports.RugbyGameLogTypes.end_game_penalty_goal] = 1,
|
|
10285
|
+
_a$i);
|
|
10258
10286
|
var RUGBY_TEAM_LOG_TYPES = [
|
|
10259
10287
|
exports.RugbyGameLogTypes.timeout, exports.RugbyGameLogTypes.scrum_won, exports.RugbyGameLogTypes.scrum_lost, exports.RugbyGameLogTypes.scrum_won_free,
|
|
10260
10288
|
exports.RugbyGameLogTypes.lineout_won, exports.RugbyGameLogTypes.lineout_lost,
|
|
@@ -14254,141 +14282,171 @@
|
|
|
14254
14282
|
{ type: ConfigService }
|
|
14255
14283
|
]; };
|
|
14256
14284
|
|
|
14285
|
+
var _a$h, _b$h, _c$h;
|
|
14286
|
+
var BasketballGameLogTypeLocalization = (_a$h = {},
|
|
14287
|
+
_a$h[Locales.ru] = (_b$h = {},
|
|
14288
|
+
_b$h[exports.BasketballGameLogTypes.enter_game] = 'Выход на площадку',
|
|
14289
|
+
_b$h[exports.BasketballGameLogTypes.exit_game] = 'Ушел с площадки',
|
|
14290
|
+
_b$h[exports.BasketballGameLogTypes.remove_game] = 'Удаление с площадки',
|
|
14291
|
+
_b$h[exports.BasketballGameLogTypes.two_point_attempt] = 'Бросок 2 очка',
|
|
14292
|
+
_b$h[exports.BasketballGameLogTypes.three_point_attempt] = 'Бросок 3 очка',
|
|
14293
|
+
_b$h[exports.BasketballGameLogTypes.free_throw_attempt] = 'Штрафной бросок',
|
|
14294
|
+
_b$h[exports.BasketballGameLogTypes.one_point_attempt] = 'Бросок 1 очко',
|
|
14295
|
+
_b$h[exports.BasketballGameLogTypes.two_point_made] = '2 очка',
|
|
14296
|
+
_b$h[exports.BasketballGameLogTypes.three_point_made] = '3 очка',
|
|
14297
|
+
_b$h[exports.BasketballGameLogTypes.free_throw_made] = '1 очко, штрафной',
|
|
14298
|
+
_b$h[exports.BasketballGameLogTypes.one_point_made] = '1 очко',
|
|
14299
|
+
_b$h[exports.BasketballGameLogTypes.assist] = 'Передача',
|
|
14300
|
+
_b$h[exports.BasketballGameLogTypes.block] = 'Блокшот',
|
|
14301
|
+
_b$h[exports.BasketballGameLogTypes.rebound] = 'Подбор',
|
|
14302
|
+
_b$h[exports.BasketballGameLogTypes.offensive_rebound] = 'Подбор в нападении',
|
|
14303
|
+
_b$h[exports.BasketballGameLogTypes.defensive_rebound] = 'Подбор в защите',
|
|
14304
|
+
_b$h[exports.BasketballGameLogTypes.steal] = 'Перехват',
|
|
14305
|
+
_b$h[exports.BasketballGameLogTypes.turnover] = 'Потеря',
|
|
14306
|
+
_b$h[exports.BasketballGameLogTypes.personal_foul] = 'Фол',
|
|
14307
|
+
_b$h[exports.BasketballGameLogTypes.technical_foul] = 'Технический фол',
|
|
14308
|
+
_b$h[exports.BasketballGameLogTypes.unsportsmanlike_foul] = 'Неспортиный фол',
|
|
14309
|
+
_b$h[exports.BasketballGameLogTypes.timeout] = 'Таймаут',
|
|
14310
|
+
_b$h[exports.BasketballGameLogTypes.team_rebound] = 'Командный подбор',
|
|
14311
|
+
_b$h[exports.BasketballGameLogTypes.dunk_attempt] = 'Данк мимо',
|
|
14312
|
+
_b$h[exports.BasketballGameLogTypes.dunk_made] = 'Данк',
|
|
14313
|
+
_b$h[exports.BasketballGameLogTypes.four_point_attempt] = 'Бросок 4 очка',
|
|
14314
|
+
_b$h[exports.BasketballGameLogTypes.four_point_made] = '4 очка',
|
|
14315
|
+
_b$h[exports.BasketballGameLogTypes.shootout] = 'Буллит',
|
|
14316
|
+
_b$h[exports.BasketballGameLogTypes.shootout_won] = 'Буллит выигран',
|
|
14317
|
+
_b$h[exports.BasketballGameLogTypes.shootout_lost] = 'Буллит проигран',
|
|
14318
|
+
_b$h[exports.BasketballGameLogTypes.moneyball_free_throw_attempt] = 'Штрафной бросок',
|
|
14319
|
+
_b$h[exports.BasketballGameLogTypes.moneyball_free_throw_made] = '2 очка, штрафной',
|
|
14320
|
+
_b$h),
|
|
14321
|
+
_a$h[Locales.en] = (_c$h = {},
|
|
14322
|
+
_c$h[exports.BasketballGameLogTypes.enter_game] = 'Entering the court',
|
|
14323
|
+
_c$h[exports.BasketballGameLogTypes.exit_game] = 'Exit the court',
|
|
14324
|
+
_c$h[exports.BasketballGameLogTypes.remove_game] = 'Remove from the court',
|
|
14325
|
+
_c$h[exports.BasketballGameLogTypes.two_point_attempt] = 'Two point attempt',
|
|
14326
|
+
_c$h[exports.BasketballGameLogTypes.three_point_attempt] = 'Three point attempt',
|
|
14327
|
+
_c$h[exports.BasketballGameLogTypes.free_throw_attempt] = 'Free throw attempt',
|
|
14328
|
+
_c$h[exports.BasketballGameLogTypes.one_point_attempt] = 'One point attempt',
|
|
14329
|
+
_c$h[exports.BasketballGameLogTypes.two_point_made] = '2 points',
|
|
14330
|
+
_c$h[exports.BasketballGameLogTypes.three_point_made] = '3 points',
|
|
14331
|
+
_c$h[exports.BasketballGameLogTypes.free_throw_made] = '1 point, free throw',
|
|
14332
|
+
_c$h[exports.BasketballGameLogTypes.one_point_made] = '1 point',
|
|
14333
|
+
_c$h[exports.BasketballGameLogTypes.assist] = 'Assist',
|
|
14334
|
+
_c$h[exports.BasketballGameLogTypes.block] = 'Block',
|
|
14335
|
+
_c$h[exports.BasketballGameLogTypes.rebound] = 'Rebound',
|
|
14336
|
+
_c$h[exports.BasketballGameLogTypes.offensive_rebound] = 'Offensive rebound',
|
|
14337
|
+
_c$h[exports.BasketballGameLogTypes.defensive_rebound] = 'Defensive rebound',
|
|
14338
|
+
_c$h[exports.BasketballGameLogTypes.steal] = 'Steal',
|
|
14339
|
+
_c$h[exports.BasketballGameLogTypes.turnover] = 'Turnover',
|
|
14340
|
+
_c$h[exports.BasketballGameLogTypes.personal_foul] = 'Foul',
|
|
14341
|
+
_c$h[exports.BasketballGameLogTypes.technical_foul] = 'Technical foul',
|
|
14342
|
+
_c$h[exports.BasketballGameLogTypes.unsportsmanlike_foul] = 'Unsportsmanlike foul',
|
|
14343
|
+
_c$h[exports.BasketballGameLogTypes.timeout] = 'Timeout',
|
|
14344
|
+
_c$h[exports.BasketballGameLogTypes.team_rebound] = 'Team rebound',
|
|
14345
|
+
_c$h[exports.BasketballGameLogTypes.four_point_attempt] = 'Four point attempt',
|
|
14346
|
+
_c$h[exports.BasketballGameLogTypes.four_point_made] = '4 points',
|
|
14347
|
+
_c$h[exports.BasketballGameLogTypes.dunk_attempt] = 'Dunk miss',
|
|
14348
|
+
_c$h[exports.BasketballGameLogTypes.dunk_attempt] = 'Dunk',
|
|
14349
|
+
_c$h[exports.BasketballGameLogTypes.shootout] = 'Shootout',
|
|
14350
|
+
_c$h[exports.BasketballGameLogTypes.shootout_won] = 'Shootout won',
|
|
14351
|
+
_c$h[exports.BasketballGameLogTypes.shootout_lost] = 'Shootout lost',
|
|
14352
|
+
_c$h[exports.BasketballGameLogTypes.moneyball_free_throw_attempt] = 'Free throw attempt',
|
|
14353
|
+
_c$h[exports.BasketballGameLogTypes.moneyball_free_throw_made] = '2 points, free throw',
|
|
14354
|
+
_c$h),
|
|
14355
|
+
_a$h);
|
|
14356
|
+
|
|
14257
14357
|
var _a$g, _b$g, _c$g;
|
|
14258
|
-
var
|
|
14358
|
+
var BasketballGameSubLogTypesLocalization = (_a$g = {},
|
|
14259
14359
|
_a$g[Locales.ru] = (_b$g = {},
|
|
14260
|
-
|
|
14261
|
-
_b$g[exports.
|
|
14262
|
-
_b$g[exports.
|
|
14263
|
-
_b$g[exports.
|
|
14264
|
-
_b$g[exports.
|
|
14265
|
-
_b$g[exports.
|
|
14266
|
-
_b$g[exports.
|
|
14267
|
-
_b$g[exports.
|
|
14268
|
-
_b$g[exports.
|
|
14269
|
-
_b$g[exports.
|
|
14270
|
-
_b$g[exports.
|
|
14271
|
-
_b$g[exports.
|
|
14272
|
-
|
|
14273
|
-
_b$g[exports.
|
|
14274
|
-
_b$g[exports.
|
|
14275
|
-
_b$g[exports.
|
|
14276
|
-
|
|
14277
|
-
_b$g[exports.
|
|
14278
|
-
_b$g[exports.
|
|
14279
|
-
_b$g[exports.
|
|
14280
|
-
_b$g[exports.
|
|
14281
|
-
_b$g[exports.
|
|
14282
|
-
_b$g[exports.
|
|
14283
|
-
_b$g[exports.
|
|
14284
|
-
_b$g[exports.
|
|
14285
|
-
_b$g[exports.
|
|
14286
|
-
_b$g[exports.
|
|
14287
|
-
_b$g[exports.
|
|
14288
|
-
_b$g[exports.
|
|
14289
|
-
_b$g[exports.BasketballGameLogTypes.shootout_lost] = 'Буллит проигран',
|
|
14290
|
-
_b$g[exports.BasketballGameLogTypes.moneyball_free_throw_attempt] = 'Штрафной бросок',
|
|
14291
|
-
_b$g[exports.BasketballGameLogTypes.moneyball_free_throw_made] = '2 очка, штрафной',
|
|
14360
|
+
// Shots
|
|
14361
|
+
_b$g[exports.BasketballSubLogTypes.jump_shot] = 'Джампшот',
|
|
14362
|
+
_b$g[exports.BasketballSubLogTypes.step_back_jump_shot] = 'Степ-бэк',
|
|
14363
|
+
_b$g[exports.BasketballSubLogTypes.floating_jump_shot] = 'Флоатинг',
|
|
14364
|
+
_b$g[exports.BasketballSubLogTypes.fade_away_jump_shot] = 'Фэйдавэй',
|
|
14365
|
+
_b$g[exports.BasketballSubLogTypes.pull_up_jump_shot] = 'Пуллап',
|
|
14366
|
+
_b$g[exports.BasketballSubLogTypes.turnaround_jump_shot] = 'Турнэраунд',
|
|
14367
|
+
_b$g[exports.BasketballSubLogTypes.dunk] = 'Данк',
|
|
14368
|
+
_b$g[exports.BasketballSubLogTypes.layup] = 'Лэйап',
|
|
14369
|
+
_b$g[exports.BasketballSubLogTypes.driving_layup] = 'Драйвинг лэйап',
|
|
14370
|
+
_b$g[exports.BasketballSubLogTypes.alley_oop] = 'Алейуп',
|
|
14371
|
+
_b$g[exports.BasketballSubLogTypes.hook_shot] = 'Хукшот',
|
|
14372
|
+
// foul
|
|
14373
|
+
_b$g[exports.BasketballSubLogTypes.offensive_foul] = 'В нападении',
|
|
14374
|
+
_b$g[exports.BasketballSubLogTypes.shot_foul] = 'При броксе',
|
|
14375
|
+
_b$g[exports.BasketballSubLogTypes.mutual_foul] = 'Обоюдный фол',
|
|
14376
|
+
// Turnover
|
|
14377
|
+
_b$g[exports.BasketballSubLogTypes.bad_pass] = 'Плохой пас',
|
|
14378
|
+
_b$g[exports.BasketballSubLogTypes.ball_handling] = 'На ведении',
|
|
14379
|
+
_b$g[exports.BasketballSubLogTypes.travel] = 'Пробежка',
|
|
14380
|
+
_b$g[exports.BasketballSubLogTypes.double_dribble] = 'Двойное ведение',
|
|
14381
|
+
_b$g[exports.BasketballSubLogTypes.out_of_bounds] = 'Заступ в аут',
|
|
14382
|
+
_b$g[exports.BasketballSubLogTypes.three_seconds] = '3 секунды',
|
|
14383
|
+
_b$g[exports.BasketballSubLogTypes.five_seconds] = '5 секунд',
|
|
14384
|
+
_b$g[exports.BasketballSubLogTypes.eight_seconds] = '8 секунд',
|
|
14385
|
+
_b$g[exports.BasketballSubLogTypes.twenty_four_seconds] = '24 секунды',
|
|
14386
|
+
_b$g[exports.BasketballSubLogTypes.back_court] = 'Зона',
|
|
14387
|
+
_b$g[exports.BasketballSubLogTypes.offensive_goal_tending] = 'Гоалтендинг',
|
|
14388
|
+
_b$g[exports.BasketballSubLogTypes.other_turnover] = 'Другое',
|
|
14292
14389
|
_b$g),
|
|
14293
14390
|
_a$g[Locales.en] = (_c$g = {},
|
|
14294
|
-
|
|
14295
|
-
_c$g[exports.
|
|
14296
|
-
_c$g[exports.
|
|
14297
|
-
_c$g[exports.
|
|
14298
|
-
_c$g[exports.
|
|
14299
|
-
_c$g[exports.
|
|
14300
|
-
_c$g[exports.
|
|
14301
|
-
_c$g[exports.
|
|
14302
|
-
_c$g[exports.
|
|
14303
|
-
_c$g[exports.
|
|
14304
|
-
_c$g[exports.
|
|
14305
|
-
_c$g[exports.
|
|
14306
|
-
|
|
14307
|
-
_c$g[exports.
|
|
14308
|
-
_c$g[exports.
|
|
14309
|
-
_c$g[exports.
|
|
14310
|
-
|
|
14311
|
-
_c$g[exports.
|
|
14312
|
-
_c$g[exports.
|
|
14313
|
-
_c$g[exports.
|
|
14314
|
-
_c$g[exports.
|
|
14315
|
-
_c$g[exports.
|
|
14316
|
-
_c$g[exports.
|
|
14317
|
-
_c$g[exports.
|
|
14318
|
-
_c$g[exports.
|
|
14319
|
-
_c$g[exports.
|
|
14320
|
-
_c$g[exports.
|
|
14321
|
-
_c$g[exports.
|
|
14322
|
-
_c$g[exports.
|
|
14323
|
-
_c$g[exports.BasketballGameLogTypes.shootout_lost] = 'Shootout lost',
|
|
14324
|
-
_c$g[exports.BasketballGameLogTypes.moneyball_free_throw_attempt] = 'Free throw attempt',
|
|
14325
|
-
_c$g[exports.BasketballGameLogTypes.moneyball_free_throw_made] = '2 points, free throw',
|
|
14391
|
+
// Shots
|
|
14392
|
+
_c$g[exports.BasketballSubLogTypes.jump_shot] = 'Jump shot',
|
|
14393
|
+
_c$g[exports.BasketballSubLogTypes.step_back_jump_shot] = 'Step back',
|
|
14394
|
+
_c$g[exports.BasketballSubLogTypes.floating_jump_shot] = 'Floating',
|
|
14395
|
+
_c$g[exports.BasketballSubLogTypes.fade_away_jump_shot] = 'Fade-away',
|
|
14396
|
+
_c$g[exports.BasketballSubLogTypes.pull_up_jump_shot] = 'Pull-up',
|
|
14397
|
+
_c$g[exports.BasketballSubLogTypes.turnaround_jump_shot] = 'Turnaround',
|
|
14398
|
+
_c$g[exports.BasketballSubLogTypes.dunk] = 'Dunk',
|
|
14399
|
+
_c$g[exports.BasketballSubLogTypes.layup] = 'Layup',
|
|
14400
|
+
_c$g[exports.BasketballSubLogTypes.driving_layup] = 'Driving layup',
|
|
14401
|
+
_c$g[exports.BasketballSubLogTypes.alley_oop] = 'Alley-oop',
|
|
14402
|
+
_c$g[exports.BasketballSubLogTypes.hook_shot] = 'Hook-shot',
|
|
14403
|
+
// foul
|
|
14404
|
+
_c$g[exports.BasketballSubLogTypes.offensive_foul] = 'Offensive foul',
|
|
14405
|
+
_c$g[exports.BasketballSubLogTypes.shot_foul] = 'Shot foul',
|
|
14406
|
+
_c$g[exports.BasketballSubLogTypes.mutual_foul] = 'Mutual foul',
|
|
14407
|
+
// Turnover
|
|
14408
|
+
_c$g[exports.BasketballSubLogTypes.bad_pass] = 'Bad pass',
|
|
14409
|
+
_c$g[exports.BasketballSubLogTypes.ball_handling] = 'Ball handling',
|
|
14410
|
+
_c$g[exports.BasketballSubLogTypes.travel] = 'Travel',
|
|
14411
|
+
_c$g[exports.BasketballSubLogTypes.double_dribble] = 'Double dribble',
|
|
14412
|
+
_c$g[exports.BasketballSubLogTypes.out_of_bounds] = 'Out of bounds',
|
|
14413
|
+
_c$g[exports.BasketballSubLogTypes.three_seconds] = '3 second',
|
|
14414
|
+
_c$g[exports.BasketballSubLogTypes.five_seconds] = '5 second',
|
|
14415
|
+
_c$g[exports.BasketballSubLogTypes.eight_seconds] = '8 second',
|
|
14416
|
+
_c$g[exports.BasketballSubLogTypes.twenty_four_seconds] = '24 second',
|
|
14417
|
+
_c$g[exports.BasketballSubLogTypes.back_court] = 'Back court',
|
|
14418
|
+
_c$g[exports.BasketballSubLogTypes.offensive_goal_tending] = 'Goal tending',
|
|
14419
|
+
_c$g[exports.BasketballSubLogTypes.other_turnover] = 'Other',
|
|
14326
14420
|
_c$g),
|
|
14327
14421
|
_a$g);
|
|
14328
14422
|
|
|
14329
14423
|
var _a$f, _b$f, _c$f;
|
|
14330
|
-
var
|
|
14424
|
+
var CountryLocalization = (_a$f = {},
|
|
14331
14425
|
_a$f[Locales.ru] = (_b$f = {},
|
|
14332
|
-
|
|
14333
|
-
_b$f[exports.
|
|
14334
|
-
_b$f[exports.
|
|
14335
|
-
_b$f[exports.
|
|
14336
|
-
_b$f[exports.
|
|
14337
|
-
_b$f[exports.
|
|
14338
|
-
_b$f[exports.
|
|
14339
|
-
_b$f[exports.
|
|
14340
|
-
_b$f[exports.
|
|
14341
|
-
_b$f[exports.
|
|
14342
|
-
_b$f[exports.
|
|
14343
|
-
_b$f[exports.BasketballSubLogTypes.hook_shot] = 'Хукшот',
|
|
14344
|
-
// foul
|
|
14345
|
-
_b$f[exports.BasketballSubLogTypes.offensive_foul] = 'В нападении',
|
|
14346
|
-
_b$f[exports.BasketballSubLogTypes.shot_foul] = 'При броксе',
|
|
14347
|
-
_b$f[exports.BasketballSubLogTypes.mutual_foul] = 'Обоюдный фол',
|
|
14348
|
-
// Turnover
|
|
14349
|
-
_b$f[exports.BasketballSubLogTypes.bad_pass] = 'Плохой пас',
|
|
14350
|
-
_b$f[exports.BasketballSubLogTypes.ball_handling] = 'На ведении',
|
|
14351
|
-
_b$f[exports.BasketballSubLogTypes.travel] = 'Пробежка',
|
|
14352
|
-
_b$f[exports.BasketballSubLogTypes.double_dribble] = 'Двойное ведение',
|
|
14353
|
-
_b$f[exports.BasketballSubLogTypes.out_of_bounds] = 'Заступ в аут',
|
|
14354
|
-
_b$f[exports.BasketballSubLogTypes.three_seconds] = '3 секунды',
|
|
14355
|
-
_b$f[exports.BasketballSubLogTypes.five_seconds] = '5 секунд',
|
|
14356
|
-
_b$f[exports.BasketballSubLogTypes.eight_seconds] = '8 секунд',
|
|
14357
|
-
_b$f[exports.BasketballSubLogTypes.twenty_four_seconds] = '24 секунды',
|
|
14358
|
-
_b$f[exports.BasketballSubLogTypes.back_court] = 'Зона',
|
|
14359
|
-
_b$f[exports.BasketballSubLogTypes.offensive_goal_tending] = 'Гоалтендинг',
|
|
14360
|
-
_b$f[exports.BasketballSubLogTypes.other_turnover] = 'Другое',
|
|
14426
|
+
_b$f[exports.Country.RU] = 'Россия',
|
|
14427
|
+
_b$f[exports.Country.BL] = 'Беларусь',
|
|
14428
|
+
_b$f[exports.Country.AM] = 'Армения',
|
|
14429
|
+
_b$f[exports.Country.KZ] = 'Казахстан',
|
|
14430
|
+
_b$f[exports.Country.KG] = 'Кыргызстан',
|
|
14431
|
+
_b$f[exports.Country.USA] = 'США',
|
|
14432
|
+
_b$f[exports.Country.GE] = 'Грузия',
|
|
14433
|
+
_b$f[exports.Country.AZ] = 'Азербайджан',
|
|
14434
|
+
_b$f[exports.Country.CHN] = 'Китай',
|
|
14435
|
+
_b$f[exports.Country.EGY] = 'Египет',
|
|
14436
|
+
_b$f[exports.Country.IRN] = 'Иран',
|
|
14361
14437
|
_b$f),
|
|
14362
14438
|
_a$f[Locales.en] = (_c$f = {},
|
|
14363
|
-
|
|
14364
|
-
_c$f[exports.
|
|
14365
|
-
_c$f[exports.
|
|
14366
|
-
_c$f[exports.
|
|
14367
|
-
_c$f[exports.
|
|
14368
|
-
_c$f[exports.
|
|
14369
|
-
_c$f[exports.
|
|
14370
|
-
_c$f[exports.
|
|
14371
|
-
_c$f[exports.
|
|
14372
|
-
_c$f[exports.
|
|
14373
|
-
_c$f[exports.
|
|
14374
|
-
_c$f[exports.BasketballSubLogTypes.hook_shot] = 'Hook-shot',
|
|
14375
|
-
// foul
|
|
14376
|
-
_c$f[exports.BasketballSubLogTypes.offensive_foul] = 'Offensive foul',
|
|
14377
|
-
_c$f[exports.BasketballSubLogTypes.shot_foul] = 'Shot foul',
|
|
14378
|
-
_c$f[exports.BasketballSubLogTypes.mutual_foul] = 'Mutual foul',
|
|
14379
|
-
// Turnover
|
|
14380
|
-
_c$f[exports.BasketballSubLogTypes.bad_pass] = 'Bad pass',
|
|
14381
|
-
_c$f[exports.BasketballSubLogTypes.ball_handling] = 'Ball handling',
|
|
14382
|
-
_c$f[exports.BasketballSubLogTypes.travel] = 'Travel',
|
|
14383
|
-
_c$f[exports.BasketballSubLogTypes.double_dribble] = 'Double dribble',
|
|
14384
|
-
_c$f[exports.BasketballSubLogTypes.out_of_bounds] = 'Out of bounds',
|
|
14385
|
-
_c$f[exports.BasketballSubLogTypes.three_seconds] = '3 second',
|
|
14386
|
-
_c$f[exports.BasketballSubLogTypes.five_seconds] = '5 second',
|
|
14387
|
-
_c$f[exports.BasketballSubLogTypes.eight_seconds] = '8 second',
|
|
14388
|
-
_c$f[exports.BasketballSubLogTypes.twenty_four_seconds] = '24 second',
|
|
14389
|
-
_c$f[exports.BasketballSubLogTypes.back_court] = 'Back court',
|
|
14390
|
-
_c$f[exports.BasketballSubLogTypes.offensive_goal_tending] = 'Goal tending',
|
|
14391
|
-
_c$f[exports.BasketballSubLogTypes.other_turnover] = 'Other',
|
|
14439
|
+
_c$f[exports.Country.RU] = 'Russia',
|
|
14440
|
+
_c$f[exports.Country.BL] = 'Belarus',
|
|
14441
|
+
_c$f[exports.Country.AM] = 'Armenia',
|
|
14442
|
+
_c$f[exports.Country.KZ] = 'Kazakhstan',
|
|
14443
|
+
_c$f[exports.Country.KG] = 'Kyrgyzstan',
|
|
14444
|
+
_c$f[exports.Country.USA] = 'USA',
|
|
14445
|
+
_c$f[exports.Country.GE] = 'Georgia',
|
|
14446
|
+
_c$f[exports.Country.AZ] = 'Azerbaijan',
|
|
14447
|
+
_c$f[exports.Country.CHN] = 'China',
|
|
14448
|
+
_c$f[exports.Country.EGY] = 'Egypt',
|
|
14449
|
+
_c$f[exports.Country.IRN] = 'Iran',
|
|
14392
14450
|
_c$f),
|
|
14393
14451
|
_a$f);
|
|
14394
14452
|
|
|
@@ -16004,6 +16062,7 @@
|
|
|
16004
16062
|
exports.CONFIG_DATA = CONFIG_DATA;
|
|
16005
16063
|
exports.CentrifugoService = CentrifugoService;
|
|
16006
16064
|
exports.ConfigService = ConfigService;
|
|
16065
|
+
exports.CountryLocalization = CountryLocalization;
|
|
16007
16066
|
exports.DateField = DateField;
|
|
16008
16067
|
exports.DateTimeField = DateTimeField;
|
|
16009
16068
|
exports.FAULT_LOG_TYPES = FAULT_LOG_TYPES;
|