client_plugin_logic_deb 1.8.318 → 1.8.320
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/Kotlin-DateTime-library-kotlinx-datetime.js +2 -2
- package/Logic_Debertz-core.js +1 -1
- package/Logic_Debertz-engine.js +8 -8
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_server.js +1 -1
- package/Logic_Debertz-game_server.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +10 -10
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-coroutines-core.js +1 -1
- package/package.json +1 -1
|
@@ -324,7 +324,7 @@
|
|
|
324
324
|
function addFormatStructureForTime(structure) {
|
|
325
325
|
this.v5d(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;
|
|
@@ -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
|
@@ -412,7 +412,7 @@
|
|
|
412
412
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
413
413
|
//endregion
|
|
414
414
|
function GameEngineConfig() {
|
|
415
|
-
this.version = '1.8.
|
|
415
|
+
this.version = '1.8.320';
|
|
416
416
|
}
|
|
417
417
|
protoOf(GameEngineConfig).l33 = function () {
|
|
418
418
|
return this.version;
|
package/Logic_Debertz-engine.js
CHANGED
|
@@ -18334,8 +18334,8 @@
|
|
|
18334
18334
|
var combinationReasonMappingLegacy;
|
|
18335
18335
|
function mapToCombinationType(_this__u8e3s4) {
|
|
18336
18336
|
_init_properties_CombinationsDtoMappers_kt__fk981j();
|
|
18337
|
-
var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4,
|
|
18338
|
-
return tmp0_elvis_lhs == null ? toDomainEnum(_this__u8e3s4,
|
|
18337
|
+
var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4, get_combinationTypeMappingLegacy());
|
|
18338
|
+
return tmp0_elvis_lhs == null ? toDomainEnum(_this__u8e3s4, get_combinationTypeMapping()) : tmp0_elvis_lhs;
|
|
18339
18339
|
}
|
|
18340
18340
|
function mapToDto_8(_this__u8e3s4) {
|
|
18341
18341
|
_init_properties_CombinationsDtoMappers_kt__fk981j();
|
|
@@ -18447,8 +18447,8 @@
|
|
|
18447
18447
|
}
|
|
18448
18448
|
function mapToDto_10(_this__u8e3s4) {
|
|
18449
18449
|
_init_properties_CombinationsDtoMappers_kt__fk981j();
|
|
18450
|
-
var tmp0_elvis_lhs = enumToStringSafe(_this__u8e3s4,
|
|
18451
|
-
return tmp0_elvis_lhs == null ? enumToString(_this__u8e3s4,
|
|
18450
|
+
var tmp0_elvis_lhs = enumToStringSafe(_this__u8e3s4, get_combinationTypeMappingLegacy());
|
|
18451
|
+
return tmp0_elvis_lhs == null ? enumToString(_this__u8e3s4, get_combinationTypeMapping()) : tmp0_elvis_lhs;
|
|
18452
18452
|
}
|
|
18453
18453
|
function mapToDto_11(_this__u8e3s4) {
|
|
18454
18454
|
_init_properties_CombinationsDtoMappers_kt__fk981j();
|
|
@@ -18460,13 +18460,13 @@
|
|
|
18460
18460
|
}
|
|
18461
18461
|
function mapToDto_12(_this__u8e3s4) {
|
|
18462
18462
|
_init_properties_CombinationsDtoMappers_kt__fk981j();
|
|
18463
|
-
var tmp0_elvis_lhs = enumToStringSafe(_this__u8e3s4,
|
|
18464
|
-
return tmp0_elvis_lhs == null ? enumToString(_this__u8e3s4,
|
|
18463
|
+
var tmp0_elvis_lhs = enumToStringSafe(_this__u8e3s4, get_combinationReasonMappingLegacy());
|
|
18464
|
+
return tmp0_elvis_lhs == null ? enumToString(_this__u8e3s4, get_combinationReasonMapping()) : tmp0_elvis_lhs;
|
|
18465
18465
|
}
|
|
18466
18466
|
function mapToCombinationReason(_this__u8e3s4) {
|
|
18467
18467
|
_init_properties_CombinationsDtoMappers_kt__fk981j();
|
|
18468
|
-
var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4,
|
|
18469
|
-
return tmp0_elvis_lhs == null ? toDomainEnum(_this__u8e3s4,
|
|
18468
|
+
var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4, get_combinationReasonMappingLegacy());
|
|
18469
|
+
return tmp0_elvis_lhs == null ? toDomainEnum(_this__u8e3s4, get_combinationReasonMapping()) : tmp0_elvis_lhs;
|
|
18470
18470
|
}
|
|
18471
18471
|
function mapFromDto_9(_this__u8e3s4) {
|
|
18472
18472
|
_init_properties_CombinationsDtoMappers_kt__fk981j();
|