@mtgame/core 0.0.11 → 0.0.12
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/bundles/mtgame-core.umd.js +22 -16
- package/bundles/mtgame-core.umd.js.map +1 -1
- package/bundles/mtgame-core.umd.min.js +1 -1
- package/bundles/mtgame-core.umd.min.js.map +1 -1
- package/esm2015/localization/user-profile.js +7 -1
- package/esm2015/models/hockey-game-statistic.js +1 -15
- package/esm2015/models/hockey-statistic.js +16 -2
- package/esm5/localization/user-profile.js +8 -2
- package/esm5/models/hockey-game-statistic.js +1 -15
- package/esm5/models/hockey-statistic.js +16 -2
- package/fesm2015/mtgame-core.js +21 -16
- package/fesm2015/mtgame-core.js.map +1 -1
- package/fesm5/mtgame-core.js +22 -17
- package/fesm5/mtgame-core.js.map +1 -1
- package/localization/user-profile.d.ts +6 -0
- package/models/hockey-game-statistic.d.ts +0 -14
- package/models/hockey-statistic.d.ts +14 -0
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -2555,32 +2555,18 @@
|
|
|
2555
2555
|
game_user_id: 'gameUserId',
|
|
2556
2556
|
updated_at: 'updatedAt',
|
|
2557
2557
|
points: 'points',
|
|
2558
|
-
pp_shots: 'ppShots',
|
|
2559
2558
|
pp_shot_misses: 'ppShotMisses',
|
|
2560
2559
|
pp_shots_on_goal: 'ppShotsOnGoal',
|
|
2561
2560
|
pp_shots_blocked: 'ppShotsBlocked',
|
|
2562
|
-
ev_shots: 'evShots',
|
|
2563
2561
|
ev_shot_misses: 'evShotMisses',
|
|
2564
2562
|
ev_shots_on_goal: 'evShotsOnGoal',
|
|
2565
2563
|
ev_shots_blocked: 'evShotsBlocked',
|
|
2566
|
-
sh_shots: 'shShots',
|
|
2567
2564
|
sh_shot_misses: 'shShotMisses',
|
|
2568
2565
|
sh_shots_on_goal: 'shShotsOnGoal',
|
|
2569
2566
|
sh_shots_blocked: 'shShotsBlocked',
|
|
2570
|
-
pp_goals_percent: 'ppGoalsPercent',
|
|
2571
2567
|
pp_goals: 'ppGoals',
|
|
2572
|
-
ev_goals_percent: 'evGoalsPercent',
|
|
2573
2568
|
ev_goals: 'evGoals',
|
|
2574
|
-
sh_goals_percent: 'shGoalsPercent',
|
|
2575
|
-
goals: 'goals',
|
|
2576
2569
|
sh_goals: 'shGoals',
|
|
2577
|
-
shot_misses: 'shotMisses',
|
|
2578
|
-
shots_on_goal: 'shotsOnGoal',
|
|
2579
|
-
shots_blocked: 'shotsBlocked',
|
|
2580
|
-
shots: 'shots',
|
|
2581
|
-
goals_percent: 'goalsPercent',
|
|
2582
|
-
shots_against: 'shotsAgainst',
|
|
2583
|
-
saves_percent: 'savesPercent',
|
|
2584
2570
|
pp_assists: 'ppAssists',
|
|
2585
2571
|
ev_assists: 'evAssists',
|
|
2586
2572
|
sh_assists: 'shAssists',
|
|
@@ -2630,18 +2616,32 @@
|
|
|
2630
2616
|
games_count: 'gamesCount',
|
|
2631
2617
|
won_games_count: 'wonGamesCount',
|
|
2632
2618
|
points: 'points',
|
|
2619
|
+
pp_shots: 'ppShots',
|
|
2633
2620
|
pp_shot_misses: 'ppShotMisses',
|
|
2634
2621
|
pp_shots_on_goal: 'ppShotsOnGoal',
|
|
2635
2622
|
pp_shots_blocked: 'ppShotsBlocked',
|
|
2623
|
+
ev_shots: 'evShots',
|
|
2636
2624
|
ev_shot_misses: 'evShotMisses',
|
|
2637
2625
|
ev_shots_on_goal: 'evShotsOnGoal',
|
|
2638
2626
|
ev_shots_blocked: 'evShotsBlocked',
|
|
2639
|
-
|
|
2627
|
+
sh_shots: 'shShots',
|
|
2628
|
+
sh_shot_misses: 'shShotMisses',
|
|
2640
2629
|
sh_shots_on_goal: 'shShotsOnGoal',
|
|
2641
2630
|
sh_shots_blocked: 'shShotsBlocked',
|
|
2631
|
+
pp_goals_percent: 'ppGoalsPercent',
|
|
2642
2632
|
pp_goals: 'ppGoals',
|
|
2633
|
+
ev_goals_percent: 'evGoalsPercent',
|
|
2643
2634
|
ev_goals: 'evGoals',
|
|
2635
|
+
sh_goals_percent: 'shGoalsPercent',
|
|
2636
|
+
goals: 'goals',
|
|
2644
2637
|
sh_goals: 'shGoals',
|
|
2638
|
+
shot_misses: 'shotMisses',
|
|
2639
|
+
shots_on_goal: 'shotsOnGoal',
|
|
2640
|
+
shots_blocked: 'shotsBlocked',
|
|
2641
|
+
shots: 'shots',
|
|
2642
|
+
goals_percent: 'goalsPercent',
|
|
2643
|
+
shots_against: 'shotsAgainst',
|
|
2644
|
+
saves_percent: 'savesPercent',
|
|
2645
2645
|
pp_assists: 'ppAssists',
|
|
2646
2646
|
ev_assists: 'evAssists',
|
|
2647
2647
|
sh_assists: 'shAssists',
|
|
@@ -5964,7 +5964,7 @@
|
|
|
5964
5964
|
_a$4[exports.TeamUserRole.admin] = 'Владелец',
|
|
5965
5965
|
_a$4);
|
|
5966
5966
|
|
|
5967
|
-
var _a$5, _b, _c, _d, _e, _f, _g;
|
|
5967
|
+
var _a$5, _b, _c, _d, _e, _f, _g, _h;
|
|
5968
5968
|
var GameBasketballPositionLocalization = (_a$5 = {},
|
|
5969
5969
|
_a$5[exports.GameBasketballPosition.point_guard] = 'Разыгрывающий защитник',
|
|
5970
5970
|
_a$5[exports.GameBasketballPosition.shooting_guard] = 'Атакующий защитник',
|
|
@@ -6008,6 +6008,11 @@
|
|
|
6008
6008
|
_g[exports.VolleyballWorkHand.left] = 'Левая',
|
|
6009
6009
|
_g[exports.VolleyballWorkHand.right] = 'Правая',
|
|
6010
6010
|
_g);
|
|
6011
|
+
var GameHockeyPositionLocalization = (_h = {},
|
|
6012
|
+
_h[exports.GameHockeyPosition.goaltender] = 'Вратарь',
|
|
6013
|
+
_h[exports.GameHockeyPosition.defensemen] = 'Защитник',
|
|
6014
|
+
_h[exports.GameHockeyPosition.forward] = 'Нападающий',
|
|
6015
|
+
_h);
|
|
6011
6016
|
|
|
6012
6017
|
var _a$6;
|
|
6013
6018
|
var VolleyballGameLogTypeLocalization = (_a$6 = {},
|
|
@@ -6458,6 +6463,7 @@
|
|
|
6458
6463
|
exports.Game = Game;
|
|
6459
6464
|
exports.GameBasketballPositionLocalization = GameBasketballPositionLocalization;
|
|
6460
6465
|
exports.GameBasketballPositionShortLocalization = GameBasketballPositionShortLocalization;
|
|
6466
|
+
exports.GameHockeyPositionLocalization = GameHockeyPositionLocalization;
|
|
6461
6467
|
exports.GameInvite = GameInvite;
|
|
6462
6468
|
exports.GameTimelineStageItem = GameTimelineStageItem;
|
|
6463
6469
|
exports.GameTimelineStages = GameTimelineStages;
|