@mtgame/core 1.0.47 → 1.0.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 +3 -1
- package/bundles/mtgame-core.umd.js.map +1 -1
- package/esm2015/localization/basketball-game-log-types.js +3 -1
- package/esm2015/models/waterpolo-game-statistic.js +2 -2
- package/fesm2015/mtgame-core.js +3 -1
- package/fesm2015/mtgame-core.js.map +1 -1
- package/localization/basketball-game-log-types.d.ts +2 -0
- package/package.json +1 -1
|
@@ -13476,7 +13476,7 @@
|
|
|
13476
13476
|
});
|
|
13477
13477
|
Object.defineProperty(WaterpoloGameStatistic.prototype, "totalShots", {
|
|
13478
13478
|
get: function () {
|
|
13479
|
-
return this.shots
|
|
13479
|
+
return this.shots;
|
|
13480
13480
|
},
|
|
13481
13481
|
enumerable: false,
|
|
13482
13482
|
configurable: true
|
|
@@ -15022,6 +15022,7 @@
|
|
|
15022
15022
|
_b$h[exports.BasketballGameLogTypes.personal_foul] = 'Фол',
|
|
15023
15023
|
_b$h[exports.BasketballGameLogTypes.technical_foul] = 'Технический фол',
|
|
15024
15024
|
_b$h[exports.BasketballGameLogTypes.unsportsmanlike_foul] = 'Неспортиный фол',
|
|
15025
|
+
_b$h[exports.BasketballGameLogTypes.disqualification_foul] = 'Дисквалифицирующий фол',
|
|
15025
15026
|
_b$h[exports.BasketballGameLogTypes.timeout] = 'Таймаут',
|
|
15026
15027
|
_b$h[exports.BasketballGameLogTypes.team_rebound] = 'Командный подбор',
|
|
15027
15028
|
_b$h[exports.BasketballGameLogTypes.dunk_attempt] = 'Данк мимо',
|
|
@@ -15055,6 +15056,7 @@
|
|
|
15055
15056
|
_c$h[exports.BasketballGameLogTypes.turnover] = 'Turnover',
|
|
15056
15057
|
_c$h[exports.BasketballGameLogTypes.personal_foul] = 'Foul',
|
|
15057
15058
|
_c$h[exports.BasketballGameLogTypes.technical_foul] = 'Technical foul',
|
|
15059
|
+
_c$h[exports.BasketballGameLogTypes.disqualification_foul] = 'Disqualification foul',
|
|
15058
15060
|
_c$h[exports.BasketballGameLogTypes.unsportsmanlike_foul] = 'Unsportsmanlike foul',
|
|
15059
15061
|
_c$h[exports.BasketballGameLogTypes.timeout] = 'Timeout',
|
|
15060
15062
|
_c$h[exports.BasketballGameLogTypes.team_rebound] = 'Team rebound',
|