@mtgame/core 0.1.2 → 0.1.3
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/api/public-api.d.ts +1 -0
- package/bundles/mtgame-core.umd.js +14 -17
- package/bundles/mtgame-core.umd.js.map +1 -1
- package/bundles/mtgame-core.umd.min.js +1 -1
- package/bundles/mtgame-core.umd.min.js.map +1 -1
- package/esm2015/api/public-api.js +2 -1
- package/esm2015/models/base-statistic.js +1 -3
- package/esm2015/models/basketball-game-team-statistic.js +1 -1
- package/esm2015/models/basketball-statistic.js +4 -4
- package/esm2015/models/football-game-team-statistic.js +1 -1
- package/esm2015/models/football-statistic.js +5 -5
- package/esm2015/models/game-team-statistic-base.js +1 -0
- package/esm2015/models/handball-game-team-statistic.js +1 -1
- package/esm2015/models/handball-statistic.js +5 -5
- package/esm2015/models/hockey-game-team-statistic.js +1 -1
- package/esm2015/models/hockey-statistic.js +4 -4
- package/esm2015/models/public-api.js +2 -2
- package/esm2015/models/tournament-team-user.js +1 -3
- package/esm2015/models/volleyball-game-team-statistic.js +1 -1
- package/esm2015/models/volleyball-statistic.js +4 -4
- package/esm2015/mtgame-core.js +1 -3
- package/esm5/api/public-api.js +2 -1
- package/esm5/models/base-statistic.js +1 -7
- package/esm5/models/basketball-game-team-statistic.js +1 -1
- package/esm5/models/basketball-statistic.js +4 -4
- package/esm5/models/football-game-team-statistic.js +1 -1
- package/esm5/models/football-statistic.js +5 -5
- package/esm5/models/game-team-statistic-base.js +1 -0
- package/esm5/models/handball-game-team-statistic.js +1 -1
- package/esm5/models/handball-statistic.js +5 -5
- package/esm5/models/hockey-game-team-statistic.js +1 -1
- package/esm5/models/hockey-statistic.js +4 -4
- package/esm5/models/public-api.js +2 -2
- package/esm5/models/tournament-team-user.js +1 -3
- package/esm5/models/volleyball-game-team-statistic.js +1 -1
- package/esm5/models/volleyball-statistic.js +4 -4
- package/esm5/mtgame-core.js +1 -3
- package/fesm2015/mtgame-core.js +13 -12
- package/fesm2015/mtgame-core.js.map +1 -1
- package/fesm5/mtgame-core.js +13 -15
- package/fesm5/mtgame-core.js.map +1 -1
- package/models/base-statistic.d.ts +1 -1
- package/models/basketball-game-team-statistic.d.ts +2 -1
- package/models/basketball-statistic.d.ts +3 -1
- package/models/football-game-team-statistic.d.ts +2 -1
- package/models/football-statistic.d.ts +3 -1
- package/models/game-team-statistic-base.d.ts +5 -0
- package/models/handball-game-team-statistic.d.ts +2 -1
- package/models/handball-statistic.d.ts +3 -1
- package/models/hockey-game-team-statistic.d.ts +2 -1
- package/models/hockey-statistic.d.ts +3 -1
- package/models/public-api.d.ts +3 -0
- package/models/volleyball-game-team-statistic.d.ts +2 -1
- package/models/volleyball-statistic.d.ts +19 -2
- package/mtgame-core.d.ts +0 -2
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
package/api/public-api.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export { BasketballGameApi } from './basketball-game-api';
|
|
2
2
|
export * from './feedback-api';
|
|
3
3
|
export * from './file-api';
|
|
4
|
+
export * from './game-base-api';
|
|
4
5
|
export * from './hockey-game-api';
|
|
5
6
|
export * from './football-game-api';
|
|
6
7
|
export * from './handball-game-api';
|
|
@@ -2355,7 +2355,6 @@
|
|
|
2355
2355
|
relation: {
|
|
2356
2356
|
tournamentTeam: TournamentTeam,
|
|
2357
2357
|
teamUser: TeamUser,
|
|
2358
|
-
photo: File,
|
|
2359
2358
|
disqualification: TournamentDisqualification,
|
|
2360
2359
|
leaguePlayer: LeaguePlayer,
|
|
2361
2360
|
}
|
|
@@ -2364,12 +2363,6 @@
|
|
|
2364
2363
|
return TournamentTeamUser;
|
|
2365
2364
|
}(BaseModel));
|
|
2366
2365
|
|
|
2367
|
-
var BaseStatistic = /** @class */ (function () {
|
|
2368
|
-
function BaseStatistic() {
|
|
2369
|
-
}
|
|
2370
|
-
return BaseStatistic;
|
|
2371
|
-
}());
|
|
2372
|
-
|
|
2373
2366
|
var BasketballStatistic = /** @class */ (function (_super) {
|
|
2374
2367
|
__extends(BasketballStatistic, _super);
|
|
2375
2368
|
function BasketballStatistic() {
|
|
@@ -2434,6 +2427,7 @@
|
|
|
2434
2427
|
unsportsmanlike_fouls: 'unsportsmanlikeFouls',
|
|
2435
2428
|
game_time: 'gameTime',
|
|
2436
2429
|
newbie: 'newbie',
|
|
2430
|
+
rank: 'rank',
|
|
2437
2431
|
},
|
|
2438
2432
|
relation: {
|
|
2439
2433
|
tournamentTeamUser: TournamentTeamUser,
|
|
@@ -2446,7 +2440,7 @@
|
|
|
2446
2440
|
})
|
|
2447
2441
|
], BasketballStatistic);
|
|
2448
2442
|
return BasketballStatistic;
|
|
2449
|
-
}(
|
|
2443
|
+
}(BaseModel));
|
|
2450
2444
|
|
|
2451
2445
|
var BasketballGameTeamStatistic = /** @class */ (function (_super) {
|
|
2452
2446
|
__extends(BasketballGameTeamStatistic, _super);
|
|
@@ -3291,6 +3285,7 @@
|
|
|
3291
3285
|
game_time: 'gameTime',
|
|
3292
3286
|
plus_minus: 'plusMinus',
|
|
3293
3287
|
newbie: 'newbie',
|
|
3288
|
+
rank: 'rank',
|
|
3294
3289
|
},
|
|
3295
3290
|
relation: {
|
|
3296
3291
|
tournamentTeamUser: TournamentTeamUser,
|
|
@@ -3303,7 +3298,7 @@
|
|
|
3303
3298
|
})
|
|
3304
3299
|
], HockeyStatistic);
|
|
3305
3300
|
return HockeyStatistic;
|
|
3306
|
-
}(
|
|
3301
|
+
}(BaseModel));
|
|
3307
3302
|
|
|
3308
3303
|
var HockeyGameTeamStatistic = /** @class */ (function (_super) {
|
|
3309
3304
|
__extends(HockeyGameTeamStatistic, _super);
|
|
@@ -3781,7 +3776,8 @@
|
|
|
3781
3776
|
free_kicks: 'freeKicks',
|
|
3782
3777
|
game_time: 'gameTime',
|
|
3783
3778
|
plus_minus: 'plusMinus',
|
|
3784
|
-
newbie: 'newbie'
|
|
3779
|
+
newbie: 'newbie',
|
|
3780
|
+
rank: 'rank',
|
|
3785
3781
|
},
|
|
3786
3782
|
relation: {
|
|
3787
3783
|
tournamentTeamUser: TournamentTeamUser,
|
|
@@ -3794,7 +3790,7 @@
|
|
|
3794
3790
|
})
|
|
3795
3791
|
], FootballStatistic);
|
|
3796
3792
|
return FootballStatistic;
|
|
3797
|
-
}(
|
|
3793
|
+
}(BaseModel));
|
|
3798
3794
|
|
|
3799
3795
|
var FootballGameTeamStatistic = /** @class */ (function (_super) {
|
|
3800
3796
|
__extends(FootballGameTeamStatistic, _super);
|
|
@@ -4217,7 +4213,8 @@
|
|
|
4217
4213
|
total_goals: 'totalGoals',
|
|
4218
4214
|
total_saves: 'totalSaves',
|
|
4219
4215
|
total_goals_against: 'totalGoalsAgainst',
|
|
4220
|
-
newbie: 'newbie'
|
|
4216
|
+
newbie: 'newbie',
|
|
4217
|
+
rank: 'rank',
|
|
4221
4218
|
},
|
|
4222
4219
|
relation: {
|
|
4223
4220
|
tournamentTeamUser: TournamentTeamUser,
|
|
@@ -4230,7 +4227,7 @@
|
|
|
4230
4227
|
})
|
|
4231
4228
|
], HandballStatistic);
|
|
4232
4229
|
return HandballStatistic;
|
|
4233
|
-
}(
|
|
4230
|
+
}(BaseModel));
|
|
4234
4231
|
|
|
4235
4232
|
var HandballGameTeamStatistic = /** @class */ (function (_super) {
|
|
4236
4233
|
__extends(HandballGameTeamStatistic, _super);
|
|
@@ -4612,6 +4609,7 @@
|
|
|
4612
4609
|
points: 'points',
|
|
4613
4610
|
faults: 'faults',
|
|
4614
4611
|
newbie: 'newbie',
|
|
4612
|
+
rank: 'rank',
|
|
4615
4613
|
},
|
|
4616
4614
|
relation: {
|
|
4617
4615
|
team: Team,
|
|
@@ -4624,7 +4622,7 @@
|
|
|
4624
4622
|
})
|
|
4625
4623
|
], VolleyballStatistic);
|
|
4626
4624
|
return VolleyballStatistic;
|
|
4627
|
-
}(
|
|
4625
|
+
}(BaseModel));
|
|
4628
4626
|
|
|
4629
4627
|
var TournamentStageTeam = /** @class */ (function (_super) {
|
|
4630
4628
|
__extends(TournamentStageTeam, _super);
|
|
@@ -8891,7 +8889,6 @@
|
|
|
8891
8889
|
|
|
8892
8890
|
exports.BaseModel = BaseModel;
|
|
8893
8891
|
exports.BaseService = BaseService;
|
|
8894
|
-
exports.BaseStatistic = BaseStatistic;
|
|
8895
8892
|
exports.BasketballGameApi = BasketballGameApi;
|
|
8896
8893
|
exports.BasketballGameConfig = BasketballGameConfig;
|
|
8897
8894
|
exports.BasketballGameLog = BasketballGameLog;
|
|
@@ -8921,6 +8918,7 @@
|
|
|
8921
8918
|
exports.FootballStatistic = FootballStatistic;
|
|
8922
8919
|
exports.FootballWorkFootLocalization = FootballWorkFootLocalization;
|
|
8923
8920
|
exports.Game = Game;
|
|
8921
|
+
exports.GameBaseApi = GameBaseApi;
|
|
8924
8922
|
exports.GameBasketballPositionLocalization = GameBasketballPositionLocalization;
|
|
8925
8923
|
exports.GameBasketballPositionShortLocalization = GameBasketballPositionShortLocalization;
|
|
8926
8924
|
exports.GameFootballPositionLocalization = GameFootballPositionLocalization;
|
|
@@ -8958,6 +8956,7 @@
|
|
|
8958
8956
|
exports.LeagueNews = LeagueNews;
|
|
8959
8957
|
exports.LeagueNewsApi = LeagueNewsApi;
|
|
8960
8958
|
exports.LeaguePartner = LeaguePartner;
|
|
8959
|
+
exports.LeaguePlayer = LeaguePlayer;
|
|
8961
8960
|
exports.LeaguePlaylist = LeaguePlaylist;
|
|
8962
8961
|
exports.LocalStorageEngine = LocalStorageEngine;
|
|
8963
8962
|
exports.MODEL_MAPPING_FIELDS_KEY = MODEL_MAPPING_FIELDS_KEY;
|
|
@@ -9061,8 +9060,6 @@
|
|
|
9061
9060
|
exports.validateEmail = validateEmail;
|
|
9062
9061
|
exports.validatePhone = validatePhone;
|
|
9063
9062
|
exports.validateUrl = validateUrl;
|
|
9064
|
-
exports.ɵa = GameBaseApi;
|
|
9065
|
-
exports.ɵb = LeaguePlayer;
|
|
9066
9063
|
|
|
9067
9064
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
9068
9065
|
|