@mtgame/core 0.1.132 → 0.1.134
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 +20 -2
- package/bundles/mtgame-core.umd.js.map +1 -1
- package/esm2015/localization/waterpolo-game-log-types.js +20 -2
- package/esm2015/models/waterpolo-game-log.js +2 -2
- package/fesm2015/mtgame-core.js +20 -2
- package/fesm2015/mtgame-core.js.map +1 -1
- package/localization/waterpolo-game-log-types.d.ts +18 -0
- package/package.json +1 -1
|
@@ -11022,7 +11022,7 @@
|
|
|
11022
11022
|
WaterpoloGameLog.prototype.isFoulType = function () {
|
|
11023
11023
|
return [
|
|
11024
11024
|
exports.WaterpoloGameLogTypes.minor_penalty, exports.WaterpoloGameLogTypes.major_penalty, exports.WaterpoloGameLogTypes.match_penalty,
|
|
11025
|
-
exports.WaterpoloGameLogTypes.personal_foul, exports.WaterpoloGameLogTypes.foul, exports.WaterpoloGameLogTypes.attack_foul
|
|
11025
|
+
exports.WaterpoloGameLogTypes.personal_foul, exports.WaterpoloGameLogTypes.foul, exports.WaterpoloGameLogTypes.attack_foul, exports.WaterpoloGameLogTypes.penalty_foul
|
|
11026
11026
|
].indexOf(this.logType) > -1;
|
|
11027
11027
|
};
|
|
11028
11028
|
WaterpoloGameLog.prototype.isAfter = function (log) {
|
|
@@ -12156,24 +12156,40 @@
|
|
|
12156
12156
|
_a$a[exports.WaterpoloGameLogTypes.enter_game] = 'Выход на площадку',
|
|
12157
12157
|
_a$a[exports.WaterpoloGameLogTypes.exit_game] = 'Ушел с площадки',
|
|
12158
12158
|
_a$a[exports.WaterpoloGameLogTypes.shot_miss] = 'Бросок мимо',
|
|
12159
|
+
_a$a[exports.WaterpoloGameLogTypes.counterattack_miss] = 'Бросок мимо',
|
|
12160
|
+
_a$a[exports.WaterpoloGameLogTypes.maneuver_miss] = 'Бросок мимо',
|
|
12161
|
+
_a$a[exports.WaterpoloGameLogTypes.center_forward_miss] = 'Бросок мимо',
|
|
12159
12162
|
_a$a[exports.WaterpoloGameLogTypes.shot_on_goal] = 'Бросок по воротам',
|
|
12163
|
+
_a$a[exports.WaterpoloGameLogTypes.counterattack_on_goal] = 'Бросок по воротам',
|
|
12164
|
+
_a$a[exports.WaterpoloGameLogTypes.maneuver_on_goal] = 'Бросок по воротам',
|
|
12165
|
+
_a$a[exports.WaterpoloGameLogTypes.center_forward_on_goal] = 'Бросок по воротам',
|
|
12160
12166
|
_a$a[exports.WaterpoloGameLogTypes.shot_blocked] = 'Заблокированный бросок',
|
|
12161
12167
|
_a$a[exports.WaterpoloGameLogTypes.goal] = 'Гол',
|
|
12168
|
+
_a$a[exports.WaterpoloGameLogTypes.maneuver_goal] = 'Гол',
|
|
12169
|
+
_a$a[exports.WaterpoloGameLogTypes.counterattack_goal] = 'Гол',
|
|
12170
|
+
_a$a[exports.WaterpoloGameLogTypes.center_forward_goal] = 'Гол',
|
|
12162
12171
|
_a$a[exports.WaterpoloGameLogTypes.shootout_attempt] = 'Пенальти промах',
|
|
12163
12172
|
_a$a[exports.WaterpoloGameLogTypes.shootout_goal] = 'Пенальти гол',
|
|
12164
12173
|
_a$a[exports.WaterpoloGameLogTypes.after_game_shootout_attempt] = 'Пенальти промах',
|
|
12165
12174
|
_a$a[exports.WaterpoloGameLogTypes.after_game_shootout_goal] = 'Пенальти гол',
|
|
12166
|
-
_a$a[exports.WaterpoloGameLogTypes.assist] = '
|
|
12175
|
+
_a$a[exports.WaterpoloGameLogTypes.assist] = 'Голевая передача',
|
|
12167
12176
|
_a$a[exports.WaterpoloGameLogTypes.block_shot] = 'Блокировка броска',
|
|
12168
12177
|
_a$a[exports.WaterpoloGameLogTypes.minor_penalty] = 'Удаление на 20 сек.',
|
|
12169
12178
|
_a$a[exports.WaterpoloGameLogTypes.major_penalty] = 'Удаление + 4 мин. штраф',
|
|
12170
12179
|
_a$a[exports.WaterpoloGameLogTypes.match_penalty] = 'Удаление до конца матча',
|
|
12171
12180
|
_a$a[exports.WaterpoloGameLogTypes.foul] = 'Фол',
|
|
12181
|
+
_a$a[exports.WaterpoloGameLogTypes.penalty_foul] = 'Фол пенальти',
|
|
12182
|
+
_a$a[exports.WaterpoloGameLogTypes.attack_foul] = 'Фол в нападении',
|
|
12172
12183
|
_a$a[exports.WaterpoloGameLogTypes.personal_foul] = 'Персональный фол',
|
|
12173
12184
|
_a$a[exports.WaterpoloGameLogTypes.penalty_shot] = 'Штрафной бросок',
|
|
12174
12185
|
_a$a[exports.WaterpoloGameLogTypes.face_off_lose] = 'Проигрыш в спринте',
|
|
12175
12186
|
_a$a[exports.WaterpoloGameLogTypes.face_off_win] = 'Победа в спринте',
|
|
12176
12187
|
_a$a[exports.WaterpoloGameLogTypes.save] = 'Отражен бросок',
|
|
12188
|
+
_a$a[exports.WaterpoloGameLogTypes.counterattack_save] = 'Отражен бросок',
|
|
12189
|
+
_a$a[exports.WaterpoloGameLogTypes.maneuver_save] = 'Отражен бросок',
|
|
12190
|
+
_a$a[exports.WaterpoloGameLogTypes.center_forward_save] = 'Отражен бросок',
|
|
12191
|
+
_a$a[exports.WaterpoloGameLogTypes.free_kick_save] = 'Отражен бросок',
|
|
12192
|
+
_a$a[exports.WaterpoloGameLogTypes.corner_save] = 'Отражен бросок',
|
|
12177
12193
|
_a$a[exports.WaterpoloGameLogTypes.shootout_save] = 'Отражен бросок',
|
|
12178
12194
|
_a$a[exports.WaterpoloGameLogTypes.after_game_shootout_save] = 'Отражен бросок',
|
|
12179
12195
|
_a$a[exports.WaterpoloGameLogTypes.timeout] = 'Таймаут',
|
|
@@ -12181,8 +12197,10 @@
|
|
|
12181
12197
|
_a$a[exports.WaterpoloGameLogTypes.penalty_end] = 'Конец штрафного времени',
|
|
12182
12198
|
_a$a[exports.WaterpoloGameLogTypes.yellow_card] = 'Желтая карточка',
|
|
12183
12199
|
_a$a[exports.WaterpoloGameLogTypes.red_card] = 'Красная карточка',
|
|
12200
|
+
_a$a[exports.WaterpoloGameLogTypes.turnover] = 'Переход владения',
|
|
12184
12201
|
_a$a[exports.WaterpoloGameLogTypes.loss] = 'Потеря',
|
|
12185
12202
|
_a$a[exports.WaterpoloGameLogTypes.steal] = 'Перехват',
|
|
12203
|
+
_a$a[exports.WaterpoloGameLogTypes.tackle] = 'Отбор',
|
|
12186
12204
|
_a$a[exports.WaterpoloGameLogTypes.free_kick_goal] = 'Свободный удар - гол',
|
|
12187
12205
|
_a$a[exports.WaterpoloGameLogTypes.free_kick_on_goal] = 'Свободный удар в створ',
|
|
12188
12206
|
_a$a[exports.WaterpoloGameLogTypes.free_kick_miss] = 'Свободный удар мимо',
|