raspberry_games_engine_helpers 1.8.319 → 1.8.321
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.
|
@@ -377,7 +377,7 @@
|
|
|
377
377
|
return tmp;
|
|
378
378
|
}
|
|
379
379
|
initMetadataForInterface(AbstractWithOffsetBuilder, 'AbstractWithOffsetBuilder', VOID, VOID, [WithUtcOffset]);
|
|
380
|
-
initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder,
|
|
380
|
+
initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithUtcOffset, WithDate, WithTime]);
|
|
381
381
|
initMetadataForClass(AbstractDateTimeFormat, 'AbstractDateTimeFormat');
|
|
382
382
|
initMetadataForClass(DateTimeComponentsFormat, 'DateTimeComponentsFormat', VOID, AbstractDateTimeFormat);
|
|
383
383
|
initMetadataForClass(TwoDigitNumber, 'TwoDigitNumber');
|
package/Logic_Debertz-core.js
CHANGED
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
initMetadataForClass(LoggerOutputDataDto, 'LoggerOutputDataDto', VOID, VOID, VOID, VOID, VOID, {0: $serializer_getInstance_10});
|
|
216
216
|
//endregion
|
|
217
217
|
function GameEngineConfig() {
|
|
218
|
-
this.version = '1.8.
|
|
218
|
+
this.version = '1.8.321';
|
|
219
219
|
}
|
|
220
220
|
protoOf(GameEngineConfig).o25 = function () {
|
|
221
221
|
return this.version;
|
package/Logic_Debertz-engine.js
CHANGED
|
@@ -11462,8 +11462,8 @@
|
|
|
11462
11462
|
}
|
|
11463
11463
|
function mapToDto_11(_this__u8e3s4) {
|
|
11464
11464
|
_init_properties_CombinationsDtoMappers_kt__fk981j();
|
|
11465
|
-
var tmp0_elvis_lhs = enumToStringSafe(_this__u8e3s4,
|
|
11466
|
-
return tmp0_elvis_lhs == null ? enumToString(_this__u8e3s4,
|
|
11465
|
+
var tmp0_elvis_lhs = enumToStringSafe(_this__u8e3s4, get_combinationTypeMappingLegacy());
|
|
11466
|
+
return tmp0_elvis_lhs == null ? enumToString(_this__u8e3s4, get_combinationTypeMapping()) : tmp0_elvis_lhs;
|
|
11467
11467
|
}
|
|
11468
11468
|
function mapToDto_12(_this__u8e3s4) {
|
|
11469
11469
|
_init_properties_CombinationsDtoMappers_kt__fk981j();
|
|
@@ -11476,8 +11476,8 @@
|
|
|
11476
11476
|
}
|
|
11477
11477
|
function mapToCombinationType(_this__u8e3s4) {
|
|
11478
11478
|
_init_properties_CombinationsDtoMappers_kt__fk981j();
|
|
11479
|
-
var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4,
|
|
11480
|
-
return tmp0_elvis_lhs == null ? toDomainEnum(_this__u8e3s4,
|
|
11479
|
+
var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4, get_combinationTypeMappingLegacy());
|
|
11480
|
+
return tmp0_elvis_lhs == null ? toDomainEnum(_this__u8e3s4, get_combinationTypeMapping()) : tmp0_elvis_lhs;
|
|
11481
11481
|
}
|
|
11482
11482
|
function mapToCombinationState(_this__u8e3s4) {
|
|
11483
11483
|
_init_properties_CombinationsDtoMappers_kt__fk981j();
|