game_client_logic_deb 1.8.327 → 1.8.329
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 +1 -1
- package/Logic_Debertz-core.js +1 -1
- package/Logic_Debertz-engine.js +4 -21
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.d.ts +1 -1
- package/kotlinx-coroutines-core.js +7 -7
- package/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
|
@@ -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, WithTime, WithUtcOffset
|
|
380
|
+
initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithDate, WithTime, WithUtcOffset]);
|
|
381
381
|
initMetadataForClass(AbstractDateTimeFormat, 'AbstractDateTimeFormat');
|
|
382
382
|
initMetadataForClass(DateTimeComponentsFormat, 'DateTimeComponentsFormat', VOID, AbstractDateTimeFormat);
|
|
383
383
|
initMetadataForClass(TwoDigitNumber, 'TwoDigitNumber');
|
package/Logic_Debertz-core.js
CHANGED
|
@@ -380,7 +380,7 @@
|
|
|
380
380
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
381
381
|
//endregion
|
|
382
382
|
function GameEngineConfig() {
|
|
383
|
-
this.version = '1.8.
|
|
383
|
+
this.version = '1.8.329';
|
|
384
384
|
}
|
|
385
385
|
protoOf(GameEngineConfig).o2y = function () {
|
|
386
386
|
return this.version;
|
package/Logic_Debertz-engine.js
CHANGED
|
@@ -54297,27 +54297,9 @@
|
|
|
54297
54297
|
tmp_23 = rulesPreset;
|
|
54298
54298
|
}
|
|
54299
54299
|
jsObject['rulesPreset'] = tmp_23;
|
|
54300
|
-
|
|
54301
|
-
|
|
54302
|
-
// Inline function 'kotlin.collections.toTypedArray' call
|
|
54303
|
-
// Inline function 'kotlin.collections.map' call
|
|
54304
|
-
var this_1 = get_entries_0();
|
|
54305
|
-
// Inline function 'kotlin.collections.mapTo' call
|
|
54306
|
-
var destination_0 = ArrayList_init_$Create$(collectionSizeOrDefault(this_1, 10));
|
|
54307
|
-
var tmp0_iterator_0 = this_1.j();
|
|
54308
|
-
while (tmp0_iterator_0.k()) {
|
|
54309
|
-
var item_0 = tmp0_iterator_0.l();
|
|
54310
|
-
// Inline function 'GameHelperImpl.prepareLobbyFilterInternal.<anonymous>' call
|
|
54311
|
-
// Inline function 'kotlin.text.lowercase' call
|
|
54312
|
-
// Inline function 'kotlin.js.asDynamic' call
|
|
54313
|
-
var tmp$ret$45 = item_0.q2_1.toLowerCase();
|
|
54314
|
-
destination_0.e(tmp$ret$45);
|
|
54315
|
-
}
|
|
54316
|
-
tmp_24 = copyToArray(destination_0);
|
|
54317
|
-
} else {
|
|
54318
|
-
tmp_24 = leagues;
|
|
54300
|
+
if (!(leagues == null)) {
|
|
54301
|
+
jsObject['leagues'] = leagues;
|
|
54319
54302
|
}
|
|
54320
|
-
jsObject['leagues'] = tmp_24;
|
|
54321
54303
|
jsObject['isChatEnabled'] = isChatEnabled;
|
|
54322
54304
|
return jsObject;
|
|
54323
54305
|
}
|
|
@@ -55245,6 +55227,7 @@
|
|
|
55245
55227
|
return valueOf_0(tmp$ret$1);
|
|
55246
55228
|
};
|
|
55247
55229
|
protoOf(GameHelperImpl).getAllLeagues = function () {
|
|
55230
|
+
// Inline function 'kotlin.collections.toTypedArray' call
|
|
55248
55231
|
// Inline function 'kotlin.collections.map' call
|
|
55249
55232
|
var this_0 = get_entries_0();
|
|
55250
55233
|
// Inline function 'kotlin.collections.mapTo' call
|
|
@@ -55258,7 +55241,7 @@
|
|
|
55258
55241
|
var tmp$ret$2 = item.q2_1.toLowerCase();
|
|
55259
55242
|
destination.e(tmp$ret$2);
|
|
55260
55243
|
}
|
|
55261
|
-
return destination;
|
|
55244
|
+
return copyToArray(destination);
|
|
55262
55245
|
};
|
|
55263
55246
|
function GameResources() {
|
|
55264
55247
|
}
|