@cruglobal/godtools-shared 0.9.0-PR424-SNAPSHOT.1189 → 0.9.0-PR424-SNAPSHOT.1192
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.
|
@@ -234,12 +234,12 @@
|
|
|
234
234
|
setMetadataFor(Companion_4, 'Companion', objectMeta);
|
|
235
235
|
function get_isClickable() {
|
|
236
236
|
var tmp;
|
|
237
|
-
if (!(this.
|
|
237
|
+
if (!(this.p2v() == null)) {
|
|
238
238
|
tmp = true;
|
|
239
239
|
} else {
|
|
240
240
|
var tmp$ret$0;
|
|
241
241
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
242
|
-
var tmp0_isNotEmpty = this.
|
|
242
|
+
var tmp0_isNotEmpty = this.o2v();
|
|
243
243
|
tmp$ret$0 = !tmp0_isNotEmpty.m();
|
|
244
244
|
tmp = tmp$ret$0;
|
|
245
245
|
}
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
}
|
|
270
270
|
function get_buttonColor() {
|
|
271
271
|
var tmp0_safe_receiver = this.stylesParent;
|
|
272
|
-
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
272
|
+
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.b2x();
|
|
273
273
|
}
|
|
274
274
|
function get_cardBackgroundColor() {
|
|
275
275
|
return get_cardBackgroundColor_0(this.stylesParent);
|
|
@@ -279,7 +279,7 @@
|
|
|
279
279
|
}
|
|
280
280
|
function get_multiselectOptionSelectedColor() {
|
|
281
281
|
var tmp0_safe_receiver = this.stylesParent;
|
|
282
|
-
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
282
|
+
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.e2y();
|
|
283
283
|
}
|
|
284
284
|
function get_textColor() {
|
|
285
285
|
return get_textColor_0(this.stylesParent);
|
|
@@ -414,7 +414,7 @@
|
|
|
414
414
|
return tmp;
|
|
415
415
|
}
|
|
416
416
|
function getAttributeValue(name) {
|
|
417
|
-
return this.
|
|
417
|
+
return this.m2v(null, name);
|
|
418
418
|
}
|
|
419
419
|
setMetadataFor(XmlPullParser, 'XmlPullParser', interfaceMeta);
|
|
420
420
|
setMetadataFor(SaxXmlPullParser, 'SaxXmlPullParser', classMeta, VOID, [XmlPullParser]);
|
|
@@ -1700,26 +1700,26 @@
|
|
|
1700
1700
|
Trigger_initEntries();
|
|
1701
1701
|
return Trigger_UNKNOWN_instance;
|
|
1702
1702
|
}
|
|
1703
|
-
protoOf(AnalyticsEvent).
|
|
1703
|
+
protoOf(AnalyticsEvent).p2u = function () {
|
|
1704
1704
|
var tmp0_elvis_lhs = this.v2s_1;
|
|
1705
1705
|
return tmp0_elvis_lhs == null ? this.action : tmp0_elvis_lhs;
|
|
1706
1706
|
};
|
|
1707
|
-
protoOf(AnalyticsEvent).
|
|
1707
|
+
protoOf(AnalyticsEvent).q2u = function () {
|
|
1708
1708
|
return this.action;
|
|
1709
1709
|
};
|
|
1710
|
-
protoOf(AnalyticsEvent).
|
|
1710
|
+
protoOf(AnalyticsEvent).r2u = function () {
|
|
1711
1711
|
return this.delay;
|
|
1712
1712
|
};
|
|
1713
|
-
protoOf(AnalyticsEvent).
|
|
1713
|
+
protoOf(AnalyticsEvent).s2u = function () {
|
|
1714
1714
|
return this.systems;
|
|
1715
1715
|
};
|
|
1716
|
-
protoOf(AnalyticsEvent).
|
|
1716
|
+
protoOf(AnalyticsEvent).t2u = function () {
|
|
1717
1717
|
return this.w2s_1;
|
|
1718
1718
|
};
|
|
1719
|
-
protoOf(AnalyticsEvent).
|
|
1719
|
+
protoOf(AnalyticsEvent).u2u = function () {
|
|
1720
1720
|
return this.x2s_1;
|
|
1721
1721
|
};
|
|
1722
|
-
protoOf(AnalyticsEvent).
|
|
1722
|
+
protoOf(AnalyticsEvent).v2u = function () {
|
|
1723
1723
|
return this.attributes;
|
|
1724
1724
|
};
|
|
1725
1725
|
protoOf(AnalyticsEvent).y2s = function (types) {
|
|
@@ -1729,10 +1729,10 @@
|
|
|
1729
1729
|
return this.systems.v(system);
|
|
1730
1730
|
};
|
|
1731
1731
|
protoOf(AnalyticsEvent).shouldTrigger = function (state) {
|
|
1732
|
-
return this.x2s_1 == null ? true : state.x18(this.
|
|
1732
|
+
return this.x2s_1 == null ? true : state.x18(this.p2u()) < this.x2s_1;
|
|
1733
1733
|
};
|
|
1734
1734
|
protoOf(AnalyticsEvent).recordTriggered = function (state) {
|
|
1735
|
-
return state.y18(this.
|
|
1735
|
+
return state.y18(this.p2u());
|
|
1736
1736
|
};
|
|
1737
1737
|
function AnalyticsEvent() {
|
|
1738
1738
|
Companion_getInstance_6();
|
|
@@ -1745,7 +1745,7 @@
|
|
|
1745
1745
|
});
|
|
1746
1746
|
function Companion_4() {
|
|
1747
1747
|
Companion_instance_4 = this;
|
|
1748
|
-
this.
|
|
1748
|
+
this.w2u_1 = 'animation';
|
|
1749
1749
|
}
|
|
1750
1750
|
var Companion_instance_4;
|
|
1751
1751
|
function Companion_getInstance_7() {
|
|
@@ -1760,27 +1760,27 @@
|
|
|
1760
1760
|
var tmp = get_XMLNS_CONTENT();
|
|
1761
1761
|
Companion_getInstance_7();
|
|
1762
1762
|
parser.u2r(2, tmp, 'animation');
|
|
1763
|
-
$this.
|
|
1763
|
+
$this.f2v_1 = parser.m2v(null, 'resource');
|
|
1764
1764
|
var tmp_0 = $this;
|
|
1765
|
-
var tmp0_safe_receiver = parser.
|
|
1765
|
+
var tmp0_safe_receiver = parser.m2v(null, 'loop');
|
|
1766
1766
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : toBoolean(tmp0_safe_receiver);
|
|
1767
|
-
tmp_0.
|
|
1767
|
+
tmp_0.g2v_1 = tmp1_elvis_lhs == null ? true : tmp1_elvis_lhs;
|
|
1768
1768
|
var tmp_1 = $this;
|
|
1769
|
-
var tmp2_safe_receiver = parser.
|
|
1769
|
+
var tmp2_safe_receiver = parser.m2v(null, 'autoplay');
|
|
1770
1770
|
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : toBoolean(tmp2_safe_receiver);
|
|
1771
|
-
tmp_1.
|
|
1771
|
+
tmp_1.h2v_1 = tmp3_elvis_lhs == null ? true : tmp3_elvis_lhs;
|
|
1772
1772
|
var tmp_2 = $this;
|
|
1773
1773
|
var tmp$ret$0;
|
|
1774
1774
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
1775
1775
|
var tmp0_toEventIds = parser.o2t('play-listeners');
|
|
1776
|
-
tmp$ret$0 = Companion_getInstance_17().
|
|
1777
|
-
tmp_2.
|
|
1776
|
+
tmp$ret$0 = Companion_getInstance_17().n2v(tmp0_toEventIds);
|
|
1777
|
+
tmp_2.i2v_1 = toSet_0(tmp$ret$0);
|
|
1778
1778
|
var tmp_3 = $this;
|
|
1779
1779
|
var tmp$ret$1;
|
|
1780
1780
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
1781
1781
|
var tmp1_toEventIds = parser.o2t('stop-listeners');
|
|
1782
|
-
tmp$ret$1 = Companion_getInstance_17().
|
|
1783
|
-
tmp_3.
|
|
1782
|
+
tmp$ret$1 = Companion_getInstance_17().n2v(tmp1_toEventIds);
|
|
1783
|
+
tmp_3.j2v_1 = toSet_0(tmp$ret$1);
|
|
1784
1784
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseClickableAttrs' call
|
|
1785
1785
|
// Inline function 'kotlin.contracts.contract' call
|
|
1786
1786
|
var rawUrl = parser.o2t(_get_XML_URL_$accessor$11tx9p3_lkk5sb());
|
|
@@ -1798,22 +1798,22 @@
|
|
|
1798
1798
|
var tmp$ret$2;
|
|
1799
1799
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
1800
1800
|
var tmp2_toEventIds = parser.o2t(_get_XML_EVENTS_$accessor$11tx9p3_otmgk5());
|
|
1801
|
-
tmp$ret$2 = Companion_getInstance_17().
|
|
1801
|
+
tmp$ret$2 = Companion_getInstance_17().n2v(tmp2_toEventIds);
|
|
1802
1802
|
var tmp3__anonymous__ufb84q = tmp$ret$2;
|
|
1803
|
-
$this.
|
|
1804
|
-
$this.
|
|
1803
|
+
$this.k2v_1 = tmp3__anonymous__ufb84q;
|
|
1804
|
+
$this.l2v_1 = uri;
|
|
1805
1805
|
skipTag(parser);
|
|
1806
1806
|
return $this;
|
|
1807
1807
|
}
|
|
1808
1808
|
function Animation_init_$Create$(parent, parser) {
|
|
1809
1809
|
return Animation_init_$Init$(parent, parser, objectCreate(protoOf(Animation)));
|
|
1810
1810
|
}
|
|
1811
|
+
protoOf(Animation).o2v = function () {
|
|
1812
|
+
return this.k2v_1;
|
|
1813
|
+
};
|
|
1811
1814
|
protoOf(Animation).p2v = function () {
|
|
1812
1815
|
return this.l2v_1;
|
|
1813
1816
|
};
|
|
1814
|
-
protoOf(Animation).q2v = function () {
|
|
1815
|
-
return this.m2v_1;
|
|
1816
|
-
};
|
|
1817
1817
|
protoOf(Animation).i2s = function () {
|
|
1818
1818
|
var tmp;
|
|
1819
1819
|
var tmp_0 = this.a2p().q2t_1;
|
|
@@ -1831,7 +1831,7 @@
|
|
|
1831
1831
|
function Companion_5() {
|
|
1832
1832
|
Companion_instance_5 = this;
|
|
1833
1833
|
}
|
|
1834
|
-
protoOf(Companion_5).
|
|
1834
|
+
protoOf(Companion_5).q2v = function (_this__u8e3s4) {
|
|
1835
1835
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
1836
1836
|
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : split(tmp0_safe_receiver, charArrayOf([_Char___init__impl__6a9atx(58)]));
|
|
1837
1837
|
var tmp;
|
|
@@ -1890,15 +1890,15 @@
|
|
|
1890
1890
|
}
|
|
1891
1891
|
function AspectRatio(width, height) {
|
|
1892
1892
|
Companion_getInstance_8();
|
|
1893
|
-
this.
|
|
1894
|
-
this.
|
|
1893
|
+
this.r2v_1 = width;
|
|
1894
|
+
this.s2v_1 = height;
|
|
1895
1895
|
}
|
|
1896
1896
|
protoOf(AspectRatio).toString = function () {
|
|
1897
|
-
return 'AspectRatio(width=' + this.
|
|
1897
|
+
return 'AspectRatio(width=' + this.r2v_1 + ', height=' + this.s2v_1 + ')';
|
|
1898
1898
|
};
|
|
1899
1899
|
protoOf(AspectRatio).hashCode = function () {
|
|
1900
|
-
var result = this.
|
|
1901
|
-
result = imul(result, 31) + this.
|
|
1900
|
+
var result = this.r2v_1;
|
|
1901
|
+
result = imul(result, 31) + this.s2v_1 | 0;
|
|
1902
1902
|
return result;
|
|
1903
1903
|
};
|
|
1904
1904
|
protoOf(AspectRatio).equals = function (other) {
|
|
@@ -1907,16 +1907,16 @@
|
|
|
1907
1907
|
if (!(other instanceof AspectRatio))
|
|
1908
1908
|
return false;
|
|
1909
1909
|
var tmp0_other_with_cast = other instanceof AspectRatio ? other : THROW_CCE();
|
|
1910
|
-
if (!(this.
|
|
1910
|
+
if (!(this.r2v_1 === tmp0_other_with_cast.r2v_1))
|
|
1911
1911
|
return false;
|
|
1912
|
-
if (!(this.
|
|
1912
|
+
if (!(this.s2v_1 === tmp0_other_with_cast.s2v_1))
|
|
1913
1913
|
return false;
|
|
1914
1914
|
return true;
|
|
1915
1915
|
};
|
|
1916
1916
|
function Base() {
|
|
1917
1917
|
}
|
|
1918
1918
|
function getResource(_this__u8e3s4, name) {
|
|
1919
|
-
return _this__u8e3s4.manifest.
|
|
1919
|
+
return _this__u8e3s4.manifest.t2v(name);
|
|
1920
1920
|
}
|
|
1921
1921
|
function get_manifest(_this__u8e3s4) {
|
|
1922
1922
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
@@ -1969,9 +1969,9 @@
|
|
|
1969
1969
|
var Type_UNKNOWN_instance;
|
|
1970
1970
|
function Companion_6() {
|
|
1971
1971
|
Companion_instance_6 = this;
|
|
1972
|
-
this.
|
|
1972
|
+
this.u2v_1 = Type_UNKNOWN_getInstance();
|
|
1973
1973
|
}
|
|
1974
|
-
protoOf(Companion_6).
|
|
1974
|
+
protoOf(Companion_6).v2v = function (_this__u8e3s4) {
|
|
1975
1975
|
var tmp0_subject = _this__u8e3s4;
|
|
1976
1976
|
switch (tmp0_subject) {
|
|
1977
1977
|
case 'event':
|
|
@@ -2005,7 +2005,7 @@
|
|
|
2005
2005
|
function Companion_7() {
|
|
2006
2006
|
Companion_instance_7 = this;
|
|
2007
2007
|
}
|
|
2008
|
-
protoOf(Companion_7).
|
|
2008
|
+
protoOf(Companion_7).w2v = function (_this__u8e3s4) {
|
|
2009
2009
|
var tmp0_subject = _this__u8e3s4;
|
|
2010
2010
|
switch (tmp0_subject) {
|
|
2011
2011
|
case 'contained':
|
|
@@ -2035,12 +2035,12 @@
|
|
|
2035
2035
|
}
|
|
2036
2036
|
function Companion_8() {
|
|
2037
2037
|
Companion_instance_8 = this;
|
|
2038
|
-
this.
|
|
2039
|
-
this.
|
|
2040
|
-
this.
|
|
2041
|
-
this.
|
|
2042
|
-
this.
|
|
2043
|
-
this.
|
|
2038
|
+
this.x2v_1 = 'button';
|
|
2039
|
+
this.y2v_1 = Horizontal_CENTER_getInstance();
|
|
2040
|
+
this.z2v_1 = new Percent(1.0);
|
|
2041
|
+
this.a2w_1 = get_TRANSPARENT();
|
|
2042
|
+
this.b2w_1 = Horizontal_START_getInstance();
|
|
2043
|
+
this.c2w_1 = 18;
|
|
2044
2044
|
}
|
|
2045
2045
|
var Companion_instance_8;
|
|
2046
2046
|
function Companion_getInstance_11() {
|
|
@@ -2052,7 +2052,7 @@
|
|
|
2052
2052
|
var tmp$ret$0;
|
|
2053
2053
|
// Inline function 'kotlin.getValue' call
|
|
2054
2054
|
var tmp0_getValue = defaultTextStyles$factory();
|
|
2055
|
-
tmp$ret$0 = $this.
|
|
2055
|
+
tmp$ret$0 = $this.v2w_1.o1();
|
|
2056
2056
|
return tmp$ret$0;
|
|
2057
2057
|
}
|
|
2058
2058
|
function Button_init_$Init$(parent, parser, $this) {
|
|
@@ -2062,7 +2062,7 @@
|
|
|
2062
2062
|
var tmp = get_XMLNS_CONTENT();
|
|
2063
2063
|
Companion_getInstance_11();
|
|
2064
2064
|
parser.u2r(2, tmp, 'button');
|
|
2065
|
-
var type = Companion_getInstance_9().
|
|
2065
|
+
var type = Companion_getInstance_9().v2v(parser.o2t('type'));
|
|
2066
2066
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseClickableAttrs' call
|
|
2067
2067
|
// Inline function 'kotlin.contracts.contract' call
|
|
2068
2068
|
var rawUrl = parser.o2t(_get_XML_URL_$accessor$11tx9p3_lkk5sb());
|
|
@@ -2080,19 +2080,19 @@
|
|
|
2080
2080
|
var tmp$ret$0;
|
|
2081
2081
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
2082
2082
|
var tmp0_toEventIds = parser.o2t(_get_XML_EVENTS_$accessor$11tx9p3_otmgk5());
|
|
2083
|
-
tmp$ret$0 = Companion_getInstance_17().
|
|
2083
|
+
tmp$ret$0 = Companion_getInstance_17().n2v(tmp0_toEventIds);
|
|
2084
2084
|
var tmp1__anonymous__uwfjfc = tmp$ret$0;
|
|
2085
|
-
$this.
|
|
2086
|
-
$this.
|
|
2085
|
+
$this.l2w_1 = (type == null ? true : equals(type, Type_EVENT_getInstance())) ? tmp1__anonymous__uwfjfc : emptyList();
|
|
2086
|
+
$this.m2w_1 = (type == null ? true : equals(type, Type_URL_getInstance())) ? uri : null;
|
|
2087
2087
|
var tmp_1 = $this;
|
|
2088
2088
|
var tmp0_safe_receiver_0 = parser.o2t('style');
|
|
2089
|
-
tmp_1.
|
|
2089
|
+
tmp_1.n2w_1 = tmp0_safe_receiver_0 == null ? null : Companion_getInstance_10().w2v(tmp0_safe_receiver_0);
|
|
2090
2090
|
var tmp_2 = $this;
|
|
2091
|
-
var tmp1_safe_receiver = Companion_getInstance_22().
|
|
2091
|
+
var tmp1_safe_receiver = Companion_getInstance_22().y2w(parser.o2t('gravity'));
|
|
2092
2092
|
var tmp2_elvis_lhs = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.horizontal;
|
|
2093
|
-
tmp_2.
|
|
2093
|
+
tmp_2.o2w_1 = tmp2_elvis_lhs == null ? Companion_getInstance_11().y2v_1 : tmp2_elvis_lhs;
|
|
2094
2094
|
var tmp_3 = $this;
|
|
2095
|
-
var tmp3_safe_receiver = Companion_getInstance_16().
|
|
2095
|
+
var tmp3_safe_receiver = Companion_getInstance_16().z2w(parser.o2t('width'));
|
|
2096
2096
|
var tmp_4;
|
|
2097
2097
|
if (tmp3_safe_receiver == null) {
|
|
2098
2098
|
tmp_4 = null;
|
|
@@ -2113,19 +2113,19 @@
|
|
|
2113
2113
|
tmp_4 = tmp$ret$2;
|
|
2114
2114
|
}
|
|
2115
2115
|
var tmp4_elvis_lhs = tmp_4;
|
|
2116
|
-
tmp_3.
|
|
2116
|
+
tmp_3.p2w_1 = tmp4_elvis_lhs == null ? Companion_getInstance_11().z2v_1 : tmp4_elvis_lhs;
|
|
2117
2117
|
var tmp_6 = $this;
|
|
2118
2118
|
var tmp5_safe_receiver = parser.o2t('color');
|
|
2119
|
-
tmp_6.
|
|
2119
|
+
tmp_6.q2w_1 = tmp5_safe_receiver == null ? null : toColorOrNull(tmp5_safe_receiver);
|
|
2120
2120
|
var tmp_7 = $this;
|
|
2121
2121
|
var tmp6_safe_receiver = parser.o2t(get_XML_BACKGROUND_COLOR());
|
|
2122
2122
|
var tmp7_elvis_lhs = tmp6_safe_receiver == null ? null : toColorOrNull(tmp6_safe_receiver);
|
|
2123
|
-
tmp_7.
|
|
2124
|
-
$this.
|
|
2123
|
+
tmp_7.r2w_1 = tmp7_elvis_lhs == null ? Companion_getInstance_11().a2w_1 : tmp7_elvis_lhs;
|
|
2124
|
+
$this.s2w_1 = parser.o2t('icon');
|
|
2125
2125
|
var tmp_8 = $this;
|
|
2126
|
-
var tmp8_safe_receiver = Companion_getInstance_22().
|
|
2126
|
+
var tmp8_safe_receiver = Companion_getInstance_22().y2w(parser.o2t('icon-gravity'));
|
|
2127
2127
|
var tmp9_elvis_lhs = tmp8_safe_receiver == null ? null : tmp8_safe_receiver.horizontal;
|
|
2128
|
-
tmp_8.
|
|
2128
|
+
tmp_8.u2w_1 = tmp9_elvis_lhs == null ? Companion_getInstance_11().b2w_1 : tmp9_elvis_lhs;
|
|
2129
2129
|
var tmp_9 = $this;
|
|
2130
2130
|
var tmp10_safe_receiver = parser.o2t('icon-size');
|
|
2131
2131
|
var tmp11_elvis_lhs = tmp10_safe_receiver == null ? null : toIntOrNull(tmp10_safe_receiver);
|
|
@@ -2136,20 +2136,20 @@
|
|
|
2136
2136
|
} else {
|
|
2137
2137
|
tmp_10 = tmp11_elvis_lhs;
|
|
2138
2138
|
}
|
|
2139
|
-
tmp_9.
|
|
2139
|
+
tmp_9.t2w_1 = tmp_10;
|
|
2140
2140
|
var tmp_11 = $this;
|
|
2141
2141
|
var tmp$ret$3;
|
|
2142
2142
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
2143
2143
|
tmp$ret$3 = ArrayList_init_$Create$();
|
|
2144
|
-
tmp_11.
|
|
2144
|
+
tmp_11.x2w_1 = tmp$ret$3;
|
|
2145
2145
|
var tmp_12 = $this;
|
|
2146
2146
|
var tmp_13 = _get_defaultTextStyles__fjozb5($this);
|
|
2147
2147
|
var tmp_14 = get_XMLNS_CONTENT();
|
|
2148
2148
|
Companion_getInstance_11();
|
|
2149
2149
|
var tmp12_elvis_lhs = parseTextChild(parser, tmp_13, tmp_14, 'button', Button$_init_$lambda_iw8cbr(parser, $this));
|
|
2150
|
-
tmp_12.
|
|
2150
|
+
tmp_12.w2w_1 = tmp12_elvis_lhs == null ? createTestText(_get_defaultTextStyles__fjozb5($this)) : tmp12_elvis_lhs;
|
|
2151
2151
|
// Inline function 'kotlin.collections.forEach' call
|
|
2152
|
-
var tmp2_forEach = $this.
|
|
2152
|
+
var tmp2_forEach = $this.x2w_1;
|
|
2153
2153
|
var tmp0_iterator = tmp2_forEach.f();
|
|
2154
2154
|
while (tmp0_iterator.g()) {
|
|
2155
2155
|
var element = tmp0_iterator.h();
|
|
@@ -2175,7 +2175,7 @@
|
|
|
2175
2175
|
}
|
|
2176
2176
|
function Button$defaultTextStyles$delegate$lambda$lambda_0(this$0) {
|
|
2177
2177
|
return function () {
|
|
2178
|
-
var tmp0_subject = this$0.
|
|
2178
|
+
var tmp0_subject = this$0.a2x();
|
|
2179
2179
|
var tmp0 = tmp0_subject.d4_1;
|
|
2180
2180
|
var tmp;
|
|
2181
2181
|
switch (tmp0) {
|
|
@@ -2184,7 +2184,7 @@
|
|
|
2184
2184
|
tmp = get_primaryTextColor_0(this$0.a2t());
|
|
2185
2185
|
break;
|
|
2186
2186
|
case 1:
|
|
2187
|
-
tmp = this$0.
|
|
2187
|
+
tmp = this$0.b2x();
|
|
2188
2188
|
break;
|
|
2189
2189
|
default:
|
|
2190
2190
|
noWhenBranchMatchedException();
|
|
@@ -2209,7 +2209,7 @@
|
|
|
2209
2209
|
Companion_getInstance_6();
|
|
2210
2210
|
if (tmp1_subject === 'events') {
|
|
2211
2211
|
var tmp2_this = this$0;
|
|
2212
|
-
var tmp0_plusAssign = tmp2_this.
|
|
2212
|
+
var tmp0_plusAssign = tmp2_this.x2w_1;
|
|
2213
2213
|
var tmp1_plusAssign = Companion_getInstance_6().y2r($parser, this$0);
|
|
2214
2214
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
2215
2215
|
tmp_0 = Unit_getInstance();
|
|
@@ -2243,18 +2243,18 @@
|
|
|
2243
2243
|
Style_initEntries();
|
|
2244
2244
|
return Style_UNKNOWN_instance;
|
|
2245
2245
|
}
|
|
2246
|
+
protoOf(Button).o2v = function () {
|
|
2247
|
+
return this.l2w_1;
|
|
2248
|
+
};
|
|
2246
2249
|
protoOf(Button).p2v = function () {
|
|
2247
2250
|
return this.m2w_1;
|
|
2248
2251
|
};
|
|
2249
|
-
protoOf(Button).
|
|
2250
|
-
|
|
2251
|
-
};
|
|
2252
|
-
protoOf(Button).b2x = function () {
|
|
2253
|
-
var tmp0_elvis_lhs = this.o2w_1;
|
|
2252
|
+
protoOf(Button).a2x = function () {
|
|
2253
|
+
var tmp0_elvis_lhs = this.n2w_1;
|
|
2254
2254
|
return tmp0_elvis_lhs == null ? get_buttonStyle_0(this.a2t()) : tmp0_elvis_lhs;
|
|
2255
2255
|
};
|
|
2256
|
-
protoOf(Button).
|
|
2257
|
-
var tmp0_elvis_lhs = this.
|
|
2256
|
+
protoOf(Button).b2x = function () {
|
|
2257
|
+
var tmp0_elvis_lhs = this.q2w_1;
|
|
2258
2258
|
var tmp;
|
|
2259
2259
|
if (tmp0_elvis_lhs == null) {
|
|
2260
2260
|
var tmp$ret$1;
|
|
@@ -2264,7 +2264,7 @@
|
|
|
2264
2264
|
var tmp$ret$0;
|
|
2265
2265
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Button.<get-buttonColor>.<anonymous>' call
|
|
2266
2266
|
var tmp0_safe_receiver = tmp0_let;
|
|
2267
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
2267
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.b2x();
|
|
2268
2268
|
tmp$ret$0 = tmp1_elvis_lhs == null ? get_primaryColor_0(tmp0_let) : tmp1_elvis_lhs;
|
|
2269
2269
|
tmp$ret$1 = tmp$ret$0;
|
|
2270
2270
|
tmp = tmp$ret$1;
|
|
@@ -2274,7 +2274,7 @@
|
|
|
2274
2274
|
return tmp;
|
|
2275
2275
|
};
|
|
2276
2276
|
protoOf(Button).i2s = function () {
|
|
2277
|
-
return (protoOf(Content).i2s.call(this) ? true : !this.
|
|
2277
|
+
return (protoOf(Content).i2s.call(this) ? true : !this.c2x()) ? true : this.a2x().equals(Style_UNKNOWN_getInstance());
|
|
2278
2278
|
};
|
|
2279
2279
|
protoOf(Button)._getAnalyticsEvents = function (type) {
|
|
2280
2280
|
var tmp0_subject = type;
|
|
@@ -2283,7 +2283,7 @@
|
|
|
2283
2283
|
if (tmp0 === 3) {
|
|
2284
2284
|
var tmp$ret$2;
|
|
2285
2285
|
// Inline function 'kotlin.collections.filter' call
|
|
2286
|
-
var tmp1_filter = this.
|
|
2286
|
+
var tmp1_filter = this.x2w_1;
|
|
2287
2287
|
var tmp$ret$1;
|
|
2288
2288
|
// Inline function 'kotlin.collections.filterTo' call
|
|
2289
2289
|
var tmp0_filterTo = ArrayList_init_$Create$();
|
|
@@ -2309,7 +2309,7 @@
|
|
|
2309
2309
|
function Button() {
|
|
2310
2310
|
Companion_getInstance_11();
|
|
2311
2311
|
var tmp = this;
|
|
2312
|
-
tmp.
|
|
2312
|
+
tmp.v2w_1 = lazy(Button$defaultTextStyles$delegate$lambda(this));
|
|
2313
2313
|
}
|
|
2314
2314
|
function defaultTextStyles$factory() {
|
|
2315
2315
|
return getPropertyCallableRef('defaultTextStyles', 1, KProperty1, function (receiver) {
|
|
@@ -2318,8 +2318,8 @@
|
|
|
2318
2318
|
}
|
|
2319
2319
|
function Companion_9() {
|
|
2320
2320
|
Companion_instance_9 = this;
|
|
2321
|
-
this.
|
|
2322
|
-
this.
|
|
2321
|
+
this.d2x_1 = 'card';
|
|
2322
|
+
this.e2x_1 = 'card-background-color';
|
|
2323
2323
|
}
|
|
2324
2324
|
var Companion_instance_9;
|
|
2325
2325
|
function Companion_getInstance_12() {
|
|
@@ -2334,7 +2334,7 @@
|
|
|
2334
2334
|
var tmp = get_XMLNS_CONTENT();
|
|
2335
2335
|
Companion_getInstance_12();
|
|
2336
2336
|
parser.u2r(2, tmp, 'card');
|
|
2337
|
-
$this.
|
|
2337
|
+
$this.n2x_1 = toColorOrNull(parser.o2t(get_XML_BACKGROUND_COLOR()));
|
|
2338
2338
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseClickableAttrs' call
|
|
2339
2339
|
// Inline function 'kotlin.contracts.contract' call
|
|
2340
2340
|
var rawUrl = parser.o2t(_get_XML_URL_$accessor$11tx9p3_lkk5sb());
|
|
@@ -2352,10 +2352,10 @@
|
|
|
2352
2352
|
var tmp$ret$0;
|
|
2353
2353
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
2354
2354
|
var tmp0_toEventIds = parser.o2t(_get_XML_EVENTS_$accessor$11tx9p3_otmgk5());
|
|
2355
|
-
tmp$ret$0 = Companion_getInstance_17().
|
|
2355
|
+
tmp$ret$0 = Companion_getInstance_17().n2v(tmp0_toEventIds);
|
|
2356
2356
|
var tmp1__anonymous__uwfjfc = tmp$ret$0;
|
|
2357
|
-
$this.
|
|
2358
|
-
$this.
|
|
2357
|
+
$this.p2x_1 = tmp1__anonymous__uwfjfc;
|
|
2358
|
+
$this.q2x_1 = uri;
|
|
2359
2359
|
var tmp_1 = $this;
|
|
2360
2360
|
var tmp$ret$9;
|
|
2361
2361
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseContent' call
|
|
@@ -2435,21 +2435,21 @@
|
|
|
2435
2435
|
tmp$ret$7 = tmp$ret$6.u7();
|
|
2436
2436
|
tmp$ret$8 = tmp$ret$7;
|
|
2437
2437
|
tmp$ret$9 = tmp$ret$8;
|
|
2438
|
-
tmp_1.
|
|
2438
|
+
tmp_1.o2x_1 = tmp$ret$9;
|
|
2439
2439
|
return $this;
|
|
2440
2440
|
}
|
|
2441
2441
|
function Card_init_$Create$(parent, parser) {
|
|
2442
2442
|
return Card_init_$Init$(parent, parser, objectCreate(protoOf(Card)));
|
|
2443
2443
|
}
|
|
2444
2444
|
protoOf(Card).t2s = function () {
|
|
2445
|
+
return this.o2x_1;
|
|
2446
|
+
};
|
|
2447
|
+
protoOf(Card).o2v = function () {
|
|
2445
2448
|
return this.p2x_1;
|
|
2446
2449
|
};
|
|
2447
2450
|
protoOf(Card).p2v = function () {
|
|
2448
2451
|
return this.q2x_1;
|
|
2449
2452
|
};
|
|
2450
|
-
protoOf(Card).q2v = function () {
|
|
2451
|
-
return this.r2x_1;
|
|
2452
|
-
};
|
|
2453
2453
|
protoOf(Card).i2s = function () {
|
|
2454
2454
|
var tmp;
|
|
2455
2455
|
var tmp_0 = this.a2p().q2t_1;
|
|
@@ -2472,7 +2472,7 @@
|
|
|
2472
2472
|
});
|
|
2473
2473
|
function Companion_10() {
|
|
2474
2474
|
Companion_instance_10 = this;
|
|
2475
|
-
this.
|
|
2475
|
+
this.r2x_1 = 'category';
|
|
2476
2476
|
}
|
|
2477
2477
|
var Companion_instance_10;
|
|
2478
2478
|
function Companion_getInstance_13() {
|
|
@@ -2487,8 +2487,8 @@
|
|
|
2487
2487
|
var tmp = get_XMLNS_MANIFEST();
|
|
2488
2488
|
Companion_getInstance_13();
|
|
2489
2489
|
parser.u2r(2, tmp, 'category');
|
|
2490
|
-
$this.
|
|
2491
|
-
$this.
|
|
2490
|
+
$this.t2x_1 = parser.o2t('id');
|
|
2491
|
+
$this.w2x_1 = parser.o2t('banner');
|
|
2492
2492
|
var label = null;
|
|
2493
2493
|
var tmp_0 = $this;
|
|
2494
2494
|
var tmp$ret$4;
|
|
@@ -2544,15 +2544,15 @@
|
|
|
2544
2544
|
tmp$ret$2 = tmp0_apply;
|
|
2545
2545
|
tmp$ret$3 = tmp$ret$2.u7();
|
|
2546
2546
|
tmp$ret$4 = tmp$ret$3;
|
|
2547
|
-
tmp_0.
|
|
2548
|
-
$this.
|
|
2547
|
+
tmp_0.v2x_1 = tmp$ret$4;
|
|
2548
|
+
$this.u2x_1 = label;
|
|
2549
2549
|
return $this;
|
|
2550
2550
|
}
|
|
2551
2551
|
function Category_init_$Create$(manifest, parser) {
|
|
2552
2552
|
return Category_init_$Init$(manifest, parser, objectCreate(protoOf(Category)));
|
|
2553
2553
|
}
|
|
2554
|
-
protoOf(Category).
|
|
2555
|
-
return this.a2p().
|
|
2554
|
+
protoOf(Category).x2x = function () {
|
|
2555
|
+
return this.a2p().y2x();
|
|
2556
2556
|
};
|
|
2557
2557
|
function Category() {
|
|
2558
2558
|
Companion_getInstance_13();
|
|
@@ -2664,7 +2664,7 @@
|
|
|
2664
2664
|
BaseModel.call($this, parent);
|
|
2665
2665
|
Content.call($this);
|
|
2666
2666
|
var tmp = $this;
|
|
2667
|
-
var tmp0_safe_receiver = parser.
|
|
2667
|
+
var tmp0_safe_receiver = parser.m2v(null, 'version');
|
|
2668
2668
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : toIntOrNull(tmp0_safe_receiver);
|
|
2669
2669
|
tmp.b2s_1 = tmp1_elvis_lhs == null ? get_SCHEMA_VERSION() : tmp1_elvis_lhs;
|
|
2670
2670
|
var tmp_0 = $this;
|
|
@@ -2714,16 +2714,16 @@
|
|
|
2714
2714
|
tmp_0.c2s_1 = tmp$ret$5;
|
|
2715
2715
|
var tmp_3 = $this;
|
|
2716
2716
|
var tmp4_safe_receiver = parser.o2t('required-device-type');
|
|
2717
|
-
var tmp6_elvis_lhs = tmp4_safe_receiver == null ? null : Companion_getInstance_15().
|
|
2717
|
+
var tmp6_elvis_lhs = tmp4_safe_receiver == null ? null : Companion_getInstance_15().i2y(tmp4_safe_receiver);
|
|
2718
2718
|
var tmp_4;
|
|
2719
2719
|
if (tmp6_elvis_lhs == null) {
|
|
2720
2720
|
var tmp5_safe_receiver = parser.o2t('restrictTo');
|
|
2721
|
-
tmp_4 = tmp5_safe_receiver == null ? null : Companion_getInstance_15().
|
|
2721
|
+
tmp_4 = tmp5_safe_receiver == null ? null : Companion_getInstance_15().i2y(tmp5_safe_receiver);
|
|
2722
2722
|
} else {
|
|
2723
2723
|
tmp_4 = tmp6_elvis_lhs;
|
|
2724
2724
|
}
|
|
2725
2725
|
var tmp7_elvis_lhs = tmp_4;
|
|
2726
|
-
tmp_3.d2s_1 = tmp7_elvis_lhs == null ? Companion_getInstance_15().
|
|
2726
|
+
tmp_3.d2s_1 = tmp7_elvis_lhs == null ? Companion_getInstance_15().h2y_1 : tmp7_elvis_lhs;
|
|
2727
2727
|
var tmp_5 = $this;
|
|
2728
2728
|
var tmp8_safe_receiver = parser.o2t('required-android-version');
|
|
2729
2729
|
var tmp_6;
|
|
@@ -2735,7 +2735,7 @@
|
|
|
2735
2735
|
// Inline function 'kotlin.contracts.contract' call
|
|
2736
2736
|
var tmp$ret$6;
|
|
2737
2737
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Content.<init>.<anonymous>' call
|
|
2738
|
-
var tmp0_elvis_lhs_0 = Companion_getInstance_42().
|
|
2738
|
+
var tmp0_elvis_lhs_0 = Companion_getInstance_42().j2y(tmp8_safe_receiver);
|
|
2739
2739
|
var tmp_7;
|
|
2740
2740
|
var tmp_8 = tmp0_elvis_lhs_0;
|
|
2741
2741
|
if ((tmp_8 == null ? null : new Version(tmp_8)) == null) {
|
|
@@ -2759,7 +2759,7 @@
|
|
|
2759
2759
|
// Inline function 'kotlin.contracts.contract' call
|
|
2760
2760
|
var tmp$ret$8;
|
|
2761
2761
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Content.<init>.<anonymous>' call
|
|
2762
|
-
var tmp0_elvis_lhs_1 = Companion_getInstance_42().
|
|
2762
|
+
var tmp0_elvis_lhs_1 = Companion_getInstance_42().j2y(tmp9_safe_receiver);
|
|
2763
2763
|
var tmp_11;
|
|
2764
2764
|
var tmp_12 = tmp0_elvis_lhs_1;
|
|
2765
2765
|
if ((tmp_12 == null ? null : new Version(tmp_12)) == null) {
|
|
@@ -2785,7 +2785,7 @@
|
|
|
2785
2785
|
parent = parent === VOID ? createTestManifest() : parent;
|
|
2786
2786
|
version = version === VOID ? get_SCHEMA_VERSION() : version;
|
|
2787
2787
|
requiredFeatures = requiredFeatures === VOID ? emptySet() : requiredFeatures;
|
|
2788
|
-
requiredDeviceType = requiredDeviceType === VOID ? Companion_getInstance_15().
|
|
2788
|
+
requiredDeviceType = requiredDeviceType === VOID ? Companion_getInstance_15().h2y_1 : requiredDeviceType;
|
|
2789
2789
|
requiredAndroidVersion = requiredAndroidVersion === VOID ? null : requiredAndroidVersion;
|
|
2790
2790
|
requiredIosVersion = requiredIosVersion === VOID ? null : requiredIosVersion;
|
|
2791
2791
|
invisibleIf = invisibleIf === VOID ? null : invisibleIf;
|
|
@@ -3093,9 +3093,9 @@
|
|
|
3093
3093
|
var DeviceType_UNKNOWN_instance;
|
|
3094
3094
|
function Companion_12() {
|
|
3095
3095
|
Companion_instance_12 = this;
|
|
3096
|
-
this.
|
|
3096
|
+
this.h2y_1 = toSet(values_1());
|
|
3097
3097
|
}
|
|
3098
|
-
protoOf(Companion_12).
|
|
3098
|
+
protoOf(Companion_12).i2y = function (_this__u8e3s4) {
|
|
3099
3099
|
var tmp$ret$2;
|
|
3100
3100
|
// Inline function 'kotlin.collections.mapTo' call
|
|
3101
3101
|
var tmp0_mapTo = get_REGEX_SEQUENCE_SEPARATOR().ec(_this__u8e3s4);
|
|
@@ -3172,7 +3172,7 @@
|
|
|
3172
3172
|
function Companion_13() {
|
|
3173
3173
|
Companion_instance_13 = this;
|
|
3174
3174
|
}
|
|
3175
|
-
protoOf(Companion_13).
|
|
3175
|
+
protoOf(Companion_13).z2w = function (_this__u8e3s4) {
|
|
3176
3176
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
3177
3177
|
var tmp;
|
|
3178
3178
|
if (tmp0_safe_receiver == null) {
|
|
@@ -3251,12 +3251,12 @@
|
|
|
3251
3251
|
protoOf(Percent).s2 = function () {
|
|
3252
3252
|
return this.value;
|
|
3253
3253
|
};
|
|
3254
|
-
protoOf(Percent).
|
|
3254
|
+
protoOf(Percent).t2y = function (value) {
|
|
3255
3255
|
return new Percent(value);
|
|
3256
3256
|
};
|
|
3257
3257
|
protoOf(Percent).copy = function (value, $super) {
|
|
3258
3258
|
value = value === VOID ? this.value : value;
|
|
3259
|
-
return this.
|
|
3259
|
+
return this.t2y(value);
|
|
3260
3260
|
};
|
|
3261
3261
|
protoOf(Percent).toString = function () {
|
|
3262
3262
|
return 'Percent(value=' + this.value + ')';
|
|
@@ -3284,12 +3284,12 @@
|
|
|
3284
3284
|
protoOf(Pixels).s2 = function () {
|
|
3285
3285
|
return this.value;
|
|
3286
3286
|
};
|
|
3287
|
-
protoOf(Pixels).
|
|
3287
|
+
protoOf(Pixels).u2y = function (value) {
|
|
3288
3288
|
return new Pixels(value);
|
|
3289
3289
|
};
|
|
3290
3290
|
protoOf(Pixels).copy = function (value, $super) {
|
|
3291
3291
|
value = value === VOID ? this.value : value;
|
|
3292
|
-
return this.
|
|
3292
|
+
return this.u2y(value);
|
|
3293
3293
|
};
|
|
3294
3294
|
protoOf(Pixels).toString = function () {
|
|
3295
3295
|
return 'Pixels(value=' + this.value + ')';
|
|
@@ -3323,10 +3323,10 @@
|
|
|
3323
3323
|
Companion_instance_14 = this;
|
|
3324
3324
|
this.FOLLOWUP = new EventId('followup', 'send');
|
|
3325
3325
|
}
|
|
3326
|
-
protoOf(Companion_14).
|
|
3326
|
+
protoOf(Companion_14).v2y = function () {
|
|
3327
3327
|
return this.FOLLOWUP;
|
|
3328
3328
|
};
|
|
3329
|
-
protoOf(Companion_14).
|
|
3329
|
+
protoOf(Companion_14).n2v = function (raw) {
|
|
3330
3330
|
var tmp$ret$6;
|
|
3331
3331
|
// Inline function 'kotlin.collections.orEmpty' call
|
|
3332
3332
|
var tmp0_safe_receiver = raw;
|
|
@@ -3469,7 +3469,7 @@
|
|
|
3469
3469
|
};
|
|
3470
3470
|
function Companion_15() {
|
|
3471
3471
|
Companion_instance_15 = this;
|
|
3472
|
-
this.
|
|
3472
|
+
this.w2y_1 = 'fallback';
|
|
3473
3473
|
}
|
|
3474
3474
|
var Companion_instance_15;
|
|
3475
3475
|
function Companion_getInstance_18() {
|
|
@@ -3577,14 +3577,14 @@
|
|
|
3577
3577
|
tmp$ret$6 = tmp$ret$5.u7();
|
|
3578
3578
|
tmp$ret$7 = tmp$ret$6;
|
|
3579
3579
|
tmp$ret$8 = tmp$ret$7;
|
|
3580
|
-
tmp_1.
|
|
3580
|
+
tmp_1.s2y_1 = tmp$ret$8;
|
|
3581
3581
|
return $this;
|
|
3582
3582
|
}
|
|
3583
3583
|
function Fallback_init_$Create$(parent, parser) {
|
|
3584
3584
|
return Fallback_init_$Init$(parent, parser, objectCreate(protoOf(Fallback)));
|
|
3585
3585
|
}
|
|
3586
3586
|
protoOf(Fallback).t2s = function () {
|
|
3587
|
-
return take(this.
|
|
3587
|
+
return take(this.s2y_1, 1);
|
|
3588
3588
|
};
|
|
3589
3589
|
protoOf(Fallback).c2t = function () {
|
|
3590
3590
|
var tmp$ret$3;
|
|
@@ -3620,7 +3620,7 @@
|
|
|
3620
3620
|
});
|
|
3621
3621
|
function Companion_16() {
|
|
3622
3622
|
Companion_instance_16 = this;
|
|
3623
|
-
this.
|
|
3623
|
+
this.x2y_1 = 'width';
|
|
3624
3624
|
}
|
|
3625
3625
|
var Companion_instance_16;
|
|
3626
3626
|
function Companion_getInstance_19() {
|
|
@@ -3633,11 +3633,11 @@
|
|
|
3633
3633
|
Item.call($this);
|
|
3634
3634
|
Companion_getInstance_59();
|
|
3635
3635
|
parser.u2r(2, get_XMLNS_CONTENT(), 'item');
|
|
3636
|
-
$this.
|
|
3636
|
+
$this.z2y_1 = flow;
|
|
3637
3637
|
var tmp = $this;
|
|
3638
3638
|
var tmp_0 = Companion_getInstance_16();
|
|
3639
3639
|
Companion_getInstance_19();
|
|
3640
|
-
tmp.
|
|
3640
|
+
tmp.a2z_1 = tmp_0.z2w(parser.o2t('width'));
|
|
3641
3641
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseVisibilityAttrs' call
|
|
3642
3642
|
// Inline function 'kotlin.contracts.contract' call
|
|
3643
3643
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Item.<init>.<anonymous>' call
|
|
@@ -3664,7 +3664,7 @@
|
|
|
3664
3664
|
tmp$ret$1 = tmp_3;
|
|
3665
3665
|
tmp_2 = tmp$ret$1;
|
|
3666
3666
|
}
|
|
3667
|
-
tmp_1.
|
|
3667
|
+
tmp_1.b2z_1 = tmp_2;
|
|
3668
3668
|
var tmp_4 = $this;
|
|
3669
3669
|
var tmp1_safe_receiver = tmp1__anonymous__uwfjfc;
|
|
3670
3670
|
var tmp_5;
|
|
@@ -3686,7 +3686,7 @@
|
|
|
3686
3686
|
tmp$ret$3 = tmp_6;
|
|
3687
3687
|
tmp_5 = tmp$ret$3;
|
|
3688
3688
|
}
|
|
3689
|
-
tmp_4.
|
|
3689
|
+
tmp_4.c2z_1 = tmp_5;
|
|
3690
3690
|
var tmp_7 = $this;
|
|
3691
3691
|
var tmp$ret$12;
|
|
3692
3692
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseContent' call
|
|
@@ -3766,7 +3766,7 @@
|
|
|
3766
3766
|
tmp$ret$10 = tmp$ret$9.u7();
|
|
3767
3767
|
tmp$ret$11 = tmp$ret$10;
|
|
3768
3768
|
tmp$ret$12 = tmp$ret$11;
|
|
3769
|
-
tmp_7.
|
|
3769
|
+
tmp_7.d2z_1 = tmp$ret$12;
|
|
3770
3770
|
return $this;
|
|
3771
3771
|
}
|
|
3772
3772
|
function Item_init_$Create$(flow, parser) {
|
|
@@ -3775,11 +3775,11 @@
|
|
|
3775
3775
|
function Item_init_$Init$_0(flow, content, $this) {
|
|
3776
3776
|
BaseModel.call($this, flow);
|
|
3777
3777
|
Item.call($this);
|
|
3778
|
-
$this.
|
|
3778
|
+
$this.z2y_1 = flow;
|
|
3779
|
+
$this.a2z_1 = null;
|
|
3779
3780
|
$this.b2z_1 = null;
|
|
3780
3781
|
$this.c2z_1 = null;
|
|
3781
|
-
$this.d2z_1 =
|
|
3782
|
-
$this.e2z_1 = listOfNotNull(content($this));
|
|
3782
|
+
$this.d2z_1 = listOfNotNull(content($this));
|
|
3783
3783
|
return $this;
|
|
3784
3784
|
}
|
|
3785
3785
|
function Item_init_$Create$_0(flow, content) {
|
|
@@ -3787,10 +3787,10 @@
|
|
|
3787
3787
|
}
|
|
3788
3788
|
function Companion_17() {
|
|
3789
3789
|
Companion_instance_17 = this;
|
|
3790
|
-
this.
|
|
3791
|
-
this.
|
|
3792
|
-
this.
|
|
3793
|
-
this.
|
|
3790
|
+
this.e2z_1 = 'flow';
|
|
3791
|
+
this.f2z_1 = 'item-width';
|
|
3792
|
+
this.g2z_1 = new Percent(1.0);
|
|
3793
|
+
this.h2z_1 = Horizontal_START_getInstance();
|
|
3794
3794
|
}
|
|
3795
3795
|
var Companion_instance_17;
|
|
3796
3796
|
function Companion_getInstance_20() {
|
|
@@ -3808,18 +3808,18 @@
|
|
|
3808
3808
|
var tmp_0 = $this;
|
|
3809
3809
|
var tmp_1 = Companion_getInstance_16();
|
|
3810
3810
|
Companion_getInstance_20();
|
|
3811
|
-
var tmp0_elvis_lhs = tmp_1.
|
|
3812
|
-
tmp_0.
|
|
3811
|
+
var tmp0_elvis_lhs = tmp_1.z2w(parser.o2t('item-width'));
|
|
3812
|
+
tmp_0.q2z_1 = tmp0_elvis_lhs == null ? Companion_getInstance_20().g2z_1 : tmp0_elvis_lhs;
|
|
3813
3813
|
var tmp_2 = $this;
|
|
3814
3814
|
var tmp1_safe_receiver = parser.o2t('row-gravity');
|
|
3815
|
-
var tmp2_safe_receiver = tmp1_safe_receiver == null ? null : Companion_getInstance_22().
|
|
3815
|
+
var tmp2_safe_receiver = tmp1_safe_receiver == null ? null : Companion_getInstance_22().y2w(tmp1_safe_receiver);
|
|
3816
3816
|
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.horizontal;
|
|
3817
|
-
tmp_2.
|
|
3817
|
+
tmp_2.r2z_1 = tmp3_elvis_lhs == null ? Companion_getInstance_20().h2z_1 : tmp3_elvis_lhs;
|
|
3818
3818
|
var tmp_3 = $this;
|
|
3819
3819
|
var tmp$ret$0;
|
|
3820
3820
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
3821
3821
|
tmp$ret$0 = ArrayList_init_$Create$();
|
|
3822
|
-
tmp_3.
|
|
3822
|
+
tmp_3.s2z_1 = tmp$ret$0;
|
|
3823
3823
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
3824
3824
|
$l$loop_1: while (true) {
|
|
3825
3825
|
var tmp_4 = parser.h();
|
|
@@ -3838,7 +3838,7 @@
|
|
|
3838
3838
|
if (tmp1_subject === 'item') {
|
|
3839
3839
|
var tmp2_this = $this;
|
|
3840
3840
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
3841
|
-
var tmp0_plusAssign = tmp2_this.
|
|
3841
|
+
var tmp0_plusAssign = tmp2_this.s2z_1;
|
|
3842
3842
|
var tmp1_plusAssign = Item_init_$Create$($this, parser);
|
|
3843
3843
|
tmp0_plusAssign.b(tmp1_plusAssign);
|
|
3844
3844
|
}
|
|
@@ -3849,12 +3849,12 @@
|
|
|
3849
3849
|
var item = Item_init_$Create$_0($this, Flow$_init_$lambda_98n0kd(parser));
|
|
3850
3850
|
var tmp$ret$1;
|
|
3851
3851
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
3852
|
-
var tmp2_isNotEmpty = item.
|
|
3852
|
+
var tmp2_isNotEmpty = item.d2z_1;
|
|
3853
3853
|
tmp$ret$1 = !tmp2_isNotEmpty.m();
|
|
3854
3854
|
if (tmp$ret$1) {
|
|
3855
3855
|
var tmp3_this = $this;
|
|
3856
3856
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
3857
|
-
var tmp3_plusAssign = tmp3_this.
|
|
3857
|
+
var tmp3_plusAssign = tmp3_this.s2z_1;
|
|
3858
3858
|
tmp3_plusAssign.b(item);
|
|
3859
3859
|
}
|
|
3860
3860
|
}
|
|
@@ -3870,13 +3870,13 @@
|
|
|
3870
3870
|
return Flow_init_$Init$(parent, parser, objectCreate(protoOf(Flow)));
|
|
3871
3871
|
}
|
|
3872
3872
|
protoOf(Item).g2t = function () {
|
|
3873
|
-
return this.
|
|
3873
|
+
return this.b2z_1;
|
|
3874
3874
|
};
|
|
3875
3875
|
protoOf(Item).h2t = function () {
|
|
3876
|
-
return this.
|
|
3876
|
+
return this.c2z_1;
|
|
3877
3877
|
};
|
|
3878
3878
|
protoOf(Item).t2s = function () {
|
|
3879
|
-
return this.
|
|
3879
|
+
return this.d2z_1;
|
|
3880
3880
|
};
|
|
3881
3881
|
function Item() {
|
|
3882
3882
|
Companion_getInstance_19();
|
|
@@ -3934,7 +3934,7 @@
|
|
|
3934
3934
|
}
|
|
3935
3935
|
function Companion_18() {
|
|
3936
3936
|
Companion_instance_18 = this;
|
|
3937
|
-
this.
|
|
3937
|
+
this.t2z_1 = 'form';
|
|
3938
3938
|
}
|
|
3939
3939
|
var Companion_instance_18;
|
|
3940
3940
|
function Companion_getInstance_21() {
|
|
@@ -4028,14 +4028,14 @@
|
|
|
4028
4028
|
tmp$ret$6 = tmp$ret$5.u7();
|
|
4029
4029
|
tmp$ret$7 = tmp$ret$6;
|
|
4030
4030
|
tmp$ret$8 = tmp$ret$7;
|
|
4031
|
-
tmp_0.
|
|
4031
|
+
tmp_0.c30_1 = tmp$ret$8;
|
|
4032
4032
|
return $this;
|
|
4033
4033
|
}
|
|
4034
4034
|
function Form_init_$Create$(parent, parser) {
|
|
4035
4035
|
return Form_init_$Init$(parent, parser, objectCreate(protoOf(Form)));
|
|
4036
4036
|
}
|
|
4037
4037
|
protoOf(Form).t2s = function () {
|
|
4038
|
-
return this.
|
|
4038
|
+
return this.c30_1;
|
|
4039
4039
|
};
|
|
4040
4040
|
protoOf(Form).c2t = function () {
|
|
4041
4041
|
var tmp$ret$3;
|
|
@@ -4136,10 +4136,10 @@
|
|
|
4136
4136
|
Companion_instance_19 = this;
|
|
4137
4137
|
this.CENTER = new Gravity(Horizontal_CENTER_getInstance(), Vertical_CENTER_getInstance());
|
|
4138
4138
|
}
|
|
4139
|
-
protoOf(Companion_19).
|
|
4139
|
+
protoOf(Companion_19).d30 = function () {
|
|
4140
4140
|
return this.CENTER;
|
|
4141
4141
|
};
|
|
4142
|
-
protoOf(Companion_19).
|
|
4142
|
+
protoOf(Companion_19).y2w = function (_this__u8e3s4) {
|
|
4143
4143
|
if (_this__u8e3s4 == null)
|
|
4144
4144
|
return null;
|
|
4145
4145
|
var tmp;
|
|
@@ -4278,47 +4278,47 @@
|
|
|
4278
4278
|
this.horizontal = horizontal;
|
|
4279
4279
|
this.vertical = vertical;
|
|
4280
4280
|
}
|
|
4281
|
-
protoOf(Gravity).
|
|
4281
|
+
protoOf(Gravity).i30 = function () {
|
|
4282
4282
|
return this.horizontal;
|
|
4283
4283
|
};
|
|
4284
|
-
protoOf(Gravity).
|
|
4284
|
+
protoOf(Gravity).j30 = function () {
|
|
4285
4285
|
return this.vertical;
|
|
4286
4286
|
};
|
|
4287
|
-
protoOf(Gravity).
|
|
4287
|
+
protoOf(Gravity).k30 = function () {
|
|
4288
4288
|
return this.horizontal.equals(Horizontal_START_getInstance());
|
|
4289
4289
|
};
|
|
4290
|
-
protoOf(Gravity).
|
|
4290
|
+
protoOf(Gravity).l30 = function () {
|
|
4291
4291
|
return this.horizontal.equals(Horizontal_END_getInstance());
|
|
4292
4292
|
};
|
|
4293
|
-
protoOf(Gravity).
|
|
4293
|
+
protoOf(Gravity).m30 = function () {
|
|
4294
4294
|
return this.horizontal.equals(Horizontal_CENTER_getInstance());
|
|
4295
4295
|
};
|
|
4296
|
-
protoOf(Gravity).
|
|
4296
|
+
protoOf(Gravity).n30 = function () {
|
|
4297
4297
|
return this.vertical.equals(Vertical_TOP_getInstance());
|
|
4298
4298
|
};
|
|
4299
|
-
protoOf(Gravity).
|
|
4299
|
+
protoOf(Gravity).o30 = function () {
|
|
4300
4300
|
return this.vertical.equals(Vertical_BOTTOM_getInstance());
|
|
4301
4301
|
};
|
|
4302
|
-
protoOf(Gravity).
|
|
4302
|
+
protoOf(Gravity).p30 = function () {
|
|
4303
4303
|
return this.vertical.equals(Vertical_CENTER_getInstance());
|
|
4304
4304
|
};
|
|
4305
|
-
protoOf(Gravity).
|
|
4305
|
+
protoOf(Gravity).q30 = function () {
|
|
4306
4306
|
return this.isCenterX ? this.isCenterY : false;
|
|
4307
4307
|
};
|
|
4308
|
-
defineProp(protoOf(Gravity), 'isStart', protoOf(Gravity).
|
|
4309
|
-
defineProp(protoOf(Gravity), 'isEnd', protoOf(Gravity).
|
|
4310
|
-
defineProp(protoOf(Gravity), 'isCenterX', protoOf(Gravity).
|
|
4311
|
-
defineProp(protoOf(Gravity), 'isTop', protoOf(Gravity).
|
|
4312
|
-
defineProp(protoOf(Gravity), 'isBottom', protoOf(Gravity).
|
|
4313
|
-
defineProp(protoOf(Gravity), 'isCenterY', protoOf(Gravity).
|
|
4314
|
-
defineProp(protoOf(Gravity), 'isCenter', protoOf(Gravity).
|
|
4308
|
+
defineProp(protoOf(Gravity), 'isStart', protoOf(Gravity).k30);
|
|
4309
|
+
defineProp(protoOf(Gravity), 'isEnd', protoOf(Gravity).l30);
|
|
4310
|
+
defineProp(protoOf(Gravity), 'isCenterX', protoOf(Gravity).m30);
|
|
4311
|
+
defineProp(protoOf(Gravity), 'isTop', protoOf(Gravity).n30);
|
|
4312
|
+
defineProp(protoOf(Gravity), 'isBottom', protoOf(Gravity).o30);
|
|
4313
|
+
defineProp(protoOf(Gravity), 'isCenterY', protoOf(Gravity).p30);
|
|
4314
|
+
defineProp(protoOf(Gravity), 'isCenter', protoOf(Gravity).q30);
|
|
4315
4315
|
function HasAnalyticsEvents() {
|
|
4316
4316
|
}
|
|
4317
4317
|
function Companion_20() {
|
|
4318
4318
|
Companion_instance_20 = this;
|
|
4319
|
-
this.
|
|
4320
|
-
this.
|
|
4321
|
-
this.
|
|
4319
|
+
this.r30_1 = 'image';
|
|
4320
|
+
this.s30_1 = Horizontal_CENTER_getInstance();
|
|
4321
|
+
this.t30_1 = new Percent(1.0);
|
|
4322
4322
|
}
|
|
4323
4323
|
var Companion_instance_20;
|
|
4324
4324
|
function Companion_getInstance_23() {
|
|
@@ -4333,7 +4333,7 @@
|
|
|
4333
4333
|
var tmp = get_XMLNS_CONTENT();
|
|
4334
4334
|
Companion_getInstance_23();
|
|
4335
4335
|
parser.u2r(2, tmp, 'image');
|
|
4336
|
-
$this.
|
|
4336
|
+
$this.e31_1 = parser.o2t('resource');
|
|
4337
4337
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseClickableAttrs' call
|
|
4338
4338
|
// Inline function 'kotlin.contracts.contract' call
|
|
4339
4339
|
var rawUrl = parser.o2t(_get_XML_URL_$accessor$11tx9p3_lkk5sb());
|
|
@@ -4351,16 +4351,16 @@
|
|
|
4351
4351
|
var tmp$ret$0;
|
|
4352
4352
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
4353
4353
|
var tmp0_toEventIds = parser.o2t(_get_XML_EVENTS_$accessor$11tx9p3_otmgk5());
|
|
4354
|
-
tmp$ret$0 = Companion_getInstance_17().
|
|
4354
|
+
tmp$ret$0 = Companion_getInstance_17().n2v(tmp0_toEventIds);
|
|
4355
4355
|
var tmp1__anonymous__uwfjfc = tmp$ret$0;
|
|
4356
|
-
$this.
|
|
4357
|
-
$this.
|
|
4356
|
+
$this.c31_1 = tmp1__anonymous__uwfjfc;
|
|
4357
|
+
$this.d31_1 = uri;
|
|
4358
4358
|
var tmp_1 = $this;
|
|
4359
|
-
var tmp0_safe_receiver_0 = Companion_getInstance_22().
|
|
4359
|
+
var tmp0_safe_receiver_0 = Companion_getInstance_22().y2w(parser.o2t('gravity'));
|
|
4360
4360
|
var tmp1_elvis_lhs = tmp0_safe_receiver_0 == null ? null : tmp0_safe_receiver_0.horizontal;
|
|
4361
|
-
tmp_1.gravity = tmp1_elvis_lhs == null ? Companion_getInstance_23().
|
|
4361
|
+
tmp_1.gravity = tmp1_elvis_lhs == null ? Companion_getInstance_23().s30_1 : tmp1_elvis_lhs;
|
|
4362
4362
|
var tmp_2 = $this;
|
|
4363
|
-
var tmp2_safe_receiver = Companion_getInstance_16().
|
|
4363
|
+
var tmp2_safe_receiver = Companion_getInstance_16().z2w(parser.o2t('width'));
|
|
4364
4364
|
var tmp_3;
|
|
4365
4365
|
if (tmp2_safe_receiver == null) {
|
|
4366
4366
|
tmp_3 = null;
|
|
@@ -4381,7 +4381,7 @@
|
|
|
4381
4381
|
tmp_3 = tmp$ret$2;
|
|
4382
4382
|
}
|
|
4383
4383
|
var tmp3_elvis_lhs = tmp_3;
|
|
4384
|
-
tmp_2.width = tmp3_elvis_lhs == null ? Companion_getInstance_23().
|
|
4384
|
+
tmp_2.width = tmp3_elvis_lhs == null ? Companion_getInstance_23().t30_1 : tmp3_elvis_lhs;
|
|
4385
4385
|
skipTag(parser);
|
|
4386
4386
|
return $this;
|
|
4387
4387
|
}
|
|
@@ -4391,36 +4391,36 @@
|
|
|
4391
4391
|
function Image_init_$Init$_0(parent, resource, gravity, width, $this) {
|
|
4392
4392
|
parent = parent === VOID ? createTestManifest() : parent;
|
|
4393
4393
|
resource = resource === VOID ? null : resource;
|
|
4394
|
-
gravity = gravity === VOID ? Companion_getInstance_23().
|
|
4395
|
-
width = width === VOID ? Companion_getInstance_23().
|
|
4394
|
+
gravity = gravity === VOID ? Companion_getInstance_23().s30_1 : gravity;
|
|
4395
|
+
width = width === VOID ? Companion_getInstance_23().t30_1 : width;
|
|
4396
4396
|
Content_init_$Init$_0(parent, VOID, VOID, VOID, VOID, VOID, VOID, VOID, $this);
|
|
4397
4397
|
Image.call($this);
|
|
4398
|
-
$this.
|
|
4398
|
+
$this.e31_1 = resource;
|
|
4399
4399
|
$this.gravity = gravity;
|
|
4400
4400
|
$this.width = width;
|
|
4401
|
-
$this.
|
|
4402
|
-
$this.
|
|
4401
|
+
$this.c31_1 = emptyList();
|
|
4402
|
+
$this.d31_1 = null;
|
|
4403
4403
|
return $this;
|
|
4404
4404
|
}
|
|
4405
4405
|
function createTestImage(parent, resource, gravity, width) {
|
|
4406
4406
|
return Image_init_$Init$_0(parent, resource, gravity, width, objectCreate(protoOf(Image)));
|
|
4407
4407
|
}
|
|
4408
|
+
protoOf(Image).o2v = function () {
|
|
4409
|
+
return this.c31_1;
|
|
4410
|
+
};
|
|
4408
4411
|
protoOf(Image).p2v = function () {
|
|
4409
4412
|
return this.d31_1;
|
|
4410
4413
|
};
|
|
4411
|
-
protoOf(Image).
|
|
4414
|
+
protoOf(Image).f31 = function () {
|
|
4412
4415
|
return this.e31_1;
|
|
4413
4416
|
};
|
|
4414
4417
|
protoOf(Image).g31 = function () {
|
|
4415
|
-
return this.
|
|
4418
|
+
return getResource(this, this.e31_1);
|
|
4416
4419
|
};
|
|
4417
4420
|
protoOf(Image).h31 = function () {
|
|
4418
|
-
return getResource(this, this.f31_1);
|
|
4419
|
-
};
|
|
4420
|
-
protoOf(Image).i31 = function () {
|
|
4421
4421
|
return this.gravity;
|
|
4422
4422
|
};
|
|
4423
|
-
protoOf(Image).
|
|
4423
|
+
protoOf(Image).i31 = function () {
|
|
4424
4424
|
return this.width;
|
|
4425
4425
|
};
|
|
4426
4426
|
protoOf(Image).i2s = function () {
|
|
@@ -4430,7 +4430,7 @@
|
|
|
4430
4430
|
} else {
|
|
4431
4431
|
var tmp$ret$0;
|
|
4432
4432
|
// Inline function 'kotlin.text.isNullOrEmpty' call
|
|
4433
|
-
var tmp0_isNullOrEmpty = this.
|
|
4433
|
+
var tmp0_isNullOrEmpty = this.e31_1;
|
|
4434
4434
|
// Inline function 'kotlin.contracts.contract' call
|
|
4435
4435
|
tmp$ret$0 = tmp0_isNullOrEmpty == null ? true : charSequenceLength(tmp0_isNullOrEmpty) === 0;
|
|
4436
4436
|
tmp = tmp$ret$0;
|
|
@@ -4440,7 +4440,7 @@
|
|
|
4440
4440
|
function Image() {
|
|
4441
4441
|
Companion_getInstance_23();
|
|
4442
4442
|
}
|
|
4443
|
-
defineProp(protoOf(Image), 'resource', protoOf(Image).
|
|
4443
|
+
defineProp(protoOf(Image), 'resource', protoOf(Image).g31);
|
|
4444
4444
|
defineProp(protoOf(Image), 'stylesParent', function () {
|
|
4445
4445
|
return this.a2t();
|
|
4446
4446
|
});
|
|
@@ -4454,7 +4454,7 @@
|
|
|
4454
4454
|
function Companion_21() {
|
|
4455
4455
|
Companion_instance_21 = this;
|
|
4456
4456
|
}
|
|
4457
|
-
protoOf(Companion_21).
|
|
4457
|
+
protoOf(Companion_21).j31 = function (_this__u8e3s4) {
|
|
4458
4458
|
var tmp0_subject = _this__u8e3s4;
|
|
4459
4459
|
switch (tmp0_subject) {
|
|
4460
4460
|
case 'fit':
|
|
@@ -4512,9 +4512,9 @@
|
|
|
4512
4512
|
var Type_HIDDEN_instance;
|
|
4513
4513
|
function Companion_22() {
|
|
4514
4514
|
Companion_instance_22 = this;
|
|
4515
|
-
this.
|
|
4515
|
+
this.k31_1 = Type_TEXT_getInstance();
|
|
4516
4516
|
}
|
|
4517
|
-
protoOf(Companion_22).
|
|
4517
|
+
protoOf(Companion_22).l31 = function (_this__u8e3s4) {
|
|
4518
4518
|
var tmp0_subject = _this__u8e3s4;
|
|
4519
4519
|
switch (tmp0_subject) {
|
|
4520
4520
|
case 'email':
|
|
@@ -4549,7 +4549,7 @@
|
|
|
4549
4549
|
}
|
|
4550
4550
|
function Companion_23() {
|
|
4551
4551
|
Companion_instance_23 = this;
|
|
4552
|
-
this.
|
|
4552
|
+
this.m31_1 = 'input';
|
|
4553
4553
|
}
|
|
4554
4554
|
var Companion_instance_23;
|
|
4555
4555
|
function Companion_getInstance_26() {
|
|
@@ -4566,14 +4566,14 @@
|
|
|
4566
4566
|
parser.u2r(2, tmp, 'input');
|
|
4567
4567
|
var tmp_0 = $this;
|
|
4568
4568
|
var tmp0_safe_receiver = parser.o2t('type');
|
|
4569
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : Companion_getInstance_25().
|
|
4570
|
-
tmp_0.
|
|
4571
|
-
$this.
|
|
4572
|
-
$this.
|
|
4569
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : Companion_getInstance_25().l31(tmp0_safe_receiver);
|
|
4570
|
+
tmp_0.v31_1 = tmp1_elvis_lhs == null ? Companion_getInstance_25().k31_1 : tmp1_elvis_lhs;
|
|
4571
|
+
$this.w31_1 = parser.o2t('name');
|
|
4572
|
+
$this.x31_1 = parser.o2t('value');
|
|
4573
4573
|
var tmp_1 = $this;
|
|
4574
4574
|
var tmp2_safe_receiver = parser.o2t('required');
|
|
4575
4575
|
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : toBoolean(tmp2_safe_receiver);
|
|
4576
|
-
tmp_1.
|
|
4576
|
+
tmp_1.y31_1 = tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs;
|
|
4577
4577
|
var label = null;
|
|
4578
4578
|
var placeholder = null;
|
|
4579
4579
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
@@ -4602,8 +4602,8 @@
|
|
|
4602
4602
|
continue $l$loop_1;
|
|
4603
4603
|
skipTag(parser);
|
|
4604
4604
|
}
|
|
4605
|
-
$this.
|
|
4606
|
-
$this.
|
|
4605
|
+
$this.z31_1 = label;
|
|
4606
|
+
$this.a32_1 = placeholder;
|
|
4607
4607
|
return $this;
|
|
4608
4608
|
}
|
|
4609
4609
|
function Input_init_$Create$(parent, parser) {
|
|
@@ -4633,7 +4633,7 @@
|
|
|
4633
4633
|
}
|
|
4634
4634
|
function Companion_24() {
|
|
4635
4635
|
Companion_instance_24 = this;
|
|
4636
|
-
this.
|
|
4636
|
+
this.b32_1 = 'link';
|
|
4637
4637
|
}
|
|
4638
4638
|
var Companion_instance_24;
|
|
4639
4639
|
function Companion_getInstance_27() {
|
|
@@ -4645,7 +4645,7 @@
|
|
|
4645
4645
|
var tmp$ret$0;
|
|
4646
4646
|
// Inline function 'kotlin.getValue' call
|
|
4647
4647
|
var tmp0_getValue = defaultTextStyles$factory_0();
|
|
4648
|
-
tmp$ret$0 = $this.
|
|
4648
|
+
tmp$ret$0 = $this.m32_1.o1();
|
|
4649
4649
|
return tmp$ret$0;
|
|
4650
4650
|
}
|
|
4651
4651
|
function Link_init_$Init$(parent, parser, $this) {
|
|
@@ -4672,21 +4672,21 @@
|
|
|
4672
4672
|
var tmp$ret$0;
|
|
4673
4673
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
4674
4674
|
var tmp0_toEventIds = parser.o2t(_get_XML_EVENTS_$accessor$11tx9p3_otmgk5());
|
|
4675
|
-
tmp$ret$0 = Companion_getInstance_17().
|
|
4675
|
+
tmp$ret$0 = Companion_getInstance_17().n2v(tmp0_toEventIds);
|
|
4676
4676
|
var tmp1__anonymous__uwfjfc = tmp$ret$0;
|
|
4677
|
-
$this.
|
|
4678
|
-
$this.
|
|
4677
|
+
$this.k32_1 = tmp1__anonymous__uwfjfc;
|
|
4678
|
+
$this.l32_1 = uri;
|
|
4679
4679
|
var tmp_1 = $this;
|
|
4680
4680
|
var tmp$ret$1;
|
|
4681
4681
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
4682
4682
|
tmp$ret$1 = ArrayList_init_$Create$();
|
|
4683
|
-
tmp_1.
|
|
4683
|
+
tmp_1.o32_1 = tmp$ret$1;
|
|
4684
4684
|
var tmp_2 = $this;
|
|
4685
4685
|
var tmp_3 = _get_defaultTextStyles__fjozb5_0($this);
|
|
4686
4686
|
var tmp_4 = get_XMLNS_CONTENT();
|
|
4687
4687
|
Companion_getInstance_27();
|
|
4688
4688
|
var tmp0_elvis_lhs = parseTextChild(parser, tmp_3, tmp_4, 'link', Link$_init_$lambda_v5gdv3(parser, $this));
|
|
4689
|
-
tmp_2.
|
|
4689
|
+
tmp_2.n32_1 = tmp0_elvis_lhs == null ? createTestText(_get_defaultTextStyles__fjozb5_0($this)) : tmp0_elvis_lhs;
|
|
4690
4690
|
return $this;
|
|
4691
4691
|
}
|
|
4692
4692
|
function Link_init_$Create$(parent, parser) {
|
|
@@ -4712,7 +4712,7 @@
|
|
|
4712
4712
|
Companion_getInstance_6();
|
|
4713
4713
|
if (tmp1_subject === 'events') {
|
|
4714
4714
|
var tmp2_this = this$0;
|
|
4715
|
-
var tmp0_plusAssign = tmp2_this.
|
|
4715
|
+
var tmp0_plusAssign = tmp2_this.o32_1;
|
|
4716
4716
|
var tmp1_plusAssign = Companion_getInstance_6().y2r($parser, this$0);
|
|
4717
4717
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
4718
4718
|
tmp_0 = Unit_getInstance();
|
|
@@ -4722,14 +4722,14 @@
|
|
|
4722
4722
|
return Unit_getInstance();
|
|
4723
4723
|
};
|
|
4724
4724
|
}
|
|
4725
|
+
protoOf(Link).o2v = function () {
|
|
4726
|
+
return this.k32_1;
|
|
4727
|
+
};
|
|
4725
4728
|
protoOf(Link).p2v = function () {
|
|
4726
4729
|
return this.l32_1;
|
|
4727
4730
|
};
|
|
4728
|
-
protoOf(Link).q2v = function () {
|
|
4729
|
-
return this.m32_1;
|
|
4730
|
-
};
|
|
4731
4731
|
protoOf(Link).i2s = function () {
|
|
4732
|
-
return protoOf(Content).i2s.call(this) ? true : !this.
|
|
4732
|
+
return protoOf(Content).i2s.call(this) ? true : !this.c2x();
|
|
4733
4733
|
};
|
|
4734
4734
|
protoOf(Link)._getAnalyticsEvents = function (type) {
|
|
4735
4735
|
var tmp0_subject = type;
|
|
@@ -4738,7 +4738,7 @@
|
|
|
4738
4738
|
if (tmp0 === 3) {
|
|
4739
4739
|
var tmp$ret$2;
|
|
4740
4740
|
// Inline function 'kotlin.collections.filter' call
|
|
4741
|
-
var tmp1_filter = this.
|
|
4741
|
+
var tmp1_filter = this.o32_1;
|
|
4742
4742
|
var tmp$ret$1;
|
|
4743
4743
|
// Inline function 'kotlin.collections.filterTo' call
|
|
4744
4744
|
var tmp0_filterTo = ArrayList_init_$Create$();
|
|
@@ -4764,7 +4764,7 @@
|
|
|
4764
4764
|
function Link() {
|
|
4765
4765
|
Companion_getInstance_27();
|
|
4766
4766
|
var tmp = this;
|
|
4767
|
-
tmp.
|
|
4767
|
+
tmp.m32_1 = lazy(Link$defaultTextStyles$delegate$lambda(this));
|
|
4768
4768
|
}
|
|
4769
4769
|
function defaultTextStyles$factory_0() {
|
|
4770
4770
|
return getPropertyCallableRef('defaultTextStyles', 1, KProperty1, function (receiver) {
|
|
@@ -4772,20 +4772,20 @@
|
|
|
4772
4772
|
}, null);
|
|
4773
4773
|
}
|
|
4774
4774
|
function Manifest$Companion$parse$slambda$slambda$slambda($manifest, $fileName, $parseFile, $src, resultContinuation) {
|
|
4775
|
-
this.
|
|
4776
|
-
this.
|
|
4777
|
-
this.
|
|
4778
|
-
this.
|
|
4775
|
+
this.x32_1 = $manifest;
|
|
4776
|
+
this.y32_1 = $fileName;
|
|
4777
|
+
this.z32_1 = $parseFile;
|
|
4778
|
+
this.a33_1 = $src;
|
|
4779
4779
|
CoroutineImpl.call(this, resultContinuation);
|
|
4780
4780
|
}
|
|
4781
|
-
protoOf(Manifest$Companion$parse$slambda$slambda$slambda).
|
|
4781
|
+
protoOf(Manifest$Companion$parse$slambda$slambda$slambda).d33 = function ($this$async, $completion) {
|
|
4782
4782
|
var tmp = this.a11($this$async, $completion);
|
|
4783
4783
|
tmp.de_1 = Unit_getInstance();
|
|
4784
4784
|
tmp.ee_1 = null;
|
|
4785
4785
|
return tmp.ue();
|
|
4786
4786
|
};
|
|
4787
4787
|
protoOf(Manifest$Companion$parse$slambda$slambda$slambda).if = function (p1, $completion) {
|
|
4788
|
-
return this.
|
|
4788
|
+
return this.d33((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
4789
4789
|
};
|
|
4790
4790
|
protoOf(Manifest$Companion$parse$slambda$slambda$slambda).ue = function () {
|
|
4791
4791
|
var suspendResult = this.de_1;
|
|
@@ -4795,9 +4795,9 @@
|
|
|
4795
4795
|
switch (tmp) {
|
|
4796
4796
|
case 0:
|
|
4797
4797
|
this.ce_1 = 2;
|
|
4798
|
-
this.
|
|
4798
|
+
this.c33_1 = Companion_getInstance_48();
|
|
4799
4799
|
this.be_1 = 1;
|
|
4800
|
-
suspendResult = this.
|
|
4800
|
+
suspendResult = this.z32_1(this.a33_1, this);
|
|
4801
4801
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4802
4802
|
return suspendResult;
|
|
4803
4803
|
}
|
|
@@ -4805,7 +4805,7 @@
|
|
|
4805
4805
|
continue $sm;
|
|
4806
4806
|
case 1:
|
|
4807
4807
|
var ARGUMENT = suspendResult;
|
|
4808
|
-
return this.
|
|
4808
|
+
return this.c33_1.i33(this.x32_1, this.y32_1, ARGUMENT);
|
|
4809
4809
|
case 2:
|
|
4810
4810
|
throw this.ee_1;
|
|
4811
4811
|
}
|
|
@@ -4821,33 +4821,33 @@
|
|
|
4821
4821
|
while (true);
|
|
4822
4822
|
};
|
|
4823
4823
|
protoOf(Manifest$Companion$parse$slambda$slambda$slambda).a11 = function ($this$async, completion) {
|
|
4824
|
-
var i = new Manifest$Companion$parse$slambda$slambda$slambda(this.
|
|
4825
|
-
i.
|
|
4824
|
+
var i = new Manifest$Companion$parse$slambda$slambda$slambda(this.x32_1, this.y32_1, this.z32_1, this.a33_1, completion);
|
|
4825
|
+
i.b33_1 = $this$async;
|
|
4826
4826
|
return i;
|
|
4827
4827
|
};
|
|
4828
4828
|
function Manifest$Companion$parse$slambda$slambda$slambda_0($manifest, $fileName, $parseFile, $src, resultContinuation) {
|
|
4829
4829
|
var i = new Manifest$Companion$parse$slambda$slambda$slambda($manifest, $fileName, $parseFile, $src, resultContinuation);
|
|
4830
4830
|
var l = function ($this$async, $completion) {
|
|
4831
|
-
return i.
|
|
4831
|
+
return i.d33($this$async, $completion);
|
|
4832
4832
|
};
|
|
4833
4833
|
l.$arity = 1;
|
|
4834
4834
|
return l;
|
|
4835
4835
|
}
|
|
4836
4836
|
function Manifest$Companion$parse$slambda$slambda$slambda_1($manifest, $id, $parseFile, $src, resultContinuation) {
|
|
4837
|
-
this.
|
|
4838
|
-
this.
|
|
4839
|
-
this.
|
|
4840
|
-
this.
|
|
4837
|
+
this.r33_1 = $manifest;
|
|
4838
|
+
this.s33_1 = $id;
|
|
4839
|
+
this.t33_1 = $parseFile;
|
|
4840
|
+
this.u33_1 = $src;
|
|
4841
4841
|
CoroutineImpl.call(this, resultContinuation);
|
|
4842
4842
|
}
|
|
4843
|
-
protoOf(Manifest$Companion$parse$slambda$slambda$slambda_1).
|
|
4843
|
+
protoOf(Manifest$Companion$parse$slambda$slambda$slambda_1).w33 = function ($this$async, $completion) {
|
|
4844
4844
|
var tmp = this.a11($this$async, $completion);
|
|
4845
4845
|
tmp.de_1 = Unit_getInstance();
|
|
4846
4846
|
tmp.ee_1 = null;
|
|
4847
4847
|
return tmp.ue();
|
|
4848
4848
|
};
|
|
4849
4849
|
protoOf(Manifest$Companion$parse$slambda$slambda$slambda_1).if = function (p1, $completion) {
|
|
4850
|
-
return this.
|
|
4850
|
+
return this.w33((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
4851
4851
|
};
|
|
4852
4852
|
protoOf(Manifest$Companion$parse$slambda$slambda$slambda_1).ue = function () {
|
|
4853
4853
|
var suspendResult = this.de_1;
|
|
@@ -4858,7 +4858,7 @@
|
|
|
4858
4858
|
case 0:
|
|
4859
4859
|
this.ce_1 = 2;
|
|
4860
4860
|
this.be_1 = 1;
|
|
4861
|
-
suspendResult = this.
|
|
4861
|
+
suspendResult = this.t33_1(this.u33_1, this);
|
|
4862
4862
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4863
4863
|
return suspendResult;
|
|
4864
4864
|
}
|
|
@@ -4866,7 +4866,7 @@
|
|
|
4866
4866
|
continue $sm;
|
|
4867
4867
|
case 1:
|
|
4868
4868
|
var ARGUMENT = suspendResult;
|
|
4869
|
-
return Tip_init_$Create$(this.
|
|
4869
|
+
return Tip_init_$Create$(this.r33_1, this.s33_1, ARGUMENT);
|
|
4870
4870
|
case 2:
|
|
4871
4871
|
throw this.ee_1;
|
|
4872
4872
|
}
|
|
@@ -4882,21 +4882,21 @@
|
|
|
4882
4882
|
while (true);
|
|
4883
4883
|
};
|
|
4884
4884
|
protoOf(Manifest$Companion$parse$slambda$slambda$slambda_1).a11 = function ($this$async, completion) {
|
|
4885
|
-
var i = new Manifest$Companion$parse$slambda$slambda$slambda_1(this.
|
|
4886
|
-
i.
|
|
4885
|
+
var i = new Manifest$Companion$parse$slambda$slambda$slambda_1(this.r33_1, this.s33_1, this.t33_1, this.u33_1, completion);
|
|
4886
|
+
i.v33_1 = $this$async;
|
|
4887
4887
|
return i;
|
|
4888
4888
|
};
|
|
4889
4889
|
function Manifest$Companion$parse$slambda$slambda$slambda_2($manifest, $id, $parseFile, $src, resultContinuation) {
|
|
4890
4890
|
var i = new Manifest$Companion$parse$slambda$slambda$slambda_1($manifest, $id, $parseFile, $src, resultContinuation);
|
|
4891
4891
|
var l = function ($this$async, $completion) {
|
|
4892
|
-
return i.
|
|
4892
|
+
return i.w33($this$async, $completion);
|
|
4893
4893
|
};
|
|
4894
4894
|
l.$arity = 1;
|
|
4895
4895
|
return l;
|
|
4896
4896
|
}
|
|
4897
4897
|
function Manifest$Companion$parse$slambda$slambda($manifest, $parseFile, resultContinuation) {
|
|
4898
|
-
this.
|
|
4899
|
-
this.
|
|
4898
|
+
this.f34_1 = $manifest;
|
|
4899
|
+
this.g34_1 = $parseFile;
|
|
4900
4900
|
CoroutineImpl.call(this, resultContinuation);
|
|
4901
4901
|
}
|
|
4902
4902
|
protoOf(Manifest$Companion$parse$slambda$slambda).z10 = function ($this$launch, $completion) {
|
|
@@ -4917,14 +4917,14 @@
|
|
|
4917
4917
|
case 0:
|
|
4918
4918
|
this.ce_1 = 2;
|
|
4919
4919
|
this.be_1 = 1;
|
|
4920
|
-
var tmp1_map = this.
|
|
4920
|
+
var tmp1_map = this.f34_1.j2u_1;
|
|
4921
4921
|
var tmp0_mapTo = ArrayList_init_$Create$_0(collectionSizeOrDefault(tmp1_map, 10));
|
|
4922
4922
|
var tmp0_iterator = tmp1_map.f();
|
|
4923
4923
|
while (tmp0_iterator.g()) {
|
|
4924
4924
|
var item = tmp0_iterator.h();
|
|
4925
4925
|
var fileName = item.s2();
|
|
4926
4926
|
var src = item.t2();
|
|
4927
|
-
tmp0_mapTo.b(async(this.
|
|
4927
|
+
tmp0_mapTo.b(async(this.h34_1, VOID, VOID, Manifest$Companion$parse$slambda$slambda$slambda_0(this.f34_1, fileName, this.g34_1, src, null)));
|
|
4928
4928
|
}
|
|
4929
4929
|
|
|
4930
4930
|
suspendResult = awaitAll(tmp0_mapTo, this);
|
|
@@ -4936,7 +4936,7 @@
|
|
|
4936
4936
|
case 1:
|
|
4937
4937
|
var ARGUMENT = suspendResult;
|
|
4938
4938
|
var ARGUMENT_0 = filterNotNull(ARGUMENT);
|
|
4939
|
-
_set_pages__j2nojl(this.
|
|
4939
|
+
_set_pages__j2nojl(this.f34_1, ARGUMENT_0);
|
|
4940
4940
|
return Unit_getInstance();
|
|
4941
4941
|
case 2:
|
|
4942
4942
|
throw this.ee_1;
|
|
@@ -4953,8 +4953,8 @@
|
|
|
4953
4953
|
while (true);
|
|
4954
4954
|
};
|
|
4955
4955
|
protoOf(Manifest$Companion$parse$slambda$slambda).a11 = function ($this$launch, completion) {
|
|
4956
|
-
var i = new Manifest$Companion$parse$slambda$slambda(this.
|
|
4957
|
-
i.
|
|
4956
|
+
var i = new Manifest$Companion$parse$slambda$slambda(this.f34_1, this.g34_1, completion);
|
|
4957
|
+
i.h34_1 = $this$launch;
|
|
4958
4958
|
return i;
|
|
4959
4959
|
};
|
|
4960
4960
|
function Manifest$Companion$parse$slambda$slambda_0($manifest, $parseFile, resultContinuation) {
|
|
@@ -4966,8 +4966,8 @@
|
|
|
4966
4966
|
return l;
|
|
4967
4967
|
}
|
|
4968
4968
|
function Manifest$Companion$parse$slambda$slambda_1($manifest, $parseFile, resultContinuation) {
|
|
4969
|
-
this.
|
|
4970
|
-
this.
|
|
4969
|
+
this.q34_1 = $manifest;
|
|
4970
|
+
this.r34_1 = $parseFile;
|
|
4971
4971
|
CoroutineImpl.call(this, resultContinuation);
|
|
4972
4972
|
}
|
|
4973
4973
|
protoOf(Manifest$Companion$parse$slambda$slambda_1).z10 = function ($this$launch, $completion) {
|
|
@@ -4988,14 +4988,14 @@
|
|
|
4988
4988
|
case 0:
|
|
4989
4989
|
this.ce_1 = 2;
|
|
4990
4990
|
this.be_1 = 1;
|
|
4991
|
-
var tmp1_map = this.
|
|
4991
|
+
var tmp1_map = this.q34_1.k2u_1;
|
|
4992
4992
|
var tmp0_mapTo = ArrayList_init_$Create$_0(collectionSizeOrDefault(tmp1_map, 10));
|
|
4993
4993
|
var tmp0_iterator = tmp1_map.f();
|
|
4994
4994
|
while (tmp0_iterator.g()) {
|
|
4995
4995
|
var item = tmp0_iterator.h();
|
|
4996
4996
|
var id = item.s2();
|
|
4997
4997
|
var src = item.t2();
|
|
4998
|
-
tmp0_mapTo.b(async(this.
|
|
4998
|
+
tmp0_mapTo.b(async(this.s34_1, VOID, VOID, Manifest$Companion$parse$slambda$slambda$slambda_2(this.q34_1, id, this.r34_1, src, null)));
|
|
4999
4999
|
}
|
|
5000
5000
|
|
|
5001
5001
|
suspendResult = awaitAll(tmp0_mapTo, this);
|
|
@@ -5011,11 +5011,11 @@
|
|
|
5011
5011
|
var tmp0_iterator_0 = tmp3_associateBy.f();
|
|
5012
5012
|
while (tmp0_iterator_0.g()) {
|
|
5013
5013
|
var element = tmp0_iterator_0.h();
|
|
5014
|
-
tmp2_associateByTo.u2(element.
|
|
5014
|
+
tmp2_associateByTo.u2(element.u34_1, element);
|
|
5015
5015
|
}
|
|
5016
5016
|
|
|
5017
5017
|
var ARGUMENT = tmp2_associateByTo;
|
|
5018
|
-
_set_tips__9ug36n(this.
|
|
5018
|
+
_set_tips__9ug36n(this.q34_1, ARGUMENT);
|
|
5019
5019
|
return Unit_getInstance();
|
|
5020
5020
|
case 2:
|
|
5021
5021
|
throw this.ee_1;
|
|
@@ -5032,8 +5032,8 @@
|
|
|
5032
5032
|
while (true);
|
|
5033
5033
|
};
|
|
5034
5034
|
protoOf(Manifest$Companion$parse$slambda$slambda_1).a11 = function ($this$launch, completion) {
|
|
5035
|
-
var i = new Manifest$Companion$parse$slambda$slambda_1(this.
|
|
5036
|
-
i.
|
|
5035
|
+
var i = new Manifest$Companion$parse$slambda$slambda_1(this.q34_1, this.r34_1, completion);
|
|
5036
|
+
i.s34_1 = $this$launch;
|
|
5037
5037
|
return i;
|
|
5038
5038
|
};
|
|
5039
5039
|
function Manifest$Companion$parse$slambda$slambda_2($manifest, $parseFile, resultContinuation) {
|
|
@@ -5045,19 +5045,19 @@
|
|
|
5045
5045
|
return l;
|
|
5046
5046
|
}
|
|
5047
5047
|
function Manifest$Companion$parse$slambda($config, $manifest, $parseFile, resultContinuation) {
|
|
5048
|
-
this.
|
|
5049
|
-
this.
|
|
5050
|
-
this.
|
|
5048
|
+
this.f35_1 = $config;
|
|
5049
|
+
this.g35_1 = $manifest;
|
|
5050
|
+
this.h35_1 = $parseFile;
|
|
5051
5051
|
CoroutineImpl.call(this, resultContinuation);
|
|
5052
5052
|
}
|
|
5053
|
-
protoOf(Manifest$Companion$parse$slambda).
|
|
5053
|
+
protoOf(Manifest$Companion$parse$slambda).j35 = function ($this$coroutineScope, $completion) {
|
|
5054
5054
|
var tmp = this.a11($this$coroutineScope, $completion);
|
|
5055
5055
|
tmp.de_1 = Unit_getInstance();
|
|
5056
5056
|
tmp.ee_1 = null;
|
|
5057
5057
|
return tmp.ue();
|
|
5058
5058
|
};
|
|
5059
5059
|
protoOf(Manifest$Companion$parse$slambda).if = function (p1, $completion) {
|
|
5060
|
-
return this.
|
|
5060
|
+
return this.j35((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
5061
5061
|
};
|
|
5062
5062
|
protoOf(Manifest$Companion$parse$slambda).ue = function () {
|
|
5063
5063
|
var suspendResult = this.de_1;
|
|
@@ -5066,16 +5066,16 @@
|
|
|
5066
5066
|
var tmp = this.be_1;
|
|
5067
5067
|
if (tmp === 0) {
|
|
5068
5068
|
this.ce_1 = 1;
|
|
5069
|
-
if (this.
|
|
5070
|
-
launch(this.
|
|
5069
|
+
if (this.f35_1.o2q_1) {
|
|
5070
|
+
launch(this.i35_1, VOID, VOID, Manifest$Companion$parse$slambda$slambda_0(this.g35_1, this.h35_1, null));
|
|
5071
5071
|
} else {
|
|
5072
|
-
_set_pages__j2nojl(this.
|
|
5072
|
+
_set_pages__j2nojl(this.g35_1, emptyList());
|
|
5073
5073
|
}
|
|
5074
5074
|
var tmp_0;
|
|
5075
|
-
if (this.
|
|
5076
|
-
tmp_0 = launch(this.
|
|
5075
|
+
if (this.f35_1.p2q_1) {
|
|
5076
|
+
tmp_0 = launch(this.i35_1, VOID, VOID, Manifest$Companion$parse$slambda$slambda_2(this.g35_1, this.h35_1, null));
|
|
5077
5077
|
} else {
|
|
5078
|
-
_set_tips__9ug36n(this.
|
|
5078
|
+
_set_tips__9ug36n(this.g35_1, emptyMap());
|
|
5079
5079
|
tmp_0 = Unit_getInstance();
|
|
5080
5080
|
}
|
|
5081
5081
|
return tmp_0;
|
|
@@ -5089,24 +5089,24 @@
|
|
|
5089
5089
|
while (true);
|
|
5090
5090
|
};
|
|
5091
5091
|
protoOf(Manifest$Companion$parse$slambda).a11 = function ($this$coroutineScope, completion) {
|
|
5092
|
-
var i = new Manifest$Companion$parse$slambda(this.
|
|
5093
|
-
i.
|
|
5092
|
+
var i = new Manifest$Companion$parse$slambda(this.f35_1, this.g35_1, this.h35_1, completion);
|
|
5093
|
+
i.i35_1 = $this$coroutineScope;
|
|
5094
5094
|
return i;
|
|
5095
5095
|
};
|
|
5096
5096
|
function Manifest$Companion$parse$slambda_0($config, $manifest, $parseFile, resultContinuation) {
|
|
5097
5097
|
var i = new Manifest$Companion$parse$slambda($config, $manifest, $parseFile, resultContinuation);
|
|
5098
5098
|
var l = function ($this$coroutineScope, $completion) {
|
|
5099
|
-
return i.
|
|
5099
|
+
return i.j35($this$coroutineScope, $completion);
|
|
5100
5100
|
};
|
|
5101
5101
|
l.$arity = 1;
|
|
5102
5102
|
return l;
|
|
5103
5103
|
}
|
|
5104
5104
|
function $parseCOROUTINE$0(_this__u8e3s4, fileName, config, parseFile, resultContinuation) {
|
|
5105
5105
|
CoroutineImpl.call(this, resultContinuation);
|
|
5106
|
-
this.
|
|
5107
|
-
this.
|
|
5108
|
-
this.
|
|
5109
|
-
this.
|
|
5106
|
+
this.s35_1 = _this__u8e3s4;
|
|
5107
|
+
this.t35_1 = fileName;
|
|
5108
|
+
this.u35_1 = config;
|
|
5109
|
+
this.v35_1 = parseFile;
|
|
5110
5110
|
}
|
|
5111
5111
|
protoOf($parseCOROUTINE$0).ue = function () {
|
|
5112
5112
|
var suspendResult = this.de_1;
|
|
@@ -5117,17 +5117,17 @@
|
|
|
5117
5117
|
case 0:
|
|
5118
5118
|
this.ce_1 = 3;
|
|
5119
5119
|
this.be_1 = 1;
|
|
5120
|
-
suspendResult = this.
|
|
5120
|
+
suspendResult = this.v35_1(this.t35_1, this);
|
|
5121
5121
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5122
5122
|
return suspendResult;
|
|
5123
5123
|
}
|
|
5124
5124
|
|
|
5125
5125
|
continue $sm;
|
|
5126
5126
|
case 1:
|
|
5127
|
-
this.
|
|
5128
|
-
this.
|
|
5127
|
+
this.w35_1 = suspendResult;
|
|
5128
|
+
this.x35_1 = Manifest_init_$Create$(this.w35_1, this.u35_1);
|
|
5129
5129
|
this.be_1 = 2;
|
|
5130
|
-
suspendResult = coroutineScope(Manifest$Companion$parse$slambda_0(this.
|
|
5130
|
+
suspendResult = coroutineScope(Manifest$Companion$parse$slambda_0(this.u35_1, this.x35_1, this.v35_1, null), this);
|
|
5131
5131
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5132
5132
|
return suspendResult;
|
|
5133
5133
|
}
|
|
@@ -5135,7 +5135,7 @@
|
|
|
5135
5135
|
continue $sm;
|
|
5136
5136
|
case 2:
|
|
5137
5137
|
;
|
|
5138
|
-
return this.
|
|
5138
|
+
return this.x35_1;
|
|
5139
5139
|
case 3:
|
|
5140
5140
|
throw this.ee_1;
|
|
5141
5141
|
}
|
|
@@ -5157,9 +5157,9 @@
|
|
|
5157
5157
|
var Type_UNKNOWN_instance_0;
|
|
5158
5158
|
function Companion_25() {
|
|
5159
5159
|
Companion_instance_25 = this;
|
|
5160
|
-
this.
|
|
5160
|
+
this.y35_1 = Type_TRACT_getInstance();
|
|
5161
5161
|
}
|
|
5162
|
-
protoOf(Companion_25).
|
|
5162
|
+
protoOf(Companion_25).z35 = function (value) {
|
|
5163
5163
|
var tmp0_subject = value;
|
|
5164
5164
|
switch (tmp0_subject) {
|
|
5165
5165
|
case 'article':
|
|
@@ -5256,10 +5256,10 @@
|
|
|
5256
5256
|
return Companion_instance_26;
|
|
5257
5257
|
}
|
|
5258
5258
|
function _set_pages__j2nojl($this, _set____db54di) {
|
|
5259
|
-
return $this.h2u_1.
|
|
5259
|
+
return $this.h2u_1.a36($this, pages$factory(), _set____db54di);
|
|
5260
5260
|
}
|
|
5261
5261
|
function _set_tips__9ug36n($this, _set____db54di) {
|
|
5262
|
-
return $this.
|
|
5262
|
+
return $this.i2u_1.a36($this, tips$factory(), _set____db54di);
|
|
5263
5263
|
}
|
|
5264
5264
|
function Manifest_init_$Init$(parser, config, $this) {
|
|
5265
5265
|
BaseModel.call($this);
|
|
@@ -5272,13 +5272,13 @@
|
|
|
5272
5272
|
var tmp0_safe_receiver = parser.o2t('locale');
|
|
5273
5273
|
tmp.locale = tmp0_safe_receiver == null ? null : toLocaleOrNull(tmp0_safe_receiver);
|
|
5274
5274
|
var tmp_0 = $this;
|
|
5275
|
-
var tmp1_elvis_lhs = Companion_getInstance_28().
|
|
5276
|
-
tmp_0.type = tmp1_elvis_lhs == null ? Companion_getInstance_28().
|
|
5275
|
+
var tmp1_elvis_lhs = Companion_getInstance_28().z35(parser.o2t('type'));
|
|
5276
|
+
tmp_0.type = tmp1_elvis_lhs == null ? Companion_getInstance_28().y35_1 : tmp1_elvis_lhs;
|
|
5277
5277
|
var tmp_1 = $this;
|
|
5278
5278
|
var tmp$ret$0;
|
|
5279
5279
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
5280
5280
|
var tmp0_toEventIds = parser.o2t(get_XML_DISMISS_LISTENERS());
|
|
5281
|
-
tmp$ret$0 = Companion_getInstance_17().
|
|
5281
|
+
tmp$ret$0 = Companion_getInstance_17().n2v(tmp0_toEventIds);
|
|
5282
5282
|
tmp_1.dismissListeners = toSet_0(tmp$ret$0);
|
|
5283
5283
|
var tmp_2 = $this;
|
|
5284
5284
|
var tmp2_safe_receiver = parser.o2t(get_XML_PRIMARY_COLOR());
|
|
@@ -5298,29 +5298,29 @@
|
|
|
5298
5298
|
var tmp8_safe_receiver = parser.o2t(get_XML_BACKGROUND_COLOR());
|
|
5299
5299
|
var tmp9_elvis_lhs = tmp8_safe_receiver == null ? null : toColorOrNull(tmp8_safe_receiver);
|
|
5300
5300
|
tmp_6.v2t_1 = tmp9_elvis_lhs == null ? Companion_getInstance_29().e2q_1 : tmp9_elvis_lhs;
|
|
5301
|
-
$this.w2t_1 = parser.
|
|
5301
|
+
$this.w2t_1 = parser.m2v(null, get_XML_BACKGROUND_IMAGE());
|
|
5302
5302
|
var tmp_7 = $this;
|
|
5303
5303
|
var tmp10_safe_receiver = parser.o2t(get_XML_BACKGROUND_IMAGE_GRAVITY());
|
|
5304
|
-
var tmp11_elvis_lhs = tmp10_safe_receiver == null ? null : Companion_getInstance_22().
|
|
5304
|
+
var tmp11_elvis_lhs = tmp10_safe_receiver == null ? null : Companion_getInstance_22().y2w(tmp10_safe_receiver);
|
|
5305
5305
|
tmp_7.x2t_1 = tmp11_elvis_lhs == null ? Companion_getInstance_29().f2q_1 : tmp11_elvis_lhs;
|
|
5306
5306
|
var tmp_8 = $this;
|
|
5307
5307
|
var tmp12_safe_receiver = parser.o2t(get_XML_BACKGROUND_IMAGE_SCALE_TYPE());
|
|
5308
|
-
var tmp13_elvis_lhs = tmp12_safe_receiver == null ? null : Companion_getInstance_24().
|
|
5308
|
+
var tmp13_elvis_lhs = tmp12_safe_receiver == null ? null : Companion_getInstance_24().j31(tmp12_safe_receiver);
|
|
5309
5309
|
tmp_8.y2t_1 = tmp13_elvis_lhs == null ? Companion_getInstance_29().g2q_1 : tmp13_elvis_lhs;
|
|
5310
5310
|
var tmp_9 = $this;
|
|
5311
5311
|
var tmp_10 = get_XMLNS_CONTENT();
|
|
5312
5312
|
Companion_getInstance_12();
|
|
5313
|
-
var tmp14_safe_receiver = parser.
|
|
5313
|
+
var tmp14_safe_receiver = parser.m2v(tmp_10, 'card-background-color');
|
|
5314
5314
|
tmp_9.z2t_1 = tmp14_safe_receiver == null ? null : toColorOrNull(tmp14_safe_receiver);
|
|
5315
5315
|
var tmp_11 = $this;
|
|
5316
5316
|
var tmp15_safe_receiver = parser.o2t('category-label-color');
|
|
5317
5317
|
tmp_11.a2u_1 = tmp15_safe_receiver == null ? null : toColorOrNull(tmp15_safe_receiver);
|
|
5318
5318
|
var tmp_12 = $this;
|
|
5319
|
-
var tmp16_safe_receiver = parser.
|
|
5319
|
+
var tmp16_safe_receiver = parser.m2v(get_XMLNS_PAGE(), get_XML_CONTROL_COLOR());
|
|
5320
5320
|
var tmp19_elvis_lhs = tmp16_safe_receiver == null ? null : toColorOrNull(tmp16_safe_receiver);
|
|
5321
5321
|
var tmp_13;
|
|
5322
5322
|
if (tmp19_elvis_lhs == null) {
|
|
5323
|
-
var tmp17_safe_receiver = parser.
|
|
5323
|
+
var tmp17_safe_receiver = parser.m2v(get_XMLNS_LESSON(), get_XML_CONTROL_COLOR());
|
|
5324
5324
|
var tmp18_safe_receiver = tmp17_safe_receiver == null ? null : toColorOrNull(tmp17_safe_receiver);
|
|
5325
5325
|
var tmp_14;
|
|
5326
5326
|
if (tmp18_safe_receiver == null) {
|
|
@@ -5344,12 +5344,12 @@
|
|
|
5344
5344
|
var tmp_15 = $this;
|
|
5345
5345
|
var tmp_16 = get_XMLNS_CONTENT();
|
|
5346
5346
|
Companion_getInstance_32();
|
|
5347
|
-
var tmp21_safe_receiver = parser.
|
|
5347
|
+
var tmp21_safe_receiver = parser.m2v(tmp_16, 'multiselect-option-background-color');
|
|
5348
5348
|
tmp_15.c2u_1 = tmp21_safe_receiver == null ? null : toColorOrNull(tmp21_safe_receiver);
|
|
5349
5349
|
var tmp_17 = $this;
|
|
5350
5350
|
var tmp_18 = get_XMLNS_CONTENT();
|
|
5351
5351
|
Companion_getInstance_32();
|
|
5352
|
-
var tmp22_safe_receiver = parser.
|
|
5352
|
+
var tmp22_safe_receiver = parser.m2v(tmp_18, 'multiselect-option-selected-color');
|
|
5353
5353
|
tmp_17.d2u_1 = tmp22_safe_receiver == null ? null : toColorOrNull(tmp22_safe_receiver);
|
|
5354
5354
|
var tmp_19 = $this;
|
|
5355
5355
|
var tmp23_safe_receiver = parser.o2t(get_XML_TEXT_COLOR());
|
|
@@ -5381,7 +5381,7 @@
|
|
|
5381
5381
|
var tmp$ret$4;
|
|
5382
5382
|
// Inline function 'kotlin.collections.mutableMapOf' call
|
|
5383
5383
|
tmp$ret$4 = LinkedHashMap_init_$Create$();
|
|
5384
|
-
tmp_24.
|
|
5384
|
+
tmp_24.resources = tmp$ret$4;
|
|
5385
5385
|
var tmp$ret$5;
|
|
5386
5386
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
5387
5387
|
tmp$ret$5 = ArrayList_init_$Create$();
|
|
@@ -5390,12 +5390,12 @@
|
|
|
5390
5390
|
var tmp$ret$6;
|
|
5391
5391
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
5392
5392
|
tmp$ret$6 = ArrayList_init_$Create$();
|
|
5393
|
-
tmp_25.
|
|
5393
|
+
tmp_25.j2u_1 = tmp$ret$6;
|
|
5394
5394
|
var tmp_26 = $this;
|
|
5395
5395
|
var tmp$ret$7;
|
|
5396
5396
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
5397
5397
|
tmp$ret$7 = ArrayList_init_$Create$();
|
|
5398
|
-
tmp_26.
|
|
5398
|
+
tmp_26.k2u_1 = tmp$ret$7;
|
|
5399
5399
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
5400
5400
|
$l$loop_1: while (true) {
|
|
5401
5401
|
var tmp_27 = parser.h();
|
|
@@ -5428,20 +5428,20 @@
|
|
|
5428
5428
|
var tmp3_this = $this;
|
|
5429
5429
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
5430
5430
|
var tmp2_plusAssign = tmp3_this.aemImports;
|
|
5431
|
-
var tmp3_plusAssign = result.
|
|
5431
|
+
var tmp3_plusAssign = result.d36_1;
|
|
5432
5432
|
addAll(tmp2_plusAssign, tmp3_plusAssign);
|
|
5433
5433
|
|
|
5434
5434
|
var tmp4_this = $this;
|
|
5435
5435
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
5436
|
-
var tmp4_plusAssign = tmp4_this.
|
|
5437
|
-
var tmp5_plusAssign = result.
|
|
5436
|
+
var tmp4_plusAssign = tmp4_this.j2u_1;
|
|
5437
|
+
var tmp5_plusAssign = result.e36_1;
|
|
5438
5438
|
addAll(tmp4_plusAssign, tmp5_plusAssign);
|
|
5439
5439
|
|
|
5440
5440
|
break;
|
|
5441
5441
|
case 'resources':
|
|
5442
5442
|
var tmp5_this = $this;
|
|
5443
5443
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
5444
|
-
var tmp8_plusAssign = tmp5_this.
|
|
5444
|
+
var tmp8_plusAssign = tmp5_this.resources;
|
|
5445
5445
|
var tmp$ret$10;
|
|
5446
5446
|
// Inline function 'kotlin.collections.associateBy' call
|
|
5447
5447
|
var tmp7_associateBy = parseResources(parser, $this);
|
|
@@ -5466,7 +5466,7 @@
|
|
|
5466
5466
|
case 'tips':
|
|
5467
5467
|
var tmp6_this = $this;
|
|
5468
5468
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
5469
|
-
var tmp10_plusAssign = tmp6_this.
|
|
5469
|
+
var tmp10_plusAssign = tmp6_this.k2u_1;
|
|
5470
5470
|
var tmp11_plusAssign = parseTips(parser, $this);
|
|
5471
5471
|
addAll(tmp10_plusAssign, tmp11_plusAssign);
|
|
5472
5472
|
|
|
@@ -5477,7 +5477,7 @@
|
|
|
5477
5477
|
Companion_getInstance_49();
|
|
5478
5478
|
if (tmp7_subject === 'items') {
|
|
5479
5479
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
5480
|
-
var tmp12_plusAssign = Companion_getInstance_49().
|
|
5480
|
+
var tmp12_plusAssign = Companion_getInstance_49().c36(parser, $this);
|
|
5481
5481
|
addAll(shareables, tmp12_plusAssign);
|
|
5482
5482
|
}
|
|
5483
5483
|
}
|
|
@@ -5499,7 +5499,7 @@
|
|
|
5499
5499
|
var e = tmp0_iterator_0.h();
|
|
5500
5500
|
var tmp$ret$11;
|
|
5501
5501
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Manifest.<init>.<anonymous>' call
|
|
5502
|
-
tmp$ret$11 = e.
|
|
5502
|
+
tmp$ret$11 = e.p2u();
|
|
5503
5503
|
var key = tmp$ret$11;
|
|
5504
5504
|
if (set.b(key)) {
|
|
5505
5505
|
list.b(e);
|
|
@@ -5521,7 +5521,7 @@
|
|
|
5521
5521
|
}
|
|
5522
5522
|
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) {
|
|
5523
5523
|
config = config === VOID ? createParserConfig() : config;
|
|
5524
|
-
type = type === VOID ? Companion_getInstance_28().
|
|
5524
|
+
type = type === VOID ? Companion_getInstance_28().y35_1 : type;
|
|
5525
5525
|
code = code === VOID ? null : code;
|
|
5526
5526
|
locale = locale === VOID ? null : locale;
|
|
5527
5527
|
primaryColor = primaryColor === VOID ? Companion_getInstance_29().c2q_1 : primaryColor;
|
|
@@ -5608,7 +5608,7 @@
|
|
|
5608
5608
|
var tmp2_orEmpty = tmp_1;
|
|
5609
5609
|
var tmp0_elvis_lhs_0 = tmp2_orEmpty;
|
|
5610
5610
|
tmp$ret$4 = tmp0_elvis_lhs_0 == null ? emptyMap() : tmp0_elvis_lhs_0;
|
|
5611
|
-
tmp_0.
|
|
5611
|
+
tmp_0.resources = tmp$ret$4;
|
|
5612
5612
|
var tmp_2 = $this;
|
|
5613
5613
|
var tmp$ret$5;
|
|
5614
5614
|
// Inline function 'kotlin.collections.orEmpty' call
|
|
@@ -5636,7 +5636,7 @@
|
|
|
5636
5636
|
var element_0 = tmp0_iterator_0.h();
|
|
5637
5637
|
var tmp$ret$6;
|
|
5638
5638
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Manifest.<init>.<anonymous>' call
|
|
5639
|
-
tmp$ret$6 = element_0.
|
|
5639
|
+
tmp$ret$6 = element_0.u34_1;
|
|
5640
5640
|
tmp4_associateByTo.u2(tmp$ret$6, element_0);
|
|
5641
5641
|
}
|
|
5642
5642
|
tmp$ret$7 = tmp4_associateByTo;
|
|
@@ -5647,8 +5647,8 @@
|
|
|
5647
5647
|
var tmp0_elvis_lhs_2 = tmp5_orEmpty;
|
|
5648
5648
|
tmp$ret$9 = tmp0_elvis_lhs_2 == null ? emptyMap() : tmp0_elvis_lhs_2;
|
|
5649
5649
|
_set_tips__9ug36n($this, tmp$ret$9);
|
|
5650
|
+
$this.j2u_1 = emptyList();
|
|
5650
5651
|
$this.k2u_1 = emptyList();
|
|
5651
|
-
$this.l2u_1 = emptyList();
|
|
5652
5652
|
return $this;
|
|
5653
5653
|
}
|
|
5654
5654
|
function createTestManifest(config, type, code, locale, primaryColor, primaryTextColor, navBarColor, navBarControlColor, backgroundColor, cardBackgroundColor, categoryLabelColor, pageControlColor, multiselectOptionSelectedColor, textColor, textScale, resources, shareables, tips, pages) {
|
|
@@ -5703,12 +5703,12 @@
|
|
|
5703
5703
|
var tmp$ret$0;
|
|
5704
5704
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
5705
5705
|
tmp$ret$0 = ArrayList_init_$Create$();
|
|
5706
|
-
tmp.
|
|
5706
|
+
tmp.d36_1 = tmp$ret$0;
|
|
5707
5707
|
var tmp_0 = this;
|
|
5708
5708
|
var tmp$ret$1;
|
|
5709
5709
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
5710
5710
|
tmp$ret$1 = ArrayList_init_$Create$();
|
|
5711
|
-
tmp_0.
|
|
5711
|
+
tmp_0.e36_1 = tmp$ret$1;
|
|
5712
5712
|
}
|
|
5713
5713
|
function parsePages(_this__u8e3s4, $this) {
|
|
5714
5714
|
var tmp$ret$4;
|
|
@@ -5748,7 +5748,7 @@
|
|
|
5748
5748
|
var fileName = _this__u8e3s4.o2t('filename');
|
|
5749
5749
|
var tmp3_this = tmp0_also;
|
|
5750
5750
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
5751
|
-
var tmp0_plusAssign = tmp3_this.
|
|
5751
|
+
var tmp0_plusAssign = tmp3_this.e36_1;
|
|
5752
5752
|
var tmp1_plusAssign = to(fileName, src);
|
|
5753
5753
|
tmp0_plusAssign.b(tmp1_plusAssign);
|
|
5754
5754
|
}
|
|
@@ -5783,7 +5783,7 @@
|
|
|
5783
5783
|
// Inline function 'kotlin.let' call
|
|
5784
5784
|
// Inline function 'kotlin.contracts.contract' call
|
|
5785
5785
|
var tmp0_this = tmp0_also;
|
|
5786
|
-
var tmp0_plusAssign_0 = tmp0_this.
|
|
5786
|
+
var tmp0_plusAssign_0 = tmp0_this.d36_1;
|
|
5787
5787
|
tmp0_plusAssign_0.b(tmp6_safe_receiver);
|
|
5788
5788
|
tmp$ret$3 = Unit_getInstance();
|
|
5789
5789
|
}
|
|
@@ -5911,10 +5911,10 @@
|
|
|
5911
5911
|
defineProp(protoOf(Type_1), 'name', protoOf(Type_1).id);
|
|
5912
5912
|
defineProp(protoOf(Type_1), 'ordinal', protoOf(Type_1).jd);
|
|
5913
5913
|
function sam$kotlin_Comparator$0(function_0) {
|
|
5914
|
-
this.
|
|
5914
|
+
this.l36_1 = function_0;
|
|
5915
5915
|
}
|
|
5916
5916
|
protoOf(sam$kotlin_Comparator$0).wc = function (a, b) {
|
|
5917
|
-
return this.
|
|
5917
|
+
return this.l36_1(a, b);
|
|
5918
5918
|
};
|
|
5919
5919
|
protoOf(sam$kotlin_Comparator$0).compare = function (a, b) {
|
|
5920
5920
|
return this.wc(a, b);
|
|
@@ -5924,11 +5924,11 @@
|
|
|
5924
5924
|
// Inline function 'kotlin.comparisons.compareValuesBy' call
|
|
5925
5925
|
var tmp$ret$0;
|
|
5926
5926
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Manifest.<init>.<anonymous>' call
|
|
5927
|
-
tmp$ret$0 = a.
|
|
5927
|
+
tmp$ret$0 = a.i36_1;
|
|
5928
5928
|
var tmp = tmp$ret$0;
|
|
5929
5929
|
var tmp$ret$1;
|
|
5930
5930
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Manifest.<init>.<anonymous>' call
|
|
5931
|
-
tmp$ret$1 = b.
|
|
5931
|
+
tmp$ret$1 = b.i36_1;
|
|
5932
5932
|
tmp$ret$2 = compareValues(tmp, tmp$ret$1);
|
|
5933
5933
|
return tmp$ret$2;
|
|
5934
5934
|
}
|
|
@@ -5952,97 +5952,97 @@
|
|
|
5952
5952
|
Type_initEntries_1();
|
|
5953
5953
|
return Type_UNKNOWN_instance_0;
|
|
5954
5954
|
}
|
|
5955
|
-
protoOf(Manifest).
|
|
5955
|
+
protoOf(Manifest).m36 = function () {
|
|
5956
5956
|
return this.q2t_1;
|
|
5957
5957
|
};
|
|
5958
|
-
protoOf(Manifest).
|
|
5958
|
+
protoOf(Manifest).n36 = function () {
|
|
5959
5959
|
return this.code;
|
|
5960
5960
|
};
|
|
5961
|
-
protoOf(Manifest).
|
|
5961
|
+
protoOf(Manifest).o36 = function () {
|
|
5962
5962
|
return this.locale;
|
|
5963
5963
|
};
|
|
5964
5964
|
protoOf(Manifest).k1c = function () {
|
|
5965
5965
|
return this.type;
|
|
5966
5966
|
};
|
|
5967
|
-
protoOf(Manifest).
|
|
5967
|
+
protoOf(Manifest).p36 = function () {
|
|
5968
5968
|
return this.dismissListeners;
|
|
5969
5969
|
};
|
|
5970
|
-
protoOf(Manifest).
|
|
5970
|
+
protoOf(Manifest).z2x = function () {
|
|
5971
5971
|
return this.r2t_1;
|
|
5972
5972
|
};
|
|
5973
|
-
protoOf(Manifest).
|
|
5973
|
+
protoOf(Manifest).a2y = function () {
|
|
5974
5974
|
return this.s2t_1;
|
|
5975
5975
|
};
|
|
5976
|
-
protoOf(Manifest).
|
|
5976
|
+
protoOf(Manifest).q36 = function () {
|
|
5977
5977
|
var tmp0_elvis_lhs = this.t2t_1;
|
|
5978
5978
|
return tmp0_elvis_lhs == null ? this.type.equals(Type_LESSON_getInstance()) ? get_DEFAULT_LESSON_NAV_BAR_COLOR() : this.r2t_1 : tmp0_elvis_lhs;
|
|
5979
5979
|
};
|
|
5980
|
-
protoOf(Manifest).
|
|
5980
|
+
protoOf(Manifest).r36 = function () {
|
|
5981
5981
|
var tmp0_elvis_lhs = this.u2t_1;
|
|
5982
5982
|
return tmp0_elvis_lhs == null ? this.type.equals(Type_LESSON_getInstance()) ? this.r2t_1 : this.s2t_1 : tmp0_elvis_lhs;
|
|
5983
5983
|
};
|
|
5984
|
-
protoOf(Manifest).
|
|
5984
|
+
protoOf(Manifest).s36 = function () {
|
|
5985
5985
|
return this.v2t_1;
|
|
5986
5986
|
};
|
|
5987
|
-
protoOf(Manifest).
|
|
5988
|
-
return this.
|
|
5987
|
+
protoOf(Manifest).t36 = function () {
|
|
5988
|
+
return this.t2v(this.w2t_1);
|
|
5989
5989
|
};
|
|
5990
|
-
protoOf(Manifest).
|
|
5990
|
+
protoOf(Manifest).u36 = function () {
|
|
5991
5991
|
return this.x2t_1;
|
|
5992
5992
|
};
|
|
5993
|
-
protoOf(Manifest).
|
|
5993
|
+
protoOf(Manifest).v36 = function () {
|
|
5994
5994
|
return this.y2t_1;
|
|
5995
5995
|
};
|
|
5996
|
-
protoOf(Manifest).
|
|
5996
|
+
protoOf(Manifest).c2y = function () {
|
|
5997
5997
|
var tmp0_elvis_lhs = this.z2t_1;
|
|
5998
5998
|
return tmp0_elvis_lhs == null ? this.v2t_1 : tmp0_elvis_lhs;
|
|
5999
5999
|
};
|
|
6000
|
-
protoOf(Manifest).
|
|
6000
|
+
protoOf(Manifest).y2x = function () {
|
|
6001
6001
|
var tmp0_elvis_lhs = this.a2u_1;
|
|
6002
6002
|
return tmp0_elvis_lhs == null ? this.e2u_1 : tmp0_elvis_lhs;
|
|
6003
6003
|
};
|
|
6004
|
-
protoOf(Manifest).
|
|
6004
|
+
protoOf(Manifest).w36 = function () {
|
|
6005
6005
|
return this.b2u_1;
|
|
6006
6006
|
};
|
|
6007
|
-
protoOf(Manifest).
|
|
6007
|
+
protoOf(Manifest).b2y = function () {
|
|
6008
6008
|
return Companion_getInstance_29().h2q_1;
|
|
6009
6009
|
};
|
|
6010
|
-
protoOf(Manifest).
|
|
6010
|
+
protoOf(Manifest).d2y = function () {
|
|
6011
6011
|
var tmp0_elvis_lhs = this.c2u_1;
|
|
6012
6012
|
return tmp0_elvis_lhs == null ? get_multiselectOptionBackgroundColor.call(this) : tmp0_elvis_lhs;
|
|
6013
6013
|
};
|
|
6014
|
-
protoOf(Manifest).
|
|
6014
|
+
protoOf(Manifest).e2y = function () {
|
|
6015
6015
|
return this.d2u_1;
|
|
6016
6016
|
};
|
|
6017
|
-
protoOf(Manifest).
|
|
6017
|
+
protoOf(Manifest).x2x = function () {
|
|
6018
6018
|
return this.e2u_1;
|
|
6019
6019
|
};
|
|
6020
|
-
protoOf(Manifest).
|
|
6020
|
+
protoOf(Manifest).f2y = function () {
|
|
6021
6021
|
return this.f2u_1;
|
|
6022
6022
|
};
|
|
6023
|
-
protoOf(Manifest).
|
|
6023
|
+
protoOf(Manifest).x36 = function () {
|
|
6024
6024
|
var tmp0_safe_receiver = this.g2u_1;
|
|
6025
6025
|
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.text;
|
|
6026
6026
|
};
|
|
6027
|
-
protoOf(Manifest).
|
|
6027
|
+
protoOf(Manifest).l37 = function () {
|
|
6028
6028
|
return this.aemImports;
|
|
6029
6029
|
};
|
|
6030
|
-
protoOf(Manifest).
|
|
6030
|
+
protoOf(Manifest).m37 = function () {
|
|
6031
6031
|
return this.categories;
|
|
6032
6032
|
};
|
|
6033
|
-
protoOf(Manifest).
|
|
6034
|
-
return this.h2u_1.
|
|
6033
|
+
protoOf(Manifest).n37 = function () {
|
|
6034
|
+
return this.h2u_1.o37(this, pages$factory_0());
|
|
6035
6035
|
};
|
|
6036
|
-
protoOf(Manifest).
|
|
6037
|
-
return this.
|
|
6036
|
+
protoOf(Manifest).p37 = function () {
|
|
6037
|
+
return this.resources;
|
|
6038
6038
|
};
|
|
6039
|
-
protoOf(Manifest).
|
|
6039
|
+
protoOf(Manifest).q37 = function () {
|
|
6040
6040
|
return this.shareables;
|
|
6041
6041
|
};
|
|
6042
6042
|
protoOf(Manifest).c2t = function () {
|
|
6043
|
-
return this.
|
|
6043
|
+
return this.i2u_1.o37(this, tips$factory_0());
|
|
6044
6044
|
};
|
|
6045
|
-
protoOf(Manifest).
|
|
6045
|
+
protoOf(Manifest).r37 = function () {
|
|
6046
6046
|
var tmp$ret$12;
|
|
6047
6047
|
// Inline function 'kotlin.collections.buildSet' call
|
|
6048
6048
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -6055,7 +6055,7 @@
|
|
|
6055
6055
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Manifest.<get-relatedFiles>.<anonymous>' call
|
|
6056
6056
|
var tmp$ret$2;
|
|
6057
6057
|
// Inline function 'kotlin.collections.map' call
|
|
6058
|
-
var tmp1_map = this.
|
|
6058
|
+
var tmp1_map = this.j2u_1;
|
|
6059
6059
|
var tmp$ret$1;
|
|
6060
6060
|
// Inline function 'kotlin.collections.mapTo' call
|
|
6061
6061
|
var tmp0_mapTo = ArrayList_init_$Create$_0(collectionSizeOrDefault(tmp1_map, 10));
|
|
@@ -6072,7 +6072,7 @@
|
|
|
6072
6072
|
tmp0_apply.k(tmp$ret$2);
|
|
6073
6073
|
var tmp$ret$5;
|
|
6074
6074
|
// Inline function 'kotlin.collections.map' call
|
|
6075
|
-
var tmp3_map = this.
|
|
6075
|
+
var tmp3_map = this.k2u_1;
|
|
6076
6076
|
var tmp$ret$4;
|
|
6077
6077
|
// Inline function 'kotlin.collections.mapTo' call
|
|
6078
6078
|
var tmp2_mapTo = ArrayList_init_$Create$_0(collectionSizeOrDefault(tmp3_map, 10));
|
|
@@ -6089,7 +6089,7 @@
|
|
|
6089
6089
|
tmp0_apply.k(tmp$ret$5);
|
|
6090
6090
|
var tmp$ret$9;
|
|
6091
6091
|
// Inline function 'kotlin.collections.mapNotNull' call
|
|
6092
|
-
var tmp5_mapNotNull = this.
|
|
6092
|
+
var tmp5_mapNotNull = this.resources.d2();
|
|
6093
6093
|
var tmp$ret$8;
|
|
6094
6094
|
// Inline function 'kotlin.collections.mapNotNullTo' call
|
|
6095
6095
|
var tmp4_mapNotNullTo = ArrayList_init_$Create$();
|
|
@@ -6123,7 +6123,7 @@
|
|
|
6123
6123
|
protoOf(Manifest).a2p = function () {
|
|
6124
6124
|
return this;
|
|
6125
6125
|
};
|
|
6126
|
-
protoOf(Manifest).
|
|
6126
|
+
protoOf(Manifest).s37 = function () {
|
|
6127
6127
|
var tmp;
|
|
6128
6128
|
var tmp$ret$0;
|
|
6129
6129
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
@@ -6136,7 +6136,7 @@
|
|
|
6136
6136
|
if (!this.q2t_1.p2q_1) {
|
|
6137
6137
|
var tmp$ret$1;
|
|
6138
6138
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
6139
|
-
var tmp1_isNotEmpty = this.
|
|
6139
|
+
var tmp1_isNotEmpty = this.k2u_1;
|
|
6140
6140
|
tmp$ret$1 = !tmp1_isNotEmpty.m();
|
|
6141
6141
|
tmp_0 = tmp$ret$1;
|
|
6142
6142
|
} else {
|
|
@@ -6146,7 +6146,7 @@
|
|
|
6146
6146
|
}
|
|
6147
6147
|
return tmp;
|
|
6148
6148
|
};
|
|
6149
|
-
protoOf(Manifest).
|
|
6149
|
+
protoOf(Manifest).t2v = function (name) {
|
|
6150
6150
|
var tmp0_safe_receiver = name;
|
|
6151
6151
|
var tmp;
|
|
6152
6152
|
if (tmp0_safe_receiver == null) {
|
|
@@ -6157,13 +6157,13 @@
|
|
|
6157
6157
|
// Inline function 'kotlin.contracts.contract' call
|
|
6158
6158
|
var tmp$ret$0;
|
|
6159
6159
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Manifest.getResource.<anonymous>' call
|
|
6160
|
-
tmp$ret$0 = this.
|
|
6160
|
+
tmp$ret$0 = this.resources.c2(name);
|
|
6161
6161
|
tmp$ret$1 = tmp$ret$0;
|
|
6162
6162
|
tmp = tmp$ret$1;
|
|
6163
6163
|
}
|
|
6164
6164
|
return tmp;
|
|
6165
6165
|
};
|
|
6166
|
-
protoOf(Manifest).
|
|
6166
|
+
protoOf(Manifest).t37 = function (category) {
|
|
6167
6167
|
var tmp$ret$1;
|
|
6168
6168
|
$l$block: {
|
|
6169
6169
|
// Inline function 'kotlin.collections.firstOrNull' call
|
|
@@ -6173,7 +6173,7 @@
|
|
|
6173
6173
|
var element = tmp0_iterator.h();
|
|
6174
6174
|
var tmp$ret$0;
|
|
6175
6175
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Manifest.findCategory.<anonymous>' call
|
|
6176
|
-
tmp$ret$0 = element.
|
|
6176
|
+
tmp$ret$0 = element.t2x_1 == category;
|
|
6177
6177
|
if (tmp$ret$0) {
|
|
6178
6178
|
tmp$ret$1 = element;
|
|
6179
6179
|
break $l$block;
|
|
@@ -6217,7 +6217,7 @@
|
|
|
6217
6217
|
}
|
|
6218
6218
|
return tmp;
|
|
6219
6219
|
};
|
|
6220
|
-
protoOf(Manifest).
|
|
6220
|
+
protoOf(Manifest).u37 = function (id) {
|
|
6221
6221
|
var tmp0_safe_receiver = id;
|
|
6222
6222
|
var tmp;
|
|
6223
6223
|
if (tmp0_safe_receiver == null) {
|
|
@@ -6237,7 +6237,7 @@
|
|
|
6237
6237
|
var element = tmp0_iterator.h();
|
|
6238
6238
|
var tmp$ret$0;
|
|
6239
6239
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Manifest.findShareable.<anonymous>.<anonymous>' call
|
|
6240
|
-
tmp$ret$0 = element.
|
|
6240
|
+
tmp$ret$0 = element.p2u() == id;
|
|
6241
6241
|
if (tmp$ret$0) {
|
|
6242
6242
|
tmp$ret$1 = element;
|
|
6243
6243
|
break $l$block;
|
|
@@ -6251,34 +6251,42 @@
|
|
|
6251
6251
|
}
|
|
6252
6252
|
return tmp;
|
|
6253
6253
|
};
|
|
6254
|
-
protoOf(Manifest).
|
|
6254
|
+
protoOf(Manifest).v37 = function (id) {
|
|
6255
6255
|
var tmp$ret$0;
|
|
6256
6256
|
// Inline function 'kotlin.collections.get' call
|
|
6257
6257
|
var tmp0_get = this.c2t();
|
|
6258
6258
|
tmp$ret$0 = (isInterface(tmp0_get, Map) ? tmp0_get : THROW_CCE()).c2(id);
|
|
6259
6259
|
return tmp$ret$0;
|
|
6260
6260
|
};
|
|
6261
|
-
protoOf(Manifest).
|
|
6261
|
+
protoOf(Manifest).w37 = function () {
|
|
6262
6262
|
var tmp$ret$0;
|
|
6263
6263
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
6264
6264
|
var tmp0_toTypedArray = this._pages;
|
|
6265
6265
|
tmp$ret$0 = copyToArray(tmp0_toTypedArray);
|
|
6266
6266
|
return tmp$ret$0;
|
|
6267
6267
|
};
|
|
6268
|
+
protoOf(Manifest).x37 = function () {
|
|
6269
|
+
var tmp$ret$0;
|
|
6270
|
+
// Inline function 'kotlin.collections.toTypedArray' call
|
|
6271
|
+
var tmp0_toTypedArray = this.resources.d2();
|
|
6272
|
+
tmp$ret$0 = copyToArray(tmp0_toTypedArray);
|
|
6273
|
+
return tmp$ret$0;
|
|
6274
|
+
};
|
|
6268
6275
|
function Manifest() {
|
|
6269
6276
|
Companion_getInstance_29();
|
|
6270
6277
|
this.h2u_1 = setOnce();
|
|
6271
|
-
this.
|
|
6278
|
+
this.i2u_1 = setOnce();
|
|
6272
6279
|
}
|
|
6273
|
-
defineProp(protoOf(Manifest), 'backgroundImage', protoOf(Manifest).
|
|
6274
|
-
defineProp(protoOf(Manifest), 'title', protoOf(Manifest).
|
|
6275
|
-
defineProp(protoOf(Manifest), '_pages', protoOf(Manifest).
|
|
6276
|
-
defineProp(protoOf(Manifest), 'relatedFiles', protoOf(Manifest).
|
|
6280
|
+
defineProp(protoOf(Manifest), 'backgroundImage', protoOf(Manifest).t36);
|
|
6281
|
+
defineProp(protoOf(Manifest), 'title', protoOf(Manifest).x36);
|
|
6282
|
+
defineProp(protoOf(Manifest), '_pages', protoOf(Manifest).n37);
|
|
6283
|
+
defineProp(protoOf(Manifest), 'relatedFiles', protoOf(Manifest).r37);
|
|
6277
6284
|
defineProp(protoOf(Manifest), 'manifest', function () {
|
|
6278
6285
|
return this.a2p();
|
|
6279
6286
|
});
|
|
6280
|
-
defineProp(protoOf(Manifest), 'hasTips', protoOf(Manifest).
|
|
6281
|
-
defineProp(protoOf(Manifest), 'pages', protoOf(Manifest).
|
|
6287
|
+
defineProp(protoOf(Manifest), 'hasTips', protoOf(Manifest).s37);
|
|
6288
|
+
defineProp(protoOf(Manifest), 'pages', protoOf(Manifest).w37);
|
|
6289
|
+
defineProp(protoOf(Manifest), 'jsResources', protoOf(Manifest).x37);
|
|
6282
6290
|
defineProp(protoOf(Manifest), 'stylesParent', function () {
|
|
6283
6291
|
return this.a2t();
|
|
6284
6292
|
});
|
|
@@ -6957,8 +6965,8 @@
|
|
|
6957
6965
|
var tmp = get_XMLNS_MANIFEST();
|
|
6958
6966
|
Companion_getInstance_34();
|
|
6959
6967
|
parser.u2r(2, tmp, 'resource');
|
|
6960
|
-
$this.name = parser.
|
|
6961
|
-
$this.localName = parser.
|
|
6968
|
+
$this.name = parser.m2v(null, 'filename');
|
|
6969
|
+
$this.localName = parser.m2v(null, 'src');
|
|
6962
6970
|
skipTag(parser);
|
|
6963
6971
|
return $this;
|
|
6964
6972
|
}
|
|
@@ -7073,37 +7081,37 @@
|
|
|
7073
7081
|
}
|
|
7074
7082
|
function get_primaryColor_0(_this__u8e3s4) {
|
|
7075
7083
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
7076
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7084
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.z2x();
|
|
7077
7085
|
return tmp1_elvis_lhs == null ? Companion_getInstance_29().c2q_1 : tmp1_elvis_lhs;
|
|
7078
7086
|
}
|
|
7079
7087
|
function get_multiselectOptionBackgroundColor_0(_this__u8e3s4) {
|
|
7080
7088
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
7081
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7089
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.d2y();
|
|
7082
7090
|
return tmp1_elvis_lhs == null ? get_backgroundColor(get_manifest(_this__u8e3s4)) : tmp1_elvis_lhs;
|
|
7083
7091
|
}
|
|
7084
7092
|
function get_primaryTextColor_0(_this__u8e3s4) {
|
|
7085
7093
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
7086
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7094
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.a2y();
|
|
7087
7095
|
return tmp1_elvis_lhs == null ? Companion_getInstance_29().d2q_1 : tmp1_elvis_lhs;
|
|
7088
7096
|
}
|
|
7089
7097
|
function get_buttonStyle_0(_this__u8e3s4) {
|
|
7090
7098
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
7091
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7099
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.b2y();
|
|
7092
7100
|
return tmp1_elvis_lhs == null ? Companion_getInstance_29().h2q_1 : tmp1_elvis_lhs;
|
|
7093
7101
|
}
|
|
7094
7102
|
function get_cardBackgroundColor_0(_this__u8e3s4) {
|
|
7095
7103
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
7096
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7104
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.c2y();
|
|
7097
7105
|
return tmp1_elvis_lhs == null ? Companion_getInstance_29().e2q_1 : tmp1_elvis_lhs;
|
|
7098
7106
|
}
|
|
7099
7107
|
function get_textColor_0(_this__u8e3s4) {
|
|
7100
7108
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
7101
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7109
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.x2x();
|
|
7102
7110
|
return tmp1_elvis_lhs == null ? Companion_getInstance_29().i2q_1 : tmp1_elvis_lhs;
|
|
7103
7111
|
}
|
|
7104
7112
|
function get_textScale_0(_this__u8e3s4) {
|
|
7105
7113
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
7106
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7114
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.f2y();
|
|
7107
7115
|
var tmp;
|
|
7108
7116
|
if (tmp1_elvis_lhs == null) {
|
|
7109
7117
|
Companion_getInstance_37();
|
|
@@ -7115,7 +7123,7 @@
|
|
|
7115
7123
|
}
|
|
7116
7124
|
function get_textAlign_0(_this__u8e3s4) {
|
|
7117
7125
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
7118
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7126
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.g2y();
|
|
7119
7127
|
return tmp1_elvis_lhs == null ? Companion_getInstance_29().j2q_1 : tmp1_elvis_lhs;
|
|
7120
7128
|
}
|
|
7121
7129
|
function stylesOverride(_this__u8e3s4, textAlign, textColor, textScale) {
|
|
@@ -7137,17 +7145,17 @@
|
|
|
7137
7145
|
this.r3a_1 = _textColor;
|
|
7138
7146
|
this.s3a_1 = _textScale;
|
|
7139
7147
|
}
|
|
7140
|
-
protoOf(StylesOverride).
|
|
7148
|
+
protoOf(StylesOverride).g2y = function () {
|
|
7141
7149
|
var tmp0_safe_receiver = this.q3a_1;
|
|
7142
7150
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver();
|
|
7143
7151
|
return tmp1_elvis_lhs == null ? get_textAlign.call(this) : tmp1_elvis_lhs;
|
|
7144
7152
|
};
|
|
7145
|
-
protoOf(StylesOverride).
|
|
7153
|
+
protoOf(StylesOverride).x2x = function () {
|
|
7146
7154
|
var tmp0_safe_receiver = this.r3a_1;
|
|
7147
7155
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver();
|
|
7148
7156
|
return tmp1_elvis_lhs == null ? get_textColor.call(this) : tmp1_elvis_lhs;
|
|
7149
7157
|
};
|
|
7150
|
-
protoOf(StylesOverride).
|
|
7158
|
+
protoOf(StylesOverride).f2y = function () {
|
|
7151
7159
|
return get_textScale.call(this) * this.s3a_1;
|
|
7152
7160
|
};
|
|
7153
7161
|
defineProp(protoOf(StylesOverride), 'stylesParent', function () {
|
|
@@ -7172,7 +7180,7 @@
|
|
|
7172
7180
|
} else {
|
|
7173
7181
|
var tmp$ret$0;
|
|
7174
7182
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
7175
|
-
tmp$ret$0 = Companion_getInstance_17().
|
|
7183
|
+
tmp$ret$0 = Companion_getInstance_17().n2v(tmp0_safe_receiver);
|
|
7176
7184
|
tmp_0 = tmp$ret$0;
|
|
7177
7185
|
}
|
|
7178
7186
|
var tmp1_safe_receiver = tmp_0;
|
|
@@ -7595,10 +7603,10 @@
|
|
|
7595
7603
|
parser.u2r(2, tmp, 'text');
|
|
7596
7604
|
var tmp_0 = $this;
|
|
7597
7605
|
var tmp0_safe_receiver = parser.o2t('text-align');
|
|
7598
|
-
tmp_0.
|
|
7606
|
+
tmp_0.g37_1 = tmp0_safe_receiver == null ? null : Companion_getInstance_39().j3b(tmp0_safe_receiver);
|
|
7599
7607
|
var tmp_1 = $this;
|
|
7600
7608
|
var tmp1_safe_receiver = parser.o2t(get_XML_TEXT_COLOR());
|
|
7601
|
-
tmp_1.
|
|
7609
|
+
tmp_1.h37_1 = tmp1_safe_receiver == null ? null : toColorOrNull(tmp1_safe_receiver);
|
|
7602
7610
|
var tmp_2 = $this;
|
|
7603
7611
|
var tmp2_safe_receiver = parser.o2t(get_XML_TEXT_SCALE());
|
|
7604
7612
|
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : toDoubleOrNull(tmp2_safe_receiver);
|
|
@@ -7609,7 +7617,7 @@
|
|
|
7609
7617
|
} else {
|
|
7610
7618
|
tmp_3 = tmp3_elvis_lhs;
|
|
7611
7619
|
}
|
|
7612
|
-
tmp_2.
|
|
7620
|
+
tmp_2.i37_1 = tmp_3;
|
|
7613
7621
|
var tmp_4 = $this;
|
|
7614
7622
|
var tmp$ret$0;
|
|
7615
7623
|
// Inline function 'kotlin.collections.orEmpty' call
|
|
@@ -7649,7 +7657,7 @@
|
|
|
7649
7657
|
tmp_8 = tmp7_elvis_lhs;
|
|
7650
7658
|
}
|
|
7651
7659
|
tmp_5.minimumLines = tmp_8;
|
|
7652
|
-
$this.
|
|
7660
|
+
$this.j37_1 = parser.o2t('start-image');
|
|
7653
7661
|
var tmp_9 = $this;
|
|
7654
7662
|
var tmp8_safe_receiver = parser.o2t('start-image-size');
|
|
7655
7663
|
var tmp9_elvis_lhs = tmp8_safe_receiver == null ? null : toIntOrNull(tmp8_safe_receiver);
|
|
@@ -7661,7 +7669,7 @@
|
|
|
7661
7669
|
tmp_10 = tmp9_elvis_lhs;
|
|
7662
7670
|
}
|
|
7663
7671
|
tmp_9.startImageSize = tmp_10;
|
|
7664
|
-
$this.
|
|
7672
|
+
$this.k37_1 = parser.o2t('end-image');
|
|
7665
7673
|
var tmp_11 = $this;
|
|
7666
7674
|
var tmp10_safe_receiver = parser.o2t('end-image-size');
|
|
7667
7675
|
var tmp11_elvis_lhs = tmp10_safe_receiver == null ? null : toIntOrNull(tmp10_safe_receiver);
|
|
@@ -7698,18 +7706,18 @@
|
|
|
7698
7706
|
Content_init_$Init$_0(parent, VOID, VOID, VOID, VOID, VOID, VOID, VOID, $this);
|
|
7699
7707
|
Text.call($this);
|
|
7700
7708
|
$this.text = text;
|
|
7701
|
-
$this.
|
|
7702
|
-
$this.
|
|
7703
|
-
$this.
|
|
7709
|
+
$this.g37_1 = textAlign;
|
|
7710
|
+
$this.h37_1 = textColor;
|
|
7711
|
+
$this.i37_1 = textScale;
|
|
7704
7712
|
$this.textStyles = textStyles;
|
|
7705
7713
|
var tmp_0 = $this;
|
|
7706
7714
|
Companion_getInstance_41();
|
|
7707
7715
|
tmp_0.minimumLines = 0;
|
|
7708
|
-
$this.
|
|
7716
|
+
$this.j37_1 = startImage;
|
|
7709
7717
|
var tmp_1 = $this;
|
|
7710
7718
|
Companion_getInstance_41();
|
|
7711
7719
|
tmp_1.startImageSize = 40;
|
|
7712
|
-
$this.
|
|
7720
|
+
$this.k37_1 = endImage;
|
|
7713
7721
|
var tmp_2 = $this;
|
|
7714
7722
|
Companion_getInstance_41();
|
|
7715
7723
|
tmp_2.endImageSize = 40;
|
|
@@ -7755,16 +7763,16 @@
|
|
|
7755
7763
|
protoOf(Text).c1d = function () {
|
|
7756
7764
|
return this.text;
|
|
7757
7765
|
};
|
|
7758
|
-
protoOf(Text).
|
|
7759
|
-
var tmp0_elvis_lhs = this.
|
|
7766
|
+
protoOf(Text).g2y = function () {
|
|
7767
|
+
var tmp0_elvis_lhs = this.g37_1;
|
|
7760
7768
|
return tmp0_elvis_lhs == null ? get_textAlign_0(this.a2t()) : tmp0_elvis_lhs;
|
|
7761
7769
|
};
|
|
7762
|
-
protoOf(Text).
|
|
7763
|
-
var tmp0_elvis_lhs = this.
|
|
7770
|
+
protoOf(Text).x2x = function () {
|
|
7771
|
+
var tmp0_elvis_lhs = this.h37_1;
|
|
7764
7772
|
return tmp0_elvis_lhs == null ? get_textColor_0(this.a2t()) : tmp0_elvis_lhs;
|
|
7765
7773
|
};
|
|
7766
|
-
protoOf(Text).
|
|
7767
|
-
return this.
|
|
7774
|
+
protoOf(Text).f2y = function () {
|
|
7775
|
+
return this.i37_1 * get_textScale_0(this.a2t());
|
|
7768
7776
|
};
|
|
7769
7777
|
protoOf(Text).t3b = function () {
|
|
7770
7778
|
return this.textStyles;
|
|
@@ -7773,19 +7781,19 @@
|
|
|
7773
7781
|
return this.minimumLines;
|
|
7774
7782
|
};
|
|
7775
7783
|
protoOf(Text).v3b = function () {
|
|
7776
|
-
return this.
|
|
7784
|
+
return this.j37_1;
|
|
7777
7785
|
};
|
|
7778
7786
|
protoOf(Text).w3b = function () {
|
|
7779
|
-
return getResource(this, this.
|
|
7787
|
+
return getResource(this, this.j37_1);
|
|
7780
7788
|
};
|
|
7781
7789
|
protoOf(Text).x3b = function () {
|
|
7782
7790
|
return this.startImageSize;
|
|
7783
7791
|
};
|
|
7784
7792
|
protoOf(Text).y3b = function () {
|
|
7785
|
-
return this.
|
|
7793
|
+
return this.k37_1;
|
|
7786
7794
|
};
|
|
7787
7795
|
protoOf(Text).z3b = function () {
|
|
7788
|
-
return getResource(this, this.
|
|
7796
|
+
return getResource(this, this.k37_1);
|
|
7789
7797
|
};
|
|
7790
7798
|
protoOf(Text).a3c = function () {
|
|
7791
7799
|
return this.endImageSize;
|
|
@@ -7937,7 +7945,7 @@
|
|
|
7937
7945
|
}
|
|
7938
7946
|
return tmp;
|
|
7939
7947
|
};
|
|
7940
|
-
protoOf(Companion_39).
|
|
7948
|
+
protoOf(Companion_39).j2y = function (_this__u8e3s4) {
|
|
7941
7949
|
var tmp;
|
|
7942
7950
|
try {
|
|
7943
7951
|
tmp = this.f2r(_this__u8e3s4);
|
|
@@ -8048,7 +8056,7 @@
|
|
|
8048
8056
|
Companion_instance_40 = this;
|
|
8049
8057
|
this.d3c_1 = Provider_UNKNOWN_getInstance();
|
|
8050
8058
|
}
|
|
8051
|
-
protoOf(Companion_40).
|
|
8059
|
+
protoOf(Companion_40).z35 = function (value) {
|
|
8052
8060
|
var tmp0_subject = value;
|
|
8053
8061
|
return tmp0_subject === 'youtube' ? Provider_YOUTUBE_getInstance() : null;
|
|
8054
8062
|
};
|
|
@@ -8092,18 +8100,18 @@
|
|
|
8092
8100
|
Companion_getInstance_44();
|
|
8093
8101
|
parser.u2r(2, tmp, 'video');
|
|
8094
8102
|
var tmp_0 = $this;
|
|
8095
|
-
var tmp0_elvis_lhs = Companion_getInstance_43().
|
|
8103
|
+
var tmp0_elvis_lhs = Companion_getInstance_43().z35(parser.o2t('provider'));
|
|
8096
8104
|
tmp_0.q3c_1 = tmp0_elvis_lhs == null ? Companion_getInstance_43().d3c_1 : tmp0_elvis_lhs;
|
|
8097
8105
|
$this.r3c_1 = parser.o2t('video-id');
|
|
8098
8106
|
var tmp_1 = $this;
|
|
8099
|
-
var tmp1_elvis_lhs = Companion_getInstance_8().
|
|
8107
|
+
var tmp1_elvis_lhs = Companion_getInstance_8().q2v(parser.o2t('aspect-ratio'));
|
|
8100
8108
|
tmp_1.s3c_1 = tmp1_elvis_lhs == null ? Companion_getInstance_44().f3c_1 : tmp1_elvis_lhs;
|
|
8101
8109
|
var tmp_2 = $this;
|
|
8102
|
-
var tmp2_safe_receiver = Companion_getInstance_22().
|
|
8110
|
+
var tmp2_safe_receiver = Companion_getInstance_22().y2w(parser.o2t('gravity'));
|
|
8103
8111
|
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.horizontal;
|
|
8104
8112
|
tmp_2.t3c_1 = tmp3_elvis_lhs == null ? Companion_getInstance_44().g3c_1 : tmp3_elvis_lhs;
|
|
8105
8113
|
var tmp_3 = $this;
|
|
8106
|
-
var tmp4_safe_receiver = Companion_getInstance_16().
|
|
8114
|
+
var tmp4_safe_receiver = Companion_getInstance_16().z2w(parser.o2t('width'));
|
|
8107
8115
|
var tmp_4;
|
|
8108
8116
|
if (tmp4_safe_receiver == null) {
|
|
8109
8117
|
tmp_4 = null;
|
|
@@ -8899,16 +8907,16 @@
|
|
|
8899
8907
|
});
|
|
8900
8908
|
function Companion_45() {
|
|
8901
8909
|
Companion_instance_45 = this;
|
|
8902
|
-
this.
|
|
8910
|
+
this.e33_1 = 'page';
|
|
8903
8911
|
var tmp = this;
|
|
8904
8912
|
var tmp$ret$0;
|
|
8905
8913
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.color' call
|
|
8906
8914
|
tmp$ret$0 = toPlatformColor(Companion_getInstance_0().k2j(0 / 255.0, 0 / 255.0, 0 / 255.0, 0.0));
|
|
8907
|
-
tmp.
|
|
8908
|
-
this.
|
|
8909
|
-
this.
|
|
8915
|
+
tmp.f33_1 = tmp$ret$0;
|
|
8916
|
+
this.g33_1 = Companion_getInstance_22().CENTER;
|
|
8917
|
+
this.h33_1 = ImageScaleType_FILL_X_getInstance();
|
|
8910
8918
|
}
|
|
8911
|
-
protoOf(Companion_45).
|
|
8919
|
+
protoOf(Companion_45).i33 = function (manifest, fileName, parser) {
|
|
8912
8920
|
Companion_getInstance_59();
|
|
8913
8921
|
parser.u2r(2, null, 'page');
|
|
8914
8922
|
var tmp0_subject = parser.w2r();
|
|
@@ -8918,7 +8926,7 @@
|
|
|
8918
8926
|
} else if (tmp0_subject === get_XMLNS_TRACT()) {
|
|
8919
8927
|
tmp = TractPage_init_$Create$(manifest, fileName, parser);
|
|
8920
8928
|
} else if (tmp0_subject === get_XMLNS_PAGE()) {
|
|
8921
|
-
var type = parser.
|
|
8929
|
+
var type = parser.m2v(get_XMLNS_XSI(), 'type');
|
|
8922
8930
|
var tmp_0;
|
|
8923
8931
|
Companion_getInstance_46();
|
|
8924
8932
|
if (type === 'cardcollection') {
|
|
@@ -8962,7 +8970,7 @@
|
|
|
8962
8970
|
return tmp_1;
|
|
8963
8971
|
};
|
|
8964
8972
|
protoOf(Companion_45).a3f = function (_this__u8e3s4, type) {
|
|
8965
|
-
var actual = _this__u8e3s4.
|
|
8973
|
+
var actual = _this__u8e3s4.m2v(get_XMLNS_XSI(), 'type');
|
|
8966
8974
|
if (!(type === actual))
|
|
8967
8975
|
throw new XmlPullParserException('expected ' + type + ' not ' + actual);
|
|
8968
8976
|
};
|
|
@@ -8980,7 +8988,7 @@
|
|
|
8980
8988
|
parser.u2r(2, null, 'page');
|
|
8981
8989
|
$this.u3d_1 = parser.o2t('id');
|
|
8982
8990
|
$this.v3d_1 = fileName;
|
|
8983
|
-
$this.w3d_1 = parser.
|
|
8991
|
+
$this.w3d_1 = parser.m2v(get_XMLNS_CYOA(), 'parent');
|
|
8984
8992
|
var tmp = $this;
|
|
8985
8993
|
var tmp0_safe_receiver = parser.o2t('hidden');
|
|
8986
8994
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : toBoolean(tmp0_safe_receiver);
|
|
@@ -8989,13 +8997,13 @@
|
|
|
8989
8997
|
var tmp$ret$0;
|
|
8990
8998
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
8991
8999
|
var tmp0_toEventIds = parser.o2t(get_XML_LISTENERS());
|
|
8992
|
-
tmp$ret$0 = Companion_getInstance_17().
|
|
9000
|
+
tmp$ret$0 = Companion_getInstance_17().n2v(tmp0_toEventIds);
|
|
8993
9001
|
tmp_0.listeners = toSet_0(tmp$ret$0);
|
|
8994
9002
|
var tmp_1 = $this;
|
|
8995
9003
|
var tmp$ret$1;
|
|
8996
9004
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
8997
9005
|
var tmp1_toEventIds = parser.o2t(get_XML_DISMISS_LISTENERS());
|
|
8998
|
-
tmp$ret$1 = Companion_getInstance_17().
|
|
9006
|
+
tmp$ret$1 = Companion_getInstance_17().n2v(tmp1_toEventIds);
|
|
8999
9007
|
tmp_1.dismissListeners = toSet_0(tmp$ret$1);
|
|
9000
9008
|
var tmp_2 = $this;
|
|
9001
9009
|
var tmp2_safe_receiver = parser.o2t(get_XML_PRIMARY_COLOR());
|
|
@@ -9006,33 +9014,33 @@
|
|
|
9006
9014
|
var tmp_4 = $this;
|
|
9007
9015
|
var tmp4_safe_receiver = parser.o2t(get_XML_BACKGROUND_COLOR());
|
|
9008
9016
|
var tmp5_elvis_lhs = tmp4_safe_receiver == null ? null : toColorOrNull(tmp4_safe_receiver);
|
|
9009
|
-
tmp_4.z3d_1 = tmp5_elvis_lhs == null ? Companion_getInstance_48().
|
|
9017
|
+
tmp_4.z3d_1 = tmp5_elvis_lhs == null ? Companion_getInstance_48().f33_1 : tmp5_elvis_lhs;
|
|
9010
9018
|
$this.a3e_1 = parser.o2t(get_XML_BACKGROUND_IMAGE());
|
|
9011
9019
|
var tmp_5 = $this;
|
|
9012
9020
|
var tmp6_safe_receiver = parser.o2t(get_XML_BACKGROUND_IMAGE_GRAVITY());
|
|
9013
|
-
var tmp7_elvis_lhs = tmp6_safe_receiver == null ? null : Companion_getInstance_22().
|
|
9014
|
-
tmp_5.b3e_1 = tmp7_elvis_lhs == null ? Companion_getInstance_48().
|
|
9021
|
+
var tmp7_elvis_lhs = tmp6_safe_receiver == null ? null : Companion_getInstance_22().y2w(tmp6_safe_receiver);
|
|
9022
|
+
tmp_5.b3e_1 = tmp7_elvis_lhs == null ? Companion_getInstance_48().g33_1 : tmp7_elvis_lhs;
|
|
9015
9023
|
var tmp_6 = $this;
|
|
9016
9024
|
var tmp8_safe_receiver = parser.o2t(get_XML_BACKGROUND_IMAGE_SCALE_TYPE());
|
|
9017
|
-
var tmp9_elvis_lhs = tmp8_safe_receiver == null ? null : Companion_getInstance_24().
|
|
9018
|
-
tmp_6.c3e_1 = tmp9_elvis_lhs == null ? Companion_getInstance_48().
|
|
9025
|
+
var tmp9_elvis_lhs = tmp8_safe_receiver == null ? null : Companion_getInstance_24().j31(tmp8_safe_receiver);
|
|
9026
|
+
tmp_6.c3e_1 = tmp9_elvis_lhs == null ? Companion_getInstance_48().h33_1 : tmp9_elvis_lhs;
|
|
9019
9027
|
var tmp_7 = $this;
|
|
9020
9028
|
var tmp10_safe_receiver = parser.o2t(get_XML_CONTROL_COLOR());
|
|
9021
9029
|
tmp_7.d3e_1 = tmp10_safe_receiver == null ? null : toColorOrNull(tmp10_safe_receiver);
|
|
9022
9030
|
var tmp_8 = $this;
|
|
9023
9031
|
var tmp_9 = get_XMLNS_CONTENT();
|
|
9024
9032
|
Companion_getInstance_12();
|
|
9025
|
-
var tmp11_safe_receiver = parser.
|
|
9033
|
+
var tmp11_safe_receiver = parser.m2v(tmp_9, 'card-background-color');
|
|
9026
9034
|
tmp_8.e3e_1 = tmp11_safe_receiver == null ? null : toColorOrNull(tmp11_safe_receiver);
|
|
9027
9035
|
var tmp_10 = $this;
|
|
9028
9036
|
var tmp_11 = get_XMLNS_CONTENT();
|
|
9029
9037
|
Companion_getInstance_32();
|
|
9030
|
-
var tmp12_safe_receiver = parser.
|
|
9038
|
+
var tmp12_safe_receiver = parser.m2v(tmp_11, 'multiselect-option-background-color');
|
|
9031
9039
|
tmp_10.f3e_1 = tmp12_safe_receiver == null ? null : toColorOrNull(tmp12_safe_receiver);
|
|
9032
9040
|
var tmp_12 = $this;
|
|
9033
9041
|
var tmp_13 = get_XMLNS_CONTENT();
|
|
9034
9042
|
Companion_getInstance_32();
|
|
9035
|
-
var tmp13_safe_receiver = parser.
|
|
9043
|
+
var tmp13_safe_receiver = parser.m2v(tmp_13, 'multiselect-option-selected-color');
|
|
9036
9044
|
tmp_12.g3e_1 = tmp13_safe_receiver == null ? null : toColorOrNull(tmp13_safe_receiver);
|
|
9037
9045
|
var tmp_14 = $this;
|
|
9038
9046
|
var tmp14_safe_receiver = parser.o2t(get_XML_TEXT_COLOR());
|
|
@@ -9056,10 +9064,10 @@
|
|
|
9056
9064
|
fileName = fileName === VOID ? null : fileName;
|
|
9057
9065
|
parentPage = parentPage === VOID ? null : parentPage;
|
|
9058
9066
|
primaryColor = primaryColor === VOID ? null : primaryColor;
|
|
9059
|
-
backgroundColor = backgroundColor === VOID ? Companion_getInstance_48().
|
|
9067
|
+
backgroundColor = backgroundColor === VOID ? Companion_getInstance_48().f33_1 : backgroundColor;
|
|
9060
9068
|
backgroundImage = backgroundImage === VOID ? null : backgroundImage;
|
|
9061
|
-
backgroundImageGravity = backgroundImageGravity === VOID ? Companion_getInstance_48().
|
|
9062
|
-
backgroundImageScaleType = backgroundImageScaleType === VOID ? Companion_getInstance_48().
|
|
9069
|
+
backgroundImageGravity = backgroundImageGravity === VOID ? Companion_getInstance_48().g33_1 : backgroundImageGravity;
|
|
9070
|
+
backgroundImageScaleType = backgroundImageScaleType === VOID ? Companion_getInstance_48().h33_1 : backgroundImageScaleType;
|
|
9063
9071
|
controlColor = controlColor === VOID ? null : controlColor;
|
|
9064
9072
|
cardBackgroundColor = cardBackgroundColor === VOID ? null : cardBackgroundColor;
|
|
9065
9073
|
textColor = textColor === VOID ? null : textColor;
|
|
@@ -9105,7 +9113,7 @@
|
|
|
9105
9113
|
return this$0.a2p()._pages.l1(this$0);
|
|
9106
9114
|
};
|
|
9107
9115
|
}
|
|
9108
|
-
protoOf(Page).
|
|
9116
|
+
protoOf(Page).p2u = function () {
|
|
9109
9117
|
var tmp$ret$0;
|
|
9110
9118
|
// Inline function 'kotlin.getValue' call
|
|
9111
9119
|
var tmp0_getValue = id$factory();
|
|
@@ -9131,53 +9139,53 @@
|
|
|
9131
9139
|
protoOf(Page).n3e = function () {
|
|
9132
9140
|
return this.listeners;
|
|
9133
9141
|
};
|
|
9134
|
-
protoOf(Page).
|
|
9142
|
+
protoOf(Page).p36 = function () {
|
|
9135
9143
|
return this.dismissListeners;
|
|
9136
9144
|
};
|
|
9137
|
-
protoOf(Page).
|
|
9145
|
+
protoOf(Page).z2x = function () {
|
|
9138
9146
|
var tmp0_elvis_lhs = this.x3d_1;
|
|
9139
9147
|
return tmp0_elvis_lhs == null ? get_primaryColor_0(this.a2t()) : tmp0_elvis_lhs;
|
|
9140
9148
|
};
|
|
9141
|
-
protoOf(Page).
|
|
9149
|
+
protoOf(Page).a2y = function () {
|
|
9142
9150
|
var tmp0_elvis_lhs = this.y3d_1;
|
|
9143
9151
|
return tmp0_elvis_lhs == null ? get_primaryTextColor_0(this.a2t()) : tmp0_elvis_lhs;
|
|
9144
9152
|
};
|
|
9145
|
-
protoOf(Page).
|
|
9153
|
+
protoOf(Page).s36 = function () {
|
|
9146
9154
|
return this.z3d_1;
|
|
9147
9155
|
};
|
|
9148
9156
|
protoOf(Page).o3e = function () {
|
|
9149
9157
|
return this.a3e_1;
|
|
9150
9158
|
};
|
|
9151
|
-
protoOf(Page).
|
|
9159
|
+
protoOf(Page).t36 = function () {
|
|
9152
9160
|
return getResource(this, this.a3e_1);
|
|
9153
9161
|
};
|
|
9154
|
-
protoOf(Page).
|
|
9162
|
+
protoOf(Page).u36 = function () {
|
|
9155
9163
|
return this.b3e_1;
|
|
9156
9164
|
};
|
|
9157
|
-
protoOf(Page).
|
|
9165
|
+
protoOf(Page).v36 = function () {
|
|
9158
9166
|
return this.c3e_1;
|
|
9159
9167
|
};
|
|
9160
9168
|
protoOf(Page).p3e = function () {
|
|
9161
9169
|
var tmp0_elvis_lhs = this.d3e_1;
|
|
9162
9170
|
return tmp0_elvis_lhs == null ? this.a2p().b2u_1 : tmp0_elvis_lhs;
|
|
9163
9171
|
};
|
|
9164
|
-
protoOf(Page).
|
|
9172
|
+
protoOf(Page).c2y = function () {
|
|
9165
9173
|
var tmp0_elvis_lhs = this.e3e_1;
|
|
9166
|
-
return tmp0_elvis_lhs == null ? this.a2p().
|
|
9174
|
+
return tmp0_elvis_lhs == null ? this.a2p().c2y() : tmp0_elvis_lhs;
|
|
9167
9175
|
};
|
|
9168
|
-
protoOf(Page).
|
|
9176
|
+
protoOf(Page).d2y = function () {
|
|
9169
9177
|
var tmp0_elvis_lhs = this.f3e_1;
|
|
9170
9178
|
return tmp0_elvis_lhs == null ? get_multiselectOptionBackgroundColor.call(this) : tmp0_elvis_lhs;
|
|
9171
9179
|
};
|
|
9172
|
-
protoOf(Page).
|
|
9180
|
+
protoOf(Page).e2y = function () {
|
|
9173
9181
|
var tmp0_elvis_lhs = this.g3e_1;
|
|
9174
9182
|
return tmp0_elvis_lhs == null ? get_multiselectOptionSelectedColor.call(this) : tmp0_elvis_lhs;
|
|
9175
9183
|
};
|
|
9176
|
-
protoOf(Page).
|
|
9184
|
+
protoOf(Page).x2x = function () {
|
|
9177
9185
|
var tmp0_elvis_lhs = this.h3e_1;
|
|
9178
9186
|
return tmp0_elvis_lhs == null ? get_textColor_0(this.a2t()) : tmp0_elvis_lhs;
|
|
9179
9187
|
};
|
|
9180
|
-
protoOf(Page).
|
|
9188
|
+
protoOf(Page).f2y = function () {
|
|
9181
9189
|
return this.i3e_1 * get_textScale_0(this.a2t());
|
|
9182
9190
|
};
|
|
9183
9191
|
protoOf(Page)._getAnalyticsEvents = function (type) {
|
|
@@ -9242,10 +9250,10 @@
|
|
|
9242
9250
|
var tmp_0 = this;
|
|
9243
9251
|
tmp_0.t3d_1 = lazy(Page$position$delegate$lambda(this));
|
|
9244
9252
|
}
|
|
9245
|
-
defineProp(protoOf(Page), 'id', protoOf(Page).
|
|
9253
|
+
defineProp(protoOf(Page), 'id', protoOf(Page).p2u);
|
|
9246
9254
|
defineProp(protoOf(Page), 'position', protoOf(Page).j3e);
|
|
9247
9255
|
defineProp(protoOf(Page), 'parentPage', protoOf(Page).l3e);
|
|
9248
|
-
defineProp(protoOf(Page), 'backgroundImage', protoOf(Page).
|
|
9256
|
+
defineProp(protoOf(Page), 'backgroundImage', protoOf(Page).t36);
|
|
9249
9257
|
defineProp(protoOf(Page), 'stylesParent', function () {
|
|
9250
9258
|
return this.a2t();
|
|
9251
9259
|
});
|
|
@@ -9268,9 +9276,9 @@
|
|
|
9268
9276
|
var XMLNS_SHAREABLE;
|
|
9269
9277
|
function Companion_46() {
|
|
9270
9278
|
Companion_instance_46 = this;
|
|
9271
|
-
this.
|
|
9279
|
+
this.b36_1 = 'items';
|
|
9272
9280
|
}
|
|
9273
|
-
protoOf(Companion_46).
|
|
9281
|
+
protoOf(Companion_46).c36 = function (_this__u8e3s4, manifest) {
|
|
9274
9282
|
var tmp$ret$4;
|
|
9275
9283
|
// Inline function 'kotlin.collections.buildList' call
|
|
9276
9284
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -9354,15 +9362,15 @@
|
|
|
9354
9362
|
Shareable.call($this);
|
|
9355
9363
|
Companion_getInstance_59();
|
|
9356
9364
|
parser.r3g(2, get_XMLNS_SHAREABLE());
|
|
9357
|
-
$this.
|
|
9365
|
+
$this.h36_1 = parser.o2t('id');
|
|
9358
9366
|
var tmp = $this;
|
|
9359
9367
|
var tmp0_safe_receiver = parser.o2t('order');
|
|
9360
9368
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : toIntOrNull(tmp0_safe_receiver);
|
|
9361
|
-
tmp.
|
|
9369
|
+
tmp.i36_1 = tmp1_elvis_lhs == null ? 2147483647 : tmp1_elvis_lhs;
|
|
9362
9370
|
return $this;
|
|
9363
9371
|
}
|
|
9364
|
-
protoOf(Shareable).
|
|
9365
|
-
return this.
|
|
9372
|
+
protoOf(Shareable).p2u = function () {
|
|
9373
|
+
return this.h36_1;
|
|
9366
9374
|
};
|
|
9367
9375
|
function Shareable() {
|
|
9368
9376
|
Companion_getInstance_49();
|
|
@@ -9422,8 +9430,8 @@
|
|
|
9422
9430
|
function ShareableImage_init_$Create$(manifest, parser) {
|
|
9423
9431
|
return ShareableImage_init_$Init$(manifest, parser, objectCreate(protoOf(ShareableImage)));
|
|
9424
9432
|
}
|
|
9425
|
-
protoOf(ShareableImage).
|
|
9426
|
-
var tmp0_elvis_lhs = protoOf(Shareable).
|
|
9433
|
+
protoOf(ShareableImage).p2u = function () {
|
|
9434
|
+
var tmp0_elvis_lhs = protoOf(Shareable).p2u.call(this);
|
|
9427
9435
|
return tmp0_elvis_lhs == null ? this.w3g_1 : tmp0_elvis_lhs;
|
|
9428
9436
|
};
|
|
9429
9437
|
function ShareableImage() {
|
|
@@ -9456,7 +9464,7 @@
|
|
|
9456
9464
|
var tmp = get_XMLNS_TRAINING();
|
|
9457
9465
|
Companion_getInstance_51();
|
|
9458
9466
|
parser.u2r(2, tmp, 'tip');
|
|
9459
|
-
$this.h3h_1 = parser.
|
|
9467
|
+
$this.h3h_1 = parser.m2v(null, 'id');
|
|
9460
9468
|
skipTag(parser);
|
|
9461
9469
|
return $this;
|
|
9462
9470
|
}
|
|
@@ -9464,7 +9472,7 @@
|
|
|
9464
9472
|
return InlineTip_init_$Init$(parent, parser, objectCreate(protoOf(InlineTip)));
|
|
9465
9473
|
}
|
|
9466
9474
|
protoOf(InlineTip).i3h = function () {
|
|
9467
|
-
return this.a2p().
|
|
9475
|
+
return this.a2p().v37(this.h3h_1);
|
|
9468
9476
|
};
|
|
9469
9477
|
protoOf(InlineTip).c2t = function () {
|
|
9470
9478
|
return listOfNotNull(this.i3h());
|
|
@@ -9481,7 +9489,7 @@
|
|
|
9481
9489
|
Companion_instance_49 = this;
|
|
9482
9490
|
this.j3h_1 = Type_TIP_getInstance();
|
|
9483
9491
|
}
|
|
9484
|
-
protoOf(Companion_49).
|
|
9492
|
+
protoOf(Companion_49).l31 = function (_this__u8e3s4) {
|
|
9485
9493
|
var tmp0_subject = _this__u8e3s4;
|
|
9486
9494
|
switch (tmp0_subject) {
|
|
9487
9495
|
case 'tip':
|
|
@@ -9522,11 +9530,11 @@
|
|
|
9522
9530
|
Tip.call($this);
|
|
9523
9531
|
Companion_getInstance_59();
|
|
9524
9532
|
parser.u2r(2, get_XMLNS_TRAINING(), 'tip');
|
|
9525
|
-
$this.
|
|
9533
|
+
$this.u34_1 = id;
|
|
9526
9534
|
var tmp = $this;
|
|
9527
|
-
var tmp0_safe_receiver = parser.
|
|
9528
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : Companion_getInstance_52().
|
|
9529
|
-
tmp.
|
|
9535
|
+
var tmp0_safe_receiver = parser.m2v(null, 'type');
|
|
9536
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : Companion_getInstance_52().l31(tmp0_safe_receiver);
|
|
9537
|
+
tmp.v34_1 = tmp1_elvis_lhs == null ? Companion_getInstance_52().j3h_1 : tmp1_elvis_lhs;
|
|
9530
9538
|
var tmp_0 = $this;
|
|
9531
9539
|
var tmp$ret$2;
|
|
9532
9540
|
// Inline function 'kotlin.collections.buildList' call
|
|
@@ -9566,7 +9574,7 @@
|
|
|
9566
9574
|
tmp$ret$0 = tmp0_apply;
|
|
9567
9575
|
tmp$ret$1 = tmp$ret$0.u7();
|
|
9568
9576
|
tmp$ret$2 = tmp$ret$1;
|
|
9569
|
-
tmp_0.
|
|
9577
|
+
tmp_0.w34_1 = tmp$ret$2;
|
|
9570
9578
|
return $this;
|
|
9571
9579
|
}
|
|
9572
9580
|
function Tip_init_$Create$(manifest, id, parser) {
|
|
@@ -9639,13 +9647,13 @@
|
|
|
9639
9647
|
Type_initEntries_2();
|
|
9640
9648
|
return Type_QUOTE_instance;
|
|
9641
9649
|
}
|
|
9642
|
-
protoOf(Tip).
|
|
9650
|
+
protoOf(Tip).z2x = function () {
|
|
9643
9651
|
return Companion_getInstance_29().c2q_1;
|
|
9644
9652
|
};
|
|
9645
|
-
protoOf(Tip).
|
|
9653
|
+
protoOf(Tip).a2y = function () {
|
|
9646
9654
|
return Companion_getInstance_29().d2q_1;
|
|
9647
9655
|
};
|
|
9648
|
-
protoOf(Tip).
|
|
9656
|
+
protoOf(Tip).x2x = function () {
|
|
9649
9657
|
return Companion_getInstance_29().i2q_1;
|
|
9650
9658
|
};
|
|
9651
9659
|
function Tip() {
|
|
@@ -9811,7 +9819,7 @@
|
|
|
9811
9819
|
var tmp_0 = $this;
|
|
9812
9820
|
var tmp0_safe_receiver = parser.o2t('control-color');
|
|
9813
9821
|
tmp_0.s3h_1 = tmp0_safe_receiver == null ? null : toColorOrNull(tmp0_safe_receiver);
|
|
9814
|
-
$this.t3h_1 = parser.
|
|
9822
|
+
$this.t3h_1 = parser.m2v(get_XMLNS_TRAINING(), 'tip');
|
|
9815
9823
|
var tmp_1 = $this;
|
|
9816
9824
|
var tmp_2 = get_XMLNS_TRACT();
|
|
9817
9825
|
Companion_getInstance_54();
|
|
@@ -9850,7 +9858,7 @@
|
|
|
9850
9858
|
return this.t3h_1;
|
|
9851
9859
|
};
|
|
9852
9860
|
protoOf(CallToAction).i3h = function () {
|
|
9853
|
-
return this.a2p().
|
|
9861
|
+
return this.a2p().v37(this.t3h_1);
|
|
9854
9862
|
};
|
|
9855
9863
|
function CallToAction() {
|
|
9856
9864
|
Companion_getInstance_54();
|
|
@@ -9886,7 +9894,7 @@
|
|
|
9886
9894
|
var tmp_0 = $this;
|
|
9887
9895
|
var tmp0_safe_receiver = parser.o2t(get_XML_BACKGROUND_COLOR());
|
|
9888
9896
|
tmp_0.y3h_1 = tmp0_safe_receiver == null ? null : toColorOrNull(tmp0_safe_receiver);
|
|
9889
|
-
$this.z3h_1 = parser.
|
|
9897
|
+
$this.z3h_1 = parser.m2v(get_XMLNS_TRAINING(), 'tip');
|
|
9890
9898
|
var number = null;
|
|
9891
9899
|
var title = null;
|
|
9892
9900
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
@@ -9922,24 +9930,24 @@
|
|
|
9922
9930
|
function Header_init_$Create$(page, parser) {
|
|
9923
9931
|
return Header_init_$Init$(page, parser, objectCreate(protoOf(Header)));
|
|
9924
9932
|
}
|
|
9925
|
-
protoOf(Header).
|
|
9933
|
+
protoOf(Header).s36 = function () {
|
|
9926
9934
|
var tmp0_elvis_lhs = this.y3h_1;
|
|
9927
|
-
return tmp0_elvis_lhs == null ? this.
|
|
9935
|
+
return tmp0_elvis_lhs == null ? this.z2x() : tmp0_elvis_lhs;
|
|
9928
9936
|
};
|
|
9929
|
-
protoOf(Header).
|
|
9930
|
-
return this.
|
|
9937
|
+
protoOf(Header).x2x = function () {
|
|
9938
|
+
return this.a2y();
|
|
9931
9939
|
};
|
|
9932
9940
|
protoOf(Header).a3i = function () {
|
|
9933
9941
|
return this.number;
|
|
9934
9942
|
};
|
|
9935
|
-
protoOf(Header).
|
|
9943
|
+
protoOf(Header).x36 = function () {
|
|
9936
9944
|
return this.title;
|
|
9937
9945
|
};
|
|
9938
9946
|
protoOf(Header).v3h = function () {
|
|
9939
9947
|
return this.z3h_1;
|
|
9940
9948
|
};
|
|
9941
9949
|
protoOf(Header).i3h = function () {
|
|
9942
|
-
return this.a2p().
|
|
9950
|
+
return this.a2p().v37(this.z3h_1);
|
|
9943
9951
|
};
|
|
9944
9952
|
function Header() {
|
|
9945
9953
|
Companion_getInstance_55();
|
|
@@ -10218,13 +10226,13 @@
|
|
|
10218
10226
|
var tmp$ret$0;
|
|
10219
10227
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
10220
10228
|
var tmp0_toEventIds = parser.o2t(get_XML_LISTENERS());
|
|
10221
|
-
tmp$ret$0 = Companion_getInstance_17().
|
|
10229
|
+
tmp$ret$0 = Companion_getInstance_17().n2v(tmp0_toEventIds);
|
|
10222
10230
|
tmp_0.listeners = toSet_0(tmp$ret$0);
|
|
10223
10231
|
var tmp_1 = $this;
|
|
10224
10232
|
var tmp$ret$1;
|
|
10225
10233
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
10226
10234
|
var tmp1_toEventIds = parser.o2t(get_XML_DISMISS_LISTENERS());
|
|
10227
|
-
tmp$ret$1 = Companion_getInstance_17().
|
|
10235
|
+
tmp$ret$1 = Companion_getInstance_17().n2v(tmp1_toEventIds);
|
|
10228
10236
|
tmp_1.dismissListeners = toSet_0(tmp$ret$1);
|
|
10229
10237
|
var title = null;
|
|
10230
10238
|
var tmp_2 = $this;
|
|
@@ -10320,10 +10328,10 @@
|
|
|
10320
10328
|
protoOf(Modal).e3j = function () {
|
|
10321
10329
|
return this.page;
|
|
10322
10330
|
};
|
|
10323
|
-
protoOf(Modal).
|
|
10331
|
+
protoOf(Modal).p2u = function () {
|
|
10324
10332
|
return this.page.id + '-' + _get_position__iahqv2(this);
|
|
10325
10333
|
};
|
|
10326
|
-
protoOf(Modal).
|
|
10334
|
+
protoOf(Modal).x36 = function () {
|
|
10327
10335
|
return this.title;
|
|
10328
10336
|
};
|
|
10329
10337
|
protoOf(Modal).t2s = function () {
|
|
@@ -10332,31 +10340,31 @@
|
|
|
10332
10340
|
protoOf(Modal).n3e = function () {
|
|
10333
10341
|
return this.listeners;
|
|
10334
10342
|
};
|
|
10335
|
-
protoOf(Modal).
|
|
10343
|
+
protoOf(Modal).p36 = function () {
|
|
10336
10344
|
return this.dismissListeners;
|
|
10337
10345
|
};
|
|
10338
|
-
protoOf(Modal).
|
|
10346
|
+
protoOf(Modal).z2x = function () {
|
|
10339
10347
|
return get_TRANSPARENT();
|
|
10340
10348
|
};
|
|
10341
|
-
protoOf(Modal).
|
|
10349
|
+
protoOf(Modal).a2y = function () {
|
|
10342
10350
|
return get_WHITE();
|
|
10343
10351
|
};
|
|
10344
|
-
protoOf(Modal).
|
|
10352
|
+
protoOf(Modal).b2x = function () {
|
|
10345
10353
|
return get_WHITE();
|
|
10346
10354
|
};
|
|
10347
|
-
protoOf(Modal).
|
|
10355
|
+
protoOf(Modal).b2y = function () {
|
|
10348
10356
|
return Style_OUTLINED_getInstance();
|
|
10349
10357
|
};
|
|
10350
|
-
protoOf(Modal).
|
|
10358
|
+
protoOf(Modal).g2y = function () {
|
|
10351
10359
|
return Align_CENTER_getInstance();
|
|
10352
10360
|
};
|
|
10353
|
-
protoOf(Modal).
|
|
10361
|
+
protoOf(Modal).x2x = function () {
|
|
10354
10362
|
return get_WHITE();
|
|
10355
10363
|
};
|
|
10356
10364
|
function Modal() {
|
|
10357
10365
|
Companion_getInstance_57();
|
|
10358
10366
|
}
|
|
10359
|
-
defineProp(protoOf(Modal), 'id', protoOf(Modal).
|
|
10367
|
+
defineProp(protoOf(Modal), 'id', protoOf(Modal).p2u);
|
|
10360
10368
|
defineProp(protoOf(Modal), '_content', function () {
|
|
10361
10369
|
return this.t2s();
|
|
10362
10370
|
});
|
|
@@ -10401,20 +10409,20 @@
|
|
|
10401
10409
|
parser.u2r(2, tmp, 'card');
|
|
10402
10410
|
var tmp_0 = $this;
|
|
10403
10411
|
Companion_getInstance_58();
|
|
10404
|
-
var tmp0_safe_receiver = parser.
|
|
10412
|
+
var tmp0_safe_receiver = parser.m2v(null, 'hidden');
|
|
10405
10413
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : toBoolean(tmp0_safe_receiver);
|
|
10406
10414
|
tmp_0.isHidden = tmp1_elvis_lhs == null ? false : tmp1_elvis_lhs;
|
|
10407
10415
|
var tmp_1 = $this;
|
|
10408
10416
|
var tmp$ret$0;
|
|
10409
10417
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
10410
10418
|
var tmp0_toEventIds = parser.o2t(get_XML_LISTENERS());
|
|
10411
|
-
tmp$ret$0 = Companion_getInstance_17().
|
|
10419
|
+
tmp$ret$0 = Companion_getInstance_17().n2v(tmp0_toEventIds);
|
|
10412
10420
|
tmp_1.listeners = toSet_0(tmp$ret$0);
|
|
10413
10421
|
var tmp_2 = $this;
|
|
10414
10422
|
var tmp$ret$1;
|
|
10415
10423
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
10416
10424
|
var tmp1_toEventIds = parser.o2t(get_XML_DISMISS_LISTENERS());
|
|
10417
|
-
tmp$ret$1 = Companion_getInstance_17().
|
|
10425
|
+
tmp$ret$1 = Companion_getInstance_17().n2v(tmp1_toEventIds);
|
|
10418
10426
|
tmp_2.dismissListeners = toSet_0(tmp$ret$1);
|
|
10419
10427
|
var tmp_3 = $this;
|
|
10420
10428
|
var tmp2_safe_receiver = parser.o2t(get_XML_BACKGROUND_COLOR());
|
|
@@ -10422,11 +10430,11 @@
|
|
|
10422
10430
|
$this.m3j_1 = parser.o2t(get_XML_BACKGROUND_IMAGE());
|
|
10423
10431
|
var tmp_4 = $this;
|
|
10424
10432
|
var tmp3_safe_receiver = parser.o2t(get_XML_BACKGROUND_IMAGE_GRAVITY());
|
|
10425
|
-
var tmp4_elvis_lhs = tmp3_safe_receiver == null ? null : Companion_getInstance_22().
|
|
10433
|
+
var tmp4_elvis_lhs = tmp3_safe_receiver == null ? null : Companion_getInstance_22().y2w(tmp3_safe_receiver);
|
|
10426
10434
|
tmp_4.n3j_1 = tmp4_elvis_lhs == null ? Companion_getInstance_58().j3j_1 : tmp4_elvis_lhs;
|
|
10427
10435
|
var tmp_5 = $this;
|
|
10428
10436
|
var tmp5_safe_receiver = parser.o2t(get_XML_BACKGROUND_IMAGE_SCALE_TYPE());
|
|
10429
|
-
var tmp6_elvis_lhs = tmp5_safe_receiver == null ? null : Companion_getInstance_24().
|
|
10437
|
+
var tmp6_elvis_lhs = tmp5_safe_receiver == null ? null : Companion_getInstance_24().j31(tmp5_safe_receiver);
|
|
10430
10438
|
tmp_5.o3j_1 = tmp6_elvis_lhs == null ? Companion_getInstance_58().i3j_1 : tmp6_elvis_lhs;
|
|
10431
10439
|
var tmp_6 = $this;
|
|
10432
10440
|
var tmp7_safe_receiver = parser.o2t(get_XML_TEXT_COLOR());
|
|
@@ -10544,7 +10552,7 @@
|
|
|
10544
10552
|
}
|
|
10545
10553
|
function TractPage$Card$labelParent$delegate$lambda$lambda(this$0) {
|
|
10546
10554
|
return function () {
|
|
10547
|
-
return this$0.
|
|
10555
|
+
return this$0.z2x();
|
|
10548
10556
|
};
|
|
10549
10557
|
}
|
|
10550
10558
|
function TractPage$Card$labelParent$delegate$lambda(this$0) {
|
|
@@ -10639,11 +10647,11 @@
|
|
|
10639
10647
|
function TractPage_init_$Init$_0(manifest, fileName, backgroundColor, backgroundImage, primaryColor, backgroundImageGravity, backgroundImageScaleType, textColor, textScale, cardBackgroundColor, cardTextColor, cards, callToAction, $this) {
|
|
10640
10648
|
manifest = manifest === VOID ? createTestManifest() : manifest;
|
|
10641
10649
|
fileName = fileName === VOID ? null : fileName;
|
|
10642
|
-
backgroundColor = backgroundColor === VOID ? Companion_getInstance_48().
|
|
10650
|
+
backgroundColor = backgroundColor === VOID ? Companion_getInstance_48().f33_1 : backgroundColor;
|
|
10643
10651
|
backgroundImage = backgroundImage === VOID ? null : backgroundImage;
|
|
10644
10652
|
primaryColor = primaryColor === VOID ? null : primaryColor;
|
|
10645
|
-
backgroundImageGravity = backgroundImageGravity === VOID ? Companion_getInstance_48().
|
|
10646
|
-
backgroundImageScaleType = backgroundImageScaleType === VOID ? Companion_getInstance_48().
|
|
10653
|
+
backgroundImageGravity = backgroundImageGravity === VOID ? Companion_getInstance_48().g33_1 : backgroundImageGravity;
|
|
10654
|
+
backgroundImageScaleType = backgroundImageScaleType === VOID ? Companion_getInstance_48().h33_1 : backgroundImageScaleType;
|
|
10647
10655
|
textColor = textColor === VOID ? null : textColor;
|
|
10648
10656
|
var tmp;
|
|
10649
10657
|
if (textScale === VOID) {
|
|
@@ -10683,7 +10691,7 @@
|
|
|
10683
10691
|
protoOf(Card_1).e3j = function () {
|
|
10684
10692
|
return this.page;
|
|
10685
10693
|
};
|
|
10686
|
-
protoOf(Card_1).
|
|
10694
|
+
protoOf(Card_1).p2u = function () {
|
|
10687
10695
|
return this.page.id + '-' + this.position;
|
|
10688
10696
|
};
|
|
10689
10697
|
protoOf(Card_1).j3e = function () {
|
|
@@ -10715,23 +10723,23 @@
|
|
|
10715
10723
|
protoOf(Card_1).n3e = function () {
|
|
10716
10724
|
return this.listeners;
|
|
10717
10725
|
};
|
|
10718
|
-
protoOf(Card_1).
|
|
10726
|
+
protoOf(Card_1).p36 = function () {
|
|
10719
10727
|
return this.dismissListeners;
|
|
10720
10728
|
};
|
|
10721
|
-
protoOf(Card_1).
|
|
10729
|
+
protoOf(Card_1).s36 = function () {
|
|
10722
10730
|
var tmp0_elvis_lhs = this.l3j_1;
|
|
10723
|
-
return tmp0_elvis_lhs == null ? this.page.
|
|
10731
|
+
return tmp0_elvis_lhs == null ? this.page.c2y() : tmp0_elvis_lhs;
|
|
10724
10732
|
};
|
|
10725
|
-
protoOf(Card_1).
|
|
10733
|
+
protoOf(Card_1).t36 = function () {
|
|
10726
10734
|
return getResource(this, this.m3j_1);
|
|
10727
10735
|
};
|
|
10728
|
-
protoOf(Card_1).
|
|
10736
|
+
protoOf(Card_1).u36 = function () {
|
|
10729
10737
|
return this.n3j_1;
|
|
10730
10738
|
};
|
|
10731
|
-
protoOf(Card_1).
|
|
10739
|
+
protoOf(Card_1).v36 = function () {
|
|
10732
10740
|
return this.o3j_1;
|
|
10733
10741
|
};
|
|
10734
|
-
protoOf(Card_1).
|
|
10742
|
+
protoOf(Card_1).x2x = function () {
|
|
10735
10743
|
var tmp0_elvis_lhs = this.p3j_1;
|
|
10736
10744
|
return tmp0_elvis_lhs == null ? this.page.cardTextColor : tmp0_elvis_lhs;
|
|
10737
10745
|
};
|
|
@@ -10827,10 +10835,10 @@
|
|
|
10827
10835
|
var tmp = this;
|
|
10828
10836
|
tmp.q3j_1 = lazy(TractPage$Card$labelParent$delegate$lambda(this));
|
|
10829
10837
|
}
|
|
10830
|
-
defineProp(protoOf(Card_1), 'id', protoOf(Card_1).
|
|
10838
|
+
defineProp(protoOf(Card_1), 'id', protoOf(Card_1).p2u);
|
|
10831
10839
|
defineProp(protoOf(Card_1), 'visiblePosition', protoOf(Card_1).t3j);
|
|
10832
10840
|
defineProp(protoOf(Card_1), 'isLastVisibleCard', protoOf(Card_1).u3j);
|
|
10833
|
-
defineProp(protoOf(Card_1), 'backgroundImage', protoOf(Card_1).
|
|
10841
|
+
defineProp(protoOf(Card_1), 'backgroundImage', protoOf(Card_1).t36);
|
|
10834
10842
|
defineProp(protoOf(Card_1), '_content', function () {
|
|
10835
10843
|
return this.t2s();
|
|
10836
10844
|
});
|
|
@@ -10999,7 +11007,7 @@
|
|
|
10999
11007
|
};
|
|
11000
11008
|
protoOf(TractPage).c3k = function () {
|
|
11001
11009
|
var tmp0_elvis_lhs = this.b3j_1;
|
|
11002
|
-
return tmp0_elvis_lhs == null ? this.
|
|
11010
|
+
return tmp0_elvis_lhs == null ? this.x2x() : tmp0_elvis_lhs;
|
|
11003
11011
|
};
|
|
11004
11012
|
function TractPage() {
|
|
11005
11013
|
this.a3j_1 = emptyList();
|
|
@@ -11064,7 +11072,7 @@
|
|
|
11064
11072
|
var tmp = this.d3k_1;
|
|
11065
11073
|
return (tmp == null ? true : isObject(tmp)) ? tmp : THROW_CCE();
|
|
11066
11074
|
};
|
|
11067
|
-
protoOf(SetOnceProperty).
|
|
11075
|
+
protoOf(SetOnceProperty).o37 = function (thisRef, property) {
|
|
11068
11076
|
return this.e3k(isObject(thisRef) ? thisRef : THROW_CCE(), property);
|
|
11069
11077
|
};
|
|
11070
11078
|
protoOf(SetOnceProperty).f3k = function (thisRef, property, value) {
|
|
@@ -11080,7 +11088,7 @@
|
|
|
11080
11088
|
}
|
|
11081
11089
|
this.d3k_1 = value;
|
|
11082
11090
|
};
|
|
11083
|
-
protoOf(SetOnceProperty).
|
|
11091
|
+
protoOf(SetOnceProperty).a36 = function (thisRef, property, value) {
|
|
11084
11092
|
var tmp = isObject(thisRef) ? thisRef : THROW_CCE();
|
|
11085
11093
|
return this.f3k(tmp, property, (value == null ? true : isObject(value)) ? value : THROW_CCE());
|
|
11086
11094
|
};
|
|
@@ -11301,7 +11309,7 @@
|
|
|
11301
11309
|
}
|
|
11302
11310
|
return tmp;
|
|
11303
11311
|
};
|
|
11304
|
-
protoOf(SaxXmlPullParser).
|
|
11312
|
+
protoOf(SaxXmlPullParser).m2v = function (namespace, name) {
|
|
11305
11313
|
var tmp$ret$1;
|
|
11306
11314
|
// Inline function 'kotlin.takeIf' call
|
|
11307
11315
|
var tmp0_takeIf = this.m3k_1;
|
|
@@ -11585,21 +11593,21 @@
|
|
|
11585
11593
|
protoOf(Button).k2t = isGone;
|
|
11586
11594
|
protoOf(Button).l2t = isGoneFlow;
|
|
11587
11595
|
protoOf(Button).getAnalyticsEvents = getAnalyticsEvents;
|
|
11588
|
-
protoOf(Button).
|
|
11596
|
+
protoOf(Button).c2x = get_isClickable;
|
|
11589
11597
|
protoOf(Card).i2t = isInvisible;
|
|
11590
11598
|
protoOf(Card).j2t = isInvisibleFlow;
|
|
11591
11599
|
protoOf(Card).k2t = isGone;
|
|
11592
11600
|
protoOf(Card).l2t = isGoneFlow;
|
|
11593
11601
|
protoOf(Card).b2t = get_content;
|
|
11594
|
-
protoOf(Category).
|
|
11595
|
-
protoOf(Category).
|
|
11596
|
-
protoOf(Category).
|
|
11597
|
-
protoOf(Category).
|
|
11598
|
-
protoOf(Category).
|
|
11599
|
-
protoOf(Category).
|
|
11600
|
-
protoOf(Category).
|
|
11601
|
-
protoOf(Category).
|
|
11602
|
-
protoOf(Category).
|
|
11602
|
+
protoOf(Category).z2x = get_primaryColor;
|
|
11603
|
+
protoOf(Category).a2y = get_primaryTextColor;
|
|
11604
|
+
protoOf(Category).b2y = get_buttonStyle;
|
|
11605
|
+
protoOf(Category).b2x = get_buttonColor;
|
|
11606
|
+
protoOf(Category).c2y = get_cardBackgroundColor;
|
|
11607
|
+
protoOf(Category).d2y = get_multiselectOptionBackgroundColor;
|
|
11608
|
+
protoOf(Category).e2y = get_multiselectOptionSelectedColor;
|
|
11609
|
+
protoOf(Category).f2y = get_textScale;
|
|
11610
|
+
protoOf(Category).g2y = get_textAlign;
|
|
11603
11611
|
protoOf(Fallback).i2t = isInvisible;
|
|
11604
11612
|
protoOf(Fallback).j2t = isInvisibleFlow;
|
|
11605
11613
|
protoOf(Fallback).k2t = isGone;
|
|
@@ -11621,7 +11629,7 @@
|
|
|
11621
11629
|
protoOf(Image).j2t = isInvisibleFlow;
|
|
11622
11630
|
protoOf(Image).k2t = isGone;
|
|
11623
11631
|
protoOf(Image).l2t = isGoneFlow;
|
|
11624
|
-
protoOf(Image).
|
|
11632
|
+
protoOf(Image).c2x = get_isClickable;
|
|
11625
11633
|
protoOf(Input).i2t = isInvisible;
|
|
11626
11634
|
protoOf(Input).j2t = isInvisibleFlow;
|
|
11627
11635
|
protoOf(Input).k2t = isGone;
|
|
@@ -11631,9 +11639,9 @@
|
|
|
11631
11639
|
protoOf(Link).k2t = isGone;
|
|
11632
11640
|
protoOf(Link).l2t = isGoneFlow;
|
|
11633
11641
|
protoOf(Link).getAnalyticsEvents = getAnalyticsEvents;
|
|
11634
|
-
protoOf(Link).
|
|
11635
|
-
protoOf(Manifest).
|
|
11636
|
-
protoOf(Manifest).
|
|
11642
|
+
protoOf(Link).c2x = get_isClickable;
|
|
11643
|
+
protoOf(Manifest).b2x = get_buttonColor;
|
|
11644
|
+
protoOf(Manifest).g2y = get_textAlign;
|
|
11637
11645
|
protoOf(Option).i2t = isInvisible;
|
|
11638
11646
|
protoOf(Option).j2t = isInvisibleFlow;
|
|
11639
11647
|
protoOf(Option).k2t = isGone;
|
|
@@ -11653,13 +11661,13 @@
|
|
|
11653
11661
|
protoOf(Spacer).j2t = isInvisibleFlow;
|
|
11654
11662
|
protoOf(Spacer).k2t = isGone;
|
|
11655
11663
|
protoOf(Spacer).l2t = isGoneFlow;
|
|
11656
|
-
protoOf(StylesOverride).
|
|
11657
|
-
protoOf(StylesOverride).
|
|
11658
|
-
protoOf(StylesOverride).
|
|
11659
|
-
protoOf(StylesOverride).
|
|
11660
|
-
protoOf(StylesOverride).
|
|
11661
|
-
protoOf(StylesOverride).
|
|
11662
|
-
protoOf(StylesOverride).
|
|
11664
|
+
protoOf(StylesOverride).z2x = get_primaryColor;
|
|
11665
|
+
protoOf(StylesOverride).a2y = get_primaryTextColor;
|
|
11666
|
+
protoOf(StylesOverride).b2y = get_buttonStyle;
|
|
11667
|
+
protoOf(StylesOverride).b2x = get_buttonColor;
|
|
11668
|
+
protoOf(StylesOverride).c2y = get_cardBackgroundColor;
|
|
11669
|
+
protoOf(StylesOverride).d2y = get_multiselectOptionBackgroundColor;
|
|
11670
|
+
protoOf(StylesOverride).e2y = get_multiselectOptionSelectedColor;
|
|
11663
11671
|
protoOf(Tab).b2t = get_content;
|
|
11664
11672
|
protoOf(Tab).getAnalyticsEvents = getAnalyticsEvents;
|
|
11665
11673
|
protoOf(Tabs).i2t = isInvisible;
|
|
@@ -11674,68 +11682,68 @@
|
|
|
11674
11682
|
protoOf(Video).j2t = isInvisibleFlow;
|
|
11675
11683
|
protoOf(Video).k2t = isGone;
|
|
11676
11684
|
protoOf(Video).l2t = isGoneFlow;
|
|
11677
|
-
protoOf(Page).
|
|
11678
|
-
protoOf(Page).
|
|
11679
|
-
protoOf(Page).
|
|
11685
|
+
protoOf(Page).b2y = get_buttonStyle;
|
|
11686
|
+
protoOf(Page).b2x = get_buttonColor;
|
|
11687
|
+
protoOf(Page).g2y = get_textAlign;
|
|
11680
11688
|
protoOf(Page).getAnalyticsEvents = getAnalyticsEvents;
|
|
11681
|
-
protoOf(LessonPage).
|
|
11682
|
-
protoOf(LessonPage).
|
|
11683
|
-
protoOf(LessonPage).
|
|
11689
|
+
protoOf(LessonPage).b2y = get_buttonStyle;
|
|
11690
|
+
protoOf(LessonPage).b2x = get_buttonColor;
|
|
11691
|
+
protoOf(LessonPage).g2y = get_textAlign;
|
|
11684
11692
|
protoOf(LessonPage).getAnalyticsEvents = getAnalyticsEvents;
|
|
11685
11693
|
protoOf(LessonPage).b2t = get_content;
|
|
11686
11694
|
protoOf(Card_0).b2t = get_content;
|
|
11687
11695
|
protoOf(Card_0).getAnalyticsEvents = getAnalyticsEvents;
|
|
11688
|
-
protoOf(CardCollectionPage).
|
|
11689
|
-
protoOf(CardCollectionPage).
|
|
11690
|
-
protoOf(CardCollectionPage).
|
|
11696
|
+
protoOf(CardCollectionPage).b2y = get_buttonStyle;
|
|
11697
|
+
protoOf(CardCollectionPage).b2x = get_buttonColor;
|
|
11698
|
+
protoOf(CardCollectionPage).g2y = get_textAlign;
|
|
11691
11699
|
protoOf(CardCollectionPage).getAnalyticsEvents = getAnalyticsEvents;
|
|
11692
|
-
protoOf(ContentPage).
|
|
11693
|
-
protoOf(ContentPage).
|
|
11694
|
-
protoOf(ContentPage).
|
|
11700
|
+
protoOf(ContentPage).b2y = get_buttonStyle;
|
|
11701
|
+
protoOf(ContentPage).b2x = get_buttonColor;
|
|
11702
|
+
protoOf(ContentPage).g2y = get_textAlign;
|
|
11695
11703
|
protoOf(ContentPage).getAnalyticsEvents = getAnalyticsEvents;
|
|
11696
11704
|
protoOf(ContentPage).b2t = get_content;
|
|
11697
11705
|
protoOf(InlineTip).i2t = isInvisible;
|
|
11698
11706
|
protoOf(InlineTip).j2t = isInvisibleFlow;
|
|
11699
11707
|
protoOf(InlineTip).k2t = isGone;
|
|
11700
11708
|
protoOf(InlineTip).l2t = isGoneFlow;
|
|
11701
|
-
protoOf(Tip).
|
|
11702
|
-
protoOf(Tip).
|
|
11703
|
-
protoOf(Tip).
|
|
11704
|
-
protoOf(Tip).
|
|
11705
|
-
protoOf(Tip).
|
|
11706
|
-
protoOf(Tip).
|
|
11707
|
-
protoOf(Tip).
|
|
11709
|
+
protoOf(Tip).b2y = get_buttonStyle;
|
|
11710
|
+
protoOf(Tip).b2x = get_buttonColor;
|
|
11711
|
+
protoOf(Tip).c2y = get_cardBackgroundColor;
|
|
11712
|
+
protoOf(Tip).d2y = get_multiselectOptionBackgroundColor;
|
|
11713
|
+
protoOf(Tip).e2y = get_multiselectOptionSelectedColor;
|
|
11714
|
+
protoOf(Tip).f2y = get_textScale;
|
|
11715
|
+
protoOf(Tip).g2y = get_textAlign;
|
|
11708
11716
|
protoOf(TipPage).b2t = get_content;
|
|
11709
|
-
protoOf(Header).
|
|
11710
|
-
protoOf(Header).
|
|
11711
|
-
protoOf(Header).
|
|
11712
|
-
protoOf(Header).
|
|
11713
|
-
protoOf(Header).
|
|
11714
|
-
protoOf(Header).
|
|
11715
|
-
protoOf(Header).
|
|
11716
|
-
protoOf(Header).
|
|
11717
|
-
protoOf(Header).
|
|
11717
|
+
protoOf(Header).z2x = get_primaryColor;
|
|
11718
|
+
protoOf(Header).a2y = get_primaryTextColor;
|
|
11719
|
+
protoOf(Header).b2y = get_buttonStyle;
|
|
11720
|
+
protoOf(Header).b2x = get_buttonColor;
|
|
11721
|
+
protoOf(Header).c2y = get_cardBackgroundColor;
|
|
11722
|
+
protoOf(Header).d2y = get_multiselectOptionBackgroundColor;
|
|
11723
|
+
protoOf(Header).e2y = get_multiselectOptionSelectedColor;
|
|
11724
|
+
protoOf(Header).f2y = get_textScale;
|
|
11725
|
+
protoOf(Header).g2y = get_textAlign;
|
|
11718
11726
|
protoOf(Hero).b2t = get_content;
|
|
11719
11727
|
protoOf(Hero).getAnalyticsEvents = getAnalyticsEvents;
|
|
11720
11728
|
protoOf(Modal).b2t = get_content;
|
|
11721
|
-
protoOf(Modal).
|
|
11722
|
-
protoOf(Modal).
|
|
11723
|
-
protoOf(Modal).
|
|
11724
|
-
protoOf(Modal).
|
|
11725
|
-
protoOf(Card_1).
|
|
11726
|
-
protoOf(Card_1).
|
|
11727
|
-
protoOf(Card_1).
|
|
11728
|
-
protoOf(Card_1).
|
|
11729
|
-
protoOf(Card_1).
|
|
11730
|
-
protoOf(Card_1).
|
|
11731
|
-
protoOf(Card_1).
|
|
11732
|
-
protoOf(Card_1).
|
|
11733
|
-
protoOf(Card_1).
|
|
11729
|
+
protoOf(Modal).c2y = get_cardBackgroundColor;
|
|
11730
|
+
protoOf(Modal).d2y = get_multiselectOptionBackgroundColor;
|
|
11731
|
+
protoOf(Modal).e2y = get_multiselectOptionSelectedColor;
|
|
11732
|
+
protoOf(Modal).f2y = get_textScale;
|
|
11733
|
+
protoOf(Card_1).z2x = get_primaryColor;
|
|
11734
|
+
protoOf(Card_1).a2y = get_primaryTextColor;
|
|
11735
|
+
protoOf(Card_1).b2y = get_buttonStyle;
|
|
11736
|
+
protoOf(Card_1).b2x = get_buttonColor;
|
|
11737
|
+
protoOf(Card_1).c2y = get_cardBackgroundColor;
|
|
11738
|
+
protoOf(Card_1).d2y = get_multiselectOptionBackgroundColor;
|
|
11739
|
+
protoOf(Card_1).e2y = get_multiselectOptionSelectedColor;
|
|
11740
|
+
protoOf(Card_1).f2y = get_textScale;
|
|
11741
|
+
protoOf(Card_1).g2y = get_textAlign;
|
|
11734
11742
|
protoOf(Card_1).b2t = get_content;
|
|
11735
11743
|
protoOf(Card_1).getAnalyticsEvents = getAnalyticsEvents;
|
|
11736
|
-
protoOf(TractPage).
|
|
11737
|
-
protoOf(TractPage).
|
|
11738
|
-
protoOf(TractPage).
|
|
11744
|
+
protoOf(TractPage).b2y = get_buttonStyle;
|
|
11745
|
+
protoOf(TractPage).b2x = get_buttonColor;
|
|
11746
|
+
protoOf(TractPage).g2y = get_textAlign;
|
|
11739
11747
|
protoOf(TractPage).getAnalyticsEvents = getAnalyticsEvents;
|
|
11740
11748
|
protoOf(SaxXmlPullParser).r3g = require$default;
|
|
11741
11749
|
protoOf(SaxXmlPullParser).o2t = getAttributeValue;
|