@mtgame/core 0.1.124 → 0.1.126
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 +4 -0
- package/bundles/mtgame-core.umd.js.map +1 -1
- package/esm2015/localization/rugby-game-log-types.js +4 -1
- package/esm2015/models/rugby-game-log.js +2 -1
- package/fesm2015/mtgame-core.js +4 -0
- package/fesm2015/mtgame-core.js.map +1 -1
- package/localization/rugby-game-log-types.d.ts +3 -0
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -8492,6 +8492,7 @@
|
|
|
8492
8492
|
exports.RugbyGameLogTypes.quick_throw, exports.RugbyGameLogTypes.ruck_won, exports.RugbyGameLogTypes.ruck_lost,
|
|
8493
8493
|
exports.RugbyGameLogTypes.maul_won, exports.RugbyGameLogTypes.maul_lost, exports.RugbyGameLogTypes.team_foul,
|
|
8494
8494
|
exports.RugbyGameLogTypes.penalty_kick_to_touch, exports.RugbyGameLogTypes.tap_penalty,
|
|
8495
|
+
exports.RugbyGameLogTypes.start_kick, exports.RugbyGameLogTypes.twenty_two_meters_kick, exports.RugbyGameLogTypes.goal_kick
|
|
8495
8496
|
];
|
|
8496
8497
|
exports.RugbyGameLog = /** @class */ (function (_super) {
|
|
8497
8498
|
__extends(RugbyGameLog, _super);
|
|
@@ -11286,6 +11287,9 @@
|
|
|
11286
11287
|
_a$6[exports.RugbyGameLogTypes.maul_won] = 'Мол выигран',
|
|
11287
11288
|
_a$6[exports.RugbyGameLogTypes.maul_lost] = 'Мол проигран',
|
|
11288
11289
|
_a$6[exports.RugbyGameLogTypes.team_foul] = 'Нарушение',
|
|
11290
|
+
_a$6[exports.RugbyGameLogTypes.start_kick] = 'Начальный удар',
|
|
11291
|
+
_a$6[exports.RugbyGameLogTypes.twenty_two_meters_kick] = 'Удар с 22 метров',
|
|
11292
|
+
_a$6[exports.RugbyGameLogTypes.goal_kick] = 'Удар от ворот',
|
|
11289
11293
|
_a$6);
|
|
11290
11294
|
|
|
11291
11295
|
var _a$5;
|