@cruglobal/godtools-shared 0.9.0-SNAPSHOT.1212 → 0.9.0-SNAPSHOT.1218
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.
|
@@ -345,7 +345,7 @@
|
|
|
345
345
|
setMetadataFor(Companion_28, 'Companion', objectMeta);
|
|
346
346
|
setMetadataFor(Style_0, 'Style', classMeta, Enum);
|
|
347
347
|
setMetadataFor(Companion_29, 'Companion', objectMeta);
|
|
348
|
-
setMetadataFor(Option, 'Option', classMeta,
|
|
348
|
+
setMetadataFor(Option, 'Option', classMeta, BaseModel, [BaseModel, Parent, HasAnalyticsEvents]);
|
|
349
349
|
setMetadataFor(Multiselect, 'Multiselect', classMeta, Content);
|
|
350
350
|
setMetadataFor(Companion_30, 'Companion', objectMeta);
|
|
351
351
|
setMetadataFor(Paragraph, 'Paragraph', classMeta, Content, [Content, Parent]);
|
|
@@ -6423,22 +6423,22 @@
|
|
|
6423
6423
|
return Companion_instance_28;
|
|
6424
6424
|
}
|
|
6425
6425
|
function Option_init_$Init$(multiselect, parser, $this) {
|
|
6426
|
-
|
|
6426
|
+
BaseModel.call($this, multiselect);
|
|
6427
6427
|
Option.call($this);
|
|
6428
|
-
$this.
|
|
6428
|
+
$this.h38_1 = multiselect;
|
|
6429
6429
|
Companion_getInstance_59();
|
|
6430
6430
|
parser.t2r(2, get_XMLNS_CONTENT(), 'option');
|
|
6431
6431
|
var tmp = $this;
|
|
6432
6432
|
var tmp_0 = Companion_getInstance_30();
|
|
6433
6433
|
Companion_getInstance_31();
|
|
6434
|
-
tmp.
|
|
6434
|
+
tmp.i38_1 = tmp_0.z37(parser.n2t('style'));
|
|
6435
6435
|
var tmp_1 = $this;
|
|
6436
6436
|
var tmp0_safe_receiver = parser.n2t(get_XML_BACKGROUND_COLOR());
|
|
6437
|
-
tmp_1.
|
|
6437
|
+
tmp_1.j38_1 = tmp0_safe_receiver == null ? null : toColorOrNull(tmp0_safe_receiver);
|
|
6438
6438
|
var tmp_2 = $this;
|
|
6439
6439
|
Companion_getInstance_31();
|
|
6440
6440
|
var tmp1_safe_receiver = parser.n2t('selected-color');
|
|
6441
|
-
tmp_2.
|
|
6441
|
+
tmp_2.k38_1 = tmp1_safe_receiver == null ? null : toColorOrNull(tmp1_safe_receiver);
|
|
6442
6442
|
var tmp_3 = $this;
|
|
6443
6443
|
var tmp$ret$0;
|
|
6444
6444
|
// Inline function 'kotlin.text.orEmpty' call
|
|
@@ -6446,12 +6446,12 @@
|
|
|
6446
6446
|
var tmp0_orEmpty = parser.n2t('value');
|
|
6447
6447
|
var tmp0_elvis_lhs = tmp0_orEmpty;
|
|
6448
6448
|
tmp$ret$0 = tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
|
|
6449
|
-
tmp_3.
|
|
6449
|
+
tmp_3.l38_1 = tmp$ret$0;
|
|
6450
6450
|
var tmp_4 = $this;
|
|
6451
6451
|
var tmp$ret$1;
|
|
6452
6452
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
6453
6453
|
tmp$ret$1 = ArrayList_init_$Create$();
|
|
6454
|
-
tmp_4.
|
|
6454
|
+
tmp_4.m38_1 = tmp$ret$1;
|
|
6455
6455
|
var tmp_5 = $this;
|
|
6456
6456
|
var tmp$ret$9;
|
|
6457
6457
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseContent' call
|
|
@@ -6489,7 +6489,7 @@
|
|
|
6489
6489
|
if (tmp1_subject === 'events') {
|
|
6490
6490
|
var tmp2_this = $this;
|
|
6491
6491
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
6492
|
-
var tmp0_plusAssign = tmp2_this.
|
|
6492
|
+
var tmp0_plusAssign = tmp2_this.m38_1;
|
|
6493
6493
|
var tmp1_plusAssign = Companion_getInstance_6().x2r(parser, $this);
|
|
6494
6494
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
6495
6495
|
}
|
|
@@ -6541,7 +6541,7 @@
|
|
|
6541
6541
|
tmp$ret$7 = tmp$ret$6.u7();
|
|
6542
6542
|
tmp$ret$8 = tmp$ret$7;
|
|
6543
6543
|
tmp$ret$9 = tmp$ret$8;
|
|
6544
|
-
tmp_5.
|
|
6544
|
+
tmp_5.n38_1 = tmp$ret$9;
|
|
6545
6545
|
return $this;
|
|
6546
6546
|
}
|
|
6547
6547
|
function Option_init_$Create$(multiselect, parser) {
|
|
@@ -6560,11 +6560,11 @@
|
|
|
6560
6560
|
}
|
|
6561
6561
|
function Companion_29() {
|
|
6562
6562
|
Companion_instance_29 = this;
|
|
6563
|
-
this.
|
|
6564
|
-
this.
|
|
6565
|
-
this.
|
|
6566
|
-
this.
|
|
6567
|
-
this.
|
|
6563
|
+
this.o38_1 = 'multiselect';
|
|
6564
|
+
this.p38_1 = 'multiselect-option-background-color';
|
|
6565
|
+
this.q38_1 = 'multiselect-option-selected-color';
|
|
6566
|
+
this.r38_1 = 'option-background-color';
|
|
6567
|
+
this.s38_1 = 'option-selected-color';
|
|
6568
6568
|
}
|
|
6569
6569
|
var Companion_instance_29;
|
|
6570
6570
|
function Companion_getInstance_32() {
|
|
@@ -6585,31 +6585,31 @@
|
|
|
6585
6585
|
var tmp0_orEmpty = parser.n2t('state');
|
|
6586
6586
|
var tmp0_elvis_lhs = tmp0_orEmpty;
|
|
6587
6587
|
tmp$ret$0 = tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
|
|
6588
|
-
tmp_0.
|
|
6588
|
+
tmp_0.b39_1 = tmp$ret$0;
|
|
6589
6589
|
var tmp_1 = $this;
|
|
6590
6590
|
var tmp0_safe_receiver = parser.n2t('columns');
|
|
6591
6591
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : toIntOrNull(tmp0_safe_receiver);
|
|
6592
|
-
tmp_1.
|
|
6592
|
+
tmp_1.c39_1 = tmp1_elvis_lhs == null ? 1 : tmp1_elvis_lhs;
|
|
6593
6593
|
var tmp_2 = $this;
|
|
6594
6594
|
var tmp2_safe_receiver = parser.n2t('selection-limit');
|
|
6595
6595
|
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : toIntOrNull(tmp2_safe_receiver);
|
|
6596
|
-
tmp_2.
|
|
6596
|
+
tmp_2.d39_1 = coerceAtLeast(tmp3_elvis_lhs == null ? 1 : tmp3_elvis_lhs, 1);
|
|
6597
6597
|
var tmp_3 = $this;
|
|
6598
6598
|
var tmp4_elvis_lhs = Companion_getInstance_30().z37(parser.n2t('option-style'));
|
|
6599
|
-
tmp_3.
|
|
6599
|
+
tmp_3.e39_1 = tmp4_elvis_lhs == null ? Companion_getInstance_31().f38_1 : tmp4_elvis_lhs;
|
|
6600
6600
|
var tmp_4 = $this;
|
|
6601
6601
|
Companion_getInstance_32();
|
|
6602
6602
|
var tmp5_safe_receiver = parser.n2t('option-background-color');
|
|
6603
|
-
tmp_4.
|
|
6603
|
+
tmp_4.f39_1 = tmp5_safe_receiver == null ? null : toColorOrNull(tmp5_safe_receiver);
|
|
6604
6604
|
var tmp_5 = $this;
|
|
6605
6605
|
Companion_getInstance_32();
|
|
6606
6606
|
var tmp6_safe_receiver = parser.n2t('option-selected-color');
|
|
6607
|
-
tmp_5.
|
|
6607
|
+
tmp_5.g39_1 = tmp6_safe_receiver == null ? null : toColorOrNull(tmp6_safe_receiver);
|
|
6608
6608
|
var tmp_6 = $this;
|
|
6609
6609
|
var tmp$ret$1;
|
|
6610
6610
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
6611
6611
|
tmp$ret$1 = ArrayList_init_$Create$();
|
|
6612
|
-
tmp_6.
|
|
6612
|
+
tmp_6.h39_1 = tmp$ret$1;
|
|
6613
6613
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
6614
6614
|
$l$loop_1: while (true) {
|
|
6615
6615
|
var tmp_7 = parser.h();
|
|
@@ -6628,7 +6628,7 @@
|
|
|
6628
6628
|
if (tmp1_subject === 'option') {
|
|
6629
6629
|
var tmp2_this = $this;
|
|
6630
6630
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
6631
|
-
var tmp0_plusAssign = tmp2_this.
|
|
6631
|
+
var tmp0_plusAssign = tmp2_this.h39_1;
|
|
6632
6632
|
var tmp1_plusAssign = Option_init_$Create$($this, parser);
|
|
6633
6633
|
tmp0_plusAssign.b(tmp1_plusAssign);
|
|
6634
6634
|
}
|
|
@@ -6645,7 +6645,7 @@
|
|
|
6645
6645
|
return Multiselect_init_$Init$(parent, parser, objectCreate(protoOf(Multiselect)));
|
|
6646
6646
|
}
|
|
6647
6647
|
protoOf(Option).s2s = function () {
|
|
6648
|
-
return this.
|
|
6648
|
+
return this.n38_1;
|
|
6649
6649
|
};
|
|
6650
6650
|
protoOf(Option)._getAnalyticsEvents = function (type) {
|
|
6651
6651
|
var tmp0_subject = type;
|
|
@@ -6654,7 +6654,7 @@
|
|
|
6654
6654
|
if (tmp0 === 3) {
|
|
6655
6655
|
var tmp$ret$2;
|
|
6656
6656
|
// Inline function 'kotlin.collections.filter' call
|
|
6657
|
-
var tmp1_filter = this.
|
|
6657
|
+
var tmp1_filter = this.m38_1;
|
|
6658
6658
|
var tmp$ret$1;
|
|
6659
6659
|
// Inline function 'kotlin.collections.filterTo' call
|
|
6660
6660
|
var tmp0_filterTo = ArrayList_init_$Create$();
|
|
@@ -6686,6 +6686,46 @@
|
|
|
6686
6686
|
defineProp(protoOf(Option), 'content', function () {
|
|
6687
6687
|
return this.a2t();
|
|
6688
6688
|
});
|
|
6689
|
+
protoOf(Multiselect).b2t = function () {
|
|
6690
|
+
var tmp$ret$6;
|
|
6691
|
+
// Inline function 'kotlin.collections.flatMap' call
|
|
6692
|
+
var tmp1_flatMap = this.h39_1;
|
|
6693
|
+
var tmp$ret$5;
|
|
6694
|
+
// Inline function 'kotlin.collections.flatMapTo' call
|
|
6695
|
+
var tmp0_flatMapTo = ArrayList_init_$Create$();
|
|
6696
|
+
var tmp0_iterator = tmp1_flatMap.f();
|
|
6697
|
+
while (tmp0_iterator.g()) {
|
|
6698
|
+
var element = tmp0_iterator.h();
|
|
6699
|
+
var tmp$ret$4;
|
|
6700
|
+
// Inline function 'org.cru.godtools.shared.tool.parser.model.Multiselect.<get-tips>.<anonymous>' call
|
|
6701
|
+
var tmp$ret$3;
|
|
6702
|
+
// Inline function 'org.cru.godtools.shared.tool.parser.model.contentTips' call
|
|
6703
|
+
var tmp$ret$2;
|
|
6704
|
+
// Inline function 'kotlin.collections.flatMap' call
|
|
6705
|
+
var tmp1_flatMap_0 = element._content;
|
|
6706
|
+
var tmp$ret$1;
|
|
6707
|
+
// Inline function 'kotlin.collections.flatMapTo' call
|
|
6708
|
+
var tmp0_flatMapTo_0 = ArrayList_init_$Create$();
|
|
6709
|
+
var tmp0_iterator_0 = tmp1_flatMap_0.f();
|
|
6710
|
+
while (tmp0_iterator_0.g()) {
|
|
6711
|
+
var element_0 = tmp0_iterator_0.h();
|
|
6712
|
+
var tmp$ret$0;
|
|
6713
|
+
// Inline function 'org.cru.godtools.shared.tool.parser.model.<get-contentTips>.<anonymous>' call
|
|
6714
|
+
tmp$ret$0 = element_0.tips;
|
|
6715
|
+
var list = tmp$ret$0;
|
|
6716
|
+
addAll(tmp0_flatMapTo_0, list);
|
|
6717
|
+
}
|
|
6718
|
+
tmp$ret$1 = tmp0_flatMapTo_0;
|
|
6719
|
+
tmp$ret$2 = tmp$ret$1;
|
|
6720
|
+
tmp$ret$3 = tmp$ret$2;
|
|
6721
|
+
tmp$ret$4 = tmp$ret$3;
|
|
6722
|
+
var list_0 = tmp$ret$4;
|
|
6723
|
+
addAll(tmp0_flatMapTo, list_0);
|
|
6724
|
+
}
|
|
6725
|
+
tmp$ret$5 = tmp0_flatMapTo;
|
|
6726
|
+
tmp$ret$6 = tmp$ret$5;
|
|
6727
|
+
return tmp$ret$6;
|
|
6728
|
+
};
|
|
6689
6729
|
protoOf(Multiselect).h2s = function () {
|
|
6690
6730
|
var tmp;
|
|
6691
6731
|
var tmp_0 = this.x2o().p2t_1;
|
|
@@ -6702,8 +6742,8 @@
|
|
|
6702
6742
|
}
|
|
6703
6743
|
function Companion_30() {
|
|
6704
6744
|
Companion_instance_30 = this;
|
|
6705
|
-
this.
|
|
6706
|
-
this.
|
|
6745
|
+
this.i39_1 = 'paragraph';
|
|
6746
|
+
this.j39_1 = 'fallback';
|
|
6707
6747
|
}
|
|
6708
6748
|
var Companion_instance_30;
|
|
6709
6749
|
function Companion_getInstance_33() {
|
|
@@ -6797,7 +6837,7 @@
|
|
|
6797
6837
|
tmp$ret$6 = tmp$ret$5.u7();
|
|
6798
6838
|
tmp$ret$7 = tmp$ret$6;
|
|
6799
6839
|
tmp$ret$8 = tmp$ret$7;
|
|
6800
|
-
tmp_0.
|
|
6840
|
+
tmp_0.s39_1 = tmp$ret$8;
|
|
6801
6841
|
return $this;
|
|
6802
6842
|
}
|
|
6803
6843
|
function Paragraph_init_$Create$(parent, parser) {
|
|
@@ -6814,7 +6854,7 @@
|
|
|
6814
6854
|
content = tmp;
|
|
6815
6855
|
Content_init_$Init$_0(parent, VOID, VOID, VOID, VOID, VOID, VOID, VOID, $this);
|
|
6816
6856
|
Paragraph.call($this);
|
|
6817
|
-
$this.
|
|
6857
|
+
$this.s39_1 = content($this);
|
|
6818
6858
|
return $this;
|
|
6819
6859
|
}
|
|
6820
6860
|
function createTestParagraph(parent, content) {
|
|
@@ -6824,7 +6864,7 @@
|
|
|
6824
6864
|
return emptyList();
|
|
6825
6865
|
}
|
|
6826
6866
|
protoOf(Paragraph).s2s = function () {
|
|
6827
|
-
return this.
|
|
6867
|
+
return this.s39_1;
|
|
6828
6868
|
};
|
|
6829
6869
|
protoOf(Paragraph).b2t = function () {
|
|
6830
6870
|
var tmp$ret$3;
|
|
@@ -7017,7 +7057,7 @@
|
|
|
7017
7057
|
}
|
|
7018
7058
|
function Companion_31() {
|
|
7019
7059
|
Companion_instance_31 = this;
|
|
7020
|
-
this.
|
|
7060
|
+
this.t39_1 = 'resource';
|
|
7021
7061
|
}
|
|
7022
7062
|
var Companion_instance_31;
|
|
7023
7063
|
function Companion_getInstance_34() {
|
|
@@ -7055,7 +7095,7 @@
|
|
|
7055
7095
|
protoOf(Resource).id = function () {
|
|
7056
7096
|
return this.name;
|
|
7057
7097
|
};
|
|
7058
|
-
protoOf(Resource).
|
|
7098
|
+
protoOf(Resource).u39 = function () {
|
|
7059
7099
|
return this.localName;
|
|
7060
7100
|
};
|
|
7061
7101
|
function Resource() {
|
|
@@ -7065,9 +7105,9 @@
|
|
|
7065
7105
|
var Mode_FIXED_instance;
|
|
7066
7106
|
function Companion_32() {
|
|
7067
7107
|
Companion_instance_32 = this;
|
|
7068
|
-
this.
|
|
7108
|
+
this.v39_1 = Mode_AUTO_getInstance();
|
|
7069
7109
|
}
|
|
7070
|
-
protoOf(Companion_32).
|
|
7110
|
+
protoOf(Companion_32).w39 = function (_this__u8e3s4) {
|
|
7071
7111
|
var tmp0_subject = _this__u8e3s4;
|
|
7072
7112
|
switch (tmp0_subject) {
|
|
7073
7113
|
case 'auto':
|
|
@@ -7096,7 +7136,7 @@
|
|
|
7096
7136
|
}
|
|
7097
7137
|
function Companion_33() {
|
|
7098
7138
|
Companion_instance_33 = this;
|
|
7099
|
-
this.
|
|
7139
|
+
this.x39_1 = 'spacer';
|
|
7100
7140
|
}
|
|
7101
7141
|
var Companion_instance_33;
|
|
7102
7142
|
function Companion_getInstance_36() {
|
|
@@ -7113,13 +7153,13 @@
|
|
|
7113
7153
|
parser.t2r(2, tmp, 'spacer');
|
|
7114
7154
|
var tmp_0 = $this;
|
|
7115
7155
|
var tmp0_safe_receiver = parser.n2t('mode');
|
|
7116
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : Companion_getInstance_35().
|
|
7117
|
-
tmp_0.
|
|
7156
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : Companion_getInstance_35().w39(tmp0_safe_receiver);
|
|
7157
|
+
tmp_0.g3a_1 = tmp1_elvis_lhs == null ? Companion_getInstance_35().v39_1 : tmp1_elvis_lhs;
|
|
7118
7158
|
var tmp_1 = $this;
|
|
7119
7159
|
var tmp2_safe_receiver = parser.n2t('height');
|
|
7120
7160
|
var tmp3_safe_receiver = tmp2_safe_receiver == null ? null : toIntOrNull(tmp2_safe_receiver);
|
|
7121
7161
|
var tmp4_elvis_lhs = tmp3_safe_receiver == null ? null : coerceAtLeast(tmp3_safe_receiver, 0);
|
|
7122
|
-
tmp_1.
|
|
7162
|
+
tmp_1.h3a_1 = tmp4_elvis_lhs == null ? 0 : tmp4_elvis_lhs;
|
|
7123
7163
|
skipTag(parser);
|
|
7124
7164
|
return $this;
|
|
7125
7165
|
}
|
|
@@ -7142,8 +7182,8 @@
|
|
|
7142
7182
|
}
|
|
7143
7183
|
function Companion_34() {
|
|
7144
7184
|
Companion_instance_34 = this;
|
|
7145
|
-
this.
|
|
7146
|
-
this.
|
|
7185
|
+
this.i3a_1 = Align_START_getInstance();
|
|
7186
|
+
this.j3a_1 = 1.0;
|
|
7147
7187
|
}
|
|
7148
7188
|
var Companion_instance_34;
|
|
7149
7189
|
function Companion_getInstance_37() {
|
|
@@ -7198,7 +7238,7 @@
|
|
|
7198
7238
|
function get_textAlign_0(_this__u8e3s4) {
|
|
7199
7239
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
7200
7240
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.h2y();
|
|
7201
|
-
return tmp1_elvis_lhs == null ? Companion_getInstance_37().
|
|
7241
|
+
return tmp1_elvis_lhs == null ? Companion_getInstance_37().i3a_1 : tmp1_elvis_lhs;
|
|
7202
7242
|
}
|
|
7203
7243
|
function stylesOverride(_this__u8e3s4, textAlign, textColor, textScale) {
|
|
7204
7244
|
textAlign = textAlign === VOID ? null : textAlign;
|
|
@@ -7215,27 +7255,27 @@
|
|
|
7215
7255
|
}
|
|
7216
7256
|
function StylesOverride(parent, _textAlign, _textColor, _textScale) {
|
|
7217
7257
|
BaseModel.call(this, parent);
|
|
7218
|
-
this.
|
|
7219
|
-
this.
|
|
7220
|
-
this.
|
|
7258
|
+
this.l3a_1 = _textAlign;
|
|
7259
|
+
this.m3a_1 = _textColor;
|
|
7260
|
+
this.n3a_1 = _textScale;
|
|
7221
7261
|
}
|
|
7222
7262
|
protoOf(StylesOverride).h2y = function () {
|
|
7223
|
-
var tmp0_safe_receiver = this.
|
|
7263
|
+
var tmp0_safe_receiver = this.l3a_1;
|
|
7224
7264
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver();
|
|
7225
7265
|
return tmp1_elvis_lhs == null ? get_textAlign.call(this) : tmp1_elvis_lhs;
|
|
7226
7266
|
};
|
|
7227
7267
|
protoOf(StylesOverride).y2x = function () {
|
|
7228
|
-
var tmp0_safe_receiver = this.
|
|
7268
|
+
var tmp0_safe_receiver = this.m3a_1;
|
|
7229
7269
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver();
|
|
7230
7270
|
return tmp1_elvis_lhs == null ? get_textColor.call(this) : tmp1_elvis_lhs;
|
|
7231
7271
|
};
|
|
7232
7272
|
protoOf(StylesOverride).g2y = function () {
|
|
7233
|
-
return get_textScale.call(this) * this.
|
|
7273
|
+
return get_textScale.call(this) * this.n3a_1;
|
|
7234
7274
|
};
|
|
7235
7275
|
function Tab_init_$Init$(parent, parser, $this) {
|
|
7236
7276
|
BaseModel.call($this, parent);
|
|
7237
7277
|
Tab.call($this);
|
|
7238
|
-
$this.
|
|
7278
|
+
$this.p3a_1 = parent;
|
|
7239
7279
|
Companion_getInstance_59();
|
|
7240
7280
|
parser.t2r(2, get_XMLNS_CONTENT(), 'tab');
|
|
7241
7281
|
var tmp = $this;
|
|
@@ -7255,12 +7295,12 @@
|
|
|
7255
7295
|
var tmp0_orEmpty = tmp1_safe_receiver == null ? null : toSet_0(tmp1_safe_receiver);
|
|
7256
7296
|
var tmp0_elvis_lhs = tmp0_orEmpty;
|
|
7257
7297
|
tmp$ret$1 = tmp0_elvis_lhs == null ? emptySet() : tmp0_elvis_lhs;
|
|
7258
|
-
tmp.
|
|
7298
|
+
tmp.q3a_1 = tmp$ret$1;
|
|
7259
7299
|
var tmp_1 = $this;
|
|
7260
7300
|
var tmp$ret$2;
|
|
7261
7301
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
7262
7302
|
tmp$ret$2 = ArrayList_init_$Create$();
|
|
7263
|
-
tmp_1.
|
|
7303
|
+
tmp_1.t3a_1 = tmp$ret$2;
|
|
7264
7304
|
var label = null;
|
|
7265
7305
|
var tmp_2 = $this;
|
|
7266
7306
|
var tmp$ret$10;
|
|
@@ -7299,7 +7339,7 @@
|
|
|
7299
7339
|
if (tmp1_subject === 'events') {
|
|
7300
7340
|
var tmp2_this = $this;
|
|
7301
7341
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
7302
|
-
var tmp0_plusAssign = tmp2_this.
|
|
7342
|
+
var tmp0_plusAssign = tmp2_this.t3a_1;
|
|
7303
7343
|
var tmp1_plusAssign = Companion_getInstance_6().x2r(parser, $this);
|
|
7304
7344
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
7305
7345
|
}
|
|
@@ -7355,8 +7395,8 @@
|
|
|
7355
7395
|
tmp$ret$8 = tmp$ret$7.u7();
|
|
7356
7396
|
tmp$ret$9 = tmp$ret$8;
|
|
7357
7397
|
tmp$ret$10 = tmp$ret$9;
|
|
7358
|
-
tmp_2.
|
|
7359
|
-
$this.
|
|
7398
|
+
tmp_2.s3a_1 = tmp$ret$10;
|
|
7399
|
+
$this.r3a_1 = label;
|
|
7360
7400
|
return $this;
|
|
7361
7401
|
}
|
|
7362
7402
|
function Tab_init_$Create$(parent, parser) {
|
|
@@ -7364,7 +7404,7 @@
|
|
|
7364
7404
|
}
|
|
7365
7405
|
function Companion_35() {
|
|
7366
7406
|
Companion_instance_35 = this;
|
|
7367
|
-
this.
|
|
7407
|
+
this.u3a_1 = 'tabs';
|
|
7368
7408
|
}
|
|
7369
7409
|
var Companion_instance_35;
|
|
7370
7410
|
function Companion_getInstance_38() {
|
|
@@ -7418,14 +7458,14 @@
|
|
|
7418
7458
|
tmp$ret$0 = tmp0_apply;
|
|
7419
7459
|
tmp$ret$1 = tmp$ret$0.u7();
|
|
7420
7460
|
tmp$ret$2 = tmp$ret$1;
|
|
7421
|
-
tmp_0.
|
|
7461
|
+
tmp_0.d3b_1 = tmp$ret$2;
|
|
7422
7462
|
return $this;
|
|
7423
7463
|
}
|
|
7424
7464
|
function Tabs_init_$Create$(parent, parser) {
|
|
7425
7465
|
return Tabs_init_$Init$(parent, parser, objectCreate(protoOf(Tabs)));
|
|
7426
7466
|
}
|
|
7427
7467
|
protoOf(Tab).s2s = function () {
|
|
7428
|
-
return this.
|
|
7468
|
+
return this.s3a_1;
|
|
7429
7469
|
};
|
|
7430
7470
|
protoOf(Tab)._getAnalyticsEvents = function (type) {
|
|
7431
7471
|
var tmp0_subject = type;
|
|
@@ -7434,7 +7474,7 @@
|
|
|
7434
7474
|
if (tmp0 === 3) {
|
|
7435
7475
|
var tmp$ret$2;
|
|
7436
7476
|
// Inline function 'kotlin.collections.filter' call
|
|
7437
|
-
var tmp1_filter = this.
|
|
7477
|
+
var tmp1_filter = this.t3a_1;
|
|
7438
7478
|
var tmp$ret$1;
|
|
7439
7479
|
// Inline function 'kotlin.collections.filterTo' call
|
|
7440
7480
|
var tmp0_filterTo = ArrayList_init_$Create$();
|
|
@@ -7468,7 +7508,7 @@
|
|
|
7468
7508
|
protoOf(Tabs).b2t = function () {
|
|
7469
7509
|
var tmp$ret$6;
|
|
7470
7510
|
// Inline function 'kotlin.collections.flatMap' call
|
|
7471
|
-
var tmp1_flatMap = this.
|
|
7511
|
+
var tmp1_flatMap = this.d3b_1;
|
|
7472
7512
|
var tmp$ret$5;
|
|
7473
7513
|
// Inline function 'kotlin.collections.flatMapTo' call
|
|
7474
7514
|
var tmp0_flatMapTo = ArrayList_init_$Create$();
|
|
@@ -7514,7 +7554,7 @@
|
|
|
7514
7554
|
function Companion_36() {
|
|
7515
7555
|
Companion_instance_36 = this;
|
|
7516
7556
|
}
|
|
7517
|
-
protoOf(Companion_36).
|
|
7557
|
+
protoOf(Companion_36).e3b = function (_this__u8e3s4) {
|
|
7518
7558
|
var tmp0_subject = _this__u8e3s4;
|
|
7519
7559
|
switch (tmp0_subject) {
|
|
7520
7560
|
case 'start':
|
|
@@ -7580,7 +7620,7 @@
|
|
|
7580
7620
|
function Companion_37() {
|
|
7581
7621
|
Companion_instance_37 = this;
|
|
7582
7622
|
}
|
|
7583
|
-
protoOf(Companion_37).
|
|
7623
|
+
protoOf(Companion_37).f3b = function (_this__u8e3s4) {
|
|
7584
7624
|
var tmp$ret$3;
|
|
7585
7625
|
// Inline function 'kotlin.collections.mapNotNullTo' call
|
|
7586
7626
|
var tmp0_mapNotNullTo = get_REGEX_SEQUENCE_SEPARATOR().ec(_this__u8e3s4);
|
|
@@ -7646,9 +7686,9 @@
|
|
|
7646
7686
|
}
|
|
7647
7687
|
function Companion_38() {
|
|
7648
7688
|
Companion_instance_38 = this;
|
|
7649
|
-
this.
|
|
7650
|
-
this.
|
|
7651
|
-
this.
|
|
7689
|
+
this.g3b_1 = 'text';
|
|
7690
|
+
this.h3b_1 = 40;
|
|
7691
|
+
this.i3b_1 = 0;
|
|
7652
7692
|
}
|
|
7653
7693
|
var Companion_instance_38;
|
|
7654
7694
|
function Companion_getInstance_41() {
|
|
@@ -7665,7 +7705,7 @@
|
|
|
7665
7705
|
parser.t2r(2, tmp, 'text');
|
|
7666
7706
|
var tmp_0 = $this;
|
|
7667
7707
|
var tmp0_safe_receiver = parser.n2t('text-align');
|
|
7668
|
-
tmp_0.h37_1 = tmp0_safe_receiver == null ? null : Companion_getInstance_39().
|
|
7708
|
+
tmp_0.h37_1 = tmp0_safe_receiver == null ? null : Companion_getInstance_39().e3b(tmp0_safe_receiver);
|
|
7669
7709
|
var tmp_1 = $this;
|
|
7670
7710
|
var tmp1_safe_receiver = parser.n2t(get_XML_TEXT_COLOR());
|
|
7671
7711
|
tmp_1.i37_1 = tmp1_safe_receiver == null ? null : toColorOrNull(tmp1_safe_receiver);
|
|
@@ -7684,7 +7724,7 @@
|
|
|
7684
7724
|
var tmp$ret$0;
|
|
7685
7725
|
// Inline function 'kotlin.collections.orEmpty' call
|
|
7686
7726
|
var tmp4_safe_receiver = parser.n2t('text-style');
|
|
7687
|
-
var tmp0_orEmpty = tmp4_safe_receiver == null ? null : Companion_getInstance_40().
|
|
7727
|
+
var tmp0_orEmpty = tmp4_safe_receiver == null ? null : Companion_getInstance_40().f3b(tmp4_safe_receiver);
|
|
7688
7728
|
var tmp0_elvis_lhs = tmp0_orEmpty;
|
|
7689
7729
|
tmp$ret$0 = tmp0_elvis_lhs == null ? emptySet() : tmp0_elvis_lhs;
|
|
7690
7730
|
tmp_4._textStyles = tmp$ret$0;
|
|
@@ -7743,7 +7783,7 @@
|
|
|
7743
7783
|
tmp_12 = tmp11_elvis_lhs;
|
|
7744
7784
|
}
|
|
7745
7785
|
tmp_11.endImageSize = tmp_12;
|
|
7746
|
-
$this.text = parser.
|
|
7786
|
+
$this.text = parser.j3b();
|
|
7747
7787
|
return $this;
|
|
7748
7788
|
}
|
|
7749
7789
|
function Text_init_$Create$(parent, parser) {
|
|
@@ -7836,31 +7876,31 @@
|
|
|
7836
7876
|
protoOf(Text).g2y = function () {
|
|
7837
7877
|
return this.j37_1 * get_textScale_0(this.z2s());
|
|
7838
7878
|
};
|
|
7839
|
-
protoOf(Text).
|
|
7879
|
+
protoOf(Text).o3b = function () {
|
|
7840
7880
|
return this._textStyles;
|
|
7841
7881
|
};
|
|
7842
|
-
protoOf(Text).
|
|
7882
|
+
protoOf(Text).p3b = function () {
|
|
7843
7883
|
return this.minimumLines;
|
|
7844
7884
|
};
|
|
7845
|
-
protoOf(Text).
|
|
7885
|
+
protoOf(Text).q3b = function () {
|
|
7846
7886
|
return this.k37_1;
|
|
7847
7887
|
};
|
|
7848
|
-
protoOf(Text).
|
|
7888
|
+
protoOf(Text).r3b = function () {
|
|
7849
7889
|
return getResource(this, this.k37_1);
|
|
7850
7890
|
};
|
|
7851
|
-
protoOf(Text).
|
|
7891
|
+
protoOf(Text).s3b = function () {
|
|
7852
7892
|
return this.startImageSize;
|
|
7853
7893
|
};
|
|
7854
|
-
protoOf(Text).
|
|
7894
|
+
protoOf(Text).t3b = function () {
|
|
7855
7895
|
return this.l37_1;
|
|
7856
7896
|
};
|
|
7857
|
-
protoOf(Text).
|
|
7897
|
+
protoOf(Text).u3b = function () {
|
|
7858
7898
|
return getResource(this, this.l37_1);
|
|
7859
7899
|
};
|
|
7860
|
-
protoOf(Text).
|
|
7900
|
+
protoOf(Text).v3b = function () {
|
|
7861
7901
|
return this.endImageSize;
|
|
7862
7902
|
};
|
|
7863
|
-
protoOf(Text).
|
|
7903
|
+
protoOf(Text).w3b = function () {
|
|
7864
7904
|
var tmp$ret$0;
|
|
7865
7905
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
7866
7906
|
var tmp0_toTypedArray = this._textStyles;
|
|
@@ -7873,9 +7913,9 @@
|
|
|
7873
7913
|
defineProp(protoOf(Text), 'textAlign', protoOf(Text).h2y);
|
|
7874
7914
|
defineProp(protoOf(Text), 'textColor', protoOf(Text).y2x);
|
|
7875
7915
|
defineProp(protoOf(Text), 'textScale', protoOf(Text).g2y);
|
|
7876
|
-
defineProp(protoOf(Text), 'startImage', protoOf(Text).
|
|
7877
|
-
defineProp(protoOf(Text), 'endImage', protoOf(Text).
|
|
7878
|
-
defineProp(protoOf(Text), 'textStyles', protoOf(Text).
|
|
7916
|
+
defineProp(protoOf(Text), 'startImage', protoOf(Text).r3b);
|
|
7917
|
+
defineProp(protoOf(Text), 'endImage', protoOf(Text).u3b);
|
|
7918
|
+
defineProp(protoOf(Text), 'textStyles', protoOf(Text).w3b);
|
|
7879
7919
|
function parseTextChild(_this__u8e3s4, parent, parentNamespace, parentName, block) {
|
|
7880
7920
|
var tmp;
|
|
7881
7921
|
if (block === VOID) {
|
|
@@ -8081,8 +8121,8 @@
|
|
|
8081
8121
|
return tmp0_elvis_lhs == null ? compareTo(_Version___get_version__impl__iv3bqm($this).i(), _Version___get_version__impl__iv3bqm(other).i()) : tmp0_elvis_lhs;
|
|
8082
8122
|
}
|
|
8083
8123
|
function Version__compareTo_impl_crux23_0($this, other) {
|
|
8084
|
-
var tmp = $this.
|
|
8085
|
-
return Version__compareTo_impl_crux23(tmp, other instanceof Version ? other.
|
|
8124
|
+
var tmp = $this.x3b_1;
|
|
8125
|
+
return Version__compareTo_impl_crux23(tmp, other instanceof Version ? other.x3b_1 : THROW_CCE());
|
|
8086
8126
|
}
|
|
8087
8127
|
function Version__toString_impl_cjmhtj($this) {
|
|
8088
8128
|
return joinToString(_Version___get_version__impl__iv3bqm($this), '.');
|
|
@@ -8093,35 +8133,35 @@
|
|
|
8093
8133
|
function Version__equals_impl_tebety($this, other) {
|
|
8094
8134
|
if (!(other instanceof Version))
|
|
8095
8135
|
return false;
|
|
8096
|
-
var tmp0_other_with_cast = other instanceof Version ? other.
|
|
8136
|
+
var tmp0_other_with_cast = other instanceof Version ? other.x3b_1 : THROW_CCE();
|
|
8097
8137
|
if (!equals($this, tmp0_other_with_cast))
|
|
8098
8138
|
return false;
|
|
8099
8139
|
return true;
|
|
8100
8140
|
}
|
|
8101
8141
|
function Version(version) {
|
|
8102
8142
|
Companion_getInstance_42();
|
|
8103
|
-
this.
|
|
8143
|
+
this.x3b_1 = version;
|
|
8104
8144
|
}
|
|
8105
|
-
protoOf(Version).
|
|
8106
|
-
return Version__compareTo_impl_crux23(this.
|
|
8145
|
+
protoOf(Version).y3b = function (other) {
|
|
8146
|
+
return Version__compareTo_impl_crux23(this.x3b_1, other);
|
|
8107
8147
|
};
|
|
8108
8148
|
protoOf(Version).a6 = function (other) {
|
|
8109
8149
|
return Version__compareTo_impl_crux23_0(this, other);
|
|
8110
8150
|
};
|
|
8111
8151
|
protoOf(Version).toString = function () {
|
|
8112
|
-
return Version__toString_impl_cjmhtj(this.
|
|
8152
|
+
return Version__toString_impl_cjmhtj(this.x3b_1);
|
|
8113
8153
|
};
|
|
8114
8154
|
protoOf(Version).hashCode = function () {
|
|
8115
|
-
return Version__hashCode_impl_yaseme(this.
|
|
8155
|
+
return Version__hashCode_impl_yaseme(this.x3b_1);
|
|
8116
8156
|
};
|
|
8117
8157
|
protoOf(Version).equals = function (other) {
|
|
8118
|
-
return Version__equals_impl_tebety(this.
|
|
8158
|
+
return Version__equals_impl_tebety(this.x3b_1, other);
|
|
8119
8159
|
};
|
|
8120
8160
|
var Provider_YOUTUBE_instance;
|
|
8121
8161
|
var Provider_UNKNOWN_instance;
|
|
8122
8162
|
function Companion_40() {
|
|
8123
8163
|
Companion_instance_40 = this;
|
|
8124
|
-
this.
|
|
8164
|
+
this.z3b_1 = Provider_UNKNOWN_getInstance();
|
|
8125
8165
|
}
|
|
8126
8166
|
protoOf(Companion_40).a36 = function (value) {
|
|
8127
8167
|
var tmp0_subject = value;
|
|
@@ -8145,10 +8185,10 @@
|
|
|
8145
8185
|
}
|
|
8146
8186
|
function Companion_41() {
|
|
8147
8187
|
Companion_instance_41 = this;
|
|
8148
|
-
this.
|
|
8149
|
-
this.
|
|
8150
|
-
this.
|
|
8151
|
-
this.
|
|
8188
|
+
this.a3c_1 = 'video';
|
|
8189
|
+
this.b3c_1 = new AspectRatio(16, 9);
|
|
8190
|
+
this.c3c_1 = Horizontal_CENTER_getInstance();
|
|
8191
|
+
this.d3c_1 = new Percent(1.0);
|
|
8152
8192
|
}
|
|
8153
8193
|
var Companion_instance_41;
|
|
8154
8194
|
function Companion_getInstance_44() {
|
|
@@ -8168,15 +8208,15 @@
|
|
|
8168
8208
|
parser.t2r(2, tmp, 'video');
|
|
8169
8209
|
var tmp_0 = $this;
|
|
8170
8210
|
var tmp0_elvis_lhs = Companion_getInstance_43().a36(parser.n2t('provider'));
|
|
8171
|
-
tmp_0.
|
|
8172
|
-
$this.
|
|
8211
|
+
tmp_0.m3c_1 = tmp0_elvis_lhs == null ? Companion_getInstance_43().z3b_1 : tmp0_elvis_lhs;
|
|
8212
|
+
$this.n3c_1 = parser.n2t('video-id');
|
|
8173
8213
|
var tmp_1 = $this;
|
|
8174
8214
|
var tmp1_elvis_lhs = Companion_getInstance_8().s2v(parser.n2t('aspect-ratio'));
|
|
8175
|
-
tmp_1.
|
|
8215
|
+
tmp_1.o3c_1 = tmp1_elvis_lhs == null ? Companion_getInstance_44().b3c_1 : tmp1_elvis_lhs;
|
|
8176
8216
|
var tmp_2 = $this;
|
|
8177
8217
|
var tmp2_safe_receiver = Companion_getInstance_22().a2x(parser.n2t('gravity'));
|
|
8178
8218
|
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.horizontal;
|
|
8179
|
-
tmp_2.
|
|
8219
|
+
tmp_2.p3c_1 = tmp3_elvis_lhs == null ? Companion_getInstance_44().c3c_1 : tmp3_elvis_lhs;
|
|
8180
8220
|
var tmp_3 = $this;
|
|
8181
8221
|
var tmp4_safe_receiver = Companion_getInstance_16().b2x(parser.n2t('width'));
|
|
8182
8222
|
var tmp_4;
|
|
@@ -8199,7 +8239,7 @@
|
|
|
8199
8239
|
tmp_4 = tmp$ret$1;
|
|
8200
8240
|
}
|
|
8201
8241
|
var tmp5_elvis_lhs = tmp_4;
|
|
8202
|
-
tmp_3.
|
|
8242
|
+
tmp_3.q3c_1 = tmp5_elvis_lhs == null ? Companion_getInstance_44().d3c_1 : tmp5_elvis_lhs;
|
|
8203
8243
|
skipTag(parser);
|
|
8204
8244
|
return $this;
|
|
8205
8245
|
}
|
|
@@ -8215,7 +8255,7 @@
|
|
|
8215
8255
|
return Provider_UNKNOWN_instance;
|
|
8216
8256
|
}
|
|
8217
8257
|
protoOf(Video).h2s = function () {
|
|
8218
|
-
return (protoOf(Content).h2s.call(this) ? true : this.
|
|
8258
|
+
return (protoOf(Content).h2s.call(this) ? true : this.m3c_1.equals(Provider_UNKNOWN_getInstance())) ? true : this.n3c_1 == null;
|
|
8219
8259
|
};
|
|
8220
8260
|
function Video() {
|
|
8221
8261
|
Companion_getInstance_44();
|
|
@@ -8269,12 +8309,12 @@
|
|
|
8269
8309
|
var tmp$ret$0;
|
|
8270
8310
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
8271
8311
|
tmp$ret$0 = ArrayList_init_$Create$();
|
|
8272
|
-
tmp_0.
|
|
8312
|
+
tmp_0.j3d_1 = tmp$ret$0;
|
|
8273
8313
|
var tmp_1 = $this;
|
|
8274
8314
|
var tmp$ret$1;
|
|
8275
8315
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
8276
8316
|
tmp$ret$1 = ArrayList_init_$Create$();
|
|
8277
|
-
tmp_1.
|
|
8317
|
+
tmp_1.k3d_1 = tmp$ret$1;
|
|
8278
8318
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
8279
8319
|
$l$loop_4: while (true) {
|
|
8280
8320
|
var tmp_2 = parser.h();
|
|
@@ -8294,7 +8334,7 @@
|
|
|
8294
8334
|
if (tmp1_subject === 'events') {
|
|
8295
8335
|
var tmp2_this = $this;
|
|
8296
8336
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
8297
|
-
var tmp0_plusAssign = tmp2_this.
|
|
8337
|
+
var tmp0_plusAssign = tmp2_this.j3d_1;
|
|
8298
8338
|
var tmp1_plusAssign = Companion_getInstance_6().x2r(parser, $this);
|
|
8299
8339
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
8300
8340
|
}
|
|
@@ -8303,7 +8343,7 @@
|
|
|
8303
8343
|
if (tmp3_subject === 'content') {
|
|
8304
8344
|
var tmp4_this = $this;
|
|
8305
8345
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
8306
|
-
var tmp3_plusAssign = tmp4_this.
|
|
8346
|
+
var tmp3_plusAssign = tmp4_this.k3d_1;
|
|
8307
8347
|
var tmp$ret$10;
|
|
8308
8348
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseContent' call
|
|
8309
8349
|
var tmp$ret$9;
|
|
@@ -8397,13 +8437,13 @@
|
|
|
8397
8437
|
function LessonPage_init_$Create$(manifest, fileName, parser) {
|
|
8398
8438
|
return LessonPage_init_$Init$(manifest, fileName, parser, objectCreate(protoOf(LessonPage)));
|
|
8399
8439
|
}
|
|
8400
|
-
protoOf(LessonPage).
|
|
8401
|
-
return this.
|
|
8440
|
+
protoOf(LessonPage).l3d = function () {
|
|
8441
|
+
return this.j3d_1;
|
|
8402
8442
|
};
|
|
8403
8443
|
protoOf(LessonPage).s2s = function () {
|
|
8404
|
-
return this.
|
|
8444
|
+
return this.k3d_1;
|
|
8405
8445
|
};
|
|
8406
|
-
protoOf(LessonPage).
|
|
8446
|
+
protoOf(LessonPage).m3d = function (type) {
|
|
8407
8447
|
return type.equals(Type_LESSON_getInstance());
|
|
8408
8448
|
};
|
|
8409
8449
|
function LessonPage() {
|
|
@@ -8416,9 +8456,9 @@
|
|
|
8416
8456
|
});
|
|
8417
8457
|
function Companion_42() {
|
|
8418
8458
|
Companion_instance_42 = this;
|
|
8419
|
-
this.
|
|
8420
|
-
this.
|
|
8421
|
-
this.
|
|
8459
|
+
this.n3e_1 = 'card';
|
|
8460
|
+
this.o3e_1 = 'id';
|
|
8461
|
+
this.p3e_1 = 'content';
|
|
8422
8462
|
}
|
|
8423
8463
|
var Companion_instance_42;
|
|
8424
8464
|
function Companion_getInstance_45() {
|
|
@@ -8429,27 +8469,27 @@
|
|
|
8429
8469
|
function Card_init_$Init$_0(page, parser, $this) {
|
|
8430
8470
|
BaseModel.call($this, page);
|
|
8431
8471
|
Card_0.call($this);
|
|
8432
|
-
$this.
|
|
8472
|
+
$this.r3e_1 = page;
|
|
8433
8473
|
Companion_getInstance_59();
|
|
8434
8474
|
var tmp = get_XMLNS_PAGE();
|
|
8435
8475
|
Companion_getInstance_45();
|
|
8436
8476
|
parser.t2r(2, tmp, 'card');
|
|
8437
8477
|
var tmp_0 = $this;
|
|
8438
8478
|
Companion_getInstance_45();
|
|
8439
|
-
tmp_0.
|
|
8479
|
+
tmp_0.s3e_1 = parser.n2t('id');
|
|
8440
8480
|
var tmp_1 = $this;
|
|
8441
8481
|
var tmp0_safe_receiver = parser.n2t(get_XML_BACKGROUND_COLOR());
|
|
8442
|
-
tmp_1.
|
|
8482
|
+
tmp_1.t3e_1 = tmp0_safe_receiver == null ? null : toColorOrNull(tmp0_safe_receiver);
|
|
8443
8483
|
var tmp_2 = $this;
|
|
8444
8484
|
var tmp$ret$0;
|
|
8445
8485
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
8446
8486
|
tmp$ret$0 = ArrayList_init_$Create$();
|
|
8447
|
-
tmp_2.
|
|
8487
|
+
tmp_2.u3e_1 = tmp$ret$0;
|
|
8448
8488
|
var tmp_3 = $this;
|
|
8449
8489
|
var tmp$ret$1;
|
|
8450
8490
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
8451
8491
|
tmp$ret$1 = ArrayList_init_$Create$();
|
|
8452
|
-
tmp_3.
|
|
8492
|
+
tmp_3.v3e_1 = tmp$ret$1;
|
|
8453
8493
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
8454
8494
|
$l$loop_4: while (true) {
|
|
8455
8495
|
var tmp_4 = parser.h();
|
|
@@ -8469,7 +8509,7 @@
|
|
|
8469
8509
|
if (tmp1_subject === 'events') {
|
|
8470
8510
|
var tmp2_this = $this;
|
|
8471
8511
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
8472
|
-
var tmp0_plusAssign = tmp2_this.
|
|
8512
|
+
var tmp0_plusAssign = tmp2_this.u3e_1;
|
|
8473
8513
|
var tmp1_plusAssign = Companion_getInstance_6().x2r(parser, $this);
|
|
8474
8514
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
8475
8515
|
}
|
|
@@ -8479,7 +8519,7 @@
|
|
|
8479
8519
|
if (tmp3_subject === 'content') {
|
|
8480
8520
|
var tmp4_this = $this;
|
|
8481
8521
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
8482
|
-
var tmp3_plusAssign = tmp4_this.
|
|
8522
|
+
var tmp3_plusAssign = tmp4_this.v3e_1;
|
|
8483
8523
|
var tmp$ret$10;
|
|
8484
8524
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseContent' call
|
|
8485
8525
|
var tmp$ret$9;
|
|
@@ -8575,7 +8615,7 @@
|
|
|
8575
8615
|
}
|
|
8576
8616
|
function Companion_43() {
|
|
8577
8617
|
Companion_instance_43 = this;
|
|
8578
|
-
this.
|
|
8618
|
+
this.w3e_1 = 'cardcollection';
|
|
8579
8619
|
}
|
|
8580
8620
|
var Companion_instance_43;
|
|
8581
8621
|
function Companion_getInstance_46() {
|
|
@@ -8592,17 +8632,17 @@
|
|
|
8592
8632
|
parser.t2r(2, tmp, 'page');
|
|
8593
8633
|
var tmp_0 = Companion_getInstance_48();
|
|
8594
8634
|
Companion_getInstance_46();
|
|
8595
|
-
tmp_0.
|
|
8635
|
+
tmp_0.x3e(parser, 'cardcollection');
|
|
8596
8636
|
var tmp_1 = $this;
|
|
8597
8637
|
var tmp$ret$0;
|
|
8598
8638
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
8599
8639
|
tmp$ret$0 = ArrayList_init_$Create$();
|
|
8600
|
-
tmp_1.
|
|
8640
|
+
tmp_1.q3f_1 = tmp$ret$0;
|
|
8601
8641
|
var tmp_2 = $this;
|
|
8602
8642
|
var tmp$ret$1;
|
|
8603
8643
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
8604
8644
|
tmp$ret$1 = ArrayList_init_$Create$();
|
|
8605
|
-
tmp_2.
|
|
8645
|
+
tmp_2.r3f_1 = tmp$ret$1;
|
|
8606
8646
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
8607
8647
|
$l$loop_1: while (true) {
|
|
8608
8648
|
var tmp_3 = parser.h();
|
|
@@ -8622,7 +8662,7 @@
|
|
|
8622
8662
|
if (tmp1_subject === 'events') {
|
|
8623
8663
|
var tmp2_this = $this;
|
|
8624
8664
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
8625
|
-
var tmp0_plusAssign = tmp2_this.
|
|
8665
|
+
var tmp0_plusAssign = tmp2_this.q3f_1;
|
|
8626
8666
|
var tmp1_plusAssign = Companion_getInstance_6().x2r(parser, $this);
|
|
8627
8667
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
8628
8668
|
}
|
|
@@ -8631,7 +8671,7 @@
|
|
|
8631
8671
|
if (tmp3_subject === 'cards') {
|
|
8632
8672
|
var tmp4_this = $this;
|
|
8633
8673
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
8634
|
-
var tmp2_plusAssign = tmp4_this.
|
|
8674
|
+
var tmp2_plusAssign = tmp4_this.r3f_1;
|
|
8635
8675
|
var tmp3_plusAssign = parseCards($this, parser);
|
|
8636
8676
|
addAll(tmp2_plusAssign, tmp3_plusAssign);
|
|
8637
8677
|
}
|
|
@@ -8693,7 +8733,7 @@
|
|
|
8693
8733
|
return tmp$ret$2;
|
|
8694
8734
|
}
|
|
8695
8735
|
protoOf(Card_0).s2s = function () {
|
|
8696
|
-
return this.
|
|
8736
|
+
return this.v3e_1;
|
|
8697
8737
|
};
|
|
8698
8738
|
protoOf(Card_0)._getAnalyticsEvents = function (type) {
|
|
8699
8739
|
var tmp0_subject = type;
|
|
@@ -8703,7 +8743,7 @@
|
|
|
8703
8743
|
case 1:
|
|
8704
8744
|
var tmp$ret$2;
|
|
8705
8745
|
// Inline function 'kotlin.collections.filter' call
|
|
8706
|
-
var tmp1_filter = this.
|
|
8746
|
+
var tmp1_filter = this.u3e_1;
|
|
8707
8747
|
var tmp$ret$1;
|
|
8708
8748
|
// Inline function 'kotlin.collections.filterTo' call
|
|
8709
8749
|
var tmp0_filterTo = ArrayList_init_$Create$();
|
|
@@ -8725,7 +8765,7 @@
|
|
|
8725
8765
|
case 2:
|
|
8726
8766
|
var tmp$ret$5;
|
|
8727
8767
|
// Inline function 'kotlin.collections.filter' call
|
|
8728
|
-
var tmp3_filter = this.
|
|
8768
|
+
var tmp3_filter = this.u3e_1;
|
|
8729
8769
|
var tmp$ret$4;
|
|
8730
8770
|
// Inline function 'kotlin.collections.filterTo' call
|
|
8731
8771
|
var tmp2_filterTo = ArrayList_init_$Create$();
|
|
@@ -8759,10 +8799,10 @@
|
|
|
8759
8799
|
defineProp(protoOf(Card_0), 'content', function () {
|
|
8760
8800
|
return this.a2t();
|
|
8761
8801
|
});
|
|
8762
|
-
protoOf(CardCollectionPage).
|
|
8763
|
-
return this.
|
|
8802
|
+
protoOf(CardCollectionPage).l3d = function () {
|
|
8803
|
+
return this.q3f_1;
|
|
8764
8804
|
};
|
|
8765
|
-
protoOf(CardCollectionPage).
|
|
8805
|
+
protoOf(CardCollectionPage).m3d = function (type) {
|
|
8766
8806
|
return type.equals(Type_CYOA_getInstance());
|
|
8767
8807
|
};
|
|
8768
8808
|
function CardCollectionPage() {
|
|
@@ -8798,7 +8838,7 @@
|
|
|
8798
8838
|
}
|
|
8799
8839
|
function Companion_44() {
|
|
8800
8840
|
Companion_instance_44 = this;
|
|
8801
|
-
this.
|
|
8841
|
+
this.s3f_1 = 'content';
|
|
8802
8842
|
}
|
|
8803
8843
|
var Companion_instance_44;
|
|
8804
8844
|
function Companion_getInstance_47() {
|
|
@@ -8815,17 +8855,17 @@
|
|
|
8815
8855
|
parser.t2r(2, tmp, 'page');
|
|
8816
8856
|
var tmp_0 = Companion_getInstance_48();
|
|
8817
8857
|
Companion_getInstance_47();
|
|
8818
|
-
tmp_0.
|
|
8858
|
+
tmp_0.x3e(parser, 'content');
|
|
8819
8859
|
var tmp_1 = $this;
|
|
8820
8860
|
var tmp$ret$0;
|
|
8821
8861
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
8822
8862
|
tmp$ret$0 = ArrayList_init_$Create$();
|
|
8823
|
-
tmp_1.
|
|
8863
|
+
tmp_1.l3g_1 = tmp$ret$0;
|
|
8824
8864
|
var tmp_2 = $this;
|
|
8825
8865
|
var tmp$ret$1;
|
|
8826
8866
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
8827
8867
|
tmp$ret$1 = ArrayList_init_$Create$();
|
|
8828
|
-
tmp_2.
|
|
8868
|
+
tmp_2.m3g_1 = tmp$ret$1;
|
|
8829
8869
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
8830
8870
|
$l$loop_4: while (true) {
|
|
8831
8871
|
var tmp_3 = parser.h();
|
|
@@ -8845,7 +8885,7 @@
|
|
|
8845
8885
|
if (tmp1_subject === 'events') {
|
|
8846
8886
|
var tmp2_this = $this;
|
|
8847
8887
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
8848
|
-
var tmp0_plusAssign = tmp2_this.
|
|
8888
|
+
var tmp0_plusAssign = tmp2_this.l3g_1;
|
|
8849
8889
|
var tmp1_plusAssign = Companion_getInstance_6().x2r(parser, $this);
|
|
8850
8890
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
8851
8891
|
}
|
|
@@ -8854,7 +8894,7 @@
|
|
|
8854
8894
|
if (tmp3_subject === 'content') {
|
|
8855
8895
|
var tmp4_this = $this;
|
|
8856
8896
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
8857
|
-
var tmp3_plusAssign = tmp4_this.
|
|
8897
|
+
var tmp3_plusAssign = tmp4_this.m3g_1;
|
|
8858
8898
|
var tmp$ret$10;
|
|
8859
8899
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseContent' call
|
|
8860
8900
|
var tmp$ret$9;
|
|
@@ -8948,13 +8988,13 @@
|
|
|
8948
8988
|
function ContentPage_init_$Create$(manifest, fileName, parser) {
|
|
8949
8989
|
return ContentPage_init_$Init$(manifest, fileName, parser, objectCreate(protoOf(ContentPage)));
|
|
8950
8990
|
}
|
|
8951
|
-
protoOf(ContentPage).
|
|
8952
|
-
return this.
|
|
8991
|
+
protoOf(ContentPage).l3d = function () {
|
|
8992
|
+
return this.l3g_1;
|
|
8953
8993
|
};
|
|
8954
8994
|
protoOf(ContentPage).s2s = function () {
|
|
8955
|
-
return this.
|
|
8995
|
+
return this.m3g_1;
|
|
8956
8996
|
};
|
|
8957
|
-
protoOf(ContentPage).
|
|
8997
|
+
protoOf(ContentPage).m3d = function (type) {
|
|
8958
8998
|
return type.equals(Type_CYOA_getInstance());
|
|
8959
8999
|
};
|
|
8960
9000
|
function ContentPage() {
|
|
@@ -9019,7 +9059,7 @@
|
|
|
9019
9059
|
var tmp_2;
|
|
9020
9060
|
var tmp$ret$0;
|
|
9021
9061
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.page.Companion.parse.<anonymous>' call
|
|
9022
|
-
tmp$ret$0 = tmp1_safe_receiver.
|
|
9062
|
+
tmp$ret$0 = tmp1_safe_receiver.m3d(manifest.type);
|
|
9023
9063
|
if (tmp$ret$0) {
|
|
9024
9064
|
tmp_2 = tmp1_safe_receiver;
|
|
9025
9065
|
} else {
|
|
@@ -9030,7 +9070,7 @@
|
|
|
9030
9070
|
}
|
|
9031
9071
|
return tmp_1;
|
|
9032
9072
|
};
|
|
9033
|
-
protoOf(Companion_45).
|
|
9073
|
+
protoOf(Companion_45).x3e = function (_this__u8e3s4, type) {
|
|
9034
9074
|
var actual = _this__u8e3s4.m2v(get_XMLNS_XSI(), 'type');
|
|
9035
9075
|
if (!(type === actual))
|
|
9036
9076
|
throw new XmlPullParserException('expected ' + type + ' not ' + actual);
|
|
@@ -9047,9 +9087,9 @@
|
|
|
9047
9087
|
Companion_getInstance_59();
|
|
9048
9088
|
Companion_getInstance_48();
|
|
9049
9089
|
parser.t2r(2, null, 'page');
|
|
9050
|
-
$this.
|
|
9051
|
-
$this.
|
|
9052
|
-
$this.
|
|
9090
|
+
$this.q3d_1 = parser.n2t('id');
|
|
9091
|
+
$this.r3d_1 = fileName;
|
|
9092
|
+
$this.s3d_1 = parser.m2v(get_XMLNS_CYOA(), 'parent');
|
|
9053
9093
|
var tmp = $this;
|
|
9054
9094
|
var tmp0_safe_receiver = parser.n2t('hidden');
|
|
9055
9095
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : toBoolean(tmp0_safe_receiver);
|
|
@@ -9068,44 +9108,44 @@
|
|
|
9068
9108
|
tmp_1._dismissListeners = toSet_0(tmp$ret$1);
|
|
9069
9109
|
var tmp_2 = $this;
|
|
9070
9110
|
var tmp2_safe_receiver = parser.n2t(get_XML_PRIMARY_COLOR());
|
|
9071
|
-
tmp_2.
|
|
9111
|
+
tmp_2.t3d_1 = tmp2_safe_receiver == null ? null : toColorOrNull(tmp2_safe_receiver);
|
|
9072
9112
|
var tmp_3 = $this;
|
|
9073
9113
|
var tmp3_safe_receiver = parser.n2t(get_XML_PRIMARY_TEXT_COLOR());
|
|
9074
|
-
tmp_3.
|
|
9114
|
+
tmp_3.u3d_1 = tmp3_safe_receiver == null ? null : toColorOrNull(tmp3_safe_receiver);
|
|
9075
9115
|
var tmp_4 = $this;
|
|
9076
9116
|
var tmp4_safe_receiver = parser.n2t(get_XML_BACKGROUND_COLOR());
|
|
9077
9117
|
var tmp5_elvis_lhs = tmp4_safe_receiver == null ? null : toColorOrNull(tmp4_safe_receiver);
|
|
9078
|
-
tmp_4.
|
|
9079
|
-
$this.
|
|
9118
|
+
tmp_4.v3d_1 = tmp5_elvis_lhs == null ? Companion_getInstance_48().g33_1 : tmp5_elvis_lhs;
|
|
9119
|
+
$this.w3d_1 = parser.n2t(get_XML_BACKGROUND_IMAGE());
|
|
9080
9120
|
var tmp_5 = $this;
|
|
9081
9121
|
var tmp6_safe_receiver = parser.n2t(get_XML_BACKGROUND_IMAGE_GRAVITY());
|
|
9082
9122
|
var tmp7_elvis_lhs = tmp6_safe_receiver == null ? null : Companion_getInstance_22().a2x(tmp6_safe_receiver);
|
|
9083
|
-
tmp_5.
|
|
9123
|
+
tmp_5.x3d_1 = tmp7_elvis_lhs == null ? Companion_getInstance_48().h33_1 : tmp7_elvis_lhs;
|
|
9084
9124
|
var tmp_6 = $this;
|
|
9085
9125
|
var tmp8_safe_receiver = parser.n2t(get_XML_BACKGROUND_IMAGE_SCALE_TYPE());
|
|
9086
9126
|
var tmp9_elvis_lhs = tmp8_safe_receiver == null ? null : Companion_getInstance_24().k31(tmp8_safe_receiver);
|
|
9087
|
-
tmp_6.
|
|
9127
|
+
tmp_6.y3d_1 = tmp9_elvis_lhs == null ? Companion_getInstance_48().i33_1 : tmp9_elvis_lhs;
|
|
9088
9128
|
var tmp_7 = $this;
|
|
9089
9129
|
var tmp10_safe_receiver = parser.n2t(get_XML_CONTROL_COLOR());
|
|
9090
|
-
tmp_7.
|
|
9130
|
+
tmp_7.z3d_1 = tmp10_safe_receiver == null ? null : toColorOrNull(tmp10_safe_receiver);
|
|
9091
9131
|
var tmp_8 = $this;
|
|
9092
9132
|
var tmp_9 = get_XMLNS_CONTENT();
|
|
9093
9133
|
Companion_getInstance_12();
|
|
9094
9134
|
var tmp11_safe_receiver = parser.m2v(tmp_9, 'card-background-color');
|
|
9095
|
-
tmp_8.
|
|
9135
|
+
tmp_8.a3e_1 = tmp11_safe_receiver == null ? null : toColorOrNull(tmp11_safe_receiver);
|
|
9096
9136
|
var tmp_10 = $this;
|
|
9097
9137
|
var tmp_11 = get_XMLNS_CONTENT();
|
|
9098
9138
|
Companion_getInstance_32();
|
|
9099
9139
|
var tmp12_safe_receiver = parser.m2v(tmp_11, 'multiselect-option-background-color');
|
|
9100
|
-
tmp_10.
|
|
9140
|
+
tmp_10.b3e_1 = tmp12_safe_receiver == null ? null : toColorOrNull(tmp12_safe_receiver);
|
|
9101
9141
|
var tmp_12 = $this;
|
|
9102
9142
|
var tmp_13 = get_XMLNS_CONTENT();
|
|
9103
9143
|
Companion_getInstance_32();
|
|
9104
9144
|
var tmp13_safe_receiver = parser.m2v(tmp_13, 'multiselect-option-selected-color');
|
|
9105
|
-
tmp_12.
|
|
9145
|
+
tmp_12.c3e_1 = tmp13_safe_receiver == null ? null : toColorOrNull(tmp13_safe_receiver);
|
|
9106
9146
|
var tmp_14 = $this;
|
|
9107
9147
|
var tmp14_safe_receiver = parser.n2t(get_XML_TEXT_COLOR());
|
|
9108
|
-
tmp_14.
|
|
9148
|
+
tmp_14.d3e_1 = tmp14_safe_receiver == null ? null : toColorOrNull(tmp14_safe_receiver);
|
|
9109
9149
|
var tmp_15 = $this;
|
|
9110
9150
|
var tmp15_safe_receiver = parser.n2t(get_XML_TEXT_SCALE());
|
|
9111
9151
|
var tmp16_elvis_lhs = tmp15_safe_receiver == null ? null : toDoubleOrNull(tmp15_safe_receiver);
|
|
@@ -9116,7 +9156,7 @@
|
|
|
9116
9156
|
} else {
|
|
9117
9157
|
tmp_16 = tmp16_elvis_lhs;
|
|
9118
9158
|
}
|
|
9119
|
-
tmp_15.
|
|
9159
|
+
tmp_15.e3e_1 = tmp_16;
|
|
9120
9160
|
return $this;
|
|
9121
9161
|
}
|
|
9122
9162
|
function Page_init_$Init$_0(manifest, id, fileName, parentPage, primaryColor, backgroundColor, backgroundImage, backgroundImageGravity, backgroundImageScaleType, controlColor, cardBackgroundColor, textColor, textScale, $this) {
|
|
@@ -9142,30 +9182,30 @@
|
|
|
9142
9182
|
textScale = tmp;
|
|
9143
9183
|
BaseModel.call($this, manifest);
|
|
9144
9184
|
Page.call($this);
|
|
9145
|
-
$this.
|
|
9146
|
-
$this.
|
|
9147
|
-
$this.
|
|
9185
|
+
$this.q3d_1 = id;
|
|
9186
|
+
$this.r3d_1 = fileName;
|
|
9187
|
+
$this.s3d_1 = parentPage;
|
|
9148
9188
|
$this.isHidden = false;
|
|
9149
9189
|
$this._listeners = emptySet();
|
|
9150
9190
|
$this._dismissListeners = emptySet();
|
|
9151
|
-
$this.
|
|
9191
|
+
$this.t3d_1 = primaryColor;
|
|
9192
|
+
$this.u3d_1 = null;
|
|
9193
|
+
$this.v3d_1 = backgroundColor;
|
|
9194
|
+
$this.w3d_1 = backgroundImage;
|
|
9195
|
+
$this.x3d_1 = backgroundImageGravity;
|
|
9196
|
+
$this.y3d_1 = backgroundImageScaleType;
|
|
9197
|
+
$this.z3d_1 = controlColor;
|
|
9198
|
+
$this.a3e_1 = cardBackgroundColor;
|
|
9152
9199
|
$this.b3e_1 = null;
|
|
9153
|
-
$this.c3e_1 =
|
|
9154
|
-
$this.d3e_1 =
|
|
9155
|
-
$this.e3e_1 =
|
|
9156
|
-
$this.f3e_1 = backgroundImageScaleType;
|
|
9157
|
-
$this.g3e_1 = controlColor;
|
|
9158
|
-
$this.h3e_1 = cardBackgroundColor;
|
|
9159
|
-
$this.i3e_1 = null;
|
|
9160
|
-
$this.j3e_1 = null;
|
|
9161
|
-
$this.k3e_1 = textColor;
|
|
9162
|
-
$this.l3e_1 = textScale;
|
|
9200
|
+
$this.c3e_1 = null;
|
|
9201
|
+
$this.d3e_1 = textColor;
|
|
9202
|
+
$this.e3e_1 = textScale;
|
|
9163
9203
|
return $this;
|
|
9164
9204
|
}
|
|
9165
9205
|
function Page$id$delegate$lambda(this$0) {
|
|
9166
9206
|
return function () {
|
|
9167
|
-
var tmp0_elvis_lhs = this$0.
|
|
9168
|
-
var tmp1_elvis_lhs = tmp0_elvis_lhs == null ? this$0.
|
|
9207
|
+
var tmp0_elvis_lhs = this$0.q3d_1;
|
|
9208
|
+
var tmp1_elvis_lhs = tmp0_elvis_lhs == null ? this$0.r3d_1 : tmp0_elvis_lhs;
|
|
9169
9209
|
return tmp1_elvis_lhs == null ? '' + this$0.x2o().code + '-' + this$0.position : tmp1_elvis_lhs;
|
|
9170
9210
|
};
|
|
9171
9211
|
}
|
|
@@ -9178,76 +9218,76 @@
|
|
|
9178
9218
|
var tmp$ret$0;
|
|
9179
9219
|
// Inline function 'kotlin.getValue' call
|
|
9180
9220
|
var tmp0_getValue = id$factory();
|
|
9181
|
-
tmp$ret$0 = this.
|
|
9221
|
+
tmp$ret$0 = this.o3d_1.o1();
|
|
9182
9222
|
return tmp$ret$0;
|
|
9183
9223
|
};
|
|
9184
|
-
protoOf(Page).
|
|
9224
|
+
protoOf(Page).f3e = function () {
|
|
9185
9225
|
var tmp$ret$0;
|
|
9186
9226
|
// Inline function 'kotlin.getValue' call
|
|
9187
9227
|
var tmp0_getValue = position$factory();
|
|
9188
|
-
tmp$ret$0 = this.
|
|
9228
|
+
tmp$ret$0 = this.p3d_1.o1();
|
|
9189
9229
|
return tmp$ret$0;
|
|
9190
9230
|
};
|
|
9191
|
-
protoOf(Page).
|
|
9192
|
-
return this.
|
|
9231
|
+
protoOf(Page).g3e = function () {
|
|
9232
|
+
return this.r3d_1;
|
|
9193
9233
|
};
|
|
9194
|
-
protoOf(Page).
|
|
9195
|
-
return this.x2o().findPage(this.
|
|
9234
|
+
protoOf(Page).h3e = function () {
|
|
9235
|
+
return this.x2o().findPage(this.s3d_1);
|
|
9196
9236
|
};
|
|
9197
|
-
protoOf(Page).
|
|
9237
|
+
protoOf(Page).i3e = function () {
|
|
9198
9238
|
return this.isHidden;
|
|
9199
9239
|
};
|
|
9200
|
-
protoOf(Page).
|
|
9240
|
+
protoOf(Page).j3e = function () {
|
|
9201
9241
|
return this._listeners;
|
|
9202
9242
|
};
|
|
9203
9243
|
protoOf(Page).q36 = function () {
|
|
9204
9244
|
return this._dismissListeners;
|
|
9205
9245
|
};
|
|
9206
9246
|
protoOf(Page).a2y = function () {
|
|
9207
|
-
var tmp0_elvis_lhs = this.
|
|
9247
|
+
var tmp0_elvis_lhs = this.t3d_1;
|
|
9208
9248
|
return tmp0_elvis_lhs == null ? get_primaryColor_0(this.z2s()) : tmp0_elvis_lhs;
|
|
9209
9249
|
};
|
|
9210
9250
|
protoOf(Page).b2y = function () {
|
|
9211
|
-
var tmp0_elvis_lhs = this.
|
|
9251
|
+
var tmp0_elvis_lhs = this.u3d_1;
|
|
9212
9252
|
return tmp0_elvis_lhs == null ? get_primaryTextColor_0(this.z2s()) : tmp0_elvis_lhs;
|
|
9213
9253
|
};
|
|
9214
9254
|
protoOf(Page).t36 = function () {
|
|
9215
|
-
return this.
|
|
9255
|
+
return this.v3d_1;
|
|
9216
9256
|
};
|
|
9217
|
-
protoOf(Page).
|
|
9218
|
-
return this.
|
|
9257
|
+
protoOf(Page).k3e = function () {
|
|
9258
|
+
return this.w3d_1;
|
|
9219
9259
|
};
|
|
9220
9260
|
protoOf(Page).u36 = function () {
|
|
9221
|
-
return getResource(this, this.
|
|
9261
|
+
return getResource(this, this.w3d_1);
|
|
9222
9262
|
};
|
|
9223
9263
|
protoOf(Page).v36 = function () {
|
|
9224
|
-
return this.
|
|
9264
|
+
return this.x3d_1;
|
|
9225
9265
|
};
|
|
9226
9266
|
protoOf(Page).w36 = function () {
|
|
9227
|
-
return this.
|
|
9267
|
+
return this.y3d_1;
|
|
9228
9268
|
};
|
|
9229
|
-
protoOf(Page).
|
|
9230
|
-
var tmp0_elvis_lhs = this.
|
|
9269
|
+
protoOf(Page).l3e = function () {
|
|
9270
|
+
var tmp0_elvis_lhs = this.z3d_1;
|
|
9231
9271
|
return tmp0_elvis_lhs == null ? this.x2o().a2u_1 : tmp0_elvis_lhs;
|
|
9232
9272
|
};
|
|
9233
9273
|
protoOf(Page).d2y = function () {
|
|
9234
|
-
var tmp0_elvis_lhs = this.
|
|
9274
|
+
var tmp0_elvis_lhs = this.a3e_1;
|
|
9235
9275
|
return tmp0_elvis_lhs == null ? this.x2o().d2y() : tmp0_elvis_lhs;
|
|
9236
9276
|
};
|
|
9237
9277
|
protoOf(Page).e2y = function () {
|
|
9238
|
-
var tmp0_elvis_lhs = this.
|
|
9278
|
+
var tmp0_elvis_lhs = this.b3e_1;
|
|
9239
9279
|
return tmp0_elvis_lhs == null ? get_multiselectOptionBackgroundColor.call(this) : tmp0_elvis_lhs;
|
|
9240
9280
|
};
|
|
9241
9281
|
protoOf(Page).f2y = function () {
|
|
9242
|
-
var tmp0_elvis_lhs = this.
|
|
9282
|
+
var tmp0_elvis_lhs = this.c3e_1;
|
|
9243
9283
|
return tmp0_elvis_lhs == null ? get_multiselectOptionSelectedColor.call(this) : tmp0_elvis_lhs;
|
|
9244
9284
|
};
|
|
9245
9285
|
protoOf(Page).y2x = function () {
|
|
9246
|
-
var tmp0_elvis_lhs = this.
|
|
9286
|
+
var tmp0_elvis_lhs = this.d3e_1;
|
|
9247
9287
|
return tmp0_elvis_lhs == null ? get_textColor_0(this.z2s()) : tmp0_elvis_lhs;
|
|
9248
9288
|
};
|
|
9249
9289
|
protoOf(Page).g2y = function () {
|
|
9250
|
-
return this.
|
|
9290
|
+
return this.e3e_1 * get_textScale_0(this.z2s());
|
|
9251
9291
|
};
|
|
9252
9292
|
protoOf(Page)._getAnalyticsEvents = function (type) {
|
|
9253
9293
|
var tmp0_subject = type;
|
|
@@ -9257,7 +9297,7 @@
|
|
|
9257
9297
|
case 1:
|
|
9258
9298
|
var tmp$ret$2;
|
|
9259
9299
|
// Inline function 'kotlin.collections.filter' call
|
|
9260
|
-
var tmp1_filter = this.
|
|
9300
|
+
var tmp1_filter = this.l3d();
|
|
9261
9301
|
var tmp$ret$1;
|
|
9262
9302
|
// Inline function 'kotlin.collections.filterTo' call
|
|
9263
9303
|
var tmp0_filterTo = ArrayList_init_$Create$();
|
|
@@ -9279,7 +9319,7 @@
|
|
|
9279
9319
|
case 2:
|
|
9280
9320
|
var tmp$ret$5;
|
|
9281
9321
|
// Inline function 'kotlin.collections.filter' call
|
|
9282
|
-
var tmp3_filter = this.
|
|
9322
|
+
var tmp3_filter = this.l3d();
|
|
9283
9323
|
var tmp$ret$4;
|
|
9284
9324
|
// Inline function 'kotlin.collections.filterTo' call
|
|
9285
9325
|
var tmp2_filterTo = ArrayList_init_$Create$();
|
|
@@ -9311,7 +9351,7 @@
|
|
|
9311
9351
|
tmp$ret$0 = copyToArray(tmp0_toTypedArray);
|
|
9312
9352
|
return tmp$ret$0;
|
|
9313
9353
|
};
|
|
9314
|
-
protoOf(Page).
|
|
9354
|
+
protoOf(Page).m3e = function () {
|
|
9315
9355
|
var tmp$ret$0;
|
|
9316
9356
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
9317
9357
|
var tmp0_toTypedArray = this._listeners;
|
|
@@ -9321,16 +9361,16 @@
|
|
|
9321
9361
|
function Page() {
|
|
9322
9362
|
Companion_getInstance_48();
|
|
9323
9363
|
var tmp = this;
|
|
9324
|
-
tmp.
|
|
9364
|
+
tmp.o3d_1 = lazy(Page$id$delegate$lambda(this));
|
|
9325
9365
|
var tmp_0 = this;
|
|
9326
|
-
tmp_0.
|
|
9366
|
+
tmp_0.p3d_1 = lazy(Page$position$delegate$lambda(this));
|
|
9327
9367
|
}
|
|
9328
9368
|
defineProp(protoOf(Page), 'id', protoOf(Page).p2u);
|
|
9329
|
-
defineProp(protoOf(Page), 'position', protoOf(Page).
|
|
9330
|
-
defineProp(protoOf(Page), 'parentPage', protoOf(Page).
|
|
9369
|
+
defineProp(protoOf(Page), 'position', protoOf(Page).f3e);
|
|
9370
|
+
defineProp(protoOf(Page), 'parentPage', protoOf(Page).h3e);
|
|
9331
9371
|
defineProp(protoOf(Page), 'backgroundImage', protoOf(Page).u36);
|
|
9332
9372
|
defineProp(protoOf(Page), 'dismissListeners', protoOf(Page).x37);
|
|
9333
|
-
defineProp(protoOf(Page), 'listeners', protoOf(Page).
|
|
9373
|
+
defineProp(protoOf(Page), 'listeners', protoOf(Page).m3e);
|
|
9334
9374
|
function id$factory() {
|
|
9335
9375
|
return getPropertyCallableRef('id', 1, KProperty1, function (receiver) {
|
|
9336
9376
|
return receiver.id;
|
|
@@ -9378,7 +9418,7 @@
|
|
|
9378
9418
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.shareable.Companion.parseShareableItems.<anonymous>.<anonymous>' call
|
|
9379
9419
|
var tmp0_subject = _this__u8e3s4.v2r();
|
|
9380
9420
|
if (tmp0_subject === get_XMLNS_SHAREABLE()) {
|
|
9381
|
-
var tmp1_safe_receiver = Companion_getInstance_49().
|
|
9421
|
+
var tmp1_safe_receiver = Companion_getInstance_49().n3g(manifest, _this__u8e3s4);
|
|
9382
9422
|
if (tmp1_safe_receiver == null)
|
|
9383
9423
|
null;
|
|
9384
9424
|
else {
|
|
@@ -9402,9 +9442,9 @@
|
|
|
9402
9442
|
tmp$ret$4 = tmp$ret$3;
|
|
9403
9443
|
return tmp$ret$4;
|
|
9404
9444
|
};
|
|
9405
|
-
protoOf(Companion_46).
|
|
9445
|
+
protoOf(Companion_46).n3g = function (manifest, parser) {
|
|
9406
9446
|
Companion_getInstance_59();
|
|
9407
|
-
parser.
|
|
9447
|
+
parser.o3g(2, get_XMLNS_SHAREABLE());
|
|
9408
9448
|
var tmp0_subject = parser.v2r();
|
|
9409
9449
|
var tmp;
|
|
9410
9450
|
if (tmp0_subject === get_XMLNS_SHAREABLE()) {
|
|
@@ -9432,7 +9472,7 @@
|
|
|
9432
9472
|
BaseModel.call($this, parent);
|
|
9433
9473
|
Shareable.call($this);
|
|
9434
9474
|
Companion_getInstance_59();
|
|
9435
|
-
parser.
|
|
9475
|
+
parser.o3g(2, get_XMLNS_SHAREABLE());
|
|
9436
9476
|
$this.i36_1 = parser.n2t('id');
|
|
9437
9477
|
var tmp = $this;
|
|
9438
9478
|
var tmp0_safe_receiver = parser.n2t('order');
|
|
@@ -9448,7 +9488,7 @@
|
|
|
9448
9488
|
}
|
|
9449
9489
|
function Companion_47() {
|
|
9450
9490
|
Companion_instance_47 = this;
|
|
9451
|
-
this.
|
|
9491
|
+
this.p3g_1 = 'image';
|
|
9452
9492
|
}
|
|
9453
9493
|
var Companion_instance_47;
|
|
9454
9494
|
function Companion_getInstance_50() {
|
|
@@ -9463,7 +9503,7 @@
|
|
|
9463
9503
|
var tmp = get_XMLNS_SHAREABLE();
|
|
9464
9504
|
Companion_getInstance_50();
|
|
9465
9505
|
parser.t2r(2, tmp, 'image');
|
|
9466
|
-
$this.
|
|
9506
|
+
$this.t3g_1 = parser.n2t('resource');
|
|
9467
9507
|
var description = null;
|
|
9468
9508
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
9469
9509
|
$l$loop_1: while (true) {
|
|
@@ -9489,7 +9529,7 @@
|
|
|
9489
9529
|
continue $l$loop_1;
|
|
9490
9530
|
skipTag(parser);
|
|
9491
9531
|
}
|
|
9492
|
-
$this.
|
|
9532
|
+
$this.u3g_1 = description;
|
|
9493
9533
|
return $this;
|
|
9494
9534
|
}
|
|
9495
9535
|
function ShareableImage_init_$Create$(manifest, parser) {
|
|
@@ -9497,7 +9537,7 @@
|
|
|
9497
9537
|
}
|
|
9498
9538
|
protoOf(ShareableImage).p2u = function () {
|
|
9499
9539
|
var tmp0_elvis_lhs = protoOf(Shareable).p2u.call(this);
|
|
9500
|
-
return tmp0_elvis_lhs == null ? this.
|
|
9540
|
+
return tmp0_elvis_lhs == null ? this.t3g_1 : tmp0_elvis_lhs;
|
|
9501
9541
|
};
|
|
9502
9542
|
function ShareableImage() {
|
|
9503
9543
|
Companion_getInstance_50();
|
|
@@ -9508,7 +9548,7 @@
|
|
|
9508
9548
|
var XMLNS_TRAINING;
|
|
9509
9549
|
function Companion_48() {
|
|
9510
9550
|
Companion_instance_48 = this;
|
|
9511
|
-
this.
|
|
9551
|
+
this.v3g_1 = 'tip';
|
|
9512
9552
|
}
|
|
9513
9553
|
var Companion_instance_48;
|
|
9514
9554
|
function Companion_getInstance_51() {
|
|
@@ -9543,7 +9583,7 @@
|
|
|
9543
9583
|
protoOf(InlineTip).p2u = function () {
|
|
9544
9584
|
return this.id;
|
|
9545
9585
|
};
|
|
9546
|
-
protoOf(InlineTip).
|
|
9586
|
+
protoOf(InlineTip).e3h = function () {
|
|
9547
9587
|
return this.x2o().w37(this.id);
|
|
9548
9588
|
};
|
|
9549
9589
|
protoOf(InlineTip).b2t = function () {
|
|
@@ -9552,7 +9592,7 @@
|
|
|
9552
9592
|
function InlineTip() {
|
|
9553
9593
|
Companion_getInstance_51();
|
|
9554
9594
|
}
|
|
9555
|
-
defineProp(protoOf(InlineTip), 'tip', protoOf(InlineTip).
|
|
9595
|
+
defineProp(protoOf(InlineTip), 'tip', protoOf(InlineTip).e3h);
|
|
9556
9596
|
var Type_ASK_instance;
|
|
9557
9597
|
var Type_CONSIDER_instance;
|
|
9558
9598
|
var Type_TIP_instance;
|
|
@@ -9560,7 +9600,7 @@
|
|
|
9560
9600
|
var Type_QUOTE_instance;
|
|
9561
9601
|
function Companion_49() {
|
|
9562
9602
|
Companion_instance_49 = this;
|
|
9563
|
-
this.
|
|
9603
|
+
this.f3h_1 = Type_TIP_getInstance();
|
|
9564
9604
|
}
|
|
9565
9605
|
protoOf(Companion_49).m31 = function (_this__u8e3s4) {
|
|
9566
9606
|
var tmp0_subject = _this__u8e3s4;
|
|
@@ -9607,7 +9647,7 @@
|
|
|
9607
9647
|
var tmp = $this;
|
|
9608
9648
|
var tmp0_safe_receiver = parser.m2v(null, 'type');
|
|
9609
9649
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : Companion_getInstance_52().m31(tmp0_safe_receiver);
|
|
9610
|
-
tmp.w34_1 = tmp1_elvis_lhs == null ? Companion_getInstance_52().
|
|
9650
|
+
tmp.w34_1 = tmp1_elvis_lhs == null ? Companion_getInstance_52().f3h_1 : tmp1_elvis_lhs;
|
|
9611
9651
|
var tmp_0 = $this;
|
|
9612
9652
|
var tmp$ret$2;
|
|
9613
9653
|
// Inline function 'kotlin.collections.buildList' call
|
|
@@ -9733,7 +9773,7 @@
|
|
|
9733
9773
|
}
|
|
9734
9774
|
function Companion_50() {
|
|
9735
9775
|
Companion_instance_50 = this;
|
|
9736
|
-
this.
|
|
9776
|
+
this.g3h_1 = 'page';
|
|
9737
9777
|
}
|
|
9738
9778
|
var Companion_instance_50;
|
|
9739
9779
|
function Companion_getInstance_53() {
|
|
@@ -9748,8 +9788,8 @@
|
|
|
9748
9788
|
var tmp = get_XMLNS_TRAINING();
|
|
9749
9789
|
Companion_getInstance_53();
|
|
9750
9790
|
parser.t2r(2, tmp, 'page');
|
|
9751
|
-
$this.
|
|
9752
|
-
$this.
|
|
9791
|
+
$this.i3h_1 = tip;
|
|
9792
|
+
$this.j3h_1 = position;
|
|
9753
9793
|
var tmp_0 = $this;
|
|
9754
9794
|
var tmp$ret$8;
|
|
9755
9795
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseContent' call
|
|
@@ -9829,14 +9869,14 @@
|
|
|
9829
9869
|
tmp$ret$6 = tmp$ret$5.u7();
|
|
9830
9870
|
tmp$ret$7 = tmp$ret$6;
|
|
9831
9871
|
tmp$ret$8 = tmp$ret$7;
|
|
9832
|
-
tmp_0.
|
|
9872
|
+
tmp_0.k3h_1 = tmp$ret$8;
|
|
9833
9873
|
return $this;
|
|
9834
9874
|
}
|
|
9835
9875
|
function TipPage_init_$Create$(tip, position, parser) {
|
|
9836
9876
|
return TipPage_init_$Init$(tip, position, parser, objectCreate(protoOf(TipPage)));
|
|
9837
9877
|
}
|
|
9838
9878
|
protoOf(TipPage).s2s = function () {
|
|
9839
|
-
return this.
|
|
9879
|
+
return this.k3h_1;
|
|
9840
9880
|
};
|
|
9841
9881
|
function TipPage() {
|
|
9842
9882
|
Companion_getInstance_53();
|
|
@@ -9849,7 +9889,7 @@
|
|
|
9849
9889
|
});
|
|
9850
9890
|
function Companion_51() {
|
|
9851
9891
|
Companion_instance_51 = this;
|
|
9852
|
-
this.
|
|
9892
|
+
this.l3h_1 = 'call-to-action';
|
|
9853
9893
|
}
|
|
9854
9894
|
var Companion_instance_51;
|
|
9855
9895
|
function Companion_getInstance_54() {
|
|
@@ -9860,10 +9900,10 @@
|
|
|
9860
9900
|
function CallToAction_init_$Init$(parent, $this) {
|
|
9861
9901
|
BaseModel.call($this, parent);
|
|
9862
9902
|
CallToAction.call($this);
|
|
9863
|
-
$this.
|
|
9903
|
+
$this.n3h_1 = parent;
|
|
9864
9904
|
$this.label = null;
|
|
9865
|
-
$this.
|
|
9866
|
-
$this.
|
|
9905
|
+
$this.o3h_1 = null;
|
|
9906
|
+
$this.p3h_1 = null;
|
|
9867
9907
|
return $this;
|
|
9868
9908
|
}
|
|
9869
9909
|
function CallToAction_init_$Create$(parent) {
|
|
@@ -9876,11 +9916,11 @@
|
|
|
9876
9916
|
var tmp = get_XMLNS_TRACT();
|
|
9877
9917
|
Companion_getInstance_54();
|
|
9878
9918
|
parser.t2r(2, tmp, 'call-to-action');
|
|
9879
|
-
$this.
|
|
9919
|
+
$this.n3h_1 = page;
|
|
9880
9920
|
var tmp_0 = $this;
|
|
9881
9921
|
var tmp0_safe_receiver = parser.n2t('control-color');
|
|
9882
|
-
tmp_0.
|
|
9883
|
-
$this.
|
|
9922
|
+
tmp_0.o3h_1 = tmp0_safe_receiver == null ? null : toColorOrNull(tmp0_safe_receiver);
|
|
9923
|
+
$this.p3h_1 = parser.m2v(get_XMLNS_TRAINING(), 'tip');
|
|
9884
9924
|
var tmp_1 = $this;
|
|
9885
9925
|
var tmp_2 = get_XMLNS_TRACT();
|
|
9886
9926
|
Companion_getInstance_54();
|
|
@@ -9897,41 +9937,41 @@
|
|
|
9897
9937
|
tip = tip === VOID ? null : tip;
|
|
9898
9938
|
BaseModel.call($this, page);
|
|
9899
9939
|
CallToAction.call($this);
|
|
9900
|
-
$this.
|
|
9940
|
+
$this.n3h_1 = page;
|
|
9901
9941
|
var tmp = $this;
|
|
9902
9942
|
var tmp0_safe_receiver = label;
|
|
9903
9943
|
tmp.label = tmp0_safe_receiver == null ? null : tmp0_safe_receiver($this);
|
|
9904
|
-
$this.
|
|
9905
|
-
$this.
|
|
9944
|
+
$this.o3h_1 = controlColor;
|
|
9945
|
+
$this.p3h_1 = tip;
|
|
9906
9946
|
return $this;
|
|
9907
9947
|
}
|
|
9908
9948
|
function createTestCallToAction(page, label, controlColor, tip) {
|
|
9909
9949
|
return CallToAction_init_$Init$_1(page, label, controlColor, tip, objectCreate(protoOf(CallToAction)));
|
|
9910
9950
|
}
|
|
9911
|
-
protoOf(CallToAction).
|
|
9951
|
+
protoOf(CallToAction).q3h = function () {
|
|
9912
9952
|
return this.label;
|
|
9913
9953
|
};
|
|
9914
|
-
protoOf(CallToAction).
|
|
9915
|
-
var tmp0_elvis_lhs = this.
|
|
9954
|
+
protoOf(CallToAction).l3e = function () {
|
|
9955
|
+
var tmp0_elvis_lhs = this.o3h_1;
|
|
9916
9956
|
return tmp0_elvis_lhs == null ? get_primaryColor_0(this.z2s()) : tmp0_elvis_lhs;
|
|
9917
9957
|
};
|
|
9918
|
-
protoOf(CallToAction).
|
|
9919
|
-
return this.
|
|
9958
|
+
protoOf(CallToAction).r3h = function () {
|
|
9959
|
+
return this.p3h_1;
|
|
9920
9960
|
};
|
|
9921
|
-
protoOf(CallToAction).
|
|
9922
|
-
return this.x2o().w37(this.
|
|
9961
|
+
protoOf(CallToAction).e3h = function () {
|
|
9962
|
+
return this.x2o().w37(this.p3h_1);
|
|
9923
9963
|
};
|
|
9924
9964
|
function CallToAction() {
|
|
9925
9965
|
Companion_getInstance_54();
|
|
9926
9966
|
}
|
|
9927
|
-
defineProp(protoOf(CallToAction), 'tip', protoOf(CallToAction).
|
|
9967
|
+
defineProp(protoOf(CallToAction), 'tip', protoOf(CallToAction).e3h);
|
|
9928
9968
|
function get_XMLNS_TRACT() {
|
|
9929
9969
|
return XMLNS_TRACT;
|
|
9930
9970
|
}
|
|
9931
9971
|
var XMLNS_TRACT;
|
|
9932
9972
|
function Companion_52() {
|
|
9933
9973
|
Companion_instance_52 = this;
|
|
9934
|
-
this.
|
|
9974
|
+
this.s3h_1 = 'header';
|
|
9935
9975
|
}
|
|
9936
9976
|
var Companion_instance_52;
|
|
9937
9977
|
function Companion_getInstance_55() {
|
|
@@ -9948,8 +9988,8 @@
|
|
|
9948
9988
|
parser.t2r(2, tmp, 'header');
|
|
9949
9989
|
var tmp_0 = $this;
|
|
9950
9990
|
var tmp0_safe_receiver = parser.n2t(get_XML_BACKGROUND_COLOR());
|
|
9951
|
-
tmp_0.
|
|
9952
|
-
$this.
|
|
9991
|
+
tmp_0.u3h_1 = tmp0_safe_receiver == null ? null : toColorOrNull(tmp0_safe_receiver);
|
|
9992
|
+
$this.v3h_1 = parser.m2v(get_XMLNS_TRAINING(), 'tip');
|
|
9953
9993
|
var number = null;
|
|
9954
9994
|
var title = null;
|
|
9955
9995
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
@@ -9986,31 +10026,31 @@
|
|
|
9986
10026
|
return Header_init_$Init$(page, parser, objectCreate(protoOf(Header)));
|
|
9987
10027
|
}
|
|
9988
10028
|
protoOf(Header).t36 = function () {
|
|
9989
|
-
var tmp0_elvis_lhs = this.
|
|
10029
|
+
var tmp0_elvis_lhs = this.u3h_1;
|
|
9990
10030
|
return tmp0_elvis_lhs == null ? this.a2y() : tmp0_elvis_lhs;
|
|
9991
10031
|
};
|
|
9992
10032
|
protoOf(Header).y2x = function () {
|
|
9993
10033
|
return this.b2y();
|
|
9994
10034
|
};
|
|
9995
|
-
protoOf(Header).
|
|
10035
|
+
protoOf(Header).w3h = function () {
|
|
9996
10036
|
return this.number;
|
|
9997
10037
|
};
|
|
9998
10038
|
protoOf(Header).y36 = function () {
|
|
9999
10039
|
return this.title;
|
|
10000
10040
|
};
|
|
10001
|
-
protoOf(Header).
|
|
10002
|
-
return this.
|
|
10041
|
+
protoOf(Header).r3h = function () {
|
|
10042
|
+
return this.v3h_1;
|
|
10003
10043
|
};
|
|
10004
|
-
protoOf(Header).
|
|
10005
|
-
return this.x2o().w37(this.
|
|
10044
|
+
protoOf(Header).e3h = function () {
|
|
10045
|
+
return this.x2o().w37(this.v3h_1);
|
|
10006
10046
|
};
|
|
10007
10047
|
function Header() {
|
|
10008
10048
|
Companion_getInstance_55();
|
|
10009
10049
|
}
|
|
10010
|
-
defineProp(protoOf(Header), 'tip', protoOf(Header).
|
|
10050
|
+
defineProp(protoOf(Header), 'tip', protoOf(Header).e3h);
|
|
10011
10051
|
function Companion_53() {
|
|
10012
10052
|
Companion_instance_53 = this;
|
|
10013
|
-
this.
|
|
10053
|
+
this.x3h_1 = 'hero';
|
|
10014
10054
|
}
|
|
10015
10055
|
var Companion_instance_53;
|
|
10016
10056
|
function Companion_getInstance_56() {
|
|
@@ -10022,7 +10062,7 @@
|
|
|
10022
10062
|
var tmp$ret$0;
|
|
10023
10063
|
// Inline function 'kotlin.getValue' call
|
|
10024
10064
|
var tmp0_getValue = headingParent$factory();
|
|
10025
|
-
tmp$ret$0 = $this.
|
|
10065
|
+
tmp$ret$0 = $this.z3h_1.o1();
|
|
10026
10066
|
return tmp$ret$0;
|
|
10027
10067
|
}
|
|
10028
10068
|
function Hero_init_$Init$(page, parser, $this) {
|
|
@@ -10036,7 +10076,7 @@
|
|
|
10036
10076
|
var tmp$ret$0;
|
|
10037
10077
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
10038
10078
|
tmp$ret$0 = ArrayList_init_$Create$();
|
|
10039
|
-
tmp_0.
|
|
10079
|
+
tmp_0.b3i_1 = tmp$ret$0;
|
|
10040
10080
|
var heading = null;
|
|
10041
10081
|
var tmp_1 = $this;
|
|
10042
10082
|
var tmp$ret$8;
|
|
@@ -10075,7 +10115,7 @@
|
|
|
10075
10115
|
if (tmp1_subject === 'events') {
|
|
10076
10116
|
var tmp2_this = $this;
|
|
10077
10117
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
10078
|
-
var tmp0_plusAssign = tmp2_this.
|
|
10118
|
+
var tmp0_plusAssign = tmp2_this.b3i_1;
|
|
10079
10119
|
var tmp1_plusAssign = Companion_getInstance_6().x2r(parser, $this);
|
|
10080
10120
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
10081
10121
|
}
|
|
@@ -10131,7 +10171,7 @@
|
|
|
10131
10171
|
tmp$ret$6 = tmp$ret$5.u7();
|
|
10132
10172
|
tmp$ret$7 = tmp$ret$6;
|
|
10133
10173
|
tmp$ret$8 = tmp$ret$7;
|
|
10134
|
-
tmp_1.
|
|
10174
|
+
tmp_1.a3i_1 = tmp$ret$8;
|
|
10135
10175
|
$this.heading = heading;
|
|
10136
10176
|
return $this;
|
|
10137
10177
|
}
|
|
@@ -10144,11 +10184,11 @@
|
|
|
10144
10184
|
heading = heading === VOID ? null : heading;
|
|
10145
10185
|
BaseModel.call($this, page);
|
|
10146
10186
|
Hero.call($this);
|
|
10147
|
-
$this.
|
|
10187
|
+
$this.b3i_1 = analyticsEvents;
|
|
10148
10188
|
var tmp = $this;
|
|
10149
10189
|
var tmp0_safe_receiver = heading;
|
|
10150
10190
|
tmp.heading = tmp0_safe_receiver == null ? null : tmp0_safe_receiver(_get_headingParent__2ts5bv($this));
|
|
10151
|
-
$this.
|
|
10191
|
+
$this.a3i_1 = emptyList();
|
|
10152
10192
|
return $this;
|
|
10153
10193
|
}
|
|
10154
10194
|
function createTestHero(page, analyticsEvents, heading) {
|
|
@@ -10164,14 +10204,14 @@
|
|
|
10164
10204
|
return stylesOverride(this$0, VOID, Hero$headingParent$delegate$lambda$lambda(this$0));
|
|
10165
10205
|
};
|
|
10166
10206
|
}
|
|
10167
|
-
protoOf(Hero).
|
|
10207
|
+
protoOf(Hero).c3i = function () {
|
|
10168
10208
|
return this.heading;
|
|
10169
10209
|
};
|
|
10170
10210
|
protoOf(Hero).s2s = function () {
|
|
10171
|
-
return this.
|
|
10211
|
+
return this.a3i_1;
|
|
10172
10212
|
};
|
|
10173
|
-
protoOf(Hero).
|
|
10174
|
-
return this.
|
|
10213
|
+
protoOf(Hero).l3d = function () {
|
|
10214
|
+
return this.b3i_1;
|
|
10175
10215
|
};
|
|
10176
10216
|
protoOf(Hero)._getAnalyticsEvents = function (type) {
|
|
10177
10217
|
var tmp0_subject = type;
|
|
@@ -10181,7 +10221,7 @@
|
|
|
10181
10221
|
case 1:
|
|
10182
10222
|
var tmp$ret$2;
|
|
10183
10223
|
// Inline function 'kotlin.collections.filter' call
|
|
10184
|
-
var tmp1_filter = this.
|
|
10224
|
+
var tmp1_filter = this.b3i_1;
|
|
10185
10225
|
var tmp$ret$1;
|
|
10186
10226
|
// Inline function 'kotlin.collections.filterTo' call
|
|
10187
10227
|
var tmp0_filterTo = ArrayList_init_$Create$();
|
|
@@ -10203,7 +10243,7 @@
|
|
|
10203
10243
|
case 2:
|
|
10204
10244
|
var tmp$ret$5;
|
|
10205
10245
|
// Inline function 'kotlin.collections.filter' call
|
|
10206
|
-
var tmp3_filter = this.
|
|
10246
|
+
var tmp3_filter = this.b3i_1;
|
|
10207
10247
|
var tmp$ret$4;
|
|
10208
10248
|
// Inline function 'kotlin.collections.filterTo' call
|
|
10209
10249
|
var tmp2_filterTo = ArrayList_init_$Create$();
|
|
@@ -10231,7 +10271,7 @@
|
|
|
10231
10271
|
function Hero() {
|
|
10232
10272
|
Companion_getInstance_56();
|
|
10233
10273
|
var tmp = this;
|
|
10234
|
-
tmp.
|
|
10274
|
+
tmp.z3h_1 = lazy(Hero$headingParent$delegate$lambda(this));
|
|
10235
10275
|
}
|
|
10236
10276
|
defineProp(protoOf(Hero), '_content', function () {
|
|
10237
10277
|
return this.s2s();
|
|
@@ -10246,7 +10286,7 @@
|
|
|
10246
10286
|
}
|
|
10247
10287
|
function Companion_54() {
|
|
10248
10288
|
Companion_instance_54 = this;
|
|
10249
|
-
this.
|
|
10289
|
+
this.d3i_1 = 'modal';
|
|
10250
10290
|
}
|
|
10251
10291
|
var Companion_instance_54;
|
|
10252
10292
|
function Companion_getInstance_57() {
|
|
@@ -10361,14 +10401,14 @@
|
|
|
10361
10401
|
tmp$ret$7 = tmp$ret$6.u7();
|
|
10362
10402
|
tmp$ret$8 = tmp$ret$7;
|
|
10363
10403
|
tmp$ret$9 = tmp$ret$8;
|
|
10364
|
-
tmp_2.
|
|
10404
|
+
tmp_2.z3i_1 = tmp$ret$9;
|
|
10365
10405
|
$this.title = title;
|
|
10366
10406
|
return $this;
|
|
10367
10407
|
}
|
|
10368
10408
|
function Modal_init_$Create$(parent, parser) {
|
|
10369
10409
|
return Modal_init_$Init$(parent, parser, objectCreate(protoOf(Modal)));
|
|
10370
10410
|
}
|
|
10371
|
-
protoOf(Modal).
|
|
10411
|
+
protoOf(Modal).a3j = function () {
|
|
10372
10412
|
return this.page;
|
|
10373
10413
|
};
|
|
10374
10414
|
protoOf(Modal).p2u = function () {
|
|
@@ -10378,9 +10418,9 @@
|
|
|
10378
10418
|
return this.title;
|
|
10379
10419
|
};
|
|
10380
10420
|
protoOf(Modal).s2s = function () {
|
|
10381
|
-
return this.
|
|
10421
|
+
return this.z3i_1;
|
|
10382
10422
|
};
|
|
10383
|
-
protoOf(Modal).
|
|
10423
|
+
protoOf(Modal).m3e = function () {
|
|
10384
10424
|
return this.listeners;
|
|
10385
10425
|
};
|
|
10386
10426
|
protoOf(Modal).x37 = function () {
|
|
@@ -10416,11 +10456,11 @@
|
|
|
10416
10456
|
});
|
|
10417
10457
|
function Companion_55() {
|
|
10418
10458
|
Companion_instance_55 = this;
|
|
10419
|
-
this.
|
|
10420
|
-
this.
|
|
10421
|
-
this.
|
|
10422
|
-
this.
|
|
10423
|
-
this.
|
|
10459
|
+
this.b3j_1 = 'card';
|
|
10460
|
+
this.c3j_1 = 'label';
|
|
10461
|
+
this.d3j_1 = 'hidden';
|
|
10462
|
+
this.e3j_1 = ImageScaleType_FILL_X_getInstance();
|
|
10463
|
+
this.f3j_1 = Companion_getInstance_22().CENTER;
|
|
10424
10464
|
}
|
|
10425
10465
|
var Companion_instance_55;
|
|
10426
10466
|
function Companion_getInstance_58() {
|
|
@@ -10432,7 +10472,7 @@
|
|
|
10432
10472
|
var tmp$ret$0;
|
|
10433
10473
|
// Inline function 'kotlin.getValue' call
|
|
10434
10474
|
var tmp0_getValue = labelParent$factory();
|
|
10435
|
-
tmp$ret$0 = $this.
|
|
10475
|
+
tmp$ret$0 = $this.m3j_1.o1();
|
|
10436
10476
|
return tmp$ret$0;
|
|
10437
10477
|
}
|
|
10438
10478
|
function Card_init_$Init$_1(page, position, parser, $this) {
|
|
@@ -10463,24 +10503,24 @@
|
|
|
10463
10503
|
tmp_2._dismissListeners = toSet_0(tmp$ret$1);
|
|
10464
10504
|
var tmp_3 = $this;
|
|
10465
10505
|
var tmp2_safe_receiver = parser.n2t(get_XML_BACKGROUND_COLOR());
|
|
10466
|
-
tmp_3.
|
|
10467
|
-
$this.
|
|
10506
|
+
tmp_3.h3j_1 = tmp2_safe_receiver == null ? null : toColorOrNull(tmp2_safe_receiver);
|
|
10507
|
+
$this.i3j_1 = parser.n2t(get_XML_BACKGROUND_IMAGE());
|
|
10468
10508
|
var tmp_4 = $this;
|
|
10469
10509
|
var tmp3_safe_receiver = parser.n2t(get_XML_BACKGROUND_IMAGE_GRAVITY());
|
|
10470
10510
|
var tmp4_elvis_lhs = tmp3_safe_receiver == null ? null : Companion_getInstance_22().a2x(tmp3_safe_receiver);
|
|
10471
|
-
tmp_4.
|
|
10511
|
+
tmp_4.j3j_1 = tmp4_elvis_lhs == null ? Companion_getInstance_58().f3j_1 : tmp4_elvis_lhs;
|
|
10472
10512
|
var tmp_5 = $this;
|
|
10473
10513
|
var tmp5_safe_receiver = parser.n2t(get_XML_BACKGROUND_IMAGE_SCALE_TYPE());
|
|
10474
10514
|
var tmp6_elvis_lhs = tmp5_safe_receiver == null ? null : Companion_getInstance_24().k31(tmp5_safe_receiver);
|
|
10475
|
-
tmp_5.
|
|
10515
|
+
tmp_5.k3j_1 = tmp6_elvis_lhs == null ? Companion_getInstance_58().e3j_1 : tmp6_elvis_lhs;
|
|
10476
10516
|
var tmp_6 = $this;
|
|
10477
10517
|
var tmp7_safe_receiver = parser.n2t(get_XML_TEXT_COLOR());
|
|
10478
|
-
tmp_6.
|
|
10518
|
+
tmp_6.l3j_1 = tmp7_safe_receiver == null ? null : toColorOrNull(tmp7_safe_receiver);
|
|
10479
10519
|
var tmp_7 = $this;
|
|
10480
10520
|
var tmp$ret$2;
|
|
10481
10521
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
10482
10522
|
tmp$ret$2 = ArrayList_init_$Create$();
|
|
10483
|
-
tmp_7.
|
|
10523
|
+
tmp_7.o3j_1 = tmp$ret$2;
|
|
10484
10524
|
var label = null;
|
|
10485
10525
|
var tmp_8 = $this;
|
|
10486
10526
|
var tmp$ret$10;
|
|
@@ -10519,7 +10559,7 @@
|
|
|
10519
10559
|
if (tmp1_subject === 'events') {
|
|
10520
10560
|
var tmp2_this = $this;
|
|
10521
10561
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
10522
|
-
var tmp0_plusAssign = tmp2_this.
|
|
10562
|
+
var tmp0_plusAssign = tmp2_this.o3j_1;
|
|
10523
10563
|
var tmp1_plusAssign = Companion_getInstance_6().x2r(parser, $this);
|
|
10524
10564
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
10525
10565
|
}
|
|
@@ -10580,7 +10620,7 @@
|
|
|
10580
10620
|
tmp$ret$8 = tmp$ret$7.u7();
|
|
10581
10621
|
tmp$ret$9 = tmp$ret$8;
|
|
10582
10622
|
tmp$ret$10 = tmp$ret$9;
|
|
10583
|
-
tmp_8.
|
|
10623
|
+
tmp_8.n3j_1 = tmp$ret$10;
|
|
10584
10624
|
$this.label = label;
|
|
10585
10625
|
return $this;
|
|
10586
10626
|
}
|
|
@@ -10606,7 +10646,7 @@
|
|
|
10606
10646
|
parser.t2r(2, tmp, 'page');
|
|
10607
10647
|
var tmp_0 = $this;
|
|
10608
10648
|
var tmp0_safe_receiver = parser.n2t('card-text-color');
|
|
10609
|
-
tmp_0.
|
|
10649
|
+
tmp_0.x3i_1 = tmp0_safe_receiver == null ? null : toColorOrNull(tmp0_safe_receiver);
|
|
10610
10650
|
var header = null;
|
|
10611
10651
|
var hero = null;
|
|
10612
10652
|
var tmp_1 = $this;
|
|
@@ -10704,7 +10744,7 @@
|
|
|
10704
10744
|
callToAction = callToAction === VOID ? null : callToAction;
|
|
10705
10745
|
Page_init_$Init$_0(manifest, VOID, fileName, VOID, primaryColor, backgroundColor, backgroundImage, backgroundImageGravity, backgroundImageScaleType, VOID, cardBackgroundColor, textColor, textScale, $this);
|
|
10706
10746
|
TractPage.call($this);
|
|
10707
|
-
$this.
|
|
10747
|
+
$this.x3i_1 = cardTextColor;
|
|
10708
10748
|
$this.header = null;
|
|
10709
10749
|
$this.hero = null;
|
|
10710
10750
|
var tmp_0 = $this;
|
|
@@ -10725,16 +10765,16 @@
|
|
|
10725
10765
|
function createTestTractPage(manifest, fileName, backgroundColor, backgroundImage, primaryColor, backgroundImageGravity, backgroundImageScaleType, textColor, textScale, cardBackgroundColor, cardTextColor, cards, callToAction) {
|
|
10726
10766
|
return TractPage_init_$Init$_0(manifest, fileName, backgroundColor, backgroundImage, primaryColor, backgroundImageGravity, backgroundImageScaleType, textColor, textScale, cardBackgroundColor, cardTextColor, cards, callToAction, objectCreate(protoOf(TractPage)));
|
|
10727
10767
|
}
|
|
10728
|
-
protoOf(Card_1).
|
|
10768
|
+
protoOf(Card_1).a3j = function () {
|
|
10729
10769
|
return this.page;
|
|
10730
10770
|
};
|
|
10731
10771
|
protoOf(Card_1).p2u = function () {
|
|
10732
10772
|
return this.page.id + '-' + this.position;
|
|
10733
10773
|
};
|
|
10734
|
-
protoOf(Card_1).
|
|
10774
|
+
protoOf(Card_1).f3e = function () {
|
|
10735
10775
|
return this.position;
|
|
10736
10776
|
};
|
|
10737
|
-
protoOf(Card_1).
|
|
10777
|
+
protoOf(Card_1).p3j = function () {
|
|
10738
10778
|
var tmp$ret$1;
|
|
10739
10779
|
// Inline function 'kotlin.takeUnless' call
|
|
10740
10780
|
var tmp0_takeUnless = this.page.visibleCards.l1(this);
|
|
@@ -10751,40 +10791,40 @@
|
|
|
10751
10791
|
tmp$ret$1 = tmp;
|
|
10752
10792
|
return tmp$ret$1;
|
|
10753
10793
|
};
|
|
10754
|
-
protoOf(Card_1).
|
|
10794
|
+
protoOf(Card_1).q3j = function () {
|
|
10755
10795
|
return equals(this, lastOrNull(this.page.visibleCards));
|
|
10756
10796
|
};
|
|
10757
|
-
protoOf(Card_1).
|
|
10797
|
+
protoOf(Card_1).i3e = function () {
|
|
10758
10798
|
return this.isHidden;
|
|
10759
10799
|
};
|
|
10760
|
-
protoOf(Card_1).
|
|
10800
|
+
protoOf(Card_1).j3e = function () {
|
|
10761
10801
|
return this._listeners;
|
|
10762
10802
|
};
|
|
10763
10803
|
protoOf(Card_1).q36 = function () {
|
|
10764
10804
|
return this._dismissListeners;
|
|
10765
10805
|
};
|
|
10766
10806
|
protoOf(Card_1).t36 = function () {
|
|
10767
|
-
var tmp0_elvis_lhs = this.
|
|
10807
|
+
var tmp0_elvis_lhs = this.h3j_1;
|
|
10768
10808
|
return tmp0_elvis_lhs == null ? this.page.d2y() : tmp0_elvis_lhs;
|
|
10769
10809
|
};
|
|
10770
10810
|
protoOf(Card_1).u36 = function () {
|
|
10771
|
-
return getResource(this, this.
|
|
10811
|
+
return getResource(this, this.i3j_1);
|
|
10772
10812
|
};
|
|
10773
10813
|
protoOf(Card_1).v36 = function () {
|
|
10774
|
-
return this.
|
|
10814
|
+
return this.j3j_1;
|
|
10775
10815
|
};
|
|
10776
10816
|
protoOf(Card_1).w36 = function () {
|
|
10777
|
-
return this.
|
|
10817
|
+
return this.k3j_1;
|
|
10778
10818
|
};
|
|
10779
10819
|
protoOf(Card_1).y2x = function () {
|
|
10780
|
-
var tmp0_elvis_lhs = this.
|
|
10820
|
+
var tmp0_elvis_lhs = this.l3j_1;
|
|
10781
10821
|
return tmp0_elvis_lhs == null ? this.page.cardTextColor : tmp0_elvis_lhs;
|
|
10782
10822
|
};
|
|
10783
|
-
protoOf(Card_1).
|
|
10823
|
+
protoOf(Card_1).q3h = function () {
|
|
10784
10824
|
return this.label;
|
|
10785
10825
|
};
|
|
10786
10826
|
protoOf(Card_1).s2s = function () {
|
|
10787
|
-
return this.
|
|
10827
|
+
return this.n3j_1;
|
|
10788
10828
|
};
|
|
10789
10829
|
protoOf(Card_1).b2t = function () {
|
|
10790
10830
|
var tmp$ret$3;
|
|
@@ -10809,8 +10849,8 @@
|
|
|
10809
10849
|
tmp$ret$3 = tmp$ret$2;
|
|
10810
10850
|
return tmp$ret$3;
|
|
10811
10851
|
};
|
|
10812
|
-
protoOf(Card_1).
|
|
10813
|
-
return this.
|
|
10852
|
+
protoOf(Card_1).l3d = function () {
|
|
10853
|
+
return this.o3j_1;
|
|
10814
10854
|
};
|
|
10815
10855
|
protoOf(Card_1)._getAnalyticsEvents = function (type) {
|
|
10816
10856
|
var tmp0_subject = type;
|
|
@@ -10820,7 +10860,7 @@
|
|
|
10820
10860
|
case 1:
|
|
10821
10861
|
var tmp$ret$2;
|
|
10822
10862
|
// Inline function 'kotlin.collections.filter' call
|
|
10823
|
-
var tmp1_filter = this.
|
|
10863
|
+
var tmp1_filter = this.o3j_1;
|
|
10824
10864
|
var tmp$ret$1;
|
|
10825
10865
|
// Inline function 'kotlin.collections.filterTo' call
|
|
10826
10866
|
var tmp0_filterTo = ArrayList_init_$Create$();
|
|
@@ -10842,7 +10882,7 @@
|
|
|
10842
10882
|
case 2:
|
|
10843
10883
|
var tmp$ret$5;
|
|
10844
10884
|
// Inline function 'kotlin.collections.filter' call
|
|
10845
|
-
var tmp3_filter = this.
|
|
10885
|
+
var tmp3_filter = this.o3j_1;
|
|
10846
10886
|
var tmp$ret$4;
|
|
10847
10887
|
// Inline function 'kotlin.collections.filterTo' call
|
|
10848
10888
|
var tmp2_filterTo = ArrayList_init_$Create$();
|
|
@@ -10874,7 +10914,7 @@
|
|
|
10874
10914
|
tmp$ret$0 = copyToArray(tmp0_toTypedArray);
|
|
10875
10915
|
return tmp$ret$0;
|
|
10876
10916
|
};
|
|
10877
|
-
protoOf(Card_1).
|
|
10917
|
+
protoOf(Card_1).m3e = function () {
|
|
10878
10918
|
var tmp$ret$0;
|
|
10879
10919
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
10880
10920
|
var tmp0_toTypedArray = this._listeners;
|
|
@@ -10884,18 +10924,18 @@
|
|
|
10884
10924
|
function Card_1() {
|
|
10885
10925
|
Companion_getInstance_58();
|
|
10886
10926
|
var tmp = this;
|
|
10887
|
-
tmp.
|
|
10927
|
+
tmp.m3j_1 = lazy(TractPage$Card$labelParent$delegate$lambda(this));
|
|
10888
10928
|
}
|
|
10889
10929
|
defineProp(protoOf(Card_1), 'id', protoOf(Card_1).p2u);
|
|
10890
|
-
defineProp(protoOf(Card_1), 'visiblePosition', protoOf(Card_1).
|
|
10891
|
-
defineProp(protoOf(Card_1), 'isLastVisibleCard', protoOf(Card_1).
|
|
10930
|
+
defineProp(protoOf(Card_1), 'visiblePosition', protoOf(Card_1).p3j);
|
|
10931
|
+
defineProp(protoOf(Card_1), 'isLastVisibleCard', protoOf(Card_1).q3j);
|
|
10892
10932
|
defineProp(protoOf(Card_1), 'backgroundImage', protoOf(Card_1).u36);
|
|
10893
10933
|
defineProp(protoOf(Card_1), '_content', function () {
|
|
10894
10934
|
return this.s2s();
|
|
10895
10935
|
});
|
|
10896
10936
|
defineProp(protoOf(Card_1), 'tips', protoOf(Card_1).b2t);
|
|
10897
10937
|
defineProp(protoOf(Card_1), 'dismissListeners', protoOf(Card_1).x37);
|
|
10898
|
-
defineProp(protoOf(Card_1), 'listeners', protoOf(Card_1).
|
|
10938
|
+
defineProp(protoOf(Card_1), 'listeners', protoOf(Card_1).m3e);
|
|
10899
10939
|
defineProp(protoOf(Card_1), 'content', function () {
|
|
10900
10940
|
return this.a2t();
|
|
10901
10941
|
});
|
|
@@ -10987,25 +11027,25 @@
|
|
|
10987
11027
|
tmp$ret$2 = tmp$ret$1;
|
|
10988
11028
|
return tmp$ret$2;
|
|
10989
11029
|
}
|
|
10990
|
-
protoOf(TractPage).
|
|
11030
|
+
protoOf(TractPage).r3j = function () {
|
|
10991
11031
|
return equals(lastOrNull(this.x2o()._pages), this);
|
|
10992
11032
|
};
|
|
10993
|
-
protoOf(TractPage).
|
|
10994
|
-
return this.
|
|
11033
|
+
protoOf(TractPage).l3d = function () {
|
|
11034
|
+
return this.w3i_1;
|
|
10995
11035
|
};
|
|
10996
|
-
protoOf(TractPage).
|
|
11036
|
+
protoOf(TractPage).s3j = function () {
|
|
10997
11037
|
return this.header;
|
|
10998
11038
|
};
|
|
10999
|
-
protoOf(TractPage).
|
|
11039
|
+
protoOf(TractPage).t3j = function () {
|
|
11000
11040
|
return this.hero;
|
|
11001
11041
|
};
|
|
11002
|
-
protoOf(TractPage).
|
|
11042
|
+
protoOf(TractPage).u3j = function () {
|
|
11003
11043
|
return this.modals;
|
|
11004
11044
|
};
|
|
11005
|
-
protoOf(TractPage).
|
|
11045
|
+
protoOf(TractPage).v3j = function () {
|
|
11006
11046
|
return this.callToAction;
|
|
11007
11047
|
};
|
|
11008
|
-
protoOf(TractPage).
|
|
11048
|
+
protoOf(TractPage).m3d = function (type) {
|
|
11009
11049
|
return type.equals(Type_TRACT_getInstance());
|
|
11010
11050
|
};
|
|
11011
11051
|
protoOf(TractPage).findModal = function (id) {
|
|
@@ -11028,10 +11068,10 @@
|
|
|
11028
11068
|
}
|
|
11029
11069
|
return tmp$ret$1;
|
|
11030
11070
|
};
|
|
11031
|
-
protoOf(TractPage).
|
|
11071
|
+
protoOf(TractPage).w3j = function () {
|
|
11032
11072
|
return this.cards;
|
|
11033
11073
|
};
|
|
11034
|
-
protoOf(TractPage).
|
|
11074
|
+
protoOf(TractPage).x3j = function () {
|
|
11035
11075
|
var tmp$ret$2;
|
|
11036
11076
|
// Inline function 'kotlin.collections.filter' call
|
|
11037
11077
|
var tmp1_filter = this.cards;
|
|
@@ -11052,16 +11092,16 @@
|
|
|
11052
11092
|
tmp$ret$2 = tmp$ret$1;
|
|
11053
11093
|
return tmp$ret$2;
|
|
11054
11094
|
};
|
|
11055
|
-
protoOf(TractPage).
|
|
11056
|
-
var tmp0_elvis_lhs = this.
|
|
11095
|
+
protoOf(TractPage).y3j = function () {
|
|
11096
|
+
var tmp0_elvis_lhs = this.x3i_1;
|
|
11057
11097
|
return tmp0_elvis_lhs == null ? this.y2x() : tmp0_elvis_lhs;
|
|
11058
11098
|
};
|
|
11059
11099
|
function TractPage() {
|
|
11060
|
-
this.
|
|
11100
|
+
this.w3i_1 = emptyList();
|
|
11061
11101
|
}
|
|
11062
|
-
defineProp(protoOf(TractPage), 'isLastPage', protoOf(TractPage).
|
|
11063
|
-
defineProp(protoOf(TractPage), 'visibleCards', protoOf(TractPage).
|
|
11064
|
-
defineProp(protoOf(TractPage), 'cardTextColor', protoOf(TractPage).
|
|
11102
|
+
defineProp(protoOf(TractPage), 'isLastPage', protoOf(TractPage).r3j);
|
|
11103
|
+
defineProp(protoOf(TractPage), 'visibleCards', protoOf(TractPage).x3j);
|
|
11104
|
+
defineProp(protoOf(TractPage), 'cardTextColor', protoOf(TractPage).y3j);
|
|
11065
11105
|
function labelParent$factory() {
|
|
11066
11106
|
return getPropertyCallableRef('labelParent', 1, KProperty1, function (receiver) {
|
|
11067
11107
|
return _get_labelParent__664ln7(receiver);
|
|
@@ -11097,11 +11137,11 @@
|
|
|
11097
11137
|
return EMPTY_instance;
|
|
11098
11138
|
}
|
|
11099
11139
|
function SetOnceProperty() {
|
|
11100
|
-
this.
|
|
11140
|
+
this.z3j_1 = EMPTY_getInstance();
|
|
11101
11141
|
}
|
|
11102
|
-
protoOf(SetOnceProperty).
|
|
11142
|
+
protoOf(SetOnceProperty).a3k = function (thisRef, property) {
|
|
11103
11143
|
// Inline function 'kotlin.check' call
|
|
11104
|
-
var tmp0_check = !(this.
|
|
11144
|
+
var tmp0_check = !(this.z3j_1 === EMPTY_getInstance());
|
|
11105
11145
|
// Inline function 'kotlin.contracts.contract' call
|
|
11106
11146
|
if (!tmp0_check) {
|
|
11107
11147
|
var tmp$ret$0;
|
|
@@ -11110,15 +11150,15 @@
|
|
|
11110
11150
|
var message = tmp$ret$0;
|
|
11111
11151
|
throw IllegalStateException_init_$Create$(toString(message));
|
|
11112
11152
|
}
|
|
11113
|
-
var tmp = this.
|
|
11153
|
+
var tmp = this.z3j_1;
|
|
11114
11154
|
return (tmp == null ? true : isObject(tmp)) ? tmp : THROW_CCE();
|
|
11115
11155
|
};
|
|
11116
11156
|
protoOf(SetOnceProperty).p37 = function (thisRef, property) {
|
|
11117
|
-
return this.
|
|
11157
|
+
return this.a3k(isObject(thisRef) ? thisRef : THROW_CCE(), property);
|
|
11118
11158
|
};
|
|
11119
|
-
protoOf(SetOnceProperty).
|
|
11159
|
+
protoOf(SetOnceProperty).b3k = function (thisRef, property, value) {
|
|
11120
11160
|
// Inline function 'kotlin.check' call
|
|
11121
|
-
var tmp0_check = this.
|
|
11161
|
+
var tmp0_check = this.z3j_1 === EMPTY_getInstance();
|
|
11122
11162
|
// Inline function 'kotlin.contracts.contract' call
|
|
11123
11163
|
if (!tmp0_check) {
|
|
11124
11164
|
var tmp$ret$0;
|
|
@@ -11127,11 +11167,11 @@
|
|
|
11127
11167
|
var message = tmp$ret$0;
|
|
11128
11168
|
throw IllegalStateException_init_$Create$(toString(message));
|
|
11129
11169
|
}
|
|
11130
|
-
this.
|
|
11170
|
+
this.z3j_1 = value;
|
|
11131
11171
|
};
|
|
11132
11172
|
protoOf(SetOnceProperty).b36 = function (thisRef, property, value) {
|
|
11133
11173
|
var tmp = isObject(thisRef) ? thisRef : THROW_CCE();
|
|
11134
|
-
return this.
|
|
11174
|
+
return this.b3k(tmp, property, (value == null ? true : isObject(value)) ? value : THROW_CCE());
|
|
11135
11175
|
};
|
|
11136
11176
|
function get_isHttpUrl(_this__u8e3s4) {
|
|
11137
11177
|
var tmp$ret$0;
|
|
@@ -11163,15 +11203,15 @@
|
|
|
11163
11203
|
}
|
|
11164
11204
|
function QName(uri, local) {
|
|
11165
11205
|
uri = uri === VOID ? null : uri;
|
|
11166
|
-
this.
|
|
11167
|
-
this.
|
|
11206
|
+
this.c3k_1 = uri;
|
|
11207
|
+
this.d3k_1 = local;
|
|
11168
11208
|
}
|
|
11169
11209
|
protoOf(QName).toString = function () {
|
|
11170
|
-
return 'QName(uri=' + this.
|
|
11210
|
+
return 'QName(uri=' + this.c3k_1 + ', local=' + this.d3k_1 + ')';
|
|
11171
11211
|
};
|
|
11172
11212
|
protoOf(QName).hashCode = function () {
|
|
11173
|
-
var result = this.
|
|
11174
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
11213
|
+
var result = this.c3k_1 == null ? 0 : getStringHashCode(this.c3k_1);
|
|
11214
|
+
result = imul(result, 31) + getStringHashCode(this.d3k_1) | 0;
|
|
11175
11215
|
return result;
|
|
11176
11216
|
};
|
|
11177
11217
|
protoOf(QName).equals = function (other) {
|
|
@@ -11180,9 +11220,9 @@
|
|
|
11180
11220
|
if (!(other instanceof QName))
|
|
11181
11221
|
return false;
|
|
11182
11222
|
var tmp0_other_with_cast = other instanceof QName ? other : THROW_CCE();
|
|
11183
|
-
if (!(this.
|
|
11223
|
+
if (!(this.c3k_1 == tmp0_other_with_cast.c3k_1))
|
|
11184
11224
|
return false;
|
|
11185
|
-
if (!(this.
|
|
11225
|
+
if (!(this.d3k_1 === tmp0_other_with_cast.d3k_1))
|
|
11186
11226
|
return false;
|
|
11187
11227
|
return true;
|
|
11188
11228
|
};
|
|
@@ -11190,63 +11230,63 @@
|
|
|
11190
11230
|
qname = qname === VOID ? null : qname;
|
|
11191
11231
|
content = content === VOID ? null : content;
|
|
11192
11232
|
attrs = attrs === VOID ? null : attrs;
|
|
11193
|
-
this.
|
|
11194
|
-
this.
|
|
11195
|
-
this.
|
|
11196
|
-
this.
|
|
11233
|
+
this.e3k_1 = type;
|
|
11234
|
+
this.f3k_1 = qname;
|
|
11235
|
+
this.g3k_1 = content;
|
|
11236
|
+
this.h3k_1 = attrs;
|
|
11197
11237
|
}
|
|
11198
11238
|
function enqueueEvent($this, event) {
|
|
11199
11239
|
var tmp$ret$0;
|
|
11200
11240
|
// Inline function 'kotlin.text.isNotEmpty' call
|
|
11201
|
-
var tmp0_isNotEmpty = $this.
|
|
11241
|
+
var tmp0_isNotEmpty = $this.k3k_1;
|
|
11202
11242
|
tmp$ret$0 = charSequenceLength(tmp0_isNotEmpty) > 0;
|
|
11203
11243
|
if (tmp$ret$0) {
|
|
11204
11244
|
var tmp0_this = $this;
|
|
11205
11245
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
11206
|
-
var tmp1_plusAssign = tmp0_this.
|
|
11246
|
+
var tmp1_plusAssign = tmp0_this.j3k_1;
|
|
11207
11247
|
Companion_getInstance_59();
|
|
11208
|
-
var tmp2_plusAssign = new ParserEvent(4, VOID, $this.
|
|
11248
|
+
var tmp2_plusAssign = new ParserEvent(4, VOID, $this.k3k_1.toString());
|
|
11209
11249
|
tmp1_plusAssign.b(tmp2_plusAssign);
|
|
11210
|
-
$this.
|
|
11250
|
+
$this.k3k_1.jb();
|
|
11211
11251
|
}
|
|
11212
11252
|
var tmp1_this = $this;
|
|
11213
11253
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
11214
|
-
var tmp3_plusAssign = tmp1_this.
|
|
11254
|
+
var tmp3_plusAssign = tmp1_this.j3k_1;
|
|
11215
11255
|
tmp3_plusAssign.b(event);
|
|
11216
11256
|
}
|
|
11217
11257
|
function SaxXmlPullParser() {
|
|
11218
11258
|
var tmp = this;
|
|
11219
11259
|
Companion_getInstance_59();
|
|
11220
|
-
tmp.
|
|
11260
|
+
tmp.i3k_1 = new ParserEvent(0);
|
|
11221
11261
|
var tmp_0 = this;
|
|
11222
11262
|
var tmp$ret$0;
|
|
11223
11263
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
11224
11264
|
tmp$ret$0 = ArrayList_init_$Create$();
|
|
11225
|
-
tmp_0.
|
|
11226
|
-
this.
|
|
11265
|
+
tmp_0.j3k_1 = tmp$ret$0;
|
|
11266
|
+
this.k3k_1 = StringBuilder_init_$Create$();
|
|
11227
11267
|
}
|
|
11228
11268
|
protoOf(SaxXmlPullParser).u2r = function () {
|
|
11229
|
-
return this.
|
|
11269
|
+
return this.i3k_1.e3k_1;
|
|
11230
11270
|
};
|
|
11231
11271
|
protoOf(SaxXmlPullParser).v2r = function () {
|
|
11232
|
-
var tmp0_safe_receiver = this.
|
|
11233
|
-
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
11272
|
+
var tmp0_safe_receiver = this.i3k_1.f3k_1;
|
|
11273
|
+
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.c3k_1;
|
|
11234
11274
|
};
|
|
11235
11275
|
protoOf(SaxXmlPullParser).id = function () {
|
|
11236
|
-
var tmp0_safe_receiver = this.
|
|
11237
|
-
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
11276
|
+
var tmp0_safe_receiver = this.i3k_1.f3k_1;
|
|
11277
|
+
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.d3k_1;
|
|
11238
11278
|
};
|
|
11239
11279
|
protoOf(SaxXmlPullParser).t2r = function (type, namespace, name) {
|
|
11240
11280
|
var tmp$ret$0;
|
|
11241
11281
|
// Inline function 'kotlin.with' call
|
|
11242
|
-
var tmp0_with = this.
|
|
11282
|
+
var tmp0_with = this.i3k_1;
|
|
11243
11283
|
// Inline function 'kotlin.contracts.contract' call
|
|
11244
|
-
if (!(tmp0_with.
|
|
11284
|
+
if (!(tmp0_with.e3k_1 === type))
|
|
11245
11285
|
throw new XmlPullParserException('expected ' + type);
|
|
11246
11286
|
var tmp;
|
|
11247
11287
|
if (!(namespace == null)) {
|
|
11248
|
-
var tmp0_safe_receiver = tmp0_with.
|
|
11249
|
-
tmp = !(namespace == (tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
11288
|
+
var tmp0_safe_receiver = tmp0_with.f3k_1;
|
|
11289
|
+
tmp = !(namespace == (tmp0_safe_receiver == null ? null : tmp0_safe_receiver.c3k_1));
|
|
11250
11290
|
} else {
|
|
11251
11291
|
tmp = false;
|
|
11252
11292
|
}
|
|
@@ -11255,8 +11295,8 @@
|
|
|
11255
11295
|
var tmp_0;
|
|
11256
11296
|
var tmp_1;
|
|
11257
11297
|
if (!(name == null)) {
|
|
11258
|
-
var tmp1_safe_receiver = tmp0_with.
|
|
11259
|
-
tmp_1 = !((tmp1_safe_receiver == null ? null : tmp1_safe_receiver.
|
|
11298
|
+
var tmp1_safe_receiver = tmp0_with.f3k_1;
|
|
11299
|
+
tmp_1 = !((tmp1_safe_receiver == null ? null : tmp1_safe_receiver.d3k_1) == name);
|
|
11260
11300
|
} else {
|
|
11261
11301
|
tmp_1 = false;
|
|
11262
11302
|
}
|
|
@@ -11269,12 +11309,12 @@
|
|
|
11269
11309
|
protoOf(SaxXmlPullParser).h = function () {
|
|
11270
11310
|
var tmp$ret$0;
|
|
11271
11311
|
// Inline function 'kotlin.also' call
|
|
11272
|
-
var tmp0_also = removeFirst(this.
|
|
11312
|
+
var tmp0_also = removeFirst(this.j3k_1);
|
|
11273
11313
|
// Inline function 'kotlin.contracts.contract' call
|
|
11274
11314
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.SaxXmlPullParser.next.<anonymous>' call
|
|
11275
|
-
this.
|
|
11315
|
+
this.i3k_1 = tmp0_also;
|
|
11276
11316
|
tmp$ret$0 = tmp0_also;
|
|
11277
|
-
return tmp$ret$0.
|
|
11317
|
+
return tmp$ret$0.e3k_1;
|
|
11278
11318
|
};
|
|
11279
11319
|
protoOf(SaxXmlPullParser).l2p = function () {
|
|
11280
11320
|
var tmp;
|
|
@@ -11283,7 +11323,7 @@
|
|
|
11283
11323
|
if (tmp_0 === 4) {
|
|
11284
11324
|
var tmp$ret$0;
|
|
11285
11325
|
// Inline function 'kotlin.text.isNullOrBlank' call
|
|
11286
|
-
var tmp0_isNullOrBlank = this.
|
|
11326
|
+
var tmp0_isNullOrBlank = this.i3k_1.g3k_1;
|
|
11287
11327
|
// Inline function 'kotlin.contracts.contract' call
|
|
11288
11328
|
tmp$ret$0 = tmp0_isNullOrBlank == null ? true : isBlank(tmp0_isNullOrBlank);
|
|
11289
11329
|
tmp = tmp$ret$0;
|
|
@@ -11293,23 +11333,23 @@
|
|
|
11293
11333
|
if (tmp) {
|
|
11294
11334
|
this.h();
|
|
11295
11335
|
}
|
|
11296
|
-
var event = this.
|
|
11336
|
+
var event = this.i3k_1;
|
|
11297
11337
|
var tmp_1;
|
|
11298
11338
|
Companion_getInstance_59();
|
|
11299
|
-
if (!(event.
|
|
11339
|
+
if (!(event.e3k_1 === 2)) {
|
|
11300
11340
|
Companion_getInstance_59();
|
|
11301
|
-
tmp_1 = !(event.
|
|
11341
|
+
tmp_1 = !(event.e3k_1 === 3);
|
|
11302
11342
|
} else {
|
|
11303
11343
|
tmp_1 = false;
|
|
11304
11344
|
}
|
|
11305
11345
|
if (tmp_1) {
|
|
11306
|
-
throw new XmlPullParserException('Expected start or end tag. Found: ' + event.
|
|
11346
|
+
throw new XmlPullParserException('Expected start or end tag. Found: ' + event.e3k_1);
|
|
11307
11347
|
}
|
|
11308
|
-
return event.
|
|
11348
|
+
return event.e3k_1;
|
|
11309
11349
|
};
|
|
11310
|
-
protoOf(SaxXmlPullParser).
|
|
11350
|
+
protoOf(SaxXmlPullParser).j3b = function () {
|
|
11311
11351
|
Companion_getInstance_59();
|
|
11312
|
-
this.
|
|
11352
|
+
this.o3g(2);
|
|
11313
11353
|
var tmp0_subject = this.h();
|
|
11314
11354
|
var tmp;
|
|
11315
11355
|
Companion_getInstance_59();
|
|
@@ -11318,7 +11358,7 @@
|
|
|
11318
11358
|
// Inline function 'kotlin.also' call
|
|
11319
11359
|
var tmp$ret$0;
|
|
11320
11360
|
// Inline function 'kotlin.text.orEmpty' call
|
|
11321
|
-
var tmp0_orEmpty = this.
|
|
11361
|
+
var tmp0_orEmpty = this.i3k_1.g3k_1;
|
|
11322
11362
|
var tmp0_elvis_lhs = tmp0_orEmpty;
|
|
11323
11363
|
tmp$ret$0 = tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
|
|
11324
11364
|
var tmp1_also = tmp$ret$0;
|
|
@@ -11353,13 +11393,13 @@
|
|
|
11353
11393
|
protoOf(SaxXmlPullParser).m2v = function (namespace, name) {
|
|
11354
11394
|
var tmp$ret$1;
|
|
11355
11395
|
// Inline function 'kotlin.takeIf' call
|
|
11356
|
-
var tmp0_takeIf = this.
|
|
11396
|
+
var tmp0_takeIf = this.i3k_1;
|
|
11357
11397
|
// Inline function 'kotlin.contracts.contract' call
|
|
11358
11398
|
var tmp;
|
|
11359
11399
|
var tmp$ret$0;
|
|
11360
11400
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.SaxXmlPullParser.getAttributeValue.<anonymous>' call
|
|
11361
11401
|
Companion_getInstance_59();
|
|
11362
|
-
tmp$ret$0 = tmp0_takeIf.
|
|
11402
|
+
tmp$ret$0 = tmp0_takeIf.e3k_1 === 2;
|
|
11363
11403
|
if (tmp$ret$0) {
|
|
11364
11404
|
tmp = tmp0_takeIf;
|
|
11365
11405
|
} else {
|
|
@@ -11374,27 +11414,27 @@
|
|
|
11374
11414
|
tmp_0 = tmp0_elvis_lhs;
|
|
11375
11415
|
}
|
|
11376
11416
|
var event = tmp_0;
|
|
11377
|
-
var tmp1_safe_receiver = event.
|
|
11417
|
+
var tmp1_safe_receiver = event.h3k_1;
|
|
11378
11418
|
return tmp1_safe_receiver == null ? null : tmp1_safe_receiver.c2(new QName(namespace, name));
|
|
11379
11419
|
};
|
|
11380
|
-
protoOf(SaxXmlPullParser).
|
|
11420
|
+
protoOf(SaxXmlPullParser).l3k = function (qname, attrs) {
|
|
11381
11421
|
Companion_getInstance_59();
|
|
11382
11422
|
enqueueEvent(this, new ParserEvent(2, qname, VOID, attrs));
|
|
11383
11423
|
};
|
|
11384
|
-
protoOf(SaxXmlPullParser).
|
|
11385
|
-
this.
|
|
11424
|
+
protoOf(SaxXmlPullParser).m3k = function (text) {
|
|
11425
|
+
this.k3k_1.ib(text);
|
|
11386
11426
|
};
|
|
11387
|
-
protoOf(SaxXmlPullParser).
|
|
11427
|
+
protoOf(SaxXmlPullParser).n3k = function (qname) {
|
|
11388
11428
|
Companion_getInstance_59();
|
|
11389
11429
|
enqueueEvent(this, new ParserEvent(3, qname));
|
|
11390
11430
|
};
|
|
11391
11431
|
function Companion_56() {
|
|
11392
11432
|
Companion_instance_56 = this;
|
|
11393
|
-
this.
|
|
11394
|
-
this.
|
|
11395
|
-
this.
|
|
11396
|
-
this.
|
|
11397
|
-
this.
|
|
11433
|
+
this.o3k_1 = 0;
|
|
11434
|
+
this.p3k_1 = 1;
|
|
11435
|
+
this.q3k_1 = 2;
|
|
11436
|
+
this.r3k_1 = 3;
|
|
11437
|
+
this.s3k_1 = 4;
|
|
11398
11438
|
}
|
|
11399
11439
|
var Companion_instance_56;
|
|
11400
11440
|
function Companion_getInstance_59() {
|
|
@@ -11448,26 +11488,26 @@
|
|
|
11448
11488
|
}
|
|
11449
11489
|
var SAX_OPTIONS;
|
|
11450
11490
|
function InternalSAXParser($outer) {
|
|
11451
|
-
this.
|
|
11491
|
+
this.t3k_1 = $outer;
|
|
11452
11492
|
SAXParser.call(this, true, get_SAX_OPTIONS());
|
|
11453
11493
|
}
|
|
11454
|
-
protoOf(InternalSAXParser).
|
|
11455
|
-
return this.
|
|
11494
|
+
protoOf(InternalSAXParser).u3k = function (tag) {
|
|
11495
|
+
return this.t3k_1.l3k(new QName(tag.uri, tag.local), convert(tag.attributes, this.t3k_1));
|
|
11456
11496
|
};
|
|
11457
11497
|
protoOf(InternalSAXParser).onopentag = function (tag) {
|
|
11458
|
-
return this.
|
|
11498
|
+
return this.u3k(tag);
|
|
11459
11499
|
};
|
|
11460
|
-
protoOf(InternalSAXParser).
|
|
11461
|
-
return this.
|
|
11500
|
+
protoOf(InternalSAXParser).v3k = function (tagName) {
|
|
11501
|
+
return this.t3k_1.n3k(new QName(VOID, tagName));
|
|
11462
11502
|
};
|
|
11463
11503
|
protoOf(InternalSAXParser).onclosetag = function (tagName) {
|
|
11464
|
-
return this.
|
|
11504
|
+
return this.v3k(tagName);
|
|
11465
11505
|
};
|
|
11466
|
-
protoOf(InternalSAXParser).
|
|
11467
|
-
return this.
|
|
11506
|
+
protoOf(InternalSAXParser).w3k = function (t) {
|
|
11507
|
+
return this.t3k_1.m3k(t);
|
|
11468
11508
|
};
|
|
11469
11509
|
protoOf(InternalSAXParser).ontext = function (t) {
|
|
11470
|
-
return this.
|
|
11510
|
+
return this.w3k(t);
|
|
11471
11511
|
};
|
|
11472
11512
|
function convert(_this__u8e3s4, $this) {
|
|
11473
11513
|
var tmp$ret$7;
|
|
@@ -11535,16 +11575,16 @@
|
|
|
11535
11575
|
tmp0_apply.write(xml);
|
|
11536
11576
|
tmp0_apply.close();
|
|
11537
11577
|
tmp$ret$0 = tmp0_apply;
|
|
11538
|
-
tmp.
|
|
11578
|
+
tmp.a3l_1 = tmp$ret$0;
|
|
11539
11579
|
}
|
|
11540
11580
|
function SAX_OPTIONS$1() {
|
|
11541
|
-
this.
|
|
11581
|
+
this.b3l_1 = true;
|
|
11542
11582
|
}
|
|
11543
|
-
protoOf(SAX_OPTIONS$1).
|
|
11544
|
-
return this.
|
|
11583
|
+
protoOf(SAX_OPTIONS$1).c3l = function () {
|
|
11584
|
+
return this.b3l_1;
|
|
11545
11585
|
};
|
|
11546
11586
|
defineProp(protoOf(SAX_OPTIONS$1), 'xmlns', function () {
|
|
11547
|
-
return this.
|
|
11587
|
+
return this.c3l();
|
|
11548
11588
|
});
|
|
11549
11589
|
var properties_initialized_JsXmlPullParser_kt_u4cdem;
|
|
11550
11590
|
function _init_properties_JsXmlPullParser_kt__2zt5j4() {
|
|
@@ -11556,8 +11596,8 @@
|
|
|
11556
11596
|
}
|
|
11557
11597
|
function $getXmlParserCOROUTINE$1(_this__u8e3s4, fileName, resultContinuation) {
|
|
11558
11598
|
CoroutineImpl.call(this, resultContinuation);
|
|
11559
|
-
this.
|
|
11560
|
-
this.
|
|
11599
|
+
this.l3l_1 = _this__u8e3s4;
|
|
11600
|
+
this.m3l_1 = fileName;
|
|
11561
11601
|
}
|
|
11562
11602
|
protoOf($getXmlParserCOROUTINE$1).re = function () {
|
|
11563
11603
|
var suspendResult = this.ae_1;
|
|
@@ -11568,7 +11608,7 @@
|
|
|
11568
11608
|
case 0:
|
|
11569
11609
|
this.zd_1 = 2;
|
|
11570
11610
|
this.yd_1 = 1;
|
|
11571
|
-
suspendResult = await_0(this.
|
|
11611
|
+
suspendResult = await_0(this.l3l_1.readFile(this.m3l_1), this);
|
|
11572
11612
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
11573
11613
|
return suspendResult;
|
|
11574
11614
|
}
|
|
@@ -11601,14 +11641,14 @@
|
|
|
11601
11641
|
function JsXmlPullParserFactory() {
|
|
11602
11642
|
XmlPullParserFactory.call(this);
|
|
11603
11643
|
}
|
|
11604
|
-
protoOf(JsXmlPullParserFactory).
|
|
11644
|
+
protoOf(JsXmlPullParserFactory).n3l = function (fileName, $completion) {
|
|
11605
11645
|
var tmp = new $getXmlParserCOROUTINE$1(this, fileName, $completion);
|
|
11606
11646
|
tmp.ae_1 = Unit_getInstance();
|
|
11607
11647
|
tmp.be_1 = null;
|
|
11608
11648
|
return tmp.re();
|
|
11609
11649
|
};
|
|
11610
11650
|
protoOf(JsXmlPullParserFactory).k2p = function (fileName, $completion) {
|
|
11611
|
-
return this.
|
|
11651
|
+
return this.n3l(fileName, $completion);
|
|
11612
11652
|
};
|
|
11613
11653
|
function XmlPullParserException(s) {
|
|
11614
11654
|
Exception_init_$Init$(s, this);
|
|
@@ -11690,10 +11730,6 @@
|
|
|
11690
11730
|
protoOf(Link).r2v = get_events;
|
|
11691
11731
|
protoOf(Manifest).d2x = get_buttonColor;
|
|
11692
11732
|
protoOf(Manifest).h2y = get_textAlign;
|
|
11693
|
-
protoOf(Option).h2t = isInvisible;
|
|
11694
|
-
protoOf(Option).i2t = isInvisibleFlow;
|
|
11695
|
-
protoOf(Option).j2t = isGone;
|
|
11696
|
-
protoOf(Option).k2t = isGoneFlow;
|
|
11697
11733
|
protoOf(Option).a2t = get_content;
|
|
11698
11734
|
protoOf(Option).getAnalyticsEvents = getAnalyticsEvents;
|
|
11699
11735
|
protoOf(Multiselect).h2t = isInvisible;
|
|
@@ -11793,9 +11829,9 @@
|
|
|
11793
11829
|
protoOf(TractPage).d2x = get_buttonColor;
|
|
11794
11830
|
protoOf(TractPage).h2y = get_textAlign;
|
|
11795
11831
|
protoOf(TractPage).getAnalyticsEvents = getAnalyticsEvents;
|
|
11796
|
-
protoOf(SaxXmlPullParser).
|
|
11832
|
+
protoOf(SaxXmlPullParser).o3g = require$default;
|
|
11797
11833
|
protoOf(SaxXmlPullParser).n2t = getAttributeValue;
|
|
11798
|
-
protoOf(JsXmlPullParser).
|
|
11834
|
+
protoOf(JsXmlPullParser).o3g = require$default;
|
|
11799
11835
|
protoOf(JsXmlPullParser).n2t = getAttributeValue;
|
|
11800
11836
|
//endregion
|
|
11801
11837
|
//region block: init
|