@mtgame/core 1.0.8 → 1.0.10
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/country.js +3 -1
- package/esm2015/models/city.js +2 -1
- package/esm2015/models/playoff.js +2 -1
- package/fesm2015/mtgame-core.js +4 -0
- package/fesm2015/mtgame-core.js.map +1 -1
- package/localization/country.d.ts +2 -0
- package/models/city.d.ts +2 -1
- package/models/playoff.d.ts +1 -0
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -976,6 +976,7 @@
|
|
|
976
976
|
Country["CHN"] = "CHN";
|
|
977
977
|
Country["EGY"] = "EGY";
|
|
978
978
|
Country["IRN"] = "IRN";
|
|
979
|
+
Country["GRC"] = "GRC";
|
|
979
980
|
})(exports.Country || (exports.Country = {}));
|
|
980
981
|
exports.City = /** @class */ (function (_super) {
|
|
981
982
|
__extends(City, _super);
|
|
@@ -2397,6 +2398,7 @@
|
|
|
2397
2398
|
rounds: 'rounds',
|
|
2398
2399
|
final_rounds: 'finalRounds',
|
|
2399
2400
|
third_place_rounds: 'thirdPlaceRounds',
|
|
2401
|
+
loser_final_rounds: 'loserFinalRounds',
|
|
2400
2402
|
teams_count: 'teamsCount',
|
|
2401
2403
|
type: 'type',
|
|
2402
2404
|
min_player_games_count: 'minPlayerGamesCount',
|
|
@@ -14435,6 +14437,7 @@
|
|
|
14435
14437
|
_b$f[exports.Country.CHN] = 'Китай',
|
|
14436
14438
|
_b$f[exports.Country.EGY] = 'Египет',
|
|
14437
14439
|
_b$f[exports.Country.IRN] = 'Иран',
|
|
14440
|
+
_b$f[exports.Country.GRC] = 'Греция',
|
|
14438
14441
|
_b$f),
|
|
14439
14442
|
_a$f[Locales.en] = (_c$f = {},
|
|
14440
14443
|
_c$f[exports.Country.RU] = 'Russia',
|
|
@@ -14448,6 +14451,7 @@
|
|
|
14448
14451
|
_c$f[exports.Country.CHN] = 'China',
|
|
14449
14452
|
_c$f[exports.Country.EGY] = 'Egypt',
|
|
14450
14453
|
_c$f[exports.Country.IRN] = 'Iran',
|
|
14454
|
+
_c$f[exports.Country.GRC] = 'Greece',
|
|
14451
14455
|
_c$f),
|
|
14452
14456
|
_a$f);
|
|
14453
14457
|
|