@cruglobal/godtools-shared 0.9.0-SNAPSHOT.1179 → 0.9.0-SNAPSHOT.1181
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.
|
@@ -202,22 +202,22 @@
|
|
|
202
202
|
setMetadataFor(HasAnalyticsEvents, 'HasAnalyticsEvents', interfaceMeta);
|
|
203
203
|
setMetadataFor(Section, 'Section', classMeta, BaseModel, [BaseModel, Parent, HasAnalyticsEvents]);
|
|
204
204
|
function isInvisible(state) {
|
|
205
|
-
var tmp0_safe_receiver = this.
|
|
205
|
+
var tmp0_safe_receiver = this.g2t();
|
|
206
206
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.y2f(state);
|
|
207
207
|
return tmp1_elvis_lhs == null ? false : tmp1_elvis_lhs;
|
|
208
208
|
}
|
|
209
209
|
function isInvisibleFlow(state) {
|
|
210
|
-
var tmp0_safe_receiver = this.
|
|
210
|
+
var tmp0_safe_receiver = this.g2t();
|
|
211
211
|
var tmp = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.c2g();
|
|
212
212
|
return distinctUntilChanged(state.z18(tmp, Visibility$isInvisibleFlow$lambda(this)));
|
|
213
213
|
}
|
|
214
214
|
function isGone(state) {
|
|
215
|
-
var tmp0_safe_receiver = this.
|
|
215
|
+
var tmp0_safe_receiver = this.h2t();
|
|
216
216
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.y2f(state);
|
|
217
217
|
return tmp1_elvis_lhs == null ? false : tmp1_elvis_lhs;
|
|
218
218
|
}
|
|
219
219
|
function isGoneFlow(state) {
|
|
220
|
-
var tmp0_safe_receiver = this.
|
|
220
|
+
var tmp0_safe_receiver = this.h2t();
|
|
221
221
|
var tmp = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.c2g();
|
|
222
222
|
return distinctUntilChanged(state.z18(tmp, Visibility$isGoneFlow$lambda(this)));
|
|
223
223
|
}
|
|
@@ -233,12 +233,12 @@
|
|
|
233
233
|
setMetadataFor(Companion_4, 'Companion', objectMeta);
|
|
234
234
|
function get_isClickable() {
|
|
235
235
|
var tmp;
|
|
236
|
-
if (!(this.
|
|
236
|
+
if (!(this.q2v() == null)) {
|
|
237
237
|
tmp = true;
|
|
238
238
|
} else {
|
|
239
239
|
var tmp$ret$0;
|
|
240
240
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
241
|
-
var tmp0_isNotEmpty = this.
|
|
241
|
+
var tmp0_isNotEmpty = this.p2v();
|
|
242
242
|
tmp$ret$0 = !tmp0_isNotEmpty.m();
|
|
243
243
|
tmp = tmp$ret$0;
|
|
244
244
|
}
|
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
}
|
|
269
269
|
function get_buttonColor() {
|
|
270
270
|
var tmp0_safe_receiver = this.a2t();
|
|
271
|
-
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
271
|
+
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.f2x();
|
|
272
272
|
}
|
|
273
273
|
function get_cardBackgroundColor() {
|
|
274
274
|
return get_cardBackgroundColor_0(this.a2t());
|
|
@@ -278,7 +278,7 @@
|
|
|
278
278
|
}
|
|
279
279
|
function get_multiselectOptionSelectedColor() {
|
|
280
280
|
var tmp0_safe_receiver = this.a2t();
|
|
281
|
-
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
281
|
+
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.i2y();
|
|
282
282
|
}
|
|
283
283
|
function get_textColor() {
|
|
284
284
|
return get_textColor_0(this.a2t());
|
|
@@ -413,7 +413,7 @@
|
|
|
413
413
|
return tmp;
|
|
414
414
|
}
|
|
415
415
|
function getAttributeValue(name) {
|
|
416
|
-
return this.
|
|
416
|
+
return this.n2v(null, name);
|
|
417
417
|
}
|
|
418
418
|
setMetadataFor(XmlPullParser, 'XmlPullParser', interfaceMeta);
|
|
419
419
|
setMetadataFor(SaxXmlPullParser, 'SaxXmlPullParser', classMeta, VOID, [XmlPullParser]);
|
|
@@ -1271,7 +1271,7 @@
|
|
|
1271
1271
|
var element_0 = tmp0_iterator_0.h();
|
|
1272
1272
|
var tmp$ret$0;
|
|
1273
1273
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.<get-contentTips>.<anonymous>' call
|
|
1274
|
-
tmp$ret$0 = element_0.
|
|
1274
|
+
tmp$ret$0 = element_0.tips;
|
|
1275
1275
|
var list = tmp$ret$0;
|
|
1276
1276
|
addAll(tmp0_flatMapTo_0, list);
|
|
1277
1277
|
}
|
|
@@ -1298,7 +1298,7 @@
|
|
|
1298
1298
|
function Companion_1() {
|
|
1299
1299
|
Companion_instance_1 = this;
|
|
1300
1300
|
}
|
|
1301
|
-
protoOf(Companion_1).
|
|
1301
|
+
protoOf(Companion_1).m2t = function (_this__u8e3s4) {
|
|
1302
1302
|
var tmp$ret$3;
|
|
1303
1303
|
// Inline function 'kotlin.collections.mapNotNullTo' call
|
|
1304
1304
|
var tmp0_mapNotNullTo = get_REGEX_SEQUENCE_SEPARATOR().ec(_this__u8e3s4);
|
|
@@ -1403,7 +1403,7 @@
|
|
|
1403
1403
|
function Companion_2() {
|
|
1404
1404
|
Companion_instance_2 = this;
|
|
1405
1405
|
}
|
|
1406
|
-
protoOf(Companion_2).
|
|
1406
|
+
protoOf(Companion_2).n2t = function (_this__u8e3s4) {
|
|
1407
1407
|
var tmp0_subject = _this__u8e3s4;
|
|
1408
1408
|
switch (tmp0_subject) {
|
|
1409
1409
|
case 'clicked':
|
|
@@ -1521,32 +1521,32 @@
|
|
|
1521
1521
|
AnalyticsEvent.call($this);
|
|
1522
1522
|
Companion_getInstance_59();
|
|
1523
1523
|
parser.u2r(2, get_XMLNS_ANALYTICS(), 'event');
|
|
1524
|
-
$this.v2s_1 = parser.
|
|
1524
|
+
$this.v2s_1 = parser.o2t('id');
|
|
1525
1525
|
var tmp = $this;
|
|
1526
1526
|
var tmp$ret$0;
|
|
1527
1527
|
// Inline function 'kotlin.text.orEmpty' call
|
|
1528
|
-
var tmp0_orEmpty = parser.
|
|
1528
|
+
var tmp0_orEmpty = parser.o2t('action');
|
|
1529
1529
|
var tmp0_elvis_lhs = tmp0_orEmpty;
|
|
1530
1530
|
tmp$ret$0 = tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
|
|
1531
1531
|
tmp.action = tmp$ret$0;
|
|
1532
1532
|
var tmp_0 = $this;
|
|
1533
|
-
var tmp0_safe_receiver = parser.
|
|
1533
|
+
var tmp0_safe_receiver = parser.o2t('delay');
|
|
1534
1534
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : toIntOrNull(tmp0_safe_receiver);
|
|
1535
1535
|
tmp_0.delay = tmp1_elvis_lhs == null ? 0 : tmp1_elvis_lhs;
|
|
1536
1536
|
var tmp_1 = $this;
|
|
1537
1537
|
var tmp$ret$1;
|
|
1538
1538
|
// Inline function 'kotlin.collections.orEmpty' call
|
|
1539
|
-
var tmp2_safe_receiver = parser.
|
|
1540
|
-
var tmp1_orEmpty = tmp2_safe_receiver == null ? null : Companion_getInstance_4().
|
|
1539
|
+
var tmp2_safe_receiver = parser.o2t('system');
|
|
1540
|
+
var tmp1_orEmpty = tmp2_safe_receiver == null ? null : Companion_getInstance_4().m2t(tmp2_safe_receiver);
|
|
1541
1541
|
var tmp0_elvis_lhs_0 = tmp1_orEmpty;
|
|
1542
1542
|
tmp$ret$1 = tmp0_elvis_lhs_0 == null ? emptySet() : tmp0_elvis_lhs_0;
|
|
1543
1543
|
tmp_1.systems = tmp$ret$1;
|
|
1544
1544
|
var tmp_2 = $this;
|
|
1545
|
-
var tmp3_safe_receiver = parser.
|
|
1546
|
-
var tmp4_elvis_lhs = tmp3_safe_receiver == null ? null : Companion_getInstance_5().
|
|
1545
|
+
var tmp3_safe_receiver = parser.o2t('trigger');
|
|
1546
|
+
var tmp4_elvis_lhs = tmp3_safe_receiver == null ? null : Companion_getInstance_5().n2t(tmp3_safe_receiver);
|
|
1547
1547
|
tmp_2.w2s_1 = tmp4_elvis_lhs == null ? Trigger_DEFAULT_getInstance() : tmp4_elvis_lhs;
|
|
1548
1548
|
var tmp_3 = $this;
|
|
1549
|
-
var tmp5_safe_receiver = parser.
|
|
1549
|
+
var tmp5_safe_receiver = parser.o2t('limit');
|
|
1550
1550
|
tmp_3.x2s_1 = tmp5_safe_receiver == null ? null : toIntOrNull(tmp5_safe_receiver);
|
|
1551
1551
|
var tmp_4 = $this;
|
|
1552
1552
|
var tmp$ret$6;
|
|
@@ -1577,13 +1577,13 @@
|
|
|
1577
1577
|
if (tmp1_subject === 'attribute') {
|
|
1578
1578
|
var tmp$ret$2;
|
|
1579
1579
|
// Inline function 'kotlin.text.orEmpty' call
|
|
1580
|
-
var tmp0_orEmpty_0 = parser.
|
|
1580
|
+
var tmp0_orEmpty_0 = parser.o2t('key');
|
|
1581
1581
|
var tmp0_elvis_lhs_1 = tmp0_orEmpty_0;
|
|
1582
1582
|
tmp$ret$2 = tmp0_elvis_lhs_1 == null ? '' : tmp0_elvis_lhs_1;
|
|
1583
1583
|
var tmp_7 = tmp$ret$2;
|
|
1584
1584
|
var tmp$ret$3;
|
|
1585
1585
|
// Inline function 'kotlin.text.orEmpty' call
|
|
1586
|
-
var tmp1_orEmpty_0 = parser.
|
|
1586
|
+
var tmp1_orEmpty_0 = parser.o2t('value');
|
|
1587
1587
|
var tmp0_elvis_lhs_2 = tmp1_orEmpty_0;
|
|
1588
1588
|
tmp$ret$3 = tmp0_elvis_lhs_2 == null ? '' : tmp0_elvis_lhs_2;
|
|
1589
1589
|
tmp2_apply.u2(tmp_7, tmp$ret$3);
|
|
@@ -1693,26 +1693,26 @@
|
|
|
1693
1693
|
Trigger_initEntries();
|
|
1694
1694
|
return Trigger_UNKNOWN_instance;
|
|
1695
1695
|
}
|
|
1696
|
-
protoOf(AnalyticsEvent).
|
|
1696
|
+
protoOf(AnalyticsEvent).q2u = function () {
|
|
1697
1697
|
var tmp0_elvis_lhs = this.v2s_1;
|
|
1698
1698
|
return tmp0_elvis_lhs == null ? this.action : tmp0_elvis_lhs;
|
|
1699
1699
|
};
|
|
1700
|
-
protoOf(AnalyticsEvent).
|
|
1700
|
+
protoOf(AnalyticsEvent).r2u = function () {
|
|
1701
1701
|
return this.action;
|
|
1702
1702
|
};
|
|
1703
|
-
protoOf(AnalyticsEvent).
|
|
1703
|
+
protoOf(AnalyticsEvent).s2u = function () {
|
|
1704
1704
|
return this.delay;
|
|
1705
1705
|
};
|
|
1706
|
-
protoOf(AnalyticsEvent).
|
|
1706
|
+
protoOf(AnalyticsEvent).t2u = function () {
|
|
1707
1707
|
return this.systems;
|
|
1708
1708
|
};
|
|
1709
|
-
protoOf(AnalyticsEvent).
|
|
1709
|
+
protoOf(AnalyticsEvent).u2u = function () {
|
|
1710
1710
|
return this.w2s_1;
|
|
1711
1711
|
};
|
|
1712
|
-
protoOf(AnalyticsEvent).
|
|
1712
|
+
protoOf(AnalyticsEvent).v2u = function () {
|
|
1713
1713
|
return this.x2s_1;
|
|
1714
1714
|
};
|
|
1715
|
-
protoOf(AnalyticsEvent).
|
|
1715
|
+
protoOf(AnalyticsEvent).w2u = function () {
|
|
1716
1716
|
return this.attributes;
|
|
1717
1717
|
};
|
|
1718
1718
|
protoOf(AnalyticsEvent).y2s = function (types) {
|
|
@@ -1722,17 +1722,17 @@
|
|
|
1722
1722
|
return this.systems.v(system);
|
|
1723
1723
|
};
|
|
1724
1724
|
protoOf(AnalyticsEvent).shouldTrigger = function (state) {
|
|
1725
|
-
return this.x2s_1 == null ? true : state.x18(this.
|
|
1725
|
+
return this.x2s_1 == null ? true : state.x18(this.q2u()) < this.x2s_1;
|
|
1726
1726
|
};
|
|
1727
1727
|
protoOf(AnalyticsEvent).recordTriggered = function (state) {
|
|
1728
|
-
return state.y18(this.
|
|
1728
|
+
return state.y18(this.q2u());
|
|
1729
1729
|
};
|
|
1730
1730
|
function AnalyticsEvent() {
|
|
1731
1731
|
Companion_getInstance_6();
|
|
1732
1732
|
}
|
|
1733
1733
|
function Companion_4() {
|
|
1734
1734
|
Companion_instance_4 = this;
|
|
1735
|
-
this.
|
|
1735
|
+
this.x2u_1 = 'animation';
|
|
1736
1736
|
}
|
|
1737
1737
|
var Companion_instance_4;
|
|
1738
1738
|
function Companion_getInstance_7() {
|
|
@@ -1747,30 +1747,30 @@
|
|
|
1747
1747
|
var tmp = get_XMLNS_CONTENT();
|
|
1748
1748
|
Companion_getInstance_7();
|
|
1749
1749
|
parser.u2r(2, tmp, 'animation');
|
|
1750
|
-
$this.
|
|
1750
|
+
$this.g2v_1 = parser.n2v(null, 'resource');
|
|
1751
1751
|
var tmp_0 = $this;
|
|
1752
|
-
var tmp0_safe_receiver = parser.
|
|
1752
|
+
var tmp0_safe_receiver = parser.n2v(null, 'loop');
|
|
1753
1753
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : toBoolean(tmp0_safe_receiver);
|
|
1754
|
-
tmp_0.
|
|
1754
|
+
tmp_0.h2v_1 = tmp1_elvis_lhs == null ? true : tmp1_elvis_lhs;
|
|
1755
1755
|
var tmp_1 = $this;
|
|
1756
|
-
var tmp2_safe_receiver = parser.
|
|
1756
|
+
var tmp2_safe_receiver = parser.n2v(null, 'autoplay');
|
|
1757
1757
|
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : toBoolean(tmp2_safe_receiver);
|
|
1758
|
-
tmp_1.
|
|
1758
|
+
tmp_1.i2v_1 = tmp3_elvis_lhs == null ? true : tmp3_elvis_lhs;
|
|
1759
1759
|
var tmp_2 = $this;
|
|
1760
1760
|
var tmp$ret$0;
|
|
1761
1761
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
1762
|
-
var tmp0_toEventIds = parser.
|
|
1763
|
-
tmp$ret$0 = Companion_getInstance_17().
|
|
1764
|
-
tmp_2.
|
|
1762
|
+
var tmp0_toEventIds = parser.o2t('play-listeners');
|
|
1763
|
+
tmp$ret$0 = Companion_getInstance_17().o2v(tmp0_toEventIds);
|
|
1764
|
+
tmp_2.j2v_1 = toSet_0(tmp$ret$0);
|
|
1765
1765
|
var tmp_3 = $this;
|
|
1766
1766
|
var tmp$ret$1;
|
|
1767
1767
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
1768
|
-
var tmp1_toEventIds = parser.
|
|
1769
|
-
tmp$ret$1 = Companion_getInstance_17().
|
|
1770
|
-
tmp_3.
|
|
1768
|
+
var tmp1_toEventIds = parser.o2t('stop-listeners');
|
|
1769
|
+
tmp$ret$1 = Companion_getInstance_17().o2v(tmp1_toEventIds);
|
|
1770
|
+
tmp_3.k2v_1 = toSet_0(tmp$ret$1);
|
|
1771
1771
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseClickableAttrs' call
|
|
1772
1772
|
// Inline function 'kotlin.contracts.contract' call
|
|
1773
|
-
var rawUrl = parser.
|
|
1773
|
+
var rawUrl = parser.o2t(_get_XML_URL_$accessor$11tx9p3_lkk5sb());
|
|
1774
1774
|
var tmp_4;
|
|
1775
1775
|
var tmp0_safe_receiver_0 = rawUrl;
|
|
1776
1776
|
if ((tmp0_safe_receiver_0 == null ? null : get_hasUriScheme(tmp0_safe_receiver_0)) === false) {
|
|
@@ -1784,26 +1784,26 @@
|
|
|
1784
1784
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Animation.<init>.<anonymous>' call
|
|
1785
1785
|
var tmp$ret$2;
|
|
1786
1786
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
1787
|
-
var tmp2_toEventIds = parser.
|
|
1788
|
-
tmp$ret$2 = Companion_getInstance_17().
|
|
1787
|
+
var tmp2_toEventIds = parser.o2t(_get_XML_EVENTS_$accessor$11tx9p3_otmgk5());
|
|
1788
|
+
tmp$ret$2 = Companion_getInstance_17().o2v(tmp2_toEventIds);
|
|
1789
1789
|
var tmp3__anonymous__ufb84q = tmp$ret$2;
|
|
1790
|
-
$this.
|
|
1791
|
-
$this.
|
|
1790
|
+
$this.l2v_1 = tmp3__anonymous__ufb84q;
|
|
1791
|
+
$this.m2v_1 = uri;
|
|
1792
1792
|
skipTag(parser);
|
|
1793
1793
|
return $this;
|
|
1794
1794
|
}
|
|
1795
1795
|
function Animation_init_$Create$(parent, parser) {
|
|
1796
1796
|
return Animation_init_$Init$(parent, parser, objectCreate(protoOf(Animation)));
|
|
1797
1797
|
}
|
|
1798
|
-
protoOf(Animation).
|
|
1799
|
-
return this.
|
|
1798
|
+
protoOf(Animation).p2v = function () {
|
|
1799
|
+
return this.l2v_1;
|
|
1800
1800
|
};
|
|
1801
|
-
protoOf(Animation).
|
|
1802
|
-
return this.
|
|
1801
|
+
protoOf(Animation).q2v = function () {
|
|
1802
|
+
return this.m2v_1;
|
|
1803
1803
|
};
|
|
1804
1804
|
protoOf(Animation).i2s = function () {
|
|
1805
1805
|
var tmp;
|
|
1806
|
-
var tmp_0 = this.a2p().
|
|
1806
|
+
var tmp_0 = this.a2p().q2t_1;
|
|
1807
1807
|
Companion_getInstance_2();
|
|
1808
1808
|
if (!tmp_0.j2r('animation')) {
|
|
1809
1809
|
tmp = true;
|
|
@@ -1818,7 +1818,7 @@
|
|
|
1818
1818
|
function Companion_5() {
|
|
1819
1819
|
Companion_instance_5 = this;
|
|
1820
1820
|
}
|
|
1821
|
-
protoOf(Companion_5).
|
|
1821
|
+
protoOf(Companion_5).r2v = function (_this__u8e3s4) {
|
|
1822
1822
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
1823
1823
|
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : split(tmp0_safe_receiver, charArrayOf([_Char___init__impl__6a9atx(58)]));
|
|
1824
1824
|
var tmp;
|
|
@@ -1877,15 +1877,15 @@
|
|
|
1877
1877
|
}
|
|
1878
1878
|
function AspectRatio(width, height) {
|
|
1879
1879
|
Companion_getInstance_8();
|
|
1880
|
-
this.
|
|
1881
|
-
this.
|
|
1880
|
+
this.s2v_1 = width;
|
|
1881
|
+
this.t2v_1 = height;
|
|
1882
1882
|
}
|
|
1883
1883
|
protoOf(AspectRatio).toString = function () {
|
|
1884
|
-
return 'AspectRatio(width=' + this.
|
|
1884
|
+
return 'AspectRatio(width=' + this.s2v_1 + ', height=' + this.t2v_1 + ')';
|
|
1885
1885
|
};
|
|
1886
1886
|
protoOf(AspectRatio).hashCode = function () {
|
|
1887
|
-
var result = this.
|
|
1888
|
-
result = imul(result, 31) + this.
|
|
1887
|
+
var result = this.s2v_1;
|
|
1888
|
+
result = imul(result, 31) + this.t2v_1 | 0;
|
|
1889
1889
|
return result;
|
|
1890
1890
|
};
|
|
1891
1891
|
protoOf(AspectRatio).equals = function (other) {
|
|
@@ -1894,19 +1894,19 @@
|
|
|
1894
1894
|
if (!(other instanceof AspectRatio))
|
|
1895
1895
|
return false;
|
|
1896
1896
|
var tmp0_other_with_cast = other instanceof AspectRatio ? other : THROW_CCE();
|
|
1897
|
-
if (!(this.
|
|
1897
|
+
if (!(this.s2v_1 === tmp0_other_with_cast.s2v_1))
|
|
1898
1898
|
return false;
|
|
1899
|
-
if (!(this.
|
|
1899
|
+
if (!(this.t2v_1 === tmp0_other_with_cast.t2v_1))
|
|
1900
1900
|
return false;
|
|
1901
1901
|
return true;
|
|
1902
1902
|
};
|
|
1903
|
+
function getResource(_this__u8e3s4, name) {
|
|
1904
|
+
return _this__u8e3s4.a2p().u2v(name);
|
|
1905
|
+
}
|
|
1903
1906
|
function get_manifest(_this__u8e3s4) {
|
|
1904
1907
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
1905
1908
|
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.a2p();
|
|
1906
1909
|
}
|
|
1907
|
-
function getResource(_this__u8e3s4, name) {
|
|
1908
|
-
return _this__u8e3s4.a2p().p2v(name);
|
|
1909
|
-
}
|
|
1910
1910
|
function BaseModel(parent) {
|
|
1911
1911
|
parent = parent === VOID ? null : parent;
|
|
1912
1912
|
this.z2s_1 = parent;
|
|
@@ -1948,9 +1948,9 @@
|
|
|
1948
1948
|
var Type_UNKNOWN_instance;
|
|
1949
1949
|
function Companion_6() {
|
|
1950
1950
|
Companion_instance_6 = this;
|
|
1951
|
-
this.
|
|
1951
|
+
this.v2v_1 = Type_UNKNOWN_getInstance();
|
|
1952
1952
|
}
|
|
1953
|
-
protoOf(Companion_6).
|
|
1953
|
+
protoOf(Companion_6).w2v = function (_this__u8e3s4) {
|
|
1954
1954
|
var tmp0_subject = _this__u8e3s4;
|
|
1955
1955
|
switch (tmp0_subject) {
|
|
1956
1956
|
case 'event':
|
|
@@ -1984,7 +1984,7 @@
|
|
|
1984
1984
|
function Companion_7() {
|
|
1985
1985
|
Companion_instance_7 = this;
|
|
1986
1986
|
}
|
|
1987
|
-
protoOf(Companion_7).
|
|
1987
|
+
protoOf(Companion_7).x2v = function (_this__u8e3s4) {
|
|
1988
1988
|
var tmp0_subject = _this__u8e3s4;
|
|
1989
1989
|
switch (tmp0_subject) {
|
|
1990
1990
|
case 'contained':
|
|
@@ -2014,12 +2014,12 @@
|
|
|
2014
2014
|
}
|
|
2015
2015
|
function Companion_8() {
|
|
2016
2016
|
Companion_instance_8 = this;
|
|
2017
|
-
this.
|
|
2018
|
-
this.
|
|
2019
|
-
this.
|
|
2020
|
-
this.
|
|
2021
|
-
this.
|
|
2022
|
-
this.
|
|
2017
|
+
this.y2v_1 = 'button';
|
|
2018
|
+
this.z2v_1 = Horizontal_CENTER_getInstance();
|
|
2019
|
+
this.a2w_1 = new Percent(1.0);
|
|
2020
|
+
this.b2w_1 = get_TRANSPARENT();
|
|
2021
|
+
this.c2w_1 = Horizontal_START_getInstance();
|
|
2022
|
+
this.d2w_1 = 18;
|
|
2023
2023
|
}
|
|
2024
2024
|
var Companion_instance_8;
|
|
2025
2025
|
function Companion_getInstance_11() {
|
|
@@ -2031,7 +2031,7 @@
|
|
|
2031
2031
|
var tmp$ret$0;
|
|
2032
2032
|
// Inline function 'kotlin.getValue' call
|
|
2033
2033
|
var tmp0_getValue = defaultTextStyles$factory();
|
|
2034
|
-
tmp$ret$0 = $this.
|
|
2034
|
+
tmp$ret$0 = $this.w2w_1.o1();
|
|
2035
2035
|
return tmp$ret$0;
|
|
2036
2036
|
}
|
|
2037
2037
|
function Button_init_$Init$(parent, parser, $this) {
|
|
@@ -2041,10 +2041,10 @@
|
|
|
2041
2041
|
var tmp = get_XMLNS_CONTENT();
|
|
2042
2042
|
Companion_getInstance_11();
|
|
2043
2043
|
parser.u2r(2, tmp, 'button');
|
|
2044
|
-
var type = Companion_getInstance_9().
|
|
2044
|
+
var type = Companion_getInstance_9().w2v(parser.o2t('type'));
|
|
2045
2045
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseClickableAttrs' call
|
|
2046
2046
|
// Inline function 'kotlin.contracts.contract' call
|
|
2047
|
-
var rawUrl = parser.
|
|
2047
|
+
var rawUrl = parser.o2t(_get_XML_URL_$accessor$11tx9p3_lkk5sb());
|
|
2048
2048
|
var tmp_0;
|
|
2049
2049
|
var tmp0_safe_receiver = rawUrl;
|
|
2050
2050
|
if ((tmp0_safe_receiver == null ? null : get_hasUriScheme(tmp0_safe_receiver)) === false) {
|
|
@@ -2058,20 +2058,20 @@
|
|
|
2058
2058
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Button.<init>.<anonymous>' call
|
|
2059
2059
|
var tmp$ret$0;
|
|
2060
2060
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
2061
|
-
var tmp0_toEventIds = parser.
|
|
2062
|
-
tmp$ret$0 = Companion_getInstance_17().
|
|
2061
|
+
var tmp0_toEventIds = parser.o2t(_get_XML_EVENTS_$accessor$11tx9p3_otmgk5());
|
|
2062
|
+
tmp$ret$0 = Companion_getInstance_17().o2v(tmp0_toEventIds);
|
|
2063
2063
|
var tmp1__anonymous__uwfjfc = tmp$ret$0;
|
|
2064
|
-
$this.
|
|
2065
|
-
$this.
|
|
2064
|
+
$this.m2w_1 = (type == null ? true : equals(type, Type_EVENT_getInstance())) ? tmp1__anonymous__uwfjfc : emptyList();
|
|
2065
|
+
$this.n2w_1 = (type == null ? true : equals(type, Type_URL_getInstance())) ? uri : null;
|
|
2066
2066
|
var tmp_1 = $this;
|
|
2067
|
-
var tmp0_safe_receiver_0 = parser.
|
|
2068
|
-
tmp_1.
|
|
2067
|
+
var tmp0_safe_receiver_0 = parser.o2t('style');
|
|
2068
|
+
tmp_1.o2w_1 = tmp0_safe_receiver_0 == null ? null : Companion_getInstance_10().x2v(tmp0_safe_receiver_0);
|
|
2069
2069
|
var tmp_2 = $this;
|
|
2070
|
-
var tmp1_safe_receiver = Companion_getInstance_22().
|
|
2071
|
-
var tmp2_elvis_lhs = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.
|
|
2072
|
-
tmp_2.
|
|
2070
|
+
var tmp1_safe_receiver = Companion_getInstance_22().a2x(parser.o2t('gravity'));
|
|
2071
|
+
var tmp2_elvis_lhs = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.b2x_1;
|
|
2072
|
+
tmp_2.p2w_1 = tmp2_elvis_lhs == null ? Companion_getInstance_11().z2v_1 : tmp2_elvis_lhs;
|
|
2073
2073
|
var tmp_3 = $this;
|
|
2074
|
-
var tmp3_safe_receiver = Companion_getInstance_16().
|
|
2074
|
+
var tmp3_safe_receiver = Companion_getInstance_16().d2x(parser.o2t('width'));
|
|
2075
2075
|
var tmp_4;
|
|
2076
2076
|
if (tmp3_safe_receiver == null) {
|
|
2077
2077
|
tmp_4 = null;
|
|
@@ -2092,21 +2092,21 @@
|
|
|
2092
2092
|
tmp_4 = tmp$ret$2;
|
|
2093
2093
|
}
|
|
2094
2094
|
var tmp4_elvis_lhs = tmp_4;
|
|
2095
|
-
tmp_3.
|
|
2095
|
+
tmp_3.q2w_1 = tmp4_elvis_lhs == null ? Companion_getInstance_11().a2w_1 : tmp4_elvis_lhs;
|
|
2096
2096
|
var tmp_6 = $this;
|
|
2097
|
-
var tmp5_safe_receiver = parser.
|
|
2098
|
-
tmp_6.
|
|
2097
|
+
var tmp5_safe_receiver = parser.o2t('color');
|
|
2098
|
+
tmp_6.r2w_1 = tmp5_safe_receiver == null ? null : toColorOrNull(tmp5_safe_receiver);
|
|
2099
2099
|
var tmp_7 = $this;
|
|
2100
|
-
var tmp6_safe_receiver = parser.
|
|
2100
|
+
var tmp6_safe_receiver = parser.o2t(get_XML_BACKGROUND_COLOR());
|
|
2101
2101
|
var tmp7_elvis_lhs = tmp6_safe_receiver == null ? null : toColorOrNull(tmp6_safe_receiver);
|
|
2102
|
-
tmp_7.
|
|
2103
|
-
$this.
|
|
2102
|
+
tmp_7.s2w_1 = tmp7_elvis_lhs == null ? Companion_getInstance_11().b2w_1 : tmp7_elvis_lhs;
|
|
2103
|
+
$this.t2w_1 = parser.o2t('icon');
|
|
2104
2104
|
var tmp_8 = $this;
|
|
2105
|
-
var tmp8_safe_receiver = Companion_getInstance_22().
|
|
2106
|
-
var tmp9_elvis_lhs = tmp8_safe_receiver == null ? null : tmp8_safe_receiver.
|
|
2107
|
-
tmp_8.
|
|
2105
|
+
var tmp8_safe_receiver = Companion_getInstance_22().a2x(parser.o2t('icon-gravity'));
|
|
2106
|
+
var tmp9_elvis_lhs = tmp8_safe_receiver == null ? null : tmp8_safe_receiver.b2x_1;
|
|
2107
|
+
tmp_8.v2w_1 = tmp9_elvis_lhs == null ? Companion_getInstance_11().c2w_1 : tmp9_elvis_lhs;
|
|
2108
2108
|
var tmp_9 = $this;
|
|
2109
|
-
var tmp10_safe_receiver = parser.
|
|
2109
|
+
var tmp10_safe_receiver = parser.o2t('icon-size');
|
|
2110
2110
|
var tmp11_elvis_lhs = tmp10_safe_receiver == null ? null : toIntOrNull(tmp10_safe_receiver);
|
|
2111
2111
|
var tmp_10;
|
|
2112
2112
|
if (tmp11_elvis_lhs == null) {
|
|
@@ -2115,20 +2115,20 @@
|
|
|
2115
2115
|
} else {
|
|
2116
2116
|
tmp_10 = tmp11_elvis_lhs;
|
|
2117
2117
|
}
|
|
2118
|
-
tmp_9.
|
|
2118
|
+
tmp_9.u2w_1 = tmp_10;
|
|
2119
2119
|
var tmp_11 = $this;
|
|
2120
2120
|
var tmp$ret$3;
|
|
2121
2121
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
2122
2122
|
tmp$ret$3 = ArrayList_init_$Create$();
|
|
2123
|
-
tmp_11.
|
|
2123
|
+
tmp_11.y2w_1 = tmp$ret$3;
|
|
2124
2124
|
var tmp_12 = $this;
|
|
2125
2125
|
var tmp_13 = _get_defaultTextStyles__fjozb5($this);
|
|
2126
2126
|
var tmp_14 = get_XMLNS_CONTENT();
|
|
2127
2127
|
Companion_getInstance_11();
|
|
2128
2128
|
var tmp12_elvis_lhs = parseTextChild(parser, tmp_13, tmp_14, 'button', Button$_init_$lambda_iw8cbr(parser, $this));
|
|
2129
|
-
tmp_12.
|
|
2129
|
+
tmp_12.x2w_1 = tmp12_elvis_lhs == null ? createTestText(_get_defaultTextStyles__fjozb5($this)) : tmp12_elvis_lhs;
|
|
2130
2130
|
// Inline function 'kotlin.collections.forEach' call
|
|
2131
|
-
var tmp2_forEach = $this.
|
|
2131
|
+
var tmp2_forEach = $this.y2w_1;
|
|
2132
2132
|
var tmp0_iterator = tmp2_forEach.f();
|
|
2133
2133
|
while (tmp0_iterator.g()) {
|
|
2134
2134
|
var element = tmp0_iterator.h();
|
|
@@ -2154,7 +2154,7 @@
|
|
|
2154
2154
|
}
|
|
2155
2155
|
function Button$defaultTextStyles$delegate$lambda$lambda_0(this$0) {
|
|
2156
2156
|
return function () {
|
|
2157
|
-
var tmp0_subject = this$0.
|
|
2157
|
+
var tmp0_subject = this$0.e2x();
|
|
2158
2158
|
var tmp0 = tmp0_subject.d4_1;
|
|
2159
2159
|
var tmp;
|
|
2160
2160
|
switch (tmp0) {
|
|
@@ -2163,7 +2163,7 @@
|
|
|
2163
2163
|
tmp = get_primaryTextColor_0(this$0.a2t());
|
|
2164
2164
|
break;
|
|
2165
2165
|
case 1:
|
|
2166
|
-
tmp = this$0.
|
|
2166
|
+
tmp = this$0.f2x();
|
|
2167
2167
|
break;
|
|
2168
2168
|
default:
|
|
2169
2169
|
noWhenBranchMatchedException();
|
|
@@ -2188,7 +2188,7 @@
|
|
|
2188
2188
|
Companion_getInstance_6();
|
|
2189
2189
|
if (tmp1_subject === 'events') {
|
|
2190
2190
|
var tmp2_this = this$0;
|
|
2191
|
-
var tmp0_plusAssign = tmp2_this.
|
|
2191
|
+
var tmp0_plusAssign = tmp2_this.y2w_1;
|
|
2192
2192
|
var tmp1_plusAssign = Companion_getInstance_6().y2r($parser, this$0);
|
|
2193
2193
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
2194
2194
|
tmp_0 = Unit_getInstance();
|
|
@@ -2222,18 +2222,18 @@
|
|
|
2222
2222
|
Style_initEntries();
|
|
2223
2223
|
return Style_UNKNOWN_instance;
|
|
2224
2224
|
}
|
|
2225
|
-
protoOf(Button).
|
|
2226
|
-
return this.
|
|
2225
|
+
protoOf(Button).p2v = function () {
|
|
2226
|
+
return this.m2w_1;
|
|
2227
2227
|
};
|
|
2228
|
-
protoOf(Button).
|
|
2229
|
-
return this.
|
|
2228
|
+
protoOf(Button).q2v = function () {
|
|
2229
|
+
return this.n2w_1;
|
|
2230
2230
|
};
|
|
2231
|
-
protoOf(Button).
|
|
2232
|
-
var tmp0_elvis_lhs = this.
|
|
2231
|
+
protoOf(Button).e2x = function () {
|
|
2232
|
+
var tmp0_elvis_lhs = this.o2w_1;
|
|
2233
2233
|
return tmp0_elvis_lhs == null ? get_buttonStyle_0(this.a2t()) : tmp0_elvis_lhs;
|
|
2234
2234
|
};
|
|
2235
|
-
protoOf(Button).
|
|
2236
|
-
var tmp0_elvis_lhs = this.
|
|
2235
|
+
protoOf(Button).f2x = function () {
|
|
2236
|
+
var tmp0_elvis_lhs = this.r2w_1;
|
|
2237
2237
|
var tmp;
|
|
2238
2238
|
if (tmp0_elvis_lhs == null) {
|
|
2239
2239
|
var tmp$ret$1;
|
|
@@ -2243,7 +2243,7 @@
|
|
|
2243
2243
|
var tmp$ret$0;
|
|
2244
2244
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Button.<get-buttonColor>.<anonymous>' call
|
|
2245
2245
|
var tmp0_safe_receiver = tmp0_let;
|
|
2246
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
2246
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.f2x();
|
|
2247
2247
|
tmp$ret$0 = tmp1_elvis_lhs == null ? get_primaryColor_0(tmp0_let) : tmp1_elvis_lhs;
|
|
2248
2248
|
tmp$ret$1 = tmp$ret$0;
|
|
2249
2249
|
tmp = tmp$ret$1;
|
|
@@ -2253,7 +2253,7 @@
|
|
|
2253
2253
|
return tmp;
|
|
2254
2254
|
};
|
|
2255
2255
|
protoOf(Button).i2s = function () {
|
|
2256
|
-
return (protoOf(Content).i2s.call(this) ? true : !this.
|
|
2256
|
+
return (protoOf(Content).i2s.call(this) ? true : !this.g2x()) ? true : this.e2x().equals(Style_UNKNOWN_getInstance());
|
|
2257
2257
|
};
|
|
2258
2258
|
protoOf(Button)._getAnalyticsEvents = function (type) {
|
|
2259
2259
|
var tmp0_subject = type;
|
|
@@ -2262,7 +2262,7 @@
|
|
|
2262
2262
|
if (tmp0 === 3) {
|
|
2263
2263
|
var tmp$ret$2;
|
|
2264
2264
|
// Inline function 'kotlin.collections.filter' call
|
|
2265
|
-
var tmp1_filter = this.
|
|
2265
|
+
var tmp1_filter = this.y2w_1;
|
|
2266
2266
|
var tmp$ret$1;
|
|
2267
2267
|
// Inline function 'kotlin.collections.filterTo' call
|
|
2268
2268
|
var tmp0_filterTo = ArrayList_init_$Create$();
|
|
@@ -2288,7 +2288,7 @@
|
|
|
2288
2288
|
function Button() {
|
|
2289
2289
|
Companion_getInstance_11();
|
|
2290
2290
|
var tmp = this;
|
|
2291
|
-
tmp.
|
|
2291
|
+
tmp.w2w_1 = lazy(Button$defaultTextStyles$delegate$lambda(this));
|
|
2292
2292
|
}
|
|
2293
2293
|
function defaultTextStyles$factory() {
|
|
2294
2294
|
return getPropertyCallableRef('defaultTextStyles', 1, KProperty1, function (receiver) {
|
|
@@ -2297,8 +2297,8 @@
|
|
|
2297
2297
|
}
|
|
2298
2298
|
function Companion_9() {
|
|
2299
2299
|
Companion_instance_9 = this;
|
|
2300
|
-
this.
|
|
2301
|
-
this.
|
|
2300
|
+
this.h2x_1 = 'card';
|
|
2301
|
+
this.i2x_1 = 'card-background-color';
|
|
2302
2302
|
}
|
|
2303
2303
|
var Companion_instance_9;
|
|
2304
2304
|
function Companion_getInstance_12() {
|
|
@@ -2313,10 +2313,10 @@
|
|
|
2313
2313
|
var tmp = get_XMLNS_CONTENT();
|
|
2314
2314
|
Companion_getInstance_12();
|
|
2315
2315
|
parser.u2r(2, tmp, 'card');
|
|
2316
|
-
$this.
|
|
2316
|
+
$this.r2x_1 = toColorOrNull(parser.o2t(get_XML_BACKGROUND_COLOR()));
|
|
2317
2317
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseClickableAttrs' call
|
|
2318
2318
|
// Inline function 'kotlin.contracts.contract' call
|
|
2319
|
-
var rawUrl = parser.
|
|
2319
|
+
var rawUrl = parser.o2t(_get_XML_URL_$accessor$11tx9p3_lkk5sb());
|
|
2320
2320
|
var tmp_0;
|
|
2321
2321
|
var tmp0_safe_receiver = rawUrl;
|
|
2322
2322
|
if ((tmp0_safe_receiver == null ? null : get_hasUriScheme(tmp0_safe_receiver)) === false) {
|
|
@@ -2330,11 +2330,11 @@
|
|
|
2330
2330
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Card.<init>.<anonymous>' call
|
|
2331
2331
|
var tmp$ret$0;
|
|
2332
2332
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
2333
|
-
var tmp0_toEventIds = parser.
|
|
2334
|
-
tmp$ret$0 = Companion_getInstance_17().
|
|
2333
|
+
var tmp0_toEventIds = parser.o2t(_get_XML_EVENTS_$accessor$11tx9p3_otmgk5());
|
|
2334
|
+
tmp$ret$0 = Companion_getInstance_17().o2v(tmp0_toEventIds);
|
|
2335
2335
|
var tmp1__anonymous__uwfjfc = tmp$ret$0;
|
|
2336
|
-
$this.
|
|
2337
|
-
$this.
|
|
2336
|
+
$this.t2x_1 = tmp1__anonymous__uwfjfc;
|
|
2337
|
+
$this.u2x_1 = uri;
|
|
2338
2338
|
var tmp_1 = $this;
|
|
2339
2339
|
var tmp$ret$9;
|
|
2340
2340
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseContent' call
|
|
@@ -2414,24 +2414,24 @@
|
|
|
2414
2414
|
tmp$ret$7 = tmp$ret$6.u7();
|
|
2415
2415
|
tmp$ret$8 = tmp$ret$7;
|
|
2416
2416
|
tmp$ret$9 = tmp$ret$8;
|
|
2417
|
-
tmp_1.
|
|
2417
|
+
tmp_1.s2x_1 = tmp$ret$9;
|
|
2418
2418
|
return $this;
|
|
2419
2419
|
}
|
|
2420
2420
|
function Card_init_$Create$(parent, parser) {
|
|
2421
2421
|
return Card_init_$Init$(parent, parser, objectCreate(protoOf(Card)));
|
|
2422
2422
|
}
|
|
2423
2423
|
protoOf(Card).t2s = function () {
|
|
2424
|
-
return this.
|
|
2424
|
+
return this.s2x_1;
|
|
2425
2425
|
};
|
|
2426
|
-
protoOf(Card).
|
|
2427
|
-
return this.
|
|
2426
|
+
protoOf(Card).p2v = function () {
|
|
2427
|
+
return this.t2x_1;
|
|
2428
2428
|
};
|
|
2429
|
-
protoOf(Card).
|
|
2430
|
-
return this.
|
|
2429
|
+
protoOf(Card).q2v = function () {
|
|
2430
|
+
return this.u2x_1;
|
|
2431
2431
|
};
|
|
2432
2432
|
protoOf(Card).i2s = function () {
|
|
2433
2433
|
var tmp;
|
|
2434
|
-
var tmp_0 = this.a2p().
|
|
2434
|
+
var tmp_0 = this.a2p().q2t_1;
|
|
2435
2435
|
Companion_getInstance_2();
|
|
2436
2436
|
if (!tmp_0.j2r('content_card')) {
|
|
2437
2437
|
tmp = true;
|
|
@@ -2451,7 +2451,7 @@
|
|
|
2451
2451
|
});
|
|
2452
2452
|
function Companion_10() {
|
|
2453
2453
|
Companion_instance_10 = this;
|
|
2454
|
-
this.
|
|
2454
|
+
this.v2x_1 = 'category';
|
|
2455
2455
|
}
|
|
2456
2456
|
var Companion_instance_10;
|
|
2457
2457
|
function Companion_getInstance_13() {
|
|
@@ -2466,8 +2466,8 @@
|
|
|
2466
2466
|
var tmp = get_XMLNS_MANIFEST();
|
|
2467
2467
|
Companion_getInstance_13();
|
|
2468
2468
|
parser.u2r(2, tmp, 'category');
|
|
2469
|
-
$this.
|
|
2470
|
-
$this.
|
|
2469
|
+
$this.x2x_1 = parser.o2t('id');
|
|
2470
|
+
$this.a2y_1 = parser.o2t('banner');
|
|
2471
2471
|
var label = null;
|
|
2472
2472
|
var tmp_0 = $this;
|
|
2473
2473
|
var tmp$ret$4;
|
|
@@ -2500,7 +2500,7 @@
|
|
|
2500
2500
|
} else if (tmp0_subject === get_XMLNS_ARTICLE()) {
|
|
2501
2501
|
var tmp2_subject = parser.id();
|
|
2502
2502
|
if (tmp2_subject === 'aem-tag') {
|
|
2503
|
-
var tmp3_safe_receiver = parser.
|
|
2503
|
+
var tmp3_safe_receiver = parser.o2t('id');
|
|
2504
2504
|
if (tmp3_safe_receiver == null)
|
|
2505
2505
|
null;
|
|
2506
2506
|
else {
|
|
@@ -2523,15 +2523,15 @@
|
|
|
2523
2523
|
tmp$ret$2 = tmp0_apply;
|
|
2524
2524
|
tmp$ret$3 = tmp$ret$2.u7();
|
|
2525
2525
|
tmp$ret$4 = tmp$ret$3;
|
|
2526
|
-
tmp_0.
|
|
2527
|
-
$this.
|
|
2526
|
+
tmp_0.z2x_1 = tmp$ret$4;
|
|
2527
|
+
$this.y2x_1 = label;
|
|
2528
2528
|
return $this;
|
|
2529
2529
|
}
|
|
2530
2530
|
function Category_init_$Create$(manifest, parser) {
|
|
2531
2531
|
return Category_init_$Init$(manifest, parser, objectCreate(protoOf(Category)));
|
|
2532
2532
|
}
|
|
2533
|
-
protoOf(Category).
|
|
2534
|
-
return this.a2p().
|
|
2533
|
+
protoOf(Category).b2y = function () {
|
|
2534
|
+
return this.a2p().c2y();
|
|
2535
2535
|
};
|
|
2536
2536
|
function Category() {
|
|
2537
2537
|
Companion_getInstance_13();
|
|
@@ -2558,6 +2558,14 @@
|
|
|
2558
2558
|
return XMLNS_ANALYTICS;
|
|
2559
2559
|
}
|
|
2560
2560
|
var XMLNS_ANALYTICS;
|
|
2561
|
+
function get_SCHEMA_VERSION() {
|
|
2562
|
+
return SCHEMA_VERSION;
|
|
2563
|
+
}
|
|
2564
|
+
var SCHEMA_VERSION;
|
|
2565
|
+
function get_XMLNS_CONTENT() {
|
|
2566
|
+
return XMLNS_CONTENT;
|
|
2567
|
+
}
|
|
2568
|
+
var XMLNS_CONTENT;
|
|
2561
2569
|
function get_XMLNS_MANIFEST() {
|
|
2562
2570
|
return XMLNS_MANIFEST;
|
|
2563
2571
|
}
|
|
@@ -2590,10 +2598,6 @@
|
|
|
2590
2598
|
return XML_BACKGROUND_IMAGE_SCALE_TYPE;
|
|
2591
2599
|
}
|
|
2592
2600
|
var XML_BACKGROUND_IMAGE_SCALE_TYPE;
|
|
2593
|
-
function get_XMLNS_CONTENT() {
|
|
2594
|
-
return XMLNS_CONTENT;
|
|
2595
|
-
}
|
|
2596
|
-
var XMLNS_CONTENT;
|
|
2597
2601
|
function get_XML_TEXT_COLOR() {
|
|
2598
2602
|
return XML_TEXT_COLOR;
|
|
2599
2603
|
}
|
|
@@ -2606,18 +2610,14 @@
|
|
|
2606
2610
|
return XMLNS_ARTICLE;
|
|
2607
2611
|
}
|
|
2608
2612
|
var XMLNS_ARTICLE;
|
|
2609
|
-
function get_XMLNS_CYOA() {
|
|
2610
|
-
return XMLNS_CYOA;
|
|
2611
|
-
}
|
|
2612
|
-
var XMLNS_CYOA;
|
|
2613
2613
|
function get_XML_LISTENERS() {
|
|
2614
2614
|
return XML_LISTENERS;
|
|
2615
2615
|
}
|
|
2616
2616
|
var XML_LISTENERS;
|
|
2617
|
-
function
|
|
2618
|
-
return
|
|
2617
|
+
function get_XMLNS_CYOA() {
|
|
2618
|
+
return XMLNS_CYOA;
|
|
2619
2619
|
}
|
|
2620
|
-
var
|
|
2620
|
+
var XMLNS_CYOA;
|
|
2621
2621
|
var properties_initialized_Constants_kt_w4w61t;
|
|
2622
2622
|
function _init_properties_Constants_kt__atb1ur() {
|
|
2623
2623
|
if (properties_initialized_Constants_kt_w4w61t) {
|
|
@@ -2637,13 +2637,13 @@
|
|
|
2637
2637
|
BaseModel.call($this, parent);
|
|
2638
2638
|
Content.call($this);
|
|
2639
2639
|
var tmp = $this;
|
|
2640
|
-
var tmp0_safe_receiver = parser.
|
|
2640
|
+
var tmp0_safe_receiver = parser.n2v(null, 'version');
|
|
2641
2641
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : toIntOrNull(tmp0_safe_receiver);
|
|
2642
2642
|
tmp.b2s_1 = tmp1_elvis_lhs == null ? get_SCHEMA_VERSION() : tmp1_elvis_lhs;
|
|
2643
2643
|
var tmp_0 = $this;
|
|
2644
2644
|
var tmp$ret$5;
|
|
2645
2645
|
// Inline function 'kotlin.collections.orEmpty' call
|
|
2646
|
-
var tmp2_safe_receiver = parser.
|
|
2646
|
+
var tmp2_safe_receiver = parser.o2t('required-features');
|
|
2647
2647
|
var tmp_1;
|
|
2648
2648
|
if (tmp2_safe_receiver == null) {
|
|
2649
2649
|
tmp_1 = null;
|
|
@@ -2686,19 +2686,19 @@
|
|
|
2686
2686
|
tmp$ret$5 = tmp0_elvis_lhs == null ? emptySet() : tmp0_elvis_lhs;
|
|
2687
2687
|
tmp_0.c2s_1 = tmp$ret$5;
|
|
2688
2688
|
var tmp_3 = $this;
|
|
2689
|
-
var tmp4_safe_receiver = parser.
|
|
2690
|
-
var tmp6_elvis_lhs = tmp4_safe_receiver == null ? null : Companion_getInstance_15().
|
|
2689
|
+
var tmp4_safe_receiver = parser.o2t('required-device-type');
|
|
2690
|
+
var tmp6_elvis_lhs = tmp4_safe_receiver == null ? null : Companion_getInstance_15().m2y(tmp4_safe_receiver);
|
|
2691
2691
|
var tmp_4;
|
|
2692
2692
|
if (tmp6_elvis_lhs == null) {
|
|
2693
|
-
var tmp5_safe_receiver = parser.
|
|
2694
|
-
tmp_4 = tmp5_safe_receiver == null ? null : Companion_getInstance_15().
|
|
2693
|
+
var tmp5_safe_receiver = parser.o2t('restrictTo');
|
|
2694
|
+
tmp_4 = tmp5_safe_receiver == null ? null : Companion_getInstance_15().m2y(tmp5_safe_receiver);
|
|
2695
2695
|
} else {
|
|
2696
2696
|
tmp_4 = tmp6_elvis_lhs;
|
|
2697
2697
|
}
|
|
2698
2698
|
var tmp7_elvis_lhs = tmp_4;
|
|
2699
|
-
tmp_3.d2s_1 = tmp7_elvis_lhs == null ? Companion_getInstance_15().
|
|
2699
|
+
tmp_3.d2s_1 = tmp7_elvis_lhs == null ? Companion_getInstance_15().l2y_1 : tmp7_elvis_lhs;
|
|
2700
2700
|
var tmp_5 = $this;
|
|
2701
|
-
var tmp8_safe_receiver = parser.
|
|
2701
|
+
var tmp8_safe_receiver = parser.o2t('required-android-version');
|
|
2702
2702
|
var tmp_6;
|
|
2703
2703
|
if (tmp8_safe_receiver == null) {
|
|
2704
2704
|
tmp_6 = null;
|
|
@@ -2708,7 +2708,7 @@
|
|
|
2708
2708
|
// Inline function 'kotlin.contracts.contract' call
|
|
2709
2709
|
var tmp$ret$6;
|
|
2710
2710
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Content.<init>.<anonymous>' call
|
|
2711
|
-
var tmp0_elvis_lhs_0 = Companion_getInstance_42().
|
|
2711
|
+
var tmp0_elvis_lhs_0 = Companion_getInstance_42().n2y(tmp8_safe_receiver);
|
|
2712
2712
|
var tmp_7;
|
|
2713
2713
|
var tmp_8 = tmp0_elvis_lhs_0;
|
|
2714
2714
|
if ((tmp_8 == null ? null : new Version(tmp_8)) == null) {
|
|
@@ -2722,7 +2722,7 @@
|
|
|
2722
2722
|
}
|
|
2723
2723
|
tmp_5.e2s_1 = tmp_6;
|
|
2724
2724
|
var tmp_9 = $this;
|
|
2725
|
-
var tmp9_safe_receiver = parser.
|
|
2725
|
+
var tmp9_safe_receiver = parser.o2t('required-ios-version');
|
|
2726
2726
|
var tmp_10;
|
|
2727
2727
|
if (tmp9_safe_receiver == null) {
|
|
2728
2728
|
tmp_10 = null;
|
|
@@ -2732,7 +2732,7 @@
|
|
|
2732
2732
|
// Inline function 'kotlin.contracts.contract' call
|
|
2733
2733
|
var tmp$ret$8;
|
|
2734
2734
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Content.<init>.<anonymous>' call
|
|
2735
|
-
var tmp0_elvis_lhs_1 = Companion_getInstance_42().
|
|
2735
|
+
var tmp0_elvis_lhs_1 = Companion_getInstance_42().n2y(tmp9_safe_receiver);
|
|
2736
2736
|
var tmp_11;
|
|
2737
2737
|
var tmp_12 = tmp0_elvis_lhs_1;
|
|
2738
2738
|
if ((tmp_12 == null ? null : new Version(tmp_12)) == null) {
|
|
@@ -2748,8 +2748,8 @@
|
|
|
2748
2748
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseVisibilityAttrs' call
|
|
2749
2749
|
// Inline function 'kotlin.contracts.contract' call
|
|
2750
2750
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Content.<init>.<anonymous>' call
|
|
2751
|
-
var tmp3__anonymous__ufb84q = toExpressionOrNull(parser.
|
|
2752
|
-
var tmp4__anonymous__pkmkx7 = toExpressionOrNull(parser.
|
|
2751
|
+
var tmp3__anonymous__ufb84q = toExpressionOrNull(parser.o2t(_get_XML_INVISIBLE_IF_$accessor$1h4qnj7_kw7x7q()));
|
|
2752
|
+
var tmp4__anonymous__pkmkx7 = toExpressionOrNull(parser.o2t(_get_XML_GONE_IF_$accessor$1h4qnj7_ffmab6()));
|
|
2753
2753
|
$this.g2s_1 = tmp3__anonymous__ufb84q;
|
|
2754
2754
|
$this.h2s_1 = tmp4__anonymous__pkmkx7;
|
|
2755
2755
|
return $this;
|
|
@@ -2758,7 +2758,7 @@
|
|
|
2758
2758
|
parent = parent === VOID ? createTestManifest() : parent;
|
|
2759
2759
|
version = version === VOID ? get_SCHEMA_VERSION() : version;
|
|
2760
2760
|
requiredFeatures = requiredFeatures === VOID ? emptySet() : requiredFeatures;
|
|
2761
|
-
requiredDeviceType = requiredDeviceType === VOID ? Companion_getInstance_15().
|
|
2761
|
+
requiredDeviceType = requiredDeviceType === VOID ? Companion_getInstance_15().l2y_1 : requiredDeviceType;
|
|
2762
2762
|
requiredAndroidVersion = requiredAndroidVersion === VOID ? null : requiredAndroidVersion;
|
|
2763
2763
|
requiredIosVersion = requiredIosVersion === VOID ? null : requiredIosVersion;
|
|
2764
2764
|
invisibleIf = invisibleIf === VOID ? null : invisibleIf;
|
|
@@ -2796,7 +2796,7 @@
|
|
|
2796
2796
|
var element = tmp0_iterator.h();
|
|
2797
2797
|
var tmp$ret$1;
|
|
2798
2798
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Content.<get-areContentRestrictionsSatisfied>.<anonymous>' call
|
|
2799
|
-
tmp$ret$1 = $this.a2p().
|
|
2799
|
+
tmp$ret$1 = $this.a2p().q2t_1.i2r(element);
|
|
2800
2800
|
if (tmp$ret$1) {
|
|
2801
2801
|
tmp$ret$0 = true;
|
|
2802
2802
|
break $l$block_0;
|
|
@@ -2805,12 +2805,12 @@
|
|
|
2805
2805
|
tmp$ret$0 = false;
|
|
2806
2806
|
}
|
|
2807
2807
|
if (tmp$ret$0) {
|
|
2808
|
-
tmp_0 = isRequiredVersionSatisfied($this.a2p().
|
|
2808
|
+
tmp_0 = isRequiredVersionSatisfied($this.a2p().q2t_1, DeviceType_ANDROID_getInstance(), $this.e2s_1);
|
|
2809
2809
|
} else {
|
|
2810
2810
|
tmp_0 = false;
|
|
2811
2811
|
}
|
|
2812
2812
|
if (tmp_0) {
|
|
2813
|
-
tmp = isRequiredVersionSatisfied($this.a2p().
|
|
2813
|
+
tmp = isRequiredVersionSatisfied($this.a2p().q2t_1, DeviceType_IOS_getInstance(), $this.f2s_1);
|
|
2814
2814
|
} else {
|
|
2815
2815
|
tmp = false;
|
|
2816
2816
|
}
|
|
@@ -2874,7 +2874,7 @@
|
|
|
2874
2874
|
Companion_getInstance_33();
|
|
2875
2875
|
if (tmp1_subject === 'paragraph') {
|
|
2876
2876
|
Companion_getInstance_33();
|
|
2877
|
-
var tmp2_safe_receiver = _this__u8e3s4.
|
|
2877
|
+
var tmp2_safe_receiver = _this__u8e3s4.o2t('fallback');
|
|
2878
2878
|
var tmp3_subject = tmp2_safe_receiver == null ? null : toBoolean(tmp2_safe_receiver);
|
|
2879
2879
|
tmp_0 = tmp3_subject === true ? firstOrNull(Fallback_init_$Create$(parent, _this__u8e3s4).t2s()) : Paragraph_init_$Create$(parent, _this__u8e3s4);
|
|
2880
2880
|
} else {
|
|
@@ -2933,19 +2933,19 @@
|
|
|
2933
2933
|
new Companion_11();
|
|
2934
2934
|
return Companion_instance_11;
|
|
2935
2935
|
}
|
|
2936
|
-
protoOf(Content).
|
|
2936
|
+
protoOf(Content).d2t = function () {
|
|
2937
2937
|
return this.d2s_1;
|
|
2938
2938
|
};
|
|
2939
|
-
protoOf(Content).
|
|
2939
|
+
protoOf(Content).e2t = function () {
|
|
2940
2940
|
return this.e2s_1;
|
|
2941
2941
|
};
|
|
2942
|
-
protoOf(Content).
|
|
2942
|
+
protoOf(Content).f2t = function () {
|
|
2943
2943
|
return this.f2s_1;
|
|
2944
2944
|
};
|
|
2945
|
-
protoOf(Content).
|
|
2945
|
+
protoOf(Content).g2t = function () {
|
|
2946
2946
|
return this.g2s_1;
|
|
2947
2947
|
};
|
|
2948
|
-
protoOf(Content).
|
|
2948
|
+
protoOf(Content).h2t = function () {
|
|
2949
2949
|
return this.h2s_1;
|
|
2950
2950
|
};
|
|
2951
2951
|
protoOf(Content).i2s = function () {
|
|
@@ -2974,7 +2974,7 @@
|
|
|
2974
2974
|
var element = tmp0_iterator.h();
|
|
2975
2975
|
var tmp$ret$1;
|
|
2976
2976
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Content.<get-isIgnored>.<anonymous>' call
|
|
2977
|
-
tmp$ret$1 = !this.a2p().
|
|
2977
|
+
tmp$ret$1 = !this.a2p().q2t_1.j2r(element);
|
|
2978
2978
|
if (tmp$ret$1) {
|
|
2979
2979
|
tmp$ret$0 = true;
|
|
2980
2980
|
break $l$block_0;
|
|
@@ -3004,6 +3004,9 @@
|
|
|
3004
3004
|
function Content() {
|
|
3005
3005
|
Companion_getInstance_14();
|
|
3006
3006
|
}
|
|
3007
|
+
defineProp(protoOf(Content), 'tips', function () {
|
|
3008
|
+
return this.c2t();
|
|
3009
|
+
});
|
|
3007
3010
|
function isRequiredVersionSatisfied(_this__u8e3s4, deviceType, version) {
|
|
3008
3011
|
var tmp;
|
|
3009
3012
|
var tmp_0 = version;
|
|
@@ -3057,9 +3060,9 @@
|
|
|
3057
3060
|
var DeviceType_UNKNOWN_instance;
|
|
3058
3061
|
function Companion_12() {
|
|
3059
3062
|
Companion_instance_12 = this;
|
|
3060
|
-
this.
|
|
3063
|
+
this.l2y_1 = toSet(values_1());
|
|
3061
3064
|
}
|
|
3062
|
-
protoOf(Companion_12).
|
|
3065
|
+
protoOf(Companion_12).m2y = function (_this__u8e3s4) {
|
|
3063
3066
|
var tmp$ret$2;
|
|
3064
3067
|
// Inline function 'kotlin.collections.mapTo' call
|
|
3065
3068
|
var tmp0_mapTo = get_REGEX_SEQUENCE_SEPARATOR().ec(_this__u8e3s4);
|
|
@@ -3136,7 +3139,7 @@
|
|
|
3136
3139
|
function Companion_13() {
|
|
3137
3140
|
Companion_instance_13 = this;
|
|
3138
3141
|
}
|
|
3139
|
-
protoOf(Companion_13).
|
|
3142
|
+
protoOf(Companion_13).d2x = function (_this__u8e3s4) {
|
|
3140
3143
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
3141
3144
|
var tmp;
|
|
3142
3145
|
if (tmp0_safe_receiver == null) {
|
|
@@ -3207,13 +3210,13 @@
|
|
|
3207
3210
|
}
|
|
3208
3211
|
function Percent(value) {
|
|
3209
3212
|
Dimension.call(this);
|
|
3210
|
-
this.
|
|
3213
|
+
this.x2y_1 = value;
|
|
3211
3214
|
}
|
|
3212
3215
|
protoOf(Percent).toString = function () {
|
|
3213
|
-
return 'Percent(value=' + this.
|
|
3216
|
+
return 'Percent(value=' + this.x2y_1 + ')';
|
|
3214
3217
|
};
|
|
3215
3218
|
protoOf(Percent).hashCode = function () {
|
|
3216
|
-
return getNumberHashCode(this.
|
|
3219
|
+
return getNumberHashCode(this.x2y_1);
|
|
3217
3220
|
};
|
|
3218
3221
|
protoOf(Percent).equals = function (other) {
|
|
3219
3222
|
if (this === other)
|
|
@@ -3221,19 +3224,19 @@
|
|
|
3221
3224
|
if (!(other instanceof Percent))
|
|
3222
3225
|
return false;
|
|
3223
3226
|
var tmp0_other_with_cast = other instanceof Percent ? other : THROW_CCE();
|
|
3224
|
-
if (!equals(this.
|
|
3227
|
+
if (!equals(this.x2y_1, tmp0_other_with_cast.x2y_1))
|
|
3225
3228
|
return false;
|
|
3226
3229
|
return true;
|
|
3227
3230
|
};
|
|
3228
3231
|
function Pixels(value) {
|
|
3229
3232
|
Dimension.call(this);
|
|
3230
|
-
this.
|
|
3233
|
+
this.y2y_1 = value;
|
|
3231
3234
|
}
|
|
3232
3235
|
protoOf(Pixels).toString = function () {
|
|
3233
|
-
return 'Pixels(value=' + this.
|
|
3236
|
+
return 'Pixels(value=' + this.y2y_1 + ')';
|
|
3234
3237
|
};
|
|
3235
3238
|
protoOf(Pixels).hashCode = function () {
|
|
3236
|
-
return this.
|
|
3239
|
+
return this.y2y_1;
|
|
3237
3240
|
};
|
|
3238
3241
|
protoOf(Pixels).equals = function (other) {
|
|
3239
3242
|
if (this === other)
|
|
@@ -3241,7 +3244,7 @@
|
|
|
3241
3244
|
if (!(other instanceof Pixels))
|
|
3242
3245
|
return false;
|
|
3243
3246
|
var tmp0_other_with_cast = other instanceof Pixels ? other : THROW_CCE();
|
|
3244
|
-
if (!(this.
|
|
3247
|
+
if (!(this.y2y_1 === tmp0_other_with_cast.y2y_1))
|
|
3245
3248
|
return false;
|
|
3246
3249
|
return true;
|
|
3247
3250
|
};
|
|
@@ -3261,10 +3264,10 @@
|
|
|
3261
3264
|
Companion_instance_14 = this;
|
|
3262
3265
|
this.FOLLOWUP = new EventId('followup', 'send');
|
|
3263
3266
|
}
|
|
3264
|
-
protoOf(Companion_14).
|
|
3267
|
+
protoOf(Companion_14).z2y = function () {
|
|
3265
3268
|
return this.FOLLOWUP;
|
|
3266
3269
|
};
|
|
3267
|
-
protoOf(Companion_14).
|
|
3270
|
+
protoOf(Companion_14).o2v = function (raw) {
|
|
3268
3271
|
var tmp$ret$6;
|
|
3269
3272
|
// Inline function 'kotlin.collections.orEmpty' call
|
|
3270
3273
|
var tmp0_safe_receiver = raw;
|
|
@@ -3407,7 +3410,7 @@
|
|
|
3407
3410
|
};
|
|
3408
3411
|
function Companion_15() {
|
|
3409
3412
|
Companion_instance_15 = this;
|
|
3410
|
-
this.
|
|
3413
|
+
this.a2z_1 = 'fallback';
|
|
3411
3414
|
}
|
|
3412
3415
|
var Companion_instance_15;
|
|
3413
3416
|
function Companion_getInstance_18() {
|
|
@@ -3426,7 +3429,7 @@
|
|
|
3426
3429
|
Companion_getInstance_33();
|
|
3427
3430
|
parser.u2r(2, tmp, 'paragraph');
|
|
3428
3431
|
Companion_getInstance_33();
|
|
3429
|
-
var tmp1_safe_receiver = parser.
|
|
3432
|
+
var tmp1_safe_receiver = parser.o2t('fallback');
|
|
3430
3433
|
if (!((tmp1_safe_receiver == null ? null : toBoolean(tmp1_safe_receiver)) === true)) {
|
|
3431
3434
|
throw new XmlPullParserException('expected fallback="true"');
|
|
3432
3435
|
}
|
|
@@ -3515,14 +3518,14 @@
|
|
|
3515
3518
|
tmp$ret$6 = tmp$ret$5.u7();
|
|
3516
3519
|
tmp$ret$7 = tmp$ret$6;
|
|
3517
3520
|
tmp$ret$8 = tmp$ret$7;
|
|
3518
|
-
tmp_1.
|
|
3521
|
+
tmp_1.w2y_1 = tmp$ret$8;
|
|
3519
3522
|
return $this;
|
|
3520
3523
|
}
|
|
3521
3524
|
function Fallback_init_$Create$(parent, parser) {
|
|
3522
3525
|
return Fallback_init_$Init$(parent, parser, objectCreate(protoOf(Fallback)));
|
|
3523
3526
|
}
|
|
3524
3527
|
protoOf(Fallback).t2s = function () {
|
|
3525
|
-
return take(this.
|
|
3528
|
+
return take(this.w2y_1, 1);
|
|
3526
3529
|
};
|
|
3527
3530
|
protoOf(Fallback).c2t = function () {
|
|
3528
3531
|
var tmp$ret$3;
|
|
@@ -3538,7 +3541,7 @@
|
|
|
3538
3541
|
var element = tmp0_iterator.h();
|
|
3539
3542
|
var tmp$ret$0;
|
|
3540
3543
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.<get-contentTips>.<anonymous>' call
|
|
3541
|
-
tmp$ret$0 = element.
|
|
3544
|
+
tmp$ret$0 = element.tips;
|
|
3542
3545
|
var list = tmp$ret$0;
|
|
3543
3546
|
addAll(tmp0_flatMapTo, list);
|
|
3544
3547
|
}
|
|
@@ -3558,7 +3561,7 @@
|
|
|
3558
3561
|
});
|
|
3559
3562
|
function Companion_16() {
|
|
3560
3563
|
Companion_instance_16 = this;
|
|
3561
|
-
this.
|
|
3564
|
+
this.b2z_1 = 'width';
|
|
3562
3565
|
}
|
|
3563
3566
|
var Companion_instance_16;
|
|
3564
3567
|
function Companion_getInstance_19() {
|
|
@@ -3571,16 +3574,16 @@
|
|
|
3571
3574
|
Item.call($this);
|
|
3572
3575
|
Companion_getInstance_59();
|
|
3573
3576
|
parser.u2r(2, get_XMLNS_CONTENT(), 'item');
|
|
3574
|
-
$this.
|
|
3577
|
+
$this.d2z_1 = flow;
|
|
3575
3578
|
var tmp = $this;
|
|
3576
3579
|
var tmp_0 = Companion_getInstance_16();
|
|
3577
3580
|
Companion_getInstance_19();
|
|
3578
|
-
tmp.
|
|
3581
|
+
tmp.e2z_1 = tmp_0.d2x(parser.o2t('width'));
|
|
3579
3582
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseVisibilityAttrs' call
|
|
3580
3583
|
// Inline function 'kotlin.contracts.contract' call
|
|
3581
3584
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Item.<init>.<anonymous>' call
|
|
3582
|
-
var tmp0__anonymous__q1qw7t = toExpressionOrNull(parser.
|
|
3583
|
-
var tmp1__anonymous__uwfjfc = toExpressionOrNull(parser.
|
|
3585
|
+
var tmp0__anonymous__q1qw7t = toExpressionOrNull(parser.o2t(_get_XML_INVISIBLE_IF_$accessor$1h4qnj7_kw7x7q()));
|
|
3586
|
+
var tmp1__anonymous__uwfjfc = toExpressionOrNull(parser.o2t(_get_XML_GONE_IF_$accessor$1h4qnj7_ffmab6()));
|
|
3584
3587
|
var tmp_1 = $this;
|
|
3585
3588
|
var tmp0_safe_receiver = tmp0__anonymous__q1qw7t;
|
|
3586
3589
|
var tmp_2;
|
|
@@ -3602,7 +3605,7 @@
|
|
|
3602
3605
|
tmp$ret$1 = tmp_3;
|
|
3603
3606
|
tmp_2 = tmp$ret$1;
|
|
3604
3607
|
}
|
|
3605
|
-
tmp_1.
|
|
3608
|
+
tmp_1.f2z_1 = tmp_2;
|
|
3606
3609
|
var tmp_4 = $this;
|
|
3607
3610
|
var tmp1_safe_receiver = tmp1__anonymous__uwfjfc;
|
|
3608
3611
|
var tmp_5;
|
|
@@ -3624,7 +3627,7 @@
|
|
|
3624
3627
|
tmp$ret$3 = tmp_6;
|
|
3625
3628
|
tmp_5 = tmp$ret$3;
|
|
3626
3629
|
}
|
|
3627
|
-
tmp_4.
|
|
3630
|
+
tmp_4.g2z_1 = tmp_5;
|
|
3628
3631
|
var tmp_7 = $this;
|
|
3629
3632
|
var tmp$ret$12;
|
|
3630
3633
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseContent' call
|
|
@@ -3704,7 +3707,7 @@
|
|
|
3704
3707
|
tmp$ret$10 = tmp$ret$9.u7();
|
|
3705
3708
|
tmp$ret$11 = tmp$ret$10;
|
|
3706
3709
|
tmp$ret$12 = tmp$ret$11;
|
|
3707
|
-
tmp_7.
|
|
3710
|
+
tmp_7.h2z_1 = tmp$ret$12;
|
|
3708
3711
|
return $this;
|
|
3709
3712
|
}
|
|
3710
3713
|
function Item_init_$Create$(flow, parser) {
|
|
@@ -3713,11 +3716,11 @@
|
|
|
3713
3716
|
function Item_init_$Init$_0(flow, content, $this) {
|
|
3714
3717
|
BaseModel.call($this, flow);
|
|
3715
3718
|
Item.call($this);
|
|
3716
|
-
$this.
|
|
3717
|
-
$this.c2z_1 = null;
|
|
3718
|
-
$this.d2z_1 = null;
|
|
3719
|
+
$this.d2z_1 = flow;
|
|
3719
3720
|
$this.e2z_1 = null;
|
|
3720
|
-
$this.f2z_1 =
|
|
3721
|
+
$this.f2z_1 = null;
|
|
3722
|
+
$this.g2z_1 = null;
|
|
3723
|
+
$this.h2z_1 = listOfNotNull(content($this));
|
|
3721
3724
|
return $this;
|
|
3722
3725
|
}
|
|
3723
3726
|
function Item_init_$Create$_0(flow, content) {
|
|
@@ -3725,10 +3728,10 @@
|
|
|
3725
3728
|
}
|
|
3726
3729
|
function Companion_17() {
|
|
3727
3730
|
Companion_instance_17 = this;
|
|
3728
|
-
this.
|
|
3729
|
-
this.
|
|
3730
|
-
this.
|
|
3731
|
-
this.
|
|
3731
|
+
this.i2z_1 = 'flow';
|
|
3732
|
+
this.j2z_1 = 'item-width';
|
|
3733
|
+
this.k2z_1 = new Percent(1.0);
|
|
3734
|
+
this.l2z_1 = Horizontal_START_getInstance();
|
|
3732
3735
|
}
|
|
3733
3736
|
var Companion_instance_17;
|
|
3734
3737
|
function Companion_getInstance_20() {
|
|
@@ -3746,18 +3749,18 @@
|
|
|
3746
3749
|
var tmp_0 = $this;
|
|
3747
3750
|
var tmp_1 = Companion_getInstance_16();
|
|
3748
3751
|
Companion_getInstance_20();
|
|
3749
|
-
var tmp0_elvis_lhs = tmp_1.
|
|
3750
|
-
tmp_0.
|
|
3752
|
+
var tmp0_elvis_lhs = tmp_1.d2x(parser.o2t('item-width'));
|
|
3753
|
+
tmp_0.u2z_1 = tmp0_elvis_lhs == null ? Companion_getInstance_20().k2z_1 : tmp0_elvis_lhs;
|
|
3751
3754
|
var tmp_2 = $this;
|
|
3752
|
-
var tmp1_safe_receiver = parser.
|
|
3753
|
-
var tmp2_safe_receiver = tmp1_safe_receiver == null ? null : Companion_getInstance_22().
|
|
3754
|
-
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.
|
|
3755
|
-
tmp_2.
|
|
3755
|
+
var tmp1_safe_receiver = parser.o2t('row-gravity');
|
|
3756
|
+
var tmp2_safe_receiver = tmp1_safe_receiver == null ? null : Companion_getInstance_22().a2x(tmp1_safe_receiver);
|
|
3757
|
+
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.b2x_1;
|
|
3758
|
+
tmp_2.v2z_1 = tmp3_elvis_lhs == null ? Companion_getInstance_20().l2z_1 : tmp3_elvis_lhs;
|
|
3756
3759
|
var tmp_3 = $this;
|
|
3757
3760
|
var tmp$ret$0;
|
|
3758
3761
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
3759
3762
|
tmp$ret$0 = ArrayList_init_$Create$();
|
|
3760
|
-
tmp_3.
|
|
3763
|
+
tmp_3.w2z_1 = tmp$ret$0;
|
|
3761
3764
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
3762
3765
|
$l$loop_1: while (true) {
|
|
3763
3766
|
var tmp_4 = parser.h();
|
|
@@ -3776,7 +3779,7 @@
|
|
|
3776
3779
|
if (tmp1_subject === 'item') {
|
|
3777
3780
|
var tmp2_this = $this;
|
|
3778
3781
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
3779
|
-
var tmp0_plusAssign = tmp2_this.
|
|
3782
|
+
var tmp0_plusAssign = tmp2_this.w2z_1;
|
|
3780
3783
|
var tmp1_plusAssign = Item_init_$Create$($this, parser);
|
|
3781
3784
|
tmp0_plusAssign.b(tmp1_plusAssign);
|
|
3782
3785
|
}
|
|
@@ -3787,12 +3790,12 @@
|
|
|
3787
3790
|
var item = Item_init_$Create$_0($this, Flow$_init_$lambda_98n0kd(parser));
|
|
3788
3791
|
var tmp$ret$1;
|
|
3789
3792
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
3790
|
-
var tmp2_isNotEmpty = item.
|
|
3793
|
+
var tmp2_isNotEmpty = item.h2z_1;
|
|
3791
3794
|
tmp$ret$1 = !tmp2_isNotEmpty.m();
|
|
3792
3795
|
if (tmp$ret$1) {
|
|
3793
3796
|
var tmp3_this = $this;
|
|
3794
3797
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
3795
|
-
var tmp3_plusAssign = tmp3_this.
|
|
3798
|
+
var tmp3_plusAssign = tmp3_this.w2z_1;
|
|
3796
3799
|
tmp3_plusAssign.b(item);
|
|
3797
3800
|
}
|
|
3798
3801
|
}
|
|
@@ -3807,14 +3810,14 @@
|
|
|
3807
3810
|
function Flow_init_$Create$(parent, parser) {
|
|
3808
3811
|
return Flow_init_$Init$(parent, parser, objectCreate(protoOf(Flow)));
|
|
3809
3812
|
}
|
|
3810
|
-
protoOf(Item).
|
|
3811
|
-
return this.
|
|
3813
|
+
protoOf(Item).g2t = function () {
|
|
3814
|
+
return this.f2z_1;
|
|
3812
3815
|
};
|
|
3813
|
-
protoOf(Item).
|
|
3814
|
-
return this.
|
|
3816
|
+
protoOf(Item).h2t = function () {
|
|
3817
|
+
return this.g2z_1;
|
|
3815
3818
|
};
|
|
3816
3819
|
protoOf(Item).t2s = function () {
|
|
3817
|
-
return this.
|
|
3820
|
+
return this.h2z_1;
|
|
3818
3821
|
};
|
|
3819
3822
|
function Item() {
|
|
3820
3823
|
Companion_getInstance_19();
|
|
@@ -3852,7 +3855,7 @@
|
|
|
3852
3855
|
}
|
|
3853
3856
|
protoOf(Flow).i2s = function () {
|
|
3854
3857
|
var tmp;
|
|
3855
|
-
var tmp_0 = this.a2p().
|
|
3858
|
+
var tmp_0 = this.a2p().q2t_1;
|
|
3856
3859
|
Companion_getInstance_2();
|
|
3857
3860
|
if (!tmp_0.j2r('flow')) {
|
|
3858
3861
|
tmp = true;
|
|
@@ -3866,7 +3869,7 @@
|
|
|
3866
3869
|
}
|
|
3867
3870
|
function Companion_18() {
|
|
3868
3871
|
Companion_instance_18 = this;
|
|
3869
|
-
this.
|
|
3872
|
+
this.x2z_1 = 'form';
|
|
3870
3873
|
}
|
|
3871
3874
|
var Companion_instance_18;
|
|
3872
3875
|
function Companion_getInstance_21() {
|
|
@@ -3960,14 +3963,14 @@
|
|
|
3960
3963
|
tmp$ret$6 = tmp$ret$5.u7();
|
|
3961
3964
|
tmp$ret$7 = tmp$ret$6;
|
|
3962
3965
|
tmp$ret$8 = tmp$ret$7;
|
|
3963
|
-
tmp_0.
|
|
3966
|
+
tmp_0.g30_1 = tmp$ret$8;
|
|
3964
3967
|
return $this;
|
|
3965
3968
|
}
|
|
3966
3969
|
function Form_init_$Create$(parent, parser) {
|
|
3967
3970
|
return Form_init_$Init$(parent, parser, objectCreate(protoOf(Form)));
|
|
3968
3971
|
}
|
|
3969
3972
|
protoOf(Form).t2s = function () {
|
|
3970
|
-
return this.
|
|
3973
|
+
return this.g30_1;
|
|
3971
3974
|
};
|
|
3972
3975
|
protoOf(Form).c2t = function () {
|
|
3973
3976
|
var tmp$ret$3;
|
|
@@ -3983,7 +3986,7 @@
|
|
|
3983
3986
|
var element = tmp0_iterator.h();
|
|
3984
3987
|
var tmp$ret$0;
|
|
3985
3988
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.<get-contentTips>.<anonymous>' call
|
|
3986
|
-
tmp$ret$0 = element.
|
|
3989
|
+
tmp$ret$0 = element.tips;
|
|
3987
3990
|
var list = tmp$ret$0;
|
|
3988
3991
|
addAll(tmp0_flatMapTo, list);
|
|
3989
3992
|
}
|
|
@@ -4032,9 +4035,9 @@
|
|
|
4032
4035
|
}
|
|
4033
4036
|
function Companion_19() {
|
|
4034
4037
|
Companion_instance_19 = this;
|
|
4035
|
-
this.
|
|
4038
|
+
this.z2w_1 = new Gravity(Horizontal_CENTER_getInstance(), Vertical_CENTER_getInstance());
|
|
4036
4039
|
}
|
|
4037
|
-
protoOf(Companion_19).
|
|
4040
|
+
protoOf(Companion_19).a2x = function (_this__u8e3s4) {
|
|
4038
4041
|
if (_this__u8e3s4 == null)
|
|
4039
4042
|
return null;
|
|
4040
4043
|
var tmp;
|
|
@@ -4166,16 +4169,16 @@
|
|
|
4166
4169
|
}
|
|
4167
4170
|
function Gravity(horizontal, vertical) {
|
|
4168
4171
|
Companion_getInstance_22();
|
|
4169
|
-
this.
|
|
4170
|
-
this.
|
|
4172
|
+
this.b2x_1 = horizontal;
|
|
4173
|
+
this.c2x_1 = vertical;
|
|
4171
4174
|
}
|
|
4172
4175
|
function HasAnalyticsEvents() {
|
|
4173
4176
|
}
|
|
4174
4177
|
function Companion_20() {
|
|
4175
4178
|
Companion_instance_20 = this;
|
|
4176
|
-
this.
|
|
4177
|
-
this.
|
|
4178
|
-
this.
|
|
4179
|
+
this.h30_1 = 'image';
|
|
4180
|
+
this.i30_1 = Horizontal_CENTER_getInstance();
|
|
4181
|
+
this.j30_1 = new Percent(1.0);
|
|
4179
4182
|
}
|
|
4180
4183
|
var Companion_instance_20;
|
|
4181
4184
|
function Companion_getInstance_23() {
|
|
@@ -4190,10 +4193,10 @@
|
|
|
4190
4193
|
var tmp = get_XMLNS_CONTENT();
|
|
4191
4194
|
Companion_getInstance_23();
|
|
4192
4195
|
parser.u2r(2, tmp, 'image');
|
|
4193
|
-
$this.
|
|
4196
|
+
$this.u30_1 = parser.o2t('resource');
|
|
4194
4197
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseClickableAttrs' call
|
|
4195
4198
|
// Inline function 'kotlin.contracts.contract' call
|
|
4196
|
-
var rawUrl = parser.
|
|
4199
|
+
var rawUrl = parser.o2t(_get_XML_URL_$accessor$11tx9p3_lkk5sb());
|
|
4197
4200
|
var tmp_0;
|
|
4198
4201
|
var tmp0_safe_receiver = rawUrl;
|
|
4199
4202
|
if ((tmp0_safe_receiver == null ? null : get_hasUriScheme(tmp0_safe_receiver)) === false) {
|
|
@@ -4207,17 +4210,17 @@
|
|
|
4207
4210
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Image.<init>.<anonymous>' call
|
|
4208
4211
|
var tmp$ret$0;
|
|
4209
4212
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
4210
|
-
var tmp0_toEventIds = parser.
|
|
4211
|
-
tmp$ret$0 = Companion_getInstance_17().
|
|
4213
|
+
var tmp0_toEventIds = parser.o2t(_get_XML_EVENTS_$accessor$11tx9p3_otmgk5());
|
|
4214
|
+
tmp$ret$0 = Companion_getInstance_17().o2v(tmp0_toEventIds);
|
|
4212
4215
|
var tmp1__anonymous__uwfjfc = tmp$ret$0;
|
|
4213
|
-
$this.
|
|
4214
|
-
$this.
|
|
4216
|
+
$this.s30_1 = tmp1__anonymous__uwfjfc;
|
|
4217
|
+
$this.t30_1 = uri;
|
|
4215
4218
|
var tmp_1 = $this;
|
|
4216
|
-
var tmp0_safe_receiver_0 = Companion_getInstance_22().
|
|
4217
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver_0 == null ? null : tmp0_safe_receiver_0.
|
|
4218
|
-
tmp_1.
|
|
4219
|
+
var tmp0_safe_receiver_0 = Companion_getInstance_22().a2x(parser.o2t('gravity'));
|
|
4220
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver_0 == null ? null : tmp0_safe_receiver_0.b2x_1;
|
|
4221
|
+
tmp_1.v30_1 = tmp1_elvis_lhs == null ? Companion_getInstance_23().i30_1 : tmp1_elvis_lhs;
|
|
4219
4222
|
var tmp_2 = $this;
|
|
4220
|
-
var tmp2_safe_receiver = Companion_getInstance_16().
|
|
4223
|
+
var tmp2_safe_receiver = Companion_getInstance_16().d2x(parser.o2t('width'));
|
|
4221
4224
|
var tmp_3;
|
|
4222
4225
|
if (tmp2_safe_receiver == null) {
|
|
4223
4226
|
tmp_3 = null;
|
|
@@ -4238,18 +4241,18 @@
|
|
|
4238
4241
|
tmp_3 = tmp$ret$2;
|
|
4239
4242
|
}
|
|
4240
4243
|
var tmp3_elvis_lhs = tmp_3;
|
|
4241
|
-
tmp_2.
|
|
4244
|
+
tmp_2.w30_1 = tmp3_elvis_lhs == null ? Companion_getInstance_23().j30_1 : tmp3_elvis_lhs;
|
|
4242
4245
|
skipTag(parser);
|
|
4243
4246
|
return $this;
|
|
4244
4247
|
}
|
|
4245
4248
|
function Image_init_$Create$(parent, parser) {
|
|
4246
4249
|
return Image_init_$Init$(parent, parser, objectCreate(protoOf(Image)));
|
|
4247
4250
|
}
|
|
4248
|
-
protoOf(Image).
|
|
4249
|
-
return this.
|
|
4251
|
+
protoOf(Image).p2v = function () {
|
|
4252
|
+
return this.s30_1;
|
|
4250
4253
|
};
|
|
4251
|
-
protoOf(Image).
|
|
4252
|
-
return this.
|
|
4254
|
+
protoOf(Image).q2v = function () {
|
|
4255
|
+
return this.t30_1;
|
|
4253
4256
|
};
|
|
4254
4257
|
protoOf(Image).i2s = function () {
|
|
4255
4258
|
var tmp;
|
|
@@ -4258,7 +4261,7 @@
|
|
|
4258
4261
|
} else {
|
|
4259
4262
|
var tmp$ret$0;
|
|
4260
4263
|
// Inline function 'kotlin.text.isNullOrEmpty' call
|
|
4261
|
-
var tmp0_isNullOrEmpty = this.
|
|
4264
|
+
var tmp0_isNullOrEmpty = this.u30_1;
|
|
4262
4265
|
// Inline function 'kotlin.contracts.contract' call
|
|
4263
4266
|
tmp$ret$0 = tmp0_isNullOrEmpty == null ? true : charSequenceLength(tmp0_isNullOrEmpty) === 0;
|
|
4264
4267
|
tmp = tmp$ret$0;
|
|
@@ -4275,7 +4278,7 @@
|
|
|
4275
4278
|
function Companion_21() {
|
|
4276
4279
|
Companion_instance_21 = this;
|
|
4277
4280
|
}
|
|
4278
|
-
protoOf(Companion_21).
|
|
4281
|
+
protoOf(Companion_21).x30 = function (_this__u8e3s4) {
|
|
4279
4282
|
var tmp0_subject = _this__u8e3s4;
|
|
4280
4283
|
switch (tmp0_subject) {
|
|
4281
4284
|
case 'fit':
|
|
@@ -4333,9 +4336,9 @@
|
|
|
4333
4336
|
var Type_HIDDEN_instance;
|
|
4334
4337
|
function Companion_22() {
|
|
4335
4338
|
Companion_instance_22 = this;
|
|
4336
|
-
this.
|
|
4339
|
+
this.y30_1 = Type_TEXT_getInstance();
|
|
4337
4340
|
}
|
|
4338
|
-
protoOf(Companion_22).
|
|
4341
|
+
protoOf(Companion_22).z30 = function (_this__u8e3s4) {
|
|
4339
4342
|
var tmp0_subject = _this__u8e3s4;
|
|
4340
4343
|
switch (tmp0_subject) {
|
|
4341
4344
|
case 'email':
|
|
@@ -4370,7 +4373,7 @@
|
|
|
4370
4373
|
}
|
|
4371
4374
|
function Companion_23() {
|
|
4372
4375
|
Companion_instance_23 = this;
|
|
4373
|
-
this.
|
|
4376
|
+
this.a31_1 = 'input';
|
|
4374
4377
|
}
|
|
4375
4378
|
var Companion_instance_23;
|
|
4376
4379
|
function Companion_getInstance_26() {
|
|
@@ -4386,15 +4389,15 @@
|
|
|
4386
4389
|
Companion_getInstance_26();
|
|
4387
4390
|
parser.u2r(2, tmp, 'input');
|
|
4388
4391
|
var tmp_0 = $this;
|
|
4389
|
-
var tmp0_safe_receiver = parser.
|
|
4390
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : Companion_getInstance_25().
|
|
4391
|
-
tmp_0.
|
|
4392
|
-
$this.
|
|
4393
|
-
$this.
|
|
4392
|
+
var tmp0_safe_receiver = parser.o2t('type');
|
|
4393
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : Companion_getInstance_25().z30(tmp0_safe_receiver);
|
|
4394
|
+
tmp_0.j31_1 = tmp1_elvis_lhs == null ? Companion_getInstance_25().y30_1 : tmp1_elvis_lhs;
|
|
4395
|
+
$this.k31_1 = parser.o2t('name');
|
|
4396
|
+
$this.l31_1 = parser.o2t('value');
|
|
4394
4397
|
var tmp_1 = $this;
|
|
4395
|
-
var tmp2_safe_receiver = parser.
|
|
4398
|
+
var tmp2_safe_receiver = parser.o2t('required');
|
|
4396
4399
|
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : toBoolean(tmp2_safe_receiver);
|
|
4397
|
-
tmp_1.
|
|
4400
|
+
tmp_1.m31_1 = tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs;
|
|
4398
4401
|
var label = null;
|
|
4399
4402
|
var placeholder = null;
|
|
4400
4403
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
@@ -4423,8 +4426,8 @@
|
|
|
4423
4426
|
continue $l$loop_1;
|
|
4424
4427
|
skipTag(parser);
|
|
4425
4428
|
}
|
|
4426
|
-
$this.
|
|
4427
|
-
$this.
|
|
4429
|
+
$this.n31_1 = label;
|
|
4430
|
+
$this.o31_1 = placeholder;
|
|
4428
4431
|
return $this;
|
|
4429
4432
|
}
|
|
4430
4433
|
function Input_init_$Create$(parent, parser) {
|
|
@@ -4454,7 +4457,7 @@
|
|
|
4454
4457
|
}
|
|
4455
4458
|
function Companion_24() {
|
|
4456
4459
|
Companion_instance_24 = this;
|
|
4457
|
-
this.
|
|
4460
|
+
this.p31_1 = 'link';
|
|
4458
4461
|
}
|
|
4459
4462
|
var Companion_instance_24;
|
|
4460
4463
|
function Companion_getInstance_27() {
|
|
@@ -4466,7 +4469,7 @@
|
|
|
4466
4469
|
var tmp$ret$0;
|
|
4467
4470
|
// Inline function 'kotlin.getValue' call
|
|
4468
4471
|
var tmp0_getValue = defaultTextStyles$factory_0();
|
|
4469
|
-
tmp$ret$0 = $this.
|
|
4472
|
+
tmp$ret$0 = $this.a32_1.o1();
|
|
4470
4473
|
return tmp$ret$0;
|
|
4471
4474
|
}
|
|
4472
4475
|
function Link_init_$Init$(parent, parser, $this) {
|
|
@@ -4478,7 +4481,7 @@
|
|
|
4478
4481
|
parser.u2r(2, tmp, 'link');
|
|
4479
4482
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseClickableAttrs' call
|
|
4480
4483
|
// Inline function 'kotlin.contracts.contract' call
|
|
4481
|
-
var rawUrl = parser.
|
|
4484
|
+
var rawUrl = parser.o2t(_get_XML_URL_$accessor$11tx9p3_lkk5sb());
|
|
4482
4485
|
var tmp_0;
|
|
4483
4486
|
var tmp0_safe_receiver = rawUrl;
|
|
4484
4487
|
if ((tmp0_safe_receiver == null ? null : get_hasUriScheme(tmp0_safe_receiver)) === false) {
|
|
@@ -4492,22 +4495,22 @@
|
|
|
4492
4495
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Link.<init>.<anonymous>' call
|
|
4493
4496
|
var tmp$ret$0;
|
|
4494
4497
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
4495
|
-
var tmp0_toEventIds = parser.
|
|
4496
|
-
tmp$ret$0 = Companion_getInstance_17().
|
|
4498
|
+
var tmp0_toEventIds = parser.o2t(_get_XML_EVENTS_$accessor$11tx9p3_otmgk5());
|
|
4499
|
+
tmp$ret$0 = Companion_getInstance_17().o2v(tmp0_toEventIds);
|
|
4497
4500
|
var tmp1__anonymous__uwfjfc = tmp$ret$0;
|
|
4498
|
-
$this.
|
|
4499
|
-
$this.
|
|
4501
|
+
$this.y31_1 = tmp1__anonymous__uwfjfc;
|
|
4502
|
+
$this.z31_1 = uri;
|
|
4500
4503
|
var tmp_1 = $this;
|
|
4501
4504
|
var tmp$ret$1;
|
|
4502
4505
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
4503
4506
|
tmp$ret$1 = ArrayList_init_$Create$();
|
|
4504
|
-
tmp_1.
|
|
4507
|
+
tmp_1.c32_1 = tmp$ret$1;
|
|
4505
4508
|
var tmp_2 = $this;
|
|
4506
4509
|
var tmp_3 = _get_defaultTextStyles__fjozb5_0($this);
|
|
4507
4510
|
var tmp_4 = get_XMLNS_CONTENT();
|
|
4508
4511
|
Companion_getInstance_27();
|
|
4509
4512
|
var tmp0_elvis_lhs = parseTextChild(parser, tmp_3, tmp_4, 'link', Link$_init_$lambda_v5gdv3(parser, $this));
|
|
4510
|
-
tmp_2.
|
|
4513
|
+
tmp_2.b32_1 = tmp0_elvis_lhs == null ? createTestText(_get_defaultTextStyles__fjozb5_0($this)) : tmp0_elvis_lhs;
|
|
4511
4514
|
return $this;
|
|
4512
4515
|
}
|
|
4513
4516
|
function Link_init_$Create$(parent, parser) {
|
|
@@ -4533,7 +4536,7 @@
|
|
|
4533
4536
|
Companion_getInstance_6();
|
|
4534
4537
|
if (tmp1_subject === 'events') {
|
|
4535
4538
|
var tmp2_this = this$0;
|
|
4536
|
-
var tmp0_plusAssign = tmp2_this.
|
|
4539
|
+
var tmp0_plusAssign = tmp2_this.c32_1;
|
|
4537
4540
|
var tmp1_plusAssign = Companion_getInstance_6().y2r($parser, this$0);
|
|
4538
4541
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
4539
4542
|
tmp_0 = Unit_getInstance();
|
|
@@ -4543,14 +4546,14 @@
|
|
|
4543
4546
|
return Unit_getInstance();
|
|
4544
4547
|
};
|
|
4545
4548
|
}
|
|
4546
|
-
protoOf(Link).
|
|
4547
|
-
return this.
|
|
4549
|
+
protoOf(Link).p2v = function () {
|
|
4550
|
+
return this.y31_1;
|
|
4548
4551
|
};
|
|
4549
|
-
protoOf(Link).
|
|
4550
|
-
return this.
|
|
4552
|
+
protoOf(Link).q2v = function () {
|
|
4553
|
+
return this.z31_1;
|
|
4551
4554
|
};
|
|
4552
4555
|
protoOf(Link).i2s = function () {
|
|
4553
|
-
return protoOf(Content).i2s.call(this) ? true : !this.
|
|
4556
|
+
return protoOf(Content).i2s.call(this) ? true : !this.g2x();
|
|
4554
4557
|
};
|
|
4555
4558
|
protoOf(Link)._getAnalyticsEvents = function (type) {
|
|
4556
4559
|
var tmp0_subject = type;
|
|
@@ -4559,7 +4562,7 @@
|
|
|
4559
4562
|
if (tmp0 === 3) {
|
|
4560
4563
|
var tmp$ret$2;
|
|
4561
4564
|
// Inline function 'kotlin.collections.filter' call
|
|
4562
|
-
var tmp1_filter = this.
|
|
4565
|
+
var tmp1_filter = this.c32_1;
|
|
4563
4566
|
var tmp$ret$1;
|
|
4564
4567
|
// Inline function 'kotlin.collections.filterTo' call
|
|
4565
4568
|
var tmp0_filterTo = ArrayList_init_$Create$();
|
|
@@ -4585,7 +4588,7 @@
|
|
|
4585
4588
|
function Link() {
|
|
4586
4589
|
Companion_getInstance_27();
|
|
4587
4590
|
var tmp = this;
|
|
4588
|
-
tmp.
|
|
4591
|
+
tmp.a32_1 = lazy(Link$defaultTextStyles$delegate$lambda(this));
|
|
4589
4592
|
}
|
|
4590
4593
|
function defaultTextStyles$factory_0() {
|
|
4591
4594
|
return getPropertyCallableRef('defaultTextStyles', 1, KProperty1, function (receiver) {
|
|
@@ -4593,20 +4596,20 @@
|
|
|
4593
4596
|
}, null);
|
|
4594
4597
|
}
|
|
4595
4598
|
function Manifest$Companion$parse$slambda$slambda$slambda($manifest, $fileName, $parseFile, $src, resultContinuation) {
|
|
4596
|
-
this.
|
|
4597
|
-
this.
|
|
4598
|
-
this.
|
|
4599
|
-
this.
|
|
4599
|
+
this.l32_1 = $manifest;
|
|
4600
|
+
this.m32_1 = $fileName;
|
|
4601
|
+
this.n32_1 = $parseFile;
|
|
4602
|
+
this.o32_1 = $src;
|
|
4600
4603
|
CoroutineImpl.call(this, resultContinuation);
|
|
4601
4604
|
}
|
|
4602
|
-
protoOf(Manifest$Companion$parse$slambda$slambda$slambda).
|
|
4605
|
+
protoOf(Manifest$Companion$parse$slambda$slambda$slambda).r32 = function ($this$async, $completion) {
|
|
4603
4606
|
var tmp = this.a11($this$async, $completion);
|
|
4604
4607
|
tmp.de_1 = Unit_getInstance();
|
|
4605
4608
|
tmp.ee_1 = null;
|
|
4606
4609
|
return tmp.ue();
|
|
4607
4610
|
};
|
|
4608
4611
|
protoOf(Manifest$Companion$parse$slambda$slambda$slambda).if = function (p1, $completion) {
|
|
4609
|
-
return this.
|
|
4612
|
+
return this.r32((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
4610
4613
|
};
|
|
4611
4614
|
protoOf(Manifest$Companion$parse$slambda$slambda$slambda).ue = function () {
|
|
4612
4615
|
var suspendResult = this.de_1;
|
|
@@ -4616,9 +4619,9 @@
|
|
|
4616
4619
|
switch (tmp) {
|
|
4617
4620
|
case 0:
|
|
4618
4621
|
this.ce_1 = 2;
|
|
4619
|
-
this.
|
|
4622
|
+
this.q32_1 = Companion_getInstance_48();
|
|
4620
4623
|
this.be_1 = 1;
|
|
4621
|
-
suspendResult = this.
|
|
4624
|
+
suspendResult = this.n32_1(this.o32_1, this);
|
|
4622
4625
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4623
4626
|
return suspendResult;
|
|
4624
4627
|
}
|
|
@@ -4626,7 +4629,7 @@
|
|
|
4626
4629
|
continue $sm;
|
|
4627
4630
|
case 1:
|
|
4628
4631
|
var ARGUMENT = suspendResult;
|
|
4629
|
-
return this.
|
|
4632
|
+
return this.q32_1.w32(this.l32_1, this.m32_1, ARGUMENT);
|
|
4630
4633
|
case 2:
|
|
4631
4634
|
throw this.ee_1;
|
|
4632
4635
|
}
|
|
@@ -4642,33 +4645,33 @@
|
|
|
4642
4645
|
while (true);
|
|
4643
4646
|
};
|
|
4644
4647
|
protoOf(Manifest$Companion$parse$slambda$slambda$slambda).a11 = function ($this$async, completion) {
|
|
4645
|
-
var i = new Manifest$Companion$parse$slambda$slambda$slambda(this.
|
|
4646
|
-
i.
|
|
4648
|
+
var i = new Manifest$Companion$parse$slambda$slambda$slambda(this.l32_1, this.m32_1, this.n32_1, this.o32_1, completion);
|
|
4649
|
+
i.p32_1 = $this$async;
|
|
4647
4650
|
return i;
|
|
4648
4651
|
};
|
|
4649
4652
|
function Manifest$Companion$parse$slambda$slambda$slambda_0($manifest, $fileName, $parseFile, $src, resultContinuation) {
|
|
4650
4653
|
var i = new Manifest$Companion$parse$slambda$slambda$slambda($manifest, $fileName, $parseFile, $src, resultContinuation);
|
|
4651
4654
|
var l = function ($this$async, $completion) {
|
|
4652
|
-
return i.
|
|
4655
|
+
return i.r32($this$async, $completion);
|
|
4653
4656
|
};
|
|
4654
4657
|
l.$arity = 1;
|
|
4655
4658
|
return l;
|
|
4656
4659
|
}
|
|
4657
4660
|
function Manifest$Companion$parse$slambda$slambda$slambda_1($manifest, $id, $parseFile, $src, resultContinuation) {
|
|
4658
|
-
this.
|
|
4659
|
-
this.
|
|
4660
|
-
this.
|
|
4661
|
-
this.
|
|
4661
|
+
this.f33_1 = $manifest;
|
|
4662
|
+
this.g33_1 = $id;
|
|
4663
|
+
this.h33_1 = $parseFile;
|
|
4664
|
+
this.i33_1 = $src;
|
|
4662
4665
|
CoroutineImpl.call(this, resultContinuation);
|
|
4663
4666
|
}
|
|
4664
|
-
protoOf(Manifest$Companion$parse$slambda$slambda$slambda_1).
|
|
4667
|
+
protoOf(Manifest$Companion$parse$slambda$slambda$slambda_1).k33 = function ($this$async, $completion) {
|
|
4665
4668
|
var tmp = this.a11($this$async, $completion);
|
|
4666
4669
|
tmp.de_1 = Unit_getInstance();
|
|
4667
4670
|
tmp.ee_1 = null;
|
|
4668
4671
|
return tmp.ue();
|
|
4669
4672
|
};
|
|
4670
4673
|
protoOf(Manifest$Companion$parse$slambda$slambda$slambda_1).if = function (p1, $completion) {
|
|
4671
|
-
return this.
|
|
4674
|
+
return this.k33((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
4672
4675
|
};
|
|
4673
4676
|
protoOf(Manifest$Companion$parse$slambda$slambda$slambda_1).ue = function () {
|
|
4674
4677
|
var suspendResult = this.de_1;
|
|
@@ -4679,7 +4682,7 @@
|
|
|
4679
4682
|
case 0:
|
|
4680
4683
|
this.ce_1 = 2;
|
|
4681
4684
|
this.be_1 = 1;
|
|
4682
|
-
suspendResult = this.
|
|
4685
|
+
suspendResult = this.h33_1(this.i33_1, this);
|
|
4683
4686
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4684
4687
|
return suspendResult;
|
|
4685
4688
|
}
|
|
@@ -4687,7 +4690,7 @@
|
|
|
4687
4690
|
continue $sm;
|
|
4688
4691
|
case 1:
|
|
4689
4692
|
var ARGUMENT = suspendResult;
|
|
4690
|
-
return Tip_init_$Create$(this.
|
|
4693
|
+
return Tip_init_$Create$(this.f33_1, this.g33_1, ARGUMENT);
|
|
4691
4694
|
case 2:
|
|
4692
4695
|
throw this.ee_1;
|
|
4693
4696
|
}
|
|
@@ -4703,21 +4706,21 @@
|
|
|
4703
4706
|
while (true);
|
|
4704
4707
|
};
|
|
4705
4708
|
protoOf(Manifest$Companion$parse$slambda$slambda$slambda_1).a11 = function ($this$async, completion) {
|
|
4706
|
-
var i = new Manifest$Companion$parse$slambda$slambda$slambda_1(this.
|
|
4707
|
-
i.
|
|
4709
|
+
var i = new Manifest$Companion$parse$slambda$slambda$slambda_1(this.f33_1, this.g33_1, this.h33_1, this.i33_1, completion);
|
|
4710
|
+
i.j33_1 = $this$async;
|
|
4708
4711
|
return i;
|
|
4709
4712
|
};
|
|
4710
4713
|
function Manifest$Companion$parse$slambda$slambda$slambda_2($manifest, $id, $parseFile, $src, resultContinuation) {
|
|
4711
4714
|
var i = new Manifest$Companion$parse$slambda$slambda$slambda_1($manifest, $id, $parseFile, $src, resultContinuation);
|
|
4712
4715
|
var l = function ($this$async, $completion) {
|
|
4713
|
-
return i.
|
|
4716
|
+
return i.k33($this$async, $completion);
|
|
4714
4717
|
};
|
|
4715
4718
|
l.$arity = 1;
|
|
4716
4719
|
return l;
|
|
4717
4720
|
}
|
|
4718
4721
|
function Manifest$Companion$parse$slambda$slambda($manifest, $parseFile, resultContinuation) {
|
|
4719
|
-
this.
|
|
4720
|
-
this.
|
|
4722
|
+
this.t33_1 = $manifest;
|
|
4723
|
+
this.u33_1 = $parseFile;
|
|
4721
4724
|
CoroutineImpl.call(this, resultContinuation);
|
|
4722
4725
|
}
|
|
4723
4726
|
protoOf(Manifest$Companion$parse$slambda$slambda).z10 = function ($this$launch, $completion) {
|
|
@@ -4738,14 +4741,14 @@
|
|
|
4738
4741
|
case 0:
|
|
4739
4742
|
this.ce_1 = 2;
|
|
4740
4743
|
this.be_1 = 1;
|
|
4741
|
-
var tmp1_map = this.
|
|
4744
|
+
var tmp1_map = this.t33_1.k2u_1;
|
|
4742
4745
|
var tmp0_mapTo = ArrayList_init_$Create$_0(collectionSizeOrDefault(tmp1_map, 10));
|
|
4743
4746
|
var tmp0_iterator = tmp1_map.f();
|
|
4744
4747
|
while (tmp0_iterator.g()) {
|
|
4745
4748
|
var item = tmp0_iterator.h();
|
|
4746
4749
|
var fileName = item.s2();
|
|
4747
4750
|
var src = item.t2();
|
|
4748
|
-
tmp0_mapTo.b(async(this.
|
|
4751
|
+
tmp0_mapTo.b(async(this.v33_1, VOID, VOID, Manifest$Companion$parse$slambda$slambda$slambda_0(this.t33_1, fileName, this.u33_1, src, null)));
|
|
4749
4752
|
}
|
|
4750
4753
|
|
|
4751
4754
|
suspendResult = awaitAll(tmp0_mapTo, this);
|
|
@@ -4757,7 +4760,7 @@
|
|
|
4757
4760
|
case 1:
|
|
4758
4761
|
var ARGUMENT = suspendResult;
|
|
4759
4762
|
var ARGUMENT_0 = filterNotNull(ARGUMENT);
|
|
4760
|
-
_set_pages__j2nojl(this.
|
|
4763
|
+
_set_pages__j2nojl(this.t33_1, ARGUMENT_0);
|
|
4761
4764
|
return Unit_getInstance();
|
|
4762
4765
|
case 2:
|
|
4763
4766
|
throw this.ee_1;
|
|
@@ -4774,8 +4777,8 @@
|
|
|
4774
4777
|
while (true);
|
|
4775
4778
|
};
|
|
4776
4779
|
protoOf(Manifest$Companion$parse$slambda$slambda).a11 = function ($this$launch, completion) {
|
|
4777
|
-
var i = new Manifest$Companion$parse$slambda$slambda(this.
|
|
4778
|
-
i.
|
|
4780
|
+
var i = new Manifest$Companion$parse$slambda$slambda(this.t33_1, this.u33_1, completion);
|
|
4781
|
+
i.v33_1 = $this$launch;
|
|
4779
4782
|
return i;
|
|
4780
4783
|
};
|
|
4781
4784
|
function Manifest$Companion$parse$slambda$slambda_0($manifest, $parseFile, resultContinuation) {
|
|
@@ -4787,8 +4790,8 @@
|
|
|
4787
4790
|
return l;
|
|
4788
4791
|
}
|
|
4789
4792
|
function Manifest$Companion$parse$slambda$slambda_1($manifest, $parseFile, resultContinuation) {
|
|
4790
|
-
this.
|
|
4791
|
-
this.
|
|
4793
|
+
this.e34_1 = $manifest;
|
|
4794
|
+
this.f34_1 = $parseFile;
|
|
4792
4795
|
CoroutineImpl.call(this, resultContinuation);
|
|
4793
4796
|
}
|
|
4794
4797
|
protoOf(Manifest$Companion$parse$slambda$slambda_1).z10 = function ($this$launch, $completion) {
|
|
@@ -4809,14 +4812,14 @@
|
|
|
4809
4812
|
case 0:
|
|
4810
4813
|
this.ce_1 = 2;
|
|
4811
4814
|
this.be_1 = 1;
|
|
4812
|
-
var tmp1_map = this.
|
|
4815
|
+
var tmp1_map = this.e34_1.l2u_1;
|
|
4813
4816
|
var tmp0_mapTo = ArrayList_init_$Create$_0(collectionSizeOrDefault(tmp1_map, 10));
|
|
4814
4817
|
var tmp0_iterator = tmp1_map.f();
|
|
4815
4818
|
while (tmp0_iterator.g()) {
|
|
4816
4819
|
var item = tmp0_iterator.h();
|
|
4817
4820
|
var id = item.s2();
|
|
4818
4821
|
var src = item.t2();
|
|
4819
|
-
tmp0_mapTo.b(async(this.
|
|
4822
|
+
tmp0_mapTo.b(async(this.g34_1, VOID, VOID, Manifest$Companion$parse$slambda$slambda$slambda_2(this.e34_1, id, this.f34_1, src, null)));
|
|
4820
4823
|
}
|
|
4821
4824
|
|
|
4822
4825
|
suspendResult = awaitAll(tmp0_mapTo, this);
|
|
@@ -4832,11 +4835,11 @@
|
|
|
4832
4835
|
var tmp0_iterator_0 = tmp3_associateBy.f();
|
|
4833
4836
|
while (tmp0_iterator_0.g()) {
|
|
4834
4837
|
var element = tmp0_iterator_0.h();
|
|
4835
|
-
tmp2_associateByTo.u2(element.
|
|
4838
|
+
tmp2_associateByTo.u2(element.i34_1, element);
|
|
4836
4839
|
}
|
|
4837
4840
|
|
|
4838
4841
|
var ARGUMENT = tmp2_associateByTo;
|
|
4839
|
-
_set_tips__9ug36n(this.
|
|
4842
|
+
_set_tips__9ug36n(this.e34_1, ARGUMENT);
|
|
4840
4843
|
return Unit_getInstance();
|
|
4841
4844
|
case 2:
|
|
4842
4845
|
throw this.ee_1;
|
|
@@ -4853,8 +4856,8 @@
|
|
|
4853
4856
|
while (true);
|
|
4854
4857
|
};
|
|
4855
4858
|
protoOf(Manifest$Companion$parse$slambda$slambda_1).a11 = function ($this$launch, completion) {
|
|
4856
|
-
var i = new Manifest$Companion$parse$slambda$slambda_1(this.
|
|
4857
|
-
i.
|
|
4859
|
+
var i = new Manifest$Companion$parse$slambda$slambda_1(this.e34_1, this.f34_1, completion);
|
|
4860
|
+
i.g34_1 = $this$launch;
|
|
4858
4861
|
return i;
|
|
4859
4862
|
};
|
|
4860
4863
|
function Manifest$Companion$parse$slambda$slambda_2($manifest, $parseFile, resultContinuation) {
|
|
@@ -4866,19 +4869,19 @@
|
|
|
4866
4869
|
return l;
|
|
4867
4870
|
}
|
|
4868
4871
|
function Manifest$Companion$parse$slambda($config, $manifest, $parseFile, resultContinuation) {
|
|
4869
|
-
this.
|
|
4870
|
-
this.
|
|
4871
|
-
this.
|
|
4872
|
+
this.t34_1 = $config;
|
|
4873
|
+
this.u34_1 = $manifest;
|
|
4874
|
+
this.v34_1 = $parseFile;
|
|
4872
4875
|
CoroutineImpl.call(this, resultContinuation);
|
|
4873
4876
|
}
|
|
4874
|
-
protoOf(Manifest$Companion$parse$slambda).
|
|
4877
|
+
protoOf(Manifest$Companion$parse$slambda).x34 = function ($this$coroutineScope, $completion) {
|
|
4875
4878
|
var tmp = this.a11($this$coroutineScope, $completion);
|
|
4876
4879
|
tmp.de_1 = Unit_getInstance();
|
|
4877
4880
|
tmp.ee_1 = null;
|
|
4878
4881
|
return tmp.ue();
|
|
4879
4882
|
};
|
|
4880
4883
|
protoOf(Manifest$Companion$parse$slambda).if = function (p1, $completion) {
|
|
4881
|
-
return this.
|
|
4884
|
+
return this.x34((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
4882
4885
|
};
|
|
4883
4886
|
protoOf(Manifest$Companion$parse$slambda).ue = function () {
|
|
4884
4887
|
var suspendResult = this.de_1;
|
|
@@ -4887,16 +4890,16 @@
|
|
|
4887
4890
|
var tmp = this.be_1;
|
|
4888
4891
|
if (tmp === 0) {
|
|
4889
4892
|
this.ce_1 = 1;
|
|
4890
|
-
if (this.
|
|
4891
|
-
launch(this.
|
|
4893
|
+
if (this.t34_1.o2q_1) {
|
|
4894
|
+
launch(this.w34_1, VOID, VOID, Manifest$Companion$parse$slambda$slambda_0(this.u34_1, this.v34_1, null));
|
|
4892
4895
|
} else {
|
|
4893
|
-
_set_pages__j2nojl(this.
|
|
4896
|
+
_set_pages__j2nojl(this.u34_1, emptyList());
|
|
4894
4897
|
}
|
|
4895
4898
|
var tmp_0;
|
|
4896
|
-
if (this.
|
|
4897
|
-
tmp_0 = launch(this.
|
|
4899
|
+
if (this.t34_1.p2q_1) {
|
|
4900
|
+
tmp_0 = launch(this.w34_1, VOID, VOID, Manifest$Companion$parse$slambda$slambda_2(this.u34_1, this.v34_1, null));
|
|
4898
4901
|
} else {
|
|
4899
|
-
_set_tips__9ug36n(this.
|
|
4902
|
+
_set_tips__9ug36n(this.u34_1, emptyMap());
|
|
4900
4903
|
tmp_0 = Unit_getInstance();
|
|
4901
4904
|
}
|
|
4902
4905
|
return tmp_0;
|
|
@@ -4910,24 +4913,24 @@
|
|
|
4910
4913
|
while (true);
|
|
4911
4914
|
};
|
|
4912
4915
|
protoOf(Manifest$Companion$parse$slambda).a11 = function ($this$coroutineScope, completion) {
|
|
4913
|
-
var i = new Manifest$Companion$parse$slambda(this.
|
|
4914
|
-
i.
|
|
4916
|
+
var i = new Manifest$Companion$parse$slambda(this.t34_1, this.u34_1, this.v34_1, completion);
|
|
4917
|
+
i.w34_1 = $this$coroutineScope;
|
|
4915
4918
|
return i;
|
|
4916
4919
|
};
|
|
4917
4920
|
function Manifest$Companion$parse$slambda_0($config, $manifest, $parseFile, resultContinuation) {
|
|
4918
4921
|
var i = new Manifest$Companion$parse$slambda($config, $manifest, $parseFile, resultContinuation);
|
|
4919
4922
|
var l = function ($this$coroutineScope, $completion) {
|
|
4920
|
-
return i.
|
|
4923
|
+
return i.x34($this$coroutineScope, $completion);
|
|
4921
4924
|
};
|
|
4922
4925
|
l.$arity = 1;
|
|
4923
4926
|
return l;
|
|
4924
4927
|
}
|
|
4925
4928
|
function $parseCOROUTINE$0(_this__u8e3s4, fileName, config, parseFile, resultContinuation) {
|
|
4926
4929
|
CoroutineImpl.call(this, resultContinuation);
|
|
4927
|
-
this.
|
|
4928
|
-
this.
|
|
4929
|
-
this.
|
|
4930
|
-
this.
|
|
4930
|
+
this.g35_1 = _this__u8e3s4;
|
|
4931
|
+
this.h35_1 = fileName;
|
|
4932
|
+
this.i35_1 = config;
|
|
4933
|
+
this.j35_1 = parseFile;
|
|
4931
4934
|
}
|
|
4932
4935
|
protoOf($parseCOROUTINE$0).ue = function () {
|
|
4933
4936
|
var suspendResult = this.de_1;
|
|
@@ -4938,17 +4941,17 @@
|
|
|
4938
4941
|
case 0:
|
|
4939
4942
|
this.ce_1 = 3;
|
|
4940
4943
|
this.be_1 = 1;
|
|
4941
|
-
suspendResult = this.
|
|
4944
|
+
suspendResult = this.j35_1(this.h35_1, this);
|
|
4942
4945
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4943
4946
|
return suspendResult;
|
|
4944
4947
|
}
|
|
4945
4948
|
|
|
4946
4949
|
continue $sm;
|
|
4947
4950
|
case 1:
|
|
4948
|
-
this.
|
|
4949
|
-
this.
|
|
4951
|
+
this.k35_1 = suspendResult;
|
|
4952
|
+
this.l35_1 = Manifest_init_$Create$(this.k35_1, this.i35_1);
|
|
4950
4953
|
this.be_1 = 2;
|
|
4951
|
-
suspendResult = coroutineScope(Manifest$Companion$parse$slambda_0(this.
|
|
4954
|
+
suspendResult = coroutineScope(Manifest$Companion$parse$slambda_0(this.i35_1, this.l35_1, this.j35_1, null), this);
|
|
4952
4955
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4953
4956
|
return suspendResult;
|
|
4954
4957
|
}
|
|
@@ -4956,7 +4959,7 @@
|
|
|
4956
4959
|
continue $sm;
|
|
4957
4960
|
case 2:
|
|
4958
4961
|
;
|
|
4959
|
-
return this.
|
|
4962
|
+
return this.l35_1;
|
|
4960
4963
|
case 3:
|
|
4961
4964
|
throw this.ee_1;
|
|
4962
4965
|
}
|
|
@@ -4978,9 +4981,9 @@
|
|
|
4978
4981
|
var Type_UNKNOWN_instance_0;
|
|
4979
4982
|
function Companion_25() {
|
|
4980
4983
|
Companion_instance_25 = this;
|
|
4981
|
-
this.
|
|
4984
|
+
this.m35_1 = Type_TRACT_getInstance();
|
|
4982
4985
|
}
|
|
4983
|
-
protoOf(Companion_25).
|
|
4986
|
+
protoOf(Companion_25).n35 = function (value) {
|
|
4984
4987
|
var tmp0_subject = value;
|
|
4985
4988
|
switch (tmp0_subject) {
|
|
4986
4989
|
case 'article':
|
|
@@ -5054,7 +5057,7 @@
|
|
|
5054
5057
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.color' call
|
|
5055
5058
|
tmp$ret$2 = toPlatformColor(Companion_getInstance_0().k2j(255 / 255.0, 255 / 255.0, 255 / 255.0, 1.0));
|
|
5056
5059
|
tmp_1.e2q_1 = tmp$ret$2;
|
|
5057
|
-
this.f2q_1 = Companion_getInstance_22().
|
|
5060
|
+
this.f2q_1 = Companion_getInstance_22().z2w_1;
|
|
5058
5061
|
this.g2q_1 = ImageScaleType_FILL_getInstance();
|
|
5059
5062
|
this.h2q_1 = Style_CONTAINED_getInstance();
|
|
5060
5063
|
var tmp_2 = this;
|
|
@@ -5077,71 +5080,71 @@
|
|
|
5077
5080
|
return Companion_instance_26;
|
|
5078
5081
|
}
|
|
5079
5082
|
function _set_pages__j2nojl($this, _set____db54di) {
|
|
5080
|
-
return $this.
|
|
5083
|
+
return $this.h2u_1.o35($this, pages$factory(), _set____db54di);
|
|
5081
5084
|
}
|
|
5082
5085
|
function _set_tips__9ug36n($this, _set____db54di) {
|
|
5083
|
-
return $this.
|
|
5086
|
+
return $this.j2u_1.o35($this, tips$factory(), _set____db54di);
|
|
5084
5087
|
}
|
|
5085
5088
|
function Manifest_init_$Init$(parser, config, $this) {
|
|
5086
5089
|
BaseModel.call($this);
|
|
5087
5090
|
Manifest.call($this);
|
|
5088
5091
|
Companion_getInstance_59();
|
|
5089
5092
|
parser.u2r(2, get_XMLNS_MANIFEST(), 'manifest');
|
|
5090
|
-
$this.
|
|
5091
|
-
$this.code = parser.
|
|
5093
|
+
$this.q2t_1 = config;
|
|
5094
|
+
$this.code = parser.o2t('tool');
|
|
5092
5095
|
var tmp = $this;
|
|
5093
|
-
var tmp0_safe_receiver = parser.
|
|
5096
|
+
var tmp0_safe_receiver = parser.o2t('locale');
|
|
5094
5097
|
tmp.locale = tmp0_safe_receiver == null ? null : toLocaleOrNull(tmp0_safe_receiver);
|
|
5095
5098
|
var tmp_0 = $this;
|
|
5096
|
-
var tmp1_elvis_lhs = Companion_getInstance_28().
|
|
5097
|
-
tmp_0.type = tmp1_elvis_lhs == null ? Companion_getInstance_28().
|
|
5099
|
+
var tmp1_elvis_lhs = Companion_getInstance_28().n35(parser.o2t('type'));
|
|
5100
|
+
tmp_0.type = tmp1_elvis_lhs == null ? Companion_getInstance_28().m35_1 : tmp1_elvis_lhs;
|
|
5098
5101
|
var tmp_1 = $this;
|
|
5099
5102
|
var tmp$ret$0;
|
|
5100
5103
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
5101
|
-
var tmp0_toEventIds = parser.
|
|
5102
|
-
tmp$ret$0 = Companion_getInstance_17().
|
|
5104
|
+
var tmp0_toEventIds = parser.o2t(get_XML_DISMISS_LISTENERS());
|
|
5105
|
+
tmp$ret$0 = Companion_getInstance_17().o2v(tmp0_toEventIds);
|
|
5103
5106
|
tmp_1.dismissListeners = toSet_0(tmp$ret$0);
|
|
5104
5107
|
var tmp_2 = $this;
|
|
5105
|
-
var tmp2_safe_receiver = parser.
|
|
5108
|
+
var tmp2_safe_receiver = parser.o2t(get_XML_PRIMARY_COLOR());
|
|
5106
5109
|
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : toColorOrNull(tmp2_safe_receiver);
|
|
5107
|
-
tmp_2.
|
|
5110
|
+
tmp_2.r2t_1 = tmp3_elvis_lhs == null ? Companion_getInstance_29().c2q_1 : tmp3_elvis_lhs;
|
|
5108
5111
|
var tmp_3 = $this;
|
|
5109
|
-
var tmp4_safe_receiver = parser.
|
|
5112
|
+
var tmp4_safe_receiver = parser.o2t(get_XML_PRIMARY_TEXT_COLOR());
|
|
5110
5113
|
var tmp5_elvis_lhs = tmp4_safe_receiver == null ? null : toColorOrNull(tmp4_safe_receiver);
|
|
5111
|
-
tmp_3.
|
|
5114
|
+
tmp_3.s2t_1 = tmp5_elvis_lhs == null ? Companion_getInstance_29().d2q_1 : tmp5_elvis_lhs;
|
|
5112
5115
|
var tmp_4 = $this;
|
|
5113
|
-
var tmp6_safe_receiver = parser.
|
|
5114
|
-
tmp_4.
|
|
5116
|
+
var tmp6_safe_receiver = parser.o2t('navbar-color');
|
|
5117
|
+
tmp_4.t2t_1 = tmp6_safe_receiver == null ? null : toColorOrNull(tmp6_safe_receiver);
|
|
5115
5118
|
var tmp_5 = $this;
|
|
5116
|
-
var tmp7_safe_receiver = parser.
|
|
5117
|
-
tmp_5.
|
|
5119
|
+
var tmp7_safe_receiver = parser.o2t('navbar-control-color');
|
|
5120
|
+
tmp_5.u2t_1 = tmp7_safe_receiver == null ? null : toColorOrNull(tmp7_safe_receiver);
|
|
5118
5121
|
var tmp_6 = $this;
|
|
5119
|
-
var tmp8_safe_receiver = parser.
|
|
5122
|
+
var tmp8_safe_receiver = parser.o2t(get_XML_BACKGROUND_COLOR());
|
|
5120
5123
|
var tmp9_elvis_lhs = tmp8_safe_receiver == null ? null : toColorOrNull(tmp8_safe_receiver);
|
|
5121
|
-
tmp_6.
|
|
5122
|
-
$this.
|
|
5124
|
+
tmp_6.v2t_1 = tmp9_elvis_lhs == null ? Companion_getInstance_29().e2q_1 : tmp9_elvis_lhs;
|
|
5125
|
+
$this.w2t_1 = parser.n2v(null, get_XML_BACKGROUND_IMAGE());
|
|
5123
5126
|
var tmp_7 = $this;
|
|
5124
|
-
var tmp10_safe_receiver = parser.
|
|
5125
|
-
var tmp11_elvis_lhs = tmp10_safe_receiver == null ? null : Companion_getInstance_22().
|
|
5126
|
-
tmp_7.
|
|
5127
|
+
var tmp10_safe_receiver = parser.o2t(get_XML_BACKGROUND_IMAGE_GRAVITY());
|
|
5128
|
+
var tmp11_elvis_lhs = tmp10_safe_receiver == null ? null : Companion_getInstance_22().a2x(tmp10_safe_receiver);
|
|
5129
|
+
tmp_7.x2t_1 = tmp11_elvis_lhs == null ? Companion_getInstance_29().f2q_1 : tmp11_elvis_lhs;
|
|
5127
5130
|
var tmp_8 = $this;
|
|
5128
|
-
var tmp12_safe_receiver = parser.
|
|
5129
|
-
var tmp13_elvis_lhs = tmp12_safe_receiver == null ? null : Companion_getInstance_24().
|
|
5130
|
-
tmp_8.
|
|
5131
|
+
var tmp12_safe_receiver = parser.o2t(get_XML_BACKGROUND_IMAGE_SCALE_TYPE());
|
|
5132
|
+
var tmp13_elvis_lhs = tmp12_safe_receiver == null ? null : Companion_getInstance_24().x30(tmp12_safe_receiver);
|
|
5133
|
+
tmp_8.y2t_1 = tmp13_elvis_lhs == null ? Companion_getInstance_29().g2q_1 : tmp13_elvis_lhs;
|
|
5131
5134
|
var tmp_9 = $this;
|
|
5132
5135
|
var tmp_10 = get_XMLNS_CONTENT();
|
|
5133
5136
|
Companion_getInstance_12();
|
|
5134
|
-
var tmp14_safe_receiver = parser.
|
|
5135
|
-
tmp_9.
|
|
5137
|
+
var tmp14_safe_receiver = parser.n2v(tmp_10, 'card-background-color');
|
|
5138
|
+
tmp_9.z2t_1 = tmp14_safe_receiver == null ? null : toColorOrNull(tmp14_safe_receiver);
|
|
5136
5139
|
var tmp_11 = $this;
|
|
5137
|
-
var tmp15_safe_receiver = parser.
|
|
5138
|
-
tmp_11.
|
|
5140
|
+
var tmp15_safe_receiver = parser.o2t('category-label-color');
|
|
5141
|
+
tmp_11.a2u_1 = tmp15_safe_receiver == null ? null : toColorOrNull(tmp15_safe_receiver);
|
|
5139
5142
|
var tmp_12 = $this;
|
|
5140
|
-
var tmp16_safe_receiver = parser.
|
|
5143
|
+
var tmp16_safe_receiver = parser.n2v(get_XMLNS_PAGE(), get_XML_CONTROL_COLOR());
|
|
5141
5144
|
var tmp19_elvis_lhs = tmp16_safe_receiver == null ? null : toColorOrNull(tmp16_safe_receiver);
|
|
5142
5145
|
var tmp_13;
|
|
5143
5146
|
if (tmp19_elvis_lhs == null) {
|
|
5144
|
-
var tmp17_safe_receiver = parser.
|
|
5147
|
+
var tmp17_safe_receiver = parser.n2v(get_XMLNS_LESSON(), get_XML_CONTROL_COLOR());
|
|
5145
5148
|
var tmp18_safe_receiver = tmp17_safe_receiver == null ? null : toColorOrNull(tmp17_safe_receiver);
|
|
5146
5149
|
var tmp_14;
|
|
5147
5150
|
if (tmp18_safe_receiver == null) {
|
|
@@ -5161,23 +5164,23 @@
|
|
|
5161
5164
|
tmp_13 = tmp19_elvis_lhs;
|
|
5162
5165
|
}
|
|
5163
5166
|
var tmp20_elvis_lhs = tmp_13;
|
|
5164
|
-
tmp_12.
|
|
5167
|
+
tmp_12.b2u_1 = tmp20_elvis_lhs == null ? get_DEFAULT_CONTROL_COLOR() : tmp20_elvis_lhs;
|
|
5165
5168
|
var tmp_15 = $this;
|
|
5166
5169
|
var tmp_16 = get_XMLNS_CONTENT();
|
|
5167
5170
|
Companion_getInstance_32();
|
|
5168
|
-
var tmp21_safe_receiver = parser.
|
|
5169
|
-
tmp_15.
|
|
5171
|
+
var tmp21_safe_receiver = parser.n2v(tmp_16, 'multiselect-option-background-color');
|
|
5172
|
+
tmp_15.c2u_1 = tmp21_safe_receiver == null ? null : toColorOrNull(tmp21_safe_receiver);
|
|
5170
5173
|
var tmp_17 = $this;
|
|
5171
5174
|
var tmp_18 = get_XMLNS_CONTENT();
|
|
5172
5175
|
Companion_getInstance_32();
|
|
5173
|
-
var tmp22_safe_receiver = parser.
|
|
5174
|
-
tmp_17.
|
|
5176
|
+
var tmp22_safe_receiver = parser.n2v(tmp_18, 'multiselect-option-selected-color');
|
|
5177
|
+
tmp_17.d2u_1 = tmp22_safe_receiver == null ? null : toColorOrNull(tmp22_safe_receiver);
|
|
5175
5178
|
var tmp_19 = $this;
|
|
5176
|
-
var tmp23_safe_receiver = parser.
|
|
5179
|
+
var tmp23_safe_receiver = parser.o2t(get_XML_TEXT_COLOR());
|
|
5177
5180
|
var tmp24_elvis_lhs = tmp23_safe_receiver == null ? null : toColorOrNull(tmp23_safe_receiver);
|
|
5178
|
-
tmp_19.
|
|
5181
|
+
tmp_19.e2u_1 = tmp24_elvis_lhs == null ? Companion_getInstance_29().i2q_1 : tmp24_elvis_lhs;
|
|
5179
5182
|
var tmp_20 = $this;
|
|
5180
|
-
var tmp25_safe_receiver = parser.
|
|
5183
|
+
var tmp25_safe_receiver = parser.o2t(get_XML_TEXT_SCALE());
|
|
5181
5184
|
var tmp26_elvis_lhs = tmp25_safe_receiver == null ? null : toDoubleOrNull(tmp25_safe_receiver);
|
|
5182
5185
|
var tmp_21;
|
|
5183
5186
|
if (tmp26_elvis_lhs == null) {
|
|
@@ -5186,7 +5189,7 @@
|
|
|
5186
5189
|
} else {
|
|
5187
5190
|
tmp_21 = tmp26_elvis_lhs;
|
|
5188
5191
|
}
|
|
5189
|
-
tmp_20.
|
|
5192
|
+
tmp_20.f2u_1 = tmp_21;
|
|
5190
5193
|
var title = null;
|
|
5191
5194
|
var tmp_22 = $this;
|
|
5192
5195
|
var tmp$ret$2;
|
|
@@ -5202,7 +5205,7 @@
|
|
|
5202
5205
|
var tmp$ret$4;
|
|
5203
5206
|
// Inline function 'kotlin.collections.mutableMapOf' call
|
|
5204
5207
|
tmp$ret$4 = LinkedHashMap_init_$Create$();
|
|
5205
|
-
tmp_24.
|
|
5208
|
+
tmp_24.i2u_1 = tmp$ret$4;
|
|
5206
5209
|
var tmp$ret$5;
|
|
5207
5210
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
5208
5211
|
tmp$ret$5 = ArrayList_init_$Create$();
|
|
@@ -5211,12 +5214,12 @@
|
|
|
5211
5214
|
var tmp$ret$6;
|
|
5212
5215
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
5213
5216
|
tmp$ret$6 = ArrayList_init_$Create$();
|
|
5214
|
-
tmp_25.
|
|
5217
|
+
tmp_25.k2u_1 = tmp$ret$6;
|
|
5215
5218
|
var tmp_26 = $this;
|
|
5216
5219
|
var tmp$ret$7;
|
|
5217
5220
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
5218
5221
|
tmp$ret$7 = ArrayList_init_$Create$();
|
|
5219
|
-
tmp_26.
|
|
5222
|
+
tmp_26.l2u_1 = tmp$ret$7;
|
|
5220
5223
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
5221
5224
|
$l$loop_1: while (true) {
|
|
5222
5225
|
var tmp_27 = parser.h();
|
|
@@ -5249,20 +5252,20 @@
|
|
|
5249
5252
|
var tmp3_this = $this;
|
|
5250
5253
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
5251
5254
|
var tmp2_plusAssign = tmp3_this.aemImports;
|
|
5252
|
-
var tmp3_plusAssign = result.
|
|
5255
|
+
var tmp3_plusAssign = result.r35_1;
|
|
5253
5256
|
addAll(tmp2_plusAssign, tmp3_plusAssign);
|
|
5254
5257
|
|
|
5255
5258
|
var tmp4_this = $this;
|
|
5256
5259
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
5257
|
-
var tmp4_plusAssign = tmp4_this.
|
|
5258
|
-
var tmp5_plusAssign = result.
|
|
5260
|
+
var tmp4_plusAssign = tmp4_this.k2u_1;
|
|
5261
|
+
var tmp5_plusAssign = result.s35_1;
|
|
5259
5262
|
addAll(tmp4_plusAssign, tmp5_plusAssign);
|
|
5260
5263
|
|
|
5261
5264
|
break;
|
|
5262
5265
|
case 'resources':
|
|
5263
5266
|
var tmp5_this = $this;
|
|
5264
5267
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
5265
|
-
var tmp8_plusAssign = tmp5_this.
|
|
5268
|
+
var tmp8_plusAssign = tmp5_this.i2u_1;
|
|
5266
5269
|
var tmp$ret$10;
|
|
5267
5270
|
// Inline function 'kotlin.collections.associateBy' call
|
|
5268
5271
|
var tmp7_associateBy = parseResources(parser, $this);
|
|
@@ -5287,7 +5290,7 @@
|
|
|
5287
5290
|
case 'tips':
|
|
5288
5291
|
var tmp6_this = $this;
|
|
5289
5292
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
5290
|
-
var tmp10_plusAssign = tmp6_this.
|
|
5293
|
+
var tmp10_plusAssign = tmp6_this.l2u_1;
|
|
5291
5294
|
var tmp11_plusAssign = parseTips(parser, $this);
|
|
5292
5295
|
addAll(tmp10_plusAssign, tmp11_plusAssign);
|
|
5293
5296
|
|
|
@@ -5298,7 +5301,7 @@
|
|
|
5298
5301
|
Companion_getInstance_49();
|
|
5299
5302
|
if (tmp7_subject === 'items') {
|
|
5300
5303
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
5301
|
-
var tmp12_plusAssign = Companion_getInstance_49().
|
|
5304
|
+
var tmp12_plusAssign = Companion_getInstance_49().q35(parser, $this);
|
|
5302
5305
|
addAll(shareables, tmp12_plusAssign);
|
|
5303
5306
|
}
|
|
5304
5307
|
}
|
|
@@ -5320,7 +5323,7 @@
|
|
|
5320
5323
|
var e = tmp0_iterator_0.h();
|
|
5321
5324
|
var tmp$ret$11;
|
|
5322
5325
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Manifest.<init>.<anonymous>' call
|
|
5323
|
-
tmp$ret$11 = e.
|
|
5326
|
+
tmp$ret$11 = e.q2u();
|
|
5324
5327
|
var key = tmp$ret$11;
|
|
5325
5328
|
if (set.b(key)) {
|
|
5326
5329
|
list.b(e);
|
|
@@ -5334,7 +5337,7 @@
|
|
|
5334
5337
|
tmp$ret$13 = new sam$kotlin_Comparator$0(tmp_31);
|
|
5335
5338
|
tmp$ret$14 = sortedWith(tmp1_sortedBy, tmp$ret$13);
|
|
5336
5339
|
tmp_30.shareables = tmp$ret$14;
|
|
5337
|
-
$this.
|
|
5340
|
+
$this.g2u_1 = title;
|
|
5338
5341
|
return $this;
|
|
5339
5342
|
}
|
|
5340
5343
|
function Manifest_init_$Create$(parser, config) {
|
|
@@ -5342,7 +5345,7 @@
|
|
|
5342
5345
|
}
|
|
5343
5346
|
function Manifest_init_$Init$_0(config, type, code, locale, primaryColor, primaryTextColor, navBarColor, navBarControlColor, backgroundColor, cardBackgroundColor, categoryLabelColor, pageControlColor, multiselectOptionSelectedColor, textColor, textScale, resources, shareables, tips, pages, $this) {
|
|
5344
5347
|
config = config === VOID ? createParserConfig() : config;
|
|
5345
|
-
type = type === VOID ? Companion_getInstance_28().
|
|
5348
|
+
type = type === VOID ? Companion_getInstance_28().m35_1 : type;
|
|
5346
5349
|
code = code === VOID ? null : code;
|
|
5347
5350
|
locale = locale === VOID ? null : locale;
|
|
5348
5351
|
primaryColor = primaryColor === VOID ? Companion_getInstance_29().c2q_1 : primaryColor;
|
|
@@ -5369,27 +5372,27 @@
|
|
|
5369
5372
|
pages = pages === VOID ? null : pages;
|
|
5370
5373
|
BaseModel.call($this);
|
|
5371
5374
|
Manifest.call($this);
|
|
5372
|
-
$this.
|
|
5375
|
+
$this.q2t_1 = config;
|
|
5373
5376
|
$this.code = code;
|
|
5374
5377
|
$this.locale = locale;
|
|
5375
5378
|
$this.type = type;
|
|
5376
5379
|
$this.dismissListeners = emptySet();
|
|
5377
|
-
$this.
|
|
5378
|
-
$this.
|
|
5379
|
-
$this.
|
|
5380
|
-
$this.
|
|
5381
|
-
$this.
|
|
5382
|
-
$this.
|
|
5383
|
-
$this.
|
|
5384
|
-
$this.
|
|
5385
|
-
$this.
|
|
5386
|
-
$this.
|
|
5387
|
-
$this.
|
|
5388
|
-
$this.
|
|
5389
|
-
$this.
|
|
5390
|
-
$this.
|
|
5391
|
-
$this.
|
|
5392
|
-
$this.
|
|
5380
|
+
$this.r2t_1 = primaryColor;
|
|
5381
|
+
$this.s2t_1 = primaryTextColor;
|
|
5382
|
+
$this.t2t_1 = navBarColor;
|
|
5383
|
+
$this.u2t_1 = navBarControlColor;
|
|
5384
|
+
$this.v2t_1 = backgroundColor;
|
|
5385
|
+
$this.w2t_1 = null;
|
|
5386
|
+
$this.x2t_1 = Companion_getInstance_29().f2q_1;
|
|
5387
|
+
$this.y2t_1 = Companion_getInstance_29().g2q_1;
|
|
5388
|
+
$this.z2t_1 = cardBackgroundColor;
|
|
5389
|
+
$this.a2u_1 = categoryLabelColor;
|
|
5390
|
+
$this.b2u_1 = pageControlColor;
|
|
5391
|
+
$this.c2u_1 = null;
|
|
5392
|
+
$this.d2u_1 = multiselectOptionSelectedColor;
|
|
5393
|
+
$this.e2u_1 = textColor;
|
|
5394
|
+
$this.f2u_1 = textScale;
|
|
5395
|
+
$this.g2u_1 = null;
|
|
5393
5396
|
$this.aemImports = emptyList();
|
|
5394
5397
|
$this.categories = emptyList();
|
|
5395
5398
|
var tmp$ret$0;
|
|
@@ -5429,7 +5432,7 @@
|
|
|
5429
5432
|
var tmp2_orEmpty = tmp_1;
|
|
5430
5433
|
var tmp0_elvis_lhs_0 = tmp2_orEmpty;
|
|
5431
5434
|
tmp$ret$4 = tmp0_elvis_lhs_0 == null ? emptyMap() : tmp0_elvis_lhs_0;
|
|
5432
|
-
tmp_0.
|
|
5435
|
+
tmp_0.i2u_1 = tmp$ret$4;
|
|
5433
5436
|
var tmp_2 = $this;
|
|
5434
5437
|
var tmp$ret$5;
|
|
5435
5438
|
// Inline function 'kotlin.collections.orEmpty' call
|
|
@@ -5457,7 +5460,7 @@
|
|
|
5457
5460
|
var element_0 = tmp0_iterator_0.h();
|
|
5458
5461
|
var tmp$ret$6;
|
|
5459
5462
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Manifest.<init>.<anonymous>' call
|
|
5460
|
-
tmp$ret$6 = element_0.
|
|
5463
|
+
tmp$ret$6 = element_0.i34_1;
|
|
5461
5464
|
tmp4_associateByTo.u2(tmp$ret$6, element_0);
|
|
5462
5465
|
}
|
|
5463
5466
|
tmp$ret$7 = tmp4_associateByTo;
|
|
@@ -5468,8 +5471,8 @@
|
|
|
5468
5471
|
var tmp0_elvis_lhs_2 = tmp5_orEmpty;
|
|
5469
5472
|
tmp$ret$9 = tmp0_elvis_lhs_2 == null ? emptyMap() : tmp0_elvis_lhs_2;
|
|
5470
5473
|
_set_tips__9ug36n($this, tmp$ret$9);
|
|
5471
|
-
$this.
|
|
5472
|
-
$this.
|
|
5474
|
+
$this.k2u_1 = emptyList();
|
|
5475
|
+
$this.l2u_1 = emptyList();
|
|
5473
5476
|
return $this;
|
|
5474
5477
|
}
|
|
5475
5478
|
function createTestManifest(config, type, code, locale, primaryColor, primaryTextColor, navBarColor, navBarControlColor, backgroundColor, cardBackgroundColor, categoryLabelColor, pageControlColor, multiselectOptionSelectedColor, textColor, textScale, resources, shareables, tips, pages) {
|
|
@@ -5524,12 +5527,12 @@
|
|
|
5524
5527
|
var tmp$ret$0;
|
|
5525
5528
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
5526
5529
|
tmp$ret$0 = ArrayList_init_$Create$();
|
|
5527
|
-
tmp.
|
|
5530
|
+
tmp.r35_1 = tmp$ret$0;
|
|
5528
5531
|
var tmp_0 = this;
|
|
5529
5532
|
var tmp$ret$1;
|
|
5530
5533
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
5531
5534
|
tmp$ret$1 = ArrayList_init_$Create$();
|
|
5532
|
-
tmp_0.
|
|
5535
|
+
tmp_0.s35_1 = tmp$ret$1;
|
|
5533
5536
|
}
|
|
5534
5537
|
function parsePages(_this__u8e3s4, $this) {
|
|
5535
5538
|
var tmp$ret$4;
|
|
@@ -5557,7 +5560,7 @@
|
|
|
5557
5560
|
if (tmp0_subject === get_XMLNS_MANIFEST()) {
|
|
5558
5561
|
var tmp1_subject = _this__u8e3s4.id();
|
|
5559
5562
|
if (tmp1_subject === 'page') {
|
|
5560
|
-
var tmp2_elvis_lhs = _this__u8e3s4.
|
|
5563
|
+
var tmp2_elvis_lhs = _this__u8e3s4.o2t('src');
|
|
5561
5564
|
var tmp_1;
|
|
5562
5565
|
if (tmp2_elvis_lhs == null) {
|
|
5563
5566
|
tmp$ret$0 = Unit_getInstance();
|
|
@@ -5566,17 +5569,17 @@
|
|
|
5566
5569
|
tmp_1 = tmp2_elvis_lhs;
|
|
5567
5570
|
}
|
|
5568
5571
|
var src = tmp_1;
|
|
5569
|
-
var fileName = _this__u8e3s4.
|
|
5572
|
+
var fileName = _this__u8e3s4.o2t('filename');
|
|
5570
5573
|
var tmp3_this = tmp0_also;
|
|
5571
5574
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
5572
|
-
var tmp0_plusAssign = tmp3_this.
|
|
5575
|
+
var tmp0_plusAssign = tmp3_this.s35_1;
|
|
5573
5576
|
var tmp1_plusAssign = to(fileName, src);
|
|
5574
5577
|
tmp0_plusAssign.b(tmp1_plusAssign);
|
|
5575
5578
|
}
|
|
5576
5579
|
} else if (tmp0_subject === get_XMLNS_ARTICLE()) {
|
|
5577
5580
|
var tmp4_subject = _this__u8e3s4.id();
|
|
5578
5581
|
if (tmp4_subject === 'aem-import') {
|
|
5579
|
-
var tmp5_safe_receiver = toUriOrNull(_this__u8e3s4.
|
|
5582
|
+
var tmp5_safe_receiver = toUriOrNull(_this__u8e3s4.o2t('src'));
|
|
5580
5583
|
var tmp_2;
|
|
5581
5584
|
if (tmp5_safe_receiver == null) {
|
|
5582
5585
|
tmp_2 = null;
|
|
@@ -5604,7 +5607,7 @@
|
|
|
5604
5607
|
// Inline function 'kotlin.let' call
|
|
5605
5608
|
// Inline function 'kotlin.contracts.contract' call
|
|
5606
5609
|
var tmp0_this = tmp0_also;
|
|
5607
|
-
var tmp0_plusAssign_0 = tmp0_this.
|
|
5610
|
+
var tmp0_plusAssign_0 = tmp0_this.r35_1;
|
|
5608
5611
|
tmp0_plusAssign_0.b(tmp6_safe_receiver);
|
|
5609
5612
|
tmp$ret$3 = Unit_getInstance();
|
|
5610
5613
|
}
|
|
@@ -5693,7 +5696,7 @@
|
|
|
5693
5696
|
if (tmp0_subject === get_XMLNS_MANIFEST()) {
|
|
5694
5697
|
var tmp1_subject = _this__u8e3s4.id();
|
|
5695
5698
|
if (tmp1_subject === 'tip') {
|
|
5696
|
-
var tmp2_elvis_lhs = _this__u8e3s4.
|
|
5699
|
+
var tmp2_elvis_lhs = _this__u8e3s4.o2t('id');
|
|
5697
5700
|
var tmp_1;
|
|
5698
5701
|
if (tmp2_elvis_lhs == null) {
|
|
5699
5702
|
tmp$ret$0 = Unit_getInstance();
|
|
@@ -5702,7 +5705,7 @@
|
|
|
5702
5705
|
tmp_1 = tmp2_elvis_lhs;
|
|
5703
5706
|
}
|
|
5704
5707
|
var id = tmp_1;
|
|
5705
|
-
var tmp3_elvis_lhs = _this__u8e3s4.
|
|
5708
|
+
var tmp3_elvis_lhs = _this__u8e3s4.o2t('src');
|
|
5706
5709
|
var tmp_2;
|
|
5707
5710
|
if (tmp3_elvis_lhs == null) {
|
|
5708
5711
|
tmp$ret$0 = Unit_getInstance();
|
|
@@ -5732,10 +5735,10 @@
|
|
|
5732
5735
|
defineProp(protoOf(Type_1), 'name', protoOf(Type_1).id);
|
|
5733
5736
|
defineProp(protoOf(Type_1), 'ordinal', protoOf(Type_1).jd);
|
|
5734
5737
|
function sam$kotlin_Comparator$0(function_0) {
|
|
5735
|
-
this.
|
|
5738
|
+
this.z35_1 = function_0;
|
|
5736
5739
|
}
|
|
5737
5740
|
protoOf(sam$kotlin_Comparator$0).wc = function (a, b) {
|
|
5738
|
-
return this.
|
|
5741
|
+
return this.z35_1(a, b);
|
|
5739
5742
|
};
|
|
5740
5743
|
protoOf(sam$kotlin_Comparator$0).compare = function (a, b) {
|
|
5741
5744
|
return this.wc(a, b);
|
|
@@ -5745,11 +5748,11 @@
|
|
|
5745
5748
|
// Inline function 'kotlin.comparisons.compareValuesBy' call
|
|
5746
5749
|
var tmp$ret$0;
|
|
5747
5750
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Manifest.<init>.<anonymous>' call
|
|
5748
|
-
tmp$ret$0 = a.
|
|
5751
|
+
tmp$ret$0 = a.w35_1;
|
|
5749
5752
|
var tmp = tmp$ret$0;
|
|
5750
5753
|
var tmp$ret$1;
|
|
5751
5754
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Manifest.<init>.<anonymous>' call
|
|
5752
|
-
tmp$ret$1 = b.
|
|
5755
|
+
tmp$ret$1 = b.w35_1;
|
|
5753
5756
|
tmp$ret$2 = compareValues(tmp, tmp$ret$1);
|
|
5754
5757
|
return tmp$ret$2;
|
|
5755
5758
|
}
|
|
@@ -5773,97 +5776,97 @@
|
|
|
5773
5776
|
Type_initEntries_1();
|
|
5774
5777
|
return Type_UNKNOWN_instance_0;
|
|
5775
5778
|
}
|
|
5776
|
-
protoOf(Manifest).
|
|
5777
|
-
return this.
|
|
5779
|
+
protoOf(Manifest).a36 = function () {
|
|
5780
|
+
return this.q2t_1;
|
|
5778
5781
|
};
|
|
5779
|
-
protoOf(Manifest).
|
|
5782
|
+
protoOf(Manifest).b36 = function () {
|
|
5780
5783
|
return this.code;
|
|
5781
5784
|
};
|
|
5782
|
-
protoOf(Manifest).
|
|
5785
|
+
protoOf(Manifest).c36 = function () {
|
|
5783
5786
|
return this.locale;
|
|
5784
5787
|
};
|
|
5785
5788
|
protoOf(Manifest).k1c = function () {
|
|
5786
5789
|
return this.type;
|
|
5787
5790
|
};
|
|
5788
|
-
protoOf(Manifest).
|
|
5791
|
+
protoOf(Manifest).d36 = function () {
|
|
5789
5792
|
return this.dismissListeners;
|
|
5790
5793
|
};
|
|
5791
|
-
protoOf(Manifest).
|
|
5792
|
-
return this.
|
|
5793
|
-
};
|
|
5794
|
-
protoOf(Manifest).z2x = function () {
|
|
5795
|
-
return this.n2t_1;
|
|
5796
|
-
};
|
|
5797
|
-
protoOf(Manifest).c36 = function () {
|
|
5798
|
-
var tmp0_elvis_lhs = this.o2t_1;
|
|
5799
|
-
return tmp0_elvis_lhs == null ? this.type.equals(Type_LESSON_getInstance()) ? get_DEFAULT_LESSON_NAV_BAR_COLOR() : this.m2t_1 : tmp0_elvis_lhs;
|
|
5794
|
+
protoOf(Manifest).d2y = function () {
|
|
5795
|
+
return this.r2t_1;
|
|
5800
5796
|
};
|
|
5801
|
-
protoOf(Manifest).
|
|
5802
|
-
|
|
5803
|
-
return tmp0_elvis_lhs == null ? this.type.equals(Type_LESSON_getInstance()) ? this.m2t_1 : this.n2t_1 : tmp0_elvis_lhs;
|
|
5797
|
+
protoOf(Manifest).e2y = function () {
|
|
5798
|
+
return this.s2t_1;
|
|
5804
5799
|
};
|
|
5805
5800
|
protoOf(Manifest).e36 = function () {
|
|
5806
|
-
|
|
5801
|
+
var tmp0_elvis_lhs = this.t2t_1;
|
|
5802
|
+
return tmp0_elvis_lhs == null ? this.type.equals(Type_LESSON_getInstance()) ? get_DEFAULT_LESSON_NAV_BAR_COLOR() : this.r2t_1 : tmp0_elvis_lhs;
|
|
5807
5803
|
};
|
|
5808
5804
|
protoOf(Manifest).f36 = function () {
|
|
5809
|
-
|
|
5805
|
+
var tmp0_elvis_lhs = this.u2t_1;
|
|
5806
|
+
return tmp0_elvis_lhs == null ? this.type.equals(Type_LESSON_getInstance()) ? this.r2t_1 : this.s2t_1 : tmp0_elvis_lhs;
|
|
5810
5807
|
};
|
|
5811
5808
|
protoOf(Manifest).g36 = function () {
|
|
5812
|
-
return this.
|
|
5809
|
+
return this.v2t_1;
|
|
5813
5810
|
};
|
|
5814
5811
|
protoOf(Manifest).h36 = function () {
|
|
5815
|
-
return this.
|
|
5812
|
+
return this.u2v(this.w2t_1);
|
|
5816
5813
|
};
|
|
5817
|
-
protoOf(Manifest).
|
|
5818
|
-
|
|
5819
|
-
|
|
5814
|
+
protoOf(Manifest).i36 = function () {
|
|
5815
|
+
return this.x2t_1;
|
|
5816
|
+
};
|
|
5817
|
+
protoOf(Manifest).j36 = function () {
|
|
5818
|
+
return this.y2t_1;
|
|
5820
5819
|
};
|
|
5821
|
-
protoOf(Manifest).
|
|
5822
|
-
var tmp0_elvis_lhs = this.
|
|
5823
|
-
return tmp0_elvis_lhs == null ? this.
|
|
5820
|
+
protoOf(Manifest).g2y = function () {
|
|
5821
|
+
var tmp0_elvis_lhs = this.z2t_1;
|
|
5822
|
+
return tmp0_elvis_lhs == null ? this.v2t_1 : tmp0_elvis_lhs;
|
|
5824
5823
|
};
|
|
5825
|
-
protoOf(Manifest).
|
|
5826
|
-
|
|
5824
|
+
protoOf(Manifest).c2y = function () {
|
|
5825
|
+
var tmp0_elvis_lhs = this.a2u_1;
|
|
5826
|
+
return tmp0_elvis_lhs == null ? this.e2u_1 : tmp0_elvis_lhs;
|
|
5827
5827
|
};
|
|
5828
|
-
protoOf(Manifest).
|
|
5828
|
+
protoOf(Manifest).k36 = function () {
|
|
5829
|
+
return this.b2u_1;
|
|
5830
|
+
};
|
|
5831
|
+
protoOf(Manifest).f2y = function () {
|
|
5829
5832
|
return Companion_getInstance_29().h2q_1;
|
|
5830
5833
|
};
|
|
5831
|
-
protoOf(Manifest).
|
|
5832
|
-
var tmp0_elvis_lhs = this.
|
|
5834
|
+
protoOf(Manifest).h2y = function () {
|
|
5835
|
+
var tmp0_elvis_lhs = this.c2u_1;
|
|
5833
5836
|
return tmp0_elvis_lhs == null ? get_multiselectOptionBackgroundColor.call(this) : tmp0_elvis_lhs;
|
|
5834
5837
|
};
|
|
5835
|
-
protoOf(Manifest).
|
|
5836
|
-
return this.
|
|
5838
|
+
protoOf(Manifest).i2y = function () {
|
|
5839
|
+
return this.d2u_1;
|
|
5837
5840
|
};
|
|
5838
|
-
protoOf(Manifest).
|
|
5839
|
-
return this.
|
|
5841
|
+
protoOf(Manifest).b2y = function () {
|
|
5842
|
+
return this.e2u_1;
|
|
5840
5843
|
};
|
|
5841
|
-
protoOf(Manifest).
|
|
5842
|
-
return this.
|
|
5844
|
+
protoOf(Manifest).j2y = function () {
|
|
5845
|
+
return this.f2u_1;
|
|
5843
5846
|
};
|
|
5844
|
-
protoOf(Manifest).
|
|
5845
|
-
var tmp0_safe_receiver = this.
|
|
5847
|
+
protoOf(Manifest).l36 = function () {
|
|
5848
|
+
var tmp0_safe_receiver = this.g2u_1;
|
|
5846
5849
|
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.text;
|
|
5847
5850
|
};
|
|
5848
|
-
protoOf(Manifest).
|
|
5851
|
+
protoOf(Manifest).z36 = function () {
|
|
5849
5852
|
return this.aemImports;
|
|
5850
5853
|
};
|
|
5851
|
-
protoOf(Manifest).
|
|
5854
|
+
protoOf(Manifest).a37 = function () {
|
|
5852
5855
|
return this.categories;
|
|
5853
5856
|
};
|
|
5854
|
-
protoOf(Manifest).z36 = function () {
|
|
5855
|
-
return this.c2u_1.a37(this, pages$factory_0());
|
|
5856
|
-
};
|
|
5857
5857
|
protoOf(Manifest).b37 = function () {
|
|
5858
|
-
return this.
|
|
5858
|
+
return this.h2u_1.c37(this, pages$factory_0());
|
|
5859
5859
|
};
|
|
5860
|
-
protoOf(Manifest).
|
|
5860
|
+
protoOf(Manifest).d37 = function () {
|
|
5861
|
+
return this.i2u_1;
|
|
5862
|
+
};
|
|
5863
|
+
protoOf(Manifest).e37 = function () {
|
|
5861
5864
|
return this.shareables;
|
|
5862
5865
|
};
|
|
5863
5866
|
protoOf(Manifest).c2t = function () {
|
|
5864
|
-
return this.
|
|
5867
|
+
return this.j2u_1.c37(this, tips$factory_0());
|
|
5865
5868
|
};
|
|
5866
|
-
protoOf(Manifest).
|
|
5869
|
+
protoOf(Manifest).f37 = function () {
|
|
5867
5870
|
var tmp$ret$12;
|
|
5868
5871
|
// Inline function 'kotlin.collections.buildSet' call
|
|
5869
5872
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -5876,7 +5879,7 @@
|
|
|
5876
5879
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Manifest.<get-relatedFiles>.<anonymous>' call
|
|
5877
5880
|
var tmp$ret$2;
|
|
5878
5881
|
// Inline function 'kotlin.collections.map' call
|
|
5879
|
-
var tmp1_map = this.
|
|
5882
|
+
var tmp1_map = this.k2u_1;
|
|
5880
5883
|
var tmp$ret$1;
|
|
5881
5884
|
// Inline function 'kotlin.collections.mapTo' call
|
|
5882
5885
|
var tmp0_mapTo = ArrayList_init_$Create$_0(collectionSizeOrDefault(tmp1_map, 10));
|
|
@@ -5893,7 +5896,7 @@
|
|
|
5893
5896
|
tmp0_apply.k(tmp$ret$2);
|
|
5894
5897
|
var tmp$ret$5;
|
|
5895
5898
|
// Inline function 'kotlin.collections.map' call
|
|
5896
|
-
var tmp3_map = this.
|
|
5899
|
+
var tmp3_map = this.l2u_1;
|
|
5897
5900
|
var tmp$ret$4;
|
|
5898
5901
|
// Inline function 'kotlin.collections.mapTo' call
|
|
5899
5902
|
var tmp2_mapTo = ArrayList_init_$Create$_0(collectionSizeOrDefault(tmp3_map, 10));
|
|
@@ -5910,7 +5913,7 @@
|
|
|
5910
5913
|
tmp0_apply.k(tmp$ret$5);
|
|
5911
5914
|
var tmp$ret$9;
|
|
5912
5915
|
// Inline function 'kotlin.collections.mapNotNull' call
|
|
5913
|
-
var tmp5_mapNotNull = this.
|
|
5916
|
+
var tmp5_mapNotNull = this.i2u_1.d2();
|
|
5914
5917
|
var tmp$ret$8;
|
|
5915
5918
|
// Inline function 'kotlin.collections.mapNotNullTo' call
|
|
5916
5919
|
var tmp4_mapNotNullTo = ArrayList_init_$Create$();
|
|
@@ -5944,7 +5947,7 @@
|
|
|
5944
5947
|
protoOf(Manifest).a2p = function () {
|
|
5945
5948
|
return this;
|
|
5946
5949
|
};
|
|
5947
|
-
protoOf(Manifest).
|
|
5950
|
+
protoOf(Manifest).g37 = function () {
|
|
5948
5951
|
var tmp;
|
|
5949
5952
|
var tmp$ret$0;
|
|
5950
5953
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
@@ -5954,10 +5957,10 @@
|
|
|
5954
5957
|
tmp = true;
|
|
5955
5958
|
} else {
|
|
5956
5959
|
var tmp_0;
|
|
5957
|
-
if (!this.
|
|
5960
|
+
if (!this.q2t_1.p2q_1) {
|
|
5958
5961
|
var tmp$ret$1;
|
|
5959
5962
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
5960
|
-
var tmp1_isNotEmpty = this.
|
|
5963
|
+
var tmp1_isNotEmpty = this.l2u_1;
|
|
5961
5964
|
tmp$ret$1 = !tmp1_isNotEmpty.m();
|
|
5962
5965
|
tmp_0 = tmp$ret$1;
|
|
5963
5966
|
} else {
|
|
@@ -5967,7 +5970,7 @@
|
|
|
5967
5970
|
}
|
|
5968
5971
|
return tmp;
|
|
5969
5972
|
};
|
|
5970
|
-
protoOf(Manifest).
|
|
5973
|
+
protoOf(Manifest).u2v = function (name) {
|
|
5971
5974
|
var tmp0_safe_receiver = name;
|
|
5972
5975
|
var tmp;
|
|
5973
5976
|
if (tmp0_safe_receiver == null) {
|
|
@@ -5978,13 +5981,13 @@
|
|
|
5978
5981
|
// Inline function 'kotlin.contracts.contract' call
|
|
5979
5982
|
var tmp$ret$0;
|
|
5980
5983
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Manifest.getResource.<anonymous>' call
|
|
5981
|
-
tmp$ret$0 = this.
|
|
5984
|
+
tmp$ret$0 = this.i2u_1.c2(name);
|
|
5982
5985
|
tmp$ret$1 = tmp$ret$0;
|
|
5983
5986
|
tmp = tmp$ret$1;
|
|
5984
5987
|
}
|
|
5985
5988
|
return tmp;
|
|
5986
5989
|
};
|
|
5987
|
-
protoOf(Manifest).
|
|
5990
|
+
protoOf(Manifest).h37 = function (category) {
|
|
5988
5991
|
var tmp$ret$1;
|
|
5989
5992
|
$l$block: {
|
|
5990
5993
|
// Inline function 'kotlin.collections.firstOrNull' call
|
|
@@ -5994,7 +5997,7 @@
|
|
|
5994
5997
|
var element = tmp0_iterator.h();
|
|
5995
5998
|
var tmp$ret$0;
|
|
5996
5999
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Manifest.findCategory.<anonymous>' call
|
|
5997
|
-
tmp$ret$0 = element.
|
|
6000
|
+
tmp$ret$0 = element.x2x_1 == category;
|
|
5998
6001
|
if (tmp$ret$0) {
|
|
5999
6002
|
tmp$ret$1 = element;
|
|
6000
6003
|
break $l$block;
|
|
@@ -6038,7 +6041,7 @@
|
|
|
6038
6041
|
}
|
|
6039
6042
|
return tmp;
|
|
6040
6043
|
};
|
|
6041
|
-
protoOf(Manifest).
|
|
6044
|
+
protoOf(Manifest).i37 = function (id) {
|
|
6042
6045
|
var tmp0_safe_receiver = id;
|
|
6043
6046
|
var tmp;
|
|
6044
6047
|
if (tmp0_safe_receiver == null) {
|
|
@@ -6058,7 +6061,7 @@
|
|
|
6058
6061
|
var element = tmp0_iterator.h();
|
|
6059
6062
|
var tmp$ret$0;
|
|
6060
6063
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Manifest.findShareable.<anonymous>.<anonymous>' call
|
|
6061
|
-
tmp$ret$0 = element.
|
|
6064
|
+
tmp$ret$0 = element.q2u() == id;
|
|
6062
6065
|
if (tmp$ret$0) {
|
|
6063
6066
|
tmp$ret$1 = element;
|
|
6064
6067
|
break $l$block;
|
|
@@ -6072,14 +6075,14 @@
|
|
|
6072
6075
|
}
|
|
6073
6076
|
return tmp;
|
|
6074
6077
|
};
|
|
6075
|
-
protoOf(Manifest).
|
|
6078
|
+
protoOf(Manifest).j37 = function (id) {
|
|
6076
6079
|
var tmp$ret$0;
|
|
6077
6080
|
// Inline function 'kotlin.collections.get' call
|
|
6078
6081
|
var tmp0_get = this.c2t();
|
|
6079
6082
|
tmp$ret$0 = (isInterface(tmp0_get, Map) ? tmp0_get : THROW_CCE()).c2(id);
|
|
6080
6083
|
return tmp$ret$0;
|
|
6081
6084
|
};
|
|
6082
|
-
protoOf(Manifest).
|
|
6085
|
+
protoOf(Manifest).k37 = function () {
|
|
6083
6086
|
var tmp$ret$0;
|
|
6084
6087
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
6085
6088
|
var tmp0_toTypedArray = this._pages;
|
|
@@ -6088,18 +6091,18 @@
|
|
|
6088
6091
|
};
|
|
6089
6092
|
function Manifest() {
|
|
6090
6093
|
Companion_getInstance_29();
|
|
6091
|
-
this.
|
|
6092
|
-
this.
|
|
6093
|
-
}
|
|
6094
|
-
defineProp(protoOf(Manifest), 'backgroundImage', protoOf(Manifest).
|
|
6095
|
-
defineProp(protoOf(Manifest), 'title', protoOf(Manifest).
|
|
6096
|
-
defineProp(protoOf(Manifest), '_pages', protoOf(Manifest).
|
|
6097
|
-
defineProp(protoOf(Manifest), 'relatedFiles', protoOf(Manifest).
|
|
6098
|
-
defineProp(protoOf(Manifest), 'hasTips', protoOf(Manifest).
|
|
6099
|
-
defineProp(protoOf(Manifest), 'pages', protoOf(Manifest).
|
|
6094
|
+
this.h2u_1 = setOnce();
|
|
6095
|
+
this.j2u_1 = setOnce();
|
|
6096
|
+
}
|
|
6097
|
+
defineProp(protoOf(Manifest), 'backgroundImage', protoOf(Manifest).h36);
|
|
6098
|
+
defineProp(protoOf(Manifest), 'title', protoOf(Manifest).l36);
|
|
6099
|
+
defineProp(protoOf(Manifest), '_pages', protoOf(Manifest).b37);
|
|
6100
|
+
defineProp(protoOf(Manifest), 'relatedFiles', protoOf(Manifest).f37);
|
|
6101
|
+
defineProp(protoOf(Manifest), 'hasTips', protoOf(Manifest).g37);
|
|
6102
|
+
defineProp(protoOf(Manifest), 'pages', protoOf(Manifest).k37);
|
|
6100
6103
|
function get_backgroundColor(_this__u8e3s4) {
|
|
6101
6104
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
6102
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
6105
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.v2t_1;
|
|
6103
6106
|
return tmp1_elvis_lhs == null ? Companion_getInstance_29().e2q_1 : tmp1_elvis_lhs;
|
|
6104
6107
|
}
|
|
6105
6108
|
function pages$factory() {
|
|
@@ -6135,7 +6138,7 @@
|
|
|
6135
6138
|
function Companion_27() {
|
|
6136
6139
|
Companion_instance_27 = this;
|
|
6137
6140
|
}
|
|
6138
|
-
protoOf(Companion_27).
|
|
6141
|
+
protoOf(Companion_27).l37 = function (_this__u8e3s4) {
|
|
6139
6142
|
var tmp0_subject = _this__u8e3s4;
|
|
6140
6143
|
var tmp;
|
|
6141
6144
|
Companion_getInstance_31();
|
|
@@ -6169,12 +6172,12 @@
|
|
|
6169
6172
|
}
|
|
6170
6173
|
function Companion_28() {
|
|
6171
6174
|
Companion_instance_28 = this;
|
|
6172
|
-
this.
|
|
6173
|
-
this.
|
|
6174
|
-
this.
|
|
6175
|
-
this.
|
|
6176
|
-
this.
|
|
6177
|
-
this.
|
|
6175
|
+
this.m37_1 = 'selected-color';
|
|
6176
|
+
this.n37_1 = 'value';
|
|
6177
|
+
this.o37_1 = 'style';
|
|
6178
|
+
this.p37_1 = 'card';
|
|
6179
|
+
this.q37_1 = 'flat';
|
|
6180
|
+
this.r37_1 = Style_CARD_getInstance();
|
|
6178
6181
|
}
|
|
6179
6182
|
var Companion_instance_28;
|
|
6180
6183
|
function Companion_getInstance_31() {
|
|
@@ -6185,33 +6188,33 @@
|
|
|
6185
6188
|
function Option_init_$Init$(multiselect, parser, $this) {
|
|
6186
6189
|
Content_init_$Init$(multiselect, parser, $this);
|
|
6187
6190
|
Option.call($this);
|
|
6188
|
-
$this.
|
|
6191
|
+
$this.a38_1 = multiselect;
|
|
6189
6192
|
Companion_getInstance_59();
|
|
6190
6193
|
parser.u2r(2, get_XMLNS_CONTENT(), 'option');
|
|
6191
6194
|
var tmp = $this;
|
|
6192
6195
|
var tmp_0 = Companion_getInstance_30();
|
|
6193
6196
|
Companion_getInstance_31();
|
|
6194
|
-
tmp.
|
|
6197
|
+
tmp.b38_1 = tmp_0.l37(parser.o2t('style'));
|
|
6195
6198
|
var tmp_1 = $this;
|
|
6196
|
-
var tmp0_safe_receiver = parser.
|
|
6197
|
-
tmp_1.
|
|
6199
|
+
var tmp0_safe_receiver = parser.o2t(get_XML_BACKGROUND_COLOR());
|
|
6200
|
+
tmp_1.c38_1 = tmp0_safe_receiver == null ? null : toColorOrNull(tmp0_safe_receiver);
|
|
6198
6201
|
var tmp_2 = $this;
|
|
6199
6202
|
Companion_getInstance_31();
|
|
6200
|
-
var tmp1_safe_receiver = parser.
|
|
6201
|
-
tmp_2.
|
|
6203
|
+
var tmp1_safe_receiver = parser.o2t('selected-color');
|
|
6204
|
+
tmp_2.d38_1 = tmp1_safe_receiver == null ? null : toColorOrNull(tmp1_safe_receiver);
|
|
6202
6205
|
var tmp_3 = $this;
|
|
6203
6206
|
var tmp$ret$0;
|
|
6204
6207
|
// Inline function 'kotlin.text.orEmpty' call
|
|
6205
6208
|
Companion_getInstance_31();
|
|
6206
|
-
var tmp0_orEmpty = parser.
|
|
6209
|
+
var tmp0_orEmpty = parser.o2t('value');
|
|
6207
6210
|
var tmp0_elvis_lhs = tmp0_orEmpty;
|
|
6208
6211
|
tmp$ret$0 = tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
|
|
6209
|
-
tmp_3.
|
|
6212
|
+
tmp_3.e38_1 = tmp$ret$0;
|
|
6210
6213
|
var tmp_4 = $this;
|
|
6211
6214
|
var tmp$ret$1;
|
|
6212
6215
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
6213
6216
|
tmp$ret$1 = ArrayList_init_$Create$();
|
|
6214
|
-
tmp_4.
|
|
6217
|
+
tmp_4.f38_1 = tmp$ret$1;
|
|
6215
6218
|
var tmp_5 = $this;
|
|
6216
6219
|
var tmp$ret$9;
|
|
6217
6220
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseContent' call
|
|
@@ -6249,7 +6252,7 @@
|
|
|
6249
6252
|
if (tmp1_subject === 'events') {
|
|
6250
6253
|
var tmp2_this = $this;
|
|
6251
6254
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
6252
|
-
var tmp0_plusAssign = tmp2_this.
|
|
6255
|
+
var tmp0_plusAssign = tmp2_this.f38_1;
|
|
6253
6256
|
var tmp1_plusAssign = Companion_getInstance_6().y2r(parser, $this);
|
|
6254
6257
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
6255
6258
|
}
|
|
@@ -6301,7 +6304,7 @@
|
|
|
6301
6304
|
tmp$ret$7 = tmp$ret$6.u7();
|
|
6302
6305
|
tmp$ret$8 = tmp$ret$7;
|
|
6303
6306
|
tmp$ret$9 = tmp$ret$8;
|
|
6304
|
-
tmp_5.
|
|
6307
|
+
tmp_5.g38_1 = tmp$ret$9;
|
|
6305
6308
|
return $this;
|
|
6306
6309
|
}
|
|
6307
6310
|
function Option_init_$Create$(multiselect, parser) {
|
|
@@ -6320,11 +6323,11 @@
|
|
|
6320
6323
|
}
|
|
6321
6324
|
function Companion_29() {
|
|
6322
6325
|
Companion_instance_29 = this;
|
|
6323
|
-
this.
|
|
6324
|
-
this.
|
|
6325
|
-
this.
|
|
6326
|
-
this.
|
|
6327
|
-
this.
|
|
6326
|
+
this.h38_1 = 'multiselect';
|
|
6327
|
+
this.i38_1 = 'multiselect-option-background-color';
|
|
6328
|
+
this.j38_1 = 'multiselect-option-selected-color';
|
|
6329
|
+
this.k38_1 = 'option-background-color';
|
|
6330
|
+
this.l38_1 = 'option-selected-color';
|
|
6328
6331
|
}
|
|
6329
6332
|
var Companion_instance_29;
|
|
6330
6333
|
function Companion_getInstance_32() {
|
|
@@ -6342,34 +6345,34 @@
|
|
|
6342
6345
|
var tmp_0 = $this;
|
|
6343
6346
|
var tmp$ret$0;
|
|
6344
6347
|
// Inline function 'kotlin.text.orEmpty' call
|
|
6345
|
-
var tmp0_orEmpty = parser.
|
|
6348
|
+
var tmp0_orEmpty = parser.o2t('state');
|
|
6346
6349
|
var tmp0_elvis_lhs = tmp0_orEmpty;
|
|
6347
6350
|
tmp$ret$0 = tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
|
|
6348
|
-
tmp_0.
|
|
6351
|
+
tmp_0.u38_1 = tmp$ret$0;
|
|
6349
6352
|
var tmp_1 = $this;
|
|
6350
|
-
var tmp0_safe_receiver = parser.
|
|
6353
|
+
var tmp0_safe_receiver = parser.o2t('columns');
|
|
6351
6354
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : toIntOrNull(tmp0_safe_receiver);
|
|
6352
|
-
tmp_1.
|
|
6355
|
+
tmp_1.v38_1 = tmp1_elvis_lhs == null ? 1 : tmp1_elvis_lhs;
|
|
6353
6356
|
var tmp_2 = $this;
|
|
6354
|
-
var tmp2_safe_receiver = parser.
|
|
6357
|
+
var tmp2_safe_receiver = parser.o2t('selection-limit');
|
|
6355
6358
|
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : toIntOrNull(tmp2_safe_receiver);
|
|
6356
|
-
tmp_2.
|
|
6359
|
+
tmp_2.w38_1 = coerceAtLeast(tmp3_elvis_lhs == null ? 1 : tmp3_elvis_lhs, 1);
|
|
6357
6360
|
var tmp_3 = $this;
|
|
6358
|
-
var tmp4_elvis_lhs = Companion_getInstance_30().
|
|
6359
|
-
tmp_3.
|
|
6361
|
+
var tmp4_elvis_lhs = Companion_getInstance_30().l37(parser.o2t('option-style'));
|
|
6362
|
+
tmp_3.x38_1 = tmp4_elvis_lhs == null ? Companion_getInstance_31().r37_1 : tmp4_elvis_lhs;
|
|
6360
6363
|
var tmp_4 = $this;
|
|
6361
6364
|
Companion_getInstance_32();
|
|
6362
|
-
var tmp5_safe_receiver = parser.
|
|
6363
|
-
tmp_4.
|
|
6365
|
+
var tmp5_safe_receiver = parser.o2t('option-background-color');
|
|
6366
|
+
tmp_4.y38_1 = tmp5_safe_receiver == null ? null : toColorOrNull(tmp5_safe_receiver);
|
|
6364
6367
|
var tmp_5 = $this;
|
|
6365
6368
|
Companion_getInstance_32();
|
|
6366
|
-
var tmp6_safe_receiver = parser.
|
|
6367
|
-
tmp_5.
|
|
6369
|
+
var tmp6_safe_receiver = parser.o2t('option-selected-color');
|
|
6370
|
+
tmp_5.z38_1 = tmp6_safe_receiver == null ? null : toColorOrNull(tmp6_safe_receiver);
|
|
6368
6371
|
var tmp_6 = $this;
|
|
6369
6372
|
var tmp$ret$1;
|
|
6370
6373
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
6371
6374
|
tmp$ret$1 = ArrayList_init_$Create$();
|
|
6372
|
-
tmp_6.
|
|
6375
|
+
tmp_6.a39_1 = tmp$ret$1;
|
|
6373
6376
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
6374
6377
|
$l$loop_1: while (true) {
|
|
6375
6378
|
var tmp_7 = parser.h();
|
|
@@ -6388,7 +6391,7 @@
|
|
|
6388
6391
|
if (tmp1_subject === 'option') {
|
|
6389
6392
|
var tmp2_this = $this;
|
|
6390
6393
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
6391
|
-
var tmp0_plusAssign = tmp2_this.
|
|
6394
|
+
var tmp0_plusAssign = tmp2_this.a39_1;
|
|
6392
6395
|
var tmp1_plusAssign = Option_init_$Create$($this, parser);
|
|
6393
6396
|
tmp0_plusAssign.b(tmp1_plusAssign);
|
|
6394
6397
|
}
|
|
@@ -6405,7 +6408,7 @@
|
|
|
6405
6408
|
return Multiselect_init_$Init$(parent, parser, objectCreate(protoOf(Multiselect)));
|
|
6406
6409
|
}
|
|
6407
6410
|
protoOf(Option).t2s = function () {
|
|
6408
|
-
return this.
|
|
6411
|
+
return this.g38_1;
|
|
6409
6412
|
};
|
|
6410
6413
|
protoOf(Option)._getAnalyticsEvents = function (type) {
|
|
6411
6414
|
var tmp0_subject = type;
|
|
@@ -6414,7 +6417,7 @@
|
|
|
6414
6417
|
if (tmp0 === 3) {
|
|
6415
6418
|
var tmp$ret$2;
|
|
6416
6419
|
// Inline function 'kotlin.collections.filter' call
|
|
6417
|
-
var tmp1_filter = this.
|
|
6420
|
+
var tmp1_filter = this.f38_1;
|
|
6418
6421
|
var tmp$ret$1;
|
|
6419
6422
|
// Inline function 'kotlin.collections.filterTo' call
|
|
6420
6423
|
var tmp0_filterTo = ArrayList_init_$Create$();
|
|
@@ -6448,7 +6451,7 @@
|
|
|
6448
6451
|
});
|
|
6449
6452
|
protoOf(Multiselect).i2s = function () {
|
|
6450
6453
|
var tmp;
|
|
6451
|
-
var tmp_0 = this.a2p().
|
|
6454
|
+
var tmp_0 = this.a2p().q2t_1;
|
|
6452
6455
|
Companion_getInstance_2();
|
|
6453
6456
|
if (!tmp_0.j2r('multiselect')) {
|
|
6454
6457
|
tmp = true;
|
|
@@ -6462,8 +6465,8 @@
|
|
|
6462
6465
|
}
|
|
6463
6466
|
function Companion_30() {
|
|
6464
6467
|
Companion_instance_30 = this;
|
|
6465
|
-
this.
|
|
6466
|
-
this.
|
|
6468
|
+
this.b39_1 = 'paragraph';
|
|
6469
|
+
this.c39_1 = 'fallback';
|
|
6467
6470
|
}
|
|
6468
6471
|
var Companion_instance_30;
|
|
6469
6472
|
function Companion_getInstance_33() {
|
|
@@ -6557,14 +6560,14 @@
|
|
|
6557
6560
|
tmp$ret$6 = tmp$ret$5.u7();
|
|
6558
6561
|
tmp$ret$7 = tmp$ret$6;
|
|
6559
6562
|
tmp$ret$8 = tmp$ret$7;
|
|
6560
|
-
tmp_0.
|
|
6563
|
+
tmp_0.l39_1 = tmp$ret$8;
|
|
6561
6564
|
return $this;
|
|
6562
6565
|
}
|
|
6563
6566
|
function Paragraph_init_$Create$(parent, parser) {
|
|
6564
6567
|
return Paragraph_init_$Init$(parent, parser, objectCreate(protoOf(Paragraph)));
|
|
6565
6568
|
}
|
|
6566
6569
|
protoOf(Paragraph).t2s = function () {
|
|
6567
|
-
return this.
|
|
6570
|
+
return this.l39_1;
|
|
6568
6571
|
};
|
|
6569
6572
|
protoOf(Paragraph).c2t = function () {
|
|
6570
6573
|
var tmp$ret$3;
|
|
@@ -6580,7 +6583,7 @@
|
|
|
6580
6583
|
var element = tmp0_iterator.h();
|
|
6581
6584
|
var tmp$ret$0;
|
|
6582
6585
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.<get-contentTips>.<anonymous>' call
|
|
6583
|
-
tmp$ret$0 = element.
|
|
6586
|
+
tmp$ret$0 = element.tips;
|
|
6584
6587
|
var list = tmp$ret$0;
|
|
6585
6588
|
addAll(tmp0_flatMapTo, list);
|
|
6586
6589
|
}
|
|
@@ -6757,7 +6760,7 @@
|
|
|
6757
6760
|
}
|
|
6758
6761
|
function Companion_31() {
|
|
6759
6762
|
Companion_instance_31 = this;
|
|
6760
|
-
this.
|
|
6763
|
+
this.m39_1 = 'resource';
|
|
6761
6764
|
}
|
|
6762
6765
|
var Companion_instance_31;
|
|
6763
6766
|
function Companion_getInstance_34() {
|
|
@@ -6772,8 +6775,8 @@
|
|
|
6772
6775
|
var tmp = get_XMLNS_MANIFEST();
|
|
6773
6776
|
Companion_getInstance_34();
|
|
6774
6777
|
parser.u2r(2, tmp, 'resource');
|
|
6775
|
-
$this.name = parser.
|
|
6776
|
-
$this.localName = parser.
|
|
6778
|
+
$this.name = parser.n2v(null, 'filename');
|
|
6779
|
+
$this.localName = parser.n2v(null, 'src');
|
|
6777
6780
|
skipTag(parser);
|
|
6778
6781
|
return $this;
|
|
6779
6782
|
}
|
|
@@ -6783,7 +6786,7 @@
|
|
|
6783
6786
|
protoOf(Resource).id = function () {
|
|
6784
6787
|
return this.name;
|
|
6785
6788
|
};
|
|
6786
|
-
protoOf(Resource).
|
|
6789
|
+
protoOf(Resource).n39 = function () {
|
|
6787
6790
|
return this.localName;
|
|
6788
6791
|
};
|
|
6789
6792
|
function Resource() {
|
|
@@ -6793,9 +6796,9 @@
|
|
|
6793
6796
|
var Mode_FIXED_instance;
|
|
6794
6797
|
function Companion_32() {
|
|
6795
6798
|
Companion_instance_32 = this;
|
|
6796
|
-
this.
|
|
6799
|
+
this.o39_1 = Mode_AUTO_getInstance();
|
|
6797
6800
|
}
|
|
6798
|
-
protoOf(Companion_32).
|
|
6801
|
+
protoOf(Companion_32).p39 = function (_this__u8e3s4) {
|
|
6799
6802
|
var tmp0_subject = _this__u8e3s4;
|
|
6800
6803
|
switch (tmp0_subject) {
|
|
6801
6804
|
case 'auto':
|
|
@@ -6824,7 +6827,7 @@
|
|
|
6824
6827
|
}
|
|
6825
6828
|
function Companion_33() {
|
|
6826
6829
|
Companion_instance_33 = this;
|
|
6827
|
-
this.
|
|
6830
|
+
this.q39_1 = 'spacer';
|
|
6828
6831
|
}
|
|
6829
6832
|
var Companion_instance_33;
|
|
6830
6833
|
function Companion_getInstance_36() {
|
|
@@ -6840,14 +6843,14 @@
|
|
|
6840
6843
|
Companion_getInstance_36();
|
|
6841
6844
|
parser.u2r(2, tmp, 'spacer');
|
|
6842
6845
|
var tmp_0 = $this;
|
|
6843
|
-
var tmp0_safe_receiver = parser.
|
|
6844
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : Companion_getInstance_35().
|
|
6845
|
-
tmp_0.
|
|
6846
|
+
var tmp0_safe_receiver = parser.o2t('mode');
|
|
6847
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : Companion_getInstance_35().p39(tmp0_safe_receiver);
|
|
6848
|
+
tmp_0.z39_1 = tmp1_elvis_lhs == null ? Companion_getInstance_35().o39_1 : tmp1_elvis_lhs;
|
|
6846
6849
|
var tmp_1 = $this;
|
|
6847
|
-
var tmp2_safe_receiver = parser.
|
|
6850
|
+
var tmp2_safe_receiver = parser.o2t('height');
|
|
6848
6851
|
var tmp3_safe_receiver = tmp2_safe_receiver == null ? null : toIntOrNull(tmp2_safe_receiver);
|
|
6849
6852
|
var tmp4_elvis_lhs = tmp3_safe_receiver == null ? null : coerceAtLeast(tmp3_safe_receiver, 0);
|
|
6850
|
-
tmp_1.
|
|
6853
|
+
tmp_1.a3a_1 = tmp4_elvis_lhs == null ? 0 : tmp4_elvis_lhs;
|
|
6851
6854
|
skipTag(parser);
|
|
6852
6855
|
return $this;
|
|
6853
6856
|
}
|
|
@@ -6870,7 +6873,7 @@
|
|
|
6870
6873
|
}
|
|
6871
6874
|
function Companion_34() {
|
|
6872
6875
|
Companion_instance_34 = this;
|
|
6873
|
-
this.
|
|
6876
|
+
this.b3a_1 = 1.0;
|
|
6874
6877
|
}
|
|
6875
6878
|
var Companion_instance_34;
|
|
6876
6879
|
function Companion_getInstance_37() {
|
|
@@ -6880,39 +6883,39 @@
|
|
|
6880
6883
|
}
|
|
6881
6884
|
function Styles() {
|
|
6882
6885
|
}
|
|
6883
|
-
function get_multiselectOptionBackgroundColor_0(_this__u8e3s4) {
|
|
6884
|
-
var tmp0_safe_receiver = _this__u8e3s4;
|
|
6885
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.c2y();
|
|
6886
|
-
return tmp1_elvis_lhs == null ? get_backgroundColor(get_manifest(_this__u8e3s4)) : tmp1_elvis_lhs;
|
|
6887
|
-
}
|
|
6888
6886
|
function get_primaryColor_0(_this__u8e3s4) {
|
|
6889
6887
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
6890
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
6888
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.d2y();
|
|
6891
6889
|
return tmp1_elvis_lhs == null ? Companion_getInstance_29().c2q_1 : tmp1_elvis_lhs;
|
|
6892
6890
|
}
|
|
6891
|
+
function get_multiselectOptionBackgroundColor_0(_this__u8e3s4) {
|
|
6892
|
+
var tmp0_safe_receiver = _this__u8e3s4;
|
|
6893
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.h2y();
|
|
6894
|
+
return tmp1_elvis_lhs == null ? get_backgroundColor(get_manifest(_this__u8e3s4)) : tmp1_elvis_lhs;
|
|
6895
|
+
}
|
|
6893
6896
|
function get_primaryTextColor_0(_this__u8e3s4) {
|
|
6894
6897
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
6895
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
6898
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.e2y();
|
|
6896
6899
|
return tmp1_elvis_lhs == null ? Companion_getInstance_29().d2q_1 : tmp1_elvis_lhs;
|
|
6897
6900
|
}
|
|
6898
6901
|
function get_buttonStyle_0(_this__u8e3s4) {
|
|
6899
6902
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
6900
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
6903
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.f2y();
|
|
6901
6904
|
return tmp1_elvis_lhs == null ? Companion_getInstance_29().h2q_1 : tmp1_elvis_lhs;
|
|
6902
6905
|
}
|
|
6903
6906
|
function get_cardBackgroundColor_0(_this__u8e3s4) {
|
|
6904
6907
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
6905
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
6908
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.g2y();
|
|
6906
6909
|
return tmp1_elvis_lhs == null ? Companion_getInstance_29().e2q_1 : tmp1_elvis_lhs;
|
|
6907
6910
|
}
|
|
6908
6911
|
function get_textColor_0(_this__u8e3s4) {
|
|
6909
6912
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
6910
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
6913
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.b2y();
|
|
6911
6914
|
return tmp1_elvis_lhs == null ? Companion_getInstance_29().i2q_1 : tmp1_elvis_lhs;
|
|
6912
6915
|
}
|
|
6913
6916
|
function get_textScale_0(_this__u8e3s4) {
|
|
6914
6917
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
6915
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
6918
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.j2y();
|
|
6916
6919
|
var tmp;
|
|
6917
6920
|
if (tmp1_elvis_lhs == null) {
|
|
6918
6921
|
Companion_getInstance_37();
|
|
@@ -6924,7 +6927,7 @@
|
|
|
6924
6927
|
}
|
|
6925
6928
|
function get_textAlign_0(_this__u8e3s4) {
|
|
6926
6929
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
6927
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
6930
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.k2y();
|
|
6928
6931
|
return tmp1_elvis_lhs == null ? Companion_getInstance_29().j2q_1 : tmp1_elvis_lhs;
|
|
6929
6932
|
}
|
|
6930
6933
|
function stylesOverride(_this__u8e3s4, textAlign, textColor, textScale) {
|
|
@@ -6942,52 +6945,52 @@
|
|
|
6942
6945
|
}
|
|
6943
6946
|
function StylesOverride(parent, _textAlign, _textColor, _textScale) {
|
|
6944
6947
|
BaseModel.call(this, parent);
|
|
6945
|
-
this.
|
|
6946
|
-
this.
|
|
6947
|
-
this.
|
|
6948
|
+
this.d3a_1 = _textAlign;
|
|
6949
|
+
this.e3a_1 = _textColor;
|
|
6950
|
+
this.f3a_1 = _textScale;
|
|
6948
6951
|
}
|
|
6949
|
-
protoOf(StylesOverride).
|
|
6950
|
-
var tmp0_safe_receiver = this.
|
|
6952
|
+
protoOf(StylesOverride).k2y = function () {
|
|
6953
|
+
var tmp0_safe_receiver = this.d3a_1;
|
|
6951
6954
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver();
|
|
6952
6955
|
return tmp1_elvis_lhs == null ? get_textAlign.call(this) : tmp1_elvis_lhs;
|
|
6953
6956
|
};
|
|
6954
|
-
protoOf(StylesOverride).
|
|
6955
|
-
var tmp0_safe_receiver = this.
|
|
6957
|
+
protoOf(StylesOverride).b2y = function () {
|
|
6958
|
+
var tmp0_safe_receiver = this.e3a_1;
|
|
6956
6959
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver();
|
|
6957
6960
|
return tmp1_elvis_lhs == null ? get_textColor.call(this) : tmp1_elvis_lhs;
|
|
6958
6961
|
};
|
|
6959
|
-
protoOf(StylesOverride).
|
|
6960
|
-
return get_textScale.call(this) * this.
|
|
6962
|
+
protoOf(StylesOverride).j2y = function () {
|
|
6963
|
+
return get_textScale.call(this) * this.f3a_1;
|
|
6961
6964
|
};
|
|
6962
6965
|
function Tab_init_$Init$(parent, parser, $this) {
|
|
6963
6966
|
BaseModel.call($this, parent);
|
|
6964
6967
|
Tab.call($this);
|
|
6965
|
-
$this.
|
|
6968
|
+
$this.h3a_1 = parent;
|
|
6966
6969
|
Companion_getInstance_59();
|
|
6967
6970
|
parser.u2r(2, get_XMLNS_CONTENT(), 'tab');
|
|
6968
6971
|
var tmp = $this;
|
|
6969
6972
|
var tmp$ret$1;
|
|
6970
6973
|
// Inline function 'kotlin.collections.orEmpty' call
|
|
6971
|
-
var tmp0_safe_receiver = parser.
|
|
6974
|
+
var tmp0_safe_receiver = parser.o2t(get_XML_LISTENERS());
|
|
6972
6975
|
var tmp_0;
|
|
6973
6976
|
if (tmp0_safe_receiver == null) {
|
|
6974
6977
|
tmp_0 = null;
|
|
6975
6978
|
} else {
|
|
6976
6979
|
var tmp$ret$0;
|
|
6977
6980
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
6978
|
-
tmp$ret$0 = Companion_getInstance_17().
|
|
6981
|
+
tmp$ret$0 = Companion_getInstance_17().o2v(tmp0_safe_receiver);
|
|
6979
6982
|
tmp_0 = tmp$ret$0;
|
|
6980
6983
|
}
|
|
6981
6984
|
var tmp1_safe_receiver = tmp_0;
|
|
6982
6985
|
var tmp0_orEmpty = tmp1_safe_receiver == null ? null : toSet_0(tmp1_safe_receiver);
|
|
6983
6986
|
var tmp0_elvis_lhs = tmp0_orEmpty;
|
|
6984
6987
|
tmp$ret$1 = tmp0_elvis_lhs == null ? emptySet() : tmp0_elvis_lhs;
|
|
6985
|
-
tmp.
|
|
6988
|
+
tmp.i3a_1 = tmp$ret$1;
|
|
6986
6989
|
var tmp_1 = $this;
|
|
6987
6990
|
var tmp$ret$2;
|
|
6988
6991
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
6989
6992
|
tmp$ret$2 = ArrayList_init_$Create$();
|
|
6990
|
-
tmp_1.
|
|
6993
|
+
tmp_1.l3a_1 = tmp$ret$2;
|
|
6991
6994
|
var label = null;
|
|
6992
6995
|
var tmp_2 = $this;
|
|
6993
6996
|
var tmp$ret$10;
|
|
@@ -7026,7 +7029,7 @@
|
|
|
7026
7029
|
if (tmp1_subject === 'events') {
|
|
7027
7030
|
var tmp2_this = $this;
|
|
7028
7031
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
7029
|
-
var tmp0_plusAssign = tmp2_this.
|
|
7032
|
+
var tmp0_plusAssign = tmp2_this.l3a_1;
|
|
7030
7033
|
var tmp1_plusAssign = Companion_getInstance_6().y2r(parser, $this);
|
|
7031
7034
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
7032
7035
|
}
|
|
@@ -7082,8 +7085,8 @@
|
|
|
7082
7085
|
tmp$ret$8 = tmp$ret$7.u7();
|
|
7083
7086
|
tmp$ret$9 = tmp$ret$8;
|
|
7084
7087
|
tmp$ret$10 = tmp$ret$9;
|
|
7085
|
-
tmp_2.
|
|
7086
|
-
$this.
|
|
7088
|
+
tmp_2.k3a_1 = tmp$ret$10;
|
|
7089
|
+
$this.j3a_1 = label;
|
|
7087
7090
|
return $this;
|
|
7088
7091
|
}
|
|
7089
7092
|
function Tab_init_$Create$(parent, parser) {
|
|
@@ -7091,7 +7094,7 @@
|
|
|
7091
7094
|
}
|
|
7092
7095
|
function Companion_35() {
|
|
7093
7096
|
Companion_instance_35 = this;
|
|
7094
|
-
this.
|
|
7097
|
+
this.m3a_1 = 'tabs';
|
|
7095
7098
|
}
|
|
7096
7099
|
var Companion_instance_35;
|
|
7097
7100
|
function Companion_getInstance_38() {
|
|
@@ -7145,14 +7148,14 @@
|
|
|
7145
7148
|
tmp$ret$0 = tmp0_apply;
|
|
7146
7149
|
tmp$ret$1 = tmp$ret$0.u7();
|
|
7147
7150
|
tmp$ret$2 = tmp$ret$1;
|
|
7148
|
-
tmp_0.
|
|
7151
|
+
tmp_0.v3a_1 = tmp$ret$2;
|
|
7149
7152
|
return $this;
|
|
7150
7153
|
}
|
|
7151
7154
|
function Tabs_init_$Create$(parent, parser) {
|
|
7152
7155
|
return Tabs_init_$Init$(parent, parser, objectCreate(protoOf(Tabs)));
|
|
7153
7156
|
}
|
|
7154
7157
|
protoOf(Tab).t2s = function () {
|
|
7155
|
-
return this.
|
|
7158
|
+
return this.k3a_1;
|
|
7156
7159
|
};
|
|
7157
7160
|
protoOf(Tab)._getAnalyticsEvents = function (type) {
|
|
7158
7161
|
var tmp0_subject = type;
|
|
@@ -7161,7 +7164,7 @@
|
|
|
7161
7164
|
if (tmp0 === 3) {
|
|
7162
7165
|
var tmp$ret$2;
|
|
7163
7166
|
// Inline function 'kotlin.collections.filter' call
|
|
7164
|
-
var tmp1_filter = this.
|
|
7167
|
+
var tmp1_filter = this.l3a_1;
|
|
7165
7168
|
var tmp$ret$1;
|
|
7166
7169
|
// Inline function 'kotlin.collections.filterTo' call
|
|
7167
7170
|
var tmp0_filterTo = ArrayList_init_$Create$();
|
|
@@ -7195,7 +7198,7 @@
|
|
|
7195
7198
|
protoOf(Tabs).c2t = function () {
|
|
7196
7199
|
var tmp$ret$6;
|
|
7197
7200
|
// Inline function 'kotlin.collections.flatMap' call
|
|
7198
|
-
var tmp1_flatMap = this.
|
|
7201
|
+
var tmp1_flatMap = this.v3a_1;
|
|
7199
7202
|
var tmp$ret$5;
|
|
7200
7203
|
// Inline function 'kotlin.collections.flatMapTo' call
|
|
7201
7204
|
var tmp0_flatMapTo = ArrayList_init_$Create$();
|
|
@@ -7217,7 +7220,7 @@
|
|
|
7217
7220
|
var element_0 = tmp0_iterator_0.h();
|
|
7218
7221
|
var tmp$ret$0;
|
|
7219
7222
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.<get-contentTips>.<anonymous>' call
|
|
7220
|
-
tmp$ret$0 = element_0.
|
|
7223
|
+
tmp$ret$0 = element_0.tips;
|
|
7221
7224
|
var list = tmp$ret$0;
|
|
7222
7225
|
addAll(tmp0_flatMapTo_0, list);
|
|
7223
7226
|
}
|
|
@@ -7241,7 +7244,7 @@
|
|
|
7241
7244
|
function Companion_36() {
|
|
7242
7245
|
Companion_instance_36 = this;
|
|
7243
7246
|
}
|
|
7244
|
-
protoOf(Companion_36).
|
|
7247
|
+
protoOf(Companion_36).w3a = function (_this__u8e3s4) {
|
|
7245
7248
|
var tmp0_subject = _this__u8e3s4;
|
|
7246
7249
|
switch (tmp0_subject) {
|
|
7247
7250
|
case 'start':
|
|
@@ -7307,7 +7310,7 @@
|
|
|
7307
7310
|
function Companion_37() {
|
|
7308
7311
|
Companion_instance_37 = this;
|
|
7309
7312
|
}
|
|
7310
|
-
protoOf(Companion_37).
|
|
7313
|
+
protoOf(Companion_37).x3a = function (_this__u8e3s4) {
|
|
7311
7314
|
var tmp$ret$3;
|
|
7312
7315
|
// Inline function 'kotlin.collections.mapNotNullTo' call
|
|
7313
7316
|
var tmp0_mapNotNullTo = get_REGEX_SEQUENCE_SEPARATOR().ec(_this__u8e3s4);
|
|
@@ -7373,9 +7376,9 @@
|
|
|
7373
7376
|
}
|
|
7374
7377
|
function Companion_38() {
|
|
7375
7378
|
Companion_instance_38 = this;
|
|
7376
|
-
this.
|
|
7377
|
-
this.
|
|
7378
|
-
this.
|
|
7379
|
+
this.y3a_1 = 'text';
|
|
7380
|
+
this.z3a_1 = 40;
|
|
7381
|
+
this.a3b_1 = 0;
|
|
7379
7382
|
}
|
|
7380
7383
|
var Companion_instance_38;
|
|
7381
7384
|
function Companion_getInstance_41() {
|
|
@@ -7391,13 +7394,13 @@
|
|
|
7391
7394
|
Companion_getInstance_41();
|
|
7392
7395
|
parser.u2r(2, tmp, 'text');
|
|
7393
7396
|
var tmp_0 = $this;
|
|
7394
|
-
var tmp0_safe_receiver = parser.
|
|
7395
|
-
tmp_0.
|
|
7397
|
+
var tmp0_safe_receiver = parser.o2t('text-align');
|
|
7398
|
+
tmp_0.u36_1 = tmp0_safe_receiver == null ? null : Companion_getInstance_39().w3a(tmp0_safe_receiver);
|
|
7396
7399
|
var tmp_1 = $this;
|
|
7397
|
-
var tmp1_safe_receiver = parser.
|
|
7398
|
-
tmp_1.
|
|
7400
|
+
var tmp1_safe_receiver = parser.o2t(get_XML_TEXT_COLOR());
|
|
7401
|
+
tmp_1.v36_1 = tmp1_safe_receiver == null ? null : toColorOrNull(tmp1_safe_receiver);
|
|
7399
7402
|
var tmp_2 = $this;
|
|
7400
|
-
var tmp2_safe_receiver = parser.
|
|
7403
|
+
var tmp2_safe_receiver = parser.o2t(get_XML_TEXT_SCALE());
|
|
7401
7404
|
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : toDoubleOrNull(tmp2_safe_receiver);
|
|
7402
7405
|
var tmp_3;
|
|
7403
7406
|
if (tmp3_elvis_lhs == null) {
|
|
@@ -7406,17 +7409,17 @@
|
|
|
7406
7409
|
} else {
|
|
7407
7410
|
tmp_3 = tmp3_elvis_lhs;
|
|
7408
7411
|
}
|
|
7409
|
-
tmp_2.
|
|
7412
|
+
tmp_2.w36_1 = tmp_3;
|
|
7410
7413
|
var tmp_4 = $this;
|
|
7411
7414
|
var tmp$ret$0;
|
|
7412
7415
|
// Inline function 'kotlin.collections.orEmpty' call
|
|
7413
|
-
var tmp4_safe_receiver = parser.
|
|
7414
|
-
var tmp0_orEmpty = tmp4_safe_receiver == null ? null : Companion_getInstance_40().
|
|
7416
|
+
var tmp4_safe_receiver = parser.o2t('text-style');
|
|
7417
|
+
var tmp0_orEmpty = tmp4_safe_receiver == null ? null : Companion_getInstance_40().x3a(tmp4_safe_receiver);
|
|
7415
7418
|
var tmp0_elvis_lhs = tmp0_orEmpty;
|
|
7416
7419
|
tmp$ret$0 = tmp0_elvis_lhs == null ? emptySet() : tmp0_elvis_lhs;
|
|
7417
7420
|
tmp_4.textStyles = tmp$ret$0;
|
|
7418
7421
|
var tmp_5 = $this;
|
|
7419
|
-
var tmp5_safe_receiver = parser.
|
|
7422
|
+
var tmp5_safe_receiver = parser.o2t('minimum-lines');
|
|
7420
7423
|
var tmp6_safe_receiver = tmp5_safe_receiver == null ? null : toIntOrNull(tmp5_safe_receiver);
|
|
7421
7424
|
var tmp_6;
|
|
7422
7425
|
if (tmp6_safe_receiver == null) {
|
|
@@ -7446,9 +7449,9 @@
|
|
|
7446
7449
|
tmp_8 = tmp7_elvis_lhs;
|
|
7447
7450
|
}
|
|
7448
7451
|
tmp_5.minimumLines = tmp_8;
|
|
7449
|
-
$this.
|
|
7452
|
+
$this.x36_1 = parser.o2t('start-image');
|
|
7450
7453
|
var tmp_9 = $this;
|
|
7451
|
-
var tmp8_safe_receiver = parser.
|
|
7454
|
+
var tmp8_safe_receiver = parser.o2t('start-image-size');
|
|
7452
7455
|
var tmp9_elvis_lhs = tmp8_safe_receiver == null ? null : toIntOrNull(tmp8_safe_receiver);
|
|
7453
7456
|
var tmp_10;
|
|
7454
7457
|
if (tmp9_elvis_lhs == null) {
|
|
@@ -7458,9 +7461,9 @@
|
|
|
7458
7461
|
tmp_10 = tmp9_elvis_lhs;
|
|
7459
7462
|
}
|
|
7460
7463
|
tmp_9.startImageSize = tmp_10;
|
|
7461
|
-
$this.
|
|
7464
|
+
$this.y36_1 = parser.o2t('end-image');
|
|
7462
7465
|
var tmp_11 = $this;
|
|
7463
|
-
var tmp10_safe_receiver = parser.
|
|
7466
|
+
var tmp10_safe_receiver = parser.o2t('end-image-size');
|
|
7464
7467
|
var tmp11_elvis_lhs = tmp10_safe_receiver == null ? null : toIntOrNull(tmp10_safe_receiver);
|
|
7465
7468
|
var tmp_12;
|
|
7466
7469
|
if (tmp11_elvis_lhs == null) {
|
|
@@ -7470,7 +7473,7 @@
|
|
|
7470
7473
|
tmp_12 = tmp11_elvis_lhs;
|
|
7471
7474
|
}
|
|
7472
7475
|
tmp_11.endImageSize = tmp_12;
|
|
7473
|
-
$this.text = parser.
|
|
7476
|
+
$this.text = parser.b3b();
|
|
7474
7477
|
return $this;
|
|
7475
7478
|
}
|
|
7476
7479
|
function Text_init_$Create$(parent, parser) {
|
|
@@ -7495,18 +7498,18 @@
|
|
|
7495
7498
|
Content_init_$Init$_0(parent, VOID, VOID, VOID, VOID, VOID, VOID, VOID, $this);
|
|
7496
7499
|
Text.call($this);
|
|
7497
7500
|
$this.text = text;
|
|
7498
|
-
$this.
|
|
7499
|
-
$this.
|
|
7500
|
-
$this.
|
|
7501
|
+
$this.u36_1 = textAlign;
|
|
7502
|
+
$this.v36_1 = textColor;
|
|
7503
|
+
$this.w36_1 = textScale;
|
|
7501
7504
|
$this.textStyles = textStyles;
|
|
7502
7505
|
var tmp_0 = $this;
|
|
7503
7506
|
Companion_getInstance_41();
|
|
7504
7507
|
tmp_0.minimumLines = 0;
|
|
7505
|
-
$this.
|
|
7508
|
+
$this.x36_1 = startImage;
|
|
7506
7509
|
var tmp_1 = $this;
|
|
7507
7510
|
Companion_getInstance_41();
|
|
7508
7511
|
tmp_1.startImageSize = 40;
|
|
7509
|
-
$this.
|
|
7512
|
+
$this.y36_1 = endImage;
|
|
7510
7513
|
var tmp_2 = $this;
|
|
7511
7514
|
Companion_getInstance_41();
|
|
7512
7515
|
tmp_2.endImageSize = 40;
|
|
@@ -7552,46 +7555,46 @@
|
|
|
7552
7555
|
protoOf(Text).c1d = function () {
|
|
7553
7556
|
return this.text;
|
|
7554
7557
|
};
|
|
7555
|
-
protoOf(Text).
|
|
7556
|
-
var tmp0_elvis_lhs = this.
|
|
7558
|
+
protoOf(Text).k2y = function () {
|
|
7559
|
+
var tmp0_elvis_lhs = this.u36_1;
|
|
7557
7560
|
return tmp0_elvis_lhs == null ? get_textAlign_0(this.a2t()) : tmp0_elvis_lhs;
|
|
7558
7561
|
};
|
|
7559
|
-
protoOf(Text).
|
|
7560
|
-
var tmp0_elvis_lhs = this.
|
|
7562
|
+
protoOf(Text).b2y = function () {
|
|
7563
|
+
var tmp0_elvis_lhs = this.v36_1;
|
|
7561
7564
|
return tmp0_elvis_lhs == null ? get_textColor_0(this.a2t()) : tmp0_elvis_lhs;
|
|
7562
7565
|
};
|
|
7563
|
-
protoOf(Text).
|
|
7564
|
-
return this.
|
|
7565
|
-
};
|
|
7566
|
-
protoOf(Text).e3b = function () {
|
|
7567
|
-
return this.textStyles;
|
|
7568
|
-
};
|
|
7569
|
-
protoOf(Text).f3b = function () {
|
|
7570
|
-
return this.minimumLines;
|
|
7566
|
+
protoOf(Text).j2y = function () {
|
|
7567
|
+
return this.w36_1 * get_textScale_0(this.a2t());
|
|
7571
7568
|
};
|
|
7572
7569
|
protoOf(Text).g3b = function () {
|
|
7573
|
-
return this.
|
|
7570
|
+
return this.textStyles;
|
|
7574
7571
|
};
|
|
7575
7572
|
protoOf(Text).h3b = function () {
|
|
7576
|
-
return
|
|
7573
|
+
return this.minimumLines;
|
|
7577
7574
|
};
|
|
7578
7575
|
protoOf(Text).i3b = function () {
|
|
7579
|
-
return this.
|
|
7576
|
+
return this.x36_1;
|
|
7580
7577
|
};
|
|
7581
7578
|
protoOf(Text).j3b = function () {
|
|
7582
|
-
return this.
|
|
7579
|
+
return getResource(this, this.x36_1);
|
|
7583
7580
|
};
|
|
7584
7581
|
protoOf(Text).k3b = function () {
|
|
7585
|
-
return
|
|
7582
|
+
return this.startImageSize;
|
|
7586
7583
|
};
|
|
7587
7584
|
protoOf(Text).l3b = function () {
|
|
7585
|
+
return this.y36_1;
|
|
7586
|
+
};
|
|
7587
|
+
protoOf(Text).m3b = function () {
|
|
7588
|
+
return getResource(this, this.y36_1);
|
|
7589
|
+
};
|
|
7590
|
+
protoOf(Text).n3b = function () {
|
|
7588
7591
|
return this.endImageSize;
|
|
7589
7592
|
};
|
|
7590
7593
|
function Text() {
|
|
7591
7594
|
Companion_getInstance_41();
|
|
7592
7595
|
}
|
|
7593
|
-
defineProp(protoOf(Text), 'startImage', protoOf(Text).
|
|
7594
|
-
defineProp(protoOf(Text), 'endImage', protoOf(Text).
|
|
7596
|
+
defineProp(protoOf(Text), 'startImage', protoOf(Text).j3b);
|
|
7597
|
+
defineProp(protoOf(Text), 'endImage', protoOf(Text).m3b);
|
|
7595
7598
|
function parseTextChild(_this__u8e3s4, parent, parentNamespace, parentName, block) {
|
|
7596
7599
|
var tmp;
|
|
7597
7600
|
if (block === VOID) {
|
|
@@ -7728,7 +7731,7 @@
|
|
|
7728
7731
|
}
|
|
7729
7732
|
return tmp;
|
|
7730
7733
|
};
|
|
7731
|
-
protoOf(Companion_39).
|
|
7734
|
+
protoOf(Companion_39).n2y = function (_this__u8e3s4) {
|
|
7732
7735
|
var tmp;
|
|
7733
7736
|
try {
|
|
7734
7737
|
tmp = this.f2r(_this__u8e3s4);
|
|
@@ -7839,7 +7842,7 @@
|
|
|
7839
7842
|
Companion_instance_40 = this;
|
|
7840
7843
|
this.q3b_1 = Provider_UNKNOWN_getInstance();
|
|
7841
7844
|
}
|
|
7842
|
-
protoOf(Companion_40).
|
|
7845
|
+
protoOf(Companion_40).n35 = function (value) {
|
|
7843
7846
|
var tmp0_subject = value;
|
|
7844
7847
|
return tmp0_subject === 'youtube' ? Provider_YOUTUBE_getInstance() : null;
|
|
7845
7848
|
};
|
|
@@ -7883,18 +7886,18 @@
|
|
|
7883
7886
|
Companion_getInstance_44();
|
|
7884
7887
|
parser.u2r(2, tmp, 'video');
|
|
7885
7888
|
var tmp_0 = $this;
|
|
7886
|
-
var tmp0_elvis_lhs = Companion_getInstance_43().
|
|
7889
|
+
var tmp0_elvis_lhs = Companion_getInstance_43().n35(parser.o2t('provider'));
|
|
7887
7890
|
tmp_0.d3c_1 = tmp0_elvis_lhs == null ? Companion_getInstance_43().q3b_1 : tmp0_elvis_lhs;
|
|
7888
|
-
$this.e3c_1 = parser.
|
|
7891
|
+
$this.e3c_1 = parser.o2t('video-id');
|
|
7889
7892
|
var tmp_1 = $this;
|
|
7890
|
-
var tmp1_elvis_lhs = Companion_getInstance_8().
|
|
7893
|
+
var tmp1_elvis_lhs = Companion_getInstance_8().r2v(parser.o2t('aspect-ratio'));
|
|
7891
7894
|
tmp_1.f3c_1 = tmp1_elvis_lhs == null ? Companion_getInstance_44().s3b_1 : tmp1_elvis_lhs;
|
|
7892
7895
|
var tmp_2 = $this;
|
|
7893
|
-
var tmp2_safe_receiver = Companion_getInstance_22().
|
|
7894
|
-
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.
|
|
7896
|
+
var tmp2_safe_receiver = Companion_getInstance_22().a2x(parser.o2t('gravity'));
|
|
7897
|
+
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.b2x_1;
|
|
7895
7898
|
tmp_2.g3c_1 = tmp3_elvis_lhs == null ? Companion_getInstance_44().t3b_1 : tmp3_elvis_lhs;
|
|
7896
7899
|
var tmp_3 = $this;
|
|
7897
|
-
var tmp4_safe_receiver = Companion_getInstance_16().
|
|
7900
|
+
var tmp4_safe_receiver = Companion_getInstance_16().d2x(parser.o2t('width'));
|
|
7898
7901
|
var tmp_4;
|
|
7899
7902
|
if (tmp4_safe_receiver == null) {
|
|
7900
7903
|
tmp_4 = null;
|
|
@@ -7938,12 +7941,12 @@
|
|
|
7938
7941
|
}
|
|
7939
7942
|
function Visibility$isInvisibleFlow$lambda(this$0) {
|
|
7940
7943
|
return function (it) {
|
|
7941
|
-
return this$0.
|
|
7944
|
+
return this$0.i2t(it);
|
|
7942
7945
|
};
|
|
7943
7946
|
}
|
|
7944
7947
|
function Visibility$isGoneFlow$lambda(this$0) {
|
|
7945
7948
|
return function (it) {
|
|
7946
|
-
return this$0.
|
|
7949
|
+
return this$0.k2t(it);
|
|
7947
7950
|
};
|
|
7948
7951
|
}
|
|
7949
7952
|
function Visibility() {
|
|
@@ -8152,9 +8155,9 @@
|
|
|
8152
8155
|
parser.u2r(2, tmp, 'card');
|
|
8153
8156
|
var tmp_0 = $this;
|
|
8154
8157
|
Companion_getInstance_45();
|
|
8155
|
-
tmp_0.i3e_1 = parser.
|
|
8158
|
+
tmp_0.i3e_1 = parser.o2t('id');
|
|
8156
8159
|
var tmp_1 = $this;
|
|
8157
|
-
var tmp0_safe_receiver = parser.
|
|
8160
|
+
var tmp0_safe_receiver = parser.o2t(get_XML_BACKGROUND_COLOR());
|
|
8158
8161
|
tmp_1.j3e_1 = tmp0_safe_receiver == null ? null : toColorOrNull(tmp0_safe_receiver);
|
|
8159
8162
|
var tmp_2 = $this;
|
|
8160
8163
|
var tmp$ret$0;
|
|
@@ -8684,16 +8687,16 @@
|
|
|
8684
8687
|
});
|
|
8685
8688
|
function Companion_45() {
|
|
8686
8689
|
Companion_instance_45 = this;
|
|
8687
|
-
this.
|
|
8690
|
+
this.s32_1 = 'page';
|
|
8688
8691
|
var tmp = this;
|
|
8689
8692
|
var tmp$ret$0;
|
|
8690
8693
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.color' call
|
|
8691
8694
|
tmp$ret$0 = toPlatformColor(Companion_getInstance_0().k2j(0 / 255.0, 0 / 255.0, 0 / 255.0, 0.0));
|
|
8692
|
-
tmp.
|
|
8693
|
-
this.
|
|
8694
|
-
this.
|
|
8695
|
+
tmp.t32_1 = tmp$ret$0;
|
|
8696
|
+
this.u32_1 = Companion_getInstance_22().z2w_1;
|
|
8697
|
+
this.v32_1 = ImageScaleType_FILL_X_getInstance();
|
|
8695
8698
|
}
|
|
8696
|
-
protoOf(Companion_45).
|
|
8699
|
+
protoOf(Companion_45).w32 = function (manifest, fileName, parser) {
|
|
8697
8700
|
Companion_getInstance_59();
|
|
8698
8701
|
parser.u2r(2, null, 'page');
|
|
8699
8702
|
var tmp0_subject = parser.w2r();
|
|
@@ -8703,7 +8706,7 @@
|
|
|
8703
8706
|
} else if (tmp0_subject === get_XMLNS_TRACT()) {
|
|
8704
8707
|
tmp = TractPage_init_$Create$(manifest, fileName, parser);
|
|
8705
8708
|
} else if (tmp0_subject === get_XMLNS_PAGE()) {
|
|
8706
|
-
var type = parser.
|
|
8709
|
+
var type = parser.n2v(get_XMLNS_XSI(), 'type');
|
|
8707
8710
|
var tmp_0;
|
|
8708
8711
|
Companion_getInstance_46();
|
|
8709
8712
|
if (type === 'cardcollection') {
|
|
@@ -8747,7 +8750,7 @@
|
|
|
8747
8750
|
return tmp_1;
|
|
8748
8751
|
};
|
|
8749
8752
|
protoOf(Companion_45).n3e = function (_this__u8e3s4, type) {
|
|
8750
|
-
var actual = _this__u8e3s4.
|
|
8753
|
+
var actual = _this__u8e3s4.n2v(get_XMLNS_XSI(), 'type');
|
|
8751
8754
|
if (!(type === actual))
|
|
8752
8755
|
throw new XmlPullParserException('expected ' + type + ' not ' + actual);
|
|
8753
8756
|
};
|
|
@@ -8763,67 +8766,67 @@
|
|
|
8763
8766
|
Companion_getInstance_59();
|
|
8764
8767
|
Companion_getInstance_48();
|
|
8765
8768
|
parser.u2r(2, null, 'page');
|
|
8766
|
-
$this.h3d_1 = parser.
|
|
8769
|
+
$this.h3d_1 = parser.o2t('id');
|
|
8767
8770
|
$this.i3d_1 = fileName;
|
|
8768
|
-
$this.j3d_1 = parser.
|
|
8771
|
+
$this.j3d_1 = parser.n2v(get_XMLNS_CYOA(), 'parent');
|
|
8769
8772
|
var tmp = $this;
|
|
8770
|
-
var tmp0_safe_receiver = parser.
|
|
8773
|
+
var tmp0_safe_receiver = parser.o2t('hidden');
|
|
8771
8774
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : toBoolean(tmp0_safe_receiver);
|
|
8772
8775
|
tmp.isHidden = tmp1_elvis_lhs == null ? false : tmp1_elvis_lhs;
|
|
8773
8776
|
var tmp_0 = $this;
|
|
8774
8777
|
var tmp$ret$0;
|
|
8775
8778
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
8776
|
-
var tmp0_toEventIds = parser.
|
|
8777
|
-
tmp$ret$0 = Companion_getInstance_17().
|
|
8779
|
+
var tmp0_toEventIds = parser.o2t(get_XML_LISTENERS());
|
|
8780
|
+
tmp$ret$0 = Companion_getInstance_17().o2v(tmp0_toEventIds);
|
|
8778
8781
|
tmp_0.listeners = toSet_0(tmp$ret$0);
|
|
8779
8782
|
var tmp_1 = $this;
|
|
8780
8783
|
var tmp$ret$1;
|
|
8781
8784
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
8782
|
-
var tmp1_toEventIds = parser.
|
|
8783
|
-
tmp$ret$1 = Companion_getInstance_17().
|
|
8785
|
+
var tmp1_toEventIds = parser.o2t(get_XML_DISMISS_LISTENERS());
|
|
8786
|
+
tmp$ret$1 = Companion_getInstance_17().o2v(tmp1_toEventIds);
|
|
8784
8787
|
tmp_1.dismissListeners = toSet_0(tmp$ret$1);
|
|
8785
8788
|
var tmp_2 = $this;
|
|
8786
|
-
var tmp2_safe_receiver = parser.
|
|
8789
|
+
var tmp2_safe_receiver = parser.o2t(get_XML_PRIMARY_COLOR());
|
|
8787
8790
|
tmp_2.k3d_1 = tmp2_safe_receiver == null ? null : toColorOrNull(tmp2_safe_receiver);
|
|
8788
8791
|
var tmp_3 = $this;
|
|
8789
|
-
var tmp3_safe_receiver = parser.
|
|
8792
|
+
var tmp3_safe_receiver = parser.o2t(get_XML_PRIMARY_TEXT_COLOR());
|
|
8790
8793
|
tmp_3.l3d_1 = tmp3_safe_receiver == null ? null : toColorOrNull(tmp3_safe_receiver);
|
|
8791
8794
|
var tmp_4 = $this;
|
|
8792
|
-
var tmp4_safe_receiver = parser.
|
|
8795
|
+
var tmp4_safe_receiver = parser.o2t(get_XML_BACKGROUND_COLOR());
|
|
8793
8796
|
var tmp5_elvis_lhs = tmp4_safe_receiver == null ? null : toColorOrNull(tmp4_safe_receiver);
|
|
8794
|
-
tmp_4.m3d_1 = tmp5_elvis_lhs == null ? Companion_getInstance_48().
|
|
8795
|
-
$this.n3d_1 = parser.
|
|
8797
|
+
tmp_4.m3d_1 = tmp5_elvis_lhs == null ? Companion_getInstance_48().t32_1 : tmp5_elvis_lhs;
|
|
8798
|
+
$this.n3d_1 = parser.o2t(get_XML_BACKGROUND_IMAGE());
|
|
8796
8799
|
var tmp_5 = $this;
|
|
8797
|
-
var tmp6_safe_receiver = parser.
|
|
8798
|
-
var tmp7_elvis_lhs = tmp6_safe_receiver == null ? null : Companion_getInstance_22().
|
|
8799
|
-
tmp_5.o3d_1 = tmp7_elvis_lhs == null ? Companion_getInstance_48().
|
|
8800
|
+
var tmp6_safe_receiver = parser.o2t(get_XML_BACKGROUND_IMAGE_GRAVITY());
|
|
8801
|
+
var tmp7_elvis_lhs = tmp6_safe_receiver == null ? null : Companion_getInstance_22().a2x(tmp6_safe_receiver);
|
|
8802
|
+
tmp_5.o3d_1 = tmp7_elvis_lhs == null ? Companion_getInstance_48().u32_1 : tmp7_elvis_lhs;
|
|
8800
8803
|
var tmp_6 = $this;
|
|
8801
|
-
var tmp8_safe_receiver = parser.
|
|
8802
|
-
var tmp9_elvis_lhs = tmp8_safe_receiver == null ? null : Companion_getInstance_24().
|
|
8803
|
-
tmp_6.p3d_1 = tmp9_elvis_lhs == null ? Companion_getInstance_48().
|
|
8804
|
+
var tmp8_safe_receiver = parser.o2t(get_XML_BACKGROUND_IMAGE_SCALE_TYPE());
|
|
8805
|
+
var tmp9_elvis_lhs = tmp8_safe_receiver == null ? null : Companion_getInstance_24().x30(tmp8_safe_receiver);
|
|
8806
|
+
tmp_6.p3d_1 = tmp9_elvis_lhs == null ? Companion_getInstance_48().v32_1 : tmp9_elvis_lhs;
|
|
8804
8807
|
var tmp_7 = $this;
|
|
8805
|
-
var tmp10_safe_receiver = parser.
|
|
8808
|
+
var tmp10_safe_receiver = parser.o2t(get_XML_CONTROL_COLOR());
|
|
8806
8809
|
tmp_7.q3d_1 = tmp10_safe_receiver == null ? null : toColorOrNull(tmp10_safe_receiver);
|
|
8807
8810
|
var tmp_8 = $this;
|
|
8808
8811
|
var tmp_9 = get_XMLNS_CONTENT();
|
|
8809
8812
|
Companion_getInstance_12();
|
|
8810
|
-
var tmp11_safe_receiver = parser.
|
|
8813
|
+
var tmp11_safe_receiver = parser.n2v(tmp_9, 'card-background-color');
|
|
8811
8814
|
tmp_8.r3d_1 = tmp11_safe_receiver == null ? null : toColorOrNull(tmp11_safe_receiver);
|
|
8812
8815
|
var tmp_10 = $this;
|
|
8813
8816
|
var tmp_11 = get_XMLNS_CONTENT();
|
|
8814
8817
|
Companion_getInstance_32();
|
|
8815
|
-
var tmp12_safe_receiver = parser.
|
|
8818
|
+
var tmp12_safe_receiver = parser.n2v(tmp_11, 'multiselect-option-background-color');
|
|
8816
8819
|
tmp_10.s3d_1 = tmp12_safe_receiver == null ? null : toColorOrNull(tmp12_safe_receiver);
|
|
8817
8820
|
var tmp_12 = $this;
|
|
8818
8821
|
var tmp_13 = get_XMLNS_CONTENT();
|
|
8819
8822
|
Companion_getInstance_32();
|
|
8820
|
-
var tmp13_safe_receiver = parser.
|
|
8823
|
+
var tmp13_safe_receiver = parser.n2v(tmp_13, 'multiselect-option-selected-color');
|
|
8821
8824
|
tmp_12.t3d_1 = tmp13_safe_receiver == null ? null : toColorOrNull(tmp13_safe_receiver);
|
|
8822
8825
|
var tmp_14 = $this;
|
|
8823
|
-
var tmp14_safe_receiver = parser.
|
|
8826
|
+
var tmp14_safe_receiver = parser.o2t(get_XML_TEXT_COLOR());
|
|
8824
8827
|
tmp_14.u3d_1 = tmp14_safe_receiver == null ? null : toColorOrNull(tmp14_safe_receiver);
|
|
8825
8828
|
var tmp_15 = $this;
|
|
8826
|
-
var tmp15_safe_receiver = parser.
|
|
8829
|
+
var tmp15_safe_receiver = parser.o2t(get_XML_TEXT_SCALE());
|
|
8827
8830
|
var tmp16_elvis_lhs = tmp15_safe_receiver == null ? null : toDoubleOrNull(tmp15_safe_receiver);
|
|
8828
8831
|
var tmp_16;
|
|
8829
8832
|
if (tmp16_elvis_lhs == null) {
|
|
@@ -8841,10 +8844,10 @@
|
|
|
8841
8844
|
fileName = fileName === VOID ? null : fileName;
|
|
8842
8845
|
parentPage = parentPage === VOID ? null : parentPage;
|
|
8843
8846
|
primaryColor = primaryColor === VOID ? null : primaryColor;
|
|
8844
|
-
backgroundColor = backgroundColor === VOID ? Companion_getInstance_48().
|
|
8847
|
+
backgroundColor = backgroundColor === VOID ? Companion_getInstance_48().t32_1 : backgroundColor;
|
|
8845
8848
|
backgroundImage = backgroundImage === VOID ? null : backgroundImage;
|
|
8846
|
-
backgroundImageGravity = backgroundImageGravity === VOID ? Companion_getInstance_48().
|
|
8847
|
-
backgroundImageScaleType = backgroundImageScaleType === VOID ? Companion_getInstance_48().
|
|
8849
|
+
backgroundImageGravity = backgroundImageGravity === VOID ? Companion_getInstance_48().u32_1 : backgroundImageGravity;
|
|
8850
|
+
backgroundImageScaleType = backgroundImageScaleType === VOID ? Companion_getInstance_48().v32_1 : backgroundImageScaleType;
|
|
8848
8851
|
controlColor = controlColor === VOID ? null : controlColor;
|
|
8849
8852
|
cardBackgroundColor = cardBackgroundColor === VOID ? null : cardBackgroundColor;
|
|
8850
8853
|
textColor = textColor === VOID ? null : textColor;
|
|
@@ -8890,7 +8893,7 @@
|
|
|
8890
8893
|
return this$0.a2p()._pages.l1(this$0);
|
|
8891
8894
|
};
|
|
8892
8895
|
}
|
|
8893
|
-
protoOf(Page).
|
|
8896
|
+
protoOf(Page).q2u = function () {
|
|
8894
8897
|
var tmp$ret$0;
|
|
8895
8898
|
// Inline function 'kotlin.getValue' call
|
|
8896
8899
|
var tmp0_getValue = id$factory();
|
|
@@ -8916,53 +8919,53 @@
|
|
|
8916
8919
|
protoOf(Page).a3e = function () {
|
|
8917
8920
|
return this.listeners;
|
|
8918
8921
|
};
|
|
8919
|
-
protoOf(Page).
|
|
8922
|
+
protoOf(Page).d36 = function () {
|
|
8920
8923
|
return this.dismissListeners;
|
|
8921
8924
|
};
|
|
8922
|
-
protoOf(Page).
|
|
8925
|
+
protoOf(Page).d2y = function () {
|
|
8923
8926
|
var tmp0_elvis_lhs = this.k3d_1;
|
|
8924
8927
|
return tmp0_elvis_lhs == null ? get_primaryColor_0(this.a2t()) : tmp0_elvis_lhs;
|
|
8925
8928
|
};
|
|
8926
|
-
protoOf(Page).
|
|
8929
|
+
protoOf(Page).e2y = function () {
|
|
8927
8930
|
var tmp0_elvis_lhs = this.l3d_1;
|
|
8928
8931
|
return tmp0_elvis_lhs == null ? get_primaryTextColor_0(this.a2t()) : tmp0_elvis_lhs;
|
|
8929
8932
|
};
|
|
8930
|
-
protoOf(Page).
|
|
8933
|
+
protoOf(Page).g36 = function () {
|
|
8931
8934
|
return this.m3d_1;
|
|
8932
8935
|
};
|
|
8933
8936
|
protoOf(Page).b3e = function () {
|
|
8934
8937
|
return this.n3d_1;
|
|
8935
8938
|
};
|
|
8936
|
-
protoOf(Page).
|
|
8939
|
+
protoOf(Page).h36 = function () {
|
|
8937
8940
|
return getResource(this, this.n3d_1);
|
|
8938
8941
|
};
|
|
8939
|
-
protoOf(Page).
|
|
8942
|
+
protoOf(Page).i36 = function () {
|
|
8940
8943
|
return this.o3d_1;
|
|
8941
8944
|
};
|
|
8942
|
-
protoOf(Page).
|
|
8945
|
+
protoOf(Page).j36 = function () {
|
|
8943
8946
|
return this.p3d_1;
|
|
8944
8947
|
};
|
|
8945
8948
|
protoOf(Page).c3e = function () {
|
|
8946
8949
|
var tmp0_elvis_lhs = this.q3d_1;
|
|
8947
|
-
return tmp0_elvis_lhs == null ? this.a2p().
|
|
8950
|
+
return tmp0_elvis_lhs == null ? this.a2p().b2u_1 : tmp0_elvis_lhs;
|
|
8948
8951
|
};
|
|
8949
|
-
protoOf(Page).
|
|
8952
|
+
protoOf(Page).g2y = function () {
|
|
8950
8953
|
var tmp0_elvis_lhs = this.r3d_1;
|
|
8951
|
-
return tmp0_elvis_lhs == null ? this.a2p().
|
|
8954
|
+
return tmp0_elvis_lhs == null ? this.a2p().g2y() : tmp0_elvis_lhs;
|
|
8952
8955
|
};
|
|
8953
|
-
protoOf(Page).
|
|
8956
|
+
protoOf(Page).h2y = function () {
|
|
8954
8957
|
var tmp0_elvis_lhs = this.s3d_1;
|
|
8955
8958
|
return tmp0_elvis_lhs == null ? get_multiselectOptionBackgroundColor.call(this) : tmp0_elvis_lhs;
|
|
8956
8959
|
};
|
|
8957
|
-
protoOf(Page).
|
|
8960
|
+
protoOf(Page).i2y = function () {
|
|
8958
8961
|
var tmp0_elvis_lhs = this.t3d_1;
|
|
8959
8962
|
return tmp0_elvis_lhs == null ? get_multiselectOptionSelectedColor.call(this) : tmp0_elvis_lhs;
|
|
8960
8963
|
};
|
|
8961
|
-
protoOf(Page).
|
|
8964
|
+
protoOf(Page).b2y = function () {
|
|
8962
8965
|
var tmp0_elvis_lhs = this.u3d_1;
|
|
8963
8966
|
return tmp0_elvis_lhs == null ? get_textColor_0(this.a2t()) : tmp0_elvis_lhs;
|
|
8964
8967
|
};
|
|
8965
|
-
protoOf(Page).
|
|
8968
|
+
protoOf(Page).j2y = function () {
|
|
8966
8969
|
return this.v3d_1 * get_textScale_0(this.a2t());
|
|
8967
8970
|
};
|
|
8968
8971
|
protoOf(Page)._getAnalyticsEvents = function (type) {
|
|
@@ -9027,10 +9030,10 @@
|
|
|
9027
9030
|
var tmp_0 = this;
|
|
9028
9031
|
tmp_0.g3d_1 = lazy(Page$position$delegate$lambda(this));
|
|
9029
9032
|
}
|
|
9030
|
-
defineProp(protoOf(Page), 'id', protoOf(Page).
|
|
9033
|
+
defineProp(protoOf(Page), 'id', protoOf(Page).q2u);
|
|
9031
9034
|
defineProp(protoOf(Page), 'position', protoOf(Page).w3d);
|
|
9032
9035
|
defineProp(protoOf(Page), 'parentPage', protoOf(Page).y3d);
|
|
9033
|
-
defineProp(protoOf(Page), 'backgroundImage', protoOf(Page).
|
|
9036
|
+
defineProp(protoOf(Page), 'backgroundImage', protoOf(Page).h36);
|
|
9034
9037
|
function id$factory() {
|
|
9035
9038
|
return getPropertyCallableRef('id', 1, KProperty1, function (receiver) {
|
|
9036
9039
|
return receiver.id;
|
|
@@ -9047,9 +9050,9 @@
|
|
|
9047
9050
|
var XMLNS_SHAREABLE;
|
|
9048
9051
|
function Companion_46() {
|
|
9049
9052
|
Companion_instance_46 = this;
|
|
9050
|
-
this.
|
|
9053
|
+
this.p35_1 = 'items';
|
|
9051
9054
|
}
|
|
9052
|
-
protoOf(Companion_46).
|
|
9055
|
+
protoOf(Companion_46).q35 = function (_this__u8e3s4, manifest) {
|
|
9053
9056
|
var tmp$ret$4;
|
|
9054
9057
|
// Inline function 'kotlin.collections.buildList' call
|
|
9055
9058
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -9133,15 +9136,15 @@
|
|
|
9133
9136
|
Shareable.call($this);
|
|
9134
9137
|
Companion_getInstance_59();
|
|
9135
9138
|
parser.e3g(2, get_XMLNS_SHAREABLE());
|
|
9136
|
-
$this.
|
|
9139
|
+
$this.v35_1 = parser.o2t('id');
|
|
9137
9140
|
var tmp = $this;
|
|
9138
|
-
var tmp0_safe_receiver = parser.
|
|
9141
|
+
var tmp0_safe_receiver = parser.o2t('order');
|
|
9139
9142
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : toIntOrNull(tmp0_safe_receiver);
|
|
9140
|
-
tmp.
|
|
9143
|
+
tmp.w35_1 = tmp1_elvis_lhs == null ? 2147483647 : tmp1_elvis_lhs;
|
|
9141
9144
|
return $this;
|
|
9142
9145
|
}
|
|
9143
|
-
protoOf(Shareable).
|
|
9144
|
-
return this.
|
|
9146
|
+
protoOf(Shareable).q2u = function () {
|
|
9147
|
+
return this.v35_1;
|
|
9145
9148
|
};
|
|
9146
9149
|
function Shareable() {
|
|
9147
9150
|
Companion_getInstance_49();
|
|
@@ -9163,7 +9166,7 @@
|
|
|
9163
9166
|
var tmp = get_XMLNS_SHAREABLE();
|
|
9164
9167
|
Companion_getInstance_50();
|
|
9165
9168
|
parser.u2r(2, tmp, 'image');
|
|
9166
|
-
$this.j3g_1 = parser.
|
|
9169
|
+
$this.j3g_1 = parser.o2t('resource');
|
|
9167
9170
|
var description = null;
|
|
9168
9171
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
9169
9172
|
$l$loop_1: while (true) {
|
|
@@ -9195,8 +9198,8 @@
|
|
|
9195
9198
|
function ShareableImage_init_$Create$(manifest, parser) {
|
|
9196
9199
|
return ShareableImage_init_$Init$(manifest, parser, objectCreate(protoOf(ShareableImage)));
|
|
9197
9200
|
}
|
|
9198
|
-
protoOf(ShareableImage).
|
|
9199
|
-
var tmp0_elvis_lhs = protoOf(Shareable).
|
|
9201
|
+
protoOf(ShareableImage).q2u = function () {
|
|
9202
|
+
var tmp0_elvis_lhs = protoOf(Shareable).q2u.call(this);
|
|
9200
9203
|
return tmp0_elvis_lhs == null ? this.j3g_1 : tmp0_elvis_lhs;
|
|
9201
9204
|
};
|
|
9202
9205
|
function ShareableImage() {
|
|
@@ -9223,7 +9226,7 @@
|
|
|
9223
9226
|
var tmp = get_XMLNS_TRAINING();
|
|
9224
9227
|
Companion_getInstance_51();
|
|
9225
9228
|
parser.u2r(2, tmp, 'tip');
|
|
9226
|
-
$this.u3g_1 = parser.
|
|
9229
|
+
$this.u3g_1 = parser.n2v(null, 'id');
|
|
9227
9230
|
skipTag(parser);
|
|
9228
9231
|
return $this;
|
|
9229
9232
|
}
|
|
@@ -9231,7 +9234,7 @@
|
|
|
9231
9234
|
return InlineTip_init_$Init$(parent, parser, objectCreate(protoOf(InlineTip)));
|
|
9232
9235
|
}
|
|
9233
9236
|
protoOf(InlineTip).v3g = function () {
|
|
9234
|
-
return this.a2p().
|
|
9237
|
+
return this.a2p().j37(this.u3g_1);
|
|
9235
9238
|
};
|
|
9236
9239
|
protoOf(InlineTip).c2t = function () {
|
|
9237
9240
|
return listOfNotNull(this.v3g());
|
|
@@ -9248,7 +9251,7 @@
|
|
|
9248
9251
|
Companion_instance_49 = this;
|
|
9249
9252
|
this.w3g_1 = Type_TIP_getInstance();
|
|
9250
9253
|
}
|
|
9251
|
-
protoOf(Companion_49).
|
|
9254
|
+
protoOf(Companion_49).z30 = function (_this__u8e3s4) {
|
|
9252
9255
|
var tmp0_subject = _this__u8e3s4;
|
|
9253
9256
|
switch (tmp0_subject) {
|
|
9254
9257
|
case 'tip':
|
|
@@ -9289,11 +9292,11 @@
|
|
|
9289
9292
|
Tip.call($this);
|
|
9290
9293
|
Companion_getInstance_59();
|
|
9291
9294
|
parser.u2r(2, get_XMLNS_TRAINING(), 'tip');
|
|
9292
|
-
$this.
|
|
9295
|
+
$this.i34_1 = id;
|
|
9293
9296
|
var tmp = $this;
|
|
9294
|
-
var tmp0_safe_receiver = parser.
|
|
9295
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : Companion_getInstance_52().
|
|
9296
|
-
tmp.
|
|
9297
|
+
var tmp0_safe_receiver = parser.n2v(null, 'type');
|
|
9298
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : Companion_getInstance_52().z30(tmp0_safe_receiver);
|
|
9299
|
+
tmp.j34_1 = tmp1_elvis_lhs == null ? Companion_getInstance_52().w3g_1 : tmp1_elvis_lhs;
|
|
9297
9300
|
var tmp_0 = $this;
|
|
9298
9301
|
var tmp$ret$2;
|
|
9299
9302
|
// Inline function 'kotlin.collections.buildList' call
|
|
@@ -9333,7 +9336,7 @@
|
|
|
9333
9336
|
tmp$ret$0 = tmp0_apply;
|
|
9334
9337
|
tmp$ret$1 = tmp$ret$0.u7();
|
|
9335
9338
|
tmp$ret$2 = tmp$ret$1;
|
|
9336
|
-
tmp_0.
|
|
9339
|
+
tmp_0.k34_1 = tmp$ret$2;
|
|
9337
9340
|
return $this;
|
|
9338
9341
|
}
|
|
9339
9342
|
function Tip_init_$Create$(manifest, id, parser) {
|
|
@@ -9406,13 +9409,13 @@
|
|
|
9406
9409
|
Type_initEntries_2();
|
|
9407
9410
|
return Type_QUOTE_instance;
|
|
9408
9411
|
}
|
|
9409
|
-
protoOf(Tip).
|
|
9412
|
+
protoOf(Tip).d2y = function () {
|
|
9410
9413
|
return Companion_getInstance_29().c2q_1;
|
|
9411
9414
|
};
|
|
9412
|
-
protoOf(Tip).
|
|
9415
|
+
protoOf(Tip).e2y = function () {
|
|
9413
9416
|
return Companion_getInstance_29().d2q_1;
|
|
9414
9417
|
};
|
|
9415
|
-
protoOf(Tip).
|
|
9418
|
+
protoOf(Tip).b2y = function () {
|
|
9416
9419
|
return Companion_getInstance_29().i2q_1;
|
|
9417
9420
|
};
|
|
9418
9421
|
function Tip() {
|
|
@@ -9564,9 +9567,9 @@
|
|
|
9564
9567
|
parser.u2r(2, tmp, 'call-to-action');
|
|
9565
9568
|
$this.e3h_1 = page;
|
|
9566
9569
|
var tmp_0 = $this;
|
|
9567
|
-
var tmp0_safe_receiver = parser.
|
|
9570
|
+
var tmp0_safe_receiver = parser.o2t('control-color');
|
|
9568
9571
|
tmp_0.f3h_1 = tmp0_safe_receiver == null ? null : toColorOrNull(tmp0_safe_receiver);
|
|
9569
|
-
$this.g3h_1 = parser.
|
|
9572
|
+
$this.g3h_1 = parser.n2v(get_XMLNS_TRAINING(), 'tip');
|
|
9570
9573
|
var tmp_1 = $this;
|
|
9571
9574
|
var tmp_2 = get_XMLNS_TRACT();
|
|
9572
9575
|
Companion_getInstance_54();
|
|
@@ -9605,7 +9608,7 @@
|
|
|
9605
9608
|
return this.g3h_1;
|
|
9606
9609
|
};
|
|
9607
9610
|
protoOf(CallToAction).v3g = function () {
|
|
9608
|
-
return this.a2p().
|
|
9611
|
+
return this.a2p().j37(this.g3h_1);
|
|
9609
9612
|
};
|
|
9610
9613
|
function CallToAction() {
|
|
9611
9614
|
Companion_getInstance_54();
|
|
@@ -9633,9 +9636,9 @@
|
|
|
9633
9636
|
Companion_getInstance_55();
|
|
9634
9637
|
parser.u2r(2, tmp, 'header');
|
|
9635
9638
|
var tmp_0 = $this;
|
|
9636
|
-
var tmp0_safe_receiver = parser.
|
|
9639
|
+
var tmp0_safe_receiver = parser.o2t(get_XML_BACKGROUND_COLOR());
|
|
9637
9640
|
tmp_0.l3h_1 = tmp0_safe_receiver == null ? null : toColorOrNull(tmp0_safe_receiver);
|
|
9638
|
-
$this.m3h_1 = parser.
|
|
9641
|
+
$this.m3h_1 = parser.n2v(get_XMLNS_TRAINING(), 'tip');
|
|
9639
9642
|
var number = null;
|
|
9640
9643
|
var title = null;
|
|
9641
9644
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
@@ -9671,24 +9674,24 @@
|
|
|
9671
9674
|
function Header_init_$Create$(page, parser) {
|
|
9672
9675
|
return Header_init_$Init$(page, parser, objectCreate(protoOf(Header)));
|
|
9673
9676
|
}
|
|
9674
|
-
protoOf(Header).
|
|
9677
|
+
protoOf(Header).g36 = function () {
|
|
9675
9678
|
var tmp0_elvis_lhs = this.l3h_1;
|
|
9676
|
-
return tmp0_elvis_lhs == null ? this.
|
|
9679
|
+
return tmp0_elvis_lhs == null ? this.d2y() : tmp0_elvis_lhs;
|
|
9677
9680
|
};
|
|
9678
|
-
protoOf(Header).
|
|
9679
|
-
return this.
|
|
9681
|
+
protoOf(Header).b2y = function () {
|
|
9682
|
+
return this.e2y();
|
|
9680
9683
|
};
|
|
9681
9684
|
protoOf(Header).n3h = function () {
|
|
9682
9685
|
return this.number;
|
|
9683
9686
|
};
|
|
9684
|
-
protoOf(Header).
|
|
9687
|
+
protoOf(Header).l36 = function () {
|
|
9685
9688
|
return this.title;
|
|
9686
9689
|
};
|
|
9687
9690
|
protoOf(Header).i3h = function () {
|
|
9688
9691
|
return this.m3h_1;
|
|
9689
9692
|
};
|
|
9690
9693
|
protoOf(Header).v3g = function () {
|
|
9691
|
-
return this.a2p().
|
|
9694
|
+
return this.a2p().j37(this.m3h_1);
|
|
9692
9695
|
};
|
|
9693
9696
|
function Header() {
|
|
9694
9697
|
Companion_getInstance_55();
|
|
@@ -9954,14 +9957,14 @@
|
|
|
9954
9957
|
var tmp_0 = $this;
|
|
9955
9958
|
var tmp$ret$0;
|
|
9956
9959
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
9957
|
-
var tmp0_toEventIds = parser.
|
|
9958
|
-
tmp$ret$0 = Companion_getInstance_17().
|
|
9960
|
+
var tmp0_toEventIds = parser.o2t(get_XML_LISTENERS());
|
|
9961
|
+
tmp$ret$0 = Companion_getInstance_17().o2v(tmp0_toEventIds);
|
|
9959
9962
|
tmp_0.listeners = toSet_0(tmp$ret$0);
|
|
9960
9963
|
var tmp_1 = $this;
|
|
9961
9964
|
var tmp$ret$1;
|
|
9962
9965
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
9963
|
-
var tmp1_toEventIds = parser.
|
|
9964
|
-
tmp$ret$1 = Companion_getInstance_17().
|
|
9966
|
+
var tmp1_toEventIds = parser.o2t(get_XML_DISMISS_LISTENERS());
|
|
9967
|
+
tmp$ret$1 = Companion_getInstance_17().o2v(tmp1_toEventIds);
|
|
9965
9968
|
tmp_1.dismissListeners = toSet_0(tmp$ret$1);
|
|
9966
9969
|
var title = null;
|
|
9967
9970
|
var tmp_2 = $this;
|
|
@@ -10057,10 +10060,10 @@
|
|
|
10057
10060
|
protoOf(Modal).r3i = function () {
|
|
10058
10061
|
return this.page;
|
|
10059
10062
|
};
|
|
10060
|
-
protoOf(Modal).
|
|
10063
|
+
protoOf(Modal).q2u = function () {
|
|
10061
10064
|
return this.page.id + '-' + _get_position__iahqv2(this);
|
|
10062
10065
|
};
|
|
10063
|
-
protoOf(Modal).
|
|
10066
|
+
protoOf(Modal).l36 = function () {
|
|
10064
10067
|
return this.title;
|
|
10065
10068
|
};
|
|
10066
10069
|
protoOf(Modal).t2s = function () {
|
|
@@ -10069,31 +10072,31 @@
|
|
|
10069
10072
|
protoOf(Modal).a3e = function () {
|
|
10070
10073
|
return this.listeners;
|
|
10071
10074
|
};
|
|
10072
|
-
protoOf(Modal).
|
|
10075
|
+
protoOf(Modal).d36 = function () {
|
|
10073
10076
|
return this.dismissListeners;
|
|
10074
10077
|
};
|
|
10075
|
-
protoOf(Modal).
|
|
10078
|
+
protoOf(Modal).d2y = function () {
|
|
10076
10079
|
return get_TRANSPARENT();
|
|
10077
10080
|
};
|
|
10078
|
-
protoOf(Modal).
|
|
10081
|
+
protoOf(Modal).e2y = function () {
|
|
10079
10082
|
return get_WHITE();
|
|
10080
10083
|
};
|
|
10081
|
-
protoOf(Modal).
|
|
10084
|
+
protoOf(Modal).f2x = function () {
|
|
10082
10085
|
return get_WHITE();
|
|
10083
10086
|
};
|
|
10084
|
-
protoOf(Modal).
|
|
10087
|
+
protoOf(Modal).f2y = function () {
|
|
10085
10088
|
return Style_OUTLINED_getInstance();
|
|
10086
10089
|
};
|
|
10087
|
-
protoOf(Modal).
|
|
10090
|
+
protoOf(Modal).k2y = function () {
|
|
10088
10091
|
return Align_CENTER_getInstance();
|
|
10089
10092
|
};
|
|
10090
|
-
protoOf(Modal).
|
|
10093
|
+
protoOf(Modal).b2y = function () {
|
|
10091
10094
|
return get_WHITE();
|
|
10092
10095
|
};
|
|
10093
10096
|
function Modal() {
|
|
10094
10097
|
Companion_getInstance_57();
|
|
10095
10098
|
}
|
|
10096
|
-
defineProp(protoOf(Modal), 'id', protoOf(Modal).
|
|
10099
|
+
defineProp(protoOf(Modal), 'id', protoOf(Modal).q2u);
|
|
10097
10100
|
defineProp(protoOf(Modal), '_content', function () {
|
|
10098
10101
|
return this.t2s();
|
|
10099
10102
|
});
|
|
@@ -10106,7 +10109,7 @@
|
|
|
10106
10109
|
this.t3i_1 = 'label';
|
|
10107
10110
|
this.u3i_1 = 'hidden';
|
|
10108
10111
|
this.v3i_1 = ImageScaleType_FILL_X_getInstance();
|
|
10109
|
-
this.w3i_1 = Companion_getInstance_22().
|
|
10112
|
+
this.w3i_1 = Companion_getInstance_22().z2w_1;
|
|
10110
10113
|
}
|
|
10111
10114
|
var Companion_instance_55;
|
|
10112
10115
|
function Companion_getInstance_58() {
|
|
@@ -10132,35 +10135,35 @@
|
|
|
10132
10135
|
parser.u2r(2, tmp, 'card');
|
|
10133
10136
|
var tmp_0 = $this;
|
|
10134
10137
|
Companion_getInstance_58();
|
|
10135
|
-
var tmp0_safe_receiver = parser.
|
|
10138
|
+
var tmp0_safe_receiver = parser.n2v(null, 'hidden');
|
|
10136
10139
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : toBoolean(tmp0_safe_receiver);
|
|
10137
10140
|
tmp_0.isHidden = tmp1_elvis_lhs == null ? false : tmp1_elvis_lhs;
|
|
10138
10141
|
var tmp_1 = $this;
|
|
10139
10142
|
var tmp$ret$0;
|
|
10140
10143
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
10141
|
-
var tmp0_toEventIds = parser.
|
|
10142
|
-
tmp$ret$0 = Companion_getInstance_17().
|
|
10144
|
+
var tmp0_toEventIds = parser.o2t(get_XML_LISTENERS());
|
|
10145
|
+
tmp$ret$0 = Companion_getInstance_17().o2v(tmp0_toEventIds);
|
|
10143
10146
|
tmp_1.listeners = toSet_0(tmp$ret$0);
|
|
10144
10147
|
var tmp_2 = $this;
|
|
10145
10148
|
var tmp$ret$1;
|
|
10146
10149
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
10147
|
-
var tmp1_toEventIds = parser.
|
|
10148
|
-
tmp$ret$1 = Companion_getInstance_17().
|
|
10150
|
+
var tmp1_toEventIds = parser.o2t(get_XML_DISMISS_LISTENERS());
|
|
10151
|
+
tmp$ret$1 = Companion_getInstance_17().o2v(tmp1_toEventIds);
|
|
10149
10152
|
tmp_2.dismissListeners = toSet_0(tmp$ret$1);
|
|
10150
10153
|
var tmp_3 = $this;
|
|
10151
|
-
var tmp2_safe_receiver = parser.
|
|
10154
|
+
var tmp2_safe_receiver = parser.o2t(get_XML_BACKGROUND_COLOR());
|
|
10152
10155
|
tmp_3.y3i_1 = tmp2_safe_receiver == null ? null : toColorOrNull(tmp2_safe_receiver);
|
|
10153
|
-
$this.z3i_1 = parser.
|
|
10156
|
+
$this.z3i_1 = parser.o2t(get_XML_BACKGROUND_IMAGE());
|
|
10154
10157
|
var tmp_4 = $this;
|
|
10155
|
-
var tmp3_safe_receiver = parser.
|
|
10156
|
-
var tmp4_elvis_lhs = tmp3_safe_receiver == null ? null : Companion_getInstance_22().
|
|
10158
|
+
var tmp3_safe_receiver = parser.o2t(get_XML_BACKGROUND_IMAGE_GRAVITY());
|
|
10159
|
+
var tmp4_elvis_lhs = tmp3_safe_receiver == null ? null : Companion_getInstance_22().a2x(tmp3_safe_receiver);
|
|
10157
10160
|
tmp_4.a3j_1 = tmp4_elvis_lhs == null ? Companion_getInstance_58().w3i_1 : tmp4_elvis_lhs;
|
|
10158
10161
|
var tmp_5 = $this;
|
|
10159
|
-
var tmp5_safe_receiver = parser.
|
|
10160
|
-
var tmp6_elvis_lhs = tmp5_safe_receiver == null ? null : Companion_getInstance_24().
|
|
10162
|
+
var tmp5_safe_receiver = parser.o2t(get_XML_BACKGROUND_IMAGE_SCALE_TYPE());
|
|
10163
|
+
var tmp6_elvis_lhs = tmp5_safe_receiver == null ? null : Companion_getInstance_24().x30(tmp5_safe_receiver);
|
|
10161
10164
|
tmp_5.b3j_1 = tmp6_elvis_lhs == null ? Companion_getInstance_58().v3i_1 : tmp6_elvis_lhs;
|
|
10162
10165
|
var tmp_6 = $this;
|
|
10163
|
-
var tmp7_safe_receiver = parser.
|
|
10166
|
+
var tmp7_safe_receiver = parser.o2t(get_XML_TEXT_COLOR());
|
|
10164
10167
|
tmp_6.c3j_1 = tmp7_safe_receiver == null ? null : toColorOrNull(tmp7_safe_receiver);
|
|
10165
10168
|
var tmp_7 = $this;
|
|
10166
10169
|
var tmp$ret$2;
|
|
@@ -10275,7 +10278,7 @@
|
|
|
10275
10278
|
}
|
|
10276
10279
|
function TractPage$Card$labelParent$delegate$lambda$lambda(this$0) {
|
|
10277
10280
|
return function () {
|
|
10278
|
-
return this$0.
|
|
10281
|
+
return this$0.d2y();
|
|
10279
10282
|
};
|
|
10280
10283
|
}
|
|
10281
10284
|
function TractPage$Card$labelParent$delegate$lambda(this$0) {
|
|
@@ -10291,7 +10294,7 @@
|
|
|
10291
10294
|
Companion_getInstance_48();
|
|
10292
10295
|
parser.u2r(2, tmp, 'page');
|
|
10293
10296
|
var tmp_0 = $this;
|
|
10294
|
-
var tmp0_safe_receiver = parser.
|
|
10297
|
+
var tmp0_safe_receiver = parser.o2t('card-text-color');
|
|
10295
10298
|
tmp_0.o3i_1 = tmp0_safe_receiver == null ? null : toColorOrNull(tmp0_safe_receiver);
|
|
10296
10299
|
var header = null;
|
|
10297
10300
|
var hero = null;
|
|
@@ -10370,11 +10373,11 @@
|
|
|
10370
10373
|
function TractPage_init_$Init$_0(manifest, fileName, backgroundColor, backgroundImage, primaryColor, backgroundImageGravity, backgroundImageScaleType, textColor, textScale, cardBackgroundColor, cardTextColor, cards, callToAction, $this) {
|
|
10371
10374
|
manifest = manifest === VOID ? createTestManifest() : manifest;
|
|
10372
10375
|
fileName = fileName === VOID ? null : fileName;
|
|
10373
|
-
backgroundColor = backgroundColor === VOID ? Companion_getInstance_48().
|
|
10376
|
+
backgroundColor = backgroundColor === VOID ? Companion_getInstance_48().t32_1 : backgroundColor;
|
|
10374
10377
|
backgroundImage = backgroundImage === VOID ? null : backgroundImage;
|
|
10375
10378
|
primaryColor = primaryColor === VOID ? null : primaryColor;
|
|
10376
|
-
backgroundImageGravity = backgroundImageGravity === VOID ? Companion_getInstance_48().
|
|
10377
|
-
backgroundImageScaleType = backgroundImageScaleType === VOID ? Companion_getInstance_48().
|
|
10379
|
+
backgroundImageGravity = backgroundImageGravity === VOID ? Companion_getInstance_48().u32_1 : backgroundImageGravity;
|
|
10380
|
+
backgroundImageScaleType = backgroundImageScaleType === VOID ? Companion_getInstance_48().v32_1 : backgroundImageScaleType;
|
|
10378
10381
|
textColor = textColor === VOID ? null : textColor;
|
|
10379
10382
|
var tmp;
|
|
10380
10383
|
if (textScale === VOID) {
|
|
@@ -10414,7 +10417,7 @@
|
|
|
10414
10417
|
protoOf(Card_1).r3i = function () {
|
|
10415
10418
|
return this.page;
|
|
10416
10419
|
};
|
|
10417
|
-
protoOf(Card_1).
|
|
10420
|
+
protoOf(Card_1).q2u = function () {
|
|
10418
10421
|
return this.page.id + '-' + this.position;
|
|
10419
10422
|
};
|
|
10420
10423
|
protoOf(Card_1).w3d = function () {
|
|
@@ -10446,23 +10449,23 @@
|
|
|
10446
10449
|
protoOf(Card_1).a3e = function () {
|
|
10447
10450
|
return this.listeners;
|
|
10448
10451
|
};
|
|
10449
|
-
protoOf(Card_1).
|
|
10452
|
+
protoOf(Card_1).d36 = function () {
|
|
10450
10453
|
return this.dismissListeners;
|
|
10451
10454
|
};
|
|
10452
|
-
protoOf(Card_1).
|
|
10455
|
+
protoOf(Card_1).g36 = function () {
|
|
10453
10456
|
var tmp0_elvis_lhs = this.y3i_1;
|
|
10454
|
-
return tmp0_elvis_lhs == null ? this.page.
|
|
10457
|
+
return tmp0_elvis_lhs == null ? this.page.g2y() : tmp0_elvis_lhs;
|
|
10455
10458
|
};
|
|
10456
|
-
protoOf(Card_1).
|
|
10459
|
+
protoOf(Card_1).h36 = function () {
|
|
10457
10460
|
return getResource(this, this.z3i_1);
|
|
10458
10461
|
};
|
|
10459
|
-
protoOf(Card_1).
|
|
10462
|
+
protoOf(Card_1).i36 = function () {
|
|
10460
10463
|
return this.a3j_1;
|
|
10461
10464
|
};
|
|
10462
|
-
protoOf(Card_1).
|
|
10465
|
+
protoOf(Card_1).j36 = function () {
|
|
10463
10466
|
return this.b3j_1;
|
|
10464
10467
|
};
|
|
10465
|
-
protoOf(Card_1).
|
|
10468
|
+
protoOf(Card_1).b2y = function () {
|
|
10466
10469
|
var tmp0_elvis_lhs = this.c3j_1;
|
|
10467
10470
|
return tmp0_elvis_lhs == null ? this.page.cardTextColor : tmp0_elvis_lhs;
|
|
10468
10471
|
};
|
|
@@ -10486,7 +10489,7 @@
|
|
|
10486
10489
|
var element = tmp0_iterator.h();
|
|
10487
10490
|
var tmp$ret$0;
|
|
10488
10491
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.<get-contentTips>.<anonymous>' call
|
|
10489
|
-
tmp$ret$0 = element.
|
|
10492
|
+
tmp$ret$0 = element.tips;
|
|
10490
10493
|
var list = tmp$ret$0;
|
|
10491
10494
|
addAll(tmp0_flatMapTo, list);
|
|
10492
10495
|
}
|
|
@@ -10558,10 +10561,10 @@
|
|
|
10558
10561
|
var tmp = this;
|
|
10559
10562
|
tmp.d3j_1 = lazy(TractPage$Card$labelParent$delegate$lambda(this));
|
|
10560
10563
|
}
|
|
10561
|
-
defineProp(protoOf(Card_1), 'id', protoOf(Card_1).
|
|
10564
|
+
defineProp(protoOf(Card_1), 'id', protoOf(Card_1).q2u);
|
|
10562
10565
|
defineProp(protoOf(Card_1), 'visiblePosition', protoOf(Card_1).g3j);
|
|
10563
10566
|
defineProp(protoOf(Card_1), 'isLastVisibleCard', protoOf(Card_1).h3j);
|
|
10564
|
-
defineProp(protoOf(Card_1), 'backgroundImage', protoOf(Card_1).
|
|
10567
|
+
defineProp(protoOf(Card_1), 'backgroundImage', protoOf(Card_1).h36);
|
|
10565
10568
|
defineProp(protoOf(Card_1), '_content', function () {
|
|
10566
10569
|
return this.t2s();
|
|
10567
10570
|
});
|
|
@@ -10724,7 +10727,7 @@
|
|
|
10724
10727
|
};
|
|
10725
10728
|
protoOf(TractPage).p3j = function () {
|
|
10726
10729
|
var tmp0_elvis_lhs = this.o3i_1;
|
|
10727
|
-
return tmp0_elvis_lhs == null ? this.
|
|
10730
|
+
return tmp0_elvis_lhs == null ? this.b2y() : tmp0_elvis_lhs;
|
|
10728
10731
|
};
|
|
10729
10732
|
function TractPage() {
|
|
10730
10733
|
this.n3i_1 = emptyList();
|
|
@@ -10783,7 +10786,7 @@
|
|
|
10783
10786
|
var tmp = this.q3j_1;
|
|
10784
10787
|
return (tmp == null ? true : isObject(tmp)) ? tmp : THROW_CCE();
|
|
10785
10788
|
};
|
|
10786
|
-
protoOf(SetOnceProperty).
|
|
10789
|
+
protoOf(SetOnceProperty).c37 = function (thisRef, property) {
|
|
10787
10790
|
return this.r3j(isObject(thisRef) ? thisRef : THROW_CCE(), property);
|
|
10788
10791
|
};
|
|
10789
10792
|
protoOf(SetOnceProperty).s3j = function (thisRef, property, value) {
|
|
@@ -10799,7 +10802,7 @@
|
|
|
10799
10802
|
}
|
|
10800
10803
|
this.q3j_1 = value;
|
|
10801
10804
|
};
|
|
10802
|
-
protoOf(SetOnceProperty).
|
|
10805
|
+
protoOf(SetOnceProperty).o35 = function (thisRef, property, value) {
|
|
10803
10806
|
var tmp = isObject(thisRef) ? thisRef : THROW_CCE();
|
|
10804
10807
|
return this.s3j(tmp, property, (value == null ? true : isObject(value)) ? value : THROW_CCE());
|
|
10805
10808
|
};
|
|
@@ -10977,7 +10980,7 @@
|
|
|
10977
10980
|
}
|
|
10978
10981
|
return event.v3j_1;
|
|
10979
10982
|
};
|
|
10980
|
-
protoOf(SaxXmlPullParser).
|
|
10983
|
+
protoOf(SaxXmlPullParser).b3b = function () {
|
|
10981
10984
|
Companion_getInstance_59();
|
|
10982
10985
|
this.e3g(2);
|
|
10983
10986
|
var tmp0_subject = this.h();
|
|
@@ -11020,7 +11023,7 @@
|
|
|
11020
11023
|
}
|
|
11021
11024
|
return tmp;
|
|
11022
11025
|
};
|
|
11023
|
-
protoOf(SaxXmlPullParser).
|
|
11026
|
+
protoOf(SaxXmlPullParser).n2v = function (namespace, name) {
|
|
11024
11027
|
var tmp$ret$1;
|
|
11025
11028
|
// Inline function 'kotlin.takeIf' call
|
|
11026
11029
|
var tmp0_takeIf = this.z3j_1;
|
|
@@ -11287,145 +11290,183 @@
|
|
|
11287
11290
|
//region block: post-declaration
|
|
11288
11291
|
protoOf(Section).b2t = get_content;
|
|
11289
11292
|
protoOf(Section).getAnalyticsEvents = getAnalyticsEvents;
|
|
11290
|
-
protoOf(Content).
|
|
11291
|
-
protoOf(Content).
|
|
11292
|
-
protoOf(
|
|
11293
|
-
protoOf(
|
|
11294
|
-
protoOf(
|
|
11295
|
-
protoOf(
|
|
11296
|
-
protoOf(
|
|
11297
|
-
protoOf(
|
|
11293
|
+
protoOf(Content).i2t = isInvisible;
|
|
11294
|
+
protoOf(Content).j2t = isInvisibleFlow;
|
|
11295
|
+
protoOf(Content).k2t = isGone;
|
|
11296
|
+
protoOf(Content).l2t = isGoneFlow;
|
|
11297
|
+
protoOf(Accordion).i2t = isInvisible;
|
|
11298
|
+
protoOf(Accordion).j2t = isInvisibleFlow;
|
|
11299
|
+
protoOf(Accordion).k2t = isGone;
|
|
11300
|
+
protoOf(Accordion).l2t = isGoneFlow;
|
|
11301
|
+
protoOf(Animation).i2t = isInvisible;
|
|
11302
|
+
protoOf(Animation).j2t = isInvisibleFlow;
|
|
11303
|
+
protoOf(Animation).k2t = isGone;
|
|
11304
|
+
protoOf(Animation).l2t = isGoneFlow;
|
|
11305
|
+
protoOf(Button).i2t = isInvisible;
|
|
11306
|
+
protoOf(Button).j2t = isInvisibleFlow;
|
|
11307
|
+
protoOf(Button).k2t = isGone;
|
|
11308
|
+
protoOf(Button).l2t = isGoneFlow;
|
|
11298
11309
|
protoOf(Button).getAnalyticsEvents = getAnalyticsEvents;
|
|
11299
|
-
protoOf(Button).
|
|
11300
|
-
protoOf(Card).
|
|
11301
|
-
protoOf(Card).
|
|
11310
|
+
protoOf(Button).g2x = get_isClickable;
|
|
11311
|
+
protoOf(Card).i2t = isInvisible;
|
|
11312
|
+
protoOf(Card).j2t = isInvisibleFlow;
|
|
11313
|
+
protoOf(Card).k2t = isGone;
|
|
11314
|
+
protoOf(Card).l2t = isGoneFlow;
|
|
11302
11315
|
protoOf(Card).b2t = get_content;
|
|
11303
|
-
protoOf(Category).
|
|
11304
|
-
protoOf(Category).
|
|
11305
|
-
protoOf(Category).
|
|
11306
|
-
protoOf(Category).
|
|
11307
|
-
protoOf(Category).
|
|
11308
|
-
protoOf(Category).
|
|
11309
|
-
protoOf(Category).
|
|
11310
|
-
protoOf(Category).
|
|
11311
|
-
protoOf(Category).
|
|
11312
|
-
protoOf(Fallback).
|
|
11313
|
-
protoOf(Fallback).
|
|
11316
|
+
protoOf(Category).d2y = get_primaryColor;
|
|
11317
|
+
protoOf(Category).e2y = get_primaryTextColor;
|
|
11318
|
+
protoOf(Category).f2y = get_buttonStyle;
|
|
11319
|
+
protoOf(Category).f2x = get_buttonColor;
|
|
11320
|
+
protoOf(Category).g2y = get_cardBackgroundColor;
|
|
11321
|
+
protoOf(Category).h2y = get_multiselectOptionBackgroundColor;
|
|
11322
|
+
protoOf(Category).i2y = get_multiselectOptionSelectedColor;
|
|
11323
|
+
protoOf(Category).j2y = get_textScale;
|
|
11324
|
+
protoOf(Category).k2y = get_textAlign;
|
|
11325
|
+
protoOf(Fallback).i2t = isInvisible;
|
|
11326
|
+
protoOf(Fallback).j2t = isInvisibleFlow;
|
|
11327
|
+
protoOf(Fallback).k2t = isGone;
|
|
11328
|
+
protoOf(Fallback).l2t = isGoneFlow;
|
|
11314
11329
|
protoOf(Fallback).b2t = get_content;
|
|
11315
11330
|
protoOf(Item).b2t = get_content;
|
|
11316
|
-
protoOf(Item).
|
|
11317
|
-
protoOf(Item).
|
|
11318
|
-
protoOf(Flow).
|
|
11319
|
-
protoOf(Flow).
|
|
11320
|
-
protoOf(
|
|
11321
|
-
protoOf(
|
|
11331
|
+
protoOf(Item).i2t = isInvisible;
|
|
11332
|
+
protoOf(Item).k2t = isGone;
|
|
11333
|
+
protoOf(Flow).i2t = isInvisible;
|
|
11334
|
+
protoOf(Flow).j2t = isInvisibleFlow;
|
|
11335
|
+
protoOf(Flow).k2t = isGone;
|
|
11336
|
+
protoOf(Flow).l2t = isGoneFlow;
|
|
11337
|
+
protoOf(Form).i2t = isInvisible;
|
|
11338
|
+
protoOf(Form).j2t = isInvisibleFlow;
|
|
11339
|
+
protoOf(Form).k2t = isGone;
|
|
11340
|
+
protoOf(Form).l2t = isGoneFlow;
|
|
11322
11341
|
protoOf(Form).b2t = get_content;
|
|
11323
|
-
protoOf(Image).
|
|
11324
|
-
protoOf(Image).
|
|
11325
|
-
protoOf(
|
|
11326
|
-
protoOf(
|
|
11327
|
-
protoOf(
|
|
11328
|
-
protoOf(
|
|
11342
|
+
protoOf(Image).i2t = isInvisible;
|
|
11343
|
+
protoOf(Image).j2t = isInvisibleFlow;
|
|
11344
|
+
protoOf(Image).k2t = isGone;
|
|
11345
|
+
protoOf(Image).l2t = isGoneFlow;
|
|
11346
|
+
protoOf(Input).i2t = isInvisible;
|
|
11347
|
+
protoOf(Input).j2t = isInvisibleFlow;
|
|
11348
|
+
protoOf(Input).k2t = isGone;
|
|
11349
|
+
protoOf(Input).l2t = isGoneFlow;
|
|
11350
|
+
protoOf(Link).i2t = isInvisible;
|
|
11351
|
+
protoOf(Link).j2t = isInvisibleFlow;
|
|
11352
|
+
protoOf(Link).k2t = isGone;
|
|
11353
|
+
protoOf(Link).l2t = isGoneFlow;
|
|
11329
11354
|
protoOf(Link).getAnalyticsEvents = getAnalyticsEvents;
|
|
11330
|
-
protoOf(Link).
|
|
11331
|
-
protoOf(Manifest).
|
|
11332
|
-
protoOf(Manifest).
|
|
11333
|
-
protoOf(Option).
|
|
11334
|
-
protoOf(Option).
|
|
11355
|
+
protoOf(Link).g2x = get_isClickable;
|
|
11356
|
+
protoOf(Manifest).f2x = get_buttonColor;
|
|
11357
|
+
protoOf(Manifest).k2y = get_textAlign;
|
|
11358
|
+
protoOf(Option).i2t = isInvisible;
|
|
11359
|
+
protoOf(Option).j2t = isInvisibleFlow;
|
|
11360
|
+
protoOf(Option).k2t = isGone;
|
|
11361
|
+
protoOf(Option).l2t = isGoneFlow;
|
|
11335
11362
|
protoOf(Option).b2t = get_content;
|
|
11336
11363
|
protoOf(Option).getAnalyticsEvents = getAnalyticsEvents;
|
|
11337
|
-
protoOf(Multiselect).
|
|
11338
|
-
protoOf(Multiselect).
|
|
11339
|
-
protoOf(
|
|
11340
|
-
protoOf(
|
|
11364
|
+
protoOf(Multiselect).i2t = isInvisible;
|
|
11365
|
+
protoOf(Multiselect).j2t = isInvisibleFlow;
|
|
11366
|
+
protoOf(Multiselect).k2t = isGone;
|
|
11367
|
+
protoOf(Multiselect).l2t = isGoneFlow;
|
|
11368
|
+
protoOf(Paragraph).i2t = isInvisible;
|
|
11369
|
+
protoOf(Paragraph).j2t = isInvisibleFlow;
|
|
11370
|
+
protoOf(Paragraph).k2t = isGone;
|
|
11371
|
+
protoOf(Paragraph).l2t = isGoneFlow;
|
|
11341
11372
|
protoOf(Paragraph).b2t = get_content;
|
|
11342
|
-
protoOf(Spacer).
|
|
11343
|
-
protoOf(Spacer).
|
|
11344
|
-
protoOf(
|
|
11345
|
-
protoOf(
|
|
11346
|
-
protoOf(StylesOverride).
|
|
11347
|
-
protoOf(StylesOverride).
|
|
11348
|
-
protoOf(StylesOverride).
|
|
11349
|
-
protoOf(StylesOverride).
|
|
11350
|
-
protoOf(StylesOverride).
|
|
11373
|
+
protoOf(Spacer).i2t = isInvisible;
|
|
11374
|
+
protoOf(Spacer).j2t = isInvisibleFlow;
|
|
11375
|
+
protoOf(Spacer).k2t = isGone;
|
|
11376
|
+
protoOf(Spacer).l2t = isGoneFlow;
|
|
11377
|
+
protoOf(StylesOverride).d2y = get_primaryColor;
|
|
11378
|
+
protoOf(StylesOverride).e2y = get_primaryTextColor;
|
|
11379
|
+
protoOf(StylesOverride).f2y = get_buttonStyle;
|
|
11380
|
+
protoOf(StylesOverride).f2x = get_buttonColor;
|
|
11381
|
+
protoOf(StylesOverride).g2y = get_cardBackgroundColor;
|
|
11382
|
+
protoOf(StylesOverride).h2y = get_multiselectOptionBackgroundColor;
|
|
11383
|
+
protoOf(StylesOverride).i2y = get_multiselectOptionSelectedColor;
|
|
11351
11384
|
protoOf(Tab).b2t = get_content;
|
|
11352
11385
|
protoOf(Tab).getAnalyticsEvents = getAnalyticsEvents;
|
|
11353
|
-
protoOf(Tabs).
|
|
11354
|
-
protoOf(Tabs).
|
|
11355
|
-
protoOf(
|
|
11356
|
-
protoOf(
|
|
11357
|
-
protoOf(Text).
|
|
11358
|
-
protoOf(Text).
|
|
11359
|
-
protoOf(
|
|
11360
|
-
protoOf(
|
|
11361
|
-
protoOf(
|
|
11362
|
-
protoOf(
|
|
11363
|
-
protoOf(
|
|
11386
|
+
protoOf(Tabs).i2t = isInvisible;
|
|
11387
|
+
protoOf(Tabs).j2t = isInvisibleFlow;
|
|
11388
|
+
protoOf(Tabs).k2t = isGone;
|
|
11389
|
+
protoOf(Tabs).l2t = isGoneFlow;
|
|
11390
|
+
protoOf(Text).i2t = isInvisible;
|
|
11391
|
+
protoOf(Text).j2t = isInvisibleFlow;
|
|
11392
|
+
protoOf(Text).k2t = isGone;
|
|
11393
|
+
protoOf(Text).l2t = isGoneFlow;
|
|
11394
|
+
protoOf(Video).i2t = isInvisible;
|
|
11395
|
+
protoOf(Video).j2t = isInvisibleFlow;
|
|
11396
|
+
protoOf(Video).k2t = isGone;
|
|
11397
|
+
protoOf(Video).l2t = isGoneFlow;
|
|
11398
|
+
protoOf(Page).f2y = get_buttonStyle;
|
|
11399
|
+
protoOf(Page).f2x = get_buttonColor;
|
|
11400
|
+
protoOf(Page).k2y = get_textAlign;
|
|
11364
11401
|
protoOf(Page).getAnalyticsEvents = getAnalyticsEvents;
|
|
11365
|
-
protoOf(LessonPage).
|
|
11366
|
-
protoOf(LessonPage).
|
|
11367
|
-
protoOf(LessonPage).
|
|
11402
|
+
protoOf(LessonPage).f2y = get_buttonStyle;
|
|
11403
|
+
protoOf(LessonPage).f2x = get_buttonColor;
|
|
11404
|
+
protoOf(LessonPage).k2y = get_textAlign;
|
|
11368
11405
|
protoOf(LessonPage).getAnalyticsEvents = getAnalyticsEvents;
|
|
11369
11406
|
protoOf(LessonPage).b2t = get_content;
|
|
11370
11407
|
protoOf(Card_0).b2t = get_content;
|
|
11371
11408
|
protoOf(Card_0).getAnalyticsEvents = getAnalyticsEvents;
|
|
11372
|
-
protoOf(CardCollectionPage).
|
|
11373
|
-
protoOf(CardCollectionPage).
|
|
11374
|
-
protoOf(CardCollectionPage).
|
|
11409
|
+
protoOf(CardCollectionPage).f2y = get_buttonStyle;
|
|
11410
|
+
protoOf(CardCollectionPage).f2x = get_buttonColor;
|
|
11411
|
+
protoOf(CardCollectionPage).k2y = get_textAlign;
|
|
11375
11412
|
protoOf(CardCollectionPage).getAnalyticsEvents = getAnalyticsEvents;
|
|
11376
|
-
protoOf(ContentPage).
|
|
11377
|
-
protoOf(ContentPage).
|
|
11378
|
-
protoOf(ContentPage).
|
|
11413
|
+
protoOf(ContentPage).f2y = get_buttonStyle;
|
|
11414
|
+
protoOf(ContentPage).f2x = get_buttonColor;
|
|
11415
|
+
protoOf(ContentPage).k2y = get_textAlign;
|
|
11379
11416
|
protoOf(ContentPage).getAnalyticsEvents = getAnalyticsEvents;
|
|
11380
11417
|
protoOf(ContentPage).b2t = get_content;
|
|
11381
|
-
protoOf(InlineTip).
|
|
11382
|
-
protoOf(InlineTip).
|
|
11383
|
-
protoOf(
|
|
11384
|
-
protoOf(
|
|
11385
|
-
protoOf(Tip).
|
|
11386
|
-
protoOf(Tip).
|
|
11387
|
-
protoOf(Tip).
|
|
11388
|
-
protoOf(Tip).
|
|
11389
|
-
protoOf(Tip).
|
|
11418
|
+
protoOf(InlineTip).i2t = isInvisible;
|
|
11419
|
+
protoOf(InlineTip).j2t = isInvisibleFlow;
|
|
11420
|
+
protoOf(InlineTip).k2t = isGone;
|
|
11421
|
+
protoOf(InlineTip).l2t = isGoneFlow;
|
|
11422
|
+
protoOf(Tip).f2y = get_buttonStyle;
|
|
11423
|
+
protoOf(Tip).f2x = get_buttonColor;
|
|
11424
|
+
protoOf(Tip).g2y = get_cardBackgroundColor;
|
|
11425
|
+
protoOf(Tip).h2y = get_multiselectOptionBackgroundColor;
|
|
11426
|
+
protoOf(Tip).i2y = get_multiselectOptionSelectedColor;
|
|
11427
|
+
protoOf(Tip).j2y = get_textScale;
|
|
11428
|
+
protoOf(Tip).k2y = get_textAlign;
|
|
11390
11429
|
protoOf(TipPage).b2t = get_content;
|
|
11391
|
-
protoOf(Header).
|
|
11392
|
-
protoOf(Header).
|
|
11393
|
-
protoOf(Header).
|
|
11394
|
-
protoOf(Header).
|
|
11395
|
-
protoOf(Header).
|
|
11396
|
-
protoOf(Header).
|
|
11397
|
-
protoOf(Header).
|
|
11398
|
-
protoOf(Header).
|
|
11399
|
-
protoOf(Header).
|
|
11430
|
+
protoOf(Header).d2y = get_primaryColor;
|
|
11431
|
+
protoOf(Header).e2y = get_primaryTextColor;
|
|
11432
|
+
protoOf(Header).f2y = get_buttonStyle;
|
|
11433
|
+
protoOf(Header).f2x = get_buttonColor;
|
|
11434
|
+
protoOf(Header).g2y = get_cardBackgroundColor;
|
|
11435
|
+
protoOf(Header).h2y = get_multiselectOptionBackgroundColor;
|
|
11436
|
+
protoOf(Header).i2y = get_multiselectOptionSelectedColor;
|
|
11437
|
+
protoOf(Header).j2y = get_textScale;
|
|
11438
|
+
protoOf(Header).k2y = get_textAlign;
|
|
11400
11439
|
protoOf(Hero).b2t = get_content;
|
|
11401
11440
|
protoOf(Hero).getAnalyticsEvents = getAnalyticsEvents;
|
|
11402
11441
|
protoOf(Modal).b2t = get_content;
|
|
11403
|
-
protoOf(Modal).
|
|
11404
|
-
protoOf(Modal).
|
|
11405
|
-
protoOf(Modal).
|
|
11406
|
-
protoOf(Modal).
|
|
11407
|
-
protoOf(Card_1).
|
|
11408
|
-
protoOf(Card_1).
|
|
11409
|
-
protoOf(Card_1).
|
|
11410
|
-
protoOf(Card_1).
|
|
11411
|
-
protoOf(Card_1).
|
|
11412
|
-
protoOf(Card_1).
|
|
11413
|
-
protoOf(Card_1).
|
|
11414
|
-
protoOf(Card_1).
|
|
11415
|
-
protoOf(Card_1).
|
|
11442
|
+
protoOf(Modal).g2y = get_cardBackgroundColor;
|
|
11443
|
+
protoOf(Modal).h2y = get_multiselectOptionBackgroundColor;
|
|
11444
|
+
protoOf(Modal).i2y = get_multiselectOptionSelectedColor;
|
|
11445
|
+
protoOf(Modal).j2y = get_textScale;
|
|
11446
|
+
protoOf(Card_1).d2y = get_primaryColor;
|
|
11447
|
+
protoOf(Card_1).e2y = get_primaryTextColor;
|
|
11448
|
+
protoOf(Card_1).f2y = get_buttonStyle;
|
|
11449
|
+
protoOf(Card_1).f2x = get_buttonColor;
|
|
11450
|
+
protoOf(Card_1).g2y = get_cardBackgroundColor;
|
|
11451
|
+
protoOf(Card_1).h2y = get_multiselectOptionBackgroundColor;
|
|
11452
|
+
protoOf(Card_1).i2y = get_multiselectOptionSelectedColor;
|
|
11453
|
+
protoOf(Card_1).j2y = get_textScale;
|
|
11454
|
+
protoOf(Card_1).k2y = get_textAlign;
|
|
11416
11455
|
protoOf(Card_1).b2t = get_content;
|
|
11417
11456
|
protoOf(Card_1).getAnalyticsEvents = getAnalyticsEvents;
|
|
11418
|
-
protoOf(TractPage).
|
|
11419
|
-
protoOf(TractPage).
|
|
11420
|
-
protoOf(TractPage).
|
|
11457
|
+
protoOf(TractPage).f2y = get_buttonStyle;
|
|
11458
|
+
protoOf(TractPage).f2x = get_buttonColor;
|
|
11459
|
+
protoOf(TractPage).k2y = get_textAlign;
|
|
11421
11460
|
protoOf(TractPage).getAnalyticsEvents = getAnalyticsEvents;
|
|
11422
11461
|
protoOf(SaxXmlPullParser).e3g = require$default;
|
|
11423
|
-
protoOf(SaxXmlPullParser).
|
|
11462
|
+
protoOf(SaxXmlPullParser).o2t = getAttributeValue;
|
|
11424
11463
|
protoOf(JsXmlPullParser).e3g = require$default;
|
|
11425
|
-
protoOf(JsXmlPullParser).
|
|
11464
|
+
protoOf(JsXmlPullParser).o2t = getAttributeValue;
|
|
11426
11465
|
//endregion
|
|
11427
11466
|
//region block: init
|
|
11428
11467
|
XMLNS_ANALYTICS = 'https://mobile-content-api.cru.org/xmlns/analytics';
|
|
11468
|
+
SCHEMA_VERSION = 2;
|
|
11469
|
+
XMLNS_CONTENT = 'https://mobile-content-api.cru.org/xmlns/content';
|
|
11429
11470
|
XMLNS_MANIFEST = 'https://mobile-content-api.cru.org/xmlns/manifest';
|
|
11430
11471
|
XML_DISMISS_LISTENERS = 'dismiss-listeners';
|
|
11431
11472
|
XML_PRIMARY_COLOR = 'primary-color';
|
|
@@ -11434,13 +11475,11 @@
|
|
|
11434
11475
|
XML_BACKGROUND_IMAGE = 'background-image';
|
|
11435
11476
|
XML_BACKGROUND_IMAGE_GRAVITY = 'background-image-align';
|
|
11436
11477
|
XML_BACKGROUND_IMAGE_SCALE_TYPE = 'background-image-scale-type';
|
|
11437
|
-
XMLNS_CONTENT = 'https://mobile-content-api.cru.org/xmlns/content';
|
|
11438
11478
|
XML_TEXT_COLOR = 'text-color';
|
|
11439
11479
|
XML_TEXT_SCALE = 'text-scale';
|
|
11440
11480
|
XMLNS_ARTICLE = 'https://mobile-content-api.cru.org/xmlns/article';
|
|
11441
|
-
XMLNS_CYOA = 'https://mobile-content-api.cru.org/xmlns/cyoa';
|
|
11442
11481
|
XML_LISTENERS = 'listeners';
|
|
11443
|
-
|
|
11482
|
+
XMLNS_CYOA = 'https://mobile-content-api.cru.org/xmlns/cyoa';
|
|
11444
11483
|
XMLNS_LESSON = 'https://mobile-content-api.cru.org/xmlns/lesson';
|
|
11445
11484
|
XMLNS_PAGE = 'https://mobile-content-api.cru.org/xmlns/page';
|
|
11446
11485
|
XML_CONTROL_COLOR = 'control-color';
|
|
@@ -11506,6 +11545,14 @@
|
|
|
11506
11545
|
var $org$cru$godtools$shared$tool = $org$cru$godtools$shared.tool || ($org$cru$godtools$shared.tool = {});
|
|
11507
11546
|
var $org$cru$godtools$shared$tool$parser = $org$cru$godtools$shared$tool.parser || ($org$cru$godtools$shared$tool.parser = {});
|
|
11508
11547
|
var $org$cru$godtools$shared$tool$parser$model = $org$cru$godtools$shared$tool$parser.model || ($org$cru$godtools$shared$tool$parser.model = {});
|
|
11548
|
+
$org$cru$godtools$shared$tool$parser$model.Content = Content;
|
|
11549
|
+
var $org = _.org || (_.org = {});
|
|
11550
|
+
var $org$cru = $org.cru || ($org.cru = {});
|
|
11551
|
+
var $org$cru$godtools = $org$cru.godtools || ($org$cru.godtools = {});
|
|
11552
|
+
var $org$cru$godtools$shared = $org$cru$godtools.shared || ($org$cru$godtools.shared = {});
|
|
11553
|
+
var $org$cru$godtools$shared$tool = $org$cru$godtools$shared.tool || ($org$cru$godtools$shared.tool = {});
|
|
11554
|
+
var $org$cru$godtools$shared$tool$parser = $org$cru$godtools$shared$tool.parser || ($org$cru$godtools$shared$tool.parser = {});
|
|
11555
|
+
var $org$cru$godtools$shared$tool$parser$model = $org$cru$godtools$shared$tool$parser.model || ($org$cru$godtools$shared$tool$parser.model = {});
|
|
11509
11556
|
$org$cru$godtools$shared$tool$parser$model.EventId = EventId;
|
|
11510
11557
|
defineProp($org$cru$godtools$shared$tool$parser$model.EventId, 'Companion', Companion_getInstance_17);
|
|
11511
11558
|
var $org = _.org || (_.org = {});
|