@mtgame/core 0.2.47 → 0.2.49
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 +23 -19
- package/bundles/mtgame-core.umd.js.map +1 -1
- package/esm2015/localization/rugby-game-log-types.js +3 -2
- package/esm2015/models/rugby-game-log.js +20 -19
- package/esm2015/models/rugby-game-statistic.js +2 -1
- package/esm2015/models/rugby-statistic.js +2 -1
- package/fesm2015/mtgame-core.js +23 -19
- package/fesm2015/mtgame-core.js.map +1 -1
- package/localization/rugby-game-log-types.d.ts +3 -2
- package/models/rugby-game-log.d.ts +19 -18
- package/models/rugby-game-statistic.d.ts +1 -0
- package/models/rugby-statistic.d.ts +1 -0
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -6729,6 +6729,7 @@
|
|
|
6729
6729
|
foot_out_shots: 'footOutShots',
|
|
6730
6730
|
foot_shots: 'footShots',
|
|
6731
6731
|
foot_kicks_50_22: 'footKicks5022',
|
|
6732
|
+
runs: 'runs',
|
|
6732
6733
|
plus_minus: 'plusMinus',
|
|
6733
6734
|
game_time: 'gameTime',
|
|
6734
6735
|
// Team statistic
|
|
@@ -9312,6 +9313,7 @@
|
|
|
9312
9313
|
fouls: 'fouls',
|
|
9313
9314
|
team_fouls: 'teamFouls',
|
|
9314
9315
|
outs: 'outs',
|
|
9316
|
+
runs: 'runs',
|
|
9315
9317
|
game_time: 'gameTime',
|
|
9316
9318
|
plus_minus: 'plusMinus'
|
|
9317
9319
|
},
|
|
@@ -9404,25 +9406,26 @@
|
|
|
9404
9406
|
RugbyGameLogTypes[RugbyGameLogTypes["foot_field_shot"] = 23] = "foot_field_shot";
|
|
9405
9407
|
RugbyGameLogTypes[RugbyGameLogTypes["foot_out_shot"] = 24] = "foot_out_shot";
|
|
9406
9408
|
RugbyGameLogTypes[RugbyGameLogTypes["foot_kick_50_22"] = 25] = "foot_kick_50_22";
|
|
9409
|
+
RugbyGameLogTypes[RugbyGameLogTypes["run"] = 26] = "run";
|
|
9407
9410
|
// team actions
|
|
9408
|
-
RugbyGameLogTypes[RugbyGameLogTypes["timeout"] =
|
|
9409
|
-
RugbyGameLogTypes[RugbyGameLogTypes["tap_penalty"] =
|
|
9410
|
-
RugbyGameLogTypes[RugbyGameLogTypes["penalty_kick_to_touch"] =
|
|
9411
|
-
RugbyGameLogTypes[RugbyGameLogTypes["scrum_won"] =
|
|
9412
|
-
RugbyGameLogTypes[RugbyGameLogTypes["scrum_lost"] =
|
|
9413
|
-
RugbyGameLogTypes[RugbyGameLogTypes["scrum_won_free"] =
|
|
9414
|
-
RugbyGameLogTypes[RugbyGameLogTypes["lineout_won"] =
|
|
9415
|
-
RugbyGameLogTypes[RugbyGameLogTypes["lineout_lost"] =
|
|
9416
|
-
RugbyGameLogTypes[RugbyGameLogTypes["quick_throw"] =
|
|
9417
|
-
RugbyGameLogTypes[RugbyGameLogTypes["ruck_won"] =
|
|
9418
|
-
RugbyGameLogTypes[RugbyGameLogTypes["ruck_lost"] =
|
|
9419
|
-
RugbyGameLogTypes[RugbyGameLogTypes["maul_won"] =
|
|
9420
|
-
RugbyGameLogTypes[RugbyGameLogTypes["maul_lost"] =
|
|
9421
|
-
RugbyGameLogTypes[RugbyGameLogTypes["team_foul"] =
|
|
9422
|
-
RugbyGameLogTypes[RugbyGameLogTypes["start_kick"] =
|
|
9423
|
-
RugbyGameLogTypes[RugbyGameLogTypes["twenty_two_meters_kick"] =
|
|
9424
|
-
RugbyGameLogTypes[RugbyGameLogTypes["goal_kick"] =
|
|
9425
|
-
RugbyGameLogTypes[RugbyGameLogTypes["out"] =
|
|
9411
|
+
RugbyGameLogTypes[RugbyGameLogTypes["timeout"] = 27] = "timeout";
|
|
9412
|
+
RugbyGameLogTypes[RugbyGameLogTypes["tap_penalty"] = 28] = "tap_penalty";
|
|
9413
|
+
RugbyGameLogTypes[RugbyGameLogTypes["penalty_kick_to_touch"] = 29] = "penalty_kick_to_touch";
|
|
9414
|
+
RugbyGameLogTypes[RugbyGameLogTypes["scrum_won"] = 30] = "scrum_won";
|
|
9415
|
+
RugbyGameLogTypes[RugbyGameLogTypes["scrum_lost"] = 31] = "scrum_lost";
|
|
9416
|
+
RugbyGameLogTypes[RugbyGameLogTypes["scrum_won_free"] = 32] = "scrum_won_free";
|
|
9417
|
+
RugbyGameLogTypes[RugbyGameLogTypes["lineout_won"] = 33] = "lineout_won";
|
|
9418
|
+
RugbyGameLogTypes[RugbyGameLogTypes["lineout_lost"] = 34] = "lineout_lost";
|
|
9419
|
+
RugbyGameLogTypes[RugbyGameLogTypes["quick_throw"] = 35] = "quick_throw";
|
|
9420
|
+
RugbyGameLogTypes[RugbyGameLogTypes["ruck_won"] = 36] = "ruck_won";
|
|
9421
|
+
RugbyGameLogTypes[RugbyGameLogTypes["ruck_lost"] = 37] = "ruck_lost";
|
|
9422
|
+
RugbyGameLogTypes[RugbyGameLogTypes["maul_won"] = 38] = "maul_won";
|
|
9423
|
+
RugbyGameLogTypes[RugbyGameLogTypes["maul_lost"] = 39] = "maul_lost";
|
|
9424
|
+
RugbyGameLogTypes[RugbyGameLogTypes["team_foul"] = 40] = "team_foul";
|
|
9425
|
+
RugbyGameLogTypes[RugbyGameLogTypes["start_kick"] = 41] = "start_kick";
|
|
9426
|
+
RugbyGameLogTypes[RugbyGameLogTypes["twenty_two_meters_kick"] = 42] = "twenty_two_meters_kick";
|
|
9427
|
+
RugbyGameLogTypes[RugbyGameLogTypes["goal_kick"] = 43] = "goal_kick";
|
|
9428
|
+
RugbyGameLogTypes[RugbyGameLogTypes["out"] = 44] = "out";
|
|
9426
9429
|
})(exports.RugbyGameLogTypes || (exports.RugbyGameLogTypes = {}));
|
|
9427
9430
|
var RUGBY_GAME_LOG_TYPE_POINTS = (_a$g = {},
|
|
9428
9431
|
_a$g[exports.RugbyGameLogTypes.penalty_try] = 7,
|
|
@@ -13229,7 +13232,7 @@
|
|
|
13229
13232
|
_a$6[exports.RugbyGameLogTypes.penalty_miss] = 'Штрафной промах',
|
|
13230
13233
|
_a$6[exports.RugbyGameLogTypes.penalty_goal] = 'Штрафной гол',
|
|
13231
13234
|
_a$6[exports.RugbyGameLogTypes.penalty_kick_to_touch] = 'Штрафной в аут',
|
|
13232
|
-
_a$6[exports.RugbyGameLogTypes.tap_penalty] = 'Штрафной
|
|
13235
|
+
_a$6[exports.RugbyGameLogTypes.tap_penalty] = 'Штрафной разыгран',
|
|
13233
13236
|
_a$6[exports.RugbyGameLogTypes.drop_goal] = 'Дроп-гол',
|
|
13234
13237
|
_a$6[exports.RugbyGameLogTypes.drop_goal_miss] = 'Дроп-гол промах',
|
|
13235
13238
|
_a$6[exports.RugbyGameLogTypes.free_kick] = 'Свободный удар',
|
|
@@ -13247,6 +13250,7 @@
|
|
|
13247
13250
|
_a$6[exports.RugbyGameLogTypes.foot_field_shot] = 'Удар ногой в поле',
|
|
13248
13251
|
_a$6[exports.RugbyGameLogTypes.foot_out_shot] = 'Удар ногой в аут',
|
|
13249
13252
|
_a$6[exports.RugbyGameLogTypes.foot_kick_50_22] = 'Удар ногой 50/22',
|
|
13253
|
+
_a$6[exports.RugbyGameLogTypes.run] = 'Забег',
|
|
13250
13254
|
_a$6[exports.RugbyGameLogTypes.timeout] = 'Таймаут',
|
|
13251
13255
|
_a$6[exports.RugbyGameLogTypes.scrum_won] = 'Схватка выиграна',
|
|
13252
13256
|
_a$6[exports.RugbyGameLogTypes.scrum_lost] = 'Схватка проиграна',
|