@mtgame/core 1.0.23 → 1.0.25
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 -2
- package/bundles/mtgame-core.umd.js.map +1 -1
- package/esm2015/models/league-field-base.js +1 -1
- package/esm2015/models/league-player-field.js +2 -1
- package/esm2015/models/league-team-field.js +2 -1
- package/esm2015/models/team.js +3 -3
- package/fesm2015/mtgame-core.js +4 -2
- package/fesm2015/mtgame-core.js.map +1 -1
- package/models/league-field-base.d.ts +1 -0
- package/mtgame-core.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -1513,10 +1513,10 @@
|
|
|
1513
1513
|
classList.push('empty-logo-padel-tennis');
|
|
1514
1514
|
}
|
|
1515
1515
|
if (this.sport.id === exports.SportTypes.other_dota) {
|
|
1516
|
-
classList.push('empty-logo-
|
|
1516
|
+
classList.push('empty-logo-dota');
|
|
1517
1517
|
}
|
|
1518
1518
|
if (this.sport.id === exports.SportTypes.other_fifa) {
|
|
1519
|
-
classList.push('empty-logo-
|
|
1519
|
+
classList.push('empty-logo-fifa');
|
|
1520
1520
|
}
|
|
1521
1521
|
return classList.join(' ');
|
|
1522
1522
|
};
|
|
@@ -3448,6 +3448,7 @@
|
|
|
3448
3448
|
type: 'type',
|
|
3449
3449
|
is_multiple: 'isMultiple',
|
|
3450
3450
|
variants: 'variants',
|
|
3451
|
+
sort: 'sort',
|
|
3451
3452
|
},
|
|
3452
3453
|
relation: {
|
|
3453
3454
|
type: enumField(exports.LeagueFieldTypes)
|
|
@@ -3707,6 +3708,7 @@
|
|
|
3707
3708
|
type: 'type',
|
|
3708
3709
|
is_multiple: 'isMultiple',
|
|
3709
3710
|
variants: 'variants',
|
|
3711
|
+
sort: 'sort',
|
|
3710
3712
|
},
|
|
3711
3713
|
relation: {
|
|
3712
3714
|
type: enumField(exports.LeagueFieldTypes)
|