@mtgame/core 1.0.24 → 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 +2 -0
- 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/fesm2015/mtgame-core.js +2 -0
- 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
|
@@ -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)
|