mrs-toolbox-cli 0.0.128 → 0.0.129
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/clikt-clikt.js +1121 -1121
- package/colormath-root-colormath.js +375 -375
- package/com.mrs.platform.configuration.dto.js +660 -624
- package/com.mrs.platform.configuration.dto.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +14 -14
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlin-logging-js-ir.js +34 -34
- package/ktor-ktor-client-content-negotiation.js +125 -125
- package/ktor-ktor-client-core.js +1408 -1408
- package/ktor-ktor-events.js +4 -4
- package/markdown.js +1795 -1795
- package/mordant-mordant.js +1634 -1634
- package/mrs-toolbox-cli.d.ts +9 -9
- package/mrs-toolbox-cli.js +63 -63
- package/package.json +1 -1
- package/toolbox.js +2371 -2371
|
@@ -12226,7 +12226,7 @@
|
|
|
12226
12226
|
// Inline function 'kotlin.arrayOf' call
|
|
12227
12227
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
12228
12228
|
// Inline function 'kotlin.js.asDynamic' call
|
|
12229
|
-
tmp.e3r_1 = [Companion_getInstance_61().s32(), new ReferenceArraySerializer(getKClass(RealmQuery), $serializer_getInstance_49()), null, new ReferenceArraySerializer(getKClass(Sort), $serializer_getInstance_50()), Companion_getInstance_63().s32()];
|
|
12229
|
+
tmp.e3r_1 = [Companion_getInstance_61().s32(), null, new ReferenceArraySerializer(getKClass(RealmQuery), $serializer_getInstance_49()), null, new ReferenceArraySerializer(getKClass(Sort), $serializer_getInstance_50()), Companion_getInstance_63().s32()];
|
|
12230
12230
|
}
|
|
12231
12231
|
protoOf(Companion_60).s32 = function () {
|
|
12232
12232
|
return $serializer_getInstance_48();
|
|
@@ -12239,8 +12239,9 @@
|
|
|
12239
12239
|
}
|
|
12240
12240
|
function $serializer_48() {
|
|
12241
12241
|
$serializer_instance_48 = this;
|
|
12242
|
-
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('dto.query.Query', this,
|
|
12242
|
+
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('dto.query.Query', this, 6);
|
|
12243
12243
|
tmp0_serialDesc.g2m('type', false);
|
|
12244
|
+
tmp0_serialDesc.g2m('name', false);
|
|
12244
12245
|
tmp0_serialDesc.g2m('query', false);
|
|
12245
12246
|
tmp0_serialDesc.g2m('pagination', true);
|
|
12246
12247
|
tmp0_serialDesc.g2m('sort', true);
|
|
@@ -12252,15 +12253,16 @@
|
|
|
12252
12253
|
var tmp1_output = encoder.x2e(tmp0_desc);
|
|
12253
12254
|
var tmp2_cached = Companion_getInstance_60().e3r_1;
|
|
12254
12255
|
tmp1_output.n2g(tmp0_desc, 0, tmp2_cached[0], value.type);
|
|
12255
|
-
tmp1_output.
|
|
12256
|
-
|
|
12257
|
-
|
|
12256
|
+
tmp1_output.l2g(tmp0_desc, 1, value.name);
|
|
12257
|
+
tmp1_output.n2g(tmp0_desc, 2, tmp2_cached[2], value.query);
|
|
12258
|
+
if (tmp1_output.t2g(tmp0_desc, 3) ? true : !(value.pagination == null)) {
|
|
12259
|
+
tmp1_output.p2g(tmp0_desc, 3, $serializer_getInstance_47(), value.pagination);
|
|
12258
12260
|
}
|
|
12259
|
-
if (tmp1_output.t2g(tmp0_desc,
|
|
12260
|
-
tmp1_output.p2g(tmp0_desc,
|
|
12261
|
+
if (tmp1_output.t2g(tmp0_desc, 4) ? true : !(value.sort == null)) {
|
|
12262
|
+
tmp1_output.p2g(tmp0_desc, 4, tmp2_cached[4], value.sort);
|
|
12261
12263
|
}
|
|
12262
|
-
if (tmp1_output.t2g(tmp0_desc,
|
|
12263
|
-
tmp1_output.n2g(tmp0_desc,
|
|
12264
|
+
if (tmp1_output.t2g(tmp0_desc, 5) ? true : !value.selectionType.equals(SelectionType_DEFAULT_getInstance())) {
|
|
12265
|
+
tmp1_output.n2g(tmp0_desc, 5, tmp2_cached[5], value.selectionType);
|
|
12264
12266
|
}
|
|
12265
12267
|
tmp1_output.y2e(tmp0_desc);
|
|
12266
12268
|
};
|
|
@@ -12277,52 +12279,59 @@
|
|
|
12277
12279
|
var tmp6_local2 = null;
|
|
12278
12280
|
var tmp7_local3 = null;
|
|
12279
12281
|
var tmp8_local4 = null;
|
|
12280
|
-
var
|
|
12281
|
-
var
|
|
12282
|
-
|
|
12283
|
-
|
|
12282
|
+
var tmp9_local5 = null;
|
|
12283
|
+
var tmp10_input = decoder.x2e(tmp0_desc);
|
|
12284
|
+
var tmp11_cached = Companion_getInstance_60().e3r_1;
|
|
12285
|
+
if (tmp10_input.m2f()) {
|
|
12286
|
+
tmp4_local0 = tmp10_input.j2f(tmp0_desc, 0, tmp11_cached[0], tmp4_local0);
|
|
12284
12287
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
12285
|
-
tmp5_local1 =
|
|
12288
|
+
tmp5_local1 = tmp10_input.h2f(tmp0_desc, 1);
|
|
12286
12289
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
12287
|
-
tmp6_local2 =
|
|
12290
|
+
tmp6_local2 = tmp10_input.j2f(tmp0_desc, 2, tmp11_cached[2], tmp6_local2);
|
|
12288
12291
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
12289
|
-
tmp7_local3 =
|
|
12292
|
+
tmp7_local3 = tmp10_input.l2f(tmp0_desc, 3, $serializer_getInstance_47(), tmp7_local3);
|
|
12290
12293
|
tmp3_bitMask0 = tmp3_bitMask0 | 8;
|
|
12291
|
-
tmp8_local4 =
|
|
12294
|
+
tmp8_local4 = tmp10_input.l2f(tmp0_desc, 4, tmp11_cached[4], tmp8_local4);
|
|
12292
12295
|
tmp3_bitMask0 = tmp3_bitMask0 | 16;
|
|
12296
|
+
tmp9_local5 = tmp10_input.j2f(tmp0_desc, 5, tmp11_cached[5], tmp9_local5);
|
|
12297
|
+
tmp3_bitMask0 = tmp3_bitMask0 | 32;
|
|
12293
12298
|
} else
|
|
12294
12299
|
while (tmp1_flag) {
|
|
12295
|
-
tmp2_index =
|
|
12300
|
+
tmp2_index = tmp10_input.n2f(tmp0_desc);
|
|
12296
12301
|
switch (tmp2_index) {
|
|
12297
12302
|
case -1:
|
|
12298
12303
|
tmp1_flag = false;
|
|
12299
12304
|
break;
|
|
12300
12305
|
case 0:
|
|
12301
|
-
tmp4_local0 =
|
|
12306
|
+
tmp4_local0 = tmp10_input.j2f(tmp0_desc, 0, tmp11_cached[0], tmp4_local0);
|
|
12302
12307
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
12303
12308
|
break;
|
|
12304
12309
|
case 1:
|
|
12305
|
-
tmp5_local1 =
|
|
12310
|
+
tmp5_local1 = tmp10_input.h2f(tmp0_desc, 1);
|
|
12306
12311
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
12307
12312
|
break;
|
|
12308
12313
|
case 2:
|
|
12309
|
-
tmp6_local2 =
|
|
12314
|
+
tmp6_local2 = tmp10_input.j2f(tmp0_desc, 2, tmp11_cached[2], tmp6_local2);
|
|
12310
12315
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
12311
12316
|
break;
|
|
12312
12317
|
case 3:
|
|
12313
|
-
tmp7_local3 =
|
|
12318
|
+
tmp7_local3 = tmp10_input.l2f(tmp0_desc, 3, $serializer_getInstance_47(), tmp7_local3);
|
|
12314
12319
|
tmp3_bitMask0 = tmp3_bitMask0 | 8;
|
|
12315
12320
|
break;
|
|
12316
12321
|
case 4:
|
|
12317
|
-
tmp8_local4 =
|
|
12322
|
+
tmp8_local4 = tmp10_input.l2f(tmp0_desc, 4, tmp11_cached[4], tmp8_local4);
|
|
12318
12323
|
tmp3_bitMask0 = tmp3_bitMask0 | 16;
|
|
12319
12324
|
break;
|
|
12325
|
+
case 5:
|
|
12326
|
+
tmp9_local5 = tmp10_input.j2f(tmp0_desc, 5, tmp11_cached[5], tmp9_local5);
|
|
12327
|
+
tmp3_bitMask0 = tmp3_bitMask0 | 32;
|
|
12328
|
+
break;
|
|
12320
12329
|
default:
|
|
12321
12330
|
throw UnknownFieldException_init_$Create$(tmp2_index);
|
|
12322
12331
|
}
|
|
12323
12332
|
}
|
|
12324
|
-
|
|
12325
|
-
return Query_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, null);
|
|
12333
|
+
tmp10_input.y2e(tmp0_desc);
|
|
12334
|
+
return Query_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, null);
|
|
12326
12335
|
};
|
|
12327
12336
|
protoOf($serializer_48).j2b = function () {
|
|
12328
12337
|
return this.f3r_1;
|
|
@@ -12332,7 +12341,7 @@
|
|
|
12332
12341
|
// Inline function 'kotlin.arrayOf' call
|
|
12333
12342
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
12334
12343
|
// Inline function 'kotlin.js.asDynamic' call
|
|
12335
|
-
return [tmp0_cached[0], tmp0_cached[
|
|
12344
|
+
return [tmp0_cached[0], StringSerializer_getInstance(), tmp0_cached[2], get_nullable($serializer_getInstance_47()), get_nullable(tmp0_cached[4]), tmp0_cached[5]];
|
|
12336
12345
|
};
|
|
12337
12346
|
var $serializer_instance_48;
|
|
12338
12347
|
function $serializer_getInstance_48() {
|
|
@@ -12340,28 +12349,29 @@
|
|
|
12340
12349
|
new $serializer_48();
|
|
12341
12350
|
return $serializer_instance_48;
|
|
12342
12351
|
}
|
|
12343
|
-
function Query_init_$Init$(seen0, type, query, pagination, sort, selectionType, serializationConstructorMarker, $this) {
|
|
12344
|
-
if (!(
|
|
12345
|
-
throwMissingFieldException(seen0,
|
|
12352
|
+
function Query_init_$Init$(seen0, type, name, query, pagination, sort, selectionType, serializationConstructorMarker, $this) {
|
|
12353
|
+
if (!(7 === (7 & seen0))) {
|
|
12354
|
+
throwMissingFieldException(seen0, 7, $serializer_getInstance_48().f3r_1);
|
|
12346
12355
|
}
|
|
12347
12356
|
$this.h3r_1 = type;
|
|
12348
|
-
$this.i3r_1 =
|
|
12349
|
-
|
|
12357
|
+
$this.i3r_1 = name;
|
|
12358
|
+
$this.j3r_1 = query;
|
|
12359
|
+
if (0 === (seen0 & 8))
|
|
12350
12360
|
$this.pagination = null;
|
|
12351
12361
|
else
|
|
12352
12362
|
$this.pagination = pagination;
|
|
12353
|
-
if (0 === (seen0 &
|
|
12363
|
+
if (0 === (seen0 & 16))
|
|
12354
12364
|
$this.sort = null;
|
|
12355
12365
|
else
|
|
12356
12366
|
$this.sort = sort;
|
|
12357
|
-
if (0 === (seen0 &
|
|
12367
|
+
if (0 === (seen0 & 32))
|
|
12358
12368
|
$this.selectionType = SelectionType_DEFAULT_getInstance();
|
|
12359
12369
|
else
|
|
12360
12370
|
$this.selectionType = selectionType;
|
|
12361
12371
|
return $this;
|
|
12362
12372
|
}
|
|
12363
|
-
function Query_init_$Create$(seen0, type, query, pagination, sort, selectionType, serializationConstructorMarker) {
|
|
12364
|
-
return Query_init_$Init$(seen0, type, query, pagination, sort, selectionType, serializationConstructorMarker, objectCreate(protoOf(Query)));
|
|
12373
|
+
function Query_init_$Create$(seen0, type, name, query, pagination, sort, selectionType, serializationConstructorMarker) {
|
|
12374
|
+
return Query_init_$Init$(seen0, type, name, query, pagination, sort, selectionType, serializationConstructorMarker, objectCreate(protoOf(Query)));
|
|
12365
12375
|
}
|
|
12366
12376
|
function Query() {
|
|
12367
12377
|
Companion_getInstance_60();
|
|
@@ -12369,7 +12379,7 @@
|
|
|
12369
12379
|
this.sort = null;
|
|
12370
12380
|
this.selectionType = SelectionType_DEFAULT_getInstance();
|
|
12371
12381
|
}
|
|
12372
|
-
protoOf(Query).
|
|
12382
|
+
protoOf(Query).k3r = function (_set____db54di) {
|
|
12373
12383
|
this.h3r_1 = _set____db54di;
|
|
12374
12384
|
};
|
|
12375
12385
|
protoOf(Query).c3c = function () {
|
|
@@ -12380,21 +12390,32 @@
|
|
|
12380
12390
|
throwUninitializedPropertyAccessException('type');
|
|
12381
12391
|
}
|
|
12382
12392
|
};
|
|
12383
|
-
protoOf(Query).
|
|
12393
|
+
protoOf(Query).a3c = function (_set____db54di) {
|
|
12384
12394
|
this.i3r_1 = _set____db54di;
|
|
12385
12395
|
};
|
|
12386
|
-
protoOf(Query).
|
|
12396
|
+
protoOf(Query).t2 = function () {
|
|
12387
12397
|
var tmp = this.i3r_1;
|
|
12398
|
+
if (!(tmp == null))
|
|
12399
|
+
return tmp;
|
|
12400
|
+
else {
|
|
12401
|
+
throwUninitializedPropertyAccessException('name');
|
|
12402
|
+
}
|
|
12403
|
+
};
|
|
12404
|
+
protoOf(Query).l3r = function (_set____db54di) {
|
|
12405
|
+
this.j3r_1 = _set____db54di;
|
|
12406
|
+
};
|
|
12407
|
+
protoOf(Query).m3r = function () {
|
|
12408
|
+
var tmp = this.j3r_1;
|
|
12388
12409
|
if (!(tmp == null))
|
|
12389
12410
|
return tmp;
|
|
12390
12411
|
else {
|
|
12391
12412
|
throwUninitializedPropertyAccessException('query');
|
|
12392
12413
|
}
|
|
12393
12414
|
};
|
|
12394
|
-
protoOf(Query).
|
|
12415
|
+
protoOf(Query).n3r = function (_set____db54di) {
|
|
12395
12416
|
this.pagination = _set____db54di;
|
|
12396
12417
|
};
|
|
12397
|
-
protoOf(Query).
|
|
12418
|
+
protoOf(Query).o3r = function () {
|
|
12398
12419
|
return this.pagination;
|
|
12399
12420
|
};
|
|
12400
12421
|
protoOf(Query).x3i = function (_set____db54di) {
|
|
@@ -12403,10 +12424,10 @@
|
|
|
12403
12424
|
protoOf(Query).y3i = function () {
|
|
12404
12425
|
return this.sort;
|
|
12405
12426
|
};
|
|
12406
|
-
protoOf(Query).
|
|
12427
|
+
protoOf(Query).p3r = function (_set____db54di) {
|
|
12407
12428
|
this.selectionType = _set____db54di;
|
|
12408
12429
|
};
|
|
12409
|
-
protoOf(Query).
|
|
12430
|
+
protoOf(Query).q3r = function () {
|
|
12410
12431
|
return this.selectionType;
|
|
12411
12432
|
};
|
|
12412
12433
|
function _get_$cachedSerializer__te6jhj_11($this) {
|
|
@@ -12417,23 +12438,20 @@
|
|
|
12417
12438
|
// Inline function 'kotlin.arrayOf' call
|
|
12418
12439
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
12419
12440
|
// Inline function 'kotlin.js.asDynamic' call
|
|
12420
|
-
var tmp_0 = ['
|
|
12441
|
+
var tmp_0 = ['form_instances', 'dictionary'];
|
|
12421
12442
|
// Inline function 'kotlin.arrayOf' call
|
|
12422
12443
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
12423
12444
|
// Inline function 'kotlin.js.asDynamic' call
|
|
12424
|
-
var tmp$ret$5 = [null, null
|
|
12445
|
+
var tmp$ret$5 = [null, null];
|
|
12425
12446
|
return createAnnotatedEnumSerializer('dto.query.QueryType', tmp, tmp_0, tmp$ret$5, null);
|
|
12426
12447
|
}
|
|
12427
|
-
var QueryType_user_instance;
|
|
12428
12448
|
var QueryType_formInstance_instance;
|
|
12429
12449
|
var QueryType_dictionary_instance;
|
|
12430
12450
|
function values_7() {
|
|
12431
|
-
return [
|
|
12451
|
+
return [QueryType_formInstance_getInstance(), QueryType_dictionary_getInstance()];
|
|
12432
12452
|
}
|
|
12433
12453
|
function valueOf_7(value) {
|
|
12434
12454
|
switch (value) {
|
|
12435
|
-
case 'user':
|
|
12436
|
-
return QueryType_user_getInstance();
|
|
12437
12455
|
case 'formInstance':
|
|
12438
12456
|
return QueryType_formInstance_getInstance();
|
|
12439
12457
|
case 'dictionary':
|
|
@@ -12468,9 +12486,8 @@
|
|
|
12468
12486
|
if (QueryType_entriesInitialized)
|
|
12469
12487
|
return Unit_instance;
|
|
12470
12488
|
QueryType_entriesInitialized = true;
|
|
12471
|
-
|
|
12472
|
-
|
|
12473
|
-
QueryType_dictionary_instance = new QueryType('dictionary', 2, 'dictionary');
|
|
12489
|
+
QueryType_formInstance_instance = new QueryType('formInstance', 0, 'formInstance');
|
|
12490
|
+
QueryType_dictionary_instance = new QueryType('dictionary', 1, 'dictionary');
|
|
12474
12491
|
Companion_getInstance_61();
|
|
12475
12492
|
}
|
|
12476
12493
|
function QueryType(name, ordinal, code) {
|
|
@@ -12480,10 +12497,6 @@
|
|
|
12480
12497
|
protoOf(QueryType).x3b = function () {
|
|
12481
12498
|
return this.code;
|
|
12482
12499
|
};
|
|
12483
|
-
function QueryType_user_getInstance() {
|
|
12484
|
-
QueryType_initEntries();
|
|
12485
|
-
return QueryType_user_instance;
|
|
12486
|
-
}
|
|
12487
12500
|
function QueryType_formInstance_getInstance() {
|
|
12488
12501
|
QueryType_initEntries();
|
|
12489
12502
|
return QueryType_formInstance_instance;
|
|
@@ -12498,7 +12511,7 @@
|
|
|
12498
12511
|
// Inline function 'kotlin.arrayOf' call
|
|
12499
12512
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
12500
12513
|
// Inline function 'kotlin.js.asDynamic' call
|
|
12501
|
-
tmp.
|
|
12514
|
+
tmp.u3r_1 = [Companion_getInstance_65().s32(), null, null, null, null];
|
|
12502
12515
|
}
|
|
12503
12516
|
protoOf(Companion_62).s32 = function () {
|
|
12504
12517
|
return $serializer_getInstance_49();
|
|
@@ -12517,12 +12530,12 @@
|
|
|
12517
12530
|
tmp0_serialDesc.g2m('value', true);
|
|
12518
12531
|
tmp0_serialDesc.g2m('group', true);
|
|
12519
12532
|
tmp0_serialDesc.g2m('logical', true);
|
|
12520
|
-
this.
|
|
12533
|
+
this.v3r_1 = tmp0_serialDesc;
|
|
12521
12534
|
}
|
|
12522
|
-
protoOf($serializer_49).
|
|
12523
|
-
var tmp0_desc = this.
|
|
12535
|
+
protoOf($serializer_49).w3r = function (encoder, value) {
|
|
12536
|
+
var tmp0_desc = this.v3r_1;
|
|
12524
12537
|
var tmp1_output = encoder.x2e(tmp0_desc);
|
|
12525
|
-
var tmp2_cached = Companion_getInstance_62().
|
|
12538
|
+
var tmp2_cached = Companion_getInstance_62().u3r_1;
|
|
12526
12539
|
if (tmp1_output.t2g(tmp0_desc, 0) ? true : !(value.realmOperatorType == null)) {
|
|
12527
12540
|
tmp1_output.p2g(tmp0_desc, 0, tmp2_cached[0], value.realmOperatorType);
|
|
12528
12541
|
}
|
|
@@ -12541,10 +12554,10 @@
|
|
|
12541
12554
|
tmp1_output.y2e(tmp0_desc);
|
|
12542
12555
|
};
|
|
12543
12556
|
protoOf($serializer_49).k2b = function (encoder, value) {
|
|
12544
|
-
return this.
|
|
12557
|
+
return this.w3r(encoder, value instanceof RealmQuery ? value : THROW_CCE());
|
|
12545
12558
|
};
|
|
12546
12559
|
protoOf($serializer_49).l2b = function (decoder) {
|
|
12547
|
-
var tmp0_desc = this.
|
|
12560
|
+
var tmp0_desc = this.v3r_1;
|
|
12548
12561
|
var tmp1_flag = true;
|
|
12549
12562
|
var tmp2_index = 0;
|
|
12550
12563
|
var tmp3_bitMask0 = 0;
|
|
@@ -12554,7 +12567,7 @@
|
|
|
12554
12567
|
var tmp7_local3 = null;
|
|
12555
12568
|
var tmp8_local4 = null;
|
|
12556
12569
|
var tmp9_input = decoder.x2e(tmp0_desc);
|
|
12557
|
-
var tmp10_cached = Companion_getInstance_62().
|
|
12570
|
+
var tmp10_cached = Companion_getInstance_62().u3r_1;
|
|
12558
12571
|
if (tmp9_input.m2f()) {
|
|
12559
12572
|
tmp4_local0 = tmp9_input.l2f(tmp0_desc, 0, tmp10_cached[0], tmp4_local0);
|
|
12560
12573
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -12601,10 +12614,10 @@
|
|
|
12601
12614
|
return RealmQuery_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, null);
|
|
12602
12615
|
};
|
|
12603
12616
|
protoOf($serializer_49).j2b = function () {
|
|
12604
|
-
return this.
|
|
12617
|
+
return this.v3r_1;
|
|
12605
12618
|
};
|
|
12606
12619
|
protoOf($serializer_49).z2m = function () {
|
|
12607
|
-
var tmp0_cached = Companion_getInstance_62().
|
|
12620
|
+
var tmp0_cached = Companion_getInstance_62().u3r_1;
|
|
12608
12621
|
// Inline function 'kotlin.arrayOf' call
|
|
12609
12622
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
12610
12623
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -12618,7 +12631,7 @@
|
|
|
12618
12631
|
}
|
|
12619
12632
|
function RealmQuery_init_$Init$(seen0, realmOperatorType, property, value, group, logical, serializationConstructorMarker, $this) {
|
|
12620
12633
|
if (!(0 === (0 & seen0))) {
|
|
12621
|
-
throwMissingFieldException(seen0, 0, $serializer_getInstance_49().
|
|
12634
|
+
throwMissingFieldException(seen0, 0, $serializer_getInstance_49().v3r_1);
|
|
12622
12635
|
}
|
|
12623
12636
|
if (0 === (seen0 & 1))
|
|
12624
12637
|
$this.realmOperatorType = null;
|
|
@@ -12653,34 +12666,34 @@
|
|
|
12653
12666
|
this.group = null;
|
|
12654
12667
|
this.logical = null;
|
|
12655
12668
|
}
|
|
12656
|
-
protoOf(RealmQuery).
|
|
12669
|
+
protoOf(RealmQuery).x3r = function (_set____db54di) {
|
|
12657
12670
|
this.realmOperatorType = _set____db54di;
|
|
12658
12671
|
};
|
|
12659
|
-
protoOf(RealmQuery).
|
|
12672
|
+
protoOf(RealmQuery).y3r = function () {
|
|
12660
12673
|
return this.realmOperatorType;
|
|
12661
12674
|
};
|
|
12662
|
-
protoOf(RealmQuery).
|
|
12675
|
+
protoOf(RealmQuery).z3r = function (_set____db54di) {
|
|
12663
12676
|
this.property = _set____db54di;
|
|
12664
12677
|
};
|
|
12665
|
-
protoOf(RealmQuery).
|
|
12678
|
+
protoOf(RealmQuery).a3s = function () {
|
|
12666
12679
|
return this.property;
|
|
12667
12680
|
};
|
|
12668
|
-
protoOf(RealmQuery).
|
|
12681
|
+
protoOf(RealmQuery).b3s = function (_set____db54di) {
|
|
12669
12682
|
this.value = _set____db54di;
|
|
12670
12683
|
};
|
|
12671
12684
|
protoOf(RealmQuery).b1 = function () {
|
|
12672
12685
|
return this.value;
|
|
12673
12686
|
};
|
|
12674
|
-
protoOf(RealmQuery).
|
|
12687
|
+
protoOf(RealmQuery).c3s = function (_set____db54di) {
|
|
12675
12688
|
this.group = _set____db54di;
|
|
12676
12689
|
};
|
|
12677
|
-
protoOf(RealmQuery).
|
|
12690
|
+
protoOf(RealmQuery).d3s = function () {
|
|
12678
12691
|
return this.group;
|
|
12679
12692
|
};
|
|
12680
|
-
protoOf(RealmQuery).
|
|
12693
|
+
protoOf(RealmQuery).e3s = function (_set____db54di) {
|
|
12681
12694
|
this.logical = _set____db54di;
|
|
12682
12695
|
};
|
|
12683
|
-
protoOf(RealmQuery).
|
|
12696
|
+
protoOf(RealmQuery).f3s = function () {
|
|
12684
12697
|
return this.logical;
|
|
12685
12698
|
};
|
|
12686
12699
|
function _get_$cachedSerializer__te6jhj_12($this) {
|
|
@@ -12772,20 +12785,20 @@
|
|
|
12772
12785
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('dto.query.Sort', this, 2);
|
|
12773
12786
|
tmp0_serialDesc.g2m('property', false);
|
|
12774
12787
|
tmp0_serialDesc.g2m('sort', false);
|
|
12775
|
-
this.
|
|
12788
|
+
this.i3s_1 = tmp0_serialDesc;
|
|
12776
12789
|
}
|
|
12777
|
-
protoOf($serializer_50).
|
|
12778
|
-
var tmp0_desc = this.
|
|
12790
|
+
protoOf($serializer_50).j3s = function (encoder, value) {
|
|
12791
|
+
var tmp0_desc = this.i3s_1;
|
|
12779
12792
|
var tmp1_output = encoder.x2e(tmp0_desc);
|
|
12780
12793
|
tmp1_output.l2g(tmp0_desc, 0, value.property);
|
|
12781
12794
|
tmp1_output.l2g(tmp0_desc, 1, value.sort);
|
|
12782
12795
|
tmp1_output.y2e(tmp0_desc);
|
|
12783
12796
|
};
|
|
12784
12797
|
protoOf($serializer_50).k2b = function (encoder, value) {
|
|
12785
|
-
return this.
|
|
12798
|
+
return this.j3s(encoder, value instanceof Sort ? value : THROW_CCE());
|
|
12786
12799
|
};
|
|
12787
12800
|
protoOf($serializer_50).l2b = function (decoder) {
|
|
12788
|
-
var tmp0_desc = this.
|
|
12801
|
+
var tmp0_desc = this.i3s_1;
|
|
12789
12802
|
var tmp1_flag = true;
|
|
12790
12803
|
var tmp2_index = 0;
|
|
12791
12804
|
var tmp3_bitMask0 = 0;
|
|
@@ -12820,7 +12833,7 @@
|
|
|
12820
12833
|
return Sort_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
12821
12834
|
};
|
|
12822
12835
|
protoOf($serializer_50).j2b = function () {
|
|
12823
|
-
return this.
|
|
12836
|
+
return this.i3s_1;
|
|
12824
12837
|
};
|
|
12825
12838
|
protoOf($serializer_50).z2m = function () {
|
|
12826
12839
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -12836,10 +12849,10 @@
|
|
|
12836
12849
|
}
|
|
12837
12850
|
function Sort_init_$Init$(seen0, property, sort, serializationConstructorMarker, $this) {
|
|
12838
12851
|
if (!(3 === (3 & seen0))) {
|
|
12839
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_50().
|
|
12852
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_50().i3s_1);
|
|
12840
12853
|
}
|
|
12841
|
-
$this.
|
|
12842
|
-
$this.
|
|
12854
|
+
$this.k3s_1 = property;
|
|
12855
|
+
$this.l3s_1 = sort;
|
|
12843
12856
|
return $this;
|
|
12844
12857
|
}
|
|
12845
12858
|
function Sort_init_$Create$(seen0, property, sort, serializationConstructorMarker) {
|
|
@@ -12847,22 +12860,22 @@
|
|
|
12847
12860
|
}
|
|
12848
12861
|
function Sort() {
|
|
12849
12862
|
}
|
|
12850
|
-
protoOf(Sort).
|
|
12851
|
-
this.
|
|
12863
|
+
protoOf(Sort).m3s = function (_set____db54di) {
|
|
12864
|
+
this.k3s_1 = _set____db54di;
|
|
12852
12865
|
};
|
|
12853
|
-
protoOf(Sort).
|
|
12854
|
-
var tmp = this.
|
|
12866
|
+
protoOf(Sort).a3s = function () {
|
|
12867
|
+
var tmp = this.k3s_1;
|
|
12855
12868
|
if (!(tmp == null))
|
|
12856
12869
|
return tmp;
|
|
12857
12870
|
else {
|
|
12858
12871
|
throwUninitializedPropertyAccessException('property');
|
|
12859
12872
|
}
|
|
12860
12873
|
};
|
|
12861
|
-
protoOf(Sort).
|
|
12862
|
-
this.
|
|
12874
|
+
protoOf(Sort).n3s = function (_set____db54di) {
|
|
12875
|
+
this.l3s_1 = _set____db54di;
|
|
12863
12876
|
};
|
|
12864
12877
|
protoOf(Sort).y3i = function () {
|
|
12865
|
-
var tmp = this.
|
|
12878
|
+
var tmp = this.l3s_1;
|
|
12866
12879
|
if (!(tmp == null))
|
|
12867
12880
|
return tmp;
|
|
12868
12881
|
else {
|
|
@@ -12870,7 +12883,7 @@
|
|
|
12870
12883
|
}
|
|
12871
12884
|
};
|
|
12872
12885
|
function _get_$cachedSerializer__te6jhj_13($this) {
|
|
12873
|
-
return $this.
|
|
12886
|
+
return $this.t3r_1.b1();
|
|
12874
12887
|
}
|
|
12875
12888
|
function RealmOperator$Companion$_anonymous__opvanw() {
|
|
12876
12889
|
var tmp = values_9();
|
|
@@ -12963,7 +12976,7 @@
|
|
|
12963
12976
|
Companion_instance_66 = this;
|
|
12964
12977
|
var tmp = this;
|
|
12965
12978
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
12966
|
-
tmp.
|
|
12979
|
+
tmp.t3r_1 = lazy(tmp_0, RealmOperator$Companion$_anonymous__opvanw);
|
|
12967
12980
|
}
|
|
12968
12981
|
protoOf(Companion_65).s32 = function () {
|
|
12969
12982
|
return _get_$cachedSerializer__te6jhj_13(this);
|
|
@@ -13093,7 +13106,7 @@
|
|
|
13093
13106
|
// Inline function 'kotlin.arrayOf' call
|
|
13094
13107
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
13095
13108
|
// Inline function 'kotlin.js.asDynamic' call
|
|
13096
|
-
tmp.
|
|
13109
|
+
tmp.q3s_1 = [null, Companion_getInstance_65().s32(), null];
|
|
13097
13110
|
}
|
|
13098
13111
|
protoOf(Companion_66).s32 = function () {
|
|
13099
13112
|
return $serializer_getInstance_51();
|
|
@@ -13110,12 +13123,12 @@
|
|
|
13110
13123
|
tmp0_serialDesc.g2m('value', true);
|
|
13111
13124
|
tmp0_serialDesc.g2m('operator', true);
|
|
13112
13125
|
tmp0_serialDesc.g2m('property', true);
|
|
13113
|
-
this.
|
|
13126
|
+
this.r3s_1 = tmp0_serialDesc;
|
|
13114
13127
|
}
|
|
13115
|
-
protoOf($serializer_51).
|
|
13116
|
-
var tmp0_desc = this.
|
|
13128
|
+
protoOf($serializer_51).s3s = function (encoder, value) {
|
|
13129
|
+
var tmp0_desc = this.r3s_1;
|
|
13117
13130
|
var tmp1_output = encoder.x2e(tmp0_desc);
|
|
13118
|
-
var tmp2_cached = Companion_getInstance_66().
|
|
13131
|
+
var tmp2_cached = Companion_getInstance_66().q3s_1;
|
|
13119
13132
|
if (tmp1_output.t2g(tmp0_desc, 0) ? true : !(value.value == null)) {
|
|
13120
13133
|
tmp1_output.p2g(tmp0_desc, 0, StringSerializer_getInstance(), value.value);
|
|
13121
13134
|
}
|
|
@@ -13128,10 +13141,10 @@
|
|
|
13128
13141
|
tmp1_output.y2e(tmp0_desc);
|
|
13129
13142
|
};
|
|
13130
13143
|
protoOf($serializer_51).k2b = function (encoder, value) {
|
|
13131
|
-
return this.
|
|
13144
|
+
return this.s3s(encoder, value instanceof RealmOperatorType ? value : THROW_CCE());
|
|
13132
13145
|
};
|
|
13133
13146
|
protoOf($serializer_51).l2b = function (decoder) {
|
|
13134
|
-
var tmp0_desc = this.
|
|
13147
|
+
var tmp0_desc = this.r3s_1;
|
|
13135
13148
|
var tmp1_flag = true;
|
|
13136
13149
|
var tmp2_index = 0;
|
|
13137
13150
|
var tmp3_bitMask0 = 0;
|
|
@@ -13139,7 +13152,7 @@
|
|
|
13139
13152
|
var tmp5_local1 = null;
|
|
13140
13153
|
var tmp6_local2 = null;
|
|
13141
13154
|
var tmp7_input = decoder.x2e(tmp0_desc);
|
|
13142
|
-
var tmp8_cached = Companion_getInstance_66().
|
|
13155
|
+
var tmp8_cached = Companion_getInstance_66().q3s_1;
|
|
13143
13156
|
if (tmp7_input.m2f()) {
|
|
13144
13157
|
tmp4_local0 = tmp7_input.l2f(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
13145
13158
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -13174,10 +13187,10 @@
|
|
|
13174
13187
|
return RealmOperatorType_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
|
|
13175
13188
|
};
|
|
13176
13189
|
protoOf($serializer_51).j2b = function () {
|
|
13177
|
-
return this.
|
|
13190
|
+
return this.r3s_1;
|
|
13178
13191
|
};
|
|
13179
13192
|
protoOf($serializer_51).z2m = function () {
|
|
13180
|
-
var tmp0_cached = Companion_getInstance_66().
|
|
13193
|
+
var tmp0_cached = Companion_getInstance_66().q3s_1;
|
|
13181
13194
|
// Inline function 'kotlin.arrayOf' call
|
|
13182
13195
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
13183
13196
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -13191,7 +13204,7 @@
|
|
|
13191
13204
|
}
|
|
13192
13205
|
function RealmOperatorType_init_$Init$(seen0, value, operator, property, serializationConstructorMarker, $this) {
|
|
13193
13206
|
if (!(0 === (0 & seen0))) {
|
|
13194
|
-
throwMissingFieldException(seen0, 0, $serializer_getInstance_51().
|
|
13207
|
+
throwMissingFieldException(seen0, 0, $serializer_getInstance_51().r3s_1);
|
|
13195
13208
|
}
|
|
13196
13209
|
if (0 === (seen0 & 1))
|
|
13197
13210
|
$this.value = null;
|
|
@@ -13216,22 +13229,22 @@
|
|
|
13216
13229
|
this.operator = null;
|
|
13217
13230
|
this.property = null;
|
|
13218
13231
|
}
|
|
13219
|
-
protoOf(RealmOperatorType).
|
|
13232
|
+
protoOf(RealmOperatorType).b3s = function (_set____db54di) {
|
|
13220
13233
|
this.value = _set____db54di;
|
|
13221
13234
|
};
|
|
13222
13235
|
protoOf(RealmOperatorType).b1 = function () {
|
|
13223
13236
|
return this.value;
|
|
13224
13237
|
};
|
|
13225
|
-
protoOf(RealmOperatorType).
|
|
13238
|
+
protoOf(RealmOperatorType).t3s = function (_set____db54di) {
|
|
13226
13239
|
this.operator = _set____db54di;
|
|
13227
13240
|
};
|
|
13228
|
-
protoOf(RealmOperatorType).
|
|
13241
|
+
protoOf(RealmOperatorType).u3s = function () {
|
|
13229
13242
|
return this.operator;
|
|
13230
13243
|
};
|
|
13231
|
-
protoOf(RealmOperatorType).
|
|
13244
|
+
protoOf(RealmOperatorType).z3r = function (_set____db54di) {
|
|
13232
13245
|
this.property = _set____db54di;
|
|
13233
13246
|
};
|
|
13234
|
-
protoOf(RealmOperatorType).
|
|
13247
|
+
protoOf(RealmOperatorType).a3s = function () {
|
|
13235
13248
|
return this.property;
|
|
13236
13249
|
};
|
|
13237
13250
|
function Companion_67() {
|
|
@@ -13248,10 +13261,10 @@
|
|
|
13248
13261
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('dto.relations.Relations', this, 2);
|
|
13249
13262
|
tmp0_serialDesc.g2m('graph', true);
|
|
13250
13263
|
tmp0_serialDesc.g2m('access', true);
|
|
13251
|
-
this.
|
|
13264
|
+
this.v3s_1 = tmp0_serialDesc;
|
|
13252
13265
|
}
|
|
13253
|
-
protoOf($serializer_52).
|
|
13254
|
-
var tmp0_desc = this.
|
|
13266
|
+
protoOf($serializer_52).w3s = function (encoder, value) {
|
|
13267
|
+
var tmp0_desc = this.v3s_1;
|
|
13255
13268
|
var tmp1_output = encoder.x2e(tmp0_desc);
|
|
13256
13269
|
if (tmp1_output.t2g(tmp0_desc, 0) ? true : !(value.graph == null)) {
|
|
13257
13270
|
tmp1_output.p2g(tmp0_desc, 0, StringSerializer_getInstance(), value.graph);
|
|
@@ -13262,10 +13275,10 @@
|
|
|
13262
13275
|
tmp1_output.y2e(tmp0_desc);
|
|
13263
13276
|
};
|
|
13264
13277
|
protoOf($serializer_52).k2b = function (encoder, value) {
|
|
13265
|
-
return this.
|
|
13278
|
+
return this.w3s(encoder, value instanceof Relations ? value : THROW_CCE());
|
|
13266
13279
|
};
|
|
13267
13280
|
protoOf($serializer_52).l2b = function (decoder) {
|
|
13268
|
-
var tmp0_desc = this.
|
|
13281
|
+
var tmp0_desc = this.v3s_1;
|
|
13269
13282
|
var tmp1_flag = true;
|
|
13270
13283
|
var tmp2_index = 0;
|
|
13271
13284
|
var tmp3_bitMask0 = 0;
|
|
@@ -13300,7 +13313,7 @@
|
|
|
13300
13313
|
return Relations_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
13301
13314
|
};
|
|
13302
13315
|
protoOf($serializer_52).j2b = function () {
|
|
13303
|
-
return this.
|
|
13316
|
+
return this.v3s_1;
|
|
13304
13317
|
};
|
|
13305
13318
|
protoOf($serializer_52).z2m = function () {
|
|
13306
13319
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -13316,7 +13329,7 @@
|
|
|
13316
13329
|
}
|
|
13317
13330
|
function Relations_init_$Init$(seen0, graph, access, serializationConstructorMarker, $this) {
|
|
13318
13331
|
if (!(0 === (0 & seen0))) {
|
|
13319
|
-
throwMissingFieldException(seen0, 0, $serializer_getInstance_52().
|
|
13332
|
+
throwMissingFieldException(seen0, 0, $serializer_getInstance_52().v3s_1);
|
|
13320
13333
|
}
|
|
13321
13334
|
if (0 === (seen0 & 1))
|
|
13322
13335
|
$this.graph = null;
|
|
@@ -13337,16 +13350,16 @@
|
|
|
13337
13350
|
this.graph = graph;
|
|
13338
13351
|
this.access = access;
|
|
13339
13352
|
}
|
|
13340
|
-
protoOf(Relations).
|
|
13353
|
+
protoOf(Relations).x3s = function (_set____db54di) {
|
|
13341
13354
|
this.graph = _set____db54di;
|
|
13342
13355
|
};
|
|
13343
|
-
protoOf(Relations).
|
|
13356
|
+
protoOf(Relations).y3s = function () {
|
|
13344
13357
|
return this.graph;
|
|
13345
13358
|
};
|
|
13346
|
-
protoOf(Relations).
|
|
13359
|
+
protoOf(Relations).z3s = function (_set____db54di) {
|
|
13347
13360
|
this.access = _set____db54di;
|
|
13348
13361
|
};
|
|
13349
|
-
protoOf(Relations).
|
|
13362
|
+
protoOf(Relations).a3t = function () {
|
|
13350
13363
|
return this.access;
|
|
13351
13364
|
};
|
|
13352
13365
|
protoOf(Relations).xf = function () {
|
|
@@ -13355,13 +13368,13 @@
|
|
|
13355
13368
|
protoOf(Relations).yf = function () {
|
|
13356
13369
|
return this.access;
|
|
13357
13370
|
};
|
|
13358
|
-
protoOf(Relations).
|
|
13371
|
+
protoOf(Relations).b3t = function (graph, access) {
|
|
13359
13372
|
return new Relations(graph, access);
|
|
13360
13373
|
};
|
|
13361
13374
|
protoOf(Relations).copy = function (graph, access, $super) {
|
|
13362
13375
|
graph = graph === VOID ? this.graph : graph;
|
|
13363
13376
|
access = access === VOID ? this.access : access;
|
|
13364
|
-
return this.
|
|
13377
|
+
return this.b3t(graph, access);
|
|
13365
13378
|
};
|
|
13366
13379
|
protoOf(Relations).toString = function () {
|
|
13367
13380
|
return 'Relations(graph=' + this.graph + ', access=' + this.access + ')';
|
|
@@ -13391,7 +13404,7 @@
|
|
|
13391
13404
|
// Inline function 'kotlin.arrayOf' call
|
|
13392
13405
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
13393
13406
|
// Inline function 'kotlin.js.asDynamic' call
|
|
13394
|
-
tmp.
|
|
13407
|
+
tmp.g3t_1 = [null, null, null, new ReferenceArraySerializer(getKClass(ListenerItem), $serializer_getInstance_59())];
|
|
13395
13408
|
}
|
|
13396
13409
|
protoOf(Companion_68).s32 = function () {
|
|
13397
13410
|
return $serializer_getInstance_53();
|
|
@@ -13409,12 +13422,12 @@
|
|
|
13409
13422
|
tmp0_serialDesc.g2m('raw', true);
|
|
13410
13423
|
tmp0_serialDesc.g2m('map', true);
|
|
13411
13424
|
tmp0_serialDesc.g2m('listeners', true);
|
|
13412
|
-
this.
|
|
13425
|
+
this.h3t_1 = tmp0_serialDesc;
|
|
13413
13426
|
}
|
|
13414
|
-
protoOf($serializer_53).
|
|
13415
|
-
var tmp0_desc = this.
|
|
13427
|
+
protoOf($serializer_53).i3t = function (encoder, value) {
|
|
13428
|
+
var tmp0_desc = this.h3t_1;
|
|
13416
13429
|
var tmp1_output = encoder.x2e(tmp0_desc);
|
|
13417
|
-
var tmp2_cached = Companion_getInstance_68().
|
|
13430
|
+
var tmp2_cached = Companion_getInstance_68().g3t_1;
|
|
13418
13431
|
tmp1_output.l2g(tmp0_desc, 0, value.name);
|
|
13419
13432
|
if (tmp1_output.t2g(tmp0_desc, 1) ? true : !(value.raw == null)) {
|
|
13420
13433
|
tmp1_output.p2g(tmp0_desc, 1, StringSerializer_getInstance(), value.raw);
|
|
@@ -13428,10 +13441,10 @@
|
|
|
13428
13441
|
tmp1_output.y2e(tmp0_desc);
|
|
13429
13442
|
};
|
|
13430
13443
|
protoOf($serializer_53).k2b = function (encoder, value) {
|
|
13431
|
-
return this.
|
|
13444
|
+
return this.i3t(encoder, value instanceof QueryItem ? value : THROW_CCE());
|
|
13432
13445
|
};
|
|
13433
13446
|
protoOf($serializer_53).l2b = function (decoder) {
|
|
13434
|
-
var tmp0_desc = this.
|
|
13447
|
+
var tmp0_desc = this.h3t_1;
|
|
13435
13448
|
var tmp1_flag = true;
|
|
13436
13449
|
var tmp2_index = 0;
|
|
13437
13450
|
var tmp3_bitMask0 = 0;
|
|
@@ -13440,7 +13453,7 @@
|
|
|
13440
13453
|
var tmp6_local2 = null;
|
|
13441
13454
|
var tmp7_local3 = null;
|
|
13442
13455
|
var tmp8_input = decoder.x2e(tmp0_desc);
|
|
13443
|
-
var tmp9_cached = Companion_getInstance_68().
|
|
13456
|
+
var tmp9_cached = Companion_getInstance_68().g3t_1;
|
|
13444
13457
|
if (tmp8_input.m2f()) {
|
|
13445
13458
|
tmp4_local0 = tmp8_input.h2f(tmp0_desc, 0);
|
|
13446
13459
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -13481,10 +13494,10 @@
|
|
|
13481
13494
|
return QueryItem_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, null);
|
|
13482
13495
|
};
|
|
13483
13496
|
protoOf($serializer_53).j2b = function () {
|
|
13484
|
-
return this.
|
|
13497
|
+
return this.h3t_1;
|
|
13485
13498
|
};
|
|
13486
13499
|
protoOf($serializer_53).z2m = function () {
|
|
13487
|
-
var tmp0_cached = Companion_getInstance_68().
|
|
13500
|
+
var tmp0_cached = Companion_getInstance_68().g3t_1;
|
|
13488
13501
|
// Inline function 'kotlin.arrayOf' call
|
|
13489
13502
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
13490
13503
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -13498,7 +13511,7 @@
|
|
|
13498
13511
|
}
|
|
13499
13512
|
function QueryItem_init_$Init$(seen0, name, raw, map, listeners, serializationConstructorMarker, $this) {
|
|
13500
13513
|
if (!(1 === (1 & seen0))) {
|
|
13501
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_53().
|
|
13514
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_53().h3t_1);
|
|
13502
13515
|
}
|
|
13503
13516
|
$this.name = name;
|
|
13504
13517
|
if (0 === (seen0 & 2))
|
|
@@ -13534,22 +13547,22 @@
|
|
|
13534
13547
|
protoOf(QueryItem).t2 = function () {
|
|
13535
13548
|
return this.name;
|
|
13536
13549
|
};
|
|
13537
|
-
protoOf(QueryItem).
|
|
13550
|
+
protoOf(QueryItem).j3t = function (_set____db54di) {
|
|
13538
13551
|
this.raw = _set____db54di;
|
|
13539
13552
|
};
|
|
13540
|
-
protoOf(QueryItem).
|
|
13553
|
+
protoOf(QueryItem).k3t = function () {
|
|
13541
13554
|
return this.raw;
|
|
13542
13555
|
};
|
|
13543
|
-
protoOf(QueryItem).
|
|
13556
|
+
protoOf(QueryItem).l3t = function (_set____db54di) {
|
|
13544
13557
|
this.map = _set____db54di;
|
|
13545
13558
|
};
|
|
13546
13559
|
protoOf(QueryItem).cg = function () {
|
|
13547
13560
|
return this.map;
|
|
13548
13561
|
};
|
|
13549
|
-
protoOf(QueryItem).
|
|
13562
|
+
protoOf(QueryItem).m3t = function (_set____db54di) {
|
|
13550
13563
|
this.listeners = _set____db54di;
|
|
13551
13564
|
};
|
|
13552
|
-
protoOf(QueryItem).
|
|
13565
|
+
protoOf(QueryItem).n3t = function () {
|
|
13553
13566
|
return this.listeners;
|
|
13554
13567
|
};
|
|
13555
13568
|
protoOf(QueryItem).xf = function () {
|
|
@@ -13564,7 +13577,7 @@
|
|
|
13564
13577
|
protoOf(QueryItem).q3n = function () {
|
|
13565
13578
|
return this.listeners;
|
|
13566
13579
|
};
|
|
13567
|
-
protoOf(QueryItem).
|
|
13580
|
+
protoOf(QueryItem).o3t = function (name, raw, map, listeners) {
|
|
13568
13581
|
return new QueryItem(name, raw, map, listeners);
|
|
13569
13582
|
};
|
|
13570
13583
|
protoOf(QueryItem).copy = function (name, raw, map, listeners, $super) {
|
|
@@ -13572,7 +13585,7 @@
|
|
|
13572
13585
|
raw = raw === VOID ? this.raw : raw;
|
|
13573
13586
|
map = map === VOID ? this.map : map;
|
|
13574
13587
|
listeners = listeners === VOID ? this.listeners : listeners;
|
|
13575
|
-
return this.
|
|
13588
|
+
return this.o3t(name, raw, map, listeners);
|
|
13576
13589
|
};
|
|
13577
13590
|
protoOf(QueryItem).toString = function () {
|
|
13578
13591
|
return 'QueryItem(name=' + this.name + ', raw=' + this.raw + ', map=' + this.map + ', listeners=' + toString(this.listeners) + ')';
|
|
@@ -13606,7 +13619,7 @@
|
|
|
13606
13619
|
// Inline function 'kotlin.arrayOf' call
|
|
13607
13620
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
13608
13621
|
// Inline function 'kotlin.js.asDynamic' call
|
|
13609
|
-
tmp.
|
|
13622
|
+
tmp.s3t_1 = [Companion_getInstance_71().s32(), null, null, new ReferenceArraySerializer(getKClass(CreationItem), $serializer_getInstance_57()), null, null, new ReferenceArraySerializer(getKClass(Filter), Companion_getInstance_80().s32()), new ReferenceArraySerializer(getKClass(QueryItem), $serializer_getInstance_53()), null];
|
|
13610
13623
|
}
|
|
13611
13624
|
protoOf(Companion_69).s32 = function () {
|
|
13612
13625
|
return $serializer_getInstance_54();
|
|
@@ -13619,7 +13632,7 @@
|
|
|
13619
13632
|
}
|
|
13620
13633
|
function $serializer_54() {
|
|
13621
13634
|
$serializer_instance_54 = this;
|
|
13622
|
-
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('dto.view.ViewDTO', this,
|
|
13635
|
+
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('dto.view.ViewDTO', this, 9);
|
|
13623
13636
|
tmp0_serialDesc.g2m('class', false);
|
|
13624
13637
|
tmp0_serialDesc.g2m('settings', true);
|
|
13625
13638
|
tmp0_serialDesc.g2m('forCreate', true);
|
|
@@ -13628,12 +13641,13 @@
|
|
|
13628
13641
|
tmp0_serialDesc.g2m('name', false);
|
|
13629
13642
|
tmp0_serialDesc.g2m('filters', true);
|
|
13630
13643
|
tmp0_serialDesc.g2m('queries', true);
|
|
13631
|
-
|
|
13644
|
+
tmp0_serialDesc.g2m('autoSort', true);
|
|
13645
|
+
this.t3t_1 = tmp0_serialDesc;
|
|
13632
13646
|
}
|
|
13633
|
-
protoOf($serializer_54).
|
|
13634
|
-
var tmp0_desc = this.
|
|
13647
|
+
protoOf($serializer_54).u3t = function (encoder, value) {
|
|
13648
|
+
var tmp0_desc = this.t3t_1;
|
|
13635
13649
|
var tmp1_output = encoder.x2e(tmp0_desc);
|
|
13636
|
-
var tmp2_cached = Companion_getInstance_69().
|
|
13650
|
+
var tmp2_cached = Companion_getInstance_69().s3t_1;
|
|
13637
13651
|
tmp1_output.n2g(tmp0_desc, 0, tmp2_cached[0], value.viewType);
|
|
13638
13652
|
if (tmp1_output.t2g(tmp0_desc, 1) ? true : !(value.settings == null)) {
|
|
13639
13653
|
tmp1_output.p2g(tmp0_desc, 1, JsonObjectSerializer_getInstance(), value.settings);
|
|
@@ -13647,12 +13661,12 @@
|
|
|
13647
13661
|
if (tmp1_output.t2g(tmp0_desc, 4) ? true : !(value.title == null)) {
|
|
13648
13662
|
tmp1_output.p2g(tmp0_desc, 4, StringSerializer_getInstance(), value.title);
|
|
13649
13663
|
}
|
|
13650
|
-
tmp1_output.l2g(tmp0_desc, 5, value.
|
|
13664
|
+
tmp1_output.l2g(tmp0_desc, 5, value.v3t_1);
|
|
13651
13665
|
var tmp;
|
|
13652
13666
|
if (tmp1_output.t2g(tmp0_desc, 6)) {
|
|
13653
13667
|
tmp = true;
|
|
13654
13668
|
} else {
|
|
13655
|
-
var tmp_0 = value.
|
|
13669
|
+
var tmp_0 = value.w3t_1;
|
|
13656
13670
|
// Inline function 'kotlin.arrayOf' call
|
|
13657
13671
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
13658
13672
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -13660,13 +13674,13 @@
|
|
|
13660
13674
|
tmp = !equals(tmp_0, tmp$ret$2);
|
|
13661
13675
|
}
|
|
13662
13676
|
if (tmp) {
|
|
13663
|
-
tmp1_output.n2g(tmp0_desc, 6, tmp2_cached[6], value.
|
|
13677
|
+
tmp1_output.n2g(tmp0_desc, 6, tmp2_cached[6], value.w3t_1);
|
|
13664
13678
|
}
|
|
13665
13679
|
var tmp_1;
|
|
13666
13680
|
if (tmp1_output.t2g(tmp0_desc, 7)) {
|
|
13667
13681
|
tmp_1 = true;
|
|
13668
13682
|
} else {
|
|
13669
|
-
var tmp_2 = value.
|
|
13683
|
+
var tmp_2 = value.x3t_1;
|
|
13670
13684
|
// Inline function 'kotlin.arrayOf' call
|
|
13671
13685
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
13672
13686
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -13674,15 +13688,18 @@
|
|
|
13674
13688
|
tmp_1 = !equals(tmp_2, tmp$ret$5);
|
|
13675
13689
|
}
|
|
13676
13690
|
if (tmp_1) {
|
|
13677
|
-
tmp1_output.n2g(tmp0_desc, 7, tmp2_cached[7], value.
|
|
13691
|
+
tmp1_output.n2g(tmp0_desc, 7, tmp2_cached[7], value.x3t_1);
|
|
13692
|
+
}
|
|
13693
|
+
if (tmp1_output.t2g(tmp0_desc, 8) ? true : !(value.autoSort === true)) {
|
|
13694
|
+
tmp1_output.d2g(tmp0_desc, 8, value.autoSort);
|
|
13678
13695
|
}
|
|
13679
13696
|
tmp1_output.y2e(tmp0_desc);
|
|
13680
13697
|
};
|
|
13681
13698
|
protoOf($serializer_54).k2b = function (encoder, value) {
|
|
13682
|
-
return this.
|
|
13699
|
+
return this.u3t(encoder, value instanceof ViewDTO ? value : THROW_CCE());
|
|
13683
13700
|
};
|
|
13684
13701
|
protoOf($serializer_54).l2b = function (decoder) {
|
|
13685
|
-
var tmp0_desc = this.
|
|
13702
|
+
var tmp0_desc = this.t3t_1;
|
|
13686
13703
|
var tmp1_flag = true;
|
|
13687
13704
|
var tmp2_index = 0;
|
|
13688
13705
|
var tmp3_bitMask0 = 0;
|
|
@@ -13694,80 +13711,87 @@
|
|
|
13694
13711
|
var tmp9_local5 = null;
|
|
13695
13712
|
var tmp10_local6 = null;
|
|
13696
13713
|
var tmp11_local7 = null;
|
|
13697
|
-
var
|
|
13698
|
-
var
|
|
13699
|
-
|
|
13700
|
-
|
|
13714
|
+
var tmp12_local8 = false;
|
|
13715
|
+
var tmp13_input = decoder.x2e(tmp0_desc);
|
|
13716
|
+
var tmp14_cached = Companion_getInstance_69().s3t_1;
|
|
13717
|
+
if (tmp13_input.m2f()) {
|
|
13718
|
+
tmp4_local0 = tmp13_input.j2f(tmp0_desc, 0, tmp14_cached[0], tmp4_local0);
|
|
13701
13719
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
13702
|
-
tmp5_local1 =
|
|
13720
|
+
tmp5_local1 = tmp13_input.l2f(tmp0_desc, 1, JsonObjectSerializer_getInstance(), tmp5_local1);
|
|
13703
13721
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
13704
|
-
tmp6_local2 =
|
|
13722
|
+
tmp6_local2 = tmp13_input.l2f(tmp0_desc, 2, $serializer_getInstance_58(), tmp6_local2);
|
|
13705
13723
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
13706
|
-
tmp7_local3 =
|
|
13724
|
+
tmp7_local3 = tmp13_input.l2f(tmp0_desc, 3, tmp14_cached[3], tmp7_local3);
|
|
13707
13725
|
tmp3_bitMask0 = tmp3_bitMask0 | 8;
|
|
13708
|
-
tmp8_local4 =
|
|
13726
|
+
tmp8_local4 = tmp13_input.l2f(tmp0_desc, 4, StringSerializer_getInstance(), tmp8_local4);
|
|
13709
13727
|
tmp3_bitMask0 = tmp3_bitMask0 | 16;
|
|
13710
|
-
tmp9_local5 =
|
|
13728
|
+
tmp9_local5 = tmp13_input.h2f(tmp0_desc, 5);
|
|
13711
13729
|
tmp3_bitMask0 = tmp3_bitMask0 | 32;
|
|
13712
|
-
tmp10_local6 =
|
|
13730
|
+
tmp10_local6 = tmp13_input.j2f(tmp0_desc, 6, tmp14_cached[6], tmp10_local6);
|
|
13713
13731
|
tmp3_bitMask0 = tmp3_bitMask0 | 64;
|
|
13714
|
-
tmp11_local7 =
|
|
13732
|
+
tmp11_local7 = tmp13_input.j2f(tmp0_desc, 7, tmp14_cached[7], tmp11_local7);
|
|
13715
13733
|
tmp3_bitMask0 = tmp3_bitMask0 | 128;
|
|
13734
|
+
tmp12_local8 = tmp13_input.z2e(tmp0_desc, 8);
|
|
13735
|
+
tmp3_bitMask0 = tmp3_bitMask0 | 256;
|
|
13716
13736
|
} else
|
|
13717
13737
|
while (tmp1_flag) {
|
|
13718
|
-
tmp2_index =
|
|
13738
|
+
tmp2_index = tmp13_input.n2f(tmp0_desc);
|
|
13719
13739
|
switch (tmp2_index) {
|
|
13720
13740
|
case -1:
|
|
13721
13741
|
tmp1_flag = false;
|
|
13722
13742
|
break;
|
|
13723
13743
|
case 0:
|
|
13724
|
-
tmp4_local0 =
|
|
13744
|
+
tmp4_local0 = tmp13_input.j2f(tmp0_desc, 0, tmp14_cached[0], tmp4_local0);
|
|
13725
13745
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
13726
13746
|
break;
|
|
13727
13747
|
case 1:
|
|
13728
|
-
tmp5_local1 =
|
|
13748
|
+
tmp5_local1 = tmp13_input.l2f(tmp0_desc, 1, JsonObjectSerializer_getInstance(), tmp5_local1);
|
|
13729
13749
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
13730
13750
|
break;
|
|
13731
13751
|
case 2:
|
|
13732
|
-
tmp6_local2 =
|
|
13752
|
+
tmp6_local2 = tmp13_input.l2f(tmp0_desc, 2, $serializer_getInstance_58(), tmp6_local2);
|
|
13733
13753
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
13734
13754
|
break;
|
|
13735
13755
|
case 3:
|
|
13736
|
-
tmp7_local3 =
|
|
13756
|
+
tmp7_local3 = tmp13_input.l2f(tmp0_desc, 3, tmp14_cached[3], tmp7_local3);
|
|
13737
13757
|
tmp3_bitMask0 = tmp3_bitMask0 | 8;
|
|
13738
13758
|
break;
|
|
13739
13759
|
case 4:
|
|
13740
|
-
tmp8_local4 =
|
|
13760
|
+
tmp8_local4 = tmp13_input.l2f(tmp0_desc, 4, StringSerializer_getInstance(), tmp8_local4);
|
|
13741
13761
|
tmp3_bitMask0 = tmp3_bitMask0 | 16;
|
|
13742
13762
|
break;
|
|
13743
13763
|
case 5:
|
|
13744
|
-
tmp9_local5 =
|
|
13764
|
+
tmp9_local5 = tmp13_input.h2f(tmp0_desc, 5);
|
|
13745
13765
|
tmp3_bitMask0 = tmp3_bitMask0 | 32;
|
|
13746
13766
|
break;
|
|
13747
13767
|
case 6:
|
|
13748
|
-
tmp10_local6 =
|
|
13768
|
+
tmp10_local6 = tmp13_input.j2f(tmp0_desc, 6, tmp14_cached[6], tmp10_local6);
|
|
13749
13769
|
tmp3_bitMask0 = tmp3_bitMask0 | 64;
|
|
13750
13770
|
break;
|
|
13751
13771
|
case 7:
|
|
13752
|
-
tmp11_local7 =
|
|
13772
|
+
tmp11_local7 = tmp13_input.j2f(tmp0_desc, 7, tmp14_cached[7], tmp11_local7);
|
|
13753
13773
|
tmp3_bitMask0 = tmp3_bitMask0 | 128;
|
|
13754
13774
|
break;
|
|
13775
|
+
case 8:
|
|
13776
|
+
tmp12_local8 = tmp13_input.z2e(tmp0_desc, 8);
|
|
13777
|
+
tmp3_bitMask0 = tmp3_bitMask0 | 256;
|
|
13778
|
+
break;
|
|
13755
13779
|
default:
|
|
13756
13780
|
throw UnknownFieldException_init_$Create$(tmp2_index);
|
|
13757
13781
|
}
|
|
13758
13782
|
}
|
|
13759
|
-
|
|
13760
|
-
return ViewDTO_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, null);
|
|
13783
|
+
tmp13_input.y2e(tmp0_desc);
|
|
13784
|
+
return ViewDTO_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, null);
|
|
13761
13785
|
};
|
|
13762
13786
|
protoOf($serializer_54).j2b = function () {
|
|
13763
|
-
return this.
|
|
13787
|
+
return this.t3t_1;
|
|
13764
13788
|
};
|
|
13765
13789
|
protoOf($serializer_54).z2m = function () {
|
|
13766
|
-
var tmp0_cached = Companion_getInstance_69().
|
|
13790
|
+
var tmp0_cached = Companion_getInstance_69().s3t_1;
|
|
13767
13791
|
// Inline function 'kotlin.arrayOf' call
|
|
13768
13792
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
13769
13793
|
// Inline function 'kotlin.js.asDynamic' call
|
|
13770
|
-
return [tmp0_cached[0], get_nullable(JsonObjectSerializer_getInstance()), get_nullable($serializer_getInstance_58()), get_nullable(tmp0_cached[3]), get_nullable(StringSerializer_getInstance()), StringSerializer_getInstance(), tmp0_cached[6], tmp0_cached[7]];
|
|
13794
|
+
return [tmp0_cached[0], get_nullable(JsonObjectSerializer_getInstance()), get_nullable($serializer_getInstance_58()), get_nullable(tmp0_cached[3]), get_nullable(StringSerializer_getInstance()), StringSerializer_getInstance(), tmp0_cached[6], tmp0_cached[7], BooleanSerializer_getInstance()];
|
|
13771
13795
|
};
|
|
13772
13796
|
var $serializer_instance_54;
|
|
13773
13797
|
function $serializer_getInstance_54() {
|
|
@@ -13775,9 +13799,9 @@
|
|
|
13775
13799
|
new $serializer_54();
|
|
13776
13800
|
return $serializer_instance_54;
|
|
13777
13801
|
}
|
|
13778
|
-
function ViewDTO_init_$Init$(seen0, viewType, settings, forCreate, creationList, title, name, filters, queries, serializationConstructorMarker, $this) {
|
|
13802
|
+
function ViewDTO_init_$Init$(seen0, viewType, settings, forCreate, creationList, title, name, filters, queries, autoSort, serializationConstructorMarker, $this) {
|
|
13779
13803
|
if (!(33 === (33 & seen0))) {
|
|
13780
|
-
throwMissingFieldException(seen0, 33, $serializer_getInstance_54().
|
|
13804
|
+
throwMissingFieldException(seen0, 33, $serializer_getInstance_54().t3t_1);
|
|
13781
13805
|
}
|
|
13782
13806
|
$this.viewType = viewType;
|
|
13783
13807
|
if (0 === (seen0 & 2))
|
|
@@ -13796,29 +13820,33 @@
|
|
|
13796
13820
|
$this.title = null;
|
|
13797
13821
|
else
|
|
13798
13822
|
$this.title = title;
|
|
13799
|
-
$this.
|
|
13823
|
+
$this.v3t_1 = name;
|
|
13800
13824
|
if (0 === (seen0 & 64)) {
|
|
13801
13825
|
var tmp = $this;
|
|
13802
13826
|
// Inline function 'kotlin.arrayOf' call
|
|
13803
13827
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
13804
13828
|
// Inline function 'kotlin.js.asDynamic' call
|
|
13805
|
-
tmp.
|
|
13829
|
+
tmp.w3t_1 = [];
|
|
13806
13830
|
} else
|
|
13807
|
-
$this.
|
|
13831
|
+
$this.w3t_1 = filters;
|
|
13808
13832
|
if (0 === (seen0 & 128)) {
|
|
13809
13833
|
var tmp_0 = $this;
|
|
13810
13834
|
// Inline function 'kotlin.arrayOf' call
|
|
13811
13835
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
13812
13836
|
// Inline function 'kotlin.js.asDynamic' call
|
|
13813
|
-
tmp_0.
|
|
13837
|
+
tmp_0.x3t_1 = [];
|
|
13814
13838
|
} else
|
|
13815
|
-
$this.
|
|
13839
|
+
$this.x3t_1 = queries;
|
|
13840
|
+
if (0 === (seen0 & 256))
|
|
13841
|
+
$this.autoSort = true;
|
|
13842
|
+
else
|
|
13843
|
+
$this.autoSort = autoSort;
|
|
13816
13844
|
return $this;
|
|
13817
13845
|
}
|
|
13818
|
-
function ViewDTO_init_$Create$(seen0, viewType, settings, forCreate, creationList, title, name, filters, queries, serializationConstructorMarker) {
|
|
13819
|
-
return ViewDTO_init_$Init$(seen0, viewType, settings, forCreate, creationList, title, name, filters, queries, serializationConstructorMarker, objectCreate(protoOf(ViewDTO)));
|
|
13846
|
+
function ViewDTO_init_$Create$(seen0, viewType, settings, forCreate, creationList, title, name, filters, queries, autoSort, serializationConstructorMarker) {
|
|
13847
|
+
return ViewDTO_init_$Init$(seen0, viewType, settings, forCreate, creationList, title, name, filters, queries, autoSort, serializationConstructorMarker, objectCreate(protoOf(ViewDTO)));
|
|
13820
13848
|
}
|
|
13821
|
-
function ViewDTO(viewType, settings, forCreate, creationList, title, name, filters, queries) {
|
|
13849
|
+
function ViewDTO(viewType, settings, forCreate, creationList, title, name, filters, queries, autoSort) {
|
|
13822
13850
|
Companion_getInstance_69();
|
|
13823
13851
|
settings = settings === VOID ? null : settings;
|
|
13824
13852
|
forCreate = forCreate === VOID ? null : forCreate;
|
|
@@ -13844,37 +13872,39 @@
|
|
|
13844
13872
|
tmp_0 = queries;
|
|
13845
13873
|
}
|
|
13846
13874
|
queries = tmp_0;
|
|
13875
|
+
autoSort = autoSort === VOID ? true : autoSort;
|
|
13847
13876
|
this.viewType = viewType;
|
|
13848
13877
|
this.settings = settings;
|
|
13849
13878
|
this.forCreate = forCreate;
|
|
13850
13879
|
this.creationList = creationList;
|
|
13851
13880
|
this.title = title;
|
|
13852
|
-
this.
|
|
13853
|
-
this.
|
|
13854
|
-
this.
|
|
13881
|
+
this.v3t_1 = name;
|
|
13882
|
+
this.w3t_1 = filters;
|
|
13883
|
+
this.x3t_1 = queries;
|
|
13884
|
+
this.autoSort = autoSort;
|
|
13855
13885
|
}
|
|
13856
|
-
protoOf(ViewDTO).
|
|
13886
|
+
protoOf(ViewDTO).y3t = function (_set____db54di) {
|
|
13857
13887
|
this.viewType = _set____db54di;
|
|
13858
13888
|
};
|
|
13859
|
-
protoOf(ViewDTO).
|
|
13889
|
+
protoOf(ViewDTO).z3t = function () {
|
|
13860
13890
|
return this.viewType;
|
|
13861
13891
|
};
|
|
13862
|
-
protoOf(ViewDTO).
|
|
13892
|
+
protoOf(ViewDTO).a3u = function (_set____db54di) {
|
|
13863
13893
|
this.settings = _set____db54di;
|
|
13864
13894
|
};
|
|
13865
|
-
protoOf(ViewDTO).
|
|
13895
|
+
protoOf(ViewDTO).b3u = function () {
|
|
13866
13896
|
return this.settings;
|
|
13867
13897
|
};
|
|
13868
|
-
protoOf(ViewDTO).
|
|
13898
|
+
protoOf(ViewDTO).c3u = function (_set____db54di) {
|
|
13869
13899
|
this.forCreate = _set____db54di;
|
|
13870
13900
|
};
|
|
13871
|
-
protoOf(ViewDTO).
|
|
13901
|
+
protoOf(ViewDTO).d3u = function () {
|
|
13872
13902
|
return this.forCreate;
|
|
13873
13903
|
};
|
|
13874
|
-
protoOf(ViewDTO).
|
|
13904
|
+
protoOf(ViewDTO).e3u = function (_set____db54di) {
|
|
13875
13905
|
this.creationList = _set____db54di;
|
|
13876
13906
|
};
|
|
13877
|
-
protoOf(ViewDTO).
|
|
13907
|
+
protoOf(ViewDTO).f3u = function () {
|
|
13878
13908
|
return this.creationList;
|
|
13879
13909
|
};
|
|
13880
13910
|
protoOf(ViewDTO).l3d = function (_set____db54di) {
|
|
@@ -13884,23 +13914,29 @@
|
|
|
13884
13914
|
return this.title;
|
|
13885
13915
|
};
|
|
13886
13916
|
protoOf(ViewDTO).a3c = function (_set____db54di) {
|
|
13887
|
-
this.u3t_1 = _set____db54di;
|
|
13888
|
-
};
|
|
13889
|
-
protoOf(ViewDTO).t2 = function () {
|
|
13890
|
-
return this.u3t_1;
|
|
13891
|
-
};
|
|
13892
|
-
protoOf(ViewDTO).b3t = function (_set____db54di) {
|
|
13893
13917
|
this.v3t_1 = _set____db54di;
|
|
13894
13918
|
};
|
|
13895
|
-
protoOf(ViewDTO).
|
|
13919
|
+
protoOf(ViewDTO).t2 = function () {
|
|
13896
13920
|
return this.v3t_1;
|
|
13897
13921
|
};
|
|
13898
|
-
protoOf(ViewDTO).
|
|
13922
|
+
protoOf(ViewDTO).c3t = function (_set____db54di) {
|
|
13899
13923
|
this.w3t_1 = _set____db54di;
|
|
13900
13924
|
};
|
|
13901
|
-
protoOf(ViewDTO).
|
|
13925
|
+
protoOf(ViewDTO).d3t = function () {
|
|
13902
13926
|
return this.w3t_1;
|
|
13903
13927
|
};
|
|
13928
|
+
protoOf(ViewDTO).e3t = function (_set____db54di) {
|
|
13929
|
+
this.x3t_1 = _set____db54di;
|
|
13930
|
+
};
|
|
13931
|
+
protoOf(ViewDTO).f3t = function () {
|
|
13932
|
+
return this.x3t_1;
|
|
13933
|
+
};
|
|
13934
|
+
protoOf(ViewDTO).g3u = function (_set____db54di) {
|
|
13935
|
+
this.autoSort = _set____db54di;
|
|
13936
|
+
};
|
|
13937
|
+
protoOf(ViewDTO).h3u = function () {
|
|
13938
|
+
return this.autoSort;
|
|
13939
|
+
};
|
|
13904
13940
|
protoOf(ViewDTO).getSettings = function () {
|
|
13905
13941
|
return encodeToString(Default_getInstance(), Companion_instance.s32(), this.settings);
|
|
13906
13942
|
};
|
|
@@ -13915,7 +13951,7 @@
|
|
|
13915
13951
|
// Inline function 'kotlin.arrayOf' call
|
|
13916
13952
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
13917
13953
|
// Inline function 'kotlin.js.asDynamic' call
|
|
13918
|
-
tmp.
|
|
13954
|
+
tmp.i3u_1 = [null, new ReferenceArraySerializer(getKClass(Filter), Companion_getInstance_80().s32()), new ReferenceArraySerializer(getKClass(QueryItem), $serializer_getInstance_53())];
|
|
13919
13955
|
}
|
|
13920
13956
|
protoOf(Companion_70).s32 = function () {
|
|
13921
13957
|
return $serializer_getInstance_55();
|
|
@@ -13932,12 +13968,12 @@
|
|
|
13932
13968
|
tmp0_serialDesc.g2m('name', false);
|
|
13933
13969
|
tmp0_serialDesc.g2m('filters', true);
|
|
13934
13970
|
tmp0_serialDesc.g2m('queries', true);
|
|
13935
|
-
this.
|
|
13971
|
+
this.j3u_1 = tmp0_serialDesc;
|
|
13936
13972
|
}
|
|
13937
|
-
protoOf($serializer_55).
|
|
13938
|
-
var tmp0_desc = this.
|
|
13973
|
+
protoOf($serializer_55).k3u = function (encoder, value) {
|
|
13974
|
+
var tmp0_desc = this.j3u_1;
|
|
13939
13975
|
var tmp1_output = encoder.x2e(tmp0_desc);
|
|
13940
|
-
var tmp2_cached = Companion_getInstance_70().
|
|
13976
|
+
var tmp2_cached = Companion_getInstance_70().i3u_1;
|
|
13941
13977
|
tmp1_output.l2g(tmp0_desc, 0, value.name);
|
|
13942
13978
|
var tmp;
|
|
13943
13979
|
if (tmp1_output.t2g(tmp0_desc, 1)) {
|
|
@@ -13970,10 +14006,10 @@
|
|
|
13970
14006
|
tmp1_output.y2e(tmp0_desc);
|
|
13971
14007
|
};
|
|
13972
14008
|
protoOf($serializer_55).k2b = function (encoder, value) {
|
|
13973
|
-
return this.
|
|
14009
|
+
return this.k3u(encoder, value instanceof ViewQuery ? value : THROW_CCE());
|
|
13974
14010
|
};
|
|
13975
14011
|
protoOf($serializer_55).l2b = function (decoder) {
|
|
13976
|
-
var tmp0_desc = this.
|
|
14012
|
+
var tmp0_desc = this.j3u_1;
|
|
13977
14013
|
var tmp1_flag = true;
|
|
13978
14014
|
var tmp2_index = 0;
|
|
13979
14015
|
var tmp3_bitMask0 = 0;
|
|
@@ -13981,7 +14017,7 @@
|
|
|
13981
14017
|
var tmp5_local1 = null;
|
|
13982
14018
|
var tmp6_local2 = null;
|
|
13983
14019
|
var tmp7_input = decoder.x2e(tmp0_desc);
|
|
13984
|
-
var tmp8_cached = Companion_getInstance_70().
|
|
14020
|
+
var tmp8_cached = Companion_getInstance_70().i3u_1;
|
|
13985
14021
|
if (tmp7_input.m2f()) {
|
|
13986
14022
|
tmp4_local0 = tmp7_input.h2f(tmp0_desc, 0);
|
|
13987
14023
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -14016,10 +14052,10 @@
|
|
|
14016
14052
|
return ViewQuery_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
|
|
14017
14053
|
};
|
|
14018
14054
|
protoOf($serializer_55).j2b = function () {
|
|
14019
|
-
return this.
|
|
14055
|
+
return this.j3u_1;
|
|
14020
14056
|
};
|
|
14021
14057
|
protoOf($serializer_55).z2m = function () {
|
|
14022
|
-
var tmp0_cached = Companion_getInstance_70().
|
|
14058
|
+
var tmp0_cached = Companion_getInstance_70().i3u_1;
|
|
14023
14059
|
// Inline function 'kotlin.arrayOf' call
|
|
14024
14060
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
14025
14061
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -14033,25 +14069,25 @@
|
|
|
14033
14069
|
}
|
|
14034
14070
|
function ViewQuery_init_$Init$(seen0, name, filters, queries, serializationConstructorMarker, $this) {
|
|
14035
14071
|
if (!(1 === (1 & seen0))) {
|
|
14036
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_55().
|
|
14072
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_55().j3u_1);
|
|
14037
14073
|
}
|
|
14038
|
-
$this.
|
|
14074
|
+
$this.l3u_1 = name;
|
|
14039
14075
|
if (0 === (seen0 & 2)) {
|
|
14040
14076
|
var tmp = $this;
|
|
14041
14077
|
// Inline function 'kotlin.arrayOf' call
|
|
14042
14078
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
14043
14079
|
// Inline function 'kotlin.js.asDynamic' call
|
|
14044
|
-
tmp.
|
|
14080
|
+
tmp.m3u_1 = [];
|
|
14045
14081
|
} else
|
|
14046
|
-
$this.
|
|
14082
|
+
$this.m3u_1 = filters;
|
|
14047
14083
|
if (0 === (seen0 & 4)) {
|
|
14048
14084
|
var tmp_0 = $this;
|
|
14049
14085
|
// Inline function 'kotlin.arrayOf' call
|
|
14050
14086
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
14051
14087
|
// Inline function 'kotlin.js.asDynamic' call
|
|
14052
|
-
tmp_0.
|
|
14088
|
+
tmp_0.n3u_1 = [];
|
|
14053
14089
|
} else
|
|
14054
|
-
$this.
|
|
14090
|
+
$this.n3u_1 = queries;
|
|
14055
14091
|
return $this;
|
|
14056
14092
|
}
|
|
14057
14093
|
function ViewQuery_init_$Create$(seen0, name, filters, queries, serializationConstructorMarker) {
|
|
@@ -14079,30 +14115,30 @@
|
|
|
14079
14115
|
tmp_0 = queries;
|
|
14080
14116
|
}
|
|
14081
14117
|
queries = tmp_0;
|
|
14082
|
-
this.
|
|
14083
|
-
this.
|
|
14084
|
-
this.
|
|
14118
|
+
this.l3u_1 = name;
|
|
14119
|
+
this.m3u_1 = filters;
|
|
14120
|
+
this.n3u_1 = queries;
|
|
14085
14121
|
}
|
|
14086
14122
|
protoOf(ViewQuery).a3c = function (_set____db54di) {
|
|
14087
|
-
this.
|
|
14123
|
+
this.l3u_1 = _set____db54di;
|
|
14088
14124
|
};
|
|
14089
14125
|
protoOf(ViewQuery).t2 = function () {
|
|
14090
|
-
return this.
|
|
14126
|
+
return this.l3u_1;
|
|
14091
14127
|
};
|
|
14092
|
-
protoOf(ViewQuery).
|
|
14093
|
-
this.
|
|
14128
|
+
protoOf(ViewQuery).c3t = function (_set____db54di) {
|
|
14129
|
+
this.m3u_1 = _set____db54di;
|
|
14094
14130
|
};
|
|
14095
|
-
protoOf(ViewQuery).
|
|
14096
|
-
return this.
|
|
14131
|
+
protoOf(ViewQuery).d3t = function () {
|
|
14132
|
+
return this.m3u_1;
|
|
14097
14133
|
};
|
|
14098
|
-
protoOf(ViewQuery).
|
|
14099
|
-
this.
|
|
14134
|
+
protoOf(ViewQuery).e3t = function (_set____db54di) {
|
|
14135
|
+
this.n3u_1 = _set____db54di;
|
|
14100
14136
|
};
|
|
14101
|
-
protoOf(ViewQuery).
|
|
14102
|
-
return this.
|
|
14137
|
+
protoOf(ViewQuery).f3t = function () {
|
|
14138
|
+
return this.n3u_1;
|
|
14103
14139
|
};
|
|
14104
14140
|
function _get_$cachedSerializer__te6jhj_14($this) {
|
|
14105
|
-
return $this.
|
|
14141
|
+
return $this.p3t_1.b1();
|
|
14106
14142
|
}
|
|
14107
14143
|
function ViewType$Companion$_anonymous__ixrzjk() {
|
|
14108
14144
|
var tmp = values_10();
|
|
@@ -14167,7 +14203,7 @@
|
|
|
14167
14203
|
Companion_instance_72 = this;
|
|
14168
14204
|
var tmp = this;
|
|
14169
14205
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
14170
|
-
tmp.
|
|
14206
|
+
tmp.p3t_1 = lazy(tmp_0, ViewType$Companion$_anonymous__ixrzjk);
|
|
14171
14207
|
}
|
|
14172
14208
|
protoOf(Companion_71).s32 = function () {
|
|
14173
14209
|
return _get_$cachedSerializer__te6jhj_14(this);
|
|
@@ -14257,7 +14293,7 @@
|
|
|
14257
14293
|
return ViewType_usm_instance;
|
|
14258
14294
|
}
|
|
14259
14295
|
function _get_$cachedSerializer__te6jhj_15($this) {
|
|
14260
|
-
return $this.
|
|
14296
|
+
return $this.q3u_1.b1();
|
|
14261
14297
|
}
|
|
14262
14298
|
function BaseCreationData$Companion$_anonymous__2bkvpn() {
|
|
14263
14299
|
var tmp = getKClass(BaseCreationData);
|
|
@@ -14271,7 +14307,7 @@
|
|
|
14271
14307
|
Companion_instance_73 = this;
|
|
14272
14308
|
var tmp = this;
|
|
14273
14309
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
14274
|
-
tmp.
|
|
14310
|
+
tmp.q3u_1 = lazy(tmp_0, BaseCreationData$Companion$_anonymous__2bkvpn);
|
|
14275
14311
|
}
|
|
14276
14312
|
protoOf(Companion_72).s32 = function () {
|
|
14277
14313
|
return _get_$cachedSerializer__te6jhj_15(this);
|
|
@@ -14305,24 +14341,24 @@
|
|
|
14305
14341
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('dto.view.creation.CreationData', this, 2);
|
|
14306
14342
|
tmp0_serialDesc.g2m('type', true);
|
|
14307
14343
|
tmp0_serialDesc.g2m('formId', true);
|
|
14308
|
-
this.
|
|
14344
|
+
this.r3u_1 = tmp0_serialDesc;
|
|
14309
14345
|
}
|
|
14310
|
-
protoOf($serializer_56).
|
|
14311
|
-
var tmp0_desc = this.
|
|
14346
|
+
protoOf($serializer_56).s3u = function (encoder, value) {
|
|
14347
|
+
var tmp0_desc = this.r3u_1;
|
|
14312
14348
|
var tmp1_output = encoder.x2e(tmp0_desc);
|
|
14313
|
-
if (tmp1_output.t2g(tmp0_desc, 0) ? true : !(value.
|
|
14314
|
-
tmp1_output.p2g(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
14349
|
+
if (tmp1_output.t2g(tmp0_desc, 0) ? true : !(value.t3u_1 == null)) {
|
|
14350
|
+
tmp1_output.p2g(tmp0_desc, 0, StringSerializer_getInstance(), value.t3u_1);
|
|
14315
14351
|
}
|
|
14316
|
-
if (tmp1_output.t2g(tmp0_desc, 1) ? true : !(value.
|
|
14317
|
-
tmp1_output.p2g(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
14352
|
+
if (tmp1_output.t2g(tmp0_desc, 1) ? true : !(value.u3u_1 == null)) {
|
|
14353
|
+
tmp1_output.p2g(tmp0_desc, 1, StringSerializer_getInstance(), value.u3u_1);
|
|
14318
14354
|
}
|
|
14319
14355
|
tmp1_output.y2e(tmp0_desc);
|
|
14320
14356
|
};
|
|
14321
14357
|
protoOf($serializer_56).k2b = function (encoder, value) {
|
|
14322
|
-
return this.
|
|
14358
|
+
return this.s3u(encoder, value instanceof CreationData ? value : THROW_CCE());
|
|
14323
14359
|
};
|
|
14324
14360
|
protoOf($serializer_56).l2b = function (decoder) {
|
|
14325
|
-
var tmp0_desc = this.
|
|
14361
|
+
var tmp0_desc = this.r3u_1;
|
|
14326
14362
|
var tmp1_flag = true;
|
|
14327
14363
|
var tmp2_index = 0;
|
|
14328
14364
|
var tmp3_bitMask0 = 0;
|
|
@@ -14357,7 +14393,7 @@
|
|
|
14357
14393
|
return CreationData_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
14358
14394
|
};
|
|
14359
14395
|
protoOf($serializer_56).j2b = function () {
|
|
14360
|
-
return this.
|
|
14396
|
+
return this.r3u_1;
|
|
14361
14397
|
};
|
|
14362
14398
|
protoOf($serializer_56).z2m = function () {
|
|
14363
14399
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -14373,17 +14409,17 @@
|
|
|
14373
14409
|
}
|
|
14374
14410
|
function CreationData_init_$Init$(seen0, type, formId, serializationConstructorMarker, $this) {
|
|
14375
14411
|
if (!(0 === (0 & seen0))) {
|
|
14376
|
-
throwMissingFieldException(seen0, 0, $serializer_getInstance_56().
|
|
14412
|
+
throwMissingFieldException(seen0, 0, $serializer_getInstance_56().r3u_1);
|
|
14377
14413
|
}
|
|
14378
14414
|
BaseCreationData_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
14379
14415
|
if (0 === (seen0 & 1))
|
|
14380
|
-
$this.
|
|
14416
|
+
$this.t3u_1 = null;
|
|
14381
14417
|
else
|
|
14382
|
-
$this.
|
|
14418
|
+
$this.t3u_1 = type;
|
|
14383
14419
|
if (0 === (seen0 & 2))
|
|
14384
|
-
$this.
|
|
14420
|
+
$this.u3u_1 = null;
|
|
14385
14421
|
else
|
|
14386
|
-
$this.
|
|
14422
|
+
$this.u3u_1 = formId;
|
|
14387
14423
|
return $this;
|
|
14388
14424
|
}
|
|
14389
14425
|
function CreationData_init_$Create$(seen0, type, formId, serializationConstructorMarker) {
|
|
@@ -14393,35 +14429,35 @@
|
|
|
14393
14429
|
type = type === VOID ? null : type;
|
|
14394
14430
|
formId = formId === VOID ? null : formId;
|
|
14395
14431
|
BaseCreationData.call(this);
|
|
14396
|
-
this.
|
|
14397
|
-
this.
|
|
14432
|
+
this.t3u_1 = type;
|
|
14433
|
+
this.u3u_1 = formId;
|
|
14398
14434
|
}
|
|
14399
14435
|
protoOf(CreationData).c3c = function () {
|
|
14400
|
-
return this.
|
|
14436
|
+
return this.t3u_1;
|
|
14401
14437
|
};
|
|
14402
14438
|
protoOf(CreationData).w3c = function () {
|
|
14403
|
-
return this.
|
|
14439
|
+
return this.u3u_1;
|
|
14404
14440
|
};
|
|
14405
14441
|
protoOf(CreationData).xf = function () {
|
|
14406
|
-
return this.
|
|
14442
|
+
return this.t3u_1;
|
|
14407
14443
|
};
|
|
14408
14444
|
protoOf(CreationData).yf = function () {
|
|
14409
|
-
return this.
|
|
14445
|
+
return this.u3u_1;
|
|
14410
14446
|
};
|
|
14411
|
-
protoOf(CreationData).
|
|
14447
|
+
protoOf(CreationData).b3t = function (type, formId) {
|
|
14412
14448
|
return new CreationData(type, formId);
|
|
14413
14449
|
};
|
|
14414
14450
|
protoOf(CreationData).copy = function (type, formId, $super) {
|
|
14415
|
-
type = type === VOID ? this.
|
|
14416
|
-
formId = formId === VOID ? this.
|
|
14417
|
-
return this.
|
|
14451
|
+
type = type === VOID ? this.t3u_1 : type;
|
|
14452
|
+
formId = formId === VOID ? this.u3u_1 : formId;
|
|
14453
|
+
return this.b3t(type, formId);
|
|
14418
14454
|
};
|
|
14419
14455
|
protoOf(CreationData).toString = function () {
|
|
14420
|
-
return 'CreationData(type=' + this.
|
|
14456
|
+
return 'CreationData(type=' + this.t3u_1 + ', formId=' + this.u3u_1 + ')';
|
|
14421
14457
|
};
|
|
14422
14458
|
protoOf(CreationData).hashCode = function () {
|
|
14423
|
-
var result = this.
|
|
14424
|
-
result = imul(result, 31) + (this.
|
|
14459
|
+
var result = this.t3u_1 == null ? 0 : getStringHashCode(this.t3u_1);
|
|
14460
|
+
result = imul(result, 31) + (this.u3u_1 == null ? 0 : getStringHashCode(this.u3u_1)) | 0;
|
|
14425
14461
|
return result;
|
|
14426
14462
|
};
|
|
14427
14463
|
protoOf(CreationData).equals = function (other) {
|
|
@@ -14430,9 +14466,9 @@
|
|
|
14430
14466
|
if (!(other instanceof CreationData))
|
|
14431
14467
|
return false;
|
|
14432
14468
|
var tmp0_other_with_cast = other instanceof CreationData ? other : THROW_CCE();
|
|
14433
|
-
if (!(this.
|
|
14469
|
+
if (!(this.t3u_1 == tmp0_other_with_cast.t3u_1))
|
|
14434
14470
|
return false;
|
|
14435
|
-
if (!(this.
|
|
14471
|
+
if (!(this.u3u_1 == tmp0_other_with_cast.u3u_1))
|
|
14436
14472
|
return false;
|
|
14437
14473
|
return true;
|
|
14438
14474
|
};
|
|
@@ -14450,10 +14486,10 @@
|
|
|
14450
14486
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('dto.view.creation.CreationItem', this, 2);
|
|
14451
14487
|
tmp0_serialDesc.g2m('name', true);
|
|
14452
14488
|
tmp0_serialDesc.g2m('data', true);
|
|
14453
|
-
this.
|
|
14489
|
+
this.v3u_1 = tmp0_serialDesc;
|
|
14454
14490
|
}
|
|
14455
|
-
protoOf($serializer_57).
|
|
14456
|
-
var tmp0_desc = this.
|
|
14491
|
+
protoOf($serializer_57).w3u = function (encoder, value) {
|
|
14492
|
+
var tmp0_desc = this.v3u_1;
|
|
14457
14493
|
var tmp1_output = encoder.x2e(tmp0_desc);
|
|
14458
14494
|
if (tmp1_output.t2g(tmp0_desc, 0) ? true : !(value.name == null)) {
|
|
14459
14495
|
tmp1_output.p2g(tmp0_desc, 0, StringSerializer_getInstance(), value.name);
|
|
@@ -14464,10 +14500,10 @@
|
|
|
14464
14500
|
tmp1_output.y2e(tmp0_desc);
|
|
14465
14501
|
};
|
|
14466
14502
|
protoOf($serializer_57).k2b = function (encoder, value) {
|
|
14467
|
-
return this.
|
|
14503
|
+
return this.w3u(encoder, value instanceof CreationItem ? value : THROW_CCE());
|
|
14468
14504
|
};
|
|
14469
14505
|
protoOf($serializer_57).l2b = function (decoder) {
|
|
14470
|
-
var tmp0_desc = this.
|
|
14506
|
+
var tmp0_desc = this.v3u_1;
|
|
14471
14507
|
var tmp1_flag = true;
|
|
14472
14508
|
var tmp2_index = 0;
|
|
14473
14509
|
var tmp3_bitMask0 = 0;
|
|
@@ -14502,7 +14538,7 @@
|
|
|
14502
14538
|
return CreationItem_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
14503
14539
|
};
|
|
14504
14540
|
protoOf($serializer_57).j2b = function () {
|
|
14505
|
-
return this.
|
|
14541
|
+
return this.v3u_1;
|
|
14506
14542
|
};
|
|
14507
14543
|
protoOf($serializer_57).z2m = function () {
|
|
14508
14544
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -14518,7 +14554,7 @@
|
|
|
14518
14554
|
}
|
|
14519
14555
|
function CreationItem_init_$Init$(seen0, name, data, serializationConstructorMarker, $this) {
|
|
14520
14556
|
if (!(0 === (0 & seen0))) {
|
|
14521
|
-
throwMissingFieldException(seen0, 0, $serializer_getInstance_57().
|
|
14557
|
+
throwMissingFieldException(seen0, 0, $serializer_getInstance_57().v3u_1);
|
|
14522
14558
|
}
|
|
14523
14559
|
if (0 === (seen0 & 1))
|
|
14524
14560
|
$this.name = null;
|
|
@@ -14545,10 +14581,10 @@
|
|
|
14545
14581
|
protoOf(CreationItem).t2 = function () {
|
|
14546
14582
|
return this.name;
|
|
14547
14583
|
};
|
|
14548
|
-
protoOf(CreationItem).
|
|
14584
|
+
protoOf(CreationItem).x3u = function (_set____db54di) {
|
|
14549
14585
|
this.data = _set____db54di;
|
|
14550
14586
|
};
|
|
14551
|
-
protoOf(CreationItem).
|
|
14587
|
+
protoOf(CreationItem).y3u = function () {
|
|
14552
14588
|
return this.data;
|
|
14553
14589
|
};
|
|
14554
14590
|
protoOf(CreationItem).xf = function () {
|
|
@@ -14557,13 +14593,13 @@
|
|
|
14557
14593
|
protoOf(CreationItem).yf = function () {
|
|
14558
14594
|
return this.data;
|
|
14559
14595
|
};
|
|
14560
|
-
protoOf(CreationItem).
|
|
14596
|
+
protoOf(CreationItem).z3u = function (name, data) {
|
|
14561
14597
|
return new CreationItem(name, data);
|
|
14562
14598
|
};
|
|
14563
14599
|
protoOf(CreationItem).copy = function (name, data, $super) {
|
|
14564
14600
|
name = name === VOID ? this.name : name;
|
|
14565
14601
|
data = data === VOID ? this.data : data;
|
|
14566
|
-
return this.
|
|
14602
|
+
return this.z3u(name, data);
|
|
14567
14603
|
};
|
|
14568
14604
|
protoOf(CreationItem).toString = function () {
|
|
14569
14605
|
return 'CreationItem(name=' + this.name + ', data=' + toString_0(this.data) + ')';
|
|
@@ -14599,24 +14635,24 @@
|
|
|
14599
14635
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('dto.view.creation.ForCreate', this, 2);
|
|
14600
14636
|
tmp0_serialDesc.g2m('type', true);
|
|
14601
14637
|
tmp0_serialDesc.g2m('formId', true);
|
|
14602
|
-
this.
|
|
14638
|
+
this.a3v_1 = tmp0_serialDesc;
|
|
14603
14639
|
}
|
|
14604
|
-
protoOf($serializer_58).
|
|
14605
|
-
var tmp0_desc = this.
|
|
14640
|
+
protoOf($serializer_58).b3v = function (encoder, value) {
|
|
14641
|
+
var tmp0_desc = this.a3v_1;
|
|
14606
14642
|
var tmp1_output = encoder.x2e(tmp0_desc);
|
|
14607
|
-
if (tmp1_output.t2g(tmp0_desc, 0) ? true : !(value.
|
|
14608
|
-
tmp1_output.p2g(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
14643
|
+
if (tmp1_output.t2g(tmp0_desc, 0) ? true : !(value.c3v_1 == null)) {
|
|
14644
|
+
tmp1_output.p2g(tmp0_desc, 0, StringSerializer_getInstance(), value.c3v_1);
|
|
14609
14645
|
}
|
|
14610
|
-
if (tmp1_output.t2g(tmp0_desc, 1) ? true : !(value.
|
|
14611
|
-
tmp1_output.p2g(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
14646
|
+
if (tmp1_output.t2g(tmp0_desc, 1) ? true : !(value.d3v_1 == null)) {
|
|
14647
|
+
tmp1_output.p2g(tmp0_desc, 1, StringSerializer_getInstance(), value.d3v_1);
|
|
14612
14648
|
}
|
|
14613
14649
|
tmp1_output.y2e(tmp0_desc);
|
|
14614
14650
|
};
|
|
14615
14651
|
protoOf($serializer_58).k2b = function (encoder, value) {
|
|
14616
|
-
return this.
|
|
14652
|
+
return this.b3v(encoder, value instanceof ForCreate ? value : THROW_CCE());
|
|
14617
14653
|
};
|
|
14618
14654
|
protoOf($serializer_58).l2b = function (decoder) {
|
|
14619
|
-
var tmp0_desc = this.
|
|
14655
|
+
var tmp0_desc = this.a3v_1;
|
|
14620
14656
|
var tmp1_flag = true;
|
|
14621
14657
|
var tmp2_index = 0;
|
|
14622
14658
|
var tmp3_bitMask0 = 0;
|
|
@@ -14651,7 +14687,7 @@
|
|
|
14651
14687
|
return ForCreate_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
14652
14688
|
};
|
|
14653
14689
|
protoOf($serializer_58).j2b = function () {
|
|
14654
|
-
return this.
|
|
14690
|
+
return this.a3v_1;
|
|
14655
14691
|
};
|
|
14656
14692
|
protoOf($serializer_58).z2m = function () {
|
|
14657
14693
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -14667,17 +14703,17 @@
|
|
|
14667
14703
|
}
|
|
14668
14704
|
function ForCreate_init_$Init$(seen0, type, formId, serializationConstructorMarker, $this) {
|
|
14669
14705
|
if (!(0 === (0 & seen0))) {
|
|
14670
|
-
throwMissingFieldException(seen0, 0, $serializer_getInstance_58().
|
|
14706
|
+
throwMissingFieldException(seen0, 0, $serializer_getInstance_58().a3v_1);
|
|
14671
14707
|
}
|
|
14672
14708
|
BaseCreationData_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
14673
14709
|
if (0 === (seen0 & 1))
|
|
14674
|
-
$this.
|
|
14710
|
+
$this.c3v_1 = null;
|
|
14675
14711
|
else
|
|
14676
|
-
$this.
|
|
14712
|
+
$this.c3v_1 = type;
|
|
14677
14713
|
if (0 === (seen0 & 2))
|
|
14678
|
-
$this.
|
|
14714
|
+
$this.d3v_1 = null;
|
|
14679
14715
|
else
|
|
14680
|
-
$this.
|
|
14716
|
+
$this.d3v_1 = formId;
|
|
14681
14717
|
return $this;
|
|
14682
14718
|
}
|
|
14683
14719
|
function ForCreate_init_$Create$(seen0, type, formId, serializationConstructorMarker) {
|
|
@@ -14687,35 +14723,35 @@
|
|
|
14687
14723
|
type = type === VOID ? null : type;
|
|
14688
14724
|
formId = formId === VOID ? null : formId;
|
|
14689
14725
|
BaseCreationData.call(this);
|
|
14690
|
-
this.
|
|
14691
|
-
this.
|
|
14726
|
+
this.c3v_1 = type;
|
|
14727
|
+
this.d3v_1 = formId;
|
|
14692
14728
|
}
|
|
14693
14729
|
protoOf(ForCreate).c3c = function () {
|
|
14694
|
-
return this.
|
|
14730
|
+
return this.c3v_1;
|
|
14695
14731
|
};
|
|
14696
14732
|
protoOf(ForCreate).w3c = function () {
|
|
14697
|
-
return this.
|
|
14733
|
+
return this.d3v_1;
|
|
14698
14734
|
};
|
|
14699
14735
|
protoOf(ForCreate).xf = function () {
|
|
14700
|
-
return this.
|
|
14736
|
+
return this.c3v_1;
|
|
14701
14737
|
};
|
|
14702
14738
|
protoOf(ForCreate).yf = function () {
|
|
14703
|
-
return this.
|
|
14739
|
+
return this.d3v_1;
|
|
14704
14740
|
};
|
|
14705
|
-
protoOf(ForCreate).
|
|
14741
|
+
protoOf(ForCreate).b3t = function (type, formId) {
|
|
14706
14742
|
return new ForCreate(type, formId);
|
|
14707
14743
|
};
|
|
14708
14744
|
protoOf(ForCreate).copy = function (type, formId, $super) {
|
|
14709
|
-
type = type === VOID ? this.
|
|
14710
|
-
formId = formId === VOID ? this.
|
|
14711
|
-
return this.
|
|
14745
|
+
type = type === VOID ? this.c3v_1 : type;
|
|
14746
|
+
formId = formId === VOID ? this.d3v_1 : formId;
|
|
14747
|
+
return this.b3t(type, formId);
|
|
14712
14748
|
};
|
|
14713
14749
|
protoOf(ForCreate).toString = function () {
|
|
14714
|
-
return 'ForCreate(type=' + this.
|
|
14750
|
+
return 'ForCreate(type=' + this.c3v_1 + ', formId=' + this.d3v_1 + ')';
|
|
14715
14751
|
};
|
|
14716
14752
|
protoOf(ForCreate).hashCode = function () {
|
|
14717
|
-
var result = this.
|
|
14718
|
-
result = imul(result, 31) + (this.
|
|
14753
|
+
var result = this.c3v_1 == null ? 0 : getStringHashCode(this.c3v_1);
|
|
14754
|
+
result = imul(result, 31) + (this.d3v_1 == null ? 0 : getStringHashCode(this.d3v_1)) | 0;
|
|
14719
14755
|
return result;
|
|
14720
14756
|
};
|
|
14721
14757
|
protoOf(ForCreate).equals = function (other) {
|
|
@@ -14724,9 +14760,9 @@
|
|
|
14724
14760
|
if (!(other instanceof ForCreate))
|
|
14725
14761
|
return false;
|
|
14726
14762
|
var tmp0_other_with_cast = other instanceof ForCreate ? other : THROW_CCE();
|
|
14727
|
-
if (!(this.
|
|
14763
|
+
if (!(this.c3v_1 == tmp0_other_with_cast.c3v_1))
|
|
14728
14764
|
return false;
|
|
14729
|
-
if (!(this.
|
|
14765
|
+
if (!(this.d3v_1 == tmp0_other_with_cast.d3v_1))
|
|
14730
14766
|
return false;
|
|
14731
14767
|
return true;
|
|
14732
14768
|
};
|
|
@@ -14744,24 +14780,24 @@
|
|
|
14744
14780
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('dto.view.creation.ListenerItem', this, 2);
|
|
14745
14781
|
tmp0_serialDesc.g2m('type', true);
|
|
14746
14782
|
tmp0_serialDesc.g2m('formId', true);
|
|
14747
|
-
this.
|
|
14783
|
+
this.e3v_1 = tmp0_serialDesc;
|
|
14748
14784
|
}
|
|
14749
|
-
protoOf($serializer_59).
|
|
14750
|
-
var tmp0_desc = this.
|
|
14785
|
+
protoOf($serializer_59).f3v = function (encoder, value) {
|
|
14786
|
+
var tmp0_desc = this.e3v_1;
|
|
14751
14787
|
var tmp1_output = encoder.x2e(tmp0_desc);
|
|
14752
|
-
if (tmp1_output.t2g(tmp0_desc, 0) ? true : !(value.
|
|
14753
|
-
tmp1_output.p2g(tmp0_desc, 0, StringSerializer_getInstance(), value.
|
|
14788
|
+
if (tmp1_output.t2g(tmp0_desc, 0) ? true : !(value.g3v_1 == null)) {
|
|
14789
|
+
tmp1_output.p2g(tmp0_desc, 0, StringSerializer_getInstance(), value.g3v_1);
|
|
14754
14790
|
}
|
|
14755
|
-
if (tmp1_output.t2g(tmp0_desc, 1) ? true : !(value.
|
|
14756
|
-
tmp1_output.p2g(tmp0_desc, 1, StringSerializer_getInstance(), value.
|
|
14791
|
+
if (tmp1_output.t2g(tmp0_desc, 1) ? true : !(value.h3v_1 == null)) {
|
|
14792
|
+
tmp1_output.p2g(tmp0_desc, 1, StringSerializer_getInstance(), value.h3v_1);
|
|
14757
14793
|
}
|
|
14758
14794
|
tmp1_output.y2e(tmp0_desc);
|
|
14759
14795
|
};
|
|
14760
14796
|
protoOf($serializer_59).k2b = function (encoder, value) {
|
|
14761
|
-
return this.
|
|
14797
|
+
return this.f3v(encoder, value instanceof ListenerItem ? value : THROW_CCE());
|
|
14762
14798
|
};
|
|
14763
14799
|
protoOf($serializer_59).l2b = function (decoder) {
|
|
14764
|
-
var tmp0_desc = this.
|
|
14800
|
+
var tmp0_desc = this.e3v_1;
|
|
14765
14801
|
var tmp1_flag = true;
|
|
14766
14802
|
var tmp2_index = 0;
|
|
14767
14803
|
var tmp3_bitMask0 = 0;
|
|
@@ -14796,7 +14832,7 @@
|
|
|
14796
14832
|
return ListenerItem_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
14797
14833
|
};
|
|
14798
14834
|
protoOf($serializer_59).j2b = function () {
|
|
14799
|
-
return this.
|
|
14835
|
+
return this.e3v_1;
|
|
14800
14836
|
};
|
|
14801
14837
|
protoOf($serializer_59).z2m = function () {
|
|
14802
14838
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -14812,17 +14848,17 @@
|
|
|
14812
14848
|
}
|
|
14813
14849
|
function ListenerItem_init_$Init$(seen0, type, formId, serializationConstructorMarker, $this) {
|
|
14814
14850
|
if (!(0 === (0 & seen0))) {
|
|
14815
|
-
throwMissingFieldException(seen0, 0, $serializer_getInstance_59().
|
|
14851
|
+
throwMissingFieldException(seen0, 0, $serializer_getInstance_59().e3v_1);
|
|
14816
14852
|
}
|
|
14817
14853
|
BaseCreationData_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
14818
14854
|
if (0 === (seen0 & 1))
|
|
14819
|
-
$this.
|
|
14855
|
+
$this.g3v_1 = null;
|
|
14820
14856
|
else
|
|
14821
|
-
$this.
|
|
14857
|
+
$this.g3v_1 = type;
|
|
14822
14858
|
if (0 === (seen0 & 2))
|
|
14823
|
-
$this.
|
|
14859
|
+
$this.h3v_1 = null;
|
|
14824
14860
|
else
|
|
14825
|
-
$this.
|
|
14861
|
+
$this.h3v_1 = formId;
|
|
14826
14862
|
return $this;
|
|
14827
14863
|
}
|
|
14828
14864
|
function ListenerItem_init_$Create$(seen0, type, formId, serializationConstructorMarker) {
|
|
@@ -14832,35 +14868,35 @@
|
|
|
14832
14868
|
type = type === VOID ? null : type;
|
|
14833
14869
|
formId = formId === VOID ? null : formId;
|
|
14834
14870
|
BaseCreationData.call(this);
|
|
14835
|
-
this.
|
|
14836
|
-
this.
|
|
14871
|
+
this.g3v_1 = type;
|
|
14872
|
+
this.h3v_1 = formId;
|
|
14837
14873
|
}
|
|
14838
14874
|
protoOf(ListenerItem).c3c = function () {
|
|
14839
|
-
return this.
|
|
14875
|
+
return this.g3v_1;
|
|
14840
14876
|
};
|
|
14841
14877
|
protoOf(ListenerItem).w3c = function () {
|
|
14842
|
-
return this.
|
|
14878
|
+
return this.h3v_1;
|
|
14843
14879
|
};
|
|
14844
14880
|
protoOf(ListenerItem).xf = function () {
|
|
14845
|
-
return this.
|
|
14881
|
+
return this.g3v_1;
|
|
14846
14882
|
};
|
|
14847
14883
|
protoOf(ListenerItem).yf = function () {
|
|
14848
|
-
return this.
|
|
14884
|
+
return this.h3v_1;
|
|
14849
14885
|
};
|
|
14850
|
-
protoOf(ListenerItem).
|
|
14886
|
+
protoOf(ListenerItem).b3t = function (type, formId) {
|
|
14851
14887
|
return new ListenerItem(type, formId);
|
|
14852
14888
|
};
|
|
14853
14889
|
protoOf(ListenerItem).copy = function (type, formId, $super) {
|
|
14854
|
-
type = type === VOID ? this.
|
|
14855
|
-
formId = formId === VOID ? this.
|
|
14856
|
-
return this.
|
|
14890
|
+
type = type === VOID ? this.g3v_1 : type;
|
|
14891
|
+
formId = formId === VOID ? this.h3v_1 : formId;
|
|
14892
|
+
return this.b3t(type, formId);
|
|
14857
14893
|
};
|
|
14858
14894
|
protoOf(ListenerItem).toString = function () {
|
|
14859
|
-
return 'ListenerItem(type=' + this.
|
|
14895
|
+
return 'ListenerItem(type=' + this.g3v_1 + ', formId=' + this.h3v_1 + ')';
|
|
14860
14896
|
};
|
|
14861
14897
|
protoOf(ListenerItem).hashCode = function () {
|
|
14862
|
-
var result = this.
|
|
14863
|
-
result = imul(result, 31) + (this.
|
|
14898
|
+
var result = this.g3v_1 == null ? 0 : getStringHashCode(this.g3v_1);
|
|
14899
|
+
result = imul(result, 31) + (this.h3v_1 == null ? 0 : getStringHashCode(this.h3v_1)) | 0;
|
|
14864
14900
|
return result;
|
|
14865
14901
|
};
|
|
14866
14902
|
protoOf(ListenerItem).equals = function (other) {
|
|
@@ -14869,9 +14905,9 @@
|
|
|
14869
14905
|
if (!(other instanceof ListenerItem))
|
|
14870
14906
|
return false;
|
|
14871
14907
|
var tmp0_other_with_cast = other instanceof ListenerItem ? other : THROW_CCE();
|
|
14872
|
-
if (!(this.
|
|
14908
|
+
if (!(this.g3v_1 == tmp0_other_with_cast.g3v_1))
|
|
14873
14909
|
return false;
|
|
14874
|
-
if (!(this.
|
|
14910
|
+
if (!(this.h3v_1 == tmp0_other_with_cast.h3v_1))
|
|
14875
14911
|
return false;
|
|
14876
14912
|
return true;
|
|
14877
14913
|
};
|
|
@@ -14889,10 +14925,10 @@
|
|
|
14889
14925
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('dto.view.filters.DateDefaultValue', this, 2);
|
|
14890
14926
|
tmp0_serialDesc.g2m('start', true);
|
|
14891
14927
|
tmp0_serialDesc.g2m('end', true);
|
|
14892
|
-
this.
|
|
14928
|
+
this.i3v_1 = tmp0_serialDesc;
|
|
14893
14929
|
}
|
|
14894
|
-
protoOf($serializer_60).
|
|
14895
|
-
var tmp0_desc = this.
|
|
14930
|
+
protoOf($serializer_60).j3v = function (encoder, value) {
|
|
14931
|
+
var tmp0_desc = this.i3v_1;
|
|
14896
14932
|
var tmp1_output = encoder.x2e(tmp0_desc);
|
|
14897
14933
|
if (tmp1_output.t2g(tmp0_desc, 0) ? true : !(value.start == null)) {
|
|
14898
14934
|
tmp1_output.p2g(tmp0_desc, 0, StringSerializer_getInstance(), value.start);
|
|
@@ -14903,10 +14939,10 @@
|
|
|
14903
14939
|
tmp1_output.y2e(tmp0_desc);
|
|
14904
14940
|
};
|
|
14905
14941
|
protoOf($serializer_60).k2b = function (encoder, value) {
|
|
14906
|
-
return this.
|
|
14942
|
+
return this.j3v(encoder, value instanceof DateDefaultValue ? value : THROW_CCE());
|
|
14907
14943
|
};
|
|
14908
14944
|
protoOf($serializer_60).l2b = function (decoder) {
|
|
14909
|
-
var tmp0_desc = this.
|
|
14945
|
+
var tmp0_desc = this.i3v_1;
|
|
14910
14946
|
var tmp1_flag = true;
|
|
14911
14947
|
var tmp2_index = 0;
|
|
14912
14948
|
var tmp3_bitMask0 = 0;
|
|
@@ -14941,7 +14977,7 @@
|
|
|
14941
14977
|
return DateDefaultValue_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
14942
14978
|
};
|
|
14943
14979
|
protoOf($serializer_60).j2b = function () {
|
|
14944
|
-
return this.
|
|
14980
|
+
return this.i3v_1;
|
|
14945
14981
|
};
|
|
14946
14982
|
protoOf($serializer_60).z2m = function () {
|
|
14947
14983
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -14957,7 +14993,7 @@
|
|
|
14957
14993
|
}
|
|
14958
14994
|
function DateDefaultValue_init_$Init$(seen0, start, end, serializationConstructorMarker, $this) {
|
|
14959
14995
|
if (!(0 === (0 & seen0))) {
|
|
14960
|
-
throwMissingFieldException(seen0, 0, $serializer_getInstance_60().
|
|
14996
|
+
throwMissingFieldException(seen0, 0, $serializer_getInstance_60().i3v_1);
|
|
14961
14997
|
}
|
|
14962
14998
|
if (0 === (seen0 & 1))
|
|
14963
14999
|
$this.start = null;
|
|
@@ -14976,16 +15012,16 @@
|
|
|
14976
15012
|
this.start = null;
|
|
14977
15013
|
this.end = null;
|
|
14978
15014
|
}
|
|
14979
|
-
protoOf(DateDefaultValue).
|
|
15015
|
+
protoOf(DateDefaultValue).k3v = function (_set____db54di) {
|
|
14980
15016
|
this.start = _set____db54di;
|
|
14981
15017
|
};
|
|
14982
15018
|
protoOf(DateDefaultValue).v = function () {
|
|
14983
15019
|
return this.start;
|
|
14984
15020
|
};
|
|
14985
|
-
protoOf(DateDefaultValue).
|
|
15021
|
+
protoOf(DateDefaultValue).l3v = function (_set____db54di) {
|
|
14986
15022
|
this.end = _set____db54di;
|
|
14987
15023
|
};
|
|
14988
|
-
protoOf(DateDefaultValue).
|
|
15024
|
+
protoOf(DateDefaultValue).m3v = function () {
|
|
14989
15025
|
return this.end;
|
|
14990
15026
|
};
|
|
14991
15027
|
function Companion_78() {
|
|
@@ -14994,7 +15030,7 @@
|
|
|
14994
15030
|
// Inline function 'kotlin.arrayOf' call
|
|
14995
15031
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
14996
15032
|
// Inline function 'kotlin.js.asDynamic' call
|
|
14997
|
-
tmp.
|
|
15033
|
+
tmp.o3v_1 = [null, Companion_getInstance_56().s32(), null, null, null, Companion_getInstance_85().s32(), new ReferenceArraySerializer(getKClass(DateParam), $serializer_getInstance_62())];
|
|
14998
15034
|
}
|
|
14999
15035
|
protoOf(Companion_78).s32 = function () {
|
|
15000
15036
|
return $serializer_getInstance_61();
|
|
@@ -15016,12 +15052,12 @@
|
|
|
15016
15052
|
tmp0_serialDesc.g2m('filterType', true);
|
|
15017
15053
|
tmp0_serialDesc.g2m('params', false);
|
|
15018
15054
|
tmp0_serialDesc.o2l(new JsonClassDiscriminator('type'));
|
|
15019
|
-
this.
|
|
15055
|
+
this.p3v_1 = tmp0_serialDesc;
|
|
15020
15056
|
}
|
|
15021
|
-
protoOf($serializer_61).
|
|
15022
|
-
var tmp0_desc = this.
|
|
15057
|
+
protoOf($serializer_61).q3v = function (encoder, value) {
|
|
15058
|
+
var tmp0_desc = this.p3v_1;
|
|
15023
15059
|
var tmp1_output = encoder.x2e(tmp0_desc);
|
|
15024
|
-
var tmp2_cached = Companion_getInstance_78().
|
|
15060
|
+
var tmp2_cached = Companion_getInstance_78().o3v_1;
|
|
15025
15061
|
tmp1_output.l2g(tmp0_desc, 0, value.title);
|
|
15026
15062
|
tmp1_output.n2g(tmp0_desc, 1, tmp2_cached[1], value.icon);
|
|
15027
15063
|
if (tmp1_output.t2g(tmp0_desc, 2) ? true : !(value.placeholder == null)) {
|
|
@@ -15033,17 +15069,17 @@
|
|
|
15033
15069
|
if (tmp1_output.t2g(tmp0_desc, 4) ? true : !(value.inSidebar == null)) {
|
|
15034
15070
|
tmp1_output.p2g(tmp0_desc, 4, BooleanSerializer_getInstance(), value.inSidebar);
|
|
15035
15071
|
}
|
|
15036
|
-
if (tmp1_output.t2g(tmp0_desc, 5) ? true : !value.
|
|
15037
|
-
tmp1_output.n2g(tmp0_desc, 5, tmp2_cached[5], value.
|
|
15072
|
+
if (tmp1_output.t2g(tmp0_desc, 5) ? true : !value.v3v_1.equals(VIEW_FILTER_TYPE_DATE_getInstance())) {
|
|
15073
|
+
tmp1_output.n2g(tmp0_desc, 5, tmp2_cached[5], value.v3v_1);
|
|
15038
15074
|
}
|
|
15039
15075
|
tmp1_output.n2g(tmp0_desc, 6, tmp2_cached[6], value.params);
|
|
15040
15076
|
tmp1_output.y2e(tmp0_desc);
|
|
15041
15077
|
};
|
|
15042
15078
|
protoOf($serializer_61).k2b = function (encoder, value) {
|
|
15043
|
-
return this.
|
|
15079
|
+
return this.q3v(encoder, value instanceof DateFilter ? value : THROW_CCE());
|
|
15044
15080
|
};
|
|
15045
15081
|
protoOf($serializer_61).l2b = function (decoder) {
|
|
15046
|
-
var tmp0_desc = this.
|
|
15082
|
+
var tmp0_desc = this.p3v_1;
|
|
15047
15083
|
var tmp1_flag = true;
|
|
15048
15084
|
var tmp2_index = 0;
|
|
15049
15085
|
var tmp3_bitMask0 = 0;
|
|
@@ -15055,7 +15091,7 @@
|
|
|
15055
15091
|
var tmp9_local5 = null;
|
|
15056
15092
|
var tmp10_local6 = null;
|
|
15057
15093
|
var tmp11_input = decoder.x2e(tmp0_desc);
|
|
15058
|
-
var tmp12_cached = Companion_getInstance_78().
|
|
15094
|
+
var tmp12_cached = Companion_getInstance_78().o3v_1;
|
|
15059
15095
|
if (tmp11_input.m2f()) {
|
|
15060
15096
|
tmp4_local0 = tmp11_input.h2f(tmp0_desc, 0);
|
|
15061
15097
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -15114,10 +15150,10 @@
|
|
|
15114
15150
|
return DateFilter_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, null);
|
|
15115
15151
|
};
|
|
15116
15152
|
protoOf($serializer_61).j2b = function () {
|
|
15117
|
-
return this.
|
|
15153
|
+
return this.p3v_1;
|
|
15118
15154
|
};
|
|
15119
15155
|
protoOf($serializer_61).z2m = function () {
|
|
15120
|
-
var tmp0_cached = Companion_getInstance_78().
|
|
15156
|
+
var tmp0_cached = Companion_getInstance_78().o3v_1;
|
|
15121
15157
|
// Inline function 'kotlin.arrayOf' call
|
|
15122
15158
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
15123
15159
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -15131,14 +15167,14 @@
|
|
|
15131
15167
|
}
|
|
15132
15168
|
function DateFilter_init_$Init$(seen0, title, icon, placeholder, multiple, inSidebar, filterType, params, serializationConstructorMarker, $this) {
|
|
15133
15169
|
if (!(67 === (67 & seen0))) {
|
|
15134
|
-
throwMissingFieldException(seen0, 67, $serializer_getInstance_61().
|
|
15170
|
+
throwMissingFieldException(seen0, 67, $serializer_getInstance_61().p3v_1);
|
|
15135
15171
|
}
|
|
15136
15172
|
Filter_init_$Init$(seen0, title, icon, placeholder, multiple, inSidebar, serializationConstructorMarker, $this);
|
|
15137
15173
|
if (0 === (seen0 & 32))
|
|
15138
|
-
$this.
|
|
15174
|
+
$this.v3v_1 = VIEW_FILTER_TYPE_DATE_getInstance();
|
|
15139
15175
|
else
|
|
15140
|
-
$this.
|
|
15141
|
-
$this.
|
|
15176
|
+
$this.v3v_1 = filterType;
|
|
15177
|
+
$this.w3v_1 = params;
|
|
15142
15178
|
return $this;
|
|
15143
15179
|
}
|
|
15144
15180
|
function DateFilter_init_$Create$(seen0, title, icon, placeholder, multiple, inSidebar, filterType, params, serializationConstructorMarker) {
|
|
@@ -15148,16 +15184,16 @@
|
|
|
15148
15184
|
Companion_getInstance_78();
|
|
15149
15185
|
filterType = filterType === VOID ? VIEW_FILTER_TYPE_DATE_getInstance() : filterType;
|
|
15150
15186
|
Filter.call(this);
|
|
15151
|
-
this.
|
|
15187
|
+
this.v3v_1 = filterType;
|
|
15152
15188
|
}
|
|
15153
|
-
protoOf(DateFilter).
|
|
15154
|
-
return this.
|
|
15189
|
+
protoOf(DateFilter).x3v = function () {
|
|
15190
|
+
return this.v3v_1;
|
|
15155
15191
|
};
|
|
15156
|
-
protoOf(DateFilter).
|
|
15157
|
-
this.
|
|
15192
|
+
protoOf(DateFilter).y3v = function (_set____db54di) {
|
|
15193
|
+
this.w3v_1 = _set____db54di;
|
|
15158
15194
|
};
|
|
15159
|
-
protoOf(DateFilter).
|
|
15160
|
-
var tmp = this.
|
|
15195
|
+
protoOf(DateFilter).z3v = function () {
|
|
15196
|
+
var tmp = this.w3v_1;
|
|
15161
15197
|
if (!(tmp == null))
|
|
15162
15198
|
return tmp;
|
|
15163
15199
|
else {
|
|
@@ -15178,10 +15214,10 @@
|
|
|
15178
15214
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('dto.view.filters.DateParam', this, 2);
|
|
15179
15215
|
tmp0_serialDesc.g2m('name', false);
|
|
15180
15216
|
tmp0_serialDesc.g2m('value', true);
|
|
15181
|
-
this.
|
|
15217
|
+
this.e3w_1 = tmp0_serialDesc;
|
|
15182
15218
|
}
|
|
15183
|
-
protoOf($serializer_62).
|
|
15184
|
-
var tmp0_desc = this.
|
|
15219
|
+
protoOf($serializer_62).f3w = function (encoder, value) {
|
|
15220
|
+
var tmp0_desc = this.e3w_1;
|
|
15185
15221
|
var tmp1_output = encoder.x2e(tmp0_desc);
|
|
15186
15222
|
tmp1_output.l2g(tmp0_desc, 0, value.name);
|
|
15187
15223
|
if (tmp1_output.t2g(tmp0_desc, 1) ? true : !(value.value == null)) {
|
|
@@ -15190,10 +15226,10 @@
|
|
|
15190
15226
|
tmp1_output.y2e(tmp0_desc);
|
|
15191
15227
|
};
|
|
15192
15228
|
protoOf($serializer_62).k2b = function (encoder, value) {
|
|
15193
|
-
return this.
|
|
15229
|
+
return this.f3w(encoder, value instanceof DateParam ? value : THROW_CCE());
|
|
15194
15230
|
};
|
|
15195
15231
|
protoOf($serializer_62).l2b = function (decoder) {
|
|
15196
|
-
var tmp0_desc = this.
|
|
15232
|
+
var tmp0_desc = this.e3w_1;
|
|
15197
15233
|
var tmp1_flag = true;
|
|
15198
15234
|
var tmp2_index = 0;
|
|
15199
15235
|
var tmp3_bitMask0 = 0;
|
|
@@ -15228,7 +15264,7 @@
|
|
|
15228
15264
|
return DateParam_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
15229
15265
|
};
|
|
15230
15266
|
protoOf($serializer_62).j2b = function () {
|
|
15231
|
-
return this.
|
|
15267
|
+
return this.e3w_1;
|
|
15232
15268
|
};
|
|
15233
15269
|
protoOf($serializer_62).z2m = function () {
|
|
15234
15270
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -15244,7 +15280,7 @@
|
|
|
15244
15280
|
}
|
|
15245
15281
|
function DateParam_init_$Init$(seen0, name, value, serializationConstructorMarker, $this) {
|
|
15246
15282
|
if (!(1 === (1 & seen0))) {
|
|
15247
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_62().
|
|
15283
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_62().e3w_1);
|
|
15248
15284
|
}
|
|
15249
15285
|
Param_init_$Init$(seen0, name, serializationConstructorMarker, $this);
|
|
15250
15286
|
if (0 === (seen0 & 2))
|
|
@@ -15260,14 +15296,14 @@
|
|
|
15260
15296
|
Param.call(this);
|
|
15261
15297
|
this.value = null;
|
|
15262
15298
|
}
|
|
15263
|
-
protoOf(DateParam).
|
|
15299
|
+
protoOf(DateParam).h3w = function (_set____db54di) {
|
|
15264
15300
|
this.value = _set____db54di;
|
|
15265
15301
|
};
|
|
15266
15302
|
protoOf(DateParam).b1 = function () {
|
|
15267
15303
|
return this.value;
|
|
15268
15304
|
};
|
|
15269
15305
|
function _get_$cachedSerializer__te6jhj_16($this) {
|
|
15270
|
-
return $this.
|
|
15306
|
+
return $this.r3t_1.b1();
|
|
15271
15307
|
}
|
|
15272
15308
|
function Filter$Companion$_anonymous__nh7rop() {
|
|
15273
15309
|
var tmp = getKClass(Filter);
|
|
@@ -15291,10 +15327,10 @@
|
|
|
15291
15327
|
// Inline function 'kotlin.arrayOf' call
|
|
15292
15328
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
15293
15329
|
// Inline function 'kotlin.js.asDynamic' call
|
|
15294
|
-
tmp.
|
|
15330
|
+
tmp.q3t_1 = [null, Companion_getInstance_56().s32(), null, null, null];
|
|
15295
15331
|
var tmp_0 = this;
|
|
15296
15332
|
var tmp_1 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
15297
|
-
tmp_0.
|
|
15333
|
+
tmp_0.r3t_1 = lazy(tmp_1, Filter$Companion$_anonymous__nh7rop);
|
|
15298
15334
|
}
|
|
15299
15335
|
protoOf(Companion_80).s32 = function () {
|
|
15300
15336
|
return _get_$cachedSerializer__te6jhj_16(this);
|
|
@@ -15309,8 +15345,8 @@
|
|
|
15309
15345
|
return Companion_instance_81;
|
|
15310
15346
|
}
|
|
15311
15347
|
function Filter_init_$Init$(seen0, title, icon, placeholder, multiple, inSidebar, serializationConstructorMarker, $this) {
|
|
15312
|
-
$this.
|
|
15313
|
-
$this.
|
|
15348
|
+
$this.r3v_1 = title;
|
|
15349
|
+
$this.s3v_1 = icon;
|
|
15314
15350
|
if (0 === (seen0 & 4))
|
|
15315
15351
|
$this.placeholder = null;
|
|
15316
15352
|
else
|
|
@@ -15332,10 +15368,10 @@
|
|
|
15332
15368
|
this.inSidebar = null;
|
|
15333
15369
|
}
|
|
15334
15370
|
protoOf(Filter).m3f = function (_set____db54di) {
|
|
15335
|
-
this.
|
|
15371
|
+
this.r3v_1 = _set____db54di;
|
|
15336
15372
|
};
|
|
15337
15373
|
protoOf(Filter).f3c = function () {
|
|
15338
|
-
var tmp = this.
|
|
15374
|
+
var tmp = this.r3v_1;
|
|
15339
15375
|
if (!(tmp == null))
|
|
15340
15376
|
return tmp;
|
|
15341
15377
|
else {
|
|
@@ -15343,20 +15379,20 @@
|
|
|
15343
15379
|
}
|
|
15344
15380
|
};
|
|
15345
15381
|
protoOf(Filter).r3q = function (_set____db54di) {
|
|
15346
|
-
this.
|
|
15382
|
+
this.s3v_1 = _set____db54di;
|
|
15347
15383
|
};
|
|
15348
15384
|
protoOf(Filter).s3q = function () {
|
|
15349
|
-
var tmp = this.
|
|
15385
|
+
var tmp = this.s3v_1;
|
|
15350
15386
|
if (!(tmp == null))
|
|
15351
15387
|
return tmp;
|
|
15352
15388
|
else {
|
|
15353
15389
|
throwUninitializedPropertyAccessException('icon');
|
|
15354
15390
|
}
|
|
15355
15391
|
};
|
|
15356
|
-
protoOf(Filter).
|
|
15392
|
+
protoOf(Filter).a3w = function (_set____db54di) {
|
|
15357
15393
|
this.placeholder = _set____db54di;
|
|
15358
15394
|
};
|
|
15359
|
-
protoOf(Filter).
|
|
15395
|
+
protoOf(Filter).b3w = function () {
|
|
15360
15396
|
return this.placeholder;
|
|
15361
15397
|
};
|
|
15362
15398
|
protoOf(Filter).v3i = function (_set____db54di) {
|
|
@@ -15365,10 +15401,10 @@
|
|
|
15365
15401
|
protoOf(Filter).w3i = function () {
|
|
15366
15402
|
return this.multiple;
|
|
15367
15403
|
};
|
|
15368
|
-
protoOf(Filter).
|
|
15404
|
+
protoOf(Filter).c3w = function (_set____db54di) {
|
|
15369
15405
|
this.inSidebar = _set____db54di;
|
|
15370
15406
|
};
|
|
15371
|
-
protoOf(Filter).
|
|
15407
|
+
protoOf(Filter).d3w = function () {
|
|
15372
15408
|
return this.inSidebar;
|
|
15373
15409
|
};
|
|
15374
15410
|
function Companion_81() {
|
|
@@ -15384,19 +15420,19 @@
|
|
|
15384
15420
|
$serializer_instance_63 = this;
|
|
15385
15421
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('dto.view.filters.Param', this, 1);
|
|
15386
15422
|
tmp0_serialDesc.g2m('name', false);
|
|
15387
|
-
this.
|
|
15423
|
+
this.j3w_1 = tmp0_serialDesc;
|
|
15388
15424
|
}
|
|
15389
|
-
protoOf($serializer_63).
|
|
15390
|
-
var tmp0_desc = this.
|
|
15425
|
+
protoOf($serializer_63).k3w = function (encoder, value) {
|
|
15426
|
+
var tmp0_desc = this.j3w_1;
|
|
15391
15427
|
var tmp1_output = encoder.x2e(tmp0_desc);
|
|
15392
15428
|
tmp1_output.l2g(tmp0_desc, 0, value.name);
|
|
15393
15429
|
tmp1_output.y2e(tmp0_desc);
|
|
15394
15430
|
};
|
|
15395
15431
|
protoOf($serializer_63).k2b = function (encoder, value) {
|
|
15396
|
-
return this.
|
|
15432
|
+
return this.k3w(encoder, value instanceof Param ? value : THROW_CCE());
|
|
15397
15433
|
};
|
|
15398
15434
|
protoOf($serializer_63).l2b = function (decoder) {
|
|
15399
|
-
var tmp0_desc = this.
|
|
15435
|
+
var tmp0_desc = this.j3w_1;
|
|
15400
15436
|
var tmp1_flag = true;
|
|
15401
15437
|
var tmp2_index = 0;
|
|
15402
15438
|
var tmp3_bitMask0 = 0;
|
|
@@ -15424,7 +15460,7 @@
|
|
|
15424
15460
|
return Param_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
15425
15461
|
};
|
|
15426
15462
|
protoOf($serializer_63).j2b = function () {
|
|
15427
|
-
return this.
|
|
15463
|
+
return this.j3w_1;
|
|
15428
15464
|
};
|
|
15429
15465
|
protoOf($serializer_63).z2m = function () {
|
|
15430
15466
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -15440,9 +15476,9 @@
|
|
|
15440
15476
|
}
|
|
15441
15477
|
function Param_init_$Init$(seen0, name, serializationConstructorMarker, $this) {
|
|
15442
15478
|
if (!(1 === (1 & seen0))) {
|
|
15443
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_63().
|
|
15479
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_63().j3w_1);
|
|
15444
15480
|
}
|
|
15445
|
-
$this.
|
|
15481
|
+
$this.i3w_1 = name;
|
|
15446
15482
|
return $this;
|
|
15447
15483
|
}
|
|
15448
15484
|
function Param_init_$Create$(seen0, name, serializationConstructorMarker) {
|
|
@@ -15451,10 +15487,10 @@
|
|
|
15451
15487
|
function Param() {
|
|
15452
15488
|
}
|
|
15453
15489
|
protoOf(Param).a3c = function (_set____db54di) {
|
|
15454
|
-
this.
|
|
15490
|
+
this.i3w_1 = _set____db54di;
|
|
15455
15491
|
};
|
|
15456
15492
|
protoOf(Param).t2 = function () {
|
|
15457
|
-
var tmp = this.
|
|
15493
|
+
var tmp = this.i3w_1;
|
|
15458
15494
|
if (!(tmp == null))
|
|
15459
15495
|
return tmp;
|
|
15460
15496
|
else {
|
|
@@ -15475,10 +15511,10 @@
|
|
|
15475
15511
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('dto.view.filters.RegularParam', this, 2);
|
|
15476
15512
|
tmp0_serialDesc.g2m('name', false);
|
|
15477
15513
|
tmp0_serialDesc.g2m('value', true);
|
|
15478
|
-
this.
|
|
15514
|
+
this.l3w_1 = tmp0_serialDesc;
|
|
15479
15515
|
}
|
|
15480
|
-
protoOf($serializer_64).
|
|
15481
|
-
var tmp0_desc = this.
|
|
15516
|
+
protoOf($serializer_64).m3w = function (encoder, value) {
|
|
15517
|
+
var tmp0_desc = this.l3w_1;
|
|
15482
15518
|
var tmp1_output = encoder.x2e(tmp0_desc);
|
|
15483
15519
|
tmp1_output.l2g(tmp0_desc, 0, value.name);
|
|
15484
15520
|
if (tmp1_output.t2g(tmp0_desc, 1) ? true : !(value.value == null)) {
|
|
@@ -15487,10 +15523,10 @@
|
|
|
15487
15523
|
tmp1_output.y2e(tmp0_desc);
|
|
15488
15524
|
};
|
|
15489
15525
|
protoOf($serializer_64).k2b = function (encoder, value) {
|
|
15490
|
-
return this.
|
|
15526
|
+
return this.m3w(encoder, value instanceof RegularParam ? value : THROW_CCE());
|
|
15491
15527
|
};
|
|
15492
15528
|
protoOf($serializer_64).l2b = function (decoder) {
|
|
15493
|
-
var tmp0_desc = this.
|
|
15529
|
+
var tmp0_desc = this.l3w_1;
|
|
15494
15530
|
var tmp1_flag = true;
|
|
15495
15531
|
var tmp2_index = 0;
|
|
15496
15532
|
var tmp3_bitMask0 = 0;
|
|
@@ -15525,7 +15561,7 @@
|
|
|
15525
15561
|
return RegularParam_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
15526
15562
|
};
|
|
15527
15563
|
protoOf($serializer_64).j2b = function () {
|
|
15528
|
-
return this.
|
|
15564
|
+
return this.l3w_1;
|
|
15529
15565
|
};
|
|
15530
15566
|
protoOf($serializer_64).z2m = function () {
|
|
15531
15567
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -15541,7 +15577,7 @@
|
|
|
15541
15577
|
}
|
|
15542
15578
|
function RegularParam_init_$Init$(seen0, name, value, serializationConstructorMarker, $this) {
|
|
15543
15579
|
if (!(1 === (1 & seen0))) {
|
|
15544
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_64().
|
|
15580
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_64().l3w_1);
|
|
15545
15581
|
}
|
|
15546
15582
|
Param_init_$Init$(seen0, name, serializationConstructorMarker, $this);
|
|
15547
15583
|
if (0 === (seen0 & 2))
|
|
@@ -15557,7 +15593,7 @@
|
|
|
15557
15593
|
Param.call(this);
|
|
15558
15594
|
this.value = null;
|
|
15559
15595
|
}
|
|
15560
|
-
protoOf(RegularParam).
|
|
15596
|
+
protoOf(RegularParam).b3s = function (_set____db54di) {
|
|
15561
15597
|
this.value = _set____db54di;
|
|
15562
15598
|
};
|
|
15563
15599
|
protoOf(RegularParam).b1 = function () {
|
|
@@ -15569,7 +15605,7 @@
|
|
|
15569
15605
|
// Inline function 'kotlin.arrayOf' call
|
|
15570
15606
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
15571
15607
|
// Inline function 'kotlin.js.asDynamic' call
|
|
15572
|
-
tmp.
|
|
15608
|
+
tmp.o3w_1 = [null, Companion_getInstance_56().s32(), null, null, null, Companion_getInstance_85().s32(), new ReferenceArraySerializer(getKClass(Param), $serializer_getInstance_63())];
|
|
15573
15609
|
}
|
|
15574
15610
|
protoOf(Companion_83).s32 = function () {
|
|
15575
15611
|
return $serializer_getInstance_65();
|
|
@@ -15591,12 +15627,12 @@
|
|
|
15591
15627
|
tmp0_serialDesc.g2m('filterType', true);
|
|
15592
15628
|
tmp0_serialDesc.g2m('params', false);
|
|
15593
15629
|
tmp0_serialDesc.o2l(new JsonClassDiscriminator('type'));
|
|
15594
|
-
this.
|
|
15630
|
+
this.p3w_1 = tmp0_serialDesc;
|
|
15595
15631
|
}
|
|
15596
|
-
protoOf($serializer_65).
|
|
15597
|
-
var tmp0_desc = this.
|
|
15632
|
+
protoOf($serializer_65).q3w = function (encoder, value) {
|
|
15633
|
+
var tmp0_desc = this.p3w_1;
|
|
15598
15634
|
var tmp1_output = encoder.x2e(tmp0_desc);
|
|
15599
|
-
var tmp2_cached = Companion_getInstance_83().
|
|
15635
|
+
var tmp2_cached = Companion_getInstance_83().o3w_1;
|
|
15600
15636
|
tmp1_output.l2g(tmp0_desc, 0, value.title);
|
|
15601
15637
|
tmp1_output.n2g(tmp0_desc, 1, tmp2_cached[1], value.icon);
|
|
15602
15638
|
if (tmp1_output.t2g(tmp0_desc, 2) ? true : !(value.placeholder == null)) {
|
|
@@ -15608,17 +15644,17 @@
|
|
|
15608
15644
|
if (tmp1_output.t2g(tmp0_desc, 4) ? true : !(value.inSidebar == null)) {
|
|
15609
15645
|
tmp1_output.p2g(tmp0_desc, 4, BooleanSerializer_getInstance(), value.inSidebar);
|
|
15610
15646
|
}
|
|
15611
|
-
if (tmp1_output.t2g(tmp0_desc, 5) ? true : !value.
|
|
15612
|
-
tmp1_output.n2g(tmp0_desc, 5, tmp2_cached[5], value.
|
|
15647
|
+
if (tmp1_output.t2g(tmp0_desc, 5) ? true : !value.t3w_1.equals(VIEW_FILTER_TYPE_SWITCH_getInstance())) {
|
|
15648
|
+
tmp1_output.n2g(tmp0_desc, 5, tmp2_cached[5], value.t3w_1);
|
|
15613
15649
|
}
|
|
15614
15650
|
tmp1_output.n2g(tmp0_desc, 6, tmp2_cached[6], value.params);
|
|
15615
15651
|
tmp1_output.y2e(tmp0_desc);
|
|
15616
15652
|
};
|
|
15617
15653
|
protoOf($serializer_65).k2b = function (encoder, value) {
|
|
15618
|
-
return this.
|
|
15654
|
+
return this.q3w(encoder, value instanceof SwitchFilter ? value : THROW_CCE());
|
|
15619
15655
|
};
|
|
15620
15656
|
protoOf($serializer_65).l2b = function (decoder) {
|
|
15621
|
-
var tmp0_desc = this.
|
|
15657
|
+
var tmp0_desc = this.p3w_1;
|
|
15622
15658
|
var tmp1_flag = true;
|
|
15623
15659
|
var tmp2_index = 0;
|
|
15624
15660
|
var tmp3_bitMask0 = 0;
|
|
@@ -15630,7 +15666,7 @@
|
|
|
15630
15666
|
var tmp9_local5 = null;
|
|
15631
15667
|
var tmp10_local6 = null;
|
|
15632
15668
|
var tmp11_input = decoder.x2e(tmp0_desc);
|
|
15633
|
-
var tmp12_cached = Companion_getInstance_83().
|
|
15669
|
+
var tmp12_cached = Companion_getInstance_83().o3w_1;
|
|
15634
15670
|
if (tmp11_input.m2f()) {
|
|
15635
15671
|
tmp4_local0 = tmp11_input.h2f(tmp0_desc, 0);
|
|
15636
15672
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -15689,10 +15725,10 @@
|
|
|
15689
15725
|
return SwitchFilter_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, null);
|
|
15690
15726
|
};
|
|
15691
15727
|
protoOf($serializer_65).j2b = function () {
|
|
15692
|
-
return this.
|
|
15728
|
+
return this.p3w_1;
|
|
15693
15729
|
};
|
|
15694
15730
|
protoOf($serializer_65).z2m = function () {
|
|
15695
|
-
var tmp0_cached = Companion_getInstance_83().
|
|
15731
|
+
var tmp0_cached = Companion_getInstance_83().o3w_1;
|
|
15696
15732
|
// Inline function 'kotlin.arrayOf' call
|
|
15697
15733
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
15698
15734
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -15706,14 +15742,14 @@
|
|
|
15706
15742
|
}
|
|
15707
15743
|
function SwitchFilter_init_$Init$(seen0, title, icon, placeholder, multiple, inSidebar, filterType, params, serializationConstructorMarker, $this) {
|
|
15708
15744
|
if (!(67 === (67 & seen0))) {
|
|
15709
|
-
throwMissingFieldException(seen0, 67, $serializer_getInstance_65().
|
|
15745
|
+
throwMissingFieldException(seen0, 67, $serializer_getInstance_65().p3w_1);
|
|
15710
15746
|
}
|
|
15711
15747
|
Filter_init_$Init$(seen0, title, icon, placeholder, multiple, inSidebar, serializationConstructorMarker, $this);
|
|
15712
15748
|
if (0 === (seen0 & 32))
|
|
15713
|
-
$this.
|
|
15749
|
+
$this.t3w_1 = VIEW_FILTER_TYPE_SWITCH_getInstance();
|
|
15714
15750
|
else
|
|
15715
|
-
$this.
|
|
15716
|
-
$this.
|
|
15751
|
+
$this.t3w_1 = filterType;
|
|
15752
|
+
$this.u3w_1 = params;
|
|
15717
15753
|
return $this;
|
|
15718
15754
|
}
|
|
15719
15755
|
function SwitchFilter_init_$Create$(seen0, title, icon, placeholder, multiple, inSidebar, filterType, params, serializationConstructorMarker) {
|
|
@@ -15723,16 +15759,16 @@
|
|
|
15723
15759
|
Companion_getInstance_83();
|
|
15724
15760
|
filterType = filterType === VOID ? VIEW_FILTER_TYPE_SWITCH_getInstance() : filterType;
|
|
15725
15761
|
Filter.call(this);
|
|
15726
|
-
this.
|
|
15762
|
+
this.t3w_1 = filterType;
|
|
15727
15763
|
}
|
|
15728
|
-
protoOf(SwitchFilter).
|
|
15729
|
-
return this.
|
|
15764
|
+
protoOf(SwitchFilter).x3v = function () {
|
|
15765
|
+
return this.t3w_1;
|
|
15730
15766
|
};
|
|
15731
|
-
protoOf(SwitchFilter).
|
|
15732
|
-
this.
|
|
15767
|
+
protoOf(SwitchFilter).v3w = function (_set____db54di) {
|
|
15768
|
+
this.u3w_1 = _set____db54di;
|
|
15733
15769
|
};
|
|
15734
|
-
protoOf(SwitchFilter).
|
|
15735
|
-
var tmp = this.
|
|
15770
|
+
protoOf(SwitchFilter).z3v = function () {
|
|
15771
|
+
var tmp = this.u3w_1;
|
|
15736
15772
|
if (!(tmp == null))
|
|
15737
15773
|
return tmp;
|
|
15738
15774
|
else {
|
|
@@ -15745,7 +15781,7 @@
|
|
|
15745
15781
|
// Inline function 'kotlin.arrayOf' call
|
|
15746
15782
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
15747
15783
|
// Inline function 'kotlin.js.asDynamic' call
|
|
15748
|
-
tmp.
|
|
15784
|
+
tmp.w3w_1 = [null, Companion_getInstance_56().s32(), null, null, null, Companion_getInstance_85().s32(), new ReferenceArraySerializer(getKClass(Param), $serializer_getInstance_63())];
|
|
15749
15785
|
}
|
|
15750
15786
|
protoOf(Companion_84).s32 = function () {
|
|
15751
15787
|
return $serializer_getInstance_66();
|
|
@@ -15767,12 +15803,12 @@
|
|
|
15767
15803
|
tmp0_serialDesc.g2m('filterType', true);
|
|
15768
15804
|
tmp0_serialDesc.g2m('params', false);
|
|
15769
15805
|
tmp0_serialDesc.o2l(new JsonClassDiscriminator('type'));
|
|
15770
|
-
this.
|
|
15806
|
+
this.x3w_1 = tmp0_serialDesc;
|
|
15771
15807
|
}
|
|
15772
|
-
protoOf($serializer_66).
|
|
15773
|
-
var tmp0_desc = this.
|
|
15808
|
+
protoOf($serializer_66).y3w = function (encoder, value) {
|
|
15809
|
+
var tmp0_desc = this.x3w_1;
|
|
15774
15810
|
var tmp1_output = encoder.x2e(tmp0_desc);
|
|
15775
|
-
var tmp2_cached = Companion_getInstance_84().
|
|
15811
|
+
var tmp2_cached = Companion_getInstance_84().w3w_1;
|
|
15776
15812
|
tmp1_output.l2g(tmp0_desc, 0, value.title);
|
|
15777
15813
|
tmp1_output.n2g(tmp0_desc, 1, tmp2_cached[1], value.icon);
|
|
15778
15814
|
if (tmp1_output.t2g(tmp0_desc, 2) ? true : !(value.placeholder == null)) {
|
|
@@ -15784,17 +15820,17 @@
|
|
|
15784
15820
|
if (tmp1_output.t2g(tmp0_desc, 4) ? true : !(value.inSidebar == null)) {
|
|
15785
15821
|
tmp1_output.p2g(tmp0_desc, 4, BooleanSerializer_getInstance(), value.inSidebar);
|
|
15786
15822
|
}
|
|
15787
|
-
if (tmp1_output.t2g(tmp0_desc, 5) ? true : !value.
|
|
15788
|
-
tmp1_output.n2g(tmp0_desc, 5, tmp2_cached[5], value.
|
|
15823
|
+
if (tmp1_output.t2g(tmp0_desc, 5) ? true : !value.b3x_1.equals(VIEW_FILTER_TYPE_TEXT_getInstance())) {
|
|
15824
|
+
tmp1_output.n2g(tmp0_desc, 5, tmp2_cached[5], value.b3x_1);
|
|
15789
15825
|
}
|
|
15790
15826
|
tmp1_output.n2g(tmp0_desc, 6, tmp2_cached[6], value.params);
|
|
15791
15827
|
tmp1_output.y2e(tmp0_desc);
|
|
15792
15828
|
};
|
|
15793
15829
|
protoOf($serializer_66).k2b = function (encoder, value) {
|
|
15794
|
-
return this.
|
|
15830
|
+
return this.y3w(encoder, value instanceof TextFilter ? value : THROW_CCE());
|
|
15795
15831
|
};
|
|
15796
15832
|
protoOf($serializer_66).l2b = function (decoder) {
|
|
15797
|
-
var tmp0_desc = this.
|
|
15833
|
+
var tmp0_desc = this.x3w_1;
|
|
15798
15834
|
var tmp1_flag = true;
|
|
15799
15835
|
var tmp2_index = 0;
|
|
15800
15836
|
var tmp3_bitMask0 = 0;
|
|
@@ -15806,7 +15842,7 @@
|
|
|
15806
15842
|
var tmp9_local5 = null;
|
|
15807
15843
|
var tmp10_local6 = null;
|
|
15808
15844
|
var tmp11_input = decoder.x2e(tmp0_desc);
|
|
15809
|
-
var tmp12_cached = Companion_getInstance_84().
|
|
15845
|
+
var tmp12_cached = Companion_getInstance_84().w3w_1;
|
|
15810
15846
|
if (tmp11_input.m2f()) {
|
|
15811
15847
|
tmp4_local0 = tmp11_input.h2f(tmp0_desc, 0);
|
|
15812
15848
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -15865,10 +15901,10 @@
|
|
|
15865
15901
|
return TextFilter_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, null);
|
|
15866
15902
|
};
|
|
15867
15903
|
protoOf($serializer_66).j2b = function () {
|
|
15868
|
-
return this.
|
|
15904
|
+
return this.x3w_1;
|
|
15869
15905
|
};
|
|
15870
15906
|
protoOf($serializer_66).z2m = function () {
|
|
15871
|
-
var tmp0_cached = Companion_getInstance_84().
|
|
15907
|
+
var tmp0_cached = Companion_getInstance_84().w3w_1;
|
|
15872
15908
|
// Inline function 'kotlin.arrayOf' call
|
|
15873
15909
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
15874
15910
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -15882,14 +15918,14 @@
|
|
|
15882
15918
|
}
|
|
15883
15919
|
function TextFilter_init_$Init$(seen0, title, icon, placeholder, multiple, inSidebar, filterType, params, serializationConstructorMarker, $this) {
|
|
15884
15920
|
if (!(67 === (67 & seen0))) {
|
|
15885
|
-
throwMissingFieldException(seen0, 67, $serializer_getInstance_66().
|
|
15921
|
+
throwMissingFieldException(seen0, 67, $serializer_getInstance_66().x3w_1);
|
|
15886
15922
|
}
|
|
15887
15923
|
Filter_init_$Init$(seen0, title, icon, placeholder, multiple, inSidebar, serializationConstructorMarker, $this);
|
|
15888
15924
|
if (0 === (seen0 & 32))
|
|
15889
|
-
$this.
|
|
15925
|
+
$this.b3x_1 = VIEW_FILTER_TYPE_TEXT_getInstance();
|
|
15890
15926
|
else
|
|
15891
|
-
$this.
|
|
15892
|
-
$this.
|
|
15927
|
+
$this.b3x_1 = filterType;
|
|
15928
|
+
$this.c3x_1 = params;
|
|
15893
15929
|
return $this;
|
|
15894
15930
|
}
|
|
15895
15931
|
function TextFilter_init_$Create$(seen0, title, icon, placeholder, multiple, inSidebar, filterType, params, serializationConstructorMarker) {
|
|
@@ -15899,16 +15935,16 @@
|
|
|
15899
15935
|
Companion_getInstance_84();
|
|
15900
15936
|
filterType = filterType === VOID ? VIEW_FILTER_TYPE_TEXT_getInstance() : filterType;
|
|
15901
15937
|
Filter.call(this);
|
|
15902
|
-
this.
|
|
15938
|
+
this.b3x_1 = filterType;
|
|
15903
15939
|
}
|
|
15904
|
-
protoOf(TextFilter).
|
|
15905
|
-
return this.
|
|
15940
|
+
protoOf(TextFilter).x3v = function () {
|
|
15941
|
+
return this.b3x_1;
|
|
15906
15942
|
};
|
|
15907
|
-
protoOf(TextFilter).
|
|
15908
|
-
this.
|
|
15943
|
+
protoOf(TextFilter).v3w = function (_set____db54di) {
|
|
15944
|
+
this.c3x_1 = _set____db54di;
|
|
15909
15945
|
};
|
|
15910
|
-
protoOf(TextFilter).
|
|
15911
|
-
var tmp = this.
|
|
15946
|
+
protoOf(TextFilter).z3v = function () {
|
|
15947
|
+
var tmp = this.c3x_1;
|
|
15912
15948
|
if (!(tmp == null))
|
|
15913
15949
|
return tmp;
|
|
15914
15950
|
else {
|
|
@@ -15916,7 +15952,7 @@
|
|
|
15916
15952
|
}
|
|
15917
15953
|
};
|
|
15918
15954
|
function _get_$cachedSerializer__te6jhj_17($this) {
|
|
15919
|
-
return $this.
|
|
15955
|
+
return $this.n3v_1.b1();
|
|
15920
15956
|
}
|
|
15921
15957
|
function VIEW_FILTER_TYPE$Companion$_anonymous__qm4rmw() {
|
|
15922
15958
|
var tmp = values_11();
|
|
@@ -15957,7 +15993,7 @@
|
|
|
15957
15993
|
Companion_instance_86 = this;
|
|
15958
15994
|
var tmp = this;
|
|
15959
15995
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
15960
|
-
tmp.
|
|
15996
|
+
tmp.n3v_1 = lazy(tmp_0, VIEW_FILTER_TYPE$Companion$_anonymous__qm4rmw);
|
|
15961
15997
|
}
|
|
15962
15998
|
protoOf(Companion_85).s32 = function () {
|
|
15963
15999
|
return _get_$cachedSerializer__te6jhj_17(this);
|
|
@@ -16012,7 +16048,7 @@
|
|
|
16012
16048
|
// Inline function 'kotlin.arrayOf' call
|
|
16013
16049
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
16014
16050
|
// Inline function 'kotlin.js.asDynamic' call
|
|
16015
|
-
tmp.
|
|
16051
|
+
tmp.f3x_1 = [null, Companion_getInstance_56().s32(), null, null, null, Companion_getInstance_85().s32(), new ReferenceArraySerializer(getKClass(Param), $serializer_getInstance_63()), null, new ReferenceArraySerializer(PrimitiveClasses_getInstance().ob(), StringSerializer_getInstance())];
|
|
16016
16052
|
}
|
|
16017
16053
|
protoOf(Companion_86).s32 = function () {
|
|
16018
16054
|
return $serializer_getInstance_67();
|
|
@@ -16036,12 +16072,12 @@
|
|
|
16036
16072
|
tmp0_serialDesc.g2m('viewId', false);
|
|
16037
16073
|
tmp0_serialDesc.g2m('fields', true);
|
|
16038
16074
|
tmp0_serialDesc.o2l(new JsonClassDiscriminator('type'));
|
|
16039
|
-
this.
|
|
16075
|
+
this.g3x_1 = tmp0_serialDesc;
|
|
16040
16076
|
}
|
|
16041
|
-
protoOf($serializer_67).
|
|
16042
|
-
var tmp0_desc = this.
|
|
16077
|
+
protoOf($serializer_67).h3x = function (encoder, value) {
|
|
16078
|
+
var tmp0_desc = this.g3x_1;
|
|
16043
16079
|
var tmp1_output = encoder.x2e(tmp0_desc);
|
|
16044
|
-
var tmp2_cached = Companion_getInstance_86().
|
|
16080
|
+
var tmp2_cached = Companion_getInstance_86().f3x_1;
|
|
16045
16081
|
tmp1_output.l2g(tmp0_desc, 0, value.title);
|
|
16046
16082
|
tmp1_output.n2g(tmp0_desc, 1, tmp2_cached[1], value.icon);
|
|
16047
16083
|
if (tmp1_output.t2g(tmp0_desc, 2) ? true : !(value.placeholder == null)) {
|
|
@@ -16053,8 +16089,8 @@
|
|
|
16053
16089
|
if (tmp1_output.t2g(tmp0_desc, 4) ? true : !(value.inSidebar == null)) {
|
|
16054
16090
|
tmp1_output.p2g(tmp0_desc, 4, BooleanSerializer_getInstance(), value.inSidebar);
|
|
16055
16091
|
}
|
|
16056
|
-
if (tmp1_output.t2g(tmp0_desc, 5) ? true : !value.
|
|
16057
|
-
tmp1_output.n2g(tmp0_desc, 5, tmp2_cached[5], value.
|
|
16092
|
+
if (tmp1_output.t2g(tmp0_desc, 5) ? true : !value.k3x_1.equals(VIEW_FILTER_TYPE_VIEW_getInstance())) {
|
|
16093
|
+
tmp1_output.n2g(tmp0_desc, 5, tmp2_cached[5], value.k3x_1);
|
|
16058
16094
|
}
|
|
16059
16095
|
tmp1_output.n2g(tmp0_desc, 6, tmp2_cached[6], value.params);
|
|
16060
16096
|
tmp1_output.l2g(tmp0_desc, 7, value.viewId);
|
|
@@ -16064,10 +16100,10 @@
|
|
|
16064
16100
|
tmp1_output.y2e(tmp0_desc);
|
|
16065
16101
|
};
|
|
16066
16102
|
protoOf($serializer_67).k2b = function (encoder, value) {
|
|
16067
|
-
return this.
|
|
16103
|
+
return this.h3x(encoder, value instanceof ViewFilter ? value : THROW_CCE());
|
|
16068
16104
|
};
|
|
16069
16105
|
protoOf($serializer_67).l2b = function (decoder) {
|
|
16070
|
-
var tmp0_desc = this.
|
|
16106
|
+
var tmp0_desc = this.g3x_1;
|
|
16071
16107
|
var tmp1_flag = true;
|
|
16072
16108
|
var tmp2_index = 0;
|
|
16073
16109
|
var tmp3_bitMask0 = 0;
|
|
@@ -16081,7 +16117,7 @@
|
|
|
16081
16117
|
var tmp11_local7 = null;
|
|
16082
16118
|
var tmp12_local8 = null;
|
|
16083
16119
|
var tmp13_input = decoder.x2e(tmp0_desc);
|
|
16084
|
-
var tmp14_cached = Companion_getInstance_86().
|
|
16120
|
+
var tmp14_cached = Companion_getInstance_86().f3x_1;
|
|
16085
16121
|
if (tmp13_input.m2f()) {
|
|
16086
16122
|
tmp4_local0 = tmp13_input.h2f(tmp0_desc, 0);
|
|
16087
16123
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -16152,10 +16188,10 @@
|
|
|
16152
16188
|
return ViewFilter_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, null);
|
|
16153
16189
|
};
|
|
16154
16190
|
protoOf($serializer_67).j2b = function () {
|
|
16155
|
-
return this.
|
|
16191
|
+
return this.g3x_1;
|
|
16156
16192
|
};
|
|
16157
16193
|
protoOf($serializer_67).z2m = function () {
|
|
16158
|
-
var tmp0_cached = Companion_getInstance_86().
|
|
16194
|
+
var tmp0_cached = Companion_getInstance_86().f3x_1;
|
|
16159
16195
|
// Inline function 'kotlin.arrayOf' call
|
|
16160
16196
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
16161
16197
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -16169,15 +16205,15 @@
|
|
|
16169
16205
|
}
|
|
16170
16206
|
function ViewFilter_init_$Init$(seen0, title, icon, placeholder, multiple, inSidebar, filterType, params, viewId, fields, serializationConstructorMarker, $this) {
|
|
16171
16207
|
if (!(195 === (195 & seen0))) {
|
|
16172
|
-
throwMissingFieldException(seen0, 195, $serializer_getInstance_67().
|
|
16208
|
+
throwMissingFieldException(seen0, 195, $serializer_getInstance_67().g3x_1);
|
|
16173
16209
|
}
|
|
16174
16210
|
Filter_init_$Init$(seen0, title, icon, placeholder, multiple, inSidebar, serializationConstructorMarker, $this);
|
|
16175
16211
|
if (0 === (seen0 & 32))
|
|
16176
|
-
$this.
|
|
16212
|
+
$this.k3x_1 = VIEW_FILTER_TYPE_VIEW_getInstance();
|
|
16177
16213
|
else
|
|
16178
|
-
$this.
|
|
16179
|
-
$this.
|
|
16180
|
-
$this.
|
|
16214
|
+
$this.k3x_1 = filterType;
|
|
16215
|
+
$this.l3x_1 = params;
|
|
16216
|
+
$this.m3x_1 = viewId;
|
|
16181
16217
|
if (0 === (seen0 & 256))
|
|
16182
16218
|
$this.fields = null;
|
|
16183
16219
|
else
|
|
@@ -16191,17 +16227,17 @@
|
|
|
16191
16227
|
Companion_getInstance_86();
|
|
16192
16228
|
filterType = filterType === VOID ? VIEW_FILTER_TYPE_VIEW_getInstance() : filterType;
|
|
16193
16229
|
Filter.call(this);
|
|
16194
|
-
this.
|
|
16230
|
+
this.k3x_1 = filterType;
|
|
16195
16231
|
this.fields = null;
|
|
16196
16232
|
}
|
|
16197
|
-
protoOf(ViewFilter).
|
|
16198
|
-
return this.
|
|
16233
|
+
protoOf(ViewFilter).x3v = function () {
|
|
16234
|
+
return this.k3x_1;
|
|
16199
16235
|
};
|
|
16200
|
-
protoOf(ViewFilter).
|
|
16201
|
-
this.
|
|
16236
|
+
protoOf(ViewFilter).v3w = function (_set____db54di) {
|
|
16237
|
+
this.l3x_1 = _set____db54di;
|
|
16202
16238
|
};
|
|
16203
|
-
protoOf(ViewFilter).
|
|
16204
|
-
var tmp = this.
|
|
16239
|
+
protoOf(ViewFilter).z3v = function () {
|
|
16240
|
+
var tmp = this.l3x_1;
|
|
16205
16241
|
if (!(tmp == null))
|
|
16206
16242
|
return tmp;
|
|
16207
16243
|
else {
|
|
@@ -16209,10 +16245,10 @@
|
|
|
16209
16245
|
}
|
|
16210
16246
|
};
|
|
16211
16247
|
protoOf(ViewFilter).s3h = function (_set____db54di) {
|
|
16212
|
-
this.
|
|
16248
|
+
this.m3x_1 = _set____db54di;
|
|
16213
16249
|
};
|
|
16214
16250
|
protoOf(ViewFilter).t3h = function () {
|
|
16215
|
-
var tmp = this.
|
|
16251
|
+
var tmp = this.m3x_1;
|
|
16216
16252
|
if (!(tmp == null))
|
|
16217
16253
|
return tmp;
|
|
16218
16254
|
else {
|
|
@@ -16233,7 +16269,7 @@
|
|
|
16233
16269
|
// Inline function 'kotlin.arrayOf' call
|
|
16234
16270
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
16235
16271
|
// Inline function 'kotlin.js.asDynamic' call
|
|
16236
|
-
tmp.
|
|
16272
|
+
tmp.o3x_1 = [null, null, null, new ReferenceArraySerializer(getKClass(WorkflowTrigger), Companion_getInstance_93().s32())];
|
|
16237
16273
|
}
|
|
16238
16274
|
protoOf(Companion_87).s32 = function () {
|
|
16239
16275
|
return $serializer_getInstance_68();
|
|
@@ -16251,12 +16287,12 @@
|
|
|
16251
16287
|
tmp0_serialDesc.g2m('path', true);
|
|
16252
16288
|
tmp0_serialDesc.g2m('timeout', true);
|
|
16253
16289
|
tmp0_serialDesc.g2m('triggers', false);
|
|
16254
|
-
this.
|
|
16290
|
+
this.p3x_1 = tmp0_serialDesc;
|
|
16255
16291
|
}
|
|
16256
|
-
protoOf($serializer_68).
|
|
16257
|
-
var tmp0_desc = this.
|
|
16292
|
+
protoOf($serializer_68).q3x = function (encoder, value) {
|
|
16293
|
+
var tmp0_desc = this.p3x_1;
|
|
16258
16294
|
var tmp1_output = encoder.x2e(tmp0_desc);
|
|
16259
|
-
var tmp2_cached = Companion_getInstance_87().
|
|
16295
|
+
var tmp2_cached = Companion_getInstance_87().o3x_1;
|
|
16260
16296
|
tmp1_output.l2g(tmp0_desc, 0, value.name);
|
|
16261
16297
|
if (tmp1_output.t2g(tmp0_desc, 1) ? true : !(value.path == null)) {
|
|
16262
16298
|
tmp1_output.p2g(tmp0_desc, 1, StringSerializer_getInstance(), value.path);
|
|
@@ -16268,10 +16304,10 @@
|
|
|
16268
16304
|
tmp1_output.y2e(tmp0_desc);
|
|
16269
16305
|
};
|
|
16270
16306
|
protoOf($serializer_68).k2b = function (encoder, value) {
|
|
16271
|
-
return this.
|
|
16307
|
+
return this.q3x(encoder, value instanceof WorkflowDTO ? value : THROW_CCE());
|
|
16272
16308
|
};
|
|
16273
16309
|
protoOf($serializer_68).l2b = function (decoder) {
|
|
16274
|
-
var tmp0_desc = this.
|
|
16310
|
+
var tmp0_desc = this.p3x_1;
|
|
16275
16311
|
var tmp1_flag = true;
|
|
16276
16312
|
var tmp2_index = 0;
|
|
16277
16313
|
var tmp3_bitMask0 = 0;
|
|
@@ -16280,7 +16316,7 @@
|
|
|
16280
16316
|
var tmp6_local2 = null;
|
|
16281
16317
|
var tmp7_local3 = null;
|
|
16282
16318
|
var tmp8_input = decoder.x2e(tmp0_desc);
|
|
16283
|
-
var tmp9_cached = Companion_getInstance_87().
|
|
16319
|
+
var tmp9_cached = Companion_getInstance_87().o3x_1;
|
|
16284
16320
|
if (tmp8_input.m2f()) {
|
|
16285
16321
|
tmp4_local0 = tmp8_input.h2f(tmp0_desc, 0);
|
|
16286
16322
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -16321,10 +16357,10 @@
|
|
|
16321
16357
|
return WorkflowDTO_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, null);
|
|
16322
16358
|
};
|
|
16323
16359
|
protoOf($serializer_68).j2b = function () {
|
|
16324
|
-
return this.
|
|
16360
|
+
return this.p3x_1;
|
|
16325
16361
|
};
|
|
16326
16362
|
protoOf($serializer_68).z2m = function () {
|
|
16327
|
-
var tmp0_cached = Companion_getInstance_87().
|
|
16363
|
+
var tmp0_cached = Companion_getInstance_87().o3x_1;
|
|
16328
16364
|
// Inline function 'kotlin.arrayOf' call
|
|
16329
16365
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
16330
16366
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -16338,9 +16374,9 @@
|
|
|
16338
16374
|
}
|
|
16339
16375
|
function WorkflowDTO_init_$Init$(seen0, name, path, timeout, triggers, serializationConstructorMarker, $this) {
|
|
16340
16376
|
if (!(9 === (9 & seen0))) {
|
|
16341
|
-
throwMissingFieldException(seen0, 9, $serializer_getInstance_68().
|
|
16377
|
+
throwMissingFieldException(seen0, 9, $serializer_getInstance_68().p3x_1);
|
|
16342
16378
|
}
|
|
16343
|
-
$this.
|
|
16379
|
+
$this.r3x_1 = name;
|
|
16344
16380
|
if (0 === (seen0 & 2))
|
|
16345
16381
|
$this.path = null;
|
|
16346
16382
|
else
|
|
@@ -16349,7 +16385,7 @@
|
|
|
16349
16385
|
$this.timeout = null;
|
|
16350
16386
|
else
|
|
16351
16387
|
$this.timeout = timeout;
|
|
16352
|
-
$this.
|
|
16388
|
+
$this.s3x_1 = triggers;
|
|
16353
16389
|
return $this;
|
|
16354
16390
|
}
|
|
16355
16391
|
function WorkflowDTO_init_$Create$(seen0, name, path, timeout, triggers, serializationConstructorMarker) {
|
|
@@ -16361,33 +16397,33 @@
|
|
|
16361
16397
|
this.timeout = null;
|
|
16362
16398
|
}
|
|
16363
16399
|
protoOf(WorkflowDTO).a3c = function (_set____db54di) {
|
|
16364
|
-
this.
|
|
16400
|
+
this.r3x_1 = _set____db54di;
|
|
16365
16401
|
};
|
|
16366
16402
|
protoOf(WorkflowDTO).t2 = function () {
|
|
16367
|
-
var tmp = this.
|
|
16403
|
+
var tmp = this.r3x_1;
|
|
16368
16404
|
if (!(tmp == null))
|
|
16369
16405
|
return tmp;
|
|
16370
16406
|
else {
|
|
16371
16407
|
throwUninitializedPropertyAccessException('name');
|
|
16372
16408
|
}
|
|
16373
16409
|
};
|
|
16374
|
-
protoOf(WorkflowDTO).
|
|
16410
|
+
protoOf(WorkflowDTO).t3x = function (_set____db54di) {
|
|
16375
16411
|
this.path = _set____db54di;
|
|
16376
16412
|
};
|
|
16377
|
-
protoOf(WorkflowDTO).
|
|
16413
|
+
protoOf(WorkflowDTO).u3x = function () {
|
|
16378
16414
|
return this.path;
|
|
16379
16415
|
};
|
|
16380
|
-
protoOf(WorkflowDTO).
|
|
16416
|
+
protoOf(WorkflowDTO).v3x = function (_set____db54di) {
|
|
16381
16417
|
this.timeout = _set____db54di;
|
|
16382
16418
|
};
|
|
16383
|
-
protoOf(WorkflowDTO).
|
|
16419
|
+
protoOf(WorkflowDTO).w3x = function () {
|
|
16384
16420
|
return this.timeout;
|
|
16385
16421
|
};
|
|
16386
|
-
protoOf(WorkflowDTO).
|
|
16387
|
-
this.
|
|
16422
|
+
protoOf(WorkflowDTO).x3x = function (_set____db54di) {
|
|
16423
|
+
this.s3x_1 = _set____db54di;
|
|
16388
16424
|
};
|
|
16389
|
-
protoOf(WorkflowDTO).
|
|
16390
|
-
var tmp = this.
|
|
16425
|
+
protoOf(WorkflowDTO).y3x = function () {
|
|
16426
|
+
var tmp = this.s3x_1;
|
|
16391
16427
|
if (!(tmp == null))
|
|
16392
16428
|
return tmp;
|
|
16393
16429
|
else {
|
|
@@ -16407,19 +16443,19 @@
|
|
|
16407
16443
|
$serializer_instance_69 = this;
|
|
16408
16444
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('dto.workflow.WorkflowQuery', this, 1);
|
|
16409
16445
|
tmp0_serialDesc.g2m('name', false);
|
|
16410
|
-
this.
|
|
16446
|
+
this.z3x_1 = tmp0_serialDesc;
|
|
16411
16447
|
}
|
|
16412
|
-
protoOf($serializer_69).
|
|
16413
|
-
var tmp0_desc = this.
|
|
16448
|
+
protoOf($serializer_69).a3y = function (encoder, value) {
|
|
16449
|
+
var tmp0_desc = this.z3x_1;
|
|
16414
16450
|
var tmp1_output = encoder.x2e(tmp0_desc);
|
|
16415
16451
|
tmp1_output.l2g(tmp0_desc, 0, value.name);
|
|
16416
16452
|
tmp1_output.y2e(tmp0_desc);
|
|
16417
16453
|
};
|
|
16418
16454
|
protoOf($serializer_69).k2b = function (encoder, value) {
|
|
16419
|
-
return this.
|
|
16455
|
+
return this.a3y(encoder, value instanceof WorkflowQuery ? value : THROW_CCE());
|
|
16420
16456
|
};
|
|
16421
16457
|
protoOf($serializer_69).l2b = function (decoder) {
|
|
16422
|
-
var tmp0_desc = this.
|
|
16458
|
+
var tmp0_desc = this.z3x_1;
|
|
16423
16459
|
var tmp1_flag = true;
|
|
16424
16460
|
var tmp2_index = 0;
|
|
16425
16461
|
var tmp3_bitMask0 = 0;
|
|
@@ -16447,7 +16483,7 @@
|
|
|
16447
16483
|
return WorkflowQuery_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
16448
16484
|
};
|
|
16449
16485
|
protoOf($serializer_69).j2b = function () {
|
|
16450
|
-
return this.
|
|
16486
|
+
return this.z3x_1;
|
|
16451
16487
|
};
|
|
16452
16488
|
protoOf($serializer_69).z2m = function () {
|
|
16453
16489
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -16463,25 +16499,25 @@
|
|
|
16463
16499
|
}
|
|
16464
16500
|
function WorkflowQuery_init_$Init$(seen0, name, serializationConstructorMarker, $this) {
|
|
16465
16501
|
if (!(1 === (1 & seen0))) {
|
|
16466
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_69().
|
|
16502
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_69().z3x_1);
|
|
16467
16503
|
}
|
|
16468
|
-
$this.
|
|
16504
|
+
$this.b3y_1 = name;
|
|
16469
16505
|
return $this;
|
|
16470
16506
|
}
|
|
16471
16507
|
function WorkflowQuery_init_$Create$(seen0, name, serializationConstructorMarker) {
|
|
16472
16508
|
return WorkflowQuery_init_$Init$(seen0, name, serializationConstructorMarker, objectCreate(protoOf(WorkflowQuery)));
|
|
16473
16509
|
}
|
|
16474
16510
|
function WorkflowQuery(name) {
|
|
16475
|
-
this.
|
|
16511
|
+
this.b3y_1 = name;
|
|
16476
16512
|
}
|
|
16477
16513
|
protoOf(WorkflowQuery).a3c = function (_set____db54di) {
|
|
16478
|
-
this.
|
|
16514
|
+
this.b3y_1 = _set____db54di;
|
|
16479
16515
|
};
|
|
16480
16516
|
protoOf(WorkflowQuery).t2 = function () {
|
|
16481
|
-
return this.
|
|
16517
|
+
return this.b3y_1;
|
|
16482
16518
|
};
|
|
16483
16519
|
function _get_$cachedSerializer__te6jhj_18($this) {
|
|
16484
|
-
return $this.
|
|
16520
|
+
return $this.c3y_1.b1();
|
|
16485
16521
|
}
|
|
16486
16522
|
function WorkflowBusType$Companion$_anonymous__lteln0() {
|
|
16487
16523
|
var tmp = values_12();
|
|
@@ -16516,7 +16552,7 @@
|
|
|
16516
16552
|
Companion_instance_90 = this;
|
|
16517
16553
|
var tmp = this;
|
|
16518
16554
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
16519
|
-
tmp.
|
|
16555
|
+
tmp.c3y_1 = lazy(tmp_0, WorkflowBusType$Companion$_anonymous__lteln0);
|
|
16520
16556
|
}
|
|
16521
16557
|
protoOf(Companion_89).s32 = function () {
|
|
16522
16558
|
return _get_$cachedSerializer__te6jhj_18(this);
|
|
@@ -16561,7 +16597,7 @@
|
|
|
16561
16597
|
// Inline function 'kotlin.arrayOf' call
|
|
16562
16598
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
16563
16599
|
// Inline function 'kotlin.js.asDynamic' call
|
|
16564
|
-
tmp.
|
|
16600
|
+
tmp.g3y_1 = [Companion_getInstance_94().s32(), null];
|
|
16565
16601
|
}
|
|
16566
16602
|
protoOf(Companion_90).s32 = function () {
|
|
16567
16603
|
return $serializer_getInstance_70();
|
|
@@ -16578,30 +16614,30 @@
|
|
|
16578
16614
|
tmp0_serialDesc.g2m('suppress', true);
|
|
16579
16615
|
tmp0_serialDesc.g2m('expression', false);
|
|
16580
16616
|
tmp0_serialDesc.o2l(new JsonClassDiscriminator('type'));
|
|
16581
|
-
this.
|
|
16617
|
+
this.h3y_1 = tmp0_serialDesc;
|
|
16582
16618
|
}
|
|
16583
|
-
protoOf($serializer_70).
|
|
16584
|
-
var tmp0_desc = this.
|
|
16619
|
+
protoOf($serializer_70).i3y = function (encoder, value) {
|
|
16620
|
+
var tmp0_desc = this.h3y_1;
|
|
16585
16621
|
var tmp1_output = encoder.x2e(tmp0_desc);
|
|
16586
|
-
var tmp2_cached = Companion_getInstance_90().
|
|
16587
|
-
if (tmp1_output.t2g(tmp0_desc, 0) ? true : !value.
|
|
16588
|
-
tmp1_output.n2g(tmp0_desc, 0, tmp2_cached[0], value.
|
|
16622
|
+
var tmp2_cached = Companion_getInstance_90().g3y_1;
|
|
16623
|
+
if (tmp1_output.t2g(tmp0_desc, 0) ? true : !value.j3y_1.equals(WorkflowTriggerType_cron_getInstance())) {
|
|
16624
|
+
tmp1_output.n2g(tmp0_desc, 0, tmp2_cached[0], value.j3y_1);
|
|
16589
16625
|
}
|
|
16590
16626
|
tmp1_output.l2g(tmp0_desc, 1, value.expression);
|
|
16591
16627
|
tmp1_output.y2e(tmp0_desc);
|
|
16592
16628
|
};
|
|
16593
16629
|
protoOf($serializer_70).k2b = function (encoder, value) {
|
|
16594
|
-
return this.
|
|
16630
|
+
return this.i3y(encoder, value instanceof WorkflowCron ? value : THROW_CCE());
|
|
16595
16631
|
};
|
|
16596
16632
|
protoOf($serializer_70).l2b = function (decoder) {
|
|
16597
|
-
var tmp0_desc = this.
|
|
16633
|
+
var tmp0_desc = this.h3y_1;
|
|
16598
16634
|
var tmp1_flag = true;
|
|
16599
16635
|
var tmp2_index = 0;
|
|
16600
16636
|
var tmp3_bitMask0 = 0;
|
|
16601
16637
|
var tmp4_local0 = null;
|
|
16602
16638
|
var tmp5_local1 = null;
|
|
16603
16639
|
var tmp6_input = decoder.x2e(tmp0_desc);
|
|
16604
|
-
var tmp7_cached = Companion_getInstance_90().
|
|
16640
|
+
var tmp7_cached = Companion_getInstance_90().g3y_1;
|
|
16605
16641
|
if (tmp6_input.m2f()) {
|
|
16606
16642
|
tmp4_local0 = tmp6_input.j2f(tmp0_desc, 0, tmp7_cached[0], tmp4_local0);
|
|
16607
16643
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -16630,13 +16666,13 @@
|
|
|
16630
16666
|
return WorkflowCron_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
16631
16667
|
};
|
|
16632
16668
|
protoOf($serializer_70).j2b = function () {
|
|
16633
|
-
return this.
|
|
16669
|
+
return this.h3y_1;
|
|
16634
16670
|
};
|
|
16635
16671
|
protoOf($serializer_70).z2m = function () {
|
|
16636
16672
|
// Inline function 'kotlin.arrayOf' call
|
|
16637
16673
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
16638
16674
|
// Inline function 'kotlin.js.asDynamic' call
|
|
16639
|
-
return [Companion_getInstance_90().
|
|
16675
|
+
return [Companion_getInstance_90().g3y_1[0], StringSerializer_getInstance()];
|
|
16640
16676
|
};
|
|
16641
16677
|
var $serializer_instance_70;
|
|
16642
16678
|
function $serializer_getInstance_70() {
|
|
@@ -16646,13 +16682,13 @@
|
|
|
16646
16682
|
}
|
|
16647
16683
|
function WorkflowCron_init_$Init$(seen0, type, expression, serializationConstructorMarker, $this) {
|
|
16648
16684
|
if (!(2 === (2 & seen0))) {
|
|
16649
|
-
throwMissingFieldException(seen0, 2, $serializer_getInstance_70().
|
|
16685
|
+
throwMissingFieldException(seen0, 2, $serializer_getInstance_70().h3y_1);
|
|
16650
16686
|
}
|
|
16651
16687
|
WorkflowTrigger_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
16652
16688
|
if (0 === (seen0 & 1))
|
|
16653
|
-
$this.
|
|
16689
|
+
$this.j3y_1 = WorkflowTriggerType_cron_getInstance();
|
|
16654
16690
|
else
|
|
16655
|
-
$this.
|
|
16691
|
+
$this.j3y_1 = type;
|
|
16656
16692
|
$this.expression = expression;
|
|
16657
16693
|
return $this;
|
|
16658
16694
|
}
|
|
@@ -16663,34 +16699,34 @@
|
|
|
16663
16699
|
Companion_getInstance_90();
|
|
16664
16700
|
type = type === VOID ? WorkflowTriggerType_cron_getInstance() : type;
|
|
16665
16701
|
WorkflowTrigger.call(this);
|
|
16666
|
-
this.
|
|
16702
|
+
this.j3y_1 = type;
|
|
16667
16703
|
this.expression = expression;
|
|
16668
16704
|
}
|
|
16669
16705
|
protoOf(WorkflowCron).c3c = function () {
|
|
16670
|
-
return this.
|
|
16706
|
+
return this.j3y_1;
|
|
16671
16707
|
};
|
|
16672
|
-
protoOf(WorkflowCron).
|
|
16708
|
+
protoOf(WorkflowCron).k3y = function () {
|
|
16673
16709
|
return this.expression;
|
|
16674
16710
|
};
|
|
16675
16711
|
protoOf(WorkflowCron).xf = function () {
|
|
16676
|
-
return this.
|
|
16712
|
+
return this.j3y_1;
|
|
16677
16713
|
};
|
|
16678
16714
|
protoOf(WorkflowCron).yf = function () {
|
|
16679
16715
|
return this.expression;
|
|
16680
16716
|
};
|
|
16681
|
-
protoOf(WorkflowCron).
|
|
16717
|
+
protoOf(WorkflowCron).l3y = function (type, expression) {
|
|
16682
16718
|
return new WorkflowCron(type, expression);
|
|
16683
16719
|
};
|
|
16684
16720
|
protoOf(WorkflowCron).copy = function (type, expression, $super) {
|
|
16685
|
-
type = type === VOID ? this.
|
|
16721
|
+
type = type === VOID ? this.j3y_1 : type;
|
|
16686
16722
|
expression = expression === VOID ? this.expression : expression;
|
|
16687
|
-
return this.
|
|
16723
|
+
return this.l3y(type, expression);
|
|
16688
16724
|
};
|
|
16689
16725
|
protoOf(WorkflowCron).toString = function () {
|
|
16690
|
-
return 'WorkflowCron(type=' + this.
|
|
16726
|
+
return 'WorkflowCron(type=' + this.j3y_1.toString() + ', expression=' + this.expression + ')';
|
|
16691
16727
|
};
|
|
16692
16728
|
protoOf(WorkflowCron).hashCode = function () {
|
|
16693
|
-
var result = this.
|
|
16729
|
+
var result = this.j3y_1.hashCode();
|
|
16694
16730
|
result = imul(result, 31) + getStringHashCode(this.expression) | 0;
|
|
16695
16731
|
return result;
|
|
16696
16732
|
};
|
|
@@ -16700,7 +16736,7 @@
|
|
|
16700
16736
|
if (!(other instanceof WorkflowCron))
|
|
16701
16737
|
return false;
|
|
16702
16738
|
var tmp0_other_with_cast = other instanceof WorkflowCron ? other : THROW_CCE();
|
|
16703
|
-
if (!this.
|
|
16739
|
+
if (!this.j3y_1.equals(tmp0_other_with_cast.j3y_1))
|
|
16704
16740
|
return false;
|
|
16705
16741
|
if (!(this.expression === tmp0_other_with_cast.expression))
|
|
16706
16742
|
return false;
|
|
@@ -16712,7 +16748,7 @@
|
|
|
16712
16748
|
// Inline function 'kotlin.arrayOf' call
|
|
16713
16749
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
16714
16750
|
// Inline function 'kotlin.js.asDynamic' call
|
|
16715
|
-
tmp.
|
|
16751
|
+
tmp.m3y_1 = [Companion_getInstance_94().s32(), null, Companion_getInstance_89().s32(), null];
|
|
16716
16752
|
}
|
|
16717
16753
|
protoOf(Companion_91).s32 = function () {
|
|
16718
16754
|
return $serializer_getInstance_71();
|
|
@@ -16731,14 +16767,14 @@
|
|
|
16731
16767
|
tmp0_serialDesc.g2m('busType', false);
|
|
16732
16768
|
tmp0_serialDesc.g2m('credName', true);
|
|
16733
16769
|
tmp0_serialDesc.o2l(new JsonClassDiscriminator('type'));
|
|
16734
|
-
this.
|
|
16770
|
+
this.n3y_1 = tmp0_serialDesc;
|
|
16735
16771
|
}
|
|
16736
|
-
protoOf($serializer_71).
|
|
16737
|
-
var tmp0_desc = this.
|
|
16772
|
+
protoOf($serializer_71).o3y = function (encoder, value) {
|
|
16773
|
+
var tmp0_desc = this.n3y_1;
|
|
16738
16774
|
var tmp1_output = encoder.x2e(tmp0_desc);
|
|
16739
|
-
var tmp2_cached = Companion_getInstance_91().
|
|
16740
|
-
if (tmp1_output.t2g(tmp0_desc, 0) ? true : !value.
|
|
16741
|
-
tmp1_output.n2g(tmp0_desc, 0, tmp2_cached[0], value.
|
|
16775
|
+
var tmp2_cached = Companion_getInstance_91().m3y_1;
|
|
16776
|
+
if (tmp1_output.t2g(tmp0_desc, 0) ? true : !value.p3y_1.equals(WorkflowTriggerType_event_getInstance())) {
|
|
16777
|
+
tmp1_output.n2g(tmp0_desc, 0, tmp2_cached[0], value.p3y_1);
|
|
16742
16778
|
}
|
|
16743
16779
|
tmp1_output.l2g(tmp0_desc, 1, value.regex);
|
|
16744
16780
|
tmp1_output.n2g(tmp0_desc, 2, tmp2_cached[2], value.busType);
|
|
@@ -16748,10 +16784,10 @@
|
|
|
16748
16784
|
tmp1_output.y2e(tmp0_desc);
|
|
16749
16785
|
};
|
|
16750
16786
|
protoOf($serializer_71).k2b = function (encoder, value) {
|
|
16751
|
-
return this.
|
|
16787
|
+
return this.o3y(encoder, value instanceof WorkflowEvent ? value : THROW_CCE());
|
|
16752
16788
|
};
|
|
16753
16789
|
protoOf($serializer_71).l2b = function (decoder) {
|
|
16754
|
-
var tmp0_desc = this.
|
|
16790
|
+
var tmp0_desc = this.n3y_1;
|
|
16755
16791
|
var tmp1_flag = true;
|
|
16756
16792
|
var tmp2_index = 0;
|
|
16757
16793
|
var tmp3_bitMask0 = 0;
|
|
@@ -16760,7 +16796,7 @@
|
|
|
16760
16796
|
var tmp6_local2 = null;
|
|
16761
16797
|
var tmp7_local3 = null;
|
|
16762
16798
|
var tmp8_input = decoder.x2e(tmp0_desc);
|
|
16763
|
-
var tmp9_cached = Companion_getInstance_91().
|
|
16799
|
+
var tmp9_cached = Companion_getInstance_91().m3y_1;
|
|
16764
16800
|
if (tmp8_input.m2f()) {
|
|
16765
16801
|
tmp4_local0 = tmp8_input.j2f(tmp0_desc, 0, tmp9_cached[0], tmp4_local0);
|
|
16766
16802
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -16801,10 +16837,10 @@
|
|
|
16801
16837
|
return WorkflowEvent_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, null);
|
|
16802
16838
|
};
|
|
16803
16839
|
protoOf($serializer_71).j2b = function () {
|
|
16804
|
-
return this.
|
|
16840
|
+
return this.n3y_1;
|
|
16805
16841
|
};
|
|
16806
16842
|
protoOf($serializer_71).z2m = function () {
|
|
16807
|
-
var tmp0_cached = Companion_getInstance_91().
|
|
16843
|
+
var tmp0_cached = Companion_getInstance_91().m3y_1;
|
|
16808
16844
|
// Inline function 'kotlin.arrayOf' call
|
|
16809
16845
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
16810
16846
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -16818,13 +16854,13 @@
|
|
|
16818
16854
|
}
|
|
16819
16855
|
function WorkflowEvent_init_$Init$(seen0, type, regex, busType, credName, serializationConstructorMarker, $this) {
|
|
16820
16856
|
if (!(6 === (6 & seen0))) {
|
|
16821
|
-
throwMissingFieldException(seen0, 6, $serializer_getInstance_71().
|
|
16857
|
+
throwMissingFieldException(seen0, 6, $serializer_getInstance_71().n3y_1);
|
|
16822
16858
|
}
|
|
16823
16859
|
WorkflowTrigger_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
16824
16860
|
if (0 === (seen0 & 1))
|
|
16825
|
-
$this.
|
|
16861
|
+
$this.p3y_1 = WorkflowTriggerType_event_getInstance();
|
|
16826
16862
|
else
|
|
16827
|
-
$this.
|
|
16863
|
+
$this.p3y_1 = type;
|
|
16828
16864
|
$this.regex = regex;
|
|
16829
16865
|
$this.busType = busType;
|
|
16830
16866
|
if (0 === (seen0 & 8))
|
|
@@ -16841,25 +16877,25 @@
|
|
|
16841
16877
|
type = type === VOID ? WorkflowTriggerType_event_getInstance() : type;
|
|
16842
16878
|
credName = credName === VOID ? 'default' : credName;
|
|
16843
16879
|
WorkflowTrigger.call(this);
|
|
16844
|
-
this.
|
|
16880
|
+
this.p3y_1 = type;
|
|
16845
16881
|
this.regex = regex;
|
|
16846
16882
|
this.busType = busType;
|
|
16847
16883
|
this.credName = credName;
|
|
16848
16884
|
}
|
|
16849
16885
|
protoOf(WorkflowEvent).c3c = function () {
|
|
16850
|
-
return this.
|
|
16886
|
+
return this.p3y_1;
|
|
16851
16887
|
};
|
|
16852
|
-
protoOf(WorkflowEvent).
|
|
16888
|
+
protoOf(WorkflowEvent).q3y = function () {
|
|
16853
16889
|
return this.regex;
|
|
16854
16890
|
};
|
|
16855
|
-
protoOf(WorkflowEvent).
|
|
16891
|
+
protoOf(WorkflowEvent).r3y = function () {
|
|
16856
16892
|
return this.busType;
|
|
16857
16893
|
};
|
|
16858
|
-
protoOf(WorkflowEvent).
|
|
16894
|
+
protoOf(WorkflowEvent).s3y = function () {
|
|
16859
16895
|
return this.credName;
|
|
16860
16896
|
};
|
|
16861
16897
|
protoOf(WorkflowEvent).xf = function () {
|
|
16862
|
-
return this.
|
|
16898
|
+
return this.p3y_1;
|
|
16863
16899
|
};
|
|
16864
16900
|
protoOf(WorkflowEvent).yf = function () {
|
|
16865
16901
|
return this.regex;
|
|
@@ -16870,21 +16906,21 @@
|
|
|
16870
16906
|
protoOf(WorkflowEvent).q3n = function () {
|
|
16871
16907
|
return this.credName;
|
|
16872
16908
|
};
|
|
16873
|
-
protoOf(WorkflowEvent).
|
|
16909
|
+
protoOf(WorkflowEvent).t3y = function (type, regex, busType, credName) {
|
|
16874
16910
|
return new WorkflowEvent(type, regex, busType, credName);
|
|
16875
16911
|
};
|
|
16876
16912
|
protoOf(WorkflowEvent).copy = function (type, regex, busType, credName, $super) {
|
|
16877
|
-
type = type === VOID ? this.
|
|
16913
|
+
type = type === VOID ? this.p3y_1 : type;
|
|
16878
16914
|
regex = regex === VOID ? this.regex : regex;
|
|
16879
16915
|
busType = busType === VOID ? this.busType : busType;
|
|
16880
16916
|
credName = credName === VOID ? this.credName : credName;
|
|
16881
|
-
return this.
|
|
16917
|
+
return this.t3y(type, regex, busType, credName);
|
|
16882
16918
|
};
|
|
16883
16919
|
protoOf(WorkflowEvent).toString = function () {
|
|
16884
|
-
return 'WorkflowEvent(type=' + this.
|
|
16920
|
+
return 'WorkflowEvent(type=' + this.p3y_1.toString() + ', regex=' + this.regex + ', busType=' + this.busType.toString() + ', credName=' + this.credName + ')';
|
|
16885
16921
|
};
|
|
16886
16922
|
protoOf(WorkflowEvent).hashCode = function () {
|
|
16887
|
-
var result = this.
|
|
16923
|
+
var result = this.p3y_1.hashCode();
|
|
16888
16924
|
result = imul(result, 31) + getStringHashCode(this.regex) | 0;
|
|
16889
16925
|
result = imul(result, 31) + this.busType.hashCode() | 0;
|
|
16890
16926
|
result = imul(result, 31) + getStringHashCode(this.credName) | 0;
|
|
@@ -16896,7 +16932,7 @@
|
|
|
16896
16932
|
if (!(other instanceof WorkflowEvent))
|
|
16897
16933
|
return false;
|
|
16898
16934
|
var tmp0_other_with_cast = other instanceof WorkflowEvent ? other : THROW_CCE();
|
|
16899
|
-
if (!this.
|
|
16935
|
+
if (!this.p3y_1.equals(tmp0_other_with_cast.p3y_1))
|
|
16900
16936
|
return false;
|
|
16901
16937
|
if (!(this.regex === tmp0_other_with_cast.regex))
|
|
16902
16938
|
return false;
|
|
@@ -16912,7 +16948,7 @@
|
|
|
16912
16948
|
// Inline function 'kotlin.arrayOf' call
|
|
16913
16949
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
16914
16950
|
// Inline function 'kotlin.js.asDynamic' call
|
|
16915
|
-
tmp.
|
|
16951
|
+
tmp.u3y_1 = [Companion_getInstance_94().s32(), null];
|
|
16916
16952
|
}
|
|
16917
16953
|
protoOf(Companion_92).s32 = function () {
|
|
16918
16954
|
return $serializer_getInstance_72();
|
|
@@ -16929,14 +16965,14 @@
|
|
|
16929
16965
|
tmp0_serialDesc.g2m('suppress', true);
|
|
16930
16966
|
tmp0_serialDesc.g2m('isEnabled', true);
|
|
16931
16967
|
tmp0_serialDesc.o2l(new JsonClassDiscriminator('type'));
|
|
16932
|
-
this.
|
|
16968
|
+
this.v3y_1 = tmp0_serialDesc;
|
|
16933
16969
|
}
|
|
16934
|
-
protoOf($serializer_72).
|
|
16935
|
-
var tmp0_desc = this.
|
|
16970
|
+
protoOf($serializer_72).w3y = function (encoder, value) {
|
|
16971
|
+
var tmp0_desc = this.v3y_1;
|
|
16936
16972
|
var tmp1_output = encoder.x2e(tmp0_desc);
|
|
16937
|
-
var tmp2_cached = Companion_getInstance_92().
|
|
16938
|
-
if (tmp1_output.t2g(tmp0_desc, 0) ? true : !value.
|
|
16939
|
-
tmp1_output.n2g(tmp0_desc, 0, tmp2_cached[0], value.
|
|
16973
|
+
var tmp2_cached = Companion_getInstance_92().u3y_1;
|
|
16974
|
+
if (tmp1_output.t2g(tmp0_desc, 0) ? true : !value.x3y_1.equals(WorkflowTriggerType_rest_getInstance())) {
|
|
16975
|
+
tmp1_output.n2g(tmp0_desc, 0, tmp2_cached[0], value.x3y_1);
|
|
16940
16976
|
}
|
|
16941
16977
|
if (tmp1_output.t2g(tmp0_desc, 1) ? true : !(value.isEnabled === false)) {
|
|
16942
16978
|
tmp1_output.d2g(tmp0_desc, 1, value.isEnabled);
|
|
@@ -16944,17 +16980,17 @@
|
|
|
16944
16980
|
tmp1_output.y2e(tmp0_desc);
|
|
16945
16981
|
};
|
|
16946
16982
|
protoOf($serializer_72).k2b = function (encoder, value) {
|
|
16947
|
-
return this.
|
|
16983
|
+
return this.w3y(encoder, value instanceof WorkflowRest ? value : THROW_CCE());
|
|
16948
16984
|
};
|
|
16949
16985
|
protoOf($serializer_72).l2b = function (decoder) {
|
|
16950
|
-
var tmp0_desc = this.
|
|
16986
|
+
var tmp0_desc = this.v3y_1;
|
|
16951
16987
|
var tmp1_flag = true;
|
|
16952
16988
|
var tmp2_index = 0;
|
|
16953
16989
|
var tmp3_bitMask0 = 0;
|
|
16954
16990
|
var tmp4_local0 = null;
|
|
16955
16991
|
var tmp5_local1 = false;
|
|
16956
16992
|
var tmp6_input = decoder.x2e(tmp0_desc);
|
|
16957
|
-
var tmp7_cached = Companion_getInstance_92().
|
|
16993
|
+
var tmp7_cached = Companion_getInstance_92().u3y_1;
|
|
16958
16994
|
if (tmp6_input.m2f()) {
|
|
16959
16995
|
tmp4_local0 = tmp6_input.j2f(tmp0_desc, 0, tmp7_cached[0], tmp4_local0);
|
|
16960
16996
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -16983,13 +17019,13 @@
|
|
|
16983
17019
|
return WorkflowRest_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
16984
17020
|
};
|
|
16985
17021
|
protoOf($serializer_72).j2b = function () {
|
|
16986
|
-
return this.
|
|
17022
|
+
return this.v3y_1;
|
|
16987
17023
|
};
|
|
16988
17024
|
protoOf($serializer_72).z2m = function () {
|
|
16989
17025
|
// Inline function 'kotlin.arrayOf' call
|
|
16990
17026
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
16991
17027
|
// Inline function 'kotlin.js.asDynamic' call
|
|
16992
|
-
return [Companion_getInstance_92().
|
|
17028
|
+
return [Companion_getInstance_92().u3y_1[0], BooleanSerializer_getInstance()];
|
|
16993
17029
|
};
|
|
16994
17030
|
var $serializer_instance_72;
|
|
16995
17031
|
function $serializer_getInstance_72() {
|
|
@@ -16999,13 +17035,13 @@
|
|
|
16999
17035
|
}
|
|
17000
17036
|
function WorkflowRest_init_$Init$(seen0, type, isEnabled, serializationConstructorMarker, $this) {
|
|
17001
17037
|
if (!(0 === (0 & seen0))) {
|
|
17002
|
-
throwMissingFieldException(seen0, 0, $serializer_getInstance_72().
|
|
17038
|
+
throwMissingFieldException(seen0, 0, $serializer_getInstance_72().v3y_1);
|
|
17003
17039
|
}
|
|
17004
17040
|
WorkflowTrigger_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
17005
17041
|
if (0 === (seen0 & 1))
|
|
17006
|
-
$this.
|
|
17042
|
+
$this.x3y_1 = WorkflowTriggerType_rest_getInstance();
|
|
17007
17043
|
else
|
|
17008
|
-
$this.
|
|
17044
|
+
$this.x3y_1 = type;
|
|
17009
17045
|
if (0 === (seen0 & 2))
|
|
17010
17046
|
$this.isEnabled = false;
|
|
17011
17047
|
else
|
|
@@ -17020,34 +17056,34 @@
|
|
|
17020
17056
|
type = type === VOID ? WorkflowTriggerType_rest_getInstance() : type;
|
|
17021
17057
|
isEnabled = isEnabled === VOID ? false : isEnabled;
|
|
17022
17058
|
WorkflowTrigger.call(this);
|
|
17023
|
-
this.
|
|
17059
|
+
this.x3y_1 = type;
|
|
17024
17060
|
this.isEnabled = isEnabled;
|
|
17025
17061
|
}
|
|
17026
17062
|
protoOf(WorkflowRest).c3c = function () {
|
|
17027
|
-
return this.
|
|
17063
|
+
return this.x3y_1;
|
|
17028
17064
|
};
|
|
17029
|
-
protoOf(WorkflowRest).
|
|
17065
|
+
protoOf(WorkflowRest).y3y = function () {
|
|
17030
17066
|
return this.isEnabled;
|
|
17031
17067
|
};
|
|
17032
17068
|
protoOf(WorkflowRest).xf = function () {
|
|
17033
|
-
return this.
|
|
17069
|
+
return this.x3y_1;
|
|
17034
17070
|
};
|
|
17035
17071
|
protoOf(WorkflowRest).yf = function () {
|
|
17036
17072
|
return this.isEnabled;
|
|
17037
17073
|
};
|
|
17038
|
-
protoOf(WorkflowRest).
|
|
17074
|
+
protoOf(WorkflowRest).z3y = function (type, isEnabled) {
|
|
17039
17075
|
return new WorkflowRest(type, isEnabled);
|
|
17040
17076
|
};
|
|
17041
17077
|
protoOf(WorkflowRest).copy = function (type, isEnabled, $super) {
|
|
17042
|
-
type = type === VOID ? this.
|
|
17078
|
+
type = type === VOID ? this.x3y_1 : type;
|
|
17043
17079
|
isEnabled = isEnabled === VOID ? this.isEnabled : isEnabled;
|
|
17044
|
-
return this.
|
|
17080
|
+
return this.z3y(type, isEnabled);
|
|
17045
17081
|
};
|
|
17046
17082
|
protoOf(WorkflowRest).toString = function () {
|
|
17047
|
-
return 'WorkflowRest(type=' + this.
|
|
17083
|
+
return 'WorkflowRest(type=' + this.x3y_1.toString() + ', isEnabled=' + this.isEnabled + ')';
|
|
17048
17084
|
};
|
|
17049
17085
|
protoOf(WorkflowRest).hashCode = function () {
|
|
17050
|
-
var result = this.
|
|
17086
|
+
var result = this.x3y_1.hashCode();
|
|
17051
17087
|
result = imul(result, 31) + getBooleanHashCode(this.isEnabled) | 0;
|
|
17052
17088
|
return result;
|
|
17053
17089
|
};
|
|
@@ -17057,14 +17093,14 @@
|
|
|
17057
17093
|
if (!(other instanceof WorkflowRest))
|
|
17058
17094
|
return false;
|
|
17059
17095
|
var tmp0_other_with_cast = other instanceof WorkflowRest ? other : THROW_CCE();
|
|
17060
|
-
if (!this.
|
|
17096
|
+
if (!this.x3y_1.equals(tmp0_other_with_cast.x3y_1))
|
|
17061
17097
|
return false;
|
|
17062
17098
|
if (!(this.isEnabled === tmp0_other_with_cast.isEnabled))
|
|
17063
17099
|
return false;
|
|
17064
17100
|
return true;
|
|
17065
17101
|
};
|
|
17066
17102
|
function _get_$cachedSerializer__te6jhj_19($this) {
|
|
17067
|
-
return $this.
|
|
17103
|
+
return $this.n3x_1.b1();
|
|
17068
17104
|
}
|
|
17069
17105
|
function WorkflowTrigger$Companion$_anonymous__4rndsm() {
|
|
17070
17106
|
var tmp = getKClass(WorkflowTrigger);
|
|
@@ -17086,7 +17122,7 @@
|
|
|
17086
17122
|
Companion_instance_94 = this;
|
|
17087
17123
|
var tmp = this;
|
|
17088
17124
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
17089
|
-
tmp.
|
|
17125
|
+
tmp.n3x_1 = lazy(tmp_0, WorkflowTrigger$Companion$_anonymous__4rndsm);
|
|
17090
17126
|
}
|
|
17091
17127
|
protoOf(Companion_93).s32 = function () {
|
|
17092
17128
|
return _get_$cachedSerializer__te6jhj_19(this);
|
|
@@ -17107,7 +17143,7 @@
|
|
|
17107
17143
|
Companion_getInstance_93();
|
|
17108
17144
|
}
|
|
17109
17145
|
function _get_$cachedSerializer__te6jhj_20($this) {
|
|
17110
|
-
return $this.
|
|
17146
|
+
return $this.f3y_1.b1();
|
|
17111
17147
|
}
|
|
17112
17148
|
function WorkflowTriggerType$Companion$_anonymous__137bus() {
|
|
17113
17149
|
var tmp = values_13();
|
|
@@ -17145,7 +17181,7 @@
|
|
|
17145
17181
|
Companion_instance_95 = this;
|
|
17146
17182
|
var tmp = this;
|
|
17147
17183
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
17148
|
-
tmp.
|
|
17184
|
+
tmp.f3y_1 = lazy(tmp_0, WorkflowTriggerType$Companion$_anonymous__137bus);
|
|
17149
17185
|
}
|
|
17150
17186
|
protoOf(Companion_94).s32 = function () {
|
|
17151
17187
|
return _get_$cachedSerializer__te6jhj_20(this);
|
|
@@ -17328,16 +17364,17 @@
|
|
|
17328
17364
|
defineProp(protoOf(MenuItem), 'viewId', protoOf(MenuItem).t3h, protoOf(MenuItem).s3h);
|
|
17329
17365
|
protoOf($serializer_47).a2n = typeParametersSerializers;
|
|
17330
17366
|
protoOf($serializer_48).a2n = typeParametersSerializers;
|
|
17331
|
-
defineProp(protoOf(Query), 'type', protoOf(Query).c3c, protoOf(Query).
|
|
17332
|
-
defineProp(protoOf(Query), '
|
|
17367
|
+
defineProp(protoOf(Query), 'type', protoOf(Query).c3c, protoOf(Query).k3r);
|
|
17368
|
+
defineProp(protoOf(Query), 'name', protoOf(Query).t2, protoOf(Query).a3c);
|
|
17369
|
+
defineProp(protoOf(Query), 'query', protoOf(Query).m3r, protoOf(Query).l3r);
|
|
17333
17370
|
defineProp(protoOf(QueryType), 'name', protoOf(QueryType).t2);
|
|
17334
17371
|
defineProp(protoOf(QueryType), 'ordinal', protoOf(QueryType).u2);
|
|
17335
17372
|
protoOf($serializer_49).a2n = typeParametersSerializers;
|
|
17336
17373
|
defineProp(protoOf(SelectionType), 'name', protoOf(SelectionType).t2);
|
|
17337
17374
|
defineProp(protoOf(SelectionType), 'ordinal', protoOf(SelectionType).u2);
|
|
17338
17375
|
protoOf($serializer_50).a2n = typeParametersSerializers;
|
|
17339
|
-
defineProp(protoOf(Sort), 'property', protoOf(Sort).
|
|
17340
|
-
defineProp(protoOf(Sort), 'sort', protoOf(Sort).y3i, protoOf(Sort).
|
|
17376
|
+
defineProp(protoOf(Sort), 'property', protoOf(Sort).a3s, protoOf(Sort).m3s);
|
|
17377
|
+
defineProp(protoOf(Sort), 'sort', protoOf(Sort).y3i, protoOf(Sort).n3s);
|
|
17341
17378
|
defineProp(protoOf(RealmOperator), 'name', protoOf(RealmOperator).t2);
|
|
17342
17379
|
defineProp(protoOf(RealmOperator), 'ordinal', protoOf(RealmOperator).u2);
|
|
17343
17380
|
protoOf($serializer_51).a2n = typeParametersSerializers;
|
|
@@ -17350,14 +17387,14 @@
|
|
|
17350
17387
|
this.a3c(value);
|
|
17351
17388
|
});
|
|
17352
17389
|
defineProp(protoOf(ViewDTO), 'filters', function () {
|
|
17353
|
-
return this.
|
|
17390
|
+
return this.d3t();
|
|
17354
17391
|
}, function (value) {
|
|
17355
|
-
this.
|
|
17392
|
+
this.c3t(value);
|
|
17356
17393
|
});
|
|
17357
17394
|
defineProp(protoOf(ViewDTO), 'queries', function () {
|
|
17358
|
-
return this.
|
|
17395
|
+
return this.f3t();
|
|
17359
17396
|
}, function (value) {
|
|
17360
|
-
this.
|
|
17397
|
+
this.e3t(value);
|
|
17361
17398
|
});
|
|
17362
17399
|
protoOf($serializer_55).a2n = typeParametersSerializers;
|
|
17363
17400
|
defineProp(protoOf(ViewQuery), 'name', function () {
|
|
@@ -17366,14 +17403,14 @@
|
|
|
17366
17403
|
this.a3c(value);
|
|
17367
17404
|
});
|
|
17368
17405
|
defineProp(protoOf(ViewQuery), 'filters', function () {
|
|
17369
|
-
return this.
|
|
17406
|
+
return this.d3t();
|
|
17370
17407
|
}, function (value) {
|
|
17371
|
-
this.
|
|
17408
|
+
this.c3t(value);
|
|
17372
17409
|
});
|
|
17373
17410
|
defineProp(protoOf(ViewQuery), 'queries', function () {
|
|
17374
|
-
return this.
|
|
17411
|
+
return this.f3t();
|
|
17375
17412
|
}, function (value) {
|
|
17376
|
-
this.
|
|
17413
|
+
this.e3t(value);
|
|
17377
17414
|
});
|
|
17378
17415
|
defineProp(protoOf(ViewType), 'name', protoOf(ViewType).t2);
|
|
17379
17416
|
defineProp(protoOf(ViewType), 'ordinal', protoOf(ViewType).u2);
|
|
@@ -17392,21 +17429,21 @@
|
|
|
17392
17429
|
defineProp(protoOf(Filter), 'title', protoOf(Filter).f3c, protoOf(Filter).m3f);
|
|
17393
17430
|
defineProp(protoOf(Filter), 'icon', protoOf(Filter).s3q, protoOf(Filter).r3q);
|
|
17394
17431
|
defineProp(protoOf(Filter), 'filterType', function () {
|
|
17395
|
-
return this.
|
|
17432
|
+
return this.x3v();
|
|
17396
17433
|
});
|
|
17397
|
-
defineProp(protoOf(DateFilter), 'params', protoOf(DateFilter).
|
|
17434
|
+
defineProp(protoOf(DateFilter), 'params', protoOf(DateFilter).z3v, protoOf(DateFilter).y3v);
|
|
17398
17435
|
protoOf($serializer_62).a2n = typeParametersSerializers;
|
|
17399
17436
|
defineProp(protoOf(Param), 'name', protoOf(Param).t2, protoOf(Param).a3c);
|
|
17400
17437
|
protoOf($serializer_63).a2n = typeParametersSerializers;
|
|
17401
17438
|
protoOf($serializer_64).a2n = typeParametersSerializers;
|
|
17402
17439
|
protoOf($serializer_65).a2n = typeParametersSerializers;
|
|
17403
|
-
defineProp(protoOf(SwitchFilter), 'params', protoOf(SwitchFilter).
|
|
17440
|
+
defineProp(protoOf(SwitchFilter), 'params', protoOf(SwitchFilter).z3v, protoOf(SwitchFilter).v3w);
|
|
17404
17441
|
protoOf($serializer_66).a2n = typeParametersSerializers;
|
|
17405
|
-
defineProp(protoOf(TextFilter), 'params', protoOf(TextFilter).
|
|
17442
|
+
defineProp(protoOf(TextFilter), 'params', protoOf(TextFilter).z3v, protoOf(TextFilter).v3w);
|
|
17406
17443
|
defineProp(protoOf(VIEW_FILTER_TYPE), 'name', protoOf(VIEW_FILTER_TYPE).t2);
|
|
17407
17444
|
defineProp(protoOf(VIEW_FILTER_TYPE), 'ordinal', protoOf(VIEW_FILTER_TYPE).u2);
|
|
17408
17445
|
protoOf($serializer_67).a2n = typeParametersSerializers;
|
|
17409
|
-
defineProp(protoOf(ViewFilter), 'params', protoOf(ViewFilter).
|
|
17446
|
+
defineProp(protoOf(ViewFilter), 'params', protoOf(ViewFilter).z3v, protoOf(ViewFilter).v3w);
|
|
17410
17447
|
defineProp(protoOf(ViewFilter), 'viewId', protoOf(ViewFilter).t3h, protoOf(ViewFilter).s3h);
|
|
17411
17448
|
protoOf($serializer_68).a2n = typeParametersSerializers;
|
|
17412
17449
|
defineProp(protoOf(WorkflowDTO), 'name', function () {
|
|
@@ -17414,7 +17451,7 @@
|
|
|
17414
17451
|
}, function (value) {
|
|
17415
17452
|
this.a3c(value);
|
|
17416
17453
|
});
|
|
17417
|
-
defineProp(protoOf(WorkflowDTO), 'triggers', protoOf(WorkflowDTO).
|
|
17454
|
+
defineProp(protoOf(WorkflowDTO), 'triggers', protoOf(WorkflowDTO).y3x, protoOf(WorkflowDTO).x3x);
|
|
17418
17455
|
protoOf($serializer_69).a2n = typeParametersSerializers;
|
|
17419
17456
|
defineProp(protoOf(WorkflowQuery), 'name', function () {
|
|
17420
17457
|
return this.t2();
|
|
@@ -17967,7 +18004,6 @@
|
|
|
17967
18004
|
$dto$query.QueryType = QueryType;
|
|
17968
18005
|
$dto$query.QueryType.values = values_7;
|
|
17969
18006
|
$dto$query.QueryType.valueOf = valueOf_7;
|
|
17970
|
-
defineProp($dto$query.QueryType, 'user', QueryType_user_getInstance);
|
|
17971
18007
|
defineProp($dto$query.QueryType, 'formInstance', QueryType_formInstance_getInstance);
|
|
17972
18008
|
defineProp($dto$query.QueryType, 'dictionary', QueryType_dictionary_getInstance);
|
|
17973
18009
|
defineProp($dto$query.QueryType, 'Companion', Companion_getInstance_61);
|