@mtgame/core 1.0.40 → 1.0.41
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 +5 -0
- package/bundles/mtgame-core.umd.js.map +1 -1
- package/esm2015/localization/user-profile.js +5 -1
- package/esm2015/models/waterpolo-profile.js +2 -1
- package/fesm2015/mtgame-core.js +5 -0
- package/fesm2015/mtgame-core.js.map +1 -1
- package/localization/user-profile.d.ts +4 -0
- package/models/waterpolo-profile.d.ts +2 -1
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -1293,6 +1293,7 @@
|
|
|
1293
1293
|
GameWaterpoloPosition[GameWaterpoloPosition["defensemen"] = 2] = "defensemen";
|
|
1294
1294
|
GameWaterpoloPosition[GameWaterpoloPosition["center_forward"] = 3] = "center_forward";
|
|
1295
1295
|
GameWaterpoloPosition[GameWaterpoloPosition["mobile_forward"] = 4] = "mobile_forward";
|
|
1296
|
+
GameWaterpoloPosition[GameWaterpoloPosition["winger"] = 5] = "winger";
|
|
1296
1297
|
})(exports.GameWaterpoloPosition || (exports.GameWaterpoloPosition = {}));
|
|
1297
1298
|
exports.WaterpoloWorkHand = void 0;
|
|
1298
1299
|
(function (WaterpoloWorkHand) {
|
|
@@ -15837,12 +15838,14 @@
|
|
|
15837
15838
|
_16[exports.GameWaterpoloPosition.goalkeeper] = 'Вратарь',
|
|
15838
15839
|
_16[exports.GameWaterpoloPosition.center_forward] = 'Центральный нападающий',
|
|
15839
15840
|
_16[exports.GameWaterpoloPosition.mobile_forward] = 'Подвижный нападающий',
|
|
15841
|
+
_16[exports.GameWaterpoloPosition.winger] = 'Крайний нападающий',
|
|
15840
15842
|
_16),
|
|
15841
15843
|
_15[Locales.en] = (_17 = {},
|
|
15842
15844
|
_17[exports.GameWaterpoloPosition.defensemen] = 'Defender',
|
|
15843
15845
|
_17[exports.GameWaterpoloPosition.goalkeeper] = 'Goalkeeper',
|
|
15844
15846
|
_17[exports.GameWaterpoloPosition.center_forward] = 'Center forward',
|
|
15845
15847
|
_17[exports.GameWaterpoloPosition.mobile_forward] = 'Mobile forward',
|
|
15848
|
+
_17[exports.GameWaterpoloPosition.winger] = 'Winger',
|
|
15846
15849
|
_17),
|
|
15847
15850
|
_15);
|
|
15848
15851
|
var GameWaterpoloPositionShortRuLocalization = (_18 = {},
|
|
@@ -15851,12 +15854,14 @@
|
|
|
15851
15854
|
_19[exports.GameWaterpoloPosition.goalkeeper] = 'Вр',
|
|
15852
15855
|
_19[exports.GameWaterpoloPosition.center_forward] = 'ЦН',
|
|
15853
15856
|
_19[exports.GameWaterpoloPosition.mobile_forward] = 'ПН',
|
|
15857
|
+
_19[exports.GameWaterpoloPosition.winger] = 'КН',
|
|
15854
15858
|
_19),
|
|
15855
15859
|
_18[Locales.en] = (_20 = {},
|
|
15856
15860
|
_20[exports.GameWaterpoloPosition.defensemen] = 'D',
|
|
15857
15861
|
_20[exports.GameWaterpoloPosition.goalkeeper] = 'G',
|
|
15858
15862
|
_20[exports.GameWaterpoloPosition.center_forward] = 'CF',
|
|
15859
15863
|
_20[exports.GameWaterpoloPosition.mobile_forward] = 'MF',
|
|
15864
|
+
_20[exports.GameWaterpoloPosition.winger] = 'W',
|
|
15860
15865
|
_20),
|
|
15861
15866
|
_18);
|
|
15862
15867
|
var WaterpoloWorkHandLocalization = (_21 = {},
|