raspberry_games_engine_helpers 1.8.318 → 1.8.319
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.
|
@@ -324,7 +324,7 @@
|
|
|
324
324
|
function addFormatStructureForTime(structure) {
|
|
325
325
|
this.c1l(structure);
|
|
326
326
|
}
|
|
327
|
-
initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder,
|
|
327
|
+
initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithDate, WithTime]);
|
|
328
328
|
function offsetHours$default(padding, $super) {
|
|
329
329
|
padding = padding === VOID ? Padding_ZERO_getInstance() : padding;
|
|
330
330
|
var tmp;
|
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.319';
|
|
219
219
|
}
|
|
220
220
|
protoOf(GameEngineConfig).o25 = function () {
|
|
221
221
|
return this.version;
|
package/Logic_Debertz-engine.js
CHANGED
|
@@ -11471,8 +11471,8 @@
|
|
|
11471
11471
|
}
|
|
11472
11472
|
function mapToDto_13(_this__u8e3s4) {
|
|
11473
11473
|
_init_properties_CombinationsDtoMappers_kt__fk981j();
|
|
11474
|
-
var tmp0_elvis_lhs = enumToStringSafe(_this__u8e3s4,
|
|
11475
|
-
return tmp0_elvis_lhs == null ? enumToString(_this__u8e3s4,
|
|
11474
|
+
var tmp0_elvis_lhs = enumToStringSafe(_this__u8e3s4, get_combinationReasonMappingLegacy());
|
|
11475
|
+
return tmp0_elvis_lhs == null ? enumToString(_this__u8e3s4, get_combinationReasonMapping()) : tmp0_elvis_lhs;
|
|
11476
11476
|
}
|
|
11477
11477
|
function mapToCombinationType(_this__u8e3s4) {
|
|
11478
11478
|
_init_properties_CombinationsDtoMappers_kt__fk981j();
|
|
@@ -11485,8 +11485,8 @@
|
|
|
11485
11485
|
}
|
|
11486
11486
|
function mapToCombinationReason(_this__u8e3s4) {
|
|
11487
11487
|
_init_properties_CombinationsDtoMappers_kt__fk981j();
|
|
11488
|
-
var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4,
|
|
11489
|
-
return tmp0_elvis_lhs == null ? toDomainEnum(_this__u8e3s4,
|
|
11488
|
+
var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4, get_combinationReasonMappingLegacy());
|
|
11489
|
+
return tmp0_elvis_lhs == null ? toDomainEnum(_this__u8e3s4, get_combinationReasonMapping()) : tmp0_elvis_lhs;
|
|
11490
11490
|
}
|
|
11491
11491
|
var properties_initialized_CombinationsDtoMappers_kt_1nj0n;
|
|
11492
11492
|
function _init_properties_CombinationsDtoMappers_kt__fk981j() {
|